html { background-color: rgb(243, 239, 230); background-size: auto; background-repeat: repeat;  }

* { outline: 0;  }

p { margin-bottom: 20px; }

a { cursor: pointer;}

:root {
    --primary-color: #54A0C8; /* #222 if var(--primary-color) is not defined */
    --secondary-color: #1D3E74; /* #aaa if var(--secondary-color) is not definied */
    --third-color: #887C6A;
    --header-font: 'Poppins', serif;
    --body-font: 'Poppins', sans-serif;
}

.featured.listings .pagination {
    display: none;
}

.pagination {
  font-size: 1rem;
  margin: -.25rem;
  width: auto;
  max-width: 250px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 5%;
}

.pagination a:hover {
    padding: 5px 10px;background: #1b3d73;color: white; 
}
.pagination a {
    padding: 5px 10px;
    background: #ddd;
    color: #333; 
}

.is-sticky {
    position: sticky;
    top: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.primary {
    background-color: var(--primary-color);
}

.secondary {
    background-color: var(--secondary-color);
}

.third {
    background-color: var(--third-color);
}

body {
    max-width: 1400px;
    margin: auto;
    background-color: transparent;
    font-size: 20px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #333;
    box-shadow: 0px 0px 50px rbga(0,0,0,.2);
}

body.ur-fixed-now {
    position:fixed;
}

a {
    color: var(--primary-color);
    display: block;
}

.nav-visible {
    position: absolute;
    left: 0;
    width: 100%;
    transition: all .5s linear;
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 81px;
    transition: all 1s ease-in-out;
    opacity: 1;
}

.mobile-toggle {
    display: block;
    width: 100%;
    padding: 10px 2%;
    cursor: pointer;
    text-align: right;
}


button.primary:hover {
    background-color: var(--third-color); 
}

.white-background {
    background-color: white;
}

.has-shadow {
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.rounded {
    border-radius: 5px;
}

.outlined {
    background-color: transparent;
    color: var(--primary-color);
    border: solid 3px var(--primary-color);
}

button.outlined:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.outlined.light {
    background-color: transparent;
    color: #f2f2f2;
    border: solid 3px #f2f2f2;
}

.has-no-padding {
    padding: 0;
}

.has-more-padding {
    padding: 3%;
}

.has-more-padding-y {
    padding-top: 3%;
    padding-bottom: 3%;
}

.has-more-padding-x {
    padding-left: 3%;
    padding-right: 3%;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 40px;
    font-family: var(--header-font);
    text-rendering: optimizelegibility;
    line-height: 50px;
    font-weight: 700;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-auto {
    margin: auto;
}

.p-top-zero {
    padding-top: 0;
}

header {
    position: relative;
    top: 0;
    left: auto;
    min-width: 100%;
    max-width: 1400px;
    z-index: 9999;
    height: auto;
    padding: 5px 20px 5px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    padding: 0;
}

header.transparent {
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-image: linear-gradient(rgba(0,0,0,.8), transparent);
}

header.transparent .main-navigation .navbar-item, 
header.transparent .main-navigation .navbar-item a {
    color: white;
}

.transparent.outlined {
    background-color: transparent;
    border: solid 3px white;
    color: white;
}

section, footer  {
    padding: 5rem 3%;
    background: transparent;
}

main, aside  {
    min-height: 300px;
    background: transparent;
}

.jumbotron {
    padding: 50px;
}

header .columns {
    margin: auto;
}

.content {
    max-width: 1200px;
}

.columns > .columns {
    max-width: 100%;
    margin: 0;
}

header .columns:last-child {
    margin-bottom: 0;
}

header nav ul {
    display: flex;
    font-family: var(--body-font);
    justify-content: center;
}



header nav ul li:last-child {
    border-right: none;
}

nav a {
    color: #333;
    padding: 25px 10px;
    font-weight: 400;
    text-transform: none;
    transition: all .2s ease-in-out;
}

nav a:hover {
    opacity: 1;
    transition: all .2 ease-in-out;
}

header .brand img {
    max-height: 80px;
    padding: 5px 5px 10px;
}

header .main-navigation {
    font-size: 17px;
}

button {
    border-radius: 50px;
    border: none;
    padding: 10px 15px;
    margin: 10px 1% 20px 0;
    font-size: 1.2rem;
    font-weight: bold;
    transform: none;
    transition: all 20ms linear;
    cursor: pointer;
    font-family: var(--body-font);
    color: #fff;
}

header button {
    margin: 0;
}

input {
    padding: 12px 35px;
    margin: 10px 1% 20px 0;
    font-size: 1.2rem;
    font-weight: bold;
    transform: none;
    transition: all 20ms linear;
    font-family: var(--body-font);
}

/* button.outlined {
    background-color: transparent;
    border: solid 3px #fff;
    color: #fff;
} */

footer {
    padding-bottom: 3rem;
    border-top: solid 10px #54A0C8;
}

.footer-nav {
    font-family: var(--header-font);
    font-size: 1.8rem;
}

.footer-credits {
    margin-top: 30px;
    width: 100%;
    color: #808080;
}

.footer-credits a {
    color: var(--secondary-color);
    opacity: .8;
    font-weight: bold;
    display: inline;
}

footer .logo {
    max-width: 250px;
}


.hero.welcome {
    background-image: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/kenny-royer-real-estate.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 500px 3% 0;
}


.breadcrumbs {
    padding-bottom: 0;
}

.hero .image img {
    max-width: 350px;
    margin: auto;

}

.inner-page-wrap {
    padding-top: 50px;
}fme

.featured.listings .pagination {
    display: none !Important;
}

.features-list ul li {
    font-size: 18px !important;
    line-height: 25px !important;
}


.listings {
  padding: 5% 7%;
}



.listings .card {
    padding: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    transform: none;
    transition: all .1s ease-in-out;
    cursor: pointer !important;
    border: none;
}

.listings .card:hover {
    padding: 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    /* transform: scale(.98);
    transition: all .1s ease-in-out; */
    cursor: pointer;
}

.listing .manufacturer-text {
  margin-bottom: 0px;
}

.listings .info {
    padding: 25px;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff !important;
}

.listings .info p, .listing .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    margin-top: 10px;
}

.listings .info p br {
    margin-bottom: 20px;
}

.listings .details {
    font-weight: bold;
    font-size: 1.4rem;
}

.listing-type {
    position: absolute;
    bottom: -20px;
    left: 20px;
    padding: 5px 10px;
    color: #fff;
}

.listing {
  opacity: .9;
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;

}

.listing:hover {
  opacity: 1;
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;

}

.listing .title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
    color: var(--secondary-color);
}

.listing .listing-highlights {
  line-height: 1.5rem;
}

.listing .price {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--third-color);
}

.listing .info {
    padding: 35px 20px 10px;
}

.listing .info .listing-type {
    bottom: auto;
    top: auto;
    margin-top: -50px;
}

.listing .image {
  border-bottom: solid 7px #54A0C8;
  overflow: hidden;
  min-height: 100%;
  max-height: 400px;
  margin: auto;
  top: -20%;
  margin-top: -100px;
}

.listing a {
  display: block;
  height: 100%;
  width: 100%;
}

.listing .image img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;

}

.listing .description {
    margin: 15px auto;
    max-height: 150px;
}

.primary-listing-details {
    background: white;
    position: sticky;
    top: 5%;
    padding: 20px;
}

.listing-status {
    margin: 15px 0 0;
    position: relative;
    display: inline-block;
}

.listing-images {
    margin-bottom: 30px;
    display: block;
}

.listing-images ul {
    overflow: hidden;
}

.listing-images ul li {
    display: block;
    max-width: 100px;
    float: left;
    margin: 5px;
}

.listing-images ul li:nth-child(n+8) {
    display: none;

}

.listing-images ul li:first-child {
    display: block;
    max-width: none;
    width: 100%;
    float: none;
}


.post-list .post-card {
    font-size: 1rem;
    background: transparent;
    border: none;
    box-shadow: none;
}

.post-list .post-card .container {
    background: #fff;
    padding: 10px;
}

.post-card .post-title {
    font-size: 2rem;
    line-height: 2.5rem;
}






.lead-capture {
    padding-top: 25px;
}

.lead-capture form input {
    width: 100%;
    margin-top: 0;
    padding: 10px 15px;
}

.lead-capture form #submit {
    border: none;
    cursor: pointer;
}


.lead-capture form #submit:hover {
    background-color: var(--third-color);
}



/* .services .column {
    display: flex;
} */

.slick-prev::before, .slick-next::before {
    color: black !important;
    font-size: 25px !important;
}

.services-slider {
    margin: auto;
}

.services-slider .card {
    box-shadow: none;
    padding: 0px;
    margin: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 300px;
    transform: none;
    transition: all 20ms linear;
    cursor: pointer;
}

.services-slider .card-content {
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    padding-top: 40%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-image: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.7));
}

.card-content h1 {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    position: absolute;
    left: 7%;
    bottom: 7%;
    max-width: 90%;
    line-height: 2.2rem;
    text-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

.card-content .call-to-action {
  margin-top: -40px;
}

.intro {
    margin-top: -150px;
    padding-bottom: 0;
}



.intro .ctas {
    text-align: center;
}

.intro img {
    width: 100%;
    max-width: 400px;
    max-height: 100%;
    height: auto;
}

.search {
    padding: 20px 0 0 0;
    margin-bottom: -20px;
}

.search input {
    width: 40%;
    float: left;
}

.search button {
    float: right;
}

.search select {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

.team-img img {
    max-width: 170px;
    z-index: 99;
    margin-top: -5%;
}

.about img {
    max-width: 80%;
}

.get-in-touch {
    padding-top: 50px;
}

.get-in-touch form {
    display: block;
    margin: 1% auto 5%;
}

.get-in-touch form input {
    width: 48%;
    float: left;
    padding: 20px;
    font-size: 16px;
    border: solid 2px #aaa;
    margin: 10px 1% 10px 0;
    background: #fff;
}

.get-in-touch form input#submit {
    width: auto;
    float: none;
    padding: 12px 25px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    margin: 0 auto;
    background: var(--primary-color);
}

.get-in-touch form input#submit:hover {
    background-color: var(--third-color);
}

.get-in-touch form textarea {
    width: 98%;
    float: none;
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
    border: solid 2px #aaa;
    margin: 10px 1% 10px 0;
    background: #fff;
}

.testimonials {
    background-size: cover;
    background-position: center;
    padding: 5rem 5%;
}

.faq.toggle {
    margin: 20px 0;
    padding: 5%;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: none !important;
    background-color: #eee;
}

.faq.toggle h6::after {
    content: '+';
    color: #666666;
    padding: 0px 10px;
    font-size: 50px;
}


.faq.toggle h6 {
    margin-bottom: 0;
}

.faq.toggle.opened h6 {
    margin-bottom: 10px;
}

.faq.toggle .readmore {
    display: none;
    transition: all .5s linear;
    transform: opacity(0);
}

.faq.toggle.opened .readmore {
    display: block;
    transition: all .5s linear;
    transform: opacity(1);
}

.page-title {
    margin-bottom: 20px;
}




@media (min-width: 981px) {
    
    header nav ul li {
        padding: 5px;
        text-transform: uppercase;
        border-right: solid 1px #ddd;
    }




.content h1 { font-size: 3rem; }
.content h2 { font-size: 2.8rem; }
.content h3 { font-size: 2.6rem; }
.content h4 { font-size: 2.4rem; }
.content h5 { font-size: 2.2rem; }
.content h6 { font-size: 2rem; }


.services-slider .card:hover, .faq.toggle:hover, button:hover {
    transform: scale(.98);
    transition: all 20ms linear;
    box-shadow: 5px 15px 10px rgba(0,0,0,.1);
 }

 .service-image {
     overflow: hidden;
 }

 .service-image.mobile {
     display: none;
 }


 .service-image img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transition: .5s ease-in-out;
    transform: none;
}

/* .service-image img:hover {
    transition: .5s ease-in-out;
    transform: scale(1.1);
} */
 



}


@media (max-width: 980px) {
    
    #desktop-only { display: none; }
    
    .primary-listing-details {
        top: 0 !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-size: 30px;
    line-height: 40px;
}

header .brand {
    max-width: 50%;
    margin: auto;
}

header .nav-cta {
    text-align: center;
    display: none;
}

header {
    height: auto;
}

header .brand {
    max-width: 50%;
    margin: auto 0;
}

header .brand a {
    text-align: center;
}

header .brand img {
    max-height: 70px;
}

.main-navigation {
    display: none;
}

.hero.welcome {
    padding-top: 250px;
}

body, button {
    font-size: 14px;
}

section {
    padding: 3rem 7%;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.get-in-touch form input {
    width: 98%;
}

.has-no-padding {
    padding: 3%;
}

.intro .column {
    padding: 2%;
}

.intro .ctas {
    text-align: left;
}

.service > .columns {
    padding: 5%;
}

.service-image.desktop {
    display: none;
}


}








body {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 0;
    background-color: transparent;
  }
  
  html {
    /* darker background background: #4e7198; */
    background-color: #375c82;
    background-image: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/white-wood-background.jpg);
    background-repeat: repeat;
    background-size: contain;
  }
  
  .ur-fixed-now {
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  main, footer {
    background-color: #fff;
    overflow: hidden;
  }
  
  main {
    margin-top: 20px;
  }
  
  section {
    padding: 30px 7%;
  }
  
  
  h1,h2,h3,h4,h5,h6 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      color: #1D3E74;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  
  h1 {font-size: 3rem;}
  h2 {font-size: 2.5rem;}
  h3 {font-size: 2.2rem;}
  h4 {font-size: 2rem;}
  h5 {font-size: 1.8rem;}
  h6 {font-size: 1.6rem;}
  
  
  
  p, a, ul, li, button, input, span {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  
  
  .highlighted-text {
    background: #54A0C8;
    color: #fff;
    line-height: 2rem;
  }
  
  .light-blue-text {
    color: #54A0C8;
  }
  
  .dark-blue-text {
    color: #1D3E74;
  }
  
  .subtitle {
    color: #54A0C8;
    font-weight: 600;
  }
  
  .has-text-centered {
    text-align: center;
  }
  
  .has-text-white {
    color: #fff;
  }
  
  .handwritten {
    font-family: ff-market-web, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none !Important;
    font-size: 2.5rem;
    color: #1D3E74;
  }
  
  
  
  a {
    color: #304962;
  }
  
  
  button {
    background: #304962;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 50px;
    border: none;
    transform: translateY(0px);
    transition: all .1s linear;
    padding: 10px;
  }
  
  button:hover {
  background-color: #d0dddd;
  transform: translateY(-2px);
  transition: all .1s linear;
  }

  .listing  button:hover {
 transform: translateY(0px) !important;
  }
  
  button a {
    color: #fff;
    padding: 10px;
    font-weight: bold;
  }
  
  button a:hover {
    color: #304962;
  }
  
  
  .columns-in-container {
    padding: 0 2%;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .page-content {
    max-width: 1000px;
    min-height: 500px;
  }
  
  
  
  
  /* Header Styles */
  
  .navbar {
    padding: 2px 10px;
    height: 100px;
    /*font-family: filson-pro, sans-serif;*/
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    box-shadow: 0px 0px 20px rgba(76, 45, 33, 0.17);
    position: sticky;
    top: 0;
  }
  
  .navbar.fixed {
  position: fixed;
  width: 95%;
  top: 0px;
  }
  
  .navbar-menu {
    width: 85%;
    overflow: hidden;
  }
  
  .navbar-brand {
    width: 15%;
  }
  
  .navbar-menu a {
    font-size: 20px;
  }
  
  .navbar-menu .last {
    border-right: none !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .navbar .callout {
    background: #54A0C8;
    transition: all .2s ease-in-out;
    color: #fff !important;;
    border-right: none;
    font-weight: 800;
  }

  .callout a {
    color: #fff !important;
    font-weight: bold;
  }

  
  .callout:hover {
    background: #1D3E74 !important;
    color: #fff !important;
    transition: all .2s ease-in-out;
    border-right: none;
    font-weight: 800;
    text-shadow: 0px 3px 3px rgba(0,0,0,.1);
  }
  
  
  .navbar-brand .logo {
    z-index: 999999 !important;
  }
  
  .current-menu-item {
    font-weight: bold;
    font-size: 2rem;
    color: #304962;
  
  }

  a.navbar-item {
    font-weight: 400 !important;
  }
  
  
  a.navbar-item, .navbar .button {
  transition: all .1s linear;
  }
  
  a.navbar-item:hover {
    color: #304962;
  }
  
  a.navbar-item:hover, .navbar .button:hover {
  background-color: #fafafa;
  transition: all .1s linear;
  }
  
  /* End Header Styles */
  
  /* Home Page Slider Styles */
  
  #welcome {
    padding: 0;
  }
  
  #welcome .cta {
    position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
  top: -35px;
  height: 50px;
  }
  
  #welcome .cta button {
    margin-top: 0;
    font-weight: bold;
  }
  
  .cool-slider {
    top: -5px;
    border-bottom: solid 10px #54A0C8;
  }
  
  
  .slick-slide {
    height: 400px;
  }
  
  .slick-slide div {
    height: 400px;
  }
  
  .slide-1 {
    background-image: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/homes/jessup-housing/the-eisenhower/the-eisenhower-jessup-housing1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .slide-2 {
    background-image: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/homes/clayton-homes/the-newport/the-newport7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  
  }
  
  .slide-3 {
    background-image: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/homes/clayton-homes/the-silo/the-silo1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  
  }
  
  .slide-content h2 {
    height: auto;
    color: rgba(247, 247, 247, 0.616);
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: block;
    left: 0;
    top: 100px;
    padding-top: 180px;
    padding-bottom: 150px;
    font-size: 6rem;
    text-shadow: 0px 5px 2px rgba(0,0,0,.2);
    background-color: #000;
    bottom: 0;
    background: #23282D;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
   
  }
  
  .slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 90%;
  z-index: 9999;
  }
  
  .slick-prev, .slick-prev:hover {
    left: 20px;
    width: 50px;
    background: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .slick-prev::before {
    color: transparent;
  }
  
  .slick-next::before {
    color: transparent;
  }
  
  
  .slick-next, .slick-next:hover {
    right: 20px;
    width: 50px;
    background: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .cool-slider button:hover {
  transform: none !important;
  }
  
  /* END Home Page Slider Styles */
  
  
  /* Home Page Styles */
  
  
  
  .colored-title {
    color: #fff;
    font-family: bodoni-urw, serif;
    font-style: normal;
    line-height: 3rem;
    height: 100%;
    padding: 0;
    background: #3d91b9;
  }
  
  .colored-title h2 {
    font-weight: 500 !important;
    padding: 10% 30px;
    font-size: 3rem;
  }
  
  .white-title-description {
    font-size: 1.2rem;
    line-height: 1.8rem;
    background: #fff;
  }
  
  .white-title-description p {
    padding: 3% 30px 0;
  }
  
  .card {
    transform: translateY(0px);
    transition: all .2s linear;
    border-radius: 0px;
    box-shadow: 0px 10px 20px rgba(0,0,0,.2);
    padding: 0;
    overflow: hidden;
  }
  
  .single-home {
    transform: translateY(0);
    transition: all .2s linear;
    padding: 10px;
  }
  
  
  .single-home:hover {
    transform: translateY(5px);
    transition: all .2s linear;
  }

  .single-home > .home-description {
    padding: 10px;
  }
  
  
  .card button {
      font-size: 1.1rem;
      border-radius: 50px;
      border: none;
      padding: 0px 10px;
      transition: all .1s linear;
      background: var(--secondary-color);
  }
  
  
  
  .card button a {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  
  .card button a:hover {
    color: #f2f2f2 !important;
  }
  
  .card figure {
    width: 100%;
    height: 100%;
  }
  
  .card-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  
  .card img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  
  .card p {
    font-family: "Montserrat", sans-serif;
    padding: 5px;
  }
  
  
  .card .media-content {
    font-size: 1.3rem;
    margin: 0 auto;
    padding-top: 150px;
    text-shadow: 0px 5px 10px rgba(0,0,0,.2);
    transition: all .2s linear;
  }
  
  .card:hover .media-content {
    font-size: 1.3rem;
    margin: 0 auto;
    padding-top: 70px;
    transition: all .2s linear;
    text-shadow: 0px 5px 10px rgba(0,0,0,.5);
    transform: none !important;
  }
  
  .card:hover button {
    margin-top: 10px;
    transition: all .2s linear;
  }

  .card.listing button {
    margin-top: 10px !important;
  }

  .shortcuts .title {
    color: #fff;
  }
  
  .card-1 .blurb-background-image {
    background: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/blurb-1.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  
  .card-2 .blurb-background-image {
    background: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/blurb-2.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  
  .card-3 .blurb-background-image {
    background: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/blurb-3.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  
  .blurb-background-image {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -3;
  }
  
  
  
  .card:hover .card-content, .listing .info  {
      transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out;
      background: -webkit-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.3),rgba(0,0,0,.4));
      background: -o-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.3),rgba(0,0,0,.4));
      background: -moz-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.3),rgba(0,0,0,.4));
      background: linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.3),rgba(0,0,0,.4));
      background-color: transparent;

  }
  
  .card:hover button:hover {
    transform: translateY(0px) !important;
    background: #1D3E74;
  }
  
  .card-content, .listing .info {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.2),rgba(0,0,0,.3));
    background: -o-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.2),rgba(0,0,0,.3));
    background: -moz-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.2),rgba(0,0,0,.3));
    background: linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.2),rgba(0,0,0,.3));
    z-index: 3;
    background-color: transparent;

  }
  
  .section-title {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .home-page .section-title {
    padding: 50px 0 30px;
  }
  
  .section-title .light-blue-text {
    font-weight: 800;
    font-size: inherit;
    font-style: italic;
    text-decoration: underline;
  }
  
  .page-content .section-title {
    padding: 0;
  }
  
  .monster-text {
    font-size: 3rem;
    line-height: 3.5rem;
    display: block;
    font-weight: 800;
  }
  
  
  #advantage-intro {
    padding: 0 2%;
  }
  
  #advantage-intro h4 {
    font-size: 2rem;
    text-align: center;
  }
  
  #advantage-intro .monster-text {
    font-size: 3rem;
    line-height: 3.5rem;
    display: block;
    font-weight: 800;
  }
  
  #advantage-intro .subtitle {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
  }
  
  #advantage-intro .card {
    border-bottom: solid 7px #54A0C8;
    height: 300px;
  }
  
    #advantage-intro .card-content {
        height: 100%;
    }


  #advantage-intro .media-content {
    padding-top: 100px;
    height: 100% !important;
  }

  #advantage-intro button {
    background: var(--primary-color);
  }

  
  .flex-gallery {
  display: block;
  margin: 50px auto;
  overflow: hidden;
  padding: 0;
  max-width: 90%;
  text-align: center;
  width: 80%;
  }
  
  .flex-gallery img {
    width: 24%;
    padding: 0px 10px;
  }
  
  .fema-housing {
    max-width: 800px;
    padding: 20px 50px;
    background: #d8e9ee;
    margin: 20px auto;
  }
  
  .fema-housing p {
    padding-top: 10px;
  }
  
  
  .fema-housing img {
    float: left;
    margin: 0;
    width: 200px;
    padding: 0 20px;
  }
  
  
  
  #contact-form {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left center;
      border-bottom: solid 20px #1D3E74;
    }
  
  
    .contact #contact-form {
        background-image: none;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px 0;
        margin: 100px auto 0;
        border-bottom: solid 20px #1D3E74;
      }
  
  
    #contact-form form .monster-text {
      font-weight: 800;
      font-size: 2.5rem;
      line-height: 3rem;
    }
  
  
    #contact-form form h4 {
      font-size: 1.6rem;
      font-weight: 400;
      text-align: left;
      margin-bottom: 20px;
      line-height: 2rem;
  }
  
  #contact-form form {
    margin: 0px auto;
    text-align: center;
    background: #54A0C8;
    padding: 30px 30px 70px;
    box-shadow: 0px 10px 10px rgba(0,0,0,.2);
  }
  
  
  .home-page #contact-form form {
    margin: 0px auto;
    text-align: center;
    background: #54A0C8;
    padding: 30px 30px 70px;
    box-shadow: 0px 10px 10px rgba(0,0,0,.2);
    max-width: 50%;
    margin-left: auto;
    margin-right: 5%;
    margin-top: -100px;
  }
  
  #contact-form form input {
    margin: 10px 0;
    border: none;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
  }
  
  #contact-form form textarea {
    margin: 10px auto;
    border: none;
    width: 100%;
    padding: 20px;
    font-size: 1.6rem;
    color: #333;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 3px 5px rgba(0,0,0,.1);
  
  }
  
  #contact-form ::placeholder {
    color: #777;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    opacity: .9;
  }
  
  #contact-form button {
    padding: 0px;
    display: block;
    margin: 0px;
    right: 0;
    background: #f9f9f9;
    font-size: 1.3rem;
    border-radius: 50px;
    border: none;
    transform: translateY(0px);
    transition: all .1s linear;
    }
  
    #contact-form button:hover {
    background-color: #1D3E74;
    transition: all .1s linear;
  }
  
  #submit-form {
    background: transparent;
    border: none !important;
    color: #1D3E74;
    font-weight: bold;
    width: 100% !important;
    display: block;
    padding: 0px 30px !important;
    margin: 0px !important;
  }
  
  #submit-form:hover {
    color: #fff;
  }
  
  
  
  
  
  
  
  /* END Home Page Styles */
  
  
  
  
  /* Inner Page Styles */
  
  #page-title {
    margin-bottom: 50px;
  }
  
  
  #page-title, #pre-footer {
    height: auto;
    background: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/blue-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: solid 10px #54A0C8;
    padding: 3% 7%;
  }
  
  #page-title h2, #pre-footer h2 {
    color: #fafafa;
    font-size: 3rem;
    text-shadow: 0px 3px 5px rgba(0,0,0,.2);
    font-style: italic;
  }
  
  
  #pre-footer {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  
  #pre-footer h2 {
   font-size: 2rem;
    display: inline-block;
    text-align: center;
    width: 65%;
  }
  
  #pre-footer div.content {
    max-width: 95%;
    padding: 10px 20px;
    margin: 0 auto;
  }
  
  #pre-footer button {
    float: left;
    background: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #1D3E74;
    width: 90%;
    margin-left: 0;
  }
  
  #pre-footer a {
      font-size: 2rem;
      width:35%;
      float: right;
  }

.floor-plan-title {
  margin-bottom: 0px;
}

.floor-plan-details {
  font-size: 1.4rem;
  color: var(--primary-color);
  line-height: 1.8rem;
  margin: 0 auto;
}

.manufacturer-text {
  font-size: 1.4rem;
  font-style: italic;
  
}
  
  
  .inner-page #pre-footer {
    margin-top: 50px;
  }
  
  .inner-page .section-title {
    text-align: left;
    font-size: 2.5rem;
    max-width: none;
  }
  
  .section-title h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    color: #304962;
  }
  
  .team-bio {
    margin: 30px auto;
    width: 80%;
    padding: 50px;
    box-shadow: 0px 10px 10px rgba(0,0,0,.3);
    background-color: #f0f2f2;
    border-bottom: solid 10px #54A0C8;
    overflow: hidden;
    word-wrap: break-word;
  }
  
  .team-bio img {
    float: left;
    margin: 0px 50px 20px 0;
    border-radius: 50%;
  }
  
  .team-bio p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  
  .team-bio button {
    margin-right: 20px;
  }
  
  .mortgage-pic {
   float: left;
   margin: 0px 50px 20px 0;
  }
  
  .cool-slider div {
    width: 100%;
  }
  
  .homes-page .blurb-background-image {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  
  .homes-page .home-description {
    box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    margin: 0;
    display: block;
    padding-bottom: 40px;
  }
  
  .homes-page .home-description p {
    text-align: center;
    padding: 0px 10px;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 10px;
  }
  
  .homes-page .home-description h4 {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 auto;
    line-height: 2.2rem;
    padding: 40px 20px 0px 20px;
    z-index: 999;
  }
  
  .homes-page .card, .listing .image {
    border-bottom: solid 7px #54A0C8;
    overflow: hidden;
    min-height: 200px;
  
  }
  
  .homes-page .card .media {
    padding-top: 100px;
  }
  
  .homes-page .card:hover .media {
    padding-top: 100px;
  }
  
  .homes-page .card .card-content .media-content p {
    text-shadow: 0px 5px 10px rgba(0,0,0,.5);
    margin: 0 auto !important;
  }
  
  .homes-page .card .card-content .media-content p.photo-instruction {
    font-size: 14px;
    text-align: center;
    padding: 0;
    line-height: 14px;
  }
  
  
  
  .homes-page .card .card-content {
      transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out;
      background-color: transparent;
      background: -webkit-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.3),rgba(0,0,0,.4));
      background: -o-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.3),rgba(0,0,0,.4));
      background: -moz-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.3),rgba(0,0,0,.4));
      background: linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.3),rgba(0,0,0,.4));
    }
  
  .homes-page .card:hover .card-content {
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        background-color: transparent;
        background: -webkit-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.4),rgba(0,0,0,.5));
        background: -o-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.4),rgba(0,0,0,.5));
        background: -moz-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.4),rgba(0,0,0,.5));
        background: linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.4),rgba(0,0,0,.5));
      }
  
  .homes-gallery {
    padding: 20px 0;
  }
  
  .homes-page .card button {
  font-size: 1.1rem;
  border-radius: 50px;
  border: none;
  margin-top: 0;
  padding: 10px;
  }
  
  .homes-page .card:hover button {
  font-size: 1.1rem;
  border-radius: 50px;
  border: none;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 10px;
  }
  
  .homes-page .card .media-content {
  font-size: 1.3rem;
  margin: 0 auto;
  pointer-events: none;
  padding-top: 0px;
  
  }
  
  .homes-page .card .card-content {
  height: 100%;
  pointer-events: none;
  
  }
  
  .homes-page .card a {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  
  .homes-title h2 {
    overflow: hidden;
  }
  
  
  .homes-title h2:after {
    background-color: #54A0C8;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 90%;
  }
  
  .homes-title.alternate h2 {
    text-align: right;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .homes-title.alternate h2:before {
    background-color: #54A0C8;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 60%;
  }
  
  .homes-title.alternate h2:after {
    display: none;
  }
  
  .homes-title h2:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  .homes-title h2:after {
    left: 0.5em;
    margin-right: -50%;
  }
  
  .homes-title button {
    background: #54A0C8;
  }
  
  .homes-title button:hover {
    background: #1D3E74;
  }
  
  .contact #page-title {
    background-image: url(https://advantagehomesliberty.com/themes/advantage-homes/assets/images/map-liberty.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .contact #page-title h2 {
    text-align: center;
    height: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: block;
    left: 0;
    padding-top: 100px;
    font-size: 3rem;
    background-color: transparent;
    background: -webkit-linear-gradient(top,rgba(35,40,45,0),rgba(35,40,45,0.3),rgba(35,40,45,.5));
    background: -o-linear-gradient(top,rgba(35,40,45,0),rgba(35,40,45,0.3),rgba(35,40,45,.5));
    background: -moz-linear-gradient(top,rgba(35,40,45,0),rgba(35,40,45,0.3),rgba(35,40,45,.5));
    background: linear-gradient(top,rgba(35,40,45,0),rgba(35,40,45,0.3),rgba(35,40,45,.5));
    text-shadow: 0px 5px 2px rgba(0,0,0,.2);
  }
  
  
  .contact .section-title {
      text-align: center;
      font-size: 2rem;
      line-height: 2.8rem;
      margin-bottom: 0px;
  }
  
  .contact .light-blue-text {
      text-align: center;
      line-height: 2.8rem;
      font-size: 1.8rem;
      font-weight: 800;
  }
  
  .contact #contact-form {
    background: #fff;
    background-size: cover;
    background-position: left;
  }
  
  .contact #contact-form form {
  margin: 0 auto;
  width: 100%;
  }
  
  .contact #contact-form h4 {
  text-align: left;
  }
  
  .contact #contact-form .columns {
    max-width: 90%;
    margin: 0 auto;
  }
  
  #contact-form .column {
    padding: 0px 20px;
  }
  
  .contact #contact-form {
    padding: 0px 0px 100px;
  }
  
  .contact .navigate-pic {
    width: 100%;
    padding: 10px;
    height: auto;
    border: solid 2px;
  }
  
  
  
  /* END Inner Page Styles */
  
  
  footer {
    padding: 20px 50px 50px;
    position: relative;
    left: 0;
    width: 100%;
    background: #fff;
  }
  
  
  .footer-nav  {
    line-height: 3rem;
  }
  
  .footer-nav li, .footer-nav li a {
    font-size: 2rem;
    width: auto;
  }
  
  .footer-left {
    padding-top: 50px;
  }
  
  
  .footer-left hr {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  
  .footer-right p {
    font-weight: 400;
  }
  
  footer h4 {
  font-size: 2rem;
  font-style: italic;
  line-height: 2.2rem;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0;
  }
  
  
  footer h6 {
    font-size: 1.7rem;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  
  footer a {
    color: #54A0C8;
    font-weight: 800;
    font-style: italic;
  }
  
  footer a:hover {
    color: #1D3E74;
  }
  
  footer .columns {
    margin: 0;
  }
  
  footer .social-icons {
    display: flex;
    margin: 20px auto 0;
    align-content: space-between;
  }
  
  footer .social-icons img {
    padding: 5px;
    height: auto;
  }
  
  
  .footer-logo {
  width: 100%;
  margin-top: 0px;
  margin-right: 0;
  text-align: right;
  }
  
  .footer-logo img {
  max-width: 500px;
  width: 60%;
  margin-right: 0;
  text-align: right;
  }
  
  
  .footer-creds {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: "Montserrat", sans-serif;
  }
  
  .footer-creds a {
    font-size: 1.2rem;
  }
  
  button {
    background: #1D3E74;
    color: #fff;
    margin-top: 20px;
    padding: 5px 20px;
  }
  
  button:hover {
    background: #54A0C8;
    color: #fff;
  }
  
  
  
  
  
  /************************* Media Queries ********************/
  
  
  @media (min-width: 1050px) {
  
    #hamburgericonmenuwrapper {
      display: none !important;
    }
    
    #mobile-only { display: none; }
  
    .cta-btns .column {
      display: flex;
      padding: 0 10px;
  }
  
    .navbar {
      padding: 0;
    }
  
  
  
    .navbar-menu {
      font-size: 1.6rem;
    }
  
    .navbar-item {
      border-right: solid 2px #ddd;
      padding: .5rem 1rem;
    }
  
    .navbar-brand .navbar-item {
        border: none !important;
      }
  
  
  
  
    .navbar-item img {
    max-height: 100%;
    }
  
    .navbar-brand {
      max-width: 15%;
      transform: none !important;
    }
  
    .navbar-brand .navbar-item:hover {
      transform: none !important;
    }
  
    .navbar-brand img {
      height: auto;
    }
  
    .navbar-brand .navbar-item {
      width: 100%;
    }
  
  
    .home-page .card {
      transform: translateY(0);
      transition: all .2s linear;
    }
  
    .home-page .card:hover {
      transform: translateY(-5px);
      transition: all .2s linear;
    }
  
    .home-page #contact-form {
      max-height: 600px;
      overflow-y: visible;
      padding: 50px 0 0;
    }
  
    .home-page #contact-form form {
      margin-top: -140px;
      margin-bottom: -30px;
    }
  
    .home-page #contact-form form h4 {
      font-size: 1.4rem;
    }
  
    .flex-gallery a {
      transition: all .1s linear;
      transform: none;
      display: inline;
    }
  
    .flex-gallery a img, .social-icons a img {
      transition: all .1s linear;
      transform: scale(1);
    }
  
  
    .flex-gallery a:hover img, .social-icons a:hover img  {
      transition: all .2s linear;
      transform: scale(1.05);
    }
  
  
    #contact-form form  input::placeholder,
    #contact-form form  textarea::placeholder  {
      font-size: 20px;
    }
  
     #contact-form form  input,
     #contact-form form  textarea {
      height: auto;
      max-height: 150px;
    }
  
    #contact-form form  input#submit-form {
      height: 60px;
    }
  
  }
  
  
  
  @media (min-width: 1324px) {
  
    .navbar {
      height: 120px;
    }
  
    .navbar-brand img {
      width: 90%;
    }
  
  
    .navbar-menu a {
      font-size: 1.6rem;
    }
  
    .welcome-blurb {
      justify-content: center;
      align-items: center;
    }
  
  
  
    h1{
      font-size: 3.5rem;
    }
  
    h2{
      font-size: 3rem;
    }
  
    p {
      font-family: century-gothic, sans-serif;
      font-weight: 400;
      font-size: 1.7rem;
    }
  
    .flex-gallery {
    display: block;
    margin: 50px auto;
    overflow: hidden;
    padding: 0;
    max-width: 1000px;
    width: 90%;
    }
  
  
  }
  
  
  @media (min-width: 1524px) {
  
  
      footer .columns {
        max-width: 1400px;
        margin: 0 auto;
      }
  }
  
  
  
  /* MOBILE MEDIA QUERIES */
  
  
  
  
  
  @media (max-width: 1049px) {
  
  
  p, a, ul, li, button, input, span {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1px;
  }
  
  
    .navbar-brand, .navbar-brand a {
  height: 100%;
  }
  
  .navbar-item img {
  max-height: 100%;
  }
  
  .navbar-item.logo {
    padding: 2px 20px 2px 10px;
  }
  
  .navbar-brand {
  width: 20%;
  }
  
  #fullscreenmenu ul li a {
    padding: 7px;
    font-size: 25px;
  }
  
  .card-content {
    padding: 10px;
  }
  
  .card:hover {
    transform: translateY(0px);
    transition: all .2s linear;
    box-shadow: 0px 10px 10px rgba(0,0,0,.3);
  }
  
  .card .card-content {
  background-color: transparent;
  background: -webkit-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.6),rgba(0,0,0,.7));
  background: -o-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.6),rgba(0,0,0,.7));
  background: -moz-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.6),rgba(0,0,0,.7));
  background: linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.6),rgba(0,0,0,.7));
  }
  
  .card .card-content:hover {
  background-color: transparent;
  background: -webkit-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.6),rgba(0,0,0,.7));
  background: -o-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.6),rgba(0,0,0,.7));
  background: -moz-linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.6),rgba(0,0,0,.7));
  background: linear-gradient(top,rgba(0,0,0,.0), rgba(0,0,0,.6),rgba(0,0,0,.7));
  }
  
  .card .media-content {
    margin: 0 auto;
    padding-top: 100px;
    transition: all .2s linear;
    text-shadow: 0px 5px 10px rgba(0,0,0,.5);
    transform: none !important;
  }
  
  .home-page .card button {
    background-color: #4ea1c4;
  }

  .card > .media {
    margin-bottom: 0rem !important;
  }
  
  .homes-page .card .media {
    padding-top: 50px;
  }
  
  
  .homes-page .card:hover .media {
    padding-top: 50px;
  }
  
  
  .card:hover .media-content {
    font-size: 1.3rem;
    margin: 0 auto;
    padding-top: 80px;
    transition: all .2s linear;
    text-shadow: 0px 5px 10px rgba(0,0,0,.5);
    transform: none !important;
  }
  
  .homes-page .card:hover .media-content {
    padding-top: 0px;
  }
  
  .single-home {
    transform: translateY(0);
    transition: all .2s linear;
  }
  
  
  .single-home:hover {
    transform: translateY(0);
    transition: all .2s linear;
  }
  
  #hamburgerui li a {
  padding: 15px;
  }
  
    .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 70%;
    z-index: 1;
    }
  
  
  #navtoggler {
    display: block;
    position: relative;
    top: 15px;
    right: 0px;
    font-size: 9px;
    width: 4em;
    height: 2.5em;
  }
  
  
  #hamburgerui {
  padding: 2px 20px;
  margin: 0 auto 20px;
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  }
  
  #fullscreenmenu {
    padding-top: 120px;
  }
  
  
    .navbar {
      padding: 2px 10px;
      height: 60px;
      /*font-family: filson-pro, sans-serif;*/
      font-family: century-gothic, sans-serif;
      font-weight: 700;
      background: transparent;
      box-shadow: none;
  
  }
  
  #hamburgericonmenuwrapper.open #fullscreenmenu ul {
  margin-top: 5%;
  }
  
  .flex-gallery img {
  width: 48%;
  padding: 0px 10px;
  }
  
  a.atoggler {
    float: right !important;
  }
  
  .slide-content h2 {
    font-size: 18px;
    margin: 0 auto;
    padding-left: 10px;
      height: 100%;
      padding-top: 200px;
    padding-right: 10px;
  padding-bottom: 10px;
  }
  
  
  .slick-slide {
    height: 250px;
  }
  
  .slick-slide div {
    height: 250px;
  }
  
  .media-content {
  overflow: hidden;
  }
  
  .home-page .section-title {
      padding-left: 5%;
      padding-right: 5%;
  }
  
  
  .inner-page .section-title {
    text-align: left;
    font-size: 2rem;
    max-width: none;
  }
  
  .contact .section-title, .section-title .light-blue-text {
    text-align: center;
  }
  
  footer {
  padding: 50px 10px 70px;
  position: relative;
  }
  
  footer .social-icons {
    justify-content: center;
  }
  
  .footer-logo img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .download-forms {
    font-size: 1.2rem;
  }
  
  .footer-nav, .footer-creds, .footer-left {
    text-align: center;
  }
  
  .team-bio {
  margin: 50px auto;
  width: 90%;
  padding: 20px;
  }
  
  .team-bio img {
      display: block;
      float: none;
      margin: 20px auto;
  }
  
  .team-bio button {
      font-size: 16px;
  }
  
  .team-bio p {
  font-size: 1.1rem;
  line-height: 1.7rem;
  }
  
  .page-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #page-title h2 {
    font-size: 2rem;
  }
  
  #pre-footer {
    height: auto;
    padding: 20px;
  }
  
  #pre-footer h2 {
  font-size: 2.2rem;
  width: 100%;
  }
  
  #pre-footer button, #pre-footer a  {
  font-size: 1.8rem;
  width: 100%;
  float: none;
  display: block;
  margin-bottom: 20px;
  }
  
  .contact #page-title {
    padding-top: 100px;
  }
  
  .contact #page-title h2 {
    text-align: center;
    height: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: block;
    left: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
  
  form input::placeholder, form textarea::placeholder  {
      font-size: 18px !important;
  }
  
  form input {
    margin: 10px auto;
    border: solid 2px #aaa;
    width: 100%;
    height: 60px;
    padding: 5px 20px;
    font-size: 18px !important;
  }
  
  form textarea {
    margin: 10px auto;
    border: solid 2px #aaa;
    width: 100%;
    padding: 20px;
    font-size: 16px !important;
    color: #333;
  }
  
  #contact-form button {
    padding: 0px;
    display: block;
    margin: 0px;
  }
  
  
  
  #contact-form form {
    margin: 50px auto 0;
    width: 90%;
    text-align: center;
  }
  
  .contact #contact-form form {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }
  
  .contact .section-title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  
  .contact .section-title {
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
  text-align: center !important;
  }
  
  .contact .section-title .light-blue-text {
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
  text-align: center;
  }
  
  .home-page #contact-form form {
  margin: 0px auto;
  text-align: center;
  background: #54A0C8;
  padding: 30px 30px 70px;
  box-shadow: 0px 10px 10px rgba(0,0,0,.2);
  max-width: 100%;
  margin-left: auto;
  margin-right: 5%;
  margin-top: -100px;
  }
  
  #contact-form .column {
  padding: 0px 10px;
  }
  
  .footer-creds {
    font-size: 1.2rem;
  }
  
  
  }
  
  
  @media (max-width: 650px) {
  
    #advantage-intro h4 {
  font-size: 1.5rem;
  text-align: center;
  }
  
    #advantage-intro .monster-text {
      font-size: 2.5rem;
      line-height: 2.8rem;
    }
  
    #advantage-intro .subtitle {
  font-size: 1.4rem;
  margin: 10px auto;
  }
  
  .handwritten {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  
    #contact-form form input,   #contact-form form textarea {
      border: none;
    }
  
  #pre-footer h2 {
  font-size: 30px;
  width: 100%;
  }
  
   #pre-footer button {
  font-size: 25px;
  width: 100%;
  }
  
  
  
  
    .card button {
  background: var(--primary-color);
  color: #fff !important;
  font-size: 1.1rem;
  padding: 5px 20px;
  border-radius: 50px;
  border: none;
  margin-top: 0;
  }
  
  .card .media-content {
  font-size: 1.3rem;
  margin: 0 auto;
  padding-top: 80px;
  }
  
  
  .fema-housing {
    width: 90%;
    margin: 0 auto;
  }
  
  .fema-housing img {
  float: none;
  display: block;
  margin: 0 auto;
  width: 50%;
  padding: 0 20px;
  }
  
  footer p, footer a {
      font-size: 1.4rem;
  }
  
  footer .social-icons {
    margin: 30px auto 20px;
  align-content: center;
  justify-content: center;
  }
  
  
  
  
  }
  
  
  /************************* END Media Queries ********************/
  





  /* Realty Manager | Default Overrides  */

  .form-group.number-field > .form-control {
    text-align: left !important;
  }