body {
    font-family: 'Open Sans';
    background: #E8E8E8;
}

:root {
    --highlight: #367782;
}
a,.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover{
	color:var(--highlight);
}

.content-sidebar-wrap {
    display: flex;
    width: 1060px;
    max-width: 100%;
    margin: 2em auto 10px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

h1.entry-title {
    color: var(--highlight);
    margin-bottom: 30px;
}

h2 {
    font-size: 23px;
}

.content-sidebar-wrap #genesis-content {
    order: 2;
    padding: 3em;
    width: 50%;
    margin: 0;
}

.page-id-3 .content-sidebar-wrap #genesis-content {
    width: 100%;
}

.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
    margin: 0;
}

.content-sidebar-wrap .halfimg {
    order: 1;
    width: 50%;
    overflow: hidden;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;
}

.content-sidebar-wrap .halfimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.logo {
    position: absolute;
    bottom: 0;
    left: 0;
}

.entry-content ul {
    padding: 0;
    margin: 0;
    align-items: center;


}

.entry-content ul li {
    list-style: none;
    flex: 1;
    margin: 10px;
}

.flex {
    display: flex;
    justify-content: space-between;

}



.site-footer {
    padding: 0 20px;
    margin-bottom: 20px;
}

@media (max-width: 960px) {
    .content-sidebar-wrap {
        flex-wrap: wrap;
    }

    .content-sidebar-wrap #genesis-content,
    .content-sidebar-wrap .halfimg {
        width: 100%;
    }

    .content-sidebar-wrap .halfimg {
        border-top-right-radius: 40px;
        border-bottom-left-radius: 0;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 16px;
    }

    .content-sidebar-wrap #genesis-content {
        padding: 3em 30px;
    }

    .site-inner {
        padding: 10px 10px 0;
    }

    .entry-title {
        font-size: 25px;
    }

    .entry-content ul li {
        margin: 5px;
    }
}
