/*
Theme Name: Golds Cornish Cottages
Author: Ded Red 
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900|Merriweather:400,300,700,900);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  padding: 70px 0; }

.wrapper.bordered {
  border-top: solid 1px #ebebeb; }

[class*='grid-'] {
  float: left;
  padding: 0 15px;
  width: 100%;
  min-height: 1px; }

.wrapper,
.container,
.row {
  *zoom: 1; }
  .wrapper:before,
  .container:before,
  .row:before, .wrapper:after,
  .container:after,
  .row:after {
    content: " ";
    display: table; }
  .wrapper:after,
  .container:after,
  .row:after {
    clear: both; }

.container,
.container-full {
  display: block;
  width: 100%;
  padding: 0 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: auto; } }
@media only screen and (min-width: 1024px) {
  .wrapper {
    width: 100%; }

  .grid-1 {
    width: 8.33333%; }

  .grid-2 {
    width: 16.66667%; }

  .grid-3 {
    width: 25%; }

  .grid-4 {
    width: 33.33333%; }

  .grid-5 {
    width: 41.66667%; }

  .grid-6 {
    width: 50%; }

  .grid-7 {
    width: 58.33333%; }

  .grid-8 {
    width: 66.66667%; }

  .grid-9 {
    width: 75%; }

  .grid-10 {
    width: 83.33333%; }

  .grid-11 {
    width: 91.66667%; }

  .grid-12 {
    width: 100%; } }
.accordion__control {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ebebeb;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .accordion__control .fa {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .accordion__control:hover {
    color: #4094ae; }

.accordion__panel {
  display: none; }

.accordion__panel--open .fa {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.navigation {
  display: block; }
  .navigation .nav-logo {
    float: left;
    margin-right: 2rem;
    padding: 1rem 2.5rem; }
  .navigation .nav-wrap {
    display: block;
    text-align: right; }

.nav-links {
  position: relative;
  top: -15px;
  float: right;
  list-style: none;
  line-height: 1rem;
  text-align: right; }
  .nav-links > li {
    display: inline-block;
    margin-bottom: 0;
    z-index: 1000; }
    .nav-links > li > a {
      position: relative;
      display: block;
      margin-left: 30px;
      padding: 2rem 0;
      text-decoration: none;
      color: #3e4453; }

.has-sub {
  position: relative; }
  .has-sub .sub-menu {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 300px;
    padding: 0;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background-color: #31312f;
    z-index: 3000; }
    .has-sub .sub-menu > li {
      display: block;
      width: 100%;
      list-style: none;
      border-bottom: solid 1px #4b4b48; }
      .has-sub .sub-menu > li:last-child {
        border: none; }
      .has-sub .sub-menu > li a {
        display: block;
        margin: 0;
        padding: 20px;
        color: #ffffff; }
        .has-sub .sub-menu > li a:after {
          display: none; }
        .has-sub .sub-menu > li a:hover {
          background-color: #4094ae;
          color: #ffffff; }
    .has-sub .sub-menu:before {
      position: relative;
      top: -25px;
      left: 30px;
      width: 0;
      height: 0;
      border-top: solid 10px transparent;
      border-bottom: solid 10px #31312f;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
      content: ''; }

.has-sub:hover .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  background: #fff;
  color: #676763;
  font-family: "Merriweather", serif;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.0rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #4d4d4a; }

h1 {
  font-size: 3.6rem;
  font-weight: 200; }

h2 {
  font-size: 3rem;
  font-weight: 300; }

h3 {
  font-size: 2.8rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2.0rem; }

h6 {
  font-size: 1.8rem; }

p {
  margin-top: 0;
  margin-bottom: 2.0rem; }

.lead {
  font-size: 2.0rem;
  font-weight: 300; }

span.lead {
  display: block;
  margin-bottom: 3rem; }

blockquote {
  margin: 0 0 3rem 0;
  padding: 3rem;
  background: #efefef;
  border-left: solid 5px #4094ae; }

.primary-text {
  color: #002a60; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none; }
  a:link, a:visited {
    color: #4094ae; }

.table {
  display: table;
  width: 100%;
  margin: 3rem auto;
  border-collapse: collapse; }

.table-responsive {
  min-height: 0.1%;
  overflow-x: auto; }

thead {
  display: table-header-group;
  text-align: left;
  font-weight: bold; }

tbody {
  display: table-row-group;
  vertical-align: middle; }

th,
td {
  padding: 1.5rem 1.5rem; }
  th:first-child,
  td:first-child {
    padding-left: 1rem; }
  th:last-child,
  td:last-child {
    padding-right: 1rem; }

th {
  border-width: 0.2rem;
  border-color: #d2d2d2; }

.table-border {
  padding: 30px;
  border-radius: 0.5rem; }
  .table-border td:first-child,
  .table-border th:first-child {
    padding-left: 2rem; }
  .table-border th:last-child,
  .table-border td:last-child {
    padding-right: 2rem; }

.table-striped tr:nth-child(even) {
  background: #fafafa; }

.table-hover tr {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .table-hover tr:hover {
    background: #f8f8f8; }

.widget {
  margin-bottom: 30px;
  padding: 30px; }
  .widget ul li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none; }
    .widget ul li:last-child {
      border: none; }
  .widget--primary {
    background-color: #4094ae;
    color: #ffffff; }
    .widget--primary h3 {
      color: #ffffff;
      font-size: 3rem; }
    .widget--primary span {
      display: inline-block;
      font-weight: bold; }
    .widget--primary li {
      border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  .widget--property-info table {
    width: 100%; }
    .widget--property-info table tr {
      border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
      .widget--property-info table tr:last-child {
        border: none; }
  .widget--book {
    padding: 0; }
    .widget--book a.button {
      display: block;
      padding-top: 20px;
      padding-bottom: 20px;
      background-color: #ff9739;
      text-align: center; }
      .widget--book a.button:hover {
        background-color: #ff8517; }

.widget--map {
  padding: 0; }

/* ----------------------------------------------

	Table Of contents:
	
	1. 		Typography
	2. 		Links
	3. 		Buttons
	4. 		Media
	5. 		Layout
	6. 		Header
	7. 		Footer
	8. 		Navigation
	9. 		Content
	10. 	Back To Top Button
	
   ---------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

.alert {
  display: block;
  position: relative;
  padding: 3rem;
  border-radius: 4px; }
  .alert--message {
    padding-left: 10rem;
    background: #51a5bf; }
    .alert--message:before {
      display: block;
      position: absolute;
      top: 10px;
      left: 20px;
      font-family: "FontAwesome";
      font-size: 6rem;
      color: #377f95;
      content: '\f071'; }
    .alert--message p {
      margin: 0;
      color: #ffffff; }
    .alert--message a:link {
      color: #ffffff;
      text-decoration: underline; }
    .alert--message a:hover {
      color: #377f95; }

a {
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  a:link, a:visited {
    color: #4094ae; }
  a:hover, a:focus {
    color: #ff9739; }

.social-links li {
  display: inline-block;
  margin-right: 5px; }
  .social-links li a {
    display: block;
    width: 42px;
    height: 42px;
    border: solid 2px #ffffff;
    border-radius: 50%;
    text-align: center; }
    .social-links li a .fa {
      position: relative;
      top: 6px; }
    .social-links li a:hover {
      background: #377f95;
      border-color: #377f95; }

.button,
a.button,
.woocommerce a.button.alt {
  display: inline-block;
  padding: 1.2rem 2rem;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  font-size: 100%; }

.button--primary,
a.button--primary,
a.button--primary:visited,
.woocommerce a.button.alt {
  background-color: #4094ae; }
  .button--primary:hover,
  a.button--primary:hover,
  a.button--primary:visited:hover,
  .woocommerce a.button.alt:hover {
    background: #377f95; }

.button--secondary,
a.button--secondary,
a.button--secondary:visited {
  background-color: #ff9739; }

.button--secondary:hover,
a.button--secondary:hover {
  background: #ff8517; }

.button--outline,
a.button--outline {
  background: none;
  border-width: 2px;
  border-style: solid; }
  .button--outline:hover,
  a.button--outline:hover {
    background: none; }

.woocommerce a.button.alt {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.home-buttons {
  margin: 40px 0;
  text-align: center; }
  .home-buttons .button {
    display: block; }
  .home-buttons span {
    display: block;
    width: 100%;
    margin: 10px 0; }

@media (min-width: 768px) {
  .home-buttons .button {
    display: inline-block;
    width: 250px; }
  .home-buttons span {
    display: inline;
    margin: 0 20px; } }
img.size-large, .wp-caption-text {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.gallery-item img.size-large, .gallery-item .wp-caption-text {
  margin-left: 0; }

.wp-caption-text {
  width: 100%;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.4rem;
  text-align: center; }

.alignright,
.alignleft,
.aligncenter,
.alignnone {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  float: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px; }

.gallery {
  margin-left: -10px;
  margin-right: -10px; }
  .gallery .gallery-item {
    width: 50% !important;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    padding-left: 10px;
    padding-right: 10px; }
    .gallery .gallery-item:hover {
      opacity: 0.7; }

.dedred-logo {
  position: relative;
  top: 6px;
  width: 100px;
  height: auto; }

@media (min-width: 768px) {
  .gallery .gallery-item {
    width: 25% !important;
    margin: 0; } }
@media (min-width: 1024px) {
  .alignright,
  .alignleft,
  .alignnone {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    width: auto !important; }

  img.size-large, .wp-caption-text {
    display: block;
    width: auto; }

  .alignleft {
    float: left;
    margin-right: 60px; }

  .alignright {
    float: right;
    margin-left: 60px; } }
.wrapper--grey,
.wrapper--properties {
  background: #efefef; }

.wrapper--about {
  padding-bottom: 0; }

.wrapper--contact-map {
  padding: 0; }

.container--image {
  height: 400px;
  margin-top: 60px;
  background-size: cover;
  background-position: center center; }

.wrapper--related {
  background: #4094ae; }
  .wrapper--related h2 {
    color: #ffffff; }

.site-header {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 9000; }
  .site-header .site-header__branding a {
    display: block; }
    .site-header .site-header__branding a img {
      display: block;
      width: 150px;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
  .site-header .site-header__navigation {
    display: none; }
    .site-header .site-header__navigation .social-links {
      position: relative;
      float: right;
      margin-top: 10px;
      margin-left: 40px; }
      .site-header .site-header__navigation .social-links:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20px;
        content: '';
        border-left: solid 2px #ffffff; }
      .site-header .site-header__navigation .social-links a {
        color: #ffffff; }

@media (min-width: 1440px) {
  .site-header .site-header__navigation {
    display: block; }
  .site-header .site-header__branding a img {
    margin-left: 0;
    margin-right: 0; } }
.site-footer {
  padding: 0;
  color: #EFEFEF; }
  .site-footer h3,
  .site-footer h4,
  .site-footer p {
    color: #EFEFEF; }
  .site-footer .site-footer__main {
    padding: 40px 0;
    background: #31312f;
    text-align: center; }
  .site-footer .site-footer__bottom {
    padding: 10px 0;
    background: #171716; }
    .site-footer .site-footer__bottom p {
      margin-bottom: 0;
      font-size: 1.2rem; }

.menu-main-menu-container {
  display: block;
  width: 100%; }

.nav-links {
  float: right;
  margin-top: 20px; }
  .nav-links li {
    display: inline-block; }
    .nav-links li a {
      display: block;
      position: relative;
      margin-left: 20px;
      color: #ffffff;
      font-family: "Lato", sans-serif; }
      .nav-links li a:after {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        content: '';
        border-top: solid 2px #ffffff;
        -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left;
        -webkit-transition: 0.3s;
                transition: 0.3s; }
      .nav-links li a:hover:after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
    .nav-links li.has-sub a:after {
      display: none; }

.mobile-fb-link,
.mobile-twit-link {
  position: relative;
  padding-left: 30px !important; }
  .mobile-fb-link:before,
  .mobile-twit-link:before {
    position: absolute;
    top: 12px;
    left: 15px;
    font-family: "FontAwesome"; }

.mobile-fb-link:before {
  content: '\f09a'; }

.mobile-twit-link:before {
  content: '\f099'; }

.breadcrumbs {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 1.2rem; }

.banner {
  display: block;
  position: relative;
  width: 100%;
  height: 750px;
  margin-bottom: 0 !important; }
  .banner .banner-slide {
    height: 750px;
    background-size: cover;
    background-position: center bottom; }
    .banner .banner-slide .banner__overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(64, 148, 174, 0.2); }
    .banner .banner-slide .banner__content {
      position: relative;
      padding: 180px 0;
      text-align: center; }
      .banner .banner-slide .banner__content h1,
      .banner .banner-slide .banner__content h2 {
        margin: 0;
        color: #ffffff;
        font-size: 4rem;
        line-height: 1.4;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        word-wrap: break-word;
        word-spacing: 3px; }
      .banner .banner-slide .banner__content h1 {
        text-transform: uppercase; }
        @media (max-width: 414px) {
          .banner .banner-slide .banner__content h1 {
            font-size: 2.7rem; } }
        @media (max-width: 375px) {
          .banner .banner-slide .banner__content h1 {
            font-size: 4rem; } }
        @media (max-width: 320px) {
          .banner .banner-slide .banner__content h1 {
            font-size: 3.4rem; } }
        .banner .banner-slide .banner__content h1 strong {
          font-weight: 900; }
      .banner .banner-slide .banner__content h2 {
        font-family: 'Merriweather', serif;
        font-size: 1.8rem; }
  .banner__callout {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 5px;
    background-color: rgba(64, 148, 174, 0.8); }
    .banner__callout h1,
    .banner__callout h2,
    .banner__callout h3,
    .banner__callout p,
    .banner__callout a {
      color: #ffffff; }
    .banner__callout h2 {
      font-size: 2.4rem; }
      @media (min-width: 768px) {
        .banner__callout h2 {
          font-size: 3rem; } }
    .banner__callout a.button {
      width: 100%;
      text-align: center; }

.banner--inner {
  height: auto;
  background-size: cover;
  background-position: center bottom; }
  .banner--inner .banner__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(64, 148, 174, 0.2); }
  .banner--inner .banner__content {
    position: relative;
    padding: 180px 0 250px;
    text-align: center; }
    .banner--inner .banner__content h1,
    .banner--inner .banner__content h2 {
      margin: 0;
      color: #ffffff;
      font-size: 5.2rem;
      line-height: 1.4;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
      word-spacing: 10px; }
      @media (min-width: 768px) {
        .banner--inner .banner__content h1,
        .banner--inner .banner__content h2 {
          font-size: 6rem; } }
    .banner--inner .banner__content h1 {
      text-transform: uppercase; }
      .banner--inner .banner__content h1 strong {
        font-weight: 900; }
    .banner--inner .banner__content h2 {
      font-family: 'Merriweather', serif;
      font-size: 1.8rem; }
    .banner--inner .banner__content .star-rating {
      float: none;
      width: 90px;
      margin: 20px auto;
      color: #ff9739;
      text-align: center; }
      .banner--inner .banner__content .star-rating span {
        float: none; }

@media (min-width: 768px) {
  .banner .banner-slide .banner__content {
    padding: 300px 0; } }
.discover {
  display: block;
  position: relative;
  width: 100%;
  padding: 10rem 0;
  background-size: cover; }
  .discover .discover__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5; }
  .discover .discover__content {
    position: relative;
    text-align: center;
    color: #ffffff; }
    .discover .discover__content h2 {
      color: #ffffff;
      font-size: 4.2rem; }
    .discover .discover__content .button {
      border-color: #ffffff;
      border-width: 2px; }
      .discover .discover__content .button:hover {
        background: rgba(255, 255, 255, 0.3); }

.wrapper--callouts {
  background-color: #EFEFEF; }

.row--callouts {
  margin-top: 40px; }

.callout {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .callout__inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .callout__inner h3 {
      position: absolute;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 5px 10px;
      background-color: rgba(64, 148, 174, 0.8);
      font-size: 2rem;
      font-weight: bold;
      color: #ffffff;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
    .callout__inner:hover h3 {
      background-color: #4094ae; }
  @media (min-width: 768px) {
    .callout {
      width: 50%; } }
  @media (min-width: 1024px) {
    .callout {
      width: 33.333333333333333%; } }

.row--locations {
  margin-top: 50px; }

.location {
  height: 300px;
  margin-bottom: 30px; }
  .location .inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .location .inner .location__title {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0 1rem;
      background-color: #4094ae;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
      .location .inner .location__title h3 {
        float: left;
        font-size: 2.4rem;
        font-weight: 200;
        color: #ffffff; }
        .location .inner .location__title h3 strong {
          font-weight: 900; }
      .location .inner .location__title span {
        float: right;
        position: relative;
        top: 10px;
        right: 10px;
        font-size: 1.4rem; }
    .location .inner:hover .location__title {
      background-color: #4094ae; }
  .location a {
    color: #ffffff; }

.more-locations {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #EFEFEF; }

.activity {
  display: block;
  float: left;
  width: 100%;
  height: 260px;
  margin-bottom: 30px;
  padding: 0 15px; }
  .activity .inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .activity .inner .activity__title {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0 1rem;
      background-color: #4094ae;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
      .activity .inner .activity__title h3 {
        float: left;
        font-size: 2.4rem;
        color: #ffffff; }
        .activity .inner .activity__title h3 strong {
          font-weight: 900; }
    .activity .inner:hover .activity__title {
      background-color: #4094ae; }

@media (min-width: 768px) {
  .activity {
    width: 50%; } }
@media (min-width: 1024px) {
  .activity {
    width: 33.3333333333333%; }
    .activity:nth-child(4n+1), .activity:nth-child(4n+4) {
      width: 66.66667%; } }
.activity--single {
  margin-left: -6px;
  margin-right: -6px; }
  .activity--single .activity__thumb {
    margin: 0 0 30px 0; }
    .activity--single .activity__thumb img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .activity--single .activity__gallery .activity-images li {
    display: inline-block;
    width: 25%;
    margin-bottom: -17px;
    padding: 0 3px; }
    .activity--single .activity__gallery .activity-images li img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }

.activity-info .activity-info__contact {
  padding: 3rem;
  background: #4094ae; }
  .activity-info .activity-info__contact .activity-phone,
  .activity-info .activity-info__contact .activity-email,
  .activity-info .activity-info__contact .activity-website,
  .activity-info .activity-info__contact .activity-address {
    position: relative;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    font-size: 1.4rem;
    color: #ffffff; }
    .activity-info .activity-info__contact .activity-phone a,
    .activity-info .activity-info__contact .activity-email a,
    .activity-info .activity-info__contact .activity-website a,
    .activity-info .activity-info__contact .activity-address a {
      color: #ffffff;
      text-decoration: underline; }
    .activity-info .activity-info__contact .activity-phone:before,
    .activity-info .activity-info__contact .activity-email:before,
    .activity-info .activity-info__contact .activity-website:before,
    .activity-info .activity-info__contact .activity-address:before {
      display: block;
      position: absolute;
      top: 2px;
      left: 5px;
      font-family: "FontAwesome";
      color: #33758a; }
    .activity-info .activity-info__contact .activity-phone:last-child,
    .activity-info .activity-info__contact .activity-email:last-child,
    .activity-info .activity-info__contact .activity-website:last-child,
    .activity-info .activity-info__contact .activity-address:last-child {
      border: none; }
  .activity-info .activity-info__contact .activity-phone:before {
    content: '\f095'; }
  .activity-info .activity-info__contact .activity-email:before {
    content: '\f0e0'; }
  .activity-info .activity-info__contact .activity-website:before {
    content: '\f109'; }
  .activity-info .activity-info__contact .activity-address:before {
    content: '\f041'; }

.wrapper--other-activities {
  padding-top: 0; }

.row--activities-single .activity .inner h3 {
  font-size: 1.6rem; }

@media (min-width: 1024px) {
  .row--activities-single:nth-child(4n+1), .row--activities-single:nth-child(4n+4) {
    width: 33.3333%; } }
.activity-item {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px; }
  .activity-item__thumb {
    margin: 0; }
    .activity-item__thumb img {
      display: block;
      width: 100%;
      height: auto; }

.activity-page {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ebebeb; }
  .activity-page__gallery {
    float: left; }
    .activity-page__gallery__image {
      margin-bottom: 20px; }
      .activity-page__gallery__image img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
      .activity-page__gallery__image p {
        padding: 5px 0;
        font-size: 1.2rem;
        font-style: italic;
        text-align: center; }
  .activity-page__content {
    float: right; }
    .activity-page__content p:last-child {
      margin-bottom: 0; }
  .activity-page:nth-child(even) .activity-page__gallery {
    float: right; }
  .activity-page:nth-child(even) .activity-page__content {
    float: left; }

.local-area-item {
  margin-bottom: 30px; }
  .local-area-item .row {
    margin: 0; }
  .local-area-item .post__thumb img {
    border-radius: 0; }
  .local-area-item p {
    font-size: 1.4rem; }

.services-list {
  margin-top: 60px; }

.service-item {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: solid 1px #EFEFEF; }
  .service-item:last-child {
    border: none; }
  .service-item h3 {
    margin-bottom: 0; }
  .service-item .service-item__thumb {
    display: none;
    margin: 0;
    padding-right: 30px; }
    .service-item .service-item__thumb img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 50%; }
  .service-item .service-item__address {
    margin: 0;
    font-size: 1.2rem;
    font-style: italic; }
  .service-item .service-item__meta {
    margin: 10px 0;
    font-size: 1.4rem; }
    .service-item .service-item__meta span {
      display: block;
      margin-right: 50px; }
      .service-item .service-item__meta span .fa {
        margin-right: 10px;
        color: #4094ae; }
  .service-item .button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }

@media (min-width: 768px) {
  .service-item .service-item__thumb {
    display: block;
    width: 40%; }
  .service-item .service-item__content {
    width: 60%; } }
@media (min-width: 1024px) {
  .service-item .service-item__thumb {
    width: 25%; }
  .service-item .service-item__content {
    width: 75%; }
  .service-item .service-item__meta {
    margin: 10px 0; }
    .service-item .service-item__meta span {
      display: inline;
      margin-right: 50px; }
      .service-item .service-item__meta span .fa {
        margin-right: 10px;
        color: #4094ae; }
  .service-item .button {
    display: inline-block;
    width: auto; } }
.local-service .local-service__thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }
.local-service .local-service__info h3 {
  font-size: 1.4rem;
  font-style: italic; }
.local-service .local-service__info ul {
  margin-top: 20px;
  padding: 1rem;
  background: #EFEFEF; }
  .local-service .local-service__info ul li {
    list-style: none;
    font-style: italic;
    font-weight: 300;
    font-size: 1.4rem; }
    .local-service .local-service__info ul li strong {
      display: inline-block;
      width: 110px;
      font-style: normal;
      font-weight: 700; }
      .local-service .local-service__info ul li strong .fa {
        width: 30px;
        text-align: center; }
.local-service .local-service__description {
  margin: 40px 0;
  padding: 20px 15px;
  border: solid 1px #EFEFEF;
  border-width: 1px 0; }
.local-service .local-service__map .service-map {
  height: 400px; }
.local-service .local-service__related {
  margin-top: 60px;
  padding-top: 40px;
  border-top: solid 1px #EFEFEF; }
  .local-service .local-service__related h4 {
    margin-bottom: 40px; }

@media (min-width768px) {
  .local-service .local-service__info ul {
    padding: 3rem; } }
h3.faq-group-title {
  border-bottom: solid 1px #EFEFEF; }

.faq-list {
  margin-bottom: 30px; }

.faq-item h4 {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4094ae;
  cursor: pointer; }
  .faq-item h4:before {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0px;
    font-family: "FontAwesome";
    font-size: 1.2rem;
    content: '\f0d7';
    -webkit-transition: 0.3s;
            transition: 0.3s; }
.faq-item h4.open:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.accordion-panel {
  display: none; }

.row--contact {
  position: relative; }

.contact-details {
  padding: 3rem;
  background: #4094ae; }
  .contact-details h3,
  .contact-details address,
  .contact-details p,
  .contact-details a {
    color: #ffffff; }
  .contact-details address {
    margin-bottom: 20px; }
  .contact-details a {
    text-decoration: underline; }

@media (min-width: 1024px) {
  .contact-details {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; } }
.property {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .property {
      width: 50%; } }
  @media (min-width: 1024px) {
    .property {
      width: 33.3333333333333%; } }
  .property .property__thumb {
    position: relative;
    margin: 0;
    padding: 0; }
    .property .property__thumb img {
      display: block;
      width: 100%;
      height: auto; }
  .property .property__content {
    position: relative;
    padding: 20px 20px 30px 20px;
    background-color: #ffffff; }
    .property .property__content h3 {
      font-size: 2.2rem;
      font-weight: bold; }
    .property .property__content p {
      margin: 0;
      font-size: 1.4rem; }
      .property .property__content p .fa {
        color: #4094ae; }
    .property .property__content a.button {
      margin-top: 20px; }
  .property .property__info-badges {
    position: absolute;
    top: 20px;
    right: 15px; }
    .property .property__info-badges .info-badge {
      display: inline-block;
      width: 32px;
      height: 32px;
      background-color: #4094ae;
      border-radius: 50%;
      text-align: center;
      color: #ffffff; }
      .property .property__info-badges .info-badge .fa,
      .property .property__info-badges .info-badge strong {
        position: relative;
        top: 3px; }

#single-property-gallery {
  position: relative;
  margin-bottom: 10px; }
  #single-property-gallery .property-slider__slide {
    position: relative; }
    #single-property-gallery .property-slider__slide .property-slider__caption {
      position: absolute;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.6);
      color: #31312f; }
  #single-property-gallery .slick-dots {
    bottom: 50px; }
  #single-property-gallery .slick-prev {
    left: 20px; }
  #single-property-gallery .slick-next {
    right: 20px; }
  #single-property-gallery img {
    display: block;
    width: 100%;
    height: auto; }

#single-property-thumbs {
  margin-top: 0; }
  #single-property-thumbs img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.5; }
  #single-property-thumbs .slick-current img {
    opacity: 1; }

.property-review {
  margin-bottom: 30px; }
  .property-review__meta h3 {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 1.6rem; }
  .property-review__meta h4 {
    padding-left: 20px;
    font-size: 2rem;
    font-weight: bold; }
  .property-review__meta img {
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: solid 5px #ebebeb; }
  .property-review__text {
    position: relative;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .property-review__text:before {
      position: absolute;
      top: 20px;
      left: -30px;
      width: 0;
      height: 0;
      border-right: solid 15px #ffffff;
      border-top: solid 15px transparent;
      border-bottom: solid 15px transparent;
      border-left: solid 15px transparent;
      content: ''; }
    .property-review__text p {
      margin-bottom: 0; }

.property-address {
  margin-bottom: 30px; }
  @media (min-width: 667px) {
    .property-address {
      width: 50%; } }
  @media (min-width: 768px) {
    .property-address {
      width: 33.333333333333333%; } }
  .property-address address {
    font-style: normal; }

.post h2 {
  margin: 0;
  font-size: 2.4rem; }

.post__thumb {
  margin: 0 0 10px 0; }
  .post__thumb img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }

.post__thumb--single {
  display: none;
  margin-bottom: 30px; }
  .post__thumb--single img {
    border-radius: 0 !important; }

.post__meta {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem; }
  .post__meta span {
    display: block;
    width: 100%; }
    .post__meta span .fa {
      color: #4094ae; }
    .post__meta span ul {
      display: inline-block; }
      .post__meta span ul li {
        list-style: none; }
        .post__meta span ul li a {
          color: #676763; }

a.read-more {
  display: block;
  margin-top: -10px;
  text-decoration: underline; }

@media (min-width: 768px) {
  .post__thumb {
    width: 30%; }

  .post__content {
    width: 70%; }

  .post__meta {
    margin-top: 0; }
    .post__meta span {
      display: inline;
      width: auto;
      margin-right: 30px; }

  .post__thumb {
    margin: 0; }
    .post__thumb img {
      border-radius: 50%; } }
@media (min-width: 1440px) {
  .post__thumb--single {
    display: block; } }
.banner--single .post__meta {
  color: #ffffff; }
  .banner--single .post__meta .fa {
    margin-right: 10px;
    color: #ffffff; }
  .banner--single .post__meta a {
    color: #ffffff;
    text-decoration: underline; }
.banner--single .post__tags {
  margin-top: 30px; }
  .banner--single .post__tags a {
    display: inline-block;
    margin: 0 3px 6px 3px;
    padding: 0.5rem 0.8rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    font-size: 1.2rem;
    color: #676763; }
    .banner--single .post__tags a:hover {
      background: #4094ae;
      color: #ffffff; }

.widget {
  margin-bottom: 3rem; }

.widget--latest-posts li {
  display: block;
  padding: 0.6rem 0;
  border: none; }
  .widget--latest-posts li .post {
    border: none; }
  .widget--latest-posts li .post__thumb {
    display: none;
    margin: 0;
    padding-right: 0; }
    .widget--latest-posts li .post__thumb img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      padding: 3px;
      border-radius: 50%;
      background: #cde5ed;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
  .widget--latest-posts li h4 {
    margin: -5px 0 0 0;
    font-size: 1.6rem; }
  .widget--latest-posts li .post__date {
    font-size: 1rem; }
  .widget--latest-posts li:hover .post__thumb img {
    padding: 0;
    background: #4094ae; }

@media (min-width: 1024px) {
  .widget--latest-posts li .post__thumb {
    display: inline-block;
    width: 25%; } }
.widget--categories .post-categories li {
  display: block;
  padding: 0.6rem 0;
  border-bottom: solid 1px #EFEFEF; }
  .widget--categories .post-categories li:before {
    float: left;
    margin-right: 10px;
    font-family: "FontAwesome";
    content: '\f101'; }
  .widget--categories .post-categories li:last-child {
    border: none; }

.widget--tags .tag-list a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0.6rem 1.2rem;
  background: #EFEFEF;
  color: #676763;
  border-radius: 3px; }
  .widget--tags .tag-list a:hover {
    color: #ffffff;
    background: #4094ae; }

.form__control {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 2rem;
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: solid 2px #d5d5d5;
  border-radius: 4px; }
  .form__control:focus {
    border-color: #4094ae;
    box-shadow: 0 0 6px #4094ae; }

textarea.form__control {
  height: 200px; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:before {
        font-family: 'FontAwesome';
        font-size: 12px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '\f10c';
        text-align: center;
        opacity: .25;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: #fff;
      content: '\f111'; }

.slick-prev,
.slick-next {
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 9000;
  opacity: 0.2;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .slick-prev:before,
  .slick-next:before {
    color: #4094ae;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    font-family: "FontAwesome"; }
  .slick-prev:hover,
  .slick-next:hover {
    background: #4094ae;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      color: #ffffff; }

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 0.8; }

.slick-prev {
  left: 25px; }
  .slick-prev:before {
    content: '\f104'; }

.slick-next {
  right: 25px; }
  .slick-next:before {
    content: '\f105'; }

.property-slider .slick-prev,
.property-slider .slick-next {
  opacity: 1; }
.property-slider .slick-prev {
  left: -50px; }
.property-slider .slick-next {
  right: -50px; }

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