/*
Theme Name: Moose
Theme URI: http://demo.elated-themes.com/moose
Description: Moose
Tags: business, clean, Portfolio, parallax, multi-purpose, hipster, personal, shop, vintage, trendy, creative, agency, fullscreen, photography, blog
Author: Elated Themes
Author URI: http://demo.elated-themes.com
Version: 1.2
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.

*/

@media screen and (min-width: 48em){
	#misha_posts_wrap article{
		padding-bottom: 4em;
	}
}
#misha_loadmore{
	background-color: fff;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
//	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
#misha_loadmore:hover{
	background-color: #fff;
	color: #fff;
}
#misha_filters {
    display: flex;
    //justify-content: space-between;
    //padding: 3px 3px 3px 20px;
   // margin: 7px 0 40px 0;
    border: 0px solid #bbb;
    //-webkit-border-radius: 3px;
    //border-radius: 3px;
}
#misha_filters select {
    height: 2.56em;
}
#misha_filters label {
    font-weight: 300;
    margin: 8px 0 0;
}
#misha_filters button {
    padding: 0 25px;
    width: 152px;
}
