/*
Theme Name: New Mexico Bowl
Theme URI: https:/poweronmarketing.com/
Author: Power On Marketing
Author URI: https:/poweronmarketing.com/
Description: A fully dynamic wordpress theme by Power On Marketing
Version: 1.0.0
Text Domain: newmexicobowl
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/
.home .hero_bg .card-img{
	height: auto;
}
.hero_bg .card-img{
	height: 636px;
}
.card.bannerCard .btn.btn_banner {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    max-width: 57%;
    margin: 0 auto;
}
.wysiwyg_content{
    margin: 40px 0px;
}
.mobile_sponsors{
    display: none;
}

.mobile_footer_menu{
    display: none;
}

.mobile_menu_title{
    font: 20px/32px 'Alternate-Gothic-No3-D';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase;
}

.copyright_mobile{
    display: none;
}

.copyright_mobile a{
    color: #ffffff;
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .desktop_sponsors {
    display: none;
  }
  .mobile_sponsors{
    display: block;
  }

/*   .ff-stream-wrapper article{
        display:none;
    }
    .ff-stream-wrapper article:nth-child(-n+3){
        display:block;
    }*/

    .mobile_footer_menu{
        display: block;
    }
    .desktop_footer_menu{
        display: none;
    }
    .copyright_desktop{
        display: none;
    }

    .copyright_mobile{
     display: block;
    }
}

