/*

Table of Contents

1.0 - Main
2.0 - Topbar
3.0 - Menus
	3.0.1 - Main Menu
	3.0.2 - Vertical Menu
	3.0.3 - Mobile Menu
4.0 - Header
	4.0.1 - Header Style
		4.1.1 - Header Style v1
		4.1.2 - Header Style v2
		4.1.3 - Header Sidebar
	4.0.2 - Header Skin
		4.2.1 - Header Skin Default
		4.2.2 - Header Skin Transparent
5.0 - Title Wrapper
	5.0.1 - Page Title
	5.0.2 - Breadcrumb
6.0 - Pagination
7.0 - Footer
8.0 - To Top Button
9.0 - Comment
10.0 - Animation style
11.0 - Global style
	11.0.1 - Default Button


/*=========================================================================
  Main
//=======================================================================*/
.layout-boxed{
	background-color:#333;
}
.layout-boxed #st-wrapper{
	margin:0 auto;
}

#st-wrapper{
	overflow:hidden;
	background-color:#fff;
}

.container-fluid .container,
.container-full .container {
    width: 100%;
}
.padding-top{
	padding-top:100px;
}
.list-unstyled li{
	margin-bottom:5px;
}
.list-unstyled li i.fa{
	margin-right:7px;
	color:#d5aa6d;
}

/*=========================================================================
  Topbar
//=======================================================================*/
#topbar-wrapper{
	font-size:12px;
	line-height:40px;
	border-bottom:1px solid transparent;
}
#topbar-wrapper ul{
	margin:0;
}
#topbar-wrapper a{
	color:inherit;
}
#topbar-wrapper .topbar-left{}

#topbar-wrapper .topbar-left li{
	margin-right:20px;
}
#topbar-wrapper .topbar-label{
	margin-right:7px;
	display:inline-block;
}
#topbar-wrapper .st-social a{
	line-height:inherit;
	height:auto;
	width:40px;
	border:none;
	margin:0;
}

/*=========================================================================
  Menus
//=======================================================================*/
/*main menu*/
ul.primary-menu{
	text-transform:uppercase;
	margin:0;
}
ul.primary-menu li{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
ul.primary-menu > li{
	float:left;
}
ul.primary-menu li a,
ul.primary-menu > li > a{
	line-height:inherit;
	font-size:12px;
	font-weight:700;
	padding-left:15px;
	padding-right:15px;
	display:block;
	position:relative;
}
ul.primary-menu > li > a:hover,
ul.primary-menu > li:hover > a{
	color:#d5aa6d;
}
ul.primary-menu ul{
	padding:0;
	position:absolute;
	width:220px;
	top:100%;
	z-index:10;
	display:none;
	text-align:left;
	background-color:#36383e;
}
ul.primary-menu ul li{
	border-top:1px solid rgba(0, 0, 0, .05);
}
ul.primary-menu ul li:first-child{
	border-top:none;
}
ul.primary-menu ul li a{
	line-height:40px;
	font-size:12px;
	font-weight:600;
	letter-spacing:normal;
	color:#ccc;
}
ul.primary-menu ul li a:hover,
ul.primary-menu ul li:hover > a{
	color:#fff;
}
ul.primary-menu ul li a::after,
ul.primary-menu ul li > a::after{
	position:absolute;
	content:'';
	width:0;
	border-top:1px solid #d5aa6d;
	left:0;
	top:50%;
}
ul.primary-menu ul li a:hover::after,
ul.primary-menu ul li:hover > a::after{
	width:10px;
}
ul.primary-menu ul li ul,
.header-skin-transparent ul.primary-menu ul ul{
	position:absolute;
	width:220px;
	top:0;
	left:100%;
}

/*vertical menu*/
#header-side .header-side-inner{
	position:relative;
}
#header-side ul.primary-menu > li{
	float:none;
	display:block;
}
#header-side ul.primary-menu > li > a{
	padding:6px 30px;
	font-weight:600;
}
#header-side ul.primary-menu ul{
	top:0;
	left:100%;
}

/*mobile menu*/
#toggle-mobile-menu{
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:15px;
	width:20px;
	height:15px;
			transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
#toggle-mobile-menu::before,
#toggle-mobile-menu span::before,
#toggle-mobile-menu span::after{
	position:absolute;
	left:0;
	width:100%;
	height:3px;
	content:'';
	top:0;
	border-top:3px solid;
}
#toggle-mobile-menu span::before{
	top:6px;
}
#toggle-mobile-menu span::after{
	top:12px;
}
#toggle-mobile-menu span{
	position:relative;
	display:block;
}

#mobile-container{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	font-weight:400;
	font-size:13px;
	text-transform:none;
	letter-spacing:0;
	z-index:999;
	background-color:#262626;
}
.mobile-menu{
	display:none;
}
.mobile-menu,
.mobile-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.mobile-menu li{
	display:block;
	padding:0 15px;
	border-top:1px solid #303030;
}
.mobile-menu li a{
	display:block;
	padding:10px 0;
	position:relative;
	color:#999;
	line-height:26px;
	text-align:left;
}
.mobile-menu li:hover{
	background-color:#222;
}
.mobile-menu li a:hover{
	color:#fff;
}
.mobile-menu .menu-item-has-children > a:after{
	position:absolute;
	content:'\f107';
	right:0;
	font-weight:normal;
	font-family:'FontAwesome';
}
.mobile-menu li ul{
	padding-left:15px;
	display:none;
	padding:0;
}
.mobile-menu li ul li{
	padding:0;
}
.mobile-menu ul.mega-menu.bg-mega-menu{
	background-image:none !important;
}
.mobile-menu .mega-menu li{
	width:100%;
}

/*=========================================================================
  Header
//=======================================================================*/
#header-wrapper{
	position:relative;
}

.header-left-info ul,
.header-left-info ol,
.header-right-info ul,
.header-right-info ol{
	margin:0;
}

.header-search{
	position:relative;
}
.header-search .search-form{
	position:absolute;
	top:100%;
	right:0;
	width:300px;
	z-index:9;
	line-height:normal;
	display:none;
}
.header-search .search-form form input{
	margin:0;
	color:#fff;
	padding:10px 20px;
	background-color:#d5aa6d;
	border:none;
}
.header-search .search-icon{
	position:relative;
	cursor:pointer;
}
.header-search .search-icon i{
	background-color:#f6f6f6;
    color: #999;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
	border-radius:3px;
}
.header-skin-transparent .header-search .search-icon i{
	background-color:rgba(0,0,0,0.5)
}
.header-search .search-icon i:hover{
	background-color:#d5aa6d;
	color:#fff;
}
#header-wrapper .header-left-info li{
	margin-right:25px;
}
#header-wrapper .header-left-info li,
#header-wrapper .header-left-info li span{
	float:left;
}
#header-wrapper .header-label{
	text-align:center;
	display:block;
	margin-right:10px;
	font-size:28px;
	color:#d5aa6d;
}
#header-wrapper .header-hightlight{
	color:inherit;
}
.header-button{
	background-color:#d5aa6d;
	display:inline-block;
	line-height:24px;
	padding:5px 13px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	color:#fff;
	border:2px solid transparent;
			border-radius:3px;
	-webkit-border-radius:3px;
}
.header-button:hover{
	background:none;
	color:#d5aa6d;
	border-color:#d5aa6d;
}

/*---------------HEADER STYLE---------------*/
/*Header Style v1*/
.header-style-v1 .header-container,
.header-style-v1 .header-top,
.header-style-v1 .header-bottom,
.header-style-v1 .header-logo{
	display:flex;
	flex-flow:row;
	align-content:center;
}
.header-container{
	position:relative;
}

.header-style-v1 .header-logo{
	margin-right:50px;
	align-items:center;
}
.header-style-v1 .header-logo a{
	display:block;
}
.header-style-v1 .header-right{
	flex:auto;
}

.header-style-v1 .header-top{
	font-size:13px;
	line-height:53px;
	justify-content:space-between;
	border-bottom:1px solid transparent;
}
.header-style-v1 .header-bottom{
	line-height:80px;
	justify-content:space-between;
}
.header-style-v1 .header-search .search-icon{
	color:#303030;
}
.header-style-v1 .header-top .header-left-info ul{
	padding-left:15px;
}

/*Header Style v2*/
.header-style-v2 .header-stick{
	left: 0;
    position: absolute;
    right: 0;
    z-index: 9;
}
.header-style-v2 .header-container{
	line-height:135px;
	display: flex;
	text-align:center;
	justify-content:space-between;
}
.header-style-v2 .header-container .header-logo{
	order:2;
	width:33.333%;
}
.header-style-v2 .header-container .header-left-info{
	order:1;
	width:33.333%;
	align-self:center;
	text-align:left;
}
.header-style-v2 .header-container .header-right-info{
	order:3;
	width:33.333%;
	text-align:right;
}
.header-style-v2 .nav-container{
	line-height:60px;
}
.header-style-v2 .nav-container{
	justify-content:space-between;
	display: flex;
}
.header-style-v2 .header-search .search-icon{
	width:60px;
	text-align:center;
}

/*Header Sidebar*/
#header-side .header-sidebar{
	padding:0 30px;
}

/*---------------HEADER SKIN---------------*/
/*Header Skin Default*/
.header-skin-default #topbar-wrapper{
	background-color:#f6f6f6;
}
.header-skin-default #header-wrapper{
			box-shadow:0 1px 3px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.11);
}
.header-skin-default #topbar-wrapper,
.header-skin-default .header-top{
	border-color:rgba(74, 74, 74, 0.075);
}
.header-skin-default .header-container{
	color:#212121;
}
.header-skin-default ul.primary-menu > li > a{
	color:inherit;
}
.header-skin-default ul.primary-menu > li > a:hover,
.header-skin-default ul.primary-menu > li:hover > a{
	color:#d5aa6d;
}

.header-style-v1 .header-skin-default{
	background-color:#fff;
}

.header-style-v2 .header-container .header-left-info li{}
.header-style-v2 .header-container .header-left-info li:first-child{
	margin-top:0;
}
.header-style-v2 .header-skin-default .nav-container{
	background-color:#36383e;
}
.header-style-v2 .header-skin-default ul.primary-menu > li > a{
	color:#fff;
}
.header-style-v2 .header-skin-default ul.primary-menu > li > a:hover,
.header-style-v2 .header-skin-default ul.primary-menu > li:hover > a{
	color:#d5aa6d;
}

/*Header Skin Transparent*/
.header-skin-transparent{
	position: absolute;
    z-index: 201;
	width:100%;
	color:#fff;
}
.header-skin-transparent #topbar-wrapper .topbar-left,
.header-skin-transparent #topbar-wrapper .topbar-right,
.header-skin-transparent #topbar-wrapper li,
.header-skin-transparent .header-top{
	border-color:rgba(255, 255, 255, .1);
}
.header-skin-transparent #topbar-wrapper{}
.header-skin-transparent .header-stick{
	background-color: rgba(0, 0, 0, 0.1);
}
/*.header-skin-transparent #header-wrapper .header-label,*/
.header-skin-transparent ul.primary-menu > li > a{
	color:inherit;
}
.header-skin-transparent  ul.primary-menu > li > a:hover,
.header-skin-transparent ul.primary-menu > li:hover > a{
	color:#d5aa6d;
}
.header-skin-transparent .header-stick .header-top{
	border-color:rgba(255, 255, 255, .1);
}
.header-skin-transparent .header-button:hover{
	border-color:#fff;
	color:#fff;
}

/*=========================================================================
  Title Wrapper
//=======================================================================*/
/*Page Title*/
#title-wrapper{
	position:relative;
	padding:0;
	background-color:#45474e;
}
#title-wrapper .container{
	z-index:2;
}
.title-holder{
	color:#fff;
	display:table;
	table-layout:fixed;
	width:100%;
}
.title-holder .title-holder-cell{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	position: relative;
}
.page-title{
	margin:0;
	color:inherit;
	text-transform:uppercase;
	letter-spacing:-.5px;
	font-weight:600;
}
.page-subtitle {
	font-size:17px;
	font-weight:300;
	line-height:normal;
	letter-spacing:normal;
	display:block;
	margin-top:10px;
}
#title-wrapper .text-left .page-title{}
#title-wrapper .text-left .breadcrumb{
	position:absolute;
	right:0;
	margin:0;
	padding:0;
	bottom:50%;
	-webkit-transform:translateY(50%);
			transform:translateY(50%);
}

/*Breadcrumb*/
.breadcrumb{
	font-size:13px;
	background:none;
	margin:0;
	padding:10px 0 0 0;
	color:#fff;
}

.breadcrumb > li + li:before{
	text-shadow:none;
	color:inherit;
	content:'\f105';
	font-family:FontAwesome;
}
.breadcrumb a,
.breadcrumb > .active{
	color:inherit;
	opacity:.7;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
	text-decoration:none;
}
.breadcrumb a:hover{
	opacity:1;
}


/*=========================================================================
  Pagination
//=======================================================================*/
.pagination{
	text-align:left;
	margin:0;
}
.pagination a,
.pagination .current{
	text-align:center;
	line-height:50px;
	width:50px;
	height:50px;
	display:block;
	float:left;
	color:#36383e;
	margin-right:1px;
	margin-bottom:1px;
	background-color:#f6f6f6;
}
.pagination a:hover{
	background-color:#f0f0f0;
	font-weight:bold;
}
.pagination .current,
.pagination .current:hover{
	background-color:#36383e;
	color:#fff;
	font-weight:bold;
}

.post-navigation .nav-links{
	padding:10px 0;
	margin-bottom:60px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	border-top:1px dashed #e2e6e7;
	border-bottom:1px dashed #e2e6e7;
}

.post-navigation .nav-previous a::before{
	position:relative;
	content:'\2190';
	margin-right:10px;
}
.post-navigation .nav-next a::after{
	position:relative;
	content:'\2192';
	margin-left:10px;
}

/*=========================================================================
  Footer
//=======================================================================*/
#footer {
	background-color:#45474e;
	color:#ccc;
	font-size:13px;
}
#footer a{
	color:inherit;
}
#footer a:hover{
	color:#fff;
}
#footer-wrapper .row{
	display:flex;
	flex-wrap: wrap;
}
.footer-container{
	padding:60px 0 30px;
}
#copyright-wrapper {
	padding:25px 0;
	border-top:1px solid rgba(255, 255, 255, 0.075);
}
.footer-menu{
	margin:0;
}
.menu-footer-menu-container{
	display:inline-block;
	position:relative;
	z-index:2;
}
.footer-menu li{
	margin-left:10px;
}
.footer-menu li a{
	color:inherit;
}

/*=========================================================================
  To Top Button
//=======================================================================*/
.scrollTop{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:99;
	display:none;	
}
.scrollTop a{
}
.scrollTop a i{
	width:36px;
	height:36px;
	line-height:36px;
	font-size:1em;
	color:#fff;
	text-align:center;
	background:rgba(0, 0, 0, 0.2);
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}

/*=========================================================================
  Comment
//=======================================================================*/
#comments ol,
#comments ul{
	list-style:none;
	margin:0;
	padding:0;
}
.comment > .children li{
	margin-left:80px;
}
.comment > .children li li li{
	margin-left:0;
}
article.comment-body{
	padding-top:35px;
	position:relative;
}
.comment .comment-author.vcard{
	line-height:100%;
}
.comment .comment-author .says{
	display:none;
}
.comment .comment-author .fn{
	font-weight:normal;
	color:#36383e;
}
.comment .comment-author .avatar{
	display:block;
	float:left;
	width:48px;
	height:48px;
	margin-right:20px;
			border-radius:50%;
	-webkit-border-radius:50%;
}
.comment .comment-metadata time{
	font-size:12px;
}
.comment .comment-content{
	margin-top:15px;
	margin-left:85px;
	padding-bottom:30px;
	border-bottom:1px solid rgba(74, 74, 74, 0.075);
}
.comment .comment-content p:last-of-type{
	margin-bottom:0;
}
.comment .reply{
	position:absolute;
	top:35px;
	right:0;
	text-transform:uppercase;
	font-weight:600;
	font-size:13px;
	letter-spacing:1px;
}

.comment-respond{
	margin-top:60px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
	float:left;
	width:31.76%;
}
.comment-form-email{
	margin:0 20px;
}

/*=========================================================================
  Animation style
//=======================================================================*/
.btn, button, .button, html input[type="button"], input[type="reset"], input[type="submit"], input.button, 
.load-more a, a.button, .wc-forward, .address .edit, .header-search .search-icon i, .st-pricingbox.style-1 .box-link a,
.btn:hover, button:hover, .button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
input.button:hover, .load-more a:hover, a.button:hover, .wc-forward:hover, .address .edit:hover, .header-search .search-icon i:hover,
.st-pricingbox.style-1 .box-link a:hover,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, 
.woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, ul.primary-menu ul li a, ul.primary-menu ul li a:hover,
ul.primary-menu ul li a::after, ul.primary-menu ul li a:hover::after,
.header-button, .header-button:hover,
.more-link a, .more-link a:hover,
.st-button.style-1, .st-button.style-1:hover, .st-button.style-2, .st-button.style-2:hover,
.st-pricingbox.style-1, .st-pricingbox.style-1:hover, .st-pricingbox.style-1 .box-price, .st-pricingbox.style-1:hover .box-price,
.st-team .style-1, .st-team .style-1:hover,
.st-iconbox.style-3, .st-iconbox.style-3:hover,
.st-service .style-1, .st-service .style-1:hover,
.st-service .style-2, .st-service .style-2:hover,
.st-service .style-3, .st-service .style-3:hover,
.st-services-wgt li a i, .st-services-wgt li a:hover i,
.st-services-wgt li a::before, .st-services-wgt li a:hover::before,
.st-services-wgt li a::after, .st-services-wgt li a:hover::after,
.st-iconbox .iconbox-container .box-link a::after, .st-iconbox .iconbox-container:hover .box-link a::after,
.st-service .service-container .service-link a::after, .st-service .service-container:hover .service-link a::after,
.st-blog .blog-container, .st-blog .blog-container:hover{
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}

/*=========================================================================
  Global style
//=======================================================================*/
.st-heading,
.st-iconbox,
.st-promobox,
.st-pricingbox,
.st-pricinglist,
.st-counter,
.st-countdown,
.st-blog .blog-container,
.st-portfolio .portfolio-container,
.st-team .team-container,
.st-testimonial .testimonial-container,
.st-testimonial-slider,
.st-client,
.st-client-slider,
#comments-title{
	margin-bottom:30px !important;
}

.no-marginbottom .st-counter{
	margin-bottom:0 !important;
}
.wpb_color .counter-number{
	color:inherit;
}
.white_text{
	color:#fff;
}
.white_text .st-heading .box-title,
.white_text .st-heading .box-content{
	color:inherit;
}

/*Default Button*/
.btn, 
button,
.button,
html input[type="button"], 
input[type="reset"], 
input[type="submit"],
input.button,
.load-more a,
a.button,
.wc-forward,
.address .edit{
	background:none;
	display:inline-block;
	position:relative;
	white-space:nowrap;
	font-size:13px;
	border-width:2px;
	border-style:solid;
	border-color:rgba(54, 56, 62, 0.85);
	line-height:20px;
	padding:12px 24px;
	font-weight:600;
	text-transform:uppercase;
			border-radius:3px;
	-webkit-border-radius:3px;
}
.btn:hover, 
button:hover, 
.button:hover, 
html input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
input.button:hover, 
.load-more a:hover, 
a.button:hover, 
.wc-forward:hover, 
.address .edit:hover,
.st-pricingbox.style-1 .box-link a:hover{
	background-color:#d5aa6d;
	border-color:#d5aa6d;
	color:#fff;
}

