/* ––––––––––––––––––––––––––––––––––––––––––––––
Theme Name:   crewprotection-mod
File:         theme.css
Description:  custom css
Author:       crewprotection.com
Author URI:   https://www.crewprotection.com
Version:      1.0.0
–––––––––––––––––––––––––––––––––––––––––––––– */

/*
ffc71a ffbf00 yellow
fa0
d50000 red
00d0e8 blue
64d2ff blue light
00bbed blue notes
00caf3 blue cf7
d00067 red cf7
d00 red
*/

:root {
--text-xs:   clamp(0.75rem, 0.9185rem + -0.2174vw, 0.875rem);
--text-sm:   clamp(0.875rem, 1.0435rem + -0.2174vw, 1rem);
--text-base: clamp(1rem, 1.1685rem + -0.2174vw, 1.125rem);
--text-text: clamp(1.1875rem, 1.356rem + -0.2174vw, 1.3125rem);
--text-md:   clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
--text-lg:   clamp(1.25rem, 1.4185rem + -0.2174vw, 1.375rem);
--text-xl:   clamp(1.375rem, 1.5435rem + -0.2174vw, 1.5rem);
--text-2xl:  clamp(1.75rem, 1.9185rem + -0.2174vw, 1.875rem);
--text-3xl:  clamp(2rem, 2.1685rem + -0.2174vw, 2.125rem);
--text-4xl:  clamp(2.875rem, 2.8315rem + 0.2174vw, 3rem);
	
--fluid-16-14: clamp(0.875rem, 1.0435rem + -0.2174vw, 1rem);
--fluid-17-15: clamp(0.9375rem, 1.106rem + -0.2174vw, 1.0625rem);
	
--lh-tight: 1.25;
--lh-snug: 1.375;
--lh-normal: 1.5;
--lh-relaxed: 1.625;
--lh-loose: 1.75;

--fluid-10-50: clamp(0.625rem, -0.3977rem + 4.5455vw, 3.125rem);
--fluid-40-50: clamp(2.5rem, 2.2826rem + 1.087vw, 3.125rem);
--fluid-40-60: clamp(2.5rem, 2.0652rem + 2.1739vw, 3.75rem);
--fluid-40-80: clamp(2.5rem, 1.6304rem + 4.3478vw, 5rem);
--fluid-50-100: clamp(3.125rem, 2.038rem + 5.4348vw, 6.25rem);
--fluid-20: clamp(0.9375rem, 0.8288rem + 0.5435vw, 1.25rem);
--fluid-30: clamp(1.25rem, 1.0326rem + 1.087vw, 1.875rem);
--fluid-40: clamp(1.875rem, 1.6576rem + 1.087vw, 2.5rem);
--fluid-60: clamp(2.5rem, 2.0652rem + 2.1739vw, 3.75rem);
--fluid-80: clamp(3.75rem, 3.3152rem + 2.1739vw, 5rem);
--fluid-100: clamp(5rem, 4.5652rem + 2.1739vw, 6.25rem);

--step-10-72: clamp(0.625rem, (100vw - 768px) * 1000, 4.5rem);
--step-0-80: clamp(0rem, (100vw - 480px) * 1000, 4.5rem);
	
--color-blue: #01618a;
}


.fluid-10-50 { height: var(--fluid-10-50); }
.fluid-40-50 { height: var(--fluid-40-50); }
.fluid-40-60 { height: var(--fluid-40-60); }
.fluid-40-80 { height: var(--fluid-40-80); }
.fluid-50-100 { height: var(--fluid-50-100); }
.fluid-20 { height: var(--fluid-20); }
.fluid-30 { height: var(--fluid-30); }
.fluid-40 { height: var(--fluid-40); }
.fluid-60 { height: var(--fluid-60); }
.fluid-80 { height: var(--fluid-80); }
.fluid-100 { height: var(--fluid-100); }

.step-10-72 { height: var(--step-10-72); }
.step-0-80 { height: var(--step-0-80); }


.help-text a#form-refresh {
	font-size: var(--text-base);
	color: var(--color-blue);
}

li.narrow .second .inner ul {
    padding: 15px 0 15px;
}
@media only screen and (max-width: 1000px) {
nav.mobile_menu > ul {
    padding-bottom: 30px;
}
}

/*********** Underline links */
.underline-link a {
    line-height: 1.625;
    text-decoration: none;
	background-repeat: no-repeat;
	padding-bottom: 0.3em;
    background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
    background-size: 0% 1px;
	background-position: 0 100%;
    transition: background-size .3s;
}
.underline-link a:hover,
.underline-link a:focus {
    background-size: 100% 1px;
    color: #000;
}

/********** Deunderline hover */
.hover-underline-animation {
	display: inline-block;
	position: relative;
	color: #333;
	font-size: 19px;
	padding-top: 4px;
}
.hover-underline-animation::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(1);
	height: 2px;
	bottom: -4px;
	left: 0;
	background-color: #ffc71a;
	transform-origin: bottom left;
	transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
	transform: scaleX(0);
	transform-origin: bottom right;
}

ol.list-events li ul {
	list-style: none;
	/* margin: 10px 0 0; */
}
ol.list-events li ul li {
	margin-top: 0;
	margin-bottom: 0;
}
ol.list-events li ul li.payment-schedule-head {
	font-weight: 600;
	margin-top: 10px;
	/* margin-bottom: 0; */
}
ol.list-events li ul li.payment-schedule-text {
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-initials {
	width: 160px;
	text-transform: uppercase;
}
body form ol.list-events span.wpcf7-not-valid-tip {
	padding-left: 14px;
}
body ol.list-events li {
	font-size: var(--text-sm);
	line-height: 1.4;
	margin-top: 25px;
	margin-bottom: 15px;
}
div.initials {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
	background-color: #fff070;
	padding: 5px 15px;
}

@media only screen and (max-width: 480px) {
body div.vc_row.wpb_row.vc_row-fluid.grid_section .section_inner {
	width: auto;
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
}

/********** Responsive Max */
@media only screen and (max-width: 480px) {
body .footer_bottom { padding: 10px 0; }
body .gallery_holder ul.gallery_inner li { padding: 10px 0; }
body .gallery_holder ul.gallery_inner li:nth-child(8) { padding: 5px 0 10px; }
body .gallery_holder ul.gallery_inner li:nth-child(9) { padding-top: 15px; }
body .gallery_holder ul.gallery_inner li:nth-child(10) { padding: 0; }
body .gallery_holder ul.gallery_inner li:nth-child(11) { padding: 0; }
body .gallery_holder ul.gallery_inner li:nth-child(12) { padding: 0; }
body .gallery_holder ul.gallery_inner li:nth-child(13) { padding: 0; }
body .gallery_holder ul.gallery_inner li:nth-child(14) { padding: 0; }
body .gallery_holder ul.gallery_inner li:nth-child(15) { padding: 0; }
body .gallery_holder ul.gallery_inner li:nth-last-child(5) { padding: 15px 0 10px; }
body .gallery_holder ul.gallery_inner li:nth-last-child(2) { padding: 10px 0 0; }
body .gallery_holder ul.gallery_inner li:last-child { padding: 0; }
}

@media ( max-width: 567px ) {
body .carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
	font-size: .9em !important;
	line-height: 1em !important;
}
body .header_top .left .textwidget {
	letter-spacing: 0; font-size: 12px; }
}
@media only screen
and ( min-width: 576px )
and ( max-width: 1200px ) {
body .carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
	font-size: 1.1em !important;
	line-height: 1em !important;
}
}
@media only screen and (max-width: 600px) {
body .footer_top .column_inner>div:not(.qode_separator_widget) {
	margin: 0 0 15px !important
	}
body .footer_top .column_inner .widget.widget_nav_menu {
	margin: 0 0 5px !important
	}
body .footer_top .footer_col1, body .footer_top .footer_col2, body .footer_top .footer_col3 {
	text-align: center !important;
	}
body .footer-anchor-row .wpb_wrapper {
	text-align: center;
	}
body .qode-advanced-call-to-action .qode-advanced-cta-content span.qode-advanced-cta-text-holder {
	font-size: 20px !important;
	line-height: 1.2em;
}
}

@media only screen and ( max-width: 760px ) {
body .home-img-text-over-wrap-left { padding-right: 0; }
body .home-img-text-over-wrap-right { padding-left: 0; }
body .association-logo {
	border-bottom: 1px solid #ddd;
	padding: 8px 0 12px;
}
body .association-logo:last-child { border-bottom: none; }
}

@media only screen and ( max-width: 767px ) {
	body div.about-img { padding: 0 0 20px 0 }
}

@media only screen and ( max-width: 1000px ) {
	body .logo_wrapper { height: 150px !important; }
	.mobile_menu_button { height: 130px; }
	.shopping_cart_inner, .side_menu_button { height: 130px !important; }
	.q_logo a, .q_logo a img { height: 85px !important; }

	body .header_top .container_inner { padding: 14px 0 0 }
	body .header_top .left { line-height: 20px; }
	body .header_top .left .inner h1 {
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	}
	body .footer_top .column1 .footer-contact { margin-top: 15px; }
	body .footer_top .widget_nav_menu ul li { padding: 12px 0 }
}	
@media only screen and ( min-width: 770px ) and ( max-width: 1200px ) {
	body .call_to_action .text_wrapper .call_to_action_text { padding-bottom: 20px; }
}

/********** Responsive Min */
@media only screen and ( min-width: 768px ) {
	body div.about-img { padding: 0 25px 0 0 }
}

@media only screen and ( min-width: 1000px ) {
	body .header_top { height: 45px !important; line-height: 45px !important; }
	body .header_top .left .inner h1 {
	font-size: 15px;
	line-height: 45px;
	color: #fff;
}
}

/********** Header */
body .header_top .left .textwidget {
	text-transform: uppercase; letter-spacing: 1px;
}
header:not(.sticky) .q_logo a {
	height: 110px !important;
}
header.sticky .q_logo a {
	height: 60px !important;
}


/********** Menu */
.drop_down .second .inner {
	margin-top: 1px;
}
nav.mobile_menu ul li.active > a,
nav.mobile_menu ul li.current-menu-item > a {
	color: #aaa;
}

/********** Breadcrumb */
div.breadcrumb-container,
div.breadcrumb-container a {
	font-size: var(--text-xs);
	margin-top: 0.5rem;
}
a.breadcrumb-item {
	display: inline-block;
	background-color: #eee;
	border-radius: 5px;
	padding: 2px 10px;
	transition: 300ms;
}
a.breadcrumb-item:hover {
	color: inherit;
	background-color: #d3d3d385;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "→"; /* Or a different arrow character or Font Awesome code */
    padding: 0 0.5rem;
    color: #6c757d;
}

/********** Typography */
h1, h2 {
	text-wrap: balance;
}
p {
	margin-bottom: 20px;
}
.main-intro p,
.security-services-intro p,
.about-intro p {
	font-size: var(--text-md);
	line-height: var(--lh-normal);
	color: #333;
}
.text-white * {
	font-size: 50px;
	text-align: center;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -1px;
	color: #fff;
	color: rgba(255, 255, 255, 0.95);
	text-transform: uppercase;
	text-shadow: 6px 6px 16px rgba(0,0,0,0.50);
}
.h2-services h2 {
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}
span.number-circle {
	background: #64d2ff;
	color: #fff;
	font-size: 13px;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	display: inline-block;
	font-weight: 700;
	line-height: 1.6em;
	margin-right: 10px;
	text-align: center;
	width: 1.6em;
}

span.prerequisite {
	background: #d00 !important;
}
body a.anchor {
	font-size: 14px;
	font-weight: 500;
	color: #222;
}
body a.anchor:hover {
	color: #222;
}

/********** Styles */
body .testimonial_title_holder h5 {
	padding-bottom: 15px;
}
body .testimonials_c_holder .testimonial_content_inner p.testimonial_author + div {
	font-size: 11px;
	line-height: 14px;
}
ul, ol, li, ul li, ol li {
/*   font-size: inherit; */
}
body .list-indent ul li {
	list-style: none;
	list-style-position: inside;
	padding: 4px 0;
	line-height: 22px;
}
body .list-indent ol li {
	font-size: inherit;
	line-height: inherit;
}
body .list-indent ol > li {
	font-size: inherit;
	display: list-item;
	line-height: 1.4;
	margin-bottom: 20px;
}
body .list-indent ol li ul {
	margin-bottom: 15px;
}
body .list-indent ol li ul li {
	list-style: circle;
	line-height: 1.4;
	margin-left: 18px;
	padding: 0;
	text-indent: 0px;
}
body ol li {
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
	line-height: 16px;
	margin: 13px 0;
	color: #222;
}
body ol li {
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 18px;
	margin: 13px 0;
	color: #222;
}
body .contact h5 {
	letter-spacing: .5px;
}
body .paragraph {
	margin-bottom: 14px;
	line-height: 22px;
}
body a.read-more {
	font-size: 17px;
	line-height: 28px;
	color: #777;
	box-sizing: content-box;
}
body a.read-more:hover { color: #333;}
body .show-links a {
	color: #333;
	font-weight: 600;
}
body .show-links a:hover {
	color: #000;
}

/********** Elements */
body .qode-banner .qode-banner-content .qode-banner-text-holder h2 {
	font-size: 28px;
	line-height: 1em;
}
body .qode-banner .qode-banner-image img { width: 100%; }

body .q_image_with_text_over table h2 { font-size: 28px; }
body .home-img-text-over-wrap-left { padding-right: 1px; margin-bottom: 2px; }
body .home-img-text-over-wrap-right { padding-left: 1px; margin-bottom: 2px; }

body .gallery_holder ul li .gallery_hover i { display: none; }
body .gallery_holder ul li .gallery_hover { background-color: transparent; }
body .gallery_holder ul.gallery_inner li { padding: 20px 0; }

body .testimonials_c_holder .flex-control-nav { margin-top: 10px; }
body .mini-review .testimonials_c_holder .testimonial_content_inner {
	background: #fafafa;
	padding: 0 20px;
}
body .testimonials_c_holder { margin-bottom: 20px; }

body .vc_text_separator.full { border-top: 1px solid #ddd; }
body .vc_text_separator.full div {
	border-radius: 0;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

body h3 a.image-hover-text:hover { color: #ffc71a; }
body h3 a.image-hover-text:hover { color: #ffc71a; }
body h3 a.image-hover-text { color: #fff; }

body .qode-advanced-call-to-action .qode-advanced-cta-content .qode-advanced-cta-text-holder {
	line-height: 1.2em;
}
body .qode-advanced-call-to-action .qode-advanced-cta-icon-holder {
	display: none;
}

/********** Button anchor link */
body .forms-anchor-links.qode-btn.qode-btn-solid {
	color: #201e1e;
    background-color: #f0f0f0;
	margin: 30px 0;
}
@media only screen and ( min-width: 768px ) {
body .forms-anchor-links.qode-btn.qode-btn-solid {
	margin: 2px 0;
}
}

/********** Contact */
ul.contact-service-area {
	list-style: none;
	margin-bottom: 30px;
}
ul.contact-service-area li {
	font-size: 13px;
	line-height: 22px;
	border-left: solid 3px #ffc72a;
	padding-left: 12px;
	color: #555;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2px;
}

/********** Footer */
body .footer_top .column1 h5 {
	letter-spacing: 0;
	color: #000;
}
body .footer_top h5 {
	margin: 0 0 18px;
}
body .footer_top a.qbutton {
	line-height: 3em;
	margin-top: 10px;
	color: #333;
}
body .footer-anchor-row .qode-btn { padding: 5px 30px 5px 30px; }

/********** Footer list */
ul.footer-service-area {
	padding-bottom: 5px;
}
ul.footer-service-area li {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 5px;
}

.cp-footer-btm {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem 0.75rem;
    margin-top: 1rem;
    /*margin-bottom: 1rem;*/
}
.cp-footer-btm .cp-footer-heading {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.02rem;
}
@media ( min-width: 601px ) {
.cp-footer-btm {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 0.75rem 0.5rem;
	margin-top: 0;
}
}

/********** CF7 Form spacing */
.wpcf7-form .two_columns_66_33>.column1>.column_inner {
    padding: 0 10px 0 0;
}
.wpcf7-form .two_columns_66_33>.column2>.column_inner {
	    padding: 0 0 0 0;
}

/********** CF7 */
body form.wpcf7-form.cf7_custom_style_1 *,
body form.wpcf7-form.cf7_custom_style_2 *,
body form.wpcf7-form.cf7_custom_style_3 * {
	font-family: Roboto, Arial, sans-serif;
}
body .form-wrap h4 { line-height: 26px }
body div.rule-left {
	margin-top: 15px;
	padding: 14px 0 6px 25px;
	border-left: #ccc solid 6px;
	box-sizing: border-box;
	background-color: #fff;
}
div#ui-datepicker-div { z-index: 9999 !important; }
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number,
input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
	font-family: 'Roboto', sans-serif;
}
body .wpcf7 .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number {
	padding-top: 0px;
	padding-left: 25px;
    margin-bottom: 15px;
}
body form h2 { font-weight: 500; }
body form .rule-left span.prerequisite-msg {
	font-size: var(--text-sm);
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #d50000;
	display: block;
	padding: 10px 0 20px;
}
body form label {
	font-size: var(--fluid-17-15);
	font-weight: 400;
	line-height: 12px;
	display: block;
	padding-top: 12px;
	padding-bottom: 4px;
}
body div.rule-left .wpcf7-list-item { padding-bottom: 15px; }
body div.rule-left label { padding-top: 5px; }
body span.wpcf7-list-item {
	display: block;
	margin: 0;
	padding: 0;
}
body .rule-left span.wpcf7-list-item { display: table; }
body .checkboxes span.wpcf7-list-item { margin: 0; }
body .wpcf7-form-control-wrap span.wpcf7-list-item.last { padding-bottom: 8px; }
body form span.label {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 5px;
	color: #555;
}
body input#wpcf7_signature-agreement_clear {
	position: relative;
	top: -29px;
	float: right;
}
body .contact .label {
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 5px;
	letter-spacing: 0;
	color: #555;
}
body span.label-footer {
	font-size: 10px !important;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 5px;
	letter-spacing: .5px;
	color: #333;
}
body form .label-note {
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #00bbed;
	padding-top: 5px;
}
body form .label-red {
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #f00;
	margin: -6px 0 12px 24px;
}
body form div.text-tiny {
	font-size: 11px;
	line-height: 14px;
	margin-top: 8px;
}
body div.form-wrap.text-agreement p { font-size: 14px; }
body .wpcf7 form.wpcf7-form p {
	font-size: var(--fluid-16-14);
	line-height: 20px;
	margin-bottom: 0;
}
body .signature-agreement span.wpcf7-not-valid-tip {
	padding-bottom: 20px;
}
body div.next-section {
	margin: 20px 0 0;
	clear: both;
	text-align: right;
	text-transform: uppercase;
}
.qode-btn.qode-btn-solid-next-section {
	color: #222;
	background-color: #fafafa;
	border-right: solid 4px #999;
}
.qode-btn.qode-btn-solid-next-section:hover {
	background-color: #fff;
	border-right: solid 4px #04d200;
}
.qode-btn.qode-btn-solid-previous-section {
	color: #222;
	background-color: #fafafa;
	border-left: solid 4px #999;
}
.qode-btn.qode-btn-solid-previous-section:hover {
	background-color: #fff;
	border-left: solid 4px #04d200;
}

body input[type=button], input[type=reset] {
	background-color: #eee;
	border: none;
	color: #555;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 16px;
	margin: 0;
	cursor: pointer;
}
body input[type=button]:hover, input[type=reset]:hover { background-color: #00d0e8; color: #fff; }
body span.wpcf7-list-item span.wpcf7-list-item-label {
	text-transform: none;
	font-size: var(--fluid-16-14);
	line-height: 1.4;
	font-weight: 400;
	color: #222;
}
body div.form-label { font-size: 14px; color: #666; padding-top: 5px; }
body div.border-bottom { padding: 5px 0 15px; border-bottom: 1px solid #333; }
body div.border-bottom:hover { border-bottom: 1px solid #ffbf00; }
body div.border-bottom:hover .form-label { color: #333; font-weight: 600; }
span.wpcf7-character-count { float: right; font-size: 12px; color: #666; padding-top: 3px }

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date.wpcf7-not-valid,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number.wpcf7-not-valid {
	border-color: #d50000 !important;
	border-width: 2px;
}
body form span.wpcf7-not-valid-tip {
	margin-top: -1px;
	margin-bottom: 10px;
	color: #d50000;
	padding: 4px 0 0 0;
	font-size: var(--text-xs);
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
input.wpcf7-form-control.wpcf7-quiz { margin-left: 0; width: 50% }
body form span.wpcf7-form-control-wrap.num-quiz span.wpcf7-not-valid-tip { width: 50% !important }

/* update 2023-05 */
.wpcf7 .wpcf7-response-output:before {
	content: none;
}
.wpcf7 .wpcf7-spinner {
	top: 8px;
}

/* update 2020-07 */
body .wpcf7 form .wpcf7-response-output,
body div.wpcf7-response-output {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-weight: 500;
	letter-spacing: .2px;
	padding: 16px 8px 16px 20px;
	margin: 24px 0 0;
}
body .wpcf7 form.sent .wpcf7-response-output,
body div.wpcf7-response-output.wpcf7-mail-sent-ok,
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body div.wpcf7-response-output.wpcf7-validation-errors {
	background-color: #ffbf00;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: solid 4px #333;
}
.wpcf7 form.sent .wpcf7-response-output:before,
div.wpcf7-response-output.wpcf7-mail-sent-ok:before,
div.wpcf7-response-output.wpcf7-mail-sent-ok:before,
.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before,
div.wpcf7-response-output.wpcf7-validation-errors:before {
	content: "";
	content: none;
}
/* end update */

div.wpcf7-response-output.wpcf7-validation-errors { background-color: #666; }
div.wpcf7-response-output.wpcf7-mail-sent-ok { background-color: #00caf3; font-weight: 600; }
div.wpcf7-response-output.wpcf7-validation-errors:before,
div.wpcf7-response-output.wpcf7-mail-sent-ok:before { content: none }
.cf7_custom_style_1 .checkbox-test {
	background-color: #fafafa;
	border-color: rgba(51,51,51,1);
	border-width: 1px;
	border-style:solid;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #777777;
	font-size: 13px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wpcf7-list-item label {
	display: inline-flex;
	align-items: flex-start;
	cursor: pointer;
}
.wpcf7-list-item-label {
	display: block;
	padding-left: 0.5em;
	cursor: pointer;
}
.wpcf7-list-item input[type="checkbox"] {
	cursor: pointer;
}

/*********** Order form section headings */
.cp-security-order.section-heading {
	display: flex;
	align-items: center;
}
.cp-security-order.section-heading h3 {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-weight: 700;
    background-color: #43c8ff;
    padding: 10px 25px;
    min-width: 130px;
    font-size: 1rem;
    text-transform: uppercase;
}
.cp-security-order.section-heading h4 {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-weight: 700;
    background-color: #aaa;
    padding: 5px 25px;
/*     min-width: 110px; */
    font-size: 1rem;
    text-transform: uppercase;
}
.cp-security-order.section-heading::after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #ddd;
	margin-left: 5px;
}

/********** Production order */
body .wpcf7 .form-wrap p {
	margin: 5px 0 5px;
}
hr {
  border: none;
  height: 4px;
  background-color: #e5e5e5;
}
hr.hr-margin-terms {
	margin: 10px 0 10px;
}
body .wpcf7-form .form-wrap ul.terms-list {
}
body .wpcf7-form .form-wrap ul.terms-list li {
	font-size: var(--fluid-16-14);
	line-height: 1.25rem;
    padding-left: 1em;
	text-indent: -1em;
}
body .wpcf7-form .form-wrap ul.terms-list li:first-child {
	margin-top: 5px;
}

/********** Hold order COVID */
body .wpcf7 form.wpcf7-form .covid-test-fee-acknowledgement input {
	text-transform: uppercase;
	font-weight: 700;
}
.wpcf7 input[type="name"] { text-transform: uppercase; }

/********** HTML sitemap */
body .sitemap-list ul { list-style: none; }

body .sitemap-list ul li a {
	display: table;
	transition: .3s;
	font-size: 15px;
	padding: 7px 0;
}
body .sitemap-list ul li a:hover { padding-left: 8px; color: #666; }

body ul.wsp-pages-list li {
	list-style-position: inside;
	list-style-type: none;
}


/********** 404 */
body.error404 header { display: none }
body.error404 .content, body.error404 .content .container, body.error404 .full_width { background-color: transparent; }
body.error404 .wrapper { background-color: transparent; }
body.error404 {
	background: url('https://www.crewprotection.com/security-services-los-angeles/los-angeles-24hr-7days-security-services-crew-protection.jpg') no-repeat center center fixed;
	background-color: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top:0;
	left:0;
	z-index:10;
	width: 100%;
}
body.error404 .content .page_not_found {
	text-align: left;
}
body.error404 .content .page_not_found h2 {
	color: #000;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	text-shadow: 3px 3px 9px #999;
	background-color: #fff;
	background-color: rgba(250, 250, 250, 0.3);
	display: table;
	padding: 5px 10px;
}
body.error404 .content .page_not_found p:first-of-type {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	background-color: rgba(250, 250, 250, 0.8);
	padding: 6px 12px;
	display: table;
}

body.error404 .content .qbutton { background-color: rgba(255, 255, 255, 0.7) }
body.error404 .content .qbutton:hover { background-color: rgba(0, 0, 0, 1) }

body.error404 .content .separator.transparent { display: none; }
body.error404 .footer_top_holder { background-color: rgba(255, 191, 0, 0.6) }
body.error404 .footer_bottom_holder { background-color: rgba(255, 191, 0, 0.6) }

@media only screen
and ( max-device-width: 1024px ) 
and ( max-width: 1024px ) {
	body.error404 .content .qbutton {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.3) !important;
}
}

/********** Slider */
body h2.q_slide_title { text-shadow: 6px 6px 16px rgba(0,0,0,0.50); }
body  #qode-home .thumb { padding-bottom: 30px; }
body #qode-home .carousel-indicators { display: none !important; }


/************ <div class="empty-spacer-00"></div> */
.empty-spacer-10 {
	height: 5px;
}
.empty-spacer-20 {
	height: 15px;
}
.empty-spacer-30 {
	height: 20px;
}
.empty-spacer-40 {
	height: 30px;
}
.empty-spacer-50 {
	height: 40px;
}
.empty-spacer-60 {
	height: 40px;
}
.empty-spacer-70 {
	height: 50px;
}
.empty-spacer-80 {
	height: 60px;
}
.empty-spacer-100 {
	height: 80px;
}
.empty-spacer-120 {
	height: 80px;
}
.empty-spacer-140 {
	height: 120px;
}
.empty-spacer-private-security-guard {
	height: 12px;	
}
@media only screen and ( min-width: 768px ) {
.empty-spacer-10 {
	height: 10px;
}
.empty-spacer-20 {
	height: 20px;
}
.empty-spacer-30 {
	height: 30px;
}
.empty-spacer-40 {
	height: 40px;
}
.empty-spacer-50 {
	height: 50px;
}
.empty-spacer-60 {
	height: 60px;
}
.empty-spacer-70 {
	height: 70px;
}
.empty-spacer-80 {
	height: 80px;
}
.empty-spacer-100 {
	height: 100px;
}
.empty-spacer-120 {
	height: 120px;
}
.empty-spacer-140 {
	height: 140px;
}
.empty-spacer-private-security-guard {
	height: 70px;	
}
}