/*
	Theme Name: Londres Genesis v2
	Description: Revised theme for Londres para principiantes
	Author: Steve Latham
	Author URI: http://www.studiopress.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

*/


/*Import Fonts
---------------------------------------------------------------------------------------------------- */

@font-face{
	font-family: swiss;
	font-display: fallback;
	src: url('//www.londresparaprincipiantes.com/wp-content/themes/Londres_genesis/fonts/SWZ721C.TTF') format('truetype'),
		url('//www.londresparaprincipiantes.com/wp-content/themes/Londres_genesis/fonts/swz721c-webfont.woff') format('woff'),
		url('//www.londresparaprincipiantes.com/wp-content/themes/Londres_genesis/fonts/swz721c-webfont.eot?#iefix') format('embedded-opentype')
		;
}

@font-face{
	font-family: swiss;
	font-display: fallback;
	src: url('//www.londresparaprincipiantes.com/wp-content/themes/Londres_genesis/fonts/SWZ721BC.TTF') format('truetype'),
		url('//www.londresparaprincipiantes.com/wp-content/themes/Londres_genesis/fonts/swz721bc-webfont.woff') format('woff'),
		url('//www.londresparaprincipiantes.com/wp-content/themes/Londres_genesis/fonts/swz721bc-webfont.eot?#iefix') format('embedded-opentype');
	font-weight:bold;
}

/*
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 {
	background-color: #fafcfc;
	color: #1e1e1e;
	font-family: 'swiss', Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.3;
}

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;
	
	-ms-word-break: break-all; /* force breaking of links */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; /* end force breaking of links */
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:link {
	color: #004499;
	text-decoration: none;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #880000;
}

p {
	margin: 0 0 18px;
	margin: 0 0 1.8rem;
	padding: 0;
	
}

strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 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: 'swiss', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

h2 {
	font-size: 20px;
	font-size: 2.0rem;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
	/*width: auto;  IE8 */
	max-width:100%;
}



/* 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: 5px 10px;
	padding: 0.5rem 1.0rem;
	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: #222a60;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	padding: 0.75rem 1.0rem;
	text-transform: uppercase;
	width: auto;
	border-radius: 12px;
	-moz-box-shadow: 2px 2px 5px #222a60;
	-webkit-box-shadow: 2px 2px 5px #222a60;
	box-shadow: 2px 2px 5px #222a60
}

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

.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;
}

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

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

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

th,
td {
	text-align: left;
}

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

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


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

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

.site-container {
	margin: 0 10px 10px 10px;
	/*min-width:730px;*/
	
}

.site-header .wrap,
#partners,
.site-inner,
.footer-widgets,
.site-footer {
	margin: 0px auto;
}

.site-inner,
.wrap {
	/*margin: 0 auto;
	max-width: 1140px;*/
	margin-top: 10px;
	max-width: 1220px;
}

.site-inner {
	clear: both;
	overflow: hidden;
	/*padding-top: 40px;
	padding-top: 4rem;*/
	padding-top: 0px;
	padding-top: 0rem;
	position:relative;
	top:0px;
}

/* 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 {
	max-width: 1200px;
	width:auto;
}

.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: left;
	padding-right:330px; 
}

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 320px;
	/*top:200px; /*was 0px moved to get out of way while looking at partner widgets*/
	right:0px;
	position:absolute;
	margin-left:10px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	position:absolute;
	top:0px;
	right:0px;
	float: left;
	/*width: 180px;*/
	width: 320px;
	display:none;
}

.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-third {
	float: left;
	margin-left: 1.564102564102564%;
}

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

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

.one-third {
	width: 32.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 {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.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.alignnone {
	max-width:100%;
}


.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	max-width:95%;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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


.breadcrumb {
	background-color: #fff;
	margin-bottom: 15px;
	margin-bottom: 0.8rem;
	margin-left: 0px;
	overflow: hidden;
	padding: 5px 10px;
	padding: 0.3rem 0.75rem;
	color: #222a60;
	font-size: 12pt;
	font-weight: bold;
	border-radius: 5px;
	width:auto;
	z-index:0;
	box-shadow: 5px 5px 10px #888;
}

.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: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

.author-box p {
	margin-bottom: 0;
}

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

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

.entry-title {
	font-size: 24px;
	line-height: 1;
	overflow: hidden;
	text-transform:uppercase;
	min-height: 30px;
	height: auto;
	padding-left: 3px;
	margin: 0 0 0 0;
	color: #fff;
	background-color: #222a60;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #222a60;
}

h1.entry-title, h2.entry-title {
	padding: 2px 0 0 5px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #fff;
}

.entry-title a:hover {
	color: #fff;
	text-decoration:underline;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	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
--------------------------------------------- */
/* immediately below JUST for temporary height sizing -------------*/
.slidertopleft, .partnerstopright{
	max-height:420px;
	overflow:hidden;
}

.slidertopleft .metaslider .slider-wrapper {
	width:100%;
	height:100%;
}

.slidertopleft .widget_metaslider_widget {
	height:100%;
}


.partnerstopright .widget {
	margin-bottom: 3px;
}

.partnerstopright .widget img {
	width: 100%;
}

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-right:5px;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content .post {
	float:left;
	width: 24%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

#featuredposts2 {
	margin-top:12px;
}

.featured-content .post img {
	display:block;
	margin: 2%;
}

#featuredposts2 img, #featuredposts4 img, #vertical-featured-posts1 img {
	float:left;
	height:auto;
	display:inline;
	}
	
#vertical-featured-posts1 .entry-image {
	margin:5px;
	float:left;
	}

#vertical-featured-posts1 .entry-content {
	display:inline;
	}

#featuredposts2 h4.widget-title, #featuredposts4 h4.widget-title, #guidebook1 h4.widget-title {
	/*height: 26px;
	font-size:18px;*/
	height: 30px;
	font-size:22px;
}

#featuredposts2 .post{
	height: 250px;
	overflow:hidden;
}
#featuredposts2 .featured-content .post, #vertical-featured-posts1 .featured-content .post, #vertical-featured-posts1 .featured-content .page {
	float:left;
	width: 49%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

#featuredposts2 .entry-content  p, #vertical-featured-posts1 .entry-content  p{
	padding:0 5px 10px 10px;
	text-overflow: ellipsis;
	max-height:220px;
}

#vertical-featured-posts1 .featuredpage, .entry-content  p{
	padding:0;
}

/*
#featuredposts2 .entry-content  h6{
	padding:0 5px 10px 10px;
}*/

#vertical-featured-posts1 img.entry-image.attachment-post, #vertical-featured-posts1 img.entry-image.attachment-page {
	width:100%;
	max-width:180px;
	padding-right:5px;
}

#featuredposts2 .entry-content, #vertical-featured-posts1 .entry-content{
	clear:none;
	padding:5px 5px 10px 10px;
}

#featuredposts2 img, {
	display:block;
}

#featuredposts4 .post{
	height: 350px;
	overflow:hidden;
}
#featuredposts4 h2, #vertical-featured-posts1 h2{
	height: 18px;
	overflow:hidden;
}

#featuredposts4 img{
	background-color: #000;
	width:95%;
	height:200px;
}

#featuredposts4 .entry-content{
	max-height: 110px;
	padding: 0 0 10px 0;
	margin: 0 5px;
	margin: 0 0 0 5px;
	overflow: hidden;
}

#vertical-featured-posts1 .featuredpage .entry-content h6 {
	margin-top: -18px;
}

#vertical-featured-posts1 .entry-content h6 {
	font-weight:600;
	line-height:1.0;
	margin-top: -10px;
}

#vertical-featured-posts1 .widget-title{
	width:100%;
}

#vertical-featured-posts1 .featured-content .post, #vertical-featured-posts1 .featured-content .page {
	float:left;
	margin-right: 0.5%;
	margin-left: 0.5%;
	padding: 0 0px 5px 0px;
	height:150px;
}

#vertical-featured-posts1 .featured-content .page {
	width: 99%;
}

#vertical-featured-posts1 .featured-content .post {
	width: 49%;
}



#vertical-featured-posts1 .alignleft{
	display:block;
	/*width:150px;*/
	padding-right:5px;
}

#affiliate-sidebar .widget{
	background-color:#fff;
	margin: 0 5px 20px 0;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #ddd;
}

#guidebook1 {
	max-width:1000px;
	margin-top: 10px;
}

#guidebook1 h4.widget-title {
	text-align: center;
}

#guidebook1 .widget_sp_image {
	float:left;
	max-width: 49%;
	margin: 0 0.5% 0 0.5%;
}

#guidebook1 .widget_sp_image-image-link img.attachment-full{
	float:left;
	max-width: 100% !important;
}

.widget_recent_entries ul li {
	display:block; /* fix to stop bullet points appearing somehow to left out of widget */
}

#partnerswrap {
	max-width:100%;
	margin-top: 0px;
	margin-bottom: 20px;
	height:auto;
}

#partnerswrap .widget_text {
	max-width: 100%;
	padding:0;
	margin: 0 0% 2px 0%;
	border-radius: 0px;
	line-height:0;
	box-shadow: 2px 5px 10px #aaa;
}

#partnerswrap .widget_sp_image {
	float:left;
	width: 32.8333%;
	padding:0;
	margin: 0 0.5% 5px 0%;
	border-radius: 0px;
	overflow:hidden;
	line-height:0;
	box-shadow: 2px 5px 10px #aaa;
}

#partnerswrap .widget_sp_image img{
	width: 100%;
	height:auto;
}

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

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

.enews-widget {
	color: #999;
}

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

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

.enews-widget input:focus {
	border: 1px solid #ddd;
}

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

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

/* 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;
}

/* sharedaddy box styling */

.sharedaddy-box{
    background: #fff;
    position:relative;
    top:10px;
    margin: 5px 0 0px 0;
    margin: 0.5rem 0 0 0;
    clear:both;
}

h3.sharedaddy-box-title{
	background: #ddd;
	font-size: 14px;
    font-size: 1.4rem;
	color:#222a60;
	margin:0;
    text-align: center;
    padding: 3px 0px;
    padding: 0.3rem 0rem;
}

.sharedaddy {
    padding: 10px 30px 0 30px;
    padding: 1rem 3rem 0 3rem;
}

/* Jetpack sharedaddy overrides */

.sharedaddy-box div.sharedaddy div.sd-block{
    border: none;
    padding: 0;
}

.sharedaddy-box div.sharedaddy .sd-content {
    width: 100%;
    float: none;
    margin: 0;
}

.sharedaddy-box div.sharedaddy .sd-content ul{
    text-align: center;
}

.sharedaddy-box div.sharedaddy .sd-content .sharing-hidden ul{
    text-align: left;
}

.sharedaddy-box div.sharedaddy .sd-content li{
    float: none;
    display: inline-block;
}

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

.site-header {
	background-color: #222a60;
	max-width:1220px;
	margin: 0px auto;
	height:150px;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #ddd;
}	

#headerstuff{
	height:140px;
}

#partners{
	max-width:1220px;
	display: block;
	background-color: #ffffff;
	margin-top: 10px;
	/*margin-bottom: 10px;
	margin:0px 10px;*/
	padding: 10px;
	border-radius: 6px;
	box-shadow: 5px 5px 10px #888;
}

.container-fix{
	height:0px;
	display:block;
	clear:both;
}

#logo {
	max-width:50%;
	float:left;
}

#logo img{
	display: inline;
	/*float: left;*/
	height:120px;
	z-index: 11;
	position: relative;
	top: 15px;
	left: 50px;
	border:none;
	/*border:solid;
	border-width:5px;*/
	border-color:#880000;
}
	
#social{
	float:right;
	min-height: 60px;
	display:inline;
	max-width:50%;
	width:300px;
	height:auto;
	background-color: #fff/*#ccc before with opacity .8*/;
	border: solid 1px #800;
	padding: 2px 2px;
	z-index: 8;
	position: relative;
	top: 10px; /*was -73px*/
	right: 15px;
	/*opacity: 0.70;*/
	overflow: hidden;
	border-radius:10px;
}
#social:hover{
	opacity: 1.0;
}

#social-icons a:visited{
	color:#222a60;
}

#social-icons a:hover{
	color:#880000;
}

i.fa{
	font-size:200%;
	margin: 0px 1px;
}

#social a, #social #searchform, #social-icons{
	float:right;
	display:block;
	position: relative;
	opacity: 1;
	font-size:20pt;
	padding:0px;
	margin:0px;
	/*overflow: hidden;*/
}

#social-icons{
	width:290px;
	margin:0 4px 0 0;
}

#social input[type="submit"]{
	float:right;
	background-color: #222a60;
	color:#fff;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 3px 4px;
	/*padding: 1rem 1.5rem;*/
	width: 95px;
	font-size:10px;
	display:inline;
	margin: 5px 5px 0px 0px;
}

#searchform #s{
	width:180px;
	/*max-width:65%;*/
	height:22px;
	padding:3px;
	position:relative;
	top:-10px;
	margin: 0px 0px 5px 0px;
	display:inline;
	font-size:12px;
}

form#searchform{
	margin-top:2px;
	width:290px;
	height:30px;
	display:block;
	overflow: hidden;
}

#social img, #social a img{
	
	height: 30px;
	display:inline;
	padding-left: 5px;
	padding-right: 5px;
	/*width: auto;*/
	z-index: 9;
}

#social img:hover{
	background-color: #55b;
	opacity: 1;
}

#partners{
	position:relative;
	top:0px;
}

#partner-title h3{
	margin-top: 0px;
	margin-bottom:5px;
	margin-right:2px;
	font-size:18pt;
	font-weight: bold;
	height:26px;
	padding-top:0px;
	padding-left: 5px;
	color:#ffffff;
	background-color: #880000;
	text-align: left;
	text-transform:uppercase;
	z-index: 1;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #880000;
}

	.partner1, .partner2, .partner3, .partner4, .partner5 {
	width:16.15%;
	opacity:0.8;
	float: left;
	display:block;
	margin-right: 0.6%;
	margin-top:2px;
	}

	.partner6 {
	width:16.15%;
	opacity:0.8;
	float: left;
	display:block;
	padding-right: 0%;
	margin-top:2px;
	overflow:hidden;
	}
	
	.partner1:hover, .partner2:hover, .partner3:hover, .partner4:hover, .partner5:hover, .partner6:hover {
	opacity:1.0;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #009;
	background-color: #880000;
	z-index: 3;
}

	
	sprite css ends here */



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

.title-area {
	display:none;
}

/* 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: 164px;
	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: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


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

.genesis-nav-menu {
	/*clear: both;*/
	color: #777;
	font-family: 'swiss', Arial, sans-serif;
	line-height: 1.3;
	width: 100%;
	font-size:16px;
	font-size:1.4rem;
	font-weight:300;
}

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

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding:  12px 14px 6px 14px;
	padding: 0.75rem .75rem 0.4rem .75rem;
	position: relative;
	text-transform:uppercase;
	font-weight: 200; /* was 200% */
}

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

.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: #999;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 14px;
	padding: 0.6rem 0.75rem;
	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: 28px 0;
	padding: 2.8rem 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: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* 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: #999;
	bottom:0px;
	max-width: 1220px;
	margin: 0px auto;
	height:auto; 
	top:-100px;
	border-radius:5px;
}

.nav-primary .wrap{
	padding:0;
	margin:0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.nav-primary .sub-menu a:hover {
	color: #444;
}

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

.nav-secondary {
	background-color: #e5e5e5;
}


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

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

.entry {
	background-color: #fff;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 5px 5px 10px #ddd;
	overflow:hidden;
}

.entry-content, .entry-header {
	clear:both;
	/*display:block;
	max-width:700px;*/
	overflow:hidden;
}

.aligncenter, alignnone, img .aligncenter, p img .aligncenter, .content .entry-content img,
.entry-content p img .aligncenter, .content .entry-content p img .aligncenter, #main .googlead.content .entry-content img{
	clear:both;
	display:block;
	/*margin:0 0;*/
	max-width:100%;
	width:auto;
	height:auto;
}

.content-sidebar-wrap {
	width:100%;
}

.content-sidebar-wrap .content{
	/* this bugger took a long time to find*/
	width:100%;
	margin-right:350px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
	word-break: break-word;
}

.entry-content h2, .entry-content h3 {
	/*text-transform: uppercase;*/
	color:#222a60;
	/*background-color: #ddd;*/
}

.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: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 18px;
	margin-bottom: 1rem;
	margin-top: 2px;
	background-color: #ddd;
}

.entry-footer .entry-meta {
	/*margin: 0 -40px;
	margin: 0 -4rem;*/
	margin:0;
	padding: 16px 5px 8px;
	padding: 1.6rem 0.5rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

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

#post-teasers img,
img.alignleft.post-image.entry-image {
	width:220px;
	height:auto;
	margin:0 10px 15px 0;
}

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

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

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.pagination{
	background-color: #fff;
	margin: 10px 0px;
	overflow: hidden;
	padding: 10px 10px;
	padding: 0.5rem 0.75rem;
	color: #222a60;
	font-size: 12pt;
	font-weight: bold;
	border-radius: 5px;
	width:auto;
	z-index:0;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 5px 5px 10px #888;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	/*background-color: #fff;*/
	margin: 15px 10px 6px 10px;
	margin: 1rem .25rem 0.25rem .25rem;
}

.entry-comments h3 {
	color: #fff;
	overflow: hidden;
	text-transform:uppercase;
	font-size:2rem;
	font-size:20px;
	height: 30px;
	padding: 2px 10px 0px 5px;
	margin: 4px 0px 2px 0px;
	background-color: #222a60;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #222a60;
	-webkit-box-shadow: 2px 2px 5px #222a60;
	box-shadow: 2px 2px 5px #222a60;
}

.entry-comments {
	padding:0px;
}

.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond {
	margin: 15px 0px 10px 0px;
	margin-top: 1.5rem;
	padding: 10px;
	padding: .75rem;
	background-color:#fff;
	border-radius: 5px;
	z-index:0;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 5px 5px 10px #888;
}

.comment-respond h3 {
	color: #fff;
	overflow: hidden;
	text-transform:uppercase;
	font-size:2rem;
	font-size:20px;
	height: 30px;
	padding: 2px 10px 0px 5px;
	margin: 4px 0px 16px 0px;
	background-color: #222a60;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #222a60;
	-webkit-box-shadow: 2px 2px 5px #222a60;
	box-shadow: 2px 2px 5px #222a60;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
	-ms-word-break: break-all; /* force breaking of links */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; /* end force breaking of links */
	overflow:scroll;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	font-size:1.3rem;
	line-height:1.3rem;
}

.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;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 16px;
	padding: 1rem;
	background-color:#fff;
	border-radius: 5px;
	z-index:0;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 5px 5px 10px #888;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 10px;
	padding: 1rem;
}

.comment-list li li { /* was .comment-list li ul li*/
	padding-left: 32px;
	padding-left: 2rem;
	background-color: #d7d7d7;
	border-radius: 5px;
	z-index:1;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 5px 5px 10px #888;
	}

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

.comment .avatar {
	margin: 0 0px 15px 15px;
	margin: 0 0rem 2.4rem 2.4rem;
	float:right;
	right: 0px;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

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

/* buttons
--------------------------------------------- */
/*
.more-link, .read-more, .read_more,
 a.more-link, a.read-more, a.read_more,
 .more-link a:link, .read-more a:link, .read_more a:link,
 .more-link a:visited, .read-more a:visited, .read_more a:visited {
	float:right;	
	font-weight:600;
	font-size:1.6rem;
	font-size:16px;
	text-transform:uppercase;
	background-color: #222a61;
	color: #c8c8c8;
	border: none;
	cursor: pointer;
	border-radius: 12px;
	-moz-box-shadow: 2px 2px 5px #222a60;
	-webkit-box-shadow: 2px 2px 5px #222a60;
	box-shadow: 2px 2px 5px #222a60;
	padding: 4px 10px 2px 10px;
	padding: 0.4rem 1.0rem 0.2rem 1.0rem;
	width: auto;
	margin: 5px;
	text-decoration: none;
}*/

a.comment_button, .comment_button, .comment_button a:link, .comment_button a:visited {	
	font-weight:600;
	font-size:1.6rem;
	font-size:16px;
	text-transform:uppercase;
	background-color: #222a61;
	color: #c8c8c8;
	border: none;
	cursor: pointer;
	border-radius: 12px;
	-moz-box-shadow: 2px 2px 5px #222a60;
	-webkit-box-shadow: 2px 2px 5px #222a60;
	box-shadow: 2px 2px 5px #222a60;
	padding: 4px 10px 2px 10px;
	padding: 0.4rem 1.0rem 0.2rem 1.0rem;
	width: auto;
	margin: 15px 0px;
	text-decoration: none;
	text-align:center;
	max-width:140px;
	margin-left:auto;
	margin-right:auto;
}

.more-link:hover, .read_more:hover, .more-link a:hover, .read_more a:hover, .comment_button a:hover {
	background-color: #111170;
	color: #fff;
}

.gototop a {
	background-color: #222a60;
	color: #ddd;
	border: none;
	cursor: pointer;
	word-wrap: break-word;
	border-radius: 12px;
	-moz-box-shadow: 2px 2px 5px #222a60;
	-webkit-box-shadow: 2px 2px 5px #222a60;
	box-shadow: 2px 2px 5px #222a60;
	padding: 2px 10px;
	padding: 0.25rem 0.75rem;
	width: auto;
	margin: 5px;
	text-decoration: none;
}

.anchor:before {
  content:"";
  display:block;
  height:2000px; /* fixed header height*/
  margin:-2000px 0 0; /* negative fixed header height */
}


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

.sidebar {
	color: #999;
}

.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;
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
	overflow: hidden;
	margin-right:0px;
	padding:5px 10px 10px 10px;
	background-color:#fff;
	border-radius: 6px;
	box-shadow: 5px 5px 10px #888;
}

.widget-title, h4.widget-title a {
	color: #ffffff;
	display: block;
	height: 30px;
	font-size: 22px;
	text-transform:uppercase;
	overflow: hidden;
	padding: 2px 0 3px 5px;
	margin: 0 0 3px 0;
	background-color: #880000;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #888;
}

.featured-content h2.entry-title, .featured-content .entry-title a, .featured-content h1.entry-title,{
	color: #222a60;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	overflow: hidden;
	height: auto;
	min-height:20px;
	padding: 2px 0 3px 3px;
	margin: 0;
	background-color: #fff;
	box-shadow: none;
}	

#affiliate-sidebar .widget img, #affiliate-sidebar .widget iframe{
	width:400px;
}	

#flexi_searchbox, .vb_link_image {
	max-width:100% !important; /*control size of Booking.com widget*/
	}

.sidebar .enews-widget {
	background-color: #333;
}


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

.footer-widgets {
	background-color: #222a60;
	color: #999;*/
	clear: both;
	position:relative;
	margin:0 auto;
	/*margin:0 0px;*/
	padding: 5px 0px;
	padding: 0.5rem 0rem;
	border-top: 2px solid #222a60;
	width:100%;
	max-width:1220px;
	/*margin:5px;*/
	border-radius: 5px;
	box-shadow: 5px 5px 10px #ddd;
}

.footer-widgets .widget {
	width:24%;
	float:left;
	position:initial;
	top:0px;
	background-color: #222a60;
	color: #fff;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 0.25rem;
	overflow: hidden;
	margin-right:1%;
	padding:5px 10px;
	/*border-radius: 6px;
	box-shadow: 5px 5px 10px #888;
	*/
}

.footer-widgets .widget ul li {
	list-style-type: square;
	list-style-position: outside;
	margin-left:10px;
}

.footer-widgets .widget_sp_image {
	display:inline;
}

.footer-widgets .widget img.attachment-full{
	width:70%;
	float:right;
}

.footer-widgets .widget_text {
	min-height:250px;
}

.footer-widgets .wrap {
	margin:0;
	padding:0;
}



.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #ddd;
}

.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets p, .footer-widgets h3{
	color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.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;
}


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

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 0;
	padding: 0.5rem 0;
	text-align: center;
	max-width:1220px;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin-bottom: 0;
}

a.top.go-to-top {
	background-color: #222a60;
	color: #ddd;
	border: none;
	cursor: pointer;
	word-wrap: break-word;
	border-radius: 12px;
	-moz-box-shadow: 2px 2px 5px #222a60;
	-webkit-box-shadow: 2px 2px 5px #222a60;
	box-shadow: 2px 2px 5px #222a60;
	padding: 6px 15px;
	padding: 0.5rem 1.5rem;
	width: auto;
	margin: 5px;
	text-decoration: none;
	float:left;
}

.adlocation {
	width:auto;
	overflow:hidden;
}

#top-home-banner-ad, #top-single-banner-ad, #top-archive-banner-ad {
	max-width: 728px;
	margin-left:auto;
	margin-right:auto;
}

#home-post-ad {
	max-width: 336px;
	margin-left:auto;
	margin-right:auto;
}

#archive-middle-ad, #archive-bottom-ad {
	max-width: 336px;
	margin-left:auto;
	margin-right:auto;
}

#single-bottom-ad {
	max-width: 336px;
	margin-left:auto;
	margin-right:auto;
}


/*
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@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

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

	
	/*  Remove at least for now

	.
	.wrap {
		max-width: 1220px;
	}
	
	*/

}

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


.aligncenter, alignnone, img .aligncenter, p img .aligncenter, .content .entry-content img,
.entry-content p img .aligncenter, .content .entry-content p img .aligncenter, #main .googlead.content .entry-content img{
	max-width:380px;
}

	.site-header {
	height:100px;
	}
	
	#logo img{
	height:80px;
	position: relative;
	top: 10px;
	left: 10px;
	}

	#social{
	width:230px;
	height:70px;
	top:10px;
	right:10px;
	}

	#social-icons{
	width:220px;
	margin:0 6px 0 0px;
	}

	#social-icons a{
	line-height:1.45;
	}

	i.fa {
	font-size:130%;
	line-height:0.5;
	letter-spacing:3px;
	}

	#social input[type="submit"]{
	width:60px;
	right:0px;
	font-size:10px;
	}
	
	#searchform #s{
	width:140px;
	}
	
	form#searchform{
	width:220px;
	}
	
	#featuredposts2 h4.widget-title, #featuredposts4 h4.widget-title, #guidebook1 h4.widget-title, .widget-title, h4.widget-title a {
	height: 20px;
	font-size:14px;
	}
 
	
	#featuredposts2 .entry-content,
	#featuredposts4 .entry-content,
	#vertical-featured-posts1 .entry-content {
	display:inline;
	}
	
		
	#featuredposts2 .alignleft{
	width:45%;
	margin-right:10px;
	}

	#featuredposts2 .entry-content  p, #vertical-featured-posts1 .entry-content  p {
	/*max-width:65%;*/
	max-height:220px;
	}
	
	#featuredposts4 .featured-content .post {
	width:49%;
	margin: 0 0.5% 5px 0.5%;
	padding: 0 0px 5px 0px;
	}
	
	#featuredposts2 img, #vertical-featured-posts1 img {
	/*width: 90%;*/
	height:auto;
	}
	
	#featuredposts2 img {
	width: 100%;
	}
	
	#vertical-featured-posts1 img {
	width: 94%;
	}
	
	#featuredposts4 img {
	width: 45%;
	height:auto;
	margin: 2px 5px 5px 2px;
	}
	
	#featuredposts4 .post {
	max-height:150px;
	width: 99%;
	margin: 5px 0.5% 5px 0.5%;
	padding: 0 5px 5px 5px;
	}
	
	#featuredposts4 p {
	width:50%;
	display:inline;
	}
	
	#vertical-featured-posts1 .featured-content .post {
	width: 99%;
	margin: 0 0.5% 5px 0.5%;
	padding: 0 0 5px 0;
	height:auto;
	}
	
	.featured-content .entry-title {
	font-size: 12px;
	line-height: 1.2;
	min-height:18px;
	}

	.content {
	margin-right:330px;
	}

}

@media only screen and (max-width: 630px) {
	
	/*  Perhaps adjust above value when have smaller sidebar woking
	
	Remove at least for now*/
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-third ,
	.one-sixth,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	} 
	
	.breadcrumb {
	margin-top:8px;
	}
	
	
	.partnerstopright .widget_sp_image  {
	float:left;
	display:inline;
	margin: 0;
	width: 49%;
	margin:2px 1% 0px 1%;
	}
	
	.partnerstopright .widget {
	margin: 3px 0.5% 0 0.5%;
}
	
	#partnerswrap .widget_sp_image {
	float:left;
	display:inline;
	margin: 0;
	width: 49%;
	margin:4px 0.5% 0px 0.5%;
	}
	
	.site-container {
	min-width:280px;
}
	
	.aligncenter, alignnone, img .aligncenter, p img .aligncenter, .content .entry-content img,
.entry-content p img .aligncenter, .content .entry-content p img .aligncenter, #main .googlead.content .entry-content img{
	max-width:280px;
	max-width:100%;
}

	.site-header {
	height:100px;
	}
	
	#logo img{
	height:80px;
	position: relative;
	top: 10px;
	left: 10px;
	}

	#social{
	width:110px;
	height:90px;
	top:5px;
	right:5px;
	}

	#social-icons{
	width:100px;
	margin:0 6px 0 0px;
	}

	#social-icons a{
	line-height:1.1;
	}

	i.fa {
	font-size:110%;
	line-height:0.5;
	letter-spacing:3px;
	}

	#social input[type="submit"]{
	width:40px;
	right:0px;
	font-size:8px;
	}
	
	#searchform #s{
	width:50px;
	}
	
	form#searchform{
	width:100px;
	}
	
	#guidebook1 {
	width:100%;
	margin:5px 0 0 0;
	}
	
	#featuredposts2 h4.widget-title, #featuredposts4 h4.widget-title, #guidebook1 h4.widget-title, .widget-title, h4.widget-title a {
	height: 20px;
	font-size:14px;
	}

	#featuredposts2 .featured-content .post, 
	#vertical-featured-posts1 .featured-content .post {
	width: 99%;
	margin: 0 0.5% 5px 0.5%;
	padding: 0 0 5px 0;
	height:auto;
	}
	
	#featuredposts2 .entry-content,
	#featuredposts4 .entry-content,
	#vertical-featured-posts1 .entry-content {
	display:inline;
	}

	#featuredposts2 img {
	width: 100%;
	}
	
	#vertical-featured-posts1 img {
	width: 94%;
	}
	
	#featuredposts4 img {
	float:left;
	width: 40%;
	height:auto;
	display:inline;
	}

	#featuredposts2 .entry-content  p, #vertical-featured-posts1 .entry-content  p{
	max-height:220px;
	}
	
	#featuredposts4 .featured-content .post {
	width:100%;
	}
	
	#featuredposts4 .post {
	max-height:150px;
	width: 99%;
	margin: 0 0.5% 5px 0.5%;
	padding: 0 5px 5px 5px;
	}
	
	#featuredposts4 p {
	width:60%;
	display:inline;
	}
	
	#vertical-featured-posts1 .alignleft{
	display:block;
	width:245px;
	padding-right:5px;
}
	
	.featured-content .entry-title {
	font-size: 12px;
	line-height: 1.2;
	min-height:18px;
	}
	
	#featuredposts2 .alignleft{
	width:40%;
	}

	.content-sidebar-wrap{
	width:100%;
	}
	
	.content-sidebar-wrap .content{
	width:100%;
	margin-right:0px;
	padding-right:0px;
	}
		
	.content{
	width:100%;
	margin-right:0px;
	}
	
	#partner-title h3,
	h1.entry-title {
	font-size:100%;
	}
	
	.entry-title a,
	.post h2 a{
	font-size:80%;
	}
	
	#post-teasers img,
img.alignleft.post-image.entry-image {
	width:180px;
	height:auto;
}
	
	.sidebar{
	position:relative;
	display:inline;
	width:100%;
	}
	
	.footer-widgets .widget{
	width:48%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.site-footer .creds,
	.site-footer .gototop {
	width: 100%;
	}
	
	#footer .gototop {
	padding: 0px 0px 15px 20px;
	}
	
	#top-home-banner-ad, #top-single-banner-ad, #top-archive-banner-ad {
	display:hidden;
	max-width: 320px;
	}
	
	#home-post-ad {
	max-width: 280px;
	}
	
	#archive-middle-ad, #archive-bottom-ad {
	max-width: 300px;
	}
	
	#single-bottom-ad {
	max-width: 300px;
	margin-left:-10px;
	}
	
	div.sharedaddy.sd-sharing-enabled{
	max-width:300px;
	}

}
