/*
Theme Name: Barber-Child
Theme URI: https://demo.arrowtheme.com/barber/
Author: ArrowTheme
Author URI: https://arrowtheme.com/
Description: Barber - Hair Salon WordPress Theme.
Version: 2.1.8
License:
License URI:
Tags: one-column, two-columns, right-sidebar,  custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: barber
*/

.header-v5 .open-menu-mobile p, 
.header-v5 .close-menu-mobile p {
	font-size: 12px;
}

.header-v5.is-sticky .open-menu-mobile, .header-v5.is-sticky .close-menu-mobile {
	height: 55px;
	width: 55px;
	padding: 6px 10px 5px;
}

.header-v5 .open-menu-mobile, .header-v5 .close-menu-mobile {
	height: 55px;
    padding: 6px 10px 15px;
    width: 55px;
}

.address,
.phoneNumber {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
}

.address {
    justify-content: flex-start;
}

.phoneNumber {
    justify-content: flex-end;
}

.napAddress,
.napPhone {
    a {
        color: white !important;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }
}

.napPhone {
    position: absolute;
    padding-right: 20px;
    right: 0px;
}

.napAddress {
    padding-left: 20px;
}

p{ 
    a, a:hover, a:visited {
    
        color: #D19F68 !important;
        cursor: pointer;
        text-decoration: underline !important;
    }
}

.serviceButtonList {
    position: relative;
    margin: 0 auto;
    display: flex;
    text-align: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;  
}

.footer-v1 .footer-content {
	background-image: url(https://nelson-shoe-repairs.com/wp-content/uploads/2026/04/nelson-shoe-repairs-alterations-north-miami-beach-fl-1.webp) !important;
}

@media (max-width: 991px) {
    .footer-v1 .footer-content {
        background-image: none !important;
    }
    
    .footer-v1 .row.text-left {
    	text-align: center;
    }
    
    .address {
        display: flex;
        align-content: center;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding-bottom: 10px;
    }
    
    .header-v5 .header-logo {
        position: relative;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        padding-top: 0;
        text-align: center;
    }
    
    .napAddress, .napPhone {
        position: relative;
        margin: 0 auto;
        min-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        
        a {
            color: white !important;
            font-size: 13px;
            font-weight: bold;
            cursor: pointer;
        }
    }
    
    .serviceButtonList {
        position: relative;
        margin: 0 auto;
        display: flex;
        text-align: center;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;        
    }
}