/*
Theme Name: Rosewood (rmWebPro)
Text Domain: rosewood
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.1.5
License: Proprietary, non-distributed
*/
body {
  box-sizing: border-box;
}

body * {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/*Responsive Layout*/
html {
  padding: 0;
  margin: 0;
  background: #FFF;
}

body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #515151;
}
@media (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

p {
  padding: 0;
  margin: 10px 0 15px 0;
}

.intro {
  font-size: 1.2em;
}

.note {
  font-size: 0.9em;
  font-style: italic;
}

.centered {
  text-align: center;
}

.testimonial {
  font-size: 1.3em;
  font-style: italic;
  text-align: center;
}

.quote-credit {
  font-size: 0.8em;
  font-weight: bold;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  outline: none !important;
}

.button {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h1 {
  font-size: 50px;
  padding: 20px 0;
  margin: 0;
}
@media (max-width: 800px) {
  h1 {
    font-size: 30px;
  }
}
h1.page-title {
  color: #FFF;
  text-align: center;
}

h2 {
  font-size: 30px;
  padding: 15px 0 8px 0;
  margin: 0;
}
@media (max-width: 800px) {
  h2 {
    font-size: 20px;
  }
}
h2.section-header {
  margin-top: 80px;
  text-align: center;
  padding: 10px 30px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  padding: 10px 0 5px 0;
  margin: 0;
}
@media (max-width: 800px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  padding: 8px 0;
  margin: 0;
}

h5 {
  font-size: 17px;
  padding: 10px 0 3px 0;
  margin: 0;
}

h6 {
  font-size: 15px;
  padding: 6px 0;
  margin: 0;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h5 a:hover {
  text-decoration: none;
}

img,
a img,
.entry-content img {
  border: none;
  max-width: 100%;
  height: auto;
}

.alignright,
img.alignright {
  float: right;
  padding: 0;
  margin: 0 0 20px 30px;
  max-width: 40%;
}

.alignleft,
img.alignleft {
  float: left;
  padding: 0;
  margin: 0 15px 10px 0;
  max-width: 40%;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin: 20px auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.gallery-caption {
  font-size: 0.9em;
}

.sticky {
  border: 2px solid;
  padding: 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.bypostauthor {
  border-top: 5px solid;
}

ul.styled-list,
.entry-content ul {
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
}
ul.styled-list li,
.entry-content ul li {
  margin: 3px 0;
  padding: 0;
}

/*positioning*/
.page-content {
  background: #F3F3F3;
}

.full-width-row {
  padding: 50px;
}

.row {
  display: block;
  max-width: 1200px;
  width: 100%;
  padding: 35px 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .row {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.caldera-grid .row {
  padding: 0;
  margin: 0;
}

.social-links {
  display: flex;
  font-size: 1.2em;
}
.social-links a {
  margin: 5px;
}

/*Forms*/
.search-form form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 26px 0;
}
@media (max-width: 800px) {
  .search-form form {
    justify-content: space-between;
    padding: 20px;
  }
}

label {
  display: block;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  label {
    margin: 0 10px 0 0;
  }
}
.search-form label {
  width: 15%;
}
@media (max-width: 800px) {
  .search-form label {
    width: 49%;
    margin: 0 0 5px 0;
  }
}

label.full-width {
  width: 100%;
}
label.full-width select {
  width: 20%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
select,
textarea {
  font-size: 0.9em;
  width: 100%;
  display: block;
  padding: 12px;
  margin: 0;
  border-radius: 0;
  background: #ebebeb;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=search],
  select,
  textarea {
    width: 100%;
  }
}

input[type=search] {
  background: #EEE url(images/search.png) no-repeat;
  background-position: right center;
  font-size: 1em;
  line-height: 1.6;
  padding: 6px 12px;
}
@media (max-width: 800px) {
  input[type=search] {
    display: none;
  }
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 20px 40px;
  margin: 0;
  border-radius: 0;
  transition: all 0.2s;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  box-sizing: border-box;
  border-style: none;
}
@media (max-width: 800px) {
  input[type=submit] {
    width: 100%;
  }
}
input[type=submit]:hover {
  cursor: pointer;
}

.req {
  color: red;
}

/*Theme Flexible Content Sections*/
.section:nth-child(even) {
  background: #FFF;
}

/*Slider*/
.slider-container {
  display: block;
  position: relative;
}

.slider {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow: hidden;
}
.slider img {
  width: 100%;
}

.slider-overlay {
  position: absolute;
  bottom: -100px;
  display: block;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 20px 5%;
  background: #FFF;
  text-align: center;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 9999;
}
@media (max-width: 800px) {
  .slider-overlay {
    position: static;
    width: auto;
    margin: 0;
    padding: 20px;
    box-shadow: none;
  }
}
.slider-overlay h1.slider-title {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 2.5em;
}
@media (max-width: 800px) {
  .slider-overlay h1.slider-title {
    font-size: 1.5em;
  }
}

.flex-direction-nav a {
  width: 40px !important;
  height: 50px !important;
}

.slider-spacer {
  display: block;
  height: 100px;
  width: 100%;
}
@media (max-width: 800px) {
  .slider-spacer {
    display: none;
  }
}

/*Buttons*/
.buttons-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 50px 0;
}
.buttons-container a {
  display: block;
  border-right: solid 1px #BBB;
  padding: 0 10%;
  text-align: center;
}
@media (max-width: 800px) {
  .buttons-container a {
    padding: 0 25px;
  }
}
.buttons-container a:last-child {
  border: none;
}
.buttons-container a span.fa {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  color: #FFF;
  border: solid 2px #FFF;
  transition: background 0.5s;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .buttons-container a span.fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.buttons-container a span.intro {
  display: block;
  margin-top: 10px;
  font-size: 1.5em;
}
@media (max-width: 800px) {
  .buttons-container a span.intro {
    font-size: 1.1em;
  }
}

/*2-column image + text*/
.two-column-with-image .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .two-column-with-image .row {
    flex-direction: column;
  }
}
.two-column-with-image img,
.two-column-with-image .col-right {
  width: 48%;
  height: auto;
}
@media (max-width: 800px) {
  .two-column-with-image img,
  .two-column-with-image .col-right {
    width: auto;
    max-width: 100%;
  }
}

/*Featured Properties Slider*/
.featured-properties {
  border: none;
  padding: 0;
  background: none;
}

div.featured-property {
  height: 40vh !important;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-align: center;
  margin: 40px 0;
}
@media (max-width: 800px) {
  div.featured-property {
    height: 20vh !important;
  }
}
div.featured-property .featured-property-overlay {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -24px;
  z-index: 99999;
}
div.featured-property .featured-property-overlay a {
  display: inline-block;
  padding: 8px 20px;
  background: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
@media (max-width: 800px) {
  div.featured-property .featured-property-overlay a {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.owlCarousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 15vh;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .owl-nav {
    top: 7vh;
  }
}
.owl-nav span {
  display: none;
}

.owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  left: -2vw;
  color: #fff;
  font-size: 6em;
}
@media screen and (min-width: 800px) {
  .owl-prev:before {
    left: 2vw;
  }
}

.owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: -2vw;
  color: #fff;
  font-size: 6em;
}
@media screen and (min-width: 800px) {
  .owl-next:before {
    right: 2vw;
  }
}

/*2-column text with 3-column list*/
.text-and-list h2 {
  margin-bottom: 10px;
}
.text-and-list h3 {
  text-align: center;
  margin: 25px 0 10px 0;
}

.col2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 800px) {
  .col2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.col2 p {
  padding: 0;
  margin: 0 0 10px 0;
  text-align: justify;
}
@media (max-width: 800px) {
  .col2 p {
    text-align: left;
  }
}

ul.col3 {
  padding: 0;
  margin: 12px -1.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  ul.col3 {
    flex-direction: column;
    margin: 12px 0;
    padding-bottom: 30px;
  }
}
ul.col3 li {
  flex-basis: 30%;
  width: 30%;
  margin: 4px 1.5%;
}
@media (max-width: 800px) {
  ul.col3 li {
    flex-basis: auto;
    width: auto;
    margin: 4px 0;
  }
}

/*Icons and text*/
.icon-list .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .icon-list .icons {
    padding-top: 40px;
  }
}
.icon-list .icons .icon-listing {
  width: 44%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 40px 0;
}
@media (max-width: 800px) {
  .icon-list .icons .icon-listing {
    width: auto;
  }
}
.icon-list .icons .icon-listing h3 {
  padding-top: 0;
}
.icon-list .icons .icon-listing a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  flex-basis: 100px;
  flex-shrink: 0;
  text-align: center;
  color: #FFF;
  padding: 0;
  margin-right: 40px;
}
@media (max-width: 800px) {
  .icon-list .icons .icon-listing a {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
    margin-right: 20px;
  }
}

/*Blog Page Styling*/
.blog-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-page .blog-posts {
  flex: 2;
}
.blog-page .blog-sidebar {
  flex: 1;
  padding: 50px;
  max-width: 300px;
  background-color: #fff;
}
.blog-page .blog-sidebar input[type=text], .blog-page .blog-sidebar input[type=email], .blog-page .blog-sidebar input[type=tel], .blog-page .blog-sidebar input[type=search], .blog-page .blog-sidebar select, .blog-page .blog-sidebar textarea, .blog-page .blog-sidebar input[type=submit] {
  border: 1px solid;
  color: #000;
  margin: 5px;
}
.blog-page .article-nav {
  background-color: #fff;
}

.article-nav {
  width: 100%;
}

.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform input[type=search], .searchform select, .searchform textarea, .searchform input[type=submit],
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=tel],
.comment-form input[type=search],
.comment-form select,
.comment-form textarea,
.comment-form input[type=submit] {
  border: 1px solid;
  color: #000;
  margin: 5px;
}

.category-info {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

/*Header*/
.page-header {
  background: #FFF;
}
.page-header .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  position: relative;
}
@media (max-width: 800px) {
  .page-header .row {
    flex-direction: column;
  }
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}

.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .header-top {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.portal-btns {
  margin-left: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.portal-btns .button {
  margin-left: 12px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
@media (max-width: 800px) {
  .portal-btns .button {
    margin: 0 5px;
    font-size: 16px;
  }
}

.logo {
  display: block;
  margin: 0 20px 0 0;
  background: #fff;
  position: absolute;
}
@media (max-width: 800px) {
  .logo {
    margin: 0 auto;
  }
}
.logo img {
  max-width: 250px;
  max-height: 100px;
  height: auto;
}
@media (max-width: 800px) {
  .logo img {
    max-width: 150px;
    max-height: 65px;
  }
}
.logo h1 {
  display: none;
}
.logo h1.no-logo-image {
  display: block;
  font-size: 2em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

@media (max-width: 800px) {
  nav.main-menu {
    display: none;
  }
}
nav.main-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
nav.main-menu ul li {
  padding: 0;
  margin: 0 0 0 20px;
  position: relative;
  /*Add arrows for menu items that have sub-items*/
  /*Remove arrows for sub-items*/
}
nav.main-menu ul li a {
  display: block;
  white-space: nowrap;
  padding: 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
nav.main-menu ul li.no-link { /*Make menu items not clickable*/
  /*Make sub-items clickable*/
}
nav.main-menu ul li.no-link a {
  pointer-events: none;
}
nav.main-menu ul li.no-link li a {
  pointer-events: all;
}
nav.main-menu ul li.current_page_item a {
  background-color: #4D4A47;
  pointer-events: none;
  color: white;
}
nav.main-menu ul li.current_page_item ul a {
  border-color: transparent;
  pointer-events: all;
}
nav.main-menu ul li.menu-item-has-children a::after {
  content: "";
}
nav.main-menu ul li.menu-item-has-children li a::after {
  content: "";
}
nav.main-menu ul li ul {
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
nav.main-menu ul li:hover ul {
  opacity: 1;
  background: #FFF;
  border: 1px #4D4A47 solid;
  position: absolute;
  top: 100%;
  left: -12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 999;
}
nav.main-menu ul li:hover ul li {
  margin: 0;
}
nav.main-menu ul li:hover ul li a {
  padding: 5px 10px;
  margin: 0;
}

/* Header Jennifer's Theme*/
.quick-actions {
  display: flex;
}
.quick-actions .social {
  display: flex;
}
.quick-actions .social a {
  font-family: Open Sans;
  margin: 0 5px;
  padding: 0.3rem 0.5rem;
  text-align: center;
  min-width: 40px;
  background-color: transparent !important;
}
@media (max-width: 800px) {
  .quick-actions {
    flex-direction: column;
  }
}

.contact-us-options {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 1em;
}
@media (max-width: 800px) {
  .contact-us-options {
    width: 100%;
  }
}
.contact-us-options div {
  margin-bottom: 10px;
}

.email i {
  margin-right: 0.5rem;
}

.portal-btns {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 5;
  font-size: 1.05em;
  flex-wrap: wrap;
  padding: 1em;
}
@media (max-width: 800px) {
  .portal-btns {
    width: 100%;
    margin-left: 0;
  }
}
.portal-btns__skewed-bg {
  position: absolute;
  width: calc(100% + 3rem);
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  .portal-btns__skewed-bg {
    transform: skewX(-40deg);
    top: 0;
    left: -1rem;
  }
}

.row {
  width: 100%;
  max-width: inherit;
}

nav.main-menu {
  font-size: 1.2em;
}

.page-footer .row {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/*FOOTER*/
.page-footer {
  display: flex;
  justify-content: space-around;
  padding: 3em 50px;
  flex-wrap: wrap;
}
@media screen and (min-width: 800px) {
  .page-footer {
    padding: 3em 100px;
  }
}

.footer-column-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .footer-column-left {
    width: 50%;
  }
}

.footer-column-right {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .footer-column-right {
    width: 50%;
    text-align: right;
  }
}

.footer-column-left .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .footer-column-left .menu {
    justify-content: flex-start;
  }
}

.footer-column-left .menu li {
  list-style: none;
  text-transform: uppercase;
  margin: 10px 15px;
}
@media screen and (min-width: 800px) {
  .footer-column-left .menu li {
    margin: 0 30px 0 0;
  }
}

.footer-column-left .menu a {
  color: white;
}

.footer-affiliations {
  margin-top: 2em;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .footer-affiliations {
    text-align: left;
  }
}

.footer-logo {
  margin: 2em auto;
}
@media screen and (min-width: 800px) {
  .footer-logo {
    margin: 0 0 2em 0;
  }
}

.footer-copyright {
  margin-bottom: 2em;
}

.affiliation-icon {
  height: 50px;
  width: auto;
  margin: 0 0.5em;
}

p {
  line-height: 2;
}

.main-menu ul li a {
  color: initial;
}

/* Gutenberg alignment sample */
@media screen and (min-width: 68em) {
  .main-wrapper {
    overflow: hidden;
  }
  .main {
    max-width: 60em;
    margin: 0 auto;
  }
  .entry-content .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
  }
  .entry-content .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    max-width: 68em;
  }
}
/* Gutenberg custom color sample */
.has-branding-color {
  color: #f53333;
}

.has-branding-background-color {
  background-color: #f53333;
}

/*Hero Image Gutenberg Styles*/
.hasBGIMG {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-background-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3px;
}
@media screen and (min-width: 800px) {
  .hero-background-image {
    height: 675px;
  }
}

.hero-inner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px;
}
.hero-inner-content h2 {
  position: relative;
  padding: 0;
  font-size: 2.8em;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .hero-inner-content h2 {
    position: inherit;
    margin: 2em auto;
    width: 80%;
    min-height: 30vh;
    justify-content: center;
  }
}

.search-container {
  padding: 0em 50px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-container h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6em;
}
.search-container form {
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2em;
}
.search-container form label {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  .search-container form label.half-width {
    max-width: 230px;
  }
}
.search-container form input[type=text], .search-container form select {
  background-color: #cecece;
  color: #000;
  padding: 10px;
}
.search-container form input[type=submit] {
  margin: 1.5em auto;
}

/*Portfolio Items Block */
.portfolio-block {
  text-align: center;
  padding: 2em 0;
}

.portfolio-block__content {
  width: 80%;
  margin: 3em auto;
}
.portfolio-block__content > p {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.portfolio-block__content h2 {
  padding: 0 0 15px;
}

.portfolio-container {
  display: flex;
  justify-content: space-between;
  margin: 2em;
}
@media (max-width: 800px) {
  .portfolio-container {
    flex-direction: column;
  }
}

.portfolio-container a:hover {
  background-color: #cccccc !important;
}
.portfolio-container a:hover .link-text {
  background-color: #cccccc !important;
}

.portfolio-items {
  width: 32%;
  height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 800px) {
  .portfolio-items {
    width: 100%;
    height: auto;
  }
}

.link-text {
  background-color: #fff;
  padding: 1em 2em;
  margin: 30vh 2em 2em;
  text-align: center;
  transition: all 0.3s ease;
  width: 90%;
}
.link-text p {
  border: 1px black solid;
}
.link-text p:hover {
  background-color: white;
}
@media screen and (min-width: 800px) {
  .link-text {
    margin: 2em;
  }
}

/*Stats Block */
.stats-background {
  padding: 2em 0;
  display: flex;
  justify-content: center;
  border-bottom-width: 10px;
  border-bottom-style: solid;
}

.stats-container {
  display: flex;
  width: 80%;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .stats-container {
    width: 100%;
  }
}

.stat-item {
  width: 100%;
  text-align: center;
  margin: 2em;
}
@media screen and (min-width: 800px) {
  .stat-item {
    flex: 1;
  }
}

i.stat-icon {
  font-size: 4em;
}
@media (max-width: 800px) {
  i.stat-icon {
    width: 100%;
  }
}

.stat-number {
  font-size: 2.5em;
}

.stat-title {
  font-size: 2em;
}

.stat-item:nth-child(even) {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 2em 0;
  margin: 0 2em;
}
@media screen and (min-width: 800px) {
  .stat-item:nth-child(even) {
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}

/* Two Column Link Block */
.two-column-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.two-column-link__text {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .two-column-link__text {
    width: 60%;
  }
}
.two-column-link__text h3 {
  font-size: 1.8em;
}

.two-column-link__cta {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .two-column-link__cta {
    width: 40%;
  }
}

.two-column-link__cta-button {
  padding: 1em;
  border: 2px solid;
  display: inline-block;
}

/*Gutenberg Styles - Text Feature Box*/
.text-feature-box .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tfb-primary-content {
  width: 65%;
}
.tfb-primary-content h2 {
  text-align: center;
}

.tfb-feature-box {
  width: 24%;
  border: 2px solid;
  padding: 1em;
  text-align: center;
}

@media (max-width: 800px) {
  .tfb-primary-content {
    width: 100%;
  }
  .tfb-feature-box {
    width: 100%;
  }
}
/*Gutenberg Styles - Text Feature Box*/
.card-hor-2-col .col-container {
  marign: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-hor-2-col .section-title {
  text-align: center;
  border-bottom: 0.5em solid #3c6cae;
  margin: 0 auto;
  margin-bottom: 1.5em;
  width: 33%;
}
@media (max-width: 800px) {
  .card-hor-2-col .section-title {
    width: 75%;
  }
}
.card-hor-2-col .individual-col {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  background-color: #efefef;
  width: 48%;
  align-items: center;
}
@media (max-width: 800px) {
  .card-hor-2-col .individual-col {
    width: 100%;
    margin: 1em 0;
  }
}
.card-hor-2-col .text-container {
  width: 100%;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .card-hor-2-col .text-container {
    width: 50%;
  }
}
.card-hor-2-col .cta-link {
  border: 2px solid black;
  max-width: 250px;
  text-align: center;
  padding: 0.25em;
  text-transform: uppercase;
  display: inline-block;
  margin: 2em 0 1em;
}
.card-hor-2-col .image-container {
  width: 100%;
  background-size: cover;
  position: relative;
}
.card-hor-2-col .image-container img {
  display: block;
}
@media (min-width: 1200px) {
  .card-hor-2-col .image-container {
    width: 47%;
  }
}
.card-hor-2-col .image-container:before {
  content: " ";
  width: 5px;
  height: 50%;
  background-color: #3c6cae;
  display: block;
  position: absolute;
  top: 25%;
  left: -2.5px;
}

/*Gutenberg Styles - Slider Gallery*/
.slider-container .owl-carousel .slider-item {
  width: 75%;
  margin: 0 auto;
}
.slider-container .owl-nav {
  margin: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
}
.slider-container .owl-prev:before, .slider-container .owl-next:before {
  color: red;
}

.gallery-container {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.gallery-container li {
  margin: 1em;
  width: 22%;
}
.gallery-container li img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 250px;
}
@media (max-width: 800px) {
  .gallery-container li {
    width: 100%;
  }
}

/*Gutenberg Styles - */
.accordion-container {
  cursor: pointer;
}
.accordion-container .accordion-item {
  background-color: lightgrey;
  margin: 0.5em 0;
}
.accordion-container .accordion-item-title {
  background-color: darkgrey;
}
.accordion-container .accordion-item-body {
  padding: 0.5em;
  transition: all 0.3s ease;
}
.accordion-container i {
  transition: all 0.3s ease;
  margin: 0.33em;
}
.accordion-container .expanded {
  transform: rotatez(90deg);
}

/*Form Wide Section*/
.form-wide-section .form-wide-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 800px) {
  .form-wide-section .form-wide-top {
    flex-direction: column;
  }
}
.form-wide-section .form-wide-top .col {
  flex-basis: 47%;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 800px) {
  .form-wide-section .form-wide-top .col {
    width: auto;
    flex-basis: auto;
    flex-grow: 0;
  }
}
.form-wide-section .form-wide-top .col:last-of-type {
  margin-left: 10px;
}
@media (max-width: 800px) {
  .form-wide-section .form-wide-top .col:last-of-type {
    margin: 10px 0;
  }
}
.form-wide-section .nf-form-cont {
  padding: 30px 15px 30px 30px;
}
.form-wide-section .nf-form-cont .btn {
  float: right;
  font-weight: 600;
}
.form-wide-section .form-wide-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-wide-section .form-wide-list .form-wide-list-item {
  width: 45%;
  flex-basis: 45%;
  padding: 15px 0;
}
@media (max-width: 800px) {
  .form-wide-section .form-wide-list .form-wide-list-item {
    width: 100%;
    flex-basis: 100%;
  }
}
.form-wide-section .form-wide-list .form-wide-list-item h4 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.form-wide-section .form-wide-list .form-wide-list-item p {
  padding: 4px 0 0 0;
  margin: 0;
}
.form-wide-section iframe {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

/*2-column with contact*/
.two-column-with-contact {
  position: relative;
}

.two-column-with-contact-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  margin-top: -15px;
  margin-left: -15px;
}

.two-column-with-contact-content .social-links a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #fff;
}

body .nf-form-cont .col-sm-12 {
  width: 100%;
}
body .nf-form-cont .btn {
  border: none;
  font-weight: bold;
  font-size: 0.9em;
  border-radius: 0;
}

body .nf-form-cont input.form-control::-webkit-input-placeholder,
body .nf-form-cont textarea.form-control::-webkit-input-placeholder {
  color: #000;
}

body .nf-form-cont input.form-control::-moz-placeholder,
body .nf-form-cont textarea.form-control::-moz-placeholder {
  color: #000;
}

body .nf-form-cont input.form-control:-ms-input-placeholder,
body .nf-form-cont textarea.form-control:-ms-input-placeholder {
  color: #000;
}

body .nf-form-cont input.form-control::-ms-input-placeholder,
body .nf-form-cont textarea.form-control::-ms-input-placeholder {
  color: #000;
}

body .nf-form-cont input.form-control:-moz-placeholder,
body .nf-form-cont textarea.form-control:-moz-placeholder {
  color: #000;
}

.section.two-column-with-contact {
  position: relative;
  font-size: 1.15em;
  width: calc(100% + 10px);
}
.section.two-column-with-contact:before {
  content: "";
  background-color: #fff;
  height: 35px;
  width: 100%;
  top: -38px;
  z-index: 999999;
  position: absolute;
}
.section.two-column-with-contact .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 100px;
}
.section.two-column-with-contact .row .col-left {
  flex: 2;
  margin-right: 50px;
}
@media (max-width: 800px) {
  .section.two-column-with-contact .row .col-left {
    flex: auto;
    text-align: center;
    margin-right: 0;
  }
}
.section.two-column-with-contact .row .contentBlockBottom-Container .socialIcons {
  font-size: 2em;
}
.section.two-column-with-contact img,
.section.two-column-with-contact .col-right {
  flex: 2;
}
@media (max-width: 800px) {
  .section.two-column-with-contact img,
  .section.two-column-with-contact .col-right {
    width: 100%;
    margin-top: 1em;
    flex: auto;
  }
}
.section.two-column-with-contact img .nf-form-cont .row,
.section.two-column-with-contact .col-right .nf-form-cont .row {
  margin: 0 auto;
  padding: 0;
  max-width: 350px;
}
.section.two-column-with-contact img .nf-form-cont .row div,
.section.two-column-with-contact .col-right .nf-form-cont .row div {
  width: 100%;
}

.dashicons, .dashicons-before:before {
  font-size: 30px !important;
  color: black !important;
}/*# sourceMappingURL=style.css.map */