/* CSS */
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
}

body {
	font-family: "proxima-nova";
	font-weight: 400;
	background-color: #fff;
}
body a, body i, body p, body button, body, button, input, select, textarea, .wp-block-button__link {
	font-family: "proxima-nova";
	font-weight: 400;
	font-size: 20px
}
body strong {
	font-family: "proxima-nova";
	font-weight: 700;
}
.navigation-branding {
	max-width: 170px;
}
.entry-content {
	background-color: #fff;
}
#content {
	padding: 0
}
.button, .wp-block-button__link {
	border-radius: 10px;
}

/* Page header */
.od-page-header {
	min-height: calc(150px + 15vw);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 0 0 20px 20px;
	position: relative;
	overflow: hidden;
}
@media(max-width: 1024px) {
	.od-page-header {
		border-radius: 0
	}
}
.od-page-header::before {
    content: '';
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7));
    z-index: 1;
	opacity: 1;
	pointer-events: none;
	transition: all 0.2s ease;
}
.od-page-header-content {
	max-width: 1400px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px;
	height: 100%;
	z-index: 102;
}
@media ( min-width: 640px ) {
	.od-page-header-content {
		padding: 0 40px 60px 80px;
	}
}
.od-page-header-content h1, .od-page-header-content p {
	color: #fff;
}
.od-page-header-content h1 {
	padding-top: 60px
}
.od-page-header-content p {
	font-size: 24px;
	line-height: 28px
}
/* Page */
.od-page-content article {
	padding: 5vw
}
/* Front page */
.od-fp-group h2 {
	margin-bottom: 5px;
}
body .od-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-bottom: 30px;
	border-radius: 0 0 20px 20px;
	line-height: 0;
}
@media(max-width: 1024px) {
	body .od-hero {
		border-radius: 0
	}
}
body .od-hero .od-button {
	line-height: initial;
}

.od-hero h1 {
	font-size: 2em;
	line-height: 1.1em;
	margin-bottom: 20px;
}
.od-hero h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 25px;
}
.od-campaign-hero__content {
	padding: 0 calc(15px + 5vw)
}
#od-campaign-hero__video_player {
	width: 100%;
	min-width: 800px;
	transform: translatex(-25%)
}
@media (min-width: 640px) {
	#od-campaign-hero__video_player {
		transform: translatex(0)
	}
}
.od-campaign-hero__video .od-campaign-hero__content {
	position: absolute;
	z-index: 1;
	bottom: 15%;
}

/* Header */
@media (min-width: 769px) {
	.inside-navigation {
		padding: 10px 0 10px 10px;
	}
}

/* Archives */
.od-archive {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	align-items: stretch;
}
.single .od-archive {
	padding-top: 40px
}
@media ( min-width: 640px ) {
	.od-archive {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		align-items: stretch;
	}
}
@media ( min-width: 980px ) {
	.od-archive {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		align-items: stretch;
	}
}

.od-archive-part::before {
    content: '';
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7));
    z-index: 1;
	opacity: 1;
	pointer-events: none;
	transition: all 0.2s ease;
}
.od-archive-part.od-archive-part-some::before {
	background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.3));
}
.od-archive-part:hover::before {
	opacity: 0.7
}
.od-archive-part.od-archive-part-some:hover::before {
	opacity: 0.3
}

/* Archive parts for part grids and sliders etc */
.od-archive-part {
	position: relative;
	border: 2px solid #eee;
	height: 100%;
	border-radius: 10px;
	overflow: hidden
}
.od-archive-part .od-archive-part-image {
	display: block;
	min-height: 25vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media(min-width: 768px) {
	.od-archive-part .od-archive-part-image {
		min-height: 30vh;
	}
}
a.od-archive-part-image {
	display: inline
}

.od-archive-part .od-archive-part-info {
	color: #fff;
	position: absolute;
	z-index: 102;
	width: 100%;
	padding: 20px 10px 20px 20px;
	bottom: 0;
}

.od-archive-part h1 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 0;
	font-family: "proxima-nova";
	color: #fff
}
.od-archive-part-info-top,
.od-archive-part-date {
	font-size: 14px;
	line-height: 11px;
	color: #fff
}
.od-archive-part-info-top a {
	color: #fff;
	font-size: 14px
}
.od-archive-part-prayer .od-archive-part-info {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	bottom: 0;
	min-height: 80px;
	padding-bottom: 40px;
}
.od-archive-part-prayer .od-archive-part-info h1 {
	text-align: center
}
.od-archive-part-prayer-date {
	font-size: 14px;
}

/* Slider Country part */
.od-archive-part-country {
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	align-items: flex-end;
	padding: 0 20px 30px 20px;
	justify-content: center;
	flex-wrap: nowrap;
	color: #fff;
	min-height: 300px;
}
.od-archive-part-country .od-archive-part-info-full {
	text-align: center;
	display: flex;
	flex-direction: column;
	z-index: 2
}
.od-archive-part-country a {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.od-archive-part-country h1 {
	font-size: 24px;
	color: #fff;
	z-index: 102
}
.od-archive-part-country h2 {
	font-size: 20px;
	color: #fff;
	z-index: 102
}

/* Post content */
.od-post-content {
	max-width: 720px;
	margin: 0 auto;
	padding: 50px 20px 50px 20px;
}
@media(min-width: 768px) {
	.od-post-content {
		padding: 50px 40px 50px 40px;
	}
}
.single-country .od-post-content {
	max-width: 980px;
}
.od-post-content .entry-header {
	margin-bottom: 50px;
}
.od-custom-header p {
	font-weight: 700;
}

#main .od-post-content figure, #main .od-custom-header figure {
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
}
#main .od-post-content figcaption, #main .od-custom-header figcaption {
	font-size: 16px;
	text-align: center;
	background-color: #f3f3f3;
	padding: 15px;
	margin-top: 0;
	border-radius: 0 0 10px 10px;
	line-height: 20px;
}
.od-post-content-col {
	display: flex;
	flex-direction: column;
}
@media( min-width: 768px ) {
	.od-post-content-col {
		flex-direction: row;
	}
}
.od-post-content-col-left {
	min-width: 240px;
	padding: 30px 30px 0 0;
}
.od-col-left-content ul {
	margin: 0 0 0 18px;
	list-style-type: circle;
}
.od-col-side-section {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.od-col-side-section h3 {
	font-size: 20px;
	margin-bottom: 0;
}
.od-col-side-section span {
	display: block;
	font-size: 18px
}

blockquote {
	margin: 0 auto;
    border: none;
    padding: 30px 10px;
    display: block;
    text-align: left;
    max-width: 500px;
}
blockquote p {
	display: inline;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700 !important;
    background-color: var(--accent);
    color: #fff;
    font-style: normal;
    box-shadow: -5px 0 0 var(--accent), 5px 0 0 var(--accent);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
blockquote cite {
	text-align: left;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}

/* Country page */
body.single-country .od-post-content-header .od-hero {
	min-height: 300px;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 0
}
@media(min-width: 980px) {
	body.single-country .od-post-content-header .od-hero {
		border-radius: 20px;
	}
}
.od-country-title {
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-family: "futura-pt";
	font-weight: 700
}
.od-country-title {
	margin-bottom: 20px
}
.od-country-title h1 {
	margin-bottom: 0;
}
@media( min-width: 640px ) {
	.od-country-title {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
nav.od-country-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}
nav.od-country-nav a {
	background-color: var(--accent);
	color: #fff;
	padding: 4px 16px;
	font-family: "futura-pt";
	border-radius: 10px;
	min-width: 150px;
	text-align: center;
}

/* FOOTER */
.site-footer {
	background: #3B4037
}
.od-footer-bar {
	margin: auto auto 0 auto;
	width: 100%;
	max-width: 1100px;
	padding: 80px 15px 30px 15px;
}

.od-footer-bar {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	color: #fff;
	padding: 40px 15px 80px 15px;
}

.od-footer-bar>div {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.od-footer-bar a {
	color: #fff
}

.odfi-footer-logo {
	width: 200px;
	padding-bottom: 25px
}

.od-footer-bar>.od-footer-column {
	max-width: 480px;
	text-align: center;
}

.od-footer-bar .odfi-footer-logo {
	margin: 0 auto
}

.od-footer-bar .od-contact-column {
	display: flex;
	flex-direction: column;
	align-items: center
}


@media (min-width: 769px) {
	.od-footer-bar {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.od-footer-bar>.od-footer-column {
		width: 50%
	}
}

.od-footer-bar>div.od-footer-column-bottom {
	width: 175px;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 40px auto 20px auto;
	justify-content: space-between;
}

.od-footer-infolinks>a {
	display: block;
	text-align: center
}

.od-footer-bar h3 {
	margin: 0;
	font-size: 24px;
}

.od-footer-bar h3:not(:first-child) {
	display: block;
	margin-top: 20px
}

.od-footer-bar .od-rkl {
	margin-top: 25px;
	font-size: 16px;
}

/* FOOTER CONTACTS ADJUST */
.od-footer-bar div.od-footer-column-bottom .od-contact-icon {
	transform: scale(1.2)
}


/* FOOTER CONTACTS */
.od-contact-icon {
	display: flex;
	align-items: center;
	padding-left: 40px;
	background-image: url('/wp-content/themes/opendoors-theme/gfx/od-contact-icons.svg');
	height: 35px;
	background-size: 33px;
	background-repeat: no-repeat;
}
/*
.od-contact-icon.od-contact-tel {
	flex-direction: column;
	align-items: flex-start;
}
.od-contact-tel-add {
	font-size: 16px;
    padding-left: 15%;
	margin-top: -3px
}*/
.od-footer-bar .od-contact-icon {
	margin-bottom: 10px;
}
.od-footer-bar .od-contact-column {
	margin-bottom: 20px
}

.od-contact-mail {
	background-position-y: -34px;
}

.od-contact-tel {
	background-position-y: 0px;
}

.od-contact-facebook {
	background-position-y: -68px;
}

.od-contact-youtube {
	background-position-y: -101px;
}

.od-contact-instagram {
	background-position-y: -135px;
}

.od-contact-twitter {
	background-position-y: -168px;
}

.od-contact-rss {
	background-position-y: -202px;
}

.od-contact-spotify {
	background-position-y: -236px;
}

.od-contact-tiktok {
	background-position-y: -336px;
}

.od-contact-linkedin {
	background-position-y: -370px;
}

/* Gravity Forms */
#main .gfield_description {
	margin: 0;
	padding: 0;
}
#main .gfield_label {
	margin: 0 0 5px 0;
}
#main .gfield input {
	border-radius: 10px;
	border: 1px solid #ccc;
}
#main .gfield p, #main .gfield p a {
	font-size: 15px;
	margin: 0;
}
#main .gform-field-label {
	padding: 0
}