/* 
Theme Name:		 Youth Realities
Theme URI:		 https://www.youthrealities.co.uk/
Description:	 Youth Realities Bespoke Theme Design
Author:			 Freelance-Creator
Author URI:		 https://www.freelance-creator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 Astra-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */
.ast-above-header.ast-above-header-bar {
	background-color: #663293!important;
}

/* Astra Header/Footer Builder CSS */
#ast-desktop-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-desktop-header.active {
	background: rgba(151, 95, 201, 1);
	box-shadow: 0 4px 12px -4px rgba(0,0,0,.1);
	margin-top: -30px;
	padding: 0;
}

#ast-desktop-header.active img.custom-logo {
    width: 220px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-mobile-header.active {
	background: rgba(151, 95, 201, 1);
	box-shadow: 0 4px 12px -4px rgba(0,0,0,.1);	padding: 0;
}

.ast-builder-menu-1 .menu-item .sub-menu .menu-link {
	color: #975FC9;
}

.wp-block-button .wp-block-button__link {
	font-size: 10px;
	padding: 4px 12px;
}

.referral-btn {
	background-color: #494153!important;
	font-size: 10px!important;
	padding: 4px 12px!important;
}

.referral-btn:hover {
	background-color: #663293!important;
}

.ast-404-layout-1 {
	margin-top: 100px!important;
}

.menu-btn {
	margin: 20px auto 0;
	padding: 0;
	width: 240px!important;
}

.menu-btn a {
	padding: 14px 0!important;
}

@media( max-width: 580px ) {
	.mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
		display: block;
		margin-bottom: 10px;
		width: 100% !important;
		max-width: 100% !important;
  }
}

/* WooCommerce */
.woocommerce-shop #content {
	padding: 100px 0 0;
}

.product-template-default #content {
	padding: 180px 0 0;
}

p.comment-form-cookies-consent {
	float: left;
	width: 100%;
}

.astra-shop-summary-wrap {
	padding: 20px;
	text-align: center;
}

.woocommerce .star-rating {
	margin: 15px auto !important;
}

.ast-hfb-header .ast-addon-cart-wrap {
    padding: 0;
}

.ast-site-header-cart a.cart-container {
	font-size: 10px;
}

.woocommerce table.shop_table thead, .woocommerce-page table.shop_table thead, .woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
	background-color: #975fc9;
}

.woocommerce-js .astra-cart-drawer .widget_shopping_cart_content a.button.wc-forward:not(.checkout) {
	color: #150E1F;
}

.woocommerce-page.columns-4 ul.products li.product:hover, .woocommerce.columns-4 ul.products li.product:hover, .woocommerce div.product .related.products ul.products li.product:hover {
	background-color: #F6F7F8;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(238,235,244,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(238,235,244,1);
	box-shadow: 0px 0px 20px 0px rgba(238,235,244,1);
}

.woocommerce div.product .woocommerce-tabs .shop_attributes th {
	color: #000;
}

.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
	color: #FFF;
}