/*  

Description: Custom Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
@import url("../fancybox/jquery.fancybox.min.css");
body {
  color: #1d1d1b;
}
body.open-nav {
  overflow: hidden;
}

a {
  color: #1d1d1b !important;
  font-size: inherit;
}
a:hover {
  color: #1d1d1b !important;
}

.btn-white {
  color: #ffffff !important;
}
.btn-white:hover {
  color: #1d1d1b !important;
}

.container-fluid {
  max-width: 1600px;
  margin: auto;
}

.mobile-navigation {
  display: block;
  overflow-y: scroll;
  padding: 100px 0px;
}
.mobile-navigation ul {
  display: block;
  width: 100%;
  margin-top: 10vh;
}
.mobile-navigation ul li a {
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 14px;
  color: #ffffff !important;
}
.mobile-navigation ul li.active a {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  padding: 3px 0px;
}

.section {
  padding: 60px 0px;
}

.section-head h1,
.section-head h2,
.section-head h3,
.section-head h4 {
  letter-spacing: 0px;
  font-size: 40px !important;
}
.section-head p {
  opacity: 1;
}
.section-head small {
  text-transform: uppercase;
}

.text-block {
  max-width: 800px;
  margin: 40px auto;
  line-height: 28px;
}
.text-block p {
  max-width: none;
  opacity: 1;
}
.text-block a {
  text-decoration: underline;
  color: #1d1d1b;
}
.text-block a:hover {
  text-decoration: none;
}
.text-block ul.link-list {
  padding: 0px;
}
.text-block ul.link-list i,
.text-block ul.link-list .symbol {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  margin-right: 5px;
}
.text-block ul.link-list .symbol {
  font-size: 30px;
}
.text-block ul.link-list li {
  list-style: none;
  margin-bottom: 10px;
}

.content-block div i {
  font-size: 30px;
  line-height: 20px;
}

.breadcrumb {
  text-transform: uppercase;
  padding: 0px !important;
}

.cover {
  margin: 25px 0px;
  text-align: center;
}

.vid-embed {
  margin: 20px 0px 40px 0px;
}
.vid-embed iframe {
  width: 100%;
  height: 60vh;
}

.gallery-compact {
  margin: 20px 0px 40px 0px;
}
.gallery-compact .cover img {
  display: block;
  width: 100%;
}
.gallery-compact .masonry-item {
  margin-bottom: 20px;
}

#top-head .container-fluid {
  max-width: none;
}
#top-head .logo {
  color: #ffffff !important;
  z-index: 1000;
  position: fixed;
  margin: 30px 0px;
  line-height: 30px;
  font-size: 22px;
  display: block;
}
#top-head .logo img {
  display: inline-block !important;
  margin: 0px;
  margin-top: -10px;
  margin-right: 10px;
  vertical-align: middle;
  height: 38px;
}
#top-head .logo .black {
  display: none !important;
}
#top-head .logo .white {
  display: inline-block !important;
}
#top-head nav {
  text-transform: uppercase;
}
#top-head nav ul {
  margin-left: 40px;
  line-height: 30px;
}
#top-head nav ul li {
  padding: 2px 10px;
}
#top-head nav ul li a {
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding: 3px 0px;
  color: #ffffff !important;
  font-size: 12px;
}
#top-head nav ul li:hover a, #top-head nav ul li.active a {
  border-color: #ffffff !important;
}
.scrolling #top-head .logo strong {
  display: none;
}
.scrolling #top-head .logo .black {
  display: inline-block !important;
}
.scrolling #top-head .logo .white {
  display: none !important;
}

#navicon {
  transform: none;
  top: 30px;
  display: block;
}

nav ul {
  display: none;
}

#home-slider li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(29, 29, 27, 0.8);
}
#home-slider .caption-classic {
  z-index: 100;
}
#home-slider .caption-classic h2 {
  margin-top: 100px;
  margin-bottom: 0px;
  width: 80vw;
  font-size: 40px;
  padding: 0px;
  line-height: 40px !important;
}
#home-slider .caption-classic p {
  margin: auto;
  max-width: 600px;
}
#home-slider .caption-classic .btn-white {
  margin-top: 0px !important;
}
#home-slider .tp-bullets {
  top: auto !important;
  bottom: 40px;
  left: 0px !important;
  right: 0px;
  text-align: center;
  width: auto !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#home-slider .tp-bullet {
  box-shadow: none;
  border: 2px solid #ffffff;
  display: inline-block;
  position: static;
  margin: 0px 5px;
  width: 10px;
  height: 10px;
}
#home-slider .tp-bullet .tp-bullet-image {
  background: transparent !important;
}
#home-slider .tp-bullet.selected {
  background: #ffffff;
}
#home-slider .tp-bullet:after {
  display: none;
}

#heading {
  padding-top: 200px;
  padding-bottom: 100px;
  background: #1d1d1b;
}
#heading a {
  color: #ffffff !important;
  font-size: 10px !important;
}

#page.bg-pattern {
  background: #fff url("../images/bg-pattern.png") repeat-x top center !important;
  background-size: auto 60px !important;
  padding-bottom: 0px;
  margin-bottom: -60px;
}

#grid-list .grid-item {
  background-position: center center;
  background-size: cover;
  height: 320px;
}
#grid-list .grid-item a {
  display: block;
}
#grid-list .grid-item .masonry-item-overlay {
  opacity: 1 !important;
}
#grid-list .grid-item .masonry-item-overlay h2 {
  opacity: 1 !important;
  line-height: 24px;
  margin: 0px 40px;
  font-size: 20px;
}
#grid-list .grid-item .masonry-item-overlay p {
  margin: 0px 40px;
  font-size: 10px;
  letter-spacing: 0px;
}
#grid-list .grid-item .masonry-item-overlay-inner {
  z-index: 10;
  top: auto;
  bottom: 20px;
  transition: 0.3s ease-in-out;
}
#grid-list .grid-item.item-big {
  height: 670px;
}
#grid-list .grid-item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 15px;
  right: 15px;
  bottom: 0px;
  background: rgba(29, 29, 27, 0.6);
  transition: 0.3s ease-in-out;
}
#grid-list .grid-item:hover:before {
  top: 20px;
  left: 35px;
  right: 35px;
  bottom: 20px;
  background: #1d1d1b;
}
#grid-list .grid-item:hover .masonry-item-overlay .masonry-item-overlay-inner {
  transform: translateY(-20px);
}
#grid-list .grid-item:hover .masonry-item-overlay p {
  opacity: 1;
}

#clients img {
  display: block;
  margin-top: 30px;
}

#post-list .blog-post {
  margin-bottom: 40px;
}
#post-list .blog-post span {
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: block;
}
#post-list .blog-post h4 {
  margin: 0px;
  line-height: 140%;
}
#post-list .blog-post p {
  font-size: 0.9em;
  line-height: 160%;
}

#foot {
  background: transparent;
  padding-bottom: 20vh;
}
#foot a {
  opacity: 1 !important;
  color: #1d1d1b !important;
}
#foot a:hover {
  text-decoration: underline !important;
}
#foot .social-icons li {
  margin: 0px 10px;
}
#foot .footer-message p {
  line-height: 160%;
}

/*** WIDE SCREEN (1200px) ***/
@media only screen and (min-width: 1200px) {
  #navicon {
    display: none;
  }
  nav ul {
    display: inline-block;
  }
}
/*** HUGE SCREEN (1400px) ***/
/*** TABLET (portrait) + MOBILE common rules ***/
@media only screen and (max-width: 991px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  #top-head .logo {
    font-size: 16px;
  }
  #top-head .logo strong {
    display: block;
  }
  .open-nav #top-head .logo strong, .scrolling #top-head .logo strong {
    display: none;
  }
  .open-nav #top-head .logo .black, .scrolling #top-head .logo .black {
    display: inline-block !important;
  }
  .open-nav #top-head .logo .white, .scrolling #top-head .logo .white {
    display: none !important;
  }
  .open-nav #top-head .logo:before, .scrolling #top-head .logo:before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(29, 29, 27, 0.3);
  }
  #navicon {
    position: fixed;
    right: 10px;
  }
  .open-nav #navicon .bar, .scrolling #navicon .bar {
    background-color: #1d1d1b;
  }
}
/*** TABLET 768px (portrait) ***/
/*** MOBILE (portrait) ***/
@media only screen and (max-width: 767px) {
  #home-slider .caption-classic h2 {
    font-size: 20px;
    line-height: 20px !important;
  }
  #foot .footer-message p {
    font-size: 10px;
  }
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ul.tabs-navigation {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
ul.tabs-navigation li + li {
  margin-left: -1px;
}
ul.tabs-navigation li a {
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  color: #999 !important;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  ul.tabs-navigation li a {
    min-width: 200px;
  }
}
ul.tabs-navigation li.active a {
  background-color: #1d1d1b;
  color: #fff !important;
}

.areas_of_intervention--wrapper {
  display: flex;
  row-gap: 32px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .areas_of_intervention--wrapper {
    flex-direction: row;
  }
}

.areas_of_intervention--item {
  text-align: center;
  flex: 1;
  padding: 0 32px;
}
@media screen and (min-width: 992px) {
  .areas_of_intervention--item {
    max-width: 25%;
  }
  .areas_of_intervention--item:not(:last-of-type) {
    border-right: solid 1px rgba(0, 0, 0, 0.2);
  }
}
.areas_of_intervention--item .areas_of_intervention--icon {
  max-width: 48px;
  margin: 0px auto 16px;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-7 {
  margin-bottom: 3.5rem;
}

.mt-7 {
  margin-top: 3.5rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.mt-8 {
  margin-top: 4rem;
}

.mb-9 {
  margin-bottom: 4.5rem;
}

.mt-9 {
  margin-top: 4.5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.mt-10 {
  margin-top: 5rem;
}

.mb-11 {
  margin-bottom: 5.5rem;
}

.mt-11 {
  margin-top: 5.5rem;
}

.mb-12 {
  margin-bottom: 6rem;
}

.mt-12 {
  margin-top: 6rem;
}

.key_collaboration--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.key_collaboration--wrapper .key_collaboration--item {
  flex-grow: 1;
  padding: 0px 1rem;
  max-width: 50%;
}
@media screen and (min-width: 992px) {
  .key_collaboration--wrapper .key_collaboration--item {
    max-width: 25%;
  }
}

section#key_collaboration {
  color: #fff;
  background-color: #111;
}
section#key_collaboration h3,
section#key_collaboration p {
  color: #fff;
}
section#key_collaboration .key_collaboration--wrapper__inner {
  width: 100%;
}
section#key_collaboration .key_collaboration--wrapper__inner.special-projects {
  display: flex;
  justify-content: center;
}
section#key_collaboration .key_collaboration--wrapper__inner .key_collaboration--item {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  section#key_collaboration .key_collaboration--wrapper__inner .key_collaboration--item {
    width: 20%;
    max-width: 20%;
  }
}

.post-type-archive-tour-description {
  background-color: #111;
  color: #fff;
}
.post-type-archive-tour-description strong {
  font-weight: 700;
}