/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

/*
orange color #e67e22
lilac #
Dark Lilac #761f89


*/

/*---------------------------------------------------------------*/

/**BASIC SETUP**/

/*---------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #555;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden; 
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
/*------------- **REUSEABLE COMPONANTS** -------------*/

.row {
    max-width: 90%;
    /*margin: 0 auto 0 auto;*/
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding-left: 5vh;
}


.row-articles {
    max-width: 840px;
    /*margin: 0 auto 0 auto;*/
    margin: 0 auto;
    font-family: 'Noto Sans', sans-serif;
}
section {
    padding: 80px 0;
}

section:first-child {
    padding: 0px 0;
}

.box {
    padding: 1% 0;
}

ul {
	list-style-position: inside;	
	list-style-type: none;
    text-indent: inherit;
}

li {
	padding-bottom: 20px;
}

li a {
	text-decoration: none !important
}

/*------------- **FEATURES** -------------*/

.section-features .long-copy {
}



/*------------- **PARAGRAPHS** -------------*/

.long-copy {
    line-height: 150%;
    width: 70%;
    margin-left: 15%;
}


/*------------- **HEADINGS -------------*/

h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
	font-family: 'EB Garamond', serif;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #c0cde6;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h1v2 {
    font-family: 'Noto Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    color: #444c5c;
    font-size: 175%;
    word-spacing: 4px;
    letter-spacing: 1px;
    text-align: left;
}

h2{
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

h3 {
    font-size: 125%;
    margin-bottom: 10px;
}


.noupper {
    text-transform: none !important;
}

.title {
    font-size: 180%;
    word-spacing: 2px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.subtitle {
    font-family: 'Noto Sans';
    font-size: 200%;
    word-spacing: 2px;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: 761f89;
}


h2:after {
    display: block;
    height: 2px;
    /*background-color: #229be6;*/
    background-color: #761f89;
    content: " ";
    width: 130px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.box p {
    font-size: 90%;
    line-height: 145%;
}




/*------------- ** LINKS ** -------------*/

a:link,
a:visited {
    color: #229be6;
    text-decoration: none;
    padding-bottom: 1px;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #555;
	text-decoration: underline;
}




/*------------- **BUTTONS** -------------*/

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    color: #fff;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}


.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #229be6;
    border: 1px solid #229be6;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #229be6;
    color: #229be6;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #229be6;
}

.btn-full:hover,
.btn-full:active,
input[type=submit]:hover,
input[type=submit]:active,{
    /*background-color: #cf6d17;*/
    border: 1px solid #229be6;
    /*color: #fff;*/
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #229be6;
    color: #fff;
}




/*------------- **MEALS** -------------*/

.section-meals {
    padding: 0px;
}


.meals-showcase {
    list-style: none;
    width: 100%;
}

.meals-showcase li {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    width: 25%;
        
}
.meal-photo {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    background-color: #000;
}

.meal-photo img {
    opacity: .7;
    width: 100%;
    height: auto;
    transform: scale(1.3);
    transition: transform 0.5s, opacity 0.5s;
}

.meal-photo img:hover {
    opacity: 1;
    transform: scale(1.1);
}




/*------------- **Podcast** -------------*/

.section-podcast-white {
    background-color: aliceblue;
    padding: 0px;
    width: 560;
}

.section-podcast-gray {
    padding-top: 18vh;
    background-color: darkgrey;
    padding: 0px;
}


.podcast-textbox {
    max-width: 400px;
    padding-top: 20;
    margin: auto;
    margin-bottom: auto;
    padding: 15px;
}

.podcast-showcase li {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    width: 25%;
        
}
.podcast-photo {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    background-color: #000;
}

.podcast-photo img {
    opacity: .7;
    width: 100%;
    height: auto;
    transform: scale(1.3);
    transition: transform 0.5s, opacity 0.5s;
}

.podcast-photo img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.iframe{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    text-align: center;
    align: center;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------- **ICONS** -------------*/

.icon-big {
    font-size: 350%;
    display: block;
    color: #229be6;
    margin-bottom: 5px;
    
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #229be6;
    font-size: 120%;
    
    /* Secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}


/*------------- **HEADER** -------------*/

header {
	min-height: 10vh;
    z-index: 0;
}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(4, 0, 29, 0.32)), url(img/);
    background-size: cover;
    background-position: center;
    height: 85vh;
    background-attachment: fixed;
}

 .hero-text-box {
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
	min-height: 50vh;
    position: absolute;
    color: aliceblue;
    left: 5vw;
	top: 40vh;
    width: 65%;
	border: 1px solid red; 
} 

.logo {
    height: 10vh;
	z-index: 1;
	position: absolute;
	bottom: 3vh;
	left: 60%;
}

.logo2 {
    display: none;
	height: 7vh;
	z-index: 1;
	padding-left: 1vh;
}

.logo-black {
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
}

.hero-marios-box .mariosbox {
	display: block;
	min-height: 80vh;
    max-height: 720px;
    position: static;
    margin-left: 10vw;
    left: 0px;
	top: 0vh;
    width: 87%;
	/* border: 1px solid green; */
    background-image: url(../img/marios-front.jpg);
    background-color: white;
    background-size: 70vh;
	background-repeat: no-repeat;
    background-position: 30% bottom;
    background-position: left center;
    height: 75vh;
}

.hero-text-box #mariosname {
	padding-bottom: 200px;
	padding-top: 30vh;
}

span#s1,
span#s2,
span#s18,
span#nicosia {
	font-size: 5.35vh;
	font-family: 'EB Garamond', serif;
	padding-right: 2vh;
}

span#s18 {
	font-weight: bold;
	color: #072;
	color: #c90;
	padding: 0 5.9vh;
}
span#s2 {
	font-weight: bold;
	color: #c90;
	/*
	position: relative;
	top:100px;
	left: -50px;
	*/
}
span#nicosia {
	font-size: 2.87vh;
    font-family: 'Noto Sans', sans-serif;
	display: inline-block;
	margin-left: 58%;
	padding: 1.7vh 0;
}

/*  MAIN-NAV  */

.main-nav-list {
    list-style: none;
    margin-top: -20px;
    display: flex;
    gap: .5rem;
    margin-right: 5vw;
}

.nav-div {
	/*background: white;*/
	float: right;
	padding-right: 80px;
    padding-top: 20px;
    display: block;
    width: 380px;
    overflow: auto;
    height: 55px;
}

.main-nav-link:link,
.main-nav-link:visited {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

nav div {
	background: white;
	float: right;
	padding-right: 30px;
}

.main-nav {
    /*background: #229be6;
    background-color: rgba(109, 109, 109, 0.55);*/
    float: right;
    list-style: none;
	font-size: 2.2vh;
    margin-top: 2.1vh;
	z-index: 99;	
	position: relative;
}
.main-nav img {
    resize: 17px;
}

.main-nav li{
    display: inline-block;
    margin-left: 10px;
	padding-bottom: 0px !important;
}


.main-nav li a:link,
.main-nav li a:visited {
    padding: 0px;
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
	font-family: 'EB Garamond', serif;
	display: block;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #761f89;
}


div.hero-foot {
	height: 7vh;
	width: 100%;
	background-color: #ccccda;
	position: absolute;
	bottom: 0px;
}

div.hero-head {
    height: 12vh;
	width: 100%;
	background-color: #ccccda;
	position: absolute;
	top: 0px;
	z-index: 2;
}

/*------------- ** Mobile Navi ** -------------*/

.mobile-nav-icon {
    float: right;
    margin-top: 0px;
    cursor: pointer;
    display: none;
	position: relative;
	z-index: 99;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #797979;
}

/*  STICKY-NAV  */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.99);
    box-shadow: 0 2px 2px rgba(199, 199, 199, 0.97);
    z-index: 9999;
}

.sticky .main-nav { margin-top: 18px; }


.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 16px 0;
    color: #555;
}

.sticky .logo { display: none;}
.sticky .logo-black { display: block;}




/*------------- **HOW IT WORKS** -------------*/



.section-steps{
    /*background-color: #c6dce0;*/
    /*background-color: #2538cb;
    background: linear-gradient(180deg, #d6ace0, #761f89);*/ 
    background: linear-gradient(rgba(4, 0, 29, 0.10), rgba(4, 0, 29, 0.10));
    /*background-size: cover;
    background-position: center;*/
    /*height: 100vh;*/
    /*background-attachment: fixed;*/

    
}

.section-openclinic{
    background-color: #d6ace0;
    
}

.section-features{
    background-color: rgba(255, 255, 255, 0);
}

.steps-box {
    padding-top: 50px;
    padding-bottom: 15px;
    text-align: center;
    
}

.steps-box:first-child {
    padding-top: 50px;
    text-align: center;
    
}



.steps-box:last-child {
/*padding-left: 3%;
    margin-top: 70px;*/
    
}

.app-screen {
    width: 90%;
    margin-top: 50px;
    padding-left: 50px;
    margin-bottom: 20px;
    max-width: 1000px;
    
}

.works-steps {
    margin-bottom: 10px;
}

.works-steps:last-of-type{
    margin-bottom: 30px;
}

.works-steps div {
    color: #e67e22;
    border: 2px solid #e67e22;
    display: inline-block;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%;
    margin-right: 25px;
}

.btn-app:link,
.btn-app:visited {
    border: 0px
}


.btn-app img {
    height: 50px;
    width: auto;
    margin-right: 10px;
    box-shadow: 0 2px 5px #d1d1d0;
}


/*------------- **  TESTIMONIALS  ** -------------*/

.section-testimonials {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/PhotographerAndStatue.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;


}

cite img {
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}


/*------------- **  CITIES  ** -------------*/

.box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px #d1d1d0;
    
}

.city-feature {
    margin-bottom: 5px;
}


/*------------- **  PLANS  ** -------------*/

.section-plans {
    background-color: rgba(80, 83, 93, 0.16);
    padding-left: 25px;
}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    margin-top: 15%;
    box-shadow: 0 2px 5px #d1d1d0;
    
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #edd8c6;
}

.plan-box div:first-child {
    background-color: #fff8f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-box div:last-child {
    text-align: center;
    padding: 15px;
    border: none;;
}

.plan-price {
    font-size: 300%;
    font-weight: 100;
    margin-bottom: 10px;
    color: #e67e22;
}

.plan-price span {
    font-size: 30%;
    font-weight: 300;
}

.plan-price-meal {
    font-size: 80%;
    margin-bottom: 10px;
    
    
}

.plan-box ul {
    list-style: none;
}

.plan-box ul li {
    padding: 5px 0;
}


/*------------- **  CONTACT FORM  ** -------------*/

.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

/*.contact-form {
    width: 9000%;
    margin: auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

.map-box {
    width: 80%;
    height: 600px;
    position: relative;
}

/* .map {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 0;
} 

.form-box {
    position: absolute;
    width: 80%;
    top: 175px;
    right: 0;
    left: 20;
    background: rgba(0, 255, 255, 0.9);
    z-index: 10;
    height:200px;
    padding-top: 40px;
}

.form-messages {
    width: 70%;
    margin: 10 auto;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #333;
}*/

.success {
    background-color: rgba(83, 255, 156, 0.81);
}

.error {background-color: rgba(255, 59, 59, 0.88);}


/*------------- **  CONTACT FORM  ** -------------*/

footer {
    background-color: #333;
    padding: 40px;
    font-size: 80%;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    transition: color 0.2s;
    
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 150%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #55acee;
}

.ion-social-googleplus:hover {
    color: #dd4b39;
}

.ion-social-instagram:hover {
    color: #ffc838;
}



footer p {
    color: #888;
    text-align: center;
    margin-top: 10px;
}


/*------------- ** Animations ** -------------*/

.js--wp-1,
.js--wp-2,
.js--wp-3 {
    opacity: 0;
    animation-duration: 1s;
}

.js--wp-4 {
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
    opacity: 1;
}



/*------------- ** Mobile Navigation ** -------------*/

$('.js--nav-icon').click(function);














