/*
Theme Name: Spade 
Description: Child theme for the Divi Theme
Author: Brand Elemental
Template:Divi
Version: 1.0
*/

/*---------------------- [Table of Content]------------------------------  */
/*
* Font & Text Settings
* Columns & Rows
* Heading Area
* Menu Area
* Primary Menu
* Woocommerce
* Pages (Home)
* Blog Layout
* Footer Optin & Footer Widgets
*/

/*---------------------- [End of Table of Content]------------------------------  */

/*-------------------------------[FONT & TEXT SETTINGS] ---------------------------*/
h1 {
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.6em !important;
}

h2 {
	line-height: 1.4em !important;
	font-weight: 500;
	font-size: 32px !important;
	text-transform: capitalize;
}

h3 {
	line-height: 1.4em !important;
	font-size: 24px;
}

body {
	line-height: 1.6em !important;
}

.be-vertical-align { 
     display: flex !important; 
     flex-direction: column !important; 
     justify-content: center !important;
	 -webkit-display: flex !important;
	 -webkit-flex-direction: column !important;
	 -webkit-justify-content: center !important;
	 -moz-display: flex !important;
	 -moz-flex-direction: column !important;
	 -moz-justify-content: center !important;
} 

@font-face {
  	font-family: Brilliant;
  	src: url("/wp-content/themes/spadechild/fonts/Brilliant_signature_1_regular.otf");
}

.accent {
	font-family: "Brilliant";
	font-size: 48px;
}

.accent h1 {
	font-family: "Brilliant";
	font-size: 48px;
}

.accent h2 {
	font-family: "Brilliant";
	font-size: 48px;
}

/*  Accent Font for H1 tag */
.be-header .header-content h1, .be-header .header-content.et_pb_module_header {
	font-family: "Brilliant";
	font-size: 68px;
	font-weight: 400;
}

h4.widgettitle {
	font-size: 24px;
	font-weight: 800;
}

@media only screen and (min-width: 981px) {
.vertical-text {
	z-index: 99999999;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);

/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	position: absolute !important;
	margin-top: 100% !important;
	left: -70% !important;
}
}

/* ------------------[COLUMNS & ROWS]------------------------------ */
/*  Change Column Stack Order on Mobile */

.stack {
	display: flex;
	flex-wrap: wrap;
}

.first {
	order: 1;
}

.second {
	order: 2;
}

/*--------------------------------------------[Heading Area]---------------------------------------*/
/*  Social Icons  */
@media only screen and (min-width: 981px) {
	.social-icons-menu {
		background-color: #C3A990;
		left: 44px;
		margin-bottom: 4px;
		margin-left: -10px;
		margin-top: -42px !important;
		padding-bottom: 0px;
		padding-left: 20px;
		padding-right: 10px!important;
		padding-top: 42px;
		right: auto;
		top: 17px;
		width: 78px;
		height: 85px;
		vertical-align: middle;
	}
}

.social-icons-menu .fa {
	color: #fff !important; font-size: 16px; 
}

/* Cart Icon  */
#et-top-navigation > a.et-cart-info span::before {
	color:  #fff !important; font-size: 16px; 
}

@media only screen and (min-width: 981px) {
	#et-top-navigation > a.et-cart-info {
		background:#C3A990; 
		top: 17px;
		padding-left: 31px;
		margin-top: -25px !important;
		padding-right: 0px;
		padding-top: 39px;
		padding-bottom: 22px;
		height: 85px;
		vertical-align: middle;
	}
}

/* Search Icon */
@media only screen and (min-width: 981px) {
	#et-top-navigation > #et_top_search {
		background:#C3A990; 
		top: 0px;
		left: 0px;
		padding-left: 31px;
		margin-top: -25px !important;
		padding-right: 40px;
		padding-top: 39px;
		padding-bottom: 22px;
		height: 85px;
		margin-left: 0px;
	}
}

@media only screen and (min-width: 981px) {
	#et_search_icon::before,
	.et-fixed-header #et_search_icon::before {
		left: 40px !important;
		top: 40px !important;
		color:  #fff !important;  
		font-size: 16px !important;
}
	
	.et-fixed-header span#et_search_icon::before {
    	left: 40px !important;
		top: 40px !important;
		color:  #fff !important;  
		font-size: 16px !important;
	}
}

/*--------------------------------------------[logo]---------------------------------------*/
@media only screen and (min-width: 981px) {
	.et_fixed_nav #logo {
		max-height: 150px; margin: 12px;
	}

#logo {max-height: 150px; margin: 12px;}

}

/*--------------------------------------------[Menu Area]--------------------------------------- */
.et_header_style_left #et-top-navigation {
	padding-top: 25px !important;
	margin-right: 40px;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
	padding-top:25px; padding-right: 0px !important;
}

#et-top-navigation {
	background: #fff; margin-top: 10px; padding-left: 100px !important; padding-right: 0px; height: 85px; vertical-align: middle;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
	margin-top: 10px; padding-right: 0px !important;
}

/*  Drop Down Menu  */

.nav li ul {
    position: absolute;
    top: 32px;
    left: -27px;
    padding: 0px;
}

#top-menu li li a {
    padding: 10px 0px;
    width: 240px !important;
    padding-left: 8px !important;
border-bottom: solid 1px  #ddd !important;
}

#top-menu li li, .nav li li {
    padding: 0px 0px;
    margin: 0px;
}

/* Drop Down Navigation Hover  */
.nav ul li a:hover, .et_mobile_menu li a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
}

/* Menu on Tablet */
@media only screen and (max-width: 1024px) and (min-width: 981px) {
	#et_mobile_nav_menu {
		display: block !important;
	}

	#top-menu {
		display: none !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 981px) and (orientation:landscape) {
	#et_mobile_nav_menu {
		display: block !important;
	}
	#top-menu {
		isplay: none !important;
	}

	.et_mobile_menu {
		position: absolute;
		left: 50%!important;
		padding: 5%;
		width: 50%;
		visibility: visible;
		opacity: 1;
		display: none;
		z-index: 9999;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	}
}

/* ---------------------- [Woocommerce Settings] -------------------- */
/*  Buttons  */
.checkout-button {
	background-color: #000 !important; color: #fff !important;
}

.checkout-button:hover {
	color: #9e8a2f !important;
}
		
input.button:hover {
	color: #000 !important;
}

a.button.wc-backward {
	background-color: #000 !important; color: #fff !important;
}

a.button.wc-backward:hover {
	color: #9e8a2f !important;
}

.woocommerce ul.products li.product .price {
	color: #9e8a2f !important; font-size: 16px; font-weight: 600;
}

/*  Review Button  */
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit {
	background: #000 !important;
	color: #fff;
}

.woocommerce #respond input#submit, .woocommerce-page #respond input#submit:hover {
	color: #fff;
}

.woocommerce button.button, .woocommerce-page button.button {
	color: #fff !important; background: #000 !important;
}

/*Woocommerce Shop Page */
.et_shop_image {
    margin: 0 auto ;
}

/*  Woocommerce Text */

.woocommerce div.product .product_title {
	font-size: 30px; text-transform: capitalize;
}

.product .related h2 {
	font-size: 18px !important;
}

h2.woocommerce-loop-product__title {
	font-size: 18px !important; text-transform: capitalize; font-weight: 600; 
}

/* Bread Crumbs */
.woocommerce .woocommerce-breadcrumb {
	color: #9e8a2f;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #9e8a2f;
}

/* Quck View Button */
a.xoo-qv-button {
	border: 2px solid #ddd;
}

/* Quick View Product Button */
.xoo-qv-plink {
   background-color: #000;
}

/* Woocommerce Sale Badge */
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    left: 0px !important;
    width: 100%;
    border-radius: 0px !important;
    top: 0px !important;
	z-index: 7;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	border-radius: 0px !important;
}

/*  Shop Page Product Shadow */
.woocommerce ul.products li.product {
	padding: 20px;
  background: #fff;
	-webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

/* Cart & Checkout Form Box Shadow */
.woocommerce-cart-form, 
	form.checkout.woocommerce-checkout{
	background: #fff;
	-webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	padding: 25px;
}

/* -----------------[HOME PAGE]-------------------- */

/* Format the Header Body Text on the Left Side */
@media only screen and (min-width: 981px) {
	.be-header div.et_pb_header_content_wrapper {
		width: 50%;
	}

.et_header_style_left #et-top-navigation {
    margin-right: 40px;
	}
}

/* Add Margin Under Subtitle */
.be-header .header-content .et_pb_fullwidth_header_subhead {
	margin-bottom: 20px;
}

/* Add Margin Under Butttons */
.be-header .header-content-container.header-content.et_pb_button_one.et_pb_button, .be-header .header-content-container.header-content.et_pb_button_two.et_pb_button {
	margin-top: 40px;
}

/* --------------------- [IMAGES] -------------------------------- */
/* Images */

.et_pb_post a img {
 	width: auto;
}

.single article img {
 	width: auto;
}

/*  Image Hover Effect  */
.hover-effect.et_pb_image img:hover {
	 opacity: 0.4;
	 -moz-transition: all 0.5s; 
	 -webkit-transition: all 0.5s;
	 transition: all 0.5s;
}
	
.esgbox-image {
	margin-top: 120px !important;
} 

/* -------------------  Home Page -------------------- */
/* Column Arrows  */
/* Hides all the items that float over the right margin */
 #et-main-area {
	 overflow: hidden;
}

.right-side-arrow:before {
	position: absolute !important; 
	content: '' !important; 
	pointer-events: none !important;
	bottom: 50% !important; 
	width: 50px !important; 
	height: 50px !important; 
	-webkit-transform: translateY(-50%)rotate(45deg) !important; 
	transform: translateY(-50%) rotate(45deg) !important;
}

.right-side-arrow {
	position: relative !important;
}

.right-side-arrow:after {
	left: -20px !important; 
	z-index: 10 !important; 
	background: inherit !important;
	position: absolute; content: '' !important; 
	pointer-events: none !important;
	top: 50% !important; 
	width: 50px !important; 
	height: 50px !important; 
	-webkit-transform: translateY(-50%)rotate(45deg) !important; 
	transform: translateY(-50%) rotate(45deg) !important;
}

.left-side-arrow:before {
	position: absolute !important; 
	content: '' !important; 
	pointer-events: none !important;
    top: 50% !important; 
	width: 50px !important; 
	height: 50px !important; 
	-webkit-transform: translateY(-50%) rotate(45deg)!important; 
	transform: translateY(-50%) rotate(45deg) !important;
}

.left-side-arrow {
	position: relative !important;
}

.left-side-arrow:after {
	right: -20px !important; 
	z-index: 10 !important; 
	background: inherit !important;
	position: absolute !important; 
	content: '' !important; 
	pointer-events: none !important;
	top: 50% !important; 
	width: 50px !important; 
	height: 50px !important; 
	-webkit-transform: translateY(-50%) rotate(45deg) !important; 
	transform: translateY(-50%) rotate(45deg) !important;
}

/* Single Posts */

/* Blog Landing Page Style Meta */
.be-blog .post-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 2.8em;
	margin-bottom: 20px;
}

/* Blog Slider Meta */
.be-post-slider .post-meta {
	margin-bottom: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* Blog Read More Link */
a.more-link {
	margin-top: 15px;
}

a.more-link:after {
	content: " -->"
}

.form-allowed-tags{
display:none;
}

/* Sidebar */
.et_pb_widget ul li {
    margin-bottom: .5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

/* ------------- [POST ARCHIVE PAGE] ---------------- */

/*  Category Archive Post Slider */
.be-title .et_pb_slide_title {
	border-top: 1px solid #999 !important;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

/* Category-Archive Page Style Meta */
.left-blog-image .post-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
  line-height: 1.8em;
	margin-bottom: 20px;
}

/*--------------- Caldera Form Customization-------------- */
.caldera-grid .btn-default {
	color: #fff !important;
	background-color: #000 !important;
	text-transform:uppercase;
	padding: 4.5px 15px;
	white-space: normal;
	word-wrap: break-word;
}

.caldera-grid .btn {
  	font-size: 15px;
	font-weight: 600;
}

.caldera-grid .btn-default:hover {
 	background-color:  #9E8A2F !important;
}

/* Asterick color */
.field_required {
	color: #9E8A2F !important;
}

/* --------------- [Footer Area] -------------------- */

/* Footer Optin */

#footer-optin #et_pb_signup_lastname {
	display: none;
}

#footer-optin p {
	padding-bottom: .5em !important;
}

#footer-optin .et_pb_newsletter_form p input {
	font-size: 14px;
}

#footer-optin.et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_description h2 {
	font-weight: 500 !important;
}

#footer-widgets .footer-widget li a {
    text-transform: uppercase;
}

#footer-widgets .footer-widget li:before{
    border-style:none;
}

#footer-info {
    width: 100%;  
    padding-bottom: 10px;
    text-align: center;
}