﻿@charset "UTF-8";
/*------------------------------------*    #BORDER BOX
\*------------------------------------*/

html {
  box-sizing: border-box; }

.content-item header, .user-display, .widget header h1 {
    display:none;
}
body {
    /*font-family:Arial, helvetica, sans-serif;*/
   
}/***********LANDING PAGES**********************/

@font-face {
 font-family:"Al Fresco";
    src:url('../fonts/al_fesco-webfont.eot');
    src:url('../fonts/al_fresco-webfont.ttf') format('truetype'),
        url('../fonts/al_fresco-webfont.svg') format('svg'),
        url('../fonts/al_fresco-webfont.woff2') format('woff2'),
        url('../fonts/al_fresco-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'brandon-grotesque-bold';
  src: url("../fonts/brandon-bld-webfont.eot");
  src: url("../fonts/brandon-bld-webfont.eot?#iefix") format("embedded-opentype"), 
      url("../fonts/brandon-bld-webfont.woff") format("woff"), 
      url("../fonts/brandon-bld-webfont.ttf") format("truetype"), 
      url("../fonts/brandon-bld-webfont.svg#brandon_grotesquebold") format("svg"); }

@font-face{
 font-family:"Brandon Printed Two";
    src:url('../fonts/brandon_printed_two-webfont.eot');
    src:url('../fonts/brandon_printed_two-webfont.ttf') format('truetype'),
        url('../fonts/brandon_printed_two-webfont.svg') format('svg'),
        url('../fonts/brandon_printed_two-webfont.woff2') format('woff2'),
        url('../fonts/brandon_printed_two-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
 font-family:"Brandon Black";
    src:url('../fonts/brandon_blk-webfont.eot');
    src:url('../fonts/brandon_blk-webfont.ttf') format('truetype'),
        url('../fonts/brandon_blk-webfont.svg') format('svg'),
        url('../fonts/brandon_blk-webfont.woff2') format('woff2'),
        url('../fonts/brandon_blk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
 font-family:"Brandon Medium";
    src:url('../fonts/brandon_med-webfont.eot');
    src:url('../fonts/brandon_med-webfont.ttf') format('truetype'),
        url('../fonts/brandon_med-webfont.svg') format('svg'),
        url('../fonts/brandon_med-webfont.woff2') format('woff2'),
        url('../fonts/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
 font-family:"Brandon Reg";
    src:url('../fonts/brandon_reg-webfont.eot');
    src:url('../fonts/brandon_reg-webfont.ttf') format('truetype'),
        url('../fonts/brandon_reg-webfont.svg') format('svg'),
        url('../fonts/brandon_reg-webfont.woff2') format('woff2'),
        url('../fonts/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* img {
    max-width:100%;
    height:auto;
}

#dallas1 {
    margin:0 auto;
    margin-top:30px;
    text-align:center;
    background:url('../Content/GV_001__Food.jpg') no-repeat center center;
    background-size:cover;
    max-width:1000px;
    height:auto;
    height:500px;
}
#dallas1 .SC-content a {
    color:#fff;
    text-decoration:none;
}
#dallas1 .SC-container {
	width:80%;
    margin:0 auto;
    margin-top:0px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:500px;
}
#dallas1 h2.SC-main {
    font-family:'Bevan', 'Arial Black', sans-serif;
    text-align:center;
    font-weight:400;
    text-transform:uppercase;
    font-size:64px;
    letter-spacing:12px;
    margin-top:50px;
    -webkit-margin-after:0px;
     margin-bottom:0px;
    z-index:99;
    color:#fff;
}
.line img {
    padding:0 0; 
    margin:0 0;
    margin-bottom:0px;
}
#dallas1 .SC-title {
    font-family: 'Brandon Printed Two', 'Arial Black', sans-serif;
    font-size:58px;
    letter-spacing:10px;
    text-transform:uppercase;
    margin-top:0px;
    margin-bottom:10px;
    color:#fff
}
#dallas1 .SC-content {
    font-family:'brandon-grotesque-bold', Arial, sans-serif;
    font-size:30px;
    background:rgba(0,0,0,.6);
    border:#fff solid 3px;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
    text-transform:uppercase;
    letter-spacing:8px;
    padding:15px;
}
.fine-print {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    text-shadow:0px 1px rgba(0,0,0,.6);
    margin-bottom:7px;
    letter-spacing:.5px;
    color:#fff;
}

/***** dallas Bogo Free Entree ********/
#dallas2 {
    margin:0 auto;
    padding-top:20px;
    height:1000px;
}
#dallas2 .top {
    margin: 0 auto;
}
#dallas2 h2.SC-main {
    font-family:'Rubik Mono One', 'Arial Black', sans-serif;
    text-align:center;
    text-transform:uppercase;
    font-size:58px;
    letter-spacing:3px;
    line-height:64px;
    -webkit-margin-before:0px;
    -webkit-margin-after:0px;
    padding-top:10px;
    padding-bottom:5px;
    text-shadow:2px 2px #111;
    color:#F1F1E0;
}
#dallas2 section {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    padding:15px 80px;
    background:#fff;
    color:#111;
}
#dallas2 button.SC-content {
    color:#fff;
    border:none;
    box-shadow:none;
    background:#540909;
    padding:10px 25px;
    margin-bottom:10px; 
    font-size:16px;
    letter-spacing:1px;
}
#dallas2 button.SC-content a {
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
}
#dallas2 .top {
    width:95%;
    margin-bottom:10px;
}
#dallas2 .SC-container {
    background:url('../Content/GV_002__Wood.jpg') no-repeat center center;
    background-size:cover;
    max-width:800px;
    height:auto;
    height:314px;
    margin:0 auto;
    margin-top:30px;
    text-align:center;
}
#dallas2 .btm-img {
    position:relative;
    background:url('../Content/cocktail-strawb.jpg') no-repeat center center;
    background-size:cover;
    max-width:800px;
    height:auto;
    height:504px;
}
#dallas2 .btm-img img {
    position:absolute;
    left:20px;
    bottom:20px;
}

#dallas2 .btm-img-shrimp {
    position:relative;
    background:url('../Content/GV_002__Food.jpg') no-repeat center center;
    background-size:cover;
    max-width:800px;
    height:auto;
    height:504px;
}

#dallas2 .btm-img-shrimp img {
    position:absolute;
    left:20px;
    bottom:20px;
}

 #dallas2 h2.SC-main img { padding-top:25px;width:38px;}

 /***FR Happy Hour -4***/

#dallas2 h2.FR-main {
     font-family:'Al Fresco', 'Arial', sans-serif;
     font-weight:300;
    text-align:center;
    font-size:92px;
    letter-spacing:0px;
    line-height:68px;
    -webkit-margin-before:0px;
    -webkit-margin-after:0px;
    padding-top:70px;
    margin-bottom:-15px;
    color:#fff;
}
#dallas2 h3.FR-main {
     font-family:'Raleway', Arial, sans-serif;
    text-align:center;
    font-size:38px;
    text-transform:uppercase;
    letter-spacing:7px;
    line-height:42px;
    -webkit-margin-before:0px;
    -webkit-margin-after:0px;
    padding-top:0px;
    padding-bottom:60px;
    color:#ac9866;
}
#dallas2 .FR-container {
    background:url('../Content/GV_005__PaisleyHeader.jpg') no-repeat center center;
    background-size:cover;
    max-width:800px;
    height:auto;
    height:304px;
    margin:0 auto;
    margin-top:30px;
    text-align:center;
}
#dallas2 .btm-img-FR {
    position:relative;
    background:url('../Content/GV_005__GroupShot.jpg') no-repeat center center;
    background-size:cover;
    max-width:800px;
    height:auto;
    height:504px;
}
#dallas2 .btm-img-FR img {
    position:absolute;
    right:20px;
    bottom:20px;
}

/**** FR Guest-List #4 ****/
#dallas2 h2.FR-guest-list {
     font-family:'Al Fresco', 'Arial', sans-serif;
     font-weight:300;
    text-align:center;
    font-size:92px;
    letter-spacing:0px;
    line-height:68px;
    -webkit-margin-before:0px;
    -webkit-margin-after:0px;
    padding-top:80px;
    margin-bottom:-15px;
    color:#ac9866;
}
#dallas2 h3.FR-guest-list {
     font-family:'Raleway', Arial, sans-serif;
    text-align:center;
    font-size:38px;
    text-transform:uppercase;
    letter-spacing:7px;
    line-height:42px;
    -webkit-margin-before:0px;
    -webkit-margin-after:0px;
    padding-top:0px;
    padding-bottom:60px;
    color:#fff;
}
#dallas2 .btm-img-FR-guest {
    position:relative;
    background:url('../Content/GV_003__DJ.jpg') no-repeat center center;
    background-size:cover;
    max-width:800px;
    height:auto;
    height:504px;
}
#dallas2 .btm-img-FR-guest img {
    position:absolute;
    right:20px;
    bottom:20px;
}

/*** RB Happy Hour #3 ****/
h3.RB-sub {
    font-family:'Rubik Mono One', Arial, sans-serif;
    text-align:center;
    font-weight:normal;
    text-transform:uppercase;
    font-size:22px;
    letter-spacing:2px;
    line-height:34px;
    -webkit-margin-before:0px;
    -webkit-margin-after:0px;
    padding-top:0px;
    padding-bottom:35px;
    text-shadow:2px 2px #111;
    color:#F1F1E0;
}
.btm-RB-happy {
     position:relative;
    background:url('../Content/GV_006__Cheers.jpg') no-repeat center center;
    background-size:cover;
    max-width:800px;
    height:auto;
    height:504px;
}
#dallas2 .btm-RB-happy img {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.sub {padding-top:40px;}
.happy {margin-top:10px;}

/***FR VIP Bottle SVc -6***/

#dallas2 h2.FRvip {
     font-family:'Raleway', 'Arial', sans-serif;
     font-weight:400;
    text-align:center;
    font-size:76px;
    letter-spacing:10px;
    line-height:80px;
    -webkit-margin-before:0px;
    -webkit-margin-after:0px;
    padding-top:50px;
    margin-bottom:0px;
    color:#fff;
}
#dallas2 h3.FRvip {
     font-family:'Raleway', Arial, sans-serif;
     font-weight:300;
    text-align:center;
    font-size:32px;
    text-transform:uppercase;
    letter-spacing:7px;
    line-height:38px;
    -webkit-margin-before:0px;
    -webkit-margin-after:0px;
    padding-top:0px;
    padding-bottom:50px;
    color:#ac9866;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1015px) {
    #dallas1 h2.SC-main {
        font-size: 58px;
        line-height: 60px;
    }
}
@media screen and (max-width: 960px) {
    #dallas1 h2.SC-main { font-size:58px; line-height:60px;}
    #dallas1 .SC-title { font-size:50px;line-height:48px;}
    #dallas1 .SC-content {font-size:24px;}
}

@media screen and (max-width: 850px) {
    #dallas1 .SC-container {width:95%;}
   
    #dallas2 {height:880px;}
    #dallas2 h2.SC-main { font-size:58px;line-height:62px;}
    #dallas2 {padding-top:0px;}
    #dallas2 .top {width:85%;}
     #dallas2 section {padding:15px 20px;font-size:16px;}

     #dallas2 h2.FR-main, #dallas2 h2.FR-guest-list { padding-top:58px;}
}
@media screen and (max-width: 680px) {
    img.xit {display:none; }
}
@media screen and (max-width: 660px) {
     #dallas2 h3.FR-main, #dallas2 h3.FR-guest-list { font-size:38px;line-height:42px;padding-bottom:40px;}
     #dallas2 h2.FR-guest-list { font-size:78px;line-height:78px;padding-top:40px;}
}

@media screen and (max-width: 620px) {
    #dallas1 h2.SC-main { font-size:46px;line-height:52px;margin-bottom:0px;}
     #dallas1 .SC-title { font-size:38px;}
     #dallas1 .SC-content {font-size:22px;}

      #dallas2 h2.SC-main img { padding-top:14px;}
}

@media screen and (max-width: 580px) {
     #dallas1 h2.SC-main { font-size:48px;line-height:52px;margin-top:40px;}

    #dallas2 .SC-container {height:300px;}
    #dallas2 section {padding:15px 20px;font-size:14px;}
    #dallas2 h2.SC-main { font-size:50px;line-height:50px;padding-bottom:0px;}

    #dallas2 h3.FR-main, #dallas2 h3.FR-guest-list { font-size:32px;line-height:38px;padding-bottom:20px;}
}
@media screen and (max-width: 480px) {
    #dallas1 {margin-top:0px; }

     #dallas2 {padding-top:0px; }
     #dallas2 h2.SC-main img { padding-top:25px;width:32px;}
    #dallas2 .btm-img img {left:33%;right:33%;top:30px;}

     #dallas2 h2.FR-main { font-size:68px;line-height:68px;padding-top:30px;}
    #dallas2 .btm-img-FR img, #dallas2 .btm-img-FR-guest img {left:40%;right:40%;top:10px;width:90px;}
    #dallas2 .btm-RB-happy img {left:30%;right:30%;top:150px;}
}

@media screen and (max-width: 430px) {
    #dallas2 h2.SC-main img {display:none;}
}
@media screen and (max-width: 400px) {
    #dallas2 h2.SC-main  {font-size:45px;line-height:45px;}
}

/* ==========================================================================
   Gear Shop Landing Page
   ========================================================================== */

#gearsh {
    margin:0 auto;
    margin-top:60px;
    padding-top:30px;
    text-align:center;
    background:url('https://mavenprodstorage.blob.core.windows.net/img/Background.png') repeat-y center top;
    max-width:1000px;
    height:auto;
    height:851px;
}
section.border {
    margin: 0px auto;
    margin-top:10px;
    background:url('https://mavenprodstorage.blob.core.windows.net/img/Border.png') no-repeat center center;
    background-size:cover;
    max-width:859px;
    height:auto;
    height:560px;
    padding:35px;
}
img.eat {
    float:left;
}
div.corn-text {
    float:right;
    margin-right:-10px;
    width:270px;
    font-family: 'Brandon Black', Arial, sans-serif;
    font-size:34px;
    line-height:38px;
    font-weight:bold;
    color:#faf0d6;
    text-shadow:2px 2px 3px #143746;
    text-transform:uppercase;
}
span.corn {
    font-size:26px;
}
img.bags {
    float:left;
    margin-left:65px;
}
img.bread {
    float:right;
    margin-right:-88px;
    margin-top:38px;
}
.btm-txt {
    padding:5px 20px 20px;
    font-family: 'Brandon Medium', Arial, sans-serif;
    font-size:17px;
    line-height:20px;
    font-weight:bold;
    color:#143746;
    text-transform:uppercase;
    width:100%;
    display:block;
}

.promo-disclaimer {
   font-size:11px; color:#777;
   font-family: arial, sans-serif;
   padding:3px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 865px) {
    #gearsh {
        background:url('https://mavenprodstorage.blob.core.windows.net/img/Background.png') repeat-y center top;
        background-repeat:repeat-y;
        height:auto;
    }
    section.border {
        margin-left:11%;
        margin-top:0px;
        background:url('') repeat center top;
    }
    div.corn-text {
        float:left;
        margin-right:0px;
        margin-left:11%;
        margin-top:20px;
        width:400px;
    } 
    img.bags {
        float:left;
        margin:20px 16% 20px 7%;
        display:block;
    } 
    img.bread {display:none;}
}
@media screen and (max-width: 758px) {
    section.border {
        margin-left:7%;
    }
    .btm-txt {font-size:14px;line-height:16px;margin-top:15px;}
}
@media screen and (max-width: 715px) {
    section.border {
        margin-left:5%;
    }
}
@media screen and (max-width: 680px) {
    section.border {
        margin-left:2%;
    }
    img.bags {
        margin:20px 7% 20px 7%;}
}
@media screen and (max-width: 606px) {
    section.border {
        margin-left:0%;
    }
    img.bags {
        margin:20px 4% 20px 4%;}
     div.corn-text {
        margin-left:8%;}
}
@media screen and (max-width: 550px) {
    section.border {
        padding:10px;
    }}
@media screen and (max-width: 505px) {
    img.bags {
        margin:20px 17% 20px 2%;}
     div.corn-text { 
        margin-left:6%;font-size:28px;
    line-height:34px;}
}
@media screen and (max-width: 480px) {
    img.bags {
        margin:20px 0% 20px 0%;}
     div.corn-text {
        margin-left:0%;}
}
@media screen and (max-width: 420px) {
     div.corn-text { 
        margin-left:6%;font-size:22px;
    line-height:24px;width:320px;}
}




/* ==========================================================================
   Gear Shop OCTOBER PROMO Page
   ========================================================================== */

#oct-gearsh {
    margin:0 auto;
    margin-top:50px;
    padding-top:40px;
    text-align:center;
    background:url('https://mavenprodstorage.blob.core.windows.net/img/retail-oct_bg.jpg') repeat-y center top;
    max-width:1000px;
    height:auto;
    height:1050px;
}
section.oct {
    margin-top:35px;
    margin-left:35px;
    display:block;
    width:100%;
}
section.oct img {
    float:left;
    margin-bottom:35px;
}
.oct-btm-txt {
    margin-top:-3px;
    background-color:rgba(0,0,0,.6);
    padding:25px;
    font-family: 'Brandon Reg', Arial, sans-serif;
    font-size:28px;
    letter-spacing:.5px;
    line-height:40px;
    color:#fff;
    width:100%;
    display:block;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 925px) and (min-width:760px) {
    .oct-btm-txt {
        padding:22px;
        font-size:26px;
        line-height:36px;
    }
}
@media screen and (max-width: 865px) {
    #oct-gearsh {
        background:url('https://mavenprodstorage.blob.core.windows.net/img/retail-oct_bg.jpg') repeat-y center top;
        background-repeat:repeat-y;
        height:auto;
    }
    section.oct img {
        margin-bottom:25px;
    } 
}
@media screen and (max-width: 758px) {
    .oct-btm-txt {
        font-size:18px;
        line-height:22px;
        padding:20px;}
}
@media screen and (max-width: 720px) {
    section.oct {
        margin-left:5px;
    }
}
@media screen and (max-width: 505px) {
    section.oct img {
        margin-bottom:20px;}
}
@media screen and (max-width: 480px) {
    section.oct {
        margin-left:0px;
    }
}
@media screen and (max-width: 420px) {
     .oct-btm-txt { 
        font-size:13px;
        line-height:16px;
        padding:10px;}
}

