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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Font Face */
@font-face {
    font-family: 'Geomanist';
    src: url('/blog/wp-content/themes/tigren/fonts/geomanist-new/Geomanist-Regular.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geomanist';
    src: url('/blog/wp-content/themes/tigren/fonts/geomanist-new/Geomanist-Regular-Italic.otf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Geomanist';
    src: url('/blog/wp-content/themes/tigren/fonts/geomanist-new/Geomanist-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geomanist';
    src: url('/blog/wp-content/themes/tigren/fonts/geomanist-new/Geomanist-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* Reset to use font same magento site */
body,
.nav > li > a,
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'Geomanist', Helvetica, Arial, sans-serif !important;
}
body::-webkit-scrollbar {
    width: 6px;
    background: #f0f0f0;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #adadad;
}
/***************************** END FONT FACE **************************/

/************** ICON *************/
.nav:hover>li:not(:hover)>a:before {
    opacity: 1;
}
.nav>li>a {
    padding: 0;
}
.header-shadow .header-wrapper {
    background: #FFFFFF;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.header-nav-main.nav.nav-right > li {
    margin: 0 5px 0 0;
}
.header-nav-main.nav.nav-left > li.menu-item {
    margin: 0 60px 0 0;
}
.header-nav-main.nav.nav-left > li.menu-item:last-child {
    margin: 0 60px 0 0 !important;
}
.header-wrapper.stuck .header-main .nav.nav-left > li > a,
.header-nav-main.nav.nav-left > li > a {
    padding: 0 30px 0 0;
    line-height: 100px;
    font-weight: 500;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
    font-size: 18px;
    display: block;
    position: relative;
}
.header-nav-main.nav.nav-left > li > a .icon-angle-down {
    position: static;
    opacity: 1;
}
.header-nav-main.nav.nav-left > li > a .icon-angle-down:before {
    color: #000;
    font-size: 23px;
    position: absolute;
    top: 34px;
    right: 5px;
}
.header-nav-main.nav.nav-left > li > a:hover .icon-angle-down:before {
    color: #0487ff;
    transform: rotate(
            -180deg);
}
.header-nav-main.nav.nav-left .sub-menu.nav-dropdown {
    margin: 0 !important;
    border: none;
}
.header-nav-main.nav.nav-left li.has-dropdown:before,
.header-nav-main.nav.nav-left li.has-dropdown:after {
    content: none;
}
.header-nav-main.nav.nav-left .sub-menu.nav-dropdown .service-menu-row {

}
.header-nav-main.nav.nav-left .sub-menu.nav-dropdown .menu-item.parent {
    font-size: 16px;
    padding: 0 10px;
    font-weight: 500;
    line-height: 36px;
    color: #000;
    display: block;
}
.header-nav-main.nav.nav-left .sub-menu.nav-dropdown .ux-menu-link__link {
    font-size: 14px;
    padding: 0 10px;
    border: none;
    display: block;
    line-height: 36px;
    color: #000;
}
.header-nav-main.nav.nav-left .sub-menu.nav-dropdown .menu-item.parent strong {
    font-weight: 500;
}
.header-nav-main.nav.nav-left .sub-menu.nav-dropdown .menu-item.parent:hover,
.header-nav-main.nav.nav-left .sub-menu.nav-dropdown .ux-menu-link__link:hover {
    color: #0487ff;
}
.header-nav-main.nav.nav-left > li > a:hover {
    color: #0487ff;
}
.logo-left .logo {
    margin-right: 0;
}
.mobile-nav .icon-menu:before {
    color: #000;
}
.header-search > a > .icon-search:before {
    content: '';
    background-image: url("/blog/wp-content/themes/tigren/images/new-icons@2x.png");
    background-color: transparent;
    background-repeat: repeat;
    background-size: 400px auto;
    text-indent: 100%;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-position: -61px -398px;
    margin: 33px 10px 0;
}
.header-search > a > .icon-search:hover:before,
.header-search > a > .icon-search.active:before {
    background-position: -61px -434px;
    margin: 33px 10px 0;
}
.wp-link.cart {
    font-size: 0 !important;
}
.wp-link.cart:before {
    content: '';
    display: inline-block;
    background-image: url("/blog/wp-content/themes/tigren/images/new-icons@2x.png");
    background-color: transparent;
    background-repeat: repeat;
    background-size: 400px auto;
    text-indent: 100%;
    width: 28px;
    height: 28px;
    background-position: -8px -395px;
    margin: 33px 10px 0;
}
.wp-link.cart.active:before,
.wp-link.cart:hover:before {
    margin: 33px 10px 0;
    background-position: -8px -431px;
}
.wp-link.account {
    font-size: 0 !important;
}
.wp-link.account:before {
    content: '';
    background-image: url("/blog/wp-content/themes/tigren/images/new-icons@2x.png");
    background-color: transparent;
    background-repeat: repeat;
    background-size: 400px auto;
    text-indent: 100%;
    display: inline-block;
    width: 27px;
    height: 27px;
    background-position: -107px -395px;
    margin: 33px 10px 0;
}
.wp-link.account:hover:before,
.wp-link.account.active:before {
    background-position: -107px -431px;
}
/************ END ICONS ***********/
.header .header-inner.flex-row {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 3.5rem;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: center;
}
.footer-social-content.content .header-title,
.footer-info-content.content .header-title {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    line-height: normal;
    background: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
    margin-bottom: 20px;
}
.footer-info-content.content .list-item {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-info-content.content .list-social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: left;
    margin-top: 40px;
}
.footer-info-content.content .list-social .item-social {
    display: inline-block;
    margin-right: 24px;
    margin-left: 0;
    height: 35px;
}
.footer-info-content.content .list-item li {
    margin: 0;
}
.footer-info-content.content .list-item li h2.title {
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 17px;
}
.footer-info-content.content .list-item li a {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.footer-wrapper .absolute-footer.dark {
    display: block;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding: 17px 0;
    background: #000;
    position: relative;
}
.col {
    padding-bottom: 0 !important;
}
.section.footer-content-section {
    padding-bottom: 20px !important;
}
.blog-single h1.entry-title {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #0487FF;
}
.blog-single .entry-content h2 strong,
.blog-single .entry-content h2 a,
.blog-single .entry-content h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #0487FF;
    margin-top: 35px;
}

.blog-single .entry-content h3 strong,
.blog-single .entry-content h3 a,
.blog-single .entry-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #00C2FF;
}
.blog-single .entry-content h4 strong,
.blog-single .entry-content h4 a,
.blog-single .entry-content h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}
.blog-single .entry-content h2 a {
    text-decoration: underline;
}
.blog-single .entry-content h3 a {
    text-decoration: underline;
}
.blog-single .entry-content #ez-toc-container {
    display: none;
}
.blog-single .entry-content a {
    color: #0487FF;
}
div.ez-toc-widget-container li {
    margin: 0;
    overflow: visible;
}
.ez-toc-widget-container li > a {
    padding: 5px 10px;
    background: #FFFFFF;
    margin: 0;
    border-radius: 4px;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #4A4949;
}
.ez-toc-widget-container li:hover > a,
.ez-toc-widget-container li.active > a {
    background: #ECF9FF;
    border-radius: 4px;
    font-weight: 500;
    color: #0487FF;
}
.ez-toc-widget-container ul.ez-toc-list li.active::before {
    content: none;
}
#post-list .article-inner .entry-content *,
.blog-single .entry-content * {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
#post-list .article-inner .entry-content .more-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #0487FF;
    border: none;
    padding: 0;
    background: none;
    margin: 10px 0 0;
    min-height: 0;
}
#post-list .article-inner .entry-content .more-link:after {
    content: ">";
    margin-left: 5px;
}
#post-list .article-inner .entry-content .more-link:hover {
    background: none;
}
#post-list .article-inner .entry-content .more-link:hover .meta-nav{
    color: #0487FF;
}
#post-list .article-inner .entry-content .more-link .meta-nav{
    color: #FFFFFF;
}
#post-list .article-inner .entry-header .entry-meta > span,
.blog-single .entry-meta > span {
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
#post-list .article-inner .entry-header .entry-meta > span.postcat,
.blog-single .entry-meta > span.postcat {
    padding-right: 0;
}
#post-list .article-inner .entry-header .entry-meta > span:after,
.blog-single .entry-meta > span:after {
    content: "";
    background: #8E8E8E;
    width: 1px;
    height: 14px;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
}
#post-list .article-inner .entry-header .entry-meta > span.postcat:after,
.blog-single .entry-meta > span.postcat:after{
    content: none;
}
#post-list .article-inner .entry-header .entry-meta a,
.blog-single .entry-meta a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #8E8E8E;
}
.is-divider {
    height: 4px;
    display: block;
    background-color: #0487FF;
    margin: 0 0 20px !important;
    width: 100%;
    max-width: 100px;
}
.post-sidebar .widget {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 4px 26px rgba(88, 88, 88, 0.1);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #4A4949;
}
.widget > ul > li > a {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #4A4949;
}
.widget > ul > li > a:hover {
    color: #0487FF;
}
.widget span.widget-title {
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 42px;
    color: #012240;
}
#post-list {
    width: 100%;
    max-width: 830px;
}
#post-list .article-inner .entry-image-float {
    float: none;
    margin: 0;
    max-width: 450px;
}
#post-list .article-inner.the-first-article {
    display: block;
}
#post-list .article-inner.the-first-article .entry-image-float {
    max-width: 100%;
    margin: 0;
}
#post-list .article-inner.the-first-article .entry-content {
    text-align: center;
}
#post-list .article-inner .entry-content .entry-meta.post-category,
#post-list .article-inner .entry-content .entry-meta.post-category * {
    clear: both;
    text-align: left;
    overflow: hidden;
}
#post-list .article-inner.the-first-article .entry-content .entry-meta.post-category {
    clear: both;
    text-align: center;
}
#post-list .article-inner .entry-content .entry-meta.post-category a {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #858585;
    margin: 10px 0;
    display: block;
    text-transform: uppercase;
}
#post-list .article-inner.the-first-article .entry-content .entry-meta.post-category a {
    display: block;
    text-align: center;
}
#post-list .article-inner .entry-content .entry-meta,
#post-list .article-inner .entry-content .entry-meta * {
    clear: both;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #858585;
}
#post-list .article-inner.the-first-article .entry-content .entry-meta,
#post-list .article-inner.the-first-article .entry-content .entry-meta * {
    text-align: center;
}
#post-list .article-inner .entry-content .entry-meta .byline {
    margin-right: 20px;
}
#post-list .article-inner .entry-content .entry-meta .byline a {
    color: #000;
    font-weight: 500;
}
#post-list .article-inner .entry-content .entry-title,
#post-list .article-inner .entry-content .entry-title a{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    display: block;
    margin: 10px 0;
}
#post-list .article-inner .entry-content .entry-title:hover,
#post-list .article-inner .entry-content .entry-title a:hover {
    color: #0487FF;
}
#post-list .article-inner.the-first-article .entry-content .entry-title,
#post-list .article-inner.the-first-article .entry-content .entry-title a{
    color: #0487FF;
    text-align: center;
}
#post-list .article-inner.the-first-article .entry-content .entry-title:hover,
#post-list .article-inner.the-first-article .entry-content .entry-title a:hover {
    color: #000000;
}
#post-list .article-inner.the-first-article .entry-content .more-link {
    display: none;
}
.blog-wrapper .nav-pagination>li>span:hover,
.blog-wrapper .nav-pagination>li>a:hover,
.blog-wrapper .nav-pagination>li>.current {
    width: 40px;
    height: 40px;
    background: #0487FF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}
.blog-wrapper .nav-pagination>li>span,
.blog-wrapper .nav-pagination>li>a {
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #B3B3B3;
    border-radius: 4px;
}
.widget.widget_search {
    padding: 0;
    box-shadow: none;
}
.widget.widget_search .searchform {
    margin: 0;
    background: #F5F5F5;
    border-radius: 8px;
    height: 50px;
    padding-left: 20px;
    position: relative;
}
.widget.widget_search .searchform input {
    border: none;
    background: none;
    box-shadow: none;
    height: 50px;
    padding: 0 20px;
}
.widget.widget_search .searchform .submit-button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: -20px;
    height: 50px;
}
.widget.widget_search .searchform .submit-button .icon-search:before {
    color: #999;
}
.widget.widget_tag_cloud {
    padding: 0;
    box-shadow: none;
}
.widget.widget_tag_cloud .tagcloud a {
    text-align: center;
    color: #0487FF;
    border: 1px solid #0487FF;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px !important;
}
.widget.widget_tag_cloud .tagcloud a:hover {
    background: #0487FF;
    color: #FFF;
}
.widget.widget_email-subscribers-form {
    padding: 0;
    box-shadow: none;
}
.widget.widget_email-subscribers-form form {
    position: relative;
}
.widget.widget_email-subscribers-form .es-field-wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.widget.widget_email-subscribers-form input[type='submit']{
    background: #0487FF;
    border: none;
    height: 50px;
    line-height: 50px;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    right: 0;
}
.widget.widget_email-subscribers-form input[type='email']{
    border: none;
    height: 50px;
    box-shadow: none;
    margin: 0;
    font-weight: normal;
    padding-right: 100px;
}
.widget.widget_categories {
    padding: 0;
    box-shadow: none;
}
.widget.widget_categories ul li.cat-item {
    padding: 15px 15px 15px 50px;
    text-transform: uppercase;
    position: relative;
}
.widget.widget_categories ul li.cat-item:before {
    content: "";
    background-image: url("/blog/wp-content/themes/tigren/images/category_icons.png");
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    top: 5px;
    left: 0;
    opacity: 1;
}
.widget.widget_categories > ul > li > a {
    padding: 0;
}
.widget.widget_categories ul li.cat-item.cat-item-55:before {
    background-position: 0 0;
}
.widget.widget_categories ul li.cat-item.cat-item-57:before {
    background-position: -4px -76px;
}
.widget.widget_categories ul li.cat-item.cat-item-1404:before {
    background-position: 0 -152px;
}
.widget.widget_categories ul li.cat-item.cat-item-1643:before {
    background-position: 3px -225px;
}
.widget.widget_categories ul li.cat-item.cat-item-1639:before {
    background-position: 0 -298px;
}
.widget.widget_categories ul li.cat-item.cat-item-1641:before {
    background-position: 0 -373px;
}
.widget.widget_categories ul li.cat-item.cat-item-1638:before {
    background-position: 0 -449px;
}
.widget.widget_categories ul li.cat-item.cat-item-56:before {
    background-position: 0 -520px;
}
.widget.widget_categories ul li.cat-item.cat-item-1:before {
    background-position: 5px -608px;
}
.widget.widget_categories span.widget-title,
.widget.widget_tag_cloud span.widget-title,
.widget.widget_email-subscribers-form span.widget-title {
    text-transform: uppercase;
}
.widget.widget_categories .is-divider,
.widget.widget_tag_cloud .is-divider,
.widget.widget_email-subscribers-form .is-divider {
    display: none;
}
.entry-author.author-box .author-name {
    padding: 0;
}
.entry-author.author-box .author-linkedin {
    display: block;
    margin: 10px 0 0;
}
.entry-author.author-box .author-linkedin span {
    display: block;
    background-image: url("images/i-linkedin.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    text-indent: -9999em;
}
.archive-page-header .archive-page-author-info {
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.archive-page-header .archive-page-author-info * {
    margin: 0;
    color: #000;
}

.archive-page-header .archive-page-author-info .author-name {
    color: #000;
    margin: 15px 0;
}
.archive-page-header .archive-page-author-info .archive-page-author-desc {
    text-align: left;
}
.archive-page-header .archive-page-author-info .archive-page-author-image {
    padding: 0 30px;
}
.archive-page-header .archive-page-author-info .archive-page-author-image .author-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 10px 0 0;
    text-align: center;
}
.archive-page-header .archive-page-author-info .archive-page-author-image .author-socials .author-linkedin span {
    display: block;
    background-image: url("images/i-linkedin.png");
    background-color: transparent;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999em;
}
.archive-page-header .archive-page-author-info .archive-page-author-image .author-socials .author-fb span {
    display: block;
    background-image: url("images/i-facebook.png");
    background-color: transparent;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999em;
}
.archive-page-header .archive-page-author-info .archive-page-author-image .author-socials .author-twitter span {
    display: block;
    background-image: url("images/i-twitter.png");
    background-color: transparent;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999em;
}
.archive-page-header .archive-page-author-info .archive-page-author-image .author-socials .author-website span {
    display: block;
    background-image: url("images/i-website.png");
    background-color: transparent;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999em;
}
#wrapper {
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-wrapper {
    bottom: 0;
    margin-top: auto;
}

@media only screen and (max-width: 767px) {
    .blog-wrapper.blog-archive .post-sidebar {
        order: -1;
    }
    .post-sidebar .widget {
        margin-bottom: 20px;
    }
    .widget.widget_categories ul li.cat-item {
        display: inline-flex;
        border: 1px solid #ececec;
        padding: 15px 15px 15px 50px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 850px) {
    .accordion.footer-toggle .accordion-item .accordion-title {
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        text-transform: uppercase;
        margin-top: 0;
        line-height: normal;
        background: 0 0;
        color: #fff;
        border-top: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .accordion.footer-toggle .accordion-item .accordion-title .toggle {
        left: auto;
        right: 0;
        top: 0;
        margin: 0;
    }
    .accordion.footer-toggle .accordion-item .accordion-inner {
        padding: 0;
    }
    .off-canvas-center .mfp-container {
        height: auto;
    }
    .off-canvas-center .mfp-content {
        padding: 0;
        max-width: 100%;
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li {
        border-top: 1px solid #d1d1
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li>a {
        justify-content: flex-start;
        font-weight: 500;
        margin-bottom: 0;
        color: rgba(0,0,0,.8);
        letter-spacing: 1px;
        font-size: 18px;
        padding: 15px;
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li.menu-item.active,
    .off-canvas-center .nav-sidebar.nav-vertical>li.menu-item:hover {
        background: #fff;
    }
    .off-canvas-center .nav-vertical>li>ul>li a {
        justify-content: flex-start;
        padding: 10px;
        color: rgba(0,0,0,.8);
        letter-spacing: 1px;
        border: none !important;
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li .toggle {
        top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .header .header-nav-main.nav-left {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-right: 1%;
        display: block;
        text-align: right;
        width: auto;
    }
    .header-nav-main.nav.nav-left .sub-menu.nav-dropdown .service-menu-row {
        min-width: 800px;
    }
    .header-nav-main .sub-menu .row .col {
        padding: 0 !important
    }
    #post-list .article-inner {
        align-items: flex-start;
        display: grid;
        grid-gap: 50px;
        grid-template-areas: 'col1 col-2';
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }
}
