/*
Theme Name: Rootless Living
Theme URI:
Author: NOW Marketing Group
Author URI: https://nowmarketinggroup.com/
Description:
Version: 1.0
*/

body {
}

/* text outline for homepage */
.textOutline {
    color: transparent;
}
.textOutline a, .textOutline a:visited {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #DDC9A3;
}

/* blog cats read more */
.elementor-post__read-more {
    border: 1px solid #AD7F66;
    border-radius: 8px;
    padding: 10px;
}

/* single post header bg */
.single-post .elementor-7 .elementor-element.elementor-element-bd3860f {
    background: transparent linear-gradient(180deg, #415364 0%, #AD7F66AA 100%) 0% 0% no-repeat padding-box;
}

/* woocommerce notices */
.woocommerce-notices-wrapper {
    position: absolute;
    z-index: 999;
    max-width: 800px;
    width: 100%;
}

/* view PDF button */
.viewButton {
    background: #fff;
    border: 1px solid #AD7F66;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px;
    color: #AD7F66;
}

/* posts */
.postAuthor {
    color: #fff;
}

/* mobile fixes */
@media (max-width: 780px) {
    /* top menu */
    #topSocialNav ul li, #topSubscribeNav ul li, #bottomSocialNav ul li {
        float: left;
    }
    #topSocialNav, #topSubscribeNav, #bottomSocialNav {
        float: left;
        width: auto;
    }
    #topMenuContainer {
        display: grid;
    }

    /* footer fixes */
    .elementor-131 .elementor-element.elementor-element-96711c7 {
        text-align: center !important;
    }
    #bottomSocialNavContainer {
        display: grid;
        justify-content: center;
    }
    #bottomNav1 ul li, #bottomNav2 ul li {
        display: grid;
        justify-content: center;
    }
    #bottomNav1, #bottomNav2 {
        margin-top: -25px;
    }
}