/*
	Theme Name: The Canal
	Description: This is the sample theme created for the Genesis Framework.
	Author: AMTG Solutions
	Author URI: http://amtgs.com/
	Version: 2.0.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* 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
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	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
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #333;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 300;
	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-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #333;
}

blockquote {
	margin: 0 40px 24px;
	margin: 0 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

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;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 0;
}

/* 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: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 710px;
}

.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: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.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;
	margin-right: 2.4rem;
}

.alignright .avatar {
	border-radius: 50px;
	margin-left: 5px;
	margin-left: .5rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 3px !important;
	margin-bottom: .3rem !important;
	padding: 5px 8px;
	padding: .5rem .8rem;
	text-align: left;
}

.wp-caption {
	background: #eee;
	border-radius: 3px;
}

.wp-caption img {
	width: 100% !important;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding-top: 10px;
	padding-top: 1rem;
}

.author-box-title {
	color: #333;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box-title a {
	border: none !important;
}

.author-box h4 a {
	border: none;
}

.author-box h4 a:hover {
	border: none;
}

.author-box a {
	border-bottom: 1px solid #333;
	color: #333;
}

.author-box a:hover {
	border-bottom: 1px solid #c1312b;
	color: #c1312b;
}

.author-box p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 0;
}

.author-box .avatar {
	border-radius: 80px;
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.25;
}

.single .entry-title {
	font-size: 36px;
	font-size: 4.2rem;
	line-height: 1.23;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
}

.entry-title a:hover {
	color: #c1312b;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 14px;
	padding: 0 0 1.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 20px;
	font-size: 1.5rem;
	line-height: 1.3;
}

.featured-content .entry-meta {
	font-size: 14px !important;
	font-size: 1.4rem !important;
	margin-top: -8px;
	margin-top: -.8rem;
	padding-bottom: 5px;
	padding-bottom: .5rem;
}

.featured-content .entry-meta a {
    border: none;
    font-weight: normal !important;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #333;
	padding-bottom: 25px !important;
	padding-bottom: 2.5rem !important;
}

.enews-widget .widget-title {
	color: #333;
}

.enews-widget input {
	margin-bottom: 3px !important;
	width: auto;
}

.enews-widget input#subbox {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	width: 196px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #AB3939;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 9px 10px;
}

.enews-widget input:hover[type="submit"] {
	background-color: #c14242;
}

.enews-widget label {
	font-size: 13px;
	padding-left: 7px;
	padding-left: .7rem;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: none;
}

.site-header .wrap {
	padding: 24px 0;
	padding: 2.4rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* 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-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 143px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 24px 0;
	padding: 2.4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
}

.menu-primary a {
    font-size: 14px;
    font-size: 1.4rem;
	padding: 10px 13px;
	padding: 1.1rem 1.3rem;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #c14242;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 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: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

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

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

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

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

.genesis-nav-menu > .search input {
	background: url(images/search.png) center left no-repeat !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #fff !important;
	font-size: 13px;
	font-size: 1.3rem;
	opacity: .7 !important;
	padding: 13px 0 12px 35px;
	padding: 1.3rem 0 1.2rem 3.5rem;
	width: 190px;
}

.genesis-nav-menu > .search ::-moz-placeholder {
	color: #fff !important;
}

/* Site Header Customizations
--------------------------------------------- */

.nav-spanish a {
	background: url(images/spanish.png) center left no-repeat !important;
	padding-left: 25px;
	padding-left: 2.5rem !important;
	margin-left: 8px;
	margin-left: .8rem;
}

.nav-divider a {
	background: none !important;
	cursor: default;
	color: #b7b7b7 !important;
	font-size: 16px;
	font-weight: 500 !important;
	margin-left: 10px !important;
	margin-left: 1rem !important;
}

.nav-facebook a {
	background: url(images/facebook.png) center left no-repeat !important;
	padding-left: 22px;
	padding-left: 2.2rem !important;
	margin-right: 15px;
	margin-right: 1.5rem;
}

.nav-twitter a {
	background: url(images/twitter.png) center left no-repeat !important;
	padding-left: 22px;
	padding-left: 2.2rem !important;
	margin-right: 15px;
	margin-right: 1.5rem;
}

.nav-gplus a {
	background: url(images/gplus.png) center left no-repeat !important;
	padding-left: 22px;
	padding-left: 2.2rem !important;
	margin-right: 15px;
	margin-right: 1.5rem;
}

.nav-youtube a {
	background: url(images/youtube.png) center left no-repeat !important;
	padding-left: 22px;
	padding-left: 2.2rem !important;
	margin-right: 15px;
	margin-right: 1.5rem;
}

.nav-soundcloud a {
	background: url(images/soundcloud.png) center left no-repeat !important;
	padding-left: 22px;
	padding-left: 2.2rem !important;
	margin-right: 15px;
	margin-right: 1.5rem;
}

.nav-rss a {
	background: url(images/rss.png) center left no-repeat !important;
	padding-left: 22px;
	padding-left: 2.2rem !important;
	margin-right: 15px;
	margin-right: 1.5rem;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #AB3939;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #eee;
	font-size: 13px;
	font-size: 1.3rem;
    opacity: .6;
	padding: 4px 10px;
	padding: .4rem 1rem;
}

.nav-secondary:hover {
    opacity: .9;
}

.nav-secondary a {
	background: #eee;
	border: none;
	color: #444;
	display: block;
	font-weight: 600;
	padding: 5px 0;
	padding: .5rem 0;
	position: relative;
	text-transform: none !important;
}

.nav-secondary a:hover {
    opacity: .6;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.entry-content a {
	border-bottom: 1px solid #333;
	color: #333;
}

.entry-content a:hover {
	border-bottom: 1px solid #c1312b;
	color: #c1312b;
}

.entry-content a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

.entry-content img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

.entry-content .alignleft {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-content .alignright {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-header .entry-meta {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
}

.entry-header .entry-meta a {
    color: #333;
    font-weight: bold;
}

.entry-header .entry-meta a:hover {
	color: #c1312b;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-footer .entry-meta {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-size: 1.15rem;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.entry-footer .entry-meta a {
	color: #888;
	background: #eee;
	border-radius: 11px;
	line-height: 34px;
	opacity: .5;
	padding: 4px 12px;
	margin-right: 5px;
}

.entry-footer .entry-meta a:hover {
	color: #444;
	background: #eee;
	opacity: 1.0;
	padding: 4px 12px;
	text-decoration: none;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: inline;
}

.guest .entry-author-name {
	display: none;
}

.entry-author-name {
	background: url(images/separator.png) right center no-repeat;
	padding-right: 16px;
	padding-right: 1.6rem;
}

.sidebar .entry-author-name {
	padding-right: 11px;
	padding-right: 1.1rem;
	margin-right: -3px;
}

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

.entry-content .ad-left {
	float: left;
	margin: 5px 25px 10px 0;
}

.entry-content .ad-right {
	float: right;
	margin: 5px 0 10px 25px;
}

.entry-content .ad-center {
	margin-bottom: 24px;
	text-align: center;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
	margin: 40px 0;
	margin: 4rem 0;
	text-transform: uppercase;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #eee;
	border-radius: 3px;
	color: #999;
	cursor: pointer;
	display: inline-block;
	padding: 8px 11px;
	padding: 0.8rem 1.1rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #AB3939;
	color: #fff;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond,
.entry-pings {
	padding: 0;
}

.comment-content {
	clear: both;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 30px;
	padding: 3rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}

.sidebar .widget_adrotate_widgets {
	padding: 15px;
	padding: 1.5rem;
	text-align: center;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #eee;
	color: #444;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 3.6rem;
}

.footer-widgets p {
    margin-bottom: 0;
}

.footer-widgets-1 {
	width: 325px;
}

.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color: #333;
}

.footer-widgets a:hover {
	border-bottom: 1px solid #c1312b;
	color: #c1312b;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #444;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.search-form input {
	background: #fff url(images/search-footer.png) center left no-repeat !important;
	border: none !important;
	border-radius: 3px !important;
	box-shadow: none;
	color: #444 !important;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 15px 15px 35px;
	padding: 1.5rem 1.5rem 1.5rem 3.5rem;
}

.search-form ::-moz-placeholder {
    color: #444 !important;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #444;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 40px 0;
	padding: 3rem 0;
	text-align: left;
}

.site-footer a {
	border-bottom: 1px solid #444;
	color: #444;
}

.site-footer a:hover {
	border-bottom: 1px solid #c1312b;
	color: #c1312b;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer img {
	width: auto;
}


/* AddThis
------------------------------------------------------------ */

.at4-jumboshare .at4-share-btn {
	border: none !important;
}

.at4-jumboshare .at4-count-container {
	border-right: 1px solid #eee !important;
	padding-right: 5px !important;
}

.at4-jumboshare .at4-count {
	font-size: 25px !important;
	line-height: 26px !important;
}

.at4-jumboshare .at4-title {
	font-size: 13px !important;
	line-height: 14px !important;
	bottom: 0 !important;
}

.at4-jumboshare .at4-spacer {
	width: 75px !important;
}

.at4-jumboshare .at4-show {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	clear: both !important;
	margin-bottom: 21px;
}


/* Related Posts
------------------------------------------------------------ */

.related_posts_by_taxonomy ul li {
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	margin-left: 35px;
}

.related_posts_by_taxonomy a {
	color: #333;
}

.related_posts_by_taxonomy a:hover {
	color: #AB3939;
}


/* Livefyre
------------------------------------------------------------ */

#comments { overflow: visible !important; }

.fyre .fyre-moderator {
	display: none !important;
}

.fyre a {
	color: #c1312b !important;
}

.fyre a:hover {
	color: #1e1e1e !important;
	text-decoration: underline !important;
}

.fyre-hovercard-body p {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px !important;
	line-height: 1.3;
}

.fyre .fyre-comment-deleted {
	display: none !important;
}

.fyre .fyre-comment p {
   	color: #333;
	font-family: Georgia,"Times New Roman",Times,serif;
   	font-size: 16px;
	line-height: 24px;
	margin-bottom: -2px !important;
}

.fyre {
	margin-bottom: 50px !important;
	margin-bottom: 5rem !important;
	z-index: -0 !important;
}

.fyre-editor-editable {
	background: none repeat scroll 0% 0% rgb(255, 255, 255) !important;
	border: 1px solid #ddd !important;
	border-radius: 3px important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset !important;
	margin-bottom: 2px;
}

.fyre-editor-toolbar .goog-toolbar > div.fyre-button-left:first-child, .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left, .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left:first-child, .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right {
	background: #AB3939 !important;
	filter: none;
	border: none !important;
	height: 33px !important;
	margin-top: 3px;
}

.goog-toolbar-separator.goog-inline-block {
	background: #AB3939 !important;
	filter: none;
	border: none !important;
}

.fyre .fyre-widget .fyre-editor .fyre-editor-container .fyre-editor-toolbar .goog-toolbar .fyre-format-button > div {
	background: url(images/pencil.png) no-repeat scroll 10px 6px;
	border-right: 1px solid #912d2d;
}

.fyre .fyre-widget .fyre-editor .fyre-editor-container .fyre-editor-toolbar .goog-toolbar .fyre-mention-button > div {
	background: url(images/tagging.png) no-repeat scroll 9px 6px;
	border-right: 1px solid #912d2d;
}

.fyre-mention-menu {
	top: 36px !important;
}

.fyre .fyre-widget .fyre-editor .fyre-editor-container .fyre-editor-toolbar .goog-toolbar .fyre-embed-button > div {
	background: url(images/attachment.png) no-repeat scroll 9px 6px;
	border-right: 1px solid #912d2d;
}

.fyre .fyre-widget .fyre-editor .fyre-editor-container .fyre-editor-toolbar .goog-toolbar .fyre-follow-button .fyre-button-left-inner-box {
	color: #FFF;
	text-shadow: 0px 0px 0px #FFF;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div {
	color: #fff !important;
	font-weight: bold !important;
	text-shadow: none !important;
}

.fyre .fyre-share-button div.fyre-button-right-inner-box {
	color: #fff !important;
}

.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box .fyre-button-right-inner-box {
	color: #fff !important;
	text-shadow: none !important;
	text-transform: uppercase;
}

.fyre .fyre-widget .fyre-editor .fyre-editor-container .fyre-editor-toolbar .fyre-post-button-new .fyre-button-right-outer-box {
	border-left: 1px solid #912d2d;
}

/* Livefyre Fixes
------------------------------------------------------------ */

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div:nth-child(5n+2), .fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div:nth-child(5n+5) {
	width: 31px !important;
	border-right: 1px solid #eee !important;
}

.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div {
	height: 30px !important;
	width: 35px !important;
}

.fyre-hovercard-button {
	height: 28px !important;
	width: 100% !important;
}

.fyre-hovercard-display-name {
	width: auto !important;
}

.fyre-hovercard-username {
	width: auto !important;
	margin-top: 0 !important;
}

.fyre-mention-menu .fyre-mention-item {
	height: 35px !important;
}


/* News Ticker
------------------------------------------------------------ */

.mtphr-dnt {
	background: #f5f5f5;
	border-radius: 3px;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 3px 10px;
}

.mtphr-dnt-tick-contents {
	position: relative;
	overflow: hidden;
	margin-bottom: -10px !important;
}

.mtphr-dnt a {
	color: #444;
	font-size: 13px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
}

.mtphr-dnt a:hover {
	color: #c1312b;
	text-decoration: underline;
}

.mtphr-dnt h3 {
	background: none;
	color: #444;
	margin: 0;
	padding-right: 10px !important;
	padding: 4px 0 7px 0;
	margin-top: 3px;
	font-size: 13px;
	text-transform: uppercase;
}


/* Subtitles
------------------------------------------------------------ */

.subtitle_head {
    color: #999;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600 !important;
    margin-top: -10px;
    margin-top: -1rem;
}


/* Content Boxes
------------------------------------------------------------ */

.content-box-blue,
.content-box-gray,
.content-box-grey,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	border-radius: 3px;
	font-size: 14px;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
}

.content-box-grey {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

.featured-quote {
	background: url(http://blog.panampost.com/wp-content/uploads/blockquote-1.png) top left no-repeat;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: 600;
	text-align: left;
	padding: 22px 0 0 55px;
	margin: 10px 0 25px 25px;
	width: 350px;
}

.featured-quote::before {
	content: none;
}


/* TablePress CSS Changes
------------------------------------------------------------ */

.tablepress thead th, .tablepress tfoot th {
	background-color: #ac3939 !important;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600 !important;
}

.dataTables_wrapper .sorting:hover,.dataTables_wrapper .sorting_asc,.dataTables_wrapper .sorting_desc{
	color:#000 !important;
}

.tablepress tbody td {
	font-size: 16px !important;
}

.dataTables_info{
	color: #999 !important;
	font-size: 13px;
}

.dataTables_paginate{
	font-size: 15px;
}

.paginate_enabled_previous:hover:before,.paginate_enabled_next:hover:after{
	color:#ac3939 !important;
}


/* Simple Lightbox
------------------------------------------------------------ */

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	display: none;
}


/* Tweet Alignment
------------------------------------------------------------ */

iframe[id^='twitter-widget-'] {
	margin-left:auto !important;
	margin-right:auto !important;
}


/* Tabbed Widgets
------------------------------------------------------------ */

#tabbed-sidebar-widgets .widgettitle {
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.7;
	padding: 0;
}

#tabbed-sidebar-widgets .widgettitle a {
	background: #eee;
	border: none;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	margin-bottom: .5rem;
	opacity: .6;
	padding: 8px 10px;
	padding: .8rem 1rem;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

#tabbed-sidebar-widgets .widgettitle a:hover {
	opacity: 1.0;
}

#tabbed-sidebar-widgets .widgettitle a.selected {
	background: #AB3939;
	border: none;
	color: #fff;
	opacity: 1.0;
}


/* PanAm Buttons
------------------------------------------------------------ */

a.button-translation {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 3px 0;
	padding: 5px 10px;
	text-align: center;
}

a.button-translation {
	background-color: #AB3939;
	border: none;
	float: right;
	margin-left: 7px !important;
	margin-bottom: 5px !important;
}

a.button-translation:hover {
	background: #c14242;
	border: none;
	color: #fff;
}


/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
 
/* Standard Navigation
--------------------------------------------- */
 
.nav-primary {
	clear: both;
}
 
/* Navigation toggles
--------------------------------------------- */
 
.menu-toggle {
	display: none;
	visibility: hidden;
}
 
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
 
@media only screen and (min-width: 768px) {
 
.nav-primary {
	display: block !important;
}

.nav-secondary a:hover {
	background: #eee;
}

.nav-divider a {
	margin: 0 8px 0 0;
	padding: 0;
}

}
 
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
 
@media only screen and (max-width: 767px) {
 
.menu-toggle {
	background-color: #AB3939 !important;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	padding: 1.5rem;
	text-align: center;
	width: 100%;
	visibility: visible;
}
 
button.menu-toggle {
	background-color: transparent;
	color: #fff;
}
 
.menu-toggle:before {
	content: "\2261";
}
 
.menu-toggle.activated:before {
	content: "\2191";
}
 
.nav-primary {
	display: none;
	position: relative;
}
 
.nav-primary .genesis-nav-menu .menu-item {
	background-color: #AB3939;
	border-top: 1px solid #953232;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	text-align: center;
}
 
.nav-primary .genesis-nav-menu .menu-item:hover {
	position: relative;
}

.nav-primary .genesis-nav-menu .menu-item a {
	padding: 15px 0;
}

.nav-primary .genesis-nav-menu .menu-item a:hover {
	color: #fff;
}
 
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #333;
}

.nav-secondary {
	opacity: 1;
	padding: 0;
}

.nav-secondary a {
    background: noe !important;
    padding: 10px !important;
}

.nav-spanish a {
    padding-left: 25px !important;
}

.nav-secondary a:hover {
	background: #eee;
}

.nav-divider a {
	margin: 0 !important;
	padding: 0 !important;
}
 
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 575px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		width: 165px;
	}

	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-2 {
		width: 360px;
	}

	.enews-widget input[type="submit"] {
		display: block;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.site-header .header-widget-area {
		margin-bottom: 15px;
		text-align: center !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-bottom: 12px;
		padding-bottom: 1.2rem;
	}

	.sidebar .widget {
		padding: 40px;
		padding: 4rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 24px 65px 24px;
		padding: 2.4rem 2.4rem 6.5rem 2.4rem;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.enews-widget input[type="submit"] {
		display: block;
	}

    	.enews-widget {
        	padding: 15px !important;
        	padding: 1.5rem !important;
    	}
    
    	.sidebar .widget {
	   	background-color: #fff;
	   	border: 1px solid #eee;
	   	border-radius: 3px;
	   	margin-bottom: 40px;
	   	margin-bottom: 4rem;
	   	padding: 15px;
	   	padding: 1.5rem;
	   	padding-bottom: 0;
    	}

	.sidebar #simple_ads_manager_widget-2 {
		padding: 11px;
		padding: 1.1rem;
		padding-bottom: 3px;
		padding-bottom: 0.3rem;
	}

	.sidebar #simple_ads_manager_widget-2 a {
		border: none;
	}

}

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

	.single .entry-title {
		font-size: 29px;
		font-size: 2.9rem;
	}

	.sidebar .entry-title {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.entry-meta {
		border: none;
		padding: 0;
	}

	.entry-author-name {
		background: none;
		display: block;
	}

	.featured-quote {
		width: 100%;
	}

	.nrelate_flyout {
		display: none !important;
	}
    
}

@media only screen and (max-width: 320px) {
    
	.sidebar #simple_ads_manager_widget-2,
	.sidebar #simple_ads_manager_widget-5 {
		border: none !important;
		padding: 0 !important;
		text-align: center;
	}
    
}
