/*!
Theme Name: Avey and Sons
Author: Think Creative
Author URI: https://thinkcreative.co.uk
Version: 1.0
Text Domain: avey
*/
/* CSS Document */
/* CSS Document */
/* source-serif-pro-regular - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/source-serif-pro-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Serif Pro"), local("SourceSerifPro-Regular"), url("fonts/source-serif-pro-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/source-serif-pro-v7-latin-regular.woff2") format("woff2"), url("fonts/source-serif-pro-v7-latin-regular.woff") format("woff"), url("fonts/source-serif-pro-v7-latin-regular.ttf") format("truetype"), url("fonts/source-serif-pro-v7-latin-regular.svg#SourceSerifPro") format("svg");
  /* Legacy iOS */
}

/* source-serif-pro-600 - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/source-serif-pro-v7-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Source Serif Pro Semibold"), local("SourceSerifPro-Semibold"), url("fonts/source-serif-pro-v7-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/source-serif-pro-v7-latin-600.woff2") format("woff2"), url("fonts/source-serif-pro-v7-latin-600.woff") format("woff"), url("fonts/source-serif-pro-v7-latin-600.ttf") format("truetype"), url("fonts/source-serif-pro-v7-latin-600.svg#SourceSerifPro") format("svg");
  /* Legacy iOS */
}

/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/muli-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/muli-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/muli-v20-latin-regular.woff2") format("woff2"), url("fonts/muli-v20-latin-regular.woff") format("woff"), url("fonts/muli-v20-latin-regular.ttf") format("truetype"), url("fonts/muli-v20-latin-regular.svg#Muli") format("svg");
  /* Legacy iOS */
}

/* muli-700 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/muli-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/muli-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/muli-v20-latin-700.woff2") format("woff2"), url("fonts/muli-v20-latin-700.woff") format("woff"), url("fonts/muli-v20-latin-700.ttf") format("truetype"), url("fonts/muli-v20-latin-700.svg#Muli") format("svg");
  /* Legacy iOS */
}

@keyframes menu-hover-in-first {
  from {
    width: 90%;
  }
  to {
    width: 60%;
  }
}

@keyframes menu-hover-in-last {
  from {
    width: 60%;
  }
  to {
    width: 90%;
  }
}

@keyframes menu-bar {
  0% {
    width: 0;
    position: absolute;
    top: 50%;
    left: -60px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    width: 100%;
    position: absolute;
    top: 50%;
    left: -60px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes titleIn {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}

@keyframes labelIn {
  0% {
    left: -50%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes labelOut {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

@keyframes overlayFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes overlayFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes slideOtherIn {
  0% {
    bottom: -100%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideOtherOut {
  0% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: -100%;
    opacity: 0;
  }
}

@keyframes portfolioMenuBar {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* CSS Document */
/* line 4, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_site.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 7, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_site.scss */
html body {
  width: 100%;
  height: 100%;
  font-family: 'Muli', sans-serif;
  background: #ffffff;
}

/* line 14, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_site.scss */
html body h1 {
  font-family: 'Source Serif Pro', serif;
  font-weight: 600;
}

/* line 21, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_site.scss */
html body h2 {
  font-family: 'Source Serif Pro', serif;
  font-weight: 600;
}

/* line 26, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_site.scss */
html body .avery-gold {
  color: #8d7a43;
}

/* line 30, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_site.scss */
html body .preload {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}

/* line 37, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_site.scss */
html #home-shortcode .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

/* line 1, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_home.scss */
#home-nav {
  visibility: hidden;
}

/* line 7, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_home.scss */
#home-header {
  display: block;
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 20, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_home.scss */
#home-header #home-header-inner {
  width: 100%;
  height: 100%;
  background: url("images/home-header-bg.jpg") no-repeat;
  background-size: cover;
  animation: kenburns 120s alternate infinite;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
}

/* line 36, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_home.scss */
#home-header #header-logo {
  opacity: 0;
  width: 80%;
  height: 200px;
  max-width: 450px;
  background: rgba(29, 29, 27, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  animation: logoFadeIn 3s forwards;
  animation-delay: 1s;
  overflow: hidden;
}

/* line 56, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_home.scss */
#home-header #header-logo img {
  width: 75%;
  max-width: 280px;
}

/* line 62, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_home.scss */
#home-header #site-title {
  color: #ffffff;
  text-transform: uppercase;
  background: #8d7a43;
  font-size: 65%;
  letter-spacing: .1em;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 10px 0;
  animation: titleIn 2s forwards linear;
  animation-delay: 2s;
}

/* line 1, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section {
  height: 300px;
  overflow: hidden;
  background: #ffffff;
}

/* line 7, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .container-fluid {
  padding: 0;
}

/* line 11, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .container-fluid .home-portfolio-label {
  width: 80%;
  height: 50px;
  background: linear-gradient(105deg, #ffffff 75px, #8d7a43 76px);
  position: absolute;
  bottom: 40px;
  left: 0;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}

/* line 24, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .container-fluid .home-portfolio-label .col-8 {
  position: relative;
  top: 0;
  left: 0;
  height: 50px;
  padding-left: 0;
}

/* line 32, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .container-fluid .home-portfolio-label .col-8 h2 {
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 8px;
  left: 5px;
  letter-spacing: .03em;
  font-size: 100%;
}

/* line 44, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .container-fluid .home-portfolio-label .col-8 h6 {
  font-size: 50%;
  letter-spacing: .1em;
  margin: 10px 0 0;
  position: relative;
  left: 5px;
  display: none;
}

/* line 59, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .container-fluid .home-portfolio-left {
  position: relative;
  overflow: hidden;
  height: 300px;
}

/* line 65, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .container-fluid .home-portfolio-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 77, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .portfolio-icon {
  width: 32px;
  height: 32px;
  margin: 8px 0 8px 10px;
}

/* line 83, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .portfolio-icon img {
  width: 100%;
}

/* line 92, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .owl-nav {
  height: 100%;
}

/* line 97, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #8d7a43;
  color: #ffffff;
  width: 40px;
  height: 100%;
  font-size: 250%;
  display: none;
}

/* line 112, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-section .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  background: #8d7a43;
  color: #ffffff;
  width: 40px;
  height: 100%;
  max-height: 750px;
  font-size: 250%;
}

/* line 132, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-menu {
  background: #1d1d1b;
  color: #ffffff;
  letter-spacing: .1em;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 80%;
  padding: 15px 0;
}

/* line 143, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

/* line 150, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-menu ul li {
  display: inline-block;
  padding: 5px 5px;
  transition: .5s;
  cursor: pointer;
  margin: 0;
}

/* line 157, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-menu ul li:hover {
  color: #8d7a43;
  transition: .5s;
}

/* line 170, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_portfolio.scss */
#portfolio-menu ul li a {
  color: #ffffff;
  font-size: 80%;
}

/* line 1, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section {
  background: #f3f1ec;
  padding: 30px 15px;
  overflow: hidden;
  position: relative;
}

/* line 7, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section h6 {
  text-transform: uppercase;
  margin: 0;
}

/* line 12, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section h2 {
  font-weight: 400;
  margin-bottom: 30px;
}

/* line 17, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section .forsale-slide {
  width: 100%;
  height: 250px;
}

/* line 21, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section .forsale-slide img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}

/* line 28, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section .forsale-slide .forsale {
  background: #d54a46;
  width: 160px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-family: 'Source Serif Pro', serif;
  letter-spacing: .05em;
  text-align: center;
  padding: 15px;
}

/* line 41, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section .forsale-slide .forsale:before {
  content: 'For Sale';
  color: #ffffff;
  font-size: 120%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 59, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section .forsale-slide .sold {
  background: #8d7a43;
  width: 160px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-family: 'Source Serif Pro', serif;
  letter-spacing: .05em;
  text-align: center;
  padding: 15px;
}

/* line 72, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section .forsale-slide .sold:before {
  content: 'Sold';
  color: #ffffff;
  font-size: 120%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 94, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section .owl-carousel {
  position: relative;
  right: 0;
}

/* line 99, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section .owl-carousel .owl-nav {
  position: absolute;
  bottom: -65px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 300%;
}

/* line 110, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section .owl-carousel .owl-nav .owl-prev {
  margin-right: 30px;
  text-indent: -10000px;
  width: 20px;
  height: 20px;
  background: url("images/slider-prev-icon.png") no-repeat center center;
}

/* line 118, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_forsale.scss */
#sale-section .owl-carousel .owl-nav .owl-next {
  margin-left: 30px;
  text-indent: -10000px;
  width: 20px;
  height: 20px;
  background: url("images/slider-next-icon.png") no-repeat center center;
}

/* line 1, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
[data-aos] {
  visibility: hidden;
}

/* line 4, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
[data-aos].animated {
  visibility: visible;
}

/* line 9, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper {
  overflow: hidden;
}

/* line 13, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-property-details {
  padding: 85px 65px 0;
  width: 100%;
  text-align: left !important;
}

/* line 20, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-property-details h6 {
  letter-spacing: 0.1em;
}

/* line 25, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-property-details h2 {
  margin: 50px 0 5px 0;
  color: #8d7a43;
  font-size: 300%;
  letter-spacing: .01em;
  font-weight: 200;
}

/* line 33, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-property-details .avey-testimonial {
  margin: 50px 0;
}

/* line 35, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-property-details .avey-testimonial h4 {
  color: #7F7F7F;
  padding: 30px;
  position: relative;
}

/* line 40, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-property-details .avey-testimonial h4:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-left: 3px solid #8d7a43;
  border-top: 3px solid #8d7a43;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 52, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-property-details .avey-testimonial h4:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-right: 3px solid #8d7a43;
  border-bottom: 3px solid #8d7a43;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 69, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-other-properties {
  background: #f3f1ec;
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 45px 65px;
  height: 100%;
}

/* line 76, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-other-properties .owl-nav {
  height: 24px;
  margin-top: 30px;
}

/* line 79, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-other-properties .owl-nav .owl-prev {
  width: 24px;
  height: 24px;
  text-indent: -10000000px;
  background: url("images/slider-prev-icon.png") no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}

/* line 90, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .single-other-properties .owl-nav .owl-next {
  width: 24px;
  height: 24px;
  text-indent: -10000000px;
  background: url("images/slider-next-icon.png") no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 20px;
}

/* line 103, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .container-fluid {
  padding: 0;
}

/* line 105, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .container-fluid .col-12 {
  padding-left: 0;
  padding-right: 0;
}

/* line 111, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .container-fluid .col-12 .owl-carousel .owl-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

/* line 122, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .container-fluid .col-12 #single-property {
  height: 280px;
  max-height: 360px;
  overflow-y: scroll;
  margin: 30px 0 0 0;
}

/* line 129, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .container-fluid .col-12 #single-property ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 134, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .container-fluid .col-12 #single-property ul li {
  margin: 0 0 15px 0;
  height: 280px !important;
}

/* line 153, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 158, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category li {
  display: inline-block;
  margin-right: 10px;
}

/* line 162, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category li a {
  color: #1d1d1b;
  transition: color .3s;
}

/* line 166, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category li a:hover {
  color: #8d7a43;
  text-decoration: none;
  transition: color .3s;
}

/* line 175, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category .avey-category {
  font-size: 70%;
  margin: 0 0 25px 0;
  position: relative;
  padding: 5px 0 0 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* line 184, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category .avey-new-build:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("images/new-build-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 202, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category .avey-barns:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("images/barn-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 220, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category .avey-luxury-homes:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("images/luxury-house-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 238, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category .avey-historical:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("images/historical-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 257, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category .avey-extensions:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("images/extensions-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 275, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category .avey-commercial:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("images/commercial-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 295, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper ul.property-category .avey-forsale:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("images/forsale-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 317, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide {
  overflow: hidden;
  width: 100%;
  height: 190px;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
}

/* line 327, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide img {
  width: 100% !important;
  height: 190px !important;
  object-fit: contain;
  object-position: center;
}

/* line 335, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(141, 122, 67, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  animation: overlayFadeOut 1s forwards;
  transition: .5s;
}

/* line 352, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide:hover > a .other-properties-label {
  bottom: 0;
  animation: slideOtherIn .5s forwards;
}

/* line 361, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(141, 122, 67, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  animation: overlayFadeIn 1s forwards;
}

/* line 374, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 9999999999999999;
  background: #8d7a43;
  color: #ffffff;
  font-family: 'Source Serif Pro', serif;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 110%;
  letter-spacing: .02em;
  animation: slideOtherOut .5s forwards;
  opacity: 0;
}

/* line 391, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .other-property-cat {
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  font-size: 60%;
  text-transform: uppercase;
  position: relative;
  padding-left: 16px;
  letter-spacing: .1em;
}

/* line 401, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .new-build-icon {
  position: relative;
}

/* line 404, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .new-build-icon:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: -10px;
  background: url("images/new-build-icon-white.svg") no-repeat;
  background-size: contain;
}

/* line 416, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .luxury-house-icon {
  position: relative;
}

/* line 419, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .luxury-house-icon:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: -10px;
  background: url("images/luxury-house-icon-white.svg") no-repeat;
  background-size: contain;
}

/* line 430, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .barn-icon {
  position: relative;
}

/* line 433, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .barn-icon:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: -10px;
  background: url("images/barn-icon-white.svg") no-repeat;
  background-size: contain;
}

/* line 444, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .historical-icon {
  position: relative;
}

/* line 447, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .historical-icon:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: -10px;
  background: url("images/historical-icon-white.svg") no-repeat;
  background-size: contain;
}

/* line 458, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .extensions-icon {
  position: relative;
}

/* line 461, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .extensions-icon:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: -10px;
  background: url("images/extensions-icon-white.svg") no-repeat;
  background-size: contain;
}

/* line 473, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .commercial-icon {
  position: relative;
}

/* line 476, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .commercial-icon:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: -10px;
  background: url("images/commercial-icon-white.svg") no-repeat;
  background-size: contain;
}

/* line 488, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .forsale-icon {
  position: relative;
}

/* line 491, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_singleproperty.scss */
#single-property-wrapper .owl-item .other-properties-slide .other-properties-label .forsale-icon:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: -10px;
  background: url("images/forsale-icon-white.svg") no-repeat;
  background-size: contain;
}

/* CSS Document */
/* line 4, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#category-header-image {
  height: 200px;
  margin-bottom: 25px;
  position: relative;
}

/* line 9, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#category-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 16, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#category-header-image:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(141, 122, 67, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

/* line 30, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap h1 {
  color: #8d7a43;
  letter-spacing: 0 0.5em;
  font-weight: 400;
  position: relative;
  padding-left: 60px;
  margin: 40px 0;
}

/* line 38, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap h1:before {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 51, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap h1.avey-luxury-cat-icon:before {
  background: url("images/luxury-house-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 8px;
}

/* line 61, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap h1.avey-barns-cat-icon:before {
  background: url("images/barn-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 8px;
}

/* line 71, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap h1.avey-historical-cat-icon:before {
  background: url("images/historical-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 8px;
}

/* line 81, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap h1.avey-new-cat-icon:before {
  background: url("images/new-build-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 8px;
}

/* line 91, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap h1.avey-extensions-cat-icon:before {
  background: url("images/extensions-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 8px;
}

/* line 101, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap h1.avey-commercial-cat-icon:before {
  background: url("images/commercial-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 8px;
}

/* line 111, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap h1.avey-forsale-cat-icon:before {
  background: url("images/forsale-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 8px;
}

/* line 126, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}

/* line 134, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image a {
  color: #ffffff;
}

/* line 139, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image a .category-label {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 90%;
  padding: 15px 0 15px 55px;
  background: linear-gradient(105deg, #ffffff 50px, #8d7a43 51px);
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  letter-spacing: .02em;
  opacity: 1;
}

/* line 153, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image a .category-label .category-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -moz-transform: translate(5px, -50%);
  -o-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

/* line 166, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image a .category-label .avey-barns-cat-icon {
  background: url("images/barn-icon.svg") no-repeat;
  background-size: contain;
}

/* line 171, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image a .category-label .avey-new-cat-icon {
  background: url("images/new-build-icon.svg") no-repeat;
  background-size: contain;
}

/* line 176, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image a .category-label .avey-historical-cat-icon {
  background: url("images/historical-icon.svg") no-repeat;
  background-size: contain;
}

/* line 181, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image a .category-label .avey-luxury-cat-icon {
  background: url("images/luxury-house-icon.svg") no-repeat;
  background-size: contain;
}

/* line 186, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image a .category-label .avey-extensions-cat-icon {
  background: url("images/extensions-icon.svg") no-repeat;
  background-size: contain;
}

/* line 191, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image a .category-label .avey-commercial-cat-icon {
  background: url("images/commercial-icon.svg") no-repeat;
  background-size: contain;
}

/* line 195, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image a .category-label .avey-forsale-cat-icon {
  background: url("images/forsale-icon.svg") no-repeat;
  background-size: contain;
}

/* line 206, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(141, 122, 67, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  animation: overlayFadeOut 1s forwards;
  visibility: hidden;
}

/* line 239, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 247, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image .forsale {
  background: #d54a46;
  width: 120px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-family: 'Source Serif Pro', serif;
  letter-spacing: .05em;
  text-align: center;
  padding: 5px;
}

/* line 260, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image .forsale:before {
  content: 'For Sale';
  color: #ffffff;
  font-size: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 278, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image .sold {
  background: #8d7a43;
  width: 120px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-family: 'Source Serif Pro', serif;
  letter-spacing: .05em;
  text-align: center;
  padding: 5px;
}

/* line 290, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/site/_category.scss */
#avey-category-wrap .col-12 .category-image .sold:before {
  content: 'Sold';
  color: #ffffff;
  font-size: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen {
  position: relative;
}

/* line 4, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999999999999;
  width: 100%;
  background: #1d1d1b;
  color: #ffffff;
  padding: 5px 0;
  height: 50px;
  border-bottom: 1px solid #ffffff;
}

/* line 17, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* line 23, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 30, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li:nth-of-type(1) {
  text-align: left;
}

/* line 47, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li a img {
  width: 40px;
}

/* line 53, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li #social-links {
  width: 60px;
  margin-top: 6px;
  float: right;
}

/* line 59, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li #social-links .facebook {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #8d7a43;
  position: relative;
  top: 0;
  left: -10px;
}

/* line 68, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li #social-links .facebook a img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 84, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li #social-links .linkedin {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #8d7a43;
  position: relative;
  top: 0;
  left: 0;
}

/* line 93, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li #social-links .linkedin a img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 111, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li #mobile-menu-burger {
  font-size: 65%;
  cursor: pointer;
  width: 35px;
  margin: 15px auto 0;
}

/* line 120, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li #mobile-menu-burger span {
  height: 3px;
  background: #8d7a43;
  display: block;
  margin: 5px 0px;
}

/* line 126, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li #mobile-menu-burger span:first-of-type {
  width: 90%;
}

/* line 131, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #top-bar ul li #mobile-menu-burger span:last-of-type {
  width: 60%;
}

/* line 146, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #mobile-menu {
  height: 350px;
  width: 100%;
  position: fixed;
  top: -100%;
  z-index: 99999999;
  padding-top: 65px;
  background: rgba(29, 29, 27, 0.95);
  box-shadow: inset 0 55px 5px 0 rgba(0, 0, 0, 0.6);
  transition: top 1s;
}

/* line 158, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #mobile-menu ul {
  list-style: none;
}

/* line 161, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #mobile-menu ul li {
  margin-top: 20px;
}

/* line 165, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #mobile-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 90%;
  text-decoration: none;
}

/* line 176, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_mobilemenu.scss */
#small-screen #mobile-menu.mobile-menu-open {
  top: 0;
  transition: top .5s;
}

/* CSS Document */
/* line 3, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar {
  background: #1d1d1b;
  width: 65px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 10px;
  box-shadow: 2px 0 10px 2px rgba(64, 64, 64, 0.3);
  z-index: 9999999999999999999999999999;
}

/* line 15, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #sidebar-logo {
  width: 100%;
  margin: 45px 0 20px;
}

/* line 19, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #sidebar-logo img {
  width: 100%;
}

/* line 27, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #sidebar-menu {
  color: #ffffff;
  font-size: 65%;
  cursor: pointer;
  width: 35px;
  margin: 0 auto;
}

/* line 36, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #sidebar-menu span {
  height: 3px;
  background: #8d7a43;
  display: block;
  margin: 5px 0px;
}

/* line 42, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #sidebar-menu span:first-of-type {
  width: 90%;
}

/* line 47, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #sidebar-menu span:last-of-type {
  width: 60%;
}

/* line 53, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #sidebar-menu:hover {
  color: #8d7a43;
}

/* line 57, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #sidebar-menu:hover span {
  background: #ffffff;
}

/* line 61, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #sidebar-menu:hover span:first-of-type {
  width: 90%;
  animation: menu-hover-in-first .3s forwards linear;
}

/* line 67, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #sidebar-menu:hover span:last-of-type {
  width: 60%;
  animation: menu-hover-in-last .3s forwards linear;
  animation-delay: .1s;
}

/* line 80, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #social-links {
  width: 24px;
  margin: 0 auto;
  position: absolute;
  left: 20px;
  bottom: 80px;
}

/* line 87, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #social-links img {
  display: block;
  width: 100%;
  border: 1px solid #8d7a43;
  margin: 8px 0;
  padding: 4px;
  cursor: pointer;
}

/* line 95, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #social-links img:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* line 100, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
sidebar #social-links:before {
  display: block;
  content: '';
  width: 2px;
  height: 80px;
  background: #ffffff;
  position: relative;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 123, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu {
  background: rgba(29, 29, 27, 0.9);
  border-left: 2px solid #ffffff;
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  padding-top: 25px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .1em;
  overflow: hidden;
  transition: left 1s;
  z-index: 99999999999999999999;
}

/* line 139, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

/* line 146, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 30px auto;
}

/* line 153, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}

/* line 159, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu ul li.menu-hover {
  width: 120px;
  padding: 10px;
  margin: 15px auto;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border .2s;
  cursor: pointer;
  position: relative;
}

/* line 168, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu ul li.menu-hover:hover {
  border: 2px solid #8d7a43;
  background: rgba(255, 255, 255, 0.1);
  transition: all .3s;
}

/* line 173, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu ul li.menu-hover:hover:before {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #8d7a43;
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  animation: menu-bar .5s forwards linear;
}

/* line 199, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu .menu-contact-details {
  position: relative;
  top: 50px;
}

/* line 204, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu .menu-contact-details ul {
  color: #1d1d1b;
  font-size: 60%;
  background: rgba(255, 255, 255, 0.52);
  padding: 50px 0 50px 50px;
}

/* line 210, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu .menu-contact-details ul li {
  font-weight: 600;
  margin: 10px;
  padding: 0 0 0 24px;
  position: relative;
}

/* line 217, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu .menu-contact-details ul li:first-of-type:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/pin-icon.svg") no-repeat;
  background-size: contain;
}

/* line 230, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu .menu-contact-details ul li:last-of-type:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/phone-icon.svg") no-repeat;
  background-size: contain;
}

/* line 246, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_sidebar.scss */
#main-menu.open {
  left: 65px;
}

/* line 1, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_footer.scss */
footer {
  background: #1d1d1b;
  color: #ffffff;
  padding: 50px 0 0 0;
  position: relative;
  text-align: center;
}

/* line 8, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_footer.scss */
footer .footer-logo {
  width: 180px;
  margin: 0 auto;
}

/* line 12, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_footer.scss */
footer .footer-logo img {
  width: 100%;
}

/* line 17, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_footer.scss */
footer .h1-wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 120px;
}

/* line 23, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_footer.scss */
footer .h1-wrapper h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: .05em;
  font-size: 150%;
  font-weight: 400;
  text-align: center !important;
}

/* line 40, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_footer.scss */
footer .sub-footer {
  background: #99834d;
  padding: 10px;
  margin: 30px 0 0 0;
  font-size: 50%;
  letter-spacing: .05em;
}

/* line 50, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_footer.scss */
footer .contact-details ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 80%;
}

/* line 57, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_footer.scss */
footer .contact-details ul li {
  margin: 5px auto;
  padding-left: 25px;
  position: relative;
  width: 150px;
}

/* line 64, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_footer.scss */
footer .contact-details ul li:first-of-type:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url("images/pin-icon-white.svg") no-repeat;
  background-size: contain;
}

/* line 77, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/layout/_footer.scss */
footer .contact-details ul li:last-of-type:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/phone-icon-white.svg") no-repeat;
  background-size: contain;
}

/* CSS Document */
@media (min-width: 768px) {
  /* line 6, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  html body {
    padding-left: 65px;
  }
  /* line 12, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  #home-header {
    height: 100%;
  }
  /* line 16, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  #home-header #header-logo {
    height: 220px !important;
  }
  /* line 19, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  #home-header #header-logo img {
    max-width: 65%;
  }
  /* line 24, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  #home-header #site-title {
    font-size: 85%;
    padding: 6px 0;
  }
  /* line 34, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  footer .footer-logo {
    width: 180px;
  }
  /* line 37, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  footer .footer-logo img {
    width: 100%;
  }
  /* line 42, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  footer .h1-wrapper {
    text-align: center !important;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  /* line 54, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  footer .h1-wrapper h1 {
    font-size: 250%;
    position: inherit;
  }
  /* line 61, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  footer .sub-footer {
    font-size: 80%;
  }
  /* line 69, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/base/_media.scss */
  footer .contact-details ul {
    text-align: left;
  }
}

@media (min-width: 768px) {
  /* line 3, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-home.scss */
  #home-nav {
    visibility: visible;
    background: #8d7a43;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999999999999999;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* line 14, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-home.scss */
  #home-nav ul {
    list-style: none;
    margin: 15px;
    padding: 0 0 0 65px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    /* assumes you only want one row */
  }
  /* line 27, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-home.scss */
  #home-nav ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  /* line 33, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-home.scss */
  #home-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 80%;
  }
}

/* CSS Document */
@media (min-width: 576px) {
  /* line 10, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label {
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 27, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section {
    height: 550px;
  }
  /* line 34, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label {
    width: 70%;
    height: 60px;
    background: linear-gradient(105deg, #ffffff 85px, #8d7a43 86px);
    position: absolute;
    bottom: 40px;
    left: -100%;
    color: #ffffff;
    animation: labelOut 3s forwards;
    opacity: 0;
    cursor: pointer;
  }
  /* line 47, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label .col-8 {
    position: relative;
    height: 60px;
  }
  /* line 52, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label .col-8 h2 {
    font-weight: 400;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    letter-spacing: .03em;
    font-size: 75%;
  }
  /* line 64, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label .col-8 h6 {
    font-size: 60%;
    letter-spacing: .1em;
    margin: 10px 15px 0 0;
    position: relative;
    left: 0;
    display: block;
  }
  /* line 79, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left {
    position: relative;
    overflow: hidden;
    height: 550px;
  }
  /* line 85, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 91, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: overlayFadeOut 1s forwards;
  }
  /* line 109, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left:hover > a > .home-portfolio-label {
    animation: labelIn 1s forwards;
  }
  /* line 115, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    animation: overlayFadeIn 1s forwards;
  }
  /* line 132, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top {
    height: 275px;
    overflow: hidden;
  }
  /* line 137, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 145, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top:hover > a > .home-portfolio-label {
    animation: labelIn 1s forwards;
  }
  /* line 151, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 166, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom {
    height: 275px;
    overflow: hidden;
  }
  /* line 171, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 179, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom:hover > a > .home-portfolio-label {
    animation: labelIn 1s forwards;
  }
  /* line 185, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 200, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .col-6 {
    padding: 0;
  }
  /* line 204, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .col-6 .col {
    padding: 0;
  }
  /* line 211, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .portfolio-icon {
    width: 32px;
    height: 32px;
    margin: 15px 0 15px 10px;
  }
  /* line 217, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .portfolio-icon img {
    width: 100%;
  }
  /* line 238, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-menu ul li {
    display: inline-block;
    padding: 0 10px;
    transition: .5s;
    cursor: pointer;
  }
  /* line 244, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-menu ul li:hover {
    color: #8d7a43;
    transition: .5s;
  }
}

@media (min-width: 992px) {
  /* line 257, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section {
    height: 750px;
  }
  /* line 264, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label {
    width: 80%;
    height: 80px;
    background: linear-gradient(105deg, #ffffff 120px, #8d7a43 121px);
    position: absolute;
    bottom: 40px;
    left: -100%;
    color: #ffffff;
    animation: labelOut 3s forwards;
    opacity: 0;
    cursor: pointer;
  }
  /* line 277, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label .col-8 {
    position: relative;
    height: 80px;
  }
  /* line 282, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label .col-8 h2 {
    font-weight: 400;
    margin: 0;
    position: absolute;
    bottom: 8px;
    left: 0;
    letter-spacing: .03em;
    font-size: 120%;
  }
  /* line 294, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label .col-8 h6 {
    font-size: 65%;
    letter-spacing: .1em;
    margin: 15px 15px 0 0;
    position: relative;
    left: 0;
  }
  /* line 308, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left {
    position: relative;
    overflow: hidden;
    height: 750px;
  }
  /* line 314, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 320, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: overlayFadeOut 1s forwards;
  }
  /* line 338, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left:hover > a > .home-portfolio-label {
    animation: labelIn 1s forwards;
  }
  /* line 344, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    animation: overlayFadeIn 1s forwards;
  }
  /* line 361, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top {
    height: 375px;
    overflow: hidden;
  }
  /* line 366, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 374, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top:hover > a > .home-portfolio-label {
    animation: labelIn 1s forwards;
  }
  /* line 380, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 395, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom {
    height: 375px;
    overflow: hidden;
  }
  /* line 400, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 408, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom:hover > a > .home-portfolio-label {
    animation: labelIn 1s forwards;
  }
  /* line 414, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 429, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .col-6 {
    padding: 0;
  }
  /* line 433, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .col-6 .col {
    padding: 0;
  }
  /* line 440, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .portfolio-icon {
    width: 54px;
    height: 54px;
    margin: 15px auto;
  }
  /* line 446, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .portfolio-icon img {
    width: 100%;
  }
  /* line 458, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #8d7a43;
    color: #ffffff;
    width: 40px;
    height: 100%;
    font-size: 250%;
    display: none;
  }
  /* line 473, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .owl-nav .owl-next {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #8d7a43;
    color: #ffffff;
    width: 40px;
    height: 100%;
    font-size: 250%;
  }
  /* line 499, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-menu ul {
    list-style: none;
    padding: 15px;
    margin: 0;
    position: relative;
    width: 1100px;
    text-align: left !important;
  }
  /* line 507, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-menu ul li {
    display: inline-block;
    padding: 0 30px;
    transition: .5s;
    cursor: pointer;
  }
  /* line 513, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-menu ul li:hover {
    color: #8d7a43;
    transition: .5s;
  }
  /* line 520, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-menu ul li:first-of-type a {
    color: #8d7a43;
  }
  /* line 525, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-menu ul li:last-of-type {
    padding: 0 0 0 30px;
  }
  /* line 529, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-menu ul li a {
    color: #ffffff;
    font-size: 95%;
  }
  /* line 535, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-menu ul:after {
    content: '';
    display: block;
    height: 2px;
    width: 1000px;
    background: #ffffff;
    background-size: 400% 400%;
    position: absolute;
    top: 50%;
    right: -1800px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
}

@media (min-width: 1200px) {
  /* line 560, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section {
    height: 750px;
  }
  /* line 567, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label {
    width: 520px;
    height: 90px;
    background: linear-gradient(105deg, #ffffff 150px, #8d7a43 151px);
    position: absolute;
    bottom: 40px;
    left: -100%;
    color: #ffffff;
    animation: labelOut 3s forwards;
    opacity: 0;
    cursor: pointer;
  }
  /* line 580, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label .col-8 {
    position: relative;
    height: 90px;
  }
  /* line 585, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label .col-8 h2 {
    font-weight: 400;
    margin: 0;
    position: absolute;
    bottom: 8px;
    left: 0;
    letter-spacing: .03em;
    font-size: 110%;
  }
  /* line 597, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-label .col-8 h6 {
    font-size: 80%;
    letter-spacing: .1em;
    margin: 15px 15px 0 0;
    position: relative;
    left: 0;
  }
  /* line 611, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left {
    position: relative;
    overflow: hidden;
    height: 750px;
  }
  /* line 617, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 623, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    animation: overlayFadeOut 1s forwards;
  }
  /* line 641, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left:hover > a > .home-portfolio-label {
    animation: labelIn 1s forwards;
  }
  /* line 647, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-left:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    animation: overlayFadeIn 1s forwards;
  }
  /* line 664, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top {
    height: 375px;
    overflow: hidden;
  }
  /* line 669, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 677, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top:hover > a > .home-portfolio-label {
    animation: labelIn 1s forwards;
  }
  /* line 683, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-top:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 698, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom {
    height: 375px;
    overflow: hidden;
  }
  /* line 703, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 711, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom:hover > a > .home-portfolio-label {
    animation: labelIn 1s forwards;
  }
  /* line 717, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .home-portfolio-right-bottom:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 732, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .col-6 {
    padding: 0;
  }
  /* line 736, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .col-6 .col {
    padding: 0;
  }
  /* line 743, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .portfolio-icon {
    width: 54px;
    height: 54px;
    margin: 15px auto;
  }
  /* line 749, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .portfolio-icon img {
    width: 100%;
  }
  /* line 761, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #8d7a43;
    color: #ffffff;
    width: 40px;
    height: 100%;
    font-size: 250%;
    display: none;
  }
  /* line 776, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-section .container-fluid .owl-nav .owl-next {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #8d7a43;
    color: #ffffff;
    width: 40px;
    height: 100%;
    font-size: 250%;
  }
  /* line 806, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-portfolio.scss */
  #portfolio-menu ul li a {
    color: #ffffff;
    font-size: 95%;
  }
}

@media (min-width: 768px) {
  /* line 6, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-forsale.scss */
  #sale-section .forsale-slide {
    width: 95%;
    height: 250px;
  }
}

@media (min-width: 992px) {
  /* line 22, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-forsale.scss */
  #sale-section {
    padding: 120px 0 120px 60px;
  }
  /* line 27, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-forsale.scss */
  #sale-section .forsale-slide {
    height: 360px;
  }
  /* line 33, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-forsale.scss */
  #sale-section .owl-carousel {
    position: relative;
    right: 0;
  }
  /* line 38, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-forsale.scss */
  #sale-section .owl-carousel .owl-nav {
    position: absolute;
    left: -100px;
    bottom: 20px;
    font-size: 300%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-forsale.scss */
  #sale-section .owl-carousel .owl-nav .owl-prev {
    margin-right: 30px;
    text-indent: -10000px;
    width: 32px;
    height: 32px;
    background: url("images/slider-prev-icon.png") no-repeat center center;
  }
  /* line 52, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-forsale.scss */
  #sale-section .owl-carousel .owl-nav .owl-next {
    margin-left: 30px;
    text-indent: -10000px;
    width: 32px;
    height: 32px;
    background: url("images/slider-next-icon.png") no-repeat center center;
  }
}

@media (min-width: 1200px) {
  /* line 73, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-forsale.scss */
  #sale-section .forsale-slide {
    height: 560px;
  }
  /* line 82, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-forsale.scss */
  #sale-section .owl-carousel .owl-nav {
    position: absolute;
    left: -150px;
    bottom: 20px;
    font-size: 300%;
  }
}

@media (min-width: 768px) {
  /* line 3, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-singleproperty.scss */
  #single-property-wrapper {
    overflow: hidden;
  }
  /* line 8, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-singleproperty.scss */
  #single-property-wrapper .container-fluid {
    padding: 0;
  }
  /* line 11, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-singleproperty.scss */
  #single-property-wrapper .container-fluid .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 18, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-singleproperty.scss */
  #single-property-wrapper .container-fluid .col-md-6 .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  /* line 31, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-singleproperty.scss */
  #single-property-wrapper .container-fluid .col-md-6 #single-property {
    height: 100% !important;
    max-height: 1900px !important;
    overflow-y: scroll;
    margin-top: -50px;
  }
  /* line 39, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-singleproperty.scss */
  #single-property-wrapper .container-fluid .col-md-6 #single-property ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* line 44, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-singleproperty.scss */
  #single-property-wrapper .container-fluid .col-md-6 #single-property ul li {
    height: 800px !important;
    margin: 0 0 15px 0;
  }
}

/* CSS Document */
@media (min-width: 768px) {
  /* line 8, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-md-4 .category-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  /* line 34, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
  }
  /* line 42, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a {
    color: #ffffff;
  }
  /* line 47, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label {
    position: absolute;
    bottom: 15px;
    left: -100%;
    width: 90%;
    padding: 15px 0 15px 55px;
    background: linear-gradient(105deg, #ffffff 50px, #8d7a43 51px);
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    letter-spacing: .02em;
    opacity: 0;
    animation: labelOut 1s forwards;
  }
  /* line 61, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .category-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    -moz-transform: translate(5px, -50%);
    -o-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
  }
  /* line 74, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-barns-cat-icon {
    background: url("images/barn-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 79, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-new-cat-icon {
    background: url("images/new-build-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 84, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-historical-cat-icon {
    background: url("images/historical-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 89, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-luxury-cat-icon {
    background: url("images/luxury-house-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 94, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-extensions-cat-icon {
    background: url("images/extensions-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 99, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-commercial-cat-icon {
    background: url("images/commercial-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 103, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-forsale-cat-icon {
    background: url("images/forsale-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 114, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    animation: overlayFadeOut 1s forwards;
    visibility: hidden;
  }
  /* line 130, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image:hover > a > .category-label {
    animation: labelIn 1s forwards;
  }
  /* line 134, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    animation: overlayFadeIn 1s forwards;
  }
  /* line 147, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  /* line 155, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image .forsale {
    background: #d54a46;
    width: 120px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-family: 'Source Serif Pro', serif;
    letter-spacing: .05em;
    text-align: center;
    padding: 5px;
  }
  /* line 168, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image .forsale:before {
    content: 'For Sale';
    color: #ffffff;
    font-size: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 186, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image .sold {
    background: #8d7a43;
    width: 120px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-family: 'Source Serif Pro', serif;
    letter-spacing: .05em;
    text-align: center;
    padding: 5px;
  }
  /* line 198, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image .sold:before {
    content: 'Sold';
    color: #ffffff;
    font-size: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1200px) {
  /* line 232, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image {
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
  }
  /* line 240, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a {
    color: #ffffff;
  }
  /* line 245, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label {
    position: absolute;
    bottom: 15px;
    left: -100%;
    width: 90%;
    padding: 15px 0 15px 55px;
    background: linear-gradient(105deg, #ffffff 50px, #8d7a43 51px);
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    letter-spacing: .02em;
    opacity: 0;
    animation: labelOut 1s forwards;
  }
  /* line 259, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .category-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    -moz-transform: translate(5px, -50%);
    -o-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
  }
  /* line 272, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-barns-cat-icon {
    background: url("images/barn-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 277, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-new-cat-icon {
    background: url("images/new-build-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 282, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-historical-cat-icon {
    background: url("images/historical-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 287, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-luxury-cat-icon {
    background: url("images/luxury-house-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 292, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-extensions-cat-icon {
    background: url("images/extensions-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 297, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-commercial-cat-icon {
    background: url("images/commercial-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 301, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image a .category-label .avey-forsale-cat-icon {
    background: url("images/forsale-icon.svg") no-repeat;
    background-size: contain;
  }
  /* line 312, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    animation: overlayFadeOut 1s forwards;
    visibility: hidden;
  }
  /* line 328, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image:hover > a > .category-label {
    animation: labelIn 1s forwards;
  }
  /* line 332, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(141, 122, 67, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    animation: overlayFadeIn 1s forwards;
  }
  /* line 345, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  /* line 353, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image .forsale {
    background: #d54a46;
    width: 120px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-family: 'Source Serif Pro', serif;
    letter-spacing: .05em;
    text-align: center;
    padding: 5px;
  }
  /* line 366, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image .forsale:before {
    content: 'For Sale';
    color: #ffffff;
    font-size: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 384, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image .sold {
    background: #8d7a43;
    width: 120px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-family: 'Source Serif Pro', serif;
    letter-spacing: .05em;
    text-align: center;
    padding: 5px;
  }
  /* line 396, ../../../../../../../../../../../../../Users/admin/Sites/avey/wp-content/themes/avey/avery_scss/media/_media-category.scss */
  #avey-category-wrap .col-lg-3 .category-image .sold:before {
    content: 'Sold';
    color: #ffffff;
    font-size: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

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