/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.g-portfolio .g-portfolio-filter {
  margin-bottom: 30px;
}
.g-portfolio .g-portfolio-filter.uk-subnav > * > * {
  color: #ffffff;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #e7e8ea;
  background: #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #458a7e;
  color: #458a7e;
}
.g-portfolio .g-portfolio-filter .uk-active > a {
  background: #ffffff;
  border: 1px solid #458a7e;
  color: #458a7e;
  box-shadow: none;
}
.g-portfolio .g-portfolio-item {
  border: 1px solid #e7e8ea;
}
.g-portfolio.gutter-disabled .g-portfolio-item {
  border: none;
}
.g-portfolio .g-portfolio-image > a {
  display: block;
}
.g-portfolio .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-portfolio p {
  margin: 0;
}
.g-portfolio .g-portfolio-title {
  margin: 0;
}
.g-portfolio .g-portfolio-title a {
  color: #4d4d4d;
}
.g-portfolio .g-portfolio-title a:hover {
  color: #458a7e;
}
.g-portfolio .g-item-details {
  margin-top: 10px;
  font-size: 90%;
  color: white;
  font-style: italic;
}
.g-portfolio .g-item-details i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-desc {
  margin-top: 10px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a:hover {
  color: #458a7e;
}
.g-portfolio .g-info-container-style2 .g-portfolio-special, .g-portfolio .g-info-container-style2 .g-item-details {
  color: white;
}
.g-portfolio .g-portfolio-special {
  color: white;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
.g-portfolio .g-portfolio-special i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-link {
  float: right;
  font-style: italic;
}
.g-portfolio .g-portfolio-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
.g-portfolio .no-special .g-portfolio-link {
  float: none;
}
.g-portfolio .no-link .g-portfolio-special {
  float: none;
}
.g-portfolio .g-bottom-info {
  margin-top: 15px;
}
.g-portfolio.style3 .g-info-container {
  position: absolute;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
  border: 1px solid #e7e8ea;
  border-top: none;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.g-portfolio.style3 .g-portfolio-item {
  border: none;
  position: relative;
}
.g-portfolio.style3 .g-portfolio-item:hover .g-info-container {
  visibility: visible;
  opacity: 1;
}
.g-portfolio.style4 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
.g-portfolio.style4 .g-info-container-style2 a {
  color: #ffffff;
}
.g-portfolio.style4 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-portfolio.style4 .g-portfolio-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-portfolio.style4 .g-portfolio-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.portfolio-special .g-portfolio-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
#g-fullwidth .g-portfolio.gutter-enabled, .g-flushed .g-portfolio.gutter-enabled {
  padding: 30px;
}
#g-fullwidth .g-portfolio.filters-enabled.gutter-enabled, .g-flushed .g-portfolio.filters-enabled.gutter-enabled {
  padding-top: 0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter, .g-flushed .g-portfolio .g-portfolio-filter {
  border-bottom: 1px solid #f0f0f0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 50.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter {
  margin-bottom: 0;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav {
  padding: 0 30px;
}
.uk-tooltip.g-portfolio-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
@media only all and (min-width: 88rem) {
  a.g-logo {
    margin-bottom: -20rem;
    margin-top: -1vw;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
    min-width: 125px;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  a.g-logo {
    margin-bottom: -20rem;
    margin-top: -1vw;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
    min-width: 125px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  a.g-logo {
    margin-bottom: -20rem;
    margin-top: -1vw;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
    min-width: 125px;
  }
  #g-navigation .g-content {
    margin: 0;
    padding: 0;
  }
}
@media only all and (min-width: 76rem) {
  a.g-logo {
    margin-bottom: -20rem;
    margin-top: -1vw;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
    min-width: 125px;
  }
}
@media only all and (min-width: 51rem) {
  a.g-logo {
    margin-bottom: -20rem;
    margin-top: -1vw;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
    min-width: 125px;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slider .g-slider-patterns-right {
    display: none;
  }
}
#g-top .g-content {
  margin: 0.625rem;
  padding: 0.5rem 1.5rem;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 1rem;
}
.g-main-nav {
  font-family: "Cormorant Garamond";
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: none;
}
#contact-form .controls input, #contact-form .controls textarea {
  color: #000;
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input {
  color: #000;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
a {
  color: #a2c4be;
}
a:hover {
  color: #458a7e;
}
.button, .g-pricingtable-col-item .g-pricingtable .button {
  font-family: "Cormorant Garamond";
  font-weight: 400;
}
.button.button-orange {
  background: #b9994a !important;
  border-color: #b9994a !important;
}
.button.button-orange:hover {
  background: #947a3b !important;
  border-color: #947a3b !important;
}
.button.button-2 {
  background: #244d56;
  background-color: #244d56;
}
.button.button-2 {
  color: #fff;
}
.g-slider-carousel-content {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.g-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .g-slider .swiper-pagination-bullets .swiper-pagination-bullet:focus {
  background: #fff;
}
.g-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
}
.g-slider .g-slider-carousel-content .g-slider-carousel-content-wrapper {
  padding: 3.25rem;
}
.g-slider .g-slider-carousel-content a {
  color: #b9994a;
}
.g-slider .g-slider-carousel-content a:hover {
  color: #A2C4BE;
}
.st0 {
  fill: #000000;
}
.st1 {
  fill: #244d56;
}
.st2 {
  fill: #458a7e;
}
#g-footer {
  font-size: 1.2rem;
  font-weight: 500;
}
.blog {
  font-size: 1.2rem;
}
.pull-left, .pull-right {
  max-width: 50%;
  padding-right: 10px;
}
.item-page {
  margin-top: 150px;
  font-size: 1.2rem;
}
.leading-0 {
  clear: both;
}
.leading-1 {
  clear: both;
}
.leading-2 {
  clear: both;
}
.leading-3 {
  clear: both;
}
.leading-4 {
  clear: both;
}
.leading-5 {
  clear: both;
}
.leading-6 {
  clear: both;
}
.cat-children {
  display: none;
}
.itemid-282 .item-page {
  margin-top: 0;
  font-size: 1.2rem;
}
.itemid-281 .item-page {
  margin-top: 0;
  font-size: 1.2rem;
}
.itemid-118 #g-slideshow {
  background-image: url('https://middanheim.com/images/backgrounds/BannerCastleriggStoneCircle.jpg');
}
.itemid-119 #g-slideshow {
  background-image: url('https://middanheim.com/images/backgrounds/RavenAndMoon-02.jpg');
}
.itemid-282 #g-slideshow {
  background-image: url('https://middanheim.com/images/backgrounds/BannerReading.jpg');
}
.itemid-281 #g-slideshow {
  background-image: url('https://middanheim.com/images/backgrounds/BannerCountrySide.jpg');
}
.itemid-281 #logo-6859-particle {
  src: url('../images/home/MiddanheimLogoDarkWolf.svg');
}
.g-content-array .g-item-title {
  font-family: "Cormorant Garamond";
  font-weight: 600;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill a {
  color: #244D56;
  font-weight: 500;
  font-size: 1.2rem;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  background: #458a7e;
  box-shadow: none;
  border: 1px solid #458a7e;
  color: #fff;
}
.g-particle-intro .g-main-title {
  margin-bottom: 0;
  font-size: 2rem;
}
.textoutlinedark {
  -webkit-text-stroke: 1px black;
}
.textshadowdark {
  text-shadow: 2px 2px 12px black;
}
.g-promo h1 {
  background: rgba(255, 255, 255, 0.3);
  color: #000;
}
.g-promo span.g-promo-headline {
  background: #244d56;
}
.HeaderBackground {
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0.3);
}
.HeaderBackgroundLight {
  line-height: 1.3;
  background-color: rgba(142, 174, 206, 0.8);
}
.extralargemargintop {
  margin-top: 6rem;
}
/*# sourceMappingURL=custom_339.css.map */