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;
}
.dropdown-toggle {
	color: #333;
}
.site-header-main .menu-toggle {
	color: #FFF;
	font-size: 0;
	margin: 10px 0;
    border: 0 !important;
}

.menu-toggle.toggled-on:hover {
	background-color: #7533cf;
}

.dropdown-toggle:focus {
	color: #333;
    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;
}

.main-footer,
.site-footer {
  padding: 3em 0;
}


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

/*** Responsive ***/
@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;
	}
	.premium-pricing-price-value {
		font-size: 40px !important;
	}
	.site-header-menu .primary-menu > li > a {
		height: 45px !important;
		line-height: 45px !important;
	}

}
@media(max-width: 768px) {
	.main-footer {
    padding: 2em 0 2em 2em;
	}
	.main-footer .columns {
		width: 50%;
	}
	.main-footer .footer3 {
		clear: left;
	}
	.simplefilter li,
	.elementor-widget-video {
		margin-bottom: 20px;
	}
}

@media(max-width: 480px) {
	.main-footer {
    padding: 2em 0 2em 2em;
	}
	.main-footer .columns {
		width: 100%;
	}	
	.site-header {
		padding: 0 !important;
	}
	.premium-blog-post-container {
		width: 100% !important;
	}
	.lt-upcomming-content .table tr td {
		display: block;
	}
}

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