/*!
Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

All client changes should be added to client.css
Any changes made in style.css will be overwritten and removed
*/
/* 
 * In this file you should centralize your imports
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> 
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* 
 * In this file Are opinionated base styles that come in after the normalize Reset.
 * We may want to merge some of these into the normalize stylesheet if they become common enough.
 * 
 * imported by style.scss
 */
:root {
  box-sizing: border-box;
}

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

html {
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd,
p, figure,
pre, table, fieldset, hr {
  margin-top: 0 !important;
  margin-bottom: 1.5rem;
}

.x-bar-footer {
  position: static !important;
}

/* 
 * In this file you should declare any global variables
 * For example: brand colours, typefaces, etc.
 * imported by style.scss
 */
/* Usage Example
.selector {
  color: red;

  @include breakpoint('small') {
    color: blue;
  }
}
*/
.single .body-text h2 {
  font-size: 2em !important;
  line-height: 1.1em !important;
}
.single .body-text h3 {
  font-size: 1.7em !important;
  line-height: 1.1em !important;
}
.single .body-text h4 {
  font-size: 1.4em !important;
  line-height: 1.1em !important;
}
.single .body-text h5 {
  font-size: 1.2em !important;
  line-height: 1.1em !important;
}
.single .body-text img {
  border-radius: 1em 0.15em 1em 1em !important;
}
.single .body-text img.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
@media (max-width: 796px) {
  .single .body-text img.alignright {
    margin-left: 0px !important;
  }
}
.single .body-text img.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
@media (max-width: 796px) {
  .single .body-text img.alignleft {
    margin-right: 0px !important;
  }
}
.single .body-text table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: 2px solid #FAF5F3 !important;
  border-radius: 0.6em 0.15em 0.6em 0.6em !important;
}
.single .body-text table thead td, .single .body-text table th {
  padding: 5px !important;
  border: 2px solid #FAF5F3 !important;
  background: #FAF5F3 !important;
}
.single .body-text table td {
  padding: 5px !important;
  border: 1px solid #FAF5F3 !important;
  background: white !important;
}

/* 
 * In this file you should style any buttons
 * imported by style.scss
 */
.otgs-development-site-front-end {
  display: none !important;
}

/* 
 * In this file you should style any forms
 * imported by style.scss
 */
.gform_wrapper form .gform-body .gform_fields {
  grid-row-gap: 1rem !important;
}
.gform_wrapper form .gform-body .gform_fields .gfield_label {
  font-size: 1.1em !important;
  font-weight: 600 !important;
}
.gform_wrapper form .gform-body .gform_fields .gform-field-label--type-sub {
  font-size: 0.9em !important;
}
.gform_wrapper form .gform-body .gform_fields input, .gform_wrapper form .gform-body .gform_fields select, .gform_wrapper form .gform-body .gform_fields textarea {
  font-size: 1em !important;
  height: auto !important;
  padding: 0.5em 0.8em !important;
  line-height: 1.3em !important;
  border-radius: 0.6em !important;
  border: 2px solid #FAF5F3 !important;
  box-shadow: none !important;
  transition: 0.3s ease-in !important;
}
.gform_wrapper form .gform-body .gform_fields input:hover, .gform_wrapper form .gform-body .gform_fields select:hover, .gform_wrapper form .gform-body .gform_fields textarea:hover {
  border-color: #778f1b !important;
}
.gform_wrapper form .gform-body .gform_fields input:focus, .gform_wrapper form .gform-body .gform_fields input:active, .gform_wrapper form .gform-body .gform_fields select:focus, .gform_wrapper form .gform-body .gform_fields select:active, .gform_wrapper form .gform-body .gform_fields textarea:focus, .gform_wrapper form .gform-body .gform_fields textarea:active {
  border-color: #b40b38 !important;
}
.gform_wrapper form .gform-body .gform_fields .gfield-choice-input {
  border-radius: 0.4em !important;
  border: 2px solid #FAF5F3 !important;
  box-shadow: none !important;
  transition: 0.3s ease-in !important;
  height: 1.6em !important;
  width: 1.6em !important;
  min-width: 1.4em !important;
}
.gform_wrapper form .gform-body .gform_fields .gfield-choice-input:hover {
  border-color: #778f1b !important;
}
.gform_wrapper form .gform-body .gform_fields .gfield-choice-input:focus, .gform_wrapper form .gform-body .gform_fields .gfield-choice-input:active {
  border-color: #b40b38 !important;
}
.gform_wrapper form .gform-body .gform_fields .gform-field-label--type-inline {
  font-size: 0.85em !important;
}
.gform_wrapper form .gform-footer button, .gform_wrapper form .gform-footer input[type=submit], .gform_wrapper form .gform-footer .button {
  padding: 0.8em 1.6em !important;
  border-radius: 0.6em 0.15em 0.6em 0.6em !important;
  font-size: 1.1em !important;
  line-height: 1.1em !important;
  background: #b40b38 !important;
  color: white !important;
  transition: 0.3s ease-in !important;
}
.gform_wrapper form .gform-footer button:hover, .gform_wrapper form .gform-footer button:active, .gform_wrapper form .gform-footer button:focus, .gform_wrapper form .gform-footer input[type=submit]:hover, .gform_wrapper form .gform-footer input[type=submit]:active, .gform_wrapper form .gform-footer input[type=submit]:focus, .gform_wrapper form .gform-footer .button:hover, .gform_wrapper form .gform-footer .button:active, .gform_wrapper form .gform-footer .button:focus {
  background: #292929 !important;
  color: white !important;
}

.x-modal-content form .gform-body .gform_fields input, .x-modal-content form .gform-body .gform_fields select, .x-modal-content form .gform-body .gform_fields textarea {
  border-color: #E7E7E7 !important;
}
.x-modal-content form .gform-body .gform_fields input:hover, .x-modal-content form .gform-body .gform_fields select:hover, .x-modal-content form .gform-body .gform_fields textarea:hover {
  border-color: #778f1b !important;
}
.x-modal-content form .gform-body .gform_fields input:focus, .x-modal-content form .gform-body .gform_fields input:active, .x-modal-content form .gform-body .gform_fields select:focus, .x-modal-content form .gform-body .gform_fields select:active, .x-modal-content form .gform-body .gform_fields textarea:focus, .x-modal-content form .gform-body .gform_fields textarea:active {
  border-color: #b40b38 !important;
}

/* 
 * In this file you should style residences
 * imported by style.scss
 */
.h-post:nth-child(even) .h-post__row .x-row-inner {
  flex-direction: row-reverse !important;
}

.gm-style-iw-c .gm-style-iw-chr {
  position: absolute !important;
  right: 0.5em !important;
  top: 0.5em !important;
}
.gm-style-iw-c .map-pin--title a {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.gm-style-iw-c .map-pin--directions a {
  background: #b40b38 !important;
  color: white !important;
  padding: 0.5em 1em !important;
  margin-top: 5px !important;
  border-radius: 0.6em 0.1em 0.6em 0.6em !important;
  transition: 0.3s ease-in !important;
  font-weight: 600 !important;
}
.gm-style-iw-c .map-pin--directions a:hover, .gm-style-iw-c .map-pin--directions a:focus, .gm-style-iw-c .map-pin--directions a:active {
  background: #292929 !important;
}

/* 
 * In this file you should style slider for gallery
 * imported by style.scss
 */
.gdesc-inner {
  display: none !important;
}

.gslide-media.gslide-inline {
  max-width: 1280px !important;
}

.gslide-inline .ginlined-content {
  padding: 0px !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
  background: black !important;
}

#swiper-69b1865679c39 .swiper-button-next, #swiper-69b1865679c39 .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: white !important;
  transition: 0.3s ease-in !important;
}
#swiper-69b1865679c39 .swiper-button-next::after, #swiper-69b1865679c39 .swiper-button-prev::after {
  color: #b40b38 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
#swiper-69b1865679c39 .swiper-button-next:focus, #swiper-69b1865679c39 .swiper-button-next:active, #swiper-69b1865679c39 .swiper-button-next:hover, #swiper-69b1865679c39 .swiper-button-prev:focus, #swiper-69b1865679c39 .swiper-button-prev:active, #swiper-69b1865679c39 .swiper-button-prev:hover {
  background: #b40b38 !important;
  color: white !important;
}
#swiper-69b1865679c39 .swiper-button-next:focus #swiper-69b1865679c39 .swiper-button-next:after, #swiper-69b1865679c39 .swiper-button-next:focus #swiper-69b1865679c39 .swiper-button-prev:after, #swiper-69b1865679c39 .swiper-button-next:active #swiper-69b1865679c39 .swiper-button-next:after, #swiper-69b1865679c39 .swiper-button-next:active #swiper-69b1865679c39 .swiper-button-prev:after, #swiper-69b1865679c39 .swiper-button-next:hover #swiper-69b1865679c39 .swiper-button-next:after, #swiper-69b1865679c39 .swiper-button-next:hover #swiper-69b1865679c39 .swiper-button-prev:after, #swiper-69b1865679c39 .swiper-button-prev:focus #swiper-69b1865679c39 .swiper-button-next:after, #swiper-69b1865679c39 .swiper-button-prev:focus #swiper-69b1865679c39 .swiper-button-prev:after, #swiper-69b1865679c39 .swiper-button-prev:active #swiper-69b1865679c39 .swiper-button-next:after, #swiper-69b1865679c39 .swiper-button-prev:active #swiper-69b1865679c39 .swiper-button-prev:after, #swiper-69b1865679c39 .swiper-button-prev:hover #swiper-69b1865679c39 .swiper-button-next:after, #swiper-69b1865679c39 .swiper-button-prev:hover #swiper-69b1865679c39 .swiper-button-prev:after {
  color: white !important;
}

.swiper-pagination-bullet {
  background: #292929 !important;
}
.swiper-pagination-bullet:hover {
  background: #778f1b !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b40b38 !important;
}

/* 
 * In this file you should declare any utility styles
 * For example: visually-hidden, center-text etc.
 * All classes here should be prefixed with "u-" Ex: u-visually-hidden
 * imported by style.scss
 */
.u-visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.u-clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.u-center-text {
  text-align: center !important;
}

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