/* FONTS */
@font-face {
    font-family: 'fajardo';
    src: url('https://mysites.therapysites.com/0056643/storage/app/media/James_Fajardo.ttf');
} 

 @font-face {
    font-family: 'gillsans-light';
     src: url('https://mysites.therapysites.com/0056643/storage/app/media/GillSans-Light.ttf');
}

/* HEADER */
/* LOGO TITLE */
.wrap__logoHeader {
  
    padding: 5px 0 !important;
}    
.wrap__logoHeader .logo__title {
    font-family: fajardo;
    color: #A6D265;
    font-size: 50pt;
    margin: 0px 0px -9px;
}
.wrap__logoHeader {
max-width: 100% !important;
padding: 0px 0 !important;
}
.logo__description {
    font-size: 18pt;
    font-weight: normal;    
    padding-bottom: 4px;
   
}
/* SECOND LINE */
.description2{
    font-size: 13pt;
    font-weight:normal;
    color: white;  
   
}
.wrap__header--inner {
    padding: 20px 36px 0px;
 }
 
.cta a:hover{
    color:#A6D265!important;
}
/* SLOGAN */
.slideshow__section .slogan__block {
    background: #787878;   
 }
 
.image_slogan_block__container .image img{
    width: 100% !important;
    height: 100% !important;
 }

  .slogan-text-1 {
    font-family: gillsans-light;
    font-size: 50pt;
    margin: 0;
    line-height: 1;  
 }
  .slogan-text-2 {
    font-family: 'gillsans-light';
    font-size: 14pt;
    margin: 0px 15px -5px 0;
    line-height: 0.3;
    letter-spacing: 0px;
  }
 .slogan-text-3 {
    font-family: 'gillsans-light';
    font-size: 30pt;
    margin: 0;
    line-height: 1.4;
  }


/* SIDEBAR */
/* bullet color - navigation bar */
.navigation .mm-panels > .mm-panel .mm-listview > li > a:not(.mm-next):not(.mm-arrow):before, .navigation .mm-panels > .mm-panel .mm-listview > li > span:not(.mm-next):not(.mm-arrow):before {
     color: #246705; /*green*/
}
/* SIDE BAR BACKGROUND COLOR */
.sidebar-holder {
    background: #A6D265;
}
.sidebar-text{
    text-align:center;
}
.sidebar-text h4{
    font-weight:bold;
    color: #246705;
}
.sidebar a{
    text-decoration: none;
    color: black;
}
/*IF TEXT IS UNDER THE IMAGE*/
.editable__container--inner {
    z-index: 1!important;
}

.location__phone::before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}
.location__address::before{
    content: "\f041";
    font-family: FontAwesome;
    padding-right: 5px;
}

.location__fax::before {
    content: "\f1ac";
    font-family: FontAwesome;
    padding-right: 5px;
}

.location__email::before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 5px;
}

/* BODY */
/* HEADER PAGE CONTENT */
.wrap__page-content h1, .page__title {
    font-family: fajardo;
    font-size: 41pt;
	color: #2E7106;
	margin: 0;
}

/* UNORDERED LIST */
.custom_list-style li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}
/* IMAGE */
.image-left {
width: 20%;
height: 15%;
float: left;
clear: left;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
 /*Links*/
 .content-holder a {
color: #2e7105;
text-decoration: none;}

.content-holder a.cta__button {
color: #fff;
}
#redtext{
    color:red;
}
.payment{
    
width: 20%;
}

/* SCHEDULE APPOINTMENT FOOTER */
.wrap__ctaBody .cta_block .cta__title {
    color: black;
 }
/* RESPONSICE*/
@media only screen and (max-width: 1024px) {

    .logo .logo__title {
       padding-top: 10px;
       line-height: 0.7;    
       margin: 0px 0px 5px;
    }
    .logo .logo__description {
       font-size: 20px;
       padding-bottom: 2px; 
    } 
        
    .wrap__text-block .wrap__text-block--inner {
        padding: 30px 20px 0;
    }
    
    .wrap__header--inner {
        padding: 10px 0px 0px;
    }
    
    .copyright__list li {
        display: block;
        text-align: center;
    }
    
    h4{
        padding-top: 12px;
    }

}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 425px) {
    .image-left {
width: 40%;
float: none;
margin: 0 auto;
display: block;
}
   .logo .logo__title {
       font-size:31pt;
    }
  .wrap__logoHeader .logo__description {
    font-size: 15px;
    padding-bottom: 2px !important;
}
.description2 {
    font-size: 10pt;
}
.description p{
    margin: 0 0 0px !important;
}
.wrap__page-content h1, .page__title {
   
    font-size: 38pt;
  
}
    .copyright__list li {
        display: block;
        text-align: center;
    }

    
    .wrap__logoHeader .logo__description {
        font-size: 15px;
        padding-bottom: 15px;
    }
    
    h4{
        padding-top: 12px;
    }
}
