@import './variables.css';

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-family: var(--font-family), sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
div, span, p, li{
	font-size: 18px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: var(--body-bg);
	color: var(--body-color);
	font-family: var(--font-family), sans-serif;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-weight: 300;
}

a {
	color: inherit;
}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: 600;
}


a.top-logo, a.bottom-logo {
	text-decoration: none;
}
a.top-logo .top-logo-text, a.bottom-logo .top-logo-text {
		font-weight: 600;
		font-size: 42px;
text-align: center;
    line-height: 1.12;	
		color: var(--new-gray);
		color:var(--body-color);
}
a.bottom-logo .top-logo-text {
		color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.synedrio-main{
	padding: 0 0 4rem 0;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding: 0 20px;
}

.thumb-holder{
	line-height: 0;
	padding-bottom: 66%;
	height: 0;
	position: relative;
}
.thumb-holder .imagefit{
	object-fit: cover;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.single-content-body {
	color: #192456;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 800px;
	min-height: 600px;
}

section.container.article-wrapper {
    padding-top: 30px;
}
.single-header {
    max-width: 760px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.single-header .article-headline {
    font-size: 30px;
    margin: 0;
}.single-header .article-headline:before {
    content: "";
    width: 100px;
    height: 4px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 15px;
}

.single-page-content {
    font-weight: 300;
}
.single-page-content h3:after {
    content: "";
    height: 4px;
    display: block;
    width: 70px;
    background-color: var(--new-gray);
    margin-top: 5px;
    margin-bottom: 20px;
}.single-page-content h3 {
	color: #153E6A;
	line-height: 1.3;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 0;
}

.single-page-content img,
/* .single-content-body iframe {
	border-radius: 20px;
} */

.single-content-body b,
.single-content-body strong {
	font-weight: 600;
}

.single-content-body i,
.single-content-body em {
	font-style: italic;
}



.single-content-body p {
	margin-bottom: 10px;
}

.single-content-body p:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-content-body a {
	color: var(--primary-color, #1E90FF);
	display: inline-block;
	font-size: 16px;
	text-decoration: underline;
}

.single-content-body ul,
.single-content-body ol {
	margin: 16px 0 16px 32px;
	padding: 0;
}

.single-content-body ul li, .single-content-body ol li {
    list-style: initial;
}
.single-content-body ul li::marker, .single-content-body ol li::marker {
    color: var(--primary-color);
}

.single-content-body h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.single-content-body h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

.single-content-body h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
}

.single-content-body h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}

.single-content-body h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
}

.single-content-body li {
	margin-bottom: 8px;
}

.single-content-body p {
	margin-bottom: 1rem;
}

.single-content-body p:last-child {
	margin-bottom: 0;
}

.single-content-body blockquote {
    font-style: normal;
    margin: 0 auto;
    /* padding-left: 16px; */
    font-size: 30px;
    font-weight: normal;
    border-left: none;
    color: var(--body-color);
}
.single-content-body blockquote:after {
    content: "";
    height: 4px;
    background: var(--primary-color);
    display: block;
    width: 100px;
    margin-inline: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}
.single-content-body blockquote p {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
}

.single-content-body img {
	display: block;
	height: auto;
	margin: 16px 0;
	max-width: 100%;
	object-fit: cover;
}

h1.single-page-title {
	color: #192456;
	font-family: var(--main-font), serif;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: -.55px;
	line-height: 1.7;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}

h1.single-page-title::after {
	background-color: #1E90FF;
	content: '';
	display: block;
	height: 4px;
	margin: 15px auto;
	width: 50px;
}

h1.single-page-title.white::after {
	background-color: #FFFFFF;
}

iframe {
	aspect-ratio: 16 / 9;
	border: none;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Contact form 7 styling */
.wpcf7 {
	width: 100%;
}

.wpcf7 form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wpcf7 form input[type='text'],
.wpcf7 form input[type='email'],
.wpcf7 form input[type='tel'],
.wpcf7 form input[type='url'],
.wpcf7 form textarea {
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 16px;
	padding: 12px;
	width: 100%;
}

.wpcf7 form textarea {
	max-height: 150px;
}

.form-row {
	display: flex;
	gap: 16px;
}

.wpcf7 label {
	display: inline-block;
	margin-bottom: 10px;
}

.wpcf7 form input[type='submit'] {
	background-color: var(--primary-color);
	border: none;
	border-radius: 6px;
	color: white;
	cursor: pointer;
	font-size: 16px;
	height: 40px;
	transition: background-color 0.3s ease;
	width: 100%;
}

.member-image img {
	/* border-radius: 100%; */
	height: auto;
	margin-bottom: 20px;
	margin-top: 40px;
	object-fit: cover;
	width: 30%;
}


.member-title {
	border-bottom: solid 2px #222222;
	color: #192456;
	font-family: var(--main-font), serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -.55px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.member-content {
	color: #333333;
	font-size: 1rem;
	line-height: 1.6;
}

.member-content p {
	margin-bottom: 1rem;
}

.member-content p:last-child {
	margin-bottom: 0;
}

.page-top-image {
	aspect-ratio: 28 / 9;
	display: block;
	margin-bottom: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	filter: brightness(.8);
	-webkit-filter: brightness(.8);
}

.page-top-image-section {
	position: relative;
	margin-bottom: 60px;
}

.page-top-image-section .hover {
	background-color: #153E6A;
	bottom: 0;
	left: 0;
	opacity: 0.85;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.page-top-image-section .hero-text-wrap {
	color: #FFFFFF;
	max-width: 800px;
	position: absolute;
	left: 50%;
	top: 45%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}
.page-top-image-section .hero-text-wrap .teaser {
		font-family: var(--main-font), serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 640px;
    padding: 0 20px;
    text-align: center;
}
.page-top-image-section .single-page-title {
	color: #FFFFFF;
	font-size: 55px;
	font-weight: 100;
	line-height: 1.2;
	text-decoration: none;
	text-underline-offset: 0;
	position: relative;
	z-index: 10;
	margin-top: 0;
	margin-bottom: 22px;
	letter-spacing: 2.5px;
}

.live-stream,.more-btn {
	background-color: transparent;
	border: 1px solid #153E6A;
	border-radius: 20px;
	color: #153E6A;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 12px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	white-space: nowrap;
}
.more-btn-wrap{display: flex;justify-content: center;align-items: center;margin-top: 30px;}
.more-btn-wrap .more-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	text-decoration: none;
}
.more-btn-wrap .more-btn:hover{
	color: #fff;
}
.live-stream:hover, .more-btn:hover{
	background-color: rgba(21, 62, 106, .9);
}

.live-stream a, .more-btn a {
	color: #153E6A;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.live-stream:hover a, .more-btn:hover a {
	color: #FFF !important;
}
.live-stream:hover svg path, .more-btn:hover svg path {
	stroke: #FFF !important;
}

body.no-scroll{overflow: hidden;}
body.no-scroll .main-menu-container .main-menu{overflow: scroll;}

.gallery-section{margin: 0 0 40px 0;}
.gallery-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;}

.footer-left-col{margin: 40px 0;}
.footer-left-col .footer-logo{display: flex;justify-content: center;align-items: center;}
.social-icons{display: flex;align-items: center;justify-content: center;gap: 10px;margin-top: 30px;}
.social-icons img{width:20px;}

.main-menu-container .flags{display: flex;align-items: center;justify-content: flex-end;gap: 15px;}
.main-menu-container .flags img {
    width: 20px !important;
    height: 14px !important;
}



.board-member-card{display: flex;align-items: center;background: #fff;}
.board-member-card:nth-child(even){flex-direction: row-reverse;}
.board-member-card .board-member-image
{width: 50%;}
.board-member-card .board-member-info
{width: calc(50% - 40px)}
.board-member-card .board-member-image .img-wrap{
	max-height: 300px;
	min-height: 300px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}
.board-member-card .board-member-image .img-wrap img{
	width: 100%;
	object-fit: cover;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.board-member-card .board-member-info{
	padding: 20px;
	padding-top: 5px;
}
.board-member-card .board-member-info .board-member-name{
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.board-member-card .board-member-info .board-member-role{
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #666666;
	line-height: 1.3;
}

.board-member-card .board-member-info .more-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	text-decoration: none;
}
.board-member-card .board-member-info .more-btn:hover{
	color: #fff;
}


.main-menu-container .container .mobile-row-1{display: none;}

.gallery-section{
	margin-top: 80px;
}

@media (max-width: 1024px) {
	header.main-menu-container .live-stream
	{display: none;}
	.main-menu-container .container .mobile-row-1{display: flex;}
	header.main-menu-container .mobile-header-part{display: flex;align-items: center; justify-content:flex-end; gap: 20px;min-width:55px}
	.page-top-image-section .single-page-title{
		font-size: 48px
	}
	.row-2 .mobile-header-part .flags {display: none;}
}

@media screen and (max-width: 768px){
	.single-content-body blockquote p{
		font-size: 24px;
	}
	.page-top-image-section .hero-text-wrap .teaser{
		font-size: 17px;
		padding-inline: 40px;
	}
}

@media (max-width: 640px) {
	.form-row {
		flex-direction: column;
	}

	.home-form article {
		padding: 40px 20px;
	}

	.home-form {
		grid-template-columns: 1fr;
	}

	.page-top-image {
		aspect-ratio: 1;
	}

	h2.single-page-title {
		font-size: 32px;
		line-height: 38px;
	}

	.page-top-image-section .single-page-title {
		font-size: 30px;
		line-height: 1.2;
		top: 40%;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-inline: 20px;
	}

	.live-stream {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px){
	.board-member-card,
	.board-member-card:nth-child(even)
	{flex-direction: column;}
	.board-member-card .board-member-image
	{width: 100%;}
	.board-member-card .board-member-info
	{width: calc(100% - 40px)}
	.board-member-card .board-member-info .board-member-name{
		font-size: 18px;
	}
}

.single-member {
    max-width: 800px;
    display: flex;
    align-items: flex-start;
    padding: 4rem 0;
    gap: 30px;
}
.single-member .member-image {
    width: 130px;
}
.single-member .member-info {
    width: calc(100% - 130px);
}.single-member .member-image img {
    margin: 0;
    width: 100%;
}.single-member .member-info .member-title:after {
    content: "";
    width: 100px;
    display: block;
    height: 3px;
    background-color: var(--new-gray);
    margin-top: 15px;
}.single-member .member-info .member-title {
    border: none;
}

@media screen and (max-width: 768px) {
.board-member-card .board-member-info .more-btn {
	    font-size: 11px;
    padding: 5px 5px 5px 8px;
}	
  h1.single-page-title{line-height:1.2;font-size:30px}

	.single-member{
		flex-direction: column;
	}
	.single-member .member-title{
		font-size: 26px;
	}
	.single-member .member-info{
		width: 100%;
	}
	a.top-logo .top-logo-text, a.bottom-logo .top-logo-text {
		font-size: 25px;text-align:center;line-height:1.2
	}
}


