/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html, body.RB {
  
  position: relative;
  background: #fff;
  color: #666666;
  font-family:  "Lato",Helvetica,Arial,sans-serif;
  font-weight: 400;
  height: 100%;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

a {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  color: #b3382d;
}

a .nolink {
  color: #666666;
  text-decoration: none;
}


.content a::after {
  content: "";
  background: #b3382d;
  position: absolute;
  left: 12px;
  bottom: -3px;
  width: calc(100% - 12px);
  height: calc(100% - 18px);
  z-index: -1;
  transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
}
.content a:hover:after {
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
}

a:hover,
a:active,
a:focus {
  color: #666666;
  outline: none;
  text-decoration: none !important;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #000;
}
h4.RIB{
  color: #000000;
  font-style: italic;
  font-size: 1rem;
}

.white {
  color: #ffffff;
}
.latest-blogs{
  color: #000000;
  font-style: italic;
  font-weight: 600;
}

#jump-links a{
  color: #000000;
}
.wp-caption-text{
  font-style: italic;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #F49524;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

#image-carousel {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 450px;
}

#image-carousel figure {
  margin: 0 5px 0 0;
  position: relative;
}
#image-carousel img {
  overflow: hidden;
  height: 450px;
}
#image-carousel .slick-next {
  left: 90%;
}
#image-carousel .slick-prev {
  left: 10%;
  z-index: 10;
}

#cityBlogCarousel .slick-prev:before, #cityBlogCarousel .slick-next:before {
  color:#909090;
}

#cityBlogCarousel  .slick-list{
  padding-top: 20px;  
}

.slick-list{
  overflow:visible   !important;
}
.smallThumb{
  height: 200px;
  object-fit: cover;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  /*position: fixed;*/
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;

}

#header.with-bgi{
  position: absolute;
  border-bottom: 1px solid rgba(221,221,221,.2);
  
}
#header.without-bgi {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.header-dark .nav-menu a{
  color: #000;
}


/*border-bottom: 1px solid  black;

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}
*/
#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #F49524;
}

#header #logo svg {
  padding: 0px;
  margin: 0;
  width: 250px;
  height: 25px;
  margin-top: -5px;
}
/*
#header.header-scrolled #logo svg  {
  width: 180px;
  height: 60px;
  padding: 10px;
  transition: all 0.5s;
}
*/

.bg-secondary a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
#list_places .rounded-pill{
  border-radius: 50rem !important;

}


#content {
  flex: 1 0 auto;
}




.sub-menu, .sub-sub-menu{
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

.sub-menu .menu_title{
  background-color: #000;
  color: #fff;
}
.sub-menu .menu_title div{
  padding: 10px;
}
.sub-sub-menu{
  background-color: #ffffff;
  border-top: 2px solid #000000;
}
li.current_page_item {

}
a.current_page_item {
  
  
}

.sub-menu li a, .sub-sub-menu li a{
  display: inline-block;
  margin: 10px;
}
.sub-menu li{
  display: block; 
  border-top: 1px solid black;
}

.sub-menu li.current_page_item{
background-color: #EDEDED;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 60vh;
  background: #000;
  color: #fff;
}

.centered-img{
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

#intro .carousel-item {
  width: 100%;
  height: 60vh;
  /*background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  
}

body.post-template-default #intro, body.post-template-default #intro .carousel-item {
  height: 60vh;
}
#intro .carousel-item::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.1); */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 150px),linear-gradient(0deg,rgba(0,0,0,.8),transparent 100%);
  z-index: 2;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;  
  z-index: 3;
  object-fit:cover;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  
  margin-top: auto;
  margin-bottom: auto;
  width: 100vw;
  margin-right: auto;
    margin-left: auto;
}
.attraction_description{
  font-style: italic;
}
.credits {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 400px;
  text-align: right;
  opacity: 0.5;
}
.credits a {
  color: #ffffff;
  text-align: right;
}


@media (min-width: 768px) {  
  .carousel-container h1:before {
    background: #b3382d;
    content: "";
    display: block;
    height: 8px;
    margin-bottom: 18px;
    width: 150px;
    border-radius: 3px;
  }

}


.carousel-container h1{
  text-align: left;
    font-size: 3rem;
    text-shadow: 0px 0px 25px #000;
    font-size: 4rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 3px;

}
.strapline{
  text-align: left;
  text-shadow: 0px 0px 25px #000;
  font-size: 1.5rem;
}
.strapline.strapline-small{ 
  font-size: 1.1rem;
}
.carousel-container .blog-carousel-content h1{
  text-align: left;
  letter-spacing: 0rem;
  font-size: 2.5rem;
}

.blog-carousel-content{
  text-align: left;
  margin-bottom: 25px;
}

.carousel-container h1{
  font-size: 1.5rem;
  margin-top: 1.5rem;
}


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
  .carousel-container h1{
    font-size: 1.5rem;
  }
  .carousel-container h1.headline-small{
    font-size: 1.2rem;
  }
  .strapline{ 
    font-size: 1.5rem;
  }
  .strapline.strapline-small{ 
    font-size: 1.2rem;
  }
  
  .strapline.strapline-vsmall{ 
    font-size: 1.0rem;
  }
  #header #logo svg {
    padding: 0px;
    margin: 0;
    width: 400px;
    height: 40px;
    margin-top: -5px;
  }
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .carousel-container h1{
    font-size: 2rem;
  }
  .carousel-container h1.headline-small{
    font-size: 1.2rem;
  }
  .strapline{ 
    font-size: 1.4rem;
  }
  .strapline.strapline-small{ 
    font-size: 1.2rem;
  }
  .strapline.strapline-vsmall{ 
    font-size: 1.1rem;
  }
  #header #logo svg {
    padding: 0px;
    margin: 0;
    width: 500px;
    height: 50px;
    margin-top: -5px;
  }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .carousel-container h1{
    font-size: 2.5rem;
  }
  .carousel-container h1.headline-small{
    font-size: 1.5rem;
  }
  .strapline{ 
    font-size: 1.4rem;
  }  
  .strapline.strapline-small{ 
    font-size: 1.3rem;
  }
  .strapline.strapline-vsmall{ 
    font-size: 1.1rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .carousel-container h1{
    font-size: 3rem;
  }
  .headline-small{
    font-size: 1.5rem;
  }
  .strapline{ 
    font-size: 2rem;
    margin-right: 15rem;
    margin-top: 2rem;
  }
  .strapline.strapline-small{ 
    font-size: 1.6rem;
  }
  .strapline.strapline-vsmall{ 
    font-size: 1.2rem;
  }
}







@media (min-width: 1200px) {  
  #inset-content{
    max-width: 1300px;
    margin-top: -111px;
    z-index: 10;
    position: relative;
    background-color: #f8f9fa !important;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}


#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-control{
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 100px;
  height: 100px;
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 24px;
  line-height: 1;
}

.carousel-indicators{
  margin-bottom: 30px;
}

#intro .carousel-indicators li {
  cursor: pointer;
  width: 50px;
}

.read-more{
  color: #fff;
  text-align: center;
  opacity: .5;
}

#carousel-arrow{
  animation-duration: 3s;
  animation-delay: 2s;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
#carousel-arrow a{
  color: #fff;
}
/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/


.post-preview .post-preview-meta .post-preview-meta-img {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 100%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.post-preview-featured .post-preview-featured-img {
  height: 23rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-light {
  background-color: #FAFAFA !important;
}
.lift {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
  -webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.lift:hover {
  -webkit-transform: translateY(-0.3333333333rem);
  transform: translateY(-0.3333333333rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(31, 45, 65, 0.25);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb{
  padding: 0;
  border-bottom: 1px solid #dfe0e0 ;
  padding-bottom: 1.8rem !important;
}
.breadcrumb{
 /* font-size: 0.8rem;*/
}
.breadcrumb-item+.breadcrumb-item::before {
  content: " > ";
}

.RB .breadcrumb-item a{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}


.sticky-menu {
  width: 100%;
}
.side-panel{
  position:sticky;
  top: 20px;
}

.list-group-item-no-border {
  position: sticky;
  top: 20px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}
.list-group {
  margin-bottom: 1rem !important;
}
 #location_menu{
   height: calc(100vh - 394px);
   overflow-y:auto;
   margin-bottom: 10px;
 }

.scrollspy {
  position: relative;
  min-height: 100%;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
section{
  padding-top: 30px;
  padding-bottom: 30px;
}
section#intro{
  padding-top: 0;
}

.section-header h3 {
  font-size: 24px;
  color: #111;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  padding-top: 50px;
  margin-bottom: 50px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 240px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  
  /*left: calc(50% - 60px);*/
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #808080;
  bottom: 0;

  /*left: calc(50% - 20px);*/
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}

.highlight-section{
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 40px;
}



/*--------------------------------------------------------------
# quicklinks
--------------------------------------------------------------*/
.quick-links a{
  display: inline-block;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 20px;
  color: #757575;
  line-height: 1;
  border-bottom: 1px solid #dfdfdf;
}


#map-card {
  margin-bottom: 30px;
}
.card {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.card-title{
  color:#000000;
}
a .card-title.nolink {
  color:#000000;
}
a .card-title-small{
  font-size: 1rem;
}


.figure-caption-link , figure figcaption a, figure.wp-block-image figcaption a{
  color: rgb(255,255,255, 0.7);
} 
wp-block-image .figure-caption-link , figure figcaption a, figure.wp-block-image figcaption a{
  color: #b3382d;
} 


figure, figure.wp-block-image{
  position: relative;
  overflow: hidden;
}
figure::before, figure.wp-block-image::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#image-carousel .figure-img {
  margin-bottom: 0;
}
/*
*/


figure.wp-block-image figcaption{
  border-left: 4px solid #b3382d;;
  font-size: .875rem;
  margin-top: 1.25em;
  padding-left: 0.9375em;
  text-align: left;
  min-width: inherit none;
  max-width: 540px;
}

.card-text .item-label{
  min-width: 100px;
}

/*--------------------------------------------------------------
# img-hover-zoom
--------------------------------------------------------------*/
.img-hover-zoom {
  height: 120px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
}



article{
  /*padding-top: 30px; */
}

article p {
  line-height: 2;
  margin-bottom: 20px;

}

#mapid { height: 300px; }

.map{
  height: 400px; 
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

body.RB .btn-primary {
  color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a0342a+0,a0342a+49,a0342a+76,8b2e26+76 */
background: #a0342a; /* Old browsers */
background: -moz-linear-gradient(left,  #a0342a 0%, #a0342a 49%, #a0342a 76%, #8b2e26 76%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #a0342a 0%,#a0342a 49%,#a0342a 76%,#8b2e26 76%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #a0342a 0%,#a0342a 49%,#a0342a 76%,#8b2e26 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0342a', endColorstr='#8b2e26',GradientType=1 ); /* IE6-9 */
font-size: 1rem;
font-weight: 300;
}
body.RB .btn-primary:hover {
  color: #fff;
  background-color:#63201a;;
  border-color: #491814;
}
body.RB .btn-primary svg{
  color: #fff;
  margin-left: 35px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  flex-shrink: 0;
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #F49524;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #F49524;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #F49524;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #F49524;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #F49524;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 1024px) {



  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

}













/*--------------------------------------------------------------
# popover
--------------------------------------------------------------*/
.popover-body img{
  width: 100%;
  margin-bottom: 10px;
}

.popover{
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
}


/*--------------------------------------------------------------
# jump-links
--------------------------------------------------------------*/
#jump-links li{
  margin-bottom: 5px;
}





/*--------------------------------------------------------------
# icons
--------------------------------------------------------------*/
.icon{
  display: inline-block;
  width:20px;
  height:20px;
    background-size: cover;
}

.star{
  background-image: url('../images/star-full.svg');
}
.star-half{
  background-image: url('../images/star-half.svg');
} 
.star-empty{
  background-image: url('../images/star-empty.svg');
}
.population{
  position: relative;
  top: 4px;
  background-image: url('../images/population.svg');
}
.attraction-icon{
  position: relative;
  top: 4px;
  background-image: url('../images/pin-logo.svg');
}












/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


#nav { 
  width: 100%;
  height: 100%;
  z-index: 2000000;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #2b2c2c;
  background-image: url("../images/repeat-pattern.jpg");
  transition: all 0.25s ease-in;
  opacity: 0;
  visibility: hidden;
}

#nav.show { 
  opacity: 1;
  visibility: visible;
}


#nav ul, #navt ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#nav ul#menu-main-menu li a {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
#nav ul#menu-main-menu li li a {
  color: #dad9d9;
}

#nav ul#menu-main-menu li a:hover {
  color: #cacaca;
}
#nav-centered{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

#nav-logo svg{
  width: 300px;
  height: 50px;
  margin-bottom: 50px;
  margin-right: 20px;
}
.sub-menu:before {
  content: "";
  display: block;
  height: 1px;
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
}



.nav-menu ul.sub-menu{
  display: none;
}













.lwpcngNotice-dark .lwpcngNotice_accept {
  border-color: #555  !important;
  color: #b3382d  !important;
}









































/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 
    right: 15px;
    top: 15px;
    z-index: 5000;
    position: absolute;
 */
 .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;

  right: 15px;
  top: 15px;
  z-index: 2000001;
  position: absolute;
  outline: none;
  cursor: pointer;
}


.hamburger:focus{
  outline: none;
}


.hamburger:hover {
  opacity: 0.7; 
}
.hamburger.is-active:hover {
  opacity: 0.7; 
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff; 
}

.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative; 
}

.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; 
}
.hamburger-inner::before {
  top: -10px; 
}
.hamburger-inner::after {
  bottom: -10px; }

  .without-bgi .hamburger-inner, .without-bgi  .hamburger-inner::before,.without-bgi .hamburger-inner::after {
    background-color: #000;
  }
  .with-bgi .hamburger-inner,  .with-bgi .hamburger-inner::before, .with-bgi .hamburger-inner::after{
    background-color: #ffffff;
  }

/*
 * Elastic
 */
 .hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }












/* Accordion
    ------------------------------------------------------------ */
    .schema-faq-section{
      transition: all, 0.5s, ease;
      background: #e4e4e4;
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 17px;
    }


    .schema-faq-question{
      cursor: pointer;
    }
    
    /*
    .schema-faq-question:after{
      width: 16px;
      height: 20px;
      display: inline-block;
      content: "+";
      margin-right: 5px;
      vertical-align: top;
    }
    
    .schema-faq-question.collapse:after{
      content: "-";
    }
    */
    .schema-faq-question:hover{
      opacity: 0.8;
    }
    
    .schema-faq-answer{
      display: none;
      padding-top: 20px;
      /*padding-left: 1em;*/
    }
    .schema-faq-answer.default{
      display: block;
    }




    .tab-content > .tab-pane {
      padding: 20px !important;
  }
  .tab-content{
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
  }





  .supraline {
    text-decoration: overline;
}

#more{
  background-color: #f2f3f3;
}
.card.more{
  background-color: #000;
}

.card-header.more {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: #ffffff;
  background-color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  z-index: 10;
}
.more a {
 font-size: 16px;
}
.card-header.more h5{
  color: #ffffff;
}
.card-img-top{
    max-width: 100%;
    height: 40vw;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
    -webkit-filter: brightness(70%);
}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {  
  .card-img-top{
    height: 40vw;
  }
}
@media (min-width: 768px) {  
  .card-img-top{
    height: 30vw;
  }
}
@media (min-width: 992px) { 
  .card-img-top{
    height: 30vw;
  }
}

@media (min-width: 1200px) { 
  .card-img-top{
    height: 15vw;
  }
}






.card-img-top:hover {
  transform: scale(1.1);
  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.google-auto-placed{
  margin-top: 20px;
  margin-bottom: 20px;
}

blockquote, .wp-block-preformatted{
  font-size: 1.2em;
  width:100%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #b3382d ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}
@media (max-width: 600px) {  
  blockquote, .wp-block-preformatted{
    font-size: 1em;
    width:90%;
    margin:30px auto;
    font-family:Open Sans;
    font-style:italic;
    color: #555555;
    padding:1em 10px 1em 10px;
    border-left:8px solid #b3382d ;
    background:#EDEDED;
  }
}


blockquote cite{
  font-size: 0.8em;
}
blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#b3382d;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}