#footer-email {
    display: none;
}

.col-content > div:not(:first-child) {
    padding-top: 36px;
    margin-top: 36px;
    border-top: 1px solid #F3F2F0;
}
.content-post {
    padding: 68px 0 112px;
}
.content-post h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 24px;
}
.content-post ol {
    list-style: decimal !important;
}
.content-post ul {
    list-style: disc !important;
}
.content-post ul li,
.content-post ol li {
    margin-bottom: 10px;
}
.content-post ul li:last-child,
.content-post ol li:last-child {
    margin-bottom: 0;
}
.content-post .content-overview *,
.content-post .content-assets * {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #3E3E3E;
}
.content-post .additional-resources .content-assets ul {
    list-style: none !important;
    margin-left: 20px;
}
.content-post .additional-resources .content-assets ul li {
    position: relative;
}
.content-post .additional-resources .content-assets ul li:before {
    content: '';
    background-image: url('../svg/link.svg');
    width: 14px;
    height: 14px;
    top: 4px;
    left: -20px;
    position: absolute;
}
.content-post .additional-resources .content-assets ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #48B2EB;
}
.content-post .additional-resources .content-assets ul li a:hover {
    text-decoration: none;
}
.content-post .read-more-content {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #48B2EB;
}
.content-post .read-more-content:hover {
    text-decoration: none;
}
.content-post .box-assets {
    padding-top: 36px;
}

/* Gallery */
.gallery-content {
    padding-top: 32px;
}
.gallery-content .row-gallery > .column {
    padding: 0 8px;
}

.gallery-content .row-gallery:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.gallery-content .row-gallery .column {
    clear: both;
    width: 123px;
    margin: 0;
    padding: 0 !important;
}
.gallery-content .row-gallery {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 14px;
}
.gallery-content .row-gallery img {
    cursor: pointer;
}
.gallery-content .column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.gallery-content .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(68, 70, 75, 0.8);
    z-index: 9999999;
}

/* Modal Content */
.gallery-content .modal-content {
    position: relative;
    background-color: transparent;
    border: none;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 700px;
    display: block;
    padding: 0 40px;
}

/* The Close Button */
.gallery-content .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.gallery-content .close:hover,
.gallery-content .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.gallery-content .mySlides {
    display: none;
}

/* Next & previous buttons */
.gallery-content .prev,
.gallery-content .next {
    cursor: pointer;
    position: absolute;
    top: 43%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.gallery-content .prev {
    left: -55px;
}

/* Position the "next button" to the right */
.gallery-content .next {
    right: -55px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery-content .prev:hover svg path,
.gallery-content .next:hover svg path {
    stroke: #48B2EB;
}

.gallery-content #gallery-modal .row-gallery {
    justify-content: center;
    padding-top: 31px;
}
.gallery-content #gallery-modal .row-gallery img {
    width: 123px;
    height: 96px;
    object-fit: cover;
}

.gallery-content #gallery-modal img.active,
.gallery-content #gallery-modal img.demo:hover {
    opacity: 0.5 !important;
}

.gallery-content #gallery-modal img.demo {
    opacity: 1;
}

.gallery-content img.hover-shadow {
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .gallery-content .row-gallery .column,
    .gallery-content #gallery-modal .row-gallery img {
        width: 80px;
        height: 50px;
    }
}
/* End Gallery */

/* Sidebar */
/* sider Box */
.content-post .sidebar-box {
    padding-bottom: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F3F2F0;
}
.content-post .sidebar-box:last-child {
    border-color: transparent !important;
}
.content-post .sidebar-box h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}
.content-post .sidebar-box h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 16px;
}
.content-post .sidebar-box h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #3E3E3E;
    margin-bottom: 4px;
}
.content-post .sidebar-box a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #48B2EB;
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.content-post .sidebar-box .btn-install {
    padding: 12px 20px;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #48B2EB;
    border-radius: 4px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.content-post .sidebar-box .btn-install:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
}
.content-post .sidebar-box a:hover {
    text-decoration: none;
}
.content-post .sidebar-box.side-only-term h6 {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.content-post .sidebar-box.side-only-term h6 img {
    width: 24px;
    height: 24px;
}
/* Anchor Links */
.content-post .list-content ul {
    list-style: none !important;
    margin: 0;
}
.content-post .list-content ul a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #3E3E3E;
    position: relative;
}
.content-post .list-content ul a.active {
    color: #48B2EB;
    font-weight: 600;
    padding-left: 13px;
}
.content-post .list-content ul a.active:before {
    content: '';
}
.content-post .list-content ul a:before {
    width: 1.5px;
    height: 100%;
    position: absolute;
    background: #48B2EB;
    top: 0;
    left: 0;
}
.content-post .list-content ul a:hover {
    color: #48B2EB;
    text-decoration: none;
}

/* Author */
.content-post .content-author h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 16px;
}
.content-post .content-author h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #3E3E3E;
    margin-bottom: 16px
}
.content-post .content-author .flex-author {
    display: flex;
    grid-gap: 12px;
    align-items: center;
}
.content-post .content-author .flex-author img {
    border-radius: 50px;
}
.content-post .content-author .flex-author p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #3E3E3E;
    margin-bottom: 0;
}

/* Content Category List */
.content-post .content-category .list-category {
    padding: 0;
    margin: 0;
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
    list-style: none !important;
}
.content-post .content-category .list-category li {
    padding: 4px 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #2F3338;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    margin-bottom: 0;
}
/* END Sidebar */

/* Media Querys */
@media screen and (max-width: 767px){
    .content-post {
        padding: 60px 0;
    }
}