/*!
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.
 */
@import url("https://use.typekit.net/hgy0gkt.css");
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;
  }
}
*/
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  line-height: 1.1em; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 400 !important;
    color: #938a6a !important; }
  h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-style: normal !important;
    color: #CEC5A1 !important; }

.h-gradient {
  background: #7a6d5a;
  background: linear-gradient(90deg, rgba(122, 109, 90, 0.9024) 0%, rgba(81, 72, 59, 0.9024) 100%); }

/* 
 * In this file you should style any buttons
 * imported by style.scss
 */
.x-btn, .button, [type="submit"], .load-more {
  font-family: "dashiell-fine", serif;
  font-size: 1.1em !important;
  padding: 0.4em 1em !important;
  border-radius: 0.15em !important;
  border: 2px solid #243942 !important;
  color: #243942 !important;
  background: transparent !important;
  line-height: 1.4em !important; }
  .x-btn:hover, .button:hover, [type="submit"]:hover, .load-more:hover {
    padding: 0.4em 1em !important;
    border-radius: 0.15em !important;
    border-width: 2px !important;
    border-color: #938a6a !important;
    color: #938a6a !important; }

/* 
 * In this file you should style any forms
 * imported by style.scss
 */
#x-site footer .gform_wrapper.gravity-theme:hover input[type=email], #x-site footer .gform_wrapper.gravity-theme:focus input[type=email], #x-site footer .gform_wrapper.gravity-theme:active input[type=email] {
  border-color: #938a6a !important; }
#x-site footer .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0 !important; }
#x-site footer .gform_wrapper.gravity-theme input[type=email] {
  border: 2px solid #58595b !important;
  border-radius: .15em 0 0 .15em !important;
  font-size: 1em !important; }
#x-site footer .gform_wrapper.gravity-theme #field_submit {
  background: #243942 !important;
  padding: .9em 0.5em !important;
  border-radius: 0 0.15em 0.15em 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; }
  #x-site footer .gform_wrapper.gravity-theme #field_submit .gform_image_button {
    max-width: 20px !important; }
  #x-site footer .gform_wrapper.gravity-theme #field_submit:hover, #x-site footer .gform_wrapper.gravity-theme #field_submit:active, #x-site footer .gform_wrapper.gravity-theme #field_submit:focus {
    background: #938a6a !important; }
#x-site footer .gform_wrapper.gravity-theme .gform_footer {
  display: none !important; }

.gform_wrapper .gf_progressbar_percentage.percentbar_blue {
  background-color: #5d4f3d !important; }
.gform_wrapper .gf_progressbar_blue {
  background-color: white !important; }
.gform_wrapper form legend {
  border-bottom: 0px !important; }
.gform_wrapper form .gfield_label {
  font-size: 1em !important; }
.gform_wrapper form textarea, .gform_wrapper form input[type=text], .gform_wrapper form input[type=password], .gform_wrapper form input[type=datetime], .gform_wrapper form input[type=datetime-local], .gform_wrapper form input[type=date], .gform_wrapper form input[type=month], .gform_wrapper form input[type=time], .gform_wrapper form input[type=week], .gform_wrapper form input[type=number], .gform_wrapper form input[type=email], .gform_wrapper form input[type=url], .gform_wrapper form input[type=search], .gform_wrapper form input[type=tel], .gform_wrapper form input[type=color], .gform_wrapper form .uneditable-input, .gform_wrapper form select {
  font-size: 1em !important;
  border: 2px solid #243942 !important;
  border-radius: .2em !important; }
  .gform_wrapper form textarea:focus, .gform_wrapper form textarea:active, .gform_wrapper form textarea:hover, .gform_wrapper form input[type=text]:focus, .gform_wrapper form input[type=text]:active, .gform_wrapper form input[type=text]:hover, .gform_wrapper form input[type=password]:focus, .gform_wrapper form input[type=password]:active, .gform_wrapper form input[type=password]:hover, .gform_wrapper form input[type=datetime]:focus, .gform_wrapper form input[type=datetime]:active, .gform_wrapper form input[type=datetime]:hover, .gform_wrapper form input[type=datetime-local]:focus, .gform_wrapper form input[type=datetime-local]:active, .gform_wrapper form input[type=datetime-local]:hover, .gform_wrapper form input[type=date]:focus, .gform_wrapper form input[type=date]:active, .gform_wrapper form input[type=date]:hover, .gform_wrapper form input[type=month]:focus, .gform_wrapper form input[type=month]:active, .gform_wrapper form input[type=month]:hover, .gform_wrapper form input[type=time]:focus, .gform_wrapper form input[type=time]:active, .gform_wrapper form input[type=time]:hover, .gform_wrapper form input[type=week]:focus, .gform_wrapper form input[type=week]:active, .gform_wrapper form input[type=week]:hover, .gform_wrapper form input[type=number]:focus, .gform_wrapper form input[type=number]:active, .gform_wrapper form input[type=number]:hover, .gform_wrapper form input[type=email]:focus, .gform_wrapper form input[type=email]:active, .gform_wrapper form input[type=email]:hover, .gform_wrapper form input[type=url]:focus, .gform_wrapper form input[type=url]:active, .gform_wrapper form input[type=url]:hover, .gform_wrapper form input[type=search]:focus, .gform_wrapper form input[type=search]:active, .gform_wrapper form input[type=search]:hover, .gform_wrapper form input[type=tel]:focus, .gform_wrapper form input[type=tel]:active, .gform_wrapper form input[type=tel]:hover, .gform_wrapper form input[type=color]:focus, .gform_wrapper form input[type=color]:active, .gform_wrapper form input[type=color]:hover, .gform_wrapper form .uneditable-input:focus, .gform_wrapper form .uneditable-input:active, .gform_wrapper form .uneditable-input:hover, .gform_wrapper form select:focus, .gform_wrapper form select:active, .gform_wrapper form select:hover {
    border-color: #938a6a !important; }

#home-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #f2f7f9;
  padding: 1em;
  border-radius: .2em;
  font-weight: 300;
  color: #58595b;
  background-color: white; }
  #home-filters input, #home-filters select {
    border: 2px solid #938a6a;
    border-radius: .2em;
    font-size: .9em;
    margin: 0 .3em 0 0; }
    #home-filters input:hover, #home-filters input:focus, #home-filters input:active, #home-filters select:hover, #home-filters select:focus, #home-filters select:active {
      border-color: #243942; }
    @media (max-width: 1080px) {
      #home-filters input, #home-filters select {
        margin-bottom: .3em !important;
        width: calc(25% - .3em) !important; } }
    @media (max-width: 768px) {
      #home-filters input, #home-filters select {
        width: calc(50% - .3em) !important; } }
    @media (max-width: 480px) {
      #home-filters input, #home-filters select {
        width: 100% !important;
        margin-right: 0px !important; } }
  #home-filters label {
    margin: 0 .3em 0 0; }
    #home-filters label input {
      width: auto !important; }
  #home-filters #filter-reset-btn {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-family: "dashiell-fine", serif !important;
    padding: 0 0 0 0.8em !important;
    border: 2px solid #5d4f3d !important;
    border-radius: 0.2em !important;
    background: transparent !important;
    color: #5d4f3d !important;
    margin-left: auto !important;
    transition: .3s ease-in !important; }
    @media (max-width: 480px) {
      #home-filters #filter-reset-btn {
        width: 100% !important;
        margin-left: 0 !important; } }
    #home-filters #filter-reset-btn .btn-graphic {
      height: 2em;
      width: 2em;
      background: #5d4f3d;
      color: white;
      margin-left: 0.8em;
      display: flex;
      justify-content: center;
      align-items: center; }
    #home-filters #filter-reset-btn:hover, #home-filters #filter-reset-btn:active, #home-filters #filter-reset-btn:focus {
      border-color: #938a6a;
      color: #938a6a; }
      #home-filters #filter-reset-btn:hover .btn-graphic, #home-filters #filter-reset-btn:active .btn-graphic, #home-filters #filter-reset-btn:focus .btn-graphic {
        background: #938a6a; }

#home-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -.8em;
  margin-right: -.8em; }
  #home-grid .home-item {
    width: 33%;
    padding: .8em;
    box-sizing: border-box; }
    #home-grid .home-item:hover, #home-grid .home-item:active, #home-grid .home-item:focus {
      transform: scale(1.03) !important;
      transition: .3s ease-in; }
      #home-grid .home-item:hover .home-item__title, #home-grid .home-item:active .home-item__title, #home-grid .home-item:focus .home-item__title {
        color: #5d4f3d !important; }
      #home-grid .home-item:hover .home-item__info-inner, #home-grid .home-item:active .home-item__info-inner, #home-grid .home-item:focus .home-item__info-inner {
        opacity: .6 !important; }
    @media (max-width: 1080px) {
      #home-grid .home-item {
        width: 50% !important; } }
    @media (max-width: 768px) {
      #home-grid .home-item {
        width: 100% !important; } }
    #home-grid .home-item__show_home {
      background: #243942;
      color: white;
      padding: 0.6em;
      border-radius: 0.2em;
      line-height: 1em;
      margin-bottom: auto; }
    #home-grid .home-item__info-inner {
      padding: 1em;
      height: 44vh;
      min-height: 16em;
      max-height: 18em;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      border-radius: 0.2em;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #938a6a;
      flex-wrap: wrap; }
    #home-grid .home-item__details {
      background: white;
      padding: 0.6em;
      border-radius: 0.2em;
      display: flex;
      width: 100%;
      justify-content: space-between;
      color: #5d4f3d;
      text-transform: uppercase;
      font-weight: 600; }
      @media (max-width: 768px) {
        #home-grid .home-item__details {
          flex-direction: column !important;
          justify-content: center;
          align-items: center; } }
    #home-grid .home-item__footer {
      padding-top: 1em !important; }
    #home-grid .home-item__type {
      text-transform: uppercase;
      letter-spacing: .03em;
      color: #938a6a;
      line-height: 1.1em; }
    #home-grid .home-item__title {
      line-height: 1.1em;
      font-size: 1.4em;
      padding-top: 0.2em;
      text-transform: capitalize; }

.load-more__container {
  padding-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center; }

.hidden {
  display: none !important; }

.load_more {
  font-family: "dashiell-fine", serif;
  font-size: 1.1em !important;
  padding: 0.4em 1em !important;
  border-radius: 0.15em !important;
  border: 2px solid #243942 !important;
  text-transform: none !important;
  color: #243942 !important;
  background: transparent !important;
  line-height: 1.4em !important; }
  .load_more:hover {
    padding: 0.4em 1em !important;
    border-radius: 0.15em !important;
    border-width: 2px !important;
    text-transform: none !important;
    border-color: #938a6a !important;
    color: #938a6a !important; }

.video__container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: .2em;
  width: 100%;
  margin-bottom: 1em; }
  .video__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.agent-btn .x-anchor-content {
  pointer-events: none; }

.agent-modal {
  display: flex;
  background: white;
  padding: 2em;
  width: 100%;
  max-width: 800px;
  height: 88vh;
  overflow-y: scroll;
  border-radius: 0.2em; }
  .agent-modal__container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3em 2em;
    height: 100vh;
    width: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0; }
  .agent-modal__content {
    width: 100% !important; }
  .agent-modal .gform_wrapper .gform_title {
    font-size: 1.6em !important;
    padding-bottom: 1em !important; }
    .agent-modal .gform_wrapper .gform_title:after {
      width: 100% !important;
      max-width: 6em !important;
      height: 2px !important;
      background-color: #243942 !important;
      display: block; }

/* 
 * 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 */
