/*
Theme Name: vakon
Theme URI: https://www.ink.gr
Description:  vakon Orthotic Services
Author: INK Design - What the f*** is branding
Author URI: https://www.ink.gr
Version: 1.0
*/

/*------------------------------------*\
	GENERAL
\*------------------------------------*/


b, strong {
    font-weight: 500;
}
*,
*: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: #EDF1F5;
}
.footer {
	background-color: #ffffff;
}
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:16px;
}
a, a:focus {
	text-decoration: none;
}a:hover {
	text-decoration: none;
}
::-moz-selection, ::selection {
	text-shadow: none;
}
/*------------------------------------*\
	TYPOGRAPHY COLORS
\*------------------------------------*/
body, a{
	color: #20659E;
}
::-moz-selection, ::selection {
	color: #FFFFFF;
}
.white{
	color: #FFFFFF;
}
a:focus, a:hover{
	color: inherit;
}
body {
    font-weight:300;
}

.border-radius {
    border-radius: 20px;
}
/*------------------------------------*\
	TYPOGRAPHY FONTS
\*------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, span, div, a {
	font-family: "futura-100-greek", sans-serif;
}


/*------------------------------------*\
	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: 6rem;
    font-style: normal;
    font-weight: 300!important;
    line-height: 1.3; 
}
@media screen and (max-width:1400px) {
        
    .slideLayer * {
        font-size:4rem;
    }
}
.slideLayer strong {
    font-weight: 500!important;
}

.slide-href {
    margin-top:30px;
}
.slide-href a {
    color:white!important;
}

.bgslide.featured-container {
    height: 125vh;
    max-height: 1280px;
    background-size: cover;
    background-position: 65% bottom;
}

.slide-desc img {
    display: inline;
}
.slideLayer span {
    text-align: right;
    float: right;
}


@media screen and (max-width:1024px) {
     .slide-desc img {
        display: block;
        margin-bottom:20px;
    }   
    .slideLayer * {
        font-size:3rem;
    }
    
    .slideLayer span {
        text-align:left;
        float: none;
    }
}

@media screen and (max-width:640px) { 
    .slideLayer * {
        font-size:2rem;
    }
}
.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) {

    
    .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;
    }
}





/*------------------------------------*\
	HEADER
\*------------------------------------*/  
.top-bar, .top-bar ul {
    background: inherit;
}


.top-bar ul {
    align-items: center;
    gap: 30px;
}

.dropdown.menu>li.cta>a {
    margin-top: 0;
}

.main-header {
    align-items: center;
}

.header {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
}



.dropdown.menu>li>a {
    color: white;
    position: relative;
}

.dropdown.menu>li:not(.cta):hover>a:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

@media screen and (max-width:1024px) {
    .dropdown.menu>li:not(.cta) {
        display:none!important;
    }
}


.keep-cta a {
    visibility: hidden;
}

.keep-cta .cta a {
    visibility: visible;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/  
.footer {
    padding-top:100px;
}
.createdbyink {
    margin-bottom: 0;
    text-align: right;
}

.bottom-footer-container {
    padding-bottom: 40px;
}

.bottom-footer-container * {
    font-size: 14px;
}

.footer .menu a {
    padding: 0;
}
.footer .wp-block-columns {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wp-block-heading strong {
    padding-left: 17px;
    padding-right: 15px;
    position: relative;
}


.wp-block-heading.has-arrow strong {
    background:#ffffff
}

.wp-block-heading.has-arrow.has-grey strong {
    background: #edf1f5;
}

.wp-block-heading {
    position: relative;
}

.wp-block-heading strong:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #20659E;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top:3px;
}

.wp-block-heading.has-white-color strong:before {
    background: #ffffff;
}

.wp-block-heading.has-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #5C99CC;
    left: 0;
    margin-top:3px;
}


@media print, screen and (min-width: 40em) {
    .footer .wp-block-columns {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    ul.vertical.medium-horizontal.menu li {
        position:relative;
        margin-right:16px;
    }
    ul.vertical.medium-horizontal.menu li:after {
        content: "|";
        position: absolute;
        right: -8px;
        top: 50%;
        transform:translateY(-50%)
    }
    ul.vertical.medium-horizontal.menu li:last-child {
        margin-right:0px;
    }
    ul.vertical.medium-horizontal.menu li:last-child:after {
        display:none;
    }
}


@media print, screen and (max-width: 40em) {
    .theme-data-content {
        font-size: 20px;
    }
    ul.vertical.medium-horizontal.menu li {
        margin-bottom:15px;
    }
    .createdbyink {
        text-align:left;
    }
}






.main-cols-actives .wp-block-column {
    background: white;
    padding: 40px 40px 100px;
    position: relative;
    transition: all .15s linear;
}

.main-cols-actives .wp-block-column.active-col {
    background: #20659e;
    color: white;
    flex-basis: 25%;
}

.main-cols-actives .wp-block-column p {
    visibility: hidden;
}

.main-cols-actives .wp-block-column.active-col p, .main-cols-actives .wp-block-column p.has-medium-font-size, .main-cols-actives .wp-block-column p.has-large-font-size {
    visibility: visible;
}


.main-cols-actives .wp-block-column:after {
    content: "\002B";
    font-size: 35px;
    position: absolute;
    bottom: 50px;
    cursor:pointer;
}

.main-cols-actives .wp-block-column.active-col:after {
    content: "\2212";
}
.disabled.menu-item {
    display:none!important;
}

@media screen and (max-width:1200px) {
    .wp-block-columns.main-cols-actives {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:781px) {
    .wp-block-heading.has-arrow:before {
        display: none;
    }
    
    .wp-block-heading.has-arrow strong {
        background: inherit;
    }
    
    .wp-block-heading strong {
        padding-left: 0;
    }
    
    .wp-block-heading.has-white-color strong:before, .wp-block-heading strong:before {
        display: none;
    }
    .is-primary-button .wp-block-button__link, .wpcf7 input[type="submit"], .cta a {
        padding-right: 80px !important;
    }
    .wp-block-buttons:has(.is-primary-button.trasnparent), .is-primary-button.trasnparent {
        margin-top:0!important;
    }
    .inner-ccf-gallery {
        padding: 0 50px;
    }
}


ul.vertical.medium-horizontal.menu li:after {
    display:none;
}