/*
Theme Name:     look child
Description:    Make your modifications to Look in this child theme.
Template:      	look
Theme URI: 		http://demo.themeruby.com/look
Author: 		Theme-Ruby
Version:        1.0.1
Author URI: 	https://themeforest.net/user/Theme-Ruby
Tags:           custom-background, custom-menu, editor-style, featured-images, theme-options, custom-colors, translation-ready
License:        license purchased
License URI:    http://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

.logo-image-mobile img {
	max-height: 24px;
}

.post-thumb img {
	max-height: 490px;
	object-fit: cover;
}

.block-title {
	max-width: 100% !important;
}	

.ecolove-category-grid > .col-md-4 {
	padding: 0 20px;
}

.ecolove-category-grid .ecolove-category-image {
	height: 250px;
	background-color: #f1f1f1;
	overflow: hidden;
}

.ecolove-category-grid .ecolove-category-image img {
	height: 250px;
	object-fit: cover;
}

.px {
	display: block;
}

.px-deskop {
	display: none;
}

.px-mobile {
	display: none;
}

@media screen and (min-width: 930px) {
	.px-desktop {
		display: block;
	}
}

@media screen and (max-width: 425px) {
	.px-mobile {
		display: block;
	}
}


.px-w930 {
	width: 930px;
}

.px-center {
	margin-right: auto;
	margin-left: auto;
}

.px-m10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.px-w320 {
	width: 320px;
}

.px-h320 {
	height: 320px;
}

.px-gray {
	background-color: #f3f3f3;
}

.px-b10 {
	margin-bottom: 10px;
}
