html {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000; }

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

header {
  background: #2e5861;
  padding: 15px 0; }
  @media screen and (max-width: 767px) {
    header .logo {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  header .phone {
    text-align: right;
    color: #ffe19d;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px; }
    @media screen and (max-width: 767px) {
      header .phone {
        text-align: center; } }
  header .fa-bars {
    font-size: 40px;
    color: #ffe19d;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      header .fa-bars {
        margin-right: 30px; } }
    @media screen and (max-width: 767px) {
      header .fa-bars {
        margin-right: 15px; } }
  @media screen and (min-width: 1200px) {
    header #nav-toggle {
      display: none; } }

/*======== Some Global Stuff ========*/
a {
  color: #2e5861; }

a:hover {
  text-decoration: underline; }

a:vistited {
  color: #2e5861; }

a:active {
  color: #2e5861; }

.green-btn {
  background: #2e5861;
  padding: 12px 32px;
  font-weight: bold;
  color: #ffe19d;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  text-align: center; }
  .green-btn:hover {
    color: #fff; }

.cream-btn {
  background: #ffe19d;
  padding: 12px 32px;
  font-weight: bold;
  color: #2e5861;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  text-align: center; }
  .cream-btn:hover {
    color: #fff;
    text-decoration: none; }

h1, h2, h3 {
  font-family: "adobe-caslon-pro",serif; }

h1 {
  font-size: 43px;
  font-weight: bold;
  color: #2e5861;
  font-weight: bold; }

h2 {
  font-size: 36px;
  font-weight: bold;
  color: #2e5861; }

h3 {
  font-size: 33px;
  font-weight: bold;
  color: #2e5861; }

/*======== WYSIWYG Image Alignments ========*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* ======== Sections ========== */
section.hero {
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  margin: 5px 0;
  height: 650px;
  padding: 60px 0; }
  @media screen and (max-width: 991px) {
    section.hero {
      height: inherit; } }
  @media screen and (max-width: 556px) {
    section.hero {
      padding: 30px 0; } }
  section.hero .slogan {
    text-align: center;
    padding: 30px;
    background: rgba(46, 88, 97, 0.85); }
    section.hero .slogan img {
      width: 100px; }
    section.hero .slogan h1 {
      font-family: "adobe-caslon-pro",serif;
      font-size: 50px;
      line-height: 75px;
      text-align: center;
      font-style: italic;
      color: #fff; }
section.intro {
  background: #fff7e6;
  padding: 60px 0; }
  section.intro .news {
    background: #fff;
    border: 1px solid #2e5861;
    margin-top: -80px;
    padding: 5px; }
    @media screen and (max-width: 991px) {
      section.intro .news {
        margin-top: 30px; } }
    section.intro .news h3 {
      font-family: "proxima-nova", sans-serif;
      font-size: 25px;
      font-weight: 400;
      color: #fff;
      background: #2e5861;
      padding: 20px;
      margin-top: 0;
      margin-bottom: 0;
      text-align: center; }
    section.intro .news strong {
      font-family: "adobe-caslon-pro",serif;
      font-size: 18px;
      margin: 10px;
      padding: 10px 0;
      display: block;
      border-bottom: 1px solid #2e5861; }
      section.intro .news strong:last-child {
        border-bottom: none; }
section.lots {
  padding: 60px 0 80px 0; }
  section.lots img {
    border: 2px solid #ffe19d;
    max-width: 125%; }
    @media screen and (max-width: 991px) {
      section.lots img {
        max-width: 100%; } }
section.niches {
  background: #fff7e6;
  padding: 60px 0; }
  section.niches img {
    border: 2px solid #ffe19d;
    max-width: 125%;
    margin-left: -150px;
    margin-top: -100px; }
    @media screen and (max-width: 991px) {
      section.niches img {
        margin-left: inherit;
        margin-top: inherit;
        max-width: 100%; } }
section.main {
  padding: 30px 0; }
  section.main img {
    border: 2px solid #ffe19d;
    margin-bottom: 20px; }
  section.main .news {
    background: #fff;
    border: 1px solid #2e5861;
    padding: 5px; }
    section.main .news h3 {
      font-family: "proxima-nova", sans-serif;
      font-size: 25px;
      font-weight: 400;
      color: #fff;
      background: #2e5861;
      padding: 20px;
      margin-top: 0;
      margin-bottom: 0;
      text-align: center; }
    section.main .news strong {
      font-family: "adobe-caslon-pro",serif;
      font-size: 18px;
      margin: 10px;
      padding: 10px 0;
      display: block;
      border-bottom: 1px solid #2e5861; }
      section.main .news strong:last-child {
        border-bottom: none; }
section.blog h2 {
  font-family: "proxima-nova",sans-serif;
  font-size: 30px; }
  section.blog h2 a {
    color: #000; }

.accent {
  margin-top: 5px;
  height: 60px;
  background-image: url(../images/accent.jpg);
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important; }

#gform_submit_button_1 {
  background: #2e5861;
  padding: 12px 32px;
  font-weight: bold;
  color: #ffe19d;
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  border: none; }
  #gform_submit_button_1:hover {
    color: #fff; }

/* ======== Footer ========== */
footer {
  background-image: url(../images/footer-bg.jpg);
  padding: 90px 0 120px 0;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff;
  height: 550px; }
  @media screen and (max-width: 991px) {
    footer {
      height: inherit; } }
  footer h3 {
    color: #fff; }
    @media screen and (max-width: 991px) {
      footer h3 {
        margin-top: 25px; } }
  footer .footer-menu {
    margin-left: -40px;
    font-size: 14px; }
    footer .footer-menu li {
      list-style: none;
      line-height: 30px; }
      footer .footer-menu li a {
        color: #fff; }
  footer .cream-btn {
    margin-top: 0; }
    @media screen and (max-width: 991px) {
      footer .cream-btn {
        margin-top: 40px; } }
  @media screen and (max-width: 991px) {
    footer .logo {
      margin-bottom: 40px;
      width: 80%; } }

/*============== primary menu =========*/
.primary-menu {
  display: none;
  float: right;
  margin-top: 35px; }
  .primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .primary-menu li {
    float: left;
    position: relative;
    padding-left: 20px; }
    .primary-menu li:hover > a {
      text-decoration: none; }
    .primary-menu li.current_page_item a {
      border-bottom: 1px solid #fff; }
    .primary-menu li ul {
      background: #ffe19d;
      color: #fff;
      padding: 20px;
      z-index: 999;
      top: 25px;
      left: 0;
      display: none;
      position: absolute; }
      .primary-menu li ul li {
        white-space: nowrap;
        display: block;
        width: 100%;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
        .primary-menu li ul li:first-child {
          border-top: 0px; }
        .primary-menu li ul li a {
          font-size: 16px;
          width: 100%;
          display: block;
          color: #fff; }
          .primary-menu li ul li a:hover {
            text-decoration: underline;
            background: none !important; }
    .primary-menu li:hover ul {
      display: block; }
  .primary-menu a {
    color: #fff;
    font-size: 18px;
    font-weight: 400; }
  .primary-menu a:hover {
    text-decoration: underline; }
  @media screen and (min-width: 1200px) {
    .primary-menu {
      display: block; } }

/* ============off canvas sidebar=========== */
#sidebar {
  background: #2e5861;
  color: #ffffff;
  padding: 20px 0 0 40px; }

@media screen and (min-width: 1000px) {
  #sidebar {
    padding: 40px 0 0 50px; } }
#sidebar a {
  color: #ffffff;
  text-decoration: none; }

#sidebar a:hover {
  text-decoration: underline; }

#sidebar .close-x {
  display: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  padding: 30px 10% 0 0; }

@media screen and (min-width: 1000px) {
  #sidebar .close-x {
    display: block; } }
#sidebar .close-x i {
  background: url(../images/x.png) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  width: 30px;
  height: 20px;
  float: left;
  padding-right: 10px; }

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#sidebar ul:before {
  clear: both;
  display: table;
  content: ''; }

#sidebar ul li {
  font-size: 18px;
  text-align: left;
  width: 75%;
  position: relative; }

@media screen and (min-width: 1000px) {
  #sidebar ul li {
    font-size: 22px;
    width: 60%; } }
#sidebar ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  display: block;
  padding: 22px 0; }

#sidebar ul li:first-child a {
  border: 0; }

#sidebar ul li ul {
  display: none;
  padding-bottom: 20px; }

#sidebar ul li ul li {
  font-size: 16px;
  line-height: 50px;
  display: block;
  width: 80%;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  padding-top: 20px;
  margin-top: 20px;
  margin-left: 20px; }

#sidebar ul li ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  padding-top: 20px; }

#sidebar ul li ul li a {
  padding: 0;
  border: 0; }

#sidebar ul li .aw {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 999;
  font-size: 15px; }

#sidebar ul li .aw:hover {
  cursor: pointer; }

@media screen and (min-width: 1000px) {
  #sidebar ul li .aw {
    font-size: 35px; } }

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