/*
	Theme Name: Lifestyle Pro Theme
	Theme URI: https://my.studiopress.com/themes/lifestyle/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/
	Version: 3.0.0
 
	Tags: green, tan, 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.0
 
	License: GPL-2.0+
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Home Page
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Lifestyle Pro Blue
		- Lifestyle Pro Green
		- Lifestyle Pro Mustard
		- Lifestyle Pro Purple
		- Lifestyle Pro Red
	- Media Queries
		- Retina Display
		- 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
--------------------------------------------- */

.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: #333333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

a,
button,
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: #76d2c5;
	text-decoration: none;
}

a:hover,
.site-footer a:hover {
	color: #222;
	text-decoration: underline;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	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: "“";
	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: #222;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

h1,
.entry-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight:500;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

h2,
.home-top .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

h3,
.archive-title,
.comments-title,
.sidebar .widget-title {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	background: #639839;
	color: #FFFFFF;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 7px;
}

h3,
.home-middle .entry-title,
.home-bottom .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.entry-content,
h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.jp-relatedposts-headline {
	background:none;
	color:#222;

}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight:500;
}

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

h6,
.sidebar .entry-title {
	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 #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input, 
textarea .s .search-input {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 75%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	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: #76d2c5;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	width: auto;
}

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

.button {
	display: inline-block;
}

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

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

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

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

th,
td {
	text-align: left;
}

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

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

#content_table {
	border-collapse:separate;
	border-spacing: 3px;
	line-height: 1.6;
	width: 100%;
}

#content_table td {	
	border-top: 0;
	padding: 6px;
}


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

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

.site-container {
	background-color: #FFF;
	box-shadow: 0 0 5px #ddd;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 32px;
	margin-left: auto;
	margin-top: 0rem;
	margin-right: auto;
	margin-bottom: 3.2rem;
	margin-left: auto;
	max-width: 1140px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 36px;
	padding-bottom: 36px;
	padding-left: 36px;
	padding-top: 0rem;
	padding-right: 3.6rem;
	padding-bottom: 3.6rem;
	padding-left: 3.6rem;
}

.site-inner {
	clear: both;
	padding-top: 32px;
	padding-top: 3.2rem;
}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

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

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

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

/* Content */

.content {
	background-color: #FFFFFF;
	float: right;
	width: 700px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

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

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 332px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

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

/* Column Classes
	Link: https://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: 24px;
	margin-right: 2.4rem;
}

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

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

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

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

.search-form input[type="submit"] {
	font-family: FontAwesome;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.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 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	/*border: 1px solid #eeeee8;*/
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 7px;
	margin-bottom: .7rem;
	padding: 0px 33px;
	padding: 0rem 3.3rem;
}

.archive-description,
.author-box,
.sticky {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	overflow: hidden;
	padding: 32px;
	padding: 3.2rem;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
}

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

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

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

.site-header .widget-title {
  color: #fff;
}

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

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

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

.widget {
	word-wrap: break-word;
}

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

.featured-content .entry {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	text-align: left;
}

.featured-content .entry-header {
	border: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.featured-content .entry-title {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}


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

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

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

.enews-widget input[type="submit"] {
	margin: 0;
	width: 50%;
	text-align: center;
}

.enews-widget input {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget.genesis_responsive_slider li {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* 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 {
	border: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #76d2c5;
	padding: 0px;
	padding: 0rem;
	overflow: hidden;
}

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

.title-area {
	float: left;
	width: 320px;
}

.site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 50px;
	font-size: 5rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

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

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

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
	border-bottom: 1px solid #eeeee8;
}

/*.header-image .site-title a {
	float: left;
	min-height: 122px;
	width: 100%;
}*/
.header-image .site-title a {
	float: left;
 	background: url(https://www.travelsignposts.com/images/headers/header_germany_1068x122.jpg) no-repeat;
  	height: 122px;
  	width: 1068px;
}
/************************************************
*	Travel Signposts header styles				*
************************************************/	

a.linkstylehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.linkstylehead:visited {
	background: transparent;
	color: #BF4D00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.linkstylehead:hover {
	background: #FFCC00;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.linkstylehead:active {
	background: #FFCC00;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.linkstylewhite:link {
	background: #146600;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.linkstylewhite:visited {
	background: #146600;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.linkstylewhite:hover {
	background: #146600;
	color: #FFCC00;
	text-decoration: none;
}

.crumbs {  font: bold 12px "Trebuchet MS", Verdana, sans-serif; color: #666666
}

.greenbg {
	background-color: #146600;
}

.navbg {
	background-color: #639839;
}

.georgiablue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000080;
}
.georgiablack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.buttonblue a, .buttonblue a:link, .buttonblue a:active, .buttonblue a:visited {
	background: #76BBDC;
	border-bottom: 1px solid #556B46;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #556B46;
	border-top: 1px solid #FFFFFF;
	color: White;
	display: block;
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 7px;
	text-align: left;
	text-decoration: none;
}
.buttonblue a:hover {
	background: #0080C0;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #556B46;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #556B46;
	color: #FFFFFF;
   font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 10px 1px;
	padding: 5px 0px 5px 7px;
	text-align: left;
}

.boxheadblue {
	background-color: #76BBDC;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	width: 600px;
}

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

.site-header .widget-area a {
	color: #fff;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 12px;
	padding: 1rem 1.2rem;
	position: relative;
	text-decoration: none;
}

/*.genesis-nav-menu > li:hover a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #fff;
	color: #a5a5a3;
}*/

.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: 184px;
	z-index: 99;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
	background-color: #fafafa;
	color: #a5a5a3;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	position: relative;
	width: 184px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #eeeee8;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 183px;
}

.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: 20px 0;
	padding: 2rem 0;
}

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

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

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

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

.genesis-nav-menu .search-form input[type="search"] {
	background-position: 12px 12px;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 12px 12px 44px;
	padding: 1.2rem 1.2rem 1.2rem 4.4rem;
}

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

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

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

.nav-primary a {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; 
	font-weight: 400;
	color: #a5a5a3;
}

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

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

.nav-secondary {
	background-color: #91dbd1;
}


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

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

.lifestyle-pro-home .content .widget {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.lifestyle-pro-home .featuredpost img {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.lifestyle-pro-home .content .featuredpost p.more-from-category {
	font-size:18px;
	font-size:1.8rem;
	font-weight:500;
	padding-left: 10px;
	padding-left: 1rem;
}

.lifestyle-pro-home .featured-content .entry {
	background-color: #fff;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.lifestyle-pro-home .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featuredpost img {
	margin-bottom: 0;
	margin-right: 20px;
	margin-right: 2rem;
}

.home-bottom-left,
.home-bottom-right {
	width: 332px;
}

.home-bottom-left {
	float: left;
}

.home-bottom-right {
	float: right;
}

.lifestyle-pro-home .content .featuredpost p {
	margin: 0;
}

.lifestyle-pro-home .content .widget-title {
	background-color: #76d2c5;
	color: #fff;
	padding: 5px 10px;
	padding: .5rem 1rem;
}

/*...Alterations to widget IDs required for each blog......................................*/

#featured-post-2 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	border-bottom: 10px solid #FCDC60;
	margin-bottom: 0;
}

#featured-post-4 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	border-bottom: 10px solid #0477BF;
	margin-bottom: 0;
}
#featured-post-7 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	border-bottom: 10px solid #D71E4E;
	margin-bottom: 0;
}

#featured-post-5 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	border-bottom: 10px solid #B61D85;
	margin-bottom: 0;
}

#featured-post-8 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	border-bottom: 10px solid #00ADEF;
	margin-bottom: 0;
}
#featured-post-6 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	border-bottom: 10px solid #74B243;
	margin-bottom: 0;
}

#featured-post-9 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	border-bottom: 10px solid #F7941D;
	margin-bottom: 0;
}

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

.content .entry {
	border: 1px solid #eeeee8;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 20px 32px 16px 32px;
	padding: 2rem 3.2rem 1.6rem 3.2rem;
}

.lifestyle-pro-landing .content .entry {
	border: none;
}

.lifestyle-pro-landing .entry-header {
	/*border-bottom: 1px solid #eeeee8;*/
	margin: 0;
}

.entry-header {
	/*border-bottom: 1px solid #eeeee8;*/
	margin-bottom: 7px;
	margin-bottom: .7rem;
	text-align: left;
}

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

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

.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eeeee8;
	margin: 0;
	padding: 10px 0 0;
	padding: 1rem 0 0;
}

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

.entry-meta .entry-tags {
	float: right;
}

/* AdSense styles
--------------------------------------------- */

.adLargerect {
	float: left;
	margin-right: 10px;
}
.adLargerectright {
	float: right;
	margin-left: 10px;
}

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

.after-entry {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 32px;
	padding: 3.2rem;
	padding-top: 11px;
	padding-top: 1.1rem;
	text-align: left;
}

.after-entry .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

.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: 1px solid #eeeee8;
	color: #a5a5a3;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #76d2c5;
}

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

.comment-form {
	padding-left: 10px;
	padding-left: 1rem;
	padding-right: 10px;
	padding-right: 1rem;
}

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.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: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

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

.comment {
	border: 1px solid #eeeee8; 
	border-right: none; 
}

.comment.depth-1 {
	border-right: 1px solid #eeeee8; 
}

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

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

.form-allowed-tags{
display:none;
}

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

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

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

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

.sidebar .widget {
	background-color: #FFFFFF;
	border: 1px solid #eeeee8;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;	
}	

.widget li {
	border-bottom: 1px solid #eeeee8;
	list-style-type: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
}

.widget ul ul {
	border-top: 1px solid #eeeee8;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#text-3 {
	padding: 5px 16px ;
	padding: .5rem 1.6rem;
}

#simple-social-icons-2 .widget-title {
	background-color: transparent;
	color: #333333;
}

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

.footer-widgets {
	border-top: 1px dotted #eeeee8;
	background-color: #639839;
	clear: both;
	margin: 0 auto
	padding: 32px 18px 0 18px;
	padding: 3.2rem 1.8rem 0 1.8rem;	
}

.footer-widgets .widget {
	background-color: #fff;
	border: 1px solid #eeeee8;
	margin-bottom: 5px;
	margin-bottom: .5rem;
	padding: 32px;
	padding: 3.2rem;
	text-align: left;
}

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

.footer-widgets-1 {
	float: left;
	margin-right: 18px;
	border-top:  10px solid #FCDC60;
}

.footer-widgets-2 {
	float: left;
	border-top:  10px solid #0477BF;
}

.footer-widgets-2 li {
	text-align: left;
}

.footer-widgets-3 {
	float: right;
	border-top:  10px solid #D71E4E;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding: 5px;
	padding: .5rem;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

#text-7 {
	padding-bottom: 5px;
	padding-bottom: .5rem;
}

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

.site-footer {
	background-color: #76d2c5;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 36px;
	padding: 3.6rem;
	text-align: center;
}

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

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

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

/* Lifestyle Pro Green TSP
--------------------------------------------- */

.lifestyle-pro-green .archive-pagination li a:hover,
.lifestyle-pro-green .archive-pagination li.active a,
.lifestyle-pro-green .entry-title a:hover,
.lifestyle-pro-green a  {
	color: #7A3254;
}

.lifestyle-pro-green .button,
.lifestyle-pro-green .genesis-nav-menu a,
.lifestyle-pro-green .site-footer a,
.lifestyle-pro-green .site-title a,
.lifestyle-pro-green .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-green .entry-title a,
.lifestyle-pro-green .sidebar .widget-title a,
.lifestyle-pro-green .site-footer a:hover,
.lifestyle-pro-green a:hover {
	color: #222;
}

.lifestyle-pro-green .archive-pagination li a,
.lifestyle-pro-green .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-green .genesis-nav-menu .sub-menu a,
.lifestyle-pro-green .nav-primary a {
	color: #495D5C;
}

.lifestyle-pro-green .topmenu a {
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
}

.lifestyle-pro-green .button,
.lifestyle-pro-green .entry-content .button,
.lifestyle-pro-green button,
.lifestyle-pro-green input[type="button"],
.lifestyle-pro-green input[type="reset"],
.lifestyle-pro-green input[type="submit"] {
	background-color: #F7941D;
}

.lifestyle-pro-green .button:hover,
.lifestyle-pro-green .entry-content .button:hover,
.lifestyle-pro-green button:hover,
.lifestyle-pro-green input:hover[type="button"],
.lifestyle-pro-green input:hover[type="reset"],
.lifestyle-pro-green input:hover[type="submit"] {
	background: #efefe9 url(images/bg.png);
}

.lifestyle-pro-green .nav-primary {
	background: #E1DCCA;
}

.lifestyle-pro-green .nav-secondary,
.lifestyle-pro-green .site-footer,
.lifestyle-pro-green .site-header {
	background-color: #639839;
}

.lifestyle-pro-green .genesis-nav-menu > li:hover a,
.lifestyle-pro-green .genesis-nav-menu a:hover,
.lifestyle-pro-green .genesis-nav-menu .current-menu-item > a {
	background: #efefe9 url(images/bg.png);
	color: #495D5C;
}

/*ColourJetpack buttons*
.content div.sharedaddy div.sd-block {
	border: none;
	margin-top: 10px;
	margin-top: 1rem;	
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}

.single-format-quote .content div.sharedaddy div.sd-block {
	display: none;
}

.content div.sharedaddy .sd-content {
	/*float: left;*
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.content div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
}

.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1;
	padding: 8px 15px;
	padding: 0.8rem 1.5rem;
}

.content li.share-facebook a.sd-button > span,
.content li.share-google-plus-1 a.sd-button > span,
.content li.share-linkedin a.sd-button > span,
.content li.share-pinterest a.sd-button > span,
.content li.share-twitter a.sd-button > span {
	border: none;
	color: #fff;
	font-family: 'verdana', arial;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.content li.share-facebook a.sd-button > span {
background: #4965a0;
}
.content li.share-google-plus-1 a.sd-button > span {
background: #dd4b39;
}
.content li.share-linkedin a.sd-button > span {
background: #1b86bc;
}
.content li.share-twitter a.sd-button > span {
background: #00abf0;
}

.content li.share-facebook a.sd-button:hover > span,
.content li.share-google-plus-1 a.sd-button:hover > span,
.content li.share-linkedin a.sd-button:hover > span,
.content li.share-twitter a.sd-button:hover > span {
	background: #000;
}

.sd-content .sd-button span.share-count {
	color: #fff !important;
	font-size: 100% !important;
}

div.sharedaddy h3 {
	font-family: 'Droid Sans', sans-serif !important;
	font-size: 16px!important;
	font-size: 1.6rem !important;
	font-weight: 300 !important;
	color: #333333;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
}*/

#countryguides {
	background:url(images/countryguidesbuttonplain_300x100.jpg)  center no-repeat;
}

#cityguides {
	background:url(images/cityguidesbuttonplain_300x100.jpg) center no-repeat;
}

#rivercruises {
	background:url(images/rivercruisesbuttonplain_300x100.jpg) center no-repeat;
}

#countryguides :hover {
	background: url(images/bg.png);
}

#cityguides :hover {
	background: url(images/bg.png);
}

#rivercruises :hover {
	background: url(images/bg.png);
}

/*Custom Front Page (Main site, but ?) ..................................................*/

.custom-front .site-container {
	max-width: 1212px;
}

.custom-front .site-inner,
.custom-front .entry {
	padding: 0;
}

.custom-front .content .entry {
	border: none;
	margin-bottom: 0;
}

.custom-front .entry-header {
	/*border-bottom: 1px solid #eeeee8;*/
	margin: 0;
}

h2,
 .custom-front .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.custom-front .front-one {
	background-color: #E1DCCA;
	margin-top: 0;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.custom-front .front-two,
.custom-front .front-three {
	float: left;
	text-align: left;
	width: 50%;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.custom-front .front-two {
	padding-right: 20px;
}

.custom-front .front-two .textwidget {
	background-color: #EAEAEA;
}

.custom-front .front-two .textwidget div {
	padding: 26px;
	padding: 2.6rem;
}

.custom-front .front-three {
	padding-left: 20px;
}

.custom-front .front-four {
	clear:both;
	margin-top: 5px;
	margin-bottom: 0px;
}

.custom-front .entry-content img {
	display: block;
}

/*...Alterations to widget IDs required for each blog......................................*/


#text-5 {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

#text-5 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	padding-bottom: 3px;
	padding-bottom: .3rem;
	border-bottom: 10px solid #FCDC60;
}

#featured-post-17 {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}	

#featured-post-17 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	padding-bottom: 3px;
	padding-bottom: .3rem;
	border-bottom: 10px solid #0477BF;	
}

#simple-social-icons-4 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	padding-bottom: 3px;
	padding-bottom: .3rem;
	border-bottom: 10px solid #B61D85;
}

/*Homepage Menu......................*/

.homemenu ul {
	background-color: #E1DCCA;
}

.homemenu a {
	color: #333333;
	font-family: 'Roboto Slab', sans-serif;
	font-weight:500;
	font-size: 24px;
	font-size: 2.4rem;
	text-align:center;
	border-radius: 6px;
}

.homemenu li {
	display: inline-block;
	text-align: center;
	padding-bottom: 5px;
	padding-bottom: .5rem;
	border-bottom: 0;
	margin-bottom:0;
}

.homemenu a:link, .homemenu a:visited {
	background: #639839; /* Used for top navigation*/
	border-bottom: 1px solid #556B46;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #556B46;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 15px 4px 15px;
	text-align: left;
	text-decoration: none;
	border-radius: 6px;
}
.homemenu a:hover {
	background: #F69D3A;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #556B46;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #556B46;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 15px 4px 15px;
	text-align: left;
}
.homemenu a:active {
	background: #639839; 
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #556B46;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #556B46;
	margin: 0px;
	padding: 2px 15px 4px 15px;
	text-align: left;
}

/*Bottom Homepage Menu - change IDs for each blog......................*/

#nav_menu-4 ul {
	background-color: #E1DCCA;
	padding: 5px 0;
	padding: .5rem 0;
	margin-top: 5px;
	margin-top: .5rem;
	text-align:center;
	text-transform:uppercase;
}

#nav_menu-5 ul {
	background-color: #dc6415;
	padding: 5px 0;
	padding: .5rem 0;
	margin-top: 0;
	text-align:center;
	text-transform:uppercase;
} 

#nav_menu-4 a {
	color: #333333;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	text-align:center;
} 

#nav_menu-5 a {
	color: #FFFFFF;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	text-align:center;
}

#nav_menu-4 li,
#nav_menu-5 li {
	display: inline-block;
	text-align: center;
	padding-bottom: 0px;
	padding-bottom: 0rem;
	border-bottom: 0;
	margin-bottom:0;
}

#nav_menu-4 a:link, #nav_menu-4 a:visited {
	background: #E1DCCA;
	color: #333333;
	margin: 0px;
	padding: 4px 12px 5px 12px;
	text-align: left;
	text-decoration: none;
}

#nav_menu-5 a:link, #nav_menu-5 a:visited {
	background: #dc6415;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 12px 5px 12px;
	text-align: left;
	text-decoration: none;
}

#nav_menu-4 a:hover,
#nav_menu-5 a:hover {
	background: #F69D3A;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 12px 5px 12px;
	text-align: left;
}
#nav_menu-4 a:active {
	background: #E1DCCA; 
	margin: 0px;
	padding: 3px 12px 5px 12px;
	text-align: left;
}

#nav_menu-5 a:active {
	background: #dc6415; 
	margin: 0px;
	padding: 3px 12px 5px 12px;
	text-align: left;
}
/*
Optional CSS for Genesis eNews Widget
------------------------------------------------- */

/*.custom-front .enews-widget {
	padding: 45px;
}

#enews-ext-4 input {
width: 48.5%;
}

#enews-ext-2 input {
width: 48.5%;
}*/

#enews-ext-4 .widget-wrap h4 {
	color: #333333;
	background-color:transparent;
	padding-bottom: 3px;
	padding-bottom: .3rem;	
	border-bottom: 10px solid #D71E4E;
}

.custom-front .enews-widget input {
	width: 48.5%;
}

.custom-front .enews-widget input[type="submit"] {
    background: none repeat scroll 0 0 #F69D3A;
    color: #FFFFFF;
    margin: 0;
    width: 48.5%;
}

/*...Individual Widget Styling..Change IDs for each blog..................*/

#search-3 {
	background-color: #FCDC60;
	padding: 5px 16px;
	padding: .5rem 1.6rem;
}

#text-4 {
	padding: 5px 16px;
	padding: .5rem 1.6rem;
}

#simple-social-icons-2 {
	padding: 5px 16px;
	padding: .5rem 1.6rem;
}

#recent-posts-2 {
	text-align: left;
	padding-bottom:0;
}

#recent-posts-2 li {
	margin-bottom: 6px;
	margin-bottom: .6rem;
	padding-bottom: 6px;
	padding-bottom: .6rem;
}

/*
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) {
	
	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

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

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

.header-image .site-title a {
  		background: url(https://www.travelsignposts.com/images/headers/header_germany_888x102.jpg) no-repeat center !important;
  		height: 102px;
  		width: 888px;
}

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

	.content {
		width: 580px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-bottom-left,
	.home-bottom-right,
	.sidebar-primary {
		width: 272px;
	}

}

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

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header {
		padding: 24px;
		padding: 2.4rem;
	}
	
	.header-image .site-title a {
		background: url(https://www.travelsignposts.com/images/headers/header_germany_700x80.jpg) no-repeat !important;
  		height: 80px;
  		width: 700px;
		background-position: center !important;
		margin: 0 0 16px;
		margin: 0 0 1.6rem;
	}

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

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

		/*.genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}*/
	
	.site-header .widget-area {
		margin-top: 16px;
		margin-top: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	
	.home-bottom-left,
	.home-bottom-right {
		width: 332px;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}

}

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

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.site-container {
		padding: 20px 5%;
		padding: 2rem 5%;
		width: 94%;
	}

	.five-sixths,
	.four-sixths,
	.home-bottom-left,
	.home-bottom-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-title {
		font-size: 32px;
		font-size: 3.2rem;
		margin: 0;
	}
	
	/*.header-image .site-title a {
		background-size: contain !important;
	}*/
	
	.header-image .site-title a {
 		background: url(https://www.travelsignposts.com/images/headers/travelsignposts_mobile_germany_480.png) no-repeat center !important;
  		height: 115px;
  		width: 480px;
		margin-left:auto !important;
		margin-right:auto !important;
	}
	
	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}
	
	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 199px;
	}
	
	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 199px;
	}
	
	.entry-meta .entry-tags {
	  clear: both;
	  float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}
	
	.lifestyle-pro-home .featuredpost .alignleft,
	.lifestyle-pro-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}

}

@media only screen and (max-width: 420px) {
	
	.header-image .site-title a {
 		background: url(https://www.travelsignposts.com/images/headers/travelsignposts_mobile_germany_360.png) no-repeat center !important;
  		height: 86px;
  		width: 360px;
		margin-left:auto !important;
		margin-right:auto !important;
	}		

}

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

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

.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 16px;
		margin: 0 0 1.6rem;
	}
	
	.site-header {
		padding: 0px;
		padding: 0rem;
	}
	
	.site-header .widget-area {
		margin-top: 16px;
		margin-top: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

}	
	
@media only screen and (max-width:767px){  
	
.title-area {
	float: none;
}

	.header-image .site-title a {
	padding: 0;
	margin: 0;
	float: none;
	}	
	
	.header-full-width.header-image .site-title a {
    background-position: 0;
    margin: 0;
    }
	
	.site-header {
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    }

	.site-container {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #DDDDDD;
    margin: 0 auto;
    max-width: 1140px;
    overflow: hidden;
    padding: 0;
    }
	
	.site-inner {
    clear: both;
    padding: 0;
    }
	
/*
Custom Front Page - @media only screen and (max-width: 767px)
------------------------------------------------------------------- */

    .custom-front .front-two,
    .custom-front .front-three {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
    .custom-front .front-one,
    .custom-front .front-four {
		margin: 0;
		width: 100%;
	}
	
   .custom-front #enews-ext-19 input {
    width: 100%;
    }

   .custom-front #enews-ext-2 input {
   width: 100%;
   }
	
	
}

/*
Change simple social icons colours
------------------------------------------------------------ */

#simple-social-icons-2 li.ssi-facebook a {
    background-color: #3b5998 !important;
}

#simple-social-icons-2 li.ssi-facebook a:hover {
    background-color: orange !important;
}

#simple-social-icons-2 li.ssi-gplus a {
	background-color: #dd4b39 !important;
}

#simple-social-icons-2 li.ssi-gplus a:hover {
    background-color: black !important;
}

#simple-social-icons-2 li.ssi-twitter a {
	background-color: #00aced !important;
}

#simple-social-icons-2 li.ssi-twitter a:hover {
    background-color: grey !important;
}

#simple-social-icons-2 li.ssi-youtube a {
	background-color: #bb0000 !important;
}

#simple-social-icons-2 li.ssi-youtube a:hover {
    background-color: grey !important;
}

#simple-social-icons-2 li.ssi-pinterest a {
	background-color: #cb2027 !important;
}

#simple-social-icons-2 li.ssi-pinterest a:hover {
    background-color: grey !important;
}

#simple-social-icons-2 li.ssi-linkedin a {
	background-color: #007bb6 !important;
}

#simple-social-icons-2 li.ssi-linkedin a:hover {
    background-color: grey !important;
}