/*
 Theme Name:     Brand Solutions
 Author:         Brand Solutions
 Author URI:     http://www.brandsolutions.com.au
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */




/******
	TYPOGRAPHY
*******/

/*.et_pb_text { font-weight: 400 !important}
p, li { font-weight: 400 !important}*/

.product_name h1 {
	font-family: 'Spectral', Georgia, "Times New Roman", serif !important;
	font-weight: 700 !important;
	font-size: 32px !important;
	line-height: 1em !important;
	text-transform: uppercase;
	letter-spacing: -1px;
}

/**product description ***/
.product_description { font-weight: 400 !important}
.product_description p{ margin-bottom: 8px; }
.product_description ul li {
    margin-bottom: 8px;
    line-height: 1.4em
}

/******  Ingredient - blurb heading  *******/
@media all and (min-width: 768px) {
	.ingredient h2 {
		font-family: 'Spectral',Georgia,"Times New Roman",serif !important;
		font-size: 62px !important;
	    line-height: 1.3em;
	    margin-bottom: -10px;
		font-weight: 700;
		text-transform: uppercase;
	    }
	}

.ingredient .et_pb_blurb_description {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
    }

/*.ingredient_blurb .et_pb_blurb_description{
    font-weight: 400;
}*/

.ingredient h2.et_pb_module_header {
    line-height: 1em !important;
    letter-spacing: -2px !important
}

/*** blurb heading on mobile */
@media all and (max-width: 767px) {
	.ingredient h2 {
		font-family: 'Spectral',Georgia,"Times New Roman",serif !important;
		font-size: 40px !important ;
		line-height: 1.3em;
		margin-bottom: -10px;
		font-weight: 700;
		text-transform: uppercase;
		}
	}

/******
	Bar Soap weight and Aus Made Logo
*******/
.bar_soap_info {
    display: flex;
}
.bar_soap_weight h4{
    display: inline-block;
    color: #6d6d6d !important
}
.ausmade_logo {
     display: inline-block;
     margin-top: -15px;
}




/******
	BREADCRUMB
*******/
#breadcrumbs{
    list-style:none;
    overflow:hidden;
    font-size: 14px;
    margin:6px 0 10px 0;
}

#breadcrumbs .bread-link{
     color: #fff
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:8px;
    text-transform: uppercase;
    font-weight: 500;
}

#breadcrumbs li .bread-cat {
    color: #fff
}

#breadcrumbs .separator{
    font-size:16px;
    font-weight:500;
    color:#ffffff !important;
}

.bread-current {
    font-weight: 500;
    color: #fff;
}


/*** active options for breadcrumb ****/
.breadcrumb_section {
    padding: 8px 0 !important;
    background: #000 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px
}

.breadcrumb_section a {
    color: #fff
}
.breadcrumb_row{
    padding: 0 !important
}



/******
	Vertical Align
*******/
.vertical_align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}








/******
	Ingredient Formatting
*******/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 981px) /* (min-width: 1100px) and (max-width: 1405px)*/ {

	.ingredient_half {
	    min-height: 800px !important;
	     padding-left: 80px;
		 padding-right: 80px;
	}

	.ingredient_quarter {
	    min-height: 400px !important;
	}

	.ingredient_quarter.main {
	    min-height: 400px !important;
	}

	.ingredient_full_section{
    margin-top: -12px !important;


}

}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	ingredient_half {
	    min-height: 400px !important;
	}

	.ingredient_quarter {
	    min-height: 350px !important;
	}
	.ingredient_quarter.main {
	    min-height: 350px !important;
	}


}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 979px) {
	ingredient_half {
	    min-height: 400px !important;
	}

	.ingredient_quarter {
	    min-height: 350px !important;
	}


}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {


	.ingredient_half {
	    height: 400px !important;
	}

	.ingredient_quarter {
	    min-height: 150px !important;
	}

	/**** remove flex box on mobile - related products ****/
	.related_products_row {
    	display: block !important;
	}




}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}



/******
	divi mobile width
*******/

@media only screen and (max-width: 1180px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	#main-content > .container,
	div.et_pb_row,
	div.et_pb_row.et_pb_row_fullwidth {
	width: 95% !important;
   }
}


/******
	RELATED PRODUCTS
*******/
.related_products_row {
    display: flex;
}


/*CONTAINER */
.et_pb_section.related_post_section {
	background: #f3f3f3 !important;

}
.related_products_heading {
    text-align: center;
    font-family: 'Spectral' !important;
    font-weight: 800;
}


.related_products_heading h3 {
    font-family: 'Spectral' !important;
    font-size: 36px !important;
	letter-spacing: -1px !important;
    line-height: 1.3em !important;
	font-weight: 700;
}

/**** LOOP ITEMS ******/
.related_product_container {
    max-width: 500px;
    text-align: center;
    margin: 40px 5px;

}

.product_image {
    margin-bottom: 10px;

}

.view_product_btn a { color: #fff !important;
    background: #151515;
	border: 2px solid #7c7c7c;
	font-size: 16px;
	font-family: 'Spectral',Georgia, "Times New Roman",serif;
    display: block;
    padding: 6px;
    max-width: 180px;
    margin: 0 auto;
}

.view_product_btn a:hover {
    -webkit-transition: all .2s;
	background: #858585;

}







/**** related product hover button ****/
.view_product_btn_related a { color: #000 !important;
    background: rgba(255,255,255,0.5);
	border: 2px solid #000;
	font-size: 16px;
	font-family: 'Spectral',Georgia, "Times New Roman",serif;
    display: block;
    padding: 8px 8px 6px 8px;
    max-width: 180px;
    margin: 0 auto;
}

.view_product_btn_related a:hover {
    -webkit-transition: all .2s;
	background: rgba(255,255,255,1);
	color: #000
}

/**** related product button end here **/


.bar_soap_title {
    color: #6d6d6d;
    font-size: 12px;
	text-transform: uppercase;
}


.pack_info {
    color: #6d6d6d;
    font-size: 12px;
}

h4.related_product_title {
    font-size: 16px !important;
    color: #151515;
	text-transform: uppercase;
}


/*******
	Footer Bottom
********/

.footer_social_icon {
    background: #ffffff ;
    padding:5px;
    margin-right: 5px
}

#footer-bottom {
    border-top: 1px solid #fff;
}

#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
@media only screen and (min-width: 980px) {
    #footer-bottom .et-social-icons { margin-bottom:-28px; }
}




/*******
	Product Archive
********/

.el-icq96l button {
	color: #fff;
    background: #151515;
	border: 2px solid #7c7c7c;
	font-size: 16px;
	font-family: 'Spectral',Georgia, "Times New Roman",serif;
    display: block;
    padding: 4px 16px;
    max-width: 180px;
    margin: 0 auto;
}

.el-icq96l button:hover {
    -webkit-transition: all .2s;
	background: #858585;
}

.el-svmwo a {
	text-transform: uppercase;
    color: #151515;
    margin-top: 5px;
}

.el-svmwo  {
    margin: 10px;
}

.fwpl-item.el-1vusru.bar_soap_title{
    margin-top: 10px;
    margin-bottom: -7px

}

/*** header search ***/
.search_icon {
    margin-left: -15px;
    padding-right: 30px

}

input[type=text] {
    width: 300px;
    padding: 15px;
    margin-right: -15px
}

.et_header_style_split .centered-inline-logo-wrap #logo {

}

.centered-inline-logo-wrap {
    margin-left: 30px !important;
    margin-right: 30px !important;

}

/*
@media only screen and (min-width: 768px) and (max-width: 1700px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	#main-content > .container,
	div.et_pb_row,
	div.et_pb_row.et_pb_row_fullwidth {
	width: 90% !important;
   }
}

*/
/* SCALE DOWN THE MAIN MENU TO MOBILE MENU ****
@media (max-width: 1180px) {
      #et_mobile_nav_menu {display: block !important;}
      #top-menu {display: none !important;}
 }*/


/***** Hide search on tablet ****/
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 1570px) {


.menu_search {
    display: none !important;
}

}


/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {


.benefits_section_left {
    display:flex;
    flex-wrap: wrap;
}
.benefits_order_1 {
        order: 1

}
.benefits_order_2 {

    order: 2
}


}


/*****
	Hover Effect - Related Products
******/

.related_product_container  {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;         /* Center P                      */
    justify-content: center;
}

.related_product_container:hover img{
    opacity:1;
}
.related_product_container:hover .view_product_btn_related {
    position:absolute;
    display: block;
    top: 40%;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);

}


.view_product_btn_related {
    display:none;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}



/* remove divi default effects for items with a drop down menu */
#top-menu .menu-item-has-children > a:first-child {padding-right: 0px; padding-bottom: 17px!important;}
#top-menu .menu-item-has-children > a:first-child:after{content: ''; margin-top: -2px;}



/*** drop down menu - font weight **/
#top-menu li a {
font-weight: 400
}


/******
	CONTACT FORM
*******/
.abs_contact .caldera-grid label {
    font-weight: 500
}

.abs_submit_btn .btn.btn-default{
    background: #585858;
    color: #fff;
    border: none;
    padding: 8px 30px;
}

.abs_submit_btn .btn.btn-default:hover {
    background: #000
}



/*****
	Woocommmerce Product and Shop Customisation
******/

/*PLUS MINUS ON PRODUCT PAGE */
 .woocommerce input[type=number]::-webkit-inner-spin-button,
.woocommerce input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.woocommerce input[type=number].qty {
    -moz-appearance: textfield;
}

.woocommerce-page div.product form.cart div.quantity {
    border-radius: 0px!important;
}

.woocommerce .quantity {
    border: 2px solid #eee!important;
    width: 128px!important;
    display:inline-block;
}

.woocommerce .quantity input.qty, .woocommerce .quantity .minus, .woocommerce .quantity .plus {
    line-height: 16px;
    height: 40px!important;
    background-color: #fff!important;
    color: inherit!important;
    padding:0!important;
    float:left;
    border-radius: 0px!important;
}

.woocommerce .quantity .minus, .woocommerce .quantity .plus {
    border:none!important;
    cursor: pointer;
    width: 40px!important;
}

.woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover {
    background-color: #eee!important;
}

.woocommerce .quantity input.qty {
    border-left: 2px solid #eee!important;
    border-right: 2px solid #eee!important;
    width: 44px!important;
}

div.quantity.hidden {
  border:none!important;
}




/******
	Woocommerce Single product page
*******/

/*** Space after price - on selection */
body.woocommerce .et_pb_woopro_add_to_cart_0 .woocommerce-variation-price {
	margin-bottom: 15px;
}

/*** sale tag ****/
.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: #000 !important
}


/*** button text color ****/
.woocommerce-page button.button {
	color: #fff  !important
}


/**** on cart page ****/
.woocommerce-message {
    background: #000 !important
}

.product-name a {
    color: #000
}

.wc-proceed-to-checkout a{
	color: #fff !important
}

.button.alt.yith-wcms-button.next, .button.alt.yith-wcms-button.prev {
    color: #fff !important
}


/*** woocommerce notice ***/
.woocommerce .woocommerce-info{
    background: #000 !important
}

/**** shipping class on side cart *****/
.xoo-wsc-shipping.xoo-wsc-tool {
    display: none !important;
}


/*** account page button ****/
.woocommerce a.button, .woocommerce-page a.button {
    color: #fff !important
}


/* hide bullets in the footer menus */
.footer-widget li:before { display: none;
padding-left: 0px !important; }

.footer-widget li {
padding-left: 0px !important; }



/**** Remove Horizontal Line ****/

header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

/*****
	Jumping header on mobile
*****/
@media (min-width: 981px) {

	#page-container {
		padding-top: 104px !important;
	}
	#main-header {
		top: 0px !important;
	}
}





/**** cart overload error message *****/

.ttt-pnwc-notice:after{
    background: #fff !important;
    content: none;
}

/*** text align on cart ****/
.product-quantity {
    text-align: center
}


/*** mix and match product ***/

.mnm_table tr td  { padding: 5px !important}
.product-quantity { text-align: center}

/*** coupon area ****/
.coupon #coupon_code {
    width: 200px
}



/****
	Equal height for product name on collection page
***
.fwpl-item.el-svmwo a {
	display: block
}*/


/******* Desktop Menu Styling ******/
.nav li ul {
    width: 260px;
    margin-top: 27px
}

#top-menu li li a {
    width: 220px;
}