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: #fff;
	font-size: 0;
	margin: 10px 0;
}
.dropdown-toggle:focus,
.site-header-main .menu-toggle {
    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: 30px;
}
.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;
}

/*** 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: 25%;
	float: left;
	padding: 20px 10px;
}

/*** Responsive ***/
@media(max-width: 1280px) {
	.lt-about .elementor-column.elementor-col-33 {
		width: 100% !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;
	}
	.main-navigation a {
		font-size: 13px !important;
	}
}
@media(max-width: 910px) {
	body .sidebar, body #primary {
		width: 100%!important;
	}
	.site-main .entry-content {
		margin: 0;
	}
	body.home .site-header {
		position: relative !important;
	}
	.top-head .container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.lt-contact-info li {
		margin-top: 10px !important;
	}
	.lt-pricing-item h3.premium-pricing-table-title {
		font-size: 22px !important;
	}
	.lt-pricing-item .premium-pricing-price-button {
		margin: 0 30px !important;
	}
}
@media(max-width: 768px) {
	.main-footer .columns {
		width: 50%;
	}
	.main-footer .footer3 {
		clear: left;
	}
	.lt-skill-sub,
	.lt-contact-form {
		margin-top: 20px;
	}
	.simplefilter li {
		margin-bottom: 20px;
	}
	.lt-contact .lt-contact-form p:nth-child(4),
	.lt-contact .lt-contact-form p:nth-child(2), 
	.lt-contact .lt-contact-form p:nth-child(3) {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.top-head .top-head-widget {
		width: 100% !important;
	}
	.lt-contact-img img {
		width: auto !important;
	}
	.lt-contact-img .elementor-widget-container {
		margin: 0 0 -10px 0px !important;
	}
	.lt-client-item .elementor-widget-container {
		border: none !important;
	}
}
@media(max-width: 678px) {
	.premium-blog-post-container {
		width: 100% !important;
	}
	.top-head {
		display: none;
	}
	.lt-testimonial .lt-client-item {
		width: 32% !important;
	}

}
@media(max-width: 480px) {
	.main-footer .columns {
		width: 100%;
	}	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: initial !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 6px !important;
	}
	.woocommerce div.product form.cart .variations select {
		font-size: 13px;
    	padding: 7px;
	}
	.site-header {
		padding: 0 !important;
	}
}

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