/*
Theme Name:     GOTB Child Theme
Theme URI:      https://geeksonthebeach.ca
Description:    GOTB Master
Author:         Geeks On The Beach
Author URI:     https://geeksonthebeach.ca
Template: Divi
Version:        4.0
*/
/* This file was modified 2020-05-06 by Aspen Grove Studios to customize metadata in header comment */

/* =Theme customization starts here
------------------------------------------------------- */

/**
 * 1. general styles
 *  a. Gravity contact form
 * 2. Header
 * 3. Nav Menu
 * 4. Content
 * 5. Footer
 * 6.  additional-[page name]
**/

.dvmd_table_maker_1 .dvmd_tm_tdata.dvmd_tm_row_odd {
    filter:none !important;
    background: #fff;
}
.franchise_page_menu {
    z-index: 4 !important;
}
#desktopmenu .menu-item-has-children li {
    position: relative;
}
#desktopmenu .menu-item-has-children .sub-menu ul {
    padding-left: 0px;
    top: 20px;
    left: 0px;
	display: grid;
}
#desktopmenu .menu-item-has-children .sub-menu ul li a {
    width: 300px;
}
/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
}

/* ------------- 1. general styles ------------- */

/* ------------- a. Gravity contact form ------------- */

.gform_wrapper ul.gform_fields li {
    list-style: none;
}

.gform_wrapper ul.gform_fields {
    padding-left: 0 !important;
}

.gform_wrapper .hidden_label label {
    display: none;
}

@media only screen and (min-width: 641px){
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin: 2px 0 0 0!important;
}}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 2px;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea,
.gform_wrapper select {
    border-radius: 0px !important;
    background-color: #f4f5f6;
    color: #000000;
font-family: 'Acumin Pro',Helvetica,Arial,Lucida,sans-serif;
    border: 0;
    padding: 12px 10px 10px !important;
font-size:15px!important;
}
.gfield_consent_label {    margin-top: 8px;
    font-size: 14px!important;
    line-height: 1.2em!important;
}
.gform_legacy_markup_wrapper .top_label .gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
    line-height: 1.2em;
    font-size: 15px;
    font-weight: 500;
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
    color: #000000;
font-family: 'Acumin Pro',Helvetica,Arial,Lucida,sans-serif;
}
.gform_wrapper .gform_footer {
    text-align: right;
}

.gform_wrapper input[type=submit] {
    border: 0;
    background-color: #DF1E35;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transition-duration: .3s;
    border-radius: 0px;
    padding: 0.3em 1em;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
}

.gform_wrapper input[type=submit]:hover {
    padding-right: 1em!important;
    padding-left: 1em!important;
}

/* grow icons effect */
.mp_m_blurb_grow:hover .et_pb_image_wrap {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.mp_m_blurb_grow:hover .et_pb_image_wrap {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}


/* ------------- 4. Content ------------- */

/* ------------- 6. additional-[page name] ------------- */

#testi .dsm_card_carousel_child dsm_card_carousel_child_2 h5 .swiper-slide swiper-slide-visible h5 .swiper-slide-prev h5 {color:#ccc!important;}

#testi .dsm_card_carousel_child_2.dsm_card_carousel_child .dsm_card_carousel_child_description {
    color: #E0E1E2!important;
}

#testi .swiper-slide-prev h5, #testi .swiper-slide-prev .dsm_card_carousel_child_description, .swiper-slide-next h5, #testi .swiper-slide-next .dsm_card_carousel_child_description {
    color: #E0E1E2!important;
}
.hover-link {
    display: inline-block;
    color: #df1e35;
    text-decoration: none;}
.hover-link:hover {text-decoration: underline;}
.hover-link-location{text-decoration: none;}
.hover-link-location:hover {text-decoration: underline;}

@media (min-width: 768px) and (max-width: 980px) {
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
        display: flex!important;
    }
.lwp-hide-mobile-menu .et_mobile_nav_menu {
        display: none;
    }}

@media only screen and (max-width: 768px){
.lwp-hide-mobile-menu .et_pb_menu ul li a {
    text-align: center!important;
}}

@media only screen and (max-width: 767px) {
.et_pb_menu_0.et_pb_menu ul li.current-menu-item a {
    color: #ffffff!important;
}}

@media (min-width: 768px) and (max-width: 980px) {
.header-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.header-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
        display: flex!important;
    }
.header-hide-mobile-menu .et_mobile_nav_menu {
        display: none;
    }}


.et_mobile_menu li a:hover {
    background-color: transparent;
}
.et_pb_toggle_title:before {
   content: "\33";
   transition: all .3s ease-in-out;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\33";
   transform: rotate(180deg);
}
ul.et_pb_tabs_controls {
    background-color: #fff;
}
.box-style-title h4 {
font-family: acumin-pro-extra-condensed, sans-serif!important; font-style: normal; font-weight: 400; color:#dd1f36!important; }

@media only screen and (max-width: 980px) {
.two-columns .et_pb_column {
width: 50%!important;
    }}

@media only screen and (max-width: 980px) {
    .three-columns .et_pb_column {
    width: 33%!important;
}}

#wpsl-radius label {
    width: auto!important;
}

 #wpsl-search-wrap input {
    border: 1px solid #ececec;
    border-radius: 0px;
}
.wpsl-dropdown {
    border: 1px solid #ececec;
    border-radius: 0px;
}

#wpsl-search-wrap div label {
    float: left;
    margin-right: 10px;
    line-height: 38px;
}

#wpsl-search-btn {
        color: #DF1E35!important;
    border-width: 1px!important;
    border-radius: 0px;
    font-size: 13px;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #FFFFFF;
margin-top: 1px;
    border: 1px solid #df1e35!important;
       padding: 8px 20px 7px;
    background-image: none;
    box-shadow:none;
}
#wpsl-search-btn:hover {
        color: #fff!important;
    border-width: 1px!important;
    border-radius: 0px;
    font-size: 13px;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #DF1E35;
margin-top: 1px;
    border: 1px solid #df1e35!important;
       padding: 8px 20px 7px;
    background-image: none;
}
}
.wpsl-search {
    background: #f4f5f6;
}
@media all and (max-width: 980px) {
.wpsl-search {
    padding: 12px 12px 12px 12px;
    background: #f4f5f6;
}
.main_box h2 {
font-size: 44px !important;
	font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif; color: #DF1E35!important;line-height: 1.1em;text-align: center; margin-bottom: 18px;
}
}

@media all and (max-width: 767px) {
.main_box h2 {
font-size: 34px !important; font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif; color: #DF1E35!important;line-height: 1.1em;text-align: center; margin-bottom: 18px;
}
.main_box span.et_pb_image_wrap img {
		height: 186px;
		object-fit: cover;
	}
}


.wpsl-store-location strong {
    line-height: 1em;
    font-weight: 500;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif;
}

.wpsl-store-location p {
    margin: 0;
    padding-bottom: 0em;
}

#wpsl-result-list li p {
    margin: 0 0 5px 0;
    line-height: 1.4em;
}

#wpsl-result-list a:hover {
text-decoration: underline;
}

.wpsl-contact-details strong {font-family: 'Acumin Pro',Helvetica,Arial,Lucida,sans-serif;}

div.healcode.appointments a.hc-button {
    /* margin: 0 .5em .5em 0; */
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    padding: 10px 15px;
    background-color: #df1e35;
}
div.list_view div.filters select, div.list_view div.pre-filters select {
    width: 100%;
    padding: 10px;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}
div.healcode.appointments a.hc-button:hover {
    transform: scaleX(1.06) scaleY(1.06)!important;
    color: #fff !important;
}

.phone_email span.fox_email {
    display: block;
}
.phone_email span a:hover{
    text-decoration:underline;
}
.phone_email span a {
    color: #df1e35;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.4em;
} 

@media all and (min-width: 980px) {
.blog-slider-home .et-pb-controllers {
    text-align: left;
    padding-left: 230px;
}
.blog-slider-home .et_pb_slide_description{
max-width:500px;
float:left;}

}

div#old-menu {
	display: none;
}
body #page-container .et_pb_section .et_pb_button_0, body #page-container .et_pb_section .et_pb_button_0:hover {
	padding-right: 1em!important;
	padding-left: 1em!important;
}
.et_pb_button_1_wrapper .et_pb_button_1, .et_pb_button_1_wrapper .et_pb_button_1:hover {
	padding-top: 6px!important;
}
.et_pb_button_1_wrapper a:hover {
	transform: scaleX(1.06) scaleY(1.06)!important;
}
.et_pb_button_0_wrapper a:hover {
	transform: scaleX(1.06) scaleY(1.06)!important;
}
a.et_pb_button.et_pb_custom_button_icon.et_pb_button_1.et_pb_bg_layout_light {
	color: #000000!important;
    text-transform:uppercase;
	border-width: 0px!important;
	border-radius: 0px;
	letter-spacing: 0.2px;
	font-size: 14px;
	font-family: 'Acumin Pro',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 600!important;
	text-decoration: underline!important;
	padding-right: 2em;
	padding-left: 20px;
	background-color: RGBA(0,0,0,0);
}
.pa-inline-buttons .et_pb_button_module_wrapper {
	display: inline-block;
}
a.et_pb_button.et_pb_custom_button_icon.et_pb_button_1.et_pb_bg_layout_light:after {
	color: #000000;
	line-height: inherit;
	font-size: inherit!important;
	opacity: 1;
	margin-left: .3em;
	left: auto;
}
.main_box {
    padding: 20px 0 0px 0px !important;
}
.tel-link {
margin-bottom:-10px;
}
.main_box h2{
	font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif;font-size: 58px;color: #DF1E35!important;line-height: 1.1em;text-align: center; margin-bottom: 18px;
}
.layout_box{
	background-color: #F4F5F6;position: relative;padding-right: 20px!important;padding-bottom: 20px!important;padding-left: 20px!important;margin-bottom: -1px!important;
}
.btn_1{
	margin-bottom: 10px!important;margin-left: 20px!important;transition: transform 300ms ease 0ms;
}
.btn_1 a{
	border-width: 0px!important;border-radius: 0px;letter-spacing: 0px;font-size: 13px;font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;text-transform: uppercase!important;background-color: #df1e35;
}
.book_btn{
	color: #ffffff;
	transition-duration: 0.2s;
	padding: 0.4em 1em 0.2em;
}
.book_btn:hover {
	transform: scaleX(1.06) scaleY(1.06)!important;
	background-color: #df1e35;
}
 
.bk_btn {
    display: flex;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    float: left;
    align-content: center;
} 
.bk_btn111div {
	width: 50%;
}
.bk_btn .btn_3 {
	float: left;
	text-align: left;
}

.et_pb_button_module_wrapper.et_pb_module.et_had_animation.btn_3 a {
    padding-left: 20px;
}
.et_pb_button_module_wrapper.et_pb_module.et_had_animation.btn_2 a {
    text-align: right;
    float: right;
    padding-right: 40px;
        font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
}

.pum-content.popmake-content {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.select_locat p {
    color: #000;
    font-weight: 700;
    font-size: 38px;
	font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif;
	letter-spacing: 0.3px;
	    padding-bottom: 0.4em;
}
.select_locat {
    text-align: center;
}
.book_btn_1 {
        font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #DF1E35;
	padding: 0 6px;
	text-decoration: underline;
	    text-underline-offset: 5px;
}

.select_locat h3 {
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
}
.dropbtn {
  background-color: transparent;
  border: none;
}
/* Handle on hover */
div#myDropdown::-webkit-scrollbar-thumb:hover, div#myDropdown2::-webkit-scrollbar-thumb:hover, div#myDropdown3::-webkit-scrollbar-thumb:hover {
  background: #efefef8e8; 
}

div#myDropdown::-webkit-scrollbar, div#myDropdown2::-webkit-scrollbar, div#myDropdown3::-webkit-scrollbar {
  width: 5px;
}
 
div#myDropdown::-webkit-scrollbar-track, div#myDropdown2::-webkit-scrollbar-track, div#myDropdown3::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #5f5f5fad;
}
 
div#myDropdown::-webkit-scrollbar-thumb, div#myDropdown2::-webkit-scrollbar-thumb, div#myDropdown3::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 2px solid #000;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
}
div#myDropdown, div#myDropdown2, div#myDropdown3 {
    text-align: center;
    left: 0%;
    width: 100%;
    height: 220px;
    overflow-y: scroll;
    background: #fff;
        padding: 10px 0px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;  
  width: auto;
  margin: 0 auto;
  z-index: 1;
  
}
div#myDropdown a:hover, div#myDropdown2 a:hover, div#myDropdown3 a:hover {
    color: #df1e35;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 7px 20px;
  text-decoration: none;
  display: block;
	font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif;
	display: block;
line-height: 22px;
    font-size: 26px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: transparent;
    outline: none;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

@media (min-width: 768px) {
	.main_box.et_pb_gutters2 .et_pb_column_1_5, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
		width: 320px;
	}
	.main_box span.et_pb_image_wrap img {
		height: 186px;
		object-fit: cover;
	}
	.main_box .et_pb_module.et_pb_text.et_pb_text_6.et_pb_text_align_left.et_pb_bg_layout_light {
		height: 148px;
	}
	.main_box .et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 980px){
	.main_box .et_pb_button_module_wrapper.et_pb_module.et_had_animation.btn_2 {
		text-align: right;
		float: right;
	}
	div#myDropdown {
		position: absolute;
		text-align: center;
		left: 20%;
	}
	.select_locat p {
		font-size: 22px;
	}
	.book_btn_1 {
		font-size: 24px;
	}
	.pum-content.popmake-content {top:38%;    width: 80%;
	}
	.select_locat h3 {
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
}
	.pum-theme-244518 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {font-size: 14px!important; font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
letter-spacing: 0.6px!important; padding: 12px!important;}
div#myDropdown {
    left: 0;
    width: 100%;
    height: 170px;
    padding: 10px 10px;
}
.dropdown-content a {
    padding: 7px 20px;
    line-height: 20px;
    font-size: 20px;
}
}
@media (min-width: 1134px){
	.view_port_center{
		flex-wrap: wrap;
		justify-content: center;
		display: grid;
		grid-template-columns: 0fr 0fr 0fr;
		grid-gap: 10px 0em;
	}
}
@media (max-width: 1133px){
	.view_port_center{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.et_pb_section et_pb_section_3 et_section_regular main_box {padding: 0px 0;}

.pum-close .popmake-close {font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif;
letter-spacing: 0.6px;}

.pum-theme-244525 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    color: #ffffff!important;
}


@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 731px;
  overflow: hidden;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 500px!important;
  width: 100%;
}
/**
 * Photo
 */
.slick-list .photo {
  background-size: cover;
  background-position:center;
  min-height:500px !important; 
}
.header_btn_section1 > div:nth-child(1) {
    max-width: 130px;
    float: right;
    width: 100%;
}

.header-cta-btn a:last-child {
    display: inline-block;
    transition: transform 300ms ease 0ms;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #df1e35;
    color: #fff;
    padding: 11px 14px 9px;
    line-height: 18px;
}

.header-cta-btn a:first-child {
    display: inline-block;
    transition: transform 300ms ease 0ms;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #F4F5F6;
    color: #000000;
    padding: 11px 14px 9px;
    line-height: 18px;
        margin-right: 3px;
}
.header-cta-btn a:nth-child(2) {
    display: inline-block;
    transition: transform 300ms ease 0ms;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #000000;
    color: #ffffff;
    padding: 11px 14px 9px;
    line-height: 18px;
        margin-right: 3px;
}
.header-cta-btn a:hover, .et_pb_social_media_follow li:hover {
transform: scale(1.1);
transition: all .2s ease-in-out;
}

.header-cta-btn {
    text-align: right;
    margin-left: -120px;
}

.header-cta-btn .shop_now_cta a {
    background-color: #fff!important;
    color: blue!important;
}

@media all and (min-width: 1505px) {
.slick-slide {
  min-height: 650px!important;
}
.slick-list .photo {
  min-height: 650px!important;
}
.slick-track {
    height: 652px;
}
}
@media all and (min-width: 1705px) {
.slick-track {
    height: 752px;
}
}

@media all and (min-width: 980px) and (max-width: 1030px) {
.header-cta-btn a:first-child, .header-cta-btn a:nth-child(2), .header-cta-btn a:last-child {
  padding: 11px 10px 9px;
  font-size: 14px;
}
@media all and (min-width: 1350px) and (max-width: 1506px) {
.slick-slide {
  min-height: 550px!important;
}
.slick-list .photo {
  min-height: 550px!important;
}
}
@media all and (min-width: 980px) and (max-width: 1300px) {
.slick-slide {
  min-height: 500px!important;
}
.slick-list .photo {
  min-height: 500px!important;
}
}
@media all and (max-width: 980px) {
.slick-slide {
  min-height: 350px!important;
}
.slick-list .photo {
  min-height: 350px!important;
}
}
@media all and (max-width: 767px) {
.slick-slide {
  min-height: 250px!important;
}
.slick-list .photo {
  min-height: 250px!important;
}
}
@media all and (max-width: 479px) {
.slick-slide {
  min-height: 200px!important;
}
.slick-list .photo {
  min-height: 200px!important;
}
}
.slick-slide:focus, .slick-slide:hover {
  outline: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-prev {
  left: 10px !important;
  z-index: 1;
}

[dir=rtl] .slick-prev {
  right: 0;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 10px !important;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
display:none!important;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
div#location_slider {
    margin-top: -146px !important;
}
.et_pb_section.et_pb_section_0_tb_body.et_section_regular {
    display: none;
}
.photo.is-animating {
  animation: scale 5s ease-in-out forwards;
}
.photo:before {
  content: "";
  display: block;
}
.photo * > {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slick-prev:before, .slick-next:before{
	font-size: 50px !important;
}
body.single-locations .slick-next {
    right: 42px !important;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1) rotate(0.01deg);
  }
}
/**
 * Wrapper
 */
.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 45em;
  width: 90%;
}

a.fx-map_link {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif;
    color: #DF1E35!important;
}
.slick-slider{
  display: none;
}
.slick-slider.slick-initialized{
  display: block;
} 
@media (max-width:768px){
	.slick-prev:before, .slick-next:before{
		font-size:30px !important;
	} 
}

.main_box .et_pb_module.et_pb_text.et_pb_text_6.et_pb_text_align_left.et_pb_bg_layout_light p  {
    padding-bottom: 0.3em!important;
    font-size: 15px;
    line-height: 1.5em;
}
.main_box .et_pb_column_1, .et_pb_column_5 {
    padding-right: 0!important;
    padding-left: 0!important;
}

.main_box p.et_pb_text a, .main_box .et_pb_text_0.et_pb_text a, .main_box .et_pb_text_1.et_pb_text a, .main_box .et_pb_text_2.et_pb_text a, .main_box .et_pb_text_4.et_pb_text a, .main_box .et_pb_text_5.et_pb_text a, .main_box .et_pb_text_6.et_pb_text a {
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: right;
    color: #000000!important;
 font-family: 'Acumin Pro',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 500!important;
    text-decoration-color:#cacaca!important;
}
.main_box .et_pb_text h4 a, .main_box .et_pb_text_6.et_pb_text h4 a {
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0px;
    text-align: right;
    color: #df1e36!important;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
}

/*place button modules next to each other in the same column*/
.fox-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

/* tooltip services - tables */
.tooltip {
    position: absolute!important;
    border-bottom: 1px dashed #000!important;
    z-index: 1!important;
	margin-top: -10px!important;
}

.tooltip:before {
  content: attr(data-text); /* here's the magic */
  position:absolute!important;
 /* vertically center */
  top:50%;
  transform:translateY(-50%);
 /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
 /* basic styles */
  width:300px;
  padding:10px;
  border-radius:0px;
  background:#fff;
    color: #000;
    font-size: 13px;
    line-height: 1.2em;
    text-align: left;
    box-shadow: 0px 8px 10px rgb(2 2 2 / 11%);
    border: 1px solid #000;
  display:none; /* hide by default */
}
.tooltip:hover:before {
  display:block;
}

@media (max-width:768px){
    .tooltip:before {
        top: 80px!important;
        left: 0;
        margin-left: 0;
        width: 250px!important;
        box-shadow: 0px 8px 10px rgb(2 2 2 / 11%);
    }
    .tooltip:before {max-width: 250px;top:82px !important;}
    span.tooltip {     z-index: 99 !important; }
    
    .tooltip-40:before {
       top: 82px !important;
       left: 0 !important;
       margin-left: 0 !important;
       width: 250px !important;
    }
 
}

/* tooltip-40 services - tables */
.tooltip-40 {
    position: absolute!important;
    border-bottom: 1px dashed #000!important;
    z-index: 2!important;
	margin-top: -10px!important;
}

.tooltip-40:before {
  content: attr(data-text); /* here's the magic */
  position:absolute!important;
 /* vertically center */
  top:50%;
  transform:translateY(-50%);
 /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
 /* basic styles */
  width:300px;
  padding:10px;
  border-radius:0px;
  background:#fff;
    color: #000;
    font-size: 13px;
    line-height: 1.2em;
    text-align: left;
    box-shadow: 0px 8px 10px rgb(2 2 2 / 11%);
    border: 1px solid #000;
  display:none; /* hide by default */
}
.tooltip-40:hover:before {
  display:block;
}

#covid-19 h4 a:hover{ border-bottom:2px solid;}

/* body .et_pb_button .button-banner-1 { color: #FFFFFF!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 16px;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #DF1E35!important;
    padding-top: 10px!important;
    padding-right: 35px!important;
    padding-bottom: 7px!important;
    padding-left: 20px!important;
}
    
   body .et_pb_button .button-banner-2 { color: #000000!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 16px;
    font-family: 'Galano Grotesque Heavy',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #F4F5F6!important;
        padding-top: 10px!important;
    padding-right: 35px!important;
    padding-bottom: 7px!important;
    padding-left: 20px!important;
    } */
    
    /* icon next to find your nearest foxy box - top bar */
.wp-image-247002 {
	position:relative;
	top:2px;
	margin-right:5px;
}
.wp-image-247023 {
	position:relative;
top: 1px;
    margin-right: 6px;
}

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}
.free-g:hover {
text-decoration:underline;
}
#desktopmenu .menu-item-has-children .sub-menu li a:hover { 
    background-color:#F4F5F6;
    text-decoration: underline 1px;
    text-underline-offset: 3px;
}

#desktopmenu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li.menu-item a {
    line-height: 0;
}

#desktopmenu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    position: relative;
    top: 0;
    padding: 0;
}

#desktopmenu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu li a {
    line-height: 30px;
}

#desktopmenu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu::before {width: auto;}

#desktopmenu .menu-item-has-children .sub-menu .menu-item-has-children {
    transition: 40s ease-out;
    transition: 0.5s ease-in-out;
}
.serv img {
  margin-right: 5px;
  top: 1px;
  position:relative;
  }