/*
 Theme Name:   Salon Armor Child  
 Theme URI:    https://wordpress.themeholy.com/schon
 Description:  This is a child theme for Salon Armor - Spa & Wellness Salon WordPress Theme
 Author:       Themeholy
 Author URI:   https://wordpress.themehour.net/schon
 Template:     salonarmor 
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  salonarmor child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 


body.theme {
    --theme-color: #01afbe;
}

.about-area .counter-box-wrap {
    display: none;
}
.about-area .client-box-wrapp{
	display: none;
}
.about-area .about-wrapper {
    display: none;
}

div#foot-left .th-social {
    display: none;
}

.accordion-card .accordion-button:after{
top:45% !important;
}

@media (max-width: 375px) {
    div#about-section .img-box4 {
	display: none;
    }
}

@media (min-width: 1200px) {
    header.header .d-xl-block {
        display: none !important;
    }
	header.header .col-auto.d-none.d-xl-block {
        display: none !important;
    }
}

