/*

Table of Contents

1.0 - General
2.0 - Blockquote
3.0 - Highlight
4.0 - Dropcap
	4.0.1 - Dropcap
	4.0.2 - Dropcap 2
5.0 - Heading
	5.0.1 - Heading Text Left
	5.0.2 - Heading Text Center
	5.0.3 - Heading Text Right
	5.0.4 - Sub-Heading
6.0 - Buttons (shortcodes)
7.0 - More Link
8.0 - Icon Box
	8.0.1 - Iconbox Style 1
	8.0.2 - Iconbox Style 2
	8.0.3 - Iconbox Style 3
9.0 - Services List
	9.0.1 - Service Style1
	9.0.2 - Service Style 2 and 3
10.0 - Socials
11.0 - Counter
	11.0.1 - Counter Default
	11.0.2 - Counter Icon
12.0 - Countdown
13.0 - COntent Box
14.0 - Blog
	14.0.1 - Sticky Post
	14.0.2 - Shortcodes Post
	14.0.3 - Single Post
	14.0.4 - Post Link
15.0 - Teams
	15.0.1 - Team Style 1
	15.0.2 - Team Style 2
	15.0.3 - Team Single Page
16.0 - Testimonial
	16.0.1 - Testimonial Default
	16.0.2 - Testimonial Slider
17.0 - Clients
	17.0.1 - Clients Slider
18.0 - Pricing Tables
19.0 - Contact
20.0 - Custom All
	
*/

/*=========================================================================
  General 
//=======================================================================*/
.st-iconbox .box-title,
.st-promobox .box-title,
.st-pricingbox .box-title,
.st-counter .box-title,
.st-service .service-content h4,
.team-container .team-meta h4,
.team-detail .post-title,
.testimonial-meta h4{
	font-size: 17px;
    font-weight: 600;
	margin-bottom:17px;
	margin-top:0;
}
.st-promobox .box-image::after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:.45;
			transition:opacity 0.3s ease 0s;
	-webkit-transition:opacity 0.3s ease 0s;
}
.st-promobox:hover .box-image::after{
	opacity:.95;
}
.st-promobox .box-image::after{
	background-color:#36383e;
}

/*=========================================================================
  Blockquote 
//=======================================================================*/
blockquote,
blockquote.pull-left,
blockquote.pull-right{
	border:none;
	position:relative;
	padding:30px 40px 0 40px;
	text-align:left;
}
blockquote.pull-left,
blockquote.pull-right{
	width:50%;
	max-width:300px;
}
blockquote.pull-left{
	margin-right:10px;
}
blockquote.pull-right{
	margin-left:10px;
}
blockquote p{
	color: #212121;
    font-family: georgia;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
}
blockquote::before{
	position:absolute;
	content:'\201C';
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10em;
	line-height:100%;
	font-weight:bold;
	opacity:.15;
	color:#212121;
	left:0;
	top:0;
}
blockquote cite{
	font-size:13px;
	font-style:normal;
	position:relative;
	padding-left:30px;
	font-weight:600;
	opacity:.5;
	text-transform:uppercase;
}
blockquote cite::before{
	position:absolute;
	content:'';
	width:15px;
	border-top:2px solid;
	left:0;
	opacity:.75;
	top:50%;
}

/*=========================================================================
  Highlight
//=======================================================================*/
.st-highlight {
	font-weight:600;
	border-bottom:1px solid;
}

/*=========================================================================
  Dropcap
//=======================================================================*/
.st-dropcap,
.st-dropcap2{
	float:left;
	display:block;
	margin:5px 10px 0 0;
	width:40px;
	line-height:40px;
	font-size:2em;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
}
/*Dropcap*/
.st-dropcap{
	font-size:48px;
	width:auto;
}
/*Dropcap 2*/
.st-dropcap2{
	color:#fff;
}

/*=========================================================================
  Heading
//=======================================================================*/
.st-heading{
	position:relative;
	margin-top:0;
}
.st-heading .box-title{
	position:relative;
	font-size:24px;
	padding:0 0 15px;
	margin:0;
}
.st-heading .box-content{
	font-size: 1.2em;
    font-weight: 300;
    margin-top: -11px;
    position: relative;
}

.st-heading .box-title::after{
	position:absolute;
	content:'';
	display:block;
	width:40px;
	bottom:0;
	left:0;
	border-top:2px solid #303030;
	clear:both;
	overflow:hidden;
	z-index:2;
}
.wpb_color .st-heading .box-title::after{
	border-color:inherit;
}

/*Heading Text Left*/
.st-heading.text-left .box-content{
	padding-left:65px;
}

/*Heading Text Center*/
.st-heading.text-center .box-title::after{
	left:50%;
	margin-left:-20px;
}
.st-heading.text-center .box-content{
	margin-top:15px;
}

/*Heading Text Right*/
.st-heading.text-right .box-title::after{
	left:auto;
	right:0;
}
.st-heading.text-right .box-content{
	padding-right:65px;
}

.st-heading.style-1 .box-title{
	font-weight:600;
}

/*sub-heading*/
.st-subheading,
.upsells > h2,
.related > h2,
.cart-collaterals h2,
.shipping_calculator > h2,
h3.comment-reply-title,
.address .title h3,
.woocommerce-tabs .panel h2, 
.related products h2, 
#order_review_heading, 
.woocommerce-billing-fields > h3, 
#ship-to-different-address label{
	font-size:19px;
	margin-bottom:30px;
}

/*=========================================================================
  Buttons (shortcodes)
//=======================================================================*/
.st-button{
	display:inline-block;
	position:relative;
	white-space:nowrap;
	font-size:13px;
	border-width:2px;
	border-style:solid;
	border-color:transparent;
	line-height:20px;
	padding:13px 25px;
	font-weight:600;
	text-transform:uppercase;
			border-radius:3px;
	-webkit-border-radius:3px;
}
.st-button i{
	margin-right:11px;
	font-size:14px;
}
.st-button.size-small{
	font-size:12px;
	padding:8px 16px;
}
.st-button.size-medium{
	font-size:13px;
	padding:12px 24px;
}
.st-button.size-large{
	font-size:13px;
	padding:16px 34px;
}

.st-button.style-1{
	color:#fff;
	background-color:#d5aa6d;
}
.st-button.style-1:hover{
	border-color:rgba(54, 56, 62, 0.85);
	color:rgba(54, 56, 62, 0.75);
	background:none;
}
.wpb_color .st-button.style-1:hover{
	color:inherit;
	border-color:inherit;
}

.st-button.style-2{
	border-color:rgba(54, 56, 62, 0.85);
	color:rgba(54, 56, 62, 0.75);
}
.st-button.style-2:hover{
	color:#fff;
	border-color:#d5aa6d;
	background-color:#d5aa6d;
}


/*=========================================================================
  More Link
//=======================================================================*/
.load-more{
	text-align:center;
}
.load-more a{
	margin-top:30px;
}

/*=========================================================================
  Icon Box
//=======================================================================*/
.st-iconbox .box-icon{
	margin-bottom:27px;
	color:#d5aa6d;
}
.st-iconbox .box-title{
	margin-bottom:5px;
}
.st-iconbox .box-icon i{
	line-height:100%;
	height:auto;
}
.st-iconbox .box-link,
.st-service .service-link{
	margin-top:10px;
	font-size:12px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
}
.st-iconbox .box-link a,
.st-service .service-link a{
	display:inline-block;
	position:relative;
	color:#202020;
}
.st-iconbox .box-link a:hover,
.st-service .service-link a:hover{
	color:#d5aa6d;
}
.st-iconbox .box-link a::after,
.st-service .service-link a::after{
	position:relative;
	content:'\2192';
	margin-left:7px;
	font-size:14px;
	top:-1px;
}
.st-iconbox .iconbox-container:hover .box-link a::after,
.st-service .service-container:hover .service-link a::after{
	margin-left:13px;
}

/*Iconbox Style 1*/
.st-iconbox.style-1{
	text-align:center;
}
.st-iconbox.style-1 .box-icon i{
	font-size:4em;
}
.st-iconbox.style-1 .box-title{
	font-size:22px;
}

/*Iconbox Style 2*/
.st-iconbox.style-2 .box-icon{
	position:relative;
	text-align:left;
	width:30px;
}
.st-iconbox.style-2 .box-icon i{
	font-size:2em;
}
.st-iconbox.style-2 .box-content{
	overflow:hidden;
}
.st-iconbox.style-2.icon-left .box-icon{
	float:left;
}
.st-iconbox.style-2.icon-left .box-content{
	padding-left:27px;
}
.st-iconbox.style-2.icon-right .box-icon{
	float:right;
}
.st-iconbox.style-2.icon-right .box-content{
	padding-right:27px;
}

/*Iconbox Style 3*/
.st-iconbox.style-3{
	padding:45px 30px 30px;
	background-color:#f6f6f6;
	position:relative;
	margin-top:30px;
}
.st-iconbox.style-3:hover{
	background-color:#d5aa6d;
	color:#fff;
}
.st-iconbox.style-3 .box-icon{
	width:55px;
	height:55px;
	line-height:55px;
	text-align:center;
	background-color:#fff;
	position:absolute;
	left:30px;
	top:-30px;
			border-radius:3px;
	-webkit-border-radius:3px;
			box-shadow:0 3px 9px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.15);
}
.st-iconbox.style-3 .box-icon i{
	font-size:2em;
	line-height:inherit;
}
.st-iconbox.style-3:hover .box-title,
.st-iconbox.style-3:hover .box-link a{
	color:inherit;
}

/*=========================================================================
  Services List
//=======================================================================*/
/*Service Filter*/
.load-filter{
	text-align:center;
	margin-bottom:40px;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}
.load-filter ul{
}
.load-filter li{
	padding:0 20px;
	display:inline-block;
	position:relative; 
}
.load-filter li::before{
	position: absolute;
	content:'';
	height:10px;
	top:50%;
	left:0;
	margin-top:-5px;
	border-left:1px solid #e2e6e7;
}
.load-filter li:first-child::before{
	display:none;
}
.load-filter li a{
	display:block;
	position:relative;
}
.load-filter li a::after{
	position:absolute;
	content:'';
	bottom:0px;
	left:50%;
	right:50%;
	border-bottom:2px solid #303030;
}
.load-filter li.active a::after,
.load-filter li a:hover::after{
	left:0;
	right:0;
}

.st-service .service-container:hover .service-link a{
	color:#d5aa6d;
}

.st-service{}
.st-service .service-container{
	margin-bottom:30px;
	position:relative;
}
.st-service .service-container .service-image{
	position:relative;
	overflow:hidden;
}

/*Service Style 1*/
.st-service .style-1{
	padding:45px 30px 30px;
	background-color:#f6f6f6;
	position:relative;
	margin-top:30px;
}
.st-service .style-1:hover,
.st-service .style-2:hover,
.st-service .style-3:hover{
	background-color:#45474e;
	color:#fff;
}
.st-service .style-1 .service-icon{
	width:55px;
	height:55px;
	line-height:55px;
	text-align:center;
	color:#d5aa6d;
	background-color:#fff;
	position:absolute;
	left:30px;
	top:-30px;
			border-radius:3px;
	-webkit-border-radius:3px;
			box-shadow:0 3px 9px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.15);
}
.st-service .style-1 .service-icon i{
	font-size:2em;
	line-height:inherit;
}
.st-service .style-1 .service-content h4{
	margin-bottom:5px;
	font-weight:600;
}
.st-service .style-1:hover .service-content h4,
.st-service .style-1:hover .service-content h4 a,
.st-service:hover .service-link a:hover{
	color:inherit;
}

/*Service Style 2 and 3*/
.st-service .style-2,
.st-service .style-3{
	margin-left:20px;
	margin-top:30px;
	background-color:#f6f6f6;
}
.st-service .style-2:hover a,
.st-service .style-2:hover .service-content h4,
.st-service .style-3:hover a,
.st-service .style-3:hover .service-content h4{
	color:inherit;
}
.st-service .style-2 .service-image,
.st-service .style-3 .service-image{
	top:-30px;
	left:-20px;
	margin-bottom:-30px;
			box-shadow:0 5px 11px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 5px 11px rgba(0, 0, 0, 0.15);
}
.st-service .style-2 .service-content,
.st-service .style-3 .service-content{
	padding:20px 40px;
}
.st-service .style-2 .service-content h4{
	margin:0;
}

.st-service .style-3 .service-content h4{
	margin-bottom:10px;
}

/*=========================================================================
  Socials
//=======================================================================*/
.st-social{
	margin:0; !important;
}
.st-social ul{
	margin:0;
}
.st-social li{
	padding:0;
	margin:0;
	display:inline-block;
}
.st-social a{
	text-align:center;
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	color:inherit;
}
.st-social a:hover{
	color:#d5aa6d;
	text-decoration:none;
}

/*=========================================================================
  Counter
//=======================================================================*/
.st-counter{
	text-align:center;
}
.counter-number{
	font-size:56px;
	line-height:100%;
	font-weight:600;
	color:#212121;
	position:relative;
	margin:20px 0 10px;
}
.st-counter .box-icon{
	font-size:5em;
	line-height:normal;
	opacity:0.5;
}
.st-counter .box-title{
	text-transform:uppercase;
	font-weight:600;
	font-size:15px;
}

/*Counter Default*/
.st-counter.style-default .counter-number{
	color:#d5aa6d;
}

/*Counter Icon*/
.st-counter.icon-top .box-icon{
	margin:0 auto;
	line-height:100%;
}

.st-counter.icon-left{
	position:relative;
	overflow:hidden;
	padding-left:90px;
}
.st-counter.icon-left .box-icon{
	position:absolute;
	left:0;
	top:0;
}
.st-counter.icon-left .box-inner{
	overflow:hidden;
	text-align:left;
}
.st-counter.icon-left .counter-number{
	margin-top:0;
}
.st-counter.icon-left .box-title{
	margin:0;
}

/*=========================================================================
  Countdown
//=======================================================================*/
.st-countdown{
	text-align:center;
}
.st-countdown .countdown{
	padding:20px;
	display:inline-block;
	border:1px solid rgba(74, 74, 74, 0.075);
}
.st-countdown .countdown-row{
	display:flex;
	flex-flow:row nowrap;
	align-content:center;
}
.st-countdown .countdown-section{
	text-align:left;
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	margin-right:20px;
	padding-right:20px;
	border-right:1px solid rgba(74, 74, 74, 0.075);
}
.st-countdown .countdown-section:last-of-type{
	border-right:none;
	padding-right:0;
	margin-right:0;
}
.st-countdown .countdown-section span{
	display:inline-block;
}
.st-countdown .countdown-amount{
	font-size:56px;
	font-weight:300;
	line-height:100%;
	color:#d5aa6d;
}
.st-countdown .countdown-period{
	font-size:15px;
	font-weight:600;
	margin-left:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}

/*=========================================================================
  contentbox
//=======================================================================*/
/*promobox */
.st-promobox {
	position:relative;
	overflow:hidden;
	color:#fff;
}
.st-promobox .box-title{
	color:inherit;
	margin-bottom:0;
}
.st-promobox .box-title::after{
	position: relative;
	text-align:center;
	content:'\2731\2731\2731';
	margin:7px 0;
	font-size:13px;
	display:block;
}
.st-promobox .box-image img,
.st-service .service-image img{
			transform:scale(1);
	-webkit-transform:scale(1);
			transition:transform 0.5s ease 0s;
	-webkit-transition:transform 0.5s ease 0s;
}
.st-promobox:hover .box-image img,
.st-service .service-container:hover .service-image img{
			transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.st-promobox .box-content{
	position:absolute;
	width:100%;
	padding:10% 13%;
	top:50%;
	color:#fff;
	text-align:center;
	opacity:0;
			transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
			transition:opacity 0.5s ease 0s;
	-webkit-transition:opacity 0.5s ease 0s;
}
.st-promobox:hover .box-content{
	opacity:1;
}

/*=========================================================================
  Blog
//=======================================================================*/
.blogHolder {
	width:100%;
	margin:0;
}
.blog-container{
	padding-bottom:30px;
	margin-bottom:40px;
}
.blog-container .post-thumb,
.blog-container .post-slider,
.blog-container .post-quote,
.blog-single .post-thumb,
.blog-single .post-slider,
.blog-single .post-quote{
	margin-bottom:30px;
}
.blog-container .post-quote,
.blog-single .post-quote{
	padding:3% 5%;
	background-color:#f6f6f6;
}

.blog-container .post-title{
	margin-top:0;
}
.blog-container .post-title a:hover{
	color:#d5aa6d;
}

.blog-container .post-meta,
.blog-single .post-meta{
	font-size:13px;
	padding-bottom:10px;
	margin-bottom:27px;
	border-bottom:1px solid rgba(74, 74, 74, 0.075);
}
.blog-container .post-meta i,
.blog-single .post-meta i{
	font-size:14px;
	margin-right:7px;
	opacity:.5;
}
.blog-container .post-meta span::after,
.blog-single .post-meta span::after{
	position:relative;
	content:'/';
	margin:0 10px;
	color:#c5c5c5;
	display:inline-block;
}
.blog-container .post-meta span:last-of-type::after,
.blog-single .post-meta span:last-of-type::after{
	display:none;
}

/*sticky post*/
.sticky .blog-container{
	padding:30px;
	border:1px solid #e2e6e7;
}

/*shortcodes post*/
.st-blog .blog-container{
	background-color:#fff;
	margin-bottom:30px;
	padding-bottom:0;
}
.st-blog .blog-container:hover{
			box-shadow:0 5px 9px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 5px 9px rgba(0, 0, 0, 0.15);
}
.st-blog .blog-container .post-thumb,
.st-blog .blog-container .post-slider,
.st-blog .blog-container .post-quote{
	margin-bottom:20px;
}
.st-blog .blog-container .blog-inner{
	padding:0 20px 20px;
}
.st-blog .blog-container .blog-inner p:last-of-type{
	margin-bottom:0;
}
.st-blog .blog-container .post-title{
	font-size:15px;
}
.st-blog .blog-container .post-meta{
	margin-bottom:17px;
}

/*single post*/
.blog-single .post-authors{
	margin:60px 0;
}
.blog-single .post-authors .author-left{
	margin-right:20px;
}
.blog-single .post-authors .avatar{
	width:75px;
	height:75px;
			border-radius:50%;
	-webkit-border-radius:50%;
}
.blog-single .post-tags{
	font-size:13px;
	padding-bottom:10px;
	border-bottom:1px dashed #e2e6e7;
}
.blog-single .post-tags strong{
	margin-right:7px;
	font-weight:600;
}
.blog-single .author-right h4{
	text-transform:uppercase;
}

/*Post Link*/
.more-link{
	display:inline-block;
}
.more-link a{
	display:block;
	line-height:30px;
	padding:5px 25px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	color:#36383e;
	border:2px solid #36383e;
			border-radius:3px;
	-webkit-border-radius:3px;
}
.more-link a:hover{
	background-color:#d5aa6d;
	border-color:#d5aa6d;
	color:#fff;
}

/*=========================================================================
  Teams
//=======================================================================*/
.st-team .team-position,
.team-detail .team-position{
	font-size:13px;
}
.st-team .team-inner h4{
	margin:0;
	font-size:15px;
}

/*Team Style 1*/
.st-team .style-1{
	background-color:#f6f6f6;
	text-align:center;
}
.st-team .style-1:hover{
	background-color:#fff;
			box-shadow:0 5px 11px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 5px 11px rgba(0, 0, 0, 0.1);
}
.st-team .style-1 .team-inner{
	padding:20px;
}
.st-team .style-1 .team-meta{
	padding-bottom:7px;
}
.st-team .style-1 .st-social{
	border-top:1px solid rgba(74, 74, 74, 0.075);
	padding-top:7px;
}
.st-team .style-1 .st-social a{
	height:auto;
	line-height:normal;
}

/*Team Style 2*/
.st-team .style-2{
	background-color:#f6f6f6;
	align-content: center;
    display: flex;
    flex-flow: row nowrap;
}
.st-team .style-2::after{
	display:block;
	overflow:hidden;
	clear:both;
	content:'';
}
.st-team .style-2 .team-photo{
	width:50%;
	overflow:hidden;
	max-height:300px;
}
.st-team .style-2 .team-photo a{
	display:block;
	overflow:hidden;
}
.st-team .style-2 .team-inner{
	width:50%;
	align-self:center;
	text-align:center;
	padding:30px;
}
.st-team .style-2 .team-inner .team-content{
	margin:20px 0;
}

/*Team Single Page*/
.team-info,
.team-detail .team-meta{
	margin-bottom:30px;
	position:relative;
}
.team-detail .team-meta::after{
	position:absolute;
	content:'';
	left:0;
	bottom:-10px;
	width:50px;
	border-top:2px solid;
}
.team-detail .post-title{
	text-transform:uppercase;
	font-size:22px;
	margin:0;
}
.team-detail .team-contact li{
	margin-bottom:5px;
}
.team-detail .team-contact li span{
	background-color:#45474e;
	color:#fff;
	padding-right:20px;
	display:inline-block;
}
.team-detail .team-contact li span a{
	color:inherit;
}
.team-detail .team-contact li span i{
	color:inherit;
	padding:10px 0;
	margin-right:10px;
	font-size:14px;
	width:35px;
	text-align:center;
	background-color:rgba(0, 0, 0, .075);
}
.team-detail .st-social li,
.st-team .style-2 .st-social li{
	margin-right:3px;
}
.team-detail .st-social a,
.st-team .style-2 .st-social a{
	border:1px solid rgba(74, 74, 74, 0.075);
}
.team-detail .st-social a:hover,
.st-team .style-2 .st-social a:hover{
	background-color:#d5aa6d;
	color:#fff;
}

/*=========================================================================
  Testimonial
//=======================================================================*/
.testimonial-container{
	margin-bottom:30px;
	position:relative;
}
.testimonial-content{
	position:relative;
	margin:0 auto 30px;
	padding:0  0 0 20px;
	border:none;
}
.testimonial-photo{
	width:56px;
	height:56px;
	overflow:hidden;
	display:inline-block;
			border-radius:50%;
	-webkit-border-radius:50%;
}
.testimonial-meta h4{
	display:block;
	font-size:15px;
	margin:0;
}
.testimonial-position{
	font-size:11px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*Testimonial default*/
.st-testimonial .testimonial-photo{
	margin-right:25px;
	float:left;
}
.st-testimonial .testimonial-position{
	overflow:hidden;
}
.st-testimonial .testimonial-content{
	padding:30px;
	margin-bottom:20px;
	position:relative;
	background-color:#f6f6f6;
}
.st-testimonial .testimonial-content::after{
	position:absolute;
	content:'';
	bottom:-13px;
	left:60px;
	border-right: 20px solid transparent;
    border-top: 13px solid #f6f6f6;
}

/*Testimonial Slider*/
.st-testimonial-slider{
	text-align:center;
}
.st-testimonial-slider .testimonial-container{
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
}
.st-testimonial-slider .testimonial-photo{
	width:6.929em;
	height:6.929em;
	display:block;
	margin:0 auto 20px;
}
.st-testimonial-slider .testimonial-photo img{
			border-radius:50%;
	-webkit-border-radius:50%;
}

/*=========================================================================
  Clients
//=======================================================================*/
.st-client{
	overflow:hidden;
}
.st-client ul.list-inline{
	margin-top:-3px;
}
.st-client ul.list-inline li{
	text-align:center;
	padding:15px 40px;
	margin:-0.5px;
	border-left:1px solid rgba(0, 0, 0, .065);
	border-top:1px solid rgba(0, 0, 0, .065);
}
.st-client ul.list-inline li::after{
	position:absolute;
	color:'';
}
.st-client ul.list-inline li span{
	display:inline-block;
}
.st-client ul.list-inline li span img{
	width:100%;
	opacity:0.75;
}
.st-client ul.list-inline li span img:hover{
	opacity:1;
}

/*Clients Slider*/
.st-client-slider .client-container{
	padding:5px 30px;
}


/*=========================================================================
  Pricing Tables
//=======================================================================*/
.st-pricingbox{
	display:block;
}
.st-pricingbox .box-content ul{
	list-style:none;
	margin:0;
	padding:0;
}
.st-pricingbox.style-1{
	background-color:#f6f6f6;
	padding:15%;
}
.st-pricingbox.style-1:hover,
.st-pricingbox.style-1.box-featured{
	background-color:#fff;
			box-shadow:0 3px 9px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.15);
}
.st-pricingbox.style-1 .box-price{
	border-top:3px solid rgba(74, 74, 74, 0.1);
	border-bottom:3px solid rgba(74, 74, 74, 0.1);
	padding:15px 0;
	font-size:3em;
	font-weight:700;
	color:#222;
	letter-spacing:-1px;
}
.st-pricingbox.style-1:hover .box-price,
.st-pricingbox.style-1.box-featured .box-price{
	color:#d5aa6d;
}
.st-pricingbox.style-1 .price-currency{
	font-size:14px;
	vertical-align:text-top;
}
.st-pricingbox.style-1 .price-note{
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	top:-3px;
	margin-left:15px;
}
.st-pricingbox.style-1 .box-content{
	padding:30px 0;
	text-align:right;
}
.st-pricingbox.style-1 .box-content li{
	line-height:20px;
	font-size:13px;
}
.st-pricingbox.style-1 .box-link{
	text-align:center;
}
.st-pricingbox.style-1 .box-link a{
	display:block;
	margin-top:10px;
	font-size:12px;
	font-weight:700;
	padding:7px 0;
	color:#36383e;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid #36383e;
			border-radius:40px;
	-webkit-border-radius:40px;
}
.st-pricingbox.style-1.box-featured .box-link a{
	border-color:#d5aa6d;
	background-color:#d5aa6d;
	color:#fff;
	opacity:0.75;
}
.st-pricingbox.style-1.box-featured .box-link a:hover{
	opacity:1;
}

/*=========================================================================
  contact
//=======================================================================*/
.st-contact-form label{
	display:block;
}
.st-contact-info,
.st-contact-info li{
	list-style:none;
	padding:0;
	margin:0;
}
.st-contact-info li{
	display:table;
	width:100%;
	table-layout:fixed;
	margin-bottom:5px;
}
.st-contact-info li div,
.st-contact-info li p{
	display:table-cell;
	vertical-align:top;
}
.st-contact-info li div{
	width:100px;
	text-transform:uppercase;
}

/*=========================================================================
  Custom All
//=======================================================================*/
.vc_tta.vc_general .vc_tta-panel-title,
.st-inherit .st-heading{
	color:inherit;
}

.st-inherit h1, 
.st-inherit h2, 
.st-inherit h3, 
.st-inherit h4, 
.st-inherit h5, 
.st-inherit h6{
	color:inherit;
}

body .vc_tta.vc_general .vc_tta-panel-title,
body .vc_tta.vc_general .vc_tta-tab > a,
body .vc_toggle_title > h4{
	font-size:inherit;
	font-weight:400;
	font-family:inherit;
}
body .vc_tta.vc_general .vc_tta-panel-title > a{
	padding:20px;
}

body .vc_toggle{
	margin-bottom:1px;
}
body .vc_toggle_title{
	padding:10px 0;
}
body .vc_toggle_content{
	margin-top:0;
}
body .vc_progress_bar .vc_single_bar .vc_label{
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 0 0 !important;
}

