/*

 Theme Name:     Laurel Child Theme

 Theme URI:      http://mgwebwpthemes.com/

 Description:    Laurel Child Theme

 Author:         MGWeb Wordpress Themes

 Author URI:     http://mgwebwpthemes.com/

 Template:       laurel

 Version:        1.0.0

 Tags:           Light, Dark

*/
@import url("../laurel/style.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/* line 49, sass/style.scss */
.content-holder {
  box-shadow: 0 0 50px -5px #BBBBBB;
}

/* line 53, sass/style.scss */
p {
  line-height: 24px;
}

/* line 58, sass/style.scss */
.center-this {
  text-align: center;
}
/* line 61, sass/style.scss */
.center-this ul {
  list-style-type: none;
}

/* line 69, sass/style.scss */
header.site-header {
  box-shadow: none !important;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  /* line 69, sass/style.scss */
  header.site-header {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 79, sass/style.scss */
  header.site-header .site-branding a {
    display: inline-block;
  }
}
/* line 85, sass/style.scss */
header.site-header .logo {
  max-width: 200px;
  padding: 0;
  margin: 0;
}
@media screen and (width: 1200px) {
  /* line 85, sass/style.scss */
  header.site-header .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 980px) {
  /* line 85, sass/style.scss */
  header.site-header .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 979px) {
  /* line 85, sass/style.scss */
  header.site-header .logo {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 85, sass/style.scss */
  header.site-header .logo {
    padding: 0 50px;
  }
}
/* line 107, sass/style.scss */
header.site-header .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  /* line 107, sass/style.scss */
  header.site-header .row {
    flex-direction: column;
  }
}
/* line 118, sass/style.scss */
header.site-header .widget-area .textwidget {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  /* line 118, sass/style.scss */
  header.site-header .widget-area .textwidget {
    justify-content: space-between;
    padding-top: 10px;
  }
}
/* line 128, sass/style.scss */
header.site-header .widget-area .widget {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  /* line 128, sass/style.scss */
  header.site-header .widget-area .widget {
    margin: 0;
  }
}
/* line 135, sass/style.scss */
header.site-header .widget-area .widget p {
  margin: 0;
  line-height: 16px;
}
/* line 141, sass/style.scss */
header.site-header .widget-area i {
  float: left;
  display: inline-block;
  padding-right: 4px;
}
@media screen and (max-width: 1200px) {
  /* line 141, sass/style.scss */
  header.site-header .widget-area i {
    font-size: 1em;
  }
}
/* line 151, sass/style.scss */
header.site-header .widget-area strong {
  float: left;
  text-align: left;
  display: inline-block;
}
/* line 156, sass/style.scss */
header.site-header .widget-area strong em {
  display: block;
  font-style: normal;
}
/* line 160, sass/style.scss */
header.site-header .widget-area strong em:first-of-type {
  font-size: 13px;
  color: #BBBBBB;
}
@media screen and (max-width: 1200px) {
  /* line 160, sass/style.scss */
  header.site-header .widget-area strong em:first-of-type {
    font-size: 11px;
  }
}
/* line 169, sass/style.scss */
header.site-header .widget-area strong em:last-of-type {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  /* line 169, sass/style.scss */
  header.site-header .widget-area strong em:last-of-type {
    font-size: 11px;
  }
}
@media screen and (max-width: 1199px) {
  /* line 169, sass/style.scss */
  header.site-header .widget-area strong em:last-of-type {
    font-size: 12px;
  }
}
/* line 183, sass/style.scss */
header.site-header .widget-area .get-a-quote {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
/* line 189, sass/style.scss */
header.site-header .widget-area .get-a-quote a {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #212121;
  padding: 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #212121;
  background: #FFFFFF;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
  /* line 189, sass/style.scss */
  header.site-header .widget-area .get-a-quote a {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 206, sass/style.scss */
header.site-header .widget-area .get-a-quote a:hover {
  text-decoration: none;
  background: #BBBBBB;
  border: 1px solid #212121;
  color: #FAFAFA;
}

/* line 221, sass/style.scss */
nav#site-navigation {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  /* line 221, sass/style.scss */
  nav#site-navigation {
    justify-content: center;
    padding: 10px;
  }
  /* line 229, sass/style.scss */
  nav#site-navigation p {
    font-size: 24px;
  }
}
/* line 234, sass/style.scss */
nav#site-navigation .widget-area {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
}
/* line 240, sass/style.scss */
nav#site-navigation .widget-area .widget {
  margin: 0;
}
/* line 243, sass/style.scss */
nav#site-navigation .widget-area .widget p {
  margin: 0;
}
@media screen and (max-width: 979px) {
  /* line 243, sass/style.scss */
  nav#site-navigation .widget-area .widget p {
    font-size: 15px;
  }
}

/* line 255, sass/style.scss */
.header-right a {
  color: #212121;
  transition: color 0.2s ease-in-out;
}
/* line 259, sass/style.scss */
.header-right a:hover {
  text-decoration: none;
  color: #BBBBBB;
}

/* line 267, sass/style.scss */
.header3.site-header .main-navigation ul.sf-menu {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  /* line 267, sass/style.scss */
  .header3.site-header .main-navigation ul.sf-menu {
    display: none;
  }
}
/* line 278, sass/style.scss */
.header3.site-header .main-navigation ul.sf-menu li a {
  position: relative;
  height: auto;
  line-height: normal;
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  /* line 278, sass/style.scss */
  .header3.site-header .main-navigation ul.sf-menu li a {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  /* line 278, sass/style.scss */
  .header3.site-header .main-navigation ul.sf-menu li a {
    padding: 10px;
  }
}
/* line 293, sass/style.scss */
.header3.site-header .main-navigation ul.sf-menu li a:hover, .header3.site-header .main-navigation ul.sf-menu li a:focus {
  text-decoration: none;
}
/* line 298, sass/style.scss */
.header3.site-header .main-navigation ul.sf-menu li.menu-item-has-children {
  margin-right: 15px;
}
/* line 301, sass/style.scss */
.header3.site-header .main-navigation ul.sf-menu li.menu-item-has-children:after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.7em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 0.3s ease;
}
/* line 317, sass/style.scss */
.header3.site-header .main-navigation ul.sf-menu li.menu-item-has-children:hover:after {
  color: #BBBBBB;
}

/* line 327, sass/style.scss */
.header3.site-header .main-navigation ul.sf-menu li ul.sub-menu {
  display: block;
  pointer-events: none;
  box-shadow: none;
  opacity: 0;
  padding: 10px;
  margin-top: -10px;
  left: 15px;
  border-left: 1px solid #BBBBBB;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background: #FFFFFF;
  box-shadow: -3px 0px 6px -3px #BBBBBB;
  transition: opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  /* line 327, sass/style.scss */
  .header3.site-header .main-navigation ul.sf-menu li ul.sub-menu {
    left: 10px;
  }
}
/* line 347, sass/style.scss */
.header3.site-header .main-navigation ul.sf-menu li ul.sub-menu li a {
  padding: 5px 10px;
}
/* line 354, sass/style.scss */
.header3.site-header .main-navigation ul.sf-menu li:hover ul.sub-menu {
  opacity: 1;
  margin-top: 0;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  /* line 362, sass/style.scss */
  header .mobile-menu {
    display: block;
    width: 100%;
    padding: 0;
  }
}
/* line 369, sass/style.scss */
header .mobile-menu .mobilemenu {
  margin: 0 0 10px;
  background: none;
}
/* line 374, sass/style.scss */
header .mobile-menu .mobilemenu ul li {
  background: none;
  position: relative;
}
/* line 378, sass/style.scss */
header .mobile-menu .mobilemenu ul li:after {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.7em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 392, sass/style.scss */
header .mobile-menu .mobilemenu ul li ul.sub-menu {
  padding: 0;
}
/* line 399, sass/style.scss */
header .mobile-menu .fa-bars {
  margin: 0;
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 190px;
  right: 15px;
}
@media screen and (max-width: 375px) {
  /* line 399, sass/style.scss */
  header .mobile-menu .fa-bars {
    top: 160px;
    padding: 10px 0 10px 10px;
  }
}
@media screen and (max-width: 320px) {
  /* line 399, sass/style.scss */
  header .mobile-menu .fa-bars {
    top: 125px;
    padding: 0;
  }
}

/* line 423, sass/style.scss */
.footer-widgets .widget {
  font-weight: bold;
  font-size: 13px;
  margin: 0;
}
/* line 428, sass/style.scss */
.footer-widgets .widget a {
  color: #212121;
  transition: color 0.2s ease-in-out;
}
/* line 432, sass/style.scss */
.footer-widgets .widget a:hover {
  text-decoration: none;
  color: #BBBBBB;
}
/* line 439, sass/style.scss */
.footer-widgets .widget ul li {
  border-bottom: none;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  /* line 439, sass/style.scss */
  .footer-widgets .widget ul li {
    text-align: left !important;
  }
}
/* line 447, sass/style.scss */
.footer-widgets .widget ul li a {
  color: #212121;
  transition: color 0.2s ease-in-out;
}
/* line 451, sass/style.scss */
.footer-widgets .widget ul li a:hover {
  text-decoration: none;
  color: #BBBBBB;
}

/* line 466, sass/style.scss */
.home-content h2 {
  font-size: 40px;
  margin: 0 0 15px;
}
/* line 471, sass/style.scss */
.home-content a {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #212121;
  padding: 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #212121;
  background: #FFFFFF;
  margin-right: 20px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
  /* line 471, sass/style.scss */
  .home-content a {
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* line 489, sass/style.scss */
.home-content a:nth-of-type(2) {
  background: #212121;
  color: #FAFAFA;
}
/* line 494, sass/style.scss */
.home-content a:hover {
  text-decoration: none;
  background: #BBBBBB;
  border-color: #212121;
  color: #FAFAFA;
}

/* line 505, sass/style.scss */
.home-intro + div ul {
  -webkit-columns: 2;
  columns: 2;
  list-style-type: none;
}
/* line 510, sass/style.scss */
.home-intro + div ul li {
  font-size: 15px;
  min-height: 30px;
  padding: 5px 0;
  margin-left: 15px;
  position: relative;
}
/* line 517, sass/style.scss */
.home-intro + div ul li:before {
  content: "\2022";
  position: absolute;
  left: -15px;
  color: #212121;
}

/* line 528, sass/style.scss */
.home-food {
  display: flex;
  flex-wrap: wrap;
}
/* line 532, sass/style.scss */
.home-food p {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
/* line 537, sass/style.scss */
.home-food p img {
  display: flex;
  height: 100%;
}
/* line 542, sass/style.scss */
.home-food p:first-of-type {
  margin: 0 0 9%;
}
@media screen and (max-width: 767px) {
  /* line 542, sass/style.scss */
  .home-food p:first-of-type {
    margin: 0 0 5%;
  }
}
/* line 549, sass/style.scss */
.home-food p:first-of-type img:nth-of-type(1) {
  max-width: 61.276%;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  /* line 549, sass/style.scss */
  .home-food p:first-of-type img:nth-of-type(1) {
    padding-right: 7.5px;
  }
}
/* line 558, sass/style.scss */
.home-food p:first-of-type img:nth-of-type(2) {
  max-width: 38.724%;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  /* line 558, sass/style.scss */
  .home-food p:first-of-type img:nth-of-type(2) {
    padding-left: 7.5px;
  }
}

/* line 574, sass/style.scss */
.internal-page, .weddings-main, .sit-down-dinner, .buffet-dinner, .late-night-menu, .contact {
  margin: 0 -30px;
}
/* line 577, sass/style.scss */
.internal-page p, .weddings-main p, .sit-down-dinner p, .buffet-dinner p, .late-night-menu p, .contact p, .internal-page li, .weddings-main li, .sit-down-dinner li, .buffet-dinner li, .late-night-menu li, .contact li, .internal-page span, .weddings-main span, .sit-down-dinner span, .buffet-dinner span, .late-night-menu span, .contact span {
  line-height: 24px;
}
/* line 581, sass/style.scss */
.internal-page h3, .weddings-main h3, .sit-down-dinner h3, .buffet-dinner h3, .late-night-menu h3, .contact h3 {
  margin: 5px 0;
}
@media screen and (max-width: 980px) {
  /* line 581, sass/style.scss */
  .internal-page h3, .weddings-main h3, .sit-down-dinner h3, .buffet-dinner h3, .late-night-menu h3, .contact h3 {
    font-size: 18px;
  }
}
/* line 589, sass/style.scss */
.internal-page h3 > img, .weddings-main h3 > img, .sit-down-dinner h3 > img, .buffet-dinner h3 > img, .late-night-menu h3 > img, .contact h3 > img {
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  /* line 589, sass/style.scss */
  .internal-page h3 > img, .weddings-main h3 > img, .sit-down-dinner h3 > img, .buffet-dinner h3 > img, .late-night-menu h3 > img, .contact h3 > img {
    max-width: 30px;
  }
}
/* line 597, sass/style.scss */
.internal-page h4, .weddings-main h4, .sit-down-dinner h4, .buffet-dinner h4, .late-night-menu h4, .contact h4 {
  margin: 5px 0;
}
@media screen and (max-width: 980px) {
  /* line 597, sass/style.scss */
  .internal-page h4, .weddings-main h4, .sit-down-dinner h4, .buffet-dinner h4, .late-night-menu h4, .contact h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 605, sass/style.scss */
  .internal-page ul, .weddings-main ul, .sit-down-dinner ul, .buffet-dinner ul, .late-night-menu ul, .contact ul {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  /* line 611, sass/style.scss */
  .internal-page div > div > div, .weddings-main div > div > div, .sit-down-dinner div > div > div, .buffet-dinner div > div > div, .late-night-menu div > div > div, .contact div > div > div {
    padding: 0;
  }
}

/* line 618, sass/style.scss */
body:not(.home) article {
  padding: 0;
  margin-top: 0;
}
/* line 622, sass/style.scss */
body:not(.home) article .entry-header {
  text-align: center;
}
/* line 626, sass/style.scss */
body:not(.home) article .entry-title {
  margin: 5px 0;
  padding: 10px 0;
  text-align: center;
}

/* line 649, sass/style.scss */
body:not(.home) article .entry-content .weddings-main img {
  box-shadow: none;
  margin-bottom: 0px;
}

/* line 655, sass/style.scss */
.weddings-options {
  position: relative;
}
/* line 658, sass/style.scss */
.weddings-options h3 {
  position: absolute;
  top: 10px;
  left: 30px;
  padding: 10px;
  pointer-events: none;
  background: rgba(250, 250, 250, 0.85);
  transition: background 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
  /* line 658, sass/style.scss */
  .weddings-options h3 {
    left: 25px;
    padding: 10px;
    margin: 0;
    font-size: 20px;
  }
}
/* line 676, sass/style.scss */
.weddings-options p:hover + h3 {
  background: #fafafa;
}
/* line 681, sass/style.scss */
.weddings-options img {
  box-shadow: 0 10px 25px -15px black;
  margin-bottom: 10px;
}

@media screen and (width: 1200px) {
  /* line 687, sass/style.scss */
  .buffet-dinner-salads {
    max-width: 33%;
  }
}

/* line 698, sass/style.scss */
.inner-title, .sit-down-title, .buffet-title, .late-night-title {
  position: relative;
}
/* line 701, sass/style.scss */
.inner-title h3, .sit-down-title h3, .buffet-title h3, .late-night-title h3 {
  position: absolute;
  bottom: 45px;
  left: 30px;
  margin: 0;
  padding: 5px;
  background: rgba(250, 250, 250, 0.9);
  font-size: 34px;
}
@media screen and (width: 980px) {
  /* line 701, sass/style.scss */
  .inner-title h3, .sit-down-title h3, .buffet-title h3, .late-night-title h3 {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
    margin: 5px 0;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 701, sass/style.scss */
  .inner-title h3, .sit-down-title h3, .buffet-title h3, .late-night-title h3 {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
    margin: 5px 0;
    background: none;
  }
}
/* line 729, sass/style.scss */
.inner-title p, .sit-down-title p, .buffet-title p, .late-night-title p {
  margin: 0;
}

/* line 743, sass/style.scss */
.special-events-options {
  position: relative;
}
/* line 746, sass/style.scss */
.special-events-options h3 {
  position: absolute;
  top: 10px;
  left: 30px;
  padding: 10px;
  pointer-events: none;
  background: rgba(250, 250, 250, 0.85);
  transition: background 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
  /* line 746, sass/style.scss */
  .special-events-options h3 {
    left: 25px;
    padding: 10px;
    margin: 0;
    font-size: 20px;
  }
}
/* line 764, sass/style.scss */
.special-events-options p:hover + h3 {
  background: #fafafa;
}
/* line 769, sass/style.scss */
.special-events-options img {
  box-shadow: 0 10px 25px -15px black;
  margin-bottom: 10px;
}

/* line 783, sass/style.scss */
.contact div[role="form"] {
  padding: 0;
}
/* line 786, sass/style.scss */
.contact div[role="form"] label {
  width: 100%;
}
/* line 789, sass/style.scss */
.contact div[role="form"] label span.wpcf7-list-item {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  /* line 789, sass/style.scss */
  .contact div[role="form"] label span.wpcf7-list-item {
    width: 100%;
  }
}
/* line 798, sass/style.scss */
.contact div[role="form"] label span.wpcf7-checkbox {
  display: block;
  margin-bottom: 10px;
}
/* line 804, sass/style.scss */
.contact div[role="form"] select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #BBBBBB;
  height: 30px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
/* line 812, sass/style.scss */
.contact div[role="form"] select option {
  padding: 6px 0;
  font-family: "Open Sans", sans-serif;
}
/* line 818, sass/style.scss */
.contact div[role="form"] input[type="text"], .contact div[role="form"] input[type="email"], .contact div[role="form"] input[type="url"], .contact div[role="form"] input[type="password"], .contact div[role="form"] input[type="search"], .contact div[role="form"] input[type="tel"], .contact div[role="form"] textarea {
  border-radius: 0px;
  background: #e6e6e6;
  color: #212121;
  padding: 3px 5px;
  margin-bottom: 10px;
  border: none;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
/* line 828, sass/style.scss */
.contact div[role="form"] input[type="text"]:-webkit-input-placeholder, .contact div[role="form"] input[type="text"] -moz-placeholder, .contact div[role="form"] input[type="text"] -ms-input-placeholder, .contact div[role="form"] input[type="email"]:-webkit-input-placeholder, .contact div[role="form"] input[type="email"] -moz-placeholder, .contact div[role="form"] input[type="email"] -ms-input-placeholder, .contact div[role="form"] input[type="url"]:-webkit-input-placeholder, .contact div[role="form"] input[type="url"] -moz-placeholder, .contact div[role="form"] input[type="url"] -ms-input-placeholder, .contact div[role="form"] input[type="password"]:-webkit-input-placeholder, .contact div[role="form"] input[type="password"] -moz-placeholder, .contact div[role="form"] input[type="password"] -ms-input-placeholder, .contact div[role="form"] input[type="search"]:-webkit-input-placeholder, .contact div[role="form"] input[type="search"] -moz-placeholder, .contact div[role="form"] input[type="search"] -ms-input-placeholder, .contact div[role="form"] input[type="tel"]:-webkit-input-placeholder, .contact div[role="form"] input[type="tel"] -moz-placeholder, .contact div[role="form"] input[type="tel"] -ms-input-placeholder, .contact div[role="form"] textarea:-webkit-input-placeholder, .contact div[role="form"] textarea -moz-placeholder, .contact div[role="form"] textarea -ms-input-placeholder {
  color: #212121;
}
/* line 833, sass/style.scss */
.contact div[role="form"] input[type="submit"] {
  border-radius: 10px;
  border: 1px solid #212121;
  color: #FAFAFA;
  background: #212121;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 50px;
  text-align: center;
  width: auto;
  float: right;
  margin: 0 0 10px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
/* line 849, sass/style.scss */
.contact div[role="form"] input[type="submit"]:hover {
  border-color: none;
  background: #BBBBBB;
  color: #FAFAFA;
}
/* line 855, sass/style.scss */
.contact div[role="form"] input[type="submit"]:focus {
  border-color: #212121;
  background: #FAFAFA;
  color: #212121;
}
