/*
Theme Name: Dr. Sher Bovay
Theme URI: http://www.drsherbovay.com/
Author: Amanda Lutz
Author URI: http://www.amandalutz.com
Description: Custom theme based on design
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: dr-sher-bovay

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

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

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before, 
.testimonials-widget-testimonial .bottom_text a:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 24px;
	line-height: 1.75;
}
button,
input,
select,
textarea {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #007dbd;
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
	line-height: normal;
}
h1 {
   text-align: center; 
   margin-top: 30px;
}
h1.entry-title, h2 {
   width: 100%; 
   text-align: center; 
   background: url(images/bg-h2.gif) repeat-x left center;
   margin-top: 30px;
   padding: 45px 0;
} 
h1.entry-title span, h2 span {
	display: inline-block;
	background: #fff;
	padding: 0 50px;
}

p {
	margin: 0 0 1.75em;
}

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

blockquote {
	border: 0 solid #000;
	border-left-width: 4px;
	color: #676767;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #000;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}


/**
 * 5.0 - Forms
 */

label {
	display: block;
}

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #000;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007dbd;
	color: #000;
	outline: 0;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007dbd;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #5acbf5;
}

a:focus {
	/* outline: thin dotted; */
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.5em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

#menu-main-nav {
	font-size: 14px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #666666;
	text-transform: uppercase;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}
.main-navigation .sub-menu a {
	text-transform: none;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #666666;
}
#menu-main-nav li.current-menu-item a, #menu-main-nav li.current_page_parent a, #menu-main-nav li.current-page-ancestor a {
	color: #007dbd;
}
#menu-main-nav li.current-menu-item li a, #menu-main-nav li.current_page_parent li a, , #menu-main-nav li.current-page-ancestor li a {
	color: #666666;
}
#menu-main-nav li.current-menu-item li.current-menu-item a, #menu-main-nav li.current_page_parent li.current-menu-item a {
	color: #007dbd;
}
/* don't want Blog menu item highlighted on Success Stories page */
.post-type-archive-testimonials-widget #menu-main-nav li.current_page_parent a, 
.single-testimonials-widget #menu-main-nav li.current_page_parent a {
	color: #666666;
}
/* don't want Blog menu item highlighted on 404 */
.error404 #menu-main-nav li.current_page_parent a {
	color: #666666;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0;
}

.social-navigation li {
	display: inline-block;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}
footer .social-navigation a {
	width: 45px;
	height: 45px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}
footer .social-navigation a:before {
	font-size: 26px;
	line-height: 45px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"] {
	color: #314f8c;
}
.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"] {
	color: #db4437;
}
.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"] {
	color: #3a8db7;
}
.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"] {
	color: #bd081c;
}
.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"] {
	color: #3fbfe6;
}
.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"] {
	color: #cc181e;
}
.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
/* contact page */
.page-id-19 .alignleft {
	margin-bottom: 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */


/**
 * 11.0 - Content
 */

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	position: static;
	width: 100%;
	background: #fff;
}
.site-header-main {
	padding: 1em 7.6923% 1em 7.6923%;
}

h1.site-title {
	margin-top: 0;
}
.site-branding span {
	text-indent: -9999em;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}


/**
 * 11.2 - Posts and pages
 */
.page-content {	
	padding: 45px 0;
}

.entry-content > .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.entry-content > .vc_row.site-width {
	margin-left: auto !important;
	margin-right: auto !important;
}
.entry-content > .vc_row > .vc_column_container>.vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.entry-content > .vc_row.site-width > .vc_column_container>.vc_column-inner {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.post-thumbnail {
	display: none;
}
.blog .post-thumbnail, .single .post-thumbnail {
	display: block;
}

.entry-hero-copy {
	font-size: 1.2em;
	line-height: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}
.entry-hero-copy p {
	margin-bottom: 0.75em;
}

.entry-hero-contact {
	background: #000;
	color: #fff;
}
.entry-hero-contact-form {
	padding: 0 7.6923%;
	font-size: 14px;
}
.entry-hero-form-copy {
	padding: 0.8em 0;
}
.entry-hero-form-form {
	padding: 0.4em 0;
	/* white-space: nowrap; */
	margin-top: 6px;
}
.entry-hero-contact-form input[type="text"] {
	width: 200px;
	font-size: 14px;
	padding: 0.5em 0.4375em;
}
.entry-hero-contact-form input[type="submit"] {
	font-size: 14px;
	background: #8cc63e;
	text-transform: none;
}
.entry-hero-form-form a.black-bar-cta {
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	
	
	font-size: 14px;
	background: #8cc63e;
	color: #fff;
}

.entry-content p, .page-content p, .entry-content ul, .entry-content ol, .entry-footer, 
.entry-summary, .post-thumbnail-wrap, 
.vc_row.site-width, 
.comment-list, #commentform, 
.page-content .search-form, 
.vc_tta-container, 
.wpcf7-form, 
.single .post-thumbnail, 
.post-navigation {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
	font-size: 18px;
}
.entry-content ul li ul, .entry-content ul li ol {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
}

/* home page */
.home-related {
	padding-top: 35px;
	background: #e5e6e7;
	font-size: 18px;
}
.home-related p {
	margin-bottom: 1em;
}

/* testimonials slider */
.bx-viewport, .testimonials-widget-testimonials {
	background: #ebeced url(images/bg-quote.gif) no-repeat left bottom;
	background-size: 100% auto;
	padding-bottom: 40px;
}
.bx-viewport .testimonials-widget-testimonials, 
.page-id-90 .testimonials-widget-testimonials {
	background: none;
	padding-bottom: 0;
}
.testimonials-widget-testimonial {
	background: url(images/quote-white.gif) no-repeat 50px 25px;
}
.testimonials-widget-testimonial blockquote {
	padding: 70px 50px 0 50px;
	border: none;
	border-left-width: 0;
	margin: 0;
	text-align: center;
	line-height: 1.8;
}
.testimonials-widget-testimonial .credit {
	margin-top: 1.2em !important;
	padding: 0 50px 0 50px;
	text-align: center !important;
	font-style: italic;
	color: #007dbd;
}
.testimonials-widget-testimonial.category-quote .credit {
	padding-bottom: 70px;
}
.testimonials-widget-testimonial .bottom_text {
	padding: 0 50px 24px 50px;
	font-size: 16px;
	text-align: right;
	color: #676767;
}
.testimonials-widget-testimonial .bottom_text a {
	color: #676767;
}
.testimonials-widget-testimonial .bottom_text a:after {
	content: "\f458";
	padding: 6px 0 0 10px;
}

/* work with me */
.vc_tta-tab a, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
	color: #8cc63e !important;
}
.vc_tta-tab.vc_active a, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #007840 !important;
}

/* success stories */
.page-id-90 .testimonials-widget-testimonials {
	border-top: 1px solid #ebeced;
	border-bottom: 1px solid #ebeced;
}
.page-id-90 .testimonials-widget-testimonial {
	background: none;
	padding: 50px 5%;
}
.page-id-90 .testimonials-widget-testimonial.list {
	margin-bottom: 0;
}

.page-id-90 .testimonials-widget-testimonial blockquote {
	background: url(images/quote-blue.gif) no-repeat top center;
	font-size: 16px;
}
.page-id-90 .testimonials-widget-testimonial .credit { 
	font-size: 16px;
}

.page-id-90 .testimonials-widget-testimonial:nth-child(odd) {
	background: #ebeced url(images/bg-quote.gif) no-repeat left bottom;
	background-size: 100% auto;
}
.page-id-90 .testimonials-widget-testimonial:nth-child(odd) blockquote {
	background: url(images/quote-white.gif) no-repeat top center;
}

/* Complimentary Weight Loss Consultation Screening Questionnaire */
.wpcf7-form-control-wrap.find-out .wpcf7-list-item, .wpcf7-form-control-wrap.dietary-restrictions .wpcf7-list-item {
	display: block;
}
#current-weight, #height-feet, #height-inches, #desired-weight {
	width: 100px;
}

/* new design - complimentary consultation body.page-template-page-complimentary-consultation */
@media screen and (min-width: 48.9375em) {
	.dsb-cc-section.vc_row.site-width {
		max-width: 1200px;
	}
}
.dsb-cc-section .dsb-cc-copy {
	border-bottom: 4px solid #9bc356;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto 90%;
}
.page-template-page-complimentary-consultation .dsb-cc-section .dsb-cc-copy {
	background-size: 425px auto;
}

.dsb-cc-section h1.entry-title {
	width: auto;
	background: none;
	margin: 0 0 30px 0 !important;
	padding: 0;
}

.dsb-cc-section .entry-hero-copy p:first-child {
	background: none;
}
.dsb-cc-section .entry-hero-copy p {
	font-size: 14px;
	font-weight: normal;
}
.dsb-cc-section .entry-hero-copy p i, .dsb-cc-section .entry-hero-copy p em {
	font-size: 18px;
}
.dsb-cc-section .entry-hero-copy p:last-child {
	margin-top: 30px;
}


.dsb-cc-section .dsb-cc-form {
	background: #498bc4;
	color: #fff;
}
.dsb-cc-section .dsb-cc-form.vc_column_container>.vc_column-inner {
	padding-left: 40px;
	padding-right: 40px;
}

.dsb-cc-section .dsb-cc-form h2 {
	width: auto;
	background: none;
	margin: 20px 0 10px 0;
	padding: 0;
	color: #fff;
	text-align: left;
}

.dsb-cc-section .dsb-cc-form form {
	margin-bottom: 20px;
}

.dsb-cc-section .dsb-cc-form p {
	margin-bottom: 0.5em;
}
.dsb-cc-section .dsb-cc-form p.dsb-cc-form-info {
	font-size: 12px;
}

.dsb-cc-section .dsb-cc-form input[type=submit] {
	background: #9bc356;
}

#dsb-cc-steps.vc_row.site-width {
	background: #9bc356;
	color: #fff;
	max-width: 100%;
	width: 100%;
	margin-top: 20px;
}

#dsb-cc-steps-info {
	margin-top: 35px;
}

#dsb-cc-steps-info .vc_col-sm-2 {
	/* width: 100%; */
}
.entry-content #dsb-cc-steps-info .vc_col-sm-2 p {
	font-size: 14px;
}
#dsb-cc-steps-info table {
	border: none;
}
#dsb-cc-steps-info td {
	/* vertical-align: top; */
	border: none;
	font-size: 14px;
	padding: 0;
}
#dsb-cc-steps-info td:first-child {
	width: 50px;
}

@media screen and (min-width: 48.9375em) {
	#dsb-cc-steps-info.vc_row.site-width {
		max-width: 1200px;
	}
}


/* blog entry */
/*
.byline {
	display: inline-block;
	border-radius: 50%;
    overflow: hidden;
	width: 80px;
	height: 80px;
}
*/



/**
 * 11.3 - Post Formats
 */
.post-thumbnail img {
	width: 100%;
	height: auto;
}
.blog .post-thumbnail img, .single .post-thumbnail img {
	margin: 0 0 1.75em;
}

.posted-on { 
	display: block;
}
.cat-links {
	display: block;
}

.single .post-navigation {
	margin-top: 1.75em;
	margin-bottom: 1.75em;
}


/**
 * 11.4 - Comments
 */


/**
 * 11.5 - Sidebar
 */


/**
 * 11.6 - Footer
 */
.site-footer {
	background: #e5e6e7;
	font-size: 14px;
	padding-top: 35px;
}
.site-footer a {
	color: #000;
}

.site-footer nav.main-navigation {
	padding-bottom: 30px;
}
.site-footer nav.social-navigation li {
	text-align: center;
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}


/**
 * 12.1 - Captions
 */


/**
 * 12.2 - Galleries
 */


/**
 * 13.0 - Multisites
 */


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}



@media screen and (min-width: 600px) {
	.entry-hero-form-form {
		white-space: nowrap;
	}
	
	.testimonials-widget-testimonial blockquote, .testimonials-widget-testimonial .credit {
		/*
		padding-left: 0;
		padding-right: 0;
		*/
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.posted-on {
		display: inline;
		float: right;
	}
}

/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}
}

@media screen and (min-width: 768px) and (max-width: 56.875em) {
	#dsb-cc-steps-info .vc_col-sm-2 {
		width: 25%;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	.entry-content p, .page-content p, .entry-content ul, .entry-content ol, .entry-footer, 
	.entry-summary,  .post-thumbnail-wrap,
	.vc_row.site-width, 
	.comment-list, #commentform, 
	.page-content .search-form, 
	.vc_tta-container, 
	.wpcf7-form, 
	.single .post-thumbnail, 
	.post-navigation {
		padding-left: 0;
		padding-right: 0;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (max-width: 56.875em) {
	.dsb-cc-section .dsb-cc-copy {
		background-image: none !important;
	}
	#dsb-cc-steps-info .vc_col-sm-4 {
		width: 100%;
		text-align: center;
	}
	#dsb-cc-steps-info .vc_col-sm-2 {
		/* width: 25%; */
	}
}
@media screen and (min-width: 56.875em) {
	.site-header {
		position: fixed;
		z-index: 9999;
	}
	.site-header.is-sticky { 
		background:#fff; 
		opacity:.97; 
		filter: alpha(opacity = 97);
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); 
		-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.site-branding {
		float: left;
	}
	
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-header-menu {
		float: right;
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
		border-left: 1px solid #b3b3b3;
	}
	.main-navigation .primary-menu > li:first-child {
		border-left: none;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}
	
	.site-content {
		padding-top: 100px;
	}
	
	.entry-hero {
		max-width: 1050px;
		margin: 0 auto;
		display: table;
	}
	.post-thumbnail {
		display: table-cell;
		width: 40%;
	}
	.blog .post-thumbnail, .single .post-thumbnail {
		display: block;
		width: auto;
	}
	.entry-hero-copy {
		display: table-cell;
		width: 60%;
		vertical-align: middle;
	}
	.entry-hero-copy p:first-child {
		background: url(images/quote-blue.gif) no-repeat;
		padding-top: 15px;
	}
	.entry-hero-form-copy {
		float: left;
		width: 50%;
	}
	.entry-hero-form-form {
		float: left;
		width: 50%;
		text-align: right;
	}
	
	/* success stories */
	.page-id-90 .testimonials-widget-testimonial {
		display: block;
		float: left;
		width: 50%;
		background: none;
	}
	.page-id-90 .testimonials-widget-testimonial.list {
		clear: none;
	}
	
	.page-id-90 .testimonials-widget-testimonial:nth-child(odd) {
		background: none;
	}
	.page-id-90 .testimonials-widget-testimonial blockquote, 
	.page-id-90 .testimonials-widget-testimonial:nth-child(odd) blockquote {
		background: url(images/quote-blue.gif) no-repeat top center;
	}

	.page-id-90 .testimonials-widget-testimonial:nth-child(4n+1), 
	.page-id-90 .testimonials-widget-testimonial:nth-child(4n+4) {
		background: #ebeced url(images/bg-quote.gif) no-repeat left bottom;
		background-size: 100% auto;
	}
	.page-id-90 .testimonials-widget-testimonial:nth-child(4n+1) blockquote, 
	.page-id-90 .testimonials-widget-testimonial:nth-child(4n+4) blockquote	{
		background: url(images/quote-white.gif) no-repeat top center;
	}



	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	.site-header-main, .entry-hero-contact-form, 
	.home-related .vc_row.site-width, 
	.site-footer .vc_row.site-width, 
	body.blog .site-main .vc_row.site-width, 
	body.archive .site-main .vc_row.site-width {
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 80em) {
	.site-header-main, .entry-hero-contact-form, 
	.home-related .vc_row.site-width, 
	.site-footer .vc_row.site-width, 
	body.blog .site-main .vc_row.site-width, 
	body.archive .site-main .vc_row.site-width {
		padding-left: 0;
		padding-right: 0;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}
}
