/*
Theme Name:   Barber child theme
 | Shared by WPTry.org
Theme URI:    http://hn.arrowpress.net/barber/
Description:  Barber - Hair Salon WordPress Theme.
Author:       AHT
Author URI:   http://arrowhitech.com/
Template:     barber
Version:      1.0
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-child
*/

.header-logo {width:300px; height:auto;}
.side-breadcrumb + .wrapper, .footer {
    padding-top: 40px;
}
#primary :is(h1, h2) {
    margin-bottom: 40px !important;
}
#primary :is(h3, h4, h5, h6) {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}
a {
    color: #d19f68;
}
div.footer-copyright a {
    font-weight: bold;
    background: -webkit-linear-gradient(-40deg, rgba(0, 170, 196, 1) 0%, rgba(122, 203, 199, 1) 20%, rgba(251, 198, 154, 1) 45%, rgba(246, 148, 107, 1) 75%, rgba(239, 102, 151, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}