/*!
	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{
	font-size: inherit;
	text-transform: uppercase;
}

/* ================================ */
/* ::::::::: Header Styles :::::::: */
/* ================================ */

.entry-header{
	position: relative;
	z-index: 1000;
	padding: 100px 15px 0;
}
.entry-header h1{
	max-width: 50%;
}
nav.navbar-st{
	position: relative;
	text-transform: uppercase;
	padding-top: 50px;
	z-index: 1000;
}
nav.navbar-st .pel_cont{
	margin-top: 20px;
}
nav .nav>li>a, .search_bar{
	font-weight: 400;
}
nav .nav>li>a:hover, 
nav .nav>li>a:focus, 
.search_bar:hover{
	font-weight: 400;
}

/* ======================================= */
/* ::::::::: Custom Header Styles :::::::: */
/* ======================================= */

/* ==================================== */
/* ::::::::: Breadcrumb Styles :::::::: */
/* ==================================== */

/* ============================== */
/* ::::::::: Body Styles :::::::: */
/* ============================== */

.vc_row.sldr_area{
	margin-top: -110px;
	padding-top: 210px!important;
}
body:not(.home) .vc_row.sldr_area{
	margin-top: -278px;
	padding-top: 210px!important;
	padding-bottom: 50px!important;
}
#content .wpb_text_column :first-child, 
.wpb_text_column :first-child{
	margin-top: 0;
}
.prod-cat-cont>div>.wpb_column:first-child>.vc_column-inner{
	background: #ebebeb;
	min-height: 360px;
}
.prod-cat-cont>div>.wpb_column:last-child>.vc_column-inner{
	background: #acacac;
	min-height: 360px;
}
.wswws-cont h2{
	font-size: 65px;
	line-height: 1;
}
.logoslider.owl-carousel .owl-stage{
	display: flex;
	align-items: center;
}
.tax-product-category .product_lm_cont{
	margin-bottom: 50px;
}

/* ============================== */
/* ::::::::: Shop Styles :::::::: */
/* ============================== */

/* ============================== */
/* ::::::::: Post Styles :::::::: */
/* ============================== */

/* ================================= */
/* ::::::::: Related Styles :::::::: */
/* ================================= */

/* ================================== */
/* ::::::::: Comments Styles :::::::: */
/* ================================== */

/* ==================================== */
/* ::::::::: Pagination Styles :::::::: */
/* ==================================== */

/* ==================================== */
/* ::::::::: Login Form Styles :::::::: */
/* ==================================== */

/* ================================ */
/* ::::::::: Footer Styles :::::::: */
/* ================================ */

footer .footer{
	padding: 50px 0px 0px;
}
.footer .logo_large.max_width{
	width: 100%;
	max-width: 400px;
	margin-bottom: 50px;
}
.footer .pel_cont{
	text-transform: uppercase;
}
footer .c_r_cont{
	padding-bottom: 50px;
	text-transform: uppercase;
}

/* =============================== */
/* ::::::::: Media Styles :::::::: */
/* =============================== */


@media(min-width: 1570px){
	
	.entry-header h1{max-width: 500px;}
	body:not(.home).term-variable-frequency-drives .vc_row.sldr_area,
	body:not(.home).term-pumps-accessories .vc_row.sldr_area,
	body:not(.home).term-variable-frequency-drives .vc_row.sldr_area,
	body:not(.home).term-phase-converters-transfer-switches .vc_row.sldr_area{margin-top: -345px;}
}
@media(max-width: 800px){
	
}