/*
 Theme Name:     Quench Crest Industries
 Theme URI:      https://example.com/
 Description:    A child theme for the Twenty Twenty-One theme
 Author:         Your Name
 Author URI:     https://example.com/
 Template:       twentytwentyone
 Version:        1.0.0
 Text Domain:    twentytwentyone-child
*/

/* Add your custom CSS below this line */

body{
    background: none;
}

.home .extra-small-screen {
    height: 600px !important;
}
.bg-offwhite{
    background: #f1e5fc;
}

iframe{
    width: 100%;
    display: block;
}
header .navbar [class*=col-]{
    align-self: auto;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
    right: 0;
}
.wpcf7-form br{
    display: none;
}
.wpcf7-response-output{
    margin-top: 0 !important;
}
.wpcf7-submit{
    margin-bottom: 0 !important;
}
footer{
    background-color: #261f5d !important;
}

footer > .overlap-section > div{
    background-color: #6ba3d4 !important;
}
footer > div:not(.overlap-section),
footer > div:not(.overlap-section) a,
footer > div:not(.overlap-section) p{
    color: #bdbbbb !important;
}
nav.footer-navigation {
    margin: 0;
}

nav.footer-navigation > ul {
    flex-direction: column;
}

nav.footer-navigation > ul > li a {
    padding: 8px 0;
    display: block;
}

nav.footer-navigation > ul > li {
    height: auto;
    min-height: inherit;
    line-height: normal;
}
.footer-title-color{
    color: #6ba3d4;
}
.review-star-icon i {
    color: #a26cd3;
}

@media (min-width: 992px){
.zigzag > div:nth-child(2n+1) > div:first-child {order: 2;}}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	padding: 0px 30px;
}
h2{color:var(--dark-gray);}

.my-mobile{display:none;}

.primary-navigation{
    position: static;
}

@media (max-width: 991px) {
	.my-desktop{display:none;}
	.my-mobile{display:block;}
}

@media (max-width: 575px){
    .cnss-social-icon{
        text-align: center !important;
    }
}
