/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.office-features-bullets{
    list-style: none;
    padding-left: 0;
}

.office-features-bullets li{
    padding: 6px 16px;
    font-weight: bold;
    background: #f5f5f5;
    color: #000;
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 1px;
    border-radius: 20px;
}
.office-features-bullets li:last-child{
    margin-right: 0;
}
.office-features-bullets li i{
    color: green;
}
.home-slider{
    z-index: 0;
}
.home-slider .banner-layers.container{
    max-width: 100%;
}
h1{
    font-size: 56px;
    font-weight: 700;
}
h2{
    font-size: 42px;
    font-weight: 700;
}
h3{
    font-size: 28px;
    font-weight: 600;
}
body, body p{
    font-size: 18px;
}
.banner-col{
    z-index: 1;
}
img{
    border-radius: 3px;
}

.m-icon-box-wrap{}
.m-icon-box-wrap .m-icon-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}
.m-icon-box-wrap .m-icon-box:last-child{
    margin-bottom: 0;
}
.m-icon-box-wrap .m-icon-box h4{
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.m-icon-box-wrap .m-icon-box p{
    color: #A8A8A8;
    margin-bottom: 0;
}
.m-icon-box-wrap .m-icon-box i{
    font-size: 40px;
    color: #b8bcc2;
}
.m-icon-box-wrap .m-icon-box .left{}
.m-icon-box-wrap .m-icon-box .right{
    margin-left: 20px;
}

.m-price-table{}
.m-price-table .title{
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #fff4c5;
    color: #000;
}
.m-price-table.featured-table .title{
    background-color: #4e76b1;
    color: #fff;
}
.m-price-table .price{
    color: #ffffff;
    font-weight: bold;
}
.m-price-table .description{
    color: #b8bcc2;
}
.absolute-footer .footer-primary.pull-left{
    float:none;
    text-align: center;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .office-features-bullets li{
        width: 100%;
        margin-right: 0;
    }

    h1{
        font-size: 40px;
        font-weight: 700;
    }
    h2{
        font-size: 30px;
        font-weight: 700;
    }
    h3{
        font-size: 22px;
        font-weight: 600;
    }

}