/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.events-swiper{
    overflow: hidden;
}

.event{
    min-height: 366px;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.event .wrapper{
    padding: 20px;
    background-color: rgba(0, 0, 0, .7);
}

.event p{
    margin-bottom: 0;
}

.event h3{
    font-size: 26px;
    margin-bottom: 0;
}

.event-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.event .wrapper * {
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev{
    color: #cc0000 !important;
    background-image: none !important;
    transform: scale(.7);
}

.swiper-button-next{
    right: -70px !important;
}

.swiper-button-prev{
    left: -70px !important;
}

.entry-content li:not(:last-child){
    margin-bottom: 16px;
}

.entry-content li{
    position: relative;
}

.entry-content ul{
    list-style: none;
}

body:not(.elementor-editor-active) .entry-content li:before{
    content: url(/content/uploads/2022/10/pride.png);
    position: absolute;
    transform: scale(0.8);
    left: -27px;
    /* top: 1px; */
}

.entry-content li a,
.entry-content p a{
    font-weight: 700;
}

[data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button {
    padding: 12px 40px 10px;
}

.sbi_follow_btn span,
.sbi_follow_btn svg,
.sbi_follow_btn path{
    color: #000000;
    transition: color .2s ease-in-out;
}

.sbi_follow_btn a:hover span,
.sbi_follow_btn a:focus span,
.sbi_follow_btn a:hover path,
.sbi_follow_btn a:focus path{
    color: #fff;
}

body:not(.ast-theme-transparent-header) .ast-custom-button{
    background-color: #ff99cc;
    color: #000;
}

.anchor-padding{
    margin-top: -70px;
    padding-top: 70px;
}



/** Add woocommerce styles here **/

.woocommerce ul.products li.product .astra-shop-summary-wrap, 
.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
    padding: 0 1.2em 0 0;
}

/** Start of Product Page 	**/

.ast-plain-container.ast-no-sidebar #primary{
	padding-top: 50px;
}

/** Product Card **/
.woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary{
	background-color: #fff;
    border-radius: 15px 50px;
    padding: 40px 40px 20px 40px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 4px 8px 0 rgba(0, 0, 0, 0.04);

}

/** Product pathing / Current page color **/
.single-product div.product .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb{
	color:#000;
	border-bottom: 0.5px solid #dddddd;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	font-weight: 800;
}
.woocommerce .woocommerce-breadcrumb a{
	color:#ff99cc;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	font-weight: 800;
}

/* 2nd Breadcrumb category */
.woocommerce div.product div.summary .single-product-category
{
	display:none;
}

/** Title **/
.single-product div.product .entry-title{
	font-family: Raleway,sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 0;
	padding-top:20px;
	line-height:20px;
}

/** Price **/
.single-product div.product p.price, single-product div.product span.price{
	color: #000;
	font-size: 27px;
	font-family: Raleway,sans-serif;
}

/** Spacer for Cart and Description **/
.woocommerce div.product form.cart{
	padding-top:40px;
}

/** Add to Cart Button **/
.woocommerce div.product form.cart .button.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce-page.woocommerce-checkout #payment #place_order{
	background-color: #ff99cc !important;
	color:#000000 !important;
 	transition: 0.5s;
	padding: 10px 20px;
	padding-left:45px !important;
	padding-right:45px !important;
}

.woocommerce a.button,
.woocommerce-page.woocommerce-checkout #payment #place_order{
	padding: 10px 20px !important;
	padding-left:25px !important;
	padding-right:25px !important;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:hover{
	background-color: #fc7cbc;
	color:#000;
}

.woocommerce button.button:hover{
	background-color:#fc7cbc;
	color:#000;
}
/* Quantity Control Buttons 
*/
a#minus_qty.minus
{
	background-color:#f3f3f3;
	text-align:center;
	align-items:center;
	transition:0.5s;
	border-radius:8px;
	border-style:none;
	color:#84858a;
}

a#minus_qty.minus:hover
{
	color:#000;
}

a#plus_qty.plus
{
	background-color:#f3f3f3;
	text-align:center;
	align-items:center;
	transition:0.5s;
	border-radius:8px;
	border-style:none;
	color:#84858a;
}

a#plus_qty.plus:hover
{
	color:#000;
}
.woocommerce input[type=number].qty
{
	border: none;
}
/* SKU and catergory */
.woocommerce span.sku_wrapper
{
	font-size:12px;
} 

span.posted_in
{
	font-size:0px;
}

.woocommerce-message,
.woocommerce-info{
	background-color: #fff;
}

.woocommerce-notice:before{
	display: none;
}

/**
	End of Product Page 
**/

/** 
	Start of Cart Page 
**/

/* Title Cart*/
.ast-single-post .entry-title, .ast-single-post .entry-title a{
	line-height:1.2;
	font-family:'Raleway';
	font-weight:800;
}

/* Top of Table */
.woocommerce table.shop_table thead, .woocommerce-page table.shop_table thead
{
	background:#fff;
}
/* Table headers */
.woocommerce table.shop_table th
{
	font-family:'Raleway';
	font-weight:700;
}
/*
Individual list
th.product-remove
th.product-thumbnail
th.product-name
th.product-price
th.product-quantity
th.product-subtotal
*/

/* Table Rows */
tr.woocommerce-cart-form__cart-item.cart_item 
{
	background-color: #fff;
}

/* Individual columns */

.woocommerce-cart table.shop_table td.product-name
{
	font-family:'Raleway';
	font-weight:500;
}

.woocommerce-cart table.shop_table td.product-price
{
	font-family: 'Raleway';
}
/* Table buttons and actions */
td.actions
{
	background-color:#fff;
}

.woocommerce button.button{
	background-color:#ff99cc;
	color:#000;
	transition: 0.5s;
}

.woocommerce button.button:hover{
	background-color:#fc7cbc;
	color:#000;
}

/*
td.product-remove{}
td.product-thumbnail{}
name - being used
price - being used
td.product-quantity{}
td.product-subtotal{}
*/

/* Table buttons and actions */
td.actions
{
	background-color:#fff;
}

.woocommerce button.button{
	background-color:#ff99cc;
	color:#000;
	transition: 0.5s;
}

/* Entire table */
.woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

/** 
	End of Cart Page 
**/

/** Start of Checkout Page **/
/* End of Checkout Page*/



/* Fonts on Events page */
.tribe-events-calendar-list__event-title,
.tribe-events-single-event-description h3,
.tribe-events-single-event-title {
	font-family: "Raleway", sans-serif;
}
.tribe-events-calendar-list__event-description,
.tribe-events-calendar-list__event-datetime,
.tribe-events-calendar-list__event-cost,
.tribe-events-single-event-description p,
.tribe-events-single-event-description li,
.tribe-events-meta-group-details,
.tribe-events-sub-nav,
.tribe-events-schedule,
.tribe-events-back {
	font-family: "Open Sans", sans-serif !important;
}
.tribe-events-calendar-list__event-details .read-more {
	font-weight: 700;
	margin-top: 1em;
}

/* About page headshots */
.hidden-headshot {
	/* display: none; */
}

/* Add Events page title to Tribe Events page */
.events-page-title {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.11), rgba(0,0,0,0.11)), url(/wp-content/uploads/2022/10/rainbow.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 150px 40px 50px 40px !important;
	/* margin-top: -82px !important; */
	margin-bottom: 80px !important;
}
.events-page-title .events-page-title-wrapper,
.tribe-events-header,
.tribe-events-calendar-list,
.tribe-events-calendar-list-nav,
.tribe-events-calendar-month,
.tribe-events-calendar-day,
.tribe-events-calendar-day-nav,
.tribe-events-c-subscribe-dropdown__container,
.tribe-events-after-html {
	max-width: 1140px !important;
	margin: 0 auto !important;
}
.events-page-title h1 {
	color: #fff;
	font-weight: 800;
	font-size: 5.2941176470588rem;
    font-family: 'Raleway', sans-serif;
}
.post-type-archive-tribe_events .ast-primary-header-bar {
	background: transparent;
}
.post-type-archive-tribe_events .ast-container {
	max-width: none !important;
	padding: 0 !important;
}

.post-type-archive-tribe_events .ast-primary-header-bar {
	max-width: 1240px !important;
	border: none !important;
	padding: 0 20px;
}
.tribe-common-l-container.tribe-events-l-container {
	max-width: none !important;
	padding: 0 0 160px 0 !important;
}

/* Flip boxes for board members */
/* .board-card .elementor-flip-box__front .elementor-flip-box__layer__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	row-gap: 10px;
}
.board-card .elementor-flip-box__front .elementor-flip-box__layer__inner .elementor-flip-box__image {
	grid-column: 1/2;
	grid-row: 1/3;
	margin: 0 !important;
}
.board-card .elementor-flip-box__front .elementor-flip-box__layer__inner .elementor-flip-box__image img {
	width: 100%;
}
.board-card .elementor-flip-box__front .elementor-flip-box__layer__inner .elementor-flip-box__layer__title {
	grid-column: 2/3;
	grid-row: 1/2;
	display: flex;
	align-items: flex-end;
}
.board-card .elementor-flip-box__front .elementor-flip-box__layer__inner .elementor-flip-box__layer__description {
	grid-column: 2/3;
	grid-row: 2/3;
	display: flex;
	align-items: flex-start;
} */

.toggle-bio .elementor-tab-title {
	text-align: center;
}

/* Cookie Banner */
.cky-btn {
	font-weight: 700 !important;
}

/* Footer join newsletter button */
.two-column-flex {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.outline-btn {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}


@media (max-width: 767px) {
	.events-page-title h1 {
		font-size: 2.9rem;
		text-align: center;
	}
	.events-page-title {
		padding: 100px 20px 50px 20px !important;
	}
}
@media (max-width: 500px) {
	.two-column-flex {
		flex-direction: column;
	}
}
