nav.mobile-nav-menu .mobile-menu-container ul li.current_page_item a, nav.mobile-nav-menu .mobile-menu-container ul li .current-menu-item a {
  color: #384f58; }

nav.mobile-nav-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #d2d2d2;
  height: 52px; }
  nav.mobile-nav-menu .mobile-logo img {
    height: 36px;
    margin: 0;
    margin-top: 8px;
    margin-left: 12px; }
  nav.mobile-nav-menu .mobile-menu-container {
    background: #61a3d6;
    top: 52px; }
  nav.mobile-nav-menu .mobile-register {
    border-left: 1px solid #d2d2d2;
    text-align: center;
    font-weight: 600;
    display: block;
    height: 52px;
    width: 100px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    right: 51px; }
  nav.mobile-nav-menu .mobile-menu-btn {
    height: 51px;
    width: 51px;
    top: 0;
    background: #61a3d6;
    padding-top: 20px; }
    nav.mobile-nav-menu .mobile-menu-btn span {
      background: #fff;
      width: 24px; }
      nav.mobile-nav-menu .mobile-menu-btn span.active {
        margin-top: 7px; }
      nav.mobile-nav-menu .mobile-menu-btn span:before, nav.mobile-nav-menu .mobile-menu-btn span:after {
        background: #fff;
        width: 24px; }
    nav.mobile-nav-menu .mobile-menu-btn.active {
      background: #61a3d6; }

.reg-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 67px;
  padding-bottom: 50px; }
  .reg-dropdown.toppo .sub-menu:before {
    display: none; }
  .reg-dropdown:hover .sub-menu {
    display: block; }
  .reg-dropdown:hover .ss {
    border: 1px solid #00a4e3;
    background: #00a4e3;
    color: white; }
  .reg-dropdown .sub-menu {
    display: none;
    width: 156px;
    list-style: none;
    position: absolute;
    left: -36px;
    margin: 0 0 0 0;
    padding: 15px 0 15px;
    width: 180px;
    background: rgba(98, 98, 98, 0.5);
    top: 30px;
    width: 156px; }
    .reg-dropdown .sub-menu:before {
      display: none;
      content: "";
      width: 68px;
      height: 14px;
      background: url("img/sub-nav-bg.png") top center no-repeat;
      position: absolute;
      top: -13px;
      left: 50%;
      margin-left: -34px; }
    .reg-dropdown .sub-menu li {
      text-align: center; }
      .reg-dropdown .sub-menu li a {
        font-family: "Lato", Helvetica, Arial, sans-serif;
        font-size: 0.875rem;
        color: white;
        font-weight: 700;
        letter-spacing: 1px;
        display: block;
        padding: 5px; }
        .reg-dropdown .sub-menu li a:hover {
          background: #959595; }

#home-content p {
  opacity: 1 !important; }

.menu-item-204 .sub-menu {
  top: 40px !important;
  bottom: auto !important; }

section#home-content .comm-cont.columns .comm-col.columns, section#community-content .comm-cont.columns .comm-col.columns {
  margin-bottom: 30px;
  border: none;
  float: left;
  text-align: center; }
  section#home-content .comm-cont.columns .comm-col.columns .inner, section#community-content .comm-cont.columns .comm-col.columns .inner {
    border: 2px solid #d2d2d2;
    -moz-box-shadow: 0 0 50px #d2d2d2;
    -webkit-box-shadow: 0 0 50px #d2d2d2;
    box-shadow: 0 0 50px #d2d2d2;
    padding-bottom: 56px; }
  section#home-content .comm-cont.columns .comm-col.columns .home-image img, section#community-content .comm-cont.columns .comm-col.columns .home-image img {
    pointer-events: none; }
  section#home-content .comm-cont.columns .comm-col.columns .city, section#community-content .comm-cont.columns .comm-col.columns .city {
    margin-top: 0;
    margin-bottom: 0;
    background: #18273f;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    display: inline-block;
    width: 100%; }
  section#home-content .comm-cont.columns .comm-col.columns .neighbourhood, section#community-content .comm-cont.columns .comm-col.columns .neighbourhood {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: 3px; }
  section#home-content .comm-cont.columns .comm-col.columns .reg-hold, section#community-content .comm-cont.columns .comm-col.columns .reg-hold {
    position: absolute;
    width: 100%;
    bottom: 24px;
    left: 0; }
  section#home-content .comm-cont.columns .comm-col.columns .register, section#community-content .comm-cont.columns .comm-col.columns .register {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #61a3d6;
    border: 2px solid #61a3d6;
    color: #fff;
    width: 200px;
    text-transform: uppercase;
    -webkit-transition: background 350ms ease, color 350ms ease;
    -moz-transition: background 350ms ease, color 350ms ease;
    -ms-transition: background 350ms ease, color 350ms ease;
    -o-transition: background 350ms ease, color 350ms ease;
    transition: background 350ms ease, color 350ms ease; }
    section#home-content .comm-cont.columns .comm-col.columns .register:hover, section#community-content .comm-cont.columns .comm-col.columns .register:hover {
      background: #fff;
      color: #61a3d6; }
  section#home-content .comm-cont.columns .comm-col.columns .description, section#community-content .comm-cont.columns .comm-col.columns .description {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    display: block; }
  section#home-content .comm-cont.columns .comm-col.columns .view-more, section#community-content .comm-cont.columns .comm-col.columns .view-more {
    display: none; }

    
header.first-header .logo {
  width: 188px !important; }

.page-communities .row.communities,
.page-communities .row.communities {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  max-width: 100%; }

header .row .register-btn, header.white .row .register-btn {
  position: absolute;
  top: 0;
  right: -120px; }

@media screen and (max-width: 1024px) {
  section#home-content .comm-cont.columns .comm-col.columns, section#community-content .comm-cont.columns .comm-col.columns {
    max-width: 320px;
    width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
    margin-bottom: 32px; }

  header.first-header .logo {
    width: 135px !important; } }
@media screen and (max-width: 990px) {
  section#home-content .comm-cont.columns .comm-col.columns, section#community-content .comm-cont.columns .comm-col.columns {
    max-width: 320px;
    width: 100% !important;
    margin-right: auto !important; } }
@media screen and (max-width: 1100px) and (min-width: 829px) {
  header .row a.logo, header.white .row a.logo {
    height: 54px !important;
    background-size: 130px !important; }

  .sub-menu {
    left: -46px !important; } }

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