s/*
	Theme Name: Aktiv Osteo Theme
	Author: LK Design, DaveWoodbridge.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 15px/23px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/



.mobile_only {
	display: none;
}
/* wrapper */
.wrapper {
    max-width: 100%;
    width: 100%;
    margin: 67px 0 0 0;
    position: relative;
}
/* header */

header.header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    height: 70px;
    z-index: 90;
    box-shadow: 0 -1px 7px 1px #b5b5b5;
}
header.header .header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}


/* logo */
.logo {
    display: inline-block;
    margin-left: 96px;
    margin-top: 22px;
    position: relative;
    z-index: 5;
}
.logo-img {
    width: 97px;
}
/* nav */
nav.nav {
    display: inline-block;
    float: right;
}
.nav ul {
    padding: 0;
    margin: 0;
}
.nav li.menu-item {
    display: inline-block;
    margin: 0 0;
    padding: 24px 14px 23px;
}

li.menu-item a {
    color: #727275;
}
li.menu-item-18 a {
    color: #fbb255;
	text-transform: uppercase;
    font-size: 15px;
}

li.menu-item-18 {
    background: #075d7d;
    padding: 24px 39px 21px;
    margin-left: 10px;
	transition-duration: 250ms;
}
li.menu-item.current-menu-item a {
    color: #075d7d;
    font-weight: bold;
}
li.menu-item-18:hover {
    background: #054f6b;
}

/* mobile nav */

* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #fbb255;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
div#nav-icon3 {
    margin: 0;
    float: right;
    margin-right: 20px;
    margin-top: 13px;
}

div#mobile_nav {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
	display: none;
}
div#mobile_nav_shade {
	opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: -1;
    transition-duration: 250ms;
}
div#mobile_nav_shade.open {
	opacity: 1;
	z-index: 2;
}
ul#mobile_book_button {
    float: right;
	list-style: none;
}
#mobile_nav .mobile_nav li.menu-item-18 {
    display: none;
	position: absolute;
    top: -70px;
    right: 0px;
    list-style: none;
    height: 26px;
}
#mobile_nav li.menu-item-18 a {
    color: #fbb255;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
}
nav.mobile_nav {
    position: absolute;
    text-align: center;
    top: 70px;
    width: 100%;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition-duration: 500ms;
    box-shadow: 0 4px 18px 0px #999;
}
.open nav.mobile_nav {
	height: 345px;
}
.mobile_nav li:last-child {
    margin-bottom: 40px;
}

.mobile_nav li:first-child {
    margin-top: 40px;
}
.mobile_nav li {
	list-style: none;
}
.mobile_nav li.menu-item a {
    font-size: 20px;
    line-height: 44px;
}


/* sidebar */
.sidebar {

}
/* footer */
footer.footer p, footer.footer a {
    color: #fff;
}

footer.footer {
    background: #075d7d;
    text-align: center;
    padding: 50px 0;
}
footer span {
    display: inline-block;
    border-right: 1px solid #fff;
    margin: 0 auto;
    line-height: 11px;
    padding: 0 8px;
}
.mobile_break span:last-child, .mobile_break:last-child {
    border: 0;
    padding-right: 0;
}
footer.footer p.copyright {
	color: #1d99c7;

}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

section {
    padding: 61px 0;
	overflow: hidden;
}
.section_content {
	max-width: 1008px;
	margin: 0 auto;
}
.button {
    background: #fbb255;
    padding: 14px 0;
    color: #fff;
    width: 201px;
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 40px 0px 0;
    transition-duration: 250ms;
}
.button:hover {
	background: #eca64d;
}
/* Home */

.home div#hero {
    background: url(img/hero.png) no-repeat 0 0 transparent;
    height: 657px;
    background-size: cover;
    display: flex;
    align-items: center;
}
.home #hero .hero_container {
    max-width: 681px;
    width: 100%;
    margin: 0 auto;
    /* align-items: center; */
    display: flex;
}
#hero .hero_half {
    max-width: 50%;
    width: 100%;
    text-align: center;
    margin-top: -53px;
}


.home section:first-child {
    padding-bottom: 6px;
    padding-top: 60px;
}
.home .post-26 .wp-block-column {
    text-align: center;
}
.home .post-26 a:hover {
    background: #eca64d;
}

.home .post-26 a {
    background: #fbb255;
    padding: 14px 0;
    color: #fff;
    width: 201px;
    display: inline-block;
    transition-duration: 250ms;
}
.home .post-26 h2 {
    max-width: 70%;
    margin: 0 auto;
}
.home .post-26 p {
    max-width: 70%;
    margin: 31px auto 21px;
    height: 112px;
    font-size: 15px;
    line-height: 23px;
}
.home .post-26 p:last-child {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}





section#recent_post {
    background: #f0f0f0;
    padding-top: 60px;
    padding-bottom: 33px;
}
div#recent_post_image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-position: center;
    margin: 0 auto;
    background-size: cover;
}
#recent_post .wp-block-columns .wp-block-column:last-child {
    flex-basis: 66.6%;
}

#recent_post .wp-block-columns .wp-block-column:first-child {
    flex-basis: 33.33%;
    text-align: center;
    display: flex;
    align-items: center;
}
#recent_post h3 {
    margin-top: 26px;
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    margin-bottom: 5px;
}
div#recent_post_content {
    line-height: 26px;
}


#quotes {
    background: url(img/bg_quotes.png) no-repeat 0 0 transparent;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 84px;
    height: 450px;
    display: flex;
    align-items: center;
}
img.icon_quote {
    position: absolute;
    margin-left: -100px;
    margin-top: -20px;
}
.single_quote {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: #fff;
}
.single_quote p {
    color: #fff;
    line-height: 53px;
    margin-bottom: 14px;
	font-family: times;
}
p.attrib {
    margin: 0;
    font-size: initial;
    font-family: sans-serif;
    color: #fff;
}


/* osteopathy explained */


div#hero {
    background-repeat: no-repeat;
    background-position: center;
    height: 357px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    width: 100%;
	background-color: #167a9f;
}
#hero .hero_container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
}
h2.header_title {
    color: #fff;
    font-size: 38px;
}
h2.header_title .orange {
	color: #fbb255;
}
.page-id-6 .orange {
	display: block;
}
span.smaller {
    font-family: sans-serif;
    font-size: 18px;
    display: block;
    font-weight: lighter;
    margin-top: 10px;
}
.section_container {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.page-template-default article.type-page {
    padding-left: 33%;
    position: relative;
}
.page-template-default article h2 {
    position: absolute;
    left: 0;
    padding-right: 3%;
    max-width: 26%;
    width: 100%;
    padding-bottom: 10px;
    color: #075d7d;
    margin-top: 0;
}
.page-template-default article h2:after, .page-id-6 section .wp-block-column h2:after  {
	content: '';
	width: 140px;
	height: 4px;
	background: #fbb255;
	position: absolute;
	bottom: -4px;
	left: 0;
}
span.newpara {
    display: block;
    width: 100%;
    margin-top: 70px;
}

.page-template-default ol {
    list-style: none;
    counter-reset: li;
    padding-left: 15px;
}

.page-template-default ol li::before {
    content: counter(li);
    color: #fbb255;
    display: inline-block;
    width: 30px;
    margin-left: -30px;
}
.page-template-default ol li {
    counter-increment: li;
    padding-left: 15px;
    margin-bottom: 6px;
}


/* slider */


#slider_container {
    transition-duration: 500ms;
    display: block;
    overflow: hidden;
}
.slider_single {
    display: block;
    float: left;
    overflow: hidden;
    width: 675px;
}
.slider_single img {
    opacity: .3;
    transition-duration: 900ms;
	transition-timing-function: linear
}
.slider_single.active_slide img {
    opacity: 1;
}

div#slider_thumbs {
    text-align: center;
    margin: 20px auto;
}
.slider_thumb {
    display: inline-block;
    max-width: 80px;
    margin: 0 10px;
	cursor: pointer;
}
#infographic_meta {
	text-align: center;
}
div#infographic_meta .button {
    margin: auto;
    display: block;
}



/* meet kathleen */
.page-id-6 #hero {
	height: 522px;
}
.page-id-6 section .wp-block-column {
    margin-left: -2px;
}

.credentials .wp-block-columns .wp-block-column:last-child {
    flex-basis: 66.66% !important;
	margin: 0;
}

.credentials .wp-block-columns .wp-block-column:first-child {
    flex-basis: 30.33% !important;
    margin-right: 0;
}
.page-id-6 section .wp-block-column h2 {
    padding-bottom: 10px;
    /* border-bottom: 4px solid #fbb255; */
    color: #075d7d;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 92%;
	position: relative;

}
.page-id-6 section .wp-block-column p {
    max-width: 60%;
}


section#slider.testimonial {
    background: #fbb255;
    color: #fff;
    text-align: center;
}
.testimonial h2 {
    margin-bottom: 40px;
    margin-top: 0;
}
.testimonial #slider_container {
    transition-duration: 500ms;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
}
.testimonial .slider_single {
    margin: 0 auto;
    display: inline-block;
    float: left;
    width: 100%;
}
.testimonial .single_slide_container {
    max-width: 680px;
    margin: 0 auto;
}
.testimonial .slider_single h3 {
    color: #fff;
    font-family: sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
}
.testimonial .slider_single p {
    color: #fff;
    font-size: 18px;
    color: rgba(255,255,255,.7);
}
.testimonial div.slider_thumb {
    background: rgba(255,255,255,.5);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin: 0 5px;
	transition-duration: 250ms;
}
.testimonial div.slider_thumb.active_thumb, .testimonial div.slider_thumb:hover {
	background: rgba(255,255,255,1) !important;
}

#accreditations .section_content {
    max-width: 300px;
    text-align: center;
}

#accreditations .section_content hr {
    border: 0;
    border-top: 4px solid #fbb255;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

#accreditations h2 {
    margin-top: 0;
}
#accreditations a img {
    opacity: .5;
    transition-duration: 250ms;
}
#accreditations a:hover img {
	opacity: 1;
	transition-duration: 250ms;
}
.accred_logos .wp-block-image:last-child {
    margin-bottom: 0;
}

.accred_logos .wp-block-image {
    margin-bottom: 50px;
}
/* rates */
section#rate_card {
    background: url(img/bg_rate_card.png) no-repeat 0 0 transparent;
    background-size: cover;
	color: #fff;
}

#rate_card div#section_container {
    max-width: 1008px;
    margin: 0 auto;
    text-align: center;
}
#rate_card .wp-block-column {
    background: #044b65;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.rates_table {
    margin-bottom: 70px;
}
#rate_card .rates_table + h2 {
    margin-bottom: 0;
}

#rate_card h2 {
    margin-top: 0;
    margin-bottom: 50px;
}
#rate_card h3 {
    margin: 0;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
}
#rate_card h3 + h3 {
    color: #fbb255;
    margin-top: 0;
}
#rate_card .wp-block-column p {
	color: #fff;
	font-weight: bold;
}
#rate_card .wp-block-column p + p {
	color: #fbb255;
	font-size: 26px;
	font-weight: normal;
}
#rate_card a.button {
    margin: 20px auto 0;
    display: inline-block;
}


/* contact */


.page-id-14 .wp-block-columns h2 {
    padding-right: 10%;
    max-width: 80%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid #fbb255;
    color: #075d7d;
    margin-top: 0;
}

.page-id-14 .wp-block-column:last-child {
    flex-basis: 66.66% !important;
    margin: 0 !important;
}
.page-id-14 .wp-block-column:first-child {
    flex-basis: 33.33% !important;
}

div#nf-form-1-cont {
    padding: 50px 110px;
    background: #f5f5f5;
}
.nf-form-cont h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #075d7d;
    text-align: center;
    margin-bottom: 30px;
}

.nf-form-fields-required {
    display: none;
}
.nf-field-label label {
    font-weight: normal !important;
    color: #075d7d;
}
.nf-form-content input[type=button] {
    background: #fbb255 !important;
    padding: 14px 0;
    color: #fff  !important;
    width: 201px  !important;
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 40px auto 0;
	text-transform: uppercase;
	font-weight: bold;
}


/* blog */



.blog section {
    padding-top: 10px;
	padding-bottom: 0;
}



article.type-post {
    background: #f0f0f0;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.blog_wrapper {
    max-width: 1008px;
    margin: 0 auto;
    padding: 65px 0;
}
.blog_wrapper .wp-block-columns {
    margin: 0;
    display: flex;
    align-items: center;
}
.blog_wrapper .wp-block-columns .wp-block-column:last-child {
    flex-basis: 66.66% !important;
    padding-right: 40px;
    padding-left: 70px;
}

.blog_wrapper .wp-block-columns .wp-block-column:first-child {
    flex-basis: 33.33% !important;
}

.post_thumbnail {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.blog_wrapper span.newpara {
    display: none;
}
.blog_wrapper h2 {
    font-family: sans-serif;
}


.single-post div#hero {
    height: auto;
    padding: 45px 0 100px;
}
.single-post div#hero p {
    color: #fff;
}
.single-post div#hero h1 {
    font-family: times;
    color: #fff;
    line-height: 36px;
    font-weight: normal;
}
.single-post section {
	overflow: visible;
}
.single-post div#hero .hero_container {
    display: block;
    text-align: center;
    margin-bottom: 0;
}
.post_image {
    margin: -85px auto 40px;
    display: block;
    text-align: center;
}
.single .blog article {
	background: transparent;
}

.single-post section {
    max-width: 1008px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.single-post article {
    max-width: 780px;
}


.single .blog article h1 {
    font-family: 'Playfair Display', serif;
    line-height: 36px;
    font-weight: normal;
}


div#post_footer {
    background: url(img/bg_more_posts.png) no-repeat 0 0 transparent;
    width: 100%;
    background-size: cover;
    text-align: center;
    margin-top: 100px;
    color: #fff;
}

div#post_footer img {
    margin-top: -100px;
}



.post_nav {
    max-width: 480px;
    margin: 0 auto;
    display: block;
    padding-bottom: 50px;
}
.more_post_row {
    display: flex;
}
.prev_box, .next_box {
    flex: 50%;
    text-align: left;
    padding: 0 4%;
}
.prev_box {
    text-align: right;
}

.more_post_link {
    color: #fff;
    font-size: 24px;
    font-family: times;
    display: block;
    line-height: 32px;
}

a.more_post_button {
    background: #fbb255;
    padding: 14px 0;
    color: #fff;
    width: 201px;
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 0px 0px 0;
	font-family: sans-serif;
	min-height: inherit;
}
.post_nav p {
    color: #fff;
    margin-bottom: 0;
}

.single-post section#quotes {
    display: none;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

body, p, table, ul, li {
    color: #4f4f4f;
    font-family: "proxima-nova";
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    line-height: 36px;
	font-weight: normal;
}
a:hover {
	color: 
}
@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;
}

p {
    margin-bottom: 20px;
}

.page section article p + h2, .page section article ul + h2, .page section article ol + h2 {
    margin-top: 70px;
}
.page section article p + h2 + p, .page section article ul + h2 + p, .page section article ol + h2 + p {
    margin-top: 70px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



@media (min-width: 782px) {
	.page .wp-block-column:not(:first-child) {
		margin-left: 16px;
		margin-right: 16px;
	}
}
@media (min-width: 768px) {
	.page section .wp-block-column {
		flex-basis: 0 !important;
		flex-grow: 1 !important;
		margin-left: 16px;
		margin-right: 16px;
	}
}

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

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

}

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

	.page section article ol + h2 + p, .page section article p + h2 + p {
		margin-top: 0;
	}
	nav.nav {
		display: none;
	}
	header.header {
 	   height: 70px;
	}
	
	div#mobile_nav {
		display: block;
	}
	
	.home div#hero, .page-id-6 #hero {
		height: 420px;
	}
	div#hero {
		height: 280px;
		padding: 0 40px;
		max-width: calc( 100% - 80px);
	}
	#hero .hero_container {
		max-width: 100%;
	}

	section#homepage_buckets {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .post-26 h2 {
		max-width: 85%;
		margin: 0 auto;
	}
	.home .post-26 p {
		height: 140px;
	}
	section#quotes {
		height: 250px;
		padding-bottom: 60px;
	}
	.single_quote p {
		font-size: 26px;
		line-height: 36px;
		max-width: 80%;
		margin: 0 auto 15px;
	}
	img.icon_quote {
		margin-left: 0;
		max-width: 50px;
		margin-top: -10px;
	}
	p.attrib {
		font-size: 16px;
	}
	
	
	
	.page-template-default article.type-page {
		padding-left: 0;
	}

	.page-template-default article h2 {
		position: relative;
		margin-bottom: 20px;
		max-width: initial;
		display: inline-block;
		width: auto;
	}

	#rate_card h3 {
		margin: 0;
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
	}
	
	.blog section {
		padding-left: 0;
		padding-right: 0;
	}
	.blog_wrapper {
		padding: 65px 40px;
	}
	.single-post div#hero {
		width: 100%;
		max-width: 100%;
	}
	.single-post div#hero .hero_container {
		margin-bottom: 0;
		padding: 0 20px;
	}
	.single-post section {
		max-width: 90%;
	}
	.more_post_link {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
		margin-top: 10px;
	}

}

	
@media (max-width: 920px) {
	article.type-post {
		background: none;
	}
	.blog_wrapper {
		margin-top: 180px;
		background: #f0f0f0;
	}
	.blog_wrapper .wp-block-columns {
		flex-wrap: wrap;
	}
	.blog_wrapper .wp-block-columns .wp-block-column:first-child {
		margin-top: -200px;
		left: 0;
		width: 100%;
		display: block;
		flex-basis: 100% !important;
	}
	.blog_wrapper .wp-block-columns .wp-block-column:last-child {
		padding: 40px 0 0 0;
		text-align: center;
		flex-basis: 100% !important;
	}	
	
	.section_container {
		max-width: 96%;
	}
	a.more_most_button.button {
		/* padding: 10px; */
		display: table-cell;
		margin-top: 20px;
	}	
	.blog_wrapper .post_thumbnail {
		margin: 0 auto;
	}
	.blog_wrapper a.button {
		margin: 40px auto 0;
	}
	.term-pre-order-veggies main#main {
		max-width: 96%;
		margin: 0 2%;
	}
}
@media (max-width: 800px) {
	.home .post-26 h2 {
		max-width: 100%;
		margin: 0 auto;
	}
	.page-id-6 section .wp-block-column p {
		max-width: 80%;
	}
}
@media (max-width: 767px) {
	.mobile_only {
		display: block;
	}
	.desktop_only {
		display: none;
	}
	.wrapper {
		margin-top: 50px;
	}
	header.header {
		height: 50px;
	}
	.page-template-default article.type-page {
		padding-left: 0;
	}
	.logo {
		margin-left: 20px;
		margin-top: 14px;
	}
	nav.mobile_nav {
		top: 50px;
	}
	div#nav-icon3 {
		margin-right: 10px;
		margin-top: 13px;
		width: 40px;
	}
	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    	height: 5px;
	}
	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
		top: 11px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 23px;
	}
	li.menu-item-18 {
		padding: 12px 10px 13px;
		
	}
	#mobile_nav li.menu-item-18 a {
		font-size: 18px;
	}
	
	
	
	
	.page section article p + h2 + p, .page section article ul + h2 + p, .page section article ol + h2 + p {
		margin-top: inherit;
	}
	
	/* home */
	
	.home div#hero {
		background: none;
		padding: 0;
		max-width: 100%;
		height: auto;
	}
	.home .hero_half.mobile_only {
		background: #075d7d;
		text-align: center;
		color: #fff;
		padding: 25px 0;
	}
	.home .hero_half img {
		max-width: 190px;
	}
	.wp-block-column {
		flex-basis: 100%!important;
	}
	.home .post-26 h2 {
		padding-top: 45px;
	}
	.home .post-26 p {
		height: auto;
		margin-top: 10px;
	}
	section#recent_post {
		margin-top: 130px;
	}	
	section#homepage_buckets article .wp-block-column:first-child h2 {
		padding-top: 0;
	}
	#recent_post .wp-block-columns .wp-block-column:first-child {
		position: absolute;
		margin-top: -200px;
		left: 0;
		width: 100%;
		display: block;
	}
	#recent_post .wp-block-columns .wp-block-column:last-child {
		padding-top: 130px;
		text-align: center;
	}
	a.button {
		margin: 40px auto 0;
	}
	
	
	/* quotes */
	.single_quote p {
		font-size: 20px;
		max-width: 90%;
		line-height: 28px;
		margin: 0 5%;
	}
	img.icon_quote {
		margin-left: -25px;
		max-width: 35px;
		margin-top: -5px;
	}
	.single_quote p.attrib {
		font-size: 15px;
		margin-top: 15px;
	}


	.footer span.mobile_break {
		display: table;
		margin: 10px auto;
	}
	.footer span span:first-child {
    	border-right: 1px solid #fff;
	}
	.footer span {
    	border: 0;
	}
	footer.footer p.copyright {
		color: #1d99c7;
		font-size: 12px;
	}
	
	section#slider.infographic {
    	padding: 0px 0 61px;
	}
	.infographic div#slider_container {
		margin-left: 0;
	}
	.infographic .slider_single {
		width: auto;
	}
	.infographic div#slide0 {
		display: none;
	}
	
	
	section .credentials .wp-block-columns .wp-block-column:first-child, section .credentials .wp-block-columns .wp-block-column:last-child {
		flex-basis: 100% !important;
	}


	.page-id-6 section .wp-block-column h2 {
		max-width: 100%;
	}
	.page-id-6 section .wp-block-column p {
		max-width: 100%;
	}
	#rate_card .wp-block-column {
		margin: 10px;
	}
	
	
	.infographic .slider_thumb {
		max-width: 20%;
		margin: 0 1%;
	}


	
	section#slider.testimonial {
		padding: 61px 0;
	}
	.testimonial h2 {
		padding: 0 40px;
	}
	.testimonial .slider_single {
		padding: 0 40px;
	}

	/* blog */
	
	article.type-post {
		background: none;
	}
	.blog_wrapper {
		margin-top: 180px;
		background: #f0f0f0;
	}
	.blog_wrapper .wp-block-columns .wp-block-column:first-child {
		margin-top: -200px;
		left: 0;
		width: 100%;
		display: block;
		flex-basis: 100% !important;
	}
	.blog_wrapper .wp-block-columns .wp-block-column:last-child {
		padding: 40px 0 0 0;
		text-align: center;
		flex-basis: 100% !important;
	}	
	a.more_most_button.button {
		/* padding: 10px; */
		display: table-cell;
		margin-top: 20px;
	}	
	.blog_wrapper .post_thumbnail {
		margin: 0 auto;
	}
	
	
	
	.page-id-14 .wp-block-column:first-child, .page-id-14 .wp-block-column:last-child {
		flex-basis: 100% !important;
	}

	div#nf-form-1-cont {
		padding: 0;
		background: #fff;
	}
	
	#quotes .section_content {
		max-width: 80%;
	}
}
	
@media (min-width: 768px) {
	section .wp-block-column {
		flex-basis: 0 !important;
		flex-grow: 1 !important;
		margin-left: 32px;
	}
	

}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
