/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width:320px) { 
    .banner-section img{
        min-height: 0px;
    }
    .header-top { text-align: center }
    .social-icons-wrap span {
        color: #fff;
        float: none;
        margin-right: 0px;
    }
    .navbar-nav > li > a {
        padding: 10px 15px;
        margin: 0px;
    }
    .dropdown-menu > li > a {
        color: #fff!important;
        text-align: center;
    }
    .navbar-nav > li:last-child > a {
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-nav li a { font-size: 14px }
    .find-a-location {
        font-size: 22px;
        margin-top: 15px;
    }
    .fixins-and-catering-btn a,
    .order-now-btn {
        font-size: 20px;
        padding: 12px 16px;
    }
    .yellow-call-to-action {
        padding: 15px 15px;
        font-size: 20px;
    }
    .catering-content-area { margin-top: 20px }
    .franchise h3 span,
    .news h3 span,.about-mrs-winners h3 span { font-size: 28px }
    .column-content { margin-top: -60px }
    .footer-logo img {
        margin-top: 0%;
        margin-bottom: 25px;
    }
    .site-credit {
        text-align: center;
        line-height: 24px;
        padding: 20px 0px;
    }
    .footer-social-icons {
        float: none;
        margin-top: 15px;
    }
    .tab-content-area .heading-wrap h1 { font-size: 22px }
    .heading-wrap h1 { font-size: 22px }
    .application-form { padding: 15px }
    .application-form button[type="submit"] { padding: 10px 67px }
    .left-menus li a { font-size: 24px }
    .related-post { margin-bottom: 30px }
    .winners-menu-item { margin-bottom: 70px }
    .slide-caption h1 { font-size: 50px!important }
    .slide-caption p { font-size: 38px!important }
    .content-header > h1{
        font-size: 38px;
    }
    .winners-store-content { padding: 15px }
    .btn-yes-we-cater { padding: 20px 26px }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width:480px) { 
    .banner-section img{
        min-height: 0px;
    }
    .column-content { margin-top: -50px }
    .heading-wrap h1 { font-size: 60px }
    .application-form { padding: 75px 15px }

    /* tabs */

    .tab-content-area .heading-wrap h1 {
        font-size: 30px;
    }
    .content-header > h1{
        font-size: 38px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width:768px) {
    .content-header > h1{
        font-size: 60px;
    }
    .banner-section img{
        min-height: 0px;
    }
    .header-top { text-align: left }
    .social-icons-wrap span {
        color: #fff;
        float: left;
        margin-right: 28px;
    }
    .navbar-nav > li > a {
        padding: 10px 0px;
        margin: 69px 6px 0px 6px;
    }
    .dropdown-menu > li > a {
        color: #de2828!important;
        text-align: left;
        border-bottom: 1px solid #ffee0a;
    }
    .navbar-nav > li:last-child > a {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar-nav li a { font-size: 9px }
    .valign-center {
        display: flex;
        align-items: center;
    }
    .find-a-location {
        font-size: 16px;
        float: none;
    }
    .fixins-and-catering-btn a,
    .order-now-btn {
        font-size: 24px;
        padding: 12px 18px;
    }
    .yellow-call-to-action {
        padding: 15px 35px;
        font-size: 22px;
    }
    .catering-content-area {
        margin-left: 25px;
        margin-top: 0px;
    }
    .franchise h3 span,
    .news h3 span, .about-mrs-winners h3 span { font-size: 34px }
  
    .footer-logo img { margin-top: 35% }
    .quick-links-wrapper ul {
        column-count: 2px;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        margin-left: -20px;
    }
    .quick-links li { margin-left: 20px }
    .application-form { padding: 75px 50px 140px 50px }
    .application-form button[type="submit"] { padding: 10px 95px }
    .left-menus li a { font-size: 18px }
    .related-post { margin-bottom: 0px }
    .winners-menu-item { margin-bottom: 0px }
    .winners-store-content { padding: 70px 60px }
    .btn-yes-we-cater { padding: 20px 90px }

    /* header menu */

    header nav li:hover > ul {
        display: block;
    }

    /* content menus */

    .content-menus li {
        display: inline-block;
        vertical-align: top;
    }

    .content-menus.cols-4 li {
        width: 24%;
    }

    .content-menus.cols-3 li {
        width: 30%;
        margin: 0 1%;
    }

    /* tabs */

    .tab-headers {
        display: block;
    }

    .tab-content-areas .tab-content-area {
        display: none;
    }

    .tab-content-areas .tab-content-area.active {
        display: block;
    }

    .tab-content-area .heading-wrap {
        cursor: default;
    }

    .tab-content-area .application-form {
        display: block !important;
    }

}
/* Medium Devices, Desktops */
@media only screen and (min-width:992px) { 
    .content-header > h1{
        font-size: 60px;
    }
    .banner-section img{
        min-height: 300px;
    }
    .navbar-nav li a { font-size: 14px }
    .find-a-location {
        font-size: 22px;
        float: right;
        margin-top: 0px;
    }
    .fixins-and-catering-btn a,
    .order-now-btn {
        font-size: 24px;
        padding: 12px 40px;
    }
    .yellow-call-to-action {
        padding: 15px 75px;
        font-size: 24px;
    }
    .franchise h3 span,
    .news h3 span, .about-mrs-winners h3 span{ font-size: 28px }
     /*{ font-size: 14px }*/
    .site-credit {
        text-align: left;
        line-height: 60px;
        padding: 20px 0px;
    }
    .footer-social-icons {
        float: right;
        margin-top: 0px;
    }
    .left-menus li a { font-size: 24px }
    .slide-caption h1 { font-size: 60px!important }
    .slide-caption p { font-size: 60px!important;}

    /* tabs */

    .tab-content-area .heading-wrap h1 {
        font-size: 50px;
        padding: 40px;
    }


}
/* Large Devices, Wide Screens */
@media only screen and (min-width:1200px) { 
    .content-header > h1{
        font-size: 60px;
    }
    .navbar-nav > li > a { margin: 69px 20px 0px }
    .franchise h3 span,
    .news h3 span, .about-mrs-winners h3 span { font-size: 34px }
    /*{ font-size: 18px }*/

    /* tabs */

    .tab-content-area .heading-wrap h1 {
        font-size: 60px;
        padding: 55px;
    }

}