@font-face {
  font-family: "Conthrax";
  src: url('/wp-content/themes/DNVCheques/fonts/Conthrax/Conthrax-SemiBold.otf');
  font-weight: 600;   /* semi-bold */
}

@font-face {
  font-family: "Proxima Nova";
  src: url('/wp-content/themes/DNVCheques/fonts/ProximaNova/proximanova_regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url('/wp-content/themes/DNVCheques/fonts/ProximaNova/proximanova_bold.otf');
  font-weight: 700;
}

html, body{
    font-size: 16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Proxima Nova';
    color: #000;
    line-height: 30px;
	font-weight: normal;
}
b, strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    margin: 40px 0 20px;
	font-weight: bold;
}
h1 {
	font-size: 48px;
	line-height: 1.25;
}
h2 {
	font-size: 3rem;
	line-height: 3.4375rem;
	font-weight: 700;
}
h3 {
	font-size: 30px;
	line-height: 1.5;
}
h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}
h5 {
	font-size: 20px;
	line-height: 28px;
}
h6 {
	font-size: 16px;
	line-height: 20px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
p{
	margin: 0 0 20px;
}
p:last-child {
	margin: 0;
}

ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin: 0 0 20px;
}
ul ol,
ol ul,
ul ul,
ol ol {
	margin-bottom: 0;
}
ol {
	padding-left: 20px;
}
ol li {
	list-style-type: decimal !important;
	padding: 7.5px 0 !important;
}
ol li:before {
	content: none !important;
}
ul li {
	position: relative;
	list-style-type: none;
	padding: 0 0 0 15px;
}
ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	font-size: 5px;
}
a{
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	color: var(--brand-orange);
	text-decoration: none;
}
a img{
	border: 0px none;
}
img{
    max-width: 100%;
    height: auto;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #000 !important;
}

/* Wordpress Default CSS */
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
    clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

/* Bootstrap */
.container{

}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.no-padding{
    padding: 0px !important;
}
.no-margin{
    margin: 0px !important;
}
.no-left-padding{
    padding-left: 0px !important;
}
.no-right-padding{
    padding-right: 0px !important;
}
label {
    font-weight: normal;
    margin-bottom: 5px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-direction: column;
}
.embed-responsive {
	margin-bottom: 20px;
}
iframe.embed-responsive-item {
	width: 100%;
}
.page-section {
	padding: 100px 0;
}
.site-btn,
input[type="submit"],
input[type="button"],
button[type="submit"] {
	display: inline-block;
	background-color: var(--brand-orange);
	color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	padding: 12px 24px;
	border: 1px solid var(--brand-orange);
	border-radius: 5px;
}
input[type="submit"],
input[type="button"],
button[type="submit"] {
	width: 100%;
	margin-top: 20px;
}
.site-btn:hover,
.site-btn:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
button[type="submit"]:focus {
	background-color: white;
	border-color: var(--brand-orange);
	color: var(--brand-orange) !important;
}
/*Default content

.page-section {
	padding: 50px 0 100px;
	display: inline-block;
	width: 100%;
}
.page-content strong {
	font-weight: 700;
}
.page-content a {
	color: #e83338;
	font-weight: 600;
}
.page-content a:hover {
	color: #011640;
}
.page-content p,
.page-content li {
	font-size: 18px;
	line-height: 30px;
}
.page-content p {
	margin-bottom: 20px;
}
.page-content p:last-child,
.page-content ul li:last-child,
.page-content ol li:last-child {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin-bottom: 20px;
	font-weight: bold;
}
.page-content h1{
	font-size: 48px;
	line-height: 60px;
	margin-top: 50px;
}
.page-content h2{
	color: #2C3745;
	font-size: 36px;
	line-height: 48px;
	margin-top: 40px;
}
.page-content h3{
	font-size: 30px;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.page-content h4{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}
.page-content h5{
	font-size: 20px;
	line-height: 28px;
	margin-top: 5px;
}
.page-content h6{
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}
.page-content ul,
.page-content ol {
	margin: 0 0 20px;
}
.page-content ul ol,
.page-content ol ul,
.page-content ul ul,
.page-content ol ol {
	margin-bottom: 0;
}
.page-content ol {
	padding-left: 20px;
}
.page-content ol li {
	list-style-type: decimal !important;
	padding: 7.5px 0 !important;
	line-height: 24px;
}
.page-content ol li:before {
	content: none !important;
}
.page-content ul li {
	position: relative;
	list-style-type: none;
	padding: 7.5px 0 7.5px 30px;
	line-height: 24px;
}
.page-content ul li:before {
	content: '\f00C';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	color: #FFE241;
}
*/

/* Main Styles */

.search-form label {
    display: inline;
    margin: 0;
}
.search-form {
    background-color: #fff;
    padding: 0;
    width: 80%;
    position: relative;
	border: 1px solid #e83338;
}

.search-field{
    border: 0 none;
    padding: 8px; 
    background-color: transparent;
    font-size: 16px;
    width: calc(100% - 43px);
	color: #000;
}

.search-submit{
    border: 0px none;
    cursor: pointer;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 43px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}

.search-submit::before {
    font-size: 18px;
    width: 43px;
    content: "\f002";
	line-height: 40px;
	display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
	color: #7c808b;
}
.search-submit:hover:before {
	color: #011640;
}


/* Header Style */

.bg-primary {
	background-color: #f37021 !important; /* your orange */
}
.main-header {
	position: sticky;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
}
.orange-header {
	font-size: 14px;
	line-height: 18px;
}
.header {
	padding: 25px 0;
	margin: 0 0 25px;
	z-index: 1;
	width: 100%;
	border-bottom: 1px solid #d0d0d0;
}
.logo {
	display: inline-block;
}
.logo img,
.footer-logo img {
	-webkit-box-shadow: 0 0 0 0 #ccc;
	-moz-box-shadow: 0 0 0 0 #ccc;
	box-shadow: 0 0 0 0 #ccc;
}
img.custom-logo {
    max-width: 250px;
	position: relative;
	top: 7px;
}
.header ul,
.mobile-menu ul,
.footer ul {
	margin: 0;
}
.header ul li,
.mobile-menu ul li,
.footer ul li {
	display: inline-block;
	padding: 0;
}
.header li:before,
.mobile-menu li:before,
.footer li:before {
	content: none;
}
.nav-menu {
	float: right;
}
.hidden-on-desktop {
	display: none !important;
}
ul.navbar-nav {
	float: right;
}
ul.navbar-nav li {
	display: inline-block;
	margin: 2.5px 16px;
}
ul.navbar-nav li a {
	color: #6B645B;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0;
	z-index: 9;
}
ul.navbar-nav > li {
	z-index: 99;
}
ul.navbar-nav li:last-child > a {
	margin-right: 0;
}
ul.navbar-nav li > a:hover,
ul.navbar-nav li.menu-item-has-children:hover:before,
ul.navbar-nav .current-page-item > a,
ul.navbar-nav .current-page-ancestor > a,
ul.navbar-nav .current_page_item > a,
ul.navbar-nav .current_page_ancestor > a,
ul.navbar-nav .current-menu-item > a,
ul.navbar-nav .current-menu-ancestor > a {
	color: var(--brand-orange) !important;
}

/* Sub Menu */

/* ul.navbar-nav > li > ul.sub-menu:before {
    background: url(images/nav-arrow.png) no-repeat scroll center top;
    top: -10px;
    content: "";
    height: 10px;
    left: 0px;
    position: absolute;
    width: 100%;
}*/
ul.navbar-nav > li.menu-item-has-children > a {
	position: relative;
	padding-right: 14px;
}
ul.navbar-nav > li.menu-item-has-children > a:after {
	content: '\f0d7';
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	position: absolute;
	top: 3px;
	right: 0;
	font-family: 'FontAwesome';
}
ul.navbar-nav > li > ul.sub-menu{   
    top: 0;
	z-index: 111;
    width: inherit;
    visibility: hidden;
    opacity: 0;
    /*-webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);*/
	-webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; 
}

ul.navbar-nav li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
   /* -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); */
}

ul.navbar-nav li ul.sub-menu {
    position: absolute;
	width: 200px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
	padding-top: 65px;
	z-index: 1;
}
ul.navbar-nav li ul.sub-menu li {
	display: inline-block;
	width: 100%;
	margin: 0;
}
ul.navbar-nav li ul.sub-menu li a {
    display: inline-block;
    font-size: 14px;
	line-height: 18px;
    color: #fff !important;
	padding: 10px 15px;
	margin: 0;
	width: 100%;
	background-color: var(--brand-orange);
	border: 1px solid var(--brand-orange);
}
/* ul.navbar-nav li ul.sub-menu li:last-child a {
	margin: 0;
	text-transform: initial;
}*/
ul.navbar-nav li ul.sub-menu li a:hover,
ul.navbar-nav li ul.sub-menu li a:focus {
    text-decoration: none;
}

ul.navbar-nav > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
	position: relative;
}
ul.navbar-nav > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	position: absolute;
	top: 0;
	left: 200px;
}
ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > a:after {
	content: '\f105';
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	position: absolute;
	right: 15px;
	font-family: 'FontAwesome';
}
ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	z-index: 111;
	width: inherit;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	padding-top: 0;
}

ul.navbar-nav li ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.nav-menu {
	display: flex;
	align-items: center;
	gap: 32px;
}
.header-phone {
	font-weight: bold;
}


/* Contact Forms */

label {
    margin: 15px 0 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
	padding: 10px;
	border: 1px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin: 0;
	width: 100%;
	background-color: #fff;
	color: #000;
	height: 50px;
}
select {
	padding: 11px 10px;
	color: #797979;
	font-weight: bold;
}
textarea {
	height: 100px;
}
input[type="date"] {
	color: #aeaeae;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #7c808b;
	font-weight: 600;
}
.ajax-loader {
    display: none !important;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
/* Footer Styles */

.footer {
	background: #1C1C0F;
	color: #fff;
	padding: 25px 0;
	font-size: 16px;
	line-height: 2;
}
.footer ul.navbar-nav {
	flex-direction: row;
}
.footer ul.navbar-nav > li.menu-item-has-children > a {
	padding: 0;
}
.footer ul.navbar-nav > li.menu-item-has-children > a:after {
	display: none;
}
.footer .sub-menu {
	display: none;
}
.footer,
.footer a {
	font-size: 14px !important;
	color: #FAFAFA !important;
}
.footer a:hover {
	color: var(--brand-orange) !important;
}
.bottom-footer > .custom-html-widget {
	display: flex;
	flex-direction: row;
	gap: 18px;
	justify-content: center;
}
.bottom-footer > .custom-html-widget a {
	text-decoration: underline;
}

/* Home Banner Section */
.home-hero-section {
	
}
.home-banner-image-container {
	border-top-right-radius: 100px;
	background: url() no-repeat center center;
	background-size: cover;
	position: relative;
}
.home-banner-content {
	color: #fff;
	padding: 25px;
	padding-top: 150px;
	width: 40%;
}
.home-banner-content h1 {
	margin: 0;
	font-family: 'Conthrax';
}
.home-banner-content p {
	padding: 20px 0;
	margin: 0;
}
.home-banner-content a.site-btn {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
}
.home-banner-content a:hover,
.home-banner-content a:focus {
	background: white;
	color: var(--brand-orange);
}
a.home-call-to-action {
	position: absolute;
	display: inline-block;
	max-width: 50%;
	right: 0;
	bottom: 60px;
	background: #6B645B;
	padding: 25px;
	padding-right: 75px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
a.home-call-to-action > h3 {
	margin: 0;
	line-height: 1.25;
}
.home-check-cashing-section,
.testimonial-section {
	padding: 50px 0;
}
.orange-ad-section,
.how-can-we-help-section,
.home-ad-container {
	margin: 50px 0;
}
.gap-100 {
	gap: 100px;
}
.home-check-cashing-section p {
	margin: 0;
}
.home-check-cashing-section li {
	padding-top: 0;
	padding-bottom: 0;
}
.home-check-cashing-section a {
	font-weight: bold;
}
.home-check-cashing-section img {
	width: 100%;
}
.home-check-cashing-section a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 30px;
	margin-left: 10px;
}
blockquote {
	border-left: 6px solid var(--brand-orange);
	padding-left: 16px;
	margin-bottom: 30px;
}

/* Home Service Section */
.home-service-section {
	background: var(--brand-orange);
	background: url('images/home-service-bg.png') no-repeat top right;
	border-top-right-radius: 100px;
	padding: 50px;
	position: relative;
}
.home-service-section h2 {
	
}
.home-service-card-container {
	
}
.single-service-card {
	display: inline-block;
	padding: 25px;
	color: #000;
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	transition: transform 0.2s;
	background: #fff;
	height: 100%;
}
.single-service-card > img {
	height: 45px;
	width: auto;
}
.service-provider-logo {
	height: 35px;
    width: auto;
}
.single-service-card > .service-provider-logo {
	position: absolute;
    right: 25px;
}
.single-service-card .learn-more-link {
	color: var(--brand-orange);
}

.single-testimonial-item img {
	width: auto !important;
	height: auto;
}
.single-testimonial-item p {
	margin: 20px 0;
	font-weight: bold;
}
.test-area .owl-dots {
	text-align: center;
}
.test-area .owl-dot {
    background-color: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 3px;
    width: 10px;
}
.test-area .owl-dot.active {
    background-color: #000;
}
.home-ads-section img {
	border: 1px solid #F0F0F0;
	border-radius: 20px;
}
.how-can-we-help-section {
	background-color: #F7F7F7;
	padding: 50px;
	border-radius: 20px;
	font-size: 14px;
}
.how-can-we-help-section i {
	color: var(--brand-orange);
	font-size: 36px;
	line-height: 1;
}
.how-can-we-help-section h5 {
	margin: 16px 0 0;
}
.how-can-we-help-section a {
	font-size: 16px;
}
.footer-location-content,
.footer-drop-note-content {
	margin-top: 25px;
}
.how-can-we-help-section--home {
	border-top-right-radius: 100px;
	position: relative;
}
.how-can-we-help-section--home img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.how-can-we-help-section--home .back-image {
	z-index: -1;
}
.why-dnv-section {
	background: #f7f7f7;
	padding-top: 75px;
}
.why-dnv-section-content {
	margin-bottom: 50px;
}

.orange-ad-section {
	background-color: var(--brand-orange);
	border-top-right-radius: 100px;
	position: relative;
	padding: 40px;
}
.orange-ad-section h1,
.orange-ad-section h2,
.orange-ad-section h3,
.orange-ad-section h4,
.orange-ad-section h5,
.orange-ad-section h6 {
	margin: 0;
}
.orange-ad-section p {
	margin-top: 10px;
}
.orange-ad-image-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.orange-ad-image-container img {
	position: absolute;
}

/* Service Page */
.service-page-banner-section {
	margin-bottom: 50px;
	position: relative;
}
.service-page-banner-section:after {
	content: '';
	background: var(--brand-orange);
	height: 450px;
	width: 40%;
	display: inline-block;
	position: absolute;
	right: 0;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	z-index: -1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service-banner-content {
	padding-right: 50px;
}
.service-banner-image {
	padding-left: 50px;
}
.service-banner-image img {
	border-radius: 20px;
	margin: 20px 0;
}

/* Single Service Page */
.single-page-hero-section {
	background: url() no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	margin-bottom: 50px;
}
.single-page-hero-section h1 {
	margin: 0;
	padding: 100px 0;
	color: #fff;
	background: rgba(244, 114, 17, 0.5);
	border-radius: 20px;
}
.single-service-detail-content,
.single-service-detail-image,
.locations-page-trusted-section-image,
.locations-page-trusted-section-content {
	padding: 25px 0;
}
.single-service-detail-image img,
.locations-page-trusted-section-image img {
	border-radius: 20px;
}
.pl-100 {
	padding-left: 100px;
}
.pr-100 {
	padding-right: 100px;
}

/* Single Location */
.single-location-top-details {
	
}
.single-location-top-details h1 {
	color: var(--brand-orange);
	line-height: 1;
	margin: 0;
}
.single-location-top-details h3 {
	margin-top: 0;
}
.single-location-address,
.single-location-timings,
.single-location-phone {
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.single-location-address:before,
.single-location-timings:before,
.single-location-phone:before {
	position: absolute;
	left: 0;
	top: 1px;
}
.single-location-address:before {
	content: url(images/location-pin.svg);
}
.single-location-timings:before {
	content: url(images/location-timing.svg);
}
.single-location-phone:before {
	content: url(images/location-phone.svg);
}
.single-location-map {
	margin: 50px 0;
}
.single-location-map .wpsl-map {
	height: 400px !important;
	border-radius: 20px;
	margin: 0 !important;
}
/* Main Location Page */
.location-page-banner-section,
.locations-card-container,
.single-location-page-content,
.career-job-details-section,
.career-form{
	margin: 50px 0;
}
.locations-card-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.single-location-card {
	flex: 1 1 calc(25% - 15px);
	text-align: center;
	margin: 15px 0;
}
.single-location-card .coming-soon {
	display: inline-block;    
	background: #C01F24;
	color: #fff;
	font-weight: bold;
	padding: 0 12px;
	border-radius: 20px;
}
.single-location-card h4 {
	margin: 0;
}
.single-location-card h4 > a {
	color: #C01F24;
	font-size: 16px;
	line-height: 28px;
}
.single-location-card span {
	display: block;
}
.simple-locator-section .simple-locator-form {
	display: flex;
	flex-wrap: wrap;
}
.simple-locator-section .simple-locator-form form {
	margin-bottom: 0 !important;
	width: 100%;
	padding: 20px;
	background: var(--brand-orange);
	position: relative;
}
.simple-locator-section .wpsl-icon-spinner {
	position: absolute;
	top: 50px;
    right: -5px;
}
.simple-locator-section .simple-locator-form label {
	margin: 0;
	color: #fff;
}
.simple-locator-section .simple-locator-form .address-input {
    width: 40% !important;
}
.simple-locator-section .simple-locator-form .distance {
	display: none;
}
.simple-locator-section .simple-locator-form .address-input input[type='text'],
.simple-locator-section .simple-locator-form .address-input input[type='tel'] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.simple-locator-section .simple-locator-form .submit {
	display: inline-block !important;
	padding: 0 !important;
	margin: 0 !important;
}
.simple-locator-section .simple-locator-form .submit button[type="submit"] {
	margin: 30px 0 0 !important;
	height: 50px !important;
	background: #E34500;
	color: #fff !important;
	width: 50px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-radius: 0 5px 5px 0;
}
.simple-locator-section .simple-locator-form .wpslsubmit {
	position: relative;
	font-size: 0; /* hide text visually but keep accessible */
	background: none;
	border: none;
	cursor: pointer;
}
.simple-locator-section .simple-locator-form .wpslsubmit::before {
	content: url('images/Navigation.svg');
	display: inline-block;
	width: 26px;
	height: 25px;
	position: relative;
	right: 12px;
}
.simple-locator-section .wpsl-map {
	width: 65% !important;
	margin: 0 !important;
	order: 3;
	height: 400px !important;
}
.simple-locator-section .wpsl-results {
	width: 35%;
	order: 2;
	height: 400px;
	overflow: auto;
	margin: 0;
	background: #FAFAFA;
	padding: 30px;
}
.simple-locator-section .wpsl-results-header {
	display: none;
}
.simple-locator-section .wpsl-results a {
	font-size: 22px;
	line-height: 30px;
	color: #C01F24;
}
.simple-locator-section .wpsl-results a:hover,
.simple-locator-section .wpsl-results a:focus {
	color: #000;
}

/* Single Location */
.location-page-services-list {
	padding: 20px;
	background: var(--brand-orange);
	border-radius: 20px;
}
.location-page-services-list h2 {
	color: #fff;
}
.location-page-services-list-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.location-page-services-list-container a {
	flex: 1;
	display: inline-block;
	border-radius: 10px;
	background: #fff;
	padding: 10px 20px;
	color: #000;
	font-weight: bold;
	line-height: 1.25;
} 
.location-page-services-list-container a:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.single-location-page-content.pl-25 {
	padding-left: 25px;
}
.single-location-page-content.pr-25 {
	padding-right: 25px;
}
.career-form {
	padding-left: 50px;
}
/* Blog */
.single-post-content-section {
	margin: 50px 0;
}
.blog-post-thumbnail {
	text-align: center;
}
.blog-post-thumbnail img {
	border-radius: 20px;
	margin: 50px 0;
}
.single-post-card {
	margin: 30px 0;
	display: inline-block;
	color: #000;
}
.single-post-card img {
	border-radius: 10px;
}
.single-post-card h4 {
	margin: 15px 0;
}

/* Error 404 */
.error-404{
    text-align: center;
    padding: 3% 0;
	background-color: #fff;
}
.error-404 h1{
    color: #777;
    font-size: 20vw;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.error-404 h3{
    margin-bottom: 30px;
}

/*Comment form*/

h2.comments-title{
    font-size: 22px;
    margin-bottom: 20px;
}
h5.media-heading{
    font-size: 18px;
    font-style: italic; 
}
div.alert-info{
    display: none;
}
input#commentsubmit {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #e97e46;
    border: 0px;
    color: #fff;
    padding: 8px 20px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;    
}
input#commentsubmit:hover {
    background: #d14b05;
}
h3.comment-reply-title {
    font-size: 25px !important;
}
.comment-form input[type="text"]{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 15px;
}
.comment-form textarea{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
}
.comments-area input[type="submit"]{
    background-color: #2b2b2b;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 7px 35px 9px 35px;
    font-weight: normal;
    border: 0 none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comments-area input[type="submit"]:focus,
.comments-area input[type="submit"]:hover{
    background: #84ea75;
}

/* Main layout */
.locator-wrapper {
  background: #fefefe;
  font-family: 'Inter', sans-serif;
}

.locator-search {
  background: #f4511e;
  padding: 20px;
  text-align: center;
}

.locator-search input[type="text"] {
  width: 70%;
  padding: 12px 14px;
  border: none;
  border-radius: 4px 0 0 4px;
}

.locator-search button {
  background: #e64a19;
  color: #fff;
  border: none;
  padding: 13px 18px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.locator-content {
  display: flex;
  flex-wrap: wrap;
}

.locator-results {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  background: #fff;
}

.locator-results h2 {
  color: #c62828;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.locator-map {
  flex: 2;
  min-height: 400px;
}