/*

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:11px;
}
.list-unstyled li i.fa{
	margin-right:7px;
}
/*#content-wrapper{
	padding-bottom:120px !important;
}*/

/*=========================================================================
  Menus
//=======================================================================*/
/*main menu*/
.menu-primary-menu-container{
}
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;
	margin-right:25px;
}
ul.primary-menu li a,
ul.primary-menu > li > a{
	font-weight:400;
	display:block;
	position:relative;
	color:#434343;
}
ul.primary-menu > li > a:hover,
ul.primary-menu > li:hover > a{
	color:#076fec;
}

/*submenu*/
ul.primary-menu ul{
	padding:0;
	position:absolute;
	width:250px;
	top:100%;
	z-index:10;
	display:none;
	text-align:left;
	background-color:#fff;
	box-shadow:0 7px 9px rgba(0, 0, 0, .15);
}
ul.primary-menu ul li{}

ul.primary-menu ul li a{
	line-height:26px;
	padding:10px 0 10px 15px;
	padding-left:15px;
	color:#777;
	margin:0 15px;
	overflow:hidden;
	text-indent:-15px;
	border-top:1px solid rgba(0, 0, 0, .05);
}
ul.primary-menu ul li:first-child a{
	border-top:none;
}
ul.primary-menu ul li a:hover,
ul.primary-menu ul > li:hover > a{
	color:#076fec;
	text-indent:0;
}

ul.primary-menu ul li a::before{
	font-family:'FontAwesome';
	content:'\f105';
	position: absolute;
	font-size:14px;
	font-weight:400;
	top:9px;
	left:0;
	color:#12aef7;
}

ul.primary-menu ul li ul{
	position:absolute;
	min-width:250px;
	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:2px 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:700;
	font-size:13px;
	text-transform: uppercase;
	letter-spacing:.7px;
	z-index:999;
	background-color:rgba(0, 0, 0, .9);
}
.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 rgba(255, 255, 255, .06);
}
.mobile-menu li a{
	display:block;
	padding:10px 0;
	position:relative;
	color:#c5c5c5;
	line-height:26px;
	text-align:left;
}
.mobile-menu li:hover{
}
.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{
}
.mobile-menu ul.mega-menu.bg-mega-menu{
	background-image:none !important;
}
.mobile-menu .mega-menu li{
	width:100%;
}

/*=========================================================================
  Topbar
//=======================================================================*/
#topbar-wrapper{
	line-height:50px;
	font-size:13px;
}
#topbar-wrapper a{
	color:#076fec;
}
#topbar-wrapper ul{
	display:inline-block;
}

#topbar-wrapper .topbar-left li:last-of-type{
	border-right:none;
}
#topbar-wrapper .topbar-label{
	margin-right:10px;
	opacity:.6;
}
#topbar-wrapper .topbar-hightlight{
	margin-right:20px;
}

#topbar-wrapper .st-social a{
	height:auto;
	line-height:normal;
	font-size:14px;
}
#topbar-wrapper .header-button{
	border-bottom:2px solid;
}
#topbar-wrapper .header-button:hover{
	color:#fff;
}

/*=========================================================================
  Header
//=======================================================================*/
#topbar-wrapper ul,
#topbar-wrapper ol,
#header-wrapper ul,
#header-wrapper ol{
	margin:0;
	padding:0;
}
#header-wrapper .header-right,
#header-wrapper .header-left-info{
}
#header-wrapper .header-right > ul{
	align-self:center;
}
#header-wrapper .header-right > ul li,
#header-wrapper .header-left-info > ul li{
	margin-right:20px;
	position:relative;
	padding-left:40px;
	line-height:19px;
	top:2px;
}
#header-wrapper .header-hightlight{
	float:left;
	font-size:13px;
}
#header-wrapper .header-hightlight strong{
	display:block;
	letter-spacing:.7px;
	font-weight:700;
	text-transform:uppercase;
}

.header-search{
	float:right;
	position:relative;
}
.header-search .st-searchform .search-form{
	display:none;
	position:absolute;
	top:100%;
	right:0;
	z-index:999;
}
.header-search .st-searchform input{
	line-height:40px;
	font-weight:normal;
	border:none;
	padding:0 15px;
	margin:0;
	width:200px;
	border:none;
	background-color:#fff;
			box-shadow:0 7px 9px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 7px 9px rgba(0, 0, 0, 0.15);
}
.header-search .search-icon{
	float:right;
	font-weight:normal;
	cursor:pointer;
	padding:0 10px;
}

.header-stick.affix, .header-stick.affix-top,
.header-stick.affix .header-container, .header-stick.affix-top .header-container{
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}
#title-wrapper{
	background-color:#222;
}

/*---------------HEADER STYLE---------------*/
/*Header Style v1*/
.header-style-v1 .header-container{
	height:95px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: center;
	align-content: center;
}
.header-style-v1 .header-stick.affix .header-container{
	height:60px;
}
.header-style-v1  .header-logo{
}

.header-style-v1 .header-right{
	display:flex;
	flex-flow:row nowrap;
	align-self:center;
}
.header-style-v1 ul.primary-menu > li > a,
.header-style-v1 .search-icon{
	line-height:50px;
}
.header-style-v1 #nav-wrapper{}

/*Header Style v2*/
.header-style-v2 .header-stick{
	position:relative;
	border-top:1px solid #eaeaea;
}
.header-style-v2 .header-stick.affix-top{
}
.header-style-v2 .header-container{
	line-height:110px;
	display: flex;
	text-align:center;
	justify-content:space-between;
}
.header-style-v2 .header-container .header-logo{
	order:2;
	width:20%;
}
.header-style-v2 .header-container .header-left-info{
	order:1;
	width:40%;
	align-self:center;
	text-align:left;
}
.header-style-v2 .header-container .header-right-info{
	order:3;
	width:40%;
	text-align:right;
	align-self:center;
}
.header-style-v2 .nav-container{
	line-height:55px;
	justify-content:space-between;
	display: flex;
}

/*---------------HEADER SKIN---------------*/
/*Header Skin Default*/
.header-skin-default #topbar-wrapper{
	background-color:#222;
	color:#eee;
}
.header-skin-default #header-wrapper{
	border-bottom-color:#ebebeb;
}
.header-skin-default #toggle-mobile-menu::before,
.header-skin-default #toggle-mobile-menu span::before,
.header-skin-default #toggle-mobile-menu span::after{
	border-color:#212121;
}
.header-skin-default ul.primary-menu li > a{
	opacity:1;
	-webkit-transition:all 0.35s ease 0s !important;
	   -moz-transition:all 0.35s ease 0s !important;
			transition:all 0.35s ease 0s !important;
}
.header-skin-default #topbar-wrapper .topbar-left li,
.header-skin-default .header-search .st-searchform .search-form input{
	border-color:rgba(255, 255, 255, 0.15);
}

.header-style-v1 .header-skin-default .header-stick.affix{
	background-color:#f9f9f9;
}


/*Header Skin Transparent*/
.header-skin-transparent{
	position: absolute;
    z-index: 201;
	width:100%;
	color:#fff;
	background-color:rgba(255, 255, 255, 0.09);
			box-shadow:0 3px 9px 0 rgba(0, 0, 0, 0.07);
	-webkit-box-shadow:0 3px 9px 0 rgba(0, 0, 0, 0.07);
}
.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,
.header-skin-transparent .header-search .st-searchform .search-form input{
	border-color:rgba(255, 255, 255, .1);
}
.header-skin-transparent #toggle-mobile-menu::before,
.header-skin-transparent #toggle-mobile-menu span::before,
.header-skin-transparent #toggle-mobile-menu span::after{
	border-color:rgba(255, 255, 255, 1);
}
.header-skin-transparent #topbar-wrapper{
	border-bottom:1px solid rgba(255, 255, 255, 0.13);
}
.header-skin-transparent #header-wrapper{
	border-bottom-color:rgba(255, 255, 255, .13);
}
.header-skin-transparent #topbar-wrapper .topbar-label{
	color:inherit;
}
.header-skin-transparent #topbar-wrapper a,
.header-skin-transparent ul.primary-menu > li > a{
	color:inherit;
}
.header-skin-transparent #topbar-wrapper a:hover,
.header-skin-transparent ul.primary-menu > li > a:hover,
.header-skin-transparent ul.primary-menu > li:hover > a{
	color:#222;
}

/*=========================================================================
  Title Wrapper
//=======================================================================*/
/*Page Title*/
.title-holder{
	color:#fff;
}
.page-title{
	font-size:40px;
	line-height:44px;
	margin:0;
	color:inherit;
	letter-spacing:-1px;
}
.page-subtitle{
	display:inline-block;
	margin-top:10px;
}

/*Breadcrumb*/
.breadcrumb{
	background:none;
	box-shadow:none;
	font-weight:600;
	margin:0 0 10px;
	padding:0;
}
.breadcrumb a{
	color:#076fec;
}
.breadcrumb a:hover{
	color:#fff;
}
.breadcrumb > .active{
	color:#fff;
}


/*=========================================================================
  Pagination
//=======================================================================*/
.pagination{
	text-align:left;
}
.pagination a,
.pagination .current,
.page-numbers.dots,
.post-content .pagination strong,
.post-content .pagination span,
.post-content .pagination a span{
	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;
}

.page-numbers.dots{
	color:#888;
}
.pagination a:hover,
.post-content .pagination a:hover span{
	background-color:#f0f0f0;
	font-weight:bold;
}
.pagination .current,
.pagination .current:hover,
.post-content .pagination > span,
.post-content .pagination > span:hover{
	background-color:#36383e;
	color:#fff;
	font-weight:bold;
}
.post-content .pagination strong{
	background:none;
	margin-right:15px;
}

.post-navigation .nav-links{
	padding:10px 0;
	margin-bottom:60px;
	display:flex;
	font-weight:bold;
	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:#263C53;
	color:#b5bdc3;
	position:relative;
	z-index:1;
}
#footer::after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:-2;
	opacity:.9;
	background-color:#263C53;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#076fec;
}
#footer-wrapper{
	padding:70px;
}
#copyright-wrapper{
	padding:25px 0;
	font-size:85%;
	border-top:1px solid rgba(255, 255, 255, .15);
}
#copyright-wrapper ul,
#copyright-wrapper li{
	margin:0;
	padding:0;
}
#copyright-wrapper .menu-footer-menu-container li{
	margin-left:10px;
	display:inline-block;
}

/*=========================================================================
  To Top Button
//=======================================================================*/
.scrollTop{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:99;
	display:none;	
}
.scrollTop a{
	display:block;
	width:55px;
	height:55px;
	text-align:center;
	line-height:55px;
	color:#fff;
	z-index:2;
	background-color:#076fec;
}

/*=========================================================================
  Comment
//=======================================================================*/
.comments-area .comments-title{
	font-size:18px;
	margin-bottom:40px;
}
.comments-area ol,
.comments-area ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.comments-area .comment > .children li{
	margin-left:70px;
}
.comments-area .comment > .children li li li{
	margin-left:0;
}
.comments-area .comment-body{
	padding-left:70px;
	position:relative;
	margin-bottom:50px;
}
.comments-area .comment-meta{
	margin-bottom:15px;
}
.comments-area .comment-author{
	display:inline-block;
}
.comments-area .comment-author .avatar{
	position:absolute;
	left:0;
	top:0;
	width:48px;
	height:48px;
			border-radius:50%;
	-webkit-border-radius:50%;
}
.comments-area .comment-author .fn{
	font-size:14px;
}
.comments-area .comment-author .says{
	display:none;
}
.comments-area .comment-metadata{
	font-size:13px;
	line-height:20px;
}
.comments-area .comment-metadata > a{
	color:#999;
}

.comments-area .reply{
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
}
.comments-area .comment-reply-link{
	display:block;
	font-size:11px;
	color:#999;
	font-weight:600;
	text-transform:uppercase;
	padding:2px 15px;
	letter-spacing:.5px;
	background-color:#fff;
			border-radius:20px;
	-webkit-border-radius:20px;
			box-shadow:0 3px 11px 0 rgba(0, 0, 0, 0.05), 0 3px 11px 0 rgba(0, 0, 0, 0.09);
	-webkit-ox-shadow:0 3px 11px 0 rgba(0, 0, 0, 0.05), 0 3px 11px 0 rgba(0, 0, 0, 0.09);
	-webkit-transition:background-color 0.35s ease 0s, color 0.35s ease 0s;
	   -moz-transition:background-color 0.35s ease 0s, color 0.35s ease 0s;
			transition:background-color 0.35s ease 0s, color 0.35s ease 0s;
}
.comments-area .comment-reply-link:hover{
	color:#fff;
	background-color:#076fec;
			box-shadow:0 3px 11px 0 rgba(0, 0, 0, 0.05), 0 3px 11px 0 rgba(0, 0, 0, 0.09);
	-webkit-ox-shadow:0 3px 11px 0 rgba(0, 0, 0, 0.05), 0 3px 11px 0 rgba(0, 0, 0, 0.09);
}


.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;
}

/*=========================================================================
  404
//=======================================================================*/
.big-404{
	font-size: 150px;
	line-height: normal;
	font-weight: bold;
}

/*=========================================================================
  Animation style
//=======================================================================*/
.st-button, .st-button:hover,
.header-button::after, .header-button:hover::after,
ul.primary-menu ul li a, ul.primary-menu ul li a:hover,
ul.primary-menu ul li a, ul.primary-menu ul > li > a,
ul.primary-menu ul li a:hover, ul.primary-menu ul > li:hover > a,
.st-blog .blog-container .post-thumb a::after, .st-blog .blog-container .post-thumb a:hover::after,
.service-container.style-1 .service-icon, .service-container.style-1:hover .service-icon,
.service-container.style-1 .service-icon::before, .service-container.style-1:hover .service-icon::before,
.st-iconbox.style-3, .st-iconbox.style-3:hover,
.st-iconbox.style-3 .box-content .box-link a::after ,.st-iconbox.style-3 .box-content .box-link a:hover::after,
.st-team .style-1 .team-meta, .st-team .style-1:hover .team-meta,
.st-team .style-1 .st-social, .st-team .style-1:hover .st-social,
.st-team .team-container .team-photo::after, .st-team .team-container:hover .team-photo::after,
.st-team .style-1 .st-social, .st-team .style-1:hover .st-social,
.st-promobox a .box-image::after, .st-promobox a:hover .box-image::after,
.st-promobox a .box-content, .st-promobox a:hover .box-content,
.widget li a, .widget li a:hover, .widget li a:hover::before, .widget li a:hover::after,
.widget li a::before, .widget li:hover a::before, .widget li a::after, .widget li:hover a::after{
	-webkit-transition:all 0.35s ease 0s;
	   -moz-transition:all 0.35s ease 0s;
			transition:all 0.35s ease 0s;
}

/*=========================================================================
  Global style
//=======================================================================*/
.st-iconbox,
.st-promobox,
.st-pricingbox,
.st-pricinglist,
.st-countdown,
.st-blog .blog-container,
.st-portfolio .portfolio-container,
.st-team .team-container,
.st-testimonial .testimonial-container,
.st-testimonial-slider,
.st-client,
.st-metabox,
.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,
.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,
.coupon input.button,
.woocommerce a.added_to_cart{
	background:transparent;
	border:2px solid #303030;
	box-sizing:initial !important;
	cursor:pointer;
	color:#303030;
	display:inline-block;
	font-style:normal;
	font-weight:700;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
	line-height:39px;
	padding:0 23px;
	white-space:nowrap;
	text-decoration:none;
			border-radius:4px;
	-webkit-border-radius:4px;
			transition:color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	-webkit-transition:color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
}
.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,
.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,
.woocommerce a.added_to_cart:hover{
	background-color:#076fec;
	border-color:#076fec;
	color:#fff;
}

