/*
Theme Name: Mindset
Theme URI: http://mindsetcounseling.org
Author: Jake Caputo
Author URI: http://designcrumbs.com/
Description: A custom theme for Mindset Counseling, the therapy practice of Christine Caputo in Oswego, IL
Version: 2.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mindset
Tags: Light, Fluid-Layout, Responsive-Layout, One-Column, Two-Columns, Left-Sidebar, Right-Sidebar, Accessibility-Ready, Custom-Colors, Custom-Header, Custom-Menu, Editor-Style, Featured-Images, Full-Width-Template, RTL-Language-Support, Sticky-Post, Theme-Options, Threaded-Comments, Translation-Ready

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.

Mindset Counseling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Form CSS help from Materialize http://materializecss.com

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
	3.1 Cards
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
	10.4 Sidebars
	10.5 Home Page
	10.6 Contact
	10.7 About
	10.8 FAQ
	10.9 Footer Insurance
11.0 Media
	11.1 Captions
	11.2 Galleries
12.0 Plugins
	12.1 The Events Calendar
	12.2 Shortcodes Ultimate
13.0 Theme Options
	13.1 Style Options
14.0 Responsiveness
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

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

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

main {
	position: relative;
}

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;
	text-decoration: none;
}

	a:active,
	a:hover {
		outline: 0;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 3em;
	margin: 0.67em 0;
}

h2 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #424242;
}

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: 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

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

select {
	text-transform: none;
}

button,
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none; /* Corrects inability to style clickable 'input' types in iOS */
	cursor: pointer;
}

button[disabled],
.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;
	margin-left: 0;
	margin-right: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
	width: 100%;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 20px 0 40px;
	padding: 5.714285714285714% 5.714285714285714% 2.857142857142857%; /* 20 and 40 / 700 */ 
}

legend {
	border: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.twitter-tweet-rendered {
	margin: 10px auto !important;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 1.1;
	line-height: 1.7;
	font-family: 'Noto Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .5px;
	line-height: 1.2;
}

h1 {
	font-weight: 200;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
}

.entry-title,
.comments-title {
	margin-top: 0;
}

p {
	margin:0 0 1.5em;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	background-color:#fff8e1;
	padding-left: 2px;
	padding-right: 2px;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.nomt {
	margin-top: 0;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

html {
	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/ */
	box-sizing: inherit;
}

body {
	background-color: #292929; /* shown in the footer */
}

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

blockquote,
q {
	quotes: "" "";
	font-style: oblique;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 25px;
    padding-left: 25px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #DBDBDB;
}

	blockquote cite {
		display: block;
		margin-top: 15px;
	}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption {
    display: block
}

.hide {
    display: none
}

.no_padding {
	padding:0 !important;
}

pre {
	font-family: monospace;
	background-color: #fff8e1;
	padding: 5px 15px;
	max-width: 100%;
	overflow: auto;
	margin-bottom: 15px;
}

small {
	font-size: 12px;
}

strong,
b,
big {
	font-weight: 700;
}

big {
	font-size: 1.2em;
}

address {
	margin-bottom: 15px;
}

cite,
var {
	font-style: oblique;
	color:#757575;
}

ins {
	text-decoration: underline;
	color:#757575;
}

sub,
sup {
	display: inline-block;
	font-size: .8em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

	img.wp-smiley {
		display: inline-block;
	}

table {
	margin: 0 0 1.5em;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

	table thead,
	table thead th {
		border-bottom:1px solid #E3E3E3;
	}
	
	table.center {
		text-align: center;
	}
	
table th,
table td {
	padding:5px 10px;
}

table thead tr,
table thead th,
table tr:nth-child(2n) {
	background-color:#F5F5F5
}

table.shop_table th,
table.shop_table tr td.actions {
	background-color: #FFFFFF;
}

table.shop_table th {
	border-bottom: 2px solid #e3e3e3;
}

table.shop_table tr td.actions {
	border-top: 2px solid #e3e3e3;
}

/*--------------------------------------------------------------
3.1 Cards
--------------------------------------------------------------*/

.card {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color:#FFF;
	padding: 5.128205128205128%; /* 40 / 780 */ 
}

	.card.full_card {
		padding: 3.508771929824561%; /* 40 / 1140 */ 
	}

.card_action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px !important;
    margin: 10px 0 0 !important;
}

	.card_action a {
		margin-right: 10px;
	}
	
	.card_action .button {
		margin-bottom: -10px;
		margin-top: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
		.card_action .button:first-child {
			margin-left: -10px;
		}
		
.mindset_card .card_action {
	padding: 10px !important;
}

	.mindset_card .card_action .button {
		margin: 0;
		text-transform: uppercase !important;
	}

.post_meta {
	padding: 20px;
	font-size: .75em;
	line-height: 20px;
	color:#757575;
}

	.post_meta.post_meta-date {
		text-transform: uppercase;
		letter-spacing: 1px;
		padding-bottom: 0;
	}
	
	.post_meta.author_meta {
		padding: 10px 20px;
	}

	.post_meta a {
		color:#757575;
	}
	
	.post_meta > * {
		display: block;
		float: left;
	}
	
	.post_meta .avatar {
		height: 20px;
		width: 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-right: 15px;
		display: inline-block;
	}
	
/* Pages and Posts */

.page-template-page-templatespage-home-php .card,
.page-template-front-page .card,
.mindset_card.card,
.tribe_card.card {
	padding: 0;
}

.entry-meta {
    background-color: #f8f8f8;
    color: #757575;
    font-size: 0.75em;
    line-height: 25px;
    margin: -5.714285714285714% -5.714285714285714% 30px; /* 40 / 700 */ 
    padding: 2.857142857142857% 5.714285714285714%; /* 20 and 40 / 700 */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meta_block {
    float: left;
    margin: 5px 20px 5px 0;
    padding-left: 35px;
    position: relative;
}

	.meta_block:last-child {
		margin-right: 0;	
	}
	
    .meta_block i {
	    left: 0;
	    position: absolute;
	    text-align: center;
	    top: 0;
	    width: 35px;
	    font-weight: normal;
	    display: block;
	    height: 25px;
	    line-height: 25px;
	}

	.meta_block.block-tags {
		float: none;
		margin-bottom: 40px;
		line-height: 25px;
		font-size: .8em;
		color:#737373;
	}

	.meta_block a {
		color: #454545;
	}

	.meta_block .avatar {
	    border-radius: 50%;
	    height: 25px;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 25px;
	}
	
.tags-links {
	color: #757575;
    font-size: 0.75em;
    line-height: 25px;
    margin: 10px 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

	.tags-links .fa {
		margin-right: 5px;
	}

	.tags-links a {
		color: #454545;
	}
	
.edit-link {
	display: block;
}

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

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#tribe-events-content .tribe-events-button,
.tribe-events-sub-nav a,
.nav-previous a,
.nav-prev a,
.nav-next a {
	overflow: visible;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
    border: none;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    display: inline-block;
    text-transform: capitalize;
    height: auto;
    line-height: 20px;
    outline: 0 none;
    padding: 8px 15px;
	position: relative;
	display: block;
	float: left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	font-weight: 300;
}

.button_dark button,
.button_dark .button,
.button_dark input[type="button"],
.button_dark input[type="reset"],
.button_dark input[type="submit"],
.button_dark #tribe-events-content .tribe-events-button,
.button_dark .tribe-events-sub-nav a,
.button_dark .nav-previous a,
.button_dark .nav-prev a,
.button_dark .nav-next a {
	color: #252525;
}

	.button svg,
	#tribe-events-content .tribe-events-button svg,
	.tribe-events-sub-nav a svg,
	li span svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.button circle,
	#tribe-events-content .tribe-events-button circle,
	.tribe-events-sub-nav a circle,
	li span circle {
		fill: rgba(255,255,255,0.15);
	}
	
		.button.button_flat circle,
		.button.button_secondary circle,
		.button.send-message-button circle,
		li span circle {
			fill: rgba(0, 0, 0, .05);
		}
	
	.button.button_secondary,
	.button.button_secondary:hover {
		background-color:#FFF;
		color:#616161;
		padding: 0 15px;
	}
	
	.button.button_flat {
		background-color: transparent !important;
		text-transform: uppercase;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	.button.send-message-button {
		background-color: rgba(0,0,0,.04) !important;
		text-transform: uppercase;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	
		.button.send-message-button:hover {
			background-color: rgba(0,0,0,.07) !important;
		}
			
	.button.button_translucent {
		background-color:rgba(255,255,255,.15);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.button.button_small {
		height: 26px;
		line-height: 26px;
		font-size: .8em;
		padding-top: 0;
		padding-bottom: 0;
	}

	button:hover,
	.button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	.nav-prev a:hover
	.nav-previous a[rel="prev"]:hover,
	.nav-next a[rel="next"]:hover,
	#header_nav .menu-navigation li.header_contact span:hover {
		-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
		color:#FFF;
	}
	
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #404040;
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #757575;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
	min-height: 100px;
}

label:not([for='ship-to-different-address-checkbox']),
.container .gform_wrapper label.gfield_label {
	color: #757575;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: text;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    transition: 0.1s ease;
    margin: 10px 0 -9px;
}

/* Material */

.gfield label.shift_label,
#commentform label,
#loginform p:not(.remember_me) label,
.register:not(.buddypress) label,
.protected-post-form label {
    position: absolute;
    top: 0.8rem;
    left: 0;
    margin: 0 !important;
    -webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

	.gfield label.shift_label.active,
	#commentform label.active,
	#loginform label.active,
	.register:not(.buddypress) label.active,
	.protected-post-form label.active {
	    top:-16px !important;
	}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=tel],
input[type=number],
input[type=search],
.customSelect,
select[multiple],
textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
.customSelect.customSelectFocus,
select[multiple]:focus,
textarea:focus {
    border-bottom: 1px solid #212121;
    -webkit-box-shadow: 0 1px 0 0 #212121;
    -moz-box-shadow: 0 1px 0 0 #212121;
    box-shadow: 0 1px 0 0 #212121;
}

textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: 12px 0 !important;
    /* prevents text jump on Enter keypress */
    resize: none;
}

.relative_div,
.relative {
	position: relative;
}

/* Radios */

[type="radio"].dcs_checkrad:not(:checked),
[type="radio"].dcs_checkrad:checked {
    position: absolute;
    left: -9999px;
}

    [type="radio"].dcs_checkrad:not(:checked) + label,
    [type="radio"].dcs_checkrad:checked + label {
        position: relative;
        padding-left: 35px !important;
        cursor: pointer;
        display: inline-block;
        min-height: 25px;
        line-height: 25px;
        font-size: 1rem;
        width: 95%;
        -webkit-transition: 0.28s ease;
        -moz-transition: 0.28s ease;
        -o-transition: 0.28s ease;
        -ms-transition: 0.28s ease;
        transition: 0.28s ease;
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */
    }

[type="radio"].dcs_checkrad + label:before,
[type="radio"].dcs_checkrad + label:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: 0.28s ease;
    -moz-transition: 0.28s ease;
    -o-transition: 0.28s ease;
    -ms-transition: 0.28s ease;
    transition: 0.28s ease;
}

/* Unchecked styles */

[type="radio"].dcs_checkrad:not(:checked) + label:before {
    border-radius: 50%;
    border: 2px solid #595959;
}

[type="radio"].dcs_checkrad:not(:checked) + label:after {
    border-radius: 50%;
    width: 0;
    height: 0;
    left: 8px;
    top:8px;
    z-index: -1;
	-webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

/* Checked styles */

[type="radio"].dcs_checkrad:checked + label:before {
    border-radius: 50%;
}

[type="radio"].dcs_checkrad:checked + label:after {
    border-radius: 50%;
    z-index: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    width: 16px;
    height: 16px;
}

/* Disabled style */

[type="radio"].dcs_checkrad:disabled:not(:checked) + label:before,
[type="radio"].dcs_checkrad:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"].dcs_checkrad:disabled + label {
    color: rgba(0, 0, 0, 0.26)
}

[type="radio"].dcs_checkrad:disabled:not(:checked) + label:hover:before {
    border-color: rgba(0, 0, 0, 0.26)
}

/* Remove default checkbox */

[type="checkbox"].dcs_checkrad:not(:checked),
[type="checkbox"].dcs_checkrad:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"].dcs_checkrad:not(:checked) + label,
    [type="checkbox"].dcs_checkrad:checked + label {
        position: relative;
        padding-left: 35px !important;
        cursor: pointer;
        display: inline-block;
        min-height: 25px;
        line-height: 25px;
        font-size: 1rem;
        width: 95%;
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */
    }

/* checkbox aspect */

[type="checkbox"].dcs_checkrad + label:before {
    content: '';
    position: absolute;
    margin-top: 2px;
    left: 0;
    z-index: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-clip: padding-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

/* Unchecked styles */

[type="checkbox"].dcs_checkrad:not(:checked) + label:before {
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #5a5a5a;
}

/* Checked styles */

[type="checkbox"].dcs_checkrad:checked + label:before {
    left: -3px;
    top: -4px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right-width: 2px;
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* disabled checkbox */

[type="checkbox"].dcs_checkrad:disabled:not(:checked) + label:before {
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.26);
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, 0.26);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

[type="checkbox"].dcs_checkrad:disabled:checked + label:before {
    left: -3px;
    top: -4px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].dcs_checkrad:disabled:checked + label {
    color: rgba(0, 0, 0, 0.26)
}

[type="checkbox"].dcs_checkrad:disabled:not(:checked) + label:hover:before {
    border-color: rgba(0, 0, 0, 0.26)
}

/* Selects */

select {
    width: 100% !important;
    padding: 0;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #9e9e9e;
    height: 3rem !important;
}

	select[multiple] {
		height: 100px !important;
		background-color:transparent;
	}
	
.custom_select_wrap {
	position: relative;
	width: 100%;
	height: 3rem;
}
	
.customSelect {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	display: block;
	padding-right: 20px !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
}

	.customSelect:after {
		content:"\f0d7";
		font-family: "FontAwesome";
		position: absolute;
		top:0;
		right:0;
		color: #757575;
	}
	
	.customSelect .customSelectInner {
		overflow: hidden;
	}

.hasCustomSelect option {
	padding: 10px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.paged_navigation {
	overflow: hidden;
	width: 100%;
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-bottom: -10px;
	color: #757575;
}

	.paged_navigation ul {
		float:left;
		position: relative;
		left:50%;
		padding: 0;
		margin: 0;
	}
	
		.paged_navigation ul li {
			float:left;
			position: relative;
			right:50%;
			padding:0 5px;
			list-style: none inside;
			margin:0;
			text-align: center;
		}
		
			.paged_navigation ul li a {
				color: #757575;
				width: 40px;
				height: 40px;
				line-height: 40px;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				display: block;
			}
			
				.paged_navigation ul li.active a {
					-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
					-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
					box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
				}
				
.ellipsis {
	height: 40px;
	line-height: 40px;
	width: 40px;
}

	.ellipsis .fa-ellipsis-h {
		font-size: .8em;
	}
	
.page-numbers.dots {
	line-height: 30px;
}
	
.page-template-index-php .infinite-scroll .paged_navigation {
	display: none;
}

.page-template-index-php .infinity-end.neverending .paged_navigation:nth-last-child(2) {
    display: block;
}

.infinite-loader {
	margin: auto;
	width: 33px;
}

.nav-next .meta-nav::before {
	font-family: "FontAwesome";
	content: "\f178"
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
	outline: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

	a.alt_link,
	a.more-link {
		color:#757575
	}
	
	a.button.alt_link {
		color:#212121
	}

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

.sd-title {
	text-transform: uppercase;
}

div.sharedaddy, #content div.sharedaddy,
#main div.sharedaddy {
    margin: 2.5em 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.site-branding {
	float: left;
	padding-left: 63px;
}

	h1.site-title {
		margin: 0;
		line-height: 40px;
		display: block;
		float: left;
	}

#secondary-navigation {
	margin-left: 40px;
	float: right;
	font-size: 14px;
	font-weight: 700;
}

	#secondary-navigation li {
		margin-right: 10px;
	}
	
		#secondary-navigation li:last-child {
			margin-right: 0;
		}

	#secondary-navigation a {
		color:#FFF;
	}
	
	#secondary-navigation .button {
		line-height: 40px;
		height: 40px;
		text-transform: none;
		padding: 0 15px;
	}
	
	#secondary-navigation i,
	.header_contact i {
		display: inline-block;
		position: relative;
		top:-1px;
	}
	
#menu-sign-inout i,
.header_contact i {
	margin-right: 10px;
	top:0;
}

#header_nav .menu-navigation li.header_contact span {
	line-height: 38px;
	height: 40px;
	text-transform: none;
	padding: 0 15px;
	border: 1px solid #bfbfbf;
	display: block;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
	transition: all .2s ease;
}

	#header_nav .menu-navigation li.header_contact span a {
		padding: 0;
		color: #323232;
	}

.search-form {
	position: relative;
	line-height: 39px;
}

.search-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
    line-height: 40px;
    color:#757575;
    padding: 0 15px;
}

	.search-form:hover button {
		color:#404040;
	}

.search-form .search-field {
	padding-right: 43px !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.search-form label {
	margin: 0;
}

.search-form .search-field {
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
} 

#mobile-search {
	display: none;
	border-bottom: 1px solid #e0e0e0;
    margin: -20px -20px 20px;
    padding: 20px;
}

#menu-search .search-field {
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin: 0;
	width: 0;
	opacity: 0;
}

	#menu-search:hover .search-field,
	#menu-search .search-field:focus {
		border-bottom: 1px solid rgba(255,255,255,.9);
		width: 300px;
		opacity: 1;
	}

.menu-navigation {
	display: block;
	width: auto;
}

.menu-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu-navigation li {
	float: left;
	margin-right: 30px;
	position: relative;
	line-height: 42px;
}

	.menu-navigation li:last-child {
		margin:0;
	}

/* Flyout Menu */

#open_menu {
	height: 40px;
	line-height: 38px;
	position: absolute;
	left: 20px;
	top:0;
	cursor: pointer;
	padding: 0 15px;
}

#nav_wrap {
	background-color:#FFFFFF;
	border-right:1px solid rgba(0, 0, 0, 0.14);
	color:#757575;
	position: fixed;
	left:-295px;
	top:0;
	height: 100%;
	width: 270px;
	z-index: 999999;
	font-size: .9em;
	text-transform: uppercase;
	max-width: calc(100% - 50px);
}

	#nav_wrap li span {
		display: block;
		padding: 10px;
		margin: 0 -10px;
		position: relative;
	}

	#nav_wrap .container {
		padding: 20px;
	}
	
	#nav_scroll {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	#nav_wrap .menu-navigation ul {
		float: left;
		width: 100%;
	}
	
		#nav_wrap .menu-navigation ul.nav-menu {
			margin-top: -10px;
		}
		
		#nav_wrap .menu-navigation ul ul {
			display: none;
		}
	
	#nav_wrap .menu-navigation li {
		margin: 0;
		width: 100%;
		line-height: 1.4em;
		padding: 0;
		position: relative;
	}
	
		#nav_wrap .menu-navigation li.menu-item-has-children {
			position: relative;
			width: 100%;
			display: block;
		}
		
			#nav_wrap .menu-navigation li.menu-item-has-children > span {
				padding-right: 30px;
			}
	
				#nav_wrap .menu-navigation li.menu-item-has-children > span:after {
					content:"\f067";
					font-family: "FontAwesome";
					position: absolute;
					right: 10px;
					top:11px;
					font-weight: normal;
					cursor: pointer;
				}
	
		#nav_wrap .menu-navigation li:last-child {
			padding-bottom: 0;
		}
	
		#nav_wrap .menu-navigation li a {
			color:#757575;
			font-weight: 700;
		}
		
			#nav_wrap .menu-navigation li a:hover,
			#nav_wrap .menu-navigation .current-menu-item > a,
			#nav_wrap .menu-navigation .current-page-ancestor > span a,
			#nav_wrap .menu-navigation .current-menu-item > span a {
				color:#212121;
			}
		
			#nav_wrap .menu-navigation li li {
				padding-left: 10px;
			}
		
				#nav_wrap .menu-navigation li li a {
					font-weight: 300;
				}

	.admin-bar #nav_wrap {
		top:32px;
		height: calc( 100% - 32px );
	}
	
#close_menu.button {
	position: absolute;
	top:25px;
	right:-16px;
	height: 30px;
	width: 30px;
	line-height: 27px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding:0;
	font-size: 1.3em;
	z-index: 1000000;
	cursor: pointer;
}

#window_shade {
	position: fixed;
	z-index:999998;
	top:0;
	left:0;
	display: none;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.5); 
}

/* Primary Menu */

#header_nav {
	position: relative;
	float:right;
}

	#header_nav .container {
		padding: 0 20px;
	}
	
	#header_nav .menu-navigation li {
		line-height: 20px;
	}
	
		#header_nav .menu-navigation li a {
			font-weight: 100;
			padding-top: 10px;
			padding-bottom: 10px;
			display: inline-block;
			color:#323232;
		}
		
			#header_nav .menu-navigation li a:hover {
				color: #A3A3A3;
			}
		
			#header_nav .menu-navigation li li {
				padding-left: 10px;
			}
		
				#header_nav .menu-navigation li li a {
					font-weight: 300;
				}
				
#header_menu_toggle {
	display: none;
	position: absolute;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top:-20px;
	left: 50%;
	margin-left: -20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.taptap-menu-button-wrapper {
	display: none;
	background-color: #1D881B;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 105px !important;
    width: 50px;
    position: absolute;
    transition: all .2s linear;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

	.taptap-menu-button-wrapper.taptap-menu-active {
		background-color:rgba(255,255,255,.1);
		margin-left: 0;
		left: 15px;
		top:15px !important;
		position: fixed;
		box-shadow: none;
	}

.taptap-main-menu-button {
	padding: 8px 10px;
}

.taptap-contents-wrapper {
    margin: 0 auto;
}

.taptap-main-inner-inner {
	padding: 0 !important;
}

.taptap-heading,
.taptap-subheading {
	padding: 0 25px 25px;
}

.taptap-heading {
	padding-top: 150px;
}

.wp-toolbar-active + .taptap-heading {
	padding-top: 190px;
}

.taptap-heading,
.taptap-subheading {
	background-color: rgba(255,255,255,.3)
}

.taptap-by-bonfire {
	padding: 25px;
	margin: 0;
}

	.taptap-by-bonfire ul li {
		text-align: left;
	}
	
		.taptap-by-bonfire ul li a i {
			color: #323232;
		    display: inline-block;
		    font-size: 18px;
		    position: relative;
		    text-align: center;
		    top: -2px;
		    width: 20px;
		}
		
		.taptap-by-bonfire ul li a:hover i {
			color: #FFF;
		}
		
	.taptap-by-bonfire .menu {
		left: 50%;
	    margin-left: -130px;
	    position: relative;
	    width: 260px;
	}

.taptap-widgets-wrapper {
	padding: 50px 25px;
	margin: 0;
	background-color: #292929;
}

	.taptap-widgets-wrapper .widget {
		margin: 0 auto;
		max-width: 325px;
	}
	
		.taptap-widgets-wrapper .widget em {
			font-weight: 200;
		}

	.taptap-widgets-wrapper .widgettitle {
		margin: 0 0 30px;
	}

.taptap-background-color {
	background-color: #DCEADB !important;
}

.taptap-by-bonfire ul li a {
	padding: 0;
}

.tiny_owl {
	height: auto;
    margin: 50px auto 0;
    opacity: 0.5;
    width: 35px;
}
		
/* Drop Down Menus */

#header_nav li li {
    padding: 0 !important;
    margin: 0;
    width: 170px;
    position: relative;
    display: none;
}

	#header_nav li li span {
		padding: 0 10px;
		display: block;
		position: relative;
		z-index: 2;
	}

	#header_nav li li a {
    	position: relative;
	}

#header_nav li:hover li a {
    border: none;
    background: none;
    width: auto;
}

#header_nav ul li {
    position: relative
}

    #header_nav ul li ul {
        width: auto;
        text-align:left;
        display: block;
        opacity: 0;
        margin: 0 0 0 -10px;
        padding: 0;
        z-index: 900;
        float: none;
        height: auto;
        position: absolute;
        top: 25px;
        -webkit-box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.2);
		box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.2);
    }
    
    	#header_nav ul.menu > li:hover > ul {
	    	top: 40px;
    	}
    
    	#header_nav ul li:hover > ul,
		#header_nav ul li:hover > ul li {
	    	display: block;
	    	opacity: 1;
	    	-webkit-transition: all .2s linear;
			-moz-transition: all .2s linear;
			-ms-transition: all .2s linear;
			-o-transition: all .2s linear;
			transition: all .2s linear;
		}

	    	#header_nav > div > ul > li > ul:after {
	    		bottom: 100%;
	    		left: 10px;
	    		content: " ";
	    		height: 0;
	    		width: 0;
	    		position: absolute;
	    		pointer-events: none;
	    	}

    	#header_nav ul ul ul {
        	top:0;
        	left: 50%;
        	z-index: 1;
        	margin-left: 0;
    	}

        #header_nav ul li ul > li:hover > ul {
            display: block;
            left: 170px;
        }

        #header_nav ul li ul li {
            position: relative;
            float: none;
        }

/* Other Menu Items */

.socnets_wrap {
	margin: 10px -5px 0;
}

.socnets a {
	float: left;
	display: block;
	position: relative;
	padding:5px;
	margin: 1px 1px 0 0;
	font-size: 1.5em;
	min-width: 35px;
	min-height: 35px;
	line-height: 25px;
	text-align: center;
	color: #757575;
}

	.socnets a:hover {
		color:#212121;
	}

	.socnets a i,
	.socnets a i:before {
		width: 100%;
		text-align: center;
	}

.site-main .comment-navigation,
.site-main .posts-navigation {
	margin: 0 0 3.5em;
	overflow: hidden;
}

.post-navigation {
	margin: -10px 0 3.5em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation .nav-next,
.post-navigation .nav-previous,
.nav-prev,
.nav-next {
	max-width: 49% !important;
	text-align: center;
	display: inline-block;
}

.post-navigation .nav-next {
	float: right;
}

.post-navigation .nav-previous {
	float: left; 
}

#post-entries {
	margin-top: -10px;
}
	
	#post-entries > div,
	.post-navigation .nav-links > div {
		margin-top: 10px;
	}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright,
.alignleft,
.aligncenter,
.alignnone  {
	padding:4px;
	background-color: #FFFFFF;
	border:1px solid #E0E0E0;
	width: auto;
	max-width: 100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clearfix,
.testimonials-list {
    zoom: 1
}

.clearfix:before,
.clearfix:after,
.testimonials-list:before,
.testimonials-list:after {
    content: "";
    display: table;
    line-height: inherit;
}

.clearfix:after,
.testimonials-list:after {
    clear: both
}

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

.widget {
	margin: 0 0 60px;
	position: relative;
}

	.widget:last-child {
		margin-bottom: 0;
	}

	.widget ul {
		margin-left: 0;
		padding-left: 0;
	}
		    
		.widget ul.children {
			padding-top: 5px;
		}
	
		.widget:not(.gform_widget) ul li {
			margin: 0;
			list-style: none;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 15px;
			position: relative;
		}
		
			.widget:not(.gform_widget) ul li:before {
				content:"\f105";
				font-family: "FontAwesome";
				position: absolute;
				left: 0;
				top:5px;
				display: block;
				color:#BDBDBD;
			}
			
			.widget:not(.gform_widget) ul li:last-child {
				padding-bottom: 0;
			}
			
				.widget:not(.gform_widget) ul li li:first-child {
					margin-top: 5px;
				}
		
				.widget:not(.gform_widget) ul li li:last-child {
					padding-bottom: 0;
				}

.widget-title {
	margin-top: 0;
}

#sidebar .widget-title {
	background-color: rgba(0, 0, 0, 0.03);
    border-left: 3px solid #1D881B;
    font-size: 1em;
    letter-spacing: 1px;
    margin-top: 0;
    padding: 7px 7px 7px 10px;
    text-transform: uppercase;
}

#sidebar .card_widget {
	overflow: visible;
	text-align: center;
}

	#sidebar .card_widget .widget-title {
		background: transparent;
		border: none;
		font-size: 1.3em;
		padding: 0;
		margin-top: 10px;
	}
	
	#sidebar .card_widget .button {
		margin: auto;
		float: none;
	}
	
	#sidebar .card_widget#about_widget {
		padding-top: 70px
	}
	
	#sidebar #newsletter_widget .gform_wrapper form {
		text-align: center;
	}
	
	#sidebar #newsletter_widget .gform_wrapper span.gform_description {
		width: 100%;
	}
	
	#sidebar #newsletter_widget .gform_wrapper .gform_heading {
		margin-bottom: 20px;
	}
	
	#sidebar #newsletter_widget .gform_footer {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#sidebar #newsletter_widget .gform_wrapper {
		margin-top: 20px !important;
		margin-bottom: 0 !important;
	}
	
	#sidebar #newsletter_widget .gfield_label {
		display: none;
	}
	
	#sidebar #newsletter_widget .button {
		display: block;
	    font-size: 0.8em;
	    height: 32px;
	    line-height: 32px;
	    padding: 0;
	    width: 100%;
	    text-transform: uppercase;
	}
	
	#sidebar #newsletter_widget .validation_error {
		display: none;
	}
	
	#sidebar #newsletter_widget .ginput_container_email,
	#sidebar #newsletter_widget .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
		margin: 0;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	#sidebar #newsletter_widget .gform_wrapper li.gfield_error input[type="text"] {
		border: 1px solid #C81111 !important;
	}
	
	#sidebar #newsletter_widget li {
		padding: 0;
		margin: 0;
	}
	
	#sidebar #newsletter_widget input[type=text] {
		border: 1px solid #bfbfbf;
		padding: 10px !important;
		background-color: #f2f2f2;
		box-shadow: none !important;
		margin-bottom: 10px !important;
	}
	
		#sidebar #newsletter_widget input[type=text]:focus {
			border: 1px solid #757575 !important;
		}
		
	#sidebar #newsletter_widget .gform_wrapper.gf_browser_chrome .gform_body {
		width: 100% !important;
	}
	
	#sidebar #newsletter_widget .gform_ajax_spinner {
		display: none !important;
	}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

#calendar_wrap,
#wp-calendar {
    width: 100%;
    text-align: center;
}

    #calendar_wrap caption {
        margin: 0 0 10px;   
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    #calendar_wrap tbody td {
	    padding: 3px 0;
    }

	    #calendar_wrap tbody td a {
			background-color: rgba(255,255,255,.5);
			color:#101010 !important;
			border-radius: 12px;
			display: block;
			height: 24px;
			margin: auto;
			width: 24px;
	    }
	    
	    	#calendar_wrap tbody td a:hover {
		    	border:none;
		    	background-color: rgba(255,255,255,.8);
	    	}
	    
	#calendar_wrap tfoot td {
		padding-top: 15px;
	}
	    
h2.widgettitle {
	margin-top: 0;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

header#masthead {
	-webkit-box-shadow: 0 -3px 5px 5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 -3px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 -3px 5px 5px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 2;
}

.retina_logo {
	display: none;
}

#logo_wrap {
	padding: 20px 0;
	background-color: #FFF;
	position: relative;
	z-index: 2;
}

	#logo_wrap .container {
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
	}
	
.the_logo {
	display: block;
	float: left;
}

#login_logo {
	text-align: center;
	margin-bottom: 40px;
}

#logo {
	height: 40px;
}

#login_logo .site-title {
	float: none;
}

	#login_logo .the_logo,
	#login_logo .the_logo #logo {
		float: none;
		margin: auto;
	}
	
#header_cta {
	z-index: 1;
}

#header_cta,
#mid_cta_image,
#footer_cta,
.entry-title_wrap,
.card_image_link,
.event_half_image,
.page-template-page-about .hentry {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-color: #757575;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position: relative;
    padding:0;
    margin:0;
    margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 18px;
}

	#header_cta.dark_text,
	#header_cta.dark_text h1,
	#header_cta.dark_text h2,
	#header_cta.dark_text h3,
	#header_cta.dark_text h4,
	#header_cta.dark_text h5,
	#header_cta.dark_text h6,
	#footer_cta.dark_text,
	#footer_cta.dark_text h1,
	#footer_cta.dark_text h2,
	#footer_cta.dark_text h3,
	#footer_cta.dark_text h4,
	#footer_cta.dark_text h5,
	#footer_cta.dark_text h6 {
		color: #000;
	}

	#header_cta.light_text,
	#header_cta.light_text h1,
	#header_cta.light_text h2,
	#header_cta.light_text h3,
	#header_cta.light_text h4,
	#header_cta.light_text h5,
	#header_cta.light_text h6,
	#footer_cta.light_text,
	#footer_cta.light_text h1,
	#footer_cta.light_text h2,
	#footer_cta.light_text h3,
	#footer_cta.light_text h4,
	#footer_cta.light_text h5,
	#footer_cta.light_text h6 {
		color: #FEFEFE;
	}
	
	#header_cta .button,
	#footer_cta .button {
		float: none;
		display: inline-block;
	}
	
		#header_cta .container *:first-child,
		#footer_cta .container *:first-child {
			margin-top: 0;
		}
		
		#header_cta .container *:last-child,
		#footer_cta .container *:last-child {
			margin-bottom: 0;
		}
		
	#mid_cta {
		background-color: #FFF;
		padding: 0;
		margin: 0 0 120px;
		position: relative;
	}
	
		#mid_cta .container {
			position: initial;
		}
	
		#mid_cta.no-mb {
			margin-bottom: 0;
		}
		
		#mid_cta.no_courses {
			margin-top: -120px;
		}
	
	#mid_cta_content {
	    padding: 0 30px 0 0;
	    width: 50%;
	    float: left;
	}
	
	@media
	only screen and (max-width: 500px) {
		#mid_cta_content .button,
		#mid_cta_content .button + span {
			width: 100%;
			display:block;
			text-align: center;
			margin: 0 !important;
		}
	}
		
	#mid_cta_image {
		position: absolute;
		top:0;
		bottom:0;
		left: 0;
		margin-left: 50%;
		width: 50%;
		background-position: center center;
	}
	
		#mid_cta_image img {
			display: none;
		}

#content {
	background-color: #F9F9F9;
	position: relative;
	z-index: 1;
}

	#content.home-content {
		padding-top: 90px;
	}

.container {
    margin: auto;
    max-width: 1180px;
    padding: 120px 20px 120px; /* 120 / 1180 */ 
    width: 100%;
    position: relative;
    z-index: 2;
}

#content > .container {
	padding-bottom: 60px;
}

.col-row {
	margin: 40px 0;
}

.col-2 {
	float: left;
	width: 50%;
}

.widget.widget_nav_menu ul li {
	padding-left: 0;
	text-transform: uppercase;
}

	.widget.widget_nav_menu ul li li {
		padding-left: 10px;
	}
	
	.widget.widget_nav_menu ul li::before {
		content:none;
	}
	
	.widget.widget_nav_menu ul li a {
		border-bottom: none !important;
		color:#7E7B7B;
	}
	
		.widget.widget_nav_menu ul li a:hover {
			color: #000;
		}
	
.widget .fa {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	font-size: .9em;
	position: relative;
	top:-1px;
}

footer .container {
	padding: 120px 20px;
}

footer.site-footer {
	color:#929292;
	font-size: .9em;
}

footer.site-footer input[type="text"],
footer.site-footer input[type="email"],
footer.site-footer input[type="url"],
footer.site-footer input[type="password"],
footer.site-footer input[type="search"],
footer.site-footer select,
footer.site-footer select[multiple],
footer.site-footer textarea,
footer.site-footer [type="checkbox"].dcs_checkrad:not(:checked) + label::before,
footer.site-footer [type="radio"].dcs_checkrad:not(:checked) + label::before,
footer.site-footer label {
	color: #D3D3D3;
	border-color: #919191;
}

footer.site-footer input[type="text"]:focus,
footer.site-footer input[type="email"]:focus,
footer.site-footer input[type="url"]:focus,
footer.site-footer input[type="password"]:focus,
footer.site-footer input[type="search"]:focus,
footer.site-footer select[multiple]:focus,
footer.site-footer textarea:focus {
	color: #FFF;
}

#footer_copy {
	text-align: center;
}

	#footer_copy img {
		height: 40px;
		margin: 0 auto 40px;
		opacity: .5;
	}

#footer_copy a:not(.button),
#footer_widgets a:not(.button) {
	color:#FFF !important;
	border-bottom: 1px dashed transparent;
}

	#footer_copy a:hover,
	#footer_widgets a:hover {
		border-color: #FFF;
	}
	
#footer_widgets {
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

	#footer_widgets .widget-title {
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
#footer_widgets .widget-title {
	color: #F5F5F5;
}

.footer_widget {
    float: left;
    padding: 0;
    margin-right: 2.6785714285714284%;
}

.footer_widget_count1 .footer_widget {
    width: 100%;
    margin:0;
}

.footer_widget_count2 .footer_widget {
    width: 48.214285714285715%
}

.footer_widget_count3 .footer_widget,
.footer_widget_overflow .footer_widget {
    width: 30.701754385964913%; /* 350 / 1140 */ 
    margin-right: 3.9473684210526314%; /* 45 / 1140 */ 
}

	.footer_widget_count3.first_widget_wide .footer_widget {
		width: 25.43859649122807%; /* 290 / 1140 */ 
		margin-right: 2.631578947368421%; /* 30 / 1140 */
	}
	
		.footer_widget_count3.first_widget_wide .footer_widget.widget_text:first-child {
			width: 43.859649122807015%; /* 500 / 1140 */ 
		}

.footer_widget_count4 .footer_widget {
    width: 22.321428571428573%;
    margin-right: 3.571428571428571%;
}

	.footer_widget_count2 .footer_widget:nth-child(2),
	.footer_widget_count3 .footer_widget:nth-child(3),
	.footer_widget_overflow .footer_widget:nth-child(3n),
	.footer_widget_count4 .footer_widget:nth-child(4) {
		margin-right: 0;
	}
	
.footer_has_socnets {
	text-align: center;
}

.footer_has_socnets .socnets_wrap {
	overflow: hidden;
	width: 100%;
	margin: 0 -5px 40px;
}

.footer_has_socnets .socnets {
	float:left;
	position: relative;
	left:50%;
}

	.footer_has_socnets .socnets a {
		float:left;
		position: relative;
		right:50%;
		color:#929292;
	}
	
		.footer_has_socnets .socnets a:hover {
			color:#FFF;
		}
	
.site-footer table thead,
.site-footer table thead th {
	border-bottom:1px solid rgba(0,0,0,.3);
}

.site-footer table thead tr,
.site-footer table thead th,
.site-footer table tr:nth-child(2n) {
	background-color:rgba(0,0,0,.1)
}

#office_hours .textwidget {
	color: #f5f5f5;
}

#office_hours span {
	display: inline-block;
}

#office_hours .day {
	width: 100px;
	color: #929292;
}

#office_hours .closed {
	color: #6C6C6C;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

#page {
	width: 100%;
}

#primary {
	float: left;
	width: 68.42105263157895%; /* 780 / 1140 */ 
}

	#sidebar {
		position: relative;
	}

	#primary.no-sidebar {
		width: 100%;
	}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 3.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

	.page .entry-content {
		margin-top: 0;
	}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-title {
	margin: 0;
}

.entry-header .entry-title_wrap {
	margin: -5.714285714285714% -5.714285714285714% 5.714285714285714%; /* 40 / 780 */
}

	.entry-header .entry-title_wrap > .entry-title,
	.entry-header .entry-title_wrap .event-title_wrap {
		padding: 5.128205128205128%; /* 40 / 780 */
	}

.entry-title_wrap:not(.featured_image_title) .container {
	padding: 80px 20px;
}

	.entry-title_wrap.module_header {
		margin-top: 5.714285714285714% !important;
	}

	.entry-title_wrap > .entry-title,
	.entry-title_wrap .event-title_wrap {
		padding: 0;
		margin: 0;
		text-align: left;
		font-weight: 300;
		line-height: 1;
	}
	
		.entry-title_wrap.featured_image_title > .entry-title,
		.entry-title_wrap.featured_image_title .event-title_wrap {
			padding: 25.64102564102564% 5.128205128205128% 5.128205128205128%; /* 40 / 780 */
		}
		
		.entry-title_wrap > .entry-title.scrim,
		.entry-title_wrap .event-title_wrap.scrim {
			color: #FFF;
		}
	
#tribe-events-pg-template .entry-title_wrap {
	margin: -3.773584905660377% -3.773584905660377% 3.773584905660377%; /* 40 / 1060 */
}
	
	#tribe-events-pg-template .event-title_wrap {
		padding: 3.508771929824561%; /* 40 / 1140 */ 
	}
	
		#tribe-events-pg-template .featured_image_title .event-title_wrap {
			padding: 25.64102564102564% 3.508771929824561% 3.508771929824561%; /* 40 / 1140 */ 
		}
	
.entry-title_wrap .event-title_wrap * {
	margin: 0;
	color:#FFF;
}

.featured_image_title .scrim {
	display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
	
.scrim {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.50)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
}

	.scrim,
	.scrim a {
		color:#FFFFFF;
	}
	
	.box_card .scrim {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.70)));
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.70));
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.70));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.70));
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.70));
		background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.70));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
	}
	
.has_read_more {
	position: relative;
	padding-bottom: 11.428571428571428%; /* 80 / 700 */ 
}

	.post.has_read_more .card_action {
		position: absolute;
		bottom:0;
		left:0;
		width: 100%;
		padding: 2.564102564102564% 5.128205128205128% !important; /* 20 and 40 / 780 */ 
	}
	
.search-results-wrap {
	margin-bottom: 80px;
}

.error-404 {
	text-align: center;
}

	.error-404 h1 {
		margin-top: 0;
	}
	
	.error-404 .search-form {
		margin: 60px auto 0;
		max-width: 700px;
	}
	
.section_title {
	margin-top: 0;
	line-height: 26px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
	
.comment-list {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.comment-list li.comment {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

.comment-list .children {
	list-style: none outside;
	width: 100%;
	margin: 5% 0 0 0;
	padding: 0;
}
.comment-list .children li.comment {
	padding-bottom: 0;
	padding-left: 2.857142857142857%; /* 20 / 700 */ 
	list-style: none;
}
.comment-list .children li.comment:last-child {
	border-bottom: none;
}
.comment-body {
	position: relative;
	margin-bottom: 40px;
	min-height: 50px;
}

	.comment-body > footer,
	.comment-body > div {
		padding-left: 10%; /* 70 / 700 */ 
	}

	.comment-body .avatar,
	.comment_container .avatar {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 7.142857142857142%; /* 50 / 700 */
		position: absolute;
		left: 0;
		top:0;
		border: none;
	}
	
.comment-author {
	margin-right: 40px;
}
	
.comment-author,
.comment-metadata,
.comment-body .reply {
	font-size: .75em;
	color:#bdbdbd;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	clear: both;
}

.comment-body .reply {
	position: absolute;
	top:0;
	right:0;	
}

.comment-content {
	float: left;
	clear: both;
	display: block;
	margin: 15px 0;
}

	.comment-metadata a {
		color:#bdbdbd;
	}

.says {
	display: none;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Comment Form */

#respond {
	float: left;
	margin: 30px 0 0 0;
	width: 100%;
}

	#comments #respond:first-child,
	#comments #respond:first-child #reply-title {
		margin-top: 0;
	}
	
#commentform .form-submit {
	margin-bottom: 0;
}

#commentform {
	clear:both;
}

	#commentform p {
		position: relative;
	}
	
	#commentform input#submit {
		float: none;
		display: inline-block;
	}
	
	.comment-list li:not(:last-child) #commentform {
		margin-bottom: 60px;
	}
	
	.comment-notes,
	.logged-in-as {
		margin-bottom: 40px;
	}

#reply-title small {
	margin-left: 30px;
}

/*--------------------------------------------------------------
10.4 Sidebars
--------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 26.31578947368421%; /* 300 / 1140 */ 
}

/*--------------------------------------------------------------
10.5 Home Page
--------------------------------------------------------------*/

header.home_header h3 {
	width: calc(100% - 120px);
	float: left;
	margin-top: 0;
	line-height: 26px;
	text-transform: uppercase;
}

header.home_header .button,
footer.home_footer .button {
	float: right;
}

/* Featured */

#featured_boxes {
	margin-bottom: 90px;
}

	#featured_boxes .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#featured_boxes header {
		margin-bottom: 60px;
		text-align: center;
	}
	
		#featured_boxes header h2,
		#featured_boxes header h4.sub_header {
			width: 100%;
			float:none;
			position: relative;
			padding-bottom: 30px;
			margin-bottom: 30px;
			margin-top: 0;
		}
		
			#featured_boxes header h2.with_sub_header {
				margin-bottom: 10px;
				padding-bottom: 0;
			}
			
			#featured_boxes header h4.sub_header {
				letter-spacing: 1px;
			}
		
			#featured_boxes header h2:not(.with_sub_header):after,
			#featured_boxes header h4.sub_header:after {
				content:"";
				position: absolute;
				height: 0;
				width: 50%;
				left: 25%;
				border-bottom: 1px solid #C9C9C9;
				bottom: 0;
			}
						
	#featured_boxes footer {
		margin-top: 40px;
	}
			
.page-template-page-services .box_card {
	width: 47.14285714285714%; /* 330 / 700 */ 
	margin-right: 5.714285714285714%; /* 40 / 700 */ 
}

.page-template-page-services #text-20 .fa-transgender-alt::before {
	left: 1px;
    position: relative;
    top: 1.5px;
}

.page-template-page-services #text-17 .fa-comment::before {
	left: 0.5px;
    position: relative;
    top: -1px;
}

.box_card {
	width: 29.82456140350877%; /* 340 / 1140 */
	margin-right: 5.263157894736842%; /* 60 / 1140 */ 
	margin-bottom: 5.263157894736842%; /* 60 / 1140 */ 
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
}

	.box_card.box_card_home:nth-child(3n),
	.page-template-page-services .box_card:nth-child(2n) {
		margin-right: 0;
	}
	
	.box_card.box_card_home:nth-child(3n + 1),
	.page-template-page-services .box_card:nth-child(2n + 1) {
		clear:both;
	}
	
	.box_card .box_card_img,
	.event_featured_image {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-position: center top;
	    position: absolute;
	    top:0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    display: block;
	    z-index: 1;
		transition-delay: 0s, 0s, 0s;
	    transition-duration: 2s;
	    transition-property: transform, filter;
	    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    }

		.box_card:hover .box_card_img,
		.box_card:hover .event_featured_image {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
		}

	.box_card .post_content {
		padding: 0 0 0 60px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		position: relative;
		z-index: 2;
	}
	
	.box_card .box_card_content h2 {
		font-size: 1.5em;
	    font-weight: 300;
	    line-height: 30px;
	    padding: 5px 0;
	    margin: 0;
	}
	
	.box_card .box_card_content h3 {
		font-size: 1.2em;
	    font-weight: 300;
	    line-height: 24px;
	    padding: 8px 0;
	    margin: 0;
	}

	.box_card .box_card_content .fa {
		position: absolute;
		top:0;
		left:0;
		color:#FFF;
		font-size: 20px;
		height: 40px;
		line-height: 39px;
		width: 40px;
		text-align: center;
		border-radius: 50%;
		background-color: #323232;
		transition: all .3s linear;
		box-shadow: 0 0 0 4px transparent;
	}
	
		.box_card .box_card_content .fa:after {
			pointer-events: none;
			position: absolute;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			content: '';
			box-sizing: content-box;
			top: -2px;
			left: -2px;
			padding: 2px;
			z-index: -1;
			transition: transform 0.2s, opacity 0.3s;
			background-color: transparent;
	    }
	
		.box_card .box_card_content:hover .fa {
			background-color: #1D881B;
		}
		
		.box_card .box_card_content:hover .fa:after {
			transform: scale(1.3);
			opacity: 0;
			background-color: #1D881B;
		}
		
.box_card.widget {
  overflow: visible;
}
		
	.box_card .box_card_title,
	.box_card a {
		color: #FFFFFF;
		float: left;
	}

.box_card_title {
	padding:0;
	position: relative;
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	.box_card_title a {
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
	
.box_card_has_price {
	width: 100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
}

.box_card_price {
	float: left;
	clear: both;
	margin: 5px 0 0 0;
	color: #FFF;
	background-color:#43a047;
	padding:3px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: .7em;
}

	.box_card_price del  {
		display: none;
	}
	
	.box_card_price ins {
		background-color: transparent;
		text-decoration: none;
		color:#FFF;
	}
		
/* Latest boxes */

#latest_boxes {
	margin-bottom: 90px;
}

	#latest_boxes .container {
		padding-top: 0;
		padding-bottom: 0;
	}

.mindset_card,
.tribe_card {
	width: 23.026315789473684%; /* 262.5 / 1140 */ 
	margin-right: 2.631578947368421%; /* 30 / 1140 */
	margin-bottom: 2.631578947368421%; /* 30 / 1140 */
	float: left;
	color:#424242;
	position: relative;
	padding-bottom: 68px !important;
}

	.mindset_card.card .post_desc p:last-child {
		margin-bottom: .5em;
	}
	
	.tribe_card.card .post_desc p:last-child {
		margin: 0;
	}
	
	.mindset_card .card_action,
	.tribe_card .card_action {
		position: absolute;
		width: 100%;
		bottom:0;
		left:0;
	}
	
.card_title.post_title {
	margin-bottom: 10px;
}

#latest_boxes .mindset_card:nth-child(4n) {
		margin-right: 0;
	}
	
	#latest_boxes .mindset_card:nth-child(4n + 1) {
		clear:both;
	}
	
.card_image_link {
	display: block;
	height: 250px; 
}
	
#primary:not(.no-sidebar) .mindset_card,
#primary:not(.no-sidebar) .tribe_card {
	width: 48.07692307692308%; /* 375 / 780 */ 
	margin: 0 3.8461538461538464% 3.8461538461538464% 0; /* 30 / 780 */ 
}
	
	#primary.no-sidebar .card_image_link {
		height: 175px;
	}
	
.post_title {
	padding: 20px;
	margin:0;
}
	
.post_desc {
	padding: 10px 20px
}

	.post_desc.post_excerpt {
		padding-top: 0
	}

		.post_desc.post_excerpt p {
			margin: 0
		}

/* Latest Posts */

#home_latest_posts {
	margin-bottom: 90px;
}

	#home_latest_posts .container {
		padding-top: 0;
		padding-bottom: 0;
	}

.latest_post {
	width: 31.57894736842105%; /* 360 / 1140 */
	margin-right: 2.631578947368421%; /* 30 / 1140 */
	margin-bottom: 2.631578947368421%; /* 30 / 1140 */
	float: left;
	position: relative;
	overflow: hidden;
	padding-bottom: 70px !important;
}

	.latest_post:nth-child(3n) {
		margin-right: 0
	}
	
	.latest_post:nth-child(3n+1) {
		clear:both
	}
	
	.latest_post img {
		width: 100%;
	}
	
	.latest_post .card_action {
		position: absolute;
		bottom:0;
		width: 100%;
	}
	
.latest_post_title {
	margin: 0;
	letter-spacing: 1px;
}

	.latest_post_title a {
		color: #404040;
	}
	
.card_action .read-more {
	line-height: 16px;
	display: block;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

	.card_action .read-more .fa {
		text-align: right;
		float: right;
		line-height: 16px;
		font-size: 1.25em;
	}
	
	.entry-content .card_action,
	.entry-summary .card_action {
		margin: 5.714285714285714% -5.714285714285714% -5.714285714285714%; /* 40 / 700 */
		padding: 5.714285714285714%; /* 40 / 700 */
	}
	
.more-link {
	line-height: .8em;
	display: block;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

	.more-link .fa {
		text-align: right;
		float: right;
		line-height: .8em;
		font-size: 1.25em;
	}

/*--------------------------------------------------------------
10.6 Contact
--------------------------------------------------------------*/

#mindset_contact_inner > div {
	font-size: 1em;
}

#mindset_contact_inner span {
	position: relative;
	padding: 0 0 0 40px;
	display: block;
	margin-bottom: 20px;
}
	
#mindset_contact_inner .fa {
	position: absolute;
	left: 0;
	top:1px;
	font-size: 1.7em;
}
	
#map {
	width: 100%;
	height: 400px;
}

	#map html,
	#map body {
		height: 100%;
        margin: 0;
        padding: 0;
	}
	
.map_card {
	padding: 0;
	border-bottom: 5px solid #1D881B;
	margin-bottom: 30px;
}
	
.contact_half {
	width: 	47.368421052631576%; /* 540 / 1140 */
	margin-right: 5.263157894736842%; /* 60 / 1140 */ 
	float: left;
}

	.contact_half:nth-child(2n) {
		margin-right: 0;
	}
	
#gform_fields_4 .ginput_container_radio {
	margin-bottom: 30px;
}
	
/*--------------------------------------------------------------
10.7 About
--------------------------------------------------------------*/

.page-template-page-about .hentry {
	margin: 0;
	position: relative;
	color: #FFF;
}

.about_card {
	padding-top: 100px;
}

.about_card .entry-content {
	margin: 0;
}

#post-8 .su-column {
	margin-bottom: 0 !important
}

.mobile_email_label {
	display: none;
}

/*--------------------------------------------------------------
10.8 FAQ
--------------------------------------------------------------*/

.page-id-76 .entry-content h3:first-child {
	margin-top: 0;
}

.page-id-76 #q10 {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #CCC;
}

.faq_answer {
	display: block;
	position: relative;
	margin-top: 35px;
	padding-top: 45px;
}

	.faq_answer:before {
		position: absolute;
		top:0;
		left:25%;
		width: 50%;
		content:"";
		display: block;
		height: 0;
		border-top: 1px solid #CCC;
	}

	#q10.faq_answer:before {
		display: none;
	}
	
#scroll-to-top {
	display: none !important;
}

/*--------------------------------------------------------------
10.9 Footer Insurance
--------------------------------------------------------------*/

#footer_insurance {
	background-color: #FFF;
}

#footer_insurance .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.single_insurance {
	width: 21.052631578947367%; /* 240 / 1140 */ 
	margin-right: 5.263157894736842%; /* 60 / 1140 */ 
	float: left;
}

	.single_insurance:last-child {
		margin-right: 0;
	}
	
	.single_insurance img {
		width: 100%;
	}
	
#insurance_logo_wrap {
	margin-top: 20px;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}

/*--------------------------------------------------------------
11.0 Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
11.1 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
11.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.0 Plugins
--------------------------------------------------------------*/

.entry-content iframe {
	margin: 0 0 1.5em; /* for SoundCloud shortcode plugin */
}

/* Testimonials */

#testimonials {
	margin-top: 0;
}
	
	#testimonials .container {
		padding-top: 0;
		padding-bottom:	0;
	}
	
		#testimonials .container .widget_woothemes_testimonials {
			padding: 10.16949152542373% 0; /* 120 / 1180 */ 
		}

	#testimonials .quote {
		width: 46.49122807017544%; /* 530 / 1140 */
		margin-top: 10.16949152542373% ; /* 120 / 1180 */;
		margin-right: 7.017543859649122%; /* 80 / 1140 */ 
		float: left;
		position: relative;
	}
	
		#testimonials .widget_woothemes_testimonials {
			margin-bottom: 0;
		}
	
		#testimonials .testimonials-list .quote:nth-child(1),
		#testimonials .testimonials-list .quote:nth-child(2) {
			margin-top: 0;
		}
	
		#testimonials .testimonials-list .quote:nth-child(2n) {
			margin-right: 0;
		}
		
		#testimonials .testimonials-list .quote:nth-child(2n + 1) {
			clear: both;
		}
	
	#testimonials blockquote {
		margin: 0 0 25px;
		border: 0;
		padding: 7.547169811320754%; /* 40 / 530 */ 
		background-color: #FFF;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		position: relative;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
		#testimonials blockquote:after {
			top: 100%;
			left: 6.60377358490566%; /* 35 / 530 */ 
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(255, 255, 255, 0);
			border-top-color: #ffffff;
			border-width: 10px;
			margin-left: -10px;
		}
	
		#testimonials blockquote > p:last-child {
			margin-bottom: 0;
		}
	
	#testimonials cite {
		opacity: .6;
		float: left;
		width: 83.01886792452831%; /* 440 / 530 */
		margin-left: 3.773584905660377%; /* 20 / 530 */
	}
	
		#testimonials cite > * {
			display: block;
		}
	
	#testimonials .avatar-link,
	#testimonials .quote > .avatar {
		float: left;
		width: 13.20754716981132%; /* 70 / 530 */ 
	}
	
	#testimonials .avatar {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	}
	
/* GRAVITY FORMS */

.gform_button.button {
	float: left;
	display: inline-block;
	margin-left: 15px;
}

	.gform_button.button:first-child {
		margin-left: 0;
	}

.gform_wrapper {
	max-width: 100% !important;
	margin: 40px 0 10px !important;
}

	.gform_wrapper .gfield_checkbox li label,
	.gform_wrapper .gfield_radio li label {
		margin-left: 0 !important;
	}

.container .gform_body ul li.gfield {
	margin: 20px 0 0 0;
	position: relative;
}

.gfield {
	position: relative;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
	margin: 0 0 9px !important;
}

.gform_wrapper ul.gfield_radio li input[type="radio"].dcs_checkrad:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"].dcs_checkrad:checked + label {
	font-weight: normal !important;
}

.container .gform_wrapper input[type="text"],
.container .gform_wrapper input[type="url"],
.container .gform_wrapper input[type="email"],
.container .gform_wrapper input[type="tel"],
.container .gform_wrapper input[type="number"],
.container .gform_wrapper input[type="password"],
.container .gform_wrapper input[type="password"],
.container .gform_wrapper .top_label input.medium,
.container .gform_wrapper .top_label select.medium {
    width: 100%;
    font-size: 15px;
    max-width: 100%;
    min-width: 50%;
    padding: 0;
}

.container .gform_wrapper .top_label input.large,
.container .gform_wrapper .top_label select.large,
.container .gform_wrapper .top_label textarea.textarea {
    width: 100%;
}

.container .gform_wrapper textarea {
	font-size: 15px;
}

.container .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.container .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.container .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
	margin-left: 0;
}

.recaptchatable {
	background-color:#FFFFFF;
}

.recaptchatable #recaptcha_response_field {
	padding:0;
}

#sidebar .gform_wrapper input[type="text"],
#sidebar .gform_wrapper input[type="url"],
#sidebar .gform_wrapper input[type="email"],
#sidebar .gform_wrapper input[type="tel"],
#sidebar .gform_wrapper input[type="number"],
#sidebar .gform_wrapper input[type="password"],
#sidebar .gform_wrapper select,
#sidebar .gform_wrapper textarea {
	width: 100%;
}

.container .gform_wrapper .gform_heading {
	margin-bottom: 60px;
	width: 100%;
}

.container .gfield.gfield_error,
.container .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	background-color:transparent !important;
	border:none !important;
	padding: 0 !important;
	margin: 20px 0 0 !important;
	width: 100%;
}

.container .gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100%;
}

	.gfield.gfield_error input,
	.gfield.gfield_error textarea {
	    border-bottom: 1px solid #F44336;
	    box-shadow: 0 1px 0 0 #F44336;
	    border: none !important;
	}
	
	.gfield.gfield_error input[type=radio] {
		border-bottom: none;
		box-shadow: none;
		margin-top: 0 !important;
	}
	
	.gfield.gfield_error input[type=radio] + label {
		color: #F44336;
	}
	
.container .gform_wrapper .ginput_container + .gfield_description.validation_message {
	margin: -10px 0 0;
	padding: 0 !important;
	color: #b31206;
	text-transform: uppercase;
}

	.container .gform_wrapper .ginput_container.ginput_container_phone + .gfield_description.validation_message {
		margin: 0;
	}

.container .gform_wrapper .gfield_description {
    color: #ADADAD;
    font-style: oblique;
    margin-top: -5px;
    padding: 0;
    width: 100%;
}

.site-footer .gform_wrapper label.gfield_label {
	color:#929292;
}
.gform_wrapper .field_sublabel_below .gfield_date_day label, 
.gform_wrapper .field_sublabel_below .gfield_date_month label, 
.gform_wrapper .field_sublabel_below .gfield_date_year label, 
.gform_wrapper .field_sublabel_below .gfield_time_ampm label, 
.gform_wrapper .field_sublabel_below .gfield_time_hour label, 
.gform_wrapper .field_sublabel_below .gfield_time_minute label, 
.gform_wrapper .field_sublabel_below .ginput_complex label,
.gform_wrapper .field_sublabel_below .instruction {
    margin-top:-15px !important;
}
.gform_wrapper .field_sublabel_below .address_country label {
		margin-top: 0 !important;
}

.container .gform_ajax_spinner {
	float: left;
	margin-top: 10px;
}

#field_4_6 label {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 The Events Calendar
--------------------------------------------------------------*/

#tribe-events-footer::after,
#tribe-events-footer::before,
#tribe-events-header::after,
#tribe-events-header::before {
	background-color: transparent;
}

.events-archive .entry-content,
.events-archive .entry-header {
	width: 100%;
}

h2.tribe-events-page-title {
	text-transform: uppercase;
	margin: -20px 0 40px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color:#FFF;
	padding: 20px !important; /* 40 / 1140 */  
}

.event-title_wrap .tribe-events-schedule {
	margin-top: 8px !important;
}

	.event-title_wrap .tribe-events-schedule > * {
		margin-right: 20px !important;
	}
	
		.event-title_wrap .tribe-events-schedule > *:last-child {
			margin-right: 0 !important;
		}

#tribe-events-pg-template {
	max-width: none
}

	#tribe-events-pg-template .tribe-events-single-section {
		border:none;
		margin: 30px 0;
	}
	
	#tribe-events-pg-template .tribe-events-event-meta .column,
	#tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group {
		padding-left: 0; 
		padding-right: 3.508771929824561%; /* 40 / 1140 */
		margin-bottom: 0;
	}
	
	#tribe-events-pg-template .tribe-events-venue-map {
		margin: 0;
	}
	
	#tribe-events-pg-template .tribe-events-single-section-title,
	#tribe-events-pg-template .tribe-events-tickets-title {
		margin-top: 0;
	}
	
#tribe-events-content,
#tribe-events-content.tribe-events-list {
	padding: 0 !important;
	margin: 0 !important;
}
	
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	margin-bottom: 20px;
}

.single-tribe_events .tribe-events-cal-links {
	margin: 0;
}

#tribe-events-content .tribe-events-button {
	float: none !important;
	display: inline-block !important;
}

	#tribe-events-content .tribe-events-button:hover {
		background-color: inherit;
	}	

.events-archive .entry-content {
	margin-top: 0;
}

.tribe-events-notices {
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
    border: 1px solid #BEBEBE;
    color: #404040;
    position: relative;
	padding-left: 65px !important;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

	.tribe-events-notices:before {
		content: "\f12a";
		font-family: "FontAwesome";
		display: block;
		position: absolute;
		left:0;
		top:0;
		color: #404040;
		background-color:#ffd95e;
		z-index: 2;
		width: 42px;
		height: 100%;
		line-height: 44px;
		text-align: center;
	}
	
.tribe-events-divider {
	display: none;
}

.tribe-events-cost,
.tribe-events-list .tribe-events-event-cost span {
	background-color: #43a047;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    padding: 5px 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #FFF;
	border:none;
	font-weight: 300;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
	display: block;
	margin-top: 8px;
}

.event-title_wrap .tribe-events-cost {
	padding: 0 7px;
}

.tribe-events-user-recurrence-toggle {
	margin-bottom: 40px;
}

.type-tribe_events.card {
	position: relative;
}

.tribe-events-list .tribe-events-venue-details,
.tribe-events-loop .tribe-events-event-meta,
.tribe-events-list .time-details {
	padding: 0;
	border: none;
	margin-top: 10px;
}

#tribe-geo-results {
	margin-top: 40px;
}

.card.event_card_np {
	padding: 0 !important;
}

.event_half_image {
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	width: 50%;
	background-position: center top;
}

	.event_half_image img {
		display: none;
	}
	
.event_half_info {
	margin-left: 50%;
	padding: 3.508771929824561%; /* 40 / 1140 */
}

.event_full_info {
	padding: 3.508771929824561%; /* 40 / 1140 */
}

.tribe-events-list h2.tribe-events-list-event-title.has_cost,
.tribe-events-map-event-title.has_cost {
	width: calc(100% - 100px);
	clear: none;
    display: block;
    float: left;
}

.tribe-events-photo-event-wrap.card {
	padding: 0 !important;
	border: none !important;
}

.tribe-events-list .tribe-events-photo-event .tribe-events-event-details {
	padding: 20px;
}

span.tribe-events-distance {
	float: left;
	background-color: #404040;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    padding: 2px 10px;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #FFF;
	border:none;
	font-weight: 300;
	margin: 10px 0 0;
}

#tribe-events-content {
	overflow: visible;
}

.entry-title_wrap .event-title_wrap .recurring-info-tooltip.tribe-events-tooltip,
.recurring-info-tooltip.tribe-events-tooltip,
.tribe-events-tooltip {
	padding-bottom: 0;
	color: #404040 !important;
}

	.entry-title_wrap .event-title_wrap .recurring-info-tooltip.tribe-events-tooltip .tribe-events-event-body {
		color: #404040 !important;
	}

	.event-title_wrap .event-is-recurring a {
		font-size: .8em;
		margin-left: 5px;
	} 

/* Home Events */

#home_events {
	background-color: #FFF;
}

	#home_events .home_header {
		text-align: center;
	}

		#home_events .home_header h2 {
			text-align: center;
			margin: 40px 0 40px 130px;
			width: calc(100% - 260px);
			text-transform: uppercase;
			float: left;
		}
		
		#home_events .home_header .button {
			margin-right: 20px;
			margin-top: 45px;
		}

	#home_events .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#home_events .box_card {
		margin: 0;
		width: 33.3333333333333%;
		height: 400px;
		background-color: #404040;
	}
	
		#home_events.event_count1 .box_card {
			width: 100%;
		}
		
		#home_events.event_count2 .box_card {
			width: 50%;
		}
	
		#home_events .box_card .post_content {
			min-height: 400px;
			display: flex;
			justify-content: center;
			align-items: center;
		}
	
		#home_events .box_card .box_card_content {
			width: 100%;
			text-align: center;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			margin: 0;
			z-index: 1;
		}
		
		#home_events .box_card .box_card_title {
			line-height: 1em;
			float: none;
		}
		
			#home_events .box_card h2 a {
				float: none;
			}
		
		#home_events .box_card h3 {
			margin-top: 10px;
		}
		
/* Events Cart */

.single-tribe_events #tribe-events-content div.cart,
.single-tribe_events #tribe-events-content form.cart {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color:#FFF;
	padding: 3.508771929824561%; /* 40 / 1140 */  
}

	.single-tribe_events #tribe-events-content div.cart td,
	.single-tribe_events #tribe-events-content form.cart td {
		padding: 20px 20px 20px 0;
	}
	
		.single-tribe_events #tribe-events-content div.cart td:last-child,
		.single-tribe_events #tribe-events-content form.cart td:last-child {
			padding-right: 0;
		}
			
	#tribe-events-content .cart table tr {
		background-color: transparent;
	}
	
.tribe-events-back {
	margin: -1.7em 0 0;
}
	
/* Events Nav */

.tribe-events-sub-nav {
	overflow: visible !important;
	width: 100%;
}

	#tribe-events-header .tribe-events-sub-nav {
		margin: -10px 0 0 !important;
	}

	.tribe-events-sub-nav li {
		margin-top: 10px !important;
	}

	#tribe-events-footer .tribe-events-sub-nav a,
    #tribe-events-content .tribe-events-button,
    .tribe-events-sub-nav a,
    #tribe-bar-form .tribe-bar-submit input[type=submit]{
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
	}

		#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
			float: right;
		}
		
.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail {
	width: 100%;
	float: none;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
	padding: 5.555555555555555%; /* 20 / 360 */ 
	width: 100%;
}
		
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
    float: right;
}

#tribe-events-header, #tribe-events-footer {
    zoom: 1;
}

#tribe-events-header:before,
#tribe-events-header:after,
#tribe-events-footer:before,
#tribe-events-foter:after {
    content: "";
    display: table;
    line-height: inherit;
}

#tribe-events-header:after,
#tribe-events-footer:after{
    clear: both
}

/* Related Events */

h3.tribe-events-related-events-title {
	margin-top: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 26px;
	font-size: 1.2em;
}
	
.tribe-related-events li {
	width: 31.57894736842105% !important; /* 360 / 1140 */ 
	margin-right: 2.631578947368421% !important; /* 30 / 1140 */
	margin-bottom: 2.631578947368421% !important; /* 30 / 1140 */
	position: relative;
	border: none !important;
    float: left !important;
    padding: 0 !important;
}

	.tribe-related-events li:nth-child(3n) {
		margin-right: 0 !important;
	}
	
	.tribe-related-events li:nth-child(3n + 1) {
		clear:both;
	}
	
	.tribe-related-events li .post_desc p {
		margin: 0;
	}
	
	.tribe-related-events li .card {
		padding: 0 !important;
	}
	
.post .tribe-events-single ul.tribe-related-events,
.tribe-events-single ul.tribe-related-events {
	margin: 0;
}

/* events bar */

#tribe-bar-form,
#tribe-bar-collapse-toggle {
    background: none;
}

#tribe-events-bar.card {
    padding: 0 !important;
    overflow: visible;
}

.tribe-bar-filters {
    padding: 10px 15px;
}

.tribe-bar-views-inner {
    padding:28px 0 47px;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
}

#tribe-bar-views .tribe-bar-views-list {
    left: 5px;
    right: 0;
    padding: 0;
    width: auto !important;
}

/* events list view */

.tribe-events-list .type-tribe_events {
    margin-bottom: 2.5em;
}

.tribe-events-user-recurrence-toggle [type="checkbox"]:not(:checked),
.tribe-events-user-recurrence-toggle [type="checkbox"]:checked {
    position: initial;
    left: auto;
}

/* events month view */

.tribe-events-list-separator-month,
.tribe-events-day .tribe-events-day-time-slot h5{
    background: none;
    text-align: center;
    margin: 1em 0;
    font-size: 2em;
}

.tribe-events-calendar tr:nth-child(2n) {
    background: none;
}

.tribe-grid-allday .type-tribe_events>div,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single {
    opacity: .75;
    color: #ffffff;
}

.tribe-grid-allday .type-tribe_events>div a,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single a {
    color: #ffffff;
}

.tribe-grid-allday .type-tribe_events>div:hover,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single:hover {
    opacity: 1;
}

/* events map view */

#tribe-geo-map-wrapper {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    margin-left: 0;
}

/* events photo view */

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
	background-color: #FFF !important;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

/*--------------------------------------------------------------
12.2 Shortcodes Ultimate
--------------------------------------------------------------*/

.su-dummy-image {
	margin-bottom: 1.5em;
}

body .su-pullquote {
	width: 36%;
	padding: 0 1em;
	font-size: 1.2em;
}

body p ~ .su-pullquote {
	margin-top: 0;
}

/*--------------------------------------------------------------
13.0 Theme Options
--------------------------------------------------------------*/

#of_is_required {
	text-align: center;
	padding: 10px;
	background-color: #C60A0A;
	color:#FFF;
	z-index: 1;
	position: relative;
}

	#of_is_required a {
		color: #ffffff;
		text-decoration: underline;
	}

.content_right #sidebar {
	float: left;
}

.content_right #primary {
	float: right;
}

.about_the_author {
	margin: 7em 0 3.5em;
	position: relative;
	text-align: center;
	overflow: visible;
	padding: calc(5.714285714285714% + 40px) 5.714285714285714% 5.714285714285714%; /* 40 / 700 */
}

	.about_the_author .author_title {
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-top: 0;
	}
	
.about_the_author-avatar {
	float: none;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -75px; 
	left: 50%;
	margin: 0 0 0 -75px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	width: 150px;
}

	.about_the_author-avatar img {
		width: 150px;
		height: 150px;
	}

.single_therapist:nth-child(odd) {
	background-color: #FFF;
}

	.single_therapist:nth-child(odd):last-child {
		border-bottom: 5px solid #F9F9F9;
	}

.single_therapist .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.therapist_avatar {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	float: left;
}

.therapist_info {
	width: calc(100% - 340px);
	margin-left: 40px;
	float: left;
}

	.therapist_info.therapist_info-single {
		width: 100%;
		margin: 0;
		float: none;
		text-align: center;
	}

	.therapist_info h2 {
		margin: 0 0 10px;
	}
	
		.therapist_info h2 a {
			color: #1D881B;
			border-bottom: 1px dashed transparent;
			transition: all .15s linear;
		}
		
			.therapist_info h2 a:hover {
				color: #1D881B;
				border-bottom: 1px dashed #1D881B;
			}
	
	.therapist_info h3 {
		margin: 0 0 10px;
	}
	
	.therapist_info .therapist_meta {
		display: block;
	}
	
	.therapist_info .therapist_meta .fa {
		margin-right: 5px;
	}
	
	.therapist_info .therapist_meta a {
		color: #989898;
		border-bottom: 1px dashed transparent;
		transition: all .15s linear;
	}
	
		.therapist_info .therapist_meta a:hover {
			border-bottom: 1px dashed #989898;
		}
	
	.therapist_info .therapist_meta.therapist_phone,
	.therapist_info .therapist_meta.therapist_email,
	.therapist_info .therapist_meta.therapist_pronoun {
		float: left;
		margin:0 50px 30px 0;
		color: #989898;
	}
	
		.therapist_info .therapist_meta.therapist_phone:last-child,
		.therapist_info .therapist_meta.therapist_email:last-child,
		.therapist_info .therapist_meta.therapist_pronoun:last-child {
			margin-right: 0;
		}

.therapist-info-centered {
	overflow: hidden;
	width: 100%;
}

.therapist-info-centered-wrap {
	float:left;
	position: relative;
	left:50%;
}

.therapist-info-centered-wrap > div {
	float:left;
	position: relative;
	right:50%;
	margin: 0 0 30px !important;
	padding: 0 15px;
}

.therapist_insurances ul,
.therapist_specialties ul {
	padding: 0;
}

.therapist_insurances ul li,
.therapist_specialties ul li {
	list-style: none;
	padding: 0 10px;
	border-radius: 2px;
	text-transform: uppercase;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}

	.therapist_insurances ul li:last-child,
	.therapist_specialties ul li:last-child {
		margin-right: 0;
	}

.fact_item {
	float:left;
	margin-right: 5%;
	margin-bottom: 20px;
	width: 30%;
}

@media
only screen and (max-width: 650px) {
	.fact_item {
		margin-right: 0;
		width: 100%;
	}
}

.fact_item:last-child {
	margin-right: 0;
}

.fact_item label {
	display:block;
	font-size: .8em;
	color:#b8babc;
	margin: 0;
}

.fact_item > div {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.2em;
}

/*--------------------------------------------------------------
13.1 Style Options
--------------------------------------------------------------*/

a,
.button_flat {
	color:#1e73be
}

	.button_flat:hover {
		color:#1e73be
	}
	
	a:hover,
	a:focus,
	a:active {
		color:#23aee0
	}
	
button,
.button,
input[type="submit"],
#tribe-events-content .tribe-events-button,
#tribe-events-content .tribe-events-button:hover,
.tribe-events-sub-nav a,
.nav-previous a,
.nav-prev a,
.nav-next a {
	background-color:#1e73be
}

.tribe-events-sub-nav a {
	background-color:#1e73be !important;
}

blockquote,
q {
    border-left-color:#1e73be	}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background-color:#1e73be;
}
	
#logo_wrap a,
#login_logo a,
.card_title a,
#testimonials cite,
#testimonials cite a,
#menu-search .search-field,
#menu-search .button,
.entry-header .entry-title a,
.paged_navigation ul li.active a,
.tribe-bar-views-inner label,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
h1.entry-title.page-title,
.entry-title_wrap > h1.entry-title,
.entry-title_wrap > h2.entry-title,
.entry-title_wrap .event-title_wrap {
	color:#ffffff	}

#header_nav,
#header_nav ul li ul,
#header_nav ul li ul span {
	background-color:#ffffff	}

	
.card_title,
#testimonials,
.entry-title_wrap,
.paged_navigation ul li.active a,
[type="radio"].dcs_checkrad:checked + label:after,
.tribe-bar-views-inner, .tribe-bar-views-list,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
.tribe-grid-allday .type-tribe_events>div,
.tribe-grid-allday .type-tribe_events>div:hover,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single:hover,
#tribe-events-content .tribe-events-tooltip h4 {
	background-color: #1D881B;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tribe-events-list-separator-month span,
label.active,
label.shift_label.active,
label.gfield_label.shift_label.active,
.paged_navigation ul li:not(.active) a:hover {
	color:#1D881B;
}

.container input[type=text]:focus,
.container input[type=password]:focus,
.container input[type=email]:focus,
.container input[type=url]:focus,
.container input[type=date]:focus,
.container input[type=tel]:focus,
.container input[type=number]:focus,
.container input[type=search]:focus,
.container .customSelect.customSelectFocus,
.container select[multiple]:focus,
.container textarea:focus {
    border-bottom: 1px solid #1D881B;
    -webkit-box-shadow: 0 1px 0 0 #1D881B;
    -moz-box-shadow: 0 1px 0 0 #1D881B;
    box-shadow: 0 1px 0 0 #1D881B;
}

[type="radio"].dcs_checkrad:checked + label:before {
	border: 2px solid #1D881B;
}

[type="checkbox"].dcs_checkrad:checked + label:before {
	border-bottom-color: #1D881B;
	border-right-color: #1D881B;
}

.bypostauthor > article .avatar {
	border: 3px solid #1D881B;
}

/*--------------------------------------------------------------
14.0 Responsiveness
--------------------------------------------------------------*/

@media
only screen and (max-width: 1049px) {
	.footer_widget .fa-envelope {
		display: none;
	}
}

@media
only screen and (min-width: 768px) and (max-width: 922px) {
	#office_hours span {
		width: 100%;
	}
	#office_hours .day {
		margin-bottom: -5px;
	}
	#office_hours .day + span {
		margin-bottom: 5px;
	}
}

/* Media for anything larger than 768px, mostly no-sidebar layouts */
@media
only screen and (min-width: 768px) {
	
	.no-sidebar > .card,
	.no-sidebar #main > .card,
	#tribe-events-pg-template .card {
		padding: 3.508771929824561%; /* 40 / 1140 */ 
	}

	.no-sidebar .entry-title_wrap {
		margin: -3.773584905660377% -3.773584905660377% 3.773584905660377%; /* 40 / 1060 */
	}
		
		.no-sidebar .entry-title_wrap > .entry-title {
			padding: 3.508771929824561%; /* 40 / 1140 */ 
		}
		
			.no-sidebar .entry-title_wrap.featured_image_title > .entry-title {
				padding: 25.64102564102564% 3.508771929824561% 3.508771929824561%; /* 40 / 1140 */ 
			}
			
		.no-sidebar	.entry-title_wrap.module_header {
			margin-top: 3.773584905660377% !important;
		}
		
}

/* Media for anything with a min width of 0 and max width of 1023px. Portrait iPad and larger mobile devices */
@media
only screen and (min-width: 0) and (max-width: 1023px) {
	
	#primary {
		width: 100%;
		float: left;
	}
	
	#sidebar {
		width: 100%;
		float: left;
		clear: both;
		margin: 60px -20px -120px;
		padding: 60px 20px;
		-moz-box-sizing:content-box;
		-webkit-box-sizing:content-box;
		box-sizing:content-box;
		background-color: #FFF;
	}

	/* Footer */

	.footer_widget_count4 .footer_widget {
	    width: 48.214285714285715%;
	    margin-right: 2.6785714285714284%;
	}

		.footer_widget_count4 .footer_widget:nth-child(2n) {
			margin-right: 0;
		}
		
	/* Home */
	
	#home_events .box_card,
	.latest_post {
		width: 100% !important;
	}
		
	#mid_cta .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#mid_cta_image,
	#mid_cta_content {
		width: 100%;
		position: relative;
		float: left;
		padding: 0;
	}
	
	#mid_cta_image {
		margin: 60px 0 -60px -20px;
		width: calc(100% + 40px);
		background-image:none;
	}
	
		#mid_cta_image img {
			width: 100%;
			height: auto;
			display: block;
		}

    .tribe-events-loop .tribe-events-event-meta,.tribe-events-list .time-details {
        background: none;
        padding: 0;
        border: none;
    }
    
    #tribe-events-pg-template .type-tribe_events.card {
        padding: 30px;
    }
    
    .tribe-events-sub-nav li a {
		padding: 8px 15px !important;
		margin-bottom: 0 !important;
    }
    
	/* Contact */
	
	.entry-content > .contact_half {
		width: 100%;
	}
	
		.entry-content > .contact_half:first-child {
			margin: 0 0 40px;
		}
    
    /* Posts */

	.post.has_read_more {
		padding-bottom: 25%; /* 80 / 320 */ 
	}
	
		.post.has_read_more .card_action {
			padding: 5.128205128205128% !important; /* 40 / 780 */ 
		}
	 
	/* About */
	 
	.single_therapist .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.therapist_avatar {
		width: 150px;
		height: 150px;
	}
	
	.therapist_info {
		width: calc(100% - 190px);
		margin-left: 40px;
		float: left;
	}
	 
}

/* Media for anything smaller than 782px - This is when the Mobile WP Admin Bar kicks in */
@media
only screen and (min-width: 0) and (max-width: 782px) {

	.admin-bar #nav_wrap {
		top:46px;
	}
	
	.col-2 {
		width: 100%;
		clear: both;
		margin-bottom: 30px;
	}
	
	/* Events Cal */
	
	#tribe-events-pg-template {
		padding: 0;
	}
	
	#tribe-events-pg-template .tribe-events-event-meta .column,
	#tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group {
		padding: 0;
	}
	
	.single-tribe_events .tribe-events-venue-map {
		width: 100%;
	}
	
	.single-tribe_events .tribe-events-schedule {
		background-color: transparent;
		padding: 0;
		border: none;
	}
	
	.single-tribe_events .tribe-events-schedule .tribe-events-cost,
	.single-tribe_events .tribe-events-schedule h3 {
		display: inline-block;
		font-size: inherit;
		line-height: 1.4em;
	}
	
	.single-tribe_events .tribe-events-schedule h3 {
		font-weight: 700;
	}
	
}

/* Media for anything smaller than 768px */
@media
only screen and (min-width: 0) and (max-width: 768px) {
	
	.tribe-events-list h2.tribe-events-list-event-title.has_cost,
	.tribe-events-map-event-title.has_cost {
		width: 100%;
		float: none;
	}
	
}

/* Media for anything smaller than 767px */
@media
only screen and (min-width: 0) and (max-width: 767px) {
	
	.container {
		padding: 10.16949152542373% 20px; /* 120 / 1180 */ 
	}
		
	#primary,
	#sidebar {
		width: 100%;
		float: none;
	}
	
	.site-branding {
		width: 100%;
		margin: 20px 0;
		padding: 0;
	}
	
	#open_menu {
		position: relative;
		left: 0;
	}
	
	.the_logo,
	.site-title {
	    width: 100%;
	    text-align: center;
	}
	
	#logo {
		margin: auto;
	}
	
	/* Navigation */
	
	#secondary-navigation {
		margin-left: 0;
	}
	
	#menu-search {
		display: none;
	}
	
	#mobile-search {
		display: block;
	}
	
	.paged_navigation {
		font-size: 1em;
	}
	
		.paged_navigation ul li {
			padding: 0;
		}

	/* Footer */

	#footer_widgets .footer_widget {
	    width: 	46.936114732724904% !important; /* 360 / 767 */ 
	    margin-right: 6.1277705345501955% !important; /* 47 / 767 */
	}
	
		#footer_widgets.footer_widget_count1 .footer_widget,
		#footer_widgets.footer_widget_count3.first_widget_wide .footer_widget:first-child {
			width: 100% !important;
			margin-right:0 !important;
		}

		#footer_widgets .footer_widget:nth-child(2n),
		#footer_widgets.footer_widget_count3.first_widget_wide .footer_widget:nth-child(2n + 3) {
			margin-right: 0 !important;
		}
		
		#footer_widgets.footer_widget_count3.first_widget_wide .footer_widget:nth-child(2n + 2) {
			margin-right: 6.1277705345501955% !important; /* 47 / 767 */
		} 
	
	/* Home */
	
	#featured_boxes .box_card {
		width: 100%;
	}
			
	#home_events .home_header h2 {
		width: 100%;
		margin: 40px 0 10px;
		float:none;
	}
	
	#home_events .home_header .button {
		margin: 0 auto 20px;
		float: none;
		display: inline-block;
	}
	
	/* About */
	
	.about_card {
		margin-top: 30px;
	}
		
	.therapist-info-centered-wrap {
		float:none;
		position: relative;
		left:0;
	}
	
	.therapist-info-centered-wrap > div {
		float:none;
		right:auto;
		width: 100%;
		margin-bottom: 5px !important;
	}
	
		.therapist-info-centered-wrap > div:last-child {
			margin-bottom: 30px !important;
		}
			
	.single_therapist .container {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}
	
	.single_therapist .therapist_meta {
		width: 100% !important;
	}
	
		.single_therapist .therapist_meta.therapist_phone {
			margin: 0 0 5px !important;
		}

	
	.therapist_avatar {
		width: 150px;
		height: 150px;
		float: none;
		margin: auto;
	}
	
	.therapist_info {
		width: 100%;
		margin: 30px 0 0;
		float: none;
	}
	
		.therapist_info .button {
			margin: auto;
			width: 125px;
			float: none;
		}
	
	/* Contact */
	
	#mindset_contact_inner > div {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
		#mindset_contact_inner > div span {
			padding: 0;
		}
		
		#mindset_contact_inner > div .fa-map-marker {
			display: none;
		}
		
		#mindset_contact_inner > div .fa {
			position: relative;
			margin-right: 5px;
			top: 4px;
			font-size: 1.5em;
		}
		
	/* Header Menu */
	
	.mobile_menu_bump #logo_wrap {
		padding-bottom: 30px;
	}
	
	.taptap-menu-button-wrapper {
		display: block;
	}
	
	#header-navigation {
		display: none;
		padding: 25px 0 15px;
		overflow: hidden;
		width: 100%;
	}
	
	#header-navigation > div {
		float:left;
		position: relative;
		left:50%;
	}
	
		#header_nav #header-navigation > div > ul {
			float:left !important;
			position: relative;
			right:50%;
			left: auto !important;
		}
	
		#header_nav #header-navigation ul,
		#header_nav #header-navigation li {
			width: auto;
			float: none;
			text-align: center;
			position: relative !important;
			opacity: 1 !important;
			display: block;
			-webkit-box-shadow: none !important;
			-moz-box-shadow: none !important;
			box-shadow: none !important;
			left: 0 !important;
			top:inherit;
			margin: 0;
		}
		
}

/* Media for anything smaller than 500px */
@media
only screen and (min-width: 0) and (max-width: 500px) {

	/* Home */

	#footer_widgets .footer_widget {
	    width: 100% !important;
	    margin-right:0 !important;
	}
	
	#insurance_logo_wrap {
		display: block;
	}
	
	.single_insurance {
		width: 70%;
		margin: 0 0 40px 15%;
	}
	
		.single_insurance:last-child {
			margin-bottom: 0;
		}
		
	/* Testimonials */
	
	#testimonials .quote {
		width: 100%;
		margin: 0 0 80px;
		text-align: center;
	}	
	
		#testimonials .quote:last-child {
			margin-bottom: 0;
		}
	
	#testimonials blockquote:after {
		left: 50%;
	}
	
	#testimonials .avatar-link,
	#testimonials .quote > .avatar {
		width: 70px;
		float: none;
		margin: auto;
		display: block;
		margin-bottom: 10px;
	}
	
	#testimonials cite {
		text-align: center;
		margin: 0;
		width: 100%;
	}
	
	/* Pages */
	
	.su-pullquote {
		margin: 0 0 15px !important;
		width: 100% !important;
	}
	
	/* About */
	
	.about_card {
		margin-top: 50px;
	}
		
	/* Profile */
	
/*
	body:not(.page-template-page-about) .about_the_author-avatar {
		margin-left: -40px;
		width: 80px;
		top: -40px;
	}
*/
	
	/* Prev/Next Navs */
	
	#post-entries > div,
	#post-entries > div > a,
	.post-navigation .nav-next,
	.post-navigation .nav-previous,
	.post-navigation .nav-next a,
	.post-navigation .nav-previous a,
	.tribe-events-sub-nav > li,
	.tribe-events-sub-nav > li a {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	/* Comments */
	
	.comment-body > footer,
	.comment-body > div {
		padding-left: 0;
	}
	
	.comment-body .avatar,
	.comment_container .avatar {
		display: none;
	}
		
	/* Events Cal */
	
	.tribe-events-back {
		margin-top: 0;
	}
	
	.tribe-events-single ul.tribe-related-events li {
		width: 100% !important;
		margin: 0 0 20px !important;
	}
		
	.single-tribe_events #tribe-events-content div.cart td,
	.single-tribe_events #tribe-events-content form.cart td {
		padding-top: 8px;
		padding-bottom: 8px;
	}
		
	.tribe-events-event-meta .time-details, 
	.tribe-events-event-meta .tribe-events-venue-details {
		line-height: 1.5;
	}
	
	.event_half_image,
	.event_half_info {
		float: none;
		position: relative;
		width: 100%;
		margin: 0;
	}
	
	.event_half_image img {
		display: block;
	}
	
}

/* Media for anything smaller than 400px */
@media
only screen and (min-width: 0) and (max-width: 400px) {

	/* Posts */
	
	.mobile_email_hide {
		display: none;
	}
	
	.mobile_email_label {
		display: inline-block;
	}
	
}

/* Media for anything smaller than 320px - iPhone Portait and smaller */
@media
only screen and (min-width: 0) and (max-width: 320px) {

	/* Posts */
	
	.post.has_read_more {
		padding-bottom: 25%; /* 80 / 320 */ 
	}
	
}