/*
Theme Name: EMST Child Theme
Template: emst-parent
Author: i DESIGN
Author URI: http://i-design.gr
Description: EMST theme is working as a wp-bootstrap-starter theme.
Version: 1.0.0.1
Updated: 2020-10-26 09:09:44

*/
/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*/
@import url("fonts/font-EMST-Sans.css");
@import url("fonts/font-Aktiv-Grotesk.css");

@import url("extras/bootstrap-extended.css");


:root {
    --main-bg-color: #ffffff;
    --main-color: #000000;
    --main-link-color: #000000;
    --main-link-color-hover: #000;
}
body{
    background-color:var(--main-bg-color);
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Aktiv Grotesk', Helvetica, sans-serif !important;
	font-weight: 400;
	font-size: 14px;
    line-height: 1.5;
    position: relative;
}
a, a:visited{
    color:var(--main-link-color);;
    text-decoration: none;
}
.text_content a{
    text-decoration: underline;
}
a:hover{
    color: var(--main-link-color-hover);
}
a.underline{
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    color:#000000;
}
hr{
    border: 0;
    border-top: 1px solid rgb(0, 0, 0)
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    /* max-width: 540px; */
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    /* max-width: 720px; */
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    /* max-width: 970px; */
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1920px;
  }
}
/*START:bootstrap addition to support 5 columns*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*END:bootstrap addition to support 5 columns*/
/*space elements*/
.vspace20{
    min-height: 20px;
}
.vspace40{
    min-height: 40px;
}
.vspace60{
    min-height: 60px;
}
/*paddings*/
.pt-10{padding-top:10px;}
.pt-20{padding-top:20px;}
.pt-30{padding-top:30px;}
.pt-40{padding-top:40px;}
.pt-50{padding-top:50px;}
.pt-60{padding-top:60px;}
.pt-70{padding-top:70px;}
.pt-80{padding-top:80px;}
.pt-90{padding-top:90px;}
.pt-100{padding-top:100px;}
.pb-10{padding-bottom:10px;}
.pb-20{padding-bottom:20px;}
.pb-30{padding-bottom:30px;}
.pb-40{padding-bottom:40px;}
.pb-50{padding-bottom:50px;}
.pb-60{padding-bottom:60px;}
.pb-70{padding-bottom:70px;}
.pb-80{padding-bottom:80px;}
.pb-90{padding-bottom:90px;}
.pb-100{padding-bottom:100px;}
.pr-10{padding-right:10px !important;}
.pr-20{padding-right:20px !important;}
.pr-30{padding-right:30px !important;}
.pr-40{padding-right:40px !important;}
.pr-50{padding-right:50px !important;}
.pr-60{padding-right:60px !important;}
.pr-70{padding-right:70px !important;}
.pr-80{padding-right:80px !important;}
.pr-90{padding-right:90px !important;}
.pr-100{padding-right:100px !important;}
/*header+navigation*/
#content.site-content {
    padding-bottom: 0;
}

header#masthead {
    background-color: #fff;
    margin-bottom: 0;
    box-shadow: none;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
    z-index: 10000;
}
header#masthead .navbar-brand{
    margin-top: 0;
    padding-top: 0;
}
header#masthead .navbar-brand img {
    max-width: 250px;
}
.col-padding-0{
    padding-left: 0;
    padding-right: 0;
}
.col-pr-10{
    padding-right: 10px;
}
.col-mr-5{
    margin-right: 10px;
}
#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 0;
}
/*widgets*/
#custom_html-2{
    width:100%;
}
.desktop-only-right{
    text-align: right;
}
@media (max-width: 768px) {
    .desktop-only-right{
        text-align: left;
    }
}
/*HEADER AREA*/
/*top menu*/
/*
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: var(--main-link-color);
    padding: 0.5rem;
    font-weight: 400;
    font-size: 1rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: var(--main-link-color-hover);
    font-weight: 400;    
}
*/
.logo_alt_text_right{
    font-size: 14px;
    font-weight: bold;
}
.menu-row{
    padding: 30px 0 30px 0;
}
ul.emst-top-menu {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    font-family: 'EMST Sans';
}
ul.emst-top-menu li{
    list-style: none;
    margin: 0 40px 0 0;
    font-size: 1rem;
    font-weight: 300;
}
ul.emst-top-menu li.menu-emphasis {
    font-weight: 800;
}
ul.emst-top-menu li a:hover{
    text-decoration: none;
}
ul.emst-top-menu li.current-menu-item a {
    text-decoration: underline !important;
}
/*
.navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav {
    list-style: none;
}
*/
.header-top-row{
    display: block;
    font-size: 13px;
}
.header-top-links{
    justify-content: flex-end !important;
}
.header_book_tickets a{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 3px 6px;
}
/*END OF HEADER AREA*/
/*footer area*/
.sponsor-image-footer {
    /* margin: 10px; */
}
/*end of footer area*/
.see-all-link a{
    text-decoration: underline;
}
/*START HOMEPAGE*/
.after-menu-banner {
    margin: 40px 0 20px 0;
}
.after-menu-banner .px-0{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4, .banner-content h5, .banner-content h6 {
    margin: 0;
}
.banner-title h2, .banner-title h2 a {
    font-family: 'EMST Sans';
    padding-bottom: 0;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 36px;
    font-weight: 800;
}
.banner-content h4{
    font-size: 20px;
}
.banner-content h5{
    font-size: 18px;
    font-weight: bold;

}
.banner-item .px-0 .banner-title, .banner-item .px-0 .banner-content{
    padding-left: 15px;
    padding-right: 15px;
}
.banner-item .banner-image{
    padding-bottom: 20px;
}

/*HOMEPAGE-SLIDER*/

.owl-stage{
    left:0px;
}
@media (min-width: 1400px) {
    .owl-stage{
        left:-200px;
    }
}
@media (min-width: 1800px) {
    .owl-stage{
        left:-300px;
    }
}
.owl-item.active > .slide-item > .slide-title, .owl-item.active > .slide-item > .slide-subtitle {
    padding-left: 70px;    
}
.slide-title h2{
    margin-bottom: 0;
    padding-bottom: 5px;
    font-family: 'Emst Sans';
    font-weight: 800 !important;
    font-size: 22px !important;
}
.owl-item h2{
    font-family: 'Emst Sans';
    font-weight: 800 !important;
    font-size: 20px !important;
}


.owl-item.active h2{
    font-size: 30px !important;
    font-weight: 800 !important;
}
.owl-item.active p{
    font-size: 18px;
}
/*start owl navigation*/
.owl-dots{
    display: none;
}
.owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
      background: #2caae1;
  }


  .owl-carousel .item {
      text-align: center;
  }
  .owl-carousel .nav-btn{
      height: 30px;
      position: absolute;
      width: 30px;
      cursor: pointer;
      bottom: 85px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      background: url(img/arrow-next30.png) no-repeat;
      transform: rotate(180deg);
      left: 10px;
  }
  .owl-carousel .next-slide{
      background: url(img/arrow-next30.png) no-repeat;
      right: 10px;
  }
  .owl-carousel .prev-slide:hover{
    opacity: 0.7;
  }
  .owl-carousel .next-slide:hover{
    opacity: 0.7;
  }
/*end owl navigation*/
.top-slider {
    width: 100%;
    max-width: 1920px;
    border-bottom: 1px solid #000;
    padding-bottom: 60px;
    margin:auto;
}
@media (max-width: 992px) {
    .header-top-links{
        justify-content: left !important;
    }
    .header_book_tickets a{
        text-decoration: none;
        font-weight: bold;
        color: #000;
        background-color:transparent;
        padding: 0;
    }
    .page-template-page-template-homepage #primary {
        padding-bottom: 0px;
    }
}
.home-hr{
    border-bottom: 1px solid #000;
    height: 5px;
    margin: 50px -15px;
}
.home-hr-no-margin{
    border-bottom: 1px solid #000;
    height: 5px;
    margin: 0px -15px;
}
.page-template-page-template-homepage #primary {
    padding-top: 60px;
}
@media (max-width: 992px) {
    .page-template-page-template-homepage #primary {
        padding-top: 0px;
    }
}

.widget-whatson{
    padding:0px;    
}
.title h2, .item-artist h2 {
    font-size: 30px;
}
/*START whatson*/
.widget-whatson .pre-title h4{
    margin-bottom: 0;
    padding-bottom: 0px;    
}
.widget-whatson .title h2{
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: normal;
}
/*END whatson*/
/*START collection items*/
.collection-items .item-artist h2{
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-weight: normal;
}
.collection-items .item-title, .collection-items .item-year{
    font-size: 20px;
}
.collection-items .item-year{
    /*padding-bottom: 30px;*/
}
.collection-items .item-onview_location {
    background: #000;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    font-size: 12px;
}
/*END collection items*/
/*START exhibition items*/
.exhibition-item h2{
    font-weight: normal;    
    margin-bottom: 0;
    padding-bottom: 10px;
}
/*END exhibition items*/
/*START news items*/
.widget-news h4{
    margin-bottom: 0;
    padding-bottom: 0px;
    font-weight: normal;
}
.widget-news h2{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
}
/*END news items*/
/*START education items*/
.education-widget .item-title h2{
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: normal;
}
/*END education items*/
/*START shop items*/
.shop-widget .item-title h2, .shop-widget .item-title h3, .shop-widget .item-title h4{
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: normal;
}
/*END shop items*/
/* .home.page-template h1, .home.page-template h2, .home.page-template h3, .home.page-template h4, .home.page-template h5, .home.page-template h6{
    font-size: 36px;
    
} */
.home.page-template h1{
    font-size: 36px;
    font-family: 'EMST Sans';
    font-weight: 800;
}
.pre-title h4{
    font-size: 20px;
    font-family: 'EMST Sans';
    font-weight: 800;
}
.home.page-template h2{
    /* font-family: 'Emst Sans';
    font-weight: 800 !important;
    font-size: 20px !important; */
}
.home.page-template h4{
    font-size: 20px;
}
.home.page-template .location-info, .home.page-template  .after-title, .home.page-template p, .home.page-template .item-subtitle{
    font-size: 20px;
}
.home.page-template #content.site-content {
    padding-bottom: 0;
}
.home.page-template .education-items .item-title h2{
    font-family: 'Emst Sans';
    font-weight: 800 !important;
    font-size: 20px !important;
}
.home.page-template .shop-items .item-title h2{
    font-family: 'Emst Sans';
    font-weight: 800 !important;
    font-size: 20px !important;
}
.widget-exhibitions, .banner-item, .widget-whatson, .widget-collection, .widget-news, .education-widget, .shop-widget{
    margin-bottom:50px;
    margin-top:50px;
}
.widget-exhibitions .exhibition-item {
    margin-bottom: 30px;
}
/*END HOMEPAGE*/
.content-area{
    padding-top: 0px;
}
.footer-column a.nav-link{
    padding: 0.1rem 1rem;
}
.footer-credits {
    margin-top: 20px;
    font-size: 85%;
    margin-bottom: 10px;
}
.footer-credits-timeline {
    margin-top: 20px;
    font-size: 85%;
    margin-bottom: 10px;
    text-align: right;
}
.pre-footer {
    padding-bottom: 20px;    
    padding-top: 50px;
    border-top: 1px solid;
}
@media (max-width: 992px) {
    .footer-ministry.d-flex.justify-content-end{
        justify-content: flex-start !important;
    }
}
.footer-newsletter, .footer-ministry{
    font-size: 20px;
}
.footer-newsletter a{
    text-decoration: underline;
}
.footer-column .widget{
    font-size: 16px;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #fff;
    text-decoration: underline;
}
/*PLUGIN OVERRIDES*/
.su-row .su-column {
    margin: 0 !important;
}
.su-row .su-column-size-1-3 {
    width: 30.33%;
    padding: 0 30px 0 0
}
.su-row .su-column-size-1-3:last-child {
    padding: 0 0px 0 0
}
.su-spoiler-icon{
    font-size: 10px !important;
    top:10px !important;
}
/* .w3eden a {
    color: #000 !important;
}
.w3eden .text-muted {
    color: #333 !important;
}
.w3eden .btn-primary:hover, .w3eden .btn-primary:focus, .w3eden .btn-primary:active, .w3eden .btn-primary.active, .w3eden .btn-primary:active:focus, .w3eden .btn-primary:active:hover, .w3eden .btn-primary.active:focus, .w3eden .btn-primary.active:hover, .w3eden .show > .btn-primary.dropdown-toggle, .w3eden .show > .btn-primary.dropdown-toggle:focus, .w3eden .show > .btn-primary.dropdown-toggle:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #FFFFFF;
    box-shadow: none;
} */
/*END PLUGIN OVERRIDES*/
/*START CATEGORY PAGE exhibitions*/
.category-default-text {
    padding-bottom: 60px;
    font-size: 16px;
}
.hr-category{
    border-bottom: 1px solid #000;
    height: 5px;
    margin: 20px -15px 50px -15px;
}
.category-page .category-post{
    padding-bottom: 70px;
}
.category-page .category-title .see-all-link{
    margin: 10px 10px 45px 0;
}
.archive.category h1{
    margin: 60px 0 45px 0;
    font-size: 36px;
    font-family: 'EMST Sans';
    font-weight: 800;
}
.category-page .category-title h2{
    margin: 10px 0 45px 0;
    font-size: 36px;
    font-family: 'EMST Sans';
    font-weight: 800;
}
.category-page .category-title:first-child h2{    
    margin: 45px 0;
}
.category-page .category-post h2, .category-page .category-post h3, .category-page .category-post h4, .category-page .category-post h5{
    padding: 0;
    margin: 0;
}
.category-page .category-post h3{
    font-size: 30px;
    line-height: 35px;
    margin: 30px 0 5px 0;
    padding-bottom: 10px;
    font-weight: normal;
}
.category-page .category-post h4{
    font-size: 16px;
    margin: 0px 0 5px 0;
}
.category-page .category-post h5{
    font-size: 20px;
    margin: 0px 0 5px 0;
}
/*END CATEGORY PAGE exhibitions*/
/*START CATEGORY PAGE default*/
.category-page-default h1, .category-page-default .category-post-default h2, .category-page-default .category-post-default h3, .category-page-default .category-post-default h4, .category-page-default .category-post-default h5{
    padding: 0;
    margin: 0;
}
.category-page-default h1{
    font-size: 30px;
    margin: 45px 0;
}
.category-page-default .category-post-default h2{
    font-size: 23px;
    margin: 30px 0 5px 0;
}
.category-page-default .category-post-default.col-lg-3.col-md-4.col-sm-12 h2 {
    font-size: 18px;
    margin: 20px 0 5px 0;
}
.category-page-default .category-post-default.col-lg-2.col-md-4.col-sm-12 h2 {
    font-size: 16px;
    margin: 10px 0 2px 0;
}
.category-page-default .category-post-default h4{
    font-size: 16px;
    margin: 0px 0 5px 0;
}
.category-page-default .category-post-default.col-lg-3.col-md-4.col-sm-12 h4{
    font-size: 14px;
    margin: 0px 0 5px 0;
}
.category-page-default .category-post-default.col-lg-2.col-md-4.col-sm-12 h4{
    font-size: 12px;
    margin: 0px 0 5px 0;
}
.category-page-default .category-post-default h5{
    font-size: 16px;
    margin: 0px 0 5px 0;
}
.category-page-default .category-post-default{
    padding-bottom: 70px;
}
.category-page-default .category-post-default.col-lg-3.col-md-4.col-sm-12, .category-page-default .category-post-default.col-lg-2.col-md-4.col-sm-12{
    padding-bottom: 40px;
}
/*END CATEGORY PAGE default*/
/*START TIMELINE*/
header#masthead .navbar-brand img.timeline-logo{
    max-width: 250px;
    margin-left: 20px;
}
header#masthead.timeline{
    border-bottom: 0px solid !important;
    padding-bottom: 60px;
    padding-top: 10px;
}
.display-year h1{
    color: #000;
    font-size: 120px;
    margin: 20px 0 20px 20px;
}
.timeline-item-content h2{
    padding:0;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}
.timeline-item-content p, .timeline-item-content .timeline-item-location{
    padding:0;
    margin: 0;    
    font-size: 15px;
    line-height: 19px;
}
.timeline-item-row.image_none p{
    font-size: 30px;
    line-height: 34px;
}
/*generic positioning for all box types*/

.timeline-item-row .timeline-item-content .timeline-item-location{
    padding-top: 0px;
    text-decoration: underline;
}

.timeline-item-content h2.timeline-item-date{
    padding-bottom: 15px;
}

/*boxtype:image_left_1, image_left_2, image_right_1, image_right_2*/
.image_left_1 .timeline-item-content, .image_left_2 .timeline-item-content, .image_right_1 .timeline-item-content, .image_right_2 .timeline-item-content{
    padding: 30px 40px 20px 40px;
}
.image_left_1 .timeline-item-content .timeline-item-text, .image_left_2 .timeline-item-content .timeline-item-text, .image_right_1 .timeline-item-content .timeline-item-text, .image_right_2 .timeline-item-content .timeline-item-text{
    padding-top: 10px;
}
/*boxtype:image_none*/
.image_none .timeline-item-content{
    padding: 40px 40px 60px 40px;
}
.image_none .timeline-item-content .timeline-item-title{
    text-decoration: underline;
}
.image_none .timeline-item-content .timeline-item-text{
    padding-top: 30px;
}
/*boxtype:image_full*/
.image_full .timeline-item-content{
    padding: 40px 40px 40px 40px;
}
.image_full .timeline-item-content .timeline-item-text{
    padding-top: 10px;    
}

.vert-1, .vert-2, .vert-3{
    font-size: 40px;
    position: relative;
    text-align: center;
}
.vbox1{
    /* border: 1px solid red; */
    display: inline-block;
    transform: rotate(-90deg);
    width: 400px;
    height: 120px;
    position: fixed;
    top: 350px;
    left: -100px;
}
.vbox3{
    /* border: 1px solid green; */
    display: inline-block;
    transform: rotate(-90deg);
    width: 400px;
    height: 50px;
    position: fixed;
    top: 385px;
    left: 10px;
}
.vert-2{
    /* transform: rotate(-90deg); */
    display: inline-block;
    white-space: nowrap;
    /* border: 1px solid; */
    width: 100%;
    text-align: center;
}
.vert-1{
    transform: rotate(180deg);
    display: inline-block;
    white-space: nowrap;
    /* border: 1px solid; */
    width: 100%;
    text-align: center;
}
@media (max-width: 1600px) {
    .timeline-item-content h2{
        font-size: 20px;
    }
    .timeline-item-content p, .timeline-item-content .timeline-item-location{
        font-size: 14px;
    }
    .timeline-item-row.image_none p{
        font-size: 20px;
    }
    .display-year h1{
        font-size: 100px;
    }
    .image_left_1 .timeline-item-content, .image_left_2 .timeline-item-content, .image_right_1 .timeline-item-content, .image_right_2 .timeline-item-content{
        padding: 20px 20px 20px 20px;
    }
    .image_full .timeline-item-content {
        padding: 20px 20px 20px 20px;
    }
    .image_left_1 .timeline-item-content .timeline-item-text, .image_left_2 .timeline-item-content .timeline-item-text, .image_right_1 .timeline-item-content .timeline-item-text, .image_right_2 .timeline-item-content .timeline-item-text{
        padding-top: 20px;
    }
    .image_none .timeline-item-content{
        padding:40px 40px 40px 40px;
    }
    
}

@media (max-width: @screen-lg) {
    
}

@media (max-width: @screen-sm) {
    /* body{font-size: 14px;} */
}
/*
timeline color schemes: color_1 : Color Scheme 1 (Black)
color_2 : Color Scheme 2 (Green)
color_3 : Color Scheme 3 (Purple)
color_4 : Color Scheme 4 (Blue)
color_5 : Color Scheme 5 (Orange)
color_6 : Color Scheme 6 (Red)
color_7 : Color Scheme 7 (White)
*/
/*timeline color schemes: color_1*/
.color_1{
    background: #000;
    color: #fff;
}
.color_1 h2, .color_1 p{
    color: #fff;
}
/*timeline color schemes: color_2*/
.color_2{
    background: #00935e;
    color: #000;
}
.color_2 h2, .color_2 p{
    color: #000;
}
/*timeline color schemes: color_3*/
.color_3{
    background: #645bb6;
    color: #000;
}
.color_3 h2, .color_3 p{
    color: #000;
}
/*timeline color schemes: color_4*/
.color_4{
    background: #006fb1;
    color: #000;
}
.color_4 h2, .color_4 p{
    color: #000;
}
/*timeline color schemes: color_5*/
.color_5{
    background: #ff7b00;
    color: #000;
}
.color_5 h2, .color_5 p{
    color: #000;
}
/*timeline color schemes: color_6*/
.color_6{
    background: #e9372d;
    color: #000;
}
.color_6 h2, .color_6 p{
    color: #000;
}
/*timeline color schemes: color_7*/
.color_7{
    background: #fff;
    color: #000;
}
.color_7 h2, .color_7 p{
    color: #000;
}
/*END TIMELIME*/
/*START SINGLE POST EXHIBITIONS TEMPLATE */
.post-template-single-exhibition-post header#masthead, .post-template-single-exhibition-post header#masthead{
    border-bottom: 0px;
}
.entry-header .header-img{
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    position: relative;
}
.header-img .header-credits{
  position: absolute;  
  bottom: 0;  
  right: 0;
  height: 30px;
  width: auto;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.7);
}

.header-img:hover .header-credits {
  opacity: 1;
}

.header-img .header-credits .credits-text {
  color: white;
  font-size: 13px;  
  text-align: right;
  margin:6px 10px;
}




.entry-header .header-img img{
    width: 100%;
    max-width: 1920px;
}
.entry-header.black-area{    
    color: #ffffff;
}
.entry-header.black-area h1, .entry-header.black-area h2, .entry-header.black-area h3, .entry-header.black-area h4, .entry-header.black-area h5, .entry-header.black-area h6, .entry-header.black-area p, .entry-header.black-area a{
    color: #ffffff;
}

.entry-header h1{
    font-family: 'EMST Sans';
    font-weight: 800;
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    text-transform: uppercase;
}
.entry-header h2{
    font-weight: normal;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.entry-header h3{
    font-weight: normal;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    
}
.entry-header h2.post-dates{
    font-weight: normal;
}
.entry-header h2.post-location{
    font-weight: normal;
}
.entry-header.black-area h2.post-parenttitle{
    font-size: 20px;
}
.entry-header .header-title{
    padding: 60px 20px 60px 30px;    
}
.entry-header .header-title.black-area{
    background-color: #000000;
    padding: 60px 20px 60px 30px;    
}
.entry-content-main{
    margin-top: 80px;
}
ul.entry-left-menu{
    font-weight: 300;
    font-size: 16px;
    font-family: 'EMST Sans';
}
ul.entry-left-menu, ul.entry-left-menu li{
    list-style-type: none;
}
ul.entry-left-menu li{
    margin-bottom: 5px;
}
.entry-left-menu a {
    text-decoration: underline;
    padding-top: 0;
    /* font-size: 20px; */
}
.entry-left-menu>li>a.nav-link.active{
    font-weight: bold;
}
.sticky-top.navbar{
    padding-top: 0px;
}
/*END SINGLE POST EXHIBITIONS TEMPLATE */
/*START PAGE WIDGETS*/
h3.exhibition-widget-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'EMST Sans';
    font-size: 13px;
}
hr.widget-hr{    
    height: auto;
    border-top: 1px solid #000;
}
.text_element h2, .text_element2 h2, .image_gallery_element h2{
    font-size: 24px;
    font-weight: bold;
}
.image_gallery_element h4{
    font-size: 18px;
}
.vspacer-10{ margin:0; padding:0; height:10px; }
.vspacer-20{ margin:0; padding:0; height:20px; }
.vspacer-30{ margin:0; padding:0; height:30px; }
.vspacer-40{ margin:0; padding:0; height:40px; }
.vspacer-50{ margin:0; padding:0; height:50px; }
.vspacer-60{ margin:0; padding:0; height:60px; }
.vspacer-70{ margin:0; padding:0; height:70px; }
.vspacer-80{ margin:0; padding:0; height:80px; }
.vspacer-90{ margin:0; padding:0; height:90px; }
.vspacer-100{ margin:0; padding:0; height:100px; }

.full_width_image .text_content{
    padding-top: 30px;
    font-size: 18px;
}
.posts_grid_element.element_item {
    padding-bottom: 50px;
}
.eshop-item-title p{
    text-align: center;
}
.eshop-item-title p a{
    text-decoration: none;
}
.eshop-link-button a {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    background-color: #000;
    padding: 3px 9px;
  }
/*END  PAGE WIDGETS*/
ul#menu-emst20-header-language-menu, ul#menu-emst20-header-language-menu-en {
    list-style: none;
}
/*START PAGES*/
/*whitetitle*/
.list-group-item {
    border: 0 !important;
    border-radius: 0 !important;
}
.list-group-item.active {
    background: none;    
}
.page-template-page-template-whitetitle .entry-header .header-title{
    padding: 60px 20px 60px 15px;
}
.page-template-page-template-whitetitle h1{
    font-family: 'EMST Sans';
    font-weight: 800;
    font-size: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.page-template-page-template-whitetitle .entry-content-main{
    margin-top: 0;
}
.page-template-page-template-whitetitle{
    font-size: 17px;
}
.page-template-page-template-whitetitle h2{
    margin-top: 0;
    font-family: 'Emst Sans';
    font-weight: 800;
    font-size: 36px;
    text-transform: uppercase;
}
.page-template-page-template-whitetitle .posts_grid_element.element_item  h2{
    margin-top: 10px;
    font-family: 'Aktiv Grotesk', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-transform: none;
}
.page-template-page-template-whitetitle .archive_grid_element.element_item  h2{
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'Aktiv Grotesk', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
}

.page-template-page-template-whitetitle .archive_grid_element.element_item  .element_item_content, .page-template-page-template-whitetitle .archive_grid_element.element_item  .element_item_content p{
    font-size: 14px;
    margin-top: 20px;
}

.page-template-page-template-whitetitle h3{
    margin-top: 0;
    font-family: 'Emst Sans';
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.page-template-page-template-whitetitle h4{
    margin-top: 0;
    font-family: 'Emst Sans';
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.su-spoiler-title{
    display: inline-block;
}
.su-spoiler .su-spoiler-title{
    font-size: 17px;
    font-weight: normal;
}
.su-spoiler.spoiler-h3 .su-spoiler-title{
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
}
.su-spoiler.spoiler-h4 .su-spoiler-title{
    margin-top: 0;
    font-family: 'Emst Sans';
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.su-spoiler.spoiler-h4 .su-spoiler-title:hover{
    background: #eee;
}


.page-inner-menu{    
    font-weight: 300;
    font-size: 16px;
    font-family: 'EMST Sans';
}
.page-inner-menu ul{
    list-style: none;
}
.page-inner-menu .list-group-item, .page-inner-menu ul li{
    padding: 0 30px 20px 0;
}
.page-inner-menu .list-group-item.active, .page-inner-menu .list-group-item.current_page_item, .page-inner-menu ul li.current_page_item{
    font-weight: 800;
    color:#000;
}

table.timetable, table.tickets {
    width: auto;
}
table.timetable td.col1 {
    padding: 1px 30px 1px 0;
}
table.tickets td {
    padding: 2px 50px;
}
table.tickets td:first-child { 
    padding-left: 0;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:20.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.more-cross {
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    margin-left:7px;
}
/*END PAGES*/
/*START PRETIX WIDGET OVERRIDES*/
.pretix-widget {
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid #000  !important;    
    border-radius: 0px !important;
}
/*END PRETIX WIDGET OVERRIDES*/
#bookonline {
	scroll-behavior: smooth;
}
html {
	scroll-behavior: smooth;
}
.langmenu {
    text-align: right;
    margin: 10px !important;
}

.shiftnav::after {
    box-shadow: 0 0 4px rgba(0,0,0,.8) !important

}  
.shiftnav ul.shiftnav-menu.shiftnav-targets-text-small li.menu-item > .shiftnav-target {
    font-size: 16px !important;
    font-family: 'EMST Sans';
}
.content-area.diagonismoi header{
    padding-bottom: 50px;
}
.archive.category .content-area.diagonismoi h1 {
    margin: 60px 0 5px 0;
    font-size: 36px;
    font-family: 'EMST Sans';
    font-weight: 800;
}
ul.diagonismoi-categories {
    list-style-type: none;
    display: flex;
    margin-left: 0;
    padding-left: 0;
    flex-direction: row;
    font-family: 'EMST Sans', Helvetica, sans-serif !important;
    font-size: 15px;
}
ul.diagonismoi-categories li{
    margin-right: 10px;
}
ul.diagonismoi-categories li::after {
    content: '|';
    padding-left: 10px;
}
ul.diagonismoi-categories li:last-child::after {
    content: '';
}
.category-post-default.diagonismoi{
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #ccc;
}
.category-post-default.diagonismoi h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 5px 0;    
    padding-bottom: 5px;
}
.archive.category .content-area.diagonismoi h2.diagonismoi-year {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 26px !important;
}
.row.diagonismoi-list {
    margin: 0 150px 0 50px;
}
.post-diagonismoi-categories a {
    margin-right: 10px;    
}
.post-diagonismoi-categories a::after {
    content: '|';
    padding-left: 10px;
}
.post-diagonismoi-categories a:last-child:after{
    content: '';
}
.thin-heading-1{
	margin-bottom: 0 !important; 
	font-weight: 100 !important; 
	font-size: 90px !important; 
	line-height: 84px !important;
}
@media (max-width: 1024px) {
    .list-group-horizontal{
        flex-direction:column;
        -ms-flex-direction:column;
    }
    .list-group-horizontal .page-inner-menu ul li{
        padding: 0 0px 5px 20px;
    }
    .d-flex.justify-content-between.align-items-center.logo-row {
        display: block !important;
    }
    .row.diagonismoi-list {
        margin: 0;
    }
	.thin-heading-1{
		margin-bottom: 0 !important; 
		font-weight: 100 !important; 
		font-size: 40px !important; 
		line-height: 42px !important;
	}
}
@media (max-width: 576px) {
    .home.page-template h1 {
        font-size: 28px;
    }
    .owl-item.active h2 {
        font-size: 20px !important;
        font-weight: 800 !important;
    }
    .home.page-template .location-info, .home.page-template .after-title, .home.page-template p, .home.page-template .item-subtitle {
        font-size: 16px;
    }
    .title h2, .item-artist h2 {
        font-size: 20px;
    }
    .banner-title h2, .banner-title h2 a{
        font-size: 28px;
    }
    .row.collection-items .col-sm{
        margin-bottom: 20px;
    }
    .widget-exhibitions, .banner-item, .widget-whatson, .widget-collection, .widget-news, .education-widget, .shop-widget {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .widget-exhibitions .exhibition-item {
        margin-bottom: 30px;
    }
    .see-all-link {
        margin-bottom: 10px;
    }
    .footer-newsletter, .footer-ministry {
        font-size: 15px;
    }
    .footer-column .widget {
        font-size: 15px;
    }
    .footer-bottom.d-flex {
        display: block !important;
    }
    .footer-bottom .col-6 {
        width: 100% !important;
        display: block;
        max-width: 100%;
    }
    .after-menu-banner .px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .entry-content-main {
        margin-top: 30px;
    }
    .home-hr {
        margin: 20px -15px;
    }
    .media {
        display: block;
    }
    .media-body {
        margin-top: 10px;
    }
    .media-heading {
        font-family: 'Aktiv Grotesk', Helvetica, sans-serif !important;
        font-weight: normal !important;
    }
    #content.site-content {
        padding-bottom: 0;
        padding-top: 0;
    }
    .page-template-page-template-whitetitle h2{
        font-size: 24px;
    }
    .page-inner-menu .list-group-item, .page-inner-menu ul li{
        padding: 0 30px 10px 0;
    }
    .page-template-page-template-whitetitle {
        font-size: 14px;
    }
    .archive.category .content-area.diagonismoi h1 {
        margin: 30px 0 5px 0;
        font-size: 28px;
    }
    .content-area.diagonismoi header {
        padding-bottom: 10px;
    }
    ul.diagonismoi-categories{
        display: block;
    }
    ul.diagonismoi-categories li::after {
        content: '';
    }
    .entry-header h1 {
        font-size: 22px;
        overflow-wrap: break-word;
    }
    .entry-header h2 {
        font-size: 18px;
        overflow-wrap: break-word;
    }
    .entry-header h3{
        font-size: 16px;
        overflow-wrap: break-word;
    }
    .entry-header .header-title.black-area {
        padding: 30px 10px 30px 20px;
    }
    .page-template-page-template-whitetitle h1{
        font-size: 28px;
        overflow-wrap: break-word;
    }
    .page-template-page-template-timeline #content{
        overflow: hidden;
    }

}
/*start newsletter modal */

#mc_embed_signup, #mc_embed_signup p{
    background:#fff; 
    clear:left; 
    font-size: 14px !important; 
    font-family: 'Aktiv Grotesk', Helvetica, sans-serif !important 
}
#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}
#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#mc-embedded-subscribe-form input[type=checkbox]{
    display: inline; 
    width: auto;
    margin-right: 10px;
}

#mergeRow-gdpr {
    margin-top: 20px;
}
#mergeRow-gdpr fieldset label {
    font-weight: normal;
}
#mc-embedded-subscribe-form .mc_fieldset{
    border:none;
    min-height: 0px;
    padding-bottom:0px;
}
#newsletterModal .modal-header .close {
    margin: 0;
}
    
#newsletterModal .modal-header {
    padding: 0px 15px;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius:0;
    border-top-right-radius:0;

}
#mc_embed_signup h2 {
     font-size: 28px !important;
font-weight:bold !important;
    font-family: 'EMST Sans', Helvetica, sans-serif !important;
}
.modal-body{
padding: 1rem 1rem 0 1rem;
}
#mc_embed_signup form {
     padding: 10px 0 0px 3%;
}
.indicates-required {
    text-align: right;
    font-size: 12px;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #000;
    border: 0 none;
    border-radius: 0px;
     color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
     height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
/*end newsletter modal*/
.shiftnav ul.shiftnav-menu li.menu-item.astm-search-menu.is-menu.is-dropdown.menu-item {
    padding-left: 25px;
}
.search-result-box {
    padding-bottom: 50px;
}

ul.emst_list_category_items {
    list-style: none;
    padding: 0;
}

/*START CATEGORY-emst-gia-tin-ygeia*/

article.category-emst-gia-tin-ygeia h2, article.category-emst-for-health h2 {
    margin-bottom: 25px;
}

article.category-emst-gia-tin-ygeia h3, article.category-emst-for-health h3 {
    margin-top: 0;
    font-family: 'Emst Sans';
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

article.category-emst-gia-tin-ygeia h5, article.category-emst-for-health h5 {
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 50px;
}
article.category-emst-gia-tin-ygeia a, article.category-emst-for-health a{
    text-decoration: underline !important;
}

.category-emst-gia-tin-ygeia .category-post-default:hover, .category-emst-for-health .category-post-default:hover  {
    background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
    article.category-emst-gia-tin-ygeia h3, article.category-emst-for-health h3 {
        font-size: 15px;
    }
}
/*END CATEGORY-emst-gia-tin-ygeia*/
/*START CATEGORY category-emst-pagosmia-imera-kata-ton-narkotikon-2021 */

article.category-emst-pagosmia-imera-kata-ton-narkotikon-2021 h2, article.category-emst-participation-in-world-drug-day-2021 h2 {
    margin-bottom: 25px;
}

article.category-emst-pagosmia-imera-kata-ton-narkotikon-2021 h3, article.category-emst-participation-in-world-drug-day-2021 h3 {
    margin-top: 0;
    font-family: 'Emst Sans';
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

article.category-emst-pagosmia-imera-kata-ton-narkotikon-2021 h5, article.category-emst-participation-in-world-drug-day-2021 h5 {
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 50px;
}
article.category-emst-pagosmia-imera-kata-ton-narkotikon-2021 a, article.category-emst-participation-in-world-drug-day-2021 a{
    text-decoration: underline !important;
}

.category-emst-pagosmia-imera-kata-ton-narkotikon-2021 .category-post-default:hover, .category-emst-participation-in-world-drug-day-2021 .category-post-default:hover  {
    background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
    article.category-emst-pagosmia-imera-kata-ton-narkotikon-2021 h3, article.category-emst-participation-in-world-drug-day-2021 h3 {
        font-size: 15px;
    }
}
/*END category-emst-pagosmia-imera-kata-ton-narkotikon-2021 */
h3.view_more_category_title {
    margin-top: 0;
    font-family: 'Emst Sans';
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 0px;
}
h4.view_more_category_title {
    margin-top: 0;
    font-family: 'Emst Sans';
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 0px;
}
.post.type-post .post-content a{
text-decoration: underline;
}
.post.type-post .post-content a:hover {
    text-decoration-line: none;
}
/*START: sticky menu*/
.sticky-header .logo-row {
    display: none !important;
}
.sticky-header .header-top-row {
    display: none;
}
.sticky-header .menu-row {
    padding: 20px 0 20px 0px;
}
/*END: sticky menu*/


/*refer to style-extras.css for additional css rules*/
