/*
Theme Name: DIY Depot Store 2025
Author: Russell Nagel
Description: Theme Created For DIY Depot
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: DIY Depot Store 2025
*/

/*-----------------------------------*/
/*------- Global Styles Start -------*/
/*-----------------------------------*/
img{
    max-width: 100%;
    height: auto;
}

p:empty{display: none !important;}
html{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,p,a{
    font-family: 'Oswald', serif;
}
h1,h2,h3,h4,p{width: 100%;}

body{
	margin:0;
	padding:0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}


.border-blue{border: 2px solid #292457;}

.text-white{color: white;}
.text-green{color: #bed00d;}
.text-blue{color: #292457;}
.text-red{color: #e42118;}
.text-grey{color: grey;}

.text-upper{text-transform: uppercase;}

.bg-white{background-color: white;}
.bg-green{background-color: #bed00d;}
.bg-blue{background-color: #292457;}
.bg-red{background-color: #e42118;}
.bg-grey{background-color: grey;}
.bg-op3{background: rgba(0,0,0,0.03);}

section{padding: 3em 0;}

.header-border{border-bottom: 5px solid;}
#form_contact-form2 .frm_button_submit, #form_contact-form .frm_button_submit, .btn-main{
    background: #e42118;
    color: white;
    max-width: fit-content;
    padding: 8px 15px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    border-color: white;
}
#form_contact-form2 .frm_button_submit:hover, #form_contact-form .frm_button_submit:hover, .btn-main:hover{
    background: grey;
    color: white;
}
.with_frm_style .frm_form_field {margin-bottom:10px;}

#header-banner{
    background-size: cover;
    background-position: top center;
    height: 450px;
}

/*-------- Global Styles end --------*/

/*-----------------------------------*/
/*----- Front Page Styles Start -----*/
/*-----------------------------------*/

#fp-links a{text-decoration: none;}
#fp-links a:hover{color: black;}

.icon-section:hover a{color: #212529;}
.icon-section a{text-decoration: none;}

/*------ Front Page Styles end ------*/

/*-----------------------------------*/
/*----- Scroll Icon Styles Start ----*/
/*-----------------------------------*/


/*------ Scroll Icon Styles end -----*/

/*-----------------------------------*/
/*------- Header Styles Start -------*/
/*-----------------------------------*/

.navbar-brand img{
    max-height: 180px;
    width: auto;
}
#main-nav a{
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: 8px;
    display: block;
}
#main-nav .sub-menu li a{
    background: gray;
    color: white;
    border: 1px solid #f8f9fa;
}
#main-nav .menu-item-has-children:hover .sub-menu{display: block;}
#main-nav a:hover, 
#main-nav .current-menu-item a{
    color: #e51f14;
}
#main-nav .sub-menu li a:hover{
    background: #e51f14;
}
.sub-menu {
    position: absolute;
    list-style: none;
    padding: 0;
}
#main-nav .sub-menu{display: none;}

/*-------- Header Styles End --------*/

/*-----------------------------------*/
/*------ Contact Styles Start -------*/
/*-----------------------------------*/

/*------- Contact Styles End --------*/

/*-----------------------------------*/
/*------- Locator Styles Start ------*/
/*-----------------------------------*/

.store-addresses{
    height: 80vh;
    overflow-y: scroll;    
    overflow-x: hidden;    
}

.gm-style .gm-style-iw-c p, .gm-style .gm-style-iw-d p, .single-location p{
    margin-bottom: 0 !important;
}
.single-location h4 a{
    color: #e42118;
    text-decoration: none;
    font-weight: bold;
    font-size: 35px;
}
.single-location{
    border-bottom: 2px solid #e42118;
    padding-bottom: 20px !important;
}
.form-button, .form-group{padding: 0 5px;}
.form-button input{width: 100%;}

.gm-style .gm-style-iw-c, .gm-style .gm-style-iw-d {min-width: 240px;}

/*------- Locator Styles End --------*/

/*-----------------------------------*/
/*-------- Store Styles Start -------*/
/*-----------------------------------*/


#single-store .position-relative i {
    position: absolute;
    top: 5px;
}

#single-store .position-relative a,
#single-store .position-relative p,
#single-store .position-relative span{ 
    margin-left: 30px;
}


/*-------- Store Styles End ---------*/

/*-----------------------------------*/
/*------- Footer Styles Start -------*/
/*-----------------------------------*/



/*-------- Footer Styles End --------*/

/*-----------------------------------*/
/*-------- Page Styles Start --------*/
/*-----------------------------------*/

.prod-image img{width: 100%;}

#single-post img{
    height: auto;
    max-width: 450px;
    width: 100%;
}

.accordion-item button{
    background: grey;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #e42118;
    box-shadow: none;
}

/*--------- Page Styles End ---------*/

/*-----------------------------------*/
/*------- Archive Styles Start ------*/
/*-----------------------------------*/

.single-service .service-image{
    padding: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wpv-pagination-nav-links-container{justify-content: center;}
.wpv_page_current span,
.wpv-filter-previous-link,
.wpv-pagination-nav-links-item a,
.wpv-filter-next-link{
    background: grey;
    color: white !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    padding: 5px 10px !important;
    border: none;
}

.wpv_page_current span,
.wpv-filter-previous-link:hover,
.wpv-pagination-nav-links-item a:hover,
.wpv-filter-next-link:hover{
    background: #e42118 !important;
}


/*------- Archive Styles End --------*/

/*-----------------------------------*/
/*----- Responsive Styles Start -----*/
/*-----------------------------------*/

@media only screen and (max-width: 1776px){
}

@media only screen and (max-width: 991px){
    #header-banner{height: 300px;}
}
@media only screen and (max-width: 767px){
    
    #js-wpv-addon-maps-render-single-store { height: 400px !important;}

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*------ Responsive Styles End ------*/