/*
 Theme Name:   Helping Me Hear Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

/* ------------ SITE-WIDE STYLES ------------ */


.progress-container {
  width: 100%;
  background-color: transparent;
  height: 3px;
  display: block;
}
.progress-bar-blog {
  background-color: #faa819;
  width: 0%;
  display: block;
  height: inherit;
}

.admin-bar,
.admin-bar .navbar {
	margin-top: 32px;
}

body {
	color: #42526E;
    overflow-x: hidden;
    font-family: 'khula', sans-serif;
}

.blue-text {
	color: rgba(0,82,204, 1);
}

.yellow-text {
	color: rgba(250,168,25,1);
}

.page-wrapper {
	margin-top: 74px;
	margin-bottom:0;
}

.admin-bar .page-wrapper {
	margin-top:75px;
}

.grey-bg {
	background-color: rgba(246,247,251,1);
}

ul.check-mark li:before, ul.arrow-right li:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 2em;
	vertical-align: middle;
	padding-right: 15px;
}

ul.check-mark li:before {
	content: "\f058";
	color: rgba(250,168,25,1);
}

ul.arrow-right li:before {
	content: "\f0a9";
	color: rgba(0,82,204, 1);;
}

ul.check-mark.absolute li, ul.arrow-right.absolute li {
	position: relative;
	padding-left: 45px;
}

ul.check-mark.absolute li:before, ul.arrow-right.absolute li:before {
	position: absolute;
	left: 0;
	top: -0.45em;
	padding-right: 0;
}

h4.font-weight-light {
	line-height: 1.5;
}

.grecaptcha-badge {
	z-index: 1;
	font-style: i
}

h3 {
	font-size: 1.75rem !important;
}

/* ------------ PRIMARY BUTTON STYLES --------- */

.btn-primary, .btn-secondary, .btn-outline-primary {
	border-radius: 1.5rem;
}

.btn, .wpcf7 input[type=submit] {
	padding: .4rem 1.2rem .25rem 1.2rem;
}

.btn-primary:hover, .btn-outline-primary:hover {
	background-color: #0065FF;
	border-color: #0065FF;
}

/* ------------ SECONDARY BUTTON STYLES --------- */

.btn-secondary {
	color: #fff;
}

.btn-secondary:hover {
	color: #fff;
}

.btn-secondary.focus, .btn-secondary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ------------ FORM STYLES ----------- */

.custom-search #searchform .form-control {
	border-top-left-radius: 2.25rem;
	border-bottom-left-radius: 2.25rem;
	height: calc(2.75rem + 2px);
	border: none;
	padding: .375rem 1rem;
	-webkit-box-shadow: 10px 10px 27px 0px rgba(28,22,74,0.3);
	-moz-box-shadow: 10px 10px 27px 0px rgba(28,22,74,0.3);
	box-shadow: 10px 10px 27px 0px rgba(28,22,74,0.3);
}
.custom-search #searchform .form-control:focus {
	-webkit-box-shadow: 10px 10px 27px 0px rgba(28,22,74,0.3);
	-moz-box-shadow: 10px 10px 27px 0px rgba(28,22,74,0.3);
	box-shadow: 10px 10px 27px 0px rgba(28,22,74,0.3);
}

.custom-search #searchform .btn-secondary {
	border-top-right-radius: 2.25rem;
	border-bottom-right-radius: 2.25rem;
	font-size: 1.2rem;
	font-weight: 700;
	padding: .275rem 1rem;
	z-index: 3;
}

.drts .drts-bs-btn-primary {
	background-color:  rgba(250,168,25,1) !important;
	border-color: rgba(250,168,25,1) !important;
	text-transform: capitalize;
	font-weight: 700 !important;
}

/* ------------ NAV STYLES ------------ */

.navbar {
	padding: .75rem 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

.navbar-light .navbar-toggler {
	color: rgba(0,82,204, 1);;
	border-color: rgba(0,82,204, 1);
}

.navbar-light .navbar-nav .nav-link {
	font-weight: 600;
}

.nav-link::after {
	content: '';
    display: block;
    width: 0;
    height: 3px;
    background: rgba(250,168,25,1);
    transition: width .3s;
}

.navbar-light .navbar-nav li.active a.nav-link::after {
	content: '';
    display: block;
    height: 3px;
    background: rgba(250,168,25,1);
    transition: width .3s;
    width: 100%;
}

li.active:last-child .nav-link::after, .navbar-nav li:last-child .nav-link::after {
	display:none;
}

.navbar-nav li:last-child a.nav-link  {
	padding-top: 8px;
}

.navbar-light .navbar-nav li:last-child .nav-link:focus, .navbar-light .navbar-nav li:last-child .nav-link:hover, .navbar-light .navbar-nav li.active:last-child .nav-link {
	color: rgba(250,168,25,1);
}

.navbar-light .navbar-nav .nav-link:focus::after, .navbar-light .navbar-nav .nav-link:hover::after {
	width: 100%;
    transition: width .3s;
}

.navbar-light .navbar-nav li:last-child .nav-link::after, .navbar-light .navbar-nav li.active:last-child .nav-link::after  {
	width: 0% !important;
}

.navbar-light .navbar-nav li:last-child .nav-link:hover::after {
	width: 0% !important;
}

/* ------------ SIDEBAR STYLES ------------- */

.sidebar {
	top: 95px;
}

.sidebar.blog-sticky {
	top: 45px;
}

ul.sidebar-list, ul.hlv-posts {
	list-style: none;
	padding-left: 0;
}

ul.sidebar-list li a {
	color: #42526E;
}
ul.sidebar-list li a:hover {
	color: rgba(0,101,255, 1);
}

.sidebar h3 {
	font-weight: 600;
	color: rgba(0,82,204, 1);
}

.sidebar .form-control {
	border-radius: 1.25rem;
}

.sidebar #search-2 .input-group input {
	font-size: 1rem;
}

ul.hlv-posts li {
	border-bottom: 1px solid #ced4da;
	padding: 10px 0;
}

ul.hlv-posts li:last-child {
	border-bottom: none;
}

#accordionSidebar .card {
	box-shadow: none;
	border: 1px solid #ced4da;
}

#accordionSidebar .card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #ced4da;
	padding: .5rem 1.25rem .5rem 0rem;
}

#accordionSidebar.card-body {
	height: auto;
}

.accordion>.card .card-header {
	margin-bottom: -1px;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-radius: 0;
}

.accordion>.card:not(:last-of-type) {
	border-bottom: 0 !important;
}

.accordion>.card {
	overflow: hidden;
}

#accordionSidebar .btn-link {
	color: #42526E;
}

.jumbotron {
	background-image: linear-gradient(0deg, rgba(0,82,204,1) 20%, rgba(38,132,255,1) 80%);
	color: #ffffff;
	overflow: hidden;
}

/* ------------ HOMEPAGE STYLES ------------ */


/* ------------ CARD STYLES ---------------- */ 


.card.blog-post{
	box-shadow: 0 0 11px #eaf0f6;
}

.card.blog-post .d-inline-block {
	font-size: 1rem;
}

.card.blog-post img.wp-post-image {
	max-height: 280px;
	overflow: hidden;
}

.image-box {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.image-box img {
    max-width: 100%;
    transition: all 0.75s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.2);
}

/* ------------ RELATED POSTS CARD STYLES ---------------- */ 

.related-post .card.blog-post img.wp-post-image {
	max-height: 100%;
}

/* ------------ WEB DIRECTORY SEARCH STYLES --------*/

.w2dc-content.w2dc-search-form {
	background: transparent;
}

.w2dc-search-form {
	border: none;
	margin-bottom: 0;
}

.w2dc-search-overlay {
	padding: 0;
}

.w2dc-search-overlay.w2dc-container-fluid {
	padding-left: 0;
}

.w2dc-content .w2dc-form-control {
	border-radius: 1.55rem;
	padding: 6px 20px;
}

.w2dc-content .w2dc-form-control, .w2dc-content .w2dc-form-control:focus {
	border-radius: 1.55rem;
	padding: 6px 20px;
}

.w2dc-content .w2dc-form-control-feedback {
	right: 8px;
}

.w2dc-map-listing-logo, .w2dc-map-info-window-logo {
	display: none !important;
}

.w2dc-map-info-window-title {
	padding: 8px;
}

.w2dc-fields-group .w2dc-fields-group-caption {
	text-transform: none;
}

h1.w2dc-page-title-widget {
	font-weight: 700;
}

.w2dc-listing-header h2, .w2dc-fields-group .w2dc-fields-group-caption {
	font-weight: 600;
}

.w2dc-search-form-button.w2dc-on-row-button .w2dc-btn.w2dc-btn-primary {
	background-color: #faa819 !important;
	border-color: #faa819 !important;
	border-radius: 2.25rem;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px 30px 12px 30px;
} 

.w2dc-search-input-reset:before {
	content: '\e062' !important;
}

header.w2dc-map-listing-header h2 {
	font-size: 18px;
	font-weight: 700;
}



/* ------------ BLOG STYLES ---------------- */

.type-post h2 {
	color: rgba(0,82,204, 1);
	padding-top: 2rem;
}

article .entry-content img {
	padding:1rem 0 2rem 0;
}

article time.updated {
	display:none;
}

span.cat-links {
	padding-right: 10px;
}

.tagcloud a {
	font-size: 1rem !important;
	background-color: rgba(246,247,251,1);
	padding: 3px 12px;
	display: inline-block;
	margin-bottom: 6px;
	border-radius: 1.25rem;
}

.header-line {
	border-style: solid;
	border-width: 5px 0 0;
	border-color: #faa819;
	width: 90px;
}

/* ------------ DISPLAY POSTS STYLES ------------*/


.display-posts-pagination {
	margin: 30px auto 0px auto;
}

.display-posts-pagination a.page-numbers {
	position: relative;
  	display: inline-block;
  	padding: .5rem .75rem;
  	line-height: 1.25;
  	color: #0047b3;
  	background-color: #fff;
  	border: 1px solid #dee2e6;
  	border-radius: .25rem;
}

.display-posts-pagination a.page-numbers:hover {
	color: #003380;
  	background-color: #e9ecef;
  	border-color: #dee2e6;
}

.page-numbers.current {
	z-index: 1;
	position: relative;
  	display: inline-block;
  	padding: .5rem .75rem;
  	line-height: 1.25;
	color: #fff;
	background-color: #0047b3;
	border-color: #0047b3;
	border-radius: .25rem;
}

/* ------------ SEARCH STYLES ------------- */

p.search-lead {
	font-size: 1.75rem;
}

/* ------------ CONTACT STYLES ------------- */

#contact-hero {
		background-image: url(/wp-content/uploads/2020/03/hero-bg.svg);
		background-repeat: no-repeat;
		background-position: bottom;
}


/* ------------ FOOTER STYLES -------------- */

#footer {
	  
	color: #ffffff;
	background-color: rgba(0,82,204, 1);
}

#footer a {
	color: #fff;
}

#footer a:hover {	
	text-decoration: underline;
}

#menu-sitemap {
	padding-left:0;
}

#menu-sitemap li {
	list-style: none; 
	display: inline-block;
	width: 37%;
}

#menu-social-menu {
	display: inline-block;
	height: 1.96rem; 
	float: right;
}

#menu-social-menu li {
    display: inline-block;
    height: 1.96rem;
    margin-bottom: 0; 
}

#menu-social-menu li:not(:last-child) {
    margin-right: 30px; 
}

#menu-social-menu li:last-child {
	margin-right: .75rem;
}

#menu-social-menu a {
    font-size: 0;
    text-decoration: none;
}

#menu-social-menu a:hover {
	color: rgba(250,168,25,1);
	text-decoration: none;
}

#menu-social-menu a:before {
    display: block;
    font-size: 1.1rem;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    line-height: 1.4; 
}

#menu-social-menu a[href*="facebook.com"]:before {
    content: "\f39e"; 
}
#menu-social-menu a[href*="instagram.com"]:before {
    content: "\f16d"; 
}
#menu-social-menu a[href*="linkedin.com"]:before {
    content: "\f0e1"; 
}
#menu-social-menu a[href*="twitter.com"]:before {
    content: "\f099"; 
}
#menu-social-menu a[href*="youtube.com"]:before {
    content: "\f167"; 
}

#footer .site-info {
	font-size: 1rem !important;
}

.page-template-single-listing #wrapper-hero {
	display: none;
}

/* ------------ Single Search Page -------------- */

.page-template-find-an-expert .jumbotron {
	overflow: unset !important;
}

.page-template-find-an-expert .wcsearch-single-slider-string {
	color: #ffffff !important;
	font-weight: bold;
	margin: 5px 0 0 0;
	font-size: 16px;
	text-align: center;
}

.page-template-find-an-expert .wcsearch-search-input-single-slider .wcsearch-search-input-label{
	visibility: hidden;
	height: 0;
}

.page-template-find-an-expert .ui-slider-handle {
	background: #FFC000 !important;
	border: none !important;
	top: -11px !important;
}

.page-template-find-an-expert .ui-slider-handle.ui-state-focus,
.page-template-find-an-expert .ui-slider-handle.ui-state-hover {
	border-color: #ffffff !important;
	outline: 0 !important;
	box-shadow: 0 0 0 0.25rem #ffffff !important;
}

.page-template-find-an-expert .wcsearch-single-slider,
.page-template-find-an-expert .ui-slider-range{
	height: 10px !important;
}

.page-template-find-an-expert .wcsearch-search-input-label{
	margin-bottom: 0px !important;
}

.page-template-find-an-expert .wcsearch-search-input-label {
	color: #ffffff !important;
	font-size: 16px;
}

.page-template-find-an-expert input.wcsearch-form-control.wcsearch-main-search-field.ui-autocomplete-input:focus {
	border-color: rgb(250 168 25);
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(250 168 25) !important;
}

.page-template-find-an-expert .page-wrapper {
	position: relative;
}

.page-template-find-an-expert #wrapper-hero {
	background-color: rgba(0, 82, 204, 0.8);
	z-index: 1;
	width: 100%;
}

.page-template-find-an-expert .wcsearch-main-search-field {
	border-radius: 11px !important;
}

.page-template-find-an-expert .wcsearch-search-input-single-slider {
	max-width: 300px;
	margin: 0 auto;
}

.page-template-find-an-expert .wcsearch-search-form {
	margin-bottom: 0 !important;
}

.page-template-find-an-expert .w2dc-map-wrapper {
	margin-bottom: 0 !important;
}

.page-template-find-an-expert .w2dc-listing {
	box-shadow: none !important;
	border: 4px solid #0052CC !important;
	position: relative;
}

.page-template-find-an-expert .w2dc-orderby-distance{
	float: right;
	padding: 5px 7px 3px 7px !important;
	position: absolute;
	right: 15px;
	top: -12px;
}

.w2dc-featured-label {
	position: absolute;
	top: -13px;
	left: 15px;
	margin: 0;
	line-height: 0;
	padding: 11px 10px 10px 10px;
	display: inline-block;
	height: 20px;
	color: #000000 !important;
	border-radius: 5px;
}

.w2dc-featured-label::before {
	content: '\f058';
	font-family: FontAwesome;
	margin-right: 5px;
}

.page-template-find-an-expert .w2dc-listing h2 a{
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 5px !important;
	float: left;
}
.page-template-find-an-expert header.w2dc-listing-header {
	overflow: visible !important;
}
.page-template-find-an-expert .w2dc-listing h2 a:hover{
	text-decoration: underline;
	color: #0052CC !important;
}

.page-template-find-an-expert .w2dc-listing h2 a:focus{
	color: #0052CC !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 60%), 0 0 0 3px rgb(0 0 0 / 60%);
}

.page-template-find-an-expert .w2dc-listing address{
	font-size: 16px;
	clear: both !important;
}

.listing-read-more a {
	position: relative;
	color: #0052CC !important;
	font-weight: 700;
	text-decoration: none !important;
}

.listing-read-more a:hover::before {
	background-color: #faa819;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	transition: all .2s;
	width: 100%;
	z-index: 1;
}

.listing-read-more a:focus {
	box-shadow: 0 1px 3px rgb(0 0 0 / 60%), 0 0 0 3px rgb(0 0 0 / 60%);
}

.w2dc-map-info-window {
	box-shadow: none !important;
	border: 4px solid #0052CC !important;
	position: relative;
	border-radius: 10px;
	padding: 1rem 1rem 0 1rem;
}

.w2dc-map-info-window address{
	line-height: 1 !important;
	clear: both !important;
}

.w2dc-map-info-window .phone{
	margin-top: 5px;
}

.page-template-find-an-expert .w2dc-map-field-icon {
	display: none;
}

.w2dc-content .w2dc-map-info-window-title {
	color: #42526E !important;
	background: #ffffff !important;
	text-decoration: none;
	padding: 0 0 8px 0 !important;
	border-radius: 10px 10px 0 0;
}

.w2dc-map-info-window-title-link {
	color: #42526E !important;
	text-decoration: none !important;
}

.w2dc-map-info-window-title-link:hover {
	text-decoration: underline !important;
}

.w2dc-map-info-window-title-link:focus {
	text-decoration: underline !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 60%), 0 0 0 3px rgb(0 0 0 / 60%);
}

.w2dc-map-info-window-content {
	padding: 0 !important;
}

.w2dc-map-info-window-buttons-single {
	padding: 0 0 1rem 0 !important;
}

.page-template-find-an-expert .w2dc-map-info-window .w2dc-featured-label {
	font-size: 14px;
}

.page-template-find-an-expert .w2dc-visible-search-params {
	margin-bottom: 20px;
}

.page-template-find-an-expert .infoBox {
	max-width: 300px !important;
}

	/* ------------ Single Listing Page -------------- */

.page-template-single-listing .infoBox {
	display: none;
}

.page-template-single-listing .col-md {
	padding: 0;
}

/*.page-template-single-listing .w2dc-field-output-block,*/
/*.page-template-single-listing .w2dc-listing-single .w2dc-field-output-block-checkbox ul {*/
/*	overflow: visible;*/
/*}*/

.page-template-single-listing .site {
	margin-top: 70px;
}

.page-template-single-listing #find-an-expert {
	display: none;
}

.w2dc-listing-single {
	background: #F5F5F5;
	padding-bottom: 1rem;
}

.w2dc-single-listing-claim_listing_cta {
	background: #0052cb;
	color: #ffffff;
	padding: 1rem;
	text-align: center;
	position: sticky;
	top: 72px;
	z-index: 1;
}

.admin-bar .w2dc-single-listing-claim_listing_cta {
	top: 107px;
}

.w2dc-single-listing-claim_listing_cta p{
	margin: 0;
	font-size: 11px;
}

.w2dc-single-listing-claim_listing_cta a {
	color: #ffffff !important;
	text-decoration: none !important;
	position: relative;
}

.w2dc-single-listing-claim_listing_cta a::before {
	background-color: #faa819;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	transition: all .2s;
	width: 100%;
	z-index: 1;
}

.w2dc-single-listing-claim_listing_cta a:focus,
.w2dc-single-listing-claim_listing_cta a:hover {
	color: #000000 !important;
	background-color: #faa819;
}

.w2dc-listing-single .section {
	padding-left: 1rem;
	padding-right: 1rem;
}

.w2dc-listing-single .claim-listing-link {
	color: #42526E;
	font-size: 0.875rem;
	margin-left: calc(1rem + 30px);
	text-decoration: none;
}

.w2dc-listing-single .claim-listing-link i::before{
	margin-right: 10px;
}

.w2dc-listing-single .claim-listing-link:focus,
.w2dc-listing-single .claim-listing-link:hover {
	color: #0052CC !important;
	text-decoration: underline;
}
.w2dc-listing-single .claim-listing-link:focus {
	box-shadow: 0 1px 3px rgb(0 0 0), 0 0 0 3px rgb(0 0 0);
}

.w2dc-listing-single .w2dc-show-on-map a {
	text-decoration: none;
}

.w2dc-listing-single .w2dc-show-on-map a:focus,
.w2dc-listing-single .w2dc-show-on-map a:hover {
	color: #0052CC !important;
	text-decoration: underline;
}

.w2dc-listing-single .w2dc-show-on-map a:focus {
	box-shadow: 0 1px 3px rgb(0 0 0), 0 0 0 3px rgb(0 0 0);
}

.w2dc-listing-single a.listing-link i {
	margin-right: 1rem;
}

.w2dc-listing-single a.listing-link:hover,
.w2dc-listing-single a.listing-link:focus {
	color: #0052CC !important;
	text-decoration: underline;
}

.w2dc-listing-single a.listing-link:focus {
	box-shadow: 0 1px 3px rgb(0 0 0 / 60%), 0 0 0 3px rgb(0 0 0 / 60%);
}

.w2dc-listing-single a.listing-link:not(.btn) i::before {
	width: 30px;
	height: 30px;
	display: flex;
	color: #ffffff;
	background: #0052cc;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.w2dc-listing-single .w2dc-listing {
	margin-bottom: 0;
}

.w2dc-listing-single img {
	padding: 0 !important;
}

.w2dc-listing-single h2 {
	font-size: 1.5rem;
	font-weight: 700 !important;
	margin-bottom: 1rem;
	margin-top: 0;
}

.w2dc-listing-single h3 {
	font-size: 1.2rem;
	font-weight: 700 !important;
}

.w2dc-listing-single hr{
	border: 1px solid #000000;
	margin: 2rem 0;
}

.w2dc-single-listing-header {
	padding-top: 1rem;
}

.w2dc-single-listing-header h1 {
	font-size: 2rem;
	margin-bottom: 0;
}

.w2dc-single-listing-header .verified li {
	background: rgba(250,168,25,1) !important;
	line-height: 1;
}

.w2dc-single-listing-header address {
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: 1rem !important;
}

.w2dc-single-listing-header .image-wrap {
	max-width: 300px;
	margin: 0 auto;
}

.w2dc-single-listing-header img {
	width: 100%;
}

.w2dc-listing-single .listing-link-wrap {
	margin-bottom: 1rem;

}

.w2dc-listing-single a.listing-link {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	width: fit-content;
	line-height: 1;
}

.w2dc-listing-single .btn {
	text-decoration: none !important;
	line-height: 1;
	color: #ffffff !important;
}

.w2dc-listing-single .btn i {
	margin-right: 1rem;
}

.w2dc-listing-single .share-listing span {
	font-size: 1.1rem;
	font-weight: 700;
}

.w2dc-listing-single .share-links {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}

.w2dc-listing-single .share-links a{
	font-size: .8rem;
}

.w2dc-listing-single .btn.btn-primary:hover {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
	text-decoration: underline !important;
}

.w2dc-listing-single .btn.btn-primary:focus {
	box-shadow: 0 1px 3px rgb(0 0 0 / 60%), 0 0 0 6px rgb(0 0 0 / 60%);
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.w2dc-single-listing-header_links {
	margin-bottom: 1rem;
}

.w2dc-single-listing-reviews .content-right {
	display: none;
}

.w2dc-single-listing-reviews .no-reviews {
	background: #ffffff;
	border-radius: 20px;
	max-width: 800px;
	margin: 0 auto;
	display: block;
	column-gap: 20px;
	padding: 2rem;
	align-items: center;
}

.w2dc-single-listing-reviews img{
	width: 100%;
}

.w2dc-single-listing-reviews strong {
	line-height: 1;
}

.w2dc-single-listing-reviews .text {
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}

.w2dc-single-listing-reviews .image-wrap {
	max-width: 300px;
	margin: 0 auto;
}

.w2dc-single-listing-reviews .claim-listing-link {
	margin: 0;
}

.w2dc-single-listing-directions-hours .w2dc-single-listing-location {
	margin-bottom: 3rem;
}

.w2dc-single-listing-directions-hours .w2dc-hours-field strong {
	width: 50px;
}

.w2dc-single-listing-directions-hours .claim-listing-link {
	margin: 0 0 1rem 0;
}

.w2dc-single-listing-directions-hours .image-wrap {
	margin: 2rem 0;
	text-align: center;
}

.w2dc-single-listing-directions-hours address {
	font-size: 1rem !important;
}

.w2dc-single-listing-services h2 {
	margin-bottom: 0;
	text-align: center;
}

.w2dc-single-listing-services p {
	margin-bottom: 2rem;
}

.w2dc-single-listing-services ul {
	padding: 0;
	list-style: none;
}

.w2dc-single-listing-services ul li{
	float: none !important;
	width: 100% !important;
	font-size: 1.2rem;
	font-weight: 700;
}

.w2dc-single-listing-services ul li .w2dc-field-icon{
	margin-right: 1rem;
}

.w2dc-single-listing-services ul li .w2dc-field-icon::before{
	background: #D1D0D0;
	color: #ffffff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.w2dc-single-listing-services,
.w2dc-single-listing-insurance{
	max-width: 600px;
	margin: 0 auto;
}

.w2dc-single-listing-insurance {
	text-align: left;
}

.w2dc-single-listing-insurance h2 {
	text-align: center;
}

.w2dc-single-listing-about_links,
.w2dc-single-listing-insurance_links {
	display: flex;
	flex-direction: column;
	column-gap: 2rem;
	margin-top: 2rem;
	align-items: center;
}

.w2dc-single-listing-sticky_cta {
	background: #0152cb;
	color: #ffffff;
	padding: 2rem;
	border-radius: 20px;
}

.w2dc-single-listing-sticky_cta h2{
	margin-bottom: 1rem !important;
}

.w2dc-single-listing-sticky_cta .btn-secondary{
	color: #000000 !important;
	text-decoration: none !important;
}

.w2dc-single-listing-sticky_cta .btn-secondary:hover,
.w2dc-single-listing-sticky_cta .btn-secondary:focus {
	color: #000000;
	background-color: #fbc974;
	text-decoration: underline !important;
}

.w2dc-single-listing-sticky_cta .btn-secondary:focus {
	box-shadow: 0 1px 3px rgb(0 0 0), 0 0 0 6px rgb(0 0 0);
}

.w2dc-single-listing-sticky_cta .row {
	align-items: center;
}

.w2dc-single-listing-sticky_cta h2,
.w2dc-single-listing-sticky_cta p {
	text-align: center;
}

.w2dc-single-listing-sticky_cta .claim-listing-link {
	color: #ffffff !important;
	text-display: none;
	text-decoration: none !important;
}

.w2dc-single-listing-sticky_cta .claim-listing-link:focus,
.w2dc-single-listing-sticky_cta .claim-listing-link:hover {
	color: #faa819 !important;
	text-decoration: underline !important;
}
.w2dc-single-listing-sticky_cta .claim-listing-link:focus {
	box-shadow: 0 1px 3px rgb(0 0 0), 0 0 0 3px rgb(0 0 0);
}


.w2dc-listing-single .w2dc-checkboxes-columns-2 {
	margin-bottom: 0 !important;
}

.w2dc-listing-single .w2dc-field-checkbox-item-checked {
	color: #000000 !important;
}


.w2dc-listing-single .w2dc-field-checkbox-item-checked span {
	line-height: 1;
	padding: 0;
	display: inline-block;
	height: 19px;
	vertical-align: -12% !important;
	color: #000000 !important;
}


/* ------------ Find and Expert Search Page -------------- */

/*.page-template-find-an-expert .w2dc-map-search-panel-wrapper {*/
/*	width: 100%;*/
/*	height: 50%;*/
/*	background: rgba(0,82,204, .8);*/
/*}*/

/*.page-template-find-an-expert .w2dc-maps-canvas.w2dc-sidebar-open {*/
/*	margin-left: 0;*/
/*	width: 100% !important;*/
/*}*/

/*.page-template-find-an-expert .w2dc-map-listings-panel {*/
/*	display: none;*/
/*}*/

/*.page-template-find-an-expert .w2dc-map-sidebar-toggle-container {*/
/*	display: none;*/
/*}*/

/* ------------ MEDIA QUERIES -------------- */

/*Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { }

 Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {  }

Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {  }

Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {  }*/

@media (max-width: 575.98px) {  
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(44,48,168, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); 
	}
	#menu-social-menu {
		float: left;
		padding-left: 0;
	}
	.mb-border {
		border-right: 0 !important;
		border: 0 !important;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar {
		background-color: #fff;
	}
	.navbar-dark .navbar-nav .nav-link {
		color: rgba(0,71,179, 1);
	}
	.navbar-dark .navbar-nav .nav-link:hover {
		color: rgba(21,30,137, 1);
	}
	.navbar-nav li .nav-link::after {
		display:none;
	}
	.navbar-nav li:not(:nth-child(5)) {
		border-bottom: 1px solid #eee;
	}
	.nav-link {
		padding: .75em 1rem;
	}
	.navbar-light .navbar-nav li.active a.nav-link::after {
		width: 0%;
	}

}

@media (max-width: 1199.98px) {
	h1.display-1 {
		font-size: 3.6rem;
	}
}

@media (min-width: 576px) {
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(44,48,168, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); 
	}
}
@media (min-width: 600px) {
}
@media (min-width: 768px ){

	.page-template-single-listing .col-md {
		padding-left: 15px;
		padding-right: 15px;
	}

	.custom-search #searchform .btn-secondary {
		padding: .275rem 2.75rem;
	}

	.page-template-single-listing .site {
		margin-top: 75px;
	}

	.w2dc-single-listing-claim_listing_cta {
		top: 75px;
	}

	.w2dc-single-listing-claim_listing_cta p{
		font-size: 1rem;
	}

	.w2dc-single-listing-header h1 {
		font-size: 2.5rem;
	}

	.w2dc-listing-single h2 {
		font-size: 1.875rem;
		margin-bottom: 1rem;
	}

	.w2dc-single-listing-reviews .no-reviews {
		background: #ffffff;
		border-radius: 20px;
		max-width: 800px;
		margin: 0 auto;
		display: flex;
		column-gap: 20px;
		padding: 2rem;
		align-items: center;
	}

	.w2dc-single-listing-header address {
		font-size: 1.25rem !important;
	}

	.w2dc-single-listing-about_links,
	.w2dc-single-listing-insurance_links {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.w2dc-single-listing-services ul li{
		float: left !important;
		width: 50% !important;
	}

	.w2dc-single-listing-reviews .no-reviews .image-wrap {
		display: block;
	}

}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	#wrapper-hero .w2dc-content .w2dc-col-md-10 {
		width:75%;
	}
	#wrapper-hero .w2dc-content .w2dc-col-md-2 {
		width: 24.666667%
	}
	.hero-img {
		margin-left: -7%;
	}


	.w2dc-single-listing-header .image-wrap {
		max-width: unset;
	}

	.w2dc-single-listing-header {
		display: flex !important;
		column-gap: 1rem;
	}

	.w2dc-single-listing-header .content-left {
		flex-basis: 50%;
	}

	.w2dc-single-listing-header .content-right {
		flex-basis: 50%;
	}

	.w2dc-single-listing-header {
		padding-top: 2rem;
	}

	.w2dc-listing-single {
		padding-bottom: 2rem;
	}

	.w2dc-listing-single .section {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.w2dc-single-listing-insurance {
		text-align: center;
	}

	.w2dc-single-listing-sticky_cta h2,
	.w2dc-single-listing-sticky_cta p {
		text-align: left;
	}

	.w2dc-single-listing-sticky_cta .claim-listing-link {
		color: #ffffff !important;
	}

	.w2dc-single-listing-sticky_cta .claim-listing-link:focus,
	.w2dc-single-listing-sticky_cta .claim-listing-link:hover {
		color: #faa819 !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	p.lead {
		font-size: 1rem;
		margin-bottom: 0;
	}
	h2 {
		font-size: 2rem;
	}
	h3.card-title {
		font-size: 1.5rem;
	}
	.sidebar #searchform input.field {
		width: 100%;
		margin-bottom: 12px;
	}
	.sidebar #searchform input.field, .sidebar #searchform .btn {
		border-radius: 1.25rem !important;
	}
	.home h1.display-1 {
		font-size: 3rem;
		padding-top: 1.5rem;
	}
	.w2dc-content .w2dc-col-md-2 {
		width: 100%;
	}
	#wrapper-hero .w2dc-content .w2dc-col-md-2 {
		width: 40%;
	}
	.w2dc-col-md-10.w2dc-search-input-field-wrap ~ .w2dc-search-submit-button-wrap {
		padding-left: 15px !important;
	}
	.home .jumbotron h3 {
		font-size: 1.35rem;
	}
	.w2dc-content .w2dc-form-control, .w2dc-content .w2dc-form-control:focus, .w2dc-content .w2dc-btn {
		height: 45px;
	}

}
@media (min-width: 1024px) {
 .w2dc-single-listing-reviews .w2dc-single-listing-reviews_wrap {
	 display: flex;
	 position: relative;
 }

	.w2dc-single-listing-reviews .content-left {
		background: white;
		border-radius: 20px;
		width: 84%;
		padding-right: 236px;
		padding-left: 35px;
	}

	.w2dc-single-listing-reviews .content-right {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}

	
}
@media (min-width: 1200px){
	.hero-img {
		max-width: none !important;
	}
}





