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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
    --main-color: #37477b;
}
body{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: #2e3246;
}
.nav > li > a {
    font-family: 'Roboto', sans-serif !important;
}
b, strong {
    font-weight: bold;
}
.header-main .nav > li > a {
    line-height: 16px;
}
@media (min-width: 550px) {
    #logo a .header-logo-dark {
        max-height: 76px;
    }
}
.align-equal h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--main-color);
    position: relative;
    margin-bottom: 20px;
    background-image: url(/wp-content/themes/sky/assets/img/envelopes.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aligncenter{
    text-align: center;
}
.page-wrapper {
    background-image: url(/wp-content/themes/sky/assets/img/bg_news.jpg);
    background-size: cover;
}
.is-divider {
    background-color: rgba(10,10,10,0);
}
.recent-blog-posts-li .post_comments,
.from_the_blog_comments{
    display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}