site-footer
/*!
Theme Name: Springback
Theme URI: http://greigcooke.com
Author: Underscores.me
Author URI: http://greigcooke.com
Description: Description
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: springback
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Springback is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


@font-face {
    font-family: 'butlerblack';
    src: url('fonts/butler_black-webfont.woff2') format('woff2'),
         url('fonts/butler_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'butlerbold';
    src: url('fonts/butler_bold-webfont.woff2') format('woff2'),
         url('fonts/butler_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'butlerextrabold';
    src: url('fonts/butler_extrabold-webfont.woff2') format('woff2'),
         url('fonts/butler_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'butlerlight';
    src: url('fonts/butler_light-webfont.woff2') format('woff2'),
         url('fonts/butler_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'butlermedium';
    src: url('fonts/butler_medium-webfont.woff2') format('woff2'),
         url('fonts/butler_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'butlerregular';
    src: url('fonts/butler_regular-webfont.woff2') format('woff2'),
         url('fonts/butler_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'butlerultralight';
    src: url('fonts/butler_ultra_light-webfont.woff2') format('woff2'),
         url('fonts/butler_ultra_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-size: 1em;

}



/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	background: #00dfd9;
	padding: 9px;
	font-family: 'butlerbold', 'butlerregular', serif;
	    font-size: 1.1em;
	    margin-left: -5px;
	    margin-top: 2px;
	    border: none;
	    height: 46px;
		border-radius: 0px;
		color: #fff;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 600;
}

p {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	font-family: 'Nunito Sans', sans-serif;
	    font-weight: 300;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #34D5CF;
	border-radius: 0px;
	background: #34D5CF;
	color: #fff; 
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #34D5CF;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #34D5CF;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
    border: 2px solid #00DDD9;
    width: 80%;
    max-width: 400px;
	    height: 46px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #00DED9;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

.row.article-copy a, .row.body-text a, .taxonomy a, .col-xs-10.misc a{
    text-decoration: underline;
}

.site-footer a {color: #02e0d9}
.site-footer a:hover {color: #02e0d9}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	overflow: auto;
	font-family: 'butlerregular', serif;
	text-align: left;
    background-color: #00DFD9;
    padding: 1em;
    transition: 0.5s;
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat; 
    background-image: url('https://dev.springbackmagazine.com/wp-content/uploads/2021/04/springback-s-nav-opacity.png');
    height: 100%;
  	width: 100%;
  	position: fixed;
  	z-index: 200;
  	top: 0;
  	right: -100%;
  	overflow-x: hidden;
  	transition: 0.5s;
  	padding: 5em 2em;
  	 max-width: 1000px; 


}

.main-navigation h2 {
	    font-size: 26px;
}

.nav-active .main-navigation {
     width: 100%;
    right: 0;
}

 @media screen and (min-width: 769px) {
	.nav-active .main-navigation  {
		width: 80%;
		background-position: -40%; 
	}
}

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	display: block;
	top: 100%;
	left: -999em;
	z-index: 99999;
	 border-left: 2px solid #b7da36;
    margin-left: -12px;
}

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

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

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

.main-navigation ul ul a {
	width: 350px;
	    text-align: left;

}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	    background: #fff;
}

.main-navigation li {
	display:block;
	position: relative;
	padding: 3px 20px 3px 0;
}
/*
.main-navigation li.pink {
	border-left: 2px solid #ff4899;
}

.main-navigation li.green{
	border-left: 2px solid #b4d829;
}

.main-navigation li.yellow{
	border-left: 2px solid #ebc324;
}

.main-navigation li.brand-color{
	border-left: 2px solid #00ddd9;
}

.main-navigation li.orange{
	border-left: 2px solid #ed650d;
}
*/
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 1.3em;
}
.main-navigation a:hover  {
color: #000;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	float: right;
	margin-top: 20px;
	background-color: transparent;
	position: relative;
    z-index: 400;
}

@media screen and (min-width: 675px) {
	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

li#menu-item-2057:hover .sub-menu, li#menu-item-2062:hover .sub-menu{
    left: 0;
    background: #fff;
}

li#menu-item-2057 .sub-menu, li#menu-item-2062 .sub-menu {
    float: left;
    position: absolute;
    display: block;
    top: 100%;
    left: -999em;
    z-index: 99999;
    margin-left: 0px;
    padding-left: 15px;
    min-width: 150px;
}

li#menu-item-2057 .sub-menu li, li#menu-item-2062 .sub-menu li {
    display: block;
    margin-left: 0;
    text-align: left;
    min-width: 150px; 
}

li#menu-item-2057, li#menu-item-2062 {
    cursor: pointer;
  }


.page-template-library_master .col-sm-12.alpha.mix {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	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;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	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;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom

colours

pink: #fa2a89
blue: #00ddd9
Green: #a9d201
Yellow: f1d700
--------------------------------------------------------------*/

img.search-icon {
    width: 25px;
    margin-top: -7px;
}
.search-nav {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    clear: right;
	padding-right: 20px;
}

.search-nav label {
	padding-left: 0;
}

.search-nav input[type="submit"] {
	background-color: #fff; 
	color: #000;
}
.search-nav input[type="search"] {
	width: 100%;
}


h3 {font-size: 1.3em;}

.site-content ul li {font-size: 1.2em;}

.home .site-header {padding: 0px 0 5px ; position: fixed; width: 100%; background: #fff; opacity: .95; display: none; z-index: 50; top: 0px;}
.site-header {padding: 0px; position: relative; opacity: .95; display: block; z-index: 100;}

.site-branding {float: left; width: 18%; margin-left: -12px;; position: relative;}
.site-header > .container {padding-bottom: 30px;}
.bglogo{position: absolute; top: 0; left: 0;z-index: 20;}
.logonew{position: absolute; top: 0; left: 0;z-index: 40;}
.logo {position: relative; z-index: 30;}

.site-footer {width: 100%; background: #2a2a2a; padding: 0 0 40px 0; z-index: 100;
    position: relative;}
.site-footer p {color: #8e9395; font-size: 1em;}
.aerowaves-logo {max-width: 270px; width: 100%;}
.footer-sub-text {color: #eeeeee; font-size: .9em;}

.resp-br {}
	
	.scroller {background: #00ddd9; height: 100vh; width: 100%; }
	.slick-slide {height: 100vh;}
	
	.scroller .slide-text.identity-slide { top: 50%; }
	.scroller .slide-text{
	position: absolute;
	  top: 70%;
	  left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform:  translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -o-transform:  translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	  width: 100%;
	  color: #fff;
	  max-width: 1000px;
	}
	.scroller-media {margin-bottom: 10px;}
	.slide-text h1 {margin-top: 10px; font-size: 3em; margin-bottom: 30px;}
	.read-more {background: rgba(250,42,137, 0.7); color: #fff; display: inline-block; padding: 5px 10px ;}
	.read-more a:hover {color: #fff;}
	.read-more .fas {
    margin-top: -40px; position: relative;bottom: 0px; font-size: 1em; 
}
.rel {position: relative;}

.header-carousel-blue {background: #00ddd9; height: 100vh; width: 100%; }

img.fit {width: 100%; }
.fas {margin-top: -40px; position: absolute; bottom: 20px; font-size: 2em;}

.pink-text {color: #fa2a89; border-color: #fa2a89;}
.blue-text {color: #00ddd9;border-color: #00ddd9;}
.green-text {color: #a9d201; border-color: #a9d201;}
.yellow-text {color: #f1d700;border-color: #f1d700 ;}
.white-text {color: #fff !important; font-size: 1.2em;}

.green-backgound {background: #a9d201 !important;}
.yellow-backgound {background: #f1d700!important;}


.pink-border {border-color: #fa2a89 !important;}
.blue-border {border-color: #00ddd9 !important;;}
.green-border {border-color: #a9d201 !important;;}
.yellow-border {border-color: #f1d700 !important;;}

blockquote {
    font-size: 1em
}

.read-template-read-article .site-content p a, .page-template-general .site-content p a {text-decoration: underline;}

.read-template-read-article p .underline a, .page-template-general p .underline a {text-decoration: none;}
/* Home */

.home .highlighted-text.spring-intro p, .home .keep-updated-text p  {
    font-size: 1.1em;
    font-family: 'butlerbold', 'butlerregular', serif;
    line-height: 1.1em;
    margin-bottom: 25px;
}

.home .keep-updated-text p:last-of-type {
    font-size: 1.3rem;
}

.intro-text {margin-bottom: 70px; margin-top: 80px;}

.blue-quote-right {position: absolute; top: 0px; right: 15px; max-width: 65px;}
.blue-quote-left {position: absolute; bottom: 0px; left: 15px; max-width: 65px;
	-webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.highlighted-text { font-family: 'butlerbold', 'butlerregular', serif; font-size: 2em; text-align: center; width: 70%; margin: 0 auto; line-height: 1.4em; padding: 20px 0;}

.home .col-sm-6 {margin-bottom: 20px;}
.alpha {padding-right: 25px !important;}
.beta {padding-left: 25px !important;}
.read-icon {position: absolute; width: 70px; top: 5%; left: -8px;}
.watch-icon {position: absolute; width: 70px; top: 5%; left: 3px;}
.listen-icon {position: absolute; width: 70px; top: 5%; left: 3px;}

.media-type {font-family: 'Nunito Sans', sans-serif; font-weight: 700; font-size: 1.2em; margin-bottom: 5px;}
.butler {font-family: 'butlerbold', 'butlerregular', serif;  margin-bottom: 5px;}
.author-name {font-size: 1.2em; margin-top: 15px;}
.raleway {font-family: 'Nunito Sans', sans-serif;}
.home .media-results h3 {font-size: 1.6em; margin: 0px;}
.excerpt {font-size: 1.2em; font-family: 'Nunito Sans', sans-serif; font-weight: 300; margin-bottom: 70px;}

i.fas.fa-chevron-down {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 12px);
	font-size: 1.3em;
	cursor: pointer;
}

.cta {margin-bottom: 90px;}
.subscribe-bt {
	background: #00dfd9;
    padding: 9px;
    font-family: 'butlerbold', 'butlerregular', serif;
    font-size: 1.1em;
    margin-left: -5px;
    margin-top: 2px;
    border: none;
    height: 46px;
    border-radius: 0px;
    color: #fff;
}

.media-meta {border-bottom: 1px solid; padding-bottom: 10px; font-size: 1.2em;    position: absolute;
    bottom: 0px;
    width: calc(100% - 30px);}
.post-type-archive-be-there .media-meta {
}

.post-type-archive-be-there .full-width .col-sm-4 {
    border-top: none;
    padding-top: 0px;
}

@media (max-width: 768px) {
	.post-type-archive-be-there .full-width .col-sm-4 {
	    padding-left: 15px;
	}

	.post-type-archive-be-there .media-results .col-sm-10 .row {
	    margin-bottom: 15px;
	}
}
.post-type-archive-be-there {
    padding-top: 0px;
}

.post-type-archive-be-there .green-border {
    border-top: 4px solid;
}
.media-meta img {width: 20px; margin-top: -4px;}

.meet-springback-people {height: auto; width: 100%; background: #00ddd9; position: relative; z-index: 1; margin-top: 100px;}
.meet-springback-people .col-sm-12 {padding-top: 100px; text-align: center;}
.meet-springback-people::before {
	    background: #fff;
	    top: -140px;
	    content: '';
	    display: block;
	    height: 140px;
	    left: 0;
	    position: absolute;
	    right: 0;
	    transform: skewY(-3deg);
		-webkit-transform:  skewY(-3deg);
		    -moz-transform:  skewY(-3deg);
		    -o-transform:  skewY(-3deg);
		    -ms-transform:  skewY(-3deg);
	    transform-origin: 100%;
	    z-index: 30;
	    padding-top: 20px;
	}
	
	.meet-springback-people::after {
		    background: #00ded9;
		    bottom: 0px;
		    content: '';
		    display: block;
		    height: 140px;
		    left: 0;
		    position: absolute;
		    right: 0;
		    transform: skewY(-3deg);
			-webkit-transform:  skewY(-3deg);
			    -moz-transform:  skewY(-3deg);
			    -o-transform:  skewY(-3deg);
			    -ms-transform:  skewY(-3deg);
		    transform-origin: 100%;
		    z-index: -1;
		    padding-top: 20px;
		}
	
	p.sub-heading-text {font-size: 1.8em;}
	.writers {margin-top: 70px;}

	span.name {
		margin-top: 30px;
	    width: 100%;
	    display: block;
	    text-align: center;
	    margin-left: 0px;
		text-transform: none;
		color: #fff;
		font-size: 1.4em;
	}
	.slick-dots {bottom: -40px !important;}
	.slick-dots li.slick-active button:before {
	    opacity: 1 !important;
	    color: white !important;
	}
	.slick-dots li button:before {
	    opacity: 0.6 !important;
	    color: white !important;
	   
	}
	.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	    opacity: 1 !important;
	}
	
	.center-text {text-align: center;}
	.intro-text .center-text {padding: 80px 0;}
	.keep-updated-text {font-family: 'butlerbold', 'butlerregular', serif; font-size:2.7em; text-align: center; width: 70%; margin: 0 auto; line-height: 1.4em; padding: 20px 0;}
	.home .keep-updated-text {
    	font-size: 1.85em;
	}
	.subscribe-text {
    font-family: 'butlerbold', 'butlerregular', serif;
    font-size: 1.8em;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    line-height: 1.4em;
    padding: 20px 0;
}
	section.follow-us {
	    margin-top: -95px;
	}

	.home section.follow-us {
	    margin-top: 130px;
	}
	.follow-us-text {font-size: 1.9em; margin-bottom: 10px;}
	
	.follow-us img {width: 40px;}
	.follow-us {margin-bottom: 60px;}
	.controls {margin-bottom: 30px; margin-left: 10px;}
	
	button.control img {    width: 30px;
    vertical-align: middle;
    display: inline;
}
 button.control span {
    display: inline;
    font-size: .9em;
	padding-left: 8px;
}

 button.control  {
   line-height: 1.7em;
   margin-left: 5px;
   border: 1px solid #00DFD9;
       padding: 5px 10px 8px;
}

button.control.read-filter { border: 1px solid #fa2a89; background: #fff; color: #fa2a89;}
button.control.listen-filter { border: 1px solid #f1d700; background: #fff; color: #f1d700;}
button.control.watch-filter { border: 1px solid #a3cb00; background: #fff; color: #a3cb00;}

.post-type-archive-be-there button.control span {
	padding: 0px 8px;
}

.post-type-archive-be-there button.control.watch-filter.mixitup-control-active {
    background: #a9d200;
    color: #ffffff;
}

.post-type-archive-be-there button.control  {
   margin-left: 5px;
   margin-right: 9px;
       min-width: 97px;
}


.fab {
    margin-top: 10px;
}



.circle-icon {
    border-radius: 50%;
    border: 1px solid #222;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
}

.mixitup-page-list {
    margin-left: 20px;
}

.scroller {visibility: hidden}
.slick-initialized { visibility: visible; }

a.signupbtn {background: #00dfd9;
    padding: 9px;
    font-family: 'butlerbold', 'butlerregular', serif;
    font-size: 1.1em;
    margin-left: -5px;
    margin-top: 2px;
    border: none;
    height: 46px;
    border-radius: 0px;
    color: #fff;
}

.home .home-featured a.signupbtn {
	margin-top: -10px;
    margin-bottom: 20px;
    display: inline-block;
}
	/* About */
	
	.header-image {width: 100%; position: relative; top: 0; left: 0; z-index: 0;}
	.header-image img {
	    width: 100%;
	}
	
	.header-media-length.white-text img {
	    width: 30px;
	}
	
	.container.quote {
		position: absolute !important;
		    top: 50%;
		    left: 50%;
		    transform: translate(-50%, -50%);
			-webkit-transform:  translate(-50%, -50%);
			    -moz-transform:  translate(-50%, -50%);
			    -o-transform:  translate(-50%, -50%);
			    -ms-transform:  translate(-50%, -50%);
		    color: #fff;
		    text-align: center;
		    font-weight: 600;
			margin-top: 0!important;
	}
	.page-template-about .highlighted-text {width:95%; }
	.page-template-about .intro-text {font-size: 1.2em;}
	.intro-text {position: relative;}
	.animateds {position: absolute; top: 0; left: -420px; opacity: 0.5;}
	
	
	.about-template-page .header-image h1 {
	    padding: 40px 0;
		    width: 70%;
			    margin: 0 auto;
	}
	.page-template-about .header-title {
	    width: 100%;
	}
	.page-template-about .may-also-like p {margin-bottom: 5px;}
	.page-template-about .header-read, .page-template-membership .header-read, .page-template-library_master .header-read, .page-template-library_master  .header-read:after {background: #00ddd9 !important;}
	.page-template-about .header-read:after, .page-template-membership .header-read:after, .page-template-membership-offer .header-read:after, .page-template-membership-offer .header-read 
	 {background: #00DFD9 !important;}
	
	.apply-about {margin-bottom: 70px; margin-top: 80px;}
	
	.page-template-about .header-read h1 {font-family: 'butlerbold', 'butlerregular', serif; font-size: 2.7em;}
	
	.page-template-about .about-springback p a {text-decoration: underline;}
	
	.page-template-about .sites-we-like a {font-size: .9em;} 
	
	
	/* Read */
	.archive.post-type-archive-read .header-read:after, .header-read:after {
	  content: '';
	  position: absolute;
      left: 0;
      right: 0;
      transform: skewY(-3deg);
	-webkit-transform:  skewY(-3deg);
	    -moz-transform: skewY(-3deg);
	    -o-transform:  skewY(-3deg);
	    -ms-transform: skewY(-3deg);
      transform-origin: 100%;
	  background: #fa2a89 !important;
	  height: 140px;
	  z-index: -1;
	  bottom: 0px;
	}
	.archive.post-type-archive-read .header-read, .header-read {
	  background-color: #fa2a89;
	  text-align: center;
	  padding-bottom: 10px;
	  position: relative;
	  padding-top: 50px;
	  margin-bottom: 140px;
	}
	
	 .media-results .col-sm-10 .row {margin-bottom: 80px;}
	
	.archive.post-type-archive-read .media-results .row .media-meta {
	    border-top: 0px solid;
	    border-bottom: 1px solid;
		padding-bottom: 10px;
	}
	
	.archive.post-type-archive-read .media-results .row.full-width .media-meta {
	    border-top: 0px solid;
	    border-bottom: 1px solid; 
	}
	
	 .header-read { color: #fff;}
	
	.pink-hr {border-top: 1px solid #fa2a89;}
	
	.full-width .author {margin-bottom: 10px;}
	.full-width .col-sm-4 {border-top: 4px solid; padding-top: 20px;}
	.sub-full-width {padding-left: 0px;}
	
	.archive.post-type-archive-read .archive-pag {margin-top: 20px; border-top: 1px solid #FA2A89; padding-top: 15px;}
	.page-template-watch-archive .archive-pag {margin-top: 20px; border-top: 1px solid #A9D201; padding-top: 15px; margin-bottom: 30px;}
	
	.archive.post-type-archive-read .media-results a:hover, .single-read .may-also-like a:hover {color: #fa2a89;}
	
	/* Read Single*/
	
	section.read-review { margin-top: 50px;
	}
	
		p.header-media-sub {
			text-transform: uppercase;
		    margin: 0px;
			font-family: 'Nunito Sans', sans-serif;
			font-size: 1em;
		}
		
		.header-image h1 {margin-top: 10px; font-family: 'butlerbold', 'butlerregular', serif; }
	
		.header-title {
		    position: absolute;
		    top: 70%;
		    left: 50%;
		    transform: translate(-50%, -50%);
			-webkit-transform:  translate(-50%, -50%);
			    -moz-transform: translate(-50%, -50%);
			    -o-transform:  translate(-50%, -50%);
			    -ms-transform: translate(-50%, -50%);
		    font-size: 2em !important;
		    color: #fff;
		    text-align: center;
		    font-weight: 600;
		}
		
		.header-image .container {position: relative; bottom: 0px; margin-top: -38px;}
		.header-media-type {
		    background: #fff;
		    width: auto;
		    padding: 2px 10px 5px;
			font-size: 1.4em;
			font-family: 'butlerregular', serif;
			display: inline-block;
			float: left;
		}
		.header-media-type img {width: 30px;  vertical-align:middle; display: inline;}
		.header-media-type span {  display: inline;     font-size: .9em;}
		.center-text {text-align: center;}
		.header-media-length {
		 	float: right ;
		    width: auto;
		  
		}
		
		 .underline {border-bottom: 1px solid #222;}
		 .read-single .author {margin-bottom: 0px;}
		  .intro-text {  font-family: 'butlerregular', serif; font-size: 1.8em; line-height: 1.3em; padding-top: 15px;}
		  .description {  font-family: 'butlerregular', serif; font-size: 1.8em; line-height: 1.3em; padding-top: 20px;}
		  .home .intro-text,  .about-template-page .intro-text, .page-template-general .intro-text {  font-size: 1em;}
		 .body-text {margin-top: 40px;}
		 
		 .bottom-line {border-top: 4px solid #fa2a89; border-bottom: 1px solid #fa2a89; padding: 10px 0; margin-bottom: 30px;}
		 .read-information {color: #676767; margin-bottom: 130px;}
		 .taxonomy {font-family: 'butlerbold', 'butlerregular', serif; font-size: 1.7em; color: #000; display: block; margin-top: 50px;}
		 .tags {color: #000;}
		 .misc p {font-size: 1em;}
		 
		.page-template-about section.may-also-like.sites-we-like {
    		height: 250px;
		}
		 
		 .may-also-like {height: auto; position: relative;  background: #f2f2f2; padding-bottom: 30px; }
		 .may-also-like::before {
		 	    background: #f2f2f2;
		 	    top: -130px;
		 	    content: '';
		 	    display: block;
		 	    height: 130px;
		 	    left: 0;
		 	    position: absolute;
		 	    right: 0;
		 	    transform: skewY(-3deg);
				-webkit-transform: skewY(-3deg);
				    -moz-transform: skewY(-3deg);
				    -o-transform:  skewY(-3deg);
				    -ms-transform: skewY(-3deg);
		 	    transform-origin: 100%;
		 	    z-index: 0;
		 	    padding-top: 20px;
		 	}
			.may-also-like .read-icon,  .may-also-like .watch-icon, .may-also-like .listen-icon{width: 50px;}
			
			.large-type { font-family: 'butlerbold', 'butlerregular', serif; font-size: 2.5em; line-height: 1.3em; display: block; margin-bottom: 50px;}
			.med-type { font-family: 'butlerbold', 'butlerregular', serif; font-size: 2.2em; line-height: 1.3em; display: block; margin-bottom: 50px;}
			
			.read-single .media-type {margin-bottom: 5px;}
			.read-single h3 {margin-top: 5px; font-size: 1.6em;}
			.read-single p.author {margin-top: 5px; font-size: 1.2em;}
			
			.archive-intro p {font-family: 'butlerbold', 'butlerregular', serif; margin-bottom: 5px; font-size: 1.4em;}
			.highlighted-text.spring-intro p {font-family: 'butlerbold', 'butlerregular', serif; margin-bottom: 5px;}
			
		 /* ARTICLE*/
		.pull-quote {height: auto; width: 100%; background: #fa2a89; position: relative; z-index: 1; margin-top: -40px; padding-top: 60px; margin-bottom: 110px;}
		.pull-quote  .col-sm-12 {padding-top: 100px; text-align: center;     margin-top: 30px;}
		.pull-quote::before {
			    background: #fff;
			    top: -100px;
			    content: '';
			    display: block;
			    height: 130px;
			    left: 0;
			    position: absolute;
			    right: 0;
			    transform: skewY(-3deg);
				-webkit-transform: skewY(-3deg);
				    -moz-transform: skewY(-3deg);
				    -o-transform:  skewY(-3deg);
				    -ms-transform: skewY(-3deg);
			    transform-origin: 100%;
			    z-index: 30;
			    padding-top: 20px;
			}

			.pull-quote::after {
				    background: #fa2a89;
				    bottom: 0px;
				    content: '';
				    display: block;
				    height: 130px;
				    left: 0;
				    position: absolute;
				    right: 0;
				    transform: skewY(-3deg);
					-webkit-transform: skewY(-3deg);
					    -moz-transform: skewY(-3deg);
					    -o-transform:  skewY(-3deg);
					    -ms-transform: skewY(-3deg);
				    transform-origin: 100%;
				    z-index: -1;
				    padding-top: 20px;
				}
				
				p.pull-text { width: 80%; margin: 0 auto 60px; color: #fff; font-family: 'butlerbold', 'butlerregular', serif; font-size: 1.8em;}
				.article-copy {margin-top: 30px;position: relative; z-index: 30;}
				.read-template-read-article .intro-text {margin-bottom: 50px; margin-top: 30px;}
				
				img.pp-user-avatar {border-radius: 50%;}
				
				.videoWrapper {
				    position: relative;
				    padding-bottom: 56.25%;
				    padding-top: 25px;
				    height: 0;
				    overflow: hidden;
				}
			    .videoWrapper iframe {
			   		 	position: absolute;
			   		 	top: 0;
			   		 	left: 0;
			   		 	width: 100% !important;
			   		 	height: 100% !important;
			   		 }
					 
			
			.portrait-image {position: relative; overflow: hidden;}
			
			img.port-image {
			    width: 70%;
			}
			.caption {border-bottom: 1px solid #fa2a89; color: #676767; font-size: 1em; padding-bottom: 10px; padding-top: 5px;}
			.identity-right {
			    position: absolute;
			    right: -250px;
			}
			
			.identity-left {
				margin-top: 210px;
			    position: absolute;
			    left: -290px;
			}
			
			.social-footer {display: none;}


			.landscape-image {
			    position: relative;
			    text-align: center;
			}

			.landscape-image img {width: 100%;}

			.landscape-image .caption { text-align: left }
			
			.translation-credit { color: #676767; font-size: 0.8em; margin-bottom: 30px;}
			
			.translation-credit p {margin-bottom: 10px;}
		
			
			
			/* WATCH*/
			.green-hr {border-top: 1px solid #A9D201;}
			.archive.post-type-archive-watch .header-read:after,  .page-template-watch-archive  .header-read:after{ background: #A9D201 !important;}
			.archive.post-type-archive-watch .header-read, .page-template-watch-archive .header-read { background-color: #A9D201;}
			
			.header-watch { background-color: #A9D201; height: 300px; position: relative;}
			.header-watch h1 {margin-top: 10px;font-family: 'butlerbold', 'butlerregular', serif; color: #000;}
			.container.header-media-info {position: relative; bottom: 0px; margin-top: -40px;}
			
			.watch-single .media-type {margin-bottom: 5px;}
			.watch-single h3 {margin-top: 5px; font-size: 1.6em;}
			.watch-single p.author {margin-top: 5px; font-size: 1.2em;}
			
			.social img {margin-bottom: 5px;}			
			section.video { background: #000;}
			.archive.post-type-archive-watch .archive-pag, .archive.post-type-archive-screendance-seance .archive-pag {margin-top: 20px; border-top: 1px solid #A9D201; padding-top: 15px;}
			.archive.post-type-archive-watch .media-results a:hover, .single-watch .may-also-like a:hover {color: #A9D201;}
		
			/* listen */
			.yellow-hr {border-top: 1px solid #ebc324;}
			.archive.post-type-archive-listen .header-read:after,  .page-template-listen .header-read:after { background: #ebc324 !important;}
			.archive.post-type-archive-listen .header-read, .page-template-listen .header-read { background-color: #ebc324;}
			
			.archive.post-type-archive-listen .media-results a:hover, .single-listen .may-also-like a:hover {color: #ebc324;}
			
			.single-listen .header-watch { background-color: #ebc324; height: 300px; position: relative;}
			.single-listen .header-watch h1 {margin-top: 10px;font-family: 'butlerbold', 'butlerregular', serif; color: #000;}
			.container.header-media-info {position: absolute;bottom: 0px;margin-top: 0px;margin-left: auto;margin-right: auto;left: 0;right: 0;}
			.single-listen .media-type {margin-bottom: 5px;}
			.single-listen h3 {margin-top: 5px; font-size: 1.6em;}
			.single-listen p.author {margin-top: 5px; font-size: 1.2em;}
			.single-listen img.pp-user-avatar {
			    border: 6px solid #fff;
			  
			}
			
			.single-listen .circle-icon {color:#ebc324; border-color: #ebc324;}
			.circle-icon:hover {color:#000 !important; border-color: #000 !important;}
			
			.single-watch .circle-icon {color:#A9D201; border-color: #A9D201;}

			
			.read-template-read-review .circle-icon, .read-template-read-article .circle-icon {color:#fa2a89; border-color: #fa2a89;}
			.archive.post-type-archive-listen .archive-pag {margin-top: 20px; border-top: 1px solid #ebc324; padding-top: 15px;}
			/* archive */
			
			.archive .header-read:after { background: #00DDD9 !important;}
			.archive .header-read { background-color: #00DDD9;}
			.archive .media-results {margin-bottom: 30px;}
			.archive .archive-pag {margin-top: 20px; border-top: 1px solid #00DDD9;
    padding-top: 15px;}
			
			/* who */
			.brand-hr {border-top: 1px solid #00DDD9;}
			.page-template-who .header-read:after { background: #00DDD9 !important;}
			.page-template-who .header-read { background-color: #00DDD9;}
			
			.page-template-who .author {margin-bottom: 0px;} 
			.role {margin-top: 0px;}
			.who-template-page .who img {
			    border: 2px solid #00DDD9;
			    border-radius: 50%;
			}
			.page-template-who img.pp-user-avatar  {
				border-radius: 50%;
				border: 2px solid #00DDD9;
}

	.author .may-also-like {margin-top: 100px;}
			
			/* single who */
			.author .who {margin-bottom: 50px;}
			.author .header-read:after { background: #00DDD9 !important;}
			.author .header-read { background-color: #00DDD9; padding-top: 150px;}
			.author img.author-image {margin-top: -220px;}
			.author .role {color: #22d6d0; margin-bottom: 0px; text-transform: uppercase;}
			.author .med-type {margin: 0;}
			.author .twitter-handle {color: #8e9395; font-size: 1.8em; margin-bottom: 50px;}
			.author img.pp-user-avatarpp-user-avatarpp-user-avatar {
				border-radius: 50% !important;
				border: 3px solid #fff;
				margin-top: -240px;
				
			}
			.author-biog p{margin-bottom: 20px; font-size: 1.2em;}
			.author .author-biog a {text-decoration: underline; }
			
			
			
			.search-results .header-read:after,  .search-results .header-read:after { background: #00DDD9 !important;}
			.search-results .header-read, .search-results .header-read { background-color: #00DDD9;}
			
			/* General */
			.page-template-general .header-read:after { background: #00DDD9 !important;}
			.page-template-general .header-read { background-color: #00DDD9;}
			
			.page-template-general.page-id-240 .intro-text {  margin-top: 10px;}
			
			.page-template-general ul {margin: 0 0 0 40px ;}
			.page-template-general .site-content ul li {margin-bottom: 10px;}


/* Aerowaves Twenty */
.page-template-twenty19 .header-watch {
    height: auto;
}

.post-type-archive-aerowaves-twenty .media-results .col-sm-3, .post-type-archive-viewfinder2 .media-results .col-sm-3, .post-type-archive-screendance-seance .media-results .col-sm-4,
 .post-type-archive-be-there .media-results .col-sm-4, .tax-year2 .media-results .col-sm-3, .tax-be-there-category .media-results .col-sm-3 {
	margin-bottom: 20px; 
}

.single-aerowaves-twenty .header-title, .single-be-there .header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 2em !important;
    color: #fff;
    text-align: center;
    font-weight: 600;
    width: 90%;
}
.single-aerowaves-twenty .description, .single-be-there .description {
    font-size: 1.4em;
}
.tax-country .introduction {
   margin-bottom: 20px;
}
.tax-country .introduction p{
   display: inline;
}

span.initial {
    font-weight: bold;
}

.page-template-twenty19 .header-read, .page-template-twenty19 .header-read:after, .page-template-viewfinder .header-read, .page-template-viewfinder .header-read:after, 
.page-template-viewfinder2 .header-read, .page-template-viewfinder2 .header-read:after, .post-type-archive-be-there .header-read,  .post-type-archive-be-there .header-read:after, .page-template-screendance-gallery .header-read,  
.page-template-screendance-gallery .header-read:after, .post-type-archive-screendance-seance .header-read, .post-type-archive-screendance-seance .header-read:after,
.single-screendance-seance .header-read:after, .single-screendance-seance .header-read, .post-type-archive-aerowaves-twenty .header-read:after, .post-type-archive-aerowaves-twenty .header-read, 
.post-type-archive-viewfinder2 .header-read:after, .post-type-archive-viewfinder2 .header-read, .tax-be-there-category .header-read, .tax-be-there-category .header-read:after, .tax-year2 .header-read:after, .tax-year2 .header-read {
    background-color: #A9D201 !important;
}

.page-template-twenty19 .media-results a:hover, .page-template-viewfinder2 .media-results a:hover { color: #A9D201; }
.page-template-twenty19 .media-results, .page-template-viewfinder2 .media-results {margin-bottom: 50px;}
.page-template-twenty19 .twenty-links, .page-template-viewfinder2 .twenty-links, .post-type-archive-aerowaves-twenty .twenty-links, .post-type-archive-viewfinder2 .twenty-links, .tax-year2 .twenty-links {margin: 80px 0 50px;}
.page-template-twenty19 .description p, .page-template-viewfinder2 .description p, .post-type-archive-aerowaves-twenty .description p, 
.post-type-archive-viewfinder2 .description p, .tax-year2 .description p, .page-template-library_master .description p, .page-id-2073 .description p, 
.page-id-2087 .description p, .page-id-862 .description p, .post-type-archive-be-there .description p {font-family: 'butlerregular', serif; font-size: 1em;}

.page-template-twenty19 .col-sm-3.watch, .page-template-viewfinder2 .col-sm-3.watch {
    margin-bottom: 30px;
}

.single-aerowaves-twenty .header-title h1, .page-template-viewfinder2 .header-title h1 {font-size: 1.3em;}

h1.keep-updated-text.twenty-title {color:#222;}
.twenty-sub-title {color:#A9D201;}

.twenty h2 { font-family: 'butlerbold', 'butlerregular', serif; color: #222;}
.twenty p.choreographer {}
.twenty p a {color: #222; font-weight: bold;}
.twenty p a:hover {color: #A9D201;}
.twenty p.email {margin-bottom: 40px;}
a.twenty-but {
	font-family: 'butlerregular', serif;
	border: 2px solid #A9D201;
	background-color: #fff;
	color: #A9D201;
	font-size: 1.4rem;
    padding: 5px 15px;
    margin-right: 10px;
}
a.twenty-but.active {
	color: #fff;
	background-color: #A9D201;
}
.page-template-twenty19 .media-meta,  .page-template-viewfinder2 .media-meta, .post-type-archive-aerowaves-twenty .media-meta, .post-type-archive-viewfinder2 .media-meta, .tax-year2  .media-meta {border-bottom: 1px solid; padding-bottom: 10px; font-size: 1.2em;    position: relative;
    bottom: 0px;
    width: 100%;}
/* single Aerowaves Twenty */

.twenty p { margin-bottom: 5px; }


/* VIEWFINDER 2 */

.single-viewfinder2 .header-title {
    top: 50%;
}

/*  membership  */
.page-template-membership .site-content ul { margin-left: 0px; }
.page-template-membership .site-content ul li,  .page-template-membership .site-content ul ul li{
    font-size: 1.2rem; text-align: left 
}
.page-template-membership h3.rcp_header {
    display: none;
}
.page-template-membership .user-logged-in { display: none; }

.page-template-membership.logged-in .user-logged-in { display: block; }

/*  GO  */

.page-template-go-cities .header-title p.butler {max-width: 800px; margin: 0 auto;}
.page-template-go-cities .container-fluid .holder {
    max-width: 600px;
    width: 100%;
    float: right;
        padding: 70px 70px 70px 0px;
}

.page-template-go-cities .container-fluid .col-sm-6:nth-child(2n+0) > .holder {
 float: left;
     padding: 70px 0px 70px 70px;
}

.page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+1) {
background: #ececec;
}
.page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+2) {
background: #3c3c3c;
padding-left: 70px;
}
.page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+3) {
background: #ed650d;
}
.page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+4) {
background: #fff;
    padding-left: 70px;
}
.page-template-go-cities .header-watch {
    background-color: #ed650d;
    height: auto;
}
.page-template-go-cities .header-watch .header-title  h1 {    color: #fff; margin-bottom: 15px; }
.page-template-go-cities .header-watch .header-title {
    position: relative;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    font-size: 2em !important;
    text-align: center;
    font-weight: 600;
        transform: none;
    -webkit-transform: none;
    top: 0px;
    left: 0px;
    padding: 50px 0;
    margin: 0 auto;
}

.city-holder {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

a.go-but {
    background: #ed650d;
    padding: 9px;
    font-family: 'butlerbold', 'butlerregular', serif;
    font-size: 1.1em;
    margin-top: 2px;
    border: none;
    height: 46px;
    border-radius: 0px;
    color: #fff;
}

.archive.tax-country a.related_link {
	margin-top: 20px;
    display: block;
    text-decoration: underline;
    color: #ed650d;
}

.archive.tax-country .header-read {
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: -60px;
}

.archive.tax-country .media-results .container-fluid:nth-child(2n+2) {
background-image: url('https://dev2.springbackmagazine.com/wp-content/uploads/2019/03/s-ffffff.png');
 background-size: 140px;
    background-repeat: no-repeat;
    background-position: -60px;

}
.archive.tax-country .media-results .container-fluid:nth-child(2n+1) {
background-image: url('https://dev2.springbackmagazine.com/wp-content/uploads/2019/03/s-ececec.png');
background-size: 140px;
    background-repeat: no-repeat;
    background-position: -60px;
}

.page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+3) > .holder .col-sm-6.col-sm-push-1.alpha.watch a.go-but {
 background: #fff;
 color: #ed650d;
}

.page-template-go-cities h3.city {font-family: 'butlerbold', 'butlerregular', serif; color: #222;     font-size: 2em;}
.page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+2) h3.city { color: #fff;}


.archive.tax-country  .archive-pag {
    margin-top: 20px;
    border-top: none;
    padding-top: 15px;
}
.archive.tax-country .header-read,  .archive.tax-country .header-read:after {
    background-color: #ed650d !important;
        height: 250px;
}
.archive.tax-country .site-main .container-fluid {
    margin-bottom: 150px;
position: relative;
}

.archive.tax-country .site-main .container-fluid:nth-child(2n+0) {
	background-color: #ececec;
}
.archive.tax-country .site-main .container-fluid:nth-child(2n+0):after {
	background: #ececec;
    bottom: 0px;
    content: '';
    display: block;
    height: 130px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform-origin: 100%;
    z-index: -1;
    padding-top: 20px;
      width: 100%;
}
.archive.tax-country .site-main .container-fluid:nth-child(2n+0):before {
   background: #ececec;
    top: -140px;
    content: '';
    display: block;
    height: 140px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform-origin: 100%;
    z-index: -1;
    padding-top: 20px;
    width: 100%;
}

.archive.tax-country .media-results p {
    margin-bottom: 5px;
}

.archive.tax-country p.go-company {
    font-weight: bold;
}

.archive.tax-country p.go-time {
    color: #ed650d;
    font-weight: bold;
}

.archive.tax-country  p.go-title {
	font-family: 'butlerbold', 'butlerregular', serif;
	font-size: 2em;
}
.archive.tax-country  p.go-company a {
	font-family: 'butlerbold', 'butlerregular', serif;
	font-weight: bold;
}

.archive.tax-country  p.introduction {
	margin-bottom: 30px;
} 

span.contributors-name {
	font-weight: bold;
	color: #000;
}

label {
    padding: 10px;
}

.mc-field-group ul {
    list-style: none;
    /* text-align: center; */
    margin: 0px;
    padding: 0pc;
}

.mc-field-group ul li {
    display: inline-block;
}

#mc_embed_signup_scroll .input-group {
    display: block;
}
input#mce-EMAIL {
    margin-bottom: 10px;
}

.image-overlay {position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background-image: url('assets/image-overlay.png'); }

.page-template-template-map .header-read, .page-template-template-map .header-read:after {
        background-color: #00DFD9 !important;
}

/* NEWS ITEM */
.page-template-news-item .author-name {
    margin-top: 5px;
}

/* MAP */
#map-holder {
	position: relative;
}

@media (min-width: 480px) {
	#map-data {
		width: 100%;
		max-width: 300px;
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(255,255,255,0.6);
	}
}

#map-data {
	display: none;
	padding: 10px;
}

#map-data.visible {
	display: block;
	    overflow: scroll;
}

#map-data > div {
	padding: 10px;
	height: 100%;
	display: none;
}

#map-data > div.visible {
	display: block;
}

#map-data > div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#map-data > div ul li {
	margin-bottom: 10px;
}

#map-data h2 {
    font-size: 1.6em;
}


.description-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.8) 10%,#fff);
}

ul#user-menu {
	float: right;
	width: auto;
}

select#gtranslate_selector {
	float: left;
	margin-left: 15px;
}

.user-bar {
    background: #fff;
    height: auto;
    margin: 0 0 10px 0;
}

.user-bar > .container {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

ul.user-nav {
    list-style-type: none;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin: 0;
   padding: 2px 20px 0px 0;

}

.user-nav > li {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.user-nav li a {
	color: #000;
	font-weight: bold;
}
.user-nav li a:hover {
	color: #00ddd9;
}

input#rcp_login_submit, input#rcp_submit { font-size: 1rem; }

p.rcp_error {
    border: 1px solid #00ddd9 !important;
    background: #fe519e !important;
    color: #fff !important;
}


span.be-there-title.col-sm-12.mix {
    font-size: 1.6em;
    font-family: 'Raleway';
    font-family: 'butlerbold', 'butlerregular', serif;
    margin-bottom: 10px;
    margin-top: 20px;
}
span.be-there-title.col-sm-12.mix:first-of-type {
    margin-top: 0px;
}

.post-type-archive-be-there .col-sm-10.col-sm-push-1.mixed > .col-sm-3 {

	margin-bottom: 20px;

}

.post-type-archive-be-there .media-meta {
    width: 100%
    font-size: 1em;
}


.post-type-archive-be-there .secondary-content .col-sm-4.green-border.sub-full-width {
	text-align: left;
}

.post-type-archive-be-there .full-width .col-md-4 {
    border-top: 4px solid;
    padding-top: 20px;
}

.post-type-archive-be-there .videoWrapper {
	padding-top: 0;
}

.single-be-there .description p {
	font-size: 1.3rem;
    line-height: 1.5;

}
.single-be-there .credits p {
	font-size: 1rem;
    line-height: 1.5;
}

.single-be-there h1 {
	font-size: 2em; 
}
/* SCREENDANCE */
.page-template-screendance-gallery .pull-quote {
    background: #A9D201;
}
.page-template-screendance-gallery .pull-quote::after {
    background: #A9D201;
}
.page-template-screendance-gallery .caption {
    border-bottom: 1px solid #A9D201;
}

.col-md-4.green-border.sub-full-width {
		margin: initial;
		text-align: left;
}

.page-id-1472 p#rcp_auto_renew_wrap {
    display: none !important;
}

.post-type-archive-be-there .image_holder {
    position: relative;
}

.post-type-archive-be-there .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #a9d200;
    opacity: 0.6;
}

.post-type-archive-screendance-seance .seance-intro p {font-family: 'butlerregular', serif; font-size: 1.6em;}
.post-type-archive-screendance-seance .media-results a:hover {color: #A9D201;}

.page-template-library_master .col-sm-12.alpha.mix {
	margin-bottom: 15px;
}

.page-template-library_master .search-lib {
	margin-left: 5px;
    max-width: 600px;
    width: 320px;
    min-width: 320px;
    display: inline-block;
}
.page-template-library_master .search-lib input#blogS {
    /* float: left; */
    display: inline-block;
}

.page-template-library_master .search-lib input[type="submit"] {
    /* float: left; */
    display: inline-block;
}

.page-template-library_master .mixitup-control-active {
	background: #000;
}

.page-template-library_master .col-sm-12.alpha.mix .col-sm-9 .excerpt {
	margin-bottom: 15px;
	font-size: 1em
}

.page-template-library_master .media-results .col-sm-10 .col-sm-12 .row {
	margin-bottom: 15px;
}

.page-template-library_master  .author-name, .page-template-library_master .lib-country {
    font-size: 1em;
 }

 .page-template-library_master .lib-country {
 	margin-bottom: 5px;
 }

  .page-template-library_master h3 {
 	margin-top: 0px;
 }

button.mixitup-control.mixitup-control-active {
    background: #2a2a2a;
}
.mixitup-page-list {
	margin-bottom: 15px;
}

.single-screendance-seance .site-content a {
	text-decoration: underline;
}
.single-screendance-seance .site-content a:hover {
	color: #A9D201;
}


.single-screendance-seance  .caption {
	margin-bottom: 10px;
	border-bottom: 1px solid #A9D201;
}

.single-screendance-seance .pull-quote::after, .single-screendance-seance .pull-quote {

    background: #A9D201;
}

p.author-name.butler a {
    text-decoration: none;
}

.tax-40-winks-year div#primary {
    margin-top: 70px;
}

.tax-40-winks-year .media-meta {
    position: relative;
    margin-bottom: 15px;
}

.tax-40-winks-year .header-read, .tax-40-winks-year .header-read:after {
background: #A9D201 !important;
}

.tax-40-winks-year .description p  {

    font-family: 'butlerregular', serif;
    font-size: 1em;

}

/*RESPONSIVE */

@media (max-width: 1375px) {
	.page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+2) {
		padding-left: 0px;
		}
	.page-template-go-cities .container-fluid .col-sm-6:nth-child(2n+0) > .holder {
     	padding: 70px 0px 70px 70px;
	}
	.page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+4) {
   	 padding-left: 0px;
	}

}

@media (max-width: 1270px) {
	.identity-left {margin-left: -50px;}
}

@media (max-width: 991px) {
	.col-md-4.green-border.sub-full-width {
		margin: 20px 15px 0;
		text-align: center;
	}
}
			
@media (max-width: 768px) {
	
	.site-branding {width: 30%; }
	ul.user-nav {
    	padding: 5px 0px 5px 0;
	}
	.user-nav li {
    	margin-left: 0px;
    	margin-right: 15px;
    	padding-left: 0;
	}
	 ul#user-menu li {
    	font-size: .8em;
	}

	select#gtranslate_selector {
		margin-top: 4px;
	}

	.scroller .slide-text { max-width: 650px;} 
	.resp-br {display: none;}
	.home .media-results h3 {font-size: 1.5em;}
	
	.apply-about {margin-bottom: 100px;}
	.apply-about .center-text {padding-bottom: 30px;}
	
	.author-name { font-size: 1.2em;}
	.excerpt {font-size: 1.2em;}
	.read-single h3, .listen-single h3, .watch-single h3 {font-size: 1.3em;}
	.read-single p.author, .listen-single p.author, .watch-single p.author  { font-size: 1.2em;}
	
	.meet-springback-people {margin-top: 0px;}
	.page-template-about .meet-springback-people {margin-top: 100px;}
	.page-template-about .header-image h1 {font-size: 1.3em;width: 70%; margin: 0 auto;}
	.main-navigation a { font-size: 1.25em	}


	.page-template-go-cities .container-fluid .holder {
    	float: none;
	}

	.page-template-go-cities .container-fluid .col-sm-6:nth-child(2n+0) > .holder {
 		float: none;
	}
	.page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+1), .page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+3) {
		padding-left: 70px;
	}
	.page-template-go-cities .container-fluid .row > .col-sm-6:nth-child(4n+2) {
		padding-left: 0px;
	}
	.page-template-go-cities .container-fluid .col-sm-6:nth-child(2n+0) > .holder {
    padding: 70px 0px 70px 70px;
	}
	.city-holder {
    position: relative;
    top: 0%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
	}

	.aerowaves-twenty-template-default .header-watch, .be-there-template-default .header-watch{
   	 height: auto;
   	 padding: 50px 0;
	}
	.aerowaves-twenty-template-default .header-title, .be-there-template-default .header-title {
   	position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    font-size: 1.6em !important;
    color: #fff;
    text-align: center;
    font-weight: 600;
    width: 90%;
    margin: 0 auto;
	}

	.aerowaves-twenty-template-default .header-watch h1, .be-there-template-default .header-watch h1 {
		 font-size: 1.6em !important;
	}
}

.gtrans-text-link {
	float:left;
	font-weight: bold; 
	cursor: pointer;
	background-color: #00ddd9;
	margin-left: 5px;
	color: #fff;
	padding: 0 10px;
}

.col-sm-12.gtrans-text {
	clear: both; 
}

@media (max-width: 715px) {
	.main-navigation {float: left;width: 100%;text-align: left; margin-bottom: 15px;}
	
	.main-navigation li {width: 100%;margin-top: 5px;}
	.menu-toggle, .main-navigation.toggled ul { position: absolute;
	    top: 10px;
	    right: 10px;x
	    margin-right: 0px;
	}

	.media-meta { position: relative; margin-bottom: 15px;}
	.excerpt {margin-bottom: 20px;}

	.main-navigation ul ul {
	    left: 0;
	    position: relative;
	    display: block !important;
	}	
		.gtrans-text-link {
		margin-left: 3px;
		margin-top: 5px;
		color: #fff;
		padding: 0 5px;
	}
}



@media only screen and (max-device-width : 415px) and (orientation : portrait) { 
	
	.search-nav {
		    width: 265px;
	}
	
	p { margin-bottom: 1.3em;font-size: 1.2em; }
	.media-meta {position: relative; }
	.site-branding {width: 60%;}
	
	.scroller .slide-text h1 {font-size: 1.4em;}

	.scroller .slide-text { max-width: 310px; 	  top: 40%;}


	.header-title {
	    top: 40%;
	}

	.media-results .col-sm-4 {margin-bottom: 15px;}
	.media-results .col-sm-10 .row {margin-bottom: 20px;}
	
	.excerpt {margin-bottom: 20px;}
	.highlighted-text {font-size: 1.4em;width: 60%;}
	button.control { width: 120px;margin-bottom: 5px;}
	.keep-updated-text {font-size: 2em;}
	section.follow-us { margin-top: 15px;}

	.header-read .col-sm-12.rel .butler {width: 60%;margin: 0 auto; padding-bottom: 40px;}
	.media-meta {width: 100%;}
	.read-template-read-article .header-title, .read-template-read-review .header-title {width: 90%;}

	.meet-springback-people {margin-top: 90px; }

	.header-image .container { width: 100%;}
	

	.page-template-about .header-image h1 {font-size: .8em;width: 60%; margin-top: -30px;}
	.header-watch h1 {font-size: 1em;}
	.header-title {width: 90%;}
	.single-listen .header-watch h1 {font-size: 1em;}
	.header-image h1 {font-size: 1em;}
	
	.blue-quote-left, .blue-quote-right  {max-width: 45px;}
	.pull-quote .col-sm-12 {  padding-top: 50px; }

	p.header-media-sub {font-size: .7em;}
	.container.header-media-info {top: 0px; bottom: auto;}
	
	.may-also-like {margin-top: 100px;}
	.read-icon {left: 2px;}
	.social-footer {margin-bottom: 30px; border-bottom: 1px solid #fa2a89; padding-bottom: 10px; display: block;}
	.col-sm-1.col-sm-push-1.social {display: none;}
	.col-xs-1 {padding: 0 0 0 15px;}
	
	.full-width .col-sm-4 {border-top: 0px;}
	.sub-full-width {padding-left: 15px;}
	.media-meta {}
	.site-footer .col-sm-4 {margin-bottom: 10px;}
		
}

.home .keep-updated-text a.signupbtn {
    font-size: .8em;
    text-decoration: none; 
}

.home .keep-updated-text a {
    text-decoration: underline; 
}

.post-type-archive-viewfinder2 h1.keep-updated-text.twenty-sub-title {
	margin-bottom: 90px
}

.single-viewfinder2 .header-title h1, .single-be-there .header-title h1 {
    font-size: 1.35em;
}
.page-id-2121 .rcp_subscription_message {
	display: none;
}

.page-template-membership .archive-intro {
    width: 80%;
    margin: 0 auto;
}

.page-template-membership-php .site-content a {
	text-decoration: underline;
}

.page-template-membership-offer .read-review a {
	text-decoration: underline;
}

.springback-says {
	background-color: #a9d201; padding: 25px 25px; color: #000; margin-bottom: 40px;
}

.home .site-main section:nth-child(2) {
    margin-top: 30px !important;
}

.rcp_form .rcp_login_link p br {
    display: block;
}


.single-reviews .header-read, .single-features .header-read, .single-people .header-read, .page-template-template-springback-academy .header-read, .tax-springback-academy-year .header-read, .page-id-4084 .header-read {
	background-color: #ed650d; 
}
.single-reviews .header-read:after, .single-features .header-read:after, .single-people .header-read:after, .page-template-template-springback-academy .header-read:after, .tax-springback-academy-year .header-read:after,  .page-id-4084 .header-read:after {
	background-color: #ed650d !important; 
}
.single-reviews h1 {
	margin-top: 1.5rem !important;
	margin-bottom: .25rem;
}
.single-reviews .artist-name {
	text-align: center;
}

.single-reviews img.avatar, .single-features img.avatar, .single-people img.avatar{
	margin-right: 1rem;
}

.single-reviews .contributor-holder {
	margin-bottom: 3rem;
}

.single-features h1 {
	margin-top: 1.5rem !important;
	margin-bottom: 1rem !important;
}

.single-people .holder {
	margin-bottom: .5xrem
}
.single-people .person {
	cursor: pointer;
	padding-bottom: .5rem;
}

.single-people .person:hover {
	color: #21d8d0;
}

.second-icon {
	position: absolute;
    width: 70px;
    top: calc(5% + 60px);
    left: -8px;
}

.home .intro-text.container {
	margin: 1.5rem auto;
	text-align: center;
}

.page-template-template-members-room .header-read,  .page-template-template-members-room .header-read:after {
	background-color: #00DFD9 !important;
}

.page-template-template-members-room .member-sections {
	margin-top: 2rem;
}

.page-template-template-members-room .member-sections .holder {
	border-bottom: 2px solid  #00ddd9;
	margin-bottom: 1.5rem;
}

.tax-springback-academy-year .col-md-4 .holder {
	border-bottom: 2px solid  #ed650d;
	margin-bottom: 1.5rem;
}
.tax-springback-academy-year .feature-items h3 {
	margin-bottom: 1.5rem;
}
.tax-springback-academy-year .feature-items h3 a:hover {
	color: #ed650d;
}

section.mail-form {
    padding: 3rem 15px;
    margin: 0;
    margin-bottom: 3rem;
    background-color: #01dfd9;
}

section.mail-form p {
	color: #000;
}


section.mail-form input.wpcf7-form-control.wpcf7-submit {
	background-color: #fff;
	color: #000;
	padding: .6em 3em .4em;
	margin-top: 1rem;
}

section.mail-form label {
	padding-left: 0;
	font-weight: 300;
}

section.mail-form span.wpcf7-list-item.first.last {
	margin: 0;
}

.blog .header-read,  .blog .header-read:after, .single-post .header-read, .single-post .header-read:after {
	background-color: #00ddd9 !important;
}

.blog .holder {
		border-bottom: 2px solid  #00ddd9;
		margin-bottom: 1.5rem;
}

.opening-text a {
	text-decoration: underline; 
}

.mailing-image {
	max-width: 300px;
	width: 100%;
}

.single-post .entry-content a { 
	text-decoration: underline; 
}