/*!
Theme Name: Chance2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: chance2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Chance2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Display none */

.top-bar .logo {
	display: none;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	font-family: 'Roboto Condensed';
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto Condensed';
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	cursor: pointer;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	/* color: #404040; */
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	/* font-size: 1rem; */
	/* line-height: 1.5; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	margin-left: -17px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

.wpcf7-form-control-wrap, .wpcf7-form-control-wrap > * {
	display: block;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	/* width: 100%; */
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* MyStyles */

:root {
	--link-header: #F8F4EE;
	--link-header-active: #205565;
	--text-blue: #2C6A7D;
	--text-btn: #215767;
	--text-paragraph: #46434C;
	--sidebar-bg: linear-gradient(0deg, #F8F4EE 0%, #FBF9F6 53.13%, #FFFCF8 100%);
}

body {
	background: linear-gradient(180deg, #215767 0%, #0A3B4A 100%);
	background-repeat: no-repeat;
	min-height: 100vh;
}

a {
	text-decoration: none;
}

a:visited {
	color: white;
}

.btn {
	color: var(--text-btn);
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border: 1px solid rgba(33, 87, 103, 0.60);
	padding: 10px 35px;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
}

.row {
	display: flex;
}

.col {
	width: 100%;
}

header {
	position: relative;
}

header a {
	color: var(--link-header);
}

header .top-bar {
	justify-content: flex-end;
	padding: 0 23px;
	padding-top: 25px;
	padding-bottom: 40px;
}

header .top-bar > .col > .row {
	justify-content: flex-end;
}

header .top-bar-navigation {
	margin-right: 30px;
}

header .top-bar-navigation ul {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 30px;
}

header .top-bar-navigation li {
	list-style: none;
}
header .top-bar-navigation a {
	display: block;
  text-decoration: none;
	color: #F8F4EE;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

header .top-bar .socials {
	gap: 20px;
	padding-top: 2px;
}

header .top-bar .socials a {
	display: flex;
}

header .top-bar .socials a svg:hover {
	fill: white
}

header .top-bar .socials a svg {
	fill: rgba(248, 244, 238, 0.60);
}

header .bottom-bar {
	justify-content: space-between;
}

header .bottom-bar a {
	padding: 20px 23px;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

header .bottom-bar a[aria-current=page] {
	color: var(--link-header-active);
	background: linear-gradient(180deg, #FCF9EF 0%, #FFFBF7 100%);
}

header .bottom-bar a.logo {
	all: unset;
	padding-left: 23px;
	cursor: pointer;
}

header .bottom-bar nav a:hover {
	border-radius: 1px 1px 0px 0px;
	background: linear-gradient(180deg, rgba(248, 244, 238, 0.80) 0%, rgba(255, 252, 247, 0.80) 100%);
	color: var(--link-header-active);
}

.page-template-main header a.logo img {
	/* content: url("/wp-content/uploads/2023/08/Group-14.svg"); */
}

.home #main > .container {
	padding: 0 !important;
}

#hero {
	margin-bottom: 23px;
}

#hero .container {
	background-image: url(https://chance2.life/wp-content/uploads/2023/08/Header.jpg);
	background-size: cover;
	height: 582px;
}

#hero > .container > .row {
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 60px;
}

#hero * {
	color: var(--text-blue);
}

#hero p {
	max-width: 497px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 37px;
}

h1 {
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#main {
	padding-bottom: 150px;
	margin: 0;
}

#main > .container > .row {

}

#main > .container > .row > .col:first-child {
	width: 70%;
}

#main > .container > .row > .col:last-child {
	width: 30%;
	padding-left: 30px;
}

#main .sidebar > div {
	position: relative;
	overflow: hidden;
}

#main .sidebar .first {
	background: var(--sidebar-bg);
	padding: 25px 27px;
}

#main .sidebar .first h3 {
	color: #1D5262;
	font-family: 'Roboto Condensed';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 125% */
	text-transform: uppercase;
	padding-bottom: 15px;
}

#main .sidebar .first > .text {
	color: #46434C;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 146.667% */
	padding-bottom: 40px;
}

#main .sidebar .first > .text ul {
	padding-bottom: 10px;
}

/* Contact form */

#main .sidebar .first div#wpcf7-f48-o1 input, #main .sidebar .first div#wpcf7-f48-o1 textarea, #main .sidebar .first div#wpcf7-f48-o1 select {
	max-width: 100%;
	border: 1px solid rgba(70, 67, 76, 0.20);
	background: rgba(255, 255, 255, 0.80);
	padding: 14px 10px;
	border-radius: 0;
	margin-bottom: 16px;
}

#main .sidebar .first div#wpcf7-f48-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
	margin-bottom: 0;
	color: #1F5364;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	border: 1px solid rgba(29, 82, 98, 0.60);
	line-height: normal;
	background-color: unset;
	width: 100%;
}

#main .sidebar .first .socials {
	gap: 7px;
}

#main .sidebar .first .socials a {
	color: #46434C;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	zoom: 0.95;
}

#main .sidebar .first .socials a img {
	filter: brightness(0) saturate(100%) invert(26%) sepia(19%) saturate(258%) hue-rotate(219deg) brightness(88%) contrast(87%);
	padding-right: 5px;
}
/* Articles */

#main .articles {
	position: relative;
}

.actual {
	position: absolute;
	font-family: 'Roboto Condensed';
	left: 37px;
	top: -5px;
	width: 200px;
	min-height: 54px;
	padding-top: 20px;
	padding-bottom: 12px;
	background-color: #E9C548;
	color: #FFF;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	z-index: 9;
}

#main .articles .testimonial-slider-wrap {
	margin-bottom: 5px;
}

#main .articles .item {
	height: 380px;
	display: flex;
  align-items: flex-end;
	padding: 32px 39px;
	position: relative;
	background-size: cover;
}

#main .articles .item .title h4 {
	max-width: 459px;
}

#main .articles .item .title h4 {
	color: #F8F4EE;
	font-family: 'Roboto Condensed';
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 113.333% */
	text-transform: uppercase;
}

#main .articles .item > object {
	position: absolute;
	top: 0;
  z-index: 3;
  color: white;
  opacity: 0;
  transition: 0.5s;
	height: 380px;
	left: 0;
	width: 100%;
	background: rgba(248, 244, 238, 0.8);
}

#main .articles .item .info {
	padding: 35px;
}

#main .articles .item .info > .col:last-child {
	max-width: 276px;
}

#main .articles .item .info > .col:last-child img {
	width: 210px;
	height: 300px;
	float: right;
	object-fit: cover;
}

#main .articles .item .info h4{
	color: var(--text-btn);
	font-family: "Roboto Condensed";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 113.333% */
	text-transform: uppercase;
	padding-bottom: 20px;
}

#main .articles .item .info .date {
	color: var(--link-header-active);
	font-family: "Roboto";
	text-transform: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	padding-bottom: 14px;
	align-items: center;
}

#main .articles .item .info .date p{
	padding-left: 7px;
}

#main .articles .item .info .excerpt p {
	color: #1F5364;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	padding-bottom: 15px;
	text-transform: none;
}

#main .articles .item .info .links {
	flex-direction: column;
}

#main .articles .item .info .links a {
	color: var(--text-blue);
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: underline;
	text-transform: none;
}

.page-template-actual-php #main .articles .item {
	-webkit-filter: grayscale(100%);
	transition : filter 500ms ease-in-out;
	-webkit-transition : filter 500ms ease-in-out;
  -moz-transition : filter 500ms ease-in-out;
  -o-transition : filter 500ms ease-in-out;
}



#main .articles .articles-wrap .item .title {
	opacity: 1;
	-webkit-transition : opacity 500ms ease-in-out;
  -moz-transition : opacity 500ms ease-in-out;
  -o-transition : opacity 500ms ease-in-out;
  transition : opacity 500ms ease-in-out;
}

.page-template-actual-php #main .articles .articles-wrap .item:hover {
	-webkit-filter: grayscale(0%);
}

.page-template-main #main .articles .articles-wrap .item:hover .title, .single-post #main .articles .articles-wrap .item:hover .title {
  opacity: 0;
}


#main .articles .item > object {
	display: flex;
	align-items: flex-end;
  /* transform: translateY(0px); */

}

#main .articles .item:hover > object {
  opacity: 1;
  /* transform: translateY(0px); */

}

#main .articles .owl-nav {
	display: flex;
  gap: 35px;
	color: #DEA029;
	position: absolute;
	right: 38px;
	bottom: 47px;
	font-size: 62px;
}

#main .articles .owl-nav .owl-prev svg path, #main .articles .owl-nav .owl-next svg path {
	fill: rgba(255, 255, 255, 0.50) !important;
}

#main .articles .owl-nav button:hover svg path {
	fill: rgba(255, 255, 255, 0.50) !important;
	fill: rgb(222, 160, 41) !important;
}

#main .articles .owl-nav .disabled:hover svg path {
	fill: rgba(255, 255, 255, 0.50) !important;
}

#main .articles .articles-wrap {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.page-template-actual #main .articles .articles-wrap > a {
	filter: grayscale(100%); /* Current draft standard */
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
	filter: url(resources.svg#desaturate); /* Gecko */
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Old WebKit */
	-webkit-transition : filter 500ms ease-in-out;
  -moz-transition : filter 500ms ease-in-out;
  -o-transition : filter 500ms ease-in-out;
  transition : filter 500ms ease-in-out;
}

.page-template-actual #main .articles .articles-wrap > a:hover {
	filter: unset; /* Current draft standard */
	-webkit-filter: unset; /* New WebKit */
	-moz-filter: unset;
	-ms-filter: unset; 
	-o-filter: unset; /* Not yet supported in Gecko, Opera or IE */ 
	filter: unset; /* Gecko */
	filter: unset; /* IE */
	-webkit-filter: unset; /* Old WebKit */

}

#main .articles .articles-wrap > a{
	display: flex;
	align-items: flex-end;
	padding: 32px 39px;
	width: 100%;
	height: 380px;
	color: #F8F4EE;
	font-family: 'Roboto Condensed';
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
}

/* Footer */

footer {
	border-top: 1px solid rgba(217, 217, 217, 0.60);
	padding: 80px 0;
}

footer .socials {
	flex-direction: column;
	gap: 2px;
}

footer .socials svg {
	margin-top: 4px;
	fill: #F8F4EE;
}

footer .socials p {
	color: #F8F4EE;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 176.923% */
	padding-left: 12px;
}

footer .container .row .col:first-child {
	min-width: 35%;
}

footer .container .row .col:first-child h3 {
	font-family: 'Roboto Condensed';
	color: #F8F4EE;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

footer .container .row .col:first-child p {
	color: #F8F4EE;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

footer ul {
	padding: 0;
	margin: 0;
}

footer ul li {
	list-style: none;
}

footer ul li a {
	color: #F8F4EE;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 164.286% */
}

@media (max-width: 1156px) {

	#main > .container > .row > .col:first-child {
    width: 65%;
	}

	#main > .container > .row > .col:last-child {
    width: 35%;
    padding-left: 15px;
	}

	#main .articles .item {
		height: 320px;
	}

	footer .container {
		padding: 0 25px;
	}

	footer .container .row .col:first-child {
    min-width: 25%;
	}
}

@media (max-width: 1040px) {
	#main .articles .item .info > .col:last-child {
		display: none;
	}
}

@media (max-width: 950px) {
	#main .sidebar .first .socials {
		flex-direction: column;
	}

	#main .articles .item .title h4 {
		max-width: calc(100% - 90px);
	}
}

@media (max-width: 868px) {
	.top-bar .logo {
		display: flex;
		margin-right: auto;
	}

	.bottom-bar .logo {
		display: none !important;
	}

	header .top-bar > .col > .row {
		align-items: center;
	}
}

@media (max-width: 682px) {
	.mobile {
		display: block !important; 
	}

	.site-header .row.bottom-bar, .site-header nav#top-bar-navigation, .site-header .row.socials, header a.logo img:first-child {
		display: none;
	}

	header .top-bar {
		padding: 25px 0;
		margin-bottom: -93px;
		z-index: 9;
	}

	/* Mobile menu toggle */
	#hamburger {
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-left: 20px;
		position: relative;
		z-index: 99999;
	}

	#hamburger.mobile.active img{
		content: url("/wp-content/uploads/2023/09/Menu.svg");
	}

	#dropDown {
		position: absolute;
    top: 0;
    width: 100%;
    right: 0;
	}

	#dropDown.active {
		display: block !important;
	}
	
	.strip {
		width: 25px;
		height: 2px;
		background-color: black;
	}
	
	#top {
		margin-top: 17px;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	#top.topRotate {
		transform-origin: center;
		transform: translateY(4px) rotateZ(45deg);
	}
	
	#bottom {
		margin-bottom: 17px;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	#bottom.bottomRotate {
		transform-origin: center;
		transform: translateY(-5px) rotateZ(-45deg);
	}
	
	#background {
		width: 100%;
		height: 0;
		background: linear-gradient(180deg, rgba(242, 249, 248, 0.95) 0%, rgba(250, 255, 255, 0.95) 51.04%, rgba(255, 255, 255, 0.91) 100%);
		position: absolute;
		-webkit-transition: all 0.45s ease;
		-moz-transition: all 0.45s ease;
		-ms-transition: all 0.45s ease;
		-o-transition: all 0.45s ease;
		transition: all 0.45s ease;
	}
	#background.expand {
		min-height: 700px;
		z-index: 100;
	}
	
	header ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	header ul li {
		display: none;
		/* background-color: ; */
		color: #ffffff;
		font-family: "Quicksand", sans-serif;
		font-weight: lighter;
		font-size: 15px;
		padding: 10px 20px;
		padding-left: 25px;
	}
	
	header ul li:after {
		position: absolute;
		content: "";
		left: 60px;
		width: 60%;
		height: 1px;
		bottom: 4px;
		background: rgba(255, 255, 255, 0.25);
	}
	header ul li:last-child:after {
		width: 0;
	}

	header ul li a {
		color: var(--text-blue) !important;
		font-family: "Roboto Condensed";
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px;
	}

	header ul li .sub-menu li {
		padding: 10px;
	}

	header ul li .sub-menu li:first-child {
		padding-top: 20px;
	}

	header #dropDown #primary-mobile {
		padding-top: 90px;
	}

	header #dropDown #primary-mobile > li > a {
		font-weight: 700;
	}

	header #dropDown .menu-menu-1-container {
		z-index: 101;
		position: relative;
	}
	
	header li:nth-child(1) {
		animation-name: fold;
		animation-duration: 401ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li.anim:nth-child(1) {
		animation-name: drop;
		animation-duration: 100ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li:nth-child(2) {
		animation-name: fold;
		animation-duration: 321ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li.anim:nth-child(2) {
		animation-name: drop;
		animation-duration: 200ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li:nth-child(3) {
		animation-name: fold;
		animation-duration: 241ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li.anim:nth-child(3) {
		animation-name: drop;
		animation-duration: 300ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li:nth-child(4) {
		animation-name: fold;
		animation-duration: 161ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li.anim:nth-child(4) {
		animation-name: drop;
		animation-duration: 400ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li:nth-child(5) {
		animation-name: fold;
		animation-duration: 81ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li.anim:nth-child(5) {
		animation-name: drop;
		animation-duration: 500ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li:nth-child(6) {
		animation-name: fold;
		animation-duration: 1ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
		padding-top: 40px;
	}
	
	header li.anim:nth-child(6) {
		animation-name: drop;
		animation-duration: 600ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}

	header li:nth-child(7) {
		animation-name: fold;
		animation-duration: 1ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li.anim:nth-child(7) {
		animation-name: drop;
		animation-duration: 600ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}

	header li:nth-child(8) {
		animation-name: fold;
		animation-duration: 1ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	header li.anim:nth-child(8) {
		animation-name: drop;
		animation-duration: 600ms;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	@-webkit-keyframes drop {
		0% {
			opacity: 0;
			transform: scale(1.3);
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	@keyframes drop {
		0% {
			opacity: 0;
			transform: scale(1.3);
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	@-webkit-keyframes fold {
		0% {
			opacity: 1;
			transform: scale(1);
		}
		100% {
			opacity: 0;
			transform: scale(0.7);
		}
	}
	@keyframes fold {
		0% {
			opacity: 1;
			transform: scale(1);
		}
		100% {
			opacity: 0;
			transform: scale(0.7);
		}
	}

	#hero .container {
		height: 600px;
	}

	#hero > .container > .row {
		padding: 142px 25px 117px 25px;
	}

	h1 {
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		padding-bottom: 12px;
	}

	#hero {
		margin: 0;
	}

	#hero p {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}

	#main > .container > .row {
		flex-direction: column;
	}

	#main > .container > .row > .col:first-child {
    width: 100%;
	}

	#main .articles .actual {
		left: 0;
    top: 0;
		padding: 14px 30px 7px 25px;
	}

	#main .articles .item > object {
		height: 600px !important;
	}
	#main .articles .item .info {
		height: 530px !important;
		align-items: flex-end;
	}

	#main .articles .item {
		height: 600px !important;
		background-size: cover;
    background-position: center;
	}

	#main .articles .testimonial-slider-wrap {
		margin-bottom: -16px;
	}

	#main .articles .articles-wrap {
		gap: 0;
	}

	#main .articles .articles-wrap > a {
		padding: 32px 25px;
	}

	#main .articles .item .title h4 {
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 125%;
	}

	#main > .container > .row > .col:last-child {
		width: 100%;
		padding: 0;
	}

	#main .sidebar .first {
		padding: 30px 27px;
	}

	#main .sidebar .first .socials {
    flex-direction: row;
	}

	#main {
    padding-bottom: 0;
	}

	footer {
		padding: 40px 0;
	}







	footer .container > .row {
		flex-direction: column;
		gap: 30px;
	}

	
}

@media (max-width:394px) {
	#main .articles .item .title h4 {
		font-size: 22px;
	}

	#main .articles .owl-nav {
    display: flex;
    gap: 20px;
    color: #DEA029;
    position: absolute;
    right: 15px;
    bottom: 41px;
    font-size: 48px;
}
}



/* Actual page */

#actual-hero .container {
	padding: 55px 48px;
	background: linear-gradient(0deg, #F8F4EE 0%, #FBF9F6 53.13%, #FFFCF8 100%);
}

#actual-hero .container > .row {
	gap: 52px;
}

#actual-hero .container > .row > .col:first-child {
	max-width: 369px;
}

#actual-hero .row > .row {
	flex-direction: column;
	justify-content: center;
}

#actual-hero h1 {
	color: var(--link-header-active);
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px; /* 108.696% */
	text-transform: uppercase;
	padding-bottom: 40px;
}

#actual-hero p {
	color: #46434C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
}

#actual-hero .col p:last-child {
	padding-top: 35px;
	color: var(--text-blue);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
}

#actual-hero p a {
	color: var(--text-blue);
	text-decoration: underline;
}

.page-template-actual-php #main {
	padding: 60px 0 50px 0;
}

.page-template-actual-php #main .container {
	padding: 0 25px;
}

.page-template-actual-php .articles {
	width: 100% !important;
	display: block;
	padding: 0 !important;
}

.page-template-actual-php .articles-head .row {
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	padding-bottom: 27px;
}

.page-template-actual-php .articles-head h2 {
	color: #FDFBF1;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.page-template-actual-php .articles-head a{
	color: #FFF;
text-align: right;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

.page-template-actual-php #main .articles .owl-nav {
	display: flex;
	gap: 0;
	width: 110%;
	right: -5%;
	bottom: 47px;
	font-size: 62px;
	justify-content: space-between;
	z-index: -1;
}

.page-template-actual-php .articles .item {
	padding: 20px 25px 25px 23px !important;

}

.page-template-actual-php .articles .owl-item {
	border: 2px solid transparent;
	-webkit-transition : border 500ms ease-in-out;
  -moz-transition : border 500ms ease-in-out;
  -o-transition : border 500ms ease-in-out;
  transition : border 500ms ease-in-out;
}

.page-template-actual-php .articles .owl-item:hover {
	border: 2px solid #F9F5E4;
}

.page-template-actual-php .articles *:hover {
	color: #E9C548 !important;
	-webkit-transition : color 500ms ease-in-out;
  -moz-transition : color 500ms ease-in-out;
  -o-transition : color 500ms ease-in-out;
  transition : color 500ms ease-in-out;
}


.page-template-actual-php #main .articles .item .title h4 {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-transform: none;
}

.page-template-actual-php .articles > div:nth-child(3) {
	margin-top: 77px;
}

.page-template-actual-php .articles > div:nth-child(4) {
	margin-bottom: 60px;
}

.page-template-actual-php #main .container > p {
	color: #F8F4EE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	max-width: 562px;
	padding-left: 25px;
	padding-right: 25px;
}

.page-template-actual-php #main .container > p a {
	text-decoration: underline;
}

/* .page-template-actual-php .owl-carousel .owl-nav button.owl-next, .page-template-actual-php .owl-carousel .owl-nav button.owl-prev,.page-template-actual-php .owl-carousel button.owl-dot {
	/* color: #ff000000; */
	/* background-color: ; 
} */

@media (max-width: 1290px) {
	.page-template-actual-php #main .articles .owl-nav {
    display: flex;
    gap: 0;
    width: 100%;
    right: 0;
    bottom: 47px;
    font-size: 62px;
    justify-content: space-between;
    z-index: -1;
	}

	.page-template-actual-php .articles-wrap.all-articles {
		padding: 0 25px;
	}
}

@media (max-width: 768px) {

	.page-template-actual #main {
		background: linear-gradient(180deg, #215767 0%, #0A3B4A 100%);
	}

	#actual-hero .container > .row  {
		flex-direction: column;
	}
	#actual-hero .container > .row > .col:first-child {
		max-width: 100%;
	}

	#actual-hero .container > .row > .col:first-child img {
		object-fit: cover;
		max-height: 360px;
	}

	.single-post .post-thumbnail img {
		width: 100%;
	}
}

@media (max-width: 682px) {

	.page-template-actual-php #actual-hero .container {
		padding: 55px 25px;
		padding-top: 100px;
	}

	.page-template-actual-php #main .articles .item {
    height: 430px !important;
    background-size: cover;
    background-position: center;
	}
}


/* OwlNavAdaptive */

@media (max-width:600px) {
	.page-template-actual-php #main .articles .owl-nav {
		display: flex;
    gap: 35px;
    color: #DEA029;
    position: absolute;
    right: 50px;
    bottom: 47px;
    font-size: 62px;
		justify-content: flex-end;
		z-index: 2;
	}

	.page-template-actual-php #main .container {
		padding: 0;
	}
}


/* Single-post styles */

.single-post header .top-bar {
	margin: 0;
}

.single-post #actual-hero {
	overflow: hidden;
}

.single-post #actual-hero > .container {
	position: relative;
}

.single-post #actual-hero h1 {
	padding: 0;
}

.single-post #actual-hero .col .excerpt {
	padding-top: 25px;
	padding-bottom: 50px;
}

.single-post #actual-hero .col .excerpt p {
	padding: 0 !important;
}

.single-post  #actual-hero .col p:last-child {
	color: #46434C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	padding-top: 20px !important;
}

.single-post #actual-hero .buttons {
	gap: 40px;
	display: flex;
}

.single-post #actual-hero .buttons > a {
	display: flex;
	gap: 10px;
}

.single-post #actual-hero .buttons > a span {
	color: var(--text-blue);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}

.single-post #actual-hero .row > .col.row:first-child img {
	height: 471px;
	object-fit: cover;
}

.single-post .post-main > .row > .col:first-child h2 {
	padding-bottom: 20px;
	color: var(--link-header-active);
	font-family: "Roboto Condensed";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 128.571% */
}

.single-post .post-main > .row > .col:first-child p{
	padding-bottom: 20px;
	color: var(--text-paragraph);
	/* font-family: "Roboto"; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.single-post .post-main > .row > .col:first-child ul li {
	color: var(--text-paragraph);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	padding-bottom: 3px;
}

.single-post .post-main {
	margin-top: 30px;
}

.single-post .post-main > .row > .col:first-child {
	background: linear-gradient(90deg, #ECE9E4 4.71%, #FFF 86.89%);
	width: 70%;
}

.single-post .post-main > .row > .col:last-child {
	width: 30%;
	padding-left: 30px;
}

.single-post .lightbox a {
	background-position: center;
	background-size: cover;
	font-family: "Montserrat";
	color: #1F5364;
	text-align: center;
	font-size: 53px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 75.472% */
	background-color: #F8F4EE;
	filter: drop-shadow(-2px 3px 12px rgba(0, 0, 0, 0.25));
	border-radius: 50%;
	width: 62px;
	height: 62px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 7px;
	position: absolute;
	bottom: 74px;
	right: -30px;
}

.single-post #post-main > .row > .col:first-child {
	padding: 55px 48px;
	height: fit-content;
}

.single-post #post-main > .row > .col:first-child a {
	text-decoration: underline !important;
	color: var(--link-header-active) !important;
}

.post-main .sharing-wrapper {
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	gap: 10px;
}

.post-main .sharing-wrapper p {
	padding: 0 !important;
	color: rgba(44, 106, 125, 0.80) !important;
	text-align: right;
	font-family: "Roboto";
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 18px !important;
}

.post-main .sharing-buttons a {
	color: rgba(44, 106, 125, 0.80);
}

.post-main .sharing-buttons {
	gap: 7px;
}

/* Comments */

.single-post #comments {
	border-top: 4px solid rgba(44, 106, 125, 0.50);
	padding-top: 40px;
	margin-top: 30px;
}

.single-post #comments h2 {
	color: #205565;
	font-family: "Roboto Condensed";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 9px;
}

.single-post #comments .comment-list {
	margin: 0;
	padding: 0;
}

.single-post #comments .comment-list footer {
	border: none;
	padding: 0;
}

.commentlist {
	padding: 0;
	margin: 0;
}

.comment-author.vcard.row {
	flex-direction: column;
}

.comment-body.row {
	gap: 23px;
	padding: 30px 0;
	border-bottom: 1px solid rgba(44, 106, 125, 0.50);
}



.comment-body.row .comment-avatar	img{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	min-width: 52px;
	min-height: 52px;
}

.comment-body.row .comment-author.vcard.row > div:first-child a {
	color: rgba(44, 106, 125, 0.80);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 120% */
}

.comment-body.row .comment-author.vcard.row > a:nth-child(2){
	color: rgba(44, 106, 125, 0.80);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 138.462% */
	padding-top: 3px;
}

.comment-body.row .comment-author.vcard.row p{
	color: #215767;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	padding: 10px 0;
}

.comment-body.row .comment-author.vcard.row .reply {
	gap: 6px;
}

.comment-body.row .comment-author.vcard.row .reply img {
	width: 20px;
	height: 20px;
}

.comment-body.row .comment-author.vcard.row .reply a {
	color: rgba(44, 106, 125, 0.80);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 128.571% */
	text-decoration-line: underline;
}

#respond .reply-title{
	padding-top: 39px;
	padding-bottom: 34px;
}

#respond h3 {
	color: #205565;
	font-family: "Roboto Condensed";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top: 39px;
	padding-bottom: 15px;
}

#respond form#commentform a {
	color: #205565 !important;
	font-weight: 300;
}

#respond .logged-in-as {
	padding-bottom: 30px;
}

#respond textarea {
	border: 1px solid rgba(70, 67, 76, 0.20);
	background: rgba(255, 255, 255, 0.80);
	padding: 15px 18px;
	border-radius: 0;
}

#respond .form-submit{
	margin-top: 15px;
}

#respond .form-submit input{
	border: 1px solid rgba(29, 82, 98, 0.60);
	width: 100%;
	color: #1F5364;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
	/* background: linear-gradient(90deg, #ECE9E4 4.71%, #FFF 86.89%); */
	background: none;
	border-radius: 0;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
	width: 337px;
	max-width: 100%;
	border: 1px solid rgba(70, 67, 76, 0.20);
	background: rgba(255, 255, 255, 0.80);
	border-radius: 0;
	height: 40px;
	padding: 15px 18px;
}


form#commentform {
	display: flex;
	flex-direction: column;
}

form#commentform p:nth-child(1) {
	order: 1;
	padding-bottom: 18px;
}

form#commentform p:nth-child(2) {
	padding-bottom: 18px;
	order: 4;
}
form#commentform p:nth-child(3) {
	padding-bottom: 18px;
	order: 2;
}
form#commentform p:nth-child(4) {
	padding-bottom: 18px;
	order: 3;
}
form#commentform p:nth-child(5) {
	order: 3;
	padding-bottom: 18px;
}
form#commentform p:nth-child(6) {
	order: 5;
}
form#commentform p:nth-child(7) {
	order: 6;
}
form#commentform p:nth-child(8) {
	order: 7;
}

.single-post #main .sidebar {
	position: relative;
	width: 30%;
	padding-left: 30px;
}
/* 
.single-post #main .sidebar > div:first-child {
	position: absolute;
} */

.single-post #main .owl-item a {
	height: 480px;
	width: 100%;
	display: block;
	position: relative;
}

.single-post #main .articles .item .title h4 {
	position: absolute;
	left: 27px;
	bottom: 23px;
	color: #F8F4EE;
	font-family: "Roboto Condensed";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 100% */
	text-transform: uppercase;
	max-width: 193px;
}

.single-post #main .owl-nav{
	position: absolute;
	bottom: 46px;
	right: 26px;
	display: flex;
	gap: 30px;
}

.single-post #main .articles .articles-wrap > a, .single-post #main .articles .item > object {
	height: 480px;
}

.single-post #main .articles .articles-wrap .item .title h4 {
	max-width: 80%;
}

.single-post #main .articles .item .info > .col:last-child {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.single-post #main .articles .item .info > .col:last-child {
	display: block;
}

.single-post #main .articles .item .info h4 {
	color: #2C6A7D;
	font-family: "Roboto Condensed";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 118.182% */
	text-transform: uppercase;
}

/* {color: #1F5364;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
} */

.single-post #main .articles .item .info > .col:last-child img {
	height: auto;
	max-width: 100%;
	width: 24px;
}

.single-post  #main .articles .item .info > .col {
	background: unset;
}

.single-post #main .articles .item .info {
	padding: 25px;
}

.single-post #main .articles .item .info .links object a {
	line-height: 1.3em;
	display: block;
	margin-bottom: 7px;
}

.single-post #main .articles a.item  > object {
	display: flex;
	align-items: flex-end;
}

.single-post .agr-recaptcha-wrapper {
	order: 7;
	margin-bottom: -20px;
}


/* #myModal */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
	z-index: 9;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

#myModal .embed-container iframe {
	width: 100%;
	/* height: 35em; */
	min-height: 80vh;
}

.single-post #post-featured-img {
	position: relative;
}

.single-post #post-featured-img .play-btn {
	width: 95px;
	height: 95px !important;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.single-post .sidebar.articles .dates-block {
	background: linear-gradient(0deg, #F8F4EE 0%, #FBF9F6 53.12%, #FFFCF8 100%);
	padding-top: 28px;
	padding-bottom: 37px;
	margin-bottom: 30px;
}

.single-post .sidebar.articles .dates-block .heading {
	padding: 20px;
	background: linear-gradient(90deg, #DCB52F 0%, #F0D269 102.7%);
	margin-right: -5px;
	margin-left: -5px;
	color: var(--link-header-active);
	text-align: center;
	font-family: "Roboto Condensed";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 108.333% */
	text-transform: uppercase;
}

.single-post .sidebar.articles .dates-block .dates.row {
	padding: 0 30px;
	padding-top: 43px;
	padding-bottom: 31px;
}

.single-post .sidebar.articles .dates-block .place.dates.row {
	padding-top: 0;
}

.single-post .sidebar.articles .dates-block .dates.row > .col:first-child {
	/* width: 24px; */
	flex: 0 1 24px;
	padding-top: 5px;
}

.single-post .sidebar.articles .dates-block .dates.row > .col:last-child {
	padding-left: 18px;
}

.single-post .sidebar.articles .dates-block .dates.row .col p {
	color: var(--link-header-active);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.single-post .sidebar.articles .dates-block .date.dates.row .col p:first-child {
	padding-bottom: 10px;
}

.single-post .sidebar.articles .dates-block .btn-wrapper .btn{
	display: block;
	width: 100%;
	color: #1F5364;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.single-post .sidebar.articles .dates-block .btn-wrapper {
	display: flex;
	gap: 17px;
	padding: 0 30px;
	flex-direction: column;
}


@media (max-width: 1200px) {
	.single-post .lightbox a {
		right: 48px;
	}
}

@media (max-width: 1156px) {
	.single-post #main > .container > .row > .col:nth-child(2) {
			width: 35%;
	}
}

@media (max-width:682px) {

	.container {
		padding: 0 25px;
	}

	.single-post, .page-template {
		background: linear-gradient(357deg, #ECE9E4 40.82%, #FFFCF8 97.61%);
	}

	.single-post header {
		background-color: inherit;
	}

	.single-post .lightbox a {
		position: fixed;
    right: 45px;
    bottom: 50px;
		z-index: 3;
	}

	.single-post .post-thumbnail {
		margin-top: -55px;
		margin-right: -25px;
    margin-left: -25px;
	}

	.single-post #actual-hero .container > .row {
    gap: 20px;
	}

	.single-post .container{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.single-post #actual-hero h1 {
		font-size: 36px;
		line-height: normal;
	}

	.single-post #actual-hero .col .excerpt {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		padding-top: 0;
    padding-bottom: 20px;
	}

	.single-post #actual-hero .buttons {
    gap: 30px;
	}

	.single-post .post-main > .row > .col:first-child {
		background: none;
	}

	.single-post #actual-hero .container {
    background: none;
	}

	.single-post #post-main > .row > .col:first-child {
    padding: 0;
	}

	.single-post .post-main {
		margin-top: 0;
	}



	.single-post #main > .container > .row > .col:nth-child(2) {
    width: 100%;
		padding: 0;
	}

	.single-post footer {
		background: linear-gradient(180deg, #215767 0%, #0A3B4A 100%);
	}

	.single-post #main > .container > .row > .col:nth-child(2) {
		margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
	}
}

#myModalPost {
	/* display: block; */
	background: rgba(70, 67, 76, 0.50);
	backdrop-filter: blur(2.5px);
}	

#myModalPost .modal-content {
	max-width: 968px;
}

#myModalPost ol{    
	list-style: disc;
}

#myModalPost h2 {
	color: var(--link-header-active);
	font-family: "Roboto Condensed";
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	/* line-height: normal; */
	padding-bottom: 20px;
}

#myModalPost p {
	color: #46434C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	padding: 0;
}

#myModalPost .paragraph a{
	color: #46434C;
	text-decoration: underline;
}

#myModalPost .paragraph {
	padding-bottom: 22px;

}

#myModalPost .paragraph *, #myModalPost .paragraph {
	color: #46434C;
	font-family: "Roboto Flex";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

#myModalPost  .modal-content {
	background-size: cover;
	padding: 55px 50px;
	border: 10px solid white;
	background-image: url(/wp-content/uploads/2023/10/man-traveler-mountain-summit-enjoying-nature-view-with-hands-raised-clouds-2.jpg);
}

#myModalPost .socials {
	gap: 20px;
}

#myModalPost .socials .row {
	flex-direction: row;
}

#myModalPost .socials img {
	filter: brightness(0) saturate(100%) invert(26%) sepia(19%) saturate(258%) hue-rotate(219deg) brightness(88%) contrast(87%);
	padding-right: 5px;
}

.page #actual-hero #myModalPost .socials p, .single-post #actual-hero #myModalPost .socials p {
	padding-top: 0 !important;
	color: var(--text-paragraph);
	font-family: "Open Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 176.923% */
}

form input,form textarea, form select {
	border-radius: 0 !important;
	border: 1px solid rgba(70, 67, 76, 0.20) !important;
	background: rgba(255, 255, 255, 0.80);
	padding: 10px !important;
	color: #838384; 
	font-family: "Open Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 100%;
}

#myModalPost form > p{
	display: flex;
	flex-wrap: wrap;
}

#myModalPost form .wpcf7-not-valid-tip {
	padding-top: 5px;
	width: 100%;
}

#myModalPost form p br {
	display: none;
}

#myModalPost form p span, #myModalPost form p input, #myModalPost form p select{
	width: 100%;
	display: inline-block;
}

#myModalPost form p > span:nth-child(1) {
	padding-bottom: 20px;
}

#myModalPost form p > span:nth-child(2) {
	width: 50%;
	padding-right: 8px;
}

#myModalPost form p > span:nth-child(3) {
	width: 50%;
	padding-left: 8px;
}

#myModalPost form p textarea {
	margin-top: 20px;
	margin-bottom: 30px;
}

#myModalPost form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	border: 1px solid #205565;
	background: #205565;
	color: #F8F4EE;
	text-align: center;
	font-family: "Open Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#myModalPost form {

}

@media (max-width: 910px) {
	#myModalPost .modal-content > .row {
		flex-direction: column;
		gap: 30px;
	}
}

@media (max-width: 600px) {

	#myModalPost{
		padding: 0;
	}
	#myModalPost .modal-content {
		padding: 25px;
		margin: 0;
    width: 100%;
		border: none;
	}

	.close {
		color: var(--link-header-active);
	}
}

.privacy-policy main .container {
	background: linear-gradient(90deg, #ECE9E4 4.71%, #FFF 86.89%);
	padding: 56px 41px;
	margin-bottom: 50px;
}

.privacy-policy main article {
	margin: 0;
}

.privacy-policy main h1{
	color: #205565;
	font-family: "Roboto Condensed";
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px; /* 108.696% */
	text-transform: uppercase;
}

.privacy-policy main p{
	color: #46434C;
	font-family: Roboto Flex;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

@media (max-width: 682px) {
	.privacy-policy main .container {
		background: none;
		padding: 0 25px;
		padding-top: 80px;
	}

	.privacy-policy main h1 {
		color: #1D5262;
		font-family: "Roboto Condensed";
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 42px; /* 116.667% */
		text-transform: uppercase;
	}

	footer {
		background: linear-gradient(180deg, #215767 0%, #0A3B4A 100%);
	}
}

.post, .page {
	margin: 0;
}


/* Contact-Us */

.post-template-contact-us #myModalPost {
	display: block !important;
	position: relative; 
	background: unset !important;
	padding: 0;
	overflow: unset;
	z-index: 1;
}
.post-template-contact-us #myModalPost .modal-content {
	padding: 0;
	margin: 0;
	max-width: 100%;
	width: 100%;
	border: none;
	padding: 0 70px;
	padding-top: 100px;
	padding-bottom: 70px;
}

.post-template-contact-us #actual-hero .container {
	padding: 0 !important;
}

@media (max-width: 768px) {
	.post-template-contact-us #myModalPost .modal-content {
		padding: 50px 25px 30px 25px;
	}
}