/*Page Content*/

.hentry .post-thumbnail {
    margin-bottom: 30px;
}

.hentry .post-thumbnail img {
    width: 100%;
    height: auto;
}

.entry-content h1 {
    font-size: 50px;
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 20px;
}

.entry-content .h2,
.entry-content h2 {
    margin: 25px 0 5px;
    font-size: 38px;
}

.entry-content .h3,
.entry-content h3 {
    margin: 20px 0 5px;
    font-size: 30px;
}

.entry-content p {
    font-weight: 400;
    line-height: 2;
    color: #333333;
}
.entry-content p {
    margin-bottom: 20px;
}

.entry-content ul:not(.blocks-gallery-grid),
.entry-content ul:not(.entry-meta) {
    padding: 10px 0 20px 0;
}

.entry-content ul:not(.entry-meta) li:not(.blocks-gallery-item) {
    color: #333;
    position: relative;
    list-style: none;
    padding-left: 30px;
}

.entry-content ul:not(.entry-meta) li:not(.blocks-gallery-item):before {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../img/control/list-item-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.entry-content ul:not(.entry-meta) li:not(:last-child) {
    margin-bottom: 15px;
}

.hentry .entry-content h1,
.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
    color: #333;
}

.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
    color: #333;
    line-height: 1.3;
    font-weight: 700;
}

.entry-content a:not(.btn),
.hentry .entry-content a:not(.btn) {
    color: rgb(var(--brand-color));
    font-weight: 700;
}

.main-sidebar .widget-title {
    margin-bottom: 0 !important;
}

.main-sidebar .widget_nav_menu ul,
.main-sidebar .widget > ul {
    background-color: rgb(var(--sidebar-bg-color));
    border-bottom: 1px solid #42538E;
    padding: 30px 0 0;
}

.main-sidebar .widget_nav_menu ul li,
.main-sidebar .widget > ul li {
    list-style: none;
}

.main-sidebar .widget_nav_menu ul li a,
.main-sidebar .widget > ul li a {
    font-size: 16px;
    color: #333;
    padding: 18px 20px;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.main-sidebar .widget_nav_menu ul li a:hover,
.main-sidebar .widget > ul li a:hover {
    background-color: rgba(var(--primary-color), .2);
    color: rgb(var(--primary-color));
}



/*Contact Form*/

body.page-id-273 .emg_collapse_group.emg_collapse_contact {
    display: none !important;
}

.wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}

.wpcf7-form label {
    display: block;
}


/*Sidebar*/

.main-sidebar .widget:not(:last-child) {
    margin-bottom: 32px;
}

.main-sidebar .widget-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    background-color: rgb(var(--primary-color));
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}


@media screen and (max-width: 1199px) {

    .site-content .wp-block-image figure {
        float: none;
        margin: 0 0 30px;
        float: none;
        width: auto;
        height: auto;
    }

    .entry-content h1 {
        font-size: 40px;
    }

    .entry-content .h2,
    .entry-content h2 {
        font-size: 30px;
    }

    .entry-content .h3,
    .entry-content h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1199px) {

    .entry-content h1 {
        font-size: 34px;
    }

    .entry-content .h2,
    .entry-content h2 {
        font-size: 28px;
    }

    .entry-content .h3,
    .entry-content h3 {
        font-size: 22px;
    }

}