/*
Theme Name: Blossom Spa Child
Theme URI: https://wp-themes.com/blossom-spa
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Blossom Spa child theme.
Template: blossom-spa
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: blossom-spa-child
*/


body.custom-background #page {
    max-width: 1300px;
    background: #ffffffad;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

header.page-header {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 205px !important;
    padding-bottom: 205px !important;
    margin-bottom: 80px;
    background-position: center center;
    z-index: 1;
    text-align: center;
}
.home article {
    background: #fff;
}
a.custom-logo-link img {
    max-width: 60%;
}
.phb {
    fill: #9cbe9c !important;
}
.emb {
    fill: #9cbe9c !important;
}
/*footer start*/
.footer-b .container {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
	text-align: center;
}
a.privacy-policy-link {
    display: none;
}
/*footer end*/