﻿/*
Theme Name: Argu
Theme URI: http://argukitchen.useful-pixels.com/
Author: the Useful Pixels team
Author URI: http://useful-pixels.com/
Description:  Argu was built and designed by <a href="http://useful-pixels.com/">Useful Pixels</a>.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: argu

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

.ajax-load-more-wrap ul.alm-listing li.grid-item{
   border: 1px solid #efefef;
   width: 47%;
   margin: 0 1.5% 3%;
   float: left;
   display: inline;
}
@media screen and (max-width: 480px){
   .ajax-load-more-wrap ul.alm-listing li.grid-item{
      width: 100%;
      margin: 0 0 20px;  
   }
}
.blogmasonry {
	float: left;
	padding-left: 30px;
}


.mas_data_inner {
	position: relative;
	top: 57px !important;
}
#ajax-load-more {
	background: #f5f5f5;
}