/*
Theme Name: Greek Orthodox AU
Theme URI: http://underscores.me/
Author: Designous
Author URI: https://designous.gr/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greek-orthodox-au
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Manrope', sans-serif;
	color: #111D43;
}

a {
	text-decoration: none;
}

.icon {
	display: flex;
}

.icon svg {
	width: 100%;
	height: 100%;
}

.icon--sm {
	width: 20px;
	height: 20px;
}

.icon--md {
	width: 30px;
	height: 30px;
}

.container {
	max-width: 100%;
	margin: 0 auto;
}

.container--small {
	width: 1185px;
}

.container--lg {
	width: 1300px;
}

.cta {
	display: inline-flex;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
}

.cta::before {
	content: '';
	position: absolute;
	bottom: -5px;
	height: 2px;
	background-color: #957E4D;
	width: 100%;
	transition: all ease-in-out 250ms;
}

.cta:hover::before {
	width: 0;
}

.cta--blue {
	color: #111D43;
}

.cta--white {
	color: #fff;
}

.color-yellow {
	color: #957E4D;
}

.slick-dots {
	display: flex;
	gap: 10px;
}

.slick-dots li {
	width: fit-content;
	display: flex;
	opacity: 0.4;
	transition: all ease-in-out 250ms;
}

.slick-dots li button {
	text-indent: -99999999px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: none;
	outline: none;
	cursor: pointer;
}

.slick-dots li.slick-active {
	opacity: 1;
}

.section-title {
	font-size: 35px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 600;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background-color: #fff;
}

.site-header__logo {
	display: flex;
	width: 310px;
}

.site-header__logo img {
	width: 100%;
}

.site-header__content {
	/* background-color: #111D43; */
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1920px;
	margin: 0 auto;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}

/* .site-header__actions::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 15px;
	width: calc(100% - 15px);
	height: 1px;
	background-color: #957E4D;
	z-index: 5;
} */

.site-header__actions .menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	pointer-events: all;
}

.site-header__actions>ul {
	display: flex;
	list-style-type: none;
	gap: 40px;
}

.site-main--homepage {
	margin-top: 153px;
}

.site-header__actions>ul>li>a {
	color: #192F59;
	/* padding: 20px 15px; */
	transition: all ease-in-out 250ms;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 29px;
	border-bottom: 8px solid transparent;
}

.site-header__actions>ul>li:hover>a,
.site-header__actions>ul>.current-menu-item>a,
.site-header__actions>ul>li>a:hover {
	color: #D2AB67;
	border-color: #D2AB67;
}

.site-header__actions>ul>li .sub-menu {
	list-style: none;
	position: absolute;
	top: 60px;
	padding: 20px 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: all ease-in-out 250ms;
	pointer-events: none;
	width: 220px;
}

.site-header__actions>ul>li .sub-menu .menu-item-has-children:hover>a {
	color: #D2AB67;
}

.site-header__actions>ul>li .sub-menu li {
	padding: 10px 20px;
	min-width: 210px;
}

.site-header__actions>ul>li .sub-menu a {
	color: #192F59;
	transition: all ease-in-out 250ms;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.site-header__actions>ul>li .sub-menu a:hover {
	color: #D2AB67;
}

.site-header__actions>ul>li .sub-menu .sub-menu {
	top: 0;
	left: 208px;
	width: 200px;
}

.site-header__topbar {
	background-color: #192F59;
}

.site-header__topbar-content {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	gap: 25px;
	padding: 20px 35px;
}

.site-header__topbar a {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 500;
	transition: all ease-in-out 250ms;
}

.site-header__topbar a:hover {
	opacity: 0.6;
}

.site-header__burger a {
	color: #fff;
}

.header-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	cursor: pointer;
	width: 80px;
	height: 80px;
}

.header-slider-arrow--prev {
	left: 20px;
}

.header-slider-arrow--next {
	right: 20px;
}

.header-slider-arrow svg {
	width: 100%;
	height: 100%;
}

.donations-badge {
	position: fixed;
	top: 60%;
	right: 0;
	background-color: #957E4D;
	padding: 12px 5px;
	color: #fff;
	text-transform: uppercase;
	z-index: 10;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	display: flex;
	align-items: center;
	gap: 10px;
	letter-spacing: 4px;
	font-weight: 600;
}

.site-footer {
	background-color: #111D43;
	padding: 120px 0 20px;
}

.site-footer__columns {
	display: flex;
	max-width: 1280px;
	align-items: center;
	margin: 0 auto;
	gap: 100px;
}

.site-footer-newsletter {
	text-align: center;
}

.site-footer-menu {
	max-width: fit-content;
}

.site-footer-menu .menu li {
	position: relative;
	list-style: none;
	text-align: right;
	padding-right: 10px;
}

.site-footer-menu .menu li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	width: 20px;
	height: 2px;
	transform: translateY(-50%);
	background-color: #90022F;
}

.site-footer-menu .menu a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	white-space: nowrap;
	transition: all ease-in-out 250ms;
}

.site-footer-menu .menu a:hover {
	color: #957E4D;
}

.site-footer-social {
	max-width: fit-content;
}

.site-footer__columns-single {
	flex: 2;
}

.site-footer__columns-single h6 {
	color: #957E4D;
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
	white-space: nowrap;
}

.site-footer__columns-single .social-icons {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.site-footer__columns-single .social-icons svg path {
	fill: #fff;
}

.site-footer__columns-single h5 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 20px;
}

.site-footer__columns-single button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.site-footer__columns-single input[type="email"] {
	padding: 20px;
	background-color: #636B84;
	outline: none;
	border: none;
}

.site-footer__columns-single input[type="email"]::placeholder {
	font-size: 12px;
	color: #111D43;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.site-footer__columns-single .wpcf7-list-item {
	margin-left: 0;
	font-size: 12px;
	margin: 20px 0;
	color: #fff;
}

.site-footer__columns-single .wpcf7-not-valid-tip {
	font-size: 12px;
}

.site-footer-b2t {
	max-width: fit-content;
}

.arrow-top {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	align-items: center;
	cursor: pointer;
}

.arrow-top .icon {
	height: 85px;
}

.arrow-top .text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.copyrights {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	width: 1520px;
}

.copyrights a,
.copyrights p {
	font-size: 12px;
	color: #fff;
	transition: all ease-in-out 250ms;
}

.copyrights p {
	opacity: 0.7;
}

.copyrights a:hover {
	color: #957E4D;
}

.post-card__thumbnail {
	display: flex;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}

.post-card__thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: all ease-in-out 250ms;
}

.post-card__title {
	font-size: 18px;
	margin: 25px 0;
	transition: all ease-in-out 250ms;
}

.post-card__excerpt {
	margin: 25px 0;
}

.post-card__date {
	color: #957E4D;
	text-transform: uppercase;
	font-size: 12px;
}

.post-card:hover img {
	transform: scale(1.05);
}

.post-card:hover .post-card__title {
	color: #957E4D;
}

.quick-links {
	display: flex;
}

.quick-links__container {
	max-width: 1280px;
	margin: 50px auto -50px;
	display: flex;
}

.quick-links__container .community {
	min-width: 235px;
	background-color: #90022F;
	margin-left: 15px;
	padding: 25px;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.quick-links__container .community h5 {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 4px;
}

.quick-links__container .community .cta {
	font-size: 12px;
}

.quick-links__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #90022F;
	padding: 25px;
	min-width: fit-content;
}

.quick-links__title h4 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.quick-links__title .icon {
	width: 100%;
}

.quick-links__single {
	display: flex;
	flex-direction: column;
	background-color: #90022F;
	padding: 25px;
	text-align: center;
}

.quick-links__single a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.quick-links__single:hover img {
	transform: scale(1.05);
}

.quick-links__image {
	display: flex;
	overflow: hidden;
	width: 165px;
	height: 120px;
	margin-bottom: 12px;
}

.quick-links__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease-in-out 250ms;
}

.page-header {
	position: relative;
	display: flex;
}

.page-header img {
	width: 100%;
	height: 840px;
	object-fit: cover;
	object-position: center;
}

.page-header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 29, 67, 0.5);
	z-index: 1;
}

.page-header__title {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.page-header__title h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
}

.books {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.book-card {
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
	gap: 50px;
}

.book-card .post-image img {
	width: 180px;
}

.podcast-card {
	border-bottom: 1px solid #ddd;
	padding-bottom: 35px;
}

.podcast-card h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}

.podcast-card h3 a {
	color: #90022F;
	font-size: 30px;
	line-height: 40px;
}

.hero-slider {
	position: relative;
}

.hero-slider .slick-dots {
	position: absolute;
	display: flex;
	bottom: 104px;
	width: 1205px;
	left: 48%;
	z-index: 2;
	transform: translateX(-50%);
	flex-direction: column;
	list-style: none;
	gap: 15px;
}

.hero-slider__single {
	position: relative;
}

.hero-slider__single .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	background: linear-gradient(90deg, #192F59 0%, rgba(0, 212, 255, 0) 100%);
	z-index: 1;
}

.hero-slider__single img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	max-height: 950px;
}

.hero-slider__single .icon--cross {
	width: 153px;
	min-width: 153px;
	max-width: 153px;
}

.hero-slider__single-content {
	transform: translateX(-45px);
}

.hero-slider__single-content-container {
	position: absolute;
	bottom: 100px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	display: flex;
	align-items: flex-end;
}

.hero-slider__single-content h2 {
	color: #fff;
	letter-spacing: 7px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 300;
}

.hero-slider__single-content .icon {
	max-width: 450px;
}

.hero-slider__single-text {
	max-width: 650px;
}

.hero-slider__single-text p {
	color: #fff;
}

.welcome-message {
	display: flex;
	gap: 50px;
	align-items: center;
}

.welcome-message__container {
	margin: 100px 0;
}

.welcome-message__image {
	display: flex;
	flex: 1;
}

.welcome-message__image img {
	width: 100%;
}

.welcome-message__content {
	flex: 1;
}

.welcome-message__content h2 {
	text-transform: uppercase;
	line-height: 45px;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 4px;
}

.welcome-message__content h2 strong {
	font-weight: 600;
}

.welcome-message__content h3 {
	margin: 25px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

.welcome-message__text {
	margin: 25px 0;
}

.ls {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	gap: 85px;
	position: relative;
	padding-bottom: 80px;
}

.ls::before {
	content: '';
	position: absolute;
	top: -200px;
	left: -50px;
	background-color: #90022F;
	width: 85%;
	height: calc(100% + 200px);
	z-index: 1;
}

.ls__container {
	position: relative;
}

.ls__container::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #111D43;
}

.ls__title {
	text-align: center;
	padding: 25px 0;
	position: relative;
	margin-bottom: 80px;
	z-index: 2;
}

.ls__title .section-title {
	color: #957E4D;
}

.ls__links {
	flex: 1;
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
}

.ls__links ul {
	list-style: none;
}

.ls__links ul li {
	position: relative;
}

.ls__links ul li a {
	display: flex;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 25px;
	padding: 15px 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	position: relative;
	transition: all ease-in-out 250ms;
	font-size: 18px;
	letter-spacing: 2px;
}

.ls__links ul li a:hover {
	border-color: #957E4D;
	font-weight: 600;
}

.ls__links ul li .icon {
	opacity: 0;
	transition: all ease-in-out 250ms;
	color: #957E4D;
	position: absolute;
	right: -11.5px;
	bottom: -13.4px;
}

.ls__links ul li:hover .icon {
	opacity: 1;
}

.ls__cta {
	display: flex;
	justify-content: flex-end;
	margin-top: 50px;
	margin-right: 50px;
}

.ls .gallery-slider {
	width: 50%;
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
}

.ls .gallery-slider a {
	display: flex;
}

.ls .gallery-slider a img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.ls .gallery-slider .slick-dots {
	justify-content: flex-end;
	position: absolute;
	bottom: -75px;
	right: 35px;
}

.ls .gallery-slider::before {
	content: '';
	position: absolute;
	top: 30px;
	left: -30px;
	opacity: 0.2;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
	width: 100%;
	height: 100%;
}

.services {
	background-color: #111D43;
	padding: 100px 0 0;
	margin-bottom: 50px;
	position: relative;
}

.services::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: #fff;
}

.services-content {
	position: relative;
	z-index: 2;
}

.services-tabs {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	list-style: none;
	padding: 40px 0;
	margin-bottom: 80px;
}

.services-tabs li {
	flex: 1;
	border-right: 1px solid #957E4D;
	text-align: center;
	cursor: pointer;
}

.services-tabs li span {
	position: relative;
}

.services-tabs li span::before {
	content: '';
	position: absolute;
	right: 0;
	top: 40px;
	height: 50px;
	width: 2px;
	background-color: #957E4D;
	opacity: 0;
	transition: all ease-in-out 250ms;
	pointer-events: none;
}

.services-tabs li:last-child {
	border-right: none;
}

.services-tabs li.active {
	font-weight: 600;
	font-size: 20px;
}

.services-tabs li.active span {
	position: relative;
}

.services-tabs li.active span::before {
	opacity: 1;
}

.services-content__single {
	display: none;
	padding: 0 40px;
	background-color: #fff;
}

.services-content__single.active {
	display: flex;
}

.services-content__gallery {
	width: 100%;
}

.services-content__gallery .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}

.services-content__gallery a {
	display: flex;
	height: 100%;
}

.services-content__gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services-content__links {
	flex: 1;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: center;
}

.services-content__links .section-title {
	color: #957E4D;
}

.services-content__links ul {
	flex: 1;
	list-style: none;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	flex-direction: column;
}

.services-content__links ul li {
	border-bottom: 1px solid #D2AB67;
	width: 100%;
}

.services-content__links ul li:last-child:not(:first-child) {
	border-bottom: none;
}

.services-content__links ul a {
	color: #111D43;
	text-transform: uppercase;
	display: flex;
	padding: 12px 0;
	transition: all ease-in-out 250ms;
	justify-content: flex-start;
	width: 100%;
}

.services-content__links ul a:hover {
	color: #957E4D;
}

.blog-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.blog-cards-grid__container .section-title {
	text-align: center;
	margin-bottom: 35px;
	color: #957E4D;
}

.blog-cards-grid__cta {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.site-main--single-page {
	position: relative;
}

.page-content {
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding-top: 142px;
}

.page-content .wp-block-separator {
	margin: 25px 0;
}

.page-content .wp-block-table {
	margin: 50px 0;
}

.page-content .wp-block-table td {
	min-width: 200px;
}

.page-content .wp-block-table table:not(.has-fixed-layout) tbody tr:first-child td {
	background-color: #90022F;
	color: #fff;
}

.page-content .wp-block-table table:not(.has-fixed-layout) tbody>tr th {
	background-color: #90022F;
	color: #fff;
}

.page-content .wp-block-table table.has-fixed-layout td {
	padding: 20px;
}

.page-content .entry-content {
	background-color: #fff;
	border-radius: 25px;
	padding: 20px 0;
}

.page-content .entry-content p {
	line-height: 25px;
}

.page-content .entry-content .wp-block-heading {
	margin-bottom: 25px;
}

.page-content .entry-content .wp-block-image {
	margin: 25px 0;
}

.page-content .entry-content p:not(:last-child) {
	margin-bottom: 30px;
}

.page-content .entry-content ul,
.page-content .entry-content ol {
	list-style-position: inside;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 25px;
}

.page-content .entry-content a:not(.cta) {
	color: #90022F;
}

.page-content .page-title {
	text-align: center;
	margin: 20px 0 0;
}

.page-content .page-title .section-title {
	color: #111D43;
	font-size: 35px;
}

.page-content .wp-block-embed__wrapper iframe {
	width: 100%;
	min-height: 500px;
}

.single-thumbnail {
	width: 100%;
	border: 10px solid #90022F;
	display: flex;
}

.page-tabs-titles {
	margin-bottom: 50px;
	margin-top: 50px;
}

.page-tabs-titles ul {
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 40px !important;
	flex-direction: row !important;
	flex-wrap: wrap;
}

.page-tabs-titles ul li {
	cursor: pointer;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.page-tabs-titles ul li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	background-color: #90022F;
	height: 2px;
	transition: all ease-in-out 250ms;
}

.page-tabs-titles ul li.active::before,
.page-tabs-titles ul li:hover::before {
	width: 100%;
}

.page-tabs-content {
	display: none;
}

.page-tabs-content h2,
.page-tabs-content h3,
.page-tabs-content h4 {
	margin: 40px 0 5px;
}

.page-tabs-content.active {
	display: block;
}

.page-id-452 .page-content .wp-block-table table:not(.has-fixed-layout) tbody tr:first-child td {
	background-color: #fff;
	color: #000;
}

.page-id-452 table thead tr th {
	background-color: #90022F;
	color: #fff;
}

.site-main--messages {
	margin-top: 250px;
}

.site-main--messages .page-title {
	margin-bottom: 100px;
}

.site-main--messages .page-title .section-title {
	color: #90022F;
}

.books-page-content .page-title {
	margin-bottom: 40px;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.gallery .gallery-image {
	display: flex;
	overflow: hidden;
}

.gallery .gallery-image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	transition: all ease-in-out 250ms;
}

.gallery .gallery-image:hover img {
	transform: scale(1.05);
}

.form-row {
	display: flex;
	gap: 35px;
	margin-bottom: 35px;
}

.form-row>label {
	flex: 1;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	gap: 10px;
}

.form-row>label textarea,
.form-row>label input {
	border: 1px solid #111D43;
	padding: 15px;
	width: 100%;
}

.submit-container button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

/*# sourceMappingURL=style.css.map */

.services-tabs__container {
	display: flex;
	margin-top: 80px;
	margin-bottom: 80px;
}

.services-tabs__container .services-tabs__left {
	flex: 1;
	width: 500px;
}

.services-tabs__container .services-tabs__left div,
.services-tabs__container .services-tabs__left img {
	height: 100%;
}

.services-tabs__container .services-tabs__right {
	flex: 1;
}

.services-tabs__left-gallery {
	display: none;
}

.services-tabs__left-gallery.active {
	display: block;
}

.services-tabs-links {
	display: flex;
	margin-bottom: 30px;
}

.services-tabs-links>li {
	font-size: 21px;
	font-weight: 700;
	color: #192F59;
	flex: 1;
	padding: 30px 0;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
	opacity: 0.3;
	transition: all ease-in-out 250ms;
	background-color: #f4d296;
}

.services-tabs-links>li:hover,
.services-tabs-links>li.active {
	/* 	background-color: ; */
	opacity: 1;
}

.waulf {
	display: flex;
	gap: 0;
}

.waulf__container {
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}

.waulf__left {
	flex: 1;
	padding-right: 40px;
}

.waulf__right {
	flex: 1;
	max-width: 550px;
	position: relative;
	padding: 0 40px;
}

.waulf__left .posts-section {
	display: flex;
	gap: 20px;
}

.posts-section--posts-list-item {
	display: flex;
	gap: 10px;
}

.posts-section--posts-list-item__thumbnail {
	flex: 1;
	max-width: 80px;
}

.posts-section--posts-list-item__thumbnail img {
	width: 100%;
	height: auto;
}

.posts-section--posts-list-item__content {
	flex: 1;
}

.posts-section--posts-list-item__thumbnail>a {
	display: flex;
}

.posts-section--posts-list-item__content h3,
.posts-section--posts-list-item__content h3 a {
	font-size: 14px;
	color: #000;
	line-height: 1.4;
}

.posts-section--posts-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.waulf__left h2 {
	display: flex;
	gap: 15px;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 10px;
}

.waulf__left>a {
	color: #D2AB67;
	font-weight: 500;
	margin-bottom: 20px;
	display: inline-flex;
}

.waulf__left h2 .hr {
	height: 2px;
	background-color: #e6e6e6;
	width: 100%;
}

.waulf__right-header {
	position: relative;
	z-index: 3;
	margin-bottom: 30px;
}

.waulf__right-header h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
}

.waulf__right-links>.bg {
	position: absolute;
	top: -80px;
	left: -20px;
	width: 50vw;
	height: calc(100% + 160px);
}

.waulf__right-links>.bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.waulf__right-links>.bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #192F59;
	z-index: 2;
}

.quick-links--apply {
	position: absolute;
	background: #90022F;
	color: #fff;
	display: flex;
	align-items: center;
	width: 100vw;
	padding: 0 60px;
	height: 82px;
	gap: 20px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	z-index: 5;
	bottom: -80px;
	left: -20px;
}

.page-tabs-content hr {
	margin: 0 0 40px;
	opacity: 0;
}

/* .page-tabs-content .cta {
	margin: 30px 0 0;
} */

.site-main--faculty-and-staff {
	min-height: calc(100vh - 608px);
}

.tab-content-item {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 40px;
}

.tab-content-item:not(:last-child) {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.tab-content-item-image__container img {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
}

.tab-content-item-text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}


.tab-content-item-text h3 {
	margin-top: 0;
}

.page-content .wp-block-table tr:nth-child(odd) {
	background-color: #ddd;
}

.page-id-452 table thead tr th,
.page-content .wp-block-table table:not(.has-fixed-layout) tbody tr:first-child td,
.page-content .wp-block-table table:not(.has-fixed-layout) tbody>tr th {
	background-color: #957E4D;
	border: 1px solid #000;
}