/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
@media (min-width: 992px){
.sjb-page .col-md-3 {
    width: 20%;
	}

}

	html, body {
		overflow-x: hidden;
	}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: 0;
    top: 30%;
}

[class*=flag-] {
    width: 50px;
    height: 20px; 
}

/*Tech Logo tab CSS */
.elementor-widget-tabs .elementor-tabs-wrapper {
	border-bottom: 1px solid rgba(0,0,0,0.3) !important;
}

/**/
.porto-single-page .post-block {
padding-left: 100px;
}

element.style {
    padding-left: 100px;
    padding-right: 500px;
}

.comment-respond {
	padding-left: 100px;
    padding-right: 500px;
}

.inline-block {
  padding-left: 100px;
}

.related-posts {
  padding-left: 100px;
  padding-bottom: 50px;
}

/*Sticky Header*/
#my-custom-id.elementor-section{
position: fixed;
left: 0;
width: 100%;
}
/*Job Post Top Padding*/
#container{
	padding-top: 50px!important;
}