/*
Theme Name: The Christian Working Woman
Version: 1.0
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

@import url("../optik-theme-6/style.css");



/* Add font imports here */

/***  Montserrat  ***/

/* Regular */
@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	src: url('fonts/montserrat/montserrat-regular.woff2');
}

/*Regular Italic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	src: url('fonts/montserrat/montserrat-italic.woff2');
}

/* Medium */
@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	src: url('fonts/montserrat/montserrat-medium.woff2');
}

/* Bold */
@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	src: url('fonts/montserrat/montserrat-bold.woff2');
}

/***  Alice  ***/

/* Regular */
@font-face {
	font-family: 'Alice';
	font-weight: 400;
	src: url('fonts/alice/alice-regular.woff2');
}



/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--dark--2);
}



/***  BACK TO TOP BUTTON  ***/

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--full);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
}

.btt-button:hover [class*="fa"] {
	background-color: var(--wp--custom--primary--light);
	color: white;
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--primary--main);
}

a:hover {
	color: var(--wp--custom--primary--dark);
}



/***  HEADINGS  ***/

h1,
h2,
h3,
h4,
h5,
h6,
.heading-2,
.heading-3 {
	font-weight: bold;
	color: var(--wp--custom--dark--1);
	font-family: var(--wp--custom--font--2);
}

h1 {
	font-size: 3.25em;
}

h2,
.heading-2 {
	font-size: 2.5em;
}

h3,
.heading-3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}

p.has-medium-font-size {
	font-weight: 500;
}

@media screen and (max-width:1200px) {
	h1 {
		font-size: 2.75em;
	}

	h2,
	.heading-2 {
		font-size: 2.25em;
	}
}


@media screen and (max-width:600px) {
	h1 {
		font-size: 2.25em;
	}

	h2,
	.heading-2 {
		font-size: 1.8em;
	}

	p.has-medium-font-size {
		font-size: 1.125em !important;
	}
}

/***  BORDERS & DIVIDERS  ***/

hr,
.divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}



/***  BUTTONS  ***/
.wp-block-buttons {
	gap: var(--wp--custom--spacer--xs);
}

.button,
.wp-block-button__link,
.button-outline,
.is-style-outline .wp-block-button__link {
	padding: 0.75em 1.25em;
	border-color: var(--wp--custom--primary--main);
	border-width: 2px;
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--primary--main);
	color: white;
	font-weight: 500;
}

.has-primary-background-color .wp-block-button__link {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
}

.button.white-button:hover,
.wp-block-button.is-style-white .wp-block-button__link:hover,
.button:hover,
.wp-block-button__link:hover,
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--dark);
	background-color: var(--wp--custom--primary--dark);
	color: white;
}

.button [class*="fa"],
.wp-block-button__link [class*="fa"],
.button:hover [class*="fa"],
.wp-block-button__link:hover [class*="fa"] {
	color: inherit !important;
}

/* Outlined Button */

.button-outline,
.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--dark--1);
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--dark);
	background-color: var(--wp--custom--primary--dark);
	color: white;
}



/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa,
.fas,
.far,
.fal,
.fab {
	color: var(--wp--custom--primary--main);
}

a .fa,
a .fas,
a .far,
a .fal,
a .fab {
	color: var(--wp--custom--primary--main);
}

a:hover .fa,
a:hover .fas,
a:hover .far,
a:hover .fal,
a:hover .fab {
	color: var(--wp--custom--secondary--main);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--primary--main);
}

a .fa-br {
	border-color: var(--wp--custom--primary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--main);
}



/***  LISTS  ***/

.arrow-list li:before,
.check-list li:before,
.check-circle-list li:before,
.icon-list li:before,
.contact-list li:before,
.arrow-list li [class*="fa"],
.check-list li [class*="fa"],
.check-circle-list li [class*="fa"],
.icon-list li [class*="fa"],
.contact-list li [class*="fa"] {
	color: var(--wp--custom--primary--main);
}

[class*="is-style-"][class*="-list"] li::before,
[class*="is-style-"][class*="-list-item"]::before {
	color: var(--wp--custom--primary--dark);
}



/***  FORMS  ***/

/* Inputs */

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select,
.filter-reset {
	border-radius: var(--wp--custom--radius--xs);
	font-size: 16px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
	border-color: var(--wp--custom--primary--main);
}

input.datepicker {
	width: 100% !important;
}

/* Buttons */

input[type="submit"],
input[type="reset"],
input[type="button"],
form button {
	border-color: var(--wp--custom--primary--main) !important;
	background-color: var(--wp--custom--primary--main) !important;
	border-radius: var(--wp--custom--radius--md) !important;
	color: white !important;
	font-weight: 500 !important;
	padding: 1em 1em !important;
	font-size: 1em !important;
}

input[type="Submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
form button:hover {
	border-color: var(--wp--custom--primary--dark) !important;
	background-color: var(--wp--custom--primary--dark) !important;
	color: white !important;
}

input[type="Submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
form button:active {
	border-color: var(--wp--custom--primary--dark);
	background-color: var(--wp--custom--primary--dark);
	color: white;
}





/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
	box-shadow: var(--wp--custom--shadow--1);
}

.scroll-logo {
	max-height: 50px;
}



/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--light--2);
}



/***  HEADER  ***/

.header-logo {
	max-height: 70px;
}

/* Menu Button */

.header .menu-button [class*="fa"],
.header .menu-button:hover [class*="fa"] {
	color: var(--wp--custom--dark--1);
}

.header .menu-button.active [class*="fa"] {
	background-color: var(--wp--custom--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {}



/***  NAV MENUS  ***/

.nav-menu>li>a,
.nav-menu>li>span,
.nav-menu>li>button {
	color: var(--wp--custom--dark--3);
}

.single-post .nav-menu>li.posts-link>a,
.category .nav-menu>li.posts-link>a,
.single-service .nav-menu>li.services-link>a,
.single-career .nav-menu>li.careers-link>a,
.single-resource .nav-menu>li.resources-link>a,
.nav-menu>li.current-menu-ancestor>a,
.nav-menu>li.current-menu-ancestor>span,
.nav-menu>li.current-menu-ancestor>button,
.nav-menu>li.current-menu-item>a,
.nav-menu>li.current-menu-item>span,
.nav-menu>li.current-menu-item>button,
.nav-menu>li:hover>a,
.nav-menu>li:hover>span,
.nav-menu>li:hover>button {
	color: var(--wp--custom--primary--main);
}

/* Nav Button */

.nav-menu>li.nav-button {
	background-color: transparent !important;
}

.nav-menu>li.nav-button>a {
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: white;
}

.nav-menu>li.nav-button>a:hover {
	background-color: var(--wp--custom--primary--light);
}

.nav-menu>li:last-of-type {
	padding-right: 0;
}

.nav-menu>li:last-of-type>a {
	margin-right: 0;
}

/* Dropdowns */

.nav-menu li ul li:first-child {
	padding-top: 8px;
}

.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

.nav-menu li ul>li>a,
.nav-menu li ul>li>span,
.nav-menu li ul>li>button {
	color: var(--wp--custom--dark--3);
}

.single-careers .nav-menu li ul li.careers-link>a,
.nav-menu li ul li.current-menu-item>a,
.nav-menu li ul li.current-menu-item>span,
.nav-menu li ul li.current-menu-item>button,
.nav-menu li ul li:hover>a,
.nav-menu li ul li:hover>span,
.nav-menu li ul li:hover>button {
	color: var(--wp--custom--primary--main);
}

/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -8px;
}



/***  HIDDEN NAV  ***/

.hidden-menu li a {
	color: var(--wp--custom--dark--3);
}

.hidden-menu li.current-menu-item>a {
	color: var(--wp--custom--primary--main);
}





/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  BANNER  ***/

.banner {
	background-color: white;
	color: var(--wp--custom--dark--1);
}

.banner:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 80%);
	visibility: visible;
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--sm);
	align-items: flex-end;
	max-width: 900px;
	z-index: 1;
}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}


.banner h1 {
	color: var(--wp--custom--primary--main);
}

.banner a {
	color: var(--wp--custom--primary--main);
	border-bottom: 1px dotted;
}

.banner a:hover {
	color: var(--wp--custom--secondary--main);
	border-bottom-style: solid;
}

.banner .deck-wrap {
	margin-top: 20px;
}

.custom-banner {
	min-height: calc(100vh - 100px) !important;
}

.custom-banner h1 {
	color: var(--wp--custom--primary--main);
}



/***  HEADLINE BAR  ***/

.headline-bar {}



/***  ENTRY NAVBAR  ***/

.entry-menu>li>a {
	color: var(--wp--custom--dark--3);
}

.entry-menu>li.current-menu-item>a,
.entry-menu>li:hover>a {
	color: var(--wp--custom--primary--main);
}



/***  MAIN  ***/

.main {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link,
.entry-cols .entry-box {
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--light--2);
	overflow: hidden;
	color: var(--wp--custom--dark--2);
	height: 100%;
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
}

.entry-cols .entry-icon-wrap:first-child {
	padding: 30px 30px 0;
}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--main);
}

.entry-cols .entry-text-wrap {
	padding: 30px;
}

.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 80px;
}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {
	color: var(--wp--custom--primary--main);
}

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--primary--light);
}

.entry-date {
	text-transform: uppercase;
	font-size: .85em;
	font-weight: 500;
	opacity: .6;
	margin-bottom: 10px;
}

/*video cols*/
.videos iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

/*broadcast-cols*/
.broadcast-cols a.has-audio {
	padding-bottom: 60px;
}

.broadcast-cols a.has-audio .entry-text-wrap {
	
    padding-bottom: 10px !important;
}

.broadcast-cols audio {
	border: 1px solid var(--wp--custom--dark--2);
	border-radius: var(--wp--custom--radius--md);
	margin: 20px 0 10px;
	width: 100%;
}

/*members*/
.member-cols.member-full-false .member-box{
    border-radius: var(--wp--custom--radius--md);
    background-color: var(--wp--custom--light--2);
    overflow: hidden;
    padding: var(--wp--custom--spacer--xs);
}
.member-cols .member-portrait{width:100%;}

.member-cols.no-position .member-position{display:none!important;}

.member-full-overlay .member-box{transition: all 300ms ease-in-out;}

.member-full-overlay .member-box:hover{transform: translateY(-3px);}


/* Archive Pagination */

.archive-pagination a,
.archive-pagination .prev-entries-link,
.archive-pagination .next-entries-link {
	border-radius: var(--wp--custom--radius--md);
	padding: 0.5em 1.5em;
	border: 1px solid var(--wp--custom--light--1);
	color: var(--wp--custom--primary--main);
}

.archive-pagination a:hover {
	border-color: var(--wp--custom--primary--dark);
	color: var(--wp--custom--primary--dark);
}

.archive-pagination a [class*="fa"],
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.pagination .page-numbers {
	padding: 0;
	border: unset;
}

.pagination .prev-entries-link {
	margin-right: 20px;
}

.pagination span.disabled{
	opacity:.5;
    pointer-events: none;
    cursor: not-allowed;
}

.pagination .next-entries-link {
	margin-left: 20px;
}

.video-navigation {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.video-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

.video-navigation .nav-previous,
.video-navigation .nav-next {
	max-width: 48%;
}

.video-navigation .nav-next {
	text-align: right;
	margin-left: auto;
}

.video-navigation i {
	margin: 0 5px;
}

/***  SINGLE  ***/

.single-broadcast audio {
	width: 100%;
}

/*** ARCHIVE ***/
.post-type-archive-broadcast .archive-navbar {
	padding-top: 0;
	padding-bottom: 40px;
}

.post-type-archive-broadcast .archive-navbar button {
	height: auto;
}



/*navbar*/
.entry-navbar button {
	height: auto;
	padding: .75em 1em !important;
}

.entry-navbar .navbar-filter-group input {
	width: auto;
	min-height: unset;
	height: auto;
}

/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: 0;
	padding-bottom: 0;
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
}

.cta-bar .container {
	max-width: unset;
}


.cta-bar h1,
.cta-bar h2,
.cta-bar h3,
.cta-bar h4,
.cta-bar h5,
.cta-bar h6 {
	color: var(--wp--custom--dark--1);
}




/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: white;
	font-size: 0.9em;
}

.footer a {
	color: var(--wp--custom--dark--2);
}

.footer a:hover {
	color: var(--wp--custom--primary--main);
}

.footer-main-group>.wp-block-group:first-of-type {
	width: 100%;
}

@media screen and (max-width:900px) {
	.footer-main-group {
		flex-direction: column;
	}

	.footer-main-group>.wp-block-group:last-of-type {
		justify-content: space-between;
		width: 100%;
	}
}

@media screen and (min-width:901px) {
	.footer .menu li a {
		white-space: nowrap;
		display: inline-block;
	}
}

@media screen and (max-width:600px) {

	.footer-main-group>.wp-block-group:last-of-type {
		flex-direction: column;
		gap: 20px;
	}
}

.footer-main-group p.has-medium-font-size {
	white-space: nowrap;
}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--light--2);
	font-size: 0.9em;
}

/* Menus */

.bottom-bar .menu a {
	color: var(--wp--custom--dark--3);
}

.bottom-bar .menu a:hover {
	color: var(--wp--custom--primary--main);
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

/* Add custom theme styles here */



/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading,
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--main);
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading,
.icon-cards .wp-block-column:hover .wp-block-heading a,
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

.icon-cards .wp-block-outermost-icon-block {
	justify-content: center;
}

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}

/*social-icons*/
.social-icons .wp-block-outermost-icon-block a {
	transition: transform .1s ease !important;
}

.social-icons .wp-block-outermost-icon-block a:hover {
	transform: scale(1.1) !important;
}

/*boxed-cols*/
.boxed-cols>.wp-block-column,
.boxed-group {
	background-color: var(--wp--custom--primary--light);
	border-radius: var(--wp--custom--radius--md);
	padding: var(--wp--custom--spacer--sm);
	box-shadow: var(--wp--custom--shadow--1);
    overflow:hidden;
}

/*testimonials-box*/
.testimonials-box {
	background-color: var(--wp--custom--primary--light);
	padding: var(--wp--custom--spacer--sm);
	box-shadow: var(--wp--custom--shadow--1);
	border-radius: var(--wp--custom--radius--md);
}

.testimonials-box .swiper-wrapper{
    align-items: center!important;
}

/*center-cols*/
.coaching-process-cols .wp-block-column {
	overflow: hidden;
}

.center-cols>.wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 335px;
}

.coaching-process-cols .wp-block-ota-flipcard,
.coaching-process-cols .ota-flipcard-inner,
.coaching-process-cols .ota-flipcard-inner>.wp-block-cover.ota-flipcard-back {
	height: 100%;
}

@media screen and (max-width:1024px) {
	.coaching-process-cols .ota-flipcard-inner>.wp-block-cover.ota-flipcard-back {
		align-items: flex-start;
	}
}



/*link-cards*/
.link-cards>.wp-block-column {
	transition: all 300ms ease-in-out;
}

.link-cards>.wp-block-column:hover {
	transform: translateY(-3px);
	box-shadow: var(--wp--custom--shadow--2);
}

.link-cards>.wp-block-column:has(.link-text) {
	position: relative;
	padding-bottom: 80px;
}

.link-cards>.wp-block-column .link-text {
	position: absolute;
	bottom: 30px;
	max-width: calc(100% - 60px);
}

/*gradient variables*/
.wp-block-cover:has(.has-banner-fade-gradient-background),
.wp-block-cover:has(.has-banner-fade-2-gradient-background) {
	color: var(--wp--custom--dark--1);
}

@media screen and (min-width:1201px) {

	.wp-block-cover .has-banner-fade-gradient-background,
	.wp-block-cover .has-banner-fade-2-gradient-background {
		opacity: .8 !important;
	}
}

@media screen and (max-width:1200px) {

	.wp-block-cover .has-banner-fade-gradient-background,
	.wp-block-cover .has-banner-fade-2-gradient-background {
		background-color: white !important;
	}
}

/*custom-cta*/
.custom-cta .wp-block-cover {
	height: 100%;
}

.custom-cta .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.custom-cta .wp-block-column:last-of-type {
	overflow: hidden;
	border-top-right-radius: var(--wp--custom--radius--md);
	border-bottom-right-radius: var(--wp--custom--radius--md);

}

@media screen and (max-width:900px) {
	.custom-cta .wp-block-column:last-of-type {
		border-top-right-radius: 0;
		border-bottom-left-radius: var(--wp--custom--radius--md);
	}
}

.ctct-form-custom h2.ctct-form-header {
	opacity: 1 !important;
	font-family: var(--wp--custom--font--2) !important;
}

/*tabs*/
.ota-orientation-top .ota-tabs-nav,
.ota-orientation-top .ota-tabs-nav-preview {
	border-bottom: unset;
}

.ota-tabs-nav {
	margin-bottom: 20px;
}

.ota-tab-btn {
	font-family: var(--wp--custom--font--2);
	font-size: 1.5em;
	padding: .5em;
	background-color: var(--wp--custom--light--2);
	color: var(--wp--custom--primary--main);
	border-top-left-radius: var(--wp--custom--radius--md);
	border-top-right-radius: var(--wp--custom--radius--md);
}

@media screen and (max-width:900px) {
	.ota-tab-btn {
		font-size: 1.2em;
		padding: .75em .5em;
	}
}

.ota-tab-btn:hover {
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
}

.ota-tab-btn.is-active,
.ota-nav-item.is-active {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

/*read-more*/
details.read-more summary{
background-color:unset;
padding:0;
}

details.read-more summary:hover{
color:var(--wp--custom--primary--main);!important;
}
details.read-more[open] summary,
details.read-more summary:after{display:none;}

/*video-slider*/
.video-slider .wp-block-cover{
	min-height:178px;
    padding:0;
}

.video-slider .video-popup-wrapper::after{
    font-size: 3.625em;
    color: var(--wp--custom--primary--light);
}

.video-slider .swiper{
	padding-bottom:10px;
}

.video-slider .swiper-pagination{
    bottom: -5px;
}

#donation-form input[type="checkbox"],
#donation-form input[type="radio"]{margin-right:10px;}

@media screen and (max-width:900px){
    .wp-block-column{
        flex-basis:100%!important;
    }
}