/*HOMEPAGE BUTTON*/
.homepage-hero-copy h2 span {
font-family: 'Rokkitt', serif!important;
    font-size: 4rem!important;
}
.animated-button {
  /*background: linear-gradient(-30deg, #ae1640 50%, #8b1233 50%);
      background-position: 50% -100%;
    background-size: 300%;*/
	background-color: #8b1233;
  padding: 10px 25px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff!important;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
    font-family: "brandon-grotesque",sans-serif;
  text-decoration: none;
  
  transition: 0.5s;
 /*         box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);*/
}
.animated-button:hover {
 background-color: #ae1640;
	color: #fff!important;
}

.animated-button::before {
  display: none;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8b1233;
  opacity: 0;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 1;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#b1975d));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #b1975d);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#b1975d));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #b1975d);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#b1975d));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #b1975d);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#b1975d));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #b1975d);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.subpage-header {
    margin-top: 50px;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}

.subpage-header div {
    margin: auto;
}

.subpage-header h1 {
    color: #fff;
    margin: auto;
    font-size: 55px;
    text-align: center;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 0 15px;
    font-family: "brandon-grotesque",sans-serif;
  max-width: 700px;
}

.page-faq .intro-text .col-xs-12,.page-about-us .intro-text .col-xs-12 {
    display: flex;
}
.page-faq p, .faq li,.page-about-us p, .about-us li {
    font-size: 1.5em;
      font-family: 'Rokkitt', serif;
}
.page-faq p, .faq li, .page-about-us p, .about-us li {
    font-size: 1.4em;
}
.page-faq .intro-text p, .page-about-us .intro-text p {
    text-align: center;
    margin-top: 35px;
    border-bottom: solid 3px #B1975D;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 35px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 1.4em;
}

.about-us {
margin-top: 35px;
}

.page-faq .intro-text p a, .page-about-us .intro-text p a {
    color: #b1975d;
}
.faq .col-xs-12, .about-us .col-xs-12 {
    display: flex;
    flex-direction: column;
}

.faq h2, .about-us h2 {
    text-align: left;
    margin-top: 35px;
    margin-right: auto;
    border-bottom: solid 2px #B1975D;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.faq strong {
    margin-top: 15px;
    display: block;
}
.faq ul, .about-us ul {
    margin-left: 18px;
}
.faq li, .about-us li {
    list-style: square;
}
.about-us a {
    text-decoration: underline;
}
.faq a {
text-decoration: underline;
}

@media only screen and (max-width: 767px) {
.page-faq #page-body>.container {
    margin-top: 0!important;
}
}

.sweep-header {
	    position: relative;
    z-index: 99;
    width: 100%;
    padding: 50px 0;
        height: calc(100vh - 90px);
        display:  flex;
        flex-direction:  column;
        transition: 0.5s;
}

.sweep-header.collapse {
    height: 450px!important;
        border-bottom: 3px solid #b1975d;
}

.sweep-background {
    position:  absolute;
    width:  100%;
    height:  100%;
    left:  0;
    top:  0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: .5s;
        
}
.sweep-background1 {
    background-image: url(http://www.sasquatch.build/rese6005/wp-content/uploads/GetOutdoors_EditedStock_RGB-1.jpg);
    left: 0!important;
    z-index: 9;
    background-position: center 40%;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
    clip-path: circle(20% at 50% 50%);
}
.sweep-background1.active {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: circle(70.7% at 50% 50%);
}

.sweepstakes-container {
	max-width: 800px!important;
    text-align: center;
    margin:  auto!important;
    display:  flex;
        flex-direction:  column;
        z-index: 10;
	padding-left: 15px!important;
	padding-right: 15px!important;
}
.sweepstakes-container h1,.sweepstakes-container span.subline {
	text-transform: uppercase;
	    margin-left: auto;
    margin-right: auto;
	color: #fff!important;
}


.sweepstakes-container span.subline {
			 -webkit-animation: fadeInP 2s;
   animation: fadeInP 2s;
		animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-shadow: 0 0 10px #000;
    animation-delay: 1s;
    opacity: 0;
}
.sweepstakes-container h1 {
    color: #fff;
    display: block;
    font-size: 46px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    padding-top: 6px;
		 -webkit-animation: fadeInH 1s;
   animation: fadeInH 1s;
		animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
    margin-bottom: 15px;
    text-shadow: 0 0 10px #000;
    animation-delay: 1s;
    opacity: 0;
}
@keyframes fadeInH {
    0% {
        opacity: 0;
        font-size: 46px;
    }
    75% {
       opacity: 0;
       font-size: 46px;
    }
    100% {
       opacity: 1;
       font-size: 76px;
    }
}
@keyframes fadeInP {
    0% {
        opacity: 0;
        font-size: 16px;
    }
    75% {
       opacity: 0;
font-size: 16px;
    }
    100% {
       opacity: 1;
       font-size: 36px;
    }
}

.sweepstakes-container p {
	width: 100%;
	text-align: center;
	color: #fff;
}

.sweepstakes-container strong {
	color: #fff;
}
.sweeps {
    display: flex;
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sweeps video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    object-position: top center;
    position: absolute;
    top: 0;
    left: 0;
	background: transparent!important;
}
.desktop-video {
		display: block;
	}
	.mobile-video {
	display: none;	
	}
.iframe-sweep {
    width: 100%;
    height: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
	padding: 50px 0;
        flex-direction: column;
}
.sweeps-b .iframe-sweep iframe {
	    z-index: 99;
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
      width: 100%;
      max-width: 600px;
}

.iframe-sweep span {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 36px;
    background-color: #8b1233;
    font-weight: bold;
    display: block;
    z-index: 9;
    width: 600px;
    margin: auto;
        max-width: 100%;
}

.info-container {
    display: flex;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    margin-top:  50px;
    margin-bottom:  50px;
}

.top-info {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    opacity: 0;
    -webkit-animation: fadeInTwo 1s;
    animation: fadeInTwo 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    max-height: unset!important;
        display: flex;
    flex-wrap: wrap;
  animation-delay: 2.5s;
}

.page-id-1143  .top-info {
    -webkit-animation:  none;
    animation:  none;
    opacity: 1;
}

.page-id-1143  .info-container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: 0.5s;
}
.page-id-1143  .info-container.active {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.top-info-inner {
    width: 95%;
    margin: auto;
}
@keyframes fadeInTwo {
    0% {
        opacity: 0;
    }
    100% {
       opacity: 1;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    90% {
       opacity: 0;
    }
    100% {
       opacity: 1;
		transform: scale(1);
    }
}

.image-box {
    width: 50%;
}

.image-box {
    width: 50%;
}
.inner-box {
    position: relative;
    width: 300px;
    margin: auto;
}

.image-box>div>img {
    height: 100px;
    width: auto!important;
    display: block;
    position: absolute;
    z-index: 9;
}

.track {
    display: flex;
    height: 400px;
    transition: 0.5s;
    position: absolute;
    left: 0;
    transition-timing-function: ease-in-out;
}

.track img {
    width: 300px!important;
    height: 100%;
    object-fit: cover;
}

.track img:first-of-type {
    object-position: left center;
}

.track.active1 {
    left:  -300px;
}
.track.active2 {
    left:  -600px;
}
.track.active3 {
    left:  -900px;
}
.track.active4 {
    left:  -1200px;
}
.box-border {
    border: 1px solid #b1975d;
    overflow: hidden;
    height: 400px;
    width: 300px;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 75px;
    position: relative;
}

.top-info h1 {
    font-size: 36px!important;
    color: #b1975d;
    font-weight:  bold;
    text-align:  left;
  margin-top: 0!important;
}

.top-info h2 {
        font-size: 20px!important;
}

.top-info-inner>p {
        text-align: justify;
        font-size: 22px!important;
}

.prize-cont {
    display: flex;
    flex-wrap: wrap;
   margin-top: 15px;
}

.sweep-divider {
    width: 1px;
    height: 100%;
    background-color: #000;
}

.sweep-prize {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 45%;
    margin: auto;
        /*min-height: 285px!important;*/
    min-width: 250px;
    margin-bottom: 15px;
}

 .flip-card {
  background-color: transparent;
  height: 150px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}


.flip-card .flip-card-inner {
    -webkit-animation: rotate 6s linear infinite;
  animation: rotate 6s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotateY(360deg);
    }
    20% {
        transform: rotateY(360deg);
    }
    30% {
       transform: rotateY(180deg);
    }
    70% {
       transform: rotateY(180deg);
    }
    80% {
       transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

.prize-upper {
    padding-bottom: 15px;
}

.flip-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
    transform: rotate(-3deg);
}

.sweep-prize p {
    margin-bottom:  0;
      font-size: 19px;
    text-align: center;
}


.sweeps-bg {
    margin-top: auto;
    display: block;
    width: 100%;
}
.iframe-sweep img {
    z-index: 99;
    border: 1px solid #b1975d;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    height: auto;
    margin-bottom: auto;
    margin-top: 50px;
}

.sweepstakes-info {
    background-color: #f2cb4e;
    width: 100%;
    min-height: 100px;
    display: flex;
    margin-top: -1px;
    position: relative;
	padding: 25px;
}
.sweepstakes-info-inner {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
	background-color: #f2cb4e;
	
}
.sweepstakes-info-inner p {
	color: #000;
	text-align: center;
}

.sweeps .left, .sweeps .right {
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
        transition: 0.5s;
}

.sweeps .left {
    background-image:  url(https://mainstbistro.com/wp-content/uploads/2022/09/2022-04_MSB-Evergreen-4-1.jpg);
            clip-path: circle(10% at 50% 50%);
            background-position: 25% bottom;
}
.sweeps .right {
    background-image:  url(https://mainstbistro.com/wp-content/uploads/2022/09/22021R-36_flipped.jpg);
        right: 0;
    left: auto;
            clip-path: circle(10% at 50% 50%);
            background-position: center center;
}

.sweeps.active .left {
            clip-path: circle(70.7% at 50% 50%);
}

.sweeps.active .right {
            clip-path: circle(70.7% at 50% 50%);
}

@media only screen and (max-width: 767px) {
  
  .sweep-divider {
    display: none;
  }
  .top-info {
  animation-delay: 1.5s;
  }
  .get-products p {
  font-size: 18px!important;
    line-height: 18px;
  }
  .landing-header {
    height: 400px!important;
}
.sweep-background1 {
    background-position: 50% center;
}

    .sweep-header {
    height: calc(100vh - 67px);
}
.sweepstakes-container {
    width: 100%!important;
}
    .info-container {
            flex-direction: column;
            margin-top: 0;
    }
  .page-dining .info-container {
  margin-top: 50px!important;
  }
    .top-info, .image-box {
        width: 100%;
    max-height: unset!important;
    }
    .page-id-1143  h1, .sweepstakes-container h1 {
            font-size: 46px!important;
                line-height: 46px!important;
    }
    .page-id-1143  span.subline, .sweepstakes-container span.subline {
        font-size:26px!important;
                line-height: 26px!important;
    }
    .image-box>div>img:last-of-type {
    right: -10%;
}
.image-box>div>img:first-of-type {
    left: -10%;
}

/*.sweep-prize {
        width: 100%;
}*/
.iframe-sweep {
    width: 80%;
        margin-top: auto;
    margin-bottom: auto;
	    padding: 75px 0;
	
}
.sweeps.sweeps-b {
    flex-direction: column;
}
/*.sweeps .left, .sweeps .right {
    width: 100%;
    position: relative;
    height: 250px;
}*/
.sweeps .left {
    position: absolute;
    width: 100%;
    height: 100%!important;
    background-position: center center;
    background-image:  url(https://mainstbistro.com/wp-content/uploads/2022/09/2022-04_MSB-Evergreen-4-1.jpg);
margin-top: -15px;
    margin-bottom: 15px;
	
}
	.sweeps-b .iframe-sweep iframe {
    height: 400px;
}
.sweeps .right {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 100%;
    background-position: 30% center!important;
  background-image:  url(https://mainstbistro.com/wp-content/uploads/2022/09/22021R-36_flipped.jpg);
	display: none;
      
}
	.iframe-sweep span {
    padding: 5px 0;
    font-size: 25px;
	}



@keyframes fadeInH {
    0% {
        opacity: 0;
        font-size: 20px;
    }
    75% {
       opacity: 0;
       font-size: 20px;
    }
    100% {
       opacity: 1;
       font-size: 46px;
    }
}
@keyframes fadeInP {
    0% {
        opacity: 0;
        font-size: 6px;
    }
    75% {
       opacity: 0;
font-size: 6px;
    }
    100% {
       opacity: 1;
       font-size: 26px;
    }


}

}

a.dinner-link {
    display: block;
    max-width: 1100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: 500px;
    position: relative;
}
.dinner-link span {
    color: #fff;
    margin: auto;
    font-weight: bold;
    font-family: 'Rokkitt', serif;
    font-size: 56px;
    text-shadow: 0 0 10px #000;
}
.dinner-inner {
    display: flex;
    height: 100%;
    text-align: center;
    margin: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  transition: 0.3s;
	background-position: top left;
}
.dinner-inner .dinner-overlay {
  height: 100%;
  width: 100%;
  display: flex;
  transition: 0.3s;
  padding: 50px;
}

.dinner-link:hover .dinner-overlay {
  background-color: rgba(0,0,0,0.4)
}
a:hover .dinner-inner {
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
}

@media only screen and (max-width: 767px) {
  a.dinner-link {
  height: 300px;
  }
}

.get-products {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    margin-top:  50px;
        margin-bottom: 50px;
}

.get-products h2 {
    width: 100%;
    text-align: center;
    font-size: 36px!important;
    color: #b1975d;
    font-weight: bold;
      margin-bottom: 25px;
}

.get-products a {
    width:100%;
    margin: auto;
        font-weight: bold;
        text-align: center;
      display: flex;
    flex-direction: column;
	max-width: 800px;
}

.get-products img {
    width: 100%;
    height: auto;
}
.get-products p {
    font-size: 18px;
    margin-bottom: auto!important;
    font-size: 22px!important;
    width: 100%;
    text-align: center;
}
.get-products .animated-button {
    margin: auto;
}


.landing-header {
      clip-path: circle(10% at 50% 50%);
  background-position: center center;
}
.landing-header.active {
clip-path: circle(100% at 50% 50%);
}
.landing-header.collapse {
height: 450px;
}
span.sub-header {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px!important;
    display: block;
    margin-top: 15px;
      width: 100%;
}






.page-recipes .homepage-hero-copy h2 {
      color: #b1975d;
  text-transform: uppercase;
}
div#wpv-view-layout-1173-CATTR5a49b1bc21353a8ece991581194a9973, #wpv-view-layout-3470-CATTR949598167c3749f10dc4a57b639cafcf, #wpv-view-layout-3654-CATTR21218224565338a1cc31c818ba596107TCPID95>div:last-of-type, .product-recipes {
    display: flex;
    flex-wrap: wrap;
}
div#wpv-view-layout-3470-CATTR949598167c3749f10dc4a57b639cafcf {
    margin-top: 25px;
	margin-left: -15px;
	margin-right: -15px;
}
div#wpv-view-layout-1173-CATTR5a49b1bc21353a8ece991581194a9973 a, #wpv-view-layout-3470-CATTR949598167c3749f10dc4a57b639cafcf a, #wpv-view-layout-3654-CATTR21218224565338a1cc31c818ba596107TCPID95 a, .product-recipes a {
    width: 30%;
    width: calc(33.33% - 30px);
    margin: 15px;
    display: flex;
    flex-direction: column-reverse;
}
div#wpv-view-layout-1173-CATTR5a49b1bc21353a8ece991581194a9973 a img, #wpv-view-layout-3470-CATTR949598167c3749f10dc4a57b639cafcf a img, #wpv-view-layout-3654-CATTR21218224565338a1cc31c818ba596107TCPID95 a img, .product-recipes a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: left center;
}
div#wpv-view-layout-1173-CATTR5a49b1bc21353a8ece991581194a9973 a h2, #wpv-view-layout-3470-CATTR949598167c3749f10dc4a57b639cafcf a h2, #wpv-view-layout-3654-CATTR21218224565338a1cc31c818ba596107TCPID95 a h3, .product-recipes a h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: auto;
}

div#wpv-view-layout-1173-CATTR5a49b1bc21353a8ece991581194a9973 a:hover h2, #wpv-view-layout-3470-CATTR949598167c3749f10dc4a57b639cafcf a:hover h2, #wpv-view-layout-3654-CATTR21218224565338a1cc31c818ba596107TCPID95 a:hover h3, .product-recipes a:hover h3 {
    color: #b1975d;
}

.page-recipes .form-group, .page-twicebaked .form-group  {
    width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
      display: inline-block;
    margin-right: 25px;
}

.page-recipes #page-body>.container:nth-of-type(2) {
    margin-top: 0!important;
}

input.wpv-reset-trigger.js-wpv-reset-trigger.btn {
    background-color: transparent!important;
    border: none!important;
    text-decoration: underline;
    font-size: 16px;
    font-weight: lighter;
    width: auto;
      color: #000!important;
}

.page-recipes form {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: solid #000 1px;
    margin-bottom: 25px;
}


/*individual recipe*/
.mv-create-card-style-centered img.mv-create-image {
    position: absolute!important;
    right: 40px!important;
    width: 300px!important;
    height: 300px!important;
    top:unset!important;
    border: none!important;
    border-radius: 0!important;
    margin-left: 0!important;
    left:unset!important;
 }
.mv-create-card-style-centered img.mv-create-image {
    top: 9%!important;
	    width: calc(40% - 20px)!important;
}

.mv-create-wrapper {
    margin-top: 0!important;
}

.recipe-template-default section {
    margin-top: 0!important;
}
.single-recipe .homepage-hero-copy {
    margin-top: 200px;
    margin-bottom: 140px;
}
h1.mv-create-title.mv-create-title-primary {
    display: none;
}

.mv-create-ingredients {
    width: 60%;
}
.twicebaked .mv-create-products {
display: none;
}
.twice-baked-p {
    border-left: 3px solid #F4F4F4;
    border-right: 3px solid #F4F4F4;
    border-bottom: 3px solid #F4F4F4;
    padding: 15px;
    margin-top: -93px;
    background-color: #fff;
    position: relative;
      display: flex;
    flex-wrap: wrap;
}
.twice-baked-p div {
    width: 50%;
    margin: auto;
    padding: 15px;
}
.twice-baked-p img {
    width: 50%;
    object-fit: contain;
}

header.mv-create-header {
    position: relative;
}

/*.twicebaked */
.mv-create-card-style-centered img.mv-create-image {
    top: unset!important;
    bottom: -400px;
}
  
.twice-baked-p p {
    line-height: 1.4em;
    font-size: 22px;
}
.twice-baked-p h3 {
    font-size: 2.4rem;
    text-align: left;
}

.mv-create-ingredients h3 {
    text-align: left;
}

/*section#mv-creation-2::before {
    content: '';
    top: 200px;
    right: 50px;
    background: url(http://mainstbistro.sasquatchagency.com/wp-content/uploads/2022/04/22021R-56.jpg);
    height: 250px;
    width: 30%;
    position: absolute;
    z-index: 9;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

section#mv-creation-3::before {
    content: '';
    top: 200px;
    right: 50px;
    background: url(http://mainstbistro.sasquatchagency.com/wp-content/uploads/2022/04/Halibut_ACS_0193_Coffeeandchampagne-scaled-1.jpg);
    height: 250px;
    width: 50%;
    position: absolute;
    z-index: 9;
        background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}*/

@media only screen and (max-width: 767px) {
	.page-recipes .homepage-hero-copy, .page-twicebaked .homepage-hero-copy, .recipe-template-default  .homepage-hero-copy  {
	    min-width: 245px!important;
    width: 245px!important;
}
#page-body>.container:first-of-type {
    margin-top: 95px!important;
}
  .twicebaked .mv-create-card-style-centered img.mv-create-image {
          bottom: -350px;
}
	.page-twicebaked div#wpv-view-layout-1173-CATTR5a49b1bc21353a8ece991581194a9973 a, #wpv-view-layout-3470-CATTR949598167c3749f10dc4a57b639cafcf a {
    width: calc(100% - 30px)
}
	.twice-baked-p>div, .twice-baked-p>img {
    width: 100%;
}
.twice-baked-p {
    flex-direction: column;
    padding-top: 50px;
}
	div#wpv-view-layout-1173-CATTR5a49b1bc21353a8ece991581194a9973 img {
    height: 125px!important;
}
	.mv-create-time-format, .mv-create-time-label {
    font-size: 1.6rem!important;
}
  .homepage-hero-copy h2 span {
    font-size: 2.5rem!important;
}
  
  .homepage-hero-copy {
      margin-top: 110px;
  }
  /*section#mv-creation-2::before {
  top: 300px;
  }*/
 
.mv-create-ingredients {
    margin-top: 400px!important;
}
  
  .mv-create-card-style-centered img.mv-create-image {
      right: 10%!important;
    width: 80%!important;
  
}
  
  .mv-create-ingredients {
    width: 100%;
}
}

.mv-create-instructions li {
    font-size: 22px!important;
    margin-bottom: 10px!important;
    font-family: 'Rokkitt', serif;
}
.mv-create-card-style-centered .mv-create-header {
    padding-top: 15px;
}
.recipe-template-default .mv-create-times-xl span, .recipe-template-default .mv-create-times-xl em {
    font-size: 18px!important;
    font-family: 'Rokkitt', serif!important;
}

.mv-create-description p {
    max-width: 800px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    font-size: 20px!important;
    font-style: normal!important;
      margin-bottom: 16px!important;
}

span.mv-time-part.mv-time-minutes {
    font-weight: bold;
}

span.mv-create-time-format.mv-create-uppercase {
    font-weight: bold;
}

a.mv-create-products-link img {
    object-fit: contain;
}

.mv-create-products-product-name {
    text-align: center;
    font-size: 18px!important;
    font-family: 'Rokkitt', serif;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}
.mv-create-products-imgwrap {
    border: solid 15px #fff;
}
.mv-create-copy {
    display: none!important;
}

header.mv-create-header {
    padding-top: 15px!important;
}

.mv-create-card .mv-create-title-secondary {
    text-align: left;
}

/*.mv-create-card p strong {
    font-size: 43px;
    color: #b1975d;
    border-bottom: solid;
}*/

.mv-create-instructions p {
    font-size: 22px!important;
    margin-bottom: 15px!important;
}

.recipe-template-default .mv-create-ingredients li {
    font-family: 'Rokkitt', serif;
    font-size: 22px;
    list-style: square!important;
}

span.mv-create-category {
    display: none;
}

button.mv-create-button.mv-create-print-button {
    background-color: #8b1233;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: .6px;
    height: auto!important;
    line-height: 18px;
    padding: 10px 0!important;
    max-width: 105px;
    border: 0!important;
    bottom: -16px;
}
.mv-create-notes h2 {
    display: none;
}

.mv-create-products-imgwrap {
background-color: transparent!important;
}

.mv-create-notes-content p {
    font-size: 16px!important;
}
p.mv-create-affiliate-disclaimer {
    display: none;
}

.landing-logo {
	clip-path: circle(0% at 50% 50%);
	transition: 0.3s;
	transform: scale(0.7);
}

.landing-logo.activated {
	clip-path: circle(100% at 50% 50%);
	transform: scale(1);
}

/*Privacy Policy*/
.page-opt-out-preferences h2::first-letter {
    font-size: 0px;
    margin-left: -10px;
}
.page-privacy-policy-2 div#page-body, .page-opt-out-preferences div#page-body {
    padding-top: 50px;
}
.page-privacy-policy-2 h3, .page-opt-out-preferences h3 {
    font-size: 2em;
}
.page-privacy-policy-2 h3, .page-privacy-policy h2, .page-opt-out-preferences h3, .page-opt-out-preferences h2 {
    text-align: left;
    margin-top: 25px;
  color: #8B1233!important;
}

/*.page-opt-out-preferences #page-body>div>div>div>h2 {
margin-left: 15px;
}*/
#cmplz-document {
    max-width: unset!important;
}
.page-privacy-policy-2 h4, .page-opt-out-preferences h4 {  
color: #8B1233!important;
  font-family: "brandon-grotesque",sans-serif;
font-size: 1.7em!important;
}

.page-privacy-policy-2 h2, .page-opt-out-preferences h2 {  
color: #8B1233!important;
}

.page-privacy-policy-2 #page-body a, .page-opt-out-preferences #page-body a {
  color: #b1975d!important;
}

.page-privacy-policy-2 #page-body p, .page-opt-out-preferences #page-body p {
    margin-bottom: 3rem;
}
.page-privacy-policy-2 #page-body p, .page-privacy-policy-2 #page-body li, .page-privacy-policy-2 #page-body td, .page-opt-out-preferences #page-body p, .page-opt-out-preferences #page-body li, .page-opt-out-preferences #page-body td {
    font-size: 1.5em!important;
  font-family: 'Rokkitt', serif;
}
.page-privacy-policy-2 #page-body td li, .page-opt-out-preferences  #page-body td li{
    font-size: 1em!important;
}

.page-privacy-policy-2 #page-body li, .page-opt-out-preferences #page-body li {
    list-style: square;
  margin-left: 21px;
  
}
.page-privacy-policy #page-body td, .page-opt-out-preferences #page-body td {
    border: 1px solid;
    padding: 5px;
}
.cmplz-btn, #cmplz-datarequest-submit {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.4em;
    padding: 10px 15px;
    background-color: #8B1233!important;
    color: #fff;
    border: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}
.cmplz-btn:hover, #cmplz-datarequest-submit:hover {
background-color: #b1975d!important;
}
#cmplz-datarequest-form label {
	display: block;
	font-weight: 700;
}

#cmplz-datarequest-form input {
	margin-bottom: 10px;
}

#cmplz-datarequest-form input[type="radio"] {
	margin-top: 20px;
	transform: scale(1.2);
}

#cmplz-datarequest-form label span {
	margin-left: 15px;
	display:inline-block;
}

#cmplz-datarequest-form input[type="text"],#cmplz-datarequest-form input[type="email"], #cmplz-datarequest-form select{
	width: 250px;
	border-radius: 5px;
}

form#cmplz-datarequest-form>div:first-of-type {
    margin-right: 15px;
}

form#cmplz-datarequest-form>div:nth-of-type(3), form#cmplz-datarequest-form>div:nth-of-type(4) {
    width: 100%;
}

form#cmplz-datarequest-form {
    display: flex;
    flex-wrap: wrap;
}
input[type="text"], input[type="email"] {
    padding: 5px;
}
#cmplz-datarequest-form label {
    width: 100%;
}