/* Utility styles */

.nobr, .no-break {
    white-space:nowrap;
}

html, body {
    overflow-x:hidden;
}

.mt-2em {
	margin-top: 2em;
}

.mb-2em {
	margin-bottom: 2em;
}

/* 2-col grid for home events */
.tdz-events-grid {
    width:100%;
    margin:0;
    padding:0;
    display:grid;
    grid-auto-rows: minmax(50px, auto);
    grid-gap:30px;
    grid-template-columns: repeat(2, 50%);
}

.tdz-events-grid .recurringinfo {
	display: none;
}

.tdz-events-grid a {
	color: #ffffff;
}

.tdz-events-grid a:hover, .tdz-events-grid .entry-title a:hover {
	color: #3ab1b5 !important;
}

@media screen and (max-width:500px) {
    .tdz-events-grid {
        grid-template-columns: repeat(1, 100%);
        grid-auto-rows: auto;
        grid-gap:0;
    }
    .tdz-events-grid .event-title-with-location {
        margin:0 0 20px 15px;
    }
    .tdz-events-grid .entry-title a {
        font-size:1rem;
    }
}

/* Elementor defaults */

.elementor-button.elementor-size-lg {
        border-radius:999px;
        padding:42px 19px 40px;
    margin-top:10px;
}

.elementor-button.elementor-size-md {
        border-radius:999px;
        padding:37px 22px;
    margin-top:10px;
}


.elementor-button.plum {
    background:rgb(149,74,156);
    color:white;
}

.elementor-button.aqua {
    background:rgb(58,177,181);
    color:white;
}

#tribe-events-content #tdz-event-button {
	color: white;
	margin: -10px 0 30px 0;
	padding: 34px 31px;
	line-height: 1.15em;
}

@media all and (max-width:768px) {
	#tribe-events-content #tdz-event-button {
	margin: 16px 20px 30px 20px;
	}
}

/* Astra WooC Container */
@media all and (min-width:769px) {
	.ast-woo-shop-archive .site-content > .ast-container {
		max-width:100%;
	}
}

/* Events Calendar Archive */
.post-type-archive-tribe_events h1.tribe-events-page-title {
	display:none;
}

#tribe-events-content table.tribe-events-calendar {
	background:#ffffff;
}

/* Style recurring totals in cart */

.order-total.recurring-total {
	font-size:1.3rem;
	color:#3ab1b5;
}

/* Woocommerce checkout styles */
.woocommerce-mailchimp-opt-in label, .woocommerce-terms-and-conditions-wrapper label.checkbox {
	line-height:1.2 !important;
}

.woocommerce-mailchimp-opt-in, .woocommerce-terms-and-conditions-wrapper p {
	margin-bottom:16px !important;
}

.woocommerce-input-wrapper .description {
	font-size:12px;
}

#wc-stripe-payment-request-wrapper {
	float:left;
	clear:none !important;
}

.shipping-rate-desc {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 20px;
}

.ast-separate-container .elementor-location-header {
	padding:0;
}

/* Hide 2nd add to cart */
form.cart:nth-of-type(2) {
    display:none;
}

/* Audio and Video category list */

.tdz-sclist {
	list-style:none;
}

.tdz-sclist a {
	color:inherit;
}

.tdz-sclist li {
	margin: 30px 0;
	padding: 20px 20px 20px 0;
	width: 100%;
	background:#f9f9f9;
	display:flex;
	align-items: flex-start;
}

.tdz-sclist li:hover {
	background:#f0f0f0;
}

.tdz-sclist img {
	object-fit: contain;
	margin-top:8px;
	width:300px;
}

.tdz-sclist h3 {
	color:#3ab1b5;
}

.tdz-sclist .tdz-sclist-info {
	padding-left:30px;
}

@media all and (max-width:767px) {
	.tdz-sclist {
		margin-left:0;
	}
}

@media all and (max-width:650px) {
	.tdz-sclist li {
		flex-wrap: wrap;
		padding-left:20px;
	}
	
	.tdz-sclist .tdz-sclist-info {
		padding-left:0;
		margin-top:20px;
	}
}

h2.transcription {
	font-size: 2em;
  margin-bottom: 0.5em;
}

/* Expandable footer on archive pages */

.elementor-20398 {
    position: fixed;
    height:auto;
    max-height:90vh;
    left:200vw;
    bottom:10px;
  z-index: 99;
      -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.elementor-20398.drawer-open {
    left:20px;
    right:90px;
    overflow-y:scroll;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}

@media all and (max-width:480px) {
    .elementor-20398.drawer-open {
        left:0;
        right:0;
    }
}

/******* 
 * Prevent iOS zooming in on input fields 
 * */

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px !important; }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px !important; }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px !important; }
}

/* My Cart menu item */
.menu-item-12868 .dashicons-cart {
	margin-right: 4px;
}

.elementor-109 .elementor-element.elementor-element-8d47006.elementor-column .elementor-column-wrap {
	padding-left: 2px;
}

/* Store notice */
.woocommerce-store-notice, p.demo_store {
	background-color: #954a9c;
}

.easy-notification-bar-button a {
	border-radius: 8px;
}

/* Search and filter */
.searchandfilter > ul {
	text-align: center;
	margin: 0;
	margin-bottom: 1em;
}
.searchandfilter > ul > li * {
	margin: 0;
}
.searchandfilter .sf-field-submit {
	margin-right: 1em;
	display: inline-block;
}
.searchandfilter ul li.sf-field-reset {
    display: inline-block;
}
@media only screen and (min-width: 501px) {
.searchandfilter > ul {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
}
	.searchandfilter > ul > li:not(:last-child) {
		margin-right: 1em;
	}
}
.searchandfilter > ul > li select {
	padding: 0.5em;
	border-radius: 6px;
}
@media only screen and (max-width: 700px) {
	.searchandfilter > ul > .sf-field-taxonomy-vimeo-tag {
		margin-bottom: 15px;
	}
}

/* Tiffany's blog post fixes */
.single-post .elementor-widget-theme-post-content ol p:last-of-type {
    margin-bottom: 0.2rem;
}

.single-post .elementor-widget-theme-post-content h2 {
  padding-bottom: 1.4rem;
}

.single-post .elementor-widget-theme-post-content ol.scripture-list li {
  padding-bottom: 1.9rem;
}

/* Icons for headings */
.teal {
	color: #3ab1b5;
}

.heading-icon .elementor-heading-title:before {
	font-family: "dashicons";
	border: 5px solid;
	border-radius: 50%;
	padding: 5px;
	margin-right: 10px;
}

.heading-icon.icon-2x .elementor-heading-title:before {
	font-size: 1.85em;
  border: none;
}

.heading-icon.block .elementor-heading-title:before {
	display: block;
	line-height: 1;
}

.heading-icon.center .elementor-heading-title:before {
	margin: 0 auto;
}

.heading-icon.read .elementor-heading-title:before {
	content: "\f330";
}

.heading-icon.watch .elementor-heading-title:before {
	content: "\f522";
}

.heading-icon.listen .elementor-heading-title:before {
	content: "\f521";
}

.heading-icon.shop .elementor-heading-title:before {
	content: "\f174";
}

.heading-icon.world .elementor-heading-title:before {
	content: "\f319";
	padding: 6px 3px 4px 7px;
}

.heading-icon.megaphone .elementor-heading-title:before {
	content: "\f488";
}

.heading-icon.plus .elementor-heading-title:before {
	content: "\f132";
}

.heading-icon.chat .elementor-heading-title:before {
	content: "\f125";
}

.heading-icon.eye .elementor-heading-title:before {
	content: "\f177";
}

.heading-icon.pencil .elementor-heading-title:before {
	content: "\f464";
}

.heading-icon.mail .elementor-heading-title:before {
	content: "\f466";
}

.heading-icon.heart .elementor-heading-title:before {
	content: "\f487";
}

/* Hide Select Store link until plugin unhides it */
.select-store-link {
	display: none;
	cursor: pointer;
}

/* Gravity Forms */
.gform_confirmation_message {
    color: #3ab1b5;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
}

/* My Account */
.shop_table.subscription_details .button {
    margin-bottom: 15px;
    margin-right: 10px;
}
.shop_table .wcs-switch-link.button {
	margin-left: 10px;
	text-align: center;
}

/* Hide duplicate suggested price */
.single-product .suggested-price:nth-of-type(2) {
    display: none;
}
.woocommerce.single-product p.price.suggested-price {
	font-size: 1.25rem;
}

/* Fix Elem menu border */
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
	border-left: none;
}