/*!
Theme Name: benoliver
Theme URI: http://underscores.me/
Author: Saroj Shrestha
Author URI: https://sarojshrestha.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: benoliver
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

benoliver is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.widget_recent_entries li a,
.widget_categories li a,
.wp-block-latest-posts li a,
.wp-block-archives li a,
.widget_block li a {
  text-decoration: none;
  color: #a57f68;
  font-size: 18px;
}
.widget-area h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  padding-top: 2rem;
}
/** slick slider gaps starts*/
/* the slides */
.slick-slide {
  margin: 0 10px;
}
/* the parent */
.slick-list {
  margin: 0 -10px;
}
.slide {
}
#featured-slider4 .slick-slide {
  margin: 0 20px;
}
#featured-slider4 .slick-list {
  margin: 0 -20px;
}
/** slick slider gaps ends */

.front-page-header #hero-section-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
}

/*.video{*/
/*    height: 100vh;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    overflow: hidden;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 9999;*/
/*    !* display: none; *!*/
/*    transform: scale(1.5);*/
/*}*/
/*.darkBg{*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    background-color: rgba(0,0,0,0.6);*/
/*    z-index: 10000;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/
/*.banner-front .container{*/
/*    position: relative;*/
/*    z-index: 99999;*/
/*}*/

.banner-front.video-bg {
  height: 100vh;
  /*overflow: hidden;*/
  width: 100%;
  /*padding: 0 !important;*/
  background: none;
}
.banner-front.video-bg iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(4);
}
@media (min-width: 576px) {
  .banner-front.video-bg iframe {
    transform: scale(3);
  }
}
@media (min-width: 768px) {
  .banner-front.video-bg iframe {
    transform: scale(2.5);
  }
}
@media (min-width: 992px) {
  .banner-front.video-bg iframe {
    transform: scale(2);
  }
}
@media (min-width: 1200px) {
  .banner-front.video-bg iframe {
    transform: scale(1.5);
  }
}
.banner-front .menu-container a,
.banner-front .menu-container button {
  color: #ffffff;
}
.menu-container a,
.menu-container button {
  color: #ffffff;
}
.menu-container a:hover,
.menu-container button:hover {
  color: #ffffff;
}
/*.banner-front .menu-container{*/
/*    position: relative;*/
/*    z-index: 3;*/
/*    color: #ffffff;*/
/*    !*padding-top: 1rem;*!*/
/*}*/
.banner-front #nav-row {
  width: 100%;
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.banner-front #nav-row.sticky {
  position: fixed;
  z-index: 9;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px 0;
}
.banner-front .contents-wrapper {
  z-index: 3;
}
.darkBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
