/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
.dine-types {
  overflow: hidden;
}

.dine-types > .inner {
  width: auto;
  max-width: 1280px;
}

.dine {
  display: flex;
  position: relative;
  margin-bottom: 4em;
  padding: 4.2em 0 0;
}

@media screen and (max-width: 1023px) {
  .dine {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .dine {
    padding: 0;
  }
}

.dine:nth-child(even) .dt-media {
  order: 2;
}

@media screen and (max-width: 1023px) {
  .dine:nth-child(even) .dt-media {
    order: -1;
  }
}

.dine h2 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  margin: 0;
  font-size: 3.75rem;
  transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
  .dine h2 {
    font-size: 3rem;
    width: 84%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .dine h2 {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.5rem;
    transform: none;
    width: auto;
    text-align: left;
    margin-bottom: .5em;
  }
}

.dine h2.wide {
  min-width: 55%;
}

@media screen and (max-width: 1023px) {
  .dine h2.wide {
    min-width: 0;
  }
}

.dine h3 {
  font-family: "Open Sans", san-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #b39963;
  margin-bottom: .75em;
}

.dine h4.has-margin {
  margin-bottom: 2em;
}

.dine .lm {
  font-weight: 700;
}

.dt-media {
  box-sizing: border-box;
  width: 52%;
}

@media screen and (max-width: 1023px) {
  .dt-media {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .dt-media {
    width: 92%;
    margin: 0 auto;
  }
}

.dt-media > div:first-child {
  aspect-ratio: 67/58;
  margin-bottom: 3em;
}

@media screen and (max-width: 1023px) {
  .dt-media > div:first-child {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 767px) {
  .dt-media > div:first-child {
    aspect-ratio: 3/2;
    margin-bottom: 1.5em;
  }
}

.dt-content {
  box-sizing: border-box;
  width: 48%;
  padding: 8em 5% 0 5%;
}

@media screen and (max-width: 1023px) {
  .dt-content {
    width: 100%;
    padding: 0 2em;
  }
}

.dt-secondary {
  padding: 0 2em;
}

.ot-wrap {
  margin-bottom: 1em;
}

.ot-wrap .ot-dtp-picker.wide {
  margin: 0 auto;
}

@media screen and (max-width: 830px) {
  .ot-wrap .ot-dtp-picker.wide {
    width: auto;
  }
}

.ot-wrap .ot-dtp-picker.wide .ot-title {
  text-transform: none;
  color: #b39963;
  font-size: 1.375rem;
  font-weight: 400;
}

@media screen and (max-width: 830px) {
  .ot-wrap .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
    float: none;
    width: auto;
    border: 1px solid;
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 830px) {
  .ot-wrap .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
    width: 100%;
  }
}

.ot-wrap .ot-powered-by {
  display: none;
}

.dine-awards {
  text-align: center;
  margin-bottom: 3em;
}

.dine-awards img {
  display: inline-block;
  margin: 0 .5em;
}

@media screen and (max-width: 767px) {
  .dine-awards img {
    width: 85px;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .dine-awards img {
    width: 70px;
  }
}
