/*
Theme Name: Navajo County Library District History
Version: 1.0
Theme URI: https://cyberoptik.net/
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: https://cyberoptik.net/
Template: optik-theme
*/





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

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



/* Add font imports here */

/***  Poppins  ***/ 

/* Regular */
@font-face {
	font-family: 'Poppins';
	font-weight: 400;
	src: url('fonts/poppins/poppins-light.woff2');
}

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

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

/***  PlayFairDisplay  ***/ 

/* Regular */
@font-face {
	font-family: 'PlayFairDisplay';
	font-weight: 400;
	src: url('fonts/playfairdisplay/playfairdisplay-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);
}

body:after{
    content: '';
	position: fixed;
	z-index: -1;
    background-image: url(/wp-content/uploads/seal.png);
    background-size: 300px;
    background-position: center;
	background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .05;

}

i[class*="fa-"] { font-style: normal !important; }

.skip-to {
	background-color: black;
	color: white;
}

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

.btt-button .fa {
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
}

.btt-button:hover .fa {
	background-color: var(--wp--custom--primary--light);
	color: white;
}





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



/***  TEXT & LINKS  ***/

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

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


.main a:not([class]) { 
	border-bottom: 1px dotted var(--wp--custom--secondary--main); 
	text-decoration: none;
}
 
.main a:not([class]):hover { border-bottom: 1px solid var(--wp--custom--primary--main); }

/***  HEADINGS  ***/

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

h1 {
	font-size: 5em;
}

@media screen and (max-width: 900px) {
	h1 { font-size: 3.3em; }
	
	.banner h1 { font-size: 2.5em; }
}

h2 {
	font-size: 3.1428571428571em;
}

@media screen and (max-width: 900px) {
	h2 { font-size: 2.3em; }
}

h3 {
	font-size: 1.7142857142857em;
}

h4 {
	font-size: 1.4285714285714em;
}

h5 {
	font-size: 1.0714285714286em;
}

h6 {
	font-size: 1.1428571428571em;
}



/***  BORDERS & DIVIDERS  ***/

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



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.75em 2.25em;
	border-color: var(--wp--custom--primary--dark);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--dark);
	font-weight: 600;
	color: white;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
	transform: translateY(-3px);
}

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

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

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

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

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


/* OUTLINED BUTTONS */

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

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	background: none;
	border-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--secondary--main);
}

/*secondary*/
.secondary-button.button-outline, 
.secondary-button.is-style-outline .wp-block-button__link {
	color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--main);
}

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

/*white*/
.white-button.button-outline, 
.white-button.is-style-outline .wp-block-button__link {
	background: none;
	color: white;
}

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




/***  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 {
	color: var(--wp--custom--primary--dark);
	font-weight: 700;
}



/***  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);
}

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);
}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
}

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

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

/* Ninja Forms */

.nf-form-fields-required {display: none;}





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



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
	border-bottom: 2px solid var(--wp--custom--light--3);
}

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



/***  TOP BAR  ***/

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



/***  HEADER  ***/

@media screen and (min-width:901px) {
	.header-logo{
		max-height: 120px;
		margin-bottom: -80px;
		z-index: 1;
		position: relative;
	}

	body.home .header-logo{max-height: 160px;}
}

/* Menu Button */

.header .menu-button .fa, 
.header .menu-button:hover .fa {
	color: var(--wp--custom--dark--1);
}

.header .menu-button.active .fa {
	background-color: var(--wp--custom--primary--dark);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/

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

.single-service .nav-menu > li.services-link > a, 
.single-service .nav-menu > li.services-link > span, 
.single-product .nav-menu > li.products-link > a, 
.single-product .nav-menu > li.products-link > span, 
.single-member .nav-menu > li.members-link > a, 
.single-member .nav-menu > li.members-link > span, 
.single-post .nav-menu > li.posts-link > a, 
.single-post .nav-menu > li.posts-link > span, 
.category .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > span, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-ancestor > span, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {
	color: var(--wp--custom--primary--dark);
}

/* Nav Button */

.nav-menu > li.nav-button > a > span {
	padding: 0.75em 1.5em;
	margin-top: -0.75em;
	margin-bottom: -0.75em;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: white;
}

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



/***  DROPDOWN MENUS  ***/
.nav-menu li > ul{width: 250px;}

.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 {
	color: var(--wp--custom--dark--2);
}

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

/* Nested Dropdowns */

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


.nav-menu .entry-menu li > a, .nav-menu .entry-menu li > span{
	padding: 8px 0;
}



/***  HIDDEN NAV  ***/

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

.hidden-menu li.current-menu-item > a {
	background-color: var(--wp--custom--primary--dark) !important;
	color: white !important;
}

.hidden-nav::-webkit-scrollbar {
	width: 10px;
	background-color: var(--wp--custom--light--1, #E9E9E9);
}

.hidden-nav::-webkit-scrollbar-thumb {
	border: 0;
	background-color: var(--wp--custom--dark--2, #898989);
}





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



 /***  BANNER  ***/
 
 .banner {
	background-color: white;
	text-align:left;
}

@media screen and (min-width:601px){
   .banner:before{
	   width:60%;
	   left: unset;
	   right: 0;
   }
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
}

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

.banner .deck{font-size: 1.5em;}

.banner-tall .banner-inner{min-height: 550px;}

.banner-text-wrap{
   padding: 2em;
   background-color: rgba(255, 255, 255, 0.95);
   max-width: 700px;
   margin-left: 0;
}

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

.banner h1{
   margin-bottom:60px;
}

.banner h1:after{
   content: '';
   height: 5px;
   width: 50px;
   position: absolute;
   bottom: -30px;
   left: 0;
   background-color: var(--wp--custom--primary--main);
}

.banner a {
	color: var(--wp--custom--primary--light);
}

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



/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  ENTRY NAVBAR  ***/

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

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



/***  MAIN  ***/

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

.spaced-xs, 
.spaced-xs-top {
	padding-top: var(--wp--custom--spacer--xs);
}

.spaced-xs, 
.spaced-xs-btm {
	padding-bottom: var(--wp--custom--spacer--xs);
}

.spaced-sm, 
.spaced-sm-top {
	padding-top: var(--wp--custom--spacer--sm);
}

.spaced-sm, 
.spaced-sm-btm {
	padding-bottom: var(--wp--custom--spacer--sm);
}

.spaced, 
.spaced-top, 
.spaced-md, 
.spaced-md-top {
	padding-top: var(--wp--custom--spacer--md);
}

.spaced, 
.spaced-btm, 
.spaced-md, 
.spaced-md-btm {
	padding-bottom: var(--wp--custom--spacer--md);
}

.spaced-lg, 
.spaced-lg-top {
	padding-top: var(--wp--custom--spacer--lg);
}

.spaced-lg, 
.spaced-lg-btm {
	padding-bottom: var(--wp--custom--spacer--lg);
}

.spaced-xl, 
.spaced-xl-top {
	padding-top: var(--wp--custom--spacer--xl);
}

.spaced-xl, 
.spaced-xl-btm {
	padding-bottom: var(--wp--custom--spacer--xl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

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

.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--secondary--dark);
    border-bottom: 1px solid var(--wp--custom--secondary--dark);
    text-transform: uppercase;
	letter-spacing: .5px;
}

.entry-cols .entry-link:hover .entry-title,
.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--primary--dark);
	border-bottom-color: var(--wp--custom--primary--dark);
}

/*albums*/
.album-cols .entry-icon-wrap{display: none;}

.album-cols .entry-title{font-size: 1.4em;}

@media screen and (min-width: 901px) and (max-width: 1200px) {
	.album-cols .album { width: 33%; }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
	.album-cols .album { width: 50%; }
}

.album-cols .album-thumb { width: 100%; }


/*more-cols"*/
.more-cols{margin-top: var(--wp--custom--spacer--xxl);}

.more-cols .entry:nth-of-type(4){display: none;}

/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	color: var(--wp--custom--primary--main);
}

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

.archive-pagination a .fa, 
.archive-pagination a:hover .fa {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}



/***  SINGLE  ***/





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



/***  CTA BAR  ***/

.cta-bar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {color: white;} 




/***  FOOTER  ***/

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

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

.footer .entry-menu > li:hover > a,
.footer a:hover {
	text-decoration: none;
	color: var(--wp--custom--primary--dark);
}

.footer li ul{display: block;}

.footer a:not([href]),
.footer a:empty{display: none!important;}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	border-top: 1px solid var(--wp--custom--light--1);
	background-color: var(--wp--custom--light--3);
	font-size: 0.9em;
	padding-top: var(--wp--custom--spacer--md);
	padding-bottom: var(--wp--custom--spacer--md);
}

/* Menus */

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

.bottom-bar a:hover {
	text-decoration: none;
	color: var(--wp--custom--primary--dark);
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/
 /*CONTENT BLOCK IMAGE WITH LINKS*/
 section#main div:not(.box-link) > .wp-block-image a img{transition: all 300ms ease-in-out;}
 
 section#main div:not(.box-link) > .wp-block-image a:hover img { transform: scale(1.05); }
 
 /*MEDIA TEXT WIDGET*/
 section#main .wp-block-media-text__media a img{transition: all 300ms ease-in-out;}
 
 section#main .wp-block-media-text__media a:hover img { transform: scale(1.05); }
 
 @media screen and (max-width:600px){
	 .wp-block-media-text__media img{
		 width:auto;
		 max-width: 100%;
		 margin-bottom: 1em;
	 }
 
	 .wp-block-media-text>.wp-block-media-text__content{padding:0;}
 }
 
 
 /*BLOCK COLUMNS*/
 @media screen and (max-width: 900px) {
	 /*customized column width to full width on tablet*/
	 .wp-block-columns .wp-block-column{flex-basis:100%!important;}
	 
	 .tablet-reverse-order{flex-direction: column-reverse;}
 }
 
 @media screen and (max-width: 781px) {
	 .mobile-reverse-order{flex-direction: column-reverse;}
 }
 
 /*SPLIT COLS*/
 @media screen and (max-width: 900px) {
	 .split-cols{ 
		 flex-direction: column; 
		 gap: 0;
	 }
 
	 .split-cols > div{
		 width: 100%;
		 padding-left: 0 !important;
		 padding-right: 0 !important;
	 }
 
	 .split-cols > div.has-background{
		 margin-left: -40px;
		 margin-right: -40px;
		 width: calc(100% + 80px);
		 order: 1;
	 }
 }
	 
/*gutena tabs*/
.gutena-tabs-block>.gutena-tabs-tab{
	gap:10px;
	margin-bottom:10px;
}
li.gutena-tab-title{
	margin-left:0;
	border-radius: var(--wp--custom--radius--xs)!important;
	padding: .5em .75em !important;
	font-size:1em!important;
}

@media screen and (max-width:600px){
	.gutena-tabs-block>.gutena-tabs-content>.gutena-tab-block{
		padding:20px;
	}
	
	li.gutena-tab-title{
		width:100%;
		padding: .5em !important;
	}
	
}


/* Add custom theme styles here */
main.main-inner h2,
.heading-line{margin-block-end: 70px!important;}
 
main.main-inner h2:after,
.heading-line:after{
	content: '';
    height: 5px;
    width: 50px;
    position: absolute;
    bottom: -35px;
    left: 0;
	background-color: var(--wp--custom--primary--main);
}

main.main-inner h2.no-line{margin-block-end:0.7em!important;}

main.main-inner h2.has-text-align-center:after{ left: calc(50% - 25px); }

.no-line:after{display: none!important;}

/*SWIPER CSS*/
.custom-swiper-container{
	position:relative;
	overflow:hidden;
	flex-direction: column;
	gap: 40px;
}

body.block-editor-page .custom-swiper-container .swiper-wrapper{
	flex-direction: column!important;
}

.custom-swiper-container .swiper-nav-controls {
    text-align: center;
}
.custom-swiper-container .swiper-nav-controls .swiper-btn {
	border: unset;
    color: white;
    cursor: pointer;
	border-radius: var(--wp--custom--radius--xs);
	transition: all 300ms ease-in-out;
	line-height: 1;
    padding: 10px;
}

.custom-swiper-container .swiper-nav-controls .swiper-btn i{font-family: 'Font Awesome 6 Pro';}

.custom-swiper-container .swiper-nav-controls .swiper-btn:hover { background: var(--wp--custom--primary--dark); }

.custom-swiper-container .swiper-nav-controls .swiper-btn:hover i { color: white; }

.custom-swiper-container .swiper-wrapper > .wp-block-media-text{ display: grid; }

.custom-swiper-container .wp-block-media-text img{
	max-height:600px;
	object-fit:contain;
}

body:not(.block-editor-page) .custom-swiper-container .swiper-wrapper > .wp-block-media-text{
	max-height: 500px;
    overflow-y: auto;
}

.custom-swiper-container .swiper-wrapper > .wp-block-media-text .wp-block-media-text__content{padding-right: 0;}

.custom-swiper-container .swiper-pagination{
	position: initial;
	text-align: center;
	padding-top: 20px;
    border-top: 1px solid var(--wp--custom--light--1);
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.custom-bullet{
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
	border-radius: var(--wp--custom--radius--xs)
}

.custom-bullet:hover{ transform: scale(1.5); }

.custom-bullet.active { border-color: var(--wp--custom--primary--main); }

.custom-bullet .thumb {
    display: block;
    width: 50px;
    height: 35px;
    background-size: cover;
    background-position: center;
    border-radius: var(--wp--custom--radius--xs)
}

/*box-link*/
.box-link{cursor: pointer;}

.box-link .wp-block-heading,
.box-link > .wp-block-image a img{transition: all 300ms ease-in-out;}

.box-link:hover .wp-block-heading{color: var(--wp--custom--primary--main);}

.box-link:hover > .wp-block-image a img{transform: scale(1.05);}

/*time-line*/
.timeline-main{
	position:relative;
	padding:40px 0;
}

.timeline-main:after{
	content:'';
	height:100%;
	width:1px;
	top:0;
	position: absolute;
    background-color: var(--wp--custom--light--1);
    left: 50%;

}

.timeline-main .wp-block-group{
	width:50%;
	border-top: 1px solid var(--wp--custom--light--1);
    padding-top: 20px;
}

.timeline-main > .wp-block-group:nth-child(odd){
	margin-left:0!important;
	padding-right:40px;
}
.timeline-main > .wp-block-group:nth-child(even){
	margin-right:0!important;
	padding-left:40px;
}

.timeline-main  > .wp-block-group:after{
    content: '';
    height: 16px;
    width: 16px;
    background-color: var(--wp--custom--secondary--dark);
    position: absolute;
    top: -8px;
    border-radius: var(--wp--custom--radius--full);
    z-index: 2;
}

.timeline-main > .wp-block-group:nth-child(odd):after{ right:-8px; }

.timeline-main > .wp-block-group:nth-child(even):after{ left:-8px; }

.timeline-main h3{
	font-size: 2em;
	position:relative;
}

.timeline-main h3::after{
	content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 10px;
    background-color: var(--wp--custom--primary--main);
}

.timeline-main .wp-block-media-text>.wp-block-media-text__content{padding-right: 0;}

@media screen and (max-width:1024px){
	.timeline-main .wp-block-media-text{
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.timeline-main .wp-block-media-text>.wp-block-media-text__content{
		padding: 0;
	}
}

@media screen and (max-width:600px){
	.timeline-main .wp-block-group{width: 100%;}

	.timeline-main:after{left: 0;}

	.timeline-main > .wp-block-group:nth-child(odd){
		padding-right: 0;
        padding-left: 20px;
	 }
	
	.timeline-main > .wp-block-group:nth-child(even){ padding-left:20px; }

	.timeline-main > .wp-block-group:nth-child(odd):after{ 
		right:unset; 
		left: -8px;
	}
}

/* Tablet Stacked */
@media screen and (max-width: 900px) {
	.is-stacked-on-mobile { grid-template-columns: 100% !important; }

	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}

	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}

	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content { padding: 0; }
}

/* wp-block-image */
.wp-block-image a img { transition: all 300ms ease-in-out; }

.wp-block-image a:hover img { transform: translateY(-3px); }

.policy_embed_div h1{font-size:32px !important;}