/*
Theme Name: The HTML5 Reset Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based WordPress theme of your own.
Author: Monkey Do! + @ckhicks
Author URI: http://monkeydo.biz
Version: 2.0
License: BSD 2-Clause
License URI: http://opensource.org/licenses/bsd-license.php
*/

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

#wrapper {width: 960px; margin: 20px auto;}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw

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

} */


@keyframes slideIn {
  0% {
    transform: translateX(60%);
      opacity: 0;
  }
  20% {
      opacity: 1;
  }
  100% {
    transform: translateX(0);
      opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@font-face {
  font-family: Empera;
  src: url(CafeFrancoise_D.otf);
}


@font-face {
  font-family: Cafe;
  src: url(CafeFrancoise_D.otf);
}

@font-face {
  font-family: Novio;
  src: url(NoveoSans-Bold.ttf);
}

body {
    margin: 0;
    background-color: #EBE4D4;
    font-family: "museo-sans", sans-serif;
    color: #332F2B;
    font-size: 19px;
}

img {
    display: block;
    height: auto;
}

a {
    cursor: pointer;
}

h1, h2, h3, h4 {
    font-family: 'Cafe', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 0 1.2em;
}

h1 {
    font-size: 2em;
}

p {
    padding: 0 0 1.6em;
    line-height: 1.6em;
    margin: 0;
}

.bttn {
    display: inline-block;
    color: #fff;
    background-color: #898170;
    padding: 15px 20px;
    min-width: 210px;
    text-align: center;
    text-decoration: none;
    border:1px solid #fff;
}

.bttn:hover {
    background-color: #332F2B;
    color: #fff;
    transition: all .3s;
    border:1px solid #332F2B;
}

.flexrev {
    display: flex;
    flex-direction: column-reverse;
    
}

header {
    display: flex;
    background-color: #EBE4D4;
    justify-content: center;
    align-items: center;
    
}

.navLogo {
    height: 70px;
    width: 300px;
    margin: 9px 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/Logo_dark.svg);
}

.navLogo:hover {
    background-image: url(images/Logo_dark.svg);
}

header ul:first-child {
    padding-left: 15px;
}

header ul li {
    display: inline-block;
}

header ul li a {
    color: #fff;
    margin: 0 5px;
    text-transform: uppercase;
    font-size: .8em;
    text-decoration: none;
        font-family: 'Novio', 'Helvetica', sans-serif;
}

header a:hover {
    color: #F7BE00;
}

header ul.socialtop {
    padding-left: 10px;
}

header ul.socialtop img {
    width: 36px;
}


/* Mobile Nav */

.menubtn {
    display: none;
}

.mobilenav {
    display: none;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background-color: #494949;
    transition: ease-in .4s;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: .8s;
}


    
    .navtoggled .mobilenav {
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #1C1B1A;
        width: 100%;
        z-index: 9;
        position: fixed;
        font-family: 'Novio', 'Helvetica', sans-serif;
        transition: ease-in .4s;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: .8s;
    }
    
    .mobilenav .menualign {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .mobilelogos {
        margin: 30px 0 0;
        /* width: 100px; */
        padding: 0;
        display: block;
        height: 200px;
    }
    
    .mobilenav .mobNav li {
        
    }
    
    .mobilenav .mobNav li a {
        color: #fff;
        text-align: center;
        font-size: 1.6em;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
    }
    
    .mobilenav .socialtop {
        position: absolute;
        bottom: 0;
        padding: 20px;
        width: 100%;
        text-align: center;
    }
    
    .mobilenav .socialtop li {
        display: inline-block;
    }
    
    .mobilenav .socialtop img {
        display: block;
        margin: 10px;
        width: 50px;
    }
    
    .menubtn {
        height: 65px;
        width: 65px;
        padding: 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        top: 10px;
        right: 0;
        background-color: #292929;
        z-index: 21;
        animation-name: animateAsideIn;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: .8s;
    }

    .menubtn span {

        background-color: #fff;
        height: 15px;
        width: 80%;
        display: block;
        margin: 5px 0;
    }

    .menubtn::before {
        content: '';
        width: 60%;
        background-color: #fff;
        height: 15px;
        display: block;
    }

    .menubtn::after {
        content: '';
        width: 70%;
        background-color: #fff;
        height: 15px;
        display: block;
    }

    .menubtn span, .menubtn::before, .menubtn::after {
        transition: ease-out .4s;
    }

    .menubtn:hover span, .menubtn:hover::before, .menubtn:hover::after {
        width: 100%;
        transition: ease-out .4s;
    }

    .toptel span {
        display: none;
    }






/* Mobile Nav */



section {
    display: flex;
}

#hero {
    position: relative;
    min-height: 750px;
    background-image: url(https://olrcafe.live/wp-content/uploads/2023/02/DSC04421.png);
    background-size: cover;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

#hero h1 {
    padding-top: 60px;
    position: relative;
    z-index: 2;
    
}
#hero::after {
    content: '';
    background-color: #0004;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.innerHero {
    position: relative;
    background-image: url(images/hero.png);
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: table;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    min-height: 600px;
}

.innerHero::after {
    content: '';
    background-color: #0007;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.innerHero h1 {
    font-size: 3em;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-left: 18vw;
    margin-right: 18vw;
}

.innerHero h1.blockPage {
    font-size: 3em;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    top: 60px;
    margin-bottom: 60px;
    margin-left: 18vw;
    margin-right: 18vw;
    padding-bottom: 70px;
    display: block;
}

.innerHero h1 span {
    font-size: .5em;
    line-height: 1em !important;
    display: block;
    padding-top: 20px;
}

article.pageArticle {
    margin: -230px auto 0px;
    /* position: relative; */
    z-index: 3;
    background-color: #fff;
    padding: 60px;
    flex-shrink: 0;
    display: block;
    width: 80%;
}

article.pageArticle h2 {
    font-size: 2em;
    text-align: center;
    color: #B13131;
}
#textFull, #textFullInner {
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    text-align: center;
    padding: 60px 16vw;
}

#textFull h1 {
    font-size: 2.4em;
    color: #B13131;
}

#textFullInner h2 {
    font-size: 2.4em;
    color: #B13131;
    text-align: center;
}

#textFullInner .entry h3, .mainContent .entry h3 {
    font-size: 1.2em;
    
}

#textFull h3 {
    font-size: 1.2em;
}

#quoteBreak {
    min-height: 400px;
    color: #fff;
    padding: 60px 8vw;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    align-items: center;
}

#quoteBreak:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #1117;
    top: 0;
    bottom: 0;
    width: 100%;
}

#quoteBreak h3, #quoteBreak p {
    position: relative;
    z-index: 2;
    max-width: 900px;
    font-size: 1.4em;
    font-family: Empera;

}

#quoteBreak.tattoobreak p {
    font-size: 2em;
    line-height: .8em;
    margin: 0;
    padding: 0 0 .4em;
}

#quoteBreak.tattoobreak p:last-of-type {
    
    font-size: .98em;
    font-family: Empera;
}

#quoteBreak p:last-of-type {
    font-size: 1em;
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}

#imageBreak {
    min-height: 400px;
    overflow: hidden;
}

#imageBreak img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#sectionTwo .imageOverlay {
    object-fit: unset;
    width: 320px;
    position: absolute;
    margin: 0 auto;
    display: block;
    left: 50%;
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);;
    z-index: 2;
}

.darkOverlay:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #0007;
    width: 100%;
    z-index: 1;
}

#sectionTwo div {
    width: 50%;
    overflow: hidden;
    background-color: #EBE4D4;
    position: relative;
}

#sectionTwo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

#sectionTwo div>div:first-child {
    padding: 40px 4vw;
    width: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

#sectionTwo h2 {
    font-size: 1.8em;
}


#sectionTwo h3 {
    font-size: 1.2em;
    text-align: left;
    padding-bottom: 8px;
}

#sectionTwo.rev {
}

#eventsListSmall {
    background-color: #fff;
    flex-direction: column;
    padding: 40px 8vw;
    align-items: center;
}

#eventsListSmall .bttn {
    margin: 40px 0 10px;
}

#eventsListSmall h2 {
    font-size: 2.4em;
}

#sectionTwo img.comedylogo {
    object-fit: none;
}

#sectionTwo a.inline {
    display:inline;
}

.eventList {
    display: flex;
    flex-shrink: 0; 
    flex-wrap: wrap;
    width: 100%;

}

.eventList>li {
    box-shadow: 0px 2px 7px #0002;
    margin: 1%;
    background-color: #fff;
    width: 22%;
    position: relative;
    padding-bottom: 60px;
    transition: all .3s;
}

.eventList h4 {
    padding: 0 0 20px;
    font-size: 1.4em;
}

.eventinfo {
    padding: 20px;
    margin: 0;
    
}

.eventinfo li {
    display: flex;
    padding: 0;
    align-items: center;
}

.eventinfo li::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: 33px;
    background-position: center;
    background-repeat: no-repeat;
}

.eventList .imgContain {
}

.imgContain img {
    width: 100%;
}

.eventinfo .eTime::before  {
    background-image: url(images/icons_gigs-02.svg);
}

.eventinfo .eDate::before  {
    background-image: url(images/icons_gigs-01.svg);
}

.eventinfo .ePrice::before  {
    background-image: url(images/icons_gigs-04.svg);
}

.eventinfo .eInfo::before  {
    background-image: url(images/icons_gigs-03.svg);
}

.eventinfo .bttn {
    margin-top: 20px;
    display: block;
}

.ticketlinks {
    
}

.ticketlinks .link_t {
    
}

.ticketlinks .link_f {
    background-color: #4267B2;
    color: #fff;
}

.facebook_show .link_t {
    display: none;
}


.ticket_show .link_f {
    display: none;
}

#mailingList {
    background-color: #898170;
    padding: 40px 16vw;
    flex-direction: column;
    align-items: center;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    position: relative;
}

#mailingList::before {
background-image: url(https://olrcafe.live/wp-content/uploads/2023/03/MLleft.svg);
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    content:'';
    display:block;
        width:50%;
    background-position:left;
    background-repeat:no-repeat;
}

#mailingList::after {
background-image: url(https://olrcafe.live/wp-content/uploads/2023/03/MLright.svg);
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content:'';
    display:block;
        width:50%;
    background-position:right;
    background-repeat:no-repeat;
}
#mc_embed_signup {
    background: transparent;
    clear: left;
    font: 18px Helvetica,Arial,sans-serif;
    width: 100%;
    position: relative;
    z-index: 4;
}
#mailingList h2 {
    font-size: 2em;
    margin: 0;
    padding: 0 0 60px;
    text-align: center;
    color: #fff;
}

.oHours {
    text-align: center;
}


.openHours {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    margin: 0 auto;
}

.openHours dt {
    width: 50%;
    text-align: left;
}

.openHours dd {
    width: 50%;
    text-align: right;
    font-weight: bold;
}

#sectionTwo h2.oHours {
    color: #0C0B0A;
    font-size: 1.8em;
    margin: 0;
    padding: 0 0 10px;
}

.toplogo {
    max-width: 900px;
    max-height: 70vh;
    position: relative;
    z-index: 2;
}

.comedyheader .toplogo {
    max-width: 830px;
    max-height: 280px;
    position: relative;
    z-index: 2;
}


#sectionTwo div.contactform {
    background-color: #1C1B1A;
}

#sectionTwo .contactform {
    
}

#sectionTwo .contactform .wpcf7 {
    background-color: transparent;
    width: 80%;
    margin: 0 auto;
}

#sectionTwo .contactform .wpcf7-text {
    height: 36px;
    border-radius: 4px;
    border: none;
    width: 100%;
    padding-left: 20px;
}

#sectionTwo .contactform .Flex {
    display: flex;
    width: 100%;
    background-color: transparent;
    justify-content: space-between;
    margin-bottom: 1.6em;
}

#sectionTwo .contactform .Flex .wpcf7-text {
    height: 36px;
    border-radius: 4px;
    border: none;
    padding-left: 20px;
    width: 100%;
}

#sectionTwo .contactform .wpcf7-textarea {
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    border: none;
    height: 200px
}

#sectionTwo .contactform .wpcf7-form-control-wrap.menu-213 {
    height: 36px;
    border-radius: 4px;
    border: none;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    display: block;
    padding-left: 20px;
}

#sectionTwo .contactform .wpcf7-submit {
    font-family: Empera;
    color: #332F2B;
    background-color: #FE8E5C;
    font-size: 1.2em;
    padding: 15px 20px;
    min-width: 210px;
    text-align: center;
    text-decoration: none;
    border: none;
    margin: 1.6em auto 0;
    display: block;
    
}

#sectionTwo .contactform h2 {
    text-align: center;
    font-size: 2em;
    color: #fff;
    margin-top: 40px;
    padding: 0;
}

#sectionTwo .contactform .wpcf7-form-control-wrap select {
    -webkit-appearance: none;
    width: 110%;
    border: none;
    background-color: #fff;
    height: 36px;
}

#sectionTwo .contactform .Flex span {

    width: 48%;
}

#hero.comedyheader {
    background-image: url(images/hero2.png);
    text-align: center;
    color: #fff;
    flex-direction: column;
}

.comedyQuote {
    position: relative;
    z-index: 3;
    max-width: 900px;
    font-size: 1.4em;
    font-family: Empera;
    padding-bottom: 10%;
}

.comedyQuote p:last-of-type {
    font-size: 1em;
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comedyQuote h1 {
    padding-bottom: 10px;
}

#eventsListSmall.comedyEvents {
    background-color: #1C1B1A;
}

#eventsListSmall.comedyEvents h2 {
    color: #fff;
}

footer {
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: #898170;
    padding: 60px 16vw;
    font-size: .8em;
    text-transform: uppercase;
    align-items: center;
    text-align: center
}

.footlogo {
    width: 260px;
    margin: 0 auto 30px;
}
footer p {
    font-weight: bold;
}

.LRT {
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
}

footer .sp1 a {
    color:#fff;
    display: block;
    text-decoration: none;
}

.sp1 {
    flex: 2;
}

.sp2 {
    display: flex;
    flex: 3;
    align-items: center;
}

.sp2>div, .sp2>ul {
    flex: 1;
}

.footLogo {
    height: 150px;
    margin: 0 auto;
}

.socialbottom {
    text-align: center;
}

.socialbottom li {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 0 5px;
}

.contactdetails {
    
}

.contactdetails h3 span {
    display: block;
    font-size: .8em;
    color: #B13131;
}

.contactdetails h3 a {
    text-decoration: none;
    color: #161616;
}

#sectionTwo .contactdetails h3 {
    font-size: 1.4em;
}

.size-large img {
    width: 100%;
}

.mainContent {
    background-color: #fff;
}

.mainContent .entry a {
    color: #B13131;
    text-decoration: none;
}

#filterGigs {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    min-width: 500px;
    text-align: center;
    margin: 0 auto 40px;
    flex-wrap: wrap;
}

#filterGigs h4 {
    font-family: 'Empera';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    width: 100%;
    flex-shrink: 0;
}

#filterGigs h4::before {
    content: '';
    background-color: #fff;
    margin: 0 5px;
    height: 4px;
    width: 180px;
}

#filterGigs h4::after {
    content: '';
    background-color: #fff;
    margin: 0 5px;
    height: 4px;
    width: 180px;
}

#filterGigs h5 {

    font-family: 'Empera';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    
}

#filterGigs h5::after {
    content: '';
    background-color: #fff;
    height: 3px;
    width: 200px;
    margin-left: 20px;
    display: inline-block;
}

#filterGigs h5::before {
    content: '';
    margin-right: 20px;
    background-color: #fff;
    height: 3px;
    width: 200px;
    display: inline-block;
}

.eventsInfo {
    width: 320px;
    margin-right: 40px;
    float: left;
    height: 100%;
}

article.pageArticle.eventArticle h4 {
    font-size: 1.4em;
}

article.pageArticle.eventArticle h2 {
    text-align: left;
}

iframe {
    display: block;
}

.bx-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
}

.bx-viewport {
    height: 100%;
}

.mainsSider, .mainsSider>div {
    height: 100vh !important;
    background-size: cover;
}

.eventinfo .bttn {
    min-width: auto;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}

.extraContent {
    clear: both;
    padding-top: 60px;
}

.flexCol {
    flex-direction: column;
}

.flexCol .extraContent {
    padding: 0 0 30px;
    width: 80%;
    margin: 0 auto;
}

.extraContent .wp-block-embed {
    margin: 0;
}

.is-type-video .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#instagramFeeed {
    display: block;
    background-color: #B13131;
    text-align: center;
    padding-top: 60px;
}

.InstagramIcon {
    margin: 0px auto;
    width: 120px;
    display: block;
}

#instagramFeeed h3 {
    font-size: 2.2em;
    margin: 0;
    padding: 20px 0;
    color: #fff;
}

#instagramFeeed h4 {
    color: #FE8E5C;
    font-size: 1.8em;
}

#instagramFeeed #sbi_load {
    display: none !important;
}

.comedyEvents .eventList>li {
    display: none;
}

.comedyEvents .eventList>li.comedygig {
    display: block;
}

.morecomedy {
    padding-top: 20px;
}

.morecomedy, .morecomedy a {
    color: #fff;
    
}

.eventArticle .eventinfo .bttn {
    min-width: auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.eventArticle .extraContent {
    width: 100%;
    flex-shrink: 0;
}

.eventArticle::after {
    content: '';
}

#mailingList .wpcf7-text {
    height: 40px;
    border-radius: 4px;
    border: none;
    width: 100%;
    padding-left: 20px;
    opacity: .7;
}
#mailingList {

}
.flMailinglist {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.flMailinglist {
    display: flex;
    justify-content: space-between
}

#mailingList .wpcf7-form-control-wrap  {
    display: block;
    width: 28%;
}

#mailingList .wpcf7-submit {
    height: 40px;    
    width: 28%;
    display: inline-block;
    color: #fff;
    background-color: #898170;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    border: none;
}

li.hidecomedy {
    display: none;
}

li.hide {
    display: none;
    transition: all .3s;
}


#filterGigs {
    width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  min-width: 500px;
  text-align: center;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}

#filterGigs a {
    color: #fff;
    font-weight: bold;
    display: flex;
    height: 30px;
    padding-left: 40px;
    align-items: center;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
    transition: all .3s;
    
}

.wpcf7 form .wpcf7-response-output {
    text-align: center !important;
    border: none !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    margin: 10px 0 !important;   
}

.wpcf7-not-valid-tip {
color: #fff;
font-size: 1em;
font-weight: normal;
display: block;
padding-top: 10px;
}

#mailingList .wpcf7-response-output {
    color: #fff;
}

#filterGigs a::before{
    content: '';
    width: 30px;
    display: block;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    height: 30px;
    transition: all .3s;
    border-radius: 2px;
}

#filterGigs a:hover::before, #filterGigs a.active::before{
    background-color: #B13131;
    transition: all .3s;
}

.secBreak {
    height: 60px;
    width: 100%;
    display: block;
    background-color: #1C1B1A;
}

.single-gigs article.pageArticle {
margin: -230px auto 0px;
/* position: relative; */
z-index: 3;
background-color: #fff;
padding: 60px;
flex-shrink: 0;
display: flex;
width: 80%;
}

.single-gigs article.pageArticle .eventsInfo {
    flex: 1;
}

.single-gigs article.pageArticle div:last-child {
    flex: 3;
}

.mc-embedded-subscribe {
    display: inline-block;
    font-family: Empera;
    color: #332F2B;
    background-color: #FE8E5C;
    font-size: 1.2em;
    padding: 15px 20px;
    min-width: 210px;
    text-align: center;
    text-decoration: none;
}


#sectionTwo .gform_wrapper {
    width: 100%;
    background-color: none;
}


    #introsec {
        background-color:#D0C6B0;
        flex-direction: column;
        position: relative;
        height:40%;
    }
    
    #introsec ul {
        display:flex;
        margin-bottom:60px;
        position: relative;
        z-index: 3;
        padding: 50px 12vw;
    }
    
    #introsec li {
        margin: 10px;
background-color: #EBE4D4;
padding: 40px 30px 80px;
flex: 1;
position: relative;
        
    }
    
    #introsec h3 {
        font-size: 1.8em;
        border-bottom: 1px dashed #494949;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

#introsec .darkcontent h3 {
        font-size: 1.8em;
        border-bottom: 1px dashed #fff;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }



#introsec a {
display: block;
border-top: 1px dashed #494949;
padding-top: 20px;
color: #494949;
text-decoration: none;
font-weight: bold;
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
}

#sectionTwo a {
    display: block;
margin-top: 20px;
color: #292929;
text-decoration: none;
font-weight: bold;
}

#sectionTwo li {
      list-style: disc;
  margin-left: 30px;
}

#sectionTwo ul {
    margin-bottom: 30px;
}
    
    #introsec .olrdark {
        margin: 20px 0;
        height:65px;
    }
    
    #introsec .olrdark2 {
        margin: 20px 0;
        height:50px;
    }
    
    .dailydeals {
        display: flex;
        margin: 0 8vw 60px;
        position: relative;
        z-index: 3;
    }
    
    .dailydeals>div {
        margin: 20px;
        display:flex;
        flex: 1;
        position: relative;
    }
    
    #introsec .dealcont {
        background-color: #292929;
        border-radius: 10px;
        color: #FFFFFF;
        margin:30px 30% 30px 0;
        flex:1;
        padding:20px 10px;
        text-align: center
    }
    
    #introsec li.darkcontent {
        background-color: #292929;
        color: #fff;
    }
    
    #introsec .dealcont h4 {
        font-size:1.4em;
        padding:20px;
        margin: 0;
    }
    
    #introsec .dealcont h5 {
        font-size:1.4em;
        padding-bottom:20px;
        margin: 0;
        font-weight:300;
    }
    
    .dealcont p {
        padding:0 0 10px;
    }
    
    .dailydeals img {
        height: 100%;
        display: block;
        width: auto;
        border-radius: 200px;
        border: 5px solid #292929;
        position: absolute;
        right: 0;
    }
    #introsec .flower1 {
        position: absolute;
        top: 0;
        left: 0;
        height:40%;
    }
    
    #introsec .flower2 {
        position: absolute;
        top: 35%;
        right: 0;
        height:40%;
    }
    
    #introsec .flower3 {
        position: absolute;
        bottom: 0;
        left: 0;
        height:30%;
    }
    
.menuLink {
position: absolute;
right: 80px;
    background-color: #292929;
padding: 10px;
display: block;
color: #fff;
text-decoration: none;
}


.toptel {
    position: absolute;
right: 270px;
color: #292929;
}


.footermenu li a {
    color:#fff;
    
}
.footermenu {
    display: flex;
    justify-content: center;
    gap:10px;
}

#mc_embed_signup .button {

    height: 40px !important;
    width: 28% !important;
    display: inline-block !important;
    color: #EBE4D4!important;
    background-color: transparent !important;
    font-size: 1em !important;
    text-align: center !important;
    text-decoration: none !important;
    border: 1px solid #EBE4D4 !important;
    border-radius: 0 !important;
}
@media only screen and (max-width: 920px) {
    
    header {
        display: none;
    }
    
    #sectionTwo {
        flex-direction: column;
    }
    
    #sectionTwo div {
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        position: relative;
    }
    
    .innerHero h1 {
        font-size: 3em;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        top: 60px;
        padding-bottom: 360px;
        margin-left: 8vw;
        margin-right: 6vw;
    }
    
    article.pageArticle {
        margin: -230px auto 0px;
        /* position: relative; */
        z-index: 3;
        background-color: #fff;
        padding: 40px;
        flex-shrink: 0;
        display: block;
        width: 95%;
    }
    
    article.eventArticle {
        margin: -230px auto 0px;
        /* position: relative; */
        z-index: 3;
        background-color: #fff;
        padding: 40px;
        flex-shrink: 0;
        display: flex;
        width: 95%;
        flex-direction: column;
    }
    
    article.eventArticle .eventsInfo {
        width: 100%;
        margin: 0;
        float: none;
        padding-bottom: 50px;
    }
    
    #sectionTwo div>div:first-child {
        padding: 60px 4vw;
        width: auto;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    
    .eventList>li {
        box-shadow: 0px 2px 7px #0002;
        margin: 1%;
        background-color: #fff;
        width: 48%;
    }
    
    .toplogo {
        max-height: 120px;
        position: relative;
        z-index: 2;
        margin-bottom: 100px;
    }
    
    #sectionTwo.mobrev {
        flex-direction: column-reverse;
    }
    
    .sp1 {
        flex-shrink: 0;
        width: 100%;
        text-align: center;
        flex: auto;
    }
    
    footer {
        flex-wrap: wrap;
    }
    
    .sp2>div, .sp2>ul {
        flex: none;
        padding: 20px
    }
    
    .sp2 {
        display: flex;
        flex: 3;
        justify-content: center;
        align-items: center;
    }
    
    #textFull, #textFullInner {
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        text-align: center;
        padding: 60px 8vw;
    }
    
    #mailingList h2 span {
        display: block;
    }
    
    #sectionTwo div.screen-reader-response {
        padding: 0 !important;
    }
    
    #eventsListSmall h2 {
        text-align: center;
    }
    
    #mc_embed_signup .button {
        width: auto !important;
    }
    
    #introsec li {
    margin: 10px;
    background-color: #EBE4D4;
    padding: 40px 30px;
    flex: 1;
    width: 100%;
    }
    
    #introsec ul {
        display: flex;
        margin-bottom: 60px;
        position: relative;
        z-index: 3;
        padding: 50px 12vw;
        flex-direction: column;
        }
    
    .dailydeals {
        display: flex;
        margin: 0 8vw 60px;
        position: relative;
        z-index: 3;
        flex-direction: column;
        }
    
    .morelink {
        font-weight: bold;
color: #292929;
text-decoration: none;
    }
    .dailydeals .imgbox img {
height: 100%;
object-fit: contain;
        object-position: center;
        width: 100%;
display: block;
}
    
    .dailydeals>div {
margin: 20px;
display: flex;
flex: 1;
position: relative;
flex-direction: column-reverse;
}
    
    #introsec .dealcont {
background-color: #292929;
border-radius: 10px;
color: #FFFFFF;
margin: 0;
flex: 1;
padding: 20px 20px 20px 10px;
text-align: center;
        
}
    .imgbox {
        flex: 1;
border-radius: 200px;
border: 5px solid #292929;
    }
    
    
    .toplogo {
max-height: 120px;
position: relative;
z-index: 2;
margin-bottom: 100px;
width: 310px;
}
    
    #hero h1 {
padding-top: 60px;
position: relative;
z-index: 2;
text-align: center;
}
    
    #hero {

padding: 0 40px;
}
    
    #introsec .flower1, #introsec .flower2, #introsec .flower3 {
        opacity: .3
    }
    
    .footermenu {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid;
flex-direction: column;
}
    
    #introsec a {
        position: initial;
    }
    
    #mailingList::before {
background-image: url(https://olrcafe.live/wp-content/uploads/2023/03/MLleft.svg);
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 1;
content: '';
display: block;
width: 110%;
background-position: left;
background-repeat: no-repeat;
opacity: .3;
}
    
        #mailingList::after {
            display: none;
    }
    
    .page #sectionTwo {
        flex-direction: column-reverse;
    }
    #sectionTwo.rev {
flex-direction: column !important;
}
}
