/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
body, html,p,span,a, h1,h2,h3,h4,h5,h6{
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.background-video {
    position: absolute;
}
video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
nav#site-navigation {
    border-bottom: 1px solid #ffffff21;
    padding: 5px 0;
    border-top: 1px solid #ffffff21;
}
.mb-0{
	margin-bottom:0px;
}
header#masthead {
    display: none;
}
.home-contact-form form {
    max-width: 1300px;
    padding-bottom: 30px;
}
.home-contact-form form {
    width: 50%;
}
.home-contact-form form label {
    color: #FFF;
    font-size: 15px !important;
}
.home-contact-form .gform_legacy_markup_wrapper input, .home-contact-form .gform_legacy_markup_wrapper select {
    height: 48px;
    border-radius: 4px;
}
.gform_legacy_markup_wrapper .gfield_required {
    color: #f8b400 !important;
}
li.gchoice.gchoice_9_5_1 label {
    color: #FFF;
    font-size: 13px !important;
}
.home-contact-form .gform_legacy_markup_wrapper input[type=submit] {
    background: #3E80ED;
    color: #FFF;
    border: none;
     
    padding: 0 30px;
}
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    width: 100%;
    font-size: 16px;
    color: #fff !important;
    margin: 0px;
    border-radius: 6px;
    border: none;
    background: #3e80ed;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    max-width: 300px;
}
.video-sepator-1{
    height: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.gb-accordion__toggle-icon svg {
    width: 2em;
    height: 2em;
}
.ginput_container input {
    border: 1px solid #6666;
    background: transparent;
    border-radius: 4px;
    padding: 12px 18px !important;
    width: 100%;
}
.ginput_container select {
    border: 1px solid #6666;
    background: transparent;
    border-radius: 4px;
    padding: 12px 18px !important;
    width: 100%;
}
.ginput_container textarea {
    border: 1px solid #6666;
    background: transparent;
    border-radius: 4px;
    padding: 12px 18px !important;
    width: 100%;
}
@media (max-width: 991px) {
    .home-contact-form form {
        width: 100%;
    }
}
div#footer-widgets {
    display: none;
}
.site-footer a {
    text-decoration: none;
}
body:not(.home) #site-navigation, body:not(.home) #topbar {
  background-color: #20447e !important;
}
ul.wp-block-list {
    margin-left: 25px !important;
}
/*Video Page css*/
body.archive.post-type-archive-video .therapist-left h2.latest-post {
    color: #272727;
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    border-bottom: 2px solid #EFEFEF;
    padding-bottom: 3px;
    position: relative;
}
body.archive.post-type-archive-video .therapist-left h2.latest-post:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 128px;
    background-color: #D7922B;
    height: 2px;
}
body.archive.post-type-archive-video .therapist-left .video-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
    padding-bottom: 60px;
}
body.archive.post-type-archive-video .therapist-left .row-therapist.vc_row {
    width: 31.5%;
    padding: 0;
    margin-bottom: 30px !important;
    display: inline-block !important;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
}
body.archive.post-type-archive-video .therapist-left {
    width: 74%;
    display: block;
    padding: 0;
    padding-right: 40px;
}
.therapist-left {
    max-width: 1300px !important;
    margin: 0 auto;
}
body.archive.post-type-archive-video .therapist-right {
    width: 26%;
    background-color: transparent;
}
body.archive.post-type-archive-video .mkdf-container-inner.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row-therapist {
    text-align: center;
    display: flex !important;
    flex-direction: column;
    padding: 20px;
    background-color: #f8fcff;
    box-shadow: 0px 4px 15px 0px rgb(39 39 39 / 28%);
    border-radius: 5px;
    margin: 0 !important;
}
body.archive.post-type-archive-video .mkdf-container-inner.clearfix .therapist-left .row-therapist.vc_row .video-post-video img {
    border-radius: 8px 8px 0 0;
}
body.archive.post-type-archive-video .mkdf-container-inner.clearfix .therapist-left .row-therapist.vc_row h5.media-heading {
    text-align: left;
    margin-top: 0 !important;
    padding: 3px 10px 10px 10px !important;
    font-size: 16px;
    font-weight: 600;
    color: #272727;
    line-height: 26px;
}
body.archive.post-type-archive-video .mkdf-container-inner.clearfix .therapist-left .row-therapist.vc_row h5.media-heading a {
    color: #272727;
    text-decoration:none;
}
.load-more-container {
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
button#load-more-posts {
    max-width: 144px;
    width: 100%;
    border: 1px solid #3E80ED;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 11px 2px;
    background-color: transparent;
    color: #3E80ED;
    cursor: pointer;
}
body.archive.post-type-archive-video div#page {
    padding: 70px 0px;
}
body.archive.post-type-archive-video .therapist-right .therapist-sidebar .widget-odd.widget-first h4 {
    margin: 0;
    color: #272727;
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    border-bottom: 2px solid #EFEFEF;
    padding-bottom: 3px;
    position: relative;
    margin-bottom: 30px;
}
body.archive.post-type-archive-video .therapist-right .therapist-sidebar .widget-odd.widget-first h4:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 161px;
    background-color: #D7922B;
    height: 2px;
}
body.archive.post-type-archive-video .therapist-right .therapist-sidebar .widget-first {
    padding: 0 !important;
}
body.archive.post-type-archive-video .therapist-right .therapist-sidebar div#text-71 {
    background-color: #20447e;
    border-radius: 8px 8px 0 0;
    margin-top: 50px;
    padding: 20px !important;
}
body.archive.post-type-archive-video .therapist-right .therapist-sidebar div#text-71 .textwidget {
    text-align: center;
    color: #fff !important;
}
body.archive.post-type-archive-video .therapist-right .therapist-sidebar div#beautiful-taxonomy-filters-widget-27 {
    background-color: #20447e;
    border-radius: 0 0 8px 8px;
    color: #fff;
    padding-top: 0px;
}
body.archive.post-type-archive-video .therapist-right .therapist-sidebar div#beautiful-taxonomy-filters-widget-27 label {
    display: none;
}
body.archive.post-type-archive-video .therapist-right .therapist-sidebar div#beautiful-taxonomy-filters-widget-27 select {
    font-size: 16px;
    background: white !important;
    line-height: 1.5 !important;
    padding: 13px 4px;
    border-radius: 4px;
    outline: none;
    margin-bottom: 17px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
body.archive.post-type-archive-video .therapist-right .therapist-sidebar div#beautiful-taxonomy-filters-widget-27 button.beautiful-taxonomy-filters-button {
    background-color: #3E80ED;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    margin: 0px;
}
@media (max-width: 767px) {
	body.archive.post-type-archive-video .therapist-left {
    width: 100%;
    padding: 0px;
}
	body.archive.post-type-archive-video .therapist-right {
    width: 100%;
}
	.mkdf-container-inner.clearfix {
        padding: 20px !important;
    }
	body.archive.post-type-archive-video .therapist-left .row-therapist.vc_row {
    width: 100%;
}
	body.archive.post-type-archive-video div#page {
    padding: 0px;
}
}

body:not(.paged) #article-loop .gb-loop-item:first-of-type {
  display: none;
}
.content-therapist > ul li::before {
    content: url('https://www.generatepress.westsidebehavioralcare.com/wp-content/uploads/2024/11/location-pin.png');
    position: absolute;
    left: 0;
    top: 0px;
}
.content-therapist > ul li {
    text-align: left;
    position: relative;
    padding-left: 24px;
}
.content-therapist ul.address-list li {
    margin-bottom: 8px !important;
    line-height: 1.5;
}
.therapist-left {
    width: 100%;
    max-width: 1100px;
    padding: 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.row-therapist {
    justify-content: space-between;
    gap: 20px;
}
.row-therapist {
    text-align: center;
    display: flex !important;
    flex-direction: column;
    padding: 20px;
    background-color: #f8fcff;
    box-shadow: 0px 4px 15px 0px rgb(39 39 39 / 28%);
    border-radius: 5px;
    margin: 0 !important;
    text-decoration: none;
}
.thumb-therapist > img {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    border: 2px solid #d7922b;
    margin-bottom: 10px;
}
.content-therapist {
    font-size: 13px;
}
.content-therapist > h5.media-heading {
    display: block;
    font-size: 23px;
    font-weight: 500;
    color: #272727;
	padding: 0px 0 8px 0;
    margin: 0px;
    line-height: normal;
    letter-spacing: -0.05em;
}
.content-therapist {
    font-size: 13px;
}
.content-therapist p {
    color: #666666;
}
.accepting-button-container {
    width: 100%;
    display: block;
    overflow: visible;
}
.accepting-button {
	font-family:arial;
    background-color: #3E80ED;
    color: #ffffff;
    font-weight: 900;
    font-size: 13px;
    font-style: italic;
    padding: 8px 16px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: background-color 0.3s ease;
    display: block;
    width: fit-content;
    margin: 8px auto;
    clear: both;
    position: relative;
    z-index: 2;
}
a.row-therapist.vc_row:hover {
    transform: scale(1.05);
    border: solid 1px #3e80ed;
}
.content-therapist p.available-on {
    color: #e36c00;
    overflow: hidden;
}
.visit-type {
    color: #118524;
    font-weight: 500;
}
.truncate-2-lines {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-therapist .therapist-infos {
    overflow: hidden;
}
.therapist-item-form-container > form > input[type="submit"] {
    padding: 12px 18px;
    background-color: #204482;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid #204482;
    text-transform: capitalize !important;
    width: 100%;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    display: block;
    cursor: pointer;
}
.content-therapist .therapist-infos p {
    margin: 0px;
}
.content-therapist p.therapist-restriction {
    color: #e6722e;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .therapist-left {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .therapist-left {
    display: block;
    grid-template-columns: 1fr !important;
}
	.therapist-left a {
    margin-bottom: 20px !important;
}
}
.therapist-left .pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.therapist-left .pagination {
    grid-column: span 3;
}
.pagination {
    width: 100%;
}
.pagination .page-numbers.current {
    border: solid 1px #20447e;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	    color: #272727;
    font-weight: 600;
}
.pagination .page-numbers {
    padding: 1px 0;
    margin-right: 10px;
    color: #424242;
	text-decoration:none;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers {
    display: inline-flex;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers {
    color: #3E80ED;
}
.next.page-numbers, .prev.page-numbers {
    font-size: 16px!important;
    line-height: 40px!important;
    background: 0 0!important;
    padding: 0 15px!important;
}
.pagination a.next.page-numbers span, .pagination a.prev.page-numbers span {
    background: #3e80ed;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    padding: 0 20px 0 24px;
    border-radius: 4px;
	color: #FFF;
}
.pagination a.next.page-numbers svg, .pagination a.prev.page-numbers svg {
    height: 20px;
    width: 20px;
	color: #FFF;
}
.page-template-schedule-template .therapist-left {
    padding: 64px 20px;
}
.accordion-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px;
}
.accordion-wrapper h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.schedule-appointment {
    background-color: #fff;
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 100;
}
.schedule-appointment .therapist-right {
    background-color: #f4f4f4;
}
.schedule-appointment .wide-appt .therapist-sidebar {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px !important;
}
.schedule-appointment .wide-appt .primary-sidebar > div:first-child {
    max-width: 670px;
    padding-bottom: 24px;
    margin: 0 auto;
}
.schedule-appointment .therapist-sidebar .primary-sidebar.widget-area h2 {
    font-size: 23px;
    font-weight: 600;
	  color: #1c2b4a;
	  margin: 16px 0px;
		text-align: center;
}
.schedule-appointment .textwidget {
    text-align: center;
	  color: #424242;
}
.schedule-appointment .wide-appt #beautiful-taxonomy-filters-form {
    display: flex;
}
.schedule-appointment .wide-appt #beautiful-taxonomy-filters-form > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 17px;
}
.schedule-appointment .beautiful-taxonomy-filters-widget .beautiful-taxonomy-filters-tax {
    margin-left: 0px;
}
.schedule-appointment .wide-appt #beautiful-taxonomy-filters-form select {
    margin-bottom: 0;
    padding: 12px 16px;
}
.schedule-appointment .wide-appt #beautiful-taxonomy-filters-form .beautiful-taxonomy-filters-button {
        margin-bottom: 15px;
	      margin-top: 0px;
        margin-left: 15px;
        padding: 0px 16px;
	      height: 43px;
	      width: 50%;
}
.wide-appt #beautiful-taxonomy-filters-form .beautiful-taxonomy-filters-button {
    width: 100%;
    font-size: 16px;
    color: #fff !important;
    margin: 0px;
    padding: 14px 18px 14px 18px;
    border: none;
    background: #3e80ed;
    text-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    text-transform: none;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    max-width: 245px;
    border-radius: 4px;
    cursor: pointer;
}
.schedule-appointment .therapist-search-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #20447e;
    border: 1px solid #dce3ea;
    padding: 12px 16px;
    border-radius: 10px;
    max-width: fit-content;
    margin: 10px auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    flex-wrap: wrap;
}
.schedule-appointment .inline-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    white-space: normal;
    word-break: break-word;
}
.schedule-appointment .inline-search-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.schedule-appointment .inline-search-box form, .inline-search-box p, .inline-search-box div {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 0 !important;
}
.schedule-appointment #therapist-search-widget h3 {
    display: none !important;
}
.schedule-appointment .inline-search-box form {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 0 !important;
}
.schedule-appointment #therapist-search-widget input[type="text"], #therapist-search-widget input[type="search"] {
    padding: 10px 14px;
    font-size: 1rem;
    border: 1px solid #ccd6dd;
    border-radius: 6px 0 0 6px;
    outline: none;
    min-width: 200px;
    background: #fff;
    transition: border-color 0.2s ease;
    margin: 0 !important;
}
.schedule-appointment #therapist-search-widget button, #therapist-search-widget input[type="submit"] {
    padding: 10px 14px;
    border: 2px solid #3e80ed;
    background: #3e80ed;
    color: white;
    font-weight: 600;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 0 !important;
}
@media only screen and (max-width: 991px) {
    .wide-appt #beautiful-taxonomy-filters-form {
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and (max-width: 600px) {
    .wide-appt #beautiful-taxonomy-filters-form > div {
        grid-template-columns: 1fr !important;
    }
	.wide-appt #beautiful-taxonomy-filters-form .beautiful-taxonomy-filters-button {
    max-width: 100%;
    width: 100% !important;
    margin-left: 0px !important;
}
}
@media only screen and (max-width: 991px) {
    .wide-appt #beautiful-taxonomy-filters-form > div {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
.beautiful-taxonomy-filters-select-wrap.clearfix::before{
	display:none;
}

.widget-title {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: none;
    color: #1c2b4a;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.widget_categories ul li {
    list-style-type: none;
    padding: 16px 0px;
    border-bottom: 1px solid #efefef;
    position: relative;
    margin-bottom: .5em;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
   font-weight:500;
}

.widget_categories ul li a{
	color:#3e80ed !important;
text-decoration: none;
}


.widget_categories ul li a:hover {
  color: #3E80ED;
	font-weight:700;
}

/* Show more / less button */
#show-more-btn {
  display: inline-block;
  margin-top: 12px;
  font-size: 15px;
  color: #3366ff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: all 0.3s ease;
}

#text-72{
	background-color:#20447e;
	border-radius:8px 8px 0px 0px;
	margin-top:50px;
}

.footer-widgets .widget:last-child, .sidebar .widget:last-child {
    margin-bottom: 0;
    background-color: #20447e;
		border-radius:0px 0px 8px 8px;
}

.widget-area .widget {
    padding: 20px;
		margin-bottom:0px;
}

.textwidget h5{
	font-weight:bold;
	font-size:18px;
text-align:center;
}

.textwidget p{
	text-align:center;
	font-size:15px;
	margin:0px -6px;
}

.beautiful-taxonomy-filters-label {
    display: none;
    margin-bottom: 5px;
}
.schedule-appointment .beautiful-taxonomy-filters-widget .beautiful-taxonomy-filters-tax {
    margin-bottom: 0px;
}
.beautiful-taxonomy-filters-select {
    color: #424242;
    font-size: 13px;
    background: white !important;
    line-height: 1.5 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    padding: 14px 16px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.beautiful-taxonomy-filters-button {
    width: 100%;
    font-size: 16px;
    color: #FFF !important;
    margin: 0px;
    padding: 13px 10px;
    border: none;
    background: #3E80ED;
    text-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    -webkit-appearance: none;
    text-transform: none;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom:7px;
font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.beautiful-taxonomy-filters-button:hover{
	background-color:#3E80ED;
}


@media (max-width: 1024px) {
		.header-wrap {
    background: #313431;
}
	.gb-element-0df2a276 {
    padding: 0px 20px;
}
	.gb-element-f3deed28 {
		padding: 20px;
	}
	#article-loop {
    padding: 0px 20px;
}
}

@media (max-width: 768px) {
    .widget-area .widget {
        margin:0 15px;
    }
	body.archive.post-type-archive-video .therapist-left {
    width: 95%;
    padding-right: 0px;
}
	.gb-media-4333f639 {
        height: 150px;
        width: 150px;
    }
}

.page-id-814 .widget_categories ul li {
    list-style-type: none;
    padding:5px 0px;
    border-bottom: 1px solid #efefef;
    position: relative;
    margin-bottom: .5em;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
   font-weight:500;
}

.page-id-814 .widget_recent_entries ul li a{
	color:#272727 !important;
	font-size:13px;
text-decoration: none;
font-weight:600;
}

.page-id-814 .post-date{
font-size:13px;
}

.page-id-814 #beautiful-taxonomy-filters-widget-29{
    margin-bottom: 0;
    background-color: #20447e;
		border-radius:8px 8px 8px 8px;
}
.gb-text-43e06dce {
	padding: 0px 20px;
}
@media (max-width: 767px) {
	#topbar {
    display: none;
}
	.home .header-wrap {
    display: flex;
    background: #313431;
    width: 100%;
}
	.home header#masthead {
    display: block;
    background: #313431;
}
	header#masthead {
    display: block;
    background: #20447e;
}
	.inside-header {
    padding: 0px 20px;
}
	.home .inside-navigation {
        justify-content: flex-end;
        margin: 0px;
        width: 100%;
    }
	.home nav#site-navigation {
    display: flex;
    width: 62%;
    border: 0px;
}
	.home button.menu-toggle {
    text-align: right;
}
}

 #text-11{
	margin: 0px !important;
    padding: 0px;
}

 .footer-widgets .widget:last-child, .sidebar .widget:last-child {
    margin-bottom: 0;
    background-color: #20447e;
    border-radius: 8px 8px 0px 0px;
}

 #beautiful-taxonomy-filters-widget-3{
	border-radius:0px 0px 8px 8px;
}

.page-id-38 #text-11{
	margin: 0px !important;
    padding: 0px;
}

.page-id-38 .footer-widgets .widget:last-child, .sidebar .widget:last-child {
    margin-bottom: 0;
    background-color: #20447e;
    border-radius: 8px 8px 0px 0px;
}

.page-id-38 #beautiful-taxonomy-filters-widget-3{
	border-radius:0px 0px 8px 8px;
}


.page-id-233 #text-11{
	margin: 0px !important;
    padding: 0px;
}

.page-id-233 .footer-widgets .widget:last-child, .sidebar .widget:last-child {
    margin-bottom: 0;
    background-color: #20447e;
    border-radius: 8px 8px 0px 0px;
}

.page-id-233 #beautiful-taxonomy-filters-widget-3{
	border-radius:0px 0px 8px 8px;
}

.post-type-archive-article .sidebar .widget:last-child {
    margin-bottom: 0;
    background-color: #20447e;
    border-radius: 0px 0px 8px 8px;
}
.post-type-archive-therapist div#page {
    max-width: 100%;
}
.tax-insurance div#page, .tax-city div#page, .tax-client_age div#page, .tax-prescriber_client_age div#page, .tax-prescriber_city div#page, .tax-degrees_licenses div#page, .tax-online_in_person_appointment div#page, .page-template-tax-prescriber-specialty-template div#page {
    max-width: 100% !important;
}
.tax-specialty div#page, .tax-city div#page, .tax-client_age div#page, .tax-prescriber_specialty div#page, .tax-prescriber_insurance div#page, .tax-prescriber_degrees_licenses div#page {
    max-width: 100%;
}
.tax-specialty div#content, .tax-city div#content, .tax-client_age div#content, .tax-prescriber_specialty div#content, .tax-prescriber_insurance div#content, .tax-prescriber_degrees_licenses div#content, .tax-prescriber_client_age div#content, .tax-prescriber_city div#content, .tax-degrees_licenses div#content, .tax-online_in_person_appointment div#content {
    display: block;
}
.tax-specialty .mkdf-title-subtitle-holder-inner, .tax-city .mkdf-title-subtitle-holder-inner, .tax-client_age .mkdf-title-subtitle-holder-inner, .tax-prescriber_specialty .mkdf-title-subtitle-holder-inner, .tax-prescriber_insurance .mkdf-title-subtitle-holder-inner, .tax-prescriber_degrees_licenses .mkdf-title-subtitle-holder-inner, .tax-prescriber_client_age .mkdf-title-subtitle-holder-inner, .tax-prescriber_city .mkdf-title-subtitle-holder-inner, .tax-degrees_licenses .mkdf-title-subtitle-holder-inner, .tax-online_in_person_appointment .mkdf-title-subtitle-holder-inner {
    max-width: 1100px;
    margin: 0px auto;
}
.tax-specialty .mkdf-title-subtitle-holder-inner h2, .tax-city .mkdf-title-subtitle-holder-inner h2, .tax-client_age .mkdf-title-subtitle-holder-inner h2, .tax-prescriber_specialty .mkdf-title-subtitle-holder-inner h2, .tax-prescriber_insurance .mkdf-title-subtitle-holder-inner h2, .tax-prescriber_degrees_licenses .mkdf-title-subtitle-holder-inner h2, .tax-prescriber_client_age .mkdf-title-subtitle-holder-inner h2, .tax-prescriber_city .mkdf-title-subtitle-holder-inner h2, .tax-degrees_licenses .mkdf-title-subtitle-holder-inner h2, .tax-online_in_person_appointment .mkdf-title-subtitle-holder-inner h2 {
    margin: 20px auto;
}
.tax-specialty .mkdf-title .mkdf-container, .tax-city .mkdf-title .mkdf-container, .tax-client_age .mkdf-title .mkdf-container, .tax-prescriber_specialty .mkdf-title .mkdf-container, .tax-prescriber_insurance .mkdf-title .mkdf-container, .tax-prescriber_degrees_licenses .mkdf-title .mkdf-container, .tax-prescriber_client_age .mkdf-title .mkdf-container, .tax-prescriber_city .mkdf-title .mkdf-container, .tax-degrees_licenses .mkdf-title .mkdf-container, .tax-online_in_person_appointment .mkdf-title .mkdf-container {
    background-color: #20447e !important;
}
h5.speciality-archive-title a {
    color: #7E7E7E !important;
    font-size: 17px !important;
    font-weight: bold !important;
    text-decoration: none;
}
h5.speciality-archive-title {
    margin-bottom: 0px;
    padding-bottom: 8px;
}
/*Customize css*/
.ginput_container_checkbox input {
    width: auto;
    margin-right: 5px;
}

.pagination .next svg path {
    fill: #fff;
}
.home .ginput_container select {
    background: #fff;
}
.home .ginput_container input {
    background: #fff;
}
.home .ginput_container textarea {
    background: #fff;
}
.therapist-right {
    background-color: #f4f4f4;
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 100;
}
.wide-appt .therapist-sidebar {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px !important;
}
.wide-appt .primary-sidebar > div:first-child {
    max-width: 670px;
    padding-bottom: 24px;
    margin: 0 auto;
}
.widget-title {
	  margin-bottom: 1rem;
}
.wide-appt .primary-sidebar > div:first-child .widget-title i {
    display: none;
}
.textwidget .widget-odd {
    padding: 0px;
}
#right-sidebar .textwidget p {
color:white;
}
.textwidget p {
	margin:0px !important;
	  text-align: center !important;
}
.page-id-38 .textwidget2 {
    padding: 30px 16px 10px 16px !important;
}
.page-id-233  .textwidget2 {
    padding: 30px 16px 10px 16px !important;
}
.widget.widget_beautiful-taxonomy-filters-widget {
    border-radius: 0 0 8px 8px;
    padding-bottom:35px;
}
.wide-appt #beautiful-taxonomy-filters-form {
    display: flex;
}
.wide-appt #beautiful-taxonomy-filters-form > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.wide-appt #beautiful-taxonomy-filters-form .beautiful-taxonomy-filters-button {
    margin-bottom: 15px;
	  margin-top: 0px;
    margin-left: 15px;
    padding: 0px 16px;
	  height: 48px;
}
.page-id-10 .therapist-left {
    display: block;
	  width: 1300px;
	  margin: 0px auto;
}
.page-id-10 .content-top-therapist {
    display: block !important;
}
.page-id-10 .content-top-therapist h4 {
	color: #303030;
	font-weight: 700;
}
.page-id-10 .content-top-therapist .collapseomatic {
    background: unset;
    padding: 8px 0;
    color: #3E80ED;
    display: inline-block;
}
.page-id-10 .specialty-list {
    column-count: 3;
    column-gap: 20px;
    margin-top: 40px;
}
.page-id-10 .specialty-list p {
	  margin: 0px;
}
.page-id-10 .specialty-list h5 {
    padding: 24px 0;
    border-bottom: 2px solid #EFEFEF;
	  margin-bottom: 0px;
}
.page-id-10 .specialty-list h5 a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 19px;
    font-weight: 600;
    color: #3E80ED;
	  letter-spacing: -0.05em;
	  text-decoration: none;
	  max-height: 24px;
}

.avb-hover:hover .avb-h2 a{
	color:var(--accent);
}
.avb-hover:hover .avb-link a{
	color:var(--accent);
}
.extra-therapy-content a{
	text-decoration:none;color:#3E80ED;
}
.extra-therapy-content p{
	margin-bottom:0px; font-size:15px;
}

.extra-therapy-content h3{
	color:#7E7E7E; font-size:18px; font-weight:bold; margin-bottom:8px;
}
.read-more-btn-avb {
	display:inline-block;
	margin-top: 0em;
	font-size:15px; 
	font-weight:bold;
	color:#3E80ED; 
	text-decoration:none;
}
.page-id-2372 .gform_title {
    display: none;
}
.page-id-2372 .ginput_container input {
    border: 1px solid #fff;
    background: #fff;
}
.page-id-2372 .ginput_container select {
    border: 1px solid #fff;
    background: #fff;
}
.page-id-2372 .ginput_container textarea {
    border: 1px solid #fff;
    background: #fff;
}
#input_7_19 {
	background: transparent;
	border: transparent;
}
.gfield_checkbox button {
    background: #f4f4f4;
    color: #424242;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 5px;
}
#gform_submit_button_7 {
    background: #f4f4f4;
    color: #424242;
    font-size: 15px;
    padding: 0px 10px;
    border-radius: 5px;
}
.home-contact-form form {
    width: 75%;
}
.
@media only screen and (max-width: 991px) {
    .page-id-10 .therapist-left {
        width: 100%;
    }
	  .tax-insurance .therapist-left {
        display: block;
    }
	.tax-insurance .row-therapist {
		margin-bottom: 20px !important;
	}
	.tax-insurance .gb-element-fedf5013 {
    padding-left: 20px;
    padding-right: 20px;
}
	.tax-insurance .beautiful-taxonomy-filters-select {
		padding: 14px 5px;
	}

}


@media (max-width: 900px) {
	.therapy-specialties-grid .is-layout-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
	    .page-id-10 .therapist-left {
        display: grid;
    }
    .page-id-10 .therapist-left .pagination {
        grid-column: span 1;
    }
	.pagination .page-numbers {
    margin-bottom: 0px !important;
}
	    .page-id-10 .therapist-left {
        width: 100%;
    }
	.page-id-10 .specialty-list {
        column-count: 1;
    }
	.content-therapist p.available-on {
    height: 40px;
}
	.therapist-item-form-container > form > input[type="submit"] {
		font-size: 17px;
	}
	
	.therapist-left .pagination {
    flex-wrap: nowrap;
}
div#beautiful-taxonomy-filters-widget-35 {
      padding-left: 0px;
    padding-right: 0px;
}
.beautiful-taxonomy-filters-select {
       margin-bottom: 0px;
}
	
	.home-contact-form form {
    width: 100%;
}
	.home-contact-form .gform_legacy_markup_wrapper select {
   
    font-size: 15px;
}
	
	
		#input_9_23 {
    display: block !important;
    
}
	:where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
	
.therapy-specialties-grid .is-layout-flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    }	
	
}





.page-id-12 .therapist-left {
    display: block;
}
.page-id-12 .content-top-therapist .collapseomatic {
    background: unset;
    padding: 8px 0;
    color: #3E80ED;
    display: inline-block;
}
.page-id-12 .specialty-list {
    column-count: 1;
    column-gap: 20px;
    margin-top: 40px;
}
.page-id-12 .specialty-list h5 {
    padding: 24px 0;
    border-bottom: 2px solid #EFEFEF;
    margin-bottom: 0px;
}
.page-id-12 .specialty-list h5 a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 19px;
    font-weight: 600;
    color: #3E80ED;
    letter-spacing: -0.05em;
    text-decoration: none;
    max-height: 24px;
}
.term-kaiser-therapists div#page, .post-type-archive-prescriber div#page {
    max-width: 100%;
}
.term-kaiser-therapists div#content {
    display: block;
}
.content-top-therapist {
    width: 100%;
    max-width: 1100px;
    padding: 20px;
    margin: 0 auto;
}
.content-top-therapist h1 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
}
.content-top-therapist p {
    margin: 0px;
}

.single-therapist-header{
	margin: 40px 0px;
	padding:20px;
	background-color:#20447E;
	border-radius:20px;
	
}

.therapist-thumb img{
	width: 300px;
    height: auto;
    margin: 0;
    border-radius: 8px;
    border: solid 5px #FFF;
    object-fit: cover;
		float: right;
}

.single-post-new-hero {
  display: flex;
  gap: 20px; /* space between columns */
}

.single-post-new-hero > div:first-child {
  flex: 0 0 30%;
}

.single-post-new-hero > div:last-child {
  flex: 0 0 70%;
	align-content: center;
}

.info-area{
	color:white;
	
}

.info-area h1{
	font-size:39px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:10px !important;
}

.availability{
	padding:0px;
	margin-bottom:10px !important;
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
	
}

.availability a{
text-decoration: none;
color:white;
}

.addi-rating{
	font-size:15px;
	margin-bottom:15px !important;
}

.postid-2778 .visit-type{
	font-size:13px;
	margin-bottom:-10px !important;
}

.therapist-statement{
	font-size:14px;
	margin-bottom:10px !important;
	font-weight: 700;
}

.single-hero-btn .schedule-online-button a{
    width: 220px;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #3E80ED;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 200ms ease;
	text-decoration: none;
	margin-top:-15px;
}

.single-hero-btn h3{
	display:none;
}

.single-hero-btn p {
  display: none;
}

.therapist-details-layout{
	font-size:15px;
}

.therapist-details-layout a{
	text-decoration: none;
    color: #3e80ed;
    font-weight: 500;
}

.details-content h2{
	font-size:23px;
	    font-weight: 600;
    margin-bottom: 16px;
		margin-top:40px;
	color:#424242;
}

.details-content .details-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.details-content .details-list > a {
    display: block;
    padding: 8px 8px 8px 12px;
    color: #424242;
    text-decoration: underline;
    position: relative;
}

.details-content .details-list > a{
    text-decoration: none;
    color: #3e80ed;
    font-weight: 500;
}

.details-content .locations-content ul{
	margin: 0 0 1em 0em !important;
}

.therapist-details-layout {
  display: grid;
  grid-template-columns: 64% 28%;
  gap: 80px;
}
.details-content,
.details-forms {
  width: 100%;
}

.details-forms .details-title{
	font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 30px;
    color: #303030;
}

.help-sidebar .therapist-form-background form input[type="submit"] {
    width: calc(100% - 16px);
    border: none;
}

body.therapist-template-default.single.single-therapist input[type="submit"] {
    background-color: #3E80ED;
    color: #fff;
		
    font-size: 16px;
    font-weight: 600;
}

.details-forms .details-list{
	font-size:15px;
	margin-top: -10px !important;
}

 .details-forms {
    margin-top:-30px;
}

.therapist-sidebar{
	margin-top:60px;
}

.therapist-sidebar h3{
	font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 40px;
    color: #303030;
}

.appointment-sidebar .schedule-online-button > a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #3E80ED;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    transition: background-color 200ms ease;
}

.therapist-sidebar h2{
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 16px 0 !important;
	color:#424242;
}

.textwidget p {
    margin: 0px !important;
    text-align: center !important;
    padding-bottom:10px; 
}

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 2px;
    display: block;
    width: 100%;
}

@media (max-width: 480px) {
	.exceptional-therapists  .is-layout-flex {
    gap: 1em !important;
}
  .single-post-new-hero {
    flex-direction: column; /* stack columns vertically */
  }
	.single-therapist-header {
    margin: 40px 20px;
}
	.single-hero-btn .schedule-online-button a{
		width:100%;
		margin-bottom: 30px;
	}
	
	.therapist-details-layout{
		display:block;
		margin:20px 40px;
	}
	
	.appointment-sidebar .schedule-online-button > a {
		margin-bottom:30px;
	}
	
	
	.details-content .details-list{
		display:block;	
	}
	.mobileShow .therapist-sidebar{
		padding:30px 50px !important;
	}
	.therapist-sidebar h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 30px;
    color: #303030;
}
	.therapist-sidebar {
     margin-top: 0px; 
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.single-therapist-header {
    margin: 40px 20px;
}
	.single-hero-btn .schedule-online-button a{
		width:96%;
	}
	.therapist-details-layout{
		display:block;
		margin:20px 40px;
	}
	.details-content .details-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
	max-width:100%;
	}
	.home-contact-form form {
    width: 100%;
}
}

.grid-6-3 {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 6fr 3fr;
    gap: 40px;
}

.article-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.article-post {
    display: flex;
    gap: 20px;
    font-size: 13px;
}

.article-excr {
    padding: 16px 0;
    color: #272727;
    line-height: 19px;
}

.article-excr p{
margin-bottom:0px !important;
}

.article-thumb img {
    min-width: 140px;
    width: 140px !important;
    height: 180px;
    object-fit: cover;
}

.article-post .media-heading a {
    font-size: 23px;
    color: #272727;
    font-weight: 600;
		text-decoration:none;
}

.read-more-btn {
    display: inline-block;
    font-weight: 700;
    color: #3E80ED;
		text-decoration:none;
}

.textwidget {
    text-align: center;
}

.widget-even.widget-2.widget.widget_text, .widget-odd.widget-last.widget-3, body.archive.post-type-archive-video .mkdf-content .mkdf-content-inner .widget-even.widget-2.widget.widget_text, .page-id-30 .wpb_widgetised_column.wpb_content_element.wide-appt, .wpb_widgetised_column.wpb_content_element, .page-id-233 .wpb_widgetised_column.wpb_content_element.wide-appt, .widget-odd.widget-3.widget.widget_text {
    background-color: #20447e;
}

.form-style1 #beautiful-taxonomy-filters-form {
    flex-direction: column;
}

.wide-appt #beautiful-taxonomy-filters-form {
    display: flex;
    align-items: center;
}

.form-style1 #beautiful-taxonomy-filters-form > div {
    grid-template-columns: 1fr !important;
    gap: 0px;
    width: 100%;
}

.form-style1 #beautiful-taxonomy-filters-form .beautiful-taxonomy-filters-button {
    max-width: 100% !important;
}

.wide-appt #beautiful-taxonomy-filters-form .beautiful-taxonomy-filters-button {
    width: 100%;
    font-size: 16px;
    color: #fff !important;
    margin: 0px;
    padding: 14px 18px 14px 18px;
    border: none;
    background: #3e80ed;
    text-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    text-transform: none;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    max-width: 245px;
    border-radius: 4px;
    cursor: pointer;
}

.article-post .article-content a:hover {
	color: #3e80ed;
}

@media (max-width: 580px) {
    .archive-layout.grid-6-3 {
        grid-template-columns: 1fr;
    }
.ti-widget[data-layout-id='95'][data-set-id='drop-shadow'] .ti-col-4 .ti-review-item {

    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}

.gform_legacy_markup_wrapper .gfield_required {
    color: #F8B400 !important;
}

#input_9_23{
display:flex;
column-gap:8px;
}


/* .gb-element-bf7a438a {
    column-gap: 20px;
    display: flex;
    justify-content: center;
}
*/
.gb-element-7b5efba8 {
    justify-self: end;
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
    display: flex;
    gap: 10px;
}

.gb-element-bf7a438a {
    column-gap: 10px;
}

.gb-element-89332e2e a{
	font-size: 12px;
	font-weight:bold;
}

/* .grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
} */

.site-footer a {
    text-decoration: none;
    color: #1c2b4a;
}

.special a:hover,
.insurance a:hover,
.cities a:hover,
.ages a:hover {
    text-decoration: none;
    color: #43cb83;
}

.foot_div a{
	font-size:13px;
	
}

.foot_div a:hover{
	text-decoration:none;	
}

.wp-block-navigation__container:only-child{
    flex-grow: 1;
    justify-content: start;
		gap:20px;
}
.exceptional-therapists  .is-layout-flex {
    gap: 5em;
}

.ti-widget[data-layout-id='95'][data-set-id='drop-shadow'] .ti-col-4 .ti-review-item {

    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.gb-element-bf7a438a p{
	line-height:1.3;
}
@media(max-width:1240px){
	.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
}
/* .main-navigation .inside-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
} */

.main-navigation .main-nav ul li a {
    padding-left: 16px;
	padding-right: 16px;
}

.main-navigation .inside-navigation {
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: 82% 18%;
    margin: 0 auto !important;
}

.custom-search-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.custom-search-form {
  display: flex;
  align-items: center;
  gap: 6px;
	height:32px;
}

.search-input {
  background-color:transparent !important;
}

.custom-search-box input[type="text"]{
    color: white;
    padding: 0px;
    background-color: var(--base-2);
    border-color: transparent;
    border: none;
    width:60px;
		font-size: 14px;
}

.search-button {
  background: transparent;
	padding:0px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

.search-button:hover {
  background: transparent;
}

.search-label{
	display:none;
}

nav#site-navigation {
    padding: 0px;    
}

.search-input::placeholder {
  color: #ffffff;
  opacity: 1; /* make it fully visible */
}

.custom-search-box input[type="text"]:focus {
  border: none;
  outline: none;
	text-decoration:underline;
}

.background-video {
    position: relative;
}


.filter-homepage .widget.widget_beautiful-taxonomy-filters-widget {
    border-radius: 0 0 8px 8px;
}
.filter-homepage div#beautiful-taxonomy-filters-therapist {
    top: 20px;
    padding-block: 16px;
    padding-inline: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    background: rgba(0, 0, 0, .1);
    max-width: 380px;
    min-width: 300px;
    backdrop-filter: blur(16px);
    border-radius: 4px;
}
.filter-homepage #beautiful-taxonomy-filters-form .beautiful-taxonomy-filters-button {
    width: 100%;
    font-size: 16px;
    color: #fff !important;
    margin: 0px;
    padding: 14px 18px 14px 18px;
    border: none;
    background: #3e80ed;
    text-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    text-transform: none;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    max-width: 245px;
    border-radius: 4px;
    cursor: pointer;
	    max-width: 100% !important;
}
.filter-homepage #beautiful-taxonomy-filters-form select {
    margin-bottom: 10;
}