/* ====== Media Queries ====== */


@media only screen and (max-width:991px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .sponsors--logos {
        width: calc(100% / 3 - 20px);
    }
    .footer-container{
        flex-direction: column;
    }
    .footer--content,.footer--logo{
        margin-top: 1rem;
        width: 100%;
    }
    .footer--logo .logo{
        display: block;
        margin: auto;
    }
    .footer--content h3,.footer--content p{
        text-align: center;
    }
}

@media only screen and (max-width:769px) {
    .section-row {
        padding: 10% 0;
    }
}

@media only screen and (max-width:610px) {
    .col-mob {
        flex-direction: column;
    }

    .pr {
        padding-right: 12px;
        margin-bottom: 10px !important;
    }

    .pl {
        padding-left: 12px;
    }
}

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

    .sponsors--logos {
        width: calc(100% / 2 - 20px);
    }

    .form-newsletter {
        flex-direction: column;
    }

    form.form-newsletter input.form-control {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    form.form-newsletter .btn {
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        margin: 10px auto;
    }
}
