/*
Theme Name: Genesis_IPGTheme
Theme URI: http://genesis-systems.com/
Author: AIMG
Author URI: http://aimg.com/
Description: Version 2 of 2015 Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis_ipgtheme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Genesis_IPGTheme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

img.alignleft {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
img.alignright {
	display: block;
	float: right;
	margin: 0 0px 20px 20px;
}
img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
@media (max-width:580px){
	img.alignleft, img.alignright {
		float: none;
		margin: 0 auto 20px;
	}
}
.hs_recaptcha {
		overflow: hidden;
	}
@media (max-width: 1128px){
	header > #navigation > .navigation-body > .navigation-menu > .navigation-item.has-submenu > a{
		font-size: 16px;
	}
}