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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'templatefont' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e900";
}
.icon-ekpaideysh:before {
  content: "\e901";
}
.icon-show-sidebar:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-hide-sidebar:before {
  content: "\e904";
}
.icon-metoikhsh:before {
  content: "\e905";
}
.icon-genoktonia:before {
  content: "\e906";
}
.icon-ekklhsies:before {
  content: "\e907";
}
.icon-mnhmeia:before {
  content: "\e908";
}
.icon-oikismoi:before {
  content: "\e909";
}
.icon-arrow-down:before {
  content: "\e945";
}
.lds-dual-ring {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%,-50%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}
.loading .lds-dual-ring {
    opacity: 1;
    visibility: visible;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #6A2433;
    border-color: #6A2433 transparent #6A2433 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.map-content {
    position: relative;
    width: 100%;
    height: calc(100vh - 95px);
    min-height: 600px;
}
#map {
    position: absolute;
    top: 0;
    left: 510px;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: left .2s;
}
.gm-style-iw-c {
    background: #E0DACD!important;
    padding: 0!important;
}
.gm-style-iw-d {
    overflow: hidden!important;
}
.gm-style .gm-style-iw-tc::after {
    background: #E0DACD!important;
}
#map .location,
.fancybox-container .location {
    display: flex;
    /*align-items: center;*/
}
#map .location .image,
.fancybox-container .location .image {
    width: 125px;
    height: 125px;
    margin-left: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#map .location.default-image .image,
.fancybox-container .location.default-image .image {
    display: none;
}
#map .location .texts,
.fancybox-container .location .texts {
    width: 330px;
    /*padding: 20px 40px;*/
    padding: 10px 20px;
}
#map .location.default-image .texts,
.fancybox-container .location.default-image .texts {
    width: 530px;
}
#map .location .texts .category,
.fancybox-container .location .texts .category {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2em;
    color: #272521;
    margin-bottom: 10px;
}
#map .location .texts .title-wrapper {
    display: flex;
    align-items: center;
}
#map .location .texts .title,
.fancybox-container .location .texts .title {
    display: block;
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #272521;
}
#map .location .texts .map-link,
.fancybox-container .location .texts .map-link {
    display: block;
    width: 21px;
    margin-left: 10px;
}
#map .location .texts .map-link img,
.fancybox-container .location .texts .map-link img {
    display: block;
    width: 100%;
}
#map .location .texts .link-wrapper a {
    font-family: "EB Garamond", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: color .3s;
}
#map .location .texts .link-wrapper a:hover {
    color: #6A2433;
}
#map .location .texts .infos,
.fancybox-container .location .texts .infos {
    margin: 10px 0 0;
}
#map .location .texts .info,
.fancybox-container .location .texts .info {
    display: flex;
    flex-wrap: wrap;
}
#map .location .texts .info .label,
.fancybox-container .location .texts .info .label {
    font-family: "EB Garamond", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #6A2433;
    flex: 0 0 200px;
}
#map .location .texts .info .value,
.fancybox-container .location .texts .info .value {
    font-family: "EB Garamond", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #444444;
}
#map .location .texts .info .label + .value,
.fancybox-container .location .texts .info .label + .value {
    flex: 0 0 calc(100% - 200px);
}
#map .location-more-info .btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "EB Garamond", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #272521;
    margin: 3px 0 5px;
}
#map .location-more-info .btn .closed {
    display: block;
}
#map .location-more-info .btn .open {
    display: none;
}
#map .location-more-info .btn .icon-arrow-down {
    font-size: 8px;
    display: block;
    margin: 4px;
    transition: transform .3s;
}
#map .location-more-info .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
}
#map .location-more-info.expanded .btn .closed {
    display: none;
}
#map .location-more-info.expanded .btn .open {
    display: block;
}
#map .location-more-info.expanded .btn .icon-arrow-down {
    transform: rotate(180deg);
}
#map .location-more-info.expanded .content {
    max-height: none;
}
.hidden-list #map {
    left: 0;
}
.show-list {
    display: block;
    position: absolute;
    top: 83px;
    left: 78px;
    background: #FFFFFF;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #24282B;
    padding: 10px 10px 10px 35px;
    z-index: 1;
    opacity: 0;
    transition-delay: .2s;
    transition: opacity .2s;
}
.show-list:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-45%);
    font-size: 12px;
    line-height: 12px;
}
.hidden-list .show-list {
    opacity: 1;
}
.results-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 510px;
    padding: 30px 10px 10px;
    background: #E0DACD;
    z-index: 2;
    transform: translateX(0);
    transition: transform .2s;
}
.hidden-list .results-list {
    transform: translateX(-510px);
}
.search {
    position: relative;
    /*margin: 0 10px;*/
    margin: 0 0 20px;
}
.search > .title {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.search > .title span.text {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #32251E;
}
.search > .title .hide-list {
    display: block;
    position: relative;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #32251E;
    margin-left: auto;
    padding-left: 25px;
}
.search > .title .hide-list:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.search [type="text"] {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #32251E;
    padding: 14px 36px 14px 20px;
    border: 0;
    border-radius: 30px;
    outline: none;
}
.search [type="text"]::placeholder {
    color: #A6A6A6;
}
.search .submit {
    cursor: pointer;
    position: absolute;
    right: 18px;
    bottom: 14px;
    color: #6A2433;
}
.results-list .location-num {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #32251E;
    margin: 25px 10px;
}
.results-list .location-outer-wrapper {
    position: absolute;
    top: 182px;
    left: 10px;
    right: 10px;
    bottom: 0;
    overflow: auto;
}
.results-list .location-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.results-list .location {
    margin: 10px;
    flex: 0 0 calc(50% - 20px);
}
.results-list .location .image {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 10px;
    padding-bottom: 76%;
}
.results-list .location .category {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25em;
    color: #32251E;
}
.results-list .location .title {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #32251E;
}
.back-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    background: #6A2433;
    color: #FFFFFF;
    z-index: 1;
    border: 1px solid rgba(50, 37, 30, 0.44);
    border-radius: 1000px;
    padding: 8px 15px;
    font-family: "EB Garamond", Sans-serif;
    font-size: 15px;
    line-height: 17px;
}
.show-back-btn .back-btn {
    display: block;
}
.categories-filter {
    position: absolute;
    top: 20px;
    right: 37px;
    background: #E0DACD;
    border-radius: 14px;
    padding: 20px;
    z-index: 1;
}
.categories-filter > .title {
    display: flex;
    align-items: center;
    margin: 0 2px 20px;
}
.categories-filter > .title .text {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #32251E;
    margin-right: auto;
}
.categories-filter > .title .icons {
    cursor: pointer;
    font-size: 22px;
    color: #32251E;
    font-weight: 700;
    margin-left: 10px;
}
.categories-filter > .title .icons .icon-close {
    display: block;
}
.categories-filter > .title .icons .icon-search {
    display: none;
}
.categories-filter.closed > .title {
    margin-bottom: 0;
}
.categories-filter.closed .search, 
.categories-filter.closed .filters,
.categories-filter.closed > .title .icons .icon-close {
    display: none;
}
.categories-filter.closed > .title .icons .icon-search {
    display: block;
}
.categories-filter .filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    /*padding-right: 95px;*/
}
.categories-filter .filter {
    position: relative;
    display: block;
    border: 1px solid rgba(50, 37, 30, 0.44);
    border-radius: 1000px;
    padding: 8px 15px 8px 46px;
    font-family: "EB Garamond", Sans-serif;
    font-size: 15px;
    line-height: 17px;
    color: #32251E;
    margin: 2px;
}
.categories-filter .filter:before {
    position: absolute;
    font-size: 22px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.categories-filter .filter.fs-smaller:before {
    font-size: 18px;
}
.categories-filter .filter.active {
    background: #6A2433;
    border-color: #6A2433;
    color: #FFFFFF;
}
.categories-filter .sub-filters-btn {
    display: none;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #32251E;
    padding: 0 0 0 18px;
    position: absolute;
    right: 0;
    bottom: 10px;

}
.categories-filter .sub-filters-btn.visible {
    display: block;
}
.categories-filter .sub-filters-btn:before {
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: 0;
    margin-top: -6px;
    transition: transform .2s ease;
}
.categories-filter .sub-filters-btn.open:before {
    transform: rotate(-180deg);
}
.sub-filters-wrapper .sub-filters {
    display: flex;
    align-items: center;
    visibility: hidden;
    max-height: 0;
}
.sub-filters-wrapper .sub-filters.visible {
    visibility: visible;
    max-height: 100px;
    margin-top: 20px;
}
.sub-filters-wrapper .sub-filters span.text {
    display: block;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}
.sub-filters-wrapper .sub-filters .sub-filter {
    position: relative;
    display: block;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding-left: 22px;
    margin-left: 20px;
}
.sub-filters-wrapper .sub-filters .sub-filter:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
}
.sub-filters-wrapper .sub-filters .sub-filter.active:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 9px;
    height: 9px;
    /*background: #000000;*/
    background: #6A2433;
}
.page-template-map .fancybox-content {
    padding: 0;
    background: #E0DACD;
    border-radius: 14px;
}
.page-template-map .fancybox-close-small:focus,
.page-template-map .fancybox-close-small:hover {
    background-color: transparent;
    color: #c36;
}
#map-help-popup {
    position: relative;
    max-width: 96%;
    width: 720px;
    background-image: url('../images/map-help-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
#map-help-popup .inner-content {
    padding: 5% 5% 5% 17%;
    font-family: "EB Garamond", Sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    color: #272521;
}
#map-help-popup .inner-content a {
    color: #272521;
    text-decoration: underline;
    outline: none;
}
#map-help-popup .inner-content h1,
#map-help-popup .inner-content h2,
#map-help-popup .inner-content h3,
#map-help-popup .inner-content h4,
#map-help-popup .inner-content h5,
#map-help-popup .inner-content h6 {
    color: #32251E;
    font-size: 32px;
    line-height: 1.2em;
}
#map-help-popup .stravon {
    position: absolute;
    bottom: 0;
    left: -7%;
    width: 24%;
}
@media (max-width: 1199px) {
    .results-list {
        width: 360px;
    } 
    #map {
        left: 360px;
    }
}
@media (max-width: 959px) {
    .map-content {
        height: auto;
        min-height: none;
    }
    .categories-filter {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        border-radius: 0;
        padding: 10px 10px 10px 20px;
    }
    #map {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: 500px;
    }
    .results-list {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        padding: 30px 10px 10px;
        height: 692px;
    }
    .results-list .search > .title .hide-list {
        display: none;
    }
    .results-list .location-outer-wrapper {
        /*position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;*/
        height: 500px;
    }
    .results-list .location {
        flex: 0 0 calc(33.33% - 20px);
    }
}
@media (max-width: 599px) {
    .results-list .location {
        flex: 0 0 calc(50% - 20px);
    }
    #map .location.default-image .texts,
    .fancybox-container .location.default-image .texts {
        width: 350px;
    }
    #map .location .texts .info .label,
    #map .location .texts .info .value,
    .fancybox-container .location .texts .info .label,
    .fancybox-container .location .texts .info .value {
        flex: 0 0 100% !important;
    }
}
@media (max-width: 379px) {
    .results-list .location {
        flex: 0 0 100%;
        margin: 10px 0;
    }
}
