@font-face {
    font-family: 'HypatiaSansPro';
    src: url('fonts/subset-HypatiaSansPro-Light.eot');
    src: url('fonts/subset-HypatiaSansPro-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/subset-HypatiaSansPro-Light.woff2') format('woff2'),
    url('fonts/subset-HypatiaSansPro-Light.woff') format('woff'),
    url('fonts/subset-HypatiaSansPro-Light.ttf') format('truetype'),
    url('fonts/subset-HypatiaSansPro-Light.svg#HypatiaSansPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HypatiaSansPro';
    src: url('fonts/subset-HypatiaSansPro-Regular.eot');
    src: url('fonts/subset-HypatiaSansPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/subset-HypatiaSansPro-Regular.woff2') format('woff2'),
    url('fonts/subset-HypatiaSansPro-Regular.woff') format('woff'),
    url('fonts/subset-HypatiaSansPro-Regular.ttf') format('truetype'),
    url('fonts/subset-HypatiaSansPro-Regular.svg#HypatiaSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HypatiaSansPro';
    src: url('fonts/subset-HypatiaSansPro-Semibold.eot');
    src: url('fonts/subset-HypatiaSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/subset-HypatiaSansPro-Semibold.woff2') format('woff2'),
    url('fonts/subset-HypatiaSansPro-Semibold.woff') format('woff'),
    url('fonts/subset-HypatiaSansPro-Semibold.ttf') format('truetype'),
    url('fonts/subset-HypatiaSansPro-Semibold.svg#HypatiaSansPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'HypatiaSansPro';
    src: url('fonts/subset-HypatiaSansPro-Bold.eot');
    src: url('fonts/subset-HypatiaSansPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/subset-HypatiaSansPro-Bold.woff2') format('woff2'),
    url('fonts/subset-HypatiaSansPro-Bold.woff') format('woff'),
    url('fonts/subset-HypatiaSansPro-Bold.ttf') format('truetype'),
    url('fonts/subset-HypatiaSansPro-Bold.svg#HypatiaSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'HypatiaSansPro';
    font-weight: normal;
}

h1, h2, h3 {
    font-weight: 900;
}

h4, h5, h6 {
    font-weight: 500;
}

.h2, h2 {
    font-size: 28px;
}

.h3, h3 {
    font-size: 22px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

/*STYLE*/
.toggle-menu span {
    -webkit-animation: menuAnimation 3s infinite;
    -moz-animation: menuAnimation 3s infinite;
    animation: menuAnimation 3s infinite;
    animation-delay: 1.5s;
}

.show-menu .toggle-menu span {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.toggle-menu:hover .menu-btn span {
    animation: none;
}

.menu-btn:after {
    content: 'ΜΕΝΟΥ';
    display: inline-block;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 50%;
    margin-bottom: 20px;
    left: 0;
    right: 0;
    color: black;
    opacity: 1;
    font-size: 18px;
    transition: opacity .5s ease-in-out;
}

.show-menu .menu-btn:after {
    content: none;
}


.menu-item span {
    font-weight: 300;
}

.menu-nav > ul > li > a:hover > span {
    height: 40%;
}

.site-logo {
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 997;
}

.black_logo,
.def_logo {
    opacity: 0;
    pointer-events: none;
    height: 0;
    margin: 0;
}

#home-2 .bg.vertical-img {
    background-size: cover;
}

#frontpage_container,
.menu {
    height: calc(100vh - 70px);
}

section > .content {
    height: calc(100vh - 72px);
}

#frontpage_container {
    overflow-y: scroll;
}

#frontpage_left_container {
    position: relative;
}

#frontpage_left_container .vc_column-inner {
    padding-bottom: 35px;
}

#frontpage_info {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 0 0 auto;
}

#frontpage_info p {
    
    width: auto;
    display: inline-block;
	font-style: italic;
    padding: 0;
    text-align: justify;
}

#frontpage_left_container:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    display: block;
    background: rgba(255,255,255,0.75);
    margin: auto;
}

.vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
    background-color: #5eb140 !important;
}

.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
    background-color: #65bf45 !important;
    border: none !important;
}

.post_grid_content .vc_gitem_row .vc_gitem-col {
    min-height: 380px;
}

.vc_pageable-load-more-btn a {
    color: #ffffff !important;
}

h3.contact_details_header,
.bio_details {
    margin-top: 60px;
}

.contact_logo_container img {
    margin: 35px auto;
    max-width: 120px;
}

#contactMap {
    filter: grayscale(1);
    border: 1px solid #e4e4e4;
}

.error404 #primary.content-area {
    width: 100%;
    height: 100%;
    float: none;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error404 #secondary {
    display: none !important;
    float: none !important;
    margin: 0 !important;
    width: 0 !important;
}

.blog_grid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.blog_grid h2 {
    margin-bottom: 1em;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.grid_post_item {
    position: relative;
    width: 100%;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
}

.post-link-btn {
    margin-top: .5rem;
}

.content-container > .vc_row.vc_row-has-fill {
    height: 100%;
    display: flex;
}

.single-post .content-container {
    height: auto;
}

.single-post .menu {
    width: 55%;
}

.post-featured-img,
.post-featured-img a,
.post-featured-img img {
    width: 100%;
    display: block;
}

.post-content a,
.single-post-text a {
    color: #000;
    text-decoration: none;
    position: relative;
}

.post-content a:before,
.single-post-text a:before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    -webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    -ms-transition: width .15s ease-in-out;
    -o-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
}

.post-content a:hover:before,
.single-post-text a:hover:before {
    width: 100%;
}

.post_author_wrapper {
    margin-top: 2em;
}

.post_author_details * {
    display: inline-block;
    vertical-align: middle;
}

.post_author_details:first-child {
    margin-bottom: 0.25em;
}

.post_author_details .genericon {
    font-size: 1.5em;
}

body.show-section #resume.active > .bg {
    background-position-x: right;
    background-color: #d4d3ce;
    background-size: 50% auto;
}

body.show-section #contact.active > .bg {
    background-position-x: right;
    background-position-y: center;
    background-size: contain;
    background-color: #8a8a8a;
}

.bg {
    border: 34px solid #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.bg.vertical-img {
    background-size: auto 100%;
    background-position-x: 100%;
}

.bg.horizontal-img {
    background-size: cover;
}

.post-nav {
    margin-top: 60px;
    margin-bottom: 0;
}

.post-mob-img {
    display: none;
}

.flex-tb-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.single-post .section > .content {
    background: rgba(255, 255, 255, 0.9);
}

@keyframes menuAnimation {
    0%, 100% {
        box-shadow: 0 0 0 0 transparent;
    }

    50% {
        box-shadow: 0 0 0 1px black;
    }
}

@media (max-width: 1440px) {
    .single-post .post-section .bg.vertical-img {
        background-size: 54% auto;
    }
}

@media (max-width: 1199px) {
    .section > .content {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    #resume .bg {
        background-position-x: 68%;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    #frontpage_info#frontpage_info {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .menu {
        width: calc(100% - 72px) !important;
    }

    .section > .content {
        width: calc(100% - 70px) !important;
    }


    section > .content {
        margin: 0 auto;
        top: 50% !important;
        bottom: unset !important;
        left: 0 !important;
        right: 0 !important;
        height: calc(100vh - 70px);
    }

    .section > .content,
    .single-post .section > .content {
        padding: 1.5em;
    }

    .site-logo {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        z-index: -1;
    }

    .white_logo,
    .black_logo {
        opacity: 0;
        pointer-events: none;
        height: 0;
    }

    .show-menu .site-logo {
        width: calc(100% - 90px);
        z-index: 997;
    }

    .show-menu .def_logo {
        opacity: 1;
        pointer-events: auto;
        height: auto;
        width: 80px;
        margin: 0 auto;
        -webkit-transition: all .3s .9s ease;
        -moz-transition: all .3s .9s ease;
        transition: all .3s .9s ease;
    }

    .section .bg,
    .single-post .post-section .bg {
        background-image: none !important;
        background-color: #000000 !important;
    }

    .post-mob-img {
        display: block;
        margin-bottom: 2em;
    }

    .post-content h3 {
        font-size: 1.2em;
    }

    #frontpage_info {
        padding-left: 30px;
        padding-right: 30px;
    }

    #frontpage_left_container:before {
        width: calc(100% - 6px);
    }

    #frontpage_left_container .post-mob-img {
        max-width: 150px;
    }

    .post-featured-img,
    .post-featured-img img {
        width: 100%;
        height: auto;
    }

    .single-post .section > .content {
        right: 0 !important;
        bottom: unset !important;
        left: 0 !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        -moz-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        -o-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        background: rgba(255, 255, 255, 1);
        width: calc(100% - 70px) !important;
        height: calc(100vh - 70px) !important;
    }

    .section > .content:after {
        height: 0;
    }
}

@media (max-width: 767px) {
    #frontpage_info {
        padding-left: 0;
        padding-right: 0;
    }

    .post-mob-img {
        margin-bottom: 1.5em;
    }
}

@media (max-width: 568px) {
    .menu ul.items {
        margin: auto !important;
    }

    .show-menu .def_logo {
        width: 100px;
    }

    .menu-nav, .menu-nav > ul {
        z-index: 998;
    }

    .flex-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width: 500px) {
    #frontpage_container {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: -1px auto 0;
        width: calc(100% - 40px);
    }

    .post-nav a {
        font-size: 8px;
    }
}

@media (max-height: 660px) and (max-width: 991px) {
    .show-menu .site-logo {
        top: 36px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        padding: 0.5em 0;
        background: #ffffff;
    }

    .site-logo img {
        max-width: 70px;
    }

    .show-menu .site-logo .white_logo {
        opacity: 0;
        pointer-events: none;
        height: 0;
        margin: 0;
    }

    .show-menu .site-logo .def_logo {
        opacity: 1;
        pointer-events: auto;
        height: auto;
    }

    nav.menu-nav {
        margin: 140px 0 80px;
        height: auto;
        min-height: unset;
        align-items: flex-start;
    }
}