.view-id-photos .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.view-id-photos .item-list ul .item-list__item {
  margin: 0;
  max-width: 50%;
  /**/
}

.regions {
  background-color: transparent;
}

#block-views-block-background-block-1 {
  margin: 0;
}

.node,
#rid-content-suffix .block,
#rid-content {
  background-color: rgba(255, 255, 255, 0.8);
}

#rid-content {
  margin-top: 1.25em;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #4b68a3;
  /*{borderColorActive}*/
  background: #4b68a3;
  /*{bgColorActive}*/
  /*{bgImgUrlActive}*/
  /*{bgActiveXPos}*/
  /*{bgActiveYPos}*/
  /*{bgActiveRepeat}*/
}

#rid-subfeatures-second .block__content a:link,
#rid-subfeatures-second .block__content a:visited,
#rid-subfeatures-first .block__content a:link,
#rid-subfeatures-first .block__content a:visited {
  color: #dddddd;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

#rid-subfeatures-second .block__content a:hover,
#rid-subfeatures-first .block__content a:hover {
  color: white;
}

#rid-subfeatures-second #edit-actions .button,
#rid-subfeatures-first #edit-actions .button {
  color: #4b68a3;
  background-color: white;
  border: 0px #000000 solid;
}

.node,
#block-aboutus,
#block-views-block-photos-block-1,
#rid-content {
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25em;
  padding: 1.25em;
  border-radius: 1em;
  /**/
}

#block-wynchcottage-content article {
  -webkit-box-shadow: initial;
  box-shadow: initial;
  margin-bottom: initial;
  padding: initial;
  border-radius: initial;
  background-color: transparent;
}

#block-pagetitle {
  margin: 0 0 1.25em;
}

#block-pagetitle .block__content,
#block-pagetitle .path-frontpage .node__title {
  padding: .5em;
  background-color: #4b68a3;
  color: white;
  border-radius: .5em;
}

#block-pagetitle .block__content h1,
#block-pagetitle .path-frontpage .node__title h1 {
  margin: 0;
}

.ui-widget-content a {
  color: #4b68a3;
}

.flexslider {
  margin: 0 0 1em 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.flexslider .slides img {
  border-radius: 1em 1em 0 0;
}

.flexslider .flex-caption {
  text-align: center;
  background-color: #4b68a3;
  color: white;
  padding: 0 1em;
  border-radius: 0 0 1em 1em;
}

#block-views-block-slideshow-block-2 .image-style-trio {
  border-radius: 1em 1em 0 0;
}

#block-views-block-slideshow-block-2 span.title {
  text-align: center;
  background-color: #4b68a3;
  color: white;
  padding: 0 1em;
  border-radius: 0 0 1em 1em;
  display: block;
  max-width: none;
}

#block-views-block-photos-block-1 .photoswipe-gallery .field-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 0 1em 1em 1em;
}

#block-views-block-photos-block-1 .photoswipe-gallery .photoswipe {
  margin: 0;
  padding: 0;
}

#block-views-block-photos-block-1 .photoswipe-gallery .photoswipe img {
  border-radius: 1em 1em 0 0;
}

#block-views-block-photos-block-1 .photoswipe-gallery .field-content .title {
  max-width: 325px;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  text-align: center;
  background-color: #4b68a3;
  color: white;
  padding: 0 1em;
  border-radius: 0 0 1em 1em;
  display: block;
}

.block__content p img {
  border-radius: .5em;
}

@media screen and (max-width: 45em) {
  .view-id-photos .item-list ul .item-list__item {
    max-width: none;
  }
  .node,
  #block-aboutus,
  #block-views-block-photos-block-1 {
    border-radius: .5em;
  }
  #main-content .l-rw {
    padding: 0;
  }
  #rid-content {
    padding: 0.5em;
    border-radius: initial;
    margin: 0;
  }
  .page {
    background-image: initial;
  }
  #content-suffix .l-rw {
    padding: 0;
  }
  #content-suffix #rid-content {
    padding: 0.5em;
    border-radius: initial;
    margin: 0;
  }
  #content-suffix .block {
    padding: 0.5em;
    margin: 0.5em 0;
  }
  #content-suffix .view-id-photos .item-list ul .item-list__item {
    margin: 0 0 0.5em 0;
  }
  .node__content,
  .block__content {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}

/**
 * Responsive menu styles.
 *
 * Mixins provide the basic structure and a base style (not much), the rest
 * is up to you, add colors, borders, padding and so on. Icons such as
 * the hamburger and arrows are set in variables in _variables.scss, and you
 * use the color variables for menus from there also.
 *
 * Menu styles are set in Appearance settings using the Responsive Menus extension.
 * There you select a block, breakpoint, a default style and a responsive style.
 * You can safely remove mixins from this file if you not going to use them later
 * on, and want to save a few bytes in stylesheet size.
 *
 * Each mixin takes one or more parameters. Use these to customize the basic
 * structure of the menu, or call options, for example you can place the
 * offcanvas menu on the left or right.
 *
 * Do not import into breakpoints unless you are not using the Responsive Menu
 * settings in Appearance Extensions, in which case you will need to load the
 * at_core/at.responsivemenus library and provide it's required drupalSettings.
 *
 * Breakpoints are handled in matchMedia using Enquire.
 *
 * Responsive styles are a combination of three things:
 *  1. Sass/CSS defined here (with breakpoints etc).
 *  2. jQuery: at.responsiveMenus.js which adds/toggles classes etc.
 *  3. Theme settings as set in your themes extension settings.
 ============================================================================ */
.rm-row {
  z-index: 100;
}

.rm-region {
  margin: 0;
}

.rm-region .contextual-region {
  position: static;
}

.rm-region .contextual-region .contextual {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  word-wrap: normal;
  font: 0/0 a;
}

.rm-toggle {
  font-size: 1rem;
  padding: 0.3125rem 0;
  margin: 0;
}

.rm-toggle__link, .rm-toggle__link:hover, .rm-toggle__link:focus, .rm-toggle__link:active {
  padding: 0.5rem 1rem 0.25rem 0.75rem;
  height: auto;
  border-radius: 2px;
  cursor: pointer;
}

.rm-toggle__icon {
  position: relative;
  height: 1rem;
  width: 1rem;
}

.rm-toggle__label {
  top: -0.125rem;
  position: relative;
}

.rm-block {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.rm-block__inner {
  width: 100%;
}

.rm-block__content .menu {
  position: relative;
}

.rm-block__content .menu > .menu__item {
  z-index: 490;
  position: relative;
}

.rm-block__content__item {
  position: relative;
  font-size: 1rem;
}

.rm-block__content__item:first-child .menu__link {
  border-top: 0;
}

.rm-block__content .menu__link {
  -webkit-transition: all, 225ms, ease-in-out;
  -o-transition: all, 225ms, ease-in-out;
  transition: all, 225ms, ease-in-out;
  font-weight: 300;
  margin: 0;
  border: 0;
}

.rm-block__content .menu__link:hover, .rm-block__content .menu__link:focus {
  text-decoration: none;
}

.no-js .rm-block .menu__link {
  padding: 0.5rem;
  margin: 0.0625rem 0;
}

.pr-navbar__navbar .rm-block,
.pr-leaderboard__leaderboard .rm-block {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=responsive-menus.css.map */