/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.site-header {
	background: #fff;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #6F6D6D;
	font-size: 14px;
	line-height: 190%;
}

a, .content #genesis-responsive-slider a, .content #genesis-responsive-slider h2 a:hover {
	color: #8AC53F;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
}

.home-bottom .widget-title {
	color: #6F6D6D;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 17px;
}

/* Navigation */
.nav-primary {
	background-color: #E1E6E7;
}

.genesis-nav-menu .current-menu-parent > a,
.genesis-nav-menu .current-menu-item > a {
	background-color: #CAD2D3;
	color: #FFF;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	color: #727781;
	font-size: 13px;
	padding: 14px 20px;
	position: relative;
	width: 300px;
}

.genesis-nav-menu .menu-item > a:hover {
	background: #00657F;
	color: white;
}

.genesis-nav-menu a {
	color: #727781;
	padding-left: 16px;
	padding-right: 16px;
}

.genesis-nav-menu a:hover {
	color: #fff;
}

@media (min-width: 900px) {
	.genesis-nav-menu a {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Slider */
.outreach-pro-home .site-inner {
	padding: 15px 0;
	background-color: #F0F0F0;
}

#genesis-responsive-slider {
	box-shadow: 0 50px 70px rgba(0,0,0,0.3) !important;
	border: none;
	padding: 0;
}

/* Header Widgets */
#text-6 .textwidget {
	color: #6F6D6D;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 46px;
}

/* Homepage Feature Widgets */
.widget.featured-content.featuredpage .entry-content, .widget.featured-content.featuredpage .entry-content a {
	font-size: 14px;
	line-height: 175%;
	font-weight: 300;
}

.home-bottom .featured-content img {
	box-shadow: none;
}

.footer-widgets {
	background-color: #343537;
	color: #ccc;
	clear: both;
	font-size: 12px;
	padding: 60px 0 30px;
}

.site-footer {
	background-color: #3F4142;
	border-top: none;
	box-shadow: none;
	color: #9EA0A1;
	font-size: 11px;
	padding: 25px 0;
	text-align: center;
}

.site-footer a {
	color: #9EA0A1;
}

.site-footer {
	font-size: 11px;
}

/* Content Pages */
.site-inner {
	clear: both;
	font-size: 16px;
	overflow: hidden;
	padding-top: 30px;
	background-color: #F0F0F0;
}

main.content .entry-title {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

article .entry-title {
	text-transform: Capitalize !important;
}

.sidebar .widget {
	background-color: #FFF;
	border-radius: 3px;
	padding: 30px;
	color: #6F6D6D;
}

.simple-social-icons ul li {
	margin-bottom: 0 !important;
}

.sub-footer-left {
	float: none;
	margin: 0;
	width: auto;
}

.sub-footer-left .widget_mc4wp_widget {
	text-align: center;
}

@media(min-width: 768px) {
	.sub-footer-left .widget_mc4wp_widget {
		text-align: left;
	}
	
	.sub-footer-left .widget_mc4wp_widget .inline-block {
		float: left;
		width: 30%;
		margin-right: 5%;
	}
	
	.sub-footer-left .widget_mc4wp_widget .inline-block-long {
		width: 65%;
		margin: 0;
	}
	
	.sub-footer-left .widget_mc4wp_widget input {
		display: inline-block;
		width: 75%;
		vertical-align: middle;
	}
	
	.sub-footer-left .widget_mc4wp_widget input[type=submit] {
		width: auto;
	}
}

.sub-footer-right {
	display: none;
}

.flex-direction-nav a {
	outline: none;
}

.sidebar li a {
	color: #727781;
}

.sidebar li.current-menu-item > a,
.sidebar li a:hover {
	color: #8AC53F;
}

.sidebar .widget-title {
	color: #00657F;
}

.mc4wp-form input {
	margin-bottom: 8px;
}

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

.flexslider,
.slide-image {
	max-height: 600px;
}

.sub-footer {
	padding: 30px 0;
}

.sub-footer .widget {
	margin: 0;
}

@media (max-width: 480px) {
	.site-inner .wrap {
		padding: 0;
	}
	
	.content {
		margin: 0;
		padding: 14px;
	}
}

.footer-widgets .featured-content .entry-title {
	font-size: 16px;
}

.home-top {
	position: relative;
}

.home-top .genesis_responsive_slider + .widget_text {
	background-color: rgba(0,0,0,0.5);
	border: medium none;
	margin: 0;
	opacity: 1;
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	padding: 25px;
}

.home-top .genesis_responsive_slider + .widget_text .widget-title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 15px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	opacity: .5;
	display: none;
}

.accordion-group {
	border-bottom: 1px dotted #e5e5e5 !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	margin-bottom: 2px;
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.site-header {
	background: #fff;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #6F6D6D;
	font-size: 14px;
	line-height: 190%;
}

a, .content #genesis-responsive-slider a, .content #genesis-responsive-slider h2 a:hover {
	color: #8AC53F;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
}

.home-bottom .widget-title {
	color: #6F6D6D;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 17px;
}

/* Navigation */
.nav-primary {
	background-color: #E1E6E7;
}

.genesis-nav-menu .current-menu-parent > a,
.genesis-nav-menu .current-menu-item > a {
	background-color: #CAD2D3;
	color: #FFF;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	color: #727781;
	font-size: 13px;
	padding: 14px 20px;
	position: relative;
	width: 300px;
}

.genesis-nav-menu .menu-item > a:hover {
	background: #00657F;
	color: white;
}

.genesis-nav-menu a {
	color: #727781;
	padding-left: 16px;
	padding-right: 16px;
}

.genesis-nav-menu a:hover {
	color: #fff;
}

@media (min-width: 900px) {
	.genesis-nav-menu a {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Slider */
.outreach-pro-home .site-inner {
	padding: 15px 0;
	background-color: #F0F0F0;
}

#genesis-responsive-slider {
	box-shadow: 0 50px 70px rgba(0,0,0,0.3) !important;
	border: none;
	padding: 0;
}

/* Header Widgets */
#text-6 .textwidget {
	color: #6F6D6D;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 46px;
}

/* Homepage Feature Widgets */
.widget.featured-content.featuredpage .entry-content, .widget.featured-content.featuredpage .entry-content a {
	font-size: 14px;
	line-height: 175%;
	font-weight: 300;
}

.home-bottom .featured-content img {
	box-shadow: none;
}

.footer-widgets {
	background-color: #343537;
	color: #ccc;
	clear: both;
	font-size: 12px;
	padding: 60px 0 30px;
}

.site-footer {
	background-color: #3F4142;
	border-top: none;
	box-shadow: none;
	color: #9EA0A1;
	font-size: 11px;
	padding: 25px 0;
	text-align: center;
}

.site-footer a {
	color: #9EA0A1;
}

.site-footer {
	font-size: 11px;
}

/* Content Pages */
.site-inner {
	clear: both;
	font-size: 16px;
	overflow: hidden;
	padding-top: 30px;
	background-color: #F0F0F0;
}

main.content .entry-title {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

article .entry-title {
	text-transform: Capitalize !important;
}

.sidebar .widget {
	background-color: #FFF;
	border-radius: 3px;
	padding: 30px;
	color: #6F6D6D;
}

.simple-social-icons ul li {
	margin-bottom: 0 !important;
}

.sub-footer-left {
	float: none;
	margin: 0;
	width: auto;
}

.sub-footer-left .widget_mc4wp_widget {
	text-align: center;
}

@media(min-width: 768px) {
	.sub-footer-left .widget_mc4wp_widget {
		text-align: left;
	}
	
	.sub-footer-left .widget_mc4wp_widget .inline-block {
		float: left;
		width: 30%;
		margin-right: 5%;
	}
	
	.sub-footer-left .widget_mc4wp_widget .inline-block-long {
		width: 65%;
		margin: 0;
	}
	
	.sub-footer-left .widget_mc4wp_widget input {
		display: inline-block;
		width: 75%;
		vertical-align: middle;
	}
	
	.sub-footer-left .widget_mc4wp_widget input[type=submit] {
		width: auto;
	}
}

.sub-footer-right {
	display: none;
}

.flex-direction-nav a {
	outline: none;
}

.sidebar li a {
	color: #727781;
}

.sidebar li.current-menu-item > a,
.sidebar li a:hover {
	color: #8AC53F;
}

.sidebar .widget-title {
	color: #00657F;
}

.mc4wp-form input {
	margin-bottom: 8px;
}

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

.flexslider,
.slide-image {
	max-height: 600px;
}

.sub-footer {
	padding: 30px 0;
}

.sub-footer .widget {
	margin: 0;
}

@media (max-width: 480px) {
	.site-inner .wrap {
		padding: 0;
	}
	
	.content {
		margin: 0;
		padding: 14px;
	}
}

.footer-widgets .featured-content .entry-title {
	font-size: 16px;
}

.home-top {
	position: relative;
}

.home-top .genesis_responsive_slider + .widget_text {
	background-color: rgba(0,0,0,0.5);
	border: medium none;
	margin: 0;
	opacity: 1;
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	padding: 25px;
}

.home-top .genesis_responsive_slider + .widget_text .widget-title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 15px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	opacity: .5;
	display: none;
}

.accordion-group {
	border-bottom: 1px dotted #e5e5e5 !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	margin-bottom: 2px;
}

.site-header .wrap { padding-bottom: 0; }
.site-header .widget-area { width: 33%; }
.title-area { max-width: 715px; width: 66%; } 
body.header-image .site-title a {
	background-position: center!important;
	background-size: contain !important;
	max-width: 510px!important;
background-image: url('http://www.lifestylephysiocronulla.com.au/wp-content/uploads/2017/05/logo.png')!important;
}
@media (max-width: 767px) {
	.site-header .widget-area { width: 100%; }
.title-area { max-width: 715px; width: 100%; } 
}