/*
Theme Name:     Uno Child
Theme URI:      http://example.com/
Description:    Tema Child per il tema Uno
Author:         Cristina Luerti
Author URI:     http://example.com/about/
Template:       uno
Version:        0.1.0
*/


/*------------
 Variables
---------------*/
/*------------
 Common
---------------*/
body * {
  -webkit-tap-highlight-color: transparent;
}

body .main-container {
  background-color: #ffffff;
}

body,
footer .social-networks a,
header nav > ul > li > a {
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web";
}

body.page-chronicle-from-niger .main-container {
  background-color: #ffffff;
}

/*------------
 FORM
---------------*/
.inner-wrapper .wpcf7 input[type=text],
.inner-wrapper .wpcf7 input[type=email],
.med-style .wpcf7 input[type=text],
.med-style .wpcf7 input[type=email],
.inner-wrapper .wpcf7 input:hover,
.inner-wrapper .wpcf7 textarea,
.inner-wrapper .wpcf7 textarea:hover,
.inner-wrapper .wpcf7 textarea:focus {
  background-color: #ffffff !important;
  border: 0 !important;
  margin-bottom: 0 !important;
}

.med-style .wpcf7 input[type=submit],
.inner-wrapper .wpcf7 input[type=submit] {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

/*------------
 Mfp Popup
---------------*/
.mfp-title {
  font-size: 12px !important;
}

.mfp-counter,
.mfp-title {
  color: #cccccc;
}

.mfp-container .arrow-left:hover,
.mfp-container .arrow-right:hover {
  color: #cccccc;
}

.mfp-bg {
  background-color: #000000;
  opacity: 0.9;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  color: #cccccc;
}

@media only screen and (max-width: 1441px) and (min-width: 1100px) {
  .page-about .content-inner {
    max-width: 55%;
  }
  body .mfp-bottom-bar {
    width: 100%;
  }
}

@media only screen and (min-width: 1240px) {
  .mfp-content {
    position: static;
  }
  .mfp-title {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 15%;
  }
  .mfp-close,
  .mfp-counter {
    margin-right: 20px;
  }
}

/*------------
 Footer
---------------*/
footer .copyrights span {
  font-size: 15px;
  vertical-align: middle;
}

/*------------
 Header
---------------*/
.galleries-chronicle-from-niger header,
.page-chronicle-from-niger header {
  -webkit-box-shadow: 1px 1px 2px #f5f5f5;
          box-shadow: 1px 1px 2px #f5f5f5;
}

/*------------
 Media Queries
---------------*/
@media only screen and (max-width: 767px) {
  .portfolio-single.style-1 .content > .info {
    margin: 0;
  }
  .portfolio-single.style-1 .images a {
    margin-right: 0;
  }
  body,
  html {
    overflow: visible;
  }
  body .main-container {
    height: auto;
    margin: 60px 0 0 0;
  }
  body.galleries-homepage .main-container,
  body.page-contacts .main-container {
    height: 100%;
  }
  body .wrapper .inner-wrapper {
    overflow: auto !important;
    height: auto !important;
  }
  .med-style {
    overflow: visible !important;
  }
  .nicescroll-rails {
    display: none !important;
  }
  body footer {
    position: static;
  }
  .mfp-image-holder .mfp-content {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  body.single-projects .main-container.with-padding {
    padding: 0;
  }
}

/*------------
 Page About
---------------*/
.page-about .content-inner {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/*------------
 Page Contacts
---------------*/
.page-contacts .content-wrapper {
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #ffffff;
}

.page-contacts .close {
  top: 8px;
  right: 26px;
}

.page-contacts h1 {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 0;
}

/*------------
 Page Projects 
---------------*/
.single-projects .main-container {
  background-color: #f5f5f5;
}

.single-projects .portfolio-single.style-1 .nav .prev {
  left: -40px;
}

.single-projects .portfolio-single.style-1 .nav .next {
  right: -40px;
}

.single-projects .portfolio-single.style-1 .info-project {
  margin-top: 20px;
  text-align: center;
  max-width: 300px;
}

.single-projects .portfolio-single.style-1 .info-project .desc {
  background-color: #ffffff;
  padding: 5px;
}

.single-projects .portfolio-single.style-1 .info-project .info {
  margin: 20px 0;
  text-align: left;
}

.single-projects .portfolio-single.style-1 .info-project .project__cta {
  margin-right: 0;
  display: block;
}

.single-projects .portfolio-single.style-1 .content > .info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*------------
 Page Gallery 
---------------*/
.single-galleries .main-container.with-padding {
  padding-bottom: 0;
}

.single-galleries .gallery-content {
  padding: 0 20px;
}
/*# sourceMappingURL=style.css.map */