/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    color: red !important;
}
/*---SCHEDULER---*/
/* custom-style  */
.home-page-form {
	background-color: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(8px);
	border-radius: 12px;
	padding: 1px 24px 1px 24px;
}
.home-page-form .gsection_title {
	color: #000 !important;
	line-height: 36px !important;
}
.home-page-form .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
	display: block;
	margin-left: -30.2px !important;
	max-height: 20.6px;
	max-width: 20.6px;
}
.home-page-form ::placeholder {
	color: #6C757D !important;
	padding: 0px 4px !important;
}
.home-page-form .gform_wrapper.gravity-theme .gsection {
	padding: 0 !important;
	color: #000 !important;
	font-size: 14px !important;
	margin: 0px !important;
}
.home-page-form label {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #495057 !important;
	line-height: 28px !important;
}
/* custom-style end */

/*** Schedule a Tour (CRM v2) form styling ***/
/* Fields styling */
.gform_wrapper.gravity-theme .gfield input.large {
	border: 1px solid #Dee2e6 !important;
}
/* .gform_wrapper.gravity-theme .ginput_container_date input {
	border: 1px solid #Dee2e6 !important;
} */
.home-page-form h2 {
	margin: 0px !important;
}
.gf_right_half {
	padding: 0px !important;
}
.home-page-form #field_9_13 {
	vertical-align: bottom !important;
}
.home-page-form #gform_fields_9 li {
	margin-top: 10px !important;
}
.home-page-form input{
	height: 48px;
	background-color: #ffffff;
	padding: 0px 16px !important;
	font-size: 14px !important;
	color: #6C757D !important;
}
.gform_wrapper.gravity-theme .gfield select {
	height: 48px;
	background-color: #ffffff;
	border: 1px solid #DEE2E6 !important;
	padding: 0px 16px !important;
	font-size: 14px !important;
	color: #6C757D;
}
.home-page-form select {
	height: 48px !important;
	background-color: #fff !important;
	border: 1px solid #DEE2E6 !important;
	border-radius: 4px !important;
	padding: 0px 16px !important;
}
/* Use the Schedule a Tour (CRM v2) form ID */
body .gform_wrapper#gform_gform_wrapper_21  input[type="text"] {
	border: 0px;
}
#gfield_description_21_15.gsection_description {
	margin-top: -10px!important;
	margin-bottom: 0px;
}
.calendar-info {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}
select.ui-datepicker-month, select.ui-datepicker-year {
	font-family: "Helvetica",Verdana,Arial,sans-serif;
	font-size: 18px!important;
}

.gravity-theme.ui-datepicker table, .gravity-theme.ui-datepicker td, .gravity-theme.ui-datepicker th, .gravity-theme.ui-datepicker thead, .gravity-theme.ui-datepicker tr {
	font-size: 14px!important;
}

/* Placeholder text */
/* Use the Schedule a Tour (CRM v2) form ID */
/* body .gform_wrapper#gform_gform_wrapper_21 ::placeholder {
  color: #081220!important;
	opacity: 1;
} */

/* Submit button style *
 * Schedule a Tour (CRM v2) form *
 * */ 
/* Use the Schedule a Tour (CRM v2) form ID */
#gform_submit_button_21, #gform_submit_button_9 {
	border-radius: 4px;
	padding: 10px 16px;
	color: #ffffff!important;
	line-height: 28px;
	width: auto !important;
	}

/* Submit button style
 * Thank You (CRM v2) form
 * */
/* Use the Thank You (CRM v2) form ID */
#gform_submit_button_22 {
	border-radius: 8px;
	padding: 20px 36px;
	margin: 0 auto;width:300px;
}

/*** Custom styles for the Home page ***/

/* Form heading styles */
/* Remove this for sites with Enfold theme */
/* Use the Schedule a Tour (CRM v2) form ID */
.home #field_21_15 h3 {
	font-size: 24px!important;
	font-weight: 600!important;
	color: #000 !important;
}

.home #gfield_description_5_15.gsection_description {
	color: #000000;
}

/* Hide comments field */
/* Use the Schedule a Tour (CRM v2) form ID */
.home #field_21_26 {
	display: none;
}
/* Use the Schedule a Tour (CRM v2) form ID */
.home #input_21_26.textarea {
	display: none;
}
/* Turnstile */
.home .cf-turnstile {
	margin-top: 20px;
}

/*** Styles for the Thank You page ***/
/* Hide the submit button on the 
 * Thank You for Reaching Out page
 * for the Thank You (CRM v2) form. 
 * Change the page-id and form-ID.
 * Do not add !important 
 * to the display declaration.
 */
/* Use the Thank You (CRM v2) form ID */
#gform_submit_button_22 {
    display: none;
}

/*** Embeded Calendar tyles ***/
.zabuto-calendar__days-of-week th,thead tr td {
	background: #F8F8F8 !important;
	color:#000000 ;
}
.zabuto-calendar__day.zabuto-calendar__event .childcrm_tour_available{
	padding: 9px;
	border-radius: 0;
}
/* Time slots */
#child-crm-time-slots a.active {
		color: #fff;
	background-color: #505050;
}
#child-crm-time-slots li a:hover {
	color: #fff;
	background-color: #909090;
}
.zabuto-calendar__day.zabuto-calendar__event .childcrm_tour_available {
	color: #505050;
}
.zabuto-calendar__day.zabuto-calendar__event .childcrm_tour_available:hover,.zabuto-calendar__day--today.zabuto-calendar__event .childcrm_tour_available:hover {
	background: #686868 !important;
	color:#fff;
}
.zabuto-calendar__day {
	color: #CAC9C9 !important;
}
.zabuto-calendar__day.zabuto-calendar__event,.zabuto-calendar__day--today.zabuto-calendar__event {
	padding: 0 !important;
}
.zabuto-calendar__day.zabuto-calendar__event .childcrm_tour_available.active,.zabuto-calendar__day--today.zabuto-calendar__event .childcrm_tour_available.active{
	background-color: #434343 !important;
	color:#fff;}
#child-crm-time-slots {
	display: flex;
	flex-wrap: wrap;
}
.zabuto-calendar__day--today.zabuto-calendar__event .childcrm_tour_available.active , .zabuto-calendar__day--today.zabuto-calendar__event .childcrm_tour_available:hover{
	background-color: #434343 !important;
	color: #fff;
}
.zabuto-calendar__day--today.zabuto-calendar__event .childcrm_tour_available,
.zabuto-calendar__day.zabuto-calendar__event .childcrm_tour_available  {
	padding: 9px;
	border-radius: 0;
}
.badge.bg-primary {
	background-color: #FFFFFF!important;
	color: #434343;
}

/* Green color for days with tour */
.zabuto-calendar__day.zabuto-calendar__event .childcrm_tour_available {
	color: #17BC17; 
}
.form-top {
	background: #EDEAF5;
	padding: 40px 12px;
	text-align: center;
}
.form-top h4 {
	color: #000;
	font-size: 18px !important;
}
.zabuto-calendar__days-of-week__item {
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#top-message .container {
	width: 100% !important;
	max-width: 100%;
	padding: 0;
	margin: 0 !important;
}
#top-message .template-page.content.av-content-full.alpha.units {
	margin: 0 !important;
	padding: 0;
}

/* Current date cell border */
/* Use the Thank You (CRM v2) form ID */
#gform_wrapper_22 .gform_heading {
	display: none;
}

body table tr td,
body table tr th {
	border-color: #D2D2D2 !important;
}

.zabuto-calendar__day,.zabuto-calendar__day--today.zabuto-calendar__event,.zabuto-calendar__day--today {
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #ffffff!important;
}
/* Use the Thank You (CRM v2) form ID */
.zabuto-calendar__navigation i,#gform_submit_button_22 {
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center!important;
}
body .zabuto-calendar__day--today {
	background: transparent !important;
}
.home-page-form .ginput_container_date {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff !important;
	border: 1px solid #e6e6e6;
	border-radius: 4px !important;
}
.home-page-form .datepicker {
	border: none !important;
}
.home-page-form .ui-datepicker-trigger {
	margin-right: 10px !important;
}
/* top banner css */
.main-banner-sec .fl-col-content {
	display: flex;
	flex-direction: row !important;
	align-items: center !important;
	gap: 12px;
}

.main-banner-sec .fas.fa-arrow-right {
	margin-top: 6px;
}
/* location galleries imgages height css */
.images-height-location img {
	height: 120px !important;
	object-fit: cover !important;
	width: 200px !important;
}
/* program pages css */
.program-col .fl-col-content.fl-node-content {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 16px;
}
.program-col {
	width: 100% !important;
}
.program-col .fl-col-content.fl-node-content .fl-module.fl-module-photo {
	max-width: 320px !important;
	min-width: 320px !important;
	width: 100% !important;
}
.max-width-774{
    max-width: 774px;
    margin:0 auto !important;
	  margin-bottom: 24px !important;
}
.max-width-594{
     max-width: 700px;
    margin: auto !important;
	  margin-bottom: 24px !important;
}
.gallery-css img{
    height:219px;
    object-fit: cover;
}
.listen360-reviews-container {
	margin: 0 !important;
}
.learn-more{
font-size: 16px;
font-weight: 700 !important;
color:#2352a2;
}
.learn-more:hover{
color:#4c73b4;}
.pp-faq-button-icon {
	color: #495057 !important;
}
.pp-faq-item{
 border-color: #495057 !important;
}
.single-wpseo_locations .listen360-reviews {
    padding-bottom: 48px !important;
}
#small-sec br {
	display: none !important;
}
.bullets ul {
	margin-left: -23px;
}
.link-color a{
	color:#2352a2 !important;
}
.link-color a:hover{
	color:#4c73b4 !important;
}
/*Setting a max width for the Our Mission and Programs row on small devices*/
@media(max-width: 767px)
{
    .our-mission .margin-auto, .programs-small .fl-col-small .fl-col-content
    {
			max-width: 500px;
			margin-left: auto;
			margin-right: auto;
			float:unset;
    }
}
@media only screen and (max-width: 641px) {
  #gform_submit_button_21 {
    line-height: 2;
    min-height: 32px;
    width: 100% !important;
  }
	#gform_submit_button_9 {
	width: 100% !important;
	line-height: 28px !important;
	margin-bottom: 0 !important;
}
}

@media(max-width:1200px){

#child-crm-time-slots li {
	flex: fit-content;
}
}
/*---END SCHEDULER---*/

.gform_wrapper .gsection {
	border-bottom-width: 0px !important;
}
.ui-datepicker-title select, .ui-datepicker-calendar th span {
	font-size: 12px !important;
}
.gsection_title {
	margin-bottom: 0 !important;
}
.bullets ul{
  margin-left: -23px !important;
}
.gform_button.button a:active {
  background-color: #1888BD!important;
	border-color: #1888BD!important;
}
#input_21_13, #input_21_21 {
	background-color: #fff;
	border-radius: 4px;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100% !important;
}
.gsection_title {
	margin-top: 0 !important;
}
.gform_wrapper .gsection {
	margin-bottom: 0px !important;
}
#gform_submit_button_21:hover, #gform_submit_button_9:hover  {
	background-color: #9ABBDD !important;
}
#gform_submit_button_21,
#gform_submit_button_9{
	background-color: #81AAD4 !important;
}
.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
	margin-left: -30.2px !important;
}
.gform_required_legend { display:none; }
.gravity-theme.ui-datepicker .ui-datepicker-calendar td {
	font-size: 1.2rem!important;
}

/* location pages left right padding css */
.single-wpseo_locations .container .row .fl-content.fl-content-left.col-md-8{
  padding-left: 10px !important;
	padding-right:10px !important;
}
/*---Location CPT page css--*/
.single-wpseo_locations div#fl-main-content .fl-sidebar,.single-wpseo_locations div#fl-main-content header.fl-post-header, .single-wpseo_locations .fl-post-meta.fl-post-meta-bottom, .single-wpseo_locations nav#breadcrumbs, .single-wpseo_locations .aiosrs-rating-wrap, .aiosrs-rating-wrap, .gform_required_legend {
	display: none! important;
}
.single-wpseo_locations  .container {
    	padding: 0;
    	overflow-x: hidden;
 }
.single-wpseo_locations  .container,   .single-wpseo_locations div#fl-main-content .fl-content-left{
 	width: 100% !important;
	max-width: 100% !important;
  	margin: 0 ! important;
}
  .single-wpseo_locations div#fl-main-content .fl-content-left {
    	border-right: 0px solid #e6e6e6;
    	padding-right: 0;
    	flex: 0 0 100%;
	}

.main-locations a, .main-locations a:hover {
	color: #65A7BC !important;
}
.main-location-page .fl-button, .accreditation-page .fl-button{
background-color:#65A7BC !important; 
}
.main-location-page .fl-button:hover, .accreditation-page .fl-button:hover{
background-color:#84B9C9 !important; 
}
.main-div br {
    display: none !important;
}
/*Setting a max width for the Our Mission and Programs row on small devices*/
@media(max-width: 767px)
{
    .our-mission .margin-auto, .programs-small .fl-col-small .fl-col-content
    {
			max-width: 500px;
			margin-left: auto;
			margin-right: auto;
			float:unset;
    }
}

@media only screen and (max-width: 641px) {
  #gform_submit_button_21 {
    line-height: 2;
    min-height: 32px;
    width: 100% !important;
  }
	#gform_submit_button_9 {
	width: 100% !important;
	line-height: 28px !important;
	margin-bottom: 0 !important;
}
}