/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Resets */

/* General */
html {
	scroll-behavior: smooth;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.dark {
	color: #fefefe;
}
.indent-text {
	text-indent: -9999px;
}

/* Header */
.branding a.same-logo img {
	width: 240px;
}
.mobile-header-bar .mobile-branding img {
    max-width: 200px;
}

/* Body Layout */

/* Footer */
#footer a {
	text-decoration: none;
}
#footer #block-5 .wp-block-image img {
	top: -8px;
	position: relative;
}
#footer #block-9 {
	margin-bottom: 0px;
}
#footer #block-13 p {
	font-size: 15px;
    line-height: 24px;
}
#footer #block-13 a {
	border-radius: 5px;
    padding: 10px 15px;
    background-color: #ff0000;
    display: inline-block;
}
.no-touchevents #footer #block-13 a:hover {
	background-color: #015799;
}

/* Homepage */
.home .intro-text p {
    font-size: 105%;
    font-weight: 500;
	margin-bottom: 20px;
}
.home .light-fade .vc_column-inner {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(242, 41, 91, 0) 100%);
}
.home .blue-slant {
	height: 90px;
}
.home .blue-slant svg {
	height: 90px;
    transform: rotateX(180deg);
	width: 100%;
}
.home .blue-slant svg path {
	fill: #fff;
}
.home .second-slant svg,
.home .fourth-slant svg{
	transform: rotateX(0deg) rotateY(180deg);
}
.home .fixed-para {
	background-attachment: fixed !important;
}
.home .full-width-limit {
	margin: 0 auto;
	max-width: 1000px;
}
.home .home-options > .wpb_column > .vc_column-inner {
	background-color: rgb(116 0 0 / 70%);
    padding: 5px;
	cursor: pointer;
	transition: .2s linear;
}
.no-touchevents .home .home-options > .wpb_column > .vc_column-inner:hover {
	transform: translateY(-10px);
	box-shadow: 0 7px 10px 7px rgb(0 0 0 / 14%);
}
.home .home-options .wpb_single_image {
	margin: 0;
}
.home .home-options h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .form-row {
	background: rgb(255,255,255);
	background-image: url(http://www.carwashbooths.com/wp-content/uploads/2021/12/white-bg-texture.jpg);
	background-image: url(http://www.carwashbooths.com/wp-content/uploads/2021/12/white-bg-texture.jpg), linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 100%) !important;
}
.home .front-form .vc_column-inner {
	border-radius: 5px;
	box-shadow: 0 0 8px 2px rgb(0 0 0 / 40%);
}
.home .front-form label,
.home .front-form legend,
.home #main .gform_wrapper .gfield_required {
	color: #fefefe;
}
.home #main .gform_wrapper input[type="submit"] {
	border: 1px solid #fff;
    border-radius: 3px;
}

/* FAQs */
.page-id-16960 .vc_toggle.vc_toggle_active h4 {
	color: #ff0000;
}
.page-id-16960 .vc_toggle {
	border-bottom: 1px solid #d4d4d4;
	padding: 15px 0;
}
.page-id-16960 .vc_toggle h4 {
	font-size: 18px;
    font-weight: 600;
}
.page-id-16960 .vc_toggle_content {
	margin-bottom: 0px;
}

/* Booth Options */
.no-touchevents .options_select > .wpb_column:hover .vc_custom_heading {
	font-weight: bold;
}
.pdfDownload {
	margin: 30px 0 !important;
}
.pdfDownload > a {
    padding: 15px 20px;
    background: #00335a;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.no-touchevents .pdfDownload > a:hover {
	box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 25%);
}

/* Gallery */
.pswp__caption .pswp__caption__center {
	display: none;
}


@media (max-width: 767px) {
	/* Home */
	
	/* Booth Options */
	.options_select > .wpb_column:not(:last-child),
	.option-items > .wpb_column:not(:last-child) {
		padding-bottom: 15px;
	}
	
	/* New construcstion car wash */
	.new-const-imgs .wpb_column:nth-child(2),
	.new-const-imgs .wpb_column:nth-child(3) {
		padding-bottom: 15px;
	}
}