/*
Theme Name: Alma
Theme URI: https://www.ink.gr
Description:  Alma Services
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 {
	background-color: white;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"],
input[type="search"] {
	font-size: inherit;
	line-height: inherit;
}
::-moz-selection {
	background-color: #04a4cc;
	color:white;
}
::selection {
	background-color: #04a4cc;
	color:white;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body, p {
	line-height: 1.2;
	font-size:16px;
}
a, a:focus {
	text-decoration: none;
}a:hover {
	text-decoration: underline;
}
::-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;
}

/*
body {
    overflow-x:hidden;
}
main {
    overflow-x: hidden;
}
*/


/*------------------------------------*\
	TYPOGRAPHY FONTS
\*------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, span, div, a, li {
	font-family: "Noto Sans", sans-serif;
}

.flex-contact p {
    display: flex;
    gap: 15px;
}

.flex-contact p > * {
    flex: 1;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    margin-bottom: 10px!important;
    border: 0!important;
    border-bottom: 1px solid #6ea58d!important;
    box-shadow: none!important;
    color: #92B5A6!important;
    font-family: "Noto Sans"!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300!important;
    line-height: 25px;
}

textarea {
    margin-top:50px!important;
    height: 150px!important;
}

::placeholder {
  color: #6ea58d;
  opacity: 1; 
}

::-ms-input-placeholder { 
  color: #6ea58d;
}




/*------------------------------------*\
	HEADER
\*------------------------------------*/

header.header {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 60px;
    opacity:0;
}

header.header.sticky-container {
    opacity: 1;
}

.main-header {
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 12px 8.6px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5.849999904632568px);
    padding: 0px 30px;
}

.top-bar, .top-bar ul {
    background: transparent;
        padding: 0;
}

.dropdown.menu li a {
    color: #FFF!important;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.dropdown.menu>li {
    margin-left: 25px;
    padding-top:15px;
    padding-bottom:15px;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #ffffff transparent transparent;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    margin-top: 0px;
    border: 0;
    border-bottom-left-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 12px 8.6px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5.849999904632568px);
}

.main-header:has( .dropdown.menu>li.menu-item-has-children:hover) {box-shadow: none;}

.menu .is-active>a {
    background: transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    border-color: transparent transparent transparent #ffffff;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    border: 0;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 8px!important;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 12px 8.6px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5.849999904632568px);
}

.dropdown.menu>li.menu-item.wpml-ls-item ul.submenu.menu.is-dropdown-submenu {
    min-width: 85px!important;
}

.dropdown.menu>li.menu-item.wpml-ls-item ul.submenu.menu.is-dropdown-submenu a {
    text-align: center;
    display: block;
} 

.dropdown.menu>li.menu-item.wpml-ls-item>a:before, .position-top ul.accordion.off-canvas-nav > li.menu-item.wpml-ls-item>a:before {
    content: "";
    background:url('assets/media/icons/langs.svg');
    width: 17px;
    height: 17px;
    border-right: 1px solid white;
    padding-right: 20px;
    margin-right: 5px;
    background-size: 17px;
    background-repeat: no-repeat!important;
    background-position: left center;
}
.sticky.is-stuck {
    position: relative;
}

.thescroll {
    position: relative;
}

.scrolldonw {
    position: absolute;
    bottom: 200px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    color: white;
    align-items: center;
    gap: 5px;
    right: 50px;
}

.thumbnail-of-port-top.slider-list ul.slick-dots.total-dots-1 {
    display: none;
}

.thumbnail-of-port-top.slider-list:has( .slick-dots.total-dots-1):after {
    display: none;
}

.thescroll:has( .total-dots-1) .scrolldonw {
    bottom: 50px;
}

section.contact-page {
    padding-top: 150px;
}




/*------------------------------------*\
	MOBILE MENU
\*------------------------------------*/  
.mobile-menu-container {
    position: absolute;
    z-index: 15;
    top: 30px;
}

.mobile-menu {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 12px 8.6px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5.849999904632568px);
    padding: 15px;
    transition: all .5s linear;
}


.position-top {
    height: 0;
    transition: height 0.5s linear;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    margin-top: 87px;
    visibility: visible;
    width: calc(100% - 30px)!important;
    margin-left: 15px;
    border-radius: 0px 0px 8px 8px;
    background: #FFF;
}

.position-top.is-open {
    height: calc(100vh - 150px);
}

.is-open-top .align-middle {
    box-shadow: none;
    background-color: #616161;
}
.mobile-menu-link {
    position: relative;
}
.mobile-menu-link .open-menu {
	opacity:1;
}

.mobile-menu-link .close-menu {
	opacity:0;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.is-open-top .mobile-menu-link .open-menu {
	opacity:0;
}

.is-open-top .mobile-menu-link .close-menu {
	opacity:1;
}
.position-top ul.accordion.off-canvas-nav {
    margin-top: 50px;
}

.position-top ul.accordion.off-canvas-nav > li {margin-bottom: 30px;text-align: center;}

.position-top ul.accordion.off-canvas-nav > li.menu-item.wpml-ls-item>a:before {
    background:url('assets/media/icons/langs-black.svg');
    border-color:black;
    padding: 6px 14px;
    background-position: center;
}


.position-top ul.accordion.off-canvas-nav > li.menu-item.wpml-ls-item>a {
    display: block;
}

.has-submenu-toggle>a {
    margin-right: 0;
}

.submenu-toggle::after {
    border-color: #000000 transparent transparent;
}

.submenu-toggle {
    position: relative;
    display: inline;
    top: 12px;
}

.position-top ul.accordion.off-canvas-nav > li.menu-item-has-children > a {
    display: inline!important;
}

ul#\30 eyktl-acc-menu {}

ul.sub-menu.submenu.is-accordion-submenu {
    margin: 10px auto;
    display: table;
    list-style: none;
}
/*------------------------------------*\
	SLIDER
\*------------------------------------*/  

@media screen and (min-width:1600px) {
    .mobile-image-with-iframe {
        display:block!important;
    }
}
@media screen and (max-width:1600px) {
    .bgslide {
        height: 100vh;
        min-height: 800px;
    }
}


video.home-video, .mobile-image-with-iframe img {
    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: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6; 
}
.slideLayer h1, .slideLayer h2, .slideLayer h3, .slideLayer h4, .slideLayer h5, .slideLayer h6 {
    color: #FFF;
    font-size: 65px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom:30px;
}

.slide-href {
    margin-top:30px;
}
.slide-href a {
    color:white!important;
    background: transparent!important;
    border: 1px solid white;
}

.slide-href a path {
    fill: white!important;
}

.contentSlider {
    max-width: 600px;
}


.thumbnail-of-port-top.slider-list {
    position: relative;
    margin-bottom:0;
}

.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;
}

.mutevideo {
    display: none;
}

.homeSlider.homeVideo.featured-container {
    margin-bottom: -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;
}

.bgslide:before, .bgslide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    }

.bgslide:before {
    background: rgba(0, 0, 0, 0.40);
}

.bgslide:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    height: 50%;
    top: auto;
    bottom: 0;
}

.slideLayer  {
    z-index:5;
}

@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;
    }
}



.thumbnail-of-port-top.slider-list ul.slick-dots {
    display: flex;
}

.thumbnail-of-port-top.slider-list ul.slick-dots li {
    flex: 1;
    margin: 0;
}

.thumbnail-of-port-top.slider-list .slick-dots li button {
    width: 100%;
    height: 1px;
}

.thumbnail-of-port-top.slider-list .slick-dots button:before {
    width: 100%;
    border-radius: 0;
    height: 1px;
    border: 0;
    border-bottom: 1px solid white!important;
    height:3px;
}

.thumbnail-of-port-top.slider-list .slick-dots li.slick-active button:before {
    height:3px;
}

.thumbnail-of-port-top.slider-list .slick-arrow {
    display:none!important;
}

.home  .thumbnail-of-port-top.slider-list {
    margin-bottom:100px;
}

.thumbnail-of-port-top.slider-list .slick-dots li button:after {
    content: attr(data-title);
    position: absolute;
    font-size: 16px;
    color: white;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 25px 0;
    font-weight: 600;
}

.thumbnail-of-port-top.slider-list ul.slick-dots {
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
}

.thumbnail-of-port-top.slider-list:has( .slick-dots):after {
    content:"";
    position: absolute;
    width: 100%;
    height: 1px;
    background: white;
    bottom: 157px;
}



.thumbnail-of-port-top.slider-list .slick-dots li.slick-active button:before {
    height: 5px;
    margin-top: 2px;
}

/*------------------------------------*\
	POST
\*------------------------------------*/  
.single-post-section {
    background-repeat: no-repeat;
    background-position: top right;
    padding-top:150px;
}

.single-post-section .grid-container {
    max-width: 1050px;
    padding-top: 100px;
}

.post-info, .single-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}

.post-info {
    margin-top:100px;
    margin-bottom:30px;
}

.single-categories a {
    color: inherit;
    text-decoration: none;
    border: 0.5px solid white;
    border-radius: 50px;
    padding: 7px 22px;
    font-weight: 300;
}

.single-date {
    font-weight: 300;
}

.post-image * {
    border-radius: 8px;
}

.single-content {
    padding-top: 60px;
    padding-bottom: 150px;
}

.related-list .slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.related-list .slick-prev {
    position: absolute;
    z-index: 7;
    bottom: -100px;
    left: 0;
    top:auto;
    right: auto;
}
 .related-list .slick-next {
    position: absolute;
    left: 80px;
    z-index: 7;
    bottom: -100px;
    top:auto;
    right: auto;
}

.related-list .slick-arrow:before {
    display: none;
}

.related-list .slick-arrow {
    border: 1px solid #6EA58D;
    border-radius: 50%;
    width: 53px;
    height: 53px;
}

.related-list .slick-arrow svg path {
    fill: #6ea58d;
}

.related-list .slick-arrow:not(.slick-disabled):hover svg path {
    fill: white;
}

.related-list .slick-arrow:not(.slick-disabled):hover {
    background: #6ea58d;
}

.section-relateds {
    padding: 150px 30px;
}

.relateds-all {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}

.relateds-all-title {
    margin-bottom: 50px;
    color: #6EA58D;
font-size: 50px;
font-weight: 500;
line-height: 1.2; 
}


.related-list-item {
    border-radius: 8px;
    border: 1px solid #4A7563;
    background: #FFF;
    margin-right: 30px;
    padding: 30px;
}

.related-image {
    height: 300px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.related-title a {
    color: #6EA58D;
    font-size: 35px;
    font-weight: 300;
    line-height: 40px; 
    margin-bottom:40px;
    text-decoration: none;
}

.related-description {
    color: #6EA58D;
    font-size: 16px;
    font-weight: 300;
     /* 125% */
    margin-top: 20px;
}


.loop-container {
    padding: 150px 0;
    background: black;
}


.related-list-item.loop-list-item {
    background: transparent;
    margin-right: 0;
    margin-bottom: 30px;
}

.related-list-item.loop-list-item * {
    color: white!important;
}

.related-list-item.loop-list-item svg path {
    fill: white;
}

.related-list-item.loop-list-item:hover {
    background: white;
}

.related-list-item.loop-list-item:hover * {
    color: #4a7563!important;
}

.related-list-item.loop-list-item:hover svg path {
    fill: #4a7563!important;;
}
.pagination .current {
    padding: 0;
    background: transparent;
}

.pagination a {
    color: #213F32;
    font-size: 20px;
    font-weight: 300;
}

.pagination .current a {
    color: #6EA58D;
}


.pagination li {
    margin-left: 5px;
    margin-right: 5px;
    background: transparent!important;
}

.pagination li a {
    background: transparent!important;
    text-decoration: none;
}

.pagination li a:hover {
    color:#3a957b;
}

.arrow.one-step a {
    width: 50px;
    height: 50px;
    border: 1px solid #6EA58D;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.arrow.one-step svg path {
    fill: #6EA58D!important;
}

.pagination-container {
    text-align: center;
    margin-top: 40px;
}

.arrow.one-step a:hover {
    background: #6EA58D!important;
}

.arrow.one-step a:hover svg path {
    fill: white!important;
}


.wp-block-contact-form-7-contact-form-selector {
    border-radius: 8px;
    background: #FFF;
    padding: 30px;
}

.wpcf7 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}





/*------------------------------------*\
	FOOTER
\*------------------------------------*/ 
.footer {
    background-color: #4A7563;
    padding: 100px 15px;
    color: white;
}

.main-footer-container .menu a {
    color: white;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}

.main-footer-container .menu .menu-item {
    margin-bottom: 25px;
}

.footer .theme-data-content {
    color: white;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer .theme-data-content a {
    color: white;
}

.bottom-footer-container * {
    color:white;
    font-size:14px;
    font-weight:300;
}
.bottom-footer-container p {
    margin-bottom: 0;
}

.bottom-footer-container a {
    padding: 0;
}

.bottom-footer-container {
    margin-top: 80px;
}

.bottom-footer-container .vertical.medium-horizontal.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#mc_embed_signup_scroll .alma-title {
    line-height: 1;
    margin-top: -15px;
    margin-bottom: 30px;
}

.main-footer-container {
    margin-top: 50px;
}

.mc-field-group {
    position: relative;
}

.optionalParent {
    position: absolute;
    bottom: 0;
    right: 0;
}

#mc_embed_signup:has( .mce_inline_error) .optionalParent {
    bottom: 40px;
}

input#mce-EMAIL {
    max-width: calc(100% - 140px);
    padding: 20px 25px;
    border-radius: 8px;
    background: rgba(98, 145, 125, 0.80);
    border: 0!important;
    box-shadow: none!important;
    font-size: 16px!important;
    height:45px;
    color:white!important;
}

input#mce-EMAIL::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

input#mce-EMAIL::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}

.accept-terms {
    position: relative;
}

.accept-terms:before {
    content: "";
    color: white;
    width: 15px;
    height: 15px;
    border: 1px solid;
    position: absolute;
    left: 0;
    top: 5px;
    font-size:10px;
    text-align:center;
}

input#terms_mailchimp {
    opacity: 0;
}



.accept-terms:has( input#terms_mailchimp:checked):before {
    content:"\2713";
}

.main-footer .cell {
    margin-bottom: 20px;
}

@media screen and (max-width:1024px) {
    .bottom-footer-container .small-12.medium-6.large-3.cell {
        margin-top: 40px;
    }
    .flex-contact p {
        flex-direction: column;
    }
    
    .mobile-image-with-iframe {
        display: none!important;
    }
    .slideLayer h1, .slideLayer h2, .slideLayer h3, .slideLayer h4, .slideLayer h5, .slideLayer h6 {
        font-size: 40px;
    }
    
    .thumbnail-of-port-top.slider-list ul.slick-dots {
        display: flex;
        flex-direction: column;
    }
    
    .thumbnail-of-port-top.slider-list ul.slick-dots li {
        width: 100%;
        display: none;
    }
    
    .thumbnail-of-port-top.slider-list ul.slick-dots li.slick-active {
        display: block!important;
        width: 60%;
        margin-left: 30px;
        margin-top: -34px;
    }
    .scrolldonw {
        bottom: 55px;
        font-size: 0;
        right: 15px;
    }
    
    .bgslide {
        min-height:600px;
    }
    
}

@media screen and (max-width:640px) {
    input#mce-EMAIL {
        max-width: 100%;
    }
    .optionalParent {
        position: relative;
        margin-bottom: 20px;
        display: table;
    }
    .bgslide {
        min-height: 500px;
    }
    .single-post-section {
        padding-top: 50px;
    }
}