/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 html, body { height: 100%; margin: 0; padding: 0; }
 #map { height: 100%; }
 #ui-datepicker-div {
 	z-index: 999 !important;
 }

 
 .hidden {
 	display: none;

 }

body hr {
    border: 0;
    height: 1px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
    margin: 5px 0;
    clear: both;
}

  #filters input[type=text] {
  	padding: .6180469716em;
    padding: .62em 1.2em;
    background-color: rgba(255, 255, 255, 0.95);
    color: #43454b;
    outline: 0;
    border: 2px solid #333;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset -2px 2px 5px rgba(0,0,0,.3);
    
  }
#filters select {
  background: rgba(255, 255, 255, 0.95) url(images/dropdown-arrow.png) no-repeat right 8px top 50%;
  padding-right: 34px;
  font-size: 1rem;
}
#filters select option {
background-color: rgba(255, 255, 255, 0.95);
}
.dropdown-checkbox {
 	display: inline-block;
 	position: relative;
 }

 .dropdown-checkbox h6 {
 	display: block;
 	
 	margin-right: 2px;
 }
 .dropdown-checkbox fieldset {
 	display: none;
 	position: absolute;
    top: 46px;
    left: -2px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5px 10px;
    border: 2px solid #333;
    border-top: none;
    box-shadow:inset -2px 0 5px 0 rgba(0,0,0,.3);
 }
/*
 .dropdown-checkbox fieldset input[type=checkbox] {
 	float: left;
 	margin: 0.5em 5px 8px 5px;
 }
 */
 .checkbox-icons h6 {
 	margin-right: 0;
 }
 .checkbox-icons fieldset {
 	width: 100%;
 }
 .checkbox-icons fieldset p {
  	display: block;
  	clear: both;
  }
 .checkbox-icons fieldset input[type=checkbox] {
 	float: left;
 	margin: 5px 5px 8px 5px;
 	border: 1px solid black;

 }
.dropdown-checkbox.checkbox-icons label span {
    float: left;
 }
 .checkbox-icons fieldset img {
 	width: 24px; 
 	margin: 0 5px; 
 	float: left;
 }

 .dropdown-checkbox.checkbox-icons fieldset .tooltip {
  	position: absolute;
    left: 65px;
    background: #fff5cf;
    box-shadow: 1px 1px 4px #000;
    font-size: 0.8rem;
    padding: 2px;
    opacity: 0.9;
    max-width: 90px;
    display: none;
    font-style: normal;
  }


  .dropdown-checkbox.checkbox-icons fieldset p:hover .tooltip {
  	display: inline-block;
  }

 .course-results #primary {
 	width: 100%;
 }

 .course-filters {
 	border: 1px solid black;
 	padding: 30px 10px 10px 10px;
 	background: #fff url('images/filter-bg.jpg') no-repeat right top;
 	margin-bottom: 10px;
 }

 .result-number {
 	color: #c7152a;
 	font-weight: bold;
 }

 #locations p {
  clear: both;
  display: block;
  margin: 5px 0;
 }
 .dropdown-checkbox#locations .city label {
  font-weight: bold;
  font-size: 1.1rem;
 }
 #locations .child label {
  font-size: 0.9rem;
 }
 #locations .child {
  padding-left: 10px;
 }

.dropdown-checkbox fieldset input[type="checkbox"] {
    display:none;
}

.dropdown-checkbox fieldset input[type="checkbox"] + label {
    color:#333;
    font-family:Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-family: "Source Sans Pro",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.dropdown-checkbox fieldset input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(images/check_radio_sheet_ftc.png) left top no-repeat;
    cursor:pointer;
}

.dropdown-checkbox fieldset input[type="checkbox"]:checked + label span {
    background:url(images/check_radio_sheet_ftc.png) -19px top no-repeat;
}

.dropdown-checkbox input[type="radio"] {
    display:none;
}

.dropdown-checkbox input[type="radio"] + label {
    color:#333;
    font-family:Arial, sans-serif;
    font-size:14px;
}

.dropdown-checkbox input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(images/check_radio_sheet_ftc.png) -38px top no-repeat;
    cursor:pointer;
}

.dropdown-checkbox input[type="radio"]:checked + label span {
    background:url(images/check_radio_sheet_ftc.png) -57px top no-repeat;
}

.order-select {
    max-width: 100%;
}

.vex-content .variations td, .vex-content .variations th {
  padding: 0.8em 0.65em;
}
.vex.vex-theme-top-ftc .product-addon .addon-name {
  font-size: 1.2rem;
  text-align: left;
}

a.availability-book {
  float: right;
  margin-bottom: 20px;
}


.add-to-cart-pop-up {
  margin-top: 20px;  
}

#product-header {
  display: block;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 1rem;
}
#product-header img {
  width: 100%;
}

.single-product.course div.product .summary {
  width: 80%;
  float: right;
  display: block;
  margin-bottom: 1em;
  background: #eee;
  padding: 1.5%;
}

.course .course-image {
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  width: 15%;
}

.single-product.course div.product .summary h1 {
  font-size: 2rem;
  margin-bottom: 0.1em;
  line-height: 1.2em;
}
.single-product.course div.product .summary h3.subtitle {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.2em;
}

.category-icons img {
  width: 30px;
  margin-right: 5px;
}

.single-product.course div.product .summary [itemprop=description] {
  font-weight: bold;
  font-style: italic;
}

.ftc-secondary {
  width: 21.7391304348%;
  float: right;
  margin-right: 0;
  
}
.ftc-secondary .unit, .ftc.course #secondary .widget {
  padding: 0.5rem;
  background: #fff;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-weight: normal;
}

.ftc-secondary .booking.unit {
  background: #fffeee;
}

.ftc-secondary form.variations_form table td.label, .ftc-secondary form.variations_form table td.value  {
  padding: 1% 2%;
  clear: both;
  display: block;
  width: 96%;
  background: none;
 }
.ftc-secondary form.variations_form select {
  max-width: 90%;
}

.ftc-secondary h2, .ftc.course #secondary .widget .widget-title {
  font-size: 1.1rem;
  text-align: center;
  border-bottom: 1px dashed #444;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0.25em;
}
.ftc-secondary h3.addon-name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.1em;
} 
.ftc-secondary .quantity .input-text {
  padding: 0.25em;
  width: 3em;
  margin-bottom: 1em;
  
}

.ftc-secondary form.variations_form button {
  display: block;
  text-align: center;
  width: 100%;
}

.ftc-secondary ul, .ftc.course #secondary .widget ul {
  list-style: disc;
  margin-left: 2rem;
  padding-left: 0;
}


#content .woocommerce-breadcrumb {
  margin-bottom: 1em;
}

.ftc.course .product-description {
    display: block;
    clear: both;
    margin-bottom: 2rem;
}

.ftc p+h3 {
  margin-top: 0;
}

.ftc.course #primary {
  width: 65%;

}

.ftc.course .ftc-secondary, .ftc.course #secondary {
  width: 30%;
}

p.ftc-out-of-stock{
    margin-bottom: 0;
    color: #e66157 !important;
}
.ftc-waitlist-button:hover {
    color: #ffffff;
    text-decoration: none;
}
.ftc-waitlist-button{
    background-color: #08B7A8;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 50%;
    display: block;
    text-align: center;
    padding: 5px;
    float:left;
}


.page-template-courses_template .book p.yith-wcwtl-msg{
    display: none;
}
/*
.page-template-courses_template #yith-wcwtl-output .button.alt{
    padding: 5px;
}

.page-template-courses_template .show-waitlist-popup, .page-template-courses_template .show-waitlist-popup:hover{
    padding: 5px;
    background: #fcc419;
    color: #ffffff;
}*/

.single-product .woocommerce-variation-price, .single-product p.stock {
    display: none;
}

.page-template-courses_template .book p.yith-wcwtl-msg{
    display: none;
}
/*
.page-template-courses_template #yith-wcwtl-output .button.alt{
    padding: 5px;
}
*/
.button.show-waitlist-popup  {
    background: #fcc419;
    color: #ffffff;
}
.button.show-waitlist-popup:hover {
    background: #dbaa14;
    color: #ffffff;
}

#variation-display .button.show-waitlist-popup {
  display: block;
  width: 100%;
}

.single-product .woocommerce-variation-price, .single-product p.stock {
    display: none;
}
.camp-schedule-container{
  position: relative;
}
.pdfg-shortcode {
  position: absolute;
  right: 0;
  top: 17px;
}
.filter-wrapper .dropdown-checkbox .vh-1{
  width: 100%;
}
.filter-wrapper .dropdown-checkbox .vh-2{
  width: 200%;
}
.filter-wrapper .dropdown-checkbox .vh-3{
  width: 300%;
}

/* Share button styles */
.page-template-page-courses-cf a.share, .page-template-courses_template a.share {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-right: 1rem;
  text-decoration: underline;
}

/* Schedule page Mar 2019 styles */
.box.city_picker {
  padding-bottom: 0.5rem;
}
.ftc_schedule_wrapper {
  background: #fff;
  padding-bottom: 2rem;
}
.ftc_schedule {

}
.ftc_month_header {
  background: #ccc;
  padding: 0.5rem 0;
  color: #333;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  overflow:hidden;
  position: relative;
  font-size: 1.5rem;
}
.ftc_month_header h3 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 400;
  color: #444;
}
.ftc_month_header h3 strong {
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
}
.ftc_schedule_day {
  background: #eee;
  border: 1px solid #666;
  border-width-bottom: 0;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  overflow: hidden;
  min-height: 140px;
}
.ftc_schedule_date {
  border-bottom: 1px solid #666;
  background: white;
  display: block;
  text-align: center;
  padding: 0 0 1rem 0;
  color: #333;
  width: 5.5rem;
  height: 5.5rem;
  float: left;
  margin: 0;
}
.schedule_day_name {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  padding: 0;
  background: #ff4c50;
  color: #fff;
  margin: 0;
  margin: 0;
  height: 2rem;
  line-height: 2rem;

}
.schedule_day_num {
  font-size: 1.8rem;
  font-weight: 800;
  display: block;
  padding: 0;
  margin: 0;
  height: 3.5rem;
  line-height: 3.5rem;
}

.schedule_month_name {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  padding: 0.5rem 0;
  color: #aaa;
}

.ftc_schedule_course_col {
  margin-left: 5.5rem;
  background: white;
  display: block;
}
.ftc_schedule_course_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  border-left: 1px solid #666;
}
.ftc_schedule_course_list li {
  border-bottom: 1px solid #666;
  display: block;
  position: static;
  overflow: hidden;
}
.ftc_schedule_course_list li a {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  color: #333;
  font-weight: 800;
  text-transform: capitalize;
}
.ftc_schedule_course_list li .ftc_schedule_course  a {

}
.ftc_schedule_course_list li a.button {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0;
}
.ftc_schedule_course_list li:hover {
  background: #f8f9d8; /*#ffefef;*/
  text-decoration: none;
}
.ftc_schedule_course_formats {
  line-height: 2rem;
}

.ftc_schedule_course_formats, .ftc_schedule_ages {
  font-size: 0.7rem;
  color: #333;
  font-weight: 800;
  text-align: center;
} 
.ftc_schedule .ftc_schedule_course_list li.row .ftc_schedule_cta {
  padding-right: 0.5rem;
}
.ftc_schedule_cta .button {
  color: #fff;
}

/* calendar sidebar styles */
.ftc_calendar_view {
  background: #fff;
  padding-top: 1rem;
}
.ftc_calendar_grid {
  display:  block;
  clear: both;
  width: 100%;
  overflow:hidden;
  padding-bottom: 1rem;
}

.ftc_calendar_grid .cell_day  {
  width: 14%;
  box-sizing: border-box;
  float: left;
  border: 1px solid #666;
  text-align: center;
  position: relative;
  display: block;
  background: #bbb;
}
.ftc_calendar_grid .cell_day:after {
  content: "";
    display: block;
  padding-bottom: 100%;
}
.ftc_calendar_grid .cell_day span.day-cell {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #ddd;
  font-size: 1rem;
}
.ftc_calendar_grid .cell_day a, .ftc_calendar_grid .cell_day span.unavailable {
  display: block;
  color: #777;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.ftc_calendar_grid .cell_day span.day-cell a {
  font-weight: normal;
}
.ftc_calendar_grid .cell_day span.day-cell.cal_available  {
  background: #78e2d4; /*#49f1db;*/
    
}
.ftc_calendar_grid .cell_day span.day-cell.cal_available a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.ftc_calendar_grid .cell_day span.day-cell.cal_available:hover {
  background:  #02f5d5;
}
.ftc_schedule_month {
  border-top: 1px solid #666;
}
/* Collapse days except active */
.ftc_schedule_month .ftc_schedule_day {
  display: none;
}
.ftc_schedule_month.active .ftc_schedule_day {
  display: block;
}

.ftc_schedule_month .ftc_month_header:after {
    content: '';
    display: inline-block;
    background-image: url(https://cdn.firetechcamp.com/wp-content/themes/firetechtheme/images/chevron-down-black.png);
    background-position: 7px 11px;
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background-repeat: no-repeat;
    top: 7px;
    right: 1rem;

    transition: transform 0.3s ease-in-out;
}
.ftc_schedule_month.active .ftc_month_header:after {
    transform: rotate(-180deg);
}


.ftc_schedule_course, .ftc_schedule_ages {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 3.6rem;
}

.no-results-box {
  background: white;
  
  padding: 1rem;
}
#schedule_form label {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #666;
}
#schedule_form #location_name {
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid #000;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  height: auto;
  max-width: 100%;
}

.page-template-page-schedule .vex.vex-theme-top-ftc .vex-content {
  width: 510px;
}

.option-count {
    color: grey;
    font-style: italic;
    font-size: 0.8em;
}

/* Tablet Styles */
@media screen and (min-width: 48em) {
  .tablet.ftc_schedule_ages, .tablet.ftc_schedule_cta, .tablet.ftc_schedule_course_formats {
    display: flex;
  }
  .ftc_schedule_course, .ftc_schedule_ages, .ftc_schedule_cta, .ftc_schedule_course_formats {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 3.6rem;
  }

}
/* Desktop Styles */
/* 1025px and wider */
@media screen and (min-width: 64.0625em) {
  .ftc_sched_2col .ftc_schedule_day {
    width: 48%;
    margin: 0 1% 10px 1%;
    float: left;
    box-sizing:  border-box; 
    
  }
  .ftc_schedule_course_list li a { 
    padding: 0 0.5rem;
  }
  .ftc_schedule_course_list li.row {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .ftc_schedule_date {
    width: 6.5rem;
    height: 6.5rem;
  }
  .schedule_day_num {
    line-height: 4.5rem;
    height: 4.5rem;
  }
  .ftc_schedule_course_col {
    margin-left: 6.5rem;
  }
  .tablet.ftc_schedule_ages, .tablet.ftc_schedule_cta, .tablet.ftc_schedule_course_formats {
    display: flex;
  }
  .ftc_schedule_course, .ftc_schedule_ages, .ftc_schedule_cta, .ftc_schedule_course_formats {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 3.6rem;
  }
}

/* small phone */
@media screen and (max-width: 23em) {
  .ftc_schedule_course {
    font-size: 0.8rem;
  }

}

@media screen and (min-width: 26.625em) and (max-width: 48em) {
  .filter-wrapper .dropdown-checkbox .vh-2{
    width: 300%;
  }
  .filter-wrapper .dropdown-checkbox .vh-3{
    width: 400%;
  } 
}
