.light-text {
  color: #888;
}
.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5 {
  color: #fff;
}
.light-text a {
  color: #fff;
}
.bg-lightGrey {
  background: #f6f6f6;
}
@font-face {
  font-family: 'dm_serif';
  src: url('../fonts/dmserifdisplay-regular-webfont.woff2') format('woff2'), url('../fonts/dmserifdisplay-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: 'montserrat';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  color: #888;
}
h1 {
  font-family: 'dm_serif';
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.1;
  color: #005cb9;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
h1 strong {
  color: #1b1b1b;
}
h2 {
  font-family: 'dm_serif';
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #005cb9;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
h2 strong {
  color: #1b1b1b;
}
h3 {
  font-family: 'poppins';
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  color: #000;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
h4 {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  margin: 0 0 20px;
}
h5 {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  margin: 0 0 20px;
  text-transform: uppercase;
}
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #ff9e19;
}
a:active {
  color: #ff9e19;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin: 0;
}
strong {
  color: #000;
  font-weight: 400;
}
@media (max-width: 768px) {
  br {
    display: none;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
a {
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
}
.button a {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 40px;
  background: #005cb9;
  color: #fff;
  margin: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.button a:hover {
  background: #ff9e19;
}
.button a:nth-child(2) {
  background: #f6f6f6;
  color: #000;
}
.button a:nth-child(2):hover {
  background: #1b1b1b;
  color: #fff;
}
.text-link a {
  display: inline-block;
  color: #005cb9;
  font-size: 0.8rem;
  font-weight: 700;
}
.text-link a:hover {
  color: #ff9e19;
}
.site-header {
  position: fixed;
  z-index: 10;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.site-header .container-fluid {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-header .container-fluid .site-title a {
  display: flex;
  height: 100%;
  align-items: center;
}
.site-header .container-fluid .site-title a img {
  max-width: 200px;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .site-header .container-fluid .site-title a img {
    max-width: 100px;
  }
}
body.scroll-down .site-header .container-fluid .site-title a img {
  max-width: 100px;
  transition: all 0.5s ease;
}
.main-navigation .menu-toggle {
  border: none;
  align-items: center;
  display: flex;
  height: 100%;
  background: #005cb9;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 20px;
  border-radius: 40px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.main-navigation ul li {
  display: inline-flex;
  height: 100%;
  align-items: center;
  position: relative;
}
.main-navigation ul li a {
  color: #005cb9;
  display: block;
  padding: 10px 15px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .main-navigation ul li.current-menu-item > a {
    position: relative;
  }
  .main-navigation ul li.current-menu-item > a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #ff9e19 transparent;
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .main-navigation ul {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    flex-flow: column nowrap;
    height: auto;
    background: #fff;
    display: none;
  }
  .main-navigation ul li {
    width: 100%;
    display: block;
    height: auto;
  }
  .main-navigation ul li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 25px;
    margin-bottom: 1px;
    background: #f6f6f6;
  }
}
.site-main {
  padding: 150px 0 0;
}
body.home .site-main {
  padding-top: 92px;
}
@media (max-width: 768px) {
  .site-main {
    padding: 86px 0 0;
  }
  body.home .site-main {
    padding-top: 56px;
  }
}
body.page .site-main .entry-header {
  display: none;
}
.site-main .entry-meta {
  margin-bottom: 40px;
}
.site-main .entry-meta .updated {
  display: none;
}
.section {
  padding: 100px 25px;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 25px;
  }
}
.press-wrapper .elementor-grid-item {
  align-items: center;
  margin-bottom: 30px !important;
  padding-bottom: 30px !important;
  border-bottom: 1px solid #f6f6f6;
}
.press-wrapper .elementor-grid-item:last-child {
  border: none;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .press-wrapper .elementor-grid-item {
    align-items: flex-start;
  }
  .press-wrapper .elementor-grid-item .elementor-post__excerpt {
    display: none;
  }
}
.elementor-pagination .page-numbers {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  text-align: center;
  line-height: 35px;
  font-size: 0.8rem;
}
.elementor-pagination .page-numbers.current {
  background: #888;
  color: #fff;
}
.property-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.property-wrapper .item {
  width: 33.33%;
  position: relative;
}
.property-wrapper .item a {
  display: block;
  overflow: hidden;
}
.property-wrapper .item a .image {
  width: 100%;
  padding-top: 80%;
  height: 0;
  position: relative;
  transition: all 2s ease;
}
.property-wrapper .item a .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-wrapper .item a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 10%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transition: all 0.5s ease;
}
.property-wrapper .item a:hover .title {
  opacity: 1;
  transition: all 0.5s ease;
}
.property-wrapper .item a:hover .image {
  transform: scale(1.2);
  transition: all 2s ease;
}
@media (max-width: 768px) {
  .property-wrapper .item {
    width: calc(50% - 30px);
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .property-wrapper .item a .title {
    position: relative;
    opacity: 1;
    background: none;
    color: #000;
    padding: 5%;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
  }
  .property-wrapper .item a:hover .title {
    opacity: 1;
    transition: all 0.5s ease;
  }
  .property-wrapper .item a:hover .image {
    transform: scale(1);
    transition: all 2s ease;
  }
}
@media (max-width: 767px) {
  .property-wrapper .item {
    width: 100%;
  }
  body.home .property-wrapper .item {
    padding: 0;
  }
}
.press-wrapper .item a {
  display: block;
  margin-bottom: 50px;
}
.press-wrapper .item a .title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}
.pre-footer {
  background: #005cb9;
  padding: 40px;
  font-family: 'dm_serif';
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3em;
}
.pre-footer .textwidget p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pre-footer .textwidget p a {
  display: flex;
  padding: 8px 25px;
  border-radius: 40px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  margin-left: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: 'poppins';
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .pre-footer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .pre-footer .textwidget p {
    flex-flow: column nowrap;
    text-align: center;
  }
  .pre-footer .textwidget p a {
    margin: 20px 0 0;
    padding: 3px 25px;
  }
}
.site-footer {
  background: #1b1b1b;
  color: #888;
  padding: 80px 0;
}
.site-footer .widget .widget-title {
  font-size: 1rem;
}
.site-footer .widget h2 {
  font-family: 'poppins';
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 60px 0 25px;
  }
  .site-footer .widget {
    margin-bottom: 35px;
  }
}
.site-bottom {
  border-top: 1px solid #888;
  background: #1b1b1b;
  padding: 25px 0;
  font-size: 0.8rem;
}
