/*
Theme Name: Days City Suites
Theme URI: https://www.ink.gr
Description:  dayscitysuites.gr
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;
}
::selection {
	background-color: #04a4cc;
}
body {
    overflow-x:hidden;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body, p {
	line-height: 1.2;
	font-size:18px;
    color: #626262;
}
.wp-block-heading, body, p, * {
    color: #626262;
}
a, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
::-moz-selection, ::selection {
	text-shadow: none;
}

.wp-block-heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 15px;
}
/*------------------------------------*\
	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;
}
/*------------------------------------*\
	TYPOGRAPHY FONTS
\*------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, span, div, a {
	font-family: "Didact Gothic", sans-serif;
}

/*------------------------------------*\
	BOOKING FORM
\*------------------------------------*/  
div#bookbar button.prime {    
    font-weight: bold;
}
.booknow-select-topform form >.singleBookformHeaderS input {    
    padding-left: 10px!important;
}
.booknow-select-topform form >.singleBookformHeaderS input[type="text"] {    
    height:41px!important;
}

.cell.small-12.chekin .input-forms {
    max-width: 500px;
    margin: 20px auto;
    gap: 3%;
}

.cell.small-12.chekin .input-forms .small-4 {
    width: 30%;
}

button.prime {
    background: #3c3c3c;
    color: white;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cell.small-12.chekin .input-forms .small-4 input {
    margin-bottom: 0;
}


.top-slider-column .slick-arrow {
    width:40px;
    height:40px;
}
.top-slider-column .slick-prev {
    left: 30px;
    z-index: 1;
}
.top-slider-column .slick-next {
    right: 30px;
    z-index: 1;
}

.top-slider-column .slick-arrow:before {
    font-size: 40px;
    color: black;
}
.featured-container, .slider-columns {
    margin-bottom: 30px;
}
/*------------------------------------*\
	MAPS
\*------------------------------------*/  

.map-twopins {
    margin: 0 auto!important;
    height: auto!important;
    max-width: 771px!important;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.map-greece {
    position: relative;
}

.map-twopins a.patras-marker, .map-twopins a.athens-marker {
    width: auto!important;
    height: auto!important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    left: 22%!important;
    top: 41%!important;
    position:absolute;
}


.map-twopins a.athens-marker {
    left: 45%!important;
    top: 44%!important;
}

.map-twopins a img {
    width: 50px;
    height: 50px;
}


.map-twopins a span {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 23px;
    font-weight: bold;
    color: grey;
    letter-spacing: 1px;
    align-items: center;
}

.map-twopins a:first-child span {
    bottom: 47%;
    left: 50%;
}

.map-twopins a:last-child span {
    left: -1%;
    bottom: 45%;
}

.map-twopins a:first-child {
    max-width: 43%;
}



@media screen and (max-width:767px) {
    .map-twopins a.patras-marker img, .map-twopins a.athens-marker img {
        width: 30px !important;
    }
    /*
    .map-twopins a.patras-marker {
        top: 38% !important;
        left: 22% !important;
    }
    .map-twopins a.athens-marker {
        top: 42% !important;
    }
    */
    .map-twopins a.patras-marker, .map-twopins a.athens-marker {
        font-size: 14px;
    }
}




/*------------------------------------*\
	HEADER
\*------------------------------------*/ 
.header-container-sticky {
    background: white;
    padding-bottom:10px;
}

.top-bar, .top-bar ul {
    padding: 0;
    background: white;
}

.main-navigation-container .grid-container {
    padding: 0;
}

.dropdown.menu>li>a {
    color: #3d312b;
    text-decoration: none;
    font-size: 16px!important;
    padding: 0.5rem;
}

.main-header {
    display: flex;
    align-items: center;
}

.top-bar ul.dropdown.menu  {
    float: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align:center;
    align-items: center;
    justify-content: space-between;
}


.nav {
    display: block;
    width: 100%;
}

.top-bar.grid-x {
    display: block;
    width: 100%;
}

.cta a {
    background: #3d312b;
    color: white!important;
}

.contact-data.iframes iframe {
    width: 100%;
}

@media screen and (max-width:1200px) {
    .dropdown.menu>li>a {
        font-size: 14px !important;
        padding: 0.5rem 0.2rem;
    }
}

/*------------------------------------*\
	TOP HEADER
\*------------------------------------*/ 
.top-header svg {
    width: 13px;
    margin-right:10px;
}
.top-header {
    padding:10px 0;
}
.top-header * {
    font-size: 14px;
    line-height: 1;
}

.top-header-second-column {
    gap: 15px;
}

/*------------------------------------*\
	MOBILE HEADER
\*------------------------------------*/  
.top-bar-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5px 0;
}

.top-bar-mobile * {
    font-size: 14px;
}

.top-bar-mobile .is-primary-button .wp-block-button__link {
    padding: 5px 10px!important;
    font-size: 12px!important;
    border: 0!important;
}

.top-bar-mobile .wp-block-buttons {
    margin-top: 0;
}

.mobile-menu-container .logo {
    max-width: 150px;
    margin: 5px auto;
}


.section-theme-data.nobr .theme-data-columns {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}
.off-canvas {
    padding-top:50px;
}
.off-canvas, .off-canvas ul {
    background: #3d312b;
    margin-bottom: 0;
}

.off-canvas .menu-item.wpml-ls-menu-item {
    display: none;
}

.off-canvas a {
    font-size: 14px;
    color: white;
}

.off-canvas li {
    padding: 5px 15px;
    border-top: 1px solid rgba(255, 255, 255, .03);
}

.off-canvas .cta a {
    background: white;
    color: black!important;
    padding: 7px 12px;
}


.off-canvas .cta {
    border: 0;
}
/*------------------------------------*\
	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;
}

.slick-dots > li {
    display: inline-block;
}
.slick-dots > li:only-child {
    display: none;
}

.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;
    }
}

.page-size-occupancy {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.page-size-occupancy span {
    margin-left: 10px;
}

.dimbox-container svg * {
    fill: white;
}
[class^=dimbox-btn] {
    opacity:1;
}

a.dimbox-btn-download {
    display:none;
}

.dimbox-sequence, .dimbox-sequence * {
    color: white;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/  

.main-footer-container {
    background: #f9f9f9;
    padding: 30px 0;
}

.footer .menu a, .top-header-second-column a {
    padding: 0;
}

.footer .menu .menu-item {
    margin-bottom: 10px;
}

.footer * {
    color: #3d312b;
    font-weight: bold;
}

.bottom-footer-container {
    background: #e0e0e0;
    padding: 10px 0;
}

.bottom-footer-container * {
    font-size: 14px;
}

.copyright, .createdbyink {
    font-weight: normal;
    margin: 0;
}

.bottom-footer-second-column, .top-header-second-column {
    display: flex;
    justify-content: flex-end;
}

.footer .medium-horizontal.menu .menu-item, .top-header-second-column .medium-horizontal.menu .menu-item {
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
}

.footer .medium-horizontal.menu .menu-item:after {
    content: "|";
    position: absolute;
    top: -4px;
    right: -6px;
}
.logo-main {
    display: table;
    margin: 30px auto;
}

div#espabanner {
    position: fixed;
    bottom: -6px;
    left: 0;
    z-index: 9990;
    display: flex;
    flex-direction: column-reverse;
}


@media screen and (max-width:1024px) {
    .main-footer-container * {
        text-align: center;
    }
    
    .main-footer-second-column {
        margin: 50px 0;
    }
    
    .bottom-footer-container {
        padding: 20px 0;
    }
    
    .grid-x.bottom-footer {
        gap: 15px;
    }
    
    .bottom-footer-container * {
        text-align: center;
    }
    
    .bottom-footer-second-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

@media screen and (max-width:640px) {
    .footer .medium-horizontal.menu .menu-item:after {
        display:none;
    }
    .footer .medium-horizontal.menu .menu-item {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .cell.small-12.chekin .input-forms {
        gap: 0;
    }
    
    button.prime {
        padding: 15px;
    }
    .bottom-footer-container {
        padding-bottom: 150px;
    }
}
@media print, screen and (min-width: 64em) {
    .wp-block-columns.hide-for-large {
        display: none !important;
    }
}

@media screen and (min-width:640px) {
    #is-in-blog-2 .singleBookformHeaderS.small-12.medium-4, #is-in-blog-3 .singleBookformHeaderS.small-12.medium-4 {
        width:30%!important;
    }
    
    
    #is-in-blog-2 .singleBookformHeaderS.small-12.medium-4 input, #is-in-blog-3 .singleBookformHeaderS.small-12.medium-4 input {
        margin-bottom: 0!important;
    }
}


