/*   
Theme Name: Poag
Theme URI: https://www.poagllc.com/
Description: Custom developed theme for Poag LLC.
Version: 1.0
Text Domain: Commexis
Author: William Pyle / Commexis
Author URI: http://www.commexis.com
*/
@font-face { font-family: 'Oswald'; src: url("assets/fonts/Oswald-Regular.woff2") format("woff2"), url("assets/fonts/Oswald-Regular.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Lato'; src: url("assets/fonts/Lato-Regular.woff2") format("woff2"), url("assets/fonts/Lato-Regular.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Lato'; src: url("assets/fonts/Lato-Italic.woff2") format("woff2"), url("assets/fonts/Lato-Italic.woff") format("woff"); font-weight: normal; font-style: italic; }

@font-face { font-family: 'Lato'; src: url("assets/fonts/Lato-LightItalic.woff2") format("woff2"), url("assets/fonts/Lato-LightItalic.woff") format("woff"); font-weight: 300; font-style: italic; }

@font-face { font-family: 'Lato'; src: url("assets/fonts/Lato-Bold.woff2") format("woff2"), url("assets/fonts/Lato-Bold.woff") format("woff"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Lato'; src: url("assets/fonts/Lato-Light.woff2") format("woff2"), url("assets/fonts/Lato-Light.woff") format("woff"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Lato'; src: url("assets/fonts/Lato-BoldItalic.woff2") format("woff2"), url("assets/fonts/Lato-BoldItalic.woff") format("woff"); font-weight: bold; font-style: italic; }

@font-face { font-family: 'Oswald'; src: url("assets/fonts/Oswald-Bold.woff2") format("woff2"), url("assets/fonts/Oswald-Bold.woff") format("woff"); font-weight: bold; font-style: normal; }

/* ==========================================
TYPOGRAPHY
========================================== */
/* ==========================================
TEXT
========================================== */
p { padding-bottom: 15px; /*@media screen and (max-width:481px) { overflow-wrap: break-word; word-wrap: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }*/ }

p:last-child { padding: 0; }

p strong { font-weight: 700; }

.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 { color: #9ad1dc; font-family: "Oswald", sans-serif; line-height: 1.25; letter-spacing: .5px; }

.the-content h1 { font-size: 36px; padding-bottom: 15px; text-transform: uppercase; }

@media screen and (max-width: 769px) { .the-content h1 { font-size: 24px; } }

@media screen and (max-width: 676px) { .the-content h1 { font-size: 22px; } }

@media screen and (max-width: 481px) { .the-content h1 { font-size: 18px; } }

.the-content h2 { font-size: 30px; padding-bottom: 15px; text-transform: uppercase; }

@media screen and (max-width: 1025px) { .the-content h2 { font-size: 36px; } }

@media screen and (max-width: 769px) { .the-content h2 { font-size: 30px; } }

@media screen and (max-width: 676px) { .the-content h2 { font-size: 24px; } }

@media screen and (max-width: 481px) { .the-content h2 { font-size: 22px; } }

.the-content h3 { font-size: 26px; padding-bottom: 15px; text-transform: uppercase; }

@media screen and (max-width: 769px) { .the-content h3 { font-size: 24px; } }

@media screen and (max-width: 676px) { .the-content h3 { font-size: 20px; } }

@media screen and (max-width: 481px) { .the-content h3 { font-size: 18px; } }

.the-content h4 { font-size: 22px; padding-bottom: 10px; }

@media screen and (max-width: 769px) { .the-content h4 { font-size: 16px; } }

@media screen and (max-width: 676px) { .the-content h4 { font-size: 14px; } }

.the-content h5 { font-size: 18px; padding-bottom: 10px; }

@media screen and (max-width: 769px) { .the-content h5 { font-size: 14px; } }

.the-content h6 { font-size: 16px; padding-bottom: 10px; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h4.small-headline { font-family: "Lato", sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; }

@media screen and (max-width: 481px) { h4.small-headline { font-size: 12px; } }

/* ==========================================
LINKS
========================================== */
a { color: #717375; cursor: pointer; text-decoration: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

a:hover { color: #9ad1dc; }

a.btn { border-radius: 50px; display: inline-block; font-size: 12px; letter-spacing: 2.5px; padding: 10px 20px; text-transform: uppercase; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-width: 500px) { a.btn { display: block; } }

a.btn.white { border: 2px solid #ffffff; color: #ffffff; }

a.btn.white:hover { background-color: #ffffff; color: #5b6f80; }

a.btn.mint { border: 2px solid #39bc9d; color: #39bc9d; }

a.btn.mint:hover { background-color: #39bc9d; color: #ffffff; }

a.btn.slate { border: 2px solid #5b6f80; color: #5b6f80; }

a.btn.slate:hover { background-color: #5b6f80; color: #ffffff !important; }

a.btn.ltblue { border: 2px solid #717375; color: #717375; }

a.btn.ltblue:hover { background-color: #9ad1dc; border: 2px solid #9ad1dc; color: #ffffff !important; }

a.btn.dkblue { border: 2px solid #313066; color: #313066; }

a.btn.dkblue:hover { background-color: #313066; color: #ffffff; }

/* ==========================================
FONT AWESOME
========================================== */
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: 14px; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ==========================================
MISC OVERALL
========================================== */
* { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

html { height: 100%; }

body { background-color: #ffffff; color: #333333; height: 100%; font-family: "Lato", sans-serif, Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.45; font-variant-numeric: lining-nums; -ms-font-feature-settings: "lnum" 1; -o-font-feature-settings: "lnum" 1; -webkit-font-feature-settings: "lnum" 1; font-feature-settings: "lnum" 1; }

@media screen and (max-width: 676px) { body { font-size: 15px; }
  body p { font-size: 15px !important; } }

@media only screen and (min-width: 320px) and (max-width: 676px) { body { -webkit-text-size-adjust: none; } }

.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }

* html .group, *:first-child + html .group { zoom: 1; }

a.post-edit-link { color: #212121; position: absolute; top: 1px; right: 0; font-size: 12px; text-decoration: none; padding-top: 5px; }

a.post-edit-link:hover { text-decoration: underline; }

::selection { background: #f1972c; color: #fff; }

::-moz-selection { background: #f1972c; color: #fff; }

.width-100 { width: 100%; }

/* ==========================================
MISC CONTENT RELATED
========================================== */
.alignleft { float: left; margin: 10px 10px 10px 0; }

.alignright { float: right; margin: 10px 0 10px 10px; }

.aligncenter { text-align: center; }

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

.word-break { /* These are technically the same, but use both */ overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */ word-break: break-all; /* Instead use this non-standard one: */ word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */ -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }

/*blockquote {
  border-left:5px solid $mint;
  font-family: $headline;
  font-size:18px;
  font-weight:700;
  margin-left:40px;
  margin:20px 0 25px 50px;
  padding:10px 0 10px 30px;
  @media screen and (max-width:676px) {
    margin:20px 0 25px 25px;
    padding: 10px 0 10px 20px;
  }
  @media screen and (max-width:481px) {
    margin:15px 0;
  }
  h4 {
    font-size:24px !important;
    @media screen and (max-width:676px) {
      font-size:20px !important;
    }
  }
}*/
iframe { max-width: 100%; }

.accessibilty { margin-top: -45px; position: fixed; top: 50%; right: 0; z-index: 2; }

.accessibilty .contrast, .accessibilty .font-size { background-color: #eeeeee; border: 1px solid #eeeeee; padding: 5px; }

.accessibilty .contrast img, .accessibilty .font-size img { cursor: pointer; display: block; width: 30px; }

.accessibilty .contrast.active-toggle, .accessibilty .font-size.active-toggle { background-color: #ffffff; }

.accessibilty .font-size { padding-top: 0; }

/* ==========================================
IMAGES
========================================== */
img.aligncenter { float: none; margin: 0 auto; display: block; }

.not-found { width: 100%; max-width: 600px; height: auto; }

.size-large, .size-full, .size-medium { max-width: 100%; height: auto; }

.wp-caption-text { font-size: 14px; font-style: italic; margin-bottom: 15px; padding-left: 15px; padding-bottom: 15px; }

/* ==========================================
ALL PAGES
========================================== */
.inner-container { margin: 0 auto; width: 1200px; }

@media screen and (max-width: 1225px) { .inner-container { padding-left: 20px; padding-right: 20px; width: 100%; } }

#page { padding-top: 82px; }

/* ==========================================
FRONT PAGE
========================================== */
.home-flex-content section.hero-block { overflow-x: hidden; padding-bottom: 50px; text-align: center; }

@media screen and (max-width: 676px) { .home-flex-content section.hero-block { padding-bottom: 35px; } }

.home-flex-content section.hero-block .hero-image { background-position: center center; background-size: cover; padding: 182px 0; }

@media screen and (max-width: 769px) { .home-flex-content section.hero-block .hero-image { padding: 100px 0; } }

@media screen and (max-width: 676px) { .home-flex-content section.hero-block .hero-image { padding: 80px 0; } }

.home-flex-content section.hero-block .triangle { margin-top: -138px; position: relative; z-index: 1; }

.home-flex-content section.hero-block .triangle:before, .home-flex-content section.hero-block .triangle:after { border-bottom: 138px solid #ffffff; content: ""; left: 50%; position: absolute; z-index: -10; }

.home-flex-content section.hero-block .triangle:before { border-right: 1750px solid transparent; transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); }

.home-flex-content section.hero-block .triangle:after { border-left: 1750px solid transparent; }

.home-flex-content section.hero-block .triangle-spacer { background-color: white; margin-top: 138px; padding-top: 20px; }

.home-flex-content section.hero-block .hero-content { padding-top: 20px; }

@media screen and (max-width: 676px) { .home-flex-content section.hero-block .hero-content { padding-top: 10px; } }

.home-flex-content section.hero-block .hero-content h1 { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 36px; font-weight: 600; text-transform: uppercase; }

@media screen and (max-width: 769px) { .home-flex-content section.hero-block .hero-content h1 { font-size: 30px; } }

@media screen and (max-width: 676px) { .home-flex-content section.hero-block .hero-content h1 { font-size: 24px; } }

@media screen and (max-width: 481px) { .home-flex-content section.hero-block .hero-content h1 { font-size: 20px; } }

.home-flex-content section.image-slider-text-block { background-color: #717375; color: #ffffff; padding: 50px 0; }

.home-flex-content section.image-slider-text-block .content-wrap { align-items: center; display: flex; margin: 0 auto; width: 1200px; }

@media screen and (max-width: 1225px) { .home-flex-content section.image-slider-text-block .content-wrap { padding-left: 20px; padding-right: 20px; width: 100%; } }

@media screen and (max-width: 800px) { .home-flex-content section.image-slider-text-block .content-wrap { display: block; } }

.home-flex-content section.image-slider-text-block .content-wrap .slider, .home-flex-content section.image-slider-text-block .content-wrap .text-block { width: 50%; }

@media screen and (max-width: 800px) { .home-flex-content section.image-slider-text-block .content-wrap .slider, .home-flex-content section.image-slider-text-block .content-wrap .text-block { float: none; width: 100%; } }

.home-flex-content section.image-slider-text-block .content-wrap .slider img { width: 100%; }

.home-flex-content section.image-slider-text-block .content-wrap .text-block.the-content { color: #fafafa; padding-left: 25px; }

@media screen and (max-width: 800px) { .home-flex-content section.image-slider-text-block .content-wrap .text-block.the-content { padding-left: 0; padding-top: 25px; text-align: center; } }

.home-flex-content section.image-slider-text-block .content-wrap .text-block.the-content h2 { color: #ffffff; }

.home-flex-content section.image-slider-text-block .content-wrap .text-block.the-content h3 { color: #ffffff; font-size: 20px; text-transform: uppercase; }

.home-flex-content section.image-slider-text-block .content-wrap .text-block.the-content p { padding-bottom: 30px; }

.home-flex-content section.image-slider-text-block .button-wrap { padding: 35px 20px 10px; text-align: center; }

@media screen and (max-width: 800px) { .home-flex-content section.image-slider-text-block .button-wrap { padding: 10px 20px 0; } }

.home-flex-content section.featured-properties { background-color: #fafafa; padding: 50px 0 75px; }

.home-flex-content section.featured-properties .intro-block { margin: 0 auto; padding-bottom: 65px; text-align: center; width: 1200px; }

@media screen and (max-width: 1225px) { .home-flex-content section.featured-properties .intro-block { padding-left: 20px; padding-right: 20px; width: 100%; } }

@media screen and (max-width: 676px) { .home-flex-content section.featured-properties .intro-block { padding-bottom: 30px; } }

.home-flex-content section.featured-properties .intro-block h2 { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 48px; font-weight: 600; padding-bottom: 30px; position: relative; text-transform: uppercase; }

@media screen and (max-width: 1025px) { .home-flex-content section.featured-properties .intro-block h2 { font-size: 30px; } }

@media screen and (max-width: 769px) { .home-flex-content section.featured-properties .intro-block h2 { font-size: 28px; } }

@media screen and (max-width: 676px) { .home-flex-content section.featured-properties .intro-block h2 { font-size: 22px; } }

.home-flex-content section.featured-properties .intro-block h2:after { border-top: 1px solid transparent; border-top-color: transparent; border-color: inherit; display: block; content: '\f0d7'; font-family: 'FontAwesome'; text-align: center; font-size: 15px; width: 150px; line-height: 3px; opacity: 0.3; margin: 20px auto 0; }

.home-flex-content section.featured-properties .intro-block p { font-weight: 300; font-size: 22px; }

@media screen and (max-width: 769px) { .home-flex-content section.featured-properties .intro-block p { font-size: 18px; } }

.home-flex-content section.featured-properties .properties { background-color: #9ad1dc; display: flex; flex-wrap: wrap; padding: 10px; }

@media screen and (max-width: 676px) { .home-flex-content section.featured-properties .properties { display: block; } }

.home-flex-content section.featured-properties .properties .property-single { background-position: center center; background-size: cover; border-right: 10px solid #9ad1dc; height: 550px; width: 25%; }

@media screen and (max-width: 900px) { .home-flex-content section.featured-properties .properties .property-single { width: 33.33%; } }

@media screen and (max-width: 676px) { .home-flex-content section.featured-properties .properties .property-single { border-right: none; height: 250px; margin-bottom: 10px; width: 100%; } }

.home-flex-content section.featured-properties .properties .property-single:first-child { width: 50%; }

@media screen and (max-width: 900px) { .home-flex-content section.featured-properties .properties .property-single:first-child { width: 33.33%; } }

@media screen and (max-width: 676px) { .home-flex-content section.featured-properties .properties .property-single:first-child { width: 100%; } }

.home-flex-content section.featured-properties .properties .property-single:nth-child(2) { align-items: stretch; display: flex; flex-direction: column; }

@media screen and (max-width: 900px) { .home-flex-content section.featured-properties .properties .property-single:nth-child(2) { display: block; } }

@media screen and (max-width: 676px) { .home-flex-content section.featured-properties .properties .property-single:nth-child(2) { height: auto; } }

.home-flex-content section.featured-properties .properties .property-single:last-child { border-right: none; margin-bottom: 0; }

.home-flex-content section.featured-properties .properties .property-single .prop-title { background: rgba(0, 0, 0, 0.15); color: #ffffff; font-family: "Oswald", sans-serif; font-size: 22px; height: 100%; padding: 30px; text-transform: uppercase; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

@media screen and (max-width: 676px) { .home-flex-content section.featured-properties .properties .property-single .prop-title { font-size: 18px; } }

.home-flex-content section.featured-properties .properties .property-single .prop-title:hover { background: rgba(0, 0, 0, 0.35); }

.home-flex-content section.featured-properties .properties .property-single .property-top, .home-flex-content section.featured-properties .properties .property-single .property-bottom { background-position: center center; background-size: cover; height: 50%; }

@media screen and (max-width: 676px) { .home-flex-content section.featured-properties .properties .property-single .property-top, .home-flex-content section.featured-properties .properties .property-single .property-bottom { height: 250px; } }

.home-flex-content section.featured-properties .properties .property-single .property-top { border-bottom: 5px solid #9ad1dc; }

.home-flex-content section.featured-properties .properties .property-single .property-bottom { border-top: 5px solid #9ad1dc; }

.home-flex-content section.featured-properties .button-wrap { padding: 35px 20px 0; text-align: center; }

.home-flex-content section.featured-properties .button-wrap a:before { content: '\f061'; font-family: 'FontAwesome'; font-size: 12px; margin-right: 5px; }

.home-flex-content section.case-studies { background-color: #fafafa; padding: 50px 0 75px; }

@media screen and (max-width: 769px) { .home-flex-content section.case-studies { padding: 35px 0 50px; } }

.home-flex-content section.case-studies .intro-block { margin: 0 auto; padding-bottom: 65px; text-align: center; width: 1200px; }

@media screen and (max-width: 1225px) { .home-flex-content section.case-studies .intro-block { padding-left: 20px; padding-right: 20px; width: 100%; } }

@media screen and (max-width: 676px) { .home-flex-content section.case-studies .intro-block { padding-bottom: 30px; } }

.home-flex-content section.case-studies .intro-block h2 { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 48px; font-weight: 600; padding-bottom: 30px; position: relative; text-transform: uppercase; }

@media screen and (max-width: 1025px) { .home-flex-content section.case-studies .intro-block h2 { font-size: 30px; } }

@media screen and (max-width: 769px) { .home-flex-content section.case-studies .intro-block h2 { font-size: 28px; } }

@media screen and (max-width: 676px) { .home-flex-content section.case-studies .intro-block h2 { font-size: 22px; } }

.home-flex-content section.case-studies .intro-block h2:after { border-top: 1px solid transparent; border-top-color: transparent; border-color: inherit; display: block; content: '\f0d7'; font-family: 'FontAwesome'; text-align: center; font-size: 15px; width: 150px; line-height: 3px; opacity: 0.3; margin: 20px auto 0; }

.home-flex-content section.case-studies .intro-block p { font-weight: 300; font-size: 22px; }

@media screen and (max-width: 769px) { .home-flex-content section.case-studies .intro-block p { font-size: 18px; } }

.home-flex-content section.case-studies .properties-wrap { background-color: #9ad1dc; border: 20px solid #9ad1dc; display: flex; flex-wrap: wrap; }

@media screen and (max-width: 481px) { .home-flex-content section.case-studies .properties-wrap { display: block; } }

.home-flex-content section.case-studies .properties-wrap .property-single { background-position: center center; background-size: cover; width: 33.33%; }

@media screen and (max-width: 769px) { .home-flex-content section.case-studies .properties-wrap .property-single { margin: 0 1% 20px; width: 48%; } }

@media screen and (max-width: 676px) { .home-flex-content section.case-studies .properties-wrap .property-single { margin: 0 0 20px; width: 100%; }
  .home-flex-content section.case-studies .properties-wrap .property-single:last-child { margin: 0; } }

.home-flex-content section.case-studies .properties-wrap .property-single a { color: #ffffff; }

.home-flex-content section.case-studies .properties-wrap .property-single a .property-trans { background: rgba(0, 0, 0, 0.35); padding: 40px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.home-flex-content section.case-studies .properties-wrap .property-single a .property-trans:hover { background: rgba(0, 0, 0, 0.15); }

.home-flex-content section.case-studies .properties-wrap .property-single a .property-trans .property-name { border: 1px solid #ffffff; display: flex; font-family: "Oswald", sans-serif; font-size: 22px; flex-direction: column; justify-content: center; min-height: 284px; padding: 10px; text-align: center; text-transform: uppercase; }

.home-flex-content section.case-studies .button-wrap { padding: 35px 0 0 0; text-align: center; }

@media screen and (max-width: 676px) { .home-flex-content section.case-studies .button-wrap { padding: 25px 20px 0; } }

.home-flex-content section.case-studies .button-wrap a:before { content: '\f061'; font-family: 'FontAwesome'; font-size: 12px; margin-right: 5px; }

.home-flex-content section.properties-list { padding-top: 50px; }

.home-flex-content section.properties-list .headline { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 48px; font-weight: 600; padding: 0 20px 30px; position: relative; text-align: center; text-transform: uppercase; }

@media screen and (max-width: 1025px) { .home-flex-content section.properties-list .headline { font-size: 30px; } }

@media screen and (max-width: 769px) { .home-flex-content section.properties-list .headline { font-size: 28px; } }

@media screen and (max-width: 676px) { .home-flex-content section.properties-list .headline { font-size: 22px; } }

.home-flex-content section.properties-list .headline:after { border-top: 1px solid transparent; border-top-color: transparent; border-color: inherit; display: block; content: '\f0d7'; font-family: 'FontAwesome'; text-align: center; font-size: 15px; width: 150px; line-height: 3px; opacity: 0.3; margin: 20px auto 0; }

.home-flex-content section.properties-list .properties-wrap { background-color: #9ad1dc; display: flex; flex-wrap: wrap; margin: 0 auto; max-width: 1920px; padding: 20px; }

.home-flex-content section.properties-list .properties-wrap .property-single { background-position: center center; background-size: cover; }

.home-flex-content section.properties-list .properties-wrap .property-single a { color: #ffffff; }

.home-flex-content section.properties-list .properties-wrap .property-single .property-trans { background: rgba(0, 0, 0, 0.35); padding: 40px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

.home-flex-content section.properties-list .properties-wrap .property-single .property-trans:hover { background: rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 900px) { .home-flex-content section.properties-list .properties-wrap .property-single .property-trans { padding: 20px; } }

.home-flex-content section.properties-list .properties-wrap .property-single .property-trans .property-name { border: 1px solid #ffffff; display: flex; flex-direction: column; font-family: "Oswald", sans-serif; font-size: 22px; min-height: 284px; justify-content: center; padding: 0 20px; text-align: center; text-transform: uppercase; }

@media screen and (max-width: 676px) { .home-flex-content section.properties-list .properties-wrap .property-single .property-trans .property-name { font-size: 18px; min-height: 200px; } }

.home-flex-content section.properties-list .properties-wrap .property-single.one-column { margin-bottom: 20px; width: 100%; }

.home-flex-content section.properties-list .properties-wrap .property-single.one-column:last-child { margin-bottom: 0; }

.home-flex-content section.properties-list .properties-wrap .property-single.two-columns { width: 50%; }

@media screen and (max-width: 550px) { .home-flex-content section.properties-list .properties-wrap .property-single.two-columns { margin-bottom: 20px; width: 100%; }
  .home-flex-content section.properties-list .properties-wrap .property-single.two-columns:last-child { margin-bottom: 0; } }

.home-flex-content section.properties-list .properties-wrap .property-single.three-columns { width: 33.33%; }

@media screen and (max-width: 767px) { .home-flex-content section.properties-list .properties-wrap .property-single.three-columns { width: 50%; } }

@media screen and (max-width: 550px) { .home-flex-content section.properties-list .properties-wrap .property-single.three-columns { margin-bottom: 20px; width: 100%; }
  .home-flex-content section.properties-list .properties-wrap .property-single.three-columns:last-child { margin-bottom: 0; } }

.home-flex-content section.properties-list .properties-wrap .property-single.four-columns { width: 25%; }

@media screen and (max-width: 1023px) { .home-flex-content section.properties-list .properties-wrap .property-single.four-columns { width: 33.33%; } }

@media screen and (max-width: 767px) { .home-flex-content section.properties-list .properties-wrap .property-single.four-columns { width: 50%; } }

@media screen and (max-width: 550px) { .home-flex-content section.properties-list .properties-wrap .property-single.four-columns { margin-bottom: 20px; width: 100%; }
  .home-flex-content section.properties-list .properties-wrap .property-single.four-columns:last-child { margin-bottom: 0; } }

.home-flex-content section.properties-list .properties-wrap .property-single.hide { display: none; }

.home-flex-content section.full-width-image { background-position: center center; background-size: cover; margin-top: 0; margin-bottom: 0; max-width: 1920px; padding: 250px 0; }

@media screen and (max-width: 1025px) { .home-flex-content section.full-width-image { padding: 200px 0; } }

@media screen and (max-width: 769px) { .home-flex-content section.full-width-image { padding: 150px 0; } }

@media screen and (max-width: 676px) { .home-flex-content section.full-width-image { padding: 100px 0; } }

@media screen and (max-width: 481px) { .home-flex-content section.full-width-image { padding: 50px 0; } }

.home-flex-content section.testimonials { background-position: center center; background-size: cover; color: #ffffff; padding: 100px 0; }

@media screen and (max-width: 676px) { .home-flex-content section.testimonials { padding: 50px 0; } }

.home-flex-content section.testimonials .headline { font-family: "Oswald", sans-serif; font-size: 36px; text-align: center; text-transform: uppercase; }

@media screen and (max-width: 1025px) { .home-flex-content section.testimonials .headline { font-size: 30px; } }

@media screen and (max-width: 769px) { .home-flex-content section.testimonials .headline { font-size: 28px; } }

@media screen and (max-width: 676px) { .home-flex-content section.testimonials .headline { font-size: 22px; } }

.home-flex-content section.testimonials .headline:after { border-top: 1px solid transparent; border-top-color: transparent; border-color: inherit; display: block; content: '\f0d7'; font-family: 'FontAwesome'; text-align: center; font-size: 15px; width: 150px; line-height: 3px; opacity: 0.3; margin: 20px auto 0; }

.home-flex-content section.testimonials .slider-arrows { font-size: 22px; padding-top: 20px; text-align: center; }

.home-flex-content section.testimonials .slider-arrows div { display: inline-block; }

.home-flex-content section.testimonials .slider-arrows div:first-child { margin-right: 3px; }

.home-flex-content section.testimonials .slider-arrows div:first-child a { padding-right: 3px; }

.home-flex-content section.testimonials .slider-arrows div:last-child { padding-left: 2px; }

.home-flex-content section.testimonials .slider-arrows div:last-child a { padding-left: 3px; }

.home-flex-content section.testimonials .slider-arrows div a { background: rgba(0, 0, 0, 0.25); color: #ffffff; display: block; height: 40px; opacity: .5; padding-top: 4px; width: 40px; }

.home-flex-content section.testimonials .slider-arrows div a:hover { opacity: 1; }

.home-flex-content section.testimonials .content-wrap { margin: 0 auto; padding-top: 20px; width: 1200px; }

@media screen and (max-width: 1225px) { .home-flex-content section.testimonials .content-wrap { padding-left: 20px; padding-right: 20px; width: 100%; } }

.home-flex-content section.testimonials .content-wrap .test-single blockquote { border: 1px solid rgba(140, 140, 140, 0.25); font-size: 18px; font-style: italic; margin-bottom: 25px; text-align: left; padding: 30px; }

.home-flex-content section.testimonials .content-wrap .test-single blockquote p { text-align: left; }

.home-flex-content section.testimonials .content-wrap .test-single blockquote p:before { display: inline-block; content: '\f10d'; font-family: 'FontAwesome'; font-size: 36px; font-style: normal; margin-right: 15px; }

.home-flex-content section.testimonials .content-wrap .test-single p { padding-right: 30px; padding-bottom: 10px; text-align: right; }

.home-flex-content section.testimonials .content-wrap .test-single p:last-child { padding-bottom: 0; }

.home-flex-content section.testimonials .content-wrap .test-single p strong { font-family: "Oswald", sans-serif; font-size: 18px; font-weight: 400; }

.home-flex-content section.latest-news { padding: 60px 0; }

@media screen and (max-width: 525px) { .home-flex-content section.latest-news { padding: 40px 0 0; } }

.home-flex-content section.latest-news .headline { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 48px; font-weight: 600; padding-bottom: 30px; position: relative; text-align: center; text-transform: uppercase; }

@media screen and (max-width: 1025px) { .home-flex-content section.latest-news .headline { font-size: 30px; } }

@media screen and (max-width: 769px) { .home-flex-content section.latest-news .headline { font-size: 28px; } }

@media screen and (max-width: 676px) { .home-flex-content section.latest-news .headline { font-size: 22px; } }

.home-flex-content section.latest-news .headline:after { border-top: 1px solid transparent; border-top-color: transparent; border-color: inherit; display: block; content: '\f0d7'; font-family: 'FontAwesome'; text-align: center; font-size: 15px; width: 150px; line-height: 3px; opacity: 0.3; margin: 20px auto 0; }

/* ==========================================
SUB PAGE
========================================== */
.sub-flex-content section { padding-bottom: 50px; }

@media screen and (max-width: 676px) { .sub-flex-content section { padding-bottom: 30px; } }

.sub-flex-content section.hero-block { background-position: center center; background-size: cover; margin-bottom: 50px; padding: 115px 0; }

@media screen and (max-width: 769px) { .sub-flex-content section.hero-block { padding: 75px 0; } }

@media screen and (max-width: 676px) { .sub-flex-content section.hero-block { padding: 50px 0; } }

.sub-flex-content section.text-image-block .inner-container { display: flex; }

@media screen and (max-width: 676px) { .sub-flex-content section.text-image-block .inner-container { display: block; } }

.sub-flex-content section.text-image-block .inner-container .image-block { flex: 0 0 450px; text-align: center; }

@media screen and (max-width: 975px) { .sub-flex-content section.text-image-block .inner-container .image-block { flex: 0 0 300px; } }

.sub-flex-content section.text-image-block .inner-container .image-block img { max-width: 100%; }

.sub-flex-content section.text-image-block .inner-container.left-image .text-block { padding-left: 50px; }

@media screen and (max-width: 676px) { .sub-flex-content section.text-image-block .inner-container.left-image .text-block { padding-left: 0; padding-top: 25px; } }

.sub-flex-content section.text-image-block .inner-container.right-image .image-block { order: 2; }

.sub-flex-content section.text-image-block .inner-container.right-image .text-block { order: 1; padding-right: 50px; }

@media screen and (max-width: 676px) { .sub-flex-content section.text-image-block .inner-container.right-image .text-block { padding-right: 0; padding-top: 25px; } }

.sub-flex-content section.our-people-wrap .headline { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 36px; padding-bottom: 30px; position: relative; text-align: center; text-transform: uppercase; }

@media screen and (max-width: 1025px) { .sub-flex-content section.our-people-wrap .headline { font-size: 30px; } }

@media screen and (max-width: 769px) { .sub-flex-content section.our-people-wrap .headline { font-size: 28px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.our-people-wrap .headline { font-size: 22px; } }

.sub-flex-content section.our-people-wrap .headline:after { border-top: 1px solid transparent; border-top-color: transparent; border-color: inherit; display: block; content: '\f0d7'; font-family: 'FontAwesome'; text-align: center; font-size: 15px; width: 150px; line-height: 3px; opacity: 0.3; margin: 20px auto 0; }

.sub-flex-content section.our-people-wrap .people-list { display: flex; flex-wrap: wrap; }

@media screen and (max-width: 481px) { .sub-flex-content section.our-people-wrap .people-list { display: block; } }

.sub-flex-content section.our-people-wrap .people-list .team-single { padding: 0 15px 40px; width: 33.33%; }

@media screen and (max-width: 676px) { .sub-flex-content section.our-people-wrap .people-list .team-single { width: 50%; } }

@media screen and (max-width: 481px) { .sub-flex-content section.our-people-wrap .people-list .team-single { padding: 0 0 30px; width: 100%; } }

.sub-flex-content section.our-people-wrap .people-list .team-single a { color: #9ad1dc; }

.sub-flex-content section.our-people-wrap .people-list .team-single a:hover { color: #717375; }

.sub-flex-content section.our-people-wrap .people-list .team-single .image-block img { width: 100%; }

.sub-flex-content section.our-people-wrap .people-list .team-single .name { font-family: "Oswald", sans-serif; font-size: 20px; padding: 15px 0 0; text-transform: uppercase; }

.sub-flex-content section.our-people-wrap .people-list .team-single .title { font-style: italic; padding-bottom: 10px; }

.sub-flex-content section.our-people-wrap .people-list .team-single .email { padding-bottom: 20px; }

.sub-flex-content section.our-people-wrap .people-list .team-single .button-wrap { padding-top: 30px; }

.sub-flex-content section.our-people-wrap .people-list .team-single .button-wrap a { color: #717375; }

.sub-flex-content section.our-people-wrap .people-list .team-single .button-wrap a:hover { color: #ffffff; }

.sub-flex-content section.contact-block .inner-container .contact-info, .sub-flex-content section.contact-block .inner-container .form-block { float: left; width: 50%; }

@media screen and (max-width: 825px) { .sub-flex-content section.contact-block .inner-container .contact-info, .sub-flex-content section.contact-block .inner-container .form-block { float: none; width: 100%; } }

@media screen and (max-width: 825px) { .sub-flex-content section.contact-block .inner-container .contact-info { padding-bottom: 30px; } }

.sub-flex-content section.contact-block .inner-container .contact-info .contact-row .row-single { display: flex; padding-bottom: 50px; }

@media screen and (max-width: 825px) { .sub-flex-content section.contact-block .inner-container .contact-info .contact-row .row-single { display: block; text-align: center; } }

.sub-flex-content section.contact-block .inner-container .contact-info .contact-row .row-single:last-child { padding-bottom: 0; }

.sub-flex-content section.contact-block .inner-container .contact-info .contact-row .row-single:hover .icon { background-color: #333333; color: #ffffff; }

.sub-flex-content section.contact-block .inner-container .contact-info .contact-row .row-single .icon { border: 2px solid #333333; border-radius: 50%; flex: 0 0 50px; font-size: 20px; height: 50px; padding-top: 7px; text-align: center; width: 50px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-width: 825px) { .sub-flex-content section.contact-block .inner-container .contact-info .contact-row .row-single .icon { margin: 0 auto; } }

.sub-flex-content section.contact-block .inner-container .contact-info .contact-row .row-single .info { flex-grow: 1; padding-left: 50px; }

@media screen and (max-width: 825px) { .sub-flex-content section.contact-block .inner-container .contact-info .contact-row .row-single .info { padding-left: 0; padding-top: 15px; } }

.sub-flex-content section.contact-block .inner-container .contact-info .contact-row .row-single .info h2 { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 18px; padding-bottom: 10px; text-transform: uppercase; }

.sub-flex-content section.properties-list .headline { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 36px; padding-bottom: 30px; position: relative; text-align: center; text-transform: uppercase; }

@media screen and (max-width: 1025px) { .sub-flex-content section.properties-list .headline { font-size: 30px; } }

@media screen and (max-width: 769px) { .sub-flex-content section.properties-list .headline { font-size: 28px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.properties-list .headline { font-size: 22px; } }

.sub-flex-content section.properties-list .headline:after { border-top: 1px solid transparent; border-top-color: transparent; border-color: inherit; display: block; content: '\f0d7'; font-family: 'FontAwesome'; text-align: center; font-size: 15px; width: 150px; line-height: 3px; opacity: 0.3; margin: 20px auto 0; }

.sub-flex-content section.properties-list .property-cats { display: none; text-align: center; }

.sub-flex-content section.properties-list .property-cats li { display: inline-block; list-style-type: none; margin-right: 20px; padding-bottom: 10px; position: relative; }

.sub-flex-content section.properties-list .property-cats li a { color: #999999; }

.sub-flex-content section.properties-list .property-cats li a.active, .sub-flex-content section.properties-list .property-cats li a:hover { color: #333333; }

.sub-flex-content section.properties-list .property-cats li a.active:after, .sub-flex-content section.properties-list .property-cats li a:hover:after { bottom: -13px; content: '\f0d8'; color: #9ad1dc; display: block; font-family: FontAwesome; font-weight: normal; font-size: 24px; font-style: normal; left: 50%; margin-left: -6px; position: absolute; text-decoration: none; text-align: center; }

.sub-flex-content section.properties-list .properties-wrap { background-color: #9ad1dc; display: flex; flex-wrap: wrap; margin: 0 auto; max-width: 1920px; padding: 20px; }

.sub-flex-content section.properties-list .properties-wrap .property-single { background-position: center center; background-size: cover; }

.sub-flex-content section.properties-list .properties-wrap .property-single a { color: #ffffff; }

.sub-flex-content section.properties-list .properties-wrap .property-single .property-trans { background: rgba(0, 0, 0, 0.35); padding: 40px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

.sub-flex-content section.properties-list .properties-wrap .property-single .property-trans:hover { background: rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 900px) { .sub-flex-content section.properties-list .properties-wrap .property-single .property-trans { padding: 20px; } }

.sub-flex-content section.properties-list .properties-wrap .property-single .property-trans .property-name { border: 1px solid #ffffff; display: flex; flex-direction: column; font-family: "Oswald", sans-serif; font-size: 22px; min-height: 284px; justify-content: center; padding: 0 20px; text-align: center; text-transform: uppercase; }

@media screen and (max-width: 676px) { .sub-flex-content section.properties-list .properties-wrap .property-single .property-trans .property-name { font-size: 18px; min-height: 200px; } }

.sub-flex-content section.properties-list .properties-wrap .property-single.one-column { margin-bottom: 20px; width: 100%; }

.sub-flex-content section.properties-list .properties-wrap .property-single.one-column:last-child { margin-bottom: 0; }

.sub-flex-content section.properties-list .properties-wrap .property-single.two-columns { width: 50%; }

@media screen and (max-width: 550px) { .sub-flex-content section.properties-list .properties-wrap .property-single.two-columns { margin-bottom: 20px; width: 100%; }
  .sub-flex-content section.properties-list .properties-wrap .property-single.two-columns:last-child { margin-bottom: 0; } }

.sub-flex-content section.properties-list .properties-wrap .property-single.three-columns { width: 33.33%; }

@media screen and (max-width: 767px) { .sub-flex-content section.properties-list .properties-wrap .property-single.three-columns { width: 50%; } }

@media screen and (max-width: 550px) { .sub-flex-content section.properties-list .properties-wrap .property-single.three-columns { margin-bottom: 20px; width: 100%; }
  .sub-flex-content section.properties-list .properties-wrap .property-single.three-columns:last-child { margin-bottom: 0; } }

.sub-flex-content section.properties-list .properties-wrap .property-single.four-columns { width: 25%; }

@media screen and (max-width: 1023px) { .sub-flex-content section.properties-list .properties-wrap .property-single.four-columns { width: 33.33%; } }

@media screen and (max-width: 767px) { .sub-flex-content section.properties-list .properties-wrap .property-single.four-columns { width: 50%; } }

@media screen and (max-width: 550px) { .sub-flex-content section.properties-list .properties-wrap .property-single.four-columns { margin-bottom: 20px; width: 100%; }
  .sub-flex-content section.properties-list .properties-wrap .property-single.four-columns:last-child { margin-bottom: 0; } }

.sub-flex-content section.properties-list .properties-wrap .property-single.hide { display: none; }

/* ==========================================
TEAM
========================================== */
.team-member { padding: 50px 0 25px; }

.team-member .inner-container .image-block { padding-bottom: 20px; }

.team-member .inner-container .image-block img { max-width: 100%; }

.team-member .inner-container .the-content h1 { font-size: 44px; }

@media screen and (max-width: 769px) { .team-member .inner-container .the-content h1 { font-size: 36px; } }

@media screen and (max-width: 676px) { .team-member .inner-container .the-content h1 { font-size: 30px; } }

@media screen and (max-width: 481px) { .team-member .inner-container .the-content h1 { font-size: 24px; } }

.team-member .inner-container .the-content .job-title { font-style: italic; padding-bottom: 15px; }

/* ==========================================
PORTFOLIO
========================================== */
.portfolio-wrap section.slider-wrap { position: relative; }

.portfolio-wrap section.slider-wrap .port-slider li img { width: 100%; }

.portfolio-wrap section.slider-wrap:hover .slider-arrows #slider-prev-port, .portfolio-wrap section.slider-wrap:hover .slider-arrows #slider-next-port { opacity: .75; }

.portfolio-wrap section.slider-wrap:hover .slider-arrows #slider-prev-port { left: 20px; }

.portfolio-wrap section.slider-wrap:hover .slider-arrows #slider-next-port { right: 20px; }

.portfolio-wrap section.slider-wrap .slider-arrows #slider-prev-port, .portfolio-wrap section.slider-wrap .slider-arrows #slider-next-port { border: 2px solid #ffffff; border-radius: 50%; font-size: 24px; height: 45px; opacity: 0; padding-top: 4px; position: absolute; width: 45px; top: 50%; z-index: 51; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.portfolio-wrap section.slider-wrap .slider-arrows #slider-prev-port a, .portfolio-wrap section.slider-wrap .slider-arrows #slider-next-port a { color: #ffffff; }

.portfolio-wrap section.slider-wrap .slider-arrows #slider-prev-port { padding-left: 11px; left: -50px; }

@media screen and (max-width: 1300px) { .portfolio-wrap section.slider-wrap .slider-arrows #slider-prev-port { left: 0; } }

.portfolio-wrap section.slider-wrap .slider-arrows #slider-next-port { padding-left: 14px; right: -50px; }

@media screen and (max-width: 1300px) { .portfolio-wrap section.slider-wrap .slider-arrows #slider-next-port { right: 0; } }

.portfolio-wrap section.main-content { display: flex; padding-top: 20px; padding-bottom: 50px; }

@media screen and (max-width: 900px) { .portfolio-wrap section.main-content { display: block; } }

.portfolio-wrap section.main-content .description { flex-grow: 1; padding-right: 75px; }

@media screen and (max-width: 900px) { .portfolio-wrap section.main-content .description { padding-right: 0; } }

.portfolio-wrap section.main-content .description h1 { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 26px; padding-bottom: 10px; text-transform: uppercase; }

.portfolio-wrap section.main-content .description .the-content p:first-child:first-letter { background-color: #9ad1dc; color: #ffffff; display: inline-block; float: left; font-size: 40px; font-weight: 700; height: 50px; line-height: 48px; margin: 5px 15px 0 0; min-width: 50px; padding: 10px; position: relative; text-align: center; }

.portfolio-wrap section.main-content .sidebar { flex: 0 0 350px; padding-top: 5px; }

@media screen and (max-width: 900px) { .portfolio-wrap section.main-content .sidebar { padding-top: 30px; text-align: center; } }

.portfolio-wrap section.main-content .sidebar .sidebar-single { padding-bottom: 30px; }

.portfolio-wrap section.main-content .sidebar .sidebar-single:last-child { padding-bottom: 0; }

.portfolio-wrap section.main-content .sidebar .sidebar-single h1, .portfolio-wrap section.main-content .sidebar .sidebar-single h2, .portfolio-wrap section.main-content .sidebar .sidebar-single h3, .portfolio-wrap section.main-content .sidebar .sidebar-single h4, .portfolio-wrap section.main-content .sidebar .sidebar-single h5, .portfolio-wrap section.main-content .sidebar .sidebar-single h6 { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 18px; text-transform: uppercase; }

.portfolio-wrap section.portfolio-loop .headline { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 24px; text-align: center; text-transform: uppercase; }

@media screen and (max-width: 676px) { .portfolio-wrap section.portfolio-loop .headline { font-size: 22px; } }

.portfolio-wrap section.portfolio-loop .headline:after { border-top: 1px solid transparent; border-top-color: transparent; border-color: inherit; display: block; content: '\f0d7'; font-family: 'FontAwesome'; text-align: center; font-size: 15px; width: 150px; line-height: 3px; opacity: 0.3; margin: 20px auto 0; }

.portfolio-wrap section.portfolio-loop .properties-wrap { display: flex; flex-wrap: wrap; justify-content: center; padding-top: 25px; padding-bottom: 25px; }

@media screen and (max-width: 481px) { .portfolio-wrap section.portfolio-loop .properties-wrap { display: block; } }

.portfolio-wrap section.portfolio-loop .properties-wrap .property-single { background-position: center center; background-size: cover; margin-left: .5%; margin-right: .5%; width: 32.33%; }

@media screen and (max-width: 769px) { .portfolio-wrap section.portfolio-loop .properties-wrap .property-single { margin: 0 1% 20px; width: 48%; } }

@media screen and (max-width: 481px) { .portfolio-wrap section.portfolio-loop .properties-wrap .property-single { margin: 0 0 20px; width: 100%; } }

.portfolio-wrap section.portfolio-loop .properties-wrap .property-single a { color: #ffffff; }

.portfolio-wrap section.portfolio-loop .properties-wrap .property-single a .property-trans { background: rgba(0, 0, 0, 0.35); padding: 15px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.portfolio-wrap section.portfolio-loop .properties-wrap .property-single a .property-trans:hover { background: rgba(0, 0, 0, 0.15); }

.portfolio-wrap section.portfolio-loop .properties-wrap .property-single a .property-trans .property-name { border: 1px solid #ffffff; display: flex; font-family: "Oswald", sans-serif; font-size: 16px; flex-direction: column; justify-content: center; min-height: 175px; padding: 10px; text-align: center; text-transform: uppercase; }

/* ==========================================
BLOG
========================================== */
.blogwrap { padding: 0 0 50px 0; }

.blogwrap .hero-block { background-position: center center; background-size: cover; padding: 115px 0; }

@media screen and (max-width: 769px) { .blogwrap .hero-block { padding: 75px 0; } }

@media screen and (max-width: 676px) { .blogwrap .hero-block { padding: 50px 0; } }

.blogwrap .category-name { padding: 25px 0 0 0; }

.blogwrap .blog-sidebar-wrap { align-items: flex-start; display: flex; padding-top: 50px; }

@media screen and (max-width: 925px) { .blogwrap .blog-sidebar-wrap { display: block; } }

.blogwrap .blog-sidebar-wrap .blog-single { border: 1px solid #eeeeee; margin-right: 75px; padding: 20px; }

@media screen and (max-width: 925px) { .blogwrap .blog-sidebar-wrap .blog-single { margin-right: 0; } }

.blogwrap .blog-sidebar-wrap .blog-single .blog-image { padding-bottom: 15px; }

.blogwrap .blog-sidebar-wrap .blog-single .blog-image img { width: 100%; }

.blogwrap .blog-sidebar-wrap .blog-single .blog-title { padding-bottom: 5px; }

.blogwrap .blog-sidebar-wrap .blog-single .blog-title h1 { color: #9ad1dc; font-family: "Oswald", sans-serif; font-size: 26px; text-transform: uppercase; }

.blogwrap .blog-sidebar-wrap .blog-single .post-date { color: #999999; font-size: 12px; font-style: italic; padding-bottom: 15px; }

.blogwrap .blog-sidebar-wrap .blog-single .social-share { padding-bottom: 25px; }

.blogwrap .blog-sidebar-wrap .blog-single .social-share ul li { display: inline-block; list-style-type: none; padding-right: 5px; }

.blogwrap .blog-sidebar-wrap .blog-single .social-share ul li:first-child { font-size: 14px; }

.blogwrap .blog-sidebar-wrap .blog-single .previous-next { font-size: 12px; padding-top: 50px; text-transform: uppercase; }

.blogwrap .blog-sidebar-wrap .blog-single .previous-next a { color: #717375; font-family: "Oswald", sans-serif; font-size: 16px; text-transform: capitalize; }

.blogwrap .blog-sidebar-wrap .blog-single .previous-next a:hover { color: #9ad1dc; }

.blogwrap .blog-sidebar-wrap .blog-single .previous-next .previous-post, .blogwrap .blog-sidebar-wrap .blog-single .previous-next .next-post { float: left; width: 50%; }

@media screen and (max-width: 676px) { .blogwrap .blog-sidebar-wrap .blog-single .previous-next .previous-post, .blogwrap .blog-sidebar-wrap .blog-single .previous-next .next-post { float: none; width: 100%; } }

.blogwrap .blog-sidebar-wrap .blog-single .previous-next .previous-post { padding-right: 25px; }

@media screen and (max-width: 925px) { .blogwrap .blog-sidebar-wrap .blog-single .previous-next .previous-post { padding-right: 0; padding-bottom: 25px; } }

.blogwrap .blog-sidebar-wrap .blog-single .previous-next .previous-post .left-arrow { min-height: 65px; float: left; font-size: 24px; padding-right: 10px; }

.blogwrap .blog-sidebar-wrap .blog-single .previous-next .next-post { padding-left: 25px; text-align: right; }

@media screen and (max-width: 925px) { .blogwrap .blog-sidebar-wrap .blog-single .previous-next .next-post { padding-left: 0; } }

.blogwrap .blog-sidebar-wrap .blog-single .previous-next .next-post .right-arrow { min-height: 65px; float: right; font-size: 24px; padding-left: 10px; }

.blogwrap .blog-sidebar-wrap .blog-sidebar { flex: 0 0 300px; }

@media screen and (max-width: 925px) { .blogwrap .blog-sidebar-wrap .blog-sidebar { padding-top: 25px; } }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside { padding-bottom: 40px; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside:last-child { padding-bottom: 0; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside h2 { color: #717375; font-family: "Oswald", sans-serif; font-size: 16px; padding-bottom: 15px; text-transform: uppercase; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside.latest-posts .news-side .side-single { border-bottom: 1px solid #eeeeee; display: flex; margin-bottom: 15px; padding-bottom: 15px; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside.latest-posts .news-side .side-single:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside.latest-posts .news-side .side-single .image { flex: 0 0 50px; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside.latest-posts .news-side .side-single .image img { width: 100%; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside.latest-posts .news-side .side-single .info { font-size: 13px; padding-left: 15px; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside.latest-posts .news-side .side-single .info .date { font-size: 12px; color: #999999; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside.tag-list ul.archive { list-style-type: none; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside.tag-list ul.archive li { display: inline-block; font-size: 10px; padding-bottom: 5px; text-transform: uppercase; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside.tag-list ul.archive li a { border: 1px solid #eeeeee; color: #999999; display: block; padding: 10px; }

.blogwrap .blog-sidebar-wrap .blog-sidebar aside.tag-list ul.archive li a:hover { background-color: #eeeeee; color: #717375; }

.latest-news-container { display: flex; flex-wrap: wrap; justify-content: center; padding-top: 50px; }

@media screen and (max-width: 525px) { .latest-news-container { display: block; } }

.latest-news-container .post-single { border: 1px solid #eeeeee; margin-bottom: 25px; padding: 10px 10px 30px 10px; position: relative; width: 33.33%; }

@media screen and (max-width: 769px) { .latest-news-container .post-single { width: 50%; } }

@media screen and (max-width: 525px) { .latest-news-container .post-single { width: 100%; } }

.latest-news-container .post-single .post-date { background-color: #717375; color: #ffffff; font-style: italic; opacity: .9; padding: 10px 30px; position: absolute; top: 20px; left: 0; z-index: 2; }

@media screen and (max-width: 676px) { .latest-news-container .post-single .post-date { padding: 10px; } }

.latest-news-container .post-single .image-block { background-color: #f1972c; overflow: hidden; z-index: 2; }

.latest-news-container .post-single .image-block img { display: block; width: 100%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.latest-news-container .post-single .image-block img:hover { opacity: .75; -ms-transform: scale(1.05); /* IE 9 */ -webkit-transform: scale(1.05); /* Safari 3-8 */ transform: scale(1.05); }

.latest-news-container .post-single .text-block { padding-top: 15px; }

.latest-news-container .post-single .text-block .title { font-family: "Oswald", sans-serif; font-size: 24px; padding-bottom: 15px; text-transform: uppercase; }

@media screen and (max-width: 1025px) { .latest-news-container .post-single .text-block .title { font-size: 22px; } }

@media screen and (max-width: 769px) { .latest-news-container .post-single .text-block .title { font-size: 20px; } }

@media screen and (max-width: 676px) { .latest-news-container .post-single .text-block .title { font-size: 18px; } }

@media screen and (max-width: 481px) { .latest-news-container .post-single .text-block .title { font-size: 16px; } }

.latest-news-container .post-single .text-block .title a { color: #9ad1dc; }

.latest-news-container .post-single .text-block .title a:hover { color: #717375; }

.latest-news-container .post-single .text-block .excerpt { padding-bottom: 35px; }

.latest-news-container.hp { padding: 0 30px; }

@media screen and (max-width: 525px) { .latest-news-container.hp { padding: 0 20px; } }

.pagination { padding: 25px 20px 0; text-align: center; }

.pagination .page-numbers { border: 1px solid #eeeeee; color: #333333; display: inline-block; margin-right: 3px; margin-bottom: 10px; padding: 10px 15px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

.pagination .page-numbers:hover { background-color: #333333; color: #ffffff; }

.pagination .page-numbers.current { background-color: #333333; border: 1px solid #333333; color: #ffffff; }

/* ==========================================
SIDEBAR
========================================== */
/* ==========================================
LISTS
========================================== */
.the-content ul, .the-content ol { padding-left: 35px; }

.the-content ul li, .the-content ol li { padding-bottom: 10px; }

.the-content ul li:last-child, .the-content ol li:last-child { padding-bottom: 15px; }

.the-content ul li strong, .the-content ol li strong { font-weight: 700; }

.the-content ul li ul, .the-content ul li ol, .the-content ol li ul, .the-content ol li ol { padding-top: 10px; }

/* ==========================================
ACCORDION MENU
========================================== */
#cssmenu ul ul { display: none; }

/* ==========================================
404
========================================== */
.not-found-wrap { text-align: center; padding-left: 20px; padding-right: 20px; padding-bottom: 25px; }

.not-found-wrap .image-wrap { padding-top: 25px; padding-bottom: 25px; }

.not-found-wrap .image-wrap img { max-width: 400px; }

/* ==========================================
HEADER
========================================== */
header { background-color: #ffffff; max-width: 1920px; margin: 0 auto; position: fixed; width: 100%; z-index: 52; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); }

header .logo-nav-wrap { align-items: center; display: flex; padding: 0 50px; position: relative; }

@media screen and (max-width: 1225px) { header .logo-nav-wrap { padding: 0 20px; } }

@media screen and (max-width: 850px) { header .logo-nav-wrap .logo-wrap { text-align: center; padding: 20px 0; width: 100%; } }

header .logo-nav-wrap .logo-wrap img { max-width: 175px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

header .logo-nav-wrap .nav-wrap { margin-left: auto; text-align: right; }

@media screen and (max-width: 850px) { header .logo-nav-wrap .nav-wrap { display: none; } }

/* ==========================================
HEADER ON RESIZE
========================================== */
header.smaller .logo-nav-wrap .logo-wrap { padding: 5px 0; }

header.smaller .logo-nav-wrap .logo-wrap img { max-width: 150px; }

/* ==========================================
FONT SIZE TOGGLE
========================================== */
body.site-wide-font-size header .logo-nav-wrap { padding-top: 10px; padding-bottom: 10px; }

body.site-wide-font-size header .logo-nav-wrap .logo-wrap img { max-width: 300px; }

/* ==========================================
NAVIGATION
========================================== */
ul.top-nav { font-family: "Oswald", sans-serif; }

ul.top-nav li { display: inline-block; list-style-type: none; font-size: 15px; font-weight: 400; letter-spacing: 1px; position: relative; text-transform: uppercase; }

ul.top-nav li:last-child { padding-right: 0; }

ul.top-nav li a { color: #717375; display: block; padding: 30px 25px; }

@media screen and (max-width: 1025px) { ul.top-nav li a { padding: 30px 10px; } }

ul.top-nav li a:after { bottom: -8px; left: 50%; content: '\f0d8'; color: #ffffff; font-family: FontAwesome; font-weight: normal; font-style: normal; margin: 0px auto; position: absolute; text-decoration: none; text-align: center; }

ul.top-nav li a:hover { background-color: #fafafa; color: #9ad1dc; }

ul.top-nav li a:hover:after { color: #9ad1dc; }

ul.top-nav li.current_page_item a, ul.top-nav li.current-menu-ancestor a, ul.top-nav li.current_page_parent a, ul.top-nav li.current-menu-item a { color: #9ad1dc; }

header.smaller ul.top-nav li a { padding: 15px 25px; }

header.smaller ul.top-nav li a:after { bottom: -10px; }

/* ==========================================
DROPDOWNS
========================================== */
.drops .sub-menu { display: none; padding-top: 5px; }

.drops li:hover .sub-menu { display: block; }

.drops .menu-item .sub-menu { position: absolute; z-index: 100; text-align: left; }

.drops .menu-item .sub-menu li { background-color: #ffffff; border-right: none; display: block; float: none; font-weight: 300; max-width: 275px; min-width: 200px; padding: 8px 15px; text-transform: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.drops .menu-item .sub-menu li:first-child { padding-top: 15px; }

.drops .menu-item .sub-menu li:last-child { padding-bottom: 15px; }

.drops .menu-item .sub-menu li:last-child a { color: #333333; margin-top: 0; padding: 0; }

.drops .menu-item .sub-menu li a { border-bottom: none; display: block; padding-bottom: 0; }

.drops .menu-item .sub-menu li a:hover { /*color:$purple;*/ }

.drops .menu-item .sub-menu li.current-menu-item a { color: #333333; font-weight: 500; }

.drops .menu-item .sub-menu li.current-menu-item a:hover { color: #39bc9d; }

.drops li:last-child .sub-menu li { display: block; width: 200px; }

/* ==========================================
MOBILE MENU
========================================== */
.menu-open { color: #5b6f80; cursor: pointer; display: none; font-size: 24px; left: 15px; line-height: 1; top: 15px; position: absolute; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-width: 850px) { .menu-open { display: block; } }

.menu-open:hover { color: #333333; }

.sidenav { height: 100%; margin-left: -305px; width: 300px; position: fixed; z-index: 53; top: 0; left: 0; background-color: #ffffff; overflow-x: hidden; -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25); box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25); -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

.sidenav .closebtn { cursor: pointer; font-size: 28px; position: absolute; right: 20px; top: 0px; }

.sidenav .sidenav-content { padding: 20px; }

.sidenav .sidenav-content ul.mobile-nav { list-style-type: none; }

.sidenav .sidenav-content ul.mobile-nav li { font-size: 15px; padding-bottom: 5px; }

.sidenav .sidenav-content ul.mobile-nav li:last-child { padding-bottom: 0; }

.sidenav .sidenav-content ul.mobile-nav li a { text-decoration: none; /*color: $purple;*/ display: block; }

.sidenav .sidenav-content ul.mobile-nav li a:hover { color: #333333; }

.sidenav .sidenav-content ul.mobile-nav li .sub-menu { list-style-type: none; padding: 5px 0 0 10px; }

.sidenav .sidenav-content ul.mobile-nav li .sub-menu li { font-size: 14px; }

.sidenav .sidenav-content ul.mobile-nav li.current-menu-item a, .sidenav .sidenav-content ul.mobile-nav li.current_page_ancestor > a, .sidenav .sidenav-content ul.mobile-nav li.current_page_parent > a { color: #333333; }

.sidenav .sidenav-content .side-logo { padding: 20px 0 10px; }

.sidenav .sidenav-content .side-logo img { max-width: 150px; width: 100%; }

.sidenav .sidenav-content .mobile-contact { border-top: 1px solid #999999; margin-top: 15px; padding: 15px 0 10px; }

.sidenav .sidenav-content .mobile-contact p { padding-bottom: 0; }

.sidenav.active { margin-left: 0; }

#cssmenu ul ul { display: none; }

/* ==========================================
CONTRAST TOGGLE
========================================== */
body.site-wide-contrast ul.top-nav li a { color: #333333; }

body.site-wide-contrast ul.top-nav li.current_page_item a, body.site-wide-contrast ul.top-nav li.current-menu-ancestor a, body.site-wide-contrast ul.top-nav li.current_page_parent a { color: #333333; font-weight: 600; }

/* ==========================================
FONT SIZE TOGGLE
========================================== */
body.site-wide-font-size ul.top-nav li { font-size: 18px; }

/* ==========================================
GRAVITY FORMS
========================================== */
.gform_validation_errors { margin-bottom: 25px !important; }

.gform_validation_errors > h2 { color: #333333 !important; font-family: "Oswald", sans-serif !important; font-size: 14px !important; font-weight: 600 !important; padding: 0; text-transform: uppercase !important; }

.gform_required_legend { font-size: 13px !important; padding: 10px 0 5px 0 !important; }

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message { font-weight: 400 !important; }

.gform-body .gfield { padding-bottom: 5px; }

.gform-body .gfield_label { font-family: "Lato", sans-serif; font-weight: 400 !important; }

.gform-body .gfield_required_asterisk { position: relative; top: -3px; }

.gform-body .gfield_select { background-color: #ffffff; border: 1px solid #8f8f9d; font-family: "Lato", sans-serif !important; padding: 12px 10px !important; }

.gform-body input { font-family: "Lato", sans-serif !important; font-size: 16px !important; font-weight: 300 !important; padding: 10px !important; font-variant-numeric: lining-nums; -webkit-font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; font-feature-settings: "lnum"; }

.gform-body textarea { min-height: 100px !important; max-height: 300px !important; font-family: "Lato", sans-serif !important; font-size: 16px !important; font-weight: 300 !important; padding: 10px !important; width: 100% !important; }

button, input[type="button"], input[type="submit"] { background-color: #9ad1dc; border: 0; color: #ffffff; cursor: pointer; font-family: "Oswald", sans-serif; font-size: 16px; font-weight: 400; padding: 10px 20px; text-transform: uppercase; transition: all .5s; }

button:hover, input[type="button"]:hover, input[type="submit"]:hover { background: #717375; color: #ffffff; }

/* ==========================================
CONTACT FORMS
========================================== */
.caldera-grid .row { padding-bottom: 5px; }

@media screen and (max-width: 1225px) { .caldera-grid .row { margin-left: 0 !important; margin-right: 0 !important; } }

.caldera-grid .row .first_col { padding-right: 15px; }

@media screen and (max-width: 767px) { .caldera-grid .row .first_col { padding-right: 0; padding-left: 0; } }

.caldera-grid .row .last_col { padding-left: 15px; }

@media screen and (max-width: 767px) { .caldera-grid .row .last_col { padding-left: 0; padding-right: 0; } }

@media screen and (max-width: 767px) { .caldera-grid .row .col-sm-12.single { padding-left: 0; padding-right: 0; } }

.caldera-grid .row .single-text p { padding-bottom: 0; }

.caldera-grid .row label { font-weight: 400; }

.caldera-grid .row .checkbox label { font-size: 16px !important; font-weight: 300 !important; text-transform: capitalize !important; }

.caldera-grid .row p { padding-bottom: 10px; }

.caldera-grid .row p strong { font-weight: 500; }

.caldera-grid .form-control { border-radius: 0px !important; border: 1px solid #eeeeee !important; box-shadow: none !important; letter-spacing: .75px; font-size: 14px !important; font-weight: 300; padding: 10px !important; height: auto !important; margin-right: 0 !important; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.caldera-grid .form-control:focus { border: 1px solid #717375 !important; }

::-webkit-input-placeholder { /* WebKit browsers */ opacity: .75 !important; }

::-moz-placeholder { /* Firefox 19+ */ opacity: .75; }

.caldera-grid .btn-default { background-color: #5b6f80 !important; border: none !important; border-radius: 0 !important; color: #ffffff !important; float: left; font-family: "Oswald", sans-serif; font-size: 16px !important; padding: 10px 25px !important; text-transform: uppercase; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.caldera-grid .btn-default:hover { background-color: #333333 !important; }

@media screen and (max-width: 768px) { .caldera-grid .btn-default { float: none; } }

/* ==========================================
CONTRAST TOGGLE
========================================== */
body.site-wide-contrast .caldera-grid .form-control { border: 1px solid #333333 !important; }

/* ==========================================
FOOTER
========================================== */
footer { font-size: 15px; padding-bottom: 20px; padding-top: 30px; text-align: center; }

footer .nav-wrap, footer .contact-info { padding-bottom: 20px; }

footer .nav-wrap ul.footer-nav li { display: inline-block; font-size: 13px; font-weight: 600; list-style-type: none; padding-right: 15px; text-transform: uppercase; }

@media screen and (max-width: 676px) { footer .nav-wrap ul.footer-nav li { display: block; padding-right: 0; padding-bottom: 10px; } }

footer .nav-wrap ul.footer-nav li:last-child { padding-right: 0; }

@media screen and (max-width: 676px) { footer .nav-wrap ul.footer-nav li:last-child { padding-bottom: 0; } }

footer .logo { padding: 0 20px 20px; }

footer .logo img { max-width: 300px; }

@media screen and (max-width: 676px) { footer .logo img { max-width: 300px; width: 100%; } }

footer .copyright { color: #999999; font-size: 12px; }

/* ==========================================
RETURN TO TOP ARROW
========================================== */
.cd-top { border-radius: 50%; display: inline-block; height: 60px; width: 60px; position: fixed; bottom: 60px; right: 25px; /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: #eeeeee url(images/cd-top-arrow.svg) no-repeat center 50%; background-size: 25px; visibility: hidden; opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .25s 0s, visibility 0s 0s; -moz-transition: opacity .25s 0s, visibility 0s 0s; transition: opacity .25s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible { /* the button becomes visible */ border: 1px solid transparent; visibility: visible; opacity: .25; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.cd-top.cd-is-visible:hover { border: 1px solid #999999; opacity: .5; }

.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .25; }

.no-touch .cd-top:hover { background-color: #999999; opacity: 1; }
