/*
Theme Name: The Venice Nest
Theme URI: https://www.thevenicenest.it
Description: The Venice Nest Theme 
Author: Ivan Zanon
Author URI: https://www.ad010.com/
Version: 1.0.0
Template: ad010theme
*/
/* FONT */
/* FONT */
p, a, span, li {
  font-family: "Roboto", sans-serif;
  color: #707070;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  color: #707070;
}

.container-custom {
  width: 1440px;
  max-width: 100%;
}

.special-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px 0;
}

.special-section .uagb-section__inner-wrap {
  height: 100%;
}

.special-section .uagb-section__inner-wrap .wp-block-columns {
  height: 100%;
  margin: 0;
}

.text-gold {
  color: #ac8e50;
}

.background-blue {
  background-color: #071d49;
}

.block-absolute {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.img-object-fit {
  height: 100%;
  width: 100%;
}

.img-object-fit.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.cont-title-inline h1, .cont-title-inline h2, .cont-title-inline h3, .cont-title-inline h4, .cont-title-inline h5, .cont-title-inline h6, .cont-title-inline p {
  display: inline-block;
}

.cont-title-inline.t-center .uagb-section__inner-wrap {
  text-align: center;
}

.cont-title-inline.t-left .uagb-section__inner-wrap {
  text-align: left;
}

.cont-title-inline.t-right .uagb-section__inner-wrap {
  text-align: right;
}

.section-title-small {
  font-size: 21px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding: 0 0 22px;
  margin: 0;
}

.section-title-medium {
  font-size: 35px;
  font-weight: 300;
  padding: 0 0 22px;
  margin: 0;
}

.section-title-big {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 1.35px;
  font-weight: 300;
  padding: 0;
}

.title-border-bottom::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #707070;
  bottom: 0;
  display: inline-block;
  position: relative;
}

.title-border-bottom.line-white::after {
  background-color: #FFFFFF;
}

.title-border-bottom.min-width::after {
  width: 104px;
  display: block;
  margin: 22px auto 0;
}

.title-border-bottom.med-width::after {
  width: 221px;
  display: block;
  margin: 22px 0;
}

/* BOX OUR PROPOSALS*/
.cont-box-column {
  margin-top: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  color: #FFFFFF;
}

.cont-box-column > .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  position: relative;
}

.cont-box-column > .wp-block-column .text-box-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.cont-box-column > .wp-block-column .wp-block-image img {
  border: 10px solid #FFFFFF;
}

/* MARGIN BLOCK */
.no-mb {
  margin-bottom: 0;
}

/* BANNER*/
#banner {
  margin: 0;
}

@media screen and (max-width: 1230px) {
  #banner {
    margin: 0 3em;
  }
}

@media screen and (max-width: 992px) {
  #banner > div {
    -ms-flex-preferred-size: 45% !important;
        flex-basis: 45% !important;
  }
  #banner > div.tablet-hide {
    margin-left: 1em;
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (max-width: 768px) {
  #banner > div {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

/* GALLERY HOME */
.slick-list {
  margin: 0 40px;
}

.slick-list .slick-slide {
  padding: 0 10px;
}

.slick-arrow {
  width: 40px;
  height: 40px;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev::before {
  font-family: 'iconmonstr-iconic-font';
  content: '\e002';
  font-size: 30px;
  line-height: 1.5;
  color: #161B31;
  opacity: 1;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next::before {
  font-family: 'iconmonstr-iconic-font';
  content: '\e001';
  font-size: 30px;
  line-height: 1.5;
  color: #161B31;
  opacity: 1;
}

.slick-lightbox-inner .slick-next::before, .slick-lightbox-inner .slick-prev::before {
  color: #FFFFFF;
}

.item-gallery a {
  outline: none;
  outline-offset: 0px;
}

/* HEADER */
#header {
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  z-index: 20;
}

#header.sticky {
  top: -300px;
}

#header .navbar-brand {
  margin: 0;
}

#header .header-logo {
  max-height: 175px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  #header .header-logo {
    max-height: 150px;
  }
}

#header.min-logo .header-logo {
  max-height: 105px !important;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #header.min-logo .header-logo {
    opacity: 0;
  }
}

#header.background::before {
  content: '';
  background-color: rgba(22, 27, 49, 0.6);
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 300px;
}

/* HEADER WIDGET LANGUAGE */
#cont-header-right-1 {
  position: absolute;
  right: 0;
}

#cont-header-right-1 a span {
  color: #161B31;
}

#cont-header-right-1 > div {
  text-align: right;
}

/* HAMBURGER NAVIGATION */
#hamburger-navigation-menu {
  width: 300px;
  height: 100vh;
  padding: 10px 30px;
  z-index: 19;
  background-color: rgba(22, 27, 49, 0.6);
}

@media screen and (max-width: 767px) {
  #hamburger-navigation-menu {
    width: 100%;
  }
}

#hamburger-navigation-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 170px;
}

@media screen and (max-width: 768px) {
  #hamburger-navigation-menu ul {
    margin-top: 170px;
  }
}

#hamburger-navigation-menu ul li {
  margin-bottom: 15px;
}

#hamburger-navigation-menu ul li a {
  font-size: 22px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

#hamburger-navigation-menu.min-margin-menu ul {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  #hamburger-navigation-menu.min-margin-menu ul {
    margin-top: 141px;
  }
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 30px;
  height: 2px;
  background-color: #161B31;
}

.hamburger-inner:before {
  top: -8px;
}

.hamburger-inner:after {
  bottom: -8px;
}

/* FOOTER */
#footer {
  background: #161B31;
}

#footer .logo-footer {
  width: 156px;
  max-width: 100%;
  padding-bottom: 34px;
}

#footer-top {
  margin-top: 50px;
}

#footer-top h3, #footer-top p, #footer-top a {
  color: #ac8e50;
  text-decoration: none;
}

#footer-top .row > div {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 120px;
  padding-right: 120px;
}

@media screen and (max-width: 1300px) {
  #footer-top .row > div {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 1180px) {
  #footer-top .row > div {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 1024px) {
  #footer-top .row > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 860px) {
  #footer-top .row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 660px) {
  #footer-top .row > div#cont-footer-top-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #footer-top .row > div#cont-footer-top-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: none;
  }
  #footer-top .row > div#cont-footer-top-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
}

#footer-top h3 {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 1.05px;
}

@media screen and (max-width: 768px) {
  #footer-top #cont-footer-top-1, #footer-top #cont-footer-top-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #footer-top #cont-footer-top-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #footer-top #cont-footer-top-2 {
    border-width: 0 0 0 1px;
  }
  #footer-top #cont-footer-top-3 {
    text-align: center;
    margin: 0;
  }
}

#cont-footer-top-2 {
  border: 1px solid #ac8e50;
  border-width: 0 1px 0 1px;
}

#cont-footer-top-2 .cont-form-contact {
  margin-top: 30px;
}

#cont-footer-top-3 .cont-social-footer a {
  display: inline-block;
  margin-right: 15px;
  font-size: 30px;
}

#footer-bottom {
  margin-top: 20px;
  color: #FFFFFF;
  text-align: center;
}

#footer-bottom p {
  font-size: 13px;
  margin-bottom: 0;
  color: #FFFFFF;
}

#footer-bottom a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-bottom a:hover {
  color: #FFFFFF;
}

#arrow-up {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #161B31;
  position: fixed;
  right: 20px;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#arrow-up a {
  font-size: 40px;
  text-align: center;
  color: #FFFFFF;
}

#arrow-up a i {
  font-size: 30px;
}

#arrow-up.view {
  opacity: 1;
}

/* MODULO CONTATTI */
.cont-form-contact {
  color: #FFFFFF;
}

.cont-form-contact .cont-input {
  margin-bottom: 10px;
}

.cont-form-contact .cont-input input {
  width: 100%;
  border: 0;
  padding: 11px 5px;
  background-color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
}

.cont-form-contact .cont-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #707070;
  font-family: 'Roboto', sans-serif;
}

.cont-form-contact .cont-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #707070;
  font-family: 'Roboto', sans-serif;
}

.cont-form-contact .cont-input input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #707070;
  font-family: 'Roboto', sans-serif;
}

.cont-form-contact .cont-input input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #707070;
  font-family: 'Roboto', sans-serif;
}

.cont-form-contact .cont-input p, .cont-form-contact .cont-input a, .cont-form-contact .cont-input span {
  color: #FFFFFF;
  font-size: 13px;
  text-decoration: none;
}

.cont-form-contact .cont-input.privacy-policy .wpcf7-list-item {
  margin: 0;
}

.cont-form-contact .cont-input.privacy-policy input {
  width: auto;
}

.cont-form-contact .cont-input.cta-submit {
  text-align: center;
}

.cont-form-contact .cont-input.cta-submit input {
  background-color: #ac8e50;
  color: #FFFFFF;
  width: 80%;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .section-title-big {
	  font-size: 1.7em;
      line-height: 1.5em;
	}	
	
  .cont-form-contact .cont-input.cta-submit input {
    width: 100%;
	font-size: 0.9em; 
  }
}

.cont-form-contact .cont-input.cta-submit.form-footer {
  margin-top: 50px;
  text-align: left;
}

.cont-form-contact .cont-input.cta-submit.form-footer input {
  width: auto;
  padding: 15px 50px;
  font-weight: 500;
}

.cont-form-contact .cont-input.cta-submit input {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cont-form-contact .label p {
  color: #FFFFFF !important;
  font-size: 13px;
}

.cont-form-contact .special-cont-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont-form-contact .special-cont-input.double {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont-form-contact .special-cont-input.double > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.wpcf7-not-valid-tip {
  color: #FF0000 !important;
}

.invalid .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #FF0000;
  border-color: #FF0000 !important;
}

.sent .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #ac8e50;
  border-color: #ac8e50 !important;
}

/* Template page custom width */
.page-template-page-custom-width .site main {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-header {
  margin-top: 200px;
  padding-bottom: 20px;
}

.page-header h1 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  padding: 0 0 20px;
}
