/*
Theme Name: Musea
Theme URI: https://musea.qodeinteractive.com
Description: Art Gallery and Museum Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: musea
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 3.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.eltdf-blog-list-holder .eltdf-bli-info>div:last-child {
	padding: inherit !important;
	display: inline;
}

.eltdf-blog-list-holder .eltdf-bli-title {
    width: auto !important;
}

.eltdf-blog-list-holder .eltdf-bli-info>div {
	float: none !important;
	padding: 0 5px 5px 0 !important;
}

.eltdf-blog-list-holder.eltdf-bl-boxed .eltdf-bli-content {
	padding: 30px 10px 0px !important;
    height: 450px;
}

.eltdf-blog-list-holder .eltdf-bli-info {
	text-align: left;
	width: 100% !important;
}

.eltdf-page-footer .widget {
    display: inline-block;
}

#gallery-1 img {
	border: none;
}

.inspirations-gallery img {
	transition: all .2s;
	transition-timing-function: ease-in;
}

.inspirations-gallery img:hover {
	transform: scale(1.1) rotate(20deg);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

/* ---> 21.07.2020 Gallery  */
ul.products>.product .in-private-collection,
ul.products>.product .product-sold {
	background-color: #a09393;
    margin: 1.2rem;
    font-size: 1rem;
    color: #fff;
    line-height: 1.3;
    padding: .8rem 0;
}
/* 21.07.2020 Gallery <--- */

/* 14.07.2020 Gallery - Fixed Aspect Ratio */

ul.products>.product .eltdf-pl-inner .eltdf-pl-text {
	margin-left: 24px !important;
    margin-top: 24px !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
	
	background-color: rgba(255,255,255, .5) !important;
}

.eltdf-woo-pl-info-below-image ul.products>.product .button {
	background-color: rgba(255,255,255, 1) !important;
}

ul.products>.product .eltdf-pl-inner .eltdf-pl-image img {
    height: 18vw;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	ul.products>.product .eltdf-pl-inner .eltdf-pl-image img {
    	height: 28vw;
	}
}

@media only screen and (max-width: 768px) {
	ul.products>.product .eltdf-pl-inner .eltdf-pl-image img {
    	height: 38vw;
	}
}

@media only screen and (max-width: 680px) {
	ul.products>.product .eltdf-pl-inner .eltdf-pl-image img {
    	height: 68vw;
	}
} 


@media only screen and (max-width: 480px) {
	.eltdf-row-grid-section {
		width: auto !important;
	}
}
