/*
Author: Freshid © 2022
Website: https://www.freshid.gr
*/



/*Elixryson special*/
:root {
  --elixryson-gradient-bg: linear-gradient(150deg,rgba(132, 143, 82, 1) 0%, rgba(152, 163, 88, 1) 30%, rgba(182, 191, 99, 1) 51%, rgba(152, 163, 88, 1) 71%, rgba(116, 127, 70, 1) 100%);
}
.bg-primary {
    background: var(--elixryson-gradient-bg) !important;
}



/*Theme settings*/
:root {
  --theme: #98a358;
  --theme-dark: #7f8a46;
  --theme-light: #aeba6d;
}

body{
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--theme);
}

.t4-section-1 {
    background: url('../../../images/slideshow/tramontanasuites-2.jpg');
    background-size: cover;
    
}

.elixryson-house #t4-masthead .bg-overlay-image{
    background-image: url('../../../images/theme/elixryson-masthead-house.webp');
}

.elixryson-studio #t4-masthead .bg-overlay-image{
    background-image: url('../../../images/theme/elixryson-masthead-studio.webp');
}


/*Fix downscaled images in Chrome*/
img{
    image-rendering: -webkit-optimize-contrast;
}


/*Generic styles*/
body{
    font-weight: 300;
}

a{
    transition: 0.5s;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters  > .col,
.no-gutters  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.section-subtitle{
    font-weight: bold;
    font-size: 110%;
    display: block;
}

.section-title{
    position: relative;
    z-index: 2;
    display: inline-block;
}

.blockquote::before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.acm-features.style-2 .features-item .inner .plain-title{
    font-weight: 400;
    font-size: 36px;
    font-family: 'Noto Serif';
}

.acm-features.style-2 .img-icon{
    height: 100%;
}

.acm-features.style-2 .top-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.acm-features.style-2 .img-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px){
    .main-body-margin-none .t4-main-body {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 576px) {
    .section-title:before{
        bottom: 23px;
        left: 26px;
    }
    .acm-features.style-2 .img-icon img{
        height: 400px;
    }
}

@media (max-width: 768px) {
    .acm-features.style-2 .features-item .inner.bg-primary {
        padding: 60px 20px;
    }
    
}


/*Social*/
.social ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.social li {
    display: inline-block;
}

.social li a{
    float: left;
    margin: 0 5px;
    color: #fff;
    border: 2px solid #fff;
    transition: 0.5s;
}

.social li a:hover,
.social li a:active,
.social li a:focus{
    background-color: #fff;
}

.social li a:hover i,
.social li a:active i,
.social li a:focus i{
    color: var(--theme);
}

.social li a i{
    height: 50px;
    width: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
}

/*Buttons*/
.btn {
    text-transform: none;
    font-weight: 700;
    border-radius: 40px;
    transition: 0.5s;
}

.btn.btn-primary::after {
    display: none;
}

.btn.btn-primary:hover {
    opacity: 1;
    background-color: var(--theme-dark) !important;
}

.btn.btn-primary i,
.btn.btn-simple i{
    padding-right: 5px;
}

.btn.btn-outline.btn-primary{
    border: 2px solid var(--theme);
    color: var(--theme);
    background-color: transparent !important;
}

.btn.btn-outline:hover {
    border-color: var(--theme-dark) !important;
    background-color: var(--theme-dark) !important;
    color: #fff;
}

.header-r .btn.btn-primary::after, .search .btn-toolbar .btn::after,
.btn.btn-secondary::after, .js-stools-container-bar .btn::after,
.tag-category .filters .btn-group .btn::after {
    display: block;
    content: "";
    border-top: none;
    border-left: none;
    border-right: 13px solid #FF694E;
    border-bottom: 13px solid #FF694E;
    border-radius: 15px;
    right: 4px;
    top: 2px;
    bottom: unset;
}

.item .readmore,
.btn.btn-simple{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.item .readmore:hover,
.btn.btn-simple:hover{
    color: var(--theme-dark) !important;
    background-color: rgba(255, 255, 255, 1);
}

/*Intro Section*/
#t4-slideshow + .t4-section-1 {
    margin-top: 0;
}

.t4-section-1:before {
    content: "";
    opacity: 0.7;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
}

.t4-section-1 .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.intro-module{
    box-shadow: 0px 0px 27px 5px rgb(0 0 0 / 20%);
    padding: 0;
}

.intro-module .intro-moto{
    display: block;
    font-size: 25px;
    font-weight: 300;
    padding-top: 10px;
    padding-left: 10px;
}

.intro-module .img-separator{
    margin-bottom: 30px;
}

.intro-module .img-separator img{
    width: 100px;
}

.intro-module .acm-features.style-2 .features-item .inner{
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.intro-module .acm-features.style-2 .features-item .inner .plain-title{
    color: #fff;
}

.intro-module .acm-features.style-2 .features-item .inner blockquote{
    font-family: 'Noto Serif';
    padding-left: 0;
    font-style: italic;
    margin-top: 10px;
}

.intro-module .acm-features.style-2 .features-item .inner blockquote strong{
    font-weight: 700;
}

.intro-module .acm-features.style-2 .features-item .inner blockquote:before{
    display: none;
}

.intro-module .acm-features.style-2 .features-item .inner.bg-primary{
    position: relative;
}

.intro-module .acm-features.style-2 .features-item .inner:after{
    content: "";
    border-top: 126px solid transparent;
    border-left: 96px solid transparent;
    border-right: 3px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

@media (max-width: 990px){
    .acm-features.style-2 .features-item {
        margin-top: 0;
    }
}

@media (min-width: 990px){
    .intro-module .row [class^='col-']{
        padding-right: 0;
        padding-left: 0;
    }
}

/*CTA parallax module*/
.acm-features.style-3 .features-item .inner{
    color: #fff;
}

#t4-section-6 .bg-overlay-image {
    background-position: 55% 50%;
}

.t4-section-6.t4-palette-dark {
    background-color: #000;
}

.acm-features.style-3 .features-item .inner h2{
    font-family: 'Open Sans';
    font-weight: 300;
    color: #fff;
}

.t4-section .section-6-r{
    text-align: center;
    padding-left: 15px;
}

.section-6-r .btn{
    margin-top: 20px;
}

.t4-section-6 .title-separator i{
    padding-right: 2px;
}

.acm-features.style-3 .features-item .inner .sub-title{
    margin-top: 0;
    font-size: 48px;
    font-family: Noto Serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0px;
    text-transform: none;
}

.t4-section-6 .description{
    font-size: 110%;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
    font-family: 'Noto Serif';
}

.t4-section-6 .description ul{
    list-style: none;
    padding-left: 0;
}

.t4-section-6 .description i{
    padding-right: 10px;
}

.t4-section-6 .description a{
    color: #fff;
}

.t4-section-6 .description a:hover,
.t4-section-6 .description a:active,
.t4-section-6 .description a:focus{
    color: var(--theme);
}

/*Top Bar*/
.t4-topbar{
    position: absolute;
    width: 100%;
    z-index: 999;
}

.t4-topbar a{
    font-family: 'Noto Serif';
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 15px;
}

.t4-topbar a a{
    padding: 0;
}

.t4-topbar a:hover,
.t4-topbar a:active,
.t4-topbar a:focus{
    opacity: 0.7;
}

.t4-topbar ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.t4-topbar ul li{
    float: left;
}

.t4-topbar i{
    font-size: 18px;
}

.t4-topbar .custom{
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.top-social{
    align-items: center;
}

@media (max-width: 576px) {
    .t4-topbar li a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*Header section*/
.t4-header{
    margin-top: 70px;
}

.t4-header .t4-section-inner > .t4-row{
    align-items: center;
}

.t4-navbar {
    justify-content: flex-end;
}

.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-link {
    color: #fff;
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: 700;
    text-transform: uppercase;
}

.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-link {
    border-bottom: 1px solid transparent;
    padding-top: 5px;
    padding-bottom: 5px;
}

.t4-megamenu .navbar-nav > li > a:hover, .t4-megamenu .navbar-nav > li > .nav-link:hover {
    color: #fff;
    border-top-color: #fff;
}

.t4-megamenu .navbar-nav > li.active > .nav-link {
    color: #fff;
    border-top-color: #fff;
}

.t4-megamenu .navbar-nav > li.show > a,
.t4-megamenu .navbar-nav > li.show .nav-link{
    color: #fff;
}

.t4-megamenu .navbar-nav > li.active > .nav-link {
    color: #fff;
    border-top-color: #fff;
}

.t4-megamenu .dropdown-menu li > a,
.t4-megamenu .dropdown-menu li > .nav-link,
.t4-megamenu .dropdown-menu li .dropdown-item {
    justify-content: center;
}

.t4-megamenu .dropdown-menu li > a{
    border-bottom: 1px solid #dedede;
}

.t4-megamenu .dropdown-menu li:last-child > a{
    border-bottom: none;
}

.navbar .dropdown-menu .dropdown-item:focus,
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link:focus{
    color: #222 !important;
}

.t4-megamenu .navbar-nav>li>a .item-caret::before,
.t4-megamenu .navbar-nav>li>.nav-link .item-caret::before {
    border-top-color: #fff;
}
.t4-megamenu .dropdown-toggle .item-caret::before {
    border-top: 4px solid #fff;
}

#t4-header{
    position: absolute;
    z-index: 999;
    width: 100%;
}

.t4-offcanvas-toggle {
    display: flex;
    color: rgba(255 255 255 / 70%);
    background-color: var(--theme);
    padding: 20px 30px;
    justify-content: center;
    border-radius: 0;
    margin-right: 0 !important;
    border-radius: 4px;
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 40%);
}

.t4-offcanvas-toggle:hover i, .navbar-toggler:hover i {
    color: #676767;
}

.t4-col.logo img{
    height: 90px;
}

@media (min-width: 768px){
    .t4-col.logo {
        text-align: center;
    }
}

@media (min-width: 1200px){
    #t4-header.container-lg .container {
        max-width: 1200px;
    }
}

@media (max-width: 576px) {
    .navbar-brand{
        margin-right: 0;
    }
    .navbar-brand img{
        width: 250px;
    }
    .t4-header {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .t4-navbar {
        justify-content: center;
    }
    .t4-header > .t4-section-inner{
        margin-top: 20px;
    }
    .t4-header > .t4-section-inner .t4-col{
        margin-bottom: 20px;
    }
}

/*Language Switcher*/
div.mod-languages ul {
    display: block;
}

div.mod-languages ul li{
    border: 1px solid #dedede;
    padding-bottom: 2px;
    border: 1px solid #1a1a1a;
}

div.mod-languages a {
    padding: 0 5px !important;
}

div.mod-languages ul li.lang-active {
    background-color: transparent;
    border-color: #dedede;
}

/*Services Icons section*/
.t4-section-1a{
    background: url('../../../images/theme/logo-letter-elixryson-b.svg'), var(--elixryson-gradient-bg);
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px){
    .t4-section-1a{
        background-size: cover;
        background-position: left;
    }
}

.t4-section-1a .container{
    padding: 100px 0;
}

.services-module .maintitle{
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.services-module .subtitle{
    font-family: 'Noto Serif';
    color: #fff;
    font-weight: 500;
    font-size: 110%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.services-module .gallery-separator i{
    color: #fff;
    font-size: 62px;
}

.services-module .itemtitle{
    color: #fff;
    padding-bottom: 20px;
}

.services-module .item{
    background: linear-gradient(135deg, rgba(0,32,64,1) 0%, rgba(0,32,64,1) 87%, rgba(88,199,70,1) 87%, rgba(88,199,70,1) 100%);
    transition: 0.5s;
    background-size: 80% 80%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.services-module .item:hover{
    background-size: 1500% 110%;
}

.services-module .icon img{
    padding-top: 40px;
    width: 80px;
    height: auto;
    display: inline-block;
}

.services-module .sectionbtn{
    padding: 20px;
    padding-top: 70px;
    padding-bottom: 40px;
}

@media (max-width: 576px) {
    .services-module .itemtitle{
        font-size: 20px;
    }
    .services-module .icon img{
        padding-top: 20px;
    }
    .services-module .col-6{
        padding-top: 20px;
    }
    
}


/*Services Info section*/

.t4-section-2 .container{
    padding-top: 0;
    margin-top: -100px;
}

.servicesinfo-module .item{
    z-index: 2;
    overflow: hidden;
}

.servicesinfo-module .item .inner{
    padding: 40px;
    position: relative;
    z-index: 2;
}

.servicesinfo-module .item .icon{
    font-size: 46pt;
    color: #fff;
    display: block;
    font-weight: 900;
}

.servicesinfo-module .item .itemtitle{
    color: #fff;
}

.servicesinfo-module .item .itemdesc{
    color: #fff;
    font-size: 110%;
}

.servicesinfo-module .item img{
    position: absolute;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.servicesinfo-module .item:hover img{
    transform: scale(1.5);
}

.servicesinfo-module .item:before{
    content: "";
    opacity: 0.4;
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*Slideshow*/
.acm-slideshow .item {
    background-position: center;
}

.acm-slideshow .item:before {
    opacity: 0.1;
}

.acm-slideshow .btn i{
    padding-right: 5px;
}

.acm-slideshow .owl-carousel .owl-nav{
    margin: 0;
}

.acm-slideshow .owl-carousel .owl-nav .owl-next,
.acm-slideshow .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.2);
    cursor: pointer;
    line-height: 50px;
    transition: all 500ms;
    padding: 0!important;
    margin: 12px 0;
    height: 70px;
    border-radius: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acm-slideshow .owl-carousel .owl-nav .owl-next{
    right: 0;
}

.acm-slideshow .owl-carousel .owl-nav .owl-next:hover,
.acm-slideshow .owl-carousel .owl-nav .owl-prev:hover{
    background: rgba(255,255,255,.7);
}

.acm-slideshow .owl-carousel .owl-nav .owl-next:focus,
.acm-slideshow .owl-carousel .owl-nav .owl-prev:focus{
    outline: none;
}

.acm-slideshow .owl-carousel .owl-nav .owl-next span,
.acm-slideshow .owl-carousel .owl-nav .owl-prev span{
    text-indent: 100%;
    overflow: hidden;
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-width: 1px;
}

.acm-slideshow .owl-carousel .owl-nav .owl-prev span{
    transform: rotate(225deg);
    margin-left: 10px;
}

.acm-slideshow .owl-carousel .owl-nav .owl-next span{
    transform: rotate(45deg);
    margin-right: 10px;
}

@media (max-width: 767.98px){
    .acm-slideshow .slider-content {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
}





/*Hero video*/
#hero-video-section .acm-hero.style-4 .video-wrapper {
    height: 100% !important;
}

#hero-video-section video{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.hero-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.hero-intro{
    font-weight: bold;
    font-size: 110%;
}


.acm-hero .hero-heading h1 {
    color: #fff;
}

@media (max-width: 992px) {
    .hero-content {
        top: 450px;
    }
}

.acm-hero .video-wrapper video {
    /*top: 50% !important;*/
    /*left: 50% !important;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*width: auto !important;*/
    /*transform: translate(-50%, -50%);*/
    object-fit: cover;
}

.acm-hero .video-wrapper:before {
    content: "";
    opacity: 0.5;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*Statistics*/
.acm-features.style-1 .features-item h4,
.acm-features.style-1 .features-item .sub-title{
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 0px #FFFFFF;
}

.acm-features.style-1 .features-item h4:before{
    content: "";
    height: 140px;
    width: 58px;
    background: #FF694E;
    position: absolute;
    top: -30px;
    left: -12px;
    z-index: -1;
}

.acm-features.style-1 .features-item {
    border-color: #002040;
    transition: 0.5s;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px -4px #000000; 
    box-shadow: 0px 0px 15px -4px #000000;
    background-image: linear-gradient(45deg, #ffffff 25%, #f2f2f2 25%, #f2f2f2 50%, #ffffff 50%, #ffffff 75%, #f2f2f2 75%, #f2f2f2 100%);
}

.acm-features.style-1 .features-item:after {
    border-right: 5px solid #002040;
    border-bottom: 5px solid #002040;
    transition: 0.5s;
}

/*Benefits section*/
.t4-section-4 .container{
    padding-top: 0;
}

.benefits-module .col-text .inner{
    background-color: #002040;
    align-items: center;
    margin-top: 30px;
    margin-left: -80px;
    color: #fff;
    padding: 80px;
    display: inline-block;
    background-image: linear-gradient(45deg, #002040 25%, #092847 25%, #092847 50%, #002040 50%, #002040 75%, #092847 75%, #092847 100%);

}

.benefits-module .col-text .title{
    color: #fff;
    display: inline-block;
    max-width: 320px;
    margin-bottom: 20px;
}

.benefits-module .col-text ul li {
    font-size: 1.2rem;
    padding: 4px 0;
}

@media (max-width: 576px) {
    .t4-section-4 .container{
        padding-bottom: 0;
    }
    
    .benefits-module .col-img{
        position: relative;
        z-index: 2;
    }
    
    .benefits-module .col-text{
        padding-left: 0;
        padding-right: 0;
    }
    .benefits-module .col-text .inner{
        margin-left: 0;
    }
    
    .benefits-module .col-text{
        margin-top: -70px;
    }
    
    .benefits-module .col-text .inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*Off Canvas*/
.t4-offcanvas{
    background-color: var(--theme);
}

.t4-offcanvas .t4-off-canvas-body{
    text-align: center;
    font-size: 120%;
    text-align: center;
    font-size: 120%;
    text-transform: uppercase;
}

.t4-offcanvas .t4-off-canvas-header {
    background: transparent;
}

.t4-offcanvas .t4-off-canvas-header a{
    display: none;
}

.t4-offcanvas .btn {
    margin-top: 0;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link,
.t4-offcanvas .t4-off-canvas-body .navbar .separator {
    color: rgba(255 255 255 / 70%);
    font-weight: 700;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .nav-link,
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .separator{
    text-decoration: underline;
    font-weight: 700;
}

.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle{
    display: none;
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu{
    display: block;
    padding: 0;
    text-align: center;
    text-transform: none;
    background-color: transparent;
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item,
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link{
    color: rgba(255 255 255 / 70%);
    font-size: 90%;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link.dropdown-toggle {
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link{
    padding-top: 0;
    max-width: 200px;
    white-space: normal;
    margin: 0 auto;
    font-weight: 700;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active>.nav-link,
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active>.separator {
    color: #fff;
}


/*Footer logo*/
.t4-footnav{
    background: var(--elixryson-gradient-bg);
}

.footer-logo .moto{
    font-family: 'Open Sans';
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-logo img{
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-logo .btn{
    margin-top: 0;
}

.footer-logo li a{
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
}

.footer-logo ul li{
    color: #58c746;
    font-size: 110%;
    padding: 1px 0;
}

.footer-logo .social{
    margin-top: 20px;
}

@media (min-width: 992px){
    .footer-logo > .custom {
        border: none;
        padding: 0;
        margin: 0;
    }
}

/*Signature*/
.freshid-module{
    background-color: rgba(0,0,0,0.1);
    padding: 2rem;
    margin: 0;
}

.freshid-module a{
    font-size: 14px;
    color: rgb(255 255 255 / 45%) !important;
}

.t4-footer img{
    display: inline-block;
    padding-right: 5px;
    margin-top: -5px;
    opacity: 0.45;
}

/*Contact page*/
.contact-page .t4-main-body{
    display: none;
}

.contact-page .contact-container ul{
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}

.contact-page .contact-container ul li a i,
.contact-page .contact-container ul li span i
{
    padding-right: 5px;
}

.contact-page .social{
    margin-top: 2rem;
}

.contact-page .t4-header .header-r .btn,
.contact-page .footer-logo .btn{
    display: none;
}

/*Masthead*/
#t4-masthead .bg-overlay-image {
    background-position: center -80px;
}

.t4-masthead.t4-palette-dark{
    background-color: #000;
}

.t4-content .t4-masthead .container {
    padding-top: 15rem;
    padding-bottom: 9rem;
    text-align: center;
}

.t4-masthead .container .page-title,
.t4-masthead .container .t4-masthead-title {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.contact-page #t4-masthead .bg-overlay-image{
    background-image: url('../../../images/theme/background-map-elixryson.webp');
    background-position: center -150px;
}

@media (max-width: 768px) {
    #t4-masthead .bg-overlay-image {
        background-position: center 0;
    }
}


/*Landing page*/
.landing-page .t4-main-body{
    padding: 0;
}

.landing-page .item-page {
    background: transparent;
}

.landing-page .item-page {
    background: transparent;
    padding: 0;
}

.landing-page.item-page [itemprop=articleBody] {
    margin: 0;
}

.landing-page .page-header{
    background-image: linear-gradient(120deg, #d6d6d6 25%, #e8edf0 25%, #e8edf0 50%, #d6d6d6 50%, #d6d6d6 75%, #e8edf0 75%, #e8edf0 100%);
background-size: 127.02px 220.00px;
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.landing-page .page-header h2 {
    font-size: 50px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 3px solid #fff;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    margin-bottom: 1rem;
}

.landing-page .page-header span {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    max-width: 400px;
    margin: 0 auto;
    text-transform: uppercase;
}

.landing-page .t4-col.component{
    padding: 0;
}

.landing-page .intro{
    background-color: var(--theme);
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.landing-page .intro .title{
    color: #fff;
    margin-top: 0;
}

.landing-page .intro .inner{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 110%;
}

.landing-page .item{
    z-index: 2;
    overflow: hidden;
}

.landing-page .item.item-desc{
    display: flex;
    align-items: center;
}

.landing-page .item .inner{
    padding: 40px;
    position: relative;
    z-index: 2;
}

.landing-page .item .icon{
    font-size: 46pt;
    color: #fff;
    display: block;
    font-weight: 900;
}

.landing-page .item .title{
    color: #fff;
    text-transform: uppercase;
}

.landing-page .item-img img{
    position: absolute;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.landing-page .item-img .inner{
    padding-top: 120px;
    padding-bottom: 120px;
}

.landing-page .item-desc .inner{
    text-align: center;
}

.landing-page .overlay:before{
    content: "";
    opacity: 0.4;
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.landing-page .item ul {
    list-style: none;
    padding: 0;
}

.landing-page .item ul li{
    font-size: 1.5rem;
    padding-top: 10px;
    font-weight: 300;
    position: relative;
}

.landing-page .item ul li:before{
    content: "";
    height: 30px;
    width: 29px;
    background-color: rgba(88, 199, 70, 0.4);
    position: absolute;
    left: -6px;
    top: 11px;
    z-index: -1;
}

.landing-page .item .moto{
    font-weight: 300;
    font-size: 2rem;
    padding-left: 16px;
}

.landing-page .convertforms .cf-form-wrap{
    padding: 0;
}



@media (max-width: 992px) {
    .landing-page.sideimg-page .item img{
        position: static;
    }
}

/*Clients module*/
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.clients-module .acm-cliens .owl-carousel .owl-item img {
    object-fit: contain;
    height: 100px;
}

/*OS Gallery*/
.osgalery-cat-tabs{
    display: none;
}

/*style 2a - amenities*/
.acm-features.style-2a .features-item .inner h2{
    text-align: center;
    margin-bottom: 0;
}

.acm-features.style-2a .features-item .inner{
    color: #676767;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.acm-features.style-2a .features-item .img-separator{
    text-align: center;
    padding-bottom: 10px;
}

.acm-features.style-2a .features-item .img-separator i{
    color: var(--theme);
    font-size: 42px;
}

.acm-features.style-2a .features-item .inner ul{
    list-style: none;
}

.acm-features.style-2a .features-item .inner ul li:before{
    content: '\2014';
    color: var(--theme);
    position: absolute;
    left: 34px;
}


/*Footer menu*/
.t4-footnav .navbar {
    padding: 0;
    justify-content: center;
    text-align: center;
}

.footnav-2 .nav{
    width: 100%;
}

.footnav-2 .nav li{
    
}

.footnav-2 .nav li a{
    background-color: rgba(255, 255, 255, .3);
    padding: 10px;
    margin: 5px;
    color: #fff;
    font-size: 16px;
}

.footnav-2 .nav li a:hover{
    background-color: rgba(255,255,255,0.7);
}

.footnav-2 .t4-module .nav > li.active > a,
.footnav-2 .t4-card .nav > li.active > a,
.footnav-2 .moduletable .nav > li.active > a,
.footnav-2 .module_menu .nav > li.active > a{
    color: #000;
    font-weight: 300;
    background-color: rgba(255,255,255,0.8);
}

@media (max-width: 768px){
    .footnav-2{
        margin-top: 1rem;
    }
}


/*Rooms page*/
.item-page.room-page{
    padding: 0;
}
.fid-description {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-size: 120%;
}

.fid-separator {
    border-bottom: 1px solid #dedede;
    margin-top: 20px;
    margin-bottom: 40px;
}


.amenities-title{
    text-align: center;
    border-bottom: 8px solid var(--theme-light);
    margin-bottom: 2rem;
    display: inline-block;
}

.amenities-row{
    display: flex;
    justify-content: center;
    padding-bottom: 3rem;
}

.amenities-col ul {
    list-style: none;
    position: relative;
}

.amenities-col ul li {
}

.amenities-col ul li:before {
    content: '\2014';
    color: var(--theme);
    left: 20px;
    position: absolute;
}

@media (max-width: 768px){
    .amenities-row{
        flex-wrap: wrap;
    }
    
    .amenities-col:first-child {
        width: 100%;
    }

    .amenities-col:not(:first-child) {
        flex: 1;
    }
    
    .amenities-col:nth-child(2) ul {
        /*padding-left: 0;*/
    }
    .amenities-col ul {
        padding-left: 19px;
    }
    
    .amenities-col ul li:before {
        left: 0;
    }
    .amenities-col:first-child {
        width: 100%;
        text-align: center;
    }
}



/*Accommodation page*/
.items-row .item .item-content{
    background-color: var(--theme);
}

.items-row .page-header h2 a{
    color: #fff;
}

@media (max-width: 768px){
    .items-row {
        flex-direction: column;
    }
    .items-row .col:first-child{
        padding-bottom: 30px;
    }
    
}


/*Accommodation view category*/
.accommodation-category .s2s_supra_contenedor{
    display: none;
}

.accommodation-category .page-header h2{
    font-size: 30px;
    text-align: center;
}


.accommodation-category .item-intro{
    display: none;
}


/*Contact module*/
.contact-module ul{
    list-style: none;
}

.contact-module ul li i{
    padding-right: 5px;
}

.contact-module ul li{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

/*Social 2s*/
.s2s_btn a{
    color: var(--theme);
}

.s2s_supra_contenedor{
    text-align: center;
    background-color: #516535;
    padding-top: 10px;
}
