body header.entry-header {
	display: none;
}
body.woocommerce header.entry-header,
body.archive header.entry-header,
body.single-post header.entry-header {
	display: block;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	display: none;
}
body.woocommerce-js .woocommerce {
	padding: 10px 15px 5px!important;	
}
/*** Header ***/
body:not(.home) header .site-header-main {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.site-header-main .menu-toggle {
	color: #333;
	font-size: 0;
	margin: 10px 0;
    outline: 0 !important;
}
.dropdown-toggle {
	color: #333;
}
.dropdown-toggle:focus {
	color: #fff;
    outline: 0 !important;
}   
.dropdown-toggle:hover, 
.dropdown-toggle:focus {
    background-color: transparent !important;
}
.site-header-main .menu-toggle:before {
	content: "\f0c9";
    font-family: FontAwesome;
    display: inline-block;
    padding: 5px 10px;
    font-size: 25px;
    line-height: 30px;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
}
.site-header-main .menu-toggle:hover:before {
	color: #fff;
}

/*** Breadcrumb ***/
body.home .breadcrumb {
	display: none;
}
.breadcrumb {
    padding: 8px 15px;
	margin: 0 auto;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
	max-width: 1200px;
	margin-top: 50px;
}
.breadcrumb a {
    text-decoration: none;
}
.full-content .sidebar {
	display: none;
}
.sidebar {
	width: 25%!important;
	padding-left: 15px;
	padding-right: 15px;
}
body.single-post .sidebar-left-ws,
body.single-post .sidebar-right-ws,
body.category .sidebar-left-ws,
body.category .sidebar-right-ws {
	display: none;
}
body.woocommerce .sidebar-left-blog,
body.woocommerce .sidebar-right-blog {
	display: none;
}
.content-area {
    width: 100%;
    max-width: 100%;
}
.sidebar section ul li {
	line-height: 32px;
}
.wpcf7-textarea {
	height: 250px;
}
/*** Footer ***/
.site-footer {
	padding-bottom: 0;
}
.site-footer .site-info {
	text-align: center;
	width: 100%;
}
.main-footer {
   display: inline-block;
    width: 100%;
}
.site-footer .container,
.main-footer .container {
	max-width: 1140px;
	margin: 0 auto;
}
.main-footer .columns {
	width: 16.666667%;
	float: left;
	padding: 20px 10px;
}

/*** Responsive ***/
@media(max-width: 1024px) {
	.lt-hosting-box.elementor-element-416350f .elementor-element-populated {
		margin: 0 !important;
	}
}
@media(min-width: 911px) {
	.sidebar-content-sidebar-ws #content #primary,
	.sidebar-content-sidebar-blog #content #primary {
		width: 50%!important;
		margin-left: 25%;
	}
	.sidebar-left {
		float: left;
		margin-left: -100%;
	}
	.content-sidebar-ws #content #primary,
	.content-sidebar-blog #content #primary {
		width: 72%!important;
		margin-left: 0;
	}
	.sidebar-content-ws #content #primary,
	.sidebar-content-blog #content #primary {
		width: 70%!important;
		margin-left: 28%;
		float: left;
	}
	.sidebar-content-ws .sidebar-left.sidebar-left-ws {
		margin-left: 0;
	}
	.null-ws #content #primary,
	.null-blog #content #primary {
		width: 100%!important;
		margin-left: 0;
	}
}
@media(max-width: 910px) {
	body .sidebar, body #primary {
		width: 100%!important;
	}
	.site-main .entry-content {
		margin: 0;
	}

}
@media(max-width: 769px) {
	.main-footer .columns {
		width: 50%;
	}
	.main-footer .footer3 {
		clear: left;
	}
	.lt-pricing-column,
	.lt-our-service-column {
		width: 50% !important;
	}
	.lt-hosting-box .buttons .lt-btn {
		margin-bottom: 10px;
	}
}
@media(max-width: 768px) {
	.lt-hosting-box,
	.lt-tab-content.img {
		margin-bottom: 20px !important;
	}
	.lt-hosting-box .elementor-element-populated {
		margin: 0 !important;
	}
    .lt-slider-tab .elementor-tabs .elementor-tabs-wrapper,
    .lt-tab-item .elementor-tabs .elementor-tabs-wrapper {
        width: 100% !important;
        display: block !important;
    }
    .lt-slider-tab .elementor-tabs-content-wrapper .elementor-tab-title,
    .lt-tab-item .elementor-tabs-content-wrapper .elementor-tab-title {
        display: none;
    }
    .lt-tab-item .lt-tab-content {
    	max-width: 100%;
    }
    .lt-clound-content .elementor-column-wrap {
    	margin: 0 !important;
    }
    .lt-clound-img {
    	margin-top: 20px;
    }
}
@media(max-width: 676px) {
	.lt-slider-tab .lt-tab-content {
    	max-width: 100%;
    }
    .lt-slider-tab .elementor-tabs-wrapper {
    	bottom: -50px !important;
    }
}
@media(max-width: 480px) {
	.main-footer .columns {
		width: 100%;
	}	
	.site-header {
		padding: 0 !important;
	}
	.premium-blog-post-container,
	.lt-pricing-column,
	.lt-our-service-column {
		width: 100% !important;
	}
}

body.full-content #content #primary {
	width: 100%!important;
}
