/*
Theme Name: Allure
Theme URI: http://allure.elated-themes.com/
Description: A Fashionable Blog Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.2.7
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.

*/

.eltd-page-header .eltd-logo-area {
    height: 130px !important;
}
.eltd-blog-slide-content-holder {
    overflow: hidden;
    height: 544px;
}
.eltd-blog-carousel-item img {
    max-width: max-content;
    min-width: 100%;
}
.eltd-item-image img {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
img.attachment-full.size-full.wp-post-image:hover {
    filter: grayscale(0.5);
}
.eltd-blog-holder article .eltd-post-image a:after {
    width:initial !important;
}

@media only screen and (max-width: 600px) {
.eltd-blog-slide-content-holder {
    overflow: hidden;
    height: 360px;
}
.eltd-post-info {
    display:none;
}
.eltd-post-title a {
	font-size:22px;
}
img.attachment-allure_elated_blog_slider_landscape.size-allure_elated_blog_slider_landscape.wp-post-image {
    margin-top: -50px;
    margin-left: -50px;
}
}