/******* GLOBAL STYLES *******/
html {
	scroll-behavior: smooth;
}

body {
	color: var(--text-main);
	background-color: var(--color-website-bg);
    font-family: var(--Lexend), serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.page-header,
.sidebar .widget,
.site-main > * {
	margin-bottom: 0;
}

.separate-containers .featured-image {
    margin-top: 0;
}

.separate-containers .site-main {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

main#main {
    margin-top: 60px;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
	background-color: transparent;
}

#page,
#page-wrapper {
	max-width: 100%;
	width: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

table,
td,
th {
}

body .hide {
	display: none;
}

.full-width {
	max-width: 100%;
}

.max-width {
}

@media (min-width: 768px) {
    .mob-only {
        display: none !important;
    }
}

@media (min-width: 991px) {
	.tablet-only {
		display: none !important;
	}

    main#main {
        margin-top: 80px;
    }
}

img {
	height: auto;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 0;
}

h1 {
    font: 900 48px/1.3 var(--Lexend);
    color: var(--brand-green-new);
}

h2 {
	font: 900 54px/1.3 var(--Lexend);
    color: var(--green-dark-2);
}

h3 {
	font: 700 42px/1.3 var(--Lexend);
    color: var(--green-dark-2);}

h4 {
	font: 700 36px/1.3 var(--Lexend);
    color: var(--green-dark-2);
}

h5 {
	font: 600 28px/1.3 var(--Lexend);
    color: var(--green-dark-2);
}

h6 {
	font: 600 24px/1.3 var(--Lexend);
    color: var(--green-dark-2);
}

p {
	font: 300 18px/1.5 var(--Lexend);
    letter-spacing: 0.3px;
}

a {
	color: var(--green-dark-1);
	font-weight: 500;
}

a:hover {
	color: var(--green-dark-1);
	text-decoration: underline;
}

.d-flex {
	display: flex;
}

.f-col {
	flex-direction: column;
}

.breadcrumb {
	font: 300 20px/1.3 var(--Lexend);
	display: flex;
	/*align-items: center;*/
}

.breadcrumb svg {
	width: 22px;
	height: 22px;
	margin-right: 6px;
	color: var(--green-dark-1);
}

@media (min-width: 991px) {
    h1 {
        font: 900 80px/1.3 var(--Lexend);
        color: var(--brand-green-new);
    }

    h2 {
        font: 900 54px/1.3 var(--Lexend);
        color: var(--green-dark-2);
    }

    h3 {
        font: 700 42px/1.3 var(--Lexend);
        color: var(--green-dark-2);}

    h4 {
        font: 700 36px/1.3 var(--Lexend);
        color: var(--green-dark-2);
    }

    h5 {
        font: 600 28px/1.3 var(--Lexend);
        color: var(--green-dark-2);
    }

    h6 {
        font: 600 24px/1.3 var(--Lexend);
        color: var(--green-dark-2);
    }

    p {
        font: 300 20px/1.5 var(--Lexend);
        letter-spacing: 0;
    }
}

/* Buttons */
.btn-medium {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    font: 400 18px / 1.3 var(--Lexend);
    border-radius: 4px;
    width: max-content;
    margin-top: auto;
    font-size: 20px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    text-align: center;
    height: 40px;
    /*box-shadow: 0 0 13px 2px #0000003d;*/
    text-decoration: none;
}

.btn-medium:hover {
    text-decoration: none;
}

.btn-fill {
    background-color: var(--brand-grey-dark);
    color: var(--color-website-bg);
}

.btn-fill:hover,
.btn-fill:focus {
    color: var(--color-website-bg);
    background-color: var(--brand-grey-hover);
}

.btn-outline {
    color: var(--brand-grey);
    background-color: var(--color-website-bg);
    border: 2px solid var(--brand-grey);
}

.btn-outline:hover,
.btn-outline:focus {
    background-color: var(--brand-grey);
    color: var(--color-website-bg);
}

.filter-toggle.tablet-only {
    position: absolute;
    right: 10px;
    font: 400 16px / 1.5 var(--Lexend);
    padding: 8px 16px;
    height: 44px;
    border: 2px solid #2c3338;
    background-color: #f0f0f1;
    color: #2c3338;
    border-radius: 4px;
    box-shadow: 0 0 6px 2px #0000001a;
    transition: all 0.3s ease;
    width: max-content;
    cursor: pointer;
}

.filter-toggle.tablet-only.open {
    background-color: #f0f0f175;
}

.filter-buttons {
    position: relative;
}

.filter-buttons {
    position: relative;
    background: var(--color-website-bg);
    border-radius: 4px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.filter-buttons.open {
    max-height: 240px;
}

.close-filters.tablet-only {
    position: absolute;
    display: flex;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.close-filters.tablet-only svg {
    width: 40px;
    height: 40px;
}

ul.category-filters {
    list-style: none;
    margin: 0;
    padding: 8px;
    gap: 16px;
}

.filter-btn {
    font: 400 16px / 1.5 var(--Lexend);
    padding: 8px 16px;
    height: 44px;
    background-color: var(--brand-grey);
    color: var(--white);
    border-radius: 4px;
    box-shadow: 0 0 6px 2px #0000001a;
    transition: all 0.3s ease;
}

.filter-btn:active,
.filter-btn:visited,
.filter-btn:focus,
.filter-btn:hover {
    background-color: var(--brand-grey);
}

.filter-btn.active,
.filter-btn.active:hover {
    background-color: var(--brand-grey-hover);
    /*outline: 1px solid var(--white);*/
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .filter-toggle.tablet-only {
        right: 20px;
    }
}

@media (min-width: 991px) {
    ul.category-filters {
        padding: 0;
    }

    .filter-buttons {
        background: none;
        max-height: unset;
    }
}



.page-section:not(.hero-section) .section-container {
	max-width: 1260px;
	padding: 30px 10px;
	margin: 0 auto;
}

.title-container {
	text-align: center;
}

.text-container {
	font: 300 20px/1.5 var(--Lexend);
}

.video-container {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.video-container iframe {
	width: 100%;
	aspect-ratio: 1.775;
	height: auto;
	border-radius: 10px;
}

.section-title {
    font: 600 30px / 1.2 var(--all-round-gothic);
    color: var(--brand-grey);
    margin: 0 auto 22px;
    text-align: center;
}

section.page-section.simple-page-section .section-container {
    max-width: 1180px;
}

.simple-page-container h1 {
    font: 600 36px / 1.3 var(--Lexend);
    margin-bottom: 16px;
}

.simple-page-container .entry-content * {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .page-section:not(.hero-section) .section-container {
        padding: 30px 20px;
    }

}

@media (min-width: 991px) {
    .page-section:not(.hero-section) .section-container {
        padding: 30px 30px;
    }

    .section-title {
        font: 600 42px / 1.3 var(--all-round-gothic);
        margin: 20px 0 30px;
        text-align: left;
    }

    .btn-medium {
        font-size: 22px;
        padding: 10px 24px;
        height: 50px;
    }
}

/* Share to socials widget */
.social-share-widget {
	margin-bottom: 30px;
}

h5.share-title {
	font: 400 22px / 1.3 var(--Lexend);
	margin-bottom: 10px;
}

.share-buttons-wrapper {
	gap: 12px;
}

button.social-btn {
	background: none;
	padding: 0;
	display: flex;
}

button.social-btn svg {
	width: 40px;
	height: 40px;
    transition: all 0.2s ease-in;
    color: var(--brand-grey);
}

button.social-btn svg:hover {
    transform: scale(1.08);
}

.img-overlay {
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 100%;
	height: 100%;
	transition: background-color 0.3s ease;
}


/* Search Filter */
.filters-wrapper {
    justify-content: space-between;
    margin: 30px 0;
}

.search-filter {
    position: relative;
    width: max-content;
}

.search-filter svg {
    position: absolute;
    top: 14px;
    right: 12px;
}

.search-filter input {
    min-width: 177px;
    padding: 10px 38px 10px 15px;
    font: 400 16px/1.5 var(--Lexend);
    height: 44px;
    color: var(--text-main);
    border: none;
    border-radius: 8px;
    /*background: var(--surface-background-darker);*/
    transition: none;
    box-shadow: 0 0 6px 2px #0000001a;
}

.search-filter input::placeholder {
    color: var(--text-main);
}

p.no-results-text {
    font-weight: 400;
    position: absolute;
}

@media (max-width: 991px) {
    .filters-wrapper {
        flex-direction: column;
        gap: 16px;
        margin: 0 0 16px;
    }

    ul.category-filters {
        flex-direction: column;
    }
}

/* 404 page*/

section.page-section.not-exist-section {
    position: relative;
}

section.page-section.not-exist-section .section-container {
    padding: 0;
}

.not-exist-section .hero-image-container {
    max-height: 80vh;
    height: 400px;
}

.not-exist-section .hero-image-container img {
    object-fit: cover;
}

.hero-text-block {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.15);
}

.hero-text-block h1 {
    font: 700 36px/1.3 var(--all-round-gothic);
    color: var(--color-text-titles);
    text-align: center;
    text-shadow: 0 0 20px #00000075;
}

.hero-text-block .btn-404 {
    gap: 16px;
}

.btn-404 svg {
    width: 36px;
    height: auto;
    transform: scaleX(-1);
}

@media (min-width: 991px) {
    .not-exist-section .hero-image-container {
        height: auto;
    }

    .hero-text-block h1 {
        font: 700 48px/1.3 var(--all-round-gothic);
    }
}


body.elephants-bathing .entry-content {
    margin-top: 0;
    text-align: center;
}

.elephants-bathing h1 {
    display: none;
}

.elephants-bathing h2 {
    font: 900 30px/1.3 var(--Lexend);
}

.elephants-bathing  h3 {
    font: 700 26px/1.3 var(--Lexend);
}

.elephants-bathing .entry-content img {
    border-radius: 4px;
}

@media (min-width: 768px) {
    .elephants-bathing h2 {
        font-size: 40px;
    }

    .elephants-bathing  h3 {
        font-size: 30px;
    }
}
