

/* FONTS */
h1, h2, h4, h5, h6, .qbutton, strong, nav.popup_menu ul li a span, nav.popup_menu ul li h6 span, form input, form textarea, .wpb_single_image .vc_figure-caption {
  font-family: 'Cera Pro Bold' !important;
  font-weight: 100 !important;
}
h3, p, a, span, .number, ul li, ol li {
  font-family: 'Cera Pro Regular' !important;
  font-weight: 100 !important;
}
h5 a {
  font-family: 'Cera Pro Bold' !important;
  font-weight: 100 !important;
}
blockquote p {
  font-family: 'Cera Pro Bold' !important;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  padding: 14px 14px 14px 10px;
  border-right: 4px solid #5a5b6e;
  opacity: .5;
}
blockquote p small {
  font-style: italic;
}

/* GENERIC */
.unseen {display: none !important}
.vc_empty_space.empty-space-desk {
  display: block !important;
}
.vc_empty_space.empty-space-mob {
  display: none !important;
}
.vc_text_separator.full {
  border-top: 1px solid #5a5b6e;
}
.vc_text_separator.full div {
  padding: 0 16px;
  font-weight: 100;
  background-color: #FFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.vc_text_separator.full div span {
  text-transform: uppercase;
}
.img-float {
  display: block;
  width: 50%;
  float: left;
  margin: 0;
}
.portfolio_page-template-default .header_bottom {
  padding: 10px 45px;
}
.light:not(.sticky):not(.scrolled) .side_menu_button > a {
  color: #5a5b6e;
}
.light:not(.sticky):not(.scrolled) .side_menu_button > a.opened {
  color: #FFF;
}

@media screen and (min-width: 1001px) {
  .q_logo img { /* centered logo */
    left: calc(50vw - 80px);
  }
}

/* INTRO PAGE */
#intro-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    width: 100vw;
    height: 100px;
    margin: 0 !important;
}
#intro-top .vp_arch {
    width: auto;
    height: 70px;
}
#named-logo {
    height: 70px;
}

#named-logo #name path {
    animation: typewriter .75s ease 1 normal;
}
#named-logo #name path:nth-of-type(1) {animation-delay: 0s;}
#named-logo #name path:nth-of-type(2) {animation-delay: .15s;}
#named-logo #name path:nth-of-type(3) {animation-delay: .30s;}
#named-logo #name path:nth-of-type(4) {animation-delay: .45s;}
#named-logo #name path:nth-of-type(5) {animation-delay: .60s;}
#named-logo #name path:nth-of-type(6) {animation-delay: .75s;}
#named-logo #name path:nth-of-type(7) {animation-delay: .90s;}
#named-logo #name path:nth-of-type(8) {animation-delay: 1.05s;}
#named-logo #name path:nth-of-type(9) {animation-delay: 1.20s;}
#named-logo #name path:nth-of-type(10) {animation-delay: 1.35s;}
#named-logo #name path:nth-of-type(11) {animation-delay: 1.50s;}
#named-logo #name path:nth-of-type(12) {animation-delay: 1.65s;}
#named-logo #name path:nth-of-type(13) {animation-delay: 1.80s;}
#named-logo #name path:nth-of-type(14) {animation-delay: 1.95s;}
#named-logo #name path:nth-of-type(15) {animation-delay: 2.10s;}
#named-logo #name path:nth-of-type(16) {animation-delay: 2.25s;}
#named-logo #name path:nth-of-type(17) {animation-delay: 2.40s;}
#named-logo #name path:nth-of-type(18) {animation-delay: 2.55s;}
#named-logo #name path:nth-of-type(19) {animation-delay: 2.70s;}
#named-logo #name path:nth-of-type(20) {animation-delay: 2.85s;}
#named-logo #name path:nth-of-type(21) {animation-delay: 3s;}
#named-logo #name path:nth-of-type(22) {animation-delay: 3.15s;}
#named-logo #name path:nth-of-type(23) {animation-delay: 3.30s;}
@keyframes typewriter {
    20% {fill: #999F98;}
    40% {fill: #AAC8BC;}
    50% {transform: scale(1.375);}
    60% {fill: #CB9898;}
    80% {fill: #E8D8BF;}
    100% {fill: #5A5B6E;}
}

#intro-top div {
    width: auto;
    height: 100px;
    margin-right: 25px;
    z-index: 1000;
}
#intro-top div .lang_soc {
    display: flex;
    flex-direction: row;
    align-items: center;
    float: left;
}
#intro-top div .lang_soc a {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 0 5px;
    padding: 0;
}
#intro-top div .lang_soc a:nth-of-type(3) {
    height: 20px;
    width: 20px;
}
#intro-top div .lang_soc a.langchange {
    color: #5a5b6d;
    -o-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}
#intro-top div .lang_soc a.langchange.actlang, #intro-top div .lang_soc a.langchange:hover {
    color: #E8D8BF;
}
#intro-top div .lang_soc a svg {
    width: 25px;
    height: 25px;
}
#intro-top div .lang_soc a:nth-of-type(3) svg {
    margin-bottom: 3px;
    height: 20px;
    width: 20px;
}
#intro-top div .lang_soc a svg path {
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#intro-top div .lang_soc a:hover svg path {
    fill: #E8D8BF;
}
#intro-top div a.espa {
  display: block;
  float: left;
  width: 198px;
  height: 100px;
  margin-top: 0 !important;
}
#intro-top div a.espa img {
  display: block;
  width: 198px;
  height: 100px;
}

#intro-nav {
    display: block;
    width: 100%;
    width: 100vw;
    height:calc(100% - 100px);
    height:calc(100vh - 100px);
}
#intro-nav ul {
    display: block;
    width: 100%;
    height: 100%;
}
#intro-nav ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    width: 23%;
    height: 100%;
    padding: 0 1%;
}
#intro-nav ul li:nth-of-type(1) {background-color: #999F98;}
#intro-nav ul li:nth-of-type(2) {background-color: #AAC8BC;}
#intro-nav ul li:nth-of-type(3) {background-color: #CB9898;}
#intro-nav ul li:nth-of-type(4) {background-color: #E8D8BF;}
#intro-nav ul li div {
    position: relative;
    width: 66.666%;
    height: auto;
}
#intro-nav ul li div svg {
    width: 100%;
}
#intro-nav ul li div a {
    position: absolute;
    display: block;
    top: calc(50% - 1.5vw);
    left: 0;
    width: 100%;
    font-family: 'Cera Pro Bold' !important;
    font-weight: 100 !important;
    font-size: 2.25vw;
    line-height: 2.25vw;
    text-align: center;
    color: #FFF;
    z-index: 500;
}
#intro-nav ul li div svg {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transition: transform .33s ease /*cubic-bezier(0.1, 0.7, 1.0, 0.1)*/;
    -moz-transition: transform .33s ease /*cubic-bezier(0.1, 0.7, 1.0, 0.1)*/;
    -webkit-transition: transform .33s ease /*cubic-bezier(0.1, 0.7, 1.0, 0.1)*/;
    transition: transform .33s ease /*cubic-bezier(0.1, 0.7, 1.0, 0.1)*/;
}
#intro-nav ul li div:hover svg {
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}


/* MENU */
nav.popup_menu {
  margin: 72px 0;
}
nav.popup_menu ul li a::before, #intro-nav ul li div a::before {
  display: block;
  font-family: 'Cera Pro Regular' !important;
  font-weight: 100 !important;
  font-size: 18px;
  line-height: 0;
  margin-top: 40px;
}
#intro-nav ul li div a::before {
  font-size: .95vw;
  margin-top: 0;
  margin-bottom: .5vw;
}
nav.popup_menu ul li:nth-of-type(1) a::before, #intro-nav ul li:nth-of-type(1) div a::before {content: ".01";}
nav.popup_menu ul li:nth-of-type(2) a::before, #intro-nav ul li:nth-of-type(2) div a::before {content: ".02";}
nav.popup_menu ul li:nth-of-type(3) a::before, #intro-nav ul li:nth-of-type(3) div a::before {content: ".03";}
nav.popup_menu ul li:nth-of-type(4) a::before, #intro-nav ul li:nth-of-type(4) div a::before {content: ".04";}
nav.popup_menu ul li a:hover, nav.popup_menu ul li h6:hover {
  color: #FFF;
}
nav.popup_menu ul li a span::after, #intro-nav ul li div a::after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -o-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
}
#intro-nav ul li div a::after {
  height: .1725vw;
}
nav.popup_menu ul li:hover a span::after, #intro-nav ul li div:hover a::after {
  background-color: #FFF;
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.terms-privacy {
  display: inline-block;
  margin: 0 0 32px 0;
  color: #FFF;
  -o-transition: color .33s ease;
  -moz-transition: color .33s ease;
  -webkit-transition: color .33s ease;
  transition: color .33s ease;
}
.terms-privacy:hover, .terms-privacy:focus {
  color: #e8d8bf;
}
.q_social_icon_holder.normal_social {
  margin: 0 12px;
}
#menu-foot {
  margin-top: 64px;
}
#menu-foot p {
  font-family: 'Cera Pro Regular' !important;
  font-weight: 100 !important;
  font-size: 14px;
  line-height: 18px;
}
#menu-foot .pixeldraw {
  display: inline-block;
  position: relative;
  padding: 0 4px;
  color: #FFF;
}
#menu-foot .pixeldraw:hover {
  color: #FFF;
}
#menu-foot .pixeldraw::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: transparent;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
}
#menu-foot .pixeldraw:hover::before {
  background-color: #FFF;
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#menu-foot .pixeldraw::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: transparent;
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -o-transition: all .66s ease;
  -moz-transition: all .66s ease;
  -webkit-transition: all .66s ease;
  transition: all .66s ease;
}
#menu-foot .pixeldraw:hover::after {
  background-color: #FFF;
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* PAGE TITLE */
.page-title-img {
    position: relative;
    width: 100%;
    height: 52.25vh;
    margin: 0 !important;
}
.page-title-img.about {background-color: #999F98;}
.page-title-img.arch {background-color: #aac8bc;}
.page-title-img.decor {background-color: #cb9898;}
.page-title-img.communi {background-color: #e8d8bf;}
.page-title-img figure {
    display: block;
    position: absolute;
    bottom: -26vh;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 !important;
}
.page-title-img img {
    display: block;
    width: auto;
    height: 52.25vh;
    margin: 0 auto;
}
.triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 !important;
    border-right: 100vw solid transparent;
}
.triangle.tr-about {border-top: 20vh solid #999F98;}
.triangle.tr-arch {border-top: 20vh solid #aac8bc;}
.triangle.tr-decor {border-top: 20vh solid #cb9898;}
.triangle.tr-communi {border-top: 20vh solid #e8d8bf;}

/* PAGE TOP */
.number {
  display: block;
  margin-bottom: 24px !important;
  font-size: 19px;
  line-height: 31px;
  font-weight: 100;
  color: #5a5b6e;
}

/* PAGE FOOTER */
.footer_top .widget.widget_nav_menu li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0 !important;
}
.footer_top .widget.widget_nav_menu li a {
  display: block;
  width: auto;
  height: 100%;
  padding: 6px 0px;
}
.footer_top .widget.widget_nav_menu li a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #595a6d;
  margin-left: 12px;
  vertical-align: baseline;
  margin-bottom: -1px;
}
.footer_top .widget.widget_nav_menu li:last-of-type a::after {
  display: none;
}
.footer_top .widget.widget_nav_menu li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -o-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
}
.footer_top .widget.widget_nav_menu li:hover a::before {
  background-color: #595a6d;
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

/* ABOUT PAGE */
#vasiliki-profile {
  padding-bottom: 15vw;
  background-size: cover;
  background-position: center center;
}
.h3-special {
  position: relative;
  width: 100%;
}
.h3-special #spsp1, .h3-special #spsp2 {
  display: inline-block;
  width: auto;
  padding-right: 16px;
}
.h3-special #spsp1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 71.5%;
  height: 1px;
  background-color: #5a5b6e;
}
.h3-special #spsp1.el::after {width: 67%;}
.h3-special #spsp2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
   width: 62%;
  height: 1px;
  background-color: #5a5b6e;
}
.h3-special #spsp2.el::after {width: 60.5%;}

/* ARCHITECTURE PAGE */
.number-big {
  font-family: Volkorn !important;
  display: inline-block;
  margin-bottom: 40px !important;
  font-size: 200px;
  line-height: 100px;
  font-weight: 900;
  letter-spacing: -12px;
  color: #aac8bc;
  font-style: italic;
}

/* PORTFOLIO */
.single-portfolio_page .header_bottom {
  background-color: rgba(203, 152, 152, 1) !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.popup_menu_opened .header_bottom {
  background-color: transparent !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.single-portfolio_page h1 {
  line-height: 1.025;
}
.filter_outer {
  padding-top: 10px;
}
.qode_portfolio_related {
  padding: 64px 0;
  border-top: 2px solid #e6e7e8;
  border-bottom: 2px solid #e6e7e8;
}
.qode_portfolio_related h4 {
  padding: 55px 0 55px;
}
.qode_portfolio_related .projects_holder article .portfolio_description .project_category {
  color: #5a5b6e;
}
.portfolio_navigation .portfolio_next a, .portfolio_navigation .portfolio_prev a {
  color: #5a5b6e;
  border: 2px solid #5a5b6e;
  border-radius: 0;
  opacity: .66;
}
.portfolio_navigation .portfolio_next a:hover, .portfolio_navigation .portfolio_prev a:hover {
  color: #FFF;
  background-color: #CB9898;
  border-color: #CB9898;
  border-radius: 0;
}

/* CONTACT PAGE */
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
  line-height: normal;
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz {
  display: inline-block;
  width: 50px;
  height: 25px;
}

/* RESPONSIVE RULEZ */
@media screen and (max-width: 1200px) {
  .h3-special #spsp1::after {
    width: 67%;
  }
  .h3-special #spsp1.el::after {
    width: 61.5%;
  }
  .h3-special #spsp2::after {
    width: 56%
  }
  .h3-special #spsp2.el::after {
    width: 54%
  }
}

@media screen and (max-width: 1000px) {
  .h3-special #spsp1::after {
    width: 59%;
  }
  .h3-special #spsp1.el::after {
    width: 52.5%;
  }
  .h3-special #spsp2::after {
    width: 46%
  }
  .h3-special #spsp2.el::after {
    width: 43.5%
  }
}

@media screen and (max-width: 900px) {
  #intro-top {height: 60px;}
  #intro-top .vp_arch {height: 40px;}
  #named-logo {
    height: 40px;
    margin-left: -6vw;
  }
  #intro-top div {
    height: 60px;
  }
  #intro-top div .lang_soc a {
    height: 18px;
    width: 18px;
    margin: 0px 6px;
  }
  #intro-top div .lang_soc a svg {
    width: 18px;
    height: 18px;
  }
#intro-top div a.espa {
    width: 119px;
    height: 60px;
  }
  #intro-top div a.espa img {
    width: 119px;
    height: 60px;
  }
  #intro-nav {
    height: calc(100% - 60px);
    height: calc(100vh - 60px);
  }
  #intro-nav ul li {
    float: none;
    width: 98%;
    height: 25%;
  }
  #intro-nav ul li div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #intro-nav ul li div svg {
    width: auto;
    height: 15vh;
  }
  #intro-nav ul li div a {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 6vh;
    line-height: 6vh;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #intro-nav ul li div a::before {
    font-size: 1.5vh;
    margin-bottom: .775vh;
  }
}

@media screen and (max-width: 768px) {
  #intro-top div {margin-right: 0;}
  #intro-top div .lang_soc {
    float: none;
    margin-right: 25px;
  }
  #intro-top div a.espa {margin-left: 39px;}
  #vasiliki-profile {
    padding-bottom: 6vw;
    background-position: bottom left;
    background-color: #999f98;
    background-blend-mode: screen;
  }
  .h3-special #spsp1::after {
    width: 48%;
  }
  .h3-special #spsp1.el::after {
    width: 39.5%;
  }
  .h3-special #spsp2::after {
    width: 31%
  }
  .h3-special #spsp2.el::after {
    width: 27.5%
  }
  .mobile-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 600px) {
  .h3-special #spsp1::after {
    width: 25%;
  }
  .h3-special #spsp1.el::after {
    width: 30.5%;
  }
  .h3-special #spsp2::after {
    width: 30%
  }
  .h3-special #spsp2.el::after {
    width: 17%
  }
  .number {
    margin-bottom: 12px !important;
    font-size: 15px;
    line-height: 24px;
  }
  .separator.small.center {
    margin-top: 32px !important;
    margin-bottom: 48px !important;
  }
  .vc_empty_space.empty-space-desk {
    display: none !important;
  }
  .vc_empty_space.empty-space-mob {
    display: block !important;
  }
  .qode_portfolio_related {
    padding: 8px 0;
  }
}

@media screen and (max-width: 480px) {
  #intro-top {justify-content: space-evenly;}
  #intro-top .vp_arch {
    width: 25vw;
  }
  #named-logo {
    margin-left: -14vw;
  }
  #name {
    display: none !important;
  }
  #intro-top div {
    margin-right: 25px;
  }
  #intro-top div .lang_soc {
    float: left;
    margin-right: 0;
  }
  #intro-top div .lang_soc a:nth-of-type(3) {
    position: fixed;
    bottom: 5px;
    left: 0px;
  }
  #intro-top div .lang_soc a:nth-of-type(4) {
    position: fixed;
    bottom: 5px;
    right: 5px;
  }
  #intro-top div a.espa {margin-left: 0;}
  #vasiliki-profile {
    padding-bottom: 6vw;
    background-position-y: bottom;
    background-position-x: -75vw;
    background-color: #999f98;
    background-blend-mode: screen;
  }
  .h3-special #spsp1::after, .h3-special #spsp1.el::after {
    top: 105%;
    width: 100%;
  }
  .h3-special #spsp2::after, .h3-special #spsp2.el::after {
    top: 105%;
    width: 100%
  }
}

/* EXTRAS */
.popup_menu_opened.qode_popup_menu_fade_in .popup_menu_holder_outer {
  overflow-y: auto !important;
}
.popup_menu_holder_inner {
  padding: 128px 0;
}
.error404 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
span.wpcf7-not-valid-tip {
  color: #cb9898;
}
div.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #e8d8bf;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #aac8bc;
}
div.wpcf7-response-output {
  text-transform: none;
}
.wpml-ls-legacy-list-horizontal a span {
	vertical-align: unset;
}
@media screen and (max-width: 1000px) {
  .wpml-ls-sidebars-header_bottom_right .wpml-ls-current-language:hover > a, .wpml-ls-sidebars-header_bottom_right .wpml-ls-current-language > a:focus, .wpml-ls-sidebars-header_bottom_right .wpml-ls-current-language > a, .wpml-ls-sidebars-header_bottom_right a:hover, .wpml-ls-sidebars-header_bottom_right a:focus {
    color: #e8d8bf;
  }
}
@media screen and (max-width: 768px) {
  .logo_wrapper {
    left: 45px;
  }
  .has_header_fixed_right.stick.menu_bottom .header_inner_right, .header_bottom_right_widget_holder {
    display: table-cell;
  }
  .filter_holder ul li span {
    padding: 0 11px;
    font-size: 14px;
  } 
}
@media screen and (max-width: 600px) {
  .filter_holder ul li {
    display: block;
    margin-bottom: 6px;
  }
}