/*!
Theme Name: Ellen2024
Theme URI: 
Author: Underscores.me
Author URI: 
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: ellen
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.

Ellen2024 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%;
}

/* 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;
	margin: 0.67em 0;
}

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

/**
 * 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
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@0,300..800;1,300..800&display=swap');
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Open sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: auto;
}

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

p {
	margin:0 0 15px 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 0 1.5em 0;
}

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: #008000;
	text-decoration: none;
}


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

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

/* Forms
--------------------------------------------- */
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: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 23px;
}

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

.main-navigation ul ul {
	position: absolute;
	z-index: 99999;
}

.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: 1024px) {

	.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-template .page-content .container {
	max-width: 890px; 
	margin: 0 auto!important;
}

.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;
}
.container{
	width: 100%;
	max-width: 1345px;
	margin-left: auto;
	margin-right: auto;
}
.flex-row{
	display: flex;
}
.site-header {
    position: relative;
    width: 100%;
	padding: 30px 0 20px;
}
.site-header .flex-row{
	justify-content: space-between;
	gap: 30px;
	align-items: flex-end;
}
.site-header .site-branding{
	width: 100%;
    max-width: 331px;
}
.main-navigation ul{
	gap: 20px;
	justify-content: flex-end;
	align-items: center;
}
.main-navigation a{
	text-transform: uppercase;
	color: #000;
	position: relative;
}
.main-navigation li.menu-item-has-children {
    padding-right: 19px;
}
.main-navigation ul li a::after{
	content: '';
	width: 48px;
	height: 2px;
	flex-grow: 0;
	background-color: #008000;
	display: block;
	transform: translateX(-100%) scale(0);
	transition: all .5s ease;
}
.main-navigation ul li a:hover::after{
    transform: translateX(0px) scale(1);
}
.main-navigation .contact-btn a {
    border-radius: 15px;
    border: 1px solid #008000;
	padding: 7px 15px 7px 15px;
    line-height: 1;
	/* margin-left: 20px; */
	display: inline-block;
	transition: all .5s ease-in-out;
}
.main-navigation ul li.contact-btn a:hover{
	background-color: #008000;
	color: #fff;
}
.main-navigation ul li.contact-btn a::after{
	content: none;
}
.social-links a{
	font-size: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.social-links .linkedin{
	background-image: url('./img/linkedin-in.svg');
}
.social-links .facebook{
	background-image: url('./img/facebook-f.svg');
}
.social-links .twitter{
	background-image: url('./img/x-twitter.svg');
}
.social-links {
    display: flex;
    gap: 10px;
}
.site-footer{
	position: relative;
	padding: 114px 30px 124px 30px;
	background-color: rgba(0, 0, 0, 0.02);
}
.site-footer .flex-row{
	justify-content: center;
	gap: 45px;
}
.site-footer .site-branding{
	max-width: 222px;
}
.site-footer .flex-row h3{
	text-transform: uppercase;
	margin-top: 0;
	font-size: 18px;
}
.home-slider-item {
    position: relative;
    min-height: 587px;
	width: 100%;
}

.home-slider-item-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	filter: grayscale(1);
	transition: all .5s ease-in-out;
}
.home-slider-item:hover img {
    filter: none;
}
.filter-blk{
	position: relative;
	padding: 61px 30px;
}
.filter-head {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
	margin-bottom: 25px;
	flex-wrap: wrap;
}

.filter-head a {
    text-decoration: none;
    color: #000;
	line-height: 1;
	display: flex;
	align-items: center;
}

.filter-head a.active {color: #008000;}
.filter-body-wrap {
    /* -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px; */
	position: relative;
}
.filter-body-wrap .item{
	background-color: #000;
	display: inline-block;
    margin: 5px;
	width: 435px;
}
.filter-body-wrap .item .item-ct{
	padding: 34px 20px;
	text-align: center;
}
.filter-body-wrap .item h2{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 29px;
}
.filter-body-wrap img{
	filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
    filter: gray;
    -webkit-filter: grayscale(100%);
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
	width: 100%;
	object-fit: cover;
}
.filter-body-wrap .item:hover img{
	filter: none;
}
.home-slider-item-ct {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    height: 100%;
    display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
    align-items: flex-end;
	background-color: rgba(0, 0, 0, 0.40);
	padding: 46px 96px;
	color: #fff;
	gap: 18px;
	line-height: 1.4;
	    padding-right: calc(50% - (1345px/2));
}
.home-slider-item-ct .excerpt::before,.book-blk .sub::before,blockquote::before{
	content: '';
	display: inline-block;
	background-image: url('./img/quote.svg');
	background-repeat: no-repeat;
	width: 22.1px;
	height: 17px;
	top: 5px;
    position: absolute;
    left: -33px;
}
.single-post blockquote{
	position: relative;
}
.single-post blockquote::before{
	/*width: 17.1px;
    top: 0;
    background-size: contain;
	background-image: url('./img/quote.png');*/
	content: '';
    display: inline-block;
    background-image: url(./img/quote.svg);
    background-repeat: no-repeat;
    width: 22.1px;
    height: 17px;
    top: 1px;
    position: absolute;
    left: -33px;
}

.single-post blockquote > p:first-of-type {
	font-size: 18px;
    font-weight: bold;}


.single-post .post-thumb{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.home-slider-item-ct .excerpt{
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
.home-slider-item-ct .title{
	font-size: 13px;
	font-weight: bold;
	color: #a2a2a2;
}
.home-slider {
    position: relative;
}
.home-slider:not(.slick-initialized) .home-slider-item:not(:first-child){
	opacity: 0;
}
.slick-arrow{
	background: url('./img/bg_direction_nav.png') no-repeat 0 0;
	width: 36px;
    height: 36px;
    margin: -20px 0 0;
    display: block;
	position: absolute;
	font-size: 0;
	top: 50%;
    outline: none;
    border: none;
	z-index: 9;
	cursor: pointer;
}
.slick-prev{
	left: 15px;
}
.slick-next{
	right: 15px;
	background-position: 100% 0;
}
.abt-blk{
	position: relative;
	text-align: center;
	padding: 37px 30px 74px 30px;
}
.abt-blk h1{
	font-size: 34px;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 400;
}
.abt-blk h1 strong{
	font-size: 38px;
	font-weight: 600;
}
.single-post .home-slider-item{
	min-height: 400px;
}
.abt-blk .sub,.quote-blk .sub{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #008000;
}
.abt-blk .flex-row{
	text-align: left;
	gap: 53px;
	margin-top: 40px;
}
.abt-blk .flex-row h5{
	font-size: 18px;
	line-height: 1.4;
	margin-top: 0;
	font-weight: 400;
	color: #4a4a4a;
}
.abt-blk .flex-row p, .abt-blk .flex-row li{
	font-size: 15px;
}
.abt-blk .flex-row .cta:last-child{
	font-size: 15px;
	flex: 1 0 653px;
}
.button{
	padding: 13px 37px;
	border-radius: 90px;
	background-color: #008000;
	border: 1px solid #008000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	display: inline-block;
}
.button:hover{
	background-color: #fff;
}
.site-header .top{
	display: flex;
	width: 100%;
	justify-content: flex-end;
    gap: 30px;
    align-items: center;

}
.site-header .flex-row.site-header-right{
	flex-direction: column;
	gap: 15px;
}
.abt-blk .button{
	margin-top: 35px;
}
.abt-blk .container{
	max-width: 1310px;
}
.book-blk{
	position: relative;
	padding: 72px 30px;
	background-color: #f9f9f9;
}
.book-blk .flex-row{
	justify-content: center;
    gap: 30px 128px;
}
.book_ct {
    flex: 0 0 639px;
}


body.page-id-17 .book_ct, body.page-id-3486 .book_ct  {
	flex: initial;
	width: 100%;
    max-width: 1345px;
    margin-left: auto;
    margin-right: auto;
	text-align: center!important;
}

.book-blk h2{
	margin: 0 0 12px;
	font-size: 32px;
	font-weight: normal;
	color: #181818;
	line-height: 1.4;
}
.book-blk .sub{
	font-size: 18px;
	font-weight: bold;
	color: #008000;
	position: relative;
	padding-left: 35px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.book-blk .sub::before{
	left: 0;
}
.book-blk .button{
	margin-top: 29px;
}
.book-blk .sub .title{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 6px;
}
.book-blk .cta h2{
	margin-top: 29px;
}
.filter-head a:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #000;
    margin-left: 15px;
}
.item-excerpt.quote {
    padding-left: 25px;
    background-image: url('./img/quote.svg');
    background-repeat: no-repeat;
	margin: 0;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	color: #f1f1f1;
}
.single .pagination {
	margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #999;
    background: #eee;
    padding: 20px;
    width: 100%;
}
.single .pagination:hover{
	background: #777;
	color: #fff;
}
.single .pagination span{
	font-size: 10px;
    font-weight: 600;
    color: #bbb;
    text-transform: uppercase;
    display: block;
}
.single .pagination.last{
	align-items: flex-end;
}
.pagination button{
    border-radius: 90px;
    padding: 13px 26px;
	border: 0.5px solid #000;
	background: var(--White, #FFF);
	color: #000;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all .5s ease-in-out;
}
.pagination-wrap{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.loading-overlay__spinner{
    width: 100%;
    text-align: center;
    justify-content: center;
    display: none;
    position: absolute;
    top: -40px;
    transition: all .5s ease;
}
.loading-overlay__spinner img{
    max-width: 45px;
}
.spinner {
    animation: rotator 1.4s linear infinite;
  }
  
  @keyframes rotator {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  .path {
    stroke-dasharray: 280;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: #333;
    animation: dash 1.4s ease-in-out infinite;
  }
  @media screen and (forced-colors: active) {
    .path {
      stroke: CanvasText;
    }
  }
  
  @keyframes dash {
    0% {
      stroke-dashoffset: 280;
    }
    50% {
      stroke-dashoffset: 75;
      transform: rotate(135deg);
    }
    100% {
      stroke-dashoffset: 280;
      transform: rotate(450deg);
    }
  }
.pagination button:hover {
    background-color: #000;
    color: #fff;
}
.quote-blk{
	position: relative;
	padding: 0 30px;
}
.quote-blk hr{
	max-width: 992px;
	margin-bottom: 68px;
	background-color: rgba(0, 0, 0, 0.2);
}
.quote-blk h2{
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	color: #181818;
	text-transform: uppercase;
	margin: 0 0 7px;
}
.quote-blk .sub{
	text-align: center;
	margin-bottom: 50px;
}
.quote-blk .qt-wrap{
	display: flex;
	margin-bottom: 100px;
	gap: 50px;
	padding: 0 30px;
}
.quote-blk .qt-wrap .title{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000;
	display: block; 
	margin-top: 30px;
}
.quote-blk .qt-wrap .qt-wrap-item::before{
	content: '';
	display: inline-block;
	background-image: url('./img/Union.svg');
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	flex: 1 0 34px;
}
.qt-wrap-item {
    display: flex;
    gap: 20px;
	flex-basis: 385px;
}
.single-post .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.single-post .entry-content h3 {
    font-size: 20px;
    margin-bottom: 16px;
}
.main-navigation ul ul{
    width: 233px;
    padding: 16px 27px 15px;
    background-color: rgba(217, 217, 217, 0.96);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
	opacity: 0;
	top: calc(100% + 10px);
	z-index: -1;
	transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
}
.main-navigation ul ul a{
	text-transform: unset;
	font-size: 14px;
}
.main-navigation ul ul a::after{
	content: none;
}
.main-navigation ul ul a:hover{
	color: #008000;
}
.main-navigation ul li:hover ul{
    opacity: 1;
	z-index: 99;
}
.page-lezi .abt-blk h1{
	text-transform: uppercase;
}
.page-lezi .abt-blk .sub{
	text-transform: unset;
}

.page-lezi .abt-blk .flex-row .cta:last-child{
	/*font-size: 18px;*/
}

.page-lezi .page-content{
	position: relative;
	padding: 69px 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}
.page-content h2{
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1.4;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}
.main-navigation ul li.current_page_item a::after{
	transform: translateX(0px) scale(1);
}
.page-lezi .book-blk h2{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.page-lezi .book-blk .sub .title{
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	color: #4a4a4a;
}
.page-lezi .book-blk .cta{
	
}
.page-lezi .book-blk .button{
	text-transform: unset;
}
.page-lezi .book-blk .cta ul{
	padding-left: 15px;
	font-size: 15px;
	font-weight: 600;
	line-height:2;
	color: #4a4a4a;
}
.page-default .post-entry{
	position: relative;
	padding-bottom: 40px;
}
.page-default h1{
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 28px;
    letter-spacing: 1px;
    margin: 24px 0;
	padding-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
}
.archive h1 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    border-top: 1px solid #000;
    padding-top: 16px;
}
.archive .ms-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.archive .filter-body-wrap .item-thumb {
    flex: 1 0 50%;
}
.archive .filter-body-wrap .item {
    display: flex;
	gap: 30px;
	background-color: transparent;
    width: 100%;
    margin:0 0 30px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #e5e5e5;
}
.archive .filter-body-wrap .item .item-ct{
	padding: 0;
	text-align: left;
}
.archive .filter-body-wrap .item h2{
	color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
.archive .item-meta {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    padding-bottom: 30px;
}
.archive .item-excerpt{
	font-size: 16px;
	color: #757575;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.archive .filter-body-wrap{
	padding-bottom: 70px;
}
.single .posts-wrap .flex-row{
	flex-wrap: nowrap;
    gap: 50px;
	padding: 30px 0;
}
.single .flex-row .sidebar {
    flex: 1 0 30%;
}
.single .posts-wrap .flex-row .post-thumbnail{
	margin-bottom: 40px;
}
.single .posts-wrap h1{
	margin-bottom: 6px;
	font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: normal;
}
.single .posts-wrap .entry-meta {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
}
.single .posts-wrap .entry-meta a{
	color: #888;
}

div.entry-meta > span.byline, div.entry-meta > span.posted-on {
	display:none;
}

.single .posts-wrap .entry-content blockquote {
	color:#008000;
}

.single .posts-wrap .entry-content{
	margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
    color: #444;
    font-size: 15px;
}
.search-form{
	display: flex;
	position: relative;
	align-items: center;
}
.search-form .search-field{
	order: 1px solid #eee;
    background: #fff;
    padding: 5px 8px;
    font-size: 16px;
    color: #999;
    border-radius: 0px;
	width: 100%;
    border-right: 0px;
}
.search-form .search-icon{
	background: url('./img/search-header.png') no-repeat;
	width: 30px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    background-size: cover;
    border-radius: 0px;
    background-position: left center;
}
.search-submit{
	position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 36px;
    opacity: 0;
	z-index: -1;
}
.search-form label {
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.search-form.toggle label {
    opacity: 1;
	visibility: visible;
}
.single .post-pagination{
	display: flex;
	gap: 8px;
	justify-content: space-between;
}
.single .posts-wrap{
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.single .posts-blk {
	gap: 50px;
	border-top: 1px solid #000;
    padding-top: 16px;
	margin-top: 16px;
	padding-bottom: 70px;
}
.single .posts-wrap .entry-meta a:hover{
	color: #008000;
}
button.menu-toggle{
	position: relative;
}
button.menu-toggle span {
    width: 32px;
    height: 4px;
    margin: 0 0 4px;
    border-radius: 5px;
    background-color: #000;
    display: block;
	
}
.menu-toggle{
	font-size: 0;
    background: transparent;
    border: none;
}
button.menu-toggle span:nth-child(2){
	width: 28px;
}
button.menu-toggle span:last-child{
	width: 22px;
}
.main-navigation.toggled .menu-toggle span{
	width: 35px;
	transform: rotate(45deg);
}
.main-navigation.toggled .menu-toggle span:nth-child(2) {
    opacity: 0;
}

.main-navigation.toggled .menu-toggle span:last-child {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    transform: rotate(-45deg);
}
.filter-body .pagination{
	flex-direction: row;
}
.menu-item-has-children .sub-arrow{
	background-image: url('./img/arrow.svg');
	background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    right: 0px;
    color: #008000;
    background-size: cover;
}
.archive .ms-grid img{
	object-fit: cover;
    width: 100%;
    height: 300px;
}

div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
	background-color: #008000!important;
	border-radius: 40px;
    padding: 10px 25px;
}



@media screen and (max-width:1400px) {
	.site-header,.single .site-main .container,.archive #main{
		padding-left: 30px;
		padding-right: 30px;
	}
	
}


@media screen and (min-width:1200px) {
.nav-menu .menu-item {
	font-size:18px;
	}
	
:lang(en-US) .nav-menu .menu-item {
	font-size:17px;
	}	
	.main-navigation .contact-btn a {
		padding: 7px 20px 7px 20px!important;
	}
}

@media screen and (min-width:768px) {
	div.wpforms-container-full {
		margin: 0 auto 24px !important;
	}
}
@media screen and (max-width:1024px) {
	.flex-row:not(.no-wrap),.quote-blk .qt-wrap,.post-pagination{
		flex-wrap: wrap;
	}
	.quote-blk .qt-wrap{
		margin-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}
	.site-footer{
		padding: 50px 30px;
	}
	.menu-primary-container {
		position: absolute;
		top: 100%;
		z-index: 9;
		background: #fff;
		padding: 30px;
		width: 100%;
		height: 100vh;
		left: 0;
		border-top: 1px solid #000;
		z-index: -1;
		opacity: 0;
		transition: all .5s ease-in-out;
	}
	.main-navigation.toggled .menu-primary-container{
		z-index: 99;
		opacity: 1;
	}
	.site-header .flex-row{
		align-items: center;
	}
	.home-slider-item-ct{
		width: 100%;
		padding: 0 30px 30px;
		opacity: 0;
	}
	.home-slider-item{
		min-height: 384px;
	}
	.abt-blk .flex-row .cta:last-child,.book_ct{
		flex-basis: 100%;
	}
	.filter-body-wrap .item{
		width: 100%;
	}
	.archive .filter-body-wrap .item{
		flex-wrap: wrap;
	}
	.pagination{
		margin: 0;
	}
	.social-links{
		display: none;
	}
	.main-navigation .contact-btn a{
		margin-left: 0;
		margin-top: 8px;
	}
	.main-navigation li{
		margin-bottom: 10px;
	}
	.site-header .top{
		display: none;
	}
	.main-navigation a{
		display: inline-block;
	}
	.main-navigation ul ul,.main-navigation.toggled ul.sub-menu{
		position: relative;
		top: unset;
		background-color: transparent;
		display: none;
		padding-left: 15px;
	}
	.main-navigation.toggled ul.sub-menu{
		opacity: 0;
		transition: opacity calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
	}
	.menu-item-has-children.toggle ul.sub-menu{
		display: block;
		opacity: 1;
	}
	
	.site-header .site-branding {
		max-width: 231px;
		margin-left:-1px;
	}
	
	.page-content .container {
		padding: 0 30px;
	}
	footer .site-info {
		text-align:center;
	}
	.abt-blk {
		padding-top: 10px;
	}
	
	.abt-blk .flex-row {
		gap: 20px;
	}
	
	.filter-blk {
		padding: 60px 30px 20px;
	}
	.quote-blk hr {
		margin-bottom:20px;
	}
	.main-navigation li {
		margin-bottom: 20px;
	}
}
