/*-----------------------------------------------------------------------------------

 Theme Name: LalorNorth
 Theme URI: http://omegacreative.com.au
 Description: Ultimate Template
 Author: Daniel Tanacs & Arpad Hollo
 Author URI: http://omegacreative.com.au
 License: GNU General Public License version 3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Version: 1.0

 -----------------------------------------------------------------------------------*/

/*** SOME SHORTCODES ***/

.abs0_columns {
    clear: both;
    width: 100%;
}
.abs0_columns:after {
    clear: both;
    display: block;
    content: "";
}

.third {
    float: left;
    width: 33.3%;
    padding-right: 30px;
}
.twothird {
	float: left;
	width: 66.6%;
	padding-right: 30px;
}

.half {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.quarter {
    float: left;
    width: 25%;
    padding-right: 15px;
}

.button.rounded {
	display: table;
	margin: 25px 0 0;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
	background: #1c552a;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.button.rounded:hover { background: #333 !important; color: #fff; }

/*** * ***/

.posts {}
.posts .a_post {
    padding: 0px 0px 20px;
    border-bottom: 1px dotted #eee;
}
.posts .entry_title {
    font-size: 14px;
}
.posts .entry_meta {
    font-size: 11px;
    color: #aaa;
}

.abs0_greyline {
    padding: 0px !important;
    margin: 30px 0px 10px 0px;
    border: none;
    border-top: 1px dashed #ddd;
    height: 1px;
}

/*** * ***/

.content .gallery dl.gallery-item { margin: 0px !important; }
.content .gallery dl.gallery-item a { display: block; line-height: 0px; margin: 0px 1px 1px 0px; }
.content .gallery dl.gallery-item a img { border: none !important; width: 100%; height: auto; }

/*** * ***/

/*** Mobiles ***/
@media screen and (max-width: 739px) {

body .half, body .third, body .twothird, body .quarter { width: 100% !important; }
.message .third { padding-bottom: 15px; }

}