/*!
	Theme Name: Skeleton Theme Child
	Theme URI: http://cmsmart.net
	Author: DJDezignz
	Author URI: http://djdezignz.com
	Description: This is a child theme of skeleton theme to be used for development of custom themes
	Version: 1.0.0
	Template: skeleton-theme-store
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: skeleton-theme-store
	Tags: responsive, custom-menu, custom-header, post-formats
*/

/* ============================== */
/* ::::::::: Misc Styles :::::::: */
/* ============================== */

.btn,
button, 
input[type=button], 
input[type=reset], 
input[type=submit], 
div.wpforms-container .wpforms-form .wpforms-submit-container input[type=submit], 
div.wpforms-container .wpforms-form .wpforms-submit-container button[type=submit], 
div.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-page-button{
	font-size: inherit;
	line-height: inherit;
	text-transform: uppercase;
}

/* ================================ */
/* ::::::::: Header Styles :::::::: */
/* ================================ */

.navbar-st.top_bar{
	position: relative;
}
.navbar-st.top_bar:after{
	content: '';
	position: absolute;
	height: 40px;
	width: calc(((100vw - var(--max-cont-width)) / 2) + 200px);
	background: rgb(253,198,6); 
	bottom: 0;
	right: 0;
	-webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0px 100%);
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 0px 100%);
	z-index: -1;
}
.top_bar .pel_cont{
	padding-left: 200px;
}
.btn_cont{
	margin-top: -10px;
	margin-bottom: -10px;
	width: 200px;
	text-align: right;
}
nav .logo{
	margin-top: -40px;
}
nav .nav{
	margin-top: 10px;
}
nav .nav>li{
	padding-left: 10px;
}
nav .nav>li>a, 
nav .nav>li>a:hover, 
nav .nav>li>a:focus, 
.top_bar .nav>li>a:hover, 
.top_bar .nav>li>a:focus{
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 15px;
	border-bottom: 2px solid transparent;
}
nav .nav>li>a:hover, 
nav .nav>li>a:focus, 
.top_bar .nav>li>a:hover, 
.top_bar .nav>li>a:focus,
nav .nav>li.current-menu-item>a, 
nav .nav>li.current-menu-ancestor>a, 
nav .nav>li .current-menu-item>a, 
nav .nav>li .current-menu-ancestor>a, 
.top_bar .nav>li.current-menu-item>a, 
.top_bar .nav>li.current-menu-ancestor>a, 
.top_bar .nav>li .current-menu-item>a, 
.top_bar .nav>li .current-menu-ancestor>a, 
.navbar-coll.collapsing li.current-menu-item>a, 
.navbar-coll.collapse.in li.current-menu-item>a, 
.navbar-coll.collapsing li.current-menu-ancestor>a, 
.navbar-coll.collapse.in li.current-menu-ancestor>a{
	border-color: rgb(253,198,6);
}

/* ======================================= */
/* ::::::::: Custom Header Styles :::::::: */
/* ======================================= */

.entry-header{
	margin-top: -131px;
	padding-top: 181px;
}

/* ==================================== */
/* ::::::::: Breadcrumb Styles :::::::: */
/* ==================================== */

/* ============================== */
/* ::::::::: Body Styles :::::::: */
/* ============================== */

.vc_row.sldr-area{
	padding: 250px 0;
	margin-top: -130px;
	background-position: center top!important;
}
.vc_row.sldr-area *:not(.btn):not(h3){
	color: #fff;
}
.vc_row.sldr-area .wpb_text_column>.wpb_wrapper>*:not(:last-child){
	float: left;
	clear: both;
	padding: 5px 35px 5px 10px;
	-webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
	margin-top: 0;
	margin-bottom: 7px;
}
.vc_row.sldr-area .wpb_text_column>.wpb_wrapper>*:last-child{
	clear: both;
}
.vc_row.sldr-area h1{
	background: #fdc606;
}
.vc_row.sldr-area h2{
	background: #737373;
	font-size: 50px;
    line-height: 54px;
}
.vc_row.sldr-area h3{
	background: #fff;
	margin-bottom: 20px!important;
}
.ipe-cont{
	padding-top: 50px;
}
.ipe-cont h4 strong{
	color: rgb(253,198,6);
}
.ipe-cont p{
	max-width: 175px;
}
.ipe-cont .vc_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gal-cont{
	padding-top: 50px;
}
.gal-cont h4 strong{
	color: rgb(253,198,6);
}
.gal-cont .vc_column_container:first-child p{
	max-width: 175px;
}
.hef-cont{
	padding-top: 35px;
}
.hef-cont .wpb_content_element .wpb_wrapper,
.hef-cont .vc_column_container:last-child>.vc_column-inner>.wpb_wrapper>.testislider{
	background: #fff;
	color: #5d5d5d!important;
	padding: 35px;
}
.hef-cont .vc_column_container:first-child .wpb_content_element .wpb_wrapper{
	width: calc(100% - 200px);
	min-width: 315px;
}
.hef-cont .vc_column_container>.vc_column-inner>.wpb_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.hef-cont .vc_column_container:first-child>.vc_column-inner>.wpb_wrapper>:last-child{
	flex-grow: 4;
}
.hef-cont .vc_column_container:first-child>.vc_column-inner>.wpb_wrapper>:last-child.wpb_content_element .wpb_wrapper{
	height: 100%;
}
.hef-cont .vc_column_container:last-child>.vc_column-inner>.wpb_wrapper>:last-child{
	flex-grow: 4;
}
.hef-cont .vc_column_container:last-child>.vc_column-inner>.wpb_wrapper>.testislider{
	margin-bottom: 35px;
}
.hef-cont .vc_column_container:last-child>.vc_column-inner>.wpb_wrapper>.testislider,
.hef-cont .vc_column_container:last-child>.vc_column-inner>.wpb_wrapper>:last-child>.wpb_wrapper{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.hef-cont .wpb_content_element .wpb_wrapper h2,
.hef-cont .wpb_content_element .wpb_wrapper h3,
.hef-cont .wpb_content_element .wpb_wrapper h4{
	color: #5d5d5d!important;
}
.hef-cont .wpb_content_element .wpb_wrapper h2 small,
.hef-cont .wpb_content_element .wpb_wrapper h3 small,
.hef-cont .wpb_content_element .wpb_wrapper h4 small{
	color: inherit;
	display: block;
}
.hef-cont .wpb_content_element .wpb_wrapper h3 i{
	display: inline-block;
	color: #fdc606;
	font-size: 40px;
	float: left;
	margin-right: 10px;
}
.testislider.owl-carousel .owl-stage{
	display: flex;
	align-items: center;
}
.testi_ref_cont{
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
}
.testi_comp_cont{
	text-transform: uppercase;
	color: #bbbbbb;
	font-size: .8em;
	margin-bottom: 10px;
}
.testi_cont{
	text-align: left;
}
.cufyp-cont .wpb_content_element .wpb_wrapper{
	background: #2d2d2d;
	color: #f6b100!important;
	padding: 35px;
}
.cufyp-cont .wpb_content_element .wpb_wrapper h4{
	color: #fdc606;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cufyp-cont .wpb_content_element .wpb_wrapper h4 i{
	font-size: 40px;
}
.cufyp-cont .wpb_content_element .wpb_wrapper h4 span{
	margin-left: 50px;
	text-align: left;
}
.cufyp-cont .wpb_content_element .wpb_wrapper h4 span>span{
	text-transform: initial;
	font-weight: normal;
}
.abt-cont{
	padding-top: 35px;
}
.form-cont{
	position: relative;
	margin-bottom: -350px;
	z-index: 1000;
}
.logo-cont .wpb_wrapper>p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-cont .wpb_wrapper>p *{
	width: 12.5%;
	padding: 7.5px;
	flex-grow: 0;
}
.page-contact-us .vc_row:first-child .vc_column_container:first-child p,
.page-contact-us .vc_row:first-child .vc_column_container:last-child p{
	color: #9d700e;
}

/* ============================== */
/* ::::::::: Shop Styles :::::::: */
/* ============================== */

/* ============================== */
/* ::::::::: Post Styles :::::::: */
/* ============================== */

/* ================================= */
/* ::::::::: Related Styles :::::::: */
/* ================================= */

/* ================================== */
/* ::::::::: Comments Styles :::::::: */
/* ================================== */

/* ==================================== */
/* ::::::::: Pagination Styles :::::::: */
/* ==================================== */

/* ==================================== */
/* ::::::::: Login Form Styles :::::::: */
/* ==================================== */

/* ================================ */
/* ::::::::: Footer Styles :::::::: */
/* ================================ */

footer .footer{
	padding: 20px 0;
}
.footer .navbar-center.cont{
	display: flex;
	justify-content: center;
	align-content: center;
}
.footer .navbar-center.cont>*{
	align-self: center;
	margin: 0 10px;
}
.footer .pel_cont span{
	white-space: nowrap;
}

/* =============================== */
/* ::::::::: Media Styles :::::::: */
/* =============================== */

@media(max-width: 1300px){
	.navbar-st.top_bar:after{width: 235px;}
}
@media(max-width: 960px){
	.main_cont>.vc_row.sldr-area h2{font-size: 34px;line-height: 38px;}
}
@media(max-width: 900px){
	.btn_cont{margin-top: 0;}
	.top_bar .pel_cont>span:first-child{display: block;width: 100%;}
	.top_bar .pel_cont>span:not(:last-child){margin-left: 0;}
	.navbar-st.top_bar:after{bottom: 10px;}
	nav .logo{margin-top: -60px;}
}
@media(max-width: 860px){
	.cufyp-cont .wpb_content_element .wpb_wrapper h4 span>span{display: block;margin-left: 0;}
}
@media(max-width: 767px){
	nav .logo{margin-top: -80px;}
	.top_bar .navbar-right{float: right!important;}
	.top_bar .pel_cont>span{display: block;}
	.btn_cont .btn{min-width: 10px;width: auto;}
	.navbar-st.top_bar:after{bottom: 30px;}
	.main_cont>.vc_row.sldr-area h2{font-size: 32px;line-height: 36px;}
	.main_cont>.vc_row.sldr-area, 
	.main_cont>div:not(.vc_row)>.vc_row.sldr-area{padding-bottom: 135px;}
	.logo-cont .wpb_wrapper>p{flex-wrap: wrap;}
	.logo-cont .wpb_wrapper>p *{width: 25%;}
}
@media(max-width: 668px){
	nav .logo{margin-top: 0px;}
	.top_bar .navbar-center.cont{width: calc(100% - 200px);clear: none;float: left;}
	.top_bar .pel_cont{display: none;}
	.btn_cont{width: auto;margin-top: -10px;}
	nav .logo {margin-top: -40px;}
	.navbar-st.top_bar:after{bottom: 0px;}
	.footer .pel_cont span:first-child{display: block;}
	.gal-cont .btn{min-width: 10px; width: 100%;}
}
@media(max-width: 570px){
	.cufyp-cont .wpb_content_element .wpb_wrapper h4 span{margin-left: 25px;}
	.footer .navbar-center.cont{flex-wrap: wrap;}
	.ipe-cont .vc_col-xs-6{min-width: 230px;}
	.gal-cont .vc_col-xs-6{width: 100%;}
}
@media(max-width: 500px){
	nav .logo{margin-top: 0;}
	.entry-header{margin-top: -170px;padding-top: 220px;}
	.main_cont>.vc_row.sldr-area, 
	.main_cont>div:not(.vc_row)>.vc_row.sldr-area{margin-top: -170px}
	.cufyp-cont .wpb_content_element .wpb_wrapper h4{flex-wrap: wrap;}
	.cufyp-cont .wpb_content_element .wpb_wrapper h4 i{margin-bottom: 15px;}
	.cufyp-cont .wpb_content_element .wpb_wrapper h4 span{margin-left: 0; text-align: center;}
	.hef-cont .vc_column_container:first-child .wpb_content_element .wpb_wrapper{min-width: 100%;}
	.logo-cont .wpb_wrapper>p *{width: 50%;}
}
@media(max-width: 415px){
	.main_cont>.vc_row.sldr-area, 
	.main_cont>div:not(.vc_row)>.vc_row.sldr-area{padding-bottom: 75px;}
}
