/*
	Theme Name: PanAm Post
	Theme URI: http://panampost.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: AMTG Solutions
	Author URI: http://amtgs.com/
	Version: 3.0.0
 
	Tags: black, red, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	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
		- Genesis Responsive Slider
		- Genesis Tabs
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- News Pro Blue
		- News Pro Green
		- News Pro Pink
		- News Pro Orange
	- 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
--------------------------------------------- */

/* 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
--------------------------------------------- */

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: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #5999DE;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

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[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: #5999DE;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	padding: 16px;
	padding: 1.6rem;
	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: #70aff2;
	color: #fff;
}

.button {
	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;
}

.news-pro-landing .site-container {
	margin: 0 auto;
	max-width: 575px;
}

.site-inner {
	clear: both;
	padding-top: 25px;
	padding-top: 2.5rem;
}

/* 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: 960px;
}

.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;
}

.single .content {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.content-sidebar .content,
.content-sidebar-sidebar .content {
	float: left;
}

.sidebar-content-sidebar .content {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {	
	width: 600px;
}

.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;
}

.sidebar-sidebar-content .sidebar-primary {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .sidebar-primary {
	border-right: 1px solid #e3e3e3;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	width: 177px;
}

.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 {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 15px;
	margin-right: 1.5rem;
	margin-bottom: 20%;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
}

.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 20px;
	margin: 0 auto 2rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 16px 0;
	margin: 0 2.4rem 1.6rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 16px;
	margin: 0 0 2.4rem 1.6rem;
}

.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 {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 20px;
	padding: 2rem;
	text-transform: uppercase;
}

.archive-description h1 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.archive-description p {
	margin-bottom: 10px;
}

.archive-description {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.archive-description li {
	margin-left: 3.5rem;
}

.archive-description ul {
	margin-bottom: 30px;
}

.archive .author-box {
	margin-top: 0;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.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 #5999DE;
	color: #5999DE;
}

.author-box p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.25;
}

.single .entry-title {
	font-size: 39px;
	font-size: 3.9rem;
	line-height: 1.23;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #5999DE;
}

.widget-title {
	border-bottom: 2px dotted #eee;
	color: #333;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	margin-top: -20px;
	margin-top: -2rem;
	padding: 10px 0 6px 0;
	padding: 1rem 0 0.6rem 0;
	text-transform: uppercase;
	width: 100%;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.ad {
	margin: 0 4px;
	margin: 0 0.4rem;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border: none;
	margin-bottom: 12px;
	margin-bottom: 0.5rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 17.25px;
	font-size: 1.725rem;
	line-height: 1.4;
	margin-bottom: 1px;
	margin-bottom: 0.1rem;
}

.featured-content p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.featured-content .entry-meta {
	margin: 0 !important;
	padding: 5px 0;
}

.more-from-category {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 12px !important;
	margin-bottom: 1.2rem !important;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #333;
	padding-bottom: 25px !important;
	padding-bottom: 2.5rem !important;
}

.enews-widget .widget-title {
	color: #333;
}

.home .enews-widget .widget-title {
	margin-bottom: 0;
}

.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: #5999DE;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 9px 10px;
}

.enews-widget input:hover[type="submit"] {
	background-color: #70aff2;
}

.enews-widget label {
	font-size: 13px;
	padding-left: 7px;
	padding-left: .7rem;
}

/* 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;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li:before {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 362px;
}

.site-title {
	font-weight: 700;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #000;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 10px 0 0;
	margin: 1rem 0 0;
	text-transform: uppercase;
}

/* 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 a {
	background-position: top !important;
	float: left;
	min-height: 137px;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	padding: 2rem 0;
	width: 768px;
}

.site-header .widget-area li {
	list-style-type: none;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin-right: -4px;
}

.genesis-nav-menu a {
	border-right: 1px solid #e3e3e3;
	color: #000;
	display: block;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #e3e3e3;	
	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 #e3e3e3;
	border-top: none;
	padding: 12px 24px;
	padding: 1.2rem 2.4rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 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 > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	border: none;
	border-left: 1px solid #e3e3e3;
	display: inline-block;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
}

.genesis-nav-menu > .search {
	padding: 10px;
	padding: 1rem;
}

.genesis-nav-menu .search input[type="search"] {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
	border: 1px solid #e3e3e3;
	border-top: none;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #5999DE !important;
	color: #fff;
}

.nav-primary a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-weight: bold;
	padding: 12.5px 9px !important;
	padding: 1.25rem .9rem !important;
	text-transform: uppercase;
}

.nav-primary a:hover {
	background: #fff !important;
	color: #000;
}

.nav-regions {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	margin-left: -8px !important;
	padding-top: 1px !important;
	text-transform: uppercase;
}

.sub-menu .um-anchoremulator {
	padding: 16px !important;
}

.nav-columnists {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	padding-top: 1px !important;
	text-transform: uppercase;
}

.sub-menu {
	background: #fff !important;
	box-shadow: 0 1px 3px #888 !important;
}

.sub-menu a {
	color: #333;
	text-transform: none;
	width: 200px !important;
}

.sub-menu a:hover {
	background: none !important;
	color: #5999DE;
}

.sub-menu-2 {
	background: #fff !important;
	box-shadow: none !important;
}

.sub-menu-2 a {
	padding: 0 !important;
}

.nav-columnists .menu-item {
	padding: 10px 39px;
	width: 204px;
}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item:first-child > a {
	padding: 14.5px 10px !important;
}

#megaMenu > ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 input[type="text"] {
	background: url(images/search.png) center left no-repeat !important;
	width: 165px !important;
	height: 32px !important;
	padding: 0 !important;
	padding-left: 35px !important;
	padding-left: 3.5rem !important;
	font-size: 13px;
	font-size: 1.3rem;
	border: none !important;
	box-shadow: none !important;
	color: #fff !important;
	opacity: .7;
}

#megaMenu > ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 input[type="text"]:hover {
	opacity: 1;
}

#megaMenu > ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 ::-moz-placeholder {
	color: #fff !important;
}

#searchsubmit {
	display: none !important;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #eee;
	padding: 3px 10px !important;
	padding: .3rem 1rem !important;
}

.nav-secondary a {
	background: #eee !important;
	border: none !important;
	color: #444 !important;
	display: block;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 5px 0 !important;
	padding: .5rem 0 !important;
	position: relative;
	text-transform: none !important;
}

.nav-secondary a:hover {
	opacity: .8;
}

.nav-spanish a {
	background: url(images/spanish.png) center left no-repeat !important;
	font-weight: bold;
	padding-left: 25px;
	padding-left: 2.5rem !important;
	text-transform: uppercase !important;
}

.nav-divider a {
	background: none !important;
	cursor: default;
	color: #b7b7b7 !important;
	font-weight: 500 !important;
	margin: 0 10px !important;
	margin: 0 1rem !important;
}

.nav-blog a,
.nav-letters a,
.nav-advertise a {
	font-weight: bold;
	text-transform: uppercase !important;
}

.nav-advertise a {
	background-color: #31B631 !important;
	color: #fff !important;
	margin-top: -3px;
	margin-bottom: -3px;
	margin-left: 15px;
	padding: 8px 10px !important;
}

.nav-facebook a,
.nav-twitter a,
.nav-gplus a,
.nav-youtube a,
.nav-soundcloud a,
.nav-rss a {
	opacity: .7;
}

.nav-facebook a:hover,
.nav-twitter a:hover,
.nav-gplus a:hover,
.nav-youtube a:hover,
.nav-soundcloud a:hover,
.nav-rss a:hover {
	opacity: 1;
}

.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;
}

.nav-social {
	padding: 0 8px !important;
}

.nav-social .fa {
	font-size: 17px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
	float: left;
	width: 62.3%;
}

.home-top-1 {
	float: right;
	width: 36%;
}

#featured-post-29 .entry {
	color: #fff;
	position: relative;
	height: 350px;
}

#featured-post-29 h2 a {
	background-image: -moz-linear-gradient(center top , transparent, rgba(0, 0, 0, 1));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.77));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.77));
	color: #fff;
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	padding: 20px;
	padding-top: 100px;
	position: absolute;
	bottom: 0;
	text-shadow: -1px 1px 1px #000;
	width: 100%;
	z-index: 9;
}

#featured-post-30 .entry {
	color: #fff;
	position: relative;
	height: 167px;
	margin-bottom: 16px !important;
	margin-bottom: 1.6rem !important;
}

#featured-post-30 h2 a {
	background-image: -moz-linear-gradient(center top , transparent, rgba(0, 0, 0, 0.8));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 16px;
	padding-top: 50px;
	position: absolute;
	bottom: 0;
	text-shadow: -1px 1px 1px #000;
	width: 100%;
	z-index: 9;
}

.home .entry-meta {
	border: none;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-transform: none;
}

.home .entry-meta a:hover {
	color: #5999DE;
}

.home .entry-author-name {
	background: none;
}

.home .content .widget {
	padding-bottom: 0;
}

.home-middle-left {	
	float: left;
	padding: 20px 0 20px 0;
	padding: 2rem 0 2rem 0;
	margin-left: -25px;
	width: 68.5%;
}

.home-middle-left .featured-content .entry {
	background: #fff;
	float: left;
	margin-left: 25px;
	margin-left: 2.5rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 364px;
}

.home-middle-left .featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.25;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-top: 5px;
	padding-top: 0.5rem;
}

.home-middle-left .entry-meta {
	font-size: 15px;
	padding: 0 10px 7px 0;
	padding: 0 1rem 0.7rem 0;
}

.home-middle-left .entry-meta a {
	font-weight: normal;
}

.home-middle-left a.alignleft img {
	margin: 0;
}

#featured-post-33 .entry,
#featured-post-34 .entry,
#featured-post-36 .entry,
#featured-post-37 .entry {
	background: #fff;
	float: left;
	margin-left: 25px;
	margin-left: 2.5rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 234px;
}

#featured-post-33 .entry-title,
#featured-post-34 .entry-title,
#featured-post-36 .entry-title,
#featured-post-37 .entry-title {
	font-size: 21px;
	font-size: 1.6rem;
	line-height: 1.25;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-top: 5px;
	padding-top: 0.5rem;
}

#featured-post-33 .entry-meta,
#featured-post-34 .entry-meta,
#featured-post-36 .entry-meta,
#featured-post-37 .entry-meta {
	font-size: 13.5px;
	padding: 0 10px 7px 0;
	padding: 0 1rem 0.7rem 0;
}

#featured-post-31 {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.home-middle-center {
	float: right;
	padding: 20px 0 0;
	padding: 2rem 0 0;
	padding-left: 20px;
	padding-left: 2.5rem;
	width: 33%;
}

.home-middle-center .widget {
	border: 1px solid #eee;
	border-radius: 3px;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}

.home-middle-center .entry-title {
	font-size: 15.25px;
	font-size: 1.525rem;
}

.home-middle-center .entry-meta a {
	color: #333;
	font-weight: normal;
}

.home-middle-center #text-23 {
	background: #f8f8f8;
	padding: 10px;
	padding: 1rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.home-middle-center #text-25 {
	margin-top: 20px;
	margin-top: 2rem;
}

#featured-post-7 .entry-meta {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}

.home-middle-center .widget .entry {
	border-bottom: 1px solid #eee;
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 12px;
	text-transform: none;
}

.home-middle-center .widget .entry:last-child {
	border-bottom: none;
}

.home-middle-second-left {
	background: #eee;
	clear: both;
	float: left;
	height: 345px;
	padding: 20px 0 20px 0;
	padding: 1.5rem 0 1rem 2rem;
	width: 45.333%;
}

.home-middle-second-center {
	background: #eee;
	float: left;
	height: 345px;
	padding: 15px 20px 0 20px;
	padding: 1.5rem 2rem 0 2rem;
	width: 26.333%;
}

.home-middle-second-right {
	background: #eee;
	float: right;
	height: 345px;
	padding: 15px 15px 0 0;
	padding: 1.5rem 2rem 0 0;
	width: 28.333%;
}

.home-bottom {
	clear: both;
	float: left;
	padding: 20px 0 20px 0;
	padding: 2rem 0 2rem 0;
	margin-left: -25px;
}

.home-bottom .featured-content .entry {
	background: #fff;
	float: left;
	margin-left: 25px;
	margin-left: 2.5rem;
	margin-bottom: 15px;
	margin-bottom: 2.5rem;
	width: 266px;
}

.home-bottom a.alignleft img {
	margin: 0;
	margin-top: 5px;
}

.home-bottom .featured-content .entry-title {
	font-size: 24px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.home-bottom-1 {
	background: #f8f8f8;
	float: right;
	margin-top: 20px;
	margin-top: 2rem;
	padding: 20px;
	padding: 2rem;
	width: 33%;
}

.home-middle-center .widget_adrotate_widgets {
	padding: 15px !important;
	padding: 1.5rem !important;
	text-align: center;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.entry-content a {
	border-bottom: 1px solid #333;
	color: #333;
}

.entry-content a:hover {
	border-bottom: 1px solid #5999DE;
	color: #5999DE;
}

.entry-content a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

.entry-content img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

.entry-content h4 {
	line-height: 1.4;
	margin-bottom: 20px;
}

.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-meta {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0;
	text-transform: uppercase;
}

.entry-meta a {
	color: #333;
}

.entry-meta a:hover {
	color: #5999DE;
}

.entry-author-name {
	background: url(images/separator.png) right center no-repeat;
	padding-right: 16px;
	padding-right: 1.6rem;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-footer .entry-meta {
	border: none;
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-size: 1.15rem;
	font-weight: 600;
	margin: 25px 0 0;
	margin: 2.5rem 0 0;
	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;
}

.after-entry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.guest .entry-author-name {
	display: none;
}

.home .guest .entry-author-name {
	display: inline;
}

.sidebar .guest .entry-author-name {
	display: inline;
}

.guest .entry-footer .entry-meta {
	margin: 13px 0 10px 0;
}

.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;
}

/* Entry Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border-radius: 3px;
	background-color: #5999DE;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 5px 12px;
	padding: 0.5rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #70aff2;
	color: #fff;
}

.archive .content {
	margin-top: 10px;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.comment-respond {
	padding: 40px;
	padding: 4rem;
}

.entry-comments {
	border-bottom: 1px solid #e3e3e3;
	padding-right: 0;
}

.ping-list {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
}

.entry-comments .comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.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;
	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: 1px solid #e3e3e3;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

li.depth-2 {
	background-color: #fff;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}

.sidebar .alignleft img {
	margin: 0;
}

.sidebar .entry {
	margin-bottom: 18px;
}

.sidebar .entry-title {
	font-size: 15.25px !important;
	font-size: 1.525rem !important;
	line-height: 1.425 !important;
}

.sidebar .entry:last-child {
	border-bottom: none !important;
	margin-bottom: 0;
	padding-bottom: 10px !important;
}

#featured-post-45 .entry {
	border-bottom: 1px solid #eee;
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	padding-bottom: 15px;
	text-transform: none;
}

.sidebar .entry-meta {
	border: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 0;
}

.sidebar #text-60 {
	padding: 11px;
	padding: 1.1rem;
	padding-bottom: 3px;
	padding-bottom: 0.3rem;
}

#featured-post-46 .widget-title {
	background: url(images/opinion.png) no-repeat center left;
	font-size: 25px;
	font-size: 2.5rem;
	padding-left: 30px;
	padding-left: 3rem;
}

#featured-post-46 .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 14px;
	padding: 0 0 1.4rem;
}

#featured-post-46 .entry-meta {
	font-size: 14px !important;
	font-size: 1.3rem !important;
	padding: 5px 0;
	padding: .5rem 0;
	text-transform: none;
}

#featured-post-46 .entry-author-name {
	background: none;
}

#featured-post-46 .entry-title a {
	border: none;
}

.alignright .avatar {
	margin-left: 0.5rem;
}

.sidebar .widget_adrotate_widgets {
	padding: 15px;
	padding: 1.5rem;
	text-align: center;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #eee;
	color: #333;
	clear: both;
	margin-top: 20px;
	margin-top: 2rem;
	padding: 40px 40px 16px;
	padding: 4rem 40px 1.6rem;
}

.footer-widgets-1 {
	width: 325px;
	float: left;
}

.footer-widgets-2 {
	width: 360px;
	float: left;
}

.footer-widgets-3 {
	width: 350px;
	float: right;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets a {
	color: #333;
}

.footer-widgets a:hover {
	color: #5999DE;
}

.footer-widgets p {
	margin-bottom: 0px;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	border: none;
	color: #444;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	text-align: left;
}

.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 #5999DE;
	color: #5999DE;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer img {
	width: auto;
}


/* 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://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;
}


/* PanAm Buttons
------------------------------------------------------------ */

a.button-translation,
a.button-blog,
a.button-website,
a.button-archive,
a.button-twitter,
a.button-facebook,
a.button-google,
a.button-email {
	-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: #5999DE;
	border: none;
	float: right;
	margin-left: 5px !important;
	margin-bottom: 5px !important;
}

a.button-translation:hover,
a.button-website:hover,
a.button-facebook:hover,
a.button-twitter:hover,
a.button-google:hover,
a.button-email:hover,
a.button-blog:hover,
a.button-archive:hover {
	background-color: #70aff2;
	border: none;
	color: #fff;
}

a.button-blog,
a.button-archive {
	background-color: #5999DE;
	border: none;
}


a.button-website,
a.button-facebook,
a.button-twitter,
a.button-google,
a.button-email {
	background-color: #5999DE;
	float: right;
	margin-left: 5px;
}


/* Contact form
------------------------------------------------------------ */

.wpcf7-form{
	background: none;
	width : 475px;
	height: none;
	overflow: hidden;
	margin: 0;
}
.wpcf7-form h2{
	font-size : 20px;
	text-align: center;
}
.wpcf7-form input, .wpcf7-form textarea {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	color: #444;
	padding: 8px;
	line-height: 19px;
	font-size: 14px;
	width: 445px;
	float: none;
	margin: 0;
}
.wpcf7-form input {
	width: auto;
}
.wpcf7-form p {
	font-size : 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 290px;
	padding: 0 0 20px;
	color: #444;
}

.buttons_form {
 	padding: 0px;
	height: 35px;
	width: 100px !important;
	border: none !important;
	cursor: pointer;
	color: #fff !important;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	color: #fff;
}

.buttons_form:hover {
	color: #fff;
}

.wpcf7-checkbox input {
	width: 15px !important;
	margin-left: -5px;
	margin-right: 5px;
}

.wpcf7-list-item {
	display: block;
	text-align:left;
	width: 595px;
}

.wpcf7-form, .wpcf7-form textarea {
	width: 575px !important;
	overflow: visible !important;
}

.your-name input {
	width: 260px;
}

.your-email input {
	width: 260px;
}

.your-phone input {
	width: 260px;
}

.your-company input {
	width: 260px;
}

.file-568 input {
	width: 260px;
}

.file-906 input {
	width: 260px;
}


/* Blog RSS Feed
------------------------------------------------------------ */

.mtphr-dnt-rss-title {
	margin-bottom: 0;
}

.mtphr-dnt-tick {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px !important;
}

.mtphr-dnt-tick:last-child {
	border-bottom: none;
}

.mtphr-dnt-rss-title a {
	color: #222;
	font-size: 15.25px;
	font-size: 1.525rem;
	font-weight: 700;
	line-height: 1.25;
}

.mtphr-dnt-rss-title a:hover {
	color: #c1312b;
	text-decoration: none;
}

.mtphr-dnt-rss-author {
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}


/* Columnists Navigation
------------------------------------------------------------ */

.nav-cachanosky a,
.nav-dubove a,
.nav-fischer a,
.nav-garay a,
.nav-lange a,
.nav-ossowski a,
.nav-raisbeck a,
.nav-romero a,
.nav-sabino a,
.nav-salles a,
.nav-toscano a,
.nav-zaiac a {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 18px !important;
}

.nav-cachanosky {
	background: url(images/nav-cachanosky.png) no-repeat center left !important;
	border-bottom: 1px solid #ddd !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-dubove {
	background: url(images/nav-dubove.png) no-repeat center left !important;
	border-bottom: 1px solid #ddd !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-fischer {
	background: url(images/nav-fischer.png) no-repeat center left !important;
	border-bottom: 1px solid #ddd !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-garay {
	background: url(images/nav-garay.png) no-repeat center left !important;
	border-bottom: 1px solid #ddd !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-lange {
	background: url(images/nav-lange.png) no-repeat center left !important;
	border-bottom: 1px solid #ddd !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-ossowski {
	background: url(images/nav-marty.png) no-repeat center left !important;
	border-bottom: 1px solid #ddd !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-raisbeck {
	background: url(images/nav-raisbeck.png) no-repeat center left !important;
	border-bottom: 1px solid #ddd !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-romero {
	background: url(images/nav-romero.png) no-repeat center left !important;
	border-bottom: 1px solid #ddd !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-sabino {
	background: url(images/nav-sabino.png) no-repeat center left !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-salles {
	background: url(images/nav-rondon.png) no-repeat center left !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-toscano {
	background: url(images/nav-toscano.jpg) no-repeat center left !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

.nav-zaiac {
	background: url(images/nav-zaiac.png) no-repeat center left !important;
	margin: 0px 0px 0 22px !important;
	width: 180px;
}

/* Custom Widget Titles
------------------------------------------------------------ */

#featured-post-31 .widget-title,
#featured-post-35 .widget-title,
#featured-post-38 .widget-title,
#text-57 .widget-title,
#text-52 .widget-title,
#featured-post-39 .widget-title,
#featured-post-40 .widget-title,
#featured-post-41 .widget-title,
#featured-post-42 .widget-title,
#featured-post-43 .widget-title {
	font-size: 21px;
	font-size: 2.1rem;
	padding: 7px;
	padding: 0.7rem;
}

#featured-post-31 .widget-title {
	background: url(images/opinion.png) no-repeat center left;
	padding-left: 30px;
	padding-left: 3rem;
	margin-left: 25px;
	margin-left: 2.5rem;
	width: 96.6%;
}

#featured-post-35 .widget-title {
	background: url(images/news.png) no-repeat center left;
	padding-left: 33px;
	padding-left: 3.3rem;
	margin-left: 25px;
	margin-left: 2.5rem;
	width: 96.6%;
}

#featured-post-38 .widget-title {
	background: url(images/briefs.png) no-repeat center left;
	padding-left: 35px;
	padding-left: 3.5rem;
}

#text-57 .widget-title {
	background: url(images/featured.png) no-repeat center left;
	padding-left: 28px;
	padding-left: 2.8rem;
}

#text-57 .mtphr-dnt-rss-title a {
	font-size: 17px;
}

#text-57 .mtphr-dnt-rss-author {
	font-size: 14px;
}

#text-52 .widget-title {
	background: url(images/blog.png) no-repeat center left;
	padding-left: 35px;
	padding-left: 3.5rem;
}

#featured-post-39 .widget-title {
	background: url(images/columnists.png) no-repeat center left;
	padding-left: 32px;
	padding-left: 3.2rem;
}

#featured-post-40 .widget-title {
	background: url(images/politics.png) no-repeat center left;
	padding-left: 35px;
	padding-left: 3.5rem;
	margin-left: 25px;
	margin-left: 2.5rem;
	width: 97.9%;
}

#featured-post-41 .widget-title {
	background: url(images/economics.png) no-repeat center left;
	padding-left: 35px;
	padding-left: 3.5rem;
	margin-left: 25px;
	margin-left: 2.5rem;
	margin-top: 0;
	width: 97.9%;
}

#featured-post-42 .widget-title {
	background: url(images/society.png) no-repeat center left;
	padding-left: 35px;
	padding-left: 3.5rem;
	margin-left: 25px;
	margin-left: 2.5rem;
	width: 97.9%;
}

#featured-post-43 .widget-title {
	background: url(images/technology.png) no-repeat center left;
	padding-left: 35px;
	padding-left: 3.5rem;
	margin-left: 25px;
	margin-left: 2.5rem;
	width: 97.9%;
}

/* Popular Posts
------------------------------------------------------------ */

#wpp-2 .widget-title {
	margin-left: 25px;
	width: 97%;
}

#wpp-2 .wpp-list li {
	display:inline;
	float:left;
	clear: none;
	margin-left: 25px;
	width: 235px;
}

#wpp-2 .wpp-post-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 17px !important;
	line-height: 1 !important;
}

#wpp-2 .wpp-thumbnail {
	display:inline;
	float:left;
	margin-bottom: 6px;
	border:none;
}


/* 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-gallery .gallery-item:first-child {
	padding-left: 0;
}

.related-gallery .gallery-item {
	margin-top: 0 !important;
	padding-right: 10px;
}

.related_posts_by_taxonomy #gallery-1 img {
	border: none;
}

.related_posts_by_taxonomy .gallery-caption {
	padding: 0;
}


/* Livefyre
------------------------------------------------------------ */

#comments { overflow: visible !important; }

.fyre .fyre-moderator {
	display: none !important;
}

.fyre a {
	color: #5999de !important;
}

.fyre a:hover {
	color: #5999de !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-widget {
	margin-bottom: 50px !important;
}

.fyre {
	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: #5999DE !important;
	filter: none;
	border: none !important;
	height: 33px !important;
	margin-top: 3px;
}

.goog-toolbar-separator.goog-inline-block {
	background: #5999DE !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 #4b86c5;
}

.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 #4b86c5;
}

.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 #4b86c5;
}

.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 #4b86c5;
}

/* 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;
}

/* Print Friendly Button
------------------------------------------------------------ */

.printfriendly img {
	border-radius: 3px;
	float: right;
	margin-top:21px;
}

/* Labeling System
------------------------------------------------------------ */

.home .news,
.home .news-brief,
.home .opinion,
.home .interview,
.home .editorial,
.home .debate,
.home .report,
.home .review {
	background: none;
	padding-top: 0 !important;
}

.sidebar .news,
.sidebar .news-brief,
.sidebar .opinion,
.sidebar .interview,
.sidebar .editorial,
.sidebar .debate,
.sidebar .report,
.sidebar .review {
	background: none;
	padding-top: 0 !important;
}

.news-brief {
	background: url(images/labeling-news-brief-1.png) top left no-repeat;
	padding-top: 30px !important;
}

.news-brief .entry-author-name {
	display: none;
}

.home .news-brief .entry-author-name {
	display: inline-block;
}

.news-brief .entry-footer .entry-meta {
	margin: 0;
}

.news {
	background: url(images/labeling-news-1.png) top left no-repeat;
	padding-top: 30px !important;
}

.opinion {
	background: url(images/labeling-opinion-1.png) top left no-repeat;
	padding-top: 30px !important;
}

.interview {
	background: url(images/labeling-interview.png) top left no-repeat;
	padding-top: 30px !important;
}

.editorial {
	background: url(images/labeling-editorial.png) top left no-repeat;
	padding-top: 30px !important;
}

.debate {
	background: url(images/labeling-debate.png) top left no-repeat;
	padding-top: 30px !important;
}

.report {
	background: url(images/labeling-report.png) top left no-repeat;
	padding-top: 30px !important;
}

.review {
	background: url(images/labeling-review.png) top left no-repeat;
	padding-top: 30px !important;
}

.letter {
	background: url(images/labeling-letter.png) top left no-repeat;
	padding-top: 30px !important;
}

.letter .entry-author-name {
	display: none;
}

.letter .entry-footer .entry-meta {
	margin: 0;
}

.single .debate .entry-content {
	margin-bottom: 10px;
}

.single .debate .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.23;
}

.single .debate .subtitle_head {
	font-size: 20px;
	margin-top: -5px;
}

.single .debate .at-below-post .at4-show {
	margin-bottom: 5px;
}

/* Subtitles
------------------------------------------------------------ */

.subtitle_head {
	color: #999;
	font-size: 17px;
	line-height: 26px;
	font-weight: 600 !important;
	margin-top: -10px;
	margin-top: -1rem;
}

/* Tabbed Widgets
------------------------------------------------------------ */

#tabbed-sidebar-widgets .widgettitle {
	border: none;
	font-family: 'Open Sans', sans-serif;
	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: #5999DE;
	border: none;
	color: #fff;
	opacity: 1.0;
}

/* TablePress CSS Changes
------------------------------------------------------------ */

.tablepress thead th, .tablepress tfoot th {
	background-color: #4f7eb0 !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:#4f7eb0 !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;
}

/* Audio Player
------------------------------------------------------------ */

.wp-audio-shortcode {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}


/* North American Flags
------------------------------------------------------------ */

.usa {
	background: url(images/usa.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.mexico {
	background: url(images/mexico.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.canada {
	background: url(images/canada.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.greenland {
	background: url(images/greenland.png) no-repeat left center !important;
	padding-left: 22px !important;
}


/* Caribbean Flags
------------------------------------------------------------ */

.cuba {
	background: url(images/cuba.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.haiti {
	background: url(images/haiti.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.dominican-republic {
	background: url(images/dominican-republic.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.puerto-rico {
	background: url(images/puerto-rico.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.jamaica {
	background: url(images/jamaica.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.trinidad-and-tobago {
	background: url(images/trinidad-and-tobago.png) no-repeat left center !important;
	padding-left: 22px !important;
}


/* Central American Flags
------------------------------------------------------------ */

.guatemala {
	background: url(images/guatemala.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.honduras {
	background: url(images/honduras.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.el-salvador {
	background: url(images/el-salvador.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.nicaragua {
	background: url(images/nicaragua.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.costa-rica {
	background: url(images/costa-rica.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.panama {
	background: url(images/panama.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.belize {
	background: url(images/belize.png) no-repeat left center !important;
	padding-left: 22px !important;
}


/* South American Flags
------------------------------------------------------------ */

.brazil {
	background: url(images/brazil.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.colombia {
	background: url(images/colombia.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.argentina {
	background: url(images/argentina.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.peru {
	background: url(images/peru.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.venezuela {
	background: url(images/venezuela.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.chile {
	background: url(images/Chile.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.ecuador {
	background: url(images/ecuador.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.bolivia {
	background: url(images/bolivia.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.paraguay {
	background: url(images/paraguay.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.uruguay {
	background: url(images/uruguay.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.guyana {
	background: url(images/guyana.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.suriname {
	background: url(images/suriname.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.french-guiana {
	background: url(images/french-guiana.png) no-repeat left center !important;
	padding-left: 22px !important;
}

.falkland-islands {
	background: url(images/falkland-islands.png) no-repeat left center !important;
	padding-left: 22px !important;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1188px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}
    
	.site-container {
		margin: 0 auto;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		padding: 3rem 0;
		width: 550px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 480px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		width: auto;
	}
    
	.nav-columnists .menu-item {
		padding: 10px 39px;
		width: 238px;
	}
    
	#megaMenu > ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 input[type="text"] {
		display: none;
	}
	
	#featured-post-29 .entry {
		height: 295px;
	}
    
	#featured-post-30 .entry {
		height: 141px;
        	margin-bottom: 13px !important;
        	margin-bottom: 1.3rem !important;
	}

	#featured-post-30 h2 a {
		padding-top: 25px;
	}
    
    	.home-middle-left .featured-content .entry {
	   	width: 303px;
    	}
    
    	.home-middle-left .featured-content .entry-title {
       		font-size: 20px;
       		font-size: 2rem;
        	margin-bottom: 5px;
        	margin-bottom: 0.5rem;
    	}
    
    	#featured-post-33 .entry,
    	#featured-post-34 .entry,
    	#featured-post-36 .entry,
    	#featured-post-37 .entry {
	   	width: 194px;
    	}
    
    	#featured-post-33 .entry-title,
    	#featured-post-34 .entry-title,
    	#featured-post-36 .entry-title,
    	#featured-post-37 .entry-title {
	   	font-size: 21px;
	   	font-size: 1.7rem;
        	margin-bottom: 5px;
        	margin-bottom: 0.5rem;
    	}

	.enews-widget input#subbox {
		width: 145px;
	}

	.home-bottom .featured-content .entry {
		width: 220px;
	}

	.home-bottom .featured-content .entry-title {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
	}
	
	.site-title {
		margin-top: 0;
	}

	#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega-floatRight {
		display: none;
	}

	.addthis_button_facebook_like {
		width: 140px !important;
		overflow: visible !important;
		margin-top: -2px !important;
	}

	.addthis_button_tweet {
		width: 100px !important;
	}

	.addthis_button_google_plusone {
		width: 80px;
	}

	.addthis_button_linkedin_counter {
		margin-top: 0;
		width: 120px !important;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 780px;
	}
    
	.site-inner {
		margin: 0 auto;
		width: 92%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		margin: 0;
		width: 33.3333%;
	}
	
	.footer-widgets-4 {
		clear: both;
	}
	
	.site-header .title-area,
	.site-header .widget-area {
		padding: 0 !important;
	}
	
	.site-header .title-area {
		padding-bottom: 16px;
		padding-bottom: 1.6rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.home-top .widget.ui-tabs .entry h2,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .header-widget-area {
		margin-bottom: 15px;
		text-align: center !important;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		border: none;
		padding: 12px;
		padding: 1.2rem;
	}
	
	.site-container,
	.site-header .search-form {
		margin: 0 auto ;
		margin: 0 auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.content {
		border: none;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}

	.home-above img {
		height: 100%;
	}
	
	#featured-post-29 .entry {
		height: 239px;
	}
    
	#featured-post-29 .entry-title a {
		font-size: 25px;
        	font-size: 2.5rem;
	}
    
	#featured-post-30 .entry {
		height: 115px;
        	margin-bottom: 9px;
        	margin-bottom: 0.9rem !important;
	}
    
	#featured-post-30 .entry-title a {
		font-size: 15px;
        	font-size: 1.5rem;
	}

    	.home-middle-left .featured-content .entry {
	   	width: 95% !important;
    	}
    
    	.home-middle-left .featured-content .entry-title {
       		font-size: 20px;
       		font-size: 1.8rem !important;
        	margin-bottom: 5px;
        	margin-bottom: 0.5rem;
    	}
    
    	#featured-post-33 .entry,
    	#featured-post-34 .entry,
    	#featured-post-36 .entry,
    	#featured-post-37 .entry {
	   	width: 100%;
    	}
    
    	.home-middle-left img {
        	margin-right: 10px;
        	margin-right: 1rem !important;
        	width: 150px;
    	}

	.home-middle-second-left,
	.home-middle-second-center,
	.home-middle-second-right {
		height: 400px;
	}
    
	.enews-widget input[type="submit"] {
		display: block;
	}
    
	.enews-widget input#subbox {
		width: 100%;
	}

	.home-bottom .featured-content .entry {
		width: 175px;
	}
	
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .sidebar-primary {
		border: none;
	}

}

@media only screen and (max-width: 800px) {
    
	.home-bottom .featured-content .entry {
		width: 167px;
	}
    
}

@media only screen and (max-width: 768px) {
    
	.home-bottom .featured-content .entry {
		width: 160px;
	}

    	.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;
    	}

	.nr_panel {
		width: 100% !important;
	}

	.after-follow {
		background: #f8f8f8 !important;
	}
    
}

@media only screen and (max-width: 600px) {

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.four-sixths,
	.home-top,
	.home-top-1,
	.home-middle-left,
	.home-middle-center,
	.home-middle-right,
	.home-middle-second-left,
	.home-middle-second-center,
	.home-middle-second-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-middle-left {
		border: none;
        	padding-right: 0;
	}
    
	.home-middle-center {
		border: none;
        	padding-left: 0;
	}
	
	.header-image .site-header .site-title a {
		background-size: contain !important;
	}
	
	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
    
	#featured-post-29 .entry {
		height: 282px;
	}
    
    	#featured-post-29 img {
        	height: 100%;
		width: 100%;
    	}
    
	#featured-post-29 .entry-title a {
		font-size: 25px;
        	font-size: 2.5rem;
	}
    
    
	#featured-post-30 .entry {
		height: 237px;
	}
    
    	#featured-post-30 img {
        	width: 100%;
        	height: 100%;
    	}
    
	#featured-post-30 .entry-title a {
		font-size: 20px;
        	font-size: 2rem;
	}

	.home-middle-left {
		margin-left: -25px !important;
	}
    
	.home-middle-left .featured-content .entry {
		width: 100% !important;
	}

	.home-middle-second-left,
	.home-middle-second-center,
	.home-middle-second-right  {
		height: auto;
		padding-right: 20px;
		padding-right: 2rem;
		padding-left: 20px;
		padding-left: 2rem;
	}

	.home-bottom .featured-content .entry {
		width: 90%;
	}
    
	.home-bottom img {
		width: 150px;
		margin-right: 10px !important;
		margin-top: 0 !important;
	}

}

@media only screen and (max-width: 480px) {
    
	#featured-post-29 .entry {
		height: 230px;
	}
    
	#featured-post-29 .entry-title a {
		padding-top: 20px;
	}
    
	#featured-post-30 .entry {
		height: 185px;
	}

	.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;
	}

	.home .entry-author-name {
		display: inline;
	}

	.sidebar .entry-author-name {
		display: inline;
	}

	.printfriendly img {
		border-radius: 3px;
		float: right;
		margin-bottom: 10px !important;
	}

	.addthis_top {
		float: left;
		margin-top: -15px !important;
		margin-bottom: 20px !important;
		width: 100%;
	}

	.addthis_button_google_plusone,
	.addthis_button_linkedin_counter,
	.addthis_counter {
		display: none !important;
	}

	.nrelate_flyout {
		display: none !important;
	}

	.featured-quote {
		width: 100%;
	}
    
}

@media only screen and (max-width: 320px) {
    
	#featured-post-29 .entry {
		height: 165px;
	}
    
	#featured-post-29 .entry-title a {
		font-size: 20px;
        	font-size: 2rem;
		padding-top: 20px;
	}
    
	#featured-post-30 .entry {
		height: 125px;
	}
    
	#featured-post-30 .entry-title a {
		font-size: 15px;
        	font-size: 1.5rem;
	}
    	.home-middle-left img {
	   	width: 100%;
    	}

	.home-bottom .featured-content .entry {
		width: auto;
	}
    
	.home-bottom img {
		width: 100%;
	}

	.sidebar #simple_ads_manager_widget-9,
	.sidebar #simple_ads_manager_widget-11 {
		border: none !important;
		padding: 0 !important;
		text-align: center;
	}
    
}

.textwidget {
	overflow:hidden;
}