/*------------------------------------------------------------------
[Table of contents]

1. Reset
2. Header / #header
3. Breadcrumb / #title-breadcrumb
4. Blog / .blog-post
5. Footer / #footer
6. Widget / .widget
7. Shortcodes
8. Visual Composer Elements
9. VC Featured Modules / .featured-module
10. VC Module / .lpd-module
11. VC Multi Module / .mm_module
12. VC Counter / .counter-circular
13. VC Post Widget / .lpd-portfolio-item
14. VC About Widget / .team-widget-item
15. VC Testimonial / .vc_lpd_testiomonial
16. VC Meta Block / .meta-block
17. VC Item Icon / .iconitem
18. VC Callout / .callout
19. VC Callout 2 / .vc_callout2
20. VC Meta Container / .lpd-meta-container
21. VC LPD Header / .lpd-header
22. VC Triangle Element / .lpd-triangle-element
23. VC LPD Banner / .lpd-banner
24. VC Mega Header 2 / .lpd-mega-header2
25. VC Product Carousel / .lpd-products.owl-carousel
26. VC Multi Slider / .mi-slider
27. Owl Carousel / .owl-carousel
28. Portfolio Post
29. Team Post
30. Search/404 Page
31. Wordpress Core
32. VC Front Editor
33. VC Ultimate Addons
34. Logo Carousel / .at_logo_carousel
35. Shop Assistant / .woocommerce-shop-assistant
36. Sliding Panel / .sss-sidebar-wrapper

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. Reset
-------------------------------------------------------------------*/
#main{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
#body-wrap{
	overflow: hidden;
}
.boxed #header,
.boxed #title-breadcrumb,
.boxed #main,
.boxed #footer-top,
.boxed #footer{
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer-top,
	.boxed #footer{
		width: 780px;
	}
}
@media (min-width: 992px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer-top,
	.boxed #footer{
		width: 1000px;
	}	
}
@media (min-width: 1200px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer-top,
	.boxed #footer{
		width: 1200px;
	}	
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
.sidebar{
	margin-bottom: 40px;
}
.single-product .sidebar{
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	/*.left-sidebar-template .page-content .product,*/
	.left-sidebar-template .page-content.shop-product-post .product,
	.left-sidebar-template .page-content{
		float: right !important;
	}
}
.inner-page{
	padding-top: 40px;
}
.post-type-archive-product .inner-page,
.tax-product_cat .inner-page,
.tax-product_tag .inner-page{
	padding-top: 20px;
}
.no-shop-title.inner-page{
	padding-top: 0;
}
.page-content{
	margin-bottom: 40px;
}
.page-content.shop-taxo-page{
	margin-bottom: 20px;
}
.page-content-no-margin{
	margin-bottom: 0 !important;
}
.no-margin-element{
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.lpd-sidebar-page{
		padding-right: 60px;
	}
	.left-sidebar-template .lpd-sidebar-page{
		padding-left: 60px;
		padding-right: inherit;
	}
}
.deco-sep-line-200{
	height: 3px;
	width: 200px;
	display: inline-block;
	margin: 0 0 17px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
}
.deco-sep-line-150{
	height: 3px;
	width: 150px;
	display: inline-block;
	margin: 0 0 17px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
}
.deco-sep-line-100{
	height: 3px;
	width: 100px;
	display: inline-block;
	margin: 0 0 17px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
}
.deco-sep-line-50{
	height: 3px;
	width: 50px;
	display: inline-block;
	margin: 0 0 17px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
}
.dark_bg .deco-sep-line-50,
.dark_bg .deco-sep-line-100,
.dark_bg .deco-sep-line-150,
.dark_bg .deco-sep-line-200{
	border-color: rgba(255,255,255,0.3);
}
.menu-item .label{
	margin: 0 0 0 5px;
	padding: 0.1em 0.4em 0.15em;
	font-weight: inherit;
}
.lpd-heading-title{
	font-size: 18px;
	position: relative;
	line-height: 20px;
	margin: 20px 0;
}
.lpd-heading-title:before{
	content: "";
	top: 10px;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.lpd-heading-title span{
	display: table;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.lpd-heading-title span.left{
    margin: 0 auto 0 10px;
}
.lpd-animated-link a{
	-webkit-transition: all 0.15s ease-in 0s; 
	-moz-transition: all 0.15s ease-in 0s; 
	-o-transition: all 0.15s ease-in 0s; 
	transition: all 0.15s ease-in 0s;
}
.menu3dmega .content.menu-bottom-background{
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu3dmega .content.menu-right-background{
	padding-bottom: 100px;
	padding-right: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu3dmega .content.menu-bottom-background-200{
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu3dmega .content.menu-right-background-200{
	padding-bottom: 100px;
	padding-right: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.halflings.lpd-halflings-icon{
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	padding-left: 20px;
	vertical-align: top;
}
.halflings.lpd-halflings-icon:before{
	color: #555;
	top: 3px;
}
.meta-block .halflings.lpd-halflings-icon:before{
	color: inherit;
}
.page-header-image{
	background-color: transparent;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat;
}
.page-header-image-repeat{
	background-color: transparent;
	background-repeat: repeat;
}
/*------------------------------------------------------------------
2. Header #header
-------------------------------------------------------------------*/
#header{
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.header-top{
	position: relative;
	min-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-top.header-meta-dark-bg{
	color: rgba(255, 255, 255, 0.7);
	border-bottom-color: rgba(255, 255, 255, 0.1);
}
.header-top.header-top-pattern-bg{
	background-image: url(../images/header-meta-pattern-1.png);
}
.header-top.header-meta-dark-bg.header-top-pattern-bg{
	background-image: url(../images/footer-meta-pattern.png);
}
.header-top.triangle-element:before{
	content: "";
	bottom: -8px;
	left: 50%;
	position: absolute;
	height: 20px;
	width: 20px;
	display: block;
	z-index: 4;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    margin-left: -11px
}
.meta-menu{
	display: block;
	padding: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 0;
}
.header-meta-dark-bg .meta-menu{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.meta-menu a{
	color: #555;
}
.header-meta-dark-bg .meta-menu a{
	color: rgba(255, 255, 255, 0.7);
}
.header-meta-dark-bg .meta-menu a:hover{
	color: #fff;
}
.left-meta-menu{
	float: left;
}
.right-meta-menu{
	float: right;
}
.meta-menu li:first-child{
	border-left: none !important;
}
.meta-menu li{
	display: inline-block;
	padding: 0 6px 0 8px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.header-meta-dark-bg .meta-menu li{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-meta{
	padding: 10px 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.header-meta-dark-bg .custom-meta{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.left-custom-meta{
	float: left;
}
.right-custom-meta{
	float: left;
}
.header-top .picons_social{
	float: left;
	padding: 0 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.header-meta-dark-bg.header-top .picons_social{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
	.custom-meta,
	.meta-menu,
	.header-top .picons_social{
		display: block;
		border: 1px solid rgba(0, 0, 0, 0.08) !important;
		border-bottom: none !important;
		float: none;
	}
	.header-meta-dark-bg .custom-meta,
	.header-meta-dark-bg .meta-menu,
	.header-meta-dark-bg.header-top .picons_social{
		border-color:  rgba(255, 255, 255, 0.1) !important;
	}
}
.header-top .picons_social.picons_social_hide_border_left{
	border-left: none;
}
.header-top .picons_social.picons_social_hide_border_right{
	border-right: none;
}
.header-top .picons_social{
	height: 40px;
}
.header-top .picons_social .icon{
	display: inline-block;
	opacity: 0.24;
	filter: alpha(opacity=24);
}
.header-top .picons_social .icon:hover{
	opacity: 0.33;
	filter: alpha(opacity=33);
}
.header-top .dark-bg .picons_social .icon{
	display: inline-block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.header-top .dark-bg .picons_social .icon:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.meta_colored_icons.picons_social .icon{
	height: 30px;
	background-position: center center;
	background-color: #fff;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border: 3px solid;
	margin: 5px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
@media (min-width: 992px) {
	.right-meta-menu{
		float: right;
		margin-left: 0;
	}
	.right-custom-meta{
		float: right;
	}
	.header-top .left_header_meta .picons_social{
		float: left;
	}
	.header-top .right_header_meta .picons_social{
		float: right;
	}
}
.header-middle{
	position: relative;
	z-index: 4;
	padding: 20px 0;
}
@media (min-width: 992px) {
	.header-middle{
		padding: 40px 0;
	}
}
#logo{
	display: table;
	margin: 0 auto !important;
	padding: 10px 0;
	text-align: center;
}
.lpd-new-header #logo{
	float: left;
}	
@media (min-width: 992px) {
	#logo{
		float: left;
		margin: 0;
		padding: 0 40px 0 0;
		display: table-cell;
		text-align: inherit;
	}
	.lpd-new-header #logo{
		margin-right: 10px;
	}	
}
@media (max-width: 767px) {
	.lpd-new-header #logo{
		float: none;
	}
}
#logo h1{
	margin: 0;
	line-height: 40px;
}
#logo h5{
	margin: 0;
	line-height: 20px;
}
.header-middle-search{
	display: table;
	margin: 0 auto;
	padding: 10px 0;
}
.lpd-new-header .header-middle-search{
	float:right;
}
@media (max-width: 767px) {
	.lpd-new-header .header-middle-search{
		float: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-middle-search.visible-xs.visible-sm{
		display: table !important;
	}
}
@media (max-width: 767px) {
	.visible-sm.visible-xs {
		display: table !important;
	}
}
@media (min-width: 992px) {
	.header-middle-search{
		float: right;
		margin: 10px 0 0 20px;
		display: table-cell;
	}
}
.header-middle-search form{
	padding: 4px 0;
}
.header-middle-search input{
	width: 190px;
	display: inline-block;
	vertical-align: top;
}
.header-middle-search input:focus{}
.header-middle-search .search-btn{
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: top;
	border: none;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	background-image: url(../images/thin-018_zoom_find_search_magnifying_glass.png);
	background-position: 8px;
	background-repeat: no-repeat;
}
.header-content-wrap{
	text-align: center;
	padding: 10px 0;
}
@media (min-width: 992px) {
	.header-content-wrap{
		text-align: inherit;
		padding: 0;
	}
}
.header-middle .picons_social{
	display: table;
	margin: 0 auto;
}
@media (min-width: 992px) {
	.header-middle .picons_social{
		float: right;
		margin: 0;
		display: table-cell;
		padding: 20px 0 10px;
	}
}
.header-middle .picons_social{
	height: 70px;
}
.header-middle .picons_social .icon{
	display: inline-block;
	opacity: 0.24;
	filter: alpha(opacity=24);
}
.header-middle .picons_social .icon:hover{
	opacity: 0.33;
	filter: alpha(opacity=33);
}
.header-content{
	vertical-align: top;
	display: inline-block;
	text-align: left;
}
@media (min-width: 992px) {
	.header-content{
		padding: 0 39px 0 20px;
	}
}
.custom-header-container.header-content,
.booking_cont.header-content{
	margin-left: 20px;
}
@media (min-width: 992px) {
	.custom-header-container.header-content,
	.booking_cont.header-content{
		margin-left: 0px;
	}	
}
.phone-work-hours.header-content{
	padding-left: 0;
}
.phone-work-hours td{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
.phone-work-hours td.phone-numbers{
	padding-left: 60px;
	background-image: url(../images/thin-323_phone_telephone_call_wire.png);
	background-repeat: no-repeat;
	background-position: 18px 24px;
	border-left: 1px solid #ebebeb;
}
.phone-work-hours td.first-work-hours{
	padding-left: 60px;
	background-image: url(../images/thin-248_open_shop_store.png);
	background-repeat: no-repeat;
	background-position: 18px 24px;
	border-left: 1px solid #ebebeb;
}
.work-hours{
	color: #959595;
}
.work-hours.first-work-hours{
	color: inherit;
}
.header-content a{
	color: #555;
}
.custom-header-container,
.booking_cont{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-left: 1px solid #ebebeb;
}

.booking_cont{
	padding-left: 60px !important;
	background-image: url(../images/thin-023_calendar_date.png);
	background-repeat: no-repeat;
	background-position: 18px 24px;
}
.booking_cont_type2{
	position: relative;
	padding-left: 65px !important;
}
.booking_cont_type2:before{
	content: "";
	top: 20px;
	left: 15px;
	position: absolute;
	height: 40px;
	width: 40px;
	display: block;
	z-index: 1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-image: url(../images/thin-024_calendar_date-1.png);
}

@media only screen and (min-width: 320px) and (max-width: 479px){
	.phone-numbers, .phone-work-hours tr{
		display: block;
	}
	.custom-header-container, .booking_cont,
	.phone-work-hours td.work-hours,
	.phone-work-hours td.first-work-hours,
	.phone-work-hours td.phone-numbers{
		border-left: none;
		border-top: 1px solid #ebebeb;
	}
    .booking_cont{
        display:table;
        margin: 0 auto !important;
    } 
}
.header-middle-logo-center .header-content-wrap{
	display: block;
	float: none;
	width: 100%;
}
@media (min-width: 992px) {
	.header-middle-logo-center .header-content-wrap{
		float: left;
		width: 33%;	
	}	
}
.header-middle-logo-center #logo{
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
@media (min-width: 992px) {
	.header-middle-logo-center #logo{
		float: left;
		width: 33%;
		margin: 0;
		padding: 0;
	}	
}
.header-middle-logo-center .header-middle-logo-center-right-conteiner{
	display: block;
	float: none;
	width: 100%;	
}
@media (min-width: 992px) {
	.header-middle-logo-center .header-middle-logo-center-right-conteiner{
		float: left;
		width: 33%;	
	}
}
.header-middle-logo-center .phone-work-hours{
	margin-left: -20px;
}
.header-middle-logo-center .phone-work-hours td:first-child{
	border: none;
}
.header-bottom{
	min-height: 50px;
	width: 100%;
	position: relative !important;
	z-index: 3;
	border-top: 1px solid #ebebeb;
}
.header-bottom-wrap{
	width: 100%;
	top: -50px;
	min-height: 50px;
	-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.09);
	background-color: #fff;
	-webkit-transition: all 0.15s ease-in 0s; 
	-moz-transition: all 0.15s ease-in 0s; 
	-o-transition: all 0.15s ease-in 0s; 
	transition: all 0.15s ease-in 0s;
}
.header-bottom-wrap.affix {
	position: inherit;
}
@media (max-width: 767px) {
	.header-bottom{
		min-height: 44px;
	}
}
@media (min-width: 768px) {
	.header-bottom-wrap.affix {
	    position: fixed;
	    left: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
	}
	.admin-bar .header-bottom-wrap.affix {
	    padding-top: 32px;
	}
	.affix .header-bottom-wrap.affix{
	    top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}
}
.theme-header{
	width: 100%;
	position: relative !important;
	z-index: 3;
	min-height: 140px;
}
.theme-header-wrap{
	width: 100%;
	top: -140px;
	min-height: 140px;
	background-color: #fff;
	-webkit-transition: all 0.15s ease-in 0s; 
	-moz-transition: all 0.15s ease-in 0s; 
	-o-transition: all 0.15s ease-in 0s; 
	transition: all 0.15s ease-in 0s;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.theme-header-wrap.affix {
	position: inherit;
}
@media (min-width: 992px) {
	.theme-header-wrap.affix {
	    position: fixed;
	    left: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
		-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
	}
	.admin-bar .theme-header-wrap.affix {
	    padding-top: 32px;
	}
	.affix .theme-header-wrap.affix{
	    top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}
}
.theme-header.affix{
	min-height: 80px;
}
.theme-header-wrap.affix{
	min-height: 80px;
	border: none;
}
.theme-header .affix #logo{
	padding: 10px 9px;
	max-height: 80px;
	min-height: 100%;
}
.theme-header .affix #logo img{
	max-height: 60px;
}
.theme-header .affix #logo h1{
	margin: 0px !important;
}
.theme-header.lpd-new-header .affix .menu3dmega > ul > li > a,
.theme-header.lpd-new-header .affix .menu3dmega > ul > li > span{
	padding: 30px 15px;
}
.theme-header.lpd-new-header .affix .header-search a.search-icon{
	min-height: 80px;
}
.theme-header.lpd-new-header .affix .lpd-shopping-cart{
	top: 8px;
}
.theme-header.lpd-new-header .affix .active-dropdown .search-dropdown,
.theme-header.lpd-new-header .affix .header-search:hover .search-dropdown{
	top: 81px;
}
.header-bottom-search{
	position: relative;
	z-index: 4;
}
.header-search{
	display: block;
	position: relative;
}
.header-search a.search-icon{
	display: block;
	position: relative;
	float: right;
	width: 50px;
	height: 50px;
	background-image: url(../images/thin-019_zoom_find_search_magnifying_glass.png) !important;
	background-position: 12px;
	background-repeat: no-repeat !important;
	opacity: 1;
	filter: alpha(opacity=100);
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.header-search a.search-icon:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.lpd-new-header .header-search a.search-icon{
	background-image: url(../images/thin-019_zoom_find_search_magnifying_glass_1.png) !important;
	background-position: center center;
}
.search-icon.sep-line:before{
	content: "";
	top: 10px;
	right: 0;
	position: absolute;
	height: 20px;
	width: 1px;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.search-dropdown{
	position: absolute;
	top: 50px;
	left: 0;
	display: block;
	visibility: hidden;
	float: left;
	width: 100%;
	height: 40px;
	background-clip: padding-box;
	color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all .3s ease .2s;
	-moz-transition: all .3s ease .2s;
	-o-transition: all .3s ease .2s;
	transition: all .3s ease .2s;
}
.lpd-new-header .search-dropdown{
	top: auto;
	bottom: -51px;
}
.lpd-new-header .header-bottom-search-type-2 .search-dropdown{
	top: auto;
	bottom: -91px;
}
.search-dropdown-full-width{
	margin: 0 -15px;
	height: 41px;
	background-color: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	border-top: 1px solid #ebebeb;
}
.lpd-new-header .search-dropdown-full-width{
	border-top: none;
}
.boxed .search-dropdown-full-width{
	margin: 0 -30px !important;
}
.active-dropdown .search-dropdown,
.header-search:hover .search-dropdown{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 50px;
	visibility: visible;
}
.lpd-new-header .active-dropdown .search-dropdown,
.lpd-new-header .header-search:hover .search-dropdown{
	top: auto;
	bottom: -51px;
}
.lpd-new-header .header-bottom-search-type-2 .active-dropdown .search-dropdown,
.lpd-new-header .header-bottom-search-type-2 .header-search:hover .search-dropdown{
	top: auto;
	bottom: -91px;
}
.search-dropdown form input{
	text-align: center;
	border: none;
	height: 40px;
	padding: 10px;
	background-color: rgba(255,255,255,0.75);
	font-size: 14px;
}
.search-dropdown form input.form-control:focus {
	background-color: rgba(255,254,239,0.75);
}
.header-bottom-search-type-2 .search-dropdown{
	height: 80px;
}
.header-bottom-search-type-2 .search-dropdown-full-width{
	background-color: rgba(255,255,255,0.7);
	padding-top: 20px;
	padding-bottom: 20px;
	height: 80px;
}
.header-bottom-search-type-2 form{
	position: relative;
}
.header-bottom-search-type-2 .search-dropdown form input{
	text-align: inherit;
}
.header-bottom-search-type-2 form button{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	padding-left: 24px !important;
	padding-right: 24px !important;
}
.email-container{
	float: right;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background-image: url(../images/thin-012_mail_envelope_email_sent.png);
	background-position: 12px;
	background-repeat: no-repeat;
	padding: 15px 10px 15px 40px;
	position: relative;
	z-index: 2;
}
.email-container-hide-border{
	border-right: none;	
}
.email-container a{
	color:#555;
}
@media (max-width: 991px) {
	.header-middle-logo-center-right-conteiner .email-container.visible-xs.visible-sm{
		border: 1px solid #ebebeb;
		float: none;
		display: table !important;
		margin: 0 auto;
	}
}
.lpd-new-header .header-bottom-search,
.lpd-new-header .header-search{
	position: static;
}
.lpd-new-header .header-search a.search-icon{
	float: left;
	border: none;
	min-height: 140px;
	width: 76px;
	z-index: 3;
}
.lpd-shopping-cart{
	display: table;
	margin: 10px auto;
	position: relative;
	padding: 10px;
	border: 3px solid #e1e1e1;
}
.lpd-new-header .lpd-shopping-cart{
	z-index: 4;
	margin: 0;
	margin-left: 100px;
	float: right;
	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
	border: 1px solid #ebebeb;
}
.lpd-new-header .lpd-shopping-cart:hover{
	border: 1px solid #ccc;
}
@media (max-width: 767px) {
	.lpd-new-header .lpd-shopping-cart{
		float: none;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.lpd-shopping-cart{
		float: right;
		padding: 20px 0 10px;
		display: table-cell;
		border: none;
		margin: 0 0 0 20px;
	}
	.lpd-new-header .lpd-shopping-cart{
		position: absolute;
		right: 15px;
		top: 35px;
		background-color: #fff;
		padding: 10px 10px 10px 20px;
		margin: 0;
	}
}
.cart-button{
	text-decoration: none !important;
	color: #555;
}
.cart-button-total{
	float: left;
	text-transform: uppercase;
	padding: 10px 0;
}
@media (max-width: 1199px) {
	.lpd-new-header .lpd-shopping-cart{
		padding: 10px 10px 10px 0;
	}
	.lpd-new-header .cart-button-total{
		display: none;
	}
}
@media (max-width: 991px) {
	.lpd-new-header .lpd-shopping-cart{
		padding: 10px;
	}
}
.cart-icon{
	float: left;
}
.cart-icon{
	position: relative;
}
.cart-icon .icon{
	position: relative;
	margin: 1px 8px 0 10px;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(../images/thin-133_shopping_cart_store_basket_purchase.png);
	background-repeat: no-repeat;
	background-position: 4px;
	z-index: 1;
}
.cart-icon .count{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	font-size: 11px;
	min-height: 22px;
	min-width: 22px;
	border: 1px solid #555;
	text-align: center;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	background-color: white;
	z-index: 9;
}
.lpd-shopping-cart-style-2 .cart-icon .count{
	border: 2px solid;
	color: #fff;
	line-height: 18px;
}
.cart-dropdown{
	position: absolute;
	right: 0;
	top: 70%;
	display: block;
	visibility: hidden;
	float: left;
	width: 280px;
	padding: 10px;
	margin: 0 -1px 0 0;
	background-clip: padding-box;
	opacity: 0;
	filter: alpha(opacity=0);
	background: white;
	border: 5px solid #e1e1e1;
	box-shadow:0 0 10px rgba(0,0,0,0.07);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.07);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.07);
	margin-top: 7px;
	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.lpd-new-header .cart-dropdown{
	margin-top: 17px;
}
.cart-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #e1e1e1;
	position: absolute;
	top: -12px;
	right: 26px;
	margin-right: -10px;
}
.lpd-shopping-cart:hover .cart-dropdown{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
	visibility: visible;
}
.lpd-shopping-cart .total{
	min-height: 20px;
}
.lpd-shopping-cart .lpd-cart-total{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.lpd-shopping-cart .lpd-cart-total strong{
	float: left;
	color: #959595;
}
.lpd-shopping-cart .lpd-cart-total span{
	float: right;
	font-weight: 900;
	text-decoration: underline;
}
.lpd-cart-buttons{
	margin: 0;
}
.lpd-cart-list-thumbnail img{
	width: 50px;
	height: auto;
	margin-left: 0;
	margin-right: 10px;
	border: 1px solid #ebebeb;
	padding: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.lpd-cart-list-thumbnail,
.lpd-cart-list-content{
	float: left;
}
.lpd-cart-list-content{
	width: 190px;
}
.lpd-cart-list-meta .quantity{
	float: right;
}
.lpd-cart-buttons .btn{
	width: 100%;
	display: block;
}
.view-cart-btn{
	margin-bottom: 5px;
}
.lpd-cart-list-title a{
	font-weight: 900;
	color: #555;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.lpd-cart-list-meta .item-remove{
	color: #959595;
	text-decoration: line-through;
	font-size: 11px;
	text-transform: lowercase;
}
.lpd-cart-list-meta .item-remove:hover{
	text-decoration: none;
}
.lpd-cart-list-item{
	padding-bottom: 10px;
}
.lpd-cart-list-content .variation{
	margin: 0;
	font-size: 11px;
}
.lpd-cart-list-content .variation dt {
    clear: left;
    float: left;
    margin-right: 0.25em;
}
.lpd-cart-list-content .variation p{
	margin-bottom: 5px;
}
.lpd-shopping-cart-list .empty{
	margin: 0;
}
.lpd-shopping-cart a.cart-total{
	color: #555;
	text-align: center;
}
.lpd-shopping-cart .cart-total strong{
	display: block;
}
.wordpress-456repair .menu-item-language a,
.wordpress-456repair .submenu-languages,
.wordpress-456repair .submenu-languages li{
	display: inline-block;
}
.wordpress-456repair .submenu-languages li{
	background: none !important;
	padding: 0;
}
.wordpress-456repair .menu-item-language a{
	padding: 10px 20px;
	color: rgba(255, 255, 255, 0.9);
}
.wordpress-456repair .menu-item-language a:hover{
	color: #fff;
}
.wordpress-456repair .menu-item-language .iclflag{
	margin-right: 5px;
}
.wpml-switcher{
	display: block;
	float: right;
	position: relative;
	cursor: pointer;
	z-index: 4;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.header-top .wpml-switcher{
	border-color: rgba(0,0,0,0.08);
	z-index: 5;
}
.header-meta-dark-bg.header-top .wpml-switcher{
	border-color: rgba(255, 255, 255, 0.1);
}
.wpml-switcher.wpml_switcher_hide_border_left{
	border-left: none;
}
.wpml-switcher-hide-border{
	border-right: none;
}
.wpml-switcher > .current-lang{
	position: relative;
	float: left;
	-webkit-transition: all 0.15s ease-in 0s; 
	-moz-transition: all 0.15s ease-in 0s; 
	-o-transition: all 0.15s ease-in 0s; 
	transition: all 0.15s ease-in 0s;
}
.wpml-switcher > .current-lang:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.wpml-switcher > .current-lang .icon{
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
	background-image: url(../images/thin-130_world_globe_internation_region_language_earth.png);
	background-repeat: no-repeat;
	background-position: 12px;
	z-index: 1;
}
.header-top .wpml-switcher > .current-lang .icon{
	width: auto;
	height: auto;
	padding: 10px 15px 10px 49px;
	background-position: 15px;
	text-transform: uppercase;
	font-size: 12px;
}
.header-meta-dark-bg.header-top .wpml-switcher > .current-lang .icon{
	background-image: url(../images/thin-130_world_globe_internation_region_language_earth-1.png);
}
.wpml-switcher > .current-lang .language_code{
	position: absolute;
	display: block;
	top: 8px;
	right: 8px;
	font-size: 10px;
	min-height: 20px;
	min-width: 20px;
	line-height: 18px;
	border: 1px solid #555;
	text-align: center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color: white;
	z-index: 9;
	text-transform: uppercase;
}
.ws-dropdown{
	display: inline-block;
}
.ws-dropdown ul{
	padding: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
.ws-dropdown ul li{
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.ws-dropdown ul li img{
    margin-right: 5px;
    margin-top: -1px;
}
.ws-dropdown ul li a{
	color: #555;
	display: block;
}
.ws-dropdown ul li a:hover{	
	text-decoration: none;
}
.ws-dropdown{
	position: absolute;
	right: 0;
	top: 70%;
	display: block;
	visibility: hidden;
	float: left;
	width: auto;
	padding: 10px;
	margin: 8px -1px 0 0;
	background-clip: padding-box;
	color: black;
	opacity: 0;
	filter: alpha(opacity=0);
	background: white;
	border: 5px solid #fdb813;
	box-shadow:0 0 10px rgba(0,0,0,0.07);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.07);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.07);
	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.ws-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #e1e1e1;
	position: absolute;
	top: -12px;
	right: 26px;
	margin-right: -10px;
}
.wpml-switcher.active-dropdown .ws-dropdown,
.wpml-switcher:hover .ws-dropdown{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
	visibility: visible;
}
.header-top .wpml-switcher.active-dropdown .ws-dropdown,
.header-top .wpml-switcher:hover .ws-dropdown{
	top: 110%;
}

.ws-dropdown ul{
	width: 140px;
	border-bottom: 1px dotted #ccc;
	margin-left: 0;
}
.ws-dropdown ul li{
	border-top: 1px dotted #ccc;
	display: block;
	margin-right: 0;
}
.ws-dropdown ul li a{
	padding: 5px 0;
}

.wpml-switcher-mobile{
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 10px auto 0;
}
.header-top .wpml-switcher-mobile{
	margin: 0;
	border: 1px solid rgba(0,0,0,0.08);
	border-bottom: none;
	width: 100%;
}
.header-meta-dark-bg.header-top .wpml-switcher-mobile{
	margin: 0;
	border: 1px solid rgba(255,255,255,0.1);
	border-bottom: none;
}
.wpml-switcher-mobile .flag{
	margin: 0 5px;
}
.header-meta-dark-bg.header-top .wpml-switcher-mobile{
	text-align: inherit;
}
.header-meta-dark-bg.header-top .wpml-switcher-mobile .flag a{
	color: rgba(255,255,255,0.7);
}
.header-meta-dark-bg.header-top .wpml-switcher-mobile .flag a:hover{
	color: #fff;
}
.wpml-switcher-mobile .flag a,
.wpml-switcher-mobile .flag img{
	margin-right: 5px;
}
.lpd-new-header{
	padding-top: 10px;
	padding-bottom: 10px;
}
.lpd-new-header #logo{
	min-height: 140px;
	padding: 20px 18px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-right: 10px;
}
@media (min-width: 992px) {
	.lpd-new-header #logo{
		border-bottom: none;
	}
}
.lpd-new-header #logo h1{
	margin-top: 10px;
	z-index: 2;
	position: relative;
}
.lpd-new-header .picons_social{
	height: 40px;
	z-index: 4;
	float: right;
	margin-left: 100px;
	display: table;
}
@media (max-width: 767px) {
	.lpd-new-header .picons_social{
		float: none;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.lpd-new-header .picons_social{
		right: 15px;
		top: 45px;
		position:absolute;
		margin: 0;
	}
	.lpd-new-header .affix .picons_social{
		top: 20px;
	}
}
.lpd-new-header .picons_social .icon{
	display: inline-block;
	opacity: 0.24;
	filter: alpha(opacity=24);
}
.lpd-new-header .picons_social .icon:hover{
	opacity: 0.33;
	filter: alpha(opacity=33);
}
/*------------------------------------------------------------------
3. Breadcrumb / #title-breadcrumb
-------------------------------------------------------------------*/
#title-breadcrumb{
	background-color: #ebebeb;
	padding: 60px 0;
}
#title-breadcrumb h2{
	font-size: 30px;
	letter-spacing: 0.75px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0 0 20px
}
#title-breadcrumb .title-wrap{
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	padding: 30px 20px;
	margin: 0 -20px;
}
@media (max-width: 991px) {
	#title-breadcrumb .title-wrap{
		margin: 0;
	}
}
.lpd_breadcrumb{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.lpd_breadcrumb a{
	color: #555;
	text-decoration: underline;
}

/*------------------------------------------------------------------
4. Blog / .blog-post
-------------------------------------------------------------------*/
.lpd-video-responsive{
	margin-bottom: 15px
}
.more-link{
	display: block;
	margin-top: 10px;
}
.page-thumbnail{
	margin-bottom: 20px;
}
.blog-pagination{
	margin-top: 20px;
}
.blog-pagination{
	margin-left: -5px;
}
.blog-pagination a{
	margin: 0 5px;
}
.blog-post{
	margin-top: 40px;
}
.blog-post:first-child{
	margin-top: 0;
}
.blog-post-title{
	margin-top: 10px;
}
.blog-post-title a{
	color: #555;
}
.blog-post-taxo{
	margin: 10px 0;
	color: #959595;
}
.blog-post-taxo ul li,
.blog-post-taxo ul{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.blog-post-taxo ul:first-child{
	margin-right: 10px;
}
.blog-post-content{
	margin-bottom: 20px;
}
.blog-post-meta{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 9px 0;
}
.single-post-meta a,
.blog-post-meta a{
	display: inline-block;
	position: relative;
	color: #555;
	margin-left: 10px;
	padding-left: 25px;
	background-position: 0 2px; 
	background-repeat: no-repeat;
}
.single-post-meta a.date,
.blog-post-meta a.date{
	background-image: url(../images/thin-024_calendar_date.png);
}
.single-post-meta a.comment,
.blog-post-meta a.comment{
	background-image: url(../images/thin-032_bubble_comment_chat_message_writing.png);
}
.single-post-meta a.author,
.blog-post-meta a.author{
	background-image: url(../images/thin-193_user_profile_avatar_male.png);
}
.single-post-meta a:first-child,
.blog-post-meta a:first-child{
	margin-left: 0;
}
.single-post-meta{
	margin-bottom: 10px;
}
.comment-title,
.comment-reply-title{
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	position: relative;
}
#comments{
	margin-top: 40px;
}
.comment-container{
    position: relative;
    left: -3px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.comment-title{
}
.comment-post{
    position: relative;
    left: 4px;
    top: -4px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px;
}
.comment-post div.avatar{
    float: left;
    padding: 2px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.comment-post img{
    display: block;
}
.comment-post .author{
    margin-left: 80px;
}
.comment-content,
.comment-post p{
	float: left;
}
.comment-content{
	width: 100%;
}
.comment-content p{
	float: none;
}
.comment-author{
	float: left;
    font-weight: 900;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
}
.comment-info{
	float: right;
    color: #959595;
    margin-bottom: 10px;
}
.comment-info a{
    border-left: 1px solid #ebebeb;
    padding-left: 5px;
    margin-left: 5px;
}
.comment-post.reply{
    background: none;
    border: none;
}
#comments #respond{
	padding: 20px;
}
.comment-container .comment-container{
   left: 0;
   margin: 0;
   background: none;
   border: none;
}
.comment-container .comment-container .comment-post{
    background: none;
    border: none;
}
.no-content-matched,
.moderation{
    color: #d9534f;
}
@media (min-width: 768px) {
	#commentform input{
		width: 33%;
	}
	#commentform textarea{
		width: 66%;
	}
	#pp_full_res #commentform textarea{
		width: 100%;
	}
	#commentform input.btn{
		width: inherit;
	}
}
/*------------------------------------------------------------------
5. Footer / #footer
-------------------------------------------------------------------*/
#footer-top{
	background-color: #fafafa;
	border-top: 1px solid #ebebeb;
	padding: 70px 0 40px 0;
}
#footer-top .widget .title{
	font-family: inherit;
	font-size: 18px;
	text-transform: none;
	letter-spacing: inherit;
}
#footer{
	background-color: #363636;
}
.footer.dark-theme{
	color: #fff;
}
.footer-bottom{
	background-color: rgba(255,255,255,0.5);
}
.footer-bottom.dark-theme{
	color: rgba(255,255,255,0.9);
	background-color: rgba(0,0,0,0.2);
}
#footer .footer-meta.footer-meta-pattern-bg{
	background-image: url(../images/footer-meta-pattern.png);
}
#footer .footer-meta .item{
	margin: 40px 0;
	padding: 10px 0;
	letter-spacing: 0.75px;
	position: relative;
}
#footer .footer-meta{
	position: relative;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
}
#footer .footer-meta .footer-meta-border-top{
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 10px;	
}
#footer .footer-meta .footer-meta-border-bottom{
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	bottom: 10px;
	z-index: 2;	
}
#footer .footer-meta:before{
	content: "";
	bottom: -9px;
	left: 50%;
	position: absolute;
	height: 20px;
	width: 20px;
	display: block;
	z-index: 1;
	margin-left: -14px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
@media (min-width: 992px) {
	#footer .footer-meta .item{
		text-align: center;
	}
	#footer .footer-meta .item:before{	
		content: "";
		top: 0;
		left: -15px;
		position: absolute;
		height: 100%;
		width: 1px;
		display: block;
		background: rgba(255,255,255,0.3);
		z-index: 1;
	}
	#footer .footer-meta .col-md-3:first-child .item:before{
		display: none
	}
	#footer .footer-meta .col-md-4:first-child .item:before{
		display: none;
	}
	#footer .footer-meta .col-md-6:first-child .item:before{
		display: none
	}
	#footer .footer-meta .col-md-12:first-child .item:before{
		display: none
	}
}
#footer .footer-meta .social-media{
	margin: 40px 0;
	letter-spacing: 0.75px;
}
#footer .footer-meta .sm_label{
	float: left;
	padding: 10px 5px 10px 0;
}
#footer .footer-meta .item .label{
	font-size: 12px;
	margin: 0 5px;
	line-height: 20px;
	padding: 2px 5px;
}
@media (min-width: 992px) {
	.payment-methods{
		text-align: right;
	}
}
.payment-methods img{
	max-height: 50px;
	width: auto;
	display: inline-block;
	margin: 40px 0;
}
.footer_logo{
	display: block;
	float: left;
	margin-right: 0;
	padding-top: 40px;
	margin-bottom: 40px;
}
.footer-m-copyright{
	margin: 40px 0;
	padding: 0 0 0 20px;
	display: block;
	float: left;
	border-left: 1px solid #e1e1e1;
}
.dark-theme .footer-m-copyright{
	color: rgba(255,255,255,0.6);
	border-left: 1px solid rgba(255,255,255,0.2);
}
.dark-theme .footer-m-copyright a{
	color: rgba(255,255,255,0.9);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.dark-theme .footer-m-copyright a:hover{
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}
.footer-m-copyright.no-footer-logo{
	padding: 0;
	border-left: none;
}
.footer-menu{
	padding: 0;
	margin: 0;
}
.footer-menu li{
	display: inline-block;
	font-weight: 700;
	border-left: 1px solid #e1e1e1;
}
.dark-theme .footer-menu li{
	border-left: 1px solid rgba(255,255,255,0.2);
}
.footer-menu li a{
	padding: 0 8px;
}
.footer-menu li:first-child{
	border: none;
}
.footer-menu li:first-child a{
	padding-left: 0;
}
p.copyright{
	margin-bottom: 10px;
}
.footer{
	padding: 70px 0 40px 0;
}
.footer-meta .social-media{
	vertical-align: top;
}
.footer-meta .picons_social{
	float: left;
}
.footer-meta .picons_social .icon{
	display: inline-block !important;
	margin: 0 2px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer-meta .picons_social .icon:hover{
	opacity: 0.80;
	filter: alpha(opacity=80);
}
/*------------------------------------------------------------------
6. Widget / .widget
-------------------------------------------------------------------*/
.widget .title{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #363636;
}
.footer.dark-theme .widget .title{
	color: rgba(255,255,255,0.6);
}
.widget{
	margin-bottom: 40px;
}
.widget select,
.widget .textwidget img{
	max-width: 98.5%;
}

.widget.widget_rss ul li a,
.widget.widget_pages ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_login ul li a,
.widget.widget_meta ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a{
	color: #555;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.footer.dark-theme .widget.widget_rss ul li a,
.footer.dark-theme .widget.widget_pages ul li a,
.footer.dark-theme .widget.widget_nav_menu ul li a,
.footer.dark-theme .widget.widget_login ul li a,
.footer.dark-theme .widget.widget_meta ul li a,
.footer.dark-theme .widget.widget_categories ul li a,
.footer.dark-theme .widget.widget_archive ul li a,
.footer.dark-theme .widget.widget_recent_comments ul li a,
.footer.dark-theme .widget.widget_recent_entries ul li a{
	color: #fff;
}
.widget_product_search .screen-reader-text,
.widget_search .screen-reader-text{
	display: block;
}
.widget_product_search .form-control,
.widget_search .form-control{
	display: inline-block;
	width: 65%
}
.footer.dark-theme .widget_product_search .form-control,
.footer.dark-theme .widget_search .form-control{
	border-color: white;
}
.widget ul{
	padding: 0;
	list-style: none;
}
.widget.widget_rss ul li,
.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_login ul li,
.widget.widget_meta ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li{
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.footer.dark-theme .widget.widget_rss ul li,
.footer.dark-theme .widget.widget_pages ul li,
.footer.dark-theme .widget.widget_nav_menu ul li,
.footer.dark-theme .widget.widget_login ul li,
.footer.dark-theme .widget.widget_meta ul li,
.footer.dark-theme .widget.widget_categories ul li,
.footer.dark-theme .widget.widget_archive ul li,
.footer.dark-theme .widget.widget_recent_comments ul li,
.footer.dark-theme .widget.widget_recent_entries ul li{
	border-color: rgba(255,255,255,0.1);
}
.footer .widget.widget_rss ul li,
.footer .widget.widget_pages ul li,
.footer .widget.widget_nav_menu ul li,
.footer .widget.widget_login ul li,
.footer .widget.widget_meta ul li,
.footer .widget.widget_categories ul li,
.footer .widget.widget_archive ul li,
.footer .widget.widget_recent_comments ul li,
.footer .widget.widget_recent_entries ul li{
	border-bottom: 1px solid #d7d7d7;
}
.widget.widget_pages ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_login ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_recent_comments ul li a:before,
.widget.widget_recent_entries ul li a:before{
	content: "·";
	top: 10px;
	right: 0;
	position: absolute;
	height: 20px;
	width: 13px;
	display: inline-block;
	z-index: 1;
	color: #ccc;

	font-style: normal;
	font-weight: normal;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.widget.widget_pages ul li li a:before,
.widget.widget_nav_menu ul li li a:before,
.widget.widget_login ul li li a:before,
.widget.widget_meta ul li li a:before,
.widget.widget_categories ul li li a:before,
.widget.widget_archive ul li li a:before,
.widget.widget_recent_comments ul li li a:before,
.widget.widget_recent_entries ulli li a:before{
	top: 5px;
}
.widget.widget_rss ul ul,
.widget.widget_pages ul ul,
.widget.widget_nav_menu ul ul,
.widget.widget_login ul ul,
.widget.widget_meta ul ul,
.widget.widget_categories ul ul,
.widget.widget_archive ul ul,
.widget.widget_recent_comments ul ul{
    padding: 5px 0 5px 10px;
    margin: 10px 0 0;
}
.widget.widget_rss ul ul li,
.widget.widget_pages ul ul li,
.widget.widget_nav_menu ul ul li,
.widget.widget_login ul ul li,
.widget.widget_meta ul ul li,
.widget.widget_categories ul ul li,
.widget.widget_archive ul ul li,
.widget.widget_recent_comments ul ul li,
.widget.widget_recent_entries ul ul li{
    padding: 5px 0 5px 5px;
    border: none !important;
    font-size: 95%;
    list-style: square inside;
}
.widget_rss .title .rsswidget{
	color: #555;
	text-decoration: none !important;
}
.footer.dark-theme .widget_rss .title .rsswidget{
	color: #fff;
}
.tagcloud a,
.tags a{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px;
	color: #555;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: 500;
	letter-spacing: 0.75px;
    -webkit-transition: all 0.1s ease-in-out 0s;  
    -moz-transition: all 0.1s ease-in-out 0s;  
    -o-transition: all 0.1s ease-in-out 0s;  
    -ms-transition: all 0.1s ease-in-out 0s;  
    transition: all 0.1s ease-in-out 0s;  
}
.tagcloud a:hover,
.tags a:hover{
	color: #fff;
}
.footer.dark-theme .tagcloud a,
.footer.dark-theme .tags a{
	color: #fff;
}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 12px; }
#wp-calendar thead th { padding-bottom: 10px;text-align: center; }
#wp-calendar tbody { color: #959595; border: none;}
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none !important; border: none;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px;}
#wp-calendar tfoot #next a { font-weight: 500; }
#wp-calendar tfoot #prev a { font-weight: 500; }

/*------------------------------------------------------------------
7. Shortcodes
-------------------------------------------------------------------*/
.working-time ul{
    list-style: none;
    padding: 0;
}
.working-time ul li{
    border: none;
    padding: 5px; 
}
.working-time ul li a{
    text-decoration: underline;
}
.working-time ul li a:hover{
    text-decoration: none;
}
.working-time ul li span{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.working-time ul li span.right{
    float: right;
    font-size: inherit;
    text-transform: inherit;
    font-weight: inherit;
}
.working-time ul li:nth-child(odd){
    background-color: #f0f0f0;
}
.divider30{
	display: block;
	height: 30px;
}
.divider20{
	display: block;
	height: 20px;
}
.divider15{
	display: block;
	height: 15px;
}
.divider10{
	display: block;
	height: 10px;
}
.divider5{
	display: block;
	height: 5px;
}
.vc_divider{
	display: block;
	height: 20px;
}
.dropcap2,
.dropcap1,
.dropcap{
    display: block;
    float: left;
    text-align: center;
    height: 60px;
    width: 40px;
    line-height: 60px;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    background: #555;
}
.dropcap2{
    background: #555;
}
.dropcap2{
    background: #ccc;
}
.dropcap2.rounded,
.dropcap1.rounded,
.dropcap.rounded{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
/*------------------------------------------------------------------
8. Visual Composer Elements
-------------------------------------------------------------------*/

/* vc v4.4.2 fix */
.wordpress-456repair .wpb_single_image .vc_single_image-wrapper{
	max-width: 100%;
}
.wordpress-456repair .wpb_content_element,
.wordpress-456repair ul.wpb_thumbnails-fluid > li,
.wordpress-456repair .wpb_button{
	margin-bottom: 20px;
}
.wordpress-456repair .vc_separator h4{
	line-height: 20px;
	font-size: 18px;
}
.wordpress-456repair .wpb_toggle,
.wordpress-456repair #content h4.wpb_toggle {
	background: url(../images/thin-251_plus_add.png) no-repeat left center;
	padding-left: 26px;
	font-size: 14px;
	letter-spacing: 0.75px;
	color: #555;
	line-height: 20px;
}
.wordpress-456repair .wpb_toggle.wpb_toggle_title_active,
.wordpress-456repair #content h4.wpb_toggle.wpb_toggle_title_active{
	color: #959595;
}
.wordpress-456repair .wpb_toggle_title_active,
.wordpress-456repair #content h4.wpb_toggle_title_active {
  background: url(../images/thin-252_minus_remove.png) no-repeat left center;
}
.wordpress-456repair .wpb_toggle_content {
  padding: 0px 0px 0px 21px;
  margin-top: 10px;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{
	padding: 10px 0;
	color: #555;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a{
	color: #959595;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
	background: url(../images/thin-257_round_left_arrow_down.png) no-repeat left center;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
	background: url(../images/thin-257_round_left_arrow_up.png) no-repeat left center;
}
.wordpress-456repair .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wordpress-456repair .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
	background-color: transparent;
}
.wordpress-456repair .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header{
	letter-spacing: 0.75px;
	font-size: 14px;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active{
	border-bottom: none;
}
.wordpress-456repair .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 20px;
}
.wordpress-456repair .wpb_tabs.wpb_content_element .wpb_tabs_nav{
	margin-bottom: 20px;
    text-align: center;
}
.wordpress-456repair .wpb_content_element .wpb_tabs_nav li{
	background: none !important;
	display: inline-block;
}
.wordpress-456repair .wpb_tabs .wpb_tabs_nav li{
	float: none;
	margin: 0 20px;
	font-size: 24px;
}
.wordpress-456repair .wpb_tabs .wpb_tabs_nav li a{
	color: #959595;
	padding: 10px 0;
	border-bottom: 3px double transparent;
}
.wordpress-456repair .wpb_tabs .wpb_tabs_nav li.ui-tabs-active a{
	border-color: rgba(0, 0, 0, 0.2)
}
.wordpress-456repair .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab{
	padding: 0;
}
.wordpress-456repair .wpb_tour .wpb_tabs_nav li{
	margin: 0;
	font-size: 18px;
}
.wordpress-456repair .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a{
	display: inline-block;
	width: auto;
	padding: 10px 0;
	color: #959595;
	border-bottom: 3px double transparent;
}
.wordpress-456repair .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-tabs-active a{
	border-color: rgba(0, 0, 0, 0.2)
}
.wordpress-456repair .wpb_tour_next_prev_nav{
	padding-left: 0;
	font-size: 14px;
}
.wordpress-456repair .wpb_tour_next_prev_nav span{
	padding-top: 20px;
}
.wordpress-456repair .wpb_alert .messagebox_text,
.wordpress-456repair .wpb_alert-warning .messagebox_text{
	background-image: url(../images/basic1-126_question_help.png);	
}
.wordpress-456repair .wpb_alert-info .messagebox_text{
	background-image: url(../images/basic1-125_information.png);
}
.wordpress-456repair .wpb_alert-success .messagebox_text{
	background-image: url(../images/basic1-174_ok_success_check.png);	
}
.wordpress-456repair .wpb_alert-error .messagebox_text,
.wordpress-456repair .wpb_alert-danger .messagebox_text{
	background-image: url(../images/basic1-173_close_remove_exit.png);	
}
.wordpress-456repair wpb_heading wpb_progress_bar_heading{
	font-size: 18px;
}
.wordpress-456repair .vc_progress_bar .vc_single_bar .vc_bar,
.wordpress-456repair .vc_progress_bar .vc_single_bar{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.wordpress-456repair .vc_progress_bar .vc_single_bar{
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ebebeb;
}
.wordpress-456repair .vc_progress_bar .vc_single_bar .vc_bar{
	border-bottom: 3px solid rgba(0, 0, 0, 0.3)
}
.wordpress-456repair .vc_progress_bar .vc_single_bar .vc_label{
	padding: 10px 15px 13px;
}
/*------------------------------------------------------------------
9. VC Featured Modules / .featured-module
-------------------------------------------------------------------*/
.lpd-badge{
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
    background: #d95352;
    color: #fff;
    font-weight: bold;
    height: 26px !important;
    line-height: 28px;
    margin: 0 !important;
    max-height: 26px !important;
    min-height: 26px !important;
    overflow: hidden;
    padding: 4px;
    position: absolute;
    right: -31px !important;
    text-align: center;
    top: 16px !important;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    width: 120px;
    z-index: 99;
}
.featured-module{
	position: relative;
	display: block;
	overflow: hidden;
	color: #555 !important;
}
.featured-module img {
	width: 100%;
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.featured-module-no-scale img{
   -webkit-transform: scale(1) !important;
   -moz-transform: scale(1) !important;
   -o-transform: scale(1) !important;
   -ms-transform: scale(1) !important;
   transform: scale(1) !important;
}
.featured-module:hover img {
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
   -ms-transform: scale(1.0);
   transform: scale(1.0);
}
.featured-module-1-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: white;
	text-align: center;
	padding: 10px;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-1-content h3{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-size: 18px;
	letter-spacing: 0.75px;
	line-height: 20px;
}

@media (max-width: 1199px) {
	.featured-module-1-content h3{
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.featured-module-1-content h3{
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.featured-module-1-content h3{
		font-size: 18px;
	}
}

.featured-module-1-content p{
	margin-bottom: 10px !important;
}
.featured-module-2{
	color: #fff !important;
}
.featured-module-2 h3{
	margin-left: 10px;
	margin-right: 10px;
	color:#fff;
}
.featured-module-2-content{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #79ad4b;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-2-content h3{
	font-size: 36px;
	letter-spacing: 0.75px;
	margin-top: 10px;
	margin-bottom: 10px !important;
	line-height: 40px;
}

@media (max-width: 1199px) {
	.featured-module-2-content h3{
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 991px) {
	.featured-module-2-content h3{
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 768px) {
	.featured-module-2-content h3{
		font-size: 36px;
		line-height: 40px;
	}
}

.featured-module-2-content h3:first-child{
	font-size: 24px;
	line-height: 30px;
	margin: 15px 10px;
}

@media (max-width: 1199px) {
	.featured-module-2-content h3:first-child{
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width: 991px) {
	.featured-module-2-content h3:first-child{
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.featured-module-2-content h3:first-child{
		font-size: 24px;
		line-height: 30px;
	}
}
.featured-module-2-content-2{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #ccc;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-2-content-2 h3{
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.75px;
	margin: 15px 10px !important;
}
@media (max-width: 1199px) {
	.featured-module-2-content-2 h3{
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 991px) {
	.featured-module-2-content-2 h3{
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.featured-module-2-content-2 h3{
		font-size: 30px;
		line-height: 30px;
	}
}
.featured-module-2 .sep-border{
	height: 3px;
	width: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: table;
	margin: 0 auto;
}
.featured-module-3{
	color: #fff !important;
}
.featured-module-3-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #79ad4b;
	padding-bottom: 20px;
	padding-top: 10px;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-3-content .featured-module-3-label{
	position: absolute;
	top: -10px;
	display: block;
	width: 100%;
	font-size: 14px;
	letter-spacing: 2px;
	color: #555 !important;
}
.featured-module-3-label span{
	background-color: #fff;
	padding: 5px 15px;
}
.featured-module-3-content h3{
	font-size: 30px;
	line-height: 40px;
	margin: 20px 10px;
	letter-spacing: 0.75px;
	color:#fff;
}
@media (max-width: 1199px) {
	.featured-module-3-content h3{
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 991px) {
	.featured-module-3-content h3{
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.featured-module-3-content h3{
		font-size: 30px;
		line-height: 40px;
	}
}
.featured-module-3-text{
	margin: 20px 20px 0 !important;
	display: block;
}
/*------------------------------------------------------------------
10. VC Module / .lpd-module
-------------------------------------------------------------------*/
.lpd-module{
    color: #fff !important;
    display: block;
    overflow: hidden;
    position: relative;
}
.lpd-module h3{
    color: #fff;
}
.lpd-module img {
	width: 100%;
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.lpd-module:hover img {
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
   -ms-transform: scale(1.0);
   transform: scale(1.0);
}
.module-no-scale img{
   -webkit-transform: scale(1) !important;
   -moz-transform: scale(1) !important;
   -o-transform: scale(1) !important;
   -ms-transform: scale(1) !important;
   transform: scale(1) !important;
}
.lpd-module .module_content{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(149, 149, 149, 0.2);
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.lpd-module:hover .module_content{
	background-color: rgba(0, 0, 0, 0.6);
}
.lpd-module .module_content h3{
	line-height: 30px;
	font-size: 24px;
	margin: 0 10px 10px;
}
.lpd-module .module_content table{
    height: 100%;
    width: 100%;
}
.lpd-module .sep-border{
	height: 3px;
	width: 80px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	margin: 0 auto;
}
/*------------------------------------------------------------------
11. VC Multi Module / .mm_module
-------------------------------------------------------------------*/
.mm_module{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	background-position: center center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #555;
	text-decoration: none !important;
	background-color: #f0f0f0;
}
.mm_module img{
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mm_module:hover img{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}
.visible-xs .mm_module{
	background-size:cover;
	min-height: 400px !important;
}
.mm_module{}
.mm_module:hover,
.mm_module.mm_dark_bg{
	color: #fff;
}
.mm_module_1{
	min-height: 690px;
}
.mm_module_2,
.mm_module_3{
	min-height: 360px;
}
.mm_module_4,
.mm_module_5{
	min-height: 300px;
}
.mm1_content{
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.mm_module:hover .mm3_content,
.mm_module:hover .mm2_content,
.mm_module:hover .mm1_content{
	background-color: rgba(0, 0, 0, 0.6);
}
.mm3_content table,
.mm2_content table,
.mm1_content table{
    height: 100%;
    width: 100%;
}
.mm1_content_wrap{
	margin: 110px 0 !important;
}
.mm3_title,
.mm3_description,
.mm2_title,
.mm2_description,
.mm1_title,
.mm1_description{
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mm1_title{
	line-height: 40px;
	font-size: 36px;
}
.mm3_description,
.mm2_description,
.mm1_description{
	font-size: 14px;
}
.mm5_title.letter-space-75,
.mm4_title.letter-space-75,
.mm3_description.letter-space-75,
.mm2_description.letter-space-75,
.mm1_description.letter-space-75{
	letter-spacing: 0.75px;
}
.mm5_title.letter-space-1,
.mm4_title.letter-space-1,
.mm3_description.letter-space-1,
.mm2_description.letter-space-1,
.mm1_description.letter-space-1{
	letter-spacing: 1px;
}
.mm5_title.letter-space-3,
.mm4_title.letter-space-3,
.mm3_description.letter-space-3,
.mm2_description.letter-space-3,
.mm1_description.letter-space-3{
	letter-spacing: 3px;
}
.mm5_title.letter-space-5,
.mm4_title.letter-space-5,
.mm3_description.letter-space-5,
.mm2_description.letter-space-5,
.mm1_description.letter-space-5{
	letter-spacing: 5px;
}
.mm5_title.letter-space-10,
.mm4_title.letter-space-10,
.mm3_description.letter-space-10,
.mm2_description.letter-space-10,
.mm1_description.letter-space-10{
	letter-spacing: 10px;
}
.mm1_content .btn{
	margin-top: 20px;
}
.mm2_content{
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.mm2_title{
	line-height: 40px;
	font-size: 36px;
}
@media (max-width: 1199px) {
	.mm2_title{
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.mm2_title{
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.mm2_title{
		font-size: 36px;
	}
}
.mm3_content{
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.mm3_title{
	line-height: 40px;
	font-size: 30px;
}
@media (max-width: 1199px) {
	.mm3_title,
	.mm1_title{
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.mm3_title,
	.mm1_title{
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.mm3_title,
	.mm1_title{
		font-size: 30px;
	}
}
.mm5_title,
.mm4_title{
	font-size: 14px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mm5_content,
.mm4_content{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 15px;
}
.mm5_content.top-right,
.mm4_content.top-right{
	left: auto;
	right: 0;
}
.mm5_content.bottom-right,
.mm4_content.bottom-right{
	left: auto;
	top: auto;
	bottom: 0;
	right: 0;
}
.mm5_content.bottom-left,
.mm4_content.bottom-left{
	top: auto;
	bottom: 0;
}
.mm_module:hover .mm1_title,
.mm_module:hover .mm2_title,
.mm_module:hover .mm3_title{
	color: #fff !important;
}
.mm5_hover_bg,
.mm4_hover_bg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.mm_module_4:hover .mm4_hover_bg,
.mm_module_5:hover .mm5_hover_bg{
	background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
	.mm3_content,
	.mm2_content,
	.mm1_content{
		padding-top: 20%;
	}
}
/*------------------------------------------------------------------
12. VC Counter / .counter-circular
-------------------------------------------------------------------*/
.counter-circular{
    width: 100%;
    float: left;
}
@media (max-width: 768px) {
	.counter-circular{
	    margin-bottom: 40px;
	}
}
.counter-circular div.easy-pie-chart{
	display: table;
	margin: 0 auto;
}
.counter-circular li.easy-pie-chart{
    float: left;
    margin-left: 30px;
    margin-right: 60px;
}
.counter-circular li.easy-pie-chart:last-child{
    margin-right: 0;
}
.chart {
    position: relative;
    display: inline-block;
    text-align: center;
}

.counter-circular .chart{
    width: 130px;
    height: 130px;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.percent-container{
    top: 12px;
    left: 12px;
    position: relative;
}
.percent {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.percent:after {
	  content: '%';
	  margin-left: 0.1em;
	  font-size: .8em;
}
.counter-circular .percent{
    width: 106px;
    height: 106px;
    font-size: 24px;
}
.chart span.info{
    padding-top: 30px;
    float: left;
    width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 479px){  
    .counter-circular .chart{
        margin-bottom: 20px !important;
    } 
}
/*------------------------------------------------------------------
13. VC Post Widget / .lpd-portfolio-item
-------------------------------------------------------------------*/
.lpd-portfolio-item{
	text-align: center;
	margin-bottom: 20px !important;
	background-color: #fff;
}
.lpd-portfolio-item .content{
	position: relative;
	border: 1px solid #ebebeb;
	padding-top: 40px;
	z-index: 1;
}
.lpd-portfolio-item .content.no-thumbnail{
	padding-top: 20px;
}
.lpd-portfolio-item .title{
	font-size: 18px
}
.lpd-portfolio-item .deco-sep-line-50{
	margin: 1px 0 8px;
}
.lpd-portfolio-item .title a{
	color: #555;
}
.lpd-portfolio-item .column .post_content{
	padding: 0 20px;
	color: #959595;
}
.widget-meta{
	margin-top: 20px;
	border-top: 3px double #ebebeb;
	padding: 20px 0;
}
.widget-meta .portfolio-categories,
.widget-meta .author-data,
.widget-meta .news-meta{
	width: 50%;
	float: left;
}
.widget-meta .author-data.no-cat-data{
	width: 100%;
	border: none;
}
.widget-meta .author-data{
	border-right: 3px double #ebebeb;
}
.author-data a{
	padding-left: 23px;
	background-image: url("../images/thin-193_user_profile_avatar_male.png");
	background-repeat: no-repeat;
}
.news-meta a{
	padding-left: 23px;
	background-image: url("../images/thin-024_calendar_date.png");
	background-repeat: no-repeat;
}
.portfolio-categories a:first-child{
	padding-left: 22px;
	background-image: url(../images/thin-101_map_folder.png);
	background-repeat: no-repeat;
}
.effect-thumb{
	position: relative;
	display: block;
	z-index: 2;
}
.mega-icon-bg{
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	display: block;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.mega-icon-photo{
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	display: block;
	background-image: url(../images/thin-369_photo_image_camera_take_shot.png);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}
.mega-icon-video{
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	display: block;
	background-image: url(../images/thin-374_movie_video_play_cinema.png);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}
.mega-icon-link{
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	display: block;
	background-image: url(../images/thin-016_link_chain_url.png);
	background-repeat: no-repeat;
	background-position: 14px 14px;
}
.lpd-portfolio-item.widget_style_2 .mega-icon-border{
	width: 76px;
	height: 76px;
    content: "";
    left: 50%;
    bottom: -38px;
    margin-left: -38px;
    position: absolute;
    border: 3px solid #fff;
    display: block;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.lpd-portfolio-item.widget_style_3 .mega-icon-bg{
	border: 8px solid #fff;
	width: 78px;
	height: 78px;
    bottom: -39px;
    margin-left: -39px;
}
.lpd-portfolio-item.widget_style_3 .mega-icon-border{
	width: 100%;
	height: 3px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
}
.lpd-portfolio-item.widget_style_3 .content{
	border-top: none;
}
.lpd-portfolio-item .news-meta,
.lpd-portfolio-item .portfolio-categories,
.lpd-portfolio-item .author-data{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.lpd-portfolio-item .content:hover .news-meta,
.lpd-portfolio-item .content:hover .portfolio-categories,
.lpd-portfolio-item .content:hover .author-data{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.lpd-portfolio-item .content:hover .news-meta:hover,
.lpd-portfolio-item .content:hover .portfolio-categories:hover,
.lpd-portfolio-item .content:hover .author-data:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
/*------------------------------------------------------------------
14. VC About Widget / .team-widget-item
-------------------------------------------------------------------*/
.team-widget-item{
	margin-bottom: 20px
}
.team-widget-item .team-widget-content{
	text-align: center;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-top: none;
	position: relative;
	z-index: 2;
}

.team-widget-item .team-widget-content .title,
.team-widget-item .team-widget-content .column{
	padding: 0 20px;
	margin-bottom: 20px;
}
.team-widget-social-details{
	border-top: 3px double #ebebeb;
	padding: 20px 0;
}
.team-widget-social-details li{
	display: inline-block;
	position: relative;
	margin: 0 6px;	
}
.team-widget-social-details ul{
	padding: 0;
	display: table;
	margin: 0 auto;
}
.team-widget-social-details li:before{
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.team-widget-social-details.picons_social li a.icon{
	position: relative;
	z-index: 2;
	width: 40px;
	background-position: 8px;
}
.team-widget-item .team-widget-thumbnail{
	position: relative;
	display: block;
}
.team-widget-item .member-position{
	position: absolute;
	bottom: -15%;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;	
}
.team-widget-item:hover .member-position{
	bottom: 0;
}
.team-widget-item .member-position span.wrap{
	position: relative;
	display: table;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	line-height: 25px;
	padding: 0 10px;
	z-index: 1;
}
.team-widget-item .member-position span.wrap:before{
    content:"";
    position:absolute;
    top: 8px;
    left: -18px;
    width: 36px;
    height: 36px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.team-widget-item .member-position span.wrap:after{
    content:"";
    position:absolute;
    top: 8px;
    right: -18px;
    width: 36px;
    height: 36px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.team-widget-item .member-position span.wrap span{
	position: relative;
	z-index: 2;
}
.team-widget-content {
	padding: 10px 0 0;
}
.team-widget-content .title a{
	color: #555;
}
.team-widget-content .deco-sep-line-50 {
    margin: 1px 0 8px;
}
.team-widget-content .post_content{
	color: #959595;
}
.team-widget-item .team-widget-thumbnail{
	overflow: hidden;
}
.team-widget-item .team-widget-thumbnail img{
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.team-widget-item:hover .team-widget-thumbnail img{
   -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);	
}
/*------------------------------------------------------------------
15. VC Testimonial / .vc_lpd_testiomonial
-------------------------------------------------------------------*/
.vc_lpd_testiomonial{
	margin-bottom: 20px;
}
.vc_lpd_testiomonial .testiomonial_content{
	position: relative;
	border: 1px solid rgba(0,0,0,0.12);
	-webkit-transition: all 0.3s ease-in-out 0s;  
	-moz-transition: all 0.3s ease-in-out 0s;  
	-o-transition: all 0.3s ease-in-out 0s;  
	-ms-transition: all 0.3s ease-in-out 0s;  
	transition: all 0.3s ease-in-out 0s;
	margin-bottom: 20px;
	padding: 0 10px;
	color: #959595;
}
.vc_lpd_testiomonial .testiomonial_content:before{
    border-top: 12px solid #ebebeb;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    right: 30px;
    bottom: -12px;
    position: absolute;
    width: 0;
    z-index: 3;
	-webkit-transition: all 0.3s ease-in-out 0s;  
	-moz-transition: all 0.3s ease-in-out 0s;  
	-o-transition: all 0.3s ease-in-out 0s;  
	-ms-transition: all 0.3s ease-in-out 0s;  
	transition: all 0.3s ease-in-out 0s;
}
.vc_lpd_testiomonial:hover .testiomonial_content:before{
	border-top-color: rgba(0,0,0,0.2); 
}
.vc_lpd_testiomonial .testiomonial_content:after{
    border-top: 12px solid #fff;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    right: 30px;
    bottom: -11px;
    position: absolute;
    width: 0;
    z-index: 3;
}
.vc_lpd_testiomonial .testiomonial_content .tc_title{
	font-size: 14px;
	letter-spacing: 0.75px
}
.vc_lpd_testiomonial .testiomonial_content .tc_content{
	margin-bottom: 10px !important;
}
.testiomonial_meta{
	text-align: right;
}
.testiomonial_meta_img{
	width: 60px;
	height: auto;
	margin-right: 20px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.vc_lpd_testiomonial:hover .testiomonial_meta_img{
   -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
}
.testiomonial_meta_content{
	text-align: left;
	display: inline-block;
}
.tmc_title{
	display: block;
	font-weight: 700;
}
.tmc_title small{
	font-weight: 700;
	color: #959595;
}
.tmc_info{
	font-size: 12px;
}
/*------------------------------------------------------------------
16. VC Meta Block / .meta-block
-------------------------------------------------------------------*/
.meta-block{
	color: #959595;
	text-decoration: none !important;
	border: 1px solid rgba(0,0,0,0.12); 
	padding: 10px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;  
    -moz-transition: all 0.3s ease-in-out 0s;  
    -o-transition: all 0.3s ease-in-out 0s;  
    -ms-transition: all 0.3s ease-in-out 0s;  
    transition: all 0.3s ease-in-out 0s;
    display: block;
}
.meta-block h4{
	color: #555;
	display: table;
	font-size: 18px;
	margin: 10px auto 9px;
	line-height: 20px;
}
.meta-block h4{
	position: relative;
}
.meta-block .sep-border{
	height: 3px;
	width: 100px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
	display: table;
	margin: 13px auto;
}
.meta-block .meta-block-content{
	display: block;
	margin: 0 10px 10px !important;
}
.meta-block:hover,
.vc_lpd_testiomonial:hover .testiomonial_content{
	color: #555;
	border-color: rgba(0,0,0,0.2); 
}
/*------------------------------------------------------------------
17. VC Item Icon / .iconitem
-------------------------------------------------------------------*/
.iconitem{
	position: relative;
}
.iconitem .lpd-halflings-icon{
	position: absolute;
	left: 3px;
	top: 0;
}
.iconitem .lpd-halflings-icon:before{
	color: #959595;
}
.iconitem h5.title{
    font-size: 14px;
	font-family: inherit;
	padding-left: 30px;
	line-height: 20px;
	position: relative;
	letter-spacing: 0.75px;
}
.iconitem .content{
	border-left: 1px dashed rgba(0,0,0,0.12); 
	margin-left: 10px;
	padding-left: 20px;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.iconitem:hover .content{
	border-color: rgba(0,0,0,0.2); 	
}
/*------------------------------------------------------------------
18. VC Callout / .callout
-------------------------------------------------------------------*/
.callout{
	border: 1px solid rgba(0,0,0,0.12);
	padding: 10px 20px;
	margin-bottom: 20px;
	width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;  
    -moz-transition: all 0.3s ease-in-out 0s;  
    -o-transition: all 0.3s ease-in-out 0s;  
    -ms-transition: all 0.3s ease-in-out 0s;  
    transition: all 0.3s ease-in-out 0s; 
}
.callout:hover{
	border-color: rgba(0,0,0,0.2);
}
.callout-content{
	margin-bottom: 10px;
}
.callout-content h4{
	font-size: 24px;
	line-height: 30px;
}
.callout-btn{
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.callout-btn table{
	height: 100%;
	width: 100%;
}
.callout-btn .btn{
	margin: 0;
}
.callout .sep-border{
	height: 3px;
	width: 30px;
	width: 100px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
	display: block;
	margin: 9px 0 !important;
}
/*------------------------------------------------------------------
19. VC Callout 2 / .vc_callout2
-------------------------------------------------------------------*/
.vc_callout2{
	position: relative;
	width: 100%;
	text-align: center;
}
.vc_callout2:before{
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.vc_callout2 .callout2_title{
	width: 40%;
	font-size: 24px;
	letter-spacing: 0.75px;
}
.vc_callout2 .callout2_sep_word{
	width: 20%;
	font-size: 18px;
}
.vc_callout2 .callout2_title span,
.vc_callout2 .callout2_sep_word span{
	padding: 0 10px;
	background: #fff;
	position: relative;
	z-index: 9;
}
.vc_callout2 .callout2_btn{
	width: 20%;
}
.vc_callout2 .btn{
	position: relative;
	z-index: 9;
}
/*------------------------------------------------------------------
20. VC Meta Container / .lpd-meta-container
-------------------------------------------------------------------*/
.lpd-meta-container{
	padding: 15px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	min-height: 20px;
}
.lpd-meta-container .item{
	font-size: 18px;
	padding: 10px 0;
}
@media (min-width: 992px) {
	.lpd-meta-container .item{
		text-align: center;
		border-left: 1px solid #ebebeb;
	}
	.lpd-meta-container .col-md-3:first-child .item{
		border: none;
	}
	.lpd-meta-container .col-md-4:first-child .item{
		border: none;
	}
	.lpd-meta-containera .col-md-6:first-child .item{
		border: none;
	}
	.lpd-meta-container .col-md-12:first-child .item{
		border: none;
	}
}
/* mega header */
.mega_header{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.mega_header.dark_bg{
	color: #fff;
}
.mega_header .sub-title{
	color: rgba(0, 0, 0, 0.5);
	letter-spacing: 0.75px;
}
.mega_header.dark_bg .sub-title{
	color: rgba(255, 255, 255, 0.9);
}
.mega_header h2{
	font-size: 30px;
	text-transform:  uppercase;
	line-height: 40px;
	margin: 0 0 20px;
	letter-spacing: 0.75px;
}
.mega_header.dark_bg h2{
	color: #fff;
}
.mh_description{
	font-size: 14px;
	letter-spacing: 2px;
}
/*------------------------------------------------------------------
21. VC LPD Header / .lpd-header
-------------------------------------------------------------------*/
@media (max-width: 768px) {
	.lpd-header{
	    margin-bottom: 40px;
	}
}
.lpd-header h3{
	font-size: 18px;
	letter-spacing: 1.75px;
	margin: 10px 0;
}
.lpd-header.dark_bg h3{
	color: #fff;
}
.lpd-img-wrap-icon{
    display: block;
    font-size: 48px;
    max-width: 100%;
    width: 1em;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.lpd-img-icon {
    display: block;
    max-width: 100% !important;
    width: 1em;
}
.lpd-wrap-icon,
.lpd-href-icon{
    display: inline-block;
    max-width: 100%;
    text-align: center;
    width: auto;
}
.lpd-img-wrap-icon{
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	
}
/*------------------------------------------------------------------
22. VC Triangle Element / .lpd-triangle-element
-------------------------------------------------------------------*/
.lpd-triangle-element{
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
}
.lpd-triangle-element .triangle{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 50%;
	top: -9px;
	margin-left: -11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    z-index: 1;
}
/*------------------------------------------------------------------
23. VC LPD Banner / .lpd-banner
-------------------------------------------------------------------*/
.lpd-banner{
	border-right: 1px solid #e1e1e1;
	padding-right: 25%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.lpd-b-hide-border{
	border: none;
}
.lpd-banner h3{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.lpd-b-sub-title{
	letter-spacing: 0.75px;
	color:#959595;
}
.lpd-b-content{
	margin-bottom: 20px;
}
/*------------------------------------------------------------------
24. VC Mega Header 2 / .lpd-mega-header2
-------------------------------------------------------------------*/
.lpd-mega-header2{
	text-align: center;
}
.dark_bg.lpd-mega-header2{
	color: rgba(255, 255, 255, 0.5);
}
.lpd-mega-header2 h3{
	font-size: 30px;
	letter-spacing: 0.75px;
	margin-top: 0;
}
.dark_bg.lpd-mega-header2 h3{
	color:#fff
}
.lpd-mega-header2 .deco-sep-line-50,
.lpd-mega-header2 .deco-sep-line-100,
.lpd-mega-header2 .deco-sep-line-150,
.lpd-mega-header2 .deco-sep-line-200{
	margin-bottom: 7px;
}
.mh2_description{
	font-size: 14px;
	letter-spacing: 2px;
	display: block;
	color: #959595;
	margin-bottom: 20px;
}
.dark_bg .mh2_description{
	color: rgba(255, 255, 255, 0.75);
}
.mh2_content{
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
}
/*------------------------------------------------------------------
25. VC Product Carousel / .lpd-products.owl-carousel
-------------------------------------------------------------------*/
.lpd-products.owl-carousel li.product-category,
.lpd-products.owl-carousel li.type-product{
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
ul.lpd-products.owl-carousel{
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
}
/*------------------------------------------------------------------
26. VC Multi Slider / .mi-slider
-------------------------------------------------------------------*/
.mi-slider {
	position: relative;
	height: 430px;
}
.mi-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	bottom: 120px;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
}
.no-js .mi-slider ul {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
	overflow: visible;
}
.mi-slider ul.mi-current {
	pointer-events: auto;
}
.mi-slider ul li {
	display: inline-block;
	padding: 20px;
	width: 24.5%;
	max-width: 300px;
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.no-js .mi-slider ul li {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.mi-slider ul li a,
.mi-slider ul li img {
	display: block;
	margin: 0 auto;
}
.mi-slider ul li a {
	outline: none;
	cursor: pointer;
	color: #555;
}
.mi-slider ul li img {
	max-width: 100%;
	border: none;
}
.mi-slider ul li h4 {
	display: inline-block;;
	font-size: 16px;
	padding: 20px 10px 0;
}
.mi-slider ul li:hover {
	opacity: 0.7;
} 
.mi-slider nav {
	position: relative;
	top: 350px;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
.no-js nav {
	display: none;
}
.mi-slider nav a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 40px 30px 20px 30px;
	position: relative;
	color: #959595;
	outline: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
}
.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
	color: #555;
	text-decoration: none;
}
.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
	content: '';
	position: absolute;
	top: -1px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.mi-slider nav a.mi-selected:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 26px;
	left: 50%;
	margin-left: -26px;
}
.mi-slider nav a.mi-selected:before {
	border-color: transparent;
	border-top-color: #ccc;
	border-width: 27px;
	left: 50%;
	margin-left: -27px;
}
/* Move classes and animations */
.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
	-webkit-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
	0% { transform: translateX(0) scale(0); }
	100% { transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
	-webkit-animation-delay: 360ms;
	animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
	-webkit-animation: moveFromRight 350ms ease-in-out both;
	animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
	-webkit-animation: moveFromLeft 350ms ease-in-out both;
	animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
	-webkit-animation: moveToRight 350ms ease-in-out both;
	animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
	-webkit-animation: moveToLeft 350ms ease-in-out both;
	animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
	0% { transform: translateX(600%); }
	100% { transform: translateX(0); }
}

@keyframes moveFromLeft {
	0% { transform: translateX(-600%); }
	100% { transform: translateX(0); }
}

@keyframes moveToRight {
	0% { transform: translateX(0%); }
	100% { transform: translateX(600%); }
}

@keyframes moveToLeft {
	0% { transform: translateX(0%); }
	100% { transform: translateX(-600%); }
}
.mi-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px){
	.mi-slider nav {
		max-width: 90%;
	}
	.mi-slider nav a {
		font-size: 12px;
		padding: 40px 10px 30px 14px;
	}
}

@media screen and (max-width: 740px){
	.mi-slider {
		height: 300px;
	}
	.mi-slider nav {
		top: 220px;
	}
}
@media screen and (max-width: 490px){ 
	.mi-slider {
		text-align: center;
		height: auto;
	}

	.mi-slider ul {
		position: relative;
		display: inline;
		bottom: auto;
		pointer-events: auto;
	}

	.mi-slider ul li {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
		padding: 10px 3px;
		min-width: 140px;
	}

	.mi-slider nav {
		display: none;
	}
}

/*------------------------------------------------------------------
27. Owl Carousel / .owl-carousel
-------------------------------------------------------------------*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-theme .owl-controls{
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	color:#fff;
	font-size:12px;
	margin:5px;
	padding:4px 7px;
	display:inline-block;
	cursor:pointer;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
	opacity:.5;
	cursor:default
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;*
	display:inline
}
.owl-theme .owl-dots .owl-dot span{
	width:6px;
	height:6px;
	margin:5px;
	background:#e1e1e1;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background:#ccc
}

/*------------------------------------------------------------------
28. Portfolio Post
-------------------------------------------------------------------*/
.portfolio-post-details ul{
	padding: 0;
	margin: 0 0 20px;
	border-top: 1px dotted #ccc;
}
.portfolio-post-details ul li{
	list-style: none;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
}
.portfolio-post-details ul li strong{
	min-width: 100px;
	display: inline-block;
}
.post_content{
	margin-bottom: 20px;
}

/*------------------------------------------------------------------
29. Team Post
-------------------------------------------------------------------*/
.about-post-details{
	padding-top: 20px;
	height: inherit;	
}
.about-post-details ul{
	padding: 0;
	margin: 0;
	border-top: 1px dotted #ccc;
}
.about-post-details ul li{
	list-style: none;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
}
.about-post-details ul li .icon{
	display: block;
	padding-left: 40px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.about-post-details ul li .icon:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.about-post-details.picons_social .icon{
	width: 100%;
}
.about-post-details.picons_social .icon.custom-icon{
	background-position: 0 4px;
}
.cbp-about-post-details.picons_social .icon{
	opacity: 0.24;
	filter: alpha(opacity=24);
}
.cbp-about-post-details.picons_social .icon:hover{
	opacity: 0.33;
	filter: alpha(opacity=33);
}
.dark-bg .cbp-about-post-details.picons_social .icon{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.dark-bg .cbp-about-post-details.picons_social .icon:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}

/*------------------------------------------------------------------
30. Search/404 Page
-------------------------------------------------------------------*/
.lpd-404-template ul,
.lpd-search-template ul{
	padding-left: 20px;
}
p.not-happy{
	color: #959595;
}
.lpd-search-template-form{
	margin-bottom: 40px;
}
.lpd-search-template-form .search_input{
	width: inherit;
}
.lpd-404-content{
	text-align: center;
	margin-bottom: 40px;
}
.title-404{
	font-size: 144px;
	line-height: 140px;
	font-weight: 700;
	margin: 0;
}
.description-404,
.subtitle-404{
	display: block;
}
.subtitle-404{
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;

}
.description-404{
	font-size: 18px;
	color: #959595;
	padding: 10px 0 30px
}


/*------------------------------------------------------------------
31. Wordpress Core
-------------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
img.size-thumbnail,
img.size-medium,
img.size-large,
img.size-full,
.alignnone{
	max-width: 100%;
	height: auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
	max-width: 100% !important;
	height: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption.aligncenter{
	text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption-text{
	color: #959595;
}
.sticky {color: #111}
.sticky .blog-post-title:before{background: #ccc;}
.sticky .blog-post-title a{color: #363636}
.sticky .blog-post-meta{
	border-color: #ccc;
}
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	position: relative;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	width: 100%;
	height: auto;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.gallery img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
.bypostauthor { color: inherit}

/*------------------------------------------------------------------
32. VC Front Editor
-------------------------------------------------------------------*/
body.compose-mode.page-template-template-full-width-php .vc_vc_row:first-child .vc_controls-out-tl{ 
	top: 0;
}

/*------------------------------------------------------------------
33. VC Ultimate Addons
-------------------------------------------------------------------*/
.video-mask-1 .vc_video-bg:before{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: url(../images/video-mask-1.png) repeat;
	z-index: 1;
}
.video-mask-2 .vc_video-bg:before{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: url(../images/video-mask-2.png) repeat;
	z-index: 1;
}
.video-mask-1 .vc_column_container,
.video-mask-2 .vc_column_container{
	z-index: 2;
}
.wordpress-456repair .flip-box-wrap .flip_link a{
	padding: 10px 20px;
	margin-top: 20px;
}
.wordpress-456repair .flip-box-wrap p{
	font-size: inherit;
}
.wordpress-456repair .flip-box-wrap .ifb-back p{
	margin-bottom: 20px;
}
.wordpress-456repair .flip-box-wrap .flip-box h3{
	margin: 10px 0
}
.wordpress-456repair h3.ult_modal-title{
	color: inherit;
}
.wordpress-456repair .smile_icon_list li .icon_description h3{
	color: #555;
}
.wordpress-456repair .vc_col-has-fill > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner{
	padding-top: 0;
}

 
/*------------------------------------------------------------------
34. Logo Carousel / .at_logo_carousel
-------------------------------------------------------------------*/
.wordpress-456repair .at_logo_carousel_calltoaction_block h2{
	margin-bottom: 20px;
}
.wordpress-456repair .at_logo_carousel_calltoaction_block .centered{
	overflow: inherit;
}
.wordpress-456repair .at_logo_carousel_calltoaction_block{
	padding: 30px;
	font: inherit;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.wordpress-456repair a.at_logo_carousel_button{
	font: inherit;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 30px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.wordpress-456repair .at_logo_carousel_calltoaction_block p{
	font-size: inherit;
}

/*------------------------------------------------------------------
35. Shop Assistant / .woocommerce-shop-assistant
-------------------------------------------------------------------*/
.wordpress-456repair .woocommerce-shop-assistant{
	margin: 0;
}
.wordpress-456repair .woocommerce-shop-assistant.woocommerce-shop-assistant-light{
	color: inherit;
}
.wordpress-456repair .woocommerce-shop-assistant.woocommerce-shop-assistant-themed{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	letter-spacing: inherit;
}
.wordpress-456repair .woocommerce-shop-assistant.woocommerce-shop-assistant-light .assistant-title{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #959595;
}
.wordpress-456repair .woocommerce-shop-assistant.woocommerce-shop-assistant-dark{
	background-color: #555;
	color: #fff;
}
.wordpress-456repair .woocommerce-shop-assistant.woocommerce-shop-assistant-dark .assistant-title{
	color: #555;		
}
.wordpress-456repair .woocommerce-shop-assistant .assistant-title{
	font-size: 14px;
}

/*------------------------------------------------------------------
36. Sliding Panel / .sss-sidebar-wrapper
-------------------------------------------------------------------*/
.sss-sidebar-wrapper > ul{
	padding: 0;
}
.sss-sidebar-wrapper > ul hr{
	border-color: rgba(0,0,0,0.1); 
}
.std-style-theme-style .std-tab{
	letter-spacing: 0.75px;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
/* 7.k.) widget categories */
.widget select{
	display: block;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	width: 100%;
	height: 46px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.08);
	
	background-color: transparent;
	background-image: none;
}
.widget select:focus {
	outline: 0;
	
	border-color: rgba(0,0,0,0.34);
	background-color: #fffeef;
}
.blog-post-content:after {
    clear: both;
}
.blog-post-content:after {
    content: "";
    display: table;
}