/*
File Name: style.css
Theme Name:  BusinessLounge
Author: RT-Themes
Version: 1.7
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://rtthemes.com
Description: Business WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: businesslounge
*/


/* 
 * Override styling for table on Learn More pages 
 *    -> https://wp.traumaawareschools.org/index.php/bounce-back/
 *    -> Certified Trainers tabs
 */
.eael-dt-td-align-left .eael-data-table tbody tr td 
{
	vertical-align: top;
}
.eael-data-table tbody tr td,
.eael-data-table thead tr th 
{
	font-family: 'Montserrat', sans-serif !important;
}

.product .related.products {
	display:none;
}

.woocommerce-message .button {
	display:none;
}

.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer a.back-to-shopping{
	display:none;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper a.eael-woo-cart-back-to-shop{
	display:none;
}

.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order #place_order{
padding:9px 20px 15px 20px;
}

.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order p {
	color:white;
}

span.woocommerce-terms-and-conditions-checkbox-text {
	color: white;
	font-weight:normal;
}

span.woocommerce-terms-and-conditions-checkbox-text a.woocommerce-terms-and-conditions-link{
	color:white;
	font-weight: bold;
}

.content_row.fullwidth.default-style{
	background-color:#e8e8e8;
}

.content_row_wrapper.fullwidth{
	max-width:1180px;
 	min-height: calc(100vh - 340px);
}

.product .product_title{
	color:#1e1e1e;
}

.woocommerce-Price-amount.amount{
	color:#1e1e1e;
}

.woocommerce .default-style h5 {
	color:#1e1e1e;
	font-weight:normal;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	display:none;
}

.woocommerce-product-gallery__image{
	pointer-events: none;
}
.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-style-2 .woocommerce-notices-wrapper~.return-to-shop a{
	color: white;
	background-color:#2151A2
}

.elementor-1220 .elementor-element.elementor-element-ad05759 {
	min-height: calc(100vh - 522px);
}

/* 
 * Override styling for content on Post pages 
 *    -> https://wp.traumaawareschools.org/index.php/2021/09/29/new-coordination-for-live-trainings/
 */
@media only screen and (min-width: 768px) {
	.entry.commententry,
	.single.post
	{
	    width: 720px;
	    position: relative;
	    left: calc((100vw - 750px) / 2);
	}
}
@media only screen and (min-width: 1220px) {
	.entry.commententry,
	.single.post
	{
		width: 1120px;
    	position: relative;
	    left: calc((100vw - 1150px) / 2);
	}
	.single.post .featured_image.featured_media {
		max-width: 940px;
		margin: 0 auto 25px auto;
	}
}

/* 
 * Override styling for carousel buttons on Home page
 *    -> https://wp.traumaawareschools.org/index.php
 */
.owl-nav
{
	color: #ffffff;
}
.ui-icon-angle-right
{
	color: #ffffff;
}
.ui-icon-angle-left
{
	color: #ffffff;
}
.owl-next:hover {
	opacity: .75;
}
.owl-prev:hover {
	opacity: .75;
}
.owl-nav:hover {
	color: #ffffff;
}
