/*
Theme Name:     Demo-child
Theme URI:
Description:    freshio child theme.
Author:         Me
Author URI:
Template:       freshio
Version:        1.0.0
*/

/*
Theme Name:     Demo-child
Theme URI:
Description:    Bridey child theme.
Author:         Me
Author URI:
Template:       bridey
Version:        0.1.0
*/

.header-landing .header-main {
    max-width: 1320px;
    padding: 1em 15px;
    margin: auto;
}
.header-landing .header-main .site-branding{
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}
.header-landing .header-sticky .site-branding{
    margin-right: 0;
}
@media (min-width: 768px) {
    .header-landing .header-main {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .header-landing .header-main .header-center{
        margin-bottom: 0;
    }
    .header-landing .header-main .site-branding{
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-landing.header-sticky .header-main {
        padding: 1em 15px; }
}
.header-landing .header-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-landing .site-branding {
    color: #fff; }
@media (min-width: 768px) {
    .header-landing .header-left {
        justify-content: flex-start }
    .header-landing .site-branding img{
        width: 130px }
}
.header-landing .header-center {
    text-align: center; }
.header-landing .header-right {
    text-align: right; }
.header-landing .header-right .button-purchase a {
    position: relative;
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    padding: 12px 30px;
    font-weight: 700;
    background: #bac34e;
    border-radius: 30px;
}

.header-landing .header-right .button-purchase a:hover{
    background: #9da638;
}

.header-landing .main-navigation ul.menu > li.menu-item {
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 18px;
}
.header-landing .main-navigation ul.menu > li.menu-item > a {
    padding: 0em 1em;
    color: #000; }
.header-landing .main-navigation ul.menu > li.menu-item > a:hover {
    color: #bac34e;
}
@media (min-width: 768px) {
    .header-landing .main-navigation ul.menu > li.menu-item > a {
        padding: 1.1em 1em; }
    .header-landing .main-navigation ul.menu{
        margin-left: -1em;
    }
}
.header-landing .menu-mobile-nav-button {
    color: #000; }
.header-landing .primary-navigation {
    display: block;
}

.header-landing .header-center .site-branding{
    flex: 1;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}


@media (max-width: 1023px){
    .header-landing .header-center .site-branding{
        padding-right: 50px;
    }
    .header-landing .header-center .site-branding a{
        display: inline-block;
    }
    .header-landing .header-left{
        display: none;
    }
    .header-landing .header-main{
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .header-landing .header-main .header-center{
        margin-bottom: 0;
    }
}

.header-landing.header-sticky .main-navigation{
    display: block;
    text-align: left;
    padding: 0;
}

.header-landing.header-sticky {
    position: fixed;
    top: 0;
    width: 100vw;
    right: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1);
    z-index: 996;
    transform: translateY(-100%);
    opacity: 0;
    transition: unset;
}
.header-landing.header-sticky.header-sticky-transition {
    transition: all ease-in-out 0.3s; }
.header-landing.header-sticky.active {
    transform: translateY(0);
    opacity: 1; }
.admin-bar .header-landing.header-sticky {
    top: 0; }
@media (min-width: 783px) {
    .admin-bar .header-landing.header-sticky {
        top: 32px; } }
@media (min-width: 601px) and (max-width: 782px) {
    .admin-bar .header-landing.header-sticky {
        top: 46px; } }
.header-landing.header-sticky .header-top {
    display: none; }
.header-landing.header-sticky .header-top:after {
    content: none; }
.header-landing.header-sticky .header-main {
    padding: 0.5em 15px; }
.header-landing.header-sticky .header-main:after {
    content: none; }

.header-landing .header-sticky{
    display: none !important;
}