/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}

.brand-logo>img{
    position: relative;
    top:5px;

}
.tabs .tab a{
    color:  rgb(19, 196, 196);
}
.tabs .tab a:hover,
.tabs .tab a.active {
    background-color: #13c4c4;
    color: #ffffff;
}

.tabs .indicator {

    background-color: #fb1e2b;

}

nav.nav-center ul {
    text-align: center;
}
nav.nav-center ul li {
    display: inline;
    float: none;
}
nav.nav-center ul li a {
    display: inline-block;
}

.vendorName{
    //font-family: 'Goudy Bookletter 1911';
    font-size: 1em !important;
}

.vendorAddress{
    //font-family: 'Goudy Bookletter 1911';
    font-size: 0.9em !important;
}

    .vendorMoreinfoLink{
    //font-family: 'Goudy Bookletter 1911';
    font-size: 1.1em !important;
}

.threedots{
    cursor: pointer;
}

.moreinfoDetails{
    font-size: 1.1em;
}
#about,
.card-reveal>p{
    font-size: 1.2em;
}

#geomaps {
    height: 100%;
}


.hero-btn{
    color: #f5f5f5;
    background-color: rgba(138,138,138,0.4);
    border-color: #f5f5f5;
    border-radius: 6px;
    padding: 10px 30px;
    border-width: 3px;
}

.hero-btn:hover{
    color: #f5f5f5;
    background-color: rgba(138,138,138,0.8);
    border-color: #ffffff;
    border-radius: 6px;
    padding: 10px 30px;
    border-width: 0.5px;
    border-style: solid;
}

.hero-btn>i{
    position: relative;
    top: 5px;
}

#rewards-container{
    height: 70px;
    margin-bottom: 35px;
}

#stateSelect{
    padding: 0 30px;
}


.custom-scroll-menu .select-dropdown li img{
    width: 65px;
    height: 65px;
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    /* background-color: #616161; */
    opacity: 0.8;
    padding: 5px 10px;
    display: none;
}

.go-top>img {
    width: 2em;
}


ul#nav-mobile li a img{
    width: 50px;
}

.negativ-top{
    top: -10px !important;
}

.rewards-small-img{
    max-width: 95% !important;
}

.rewards-small{
    position: relative;
    top: -25px;
}

/*coupon original css*/

.couponHolder{
    position: absolute;
    width: 480px;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.coupon-header{
    padding-top: 0px;
}

.coupon-bottom{
    padding-bottom: 20px;
}

.margin-bottom-50{
    margin-bottom: 50px !important;
}

@media only screen and (max-width: 360px) {
    .searchbarfix{
        height: 56px !important;


    }
    .rewards-small-img{
        max-width: 50px !important;
    }
    li.logo{
        min-height: 100px;
    }
    li.logo-second{
        min-height: 140px;
    }

    /*coupons for mobile 5s*/

    .couponHolder{
        position: absolute;
        width: 280px;
        height: 95px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .coupon-header{
        padding-top: 0px;
    }

    .coupon-bottom{
        padding-bottom: 20px;
    }

    .margin-bottom-50{
        margin-bottom: 50px !important;
    }

    .couponHolder p{
        font-size: 0.7em;
    }
}

@media only screen and (min-width: 361px) and (max-width: 600px) {
    .searchbarfix{
        height: 56px !important;


    }
    .rewards-small-img{
        max-width: 50px !important;
    }
    li.logo{
        min-height: 100px;
    }
    li.logo-second{
        min-height: 110px;
    }
}
@media only screen and (min-width: 601px) {
    .searchbarfix{
        height: 64px !important;

    }
    li.logo{
        min-height: 100px;
    }
    li.logo-second{
        min-height: 110px;
    }
}
@media only screen and (min-width: 1024px) {
    .searchbarfix{
        height: 64px !important;

    }
    li.logo{
        min-height: 50px;
    }
    li.logo-second{
        min-height: 60px;
    }
}

.navfix {
    position:relative;
    margin-right: 0;
}

.navfix2 {
    position:absolute;

}

@media (min-width:320px)
{
    /* smartphones, iPhone, portrait 480x320 phones */
    .btn, .btn-large, .btn-flat {
        padding: 0 1rem;
    }

}
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
    .btn, .btn-large, .btn-flat {
        padding: 0 1rem;
    }

    .rewards-small{
        position: relative;
        top: -5px;
    }
}
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    .btn, .btn-large, .btn-flat {
        padding: 0 1rem;
    }
    .rewards-small{
        position: relative;
        top: -5px;
    }
}
@media (min-width:961px) 
{
    .rewards-small{
        position: relative;
        top: -20px;
    }
    /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .btn, .btn-large, .btn-flat {
        padding: 0 2rem;
    }
    .custom-menu{
        width: 93%;
        margin: 0 auto;
    }

    .custom-menu li{
        float: left;
    }

    .custom-menu li img{
        max-width: 2.5em;
        padding: 2px;
    }
}
@media (min-width:1024px) 
{ 
    .btn, .btn-large, .btn-flat {
        padding: 0 2rem;
    }

    /* big landscape tablets, laptops, and desktops */
    .custom-menu{
        width: 100%;
        margin: 0 auto;
    }

    .custom-menu li{
        float: left;
    }

    .custom-menu li img{
        max-width: 1.9em;
        padding: 2px;
    }
    .rewards-small{
        position: relative;
        top: 0px;
    }
}
@media (min-width:1281px) { 

    .btn, .btn-large, .btn-flat {
        padding: 0 2rem;
    }

    /* hi-res laptops and desktops */ 
    .custom-menu{
        width: 95%;
        margin: 0 auto;
    }

    .custom-menu li{
        float: left;
    }

    .custom-menu li img{
        max-width: 2.5em;
        padding: 2px;
    }

    .rewards-small{
        position: relative;
        top: -25px;
    }
}

@media (min-width:1440px) { 

    .btn, .btn-large, .btn-flat {
        padding: 0 2rem;
    }

    /* hi-res laptops and desktops */ 
    .custom-menu{
        width:87%;
        margin: 0 auto;
    }

    .custom-menu li{
        float: left;
    }

    .custom-menu li img{
        max-width: 2.7em;
        padding: 2px;
    }
}

@media (min-width:1880px) { 

    .btn, .btn-large, .btn-flat {
        padding: 0 2rem;
    }

    /* hi-res laptops and desktops */ 
    .custom-menu{
        width:85%;
        margin: 0 auto;
    }

    .custom-menu li{
        float: left;
    }

    .custom-menu li img{
        max-width: 2.8em;
        padding: 2px;
    }
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mdi-color{
    color: #827a7a;
}
/*
.truncate:hover{
    overflow: visible;
}
*/

.d-flex {
    display:flex;
}

input.select-dropdown{
    color:black;
}

.no-margin{
    margin: 0 !Important;
}
.no-margin-bottom{
    margin-bottom: 0 !important;
}

.custom-bold{
    font-weight: bold;
}

.custom-title{
    margin-bottom: -15px;
}

.pb-scroll{
    list-style-type: none;
    margin: 0 auto;
}

.pb-scroll li{
    display: inline-block;
    width: 70px;
}

.scroll-images{
    position: relative;
    max-height: 65px;

}

#resources li{
    text-align: center;
}

.filterBtn{
    width: 100%;
}



@media only screen and (min-width: 601px){


    .offset-125p{
        margin-left: 12.5% !Important;
    }

    .offset-375p{
        margin-left: 37.5% !Important;
    }
}


.gallery-img:hover{
    opacity: 0.65;
    padding: 2px;
}

.gallery-img{
    padding: 2px;
}

.gallery-col,
.gallery-href{
    line-height: 0.5px !Important;
}


.rewards-holder{
    max-height: 25px;
}

.force-grey{
    background: #9e9e9e !important;
}

.force-white{
    color: white !important;
}

.bx-wrapper{
    margin-bottom: 5px;
}

/*custom tab section*/
.customTabRow{
    margin: 0 .75rem;
}
.customTab{
    background-color: #13c4c4;
    line-height: 48px;
    height: 48px;
    padding: 0px !important;

}



.customTab>a{
    width: 100%;
    display: block;
    width: 100%;
    height: 100%; 
    padding: 0px; 
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
}

.customTab> a:hover,
.customTab>a.active{
    width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px; 
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
    color: rgb(19, 196, 196);
    cursor: pointer;
}
.customTab>a.active{
    border-bottom: 2px solid red;
}

.stretch-btn{
    width: 100%;
}

/* bx slide fix for flashing */
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.customTabRow{
    background: #13c4c4;
    max-height: 48px;
}
.showtimes{
    font-size: 14px;
}
.text-justify{
    text-align: justify;
}

.showSideBar{
    overflow: auto;
    transform: translateX(0px);
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.viewText{
    font-weight: 500;
    font-size: 1.15em !important;
}

.saveLink{
    line-height: 1.8;
}

.avTitle{
    padding: 10px 10px;
    padding-left: 25px;
    border-radius: 20px;
}

.avTitle label{
    font-weight: 400;
    font-size: 1.1em;
    color: rgba(0,0,0,0.87);
}

.print-only{
    display: none;
}

.margin-10{
    margin-bottom: 10px !Important;
}

/*login notification bar color*/
.login-notification-bar{
    background-color: #cccccc;
}

.required-mark-2{
    color:red;
}

.error-message{
    color: red !important;
}

.rewards-logo{
    position: relative;
    z-index: 5;
    float: right;
    top: -76px;
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
}

/* custom modal */

.custom-modal{
    max-height: 85%;
    width: 60%;
}

.gallery-h5{
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
}