/*   
Theme Name: Easy Living Property
Theme URI: https://www.easylivingproperty.co.za/
Description: A custom theme for Easy Living Property
Author: Easy Living Property
Author URI: https://www.easylivingproperty.co.za/
Version: 1.0
*/
/*
    VARIABLES

    ----------------------- */
/*
    COLORS

    ----------------------- */
/*
    MEDIA QUERIES

    ----------------------- */
/*
 *	MIXINS
 *	================================================== */
/*
    SITE CSS

    ----------------------- */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #333333;
  font-size: 16px;
}

/*  HEADER  */
header .hfe-dropdown {
  right: -41px !important;
  z-index: 10 !important;
  width: 100vw !important;
}

/*  MAIN  */
main .single-post {
  padding: 50px 0;
}
main .single-post h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

/*

    CONTACT FORM 7

*/
.wpcf7-form p {
  margin: 0;
  padding: 0;
}
.wpcf7-form .wpcf7-not-valid {
  border: 1px solid #FF0000 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form .wpcf7-response-output {
  position: absolute;
  font-size: 12px;
  margin: 5px 0 !important;
  padding: 5px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #ffb900;
}
.wpcf7-form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #FFF;
}

.latest-blogs .post-category, .unique-experiences .post-category {
  color: #646262;
  padding: 20px 0px 10px 0px;
}
.latest-blogs h2, .unique-experiences h2 {
  font-size: 25px;
  font-weight: 700;
}
.latest-blogs h2 a, .unique-experiences h2 a {
  color: #000;
}
.latest-blogs h2 a:hover, .unique-experiences h2 a:hover {
  color: #1834c6;
}
.latest-blogs .post-img, .unique-experiences .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
}
.latest-blogs .post-img::before, .unique-experiences .post-img::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 200px;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.latest-blogs .post-img:hover::before, .latest-blogs .post-img:focus::before, .unique-experiences .post-img:hover::before, .unique-experiences .post-img:focus::before {
  animation: shine 0.85s;
}
.latest-blogs .post-img img, .unique-experiences .post-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s ease;
}
.latest-blogs .post-img img:hover, .unique-experiences .post-img img:hover {
  transform: scale(1.1);
}

.unique-experiences h2 {
  color: #424242;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.unique-experiences h4 {
  font-weight: 700;
  color: #424242;
}
.unique-experiences .post-img {
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
}

.business-listing .item {
  padding: 20px;
  border: 2px solid #FFCF00;
  min-height: 180px;
  border-radius: 10px;
  webkit-border-radius: 10px;
  moz-border-radius: 10px;
}
.business-listing .item a {
  color: #000;
  font-weight: 600;
}
.business-listing .item a:hover {
  color: #1834c6;
}
.business-listing .item h3 {
  font-size: 20px;
  font-weight: 700;
}
.business-listing .item svg {
  width: 30px;
}
.business-listing .item p {
  font-size: 15px;
  font-weight: 400;
}

.competitions-listing, .products-listing {
  font-size: 15px;
}
.competitions-listing h2, .products-listing h2 {
  font-size: 18px;
  color: #000;
}
.competitions-listing h2 a, .products-listing h2 a {
  color: #000;
}
.competitions-listing .comp-item, .competitions-listing .product-item, .products-listing .comp-item, .products-listing .product-item {
  background-color: #f6f8ff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.competitions-listing .comp-item .comp-content, .competitions-listing .comp-item .product-content, .competitions-listing .product-item .comp-content, .competitions-listing .product-item .product-content, .products-listing .comp-item .comp-content, .products-listing .comp-item .product-content, .products-listing .product-item .comp-content, .products-listing .product-item .product-content {
  padding: 5px 20px 10px 20px;
}

#popupWindow .modal-header {
  position: absolute !important;
  z-index: 20;
  width: 100%;
  border: none;
}
#popupWindow .modal-header .btn-close {
  opacity: 1;
}
#popupWindow .modal-body {
  padding: 0;
}

/*

    SWIPER

*/
.swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper.propertySwiper .card {
  color: #646262;
  width: 95%;
  background-color: #f6f8ff;
  border-radius: 20px;
  overflow: hidden;
}
.swiper.propertySwiper .card .zoom-img {
  height: 200px;
  overflow: hidden;
}
.swiper.propertySwiper .card .zoom-img .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #1834c6;
  color: #FFFFFF;
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
}
.swiper.propertySwiper .card .zoom-img::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 200px;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.swiper.propertySwiper .card .zoom-img:hover::before, .swiper.propertySwiper .card .zoom-img:focus::before {
  animation: shine 0.85s;
}
.swiper.propertySwiper .card .zoom-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s ease;
}
.swiper.propertySwiper .card .zoom-img img:hover {
  transform: scale(1.1);
}
.swiper.propertySwiper .card .card-content {
  padding: 20px;
  font-size: 13px;
}
.swiper.propertySwiper .card .card-content h2 {
  font-size: 18px;
  font-weight: 600;
}
.swiper.propertySwiper .card .card-content strong.price {
  font-size: 18px;
}

.news_links a {
  color: #000;
}
.news_links a:hover {
  color: #FFCF00;
}
.news_links span, .news_links small {
  color: #646262;
  font-size: 12px;
}
.news_links span a, .news_links small a {
  color: #646262;
  font-size: 12px;
}

.margin-auto-footer {
  margin: 50px auto -30px auto !important;
}

/*  OVERRIDES   */
.btn-primary {
  background-color: #1B325A !important;
  border: 1px solid #1B325A !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #1834c6 !important;
}

.modal h3 {
  font-size: 15px;
}
.modal h3 a {
  color: #000;
}

/*  FOOTER  */
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.recommended-blogs strong {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.recommended-blogs a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

/*
  MOBILE MENU
  ----------------------------------- */
.mobile-main-menu {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.mobile-main-menu ul.nav {
  padding: 0;
}
.mobile-main-menu ul.nav li {
  opacity: 0;
  transform: translateY(-40px);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.mobile-main-menu ul.nav li a {
  color: #FFF;
  font-size: 5vh;
  font-weight: 600;
}

.nav-open .mobile-main-menu {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.92);
}

.nav-open .mobile-main-menu .nav li {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.2s, opacity 0.2s;
}

.mobile-main-menu .nav li.delay-1 {
  transition-delay: 0.1s;
}

.mobile-main-menu .nav li.delay-2 {
  transition-delay: 0.2s;
}

.mobile-main-menu .nav li.delay-3 {
  transition-delay: 0.3s;
}

.mobile-main-menu .nav li.delay-4 {
  transition-delay: 0.4s;
}

.mobile-main-menu .nav li.delay-5 {
  transition-delay: 0.5s;
}

.mobile-main-menu .nav li.delay-6 {
  transition-delay: 0.6s;
}

.mobile-main-menu .nav li.delay-7 {
  transition-delay: 0.7s;
}

.mobile-main-menu .nav li.delay-8 {
  transition-delay: 0.8s;
}

.mobile-main-menu .nav li.delay-9 {
  transition-delay: 0.9s;
}

.nav-button {
  position: relative;
  z-index: 1111;
  border: solid 1px #f8f8f8;
  height: 42px;
  display: block;
  width: 50px;
  padding: 12px;
}

.nav-button #nav-icon3 {
  width: 24px;
  height: 22px;
  display: inline-block;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-button #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.nav-button #nav-icon3 span:nth-child(1) {
  top: 0;
}

.nav-button #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 7px;
}

.nav-button #nav-icon3 span:nth-child(4) {
  top: 14px;
}

.nav-open #nav-icon3 span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}

.nav-open #nav-icon3 span:nth-child(2) {
  transform: rotate(45deg);
}

.nav-open #nav-icon3 span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-open #nav-icon3 span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}/*# sourceMappingURL=style.css.map */