.pulse {
	position: relative;
}

.pulse:hover:after {
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  bottom: 0px;
  right: 0px;
  display:block;
  border-radius: 90px;
  background: rgba(255,255,255,0.3);
  animation: pulse 1s ease 0s infinite;
}


.mb{
	margin-bottom: 1rem;
}
.error{
	background-color: rgba(245, 60, 60, 0.22) !important;
}
.form-title{
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: : 1px solid silver;
	text-align: center;
}
.result-wrapper{
	margin-bottom: 1rem;
	
}
.result-description{
	width: 80%;
	float: right;
	clear: both;
	margin-left: 2%;
	font-size: 14px;
}
.result-img{
	display: inline-block;
	width: 18%;
	
}
#trailer-summary, #restroom-summary, #quote-summary{
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid silver;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.img-sm{
	max-width: 90px;
}
.result-title{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	border-bottom:  1px solid silver;
	color: rgba(246, 209, 23, 1);
	margin-bottom: .5rem;
	padding-bottom: 0.5rem;

}
.tab{
backface-visibility: hidden;
}
.result-description{
	  font-family: Arial, Helvetica, sans-serif;
	  line-height: 1.3rem;
}
.trailer-result{
	margin-bottom: 1rem;
}
#trailer-results{
  max-height:80vh;
  overflow-y: scroll;
  padding:1.5rem;
}
 #event-results, #request-quote{
  padding:1.5rem;
}
/* Tabs */
.tab-nav {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  border-radius: 90px;
  background: rgba(0, 0, 0, 0.85);
  margin-bottom: 2rem;
}
.quote{
  background: rgba(246, 209, 23, 1) !important;
  color:black !important;
}
.tab-nav:after {
  content: "";
  display: table;
  clear: both;
}
.tab-inner {
	cursor: pointer;
  text-align: center;
  padding: 0.5rem;
}

.tab.active {
  color: black;
  background: rgba(246, 209, 23, 1);
  border-radius: 90px;
}
.tab{
  float: left;
  width: 50%;
  display: inline-block;
  font-size: 22px;
  font-style: serif;
  color:white;
}
.result{
	color: rgba(246, 209, 23, 1);
}
@media only screen and (max-width: 768px) {
  #tab-section{
    width:100%;
  }
  .tab-wrapper{
    padding:0px !important;
  }
  .tab{
    float:none !important;
    display:block !important;
    width:90%;
    margin:auto;
    margin-top:1rem;
    margin-bottom:1rem;
    padding:0px;
    background:black;
    border-radius:90px;
  }
  .tab-nav, .button-group{
  background:none !important;
  }
}

.hidden{
	display: none;
}
button, input, optgroup, select, textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }



.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.input-label{
  margin-bottom:.5rem;
  display:block;
}
input{
  width:100%;
  padding:10px;
  
}
.input-wrapper{
  padding-left:20px;
  padding-right:20px;
  margin-bottom:1rem;
}
.half {
  display: inline-block;
  width: 49%; }

.third {
  display: inline-block;
  width: 33%; 
  }

.two-thirds {
  width: 67%; }

.fourth {
  width: 25%; }

.three-fourths {
  width: 75%; }

.main {
  min-width: 300px; }

.calculator-container {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 2rem; }


/*************************************************************/
/*  	FORM UI ELEMENTS									 */
/*************************************************************/
.calculator-row {
  width: 100%;
  clear: both;
  margin: 0px; }

h1 {
  font-family: 'Monsterrat';
  font-weight: 100;
  }

select {

  border: none;
  border: 1px solid #E7E7E7;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  padding-bottom: 10px;
  /* margin: 15px 0; */
  color: #000000;
  font-size: 18px;
  background: url('/wp-content/uploads/2023/06/down-arrow.png') no-repeat;
  background-position: 98% center;
  background-size: 14px; }

.label {
  width: 100%;
  color: #878787;
  display: block; }
  .label.hours-label {
    margin: 44px auto 20px; 
    color: #000000;
    font-size: 18px;}
  .label.alcohol-label {
    margin: 44px auto 30px; 
    color: #000000;
    font-size: 18px; }
  .label.women-label {
    margin: 15px auto 30px; }

input {
  background: none;
  box-shadow: 0;
  border: none;
  border-bottom: 1px solid #E7E7E7;
  color: #878787; }
  #trailerNumHours{
	  margin-bottom: 4rem;
  }
  input#amountHoursEvent,input#amountHoursTrailer, input#amountHours, input#amountWomen {
    font-family: 'Monsterrat';
    width: 100%;
    margin: 0 auto 20px;
    font-size: 40px;
    border-bottom: none;
    text-align: center;
    box-sizing: border-box;
    font-weight: bolder;
    color: black;
     border: none !important;   
     }

.radio {
  position: absolute;
  visibility: hidden;
  display: block; }
  .radio:checked + label {
    background: rgba(246, 209, 23, 1);
    color: black; }

.radio-label {
	overflow: hidden;
	font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
  display: block;
  position: relative;
  cursor: pointer;
  width: 49%;
  border-radius: 90px;
  border: 1px solid silver;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: .5rem; 
   padding-top:1rem;
  padding-bottom:1rem;
  color: white;
  background: rgba(0, 0, 0, 0.85);

  }
  
  .radio-label:hover:before{
	  opacity: 1;
  }
  .radio-label:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .radio-label:first-of-type {
    float: left; }
  .radio-label:last-of-type {
    float: right; }

 textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, .entry-content blockquote, .woocommerce ul.products li.product a img:hover, .woocommerce div.product div.images img:hover {
    border-color: #f6d017 !important;
} 
textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    cursor: pointer;
    max-width: 100%;
    background-color: transparent;
    border: 1px solid #e9e9e9 !important;
    padding: 10px 15.38462px !important;
    border-radius: 2px;
}  
.button {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  background: rgba(246, 209, 23, 1);
  border: none;
  margin: 30px 0 0px;
  cursor: pointer; 
   font-family: "Monsterrat"
   font-weight: bold;
  border-radius:90px !important;
  padding:.5rem;
  padding-top:1rem;
  padding-bottom:1rem;
  background: rgba(0, 0, 0, 0.32);
  color:white;
  opacity::0.6;
  margin: 0px !important;
  border: none !important; 
 
  }
  .flex-circles{
    width:100%;
       display: flex;
       justify-content:  space-between;
  }
  .item{
  margin:auto;
  }
  .calculate {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold !important;
   border-radius:90px !important;
    padding:1rem !important;
    margin: 60px auto; 
    text-transform: uppercase;
    background: rgba(246, 209, 23, 1) !important;
    color:black !important;
    border:none !important;
    width: 100% !important;
    }

  .calculate:hover{
        background: rgba(255, 214, 46, 1) !important;
        border:none !important;

  }

.ui-slider .ui-slider-handle {
  background: rgba(246, 209, 23, 1);
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  top: -8px !important;
  margin-left: -15px !important; }

.ui-widget.ui-widget-content {
  border: 1px solid #E7E7E7;
  background: #fff; }

.toolTipHolder {
  position: relative; }
  .toolTipHolder .tooltip {
    position: absolute;
    bottom: 100%;
    background: #fff;
    width: calc(100% - 30px);
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition: .5s ease all;
    transition: .5s ease all; }
    .toolTipHolder .tooltip:after {
      content: '';
      height: 20px;
      width: 20px;
      position: absolute;
      bottom: -10px;
      background: #fff;
      box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
      left: 48%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .toolTipHolder .tooltip.active {
      opacity: 1; }

*:focus {
  outline: none; }

/*************************************************************/
/*  	CALCULATE MODAL 									 */
/*************************************************************/
.result-line{
	margin-top: 1rem !important;
	margin-bottom: 1rem !important; }
}
.modal-guts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  
}
.calculate-modal {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left:0px;
  right:0px;
  bottom:0px;
  background: rgba(0, 0, 0, 0.8); 
}
  .calculate-modal .results-box {
  	background: #fff;
    position: absolute !important;
    width: 68%;
    max-width: 900px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;     }
    .calculate-modal .results-box .results-container {
      position: relative;
      height: 100%;
      }
      .calculate-modal .results-box .results-container .result-circle {
        height: 135px;
        width: 135px;
        border: 2px solid rgba(246, 209, 23, 1);
        border-radius: 50% !important;
        margin: auto; }
        .calculate-modal .results-box .results-container .result-circle .result {
          font-size: 50px;
          text-align: center;
          color:rgba(246, 209, 23, 1);
          width: 135px;
          display: block;
          margin-top: 22px;
          font-family: 'Monsterrat';
          font-weight: 100;
        }
      .calculate-modal .results-box .results-container .con-10-units-text,
      .calculate-modal .results-box .results-container .units-text {
        font-family: 'Monsterrat';
        font-weight: bold;
        color: #878787;
        text-align: center;
        margin-top: 10px; }
      .calculate-modal .results-box .results-container .con-10-units-text {
        display: none; }

/* tablet size */
@media (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }
/* mobile size */
@media (max-width: 767px) {
  .half, .third, .two-thirds, .three-fourths, .fourth {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
