/* 
Theme Name: Chief Executive Hello
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Chief Executive Group
Author URI: https://chiefexecutive.net/
Template: hello-elementor
Version: 1.0.6
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/


.elementor-widget-sidebar .elementor-widget-container li.widget {list-style-type: none;} // remove bullets appearing before widgets in sidebar

legend.gfield_label {border:none;}

.button {
	height: 42px;
	border:none;
	color: #FFF !important;
	background-color: #003478 !important;
	font-weight: 700!important;
}
[type=button], [type=submit], button {border:none;}


/* remove woocommerce sale bubbles */
.woocommerce span.onsale {display:none !important;}

.woocommerce .price * {color:#000;}

/* woocommerce My Account */
.woocommerce-MyAccount-navigation ul {
	padding: 0px !important;
}
.woocommerce-MyAccount-navigation li {
	list-style-type:none;
	padding: 0px;
}
.woocommerce-MyAccount-navigation-link a {
	color: #333;
	display: block;
	font-size: 16px;
	padding: 10px 7px;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation-link a:hover {
	color: #00B9E4;
}

.woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce-checkout-review-order-table tr td:last-child {
	text-align: right;
}

/* woocommerce Cart */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {padding:10px;}
.woocommerce-cart #coupon_code {width:150px; height:42px; padding:10px;}
.woocommerce-cart .page-content .woocommerce {max-width: 1140px;margin: 0 auto;}

/* Elementor Cart button style overides */
.woocommerce-notices-wrapper a.button {
	padding: 0.618em 1em!important;
}
.woocommerce-cart-form a.button {
	padding: 0.618em 1em!important;
}
.return-to-shop a.button {
	padding: 0.618em 1em!important;
}
.order-again a.button {
	padding: 0.618em 1em!important;
}

.comments-area a, .page-content a {
    text-decoration: none!important;
}



/* .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--teams {display:none;} /* remove direct link to Teams (just use "My Team" link instead, gets to same place) */
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wc-smart-coupons {display:none;} /* hide Coupons */
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area {display:none;} /* hide My Membership */
.woocommerce-MyAccount-content .membership-actions .view {display:none;} /* don't let people get into the membership management area (not needed, just confuses people */
.woocommerce-MyAccount-content .no_subscriptions a.button {display:none;} /* hide "Browse Products" button when user doesn't have any subscription */

/* changes to WC product detail page when embedded in another page via shortcode */
body.page .elementor-text-editor .woocommerce .entry-wrap, body.page .elementor-shortcode .woocommerce .entry-wrap {padding:0px; box-shadow:none;}
body.page .elementor-text-editor .woocommerce .single-product .woocommerce-product-gallery, body.page .elementor-shortcode .woocommerce .single-product .woocommerce-product-gallery {display: none;}
body.page .elementor-text-editor .woocommerce .single-product .summary.entry-summary, body.page .elementor-shortcode .woocommerce .single-product .summary.entry-summary {width: 100%;}

/* changes to single videos */
.single-aiovg_videos #print-article-button {display: none;}

/* hide all product gravity form fields in the cart & checkout */
/*
.woocommerce-cart .shop_table dl.variation dt, .woocommerce-cart .shop_table dl.variation dd {display:none;}
.woocommerce-cart .shop_table dl.variation dt:nth-child(1),
.woocommerce-cart .shop_table dl.variation dd:nth-child(1) {
	display:block;
}
.woocommerce-checkout .shop_table dl.variation dt, .woocommerce-checkout .shop_table dl.variation dd {display:none;}
.woocommerce-checkout .shop_table dl.variation dt:nth-child(1),
.woocommerce-checkout .shop_table dl.variation dd:nth-child(1) {
	display:block;
}
*/

/* cleanup checkout page */
.woocommerce form.checkout_coupon {margin:0; padding: 6px 0 7px 12px; background:#f5f5f5;}
.woocommerce form.checkout_coupon p {margin:0 0 10px 0 !important;}
.woocommerce form.checkout_coupon .form-row-first {width:300px; float:left;}
.woocommerce form.checkout_coupon .form-row-last {float:left; margin:0 0 0 12px !important; display:block; width:200px; clear:none;}
.woocommerce-checkout .page-content .woocommerce {max-width: 1140px;margin: 0 auto;}


/* Cart & Checkout: hide all the extra GravityForm Woocommerce add-on fields for products except for a few */
.woocommerce-cart .shop_table .variation dt, .woocommerce-cart .shop_table .variation dd {
	display:block;
	width:100%;
	clear:both;
	margin:0 0 0 10px;
}
.woocommerce-cart .shop_table .variation dd p {margin:0; padding:0;}
.woocommerce-cart .shop_table .variation dt, .woocommerce-cart .shop_table .variation dd, .woocommerce-cart .shop_table .variation dt *, .woocommerce-cart .shop_table .variation dd * {
	color: #999;
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: 18px;
}
.woocommerce-cart .shop_table .variation dd {
	color: #BBB;
	padding: 0 0 5px 20px;
}
.woocommerce-cart .shop_table .variation dt, .woocommerce-cart .shop_table .variation dd {display:none;}
.woocommerce-cart .shop_table .variation-Name {display:inline-block !important;}
.woocommerce-cart .shop_table .variation-EventPolicyReview, .woocommerce-cart .shop_table .variation-JobTitle {display:none !important;}

/* same thing, but now the checkout */
.woocommerce-checkout .shop_table .variation dt, .woocommerce-checkout .shop_table .variation dd {
	display:block;
	width:100%;
	clear:both;
	margin:0 0 0 10px;
}
.woocommerce-checkout .shop_table .variation dd p {margin:0; padding:0;}
.woocommerce-checkout .shop_table .variation dt, .woocommerce-checkout .shop_table .variation dd, .woocommerce-checkout .shop_table .variation dt *, .woocommerce-checkout .shop_table .variation dd * {
	color: #999;
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: 18px;
}
.woocommerce-checkout .shop_table .variation dd {
	color: #BBB;
	padding: 0 0 5px 20px;
}
.woocommerce-checkout .shop_table .variation dt, .woocommerce-checkout .shop_table .variation dd {display:none !important;}
.woocommerce-checkout .shop_table .variation dt.variation-Name, .woocommerce-checkout .shop_table .variation dd.variation-Name {display:inline-block !important;}
.woocommerce-checkout .shop_table .variation-EventPolicyReview, .woocommerce-checkout .shop_table .variation-JobTitle {display:none !important;}


/* Elementor mini cart */
.elementor-menu-cart__toggle_button {border:0px !important;}
.elementor-menu-cart__toggle .elementor-button-text {margin-left: 10px;}
.widget_shopping_cart_content .variation {display:none;}
.widget_shopping_cart_content .elementor-menu-cart__product-image {display:none;}


#bi-membership-upsell {
	text-align: left;
	position: relative;
}
#bi-membership-upsell-close {
	background-color: transparent;
	color: inherit;
	padding: 0;
	font-size: 2.5em;
	position: absolute;
	top: 0;
	right: 0;
	line-height: .6;
}
#bi-membership-upsell-close:hover {
	color: #001f4d;
	background: #f5f5f5;
}
#bi-membership-upsell h3 {
	font-size: 18px;
	font-weight: 700;
	margin: .5em 0;
}
#bi-membership-upsell-buttons {
	margin-top: 1em;
}
#bi-membership-upsell-toggle-long-description,
#bi-membership-upsell-add {
	display: block;
	width: 100%;
	margin-top: .5em;
	padding: .5em 0;
}
@media (min-width: 40em) {
	#bi-membership-upsell-buttons {
		display: flex;
		justify-content: space-between;
	}
	#bi-membership-upsell-toggle-long-description {
		width: calc(40% - .5em);
	}
	#bi-membership-upsell-add {
		width: calc(60% - .5em);
	}
}


.woocommerce-cart .entry-title, .woocommerce-checkout .entry-title, .woocommerce-account .entry-title {
    font-size: 30px !important;
    padding: 30px 0;
}

/* Checkout adjustments */
.woocommerce form.checkout_coupon {
    background: #f1f1f1;
    border: none;
    border-radius: 0;
    padding: 16px 16px;
}

/* #add_payment_method #payment, 
.woocommerce-cart #payment, */
.woocommerce-checkout #payment {
    background: #f1f1f1;
	border-radius: 0;
    color: #FFF;
}
.woocommerce-checkout #payment * {color:#000;}
.woocommerce-checkout #payment .button {color:#FFF;}


.woocommerce table.shop_table {
	border-radius: 0;
}

table.woocommerce-checkout-review-order-table thead:first-child tr:first-child th,
.woocommerce-checkout-review-order-table th, 
.woocommerce-checkout-review-order-table td {
    border: none;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
    padding-bottom: 0;
}

/* #add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, */
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    color: #FFF;
    padding: 0;
}

.woocommerce-checkout #payment div.payment_box {
    margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box fieldset {
	border: none;
	padding: 0;
}

/* #add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, */
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    float: left;
}


@media (min-width: 64em) {
	
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1, 
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2 {
    	float: none;
    	width: 100%;
	}
	
	.woocommerce.woocommerce-checkout form #customer_details.col2-set, 
	.woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    	width: 55%;
    	float: left;
    	margin-right: 4.347826087%;
	}
	
	.woocommerce.woocommerce-checkout form #order_review, 
	.woocommerce.woocommerce-checkout form #order_review_heading, 
	.woocommerce-page.woocommerce-checkout form #order_review, 
	.woocommerce-page.woocommerce-checkout form #order_review_heading {
    	width: 40%;
    	float: right;
    	margin-right: 0;
    	clear: right;
	}
	
	.woocommerce-page.woocommerce-checkout form #order_review {
    	margin-bottom: 3em;
	}
	
}


@media (max-width: 48em) {
	
	.woocommerce form.checkout_coupon .form-row-last {
		margin: 0 !important;
	}
	
}

/* Homepage slide out menu fix */
.events-slide-menu .site-menu {
    z-index: 9999;
}

/* Account page adjustments */
.woocommerce-account .page-content .woocommerce {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    width: 100%;
}

@media (max-width: 575px) {
	
	.woocommerce-account .page-content .woocommerce {
		padding-left: 10px;
		padding-right: 10px;
	}
	
}


.post-password-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
}

.post-password-form p {
    width: auto;
    max-width: 360px;
}
.post-password-form p:first-of-type {
    text-align: center;
}

.post-password-form p label input {
    margin-top: 8px;
}

.post-password-form p input[type="submit"] {
    background-color: #00AEEF;
	border: 1px solid #00AEEF;
    border-radius: 0;
    /* font-weight: 300; */
    letter-spacing: 2px;
    text-transform: uppercase;
	transition: all 0.5 ease;
}
.post-password-form p input[type="submit"]:hover {
    background-color: #FFF;
	color: #00AEEF;
}

/* Product specific styles */
/*
.single-product .product .woocommerce-product-gallery {
    display: none;
}
.woocommerce .single-product .product .summary.entry-summary {
    width: 100%;
}
*/

.aiovg a.aiovg-link-title {
    color: #000;
    font-family: 'Manrope', sans-serif;
}

/* Events archive */
#ceg_upcoming_events li .event_date {
	background-color: #000 !important;
}
#ceg_upcoming_events li .event_date, #ceg_upcoming_events li .excerpt, #ceg_upcoming_events li .button {
    font-family: "Chivo", sans-serif;
}
#ceg_upcoming_events li .button {
    height: auto;
}

/* Hide reCAPTCHA logo */
.grecaptcha-badge {
    display: none !important;
}

