/**
 * Leasing home, type & search results
 */
/**
 * Site variables
 */
/**
 * Colors
 */
/*
$content-builder-padding-top: 120px;
$content-builder-padding-bottom: 120px;
$content-builder-tablet-padding-top: 80px;
$content-builder-tablet-padding-bottom: 80px;
$content-builder-mobile-padding-top: 50px;
$content-builder-mobile-padding-bottom: 50px;
*/
/**
 * Make full width text areas not use full width for... reasons...?
 */
.asset-preview {
  display: block;
  text-decoration: none;
  color: #0A4E3F;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width 767px) {
  .asset-preview {
    margin-bottom: 30px;
  }
}
.asset-preview .image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.asset-preview .image img {
  width: 100%;
  transition: transform 0.6s;
  transition-timing-function: ease-in-out;
}
.asset-preview .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/abacus/images/investor-centre-swoop.svg");
  background-position: bottom right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 4;
  aspect-ratio: 518/292;
  width: 28%;
  height: 100%;
}
.asset-preview .image .inner {
  z-index: 3;
  position: absolute;
  bottom: 40px;
  left: 45px;
  right: 20%;
  color: #FFFFFF;
}
.asset-preview .image .inner .title {
  color: #FFFFFF !important;
}
@media (max-width: 1280px) {
  .asset-preview .image .inner {
    left: 30px;
    bottom: 25px;
  }
}
.asset-preview.sk_asset {
  color: #0D171A;
}
.asset-preview.sk_asset:hover, .asset-preview.sk_asset:active, .asset-preview.sk_asset.active {
  color: #3e3f40;
}
.asset-preview.sk_asset:hover .title, .asset-preview.sk_asset:active .title, .asset-preview.sk_asset.active .title {
  color: #3e3f40;
}
.asset-preview.sk_asset .image:after {
  background-image: url("/wp-content/themes/abacus/images/investor-centre-swoop-black.svg");
}
.asset-preview.sixteen-nine .image:after {
  background-size: 19% auto;
  width: 100%;
}
.asset-preview.sixteen-nine .image:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(0deg, #1e2f2b 0%, rgba(30, 47, 43, 0) 100%);
}
@media (max-width: 1440px) {
  .asset-preview.sixteen-nine .title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .asset-preview.sixteen-nine .title {
    font-size: 20px;
  }
}
.asset-preview .title {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.1em;
}
@media (max-width: 1024px) {
  .asset-preview .title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .asset-preview .title {
    font-size: 20px;
  }
}
.asset-preview .address,
.asset-preview .space {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .asset-preview .address,
.asset-preview .space {
    font-size: 14px;
  }
}
.asset-preview .address {
  text-transform: uppercase;
}
.asset-preview .space {
  font-weight: 500;
}
.asset-preview .ta-outer {
  overflow: auto;
}
.asset-preview .icons {
  font-size: 23px;
}
@media (max-width: 1024px) {
  .asset-preview .icons {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .asset-preview .icons {
    font-size: 16px;
  }
}
.asset-preview .icons i {
  display: inline-block;
  margin-right: 0.7em;
}
.asset-preview:hover, .asset-preview:active, .asset-preview.active {
  color: #0e6957;
}
.asset-preview:hover .title, .asset-preview:active .title, .asset-preview.active .title {
  color: #0e6957;
}
.asset-preview:hover img, .asset-preview:active img, .asset-preview.active img {
  transform: scale(1.05);
}

.leasing-home-outer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .leasing-home-outer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .leasing-home-outer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.leasing-home-outer.top-padding {
  padding-bottom: 0;
}
.leasing-home-outer.bottom-padding {
  padding-top: 0;
}
.leasing-home-outer.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.leasing-home-outer.last-section {
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .leasing-home-outer.last-section {
    padding-bottom: 52.5px;
  }
}
@media (max-width: 767px) {
  .leasing-home-outer.last-section {
    padding-bottom: 37.5px;
  }
}
.leasing-home-outer.is-search {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .leasing-home-outer.is-search {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .leasing-home-outer.is-search {
    padding-bottom: 40px;
  }
}
.leasing-home-outer .text {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .leasing-home-outer .text {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .leasing-home-outer .text {
    margin-top: 20px;
  }
}
.leasing-home-outer h1 {
  /*
  font-size: 56px;
  margin-bottom: 10px;

  @media (max-width: $tablet-width) {
  	font-size: 42px;
  }

  @media (max-width: $mobile-width) {
  	font-size: 30px;
  }
   */
}
.leasing-home-outer .search-params {
  padding-bottom: 0 !important;
}

.leasing-home-type {
  position: relative;
  padding-bottom: 50px;
  padding-top: 65px;
}
@media (max-width: 1024px) {
  .leasing-home-type {
    padding-bottom: 40px;
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .leasing-home-type {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.leasing-home-type:first-child {
  padding-top: 0;
}
.leasing-home-type .header {
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .leasing-home-type .header {
    margin-bottom: 40px;
  }
}
.leasing-home-type .header h2 {
  position: relative;
  display: inline-block;
  margin-left: -0.4em;
  margin-bottom: 0;
}
.leasing-home-type .header h2 i {
  font-family: "AbacusOutline";
  font-size: 1.65em;
  font-style: normal;
  position: relative;
  top: 0.1em;
}
.leasing-home-type .header .btn {
  float: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .leasing-home-type .header .btn {
    margin-top: 0;
  }
}
.leasing-home-type:after {
  content: "";
  z-index: 0;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(224, 222, 216, 0.3) 0%, rgba(255, 255, 255, 0) 55%);
}

@media (max-width: 500px) {
  .page-template-portfolio-all .leasing-home-type h2 {
    display: block;
  }
  .page-template-portfolio-all .leasing-home-type .btn {
    margin-top: 20px;
    float: none;
  }
}

.assets-row {
  position: relative;
  z-index: 1;
}

.no-results.with-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .no-results.with-padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .no-results.with-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.no-results.with-padding.top-padding {
  padding-bottom: 0;
}
.no-results.with-padding.bottom-padding {
  padding-top: 0;
}
.no-results.with-padding.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.search-params {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .search-params {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .search-params {
    padding-bottom: 40px;
  }
}
.search-params.padding-top {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .search-params.padding-top {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .search-params.padding-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.search-params.padding-top.top-padding {
  padding-bottom: 0;
}
.search-params.padding-top.bottom-padding {
  padding-top: 0;
}
.search-params.padding-top.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.search-params a {
  color: #0A4E3F;
  text-decoration: none;
  display: inline-block;
  margin-right: 2em;
  font-weight: 500;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .search-params a {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .search-params a {
    font-size: 20px;
  }
}
.search-params a i {
  margin-left: 0.5em;
  font-size: 0.9em;
}
.search-params a:hover {
  color: #0e6957;
}
.search-params h2 {
  margin-bottom: 0;
}

.leasing-type-outer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .leasing-type-outer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .leasing-type-outer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.leasing-type-outer.top-padding {
  padding-bottom: 0;
}
.leasing-type-outer.bottom-padding {
  padding-top: 0;
}
.leasing-type-outer.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.leasing-type-outer.last-section {
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .leasing-type-outer.last-section {
    padding-bottom: 52.5px;
  }
}
@media (max-width: 767px) {
  .leasing-type-outer.last-section {
    padding-bottom: 37.5px;
  }
}
.leasing-type-outer h1 {
  /*
  font-size: 56px;
  margin-bottom: 10px;

  @media (max-width: $tablet-width) {
  	font-size: 42px;
  }

  @media (max-width: $mobile-width) {
  	font-size: 30px;
  }
   */
}
.portfolio-type-outer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .portfolio-type-outer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .portfolio-type-outer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.portfolio-type-outer.top-padding {
  padding-bottom: 0;
}
.portfolio-type-outer.bottom-padding {
  padding-top: 0;
}
.portfolio-type-outer.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.portfolio-type-outer.last-section {
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .portfolio-type-outer.last-section {
    padding-bottom: 52.5px;
  }
}
@media (max-width: 767px) {
  .portfolio-type-outer.last-section {
    padding-bottom: 37.5px;
  }
}
.portfolio-type-outer .info {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .portfolio-type-outer .info {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .portfolio-type-outer .info {
    padding-bottom: 25px;
  }
}
.portfolio-type-outer .search-params {
  padding-bottom: 20px;
}
.portfolio-type-outer .text {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .portfolio-type-outer .text {
    margin-bottom: 20px;
  }
}
.portfolio-type-outer .show-hide-info {
  display: inline-block;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #0A4E3F;
  text-decoration: none;
}
@media (max-width: 767px) {
  .portfolio-type-outer .show-hide-info {
    font-size: 18px;
  }
}
.portfolio-type-outer .show-hide-info.right {
  display: none;
}
@media (max-width: 1199px) {
  .portfolio-type-outer .show-hide-info.right {
    margin-top: 30px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .portfolio-type-outer .show-hide-info.right {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .portfolio-type-outer .show-hide-info.left {
    display: none;
  }
}
.portfolio-type-outer .show-hide-info i {
  font-size: 0.8em;
  display: inline-block;
  margin-right: 0.9em;
}
@media (min-width: 1440px) {
  .portfolio-type-outer .col-xxl2-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 1440px) {
  .portfolio-type-outer .col-xxl2-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 1400px) {
  .portfolio-type-outer .col-xl2-6 {
    width: 50%;
  }
}
@media (min-width: 1770px) {
  .portfolio-type-outer .col-xxl3-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 1770px) {
  .portfolio-type-outer .col-xxl3-5 {
    width: 41.66666667%;
  }
}

.storage-scheme .portfolio-type-outer .show-hide-info {
  color: #0D171A;
}
.storage-scheme .portfolio-type-outer .show-hide-info:hover, .storage-scheme .portfolio-type-outer .show-hide-info:active, .storage-scheme .portfolio-type-outer .show-hide-info.active {
  color: #3e3f40;
}

.expander {
  border: 1px solid #E0DED8;
  border-radius: 8px;
  overflow: hidden;
  color: #0A4E3F;
  font-size: 26px;
}
@media (max-width: 1024px) {
  .expander {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .expander {
    font-size: 18px;
  }
}
.expander .item {
  display: inline-flex;
  align-items: center;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-weight: 300;
  height: 75px;
  width: 100%;
  padding: 0 20px 0 35px;
}
@media (max-width: 1024px) {
  .expander .item {
    padding: 0 20px 0 25px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .expander .item {
    padding: 0 10px 0 0;
    height: 45px;
  }
}
.expander .item i {
  display: inline-block;
  width: 90px;
  text-align: center;
  font-style: normal;
  font-size: 1.7em;
  margin-right: 0.4em;
}
@media (max-width: 1024px) {
  .expander .item i {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .expander .item i {
    margin-right: 0;
    width: 75px;
    font-size: 1.5em;
  }
}
.expander .item b {
  margin-right: 0.3em;
  font-weight: 500;
}
.expander .item.header {
  background: #f5f4f3;
  font-size: 1.1em;
  margin-bottom: 0 !important;
  height: 95px;
}
@media (max-width: 1024px) {
  .expander .item.header {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .expander .item.header {
    height: 65px;
  }
}
.expander .item.header i {
  font-family: "AbacusOutline";
  font-size: 2.48em;
  margin-right: 0.21em;
}
@media (max-width: 767px) {
  .expander .item.header i {
    margin-right: 0;
  }
}
.expander .item:last-child {
  margin-bottom: 10px;
}
.expander a.item {
  color: #0A4E3F;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}
.expander a.item > * {
  z-index: 1;
}
.expander a.item:after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 3em;
  background: #E0DED8;
  top: 0;
  right: 0;
  z-index: 0;
  transition: padding 0.25s;
}
.expander a.item:hover:after, .expander a.item:active:after {
  padding-left: 0.5em;
}
@media (max-width: 460px) {
  .expander a.item.header {
    padding-left: 0;
    font-size: 16px;
  }
  .expander a.item.header i {
    margin-right: 0.2em;
    width: 60px;
  }
}

.storage-scheme .expander {
  color: #0D171A;
}
.storage-scheme .expander .item {
  border-bottom: none;
}
.storage-scheme .expander .item.header {
  background: #f5f4f3;
}
.storage-scheme .expander a.item {
  color: #0D171A;
}

.for-all .expander {
  margin-bottom: 17px;
}
.for-all .expander:last-child {
  margin-bottom: 0;
}

.portfolio-box {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .portfolio-box {
    margin-top: 40px;
  }
}
.portfolio-box .header {
  display: inline-flex;
  align-items: center;
  background: #0A4E3F;
  color: #FFFFFF;
  font-size: 1.1em;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 32px;
  padding: 25px 50px 25px 20px;
  width: 100%;
  height: 80px;
}
@media (max-width: 1199px) {
  .portfolio-box .header {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .portfolio-box .header {
    min-height: 70px;
    font-size: 25px;
    align-items: flex-start;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .portfolio-box .header {
    flex-direction: column;
  }
}
.portfolio-box .header.extra-padding {
  padding-left: 45px;
}
@media (max-width: 767px) {
  .portfolio-box .header.extra-padding {
    padding-bottom: 10px;
    padding-left: 27px;
    align-items: center;
  }
}
@media (max-width: 550px) {
  .portfolio-box .header.extra-padding {
    justify-content: center;
    align-items: baseline;
  }
}
.portfolio-box .header i {
  font-family: "AbacusOutline";
  font-size: 1.71em;
  font-style: normal;
  line-height: 1em;
  position: relative;
  top: 0.1em;
}
.portfolio-box .header div {
  flex-grow: 1;
}
@media (max-width: 550px) {
  .portfolio-box .header div {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .portfolio-box .header div i {
    top: 0;
  }
}
@media (max-width: 767px) {
  .portfolio-box .header .btn {
    margin-top: 9px;
  }
}
@media (max-width: 550px) {
  .portfolio-box .header .btn {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.portfolio-box .inner {
  display: flex;
  height: calc(100% - 80px);
}
@media (max-width: 1199px) {
  .portfolio-box .inner {
    height: calc(100% - 70px);
  }
}
@media (max-width: 767px) {
  .portfolio-box .inner {
    height: auto;
  }
}
.portfolio-box .image {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .portfolio-box .image {
    height: 200px;
  }
}
.portfolio-box .item {
  display: inline-flex;
  align-items: center;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-weight: 300;
  height: 70px;
  width: 100%;
  padding: 0 20px 0 50px;
  color: #0A4E3F;
  font-size: 32px;
}
@media (max-width: 1024px) {
  .portfolio-box .item {
    font-size: 26px;
    height: 55px;
    padding: 0 20px 0 42px;
  }
}
@media (max-width: 767px) {
  .portfolio-box .item {
    font-size: 20px;
    height: 40px;
    padding: 0 20px 0 27px;
  }
}
.portfolio-box .item i {
  display: inline-block;
  text-align: center;
  font-style: normal;
  font-size: 1.18em;
  margin-right: 1em;
  color: #B5C9C5;
  width: 1em;
}
.portfolio-box .item:first-child {
  margin-top: 20px;
}
.portfolio-box .item:last-child {
  margin-bottom: 20px;
}
.portfolio-box .item b {
  margin-right: 0.3em;
  font-weight: 500;
}
.portfolio-box .inner {
  box-sizing: border-box;
}
.portfolio-box .items.with-border {
  border: 1px solid #E0DED8;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
}
.portfolio-box .border-left {
  border-left: 1px solid #E0DED8;
}
@media (max-width: 1199px) {
  .portfolio-box .border-left {
    border: none;
  }
}
.portfolio-box .border-bottom-left {
  border-left: 1px solid #E0DED8;
  border-bottom: 1px solid #E0DED8;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1199px) {
  .portfolio-box .border-bottom-left {
    border-right: 1px solid #E0DED8;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .portfolio-box .border-bottom-left {
    border-left: 1px solid #E0DED8;
  }
}
.portfolio-box .border-bottom-right {
  border-right: 1px solid #E0DED8;
  border-bottom: 1px solid #E0DED8;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .portfolio-box .border-bottom-right {
    border-left: 1px solid #E0DED8;
    border-bottom-left-radius: 8px;
  }
}
.portfolio-box .type-intro {
  padding: 50px;
}
@media (max-width: 1024px) {
  .portfolio-box .type-intro {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .portfolio-box .type-intro {
    padding: 20px;
  }
}

.storage-scheme .portfolio-box .header {
  background: #0D171A;
  color: #FFFFFF;
}
.storage-scheme .portfolio-box .header .btn-trans {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.storage-scheme .portfolio-box .header .btn-trans:hover, .storage-scheme .portfolio-box .header .btn-trans:active, .storage-scheme .portfolio-box .header .btn-trans.active {
  color: #0D171A !important;
  background-color: #FFFFFF !important;
}
.storage-scheme .portfolio-box .item {
  color: #0D171A;
  border-bottom: none;
}
.storage-scheme .portfolio-box .item i {
  color: #E0DED8;
}

.with-pbox .portfolio-box {
  margin-top: 0;
}
@media (max-width: 991px) {
  .with-pbox .portfolio-box {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .with-pbox .portfolio-box {
    margin-top: 40px;
  }
}

.portfolio-outer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .portfolio-outer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .portfolio-outer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.portfolio-outer.top-padding {
  padding-bottom: 0;
}
.portfolio-outer.bottom-padding {
  padding-top: 0;
}
.portfolio-outer.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.portfolio-outer.last-section {
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .portfolio-outer.last-section {
    padding-bottom: 52.5px;
  }
}
@media (max-width: 767px) {
  .portfolio-outer.last-section {
    padding-bottom: 37.5px;
  }
}
.portfolio-outer h2 {
  font-size: 72px;
}
@media (max-width: 1280px) {
  .portfolio-outer h2 {
    font-size: 65px;
  }
}
@media (max-width: 1024px) {
  .portfolio-outer h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .portfolio-outer h2 {
    font-size: 40px;
  }
}
.portfolio-outer .left {
  padding-right: 75px;
}
@media (max-width: 991px) {
  .portfolio-outer .left {
    padding-right: 0;
  }
}
@media (min-width: 1770px) {
  .portfolio-outer .col-xxl4-7 {
    width: 68%;
  }
}
@media (min-width: 1770px) {
  .portfolio-outer .col-xxl4-5 {
    width: 32%;
  }
}

#enquire h2 {
  color: #FFFFFF;
  font-size: 62px;
  margin-bottom: 0;
  padding-bottom: 55px;
}
@media (max-width: 1280px) {
  #enquire h2 {
    font-size: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  #enquire h2 {
    font-size: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #enquire h2 {
    font-size: 34px;
    padding-bottom: 20px;
  }
}
#enquire .justify-content-center {
  justify-content: center;
  background: #12403C;
}
@media (min-width: 1441px) {
  #enquire .col-wide {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1441px) {
  #enquire .col-12-wide {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 675px) {
  #enquire .col-12-wide {
    width: 100%;
  }
}
#enquire .wysiwyg a {
  color: #FFFFFF;
}
#enquire .wysiwyg a:hover, #enquire .wysiwyg a:active {
  opacity: 0.8;
}
#enquire label, #enquire legend {
  color: #FFFFFF;
}
#enquire .info,
#enquire .form {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  #enquire .info,
#enquire .form {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #enquire .info,
#enquire .form {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#enquire .info.top-padding,
#enquire .form.top-padding {
  padding-bottom: 0;
}
#enquire .info.bottom-padding,
#enquire .form.bottom-padding {
  padding-top: 0;
}
#enquire .info.no-padding,
#enquire .form.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
#enquire .info {
  background: #0A4E3F;
}
#enquire .info .inner {
  padding-left: 140px;
  padding-right: 75px;
}
@media (max-width: 1660px) {
  #enquire .info .inner {
    padding-left: 80px;
    padding-right: 60px;
  }
}
@media (max-width: 1440px) {
  #enquire .info .inner {
    padding-right: 80px;
  }
}
@media (max-width: 1150px) {
  #enquire .info .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  #enquire .info .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#enquire .form {
  background: #12403C;
}
#enquire .form .inner {
  padding-left: 75px;
  padding-right: 140px;
}
@media (max-width: 1660px) {
  #enquire .form .inner {
    padding-left: 60px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  #enquire .form .inner {
    padding-left: 80px;
  }
}
@media (max-width: 1150px) {
  #enquire .form .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  #enquire .form .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-portfolio-ask .type-table {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .page-template-portfolio-ask .portfolio-box .items {
    width: 100%;
  }
}

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