/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .ssl_payment_banner_pc{
        display:none;
    }
    .card-donation-detail{
        display:none;
    }

    .card-details{
        display:block;
    }
    .table-md{
        display:none;
    }

    .terms-sidebar{
        display: none;
    }
    .slider-title{
        font-size: 19px !important;
    }
    .slider-subtitle{
        font-size: 15px !important;
        text-shadow: 1px 2px #000;
    }
    .top-widget-social{
        display: none !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .ssl_payment_banner_pc{
        display:none;
    }
    .slider-title{
        font-size: 19px !important;
    }
    .slider-subtitle{
        font-size: 15px !important;
        text-shadow: 1px 2px #000;
    }
    .top-widget-social{
        display: none !important;
    }


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .ssl_payment_banner_mobile{
        display:none;
    }
    .ssl_payment_banner_pc{
        display:block;
    }
    .slider-title{
        font-size: 19px !important;
    }
    .slider-subtitle{
        font-size: 15px !important;
        text-shadow: 1px 2px #000;
    }
    .top-widget-social{
        display: block !important;
    }
    .card-donation-detail{
        display:block;
    }
    .card-details{
        display:none;
    }
    .table-sm{
        display:none;
    }
    .table-md{
        display:block;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .card-details{
        display:none;
    }

    #donate_form{
        margin: 0 auto;
        width: 70%;
    }
    .terms-sidebar{
        display: block;
    }
    .slider-title{
        font-size: 50px !important;
    }
    .slider-subtitle{
        font-size: 30px !important;
        text-shadow: 1px 2px #000;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
    .ssl_payment_banner_pc{
        display:none;
    }
    .card-donation-detail{
        display:none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}
