/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
/* * {
  box-sizing: border-box;
} */

.galeryContainer {
  position: relative;
  width: 100%;
  /* height: 100%; */
  max-height: 320px;
  margin-bottom: 20px;
  min-height: 200px;
  background-image: url("./images/bg_transparent.png");
}
.galeryContainer img {
  /* width: auto;
  margin: 0 auto;
  max-height: 100%; */
  width: 100%;
  height: 100%;
  object-fit: fill;
}
div[class*="mySlides"] {
  display: none;
  text-align: center;
  height: 300px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.galPrev,
.galPnext {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 30px);
  width: auto;
  font-weight: bold;
  font-size: 20px;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.galPnext {
  right: -17px;
  border-radius: 3px 0 0 3px;
}
.galPrev {
  left: -17px;
}
/* POPUP STYLES START */
/* The Modal (background) */
.myModalCls {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 999999999999;
}

/* Modal Content/Box */
.myModalCls-content {
  background-color: #000018;
  background-image: url("./images/offBg_reduce.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: auto;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.myModalCls .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.myModalCls .close:hover,
.myModalCls .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.myModalCls-content .wpcf7 h2 {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#getQuoteMainDiv .quoteInfoDiv span {
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 800;
  color: #fff !important;
}
.wpcf7 #getQuoteMainDiv .quoteInfoDiv input {
  font-weight: 500;
}
.wpcf7 #getQuoteMainDiv textarea {
  height: 110px;
}
/* POPUP STYLES END */
/* Map Styles START */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* // Fixes potential theme css conflict. */
.acf-map img {
  max-width: inherit !important;
}
/* Map Styles END */
/* product Grid Styles START  */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
}

.flex-control-paging li a:hover {
  background: #fff !important;
}

.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}
/* product Grid Styles END */

/* Single Product Grid Styles START */
.singleProGridContainer {
  overflow-x: auto;
  display: flex;
  width: calc(100% - 150px);
  margin: 0 auto;
  scroll-behavior: smooth;
  height: 207px;
}
.singleProGridContainer::-webkit-scrollbar {
  display: none;
}
.imgBox {
  height: 200px;
  width: 233px;
  background: transparent;
  flex-shrink: 0;
  margin-right: 4px;
}
.imgBox img {
  width: 100%;
  height: 100%;
}

.sinProdPrev,
.sinProdNext {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 13px;
  color: transparent;
  line-height: 8px;
  font-weight: 100;
  font-size: 17px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  margin-top: 80px;
}
.sinProdPrev {
  left: 0;
}
.sinProdNext {
  right: 0;
  border-radius: 3px 0 0 3px;
  margin-right: 5.5px;
}
.sinProdPrev:hover,
.sinProdNext:hover {
  /* background-color: rgba(0, 0, 0, 0.8); */
}
/* Single Product Grid Styles END */
