/*
AC TEXAS BM - CUSTOM
*/

/*
.row-fullwidth {
  width: 100vw;
  margin: 0;
  position: relative;
  left: calc((100vw - 100%) / 2 * -1);
  right: calc((100vw - 100%) / 2 * -1);
  padding-left: calc(((100vw - 100%) / 2) - 15px);
  padding-right: calc(((100vw - 100%) / 2) - 15px);
}
*/
/*
Helper
*/
body {
	overflow-x: hidden;
}
.no-grad a{
    background-image: none !important;
    font-weight: bold;
}
.text-center {
    text-align:center;
}
.weight-400 {
	font-weight: 400 !important;
}
body select {
    background-position: 99%;
}
/*
Header Section
*/
@media(max-width: 768px){
	body .userway.userway_p1 {
		top: 65px !important;
	}
}
.site-header.site-header-classic.header-transparent {
        position: static;
}
.home .site-header.site-header-classic.header-transparent {
        position: absolute;
}
.home .site-header.site-header-classic.header-shadow {
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    background: none;
}
/*
.site-header.site-header-classic.header-shadow {
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    background: none;
}
*/
.top-bar-menu ul {
    padding: 0;
    margin: 0;
}

.top-bar-menu li {
    padding: 0 10px;
    display: inline-block;
    list-style:none;
}
.top-bar-menu li::last-of-type {
    padding-right: 0;
}
.top-bar-menu li a{
    text-transform: uppercase;
}
.top-bar-left i {
    margin-right: 5px !important;
    line-height: 163%;
    color: white;
}

.site-header.site-header-classic.header-brand-left .extras {
    display: none;
}

@media only screen and (max-width: 544px) and (min-width: 320px){
    body .site-header.site-header-classic.header-brand-left .header-brand a, body .site-header.site-header-classic.header-brand-right .header-brand a {
        width: 90%;
    }
    .logo.logoDefault {
        width: 240px !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 544px) and (min-width: 320px){
	body .site-topbar .site-topbar-flex .topbar-right {
	    justify-content: center;
	    margin-top: 0;
	}
	#site-topbar {
		/*display: none;*/
	}
	#site-topbar .topbar-right {
	    /*display: none;*/
		margin-top: 0;
    	padding-top: 0;
		display: block;
	}
	.header-widget .location-ul { 
		display:none !important;
	}
}

.home .site-header .navigator .menu>li .sub-menu a {
    color: #273272;
}

.home .logo.logoDefault{
filter: drop-shadow(1px 1px 0px #fff);
}
@media(max-width: 480px) {
	.logo.logoDark {
	    width: auto;
	    height: auto;
	    max-width: 85%;
	}
	.site-header-sticky.header-brand-left .header-brand {
		max-width: 78%;
	}
	.caldera-forms-modal img {
		width: 80% !important;
    position: relative !important;;
    top: 6px !important;;
	}
}

@media(min-width: 768px) {
    .mob-contact-info {
        display: none;
    }
}
.mob-contact-info {
    color: white;
    background: #ba7a84;
    padding: 5px 15px;
    min-height: 25px;
    margin-left: -18px;
    margin-right: -18px;
}
.mob-contact-info a {
    color: white;
}

/*
Home Page
*/
@media (min-width: 768px){
	#lets-help .caldera-grid .col-sm-3 {
        width: 27%;
        padding-left: 15.5px;
        padding-right: 15.5px;
	}
	#lets-help .caldera-grid .col-sm-3.last_col {
        text-align: right;
        width: 19%;
    }
}
@media (max-width: 767px){
    #lets-help .caldera-grid .form-group {
        margin-bottom: 20px !important;
    }
}

#lets-help .caldera-grid .form-control {
    background: transparent;
        height: 50px;
    color: white;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    padding-left: 1px;
    border-radius: 0;
    text-transform: none;
    letter-spacing: 0;
}
#lets-help .caldera-grid select.form-control option {
    background: #2e3c7e;
}
#lets-help ::-webkit-input-placeholder {
  color: #ffffff;
}
#lets-help ::-moz-placeholder{
    color: #ffffff;
}
#lets-help :-ms-input-placeholder {
  color: #ffffff;
}
#lets-help :-moz-placeholder {
  color: #ffffff;
}
#lets-help .caldera-grid input[type=submit] {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}
#lets-help .caldera-grid .has-error .help-block {
    display: none;
}
#lets-help .form-control.parsley-error {
    border-color: #e4292b !important;
}
.lets-help-title-wrap {
    overflow: visible !important;
}
.lets-help-title {
    position:relative;
}
.lets-help-title::after {
    content: '';
    width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #5c5d68;
  position:absolute;
  z-index: 99;
  right: 120px;
    bottom: -1px;
}

@media (max-width: 767px){
    .lets-help-title-wrap {
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .lets-help-title > div {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .lets-help-title h2 {
        font-size: 20px !important;
        line-height: 27px !important;
    }
	#lets-help .row.last_row .text-center{
	   text-align: left;
	}
}

#lets-help .row.last_row {
   margin-top: 20px;
}

#service-sec-title {
        background-position: bottom right !important;
        border-bottom: 1px solid #ccc;
}
#actexas-offers {
    position: relative;
}
#actexas-offers::after {
    content: '';
    left: 0;
    top: 0;
    bottom: 80%;
    position: absolute;
    width: 85%;
    height: 78%;
    background: #ba7a84;
    z-index: 0;
    display: block;
}

.actexas-offers {
    position:relative;
    z-index: 5;
}
.actexas-offers-inner {
    max-width: 36%;
    padding: 45px 80px;
    -webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.33);
}
#actexas-offers ul {
    padding-left: 0;
}
#actexas-offers ul li {
    position: relative;
    list-style:none;
    /*display: flex;*/
    padding-left: 30px;
    margin-bottom: 15px;
}
#actexas-offers ul li::before {
    content: '\f0a3';
    position: absolute;
    top: 0;
    left: 0;
    color: #5c5d68;
    font-family: 'FontAwesome';
}

#right-200 {
    margin-right: -200%;
}

@media(max-width: 768px) {
    #actexas-offers::after {
        width: 100%;
    }
    .actexas-offers-inner {
            padding: 45px 30px;
    }
}



#site #bm-faq .vc_tta-accordion {
    background: #ffffff;
    padding: 0px 0px;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.responsive .vc_figure,
.responsive .vc_single_image-wrapper,
.responsive .vc_single_image-wrapper img {
    width: 100%;
}
#site #bm-faq .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a i {
    display: block;
}
.cta-red {
    position: relative;
}
.cta-red::after {
    content: '';
    position: absolute;
    display: block;
    left: 50px;
    right: 50px;
    top: 30px;
    bottom: 30px;
    border: 1px solid white;
}
.cta-red h2,
.cta-red h2 a{
   font-size: 2.75rem !important;
    font-weight: 800 !important;
    color: white !important;
    letter-spacing: 2px;
}
.cta-red h3{
        font-size: 2.15rem !important;
    color: white !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 135%;
}
.cta-red-text {
    position: relative;
    z-index: 202;
}
@media(max-width: 768px) {
    .cta-red h3 {
        font-size: 2rem !important;
    }
    .cta-red-text {
            padding: 0 40px;
    }
}


#adoption-process .sk-static-box-wrapper,
#adoption-process .sk-static-box-content,
#adoption-process .sk-static-box-desc
{
    text-align: center;
    color: white;
    padding: 0 15px;
}
#adoption-process h3 {
    margin-top: 25px;
    font-size: 28px;
}
#adoption-process .contact-us h3 {
    color: #ba7a84;
}
#adoption-process .meet-counselor h3 {
    color: #d2c6ac;
}
#adoption-process .select-family h3 {
    color: #d9c1c3;
}


/*
Footer Section
*/

.footer-contact-title h3 {
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #535353 !important;
    margin-bottom: 5px;
}
.footer-contact-title h3 a {
    color: #5c5d68;
}
.footer-contact-titlep {
    font-weight: bold;
}
#footer-form .caldera-grid .form-control {
    background: #ffffff;
    height: 50px;
    color: #535353;
    box-shadow: none;
    border: 1px solid #cecece;
    border-radius: 0;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Poppins';
}
#footer-form .caldera-grid textarea.form-control {
    height: 130px;
}
#footer-form .caldera-grid .form-group {
     margin-bottom: 30px;
}
#footer-form ::-webkit-input-placeholder {
  color: #535353;
}
#footer-form ::-moz-placeholder{
    color: #535353;
}
#footer-form :-ms-input-placeholder {
  color: #535353;
}
#footer-form :-moz-placeholder {
  color: #535353;
}
#footer-form .caldera-grid input[type=submit] {
    padding-left: 60px;
    padding-right: 60px;
    font-weight: bold;
    color: white;
    background: #ba7a84;
    border-radius: 2em;
    border: 1px solid #ba7a84;
}
#footer-form .caldera-grid .checkbox {
    margin-bottom: 15px;
}
#footer-form .caldera-grid .checkbox input[type=checkbox] {
    margin-right: 10px;
}
.btn-extra a{
       padding-left: 75px !important;
    padding-right: 75px !important;
    font-weight: bold;
    font-size: 30px !important;
    font-family: 'Poppins';
    line-height: 30px !important;
}

#site-footer .info-content h4 {
        font-size: 26px;
}
#site-footer .content-bottom-widgets aside .widget {
    border-top: 5px solid;
    border-color: #ba7a84;
}
.widget.widget_nav_menu ul li a {

}
.widget.widget_nav_menu ul li a::before {
    color: white;
}
.footer-address li {
    display: flex;
    margin-bottom: 15px;
    color: white;
}
.footer-aside-wrap i.fa{
    font-size: 20px;
    width: 33px;
    text-align: left;
    padding-top: 3px;
}
.footer-aside-wrap i.fa.fa-envelope{
    font-size: 17px !important;
}
.site-footer .footer-widgets a {
    color: #ffffff;
}

.custom-btn a {
    font-size: 18px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
}



.tx-button a {
    background: #c6d3e3 !important;
    height: 50px !important;
    font-family: Rubik !important;
    font-style: normal !important;
    color: #182158 !important;
    text-transform: uppercase !important;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 1px;
    padding-top: 0px;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
    border-top: 0px none #000000;
    border-right: 0px none #000000;
    border-bottom: 0px none #000000;
    border-left: 0px none #000000;
    border-radius: 50px;
}
.tx-button.red a {
    background: #d6002a !important;
    color: #ffffff !important;
}
.tx-button a:after {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    background: #020620;
    z-index: -1;
    -webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.tx-button a:hover {
    color: #ffffff !important;
}
.tx-button a::after {
    background-color: #273272 !important;
}

.tx-button a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}



/*
Contact Page
*/

#map-wrap {
    -webkit-box-shadow: 0px 3px 6px -1px rgba(179,179,179,0.7);
-moz-box-shadow: 0px 3px 6px -1px rgba(179,179,179,0.7);
box-shadow: 0px 3px 6px -1px rgba(179,179,179,0.7);
}
.contact-page-form > div {
    -webkit-box-shadow: -2px 2px 4px -1px rgba(179,179,179,0.7);
-moz-box-shadow: -2px 2px 4px -1px rgba(179,179,179,0.7);
box-shadow: -2px 2px 4px -1px rgba(179,179,179,0.7);
}
.contact-form-widgets {
    -webkit-box-shadow: 0px 2px 4px -1px rgba(179,179,179,0.7);
-moz-box-shadow: 0px 2px 4px -1px rgba(179,179,179,0.7);
box-shadow: 0px 2px 4px -1px rgba(179,179,179,0.7);
}

.intl-tel-input {
display: block !important;
}

/*.page-id-77 .lets-help-title-wrap {
    margin-top: -85px !important;
}*/

.header-widget .custom-html-widget {
	display: flex;
}
.header-widget .location-ul {
	display: inline-flex;
    margin-left: 20px;
}
.header-widget .location-ul li {
	padding:0 6px;
	position: relative;
}
.header-widget .location-ul li::after {
	content: '';
	position: absolute;
	right: 0;
    top: calc(50% - 6px);
    height: 50%;
    width: 1px;
	background: white;
}
.header-widget .location-ul li:last-of-type::after {
	display: none;
}

.home .site-header .navigator .menu > li a {
color: white;
}

.home .site-header .navigator .menu > li.current-menu-item > a, 
.home .site-header .navigator .menu > li.current_page_item > a {
color: white;
}


.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}

.caldera-forms-modal {
	position: absolute;
    display: inline-block;
    width: 52px;
    top: -8px;
}

.caldera-front-modal-container.remodal {
    background: #ffffff url(../img/txbm-chat-lx-new.png) no-repeat !important;
    background-position: 2% 12% !important;
    margin-top: 50px;
}
@media only screen and (min-width: 641px){
	.caldera-front-modal-container.remodal {
		max-width: 700px;
		background: #f4ec41;
		padding: 40px 40px 40px 150px;
		border-radius: 0;
	}
}
@media only screen and (max-width: 640px){
	.caldera-front-modal-container.remodal {
		background-position: 40% 2% !important;
		margin-top: 50px;
		padding-top: 116px;
	}
}
.remodal .caldera-grid .form-control{
   background: #fff;
    height: 50px;
    color: #535353;
    box-shadow: none;
    border: 1px solid #cecece;
    border-radius: 0;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Poppins';
}
.remodal .cld-btn01 {
       padding-left: 60px;
    padding-right: 60px;
    font-weight: 700;
    color: #fff;
    background: #e4292b;
    border-radius: 2em;
    border: 1px solid #e4292b;
}
.remodal-close:focus, .remodal-close:hover {
    color: #000;
    background: transparent !important;
}

#site-header .header-brand .caldera-forms-modal {
	 max-width: 18%;
    position: absolute;
    right: 49px;
    top: 16px;
}
@media only screen and (max-width: 768px) and (min-width: 480px){
	
	#site-header .header-brand .caldera-forms-modal {
		 max-width: 18%;
		position: absolute;
		right: 68px;
    top: 37px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 545px){
	
	#site-header-sticky .caldera-forms-modal {
		position: absolute;
		display: inline-block;
		width: 52px;
		top: 10px;
    right: 72px;
	}
}

@media only screen and (max-width: 544px) and (min-width: 320px){
	#site-header-sticky .logo.logoDefault {
		width: 200px !important;
		height: auto !important;
	}
	#site-header-sticky .caldera-forms-modal {
		position: absolute;
		display: inline-block;
		width: 52px;
		top: 18px;
		right: 55px;
	}
	.site-header-sticky .header-brand {
    margin-top: 15px; 
	}
	.caldera-front-modal-container.remodal {
		margin-top: 10px;
	}
}
@media(min-width: 769px) {
	#site-header-sticky .caldera-forms-modal,
	#site-header .header-brand .caldera-forms-modal{
		display: none;
	}
}

.ht-notification-text p {
    color: #ffffff	;
    text-align: center;
    font-size: 16px;
}



@media(max-width: 768px) {
	.ht-n-top .ht-n-close-toggle {
		right: -4px;
	}
}
.info-box.top-bar-left {
	margin-right: 20px;
}
.info-box.top-bar-left:last-of-type {
	margin-right: 20px;
}
.info-box.top-bar-left i {
	position: relative;
    top: 2px;
}
@media(max-width: 500px){
	.header-widget .custom-html-widget {
		flex-direction: column;
	}
}

#lets-help-tabs .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a,
#contact-us .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a{
    padding: 11px 20px;
    min-height: 50px;	
	
}
#lets-help-tabs .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab,
#contact-us .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab{
    display: inline-block;
}
#contact-us .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container {
    padding: 30px 0 0;
}

.info-box.top-bar-right i{
	margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    line-height: 27px;
    color: white;
}
.info-box.top-bar-right a {
	font-size: 14px;
	padding: 0 4px;
}

@media(max-width: 768px) {
#lets-help-tabs .vc_tta-tabs.vc_tta-tabs-position-top {
background: transparent !important; 
}
.obj-fit img {
display: none;
}
	#footer-contact > div {
		padding-right: 10px !important;
		    padding-left: 20px !important;
	}
}
.caldera-grid .checkbox-inline,
.caldera-grid .checkbox-inline+.checkbox-inline {
	margin-left: 0;
	margin-right: 10px;
}

@media(max-width: 480px){
	#footer-sec-title .btn-extra {
			padding-right: 30px !important;
			padding-left: 30px !important;
	}
	#footer-sec-title .btn-extra a {
		padding-left: 35px !important;
    padding-right: 35px !important;
	}
	#call-us-cta {
	    padding-top: 50px !important;
    padding-bottom: 50px !important;
	}
	.mobi-order-1 {
		order: 1;
	}
	.mobi-order-2 {
	order: 2;
	}
}


body .UOwDcMyDzzjMNkj1UJMxyuTDMMQQMAitheme--light {
display: none !important;
}

.footer-copyright {
    position: relative
}
.footer-copyright::after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
}
.layout-frame .site.wrap {
    padding-bottom: 26px;
}
/* html body [data-nosnippet], */
[class$="--light"]  {
    display: none !important;
}


.layout-frame #frame span.frame_bottom {
    height: 45px !important;
}
@media only screen and (max-width: 768px){
	body.layout-frame #frame {
		display: block !important;
	}
	.layout-frame #frame span.frame_top,
	.layout-frame #frame span.frame_right,
	.layout-frame #frame span.frame_left {
		display: none !important;
	}
    .layout-frame #frame span.frame_bottom {
    height: 0px !important;
}

}


#lets-help .gform_wrapper.gravity-theme .gfield input,
#lets-help .gform_wrapper.gravity-theme .gfield select {
        border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    padding-left: 0;
    color: #fff;
}
#lets-help .gform_wrapper.gravity-theme .gfield select option {
    background: #2e3c7e;
}
#lets-help  .gform_button.button {
padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.42857143;
}
#lets-help .gform_footer {
    text-align:center;
    margin-top: 15px;
}
#lets-help .grecaptcha-badge {
    visibility: hidden;
}
#lets-help .gform_wrapper.gravity-theme .ginput_container_date input,
#footer-form .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}
#footer-form .gform_wrapper.gravity-theme .gfield-choice-input+label{
    max-width: 100%;
}
    .gform_wrapper div.validation_error,.gform_wrapper .gform_validation_errors,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
    .gform_wrapper .validation_message {
        display: none;
    }
    .gform_wrapper li.gfield.gfield_error {
        padding-top: 0;
    }
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
        margin-top: 8px;
    }
    .gform_wrapper li.gfield.gfield_error,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        background-color: transparent;
        margin-bottom: 6px!important;
        border-top: none;
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 0;
        box-sizing: border-box;
    }
    .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
    .gform_wrapper li.gfield_error textarea,
    .gform_wrapper .gfield_error [aria-invalid=true] {
        border-bottom: 1px solid #e07171 !important;
    }
.gform_wrapper.gravity-theme .gfield_description {
	    font-size: 14px;
    padding-top: 0px;
    margin-top: -8px;
    font-style: italic;
}

#footer-form .gform_wrapper.gravity-theme .gfield input,
#footer-form .gform_wrapper.gravity-theme .gfield select,
#footer-form .gform_wrapper.gravity-theme .gfield textarea {
     background-color: white;
    border: 1px solid #cecece;
}
#footer-form .gform_button.button {
padding-left: 60px;
    padding-right: 60px;
    font-weight: bold;
    color: white;
    background: #ba7a84;
    border-radius: 2em;
    border: 1px solid #ba7a84;
    font-size: 14px;
    line-height: 1.42857143;
}
#footer-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
    #footer-form .gform_wrapper li.gfield_error textarea,
    #footer-form .gform_wrapper .gfield_error [aria-invalid=true] {
        border: 1px solid #c02b0a !important;
    }
#footer-form .gform_wrapper.gravity-theme .gform_footer,
#lets-help .gform_wrapper.gravity-theme .gform_footer {
	flex-direction: column;
    align-items: start;
}
#footer-form .gform_button.button,
#lets-help .gform_button.button {
	align-self: flex-start;
}
#footer-form .gform_footer.top_label,
#lets-help  .gform_footer.top_label {
	position: relative;
}
#footer-form .gform_ajax_spinner  {
	position: absolute;
    top: 31px;
    left: 20px;
    z-index: 99;
}
#lets-help  .gform_ajax_spinner  {
	position: absolute;
    top: 31px;
    left: 10px;
    z-index: 99;
}


    @media only screen and (min-width: 320px) and (max-width: 544px) {
        body .site-footer .footer-copyright.footer-copyright-left .footer-copyright-inner .footer-meta .social-icons a {
    margin: 5px 16px 0 0;
}

body .site-footer .footer-copyright.footer-copyright-left .footer-copyright-inner .footer-meta .social-icons a:last-child {
    display: none;
}
    }

#pf-badge-families .carouselItem .pf-item-inner {
	border-radius: 0 ;
	background: #ba7a84;
}

#pf-badge-families .pf-item img.pf-item-img{
	border-radius: 0;
}
#pf-badge-families .pf-item .pf-item-title h5 {
	color: white;
}
#pf-badge-families .pf-app .VueCarousel-dot-container button{
	    width: 20px !important;
    height: 20px !important;
}
#pf-badge-families .VueCarousel-dot.VueCarousel-dot--active {
	background-color: #ba7a84 !important;
}

.off-canvas-toggle[data-target=off-canvas-right]:after {
    content: "MENU";
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    background: #ba7a84;
    color: white;
    padding: 0px 4px;
    margin: 0;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    height: 25px;
}
.site-header-sticky .site-header-inner .off-canvas-toggle[data-target=off-canvas-right] {
	    position: relative;
    top: -12px;
}
.sliding-menu .off-canvas-toggle{
	-webkit-border-radius: 0 0 0 0px;
    -moz-border-radius: 0 0 0 0px;
    -ms-border-radius: 0 0 0 0px;
    -o-border-radius: 0 0 0 0px;
    border-radius: 0 0 0 0px;
}


.header-widget .widget:hover .info-box i {
	color: white;
}


/*07-03-2023*/
#page-banner .banner-btn a{
   font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}
#page-banner .txt-shadow{
    text-align: left;
    text-shadow:1px 1px 1px rgba(255,255,255,1);
}


.page-id-2669 .content-bottom-widgets{
	display: none;
}
.page-id-2669 .footer-widgets {
	padding-top: 75px;
}
.tx_consent_01 .gchoice {
	    display: flex;
    align-items: flex-start;
}
.tx_consent_01  .gfield-choice-input {
	    margin-right: 5px;
    position: relative;
    top: 6px !important;
}
#lets-help .gchoice label {
	color: #fff;
}
#cf-turnstile-gf-1 {
	text-align: left;
}

.gform_wrapper.gravity-theme #gform_1 .gform_footer,
#footer-form  .gform_wrapper.gravity-theme  .gform_footer{
	position: relative;
}
.gform_wrapper.gravity-theme #gform_1 .gform-loader,
#footer-form .gform_wrapper.gravity-theme .gform-loader{
	    position: absolute;
    left: 150px;
    top: calc(33% - 10px);
}
#footer-form .gform_wrapper.gravity-theme .gform-loader{
    left: 210px;
}

ul.info-box.top-bar-right {
	    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
	flex-wrap: wrap;
    gap: 5px;
}
ul.info-box.top-bar-right i {
    margin-right: 0px;
}
@media(max-width: 560px) {
	ul.info-box.top-bar-right {
		justify-content: center;
		align-items: center;
	}
}

.grecaptcha-badge {
	    z-index: 9999999 !important;
}

ul.tx-locations {
    list-style: none;
    column-count: 3;
    column-gap: 20px;
    color: #fff;
    padding-left: 0;
        margin-bottom: 35px;
}
ul.tx-locations li {
    margin-bottom: 5px;
}
@media(max-width: 560px) {
ul.tx-locations {
      column-count: 2;
}
}