/*
Theme Name: Desert Transporters, LLC
Description: A child theme to house custom coding which modifies the Divi parent theme.
Author:   Jason Niemoth - Design Evolution, LLC
Template: Divi
*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600;700&display=swap');


/* ************* OVERALL ************* */
h1 {
    font-family: 'Kanit', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px;
	padding-bottom: 20px;
}
h2 {
    font-family: 'Kanit', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px !important;
}
h3 {
    font-family: Rajdhani,sans-serif !important;
	text-transform: uppercase;
	font-size: 24px !important;
}
h4 {
    font-family: 'Kanit', sans-serif !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
}
p, ul, li {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 1.5em;
}
.entry-content ol {
    padding-bottom: 2em !important;
	list-style-position: outside !important;
}
.entry-content ul {
    /*padding-left: 50px;*/
    padding-bottom: 2em !important;
	list-style-position: outside !important;
}
.entry-content li {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-left: 50px;
}
a {
	color: #d50000;
}
#mobile-header a,
#reserve a {
	color: #fff;
}
a:hover {
    color: #000;
}
.et-fixed-header #top-menu a,
#footer-bottom a {
	color: #fff !important;
}
.et-fixed-header #top-menu a:hover,
#footer-bottom a:hover {
	color: #bbb !important;
}
a.link2 {
	color: #fff;
	text-decoration: underline;
    text-decoration-thickness: 1px;
}
a.link2:hover {
    color: #bbb;
}
.link {
	text-decoration: underline;
    text-decoration-thickness: 1px;
}
hr {
    border-top: 1px solid #8f8f8f;
}
.hr-spacer {
	margin: 20px 0 40px;
	border-top: 1px solid #e9e9e9;
}
.et_pb_bg_layout_light .et_pb_promo_button {
	color: #fff !important;
}
.transport-numbers p a {
	color: #000;
	font-size: 20px;
}
.transport-numbers p a:hover {
	color: #ed872c;
}
#fine-print p {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 1em;
}

/* ************* BUTTON STYLES ************* */
.et_pb_button {
	font-weight: 600;
	text-transform: uppercase;
}
#header .et_pb_button:hover,
#page-container .et_pb_button:hover {
	background: #000 !important;
	color: #fff !important;
}
#trailers .et_pb_button {
	color: #fff !important;
}
#trailers .et_pb_button:hover {
	background: #fff !important;
	color: #000 !important;
}
#contact .et_pb_button:hover {
	background: #000 !important;
	color: #fff !important;
}
.et_pb_fullwidth_slider_0.et_pb_slider.et_pb_slider .et_pb_slide .et_pb_slide_description a.et_pb_more_button.et_pb_button {
    width: 300px !important;
}

/* ************* HEADER ************* */
.et_header_style_left .logo_container {
    margin-top: -20px;
	height: 100px;
}
.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.et_fixed_nav.et_show_nav #page-container.et-animated-content {
	    margin-top: 0 !important;
}
#et-main-area {
    padding-top: 98px;
}
body.admin-bar.et_fixed_nav #main-header {
	top: 0 !important;
	padding-top: 0;
	height: 105px;
}
.et_fixed_nav #logo { 
	width: 305px;
}
.mobile_menu_bar:before {
    font-size: 42px !important;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 25px !important;
	padding-left: 0 !important;
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 36px !important;
}
#et_top_search {
    display: none;
}
#et-info-email:hover, #et-secondary-menu > ul > li > a:hover, #top-menu-nav > ul > li > a:hover, .et-social-icons a:hover {
    opacity: 1;
    color: #d50000;
}
#top-menu-nav, #top-menu {
    padding-bottom: 0;
}
#top-menu li {
    padding-right: 46px;
    padding-bottom: 0;
    height: 50px;
}
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    height: 100px;
}
.container {
    padding-top: 20px;
}

/* ************* WHAT WE DO ************* */
#services .et_parallax_bg_wrap .et_parallax_bg {
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/wp-content/uploads/2022/01/dtautoquote-bg-img.jpg") no-repeat center top !important;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.et_pb_image.hero-image img {
    border-radius: 100%;
    border: 4px solid #b52926;
}

/* ************* CONTACT FORM ************* */
#contact-form.et_pb_section {
    padding: 10px 0 25px !important;
}
#contact-form ul {
    padding-bottom: 1em !important;
	display: flex;
	flex-wrap: wrap;
}
.page-id-809 .gform_wrapper .ginput_complex label {
    font-size: 13px !important;
    font-style: italic;
    margin: 1px 0;
    color: #fff;
}
.gform_wrapper .ginput_complex label {
    font-size: 13px !important;
    font-style: italic;
    margin: 1px 0;
    color: #000;
}

.gform_wrapper .gform_footer {
    text-align: right;
	padding: 0;
}
.gform_wrapper input[type="text"] {
	font-weight: 500 !important;
	font-size: 17px;
	height: 40px;
}
#gform_submit_button_1,
#gform_submit_button_3 {
    font-family: Rajdhani,sans-serif !important;
	background: #fff;
    border: 0px solid #fff;
    border-radius: 0;
    color: #000 !important;
    font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.7em;
    padding: 5px 20px;
    position: relative;
    transition: all 0.2s ease 0s;
	cursor: pointer;
}
#gform_submit_button_1:hover,
#gform_submit_button_3:hover {
    background: #000;
	color: #fff !important;
}
#gform_submit_button_11 {
    font-family: Rajdhani,sans-serif !important;
	background: #d50000;
    border: 0px solid #d50000;
    border-radius: 0;
    color: #fff !important;
    font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.7em;
    padding: 5px 20px;
    position: relative;
    transition: all 0.2s ease 0s;
	cursor: pointer;
}
#gform_submit_button_11:hover {
    background: #000;
	color: #fff !important;
}

.page-id-809 .gform_wrapper .top_label .gfield_label {
    color: #fff;
	margin: 10px 0 0px;
	font-weight: 500;
	font-size: 16px;
}
.gform_wrapper .top_label .gfield_label {
    color: #000;
	margin: 10px 0 0px;
	font-weight: 500;
	font-size: 16px;
}
.page-id-809 .gform_wrapper .gfield_required {
    color: #fff !important;
    margin-left: 4px;
}
.page-id-809 .gform_wrapper .gsection {
    border-bottom: 1px solid #fff;
    padding: 0 0 .65em;
}
#contact-form .address .ginput_complex {
    width: 99.5% !important;
}
#contact-form .email {
    height: 95px;
    width: 48.5%;
	margin-right: 1.3%
}
#contact-form .phone {
    width: 48.5%;
}
#contact-form .phone2 {
    display: block;
    float: left;
    margin-left: 630px !important;
    margin-top: -87px;
    width: 99.5%;
}
#contact-form .gform_wrapper .top_label .gfield_label {
    margin: 0;
}
#contact-form .gform_wrapper.gf_browser_gecko select {
    padding: .4em 0.5em;
	width: 48.5%;
}
#contact-form .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
}
#contact-form .gform_wrapper .ginput_complex.ginput_container {
    overflow: hidden;
    width: 49%;
}
#contact-form .gform_wrapper .ginput_complex .ginput_right {
    margin-left: 0;
    width: 100%;
    display: block;
}
#contact-form .gform_wrapper .ginput_complex .ginput_left {
    width: 100%;
}
#contact-form .ginput_container.has_first_name {
    width: 100.4% !important;
}
body #contact-form .gform_wrapper label.gfield_label+div.ginput_container {
    margin-bottom: 0;
}
.width2 {
    width: 99.6% !important;
}
.gform_wrapper {
    max-width: 100%;
}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
    overflow: hidden !important;
}
.gform_wrapper.gf_browser_gecko select {
    background-color: #fff;
	color: #464646;
	padding: 5px 10px;
	font-size: 17px;
	font-weight: 500;
}
.gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex select {
    width: 99.88% !important;
}
.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
    margin-left: 0 !important;
}
.gform_wrapper .ginput_complex input[type="text"],
.gform_wrapper .ginput_complex .ginput_full input[type="text"],
.gform_wrapper .top_label input.large, 
.gform_wrapper .top_label select.large, 
.gform_wrapper .top_label textarea.textarea {
    background-color: #fff;
    width: 99% !important;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc {
    color: #fff;
    margin-top: 0;
}
.gform_wrapper ul li.gfield {
    color: #fff;
	width: 100%;
}
.gform_wrapper ul li.gfield.spacer {
    padding-top: 15px;
}
.gform_wrapper ul li.gfield.form-section {
    margin: 0 0 15px;
    padding-top: 20px;
}
.gform_wrapper ul li.gfield.form-section h2 {
    color: #fff;
	font-weight: 500;
    font-size: 24px !important;
}
.gform_wrapper ul li.freight-dimensions {
    float: left;
    width: 49%;
    clear: none;
	margin-right: 9px;
}
.gform_wrapper ul li.freight-weight {
    float: left;
    width: 49%;
    clear: none;
}
.gform_wrapper .gfield_radio li label {
    margin: 0 0 0 30px;
    color: #fff;
    font-size: 15px;
}
.gform_wrapper input.datepicker.datepicker_with_icon {
    margin-right: 10px !important;
    width: 115px !important;
}
.gform_wrapper #input_1_6_3 {
    width: 75px !important;
}
.gform_wrapper textarea {
    font-size: 17px !important;
    padding: 16px !important;
	font-weight: 500 !important;
}
#gform_confirmation_wrapper_1 {
    color: #666666;
    font-size: 24px;
    padding: 20px 0 40px;
    text-align: center;
}
.gform_wrapper div.validation_error {
    color: red;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-bottom: 0 none;
    border-top: 0 none;
}
.gform_wrapper select {
    font-size: 15px;
    height: 40px;
	border-radius: 0;
}

/* ************* PRICING GRID ************* */

.et_pb_pricing_heading {
    background-color: #d50000 !important;
	margin-bottom: 0 !important;
	min-height: 75px;
}
.et_pb_pricing_heading .et_pb_pricing_title, .et_pb_pricing_heading h2 {
    font-size: 28px !important;
}
.et_pb_dollar_sign,
.et_pb_et_price {
    color: #000 !important;
}
.et_pb_sum {
    font-size: 68px !important;
    letter-spacing: -.02em !important;
	color: #000 !important;
}
.et_pb_pricing_table {
	border-bottom: 0;
    padding-bottom: 0;
}
.et_pb_pricing_content {
	display: none;
}
.et_pb_pricing_content_top {
    padding-bottom: 15px;
}

/* ************* ACCORDION ************* */
.et_pb_toggle_close {
    background-color: #fff;
}
.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
    color: #000;
}
.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #d50000;
}
.et_pb_toggle_title::before {
    color: #d50000;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
	margin-bottom: 1.5%;
}

/* ************* FOOTER ************* */
.footer-title {
    font-family: 'quantifyregular';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
	color: #fff;
	margin-bottom: 30px;
}
#footer-info { 
	font-size: 15px;
	padding: 10px 0 20px;
}
.et-social-icons {
    padding-top: 10px;
}
.et-social-icon a {
	color: #fff !important;
	padding-top: 10px !important;
	float: right;
}
.et-social-icon a:hover {
	color: #bbb !important;
}

/*--------------- [ RESPONSIVE LAYOUTS ] -------------*/

@media (max-width: 1060px) {
.et_fixed_nav #logo {
    width: 300px;
    margin-top: 5px;
}
/*#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    margin-top: 2px;
}*/
#top-menu li {
    padding-right: 22px !important;
}

}

@media (max-width: 1024px) {
#main-header .container {
    width: 90%;
}
.container {
    padding-top: 18px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
    font-size: 18px;
}
.et_fixed_nav #logo {
    width: 275px;
    margin-top: 5px;
}
/*#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    margin-top: 2px;
}*/
#top-menu li {
    padding-right: 22px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 34px;
}
}

@media (max-width: 980px) { 
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 15px !important;
}
	#footer-info {
	text-align: center;
	padding-bottom: 0 !important;
}
.et_pb_row_0_tb_footer {
    text-align: center;
}
.et_pb_section_0_tb_footer.et_pb_section {
    padding-top: 15px !important;
}
footer .et_pb_column_3_4 {
    margin-bottom: 10px;
}
.et-social-icon a {
  padding-top: 0 !important;
  float: none !important;
}
}

@media (max-width: 768px) { 
#avail-title {
	color: #000 !important;		
}
.et_pb_section_video_bg {
    display: none;
}
#mobile-header .et_pb_slider .et_pb_slide_0 {
    background-color: transparent;
}
.xtra-spacer {
    height: 20px !important;
}
#footer-bottom .container {
    padding-top: 5px;
}
#footer-bottom .container div {
    float: none !important;
    padding-right: 0 !important;
    text-align: center;
    margin-bottom: 20px;
}
#contact-form .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
}
#contact-form .email {
    float: none;
    height: auto;
    width: 100%;
}
#contact-form .phone,
#contact-form .phone2 {
    display: block;
    float: none;
    margin-left: 0 !important;
    margin-top: 0;
    width: 100%;
}
#contact-form .phone, #contact-form .modify {
    margin-left: 0 !important;
}
}

@media (max-width: 425px) { 
h1 {
    font-size: 32px;
}
h2 {
    font-size: 32px !important;
}
.et_pb_row {
    padding: 10px 0;
}
body.admin-bar.et_fixed_nav #main-header {
    height: 90px;
}
.et_header_style_left #logo {
    max-width: 60% !important;
}
.et_pb_image .et_pb_image_wrap {
    max-width: 85%;
}
.et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 10px;
}
/*.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 2px !important;
}*/
.transport-numbers {
    padding-left: 75px;
}
#mobile-header {
	padding-top: 0;
    padding-bottom: 0;
    background-color: #444;
    background-image: none !important;
}
#mobile-header .et_pb_fullwidth_header {
    padding: 0;
}
#mobile-header .mobile-content .et_pb_slide_0 {
    height: 350px;
    background-color: transparent;
}
#mobile-header .mobile-content .et_pb_slides .et_pb_container {
    height: 350px !important;
}
.dtllc-logo {
    max-width: 80%;
}
#contact-form.et_pb_code_0 {
    padding-left: 0px !important;
}
#contact-form .phone, #contact-form .modify {
    margin-left: 0 !important;
    float: none;
    height: auto;
    margin-bottom: 10px;
}
#contact-form .gform_wrapper .ginput_complex.ginput_container {
    overflow: hidden;
    width: 100%;
}
#contact-form .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 99.9% !important;
}
#contact-form .email {
    float: left;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}
}

@media (max-width: 375px) { 
#contact-form .phone, #contact-form .modify {
    margin-left: 0 !important;
}
#contact-form .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 99.7% !important;
}
#contact-form .name_first,
#contact-form .name_last,
#field_11_1 .name_first,
#field_11_1 .name_last {
    width: 100%;
}
}