/*
Theme Name: Retro Time 2.0
Theme URI: https://www.retrotimepodcast.com
Author: Jeremy Miller
Author URI: http://themeforest.net/user/2035themes/portfolio
Description: Podcast/Audio WordPress Theme
Version: 1
Template: fastcast
Text Domain: fastcast-child
Tags: two-columns
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.nav ul li {
	margin-right: 13px;
	padding: 0 13px 0 0;
}

button.pswp__button, 
button.pswp__button--arrow--left::before, 
button.pswp__button--arrow--right::before, 
button.pswp__button:hover 
{border-color: transparent !important;}

.post-text:last-child:after {
	display: none;
}
.full {clear: both}

a, button, input {
    transition: all 0.2s linear;
}
a:hover {
	opacity:.86;
	text-decoration: underline;
}

/* ---- Newsletter ---- */
.newsletter-widget {
	position: relative;
}

.newsletter-widget .ajax-loader {
	position: absolute;
    top: 11px;
    right: 67px;
    visibility: hidden;
    background-color: rgba(255,255,255,.25);
    border-radius: 100%;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: center center;
}

.dark .wpcf7 .newsletter-widget input[type="submit"] {
	font-size: 0px !important;
	top: 0;
	background: transparent !important;
}

div.wpcf7-response-output {
    margin: .5em 0 0;
}


/* ----- About the Show ----- */

.about-show .host-box {
	margin-left: auto;
	margin-right: auto;
}

.about-show .host-box .host-introduce {
	padding: 20px 0px 15px;
	background: none;
	box-shadow: none;
}


.about-show .host-listing {
	margin-bottom: 0;
}
.about-show .host-card {
    display: flex;
    flex-direction: column;
}
.about-show .host-card > div {
    padding: 15px;
    background: rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 -4px 13px 0 rgba(10, 4, 16, 0.2);
    box-shadow: 0 -4px 13px 0 rgba(10, 4, 16, 0.2);
    border-radius: 7px;
}

.about-show .host-card > div + div {
    margin-top: 15px;
}
.page-template-page-deep-dive .cat-title h2 {
	line-height: 1;
}
.featured-div {
	background-color: rgba(255,255,255,.05);
	border-radius: 10px;
	text-align: center;
	float: none !important;
}

@media (min-width: 1200px) {
	.width-auto {
		width: auto !important;
	}
	.featured-div {
		margin-left: -117px;
		margin-right: -117px;
	}
}
@media (min-width: 720px) {
	.single-post-image {
		margin-left: -117px;
    	margin-right: -117px;
	}
	
	.wp-block-quote.is-style-large.pull-left {
		float: left;
		width: 50%;
		margin-top: 20px;
		margin-right: 40px;
		margin-left: -117px;
	}
	.wp-block-quote.is-style-large.pull-right {
		float: right;
		text-align: left;
		width: 50%;
		margin-top: 20px;
		margin-left: 40px;
		margin-right: -117px;
	}
    .about-show .host-card {
        flex-direction: row;
    }
   .about-show .host-card > div + div {
        margin-top: 0;
        margin-left: 15px;
    } 
	.related-content {
		display: flex;
	}
	.related-content > div {
		width: 50%;
		padding-right: 25px;
		margin: 25px 0;
	}
	.related-content > div + div {
		padding-left: 25px;
		padding-right:0;
	}
}
/* ---- CF7 ----  */

.required {
    font-size: 80%;
    font-style: italic;
    font-weight: 100;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-response-output {
	margin: 10px 0;
}
.wpcf7 label {
	display: block;
	font-weight: 600;
	font-family: Metropolis;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.woocommerce .input-text[placeholder]:focus::-webkit-input-placeholder,
.dark .wpcf7 input[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce input:not([type='checkbox']):not([type='radio']), 
.woocommerce select, 
.dark .wpcf7 input, .dark .wpcf7 select, 
.dark .wpcf7 textarea, 
.woocommerce textarea, 
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.select2-container--default .select2-selection--single,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	height: 45px;
	padding: 0 14px;
	border: 0;
	border-radius: 3px;
	width: 100%;
	background: rgba(225, 225, 225, 0.1);
	font-family: PT Serif;
	font-size: 16px;
    font-weight: normal;
    letter-spacing: initial;
}
.woocommerce table.cart td.actions .coupon .input-text+.button {
	width: 100%;
	margin-top: 10px;
}
.woocommerce-page table.cart td.actions .coupon {
	border-bottom: 2px solid rgba(255,255,255,.1);
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 45px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-results__option {
    padding-left: 8px;
    padding-right: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(255,255,255,.25);
    background: transparent;
    color: #ffffff;
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background: #3adaae ;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted {
    background: rgba(255,255,255,.25);
}
.select2-container--default .select2-results__option[aria-selected=true]:focus,
.select2-container--default .select2-results__option[data-selected=true]:focus {
    outline: none;
    box-shadow: inset 0 0 2px 1px rgba(255,255,255,.4);
}

.select2-dropdown {
    border-color: transparent;
    background: #362F38;
    color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}

.dark .wpcf7 textarea,
.woocommerce textarea,
.woocommerce form .form-row textarea.input-text, 
.woocommerce-page form .form-row textarea.input-text {
    height: 100px;
    padding: 8px 14px;
}

.dark .wpcf7 textarea {   
	padding: 10px 14px;
	height: initial;
}
.dark .wpcf7 input[type="submit"] {
    border: 0;
    float: right;
	padding: 8px 18px;
    font-weight: 600;
    text-transform: uppercase;
   	font-size: 13px;
    letter-spacing: 0.7px;
    border-radius: 3px;
	width: initial;
	color: #222;
}

.contact .wpcf7 p {
	margin-bottom: 25px;
}
/* ----- Post Design ----- */

.dark .podcast-container .podcast-box.border {
	border: none !important;
}

.podcast-container .podcast-box.regular:not(.clean) {
	margin-bottom: 0;
}
.podcast-container .podcast-box.regular:not(.clean) + .podcast-box.regular:not(.clean) {
	margin-top: 20px;
}
.podcast-post-excerpt p {
    font-size: 22px;
}

.post-text:last-child:after {display: none !important;}
.podcast-subscribe-buttons ul li.podcast-download {display: none;}

/* ----- Shopping Cart ----- */

/* Animation For Menus */
@keyframes ProMoveUp {
	from { }
	to { transform: translateY(0px); opacity: 1;  }
}

@keyframes ProMoveOut {
	from { visibility:visible; opacity:1; }
	to {  opacity: 0; visibility:hidden; }
}

.season-link {
    padding: 0 20px 0 0px;
}

.site-header-cart {
    position: relative;
    
}

.site-header-cart .cart-icon {
    padding: 0 0 0 20px;
    position: relative;
    display: block;
    height: 76px;
    line-height: 76px;
}

.site-header-cart span.cart-count {
    display: none;
	position: absolute;
    border-radius: 16px;
    text-align: center;
    display: block;
    right: -12px;
    top: 20px;
    background: #3adaae ;
    color: #ffffff;
    font-family: Metropolis, Helvetica, Arial, sans-serif;
    font-weight: 900;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    letter-spacing: 0px;
}

body .site-header-cart .widget_shopping_cart {
	opacity:0;
	visibility:hidden;
	background: #111111;
}

body .site-header-cart .widget_shopping_cart {
	animation-duration:200ms;
	animation-name: ProMoveOut;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

body .site-header-cart:hover .widget_shopping_cart {
	transform: translateY(20px);
	opacity:0;
	visibility:visible;
	animation-duration:250ms;
	animation-name: ProMoveUp;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	left: initial;
}

body .site-header-cart .widget_shopping_cart {
	position:absolute;
	width:308px;
	right:0px;
	margin:0px;
	padding:20px 24px 20px 24px;
	z-index:15;
	left: initial;
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart{
	list-style:none;
	margin: 0px;
	padding: 0px;
	display: flex;
    flex-direction: column;
    height: auto;
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart li {
	border-bottom:1px solid rgba(255,255,255, 0.08);
	padding:0 0 15px 0;
	position:relative;
	min-height:50px;
	overflow:hidden;
	display: flex;
    flex-direction: row;
    align-items: center;
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart li + li {
    padding-top: 15px;
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart li a:first-child {
    display: flex;
    flex-direction: row;
    padding:0px;
	flex-grow: 2;
	align-items: center;
	padding: 5px 0;
	line-height: 1.1;
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart li img {
    float: none;
	width:50px;
	max-width: 50px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-right: 10px;
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart .progression-cart-small-text {
	margin-left: 0;
	position:relative;
	margin-right:10px;
	vertical-align: middle;
	display: inline-block;
	color: #ffffff;
}
.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart li h6 {
	font-size:15px;
	line-height:1.2;
	padding-top:5px;
	margin-bottom:0px;
	background:none !important;
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart li a {
	
	
}
.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart li a,
.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart li a:hover {
	background:none;
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart .progression-cart-small-text dl {
	margin:0px;
	padding:0px;
}
.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart .progression-cart-small-text dd p {
	display:inline;
	margin:0px;
	padding:0px;
}
.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart .progression-cart-small-text dd, 
.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart .progression-cart-small-text dt {
	display:inline;
	font-size:11px;
	opacity:0.7;
	margin:0px;
	padding:0px;
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart .quantity {
	font-size:11px;
	opacity:0.7;
}

.woocommerce a.remove {
	display: block;
    font-weight: 400;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
	border-radius: 0;
	height: 16px;
	width: 16px;
	line-height1;
}

.woocommerce a.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: 'FontAwesome';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f057";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #737781;
    line-height: 1;
    text-indent: 0;
    text-align: center;
	
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart a.remove-cart-header {
	font-size: 16px;
	min-width: 16px;
	color: rgba(255,255,255, .75) !important;
	position: relative;
}

.site-header-cart .widget_shopping_cart ul.woocommerce-mini-cart li.empty {
	padding-top:16px;
	padding-bottom:16px;
	min-height:0px;
}


.site-header-cart .widget_shopping_cart .progression-sub-total {
	float:right;
	padding:6px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
}

.site-header-cart .widget_shopping_cart .progression-sub-total span.total-number-add {
	font-weight:700;
}


.site-header-cart .widget_shopping_cart a.cart-button-header-cart {
	display:block;
	float:left;
	text-align:center;
	background:none;
	line-height:1;
	position:relative;
	padding:10px 14px;
	text-transform:uppercase;
	font-size:11px;
	border-radius:60px;
	margin-bottom:15px;
}

.header .widget_shopping_cart a.cart-button-header-cart i {
	padding-left:6px;
}

body header .header .widget_shopping_cart a.cart-button-header-cart:hover {
	color:#ffffff;
}


.header .woocommerce .widget_shopping_cart .total, 
.header .woocommerce.widget_shopping_cart .total {
    font-size: 14px;
    border-top: none;
    text-align: center;
    font-family: Metropolis !important;
    padding: 10px 0;
}

.header .woocommerce-mini-cart__buttons {
    display: flex;
}

.header .woocommerce .widget_shopping_cart .buttons a, 
.header .woocommerce.widget_shopping_cart .buttons a {
    display: block;
    margin: 0;
    flex-grow: 1;
    text-align: center;
    font-size: 13px;
    min-height: auto;
}

.header .woocommerce .widget_shopping_cart .buttons a + a, 
.header .woocommerce.widget_shopping_cart .buttons a + a {
    margin-left: 5px;
}

.single_add_to_cart_button {height: 45px;}

.header .woocommerce.widget_shopping_cart .buttons a.checkout {
    background: #3adaae ;
    border-color: #3adaae ;
    color: #222222;
}
.dark .editor-styles-wrapper a, 
.dark .editor-styles-wrapper .woocommerce a:not(.button) {
    color: #3adaae ;
}

.woocommerce button.primary,
.woocommerce button.button.alt {
    background-color :#3adaae ;
    color: #222222;
}

.woocommerce button,
.woocommerce button.button,
.woocommerce .button,
.woocommerce a.button,
.wp-block-button__link {
    font-family: Metropolis !important;
    background-color: transparent;
    color: #3adaae ;
    border: 2px solid #3adaae ;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    border-radius: 3px;
    line-height: 1.5;
}

.woocommerce button.button:hover,
.woocommerce .button:hover,
.woocommerce a.button:hover, 
.wp-block-button__link:hover {
    opacity: .85;
}

.woocommerce button.button.alt:hover {
    color: #222222;
    background-color: #3adaae ;
}

.woocommerce .button.borderless,
.woocommerce a.button.borderless, 
.header .woocommerce.widget_shopping_cart .buttons a:first-child{
    border-color: transparent;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #3adaae ;
    border-color: #3adaae ;
    color: #222222;
}

div.product p.price, .woocommerce div.product span.price {
	font-family: Metropolis !important;
}
.woocommerce ul.products li.product .price, 
.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.woocommerce div.product .stock {
    color: #3adaae ;
}
.single-product .stock, .woocommerce .product_meta {
    display: none;
}
.single-product .site-container.page-text {
    padding: 0 0 100px;
}

.woocommerce-product-details__short-description p + p {
	margin-top: 14px;
}

.woocommerce div.product form.cart {
    padding-top: 20px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: rgba(60, 50, 62, .75);
    color: #ffffff;
    margin-left: 0 !important;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
}

.woocommerce-error:before {
    content:"\f06a";
}
.woocommerce-info:before {
    content:"\f05a";
 }
.woocommerce-message:before {
    content:"\f00c";
}

/* Checkout */

.woocommerce .woocommerce-customer-details address {
    border: none;
    padding-left: 0;
}

.woocommerce-checkout .site-container,
.woocommerce-account .site-container,
.woocommerce-cart .site-container {
    width: 100%;
}
.woocommerce table.shop_table td {
    border-bottom: none !important;
    border-right: none;
    border-left: none;
    border-top: none;
}

#customer_details > div {
    width: 100%;
    float: none;
}

.woocommerce .quantity .qty {
    text-align: left;
}
.woocommerce-cart table.cart td.product-quantity .quantity .input-text {
	width: auto;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: static;
    margin-left: 0;
}

#ship-to-different-address .checkbox {margin: 0;}

.woocommerce form.checkout_coupon, 
.woocommerce form.login,
.woocommerce form.register,
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #1c171d;
    border: none;
}
.woocommerce table.shop_table {
	border: none;
}

.woocommerce table.shop_table th {
    font-family: Metropolis, helvetica, sans-serif;
}

.woocommerce table.shop_table tfoot td, 
table tbody tr:first-child td.product-name,
table tbody tr:first-child td.product-total {
    font-weight: initial;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th {
    background: rgba(0,0,0,.1);
    border-right: none;
    border-left: none;
}

#wcpay-card-element {
    border-radius: 3px;
    border: none !important;
}

.blockUI.blockOverlay {
    background: #251A25 !important;
} 

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 18px;
    background: #3adaae ;
    color: #222222;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background: #3adaae ;
}

.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover {
    background-color: initial;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled,
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    border-color: initial;
}

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals str th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 2px solid rgba(255,255,255,.1);
    border-bottom: none;
}

.cart-subtotal td {
    border-bottom: none;
}

.season-hover .seasons-title ul li a {
	font-size: 14px;
}

.woocommerce-account .addresses .title h3 {
    margin-top: 0;
}

.woocommerce-account .addresses .title .edit {
    
}

.woocommerce a.added_to_cart {
    display: block;
}
/* ----- My Account ----- */

@media (max-width: 768px) {
	.woocommerce table.shop_table td {
		padding-left: 0;
		padding-right: 0;
	}
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, 
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
	.woocommerce table.shop_table_responsive tr + tr,
	.woocommerce-page table.shop_table_responsive tr + tr {
		border-top: 2px solid rgba(255,255,255,.1);
		padding-top: 25px;
		margin-top: 25px;
	}
    .woocommerce ul.order_details li {
        display: block;
        margin-right: 0;
        padding-right: 0;
        float: none;
        border: none;
    }
    .woocommerce ul.order_details li + li, .woocommerce ul.order_details li:last-of-type {
        padding-top: 15px;
        margin-top: 15px;
        border-width: 1px 0 0;
        border-top: 1px dashed #d3ced2;
    }
	.woocommerce #content table.cart .product-thumbnail, 
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
	}
	.woocommerce #content table.cart .product-thumbnail a, 
	.woocommerce table.cart .product-thumbnail a, 
	.woocommerce-page #content table.cart .product-thumbnail a, 
	.woocommerce-page table.cart .product-thumbnail a {
		display: block;
		text-align: center;
	}
	.woocommerce table.shop_table_responsive tr td.product-thumbnail:before, 
	.woocommerce-page table.shop_table_responsive tr td.product-thumbnail:before {
		content:"";
	}
	#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
		width: 82px;
		box-shadow: none;
	}
	
}
.woocommerce table.shop_table td.product-remove {
	position: relative;
	padding: 0;
	line-height: 1;
}
table.cart td.product-remove a.remove {
    position: absolute;
    font-size: 1.41575em;
    top: 0;
    right: 0;
	width: 22px;
    height: 22px;
	line-height: 1;
}
table.cart td.actions {
	padding-left: 0;
	padding-right: 0;
}
table.cart td.actions input {
    display: block;
	width: 100%;align-content
}


@media (min-width: 768px) {
    .woocommerce ul.order_details li {
        margin-bottom: 20px;
    }
	.woocommerce table.shop_table td.product-remove {
		padding: 9px 12px;
	}
	table.cart td.product-remove a.remove {
		float: none;
		position: relative;
		top: auto;
		right: auto;
		font-size: 1em;
		height: auto;
		with: auto;
	}
    form.woocommerce-checkout {
        display: flex;
        flex-direction: row;
    }
    form.woocommerce-checkout > div {
        width: 50% !important;
    }
	.woocommerce-page table.cart td.actions .coupon {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
    
    form.woocommerce-checkout > div:first-child {
        padding-right: 10px;
    }
    form.woocommerce-checkout > div:last-child {
        padding-left: 10px;
    }
    .logged-in.woocommerce-account .woocommerce {
        display: flex;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 20%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: calc(80% - 30px);
    }
    .woocommerce-MyAccount-content .form-row-first {
        float: left;
        margin-right: 7.6923076923%
    }
    
    .woocommerce-MyAccount-content .form-row-last {
        width: 53.8461538462%;
        float: right;
        margin-right: 0
    }
	table.cart td.actions input {
		display: inline-block;
		width: auto;
		margin: 0;
	}
	table.cart td.actions input {
		display: inline-block;
		width: auto;
		margin: 0;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 170px;
	}
	.woocommerce table.cart td.actions .coupon .input-text+.button {
		width: auto;
		margin-top: 0;
	}
	.woocommerce-cart table.cart td.product-quantity .quantity .input-text {
		width: 100%;
	}
	
	.woocommerce table.shop_table td {
		border-bottom: none !important;
		border-right: none;
		border-left: none;
		border-top: 2px solid rgba(255,255,255,.1);
	}

}


.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    font-family: Metropolis;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 30px;
    letter-spacing: 0.7px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    margin-right: 0;
    flex-grow: 2;
}




table.my_account_orders {
    font-size: .875em
}

.addresses header.title:after,
.addresses header.title:before {
    content: "";
    display: table
}

.addresses header.title:after {
    clear: both
}

.addresses header.title a {
    float: right;
    overflow: hidden
}

.addresses header.title h3 {
    float: left
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    padding: .875em 0;
    display: block
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: "fontawesome";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f15c";
    line-height: 1.618;
    margin-left: .5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .25;
    font-size: 90%;
}

.woocommerce-MyAccount-navigation ul li + li {
    border-top: 1px solid rgba(255,255,255,.1);
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f3fd"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f021"
}

.my_account_orders .button.view:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: "fontawesome";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f06e";
    margin-left: .5407911001em
}
.woocommerce-orders-table__header-order-actions {
    text-align: right;
}
.woocommerce-PaymentMethod--actions,
.woocommerce-orders-table__cell-order-actions{
    text-align: right;
    font-size: 80%;
}

.woocommerce a.button.delete {
    color: #b81c23 ;
    border-color:transparent;
}

.woocommerce a.button.delete:hover {
    background-color: #b81c23 ;
    border-color: #b81c23 ;
    color: #222222;
}


.woocommerce-password-strength {
    font-weight: 600;
    padding: .5407911001em 0;
    text-align: center;
    font-size: .875em;
    border-radius: 3px;
    margin-top: 5px;
}

.woocommerce-password-strength.strong {
    color: #0f834d
}

.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
    color: #e2401c
}

.woocommerce-password-strength.good {
    color: #3d9cd2
}

/*----- Blog ------ */


blockquote cite, .wp-block-quote .wp-block-quote__citation {
	font-weight: unset;
	letter-spacing: unset;
}
.single .monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-alpha {
    background-color: rgba(225, 225, 225, 0.1);
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-alpha .monsterinsights-inline-popular-posts-label {
	color: #ffffff;
}

.blog-cta {
    margin-top: 50px;
    margin-bottom: 50px !important;
	padding: 30px 30px;
    background: rgba(255,255,255,.05);
    border-radius: 10px;
}

.uagb-cta__outer-wrap .uagb-cta-with-svg {
    height: 20px;
    width: 20px;
}

.wp-block-quote.is-style-large {
    padding: 25px 40px;
    font-size: 16px;
}

.site-content .uagb-post__inner-wrap {
	background: none !important;
}
    
.single h1 {
    font-size: 6vh;
	margin: 25px 0 10px;
    line-height: 6.6vh;
    font-weight: 600;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-elements {
    font-size: 18px;
}
.post-elements .date {
    opacity: 0.7;
}
.single-post-image {
	margin-top: 60px;
	margin-bottom: 60px;
}

.post-excerpt {
	line-height: 1.5;
	margin-top: 30px;
}

.post-excerpt p {
    font-size: 22px;
	margin-bottom: 15px;
}

p.image-credit {
    margin-top: -50px;
}

.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap {
	color: inherit;
}

.uagb-icon-list-repeater .uagb-icon-list__source-icon {
	color: inherit;
}

.uagb-icon-list-repeater .uagb-icon-list__source-icon svg {
	fill: #ffffff !important;
}

.fastcast-comments {display: none;}
.uagb-post-grid .uagb-post-grid-byline {
	text-transform: initial;
	letter-spacing: initial;
}
.wp-block-button__link {
	padding: 8px 18px;
	font-size: 13px;
}
.related-items {
	padding: 50px 0 0;
}
.related-content > div {
	margin: 25px 0 0;
}
.related-items--single h5 {
	margin: 10px 0 0;
}
.related-items--single h5 a {
	color: #3adaae;
}
section.related.products {
	clear: both;
	padding-top: 45px;
}
section.related.products > h2 {
	margin-bottom: 15px;
}

.dark .woocommerce-product-details__short-description a {
    color: #3adaae;
}
.woocommerce section.related.products ul.products li.product h2.woocommerce-loop-product__title {
    line-height: 1.1;
    padding-top: 0;
}
.woocommerce ul.products li.product .price {
	line-height: 1;
}

.woocommerce ul.products li.product .button {
    margin-top: 7px;
    font-size: 13px;
}

/* ----- Podcast Listing ----- */
.pagination {
	margin-top: 40px;
}
.editor-styles-wrapper li + li {
    margin-top: 10px;
}
.editor-styles-wrapper .podcast-subscribe-buttons li + li {
	margin-top: 0;
}
.editor-styles-wrapper ul, 
.editor-styles-wrapper ol {
	margin-bottom: 15px;
}
@media only screen and (max-width: 468px) {
	.podcast-container .podcast-image {
		height: unset;
	}
	.podcast-container .podcast-box-listing.regular .podcast-image {
		margin: 20px;
	}
	.podcast-container .podcast-box {
		/*flex-direction: column;*/
	}
}
.podcast-container .podcast-box {
	align-items: start;
}

.grecaptcha-badge { visibility: hidden; }