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

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- 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
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- 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
--------------------------------------------- */

.less
* {
		
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
text-align:left;
	padding:0 px;
	font-size:10pt;
	font-family:Arial;
		color:#000000;
	}

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}

.PE_Table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.PE_Table table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.PE_Table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.PE_Table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.PE_Table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.PE_Table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.PE_Table tr:hover td{
	
}
.PE_Table tr:nth-child(odd){ background-color:#ffffff; }
.PE_Table tr:nth-child(even)    { background-color:#ffffff; }.PE_Table td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:2px;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.PE_Table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.PE_Table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.PE_Table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.PE_Table tr:first-child td{
		background:-o-linear-gradient(bottom, #91b62f 5%, #91b62f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #91b62f), color-stop(1, #91b62f) );
	background:-moz-linear-gradient( left top, #91b62f 5%, #91b62f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#91b62f", endColorstr="#91b62f");	background: -o-linear-gradient(top,#91b62f,91b62f);

	background-color:#91b62f;
	border:0px solid #000000;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.PE_Table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #91b62f 5%, #91b62f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #91b62f), color-stop(1, #91b62f) );
	background:-moz-linear-gradient( left top, #91b62f 5%, #91b62f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#91b62f", endColorstr="#91b62f");	background: -o-linear-gradient(top,#91b62f,91b62f);

	background-color:#91b62f;
}
.PE_Table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.PE_Table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

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

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



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

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

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


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

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

body {
	background-color: #efefe9;
	color: #a5a5a3;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

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

p {
	margin: 0 0 16px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "“";
	display: block;
	font-size: 30px;
	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: 'oswald', sans-serif;
	font-weight: 750;
	line-height: 1.2;
	margin: 0 0 24px;
}

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

h2,
.home-top .entry-title {
	font-size: 26px;
}

h3,
.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	font-size: 22px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6,
.sidebar .entry-title {
	font-size: 18px;
}

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

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

img {
	height: auto;
}

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

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #999;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

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: #0659a9;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 6px 6px;
	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;
	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;
}


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

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

.site-container {
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	margin: 10px auto;
	max-width: 1140px;
	overflow: hidden;
	padding: 8px 36px 36px 36px; 
}

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

.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 {
	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: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

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

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

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

.alignleft.post-image {
	margin-bottom: 24px;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	border: 1px solid #eeeee8;
	font-size: 12px;
	margin-bottom: 32px;
	padding: 16px 32px;
}

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

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

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

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

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

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

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget li {
	text-align: left;
}

.widget ol > li {
	border-bottom: 1px solid #eeeee8;
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 12px;
	padding-left: 20px;
	text-indent: -20px;
}

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

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

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

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

.featured-content .entry {
	margin-bottom: 32px;
	text-align: center;
}

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

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

.featuredpost.widget li {
	text-align: center;
}

.more-from-category {
	padding-top: 12px;
}

.more-from-category a {
	border-top: 1px solid #eeeee8;
	display: block;
	padding-top: 12px;
}

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

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

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

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

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

.enews form + p {
	margin-top: 24px;
}

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

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

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

img#wpstats {
	display: none;
}


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

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

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

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

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

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

.site-description {
	color: #fff;
	font-size: 16px;
	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: left !important;
    margin: 0;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 110px;
	width: 100%;
}

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

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

.site-header .widget-area .widget {
	margin-bottom: 0;
}

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

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


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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	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: 20px 24px;
	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;
	padding: 16px 24px;
	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;
}

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

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

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

/* 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 {
	color: #a5a5a3;
}

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

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

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

/* Responsive Menu
--------------------------------------------- */

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

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

.site-header .responsive-menu-icon::before {
	padding: 0;
}


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

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

.lifestyle-pro-home .content .widget,
.lifestyle-pro-home .content .widget:last-child {
	margin-bottom: 32px;
}

.lifestyle-pro-home .featured-content .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

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

.home-middle .featuredpost .alignleft {
	margin-bottom: 0;
	margin-right: 20px;
}

.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: 12px 32px;
}

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

.content .entry {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
}

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

.entry-header {
	border-bottom: 1px solid #eeeee8;
	margin-bottom: 5px;
	
}

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

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

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

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

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

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

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


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

.after-entry {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

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

.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;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #eeeee8;
	color: #a5a5a3;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar {
	font-size: 15px;
}

.sidebar .widget {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

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

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

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

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

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

.footer-widgets .widget {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

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


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

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

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

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

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

/* Lifestyle Pro Blue
--------------------------------------------- */

.lifestyle-pro-blue .archive-pagination li a:hover,
.lifestyle-pro-blue .archive-pagination li.active a,
.lifestyle-pro-blue .entry-title a:hover,
.lifestyle-pro-blue a  {
	color: #4cc4e0;
}

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

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

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

.lifestyle-pro-blue .button,
.lifestyle-pro-blue .entry-content .button,
.lifestyle-pro-blue .site-footer,
.lifestyle-pro-blue .site-header,
.lifestyle-pro-blue button,
.lifestyle-pro-blue input[type="button"],
.lifestyle-pro-blue input[type="reset"],
.lifestyle-pro-blue input[type="submit"],
.lifestyle-pro-blue.lifestyle-pro-home .content .widget-title {
	background-color: #4cc4e0;
}

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

.lifestyle-pro-blue .nav-secondary {
	background-color: #80d2e5;
}

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

.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: #84cc78;
}

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

.lifestyle-pro-green .button,
.lifestyle-pro-green .entry-content .button,
.lifestyle-pro-green .site-footer,
.lifestyle-pro-green .site-header,
.lifestyle-pro-green button,
.lifestyle-pro-green input[type="button"],
.lifestyle-pro-green input[type="reset"],
.lifestyle-pro-green input[type="submit"],
.lifestyle-pro-green.lifestyle-pro-home .content .widget-title {
	background-color: #84cc78;
}

.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-color: #eeeee8;
}

.lifestyle-pro-green .nav-secondary {
	background-color: #a2d49a;
}

/* Lifestyle Pro Mustard
--------------------------------------------- */

.lifestyle-pro-mustard .archive-pagination li a:hover,
.lifestyle-pro-mustard .archive-pagination li.active a,
.lifestyle-pro-mustard .entry-title a:hover,
.lifestyle-pro-mustard a  {
	color: #edce4a;
}

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

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

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

.lifestyle-pro-mustard .button,
.lifestyle-pro-mustard .entry-content .button,
.lifestyle-pro-mustard .site-footer,
.lifestyle-pro-mustard .site-header,
.lifestyle-pro-mustard button,
.lifestyle-pro-mustard input[type="button"],
.lifestyle-pro-mustard input[type="reset"],
.lifestyle-pro-mustard input[type="submit"],
.lifestyle-pro-mustard.lifestyle-pro-home .content .widget-title {
	background-color: #edce4a;
}

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

.lifestyle-pro-mustard .nav-secondary {
	background-color: #f5d85a;
}

/* Lifestyle Pro Purple
--------------------------------------------- */

.lifestyle-pro-purple .archive-pagination li a:hover,
.lifestyle-pro-purple .archive-pagination li.active a,
.lifestyle-pro-purple .entry-title a:hover,
.lifestyle-pro-purple a  {
	color: #816689;
}

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

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

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

.lifestyle-pro-purple .button,
.lifestyle-pro-purple .entry-content .button,
.lifestyle-pro-purple .site-footer,
.lifestyle-pro-purple .site-header,
.lifestyle-pro-purple button,
.lifestyle-pro-purple input[type="button"],
.lifestyle-pro-purple input[type="reset"],
.lifestyle-pro-purple input[type="submit"],
.lifestyle-pro-purple.lifestyle-pro-home .content .widget-title {
	background-color: #816689;
}

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

.lifestyle-pro-purple .nav-secondary {
	background-color: #8e7197;
}

/* Lifestyle Pro Red
--------------------------------------------- */

.lifestyle-pro-red .archive-pagination li a:hover,
.lifestyle-pro-red .archive-pagination li.active a,
.lifestyle-pro-red .entry-title a:hover,
.lifestyle-pro-red a  {
	color: #e65e52;
}

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

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

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

.lifestyle-pro-red .button,
.lifestyle-pro-red .entry-content .button,
.lifestyle-pro-red .site-footer,
.lifestyle-pro-red .site-header,
.lifestyle-pro-red button,
.lifestyle-pro-red input[type="button"],
.lifestyle-pro-red input[type="reset"],
.lifestyle-pro-red input[type="submit"],
.lifestyle-pro-red.lifestyle-pro-home .content .widget-title {
	background-color: #e65e52;
}

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

.lifestyle-pro-red .nav-secondary {
	background-color: #f2685c;
}


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

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

}

@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: 20px 0;
	}
	
	.site-header .title-area,
	.site-header .widget {
		padding: 0 20px;
	}
	
	.site-header .widget_nav_menu {
		padding: 0;
	}
	
	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 16px;
	}

	.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: 20px 16px;
	}
	
	.site-header .widget-area {
		margin-top: 16px;
	}

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

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

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

	.site-footer {
		padding: 20px;
	}

}

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

	body {
		font-size: 14px;
	}
	
	.site-container {
		padding: 20px 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;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

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

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		color: #fff;
	}

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

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

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

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

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.025);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu li:hover > a {
		color: #222;
	}
	
	.genesis-nav-menu a {
		font-size: 12px;
	}
	
	.entry-meta .entry-tags {
		clear: both;
		float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
	}
	
	.lifestyle-pro-home .featuredpost .alignleft,
	.lifestyle-pro-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}

}


.abc {
background:    #f00;
border:        1px solid #569;
color:         #f00;
display:       inline-block;
padding:       8px 20px;
font:          normal 700 23px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   1px 1px 0 #000;
}
/*--------------------------------------------------------NEW CSS START-----------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Exo+2:400,500,600,700,800');

.header-widget-area .textwidget{
	position: relative;
}
#postcode-form {
    width: 100%;
    position: inherit;
}

#postcode-form input {
    display: inline-block;
    width: 500px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.788235294117647);
    border-width: 2px;
    border-radius: 4px;
    border-color: #0357a7;
    box-shadow: none;
    color: #000;
    
    font-size: 15px;
    box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.54), inset 0 0 10px #ffffff52;
    transition: .3s linear;
    
}


#postcode-form input:active, #postcode-form input:focus {
    color: #000;
    border-color: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scaleX(1.015);
    transform: translateZ(0);
    box-shadow: 7px 5px 16px 2px rgba(0, 0, 0, 0.54), inset 0 0 10px #ffffff52;
    font-size: 16px;
    letter-spacing: 0.7px;
}
#postcode-form input:focus + #button, #postcode-form input:active + #button{
	transform: scaleX(1.10);
	-webkit-transform: scaleX(1.10);
}
#postcode-form input::placeholder {
  color: #333;
}

#postcode-form input:active::-webkit-input-placeholder, #postcode-form input:focus::-webkit-input-placeholder,
#postcode-form input:active:-moz-placeholder, #postcode-form input:focus:-moz-placeholder,
#postcode-form input:active::-moz-placeholder, #postcode-form input:focus::-moz-placeholder,
#postcode-form input:active:-ms-input-placeholder, #postcode-form input:focus:-ms-input-placeholder{
	clear: #fff;
}

#postcode-form #button {
	display: inline-block;
    width: 100px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    margin-left: -100px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 20px;
        transition: .3s linear;
        -webkit-transition: .3s linear;
}
#postcode-form #button:hover {
    background-color: #fff;
    color: #0659a9;
}
.header-widget-area .error-postcode {
    color: red;
    font-size: 13px;
    line-height: 40px;
    transition: .3s linear display;
    -webkit-transition: .3s linear display;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 100px;
}
iframe#apiform {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.header-image .site-title, .header-image .site-title a{

	margin: 0;
}
.header-image .site-description {
    display: none;
}

.header-image .title-area, .site-header .widget-area{
	text-align: center;
}
body.gppro-custom .site-header{
	padding: 0 !important;
}



.site-header .widget-area p{
	margin: 0;
}
.header-banner-postcode:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: block;
    background-color: rgba(6, 143, 165, 0.82);
    background-color: rgba(0, 153, 210, 0.82);
    z-index: 0;
    content: '';
}
.header-banner-postcode{
	text-align:center;
	display: inline-block;
	width: 100%;
    height: 300px;
	vertical-align: top;
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	position: relative;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    padding: 0 30px;
	/*padding-bottom: 105px;*/
	background-image: url(/wp-content/uploads/2018/11/2018_4_27_15304194-f41d-4c55-bdfb-ad9c90d680cc_png_1920x1080.jpg);
	background-position:top center;
	background-size: cover;
}

.header-banner-postcode h4{
	color: inherit;
    font-size: 25px;
    line-height: 25px;
    font-family: inherit;
    text-shadow: inherit;
    font-weight: 600;
    position: inherit;
    letter-spacing: -1px;
    margin-bottom: 10px;
    margin-top: 17px;
}

.header-banner-postcode h5{
    color: inherit;
    text-shadow: inherit;
    font-family: inherit;
    font-size: 19px;
    position: inherit;
    font-weight: 500;
    margin-bottom: 23px;
}

.header-banner-postcode h6{
    color: inherit;
    font-family: inherit;
    text-shadow: inherit;
    position: inherit;
    margin-bottom: 10px;
    font-size: 17px;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 8px;
}

.header-banner-postcode span.badge{
    font-size: 12px;
    position: inherit;
    font-family: inherit;
    text-shadow: inherit;
}


.header-banner-postcode .featured {
    position: absolute;
    height: 55px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background-image: url(https://a.rpassets.com/rpsite/p356/assets/bundles/rplocal/img/newspapers_990x49.png);
    background-repeat: no-repeat;
    background-position: center 75%;
    background-color: rgba(255, 255, 255, 0.42);
    background-size: 545px;

}

.header-banner-postcode .featured span {
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    position: relative;
    text-shadow: none;
    display: block;
    margin-top: 4px;
}

.quotes-form .site-container{
	padding: 0;
	margin: 0 auto;
}

.quotes-form .site-inner{
	padding: 0 36px;
}

.quotes-form header.site-header {
    display: inline-block;
    width: 25%;
    padding-left: 36px !important;
    vertical-align: middle;
        border-bottom: 3px solid #000;
}

.quotes-form nav.nav-secondary {
    display: inline-block;
    width: 75%;
    background-color: #fff !important;
    text-align: right;
    vertical-align: middle;
    padding-right: 36px;
    box-sizing: border-box;
        border-bottom: 3px solid #000;
}


.quotes-form nav.nav-secondary .wrap{
	height: 90px;
}
.quotes-form .nav-secondary .wrap:before, .quotes-form .nav-secondary .wrap:after{
	display: inline-block;
	vertical-align: middle;
}
.quotes-form .nav-secondary:before, .quotes-form .nav-secondary:after{
	display: none;
}
.quotes-form.header-image .site-title a {
    min-height: 90px;
    background-size: contain !important;
    background-position: left !important;
    width: 225px;
}

body.quotes-form.gppro-custom .nav-secondary .genesis-nav-menu > .menu-item > a {
    /*font-family: inherit;*/
    background-color: transparent;
    color: #0659a9;
    /*font-weight: 600;*/
    font-size: 20px;
    letter-spacing: -0.4px;
    padding: 6px 9px 8px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    /*border: 2px solid #0659a9;*/
    margin: 0 2px;
}

body.quotes-form.gppro-custom .nav-secondary .genesis-nav-menu > .menu-item > a:hover{
	border-color: #1ac3dd;
}
/*--------------------------------------------------------NEW CSS END-----------------------------------*/

@media only screen and (max-width: 1139px){
	.quotes-form.header-image .site-title a{
		width: 100%;
	}
}
@media only screen and (max-width: 1023px){
	#postcode-form{
		width: 100%;
	}
	.quotes-form .site-header .title-area, .site-header .widget {
	     padding: 0 ; 
	}
	body.quotes-form.gppro-custom .nav-secondary .genesis-nav-menu > .menu-item > a{
		font-size: 19px;
		padding: 6px;
	}
	.quotes-form .genesis-nav-menu{
		text-align: right;
	}

	.quotes-form header.site-header{
		width: 30%;
	}
	.quotes-form nav.nav-secondary{
		width: 70%;
	}
	
}

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

	#postcode-form input{
		width: calc(100% - 40px);
	}
	.quotes-form .site-container{
		position: relative;
	}
	.quotes-form .site-inner{
		padding: 0 5%;

	}
	.quotes-form header.site-header{
		width: calc(100% - 40px);
	    background: transparent;
	    padding: 0 !important;
	    position: absolute;
	    z-index: 0;
	    border: none;

	}
	.quotes-form .responsive-menu-icon::before{
		color: #0659a9;
		vertical-align: middle;
    	height: 100%;
		display: table-cell;
	}
	.quotes-form .responsive-menu-icon{
		min-height: 90px;
		width: 40px;
	    margin: 0 0 0 auto;
	    display: table;
	}
	.quotes-form nav.nav-secondary{
		padding: 0;
		width: 100%;
	}
	.quotes-form nav.nav-secondary .wrap {
	    height: initial;
	}
	.quotes-form .responsive-menu-icon{
		text-align: right;
	}
	.quotes-form .nav-secondary .wrap:before, .quotes-form .nav-secondary .wrap:after{
		display: none;
	}
	.quotes-form.header-image .site-title a{
		float: none;
		margin: auto;
	    width: 225px;
	}
	body.quotes-form.gppro-custom .nav-secondary .genesis-nav-menu > .menu-item > a{
		padding: 8px 50px 10px;

	}
}

@media only screen and (max-width: 700px){
	.header-banner-postcode .featured{
		background-size: 480px;
	}
}
@media only screen and (max-width: 600px){
	.header-banner-postcode .featured{
		background-size: 450px;
	}
}
@media only screen and (max-width: 560px){
	.header-banner-postcode .featured{
		background-size: 400px;
	}
	.header-banner-postcode{
		padding: 0 10px;
	}
	.header-banner-postcode h4{
	    font-size: 23px;
	    line-height: 23px;
	}
	.header-banner-postcode h4 span{
		    font-size: 25px !important;
	}
	.header-banner-postcode h3{
		font-size: 16px;
	}
	.header-banner-postcode span.badge{
		font-size: 11px;
	}
	.header-banner-postcode .featured span {
	    font-size: 11px;
	    line-height: 12px;
	}
}

@media only screen and (max-width: 490px){
	.header-banner-postcode .featured{
		background-size: 92%;
	}
	#postcode-form input{
		height: 32px;
	}
	#postcode-form #button{
	    height: 32px;
	    font-size: 15px;
	}
}

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

	.header-banner-postcode h5{
	    font-size: 15px;
	}
	#postcode-form #button{
	    width: 80px;
	    margin-left: -80px;
	}
	.header-banner-postcode h4{
		font-size: 20px;
	}
	.header-banner-postcode h4 span{
		font-size: 22px !important;
	}
	
}


/* Step Form Style
--------------------------------------------- */
.step-area {
	margin-bottom: 30px;
	max-width: 420px;
}
	.step-area__heading {
		background: #075AAA;
		padding: 15px 20px;
	}
		.step-area__heading h2 {
			font-size: 20px;
			color: #fff;
			margin-bottom: 5px;
		}
		.step-area__heading span {
			font-size: 14px;
			color: #5CD1FF;
			line-height: 20px;
		}

	
	.step-area__form {
		border: #E9E9E9 solid 1px;
		border-top: none !important;
	}
		.step-form--inner {
			padding: 0;
		}
			.step-form--header {
				display: block;
			}
			.step-form--header a {
				float: left; 
				width: 50%; 
				padding: 5px 0; 
				font-family: 'Droid Sans', sans-serif; 
				font-weight: 400; 
				font-size: 16px; 
				text-align: center;	
				text-decoration: none; 
				color: #393939 !important; 
				-webkit-transition: all 0.1s linear; 
				-moz-transition: all 0.1s linear; 
				transition: all 0.1s linear; 
				border-bottom: none; 
				background: #E9E9E9; 
				outline: none !important;
			}
				.step-form--header a:hover, 
				.step-form--header a:focus, 
				.step-form--header a.active {
					color: #fff !important; 
					background: #02ACEF; 
					outline: none !important;
				}
					.step-form--header a:focus, 
					.step-form--header a.active {
						cursor: text; 
						outline: none !important;
					}

				.step-form--header a.active {
					position: relative;
				}
				.step-form--header a.active:after {
					position: absolute;
					left: 0;
					right: 0;
					bottom: -16px;
					content: '';
					margin: 0 auto;
					width: 16px;
					height: 16px;
					background: url(images/icon_downArrow.png) 50% 0 no-repeat;
					
				}

			.step-form--body {
				display: block; 
				padding: 25px; 
			}
				.step-form--body .form-group {
					margin-bottom: 15px;
				}
				.step-form--body .btn--blue {
					width: 339px;
					display: inherit;
					background: #13ABE4;
					border: none;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					padding: 15px 0;
					margin: 0 auto;
					font-size: 14px;
					font-weight: 400;
					color: #fff;
					text-align: center;
					text-decoration: none;
					text-transform: uppercase;
					letter-spacing: 0.5px;
				}
			
			/*start icon*/
				.icon-addon {
				    position: relative;
				    color: #555;
				    display: block;
				}

				.icon-addon:after,
				.icon-addon:before {
				    display: table;
				    content: " ";
				}

				.icon-addon:after {
				    clear: both;
				}

				.icon-addon .icon {
					width: 25px;
				    position: absolute;
				    top: 0;
				    left: 0;
				    z-index: 2;
				    text-align: center;
				    margin: 0;
				    padding: 10px 0;
				}
					.icon-addon .icon img {
						display: inline-block;
					}

				.icon-addon .form-control:focus + .icon,
				.icon-addon:hover .icon {
				    color: #2580db;
				}
			/*end icon*/

.step-form--body .form-control {
    padding: 12px 20px 20px 40px;
    float: left;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: #EFEFEF solid 1px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #AEAEAE;
}
	.step-form--body .form-control.error {
		border-bottom: red solid 1px;
		color: red;
	}
	.step-form--body label.error {
		font-size: 11px;
		color: red;
	}
	

@media (max-width: 640px) {
	.step-form--body .btn--blue {
		width: auto;
		padding: 15px 30px;
	}
}
@media (max-width: 480px) {
	.step-form--body .btn--blue {
		width: auto;
		padding: 15px;
	}
}

.tabletitles{color:#fff;font-weight:700}
.titles{color:#fff;font-weight:700}




/* new home style */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body.new-theme {
    background: none !important;
	margin-top: -2px;
	font-family: 'Montserrat', sans-serif !important;
	color: #0a0724;
}
/*
@media screen and (max-width: 782px) {
	body.new-theme {
		margin-top: -46px;
	}
}
*/
body.new-theme .site-title a {
	background-size: 184px auto !important;
	min-height: 80px !important;
}

body.new-theme .site-container {
	max-width: inherit;
	margin: 0;
	padding: 0;
	width: 100%;
	box-shadow: none;
}

body.new-theme nav.nav-secondary {
    display: inline-block;
    width: 75%;
    background-color: #fff !important;
    text-align: right;
    vertical-align: middle;
    padding-right: 36px;
    box-sizing: border-box;
}

body.new-theme header.site-header {
    display: inline-block;
    width: 25%;
    padding-left: 36px !important;
    vertical-align: middle;
}

body.new-theme .nav-secondary .genesis-nav-menu > .menu-item > a {
	background-color: transparent !important;
	color: #333 !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	padding: 15px 17px 14px !important;
}

body.new-theme .nav-secondary .genesis-nav-menu > .current-menu-item > a {
	background-color: transparent !important;
	color: #333 !important;
	border-bottom: 2px solid #1ac3dd !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
}

body.new-theme header.entry-header {
	display: none;
}

body.new-theme .content > .entry {
	margin: 0 !important;
	padding: 0 !important;
}

#top-search-container {
	height: 472px;
	background: #5ddbf6 url(/wp-content/themes/lifestyle-pro/images/new/header_bg.png?v=2) right top no-repeat;
}

/* top menu */
body.new-theme ul#menu-new-menu {
	display: flex;
	flex-direction: row-reverse;
}
body.new-theme ul#menu-new-menu li:first-child {
	order: 5;
}
body.new-theme ul#menu-new-menu li:nth-child(2) {
	order: 3;
}
body.new-theme ul#menu-new-menu li:nth-child(3) {
	order: 4;
}
body.new-theme ul#menu-new-menu li:nth-child(4) {
	order: 1;
	background: #ffb600;
	border-radius: 10px;
	margin-left: 20px;
}
body.new-theme ul#menu-new-menu li:nth-child(5) {
	order: 2;
}
body.new-theme ul#menu-new-menu li:nth-child(4) a {
	text-transform: uppercase;
}


/* top search block */
#top-search-container {
	box-sizing: border-box;
	padding-top: 97px;
}
.top-search-header {
	font-size: 2.5125rem;
	font-weight: 800;
	color: white;
	text-align: center;
	line-height: 1.2;
}
.top-search-subheader {
	font-size: 0.8375rem;
	font-weight: 600;
	color: white;
	text-align: center;
	line-height: 3.8;
}
.top-search-fields,
.top-search-underline {
	width: 812px;
	display: flex;
	margin: 0 auto;
	padding-top: 9px;
}
.col {
	position: relative;
	flex-basis: 0;
	flex-grow: 1;
	padding: 0 13px;
}
.top-search-fields select,
.top-search-fields select:hover {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: white !important;
	display: inline-block;
	border: 0;
	border-radius: 6px;
	width: 100%;
	height: 54px;
	box-sizing: border-box;
	font-size: 0.9rem;
	color: #182933;
	font-weight: 800;
	padding: 0 38px 0 20px;
	letter-spacing: 0.04em;
	pointer-events: auto;
}
.select-wrapper {
	position: relative;
	display: inline-flex;
	width: 100%;
	pointer-events:none;
}
.select-wrapper::after {
	position: absolute;
	font-size: 125%;
	right: 1.0em;
	top: 1.3em;
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent !important;
	border-bottom: 0;
	border-left: .3em solid transparent !important;
	pointer-events:none;
}
.top-search-fields input,
.top-search-fields input::placeholder {
	display: inline-block;
	border: 0;
	border-radius: 6px;
	width: 100%;
	height: 54px;
	box-sizing: border-box;
	font-size: 0.95rem;
	color: #182933;
	font-weight: 800;
	padding: 0 21px;
	letter-spacing: 0.12em;
}
.top-search-fields input::placeholder,
.top-search-fields input:active::placeholder, .top-search-fields input:focus::placeholder,
.top-search-fields input:active::-webkit-input-placeholder, .top-search-fields input:focus::-webkit-input-placeholder {
	color: #182933;
	font-weight: bold;
	padding: 0;
}
.top-search-fields input:active:-moz-placeholder, .top-search-fields input:focus:-moz-placeholder,
.top-search-fields input:active::-moz-placeholder, .top-search-fields input:focus::-moz-placeholder,
.top-search-fields input:active:-ms-input-placeholder, .top-search-fields input:focus:-ms-input-placeholder {
	color: #182933;
	font-weight: bold;
	padding: 0;
}
.top-search-fields input[type=button],
.top-search-fields input[type=button]:hover,
.top-search-fields input[type=button]:focus,
.top-search-fields input[type=button]:active
{
	color: white;
	background: #116fa8;
}
.top-search-underline {
	width: 784px;
	background: url(/wp-content/themes/lifestyle-pro/images/new/brands.png?v=2) right center no-repeat;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 6.5;
	color: white;
}


/* popular jobs block */
#pop-jobs-container {
	width: 640px;
	margin: 0 auto;
	padding: 70px 0 40px 0;
	text-align: center;
}

body.new-theme h2 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 1.130625rem;
	font-weight: 800;
}
body.new-theme .block-subheader {
	padding-top: 13px;
	font-size: 0.795625rem;
}
.pop-jobs-tiles {
	padding: 26px 0 0 0;
	margin: 0 !important;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pop-jobs-tiles li {
	display: block;
	position: relative;
	flex-grow: 0;
	flex-basis: 160px;
	width: 160px;
	height: 160px;
	box-sizing: border-box;
	padding: 7px;
}
.pop-jobs-tiles li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #d4eef9;
	padding-top: 108px;
	font-size: 0.795625rem;
	font-weight: bold;
	color: inherit !important;
	background: url("/wp-content/themes/lifestyle-pro/images/new/job_tiles.png?v=3") no-repeat;
}

/* more categories block */
.light-blue-background {
	background: #f7fcff;
}
#more-cats-container {
	width: 804px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
.more-cats-tiles {
	padding: 26px 0 0 0;
	list-style: none;
	width: 804px;
	margin: 0 -45px 0 auto !important;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
.more-cats-tiles li {
	display: block;
	list-style: none;
	position: relative;
	flex-grow: 0;
	flex-basis: 268px;
	width: 268px;
	box-sizing: border-box;
	padding: 7px;
	text-align: left;
}
.more-cats-tiles li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 0.795625rem;
	color: inherit !important;
	white-space: nowrap;
}
.more-cats-tiles li a i {
	display: inline-block;
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
	background: url("/wp-content/themes/lifestyle-pro/images/new/more_cats_tiles.png?v=4") no-repeat;
}
.big-blue-button,
.big-blue-button:hover {
	display: inline-block;
	background: #00adf2;
	font-size: 0.67rem;
	font-weight: 800;
	color: white !important;
	padding: 11px 20px 10px 20px;
	margin: 0;
	letter-spacing: 2px;
	border-radius: 6px;
}
#more-cats-container .big-blue-button {
	margin-top: 40px;
}

/* how it works */
#how-it-works-container {
	width: 804px;
	margin: 0 auto;
	padding: 40px 0 70px 0;
	text-align: center;
}
.how-it-works-tiles {
	padding: 10px 0 0 0;
	margin: 0 !important;
	list-style: none;
	background: url(/wp-content/themes/lifestyle-pro/images/new/dash_line.png?v=2) center 38px no-repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.how-it-works-tiles li {
	display: block;
	position: relative;
	flex-grow: 0;
	flex-basis: 268px;
	width: 268px;
	height: 160px;
	box-sizing: border-box;
	padding: 7px;
	vertical-align: top;
	font-size: 0.75375rem;
}
.how-it-works-tiles li strong {
	display: block;
	font-size: 0.8375rem;
	line-height: 2.01rem;
	padding-bottom: 5px;
}
.how-it-works-tiles li b {
	display: block;
	width: 48px;
	height: 48px;
	background: #00adf2;
	border-radius: 24px;
	text-align: center;
	color: white;
	font-size: 1.1725rem;
	line-height: 48px;
	margin: 0 auto 13px auto;
}

/* welcome block */
#welcome-container {
	width: 804px;
	position: relative;
	margin: 0 auto;
	padding: 70px 0;
}
#welcome-container>div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 0.75375rem;
	padding: 0 7px;
}
#welcome-container>div>div {
	padding: 14px 0 21px 0;
	line-height: 1.8425rem;
}
#welcome-container>div img {
	width: 388px;
	border-radius: 6px;
}

/* testimonials block */
#testimonials-container {
	width: 804px;
	position: relative;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
}
.testimonials-text {
	display: inline-block;
	padding: 14px 13px 21px 13px;
	line-height: 1.8425rem;
	font-size: 0.75375rem;
	border-bottom: 1px solid #e4f4fb;
}
.testimonials-company {
	margin-top: 21px;
	display: inline-block;
	padding: 0 67px;
	position: relative;
}
.testimonials-company:before,
.testimonials-company:after {
	content: '';
	display: block;
	border-bottom: 1px solid #26455f;
	border-left: 1px solid #26455f;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 11px;
}
.testimonials-company:before {
	left: 0;
	transform: rotate(45deg);
}
.testimonials-company:after {
	right: 0;
	transform: rotate(225deg);
}
.testimonials-company b {
	display: block;
	font-size: 0.8375rem;
	font-weight: 500;
}
.testimonials-company span {
	display: block;
	font-size: 0.5025rem;
	font-weight: 300;
	line-height: 1;
}
#bottom-container {
	width: 100%;
	height: 235px;
	background: url(/wp-content/themes/lifestyle-pro/images/new/bottom_bg.jpg?v=2) center center no-repeat;
	position: relative;
	padding: 57px 0;
	text-align: center;
	color: white;
}
@media only screen and (min-width: 1286px) {
	#bottom-container {
		background-size: cover;
	}
}
#bottom-container h2 {
	color: white;
}
.bottom-text {
	display: inline-block;
	padding: 14px 13px 21px 13px;
	font-size: 0.75375rem;
}

/* footer */
body.new-theme  .site-footer {
	background-color: #212223 !important;
	color: white;
}
body.new-theme .site-footer .wrap {
	max-width: 992px;
}
.footer-top-container {
	max-width: 992px;
	background: url(/wp-content/themes/lifestyle-pro/images/new/footer_logo.png?v=3) right 0px top 23px no-repeat;
	font-size: 0.75375rem;
	padding-top: 26px;
	padding-bottom: 27px;
	text-align: left;
	border-bottom: 1px solid #4b4c4c;
}
.footer-top-container b {
	display: block;
	padding-bottom: 13px;
}
.footer-bottom-container {
	display: flex;
	max-width: 992px;
	font-size: 0.67rem;
	padding-top: 23px;
	padding-bottom: 23px;
	text-align: left;
}
body.new-theme  .footer-bottom-container a,
body.new-theme  .footer-bottom-container a:visited {
	color: white;
}
body.new-theme  .footer-bottom-container a:hover,
body.new-theme  .footer-bottom-container a:focus,
body.new-theme  .footer-bottom-container a:active {
	color: #a0a0a0;
}
.footer-useful-links, .footer-register {
	flex-grow: 8;
	flex-basis: 0;
}
.footer-useful-links {
	line-height: 2.2;
}
.footer-useful-links b {
	display: block;
	font-size: 0.75375rem;
}
.footer-popular-jobs {
	flex-grow: 21;
	flex-basis: 0;
	position: relative;
	border-left: 1px solid #4b4c4c;
	border-right: 1px solid #4b4c4c;
	line-height: 2.2;
}
.footer-popular-jobs ul {
	list-style: none;
	position: relative;
}
.footer-popular-jobs ul li {
	list-style: none;
	width: 33%;
	float: left;
	padding-left: 40px;
}
.footer-popular-jobs ul:after {
	content: '';
	display: block;
	clear: both;
}
.footer-register {
	font-size: 0.75375rem;
	text-align: center;

}
.footer-register .big-blue-button {
	margin-top: 13px;
	margin-bottom: 33px;
}
.footer-copyright {
	font-size: 0.62rem;
	padding-left: 10px;
}

/* Quotes form */
.quotes-form-header {
	text-align: center;
	color: white;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #5ddbf6 url(/wp-content/themes/lifestyle-pro/images/new/header_bg.png?v=2) right top no-repeat;
}

.quotes-form-header h1 {
	color: white;
}

.quotes-form-section-container {
	width: 600px;
	position: relative;
	margin: auto;
	text-align: left;
}

.quotes-form-section {
	background-color: #fff;
	padding: 20px;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	box-shadow: 0 0px 15px 0 rgba(0,0,0,0.3);
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.quotes-form-input.postcode {
	position: relative;
	display: flex;
}

.quotes-form-input.postcode input {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.quotes-form-input.postcode a {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.quotes-form-section .big-blue-button {
	white-space: nowrap;
}

.quotes-form-section input,
.quotes-form-section select,
.quotes-form-section textarea {
	border-radius: 6px;
	padding: 9px 16px;
	border-color: #ccc;
	color: #333;
	font-weight: 500;
}

.quotes-form-section input:focus,
.quotes-form-section select:focus,
.quotes-form-section textarea:focus {
	border-color: #999;
	outline: none;
}

.quotes-form-section select,
.quotes-form-section select:hover {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	pointer-events: auto;
}
.quotes-form-section .select-wrapper::after {
	border-color: #777;
	top: 0.9em;
	right: 0.9em;
}

body.new-theme .quotes-form-section h2 {
	padding-bottom: 20px;
}
body.new-theme .quotes-form-section p {
	margin-bottom: 20px;
}
.quotes-form-section input::placeholder,
.quotes-form-section input:active::placeholder, .top-search-fields input:focus::placeholder,
.quotes-form-section input:active::-webkit-input-placeholder, .top-search-fields input:focus::-webkit-input-placeholder,
.quotes-form-section textarea::placeholder,
.quotes-form-section textarea:active::placeholder, .top-search-fields textarea:focus::placeholder,
.quotes-form-section textarea:active::-webkit-input-placeholder, .top-search-fields textarea:focus::-webkit-input-placeholder {
	color: #777;
	font-weight: 500;
}
ul.quotes-form-options {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: -5px;
}
ul.quotes-form-options li {
	list-style: none;
	list-style-type: none !important;
	width: 50%;
	float: left;
	padding: 5px 0;
}
ul.quotes-form-options:after {
	content: '';
	display: block;
	clear: both;
}
ul.quotes-form-options input {
	display: none;
}
ul.quotes-form-options input~i {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	border: 4px solid #a0a0a0;
	vertical-align: top;
	margin-right: 10px;
}
ul.quotes-form-options input:checked~i {
	border: 4px solid #00adf2;
}
ul.quotes-form-options input:checked~i:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #00adf2;
	position: absolute;
	top: 4px;
	left: 4px;
}
ul.quotes-form-options input~span {
	vertical-align: top;
	display: inline-block;
	width: calc(100% - 35px);
}
.quotes-form-button-next {
	text-align: right;
	padding-top: 20px;
}
.quotes-form-section .row {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
}
.quotes-form-section .col {
	padding-left: 10px;
	padding-right: 10px;
}
.quotes-form-section .error {
	display: none;
	color: red;
}
.quotes-form-section-container {
	display: none;
}
.quotes-form-section-container.show {
	display: block;
}
.quotes-form-section p,
.quotes-form-section label span,
.quotes-form-section .error {
	font-size: 0.8rem;
}

body.new-theme .loader {
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	margin: auto;
	font-weight: 600;
}
body.new-theme .loader:before {
	content: '1';
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	background: none;
	padding-top: 8px;
	text-align: center;
	-webkit-animation: countdown 10s linear; /* Safari */
	animation: countdown 10s linear;
}
body.new-theme .loader:after {
	content: '';
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #3498db;
	width: 38px;
	height: 38px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
	box-sizing: border-box;
	display: block;
}


/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes countdown {
	0% { content: '5'; }
	10% { content: '4'; }
	20% { content: '3'; }
	30% { content: '2'; }
	40% { content: '1'; }
	50% { content: '0'; }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes countdown {
	0% { content: '5'; }
	10% { content: '4'; }
	20% { content: '3'; }
	30% { content: '2'; }
	40% { content: '1'; }
	50% { content: '0'; }
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* media queries */
/* tablet */
@media screen and (max-width: 1024px) {
	body.new-theme {
		margin-top: -46px;
	}
	body.new-theme .wrap {
		max-width: 600px;
	}
	body.new-theme header.site-header {
		display: block;
		margin: auto;
		margin-top: 30px;
		width: 240px;
		padding: 0 !important;
	}
	body.new-theme .genesis-nav-menu.responsive-menu .menu-item,
	body.new-theme .responsive-menu-icon {
		display: block;
	}
	body.new-theme .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	body.new-theme .genesis-nav-menu.responsive-menu {
		display: none;
	}
	body.new-theme nav.nav-secondary {
		display: block;
		padding-bottom: 20px;
		margin: auto;
	}
	body.new-theme .responsive-menu-icon {
		text-align: right;
	}
	body.new-theme .responsive-menu-icon {
		margin-top: -35px;
		margin-bottom: 2px;
		margin-right: -12px;
	}
	body.new-theme ul#menu-new-menu {
		display: none;
	}
	body.new-theme .responsive-menu-icon::before {
		color: #0659a9;
		vertical-align: middle;
		height: 100%;
		display: inline-block;
	}
	body.new-theme nav.nav-secondary {
		margin-top: 100px !important;
	}
	body.new-theme header.site-header {
		position: absolute;
		top: 0;
		margin-top: 0;
		margin-left: -120px;
		left: 50%;
	}
	body.new-theme.admin-bar header.site-header {
		margin-top: 46px;
	}
	body.new-theme nav.nav-secondary {
		padding-right: 0;
	}
	body.new-theme .nav-secondary .genesis-nav-menu > .menu-item > a {
		text-align: center;
	}
	body.new-theme ul#menu-new-menu {
		flex-direction: column-reverse;
		margin-top: 22px;
	}
	.quotes-form-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.quotes-form-header b {
		display: none;
	}
	.quotes-form-header h1 {
		margin: 0;
	}
	#top-search-container {
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
	}
	.top-search-underline {
		line-height: 4.5;
	}
}
@media screen and (max-width: 900px) {
	.top-search-fields, .top-search-underline {
		width: 100%;
		display: block;
	}
	.col:not(:first-child) {
		margin-top: 20px;
	}
	#pop-jobs-container {
		width: 100%;
	}
	#more-cats-container {
		width: 100%;
	}
	ul.more-cats-tiles {
		width: 90%;
		max-width: 800px;;
		margin: auto !important;
		text-align: center;
		justify-content: center;
	}
	#how-it-works-container {
		width: 100%;
	}
	ul.how-it-works-tiles {
		background: none;
	}
	#welcome-container {
		width: 100%;
	}
	#welcome-container>div {
		width: 90%;
		margin: auto;
		display: block;
		text-align: center;
	}
	#welcome-container a.big-blue-button {
		margin-bottom: 40px;
	}
	#testimonials-container {
		width: 100%;
	}
	.footer-top-container {
		background: url(/wp-content/themes/lifestyle-pro/images/new/footer_logo.png) center top 20px no-repeat;
		padding-top: 140px;
		text-align: center;
	}
	.footer-bottom-container {
		display: block;
	}
	.footer-useful-links {
		text-align: center;
	}
	.footer-popular-jobs {
		padding-top: 40px;
		margin-top: 40px;
		border-top: 1px solid #4b4c4c;
		border-bottom: 1px solid #4b4c4c;
		border-left: 0;
		border-right: 0;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 800px) {
	.top-search-header {
		font-size: 1.1725rem;
	}
	.top-search-subheader {
		line-height: 2;
	}
	.top-search-underline {
		background: url(/wp-content/themes/lifestyle-pro/images/new/brands.png?v=2) left 12px bottom no-repeat;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-top: 0;
		background-size: calc(100% - 25px);
	}
	div#bottom-container {
		padding-top: 60px;
	}
	.footer-popular-jobs ul li {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
}

@media screen and (min-width: 782px) {
	body.new-theme.admin-bar header.site-header {
		margin-top: 32px;
	}
}
@media screen and (max-width: 640px) {
	.quotes-form-section-container {
		width: 100%;
	}
	ul.quotes-form-options li {
		width: 100%;
		float: left;
	}
	.quotes-form-section .row {
		display: block;
	}
}