/*!
	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 :::::::: */
/* ============================== */

/* ================================ */
/* ::::::::: Header Styles :::::::: */
/* ================================ */

nav.navbar-st{
	margin-top: 35px;
}
nav.navbar-st:before{
	content: '';
    position: absolute;
	display: block;
	height: 100%;
	width: calc(((100% - var(--max-cont-width)) / 2) + 300px);
	background: #005826;
}

/* ======================================= */
/* ::::::::: Custom Header Styles :::::::: */
/* ======================================= */

/* ==================================== */
/* ::::::::: Breadcrumb Styles :::::::: */
/* ==================================== */

/* ============================== */
/* ::::::::: Body Styles :::::::: */
/* ============================== */

.sldr-area{
	margin-top: -131px;
	padding-top: 200px;
	padding-bottom: 100px;
	color: #fff;
}
.sldr-area *{
	color: #fff;
	text-transform: uppercase;
}
.sldr-area small{
	font-size: 16px;
	letter-spacing: 2px;
}
.sldr-area ~ .vc_row>div>.vc_column_container{
	background: #fff;
	padding: 35px 35px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,.04);
	margin-top: -75px;
	margin-bottom: 75px;
}
div.wpforms-container-full{
	margin-top: -10px;
}

/* ============================== */
/* ::::::::: Shop Styles :::::::: */
/* ============================== */

/* ============================== */
/* ::::::::: Post Styles :::::::: */
/* ============================== */

/* ================================= */
/* ::::::::: Related Styles :::::::: */
/* ================================= */

/* ================================== */
/* ::::::::: Comments Styles :::::::: */
/* ================================== */

/* ==================================== */
/* ::::::::: Pagination Styles :::::::: */
/* ==================================== */

/* ==================================== */
/* ::::::::: Login Form Styles :::::::: */
/* ==================================== */

/* ================================ */
/* ::::::::: Footer Styles :::::::: */
/* ================================ */

footer{
	position: relative;
	box-shadow: 0px 0px 10px rgba(0,0,0,.04);
}
footer .footer{
	padding: 40px 0;
}
.footer .widget{
	margin-left: 260px;
}
.footer .widget .textwidget p{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	gap: 30px;
}
.footer .widget .textwidget img{
	width: calc(33.333333% - 20px);
}
.footer .inner_cont:before{
	content: '';
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	margin-left: -15px;
	width: 205px;
	background: #005826;
	z-index: 1;
}
.c_r_cont .navbar-left.cont{
	display: flex;
}
.c_r_cont img{
	position: relative;
	z-index: 2;
	margin-top: -65px;
}
.c_r_cont .inner_cont{
	border-top: 1px solid #dfdfdf;
}
.c_r_cont .navbar-left.cont>address{
	margin-left: 90px;
	align-self: flex-end;
}

/* =============================== */
/* ::::::::: Media Styles :::::::: */
/* =============================== */
