@charset "UTF-8";
/* -------------------------------- 

Primary style

-------------------------------- */
/* faster when compiling than including all bootstrap */
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&amp;display=swap");
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  /*font-size: 62.5%;*/
}

body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  color: #fff;
  background-color: #FFFFFF;
}

a {
  color: #e67851;
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 160%;
}

.text-plugin {
  padding: 0px 20px;
}

.text-plugin ul {
  list-style: none;
  /* Remove default bullets */
  margin-left: 30px;
}

.text-plugin ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #73adac;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.text-plugin LI {
  text-align: left !important;
  color: #000;
  font-size: 18px;
  line-height: 160%;
  margin-top: 30px;
}

h1.page-title {
  text-align: center;
  font-size: 2vw;
  font-weight: bolder;
  color: #24293e;
  text-transform: uppercase;
}

h3 {
  color: #ff0;
}

footer {
  background-color: #99cccc;
  padding: 10px;
}

footer A {
  color: #fff;
}

footer p {
  margin: 0;
  padding: 0;
  font-size: 14px !important;
}

h2.row-title {
  font-family: "Amatic SC", cursive;
  color: #f6064c;
  text-transform: none;
  text-transform: uppercase;
  border-bottom: none !important;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px auto;
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
}

h2.row-title::after {
  content: " ";
  display: block;
  border-bottom: 2px solid #e5e5e5;
  width: 50px;
  margin: 0 auto;
  margin-top: 10px;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

h3 {
  color: #990000;
}

h4 {
  font-size: 1rem;
}

.ign-row-content-dark H1, .ign-row-content-dark H2, .ign-row-content-dark H3, .ign-row-content-dark H4, .ign-row-content-dark H5, .ign-row-content-dark H6 {
  color: #73adac;
}

.ign-row-content-dark H3 {
  line-height: 150%;
}

.availability-notes span {
  color: #000 !important;
}

.hero h3 {
  bottom: 10px;
  line-height: 120% !important;
}

.hero .cover {
  display: none;
}

.hero .text-hold {
  z-index: 1;
}

.hero h2 {
  font-family: "Amatic SC", cursive;
  font-weight: bold;
  font-size: 50px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 100%;
  bottom: 35px;
}
@media (min-width: 768px) {
  .hero h2 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .hero h2 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .hero h2 {
    font-size: 80px;
  }
}

.hero h2::after {
  border-bottom: solid 3px #ffffff;
  opacity: 0.2;
}

.hero .img-hold {
  height: 210px;
}

.hero-multi .slideshow {
  height: 850px;
  width: 100%;
}

.hero.hero-no-image .text-hold {
  position: relative;
  bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero.hero-no-image .img-hold {
  height: auto;
}

.hero.hero-no-image .text-hold h3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  font-style: italic;
  font-size: 2rem;
  color: #990000;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 3px solid #f1f1f1;
  padding: 30px;
}

.text-image-plugin H2, .text-plugin H2 {
  color: #73adac;
  margin-bottom: 10px;
  line-height: 110%;
  font-size: 24px;
  font-weight: 600;
}

.btn {
  font-size: 15px;
  padding: 10px;
}

button.btn-primary {
  background-image: linear-gradient(to right, #ee3c27, #f6064c);
  border: solid 1px #ffffff;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  color: #ffffff !important;
}

button:HOVER.btn-primary {
  background-image: linear-gradient(to right, #d71e54, #ee3c27);
  border: solid 1px #ffffff;
  padding: 20px 40px;
}

A.btn-primary {
  background-image: linear-gradient(to right, #fbb040, #e67851);
  border: solid 1px #ffffff;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  color: #ffffff !important;
}

A:HOVER.btn-primary {
  background-image: linear-gradient(to right, #e67851, #fbb040);
  border: solid 1px #ffffff;
  padding: 20px 40px;
}

.card-plugin .card-body {
  padding-bottom: 100px !important;
}

.card-plugin .card A.btn-primary {
  position: absolute;
  bottom: 20px;
  display: block;
}

.cd-morph-dropdown {
  background-color: #fff;
  color: #fff;
  z-index: 10;
  height: 100px;
}

.cd-morph-dropdown .morph-dropdown-wrapper {
  background-image: linear-gradient(to right, #99cccc, #73adac);
  height: 130vh;
  top: 100px;
}

.cd-morph-dropdown .label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
}

.cd-morph-dropdown .nav-trigger {
  height: 50px;
  width: 50px;
  top: 26px;
  right: 26px;
}

.pt-2 {
  padding-top: 3rem !important;
}

.pb-2 {
  padding-bottom: 3rem !important;
}

.logo-bar {
  background: #fff !important;
  height: 200px;
}

.logo-bar img {
  margin: 40px auto;
  width: 300px;
}

.card h3.card-title {
  font-size: 2rem;
  font-family: "Amatic SC", cursive;
  color: #e67851;
}

.cd-morph-dropdown .dropdown-list > ul > li {
  text-align: center;
  margin-bottom: 0;
}

.cd-morph-dropdown .dropdown-list > ul > li > a {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.cd-morph-dropdown .label {
  margin-bottom: 0;
}

.cd-morph-dropdown .main-nav > ul > li > a {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.ign-profile .nav-tabs.nav-stacked .active > .nav-link i, .ign-profile .nav-tabs.nav-stacked .active > .nav-link:hover i, .ign-profile .nav-tabs.nav-stacked .nav-link.active i, .ign-profile .nav-tabs.nav-stacked .nav-link.active:hover i {
  color: #f6064c;
}

.ign-profile .nav-tabs .active > .nav-link, .ign-profile .nav-tabs .active > .nav-link:hover, .ign-profile .nav-tabs .nav-link.active, .ign-profile .nav-tabs .nav-link.active:hover, .ign-profile .nav-tabs .active > .nav-link:focus, .ign-profile .nav-tabs .nav-link.active:focus {
  color: #f6064c;
}

.ign-profile .nav-tabs .active > .nav-link:before, .ign-profile .nav-tabs .nav-link.active:before {
  background: linear-gradient(to right, #3493b6, #4cb390);
}

.ign-profile .nav-tabs-bold .nav-link.active {
  color: #f6064c;
}

.ign-profile h3 {
  color: #f6064c;
  text-transform: none;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
}

.ign-profile .nav-item span {
  text-transform: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: bold;
}

.ign-row-content-light .table td {
  color: #fff;
}

.ign-row-content-light LI {
  color: #fff;
}

/* =============== MEDIA QUERIES ================ */
/*# iphone 6/7/8 */
@media only screen and (min-width: 375px) {
  .hero .img-hold {
    height: 210px;
  }
}
/*# iphone 6/7/8 plus */
@media only screen and (min-width: 414px) {
  .hero .img-hold {
    height: 215px;
  }
}
/*# larger devices */
@media only screen and (min-width: 767px) {
  .hero .img-hold {
    height: 280px;
  }

  .text-image-plugin H2, .text-plugin H2 {
    line-height: 120%;
    font-size: 27px;
  }
}
@media only screen and (max-width: 999px) {
  .cd-morph-dropdown .nav-trigger {
    background-image: linear-gradient(to right, #99cccc, #73adac);
  }

  .cd-morph-dropdown .morph-dropdown-wrapper a {
    color: #fff;
  }
}
@media only screen and (min-width: 1000px) {
  .cd-main-content {
    padding-top: 70px;
  }

  .cd-morph-dropdown {
    position: absolute;
    height: 70px;
    left: 0;
    top: 200px;
    width: 100%;
    padding: 0;
    background-color: #3493b6;
    background-image: linear-gradient(to right, #99cccc, #73adac);
    text-align: center;
  }

  .hero .img-hold {
    height: 420px;
  }

  .cd-morph-dropdown .main-nav > ul > li > a {
    border-left: 1px solid #fff;
  }

  .cd-morph-dropdown .main-nav > ul > li > a:HOVER {
    color: #2d5960;
  }

  .cd-morph-dropdown .main-nav > ul > li:last-child > a {
    border-right: 1px solid #fff;
  }

  .cd-morph-dropdown .label {
    margin-bottom: 0.8em;
  }
}
@media only screen and (min-width: 1200px) {
  .hero .img-hold {
    height: 414px;
  }
}
.cd-morph-dropdown.nav-is-visible .cd-main-nav.nav-is-visible {
  overflow: hidden;
}

.cd-morph-dropdown.nav-is-visible .cd-main-nav a {
  text-align: left;
}

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