/* /*-----------------------------------
    Small devices (landscape phones, 576px and up)
------------------------------------*/

@media (min-width: 576px) {
    .top-header {
        padding: 25px 0 15px;
    }
    .hero .slide-content {
        min-height: 700px;
    }
    .hero .slide-content h1 {
        margin-top: 100px;
    }
    .recent-posts .row .col-lg-6:nth-of-type(odd) .post-thumb {
        margin-top: 0;
        margin-left: 25px;
    }
    .recent-posts .row .col-lg-6:nth-of-type(even) .post-thumb {
        margin-bottom: 0;
        margin-right: 25px;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        margin-top: 10px;
        padding: 0px 15px;
    }
    .navbar {
        padding: 20px 0px;
    }
}


/*-----------------------------------
    Medium devices (tablets, 768px and up)
------------------------------------*/

@media (min-width: 768px) {
    .navbar-collapse .nav-link::before {
        content: "\f0d8";
        font-family: FontAwesome;
        color: #de1f1f;
        position: absolute;
        bottom: 7px;
        line-height: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        transition: all 0.35s ease;
    }
    .navbar-collapse .nav-link::after {
        content: "";
        width: 0;
        height: 4px;
        background-color: #de1f1f;
        position: absolute;
        left: 50%;
        bottom: 0;
        transition: all 0.35s ease;
    }
    .hero .slide-content br {
        display: block;
    }
    .hero .arr-left,
    .hero .arr-right {
        top: 50%;
    }
    .featured-img {
        height: 100%;
    }
    .cta-content {
        border-top-right-radius: 200px;
        border-bottom-left-radius: 200px;
    }
    .cta-content::after {
        border-top-right-radius: 200px;
        border-bottom-left-radius: 200px;
    }
    .cta-content .subscribe-btn {
        align-self: flex-end;
        margin-right: 30px;
    }
}


/*-----------------------------------
    Large devices (desktops, 992px and up)
------------------------------------*/

@media (min-width: 992px) {
    .hero .slide-content {
        min-height: 100vh;
    }
    .hero .slide-content br {
        display: block;
    }
    .hero .arr-left,
    .hero .arr-right {
        top: 50%;
    }
}


/*-----------------------------------
    Extra large devices (large desktops, 1200px and up)
------------------------------------*/

@media (min-width: 1200px) {
    .trust .title {
        padding-top: 70px;
    }
    .trust ul {
        padding-bottom: 30px;
    }
    .trust .gallery {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 75px 0;
    }
}

*/