/* 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: 52pt;
    margin: 0px 0px 0px;
}
/* ICON HEADER HOVER */
.cta a:hover{
    color:#A6D252!important;
}
.wrap__logoHeader {
max-width: 100% !important;
}
/************* BANNER ********************/
.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;
}
/*FOR NOT ALIGNED NAVIGATION MENU */
.navigation .mm-panels > .mm-panel .mm-listview > li > a:not(.mm-next):not(.mm-arrow), .navigation .mm-panels > .mm-panel .mm-listview > li > span:not(.mm-next):not(.mm-arrow) {
    display: flex;}

/********* BODY ************/
/* IMAGE */
.image-right {
float: right;
clear: right;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

/* IMAGE */
.image-left {
float: left;
clear: left;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.image-size{
    width:20%;
}
table, tr, td {
    border: none;
}

/* 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;
}

/* ORDERED LIST */
.custom_list-style-ol li{
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}
.custom_indent{
    text-indent: -1.3em;
    padding-left: 2.5em;
}
    
/* SCHEDULE APPOINTMENT FOOTER */
.wrap__ctaBody .cta_block .cta__title {
    color: black;
 }
 .content-holder a.cta__button {
    color: #fff !important;
}

 /*Links*/
 .content-holder a {
color: #2e7105;
text-decoration: none;}
    
#red-text{
    color:red;
}
 
/* CHANGING SIZE OF FORMS */
form input, form label, form select, form textarea {
    width: 50%;
}   

  /*Hot topic page*/
#hot-topics .docheadline{
  font-family: Tahoma;font-size: 12px; text-decoration: none; font-weight: bold; color: #2e7105
  } 
#hot-topics .docsummary{
  font-family: Tahoma;font-size: 12px;
  } 
#hot-topics .docseperator{ 
  height: 3px; margin: 6px 0px 6px 0px; border-bottom: 1px solid #eeeeee;
  }
#hot-topics .docNewsLogo { 
  font-family: Tahoma; font-size: 10px; align: right;
  } 
#hot-topics .page-title {
  display: block !important;
}
/**** RESPONSIVE****/
@media only screen and (max-width: 1024px) {
    .logo .logo__title {
       padding-top: 10px;
       line-height: 0.7; 
    }
    
    .logo .logo__description {
       font-size: 20px;
       padding-bottom: 20px; 
    } 
        
    .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) {
    .logo .logo__title {
        font-size: 31pt;
    }
    
.wrap__page-content h1, .page__title {
       
    line-height: 0.8;
    font-size: 29pt;
    margin-bottom: 21px;}

    .wrap__logoHeader .logo__description {
        font-size: 15px;
        padding-bottom: 15px;
    }

    .image-left{
        width: 40%;
        float: none;
        margin: 0 auto;
        display: block;
        }
   
   .image-right{
    
        float: none;
        margin: 0 auto;
        display: block;
        }
        
    .wrap__map {
    margin: 0px 0 -68px;
}
