body.ie .freddie_for_everyone_header .module__wave{
    display: none !important;
}

.freddie_for_everyone_header.modern_times_blog_header .module__wave.wave_1 {
    fill: #000;
}

#modern-times-blog-hero-blog .et_pb_post:nth-child(1) {
    width: 73%;
    float: left;
    margin-right: 3%;
}

#modern-times-blog-hero-blog .et_pb_post:nth-child(1) .entry-featured-image-url {
    height: 525px;
    overflow: hidden;
    margin-bottom: 25px;
}

#modern-times-blog-hero-blog .et_pb_post:nth-child(1) .entry-title {
    padding-bottom: 0px;
}

#modern-times-blog-hero-blog .et_pb_post:nth-child(2) .entry-featured-image-url,
#modern-times-blog-hero-blog .et_pb_post:nth-child(3) .entry-featured-image-url {
    height: 200px;
    overflow: hidden;
    margin-bottom: 28px;
}


#modern-times-blog-hero-blog .et_pb_post .entry-featured-image-url img {
    height: 100%;
    width: auto;
    max-width: unset !important;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#modern-times-blog-hero-blog .et_pb_post:nth-child(2) {
    width: 23%;
    float: right;
    margin-bottom: 20px;
}

#modern-times-blog-hero-blog .et_pb_post:nth-child(3) {
    width: 23%;
    float: right;
}

#modern-times-blog-hero-blog .et_pb_post:nth-child(2) .post-content,
#modern-times-blog-hero-blog .et_pb_post:nth-child(3) .post-content {
    display: none;
    margin: 0 !important;
}



.modern-times-blog-sec .et_pb_post .entry-featured-image-url {
    height: 285px;
    overflow: hidden;
    margin-bottom: 29px;
}

.modern-times-blog-sec .entry-featured-image-url img {
    height: 100%;
    width: auto;
    max-width: unset;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.modern-times-blog-sec .et_pb_image_container {
    margin: 0;
}

.modern-times-blog-sec .et_pb_blog_grid .et_pb_post {
    border: none;
    background-color: transparent;
    padding: 0;
    overflow: hidden;
}

#page-container .modern-times-blog-cat-link .et_pb_button_module_wrapper .et_pb_button:before {
    position: absolute !important;
    vertical-align: middle !important;
    margin: 0 20px 0 0 !important;
    transition: 0.3s;
    font-size: 18px !important;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#page-container .modern-times-blog-cat-link .et_pb_button_module_wrapper .et_pb_button:hover:before {
    transform: translate(5px, -50%);
}

.modern-times-blog-cat-link .et_pb_button_module_wrapper .et_pb_button .button_circle {
    position: absolute;
    height: 30px;
    width: 30px;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color:  #808080;
    border-left-color: transparent;
    transition: 0.3s;
    left: 0;
}

.modern-times-blog-cat-link .et_pb_button_module_wrapper .et_pb_button .button_circle.hover {
    transform: translate(0, -50%) rotate(-90deg);
    border-color: transparent;
    border-left-color: #808080;
}

.modern-times-blog-cat-link .et_pb_button_module_wrapper .et_pb_button:hover .button_circle {
    border-width: 2px;
}

.modern-times-blog-cat-link .et_pb_button_module_wrapper .et_pb_button:hover .button_circle.hover {
    transform: translate(0, -50%) rotate(0deg);
}

.modern_times_blog_subscribe .et_pb_newsletter_field {
    margin-bottom: 4px !important;
}

.modern_times_blog_subscribe .et_pb_newsletter_button {
    width: 220px !important;
}

.modern_times_blog_subscribe .filled input,
.modern_times_blog_subscribe .focus input,
.modern_times_blog_subscribe input:focus {
    border-color: #fddd11 !important;
}

/* Hover */
.mtbs .et_pb_post {
    cursor: pointer;
}

.mtbs .et_pb_post .entry-featured-image-url {
    position: relative;
}

.mtbs .et_pb_post .entry-featured-image-url::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background: rgba(0, 0, 0, 0.9);
    height: 80px;
    width: 80px;
    border-radius: 100%;
    z-index: 9;
    transition: all 0.4s;
    opacity: 0;
}

.mtbs .et_pb_post:hover .entry-featured-image-url::before {
    opacity: 1;
}

.mtbs .et_pb_post .entry-featured-image-url::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    content: 'Read More';
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    z-index: 10;
    opacity: 0;
    transition: all 0.1s;
    transition-delay: 0.3s;
}

.mtbs .et_pb_post:hover .entry-featured-image-url::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.mtbs .et_pb_post .entry-featured-image-url img {
    transition: all 0.8s;
}

.mtbs .et_pb_post:hover .entry-featured-image-url img {
    transform: translateX(-50%) scale(1.05) !important;
    -webkit-transform: translateX(-50%) scale(1.05) !important;
    -moz-transform: translateX(-50%) scale(1.05) !important;
    -ms-transform: translateX(-50%) scale(1.05) !important;
    -o-transform: translateX(-50%) scale(1.05) !important;
}

#modern-times-blog-hero-blog .et_pb_post:nth-child(1):hover .entry-featured-image-url::before {
    height: 250px;
    width: 250px;
}

#modern-times-blog-hero-blog .et_pb_post:nth-child(2):hover .entry-featured-image-url::before,
#modern-times-blog-hero-blog .et_pb_post:nth-child(3):hover .entry-featured-image-url::before {
    height: 150px;
    width: 150px;
}

.modern-times-blog-sec .et_pb_post:hover .entry-featured-image-url::before {
    height: 200px;
    width: 200px;
}


.modern-times-blog-sec article:last-child{
    margin-right: 0 !important;
}
.modern-times-blog-sec article{
    width: 31.4% !important;
    margin-right: 2.9% !important;
    float: left;
}

/* Responsive */

@media all and (min-width: 980px) and (max-width: 1200px) {
    #modern-times-blog-hero-blog {
        padding-top: 120px;
    }

    .blog-sep::before {
        bottom: 0px;
    }
}

@media all and (max-width: 980px) {
    #modern-times-blog-hero-blog .et_pb_post:nth-child(1) .entry-featured-image-url {
        height: 425px;
    }

    #modern-times-blog-hero-blog .et_pb_post:nth-child(2) .entry-featured-image-url,
    #modern-times-blog-hero-blog .et_pb_post:nth-child(3) .entry-featured-image-url {
        height: 150px;
    }


    .category-col1, .category-col2 {
        float: left;
        width: 50% !important;
    }

    .modern-times-blog-sec .et_pb_blog_grid .et_pb_post {
        margin-bottom: 80px !important;
    }

    .modern-times-blog-cat-link {
        text-align: right;
    }

    .modern-times-blog-sec .et_pb_image_container img {
        height: auto;
    }

    .modern-times-blog-sec .et_pb_post .entry-featured-image-url {
        height: 200px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 767px) {
    #modern-times-blog-hero-blog .et_pb_post:nth-child(1):hover .entry-featured-image-url::before,
    #modern-times-blog-hero-blog .et_pb_post:nth-child(2):hover .entry-featured-image-url::before,
    #modern-times-blog-hero-blog .et_pb_post:nth-child(3):hover .entry-featured-image-url::before,
    .modern-times-blog-sec .et_pb_post:hover .entry-featured-image-url::before {
        height: 200px;
        width: 200px;
    }

    #modern-times-blog-hero-blog .et_pb_post:nth-child(1),
    #modern-times-blog-hero-blog .et_pb_post:nth-child(2),
    #modern-times-blog-hero-blog .et_pb_post:nth-child(3) {
        width: 100%;
    }

    #modern-times-blog-hero-blog .et_pb_post:nth-child(1) .entry-featured-image-url,
    #modern-times-blog-hero-blog .et_pb_post:nth-child(2) .entry-featured-image-url,
    #modern-times-blog-hero-blog .et_pb_post:nth-child(3) .entry-featured-image-url {
        height: auto;
        width: 100%;
    }

    #modern-times-blog-hero-blog .et_pb_post:nth-child(1) .entry-featured-image-url img,
    #modern-times-blog-hero-blog .et_pb_post:nth-child(2) .entry-featured-image-url img,
    #modern-times-blog-hero-blog .et_pb_post:nth-child(3) .entry-featured-image-url img,
    #modern-times-blog-hero-blog .et_pb_post:nth-child(1):hover .entry-featured-image-url img,
    #modern-times-blog-hero-blog .et_pb_post:nth-child(2):hover .entry-featured-image-url img,
    #modern-times-blog-hero-blog .et_pb_post:nth-child(3):hover .entry-featured-image-url img {
        height: auto;
        width: 100%;
        max-width: unset !important;
        left: unset;
        position: relative;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }


    .modern-times-blog-sec .et_pb_post .entry-featured-image-url {
        height: 57vw;
    }


    .category-col1, .category-col2{
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .category-col1{
        margin-bottom: 10px !important;
    }

    .modern-times-blog-sec article {
        width: 100% !important;
        margin-right:0 !important;
    }

    .modern-times-blog-cat-link .et_pb_button_module_wrapper{
        text-align: left !important;
    }
}

@media all and (max-width: 480px) {

    #page-container .mtbs .et_pb_post .entry-featured-image-url img {
        left: unset !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }

    .modern-times-blog-sec .et_pb_post .entry-featured-image-url {
        height: unset !important;
    }

    .modern-times-blog-sec .entry-featured-image-url img {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
    }

    .mtbs .et_pb_post .entry-featured-image-url::before,
    .mtbs .et_pb_post:hover .entry-featured-image-url::before {
        border-radius: 0;
        transform: none;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
    }
}