/*
	Theme Name: tribecatherapy2015
	Author: Rowboat Media
	Author URI: http://www.rowboatmedia.com/	
	
	Template: genesis
	Template Version: 2.1.2
	Author: Studiopress


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #383838;
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
	font-size: 20px;
	line-height: 1.72;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e96f35;
	font-weight: 700;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	background: #cccccc;
	margin: 20px;
	padding: 30px 30px 1px;
}

.smallcaps {
	font-variant: small-caps 
}

hr {
	margin-bottom: 24px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #809faf;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 30px;
	text-transform: lowercase;
}

h1,
h2.entry-title {
	font-size: 48px;
}

h2,h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: none;
	color: #383838;
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #383838;
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #383838;
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.blog-more-link {
	background-color: #e96f35;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	text-transform: lowercase;
	width: 140px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.blog-more-link:hover {
	background-color: #818285;
	color: #fff;
}

.blog-more-link {
	clear: both;
	color: #fff;
	margin: 20px 0 0;
	padding: 8px 12px;
}

.home .blog-more-link {
	background: none;
	color: #e96f35;
	display: inline;
	font-size: 16px;
	padding: 0;
}

.home .blog-more-link:before {
	color: #383838;
	content: "..."
}

.blog .entry {
	border-bottom: 3px solid #e96f35;
	margin-bottom: 20px;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 20px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

/* ### Content */

.content {
	float: right;
}

.content-sidebar .content {
	float: left;
	max-width: 725px;
	width: 63.596491228%;
}

.full-width-content .content {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.smaller-width .content {
	max-width: 800px;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	max-width: 350px;
	min-width: 250px;
	width: 30.701754385%;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #ececec;
	font-size: 16px;
	padding: 10px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.home h1.entry-title {
	display: none;
}

.archive-title,
.entry-title {
	font-size: 48px;
}

.entry-title a,
.entry-title a:hover,
.entry-title a:visited,
.display-posts-listing a:hover {
	color: #809faf;
}

.sidebar .widget-title a,
.widget-title {
	background: url(images/three-boxes.gif) no-repeat 0 8px;
	color: #809faf;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-bottom: 12px;
}

.home .widget-title {
	background: none;
	padding-left: 0;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry-title,
ul.display-posts-listing .title {
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
	text-transform: lowercase;
}

.featured-content {
	font-size: 16px;
	line-height: 1.3;
}

.featured-content a.alignleft {
	margin: 5px 20px 5px 0;
}

.sidebar .featured-content a {
	color: #e96f35;
}

.sidebar .featured-content a:hover {
	color: #818285;
}

.blog .featured-content .entry {
	border-bottom: none;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

div.gform_wrapper {
	max-width: 100%;
}

/*
div.gform_wrapper label {
	display: none !important;
}
*/

div.gform_wrapper input[type=text],
div.gform_wrapper input.medium,
div.gform_wrapper textarea {
	margin: 5px 0;
	padding: 8px !important;
	width: 100% !important;
}

/* Gravity Forms Customization */

.gform_widget .widget-title {
	text-align: center;
}

.gform_widget .gform_title {
	margin: 0 !important;
}

.gform_widget .gform_heading {
	margin: 0 !important;
}

.gform_widget h3.gform_title {
	color: #fff;
	text-align: center;
}

.gform_widget .gform_wrapper {
	background: #809faf;
	font-family: 'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
}

.gform_widget .gform_wrapper textarea.textarea {
	height: 185px;
}

.sidebar .gform_widget .gform_wrapper textarea.textarea {
	height: 130px;
}

.gform_widget .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

.gform_widget .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 20px;
	font-weight: 600;
	width: 100%;
}

.gform_widget .gform_wrapper ::-moz-placeholder {
	font-family: 'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: lowercase;
}

.gform_widget .gform_wrapper ::-webkit-input-placeholder {
	font-family: 'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: lowercase;
}

.rm-contact-page input[type="text"],
.rm-contact-page textarea,
.rm-contact-page select {
	border: 1px solid #809FAF;
	max-width: 600px;
}

.rm-contact-page textarea {
	height: 250px !important;
}

.rm-contact-page input[type="submit"] {
	padding: 8px 10px;
}

div.gform_wrapper .show-label label {
	display: inline-block !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.show-borders input[type="text"],
.show-borders textarea,
.show-borders select,
.show-borders radio {
	border: 1px solid #678798;
}

.show-borders input[type="submit"] {
	border: none;
	padding: 10px;
}

div.gform_wrapper .required-consent ul.gfield_checkbox li {
	border-bottom: 1px solid #000;
	padding-bottom: 20px !important;
}

div.gform_wrapper .required-consent ul.gfield_checkbox li label  {
	font-weight: 600;	
	
}

div.gform_wrapper .gfield_description {
	font-size: 16px;
	line-height: 1.5;
}

.contact-info select {
	color: #000;
	font-size: 18px !important;
}

.contact-info ::-webkit-input-placeholder {
	color: #000;
	font-size: 18px;
}

.after-entry .gform_widget {
	background: #809FAF;
}

.after-entry .gform_widget .widget-title {
	background: none;
	color: #fff;
	margin: 0;
	padding: 20px 0 0 0;
}

.after-entry .gform_wrapper {
	margin: 0 0 16px;
	padding-top: 0;
}

/* Gravity Forms Perks Nested Forms */

.gpnf-nested-entries {
	width:100%;
}

.gpnf-nested-entries th {
	font-size: 15px;
	line-height: 1.25;
}

.gpnf-nested-entries td {
	font-size: 14px;
	line-height: 1.25;
}

.gpnf-dialog.ui-dialog input[type="submit"] {
	padding: 8px 10px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 20px 0 10px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	max-width: 563px;
	width: 100%;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #000;
}

.header-image .site-title > a {
	background: url(images/logo.jpg) no-repeat left;
	background-size: 100%;
	float: left;
	min-height: 78px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 0;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	max-width: 355px;
	width: 100%;
}

.rm-phone,
.rm-phone a {
	color: #e96f35;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px !important;
	margin-bottom: 5px;
}

.rm-email {
	color: #818285;
	font-weight: 600;
	text-transform: lowercase;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size: 18px;
	line-height: 1;
	text-transform: lowercase;
	width: 100%;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-munu.menu-secondary {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: space-between;
 	-moz-box-pack: space-between;
  	-ms-flex-pack: space-between;
  	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 13px 0;
}

.genesis-nav-menu .menu-item.rm-hiring  {
	float: right;
}

.genesis-nav-menu .menu-item.rm-hiring a {
	background: #e96f35;
	font-weight: bold;
}

.genesis-nav-menu .menu-item.rm-menu-border a {
	background: #fff;
	border: 1px solid #809faf;
	color: #e96f35;
	font-weight: 600;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	background: #809faf;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 260px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #809faf;
	border-top: none;
	font-size: 16px;
	padding: 20px;
	position: relative;
	width: 260px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

	-webkit-box-pack: space-between;
 	-moz-box-pack: space-between;
  	-ms-flex-pack: space-between;
  	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-bottom: 5px;
}

.site-header .genesis-nav-menu a {
	color: #383838;
	font-weight: 300;
	padding: 0 0 2px;
}

.site-header .genesis-nav-menu li {
	display: inline;
	text-align: center;
}

.site-header .genesis-nav-menu li+li {
	border-left: 1px solid #818285;
	padding-left: 20px;
}

.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e96f35;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #809faf;
}

.nav-primary .genesis-nav-menu {
	display: block;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	padding: 12px 20px;
}

.nav-primary .genesis-nav-menu li:first-child {
	margin-left: -20px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: url(images/top-arrow.png) no-repeat top center;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #678798;
}

.nav-secondary .genesis-nav-menu a {
	padding: 10px 20px;
}

.nav-secondary .genesis-nav-menu li:first-child {
	margin-left: -20px;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: url(images/bottom-arrow.png) no-repeat bottom center;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
}

.content .entry {
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: square;
	position: relative;
	margin-left: 25px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	background: #ececec;
	color: #e96f35;
	font-weight: 600;
	padding: 0 10px 10px;
	margin-bottom: 24px;
}

.blog .entry-header .entry-meta {
	display: none;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.post-meta .share-buttons {
	float: left;
	line-height: 1;
}

.share-buttons .sm-button {
	float: left;
	margin: 3px 30px 20px 0;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #e96f35;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #818285;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments h3 {
	font-size: 30px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	clear: both;
	margin: 40px 0;
	overflow: hidden;
}

.comment-respond p {
    margin-bottom: 5px;
}

.comment-respond input,
.comment-respond textarea {
	border: 1px solid #383838;
}

.comment-respond label {
	color: #383838;
	display: block;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-respond a:hover,
.entry-comments a:hover {
    text-decoration: none;
}

.required {
    color: #e96f35;
    font-size: 16px;
    font-weight: bold;
    margin: -3px 8px 0 0;
}

.required_text_note {
    color: #383838;
	font-family: arial, sans-serif;
    font-size: 14px;
    margin-top: -75px;
    max-width: 715px;
	text-align: right;
	width: 100%;
}

.required_text_note .required {
    float: right;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
    color: #e96f35;
    float: left;
	margin-bottom: 0;
    margin-right: 10px;
}

.entry-comments .thread-odd .comment-author {
	color: #fff;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label[for="comment"] {
    visibility: hidden;
}

.comment-respond input[type="submit"] {
	color: #fff;
	font-weight: 700;
	padding: 8px 20px;
    margin: 15px 0 0;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

li.comment {
    padding: 10px 10px 10px;
}

.thread-odd,
.thread-alt {
	background: #ebebeb;
	color: #fff;
}

.thread-even {
    background: #fff;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.comments-pagination {
	margin: 15px 0;
}

.comments-pagination a {
	background: #e96f35;
	color: #fff;
	padding: 5px 15px;
}

.comment-meta,
.comment-meta a {
	color: #e96f35;
}

.comment-reply a {
	background: #e96f35;
	color: #fff;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size: 14px;
	line-height: 1;
	padding: 5px 16px 8px;
}

.comment-reply a:hover {
	background: #818285;
}

/* Post Previous and Next Buttons -------------*/

#prev-next {
	clear: both;
}

.prev-link a,
.next-link a {	
	background: #e96f35;
	color: #fff;
    float: left;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
   	margin-bottom: 25px;
   	padding: 8px 0;
   	text-align: center;
   	width: 100px;
}

.prev-link a:hover,
.next-link a:hover {
	background: #818285;
	text-decoration: none;
}

.next-link a {
    float: right;
}

.prev-link a {
    float: left;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	margin-top: 0.83em;
}

.sidebar li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
}

/* Sidebar customization */

/* Sidebar bio */

.rm-inside-bio {
	border-top: 2px solid #e96f35;
	border-bottom: 2px solid #e96f35;
	line-height: 1.4;
	overflow: hidden;
	padding: 10px 0 15px;
}

.inside-bio-title {
	color: #809faf;
	display: inline-block;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}

.inside-bio-img {
	float: right;
}

.rm-inside-bio .button {
	float: left;
	margin-top: 15px;
	padding: 3px 5px 4px;
	width: auto;
}

.rm-social-media {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 270px;
}

.rm-social-media a {
	font-size: 20px;
}

.fa-3x {
	font-size: 45px !important;
}

.fa,
.fab {
	color: #fff;
	padding-top: 5px;
	text-align: center;
}

.fa-facebook-f,
.fa-rss {
	background: #e96f35;
	height: 50px;
	width: 50px;
}

.fa-twitter,
.fa-tiktok {
	background: #809faf;
	height: 50px;
	width: 50px;
}

.fa-linkedin-in {
	background: #818285;
	height: 50px;
	width: 50px;
}

/* Email form */

.email-form input[type="text"] {
	border: 1px solid #818285;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	padding: 20px 0;
}

.footer-widgets .wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

	-webkit-box-pack: space-between;
 	-moz-box-pack: space-between;
  	-ms-flex-pack: space-between;
  	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3  {
	max-width: 340px;
	width: 30.701754385%;
	
}

.footer-widgets-1 {
	max-height: 460px;
	overflow-y: scroll;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 14px;
	line-height: 1.8;
}

.site-footer .wrap {
	border-top: 2px solid #e96f35;
	padding: 20px 0;
	text-transform: lowercase;
}


.site-footer p {
	margin-bottom: 0;
}

.site-footer .copyright {
	float: left;
	text-align: left;
}

.site-footer .creds {
	text-align: right;
}

/* Home Page Customizations */

.rm-home-title {
	color: #809faf;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 30px;
	text-align: center;
}

.rm-home-top {
	border-top: 2px solid #e96f35;
	border-bottom: 2px solid #e96f35;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
}

.rm-top-right p {
	margin-bottom: 17px;
}

.rm-top-right .rm-bio {
	clear: both;
	font-size: 16px;
	line-height: 1.3;
}

.rm-top-left,
.rm-top-right {
	width: 48%;
}

.rm-bio-title {
	color: #e96f35;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.rm-bio-image {
	float: right;
	margin-left: 15px;
	max-width: 150px;
}

.rm-home-bio .button {
	float: left;
	line-height: 1;
	margin-bottom: 15px;
	padding: 3px 7px 5px;
	width: auto;
}

.rm-top-left {
	line-height: 1.2;
	overflow: hidden;
	padding-bottom: 0;
}

.rm-top-left h4 {
	margin-bottom: 20px;
}

.rm-top-left p {
	margin-bottom: 12px;
}

.rm-top-left a {
	color: #809faf;
}

.rm-right-place {
	padding-top: 15px;
}

/* Meet the team area */

.rm-meet-team {
	border-bottom: 2px solid #e96f35;
	overflow: hidden;
	padding: 25px 0 15px;
	position: relative;
}

.rm-click-box {
	display: none;
	float: left;
	width: 150px;
}

.rm-click-box a {
	background: #809faf;
	color: #fff;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 24px;
	font-weight: 300;
	height: 150px;
	line-height: 1;
	padding: 10px 25px;
	width: 150px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

	-webkit-box-align: center;
  	-moz-box-align: center;
    	-webkit-align-items: center;
   	-ms-flex-align: center;
   	align-items: center;
}

.rm-click-text {
	width: 75px;
}

.soliloquy-heading {
	text-align: center;
}

.rm-team-title a {
	color: #809faf;
}

.rm-team-members {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.rm-team-members:before,
.rm-team-members:after {
	content: none;
}

.rm-team-member {
	/* flex: 1 0 20%; */
}

.rm-member {
	margin: 10px auto;
	width: 150px;
}

.rm-member-img img {
	border: 1px solid #818285;
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.soliloquy-container .soliloquy-image:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: #e96f35;
	color: #fff;
	display: block;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 2.3;
	padding: 3px 0;
	position: relative;
	text-align: center;
	text-shadow: none;
	width: 100%;
}

/* Social Proof Area */

.rm-social-proof .wrap {
	border-top: 2px solid #e96f35;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.rm-social-proof h2 {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

.rm-social-proof .rm-social-item {
	margin: 0 0 30px;
	width: 20%;
}

.rm-social-proof .rm-social-item img {
	display: block;
	margin: 0 auto;
}

.rm-social-proof .rm-social-item:hover {
	filter: grayscale(100%);
}

/* 
.rm-above-footer {
	display: none;
}

.rm-above-footer {
	border-top: 2px solid #e96f35;
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}

.rm-above-footer .wrap {
	margin-bottom: 10px;
	padding-top: 20px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

	-webkit-box-pack: space-between;
 	-moz-box-pack: space-between;
  	-ms-flex-pack: space-between;
  	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.rm-above-footer .wrap:before,
.rm-above-footer .wrap:after {
	content: none;
}

.social-proof-icon {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.social-proof-icon:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.social-proof-1 {
	padding-top: 5px;
	width: 318px;
}

.social-proof-2 {
	width: 102px;
}

.social-proof-3 {
	width: 263px;
}

.social-proof-4 {
	width: 162px;
}

.social-proof-5 {
	width: 203px;
}

.kaboose {
	margin: 0 auto;
	display: block;
	width: 219px;
}

.nearsay {
	float: left;
	width: 83px;
}

.goodtherapy {
	float: right;
	padding-top: 15px;
	width: 197px;
}

.iser {
	display: block;
	margin: 0 auto;
	width: 85px;
}

.everydayhealth {
	float: right;
	margin-bottom: -10px;
	width: 154px;
}

.thesun {
	width: 192px;
}

.pagesix {
	display: block;
	margin: 0 auto;
	width: 137px;
}

.psychtoday {
	width: 122px;
}

.timeout {
	float: right;
	width: 136px;
}
*/


/* Landing Page */

.rm-landing-page {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: space-between;
 	-moz-box-pack: space-between;
  	-ms-flex-pack: space-between;
  	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}

.rm-landing-title {
	background: #e96f35;
	color: #fff;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	width: 250px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rm-photostrip {
	font-size: 0px;
	line-height: 1;
}

.rm-embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 24px; } 
.rm-embed-container iframe, 
.rm-embed-container object, 
.rm-embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Announcement */

.rm-announcement {
	background: #e96f35;
	color: #fff;
	font-size: 22px;
	padding: 20px 0 10px;
	width: 100%;
}

.rm-announcement a {
	color: #fff;
}

.rm-sticky {
	position: fixed;
	z-index: 100;
}

.rm-mobile-head {
	position: relative;
	font-size: 14px;
} 

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap,
	.rm-above-footer {
		margin: 0 auto;
		width: 96%;
	}

	.rm-above-footer .wrap {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-webkit-box-pack: space-around;
 		-moz-box-pack: space-around;
  		-ms-flex-pack: space-around;
  		-webkit-justify-content: space-around;
		justify-content: space-around;
		max-width: 650px;
	}
}

@media only screen and (max-width: 1027px) {
	.site-header .wrap {
		padding: 10px 0 10px 0;
	}

	.title-area {
		width: 360px;
	}

	.site-header .widget-area {
		width: 360px;
	}

	.rm-city {
		font-size: 34px;
		font-weight: 700;
		padding-top: 10px;
	}

	.rm-phone {
		font-size: 38px;
		letter-spacing: 2.6px;
	}	

	.rm-click-box {
		float: none;
		margin: 0 auto 20px;
		max-width: 400px;
		width: 100%;
	}

	.rm-click-box a {
		display: block;
		height: auto;
		text-align: center;
		max-width: 400px;
		width: 100%;
	}

	.rm-click-text {
		max-width: 400px;
		width: 100%;
	}

	.click-arrow {
		display: none;
	}

	.rm-team-members {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex; 
		-webkit-box-pack: space-around;
		-moz-box-pack: space-around;
		-ms-flex-pack: space-around;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.rm-team-member {
		margin: 0 0 10px 10px;
	}	
}

@media only screen and (max-width: 959px) {
	
	.rm-landing-title {
		font-size: 26px;
		width: 200px;
	}
	
	.rm-home-top {
		display: block;
	}


	.rm-top-left,
	.rm-top-right {
		float: none;
		margin: 0 auto 20px;
		max-width: 600px;
		width: 100%;
	}

	.rm-top-left {
		border-bottom: 2px solid #e96f35;
	}
	
	.content-sidebar .content,
	.content-sidebar .sidebar {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 600px;
	}

	.inside-bio-title {
		float: none;
	}

	.inside-bio-img {
		float: left;
		margin-right: 20px;
	}

	.rm-inside-bio .button {
		clear: both;
		float: none;		
		margin: 15px auto 0;
		width: 100px;
	}

	.sidebar .gform_widget .gform_footer input[type="submit"] {
		display: block;
		margin: 0 auto;
		max-width: 200px;
	}

	.footer-widgets .wrap {
		display: block;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		margin: 0 auto 20px;
		max-width: 600px;
		width: 100%;
	}	
}

@media only screen and (max-width: 800px) {

	.site-footer .copyright,
	.site-footer .creds {
		float: none;
		text-align: center;
	}


@media only screen and (max-width: 767px) {

	.site-header .wrap {
		border-bottom: 2px solid #e96f35;
	}
	
	.site-inner,
	.wrap {
		margin: 0 auto;
		padding-top: 0;
		width: 92%;
	}
	
	h1,
	h2,
	.entry-title {
		font-size: 30px;
	}
	
	h3,
	.widgettitle {
		font-size: 26px;
	}
	
	h4 {
		font-size: 22px;
	}

	.title-area {
		float: none;
		margin: 0 auto;
		max-width: 280px;
		width: 100%;
	}

	.header-image .site-title > a {
		min-height: 60px;
	}

	.site-header .widget-area {
		float: none;
		margin: 0 auto;
		max-width: 280px;
	}

	.site-header .genesis-nav-menu li+li {
		padding-left: 10px;
	}

	.rm-city {
		font-size: 30px;
		text-align: center;
	}

	.rm-phone {
		font-family: arial, sans-serif;
		font-size: 32px;
		text-align: center;
	}

	.rm-home-title {
		font-size: 24px;
		line-height: 1.2;
		padding: 10px 0 0;
		margin: 0;
	}

	.rm-top-left p {
		margin-bottom: 12px;
	}

	.rm-landing-title {
		font-size: 20px;
	}

	.content,
	.content-sidebar .content,
	.sidebar,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 600px;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}	

}

@media only screen and (max-width: 480px) {

	.rm-bio-image {
		width: 150px;
	}
	
	.bio-responsive {
		margin-bottom: 5px !important;
		width: 125px;
	}

	.social-proof-1 {
		max-width: 280px;
	}

	.nearsay,
	.goodtherapy,
	.everydayhealth,
	.thesun,
	.psychtoday,
	.timeout {
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
	}

	.rm-landing-page {
		display: none;
	}
}