/*
Theme Name: IgniteWoo 1.5
Theme URI: http://ignitewoo.com
Description: Custom theme for IgniteWoo.com
Author: IgniteWoo
Author URI: http://ignitewoo.com
Version: 1.5
Template: ignition
Tags: ignition, ignition framework, ignitewoo, woocommerce, wordpress
Text Domain: ignition_framework
Copyright: (c) 2013, 2014 IgniteWoo - All Rights Reserved
*/

h1 { 
	font-size: 2.1em;
	font-weight: bold;
}
h2 { 
	font-size: 1.7em;
	font-weight: bold;
}
h3 { 
	font-size: 1.5em;
	font-weight: bold;
}
h4 { 
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
}
h6 {
	font-size: 1.15em;
	font-weight: bold;
}
.entry-header { 
	margin-bottom: 1em;
}

.gallery {
	margin-top: 2.5em;
}

/* Header */
.inner-header {
	padding: 2em 0 1em 0;
}

/* Footer */
#footer { 
	padding-bottom: 1em;
}

#footer .site-info {
	border-top: 1px solid #ccc;
}
/* Search */
.search-form-container form input {
	width: 80%;
}
/* Contact Form */ 
#contact-info { 
	margin-bottom: 1em;
}
.contact-info.row { 
	padding: 0.5em 0 0 0;
}

.contact-info.row .contact_label {
	font-weight: bold;
}
.contact-form textarea {
	width: 100%;
}

/* Vcard data */
.vcard {
	display: inline-block;
	margin: 0 0;
}
/** Magazine titles */
.magazine-page-non-featured h2 a.entry-title-link { 
	color: #333333;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.magazine-page-non-featured .entry-body {
	padding-bottom: 0;
}

/* Masonry page template --------------- */
/* A "brick" is a post in a wrapper */
.brick {
	/* relative width of each brick, controls the brick's size relative to the grid block.  */
	/* width: 30% !important; Width is set via the theme setting but you could override it if necessary in your custom.css file */
	background: #ffffff;
	border: 1px solid #dedede;
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
	margin-bottom: 1.7em;
	overflow:hidden;
}
.brick p {
	padding: 0 0.75em;
	text-align: justify;
}
.brick .entry-title, .brick h2 a.entry-title-link {
	padding: 0 0 0 0.2em;
	font-size: 18px !important;
}
.grid-sizer {
	/* width of each brick, this controls grid layout, e.g. 50% = 2 columns, 33% = 3 columns, etc */
	/* width: 33%; !important; Width is set via the theme setting but you could override it if necessary in your custom.css file */
}
.masonry_wrap #loading_msg { 
	height: 24px;
	width: 24px; 
	margin: 0 auto 2em auto;
}
