/*
Theme Name: Girl Start
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

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

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

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 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-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	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 #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

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

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

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

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

/*--------------------------------------------------------------
3.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;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #6b6b6b;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 0;
}
h1.vc_custom_heading, h2.vc_custom_heading, h3.vc_custom_heading,
h4.vc_custom_heading, h5.vc_custom_heading, h6.vc_custom_heading {
	font-family: 'Ubuntu', sans-serif !important;
}


h1 {
	font-size: 30px;
	font-weight: 300;
}

h2 {
	color: #666;
	font-size: 24px;
	font-weight: 500;
}

h3 {
	color: #6b6b6b;
	font-size: 20px;
	font-weight: 500;
}

h4 {
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 500;
}

h5 {
	color: #767676;
	font-size: 16px;
	font-weight: 500;
}

h6 {
	color: #6b6b6b;
	font-size: 14px;
	font-weight: 500;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

.section-purple h2,
.section-purple-light h1, .section-purple-light h2, .section-purple-light h3,
.section-purple-light h4, .section-purple-light h5, .section-purple-light h6 {
	color: #61259e;
	margin: 0 0 10px 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

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

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

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

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

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

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

label {
	color: #6b6b6b;
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
}

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 {
	color: #6b6b6b;
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	padding: 0.7em;
	height: 50px;
	width: 100%;
}
textarea {height: 150px;}

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 {
	color: #6b6b6b;
	border-color: #6b6b6b;
}

select {
	border: 1px solid #6b6b6b;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 50px;
	max-width: 100%;
}

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

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

button,
input[type="button"],
input[type="submit"] {
	background-color: #864ac2;
	border: 0;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 50px;
	padding: 0 45px;
	height: 50px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.submit-btn {text-align: right;}

div.wpcf7 form.wpcf7-form {
	text-align: left;
	display: inline-block;
	max-width: 445px;
	width: 100%;
}

div.wpcf7 .ajax-loader {display: none !important;}
div.wpcf7 .ajax-loader.is-active {display: inline-block !important;}

div.wpcf7 p {margin-bottom: 15px;}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

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

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #6b6b6b;
	font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
	color: #6b6b6b;
	font-family: 'Roboto', sans-serif;
}

::-moz-placeholder {
	color: #6b6b6b;
	font-family: 'Roboto', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #6b6b6b;
	font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

ul {list-style: none;}

.site-content ul {
	list-style: none;
	padding: 0 0 0 5px;
}
.site-content ul li {
	position: relative;
	padding: 0 0 0 30px;
}
.site-content ul li:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	height: 4px;
	width: 4px;
	background: #6b6b6b;
	border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
}

ol {list-style: decimal;}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

thead th {
	border-bottom: 2px solid #bbb;
	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;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

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

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-transition: color 80ms ease-in;
	transition: color 80ms ease-in;
	transition: color 80ms ease-in;
	transition: color 80ms ease-in;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	text-decoration: none;
	-webkit-transition: color 80ms ease-in;
	transition: color 80ms ease-in;
	transition: color 80ms ease-in;
	transition: color 80ms ease-in;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #6b6b6b;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #6b6b6b;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	border: 1px solid #ddd;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.header-menu {
	font-family: 'Roboto', sans-serif;
	background: #bb0c75; /* Old browsers */
	background: -moz-linear-gradient(top, #bb0c75 0%, #e51a94 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bb0c75 0%,#e51a94 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bb0c75 0%,#e51a94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0c75', endColorstr='#e51a94',GradientType=0 ); /* IE6-9 */
}

.navigation-top a {
	color: #fff;
	font-size: 18px;
	line-height: 19px;
	font-weight: 400;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}
html.translated-ltr .navigation-top a {font-size: 16px;}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a,
.navigation-top .current-menu-parent > a {
	color: #fff;
	background: #864ac2;
}

.main-navigation {
	display: inline-block;
}

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

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

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

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

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

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

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

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 19px 10px;
	text-decoration: none;
}
body.tag .banner-wrap{
	display:none !important;
}
html.translated-ltr .main-navigation a {padding: 19px 8px;}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.menu > li:hover > a {
	color: #fff;
	background: #864ac2;
}

/* Menu toggle */
.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 0 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

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

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

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

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: block;
	font-size: 22px;
	right: 0;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

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

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Search */
.header-search {
	float: right;
	position: relative;
}
.header-search .search_box {
	cursor: pointer;
	position: absolute;
	opacity: 0 !important;
	padding: 0;
	margin: 0;
	height: 57px;
	width: 20px;
}
.header-search .search_box + label {
	cursor: pointer;
	background: url("assets/images/search-icon.png") no-repeat;
	background-position: center center;
	height: 57px;
	width: 20px;
	text-align: center;
}
.header-search form {
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	display: inline-block;
	width: 100%;
}
.header-search .search_box:checked ~ .search_form form {
	opacity: 1;
	transition: all 0.3s ease-out 0.5s;
}
.header-search .search_form {
	background: #fff;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
	height: 40px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 99;
	transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
	width: 0;
}
.header-search .search_box:checked ~ .search_form {
	border: 1px solid #ccc;
	box-shadow: 4px 4px 2px rgba(0,0,0,0.4);
	height: 40px;
	padding: 0;
	top: 100%;
	z-index: 99;
	transition: height 0.2s ease-out 0s, top 0.2s ease-out 0s, padding 0.2s ease-out 0s, width 0.3s ease-out 0.2s;
	width: 300px;
}
.header-search input[type="search"] {
	float: left;
	color: #6b6b6b;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 5px;
	height: 40px;
	width: 70%;
	border: none;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
}
.header-search input[type="submit"] {
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	border: none;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
	cursor: pointer;
	padding: 0 5px;
	margin: 0;
	height: 40px;
	width: 30%;
}



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

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

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

body {background: #fff;}

#page {
	position: relative;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .container {position: relative;}

.site-header {position: relative;}

.custom-header {position: relative;}

.admin-bar .wp-custom-header-video-button {top: 62px;}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {padding: 0 !important;}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}
.twentyseventeen-front-page .twentyseventeen-panel {overflow: inherit;}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #6b6b6b;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {padding: 100px 0 50px 0;}
.site-content.display_banner_none {padding: 140px 0 50px 0;}

body.page-id-320 .site-content {padding-top: 0;}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {position: relative;}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 18px;
	font-weight: 500;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #6b6b6b;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta,
.entry-meta a {
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

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

.single .byline,
.group-blog .byline {
	/*display: inline;*/
	display: none !important;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {padding-bottom: 2em;}

body:not(.twentyseventeen-front-page) .entry-header {padding: 20px 0;}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {padding-top: 0;}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #6b6b6b;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

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

.format-quote blockquote {
	color: #6b6b6b;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	color: #864ac2;
	font-size: 18px;
	font-weight: 500;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	display: block;
	color: #864ac2;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 0;
}

.nav-title {
	color: #6b6b6b;
	font-size: 15px;
	font-size: 0.9375rem;
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

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

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	max-width: 400px;
	margin-bottom: 3em;
}
.error-404 button,
.error-404 input[type="button"],
.error-404 input[type="submit"],
.widget_search .search-form button,
.widget_search .search-form input[type="button"],
.widget_search .search-form input[type="submit"] {
	top: 1px !important;
	right: 1px !important;
	height: 48px !important;
	border-radius: 0 8px 8px 0 !important;
	-moz-border-radius: 0 8px 8px 0 !important;
	-webkit-border-radius: 0 8px 8px 0 !important;
}
#secondary .widget li:before {
	content: inherit !important;
	display: none !important;
}
#secondary .widget li {list-style: none !important;}

body.search-results header.entry-header {padding: 0 !important;}
body.search-results h2.entry-title {font-size: 30px !important; line-height: 34px !important;}
body.search-results .entry-title a {margin: 0 !important;}
body.search-results .entry-summary p.link-more {margin: 10px 0 !important;}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.footer-bottom  {
	color: #fff;
	font-family: "Roboto",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	background: #e51a94;
	padding: 50px 0 45px 0;
}
.footer-inner {
	display: inline-block;
	width: 100%;
}
.site-footer a {
	color: #fff;
	font-family: "Roboto",sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.site-footer h1, .site-footer h2, .site-footer h3,
.site-footer h4, .site-footer h5, .site-footer h6 {
	color: #fff;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
}
.footer-col h4.widget-title {
	font-size: 16px;
	margin: 0;
}

.footer-col {
	float: left;
	width: 25%;
	padding: 0 10px;
}
.footer-address {font-weight: 300;}

.footer-address,
.footer-contact {line-height: 1.88;}

.footer-address > .textwidget {padding-left: 28px;}
.footer-address > .textwidget > i {margin-left: -28px;}

.footer-contact a:last-child {font-weight: 400;}

.footer-col i {
	display: inline-block;
	margin: 0 10px 0 0;
}
.footer-col i.ss-icon:before {
	position: relative;
	top: 2px;
}
.footer-col.footer-social div > a {
	display: inline-block;
	padding: 10px 7px;
}
.footer-col.footer-social div > a:first-child {padding-left: 0;}
.footer-col.footer-social div > a:last-child {padding-right: 0;}


/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

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

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #6b6b6b;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

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

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

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

.comment-list,
.comment-list .children {
	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 {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

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

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

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

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

.comment-reply-link .icon {
	color: #222;
	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 #6b6b6b;
	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;
}

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

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #7d7b77;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

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

.widget ul li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget ul li + li {
	margin-top: -1px;
}

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

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

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* widget markup */

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

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* 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 {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

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

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	float: left;
	font-size: 14px !important; /* !important to overwrite inline styles */
	font-size: 0.875rem !important;
	margin: 4px 4px 0 0 !important;
	padding: 4px 10px 5px !important;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.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 {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

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

.widget_calendar tfoot td {
	border: 0;
}

/*--------------------------------------------------------------
16.0 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;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #6b6b6b;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #6b6b6b;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #6b6b6b;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #6b6b6b;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 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.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

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

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

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

	/* Typography */

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {font-size: 15px;}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

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

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

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

	/* Gallery Columns */

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

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

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

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

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

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

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		line-height: 1.56;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {font-size: 15px;}

	/* Layout */

	.has-sidebar:not(.error404) #primary {
		/*float: left;
		width: 58%;*/
		float: none !important;
		width: auto !important;
		padding: 0 !important;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 25%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.site-navigation-fixed.navigation-top {
		width: 100%;

	}
	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.single-post .entry-title,
	.page .entry-title {
		color: #7d7b77;
		font-size: 36px;
		font-weight: 500;
		line-height: 40px;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

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

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

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}
	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
		margin: 0 auto;
		max-width: 1066px;
		width: 100%;
	}
	form#commentform {
		max-width: 445px;
		width: 100%;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 16px;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	/* Footer */

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		float: left;
		width: 100%;
	}

	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

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

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

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

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

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

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

	/* Layout */

	/* Navigation */
	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

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

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}

/*--------------------------------------------------------------
0.0 Changes
--------------------------------------------------------------*/
@font-face {
	font-family: 'AvenirLTStd-Medium';
	src: url('fonts/AvenirLTStd-Medium.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd-Medium';
	src:  url('fonts/AvenirLTStd-Medium.otf')  format('opentype');
	font-weight: normal;
	font-style: normal;
}

.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

p:empty {display: none !important;}

.container {
	padding: 0;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1066px;
	width: 100%;
}
.container:after {
	clear: both;
	content: "";
	display: block;
}
body.page .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.header-top {
	background: #fff;
	padding: 31px 0 8px 0;
}
.top-inner {
	display: inline-block;
	width: 100%;
}
.header-logo {
	float: left;
	text-align: left;
}
.top-right {
	float: right;
	text-align: right;
}
.top-right .donate-btn {
	float: left;
	padding: 0 20px 0 0;
}
.top-right .language-btn {float: left;}
.language-btn h2.widgettitle {display: none;}

.language-btn select {
	color: #864ac2;
	font-size: 18px;
	font-weight: 400;
	line-height:46px;
	text-transform: uppercase;
	border: none;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	background: url("assets/images/select-arrow.jpg") no-repeat #fff;
	background-position: center right;
	height: 46px;
	width: 50px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.header-logo {
	color: #6b6b6b;
	font-family: 'AvenirLTStd-Medium';
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
}
.header-logo a.custom-logo-link {
	color: #4a4a4a;
	display: inline-block;
	padding: 0 12px 0 0;
}
.site-tagline {
	color: #4a4a4a;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	max-width: 365px;
	width: 100%;
}
.site-tagline a {color: #4a4a4a;}

.donate-btn a {
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 46px;
	text-align: center;
	min-width: 190.3px;
	width: 100%;
	height: 46px;
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
	background: #864ac2;
}
.top-form {
	background: #00a7cf;
	padding: 15px 0;
}
.newletter-form {
	font-family: 'Roboto', sans-serif;
}
.newletter-form label {
	float: left;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 19px 0 22px;
	margin: 0;
}
.newletter-form .newsletter-fields {
	float: right;
	background: #fff;
	border-radius: 47px; -moz-border-radius: 47px; -webkit-border-radius: 47px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	max-width: 496px;
	width: 100%;
	padding: 5px 6px;
}
.newletter-form input[type="email"] {
	float: left;
	color: #6b6b6b;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	text-align: left;
	background: #fff;
	border: none;
	box-shadow: none;
	height: 40px;
	max-width: 325px;
	width: 100%;
	border-radius: 47px; -moz-border-radius: 47px; -webkit-border-radius: 47px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0 10px 0 19px;
	margin: 0;
}
.newletter-form input[type="submit"] {
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 12px;
	text-align: center;
	background: #864ac2;
	border: none;
	box-shadow: none;
	height: 40px;
	max-width: 155px;
	width: 100%;
	border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0;
}
.homeslider > .wpb_column > .vc_column-inner {padding: 0 !important;}
.homeslider .wpb_text_column.wpb_content_element {margin: 0;}

.site-content .metaslider ul.flex-direction-nav li {position: static !important;}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-prev {
	left: 30px !important;
	opacity: 1 !important;
}

.flex-direction-nav .flex-next,
.flexslider:hover .flex-next {
	right: 30px !important;
	opacity: 1 !important;
}
.homeslider .flex-control-nav {display: none !important;}

.banner-wrap {
	position: relative;
	line-height: 0;
}
.banner-wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.banner-wrap.mob_banner_none:before {
	content: inherit !important;
	display: none !important;
}

.homeslider .metaslider .caption-wrap,
.banner-cnt {
	color: #fff;
	font-family: "Roboto",sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	background: none;
	opacity: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 21%;
	bottom: inherit;
	z-index: 5;
	padding: 0;
	margin: 0 auto;
	max-width: 1066px;
	width: 100%;
}

.homeslider .caption-wrap .caption,
.banner-cnt .banner-inner {padding: 0 15px !important;}

.banner-cnt .banner-inner {
	max-width: 460px;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.banner-cnt .blink-center {
	text-align: center;
	padding: 30px 15px 0 15px !important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.homeslider .caption-wrap h1,
.homeslider .caption-wrap h2,
.banner-cnt h1,
.banner-cnt h2 {
	color: #fff;
	font-family: "Ubuntu",sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 42px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	margin: 0 0 10px 0 !important;
}
.homeslider .caption-wrap p,
.banner-cnt p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	margin: 0 0 25px 0 !important;
}
.homeslider .caption-wrap a,
.banner-cnt .banner-inner > a,
.banner-cnt .blink-center > a,
.section-title a.vc_general.vc_btn3,
.section-title a.light-btn,
.rsvp-wrap a,
.stem-cta a.vc_general.vc_btn3,
.alm-btn-wrap button.alm-load-more-btn,
p.tribe-events-back > a,
.slider_event_readmore > a,
.vc_pageable-load-more-btn a.vc_btn3,
a.vc_general.vc_btn3,
a.event-signup, a.event-signup:hover, a.event-signup:focus,
.elm-wrapper > button.elm-button,
.back_press > a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 50px;
	text-align: center;
	background: #864ac2;
	border: none;
	box-shadow: none;
	height: 50px;
	border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0;
	display: inline-block;
	/*max-width: 155px;
	width: 100%;*/
	padding: 0 35px;
	width: auto;
}

.banner-cnt .blink-center > a {
	height: 60px;
	line-height: 60px;
	margin: 0 2px;
	max-width: 375px;
	border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;
}
.banner-cnt .blink-center > a.light-btn {
	color: #505050;
	font-weight: 400;
	background: #fff;
}

.section-title a.vc_general.vc_btn3,
.section-title a.light-btn,
.stem-cta a.vc_general.vc_btn3,
p.tribe-events-back > a,
.slider_event_readmore > a,
.vc_pageable-load-more-btn a.vc_btn3,
a.vc_general.vc_btn3 {
	color: #864ac2 !important;
	font-weight: 400;
	line-height: 48px;
	background: none !important;
	border: 1px solid #864ac2 !important;
	padding: 0 45px;
	width: auto;
}
.section-title a.vc_general.vc_btn3:hover, .section-title a.vc_general.vc_btn3:focus,
.section-title a.light-btn:hover, .section-title a.light-btn:focus,
.stem-cta a.vc_general.vc_btn3:hover, .stem-cta a.vc_general.vc_btn3:focus,
p.tribe-events-back > a:hover, p.tribe-events-back > a:focus,
.slider_event_readmore > a:hover, .slider_event_readmore > a:focus,
.vc_pageable-load-more-btn a.vc_btn3:hover, .vc_pageable-load-more-btn a.vc_btn3:focus,
a.vc_general.vc_btn3:hover, a.vc_general.vc_btn3:focus {
	color: #fff !important;
	background: #864ac2 !important;
	border: 1px solid #864ac2 !important;
}

.solid-btn > a.vc_general.vc_btn3 {
	color: #fff !important;
	background: #864ac2 !important;
	border: 1px solid #864ac2 !important;
	padding: 0 25px !important;
}
.solid-btn > a.vc_general.vc_btn3:hover,
.solid-btn > a.vc_general.vc_btn3:focus {
	color: #864ac2 !important;
	background: #fff !important;
	border: 1px solid #864ac2 !important;
	padding: 0 25px !important;
}

.girlstart-crew .vc_btn3-container {margin: 20px 15px 0 0 !important;}

.girlstart-crew a.vc_general.vc_btn3 {
	color: #fff !important;
	background: #864ac2 !important;
	border: 1px solid #864ac2 !important;
}

.breadcrumbs {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	padding: 20px 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.breadcrumbs > .container > span {padding: 0 7px;}
.breadcrumbs > .container > span:first-child {padding-left: 0;}

.breadcrumbs span a {
	color: #864ac2;
	font-weight: 500;
}
.site-container {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1066px;
	padding: 0;
	width: 100%;
}
/*.carousel-wrapper .site-container {max-width: 1140px;}  */
.carousel-wrapper .site-container .vc_column_container>.vc_column-inner  {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.our-sections {padding: 0 0 40px 0;}

.our-sections .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
	position: relative;
	padding: 45px 15px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	min-height: 300px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.our-sections .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper:before {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.our-sections .vc_col-sm-3:hover > .vc_column-inner > .wpb_wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	height: 25px;
	width: 100%;
	background: #864ac2;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.our-sections .vc_col-sm-3:hover > .vc_column-inner > .wpb_wrapper {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.our-sections .wpb_text_column.wpb_content_element {margin: 0 !important;}

.our-sections,
.our-sections p {
	color: #505050;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
}
.our-sections p {margin: 0 0 10px 0;}

.our-sections h2 {
	color: #61259e;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin: 0 0 15px 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.our-sections .vc_col-sm-3:hover h2 {color: #864ac2;}

.section-title .site-container {max-width: 745px;}

.section-title {margin-bottom: 35px !important;}
.section-title .wpb_text_column.wpb_content_element {margin-bottom: 20px !important;}
.section-title .wpb_text_column.wpb_content_element.light-title {margin-bottom: 25px !important;}

.section-title h4,
.tribe-events-single > .event_date_heading {
	color: #6b6b6b;
	font-family: "Roboto",sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 !important;
}
.section-title h2,
.tribe-events-single > h1.tribe-events-single-event-title {
	color: #7d7b77;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	margin: 0 0 10px 0 !important;
}
.section-title p {
	color: #6b6b6b;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	margin: 0 !important;
}

.section-title .light-title p {
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.44;
	text-align: center;
	margin: 0 !important;
}
.section-title .vc_separator {margin-bottom: 25px !important;}

.section-title .vc_separator .vc_sep_holder .vc_sep_line {
	margin: 0 auto !important;
	width: 100px !important;
}

.latest-post .vc_row > .vc_col-sm-4:first-child {width: 50%;}
.latest-post .vc_row > .vc_col-sm-4:nth-child(2) {width: 25%;}
.latest-post .vc_row > .vc_col-sm-4:last-child {width: 25%;}

.latest-post .vc_row > .vc_col-sm-4:first-child,
.latest-post .vc_row > .vc_col-sm-4:nth-child(2),
.latest-post .vc_row > .vc_col-sm-4:last-child {min-height: 770px;}

.latest-post .vc_row > .vc_col-sm-4:nth-child(2),
ul.latest-post-ul li.latest-post-li:nth-child(2) {
	border-left: 2px solid #979797;
	border-right: 2px solid #979797;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.latest-post .wpb_text_column.wpb_content_element {margin: 0;}

.latest-post p,
ul.latest-post-ul .content {
	color: #6b6b6b;
	margin: 0 0 15px 0 !important;
}

.latest-post h4,
li.latest-post-li h4.cat-name {
	color: #864ac2;
	font-family: "Roboto",sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	margin: 0 0 5px 0;
}
li.alm-reveal h2.title-name {margin: 0 0 20px 0;}

.latest-post h2,
li.latest-post-li h2.title-name a {
	color: #7d7b77;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
	margin: 0 0 20px 0;
}
li.alm-reveal h2.title-name a {margin: 0 !important;}

.latest-post .vc_btn3-container {margin: 0 0 20px 0 !important;}

.latest-post a.vc_general.vc_btn3,
.latest-post a.vc_general.vc_btn3:hover,
.latest-post a.vc_general.vc_btn3:focus,
ul.latest-post-ul li.latest-post-li a.read_more,
ul.latest-post-ul li.latest-post-li a.read_more:hover,
ul.latest-post-ul li.latest-post-li a.read_more:focus {
	color: #864ac2 !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	background: none !important;
	box-shadow: none !important;
	border: none !important;
}
.growth-wrap {padding: 40px 0;}

.growth-wrap .vc_col-sm-3 > .vc_column-inner,
.growth-wrap .vc_col-sm-4 > .vc_column-inner {
	padding-top: 45px;
	padding-bottom: 45px;
	border: 1px solid #e51a94;
	border-left: none;
}
.growth-wrap .vc_col-sm-3:last-child > .vc_column-inner,
.growth-wrap .vc_col-sm-4:last-child > .vc_column-inner {border-right: none}

.growth-wrap .site-container .vc_col-sm-3 > .vc_column-inner,
.growth-wrap .site-container .vc_col-sm-4 > .vc_column-inner {border-top: none;}

.growth-wrap .site-container:first-child .vc_col-sm-3 > .vc_column-inner,
.growth-wrap .site-container:first-child .vc_col-sm-4 > .vc_column-inner {border-top: 1px solid #e51a94;}

.growth-wrap .wpb_text_column.wpb_content_element {margin-bottom: 0 !important;}

.growth-wrap .vc_col-sm-3,
.growth-wrap .vc_col-sm-3 p,
.growth-wrap .vc_col-sm-4,
.growth-wrap .vc_col-sm-4 p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.44;
	text-align: center;
}
.growth-wrap .vc_col-sm-4 p {min-height: 55px;}

.growth-wrap .vc_col-sm-3 h3,
.growth-wrap .vc_col-sm-4 h3 {
	color: #e51a94;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
}
.girlstart-crew h1, .girlstart-crew h2, .girlstart-crew h3,
.girlstart-crew h4, .girlstart-crew h5, .girlstart-crew h6,
.girlstart-crew a, .girlstart-crew li, .girlstart-crew p {color: #fff;}

.girlstart-crew .site-container {display: flex;}

.girlstart-crew .vc_col-sm-12 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
}
.girlstart-crew .vc_col-sm-9 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
	background: #864ac2;
	width: 70%;
}
.girlstart-crew .vc_col-sm-3 .wpb_text_column,
.girlstart-crew .vc_col-sm-9 .wpb_text_column {margin-bottom: 0 !important;}

.site-content .girlstart-crew ul li:before {background: #fff;}

.site-content .girlstart-crew ul li {padding-left: 23px;}

.girlstart-crew li {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.89;
}
.girlstart-crew .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
	padding: 0 20px 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.girlstart-crew-buttons .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper,
.girlstart-crew-buttons .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
	padding: 0 20px 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.girlstart-crew h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.33;
}

.staff-wrap {text-align: center;}

.staff-wrap .vc_col-sm-3 .wpb_single_image,
.staff-wrap .vc_col-sm-4 .wpb_single_image {margin-bottom: 10px !important;}

.staff-wrap .vc_col-sm-3 h3,
.staff-wrap .vc_col-sm-3 h3 a,
.staff-wrap .vc_col-sm-4 h3,
.staff-wrap .vc_col-sm-4 h3 a,
ul.staff-carousel .slider_event_title {
	color: #864ac2;
	font-family: "Ubuntu",sans-serif !important;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
}
.staff-wrap .vc_col-sm-3 h3,
.staff-wrap .vc_col-sm-4 h3,
ul.staff-carousel .slider_event_title {margin: 0 0 10px 0;}

.staff-wrap .vc_col-sm-3 p,
.staff-wrap .vc_col-sm-4 p,
ul.staff-carousel .slider_event_readmore {font-style: italic;}


.board-members h3.vc_custom_heading {
	font-family: "Roboto",sans-serif !important;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
	margin: 0 !important;

}
.staff-single,
.staff-single p {
	color: #4a4a4a;
	font-size: 24px;
	line-height: 1.4;
}
.staff-single h2 {
	color: #e51a94;
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	margin: 0 0 10px 0 !important;
}
.staff-single .vc_col-sm-8 {width: 70%;}
.staff-single .vc_col-sm-4 {width: 30%;}

.staff-single .vc_col-sm-4 .wpb_single_image {padding: 6px 0 0 0;}

body.page-child.parent-pageid-22 .site-content {padding-top: 40px;}

.section-purple {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
}
.section-purple ul {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
	max-width: 330px;
	width: 100%;
}
.programs-inner .vc_col-sm-8 {width: 62%;}
.programs-inner .vc_col-sm-4 {margin-top: -110px; width: 38%;}

.rsvp-wrap {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	background: #e51a94;
	padding: 50px;
	margin: 0 0 20px 0 !important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;

}
.rsvp-wrap h1, .rsvp-wrap h2, .rsvp-wrap h3,
.rsvp-wrap h4, .rsvp-wrap h5, .rsvp-wrap h6,
.rsvp-wrap li, .rsvp-wrap p, .rsvp-wrap a {
	color: #fff;
}
.rsvp-wrap h2 {margin: 0 0 30px 0;}
.rsvp-wrap h3 {margin: 0 0 25px 0;}

.stem-cta {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	padding: 80px 0;
	margin: 100px 0;

	background: -moz-linear-gradient(left, #864ac2 0%, #864ac2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #864ac2 0%,#864ac2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #864ac2 0%,#864ac2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#864ac2', endColorstr='#864ac2',GradientType=1 ); /* IE6-9 */
}

.stem-cta .wpb_text_column,
.stem-cta .vc_btn3-container {margin-bottom: 0 !important;}

.stem-cta h1, .stem-cta h2, .stem-cta h3,
.stem-cta h14, .stem-cta h5, .stem-cta h6 {
	color: #fff;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	margin: 0;
}
.stem-cta h2 {font-size: 36px;}

.stem-cta a.vc_general.vc_btn3 {
	color: #505050 !important;
	background: #fff !important;
	border: 2px solid #864ac2 !important;
}
.stem-cta a.vc_general.vc_btn3:hover,
.stem-cta a.vc_general.vc_btn3:focus {
	color: #fff !important;
	background: #864ac2 !important;
	border: 2px solid #fff !important;
}

.support-donation {padding: 45px 0;}
.support-donation .vc_col-sm-3 {width: 33.3333%;}
.support-donation .vc_col-sm-9 {width: 66.6667%;}

.getintouch .site-container > .vc_col-sm-6:first-child {width: 35%;}
.getintouch .site-container > .vc_col-sm-6:last-child {
	text-align: right;
	width: 65%;
}

.getintouch h3 {margin-bottom: 0;}

.news-logo .wpb_single_image,
.donor-partners .wpb_single_image {
	float: left;
	width: 20%;
	margin-bottom: 0;
}
.donor-partners .wpb_single_image {margin-bottom: 30px;}

.donor-partners {margin-bottom: 70px !important;}

.donor-partners h2 {
	color: #7d7b77;
	font-size: 36px;
	text-align: center;
}
.donor-links {
	background: #864ac2;
	margin-bottom: 100px !important;
}
.donor-links .wpb_text_column {margin: 0 !important;}

.donor-links ul {
	padding: 0 20px;
	margin: 0;
}
.donor-links ul li:before {
	content: inherit;
	display: none;
}
.donor-links ul li {
	float: none;
	display: table-cell;
	width: 1%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.donor-links li a,
.donor-links li a:hover, .donor-links li a:focus {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 20px 15px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	position: relative;
}
.donor-links li a:hover:before,
.donor-links li a:focus:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	widuth: 100%;
	background: #fff;
}
body.single-post .site-content .wrap > .container {max-width: 700px;}
body.single-post .site-content .wrap.press-single-post > .container {max-width: 915px;}

body.single-post header.entry-header {text-align: center;}

body.single-post header.entry-header h4 {
	color: #864ac2;
	font-family: "Roboto",sans-serif;
	font-size: 18px;
	font-weight: 400;
}
body.single-post article > .entry-content {text-align: center;}
.wrap.press-single-post header article > .entry-content {text-align: left !important;}

body.single-post nav.post-navigation {
	position: fixed;
	top: 50%;
	right: 0;
	margin: 0;
}
body.single-post .nav-links {width: 175px;}

body.single-post .nav-links > div {
	float: none !important;
	width: 100% !important;
	text-align: left !important;
	border-bottom: 1px solid #979797;
}
body.single-post .nav-links > div:last-child {border: none;}

body.single-post .nav-links span {
	paddong: 0 !important;
	margin: 0 !important;
}

.ajax-load-more-wrap {
	margin: 0 auto !important;
	max-width: 1066px !important;
	width: 100% !important;
}
.ajax-load-more-wrap > ul {
	list-style: none !important;
	padding: 0!important;
	margin: 0 !important;
}
.alm-reveal {
	display: inline-block;
	width: 100%;
}
/*ul.alm-listing > .alm-reveal:first-child > li:last-child {display: none !important;}*/

.alm-reveal > li:before,
.blog-li > li:before {
	content: inherit !important;
	display: none !important;
}

.alm-reveal > li,
.blog-li > li {
	list-style: none !important;
	text-align: center;
	float: left;
	width: 25%;
	padding: 0 15px !important;
	margin: 0 0 30px 0 !important;
}
.blog-li > li {min-height: 575px;}

ul.alm-listing > .alm-reveal:first-child > li,
.blog-li > li:first-child,
.blog-li > li:nth-child(2),
.blog-li > li:nth-child(3) {min-height: 650px !important;}

ul.alm-listing > .alm-reveal:first-child > li:first-child,
.blog-li > li:first-child {width: 50%;}


ul.alm-listing > .alm-reveal:first-child > li:nth-child(2),
.blog-li > li:nth-child(2) {
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}

.alm-listing li > img.wp-post-image,
.blog-li > li > img.wp-post-image {
	border: 1px solid #ddd;
	position: static;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	margin: 0 0 20px 0 !important;
	/*height: 208px;  */
	height: auto;   /* MP  stop image from being distorted */
	width: 255px;
}

ul.alm-listing > .alm-reveal:first-child > li:first-child > img.wp-post-image,
.blog-li > li:first-child > img.wp-post-image {
	height: auto;
	width: 100%;
}

.alm-listing h2.post-title > a,
.blog-li > li h2.post-title > a {
	color: #7d7b77;
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
}
.alm-listing li p,
.blog-li > li p {margin: 0 0 15px 0 !important;}

.alm-reveal li a.readmore,
.alm-reveal li a.readmore:hover,
.alm-reveal li a.readmore:focus,
.blog-li > li a.readmore,
.blog-li > li a.readmore:hover,
.blog-li > li a.readmore:focus {
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.alm-reveal li a.readmore:hover,
.alm-reveal li a.readmore:focus,
.blog-li > li a.readmore:hover,
.blog-li > li a.readmore:focus {color: #864ac2;}

.alm-btn-wrap button.alm-load-more-btn,
.elm-wrapper > button.elm-button,
.back_press > a {
	color: #864ac2!important;
	font-weight: 400 !important;
	line-height: 40px !important;
	background: none !important;
	border: 2px solid #864ac2 !important;
	max-width: inherit !important;
	width: auto !important;
}
.elm-wrapper > button.elm-button:hover,
.elm-wrapper > button.elm-button:focus,
.back_press > a:hover, .back_press > a:focus {
	color: #fff !important;
	background: #864ac2 !important;
	border: 2px solid #864ac2 !important;
}

.back_press a {line-height: 45px !important;}
.back_press {
	padding: 30px 0 10px;
	text-align: center !important;
}

button.alm-load-more-btn.loading:before {top: 3px !important;}

.footer-top {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 40px 0;
	background: #300de0; /* Old browsers */
	background: -moz-linear-gradient(left, #300de0 0%, #00a7cf 0%, #3ed7e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #300de0 0%,#00a7cf 0%,#3ed7e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #300de0 0%,#00a7cf 0%,#3ed7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#300de0', endColorstr='#3ed7e7',GradientType=1 ); /* IE6-9 */
}

.donate-form form > p {
	text-transform: uppercase;
	margin: 0;
}
.donate-type {
	display: inline-block;
	wodth: 100%;
	margin: 0 0 5px 0;
}
.donate-type > h2 {
	float: left;
	color: #fff;
	font-family: "Ubuntu",sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	margin: 0 0 10px 0;
}
.radio-wrap {
	display: inline-block;
	padding: 0 0 0 15px;
}
.radio-btns {
	float: left;
	padding: 0 0 0 20px;
}
.donate-form label {
	color: #fff;
	display: inline-block;
}
.donate-fields {
	display: inline-block;
	margin: 0 0 30px 0;
	width: 100%;
}
.donate-fields > div {
	float: left;
	margin: 0 10px;
	height: 50px;
	width: 155px;
	position: relative;
}
.donate-fields > div:first-child {margin-left: 0;}
.donate-fields > div:last-child {margin-right: 0;}

.donate-fields > div.donate-other {width: auto;}

.donate-fields input[type="radio"] {
	cursor: pointer;
	position: absolute;
	padding: 0;
	margin: 0;
	height: 50px;
	width: 155px;
	opacity: 0 !important;
}
.donate-fields input[type="radio"] + span,
.donate-fields input[type="text"] {
	color: #505050;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px;
	height: 50px;
	width: 155px;
}
.donate-fields input[type="radio"] + span {cursor: pointer;}

form input[type="radio"]:checked + span {
	line-height: 38px;
	border: 6px solid #864ac2;
}

.donate-fields input[type="text"] {
	max-width: 315px;
	width: 100%;
}
.donate-send-btn {
	text-align: center;
}

.speakers h3,
.speakers h3 a {
	color: #61259e;
	font-size: 24px;
	font-weight: 500 !important;
	margin: 0;
}
.speakers-position {margin-bottom: 15px !important;}
.speakers-position p {font-style: italic;}

.upcoming-event .vc_col-sm-8 {width: 70%;}
.upcoming-event .vc_col-sm-4 {width: 30%;}

.upcoming-event ul.ecs-event-list,
.voluteer-wrap ul.ecs-event-list,
.destember-event ul.ecs-event-list {
	padding: 0;
	margin: 0;
}
.upcoming-event li.ecs-event:before,
.voluteer-wrap li.ecs-event:before,
.destember-event li.ecs-event:before {
	content: inherit !important;
	display: none !important;
}
.upcoming-event li.ecs-event,
.voluteer-wrap li.ecs-event,
.destember-event li.ecs-event {
	background: #f6f6f6;
	padding: 40px 0 !important;
	margin: 0 0 20px 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: inline-block;
	width: 100%;
}
.voluteer-wrap li.ecs-event h4.entry-title > a {pointer-events: none !important;}

li.ecs-event > .date-col {
	float: left;
	text-align: center;
	padding: 10px 0 0 0;
	width: 20%;
}
li.ecs-event > .event-cnt {
	float: left;
	width: 80%;
	padding: 0 40px 0 10px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.date-wrap > .month {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.date-wrap > .date {
	color: #4a4a4a;
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
}

.upcoming-event h4.entry-title a,
.voluteer-wrap h4.entry-title a,
.destember-event h4.entry-title a {
	color: #61259e;
	font-size: 24px;
	font-weight: 500 !important;
	letter-spacing: normal !important;
}

.entry-content > #tribe-events {
	margin: 0 auto;
	max-width: 1066px;
	width: 100%;
}
#tribe-events-content {padding: 0 !important;}

.tribe-events-single > .tribe-events-schedule {
	border: none !important;
	padding: 0 !important;
	margin: 15px 0 !important;
}
.tribe-events-single > .tribe_events.type-tribe_events {
	margin: 0 auto 30px auto !important;
	max-width: 921px;
	width: 100%;
}
.single-tribe_events .tribe-events-event-image {
	text-align: center !important;
	margin: 0 0 30px 0 !important;
}
.tribe_events > .addition_info_event {
	display: inline-block;
	width: 100%;
}
.addition_info_event > .addition_event_details {
	font-size: 20px;
	font-weight: 500;
	float: left;
	padding: 0 40px 20px 0;
	width: 30%;
}
.addition_info_event > .tribe-events-single-event-description {
	float: left;
	width: 70%;
}
.tribe-events-single > p.tribe-events-back {
	text-align: center;
	margin: 0 0 40px 0;
}
.tribe-events-single > #tribe-events-footer {
	border-top: 1px solid #e5e5e5 !important;
	padding: 30px 0 0 0 !important;
}

ul.tribe-events-sub-nav li:before,
.tribe-events-notices li:before {
	content: inherit !important;
	display: none !important;
}
ul.tribe-events-sub-nav li {padding: 0 !important;}
ul.tribe-events-sub-nav li > a {
	color: #864ac2 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	padding: 0 !important;
	background: none !important;
}

.bx-wrapper {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 auto 50px auto !important;
	max-width: inherit !important;
}

ul.bxslider > li:before {
	content: "" !important;
	display: none !important;
}
ul.event-carousel > li {
	text-align: center;
	padding: 40px !important;
	min-height: 271px;
	background: #f6f6f6 !important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
ul.event-carousel .slider_event_date {
	font-size: 16px;
	font-weight: 400;
}
ul.event-carousel .slider_event_title {
	font-family: "Ubuntu",sans-serif !important;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 60px 0;
	min-height: 85px;
}

ul.staff-carousel > li {
	text-align: center;
	padding: 0 !important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
ul.staff-carousel .slider_event_date {margin: 0 0 10px 0 !important;}

.bx-wrapper .bx-controls-direction a {
	height: 38px !important;
	width: 23px !important;
	background: url("assets/images/bx-nav.png") no-repeat !important;
}
.staff-carousel-wrap .bx-wrapper .bx-controls-direction a {
	top: 37% !important;
	background: url("assets/images/bx-staff-nav.png") no-repeat !important;
}

.bx-wrapper .bx-controls-direction a.bx-prev {left: -50px !important;}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: -50px !important;
	background-position: -27px center !important;
}
.bx-wrapper .bx-pager.bx-default-pager {display: none !important;}

.vc_grid-item .vc_gitem-zone {text-align: center !important;}

.vc_grid-item .vc_gitem-animated-block > .vc_gitem-zone {
	border: 1px solid #eaeaea;
	margin: 0 0 20px 0 !important;
}

.vc_grid-item .vc_grid-item-mini > .vc_gitem-zone {background: none !important;}

.vc_gitem-zone .vc_custom_heading {margin: 0 !important;}

.vc_gitem-zone .vc_custom_heading > h4 {
	color: #864ac2;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center !important;
}
.vc_gitem-zone .vc_gitem_row .vc_gitem-col {padding: 0 !important;}

.vc_gitem-zone .vc_btn3-container {text-align: center !important;}

.vc_gitem-zone a.vc_gitem-link.vc_btn3,
.vc_gitem-zone a.vc_gitem-link.vc_btn3:hover,
.vc_gitem-zone a.vc_gitem-link.vc_btn3:focus {
	color: #864ac2 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	height: auto !important;
	text-transform: uppercase !important;
	border: none !important;
	background: none !important;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	padding: 0 !important;
	margin: 0 !important;
}

.press-single-post h1.entry-title {
	text-align: center !important;
	margin: 0 0 40px 0;
}

.press-post-wrap {
	display: inline-block;
	width: 100%;
}
.press-date {
	font-size: 20px;
	font-weight: 500;
	float: left;
	width: 30%;
	padding: 0 30px 20px 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.press-date p > strong {
	font-weight: 500 !important;
	display: block !important;
}

.press-post-cnt {
	float: left;
	width: 70%;
}
table.gs-table.color-purple {margin: 0 auto !important;}

.voluteer-wrap .site-container,
.destember-event .site-container {
	max-width: 760px !important;
}

.our-programs .vc_col-sm-4.vc_grid-item > .vc_grid-item-mini,
.our-programs .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {position: relative;}

.our-programs .vc_col-sm-4 > .vc_grid-item-mini > .vc_gitem-animated-block  {
	background: #fff;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.our-programs .vc_grid-item .vc_gitem-animated-block > .vc_gitem-zone {margin: 0 !important;}

.our-programs .vc_grid-item .vc_grid-item-mini > .vc_gitem-zone {
	position: absolute;
	bottom: 0;
	z-index: 99;
	text-align: left !important;
	padding: 30px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: 100%;
}
.our-programs .vc_gitem-zone .vc_custom_heading > h4 {color: #61259e;}

.our-programs .vc_custom_heading.vc_gitem-post-data-source-post_excerpt,
.our-programs .vc_gitem-zone .vc_btn3-container {display: none !important;}

.our-programs .vc_col-sm-4.vc_grid-item > .vc_grid-item-mini:hover > .vc_gitem-zone {
	color: #fff !important;
	background: #292929 !important;
	height: 100%;
}
.our-programs .vc_col-sm-4.vc_grid-item > .vc_grid-item-mini:hover .vc_custom_heading.vc_gitem-post-data-source-post_excerpt,
.our-programs .vc_col-sm-4.vc_grid-item > .vc_grid-item-mini:hover > .vc_gitem-zone .vc_btn3-container {
	display: block !important;
}
.our-programs .vc_col-sm-4.vc_grid-item > .vc_grid-item-mini:hover > .vc_gitem-zone .vc_custom_heading > h4 {
	color: #fff;
	text-align: left !important;
	margin: 0 0 30px 0;
}
.programs-img h2.wpb_heading {
	color: #61259e;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	padding: 30px 20px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.programs-img img.vc_single_image-img {
	height: 310px;
	width: 350px;
	background: #fff;
	border: 1px solid #eaeaea;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.our-programs .programs-cnt {
	display: none !important;
	color: #fff !important;
	background: #292929 !important;
	position: absolute;
	bottom: 0;
	z-index: 99;
	text-align: left !important;
	padding: 30px 20px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	height: 100%;
	width: 100%;
	margin: 0 !important;
}
.our-programs .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .programs-cnt  {display: block !important;}

.programs-cnt h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
	margin: 0 0 30px 0;
}
.programs-cnt p {margin: 0;}

.programs-cnt a,
.programs-cnt a:hover, .programs-cnt a:focus {
	color: #864ac2;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 30px 0 0 0;
}

.last-event-wrap {
	color: #fff;
	margin-bottom: 40px;
}
.last-event-wrap .site-container {
	background: #61259e;
	display: flex;
}
.last-event-wrap .vc_col-sm-9 div,
.last-event-wrap .vc_col-sm-9 figure,
.last-event-wrap .vc_col-sm-9 img.vc_single_image-img {
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
}
.last-event-wrap .wpb_text_column,
.last-event-wrap .wpb_single_image,
.latest-press-release .wpb_text_column {margin: 0 !important;}

.last-event-wrap .date-col {display: none !important;}
.last-event-wrap li.ecs-event > .event-cnt {
	color: #fff;
	float: none !important;
	width: 100% !important;
}
.last-event-wrap ul.ecs-event-list,
.latest-press-release ul.display-posts-listing {
	padding: 20px 15px !important;
	margin: 0 !important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.latest-press-release ul.display-posts-listing {padding: 0 !important;}

.last-event-wrap li.ecs-event,
.latest-press-release li.listing-item {
	padding: 0 !important;
	margin: 0 !important;
}
ul li.ecs-event:before,
.latest-press-release li.listing-item:before {
	content: inherit !important;
	display: none !important;
}
.last-event-wrap li.ecs-event > .event-cnt {
	float: none !important;
	padding: 0 !important;
	width: 100% !important;
}
.last-event-wrap .event-cnt h4.entry-title,
.last-event-wrap .event-cnt h4.entry-title > a {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	margin: 0;
}
.last-event-wrap .event-cnt h4.entry-title {margin-bottom: 15px;}

.last-event-wrap .event-detail,
.last-event-wrap .event-venue {display:none !important;}

.latest-press-release h1 {
	color: #7d7b77;
	font-size: 34px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 0 20px 0 !important;
}
.latest-press-release li.listing-item > a.title {
	color: #864ac2;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
	margin: 0 0 20px 0 !important;
}
.latest-press-release a.more-link {
	color: #864ac2;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
ul.latest-post-ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}
ul.latest-post-ul li.latest-post-li:before {
	content: inherit !important;
	display: none !important;
}
ul.latest-post-ul li.latest-post-li {
	float: left;
	text-align: center;
	padding: 0 15px;
	margin: 0 0 30px 0;
	min-height: 700px;
	width: 25%;
}
ul.latest-post-ul li.latest-post-li:first-child {width: 50%;}

ul.latest-post-ul li.latest-post-li img.wp-post-image {
	display: block;
	border: 1px solid #ddd;
	margin: 0 auto 25px auto;
}

.container > #ajax {
	display: inline-block;
	width: 100%;
}
.preerelease-li > li {
	float: left;
	list-style: none;
	text-align: center;
	min-height: 500px;
	width: 25%;
	padding: 0 15px;
	margin: 0 0 30px 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.preerelease-li > li:before {
	content: inherit !important;
	display: none !important;
}
.preerelease-li > li > img.wp-post-image {margin: 0 0 30px 0 !important;}

.preerelease-li > li h2.post-title,
.preerelease-li > li h2.post-title > a {
	color: #864ac2;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
}
.preerelease-li > li h2.post-title {margin: 0 0 20px 0;}

.preerelease-li > li > p {margin: 0 0 20px 0;}

.preerelease-li a.readmore {
	color: #864ac2;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.social-sharing > span {
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 400;
}
.social-sharing > a {
	height: 30px !important;
	width: 30px !important;
	background-position: center center !important;
}
.social-sharing a.ss-button-facebook {background: url("assets/images/fb-share.png") no-repeat;}
.social-sharing a.ss-button-googleplus {background: url("assets/images/gplus-share.png") no-repeat;}
.social-sharing a.ss-button-twitter  {background: url("assets/images/twit-share.png") no-repeat;}
.social-sharing a.ss-button-linkedin {background: url("assets/images/lin-share.png") no-repeat;}


body.search-results .wrap > #primary {
	float: left !important;
	padding: 0 15px 30px 0 !important;
	width: 75% !important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.has-sidebar #secondary {
	float: right;
	padding: 0 0 0 15px;
	border-left: 1px solid #ddd;
	width: 25%;
}



/*--------------------------------------------------------------
0.0 Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 1055px) {
	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {display: block;}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

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

	.main-navigation ul ul a {
		line-height: 2.39;
		padding: 0 25px !important;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: none;
	}

	.main-navigation li li a {
		color: #4a4a4a;
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}
	.main-navigation li li > a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 42px;
		width: 5px;
		background: #864ac2;
		display: none;
	}

	html.translated-ltr .main-navigation li li > a:before {height: 35px;}

	.main-navigation li li > a:hover:before,
	.main-navigation li li > a:focus:before,
	.main-navigation li li:hover > a:before,
	.main-navigation li li:hover > a:hover:before,
	.main-navigation li li.current-menu-item > a:before {display: block;}

	.navigation-top ul.sub-menu .current-menu-item > a {
		color: #864ac2;
		background: none;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	main-navigation li li.current_page_item a,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #864ac2;
		background: none;
	}

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

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
		display: none;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.container {padding: 0 15px;}
	.header-top {padding: 30px 0 15px 0;}
	.header-logo {font-size: 15px;}
	.header-logo .custom-logo {width: 115px;}
	.site-tagline {max-width: 300px;}

	.main-navigation {display: block;}
	.header-search {display: none !important;}

	.newletter-form .newsletter-fields {max-width: 450px;}
	.newletter-form input[type="email"] {max-width: 230px;}

	.homeslider .metaslider .caption-wrap {top: 13%;}

	.homeslider .caption-wrap h1,
	.homeslider .caption-wrap h2,
	.banner-cnt h1, .banner-cnt h2 {font-size: 26px; line-height: 32px;}

	.homeslider .caption-wrap p, .banner-cnt p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px !important;
	}

	.banner-cnt .blink-center {padding: 0 !important;}

	.homeslider .caption-wrap a,
	.banner-cnt .banner-inner > a,
	.banner-cnt .blink-center > a {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
		padding: 0 20px;
		max-width: inherit;
		width: auto;
	}

	.our-sections {padding: 0 0 50px 0;}

	.bx-wrapper .bx-controls-direction a.bx-prev {left: 10px !important;}
	.bx-wrapper .bx-controls-direction a.bx-next {right: 10px !important;}

	.last-event-wrap .event-cnt h4.entry-title,
	.last-event-wrap .event-cnt h4.entry-title > a {font-size: 24px; font-weight: 500; line-height: 30px;}

	.latest-press-release h1 {font-size: 30px; line-height: 34px;}

	.blog-li > li {min-height: 590px;}
}

@media only screen and (max-width: 1023px) {
	.donate-btn a {min-width: 170px;}
	.newletter-form {text-align: center;}
	.newletter-form label {float: none; padding: 0 10px 10px 10px;}
	.newletter-form .newsletter-fields {float: none; display: inline-block;}

	.site-content,
	.site-content.display_banner_none {padding: 80px 0 50px 0;}

	.our-sections .vc_col-sm-3:hover > .vc_column-inner > .wpb_wrapper:before {
		height: 10px; top: -10px;
	}

	.section-title h2,
	.tribe-events-single > h1.tribe-events-single-event-title {font-size: 30px; line-height: 34px;}

	ul.latest-post-ul li.latest-post-li {min-height: 620px;}

	.latest-post h2,
	li.latest-post-li h2.title-name a {font-size: 26px; line-height: 30px;}

	.growth-wrap .vc_col-sm-3 h3,
	.growth-wrap .vc_col-sm-4 h3 {font-size: 18px; line-height: 22px;}

	.growth-wrap .vc_col-sm-3 > .vc_column-inner,
	.growth-wrap .vc_col-sm-4 > .vc_column-inner {padding-top: 30px; padding-bottom: 30px;}

	.donate-fields {text-align: center;}
	.donate-fields > div {float: none; display: inline-block; margin: 0 4px;}

	.donate-fields > div,
	.donate-fields input[type="radio"],
	.donate-fields input[type="radio"] + span, .donate-fields input[type="text"] {width: 140px;}

	.programs-inner .vc_col-sm-4 {margin-top: -80px;}
	.rsvp-wrap {padding: 20px;}

	.girlstart-crew .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper,
	.girlstart-crew .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper {padding: 10px 0;}

	.stem-cta {padding: 30px 0; margin: 30px 0 0 0;}
	.stem-cta h2 {font-size: 24px;}

	.alm-reveal > li {margin-bottom: 50px !important; width: 50% !important;}

	.blog-li > li {width: 33.33% !important;}

	.blog-li > li:first-child,
	.blog-li > li:nth-child(2),
	.blog-li > li:nth-child(3) {min-height: 580px !important;}

	ul.alm-listing > .alm-reveal:first-child > li:first-child > img.wp-post-image,
	.blog-li > li:first-child > img.wp-post-image {height: 208px; width: 255px;}

	ul.alm-listing > .alm-reveal:first-child > li:first-child > img.wp-post-image {width: 255px;}

	ul.alm-listing > .alm-reveal:first-child > li:nth-child(2) {
		border-left: none;
		border-right: none;
	}
	ul.alm-listing > .alm-reveal:first-child > li {min-height: inherit !important;}

	body.single-post nav.post-navigation {position: static;}

	#tribe-events-content {padding: 0 15px !important;}

	.our-programs .vc_col-sm-4.vc_grid-item,
	.our-programs .vc_col-sm-4 {width: 50% !important;}

	.last-event-wrap .site-container {display: block;}

	.last-event-wrap .vc_col-sm-3,
	.last-event-wrap .vc_col-sm-9,
	.latest-press-release .vc_col-sm-4,
	.latest-press-release .vc_col-sm-8 {float: none !important; width: 100% !important;}

	.last-event-wrap .vc_col-sm-9 div,
	.last-event-wrap .vc_col-sm-9 figure,
	.last-event-wrap .vc_col-sm-9 img.vc_single_image-img {height: auto !important; width: auto !important;}

	.latest-press-release .vc_col-sm-4 {margin-bottom: 30px !important;}
	.latest-press-release h1 {font-size: 24px; line-height: 30px;}

	.preerelease-li > li {width: 33.33%;}

	body.search-results .wrap > #primary {width: 70% !important;}
	.has-sidebar #secondary {width: 30% !important;}
}

@media only screen and (max-width: 767px) {
	.top-inner {text-align: center;}
	.header-logo {float: none; text-align: center; padding: 0 0 15px 0;}
	.top-right {float: none; text-align: center;}
	.donate-btn a {width: 190px;}

	.newletter-form input[type="email"] {max-width: 185px;}
	.newletter-form input[type="submit"] {font-size: 16px; padding: 0 10px; max-width: inherit; width: auto;}

	.banner-wrap:before {content: inherit !important; display: none !important;}

	.homeslider .metaslider .caption-wrap,
	.banner-cnt {
		position: static;
		background: #61259e;
		//background: #00af40;
		padding: 20px 0;
	}
	.homeslider .caption-wrap a { background: #00af40;}
	.mob_banner_none .banner-cnt {display: none;}

	.homeslider .metaslider .caption-wrap {padding: 20px 0 40px 0;}

	.homeslider .caption-wrap h1,
	.homeslider .caption-wrap h2,
	.banner-cnt h1, .banner-cnt h2 {font-size: 26px; line-height: 32px;}

	.homeslider .caption-wrap a,
	.banner-cnt .banner-inner > a,
	.banner-cnt .blink-center > a {margin: 5px 0;}

	.flex-direction-nav .flex-prev,
	.flexslider:hover .flex-prev {left: 10px !important;}

	.flex-direction-nav .flex-next,
	.flexslider:hover .flex-next {right: 10px !important;}

	.homeslider .flex-direction-nav a {top: 17% !important;}

	.breadcrumbs {font-size: 15px; position: static; padding: 10px 0; background: #ddd;}

	.site-content,
	.site-content.display_banner_none {padding: 40px 0 50px 0;}

	.site-content ul li {padding: 0 0 0 15px;}

	.our-sections .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {min-height: inherit;}

	.our-sections .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {padding: 20px ;}

	.our-sections .vc_col-sm-3:hover > .vc_column-inner > .wpb_wrapper {box-shadow: none;}
	.our-sections .vc_col-sm-3:hover > .vc_column-inner > .wpb_wrapper:before {content: inherit; dispaly: none;}

	.latest-post .vc_row > .vc_col-sm-4:first-child,
	.latest-post .vc_row > .vc_col-sm-4:nth-child(2),
	.latest-post .vc_row > .vc_col-sm-4:last-child,
	ul.latest-post-ul li.latest-post-li {float: none; width: 100%; min-height: inherit; padding: 0;}

	.latest-post .vc_row > .vc_col-sm-4:nth-child(2),
	ul.latest-post-ul li.latest-post-li:nth-child(2) {
		border-left: none !important;
		border-right: none !important;
		border-top: 2px solid #979797;
		border-bottom: 2px solid #979797;
		padding: 30px 0 0 0;
		margin: 0 0 30px 0;
	}
	ul.latest-post-ul li.latest-post-li:nth-child(2) {padding: 30px 0;}

	.growth-wrap .vc_col-sm-3 h3,
	.growth-wrap .vc_col-sm-4 h3 {font-size: 24px; line-height: 30px;}

	.growth-wrap .vc_col-sm-3 > .vc_column-inner,
	.growth-wrap .vc_col-sm-4 > .vc_column-inner {
		border: 1px solid #e51a94 !important;
		border-left: 1px solid #e51a94 !important;
		border-bottom: none !important;
	}
	.growth-wrap .vc_col-sm-3:last-child > .vc_column-inner,
	.growth-wrap .vc_col-sm-4:last-child > .vc_column-inner {
		border-right: 1px solid #e51a94 !important;
		border-bottom: 1px solid #e51a94 !important;
	}

	.girlstart-crew .site-container {display: block;}

	.girlstart-crew .vc_col-sm-3,
	.girlstart-crew .vc_col-sm-9,
	.staff-single .vc_col-sm-8,
	.staff-single .vc_col-sm-4,
	.programs-inner .vc_col-sm-8,
	.programs-inner .vc_col-sm-4,
	.support-donation .vc_col-sm-9,
	.support-donation .vc_col-sm-3,
	.getintouch .site-container > .vc_col-sm-6:first-child,
	.getintouch .site-container > .vc_col-sm-6:last-child,
	.upcoming-event .vc_col-sm-8,
	.upcoming-event .vc_col-sm-4,
	.addition_info_event > .addition_event_details,
	.addition_info_event > .tribe-events-single-event-description,
	.press-date,
	.press-post-cnt,
	ul.latest-post-ul li.latest-post-li:first-child,
	ul.latest-post-ul li.latest-post-li,
	body.search-results .wrap > #primary,
	.has-sidebar #secondary {
		float: none !important;
		width: 100% !important;
	}

	.donate-form {text-align: center;}
	.donate-type > h2 {float: none;}

	.donate-fields > div,
	.donate-fields input[type="radio"],
	.donate-fields input[type="radio"] + span, .donate-fields input[type="text"] {width: 135px;}

	.donate-fields > div {margin: 0 4px 10px 4px !important;}

	.donate-fields > div.donate-other {
		padding: 0 25px;
		margin: 0 !important;
		width: 100% !important;
	}
	.donate-fields input[type="text"] {width: 100% !important;}

	.footer-col {float: none; padding: 0 0 30px 0; width: 100%;}
	.footer-col.footer-social {padding: 0;}

	.staff-wrap .vc_col-sm-3 h3, .staff-wrap .vc_col-sm-4 h3 {margin: 0 !important;}

	.staff-single h2 {font-size: 24px;}
	.staff-single, .staff-single p {font-size: 18px;}

	.news-logo .wpb_single_image,
	.donor-partners .wpb_single_image {float: none; width: 100%;}

	.programs-inner .vc_col-sm-4 {margin-top: 0 !important;}

	.donor-partners h2 {font-size: 24px;}
	.donor-links ul {display: inline-block; padding: 0; width: 100%;}
	.donor-links ul li {float: left; display: inline-block; padding: 0; width: auto;}

	.donor-links li a, .donor-links li a:hover, .donor-links li a:focus {padding: 10px;}

	.stem-cta h2 {margin-bottom: 20px !important;}

	.alm-reveal > li,
	.blog-li > li,
	.blog-li > li:first-child,
	.blog-li > li:nth-child(2),
	.blog-li > li:nth-child(3) {
		float: none !important;
		padding: 0 0 20px 0 !important;
		margin-bottom: 40px !important;
		border: none !important;
		border-bottom: 2px solid #ddd !important;
		min-height: inherit !important;
		width: 100% !important;
	}
	.upcoming-event li.ecs-event,
	.voluteer-wrap li.ecs-event,
	.destember-event li.ecs-event {padding: 20px !important;}

	li.ecs-event > .date-col {padding: 0 0 10px 0; width: 50px;}
	li.ecs-event > .event-cnt {padding: 0; width: 100%;}

	.date-wrap > .month {font-size: 16px;}
	.date-wrap > .date {font-size: 30px; line-height: 34px;}

	.single-tribe_events .tribe-events-event-image {margin: 0 0 15px 0 !important;}
	.addition_info_event > .addition_event_details {padding: 0 0 20px 0;}

	.press-single-post h1.entry-title {font-size: 24px; font-weight: 500;}

	.our-programs .vc_col-sm-4.vc_grid-item,
	.our-programs .vc_col-sm-4 {width: 100% !important;}

	.our-programs .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
		margin: 0 auto !important;
		width: 300px;
	}

	.our-programs .vc_grid-item .vc_grid-item-mini > .vc_gitem-zone,
	.our-programs .programs-cnt {padding: 15px;}

	.our-programs .vc_col-sm-4.vc_grid-item > .vc_grid-item-mini:hover > .vc_gitem-zone .vc_custom_heading > h4,
	.programs-cnt h4 {
		margin: 0 0 10px 0;
	}
	.programs-cnt a, .programs-cnt a:hover, .programs-cnt a:focus {margin: 10px 0 0 0;}

	.our-programs .vc_col-sm-4.vc_grid-item p {margin: 0 0 5px 0;}

	.latest-press-release li.listing-item > a.title {font-size: 20px; line-height: 24px;}

	.preerelease-li > li {
		float: none !important;
		min-height: inherit !important;
		width: 100% !important;
		padding: 0 !important;
	}

	body.search-results .wrap > #primary,
	.has-sidebar #secondary {
		padding: 0 !important;
		border: none !important;
	}
	.search-form .search-submit .icon {top: -12px;}
}

@media only screen and (max-width: 380px) {
	.our-programs .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {width: auto !important;}
}


/* DeSTEMber calendar */
table.tribe-events-calendar tbody {
	background-color: white;

}
img.destember-thumb.wp-post-image  {
	position: absolute;
	top: 0;
	z-index: 10;
	-webkit-transition: top 2s;
	-moz-transition: top 2s;
	-o-transition: top 2s;
}
/* turn off popup */
body .tribe-events-calendar .tribe-events-tooltip { visibility:hidden; }
.color-purple, .color-purple a, .color-purple a:link {
	color: #492f91;
}
.calendar-grid {
	color: #492f91;
}
@media only screen and (max-width: 480px) {
	.tribe-events-calendar td div[id*=tribe-events-daynum-] {
		top: 0;
		line-height: 30px;
	}
}
@media only screen and (min-width: 481px) {
	.tribe-events-calendar td div[id*=tribe-events-daynum-] {
		top: 5px;
		line-height: 22px;
	}
}
/*.tribe-events-calendar div[id*=tribe-events-daynum-]  */
.tribe-events-calendar td div[id*=tribe-events-daynum-]
	/*, .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a  */
{
	background-color: #ec519d !important;
	background-image: -moz-linear-gradient(center top, #ec519d, #d83686);
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	left: 5px;
	position: relative;
	text-align: center;
	width: 32px;
	z-index: 50;
	font-weight: 700;
	font-size: .5rem;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a
{
	background-color: #ec519d;
	color: #fff;
	font-weight: 700;
	font-size: .5rem;
	width: 32px;

}
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	background-color: #ec519d;
	color: #fff;
}
#tribe-events-content table.tribe-events-calendar {
	border: 4px solid #9283bd;
	font-size: 14px;
}

.tribe-events-calendar thead th {
	background-color: #ec519d;
	color: #fff;
	font-weight: 900;
	padding: 1em 0;
	white-space: nowrap;
	border-bottom: 4px solid #9283bd;
}
#tribe-bar-views.tribe-bar-filters {
	display: none;
}
#tribe-events-content .tribe-events-calendar td {
	border: 4px solid #9283bd;
	font-size: 14px;
	border-top: 0;
	-webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
	transition: all .2s cubic-bezier(.55, .085, .68, .53);
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	margin: 0;
	padding: 0;
}
#tribe-events-bar {
	display:none;
}
.tribe-events-calendar thead th {
	border-left: none;
	border-right:none;
}
#destember-content {
	background-color: #492f91;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tribe-events-heading {
	margin: 0 auto;
	max-width: 1200px
}
.tribe-events-heading p, .tribe-events-heading h2 {
	color: white;
	margin-right: 10%;
	margin-left: 10%;
}
/* mobile styling - image displays on mobile */
/* turn grey dot white when event on mobile */
@media only screen and (max-width: 768px) {
	.tribe-events-calendar .tribe-events-past.tribe-events-has-events:after {
		background-color: #FFFFFF;
	}
	.tribe-events-calendar td .tribe-events-viewmore, .tribe-events-calendar td .type-tribe_events {
		display: block;
	}
	#tribe-events-content .tribe-events-calendar td {
		height: 65px !important;
	}
	.tribe-events-calendar td.mobile-active,
	#tribe-events-events-content .tribe-events-calendar .mobile-active:hover {
		background-color: #492f91 !important;
	}
	.tribe-events-calendar .tribe-events-has-events:after {
		content: none;
	}
}
@media only screen and (max-width: 768px) and (orientation : landscape) {
	#tribe-events-content .tribe-events-calendar td {
		height: 100px !important;
	}
}
img.destember-thumb.wp-post-image:hover
{
	top: 10px;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-o-transition: top 0.3s;
}

/* BUTTONS */
.btn-primary {
	color: #864ac2;
	background: none;
	border: 1px solid #864ac2;
	margin-top: 20px;
}
.btn-primary:hover {
	background-color: #864ac2;
	border-color: #864ac2;
	color: #fff;
}
.btn-large {
	vertical-align: middle;
	font-weight: 400;
	line-height: 48px;
	padding: 0 45px;
	font-size: 18px;
	text-align: center;
	box-shadow: none;
	height: 50px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 1rem auto;
	display: block;
	width: 400px;
}
.btn-xtra-wide {
	width: 500px !important;
}
.btn-container {
	margin-bottom: 25px;
}
.btn-primary.btn-large {
	background-color: #864ac2;
	color: white;
}
.btn-primary.btn-large:hover {
	background-color: white;
	color: #864ac2;
}
li.partners-list {
	display:inline-block;
	margin: auto;
}
.text-destember {
	text-align: center;
	color: #fff;
}
#tribe-mobile-container h4 a.url {
	color: #fff;
}
#tribe-mobile-container .tribe-event-description p {
	color: white;
}
#tribe-mobile-container  .tribe-event-date-start {
	color: white;
}
#tribe-mobile-container  a.tribe-events-read-more {
	color: #fff;
}
#tribe-mobile-container h3.tribe-mobile-day-heading {
	color: #fff;
}
#tribe-mobile-container a.more-link {
	color: #fff;
}
.testimonial__font {
	color: #864ac2;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 1.3em;
}
#latest-posts--two-columns ul.latest-post-ul li.latest-post-li {
	width: 50%;
}
.sideinfo--font {
	font-size: .9em;
	color: black;
}
p.sideinfo {
	margin: .75em 0 0;
}
h4.sideinfo--font {
	color: #ec519d;
	font-weight: bold;
}
p.sideinfo--font {
	color: #492f91;
	font-weight: bold;
}
h3.sideinfo--font {
	color: #ec519d;
	font-weight: bold;
}
.sideinfo--left {
	text-align: left;
}
.sideinfo--right {
	text-align: right;
}
.image__title--large {
	color: white;
	font-weight: bold;
	font-size: 1rem !important;
	width: 35%;
	margin-bottom: 25px !important;
}
.image__caption--float-right {
	clear: both;
	float: right;
}
.image__caption--float-left {
	clear: both;
	float: left;
}
.image__caption--color {
	color: #492f91;
}
.image__caption--purple {
	color: #492f91 !important;
}
.image__caption--pink {
	color: #ec519d !important;
}
.image__caption--green {
	color: #864ac2 !important;
}
.image__caption--orange {
	color: #f58025 !important;
}
.image__caption--teal {
	color: #00a7ce !important;
}
h2.sideinfo--large {
	color: white;
	font-size: 3.5rem;
}
h2.image__caption--medium {
	color: white;
	font-size: 2.4rem !important;
	line-height: 70%;
	margin-bottom: 10px;
}
h3.image__caption--medium {
	color: white;
	font-size: 1.5rem;
	line-height: 100%;
}
.image__caption--large {
	color:white;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 90%;
}
.image__caption--medium {
	color: white;
	font-weight: bold;
	font-size: 1rem !important;
}
.sideinfo--large{
	color:white;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 90%;
}
h2.coverinfo--font {
	font-size: 5em;
	font-weight: bold;
	color: #e51a92;
	line-height: 70%;
}
@media only screen and (max-width: 480px) {
	h2.coverinfo--font {
		font-size: 3em;
	}
	.image__caption--large {
		font-size: 1.25rem !important;
	}
	h2.sideinfo--large {
		color: white;
		font-size: 2.0rem;
	}
	h2.sideinfo--font {
		line-height: 1;
	}
	h2.image__caption--medium {
		line-height: 80%;
	}
	.image__banner--left, .sideinfo__banner--left, .sideinfo__banner--right {
		width: 90% !important;
		font-size: 0.8em !important;
	}
}
h2.sideinfo--font {
	color: #492f91;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: .75;
}
.sideinfo__banner--left {
	background-color: #492f91;
	width: 100%;
	color: white;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0;
	font-size: .9em;
}
.sideinfo__banner {
	background-color: #492f91;
	width: 100%;
	color: white;
	text-align: center;
	font-size: .9em;
}
.sideinfo__banner--right {
	width: 75%;
	background-color: #ec519d;
	text-align: center;
	color: white;
	position: absolute;
	top: 10px;
	right: 0;
	font-size: .9em;
}
.image__caption--right{
	font-size: .9em;
	color: white;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.image__caption--left{
	font-size: .9em;
	color: white;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.image__caption--center {
	font-size: .9em;
	color: white;
	position: absolute;
	bottom: 30px;
	text-align: center;
	left: 40%;
}
.sideinfo__background {
	min-height: 911px !important;
}
.image__caption--underline {
	text-decoration: underline;
}
.image__banner--left {
	background-color: #492f91;
	width: 50%;
	color: white;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0;
	font-size: .9em;
}
.sideinfo--line, .image__caption--line {
	width: 50%;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.sideinfo--purple {
	color: #492f91 !important;
}
.sideinfo--white, h2.sideinfo--white, .image__caption--white {
	color: white !important;
}
.sideinfo--overline, .image__caption--overline
{
	text-decoration:overline;
}
.image_caption--outline {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
h3.footer__banner--center {
	background-color: #ec519d;
	text-align: center;
	color: white;
	width: 15rem;
	margin: 0 auto 100px;
}
.image__caption--black {
	color: #505050 !important;
}
ul.sideinfo--font li:before {
	background: #ec519d !important;
}
ul.sideinfo--icon li {
	display:inline-block;
	padding: 0 5px 0 0;
}
ul.sideinfo--icon li:before {
	display:none;
}
.language-btn select {
	width: 115px;
}
.sidebar__menu.vc_col-sm-5 {
	margin-top: -110px;
	width: 38%;
}
.sidebar__menu.vc_col-sm-4 {
	margin-top: -110px;
}
.rsvp-wrap.sidebar__menu--wide{
	padding: 40px !important;
}
.rsvp-wrap.sidebar__menu--xtrawide {
	padding: 20px;
}
ul.text-list--plain li::before {
	content:none;
}
ul#menu-north-texas li, ul#menu-houston li, ul#menu-boston li, ul#menu-bay-area li, ul#menu-st-louis li,
ul#menu-seattle-area li, ul#menu-chicago-area li, ul#menu-houston li, ul#menu-central-texas li {
	border-bottom: none;
	border-top: none;
	margin: 0 0 10px 0;
}
ul#menu-north-texas li::before, ul#menu-houston li::before,  ul#menu-boston li::before, ul#menu-bay-area li::before,
ul#menu-st-louis li::before, ul#menu-seattle-area li::before, ul#menu-chicago-area li::before,
ul#menu-houston li::before, ul#menu-central-texas li::before  {
	content:none;
}
.rsvp-wrap.widget.widget_nav_menu {
	padding-bottom: 0;
}
.site-container.two-thirds {
	max-width: 1066px !important;
}
.rsvp-wrap.sidebar__menu--xtrawide h2 {margin: 0 0 30px 0 !important;}
/* map */
li.wpgmza_cat_checkbox_item_holder {
	display: inline-block;
}
li.wpgmza_cat_checkbox_item_holder.wpgmza_cat_checkbox_item_holder_1 {
	background-color: #492f91;
	padding: 20px;
}
li.wpgmza_cat_checkbox_item_holder.wpgmza_cat_checkbox_item_holder_2 {
	background-color: #00a7cf;
	padding: 20px;
}
li.wpgmza_cat_checkbox_item_holder.wpgmza_cat_checkbox_item_holder_3 {
	background-color: #e51a94;
	padding: 20px;
}

#wpgmza_filter_container_1 ul li label, #wpgmza_filter_container_2 ul li label,
#wpgmza_filter_container_3 ul li label{
	display: inline-block !important;
	color: white;
}
.wpgmza_filter_container {
	min-width: 100%;
}
#wpgmza_filter_container_1 ul li:before, #wpgmza_filter_container_1 ul li:before,
#wpgmza_filter_container_1 ul li:before {
	content: none;
}
p#wpgmza_filter_1 {
	display: none;
}
/*
#wpgmza_marker_list_1 {
	display:none;
}
*/
.wpgmza_cat_checkbox_holder ul:first-child {
	padding: 0;
}
.wpgmza_cat_checkbox_holder {
	padding: 0;
}
.wpgmza_cat_checkbox_holder.wpgmza_cat_checkbox_1 {
	padding: 0;
}
a.wpgmza_gd {
	display:none; /* do not display get directions */
}
#wpgmza_map_1.wpgmza_map.textColor {
	color: white;
}
/* DeSTEMber calendar flex */
.tribe-events-calendar .tribe-events-past-day div[id*=tribe-events-daynum-], .tribe-events-calendar .tribe-events-past-day div[id*=tribe-events-daynum-]>a
{
	background-color: #ec519d;
	color: #fff;
	font-weight: 700;
	font-size: .5rem;
	width: 32px;

}

.tribe-events-calendar {
	border: 4px solid #9283bd;
	font-size: 14px;
}

.tribe-events-calendar .tribe-events-heading {
	background-color: #ec519d;
	color: #fff;
	font-weight: 900;
	/*padding: 1em 0;  */
	white-space: nowrap;
	border-bottom: 4px solid #9283bd;
	padding: 1.5em 0 0 0;
	text-transform: uppercase;
	text-align: center;
}
.tribe-events-calendar .tribe-events-heading .tribe-events-week {
	height: 3em;
}
.tribe-events-calendar .tribe-events-heading .tribe-events-day {
	border: 0;
}

.tribe-events-calendar .tribe-events-day {
	border: 4px solid #9283bd;
	font-size: 14px;
	border-top: 0;
}
.tribe-events-week {
	display: flex;
	height: 145px;
}
.tribe-events-day {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}

.tribe-events-calendar {
	max-width: 1200px;
	margin: 20px auto;
	background-color: white;
	border: 4px solid #9283bd;
	font-size: 14px;
}

.tribe-events-day div[id*=tribe-events-daynum-]
{
	background-color: #ec519d !important;
	background-image: -moz-linear-gradient(center top, #ec519d, #d83686);
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	left: 5px;
	position: relative;
	text-align: center;
	width: 32px;
	z-index: 50;
	font-weight: 700;
	font-size: .5rem;
}
.tribe-events-day {
	/*color: #492f91; */
}
@media only screen and (max-width: 480px) {
	.tribe-events-calendar .tribe-events-day div[id*=tribe-events-daynum-] {
		/*top: 0;  */
		line-height: 30px;
	}
	.tribe-events-week {
		flex-direction: column;
		height: auto;  /* 1652px; */
	}
	.tribe-events-calendar .tribe-events-heading .tribe-events-week {
		height: 10em;
	}
	.tribe-events-calendar .tribe-events-heading {
		padding: 1.5em 0 1.5em 0 !important;
	}
	img.destember-thumb.wp-post-image {
		position: relative !important;
		/*z-index: 10; */
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#tribe-events-content .tribe-events-calendar .mobile-active:hover, #tribe-events-content .tribe-events-calendar tribe-events-day.tribe-events-othermonth.mobile-active, #tribe-events-content .tribe-events-calendar .tribe-events-day.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar tribe-events-day.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.mobile-active {
		background-color: #492f91;
		color: #fff;
	}
	.tribe-events-calendar .tribe-events-day.tribe-events-viewmore, .tribe-events-calendar .tribe-events-day .type-tribe_events {
		display: block;
	}
	#tribe-events-content .tribe-events-calendar .tribe-events-day {
		height: 200px;
	}
	#tribe-events-content .tribe-events-calendar .tribe-events-day.tribe-events-previous-month { display:none !important; }

	.tribe-events-thismonth.tribe-events-past.mobile-trigger { height: 200px;}
	.btn-large {
		width: 300px !important;
	}
	.btn-xtra-wide {
		width: 300px !important;
	}
	.btn-large.btn-xtra-wide {
		height: 100px !important;
		line-height: 30px;
	}
}
@media only screen and (min-width: 481px) {
	.tribe-events-calendar .tribe-events-day div[id*=tribe-events-daynum-] {
		/*top: 5px;  */
		line-height: 22px;
	}
}
/*.tribe-events-nav-pagination { display:none; } */
/* end DeSTEMber css grid */
/* newsletter */
#mc_embed_signup li::before {
	background: none;
}
#mc_embed_signup input.birthday {
	width: 6em;
	display:inline-block;
	float:left;
}
#mc_embed_signup input[type="checkbox"] {
	display: inline-block;
	float: left;
}
#mc_embed_signup input.phonepart {
	display:inline-block;
	float:left;
	width: 7em;
}
#mc-embedded-subscribe {
	margin: 10px;
}
form#mc-embedded-subscribe-form {
	padding: 10px 20px;
}
#mc-embedded-subscribe.mc-field-group {
	clear: both;
}
/* staff page styles */
.team-grid {
	display: flex;
	flex-flow: row wrap;
}
.team-box {
	width: 320px;
	margin: 25px;
	background-color: white;
}

figure.team__image--center  {
	margin:auto;
	width: 255px;
}
h3.team__heading  {
	color: #864ac2;
	font-family: "Ubuntu",sans-serif !important;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
	margin-bottom: 0;
}
p.team__heading {
	text-align: center;
	font-style: italic;
}
.team__content {
	padding: 0 10px 0 10px;
	font-size: small;
	line-height: 1.1;
}
p.team__content {
	clear:both;
	margin-top: 0;
}
h4.page-title--center, h2.page-title--center {
	text-align: center;
}
.staff-grid {
	display: flex;
	flex-direction: row;
}
.staff-small-box {
	flex-basis: 33%;
}
.staff-large-box {
	flex-basis: 67%;
}
h1.staff-single  {
	color: #e51a94;
	font-size: 36px;
	font-weight: 600;
	margin: 0 !important;
}
@media screen and ( max-width: 480px ) {
	.staff-grid, .team-grid { flex-direction: column; }
}
a.sidebar__buttons {
	font-size: .75em;
	line-height: 1.5;
	margin-bottom: 20px !important;
}
.vc_btn3-container.green-btn.vc_btn3-center a {
	background: #864ac2 !important;
	color: white !important;
}
.vc_btn3-container.green-btn.vc_btn3-center:hover a {
	background: white !important;
	color: #864ac2 !important;
}
h2.tribe-events-page-title {
	display: none;
}
/* blog posts */
.post-grid__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-grid__wrap > .post-grid__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 30%;
	flex: 1 1 30%; /*grow | shrink | basis */
	height: auto;
	margin: 0 1rem 1rem 0;
}
