@charset "UTF-8";
/*
Theme Name: Clipper
Author: Rick Gregory
Version: 1.0
Author URI: https://sitetherapy.net
Text Domain: clipper
*/
/* VARIABLES */
* {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0 !important;
  font-family: "Poppins", “Helvetica Neue”, Arial, sans-serif;
  font-weight: 300;
}

h1,
h2,
h3 {
  font-family: "Poppins", “Helvetica Neue”, Arial, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.125rem;
}

a {
  text-decoration: underline;
}

.menu-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.event-hero {
  max-height: 500px;
  overflow-y: hidden;
}
.event-hero img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

body .hero {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 80vh;
  max-height: 80vh;
  max-width: 100%;
}

.food .hero {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
}

.content {
  max-width: 94%;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  .content {
    max-width: 1200px;
  }
}
@media (min-width: 1366px) {
  .content {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.nonhero {
  max-height: 150px;
}
.nonhero img.custom-logo {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.nonhero .overlay {
  max-width: 100%;
  max-height: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  background: #650622;
}
.nonhero .overlay .container {
  margin: 0 auto;
  width: 1200px;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single .nonhero {
  height: 0;
}

p {
  line-height: 1.375;
}

.hero .overlay {
  max-width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 1rem;
  max-height: 80vh;
}
.hero .overlay .container {
  margin: 0 auto;
  width: 1200px;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero .overlay .container .mega-current-menu-item a.mega-menu-link {
  background: none !important;
}
.hero .overlay .container a.mega-menu-link {
  color: #fff !important;
  background: none !important;
}
.hero .overlay .container a.mega-menu-link:hover {
  border-bottom: 2px solid #fff !important;
}
.hero .overlay .container a.mega-menu-link.mega-menu-logo:hover {
  border-bottom: none !important;
}

footer {
  text-align: center;
  height: auto;
  width: 100%;
  background: #9ba6bd;
  color: #eee;
  padding: 1rem 0;
}
footer #mega-menu-wrap-Main {
  margin: 0 auto 0 auto;
  max-width: 1200px;
  display: none;
  justify-content: center;
}
@media (min-width: 480px) {
  footer #mega-menu-wrap-Main {
    display: flex;
  }
}
footer .legal {
  font-size: 0.75rem;
  height: 30px;
}
footer .wrap {
  max-width: 1200px;
  margin: 0 auto 1rem auto;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center center;
}
footer .wrap div {
  max-width: 90%;
  text-align: center;
}
@media (min-width: 960px) {
  footer .wrap div {
    max-width: 33%;
  }
}
footer .wrap div a {
  color: #fff;
  text-decoration: underline;
}
footer a.mega-menu-link,
footer a.mega-menu-link:hover {
  background: transparent !important;
}

.logo img {
  color: #fff;
}

.hero-overlay {
  max-height: 80vh;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 960px) {
  .hero-overlay {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.hero-overlay .cta {
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}
@media (min-width: 1365px) {
  .hero-overlay .cta {
    max-width: 1200px;
  }
}
.hero-overlay .cta h1 {
  font-size: 1.25rem;
}
@media (min-width: 960px) {
  .hero-overlay .cta h1 {
    font-size: 2.25rem;
  }
}

.button,
button {
  margin: 1rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgb(17, 192, 169);
  border: none !important;
  border-radius: 2px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
}
.button:hover,
button:hover {
  text-decoration: underline !important;
  opacity: 70% !important;
  transition: ease-in-out;
  transition-duration: 0.25s;
}
.button.mphb-view-details-button,
button.mphb-view-details-button {
  border: none;
  padding: 0;
  margin: 0;
}
.button a,
button a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.button a:hover,
button a:hover {
  text-decoration: underline;
  opacity: 1;
}

.button:hover,
button:hover {
  text-decoration: none;
}

.introduction,
.intro {
  max-width: 800px;
  margin: 2rem auto 3rem auto;
}
.introduction h1,
.introduction h2,
.intro h1,
.intro h2 {
  text-align: center;
}

.default {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .default {
    max-width: 768px;
  }
}

.cta {
  color: #efefef;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta h1 {
  font-weight: 400;
  font-family: "Quando";
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 400;
}

.mega-menu li a {
  font-size: 1.125rem !important;
}

.custom-logo-link img {
  max-width: 128px;
  height: auto;
}

.page.galley figure {
  width: 100%;
  height: 75vh;
  background: url("https://clipperinn.net/wp-content/uploads/2023/01/galley-employees.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.item-list {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .item-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.item-list h2 {
  border-bottom: 1px solid #333;
  font-weight: 700;
}
.item-list h3 {
  margin: 0;
}
.item-list p {
  margin-top: 0;
  font-style: italic;
}
.item-list .item {
  margin-left: 1rem;
}

.page-description {
  text-align: center;
}
.page-description p:first-child {
  font-weight: 600;
  font-size: 24px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.home .benefit {
  display: flex;
}
@media (max-width: 960px) {
  .home .benefit {
    flex-direction: column;
  }
}
.home .benefit .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .benefit:nth-child(2n+1) .text-box {
  background: #99a6bf;
}
.home .benefit:nth-child(2n+2) .text-box {
  background: #11c0a9;
}
.home .benefit:nth-child(2n+3) .text-box {
  background: #650622;
}
.home .benefit:nth-child(2n+4) .text-box {
  background: #650622;
}
@media (max-width: 960px) {
  .home .benefit:nth-child(even) .text-box {
    order: 0;
  }
}
@media (min-width: 961px) {
  .home .benefit:nth-child(even) .text-box {
    order: 1;
  }
}
@media (min-width: 961px) {
  .home .benefit:nth-child(odd) .text-box {
    order: 0;
  }
}
.home .picture-box {
  position: relative;
  z-index: 1;
  overflow-y: hidden;
  background-position: center;
}
@media (max-width: 960px) {
  .home .picture-box {
    width: 100%;
    height: auto;
  }
  .home .picture-box img {
    height: auto;
  }
}
@media (min-width: 961px) {
  .home .picture-box {
    width: 65%;
    height: 350px;
  }
}
.home .picture-box img {
  width: 100%;
  -o-object-position: 0 -50px;
     object-position: 0 -50px;
}
.home .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  color: #fff;
}
@media (max-width: 960px) {
  .home .text-box {
    width: 100%;
    margin-top: 0;
    padding: 2rem;
  }
  .home .text-box h2 {
    margin-top: 0 !important;
  }
}
@media (min-width: 961px) {
  .home .text-box {
    width: 35%;
    height: 395px;
    margin-top: -45px;
    padding: 0 4rem;
  }
}
.home .text-box h2 {
  margin-top: 50px;
}
.home .reservation_form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .gform_wrapper,
.home .mphb_sc_search-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  border-radius: 3px;
}
@media (min-width: 961px) {
  .home .gform_wrapper,
  .home .mphb_sc_search-wrapper {
    padding: 2rem;
  }
}

/*
	Reservations Listing Page Styles.
*/
.listings div.reservations {
  max-width: 1200px;
  margin: 0 auto;
}

.listing {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 6rem;
}
@media (min-width: 1023px) {
  .listing {
    grid-template-columns: 2fr 3fr;
    margin-top: 0;
  }
}
@media (min-width: 1023px) {
  .listing:nth-child(even) {
    grid-template-columns: 3fr 2fr;
  }
}
@media (min-width: 1023px) {
  .listing:nth-child(odd) {
    grid-template-columns: 2fr 3fr;
  }
}
.listing .room-box {
  margin-top: -45px;
  color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.listing:nth-child(odd) .room-box {
  background: #7e92ab;
}
.listing:nth-child(even) {
  grid-template-columns: 1fr;
}
@media (min-width: 1023px) {
  .listing:nth-child(even) {
    grid-template-columns: 3fr 2fr;
  }
}
.listing:nth-child(even) .room-box {
  order: -1;
  background: #650622;
}
@media (min-width: 1023px) {
  .listing:nth-child(even) .room-box {
    order: 2;
  }
}
.listing .room-info {
  margin-top: 1rem;
}
.listing p {
  margin: 0;
}
.listing img {
  display: block !important;
  max-width: 100% !important;
}

div.events {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 5rem 2rem;
  margin-bottom: 5%;
}
div.events h2 a {
  text-decoration: none;
}
div.events .event-card {
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  background: #fffafa;
  box-shadow: 0 0 15px #ccc;
}
div.events .event-card a {
  color: #222;
}
div.events .event-card .event-image img {
  width: 100%;
  aspect-ratio: 3/2;
}
div.events .event-card .info {
  padding: 0.25rem 1.25rem;
  width: 90%;
  position: relative;
  z-index: 99;
}
div.events .event-card .info .ical {
  background-color: lightseagreen;
  border-radius: 2px;
  display: inline;
  padding: 0.5rem;
}
div.events .event-card .info p {
  line-height: 1.375;
  font-size: 0.875rem;
}

.single-event {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  border: 1px solid red;
  margin-top: 100px;
}
.single-event h1 {
  margin-top: 0;
}
.single-event span {
  margin-left: 1rem;
  padding: 0.125rem 0.25rem;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 0.875rem;
}
.single-event span.map {
  background: lightgreen;
}
.single-event span.ical {
  background: linen;
}
.single-event .featured {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem auto;
}
.single-event .featured img {
  margin-top: 0;
}
.single-event .gallery ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  width: 100%;
}
.single-event .gallery li {
  margin-right: 1rem;
  display: block;
  list-style: none;
}

.mphb_sc_search_results-wrapper {
  border: 2px solid blue;
}

.menu-section h3 {
  font-weight: 600;
  font-size: 2rem;
  font-family: Cormorant, serif;
  margin-bottom: 0;
}

.menu-item p {
  margin: 0;
  font-style: italic;
  font-family: cormorant, serif;
  font-size: 1.125rem;
}

.menu-item p.name {
  margin-top: 1rem;
  font-style: normal;
  font-family: poppins, sans-serif;
  font-size: 1rem;
}

.content.art {
  max-width: 960px;
}

.art-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.artwork img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=style.css.map */