/**
Theme Name: i'mable Collective
Author: C+C&Co.
Author URI: https://www.cc-co.co/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: child-theme-astra
Template: astra
*/

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0,3vh,0);
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(15px,0px,0);
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translate3d(10px,0px,0);
	}

	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@keyframes ticker-kf {
    0% {
      transform: translateX(0);
    }

    100% {
      /* 10rem for each logo x 6 logos total = -60rem */
      transform: translateX(-60rem);
    }
  }

.fa, .fas {
	font-family: "Font Awesome 5 Pro" !important;
}


a:focus {
	outline: none;
}

a {
	text-decoration: none;
}

.disable-scroll {
	overflow-y: hidden;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0px;
}

.ic-popup .mfp-content {
	padding-top: 32px;
	max-width: 948px;
	margin-left: auto;
	margin-right: auto;
}

.ic-popup .mfp-close {
	font-family: "Font Awesome 6 Pro" !important;
	color: #ffffff !important;
	opacity: 1;
	font-size: 32px;
	width: 32px;
    height: 32px;
    line-height: 32px;
    top: 	20px !important;
    right: 20px !important;
}

.ic-popup .mfp-close:before {
	content: "\f057";
}

.ic-gallery-row {
	display: flex;
	gap: 32px;
	margin-bottom: 32px;
	align-items: flex-end;
	justify-content: space-between;
}

.ic-gallery-row .ic-gallery-col {
	width: 50%;	
	text-align: left;
}

.ic-gallery-row .ic-gallery-col:last-child {
	text-align: right;
}

.ic-gallery-row .ic-gallery-col img.Portrait {
	max-height: 371px;
}

.ic-gallery-wrapper .ic-gallery-row:last-child {
	margin-bottom: 0;
}

.license-loop-wrapper {
	display: grid;
	align-content: start;
	grid-auto-flow: row;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	gap: 160px 228px;
	align-items: start;
}

.license-loop-wrapper .license-loop-item .popup-content {
	display: none;
}

.popup-content {
	position: relative;
}

.license-loop-wrapper .license-loop-item.full-width,
.license-loop-wrapper .license-loop-item.carousel {
	grid-column: span 2;
}

.license-loop-wrapper .license-loop-item .license-thumbnail {
	margin-bottom: 56px;
}

.license-loop-wrapper .license-loop-item.half-width .license-thumbnail {
	min-height: 576px;
	display: flex;
	align-items: flex-end;
}

.license-loop-wrapper .license-thumbnail .license-carousel-wrapper .slick-list{
	overflow: visible;
}

.license-loop-wrapper .license-thumbnail .license-carousel-wrapper .slick-track {
	display: flex;
	align-items: flex-end;
}

.license-loop-item .license-information {
	gap: 12px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.license-loop-item .license-information h4 a {
	color: #0E1A59;
}

.license-loop-item .license-information .license-button {
	margin-top: 12px;
	background: #0E1A59;
	border-radius: 24px;
	padding: 15px 32px 13px 32px;
	display: inline-block;
	color: #ffffff;
}

.license-loop-wrapper .license-loop-item.full-width .license-excerpt,
.license-loop-wrapper .license-loop-item.carousel .license-excerpt {
	width: 50%;
}

.artworks-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.artwork-item {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.artwork-item .artwork-thumbnail {
	margin-bottom: 16px;
}

.artwork-item .artwork-title {
	color: #082CAA;
}

.artwork-item .artwork-desc {
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 40px;
}

.artwork-item .artwork-desc *:last-child {
	margin-bottom: 0px;
}

.artwork-item .artwork-artist-wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
	margin-top: 16px;
}

.artwork-item .artist-photo {
	margin-bottom: 12px;
}

.artwork-item .artist-name {
	font-weight: bold;
	font-size: 14px;
}

.artwork-item .artist-position {
	font-size: 14px;
}

.artwork-item .artwork-readmore {
	margin-top: 24px;
	position: relative;
	text-align: center;
}

.artwork-item .artwork-readmore i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background: #082CAA;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: all 0.3s;
}

.artwork-item.active .artwork-readmore i {
	transform: rotate(180deg);
}

.artwork-item .artwork-readmore:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #082CAA;
}

.maker-thumbnail-wrapper {
    height:0;
    padding-top:56.5%;
    position:relative;
    cursor:pointer;
}

.maker-thumbnail-wrapper .maker-thumbnail,
.maker-thumbnail-wrapper .maker-thumbnail-2 {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-size: cover;
    background-position:center center;
    z-index:1;
}

.maker-thumbnail-wrapper .maker-thumbnail {
    z-index: 2;
}

.maker-thumbnail-2 {
    position:relative;
}

.maker-thumbnail-2:before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:75%;
    background: #1F1F1F;
background: -webkit-linear-gradient(0deg, rgba(31, 31, 31, 1) 0%, rgba(31, 31, 31, 0) 100%);
background: -moz-linear-gradient(0deg, rgba(31, 31, 31, 1) 0%, rgba(31, 31, 31, 0) 100%);
background: linear-gradient(0deg, rgba(31, 31, 31, 1) 0%, rgba(31, 31, 31, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1F1F1F", endColorstr="#1F1F1F", GradientType=0);
opacity:1;
}

.maker-thumbnail-2-btn {
    display:flex;
    justify-content: space-between;
    align-items:center;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:0 40px 40px 40px;
    z-index:2;
}

.maker-thumbnail-2-btn i {
    font-size:48px;
}

.maker-thumbnail-2-btn * {
    color:#ffffff;
}

.filter-dropdown .wpc-filters-section {
    margin-bottom: 0;
}
.filter-dropdown .wpc-edit-filter-set {
    display: none;
}
.filter-dropdown .wpc-filters-ul-list input {
    display: none;
}
.filter-dropdown .wpc-filters-ul-list label {
    line-height: 1;
    align-items: center;
    font-size: 14px;
}
.filter-dropdown .wpc-filters-ul-list label:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f111";
    margin-right: 8px;
    font-size: 0.9em;
}

.filter-dropdown .wpc-filters-ul-list .wpc-term-selected label:before {
    content: "\f192";
}
.filter-dropdown .wpc-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
    cursor: pointer;
}
.filter-dropdown .wpc-filter-header:after {
	font-family: "Font Awesome 6 Pro";
    content: "\f078";
}
.filter-dropdown .wpc-filter-title {
    margin-bottom: 0;
    font-size: 18px;
}

.filter-dropdown .wpc-filters-section .wpc-filter-content {
	border-radius: 8px;
	padding: 8px 8px 8px 18px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: auto;
	max-height: 366px;
	background: #ffffff;
	display: none;
}
.filter-dropdown .wpc-filters-ul-list {
	max-height: 350px !important;
}

.license-thumbnail-wrapper.orientation-landscape {
	height: 0;
	padding-top: 80%;
	position: relative;
	cursor: pointer;
}

.license-thumbnail-wrapper.orientation-portrait {
	height: 0;
	padding-top: 125%;
	position: relative;
	cursor: pointer;
}

.license-thumbnail-wrapper.orientation-square {
	height: 0;
	padding-top: 100%;
	position: relative;
	cursor: pointer;
}

.license-thumbnail-wrapper.type-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
} 

.license-thumbnail-wrapper.type-ticker .license-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.license-thumbnail-wrapper.type-ticker .license-carousel-wrapper {
    height: 100%;;
}

.license-thumbnail-wrapper .license-carousel-wrapper .slick-list,
.license-thumbnail-wrapper .license-carousel-wrapper .slick-track,
.license-thumbnail-wrapper .license-carousel-wrapper .slick-slide,
 .license-thumbnail-wrapper .license-carousel-wrapper .slick-slide > div {
 	height: 100%;
}

.license-thumbnail-wrapper.type-ticker img {
	height: 100%;
	max-width: unset;
	width: auto;
}

@media (max-width: 1024px) {
    .mfp-container {
        padding-left:25px !important;
        padding-right:25px !important;
    }
	.ic-popup .mfp-content {
	    max-width: 840px;
	}
}

@media (max-width: 767px) {
    
    .mfp-container {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    
    .maker-thumbnail-wrapper.has-thumbnail2 {
        position:relative;
        padding-top:unset;
        height: calc( 0.33 * calc(100vw - 50px) );
        display:flex;
        gap: 8px;
    }
    
    .maker-thumbnail-wrapper.has-thumbnail2 .maker-thumbnail {
        width: 60%;
        height: 100%;
        position:relative;
    }
    
    .maker-thumbnail-wrapper.has-thumbnail2 .maker-thumbnail-2 {
        width: 40%;
        height: 100%;
        position:relative;
    }
	
	.maker-thumbnail-wrapper.has-thumbnail2 .maker-thumbnail-2-btn {
	    display:none;    
	}
	
	.ic-gallery-row {
	    gap: 20px;
	    flex-direction: column;
	}
	
	.ic-gallery-row .ic-gallery-col {
	    width: 100%;
	}
	
	.ic-gallery-row .ic-gallery-col:last-child {
	    text-align:left;
	}
	
	.ic-gallery-row .ic-gallery-col img.Portrait {
	    max-height:unset;
	}
	
}