/*!
Theme Name: de_loach
Theme URI: https://candcidigtal.co
Author: c&cdigital
Author URI: https://candcdigital.co
Description: Custom template for DeLoach
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: deloach
Tags
*/


html,
body {
    font-weight: normal;
    font-size: 16px;
    color: #EDEDED;  
    background-color: #000;
    font-family:var(--primary-font);
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

h1, h2, h3{
    font-weight: normal;
    font-family: "Bebas Neue", serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #D1AA35;
   --primary-font: 'DM Sans', serif;
}

.btn, input[type=submit] {
    color: #000;
    font-weight: 400;
    font-size: 26px;
    border-radius:0px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 43px;
    padding-top: 12px;
    text-transform: uppercase;
    font-family: "Bebas Neue", serif;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

input[type=submit] {
	padding:0;
	height:55px;
	line-height:55px;
	color:#000 !important;
}

.btn strong {
    font-weight: 600;
}

.btn:hover {
    color: var(--primary-color);
    background-color: #fff;
    border-color: var(--primary-color);
}

.title {
    margin-bottom: 40px;
    color: #fff;
    font-weight: 300;
}

.title h2 {
    font-size: 60px;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Bebas Neue", serif;
}

.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 750px;
    display: inline-block;
}

.bg-color {
    background-image: linear-gradient(#000, rgb(68 68 68 / 20%));
}

section {
    padding: 100px 0;
}

input, 
select, 
textarea {
    color: #444 !important;
    height: 55px;
    width: 100%;
    font-size: 20px;
    padding: 6px 20px;
    border-radius: 0;
    border: 1px solid #EDEDED;
    margin-bottom:10px;
	margin-top:10px;
    background-color: #EDEDED;
    font-family: "Bebas Neue", serif;
}

textarea {
    resize: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--primary-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #444;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #444;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #444;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #444;    
}


/*header*/

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:9;
    color: #fff;
}

.l-phone {
    width:180px;
}

.l-phone p {
    font-size:20px;
    line-height:30px;
    font-family: "Bebas Neue", serif;
}

.l-phone img {
    max-width: 20px;
    margin-right: 5px;
}

.l-phone p a {
    color: var(--primary-color);
    display: block;
    font-size:38px;
}

.l-phone p a:hover {
    color: #fff;
}

.header .btn {
    min-width: 250px;
    font-weight: bold;
    font-size: 16px;
}

.menu-content {
    padding: 15px 0;
}

.is-sticky .main-menu {
    background-color:#111;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	z-index:99 !important;
}

.is-sticky .main-menu .menu-content {
    padding: 5px 0;
}

.is-sticky .main-menu .logo img {
    max-width: 50px;
}

.nav {
    padding-left: 0;
    padding-right: 20px;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav ul li {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    margin-right: 30px;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    padding:0;
    color: #fff;
    display: block;
    font-weight:500;
    text-transform: capitalize;
}

.nav ul li a:hover, 
.nav ul li.active>a {
    color: var(--primary-color);
}

.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#ffff !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: block;
  float: right;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary-color);
}

/*hero-section*/

.hero-section {
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0 80px;
    background-color: #000;
}

.hero-text h1 {
    color: #fff;    
    font-size: 90px;
    margin-bottom: 30px;
	line-height:1.1;
}

.hero-text p {
    font-size: 17px;
}

.hero-form {
    max-width:550px;
    text-align: center;
    background-color: #fff;
    padding:35px;
    border-radius:0px;
    -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -ms-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -o-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    box-shadow: 0 0 24px rgb(0 0 0 / 8%);
}

.hero-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;    
}

.hero-form ul li {  
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;     
}


.hero-form ul li:nth-child(2),
.hero-form ul li:nth-child(3) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;      
}

.hero-form p {
    color: #444;
    font-size: 17px;
}

.hero-form p a {
    color: #000;
    font-weight: bold;
}

.hero-form p a:hover {
    color: var(--primary-color);
}

.hero-form h2 {
    font-size:46px;
    color: #000;
    text-transform: uppercase;
}

.hero-form form {
    margin-top: 20px;
}

.hero-form textarea {
    height: 100px;
    padding-top: 15px;
}

.hero-form .btn {
    width: 100%;
}

/*accident-section*/

.ac-thumb {
    height: 650px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--primary-color);
}

/*partner-section*/

.partner {
    margin-bottom: 30px;
}

.partner h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--primary-color);
}

/*schedule-section*/

.schedule-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.schedule-text {
    text-align: center;
}

.schedule-text .btn {
    width: 100%;
    margin-bottom: 30px;
}

.schedule-text .l-phone {
    display: inline-block;
}

/*works-section*/

.works-list ul {
  list-style-type: none;
  counter-reset: ordered;
  margin-bottom: 50px;
}

.works-list ul li {
    position: relative;
}

.works-list ul li::before {
    content: counter(ordered);
    counter-increment: ordered;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    border-radius: 100%;
    color: #000;
    margin-left: -28px;
    margin-top: -28px;
    z-index: 1;
    font-family: "Bebas Neue", serif;
    background-color: var(--primary-color);
}

.works-list ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    top: 50%;
    background-color: #444;
}

.works-list ul li:last-child:after {
    display: none;
}

.works-list ul li .work {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
    align-items: center;  
    margin-bottom: 30px; 
}

.works-list ul li:nth-child(odd) .work .text {
    padding-left: 100px;
}

.works-list ul li:nth-child(even) .work .thumb-content {
    order: 6;
    padding-left: 100px;
}

.works-list ul li:nth-child(odd) .thumb-content,
.works-list ul li:nth-child(even) .work .text {
    padding-right: 100px;
}

.works-list ul li .text,
.works-list ul li .thumb-content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;   
}

.works-list ul li .thumb {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.works-list ul li .work h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--primary-color);    
}

/*testimonial-section*/

.testimonial-section {
    text-align: center;
}

.testimonial h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    font-family:var(--primary-font);
}

.testimonial p strong {
    font-size: 24px;
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: normal;
}

/*cta-section*/

.cta-section {
    padding: 20px 0; 
    text-align: center; 
    background-color: var(--primary-color); 
}

.cta-section h2 {
    color: #000;
    font-size: 42px;
    margin-bottom: 0;
}

.cta-section h2 a {
    margin-left: 15px;
    text-decoration: underline;
}

.cta-section h2 a:hover {
    text-decoration: none;
    text-decoration: underline;
	color:#000;
}

/*footer-section*/

.footer-section {
    color: #000;
    font-size: 14px;
    padding: 50px 0 30px;
    background-color: var(--primary-color);
}

.footer-section p {
    margin-bottom: 0;
}

.footer-bottom {
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid rgb(0 0 0 / 20%)
}

.footer-section .l-phone p{
    color: #fff;
}

.footer-section .l-phone p a {
    color: #000;
}

.footer-section a {
    color: #000;
}

.footer-section a:hover, 
.footer-section .l-phone p a:hover {
    color: #fff;
}


a, button {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}





/* md */
@media (min-width: 1400px){

	.container	{
		max-width:1320px;
	}
}

/* md */
@media (min-width: 1200px) and (max-width: 1399px) {

	.nav ul li {
		font-size: 16px;
		margin-right: 20px;
	}
	.header .l-phone {
		width: 125px;
	}

	.header .l-phone p {
		font-size: 14px;
	}
	.header .l-phone p a {
		font-size: 27px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	.nav {
		margin-right: 0;
		padding-right: 10px;
	}
	.nav ul li {
		font-size: 16px;
		margin-right: 15px;
	}
	.hero-text h1 {
		font-size: 60px;
	}
	.title h2 {
		font-size: 50px;
	}
}

/* md */
@media (max-width: 991px) {
	.hero-section{
		background-position: left;
	}
	.hero-form {
		max-width: 100%;
	}
	.hero-text h1 {
		font-size: 48px;
	}
	.title h2 {
		font-size: 40px;
	}
	.nav {
		padding-right: 0;
	}
	.nav ul li {
		font-size: 16px;
	}
	.ac-thumb {
		height: 450px;
	}
	.partner h3 {
		font-size: 30px;
	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
		
	.works-list ul li:nth-child(2n+1) .thumb-content, 
	.works-list ul li:nth-child(2n) .work .text {
		padding-right: 60px;
	}
	.works-list ul li:nth-child(2n+1) .work .text, 
	.works-list ul li:nth-child(2n) .work .thumb-content {
		padding-left: 70px;
	}

}

/* sm */
@media (max-width: 767px) {
section {
    padding:50px 0;
}
	.header .button {
		display: none;
	}
	.header .nav ul {
		display: block;
		width: 100%;
	}
	.nav ul li {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.hero-text h1 {
		font-size: 40px;
	}
	.hero-form h2 {
		font-size: 30px;
	}
	.cta-section h2 {
		font-size: 30px;
	}
	.btn {
		font-size: 22px;
	}
	.title h2 {
		font-size: 30px;
	}
	.testimonial h2{
		font-size: 18px;
		line-height: 24px;
	}
	.footer-section {
		text-align: center;
	}
	.footer-section p {
		text-align: center;
	}
	.footer-section .l-phone {
		display: inline-block;
		margin-top: 20px;
	}
	.footer-logo {
		margin-bottom: 20px;
	}

	.works-list ul li .work {
		display: block;
		margin-bottom: 50px;
	}
	.works-list ul li .text, 
	.works-list ul li .thumb-content {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;		
	}
	.works-list ul li:nth-child(2n+1) .thumb-content, 
	.works-list ul li:nth-child(2n) .work .text {
		padding-right: 15px;
	}
	.works-list ul li:nth-child(2n+1) .work .text, 
	.works-list ul li:nth-child(2n) .work .thumb-content {
		padding-left: 15px;
	}
	.work .thumb-content {
		margin-bottom: 30px;
	}
	.works-list ul li .work h3 {
		font-size: 26px;
	}
	.works-list ul li::before,
	.works-list ul li::after {
		display: none;
	}
	.header .logo {
		text-align: center;
	}
	.header .logo img {
		max-width:45px !important;
	}
	.is-sticky .main-menu {
		padding-top:5px;
		padding-bottom:5px;
	}
	.btn, input[type="submit"] { font-size:22px !important;}
	.hero-section {
		padding-top:100px;
		background-position:25% 20% !important;
	}
}

/* xs Portrait */
@media (max-width: 575px) {

}



/* xs Portrait */
@media (max-width: 475px) {
	
	.hero-form h2 {
		font-size:22px;
	}
	.hero-text h1 {
		font-size: 38px;
	}
	.hero-form {
		padding: 20px;
	}
	.hero-form ul li:nth-child(2), 
	.hero-form ul li:nth-child(3) {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.ac-thumb {
		height: 250px;
	}
	.btn {
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
	}
	section {
		padding:35px 0;
	}
	.hero-section {
		padding-top:100px;
		background-position:25% 20% !important;
	}
}





.screen-reader-response {
	display:none !important;
}

span.wpcf7-not-valid-tip {
    color:#900000;
	font-size:14px !important;
}

div#loom-companion-mv3 {
	display:none !important;
}


a.candc {
    background: url(images/candc.png) no-repeat left center;
    margin-left: 0;
    padding-left: 25px;
    display: inline-block;
    color: var(--primary-color);
	font-weight:400;
	color:#000;
}

a[href^="tel:"] {
	white-space:nowrap;
}



legend.gfield_label.gform-field-label.gfield_label_before_complex {
	display:none !important;
}
div.hidden_label label {
	display:none !important;
}
label.gform-field-label.gform-field-label--type-sub.hidden_sub_label.screen-reader-text {
	display:none !important;
}

.ginput_container.ginput_container_consent {
	position:relative;
	padding-left:25px;
}

.ginput_container.ginput_container_consent input {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}



legend.gfield_label.gform-field-label.gfield_label_before_complex, h2.gform_submission_error, h2.gform_submission_error + ol, .hidden_label label {
    display: none !important;
	
}

.gfield_validation_message {
	font-size:14px !important;
	color:#900000 !important;
	text-align:left !important;
}

label.gform-field-label.gform-field-label--type-sub.hidden_sub_label.screen-reader-text {
	  display: none !important;
}



@media (min-width:768px) {
.gfield--type-email {
	display:inline-block;
	width:calc(50% - 10px);
	float:left;
		margin-left:20px;
}
.gfield--type-phone {
	display:inline-block;
	width:calc(50% - 10px);
	float:left;

}
}