/*
	Theme Name: TWAW Theme
	Theme URI: http://culturainteractive.com/
	Author: Cultura Interactive Team
	Author URI: http://culturainteractive.com/
	Description: TWAW Theme
	Version: 1.0
*/

/*--------------------------------------------------------------
1.0 Reset + Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
article,
aside,
details,
footer,
figcaption,
figure,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #f1f1f1;
	margin: 0 2px;
	padding: 0.5em 1.5em 1.5em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
 Formatting
--------------------------------------------------------------*/
hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
 Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: 'ProximaNovaAltLight';
	src: url('assets/fonts/ProximaNovaA-Light.eot');
	src: url('assets/fonts/ProximaNovaA-Light.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ProximaNovaA-Light.woff2') format('woff2'),
		url('assets/fonts/ProximaNovaA-Light.woff') format('woff'),
		url('assets/fonts/ProximaNovaA-Light.ttf') format('truetype'),
		url('assets/fonts/ProximaNovaA-Light.svg#ProximaNovaA-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNovaAltReg';
	src: url('assets/fonts/ProximaNovaA-Regular.eot');
	src: url('assets/fonts/ProximaNovaA-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ProximaNovaA-Regular.woff2') format('woff2'),
		url('assets/fonts/ProximaNovaA-Regular.woff') format('woff'),
		url('assets/fonts/ProximaNovaA-Regular.ttf') format('truetype'),
		url('assets/fonts/ProximaNovaA-Regular.svg#ProximaNovaA-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNovaAltRegIt';
	src: url('assets/fonts/ProximaNovaA-RegularIt.eot');
	src: url('assets/fonts/ProximaNovaA-RegularIt.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ProximaNovaA-RegularIt.woff2') format('woff2'),
		url('assets/fonts/ProximaNovaA-RegularIt.woff') format('woff'),
		url('assets/fonts/ProximaNovaA-RegularIt.ttf') format('truetype'),
		url('assets/fonts/ProximaNovaA-RegularIt.svg#ProximaNovaA-RegularIt') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'ProximaNovaAltSemibold';
	src: url('assets/fonts/ProximaNovaA-Semibold.eot');
	src: url('assets/fonts/ProximaNovaA-Semibold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ProximaNovaA-Semibold.woff2') format('woff2'),
		url('assets/fonts/ProximaNovaA-Semibold.woff') format('woff'),
		url('assets/fonts/ProximaNovaA-Semibold.ttf') format('truetype'),
		url('assets/fonts/ProximaNovaA-Semibold.svg#ProximaNovaA-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNovaAltSemiboldIt';
	src: url('assets/fonts/ProximaNovaA-SemiboldIt.eot');
	src: url('assets/fonts/ProximaNovaA-SemiboldIt.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ProximaNovaA-SemiboldIt.woff2') format('woff2'),
		url('assets/fonts/ProximaNovaA-SemiboldIt.woff') format('woff'),
		url('assets/fonts/ProximaNovaA-SemiboldIt.ttf') format('truetype'),
		url('assets/fonts/ProximaNovaA-SemiboldIt.svg#ProximaNovaA-SemiboldIt') format('svg');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'ProximaNovaAltBold';
	src: url('assets/fonts/ProximaNovaA-Bold.eot');
	src: url('assets/fonts/ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ProximaNovaA-Bold.woff2') format('woff2'),
		url('assets/fonts/ProximaNovaA-Bold.woff') format('woff'),
		url('assets/fonts/ProximaNovaA-Bold.ttf') format('truetype'),
		url('assets/fonts/ProximaNovaA-Bold.svg#ProximaNovaA-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaAltCnReg';
	src: url('assets/fonts/ProximaNovaACond-Regular.eot');
	src: url('assets/fonts/ProximaNovaACond-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ProximaNovaACond-Regular.woff2') format('woff2'),
		url('assets/fonts/ProximaNovaACond-Regular.woff') format('woff'),
		url('assets/fonts/ProximaNovaACond-Regular.ttf') format('truetype'),
		url('assets/fonts/ProximaNovaACond-Regular.svg#ProximaNovaACond-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNovaCnSemibold';
	src: url('assets/fonts/ProximaNovaCond-Semibold.eot');
	src: url('assets/fonts/ProximaNovaCond-Semibold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ProximaNovaCond-Semibold.woff2') format('woff2'),
		url('assets/fonts/ProximaNovaCond-Semibold.woff') format('woff'),
		url('assets/fonts/ProximaNovaCond-Semibold.ttf') format('truetype'),
		url('assets/fonts/ProximaNovaCond-Semibold.svg#ProximaNovaCond-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNovaExCnSemibold';
	src: url('assets/fonts/ProximaNovaExCn-Semibold.eot');
	src: url('assets/fonts/ProximaNovaExCn-Semibold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ProximaNovaExCn-Semibold.woff2') format('woff2'),
		url('assets/fonts/ProximaNovaExCn-Semibold.woff') format('woff'),
		url('assets/fonts/ProximaNovaExCn-Semibold.ttf') format('truetype'),
		url('assets/fonts/ProximaNovaExCn-Semibold.svg#ProximaNovaExCn-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/
body {
	color: #303840;
	font-family: 'ProximaNovaAltLight';
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
    line-height: 1.2em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1.title-page{
	color: #fff;
	font-family: 'ProximaNovaAltBold';
	font-size: 3.125em;
	line-height: 1;
    margin-bottom: 0;
}

h1 {
	color: #41444a;
	font-family: 'ProximaNovaAltSemibold';
	/*font-size: 30px;*/
	font-size: 1.875rem;
    margin-bottom: 1em;
}

h2 {
	color: #6f317e;
	font-family: 'ProximaNovaAltReg';
	/*font-size: 22px;*/
	font-size: 1.375rem;
	line-height: 1.4em;
	margin-bottom: 15px;
}

h3,
h4,
h5,
h6{
	color: #303840;
	font-family: 'ProximaNovaAltSemibold';
}

h3 {
	/*font-size: 18px;*/
	font-size: 1.125rem;
    margin-bottom: 0.8em;
}

h4,
h5,
h6{
	text-transform: uppercase;
}

h4 {
	/*font-size: 16px;*/
	font-size: 1rem;
    margin-bottom: 0.95em;
}

h5 {
	/*font-size: 15px;*/
	font-size: 0.9375rem;
    margin-bottom: 0.9em;
}

h6 {
	/*font-size: 14px;*/
	font-size: 0.875rem;
    margin-bottom: 0.8em;
}

p {
	color: inherit;
	font-size: 1.125em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-family: 'ProximaNovaAltRegIt';
	font-weight: normal;
}

b,
strong {
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
}

blockquote {
	color: inherit;
	font-family: 'ProximaNovaAltSemiboldIt';
	font-size: 1.25em;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

blockquote p{
    font-size: 1em;
    margin-bottom: 0;
}

address {
	font-size: 1.125em;
	line-height: 1.5em;
    margin: 0 0 1em;
}
address p{
	font-size: 1em;
}

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

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

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

big {
	font-size: 125%;
}

blockquote {
    quotes: "" "";
    border-left: 2px solid #6f317e;
    margin: 1em 0 1.8em;
    padding: 1em 0.5em 1.5em 2em;
}

q {
	quotes: "“" "”" "‘" "’";
}

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

:focus {
	outline: none;
}

/*--------------------------------------------------------------
 Links
--------------------------------------------------------------*/
a {
	color: #6f317e;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
 Lists
--------------------------------------------------------------*/
ul,
ol {
    margin: 0.8em 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

li{
    font-size: 1.125rem;
    line-height: 1.5em;
    list-style: disc;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
}

dl{
	font-size: 1.125em;
}
dt, dd{
	font-size: 1em;
}
dt {
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
 Tables
--------------------------------------------------------------*/
table {
	border-collapse: collapse;
    font-size: 1.125em;
    margin: 1.5em 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}
th, td{
}

table p,
table li,
table ul,
table ol,
table dl,
table a,
table address,
table blockquote,
table td,
table th{
	font-size: 1em;
}

table p{
	margin-bottom: 0;
}
table a,
table p a{
	text-decoration: underline;
}

table h1,
table h2,
table h3,
table h4,
table h5,
table h6{
	margin-bottom: 0.28em;
}


/*--------------------------------------------------------------
 Forms
--------------------------------------------------------------*/
label {
	display: block;
	font-weight: normal;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: block;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
}

select {
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: normal;
}

button,
input[type="button"],
input[type="submit"] {
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {

}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
}

:-moz-placeholder {
}

::-moz-placeholder {
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
}

/** Reset Gravity Form **/
body .gform_wrapper{
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
body .gform_wrapper .gform_heading{
    margin-bottom: 0;
    width: 100%;
}
body .gform_wrapper label.gfield_label+div.ginput_container{
    margin-top: 0 !important;
}
body .gform_wrapper .gform_footer{
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
body .gform_wrapper .top_label input.medium, 
body .gform_wrapper .top_label select.medium,
body .gform_wrapper textarea.medium{
    max-width: 100%;
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0;
    width: 100%;
}
body .gform_wrapper .top_label input.medium:focus, 
body .gform_wrapper .top_label select.medium:focus,
body .gform_wrapper textarea.medium:focus{
    outline: none;
}
body .gform_wrapper .gform_footer input.button:focus, 
body .gform_wrapper .gform_footer input[type=image]:focus, 
body .gform_wrapper .gform_footer input[type=submit]:focus{
    outline: none;
}
body .gform_wrapper form{
    overflow: hidden;
}
body .gform_wrapper .gform_footer .gform_ajax_spinner{
    position: absolute;
    right: 5px;
    top: 30%;
}
body .gform_wrapper ul.gform_fields li.gfield{
    position: relative;
}
body .gform_wrapper ul.gform_fields li.gfield{
    margin: 0;
	padding-right: 0;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    margin-bottom: 0 !important;
	width: 100%;
}
body .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, 
body .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, 
body .gform_wrapper ul.gform_fields li.gfield input[type=radio], 
body .gform_wrapper ul.gform_fields li.gfield select{
	margin-left: 0 !important;
}
body .gform_wrapper.gform_validation_error .top_label input.medium, 
body .gform_wrapper.gform_validation_error .top_label select.medium{
	width: 100%;
}
body .gform_wrapper ul.gform_fields li.gfield.gfield_error, 
body .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background: none;
    border: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.gfield_description, 
body .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, 
body .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label{
    margin-left: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_wrapper ul.gform_fields li.gfield_html{
    max-width: 100%;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100% !important;
}
body .gform_wrapper div.validation_error{
    border-color: #FC3406;
    color: #FC3406;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
body .gform_confirmation_wrapper{
    font-size: 1em;
}


/** Custom Gravity Form **/
body .gform_wrapper{
    clear: both;
}
body .gform_wrapper .top_label .gfield_label{
	display: none;
}
body .gform_wrapper .top_label input.medium, 
body .gform_wrapper .top_label select.medium, 
body .gform_wrapper textarea.medium{
	border: 1px solid #dadada;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
body .gform_wrapper .top_label div.ginput_container{
	color: #303840;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125rem;
	font-weight: normal;
}
body .gform_wrapper .top_label input.medium::-webkit-input-placeholder, 
body .gform_wrapper .top_label select.medium::-webkit-input-placeholder, 
body .gform_wrapper textarea.medium::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #b9b7c4;
}
body .gform_wrapper .top_label input.medium::-moz-placeholder, 
body .gform_wrapper .top_label select.medium::-moz-placeholder, 
body .gform_wrapper textarea.medium::-moz-placeholder{ /* Firefox 19+ */
	color: #b9b7c4;
}
body .gform_wrapper .top_label input.medium:-ms-input-placeholder, 
body .gform_wrapper .top_label select.medium:-ms-input-placeholder, 
body .gform_wrapper textarea.medium:-ms-input-placeholder{ /* IE 10+ */
	color: #b9b7c4;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .top_label input.medium, 
body .gform_wrapper .top_label select.medium{
	height: 45px;
	padding: 0.45em 0.8em;
}
body .gform_wrapper .top_label select.medium{
	padding: 0.45em 2em 0.45em 0.55em;
}
body .gform_wrapper .top_label .select2-container--default .select2-selection--single{
	border-color: #dadada;
	height: 45px;
}
body .gform_wrapper .top_label .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125em;
    font-weight: normal;
    line-height: 45px;
    color: #303840;
    padding: 0 2.4em 0 0.7em;
}
body .gform_wrapper .top_label .select2-container--default .select2-selection--single .select2-selection__arrow{
    border-left: 1px solid #f3f4f6;
    height: 43px;
    top: 1px;
    width: 42px;
}
body .gform_wrapper .top_label .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background: none;
    background-image: url(assets/images/arrow-select2.png);
    border: 0;
    height: 9px;
    left: 0;
    margin: -4px auto 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
}



body .gform_wrapper .top_label div.ginput_container.ginput_container_textarea{
	font-family: 'ProximaNovaAltSemiboldIt';
	font-weight: normal;
}
body .gform_wrapper textarea.medium{
	height: 110px;
	padding: 0.45em 0.75em 0.45em 0.75em;
}
body .gform_wrapper .top_label input.medium:focus, 
body .gform_wrapper .top_label select.medium:focus,
body .gform_wrapper textarea.medium:focus{
	border-color: #a475b2;
	-webkit-box-shadow: 0px 0px 20px 0px #ebe6ed;
	-moz-box-shadow: 0px 0px 20px 0px #ebe6ed;
	box-shadow: 0px 0px 20px 0px #ebe6ed;
}
body .gform_wrapper ul.gform_fields li.gfield{
    margin-bottom: 20px !important;
    padding: 0 !important;
}
body .gform_wrapper ul.gform_fields li.gfield.col-2{
    clear: none;
    float: left;
    margin-right: 2% !important;
    max-width: 275px;
    width: 48.25%;
}
body .gform_wrapper ul.gform_fields li.gfield.col-2.last{
    float: right;
    margin-right: 0 !important;
    margin-top: 0 !important;
}
body .gform_wrapper .gform_footer{
    margin: 30px 0 0 0;
}
body .gform_wrapper button, 
body .gform_wrapper input[type="button"], 
body .gform_wrapper input[type="submit"]{
	background-color: #6f317e;
	color: #fff;
	float: right;
	font-family: 'ProximaNovaAltBold';
	font-size: 1em;
	font-weight: normal;
	height: 62px;
    line-height: 66px;
    padding: 0 1em;
	text-align: center;
	text-transform: uppercase;
	max-width: 260px;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
body .gform_wrapper button:hover, 
body .gform_wrapper input[type="button"]:hover, 
body .gform_wrapper input[type="submit"]:hover{
	background-color: #333333;
}
body .gform_wrapper div.validation_error{
    border-color: #b81c23;
    color: #b81c23;
	border-width: 1px;
}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
	border-color: #b81c23;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	display: none;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.col-2.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 275px !important;
}


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

img.alignleft,
img.alignright {
	/*float: none;
	margin: 0;*/
}

.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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

/* Media Elements */
.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/*-- Galleries --*/
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.3s ease-in;
	transition: -webkit-filter 0.3s ease-in;
	transition: filter 0.3s ease-in;
	transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 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;
}

/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	width: 48%;
}

/*--------------------------------------------------------------
 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.widget:before,
.widget:after{
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.widget:after {
	clear: both;
}

/*--------------------------------------------------------------
 Layout
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	background-color: #fff;
}

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

::-moz-selection {
    color: #fff;
    background: #6f317e;
}
::selection {
    color: #fff; 
    background: #6f317e;
}

/**
 * Effects CSS3
 */
 /* Effects Menu */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*--- Effect 2 ---*/
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2;
}


/** Select Type 1 **/
.select2-dropdown{
	border-color: #DEDEDE;
}
.select2-container li{
	list-style: none;
	margin: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #6F317E;
	color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true]{	
	background-color: #8955A3;
	color: #fff;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below{
	border-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #aaa;
    color: #303840;
    font-family: 'ProximaNovaAltReg';
    font-size: 0.9375rem;
    font-weight: normal;
    text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/** Select Type 2 **/
.select-type-2{
	color: #fff;
	font-family: 'ProximaNovaAltSemibold';
    font-size: 1em;
    font-weight: normal;
	height: 47px;
	position: relative;
    width: 285px;
}
.select-type-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 47px;
}
.select-type-2 .select2-container{
	height: 100%;
	width: 100% !important;
}
.select-type-2 .select2-container--default .select2-selection--single{
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1em;
    height: 100%;
    line-height: 100%;
    padding: 0 0.5em;
    text-transform: uppercase;
    width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.select-type-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	height: 100%;
	vertical-align: middle;
}
.select-type-2 .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
	right: 1px;
	text-align: center;
	top: 0;
	width: 45px;
}
.select-type-2 .select2-container--default .select2-selection--single .select2-selection__arrow b{
	background: none;
	background-image: url(assets/images/arrow-select2-type2.png);
	border: 0;
	height: 9px;
	left: 0;
	margin: -4px auto 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 50%;
	width: 16px;
}
.select-type-2 .select2-container--default.select2-container--open .select2-selection--single{
	background-color: rgba(255, 255, 255, 0.2);
}
.select-type-2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    opacity: 1;
}

.select2-container--open .select2-dropdown-type-2.select2-dropdown--above,
.select2-container--open .select2-dropdown-type-2.select2-dropdown--below{
	border-radius: 0;
    border: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.select2-container--default .select2-dropdown-type-2 .select2-results>.select2-results__options{
	max-height: 221px;
}
.select2-container .select2-dropdown-type-2 li{
    border-bottom: 1px solid #e9e9e9;
    color: #303840;
    font-family: 'ProximaNovaAltReg';
    font-size: 0.9375rem;
    font-weight: normal;
    text-transform: uppercase;
    padding: 1.035em 1.45em;
}
.select2-container .select2-dropdown-type-2 li:last-child{
	border-bottom: 0;
}
.select2-container--default .select2-dropdown-type-2 .select2-results__option[aria-selected=true]{	
	background: none;
    color: #303840;
}
.select2-container--default .select2-dropdown-type-2 .select2-results__option--highlighted[aria-selected]{
	background-color: #6f317e;
	background: rgba(111,49,126,1);
	background: -moz-linear-gradient(left, rgba(111,49,126,1) 0%, rgba(137,85,163,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(111,49,126,1)), color-stop(100%, rgba(137,85,163,1)));
	background: -webkit-linear-gradient(left, rgba(111,49,126,1) 0%, rgba(137,85,163,1) 100%);
	background: -o-linear-gradient(left, rgba(111,49,126,1) 0%, rgba(137,85,163,1) 100%);
	background: -ms-linear-gradient(left, rgba(111,49,126,1) 0%, rgba(137,85,163,1) 100%);
	background: linear-gradient(to right, rgba(111,49,126,1) 0%, rgba(137,85,163,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f317e', endColorstr='#8955a3', GradientType=1 );
	color: #fff;
}

/** Select Type 3 **/
.select-type-3{
    font-size: 1em;
    font-weight: normal;
	position: relative;
}
.select-type-3 .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 55px;
}
.select-type-3 .select2-container{
	height: 55px;
	width: 100% !important;
}
.select-type-3 .select2-container--default .select2-selection--single{
	background-color: #fff;
	border: 1px solid #dadada;
	color: #b9b7c4;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.25em;
	font-weight: normal;
	height: 100%;
	line-height: 100%;
    padding: 0 2em 0 0.75em;
	text-transform: none;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.select-type-3 .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	height: 100%;
	vertical-align: middle;
}
.select-type-3 .select2-container--default .select2-selection--single .select2-selection__arrow{
	border-left: 1px solid #F3F4F6;
	height: 100%;
	right: 1px;
	text-align: center;
	top: 0;
    width: 42px;
}
.select-type-3 .select2-container--default .select2-selection--single .select2-selection__arrow b{
	background: none;
	background-image: url(assets/images/arrow-select2.png);
	border: 0;
	height: 9px;
	left: 0;
	margin: -4px auto 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	width: 16px;
}

/**----------------- Regular Content -----------------**/
.container,
.container-full,
.cultura-widget-actionbtn .container-widget,
#slider-home .slider-desktop .tp-bullets{
	margin: auto;
	position: relative;
}
.container,
.cultura-widget-actionbtn .container-widget,
#slider-home .slider-desktop .tp-bullets{
	max-width: 1240px;
	width: 98%;
}
.container-full{
	max-width: 1905px;
	width: 100%;
}
#page {
	position: relative;
	word-wrap: break-word;
}

.site-header{
	position: fixed;
	width: 100%;
	z-index: 999;
}
.site-wrap{
	overflow: hidden;
	position: relative;
	top: 150px;
}
.site-content {
	position: relative;
}
.site-content:before,
.site-content:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.site-content:after{
	clear: both;
}


/** header sizes **/
.site-header-top .call-now,
.site-header-main .site-branding{
	margin-left: 30px;
}
.site-header-main .site-search .search-field{
	padding-left: 30px;
}
.site-header-main .site-header-menu #btn-search-header,
.site-header-main .site-search .search-submit{
	width: 90px;
}

.site-header-main,
.site-header-main .site-branding,
.site-header-main .site-header-menu #btn-search-header,
.site-header-main .site-header-menu .main-navigation,
.site-header-main .site-search{
	height: 90px;
	-webkit-transition: height .3s ease-in-out;
	-moz-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}
.site-header-main .site-branding #logo{
	padding-top: 27px;
}
.site-header-main .site-header-menu .main-navigation li > a{
	line-height: 90px;
}
.site-header-main .site-header-menu #btn-search-header a{
    line-height: 93px;
}

.site-header.sticky .site-header-main,
.site-header.sticky .site-header-main .site-branding,
.site-header.sticky .site-header-main .site-header-menu #btn-search-header,
.site-header.sticky .site-header-main .site-header-menu .main-navigation,
.site-header.sticky .site-header-main .site-search{
	height: 60px;
}
.site-header.sticky .site-header-main .site-branding #logo{
    padding-top: 11px;
}
.site-header.sticky .site-header-main .site-header-menu .main-navigation li > a{
	line-height: 60px;
}
.site-header.sticky .site-header-main .site-header-menu #btn-search-header a{
    line-height: 63px;
}

/** Header Top **/
header#masthead{
	z-index: 9;
}
header#masthead:before,
header#masthead:after{
	content: "";
	display: table;
	table-layout: fixed;
}
header#masthead:after{
	clear: both;
}
header#masthead li{
	font-size: 1rem;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-header-top:before,
.site-header-top:after{
	content: "";
	display: table;
	table-layout: fixed;
}
.site-header-top:after{
	clear: both;
}
.site-header-top{
	background-color: #6f317e;
	color: #fff;
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
	position: relative;
    z-index: 4;
}
.site-header-top .call-now{
    float: left;
    margin-top: 15px;
}
.site-header-top .call-now i,
.site-header-top .call-now span.talk,
.site-header-top .call-now a{
	display: inline-block;
	vertical-align: bottom;
}
.site-header-top .call-now i{
    font-size: 1.5rem;
    margin-right: 11px;
    position: relative;
    top: 3px;
}
.site-header-top .call-now span.talk{
	color: #c3bac5;
	font-size: 0.9375em;
	margin-right: 3px;
}
.site-header-top .call-now a{
	color: #fff;
	font-size: 1.125em;
	text-decoration: none;
}
.site-header-top .buttons-top{
	float: right;
}
.site-header-top .buttons-top ul{
	list-style: none;
	margin: 0;
	overflow: hidden;
}
.site-header-top .buttons-top li{
	float: left;
}
.site-header-top .buttons-top a{
	color: #fff;
	text-decoration: none;
}
.site-header-top .buttons-top .menu-menu-top-find-a-local-chapter-container,
.site-header-top .buttons-top a.cart-link{
	float: left;
}
.site-header-top .buttons-top .menu-find-chapter{
    margin: 1.05em 61px 0.4em 0;
    overflow: visible;
}
.site-header-top .buttons-top .menu-find-chapter:before,
.site-header-top .buttons-top .menu-find-chapter:after{
	content: "";
	display: table;
	table-layout: fixed;
}
.site-header-top .buttons-top .menu-find-chapter:after{
	clear: both;
}
.site-header-top .buttons-top .menu-find-chapter li a,
.site-header-top .buttons-top .menu-find-chapter li a i{
	display: inline-block;
	vertical-align: bottom;
}
.site-header-top .buttons-top .menu-find-chapter li a{
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 0.5em 0px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.site-header-top .buttons-top .menu-find-chapter li a:hover{
	color: #d2b0da;
}
.site-header-top .buttons-top .menu-find-chapter li a:after{
    background-color: #8B5A98;
    bottom: 7px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.site-header-top .buttons-top .menu-find-chapter li a:hover:after{
	opacity: 1;
}
.site-header-top .buttons-top .menu-find-chapter li a i{
	/*font-size: 22px;*/
	color: #fff;
    font-size: 1.571428571428571em;
	left: -25px;
    position: absolute;
    top: -1px;
    -webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.site-header-top .buttons-top .menu-find-chapter li a:hover i{
	color: #fff;
}
.site-header-top .buttons-top a.cart-link{
    font-family: 'ProximaNovaAltCnReg';
    font-weight: normal;
    font-size: 1em;
    margin-right: 43px;
    margin-top: 16px;
}
.site-header-top .buttons-top a.cart-link i,
.site-header-top .buttons-top a.cart-link .cart-count{
	display: inline-block;
	vertical-align: bottom;
}
.site-header-top .buttons-top a.cart-link i{
	/*font-size: 22px;*/
    font-size: 1.375em;
    position: relative;
    top: -2px;
}
.site-header-top .buttons-top a.cart-link .cart-count{
    background-color: #8955a3;
    display: inline-block;
    font-size: 1em;
    height: 25px;
    line-height: 25px;
    margin-left: 8px;
    position: relative;
    text-align: center;
    width: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.site-header-top .buttons-top [class*="menu-menu-top-action-buttons"]{
	float: right;
}
.site-header-top .buttons-top ul.action-buttons li{
    height: 60px;
    min-width: 90px;
    text-align: center;
}
.site-header-top .buttons-top ul.action-buttons li a{
	display: block;
	font-family: 'ProximaNovaCnSemibold';
	font-size: 1.125em;
	font-weight: normal;
	line-height: 60px;
	padding: 0 1.2233em;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.site-header-top .buttons-top ul.action-buttons li.join a{
	background-color: #8955a3;
    min-width: 54px;
}
.site-header-top .buttons-top ul.action-buttons li.join a:hover{
	background-color: #7e4e96;
}
.site-header-top .buttons-top ul.action-buttons li.donate a{
	background-color: #32205d;
}
.site-header-top .buttons-top ul.action-buttons li.donate a:hover{
	background-color: #251744;
}
.site-header-top .buttons-top ul.action-buttons li.login a{
	background-color: #c70285;
}
.site-header-top .buttons-top ul.action-buttons li.login a:hover{
	background-color: #b40278;
}

#menu-menu-top-action-buttons-logged-in.action-buttons li.join a,
#menu-menu-top-action-buttons-logged-in.action-buttons li.login a{
    position: relative;
    padding-left: 3.2em;
}
#menu-menu-top-action-buttons-logged-in.action-buttons li.join a:before,
#menu-menu-top-action-buttons-logged-in.action-buttons li.login a:before{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    left: 23px;
    position: absolute;
    top: 17px;
}
#menu-menu-top-action-buttons-logged-in.action-buttons li.login a{
}
#menu-menu-top-action-buttons-logged-in.action-buttons li.join a:before{
	content: "\e71e";
}
#menu-menu-top-action-buttons-logged-in.action-buttons li.login a:before{
    content: "\e8fe";
}



/** Header main **/
.site-header-main{
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.site-header-main:before,
.site-header-main:after,
.site-header-main .container-full:before,
.site-header-main .container-full:after{
	content: "";
	display: table;
	table-layout: fixed;
}
.site-header-main:after,
.site-header-main .container-full:after{
	clear: both;
}

.site-header-main #top-menu-mobile{
	display: none;
}
.site-header-main .site-search{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.site-header-main .site-search .inner-site-search,
.site-header-main .site-search .search-form,
.site-header-main .site-search .search-field{
	height: 100%;
    position: relative;
}
.site-header-main .site-search .search-field{
    background-color: #fff;
    border: 0;
    color: #8c8c8c;
    font-family: 'ProximaNovaAltLight';
    font-size: 1.875em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-right: 100px;
    z-index: 99;
}
.site-header-main .site-search .search-field::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #8c8c8c;
}
.site-header-main .site-search .search-field::-moz-placeholder{ /* Firefox 19+ */
	color: #8c8c8c;
}
.site-header-main .site-search .search-field:-ms-input-placeholder{ /* IE 10+ */
	color: #8c8c8c;
}
.site-header-main .site-search .search-field:-moz-placeholder{ /* Firefox 18- */
	color: #8c8c8c;
}
.site-header-main .site-search .search-submit{
	background-color: #f2f2f2;
	bottom: 0;
	color: #8955a3;
	padding: 0;
	right: 0;
	top: 0;
	z-index: 99;
}
.site-header-main .site-branding{
	float: left;
}
.site-header-main .site-branding #logo{
	display: inline-block;
	float: left;
	font-size: 1em;
	height: auto;
	margin: 0;
	vertical-align: top;
	width: 430px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.site-header-main .site-branding #logo a, 
.site-header-main .site-branding #logo img{
	display: block;
}
.site-header-main .site-branding #logo span{
    font-size: 0;
    height: 0;
    left: 0;
    position: absolute;
    text-indent: -999999px;
    top: 0;
    visibility: hidden;
    width: 0;
}
.site-header-main .site-branding #logo img{
    width: 100%;
}
.site-header-main .site-branding .tagline-logo{
	float: left;
	height: 100%;
	position: relative;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.site-header-main .site-branding .tagline-logo .inner-tagline-logo{
    border-left: 1px solid #dedede;
    color: #88808f;
    display: block;
    font-family: 'ProximaNovaAltReg';
    font-size: 1.125em;
    font-weight: normal;
    height: 45px;
    margin-left: 26px;
    padding-left: 24px;
    position: relative;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.site-header-main .site-branding .tagline-logo .inner-tagline-logo span{
    display: block;
    padding-top: 3px;
}
.site-header-main .site-header-menu{
    float: right;
    position: relative;
}
.site-header-main .site-header-menu #btn-search-header{
    float: right;
    text-align: center;
}
.site-header-main .site-header-menu #btn-search-header a,
.site-header-main .site-search .search-submit{
	cursor: pointer;
    display: block;
    font-size: 1.5em;
    height: 100%;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.site-header-main .site-header-menu #btn-search-header{
    color: #ababab;
}
.site-header-main .site-header-menu #btn-search-header a:hover{
	color: #8955a3;
}
.site-header-main .site-header-menu .main-navigation{
    float: right;
    position: relative;
    z-index: 9;
}
.site-header-main .site-header-menu .main-navigation .menu-primary-menu-container,
.site-header-main .site-header-menu .main-navigation ul,
.site-header-main .site-header-menu .main-navigation li{
	height: 100%;
	position: relative;
}
.site-header-main .site-header-menu .main-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-header-main .site-header-menu .main-navigation li{
    border-left: 1px solid #dedede;
    float: left;
}
.site-header-main .site-header-menu .main-navigation li:last-child{
	border-right: 1px solid #dedede;
}
.site-header-main .site-header-menu .main-navigation li a{
	color: #2f2f2f;
	display: block;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125em;
	font-weight: normal;
	height: 100%;
	padding: 0 21px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.site-header-main .site-header-menu .main-navigation li:hover a{
	background-color: #8955a3;
	color: #fff;
}
.site-header-main .site-header-menu .main-navigation li.menu-item-has-children a{
	padding-right: 49px;
}
.site-header-main .site-header-menu .main-navigation li.menu-item-has-children a:after{
	background-image: url(assets/images/arrow-submenu.png);
    background-position: 0px -15px;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 16px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.site-header-main .site-header-menu .main-navigation li:hover a:after{
	background-position: 0px 0px;
}
.site-header-main .site-header-menu .main-navigation li .sub-menu{
	background-color: #fff;
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    width: 268px;
}
.site-header-main .site-header-menu .main-navigation li:hover ul.sub-menu{
    display: block;
    -moz-animation: fadeInDown2 .3s ease-in;
    -webkit-animation: fadeInDown2 .3s ease-in;
    animation: fadeInDown2 .3s ease-in;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.site-header-main .site-header-menu .main-navigation li .sub-menu li{
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    clear: both;
    height: auto;
    width: 100%;
}
.site-header-main .site-header-menu .main-navigation li .sub-menu li:last-child{
	border-bottom: 0;
}
.site-header-main .site-header-menu .main-navigation li .sub-menu li a{
	background: none;
	color: #8955a3;
	font-family: 'ProximaNovaAltReg';
	font-size: 1.125em;
	font-weight: normal;
	height: auto;
	padding: 0.65em 1.8em 0.63em 20px;
	text-align: left;
}
.site-header-main .site-header-menu .main-navigation li .sub-menu li a,
.site-header.sticky .site-header-main .site-header-menu .main-navigation li .sub-menu li a{
	line-height: 1.2em;
}
.site-header-main .site-header-menu .main-navigation li .sub-menu li a:after{
	background-image: url(assets/images/arrow-hover-submenu.png);
	background-position: 0 0;
	height: 12px;
	margin-top: -6px;
	opacity: 0;
	right: 21px;
	width: 7px;
}
.site-header-main .site-header-menu .main-navigation li .sub-menu li a:hover{
	color: #c70285;
}
.site-header-main .site-header-menu .main-navigation li .sub-menu li a:hover:after{
	opacity: 1;
}


/**----------------------- Home ----------------------**/
/** Slider Home **/
.slider-mobile{
	display: none;
}
#slider-home .tparrows{
	background: none;
	opacity: 0.5;
    padding: 8px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider-home .tparrows:before{
    background-image: url(assets/images/arrows-slider.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    content: '';
    height: 25px;
    line-height: 1;
    margin: auto;
    width: 14px;
}
#slider-home .tp-rightarrow:before{
    background-position: right 0px;
}
#slider-home .tparrows:hover{
	background: none;
	opacity: 1;
}
#slider-home .slider-desktop .rs-parallax-wrap{
    /*left: 86px !important;
    top: 40% !important;*/
}
#slider-home .slider-desktop rs-mask-wrap{
    /*max-height: none !important;
    width: 570px !important;
    min-width: 570px !important;
    max-width: 570px !important;*/
}
#slider-home rs-mask-wrap:before,
#slider-home rs-mask-wrap:after{
	/*content: "";
	display: table;
	table-layout: fixed;*/
}
#slider-home rs-mask-wrap:after{
	/*clear: both;*/
}
#slider-home rs-layer{
	/*width: 100% !important;*/
}
#slider-home rs-layer h1,
#slider-home rs-layer h2,
#slider-home rs-layer h3,
#slider-home rs-layer h4,
#slider-home rs-layer h5,
#slider-home rs-layer h6{
    color: #ffffff;
    font-family: 'ProximaNovaAltBold';
    font-weight: normal;
    line-height: 1 !important;
    margin-bottom: 0.75rem !important;
    -webkit-text-shadow: 0px 0px 50px #000;
    -moz-text-shadow: 0px 0px 50px #000;
    text-shadow: 0px 0px 50px #000;
}
#slider-home rs-layer h1{
	/*font-size: 2.5em !important;*/
	font-size: 40px !important;
}
#slider-home rs-layer h2{
	font-size: 2.25em;
}
#slider-home rs-layer h3{
	font-size: 2em;
}
#slider-home rs-layer p{
	color: #ffffff;
	font-family: 'ProximaNovaAltLight';
	/*font-size: 1.5em !important;*/
	font-size: 24px !important;
	font-weight: normal;
	line-height: 1.9rem !important;
	-webkit-text-shadow: 0px 0px 50px #000;
    -moz-text-shadow: 0px 0px 50px #000;
    text-shadow: 0px 0px 50px #000;
}
#slider-home .slider-desktop .tp-bullets{
	left: 0 !important;
	text-align: right;
	/*-webkit-transform: matrix(1, 0, 0, 1, 0, -60) !important;*/
	-webkit-transform: matrix(1, 0, 0, 1, 0, -62) !important;
	-moz-transform: matrix(1, 0, 0, 1, 0, -62) !important;
	transform: matrix(1, 0, 0, 1, 0, -62) !important;
	width: 100% !important;
}
#slider-home .tp-bullets .tp-bullet{
	background: none;
	display: inline-block;
    /*float: right;*/
	height: 10px;
	left: 0 !important;
    margin-left: 5px;
	position: relative;
	text-align: center;
	width: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#slider-home .tp-bullets .tp-bullet:before{
    background-color: #fff;
    content: '';
    display: block;
    height: 8px;
    margin: auto;
    position: relative;
    top: 1px !important;
    width: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#slider-home .tp-bullets .tp-bullet.selected:before, 
#slider-home .tp-bullets .tp-bullet:hover:before{
    background: none;
	border: 2px solid #fff;
	height: 6px;
	top: 0 !important;
	width: 6px;
}
#slider-home .tp-bullets .tp-bullet span{
	display: none;
}

/** Find Chapter **/
#find-chapter-home{
	background-color: #333333;
}
.find-chapter{
    background-color: #333333;
    color: #fff;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125em;
    font-weight: normal;
    padding: 0.834em 0;
    /*height: 70px;*/
}
.find-chapter:before,
.find-chapter:after{
	content: "";
	display: table;
	table-layout: fixed;
}
.find-chapter:after{
	clear: both;
}
.find-chapter .find-zipcode{
	float: left;
	position: relative;
	max-width: 840px;
	width: 67.75%;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.find-chapter .find-zipcode label{
	width: 202px;
}
.find-chapter .find-zipcode form{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.find-chapter .find-zipcode .text-field,
.find-chapter .find-zipcode .btn-form{
	float: left;
	max-width: 315px;
	width: 49.2%;
}
.find-chapter .find-zipcode .text-field{
    background-image: url(assets/images/icon-location.png);
    background-position: 95.5% 7px;
    background-repeat: no-repeat;
	border: 0;
	color: #2e4159;
	font-family: 'ProximaNovaAltReg';
	font-size: 1em;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 2em;
	margin-bottom: 4px;
}
.find-chapter .find-zipcode .text-field,
.find-chapter .find-zipcode .btn-form,
.find-chapter .fin-state .select-container select,
.find-chapter .fin-state .select-container .select2-container--default .select2-selection--single,
.find-chapter .fin-state .select-container .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px;
}
.find-chapter label,
.find-chapter .fin-state .select-container .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 40px;
}
.find-chapter .find-zipcode .text-field::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #adadad;
}
.find-chapter .find-zipcode .text-field::-moz-placeholder{ /* Firefox 19+ */
	color: #adadad;
}
.find-chapter .find-zipcode .text-field:-ms-input-placeholder{ /* IE 10+ */
	color: #adadad;
}
.find-chapter .find-zipcode .text-field:-moz-placeholder{ /* Firefox 18- */
	color: #adadad;
}
.find-chapter .find-zipcode .btn-form{
	background-color: #7354a2;
	border: 0;
	color: #fff;
	font-family: 'ProximaNovaAltBold';
	font-size: 0.889em;
	font-weight: normal;
	margin-left: 1.567398119122257%;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.find-chapter .find-zipcode .btn-form:hover{
	background-color: #8568b1;
}
.find-chapter .fin-state{
	float: right;
	position: relative;
	max-width: 400px;
	width: 32.2%;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.find-chapter .fin-state label{
    text-align: center;
    width: 85px;
}
.find-chapter .fin-state .select-container{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.find-chapter .fin-state .select-container select{
    border: 0;
    color: #2e4159;
    font-family: 'ProximaNovaAltReg';
    font-size: 1em;
    font-weight: normal;
    padding-left: 11px;
    width: 100%;
}
.select-container .select2-container{
	width: 100% !important;
}
.select-container .select2-container--default .select2-selection--single{
    border: 0;
    border-radius: 0;
}
.select-container .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #2e4159;
	font-family: 'ProximaNovaAltReg';
	font-size: 1em;
	font-weight: normal;
	padding-left: 0.85em;
    padding-right: 2.5em;
}

.select-container .select2-container--default .select2-selection--single .select2-selection__arrow{
    border-left: 1px solid #F3F4F6;
    right: 0;
    top: 0;
    width: 44px;
}
.select-container .select2-container--default .select2-selection--single .select2-selection__arrow b{
	background-image: url(assets/images/arrow-select2.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
}

/** Intro Home **/
#content-home:before,
#content-home:after{
	content: '';
	display: table;
	table-layout: fixed;
}
#content-home:after{
	clear: both;
}
#content-home li{
	font-size: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
#intro-home{
    padding: 5.7em 0 3.2em;
}
#intro-home:before,
#intro-home:after,
#intro-home .blocks-intro:before,
#intro-home .blocks-intro:after{
	content: '';
	display: table;
	table-layout: fixed;
}
#intro-home:after,
#intro-home .blocks-intro:after{
	clear: both;
}
#intro-home .inner-content{
    margin: 0 auto 4.8em;
    max-width: 870px;
}
.content-home .inner-content h1,
.content-home .inner-content h2,
.content-home .inner-content h3,
.content-home .inner-content h4,
.content-home .inner-content h5,
.content-home .inner-content h6{
	color: #4c535b;
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
}
.content-home .inner-content h1{
	font-size: 2.0625em;
}
.content-home .inner-content h2{
	/*font-size: 30px;*/
	font-size: 1.875em;
	line-height: 1.35em;
}
.content-home .inner-content h3{
	font-size: 1.75em;
}
.content-home .inner-content h4{
	font-size: 1.625em;
}
.content-home .inner-content h5{
	font-size: 1.5em;
}
.content-home .inner-content h6{
	font-size: 1.375em;
}
#intro-home .blocks-intro{
	font-size: 0;
}
#intro-home .blocks-intro .block-intro{
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
}
.blocks-intro .block-intro.col-4{
    margin: 0 3.33% 2.5em;
    width: 20%;
}
.blocks-intro .block-intro .icon{
    color: #8955a3;
    font-size: 4.5em;
    height: 76px;
    text-align: center;
}
.blocks-intro .block-intro .icon-content{
	margin: 26px auto 0;
    max-width: 235px;
}
.blocks-intro .block-intro:first-child{
	margin-left: 0;
}
.blocks-intro .block-intro:last-child{
	margin-right: 0;
}
.blocks-intro .block-intro .icon-content h3{
    color: #494949;
    font-family: 'ProximaNovaAltBold';
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.8em;
    text-align: center;
}
.blocks-intro .block-intro .icon-content h3 .number{
	color: #8955a3;
	display: block;
	font-family: 'ProximaNovaAltLight';
	/*font-size: 48px;*/
	font-size: 2.4em;
	font-weight: normal;
    line-height: 1;
    margin-bottom: 8px;
}
.blocks-intro .block-intro .icon-content p{
	color: #303840;
	font-family: 'ProximaNovaAltLight';
	font-size: 1.125em;
	line-height: 1.5em;
	margin: 0;
	text-align: center;
}

/** Events & News Home **/
#events-news-home{
	background-color: #e5e7e9;
    padding: 5.9em 0 2em;
}
#events-news-home:before,
#events-news-home:after{
	content: '';
	display: table;
	table-layout: fixed;
}
#events-news-home:after{
	clear: both;
}
#events-news-home .widget-title{
    color: #6f317e;
    font-family: 'ProximaNovaAltBold';
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: 1.2em;
    text-transform: uppercase;
}
#events-news-home .tribe-events-list-widget,
#events-news-home .cultura_widget_recent_entries{
    max-width: 610px;
    width: 49.194%;
}
#events-news-home .tribe-events-list-widget{
	float: left;
}
#events-news-home .tribe-events-list-widget .tribe-list-widget{
	list-style: none;
	margin: 0;
}
#events-news-home .tribe-events-list-widget .tribe-event-featured, 
#events-news-home .tribe-events-venue-widget .tribe-event-featured, 
#events-news-home .tribe-mini-calendar-list-wrapper .tribe-event-featured, 
#events-news-home .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event{
	background: none;
	margin: 0;
    padding: 0;
}
#events-news-home .tribe-events-list-widget .tribe-event-featured,
#events-news-home .tribe-events-list-widget .tribe-events-list-widget-events{
	background: none;
    margin-bottom: 20px;
}
#events-news-home .tribe-events-list-widget .tribe-event{
    background-position: center top;
    background-size: cover;
    color: #fff;
    height: 400px;
    position: relative;
    width: 100%;
}
#events-news-home .tribe-events-list-widget .tribe-event .info-tribe-event{
    bottom: 33px;
    left: 4.43%;
    max-width: 460px;
    width: 75.41%;
    position: absolute;
}
#events-news-home .tribe-events-list-widget .tribe-event-duration{
    font-family: 'ProximaNovaAltLight';
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 12px;
    text-transform: uppercase;
}
#events-news-home .tribe-events-list-widget .tribe-event-duration .tribe-event-date-start{

}
#events-news-home .tribe-events-list-widget .tribe-event-title{
    color: #ffffff;
    font-family: 'ProximaNovaAltBold';
    font-size: 1.375em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
}
#events-news-home .tribe-events-list-widget .tribe-event-title a{
	color: #fff;
	text-decoration: none;
}
#events-news-home a.btn-read-more{
	background-color: #6f317e;
	bottom: 0;
	color: #fff;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 13px;
	font-weight: normal;
	height: 43px;
	line-height: 43px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 109px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#events-news-home a.btn-read-more:hover{
	background-color: #333;
}

#events-news-home .cultura_widget_recent_entries{
	float: right;
}
#events-news-home .cultura_widget_recent_entries li{
	background-color: #fff;
	color: #303840;
	font-family: 'ProximaNovaAltLight';
	font-weight: normal;
	height: 260px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    width: 100%;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#events-news-home .cultura_widget_recent_entries li:hover{
	background-color: #f7f7f7;
}
#events-news-home .cultura_widget_recent_entries .box-recent-post{
    height: 100%;
    position: relative;
    width: 100%;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
#events-news-home .cultura_widget_recent_entries .box-recent-post:before,
#events-news-home .cultura_widget_recent_entries .box-recent-post:after{
	content: '';
	display: table;
	table-layout: fixed;
}
#events-news-home .cultura_widget_recent_entries .box-recent-post:after{
	clear: both;
}
#events-news-home .cultura_widget_recent_entries .box-recent-post figure{
	float: left;
	width: 280px;
}
#events-news-home .cultura_widget_recent_entries .box-recent-post figure a,
#events-news-home .cultura_widget_recent_entries .box-recent-post figure img{
	display: block;
}
#events-news-home .cultura_widget_recent_entries .box-recent-post .excerpt{
    height: 100%;
    padding: 2em 23px 1em 29px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
#events-news-home .cultura_widget_recent_entries .box-recent-post .excerpt h4{
	color: #6f317e;
    font-family: 'ProximaNovaAltLight';
    font-size: 1.375em;
    font-weight: normal;
    margin-bottom: 0;
    max-height: 86px;
    line-height: 1.35em;
    overflow: hidden;
    text-transform: none;
}
#events-news-home .cultura_widget_recent_entries .box-recent-post .excerpt a.post-link{
	color: #6f317e;
	display: block;
	text-decoration: none;
}
#events-news-home .cultura_widget_recent_entries .box-recent-post .excerpt .post-excerpt{
    color: #303840;
    font-family: 'ProximaNovaAltLight';
    font-size: 1.125em;
    font-weight: normal;
    height: 77px;
    line-height: 1.5em;
    margin-top: 15px;
    overflow: hidden;
}
/** Gallery Instagram Home **/
#instagram-home{
	overflow: hidden;
	position: relative;
}
#instagram-home:before,
#instagram-home:after{
	content: '';
	display: table;
	table-layout: fixed;
}
#instagram-home:after{
	clear: both;
}
#instagram-home .container{
	max-width: 1700px;
	width: 100%;
}
#instagram-home .instashow-gallery{
	font-size: 1em;
}
#instagram-home .instashow-gallery .instashow-gallery-media{
	font-size: 1em !important;
}
#instagram-home .instashow-gallery,
#instagram-home .instashow-gallery-media-counter em, 
#instagram-home .instashow-gallery-media-info-counter em{
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
}
#instagram-home .instashow-gallery-media-counter em, 
#instagram-home .instashow-gallery-media-info-counter em{
	font-size: 1em;
}
#instagram-home .instashow-gallery-media-info-description{
	font-size: 1em;
    line-height: 1.3em;
}
#instagram-home .instashow-icon.instashow-icon-like,
#instagram-home .instashow-icon.instashow-icon-comment{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*font-size: 26px;*/
    font-size: 1.625em;
}
#instagram-home .instashow-icon.instashow-icon-like:before{
    content: "\e68c";
}
#instagram-home .instashow-icon.instashow-icon-comment:before{
    content: "\e7d6";
}
#instagram-home .widget_text{
    background-color: #333333;
    background-image: url(assets/images/bg-instagram.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'ProximaNovaExCnSemibold';
    height: 225px;
    left: 0;
    margin: -112px auto 0;
    padding: 1.65em 1em 1em 1em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 90%;
    max-width: 477px;
    z-index: 2;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
#instagram-home .widget_text .widget-title{
    color: #fff;
    font-family: inherit;
    font-size: 1.625em;
    line-height: 1;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    position: relative;
    text-transform: uppercase;
}
#instagram-home .widget_text .widget-title:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16d";
    display: block;
    font-size: 2rem;
    margin-bottom: 0.7em;
}
#instagram-home .widget_text .widget-title:after{
    background-color: #a549bb;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100px;
}
#instagram-home .widget_text p{
	color: #a549bb;
	font-size: 2.3125em;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#instagram-home .widget_text a{
	color: inherit;
	font-size: 1em;
	text-decoration: none;
}


/**---------------------- Pages ----------------------**/
/** Breadcrumb **/
.breadcrumbs{
	color: #303840;
	font-family: 'ProximaNovaAltLight';
	font-size: 0.9375em;
	font-weight: normal;
    margin: 18px 0 10px;
}
.breadcrumbs span,
.breadcrumbs a{
	color: inherit;
	font-family: inherit;
	font-size: 1em;
}
.breadcrumbs span,
.breadcrumbs a,
.breadcrumbs i{
    display: inline-block;
    line-height: 1;
    vertical-align: top;
}
.breadcrumbs a{
	text-decoration: none;
}
.breadcrumbs i{
	background-image: url(assets/images/arrow-bcn.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 7px;
	margin: 0 11px 0 11px;
	position: relative;
	top: 4px;
	vertical-align: top;
	width: 5px;
}

/** Banner Page **/
#banner-page{
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}
#banner-page:before,
#banner-page:after,
#banner-page .banner-layout-op:before,
#banner-page .banner-layout-op:after,
#banner-page .container:before,
#banner-page .container:after{
	content: '';
	display: table;
	table-layout: fixed;
}
#banner-page:after,
#banner-page .banner-layout-op:after,
#banner-page .container:after{
	clear: both;
}
#banner-page.h400{
	height: 400px;
}
#banner-page.h580{
	height: 580px;
}
#banner-page .container{
	height: 100%;
}
#banner-page .banner-layout-op,
#banner-page .inner-banner-page{
	height: 100%;
	position: relative;
	width: 100%;
}
#banner-page.op25 .banner-layout-op{
	background-color: rgba(0, 0, 0, 0.25);
}
#banner-page.op50 .banner-layout-op{
	background-color: rgba(0, 0, 0, 0.5);
}
#banner-page.op40 .banner-layout-op{
	background-color: rgba(0, 0, 0, 0.4);
}
#banner-page.h400.margin-content-bottom .inner-banner-page{
	height: 330px;
}
#banner-page.h400.margin-content-top .inner-banner-page{
	height: 80px;
}
#banner-page .inner-banner-page .banner-content{
	/*padding-top: 2.5em;*/
}
#banner-page.title-center-flex .banner-content{
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
#banner-page.title-center-h .banner-content{
	padding: 0 2em;
	text-align: center;
}
#banner-page.title-bottom .banner-content{
	bottom: 49px;
	left: 0;
	position: absolute;
	width: 100%;
}
#banner-page h1.title-page{
	margin-bottom: 0;
}
#banner-page .breadcrumbs{
	color: #fff;
    left: 0;
    position: absolute;
    top: 0;
}
#banner-page .banner_background{
	/** Canvas **/
	/*height: 100%;*/
	left: 0;
	margin: auto;
	right: 0;
	position: absolute;
	top: 0;
	/*width: 100%;*/
}
#banner-page.cats-dropdown .banner-content .title-page{
	float: left;
}
#banner-page.cats-dropdown .banner-content .dropdown-cats{
	bottom: 9px;
    float: right;
}
#banner-page .banner-content .dropdown-cats select{
	background: none;
	border: 1px solid #fff;
	color: #fff;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1em;
	height: 100%;
	padding: 0 0.75em;
	text-transform: uppercase;
	width: 100%;
}
#banner-page .banner-content .dropdown-cats select option{
	color: #303840;
	font-family: 'ProximaNovaAltReg';
	font-size: 15px;
	font-weight: normal;
}

#banner-page.banner-page-content{
}
#banner-page.banner-page-content .banner-content{
	color: #fff;
    height: 100%;
    padding-bottom: 2.5em;
    padding-top: 2.5em;
    position: relative;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
#banner-page.banner-page-content .banner-content h1,
#banner-page.banner-page-content .banner-content h2,
#banner-page.banner-page-content .banner-content h3,
#banner-page.banner-page-content .banner-content h4,
#banner-page.banner-page-content .banner-content h5,
#banner-page.banner-page-content .banner-content h6,
#banner-page.banner-page-content .banner-content p,
#banner-page.banner-page-content .banner-content li{
	color: inherit;
	font-weight: normal;
	position: relative;
}
#banner-page.banner-page-content .banner-content h1:first-of-type:after,
#banner-page.banner-page-content .banner-content h2:first-of-type:after,
#banner-page.banner-page-content .banner-content h3:first-of-type:after,
#banner-page.banner-page-content .banner-content h4:first-of-type:after,
#banner-page.banner-page-content .banner-content h5:first-of-type:after,
#banner-page.banner-page-content .banner-content h6:first-of-type:after{
	background-color: #a549bb;
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100px;
}
#banner-page.banner-page-content .banner-content h1{
	font-family: 'ProximaNovaAltBold';
	font-size: 2.5em;
	line-height: 1.15em;
	margin-bottom: 0.55em;
	padding-bottom: 0.32em;
}
#banner-page.banner-page-content .banner-content h2{
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.875em;
    line-height: 1.2em;
    margin-bottom: 0.65em;
    padding-bottom: 0.5em;
}
#banner-page.banner-page-content .banner-content h3{
	padding-bottom: 0.8em;
}
#banner-page.banner-page-content .banner-content .title-join{
    margin-bottom: 0.6em;
    padding-bottom: 0;
}
#banner-page.banner-page-content .banner-content .title-donate{
	margin-bottom: 11px;
	padding-bottom: 0;
}
#banner-page.banner-page-content .banner-content p,
#banner-page.banner-page-content .banner-content li{
    font-family: 'ProximaNovaAltReg';
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0.8em 0 0 0;
}
#banner-page.banner-about.banner-page-content .banner-content p,
#banner-page.banner-about.banner-page-content .banner-content li{
	line-height: 1.45em;
}
#banner-page.banner-page-content .banner-content p:first-of-type{
	margin-top: 0;
}
#banner-page.banner-page-content .banner-content p strong{
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
	font-size: 1.125rem;
}

#banner-page.banner-page-content .banner-content img{
	display: block;
}
#banner-page.banner-page-content .content-short-donate{
	margin: 1.65em 0 0;
    position: relative;
    width: 100%;
}

/** Style 2: donate **/
#banner-page.banner-page-content .content-short-donate.short-donate-vertical{
	margin: auto;
	max-width: 350px;
	position: relative;
}
#banner-page.banner-page-content .content-short-donate.short-donate-vertical .title-donate{
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.875em;
    line-height: 1.2em;
	margin-bottom: 0.6em;
	padding-bottom: 0;
}
#banner-page.banner-page-content .content-short-donate .row-form{
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}
#banner-page.banner-page-content .content-short-donate .row-form:before,
#banner-page.banner-page-content .content-short-donate .row-form:after{
	content: '';
	display: table;
	table-layout: fixed;
}
#banner-page.banner-page-content .content-short-donate .row-form:after{
	clear: both;
}
#banner-page.banner-page-content .content-short-donate .row-form select{
	border: 1px solid #dadada;
	color: #b9b7c4;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.25em;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	padding: 0 1em 0 0.9em;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#banner-page.banner-page-content .content-short-donate .row-form .select-container, 
#banner-page.banner-page-content .content-short-donate .row-form .btn-donate{
	width: 100%;
    max-width: 100%;
    height: auto;
}
#banner-page.banner-page-content .content-short-donate .row-form .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 55px;
    font-size: 1em;
}
#banner-page.banner-page-content .content-short-donate .row-form .select-container .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	height: 100%;
	vertical-align: middle;
}
#banner-page.banner-page-content .content-short-donate .row-form .select-container .select2-container--default .select2-selection--single{
	border: 1px solid #dadada;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#banner-page.banner-page-content .content-short-donate .row-form .btn-donate a{
	height: 62px;
	line-height: 62px;	
}
@media screen and ( max-width:853px ){
	#banner-page.banner-page-content .content-short-donate .row-form select{
	    height: 45px;
	}
	#banner-page.banner-page-content .content-short-donate .row-form .select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 45px;
	}
}
@media screen and ( max-width:768px ){
	.banner-donate .content-flex .content-box-shortcode.content-type-text{
	    width: 300px !important;
	}
	#banner-page.banner-page-content .content-short-donate.short-donate-vertical .title-donate{
		font-size: 1.375em;
	}
}
@media screen and ( max-width:533px ){
	.banner-donate .content-flex .content-box-shortcode.content-type-text{
		margin-bottom: 1em;
		width: 100% !important;
	}
	#banner-page.banner-page-content .content-short-donate.short-donate-vertical{
	    max-width: 320px;
	}
}

/****/

#banner-page .filter-products,
#banner-page .filter-menu-banner{
    clear: both;
    display: none;
    width: 100%;
}
#banner-page .filter-products a,
#banner-page .filter-menu-banner a{
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1em;
	height: 47px;
	line-height: 47px;
    margin-top: 1em;
	max-width: 240px;
	padding: 0 0.5em;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#banner-page .filter-products a:hover,
#banner-page .filter-menu-banner a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
#banner-page .filter-products a [class^="icon-"], 
#banner-page .filter-products a [class*=" icon-"],
#banner-page .filter-menu-banner a [class^="icon-"],
#banner-page .filter-menu-banner a [class*=" icon-"]{
	display: inline-block;
	font-size: 22px;
	margin-right: 8px;
	margin-top: -11px;
	position: relative;
	top: 50%;
	vertical-align: top;
}
#banner-page .filter-menu-banner a [class^="icon-"],
#banner-page .filter-menu-banner a [class*=" icon-"]{
    font-size: 18px;
    margin-right: 0;
    margin-left: 8px;
    position: relative;
}

/** Content Page **/
#primary{

}
#primary:before,
#primary:after{
	content: '';
	display: table;
	table-layout: fixed;
}
#primary:after{
	clear: both;
}
.content-area{
    padding-bottom: 100px;
}
.content-area.content-area-join,
.content-area.content-area-donate{
    padding-bottom: 1em;
}
.content-area.bg-gray{
	background-color: #e5e7e9;
}
.content-area.content-margin-top{
	margin-top: -70px;
}
.content-area.inner-margin-top .site-content{
	margin-top: -500px;
}
.content-area.inner-bg-white .site-content{
	background-color: #fff;
}
.content-area.inner-padding .site-content{
	padding: 50px;
}
.content-area.inner-padding.inner-no-padding-left .site-content{
	padding-left: 0px;
}
.content-area.inner-padding.inner-no-padding-right .site-content{
	padding-right: 0px;
}
.content-area.inner-shadow .site-content{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.content-area.inner-radius .site-content{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.content-area.inner-radius-top .site-content{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.content-area.inner-hidden .site-content{
	overflow: hidden;
}

#primary.content-sidebar-right .site-content,
#primary.content-sidebar-right aside.widget-area,
#primary.content-sidebar-left .site-content,
#primary.content-sidebar-left aside.widget-area{
    position: relative;
}
#primary.content-sidebar-right .site-content{
	float: left;
	max-width: 890px;
	width: 71.78%;
}
#primary.content-sidebar-right aside.widget-area{
	float: right;
	max-width: 315px;
    padding-left: 25px;
    padding-top: 2.7em;
	width: 25.41%;
}
#primary.content-sidebar-right .container-flex,
#primary.content-sidebar-left .container-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
#primary.content-sidebar-right .container-flex .site-content,
#primary.content-sidebar-left .container-flex .site-content{
	-webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#primary.content-sidebar-right .container-flex .site-content{
	margin-right: 35px;
}
#primary.content-sidebar-right .container-flex aside.widget-area{
	width: 315px;
}

#primary.content-sidebar-left .site-content{
	float: right;
	max-width: 925px;
	width: 74.6%;
}
#primary.content-sidebar-left aside.widget-area{
	float: left;
	max-width: 295px;
    padding-left: 0;
    padding-right: 15px;
	width: 23.8%;
    width: 310px;
}
#primary.content-sidebar-left .container-flex .site-content{
	margin-left: auto;
}
#primary.content-sidebar-left aside.widget-area,
#primary.content-sidebar-left .container-flex .site-content{
	padding-top: 85px;
}


/** Content Blocks Page **/
.content-blocks-page{
	color: #303840;
	font-family: 'ProximaNovaAltReg';
	font-size: 1.25em;
	font-weight: normal;
	padding: 1.35em 0 1em;
}
.content-blocks-page:before,
.content-blocks-page:after,
.content-blocks-page .block-page:before,
.content-blocks-page .block-page:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-blocks-page:after,
.content-blocks-page .block-page:after{
	clear: both;
}
.content-blocks-page .block-page{
    padding: 2.9em 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.content-blocks-page .block-page:last-child{
	padding-bottom: 0;
}
.content-blocks-page .block-page.block-img-align-left{
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.content-blocks-page .block-page .entry-info,
.content-blocks-page .block-page .entry-thumbnail{
	position: relative;
}
.content-blocks-page .block-page .entry-info{
	float: left;
	max-width: 535px;
	padding-right: 10px;
	width: 43.15%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.content-blocks-page .block-page.block-img-align-left .entry-info{
	float: right;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 0;
}
.content-area-join .content-blocks-page .block-page.block-img-align-left .entry-info{
	max-width: 590px;
    width: 47.59%
}
.content-blocks-page .block-page .entry-thumbnail{
    float: right;
    margin-left: auto;
    max-width: 620px;
    padding-left: 10px;
    width: 50%;
}
.content-blocks-page .block-page.block-img-align-left .entry-thumbnail{
	float: left;
	margin-left: 0;
	padding-left: 0;
	padding-right: 10px;
}
.content-blocks-page .block-page.block-img-align-left .entry-thumbnail img{
	display: block;
}
.content-blocks-page .block-page .entry-info h1,
.content-blocks-page .block-page .entry-info h2,
.content-blocks-page .block-page .entry-info h3,
.content-blocks-page .block-page .entry-info h4,
.content-blocks-page .block-page .entry-info h5,
.content-blocks-page .block-page .entry-info h6{
    color: #41444a;
    font-family: 'ProximaNovaAltSemibold';
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.68em;
    padding-bottom: 0.53em;
    position: relative;
}
.content-blocks-page .block-page .entry-info h1:after,
.content-blocks-page .block-page .entry-info h2:after,
.content-blocks-page .block-page .entry-info h3:after,
.content-blocks-page .block-page .entry-info h4:after,
.content-blocks-page .block-page .entry-info h5:after,
.content-blocks-page .block-page .entry-info h6:after{
	background-color: #a549bb;
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100px;
}
.content-blocks-page .block-page .entry-info h1{
	font-size: 1.6em;
}
.content-blocks-page .block-page .entry-info h2{
	font-size: 1.5em;
}
.content-blocks-page .block-page .entry-info h3{
	font-size: 1.1em;
}

.content-blocks-page .block-page .entry-info p,
.content-blocks-page .block-page .entry-info li{
    font-size: 1em;
    line-height: 1.4em;
}

/** Content Block Video **/
.content-block-video{
	background-color: #6f317e;
	color: #fff;
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
    position: relative;
}
.content-block-video:before,
.content-block-video:after,
.content-block-video .block-video:before,
.content-block-video .block-video:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-block-video:after,
.content-block-video .block-video:after{
	clear: both;
}
.content-block-video:after{
	background-image: url(assets/images/arrow-block-video.png);
	bottom: -14px;
	height: 14px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 29px;
}
.content-block-video .block-video{
    background-color: #fff;
    margin: 5.3em 0 1.5em;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.content-block-video .block-video .media-video,
.content-block-video .block-video .info-video{
	max-width: 620px;
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.content-block-video .block-video .media-video{
	float: left;
}
.content-block-video .block-video .media-video p{
	margin: 0;
	padding: 0;
}
.content-block-video .block-video .media-video img{
	display: block;
}
.content-block-video .block-video .info-video{
    float: right;
    padding: 1.5em 2.5em;
}
.content-block-video .block-video .info-video h1,
.content-block-video .block-video .info-video h2,
.content-block-video .block-video .info-video h3,
.content-block-video .block-video .info-video h4,
.content-block-video .block-video .info-video h5,
.content-block-video .block-video .info-video h6{
	color: #303840;
	font-family: inherit;
	font-weight: normal;
    margin-bottom: 1.1rem;
}
.content-block-video .block-video .info-video h1{
	font-size: 1.25em;
}
.content-block-video .block-video .info-video h2{
	font-size: 1.1875em;
}
.content-block-video .block-video .info-video h3{
	font-size: 1.125em;
}
.content-block-video .block-video .info-video h4{
	font-size: 1em;
}
.content-block-video .block-video .info-video h4,
.content-block-video .block-video .info-video h5,
.content-block-video .block-video .info-video h6{
	text-transform: uppercase;
}
.content-block-video .block-video .info-video p{
	color: #41444a;
	font-family: inherit;
	font-weight: normal;
	font-size: 2.25em;
    line-height: 1.2em;
    margin-bottom: 0;
}
.content-block-video .block-video .info-video .btn-page{
    margin-top: 0.65em;
}
.content-block-video .block-desc{
    clear: both;
    margin: auto;
    padding: 0.25em 0 2.4em;
    max-width: 820px;
    position: relative;
    width: 100%;
}
.content-block-video .block-desc p{
	color: inherit;
	font-size: 1.375em;
	line-height: 1.4em;
	margin-bottom: 0;
	text-align: center;
}

/**---------------------- Posts ----------------------**/
.content-masonry{
    font-size: 0;
    margin: auto;
    text-align: center;
}
.content-area-news article.box-article{
	background-color: #fff;
	display: inline-block;
	font-size: 1rem;
    margin: 0 0px 20px;
	position: relative;
    text-align: left;
	vertical-align: top;
	width: 400px;
}
.content-area-news article.box-article:nth-child(3n+1){
	margin-left: 0;
}
.content-area-news article.box-article:nth-child(3n+3){
	margin-right: 0;
}
.content-area-news article.box-article a{
	text-decoration: none;
}
.content-area-news article.box-article .entry-thumbnail a{
	display: block;
}
.content-area-news article.box-article .entry-thumbnail img{
    display: block;
    margin: auto;
}
.content-area-news article.box-article .inner-post{
    padding: 34px 30px 69px;
    position: relative;
}
.content-area-news article.box-article .inner-post .entry-header{
    margin-bottom: 1.45em;
}
.content-area-news article.box-article .inner-post .entry-header .entry-title{
	font-size: 1.6875em;
    line-height: 1.2em;
    margin-bottom: 0;
}
.content-area-news article.box-article .inner-post .entry-header .entry-title a,
.content-area-news article.box-article .inner-post .entry-header .entry-title a:hover{
	color: #6f317e;
}
.content-area-news article.box-article .inner-post .entry-excerpt p{
	line-height: 1.5em;
	margin: 0;
}
.content-area-news article.box-article .inner-post .entry-footer{
	bottom: 0;
	margin-top: 0;
	position: absolute;
	right: 0;
}
.content-area-news article.box-article .inner-post .entry-footer a{
	background-color: #6f317e;
	border: 0;
	color: #fff;
	display: inline-block;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 13px;
	font-size: 0.8125em;
	font-weight: normal;
	height: 43px;
	line-height: 43px;
    padding: 0 1.37em 0 1.37em;
    text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
	width: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.content-area-news article.box-article .inner-post .entry-footer a:hover{
    background-color: #333333;
    color: #fff;
}
.content-area .navigation.pagination{
	display: none;
}
.content-area .content-load-more{
    float: none;
    margin: 52px auto 0;
    position: relative;
    width: 230px;
}
.content-area .content-load-more #btn-load-posts{
	background: none;
	border: 1px solid #959da4;
	color: #959da4;
	cursor: pointer;
	font-family: 'ProximaNovaAltBold';
	font-size: 16px;
	font-size: 1em;
	height: 50px;
	line-height: 50px;
	margin: auto;
	min-width: 230px;
	padding: 0em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.page-template-find-a-local-chapter-page .content-area .content-load-more #btn-load-posts {
    background-color: #333333;
    color: #ffffff;
    border: none;
}
.content-area .content-load-more #btn-load-posts:hover{
	background-color: #959da4;
	border-color: #959da4;
	color: #fff;
}
.content-area .content-load-more #content-text-load{
	position: absolute;
	top: 14px;
	right: -29px;
}
.content-area .content-load-more #content-text-load img{
	display: none;
}
.content-area .content-load-more .icon-load-posts{
    background-image: url(assets/images/ring.svg);
    display: block;
    font-size: 0;
    height: 24px;
    text-indent: -9999px;
    width: 24px;
}


.content-area .site-content .no-results.not-found{
	background-color: #fff;
	padding: 30px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


/**------------------ Single Post -------------------**/
.content-area-single-post{

}
.content-area-single-post .site-content header{
	color: #fff;
}
.content-area-single-post .site-content header h1{
    color: inherit;
    font-family: 'ProximaNovaAltBold';
    font-size: 2.125em;
    font-weight: normal;
    margin-bottom: 0.2em;
    max-width: 99%;
    padding-top: 12px;
}
.content-area-single-post .site-content header .header-single-meta{
	font-family: 'ProximaNovaAltSemibold';
	font-size: 15px;
	font-weight: normal;
    margin-bottom: 1.3em;
}
.content-area-single-post .site-content header .header-single-meta .date,
.content-area-single-post .site-content header .header-single-meta .categories{
	display: inline-block;
	vertical-align: top;
}
.content-area-single-post .site-content header .header-single-meta .categories a{
	color: inherit;
	text-decoration: none;
}
.content-area-single-post .site-content header figure img{
	display: block;
}
.content-area-single-post .entry-content{
	background-color: #fff;
	padding: 2.7em 4.3em 4.8em;
}
.content-area-single-post .entry-content .share-social{
    border-top: 3px solid #f8f8f8;
    padding-top: 2.3em;
}

.entry-footer {
	position: relative;
}


/**---------------------- Events ----------------------**/
.tribe-events-notices{
    padding: 1em 1em 1em 1em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    border: 0;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    text-shadow: none;
    width: auto;
    word-wrap: break-word;
}
#tribe-events-pg-template, 
.tribe-events-pg-template{
	max-width: 100%;
    padding: 0 !important;
}
.content-area-events .tribe-events-pg-custom-template,
.content-area-events #tribe-events-pg-custom-template{
    max-width: 100%;
}
.events-list.tribe-bar-is-disabled .content-area-events #tribe-events-content-wrapper,
.events-list .content-area-events #tribe-events-content-wrapper,
.events-list .content-area-events .tribe-events-loop, 
.single-tribe_organizer .content-area-events .tribe-events-loop, 
.single-tribe_venue .content-area-events .tribe-events-loop, 
.tribe-events-day .content-area-events .tribe-events-loop{
	max-width: 100%;
}
.content-area-events .tribe-bar-disabled{
	display: none;
}
.content-area-events #tribe-events-content.tribe-events-list{
	margin-bottom: 0;
}
.content-area-events .tribe-events-list .type-tribe_events:first-of-type{
}
.content-area-events .tribe-events-list .tribe-events-loop .tribe-event-featured, 
.content-area-events .tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured, 
.content-area-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap, 
.content-area-events .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover{
	background-color: #8f8e96;
}
.content-area-events .tribe-events-list .type-tribe_events{
	background-color: #8f8e96;
	color: #fff;
	height: 350px;
    margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}
.content-area-events .tribe-events-list .type-tribe_events:nth-child(even){
	background-color: #fff;
	color: #303840;
}
.content-area-events .tribe-events-list .type-tribe_events:last-child{
	margin-bottom: 15px;
}
.content-area-events .tribe-events-list .type-tribe_events .inner-post-tribe-events{
    height: 100%;
    position: relative;
    width: 100%;
}
.content-area-events .tribe-events-list .type-tribe_events .inner-post-tribe-events:before,
.content-area-events .tribe-events-list .type-tribe_events .inner-post-tribe-events:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-area-events .tribe-events-list .type-tribe_events .inner-post-tribe-events:after{
	clear: both;
}
.content-area-events .tribe-events-list .type-tribe_events .tribe_events_content{
    float: right;
    height: 100%;
    position: relative;
    width: 50%;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.content-area-events .tribe-events-list .type-tribe_events .tribe_events_content .inner-tribe_events_content{
    padding-bottom: 65px;
    padding: 0 60px 68px 95px;
    position: relative;
}
.content-area-events .tribe-events-list .type-tribe_events .tribe_events_content .inner-tribe_events_content:before,
.content-area-events .tribe-events-list .type-tribe_events .tribe_events_content .inner-tribe_events_content:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-area-events .tribe-events-list .type-tribe_events .tribe_events_content .inner-tribe_events_content:after{
	clear: both;
}
.content-area-events .tribe-events-list .type-tribe_events:nth-child(even) .tribe_events_content{
	float: left;
}
.content-area-events .tribe-events-list .type-tribe_events .tribe_events_featured_img{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
    float: left;
    height: 100%;
    width: 50%;
}
.content-area-events .tribe-events-list .type-tribe_events:nth-child(even) .tribe_events_featured_img{
	float: right;
}
.content-area-events .tribe-events-list .type-tribe_events .tribe_events_featured_img a{
    cursor: pointer;
    display: block;
    height: 100%;
    visibility: visible !important;
    width: 100%;
}
.content-area-events .tribe-events-list .type-tribe_events h2.tribe-events-list-event-title{
	color: #fff;
	display: block;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.875em;
	font-weight: normal;
	line-height: 1.25em;
	margin: 0;
	margin-bottom: 0.62em;
	max-height: 117px;
	overflow: hidden;
	padding-bottom: 0.5em;
	position: relative;
}
.content-area-events .tribe-events-list .type-tribe_events:nth-child(even) h2.tribe-events-list-event-title,
.content-area-events .tribe-events-list .type-tribe_events:nth-child(even) h2.tribe-events-list-event-title a{
	color: #41444a;
}
.content-area-events .tribe-events-list .type-tribe_events h2.tribe-events-list-event-title:after{
    background-color: #a549bb;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}
.content-area-events .tribe-events-list .type-tribe_events h2.tribe-events-list-event-title a{
	color: inherit;
}
.content-area-events .tribe-events-list .tribe-events-loop .tribe-events-content{
    color: inherit;
    margin-bottom: 0.5em;
    max-height: 75px;
    overflow: hidden;
    padding: 0;
}
.content-area-events #tribe-events .tribe-events-content p, 
.content-area-events .tribe-events-after-html p, 
.content-area-events .tribe-events-before-html p{
	color: #fff;
	font-family: 'ProximaNovaAltReg';
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.25em;
	margin: 0;
}
.content-area-events #tribe-events .type-tribe_events:nth-child(even) .tribe-events-content p, 
.content-area-events .type-tribe_events:nth-child(even) .tribe-events-after-html p, 
.content-area-events .type-tribe_events:nth-child(even) .tribe-events-before-html p{
	color: #303840;
}
.content-area-events .tribe-events-list a.tribe-events-read-more{
    background-color: #6f317e;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: 'ProximaNovaAltBold';
    font-size: 1em;
    font-weight: normal;
    height: 50px;
    left: 95px;
    line-height: 50px;
    padding: 0 1em;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 160px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.content-area-events .tribe-events-list a.tribe-events-read-more:hover{
	background-color: #333333;
}
/** Archive Events - Add 01/08/18 **/
#tribe-events-pg-template .tribe-events-title-bar, 
.tribe-events-pg-template .tribe-events-title-bar,
#tribe-events-pg-template #tribe-events-bar,
.tribe-events-pg-template #tribe-events-bar{
	display: none;
}


/**---------------------- Single Event ----------------------**/
#tribe-events-content{
	margin: 0;
	padding: 0;
}
.single-tribe_events .tribe-events-event-image{
	margin-bottom: 0;
}
.tribe-events-header{
    border-bottom: 1px solid #D2D6DF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.tribe-events-header:before,
.tribe-events-header:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.tribe-events-header:after{
	clear: both;
}
.tribe-events-header figure{
	background-color: #f2f1f1;
    float: left;
    max-width: 827px;
    position: relative;
    -webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tribe-events-header figure img{
	display: block;
}
.tribe-events-header .tribe-events-title-header{
    background-color: #f2f1f1;
    float: right;
    font-family: 'ProximaNovaAltSemibold';
    font-weight: normal;
    font-size: 1em;
    padding: 2.25em 2.4em;
    position: relative;
    width: 413px;
}
.tribe-events-header .tribe-events-title-header .tribe-event-date-start{
	color: #666a73;
    margin-bottom: 1.7em;
	text-transform: uppercase;
}
.tribe-events-header .tribe-events-title-header .tribe-event-date-start .month,
.tribe-events-header .tribe-events-title-header .tribe-event-date-start .day{
	clear: both;
	display: block;
    line-height: 1.1em;
}
.tribe-events-header .tribe-events-title-header .tribe-event-date-start .month{
	font-size: 1em;
}
.tribe-events-header .tribe-events-title-header .tribe-event-date-start .day{
	font-size: 1.75em;
}
.tribe-events-header .tribe-events-title-header h1.tribe-events-single-event-title{
	color: #41444a;
	font-family: inherit;
	font-weight: normal;
	font-size: 1.875em;
    line-height: 1.2em;
}

.tribe-events-content-area:before,
.tribe-events-content-area:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.tribe-events-content-area:after{
	clear: both;
}
.tribe-events-content-area .tribe-events-descriptions{
    float: left;
    max-width: 827px;
    padding: 3.35em 7px 6em 50px;
    position: relative;
    width: 66.694%;
}
.tribe-events-content-area .tribe-events-secondary{
    float: right;
    padding-left: 24px;
    position: relative;
    max-width: 400px;
    padding: 3.35em 48px 3em 24px;
    width: 32.26%;
}
.tribe-events-content-area .tribe-events-descriptions form.cart{
	margin-bottom: 4em;
}
.tribe-events-content-area .tribe-events-descriptions .cart h4{
    color: #222222;
    margin-bottom: 1.1em;
}
.tribe-events-content-area .tribe-events-descriptions table.tribe-events-tickets{
    background-color: #fff;
    border: 1px solid #eee8f4;
    border-collapse: separate;
    color: #666a73;
    font-family: 'ProximaNovaAltReg';
    font-size: 1em;
    font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 20px 0px #ebe6ed;
	-moz-box-shadow: 0px 0px 20px 0px #ebe6ed;
	box-shadow: 0px 0px 20px 0px #ebe6ed;
}

.tribe-events-content-area .tribe-events-descriptions table.tribe-events-tickets tr{
	border: 0;
}
.tribe-events-content-area .tribe-events-descriptions table.tribe-events-tickets tr td{
	font-size: 1em;
}
.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .tickets_available,
.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .tickets_description, 
.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .tickets_name, 
.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .tickets_price{
	border: 0;
	color: inherit;
	font-size: 1.125em;
}
.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .tickets_price{
    color: #303840;
    font-style: normal;
    font-weight: normal;
}
.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .woocommerce.add-to-cart{
	padding: 16px 10px;
    text-align: left;
}
.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .woocommerce.add-to-cart.center{
	padding: 0;
	text-align: center;
}
.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .tribe-tickets-remaining,
.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .tickets_name p{
	color: inherit;
	font-size: 1em;
}
.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .woocommerce .quantity input{
	background-color: #fff;
	border: 1px solid #dadada;
	color: #b5b3be;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125em;
	font-weight: normal;
	height: 48px;
    margin-bottom: 0;
    padding-left: 11px;
	width: 100px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tribe-events-content-area .tribe-events-descriptions .tribe-button, 
.tribe-events-content-area .tribe-events-descriptions a.tribe-button, 
.tribe-events-content-area .tribe-events-descriptions button.tribe-button, 
.tribe-events-content-area .tribe-events-descriptions input.tribe-button{
	background-color: #6f317e;
	color: #fff;
	font-family: 'ProximaNovaAltBold';
	font-size: 1em;
	font-weight: normal;
	height: 50px;
	margin: 0;
	max-width: 200px;
	padding: 0.5em 0.8em 0.5em 3em;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.tribe-events-content-area .tribe-events-descriptions .tribe-button:before, 
.tribe-events-content-area .tribe-events-descriptions a.tribe-button:before, 
.tribe-events-content-area .tribe-events-descriptions button.tribe-button:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f145";
    font-size: 1.5em;
    left: 20px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}
.tribe-events-content-area .tribe-events-descriptions .tribe-button:hover, 
.tribe-events-content-area .tribe-events-descriptions a.tribe-button:hover, 
.tribe-events-content-area .tribe-events-descriptions button.tribe-button:hover, 
.tribe-events-content-area .tribe-events-descriptions input.tribe-button:hover{
	background-color: #333333;
}

.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta{
	background: none;
	border: 0;
	font-size: 1em;
	margin: 0;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta .column, 
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta .tribe-events-meta-group{
    clear: both;
    margin: 0 0 36px 0;
    padding: 0;
    width: 100%;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta h4{
    margin-bottom: 0.75em;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta p,
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta address{
    line-height: 1.56em;
	margin-bottom: 0;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta a{
	font-size: 1.125em;
	text-decoration: underline;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta p a{
	font-size: 1em;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-cal-links{
	margin-top: 0.3em;
	margin-bottom: 0;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta .tribe-item-organizer{
	margin-bottom: 1em;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta .tribe-item-organizer:last-child{
	margin-bottom: 0;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address{
	padding-right: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1.125em;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address abbr[title]{
	border: 0;
	cursor: default;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-venue-map{
    width: 100%;
    border: 0;
    border-radius: 0;
    margin: 0.5em 0 0 0;
    padding: 0;
}
.tribe-events-content-area .tribe-events-secondary .tribe-events-venue-map #tribe-events-gmap-0{
	height: 327px !important;
	width: 100%;
}

table.tribe-attendee-meta{
	font-size: 16px;
}
#tribe-events-content a, .tribe-events-event-meta a, .tribe-events-meta-group a{
	color: #6f317e;
}


/**---------------------- Find a Local Chapter ----------------------**/
#banner-page.banner-page-find-chapter .banner-content h1{
    font-family: 'ProximaNovaAltSemibold';
    font-weight: normal;
    margin-bottom: 0.35em;
}
#banner-page.banner-page-find-chapter .banner-content h1:after{
	display: none;
}
#banner-page.banner-page-find-chapter .banner-content p, 
#banner-page.banner-page-find-chapter .banner-content li{
	font-family: 'ProximaNovaAltLight';
	font-size: 1.5em;
	font-weight: normal;
}
#banner-page.banner-page-find-chapter .find-chapter{
    /*height: 60px;*/
    margin: 1em 0 0;
    padding: 0.56em 10px 0.56em 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#banner-page.banner-page-find-chapter .find-chapter .find-zipcode{
    width: 68.75%;
}
#banner-page.banner-page-find-chapter .find-chapter .find-zipcode label{
	width: 190px;
}
#banner-page.banner-page-find-chapter .find-chapter .fin-state{
    width: 31.24%;
}
#banner-page.banner-page-find-chapter .find-chapter .fin-state label{
	width: 63px;
}
.content-area.content-area-find-chapter.inner-padding .site-content{
}

.content-area-find-chapter .title-find{
	color: #41444a;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.875rem;
    margin-bottom: 1em;
    padding-top: 0.74em;
}
.content-area-find-chapter .item-find-chapter:before,
.content-area-find-chapter .item-find-chapter:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-area-find-chapter .item-find-chapter:after{
	clear: both;
}
.content-area-find-chapter .item-find-chapter{
	background-color: #fff;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.content-area-find-chapter .item-find-chapter .inner-item-find-chapter{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.content-area-find-chapter .item-find-chapter .find-img,
.content-area-find-chapter .item-find-chapter .find-info,
.content-area-find-chapter .item-find-chapter .find-btn-join{
    float: left;
    position: relative;
}
.content-area-find-chapter .item-find-chapter .find-img{
    margin-right: 52px;
	position: relative;
    width: 239px;
}
.content-area-find-chapter .item-find-chapter .find-info{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.content-area-find-chapter .item-find-chapter .find-btn-join{
    margin-top: -25px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 200px;
}
.content-area-find-chapter .item-find-chapter .find-img img{
	display: block;
}
.content-area-find-chapter .item-find-chapter .find-img .find-icon{
    color: #fff;
    font-size: 1.5em;
    line-height: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    right: -30px;
    top: 50%;
    width: 60px;
    text-align: center;
    -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(111, 49, 126, 0.25);
    -moz-box-shadow: 0px 0px 0px 3px rgba(111, 49, 126, 0.25);
    box-shadow: 0px 0px 0px 3px rgba(111, 49, 126, 0.25);
	background: rgba(142,64,162,1);
	background: -moz-linear-gradient(top, rgba(142,64,162,1) 0%, rgba(111,49,126,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,64,162,1)), color-stop(100%, rgba(111,49,126,1)));
	background: -webkit-linear-gradient(top, rgba(142,64,162,1) 0%, rgba(111,49,126,1) 100%);
	background: -o-linear-gradient(top, rgba(142,64,162,1) 0%, rgba(111,49,126,1) 100%);
	background: -ms-linear-gradient(top, rgba(142,64,162,1) 0%, rgba(111,49,126,1) 100%);
	background: linear-gradient(to bottom, rgba(142,64,162,1) 0%, rgba(111,49,126,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e40a2', endColorstr='#6f317e', GradientType=0 );
}
.content-area-find-chapter .item-find-chapter .find-info{
    padding: 0.7em 245px 0.7em 0;
}
.content-area-find-chapter .item-find-chapter .find-info .inner-find-info{

}
.content-area-find-chapter .item-find-chapter .find-info p{
	margin-bottom: 0;
}
.content-area-find-chapter .item-find-chapter .find-info h2{
	color: #41444a;
	font-family: 'ProximaNovaAltReg';
	font-size: 1.875em;
	font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}
.content-area-find-chapter .item-find-chapter .find-info h3{
	color: #6f317e;
	font-family: 'ProximaNovaAltReg';
	font-size: 1.375em;
	font-weight: normal;
	margin-bottom: 0.4em;
}
.content-area-find-chapter .item-find-chapter .find-info span:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    color: #6f317e;
    font-size: 5px;
    margin: 0 5px;
    vertical-align: middle;
}
.content-area-find-chapter .item-find-chapter .find-info span:nth-of-type(1):before{
	display: none;
}
.content-area-find-chapter .item-find-chapter .find-info .cols-find-info{
    margin-top: 0.95em;
    position: relative;
    width: 100%;
}
.content-area-find-chapter .item-find-chapter .find-info .cols-find-info:before,
.content-area-find-chapter .item-find-chapter .find-info .cols-find-info:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-area-find-chapter .item-find-chapter .find-info .cols-find-info:after{
	clear: both;
}
.content-area-find-chapter .item-find-chapter .find-info .cols-find-info .col{
    float: left;
    width: 48%;
}
.content-area-find-chapter .item-find-chapter .find-info .cols-find-info .col.first{
    width: 50.61%;
}
.content-area-find-chapter .item-find-chapter .find-info .cols-find-info .col.last{
	float: right;
}

.content-area-find-chapter .item-find-chapter .find-btn-join a.btn-join{
	background-color: #6f317e;
	color: #fff;
	display: block;
	font-family: 'ProximaNovaAltBold';
	font-size: 1em;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
    padding: 0 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 200px;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.content-area-find-chapter .item-find-chapter .find-btn-join a.btn-join-mobile{
	display: none;
}
.content-area-find-chapter .item-find-chapter .find-btn-join a.btn-join:hover{
	background-color: #333333;
}

/**---------------------- Chapter Home ----------------------**/
#primary.content-area-chapter.inner-radius-top .site-content{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#primary.content-area-chapter .container-flex .site-content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#primary.content-area-chapter .site-content article{
	float: right;
	max-width: 827px;
	position: relative;
	width: 66.694%;
}
#primary.content-area-chapter .site-content article:before{
	background-color: #6f317e;
	content: '';
	display: block;
	height: 70px;
	position: relative;
	width: 100%;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.content-area-chapter .site-content .entry-content{
    padding: 3.25em 50px 4em 7px;
}
.content-area-chapter .site-content .wcpv-vendor-profile.entry-summary{
	display: block;
	overflow: hidden;
	padding-bottom: 2.4em;
}
.content-area-chapter .site-content .wcpv-vendor-profile.entry-summary img.alignright:nth-of-type(1){
    margin-top: -32px;
    margin-left: 2.54em;
}
.content-area-chapter .subscriptions-chapter{
	padding-bottom: 1.8em;
}
.content-area-chapter .subscriptions-chapter:before,
.content-area-chapter .subscriptions-chapter:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-area-chapter .subscriptions-chapter:after{
	clear: both;
}
.content-area-chapter .subscriptions-chapter .content-product-subscription{
	background-color: #fff;
	border: 1px solid #eee8f4;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125em;
	font-weight: normal;
	line-height: 1.2em;
    margin-bottom: 1em;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 20px 0px #ebe6ed;
	-moz-box-shadow: 0px 0px 20px 0px #ebe6ed;
	box-shadow: 0px 0px 20px 0px #ebe6ed;
}
.content-area-chapter .subscriptions-chapter .content-product-subscription:before,
.content-area-chapter .subscriptions-chapter .content-product-subscription:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-area-chapter .subscriptions-chapter .content-product-subscription:after{
	clear: both;
}
.content-area-chapter .subscriptions-chapter .content-product-subscription .inner-content-product-subscription{
}
.content-area-chapter .subscriptions-chapter .content-product-subscription .col-subscription{
	color: #303840;
	display: inline-block;
	float: left;
	padding: 0.804em 0.5em;
	text-align: center;
	vertical-align: top;
}
.content-area-chapter .subscriptions-chapter .content-product-subscription .name-subscription{
	color: #666a73;
	max-width: 352px;
	padding-left: 1.2em;
	padding-right: 1.5em;
	text-align: left;
	width: auto;
}
.content-area-chapter .subscriptions-chapter .content-product-subscription .price-subscription{
    max-width: 155px;
    width: 20.58823529411765%;
}
.content-area-chapter .subscriptions-chapter .content-product-subscription .join-now-subscription{
    float: right;
    padding: 0;
    max-width: 200px;
    width: 26.7379679144385%;
}
.content-area-chapter .subscriptions-chapter .content-product-subscription .join-now-subscription a.button.alt{
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
}

/** Shortcode Join Member **/
.content-area-chapter.shortcode-join-member .subscriptions-chapter .content-product-subscription .col-subscription{
	display: table-cell;
	max-width: 100% !important;
}


.content-area-chapter .upcoming-events-chapter{
    padding-bottom: 2.9em;
}
.content-area-chapter .upcoming-events-chapter .tribe-list-widget{
    margin: 1.95em 0;
}
.content-area-chapter .upcoming-events-chapter .tribe-list-widget li.tribe-events-list-widget-events{
	font-size: 1em;
	list-style: none;
    margin-bottom: 15px;
	margin-left: 0;
}
.content-area-chapter .upcoming-events-chapter .tribe-list-widget li.tribe-events-list-widget-events:last-child{
	margin-bottom: 0;
}
.content-area-chapter .upcoming-events-chapter .tribe-event{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-date{
	float: left;
	height: 60px;
    margin-right: 7px;
	max-width: 55px;
	overflow: hidden;
	width: 7.143%;
    width: 55px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,235,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(236,235,240,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,235,240,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,235,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,235,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(236,235,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecebf0', GradientType=0 );
}
.content-area-chapter .upcoming-events-chapter .tribe-event-date .tribe-event-date-start{
	font-size: 1em;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-date .month,
.content-area-chapter .upcoming-events-chapter .tribe-event-date .day{
	display: block;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-date .month{
	color: #fff;
	font-family: 'ProximaNovaAltBold';
	font-size: 12px;
	line-height: 21px;
	height: 20px;
	background: rgba(137,85,163,1);
	background: -moz-linear-gradient(top, rgba(137,85,163,1) 0%, rgba(111,49,126,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(137,85,163,1)), color-stop(100%, rgba(111,49,126,1)));
	background: -webkit-linear-gradient(top, rgba(137,85,163,1) 0%, rgba(111,49,126,1) 100%);
	background: -o-linear-gradient(top, rgba(137,85,163,1) 0%, rgba(111,49,126,1) 100%);
	background: -ms-linear-gradient(top, rgba(137,85,163,1) 0%, rgba(111,49,126,1) 100%);
	background: linear-gradient(to bottom, rgba(137,85,163,1) 0%, rgba(111,49,126,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8955a3', endColorstr='#6f317e', GradientType=0 );
}
.content-area-chapter .upcoming-events-chapter .tribe-event-date .day{
	color: #696969;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125em;
	height: 40px;
	line-height: 40px;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info{
    border: 1px solid #dddddd;
    color: #303840;
    float: right;
    font-size: 1.125em;
    margin-left: auto;
    max-width: 705px;
    min-height: 60px;
    padding: 6px 15px;
    width: 91.559%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info .tribe-event-header{
	cursor: pointer;
	position: relative;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info .tribe-event-header:after{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e93a";
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info.open .tribe-event-header:after{
    content: "\e939";
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info .tribe-event-detail-accordion{
	font-size: 16px;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info .tribe-event-detail-accordion h4{
	font-size: 15px;
	margin-bottom: 0.4em;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info .tribe-event-detail-accordion p:last-child{
	margin-bottom: 0;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info.open .tribe-event-detail-accordion{
    border-top: 1px solid rgba(221, 221, 221, 0.59);
    margin-top: 1em;
    padding-top: 1em;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info .tribe-event-detail-accordion .tribe-item-organizer{
	margin-bottom: 1em;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info .tribe-event-detail-accordion .tribe-item-organizer p{
	margin-bottom: 0;
}

.content-area-chapter .upcoming-events-chapter .tribe-event-info .tribe-event-title{
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 7px;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info .tribe-event-title a{
	color: #303840;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
.content-area-chapter .upcoming-events-chapter .tribe-event-info .trive-event-details{
	font-family: 'ProximaNovaAltLight';
	font-weight: normal;
}

.content-area-chapter .host-ranges-chapter{
	border-top: 3px solid #f8f8f8;
    padding: 2.1em 0 1em 0;
}
.content-area-chapter .host-ranges-chapter h2{
	margin-bottom: 1.35em;
}
.content-area-chapter .host-ranges-chapter .block-host-range{
    margin-bottom: 2.5em;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.content-area-chapter .host-ranges-chapter .block-host-range:last-child{
	margin-bottom: 0;
}
.content-area-chapter .host-ranges-chapter .block-host-range:before,
.content-area-chapter .host-ranges-chapter .block-host-range:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-area-chapter .host-ranges-chapter .block-host-range:after{
	clear: both;
}
.content-area-chapter .host-ranges-chapter .block-host-range .block-info{
    color: #303840;
    float: right;
    margin-top: 2.9em;
    -webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.content-area-chapter .host-ranges-chapter .block-host-range .block-info h3,
.content-area-chapter .host-ranges-chapter .block-host-range .block-info a.link-web,
.content-area-chapter .host-ranges-chapter .block-host-range .block-info a.link-view-map{
	clear: both;
	display: block;
}
.content-area-chapter .host-ranges-chapter .block-host-range .block-info h3{
    margin-bottom: 3px;
}
.content-area-chapter .host-ranges-chapter .block-host-range .block-info p{
	margin-bottom: 0;
}
.content-area-chapter .host-ranges-chapter .block-host-range .block-info address{
    margin-bottom: 0;
}
.content-area-chapter .host-ranges-chapter .block-host-range .block-info address a{
    color: #303840;
	text-decoration: none;
}
.content-area-chapter .host-ranges-chapter .block-host-range .block-thumbnail{
    float: left;
    margin-right: 45px;
    max-width: 250px;
    width: 250px;
}
.content-area-chapter .host-ranges-chapter .block-host-range .block-thumbnail img{
	display: block;
}

#primary.content-area-chapter .site-content #secondary{
    float: left;
    font-size: 1em;
    max-width: 413px;
    overflow: hidden;
    position: relative;
    width: 33.31%;
}
#primary.content-area-chapter #secondary .title-widget{
	color: #ffffff;
	font-family: 'ProximaNovaAltBold';
	font-size: 1.375em;
	font-weight: normal;
	line-height: 70px;
	height: 70px;
    margin-bottom: 0;
    padding: 0 3em 0 1.5em;
	position: relative;
	background: rgba(237,0,158,1);
	background: -moz-linear-gradient(top, rgba(237,0,158,1) 0%, rgba(199,2,133,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,0,158,1)), color-stop(100%, rgba(199,2,133,1)));
	background: -webkit-linear-gradient(top, rgba(237,0,158,1) 0%, rgba(199,2,133,1) 100%);
	background: -o-linear-gradient(top, rgba(237,0,158,1) 0%, rgba(199,2,133,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,0,158,1) 0%, rgba(199,2,133,1) 100%);
	background: linear-gradient(to bottom, rgba(237,0,158,1) 0%, rgba(199,2,133,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed009e', endColorstr='#c70285', GradientType=0 );
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
#primary.content-area-chapter #secondary .title-widget:after{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e60e";
    background-color: #9c0168;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    right: 20px;
    top: 50%;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px -1px 2px 0px #ff44c1;
    -moz-box-shadow: inset 0px -1px 2px 0px #ff44c1;
    box-shadow: inset 0px -1px 2px 0px #ff44c1;
}
#primary.content-area-chapter #secondary .inner-secondary{
	padding: 3.04em 3.175em 0 2.2em;
}
#primary.content-area-chapter #secondary .meta-info-chapter{
	margin-bottom: 3.7em;
}
#primary.content-area-chapter #secondary .meta-info-chapter p{
	margin-bottom: 0;
}
#primary.content-area-chapter #secondary .meta-info-chapter p span:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    color: #6f317e;
    font-size: 5px;
    margin: 0 5px;
    vertical-align: middle;
}
#primary.content-area-chapter #secondary .meta-info-chapter p span:nth-of-type(1):before{
	display: none;
}
#primary.content-area-chapter #secondary .meta-info-location-chapter{
	margin-bottom: 2.75em;
}
#primary.content-area-chapter #secondary .meta-info-location-chapter address{
    max-width: 280px;
}
.acf-map {
    width: 100%;
    height: 327px;
    border: 0;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}


/**---------------------- Contact Us ----------------------**/
.content-area-contact{
	padding-bottom: 0;
}
.content-area-contact .entry-content:before,
.content-area-contact .entry-content:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-area-contact .entry-content:after{
	clear: both;
}
.content-area-contact .entry-content{
	position: relative;
}
.content-area-contact .container-max-width{
	max-width: 620px;
	padding-right: 50px;
	position: relative;
	width: 50%;
}
.content-area-contact h2{
	font-size: 1.6875em;
    margin-bottom: 1em;
}
.contact-details .inner-contact-details{
	padding: 6.1em 0 3.2em;
}
.contact-details .info-contact{
    clear: both;
    margin: 2em 0 1em;
    position: relative;
    width: 100%;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.contact-details .info-contact [class^="icon-"], 
.contact-details .info-contact [class*=" icon-"],
.contact-details .info-contact .info{
	display: inline-block;
	vertical-align: top;
}
.contact-details .info-contact [class^="icon-"], 
.contact-details .info-contact [class*=" icon-"]{
    color: #6f317e;
    font-size: 2.25em;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
    width: 55px;
}
.contact-details .info-contact .info{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contact-details .info-contact .info h4{
    margin-bottom: 0.8em;
}
.contact-details .info-contact .info p{
	margin-bottom: 0;
}
.contact-details .info-contact .info a[href^="tel:"]{
	color: inherit;
	text-decoration: none;
}
.contact-details .info-contact .info a[href^="mailto:"]{
	font-family: 'ProximaNovaAltReg';
	font-weight: normal;
}
.contact-details .info-contact .icon-map-marker{
	top: -2px;
}
.contact-details .info-contact .icon-phone{
    top: 3px;
}
.contact-details .info-contact .icon-envelope{
    top: -7px;
}
.content-contact-form{
	background-color: #eceff4;
}
.content-contact-form .inner-content-contact-form{
    padding-bottom: 9.6em;
    padding-top: 4.2em;
}
.content-contact-map,
.content-contact-map .container-full,
.content-contact-map .contact-map{
	height: 100%;
}
.content-contact-map{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.content-contact-map .contact-map{
	min-height: 400px;
	width: 100%;
}


/**---------------------- Woocommerce ----------------------**/
/** General **/
.woocommerce h1{
	margin-bottom: 1em;
}
.woocommerce h2{
	margin-bottom: 15px;
}
.woocommerce h3{
	margin-bottom: 15px;
}
.woocommerce-info{
	border-color: #8955a3;
}
.woocommerce-info::before{
	color: #8955a3;
}
.woocommerce-message{
	border-color: #c70285;
}
.woocommerce-message::before{
	color: #c70285;
}
.woocommerce-message a{
    color: #303840;
}
.woocommerce-error li, 
.woocommerce-info li, 
.woocommerce-message li{
	font-size: 1em;
	margin-bottom: 0;
}
.woocommerce small{
	font-family: 'ProximaNovaAltLight';
	font-size: 14px;
	font-weight: normal;
}

.woocommerce form.checkout_coupon .form-row:last-child, 
.woocommerce form.login .form-row:last-child, 
.woocommerce form.register .form-row:last-child,
.woocommerce form.checkout_coupon p:last-child, 
.woocommerce form.login p:last-child, 
.woocommerce form.register p:last-child{
	margin-bottom: 0;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
	padding-bottom: 0;
}
.woocommerce-checkout .woocommerce #respond input#submit.alt, 
.woocommerce-checkout .woocommerce a.button.alt, 
.woocommerce-checkout .woocommerce button.button.alt, 
.woocommerce-checkout .woocommerce input.button.alt, 
.woocommerce-checkout .woocommerce form.login input.button{
    height: 50px;
    line-height: 50px;
}


/** Woo new classes **/
.shop-box-shadow{
    border: 1px solid #f0e8f3;
    color: #303840;
    font-family: 'ProximaNovaAltLight';
    font-size: 1.125em;
    font-weight: normal;
    line-height: 1.3em;
    max-width: 370px;
    padding: 14px 20px;
    width: 48%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(235, 230, 237, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(235, 230, 237, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(235, 230, 237, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.shop-box-shadow address{
	font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
    border: 0 !important;
    padding: 0 !important;
}

.woocommerce .col2-set .col-1 .shop-box-shadow, 
.woocommerce-page .col2-set .col-1 .shop-box-shadow,
.woocommerce .col2-set .col-2 .shop-box-shadow, 
.woocommerce-page .col2-set .col-2 .shop-box-shadow{
	width: 100%;
}

/** Form **/
.woocommerce form .form-row{
    font-size: 1em;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0;
}
.woocommerce form .form-row:last-child{
	/*margin-bottom: 0;*/
}
.woocommerce form .form-row label{
    color: #303840;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125em;
    font-weight: normal;
    line-height: 1.8em;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
	border: 1px solid #dadada;
	color: #303840;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125em;
	font-weight: normal;
	padding: 0 0.85em;
    width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.woocommerce form .form-row textarea{
	font-family: 'ProximaNovaAltSemiboldIt';
	font-weight: normal;
	height: 100px;
    padding: 0.6em 0.85em;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select{
	border-color: #dadada;
}
.woocommerce form .form-row input.input-text,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
	height: 45px;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder, 
.woocommerce form .form-row textarea::-webkit-input-placeholder,
#add_payment_method table.cart td.actions .coupon .input-text::-webkit-input-placeholder, 
.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder, 
.woocommerce-checkout table.cart td.actions .coupon .input-text::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #b9b7c4;
}
.woocommerce form .form-row input.input-text::-moz-placeholder, 
.woocommerce form .form-row textarea::-moz-placeholder,
#add_payment_method table.cart td.actions .coupon .input-text::-moz-placeholder, 
.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder, 
.woocommerce-checkout table.cart td.actions .coupon .input-text::-moz-placeholder{ /* Firefox 19+ */
	color: #b9b7c4;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder, 
.woocommerce form .form-row textarea:-ms-input-placeholder,
#add_payment_method table.cart td.actions .coupon .input-text:-ms-input-placeholder, 
.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder, 
.woocommerce-checkout table.cart td.actions .coupon .input-text:-ms-input-placeholder{ /* IE 10+ */
	color: #b9b7c4;
}
.woocommerce form .form-row input.input-text:-moz-placeholder, 
.woocommerce form .form-row textarea:-moz-placeholder,
#add_payment_method table.cart td.actions .coupon .input-text:-moz-placeholder, 
.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder, 
.woocommerce-checkout table.cart td.actions .coupon .input-text:-moz-placeholder{ /* Firefox 18- */
	color: #b9b7c4;
}
.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus,
#add_payment_method table.cart td.actions .coupon .input-text:focus, 
.woocommerce-cart table.cart td.actions .coupon .input-text:focus, 
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus{
	border-color: #a475b2; 
	-webkit-box-shadow: 0px 0px 20px 0px #ebe6ed;
	-moz-box-shadow: 0px 0px 20px 0px #ebe6ed;
	box-shadow: 0px 0px 20px 0px #ebe6ed;
}
.woocommerce form .form-row.create-account{
	margin: 0;
	padding: 0;
}

/** select2 **/
.woocommerce form .form-row .select2-container--default .select2-selection--single{
	border-color: #dadada;
	height: 45px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125em;
    font-weight: normal;
    line-height: 45px;
    color: #303840;
    padding: 0 2.4em 0 0.85em;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow{
    border-left: 1px solid #f3f4f6;
    height: 43px;
    top: 1px;
    width: 42px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background: none;
    background-image: url(assets/images/arrow-select2.png);
    border: 0;
    height: 9px;
    left: 0;
    margin: -4px auto 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
}
.woocommerce form .form-row label.checkbox, 
.woocommerce-page form .form-row label.checkbox, .woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox{
	display: inline-block;
	font-family: 'ProximaNovaAltLight';
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.2em;
	overflow: visible;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.woocommerce form .form-row label.checkbox:before, 
.woocommerce-page form .form-row label.checkbox:before,
.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox:before{
    background-image: url(assets/images/checkbox.png);
    background-position: center -1px;
    background-repeat: no-repeat;
    display: inline-block;
    content: '';
    height: 22px;
    line-height: 1;
    margin-right: 2px;
    position: relative;
    top: -1px;
    vertical-align: top;
    width: 24px;
}
.woocommerce form .form-row label.checkbox .input-checkbox,
.woocommerce-page form .form-row label.checkbox .input-checkbox,
.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox .input-checkbox{
	display: none;
}
.woocommerce form .form-row label.checkbox.label-checkbox-checked:before,
.woocommerce-page form .form-row label.checkbox.label-checkbox-checked:before,
.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox.label-checkbox-checked:before{
	background-position: center -26px;
}
.woocommerce form .form-row label.checkbox span,
.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox span{
	position: relative;
	top: 1px;
}

/** Tables **/
/** Table Shadow & Background **/
.woocommerce table.shop_table{
	border: 1px solid #f0e8f3;
	border-spacing: 0;
    border-collapse: separate;
    font-family: 'ProximaNovaAltLight';
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 28px;
    overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(235, 230, 237, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(235, 230, 237, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(235, 230, 237, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.woocommerce table.shop_table:first-child{
	margin-top: 0;
}

.woocommerce table.shop_table tr,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
	border: 0;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
	border: 0;
}
.woocommerce table.shop_table thead{
    -webkit-box-shadow: 0px 5px 20px 0px rgba(235, 230, 237, 0.5);
    -moz-box-shadow: 0px 5px 20px 0px rgba(235, 230, 237, 0.5);
    box-shadow: 0px 5px 20px 0px rgba(235, 230, 237, 0.5);
}
.woocommerce table.shop_table thead th{
	background-color: #fff;
}
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table thead td{
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}
.woocommerce table.shop_table thead th:first-child,
.woocommerce table.shop_table thead td:first-child{
	border-left: 0;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td{
	background-color: #f8f8f8;
}

/** Table Fonts & margins **/
.woocommerce table.shop_table thead th{
    color: #666a73;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125em;
	font-weight: normal;
	height: 50px;
    padding: 0.5em 0.5em 0.5em 1.1em;
    vertical-align: middle;
}
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
	padding-left: 1.1em;
    padding-right: 20px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
	font-size: 1.125em;
}
.woocommerce table.shop_table tbody th:first-child,
.woocommerce table.shop_table tbody td:first-child,
#wl-wrapper .wl-table tbody td:first-child{
	font-family: 'ProximaNovaAltSemibold';
}
.woocommerce table.shop_table tbody th a,
.woocommerce table.shop_table tbody td a{
	color: #6f317e;
	font-family: inherit;
	font-size: 1em;
	text-decoration: none;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot th{
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
}
.woocommerce table.shop_table tfoot td{
	font-family: 'ProximaNovaAltReg';
	font-weight: normal;
}
.woocommerce table.shop_table td small{
	font-family: 'ProximaNovaAltLight';
	font-size: 14px;
	font-weight: normal;
}
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tbody th,
#wl-wrapper .wl-table tbody td,
#wl-wrapper .wl-table tbody th{
    line-height: 1.4em;
    padding-bottom: 0.95em;
    padding-top: 0.95em;
    height: 60px;
    vertical-align: top;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td{
    height: 40px;
    line-height: 1;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    vertical-align: top;
}
.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td{
  
}
.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td{

}

/** Table class **/
.woocommerce table.shop_table thead td.order-actions:last-child,
.woocommerce table.shop_table thead th.order-actions:last-child,
.woocommerce table.shop_table thead th[class$="actions"]{
	border-left: 0;
}
.woocommerce table.shop_table td.product-total,
.woocommerce table.shop_table tbody td.order-total,
.woocommerce table.shop_table tbody td[data-title="Total"]{
	font-family: 'ProximaNovaAltReg';
	font-weight: normal;
}
.woocommerce table.shop_table.order_details td.product-total{
	color: #666a73;
}

.woocommerce table.shop_table .recurring-total.order-total td{
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
}
.woocommerce table.shop_table td.sv-wc-payment-gateway-payment-method-title{
	font-family: 'ProximaNovaAltLight' !important;
	font-weight: normal;
}

.woocommerce table.shop_table tbody td.sv-wc-payment-gateway-payment-method-actions,
.woocommerce table.shop_table tbody td.order-actions{
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    vertical-align: middle;
}
.woocommerce table.shop_table.subscription_details{
	width: 100%;
	max-width: 496px;
}
.woocommerce table.shop_table.customer_details{
	max-width: 370px;
	width: 100%;
}
.woocommerce table.shop_table.customer_details td:last-child{
	text-align: right;
}
.woocommerce table.shop_table.subscription_details td,
.woocommerce table.shop_table.subscription_details th,
.woocommerce table.shop_table.customer_details th,
.woocommerce table.shop_table.customer_details td{
    height: 50px;
    padding-bottom: 0.7em;
    padding-top: 0.75em;
    vertical-align: middle;
}
.woocommerce table.shop_table .first-payment-date{
	color: #666a73;
}
.woocommerce table.shop_table tbody th.order-number a,
.woocommerce table.shop_table tbody td.order-number a,
.woocommerce table.shop_table tbody td.woocommerce-orders-table__cell-order-number a,
.woocommerce table.shop_table tbody td[data-title="Order"] a{
	color: inherit;
}
table.sv-wc-payment-gateway-my-payment-methods-table .sv-wc-payment-gateway-payment-method-title img{
	height: auto !important;
    width: 55px !important;
}
.woocommerce table.shop_table.order_details .order_item td{
	padding-top: 1.6em;
}

/** List **/
.woocommerce table.shop_table li{
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
.woocommerce td.product-name .wc-item-meta, 
.woocommerce td.product-name dl.variation{
	margin: 0.5em 0;
}
.woocommerce td.product-name .wc-item-meta li .wc-item-meta-label, 
.woocommerce td.product-name dl.variation li .wc-item-meta-label{

}
.woocommerce td.product-name .wc-item-meta li a[href^="mailto:"], 
.woocommerce td.product-name dl.variation li a[href^="mailto:"]{
	clear: both;
	display: inline-block;
	float: left;
}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li{
	font-size: 1rem;
	list-style: none;
}


/** Button **/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    background: none;
    border: 2px solid #6f317e;
    color: #6f317e;
    font-family: 'ProximaNovaAltBold';
    font-size: 1rem;
    font-weight: normal;
    height: 45px;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover{
	background-color: #6f317e;
	border-color: #6f317e;
	color: #fff;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
#add_payment_method table.cart input, 
.woocommerce-cart table.cart input, 
.woocommerce-checkout table.cart input{
    line-height: 43px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
	color: #6f317e;
	padding: 0 0.935em;
}
.woocommerce .cart .button[name="update_cart"], 
.woocommerce .cart input.button[name="update_cart"]{
    background-image: url(assets/images/icon-update.png);
    background-position: 26px -33px;
    background-repeat: no-repeat;
    padding-left: 3.27em;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    -moz-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
}
.woocommerce .cart .button[name="update_cart"]:hover, 
.woocommerce .cart input.button[name="update_cart"]:hover{
    background-position: 26px 9px;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce form.login input.button{
    background-color: #6f317e;
    border: 0;
    color: #fff;
    font-family: 'ProximaNovaAltBold';
    font-size: 1em;
    height: 62px;
    font-weight: normal;
    line-height: 62px;
    min-width: 0;
    padding: 0 1.5em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce form.login input.button:hover{
	background-color: #333333;
	color: #fff;
}

/** Button Table **/
.woocommerce table.my_account_orders .order-actions .button{
	display: block;
}
.woocommerce table.shop_table a.button,
.woocommerce a.edit{
    background-color: #6f317e;
    color: #ffffff;
    font-family: 'ProximaNovaAltBold';
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    margin: .125em 0 .125em .25em;
    min-width: 74px;
    padding: 0 0.9em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce table.shop_table a.button:hover,
.woocommerce a.edit:hover{
	background-color: #333333;
}

/** Button My Account **/
.woocommerce-MyAccount-content a.button{
    background-color: #6f317e;
    border: 0;
    color: #fff;
    font-family: 'ProximaNovaAltBold';
    font-size: 1rem;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding: 0 1.55em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce-MyAccount-content a.button:hover{
	background-color: #333333;
}

/** Login **/
.content-area-login .woocommerce form.login, 
.content-area-login .woocommerce form.register{
	margin: 0;
	padding: 50px;
}
.content-area-login .woocommerce form.checkout_coupon:before, 
.content-area-login .woocommerce form.login:before, 
.content-area-login .woocommerce form.register:before,
.content-area-login .woocommerce form.checkout_coupon:after, 
.content-area-login .woocommerce form.login:after, 
.content-area-login .woocommerce form.register:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-area-login .woocommerce form.checkout_coupon:after, 
.content-area-login .woocommerce form.login:after, 
.content-area-login .woocommerce form.register:after{
	clear: both;
}
.content-area-login .woocommerce form.login, 
.content-area-login .woocommerce form.register{
	background-color: #fff;
	border: 0;
	margin: auto;
	max-width: 450px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px -22px 30px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -22px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -22px 30px 0px rgba(0, 0, 0, 0.2);
}
.content-area-login .woocommerce form.login .form-row, 
.content-area-login .woocommerce form.register .form-row{
	clear: both;
	font-size: 1em;
	margin: 0 0 1.25em;
	padding: 0;
	position: relative;
	width: 100%;
}
.content-area-login .woocommerce form.login .form-row label, 
.content-area-login .woocommerce form.register .form-row label{
	color: #303840;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 8px;
	margin-top: 3px;
	text-transform: uppercase;
}
.content-area-login .woocommerce form.login .form-row input.input-text, 
.content-area-login .woocommerce form.login .form-row textarea, 
.content-area-login .woocommerce form.register .form-row input.input-text,
.content-area-login .woocommerce form.register .form-row textarea{
	border: 1px solid #dadada;
	color: #504c5b;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.25em;
	font-weight: normal;
	padding: 0 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.content-area-login .woocommerce form.login .form-row input.input-text,
.content-area-login .woocommerce form.register .form-row input.input-text{
	height: 55px;
}
.content-area-login .woocommerce form.login .form-row input.input-text::-webkit-input-placeholder, 
.content-area-login .woocommerce form.login .form-row textarea::-webkit-input-placeholder, 
.content-area-login .woocommerce form.register .form-row input.input-text::-webkit-input-placeholder,
.content-area-login .woocommerce form.register .form-row textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #b9b7c4;
}
.content-area-login .woocommerce form.login .form-row input.input-text::-moz-placeholder, 
.content-area-login .woocommerce form.login .form-row textarea::-moz-placeholder, 
.content-area-login .woocommerce form.register .form-row input.input-text::-moz-placeholder,
.content-area-login .woocommerce form.register .form-row textarea::-moz-placeholder{ /* Firefox 19+ */
	color: #b9b7c4;
}
.content-area-login .woocommerce form.login .form-row input.input-text:-ms-input-placeholder, 
.content-area-login .woocommerce form.login .form-row textarea:-ms-input-placeholder, 
.content-area-login .woocommerce form.register .form-row input.input-text:-ms-input-placeholder,
.content-area-login .woocommerce form.register .form-row textarea:-ms-input-placeholder{ /* IE 10+ */
	color: #b9b7c4;
}
.content-area-login .woocommerce form.login .form-row input.input-text:-moz-placeholder, 
.content-area-login .woocommerce form.login .form-row textarea:-moz-placeholder, 
.content-area-login .woocommerce form.register .form-row input.input-text:-moz-placeholder,
.content-area-login .woocommerce form.register .form-row textarea:-moz-placeholder{ /* Firefox 18- */
	color: #b9b7c4;
}
.content-area-login .woocommerce form.login .form-row input.input-text:focus, 
.content-area-login .woocommerce form.login .form-row textarea:focus, 
.content-area-login .woocommerce form.register .form-row input.input-text:focus,
.content-area-login .woocommerce form.register .form-row textarea:focus{
	border-color: #9b66aa;
	-webkit-box-shadow: 0px 0px 20px 0px #ebe6ed;
	-moz-box-shadow: 0px 0px 20px 0px #ebe6ed;
	box-shadow: 0px 0px 20px 0px #ebe6ed;
}
.content-area-login .woocommerce form.login .woocommerce-error, 
.content-area-login .woocommerce form.register .woocommerce-error{
}
.content-area-login .woocommerce form.login .woocommerce-error li,
.content-area-login .woocommerce form.register .woocommerce-error li{
    font-size: 1em;
    margin-bottom: 0;
}
.content-area-login .woocommerce form .lost_password{
    font-size: 1em;
    margin: 22px 0 0 0;
}
.content-area-login .woocommerce form .lost_password a{
	color: #6f317e;
	font-family: 'ProximaNovaAltBold';
	font-size: 1em;
	font-weight: normal;
}
.content-area-login .woocommerce form .form-row .required{
	color: #c70285;
	font-weight: normal;
}
.content-area-login .woocommerce form.woocommerce-ResetPassword{

}


/** Cart **/
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th{
	border: 0;
}
.woocommerce .cart_totals table.shop_table .recurring-total td{
	text-transform: capitalize;
}
.woocommerce .checkout table.shop_table thead th,
.woocommerce table.shop_table.cart thead th,
.woocommerce .checkout table.shop_table td,
.woocommerce table.shop_table.cart td,
.woocommerce .checkout table.shop_table th,
#wl-wrapper .wl-table td,
#wl-wrapper .wl-table thead th{
    padding-left: 28px;
}
#wl-wrapper .wl-table td:first-child,
#wl-wrapper .wl-table thead th:first-child{
    padding-left: 28px !important;
}

.woocommerce .woocommerce-cart-form .items-product-name{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.woocommerce .woocommerce-cart-form .items-product-name .item-product-name.item-remove{
    width: 26px;
    margin-right: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.woocommerce .woocommerce-cart-form .items-product-name .item-product-name.item-thumbnail{
    margin-right: 20px;
    width: 160px;
}
.woocommerce-cart table.cart .item-product-name.item-thumbnail a{
	display: block;
	height: auto;
}
.woocommerce .woocommerce-cart-form .items-product-name .item-product-name.item-name{
    padding-top: 5px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.woocommerce-cart-form .shop_table{
	color: #303840;
}
.woocommerce .woocommerce-cart-form .shop_table tbody td{
	font-family: 'ProximaNovaAltReg';
	font-size: 1.125em;
	font-weight: normal;
	padding-top: 1.8em;
	padding-bottom: 1.6em;
}
.woocommerce .woocommerce-cart-form .shop_table tbody .product-name{
	font-family: 'ProximaNovaAltLight';
	font-size: 1.125em;
	font-weight: normal;
}
.woocommerce .woocommerce-cart-form .shop_table tbody .product-name a{
	font-family: 'ProximaNovaAltReg';
	font-size: 1.375rem;
	font-weight: normal;
	color: #6f317e;
}
.woocommerce .woocommerce-cart-form .shop_table tbody .product-name fieldset,
.woocommerce div.product form.cart fieldset{
    margin-top: 10px;
}
.woocommerce .woocommerce-cart-form .shop_table tbody .product-price,
.woocommerce .woocommerce-cart-form .shop_table tbody .product-subtotal{
    padding-top: 3.6em;
}
.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity{
    font-family: 'ProximaNovaAltSemibold';
    font-weight: normal;
    padding-top: 3em;
}
.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity .quantity .qty,
#wl-wrapper .wl-table input.qty{
	background-color: #f3f2f0;
	border: 0;
	height: 48px;
	width: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 2px 0px 0px #ecebe9;
	-moz-box-shadow: inset 0px 2px 0px 0px #ecebe9;
	box-shadow: inset 0px 2px 0px 0px #ecebe9;
}
.woocommerce .woocommerce-cart-form .shop_table tbody td.actions{
    background-color: #ebe5ef;
    font-size: 1em;
    height: auto;
    padding-bottom: 1em;
    padding-right: 30px;
    padding-top: 1em;
}
.woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon{
    max-width: 555px;
    width: 51%;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon .input-text{
	max-width: 340px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon .button{
	margin-left: auto;
	width: 200px;
}

.woocommerce table.shop_table tbody td a.remove{
	height: 26px;
	width: 26px;
}
.woocommerce a.remove{
	background-image: url(assets/images/icon-removev2.png);
	background-color: #c70285;
	background-position: center -3px;
	background-repeat: no-repeat;
	border: 1px solid #c70285;
	height: 26px;
	position: relative;
	text-indent: -99999px;
	text-align: center;
	width: 26px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.woocommerce a.remove:hover{
    background-image: url(assets/images/icon-removev2.png) !important;
    /*background-color: #6f317e !important;*/
    background-color: #fff !important;
    background-position: center -28px !important;
}
.woocommerce-cart table.cart img{
	border: 1px solid #DBDBDB;
    display: block;
    width: 160px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.woocommerce .cart-collaterals .cart_totals h2{
	color: #41444a;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.875em;
	font-weight: normal;
}
.woocommerce .cart-collaterals .cart_totals .shop_table{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th{
	background-color: #f8f8f8;
}

/** Coupon **/
#coupons_list{
	margin-bottom: 1em;
}

/** Checkout **/
#customer_details .col-shadow{
	padding: 48px 34px;
}
.woocommerce-checkout:before,
.woocommerce-checkout:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.woocommerce-checkout:after{
	clear: both;
}
.woocommerce-checkout h2{
	color: #41444a;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.875em;
	font-weight: normal;
    line-height: 1;
    margin-bottom: 1.15em;
}
.woocommerce-checkout h3{
	color: #6f317e;
	font-family: 'ProximaNovaAltReg';
	font-size: 1.375em;
	font-weight: normal;
    margin-bottom: 0.5em;
}

.woocommerce-checkout h3#ship-to-different-address{
    background-color: #ebe5ef;
    width: 100%;
    display: block;
    padding: 13px 10px 11px 15px;
    border-radius: 5px;
}
.woocommerce-checkout h3#ship-to-different-address label{

}
.woocommerce-checkout h3#ship-to-different-address label:before{
    background-image: url(assets/images/checkbox.png);
    background-position: center -1px;
    background-repeat: no-repeat;
    display: inline-block;
    content: '';
    height: 22px;
    line-height: 1;
    margin-right: 5px;
    position: relative;
    top: 0px;
    vertical-align: top;
    width: 24px;
}
.woocommerce-checkout h3#ship-to-different-address label.label-checkbox-checked:before{
    background-position: center -26px;
}
.woocommerce-checkout h3#ship-to-different-address .input-checkbox{
    height: 18px;
    margin-left: 6px;
    width: 18px;
    vertical-align: top;
    position: relative;
    top: 3px;
    margin-right: 4px;
    display: none;
}
.woocommerce-checkout label[for="mailchimp_woocommerce_newsletter"]{
	width: 100% !important;
	line-height: 1 !important;
}
.woocommerce-checkout label[for="mailchimp_woocommerce_newsletter"]:before{
    margin-right: 12px !important;
}

.woocommerce-checkout .col-shadow{
	background-color: #fff;
	border: 1px solid #f0e8f3;
	-webkit-box-shadow: 0px 0px 20px 0px #ebe6ed;
	-moz-box-shadow: 0px 0px 20px 0px #ebe6ed;
	box-shadow: 0px 0px 20px 0px #ebe6ed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row,
.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row,
.woocommerce form.woocommerce-checkout .woocommerce-account-fields .form-row{
	clear: both;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.woocommerce p#billing_address_1_field, 
.woocommerce p#shipping_address_1_field{
	margin-bottom: 15px;
}
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row label,
.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row label,
.woocommerce form.woocommerce-checkout .woocommerce-account-fields .form-row label,
.woocommerce p#billing_address_2_field:before, 
.woocommerce p#shipping_address_2_field:before{
    line-height: 45px;
	padding-right: 6px;
	width: 172px;
}
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row input.input-text,
.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row input.input-text,
.woocommerce form.woocommerce-checkout .woocommerce-account-fields .form-row input.input-text,
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row select,
.woocommerce form.woocommerce-checkout .woocommerce-account-fields .form-row select,
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container,
.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-container,
.woocommerce form.woocommerce-checkout .woocommerce-account-fields .form-row .select2-container{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#add_payment_method .checkout .create-account small, 
.woocommerce-cart .checkout .create-account small, 
.woocommerce-checkout .checkout .create-account small{
	display: none;
}
.woocommerce-password-strength,
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short,
.woocommerce-password-strength.good,
.woocommerce-password-strength.strong{
	clear: both;
	display: none;
	position: absolute;
	bottom: -28px;
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
	right: 0;
}
.woocommerce-account-fields{
	margin: 1.8em 0 0;
}
.woocommerce-account-fields .create-account{
    margin: 1.8em 0 0em;
}
.woocommerce-additional-fields{
	border-top: 3px solid #f8f8f8;
    margin: 0.5em 0 0;
    padding: 1.5em 0 0;
}

.woocommerce .checkout table.shop_table tfoot td{
	background: none;
}
.woocommerce .checkout table.shop_table tfoot tr:first-child th,
.woocommerce .checkout table.shop_table tfoot tr:first-child td{
	border-top: 1px solid #f1f1f1;
}
.woocommerce .checkout table.shop_table tfoot tr:first-child th:first-child,
.woocommerce .checkout table.shop_table tfoot tr:first-child td:first-child{
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}
.woocommerce .checkout table.shop_table tfoot tr:first-child th:last-child,
.woocommerce .checkout table.shop_table tfoot tr:first-child td:last-child{
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}
.woocommerce .checkout table.shop_table .product-quantity{
	font-family: 'ProximaNovaAltLight';
	font-weight: normal;
}
.woocommerce .checkout table.shop_table tfoot td{
	font-family: 'ProximaNovaAltLight';
	font-weight: normal;
}
.woocommerce .checkout table.shop_table tfoot .recurring-total.order-total td{
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
}
.woocommerce .checkout table.shop_table .recurring-total td,
.woocommerce .checkout table.shop_table .subscription-details,
.woocommerce .checkout table.shop_table td.subscription-total{
	text-transform: capitalize;
}
.woocommerce .checkout table.shop_table tfoot th, 
.woocommerce .checkout table.shop_table tfoot td{
    height: 58px;
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: top;
}
.woocommerce .checkout table.shop_table .cart_item td{
	padding-top: 1.3em;
}

/** Gifting **/
.woocommerce table.shop_table td.product-name fieldset,
.woocommerce div.product form.cart fieldset{
	background-color: #ebe5ef;
	border: 1px solid #f0e8f3;
	color: #303840;
	font-family: 'ProximaNovaAltLight';
	font-size: 1.125rem;
	font-weight: normal;
    margin-top: 1em;
    padding: 13px 17px 17px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.woocommerce table.shop_table td.product-name fieldset input[type="checkbox"],
.woocommerce div.product form.cart fieldset input[type="checkbox"]{
    display: none;
}
.woocommerce table.shop_table td.product-name fieldset input[type="checkbox"] + label,
.woocommerce div.product form.cart fieldset input[type="checkbox"] + label{
	color: inherit;
	font-family: inherit;
	font-weight: normal;
}
.woocommerce table.shop_table td.product-name fieldset input[type="checkbox"] + label:before,
.woocommerce div.product form.cart fieldset input[type="checkbox"] + label:before{
    background-image: url(assets/images/checkbox.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 23px;
    margin-right: 1px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 22px;
}
.woocommerce table.shop_table td.product-name fieldset input[type="checkbox"]:checked + label:before,
.woocommerce div.product form.cart fieldset input[type="checkbox"]:checked + label:before{
    background-position: 0px -25px;
}

.woocommerce table.shop_table .woocommerce_subscriptions_gifting_recipient_email,
.woocommerce .form-row.woocommerce_subscriptions_gifting_recipient_email{
    font-size: 1rem;
    margin-bottom: 0;
}
.woocommerce table.shop_table .woocommerce_subscriptions_gifting_recipient_email label,
.woocommerce .form-row.woocommerce_subscriptions_gifting_recipient_email label{
	color: inherit;
	font-family: inherit;
	font-size: 1.125em;
}

/** Payment Methods **/
.wc_option-payment{
    background-color: #f8f8f8;
    border: 1px solid #f1f1f1;
    padding: 11px 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.woocommerce form #payment,
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
    background: none;
    color: #303840;
    font-family: 'ProximaNovaAltLight';
    font-weight: normal;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
    border: 0;
    padding: 0;
}
#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img{
	height: auto !important;
	width: 55px !important;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
	background: none;
	color: inherit;
	font-size: 1em;
	margin: 0;
	padding: 0;
	padding-top: 1.45em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#add_payment_method #payment div.payment_box:before, 
.woocommerce-cart #payment div.payment_box:before, 
.woocommerce-checkout #payment div.payment_box:before{
	display: none;
}
#add_payment_method #payment div.payment_box fieldset, 
.woocommerce-cart #payment div.payment_box fieldset, 
.woocommerce-checkout #payment div.payment_box fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-saved-payment-method img, 
#add_payment_method .sv-wc-payment-gateway-payment-form-saved-payment-method img{
	margin-left: 0;
}
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"], 
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], 
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"], 
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], 
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"], 
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], 
#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"], 
#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"],
#add_payment_method #payment div.payment_box input.input-text, 
#add_payment_method #payment div.payment_box textarea, 
.woocommerce-cart #payment div.payment_box input.input-text, 
.woocommerce-cart #payment div.payment_box textarea, 
.woocommerce-checkout #payment div.payment_box input.input-text, 
.woocommerce-checkout #payment div.payment_box textarea{
	border: 1px solid #dadada;
	color: #303840;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125em !important;
	font-weight: normal;
	padding: 0 0.85em !important;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"]:focus, 
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"]:focus, 
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"]:focus, 
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"]:focus,
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"].identified:focus, 
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"].identified:focus, 
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"].identified:focus, 
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"].identified:focus{
    border-color: #a475b2 !important;
    -webkit-box-shadow: 0px 0px 20px 0px #ebe6ed !important;
    -moz-box-shadow: 0px 0px 20px 0px #ebe6ed !important;
    box-shadow: 0px 0px 20px 0px #ebe6ed !important;
}
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-csc{
	float: left;
}
.woocommerce form #payment li input[type="radio"]{
	display: none;
}
.woocommerce form #payment li .form-row input[type="radio"] + label{
    display: block !important;
    line-height: 1.4em;
    margin-bottom: 0em;
    width: 100%;
}
.woocommerce form #payment li input[type="radio"] + label:before{
    background-image: url(assets/images/radiobuttons.png);
    background-position: 0px -22px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 20px;
    margin-right: 11px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 20px;
}
.woocommerce form #payment li input[type="radio"]:checked + label:before{
    background-position: 0px 0;
}
.woocommerce form #payment p{
	margin-bottom: 0.6em;
}
.woocommerce form #payment p a.button{
	height: 50px;
	line-height: 48px;
}
#add_payment_method #payment div.form-row.place-order, 
.woocommerce-cart #payment div.form-row.place-order, 
.woocommerce-checkout #payment div.form-row.place-order,
#payment.woocommerce-Payment div.form-row,
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row{
    margin-top: 1em;
	padding: 0;
}

/** Addresses **/
.woocommerce-Addresses{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.woocommerce-Addresses .woocommerce-Address{
    color: #303840;
    max-width: 370px;
    border: 1px solid #f0e8f3;
    font-family: 'ProximaNovaAltLight';
    font-weight: normal;
    font-size: 1em;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(235, 230, 237, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(235, 230, 237, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(235, 230, 237, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.woocommerce-Addresses .woocommerce-Address:nth-child(2){
	margin-left: auto;
}
.woocommerce-Addresses .woocommerce-Address header.title{
	border-bottom: 1px solid #F1F1F1;
	padding: 10px 19px;
    -webkit-box-shadow: 0px 0px 30px 0px #ebe6ed;
    -moz-box-shadow: 0px 0px 30px 0px #ebe6ed;
    box-shadow: 0px 0px 30px 0px #ebe6ed;
}
.woocommerce-Addresses .woocommerce-Address header.title h3{
	color: #666a73;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125em;
	font-weight: normal;
	line-height: 30px;
    margin-bottom: 0;
	text-transform: capitalize;
}
.woocommerce-Addresses .woocommerce-Address address{
    color: #303840;
    font-family: 'ProximaNovaAltLight';
    font-weight: normal;
    font-size: 1.125em;
    line-height: 1.4em;
    margin-bottom: 0;
    padding: 18px 20px 35px;
}

/** Orders **/
.woocommerce table.shop_table.woocommerce-orders-table thead th.woocommerce-orders-table__header-order-actions{
    border-left: 1px solid #f1f1f1;
}


/**-------------------- My Account Page --------------------**/
.woocommerce-flex-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.woocommerce-account .woocommerce-flex-row .woocommerce-myAccount-sidebar{
	width: 370px;
}
.woocommerce-account .woocommerce-flex-row .woocommerce-MyAccount-content{
	margin-left: auto;
	-webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.woocommerce-account .woocommerce-myAccount-sidebar{
	background-image: url(assets/images/bg-nav-account.jpg);
	background-position: 0 70px;
	background-repeat: no-repeat;
	font-size: 1em;
	float: left;
    max-width: 370px;
    width: 31.1%;
}
.woocommerce-account .woocommerce-MyAccount-content{
	font-size: 1em;
    max-width: 785px;
    padding-left: 15px;
    width: 66%;
}
/** Navigation **/
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation{
    margin-bottom: 3.3em;
}
.content-area.inner-padding .site-content .woocommerce-myAccount-sidebar{
	margin-top: -50px;
}

.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation h3:before,
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation h3:after,
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation nav:before,
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation nav:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation h3:after,
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation nav:after{
	clear: both;
}

.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation nav{
	margin: 0 auto;
	padding: 0 20px;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary nav{
	padding: 0;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation h3{
	background-color: #6f317e;
	color: #fff;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125em;
	font-weight: normal;
	line-height: 51px;
    margin-bottom: 0;
    padding: 0em 1.05em;
	height: 51px;
	text-transform: capitalize;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary h3{
    color: #ffffff;
    font-family: 'ProximaNovaAltBold';
    font-size: 1.375em;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    padding: 0em 20px 0 28px;
    position: relative;
    vertical-align: text-bottom;
    background: rgba(237,0,158,1);
    background: -moz-linear-gradient(left, rgba(237,0,158,1) 0%, rgba(199,2,133,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,0,158,1)), color-stop(100%, rgba(199,2,133,1)));
    background: -webkit-linear-gradient(left, rgba(237,0,158,1) 0%, rgba(199,2,133,1) 100%);
    background: -o-linear-gradient(left, rgba(237,0,158,1) 0%, rgba(199,2,133,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,0,158,1) 0%, rgba(199,2,133,1) 100%);
    background: linear-gradient(to right, rgba(237,0,158,1) 0%, rgba(199,2,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed009e', endColorstr='#c70285', GradientType=1 );
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary h3:after{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e71e";
    background-color: #9c0168;
    font-size: 20px;
    height: 40px;
    letter-spacing: -2px;
    line-height: 39px;
    margin-top: -20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px -1px 2px 0px #ff44c1;
    -moz-box-shadow: inset 0px -1px 2px 0px #ff44c1;
    box-shadow: inset 0px -1px 2px 0px #ff44c1;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation ul{
	background-color: #fff;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    list-style: none;
    margin: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary ul{
    background: none;
    border: 0;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li{
    border-bottom: 1px solid #EEEEEE;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-height: 45px;
    padding: 0;
    vertical-align: middle;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li ul.children{
	display: none;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li.page_item_has_children.current_page_item ul.children{
	display: block;
}

.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li:last-child{
	border-bottom: 0;
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li a:before{
	content: '';
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #8955a3;
    font-size: 30px;
    font-size: 1.667em;
    left: 30px;
    position: absolute;
    text-align: left;
    top: 8px;
    width: 34px;
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--members-area{
	display: none;
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--members-area a:before{
	content: "\e6dc";
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--dashboard a:before{
    content: "\e7b2";
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--orders a:before{
    content: "\e6b5";
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--subscriptions a:before{
	content: "\e71b";
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--edit-address a:before{
    content: "\e77a";
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--payment-methods a:before{
    content: "\e75a";
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--edit-account a:before{
	content: "\e71e";
	font-size: 1.4444em;
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--account-wishlists a:before{
    content: "\e68c";
	font-size: 1.4444em;
}
.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    content: "\e8fe";
    font-size: 1.4444em;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li a{
    color: #8955a3;
    display: block;
    font-family: 'ProximaNovaAltReg';
    font-size: 1.125em;
    font-weight: normal;
    line-height: 1.3em;
    padding: 0.6115em 1em;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li a{
    padding-left: 4.5em;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary .no-icons li a{
	padding-left: 1.4em;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li a:after{
	background-image: url(assets/images/arrow-li-account-small.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	content: '';
	height: 11px;
	margin-top: -5px;
	opacity: 0;
	position: absolute;
	right: 24px;
	top: 50%;
	width: 7px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li a:after{
	background-image: url(assets/images/arrow-li-account.png);
	height: 12px;
	margin-top: -6px;
	right: 34px;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li a:hover,
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li.is-active a,
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li.current_page_item a{
	background-color: #f3f6f8;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li a:hover,
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li.is-active a{
	background: none;
	color: #c70285;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li a:hover:after,
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li.is-active a:after,
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li.current_page_item a:after{
	opacity: 1;
	right: 20px;
}
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li a:hover:after,
.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li.is-active a:after{
	opacity: 1;
	right: 30px;
}

.content-area.content-area-child-account .site-content{
	overflow: hidden;
}
.woocommerce-account .woocommerce-myAccount-sidebar.sidebar-nav-children{
	background-position: 0px 0px;
    padding: 1.7em 0 0;
}
.woocommerce-myAccount-sidebar.sidebar-nav-children .woocommerce-myAccount-navigation li a{
	padding-right: 0.5em;
}
.woocommerce-myAccount-sidebar.sidebar-nav-children .woocommerce-myAccount-navigation li a:after{
	display: none;
}
.woocommerce-myAccount-sidebar.sidebar-nav-children .woocommerce-myAccount-navigation li.current_page_item a,
.woocommerce-myAccount-sidebar.sidebar-nav-children .woocommerce-myAccount-navigation li a:hover{
    background-color: #f3f6f8;
    color: #c70285;
}
.woocommerce-myAccount-sidebar a.back{
	color: #303840;
	display: inline-block;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1em;
	font-weight: normal;
    margin-bottom: 1.6em;
	padding-left: 1.25em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.woocommerce-myAccount-sidebar a.back:hover{
	color: #c70285;
}
.woocommerce-myAccount-sidebar a.back:before{
	background-image: url('assets/images/arrow-back.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 12px;
	left: 0;
	position: absolute;
    top: 1px;
	vertical-align: top;
	width: 7px;
}

.content-area-child-account .woocommerce-MyAccount-content ul{
	margin-top: 1.55em;
}
.content-area-child-account .woocommerce-MyAccount-content ul li{
    list-style: none;
    margin-left: 0;
    margin-bottom: 8px;
    width: 100%;
}
.content-area-child-account .woocommerce-MyAccount-content ul li a{
    background-color: #fafafa;
    border: 1px solid #d5d5d5;
    color: #303840;
    display: block;
    font-family: 'ProximaNovaAltSemibold';
    font-weight: normal;
    line-height: 1.3em;
    min-height: 60px;
    padding: 1em 3.5em 1em 1.1em;
    position: relative;
    text-decoration: none;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
}
.content-area-child-account .woocommerce-MyAccount-content ul li a:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f178";
    background-color: #6f317e;
    color: #fff;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-top: -14px;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 50%;
    width: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.content-area-child-account .woocommerce-MyAccount-content ul li a:hover{
	background-color: #fff;
}
.content-area-child-account .woocommerce-MyAccount-content ul li a:hover:after{
	background-color: #c70285;
}
.content-area-account-with-sidebar .woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li.is-active a{
    color: #8955a3;
}
.content-area-account-with-sidebar .woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation li.is-active a:after{
	opacity: 0;
}
.content-area-account-with-sidebar .woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li.is-active a:hover{
    color: #c70285;
}
.content-area-account-with-sidebar .woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li.is-active a:hover:after{
    opacity: 1;
}

/** My Content **/
.woocommerce-account .woocommerce-MyAccount-content a.button + h2{
    margin-top: 1.5em;
}
.woocommerce-MyAccount-content #sidebar-action-button{
	margin-bottom: 2em;
}
.woocommerce-MyAccount-content .cultura-widget-actionbtn{
    overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/** Roster **/
.woocommerce table.roster_table{
	font-size: 0.96875em;
}
.woocommerce table.roster_table tr.expired{
	background-color: #F9E5F3;
    background-color: rgba(199, 2, 133, 0.15);
}
.woocommerce table.roster_table thead th.sorting,
.woocommerce table.roster_table thead th.sorting_asc,
.woocommerce table.roster_table thead th.sorting_desc{
	cursor: pointer;
	position: relative;
}
.woocommerce table.roster_table thead th.sorting i{
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    position: absolute;
    right: 5px;
    top: 22px;
}
.woocommerce table.roster_table thead th.sorting i:before{
	content: "\e93d";
}
.woocommerce table.roster_table thead th.sorting_asc i,
.woocommerce table.roster_table thead th.sorting_desc i{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6F317E;
    font-size: 13px;
    position: absolute;
    right: 5px;
    top: 19px;
}
.woocommerce table.roster_table thead th.sorting_asc i:before{
    content: "\f0d8";
}
.woocommerce table.roster_table thead th.sorting_desc i:before{
	content: "\f0d7";
}


/**-------------------- Shop --------------------**/
.wcpv-sold-by-loop,
.wcpv-sold-by-single,
.variation-SoldBy{
	display: none !important;
}
#secondary .widget-woof{

}
#secondary .widget-woof .woof_container{
    margin-bottom: 1.65em;
    padding-bottom: 0;
}
#secondary .widget-woof h4{
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	color: #303840;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 13px;
	font-weight: normal;
	line-height: 46px;
	margin-bottom: 1.8em;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
}
#secondary .widget-woof a.woof_front_toggle{
    background-image: url(assets/images/arrow-open-close-filter.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    right: 14px;
    text-indent: -99999px;
    top: 50%;
    width: 15px;
}
#secondary .widget-woof a.woof_front_toggle.woof_front_toggle_closed{
    background-position: 0px -11px;
}
#secondary .widget-woof .woof_block_html_items .woof_list_checkbox li{
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 7px !important;
}
#secondary .widget-woof .woof_block_html_items .woof_list_checkbox li:last-child{
	margin-bottom: 0 !important;
}
#secondary .widget-woof .woof_block_html_items .woof_list_checkbox li label{
	color: #000;
	font-family: 'ProximaNovaAltLight';
	font-size: 13px;
	font-weight: normal;
	margin-left: 19px;
	padding: 0;
	position: relative;
    top: 3px;
	text-transform: uppercase;
}
#secondary .widget-woof .woof_block_html_items .woof_list_checkbox li input[type="checkbox"]{
	height: 18px;
	margin: 0;
	width: 18px;
}
#secondary .widget-woof .woof_block_html_items .woof_list_checkbox li .icheckbox_flat-aero{
    background-image: url(assets/images/checkbox-filter.png);
    background-position: 0px -18px;
    background-repeat: no-repeat;
    background-size: initial !important;
    height: 18px;
    margin-top: 0;
    width: 18px;
}
#secondary .widget-woof .woof_block_html_items .woof_list_checkbox li label,
#secondary .widget-woof .woof_block_html_items .woof_list_checkbox li .icheckbox_flat-aero{
	display: inline-block;
	vertical-align: top;
}
#secondary .widget-woof .woof_block_html_items .woof_list_checkbox li .icheckbox_flat-aero:hover,
#secondary .widget-woof .woof_block_html_items .woof_list_checkbox li .icheckbox_flat-aero.checked{
	background-position: 0px 0px;
}

#secondary .widget-woof .woof_list_color li{
    float: left !important;
    margin-bottom: 11px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    width: 100%;
}
#secondary .widget-woof .woof_list_color li:last-child{
	margin-bottom: 0 !important;
}
#secondary .widget-woof .woof_list_color li p.woof_tooltip{
    display: block;
    font-size: 1em;
    line-height: 1 !important;
    margin: 0;
    padding-left: 2.25em;
    width: 100%;
}
#secondary .widget-woof .woof_list_color li p.woof_tooltip .woof_tooltip_data{
    background: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: 'ProximaNovaAltLight';
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 0;
    min-height: 18px;
    min-width: 0;
    max-width: 100%;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    visibility: visible;
    width: auto;
}
#secondary .widget-woof .woof_list_color li p.woof_tooltip:hover .woof_tooltip_data{
	bottom: 0;
	left: 0;
	margin-left: 0;
	opacity: 1;
}
#secondary .widget-woof .woof_list_color li p.woof_tooltip .woof_color_term{
    height: 18px;
    padding: 0;
    width: 18px;
    border: 0;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#secondary .widget-woof .woof_list_color li.woof_color_term_ffffff p.woof_tooltip .woof_color_term{
	border: 1px solid #e6e6e6;
}
#secondary .widget-woof .price_slider_wrapper{
    padding-top: 1.7em;
    position: relative;
}
#secondary .price_slider_wrapper .ui-widget-content{
	background-color: #6f317e;
	height: 5px;
}
#secondary .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #d8d8d8;
}
#secondary .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #f6f6f6;
    border: 1px solid #D9D9D9;
    height: 20px;
    top: -8px;
    width: 20px;
    box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.15);
    background: rgba(250,250,250,1);
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(242,242,242,1)));
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(242,242,242,1) 100%);
    background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(242,242,242,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(242,242,242,1) 100%);
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2f2f2', GradientType=0 );
}
#secondary .woof_price_search_container .price_slider_amount .price_label{
    color: #878787;
    font-family: 'ProximaNovaAltReg';
    font-size: 14px;
    font-weight: normal;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center !important;
    top: 0;
    text-transform: none;
    width: 100%;
}
#secondary .widget_price_filter .price_slider_amount .button{
	display: block;
	float: none !important;
	font-size: 14px;
	height: 40px;
	left: 0;
	line-height: 38px;
	margin: 20px auto 0;
	min-width: 0;
	padding: 0 1em;
	width: 106px;
}
#secondary .woof_submit_search_form_container{
    margin: 2.5em 0;
}
#secondary .woof_submit_search_form_container .button{
    background-color: #6f317e;
    border: 0;
    color: #fff;
    display: block;
    font-family: 'ProximaNovaAltBold';
    font-weight: normal;
    float: none !important;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    margin: auto;
    min-width: 150px;
    padding: 0 1.5em;
}
#secondary .woof_submit_search_form_container .button:hover{
	background-color: #333333;
}

/** Products Shop **/
#content ul.products{
	font-size: 0;
}
#content ul.products li.product{
    display: inline-block;
    float: none;
    font-size: 1rem;
    line-height: 1;
    margin-right: 2.1621621%;
    margin-bottom: 69px;
    max-width: 295px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 31.89%;
}
#content ul.products li.product:nth-of-type(3n+3){
	margin-right: 0;
}
#content ul.products li.product.last{
}
#content ul.products li.product a{
	display: block;
}
#content ul.products li.product span.onnew,
#content ul.products li.product span.onsale,
.woocommerce span.onnew,
.woocommerce span.onsale{
	color: #fff;
	font-family: 'ProximaNovaAltBold';
    font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
    margin: 0;
	padding: 0;
	position: absolute;
    top: 10px;
    right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#content ul.products li.product span.onnew,
.woocommerce span.onnew{
	background-color: #c70285;
}
#content ul.products li.product span.onsale,
.woocommerce span.onsale{
	background-color: #6f317e;
}
#content ul.products li.product img.wp-post-image{
	display: block;
    margin: 0 0 20px;
}
#content ul.products li.product .swatches_colors{
    height: 18px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
}
#content ul.products li.product .swatches_colors .swatch-item-color{
    display: inline-block;
    height: 17px;
    margin: 0 6px;
    position: relative;
    text-indent: -9999px;
    vertical-align: top;
    width: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#content ul.products li.product .swatches_colors .swatch-item-color[data-color="#fff"],
#content ul.products li.product .swatches_colors .swatch-item-color[data-color="#ffffff"],
#content ul.products li.product .swatches_colors .swatch-item-color[data-color="#FFFFFF"]{
	border: 1px solid #e6e6e6;
}
#content ul.products li.product .woocommerce-loop-product__title{
	color: #6f317e;
	font-family: 'ProximaNovaAltReg';
	font-size: 1.375rem;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 2em;
	padding: 0;
	text-align: center;
}
#content ul.products li.product .woocommerce-product-details__short-description.no-excerpt-loop{
	display: none;
}
#content ul.products li.product .woocommerce-product-details__short-description p{
	margin-bottom: 0;
	margin: 0.85em 0 0.55em;
	font-size: 1.125rem;
}
#content ul.products li.product .container-price{
    border-top: 2px solid #f7f7f7;
    color: #c70285;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125rem;
    font-weight: normal;
    margin: auto;
    padding: 12px 0 20px;
    max-width: 211px;
    text-align: center;
    width: 100%;
}
#content ul.products li.product .container-price .price{
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    font-weight: inherit;
    margin: 0;
}
#content ul.products li.product .container-price .price del,
#content ul.products li.product .container-price .price ins{
	display: inline-block;
	vertical-align: top;
}
#content ul.products li.product .price del{
	color: #666a73;
	font-family: 'ProximaNovaAltReg';
	font-size: 1em;
	font-weight: normal;
    opacity: 1;
}
#content ul.products li.product a.button{
    background-color: #6f317e;
    border: 0;
    color: #fff;
    display: inline-block;
    font-family: 'ProximaNovaAltBold';
    font-size: 1rem;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 1em;
    text-align: center;
    text-transform: uppercase;
    min-width: 177px;
}
#content ul.products li.product a.button:hover{
	background-color: #333333;
}
.content-area.content-area-shop .content-load-more{
    margin-top: 1em;
}
.woof_products_top_panel{
	margin: 0 0 1em;
	z-index: 1;
}
.woof_products_top_panel .woof_reset_button_2{
	display:none;
}
.woof_products_top_panel ul[data-container=product_cat] > li:first-child{
	display:none;
}
.woof_products_top_panel li span{
    background: none;
    font-family: 'ProximaNovaAltReg';
    font-size: 1rem;
    vertical-align: top;
}
.woof_products_top_panel li span:after{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92a";
    background-color: #c70285;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 17px;
    line-height: 18px;
    margin-left: 4px;
    padding: 0 3px;
    position: relative;
    top: 6px;
    vertical-align: top;
    width: 17px;
    border-radius: 50%;
}
ul.products .select2-container{
    border: 1px solid #dadada;
    height: 45px;
    margin: auto;
    max-width: 235px;
    text-align: left;
    width: 100% !important;
    border-radius: 4px;
    overflow: hidden;
}
ul.products .select2-container--default .select2-selection--single{
    border: 0;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
ul.products .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #b9b7c4;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125rem;
    font-weight: normal;
    height: 100%;
    line-height: 44px;
    padding-left: 0.7em;
    padding-right: 2.4em;
}

ul.products .select2-container--default .select2-selection--single .select2-selection__arrow{
	border-left: 1px solid #F3F4F6;
	height: 100%;
	right: 0;
	top: 0;
	width: 40px;
}
ul.products .select2-container--default .select2-selection--single .select2-selection__arrow b{
	background-image: url(assets/images/arrow-select2.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
}

/**-------------------- Fundraiser --------------------**/
.content-area-fundraiser #content ul.products li.product{
    margin-bottom: 5.75em;
    margin-right: 1.612903225806452%;
    max-width: 295px;
    width: 23.7904%;
}
.content-area-fundraiser #content ul.products li.product:nth-of-type(4n+4){
	margin-right: 0;
}
.content-area-fundraiser #content ul.products li.product .woocommerce-loop-product__title{
    margin-top: 1.05em;
}
.content-area-fundraiser #content ul.products li.product form.cart table.variations{
	font-size: 1em;
	margin: 0;
}
.content-area-fundraiser #content ul.products li.product form.cart table.variations tr{
	border: 0;
}
.content-area-fundraiser #content ul.products li.product form.cart table.variations td{
    padding: 0;
}
.content-area-fundraiser #content ul.products li.product form.cart table.variations td.value{
	display: block;
    margin-bottom: 16px;
}
.content-area-fundraiser #content ul.products li.product form.cart .wc-default-select{
    border: 1px solid #dadada;
    color: #b9b7c4;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125rem;
    font-weight: normal;
    height: 45px;
    margin: auto;
    max-width: 235px;
    padding: 0 10px;
    width: 90%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart{
    margin: auto;
    max-width: 235px;
    position: relative;
    width: 100%;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart:before,
.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart:after{
	clear: both;
}
.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart .container-qty,
.content-area-fundraiser #content ul.products li.product form.cart .button{
	float: left;
	width: 50%;
}
.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart .container-qty{
    width: 98px;
}
.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart label{
	color: #303840;
	float: left;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125rem;
	font-weight: normal;
	height: 48px;
	line-height: 47px;
}
.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart .quantity{
	float: right;
}
.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart .quantity .input-text{
    background-color: #f3f2f0;
    border: 0;
    color: #303840;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125rem;
    font-weight: normal;
    height: 48px;
    width: 50px;
    -webkit-box-shadow: inset 2px 2px 0px 0px #ecebe9;
    -moz-box-shadow: inset 2px 2px 0px 0px #ecebe9;
    box-shadow: inset 2px 2px 0px 0px #ecebe9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.content-area-fundraiser #content ul.products li.product form.cart .button{
	font-size: 1rem;
	height: 50px;
	line-height: 50px;
	margin: 0;
	margin-left: auto;
	padding: 0 0.5em;
	max-width: 118px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.content-area-fundraiser #content ul.products li.product a.button{
    height: 50px;
    line-height: 50px;
    max-width: 236px;
    width: 100%;
}

/**-------------------- Single Product --------------------**/
.woocommerce div.product{
    margin-top: 2.5em;
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
    max-width: 630px;
    padding-right: 20px;
    width: 50.807%;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary{
    max-width: 570px;
    width: 45.97%;
}
.woocommerce div.product span.onsale,
.woocommerce div.product span.onnew{
	right: 30px;
    top: 10px;
}
.woocommerce div.product span.onsale{
    left: initial;
}
.woocommerce div.product .product_title{
	color: #6f317e;
	font-family: 'ProximaNovaAltReg';
	font-size: 2em;
	font-weight: normal;
    margin-bottom: 0.7em;
}
.woocommerce div.product .woocommerce-product-details__short-description p{
	font-weight: normal;
	line-height: 1.35em;
	margin-bottom: 0.85em;
}
.woocommerce div.product .woocommerce-product-rating{
    margin-bottom: 1.75em;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce a.woocommerce-review-link{
    display: inline-block;
    line-height: 1;
    margin: 0;
    vertical-align: top;
}
.woocommerce .woocommerce-product-rating .star-rating{
    clear: both;
    display: block;
    font-size: 12px;
}
.woocommerce .star-rating span::before{
	color: #c70285;
}
.woocommerce .star-rating::before{
    color: #cdd1db;
}
.woocommerce a.woocommerce-review-link{
    clear: both;
    color: #303840;
    display: block;
    float: left;
    font-family: 'ProximaNovaAltReg';
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    text-decoration: none;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #41444a;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.875em;
    font-weight: normal;
    margin-bottom: 0.95em;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del{
	color: #666a73;
	font-family: 'ProximaNovaAltReg';
	font-weight: normal;
	opacity: 1;
}

.woocommerce div.product .product-addon-non-refundable{

}
.woocommerce div.product .product-addon-non-refundable div.addon-description p{
	font-style: normal;
	font-weight: normal;
	font-family: 'ProximaNovaAltLight';
	font-size: 1em;
}
.woocommerce div.product .product-addon-non-refundable label{
    font-size: 1em;
    color: inherit;
    font-weight: normal;
    font-family: 'ProximaNovaAltLight';
}
.woocommerce div.product .product-addon-non-refundable input.addon-checkbox{
    height: 18px;
    margin-left: 0;
    width: 18px;
    vertical-align: top;
    position: relative;
    top: 5px;
    margin-right: 4px;
}
.woocommerce-checkout-review-order-table .variation-Non-refundable{
	font-family: 'ProximaNovaAltLight';
	font-weight: normal;
}

.woocommerce div.product form.cart{
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations{
    font-size: 1em;
    margin: 0;
}
.woocommerce div.product form.cart .variations tr{
    border: 0;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th{
    display: block;
    line-height: 1;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td.label{
    padding: 0;
}
.woocommerce div.product form.cart .variations label{
	color: #878787;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1em;
	font-weight: normal;
    margin-bottom: 1.3em;
}
.woocommerce div.product form.cart .variations .swatch-control .select2-container,
.woocommerce div.product form.cart .variations div.swatch-label{
	display: none;
}
.woocommerce div.product form.cart .variations .swatch-wrapper{
    border: 0px solid #41444a;
    cursor: pointer;
    height: 40px;
    margin: 0 5px 5px 0;
    padding: 6px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-flex;
	display: -moz-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce div.product form.cart .variations div.swatch-wrapper.selected{
    border-width: 2px;
}
.woocommerce div.product form.cart .variations .swatch-wrapper a{
    display: inline-block;
    height: 17px;
    margin: auto;
    vertical-align: top;
    width: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.woocommerce div.product form.cart .variations .swatch-wrapper[data-value="white"] a{
    border: 1px solid #e6e6e6;
}
.woocommerce div.product form.cart .variations select{
    border: 1px solid #dadada;
    clear: both;
    color: #b9b7c4;
    display: block;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125rem;
    font-weight: normal;
    height: 45px;
    margin: 0 0 0.5em;
    max-width: 460px;
    min-width: 0;
    padding: 0 10px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.woocommerce div.product form.cart .select2-container{
    border: 1px solid #dadada;
    clear: both;
    display: block;
    height: 45px;
    margin: 0 0 0.5em;
    max-width: 460px;
    text-align: left;
    width: 100% !important;
    border-radius: 4px;
    overflow: hidden;
}
.woocommerce div.product form.cart .select2-container--default .select2-selection--single{
    border: 0;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.woocommerce div.product form.cart .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #b9b7c4;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125rem;
    font-weight: normal;
    height: 100%;
    line-height: 44px;
    padding-left: 0.7em;
    padding-right: 2.4em;
}

.woocommerce div.product form.cart .select2-container--default .select2-selection--single .select2-selection__arrow{
	border-left: 1px solid #F3F4F6;
	height: 100%;
	right: 0;
	top: 0;
	width: 40px;
}
.woocommerce div.product form.cart .select2-container--default .select2-selection--single .select2-selection__arrow b{
	background-image: url(assets/images/arrow-select2.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.woocommerce div.product form.cart a.reset_variations{
    font-size: 0.875em;
}
.woocommerce div.product form.cart .single_variation_wrap{
    margin-top: 1em;
    overflow: hidden;
}
.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation{
    margin-bottom: 1.5em;
}
.woocommerce div.product form.cart .woocommerce-variation-price{
	font-size: 0.85em;
}
.woocommerce div.product p.stock{
    color: #6f317e;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{
    float: left;
}
.woocommerce div.product form.cart .container-qty{
    float: left;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart button.button,
#wl-wrapper .wl-add-but{
	height: 60px;
}
.woocommerce div.product #wl-wrapper.wl-button-wrap{
	width: 60px;
}
.woocommerce div.product form.cart button.button,
#wl-wrapper .wl-add-but{
	line-height: 60px;
}
.woocommerce div.product form.cart div.quantity{
    border: 1px solid #e4e6eb;
    float: left;
    margin: 0;
    margin-right: 14px;
    overflow: hidden;
    width: 160px;
}
.woocommerce div.product form.cart div.quantity.hidden{ 
	display: none;  
}
.woocommerce div.product form.cart div.quantity input.minus,
.woocommerce div.product form.cart div.quantity input.plus,
.woocommerce div.product form.cart div.quantity .qty{
    background: none;
    border: 0;
    float: left;
    height: 100%;
    padding: 0;
}
.woocommerce div.product form.cart div.quantity input.minus,
.woocommerce div.product form.cart div.quantity input.plus{
	background-image: url(assets/images/icon-minus-plus.png);
    background-position: center 19px;
    background-repeat: no-repeat;
    position: relative;
    text-indent: -99999px;
    width: 56px;
}
.woocommerce div.product form.cart div.quantity input.minus{
	background-position: center -22px;
}
.woocommerce div.product form.cart div.quantity .qty{
    color: #303840;
    font-family: 'ProximaNovaAltReg';
    font-size: 1.125em;
    font-weight: normal;
    width: 46px;
}
.woocommerce div.product form.cart div.quantity .qty[type='number'] {
    -moz-appearance:textfield;
}
.woocommerce div.product form.cart div.quantity .qty[type=number]::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity .qtyt[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce div.product form.cart button.button{
    float: left;
	margin-right: 6px;
    position: relative;
    width: 220px;
}
.woocommerce div.product form.cart button.button i,
.woocommerce div.product form.cart button.button span{
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.woocommerce div.product form.cart button.button i{
    font-size: 1.5em;
    margin-right: 18px;
    top: -3px;
    vertical-align: middle;
}
.woocommerce div.product #wl-wrapper.wl-button-wrap{
    clear: none;
    float: left;
    padding: 0;
}
.woocommerce div.product .share-social{
    border-bottom: 1px solid #eaebee;
    border-top: 1px solid #eaebee;
    margin-top: 3.5em;
    max-width: 547px;
    padding: 1.7em 0 1.7em 10px;
}


#wl-wrapper .wl-add-but{
    border: 1px solid #e4e6eb;
    color: #909097;
    font-size: 1.5em;
    min-width: 0;
    overflow: hidden;
    padding: 0.1em 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#wl-wrapper .wl-add-but:hover{
	background: none;
	border-color: #6f317e;
	color: #6f317e;
}
.woocommerce .wl-already-in{
    clear: both;
    float: left;
    font-size: 1.125em;
    margin-top: 1em;
    width: 100%;
}
.woocommerce .wl-already-in ul{
	margin-bottom: 0;
}
.woocommerce .wl-already-in li:last-child{
	margin-bottom: 0;
}
.woocommerce.single-product .wl-list-pop dl{
	margin-bottom: 1em;
}
.woocommerce.single-product .wl-list-pop dd{
	font-size: 14px;
}
.woocommerce.single-product .wl-list-pop a.button{
    font-size: 13px;
    height: 38px;
    line-height: 36px;
    min-width: 0;
}

.woocommerce #content div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs{
    border-top: 1px solid #f1f2f4;
    float: left;
    margin-top: 0.5em;
    padding-top: 3.1em;
    overflow: hidden;
    width: 100%;
}
.woocommerce #content div.product .woocommerce-tabs:before, 
.woocommerce div.product .woocommerce-tabs:before, 
.woocommerce-page #content div.product .woocommerce-tabs:before, 
.woocommerce-page div.product .woocommerce-tabs:before,
.woocommerce #content div.product .woocommerce-tabs:after, 
.woocommerce div.product .woocommerce-tabs:after, 
.woocommerce-page #content div.product .woocommerce-tabs:after, 
.woocommerce-page div.product .woocommerce-tabs:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.woocommerce #content div.product .woocommerce-tabs:after, 
.woocommerce div.product .woocommerce-tabs:after, 
.woocommerce-page #content div.product .woocommerce-tabs:after, 
.woocommerce-page div.product .woocommerce-tabs:after{
	clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin: 0 0 3.1em;
    padding: 0;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li{
	background: none;
	border: 0;
	font-size: 1.125em;
	list-style: none;
	margin: 0 1.1em;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    color: #666a73;
    font-family: 'ProximaNovaAltSemibold';
    font-weight: normal;
    height: 36px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	color: #303840;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    border-bottom: 0px solid #303840;
    display: block;
    font-size: 1em;
    font-weight: normal;
    height: 100%;
    line-height: 1;
    padding: 0 0 0.88em;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	border-width: 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a span{
    background-color: #e4e6eb;
    color: #909097;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-left: 2px;
    vertical-align: top;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 0 50px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	font-size: 1em;
	line-height: 1.2em;
}
.woocommerce p.stars a{
	color: #c70285;
}
.woocommerce #review_form #respond{
    font-size: 1.125em;
}
.woocommerce #review_form #respond p{
    font-size: 1.125rem;
}
.woocommerce #review_form #respond #reply-title{
    display: block;
    margin-bottom: 0.5em;
}
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"],
.woocommerce #review_form #respond textarea{
	border: 1px solid #dadada;
	color: #303840;
	font-family: 'ProximaNovaAltReg';
	font-size: 1.125rem;
	font-weight: normal;
	padding: 0 0.85em;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"]{
	height: 45px;
}
.woocommerce #review_form #respond textarea{
    height: 100px;
    padding: 0.6em 0.85em;
}
.woocommerce #review_form #respond input[type="text"]:focus,
.woocommerce #review_form #respond input[type="email"]:focus,
.woocommerce #review_form #respond textarea:focus{
    border-color: #a475b2;
    -webkit-box-shadow: 0px 0px 20px 0px #ebe6ed;
    -moz-box-shadow: 0px 0px 20px 0px #ebe6ed;
    box-shadow: 0px 0px 20px 0px #ebe6ed;
}

.woocommerce #content .related.products{
	border-top: 1px solid #f1f2f4;
	margin-top: 3em;
	padding: 3.6em 0 1em;
}
.woocommerce #content .related.products h2{
    font-size: 1.6875em;
    margin-bottom: 1.85em;
    text-align: center;
}
.woocommerce #content  .related.products li.product{
    margin-right: 1.6140%;
    width: 23.7895%;
}

.woocommerce #content .related.products li.product.last,
.woocommerce #content .related.products li.product:last-child{
	margin-right: 0;
}

/**-------------------- Whislist --------------------**/
#wl-wrapper .wl-actions-table{
}
#wl-wrapper .wl-table .wl-date-added, 
#wl-wrapper .wl-table .product-quantity, 
#wl-wrapper .wl-table .product-price, 
#wl-wrapper .wl-table .product-purchase,
#wl-wrapper .wl-privacy-col{
	text-align: left !important;
}
#wl-wrapper .wl-privacy-col{
	width: auto;
}
#wl-wrapper .wl-tabs > li{
	margin-left: 0;
}
#wl-wrapper .wl-tabs > li > a:hover{
	border-color: #8955a3 #8955a3 #8955a3;
	background-color: #8955a3;
	color: #fff;
}
#wl-wrapper .wl-actions-table select{
	border: 1px solid #dadada;
	clear: both;
	color: #b9b7c4;
	display: block;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125rem;
	font-weight: normal;
	height: 45px;
	margin: 0 1.2em 0em 0;
	padding: 0 10px;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#wl-wrapper .select2-container{
    border: 1px solid #dadada;
    clear: both;
    display: block;
    height: 45px;
    margin: 0 1em 0em 0;
    max-width: 460px;
    text-align: left;
    width: 100% !important;
    border-radius: 4px;
    overflow: hidden;
}
#wl-wrapper .select2-container--default .select2-selection--single{
	border: 0;
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#wl-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #b9b7c4;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125rem;
	font-weight: normal;
	height: 100%;
	line-height: 44px;
	padding-left: 0.7em;
	padding-right: 2.4em;
}
#wl-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
	border-left: 1px solid #F3F4F6;
	height: 100%;
	right: 0;
	top: 0;
	width: 40px;
}
#wl-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b{
	background-image: url(assets/images/arrow-select2.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
}

/*** Vendor(Chapter) ***/
.wcpv-sold-by-loop, 
.wcpv-sold-by-single, 
form.wcpv-shortcode-registration-form .form-row label{
	color: #303840;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1em;
	font-weight: normal;
}
form.wcpv-shortcode-registration-form input[type=text], 
form.wcpv-shortcode-registration-form input[type=email]{
	border: 1px solid #dadada;
	color: #303840;
	font-family: 'ProximaNovaAltSemibold';
	font-weight: normal;
    height: 45px;
	padding: 0 0.85em;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form.wcpv-shortcode-registration-form input[type=text]:focus, 
form.wcpv-shortcode-registration-form input[type=email]:focus,
form.wcpv-shortcode-registration-form textarea:focus{
	border-color: #a475b2;
	-webkit-box-shadow: 0px 0px 20px 0px #ebe6ed;
	-moz-box-shadow: 0px 0px 20px 0px #ebe6ed;
	box-shadow: 0px 0px 20px 0px #ebe6ed;
}
form.wcpv-shortcode-registration-form textarea{
	border: 1px solid #dadada;
	color: #303840;
	font-family: 'ProximaNovaAltSemibold';
    font-weight: normal;
    height: 100px;
    padding: 0.6em 0.85em;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form.wcpv-shortcode-registration-form button.button, 
form.wcpv-shortcode-registration-form input[type="button"], 
form.wcpv-shortcode-registration-form input[type="submit"]{
	background: none;
	border: 2px solid #6f317e;
	color: #6f317e;
	font-family: 'ProximaNovaAltBold';
	font-size: 1rem;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	min-width: 200px;
	padding: 0 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
form.wcpv-shortcode-registration-form button.button:hover, 
form.wcpv-shortcode-registration-form input[type="button"]:hover, 
form.wcpv-shortcode-registration-form input[type="submit"]:hover{
	background-color: #6f317e;
	border-color: #6f317e;
	color: #fff;
}
.wcpv-shortcode-registration-form-errors{
	border: 0;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #b81c23;
    border-top-color: #b81c23;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.wcpv-shortcode-registration-form-errors:before{
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    content: '\e016';
    color: #b81c23;
}


/**-------------------- Share Social --------------------**/
.share-social{
    margin-top: 1.5em;
}
.share-social span.text{
	color: #303840;
    display: block;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1em;
	font-weight: normal;
    margin-bottom: 1.1em;
	text-transform: uppercase;
}
.share-social .share-social-icons .addtoany_list{
	display: block;
	line-height: 35px !important;
}
.share-social .share-social-icons .addtoany_list a{
    background-color: #6f317e;
    border: 2px solid #6f317e;
    color: #fff;
    font-size: 17px !important;
    height: 35px;
    line-height: 33px;
    margin: 0 5px;
    padding: 0em 0.2em !important;
    text-align: center;
    vertical-align: top !important;
    width: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.share-social .share-social-icons .addtoany_list a:hover{
	background-color: #fff;
	color: #6f317e;
}
.share-social .share-social-icons .addtoany_list a:first-child{
	margin-left: 0;
}
.share-social .share-social-icons .addtoany_list a:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.share-social .share-social-icons .addtoany_list a.a2a_button_facebook:before{
	content: "\f09a";
}
.share-social .share-social-icons .addtoany_list a.a2a_button_twitter:before{
    content: "\f099";
}
.share-social .share-social-icons .addtoany_list a.a2a_button_google_plus:before{
    content: "\f0d5";
}
.share-social .share-social-icons .addtoany_list a.a2a_button_linkedin:before{
	content: "\f0e1";
}
.share-social .share-social-icons .addtoany_list a.a2a_button_pinterest{
	font-size: 21px !important;
	padding: 0.05em 0.2em !important;
}
.share-social .share-social-icons .addtoany_list a.a2a_button_pinterest:before{
	content: "\f231";
} 
.share-social .share-social-icons .addtoany_list .a2a_svg{
	display: none;
}
.share-social .share-social-icons .addtoany_list .a2a_label{
    display: none;
}


/**-------------------- Comments --------------------**/
#comments {
	clear: both;
	padding: 0em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children,
.commentlist li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
}

.comment-metadata a.comment-edit-link {
	margin-left: 1em;
}

.comment-body {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: bold;
	position: relative;
}

.comment-reply-link .icon {
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

/**--------------------- Footer ---------------------**/
.site-footer{
	position: relative;
	z-index: 1;
}
.site-footer:before,
.site-footer:after,
.site-footer .foo-main:before,
.site-footer .foo-main:after,
.site-footer .foo-main .foo-bottom:before,
.site-footer .foo-main .foo-bottom:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.site-footer:after,
.site-footer .foo-main:after,
.site-footer .foo-main .foo-bottom:after{
	clear: both;
}
.site-footer li{
	font-size: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer .foo-arrow-top{
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -20px;
    width: 90px;
    z-index: 999;
}
.site-footer .foo-arrow-top a{
	color: #7f7f7f;
	display: block;
	font-family: 'ProximaNovaAltLight';
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.site-footer .foo-arrow-top a i{
    background-color: #fff;
    background-image: url(assets/images/arrow-to-top.png);
    background-position: center 16px;
    background-repeat: no-repeat;
    border: 1px solid #d2d2d2;
    display: block;
    height: 40px;
    margin: auto;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.site-footer .foo-arrow-top a span{
    display: block;
    padding-top: 18px;
}
.site-footer .foo-main{
    background-color: #f6f6f6;
    border-top: 1px solid #D3D3D3;
}
.site-footer .foo-main .foo-left,
.site-footer .foo-main .foo-right{
	padding: 5.2em 0 1em;
}
.site-footer .foo-main .foo-left{
    float: left;
    position: relative;
    max-width: 412px;
    width: 33.23%;
}
.site-footer .foo-main .foo-right{
    float: right;
    position: relative;
    max-width: 735px;
    text-align: right;
    width: 59.275%;
}
.site-footer .foo-main .foo-bottom{
    border-top: 1px solid #e5e5e5;
    clear: both;
    padding: 1.25em 0;
    width: 100%;
}
.site-footer .foo-main .widget-title{
    color: #333333;
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.1em;
    margin-bottom: 0;
    text-transform: none;
}
.site-footer .foo-main .gform_widget{
    margin-bottom: 0;
    padding-bottom: 1em;
}
.site-footer .foo-main .gform_widget .gform_wrapper{
	margin-top: 2.25em;
}
.site-footer .foo-main .gform_wrapper form{
	position: relative;
}
.site-footer .foo-main .gform_wrapper ul.gform_fields li.gfield{
    margin: 0;
    padding: 0;
    padding-right: 0 !important;
}
.site-footer .foo-main .gform_wrapper .top_label .gfield_label{
	display: none;
}
.site-footer .foo-main .gform_wrapper label.gfield_label+div.ginput_container{
	color: #2e4159;
	font-family: 'ProximaNovaAltReg';
	font-size: 1.125em;
	font-weight: normal;
}
.site-footer .foo-main .gform_wrapper .top_label input.medium, 
.site-footer .foo-main .gform_wrapper .top_label select.medium, 
.site-footer .foo-main .gform_wrapper textarea.medium{
    border: 1px solid #E6E6E6;
    color: #2e4159;
    height: 60px !important;
    padding-left: 20px !important;
    padding-right: 110px !important;
}
.site-footer .foo-main .gform_wrapper .top_label input.medium::-webkit-input-placeholder, 
.site-footer .foo-main .gform_wrapper .top_label select.medium::-webkit-input-placeholder, 
.site-footer .foo-main .gform_wrapper textarea.medium::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #2e4159;
}
.site-footer .foo-main .gform_wrapper .top_label input.medium::-moz-placeholder, 
.site-footer .foo-main .gform_wrapper .top_label select.medium::-moz-placeholder, 
.site-footer .foo-main .gform_wrapper textarea.medium::-moz-placeholder{ /* Firefox 19+ */
	color: #2e4159;
}
.site-footer .foo-main .gform_wrapper .top_label input.medium:-ms-input-placeholder, 
.site-footer .foo-main .gform_wrapper .top_label select.medium:-ms-input-placeholder, 
.site-footer .foo-main .gform_wrapper textarea.medium:-ms-input-placeholder{ /* IE 10+ */
	color: #2e4159;
}
.site-footer .foo-main .gform_wrapper .top_label input.medium:-moz-placeholder, 
.site-footer .foo-main .gform_wrapper .top_label select.medium:-moz-placeholder, 
.site-footer .foo-main .gform_wrapper textarea.medium:-moz-placeholder{ /* Firefox 18- */
	color: #2e4159;
}
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer{
	height: 60px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer button, 
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer input[type="button"], 
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer input[type="submit"]{
	background-color: #333333;
	border: 0;
	color: #fff;
	font-size: 1.875em;
	height: 100%;
	line-height: 1;
	min-width: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer button:hover, 
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer input[type="button"]:hover, 
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer input[type="submit"]:hover{
	background-color: #6f317e;
}
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer button i, 
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer input[type="button"] i, 
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer input[type="submit"] i{
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer button i:before, 
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer input[type="button"] i:before, 
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer input[type="submit"] i:before{
	content: "\e944";
}
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer button span, 
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer input[type="button"] span, 
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer input[type="submit"] span{
	display: none;
}
.site-footer .foo-main .gform_widget .gform_wrapper div.validation_error,
.site-footer .foo-main .gform_widget .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	display: none;
}
.site-footer .foo-main .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.site-footer .foo-main .gform_wrapper li.gfield_error textarea{
    border: 1px solid red;
}
.site-footer .foo-main .foo-left .widget.widget_text{
    margin-top: 1.5em;
    padding-bottom: 2.4em;
}
.site-footer .foo-main .socials-shortcode a{
	background-color: #6f317e;
	border: 1px solid #6f317e;
	color: #fff;
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
    margin-right: 9px;
    margin-bottom: 10px;
	padding-top: 1px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 50px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.site-footer .foo-main .socials-shortcode a:hover{
	background-color: #fff;
	border-color: #6f317e;
	color: #6f317e;
}
.site-footer .foo-main .socials-shortcode a.it{
	font-size: 1.625em;
}
.site-footer .foo-main .socials-shortcode a.fb{
	font-size: 1.625em;
}
.site-footer .foo-main .socials-shortcode a.pt{
	font-size: 1.875em;
}

.site-footer .foo-main .foo-right .widget{
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 1em;
    text-align: left;
    vertical-align: top;
}
.site-footer .foo-main .foo-right .widget_text{
	float: left;
}
.site-footer .foo-main .foo-right .widget_text .textwidget{
	color: #8b8b8b;
	font-family: 'ProximaNovaAltReg';
	font-size: 1em;
	font-weight: normal;
	margin-top: 1.15em;
}
.site-footer .foo-main .foo-right .widget_text .item-info{
    clear: both;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.site-footer .foo-main .foo-right .widget_text .item-info a{
	color: inherit;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
.site-footer .foo-main .foo-right .widget_text .item-info.email a{
	text-decoration: underline;
}

.site-footer .foo-main .foo-right .widget_nav_menu{
    margin-right: 92px;
    margin-top: -2px;
    width: 120px;
}
.site-footer .foo-main .foo-right .widget_nav_menu:last-child{
	margin-right: 0;
	padding-left: 25px;
}
.site-footer .foo-main .foo-right .widget_nav_menu ul{
	list-style: none;
}
.site-footer .foo-main .foo-right .widget_nav_menu li{
    display: block;
    font-size: 1em;
    padding: 0;
}
.site-footer .foo-main .foo-right .widget_nav_menu li a{
    color: #333333;
    display: block;
    font-family: 'ProximaNovaAltBold';
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.site-footer .foo-main .foo-right .widget_nav_menu li a:hover,
.site-footer .foo-main .foo-right .widget_nav_menu li.current-menu-item a{
	color: #6f317e;
}

.site-footer .foo-main .foo-bottom:before,
.site-footer .foo-main .foo-bottom:after{
	content: "";
	display: table;
	table-layout: fixed;
}
.site-footer .foo-main .foo-bottom:after{
	clear: both;
}
.site-footer .foo-main .foo-bottom .foo-copy{
	color: #8b8b8b;
	float: left;
	font-family: 'ProximaNovaAltLight';
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.5em 0;
}
.site-footer .foo-main .foo-bottom .foo-copy .text strong{
	font-family: 'ProximaNovaAltBold';
	font-weight: normal;
}
.site-footer .foo-main .foo-bottom .menu-menu-footer-terms-privacy-container{
	float: right;
	line-height: 0.9em;
	padding: 0.5em 0;
}
.site-footer .foo-main .foo-bottom .menu-menu-footer-terms-privacy-container ul{
	font-size: 0;
	list-style: none;
	margin: 0;
}
.site-footer .foo-main .foo-bottom .menu-menu-footer-terms-privacy-container li{
	display: inline-block;
	font-size: 1rem;
	position: relative;
	vertical-align: top;
}
.site-footer .foo-main .foo-bottom .menu-menu-footer-terms-privacy-container li a{
	color: #8b8b8b;
	font-family: 'ProximaNovaAltLight';
	font-size: 14px;
	font-weight: normal;
    padding: 0 2px;
    position: relative;
	text-decoration: none;
    vertical-align: top;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.site-footer .foo-main .foo-bottom .menu-menu-footer-terms-privacy-container li.bold a{
	font-family: 'ProximaNovaAltBold';
}
.site-footer .foo-main .foo-bottom .menu-menu-footer-terms-privacy-container li:first-child a:before{
	display: none;
}
.site-footer .foo-main .foo-bottom .menu-menu-footer-terms-privacy-container li a:before{
	content: '|';
	display: inline-block;
	font-family: 'ProximaNovaAltLight';
	font-weight: normal;
	margin: 0 8px 0 4px;
	vertical-align: top;
}
.site-footer .foo-main .foo-bottom .menu-menu-footer-terms-privacy-container li.nra a{
    padding-right: 58px;
}
.site-footer .foo-main .foo-bottom .menu-menu-footer-terms-privacy-container li.nra a:after{
    background-image: url(assets/images/nra.png);
    content: '';
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 0;
    top: -2px;
    vertical-align: middle;
    width: 48px;
}
.site-footer .foo-disclaimer{
    color: #8b8b8b;
    font-family: 'ProximaNovaAltLight';
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25em;
    padding: 2.6em 0;
}
.site-footer .foo-disclaimer strong{
	color: #000000;
	font-family: inherit;
}

/**--------------------- Widgets ---------------------**/
#secondary {
	padding: 0;
}
.widget {
	padding-bottom: 3em;
}
#secondary .widget{
    padding-bottom: 3.5em;
}
.widget-title a {
	color: inherit;
}

/* widget forms */
.widget select {
	width: 100%;
}


/* widget lists */
.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li {
	padding: 0.5em 0;
}

.widget ul li ul {
	margin: 0 0 0px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* widget markup */
.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */
.widget_text {
	word-wrap: break-word;
}

/* Gravatar */
.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	display: block;
}

/* Search */
.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
}

/* Tag cloud widget */
.widget_tag_cloud .widget-title:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f02b";
	color: #6f317e;
	font-size: 1em;
	margin-right: 8px;
	position: relative;
	top: 1px;
	vertical-align: top;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
	text-align: right;
}

.widget_tag_cloud .tagcloud{
    margin-top: 1.6em;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	background-color: #fff;
	color: #303840;
	display: inline-block;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 13px !important;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	margin-left: 1px;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 4px;
	position: relative;
    text-align: left;
	text-decoration: none;
	vertical-align: top;
	width: 141px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.widget .tagcloud a .post_count,
.widget.widget_tag_cloud a .post_count,
.wp_widget_tag_cloud a .post_count{
    background-color: #dcddde;
    color: #303840;
    display: inline-block;
    font-family: inherit;
    font-size: 10px;
    font-weight: normal;
    float: right;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
    margin-top: 4px;
    padding: 0;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 0;
    vertical-align: top;
    width: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	background-color: #6f317e;
	color: #fff;
}
.widget .tagcloud a:hover .post_count,
.widget .tagcloud a:focus .post_count,
.widget.widget_tag_cloud a:hover .post_count,
.widget.widget_tag_cloud a:focus .post_count,
.wp_widget_tag_cloud a:hover .post_count,
.wp_widget_tag_cloud a:focus .post_count{
	background-color: #fff;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/** Widget Recent Posts **/
#secondary .widget-title{
    font-size: 1em;
    margin-bottom: 1em;
    text-align: right;
    text-transform: uppercase;
}
#secondary .widget li{
	font-size: 1em;
    line-height: 1;
}
#secondary .cultura_widget_recent_entries li{
    font-size: 1em;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}
#secondary .cultura_widget_recent_entries li:last-child{
	margin-bottom: 0;
}
#secondary .cultura_widget_recent_entries li .box-recent-post:before,
#secondary .cultura_widget_recent_entries li .box-recent-post:after,
#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt:before,
#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt:after{
	content: '';
	display: table;
	table-layout: fixed;
}
#secondary .cultura_widget_recent_entries li .box-recent-post:after,
#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt:after{
	clear: both;
}
#secondary .cultura_widget_recent_entries li .box-recent-post{
	background-color: #fff;
}
#secondary .cultura_widget_recent_entries li .box-recent-post figure{

}
#secondary .cultura_widget_recent_entries li .box-recent-post figure a{
    display: block;
}
#secondary .cultura_widget_recent_entries li .box-recent-post figure img{
	display: block;
}
#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt{
    padding: 1.5em 1.85em 3.7em;
    position: relative;
}
#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt h4{
	font-family: 'ProximaNovaAltLight';
	font-size: 1.375em;
	font-weight: normal;
    line-height: 1.35em;
    margin-bottom: 0.5em;
	text-transform: none;
}
#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt h4 a{
	font-size: 1em;
	text-decoration: none;
}
#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt a.btn-read-more{
	background-color: #6f317e;
	bottom: 0;
	color: #fff;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 13px;
	font-weight: normal;
	height: 43px;
	line-height: 43px;
	padding: 0 0.5em;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 109px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt a.btn-read-more:hover{
	background-color: #333333;
}

/** Widget Action Button **/
.home #cultura-widget-actionbtn-3{
	margin: 80px 0;
}
.cultura-widget-actionbtn:before,
.cultura-widget-actionbtn:after,
.cultura-widget-actionbtn .container-widget:before,
.cultura-widget-actionbtn .container-widget:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.cultura-widget-actionbtn:after,
.cultura-widget-actionbtn .container-widget:after{
	clear: both;
}
.cultura-widget-actionbtn{
	color: #303840;
	font-family: 'ProximaNovaAltReg';
	font-weight: normal;
    padding-bottom: 0;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style2,
.cultura-widget-actionbtn.cultura-widget-actionbtn-style3{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style3{
	text-align: center;
}
.cultura-widget-actionbtn .container-opacity-widget{
    background-color: rgba(0, 0, 0, 0.4);
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style2,
.cultura-widget-actionbtn .container-opacity-widget{
	padding: 3em 0;
}
.cultura-widget-actionbtn .container-widget,
.cultura-widget-actionbtn .container-opacity-widget{
	height: 100%;
    position: relative;
}
.cultura-widget-actionbtn .container-opacity-widget{
	width: 100%;
}
.cultura-widget-actionbtn .widget-title{
    color: #41444a;
    font-family: 'ProximaNovaAltSemibold';
    /* font-size: 30px; */
    font-size: 1.875em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.65em;
    padding-bottom: 0.5em;
    position: relative;
}
.cultura-widget-actionbtn p{
	font-size: 1.25em;
	line-height: 1.3em;
    margin: 0 0 1.35em;
	padding: 0;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style2 .widget-title,
.cultura-widget-actionbtn.cultura-widget-actionbtn-style3 .widget-title{
	color: inherit;
}
.cultura-widget-actionbtn .widget-title:after{
    background-color: #a549bb;
    bottom: 0px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style3 .widget-title:after{
	margin: auto;
	right: 0;
}
.cultura-widget-actionbtn .btn-action{
	background-color: #6f317e;
	color: #fff;
	display: inline-block;
	font-family: 'ProximaNovaAltBold';
	font-size: 1em;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	padding: 0 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	min-width: 210px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.cultura-widget-actionbtn .btn-action:hover{
	background-color: #333333;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style3 .btn-action{
	background: none;
	border: 2px solid #fff;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style2 .btn-action:hover,
.cultura-widget-actionbtn.cultura-widget-actionbtn-style3 .btn-action:hover{
	background-color: #fff;
	color: #6f317e;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style1{
	padding-bottom: 4em;
    padding-top: 5.5em;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 .content-widget{
	float: right;
    padding-top: 4.5em;
	width: 47.58%;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 figure{
    float: left;
    max-width: 650px;
    width: 52.42%;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 .content-widget .inner-content-widget{
    float: right;
    max-width: 516px;
    padding-left: 22px;
    padding-right: 1em;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 figure img{
	display: block;
	max-width: 100%;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style2 .content-widget,
.cultura-widget-actionbtn.cultura-widget-actionbtn-style3 .content-widget{
	display: block;
	height: 100%;
	max-width: 660px;
	position: relative;
    display: -webkit-flex;
	display: -moz-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.cultura-widget-actionbtn.cultura-widget-actionbtn-style3 .content-widget{
	margin: auto;
}

/***************** Widget Testimonials *****************/
.cultura-widget-testimonials:before,
.cultura-widget-testimonials:after,
.cultura-widget-testimonials .item-testimonial:before,
.cultura-widget-testimonials .item-testimonial:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.cultura-widget-testimonials:after,
.cultura-widget-testimonials .item-testimonial:after{
	clear: both;
}
.cultura-widget-testimonials{
    padding: 0;
}
.cultura-widget-testimonials .item-testimonial .content-testimony{
	color: #6f317e;
	font-size: 1em;
	font-weight: normal;
}
.cultura-widget-testimonials .item-testimonial .content-testimony blockquote{
    border: 0;
    font-family: 'ProximaNovaAltRegIt';
    /* font-size: 27px; */
    font-size: 1.6875em;
    line-height: 1.7em;
    margin: 0;
    margin-bottom: 1.15em;
    padding: 0;
    padding-top: 2em;
    position: relative;
}
.cultura-widget-testimonials .item-testimonial .content-testimony blockquote:before{
	background-image: url('assets/images/icon-blockquote.png');
	height: 22px;
	left: 0;
	width: 29px;
	position: absolute;
	top: 0;
}
.cultura-widget-testimonials .item-testimonial .content-testimony blockquote p{
    line-height: inherit;
    margin: 0;
}
.cultura-widget-testimonials .item-testimonial .content-testimony h4,
.cultura-widget-testimonials .item-testimonial .content-testimony h5,
.cultura-widget-testimonials .item-testimonial .content-testimony h6{
	color: inherit;
	font-family: 'ProximaNovaAltReg';
	font-weight: normal;
	text-transform: uppercase;
}
.cultura-widget-testimonials .item-testimonial .content-testimony h4{
	font-size: 1em;
    margin-bottom: 0;
}
.cultura-widget-testimonials .item-testimonial .content-testimony h5{
	font-size: 0.875em;
	line-height: 1;
    margin-bottom: 0;
}
.cultura-widget-testimonials .item-testimonial .content-testimony h6{
	font-size: 0.8125em;
    margin-bottom: 0;
}

/** Testimonials Author **/
.cultura-widget-testimonials.testimonials-type-author .container-widget{
	margin: auto;
	max-width: 1700px;
	position: relative;
	width: 100%;
}
.cultura-widget-testimonials.testimonials-type-author .wrapper-author{
	background-color: #f2f3f5;
	overflow: hidden;
	position: relative;
}
.cultura-widget-testimonials.testimonials-type-author .wrapper-author,
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author,
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .thumbnail-author-gray{
	height: 800px;
}
.cultura-widget-testimonials.testimonials-type-author .item-testimonial{
    background-color: #f2f3f5;
    left: 0;
    max-width: 1020px;
    position: absolute;
    top: 0;
    width: 60%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.one{
    z-index: 1;
}
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.two{
    margin-left: 60%;
    z-index: 2;
}
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.two:hover{
	margin-left: 20%;
}
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three{
    margin-left: 80%;
    z-index: 3;
}
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three:hover{
	margin-left: 40%;
}
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three:hover ~ .two{
	margin-left: 20%;
}

.cultura-widget-testimonials.testimonials-type-author .item-testimonial.one .thumbnail-author-gray,
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.one:hover .thumbnail-author-gray,
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.two:hover .thumbnail-author-gray, 
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three:hover .thumbnail-author-gray, 
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three ~ .two:hover .thumbnail-author-gray,

.cultura-widget-testimonials.testimonials-type-author .item-testimonial.one .info-author,
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.one:hover .info-author,
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.two:hover .info-author, 
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three:hover .info-author, 
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three ~ .two:hover .info-author{
	opacity: 0;
}
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.two:hover ~ .one .thumbnail-author-gray, 
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three:hover ~ .one .thumbnail-author-gray,
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.two:hover ~ .one .info-author, 
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three:hover ~ .one .info-author{
	opacity: 1;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author{
    max-width: 340px;
    width: 33.334%;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .thumbnail-author-gray{
	width: 100%;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author,
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .thumbnail-author-gray{
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
    overflow: hidden;
}
.cultura-widget-testimonials.testimonials-type-author .content-testimony{
    float: right;
    padding: 2em;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author,
.cultura-widget-testimonials.testimonials-type-author .content-testimony{
	position: relative;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .thumbnail-author-gray{
	left: 0;
	position: absolute;
	top: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	-moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author{
    bottom: 84px;
	left: 50px;
	position: absolute;
	-moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h3,
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h4{
	color: #fff;
	font-weight: normal;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h3{
    font-family: 'ProximaNovaAltSemibold';
    font-size: 1.125em;
    line-height: 1;
    margin-bottom: 1em;
    padding-bottom: 1.15em;
    position: relative;
    text-transform: uppercase;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h3 span{
	clear: both;
	display: block;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h3 .icon-plus{
	clear: both;
	color: #6f317e;
	height: 60px;
	line-height: 1;
    margin-bottom: 1.35em;
	position: relative;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h3 .icon-plus:before{
	bottom: 0;
	font-size: 2.5em;
	position: absolute;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h3:after{
	background-color: #6f317e;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100px;
}
.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h4{
	font-family: 'ProximaNovaAltReg';
	font-size: 2.25em;
    line-height: 1;
    margin-bottom: 0;
	min-height: 72px;
    text-transform: none;
}

.cultura-widget-testimonials.testimonials-type-author .content-testimony .inner-content-testimony{
	padding: 0 2em 4em 3.55em;
}

.cultura-widget-testimonials.testimonials-type-author .item-testimonial.two, 
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three, 
.cultura-widget-testimonials.testimonials-type-author .item-testimonial.three ~ .two{
    -moz-transition-property: margin-left;
    -o-transition-property: margin-left;
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.cultura-widget-testimonials.testimonials-type-author .thumbnail-author:hover .info-author h3 .icon-plus:before{
    color: #fff;
    font-size: 3.33em;
}

/** Testimonials Slide **/
.cultura-widget-testimonials.testimonials-type-slide{
	background-color: #f5f5f5;
	height: 568px;
    position: relative;
}
.cultura-widget-testimonials.testimonials-type-slide .bx-wrapper,
.cultura-widget-testimonials.testimonials-type-slide .bx-viewport,
.cultura-widget-testimonials.testimonials-type-slide .content-full-testimonials,
.cultura-widget-testimonials.testimonials-type-slide .item-testimonial{
	height: 100%;
}
.cultura-widget-testimonials.testimonials-type-slide .container-widget{
	margin: auto;
	max-width: 1700px;
	position: relative;
	width: 100%;
}
.cultura-widget-testimonials.testimonials-type-slide .content-full-testimonials{
	max-width: 1905px;
}
.cultura-widget-testimonials.testimonials-type-slide .item-testimonial .container{
	height: 100%;
}
.cultura-widget-testimonials.testimonials-type-slide .item-testimonial figure{
    background-position: right 36px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 564px;
    left: -83px;
    max-width: 50%;
    position: absolute;
    width: 100%;
}
.cultura-widget-testimonials.testimonials-type-slide .item-testimonial .content-testimony{
	float: right;
	height: 100%;
	max-width: 620px;
    padding: 1em 0 1em 10px;
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.cultura-widget-testimonials.testimonials-type-slide .bx-controls{
    width: 100%;
}
.cultura-widget-testimonials.testimonials-type-slide .bx-controls .bx-pager{
	margin: auto;
	max-width: 1240px;
	padding-right: 44px;
	text-align: right;
}

/**--------------------- Shortcodes ---------------------**/

.icon-load{
	background-image: url(assets/images/ring2.svg);
	display: none;
	font-size: 0;
	height: 24px;
	text-indent: -9999px;
	width: 24px;
}

/** Shortcode Content **/
.content-flex{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.content-flex .content-box-shortcode{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.content-flex .content-box-shortcode:first-child{
	padding-right: 10px;
}
.content-flex .content-box-shortcode:last-child{
	padding-left: 10px;
}
.content-flex .content-box-shortcode.content-type-text{
	max-width: 680px;
}
.content-flex .content-box-shortcode.content-type-text:first-child{
	margin-right: 55px;
}
.content-flex .content-box-shortcode.content-type-image{
	width: 242px;
}
.content-flex .content-box-shortcode.content-type-image,
.content-flex .content-box-shortcode.no-flex{
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
}
.content-no-flex{
    margin-top: 4.2em;
    max-width: 670px;
}

/** Shortcode Ul **/
.ul-shortcode{
	list-style: none;
}
.ul-shortcode p{
	display: none;
}
.ul-shortcode li{
    list-style: none;
    margin-bottom: 1.6em;
    margin-left: 0;
    min-height: 50px;
    padding-left: 4.3em;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.ul-shortcode li .icon-li{
	color: #8955a3;
	font-size: 2.5em;
	height: 50px;
	left: 0;
	position: absolute;
	text-align: center;
    top: 0;
	width: 64px;
}
.ul-shortcode li .text{

}

/** Shortcode Form Join **/
.content-short-join{
	position: relative;
	text-align: center;
}
.content-short-join:before,
.content-short-join:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-short-join:after{
	clear: both;
}
.content-short-join form{
    margin: auto;
    max-width: 350px;
    position: relative;
}
.content-short-join .title-join{
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.875em;
	font-weight: normal;
    margin-bottom: 0.6em;
}
.content-short-join .title-join:after{
	display: none;
}
.content-short-join .row-form{
    margin-bottom: 10px;
    position: relative;
	text-align: left;
}
.content-short-join .row-form .icon-load{
	position: absolute;
	right: -32px;
	top: 17px;
}
.content-short-join .row-form select{
	border: 1px solid #dadada;
	color: #b9b7c4;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.25em;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	padding: 0 1em 0 0.9em;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.content-short-join .row-form .btn-form{
    background-color: #7354a2;
    color: #fff;
    display: block;
    font-family: 'ProximaNovaAltBold';
    font-size: 1em;
    font-weight: normal;
    height: 62px;
    line-height: 62px;
    margin-top: 10px;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.content-short-join .row-form .btn-form.disabled{
	background-color: #7354a2 !important;
	cursor: not-allowed;
}
.content-short-join .row-form .btn-form:hover{
	background-color: #8568b1;
}

/** Shortcode Donate **/
.content-short-donate{
    position: relative;
    width: 100%;	
}
.content-short-donate:before,
.content-short-donate:after,
.content-short-donate .inner-content-short-donate:before,
.content-short-donate .inner-content-short-donate:after{
	content: '';
	display: table;
	table-layout: fixed;
}
.content-short-donate:after,
.content-short-donate .inner-content-short-donate:after{
	clear: both;
}
.content-short-donate .title-donate{
    margin-bottom: 11px;
	padding-bottom: 0;
}
.content-short-donate .title-donate:after{
	display: none;
}
.content-short-donate .inner-content-short-donate{
    background-color: #333333;
    color: #fff;
    padding: 10px;
}
.content-short-donate .select-container,
.content-short-donate .btn-donate{
    float: left;
    height: 40px;
    max-width: 315px;
    position: relative;
    width: 50%;
}
.content-short-donate .select-container select{
    border: 0;
    color: #2e4159;
    font-family: 'ProximaNovaAltReg';
    font-size: 1.125em;
    font-weight: normal;
    height: 100%;
    padding: 0 0.6em;
    width: 100%;
}
.content-short-donate .select-container .select2-container{
    height: 100%;
}
.content-short-donate .select2-container--default .select2-selection--single{
    height: 100%;
}
.content-short-donate .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 1.125em;
	line-height: 40px;
}
.content-short-donate .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
	width: 42px;
}
.content-short-donate .btn-donate{
	float: right;
}
.content-short-donate .btn-donate a{
	background-color: #7354a2;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: 'ProximaNovaAltBold';
	font-size: 1em;
	font-weight: normal;
	height: 100%;
	line-height: 40px;
    padding: 0 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.content-short-donate .btn-donate a:hover{
	background-color: #8568b1;
}


/** Shortcode Button **/
span.btn-page{
	display: inline-block;
	overflow: hidden;
    padding-bottom: 1px;
	position: relative;
}
span.btn-page a{
    background-color: #6f317e;
    border: 0;
    color: #fff;
    display: inline-block;
    font-family: 'ProximaNovaAltBold';
    font-weight: normal;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    min-width: 120px;
    padding: 0px 18px 0px 18px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
span.btn-page a:hover{
	background-color: #333333;
	color: #fff;
}


/** Gift Certificate **/
.woocommerce .checkout .gift-certificate{
	width: 100%;
}
.woocommerce .gift-certificate ul{

}
.woocommerce .gift-certificate ul li{
    margin-left: 0;
    list-style: none;
}
.woocommerce .gift-certificate ul li label{

}
.woocommerce .gift-certificate ul li input[type="radio"] + label{
    display: inline-block;
}
.woocommerce .gift-certificate input[type="text"],
.woocommerce .gift-certificate textarea{
	border: 1px solid #dadada;
	color: #303840;
	font-family: 'ProximaNovaAltSemibold';
	font-size: 1.125em;
	font-weight: normal;
	padding: 0 0.85em;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    padding: 0.7em 0.5em 0.7em 1em;
}


/*--------------------------------------------------------------
 Media Queries
--------------------------------------------------------------*/
@media screen and ( max-width:1904px ){
	/** Header **/
	.site-header-main .site-branding .tagline-logo{
		display: none;
	}
}

@media screen and ( max-width:1455px ){
	/** Header **/
	.site-header-main .site-header-menu #btn-search-header, 
	.site-header-main .site-search .search-submit{
		width: 80px;
	}
	.site-header-main .site-header-menu .main-navigation li a{
	    padding: 0px 15px;
	}
}

@media screen and ( max-width:1366px ){
	/** Header Sizes **/
	.site-header-top .call-now, 
	.site-header-main .site-branding{
		margin-left: 15px;
	}
	.site-header-main .site-search .search-field{
		padding-left: 15px;
	}

	.site-header-main .site-branding #logo{
	    width: 402px;
	}

	/** Header **/
	.site-header-main .site-header-menu .main-navigation li a{
		padding: 0 16px;
	}
	.site-header-main .site-header-menu .main-navigation li.menu-item-has-children a{
		padding-right: 42px;
	}
	.site-header-main .site-header-menu #btn-search-header,
	.site-header-main .site-search .search-submit{
	    width: 75px;
	}

	/** Home **/
	#slider-home .slider-desktop .tp-parallax-wrap{
		/*top: 32% !important;*/
	}
}

@media screen and ( max-width:1330px ){
	/** Header **/
	.site-header-main .site-branding #logo{
		width: 380px;
	}
	.site-header-main .site-header-menu .main-navigation li a{
	    padding: 0 14px;
	}
}

@media screen and ( max-width:1280px ) {
	/** Header **/
	.site-header-main .site-header-menu #btn-search-header, 
	.site-header-main .site-search .search-submit{
		width: 60px;
	}
	.site-header-main .site-header-menu .main-navigation li.menu-item-has-children a{
	    padding-right: 32px;
	}
	.site-header-main .site-header-menu .main-navigation li.menu-item-has-children a:after{
		right: 9px;
	}
}

@media screen and ( max-width:1240px ) {
	/** Header **/
	.site-header-top .buttons-top a.cart-link{
	    margin-right: 33px;
	}
	.site-header-top .buttons-top .menu-find-chapter{
	    margin-right: 51px;
	}
	.site-header-top .buttons-top ul.action-buttons li a{
		padding: 0 1em;
	}
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a, 
	#menu-menu-top-action-buttons-logged-in.action-buttons li.login a{
    	padding-left: 2.9em;
	}
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a:before, 
	#menu-menu-top-action-buttons-logged-in.action-buttons li.login a:before{
		left: 19px;
	}

	/** Home **/
	.cultura-widget-testimonials.testimonials-type-author .content-testimony .inner-content-testimony{
    	padding: 0 1em 1em;
	}

	#slider-home .slider-desktop .tp-caption{
		/*max-width: 420px !important;
		min-width: 0px !important;
		width: 420px !important;*/
	}
	#slider-home .slider-desktop .tp-bullets{
		width: 95% !important;
	}
	#slider-home rs-layer h1{
		font-size: 35px !important;
	}
	#slider-home rs-layer h2{
		font-size: 1.9375em;
	}
	#slider-home rs-layer h3{
		font-size: 1.6875em;
	}
	#slider-home rs-layer p{
		font-size: 1.1875rem !important;
	    line-height: 1.5rem !important;
	}
}

@media screen and (min-width: 1239px){
    html.mm-opening .mm-page, 
    html.mm-opening #mm-blocker, 
    html.mm-opening .mm-fixed-top, 
    html.mm-opening .mm-fixed-bottom{
        left: 0 !important;
        overflow: hidden;
    }
}

@media screen and ( max-width:1238px ) {
	#wpadminbar{
	    /*z-index: -1;*/
	}
	.site-header-main #top-menu-mobile{
	    background: #6f317e;
	    display: block;
	    height: 40px;
	    left: 14px;
	    margin-left: 0;
	    margin-top: -20px;
	    position: absolute;
	    top: 50%;
	    width: 45px;
	    z-index: 9998;
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    transition: all .3s ease;
	}
	#top-menu-mobile:before{
        top: 10px;
	}
	#top-menu-mobile:after{
	    bottom: 11px;
	}
	#top-menu-mobile span,
	#top-menu-mobile:before,
	#top-menu-mobile:after{
	    background: #fff;
	    content: '';
	    display: block;
	    width: 30px;
	    height: 3px;
	    position: absolute;
	    left: 0.47em;
	    transition: none 0.5s ease 0.5s;
	    transition-property: transform, top, bottom, left, opacity;
	}
	#top-menu-mobile span{
	    top: 53%;
	    margin-top: -3px;
	    width: 25px;
	}
	.mm-listview>li>a, 
	.mm-listview>li>span{
	    font-size: 14px;
	    font-weight: normal;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	}
	.mm-menu.mm-theme-white{
		background-color: #fff;
		color: #303840;
		font-family: 'ProximaNovaAltReg';
		font-weight: normal;
	}
	.mm-menu.mm-theme-white .mm-navbar a, 
	.mm-menu.mm-theme-white .mm-navbar>*, 
	.mm-menu.mm-theme-white em.mm-counter{
		color: #6f317e;
	}
	.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next), 
	.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{
		background-color: #8955a3;
		color: #fff;
	}
	.mm-listview>li:before{
		display: none;
	}
	.mm-listview>li:not(.mm-divider):after{
		left: 0;
	}
	.mm-search{
	    padding: 14px 10px 0;
	}
	.mm-search input{
		height: 30px;
		max-height: 30px;
		color: #303840 !important;
		font-family: 'ProximaNovaAltSemibold';
		font-size: 1rem;
		font-weight: normal;
		padding: 0 0.85em;
		width: 100%;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	nav#site-navigation{
	    display: none;
	}

	/** Header */
	#site-header-menu{
		display: none;
	}
	.site-header-main .site-branding{
	    margin: 0;
	    text-align: center;
	    width: 100%;
	}
	.site-header-main .site-branding #logo{
		float: none;
		margin: auto;
	    width: 430px;
	}

	/** Page **/
	#banner-page.banner-page-content .content-short-donate{
	    max-width: 664px;
	}

	/** Page Block Video **/
	.content-block-video .block-video .info-video p{
		font-size: 1.875em;
	}

	/** My Account **/
	.content-area.inner-padding .site-content .woocommerce-myAccount-sidebar{
		display: none;
	}
	.woocommerce-flex-row{
		display: block;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		margin-bottom: 2em;
		max-width: 100%;
	    padding-left: 50px;
		width: 100%;
	}
}

@media screen and ( max-width:1200px ) {
	/** Shortcode **/
	.content-short-join form{
		max-width: 100%;
		padding: 0 1em;
	}
	.content-short-join .row-form .icon-load{
	    background-size: 80%;
    	background-repeat: no-repeat;
    	right: -26px;
	}
}

@media screen and ( max-width:1136px ) {
	/** Header **/
	.site-header-top .buttons-top a.cart-link,
	.site-header-top .buttons-top .menu-find-chapter{
		margin-right: 23px;
	}

	/** Page Chapter Home **/
	.content-area-chapter .subscriptions-chapter .content-product-subscription .name-subscription{
		padding-left: 0.5em;
		padding-right: 1em;
	}
	.content-area-chapter .subscriptions-chapter .content-product-subscription .join-now-subscription{
	    max-width: 135px;
	}
}

@media screen and ( max-width:1080px ) {
	/** Header **/
	.site-header-top .call-now span.talk{
		display: none;
	}
	.site-header-main, 
	.site-header-main .site-branding, 
	.site-header-main .site-header-menu #btn-search-header, 
	.site-header-main .site-header-menu .main-navigation, 
	.site-header-main .site-search{
		height: 70px;
	}
	.site-header-main .site-branding #logo{
		padding-top: 16px;
		width: 402px;
	}
	.site-wrap{
	    top: 130px;
	}
}

@media screen and ( max-width:1024px ) {
	/** Home **/
	#events-news-home .cultura_widget_recent_entries .box-recent-post .excerpt{
		padding: 1.2em 0.8em 1em 1.2em;
	}
	#instagram-home .widget_text{
		font-size: 0.9375em;
		height: 190px;
	    margin-top: -95px;
		max-width: 360px;
	}
	#instagram-home .instashow-gallery .instashow-gallery-media{
		font-size: 14px !important;
	}

	/** Page **/
	#banner-page.h400,
	#banner-page.h400 .banner_background{
		height: 350px;
	}
	#banner-page.h400.margin-content-bottom .inner-banner-page{
		height: 280px;
	}
	#banner-page.title-bottom .banner-content{
		bottom: 29px;
		font-size: 0.9375em;
	}
	#banner-page.h580,
	#banner-page.h580 .banner_background{
		height: 420px;
	}
	#banner-page.banner-page-content .banner-content h1{
	    font-size: 2.375em;
	}
	#banner-page.banner-page-content .banner-content p,
	#banner-page.banner-page-content .banner-content li{
    	font-size: 1.1875em;
	}
	.banner-donate .content-flex .content-box-shortcode.content-type-text{
		padding-right: 0;
		max-width: 100%;
	}
	#banner-page.banner-page-content .content-short-donate{
	    margin-top: 0.5em;
	}
	#banner-page.banner-page-find-chapter .find-chapter{
		padding: 0.56em 10px;
	}

	.content-area.inner-margin-top .site-content{
		margin-top: -340px;
	}
	#primary.content-sidebar-right .container-flex .site-content{
	    margin-right: 15px;
	}
	.content-area.inner-padding .site-content{
	    padding: 40px 30px;
	}

	blockquote{
	    font-size: 1.125em;
		padding-left: 1em;
	}

	/** Shortcode **/
	span.btn-page a{
		height: 45px;
		line-height: 45px;
	}
	.content-flex .content-box-shortcode.content-type-image{
	    width: 220px;
	}

	/** Page Blocks **/
	.content-blocks-page{
	    font-size: 1.1875em;
	}
	.content-block-video .block-video .info-video p{
		font-size: 1.625em;
	}
	.content-block-video .block-desc{
		max-width: 98%;
	}
	.content-block-video .block-desc p{
	    font-size: 1.25em;
	}

	/** Page Block Video **/
	.content-block-video .block-video{
	    margin: 3em 0 1.5em;
	}

	/** Page Chapter Home **/
	#primary.content-area-chapter #secondary .inner-secondary{
		padding-left: 1em;
	}
	.content-area-chapter .site-content .entry-content{
		padding-right: 1em;
	}

	/** Page Find a Local Chapter **/
	.content-area-find-chapter .item-find-chapter .find-img{
	    margin-right: 32px;
	}
	.content-area-find-chapter .item-find-chapter .find-img .find-icon{
		height: 40px;
	    line-height: 43px;
		right: -20px;
		width: 40px;
	}
	.content-area-find-chapter .item-find-chapter .find-info h2{
		font-size: 1.75em;
	}
	.content-area-find-chapter .item-find-chapter .find-info h3{
		font-size: 1.25em;
	}
	.content-area-find-chapter .item-find-chapter .find-btn-join{
		right: 20px;
		width: 180px;
	}
	.content-area-find-chapter .item-find-chapter .find-btn-join a.btn-join{
		height: 45px;
		line-height: 45px;
		padding: 0 0.5em;
	}

	/** Page Events **/
	.content-area-events .tribe-events-list .type-tribe_events .tribe_events_content .inner-tribe_events_content{
		padding: 0 30px 68px 40px;
	}
	.content-area-events .tribe-events-list a.tribe-events-read-more{
		left: 40px;
	}
	.content-area-events .tribe-events-list .type-tribe_events h2.tribe-events-list-event-title{
		font-size: 1.75em;
	}
	.content-area-events #tribe-events .tribe-events-content p, 
	.content-area-events .tribe-events-after-html p, 
	.content-area-events .tribe-events-before-html p{
		font-size: 1.1875em;
	}
	.content-area-events .tribe-events-list .tribe-events-loop .tribe-events-content{
		max-height: 70px;
	}

	/** Page Individual Event **/
	.tribe-events-header .tribe-events-title-header{
		padding: 1.5em;
	}
	.tribe-events-header .tribe-events-title-header .tribe-event-date-start{
		margin-bottom: 0.5em;
	}
	.tribe-events-header .tribe-events-title-header h1.tribe-events-single-event-title{
	    font-size: 1.75em;
	}
	.tribe-events-header .tribe-events-title-header .tribe-event-date-start .day{
	    font-size: 1.625em;
	}
	.tribe-events-content-area .tribe-events-descriptions{
	    padding: 3.35em 7px 4em 20px;
	}
	.tribe-events-content-area .tribe-events-secondary{
	    padding: 3.35em 20px 3em 24px;
	}
	.tribe-events-content-area .tribe-events-descriptions .tribe-button, 
	.tribe-events-content-area .tribe-events-descriptions a.tribe-button, 
	.tribe-events-content-area .tribe-events-descriptions button.tribe-button, 
	.tribe-events-content-area .tribe-events-descriptions input.tribe-button{
	    padding: 0.5em 0.8em 0.5em 0.8em;
	}
	.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets td.woocommerce.add-to-cart.center{
		padding-right: 5px;
		padding-left: 5px;
	}
	.tribe-events-content-area .tribe-events-descriptions .tribe-button:before, 
	.tribe-events-content-area .tribe-events-descriptions a.tribe-button:before, 
	.tribe-events-content-area .tribe-events-descriptions button.tribe-button:before{
		display: none;
	}

	/** Page Individual Media **/
	.content-area-single-post .entry-content{
	    padding: 2.7em 20px 4em 20px;
	}
	.content-area-single-post .site-content header h1{
	    font-size: 1.875em;
	}

	/** Page Checkout **/
	.woocommerce-checkout h2{
	    font-size: 1.75em;
	}
	.woocommerce-checkout .woocommerce form.checkout_coupon p, 
	.woocommerce-checkout .woocommerce form.login p, 
	.woocommerce-checkout .woocommerce form.register p{
		font-size: 1em;
	}
	.woocommerce-checkout .woocommerce form.checkout_coupon .form-row label,
	.woocommerce-checkout .woocommerce form.login .form-row label, 
	.woocommerce-checkout .woocommerce form.register .form-row label{
		font-size: 1em;
	}
	.woocommerce-checkout .woocommerce form.checkout_coupon input.input-text,
	.woocommerce-checkout .woocommerce form.login input.input-text, 
	.woocommerce-checkout .woocommerce form.register input.input-text{
		font-size: 1em;
	    height: 40px;
	}
	.woocommerce-checkout .woocommerce form.checkout_coupon input#submit.alt, 
	.woocommerce-checkout .woocommerce form.login input#submit.alt, 
	.woocommerce-checkout .woocommerce form.register input#submit.alt,
	.woocommerce-checkout .woocommerce form.checkout_coupon a.button.alt, 
	.woocommerce-checkout .woocommerce form.login a.button.alt, 
	.woocommerce-checkout .woocommerce form.register a.button.alt,
	.woocommerce-checkout .woocommerce form.checkout_coupon button.button.alt, 
	.woocommerce-checkout .woocommerce form.login button.button.alt, 
	.woocommerce-checkout .woocommerce form.register button.button.alt,
	.woocommerce-checkout .woocommerce form.checkout_coupon input.button.alt, 
	.woocommerce-checkout .woocommerce form.login input.button.alt, 
	.woocommerce-checkout .woocommerce form.register input.button.alt,
	.woocommerce-checkout .woocommerce form.checkout_coupon input.button, 
	.woocommerce-checkout .woocommerce form.login input.button, 
	.woocommerce-checkout .woocommerce form.register input.button{
		height: 40px;
		line-height: 40px;
	}

	/** Page Fundraiser **/
	#content ul.products li.product .woocommerce-loop-product__title{
	    font-size: 1.25rem;
	}
	#content ul.products li.product a.button,
	.content-area-fundraiser #content ul.products li.product a.button{
		height: 40px;
		line-height: 40px;
		max-width: 150px;
	}
	.content-area-fundraiser #content ul.products li.product form.cart .button,
	.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart label{
		height: 40px;
		line-height: 40px;
	}
	ul.products .select2-container,
	.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart .quantity .input-text{
		height: 40px;
	}
	ul.products .select2-container--default .select2-selection--single .select2-selection__rendered{
	    line-height: 38px;
	}
	.content-area-fundraiser #content ul.products li.product form.cart .woocommerce-variation-add-to-cart .container-qty{
		width: 90px;
	}

	/** Page Product **/
	.woocommerce div.product form.cart div.quantity, 
	.woocommerce div.product form.cart button.button, 
	#wl-wrapper .wl-add-but{
		height: 50px;
	}
	.woocommerce div.product form.cart button.button, 
	#wl-wrapper .wl-add-but{
		line-height: 50px;
	}
	
	.woocommerce div.product form.cart div.quantity input.minus, 
	.woocommerce div.product form.cart div.quantity input.plus{
		background-position: center 14px;
	}
	.woocommerce div.product form.cart div.quantity input.minus{
		background-position: center -27px;
	}
	.woocommerce #review_form #respond input[type="text"], 
	.woocommerce #review_form #respond input[type="email"]{
		height: 40px;
	}
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button{
		height: 40px;
	}
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button, 
	#add_payment_method table.cart input, 
	.woocommerce-cart table.cart input, 
	.woocommerce-checkout table.cart input{
		line-height: 38px;
	}
	.woocommerce div.product form.cart button.button{
		width: auto;
	}

	/** Page My Account **/
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-left: 30px;
	}

	.content-area.inner-padding .site-content .woocommerce-myAccount-sidebar{
	    margin-top: -40px;
	}
	.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li a{
		padding-left: 3em;
	}
	.woocommerce-myAccount-navigation.woocommerce-navigation-primary li a:before,
	.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--edit-account a:before,
	.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--account-wishlists a:before,
	.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
		font-size: 1.5em;
		left: 14px;
	}
	.woocommerce-account .woocommerce-flex-row .woocommerce-myAccount-sidebar{
		width: 320px;
	}
	.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation nav{
		padding: 0 10px;
	}


	/** Widgets **/
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 .content-widget{
		padding-top: 0;
	}

	.cultura-widget-testimonials.testimonials-type-author .wrapper-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .thumbnail-author-gray{
		height: 700px;
	}
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author{
	    font-size: 0.875em;
		left: 0;
		padding: 0 1em;
		width: 100%;
	}
	.cultura-widget-testimonials.testimonials-type-author .content-testimony .inner-content-testimony{
		padding: 0;
	}
	.cultura-widget-testimonials .item-testimonial .content-testimony blockquote{
	    font-size: 1.5em;
	}

	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial figure{
		left: 0;
	}

	/** Footer **/
	.site-footer .foo-main .foo-right .widget_nav_menu{
		margin-right: 0;
	}
}

@media screen and ( max-width:1020px ) {
	
	/** Home **/
	#events-news-home .cultura_widget_recent_entries .box-recent-post figure{
		width: 50%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    -ms-justify-content: center;
	    justify-content: center;
	}
}

@media screen and ( max-width:940px ){
	/** Header **/
	.site-header-main, 
	.site-header-main .site-branding, 
	.site-header-main .site-header-menu #btn-search-header, 
	.site-header-main .site-header-menu .main-navigation, .site-header-main .site-search{
		height: 60px;
	}
	.site-header-main .site-branding #logo{
		padding-top: 11px;
		width: 374px;
	}
	.site-wrap{
		top: 120px;
	}

	/** Page **/
	.banner-donate .content-flex .content-box-shortcode.content-type-text{
		padding-right: 0;
	}
	#primary.content-sidebar-left aside.widget-area, 
	#primary.content-sidebar-left .container-flex .site-content{
		padding-top: 50px;
	}

	/** Page Block Video **/
	.content-block-video .block-video .info-video p{
		font-size: 1.375em;
	}
	.content-block-video .block-desc{
	    padding-bottom: 1.4em;
	}
	.content-block-video .block-desc p{
		font-size: 1.125em;
	}

	/** Page Chapter Home **/
	#primary.content-area-chapter #secondary .title-widget{
	    padding: 0 3em 0 0.75em;
	}
	#primary.content-area-chapter #secondary .inner-secondary{
	    padding-right: 2em;
	}
	.content-area-chapter .subscriptions-chapter .content-product-subscription .join-now-subscription{
		max-width: 100px;
	}
	.content-area-chapter .subscriptions-chapter .content-product-subscription .join-now-subscription a.button.alt{
		padding: 0 0.2em;
	}

	/** Page Individual Event **/
	.tribe-events-header .tribe-events-title-header{
	    font-size: 0.9em;
        width: 300px;
	}
	.tribe-events-header .tribe-events-title-header h1.tribe-events-single-event-title{
	    line-height: 1.1em;
	}

	/** Page Contact **/
	.contact-details .inner-contact-details{
		padding: 3em 0;
	}

	/** Page Find a Local Chapter **/
	.content-area-find-chapter .item-find-chapter .find-info{
	    padding-right: 212px;
	}
	.content-area-find-chapter .item-find-chapter .find-info .cols-find-info{
		margin-top: 0;
	}
	.content-area-find-chapter .item-find-chapter .find-info .cols-find-info .col,
	.content-area-find-chapter .item-find-chapter .find-info .cols-find-info .col.first,
	.content-area-find-chapter .item-find-chapter .find-info .cols-find-info .col.last{
		width: 100%;
	}
	.content-area-find-chapter .item-find-chapter .find-info h2,
	.content-area-find-chapter .item-find-chapter .find-info h3{
		margin-bottom: 0.2em;
	}

	/** Page Checkout **/
	#customer_details .col-shadow{
		padding: 34px 24px;
	}
	.woocommerce .checkout table.shop_table thead th, 
	.woocommerce table.shop_table.cart thead th, 
	.woocommerce .checkout table.shop_table td, 
	.woocommerce table.shop_table.cart td, 
	.woocommerce .checkout table.shop_table th{
		padding-left: 20px;
	}

	/** Page Shop **/
	#primary.content-sidebar-left aside.widget-area{
		width: 260px;
	}
	#content ul.products li.product span.onnew, 
	#content ul.products li.product span.onsale, 
	.woocommerce span.onnew, .woocommerce span.onsale{
		font-size: 12px;
		height: 38px;
		line-height: 41px;
		min-height: 0;
		min-width: 0;
		width: 38px;
	}

	/** Page Product **/
	.woocommerce div.product #wl-wrapper.wl-button-wrap{
		margin-top: 10px;
	}


	/** Widgets **/
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .thumbnail-author-gray{
	    background-position: center top;
	}
	.cultura-widget-testimonials .item-testimonial .content-testimony blockquote{
	    font-size: 1.375em;
	}
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author{
	    font-size: 0.8125em;
	}

	/** Find a Chapter **/
	.find-chapter .find-zipcode label{
		width: 180px;
	}
	.find-chapter .fin-state label{
		width: 50px;
	}

	/** Footer **/
	.site-footer .foo-main .foo-left{
		width: 37.23%;
	}
	.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer{
		width: 60px;
	}
	.site-footer .foo-main .gform_wrapper .top_label input.medium, 
	.site-footer .foo-main .gform_wrapper .top_label select.medium, 
	.site-footer .foo-main .gform_wrapper textarea.medium{
	    padding-left: 10px !important;
		padding-right: 65px !important;
	}
}


@media screen and ( max-width:853px ){
	.site-wrap{
        top: 103px;
	}

	/** Header **/
	.site-header-top .call-now{
		margin-top: 10px;
	}
	.site-header-top .call-now i{
	    margin-right: 4px;
	}
	.site-header-top .call-now a{
		font-size: 1em;
	}
	.site-header-top .buttons-top .menu-find-chapter{
		margin-top: 12px;
	}
	.site-header-top .buttons-top a.cart-link{
		margin-top: 11px;
	}
	.site-header-top .buttons-top ul.action-buttons li{
	    height: 48px;
	}
	.site-header-top .buttons-top ul.action-buttons li a{
		font-size: 1em;
		line-height: 50px;
		padding: 0 0.7em;
	}
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a, 
	#menu-menu-top-action-buttons-logged-in.action-buttons li.login a{
        padding-left: 2.4em;
	}
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a:before, 
	#menu-menu-top-action-buttons-logged-in.action-buttons li.login a:before{
		font-size: 20px;
		left: 11px;
		top: 15px;
	}

	.site-header-main, 
	.site-header-main .site-branding, 
	.site-header-main .site-header-menu #btn-search-header, 
	.site-header-main .site-header-menu .main-navigation, 
	.site-header-main .site-search,
	.site-header.sticky .site-header-main, 
	.site-header.sticky .site-header-main .site-branding, 
	.site-header.sticky .site-header-main .site-header-menu #btn-search-header, 
	.site-header.sticky .site-header-main .site-header-menu .main-navigation, 
	.site-header.sticky .site-header-main .site-search{
	    height: 55px;
	}
	.site-header-main .site-branding #logo{
		padding-top: 11px;
		width: 346px;
	}

	/** Home **/
	#intro-home{
	    padding: 3em 0 3em;
	}
	.content-home .inner-content h1{
		font-size: 1.875em;
	}
	.content-home .inner-content h2{
		font-size: 1.6875em;
	}
	.content-home .inner-content h3{
		font-size: 1.5625em;
	}
	.content-home .inner-content h4{
		font-size: 1.4375em;
	}
	.content-home .inner-content h5{
		font-size: 1.3125em;
	}
	.content-home .inner-content h6{
		font-size: 1.1875em;
	}

	.blocks-intro .block-intro .icon{
		font-size: 3.875em;
	}
	.blocks-intro .block-intro.col-4{
	    width: 46.67%;
	}
	.blocks-intro .block-intro .icon-content{
        max-width: 300px;
	}
	#intro-home .blocks-intro .block-intro:nth-of-type(2){
		margin-right: 0;
	}
	#intro-home .blocks-intro .block-intro:nth-of-type(2n+3){
		margin-left: 0;
	}
	.blocks-intro .block-intro .icon-content h3 .number{
		font-size: 1.9em;
	}

	#events-news-home .tribe-events-list-widget .tribe-event{
		height: 350px;
	}
	#events-news-home .tribe-events-list-widget, #events-news-home .cultura_widget_recent_entries{
	    clear: both;
		float: none !important;
		margin: auto;
		width: 100%;
	}
	#events-news-home .cultura_widget_recent_entries .box-recent-post figure{
		width: 280px;
	}

	#instagram-home .widget_text{
		font-size: 0.75em;
	    height: 165px;
        margin-top: -83px;
        max-width: 320px;
        padding: 1em;
	}

	/** Shortcode **/
	.content-short-join .row-form .btn-form{
	    height: 50px;
	    line-height: 50px;
	}
	.content-flex .content-box-shortcode.content-type-image{
	    width: 200px;
	}
	.content-flex .content-box-shortcode.content-type-text:first-child{
	    margin-right: 15px;
	}
	.ul-shortcode li .icon-li{
	    font-size: 2.1875em;
	}

	/** Page **/
	#banner-page.h400,
	#banner-page.h400 .banner_background{
		height: 300px;
	}
	#banner-page.h400.margin-content-bottom .inner-banner-page{
		height: 230px;
	}
	#banner-page.banner-page-content .banner-content{
		padding-top: 2.8em;
	}
	#banner-page.banner-page-content .banner-content h1{
	    font-size: 2.1875em;
	}
	#banner-page.banner-page-content .banner-content h2{
	    font-size: 1.75em;
	    margin-bottom: 0.3em;
    	padding-bottom: 0.3em;
	}
	#banner-page.banner-page-content .banner-content p, 
	#banner-page.banner-page-content .banner-content li{
	    font-size: 1.125em;
	}
	h1.title-page{
		font-size: 2.8125em;
	}
	.content-area.inner-padding .site-content{
		padding: 30px;
	}
	#primary.content-sidebar-left aside.widget-area{
	    width: 230px;
	}

	/** Page Find a Local Chapter **/
	.content-area-find-chapter .title-find{
	    font-size: 1.75rem;
	}
	.content-area-find-chapter .item-find-chapter{
	    padding: 10px;
	}
	.content-area-find-chapter .item-find-chapter .find-img{
		width: 210px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.content-area-find-chapter .item-find-chapter .find-info{
	    padding-right: 130px;
	}
	.content-area-find-chapter .item-find-chapter .find-info h2{
		font-size: 1.625em;
	}
	.content-area-find-chapter .item-find-chapter .find-btn-join{
		width: 100px;
	}
	.content-area-find-chapter .item-find-chapter .find-btn-join a.btn-join-desktop{
		display: none;
	}
	.content-area-find-chapter .item-find-chapter .find-btn-join a.btn-join-mobile{
		display: block;
	}

	/** Page Chapter Home **/
	#primary.content-area-chapter .container-flex .site-content #secondary{
		width: 320px;
	}
	#primary.content-area-chapter #secondary .inner-secondary,
	.content-area-chapter .site-content .entry-content{
		padding-top: 2em;
	}
	.content-area-chapter .site-content .wcpv-vendor-profile.entry-summary img.alignright:nth-of-type(1){
		margin-top: 0;
		margin-left: 1em;
		max-width: 320px;
	}
	.content-area-chapter .subscriptions-chapter .content-product-subscription .col-subscription{
		max-width: 33.3%;
		width: 32.3%;
	}
	.content-area-chapter .subscriptions-chapter .content-product-subscription .name-subscription{
		max-width: 50%;
	    padding-left: 0.2em;
		padding-right: 0.5em;
		width: 50%;
	}
	.content-area-chapter .subscriptions-chapter .content-product-subscription .price-subscription{
		max-width: 50%;
		width: 28%;
	}
	.content-area-chapter .subscriptions-chapter .content-product-subscription .join-now-subscription{
		width: 22%;
		max-width: 22%;
	}
	.content-area-chapter .site-content .wcpv-vendor-profile.entry-summary,
	.content-area-chapter .upcoming-events-chapter{
		padding-bottom: 1em;
	}

	/** Page Blocks **/
	.content-blocks-page{
	    font-size: 1.125em;
	}
	.content-blocks-page .block-page{
		padding: 2em 0;
	}
	.content-block-video .block-video .info-video{
	    padding: 1em 1em;
	}

	/** Page Find a Chapter **/
	#banner-page.banner-page-find-chapter .find-chapter .find-zipcode label{
		width: 160px;
	}
	#banner-page.banner-page-find-chapter .find-chapter .fin-state label{
		width: 50px;
	}

	/** Page Events **/
	.content-area-events .tribe-events-list .type-tribe_events .tribe_events_content .inner-tribe_events_content{
	    padding: 0 20px 58px 24px;
	}
	.content-area-events .tribe-events-list a.tribe-events-read-more{
	    height: 45px;
		left: 24px;
		line-height: 45px;
	}
	.content-area-events .tribe-events-list .type-tribe_events h2.tribe-events-list-event-title{
	    font-size: 1.625em;
        max-height: 100px;
	}
	.content-area-events #tribe-events .tribe-events-content p, 
	.content-area-events .tribe-events-after-html p, 
	.content-area-events .tribe-events-before-html p{
		font-size: 1.125em;
	}

	/** Page Individual Event **/
	.tribe-events-content-area .tribe-events-descriptions{
		width: 65%;
	}
	.tribe-events-content-area .tribe-events-secondary{
	    padding-left: 15px;
        width: 35%;
	}
	.tribe-events-content-area .tribe-events-descriptions,
	.tribe-events-content-area .tribe-events-secondary{
	    padding-top: 2em;
	}
	.tribe-events-content-area .tribe-events-descriptions table.tribe-events-tickets{
	    font-size: 0.875em;
	}
	.tribe-events-content-area .tribe-events-descriptions .tribe-button, 
	.tribe-events-content-area .tribe-events-descriptions a.tribe-button, 
	.tribe-events-content-area .tribe-events-descriptions button.tribe-button, 
	.tribe-events-content-area .tribe-events-descriptions input.tribe-button{
		height: 42px;
		padding: 0.5em;
	}
	.tribe-events-content-area .tribe-events-descriptions .tribe-events-tickets .woocommerce .quantity input{
		height: 40px;
	}

	/** Page Contact **/
	.content-area-contact h2{
	    margin-bottom: 0.5em;
	}
	.content-area-contact .container-max-width{
		max-width: 100%;
		padding-right: 0;
		width: 100%;
	}
	.contact-details .inner-contact-details{
		padding: 2em 0;
	}
	.contact-details .info-contact{
		clear: none;
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	.contact-details .info-contact [class^="icon-"], 
	.contact-details .info-contact [class*=" icon-"]{
		font-size: 2em;
		width: 40px;
	}
	.content-contact-map{
		position: relative;
		width: 100%;
	}
	.content-contact-map .contact-map{
	    min-height: 300px;
	}
	.content-contact-form .inner-content-contact-form{
	    padding: 3em 0;
	}

	/** Page Cart **/
	.woocommerce .checkout table.shop_table thead th, 
	.woocommerce table.shop_table.cart thead th, 
	.woocommerce .checkout table.shop_table td, 
	.woocommerce table.shop_table.cart td, 
	.woocommerce .checkout table.shop_table th{
		padding-left: 20px;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-name a{
	    font-size: 1.25rem;
	}
	.woocommerce .cart-collaterals .cart_totals h2{
	    font-size: 1.75em;
	}
	.woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt, 
	.woocommerce form.login input.button{
		height: 50px;
		line-height: 50px;
	}
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button{
		height: 40px;
	}
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button, 
	#add_payment_method table.cart input, 
	.woocommerce-cart table.cart input, 
	.woocommerce-checkout table.cart input{
		line-height: 38px;
	}
	.woocommerce .cart .button[name="update_cart"], .woocommerce .cart input.button[name="update_cart"]{
	    background-position: 26px -35px;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon .input-text{
		height: 40px;
	}
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea, 
	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text{
	    padding: 0.2em 0.5em;
	}

	/** Page Shop **/
	.content-area.content-area-shop{
		margin-bottom: 3em;
	}
	#content ul.products li.product{
		background-color: #fff;
	    border: 1px solid #ccc;
		margin-bottom: 50px;
		padding: 10px 10px 20px 10px;
		width: 47.5%;
	}
	#content ul.products li.product,
	#content ul.products li.product:nth-of-type(3n+3){
		margin-right: 5%;
	}
	#content ul.products li.product:nth-of-type(2n+2){
		margin-right: 0;
	}
	#content ul.products li.product a.button, 
	.content-area-fundraiser #content ul.products li.product a.button{
		min-width: 0;
	}
	#content ul.products li.product:last-child{
		margin-right: 0 !important;
	}
	#content ul.products li.product img.wp-post-image{
		margin-bottom: 12px;
	}

	/** Page Fundraiser **/
	.content-area-fundraiser #content ul.products li.product{
		background-color: #fff;
		border: 1px solid #ccc;
		margin-right: 1.612903225806452%;
		padding: 10px 10px 20px 10px;
	    width: 32.2580%;
	}
	.content-area-fundraiser #content ul.products li.product:nth-of-type(3n+3){
		margin-right: 0;
	}
	.content-area-fundraiser #content ul.products li.product:nth-of-type(4n+4){
		margin-right: 1.612903225806452%;
	}
	.content-area-fundraiser #content ul.products li.first{
		clear: none;
	}
	#content ul.products li.product .woocommerce-product-details__short-description p{
		margin: 0.4em 0;
	}

	/** Page Product **/
	.woocommerce div.product .product_title{
		font-size: 1.875em;
	}
	.woocommerce div.product p.price, .woocommerce div.product span.price{
	    font-size: 1.75em;
	}
	.woocommerce div.product form.cart .variations label{
	    margin-bottom: 0.5em;
	}
	.woocommerce div.product form.cart .woocommerce-variation-price{
		font-size: 0.75em;
	}
	.woocommerce div.product form.cart div.quantity input.minus, 
	.woocommerce div.product form.cart div.quantity input.plus{
		/*display: none;*/
	}
	.woocommerce div.product .share-social{
		margin-top: 2em;
	}
	.woocommerce div.product .share-social{
		padding: 1em 0 1em 10px;
	}
	.woocommerce #content .related.products{
		margin-top: 1em;
	}

	/** Page My Account **/
	.content-area.inner-padding .site-content .woocommerce-myAccount-sidebar{
		margin-top: -30px;
	}
	.woocommerce table.shop_table thead th, 
	.woocommerce table.shop_table td, 
	.woocommerce table.shop_table th{
		padding-left: 12px;
		padding-right: 12px;
	}
	.woocommerce-account .addresses .title .edit{
		float: left;
	}


	/** Media **/
	.content-area-news article.box-article .inner-post{
	    padding: 24px 24px 62px;
	}
	.content-area-news article.box-article .inner-post .entry-header .entry-title{
	    font-size: 1.5625em;
	}

	/** Individual Media **/
	.content-area-single-post .site-content header h1{
	    font-size: 1.75em;
	}
	#primary.content-sidebar-right .container-flex aside.widget-area{
		width: 280px;
	}
	#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt{
		padding: 1em 1.1em 3.2em;
	}
	#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt h4{
		font-size: 1.25em;
	}

	/** Find a Chapter **/
	.find-chapter{
		font-size: 1em;
	    /*height: 66px;*/
	}
	.find-chapter .find-zipcode label{
		width: 160px;
	}

	/** Widgets **/
	.widget .tagcloud a, 
	.widget.widget_tag_cloud a, 
	.wp_widget_tag_cloud a{
	    width: auto;
	    padding-right: 3.5em;
	}
	.cultura-widget-actionbtn .widget-title{
	    font-size: 1.75em;
	}
	.cultura-widget-actionbtn p{
	    font-size: 1.125em;
	}
	.cultura-widget-actionbtn .btn-action{
		height: 50px;
		line-height: 50px;
	}

	.cultura-widget-actionbtn.cultura-widget-actionbtn-style2{
	    height: 480px !important;
	}

	.cultura-widget-testimonials.testimonials-type-author .wrapper-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .thumbnail-author-gray{
		height: 600px;
	}
	.cultura-widget-testimonials .item-testimonial .content-testimony blockquote{
	    font-size: 1.25em;
	}
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h4{
		font-size: 1.9em;
	}
	.cultura-widget-testimonials.testimonials-type-slide{
		padding: 1.5em 0;
	}
	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial figure{
		height: 400px;
	}
	.cultura-widget-testimonials.testimonials-type-slide,
	.cultura-widget-testimonials.testimonials-type-slide .bx-wrapper, 
	.cultura-widget-testimonials.testimonials-type-slide .bx-viewport, 
	.cultura-widget-testimonials.testimonials-type-slide .content-full-testimonials, 
	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial,
	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial .container{
	    height: auto;
	    min-height: 400px;
	}


	/** Select **/
	.select-type-3 .select2-container,
	.content-short-join .row-form select{
	    height: 45px;
	}
	.select-type-3 .select2-container--default .select2-selection--single,
	.content-short-join .row-form select{
		font-size: 1.125em;
	}
	.content-short-join .row-form select{
		line-height: 45px;
	}
	.select-type-3 .select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 45px;
	}

	/** Form **/
	body .gform_wrapper ul.gform_fields li.gfield.col-2{
		max-width: 50%;
	}
	body .gform_wrapper ul.gform_fields li.gfield .select2-container{
		width: 100% !important;
	}
	body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.col-2.gfield_error:not(.gf_left_half):not(.gf_right_half){
	    max-width: 50% !important;
	}

	/** Footer **/
	.site-footer .foo-main .widget-title{
	    font-size: 1.375em;
	}
	.site-footer .foo-main .socials-shortcode a{
	    font-size: 1.375em !important;
		height: 40px;
		line-height: 40px;
		margin-right: 5px;
		width: 40px;
	}
	.site-footer .foo-main .foo-left .widget.widget_text{
		margin-top: 0.5em;
	}
}

@media screen and ( max-width:852px ){
	/** Footer **/
	.site-footer .foo-main .foo-right .widget_nav_menu:last-child{
		padding-left: 0;
	}
	.site-footer .foo-main .foo-right .widget_nav_menu{
		padding-bottom: 0;
	}
	.site-footer .foo-main .foo-right .widget_nav_menu li a{
		line-height: 1.5em;
		margin-bottom: 0.8em;
	}
}

@media screen and ( max-width:800px ){
	/** Home **/
	.slider-desktop{
		display: none;
	}
	.slider-mobile{
		display: block;
	}
	#slider-home .rev_slider .tp-caption{
		text-align: center;
	}
	#slider-home rs-layer h1{
		font-size: 1.875em !important;
	}
	#slider-home rs-layer h2{
		font-size: 1.625em;
	}
	#slider-home rs-layer h3{
		font-size: 1.3125em;
	}
	#slider-home rs-layer p{
		font-size: 1rem !important;
	}
	#find-chapter-home{
		display: none;
	}

	/** Page **/
	#banner-page.h580, 
	#banner-page.h580 .banner_background{
	    height: 320px;
	}
	.content-area.inner-margin-top .site-content{
	    margin-top: -240px;
	}

	/** Individual Event **/
	.tribe-events-content-area .tribe-events-descriptions,
	.tribe-events-content-area .tribe-events-secondary{
		max-width: 100%;
		padding: 1em;
		width: 100%;
	}
	.tribe-events-content-area .tribe-events-descriptions{
		padding-top: 2em;
	}
	.tribe-events-content-area .tribe-events-descriptions form.cart{
		margin-bottom: 3em;
	}
	.tribe-events-content-area .tribe-events-secondary .tribe-events-venue-map #tribe-events-gmap-0{
	    height: 250px !important;
	}
	.tribe-events-header .tribe-events-title-header h1.tribe-events-single-event-title{
		font-size: 1.625em;
	}

	/** Individual Media **/
	.content-area-single-post .site-content header h1{
		font-size: 1.625em;
	}
	#primary.content-sidebar-right .container-flex .site-content{
		margin-right: 0;
	}

	/** Page Product **/
	.woocommerce div.product form.cart div.quantity input.minus, 
	.woocommerce div.product form.cart div.quantity input.plus{
		display: none;
	}
	.woocommerce div.product form.cart div.quantity{
		width: auto;
	}
	.woocommerce div.product #wl-wrapper.wl-button-wrap{
		margin-top: 0;
	}

	/** Page My Account **/
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-left: 15px;
	}

	.woocommerce-account .woocommerce-flex-row .woocommerce-myAccount-sidebar{
		width: 280px;
	}
	.content-area.inner-padding .site-content{
		padding: 30px 15px;
	}

}


@media screen and ( max-width:768px ){
	/** Header **/
	.site-header-top .buttons-top ul.action-buttons li{
		min-width: 0;
	}
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a:before, 
	#menu-menu-top-action-buttons-logged-in.action-buttons li.login a:before{
		display: none;
	}
	.site-header-top .buttons-top ul.action-buttons li a,
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a, 
	#menu-menu-top-action-buttons-logged-in.action-buttons li.login a{
		padding: 0 0.7em;
	}

	/** Home **/
	#intro-home .inner-content{
	    margin-bottom: 3.5em;
	}
	.blocks-intro .block-intro .icon-content{
		max-width: 300px;
	}
	.content-home .inner-content h1{
		font-size: 1.6875em;
	}
	.content-home .inner-content h2{
		font-size: 1.5em;
	}
	.content-home .inner-content h3{
		font-size: 1.375em;
	}
	.content-home .inner-content h4{
		font-size: 1.25em;
	}
	.content-home .inner-content h5{
		font-size: 1.125em;
	}
	.content-home .inner-content h6{
		font-size: 1em;
	}
	#events-news-home .tribe-events-list-widget .tribe-event{
		height: 300px;
	}
	.home #cultura-widget-actionbtn-3{
		margin: 50px 0;
	}

	/** Shortcodes **/
	span.btn-page a{
		height: 40px;
		line-height: 40px;
	}
	.content-short-donate .select-container, .content-short-donate .btn-donate{
		width: 48%;
	}
	.content-flex .content-box-shortcode.content-type-image{
	    width: 180px;
	}
	.ul-shortcode li{
		margin-bottom: 1em;
	}
	.ul-shortcode li .icon-li{
		font-size: 2em;
	}
	.banner-join .content-flex .content-box-shortcode.content-type-text{
        width: 300px !important;
	}

	/** Page **/
	#banner-page .breadcrumbs,
	.breadcrumbs{
		display: none;
	}
	#banner-page.h400,
	#banner-page.h580,
	#banner-page.h580 .banner_background,
	#banner-page.h400 .banner_background{
		height: 250px;
	}
	#banner-page.h400.margin-content-bottom .inner-banner-page{
		height: 180px;
	}
	#banner-page.cats-dropdown .banner-content .dropdown-cats{
		bottom: 6px;
	}
	#banner-page.title-bottom .banner-content{
	    bottom: 12px;
        text-align: left;
	}
	#banner-page.h580{
		display: none;
	}
	#banner-page.banner-page-content .banner-content h1{
		font-size: 2em;
		margin-bottom: 0.3em;
		padding-bottom: 0.3em;
	}
	#banner-page.banner-page-content .banner-content h2{
	    font-size: 1.5em;
	}
	#banner-page.banner-page-content .banner-content .title-join{
	    font-size: 1.375em;
	}
	#banner-page.banner-page-content .banner-content p br{
		display: none;
	}
	#banner-page.banner-page-content .banner-content .title-donate{
		margin-bottom: 4px;
	}
	#banner-page.banner-page-content .content-short-donate{
	    max-width: 480px;
	}
	#banner-page .filter-products{
		display: block;
	}
	#banner-page .filter-menu-banner{
		text-align: center;
	}

	h1.title-page{
	    font-size: 2.5em;
	}
	#primary.content-sidebar-right .container-flex, 
	#primary.content-sidebar-left .container-flex{
		display: block;
	}
	.content-area{
	    padding-bottom: 2em;
	}
	.content-area-contact{
		padding-bottom: 0;
	}
	.content-area.inner-margin-top .site-content{
		margin-top: 0;
	}
	.content-area.inner-padding .site-content{
	    padding: 25px 15px;
	}
	h1{
		font-size: 1.75rem;
	}

	/** Page Find a Local Chapter **/
	.content-area-find-chapter .item-find-chapter .find-info p.email strong,
	.content-area-find-chapter .item-find-chapter .find-info p.follow strong{
		display: none;
	}

	/** Page Chapter Home **/
	#primary.content-area-chapter .site-content article:before{
		display: none;
	}
	#primary.content-area-chapter .container-flex .site-content{
		display: block;
	}
	#primary.content-area-chapter .site-content article{
		width: 100%;
	}
	.content-area-chapter .site-content .entry-content{
    	padding: 2em 15px;
	}
	.content-area-chapter .site-content .wcpv-vendor-profile.entry-summary{
		padding-bottom: 2em;
	}
	#primary.content-area-chapter .container-flex .site-content #secondary{
	    clear: both;
	    float: none;
	    max-width: 400px;
	    width: 100%;
	    padding-left: 15px;
        padding-right: 15px;
	    margin-bottom: 1em;
	}
	#primary.content-area-chapter #secondary .title-widget{
		border-top-right-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
	}
	#primary.content-area-chapter #secondary .inner-secondary{
		padding-right: 1em;
	}

	/** Page Blocks **/
	.content-blocks-page .block-page{
		display: block;
	}
	.content-blocks-page .block-page .entry-info{
	    max-width: 100% !important;
	    width: 100% !important;
	}
	.content-blocks-page .block-page .entry-thumbnail{
	    clear: both;
	    display: block;
	    float: none !important;
	    margin: auto !important;
	    max-width: 375px;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    width: 100%;
	}

	/** Page Block Video **/
	.content-block-video .block-video .info-video h4{
	    font-size: 0.9375em;
	}
	.content-block-video .block-video .info-video p{
	    font-size: 1.125em;
	}
	
	/** Page Individual Event **/
	body.single-tribe_events .content-area.inner-margin-top .site-content{
	    margin-top: 10px;
	}
	.tribe-events-header figure{
		display: none;
	}
	.tribe-events-header .tribe-events-title-header{
		width: 100%;
	}

	/** Media **/
	.content-area-news article.box-article .inner-post .entry-header .entry-title{
		font-size: 1.4375em;
	}

	/** Individual Media **/
	body.single .content-area.inner-margin-top .site-content{
		margin-top: 10px;
	}

	#primary.content-sidebar-right .site-content,
	#primary.content-sidebar-right aside.widget-area{
		max-width: 100%;
		width: 100%;
	}
	#primary.content-sidebar-right aside.widget-area{
	    padding-left: 0;
	}
	.content-area-single-post .site-content header{
	    color: #303840;
	}
	.content-area-single-post .site-content header h1,
	.content-area-single-post .site-content header .header-single-meta{
		font-family: 'ProximaNovaAltLight';
	}
	.content-area-single-post .site-content header figure{}
	.content-area-single-post .entry-content{
	    padding: 1.5em 20px 2em;
	}

	/** Page Cart **/
	.woocommerce table.shop_table tbody td, 
	.woocommerce table.shop_table tbody th,
	#wl-wrapper .wl-table tbody td,
	#wl-wrapper .wl-table tbody th{
		height: auto;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody td{
		padding-bottom: 1.5em;
		padding-top: 1.5em;
	}
	.woocommerce .woocommerce-cart-form .items-product-name .item-product-name.item-remove{
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-price, 
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-subtotal,
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity{
		padding-bottom: 1em;
	    padding-top: 1em;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity .quantity .qty{
		display: inline-block;
		margin-left: 1em;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon{
		max-width: 100%;
		width: 100%;
	}
	.woocommerce .cart-collaterals .cart_totals h2{
	    font-size: 1.625em;
	}
	.woocommerce .woocommerce-cart-form .items-product-name{
		clear: both;
		margin-top: 2.2em;
	}

	/** Woocommerce **/
	.woocommerce-checkout h2{
	    font-size: 1.625em;
	    margin-bottom: 0.8em;
	}
	.woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row, 
	.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row, 
	.woocommerce form.woocommerce-checkout .woocommerce-account-fields .form-row{
		margin-bottom: 20px;
	}
	.woocommerce-account-fields{
		margin-top: 1.2em;
	}
	#customer_details .col-shadow{
	    margin-bottom: 2em;
	}

	/** Page Fundraiser **/
	#content ul.products li.product .woocommerce-loop-product__title{
	    font-size: 1.1875rem;
	}

	/** Page Shop **/
	#primary.content-sidebar-left aside.widget-area, 
	#primary.content-sidebar-left .container-flex .site-content{
		padding-top: 40px;
	}
	#primary.content-area-shop.content-sidebar-left aside.widget-area{
		display: none;
	    max-width: 100%;
	    padding: 1.4em 15px;
	    width: 100%;
	}
	#primary.content-area-shop.content-sidebar-left aside.widget-area .widget{
		padding-bottom: 0;
	}
	#secondary .widget-woof .woof_container:last-child,
	#secondary .woof_submit_search_form_container{
		margin-bottom: 0;
	}
	#primary.content-sidebar-left .container-flex .site-content{
		width: 100%;
	}
	#content ul.products{
		text-align: center;
	}
	#content ul.products li.product img.wp-post-image{
		margin: 0 auto 12px;
	    width: 100%;
	}
	#content ul.products li.product span.onnew, 
	#content ul.products li.product span.onsale, 
	.woocommerce span.onnew, 
	.woocommerce span.onsale{
	    right: 0;
	    top: -19px;
	}

	/** Page Product **/
	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images{
	    margin: 0 auto 2em;
        padding-right: 0;
		width: 100%;
	}
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary{
	    padding: 0 1em;
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs .panel{
		padding: 0 1em;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		margin-bottom: 2em;
	}
	.woocommerce #content .related.products{
		margin-top: 0;
		padding-top: 2em;
	}
	.woocommerce #content .related.products li.product{
		margin-right: 5%;
		width: 47.5%;
	}
	.woocommerce #content .related.products li.product:nth-of-type(2n+2){
		margin-right: 0;
	}

	/** Page My Account **/
	#banner-page h1.title-page{
		text-align: center;
	}
	.woocommerce-flex-row{
		display: block;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		margin-bottom: 2em;
		width: 100%;
	}
	.content-area.inner-padding .site-content .woocommerce-myAccount-sidebar{
		clear: both;
		display: none;
		float: none;
		margin: 0em auto 1em;
		width: 100%;
	}
	.woocommerce-account .woocommerce-myAccount-sidebar{
		background: none;
		max-width: 100%;
	}
	.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation{
		padding-left: 15px;
	}
	.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary h3{
		font-size: 1.25em;
		height: 50px;
		line-height: 50px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
	}
	.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary h3:after{
		font-size: 15px;
		letter-spacing: 0px;
		line-height: 28px;
		height: 30px;
		margin-top: -15px;
		width: 30px;
	}
	.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation.woocommerce-navigation-primary li a{
		padding-left: 4em;
	}
	.woocommerce-myAccount-navigation.woocommerce-navigation-primary li a:before, 
	.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--edit-account a:before, 
	.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--account-wishlists a:before, 
	.woocommerce-myAccount-navigation.woocommerce-navigation-primary li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
		left: 20px;
	}
	.woocommerce-account .addresses .title .edit{
		float: right;
		margin-left: 1em;
	}
	.woocommerce-Addresses{
		display: block;
	}
	.woocommerce-Addresses .woocommerce-Address{
		max-width: 100%;
		margin-bottom: 1.5em;
	}



	/** Form**/
	body .gform_wrapper button, 
	body .gform_wrapper input[type="button"],
	body .gform_wrapper input[type="submit"]{
		height: 50px;
		line-height: 50px;
	}

	/** Widgets **/
	.cultura-widget-actionbtn .btn-action{
		height: 50px;
		line-height: 50px;
	}

	.cultura-widget-actionbtn.cultura-widget-actionbtn-style2{
		height: auto !important;
		padding: 5em 0;
	}
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style3{
		height: auto !important;
	}
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style3 .container-opacity-widget{
		padding: 4em 0;
	}

	.cultura-widget-testimonials.testimonials-type-author .wrapper-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .thumbnail-author-gray{
		height: 500px;
	}
	.cultura-widget-testimonials.testimonials-type-author .content-testimony{
		padding: 1em 1.2em;
	}
	.cultura-widget-testimonials .item-testimonial .content-testimony blockquote{
		font-size: 1.125em;
		line-height: 1.6em;
	}
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h4{
		font-size: 1.7em;
	}
	.cultura-widget-testimonials.testimonials-type-slide, 
	.cultura-widget-testimonials.testimonials-type-slide .bx-wrapper, 
	.cultura-widget-testimonials.testimonials-type-slide .bx-viewport, 
	.cultura-widget-testimonials.testimonials-type-slide .content-full-testimonials, 
	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial, 
	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial .container{
	    min-height: 350px;
	}
	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial figure{
		height: 300px;
	}


	#primary.content-sidebar-right .container-flex aside.widget-area{
		clear: both;
		float: left;
		width: 100%;
	}
	#secondary .cultura_widget_recent_entries .widget-title{
		text-align: center;
	}
	#secondary .cultura_widget_recent_entries ul{
		text-align: center;
	}
	#secondary .cultura_widget_recent_entries li{
		display: inline-block;
		float: none;
	    margin: 0 1em 1em;
		text-align: left;
		vertical-align: top;
		width: 280px;
	}
	#secondary .widget-title,
	.tagcloud, .widget_tag_cloud, .wp_widget_tag_cloud{
		text-align: center;
	}


	/** Footer **/
	.site-footer .foo-main .foo-left{
		width: 45%;
	}
	.site-footer .foo-main .foo-right{
		padding-left: 1.5em;
		width: 55%;
	}
}

@media screen and ( max-width:740px ){
	/** Find a Local Chapter */
	.find-chapter .find-zipcode .text-field{
		overflow: hidden;
		white-space: nowrap;
		-webkit-text-overflow: ellipsis;
		-moz-ext-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.find-chapter .find-zipcode .btn-form{
		padding: 0 0.5em;
		overflow: hidden;
		white-space: nowrap;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.find-chapter .fin-state label{
	    width: 35px;
	}

	/** Page Fundraiser **/
	#content ul.products{
		text-align: center;
	}
	.content-area-fundraiser #content ul.products li.product{
		width: 47.5%;
	}
	.content-area-fundraiser #content ul.products li.product,
	.content-area-fundraiser #content ul.products li.product:nth-of-type(3n+3){
		margin-right: 5%;
	}
	.content-area-fundraiser #content ul.products li.product:nth-of-type(2n+2){
		margin-right: 0;
	}


	/** Footer **/
	.site-footer .foo-main .foo-left{
		width: 40%;
	}
	.site-footer .foo-main .foo-right{
		width: 60%;
	}
	.site-footer .foo-main .foo-right .widget_text{
		width: 60%;
	}
	.site-footer .foo-main .gform_wrapper .top_label input.medium, 
	.site-footer .foo-main .gform_wrapper .top_label select.medium, 
	.site-footer .foo-main .gform_wrapper textarea.medium,
	.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer{
		height: 50px !important;
	}
	.site-footer .foo-main .gform_wrapper label.gfield_label+div.ginput_container{
		font-size: 1em;
	}
	.site-footer .foo-main .gform_wrapper ul.gform_fields li.gfield{
		margin-bottom: 0 !important;
	}
	.site-footer .foo-main .socials-shortcode a{
		margin-right: 2px;
	}

}

@media screen and ( max-width:705px ){
	/** Header **/
	.site-header-top .buttons-top a.cart-link{
		margin-top: 14px;
	}
	.site-header-top .buttons-top a.cart-link .cart-count{
		display: none;
	}
}

@media screen and ( max-width:640px ){
	/** Header **/
	.site-header-top .call-now a.tel,
	.site-header-top .buttons-top a.cart-link{
		display: none;
	}

	/** Home **/
	.container, 
	.cultura-widget-actionbtn .container-widget, 
	#slider-home .slider-desktop .tp-bullets{
		width: 95%;
	}

	#events-news-home{
		padding: 2.5em 0 2em;
	}
	#events-news-home .tribe-events-list-widget .tribe-event{
		height: 260px;
	}
	#events-news-home .tribe-events-list-widget .tribe-event-title,
	#events-news-home .cultura_widget_recent_entries .box-recent-post .excerpt h4{
		font-size: 1.25em;
	}

	/** Shortcodes **/
	.banner-join .content-flex .content-box-shortcode.content-type-text{
	    padding-left: 0;
	    width: 280px !important;
	}

	/** Page **/
	#banner-page.h400.margin-content-bottom .inner-banner-page{
		height: 250px;
	}

	.term-fundraiser #banner-page.title-bottom .banner-content{
		bottom: 0;
		padding: 0 2em;
		text-align: center;
		height: 100%;
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.term-fundraiser #banner-page.title-bottom .banner-content h1.title-page{
		text-align: center;
	}

	.content-area.content-margin-top{
		margin-top: 0;
		padding-top: 1em;
	}
	.content-area.inner-padding .site-content{
		padding: 0;
	}
	.content-area.inner-shadow .site-content{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	h1{
		font-size: 1.625rem;
	}
	blockquote{
		padding: 0.5em 0.5em;
	}

	/** Page Find a Chapter **/
	.content-area-find-chapter .title-find{
	    font-size: 1.5rem;
    	margin-bottom: 0.5em;
	}
	#banner-page.banner-page-find-chapter .find-chapter{
		height: auto;
		margin-top: 2.5em;
		position: relative;
	}
	#banner-page.banner-page-find-chapter .find-chapter .find-zipcode label{
		display: none;
	}
	
	.content-area-find-chapter .item-find-chapter .find-img{
		margin-right: 10px;
		width: 180px;
	}
	.content-area-find-chapter .item-find-chapter .find-info{
	    padding-right: 90px;
	}
	.content-area-find-chapter .item-find-chapter .find-info h2{
		font-size: 1.5em;
	}
	.content-area-find-chapter .item-find-chapter .find-info h3{
		font-size: 1.1875em;
	}
	.content-area-find-chapter .item-find-chapter .find-btn-join{
	    width: 70px;
	}
	.content-area-find-chapter .item-find-chapter .find-btn-join a.btn-join{
		height: 40px;
		line-height: 40px;
	}
	.content-area-find-chapter .item-find-chapter .find-img .find-icon{
		display: none;
	}
	.content-area.content-area-find-chapter .not-found-chapter{
		padding: 1.5em 0 1em;
	}

	/** Page Blocks **/
	.content-block-video .block-video .media-video{
		padding: 0.5em;
	}

	/** Page Events **/
	.content-area-events .tribe-events-list .type-tribe_events .tribe_events_content .inner-tribe_events_content{
		padding: 0 15px 58px 20px;
	}
	.content-area-events .tribe-events-list .type-tribe_events h2.tribe-events-list-event-title{
	    font-size: 1.5em;
        max-height: 93px;
	}
	.content-area-events #tribe-events .tribe-events-content p, 
	.content-area-events .tribe-events-after-html p, 
	.content-area-events .tribe-events-before-html p{
		font-size: 1em;
	}
	.content-area-events .tribe-events-list .tribe-events-loop .tribe-events-content{
	    max-height: 62px;
	}
	.content-area-events .tribe-events-list a.tribe-events-read-more{
		left: 20px;
	}

	/** Page Media **/
	.content-area-news article.box-article .inner-post .entry-header .entry-title{
	    font-size: 1.3125em;
	}

	/** Page Login **/
	.content-area-login .woocommerce form.login, .content-area-login .woocommerce form.register{
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
		-moz-ox-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	}
	.content-area-login .woocommerce form.login .form-row input.input-text, 
	.content-area-login .woocommerce form.register .form-row input.input-text{
		height: 50px;
	}
	.woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt, 
	.woocommerce form.login input.button{
		height: 50px;
		line-height: 50px;
	}

	/** Page Contact **/
	.contact-details .info-contact{
		margin: 1em 0;
		width: 100%;
	}

	/** Page Cart **/
	.woocommerce .cart-collaterals .cart_totals h2{
		font-size: 1.5em;
	}

	/** Woocommerce **/
	.woocommerce-error, .woocommerce-info, .woocommerce-message{
        padding-left: 2.1em;
	}
	.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
		left: 0.5em;
	}
	.woocommerce .woocommerce-error .button, 
	.woocommerce .woocommerce-info .button, 
	.woocommerce .woocommerce-message .button, 
	.woocommerce-page .woocommerce-error .button, 
	.woocommerce-page .woocommerce-info .button, 
	.woocommerce-page .woocommerce-message .button{
		font-size: 15px;
		height: 35px;
		line-height: 35px;
	    margin-left: 1em;
		min-width: 0;
		padding: 0 0.5em;
		width: auto;
	}
	.woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row label, 
	.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row label, 
	.woocommerce form.woocommerce-checkout .woocommerce-account-fields .form-row label, 
	.woocommerce p#billing_address_2_field:before, 
	.woocommerce p#shipping_address_2_field:before,
	.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 40px;
	}
	.woocommerce form .form-row input.input-text, 
	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text,
	.woocommerce form .form-row .select2-container--default .select2-selection--single{
		height: 40px;
	}
	.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow{
		height: 38px;
	}
	.woocommerce-checkout h2{
		font-size: 1.5em;
	}
	.woocommerce-additional-fields{
		margin-top: 1em;
	}
	.woocommerce-account-fields .create-account{
		margin-top: 1em;
	}
	.woocommerce .checkout table.shop_table thead th, 
	.woocommerce table.shop_table.cart thead th, 
	.woocommerce .checkout table.shop_table td, 
	.woocommerce table.shop_table.cart td, 
	.woocommerce .checkout table.shop_table th{
		padding-left: 15px;
	}
	.woocommerce .checkout table.shop_table tfoot th, .woocommerce .checkout table.shop_table tfoot td{
		height: 50px;
		padding-bottom: 0.8em;
		padding-top: 0.8em;
	}

	/** Page Shop **/
	#content ul.products li.product .swatches_colors{
		margin: 5px 0;
		position: relative;
	}
	#content ul.products li.product .woocommerce-loop-product__title{
		margin-top: 10px;
	}

	/** Page My Account **/
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-myAccount-sidebar .woocommerce-myAccount-navigation{
		padding-left: 0;
	}

	/** Vendor (Chapter) **/
	form.wcpv-shortcode-registration-form input[type=text], 
	form.wcpv-shortcode-registration-form input[type=email]{
		height: 40px;
	    padding: 0.2em 0.5em;
	}

	/** Form **/
	body .gform_wrapper .top_label div.ginput_container{
		font-size: 1rem;
	}
	body .gform_wrapper .top_label .select2-container--default .select2-selection--single .select2-selection__rendered{
		font-size: 1em;
	}
	body .gform_wrapper ul.gform_fields li.gfield{
		margin-bottom: 12px !important;
	}
	body .gform_wrapper .ginput_container span:not(.ginput_price){
		margin-bottom: 0 !important;
	}
	body .gform_wrapper .gform_footer{
		margin: 20px 0 0 0;
	}


	/** Find a Local Chapter **/
	.find-chapter{
		font-size: 15px;
	    height: auto;
	}
	.find-chapter .find-zipcode{
	    position: initial;
		width: 61%;
	}
	.find-chapter .fin-state{
		width: 39%;
	}
	.find-chapter .find-zipcode label{
	    left: 0;
	    line-height: 1;
	    margin: auto;
	    position: absolute;
	    right: 0;
	    text-align: center;
        top: -18px;
	    width: 100%;
	}
	.find-chapter .find-zipcode .text-field{
	    background-position: 95.5% 4px;
	}
	.find-chapter .find-zipcode .text-field, 
	.find-chapter .find-zipcode .btn-form, 
	.find-chapter .fin-state .select-container select, 
	.find-chapter .fin-state .select-container .select2-container--default .select2-selection--single, 
	.find-chapter .fin-state .select-container .select2-container--default .select2-selection--single .select2-selection__arrow{
	    height: 35px;
	}
	.find-chapter label, 
	.find-chapter .fin-state .select-container .select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 35px;
	}
	.find-chapter .find-zipcode .btn-form{
		line-height: 37px;
	}


	/** Widgets **/
	.cultura-widget-actionbtn .widget-title{
    	font-size: 1.625em;
	}
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style1{
		padding: 3.5em 0;
	}
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 .content-widget,
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 figure{
		clear: both;
		width: 100%;
	}
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 .content-widget{
		padding-bottom: 2em;
	}
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 .content-widget .inner-content-widget{
		float: left;
		padding: 0;
		max-width: 100%;
		text-align: center;
	    width: 100%;
	}
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 figure img{
		margin: auto;
		max-width: 400px;
	}
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 .widget-title:after{
		margin: auto;
		right: 0;	
	}
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style3 .container-opacity-widget{
		padding: 3em 0;
	}

	.cultura-widget-testimonials.testimonials-type-author .wrapper-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .thumbnail-author-gray{
	    height: 400px;
	}
	.cultura-widget-testimonials .item-testimonial .content-testimony blockquote{
		font-size: 1em;
		padding-top: 1.5em;
	}
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author{
		bottom: 20px;
	}
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author{
	    font-size: 0.75em;
	}

	.cultura-widget-actionbtn .btn-action{
		height: 40px;
		line-height: 38px;
	}

	#secondary .cultura_widget_recent_entries li{
		width: 260px;
	}

	/** Footer **/
	.site-footer .foo-main .widget-title{
	    font-size: 1.25em;
	}

}

@media screen and ( max-width:639px ){
	/** Footer **/
	.site-footer .foo-main .foo-left{
		width: 100%;
	}
	.site-footer .foo-main .foo-left .widget.widget_text{
		padding-bottom: 1em;
	}
	.site-footer .foo-main .foo-right{
		padding-left: 0;
		padding-top: 0;
		width: 100%;
	}
}

@media screen and ( max-width:568px ){
	/** Banner **/
	#banner-page.banner-page-content .banner-content h2{
		font-size: 1.375em;
	}
	#banner-page.banner-page-content .banner-content .title-donate{
		font-size: 1em;
	}
	#banner-page.banner-page-content .banner-content p, #banner-page.banner-page-content .banner-content li{
		font-size: 1em;
	}

	/** Page Block Video **/
	.content-block-video .block-video{
		display: block;
	}
	.content-block-video .block-video .media-video,
	.content-block-video .block-video .info-video{
		width: 100%;
	}

	/** Page Chapter Home **/
	.content-area-chapter .host-ranges-chapter .block-host-range .block-info{
	    margin-top: 1em;
	}
	.content-area-chapter .host-ranges-chapter .block-host-range .block-thumbnail{
	    margin-right: 20px;
		width: 200px;
	}
	#primary.content-area-chapter #secondary .title-widget{
		height: 60px;
		line-height: 60px;
	}
	#primary.content-area-chapter #secondary .meta-info-chapter{
		margin-bottom: 2em;
	}



	/** Widgets **/
	.cultura-widget-testimonials.testimonials-type-author .wrapper-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author, 
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .thumbnail-author-gray{
		height: auto;
	}
	.cultura-widget-testimonials.testimonials-type-author .item-testimonial{
		left: 0 !important;
		margin: 1em 0;
		margin-left: 0 !important;
		min-height: 240px;
		position: relative;
		top: 0;
		width: 100%;
	}
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author{
		opacity: 0 !important;
	}
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h3{
		margin-bottom: 0.5em;
		padding-bottom: 0.5em;
	}
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h3 .icon-plus{
		display: none;
	}
	.cultura-widget-testimonials.testimonials-type-author .thumbnail-author .info-author h4{
		min-height: 0;
	}
	.cultura-widget-testimonials.testimonials-type-author .content-testimony{
		padding: 2em 1.2em;
	}

	/** Footer **/
	.site-footer .foo-main .foo-bottom .foo-copy{
		text-align: center;
		line-height: 1.5em;
	}
	.site-footer .foo-main .foo-bottom .menu-menu-footer-terms-privacy-container{
		line-height: 1.5em;
		text-align: center;
		width: 100%;
	}
}

@media screen and ( max-width:533px ){
	/** Header **/
	.site-header-main .site-branding #logo,
	.site-header.sticky .site-header-main .site-branding #logo{
		padding-top: 14px;
	    width: 300px;
	}

	/** Home **/
	.content-home .inner-content h1{
		font-size: 1.5em;
	}
	.content-home .inner-content h2{
		font-size: 1.375em;
	}
	.content-home .inner-content h3{
		font-size: 1.25em;
	}
	.content-home .inner-content h4{
		font-size: 1.125em;
	}
	.content-home .inner-content h5{
		font-size: 1.0625em;
	}
	.content-home .inner-content h6{
		font-size: 1em;
	}
	.blocks-intro .block-intro .icon{
		font-size: 3.25em;
	    height: 56px;
	}

	#events-news-home .tribe-events-list-widget .tribe-event .info-tribe-event{
    	max-width: 360px;
	}
	#events-news-home .cultura_widget_recent_entries .box-recent-post figure{
	    padding-left: 10px;
	    width: 50%;
	}

	/** Shortcodes **/
	.banner-join .content-flex .content-box-shortcode.content-type-text{
	    margin-bottom: 1em;
		width: 100% !important;
	}
	.content-short-join form{
		max-width: 320px;
	}
	.content-flex .content-box-shortcode.content-type-image{
		margin: 0 auto 1.5em;
		padding-right: 0;
	}
	.content-flex .content-box-shortcode.content-type-text{
		text-align: center;
	}
	.content-short-donate .inner-content-short-donate{
		text-align: left;
	}

	/** Page **/
	#banner-page{
		/*background: #6f317e !important;*/
	}
	#banner-page .banner-layout-op{
		padding: 2em 0;
	}
	#banner-page.h400,
	#banner-page.h400.margin-content-bottom .inner-banner-page{
		height: auto;
	    overflow: hidden;
	}
	#banner-page.title-bottom .banner-content{
		bottom: 0;
		position: relative;
	}
	#banner-page.title-bottom .banner-content{
		text-align: center;
	}
	#banner-page.cats-dropdown .banner-content .dropdown-cats{
	    bottom: 0;
	    clear: both;
	    float: none;
	    margin: auto;
        margin-top: 0.7em;
        text-align: left;
	    width: 240px;
	}
	#banner-page.cats-dropdown .banner-content .title-page{
		float: none;
	}
	#banner-page.banner-page-content .banner-content{
		padding: 0;
	}
	#banner-page.banner-page-content .content-flex{
		display: block;
	}
	#banner-page.banner-page-content .banner-content h1:first-of-type:after, 
	#banner-page.banner-page-content .banner-content h2:first-of-type:after, 
	#banner-page.banner-page-content .banner-content h3:first-of-type:after, 
	#banner-page.banner-page-content .banner-content h4:first-of-type:after, 
	#banner-page.banner-page-content .banner-content h5:first-of-type:after, 
	#banner-page.banner-page-content .banner-content h6:first-of-type:after{
		margin: auto;
		right: 0;
	}
	#banner-page.banner-page-content .banner-content h1{
	    font-size: 1.75em;
	}
	#banner-page.banner-page-content .banner-content h2{
		margin-bottom: 1em;
	}
	#banner-page.banner-page-content .banner-content p, #banner-page.banner-page-content .banner-content li{
		font-size: 1.125em;
	}
	#banner-page.banner-page-content .content-short-donate{
		margin-top: 1em;
	}
	h1.title-page{
		clear: both;
		font-size: 2.1875em;
	}

	.content-area-contact h2{
		font-size: 1.375rem;
	}

	/** Page Find a Local Chapter **/
	.content-area-find-chapter .item-find-chapter{
	    margin-bottom: 30px;
	}
	.content-area-find-chapter .item-find-chapter .find-img{
		left: 0;
		margin-right: 0;
		position: absolute;
		width: 100%;
	}
	.content-area-find-chapter .item-find-chapter .find-img img{
		display: none;
	}
	.content-area-find-chapter .item-find-chapter .find-img .find-icon{
	    bottom: initial;
	    display: block;
	    font-size: 18px;
	    height: 30px;
	    line-height: 32px;
	    margin: auto;
	    position: relative;
        right: 0;
	    top: -24px;
	    width: 30px;
	}
	.content-area-find-chapter .item-find-chapter .find-info h2{
		margin-top: 8px;
	}

	/** Page Chapter Home **/
	.content-area-chapter .site-content .wcpv-vendor-profile.entry-summary{
		padding-bottom: 1em;
	}
	.content-area-chapter .host-ranges-chapter .block-host-range .block-info{
		margin-top: 0;
	}

	/** Page Blocks **/
	.content-blocks-page .block-page .entry-info h2{
		font-size: 1.375em;
	}

	/** Page Events **/
	.content-area-events .tribe-events-list .type-tribe_events{
		height: auto;
	}
	.content-area-events .tribe-events-list .type-tribe_events .tribe_events_featured_img{
		height: 230px;
		width: 100%;
	}
	.content-area-events .tribe-events-list .type-tribe_events .tribe_events_content{
        padding: 1.5em;
		width: 100%;
	}
	.content-area-events .tribe-events-list .type-tribe_events .tribe_events_content .inner-tribe_events_content{
		padding: 0;
	}
	.content-area-events .tribe-events-list .type-tribe_events h2.tribe-events-list-event-title,
	.content-area-events .tribe-events-list .tribe-events-loop .tribe-events-content{
		max-height: none;
	}
	.content-area-events .tribe-events-list a.tribe-events-read-more{
		left: 0;
		position: relative;
	}
	#tribe-events .tribe-events-loop .tribe-events-content{
		margin-bottom: 1em;
	}
	.content-area .content-load-more{
		margin: 20px auto;
	}

	/** Page Individual Event **/
	.tribe-events-single-event-description table td{
        padding: 0.4em 0.4em 0.8em 0.4em !important;
	}
	.tribe-events-single-event-descriptio th:first-child, 
	.tribe-events-single-event-descriptio td:first-child {
	    padding-left: 0 !important;
	}

	/** Woocommerce **/
	.woocommerce .checkout table.shop_table .cart_item td{
		padding-bottom: 0.8em;
		padding-top: 0.8em;
	}
	.woocommerce table.shop_table td.product-name fieldset, 
	.woocommerce div.product form.cart fieldset{
		margin-bottom: 0;
	}
	.wc_option-payment{
		padding: 11px;
	}
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button{
		min-width: 0;
	}

	/** Page Fundraiser **/
	.content-area-fundraiser #content ul.products li.product{
    	margin-bottom: 3.5em;
	}

	/** Widgets **/
	.cultura-widget-actionbtn .widget-title{
	    font-size: 1.5em;
	}
	.cultura-widget-actionbtn.cultura-widget-actionbtn-style1 figure img{
		max-width: 100%;
	}
}
@media screen and ( max-width:532px ){
	/** Home **/
	.site-header-top .call-now{
		display: none;
	}
}

@media screen and ( max-width:480px ){
	/** Header **/
	.site-header-top .buttons-top .menu-find-chapter{
	    margin-bottom: 0;
	    margin-top: 0;
	}
	.site-header-top .buttons-top .menu-find-chapter li a{
		padding-top: 15px;
	}
	.site-header-top .buttons-top .menu-find-chapter li a i{
		top: 8px;
	}
	.site-header-top .buttons-top ul.action-buttons li{
		height: 40px;
		overflow: hidden;
	}
	.site-header-top .buttons-top ul.action-buttons li a{
	    line-height: 42px;
	}

	/** Shortcodes **/
	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial figure{
		background-position: center top;
		max-width: 100%;
		position: relative;
		width: 100%;
		height: 200px;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}
	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial .content-testimony{
		max-width: 100%;
		width: 100%;
	}
	.cultura-widget-testimonials.testimonials-type-slide, 
	.cultura-widget-testimonials.testimonials-type-slide .bx-wrapper, 
	.cultura-widget-testimonials.testimonials-type-slide .bx-viewport, 
	.cultura-widget-testimonials.testimonials-type-slide .content-full-testimonials, 
	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial, 
	.cultura-widget-testimonials.testimonials-type-slide .item-testimonial .container{
		min-height: 0;
	}
	.cultura-widget-testimonials.testimonials-type-slide .bx-controls .bx-pager{
		padding-right: 0;
		text-align: center;
	}
	.cultura-widget-testimonials .bx-wrapper .bx-pager, 
	.cultura-widget-testimonials .bx-wrapper .bx-controls-auto{
	    bottom: initial;
	    top: 220px;
	}

	/** Page **/
	.site-wrap{
	    top: 95px;
	}
	#banner-page.banner-page-find-chapter .find-chapter{
	    padding: 0.56em 10px;
	}
	#banner-page.banner-page-find-chapter .find-chapter .fin-state label{
		width: 35px;
	}
	#banner-page.banner-page-find-chapter .find-chapter .fin-state{
		width: 44%;
	}
	#banner-page.banner-page-find-chapter .find-chapter .find-zipcode{
		width: 56%;
	}

	/** Page Login **/
	.content-area-login .woocommerce form.login, .content-area-login .woocommerce form.register{
		padding: 2em;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.content-area-login .woocommerce form.login .form-row, 
	.content-area-login .woocommerce form.register .form-row{
		margin-bottom: 1em;
	}
	.content-area-login .woocommerce form.login .form-row input.input-text, 
	.content-area-login .woocommerce form.register .form-row input.input-text{
		height: 45px;
	}
	.content-area-login .woocommerce form.login .form-row input.input-text, 
	.content-area-login .woocommerce form.login .form-row textarea, 
	.content-area-login .woocommerce form.register .form-row input.input-text, 
	.content-area-login .woocommerce form.register .form-row textarea{
	    font-size: 1.125em;
	}

	/** Page Find Chapter **/
	.content-area-find-chapter .item-find-chapter .find-info h2{
		font-size: 1.375em;
	}
	.content-area-find-chapter .item-find-chapter .find-info h3{
		font-size: 1.125em;
	}
	.content-area-find-chapter .item-find-chapter .find-btn-join{
		right: 10px;
	}

	/** Page Chapter Home **/
	.content-area-chapter .site-content .wcpv-vendor-profile.entry-summary img.alignright:nth-of-type(1){
		display: block;
		float: none;
		margin: 1em auto;
	}

	/** Find a Local Chapter **/
	.find-chapter .find-zipcode{
	    width: 56%;
	}
	.find-chapter .find-zipcode form{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.find-chapter .find-zipcode .text-field{
	    margin-right: 3px;
	    width: 100%;
	}
	.find-chapter .find-zipcode .btn-form{
	    margin-left: auto;
		overflow: hidden;
		white-space: normal;
		width: 95px;
	}
	.find-chapter .fin-state{
		width: 44%;
	}

	#events-news-home .widget-title{
		font-size: 1.125em;
	}
	#events-news-home .tribe-events-list-widget .tribe-event .info-tribe-event{
	    bottom: 43px;
	    width: 100%;
	}

	/** Page Individual Media **/
	.content-area-single-post .site-content header h1{
	    font-size: 1.5em;
	}

	/** Page Cart **/
	.woocommerce .woocommerce-cart-form .items-product-name .item-product-name.item-thumbnail{
		width: 120px;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-name a{
	    font-size: 1.125rem;
	}
	.woocommerce table.shop_table .woocommerce_subscriptions_gifting_recipient_email label, 
	.woocommerce .form-row.woocommerce_subscriptions_gifting_recipient_email label{
		font-size: 1em;
		line-height: 1.4em;
	}
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea, 
	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text{
		font-size: 1em;
	}
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button{
		font-size: 15px;
	}

	/** Page Product **/
	.woocommerce div.product .product_title{
	    font-size: 1.75em;
	}
	.woocommerce div.product p.price, .woocommerce div.product span.price{
		font-size: 1.625em;
	}
	.woocommerce div.product form.cart div.quantity, 
	.woocommerce div.product form.cart button.button, 
	#wl-wrapper .wl-add-but{
		height: 45px;
	}
	.woocommerce div.product form.cart button.button, #wl-wrapper .wl-add-but{
		line-height: 45px;
	}

}

@media screen and ( max-width:479px ){
	/** Header **/
	.site-header-top .buttons-top{
		width: 100%;
	}
	.site-header-top .buttons-top ul.action-buttons li a{
		font-size: 0.875em;
	}
	.site-header-top .buttons-top .menu-find-chapter{
		float: left;
		margin-right: 0;
	}
	.site-header-top .buttons-top .menu-find-chapter li a{
		font-size: 13px;
		padding-left: 2.3em;
	}
	.site-header-top .buttons-top .menu-find-chapter li a:after{
		display: none;
	}
	.site-header-top .buttons-top .menu-find-chapter li a i{
	    left: 10px;
	    top: 9px;
	}
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a{
	    font-size: 0;
	    line-height: 1;
	}
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a:after{
    	content: 'Account';
    	font-size: 0.875rem;
	    line-height: 42px;
	    padding: 0 0.7em;
	}
}

@media screen and ( max-width:414px ){
	/** Header **/
	.site-header-main #top-menu-mobile{
		left: 9px;
	}
	.site-header-main .site-branding #logo, 
	.site-header.sticky .site-header-main .site-branding #logo{
	    float: left;
	    max-width: 90%;
	    padding-left: 65px;
	    padding-top: 13px;
	    width: auto;
	}

	/** Home **/
	.blocks-intro .block-intro.col-4{
	    margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#events-news-home .cultura_widget_recent_entries li{
		height: auto;
	}
	#events-news-home .cultura_widget_recent_entries li:nth-of-type(3){
		display: none;
	}
	#events-news-home .cultura_widget_recent_entries .box-recent-post{
	    display: block;
	    padding: 1.2em 1.2em 3em;
	}
	#events-news-home .cultura_widget_recent_entries .box-recent-post figure{
	    display: block;
	    float: none;
	    margin: auto;
	    max-width: 240px;
	    padding-left: 0;
	    width: 100%;
	}
	#events-news-home .cultura_widget_recent_entries .box-recent-post figure a, 
	#events-news-home .cultura_widget_recent_entries .box-recent-post figure img{
		margin: auto;
	}
	#events-news-home .cultura_widget_recent_entries .box-recent-post .excerpt{
		display: block;
		float: left;
		width: 100%;
	}
	#events-news-home .cultura_widget_recent_entries .box-recent-post .excerpt h4{
		max-height: 100%;
	}
	#events-news-home .cultura_widget_recent_entries .box-recent-post .excerpt .post-excerpt{
		display: none;
	}

	/** Media **/
	.content-area-news article.box-article .inner-post .entry-header{
		margin-bottom: 0.5em;
	}

	/** Find a Local Chapter **/
	.find-chapter .find-zipcode,
	#banner-page.banner-page-find-chapter .find-chapter .find-zipcode{
		margin-bottom: 10px;
		width: 100%;
	}
	.find-chapter .fin-state,
	#banner-page.banner-page-find-chapter .find-chapter .fin-state{
		float: left;
		max-width: 100%;
		width: 100%;
	}
	.find-chapter .fin-state label,
	#banner-page.banner-page-find-chapter .find-chapter .fin-state label{
		display: none;
	}

	/** Page Chapter Home **/
	.content-area-chapter .subscriptions-chapter .content-product-subscription .name-subscription{
		clear: both;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.content-area-chapter .subscriptions-chapter .content-product-subscription .price-subscription{
		padding-left: 0;
		text-align: left;
		width: 50%;
	}
	.content-area-chapter .subscriptions-chapter .content-product-subscription .join-now-subscription{
		max-width: 50%;
		width: 50%;
	}
	.content-area-chapter .host-ranges-chapter .block-host-range{
		display: block;
	}
	.content-area-chapter .host-ranges-chapter .block-host-range .block-info{
		margin-bottom: 1em;
		width: 100%;
	}
	.content-area-chapter .host-ranges-chapter .block-host-range .block-thumbnail{
		clear: both;
		display: block;
		float: none;
		margin: auto !important;
		margin-right: 0;
		text-align: center;
	}

	/** Page Woocommerce **/
	.woocommerce-cart table.cart img{
		width: 100px;
	}
	.woocommerce .woocommerce-cart-form .items-product-name{
		display: block;
		text-align: left;
	}
	.woocommerce .woocommerce-cart-form .items-product-name .item-product-name.item-remove,
	.woocommerce .woocommerce-cart-form .items-product-name .item-product-name.item-thumbnail{
		display: inline-block;
		vertical-align: top;
	}
	.woocommerce .woocommerce-cart-form .items-product-name .item-product-name.item-name{
		clear: both;
		display: block;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody td{
	    padding-left: 0.8em;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon{
	    display: block;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon .input-text{
		width: 58%;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon .button{
		font-size: 14px;
		min-width: 0;
		padding: 0 0.2em;
		width: 40%;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody td.actions{
		padding-left: 5px;
		padding-right: 5px;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-price, 
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-subtotal, 
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity{
		padding-bottom: 0.5em;
		padding-top: 0.5em;
	}
	.woocommerce-checkout h2{
		font-size: 1.375em;
	}
	.woocommerce table.shop_table thead th, 
	.woocommerce table.shop_table td, 
	.woocommerce table.shop_table th{
		padding-left: 0.8em;
		padding-right: 0.8em;
	}
	.woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt, 
	.woocommerce form.login input.button{
		height: 40px;
		line-height: 40px;
	}
	.woocommerce-checkout .woocommerce #respond input#submit.alt, 
	.woocommerce-checkout .woocommerce a.button.alt, 
	.woocommerce-checkout .woocommerce button.button.alt, 
	.woocommerce-checkout .woocommerce input.button.alt, 
	.woocommerce-checkout .woocommerce form.login input.button{
		height: 40px;
		line-height: 40px;
	}

	/** Page Fundraiser **/
	.content-area-fundraiser #content ul.products li.product{
		width: 100%;
	}
	.content-area-fundraiser #content ul.products li.product, 
	.content-area-fundraiser #content ul.products li.product:nth-of-type(3n+3){
		margin-right: 0;
	}

	/** Vendor (Chapter) **/
	form.wcpv-shortcode-registration-form button.button, 
	form.wcpv-shortcode-registration-form input[type="button"], 
	form.wcpv-shortcode-registration-form input[type="submit"]{
		height: 40px;
		line-height: 39px;
	}

}

@media screen and ( max-width:413px ){
	/** Header **/
	.site-header-top .buttons-top .menu-find-chapter li a{
		font-size: 0;
	}
	.site-header-top .buttons-top .menu-find-chapter li a i{
		font-size: 20px;
		width: 120px;
	}
	.site-header-top .buttons-top .menu-find-chapter li a i:after{
	    content: 'Find a Chapter';
	    display: inline-block;
	    font-family: 'ProximaNovaAltSemibold';
	    font-size: 13px;
	    margin-left: 5px;
	    position: relative;
	    top: 7px;
	    vertical-align: top;
	    text-transform: uppercase;
	}
}

@media screen and ( max-width:375px ){
	/** Header **/
	.site-header-main .site-branding #logo, 
	.site-header.sticky .site-header-main .site-branding #logo{
		padding-top: 16px;
	}
	.site-header-top .buttons-top ul.action-buttons li{
	    height: 38px;
	}
	.site-header-top .buttons-top ul.action-buttons li a,
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a:after{
		line-height: 40px;
	}
	.site-header-top .buttons-top .menu-find-chapter li a i{
		top: 8px;
	}
	.site-header-top .buttons-top .menu-find-chapter li a i:after{
	    top: 6px;
	}

	/** Home **/
	#slider-home rs-layer h1{
		font-size: 1.625em !important;
	}
	#slider-home rs-layer h2{
		font-size: 1.375em;
	}
	#slider-home rs-layer h3{
		font-size: 1.125em;
	}

	.content-home .inner-content h1{
		font-size: 1.4375em;
	}
	.content-home .inner-content h2{
		font-size: 1.3125em;
	}
	.content-home .inner-content h3{
		font-size: 1.1875em;
	}

	.blocks-intro .block-intro .icon-content{
		margin-top: 10px;
	}
	.blocks-intro .block-intro .icon-content h3{
	    font-size: 1.1875em;
	}
	.blocks-intro .block-intro .icon-content h3 .number{
	    font-size: 1.8em;
	}

	#events-news-home .cultura_widget_recent_entries{
    	padding-bottom: 1em;
	}

	/** Page **/
	.site-wrap{
	    top: 93px;
	}
	#banner-page.banner-page-content .banner-content h1{
		font-size: 1.625em;
	}
	#banner-page.banner-page-content .banner-content p, #banner-page.banner-page-content .banner-content li{
		font-size: 1em;
	}
	h1.title-page{
		font-size: 2em;
	}
	.content-area .content-load-more{
		text-align: center;
		width: 100%;
	}
	.content-area .content-load-more #btn-load-posts{
		height: 45px;
		line-height: 45px;
		min-width: 0;
		padding: 0 1em;
	}
	.content-area .content-load-more #content-text-load{
		right: 10px;
	}
	p{
		font-size: 1em;
		margin-bottom: 1.2em;
	}
	li, address, dl, table{
		font-size: 1rem;
	}
	blockquote{
		font-size: 1.0625em;
	}
	.content-area.inner-padding .site-content{
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	/** Woocommerce **/
	.woocommerce-error, .woocommerce-info, .woocommerce-message{
		padding-right: 1em;
	}
	.woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row, 
	.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row, 
	.woocommerce form.woocommerce-checkout .woocommerce-account-fields .form-row{
		display: block;
	}
	.woocommerce form .form-row input.input-text, 
	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text,
	.woocommerce form .form-row .select2-container--default .select2-selection--single{
		/*height: 35px;*/
	}
	#customer_details .col-shadow{
	    padding: 15px 18px;
	}
	.woocommerce form .form-row label{
		font-size: 1em;
		line-height: 1.4em;
	}
	.woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row label, 
	.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row label, 
	.woocommerce form.woocommerce-checkout .woocommerce-account-fields .form-row label, 
	.woocommerce p#billing_address_2_field:before, .woocommerce p#shipping_address_2_field:before{
		line-height: 1.4em;
	}
	.woocommerce form .form-row,
	.woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row, 
	.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .form-row, 
	.woocommerce form.woocommerce-checkout .woocommerce-account-fields .form-row{
		margin-bottom: 10px;
	}
	.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered{
		font-size: 1em;
		/*line-height: 35px;*/
	}
	.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"], 
	.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], 
	.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"], 
	.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], 
	#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"], 
	#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], 
	#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"], 
	#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], 
	#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, 
	.woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, 
	.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea{
		font-size: 1em !important;
	}

	/** Shortcodes **/
	.content-flex .content-box-shortcode.content-type-image{
	    width: 160px;
	}

	/** Page Blocks **/
	.content-blocks-page{
		font-size: 1em;
	}
	.content-blocks-page .block-page{
		padding: 1.5em 0;
	}
	.content-blocks-page .block-page .entry-thumbnail{
		max-width: 280px;
	}
	.content-block-video .block-video .info-video p{
		font-size: 1em;
	}
	.content-block-video .block-desc p{
		font-size: 1em;
	}

	/** Page Events **/
	.content-area-events .tribe-events-list .type-tribe_events .tribe_events_featured_img{
		height: 200px;
	}
	.content-area-events .tribe-events-list .type-tribe_events h2.tribe-events-list-event-title{
	    font-size: 1.375em;
	}

	/** Page Individual Event **/
	.tribe-events-content-area .tribe-events-descriptions table.tribe-events-tickets tr td{
		width: 49%;
	}

	/** Page Individual Media **/
	.content-area-single-post .site-content header h1{
		font-size: 1.375em;
		margin-bottom: 0.5em;
	}

	/** Page Contact **/
	body .gform_wrapper ul.gform_fields li.gfield.col-2{
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100%;
		width: 100%;
	}
	body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.col-2.gfield_error:not(.gf_left_half):not(.gf_right_half){
		max-width: 100% !important;
	}

	/** Page Chapter Home **/
	.content-area-chapter .upcoming-events-chapter .tribe-event-info{
		font-size: 1em;
	}
	#primary.content-area-chapter #secondary .title-widget{
	    font-size: 1.25em;
		height: 50px;
		line-height: 50px;
	}

	/** Page My Cart **/
	.woocommerce .woocommerce-cart-form .shop_table tbody td{
	    font-size: 1em;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity .quantity .qty{
		height: 40px;
		width: 40px;
	}
	.woocommerce table.shop_table th, 
	.woocommerce table.shop_table td{
		font-size: 1em;
	}
	#add_payment_method .cart-collaterals .cart_totals table th, 
	.woocommerce-cart .cart-collaterals .cart_totals table th, 
	.woocommerce-checkout .cart-collaterals .cart_totals table th{
		width: 100%;
	}
	.woocommerce .woocommerce-cart-form .shop_table tbody .product-name{
		padding-bottom: 0.5em;
	}

	/** Page Product **/
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary,
	.woocommerce div.product .woocommerce-tabs .panel{
		padding: 0;
	}
	.woocommerce div.product form.cart button.button{
	    padding: 0 0.9em;
	}
	.woocommerce #review_form #respond,
	.woocommerce #review_form #respond p{
		font-size: 1em;
	}

	/** Shop **/
	#content ul.products li.product img.wp-post-image{
		margin: auto;
		/*max-width: 220px;*/
	}
	#content ul.products li.product,
	.woocommerce #content .related.products li.product{
		margin-right: 0 !important;
		width: 100%;
	}
	#content ul.products li.product span.onnew, 
	#content ul.products li.product span.onsale, 
	.woocommerce span.onnew, .woocommerce span.onsale{
		right: 19px;
		top: -19px;
	}

	/** Widgets **/
	.cultura-widget-actionbtn p{
		font-size: 1em;
	}
	.cultura-widget-testimonials.testimonials-type-author .content-testimony{
	    padding: 1.5em 0.8em;
	}
	.cultura-widget-testimonials .item-testimonial .content-testimony blockquote{
		line-height: 1.45em;
	}

	#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt h4{
		font-size: 1.125em;
	}
	#secondary .cultura_widget_recent_entries li .box-recent-post .excerpt a.btn-read-more{
		height: 40px;
		line-height: 40px;
	}
}

@media screen and ( max-width:360px ){
	/** Header **/
	body.logged-in .site-header-top .buttons-top ul.action-buttons li a, 
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a, 
	#menu-menu-top-action-buttons-logged-in.action-buttons li.login a{
		padding: 0 0.5em;
	}

	/** Home **/
	#events-news-home .cultura_widget_recent_entries .box-recent-post .excerpt{
		padding: 1.2em 0;
	}

	/** Page Find a Chapter **/
	.content-area-find-chapter .item-find-chapter .inner-item-find-chapter{
		display: block;
	}
	.content-area-find-chapter .item-find-chapter .find-info{
		padding-right: 0;
	}
	.content-area-find-chapter .item-find-chapter .find-btn-join{
		clear: both;
		float: none;
		font-size: 15px;
		margin: 0 auto 0;
		right: 0;
		position: relative;
		top: 0;
	}
}


@media screen and ( max-width:320px ){
	/** Header **/
	body.logged-in .site-header-top .buttons-top ul.action-buttons li a, 
	#menu-menu-top-action-buttons-logged-in.action-buttons li.join a, 
	#menu-menu-top-action-buttons-logged-in.action-buttons li.login a{
		padding: 0 0.25em;
	}

	.site-header-main .site-branding #logo, 
	.site-header.sticky .site-header-main .site-branding #logo{
		padding-top: 17px;
		max-width: 94%;
	}

	/** Home **/
	#events-news-home .tribe-events-list-widget .tribe-event .info-tribe-event{
	    max-width: 94%;
	}

	/** Widgets **/
	.cultura-widget-testimonials .item-testimonial .content-testimony blockquote{
		font-size: 0.9375em;
	}

	/** Footer **/
	.site-footer .foo-main .foo-right .widget_text{
		width: 100%;
	}
	.site-footer .foo-main .foo-right .widget_nav_menu{
		width: 50%;
	}
}

/*** User switch **/
p#user_switching_switch_on{
    position: absolute;
    z-index: 10000;
}


/** Update woocommerce 3.4.2 **/ 
.woocommerce form.woocommerce-checkout .form-row .woocommerce-input-wrapper{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.woocommerce form .form-row.woocommerce-validated label.checkbox:before, 
.woocommerce-page form .form-row.woocommerce-validated label.checkbox:before{
    background-position: center -26px;
}


/** New Update 11/05/18 **/
.woocommerce div.product .wc-pao-addon{
    margin: 1em 0;
}
.woocommerce div.product .wc-pao-addon label{
	font-size: 1em;
	color: inherit;
	font-weight: normal;
	font-family: 'ProximaNovaAltLight';
}
.woocommerce div.product div.product-addon-totals{
	display: none;
}
.woocommerce .checkout .gift-certificate{
	padding: .5em 1em 0 !important;
}

/** Update woocommerce 3.6.2 **/ 
.woocommerce p.stars a{
	width: 14px;
}

/** Update 01/27/20 **/
.tribe-events-content-area .tribe-common.tribe-tickets{
	max-width: 100% !important;
}
@media screen and ( min-width:960px ){
	body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart{
		margin-top: 0 !important;
	}
}
.checkout .tribe-checkout-backlinks{
	display: none;
}
.woocommerce-checkout form.woocommerce-form-login label.woocommerce-form__label-for-checkbox:before{
	display:none;
}

/** Banner Events - 30/01/20 **/
.content-margin-events{
	padding-top: 40px;
}
.content-margin-events .widget-area-events p{
	margin: 0;
	padding: 0;
	line-height: 0;
}
.content-margin-events .widget-area-events img{
	display: block;
	margin: auto;
}
.content-margin-events .widget-area-events a.desktop{
	display: block;
}
.content-margin-events .widget-area-events a.mobile{
	display: none;
}
@media screen and ( max-width:640px ){
	.content-margin-events .widget-area-events a.desktop{
		display: none;
	}
	.content-margin-events .widget-area-events a.mobile{
		display: block;
	}
	.content-margin-events .widget-area-events .widget{
		padding-bottom: 2em;
	}
	.content-margin-events .content-margin-events{
		padding-top: 40px;
	}
}

/** Update 11/03/20 **/
body.page-tribe-attendee-registration .entry-content .tribe-common button.tribe-common-c-btn--small{
	background-color: #6f317e;
    border: 0;
    color: #fff;
    font-family: 'ProximaNovaAltBold';
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

/*************************************/
/************ Geodirectory ***********/
/*************************************/
#geodir-wrapper{
}
.geodir-search-container{
}
.geodir-category-list-in{
	display: none;
}
.geodir-search-container .geodir-loc-bar{
	padding: 0;
	margin: 0;
	border: 0;
	background: #77388A;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
    min-height: 286px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	min-height: auto;
    padding: 18px 0 12px;
}
.geodir-search-container h1{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 19px;
	color: #FFF;
}
/*
h1 {
	margin-bottom: 25px;
	font-weight: 800;
	font-size: 36px;
	line-height: 1.1 !important; 
}
h2 {
	color: #737373;
	font-family: "Lato",sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 20px;
    color: #782683;
}
h2 > a,
h3,*/
#geodir-wrapper-content .geodir-banner-title header h1 {
	font-family: "Lato",sans-serif;
}
.geodir-search-container p{
	font-size: 16px;
	/* font-weight: 400; */
	font-weight: 600;
	text-align: center;
    margin-bottom: 40px;
}
.geodir-search-container .geodir-loc-bar-in{
    background: none;
    border: 0;
    padding: 0;
}
.geodir-search-container .geodir-loc-bar-in .geodir-search{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.geodir-search-container .gd-search-input-wrapper{
	margin: 0;
    margin-right: 6px;
	padding: 0;
	-webkit-flex: 1 !important;
	-moz-flex: 1 !important;
	-ms-flex: 1 !important;
	flex: 1 !important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.geodir-search-container .gd-search-input-wrapper label,
.geodir-search-container .gd-search-input-wrapper input[type="text"], 
.geodir-search-container .gd-search-input-wrapper input[type="search"]{
	display: inline-block;
	vertical-align: top;
}
.geodir-search-container .gd-search-input-wrapper input[type="text"],
.geodir-search-container .gd-search-input-wrapper input[type="search"]{
	color: #343434;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-radius: 0;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.geodir-search-container .gd-search-field-near .snear{
	background-image: url("assets/img/icon-marker-location.png");
	background-position: 93% center;
	background-repeat: no-repeat;
	padding-right: 42px !important;
	max-width: 300px;
}
.geodir-search-container .gd-search-input-wrapper input[type="text"]:focus,
.geodir-search-container .gd-search-input-wrapper input[type="search"]:focus{
	outline: none;
}
.geodir-search-container .gd-search-input-wrapper label{
	margin-right: 13px;
    font-size: 16px;
	font-weight: 800; /*bold;*/
	color: #FFF; /**/
	margin-bottom: 2px; /**/
}
.geodir-search-container .connector-text{
    margin: 0 22px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}
.geodir-search-container button.geodir_submit_search{
	background: #343434;
	color: #FFF;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	margin: 0 !important;
	margin-left: 13px !important;
	min-width: 207px;
    max-width: 207px;
	padding: 0 15px;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.geodir-search-container button.geodir_submit_search:hover{
	background: #232323;
}
.geodir-search-container button.geodir_submit_search:focus{
	outline: none;
}
/*
.geodir-search-container .gd-suggestions-dropdown{
	display: none !important;
}*/

/** Breadcrumb **/
.geodir-breadcrumb{
	padding: 31px 0;
}
.geodir-breadcrumb #breadcrumbs{
}
.geodir-breadcrumb #breadcrumbs li{
    color: #6F3082;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
}
.geodir-breadcrumb #breadcrumbs li > a:first-child:before{
    content: '';
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-image: url("assets/img/geo-icon-home.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 1px;
}
.geodir-breadcrumb #breadcrumbs li > a:first-child{
	padding-left: 22px;
	text-indent: -9999999px;
}
.geodir-breadcrumb #breadcrumbs li > a{
	color: #d0d0d0;
    position: relative;
    vertical-align: top;
    display: inline-block;
    line-height: 1.2;
	/* font-weight: normal; */
	font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.geodir-breadcrumb #breadcrumbs li > a:last-child{
	color: #6F3082;
}
.geodir-breadcrumb #breadcrumbs li > a:hover{
	text-decoration: none;
}
.geodir-breadcrumb #breadcrumbs li .separator{
    vertical-align: top;
    display: inline-block;
    color: #d0d0d0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: 0 11px;
}

/** List **/
#geodir-wrapper-content{
	max-width: 100%;
    width: 100% !important;
}
ul.geodir-category-list-view{
	padding-top: 0;
}
ul.geodir-category-list-view li.no-listing{
	padding: 1em 0;
    margin: 3em 0;
}
ul.geodir-category-list-view li.geodir-listview{
    background: #e5e7e9;
    margin-bottom: 30px;
    border: 0;
	padding: 0 !important;
	position: relative;
	width: 100% !important;
    margin-left: 0 !important;
}
li.geodir-listview .geodir-category-listing{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
li.geodir-listview .geodir-category-listing:before,
li.geodir-listview .geodir-category-listing:after{
	content: '';
	display: table;
	table-layout: fixed;
}
li.geodir-listview .geodir-category-listing:after{
	clear: both;
}
.geodir-category-list-view li .geodir-post-img .geodir_thumbnail {
    padding: 0px;
    float: left;
    width: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 92%;
    max-width: 92%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 4%;
}
li.geodir-listview .geodir-category-listing .geodir-post-img{
    padding: 0;
    background: none;
    height: 250px;
    border: 0;
    margin-right: 35px;
	width: 304px;
	position: relative;
	min-width: 304px;
}

li.geodir-listview .geodir-category-listing .geodir-post-img .geodir_thumbnail{
	padding: 0;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
li.geodir-listview .geodir-category-listing .geodir-post-img .geodir_new_listing{
	display: none;
}
li.geodir-listview .geodir-category-listing .geodir-content{
    min-height: 250px;
    margin-right: 0;
    padding: 20px 45px 20px 0;
    position: relative;
    -webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
	justify-content: center;
	overflow: hidden;
}
li.geodir-listview.hast-certificated .geodir-category-listing .geodir-content:after{
    content: '';
    background-image: url("assets/img/icon-certified.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 140px;
    width: 142px;
    position: absolute;
    top: 20px;
    right: 48px;
}
li.geodir-listview.hast-certificated .geodir-category-listing .geodir-content .geodir-entry-header{
	padding-right: 155px;
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-entry-header{
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-entry-header .geodir-entry-title{
    font-size: 22px;
    text-transform: none;
    line-height: 1.4;
	margin-bottom: 2px;
	color: #6F3082;
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-entry-header .geodir-entry-title > a:hover {
	color: #6F3082;
}

li.geodir-listview .geodir-category-listing .geodir-content .geodir-entry-header h3{
	font-size: 16px;
	font-weight: normal;
	color: #6F3082;
	margin-bottom: 20px;
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-meta{
    font-size: 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
li.geodir-listview .geodir-category-listing .geodir-content .distance{
	display: none;
}
li.geodir-listview.hast-certificated .geodir-category-listing .geodir-content .geodir-meta{
	padding-right: 155px;
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-meta .col{
	min-width: 295px;
	padding-right: 10px;
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-meta .col:last-child{
	padding-right: 0;
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-meta .col .info{
	margin-bottom: 3px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-meta strong{
	margin-right: 4px;
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-meta span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-entry-content{
	margin-top: 6px;
    max-height: 58px;
    overflow: hidden;
}
li.geodir-listview .geodir-category-listing .geodir-content p{
}
li.geodir-listview .geodir-category-listing .geodir-content .geodir-entry-content,
li.geodir-listview .geodir-category-listing .geodir-content .geodir-entry-content p{
	font-size: 16px;
	line-height: 24px;
}
li.geodir-listview .geodir-category-listing .geodir-content a.excerpt-read-more{
}
.geodir-category-list-view a {
	color: #6f3082;
}
/** Single Post **/
#geodir-wrapper-content{
}
#geodir-wrapper-content .geodir-banner-title{
	padding: 0;
	margin: 0;
	border: 0;
	background: #77388A;
	background-image: url("assets/img/banner-find-instructor.jpg");
	color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	/*height: 286px;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin-bottom: 50px;
}
#geodir-wrapper-content .geodir-banner-title .container{
	position: relative;
	padding: 100px 0 80px;
}
.geodir-banner-title .breadcrumbs {
    position: absolute;
    top: 0;
    color: #fff;
}
#geodir-wrapper-content .geodir-banner-title header{
}
#geodir-wrapper-content .geodir-banner-title header h1{
	margin-bottom: 19px;
}
#geodir-wrapper-content .geodir-banner-title header h3{
	font-weight: 800; /*600*/
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}
#geodir-wrapper-content .geodir-content-page{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
#geodir-wrapper-content .geodir-content-page .geodir-sidebar{
	width: 328px;
	margin-bottom: 5em;
}
#geodir-wrapper-content .geodir-content-page .geodir-sidebar figure{
}
#geodir-wrapper-content .geodir-content-page .geodir-sidebar figure > div{
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center;
}
#geodir-wrapper-content .geodir-content-page .geodir-sidebar .geodir-info-instructor{
	background: #e5e7e9;
    padding: 24px 25px 10px;
    position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
#geodir-wrapper-content .geodir-content-page .geodir-sidebar .geodir-info-instructor h3{
	font-size: 20px;
	font-weight: normal;
}
#geodir-wrapper-content .geodir-content-page .geodir-sidebar .geodir-info-instructor p{
    color: #303840;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
    line-height: 1.7;
    margin-bottom: 0px;
}
#geodir-wrapper-content .geodir-content-page .geodir-sidebar .geodir-info-instructor strong{
}
#geodir-wrapper-content .geodir-content-page .geodir-sidebar .geodir-info-instructor p.list-certifications{
    margin-top: 26px;
}
#geodir-wrapper-content .geodir-content-page .geodir-sidebar .geodir-info-instructor .icon-certifications{
	padding-bottom: 140px;
}
#geodir-wrapper-content .geodir-content-page .geodir-sidebar .geodir-info-instructor .icon-certified{
    background-image: url("assets/img/icon-certified.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 140px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 9px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 52px;
    margin-bottom: 3em;
}
#geodir-wrapper-content .geodir-content-page .geodir-main article{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1.7em;
	margin-bottom: 2em;
	font-size: 1.125em;
    line-height: 1.5em;
    margin: 0 0 1.5em;
}
#geodir-wrapper-content .geodir-banner-title header h1 {
	color: #FFF;	
}
#geodir-wrapper-content .geodir-content-page .geodir-main article h2{
    color: #6F3082;
    font-weight: bold;
    font-size: 22px;
    text-transform: none;
    margin-bottom: 7px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main article h3 {
    font-size: 20px;
    color: #6f317e;
    font-weight: normal;
    margin: 20px 0 10px;
    font-size: 1.375rem;
    line-height: 1.4em;
    margin-bottom: 15px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main article h3:first-child {
    margin-top: 0 !important;
}
#geodir-wrapper-content .geodir-content-page .geodir-main article p{
	color: #303840;
	font-size: 16px;
}

#geodir-wrapper-content .geodir-content-page .geodir-main #comments{
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .comments-title{
	color: #737373;
	font-size: 15px;
	text-transform: none;
	margin-top: 35px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist{
	list-style: none;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li{
    list-style: none;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment{
    position: relative;
    padding: 0;
    margin: 2em 0;
    border-bottom: 0;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment header{
    position: relative;
    font-size: 15px;
    padding-top: 25px;
    padding-right: 58px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment header a{
	color: #737373;
}

#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment header img.avatar{
	position: absolute;
	right: 0;
    top: 2px;
	border-radius: 50%;
	max-width: 50px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment header cite span,
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment header span.item{
	display: none;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment header cite *{
	color: #737373;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment header cite .reviewer *{
	color: #343434;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment header time:before{
	content: ' - ';
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .gd-star-rating{
    position: absolute;
    top: 0;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .gd-star-rating i.fa{
	font-size: 18px;
	color: #6F3082;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .gd-rating-text{
	display: none;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .comment-content{
	padding-right: 50px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .description{
	padding-top: 7px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .description p{
	margin-bottom: 5px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .comment-links{
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .comment-links .edit-link,
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .comment-links .reply{
	display: inline-block;
	vertical-align: top;
    font-size: 13px;
    margin-bottom: 0;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .comment-links .edit-link{
    margin-right: 8px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .commentlist li article.comment .comment-links .reply{
}

#geodir-wrapper-content .geodir-content-page .geodir-main #comments #reply-title{
	color: #737373;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments #commentform{
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments p{
	color: #303840;
	font-size: 15px;
	font-weight: normal;
	padding-left: 0;
	padding-right: 0;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments p.logged-in-as{
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments p.logged-in-as a{
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .br-widget{
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .br-widget a{
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments label{
	display: block;
	color: #343434;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
	margin-top: 11px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments textarea,
#geodir-wrapper-content .geodir-content-page .geodir-main #comments input[type="text"]{
	border: 1px solid #cccccc;
    max-width: 550px;
    width: 100%;
    padding: 10px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments textarea:focus,
#geodir-wrapper-content .geodir-content-page .geodir-main #comments input[type="text"]:focus{
	outline: none;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments textarea{
    height: 127px;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments input[type="text"]{
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .submit{
    border: 0;
    background: #6f3082;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    min-width: 135px;
    height: 50px;
    /* line-height: 50px; */
    margin-top: 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .submit:focus{
	outline: none;
}
#geodir-wrapper-content .geodir-content-page .geodir-main #comments .submit:hover{
	background-color: #343434;
}
#geodir-wrapper-content .geodir-content-page .geodir-main .br-theme-fontawesome-stars .br-widget a.br-selected:after,
#geodir-wrapper-content .geodir-content-page .geodir-main .br-theme-fontawesome-stars .br-widget a.br-active:after,
#geodir-wrapper-content .geodir-info-instructor p > a{
	color: #6f3082;
}
.post-type-archive-gd_place .basel-sticky-sidebar-opener{
	display: none !important;
}


/** Simulate VC Full Width in Hero Banner - Find Instructor **/
.geodir_full_page, .geodir-banner-title, .geodir-search-container {
    /* width: calc(100vw); */
    /* left: calc((-100vw - -1155px)/ 2); */
    position: relative;
    margin-bottom: 30px;
}

.geodir_full_page .row,
.geodir-banner-title .row,
> .container > .row,
#geodir-wrapper-content > article > .container > .row {
	padding: 0 15px;
}

.geodir-loop-actions-container {
    float: right;
    margin-bottom: 30px;
}

.gd-search-input-wrapper input {
    padding: 0px !important;
}

@media (max-width: 800px) {
	body ul.geodir-category-list-view>li:nth-child(2n+0) {
	    margin-left: 0% !important;
	}
}
@media (max-width: 768px) {
	#geodir-wrapper-content .geodir-banner-title {
	    height: auto;
	}
	#geodir-wrapper-content .geodir-banner-title header {
	    margin: 20px 10px;
	}
	#geodir-wrapper-content .geodir-content-page {
	    display: inline-block;
	    margin: 0 10px;
	}
	#geodir-wrapper-content .geodir-content-page .geodir-sidebar {
	    min-width: 100%;
	    margin-bottom: 30px;
	}
	#geodir-wrapper-content .geodir-content-page .geodir-main {
	    margin-left: 0;
	}
	li.geodir-listview .geodir-category-listing .geodir-post-img {
	    display: none;
	}
	li.geodir-listview .geodir-category-listing .geodir-content {
	    padding: 20px;
	}
	li.geodir-listview .geodir-category-listing .geodir-content .geodir-meta {
	    display: inline-block;
	}
}

.geodir-archive #banner-page h1.title-page {
    text-indent: -9999px;
}
.geodir-archive #banner-page h1.title-page:after {
    display: block;
    content: 'Member Discount';
    text-indent: 0px;
}

/* FIX ICON NEWSLETTER */
.site-footer .foo-main .gform_widget .gform_wrapper .gform_footer button i {
	line-height: 60px
}

/* FIX MENU */
@media (max-width: 1510px) {
	.site-header-main .site-header-menu .main-navigation li a {
	    font-size: 1em;
	    padding: 0 18px;
	}
	.site-header-main .site-branding #logo {
	    width: 380px;
	}
}

/* TEXT SEARCH BOX */
form#form-zipcode:after {
    font-size: 14px;
    display: inline-block;
    content: 'The zip code feature is currently inactive. Please use the state drop down menu for best results';
    font-style: italic;
    font-family: 'ProximaNovaAltBold';
}
@media (max-width: 480px) {
	form#form-zipcode:after {
	    position: absolute;
	    bottom: 0;
	}
	form#form-zipcode {
	    position: relative;
	    padding-bottom: 32px;
	}
}