/*
	Theme Name: task
	Theme URI: http://kinesiology.co.uk/
	Description: A holistic theme for Genesis-powered site.
	Author: Thameside Media / Tom Blaker
	Author URI: http://thamesidemedia.com/

	Version: 4.15

	Tags: develop, black, red, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3

	
*/


/* # Table of Contents
- HTML5 Reset
	- Wellnessline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Flexible Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebar
- Before Footer
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # 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}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:0}mark{background:#ff0;color:#222}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:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## 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 {
	color: #474949;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
    color: #36A9E1;
    text-decoration: underline;
    font-weight: 700;
}

a:hover,
a:focus {
	color: #222;
	text-decoration: none;
}

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

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



hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #bbb;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

blockquote {
	font-family: 'Lora', serif;
	margin: 40px;
}

/* INCONSISTENT


blockquote::before,
blockquote::after {
	display:inline;
	padding-right: 3px;
	position:relative;
	top: 2px;
	line-height: 1;
	font-size: 26px;
}

blockquote::before {
	padding-right: 3px;
	content:open-quote;
}


blockquote::after {
	padding-left: 3px;
	content:close-quote;
}
*/

cite {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 15px 0 8px;
	font-weight: 600;
}

h1 {
	font-family: 'Lora', serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
	color: #76beea;
}


h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
}

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

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

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

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

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## 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 {
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 5px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #222;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive.woocommerce a.button {
	background-color: #fff;
    border: #f98e00 1px solid;
    color: #f98e00;
    cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 10px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 6px;
}

.gform_wrapper .gfield_radio li label {
    margin: 6px 0 0 8px !important;
}



.woocommerce button {
	background-color: #f98e00 !important;
	border: none;
	color: #fff;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 70% !important;
	float: none !important;
}


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

.entry-content .button:hover,
.entry-content .button:focus {
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.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: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

.button {
	margin: 5px auto;
	padding: 10px 30px;
	position: relative;
}

.blue-content {
	color: #76beea;
	}
	
.blue-button {
	background: #86c2eb;
	padding: 3px 20px;
	display: inline-block;
	border-radius: 8px;
	border: #36a9e1 1px solid;
	font-size: 18px;
}

.orange-button {
	background: #ff9d44;
	padding: 3px 20px;
	display: inline-block;
	border-radius: 8px;
	border: #a31c41 1px solid;
	font-size: 18px;
}


.blue-button, a .blue-button, .blue-button a,
.orange-button, a .orange-button, .orange-button a {
	color: #fff;
	text-decoration: none;
}

a .blue-button:hover, .blue-button a:hover,
a .orange-button:hover, .orange-button a:hover {
	color: #eee;
}

.blue-button p, p .blue-button,
.orange-button p, p .orange-button {
	margin: 0;
}


#gform_16 .ginput_container_singleproduct,
#gform_15 .ginput_container_singleproduct,
#gform_18 .ginput_container_singleproduct {
	display:none;
}


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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #222;
	background: #fff;
	z-index: 122200; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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


.wrap,
.breadcrumb,
.archive-title {
	margin: 0 auto;
	max-width: 1100px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    height: 250px;
    background-position: center;
}

.home .banner {
	min-height: 440px;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	float: right;
	width: 880px;
}

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

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

/* ### Primary Sidebar */

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

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

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




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

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


.top-boxes .one-third {
	width: 28%;
	margin-left: 8%;
}

.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,
.top-boxes .one-third.first {
	clear: both;
	margin-left: 0;
}


/* ## WooCommerce overrides
--------------------------------------------- */

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none !important;
	width: auto !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: right !important;
	margin-left: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-tabs h2 {
	display:none;
}

.woocommerce .entry-title {
	font-size: 34px;
}

.woocommerce .genesis-content {
	margin: 0 auto;
}

.woocommerce-page .content {
	max-width: 880px;
	float: none;
	width: 100%;
	margin: 0 auto;
}

.woocommerce-page.woocommerce ul.products li.product a img {
	max-width: 150px !important;
}


.related.products {
	border-top: 1px solid #ccc;
    padding-top: 40px;
}


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

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

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

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

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 1px;
	padding: 12px 30px 12px 0;
}

.breadcrumb a {
	color: inherit;
	font-weight: 600;
}

.breadcrumb a:hover {
	color: #00b9eb;
}

.genesis-author-pro.archive .content .breadcrumb ~ .entry {
	margin-top: 40px;
}

.after-entry,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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


.archive-description {
	background-color: #fff;
	clear:both;
	overflow:hidden;
	padding: 60px 60px 0;
}

.tax-product_cat.term-1665 .archive-description {
	padding: 20px 0;
}

.tax-product_cat.term-1665 .term-description {
	border-top: 1px solid #ccc;
    padding: 40px 0;
}


.parent-pageid-10 p.alert {
	display: none;
}

.parent-pageid-10 .post-password-form input {
	max-width: 400px;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.entry-title,
.archive-title,
.tribe-events-before-html h1.entry-title,
.tribe-events-list h2.tribe-events-page-title
 {
	color: #76beea;
	 line-height:1.2;
	 margin-bottom: 40px;
}


.single-tribe_events #tribe-events-content div.cart, .single-tribe_events #tribe-events-content form.cart {
	padding: 0 20px 20px;
    border: #76beea solid 3px;
}



.archive-title {
	padding: 0;
}

.tribe-events-before-html h1.entry-title {
	text-align:left;
}

h2.tribe-events-page-title {
	text-align: left !important;
	color: #76beea;
	font-size: 40px !important;
	font-size: 4rem!important;
	font-family: 'Lora', serif;
}

.tribe-events-sub-nav a {
	color: #76beea;
}

.tribe-events-organizer a {
	color: inherit;
	font-weight: 400;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

#tribe-events-content .tribe-events-abbr {
    text-decoration: none;
}


.tribe-events-adv-list-widget h3.widget-title,
.page-template-courses .widget-title {
	font-size: 13px;
    background: #F4F0C6;
    padding: 10px 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}


.single-tribe_events #tribe-events-content div.cart, .single-tribe_events #tribe-events-content form.cart {
	margin: 50px 0 !important;
}



.page-template-courses .one-third .textwidget {
	font-size: 14px;
    line-height: 1.4; 
}

.page-template-courses p {
	font-size: 
}



.page-id-542 .tribe-events-adv-list-widget h3.widget-title {
	display: none;
}

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

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


.author-box-title,
.widget-title {
	font-family: 'Lora', serif;
	font-size: 30px;
	color: #76beea;
	font-weight: 400;
}

.large-title {
	font-size: 44px;
	font-size: 4.4rem;
	margin-bottom: 20px;
}

.accent-color {
	color: #f98e00;
}



.post-type-archive-tribe_events #tribe-events-content h2 a,
h2.tribe-events-list-event-title a {
	color: #f98e00;
	background-color: transparent !important;
	border-left: none !important;
	padding-left: 0 !important;
	font-size: 22px;
}

.post-type-archive-tribe_events .tribe-events-loop .tribe-events-event-meta,
.single-tribe_venue .tribe-event-schedule-details
 {
	font-weight: 400;
}

.single-tribe_venue .tribe-events-loop .tribe-events-venue-details {
	display:none;
}

.tickets_name {
	font-size: 17px !important;
	color: inherit !important;
}


.tribe-events-tickets .tickets_price {
	font-style: normal !important;
	font-size: 20px; 
	width: 100px;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #f98e00 !important;
}


/* ## 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: 100%;
}

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

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

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

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

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

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

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

.banner .widget {
	margin-bottom: 0;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.sidebar .widget a {
	text-decoration:none;
}

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

.flexible-widgets .wrap {
	max-width: 1280px;
	padding: 80px 0 40px;
}

.flexible-widgets.widget-area .widget {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	float: none;
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
	clear: left;
}

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

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


.banner {
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
}


#testimonials {
	background: #F9F7E0;
	clear:both;
	overflow:hidden;
	padding-bottom: 20px;
}

#testimonials .entry {
	max-width: 100%;
}

.testimonials-widget-testimonials {
	padding: 0;
}

#testimonials blockquote {
	text-align: left;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 22px;
	line-height: 1.2;
	margin:0;
}

#testimonials .credit {
	text-align: right;
	display:block;
	margin-top: 15px;
}

#testimonials .widget,
#testimonials .entry {
	margin-bottom: 0;
	padding-bottom: 0;
}


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

/* ## Genesis Author Pro
--------------------------------------------- */

.featured-content .book-featured-text-banner {
	background-color: #5da44f; 
}

.post-type-archive-books .site-inner {
	max-width: 1280px;
}

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

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

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

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #222;
}

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

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

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

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

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

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

#wpstats {
	display: none;
}

/* ## WP Instagram
--------------------------------------------- */

.before-footer .widget-full .null-instagram-feed {
	padding: 0;
	margin: -5.5%;
	width: 111%;
}

.before-footer .widget-full .instagram-pics li {
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 20%;
}

.before-footer .widget-full .instagram-pics li img {
	margin-bottom: -8px;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */
:focus {
	color: #222;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #FDFAF0;
}

.site-header > .wrap {
	padding: 20px 0;
}

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

.title-area {
	float: left;
	padding: 6px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

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

.site-title {
	font-family: 'Old Standard TT', serif;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
	margin-top: 15px;
}


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

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	text-align: center;
}

.header-full-width .genesis-nav-menu {
	text-align: center;
}

.genesis-nav-menu a {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 23px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current_page_parent > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.courses-nav.genesis-nav-menu a:hover,
.courses-nav.genesis-nav-menu a:focus,
.courses-nav.genesis-nav-menu .current-menu-item > a  {
	color: #f98e00;
}


.site-footer .genesis-nav-menu .current-menu-item > a {
	color: inherit;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99999;
}

.genesis-nav-menu > .menu-item:hover > .sub-menu,
.courses-nav.genesis-nav-menu > .menu-item:hover > .sub-menu  {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	border-bottom-color: #fff;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.genesis-nav-menu .sub-menu:after {
	border-width: 10px;
	margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
	border-width: 11px;
	margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}

.genesis-nav-menu .sub-menu li a {
	    background-color: #ffffff;
    border-bottom: 1px solid #f98e00;
	font-size: 12px;
	letter-spacing: 0;
	padding: 12px 20px;
	position: relative;
	text-transform: none;
	width: 200px;
}



.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0;
	width: 200px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.genesis-nav-menu > .highlight a {
	border-bottom: 3px solid #5da44f;
	padding-bottom: 20px;
}

.courses-nav {
	background: #474848;
	text-align: center;
}
.courses-nav .widget {
	margin-bottom: 0;
}
.genesis-nav-menu a {
	padding: 15px 0 15px 9px;
	font-size: 12px;
	font-size: 1.2rem;
}

.genesis-nav-menu a::after {
	content: "|";
	color: #f98e00;
	padding-left: 12px;
}


.genesis-nav-menu .sub-menu a::after,
.genesis-nav-menu li:last-child a::after {
	content: none;
}

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

.site-footer .genesis-nav-menu a::after { 
	color: #fff;
}

.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus { 
	color: #eee;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary .menu .menu-item > a:focus + ul.sub-menu,
.nav-primary .menu .menu-item.sfHover > ul.sub-menu,
.site-header .menu .menu-item > a:focus + ul.sub-menu,
.site-header .menu .menu-item.sfHover > ul.sub-menu  {
	left: 50%;
	margin-left: -100px;
}

.nav-primary .menu .menu-item ul.sub-menu .menu-item a:focus + ul.sub-menu,
.nav-primary .menu .menu-item.sfHover > ul.sub-menu > .menu-item.sfHover > ul.sub-menu,
.site-header .menu .menu-item ul.sub-menu .menu-item a:focus + ul.sub-menu,
.site-header .menu .menu-item.sfHover > ul.sub-menu > .menu-item.sfHover > ul.sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

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



.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: #474848;
}

#menu-courses-horizontal {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.nav-primary a {
	color: #fff;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding: 20px 0;
}

.site-footer .genesis-nav-menu a {
	padding: 0 10px 10px 0;
	font-size: 18px;
}


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

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

.entry {
	background-color: #fff;
	margin: 0 auto 40px;
	padding: 20px 0 40px;
	max-width: 1100px;
}

.archive .entry {
	padding-bottom: 0;
}

#tribe-events .entry {
	padding: 0;
}

.tribe-events-venue-meta address {
	font-weight: normal !important;
}

.tribe-street-address,
.tribe-locality,
.tribe-region,
.tribe-postal-code,
.tribe-country-name {
	clear: both;
}


.tribe-events-list .type-tribe_events {
    border-bottom: 1px solid #76beea !important;
}


.page-id-531 .tribe-events-widget-link,
.page-id-542 .tribe-events-widget-link {
	display:none !important;
}

.tribe-mini-calendar-event .list-date {
	display:none !important;
}

.page-id-531 .tribe-mini-calendar-event .list-info h2,
.page-id-542 .tribe-mini-calendar-event .list-info h2
 {
	font-size: 17px;
	 line-height: 1.2;
	 margin-bottom: 5px;
}

.tribe-mini-calendar-event .list-info h2 a {
	font-weight: 600 !important;
}

.tribe-mini-calendar-event {
	border-bottom: none !important;
}

.tribe-mini-calendar-event .tribe-events-organizer {
	font-size: 12px;
	font-style: italic;
}

.tribe-mini-calendar-event .list-info {
  line-height: 1.2 !important;
}

#tribe-events-footer .tribe-events-sub-nav, 
#tribe-events-header .tribe-events-sub-nav,
.tribe-events-cost,
.tribe-events-back,
.tribe-events-cal-links,
.tribe-events-meta-group-details,
.tribe-venue a,
.tribe-country-name {
	display: none !important;
}


.post-type-archive-tribe_events .tribe-events-venue-details a {
	color: inherit;
	font-weight: 400;
}

.tribe-events-event-meta .tribe-events-meta-group {
	padding: 0 !important;
}

.single-tribe_events .tribe-events-single-event-title {
	font-size: 3.6rem !important;
	font-size: 36px !important;
}

.tribe-events-schedule h2 {
	font-weight: 400 !important;
}


.single-tribe_events .tribe-events-event-meta {
	background: none !important;
	border: none !important;
	margin: 0 !important; 
}


.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	margin: 0 !important;
}

.tribe-events-meta-group-venue {
	font-size: 16px;
}


.single-tribe_events .tribe-organizer a {
	color: inherit;
	font-weight: 400;
	font-size: 16px;
}

.single-tribe_events a.tribe-events-gmap {
	color: inherit;
	display: block;
	font-size: 12px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 20px !important;
}

.tribe-events-list .tribe-events-event-cost {
	display: none;
}

.events-archive header.entry-header {
	display:block !important;
}



/*.full-width-content .entry-header::after,
.full-width-content .archive-title::after,
.tribe-events-before-html h1.entry-title::after,
.tribe-events-list h2.tribe-events-page-title::after

 {
	border-bottom: 1px solid #222;
	content: '';
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 10px;
	width: 80px;
}*/

.featured-content .entry-header::after,
.post-type-archive-books .entry-header::after {
	display: none;
}

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

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

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

.entry-content ul.payment_methods li {
	list-style-type: none;
}

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

.entry-content code {
	background-color: #222;
	color: #eee;
}



.testimonials-widget-testimonials .entry {
	background-color: transparent;
}

.banner blockquote {
	margin: 0;
	font-style: italic;
	font-size: 24px;
}

.banner .widget .credit {
	font-size: 18px;
	margin-top: 15px;
}


.banner .entry {
	padding: 0;
	margin: 0;
}


/* ## Landing pages
--------------------------------------------- */


.page-template-page_landing {
	line-height: 1.2;
}

.page-template-page_landing .entry {
	max-width: 960px;
}

.page-template-page_landing .entry {
	margin-bottom: 20px;
	padding-bottom: 0;
}


.page-template-page_landing .entry-title {
	text-align: center;
	color: inherit;
	margin-bottom: 20px;
}


.light-blue-box,
.orange-box {
	clear: both;
	float: none;
	overflow: hidden;
	border-radius: 10px;
	padding: 20px 70px;
}

.light-blue-box {
	background: #D9EAF9;
}

.orange-box {
	background: #F07E26;
}

.landing-column {
	float: left;
	width: 48%;
	margin-left: 4%;
	padding: 40px 0 20px;
	margin-bottom: 30px;
}

.landing-column.first {
	margin-left: 0;
}

.lora-font {
	font-family: 'Lora', serif;
}


/* ## Home
--------------------------------------------- */

.banner .textwidget,
.banner p {
    margin: 0 auto;
    color: #333;
    font-size: 38px;

}

.top-boxes {
	position: relative;
	z-index: 99;
	top: -40px;
}

.box-outer {
	border-radius: 15px;
	position: relative;
	height: 250px;
	width: 100%;
}

.box-1, .box-2, .box-3 {
	border-radius: 10px;
	border: #fff solid 1px;
	position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 230px;
    margin: auto;
	text-align: center;
	color: #222;
	padding: 12% 0;
}

.box-1, .box-outer-1 {
	background: #FBB173;
}

.box-2, .box-outer-2 {
	background: #F4F0C6;
}

.box-3, .box-outer-3 {
	background: #76BEEA;
}

.box-1:hover {
	background: #f5994b;
}

.box-2:hover {
	background: #e4dfa6;
}

.box-3:hover {
	background: #4dade8;
}

.box-1, .box-2, .box-3,
.box-1:hover, .box-2:hover, .box-3:hover,
.box-1-description, .box-2-description, .box-3-description,
.box-1-description:hover, .box-2-description:hover, .box-3-description:hover,
.cta1 .wrap,
.cta1 .wrap:hover,
.cta-button,
.cta-button:hover
 {
	transition: background-color ease-in-out 0.6s; 
	-webkit-transition: background-color ease-in-out 0.6s; 
	-moz-transition: background-color ease-in-out 0.6s; 
}




.top-boxes h2 {
	font-family: 'Lora', serif;
	font-size: 36px;
	padding: 10px;
	line-height: 1.1;
	color: #333;
	font-weight: 400;
}

.box-1-description, .box-2-description, .box-3-description {
	border-radius: 15px;
	min-height: 250px;
	text-align: center;
	font-weight: 400;
	color: #000;
	padding: 20px;
	font-size: 15px;
	line-height: 1.4;
	margin-top: 20px;
	background: #fff;
}



.box-1-description {
	border: 2px solid #FBB173;
}
.box-2-description {
	border: 2px solid #F4F0C6;
}
.box-3-description {
	border: 2px solid #76BEEA;
}

.description-top {
	min-height: 150px;
}

.description-bottom {
	background: url(images/kinesiology-chevron.png) no-repeat center;
	height: 20px;
}


.cta1 {
	margin: 40px 0;
}

.cta1 .wrap {
	background: #CDE5F7;
	border-radius: 15px;
    position: relative;
    height: 70px;
    width: 100%;
}

.cta1 .wrap:hover {
	background: #a4d1f3;
}

.cta1-box-outer {
	border-radius: 10px;
    border: #fff solid 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 98%;
    height: 80%;
    margin: auto;
    text-align: center;
    color: #222;
    display: table;
}

.cta1-bartext {
	font-size: 26px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;
    line-height: 1.1;
}

.cta1-bartext a {
    color: #333;
	font-weight:400;
}

.cta1-bartext a::after {
	padding-left: 15px;
	vertical-align:middle;
	content:url(/wp-content/themes/kinesiology/images/kinesiology-chevron.png);
}

.middle-text {
	padding: 30px 50px;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 30px;
	text-align:center;
	color: #5a5a5a;
}

.cta2 {
	background: #FFDDBD;
	margin-top: 30px;
}

.cta2_bartext {
	text-align:right;
	font-weight:600;
	padding: 20px;
	float: left;
	width: 75%;
	margin-top: 5px;
}

.cta-button {
	float: right;
	width: 25%; 
	margin: 20px 0;
	text-align: center;
	border: #76BEEA 1px solid;
	border-radius: 6px;
	background: #fff;
	padding: 3px 0 0;
}

.cta-button:hover {
	background: #ececec;
}

.cta-button a {
	color: #76BEEA;
	padding: 5px 0;
}

.cta-button a::after {
	padding-left: 15px;
	vertical-align:sub;
	content:url(/wp-content/themes/kinesiology/images/kinesiology-chevron.png);
}



/* ## Events
--------------------------------------------- */
.ecs-event-list .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.ecs-event-list .entry-title a {
	color: #f98e00;
}

.ecs-event-list .entry-title a:hover {
	text-decoration: underline;
}

.entry-content ul li.ecs-event {
    list-style-type: none;
	margin-bottom: 30px;
}

.entry-content ul.ecs-event-list {
	margin-left: 0;
}


.post-type-archive-tribe_events .entry-content .entry-image {
    display:none;
}



/* ## Tutors
--------------------------------------------- */

.task-tutors {
	margin: 0 auto 40px;
	max-width: 700px;
}

.tutor-container {
	float: left;
	width: 150px;
	margin: 0 5% 30px;
	list-style: none;
	height: 200px;
}

.tutor h4 {
	margin-top: 0;
	font-size: 14px;
	text-align:center;
}

a.tutor {
	color: #76beea;
}

a.tutor:hover {
	color: #f98e00;
}


.lightbox-content {
	padding: 25px;
}

.lightbox-content img {
	float: right;
	margin: 0 0 20px 20px;
}

.lightbox-content h2 {
	color: #76beea;
	font-family: 'lora', serif;
}

.tutor-container img, .lightbox-content img {
	border-radius: 8px;
}

#fancybox-content li {
	list-style:none;
}

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

p.entry-meta,
p.book-author {
	color: #5a636c;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	margin-bottom: 0;
}

.entry-header .entry-meta,
.entry-header p.book-author {
	margin-bottom: 24px;
}

.book-author .book-author-link,
.entry-header .entry-meta .entry-time,
.entry-header .entry-meta .entry-author-link {
	color: #5a636c;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	margin-left: 4px;
	text-transform: uppercase;
	text-decoration: none;
}

.book-author .book-author-link:focus,
.book-author .book-author-link:hover,
.entry-header .entry-meta .entry-author-link:focus,
.entry-header .entry-meta .entry-author-link:hover {
	color: #f98e00;
}

.entry-content .entry-image {
	margin-bottom: 30px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.archive .entry-footer .entry-meta {
	border-top: none;
	padding-top: 0;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #222;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #f98e00;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

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


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

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

.sidebar .widget {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}


/* # Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
	background-color: #fff;
}

.before-footer .wrap {
	max-width: none;
	padding: 5% 5% 0;
}


#newsletter {
	background: #FCF9E7;
	padding: 15px 0 40px;
	clear:both;
	overflow: hidden;
}

#newsletter .gform_wrapper label.gfield_label {
	font-weight: 400;
}
#newsletter .widget {
	margin-bottom: 0;
}

#newsletter input[type=submit] {
	float: right;
	width: 170px;
	background: #fff url(/wp-content/themes/kinesiology/images/kinesiology-chevron.png) no-repeat 70% 50%;
	padding-left: 46px;
	text-align:left;
}

#newsletter .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}

.page-id-414 #newsletter {
	display:none;
}

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

.footer-widgets {
	background-color: #76beea;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	color: #fff;
}

.footer-widgets a,
.site-footer a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}




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

.site-footer {
	background-color: #76beea;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0 0 30px;
	text-align: left;
	color: #fff;
}

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





/*Tom Added!
----------------------------------------------------------------------------------------------------- */

.flex {
    display: flex;
}

.home3 {
    margin-right: 45px;
    flex: 1;
}

.home3.h33 {
    margin-right: 0;
}

.home3-content {
    background-color: #E4F0FB;
    padding: 30px 30px 70px;
    min-height: 600px;
}

.home3-content-title {
    font-size: 36px;
    font-family: lora;
    text-align: center;
    color: #474949;
}

.home3-content-title h2 {
    max-width: 200px;
    margin: 0 auto 50px;
}


.home3-content-text {
    color: #474949;
    font-style: italic;
    font-weight: 600;
}

a.home3-link {
    width: 220px;
    display: block;
    height: 110px;
    text-align: center;
    margin: -75px auto 215px;
    background: #86C2EB;
    font-family: lora;
    font-weight: 600;
    color: #fff;
		border-radius: 13px;
	    text-decoration: none;
}

a.home3-link span {
    font-size: 24px;
    max-width: 180px;
    margin: 0 auto;
    line-height: 1.4;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    vertical-align: middle;
    /* height: 100%; */
    display: table-cell;
}


.home3.h32 .home3-content {
    background-color: #FCF8E6;
}

.home3.h32 a.home3-link{
	 	background: #efd874;
}


.home3.h33 .home3-content {
    background-color: #FFE7D0;
}

.home3.h33 a.home3-link{
 		background: #FF9D44;
}

.intro-three {
    padding-top: 135px;
}

.banner .wrap {
    height: 100%;
}

h3.home-benefits-intro-title {
    text-align: center;
    font-family: lora;
    color: #36A9E1;
    font-weight: 100;
    margin-bottom: 55px;
    font-size: 37px;
    margin-top: 0;
}

.home-benefits-intro-content {
    font-size: 34px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 55px;
}


.home-benefits-circle {
		width: 238px;
    height: 238px;
    background-color: #36A9E1;
    border: 12px solid #C9E1F6;
    border-radius: 100%;
    position: absolute;
    left: -130px;
    top: 35px;
}

.home-benefits-circle-inner {
    background-color: #EFE194;
    width: 186px;
    height: 186px;
    border-radius: 100%;
    margin: 15px auto;
    text-align: center;
    font-size: 21px;
    line-height: 1.4;
    display: table;
}

.home-benefits-circle-txt {
    display: table-cell;
    vertical-align: middle;
}

.home-benefits-item {
    position: relative;
    background-color: #FCF8E6;
    border-left: 130px solid #fff;
    min-height: 288px;
    float: left;
    width: 100%;
}

.home-benefits-item:first-child{

}

.home-benefits-right-txt {
    margin-left: 230px;
    width: 570px;
    padding: 40px 0;
    float: left;
}

.home-benefits-link {
    max-width: 50px;
    /* float: right; */
    float: right;
    padding: 118px 100px 0 0;
}


.home-benefits-right svg {
    width: 50px;
}

.home-benefits-right svg:hover{
	opacity: .9;
}

.home-benefits-right-txt h3 {
    font-size: 36px;
    font-family: lora;
    margin-bottom: 30px;
    margin-top: 0;
}

.home-benefits-right-description {
    font-style: italic;
    font-weight: 600;
}


.home-benefits {
    margin-bottom: 130px;
}

.home-find-a-pract-cont {
    float: left;
    width: 100%;
    background-color: #F0FDFD;
    padding: 40px 100px 50px;
    text-align: center;
    margin-bottom: 70px;
}

.home-find-a-pract-cont h3 {
    font-family: lora;
    font-weight: 100;
    font-size: 40px;
    margin-bottom: 30px;
    color: #36A9E1;
}


.home-find-a-pract-intro {
    font-size: 19px;
}

.home-find-a-pract-testim.testimonial {
    font-family: lora;
    color: #000;
    font-style: italic;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.home-find-a-pract-testim-nam.testimonial-name {
    font-size: 19px;
    color: #000;
}



h1.page-title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 75px;
    font-size: 38px;
}

.membership-intro {
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 30px;
}

span.membership-intro-sub {
    text-align: center;
    display: block;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 75px;
}

.membership-pricing-col {
    background: #E4F0FB;
    margin-right: 50px;
    padding: 35px 35px 115px;
    position: relative;
}

.membership-pricing-col.mp3 {
  
}


.membership-pricing-col h3 {
    font-family: lora;
    font-size: 33px;
    text-align: center;
    margin: 0;
    min-height: 150px;
}

.mp-content li {
    font-size: 16px;
    padding-left: 0px;
}

.membership-pricing-more {
    display: none;
}

a.membership-pricing-read-more {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: orange;
    left: 0;
    font-family: lora;
    text-align: center;
    color: #fff;
    font-size: 25px;
    height: 80px;
    text-decoration: none;
    line-height: 80px;
}

a.membership-pricing-read-more:hover{
	opacity: .9;
}

.membership-pricing.flex {
    margin-bottom: 140px;
    flex-wrap: wrap;
}

.membership-pricing > div {
    width: 29%;
    /* flex-wrap: wrap; */
    margin: 0 2%;
    position: relative;
}


.membership-terms h3 {
    color: #36A9E1;
    font-family: lora;
    text-align: center;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 45px;
    margin-top: 0;
}

.membership-terms-text {
    font-size: 17px;
    margin-bottom: 80px;
}

.arrow-block {
    border-top: 1px solid #36A9E1;
    border-bottom: 1px solid #36A9E1;
    font-family: lora;
    color: #000;
    font-size: 22px;
    line-height: 1.4;
    padding: 30px 0;
    margin-bottom: 140px;
}

.ab-link {
    flex: 1;
}

.ab-content {
    flex: 2;
}

.ab-link svg {
    width: 50px;
    margin: 0 auto;
}

.ab-link svg:hover{
	opacity: .9;
}

.ab-link a {
    display: block;
    width: 50px;
    margin: 7px auto;
}


.become-registered-practitioner h3 {
    color: #36A9E1;
    font-family: lora;
    text-align: center;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 45px;
    margin-top: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.become-registered-practitioner {
    margin-bottom: 200px;
}



h1.entry-title {
    margin-top: 55px;
    margin-bottom: 60px;
}

.entry-content {
    max-width: 960px;
    font-size: 15px;
    color: #000;
}


.entry-content h2 {
    font-family: lora;
    font-weight: 100;
    font-size: 28px;
    margin-bottom: 24px;
}

.entry-content h3 {
    font-family: lora;
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 24px;
}

.entry-content h4 {
    font-family: lora;
    font-weight: 100;
    font-size: 21px;
    margin-bottom: 24px;
}

.entry-content h3 {
    font-family: lora;
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 24px;
}

.resource-repeater {
    max-width: 850px;
    margin-bottom: 90px;
}

.resource-item-img {
    flex: 1;
}

.resource-item-right {
    flex: 2;
    margin-bottom: 60px;
}

.resource-item-img img {
    max-width: 200px;
}

.resource-item-right h3 {
    font-family: lora;
    /* font-weight: 100; */
    font-size: 20px;
    color: #F39433;
    margin: 0;
}

.resource-item-right p {
    font-size: 15px;
}

a.ri-more-info {
    background-color: #F39433;
    color: #fff;
    text-decoration: none;
    width: 210px;
    display: block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 11px;
    font-weight: 100;
    font-size: 15px;
    float: right;
}

a.ri-more-info:hover{
	opacity: .9;
}




ul.gmw-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.gmw-posts-wrapper > li {
    width: 33%;
    list-style: none;
    margin-bottom: 60px;
}

.gmw-posts-wrapper .wppl-info .wppl-info-left {
    width: 100%;
    border: none;
    padding-right: 40px;
}

.gmw-posts-wrapper  h3{
	display: none;
}

label.gmw-field-label {
    font-family: lora;
    margin-bottom: 30px!important;
    font-size: 35px;
    color: #36A9E1;
}

.maps-title {
    font-family: lora;
    margin-bottom: 30px!important;
    font-size: 35px;
    font-weight: 100;
    color: #36A9E1;
}

form.gmw-form {
    display: flex;
    /* float: left; */
    width: 100%;
}

.gmw-form-field-wrapper.gmw-distance-field-wrapper {
    flex: 1;
    margin-left: 10px;
    margin-top: 18px;
}

.gmw-form-field-wrapper.gmw-submit-field-wrapper {
    flex: .5;
    text-align: right;
}

input.gmw-form-field.gmw-address.gmw-full-address.gmw-address-autocomplete {
    border: 1px solid #36A9E1;
}

.gmw-form-wrapper select {
       min-height: 38px!important;
    border: 1px solid #36A9E1!important;
    margin-top: 6px!important;
}


input#gmw-submit-1 {
    width: 100%;
    height: 38px;
    margin-top: 6px;
    background: #36A9E1;
}

div.gmw-form-wrapper .gmw-address-field-wrapper {
    position: relative;
    flex: 3;
    margin-right: 10px;
}

div#gmw-map-wrapper-1 {
    border: 20px solid #FCF8E6;
    margin-top: 70px;
    margin-bottom: 100px;
}

.page-template-page_practitioners h1.page-title {
    margin-bottom: 60px;
}

.find-practitioner-intro {
    text-align: center;
    margin-bottom: 70px;
}

.page-template-page_practitioners div#newsletter {
    margin-top: 120px;
}

div.gmw-form-wrapper div.gmw-address-field-wrapper i.gmw-locator-button {
    bottom: 9px!important;
}

.pagination-per-page-wrapper.top.gmw-pt-pagination-wrapper.gmw-pt-top-pagination-wrapper {
    display: none;
}

.pagination-per-page-wrapper.bottom.gmw-pt-pagination-wrapper.gmw-pt-bottom-pagination-wrapper {
    display: none;
}

h2.wppl-h2 {
    font-size: 20px;
    font-family: lora;
    font-weight: 600;
    color: #F39433;
    margin-bottom: 0px;
    margin-top: 0;
}

ul.gmw-location-meta li.field, ul.widget ul.gmw-location-meta li.field {
    font-size: 17px!important;
}









.membership-pricing-more {
    /* display: none; */
   
    width: 100%;
    background: #b8daf3;
    height: 100%;
    padding: 40px 40px 120px;
}


a.mp-close {
	display: block;
    position: absolute;
    top: 13px;
    width: 100%;
    background: transparent;
    right: 13px;
    font-family: lora;
    text-align: center;
    color: #fff;
    font-size: 25px;
    height: 22px;
    text-decoration: none;
    line-height: 22px;
    width: 22px;
}


.mp-more-content {
}



div#footer {
    display: none;
}

ul#menu-foot {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

#menu-foot li {
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
		font-size: 12px;
}


#menu-foot li:first-child{
	margin-left: 0;
}

#menu-foot li:after{
	content: "|";
	padding-left: 10px;
}

#menu-foot li:last-child:after{
	content: "";
}


section#nav_menu-3 {
    margin-bottom: 20px;
}

.bpp-credits{
	font-size: 12px;
	font-weight: 100;
}

ul#menu-footer {
    list-style: none;
    display: inline-block;
    font-size: 12px;
}


ul#menu-footer li {
    float: left;
    padding-right: 7px;
    padding-top: 20px;
}

ul#menu-footer li:after{
	content: "|";
	padding-left: 7px;
}

ul#menu-footer li:last-child:after{
	content: "";
}

ul#menu-footer li:hover{
	text-decoration: underline;
}

.mp-more-content-button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.mp-more-content-button a {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: orange;
    left: 0;
    font-family: lora;
    text-align: center;
    color: #fff;
    font-size: 25px;
    height: 80px;
    text-decoration: none;
    line-height: 80px;
}

.mp-more-content-button a:hover{
	opacity: .9;
}

.page-template-page_membership .become-registered-practitioner {
    margin-bottom: 0;
}


.wppl-info-left p {
    margin-bottom: 0;
}


.map-bio {
    position: fixed;
    top: 50%;
    height: 300px;
    background: #fbf9ec;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    overflow: hidden;
    margin-top: -150px;
    z-index: 1;
    padding: 30px;
}

.map-bio-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    width: 20px;
    cursor: pointer;
}

.map-bio-close:hover{
	opacity: .9;
}


.map-bio{
	display: none;
}

a.map-bio-popup {
    margin-top: 20px;
    display: block;
}


h2.gsection_title {
    padding-top: 20px!important;
    /* FLOAT: LEFT; */
    display: block;
    color: #76beea;
}



li.hide-field {
    display: none;
}

.woocommerce-MyAccount-content p:last-child {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}














































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

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

	
	.wrap,
	.flexible-widgets .wrap,
	.breadcrumb,
	.archive-title,
	.entry {	 
		max-width: 1020px;
	}

	
	.site-header .widget-area {
		width: 700px;
	}

	.sidebar-primary {
		width: 250px;
	}
	
	
	.post-type-archive-product .content {
		max-width: 1020px;
		margin: 0 auto;
		float: none;
	}
	
	#menu-primary-menu.genesis-nav-menu a {
		padding: 15px 0 15px 2px;
	}
	 #menu-primary-menu.genesis-nav-menu a::after {
    	padding-left: 8px;
}


}


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

	
	.wrap,
	.breadcrumb,
	.archive-title,
	.flexible-widgets .wrap,
	.entry,
	.post-type-archive-product .content {
		max-width: 880px;
	}

	.content,
	.site-header .widget-area {
		width: 65%;
	}

	.box-1-description, .box-2-description, .box-3-description {
		min-height: 280px
	}

	.home-benefits-item {
    position: relative;
    background-color: #FCF8E6;
    border-left: none;
  }

  .home-benefits-circle{
  	left: -50px;
  }
	
	.home-benefits-right-txt {
    margin-left: 230px;
    width: 400px
  }

  	.membership-pricing > div {
	    width: 100%;
	    /* flex-wrap: wrap; */
	    margin: 0;
	    position: relative;
	        margin-bottom: 20px;
	}

	.membership-pricing-more {
    margin-top: -20px;
    position: relative;
    top: -20px;
}

	.membership-pricing-col h3 {
	    min-height: auto;
	}

	.gmw-posts-wrapper > li {
    width: 50%;
  }
}

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

	
	.wrap,
	.breadcrumb,
	.archive-title,
	.entry,
	.woocommerce-page .content {
		max-width: 800px;
	}

	.content,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .widget-area {
		margin-top: 20px;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

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

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

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

/*	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.nav-primary {
		border-width: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #222;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1222;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		background-color: #fff;
		border: none;
		color: #222;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .sub-menu:after,
	.js .genesis-nav-menu .sub-menu:before {
		display: none;
	}

	.js .genesis-nav-menu > .menu-item:hover > .sub-menu {
		left: auto;
		margin-left: 0;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #222;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #f98e00;
	}*/

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget {
		float: none;
		width: 100%;
	}

	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}
	
	.top-boxes h2 {
		font-size: 28px;
	}
	
	.box-outer {
		height: 180px;
	}
	
	
	.box-1, 
	.box-2,
	.box-3 {
		height: 160px;
	}

	.flex {
	    display: block;
	}

	.home3 {
    margin-right: 0;
  }

  a.home3-link {
	    margin-bottom: 50px;
	}


	.gmw-posts-wrapper > li {
    width: 100%;
  }

}

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

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

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

	

	.wrap,
	.breadcrumb,
	.woocommerce-page .content
	{
		padding-left: 2%;
		padding-right: 2%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.post-type-archive-product .content	 {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.large-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.home-benefits-circle {
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	}

		.home-benefits-right {
	    width: 100%;
	    margin-top: 290px;
	}

	.home-benefits-right-txt {
	    margin-left: 0;
	    width: 100%;
	    padding: 20px;
	    float: left;
	    text-align: center;
	}

	.home-benefits-link {
	    max-width: 50px;
	    /* float: right; */
	    float: left;
	    padding: 20px;
	    text-align: center;
	    width: 100%;
	    min-width: 100%;
	}




}


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

	.top-boxes .one-third {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.box-1, .box-2, .box-3, .box-outer {
		height: auto;
		padding: 0;
		position: static;
	}

	.box-1-description, .box-2-description, .box-3-description, .description-top {
    	min-height: inherit;
		margin-top: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-topleft: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
	
	.box-outer, .box-1, .box-2, .box-3 {
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.banner,
	.middle-text,
	#testimonials blockquote {
		font-size: 20px;
		line-height: 1.2;
	}
	.middle-text {
		padding: 20px;
	}
	
	.cta1 {
		margin: 0 0 20px;
	}
	
	.entry-title, h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 23px;
	}
	.woocommerce-page ul.products li.product {
		width: 100%;
	}
	
}




/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #222 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

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

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.button:before,
	.button:after,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar,
	.sticky-message {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

	.flexible-widgets .widget {
		width: 50% !important;
	}

	.flexible-widgets.widget-full .widget {
		width: 100% !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
