/*
	Theme Name: Neighbrly - DCI
	Theme URI: http://neighbrly.com/
	Author: Neighbrly
	Author URI: http://neighbrly.com/
	Description: Customize WP theme for DCI
	Template: general-parent
	Version: 1.0
*/

:root {
	--color-primary: #457b9d;
	--color-dark: #666666;
	--color-light: #D3D4D9;
	--color-secondary: #EFA320;
	--color-red: #D62929;
	--color-gradient-start: #457b9d;
	--color-gradient-stop: #3DA3D3;
	--color-dark-blue: #003049;
}

body {
	font-family: "Work Sans", sans-serif;
}

a.btn,
.accordion-title a,
footer a,
.mainbar a,
a.no-underline {
	text-decoration: none;	
}

.accordion-active-color-primary .active .accordion-title a {
	color: var(--color-primary);
}

.accordion-body-bordered .accordion-content {
	padding-top: 30px;
}

.navbar-header img {
	max-width: 150px;
}

.main-nav > li > a {
	font-size: 15px;
}

.main-nav > li.is-active > a, .main-nav > li.current-menu-item > a, .main-nav > li:hover > a, .main-nav > li > a:hover {
    color: var(--color-secondary);
}

.main-nav > li > a .link-ext {
    background-color: var(--color-secondary);
}

.main-nav .children, .nav-item-children {
	min-width: 400px;
}

.is-stuck {
	background-color: #ffffff7e !important;	
}

.is-stuck .social-icon a, 
.is-stuck .header-module .ld-module-trigger, 
.is-stuck .main-nav > li > a {
	color: var(--color-primary) !important;
}

.is-stuck .social-icon a:hover,
.is-stuck .main-nav > li > a:hover,
.is-stuck .ld-module-search-visible-form .input-icon {
	color: var(--color-secondary) !important;
}

.is-stuck .navbar-brand .logo-default {
	display: none;
}

.is-stuck .navbar-brand .logo-sticky {
	max-width: 150px;
}

.check-list {
	list-style: none;
	padding-left: 10px;
}

.check-list li::before {
	content: "\f058";
	color: var(--color-secondary);
	margin-right: 10px;
	font-size: 3rem;
	line-height: 1.5; /* or inherit from li */
	position: relative;
	top: 0.1em; /* fine-tune if needed */
}

.secondary .iconbox-icon-container {
	background: var(--color-secondary);
}

.check-list li {
	line-height: 2;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	transform: translateY(0);
  }
  40% {
	transform: translateY(-30px);
  }
  60% {
	transform: translateY(-15px);
  }
}

.text-shadow {
	text-shadow: 0px 0px 10px #000;
}

.font-size-3x {
	font-size: 3em !important;
}

.font-size-2x {
	font-size: 2em !important;
}

.btn {
	border: none;
}

body {
    color: var(--color-dark);
	font-size: 18px;
	font-family: Montserrat;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
	color: var(--color-primary) !important;
	text-transform: capitalize;
	font-weight: 900;
	font-family: "Work Sans", sans-serif;
}

h1, .h1, .h2, h2 {
	text-transform: uppercase;
	font-weight: 900;
}

.titlebar-inner h1 {
	font-weight: 900;
}

.h2, h2 {
	font-size: 48px;
	line-height: 1.4em;
}

ul.check li {
	margin: 0 0 8px 0;
	padding: 0px 0 4px 25px;
	position: relative;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
}

ul.check {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
}

ul.check li::before {
	content: "\f058";
	display: inline-block;
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: var(--color-gradient-start);
	position: absolute;
	left: 0px;
	top: 5px;
	line-height: 20px;
	border-radius: 100px;
	text-align: center;
}

ul.check ul {
	list-style: none;
	padding-left: 10px;
	padding-top: 10px;
}

ul.check ul li::before {
	color: var(--color-gradient-stop);
}

.title-underline {
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.title-underline:after {
	content: "";
	height: 5px;
	background-color: var(--color-secondary);
	width: 125px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.title-underline-left {
	position: relative;
	padding: 0 0 26px 0;
	margin: 0 0 34px 0;
}

.title-underline-left:after {
	content: "";
	height: 5px;
	background-color: var(--color-secondary);
	width: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.welcome-box h1:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(images/title-line.png) center bottom no-repeat;
	width: 164px;
	height: 20px;
	border-radius: 10px;
}

.notification-bar {
	background: var(--color-gradient-start) !important;
	padding: 15px;
	font-weight: bold;
	font-size: 18px;
}

.notification-bar a {
	color: var(--color-secondary);
}

.home-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-dark);
/*    background-image: linear-gradient(120deg, #eaee44, #33d0ff); */
    opacity: .2;
}

.home-hero .video-overlay,
.titlebar .video-overlay,
.blog-single-cover .video-overlay,
.overlay-section .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(19, 53, 101, .7); /* Adjust the alpha value (0.5) to make the overlay lighter or darker */
	z-index: 0; /* Ensures the overlay is above the video but below the content */
}

body.child .titlebar:before,
body.child .blog-single-cover.is-in-view .blog-single-media:after,
.titlebar:before, .blog-single-cover.is-in-view .blog-single-media:after {
	opacity: .5 !important;
	visibility: visible !important;
	background: -webkit-gradient(linear, left top, right top, from(#143666), to(#476bb0)) !important;
	background: linear-gradient(to right, #133565 0%, #476bb0 100%) !important;
	background-color: var(#133565) !important;
	z-index: 1;
}

.titlebar-inner p, 
.titlebar-inner .titlebar-scroll-link {
	opacity: 1;
}

.titlebar-inner a {
	color: var(--color-secondary);
}

.testimonial::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-secondary);
/*    background-image: linear-gradient(120deg, #eaee44, #33d0ff); */
    opacity: .7;
}

.hero-logo {
	max-width: 500px;
	width: 75%;
}
/*
.main-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    background-image: linear-gradient(120deg, #eaee44, #33d0ff);
    opacity: .9;
}
*/

.z-1 {
	z-index: 1;
}

.home-hero .container,
.testimonial .container,
.main-footer .container {
	z-index: 1;
}

.partners-row img {
	border-radius: 50%;
}

.bg-dkblue {
	background-color: var(--color-dark-blue);
}

.bg-color-gray {
	background-color: var(--color-light);
}

.text-dkblue {
	color: var(--color-dark-blue) !important;
}

.bg-red {
	background-color: var(--color-red);
}

.text-red {
	color: var(--color-red);
}

.bg-blue {
	background-color: var(--color-gradient-stop);
}

.text-blue {
	color: var(--color-gradient-stop);
}

.bg-black {
	background-color: var(--color-dark);
}

.bg-dark-transparent {
	background-color: rgba(17, 13, 12, 0.5);
}

.bg-pattern {
	background-image: url(images/r2-content-block-6.png) !important;
	background-repeat: repeat !important;	
}

.bg-white-transparent {
	background-color: rgba(255, 255, 255, 0.9)
}

a {
	color: var(--color-secondary);
}

.text-black, 
.text-dark {
	color: var(--color-dark);
}

.ld-pf-item.ld-pf-light {
    border: 1px solid #e2e2e2;
}

.ld-pf-item.ld-pf-light .ld-pf-bg {
    background-color: rgb(59,76,100, 0.8);
}

.m-auto {
	margin: auto; 
}

.header-module.logo {
	max-width: 190px;
}

.main-footer a:not(.btn) {
	color: var(--color-secondary);
	line-height: 20px;
	margin-bottom: 20px;
}

.main-footer .widget-title {
	margin-bottom: 5px;
}

.footer-logo {
	max-width: 200px;
}

.cta-banner {
    background-color: #110d0c94 !important;	
}

.checkmark {
	max-width: 150px;
}

.inputs-grey input[type=text],
.inputs-grey input[type=password],
.inputs-grey input[type=url],
.inputs-grey input[type=tel],
.inputs-grey input[type=file],
.inputs-grey input[type=email],
.inputs-grey textarea,
.inputs-grey select,
.inputs-grey .ui-selectmenu-button {
	background: #f4f5f8 !important;
	color: #000;
}

input[type="file"] {
	  line-height: 50px;
}

legend {
	border-bottom: none;
}

.contact-form-inputs-filled.input-bg-grey input,
.contact-form-inputs-filled.input-bg-grey textarea,
.contact-form-inputs-filled.input-bg-grey .ui-selectmenu-button {
	background: #e2e2e2 !important;
	color: #000;
}

.contact-form input[type=submit], .contact-form button[type=submit] {
	background: var(--color-secondary) !important;
	text-transform: uppercase;
	padding: 1.15em 2.1em !important;
	border: none;
	height: inherit !important;
	font-weight: 600;
	font-size: 12px !important;
	letter-spacing: 1px;
}

.gform_wrapper .gform_page_footer input.button {
	display: -webkit-inline-box;
	display: inline-flex;
	width: auto;
	height: 50px;
	margin-bottom: 0;
	padding: 0 2.8em;
	border: 1px solid var(--color-primary);
	background-color: var(--color-primary);
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: var(--color-secondary);
	text-transform: uppercase;
	border-radius: 50em;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 2px;
}

body.page-id-4203 .gform_wrapper li.gfield.field_description_below+li.gsection {
	margin-top: 70px !important;
	border-bottom-width: 3px;
}

body.page-id-4203 .gform_page_fields {
	background: #f9f9f9;
	padding: 60px;
}

body.page-id-4203 .gform_page_footer {
	border-top: none;
}

body.page-id-4203 .contact-form-inputs-underlined select, 
body.page-id-4203 .contact-form-inputs-underlined input, 
body.page-id-4203 .contact-form-inputs-underlined textarea, 
body.page-id-4203 .contact-form-inputs-underlined .ui-selectmenu-button {
	border-width: 1px;
}

.contact-form select, .contact-form input, .contact-form textarea, .contact-form .ui-selectmenu-button {
	margin-bottom: 0px;
}

.nav-trigger.collapsed .bar:before,
[data-mobile-header-scheme=dark] .nav-trigger .bar {
	background-color: var(--color-primary) !important;
}

@media screen and (max-width: 1199px) {
	
	[data-mobile-header-scheme=dark] .navbar-header {
		background-color: #fff;
	}
	
	.main-header {
	    padding: 0px 0px 0;
	}
	
	.navbar-header img {
		max-width: 230px;	
	}
	
	.is-stuck .navbar-brand .logo-sticky {
		display: none;
	}
	
	.cta-banner {
		text-align: center;
	}
	
	.copyright-footer {
		text-align: center;
	}
	
	.copyright-footer img {
		width: 50%;
	}
	
	.copyright-footer .copyright {
		text-align: center !important;
	}
	
}

@media (max-height: 800px) {
	.vc_row.fullheight.home-hero {
		padding-top: 230px !important;
	}
}

/* Scope to state pages */
.state-content .accordion .card .card-header {
	background-color: #143666;
	padding: 0;
	border-radius: 0;
}

.state-content .accordion .card .card-header button {
	width: 100%;
	border: none;
	background-color: transparent;
	text-align: left;
	padding: 0;
}

.state-content .accordion .card .card-header h3 {
	color: #fff !important;
	padding: 1.3rem 1.3rem;
	position: relative;
	font-size: 24px;
	line-height: 24px;
}

.state-content .card-body {
	padding: 0px 30px 30px;
}

.state-content .customer-satisfaction-content {
	text-align: center;
	font-size: 1.05rem;
}

.state-content .acumen-contact-content p {
	text-align: center;
	margin-bottom: 0.75rem;
}

/* Resource links as tidy list buttons */
.state-content .resource-list { list-style: none; padding-left: 0; }
.state-content a.resource_link {
	display: block;
	padding: .65rem .9rem;
	border: 1px solid #e9ecef;
	border-radius: .5rem;
	background: #ffffff;
	margin-bottom: .5rem;
	text-decoration: none;
}
.state-content a.resource_link:hover {
	background: #fff;
}

/* Optional: add a download icon before pdf link labels (Font Awesome 5/6) */
.state-content a.resource_link:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f019"; /* download icon */
	margin-right: .5rem;
}

/* Accordions: tighten spacing if the imported markup uses Bootstrap 4 */
.state-content .accordion .card {
	border: none;
	background: #f8f8f8;
	border-radius: .5rem;
	margin-bottom: .75rem;
}
.state-content .accordion .card-header {
	background: #fff;
}
.state-content .accordion .card-header h3 {
	font-size: 1.1rem;
	margin: 0;
}

/* Hide vendor icon */
.state-content .accordion .card-header i.fas.fa-angle-down {
	display: none !important;
}

/* Position expander */
.state-content .accordion .card-header h3 {
	position: relative;
	padding-right: 40px; /* space for icon */
}

/* Default = minus (when aria-expanded="true") */
.state-content .accordion .card-header h3::after {
	font-family: 'liquid-icon' !important;
	content: "\e90d"; /* circle minus */
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #fff;
}

/* Override to plus when the button has .collapsed */
.state-content .accordion .card-header button.collapsed h3::after {
	content: "\e90e"; /* circle plus */
}

.pf-details-pull-right .ld-pf-details {
	margin: auto;
}

#home-services-grid .ld-pf-item:hover .ld-pf-details {
	background: var(--color-gradient-stop) !important;
	color: #fff;
}

#home-services-grid .ld-pf-item:hover .ld-pf-details h3 {
	color: #fff !important;
}