/*
Theme Name: Betheme Child for tccf.us
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template:	betheme
Version: 1.6.1.2
*/

/* Bootstrap Grid breakpoints */
/*  xs < 768px, sm >= 768px, md >= 992px, lg >= 1200px . */
/*  https://getbootstrap.com/docs/3.4/css/  */

/* last changes hopefully */
/* BB - Mar '25 */
#Footer ul.social li {
font-size: 25px;
}

#Top_bar .menu li ul li { 
    width: 235px;
}
nav#menu ul.sub-menu li {
    font-size: 15px;
}

.top-paypal-button img {
    max-width: 80%;
}

#Top_bar a.responsive-menu-toggle {
    right: 5%;
}

@media only screen and (max-width: 767px) {
  .mobile-header-mini #Top_bar a.responsive-menu-toggle {
      right: 5%;
      margin-top: 18.5px;
  }
  #Top_bar .container .one.column {
      height: 130px !important;
  }
}

@media only screen and (max-width: 949px) {
    .top-paypal-button {
        display: none !important;
    }
}

.responsive-menu-toggle .icon-menu-fine {
    background: #4054b2;
} 

#Side_slide {
    background-color: #4054B2;
}

/* end of last changes */

/*** TOP BAR AND MENU ***/
#Top_bar .logo {
  margin: 0 30px 0 90px;
  padding: 10px 0;
}
#Top_bar #logo img {
  max-height: 84%;
}

#Top_bar .menu_wrapper {
  padding: 7px 0 0 4%;
}

#Top_bar .container .one.column {
    height: 170px;
}

#Top_bar .menu > li > a, #Top_bar .top_bar_right a {
    color: #2C1B82;
}
#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a, #Top_bar .menu > li.current-menu-ancestor > a, #Top_bar .menu > li.current_page_ancestor > a {
  color: #13A04A;
}

.mcb-section .mcb-wrap .mcb-item-7a0tyn1a .mfn-header-menu li.mfn-menu-li ul.mfn-submenu li.mfn-menu-li a.mfn-menu-link:hover {
  color: #13A04A;
  background: #e3e3e3;
}

.mcb-section .mcb-wrap .mcb-item-7a0tyn1a .mfn-header-menu li.mfn-menu-li ul.mfn-submenu li.mfn-menu-li a.mfn-menu-link

#Top_bar .menu li ul li a {
  padding: 7px 10px;
}

#Top_bar .menu li ul {
  top: 65%;
}

/*** GENERAL STYLES ***/

.page-template-default #Content .the_content_wrapper {
  padding: 0 2.5% 2.5% 2.5%;
}
.a11y-responsive {
    display: none;
}
.subheader-both-left #Subheader .breadcrumbs {
	margin-bottom: 15px;
}

.tccf-heading {
  background-color: #4a4a4a;
  margin-bottom: 1px;
}

.tccf-white-text {
  color: white !important;
  font-weight: 500;
  text-align: center;
  margin: 15px 0 !important;
}

h2.tccf-white-text {
  text-align: left !important;
}

.tccf-size-slides img {
  width: 65%;
}
.tccf-location {
    background-color: black;
    border-radius: 75px;
    text-align: center;
    width: 125px;
    height: 125px;
    padding-top: 35px;
}
.tccf-location p {
    color: white;
}
.tccf-center {
 padding: 10px 0 0 0;
}
.tccf-locate-col {
    margin: 0;
    padding: 0 0 0 14%;
}
.hotspots-interaction {
  margin: 1px 0;
}

/*** HEADING STYLES ***/
 h1, .page-template-default .entry-content h1 {
  color: #0051ba;
  font-size: 40px;
  line-height: 40px;
  margin-top: 25px;
  margin-bottom: 30px;
}

h2, .page-template-default .entry-content h2 {
  color: #0051ba;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
  margin-top: 15px;
}

h3, .page-template-default .entry-content h3 {
  color: #0051ba;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 20px;
  /* margin-bottom: 0; */
}

h4, .page-template-default .entry-content h4 {
  color: #0051ba;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 20px;
  /* margin-bottom: 0; */
}

p, li {
  color: #313131;
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
}

p a {
  color: #0051ba;
}

p a:hover {
  color: green;
}

table.tight-table  {
    width: 0;
}

table.tight-table th, table.tight-table td  {
    padding: 5px;
    border: none;
}

.the_content_wrapper ul li {
  color: #404040;
  margin-bottom: 5px;
}


.one.column {
    width: 100%;
}

#Content {
    padding-top:40px;
}

#Content h3 a {
    color: #0051ba;
    text-decoration: underline;
    line-height: normal;
  }

#Content h3  {
color: #0051ba;
}

#Content h3 a:hover {
color: green;
text-decoration: underline;
}

#Content h3 a {
    color: #0051ba;
    text-decoration: underline;
    line-height: normal;
  }

#Content h4  {
color: green;
}

#Content h4 a:hover {
color: #0051ba;
text-decoration: underline;
}

#Content img.alignleft {
	padding-right: 20px;
}

#Content .custom-line h4 {
    line-height:1!important;
}

/* TOP BAR LOADING */
/**** For IE 10 and 11 ****/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
        #Top_bar.loading
                {display:inherit !important;}

 }



/* what's this one for? */
.widgetizedArea {
    height: 0px;
}

#Action_bar .column {
    margin: 0px;
    background-color: #929292 !important;
    padding-left: 11px;
}

#Action_bar .social-menu {
    float: left;
    padding: 20px 0;
    background-color: #929292 !important;
}

#Action_bar .social-menu li {
    padding: 0 11px;
    margin-right: 0;
    border-right: none;
}


/* LOGO */
.logo { padding: 30px 0 30px 0; }

.wrap-header_logo_phone {
    display: flex;
    align-items: center;
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    /*border-bottom: 1px solid rgba(0,0,0,.08);*/
}
.wrap-header_logo_phone .widgetizedArea {
    height: inherit;
    width: 200px;
    text-align: center;
}
.header-stack.header-center #Top_bar .logo {
    max-width: 245px;
    width: 100%;
}
.header-stack #Top_bar .logo {border: none;}

#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
  padding: 10px 0;
}


@media screen and (max-width: 1239px) {
    .custom-block-adjust {
        flex-direction: column;
    }
    .adjust-contrast {
        margin-bottom:15px;
    }
    .wrap-adjust {
        align-items: baseline;
    }
}


/* MOBILE MENU STYLES */


/*** SLIDER STYLES ***/
.ls-layers .ls-wrapper h4.ls-layer,
.ls-layers .ls-wrapper p.ls-layer {
  font-family: "Raleway", Arial, Tahoma, sans-serif !important;
  font-weight: 500;
}

.ls-layers .ls-wrapper h4.ls-layer {
  line-height: 1.0 !important;
}

.ls-layers .ls-wrapper p.ls-layer {
  line-height: 1.35 !important;
}
/* SUBHEADER */
#Subheader { height: 350px;background-size:cover; }
#Subheader  .title { color: #fff; text-shadow: 4px 4px 4px #000; }

.h2subheading h2 {
    font-size: 40.02px;
    color: #0051b9;
    font-weight: 500;
}
.homeservices .desc a {
    color: green;
    font-weight: 700;
}
.homeservices .desc {
    font-weight: 500;
    color: #313131;
}


.vc_row.wpb_row.vc_row-fluid.contact_us_blue_box_white_font {
    color: white !important;
    font-family: "Raleway", Arial, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.vc_row.wpb_row.vc_row-fluid.contact_us_blue_box_white_font a {
    color: white !important;
    font-family: "Raleway", Arial, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

/*** GLOBAL HOME STYLE ***/
body.home .no_content {
	height: 0;
}

/*** Map styles (edited by Joseph) ***/

.wpgmza_basic_row .wpgmza-address {
    font-family: "Raleway", Arial, Tahoma, sans-serif;
    font-size: 15pt !important;
    color: #000000 !important;
}

a.wpgmza_gd {
    font-family: "Raleway", Arial, Tahoma, sans-serif !important;
    font-size: 18px !important;
}

p.wpgmza-content-address-holder-inner.wpgmza_marker_title {
    font-size: 25px !important;
    font-family: "Raleway", Arial, Tahoma, sans-serif !important;
	color: #0051ba;
}

.wpgmza_basic_row .wpgmza-desc p  {
	font-size: 1.2em !important;
}

.wpgmza-desc h3 {
	padding-top: 7px;
	font-size: 25px !important;
}

.wpgmza_infowindow_title  {
	color: #0051ba;
	font-size: 22px;
	line-height: 24px;
}

.wpgmza_infowindow_description  h3 {
	font-size: 20px !important;
}

.wpgmza_infowindow_description p {
	font-size: 11pt !important;
	font-weight: normal;
}

.homemaptext h4 {
    line-height: 1.1;
}
.homemaptext p {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
}
.homemaptext a {
    color: #444444;
    text-decoration: none;
}

.hotspot-content p a {
	text-decoration: underline;
}
.networkofcare p {
    font-size: 18px;
    font-weight: 500;
}
.networkofcare a {
    color: #0051ba;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
}


.insurance3-heading { display: inline-block; background-color: #ffffff; padding: 6px 15px; border-radius: 15px; }

.insurance3-heading2 { display: inline-block; background-color: #e6eef8; padding: 6px 15px; border-radius: 15px; }

.insurance3-heading3 { display: inline-block; background-color: #272b5c; color: #fff; padding: 6px 15px; border-radius: 15px; }

.post h2.entry-title { font-size: 140%; line-height: 160%; }

.list_item.lists_1 .list_left { background-color: #009e48; }
.list_item .list_right h4 {
    color: #0051b9;
    margin-bottom: 0;
}

.list_item .list_right .desc p {
  margin-bottom: 5px;
}

/*** SERVICES SECTION ***/
#Subheader {
  background-color: #FFFFFF;
}
.page-template-default #Subheader .column  {
  padding-top: 390px;
}

.page-template-default #Subheader .title {
  display: none;
}

#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
  color: #313131;
  font-weight: 450;
}

#Subheader ul.breadcrumbs li span {
  margin: 0;
  opacity: .8;
}


/* adjust-block */

.adjust-block {
    display:none;
    padding:15px 90px 15px 15px;
    background-color:#f3f3f3;
}
.adjust-block.adjust-block-active {
    display:block;
}
.wrap-adjust, .accessibility-block ul {
    display:flex;
    align-items:center;
}
.accessibility-block ul button,
.gtranslate-block select{
    margin-bottom:0;
}
.adjust-block .adjust-title {
    color: #575757;
    font-size: 14px;
    font-weight: 700;
}
.gtranslate-block select:focus,
.gtranslate-block select option {
    background-color: #fff!important;
    color:#626262;
}
.gtranslate-block > div {
    display: flex;
    align-items:center;
}

.gtranslate-block > div > span {
    margin-right:10px;
    color: #575757;
    font-size: 14px;
    font-weight: 400;
}
.gtranslate-block .dropdown-gtranslate {
    position:relative;
}
.gtranslate-block .dropdown-gtranslate:after{
    content:'';
    position:absolute;
    top:14px;
    right:10px;
    border: 6px solid transparent;
    border-top: 8px solid #72777c;
}
.a11y-non-responsive {
    display:none;
}
.custom-block-adjust,.custom-block-adjust div {
    display:flex;
}
.custom-block-adjust label {
    margin-bottom:0;
    color: #575757;
    font-weight: 400;
}
.custom-block-adjust > div {
    margin-right:40px;
}
.custom-block-adjust > div > div > div {
    margin-right:15px;
}
.widgets_wrapper .footer-menu_2 h4,
.widgets_wrapper .footer-menu_3 h4,
.widgets_wrapper .footer-menu_4 h4 {
    margin: 7px 0;
}
.widgets_wrapper .footer-menu_2 li,
.widgets_wrapper .footer-menu_3 li,
.widgets_wrapper .footer-menu_4 li {
    margin-bottom:7px;
}

.widgets_wrapper .footer-menu_4 .menu-3 {
    padding-top:15px;
    padding-bottom:20px;
}

/**** FOR LIGHTBOX IMAGES IF NEEDED ****/

.mfp-close {
    color: #ff0000 !important;
}

.mfp-content img {
    background: #fff !important;
    padding: 20px;
    }

img.icon-tric {
   margin-right: 10px;
}

.wrap.mcb-wrap.mcb-wrap-pu2e38jl9.one-fourth.front-blue-box.valign-bottom.clearfix {
   width: 20.5%;
   margin-top: 14px;
   margin-left: 30px;
}

.column.mcb-column.mcb-item-x8vk94zhh.one.column_visual.blue1 {
   margin-bottom: 1px;
}

.column.mcb-column.mcb-item-r46d8bohm.one.column_visual.blue1 {
   margin-bottom: 0px;
}

.column.mcb-column.mcb-item-x8vk94zhh.one.column_visual.blue_front_box h4 {
   margin-top: 10px;
   margin-bottom: 0px;
   line-height: unset;
}

h4.front-service-name-blue-box {
    line-height: 24px !important;
}

.column.mcb-column.mcb-item-x8vk94zhh.one.column_visual.blue_front_box {
    margin-bottom: 20px;
}


/* TAB STYLES */
.ui-tabs  {
  border-radius: 0px;
  border-style: none;
  border-width: 0;
}
.ui-tabs .ui-tabs-nav { background-image: none!important; background-color: #fff; border: none!important;}
.ui-tabs .ui-tabs-nav li {background-color: #0051ba!important;}
.ui-tabs .ui-tabs-nav li a {
  color: #fff;
  font-size: 14.5px;
  padding: 10px 15px !important;
}
.ui-tabs .ui-tabs-nav li a:hover {background-color: #009e48;}
.ui-tabs .ui-tabs-nav li.ui-state-active a {background-color: #009e48!important; color: #fff!important;}
.ui-tabs .ui-tabs-nav li {border-width: 0 1px 0 0!important; border-color: #fff!important;}

.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
  background: none;
  border-bottom: thin #d0d0d0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,
.ui-tabs .ui-tabs-nav li.ui-state-active:after {
   height: 0 !important;
}

.ui-tabs .ui-tabs-panel {
  border: 1px solid #d0d0d0;
  padding: 35px 25px;
}

.ui-tabs-panel {
    overflow:hidden;
}

.ui-tabs li:first-of-type {
    border-top-left-radius: 5px;
}
.ui-tabs li:last-of-type {
    border-top-right-radius: 5px;
}

.ui-tabs, .ui-tabs li {
    overflow: visible;
}

.icon-menu-fine { color: #ffffff!important; }


/* Accessibility font-size */

.fontsize h1,.fontsize .page-template-default .entry-content h1 {
    font-size:50px!important;
    margin-top:70px;
}
.fontsize .ui-tabs .ui-tabs-nav li a {
    font-size:18px;
}

.fontsize h2,.fontsize .page-template-default .entry-content h2,
.fontsize h3,.fontsize .page-template-default .entry-content h3{
    font-size:34px!important;
}

.fontsize .list_item .list_right h4 {
    font-size:30px!important;
}
/*.fontsize .ls-layers .ls-wrapper h4.ls-layer {*/
/*    font-size:60px!important;*/
/*}*/
.fontsize .post-excerpt {
    font-size:20px;
}
.fontsize .post-desc {
    font-size:150%;
}
.fontsize #Footer a {
    font-size:24px!important;
}
/*.fontsize div[data-slide-index] h4 {*/
/*  font-size: 3.5vw!important;*/
/*}*/

.error404 #Subheader {
    height: 75px;
}
#Error_404 {
    position:static;
    margin-top: 0;
}

.section_wrapper #hotspot-438 .hotspots-placeholder {
    margin-left: 0!important;
}
.section_wrapper #hotspot-438 .hotspots-image-container {
    margin-right: 0!important;
}
.full-wrap-image .image_frame,.full-wrap-image .image_wrapper {
    width: 100%;
    padding-left: 0!important;
}



@media screen and (max-width: 1239px) {
    .custom-block-adjust {
        flex-direction: column;
    }
    .adjust-contrast {
        margin-bottom:15px;
    }
    .wrap-adjust {
        align-items: baseline;
    }
}


/** IMAGE MAP FOR CENTER LOCATIONS **/

#hotspot-438 .hotspots-placeholder {
    background: #ffffff;
    border: 0 #ffffff solid;
    color: #313131;
    margin-left: 10% !important;
    }

 #hotspot-438 .hotspots-image-container {
    background: none;
    margin-right: 10% !important;
    }

 .hotspot-title {display: none !important;}

 .hotspot-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #313131 !important;
 }

 .hotspot-content h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding-top: 15px;
 }

 .walker {
   color: #009e48;
   line-height: .6;
 }
 .page-template-default .entry-content h2.walker, .page-template-default .entry-content h2.walker a, .page-template-default .entry-content h4.walker, .page-template-default .entry-content h4.walker a {
   color: #009e48 !important;
   /*line-height: .6;*/
   line-height: 1;
 }
 .montgomery {
   color: #F7941D;
   line-height: .6;
 }
 .page-template-default .entry-content h2.montgomery, .page-template-default .entry-content h2.montgomery a, .page-template-default .entry-content h4.montgomery, .page-template-default .entry-content h4.montgomery a {
   color: #F7941D !important;
   /*line-height: .6;*/
   line-height: 1;
 }
 .liberty {
   color: #0051b9;
   line-height: .6;
 }
 .page-template-default .entry-content h2.liberty, .page-template-default .entry-content h2.liberty a, .page-template-default .entry-content h4.liberty, page-template-default .entry-content h4.liberty a  {
   color: #0051b9 !important;
   /*line-height: .6;*/
   line-height: 1;
 }

 .page-template-default .entry-content .zoomMap {width: 80%; padding-top: 20px;}





@media screen and (max-width: 767px) {
    .mobile-container .section_wrapper {
       padding:0!important;
       max-width:100%!important;
    }
    .mobile-container .section_wrapper > div {
       padding:0 15px;
    }
    
    #Footer .container {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    
    .wrap-adjust {
        flex-direction: column;
    }
    .accessibility-block {
        margin-bottom:15px;
    }
    .adjust-block .container {
        padding-left:0!important;
        padding-right:15px!important;
    }
    #Footer .footer_copy .copyright {
        width:100%;
    }
    .ui-tabs .ui-tabs-nav li a {
        background: transparent;
    }
    .ui-tabs li:last-of-type {
        border-top-right-radius: 0;
        overflow: hidden;
    }
    .ui-tabs li:first-of-type {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        overflow: hidden;
    }

    @media screen and (max-width: 767px) {
        .ui-tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            overflow: inherit;
        }
        .ui-tabs li:last-of-type {
            border-top-right-radius: 0;
            overflow: inherit;
        }
    }

    .mobile-header-mini #Top_bar #logo {
        height: 100px!important;
        margin-bottom: 15px;
    }
    #Top_bar #logo img.logo-mobile {
        width: 100%;
        max-width: 250px;
        max-height: 100px!important;
    }
    .header-stack #Top_bar a.responsive-menu-toggle {
        position:static!important;
        margin-top: 5px!important;
    }
    #Top_bar a.responsive-menu-toggle {
        height:30px;
    }
    #Subheader {
        height: 60px;
    }
    .page-template-default #Subheader .column {
        padding-top: 0;
    }
    .partners ul {
        justify-content: space-between;
    }
}

@media screen and (max-width: 599px) {
   .hotspots-container#hotspot-438 .hotspots-image-container {
       margin-bottom:25px !important;
       margin-right:0 !important;
   }
   .hotspots-container#hotspot-438 .hotspots-placeholder {
       margin-left:0 !important;
   }
   #network-of-care .image_frame, #network-of-care .image_wrapper {
       padding-left: 0;
   }
}

@media screen and (max-width: 520px) {
   .gtranslate-block > div {
       flex-direction:column;
   }
   .wrap-adjust {
       align-items: center;
   }
   .custom-block-adjust > div {
       margin-right:0;
   }
   .adjust-block .adjust-title {
       text-align: center;
   }
   .gtranslate-block > div > span {
       margin-right:0;
       margin-bottom:10px;
   }
}

/*** FOOTER STYLES ***/
#Footer { padding: 0 3%; }


#Footer, #Footer .widget_recent_entries ul li a {
    color: white;
}

.mission {
    margin-top: 20px;
    margin-right: 70px;
    font-family: "Raleway", Arial, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: white;
}

#Footer a { color: #dddddd; font-size: 14px; font-weight: 500; }
#Footer a:hover { color: #fff; text-decoration: none; }
.ftrSocialIcon a { color: #dddddd; font-size: 30px!important; }
.ftrSocialIcon a:hover { color: #fff; text-decoration: none; }


/*#Footer .footer_copy .copyright { font-size: 10px; }*/
/*#Footer .footer_copy .copyright a { font-size: 10px; }*/

/* Gravity Form Style Changes - Joseph */
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] { border:1px solid black; }
body .gform_wrapper .gform_body .gform_fields .gfield textarea {border:1px solid black; }
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label { font-family: "Raleway", Arial, Tahoma, sans-serif; }
