.covid19-close {
	display: none !important;
}
.section.fb-grid-a-accordion .featuredblocks-grid-a .featuredblock__content {
    display: block;
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__content li {
    color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__content li {
    list-style: auto;
    margin-left: 50px;
}
.featuredblocks-grid-a .featuredblocks .featuredblock__image {
    width: 100px;
    height: 100px;
}

.blog__post-single-item .col-sm-12.col-md-4.d-none.d-lg-block,
.blog__post-single-item .col-sm-12.col-md-3.d-md-block.d-lg-none,
ul.blog-post__info.blog-singlepost__info {
    display: none !important;
}

.blog__post-single-item .col-sm-12.col-md-8.d-none.d-lg-block.blog-post__text-wrapper {
    flex: 100%;
    max-width: 100%;
}

 

img.fr-fic.fr-dii, img.fr-fic.fr-dib {
    width: 100%;
    display: block;
}
 
body {
    background: url(https://mysites.therapysites.com/0081884/storage/app/media/shutterstock_1906728094.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrap__page-content ul,
.wrap__page-content ol,
.wrap__editable ul,
.wrap__editable ol,
.wrap__editable-content ul,
.wrap__editable-content ol,
.staff-member ul,
.staff-member ol,
.editable ul,
.editable ol,
.form ul,
.form ol {
    clear: none;
}

.editable ul+*,
.editable ol+*,
.editable__container ul+*,
.editable__container ol+* {
    clear: none;
}
h3.component__title.socialmedia__title {
    font-size: 1.75rem;
    font-weight: 400;
}
/*--logo--*/
.wrap__logo-header--inner .logo__link .logo__summary .logo__title {
    font-size: 2em;
}


/*--slider--*/
.wrap__slider--inner .slider__title {
    font-size: 30px;
}


/*--contact form---*/
.wrap__contact {
    background: linear-gradient(0deg, white 50px, white 50px, #21253a 50px, #474f7a 100%);
    padding: 50px 100px 100px;
}

.form__title {
    padding: 10px 0;
    color: #fff;
}

.form .leadFormInfo {
    color: #fff;
}

/* blog */
.btn-blog {
    background-color: #66B1B1;
    color: white !important;
    padding: 2%;
    border: solid 2px;
    font-weight: 700 !important;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
}
.btn-blog:hover {
    background-color: white;
    color: #66B1B1 !important;
    padding: 2%;
    border: solid 2px;
      text-decoration: none;
}
.c-takeway {
    border: dashed #66B1B1;
    background-color: #F4E9E6;
    padding: 2%;
}

/* end */

/************************* POPUP MODAL ******************************/

#parent_popup{
background-color: rgba(0, 0, 0, 0.8);
display: none;
position: fixed;
z-index: 99999;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

#popup{
background: #fff;
width: 500px;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border: 10px solid #ddd;
position: relative;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.close{
    background-color: #fff;
    border: 2px solid #ffffff;
height: 24px;
line-height: 24px;
position: absolute;
right: -24px;
cursor: pointer;
font-weight: bold;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 0.9);
font-size: 14px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
top: -24px;
width: 24px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;

}
div#popup img {
    width: 100%;
}
.close:hover{
    background-color: rgb(255 255 255 / 80%);
}

/*--map and hours --*/
.wrap__map-hours-section {
    background-color: rgba(255, 255, 255, .5);
}
  
/* MAP */

.map-a .map__wrap {
    z-index: 9;
}


     .tel, .mapp, .mail, .fax {
        line-height: 1.2;
        padding: 5px 0px;
        font-size: 16px;
        display: block;
        color: #111;
    }
   .tel a, .mail a, .mapp span {
    color: #111;
    word-break: break-word;
}
    .phone, .marker, .message, .faxx, .email {
        margin-left: 10px;
        font-size: 20px !important;
        height: 25px;
        vertical-align: middle;
        margin-right: 5px;
        color: #111;
    }

    a[href^="tel"], a[href^="fax"] {
        cursor: pointer;
        pointer-events: auto;
    }
 .mapp, .tel, .mail, .fax {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}


 /*  RESPONSIVE GRID  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 1%;
    border-right: none;
    border-left: none;
    background: none;
}

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {width: 100%;}
.span_1_of_2 {width: 48.5%;}
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.33%; }
.span_1_of_3 { width: 31.66%; }
/*  GRID OF FOUR  */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 73.75%; }
.span_2_of_4 { width: 48.5%; }
.span_1_of_4 { width: 23.25%; }
/*  GRID OF FIVE  */
.span_5_of_5 { width: 100%; }
.span_4_of_5 { width: 78.8%; }
.span_3_of_5 { width: 58.6%; }
.span_2_of_5 { width: 38.4%; }
.span_1_of_5 { width: 18.2%; }
/*  GRID OF SIX  */
.span_6_of_6 { width: 100%; }
.span_5_of_6 { width: 82.06%; }
.span_4_of_6 { width: 65.13%; }
.span_3_of_6 { width: 48.2%; }
.span_2_of_6 { width: 31.26%; }
.span_1_of_6 { width: 14.33%; }
/*  GRID OF SEVEN  */
.span_7_of_7 { width: 100%; }
.span_6_of_7 { width: 85.48%; }
.span_5_of_7 { width: 70.97%; }
.span_4_of_7 { width: 56.45%; }
.span_3_of_7 { width: 41.94%;  }
.span_2_of_7 { width: 27.42%; }
.span_1_of_7 { width: 12.91%; }


/*  MEDIA QUERIES */

@media only screen and (min-width: 1px) {
 .hidden--s {
    display: block !important;
}   
}

@media only screen and (max-width: 768px) {
	.col { 	margin: 1% 0 1% 0%;	}
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.span_1_of_6, .span_2_of_6, .span_3_fo_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
}
  



@media (min-width: 1199px){
.map-a .map__container {
    max-width: 1470px;
}
}

@media only screen and (min-width: 991px) {
 
}

@media only screen and (min-width: 992px) {
.map__col {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}
 
.banner-inner .flexslider .slides img {
    height: 500px;
    object-fit: cover;
    object-position: top;
}

}

@media only screen and (max-width: 990px) {
    .map-a .map__display {
    height: 450px !important;
}
.ple-column-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}
.editable__container--inner picture, .editable__container--inner img {
    float: unset !important;
}
div#id_0bf1590b-a192-5495-9b15-7763b9b8cc1e ,
.alias-partial-header-g{
    display: none;
}
}
 
@media only screen and (max-width: 520px) {
    #popup {
    width: 85%;
    }
}