.lity-close {
	top: 35px !important;
}
#imagine-portfolio {
	margin-top: 129px;
}
#imagine-portfolio h2 {
	font-size: 100px;
	padding: 0 30px;
	color: #ded1b5;
	letter-spacing: -5px;
}

#imagine-portfolio .elementor-row {
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	#imagine-portfolio .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
	    width: 50%;
	}
}

@media (min-width: 992px) {
	#imagine-portfolio .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
	    width: 33.333%;
	}
}

@media (min-width: 1200px) {
	#imagine-portfolio .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
	    width: 25%;
	}
}

#imagine-portfolio section {
	padding-top: 15px;
	padding-bottom: 55px;
}

#imagine-portfolio .project-card {
	width: 100%;
}

.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}

.dflex {
    display: flex;
}
#imagine-portfolio .project-card > a {
	position: relative;
	display: block;
}
#imagine-portfolio .project-card > a:hover,
#imagine-portfolio .project-card > a:focus,
#imagine-portfolio .project-card > a:visited {
	color: #c9a24a;
}

#imagine-portfolio .project-card .preview-img {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
#imagine-portfolio .project-card .preview-img img {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;

	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;
	object-position: center;
}

#imagine-portfolio .project-card .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0,0,0,.8);
	padding: 0.5em;
	text-align: center;
}
#imagine-portfolio .project-card > a:hover .title {
	display: none;
}

#imagine-portfolio .project-card .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0%;
	background: rgba(0,0,0,.8);
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    overflow: hidden;

    transition: height 200ms ease-in-out;
}
#imagine-portfolio .project-card > a:hover .desc {
	height: 100%;
	padding: 2em 2em;
}
#imagine-portfolio .project-card .desc h3 {
	color: #c9a24a;
	font-size: 18px;
	font-family: 'Montserrat',sans-serif;
	letter-spacing: 2px;
	text-align: center;
}

#imagine-portfolio .filter-form {
    margin-top: 20px;
    display: block;
    padding: 25px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: auto;
    background: #ddd;
}

#imagine-portfolio .filter-form .filter {
	background: transparent;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: solid 1px #222;
    color: #c9a24a;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    padding: 0px 20px 3px 3px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    background-image: url(../png/red_arrow.png);
    background-size: 12px 9px;
    background-position: right 4px;
    background-repeat: no-repeat;
}
#imagine-portfolio .filter-form .filter::-ms-expand {
	display: none; /* hide default dropdown arrow on ie10 & ie11 */
}

.imagine-portfolio-gallery {
	max-width: 80%;
	height: 80vh;
	margin: auto;
}
.imagine-portfolio-gallery .slider-main,
.imagine-portfolio-gallery .slider-main .slick-list,
.imagine-portfolio-gallery .slider-main .slick-track,
.imagine-portfolio-gallery .slider-main .slick-slide,
.imagine-portfolio-gallery .slider-main .slick-slide > div
.imagine-portfolio-gallery .slider-main .slick-slide > div .slide {
	height: 65vh;
}
.imagine-portfolio-gallery .slider-main .slick-slide > div .slide img {
	max-height: 65vh;
}

.imagine-portfolio-gallery .slick-prev:before, 
.imagine-portfolio-gallery .slick-next:before {
	font-size: 60px;
	
}

.imagine-portfolio-gallery .slick-prev,
.imagine-portfolio-gallery .slick-next {
	width: auto;
	height: auto;
}
.imagine-portfolio-gallery .slick-prev {
	left: -65px;	
} 
.imagine-portfolio-gallery .slick-next {
	right: -65px;
}

.slider-main .slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.imagine-portfolio-gallery .slider-thumbs {
	padding-top: 10px;
	height: 15vh;
}
.imagine-portfolio-gallery .slider-thumbs img {
	max-height: 15vh;
}

.imagine-portfolio-gallery .slider-main img {
	display: block;
	margin: auto;
}

.imagine-portfolio-gallery .slider-thumbs .slide {
	padding-left: 5px;
	padding-right: 5px;
}

.imagine-portfolio-gallery .slider-thumbs .slick-current img {
	border: 2px solid rgba(255,255,255,0.8);
    border-radius: 2px;
}


/**************************

	CSS Spinner

***************************/

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.lity-container .sk-cube-grid {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #999;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}