/* 
Theme Name: Corner Lot Theme
Description: Custom child theme
Template: hello-elementor
Version: 1.1.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* General Styles */

html {
  /* Primary */

  --color-black: #000;
  --color-grey-dark: #4d4d4d;
  --color-grey-medium-dark: #808080;
  --color-grey-medium: #d5d5d5;
  --color-grey-light: #f5f5f5;
  --color-white: #fff;

  /* Secondary */

  --color-blue-dark: #1d315b;
  --color-blue-medium: #225497;
  --color-blue-light: #bbd8ec;

  /* Tertiary */

  --color-teal: #00a4b2;
  --color-yellow: #f3e6b0;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
}

html body {
  color: var(--color-black);
}

h1,
h2,
h3,
h4,
.eyebrow,
p.alt-copy,
a {
  font-family: sweet-sans-pro, sans-serif !important;
}

body a,
body a:hover {
  color: var(--color-black);
}

p,
p a,
dd,
dl,
dt,
li,
ol,
ul,
td {
  font-family: eb-garamond, serif !important;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}

.single-job-listing p a {
  text-decoration: underline;
}

dd,
dl,
dt,
li,
ol,
ul {
  font-size: 18px !important;
}

.hide {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.sweet-font {
  font-family: sweet-sans-pro, sans-serif !important;
}

/* Remove Elementor Weirdness */

.page-header h1.entry-title {
  display: none !important;
}

/* Header */

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0 auto;
  padding: 0 70px;
}

.logged-in header {
  top: 30px;
}

.logo-container {
  width: 100%;
  max-width: 220px;
  padding: 25px 0;
  z-index: 11;
}

.logo,
.mobile-nav-open header .logo,
footer .footer-column .logo {
  content: '';
  background-image: url('/wp-content/themes/corner-lot/assets/img/logo-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 27px;
}

nav {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding: 28px 0 25px 0;
  width: 80%;
  gap: 40px;
}

nav a,
nav a:hover {
  color: var(--color-white);
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.4s ease;
}

nav .nav-link a {
  padding-bottom: 8px;
  display: block;
  position: relative;
  padding: 5px 0;
  overflow: hidden;
}

nav .nav-link a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  opacity: 0;
  transition: opacity 300ms, transform 0.4s ease;
  opacity: 0.7;
  transform: translate3d(-105%, 0, 0);
}

nav .nav-link a:hover::after,
nav .nav-link a:focus::after {
  transform: translate3d(0, 0, 0);
}

.nav-dropdown-container {
  position: relative;
  transition: 0.4s ease;
  opacity: 1;
  padding: 4px 0;
}

.nav-dropdown {
  width: 210px;
  background-color: var(--color-black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  margin-top: 7px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.nav-dropdown-container .nav-dropdown a {
  width: 100%;
  text-align: center;
  padding: 7px 0;
  color: var(--color-white) !important;
}

.nav-social {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  height: 23px;
}

.nav-fb,
.nav-in,
.nav-ig,
.nav-yt {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.nav-fb,
.footer-column .footer-social-container .nav-fb {
  background-image: url('/wp-content/themes/corner-lot/assets/img/social-facebook-white.svg');
  width: 7px;
  height: 14px;
}

.nav-in,
.footer-column .footer-social-container .nav-in {
  background-image: url('/wp-content/themes/corner-lot/assets/img/social-linkedin-white.svg');
  width: 13px;
  height: 13px;
}

.nav-ig,
.footer-column .footer-social-container .nav-ig {
  background-image: url('/wp-content/themes/corner-lot/assets/img/social-instagram-white.svg');
  width: 13px;
  height: 13px;
  transform: translateY(1px);
}

.nav-yt,
.footer-column .footer-social-container .nav-yt {
  background-image: url('/wp-content/themes/corner-lot/assets/img/social-youtube-white.svg');
  width: 16px;
  height: 11px;
}

.nav-dropdown-container:hover .nav-dropdown,
.nav-dropdown:hover {
  opacity: 1 !important;
  visibility: visible;
}

/* Mobile Nav Icon */
.mobile-nav-open .mobile-nav-icon-container {
  transform: translateX(-15px);
}

.mobile-nav-icon-container {
  display: none;
  padding: 17px 15px 15px 15px;
  cursor: pointer;
  z-index: 5;
}

.mobile-nav-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 20px;
}

.mobile-nav-icon-part,
.mobile-nav-open header .mobile-nav-icon-part {
  height: 1px;
  width: 100%;
  background-color: var(--color-white);
  transition: 0.35s ease;
}

.mobile-nav-icon-part::before,
.mobile-nav-icon-part::after,
.mobile-nav-open header .mobile-nav-icon-part::before,
.mobile-nav-open header .mobile-nav-icon-part::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--color-white);
  transition: 0.4s ease;
}

.mobile-nav-icon-part::after {
  bottom: 0px;
}

.mobile-nav-icon-part::before {
  top: 0px;
}

.mobile-nav-open header .mobile-nav-icon-part {
  background-color: transparent;
}

.mobile-nav-open .mobile-nav-icon-part::before {
  transform: translateX(7px) rotate(45deg) translateY(10px);
}

.mobile-nav-open .mobile-nav-icon-part::after {
  transform: translateX(7px) rotate(-45deg) translateY(-10px);
}

/* Mobile Nav Modal */
.mobile-nav-modal {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-black);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow-y: hidden;
  z-index: 4;
  transition: 0.4s ease;
  opacity: 0;
}

.mobile-nav-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.mobile-nav-dropdown-container a {
  cursor: pointer;
}

footer a,
.mobile-nav-links-container a,
.mobile-nav-dropdown-container a:not([href]):not([tabindex]) {
  color: var(--color-white);
  text-transform: uppercase;
  transition: 0.4s ease;
  border-bottom: 1px solid transparent;
}

footer a:hover,
.mobile-nav-links-container a:hover,
.mobile-nav-dropdown-container a:not([href]):not([tabindex]):hover {
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

.mobile-nav-dropdown-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-nav-sub-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s ease;
  opacity: 0;
  height: 0;
}

.sub-menu-active .mobile-nav-sub-menu {
  display: flex;
  opacity: 1;
  height: 100%;
}

.mobile-nav-sub-menu a {
  color: var(--color-grey-medium-dark);
  font-size: 14px;
  padding: 10px 0px;
}

.mobile-nav-sub-menu a:hover {
  border-bottom: 1px solid transparent;
}

.mobile-nav-social {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 23px;
  bottom: 45px;
}

/* Light Header & Sticky Header */

.sticky-header header,
.light-header header {
  position: fixed;
  top: 0;
  background-color: var(--color-white);
  opacity: 0.95;
}

.logged-in.sticky-header header {
  top: 30px;
}

.sticky-header nav a,
.sticky-header nav a:hover,
.sticky-header nav .nav-link a:hover,
.light-header nav a,
.light-header nav a:hover,
.light-header nav .nav-link a:hover {
  color: var(--color-black);
}

.sticky-header .logo,
.light-header .logo {
  background-image: url('/wp-content/themes/corner-lot/assets/img/logo-black.svg');
}

.sticky-header .mobile-nav-icon-part,
.sticky-header .mobile-nav-icon-part::before,
.sticky-header .mobile-nav-icon-part::after,
.sticky-header nav .nav-link a::after,
.light-header .mobile-nav-icon-part,
.light-header .mobile-nav-icon-part::before,
.light-header .mobile-nav-icon-part::after,
.light-header nav .nav-link a::after {
  background-color: var(--color-black);
}

.sticky-header nav .nav-dropdown .nav-link a::after,
.light-header nav .nav-dropdown .nav-link a::after {
  background-color: var(--color-white);
}

.sticky-header .nav-fb,
.light-header .nav-fb {
  background-image: url('/wp-content/themes/corner-lot/assets/img/social-facebook-black.svg');
}

.sticky-header .nav-in,
.light-header .nav-in {
  background-image: url('/wp-content/themes/corner-lot/assets/img/social-linkedin-black.svg');
}

.sticky-header .nav-ig,
.light-header .nav-ig {
  background-image: url('/wp-content/themes/corner-lot/assets/img/social-instagram-black.svg');
}

.sticky-header .nav-yt,
.light-header .nav-yt {
  background-image: url('/wp-content/themes/corner-lot/assets/img/social-youtube-black.svg');
}

@media (max-width: 1245px) {
  body.mobile-nav-open {
    overflow-y: hidden;
  }

  .header-container {
    padding: 0 25px 0 35px;
  }

  nav {
    display: none;
  }

  .mobile-nav-icon-container {
    display: block;
  }

  .mobile-nav-open .mobile-nav-modal {
    display: flex;
    opacity: 1;
  }
}

/* Footer */
footer {
  background: #000;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer,
footer a,
footer a:hover {
  font-family: sweet-sans-pro, sans-serif;
  color: var(--color-white);
  font-size: 12px;
  line-height: 12px;
}

footer a {
  text-transform: uppercase;
}

.footer-content-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 10px;
}

.footer-divider {
  height: 1px;
  background-color: var(--color-white);
  width: 25px;
  margin: 7px 0 2px 0;
}

.footer-social-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  gap: 15px;
  height: 23px;
}

.footer-column .footer-social-container a {
  border-bottom: none;
}

@media (max-width: 1025px) {
  footer {
    height: auto;
    padding: 75px 0 55px 0;
  }

  .footer-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .footer-column {
    width: 100%;
  }
}

/* Buttons */
.cl-btn-container {
  display: flex;
  justify-content: flex-start;
}

.cl-btn {
  position: relative;
  padding: 15px 25px;
}

.cl-btn-white,
.cl-btn-black {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  transition: 0.4s ease;
}

.cl-btn-white {
  color: var(--color-white);
}

.cl-btn-black {
  color: var(--color-black);
}

.cl-btn-white:hover {
  color: var(--color-white);
}

.cl-btn-black:hover {
  color: var(--color-black);
}

.cl-btn-white::before,
.cl-btn-white::after,
.cl-btn-white .cl-btn-wrap::before,
.cl-btn-white .cl-btn-wrap::after,
.cl-btn-black::before,
.cl-btn-black::after,
.cl-btn-black .cl-btn-wrap::before,
.cl-btn-black .cl-btn-wrap::after {
  content: '';
  position: absolute;
  transition: 0.25s ease;
}

.cl-btn-white::before,
.cl-btn-white::after,
.cl-btn-white .cl-btn-wrap::before,
.cl-btn-white .cl-btn-wrap::after {
  background-color: var(--color-white);
}

.cl-btn-black::before,
.cl-btn-black::after,
.cl-btn-black .cl-btn-wrap::before,
.cl-btn-black .cl-btn-wrap::after {
  background-color: var(--color-black);
}

.cl-btn-white::before,
.cl-btn-white::after,
.cl-btn-black::before,
.cl-btn-black::after {
  top: 0;
  left: 0;
}

.cl-btn-white::before,
.cl-btn-black::before {
  width: 25%;
  height: 2px;
}

.cl-btn-white::after,
.cl-btn-black::after {
  width: 2px;
  height: 50%;
}

.cl-btn-white .cl-btn-wrap::before,
.cl-btn-white .cl-btn-wrap::after,
.cl-btn-black .cl-btn-wrap::before,
.cl-btn-black .cl-btn-wrap::after {
  bottom: 0;
  right: 0;
}

.cl-btn-white .cl-btn-wrap::before,
.cl-btn-black .cl-btn-wrap::before {
  width: 20%;
  height: 2px;
}

.cl-btn-white .cl-btn-wrap::after,
.cl-btn-black .cl-btn-wrap::after {
  width: 2px;
  height: 25%;
}

.cl-btn-white:hover::before,
.cl-btn-white:hover .cl-btn-wrap::before,
.cl-btn-black:hover::before,
.cl-btn-black:hover .cl-btn-wrap::before {
  width: 100%;
}

.cl-btn-white:hover::after,
.cl-btn-white:hover .cl-btn-wrap::after,
.cl-btn-black:hover::after,
.cl-btn-black:hover .cl-btn-wrap::after {
  height: 100%;
}

/* Homepage */

.cl-hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-hero-container .elementor-container {
  width: 100%;
  max-width: 1080px;
}

.cl-hero-col {
  width: 100%;
  max-width: 1080px;
}

.cl-dark-about::before {
  content: '';
  position: absolute;
  top: 0;
  right: 12%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-color: var(--color-black);
  background-image: url(/wp-content/themes/corner-lot/assets/img/blocks-white.svg);
  background-position: 96.5% 60px;
  background-repeat: no-repeat;
  background-size: 370px auto;
}

.cl-dark-about::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 50%;
  transform: translateX(585px);
  height: 80px;
  width: 120px;
  background-image: url(/wp-content/themes/corner-lot/assets/img/line-graphic-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.cl-dark-about .elementor-container:first-child {
  /* justify-content: flex-start; */
}

.cl-dark-about-main-col {
  width: 100%;
  max-width: 1080px;
}

.about-sub-heading h3 {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--color-white);
}

.cl-dark-about-main-col::before,
.cl-dark-about-main-col::after {
  content: '';
  position: absolute;
  background-color: var(--color-grey-dark);
}

.cl-dark-about-main-col::before {
  top: 120px;
  left: 30px;
  width: 1px;
  height: 431px;
}

.cl-dark-about-main-col::after {
  top: 180px;
  right: 94%;
  width: 460px;
  height: 1px;
}

.cl-dark-about-text-section .elementor-container:first-child {
  gap: 50px;
}

.video-sub-heading p {
  color: var(--color-white);
  font-family: sweet-sans-pro, sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  top: -30px;
  left: -7px;
  transform: rotate(-90deg);
}

.video-sub-heading p:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -65px;
  height: 1px;
  width: 50px;
  background-color: var(--color-grey-dark);
}

.video-sub-heading p:after {
  content: '';
  position: absolute;
  bottom: -308px;
  right: 85px;
  height: 750px;
  width: 1px;
  background-color: var(--color-grey-dark);
}

/* Common styles */

.cl-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* News/Press Section Shortcode */
.news-section {
  padding: 50px 0 50px 0;
}

.news-section::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  height: 50px;
  width: 1px;
  background-color: var(--color-grey-medium);
}

.press-section {
  margin-bottom: 70px;
}

.news-row,
.press-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding-bottom: 15px;
}

.news-row {
  justify-content: flex-end;
}

.press-row {
  justify-content: flex-start;
}

.press-section .press-row {
  padding-bottom: 30px;
}

.news-row h3,
.press-row h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-black);
}

.news-heading-line {
  position: relative;
}

.news-heading-line:after {
  content: '';
  position: absolute;
  top: -3px;
  right: 20px;
  height: 1px;
  width: 100vw;
  background-color: var(--color-grey-medium);
  margin-left: 10px;
}

.press-heading-line {
  height: 1px;
  width: 100%;
  background-color: var(--color-grey-medium);
  margin-left: 10px;
}

.article-container {
  display: flex;
  flex-direction: row;
}

.article-wrapper {
  width: 100%;
  max-width: 343px;
  padding: 25px 50px 20px 0;
  border-right: 1px solid var(--color-grey-medium);
  margin-right: 30px;
}

.press-section .article-wrapper {
  padding-top: 0;
}

.article-wrapper:last-child {
  border-right: none;
}

.article-wrapper h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--color-black);
}

.press-section .article-wrapper h4 {
  margin-top: 20px;
}

/* ---------------------- */

.article-wrapper a,
.post-read-more {
  position: relative;
  width: fit-content;
  display: block;
  overflow: hidden;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-black);
  transition: 0.3s ease;
  padding-bottom: 3px;
}

.article-wrapper a:hover,
.post-read-more:hover {
  color: var(--color-blue-medium);
}

.article-wrapper a::after,
.post-read-more::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue-medium);
  opacity: 0;
  transition: opacity 300ms, transform 0.4s ease;
  opacity: 0.7;
  transform: translateX(-105%);
}

.article-wrapper a:hover::after,
.post-read-more:hover::after {
  transform: translateX(0);
  opacity: 1;
}

.article-img {
  width: 100% !important;
  height: 172px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}

/* Homepage subscribe section */

.subscribe-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.subscribe-section-wrapper {
  position: relative;
}

.subscribe-section-wrapper::before,
.subscribe-section-wrapper::after,
.subscribe-section::before,
.subscribe-section::after {
  content: '';
  position: absolute;
  background-color: #c6c6c6;
}

.subscribe-section-wrapper::before,
.subscribe-section::before {
  height: 1px;
  width: 190px;
}

.subscribe-section-wrapper::before {
  bottom: 0;
  right: -20px;
}

.subscribe-section::before {
  top: 0;
  left: -20px;
}

.subscribe-section-wrapper::after,
.subscribe-section::after {
  height: 100px;
  width: 1px;
}

.subscribe-section::after {
  top: -20px;
  left: 0;
}

.subscribe-section-wrapper::after {
  bottom: -20px;
  right: 0;
}

.subscribe-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.subscribe-container h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  padding-bottom: 5px;
}

.subscribe-container p {
  width: 100%;
  max-width: 650px;
  text-align: center;
  line-height: 24px;
}

.subscribe-container .cl-btn-container {
  margin-top: 35px;
  margin-bottom: 15px;
}

/* Interior Subscribe Section */

.int-subscribe-wrapper {
  position: relative;
  background-color: #e3e3e3;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.int-subscribe-section {
  width: 100%;
  max-width: 1140px;
  padding: 10px;
}

/* Home Slider & Single Project Slider */
.home-slider-section {
  padding-bottom: 50px;
  width: 100%;
  max-width: 1315px;
  margin: 0 auto;
}

.single-project .home-slider-section {
  padding-top: 65px;
  padding-bottom: 80px;
}

.home-slider-heading-row {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.single-project .home-slider-heading-row {
  padding-left: 25px;
}

.home-slider-heading-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: -125px;
  background-color: var(--color-grey-medium);
  width: 1px;
  height: 170px;
}

.single-project .home-slider-heading-row::before {
  display: none;
}

.home-slider-section h3 {
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  color: var(--color-black);
}

.single-project .home-slider-section h3 {
  text-align: left;
}

.home-slider-section h3:before {
  content: '';
  height: 1px;
  width: 1320px;
  position: absolute;
  bottom: 55%;
  right: 210px;
  background-color: var(--color-grey-medium);
}

.single-project .home-slider-section h3:before {
  right: none;
  left: 200px;
}

.home-slider-section .swiper {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

.single-project .home-slider-section .swiper {
  padding-top: 25px;
}

.home-slider-section .swiper::before,
.home-slider-section .swiper::after {
  content: '';
  position: absolute;
  top: 50px;
  height: 500px;
  width: 10%;
  z-index: 1000;
}

.single-project .home-slider-section .swiper::before,
.single-project .home-slider-section .swiper::after {
  top: 25px;
}

.home-slider-section .swiper::before {
  right: 0;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 25%,
    rgba(255, 255, 255, 1) 100%
  );
}

.home-slider-section .swiper::after {
  background-image: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 25%,
    rgba(255, 255, 255, 1) 100%
  );
  left: 0;
}

.home-slider-section .swiper-slide {
  height: 470px;
  text-align: center;
  background-color: var(--color-grey-medium);
}

.single-project .swiper-slide {
  background-size: cover;
  background-position: center;
}

.home-slider-section .swiper-pagination {
  position: absolute;
  bottom: 0px;
}

.home-slider-section .swiper-button-prev,
.home-slider-section .swiper-button-next {
  top: calc(100% - 14px);
  height: 47px;
  bottom: 0;
  opacity: 0.4;
  background-image: url('/wp-content/themes/corner-lot/assets/img/arrow-right-black.svg');
  transition: 0.3s ease;
}

.home-slider-section .swiper-button-prev:hover,
.home-slider-section .swiper-button-next:hover {
  opacity: 1;
}

.home-slider-section .swiper-button-prev {
  transform: rotate(180deg);
  left: 42.5%;
}

.home-slider-section .swiper-button-next {
  right: 42.5%;
}

.home-slider-section .swiper-button-prev:after,
.home-slider-section .swiper-button-next:after {
  content: '';
}

.home-slider-section .swiper-pagination {
  font-size: 18px;
  font-family: eb-garamond, serif;
}

.home-slider-section .project-container {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 18%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url('/wp-content/uploads/2022/05/slider-sample-img.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slider-section .swiper-slide .project-container::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.3s ease;
  z-index: 1;
}

.swiper-slide.swiper-slide-active .project-container::before,
.home-slider-section .swiper-slide:hover .project-container::before {
  width: 100%;
  opacity: 1;
}

.home-slider-section .project-title,
.home-slider-section .project-divider,
.home-slider-section .project-excerpt,
.home-slider-section .project-arrow,
.project-card .project-arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 2;
}

.home-slider-section .swiper-slide.swiper-slide-active .project-title,
.home-slider-section .swiper-slide.swiper-slide-active .project-divider,
.home-slider-section .swiper-slide.swiper-slide-active .project-excerpt,
.home-slider-section .swiper-slide.swiper-slide-active .project-arrow,
.swiper-slide.swiper-slide-active .project-card:hover .project-arrow,
.home-slider-section .swiper-slide:hover .project-title,
.home-slider-section .swiper-slide:hover .project-divider,
.home-slider-section .swiper-slide:hover .project-excerpt,
.home-slider-section .swiper-slide:hover .project-arrow,
.project-card:hover .project-arrow {
  opacity: 1;
  visibility: visible;
  color: var(--color-white);
}

.home-slider-section .project-title {
  font-family: sweet-sans-pro, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-white);
  text-transform: uppercase;
}

.home-slider-section .project-divider {
  margin: 20px 0;
  width: 65px;
  height: 1px;
  background-color: var(--color-white);
}

.home-slider-section .project-excerpt {
  font-family: eb-garamond, serif;
  font-size: 15px;
  line-height: 22px;
}

.home-slider-section .project-arrow,
.project-card .project-arrow {
  position: absolute;
  bottom: 40px;
  border: 1px solid var(--color-white);
  height: 40px;
  width: 40px;
  background-image: url('/wp-content/themes/corner-lot/assets/img/arrow-down-white.svg');
  background-size: 60% 60%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .article-container {
    flex-direction: column;
    margin: 0 auto;
  }

  .cl-dark-about-text-section .elementor-container:first-child {
    justify-content: flex-start;
  }

  .article-wrapper {
    margin: 0 auto;
    max-width: 85%;
    border-right: none;
    border-bottom: 1px solid var(--color-grey-medium);
    margin-bottom: 20px;
  }

  .article-wrapper:last-child {
    border-bottom: none;
  }

  .article-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }

  .cl-dark-about::before {
    background-position: 100% 110%;
  }

  .subscribe-section::before {
    left: 10px;
  }

  .subscribe-section-wrapper::before {
    right: 10px;
  }

  .subscribe-section::after {
    left: 31px;
  }

  .subscribe-section-wrapper::after {
    right: 31px;
  }
}

@media (max-width: 825px) {
  .cl-dark-about-main-col::after {
    top: 145px;
  }
}

@media (max-width: 767px) {
  .cl-hero-container .cl-btn-container {
    justify-content: center;
  }

  .cl-dark-about-main-col::before {
    left: 35px;
  }

  .cl-dark-about-main-col::after {
    right: calc(90vw - 15px);
  }

  /* .cl-dark-about-main-col::after {
    top: 0;
    right: 60%;
  } */

  .cl-dark-about-main-col {
    padding-left: 60px;
  }

  .cl-dark-about::before {
    background-position: 100% 110%;
    background-size: 315px auto;
    opacity: 0.15;
  }

  .cl-dark-about-pre-col {
    padding-left: 60px;
    position: relative;
  }

  /* .cl-dark-about-pre-col:before {
    content: '';
    height: 300px;
    width: 1px;
    position: absolute;
    top: 65px;
    left: 35px;
    background-color: var(--color-grey-dark);
  } */

  .home-slider-section .swiper-button-prev {
    left: 30%;
  }

  .home-slider-section .swiper-button-next {
    right: 30%;
  }

  .home-slider-heading-row::before {
    top: -90px;
    left: 25px;
    height: 140px;
  }

  .home-slider-section h3 {
    text-align: left;
    padding-left: 45px;
    transform: translateY(-10px);
  }

  .home-slider-section h3:before {
    right: -20px;
    bottom: -10px;
  }

  .home-slider-section {
    padding-bottom: 55px;
  }

  .single-project .home-slider-section h3:before {
    left: 220px;
    bottom: 7px;
  }

  .news-section {
    padding: 50px 0 30px 0;
  }

  .news-row,
  .press-row {
    padding-left: 33px;
  }

  .news-section::after {
    height: 60px;
    top: 40px;
    right: 33px;
  }

  .subscribe-container h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .subscribe-container p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 50px;
  }
}

/* Interior Hero Styles */
.int-hero-container {
  height: 76vh;
  width: 100vw;
  position: relative;
  background-color: var(--color-black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
}

.int-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.56;
}

.int-hero-section {
  width: 100%;
  max-width: 1120px;
  z-index: 2;
}

.int-hero-section.fancy {
  position: relative;
}

.int-hero-section.fancy::before,
.int-hero-section.fancy::after {
  content: '';
  position: absolute;
  display: block;
  background-color: var(--color-white);
}

.int-hero-section.fancy::before {
  left: -7px;
  top: 87%;
  width: 1px;
  height: 100px;
}

.int-hero-section.fancy::after {
  right: 99%;
  top: 100%;
  width: 308px;
  height: 1px;
}

@media (max-width: 1179px) {
  .int-hero-section.fancy::before,
  .int-hero-section.fancy::after {
    display: none;
  }
}

.int-hero-container h1 {
  color: var(--color-white);
  padding-left: 20px;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 94px;
  text-align: left;
}

.int-hero-project-search {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 0;
  background-color: var(--color-black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.project-search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: sweet-sans-pro, sans-serif;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 15px;
}

.project-search-prefix {
  font-weight: 800;
  margin-right: 25px;
}

.project-search-dropdown {
  position: relative;
  font-weight: 700;
  padding: 5px 80px 5px 15px;
  border-bottom: 1px solid var(--color-white);
  cursor: pointer;
}

.project-search-dropdown::after {
  content: '';
  position: absolute;
  right: 7px;
  bottom: 11px;
  height: 7px;
  width: 15px;
  background-image: url('/wp-content/themes/corner-lot/assets/img/icon-arrow-down-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.project-search-dropdown-sub-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--color-grey-medium);
  z-index: 3;
  visibility: hidden;
}

.project-search-dropdown-sub-menu a {
  padding: 7px 20px;
}

.project-search-dropdown-sub-menu a:hover {
  background-color: var(--color-grey-medium-dark);
}

.project-dropdown-active .project-search-dropdown-sub-menu {
  visibility: visible;
}

@media (max-width: 767px) {
  .int-hero-section h1 {
    font-size: 54px;
    line-height: 58px;
  }

  .project-search-container {
    flex-direction: column;
    gap: 20px;
  }
}

/* Projects Archive Section */
.projects-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.projects-row {
  display: flex;
  width: 100%;
  max-width: 1340px;
  padding: 50px 20px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.project-card-container {
  display: flex;
  position: relative;
  width: 420px;
  height: 400px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-grey-medium-dark);
  background-image: url('/wp-content/uploads/2022/05/slider-sample-img.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects-section .project-card::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.3s ease;
  z-index: 1;
}

.project-card-container:hover .project-card::before {
  width: 100%;
  opacity: 1;
}

.project-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
}

.project-card h3 {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  transition: 0.3s ease;
  text-align: center;
  padding: 0 20px;
}

.project-card-container:hover .project-card {
  opacity: 1;
}

.projects-pagination {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: row;
  font-family: eb-garamond, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  gap: 10px;
  width: 100%;
  padding: 30px;
  text-align: center;
}

.projects-pagination .page-numbers {
  color: var(--color-grey-medium-dark);
  font-size: 18px;
  font-family: eb-garamond, serif !important;
}

.projects-pagination .page-numbers.current {
  font-size: 18px;
  color: var(--color-black);
}

.projects-pagination .prev::before,
.projects-pagination .next::before {
  content: '';
  display: block;
  background-image: url('/wp-content/themes/corner-lot/assets/img/icon-pagination-left.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  width: 16px;
}

.projects-pagination .prev::before {
  margin-right: 30px;
}

.projects-pagination .next::before {
  margin-left: 30px;
  transform: rotate(180deg);
}

/* Project Archive Section */
.projects-excerpt-wrapper {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
}

.projects-excerpt {
  position: relative;
  width: 100%;
  max-width: 1160px;
  padding-left: 20px;
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.projects-excerpt::before,
.projects-excerpt::after,
.projects-excerpt-wrapper::before,
.projects-excerpt-wrapper::after {
  content: '';
  position: absolute;
  background-color: var(--color-grey-medium);
}

.projects-excerpt::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
}

.projects-excerpt-wrapper::before {
  bottom: -30px;
  right: 0;
  height: 80px;
  width: 1px;
}

.projects-excerpt::after {
  top: 60px;
  right: 50%;
  height: 1px;
  width: 860px;
}

.term-historic-preservation .projects-excerpt::after,
.term-hospitality .projects-excerpt::after {
  top: 105px;
  right: 50%;
  height: 1px;
  width: 860px;
}

.projects-excerpt-wrapper::after {
  bottom: 0;
  right: -175px;
  height: 1px;
  width: 200px;
}

.projects-excerpt-category {
  font-family: sweet-sans-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  width: 220px;
}

.projects-excerpt-copy {
  padding-bottom: 15px;
  padding-right: 20px;
}

.projects-excerpt-copy div {
  font-family: sweet-sans-pro, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  padding-bottom: 50px;
  width: 100%;
  max-width: 850px;
}

.post-type-archive-project .projects-excerpt-copy div {
  font-size: 22px;
  line-height: 30px;
}

.projects-excerpt-copy p {
  width: 100%;
  max-width: 670px;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .projects-excerpt-wrapper::after,
  .projects-excerpt-wrapper::before {
    display: none;
  }
}

@media (max-width: 1040px) {
  .projects-excerpt {
    flex-direction: column;
    margin-top: 65px;
  }

  .term-hospitality .projects-excerpt::after,
  .term-historic-preservation .projects-excerpt::after,
  .projects-excerpt::after {
    top: 45px;
  }

  .projects-excerpt-copy div {
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 28px;
  }
}

/* Single Project */
.single-project .int-hero-container {
  height: 65vh;
}

.single-project h1 {
  /* display: none; */
}

.single-project-hero-container {
  background-color: var(--color-black);
  width: 100%;
  padding: 70px 0 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-white);
}

.single-project-section {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
}

.single-project-row-headings {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: center;
  text-transform: uppercase;
}

.single-project-row-headings::before,
.single-project-row-headings::after {
  content: '';
  position: absolute;
  background-color: var(--color-grey-dark);
}

.single-project-row-headings::before {
  height: 100px;
  width: 1px;
  top: 0px;
  left: -20px;
}

.single-project-row-headings::after {
  height: 1px;
  width: 850px;
  bottom: 0px;
  right: 50%;
}

.single-project-type {
  width: 325px;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.single-project-row-headings h2 {
  font-size: 34px;
  line-height: 40px;

  font-weight: 700;
}

.single-project-row-details {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
}

.single-project-col-details {
  display: flex;
  flex-wrap: wrap;
  width: 550px;
  gap: 40px;
  padding-right: 50px;
}

.single-project-spec-wrapper {
  width: fit-content;
}

.single-project-col-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single-project-col-description .single-project-sub-heading {
  padding-bottom: 15px;
}

.single-project-col-description p {
  width: 100%;
  max-width: 600px;
}

.single-project-sub-heading {
  font-family: sweet-sans-pro, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 5px;
  font-weight: 700;
  width: fit-content;
}

.single-project-spec-field {
  font-family: sweet-sans-pro, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.single-project-img {
  width: 50vw;
  max-width: 590px;
  aspect-ratio: 16 / 9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .single-project-row-headings::before {
    height: 300px;
    width: 1px;
    top: -5px;
    left: -30px;
  }

  .single-project-row-headings::after {
    height: 1px;
    width: 850px;
    top: 26px;
    right: 70%;
  }

  .single-project-row-headings h2 {
    padding-top: 20px;
    font-size: 28px;
  }

  .single-project-type {
    transform: translateY(-3px);
  }

  .single-project-row-headings {
    flex-direction: column;
    align-items: flex-start;
  }

  .single-project-section {
    padding-left: 45px;
    padding-right: 20px;
  }

  .single-project-row-details {
    flex-direction: column;
    padding-top: 45px;
  }

  .single-project-col-details {
    width: 100%;
  }

  .single-project-col-description {
    padding-top: 40px;
  }

  .single-project-img {
    width: 100vw;
    margin-left: -65px;
    max-width: 100vw;
  }
}

/* Team Section - About Page */
.team-section {
  width: 100%;
  max-width: 1080px;
}

.team-heading {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-black);
}

.team-heading::before,
.team-heading::after {
  content: '';
  position: absolute;
  display: block;

  background-color: var(--color-grey-medium);
}

.team-heading::before {
  height: 1px;
  width: calc(1030px - 100%);
  left: 110px;
  bottom: 7px;
}

.team-heading::after {
  height: 200px;
  width: 1px;
  left: 150px;
  bottom: -22px;
}

@media (max-width: 767px) {
  .team-heading::after {
    display: none;
  }
}

.team-row,
.team-row-2 {
  display: flex;
  width: 100%;
  max-width: 1340px;
  align-items: center;
  gap: 20px;
}

.team-row {
  padding: 190px 20px 30px 30px;
}

.team-row-2 {
  padding-bottom: 115px;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .team-row {
    padding-top: 50px;
  }
}

.team-card-container {
  display: flex;
  position: relative;
  width: 340px;
  height: 340px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-grey-medium-dark);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.team-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
}

.team-card::before {
  content: '';
  display: flex;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.3s ease;
  z-index: 1;
}

.team-card-container:hover .team-card {
  opacity: 1;
}

.team-card-container:hover .team-card::before {
  width: 100%;
  opacity: 1;
}

.team-card-copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
  margin: 0 40px;
  color: var(--color-white);
  text-align: center;
  z-index: 2;
}

.team-card-copy::before,
.team-card-copy::after,
.team-card-copy-inner-wrapper::before,
.team-card-copy-inner-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  background-color: var(--color-white);
}

.team-card-copy::before {
  width: 1px;
  height: 30px;
  left: 0;
  top: -12px;
}

.team-card-copy::after {
  width: 50px;
  height: 1px;
  left: -12px;
  top: 0;
}

.team-card-copy-inner-wrapper::before {
  width: 1px;
  height: 30px;
  right: 0;
  bottom: -12px;
}

.team-card-copy-inner-wrapper::after {
  width: 50px;
  height: 1px;
  right: -12px;
  bottom: 0;
}

.team-card-name {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.team-card-job-title {
  font-family: eb-garamond, serif;
  font-size: 16px;
}

.team-card-modal-heading {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
}

.team-card-modal-linkedin {
}

.team-card-modal-divider {
  margin: 10px 0;
  background-color: var(--color-white);
  height: 1px;
  width: 100%;
}

.team-card-modal-bio {
  font-family: eb-garamond, serif;
  font-size: 16px;
  line-height: 24px;
}

.team-card-modal-container {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 20;
}

.team-card-modal-container.show-modal {
  display: flex !important;
}

.team-card-modal {
  position: relative;
  width: 80%;
  max-width: 800px;
  padding: 55px;
  background-color: var(--color-blue-medium);
  color: var(--color-white);
  max-height: 90vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.team-card-modal::-webkit-scrollbar {
  display: none;
}

.team-card-modal-linkedin {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('/wp-content/themes/corner-lot/assets/img/icon-linkedin-white-transparent.svg');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.team-card-modal-close {
  position: absolute;
  display: block;
  right: 22px;
  top: 22px;
  width: 18px;
  height: 18px;
  background-image: url('/wp-content/themes/corner-lot/assets/img/icon-close-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.team-card-modal-heading-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* About Page */

.cl-about-hero-sub-heading {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .cl-about-hero-sub-heading {
    font-size: 12px;
    padding-left: 20px;
  }
}

.cl-eyebrow {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cl-eyebrow {
    position: absolute !important;
    width: 100px !important;
    top: 0;
    left: -50px;
    transform: rotate(-90deg);
  }
}

.about-hero::before,
.about-hero::after,
.about-video-eyebrow::before,
.about-video-eyebrow::after {
  content: '';
  display: block;
  position: absolute;
}

.about-hero::before,
.about-hero::after {
  background-color: var(--color-grey-medium);
}

.about-video-eyebrow::before,
.about-video-eyebrow::after {
  background-color: var(--color-grey-dark);
}

.about-hero::before {
  top: 75px;
  left: 0;
  height: 50%;
  width: 1px;
}

.about-hero::after {
  top: 95px;
  right: calc(100% - 20px);
  height: 1px;
  width: 450px;
}

.about-video-eyebrow::before {
  top: 0px;
  left: -20px;
  height: 60px;
  width: 1px;
}

.about-video-eyebrow::after {
  bottom: -10px;
  right: 0;
  height: 1px;
  width: 550px;
}

@media (max-width: 767px) {
  .about-hero::before {
    top: 10px;
  }

  .about-hero::after {
    top: 40px;
    right: 60%;
  }

  /* .about-video-eyebrow::before {
    top: 0px;
    left: -20px;
    height: 60px;
    width: 1px;
  } */

  .about-video-eyebrow::after {
    right: 60%;
  }
}

.about-video-eyebrow {
  position: relative;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

.cl-community-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px 0;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.cl-community-logo {
  display: block;
  height: 150px;
  width: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Render Posts */
.posts-section {
  position: relative;
  width: 100%;
  max-width: 1080px;
  row-gap: 45px;
  column-gap: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}

.post-card {
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.post-img {
  width: 100%;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

.post-source,
.post-date,
.post-read-more {
  font-family: sweet-sans-pro, sans-serif;
  text-transform: uppercase;
}

.post-source,
.post-date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.post-date {
  color: var(--color-blue-medium);
}

.post-excerpt {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 28px;
}

.post-read-more {
  font-weight: 800;
  font-size: 12px;
}

/* Announcements Page */

.cl-announcements-link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.7;
  transition: 0.3s ease-out;
}

.cl-announcements-link:hover {
  opacity: 1;
}

.cl-announcements-link::after {
  content: '';
  display: inline-block;
  background-image: url(/wp-content/themes/corner-lot/assets/img/icon-pagination-left-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  width: 16px;
  margin-left: 10px;
  transform: rotate(180deg) translateY(-2px);
  opacity: 0;
  transition: 0.25s ease-out;
}

.cl-announcements-link:hover::after {
  opacity: 1;
}

/* Contact Form */
.gform_wrapper.gravity-theme input[type='color'],
.gform_wrapper.gravity-theme input[type='date'],
.gform_wrapper.gravity-theme input[type='datetime-local'],
.gform_wrapper.gravity-theme input[type='datetime'],
.gform_wrapper.gravity-theme input[type='email'],
.gform_wrapper.gravity-theme input[type='month'],
.gform_wrapper.gravity-theme input[type='number'],
.gform_wrapper.gravity-theme input[type='password'],
.gform_wrapper.gravity-theme input[type='search'],
.gform_wrapper.gravity-theme input[type='tel'],
.gform_wrapper.gravity-theme input[type='text'],
.gform_wrapper.gravity-theme input[type='time'],
.gform_wrapper.gravity-theme input[type='url'],
.gform_wrapper.gravity-theme input[type='week'],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.gform_wrapper.gravity-theme input[type='text']:focus,
.gform_wrapper.gravity-theme input[type='email']:focus,
.gform_wrapper.gravity-theme textarea:focus {
  outline: none;
}

::placeholder {
  color: #000;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
}

/* Buttons */
.cl-contact-form .gform_button.button {
  display: flex;
  justify-content: flex-start;
}

.cl-contact-form .gform_button.button {
  position: relative;
  padding: 15px 25px;
  color: var(--color-black);
  border: 2px var(--color-white) solid;
  border-radius: none;
  transition: 0.2s;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.cl-contact-form .gform_button.button:hover,
.cl-contact-form .gform_button.button:focus,
.cl-contact-form .gform_button.button:hover:focus {
  position: relative;
  padding: 15px 25px;
  color: var(--color-black);
  border: 2px var(--color-black) solid;
  border-radius: none;
  background-color: var(--color-white);
}

/* Careers Section */

.careers-section {
  width: 100%;
  padding-left: 70px;
  margin-bottom: 50px;
}

.careers-section h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
}

.careers-section .press-heading-line {
  margin-left: 0;
  max-width: 915px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.career-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 915px;
}

.career-col-1 {
  width: 48%;
  padding-right: 20px;
}

.career-col-2 {
  width: 52%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.careers-section p {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .career-wrapper {
    flex-direction: column;
  }
  .career-col-1,
  .career-col-2 {
    width: 100%;
    padding-right: 10px;
  }

  .careers-section .career-wrapper h3 {
    font-size: 24px;
  }
}

/* Force Wordpress Fonts on Frontend */
#wpadminbar * {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
  font: normal 20px/1 dashicons !important;
}


/* Offering Memoradums Single Post Styles */

.postid-2181, /* For Elementor editor */
.memorandum-template-default {

  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1290px;
  }

  #executive-summary{
    background-position: bottom 84px right -16px;
  }

  .cl-hero-col,
  .cl-hero-container .elementor-container {
    max-width: 1360px;
  }

  #site-details {

    h2.elementor-heading-title:after {
      content: "";
      width: 100vw;
      height: 1px;
      background: white;
      position: absolute;
      top: 50%;
      left: 195px;
    }

    h2 {
      padding: 0;
    }
    
    h4 {
      color: white;
    }

    .table {
      h4 {
        font-size: 16px;
      }
    }
  }

  #site-plan {
    
    h2 {
      padding: 0;
      border: none;
    }
    
    h2.elementor-heading-title:before {
      content: "";
      width: 100vw;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      right: 160px;
    }      
  }

  .secondary-nav {

    nav {
      margin: 0 auto;
    }

    .elementor-item.elementor-item-anchor {
      margin-top: 8px;
      height: 44px;
      border-bottom: 2px solid white;

      @media (max-width: 767px) {
        margin-top: 0;
        height: 22px;
      }
    }
    
    &.elementor-sticky--active {
      background-color: rgba(255,255,255,0.95);

      nav {
        padding-block: 0;

        li:after {
          content: none;
        }

        a.elementor-item.elementor-item-anchor {
          height: 40px;
          padding-block: 0;
          margin-top: 0;
          border-bottom-color: transparent;

          &.elementor-item-active {
            color: white;
            &:before {
              background-color: black;
            }
          }
        }
      }
    }

    @media (max-width: 767px) {
      .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
        height: 44px;
      }
    }
  }


  section {
    &.has-heading-line {
      &:before {
        content: "";
        width: 50%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 164px;
        left: 0;
      }

      h2.elementor-heading-title {
        padding-top: 34px;
        padding-bottom: 70px;
        padding-right: 45px;
        border-right: 1px solid white;
        display: inline-block;
      }

      &.black-heading-line {
        &:before{
          background: #000;
        }
        h2.elementor-heading-title {
          border-right-color: #000;
        }
      }
    }
  }

  .elementor-element {

    table.table,
    .elementor-section.table {

      &.development_cost_schedule {
        h4 {
          font-size: 17px;
        }
      }

      .table-row {
        h3 {
          @media (max-width: 767px) {
            font-size: 18px;
          }
        }
        h4 {
          margin-block: 2px;

          
          @media (max-width: 767px) {
            font-size: 14px;
          }
        }

        &.first-row {
          h4 {
            margin-block-start: 22px;
          
            @media (max-width: 767px) {
              margin-block-start: 12px;
            }
            
          }
        }

        &.colored {
          background-color: #275794;
          color: white;
        }
      }

      &.colored {
         background-color: #275794;
         color: white;

        .table-cell {

          .elementor-widget-wrap {
            border-color: #979697;
          }
        }
      }

      &.has-border-white {
        .table-cell {
          .elementor-widget-wrap {
            border-color: white;
          }
        }
      }
    }
  }

  #investment-highlights {
    table {
      border: none;

      tr {
        th, td {
          padding: 0 0.5em;
          border: 0;
          background: none;
          border-bottom: 2px solid black;
        }

        &:last-child {
          td {
            border-bottom: none;
          }
        }
      }
    }
  }

  .tabs {
    &:before {
      content: "";
      width: 50vw;
      height: 1px;
      background: white;
      position: absolute;
      top: 0;
      right: 100%;
    }

    .elementor-container {
      .tab {
        cursor: pointer;
        width: auto;

        .elementor-widget-wrap {
          padding: 25px 18px;
          border-top: 1px solid white;

          @media (max-width: 767px) {
            padding: 18px 12px;
          }
        }

        &:not(:first-child) {
          .elementor-widget-wrap {
            border-right: 1px solid white;
          }
        }

        &.active,
        &:hover {
          background: white;

          h2 {
            color: black;
          }
        }
      }
    }
  }

  .tab-content {
    display: none;

    &.active {
      display: block;
    }
  }

  .masonry {
    column-count: 2;
    column-gap: 1rem;

    @media (max-width: 767px) {
      column-count: 1;
    }
  }
  .masonry-item {
    break-inside: avoid;
    padding: 1rem;
    border: 1px solid white;
  }

  .elementor-widget-image-box {
    width: 100%;

    img {
      aspect-ratio: 1;
    }
  }

  .jax-msa-trends {
    padding-left: 0;
    
    li {
      position: relative;
      padding-block: 0.7em;
      padding-inline-start: 1em;
      font-family: sweet-sans-pro, sans-serif !important;
     
      &:after {
          content: "";
          width: 100%;
          height: 1px;
          background: white;
          position: absolute;
          bottom: 0;
          left: 0;
      }
    }
  }
}

/* Elementor Utility Classes */
.m-0 {
  margin: 0;

  &.elementor-widget-text-editor {

    > .elementor-widget-container {

      > * {
        margin: 0;
      }
    }
  }

  &.elementor-widget-shortcode {
    > .elementor-widget-container {
      > .elementor-shortcode {
        > * {
          margin: 0;
        }
      }
    }
  }
}