/*
Theme Name: Recharge Greece
Theme URI: https://www.ink.gr
Description:  Τα π΄άντα για την ανακύκλωση στην Ελλάδα.
Author: INK Design - What the f*** is branding
Author URI: https://www.ink.gr
Version: 1.0
*/

/*------------------------------------*\
	GENERAL
\*------------------------------------*/


b, strong {
    font-weight: bold;
}
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering:optimizeLegibility;
}
html {
	-webkit-tap-highlight-color: transparent;
}
body, .mobile-menu-container.sticky-mob-menu, .wrapper.off-canvas-content.has-transition-overlap, ul.sub-menu.submenu.is-accordion-submenu.is-active, .position-top, .the-main-post-content {
	background: #F4EFE9;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"],
input[type="search"] {
	font-size: inherit;
	line-height: inherit;
}
::-moz-selection {
	background-color: #04a4cc;
}
::selection {
	background-color: #04a4cc;
}
body {
    overflow-x:hidden;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body, p {
	line-height: 1.3;
	font-size:17px;
}
a, a:hover, a:focus {
	text-decoration: underline;
}
.wp-block-buttons .wp-block-button__link, a.breadcrumbs_link {
	text-decoration: none;
}
::-moz-selection, ::selection {
	text-shadow: none;
}
/*------------------------------------*\
	TYPOGRAPHY COLORS
\*------------------------------------*/
body, a{
	color: #000;
}
::-moz-selection, ::selection {
	color: #FFFFFF;
}
.white{
	color: #FFFFFF;
}
a:focus, a:hover{
	color: inherit;
}
body {
    font-weight:400;
}

.border-radius {
    border-radius: 20px;
}
img.alignleft {float: left;margin-right: 15px;}
img.alignright {float: right;margin-left: 15px;}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}



/*------------------------------------*\
	SEACRH
\*------------------------------------*/
.desktop-search {
    position: fixed;
    z-index: 99;
    right: 0;
    width:100%;
    max-width:400px;
    display:none;
    top: 94px;
}
.desktop-search.show {
    display:blcok;
}
button.button.search-submit svg {
    width: 20px;
}


button.button.search-submit svg path, .with-white-logo:not(.is-stuck) .dropdown.menu .open-search-form svg path {
    fill: white;
}

input.search-input {
    margin-bottom: 0;
}

button.button.search-submit {
    padding:5px 15px;
    background:#304030!important;
}

.mobile-search {
    padding: 0 20px;
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-container-sticky.is-stuck .logo{
    padding-top: 7px;
    padding-bottom: 6px;
    
}
.logo img {
     max-height:200px;  
}

.header-container-sticky.is-stuck .grid-x.grid-padding-x.main-header {
    margin-bottom: -2px;
}

.menu .is-active>a {
    background: inherit;
    color: inherit;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    border: 0;
    content: "\002B";
    color: #000000;
}

.dropdown.menu>li.is-active>a {
    color: inherit;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top:0;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after, .submenu-toggle::after, .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    border: 0;
    content: "\002B";
    top: 50%;
    transform: translateY(-50%)!important;
    height: 100%;
    display: flex;
    align-items: center;
    margin: revert-layer;
    color: #90A47A!important;
    right: 10%;
}

.dropdown.menu>li a {
    font-weight: 500;
    text-decoration:none;
}

.top-bar {
    padding:0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right:hover>a::after, .dropdown.menu>li.is-dropdown-submenu-parent:hover>a::after, .submenu-toggle[aria-expanded=true]::after, .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    content: "\2212";
}

.header, .top-bar, .top-bar ul {
    background-color: #E1DAC3;
}

.is-dropdown-submenu {background-color: white!important;border: 0;}



.main-header {
    display: flex;
    align-content: center;
    align-items: center;
}

.top-bar-right-menu ul.dropdown.menu ul.submenu {
    background-color: #ABBB99 !important;
}

/*
.top-bar-right-menu ul.dropdown.menu > li > a {
    height:70%;
}
*/

.top-bar-right-menu ul.dropdown.menu > li > a {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 22px;
}

.header-container-sticky {
    position: relative;
    z-index: 5;
}

.header-container-sticky, .main-header-container {
    background-color:#e1dac3;
}

.top-bar-right-menu ul.dropdown.menu {
    height: 100%;
    align-content: center;
    justify-content: flex-end;
}

.primary-menu > a {
    padding: 25px!important;
    background: #8a521e;
    color: white;
    font-weight: 700;
}

.main-header-second-column {
    padding: 0 !important;
}
.menu .submenu .is-active>a, .dropdown.menu>li  .submenu a:hover {
    background: #8a521e;
    color: white;
}

.menu .is-active>a:after {
    color: white!important;
}
@media screen and (max-width:1500px) {
    .main-navigation-container .grid-container {
        padding: 0;
    }
}

@media screen and (max-width:1480px) {
    .dropdown.menu>li {
        margin-left: 30px;
    }
    .primary-menu > a {
        padding: 25px 12px !important;
    }
    .dropdown.menu>li.primary-menu {
        margin-left:15px;
    }
    .top-bar-right-menu ul.dropdown.menu > li > a {
        padding-left: 0;
    }
    
    .top-bar-right-menu ul.dropdown.menu > li  a {
        font-size:14px;
    }
}


@media screen and (max-width:1390px) {
    .dropdown.menu>li {
        margin-left: 20px;
    }
}

@media screen and (max-width:1340px) {
    .dropdown.menu>li a {
        font-size:14px;
    }
    
    .top-bar-right-menu ul.dropdown.menu > li > a {
        padding-right: 15px;
    }
    .open-search-form.menu-item a {
        padding-right: 0 !important;
    }
    .dropdown.menu>li:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width:1260px) {
    .dropdown.menu>li a {
        font-size:13px;
    }
    
    .top-bar-right-menu ul.dropdown.menu > li > a {
        padding-right: 15px;
    }
    .dropdown.menu>li {
        margin-left: 5px;
    }
}



.afis-logo svg {
    width: 140px;
    margin-bottom: -7px;
}

.afis-logo {
    display: block;
}
.logos-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}
.primary-logo {
    width: 82px;
    height: auto !important;
}
.main-header-first-column {
    width: 300px!important;
}

.main-header-second-column {
    max-width: 1200px!important;
    width:calc(100% - 300px)!important;
}

@media screen and (min-width:1200px) {
    .dropdown.menu>li.opens-right>.is-dropdown-submenu {
        margin-top: 13px;
    }
}

@media screen and (max-width:1200px) {
    .main-header-first-column {
        width: 200px!important;
    }
    
    .main-header-second-column {
        max-width: 1200px!important;
        width:calc(100% - 200px)!important;
    }
    .primary-menu > a {
        padding: 12px !important;
        margin-top: 13px;
    }
    .afis-logo svg {
        width: 88px;
    }
}

@media screen and (max-width:1100px) {
    .top-bar-right-menu ul.dropdown.menu > li a {
        font-size: 12px;
    }
}
/*------------------------------------*\
	MOBILE HEADER
\*------------------------------------*/
.mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    transition: all .1s linear;
    z-index:50;
}


a.mobile-menu-link svg {
    height: 30px;
}


a.mobile-menu-link svg, a.mobile-menu-link svg rect {
    transition: all .25s linear;
}

a.mobile-menu-link[aria-expanded="true"] .middle-menu-arrow {
    opacity: 0;
}

a.mobile-menu-link[aria-expanded="true"] .top-menu-arrow {
    transform: rotate(45deg) translate(0px,-10px);
}

a.mobile-menu-link[aria-expanded="true"] .bottom-menu-arrow {
    transform: rotate(-45deg) translate(-11px,5px);
}

.js-off-canvas-overlay {
    display: none!important;
}
.off-canvas {
    opacity:0;
    transition:all .25s linear;
}
.off-canvas.is-open {
    opacity: 1;
}
.position-top {
    height: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.off-canvas-nav {
    position: fixed;
    width: 100%;
    background: transparent;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    max-height: calc(100% - 250px);
    overflow-y: auto;
}

.off-canvas-nav>.menu-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.off-canvas-nav>.menu-item>.submenu {
    flex-basis: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.submenu-toggle {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width:0;
}

.has-submenu-toggle>a {
    margin-right: 0;
}

.off-canvas-nav>.menu-item>.submenu li {
    text-align: center;
    margin-bottom: 10px;
}


.submenu-toggle::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    margin-left: 15px;
    margin-top: -5px;
}

.off-canvas-nav>.menu-item a {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration:none;
}


.grid-x.mobile-menu.align-middle .logo * {
    max-height: 50px;
}

.fixed-menu-img {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: 41%;
    z-index: 3;
}

ul.sub-menu.submenu {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    display: none!important;
}


ul.sub-menu.submenu.is-accordion-submenu.is-active {
    position: fixed;
    height: 100%;
    z-index: 2;
    top: 0;
    width: 100%;
    display: block!important;
}


li.menu-item.menu-item.is-accordion-submenu-parent.is-submenu-item.is-accordion-submenu-item.has-submenu-toggle:has(ul.sub-menu.submenu.is-accordion-submenu.is-active) > button.submenu-toggle, ul.accordion.off-canvas-nav > li > .submenu-toggle[aria-expanded=true]  {
    position: fixed;
    /*z-index: 4;*/
    width: 40px;
    height: 40px;
    left:0;
    top:0;
}

.mobile-menu-container.sticky-mob-menu {
    background: #e1dac3;
}

.wrapper.off-canvas-content.is-open-top .mobile-menu-container.sticky-mob-menu, .wrapper.off-canvas-content.is-open-top .mobile-menu-container {
    background: #f4efe9;
}

ul.accordion.off-canvas-nav > li >  .sub-menu.submenu.is-accordion-submenu.is-active {
    z-index: 13!important;
}

ul.accordion.off-canvas-nav > li > .submenu-toggle[aria-expanded=true] {
    z-index:14!important;
}

ul.accordion.off-canvas-nav > li > ul > li > .submenu-toggle[aria-expanded=true] {
    z-index:16!important;
}

ul.accordion.off-canvas-nav > li > ul > li >  ul.sub-menu.submenu.is-accordion-submenu.is-active {
    z-index: 15!important;
}

ul.accordion.off-canvas-nav > li > ul > li > ul > li >  ul.sub-menu.submenu.is-accordion-submenu.is-active {
    z-index: 16!important;
}

ul.accordion.off-canvas-nav > li > ul > li > ul > li > .submenu-toggle[aria-expanded=true] {
    z-index:17!important;
}
ul.accordion.off-canvas-nav > li > ul > li > ul > li > ul > li > ul.sub-menu.submenu.is-accordion-submenu.is-active {
    z-index: 18!important;
}

ul.accordion.off-canvas-nav > li > ul > li > ul > li > ul > li > .submenu-toggle[aria-expanded=true] {
    z-index:19!important;
}

ul.accordion.off-canvas-nav li.has-submenu-toggle:has( > ul > li > .submenu-toggle[aria-expanded=true]) > .submenu-toggle[aria-expanded=true] {
    display: none;
}


.icons-mob-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 25px;
}

.mob-sticky-bottom {
    position: fixed;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
}

.mob-sticky-bottom a {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 700;
    color: white;
    line-height: 1;
    padding: 20px;
    background: #8a521e;
}
/*------------------------------------*\
	SLIDER
\*------------------------------------*/  
video.home-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1;
}
.slideLayer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}
.slideLayer * {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6; 
}
.slideLayer h1, .slideLayer h2, .slideLayer h3, .slideLayer h4, .slideLayer h5, .slideLayer h6 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom:30px;
}

.slide-href {
    margin-top:30px;
}
.slide-href a {
    color:white!important;
}


.thumbnail-of-port-top.slider-list {
    position: relative;
}

.thumbnail-of-port-top.slider-list ul.slick-dots {
    bottom: 140px;
}


.thumbnail-of-port-top.slider-list .slick-dots button:before {
    color: transparent!important;
    border: 1px solid white;
    border-radius: 50%;
    width: 10px;
    opacity:1;
    height: 10px;
    background: transparent;
}

.thumbnail-of-port-top.slider-list .slick-dots li.slick-active button:before {
    background: white;
}

.thumbnail-of-port-top.slider-list .slick-dots li button {
    width: 10px;
    height: 10px;
}



.iframeSlider.iframeVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    width: 300%;
    left: -100%;
    background-size: 100vw auto !important;
}

.iframeSlider.iframeVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.thumbnail-of-port-top.slider-list.slider-with-iframe {
    margin-top: -125px;
}

.thumbnail-of-port-top.slider-list > .slider-list-item {
    display: none;
}

.thumbnail-of-port-top.slider-list > .slider-list-item:first-child {
    display: block;
}

@media screen and (max-width:781px) {
    .slideLayer * {
        font-size:14px;
    }
    
    .slideLayer h1, .slideLayer h2, .slideLayer h3, .slideLayer h4, .slideLayer h5, .slideLayer h6 {
        font-size:25px;
        margin-bottom:10px
        
    }
    
    .slide-href {
        margin-top:20px;
    }
    .thumbnail-of-port-top.slider-list ul.slick-dots {
        bottom: 125px;
    }
    .thumbnail-of-port-top.slider-list .slick-arrow {
        display:none!important;
    }
}




/*------------------------------------*\
	CONTACT
\*------------------------------------*/  
.contact-form .cell input, .contact-form .cell textarea, .contact-form .cell select {
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 18px;
    height: 48px;
    border: 0;
    font-weight: 500;
    box-shadow: none;
}

.contact-form .cell.left-label {
    padding-right: 7px;
}

.contact-form .cell.right-label {
    padding-left: 7px;
}

.contact-form .cell.center-label {
    padding-right: 7px;
    padding-left: 7px;
}

.contact-form .cell textarea {
    height: 225px;
}

span.wpcf7-spinner {
    display: table;
    margin: 10px auto 0;
}


.wpcf7-form {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7-form label {
    position: relative;
}

.wpcf7-form label .spanlabel {
    color: #717171;
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 20px;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip {
    position: absolute!important;
    left: -50px!important;
    top: 0!important;
    width: 44px!important;
    height: 44px!important;
    padding: 0!important;
    background-color: #ed3b2e;
    text-indent: -9999px!important;
    padding: 0;
    border: none!important
}

body:not(.cf7p-message) .wpcf7-not-valid-tip:after {
    content: '\00D7';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    text-indent: 0
}

body:not(.cf7p-message) .wpcf7-not-valid-tip:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 16px;
    background-color: #ed3b2e;
    width: 11px;
    height: 11px;
    transform: rotate(45deg)
}

.wpcf7 input[type="submit"] {
    display: table;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-top: 30px;
}
.wpcf7-form label:has( input:focus) .spanlabel, .wpcf7-form label:has( input.complete) .spanlabel,
.wpcf7-form label:has( textarea:focus) .spanlabel, .wpcf7-form label:has( textarea.complete) .spanlabel {
    top: -20px;
    font-size: 12px;
}

.contact-form .small-12 {
    margin-bottom: 15px;
}
.wpcf7-form .has-error:after {
	content:attr(data-message);
	position: absolute;
	top: 0;
	margin-left: 10px;
	z-index: 1;
	color: red;
	height: 1px;
}


.wpcf7-form .wpcf7-response-output {
    margin-top: 0!important;
    margin-bottom: 40px!important;
    color: white;
    background: #c6eba1;
    border-color: #126655!important;
    border-radius: 10px;
    text-align: center;
    color: #126655;
}

.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7-form.payment-required .wpcf7-response-output {
    background-color: #F0E56F!important;
    z-index:1;
}

.wpcf7-form.sent .wpcf7-response-output {
	background: white; /* Green */
}

.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output {
	background: #ed3b2e; /* Red */
	color: white;
}

.wpcf7-form.spam .wpcf7-response-output {
	background: #f56e28; /* Orange */
	color: white;
}
.wpcf7-not-valid-tip {
    pointer:cursor;
}


@media screen and (max-width:1100px) {
        
    label:has( .wpcf7-not-valid-tip) .wpcf7-form-control-wrap input, label:has( .wpcf7-not-valid-tip) .wpcf7-form-control-wrap textarea {
        width: calc(100% - 50px);
        margin-left: 50px;
    }
    
    label:has( .wpcf7-not-valid-tip) span.spanlabel {
        left: 70px;
    }
    
    body:not(.cf7p-message) .wpcf7-not-valid-tip {
        left: 0!important;
    }
    .wpcf7-form .has-error:after {
        margin-left: 56px;
    }
}

/*------------------------------------*\
	PAGE
\*------------------------------------*/  
.page-header {
    background: #E1DAC3;
}
.upper {
    text-transform: uppercase;
}
.breadcrumbs a {
    color: black;
    font-weight: 300;
}

.breadcrumbs_current {
    font-weight: 700;
}
@media screen and (max-width:781px) {
        
    main {
        overflow-x:hidden;
    }
}


/*------------------------------------*\
	SINGLE
\*------------------------------------*/  

.single-post-thumnail img, .single-post-thumnail picture {
    box-shadow: 10px 10px 0 black;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.the-main-post-content {
    padding: 80px 30px;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-post-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.single-post-thumnail {
    margin-top: -200px;
    margin-bottom: 70px;
    margin-left:auto;
    margin-right:auto;
    display:table;
    padding-right:10px;
}

.the-main-post-content:has(>.single-post-thumnail) {
    margin-top: 200px;
}
.single-date {
    font-weight: 400;
    color: #8A521E;
    margin-bottom: 35px;
}
.a2a_full_footer {
    display: none;
}

.addtoany_content_bottom {
    margin-top: 40px;
}

.relateds-all {
    padding: 150px 15px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.relateds-all .single-post-thumnail, .loop-posts .single-post-thumnail {
    margin-top: 0;
    margin-bottom: 50px;
    height: 300px;
    background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: 10px 10px 0px;
    position:relative;
}
.relateds-all .single-post-thumnail .href-rel-img, .loop-posts .single-post-thumnail .href-rel-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-post-thumnail.logo-thumb-loop {
    background-size: contain;
}
.relateds-all .single-date, .loop-posts .single-date {
    color: inherit;
}

.related-title a {
    color: inherit;
}

.related-list {
    margin-top:100px;
}
.page-relateds.only-rels .related-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
}

.related-title {
    margin-bottom: 30px;
}
.related-title a {
    text-decoration:none;
}
.related-title a:hover {
    text-decoration:underline;
}
.related-list-item {
    padding-right: 10px;
    margin-bottom: 80px;
}
.pagination a:hover, .pagination button:hover {
    background: transparent;
}
.pagination .current {
    background: transparent;
    padding: 0;
    font-weight: 800;
}


.pagination-container {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

ul.pagination {
    display: flex;
    align-items: center;
}

.related-list .slick-arrow {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 20px);
    width: 57px;
    height: 57px;
}

.related-list .slick-arrow:before {
    display: none;
}

.related-list .slick-prev {
    margin-left: -35px;
    height: 62px;
    z-index: 2;
}

.related-list .slick-next {
    margin-left: 35px;
}


.related-list .slick-list {margin: 0 -10px;}
.related-list .slick-list .related-list-item {padding: 0 20px 0 10px;}



.page-relateds.only-rels .relateds-all {
    padding-top: 0;
}

.page-relateds.only-rels .relateds-all .related-list {
    flex-wrap: wrap;
    justify-content: center;
}

.page-relateds.only-rels .relateds-all .related-list .related-list-item {
    flex-basis: calc(33% - 30px);
}

.page-relateds.only-rels .relateds-all .related-list .related-list-item .single-date {
    display: none;
}
@media screen and (max-width:1201px) {
    .page-relateds.only-rels .relateds-all .related-list .related-list-item {
        flex-basis: calc(50% - 30px);
    }
}
svg.content-with-rels {
    margin-top: -150px;
}

.page-relateds.content-with-rels .relateds-all {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/  
.footer {
    background-color: #abbb99;
    overflow-x: hidden;
}
.footer, .top-footer-container, .main-footer-container, .bottom-footer-container {
    position: relative;
}

.main-footer-container {
    padding: 110px 0px 50px;
}
.bootom-footer-wave {
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .widget_responsive_horizontal_nav_menu li a {
    padding: 0;
}

.footer .widget_responsive_horizontal_nav_menu li, .language-switcher li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.footer .widget_responsive_horizontal_nav_menu li:after, .language-switcher li:after {
    content: "|";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.footer .widget_responsive_horizontal_nav_menu ul li:last-child:after, .language-switcher li:last-child:after {
    display: none;
}

.bottom-footer-container * {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}

.language-switcher {
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-transform: uppercase;
}

.language-switcher .active-lang * {
    font-weight: 700;
}


.copyright-created {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}

.bottom-footer-container:has( .bottom-footer-third-column) .copyright-created {
    justify-content: center;
}

.bottom-footer-container {
    padding: 50px 15px 25px;
}

.footer .widget_vertical_nav_menu h3 {
    color: #8A521E;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2; /* 100% */
    text-transform: uppercase;
}

.footer .widget_vertical_nav_menu .vertical.menu a {
    padding: 0;
    color: #000;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    display: table;
    line-height: 1.3;
}
.footer .widget_vertical_nav_menu .vertical.menu li {
    margin-bottom: 10px;
    margin-top: 10px;
}
.main-footer-container .wp-block-heading {
    color: #8A521E;
    font-family: Geologica;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px; /* 100% */
    font-size: 3.1rem;
    text-transform: uppercase;
}

.main-footer-container .wp-block-heading:after {
    content: ".";
    color: #90A47A;
}

.social-icons-list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.social-icons-list svg {
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50px;
    padding: 5px;
}

.footer .social-icons-list svg {
    background: #8a521e;
}

.footer .social-icons-list svg path {
    fill: #abbb99;
}
.bootom-footer-wave {
    width: 100%;
    bottom: 50px;
}

.bottom-footer-container {
    background-color: #90a47a;
    margin-top: 50px;
}

.createdbyink a {
    text-decoration: none;
}

.createdbyink a:hover {
    text-decoration: underline;
}

@media screen and (max-width:1024px) {
    
    .main-footer-container .wp-block-heading {
        font-size:30px!important;
    }
    .main-footer-container .wp-block-heading br {
        display:none;
    }
    .footer-menus .cell {
        padding-left: 0;
        padding-right: 0;
    }
    .main-footer-first-column {
        margin-bottom:20px;
    }
    .grid-x.bottom-footer, .footer-menus {
        gap: 20px;
    }
    .copyright-created, .bottom-footer .vertical.medium-horizontal.menu {
        justify-content: left;
        display: flex;
        flex-direction: row;
    }
    
    .footer-menus .cell:not(.opened) * {
        display: none;
    }
    
    .footer-menus h3, .footer-menus .cell > div:has(>h3)  {
        position: relative;
        display: block!important;
    }
    .footer-menus h3:after {
        content:"\002B";
        margin-left:10px;
    }
    
    .footer-menus .cell.opened h3:after {
        content: "\2212"
    }
    .wave-text-svg svg text {
        font-size: 100px!important;
    }
    .wave-text-svg svg path[fill="none"] {
        d: path('M 0 350 C 640 200, 1280 500, 1920 350') !important
    }
    .section-marquee + .wp-block-spacer {
        height: 10px!important;
    }
    .svg-seperator-bottom {
        margin-top: -20px!important;
    }
    .bottom-footer-container {
        padding-left: 0;
        padding-right: 0;
    }
    .page-header {
        padding-top: 120px;
    }
    
    .breadcrumbs {
        font-size: 14px;
    }
    
    .footer, .before-footer-section {
        z-index: 10;
        position: relative;
    }
    
    .before-footer-section {
        background: #f4efe9;
    }
    .related-title, .single-date {
        margin-bottom: 20px!important;
    }
    .single-post-thumnail {
        margin-bottom: 30px!important;
        padding-right: 10px;
    }
    
    .the-main-post-content:has(>.single-post-thumnail) {
        margin-top:100px;
        position:relative;
        z-index:2;
        padding-bottom: 30px;
    }
    .relateds-all {
        padding: 50px 15px;
    }
}
.wp-block-columns > .wp-block-column > .wp-block-columns {
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}


@media screen and (max-width:781px) {
    .wave-text-svg svg text {
        font-size: 120px!important;
    }
    .bootom-footer-wave {
        bottom:20px;
    }
}

@media screen and (max-width:640px) {
    
    .page-relateds.only-rels .relateds-all .related-list .related-list-item {
        flex-basis: 100%;
    }
    .relateds-all .single-post-thumnail, .loop-posts .single-post-thumnail {
        height:240px;
    }
    .before-footer-section img {
        position: absolute;
        max-width: 248%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 16%;
    }
    
    .before-footer-section {
        position: relative;
        height: 100px;
        overflow:hidden;
    }
    [data-aos^=fade][data-aos^=fade] {
        opacity: 1!important;
        transform: none!important;
    }
}

@media screen and (max-width:380px) {
    .bootom-footer-wave {
        bottom:24px;
    }
}