/*
	Theme Name: Metro Pro Theme
	Theme URI: http://my.studiopress.com/themes/metro/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.0
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Metro Pro Blue
		- Metro Pro Green
		- Metro Pro Pink
		- Metro Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #F4F4F4;
	color: #000000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: Lato, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.55;
	/* line-height: 1.625; */
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in;
	-moz-transition:    all 0.1s ease-in;
	-ms-transition:     all 0.1s ease-in;
	-o-transition:      all 0.1s ease-in;
	transition:         all 0.1s ease-in;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #d13924;
	-webkit-transition: all 110ms ease;
	-moz-transition: all 110ms ease;
	-o-transition: all 110ms ease;
	transition: all 110ms ease;
}

a:hover {
	color: #222;
}

p {
	margin: 0 0 16px;
	padding: 0;
	/* position: relative; */
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 20px 40px;
	color: #666;
	font-style: italic;
	font-size: 18px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 70px;
	height: 0;
	left: -30px;
	position: relative;
	top: -45px;
	color: #333;
}

blockquote::after {
	content: "\201D";
	display: block;
	font-size: 70px;
	height: 0;
	float: right;
	right: -15px;
	position: relative;
	top: -75px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.more-from-category:before {
	content: "+ ";
	font-weight: 900;
	color: #c10000;
	font-size: 21px;
}

.widget .more-from-category:last-child {
	font-size: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: left;
}

.more-from-category a {
	color: #888888 !important;
	text-decoration: none;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.wp-caption {
	margin-right: 20px;
	margin-bottom: 10px;
}

.featured-caption {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	color: #777;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
	margin-bottom: 14px;
}

.home .featured-content img {
	min-width: 90%;
	margin: 0 auto 20px;
	display: block;
}

.wp-post-image {
	width: 100%;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.big-button:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #f00;
	position: relative;
	display: block;
	/* left: 0; */
	/* bottom: 0; */
	margin-top: 6px;
}

.button.big-button {
	font-size: 20px;
	font-weight: 900;
	max-width: 463px;
	text-align: center;
	line-height: 1.2;
	margin: 27px 0 41px;
	float: none;
	display: block;
}

.button.big-button:hover {
	background-color: #000 !important;
	transform: translateY(-3px);
}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #f96e5b;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin: 0px auto;
	max-width: 1500px;
	overflow: hidden;
	padding: 14px 11px 36px 11px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #e5e5e5;
	width: 100%;
}

.site-inner {
	clear: both;
	padding: 50px 28px 25px;
	width: 1450px;
	max-width: 100%;
	margin: 0 auto;
}

.metro-pro-home .site-inner {
	max-width: 100%;
	padding: 45px 2%;
}

.archive .site-inner {
	padding-top: 35px;
}

.wrap {
	margin: 0 auto;
	max-width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 79.5%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content-sidebar-wrap {
	text-align: center;
}

.content {
	float: right;
	width: 60%;
	margin: 0 auto;
	display: inline-block;
	float: none !important;
	text-align: left;
	padding: 0 3% 0 0;
}

.metro-pro-home .content {
	width: 70%;
	display: block;
	float: left !important;
	padding: 0 2% 0 0;
}


.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 66%;
}

.full-width-content .content {
	width: 100%;
}

.full-width-content .entry-title {
	text-align: center;
}

.metro-pro-landing .site-container {
	max-width: 772px;
}

.metro-pro-landing .site-inner,
.metro-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: none;
	width: 32%;
	padding: 0 0 0 2%;
	border-left: 1px solid #dedede;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.metro-pro-home .sidebar-primary {
	width: 30%;
	display: block;
	float: left;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar img {
	margin: 0 auto;
	display: block;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-ms-transition:     all 0.2s ease-in;
	-o-transition:      all 0.2s ease-in;
	transition:         all 0.2s ease-in;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 19%;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.responsive-menu-icon {
	border-bottom: 1px solid #e3e3e3;
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}



.site-header .responsive-menu-icon {
	border-bottom: none;
}

.responsive-menu-icon::before {
	color: #000;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}



/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.alignleft {
	padding-right: 15px;
	padding-bottom: 15px
}

img.alignright {
	padding-left: 15px;
	padding-bottom: 15px
}

.iframeleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
}

.iframeright {
	float: right;
	margin-left: 20px;
	margin-bottom: 3px;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 12px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;

}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}


.wp-caption-text {
	font-size: 16px;
	color: #777;
	margin-top: -1%;
	text-align: center;

}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box,
.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	overflow: hidden;
	padding: 32px;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

.author-box h1 {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive .entry-image {
	width: 300px;
	max-width: 50%;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-weight: 400;
}

.archive .entry-title {
	font-size: 27px;
	line-height: 1.1;
	padding-bottom: 4px;
	margin-bottom: 3px;
}

.archive .entry-header .entry-meta {
	margin-bottom: 18px;
}

.archive .entry-footer .entry-meta {
	display: none;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover {
	color: #cb3521;
}

.content .home-top .post:only-of-type  .entry-title {
	font-size: 30px;
	text-align: center;
	padding: 0 1%;
	margin: -5px auto 11px;
}

.content .home-top .post:only-of-type .entry-content {
	padding: 0 1%;
}

.content .home-top .entry-title a {
	color: #ad2020;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 18px;
}

.widget .post:only-of-type h2 {
	font-size: 21px;
}

.widget .post:only-of-type:not(.has-post-thumbnail) {
	margin-top: 15px;
}

.widget .post:only-of-type:not(.has-post-thumbnail) h2 {
	font-size: 27px;
	padding-bottom: 4px;
} 

.widget .entry-title a {
	font-weight: 400;
}

.comment-respond h3,
.entry-comments h3,
.widget-title {
	/* background: url(images/lines.png) bottom repeat-x; */
	font-size: 33px;
	line-height: 1;
	margin-bottom: 14px;
	padding: 0 3% 3px;
	text-align: center;
	letter-spacing: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #111;
	border-bottom: 1px solid #c0392c;
	max-width: 90%;
	margin: 0 auto 14px;
	text-transform: uppercase;
	display: inline-block;
}


.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.home-top {
	width: 64%;
	margin-bottom: 19px;
	float: right;
}

.left-sidebar {
	width: 33%;
	float: left;
	margin-right: 2.7%;
	padding-right: 2.7%;
	border-right: 1px solid #EDEDED;
}

.home-top .widget {
	width: 100%;
	margin-bottom: 0;
}

.featured-content .entry {
	background: none;
	margin-bottom: 12px;
	padding: 0 0 6px;
	border-bottom: none;
	text-align: left;
}

.featured-content .entry:only-of-type {
	margin-bottom: 5px;
}

.home-top .featured-content .entry:only-of-type {
	margin-bottom: 6px;
	padding: 0 0 14px;
}

.featured-content .entry p,
.home-bottom .featured-content {
	margin-bottom: 0;
}

.featured-content .entry-title {
	margin-bottom: 4px;
	margin-top: -5px;
}

.sidebar .featured-content .entry-title {
	margin-top: 0;
}

.home-bottom .featured-content .entry-title {
	margin: 8px 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 20px;
}

.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}

.metro-pro-home .home-bottom .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget input {
	margin-bottom: 16px;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #f96e5b;
	color: #fff;
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

.site-inner div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

.site-inner div.gform_wrapper input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 0;
	overflow: hidden;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	max-width: 360px;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	background-color: #f96e5b;
	color: #fff;
	display: inline-block;
	padding: 16px;
	text-decoration: none;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	min-height: 80px;
	padding: 0;
	margin-bottom: 10px;
	display: none;
}

.header-image .site-title a {
	background-color: transparent;
	max-width: 1200px;
	min-height: 80px;
	padding: 0;
	min-width: 425px;
	background-color: #fff !important;
	margin-top: -25px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 100%;
}

.site-header .widget-area .widget:nth-child(1) {
	width: 36%;
	float: left;
}

.site-header .widget-area .widget:nth-child(2) {
	float: left;
	width: 28%;
	margin-bottom: 11px;
}

.site-header .widget-area .widget:nth-child(3) {
	width: 36%;
	float: left;
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {
	clear: both;
	/* color: #fff; */
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	float: right;
	letter-spacing: 0.3px;
}

.nav-secondary .genesis-nav-menu .menu-item {
	padding: 0;
	float: right;
}

.nav-secondary .genesis-nav-menu .menu-item:first-child {
	/* background-color: #B01E1E; */
}

.genesis-nav-menu .menu-item {
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 18px;
	float: left;
}



.genesis-nav-menu .menu-item a {
	padding: 10px 16px;
}

.genesis-nav-menu .menu-item:hover {
	background-color: #C10000;
}

.metro-pro-red .genesis-nav-menu a:hover {
	background-color: #C10000;
}

.genesis-nav-menu .sub-menu .menu-item {
	padding: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 600;
}

.genesis-nav-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #333;
	font-size: 14px;
	padding: 12px 16px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #f96e5b;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
	padding: 6px;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	padding: 14px 14px 14px 44px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header ul.genesis-nav-menu {
	background-color: #333;
}

.site-header ul.genesis-nav-menu li {
	float: none;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
	width: 60%;
	float: left;
}

.nav-primary a {
	/* text-transform: uppercase; */
}


.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a {
	padding: 10px 15px;
	border-bottom: 1px solid #444;
}

.nav-primary .sub-menu a:hover {
	background-color: #A0A0A0;
	color: #fff;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

.after-header {
	width: 40%;
	float:right;
}

.after-header .widget {
	margin-bottom: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #525252;
	text-align: right;
	width: 100%;
	padding: 0 0 0 4.3%;
	max-width: 1499px;
	margin: 0 auto;
	float: none;
}


.metro-pro-red .nav-secondary a {
	font-size: 14px;
	/* font-weight: 400; */
	line-height: 1;
	padding: 10px 16px;
}

.nav-secondary .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 33px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}
.nav-primary .responsive-menu-icon::before {
	color: #fff;
}




/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle {
	overflow: hidden;
	width: 64%;
	float: right;
}

.home-middle-left,
.home-middle-right {
	width: 50%;
}

.home-middle-left {
	float: left;
	border-right: 1px solid #EDEDED;
	padding-right: 2%;
}

.home-middle-right {
	float: right;
	padding-left: 2%;
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .content .entry {
	/* background: url(images/lines.png) bottom repeat-x; */
	background-size: 8px 8px;
	margin-bottom: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.page-id-19079 .content .entry-header {
	padding-bottom: 10px;
}

.page-id-19079 .content article:first-child {
	border-bottom: 3px dotted #DF2521;
	background: none !important;
}

.page-id-19079 .content article {

	margin-bottom: 20px !important;
	padding-bottom: 4px !important;
}

.page-id-19079 .content h1 {
	margin-bottom: 0px;
	font-weight: 900;
	font-size: 54px
}

.page-id-19079 .content article .entry-title a{
	color: #555 !important;
	font-size: 40px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	font-weight: 200;
	line-height: 2px !important;
}

.page-id-19079 .content .entry-header .entry-meta {
	margin-bottom: 1px;
	margin-top: -2px;
}

.page-id-19079 .post-edit-link {
	display: none;
}
.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	padding: 0;
}

.my-featured-image img{
	min-width: 100% !important;
}

.entry-content a {
	color: #f96e5b;
}

.entry-content a:hover {
	color: #333;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1;
}

.widget .entry-meta:last-child {
	margin: 5px 0 10px;
	border-top: 1px solid #ededed;
	padding-top: 6px;
}

.entry-author-name {
	/* width: 100%; */
	/* display: block; */
}

.entry-meta a {
	color: #999;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #222;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
}

.entry-meta .entry-categories,
.entry-meta .entry-tags {
	display: block;
}

.content .entry-meta .entry-comments-link {
	float: right;
}

.content .entry-meta .entry-comments-link a {
	background-color: #f96e5b;
	color: #fff;
	padding: 8px 16px;
}

.content .entry-meta .entry-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	background: url(images/lines.png);
	background-size: 8px 8px;
	margin-top: 32px;
	padding: 16px;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
}

.after-entry p {
	margin-bottom: 20px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f96e5b;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

p.form-submit,
.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.ping-list li {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

.ping-list .reply {
	display: none;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.comment-content {
	clear: both;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 16px;
	word-wrap: break-word;
	text-align: center;
}

.widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	list-style-type: none;
	text-indent: 0;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;

}

.widget-area .genesis-nav-menu .menu-item-type-gs_sim {
	width: 600px;
	float: right;
	max-width: 40%;
	padding: 0;
}

@keyframes sidebar {
	0% {
		opacity: 0;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.045);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.sidebar  .widget_simpleimage:nth-child(n+2) {
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 18px;
	font-size: 16px;
	color: #fff;
	opacity: 0;
	transform: scale(1);
	animation: sidebar 1s 1 forwards 0.5s;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-ms-transition:     all 0.2s ease-in;
	-o-transition:      all 0.2s ease-in;
	transition:         all 0.2s ease-in;
}

.sidebar  .widget_simpleimage:nth-child(n+2) .button {
	padding: 5px 18px;
	font-weight: 700;
	background-color: #e79541;
	border-radius: 8px;
	margin-bottom: 5px;
}

.sidebar  .widget_simpleimage:nth-child(n+2) .button:hover {
	background-color: #f18211;
}

.sidebar  .widget_simpleimage:nth-child(n+2) {
	margin-top: 22px;
}

.sidebar  .widget_simpleimage:nth-child(n+2) .more a {
	text-decoration: none;
	font-size: 19px;
}




/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline-block;
	font-size: 17px;
	line-height: 1.3;
	/* font-family: "Garamond", cursive; */
}

.sidebar .widget {
	margin-bottom: 0;
}

.sidebar .widget iframe {
	border: 14px solid #455cd7 !important;
	margin: 14px auto;

}

.sidebar #simpleimage-5 .more {
	background-color: #202558;
	padding: 12px 3%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-ms-transition:     all 0.2s ease-in;
	-o-transition:      all 0.2s ease-in;
	transition:         all 0.2s ease-in;
}


.sidebar #simpleimage-5:hover .more {
	background-color: #ad2020;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-ms-transition:     all 0.2s ease-in;
	-o-transition:      all 0.2s ease-in;
	transition:         all 0.2s ease-in;
}

.sidebar #simpleimage-5 .more a {
	color: #fff;
	font-size: 24px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-ms-transition:     all 0.2s ease-in;
	-o-transition:      all 0.2s ease-in;
	transition:         all 0.2s ease-in;
}


.sidebar .simple-image {
	margin-bottom: 8px;
}

.sidebar .widget_simpleimage:nth-child(n+2):hover {
	filter: brightness(1.25);
	transform: scale(1.025);
}

.sidebar .widget .widget-title {
	margin-top: 30px;
	margin-bottom: 21px;
	width: 100%;
	padding: 0 0 7px;
	max-width: 100%;
	color: #222;
}

.single .sidebar .entry {
	margin-bottom: 21px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar .search-form {
	width: 100%;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #f96e5b;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: transparent;
	clear: both;
	font-size: 15px;
	margin: 32px auto;
	padding: 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	max-width: 1140px;
}

.footer-widgets-1 {
}

.footer-widgets-1,
.footer-widgets-2 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.footer-widgets-1 .featuredpost {
	background-color: #fff;
	padding: 58px 3% !important;
	width: 1250px !important;
}

.footer-widgets-1 .featuredpost .post {
	max-width: 400px;
	display: inline-block;
	float: none;
	padding: 25px;
	vertical-align: top;
}

.footer-widgets-1 .featuredpost .widget-title {
	width: 100%;
}

.footer-widgets-1 .featuredpost img {
	margin: 0 auto 25px;
	display: block;
	float: none;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
    margin: 0 auto 20px;
    width: 975px;
    max-width: 100%;
    padding: 0 5px;
}

.footer-widgets .search-form {
	width: 100%;
}

.entry-footer {
	/* width: 1000px; */
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
}

.page-template-page_blog .entry-footer {
	display: none;
}

.archive .entry-footer {
	display: none;
}

.entry-footer h1 {
	font-weight: 700;
	display: inline-block;
	border-bottom: 3px solid #c0392c;
	padding: 0 3% 5px;
	font-size: 44px;
	color: #111;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #980000;
	color: #F1F1F1;
	font-size: 15px;
	font-weight: 400;
	padding: 16px;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.2;
	letter-spacing: 1px;
}

.site-footer a {
	color: #fff !important;
	text-decoration: none;	
}

.site-footer a:hover {
	color: #f96e5b;
}

.site-footer p {
	margin: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Metro Pro Blue
--------------------------------------------- */

.metro-pro-blue .entry-title a:hover,
.metro-pro-blue .genesis-nav-menu > .right > a:hover,
.metro-pro-blue .site-footer a:hover,
.metro-pro-blue a,
.metro-pro-blue h2 a:hover {
	color: #5bb1f9;
}

.metro-pro-blue .entry-title a,
.metro-pro-blue .entry-meta a:hover,
.metro-pro-blue a:hover {
	color: #222;
}

.metro-pro-blue .entry-meta a {
	color: #999;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .button,
.metro-pro-blue .button:hover,
.metro-pro-blue .entry-comments-link a,
.metro-pro-blue .entry-comments-link a:hover,
.metro-pro-blue .genesis-nav-menu a,
.metro-pro-blue .site-footer a,
.metro-pro-blue .site-title a,
.metro-pro-blue .site-title a:hover,
.metro-pro-blue a.social-buttons {
	color: #fff;
}

.metro-pro-blue h2 a,
.metro-pro-blue h2 a:visited {
	color: #333;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .archive-pagination li.active a,
.metro-pro-blue .button:hover,
.metro-pro-blue .btn:hover,
.metro-pro-blue .content .entry-comments-link a,
.metro-pro-blue .enews-widget input:hover[type="submit"],
.metro-pro-blue .genesis-nav-menu .current-menu-item > a,
.metro-pro-blue .genesis-nav-menu a:hover,
.metro-pro-blue .sidebar .enews-widget input[type="submit"],
.metro-pro-blue .site-title a,
.metro-pro-blue a.social-buttons:hover,
.metro-pro-blue button:hover,
.metro-pro-blue input:hover[type="button"],
.metro-pro-blue input:hover[type="reset"],
.metro-pro-blue input:hover[type="submit"] {
	background-color: #5bb1f9;
}

.metro-pro-blue .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-blue .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-blue .genesis-nav-menu > .right > a,
.metro-pro-blue.header-image .site-title a {
	background: none;
}

/* Metro Pro Green
--------------------------------------------- */

.metro-pro-green .entry-title a:hover,
.metro-pro-green .genesis-nav-menu > .right > a:hover,
.metro-pro-green .site-footer a:hover,
.metro-pro-green a,
.metro-pro-green h2 a:hover {
	color: #21c250;
}

.metro-pro-green .entry-title a,
.metro-pro-green .entry-meta a:hover,
.metro-pro-green a:hover {
	color: #222;
}

.metro-pro-green .entry-meta a {
	color: #999;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .button,
.metro-pro-green .button:hover,
.metro-pro-green .entry-comments-link a,
.metro-pro-green .entry-comments-link a:hover,
.metro-pro-green .genesis-nav-menu a,
.metro-pro-green .site-footer a,
.metro-pro-green .site-title a,
.metro-pro-green .site-title a:hover,
.metro-pro-green a.social-buttons {
	color: #fff;
}

.metro-pro-green h2 a,
.metro-pro-green h2 a:visited {
	color: #333;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .archive-pagination li.active a,
.metro-pro-green .button:hover,
.metro-pro-green .btn:hover,
.metro-pro-green .content .entry-comments-link a,
.metro-pro-green .enews-widget input:hover[type="submit"],
.metro-pro-green .genesis-nav-menu .current-menu-item > a,
.metro-pro-green .genesis-nav-menu a:hover,
.metro-pro-green .sidebar .enews-widget input[type="submit"],
.metro-pro-green .site-title a,
.metro-pro-green a.social-buttons:hover,
.metro-pro-green button:hover,
.metro-pro-green input:hover[type="button"],
.metro-pro-green input:hover[type="reset"],
.metro-pro-green input:hover[type="submit"] {
	background-color: #21c250;
}

.metro-pro-green .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-green .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-green .genesis-nav-menu > .right > a,
.metro-pro-green.header-image .site-title a {
	background: none;
}

/* Metro Pro Pink
--------------------------------------------- */

.metro-pro-pink .entry-title a:hover,
.metro-pro-pink .genesis-nav-menu > .right > a:hover,
.metro-pro-pink .site-footer a:hover,
.metro-pro-pink a,
.metro-pro-pink h2 a:hover {
	color: #d1548e;
}

.metro-pro-pink .entry-title a,
.metro-pro-pink .entry-meta a:hover,
.metro-pro-pink a:hover {
	color: #222;
}

.metro-pro-pink .entry-meta a {
	color: #999;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .button,
.metro-pro-pink .button:hover,
.metro-pro-pink .entry-comments-link a,
.metro-pro-pink .entry-comments-link a:hover,
.metro-pro-pink .genesis-nav-menu a,
.metro-pro-pink .site-footer a,
.metro-pro-pink .site-title a,
.metro-pro-pink .site-title a:hover,
.metro-pro-pink a.social-buttons {
	color: #fff;
}

.metro-pro-pink h2 a,
.metro-pro-pink h2 a:visited {
	color: #333;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .archive-pagination li.active a,
.metro-pro-pink .button:hover,
.metro-pro-pink .btn:hover,
.metro-pro-pink .content .entry-comments-link a,
.metro-pro-pink .enews-widget input:hover[type="submit"],
.metro-pro-pink .genesis-nav-menu .current-menu-item > a,
.metro-pro-pink .genesis-nav-menu a:hover,
.metro-pro-pink .sidebar .enews-widget input[type="submit"],
.metro-pro-pink .site-title a,
.metro-pro-pink a.social-buttons:hover,
.metro-pro-pink button:hover,
.metro-pro-pink input:hover[type="button"],
.metro-pro-pink input:hover[type="reset"],
.metro-pro-pink input:hover[type="submit"] {
	background-color: #d1548e;
}

.metro-pro-pink .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-pink .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-pink .genesis-nav-menu > .right > a,
.metro-pro-pink.header-image .site-title a {
	background: none;
}

/* Metro Pro Red
--------------------------------------------- */

.metro-pro-red .entry-title a:hover,
.metro-pro-red .genesis-nav-menu > .right > a:hover,
.metro-pro-red .site-footer a:hover,
.metro-pro-red a,
.metro-pro-red h2 a:hover {
	color: #ef0000;
}

.metro-pro-red .entry-meta a:hover,
.metro-pro-red a:hover {
	color: #222;
}

.metro-pro-red .entry-meta a {
	color: #e40000;
	font-weight: 700;
	/* font-style: italic; */
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	width: 100%;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .button,
.metro-pro-red .button:hover,
.metro-pro-red .entry-comments-link a,
.metro-pro-red .entry-comments-link a:hover,
.metro-pro-red .genesis-nav-menu a,
.metro-pro-red .site-title a,
.metro-pro-red .site-title a:hover,
.metro-pro-red a.social-buttons {
	color: #fff;
}


.metro-pro-red h2 a {
	color: #353535;
	letter-spacing: 0.2px;
}

.metro-pro-red .archive-pagination li a:hover, .metro-pro-red .archive-pagination li.active a, .metro-pro-red .button:hover, .metro-pro-red .btn:hover, .metro-pro-red .content .entry-comments-link a, .metro-pro-red .enews-widget input:hover[type="submit"], .metro-pro-red .sidebar .enews-widget input[type="submit"], .metro-pro-red .site-title a, .metro-pro-red a.social-buttons:hover, .metro-pro-red button:hover, .metro-pro-red input:hover[type="button"], .metro-pro-red input:hover[type="reset"], .metro-pro-red input:hover[type="submit"] {
	background-color: #ef0000;
}

.metro-pro-red .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-red .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-red .genesis-nav-menu > .right > a,
.metro-pro-red.header-image .site-title a {
	background: none;
}


.wpp-list a{
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	color: #333333;
	font-weight: 400;
}

.wpp-list a:hover {
	color: #ef0000;
}

#wpp-4 {
	padding: 4px;
	line-height: 1.5;
}

.wpp-list li {
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #E0E0E0;
	width: 95%;
	margin: 0 auto;
	font-size: 15px;
}

.wpp-list li:first-child {
	padding-top: 0;
}

.wpp-list li:last-child {
	border-bottom: none;
}

.wpp {
	display: none;
}

.wdpu-msg {
	height: 490px!important
}

.wdpu-text
{
	background: #301d0c !important;
	margin-bottom: 0px !important;
	padding: 20px 20px 12px !important;

}

.wdpu-msg-inner {
	height: 480px !important;
}

.fb-comments, .fb-comments * {
    width: 100% !important;
}

#gform_wrapper_5 {
	display: block !important;
}

.gform_wrapper select {
	font-size: 20px !important;
	margin-bottom: 20px;
}

.ginput_right {
	padding-bottom: 20px;
}

.gform_footer {
	padding-top: 20px;
}



.crp_excerpt {
    display: block;
}

.crp_title {
	font-size: 20px !important;
	text-decoration: none;
	line-height: 1.2;
}

.promagnifier {
	z-index: 1 !important;
}

.before-header {
	width: 100%;
	display: block;
	background-color: #c0392c;
	line-height: 1;
}

.before-header .widget {
	margin: 0;
	padding: 10px 5%;
}

.before-header .widget a {
	color: #fff;
	text-decoration: none;
}

.content .entry .entry-content div a div {
	/* padding: 0 !important; */
	margin-top: -0.5em;
	margin-bottom: -0.5em;
}

.entry-content .ctaText {
	font-size: 16px !important;
	color: #c23528 !important;
	font-weight: 400 !important;
}

.entry-content .postTitle {
	font-size: 16px !important;
	color: #c23528 !important;
	text-transform: uppercase;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media print {

	.sidebar, .site-header, .footer-widgets, .nav-primary, .nav-secondary,
	.entry-footer, .addtoany_share_save_container, .after-header {
		display: none;
	}

	.content {
		width: 100%;
		padding: 0;
	}

	.site-container {
		border: none;
	}

	.site-inner {
		padding: 0;
	}

	.content {
		line-height: 1.1;
		margin-right: 0;
	}

	.single .entry {
		margin-bottom: 0;
	}

	.entry-title {
		font-size: 26px;
	}

}

@media only screen and (max-width: 1225px) {

	.nav-primary {
		width: 68%;
	}

	.after-header {
		width: 32%;
	}

	.wpp-thumbnail {
		width: 100% !important;
		max-width: 200px !important;
		margin: 0 auto 10px !important;
		float: none !important;
		display: block !important;
	}

	.widget-title {
		font-size: 36px;
	}

	.widget .post:only-of-type h2 {
		font-size: 21px;
	}

}


@media only screen and (max-width: 1150px) {

	.widget-title {
		font-size: 31px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.metro-pro-home .site-inner {
		/* max-width: 1024px; */
	}

	.menu-primary {
		text-align: center;
		float: none;
		margin: 0 auto;
	}

	.menu-primary .menu-item {
		float: none;
	}

	.nav-primary {
		width: 100%;
		text-align: center;
	}

	.after-header {
		width: 100%;
	}

	.site-inner {
		padding: 30px 0;
	}


	.left-sidebar {
	}

	.home-middle {
	}

	.home-middle-left {
	}

	.home-middle-right {

	}

	body {
		font-size: 17px;
	}

	body.home {
		font-size: 16px;
		line-height: 1.45;
	}

	.home-middle-right .widget:last-child {
		display: none;
	}
	.metro-pro-home .content {
		width: 72%;
		padding: 0 1.5% 0 0;
	}

	.metro-pro-home .sidebar-primary {
		width: 28%;
		float: right;
		padding: 0 0 0 1.5%;
	}

	.content .home-top .post:only-of-type .entry-title {
		font-size: 25px;
	}

	.entry-title {
		font-size: 30px;
	}

	.archive .content .post {
		width: 700px;
		max-width: 95%;
		margin: 0 auto 25px;
	}

	
}


@media only screen and (max-width: 1023px) {

	.nav-primary, .after-header {
		max-width: 920px;
		float: none;
		margin: 0 auto;
	}

	.left-sidebar {
		padding-right: 4%;
		margin-right: 4%;
	}

	.left-sidebar,
	.home-middle {
		width: 100%;
	}

	.left-sidebar {
		width: 860px;
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
		float: none;
		border: none;
	}

	.left-sidebar .widget {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 45px;
	}

	.left-sidebar .widget:nth-child(2n+2) {
		padding-left: 4%;
		padding-top: 58px;
	}

	.left-sidebar .widget-title {
		width: 100%;
		max-width: 100%;
		margin-bottom: 21px;
	}

	.home-middle {
		width: 860px;
		float: none;
		margin: 0 auto;
	}

	.nav-secondary {
		padding: 0;
		text-align: center;
	}

	.nav-secondary .genesis-nav-menu .menu-item {
		float: none;
	}


	.nav-secondary .menu-item:first-child {
		/* width: 100%; */
		/* text-align: center; */
	}

	.nav-secondary .menu-item:first-child a {
		/* font-size: 16px; */
	}

	.site-header .widget-area .widget:nth-child(1) {
	width: 30%;
	float: left;
	}

	.site-header .widget-area .widget:nth-child(2) {
	float: left;
	width: 40%;
	margin-bottom: 11px;
	}

	.site-header .widget-area .widget:nth-child(3) {
	width: 30%;
	float: left;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area,
	.metro-pro-home .sidebar-primary,
	.metro-pro-home .content {
		width: 100%;
	}

	.content {
		padding: 0;
	}

	.single .content {
		width: 700px;
		max-width: 98%;
	}

	.metro-pro-home .content {
		padding: 0;
	}

	.sidebar-primary {
		padding: 4% 4%;
		background: transparent;
		border: none;
		border-top: 1px solid #B8B8B8;
		width: 600px !important;
		max-width: 100%;
		margin: 17px auto;
		float: none !important;
		overflow: auto;
	}

	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}

	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.sidebar .widget_simpleimage {
		padding-bottom: 15px;
		margin: 0 auto;
		width: 400px;
		max-width: 100%;
	}


	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
		width: 100%;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		min-width: 98%;
		margin-right: 1%;
		padding-bottom: 1%;

	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
	}

	.metro-pro-home .site-inner {
		padding: 25px 2%;
		width: 100%;
	}

	.archive .entry-title {
		text-align: center;
	}

	.archive .entry-meta {
		text-align: center;
	}

	.archive .entry-image {
		width: 450px;
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 95%;
	}

	.home-top {
		width: 700px;
		max-width: 100%;
		margin: 0 auto;
		float: none;
	}

	.home-middle-left {
		width: 50%;
	}


}

@media only screen and (max-width: 767px) {

	.site-header .widget-area .widget:nth-child(1) {
	display: none;
	}

	.site-header .widget-area .widget:nth-child(2) {
	float: none;
	width: 69%;
	margin: 10px auto;
	}

	.site-header .widget-area .widget:nth-child(3) {
	display: none;
	}

	.footer-widgets,
	.site-container {
		width: 100%;
	}

	.site-container {
		padding: 20px 0;
	}

	.site-inner {
		padding: 25px 2%;
	}



	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.nav-secondary {
		padding: 0;
	}



	.nav-secondary .genesis-nav-menu .menu-item {
		float: none;
		text-align: center;
		display: inline-block;
	}

	.menu-primary.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.menu-primary.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.menu-primary.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.nav-secondary .responsive-menu-icon {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.nav-primary .responsive-menu {
		background-color: #5B5B5B;
		margin-bottom: 10px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	

	.entry-title {
		font-size: 30px;
	}

	.page .entry-title {
		text-align: center;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer-widgets {
	}
	.home-middle-left {
	float: left;
	border-right: none;
	padding-right: 0px;
	}

	img.alignleft, img.alignleft {
		width: 400px;
		max-width: 100%;
		margin: 0 auto;
		float: none;
		display: block;
		padding-right: 0;
		padding-left: 0;
	}

	h2 {
		text-align: center !important;
	}

	.sidebar h2, .left-sidebar h2, .home-middle h2 {
		text-align: left !important;
		font-size: 23px;
	}

	.left-sidebar .widget {
		width: 480px;
		max-width: 95%;
		margin: 16px auto;
		float: none;
		padding: 0 !important;
		display: block;
	}

    .button.big-button {
    	margin: 0 auto;
    }


}

@media only screen and (max-width: 575px) {
	
	.nav-secondary .menu-item a {
		padding: 10px 1%;
		display: block;
	}

	.nav-secondary .genesis-nav-menu.responsive-menu .menu-item{
		margin: 0 5px;
	}

	.left-sidebar {
		width: 100%;
		border: none;
		padding: 0;
	}

	.home-middle {
		width: 100%;
	}

	.home-middle-left {
		width: 100%;
	}

	.home-middle-right {
		width: 100%;
	}

	.single .content .wp-caption, .single .content img {
		min-width: 100%;
		margin: 0 auto;
	}

	.single .content .wp-caption {
		margin-bottom: 10px;
	}

	.iframeleft {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.iframeright {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.widget .post h2 {
	font-size: 21px !important;
	}
}

@media only screen and (max-width: 480px) {

	.content .entry-meta .entry-comments-link {
		display: block;
		float: none;
		margin: 10px 0;
	}

}

@media only screen and (max-width: 320px) {

	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-title {
		font-size: 36px;
	}

}