/*
	Theme Name: Reach Physio
	Version: 1.0.5

	Template: genesis
	Template Version: 2.5.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Sidebar	
	- Comments
- Footer Widgets
- Site Footer
- Fadeup Effect
- Media Queries
	- Min-width: 801px
	- Max-width: 800px
	- Max-width: 600px
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content: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;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content: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 */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #3f4a5c;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: transparent;
}

::selection {
	background-color: transparent;
}

a {
	color: #3f4a5c;
	text-decoration: none;
	border-bottom: 2px solid #80b33a;
}

a:focus,
a:hover {
	background-color: #80b33a;
	color: #fff;
}

a.flex-active,
*:active, 
*:focus {
	border: none;
	outline: none;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 15px;
	font-size: 1.5rem;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	color: #3f4a5c;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 47px;
	font-size: 4.7rem;
	font-weight: 600;
}

h2 {
	color: #3f4a5c;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 600;
}

h3 {
	color: #3f4a5c;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -2px;
	margin-bottom: 50px;
	margin-top: 100px;
}


h4 {
	color: #80b33a;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
}

.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: -1px;
	margin-top: 50px;
	font-weight: 400;
}

h5 {
	color: #80b33a;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
}

h6 {
	color: #80b33a;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

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

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

img {
	height: auto;
}

img.entry-image {
	max-width: 500px;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #5b5e5e;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 5px 10px;
	width: 100%;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #5b5e5e;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #80b33a;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid #80b33a;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

/* gravity forms */

.gform_body label {
	color: #80b33a!important;
	text-transform: uppercase;
}

/* end gravity */

::-moz-placeholder {
	color: #999;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 400;
}

a.book-button:hover,
a.book-button:focus {
	border-bottom: none;
	background-color: transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	background-image: #80b33a;
    background-image: -webkit-linear-gradient(left, #53688a , #80b33a , #aadf61);
    background-image: -o-linear-gradient(left, #53688a , #80b33a , #aadf61);
    background-image: -moz-linear-gradient(left, #53688a , #80b33a , #aadf61);
    background-image: linear-gradient(left, #53688a , #80b33a , #aadf61);
	background-size: 200% auto;
    background-position: 100% 0;
	transition: background-position 0.5s;
    border-radius: 25px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 20px;
    text-transform: capitalize;
    white-space: normal;
    width: auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.entry-content a.button:hover,
.textwidget a.button:hover {
	background-position: 0 0;
}

.blue-button {
    background: #4e6fe5;
    background-image: -webkit-linear-gradient(left, #aadf61, #3f4a5c , #53688a);
    background-image: -o-linear-gradient(left, #aadf61, #3f4a5c , #53688a);
    background-image: -moz-linear-gradient(left, #aadf61, #3f4a5c , #53688a);
    background-image: linear-gradient(left, #aadf61, #3f4a5c , #53688a);
	background-size: 200% auto;
    background-position: 100% 0;
	transition: background-position 0.5s;
	border-radius: 25px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    text-transform: capitalize;
    white-space: normal;
    width: auto;
}

.blue-button:hover,
.blue-button:focus {
	background-position: 0 0;
}

.header-book-button a {
	background: #4e6fe5;
    background-image: -webkit-linear-gradient(left, #aadf61, #3f4a5c , #53688a);
    background-image: -o-linear-gradient(left, #aadf61, #3f4a5c , #53688a);
    background-image: -moz-linear-gradient(left, #aadf61, #3f4a5c , #53688a);
    background-image: linear-gradient(left, #aadf61, #3f4a5c , #53688a);
	background-size: 200% auto;
    background-position: 100% 0;
	transition: background-position 0.5s;
	border-radius: 25px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 20px!important;
    text-transform: capitalize;
    white-space: normal;
    width: auto;
}

.header-book-button a:hover,
.header-book-button a:focus {
	color: #fff!important;
	background-position: 0 0;
}

.transparent-white-button {
    background: transparent;
    border: 1px solid #fff;
	color: #fff;
	border-radius: 25px;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 20px;
    text-transform: capitalize;
    white-space: normal;
    width: auto;
}

.transparent-white-button:hover {
	background: #fff;
    border: 1px solid #fff;
	color: #80b33a;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 8px 20px;
}

input[type="submit"],
.content input[type="submit"] {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 8px 20px;
	width: 100%;
}

a.more-link {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
	background-color: #232525;
	border: none;
	color: #fff;
	text-decoration: none;
}

button.menu-toggle:focus,
button.menu-toggle:hover {
	background-color: transparent;
	border: none;
    outline: none;
}


.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
	background-color: #fff;
	color: #232525;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

.button {
	display: inline-block;
}

.book-button {
	float: left;
    clear: both;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Column Classes
--------------------------------------------- */

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


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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #232525;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.digital-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	padding: 60px 20px;
	max-width: 1080px;
	width: 100%;
}

.single-post .site-inner {
	margin-top: 112px;
}

.home .site-inner,
.page-template-page-treatments-all .site-inner,
.page-template-page-therapists-all .site-inner,
.page-template-page_standard .site-inner,
.page-template-page_contact .site-inner,
.page-template-page_blog .site-inner,
.category .site-inner  {
	max-width: 100%;
	padding: 0;
}

.digital-landing .site-inner,
.front-page .site-inner {
	margin-top: 0;
}


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

/* Avatar
--------------------------------------------- */

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

.after-entry .avatar {
	float: right;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 30px;
}

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

.author-box .avatar {
	display: inline-block;
	float: none;
	height: 80px;
	margin: 0 auto 20px;
	width: 80px;
}

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

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

.archive-description,
.author-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
	text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
	margin-left: auto;
	margin-right: auto;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 10%;
	padding-bottom: 10px;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

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

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

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title,
.page.page-template-page_blog .entry-title {
	font-size: 46px;
	font-size: 4.6rem;
	letter-spacing: -2px;
	word-wrap: break-word;
}

.page .entry-title,
.single .entry-title {
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: 400;
	letter-spacing: -3px;
}

.single-post .entry-header .entry-title {
	display: none;
}

.error404 .entry-title {
	margin-left: auto;
	margin-right: auto;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
	border-bottom: none;
	color: #232525;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
	color: #e85555;
}

.widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-title.center {
	margin-bottom: 10%;
	text-align: center;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 60px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 60px 0 50px;
}

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content a {
	border-width: 0;
}

.featured-content.widget .entry {	
	padding-bottom: 60px;
}

.featured-content.widget .entry:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featured-content p.entry-meta {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.featured-content .more-link {
	border-width: 1px;
}


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

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

.enews-widget ::-moz-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget input {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

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

.enews-widget input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 0;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #232525;
	outline: #ddd solid 1px;
}

/* Top Bar */

.top-bar-container {
	position: fixed;
	background: #53688a;
    background: -webkit-linear-gradient(left, #3f4a5c , #53688a);
    background: -o-linear-gradient(left, #3f4a5c , #53688a);
    background: -moz-linear-gradient(left, #3f4a5c , #53688a);
    background: linear-gradient(left, #3f4a5c , #53688a);
	top: 0;
	width: 100%;
	z-index: 10;
}

.admin-bar .top-bar-container {
	top: 32px;
}

.top-bar-container .top-bar-content {
	max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px;
}

.top-bar-container .top-bar-wrap {
	text-align: right;
}

.phone-number a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    content: "";
    background: url(/wp-content/themes/reachphysio/images/phone-icon.png) no-repeat 0 0;
    background-size: 100%;
	vertical-align: text-bottom;
}

.top-bar-container .phone-number a {
	color: #fff;
}

.phone-number a {
	font-weight: 600;
	border-bottom: none;
}

.phone-number a:hover {
	color: inherit;
	background-color: transparent;
}

/* CTA Banner */

.cta-bar-container {
	background: #80b33a;
	background: -webkit-linear-gradient(left, #80b33a , #aadf61);
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
    clear: both;
    top: 112px;
    padding: 40px 20px;
	text-align: center;
}

.cta-bar-wrap {
	max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px;
}

.cta-bar-wrap h3.widget-title {
	color: #fff;
}

.cta-bar-wrap .textwidget {
	font-size: 24px;
	font-size: 2.4rem;
}

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

.site-header {
	/*position: absolute;*/
	position: fixed;
    width: 100%;
    z-index: 100;
	top: 32px
}

.admin-bar  .site-header {
	top: 64px
}

.site-header {
	background: #80b33a;
    background: -webkit-linear-gradient(left, #80b33a , #aadf61);
    background: -o-linear-gradient(left, #80b33a , #aadf61);
    background: -moz-linear-gradient(left, #80b33a , #aadf61);
    background: linear-gradient(left, #80b33a , #aadf61);
	-webkit-transition: height .15s ease-in-out;
		transition: height .15s ease-in-out;
	height: 80px;
}

.site-header.shrink,
.site-header.shrink > .wrap {
	height: 60px;
}

.site-header > .wrap {
	max-width: 1080px;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* Site Title and Description
--------------------------------------------- */

.title-area {
    margin: 0 auto 0 0;
    position: relative;
    display: block;
}

.site-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: lowercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	background-color: transparent;
	border-bottom-width: 0;
	color: #fff;
    font-size: 35px;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	background-color: none;
}

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

.header-image .site-title > a {
	background-position: left;
	background-size: contain !important;
	float: left;
	min-height: 76px;
	width: 211px;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
}

.site-header.shrink .site-title > a {
    min-height: 60px;
    width: 150px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

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

/* ## Menus
--------------------------------------------- */
.menu {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	clear: both;
}

.menu:before,
.menu:after {
	clear: both;
	display: block;
	content: '';
}

.menu .right {
	margin-left: auto;
}

.menu .rss,
.menu .date,
.menu .search,
.menu .twitter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0;
	margin-top: 1em;
}

.menu .rss {
	margin-left: 0;
}

.menu .rss a {
	margin-left: 1em;
}

.menu-item {
	display: block;
	padding: 10px 0;
	padding: 1rem 0;
	width: 100%;
	position: relative;
	-ms-flex-order: -1;
	order: -1;
}

.menu-item.button {
	padding: 0;
	background: transparent;
	font-size: 12px;
	font-size: 1.2rem;
	box-shadow: none;
	margin: 1em 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.menu-item.button:last-of-type a {

}

.menu-item.button a {

}

.shrink .menu-item.button a {

}

.menu-item a {
    color: #fff;
    position: relative;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    line-height: 20px;
    padding: 30px 8px;
    border-bottom: none;
    z-index: 999;
	/*-webkit-transition: padding .2s ease-in-out;
		transition: padding .2s ease-in-out;*/
}


.site-header.shrink .menu-item a {
    padding: 20px 20px;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.sfHover > a,
.menu-item.current-menu-item > a,
.current_page_parent a {
	background-color: #fff;
    color: #3f4a5c;
}

.menu-item span {
	display: block;
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
	display: none;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	clear: both;
	display: block;
	content: '';
}

.sub-menu .menu-item {
	width: 100%;
	height: auto;
}

/* ## Specific Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
	width: 93vw;
	max-width: 400px;
	max-width: 40rem;
	margin: 0;
	padding: 0;
	background-color: #80b33a;
	position: absolute;
	left: -400px;
	left: -40rem;
	top: 0;
	bottom: 0;
	height: 100vh;
	overflow: auto;
	transition: all 0.3s ease;
}

.nav-primary.activated,
.nav-secondary.activated {
	left: 0;
	right: auto;
	box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
}

.no-js .nav-primary,
.no-js
.nav-secondary {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	right: auto;
	border: 0;
	padding: 0;
}

.no-js .nav-primary .wrap,
.no-js
.nav-secondary .wrap {
	padding: 0;
}

.no-js .nav-primary .menu,
.no-js
.nav-secondary .menu {
	padding: 0;
}

.no-js .nav-primary .menu-item,
.no-js
.nav-secondary .menu-item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	padding-right: 10px;
	padding-right: 1rem;
}

.nav-primary .menu,
.nav-secondary .menu {
	padding: 5em 0 7.5em;
	position: relative;
}

.nav-secondary {
	width: 100%;
}

.nav-secondary .sub-menu .menu-item {
	height: auto;
}

/* ## Menu Toggle
--------------------------------------------- */
.menu-toggle {
	padding: 1em 0.5em;
	margin-right: -0.5em;
	cursor: pointer;
	background: transparent;
	box-shadow: none;
	display: block;
	height: auto;
	position: absolute;
	left: 10px;
    top: 50%;
    transform: translateY(-50%);
	color: #fff;
	z-index: 999;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: none;
	box-shadow: none;
	color: #fff;
}

.menu-toggle.activated,
.shrink .menu-toggle {
	color: #fff;
}

.menu-toggle.activated span,
.shrink .menu-toggle span {
	background: #fff;
}

.menu-toggle.activated span:before,
.menu-toggle.activated span:after,
.shrink .menu-toggle span:before,
.shrink .menu-toggle span:after {
	background: #fff;
}

.menu-toggle span {
	display: block;
	float: right;
	position: relative;
	height: 2px;
	background: #fff;
	width: 20px;
	width: 2rem;
	border-radius: 3px;
}

.menu-toggle span::before,
.menu-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
	content: ' ';
}

.menu-toggle span::before {
	top: -5px;
	top: -0.5rem;
	transition: top 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle span::after {
	bottom: -5px;
	bottom: -0.5rem;
	transition: bottom 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span::before {
	top: 0;
	transform: rotate(45deg);
	transition: top 0.2s 0s, transform 0.2s 0.2s;
}

.menu-toggle.activated span::after {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 0.2s 0s, transform 0.2s 0.2s;
}

/* ## Sub Menu Toggle
--------------------------------------------- */
.sub-menu-toggle {
	position: absolute;
	right: 3em;
	height: auto;
	top: 0.1em;
	background: none;
	padding: 1em;
	margin: 0 -1em;
	box-shadow: none;
	z-index: 999;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle.activated {
	background: none;
	box-shadow: none;
	border: none;
	outline: none;
}

.sub-menu-toggle:focus {
	
}

.sub-menu-toggle:before {
	content: '';
	display: block;
	margin: 2px 0 -2px;
	margin: 0.8rem 0 -0.8rem;
	border: 8px solid transparent;
	border: 0.8rem solid transparent;
	border-top-color: #fff;
}

.current_page_item.menu-item-has-children .sub-menu-toggle:before,
.menu-item-has-children:hover .sub-menu-toggle:before {
	content: '';
	border-top-color: #3f4a5c;
}

.sub-menu-toggle.activated:before {
	transform: rotate(180deg);
	margin: -2px 0 2px;
	margin: -0.2rem 0 0.2rem;
}

@media (min-width: 1024px) {

	.menu {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.nav-primary > .wrap > ul > li:hover, 
	.nav-primary > .wrap > ul > li:focus, 
	.nav-primary > .wrap > ul > li.current-menu-item, 
	.nav-primary > .wrap > ul > li.current-menu-ancestor {
		-webkit-box-shadow: 0px 17px 48px 2px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 17px 48px 2px rgba(0,0,0,0.3);
		box-shadow: 0px 17px 48px 2px rgba(0,0,0,0.3);
	}

	.menu-item {
		display: inline-block;
		padding: 0;
		width: auto;
	}

	.menu-item:last-of-type {
		margin-right: 20px;
	}
	
	.menu-item.button {
		margin: 0 0 0 1em;
	}
	.sub-menu {
		position: absolute;
		width: 22rem;
		z-index: 99;
		background-color: #fff;
		padding: 10px 20px 20px;
		font-size: 14px;
		font-size: 1.4rem;
		display: block!important;
		opacity: 0!important;
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
		pointer-events: none;
		-webkit-box-shadow: 0px 17px 48px 2px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 17px 48px 2px rgba(0,0,0,0.3);
		box-shadow: 0px 17px 48px 2px rgba(0,0,0,0.3);
	}
	
	.menu-item.sfHover > .sub-menu, .menu-item:focus > .sub-menu, .menu-item:hover > .sub-menu {
		opacity: 1!important;
		pointer-events: all;
	}

	.sub-menu:before {
		display: block;
	}
	.sub-menu .menu-item {
		height: auto;
	}
	.sub-menu .menu-item:first-of-type {
		margin-top: 0;
	}
	.sub-menu a {
		position: relative;
		word-wrap: break-word;
		color: #656565;
		width: auto;
		text-decoration: none;
		display: inline-block;
		font-weight: 700;
		line-height: 20px;
		padding: 10px 0;
	}
	
	.sub-menu a:hover,
	.sub-menu a:focus,
	.sub-menu .current-menu-item a	{
		color: #80b33a;
	}
	
	.sub-menu .sub-menu {

	}
	.nav-primary,
	.nav-secondary {
		overflow: visible;
		border: none;
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		height: auto;
		width: auto;
		max-width: none;
		display: block;
		margin: 0;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
	}
	.nav-primary.activated,
	.nav-secondary.activated {
		box-shadow: none;
		right: auto;
	}
	.no-js .nav-primary,
	.no-js
	.nav-secondary {
		display: block;
		width: auto;
	}
	.nav-primary .menu,
	.nav-secondary .menu {
		padding: 0;
	}
	.nav-secondary {
		width: 100%;
	}
	.nav-secondary .menu-item {
		height: 6rem;
	}

	.nav-secondary .menu > .menu-item:first-of-type {
		padding-left: 0;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}

}

/* Flexslider */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  /*position: relative;*/
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 10;
  left: 0;
  right: 0;
}

#slider-1 .flex-control-nav {
  bottom: 20px;
}

#slider-3 .flex-control-nav {
  bottom: -10px;
}

#slider-3 {
	max-width: 990px;
	width: 100%;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-bottom: none;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* acf_custom */

.cols-1 {
	width: 100%;
	float: left;
}

.cols-2 {
	width: 50%;
	float: left;
}

.cols-3 {
	width: 33.33%;
	float: left;
}

.cols-4 {
	width: 25%;
	float: left;
}

/* header banner */

.header-banner-backgorund-image {
	background-size: cover;
	background-repeat: no-repeat;
}

/* flexslider */

.flexslider-caption {
	color: #000;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.flex-direction-nav a {
    height: 50px!important;
}

.flex-direction-nav a:focus, .flex-direction-nav a:hover {
	border: none;
}

.flexslider-caption .banner-title {
	font-size: 52px;
}

.flexslider-caption .banner-subtitle {
	font-size: 32px;
}

.flex-direction-nav > li {
	list-style-type: none!important;
}

/* ACF Content */

.page-heading-banner-container,
.home-slider-container {
	margin-top: 112px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* General */

.full-section-container {
	float: left;
    width: 100%;
	position: relative;
	clear: both;
}

.full-section-container img {
	display: block;
	width: 100%;
}

.fixed-section-wrap {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

.full-section-wrap {
	width: 100%;
	float: left;
}

.image-fixed-section-wrap {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}

.background-blue-gradient {
	background: #0ba27d;
    background: -webkit-linear-gradient(#59d78c, #0ba27d);
    background: -o-linear-gradient(#59d78c, #0ba27d);
    background: -moz-linear-gradient(#59d78c, #0ba27d);
    background: linear-gradient(#59d78c, #0ba27d);
	float: left;
	width: 100%;
}

.has-object-fit img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

.compat-object-fit img {
    opacity: 0;
}

.page-heading-container {
	background: #80b33a;
    background: -webkit-linear-gradient(left, #80b33a, #54d48b);
    background: -o-linear-gradient(left, #80b33a, #54d48b);
    background: -moz-linear-gradient(left, #80b33a, #54d48b);
    background: linear-gradient(left, #80b33a, #54d48b);
	text-align: center;
	padding: 50px 0 100px;
}

.heading-paragraph-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.heading-paragraph-container h1.entry-title {
	color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 39px;
    font-size: 3.9rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.2px;
}

.heading-paragraph-container .heading-paragraph {
	color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

/* space block */

.space-block {
	width: 100%;
    float: left;
}


/* Home Page Slider */

.home-slider-container .slides {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.home-slider-container .slides li {
	background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

.home .home-slider-container .slides li {
    min-height: 550px;
}

.home-slider-container .slides li:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #53688a;
    background: -webkit-linear-gradient(left, #3f4a5c , #53688a);
    background: -o-linear-gradient(left, #3f4a5c , #53688a);
    background: -moz-linear-gradient(left, #3f4a5c , #53688a);
    background: linear-gradient(left, #3f4a5c , #53688a);
    opacity: 0.8;
}

.slider-content-container {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slider-content-container.align-left .slider-text-container {
	float: left;
}

.slider-content-container.align-right .slider-text-container {
	float: right;
}	

.slider-content-container.align-right .slider-text-container,
.slider-content-container.align-left .slider-text-container {
	max-width: 400px;
	width: 100%;
}

.slider-content-container.align-center .slider-text-container {
	width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.slider-title {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
}

.slider-sub-title {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
}

.slider-text {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}

.slider-button-container .standard-button {
    display: inline-block;
	margin-top: 20px;
}

.slider-button-container .standard-button:first-of-type {
	margin-right: 20px;
}

.slider-image-container {
	width: 65%;
}

.slider-content-container.align-left {
	left: 0;
}

.slider-content-container.align-right {
	right: 0;
}

.slider-image-container.align-right {
	float: left;
}

.slider-image-container.align-left {
	float: right;
}

.flex-direction-nav {
	display: none;
}

/* page Banner */

.page-heading-banner-container {
	background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

.page-heading-banner-container:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #53688a;
    background: -webkit-linear-gradient(left, #3f4a5c , #53688a);
    background: -o-linear-gradient(left, #3f4a5c , #53688a);
    background: -moz-linear-gradient(left, #3f4a5c , #53688a);
    background: linear-gradient(left, #3f4a5c , #53688a);
    opacity: 0.8;
}

.single-therapists .page-heading-banner-container:before {
    background: none;
}

.heading-banner-content-container {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
	text-align: center;
}

.heading-banner-content-container .entry-title {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}

.heading-banner-subheading {
	color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
}

/* Image and WYSIWYG Content Block */


.image-and-wysiwyg-block .image-and-wysiwyg-image-wrap {
	overflow: hidden;
}

.image-and-wysiwyg-block.cols-1 .image-and-wysiwyg-image-wrap {
	max-height: 500px;
}

.image-and-wysiwyg-block.cols-2 .image-and-wysiwyg-image-wrap {
	max-height: 400px;
}

.image-and-wysiwyg-block.cols-3 .image-and-wysiwyg-image-wrap {
	max-height: 350px;
}

.image-and-wysiwyg-block.cols-3 .image-and-wysiwyg-image-wrap {
	max-height: 300px;
}

/* add post block */

.add-post-block-container .add-post-title {
	text-align: center
}

.add-post-block-wrap {
	position: relative;
	width: 100%;
	float: left;
}

.add-post-block-container .add-post-item-wrap {
	width: 33.33%;
	float: left;
    min-height: 400px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.add-post-block-container .add-post-item-wrap.item-1 {

}

.add-post-block-container .add-post-item-wrap.item-2 {

}

.add-post-block-container .add-post-item-wrap.item-3 {

}

.add-post-item-hover {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
}

.add-post-archive-title h4 {
	color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.4;
    width: 100%;
}

.add-post-archive-button {
	font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
}

/* image with content block */

.image-with-content-main-title {
	max-width: 750px;
	width: 100%;
	margin: 50px auto;
	padding: 0 20px;
	text-align: center;
}

.image-with-content-main-title .sub-heading {
	color: #80b33a;
	font-size: 24px;
	font-size: 2.4rem;
}

.image-content-wrapper {
	padding: 30px 40px;
}

.image-with-content-text {
	color: #80b33a;
}

.image-content-block .image-content-block-image {
	overflow: hidden;
}

.image-content-block.cols-1 .image-content-block-image {
	max-height: 500px;
}

.image-content-block.cols-2 .image-content-block-image {
	max-height: 350px;
}

.image-content-block.cols-3 .image-content-block-image {
	max-height: 300px;
}

.image-content-block.cols-4 .image-content-block-image {
	max-height: 250px;
}

/* page banner */

.page-banner-container {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-banner-content-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    overflow: hidden;
}

.page-banner-content-wrap.align-center {
	text-align: center;
}

.page-banner-content-wrap.align-left .page-banner-content {
	max-width: 600px;
	width: 100%;
	float: left;
    padding: 0 20px;
}

.page-banner-content-wrap.align-right .page-banner-content {
	max-width: 600px;
	width: 100%;
	float: right;
	text-align: right;
    padding: 0 20px;
}

.page-banner-content-wrap .page-banner-content h2 {
	font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 46px;
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}

.page-banner-content-wrap .page-banner-content h3 {
	font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}

.page-banner-regtext {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
	margin-bottom: 20px;
}

.page-banner-link-container a {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
	font-weight: 700;
	margin-top: 20px;
}

/* Image with WYSIWYG rows */

.image-wysiwyg-container .image-and-wysiwyg-wrap {
	padding: 30px 40px;
}

/* Image Block */

.image-block-container img {
    width: auto;
	margin: 0 auto;
}

/* image text block */

.image-text-wrapper {
	position: relative;
    display: flex;
}

.image-left .image-container {
	width: 40%;
}

.image-right .image-container {
	width: 60%;
}

.image-container.image-right {
	order: 1;
}

.image-left .text-container {
    width: 60%;
}

.image-right .text-container {
    width: 40%;
}

.image-left .image-text-text {
	position: relative;
	height: 100%;
	max-width: 648px;
	width: 100%;
	float: left;
}

.image-right .image-text-text {
	position: relative;
	height: 100%;
	max-width: 432px;
    width: 100%;
	float: right;
}

.image-text-title-container {
    text-align: left;
    float: left;
    /*top: 50%;
    transform: translateY(-50%);
    position: absolute;*/
}

.image-text-text.text-right .image-text-title-container {
    padding: 50px 20px 40px 50px;
}

.image-text-text.text-left .image-text-title-container {
    padding: 50px 50px 40px 20px;
}

.standard-heading {
	color: #3f4a5c;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
	font-weight: 600;
}

.sub-heading {
	color: #3f4a5c;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
	font-weight: 400;
}

.text-block {
	color: #3f4a5c;
	font-size: 16px;
    font-size: 1.6rem;
	line-height: 1.4;
}

.text-block li p {
	font-size: 14px;
    font-size: 1.4rem;
}

.image-text-image {
    position: relative;
    height: 100%;
    width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.image-text-block {
	text-align: justify;
    text-justify: inter-word;
}

.text-button-button {
    display: inline-block;
    margin-bottom: 20px;
}

.image-text-title-container ul {
	display: inline-block;
    margin-left: 40px;
    text-indent: -20px;
}

.image-text-title-container li {
	margin-bottom: 10px;
}

.image-text-title-container ul,
.content ul {
    margin: 0 0 20px;
}

.image-faq-content-container ul {
    margin: 0;
}

.image-text-title-container li:before,
#content-container li:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    content: "";
    background: url(/wp-content/themes/reachphysio/images/mint-bullet.png) no-repeat 0 0;
    background-size: 100%;
}

.image-text-title-container li h1,
.image-text-title-container li h2,
.image-text-title-container li h3,
.image-text-title-container li h4,
.image-text-title-container li h5,
.image-text-title-container li h6 {
	display: inline-block;
	text-indent: -2px;
}

.image-text-title-container li p {
	display: inline-block;
	text-indent: 0;
}

/* FAQ Block */

.image-faq-block-wrapper {
    position: relative;
    display: flex;
}

.image-faq-image-container {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-left .image-faq-image-container {
    width: 40%;
}

.image-left .image-faq-content-container {
    padding: 60px;
    position: relative;
    height: 100%;
    max-width: 648px;
    width: 100%;
    float: left;
}

.image-right .image-faq-image-container {
    width: 60%;
}

.image-right .image-faq-content-container {
    width: 40%;
}

.faq-block-container {
	border-radius: 5px;
	-webkit-box-shadow: 10px 20px 40px 0px rgba(226,225,233,1);
	-moz-box-shadow: 10px 20px 40px 0px rgba(226,225,233,1);
	box-shadow: 10px 20px 40px 0px rgba(226,225,233,1);
}

.faq-detail-container {
	width: 100%;
	border-bottom: 1px solid #f2f1f5;
}

.faq-detail-question {
	color: #959595;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    padding: 25px;
	border-left: 4px solid transparent;
	overflow: hidden;
	width: 100%;
}

.faq-detail-question span {
	max-width: 440px;
    float: left;
}

.faq-detail-question:after {
	content: "\f347";
	color: #3f4a5c;
	font-family: 'dashicons';
	font-size: 16px;
	font-size: 1.6rem;
	float: right;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	-webkit-transition: transform .25s ease-in-out;
	-ms-transition:     transform .25s ease-in-out;
	transition:         transform .25s ease-in-out;
	border-radius: 50%;
    border: 1px solid #f2f1f5;
    padding: 3px;
}

.faq-detail-question.active {
	background-color: #f9f8fa;
	color: #80b33a;
	border-left: 4px solid #53688a;
}

.faq-detail-question.active:after {
	background: #80b33a;
    background: -webkit-linear-gradient(right, #80b33a , #aadf61);
    background: -o-linear-gradient(right, #80b33a , #aadf61);
    background: -moz-linear-gradient(right, #80b33a , #aadf61);
    background: linear-gradient(right, #80b33a , #aadf61);
	border: 1px solid #80b33a;
	color: #fff;
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

.faq-detail-answer {
	color: #3f4a5c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 25px 50px;
    display: none;
	border-left: 4px solid transparent;
}

.faq-detail-question.active + .faq-detail-answer {
	background-color: #f9f8fa;
	border-left: 4px solid #53688a;
}

.page-template-page-training-faq .wysiwyg-editor-container {
	width: 100%;
	max-width: 840px;
	float: left;
	padding-bottom: 70px;
}

/* Double text block row */

.double-text-block-container {
	padding: 60px 0px;
}

.double-text-block-container .narrow-text-pos-left .double-text-container.col-1 {
    width: 40%;
	float: left;
	padding: 0 20px 0 0;
}

.double-text-block-container .narrow-text-pos-left .double-text-container.col-2 {
    width: 60%;
	float: left;
	padding: 0 0 0 20px;
}

.double-text-block-container .narrow-text-pos-right .double-text-container.col-1 {
	width: 60%;
	float: left;
	padding: 0 20px 0 0;
}

.double-text-block-container .narrow-text-pos-right .double-text-container.col-2 {
	width: 40%;
	float: left;
	padding: 0 0 0 20px;
}

/* Image and wysiwyg block */

.full-section-wrap .image-and-wysiwyg-block.cols-1 .image-and-wysiwyg-content-wrap {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 20px;
}

.full-section-wrap .image-and-wysiwyg-block.cols-2 {
	width: 50%;
	float: left;
}

.full-section-wrap .image-and-wysiwyg-block.cols-2 .image-and-wysiwyg-content-wrap {
	max-width: 540px;
	width: 100%;
	padding: 50px 20px;
}

.full-section-wrap .image-and-wysiwyg-block.cols-2:nth-of-type(1) .image-and-wysiwyg-content-wrap {
	float: right;
	padding: 50px 40px 50px 20px;

}

.full-section-wrap .image-and-wysiwyg-block.cols-2:nth-of-type(2) .image-and-wysiwyg-content-wrap {
	float: left;
	padding: 50px 20px 50px 40px;
}



/* Image and content blocks */

.image-and-content-container {
	background-color: #f8f8fa;
	float: left;
	padding: 40px 0;
}

.image-and-content-block {
	color: #80b33a;
	text-align: center;
	padding: 0 40px;
}

.image-and-content-block.cols-1{
	padding: 0;
}

.image-and-content-block img {
	max-width: 200px;
	margin: 0 auto;
	padding: 20px;
}

/* Treatment Page */

.page-template-page-treatments-all .content {
    background-color: #3f4a5c;
}

.col-all-treatments {
	position: relative;
    width: 25%;
    float: left;
    height: 0;
    padding-bottom: 25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.col-all-treatments:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgba(63,74,92, .5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.col-all-treatments:hover:before {
     background: rgb(83,104,138 , .5);
}

.treatment-content-container {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.treatment-content-heading {
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.treatment-content-title {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.treatment-content-extract {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.treatment-content-button {
	text-transform: capitalize;
}

/* Treatment Single */

.treatment-single .treatment-content {
	margin-bottom: 40px;
}

.single-treatments .therapists-content-name {
	color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 600;
	margin-bottom: 20px;
	clear: both;
}

.therapist-links-block a {
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
}

/* Therapist page main */

.page-template-page-therapists-all .content {
    background-color: #3f4a5c;
}

.col-all-therapists {
	position: relative;
    width: 25%;
    float: left;
    height: 0;
    padding-bottom: 25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.col-all-therapists:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(63,74,92, .5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.col-all-therapists:hover::before,
.col-all-therapists:hover:before {
    background-color: rgb(83,104,138, .5)!important;
}

.therapists-content-container {
	position: absolute;
	padding: 40px;
	bottom: 0;
}

.therapists-content-heading {
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.therapists-content-title-container {
	float: left;
	margin-bottom: 20px;
}

.therapists-content-title {
	background-color: #80b33a;
    color: #413030;
	border-radius: 10px;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    padding: 5px 20px;
}

.movemint-sidebar .therapists-content-title {
    background-color: transparent;
    color: #413030;
    border-radius: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0;
    margin: 5px 0;
}

.page-template-page-therapists-all .therapists-content-name {
	color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 600;
	margin-bottom: 20px;
	clear: both;
}

.therapist-links-block {
	float: left;
	width: 100%;
}

.therapist-links-block .therapist-links-wrap {
	font-size: 0;
}

.therapist-links-wrap .therapist-book-bg {
	display: inline-block;
	background-image: url(/wp-content/themes/reachphysio/images/therapist-book-treatment.png);
	background-size: cover;
    background-repeat: no-repeat;
    height: 43px;
    width: 122px;
	text-align: center;
}

.therapist-links-wrap .therapist-bio-bg {
	display: inline-block;
	background-image: url(/wp-content/themes/reachphysio/images/therapist-bio.png);
	background-size: cover;
    background-repeat: no-repeat;
    height: 43px;
    width: 87px;
	text-align: center;
}

.therapist-links-block a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 5px;
    border-bottom: none;
}

.therapist-links-block a:hover,
.therapist-links-block a:focus {
	background-color: transparent!important;
}

.therapist-links-wrap .therapist-book-bg:hover,
.therapist-links-wrap .therapist-book-bg:focus {
	background-image: url(/wp-content/themes/reachphysio/images/therapist-book-treatment-hover.png);
	background-size: cover;
    background-repeat: no-repeat;
    height: 43px;
    width: 122px;
}

.therapist-links-wrap .therapist-bio-bg:hover,
.therapist-links-wrap .therapist-bio-bg:focus {
	background-image: url(/wp-content/themes/reachphysio/images/therapist-bio-hover.png);
	background-size: cover;
    background-repeat: no-repeat;
    height: 43px;
    width: 87px;
}

.single-treatments .therapist-links-wrap {

}

.single-treatments .therapist-links-block a {

}

.single-treatments .therapist-links-wrap:hover,
.single-treatments .therapist-links-wrap:focus {

}

.single-treatments .therapists-content-container {
	padding: 40px 20px;
}

/* therapist Single */

.single-therapists .page-heading-banner-container {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 660px;
}

.single-therapists .heading-banner-content-container {
    max-width: 1080px;
    padding: 0 20px;
	text-align: left;
}

.single-therapists .heading-banner-content-container .therapists-content-name {
	color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1;
    font-weight: 600;
	margin-bottom: 20px;
	width; 100%;
	float: left;
	clear: both;
}

.single-therapists .heading-banner-content-container .therapist-links-block {
	float: left;
	clear: both;
}

.single-therapists .content {
	width: 75%;
	float: left;
	padding-right: 100px;
}

.single-therapists .therapist-links-block a {
    padding: 12px 25px;
}

.movemint-sidebar {
	width: 25%;
    float: left;
}

.widget_movemint_post_widget {
	max-width: 260px;
    /*float: right;*/
	margin: 0 auto;
}

.movemint-sidebar h3.widget-title {
	color: #80b33a;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

.movemint-sidebar h3.widget-title:before {
	content: "\f460";
    font-family: 'dashicons';
    color: #80b33a;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    margin-right: 10px;
    vertical-align: middle;
}

.movemint-sidebar h3.widget-title:after {
	content: "\f460";
    font-family: 'dashicons';
    color: #80b33a;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    margin-left: 10px;
    vertical-align: middle;
}

.movemint-sidebar .menu-item {
    display: block;
    padding: 0;
    width: 100%;
}

.movemint-sidebar .menu-item a {
	color: #3f4a5c;
    padding: 10px 0;
}

.movemint-sidebar .menu-item a:hover,
.movemint-sidebar .menu-item a:focus {
	color: #80b33a;
}

/* end ACF */

/* Gravity Form Styling */

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0!important;
}

.gform_wrapper div.validation_error {
    color: #9bd1c8!important;
    border-top: 2px solid #9bd1c8!important;
    border-bottom: 2px solid #9bd1c8!important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
    color: #9bd1c8!important;
}

.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    border-top: 1px solid #9bd1c8!important;
    border-bottom: 1px solid #9bd1c8!important;
}

/* Background Image Module */

.background-module-background-image {
	background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	padding: 10% 15%;
    text-align: center;
}

.background-module-block {
	margin: 20px 0;
	float: left;
}
.background-module-text-container {
	display: inline-block;
    vertical-align: middle;          /* vertical alignment of the inline element */
    padding: 20px 50px;
}

.text-module-title-wrap {
	font-size: 24px;
}


/* Text Module */

.text-module-block {
	margin: 20px 0;
	float: left;
}

.text-module-container {
	border: solid 2px #000;
	padding: 10%;
	text-align: center;
	margin: 20px 0;
}

.text-module-title {
	font-size: 24px;
}

a.text-module-button {
	background-color: turquoise;
    padding: 10px 30px;
    color: #FFF;
}

/* General WSYWYG Content - up to 4 columns */

.content-blocks {
	margin: 20px 0;
}

.content-blocks .col, .image-block .col {
	float: left;
	padding: 10px;
	margin: 20px 0;
}

.cols-1 {
	width: 100%;
}

.cols-2 {
	width: 50%;
	float: left;
}

.cols-3 {
	width: 33.3%;
	float: left;
}

.cols-4 {
	width: 25%;
	float: left;
}

.cols-5 {
	width: 20%;
	float: left;
}


.cols-6 {
	width: 16.66%;
	float: left;
}


/* Image Text Block */

.image-text-block-container {
	padding: 20%;
}

.image-left-image.col, .image-right-image.col {
    background-repeat: no-repeat;
    background-size: cover;
}

/* Image Right Block */

.image-right-block {
	float: left;
}

.image-right-module-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.image-right-module-container .col {
  flex: 1;
}

.image-right-text-block {
	background-color: grey;
	color: #fff;
	float: left;
	width: 50%;
	text-align: center;
}

.image-right-module-title {
	font-size: 30px;
}

.image-right-image {
	float: left;
	width: 50%;
}

.image-right-module-container img {
	
}

/* WYSIWYG content */

.wysiwyg-block-container img {
	width: auto;
}


/* Image Left Block */

.image-left-block {
	float: left;
}

.image-left-module-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.image-left-module-container .col {
  flex: 1;
}

.image-left-text-block {
	background-color: grey;
	color: #fff;
	float: left;
	width: 50%;
	text-align: center;
}

.image-left-module-title {
	font-size: 30px;
}

.image-left-image {
	float: left;
	width: 50%;
}

.image-left-module-container img {
	
}

/* Testimonial Slider */

.testimonial-slider-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-slider-container:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    opacity: 0.8;
	background: #80b33a;
    background: -webkit-linear-gradient(left, #80b33a , #aadf61);
    background: -o-linear-gradient(left, #80b33a , #aadf61);
    background: -moz-linear-gradient(left, #80b33a , #aadf61);
    background: linear-gradient(left, #80b33a , #aadf61);
}

.slide-excerpt-container {
	position: relative;
	max-width: 990px;
    width: 100%;
    margin: 0 auto;
	padding: 60px 0px;
	text-align: center;
}

.testimonial-main-heading,
.testimonial-main-subheading {
	color: #fff;
	line-height: 1;
}

.testimonial-main-subheading {
	margin: 0 0 30px 0;
}

.testimonial-slider-container .flexslider ul {
	display: flex;
    /*align-items: center;*/
}

.testimonial-slider-container .flexslider .slides > li {
    background-color: #fff;
	border-radius: 5px;
    padding: 30px;
	text-align: left;
}

.testimonial-slider-container .flex-control-nav {
    width: 100%;
	position: relative;
    text-align: center;
    margin-top: 40px;
}

.testimonial-text-container img.testimonial-logo {
	max-height: 50px;
    width: auto;
    margin: 0 auto;
}

.quote-author {
	color: #3f4a5c;
	font-weight: 600;
	margin: 0;
}

.quote-author-title {
	font-size: 11px;
	font-size: 1.1rem;
	margin: 0 0 10px;
}

.quote-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.quote-link {
	margin-top: 20px;
}

.testimonial-slider-container ul.flex-direction-nav {
	display: none;
}

/* Blog Archive */

.blog-cat-nav {
	text-align: center;
	padding: 20px;
}

.blog-cat-link-wrapper {
	display: inline-block;
	padding: 0 10px;
}

.blog-cat-link-wrapper a {
    color: #3f4a5c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
	text-transform: uppercase!important;;
    line-height: 1;
    text-transform: capitalize;
    padding: 5px 20px;
	border-bottom: none;
}

.blog-cat-link-wrapper a:hover,
.blog-cat-link-wrapper a:focus,
.blog-cat-link-wrapper.active a {
	background-color: #80b33a;
    color: #fff;
    border-radius: 25px;
}

.page-template-page_blog .grid-item.blog-image-item-container {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-template-page_blog  .movemint-sidebar {
    width: calc(50% - 260px);
    float: left;
}

.page-template-page_blog .content {
    width: calc(50% + 260px);
    float: right;
}

.category .grid-item.blog-image-item-container {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.category  .movemint-sidebar {
    width: calc(50% - 260px);
    float: left;
}

.category .content {
    width: calc(50% + 260px);
    float: right;
}

.grid-item, .grid-sizer {
	width: 33.33%;
	height: 0;
    padding-bottom: 33.33%;
	overflow: hidden;
}

.grid-item-width-2 {
    width: 66.67%;
	height: 0;
    padding-bottom: 66.67%;
	overflow: hidden;
}

.blog-no-image-post-container {
	float: left;
    padding: 40px 20px;
}

.blog-no-image-post-category {
	background-color: #80b33a;
	border-radius: 25px;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 600;
	float: left;
    clear: both;
	padding: 2px 10px;
}

.blog-no-image-post-title {
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
    clear: both;
	margin-top: 10px;
}

.blog-no-image-post-date {
	position: relative;
	color: #80b33a;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 600;
	float: left;
    clear: both;
	margin-top: 10px;
}

.blog-no-image-post-date:after {
	padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 40px;
    max-width: 60px;
    height: 1px;
    background-color: #6a6a6a;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.blog-no-image-post-excerpt {
	color: #6a6a6a;
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
    clear: both;
	margin-top: 20px;
}

.blog-no-image-post-cont-read {
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
    clear: both;
	margin-top: 20px;
}

.blog-image-cat {
	background-color: #80b33a;
	border-radius: 25px;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 600;
	float: left;
    clear: both;
	padding: 2px 10px;
}

.blog-type-video.blog-image-item-container:after {
	content: '';
	background-image: url(/wp-content/themes/reachphysio/images/video-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 90px;
	height: 90px;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0.5;
}

.blog-image-item-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(83,104,138, .5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.blog-image-item-container:hover::before,
.blog-image-item-container:hover:before {
    background-color: rgb(75,102,243, .5)!important;
}

.blog-image-text-wrap {
	position: relative;
	float: left;
	max-width: 230px;
	width: 100%;
	padding-left: 40px;
}

.grid-item-width-1 .blog-image-text-wrap {
	padding-top: 40px;
}

.grid-item-width-2 .blog-image-text-wrap {
	padding-top: 80px;
}

.blog-image-subtitle {
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 400;
	float: left;
    clear: both;
	margin-top: 10px;
}

.blog-image-title {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	float: left;
    clear: both;
	margin-top: 5px;
}

/* CUSTOM SIDEBARS */

/* Team Sidebar */

.therapists-sidebar-container {
	float: left;
	margin-bottom: 20px;
}

.therapists-sidebar-container a {
	border-bottom: none;
}

.therapists-sidebar-container img {
	display: block;
}

.therapists-sidebar-image-container {
	width: 33%;
    float: left;
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

.therapists-sidebar-image-container a {
	float: left;
}

.therapists-sidebar-content-container {
	width: 67%;
	float: left;
	padding-left: 20px;
}

.therapists-content-title {
	float: left;
	clear: both;
}

.therapists-content-name {
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
    clear: both;
}

a.book-now-link {
	float: left;
    clear: both;
	border-bottom: 2px solid #80b33a;
}

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

.content-sidebar .content,
.sidebar-content .content {
	width: 75%;
}

.content-sidebar .content {
	float: left;
	padding-right: 40px;
}

.sidebar-content .content {
	float: right;
	padding-left: 40px;
}

.page .content,
.single .content {
	overflow: hidden;
}

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

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page.page-template-page_blog .entry-content {
	max-width: none;
}

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

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

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

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

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
	color: #232525;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #232525;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
	border-bottom-width: 0;
}

.page.page-template-page_blog .entry-header {
	max-width: none;
}

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

.after-entry {
	border: 1px solid #eee;
	margin: 0 auto 10%;
	max-width: 660px;
	overflow: hidden;
	padding: 40px;
}

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

.after-entry .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

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

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.after-entry ol > li {
	list-style-type: decimal;
}

.after-entry ul > li {
	list-style-type: disc;
}

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

.pagination {
	clear: both;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-transform: uppercase;
}

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

.pagination a:focus,
.pagination a:hover {
	border-bottom: 1px solid #e85555;

}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #232525;
	border: 1px solid #232525;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e85555;
	border: 1px solid #e85555;
	color: #fff;
}

/* Sidebar
--------------------------------------------- */

.content-sidebar .sidebar,
.sidebar-content .sidebar {
	width: 25%;
}

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

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

.sidebar .widgettitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar .widget {
	margin-bottom: 80px;
}

.sidebar p:last-child,
.sidebar .ul li:last-child,
.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar ul li {
	margin-bottom: 10px;
}

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

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

.entry-pings,
.comment-respond,
.entry-comments {
	max-width: 660px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

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

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	text-align: center;
	padding: 40px 0;
    border-top: 2px solid #f5f5f5;
}

.footer-widgets .textwidget {
	font-size: 11px;
	font-size: 1.1rem;
}

.footer-widgets .wrap {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}


.footer-widgets-1,
.footer-widgets-2 {
	text-align: left;
	width: 25%;
	float: left;
	padding: 0 20px
}

.footer-widgets-3 {
	text-align: left;
	width: 50%;
	float: left;
	padding: 0 20px
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5 {
	color: #3f4a5c;
	text-transform: capitalize;
}

.footer-widgets p {
	margin-bottom: 5px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: -1px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #3f4a5c;
}

.footer-widgets a {
	color: #3f4a5c;
    border-bottom-width: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 2px solid #6d6d6d;
} 

.footer-widgets li:first-of-type a {
	margin: 0;
    padding: 0;
    border-left: none;
}

.menu-footer-nav-container ul li {
	width: 100%;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #80b33a;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
	color: #80b33a;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 15px !important;
}


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

.site-footer {
	background: #80b33a;
    background: -webkit-linear-gradient(left, #80b33a , #aadf61);
    background: -o-linear-gradient(left, #80b33a , #aadf61);
    background: -moz-linear-gradient(left, #80b33a , #aadf61);
    background: linear-gradient(left, #80b33a , #aadf61);
	padding: 20px 0;
	text-align: center;
}

.site-footer .wrap {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	padding : 0 20px;
}

.site-footer p,
.footer-credits {
	border-bottom-width: 0;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.site-footer a {
	border-bottom-width: 0;
	color: #3f4a5c;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.site-footer a:focus,
.site-footer a:hover {
	background-color: transparent!important;
	text-decoration: underline;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
} 

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


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

@media only screen and (min-width: 801px) {

	.footer-widgets .wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		 
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}

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

	.slider-content-container {
		width: 45%;
	}


	.slider-image-container {
		width: 55%;
	}
	
	.portfolio-project-container {
		margin-top: -4%;
	}
	
	.portfolio-archive-title h4 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	.portfolio-bullet-item {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
		
	.portfolio-archive-button a {
		font-size: 20px;
		font-size: 2.0rem;
	}

}

@media only screen and (max-width: 1023px) {
	
	.site-header,
	.site-header > .wrap {
		height: 60px;
	}
	
	.site-header .site-title > a {
		min-height: 60px;
		width: 150px;
	}
	
	.site-header .menu-item a {
		padding: 20px 20px;
	}
	
	.cta-bar-container {
		top: 92px;
	}

	.page-heading-banner-container,
	.home-slider-container {
		margin-top: 92px;
	}

	.top-bar-container .top-bar-wrap {
		text-align: center;
	}

	.slider-content-container {
		width: 50%;
	}


	.slider-image-container {
		width: 50%;
	}
	
	.single-portfolio .heading-paragraph-container .heading-paragraph {
		padding-bottom: 0;
	}
	
	/* ACF */
	.col-all-therapists,
	.col-all-treatments {
		width: 33.33%;
		padding-bottom: 33.33%;
	}
	
	.header-image .title-area {
		width: 250px;
		padding-left: 55px;
		margin: 0 auto;
	}
	
}

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

	.slider-content-container {
		width: 60%;
	}


	.slider-image-container {
		width: 40%;
	}

	.add-post-block-container {
		padding-bottom: 60%;
	}

}

@media only screen and (max-width: 860px) {
	
	.home-slider-container .slides .slider-content-container {
		padding: 0 20px;
	}

	.slider-content-container {
		max-width: 460px;
		width: 100%;
	}

	.slider-text-container {
		max-width: 100%;
		width: 100%;
	}

	.slider-image-container {
		width: 100%;
	}
	
	.cta-content-container {
		padding: 50px;
	}

}

@media only screen and (max-width: 999px) {
	
	.menu-item {
		padding: 0;
	}

	.menu-item a {
		padding: 20px;
	}
	
	.sub-menu a {
		padding: 10px 20px 10px 40px;
	}
	
}

@media only screen and (max-width: 782px) {
	
	.admin-bar .top-bar-container {
		top: 46px;
	}
	
	.admin-bar .site-header {
		top: 78px;
	}
	
}

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

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.header-image .site-title > a,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.sidebar-content .content,
	.sidebar-content .sidebar {
		width: 100%;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.nav-primary,
	.sidebar-content .content,
	.sidebar-content .sidebar {
		float: none;
	}

	.page .entry-header,
	.single .entry-header {
		max-width: 100%;
	}

	.entry-content {
		margin-left: 0;
		margin-right: 0;
	}

	.entry-header {
		clear: both;
		margin: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image,
	.full-width-content img.pull {
		margin-left: 0;
		margin-right: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image {
		display: block;
		float: left;
		margin-bottom: 30px;
		max-width: 100%;
	}

	.comment-list ul.children {
		margin-left: 0;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		margin-top: 20px;
		padding-left: 0;
		width: 100%;
	}
	
	.first {
		margin-top: 0;
	}
	
	.portfolio-info-text-block {
		width: 100%;
		float: left;
		padding-right: 0;
	}

	.portfolio-info-bullet-block {
		width: calc(100% - 25px);
		float: left;
		display: inline-block;
		text-indent: -30px;
		margin-left: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		padding: 8% 5%;
	}

	.site-footer {
		padding: 20px;
	}

	/* ACF */
	
	.single-therapists .content {
		width: 100%;
		padding-right: 0;
	}
	
	.movemint-sidebar {
		width: 100%;
	}
	
	.therapists-sidebar-container {
		width: 50%;
	}

	.cols-3 {
		width: 100%;
	}

	.cols-4 {
		width: 50%;
	}
	
	.portfolio-container {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
		
	.portfolio-project-container {
		margin-top: -2%;
	}

	.image-text-wrapper {
		display: block;
	}
	
	.image-left .image-container,
	.image-right .image-container,
	.image-container.image-right {
		height: 300px;
		float: left;
	}
	
	.image-left .image-container,
	.image-right .image-container,
	.image-container.image-right,
	.image-left .text-container,
	.image-right .text-container {
		width: 100%;
	}
	
	.image-right .image-text-text {
		max-width: 100%;
	}
	
	.image-text-text {
		max-width: 100%;
	}
	
	.image-text-text.text-right .image-text-title-container,
	.image-text-text.text-left .image-text-title-container	{
		padding: 30px 20px;
	}

	.add-post-block-container {
		padding-bottom: 0;
	}
	
	.add-post-block-container .portfolio-item-wrap {
		padding-bottom: 70%;
	}
	
	.add-post-block-wrap {
		padding-bottom: 0;
	}

	.add-post-block-container .portfolio-item-wrap.item-1,
	.add-post-block-container .portfolio-item-wrap.item-2,
	.add-post-block-container .portfolio-item-wrap.item-3 {
		position: relative;
		width: 100%;
		height: 100%;
		border-right: none;
		border-left: none;
		border-bottom: none;
	}
	
	.cta-content-container {
		text-align: left;
		padding: 0 70px
	}
	
	.image-faq-block-wrapper {
		position: relative;
		display: block;
		float: left;
	}
	
	.faq-detail-question span {
		max-width: 100%;
	}

	.image-left .image-faq-content-container,
	.image-right .image-faq-content-container {
		padding: 40px 20px;
		max-width: 100%;
	}
	
	.image-left .image-faq-image-container,
	.image-right .image-faq-image-container	{
		width: 100%;
		height: 400px;
	}
	
	.double-text-block-container .narrow-text-pos-left .double-text-container.col-1,
	.double-text-block-container .narrow-text-pos-left .double-text-container.col-2 {
		width: 100%;
		float: left;
		padding: 20px;
	}
	
	.page-template-page_blog .movemint-sidebar {
		width: 100%;
		float: left;
	}
	
	.widget_movemint_post_widget {
		max-width: 100%
	}
	
	.page-template-page_blog .content {
		width: 100%;
		float: left;
	}
	
	.col-all-therapists,
	.col-all-treatments {
		width: 50%;
		padding-bottom: 50%;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.site-header > .wrap {
		padding: 0;
	}
	
	.header-image .title-area {
		max-width: 200px;
		width: 50%;
		padding-left: 0;
		margin: 0 auto;
	}
	
	.header-book-button {
		border-radius: 0;
		width: 100%;
		text-transform: uppercase;
		text-align: center;
	}
	
	.cta-bar-container {
		top: 132px;
	}
	
	h1 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	h2 {
		font-size: 26px;
		font-size: 2.6rem;
	}

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

	.comment-respond h3,
	.entry-comments h3 {
		font-size: 30px;
		font-size: 3.0rem;
	}

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

	.entry-content h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}

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

	h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.home-slider-container .slides li {
		min-height: 400px;
	}
	
	.standard-heading {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.heading-paragraph-container .heading-paragraph {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.slider-title1 {
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.slider-title2 {
		font-size: 40px;
		font-size: 4.0rem;
	}
	
	.slider-text {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.image-with-content-main-title .sub-heading {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	.portfolio-archive-client {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.portfolio-archive-title h4 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.portfolio-bullet-item {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.page-heading-container {
		padding: 50px 0;
	}
	
	.therapists-sidebar-container {
		width: 100%;
	}
	
	.cols-2,
	.full-section-wrap .image-and-wysiwyg-block.cols-2 {
		width: 100%;
	}
	
	.full-section-wrap .image-and-wysiwyg-block.cols-2 .image-and-wysiwyg-content-wrap {
		padding: 30px 20px!important;
	}
	
	.slider-image-container {
		display: none;
	}

	.page .entry-title,
	.single .entry-title {
		font-size: 30px;
		font-size: 3.0rem;
		letter-spacing: -2px;
	}
	
	.cta-banner-title {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}
	
	

}

@media only screen and (max-width: 480px) {
	
	.site-header,
	.admin-bar .site-header,
	.top-bar-container,
	.admin-bar .top-bar-container {
		position: relative;
		top:0;
	}
	
	.page-heading-banner-container, 
	.home-slider-container {
		margin-top: 0;
	}
	
	.cta-bar-container {
		top: 41px;
	}
	
/* ACF */

	.cols-4 {
		width: 100%;
	}
	
	#slider-3 .flex-control-nav {
		display: none;
	}
	
	.portfolio-archive-client {
		top: 30px;
	}
	
	.portfolio-archive-title {
		top: 65px;
	}
	
	.portfolio-archive-title h4 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	.portfolio-bullet-item {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
		
	.portfolio-archive-button a {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.portfolio-archive-button {
		bottom: 20px;
		right: 20px;
	}
	
	.portfolio-archive-bullets {
		top: 130px;
	}
	
	.portfolio-bullet-list li {
		display: none;
	}
	
	.portfolio-bullet-list li:first-child {
		display: block;
	}
	
	.col-all-therapists,
	.col-all-treatments {
		width: 100%;
		padding-bottom: 100%;
	}

}