/*
	Theme Name: KOI WellBeing
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

.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,
.wrap:before {
	content: " ";
	display: table;
}

.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,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #454648;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #08b8b5;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

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

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

blockquote {
	margin: 40px;
	margin: 4rem;
}

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

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

cite {
	font-style: normal;
}

.button{
	transition-duration: 0.3s;
    	transition-property: background;
    	transition-timing-function: linear;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #16364c;
	font-family: 'Montserrat', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 40px;
	font-size: 4rem;
	background: url("images/border-line.jpg") no-repeat scroll bottom left;
    	text-transform: uppercase;
    	letter-spacing: 2px;
    	font-weight: 300;
    	padding: 0 0 10px;
	margin: 0 0 40px;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #08b8b5;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 10px 24px;
	padding: 1rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #08b8b5;
}

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

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

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

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

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

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

/* Content */

.content {
	float: left;
	width: 720px;
}

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

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

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

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

.avatar {
	float: left;
}

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

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

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

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

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

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

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

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

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

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

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

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

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

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

.site-header {
	z-index: 999;
	width: 100%;
	background: url("images/header-bg.jpg") no-repeat scroll center center;
    	background-size: cover;
	height: 120px;
	position: fixed;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.site-header.sticky {
	height: 65px;
}

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

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 115px;
	display: none;
}

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

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


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

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

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #193c50;
	display: block;
	font-size: 15px;
	padding: 49px 20px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.site-header.sticky .genesis-nav-menu a {
	padding: 21px 20px;	
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #193c50;
}

.genesis-nav-menu li > a:hover {
	background: #c7f2eb;	
}

.genesis-nav-menu li.home-icon a:hover {
	background: transparent;	
}

.genesis-nav-menu .menu-item-has-children:hover > a {
	background: #c7f2eb;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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: 300px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: none;
	border-top: none;
	padding: 10px 20px;
	position: relative;
	width: 300px;
	text-align: center;
	color: #444;
	font-family: 'Open Sans', sans-serif;
}

.site-header.sticky .genesis-nav-menu .sub-menu a {
	padding: 10px 20px;	
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #ffdad0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


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

.nav-primary {
	background-color: #333;
	display: none;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


.c-hamburger {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	float: right;
}

.c-hamburger:focus {
  	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 23px;
	left: 14px;
	right: 14px;
	height: 5px;
	background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
  	top: -10px;
}

.c-hamburger span::after {
  	bottom: -10px;
}

.c-hamburger--htx {
  	background-color: #16364c;
}

.c-hamburger--htx span {
  	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  	transition-duration: 0.3s, 0.3s;
  	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  	transition-property: top, transform;
}

.c-hamburger--htx span::after {
  	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  	background-color: #16364c;
}

.c-hamburger--htx.is-active span {
  	background: none;
}

.c-hamburger--htx.is-active span::before {
  	top: 0;
  	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  	bottom: 0;
  	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  	transition-delay: 0s, 0.3s;
}


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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.home .entry {
	margin-bottom: 0;
}

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

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

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

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

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

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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

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

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #16364c;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #08b8b5;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

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

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

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

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

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

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

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

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

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

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

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

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

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

.footer-widgets {
	clear: both;
	color: #999;
	background-color: #333;	
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

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

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

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

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

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.site-footer {
	background: url("images/footer-corner-design.png") no-repeat scroll bottom left;
	padding: 20px 0;
}

/*
Custom CSS
---------------------------------------------------------------------------------------------------- */

.home-icon {
	background-image: url("images/logo.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	text-indent: -9999px !important;
	width: 112px !important;
	height: 95px !important;
	margin: 0px 40px 0 !important;
    position: relative !important;
    top: 5px !important;
	background-color: transparent !important;
    display: inline-block !important;
	transition: all ease-in-out 0.3s !important;
	-webkit-transition: all ease-in-out 0.3s !important;
	-moz-transition: all ease-in-out 0.3s !important;
	-ms-transition: all ease-in-out 0.3s !important;
	-o-transition: all ease-in-out 0.3s !important;
}

.site-header.sticky li.home-icon {
	height: 50px !important;
	top: 0px !important;
	width: 60px !important;	
}

li.home-icon a.mega-menu-link {
	padding: 0 !important;
    margin: 0 !important;
    line-height: normal;
    color: unset !important;
    font-size: 0 !important;
    background: unset !important;
    width: 100% !important;
    height: 100% !important;
}

.site-header.sticky li.mega-menu-item a.mega-menu-link {
    padding: 13px 20px 52px 20px !important;
}

.site-header.sticky .mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 10px 20px 10px 20px !important;
}

.site-header .mega-sub-menu .mega-sub-menu li.mega-menu-item {
    list-style-type: none !important;
    position: relative !important;
}

.site-header .mega-sub-menu .mega-sub-menu li.mega-menu-item a:before {
    content: "• ";
    color: rgb(255, 218, 208) !important;
    position: absolute;
    left: -16px;
    top: 0px;
	font-family: 'Arial', Helvetica Neue, Helvetica, sans-serif; 
}

.site-header .mega-sub-menu .mega-sub-menu li.mega-menu-item a:hover:before {
    color: rgb(255, 255, 255) !important;
}

#hero-img {
    /*background: url("images/hero-img.jpg") no-repeat scroll center center;*/
	background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 50%, rgba(0,9,0,0.5) 100%), url("images/hero-img.jpg");
    background-size: cover;
	background-position: center center;
    height: 563px;
    border-top: 6px solid #143145;
	border-bottom: 6px solid #143145;
	margin: 120px 0 0;
}

#hero-img h1 {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin: 90px 0 30px;
}

#hero-img p {
	font-size: 24px;
	text-align: center;
	color: #16364c;
}

#hero-img a.btn {
	background: #08b8b5;
	font-size: 18px;
	color: #fff !important;
	text-align: center;
	width: 255px;
	display: block;
	margin: 30px auto 30px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 0;	
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 15px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}

#hero-img a.btn:hover {
	background: #00e5e1;
}

a.btn {
	background: #08b8b5;
	font-size: 16px;
	font-weight: 600;
	color: #fff !important;
	text-align: center;
	width: 210px;
	display: block;
	margin: 30px auto 40px;
	padding: 15px 0;	
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 15px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}

a.btn:hover {
	background: #00e5e1;
}

a.btn.iv-btn {
    margin: 0 10px;
}

#hero-img h4 {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin: 100px 0 0;	
}

.specializing-in h2 {
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	margin: 50px 0 50px;
	padding: 0;
    	background: none;
}

.specializing-in .panel .left-sec {
	min-height: 467px;
}

.specializing-in .panel .right-sec {
	width: 584px;
	height: 342px;
	background: url("images/right-corner-design.jpg") no-repeat scroll bottom right #fff;
	margin: 60px 0 0 -56px;
	-webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 21px 30px 0px rgba(0, 0, 0, 0.15);
}

.specializing-in .panel .right-sec h3 {
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	padding: 30px 10px 20px;
}

.specializing-in .panel .right-sec p { 
	padding: 0 50px;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
}

.page-id-538 .specializing-in .panel .right-sec {
	min-height: 342px;
	padding-bottom: 20px;
	height: auto;
}

.entry-content h2 {
	background: none;
}

.right-sec a.btn {
    display: inline-block;
	margin: 25px 5px 20px;
}

.panel.img-right {
	display: block !important;	
}

.panel.img-right .panel-grid-cell:first-child {
	float: right;
}

.panel.img-right .right-sec {
	background: url("images/left-corner-design.jpg") no-repeat scroll bottom left #fff;
	float: right;
	margin: 60px -56px 0 0px;	
	position: relative;
}

.symptoms-panel {
	padding: 50px 0 20px;	
}

.symptoms-panel h2 {
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0 0 25px;
	background: none;
    	padding: 0;
}

.symptoms-panel p {
	text-align: center;
	font-size: 18px;
	padding: 0 180px;	
}

.symptoms-lists {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding: 30px 0 10px;	
}

.symptoms-lists ul li {
	list-style-type: none;
	background: url("images/list-icon.png") no-repeat scroll left top;	
	height: 35px;
	padding: 0 0 0 40px;
	font-size: 18px;
    	font-weight: 600;
    	line-height: 2;
    	margin: 15px 0;
}

.naturo-medicine-panel {
	background: url("images/naturo-medicine-bg.jpg") no-repeat scroll center center;
	background-size: cover;
	min-height: 673px;
	border-bottom: 6px solid #16364c;
	border-top: 6px solid #16364c;	
}

.naturo-medicine-panel .textwidget {
	background: rgba(255,255,255,0.85);	
	padding: 40px 0 50px;
	max-width: 770px;
	height: 500px;
	margin: 80px auto 0;
	-webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 21px 30px 0px rgba(0, 0, 0, 0.15);
}

.naturo-medicine-panel h2 {
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	padding: 0px 0 15px;
}

.naturo-medicine-panel p {
	text-align: center;
	font-size: 18px;
	padding: 0 90px;	
}

.naturo-medicine-panel a.btn {
	width: 276px;	
}

.injection-panel {
	background: url("images/injection-bg.jpg") no-repeat scroll center center;
	background-size: cover;
	min-height: 731px;
	border-bottom: 6px solid #16364c;	
}

.injection-panel .textwidget {
	background: rgba(255,255,255,0.85);	
	padding: 30px 0 50px;
	max-width: 700px;
	height: 423px;
	margin: 150px auto 0;
	-webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 21px 30px 0px rgba(0, 0, 0, 0.15);
}

.injection-panel h2 {
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	padding: 0px 0 15px;
}

.injection-panel p {
	text-align: center;
	font-size: 18px;
	padding: 0 80px;	
}

.injection-panel a.btn {
    display: inline-block;
    margin: 30px 7px;
	width: 270px;
}

.testimonials-panel {
	background: url("images/testi-bg.jpg") no-repeat scroll center center;
	background-size: cover;
	min-height: 527px;
	border-bottom: 6px solid #16364c;	
}

.testimonials-panel .textwidget {
	background: rgba(255,255,255,0.85);	
	padding: 30px 20px 50px;
	max-width: 625px;
	height: 372px;
	margin: 60px auto 0;
	-webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 21px 30px 0px rgba(0, 0, 0, 0.15);
}

.testimonials-panel h2 {
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	padding: 0px 0 15px;
	margin: 0;
}

.testimonials-panel a.btn {
    	margin: 0 auto;
}

.featured-in .metaslider {
    margin: 0 auto;
}

/*--------Testimonials Css--------*/

body .ms-postfeed > a {
	display: none;
}

body .metaslider .caption-wrap {
	position: relative;
	bottom: inherit;
	left: inherit;
	background: transparent;
	color: #16364c;
	opacity: 1;
	margin: 0;
	display: block;
	width: 100%;
	line-height: 32px;
	font-weight: 300;
}

.caption h5 {
	font-size: 18px;
	text-align: center;
	font-style: italic;
	padding: 0 50px;
	line-height: 1.4;
	font-weight: 600;
}

body .metaslider .caption {
	padding: 0;
	text-align: center;
}


body .flex-control-nav {
	position: relative;
	bottom: 0;
	margin: 0;
}

body .metaslider .flexslider {
	margin: 0 0 0;
}

/*body .flex-control-nav li a {
	margin: 0 3px;
	width: 16px;
	height: 16px;
	-webkit-transition: background ease-in-out 0.3s;
	-moz-transition: background ease-in-out 0.3s;
	-o-transition: background ease-in-out 0.3s;
	transition: background ease-in-out 0.3s;
	background: #fff;
    	border: 1px solid #adadad;
}

body .flex-control-paging li a:hover,
body .flex-control-paging li a.flex-active {
	background: #c70000;
}*/

body .flex-control-paging li a {
	background: url("images/slider-bullet.png") no-repeat scroll 0 0;
	height: 18px;
	width: 18px;
}

body .flex-control-paging li a:hover, body .flex-control-paging li a.flex-active {
	background: url("images/slider-bullet.png") no-repeat scroll 0 -18px;
}

body .slides {
	margin: 0 0 22px !important;
}

body .metaslider .slides img {
    	display: none;
}

/*--------Testimonials Css--------*/

.concierge-panel {
	background: url("images/concierge-bg.jpg") no-repeat scroll center center;
	background-size: cover;
	min-height: 566px;
	border-bottom: 6px solid #16364c;	
}

.concierge-panel .textwidget {
	background: rgba(255,255,255,0.9);	
	padding: 40px 0 50px;
	max-width: 670px;
	height: 400px;
	margin: 70px auto 0;
	-webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 21px 30px 0px rgba(0, 0, 0, 0.15);
}

.concierge-panel h2 {
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	padding: 0px 0 15px;
	margin: 0 0 20px;
}

.concierge-panel p {
	text-align: center;
	font-size: 18px;
	padding: 0 45px;
	line-height: 1.4;
	margin: 0 0 10px;	
}

.concierge-panel a {
	color: #02c5b5;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
    margin: 25px 5px 0;
}

.featured-in {
	padding: 40px 0 60px;	
}

.featured-in h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;	
	background: none;
    	padding: 0;
}

.featured-in .logos-row {
	border-bottom: 1px solid #e1e1e1;
    	border-top: 1px solid #e1e1e1;
    	padding: 20px 0 0px;	
}

.cta-content {
	background: url("images/CTA-content-bg.jpg") no-repeat scroll center center;
    	background-size: cover;
    	height: 518px;	
	padding: 100px 0;
}

.cta-content h3 {
	font-size: 30px;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	margin: 0 0 -5px;	
}

.cta-content h2 {
	font-size: 67px;
	text-align: center;
	font-weight: 300;	
	text-transform: uppercase;
	margin: 0 0 40px;
	background: none;
    	padding: 0;
}

.cta-content img {
	margin: 0 auto;	
}

.cta-content a {
	font-size: 50px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	display: block;
	color: #16364c;
	padding: 10px 0;	
}

.cta-content p {
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	color: #16364c;
	text-transform: uppercase;
	margin: 50px 0 0;	
}

#menu-footer-menu {
	margin: 0 0 40px;	
	text-align: center;
}

#menu-footer-menu li {
    	display: inline-block;
    	margin: 0 25px;
}

#menu-footer-menu a {
	text-align: center;
	color: #193c50;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;	
	font-family: 'Montserrat', sans-serif;
}

#menu-footer-menu a:hover {
	color: #02c5b5;	
}

.col-1 h3 {
    	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 20px;
}

.col-1 p {
	font-size: 16px;
	padding: 0 40px 0 0;
}

.col-2 p {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	padding: 0 20px 0 0px;
}

.col-2 a:hover {
	color: #16364c;	
}

.col-3 iframe {
	float: right;	
}

.site-footer p {
	font-size: 16px;	
}

.right-text p {
    	text-align: right;
}

.footer-copy-text {
    	padding: 40px 0 20px;
}

.footer-copy-text p {
	padding: 70px 0 0;	
}

.footer-copy-text p a {
	text-decoration: underline;	
}

.footer-copy-text p a:hover {
	text-decoration: none;	
	color: #193c50;
}

/*
Internal Page Css
---------------------------------------------------------------------------------------------------- */

.page-featured-image {
	margin: 120px 0 0;
	position: relative;
}

.page-featured-image img {
    display: block;
    width: 100%;
	border-top: 6px solid #143145;
    border-bottom: 6px solid #143145;
}

.intro-text {
	background: url("images/intro-text-design.png") no-repeat scroll bottom right rgba(255,255,255,0.79);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto 0;
	max-width: 930px;
	min-height: 315px;
	padding: 30px 55px;
	-webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.intro-text h1.entry-title {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
	padding: 0px 0 15px;
}

.intro-text p {
	text-align: center;
	font-size: 16px;
	margin: 0;	
}

.intro-text.no-hero {
	position: relative;
}

.page-title h1.entry-title {
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
    	padding: 30px 0 15px;
}

.no-padding .site-inner {
	padding: 0;	
}

.no-padding .entry {
	margin: 0;	
}

.menu-items-panel {
	background-image: url("images/items-top-design.png"), url("images/items-bottom-design.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, bottom right;
	padding: 60px 0 130px;
}

.item-menu {
	background: url("images/item-menu-design.jpg") no-repeat scroll bottom left #fff;
	padding: 20px;
	border: 1px solid #dfdfdf;
	margin: 0 0 30px;
	min-height: 520px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.19);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.19);	
}

.item-menu h4 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
    	padding: 0px 0 10px;
} 

.item-menu p {
	font-size: 15px;
	text-align: center;
	margin: 0 0 15px;	
}

.item-menu p i {
	font-weight: 600;	
}

.item-menu p i span {
	color: #02c5b5;
	font-weight: 600;
	text-transform: none;
}

.item-menu p span {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    	font-weight: 300;	
}

.benefits-panel {
	background: url("images/injection-bg.jpg") no-repeat scroll center center;
	background-size: cover;
	min-height: 731px;
	border-top: 15px solid #16364c;
	border-bottom: 15px solid #16364c;	
}

.benefits-panel .textwidget {
	background: url("images/right-corner-design.png") no-repeat scroll right bottom rgba(255,255,255,0.85);
	padding: 50px 65px 40px;
	max-width: 680px;
	height: 570px;
	margin: 60px auto 0;
	-webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 21px 30px 0px rgba(0, 0, 0, 0.15);
}

.benefits-panel h2 {
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	padding: 0px 0 15px;
}

.benefits-panel p {
	font-size: 18px;	
}

.benefits-panel ul li {
	list-style-type: none;
	background: url("images/benefits-list-icon.png") no-repeat scroll left top;
	height: 27px;
	padding: 0 0 0 40px;
	font-size: 18px;
	margin: 15px 0;
}

.nutri-inj-benefits-panel {
	background: url("images/benefits-bg.jpg") no-repeat scroll center center;
	background-size: cover;
	min-height: 693px;
	border-top: 6px solid #16364c;
	border-bottom: 6px solid #16364c;	
}

.nutri-inj-benefits-panel .textwidget {
	background: url("images/right-corner-design.png") no-repeat scroll right bottom rgba(255,255,255,0.85);
	padding: 40px 65px 40px;
	max-width: 680px;
	height: 570px;
	margin: 60px auto 0;
	-webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 21px 30px 0px rgba(0, 0, 0, 0.15);
}

.nutri-inj-benefits-panel h2 {
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	padding: 0px 0 15px;
	text-align: center;
    margin: 0 0 15px;
}

.nutri-inj-benefits-panel p {
	font-size: 18px;	
}

.nutri-inj-benefits-panel ul li {
	list-style-type: none;
	background: url("images/benefits-list-icon.png") no-repeat scroll left top;
	height: 27px;
	padding: 0 0 0 40px;
	font-size: 18px;
	margin: 15px 0;
}

.our-array-panel {
	background: url("images/our-array-bg.jpg") no-repeat scroll center center;
	background-size: cover;
	min-height: 800px;
	border-bottom: 6px solid #16364c;	
}

.our-array-panel .textwidget {
	background: url("images/right-corner-design.png") no-repeat scroll right bottom rgba(255,255,255,0.85);
	padding: 50px 65px 40px;
	max-width: 776px;
	min-height: 570px;
	margin: 25px auto 0;
	-webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 21px 30px 0px rgba(0, 0, 0, 0.15);
}

.our-array-panel h2 {
	background: url("images/border-line.jpg") no-repeat scroll bottom center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0px 0 15px;
	letter-spacing: -1px;
    margin: 0 0 35px;
	text-align: center;
}

.our-array-panel p {
	font-size: 18px;	
}

.our-array-panel ul li {
	list-style-type: none;
	background: url("images/benefits-list-icon.png") no-repeat scroll left top;
	height: 27px;
	padding: 0 0 0 40px;
	font-size: 18px;
	margin: 15px 0;
}

.lab-testing-faq {
	padding: 60px 0 100px;	
}

.lab-testing-faq h2 {
	background-position: center bottom;
	margin: 0 0 35px;	
	text-align: center;
}

.faq-row {
	max-width: 800px;
	border-top: 1px solid #e1e1e1;
	margin: 0 auto;
	padding: 20px 0 0;	
}

.faq-row h3 {
	text-align: center;
	font-style: italic;	
}

.faq-row p {
	text-align: center;	
}

#sticky-social-contact {
    	position: relative;
    	z-index: 999;
}

p.social-media {
	position: fixed;
	left: 0;
	width: 120px;
	background: #5a7080;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border-radius: 0 5px 0 0;
	margin: 0;
	bottom: 10px;
}

a.contact-btn {
	position: fixed;
	right: 0;
	width: 150px;
	background: #08b8b5;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px 0 0 0;
	bottom: 10px;
}

p.social-media a {
    	color: #e7e7e7;
}

p.social-media .fa-instagram {
    	margin: 0 0px 0 35px;
}

.general-style {
	padding: 50px 0;	
}

.general-style .textwidget {
	background: rgba(255,255,255,0.85);
	padding: 60px 50px 50px;
	max-width: 900px;
	min-height: 450px;
	margin: 0px auto 0;
	-webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
}

.general-style p {
	text-align: center;	
}

.general-style p img {
	margin: 8px 0 0;	
}

.list-style p img {
	margin: 8px 5px 0 0;	
}

.testi-row {
	margin: 0 0 20px;	
}

.testi-row p {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-size: 16px;
	padding: 0 50px 0 0;
}

.testi-row p strong {
	font-style: normal;	
}

.entry-content p a {
	color: #08b8b5;
}

.team-member {
	margin: -550px 0 0;
}

.prp-intro .textwidget {
    background: url("/wp-content/uploads/2017/09/intro-inner-bg.jpg") no-repeat scroll center top rgba(255,255,255,0.85);
	background-size: cover;
    padding: 60px 50px 50px;
    max-width: 770px;
    min-height: 500px;
    margin: -120px auto 0;
	z-index: 99;
    position: relative;
    -webkit-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.15);
}

.prp-intro h2 {
    text-align: center;
    font-weight: 700;
    background-position: center bottom;
}

.prp-intro p {
	text-align: center;
}

.prp-row h2 {
	text-align: center;
    background-position: center bottom;
}

.prp-row p {
	text-align: center;
	padding: 0 50px;
}

.rich-plasama-video {
    text-align: center;
}

.prp-intro h2 {
    text-align: center;
    font-weight: 700;
    background-position: center bottom;
}

.partnet-with-form .gfield_label {
	display: none !important;
}

.get-started-form .gfield_label {
	display: none !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 10px;
}

.emodal-close {
    background: url(images/close-btn.jpg) no-repeat scroll 30px 20px !important;
    text-indent: -9999px;
}

.emodal-title {
    color: #16364c !important;
    font-size: 30px !important;
    font-weight: 700;
    text-align: center !important;
    padding: 43px 0 0;
    margin: 0 0 23px;
    font-family: 'Montserrat', sans-serif;
}

.emodal-content .gform_wrapper ul li.gfield {
    clear: none;
    float: left;
	width: 50%;
}

.emodal-content li#field_1_5 {
    width: 100%;
}

.emodal-content label.gfield_label {
	font-family: 'Open Sans', sans-serif !important;
	color: #454648 !important;
}

.emodal-content input.medium {
    width: 100% !important;
}

/*.emodal {
    padding: 20px 120px !important;
}*/

.emodal #gform_wrapper_1 {
    margin: 0 auto;
    max-width: 560px;
	width: 100%;
}

.emodal-content #gform_submit_button_1 {
    margin: 0 auto;
    display: block;
	font-family: 'Open Sans', sans-serif !important;
	padding: 10px 24px;
}

body h2.tribe-events-page-title {
    text-align: left !important;
}

.post-type-archive-tribe_events .page-featured-image, .single-tribe_events .page-featured-image {
    display: none;
}

.post-type-archive-tribe_events .site-inner, .single-tribe_events .site-inner {
	padding-top: 140px; 
}

.naturopathic-medicine-panel p {
	padding: 0 170px;
	text-align: center;
	font-size: 18px;
}

.naturopathic-medicine-panel a.btn {
	margin: 0 auto 40px;
}

.naturopathic-medicine-panel hr {
	color: #e1e1e1;
}

body .iw-so-accordion .iw-so-acc-item .iw-so-acc-title {
	padding: 5px 40px;
	position: relative;
}

body .iw-so-accordion .iw-so-acc-item .iw-so-acc-title:before {
	content: " Q. ";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	color: #04bfb5;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
}

body .iw-so-acc-content p {
    padding: 0 260px 0 30px;
}

body a.iw-so-acc-title.iw-text-left {
    color: #16364c !important;
    font-weight: 700;
    font-size: 20px !important;
}

body span.sow-icon-fontawesome {
    color: #34606f;
}

body .iw-so-accordion .iw-so-acc-item .iw-so-acc-title span {
	top: 3px;
}

.faq-sec {
	padding: 0 30px;
}

.faq-sec h3 {
    text-transform: uppercase;
    font-weight: 300;
	font-size: 36px;
}

.no-intro-text .site-inner {
	padding: 0;
}

.no-intro-text .intro-text {
	min-height: 130px;
	/*margin: 150px auto 0;*/
	margin: 0 auto;
}

.large .left-sec {
    min-height: 542px !important;
}

.large .right-sec {
	min-height: 430px;
}

.large .right-sec p {
	padding: 0 50px !important;
}

.faq-sec.about-page {
    padding: 100px 0 0;
}

.member-row .right-sec h3 strong {
    font-size: 20px;
    display: block;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.member-row .right-sec p {
	padding: 0 40px !important;
}

.no-entry .entry {
	margin: 0;
}

h2.entry-title {
    background: none;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.entry-title a {
    color: #16364c;
}

.entry-title a:hover {
    color: #08b8b5;
}

.entry-footer p.entry-meta {
    display: none;
}

#featured-image {
    float: left;
    margin: 0 20px 0 0;
}

.social-share {
    padding: 10px 0 4px;
    border-top: 5px solid #cfcfcf;
    border-bottom: 5px solid #cfcfcf;
    margin-bottom: 20px;
}

#s-share-buttons .s-single-share:nth-child(2) {
    margin-top: -2px;
}

.archive .site-inner, .single .site-inner, .search .site-inner {
	padding-top: 15rem;
}

.single .entry-content h2 {
	font-size: 20px;
	background: none;
}

.single .entry-content h1 {
	font-size: 20px;
}

.sidebar .widget_search, .sidebar .gform_widget {
    background: #08b8b5;
    padding: 20px;
}

.sidebar .widget_categories {
    background: #08b8b5;
    padding: 20px;
}

.sidebar .widget-title {
	text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
}

.sidebar .widget_categories li {
    background: url("images/dbl-right-arrow.png") no-repeat left 10px;
    padding-left: 20px;
}

.sidebar .widget_categories a {
    color: #fff;
    font-weight: 400;
}

.sidebar .search-form input[type="submit"] {
    height: 50px;
    position: relative;
    width: 110px;
    display: block;
    background: #fff;
    color: #08b8b5;
    margin: 20px auto 0;
    border-radius: 10px;
}

.sidebar .search-form input::-webkit-input-placeholder {
   color: #fff;
}

.sidebar .search-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.sidebar .search-form input:-ms-input-placeholder {  
   color: #fff;  
}

.specializing-in .panel-grid {
    margin: 0 !important;
}

.custom-event {
    max-width: 700px;
    margin: 0 auto 50px;
	clear: both;
}

.custom-event h2 {
    font-size: 16px;
    text-transform: none;
}

.custom-event h2 {
    font-size: 30px;
    text-transform: none;
    margin: 0 0 10px;
}

span.tribe-event-date-start, span.tribe-event-time {
    font-size: 13px;
    font-weight: 700;
}

.event-featured-img {
    width: 300px;
    float: left;
    margin: 0 20px 15px 0;
}

.load-more {
	background: #08b8b5;
    font-size: 18px;
    color: #fff !important;
    text-align: center;
    width: 255px;
    display: block;
    margin: 50px auto 30px;
	clear: both;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2)
}

.load-more:hover {
    background: #00e5e1;
}

.page-template-page_events-php .content h2 {
    clear: both;
}

.specializing-in.about-us-page .right-sec p {
    padding: 0 40px;
    font-size: 16px;
}

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


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

	.wrap {
		max-width: 960px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 280px;
	}
	
	.genesis-nav-menu a {
		font-size: 14px;
		padding: 49px 12px;	
	}
	
	.site-header.sticky .genesis-nav-menu a {
    		padding: 21px 12px;
	}
	
	.home-icon {
		margin: 0px 20px 0 !important;	
	}
	
	.symptoms-panel p {
    		padding: 0 150px;
	}
	
	.symptoms-lists ul li {
		font-size: 14px;
    		line-height: 2.3;	
	}
	
	.col-2 p {
		padding: 0 20px 0 0;	
	}
	
	.specializing-in .panel .right-sec {
    		width: 550px;
	}
	
	.specializing-in .panel .right-sec p {
    		padding: 0 70px;
	}
	
	.col-1 p {
    		padding: 0;
	}
	
	.intro-text {
		margin: 40px auto 0;
    		min-height: 250px;
    		padding: 20px 55px;
	}
	
	.intro-text h1.entry-title {
    		font-size: 40px;
	}
	
	#menu-footer-menu li {
    		margin: 0 20px;
	}
	
	.lab-testing-faq h2 {
    		font-size: 30px;
	}
	
	h2 {
		font-size: 30px;	
	}
	
	h3 {
    		font-size: 24px;
	}
	
	.emodal {
    	padding: 20px 20px !important;
	}
	
	.naturopathic-medicine-panel p {
    	padding: 0 50px;
	}
	
	body .iw-so-acc-content p {
    	padding: 0 50px 0 30px;
	}
	
	.no-intro-text .intro-text {
		min-height: 110px;
    	margin: 100px auto 0;
	}

}

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

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
		height: auto;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}
	
	.title-area {
		display: block;
		padding: 18px 0 0;	
	}
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon, .c-hamburger {
		display: block;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	
	#hero-img h1 {
    		font-size: 30px;
	}
	
	#hero-img p {
    		font-size: 20px;
	}
	
	#hero-img h4 {
    		font-size: 30px;
	}
	
	#hero-img {
		margin: 0;	
	}
	
	.specializing-in .panel .right-sec {
    		width: 100%;
    		margin: 0;
	}
	
	.symptoms-panel p {
    		padding: 0 50px;
	}
	
	.symptoms-lists .textwidget {
    		width: 300px;
    		margin: 0 auto;
	}
	
	.naturo-medicine-panel p, .injection-panel p {
    		padding: 0 50px;
	}
	
	.concierge-panel p {
		padding: 0 35px;	
	}
	
	.cta-content h2 {
    		font-size: 50px;
	}
	
	#menu-footer-menu li {
    		margin: 0 15px;
	}
	
	.col-1 h3 {
		text-align: center;	
	}
	
	.col-2 p {
    		padding: 0;
    		text-align: center;
	}
	
	.col-3 iframe {
		float: none;
		margin: 0 auto;
		display: block;
	}
	
	.footer-logo img {
		float: none;
		margin: 0 auto;
		display: block;
	}
	
	.footer-copy-text p {
		padding: 30px 0 0;
		text-align: center;
	}
	
	.genesis-nav-menu .sub-menu a {
		text-align: left;	
	}
	
	.genesis-nav-menu li > a:hover, .genesis-nav-menu .sub-menu a:hover {
    		background: transparent;
	}
	
	.home-icon {
    		display: none !important;
	}
	
	.genesis-nav-menu .menu-item-has-children:hover > a {
		background: transparent;
	}
	
	.page-featured-image {
    		margin: 0;
	}
	
	.page-featured-image img {
		min-height: 330px;	
	}
	
	.intro-text {
		max-width: 690px;	
		padding: 20px 35px;
	}
	
	.intro-text p {
    		font-size: 16px;
	}
	
	.item-menu {
		width: 370px;
    		margin: 0 auto 30px;	
	}
	
	.menu-items-panel {
		padding: 60px 0 30px;	
	}
	
	#panel-w5a285c4ecd176-1-0-0> .panel-widget-style {
    		padding: 0 !important;
    		text-align: center;
	}
	
	.col-2 h4 {
    		text-align: center;
	}
	
	#pg-w5a28e26a8d857-1> .panel-row-style {
    		padding: 0 !important;
	}
	
	.team-member {
		margin: 0;
	}
	
	.post-type-archive-tribe_events .site-inner, .single-tribe_events .site-inner {
    	padding-top: 20px;
	}
	
	.naturopathic-medicine-panel p {
    	padding: 0;
	}
	
	body .iw-so-acc-content p {
    	padding: 0 0px 0 30px;
	}
	
	.faq-sec.about-page {
    	padding: 50px 20px 0;
	}
	
	.archive .site-inner, .single .site-inner, .search .site-inner {
    	padding-top: 3rem;
	}

}

@media only screen and (max-width: 736px) {
	
	.no-intro-text .page-featured-image img {
    	min-height: 250px;
	}
	
	.load-more {
		margin: 50px auto 30px;
	}
	
}

@media only screen and (max-width: 730px) {
	
	#hero-img {
		height: auto;
		padding: 50px 0;
	}

	#hero-img h1 {
    		font-size: 25px;
		margin: 0px 0 30px;
	}
	
	#hero-img h4 {
    		font-size: 25px;
		margin: 10px 0 0;
	}
	
	#hero-img p {
    		font-size: 16px;
	}
	
	.specializing-in h2 {
    		font-size: 40px;
		margin: 0px 0 30px;
	}
	
	.specializing-in .panel .left-sec {
    		min-height: 370px;
	}
	
	.symptoms-panel h2 {
    		font-size: 40px;
	}
	
	.symptoms-panel p {
    		padding: 0 30px;
	}
	
	.naturo-medicine-panel h2, .injection-panel h2 {
		font-size: 30px;	
	}
	
	.naturo-medicine-panel p, .injection-panel p {
    		padding: 0 20px;
	}
	
	.naturo-medicine-panel .textwidget {
		padding: 50px 0 50px;	
	}
	
	.injection-panel .textwidget {
    		padding: 30px 0 50px;
	}
	
	.injection-panel .textwidget a.btn {
		width: 260px;	
	}
	
	.injection-panel {
    		min-height: 530px;
	}
	
	.injection-panel .textwidget {
    		padding: 30px 0 50px;
    		margin: 50px auto 0;
	}
	
	.naturo-medicine-panel {
		min-height: 600;	
	}
	
	.naturo-medicine-panel .textwidget {
		margin: 40px auto 0;	
	}
	
	.concierge-panel .textwidget {
		margin: 50px auto 0;
		height: 430px;	
	}
	
	.featured-in {
    		padding: 40px 0 0px;
	}
	
	.cta-content h2 {
    		font-size: 40px;
	}
	
	.cta-content {
		height: 400px;
    		padding: 50px 0;
	}
	
	.site-footer p {
    		font-size: 14px;
	}
	
	.nutri-inj-benefits-panel .textwidget {
		padding: 50px 20px 40px;
		max-width: 530px;	
	}
	
	#panel-w5a28e26a8d857-1-0-0> .panel-widget-style {
    		padding: 0;
	}
	
	.intro-text h1.entry-title {
    		font-size: 30px;
	}
	
	.lab-testing-faq h2, .faq-row h3 {
    		font-size: 18px;
	}
	
	.faq-row p {
    		font-size: 16px;
    		padding: 0 10px;
	}
	
	.lab-testing-faq {
    		padding: 40px 0 20px;
	}
	
	.intro-text h1.entry-title {
    	font-size: 30px;
	}
	
	.intro-text p {
    	font-size: 13px;
	}
	
	.faq-sec h3 {
    	font-size: 30px;
	}
	
	.no-intro-text .page-featured-image img {
    	min-height: 200px;
	}
	
	.no-intro-text .intro-text {
    	min-height: 80px;
    	margin: 50px auto 0;
	}
	
	#featured-image {
    	float: none;
    	margin: 0 auto 10px;
    	text-align: center;
	}
	
	.event-featured-img {
    	float: none;
    	margin: 0 auto;
    	display: block;
	}
	
	.item-menu p {
    	text-align: left;
	}
	
}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	
	a.contact-btn {
		width: 150px;
	}
	
	p.social-media {
		width: 100px;
	}
	
	p.social-media .fa-instagram {
    	margin: 0 20px;
	}
	
	#hero-img h1 {
    	font-size: 20px;
	}
	
	#hero-img h4 {
    	font-size: 18px;
	}
	
	.specializing-in h2 {
    	font-size: 30px;
	}
	
	.specializing-in .panel .right-sec p {
    	padding: 0 10px;
		font-size: 14px;
	}
	
	.specializing-in .panel .right-sec h3 {
		padding: 30px 0 20px;
		font-size: 22px;	
	}
	
	.symptoms-panel h2 {
    	font-size: 26px;
	}
	
	.symptoms-panel p {
    	padding: 0 10px;
	}
	
	.naturo-medicine-panel h2, .injection-panel h2 {
    	font-size: 22px;
	}
	
	.testimonials-panel h2 {
    	font-size: 20px;
		margin: 0 0 20px;
	}
	
	.naturo-medicine-panel p, .injection-panel p {
    	font-size: 15px;
	}
	
	.naturo-medicine-panel .textwidget {
    	padding: 30px 0 50px;
		height: 570px;
	}
	
	.injection-panel a.btn {
    	margin: 5px 7px;
	}
	
	.caption h5 {
    	font-size: 15px;
    	padding: 0 20px;
	}
	
	.flexslider .slides p {
    	font-size: 15px;
	}
	
	.testimonials-panel .textwidget {
    	padding: 20px 15px 50px;
    	height: 410px;
	}
	
	.concierge-panel h2 {
		font-size: 22px;	
	}
	
	.testimonials-panel p {
    	font-size: 18px;
	}
	
	.featured-in h2 {
		font-size: 22px;
	}
	
	.concierge-panel p {
    	padding: 0 20px;
		font-size: 14px;
	}
	
	.cta-content h2 {
    	font-size: 22px;
	}
	
	.cta-content h3 {
    	font-size: 24px;
    	margin: 0 0 5px;
	}
	
	.cta-content a {
    	font-size: 30px;
	}
	
	.cta-content p {
    	font-size: 14px;
	}
	
	#menu-footer-menu li {
    	margin: 0;
    	display: block;
	}
	
	#pg-w5a285c4ecd176-1> .panel-row-style {
    	padding: 0;
	}
	
	.page-featured-image img {
    	min-height: 370px;
	}
	
	.item-menu {
   		width: 310px;
	}
	
	.nutri-inj-benefits-panel ul li, .benefits-panel ul li, .our-array-panel ul li {
		font-size: 15px;
		padding: 3px 0 0 30px;
    	font-size: 12px;	
	}
	
	.nutri-inj-benefits-panel ul, .benefits-panel ul, .our-array-panel ul {
    	margin: 0;
	}
	
	.our-array-panel h2 {
		font-size: 20px;	
	}
	
	.intro-text h1.entry-title {
    	font-size: 24px;
	}
	
	.emodal-title {
    	padding: 10px 0 0;
    	margin: 0 0 -30px;
	}
	
	body .emodal-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    	padding: 0px 10px;
	}
	
	.emodal-content label.gfield_label {
		font-size: 14px !important;
	}
	
	.emodal-content .gform_wrapper ul li.gfield {
		margin: 0;
	}
	
	.faq-sec h3 {
    	font-size: 24px;
    	text-align: center;
	}
	
	body a.iw-so-acc-title.iw-text-left {
    	font-size: 16px !important;
	}
	
	body .iw-so-acc-content p {
    	font-size: 14px;
	}
	
	.member-row .right-sec h3 strong {
    	font-size: 16px;
	}
	
	.member-row .right-sec p {
    	padding: 0 30px !important;
	}
	
	.panel.img-right a.btn {
    	margin: 10px auto 5px;
	}
	
	.injection-panel h2 {
		margin: 0 0 10px;
	}
	
	.specializing-in .panel .right-sec {
		height: 380px;
	}
	
	.panel .right-sec a.btn {
    	margin: 15px auto 5px;
		display: block;
	}
	
	.symptoms-panel {
    	padding: 50px 0 20px;
	}
	
	.injection-panel .textwidget {
    	margin: 50px auto 40px;
    	height: 520px;
	}
	
	.injection-panel .textwidget a.btn {
    	margin: 20px auto;
	}
	
	.concierge-panel a {
    	font-size: 16px;
	}
	
	.concierge-panel .textwidget {
    	height: 480px;
	}
	
	.footer-sec .col-1, .footer-sec .panel-row-style {
    	padding: 0 !important;
	}
	
}