/*!
Theme Name: corvidstudio
Theme URI: http://underscores.me/
Author: Corvid.Studio
Author URI: https://www.corvid.studio
Description: Custom theme developed by Corvid.Studio.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: corvidstudio
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.

corvidstudio is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #101010;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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 http://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 0;
}

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: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	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: #ccc #bbb #aaa;
}

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

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: 3px;
	padding: 3px;
}

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

a:visited {
	color: #33055d;
}

a:hover, a:focus, a:active {
	color: #33055d;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.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: 200px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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;
}


/**aSweatLife**/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/**popup maker**/
#popmake-57638 {
    width: auto !important;
    max-width: 40%;
}
.popup-wrapper {
    display: flex;
}
.popup.left {
    margin-right: 20px;
		padding-right: 20px;
		flex-basis: 400px;
}
.popup.left .intro {
	margin: 25px 0;
}
.popup.right img {
    border-top: 5px solid #33055d;
    border-bottom: 5px solid #33055d;
}
.popup-wrapper h2 {
    font-style: normal;
		margin: 25px 0;
}
.popup-wrapper .mc4wp-form-fields br {
    display: none;
}
.popup-wrapper .mc4wp-form-fields h2 {
    font-size: 18px;
    margin: 0;
		line-height: 22px;
		display: none;
}
.popup-wrapper form .mc4wp-form-fields p {
    margin-bottom: 6px;
}
.popup-wrapper form .mc4wp-form-fields p input[type="submit"] {
    margin-top: 10px;
}

/**memberpress**/

.mepr_error {
    background-color: #d7b4f7 !important;
    border: 1px solid #33055d !important;
}

/**Ambassador Pages**/

/**navigation**/
.ambassador-pages .navbar.navbar-default {
	display: inline-block !important;
}
.ambassador-pages .navbar-collapse {
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0);
}
.ambassador-pages .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #33055d;
}
.ambassador-pages  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* Dropdown Button - from profile pic */
.dropbtn {
 border: none;
 cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.amb-profile-pic {
 position: relative;
 display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.amb-dropdown-content {
 display: none;
 position: absolute;
 background-color: #f1f1f1;
 border: 2px solid #33055d;
 border-radius: 15px 0 15px 15px;
 min-width: 160px;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
 top: 80px;
right: -10px;
}
.amb-dropdown-content::before {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 20px 20px 0 0;
	content: "";
	display: block;
	height: 0;
	right: 0;
	position: absolute;
	top: -16px;
	width: 0;
	z-index: 2;
}
#menu-ambassador-account-menu {
    padding: 0;
    list-style: none;
    margin: 0 0 10px 0;
}

/* Links inside the dropdown */
.amb-dropdown-content a {
 color: black;
 padding: 12px 16px;
 text-decoration: none;
 display: block;
}

/* Change color of dropdown links on hover */
.amb-dropdown-content a:hover {
	background-color: transparent
	color: #33055d;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 

/**END of profile dropdown**/


/**account pages**/
#mepr-account-nav {
    display: flex;
    flex-direction: column;
		background: #f5f2f7;
		padding: 10px 20px 20px;
}
#mepr-account-nav span {
    font-size: 18px;
    margin: 5px 0;
}
#mepr-account-nav span a {
	text-decoration: none;
}
#mepr-account-welcome-message {
    font-size: 25px;
}
body.page-id-56170 .entry-content {
    display: flex;
}
.mp_wrapper.account-nav {
    flex-basis: 200px;
		margin-right: 50px;
}
.mp_wrapper.account-settings {
    flex-basis: 700px;
}
/**END account page customization**/

.site-header.ambassador {
    background: #33055d;
    padding: 15px 0;
}
.ambassador .logo-nav-avatar {
	max-width: 1204px;
	margin: 0 auto;
	padding: 0 102px;
}
.ambassador .site-branding {
    background: #33055d;
    color: #fff;
		flex-basis: 200px;
		text-align: left;
}
.ambassador .logo .text-logo {
	color: #fff;
}
.ambassador .navbar.navbar-default {
    flex-basis: 725px;
		padding: 20px 0 0;
}
.ambassador .navbar-default {
    background-color: transparent !important;
}
.ambassador  .navbar-default .navbar-collapse {
    background: transparent;
}
.ambassador .navbar-default .navbar-nav > .active > a, .ambassador .navbar-default .navbar-nav > .open > a, .ambassador .navbar-default {
    background-image: -webkit-linear-gradient(top,transparent 0,transparent 100%);
    background-image: -o-linear-gradient(top,transparent 0,transparent 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    border-bottom: 0 solid #101010;
    padding-bottom: 10px;
}
.ambassador .navbar-default .navbar-nav > .active > a {
	border-bottom: 1px solid #fff;
}
.ambassador  .navbar-nav > li > a, .ambassador  .navbar-default .navbar-nav > li > a  {
    text-shadow: 0 0 0 rgba(255,255,255,0);
		color: #fff;
}
.ambassador .navbar-default .navbar-nav > .active > a, .ambassador .navbar-default .navbar-nav > .active > a:focus, .ambassador .navbar-default .navbar-nav > .active > a:hover, .ambassador  .navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: transparent;
}
.ambassador-pic {
    flex-basis: 70px;
		position: relative;
		text-align: right;
}
.amb-profile-pic {
  /**  border-radius: 100%; **/
  /**  border: 2px solid #fff;**/
    width: 70px;
}
.ambassador-pages .entry-content {
	margin: 50px 0;
}
.resource-item {
    display: flex;
}
.resource.title {
    flex-basis: 350px;
		color: #2d2d2d;
		margin-right: 50px;
}
.resource.title h3 {
	margin: 0;
}
.resource.content {
    flex-basis: 720px;
}
.resource-item {
    background: #f5f2f7;
    margin: 20px 0;
    padding: 20px;
}
.gray-bg {
    background: #e3e3e3;
    padding: 30px 0;
		position: relative;
}

.ambassador-pages h2, .ambassador-pages h3, .ambassador-pages h4 {
	display: inline;
}
.amb-featured.wp-post-image {
    float: right;
    max-width: 500px;
		margin: 20px 0 20px 20px;
}
.hub-welcome {
    font-size: 33px;
    display: inline-block;
}
.communication-wrapper {
	margin: 50px 0 40px;
}
.communication-section {
    display: flex;
    margin: 30px 0;
}
.sec-1, .sec-2 {
    flex-basis: 450px;
    margin: 20px;
}
.sec-1 img, .sec-2 img {
    margin: 0 0 30px;
}
.questions-section {
    background: #f5f2f7;
    padding: 30px;
    text-align: center;
}
.wfea header h4 {
    font-size: 24px;
    line-height: 30px;
}
.wfea header h4 a {
    text-decoration: none;
}

.site-footer.amb {
    background: #33055d;
    color: #fff;
}
.site-footer.amb a {
    color: #fff;
		text-decoration: none;
}
.site-footer.amb a:hover {
	color: #e2c9f8;
}
#menu-ambassador-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/**FAQs**/
.su-spoiler-title {
    font-size: 18px !important;
}

/**#wannaworkout**/
.studio-month-wrapper {
    background: #f5f2f7;
    padding: 40px 0;
}
.studio-wrapper {
    margin: 20px 0 40px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 20px;
}
.studio-image {
	float: left;
	margin: 0 40px 20px 0;
}
.studio-wrapper:nth-child(odd) .studio-image {
	float: right;
	margin: 0 0 20px 40px;
}
.studio-month-wrapper h3, .studio-month-wrapper h4 { 
	display: inline-block;
}
.studio-month-wrapper h4 {
    font-size: 28px;
    line-height: 35px;
}
.ambassador-pages article a {
    font-weight: bold;
}
/**END ambassador styles**/

/**global**/
.entry-content a {
	text-decoration: underline;
}
.entry-content ol li, .entry-content ul li {
    padding: 0 0 16px 0;
}
h2 {
    font-size: 26px;
		line-height: 32px;
    font-weight: bold;
    font-style: italic;
}
h3 {
	font-weight: bold;
}
.tags-links {
    display: none;
}
.flexing {
	display: flex;
}
.page-header {
	margin: 20px 0 0;
	border-bottom: 0;
	padding: 0;
}
 .slider-wrapper { 
	 font-size: 33px;
	 padding: 40px 20px;
	 text-align: center;
 }
.site-branding {
    background: #F5F2F7;
    padding: 10px;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
		font-weight: bold;
}
button {
    background: #33055d;
    padding: 10px 40px;
    border: 1px solid #33055d;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    border-radius: 0;
		font-weight: bold;
}
button:hover {
	background: #fff;
	color: #33055d;
	border: 1px solid #33055d;
}
input[type="submit"] {
    background: #33055d;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 50px;
		border: 1px solid #33055d;
		border-radius: 0;
}
input[type="submit"]:hover {
    background: #fff;
    color: #33055d;
		border: 1px solid #33055d;
}
#mc4wp-form-1 label {
    display: none;
}
input[type="checkbox"] {
    margin: 0 4px 0 0 !important;
}
header.site-header {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.wrapper-panel {
	max-width: 1204px;
	margin:0 auto;
	padding: 0 102px; 
}

.navbar.navbar-default {
    flex-basis: 670px;
		margin-bottom: 0;
}
.email-signup {
    flex-basis: 200px;
		padding: 0 5px;
}
.search-icon {
    flex-basis: 30px;
    text-align: right;
}
/**navigation**/
.navbar {
    min-height: 40px;
	}
.navbar-default {
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0),0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(255,255,255,0),0 0 0 rgba(0,0,0,0);
		text-align: center;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
		border: 0;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
	}
.dropdown-toggle .caret {
    display: none;
}
.nav > li {
    padding: 0 30px 0 0;
}
.navbar-default .navbar-nav > li > a {
    color: #101010;
}
.navbar-nav > li > a {
    padding-top: 0;
		padding: 3px 0 0;
}
.navbar-nav > li > a:last-child {
    padding-right: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #101010;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #101010;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
background-image: -webkit-linear-gradient(top,transparent 0,transparent 100%);
background-image: -o-linear-gradient(top,transparent 0,transparent 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
box-shadow: inset 0 0 0 rgba(0,0,0,0);
border-bottom: 1px solid #101010;
padding-bottom: 16px;
}
.navbar-default .navbar-nav > .active > a {
	border:0;
}
.dropdown-menu {
	padding: 25px 0;
	border: 0;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu > li > a {
    line-height: 48px;
    color: #101010;
		padding: 3px 35px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #F5F2F7;
    background-image: -webkit-linear-gradient(top,#F5F2F7 0,#F5F2F7 100%);
    background-image: -o-linear-gradient(top,#F5F2F7 0,#F5F2F7 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F5F2F7),to(#F5F2F7));
    background-image: linear-gradient(to bottom,#F5F2F7 0,#F5F2F7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F2F7', endColorstr='#F5F2F7', GradientType=0);
    background-repeat: no-repeat;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #33055d;
    background-color: #F5F2F7;
    background-image: -webkit-linear-gradient(top,#F5F2F7 0,#F5F2F7 100%);
    background-image: -o-linear-gradient(top,#F5F2F7 0,#F5F2F7 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F5F2F7),to(#F5F2F7));
    background-image: linear-gradient(to bottom,#F5F2F7 0,#F5F2F7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F2F7', endColorstr='#F5F2F7', GradientType=0);
    background-repeat: repeat-x;
}
.navbar-nav > li > .dropdown-menu {
    margin-left: -1px;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/** mobile menu - shiftnav**/
.shiftnav {
	width: 100% !important;
}
.shiftnav::after {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -ms-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -o-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
.inmobilemenu {
    padding: 20px 0 5px !important;
    border-top: 1px solid #101010 !important;
    margin: 20px auto !important;
    width: 90% !important;
}
.inmobilemenu input {
    margin: 15px 0 0;
    width: 95%;
    border-radius: 0;
    border: 1px solid #33055d;
		height: 40px;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-submenu-activation, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item .shiftnav-submenu-activation:hover {
    background: rgba(0, 0, 0, 0) !important;
		margin-right: 15px !important;
	}
	.shiftnav .shiftnav-panel-close {
    background: rgba(0,0,0,0) !important;
    font-size: 26px !important;
}
.shiftnav.shiftnav-skin-light .shiftnav-site-title {
    padding: 20px 25px !important;
	}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target {
	background: #F5F2F7 !important;
}
.inmobilemenusocial {
	padding: 0 0 30px !important;
}
.inmobilemenusocial a i {
	float: left;
	margin-top: 40px;		
}
.inmobilemenusocial a i {
	background: #33055d;
	color: #fff;
	padding: 6px 10px;
	cursor: pointer;
	border: 1px solid #33055d;
	border-radius: 20px;
	font-size: 20px;
}
.inmobilemenusocial a {
	padding: 0 9px !important;
	font-size: 16px;
	color: #fff;
}
.inmobilemenusocial a.facebook i {
	 padding: 6px 13px;
}
.inmobilemenusocial a:hover i {
	color: #fff;
}
.inmobilemenusocial a:hover i {
	  color: #33055d;
	  background: #fff;
	  border: 1px solid #33055d;
}

/**header**/
.ambassador-login {
    background: #33055d;
    color: #fff;
    text-align: right;
    padding: 5px 20px;
    font-size: 14px;
}
.ambassador-login a {
    color: #fff;
    cursor: pointer;
}
.logo .text-logo {
    color: #101010;
}
.logo .text-logo:hover {
    text-decoration: none;
}
.nav-email-search-bar {
    max-width: 1204px;
    margin: 0 auto;
    padding: 20px 102px 0;
}
.email-signup #mc-embedded-subscribe {
    font-family: FontAwesome;
    font-size: 16px;
    border: 0;
    background: transparent;
    float: left;
		color: #33055D;
		padding: 2px 3px 0;
		margin-bottom: 4px;
}
.email-signup .mc-field-group, .email-signup #mce-responses, .email-signup .mc-subscribe {
    
}
.email-signup #mailchimp input[type="email"].email {
    border: 0;
		width: 165px;
		padding: 0;
}
.email-signup #mc_embed_signup_scroll {
    border-bottom: 1px solid #33055D;
		display: flex;
}
.search-icon a.openBtn {
	color: #33055D;
}
/**search - link on menu**/
.openBtn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.openBtn:hover {
  background: transparent;
}
.openBtn .fas.fa-search {
    font-size: 14px;
}
.soverlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index:9999;
  top: 0;
  left: 0;
  background-color: /**rgb(51,5,93)**/ rgb(16,16,16);
	background-color: /**rgba(51,5,93, 0.85)**/ rgba(16,16,16, 0.92);
}
.overlay-content {
  position: relative;
  top: 46%;
  width: 90%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.soverlay .search-field {
  border: 1px solid #33055D;
  padding: 10px 20px;
}
.soverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.soverlay .closebtn:hover {
  color: #e4e2e2;
}
button.search {
    background: #f1f1f1;
    color: #33055D;
    margin: 0;
    border: 1px solid #f1f1f1;
    border-radius: 0 3px 3px 0;
    vertical-align: bottom;
    padding: 0 20px 5px;
    height: 46px;
    font-size: 20px;
}
.soverlay form input {
    padding: 10px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    border-radius: 3px 0 0 3px;
    margin: 0;
		width: 33%;
		height: 46px;
}
.soverlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}
.soverlay .search-submit {
  border: 0;
  padding: 10px;
  font-size: 16px;
  margin: 2px 0 0 -5px;
  border-radius: 0;
  line-height: 1.5;
  color: #e6e6e6;
}
.soverlay input[type=text]:hover {
  background: #f1f1f1;
}

/**sitemap page**/
body.page-id-39678 ul.wsp-categories-list {
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
	height: 400px;
}
.wsp-categories-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

/**search results**/
body.search-results h1.page-title span {
    font-style: italic;
}

/**homepage**/
/**slider**/
.sliderdesk {
	display: block;
}
.slidermobile {
	display: none;
}
.homepage-slider .n2-ss-slide-backgrounds {
    width: 75% !important;
}
#n2-ss-2-arrow-previous, #n2-ss-2-arrow-next {
	padding: 7px !important;
}
.post-slider-caption {
    margin-top: 3%;
}
.caption-content-column {
    padding-bottom: 25px;
		padding: 0 0 0 10px;
}
.caption-title {
	padding: 20px 0 0 10px;
  margin-bottom: -25px !important;
	width: 75% !important;
}
.caption-excerpt {
    margin: 0 0 10px !important;
		padding: 0;
		width: 75% !important;
}
.slider-cat-links {
    background: #101010;
    color: #fff;
    font-size: 9px !important;
    text-transform: uppercase !important;
    padding: 6px 6px 5px;
    font-family: 'Roboto';
    line-height: 10px !important;
		cursor: pointer;
		letter-spacing: 0.8px;
}
.slider-cat-links a {
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.flexslider {
	position: relative;
    margin: 0 auto 60px !important;
		background: transparent !important;
	border: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	}
.flexslider .flex-direction-nav .flex-next {
    right: 0; /* adjust offset to match the hover style */
    opacity: 1; /* adjust opacity to match the hover style */
}
.flexslider .flex-direction-nav .flex-prev {
    left: 0; /* adjust offset to match the hover style */
    opacity: 1; /* adjust opacity to match the hover style */
}
.flex-direction-nav a.flex-prev::before {
    content: url(/wp-content/themes/corvidstudio/images/previous-button.jpg) !important;
}
.flex-direction-nav a.flex-next::before {
    content: url(/wp-content/themes/corvidstudio/images/next-button.jpg) !important;
}
.flexslider .slides > li {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: bold !important;
		margin-right: 20px !important;
}
.flexslider .slides.end {
	margin-left: -20px;
}
.flexslider .slides li a {
	color: #2d2d2d !important;
}

.flex-direction-nav a {
    width: 48px !important;
    height: 48px !important;
    top: 33% !important;
	}
.flex-direction-nav .flex-next { right: 0 !important; margin-right: -30px; 
   opacity: 1 !important; }

.flex-direction-nav .flex-prev { left: 0 !important; opacity: 1 !important; 
   margin-left: -30px; }

.flexslider { width: 90%; margin: 0 auto; }

/**/
.wrapper-panel.rposts {
	margin: 20px auto;
}
.recent-post-wrapper-hp .comments-link, .recent-post-wrapper-hp .post-edit-link, .community-posts .comments-link, .community-posts .post-edit-link, .community-trending-posts .comments-link, .community-trending-posts .post-edit-link  {
    display: none;
}
.recent-posts > .flexing {
    flex-wrap: wrap;
}
.recent-posts {
    flex-basis: 678px;
		border-right: 1px solid #101010;
}
.recent-posts .edit-link, .recent-posts .comments-link {
	display: none;
}
.recent-post-wrap {
    flex-basis: 308px;
    margin: 0 30px 40px 0;
}
.post-title {
    margin: 12px 0 0;
}
.recent-posts .recent-post-wrap .post-title > a {
    color: #101010;
    font-weight: bold;
}
.recent-posts .recent-post-wrap .cat-links a {
    background: #101010;
    padding: 6px 6px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
		letter-spacing: 0.8px;
		font-weight: bold !important;
}
.cat-tags {
    margin-top: 5px;
}
.mail-chimp-signup {
    flex-basis: 294px;
    text-align: center;
    background: repeating-linear-gradient(45deg,#fff, #fff 2px, #F5F2F7 2px, #F5F2F7 5px);
		margin-left: 29px;
}
#mailchimpcta {
    background: #fff;
    margin: 30px;
		padding-top: 50%;
}
.asweatlife-newsletter {
    font-size: 16px;
    padding: 10px 30px;
    color: #2d2d2d;
    line-height: 24px;
}
.mail-chimp-signup input[type="email"].email {
    width: 214px;
    border: 1px solid #101010;
    border-radius: 0;
    padding: 7px;
}
.mail-chimp-signup #mc-embedded-subscribe {
    background: #33055d;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    width: 214px;
    margin-top: 10px;
    border: 1px solid #33055d;
    border-radius: 0;
		font-weight: bold;
		line-height: 24px;
}
.fancy {
    display: block;
    font-style: italic;
    font-size: 26px;
    font-weight: bold;
    margin: 12px 0 20px;
}

/**community posts homepage**/
.flexing.community {
    justify-content: space-around;
		padding: 0 10px;
}
.community-posts .community-post-wrap .cat-links a {
    background: #101010;
    padding: 6px 6px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
		letter-spacing: 0.8px;
		font-weight: bold !important;
}
.community-posts .community-post-wrap .post-title > a {
    color: #101010;
    font-weight: bold;
}
.cp-headline {
    background: #F5F2F7;
    padding: 40px;
    text-align: center;
    font-size: 26px;
		line-height: 32px;
    font-style: italic;
		min-height: 200px;
		margin-bottom: -60px;
}
.community-post-wrap {
    flex-basis: 295px;
		margin: 0 15px;
}
.community-trending-posts .community-post-wrap .cat-links a {
    background: #101010;
    padding: 6px 6px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
		letter-spacing: 0.8px;
		font-weight: bold !important;
}
.community-trending-posts .community-post-wrap .post-title > a {
    color: #101010;
    font-weight: bold;
}
/**community post and trending posts**/

.community-single {
    flex-basis: 676px;
}
.community-single img {
    width: 95.6%;
}
.community-trending-posts {
    margin: 70px 0;
}
.trending-posts {
    flex-basis: 294px;
		padding-left: 28px;
}
.trending-posts.via-sidebar {
    padding-left: 5px;
}
.trending-posts h3 {
    font-size: 26px;
    line-height: 24px;
    margin: 0 0 20px;
    font-weight: bold;
    font-style: italic;
}
.trending-posts ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.trending-posts ul li {
    margin: 20px 0;
}
.trending-posts ul li a {
	/** old way   display: flex;**/
	color: #101010;
  font-weight: bold;
}
.trending-posts ul li .post-image {
    flex-basis: 76px;
}
.trending-posts .post-title {
    margin: -5px 0 0 15px;
    flex-basis: 175px;
}
.trending-posts .tptn_link > img {
    width: 75px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.trending-posts .tptn_after_thumb {
    float: right;
    width: 170px;
}
.trending-posts.updatedtocommunity .tpheadline {
	text-align: center;
	margin-top: -8px;
}
.trending-posts.updatedtocommunity .flexing.community {
	flex-direction:column;
}
.trending-posts.updatedtocommunity .community-post-wrap {
	display: flex;
	flex-basis: auto;
	margin:10px 0;
}
.trending-posts.updatedtocommunity .community-post-wrap .post-image {
	flex-basis:75px;
}
.flexing.community .tptn_posts.tptn_posts_shortcode {display:flex;justify-content:center;padding: 0 10px;}
.flexing.community .tptn_title {color: #101010; font-weight: bold;margin: 12px 0 0;display: inline-block;}


/**sidebar trending posts - added after homepage update 10/22/2020**/
#secondary .trending-posts .tptn_posts {
    display: inline-flex;
    flex-direction: column;
}

#secondary .trending-posts .tptn_posts .community-post-wrap {
    flex-basis: auto;
    margin: 20px 0;
}

#secondary .trending-posts .tptn_posts .community-post-wrap .tptn_title {
    color: #000;
}
#secondary .trending-posts .tptn_posts .community-post-wrap .tptn_title {
    color: #000;
    font-size: 15px;
}

/**WeGotGoals Podcast section homepage**/
.podcast-section {
	background: #F5F2F7;
	padding: 50px 0;
	margin: 40px 0;
}
.podcast-title {
	font-size: 38px;
	line-height: 48px;
	color: #101010;
	font-weight: bold;
	margin: 0 0 30px;
}
.podcast-title a {
	color: #101010;
	font-style: normal;
}
.podcast-section h3 {
	font-size: 26px;
	line-height: 24px;
	color: #101010;
	font-style: italic;
	font-weight: bold;
}
.other-info {
	margin: 15px 0;
}
.other-info a {
	color: #33055d;
}
.other-info .spotify {
    display: inline-block;
    padding: 0 5px 0 10px;
		font-size: 18px;
}
.other-info .podcast {
    display: inline-block;
    padding: 0 5px;
		font-size: 18px;
}
/**more to love - homepage section**/
.more-to-love {
	padding: 30px;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
}

/**archives & category pages**/
.page-header.archives {
    margin: 60px 0;
}
.page-title {
    font-size: 38px;
    line-height: 48px;
    font-weight: bold;
}
.page-title span span {
    font-style: italic;
		font-weight: normal;
}
.post-archive.flexing {
    flex-wrap: wrap;
}
.post-archive .post-box.flexing {
    flex-direction: column;
    flex-basis: 480px;
    overflow: hidden;
    margin: 30px 20px 30px 0;
}
.alm-listing.flexbox .alm-reveal{
   display: flex;
   flex-wrap: wrap;
}
.alm-listing.flexbox .flex-item{
   flex: 1 0 180px;   
   justify-content: space-around;  
   margin: 10px;
   padding: 10px; 
   background: #f7f7f7;
   border: 1px solid #efefef;
}
.alm-listing.flexbox .flex-item img{
   display: block;
}   
.alm-listing .alm-reveal > li img {
    position: unset !important;
    border-radius: 0 !important;
		width: 100%;
}  
.alm-listing.flexbox .flex-item h3{
   padding: 15px 15px 0;
   font-size: 16px;
}
.alm-listing .alm-reveal > li h3 {
    margin: 12px 0 10px !important;
}
.alm-listing.flexbox .flex-item p {
   font-size: 12px;  
}
.alm-listing .alm-reveal > li {
    margin: 30px 20px 30px 0 !important;
    padding: 0 !important;
    flex-basis: 480px !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 0 !important;
}
.ajax-load-more-wrap.grey .alm-load-more-btn {
    background-color: #33055D !important;
    border-radius: 0 !important;
    padding: 0 70px !important;
}
.alm-btn-wrap .alm-load-more-btn.loading::before {
    background: url(/wp-content/themes/corvidstudio/images/loading.gif) no-repeat center center !important;
    width: 20px !important;
    border-radius: 0 !important;
    left: 15px !important;
    top: 2px !important;
}
.alm-listing .alm-reveal > li p.entry-meta {
	display: none !important;
}
.post-box .comments-link, .post-box .edit-link, .alm-reveal .comments-link, .alm-reveal .edit-link {
    display: none;
}
.post-box .post-title a, .alm-listing .alm-reveal > li h3 a {
    font-size: 26px;
    line-height: 36px;
		color: #101010;
		margin: 12px 0 0;
}
.post-box .cat-tags a, .alm-reveal .cat-tags a {
    background: #101010;
    padding: 6px 6px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    font-weight: bold;
}
.post-box .post-title p {
    margin: 10px 0;
}
.featured.imagebox img {
    object-fit: cover;
    width: 480px;
    height: 320px;
}

/**blog**/

.flexslider.singlepost .slides li .cat-links a { /**on individual post pages**/
    background: #101010;
    font-size: 9px;
    color: #fff !important;
    padding: 6px 6px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    line-height: 12px;
}
.singlepost .edit-link {
    display: none;
}
.post-carousel-title {
    font-size: 16px;
    line-height: 24px;
    display: block;
		margin-top: 8px;
}
.related-posts {
    margin: 40px 0 20px;
}
.content-wrapper {
    margin-top: 50px;
}
.post-content {
    flex-basis: 676px;
    border-right: 1px solid #101010;
    padding-right: 29px;
}
.entry-title {
    font-size: 38px;
    line-height: 48px;
    font-weight: bold;
    color: #2d2d2d;
		margin:0 0 10px;	
}
.sidebar-content {
    flex-basis: 294px;
    padding-left: 29px;
}
.social-share-buttons {
    padding-bottom: 30px;
}
.a2a_svg.a2a_s__default {
    border-radius: 18px !important;
    padding: 5px;
}
.addtoany_list a {
	padding: 0 12px 0 0 !important;
}
.highlight {
  background: linear-gradient(180deg,rgba(245,242,247,0) 50%, #f5f2f7 50%);
}
.posted-on{
	color: #7F7F7F;
	font-size: 14px;
	line-height: 19px;
}
.nav-previous a::before {
    content: "« ";
}
.nav-next a::after {
    content: " »";
}
.relpost-block-single-text {
    font-family: "Playfair Display" !important;
}
footer.entry-footer .cat-links {
    display: none;
}
.mail-chimp-signup.via-sidebar {
    margin-left: 0;
}
.mail-chimp-signup.via-sidebar #mailchimpcta {
    margin: 0;
    text-align: left;
    padding-top: 15px;
    border-top: 1px solid #101010;
}
.mail-chimp-signup.via-sidebar #mailchimpcta .asweatlife-newsletter {
    padding: 10px 0 13px;
}
.mail-chimp-signup.via-sidebar input[type="email"].email, .mail-chimp-signup.via-sidebar #mc-embedded-subscribe {
    width: 100%;
}
.mail-chimp-signup.via-sidebar .fancy {
    font-size: 16px;
    display: inline;
    font-weight: normal;
    font-style: normal;
}
.mail-chimp-signup.via-sidebar .fancy::after {
    content: ".";
}
.trending-posts.via-sidebar ul {
    padding: 0 0 20px 0;
}
#sticky {
    display: none;
	height: 48px;
	position:fixed;
	top: 0;
	width: 100%;
	padding: 10px;	
	background-color: #F5F2F7;
}
#sticky .title-onstick h1.entry-title {
	font-size: 16px;
	line-height: 24px;
}
#sticky.fixed {
    display: block;
    position: fixed;
    top: 0;
		height: 48px;
    width: 100%;
		background-color: #F5F2F7;
		transition: opacity 500 ease-in-out;
		z-index: 99;
}
#sticky .title-onstick {
    flex-basis: 675px;
    padding-right: 30px;
		min-width: 0;
}
#sticky .title-onstick > h1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#sticky .social-share-buttons {
    flex-basis: 294px;
    padding-left: 30px;
}
.onstick {
	position: absolute;
	height: 400px;
	background: transparent !important;
}

/**author**/
.author-description h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.author-avatar {
    flex-basis: 102px;
}
.author-description {
    flex-basis: 520px;
		margin-left: 20px;
}
.author-info.flexing {
    padding: 40px 0 50px;
    border-top: 1px solid #101010;
}
.author-avatar img.avatar {
    width: 102px;
    height: 102px;
    border-radius: 50px;
}
.author-link a {
    text-decoration: underline;
}

/**meet the team**/
.bio-pic {
    flex-basis: 200px;
		height: 200px;
		width: 200px;
		background-size: cover;
		border-radius: 150px;
		background-position: top center;
		margin: 0 0 8px 0;
		cursor: pointer;
}
.team-wrapper.flexing {
    flex-wrap: wrap;
}
.team-bio-box.flexing {
    flex-basis: 200px;
    margin: 20px 40px 40px 0;
		flex-direction: column;
		text-align: center;
}
.team-bio-box a.flexing {
    flex-wrap: wrap;
    flex-basis: 200px;
    text-align: center;
    display: block;
}
.name {
    display: block;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
}
.title {
    display: block;
    font-size: 14px;
		line-height: 20px;
    color: #575757;
		margin: 4px 0;
}
.team-bio-box a .title {
    color: #575757;
}
.team-bio-box a {
    color: #2d2d2d;
}
.modal-content {
    border-radius: 0;
    margin-top: 100px;
    padding: 20px 50px 10px;
}
.modal-header {
    padding: 0;
    border-bottom: 0;
}
.modal-body {
    position: relative;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
}
.modal-body .bio-pic {
	flex-basis: 104px;
	width: 104px;
	height: 104px;
	margin-top: -20px;
}
.modal-content .bio-name {
    color: #2d2d2d;
    margin: 10px 0;
}
.modal-content button.close {
	color: #101010;
	opacity: 1;
}
.modal-content button.close:hover {
	border:0;
	opacity: 0.7;
}
.modal-footer {
	border:0;
	padding: 0;
}

/**about us**/
.largerscreen {
	display: block;
}
.smallerscreen {
	display: none;
}
.wrapper-panel.about-us {
	padding: 0 0 50px;
}
.image-collage-wrapper {
    position: relative;
    overflow: hidden;
}
.about-us h1.page-title {
    margin: 10% 0 25px 102px;
    z-index: 99;
    position: relative;
    width: 41%;
}
.main-image {
    position: absolute;
    top: 0;
    z-index: 1;
    max-width: 850px;
    right: 0;
}
.bottom-left-image {
    position: relative;
    z-index: 3;
    margin-top: -35px;
    max-width: 450px;
}
.right-middle-image {
    position: absolute;
    right: 20px;
    top: 550px;
    z-index: 2;
    max-width: 400px;
}
.right-bottom-image {
    position: absolute;
    right: 0;
    top: 800px;
    z-index: 1;
    max-width: 600px;
}
.who-we-are {
    position: relative;
    z-index: 999;
    width: 37%;
    margin: 50px 0 0 102px;
}
.our-beliefs {
	background: #33055d;
	color: #fff;
	padding: 30px 0 60px;
}
.our-beliefs-wrapper.flexing {
	flex-wrap: wrap;
	justify-content: space-around;
}
.belief-box {
    flex-basis: 415px;
}
.belief-box .number {
    font-size: 68px;
    line-height: 68px;
    font-weight: bold;
    margin-right: 20px;
}
.our-team {
    padding: 35px 0;
}
.meet-the-team-button {
	padding: 20px 0 60px;
	text-align: center;
}
.our-team .team-bio-box.flexing {
    margin: 20px 40px 10px 0;
}
.our-team .team-wrapper.flexing {
    justify-content: space-around;
	margin: 25px 0 0;
}
.work-with-us, .work-with-us .wrapper-panel {
    position: relative;
}
.content-www {
    float: left;
    position: absolute;
    width: 40%;
    top: 160px;
    right: 100px;
}
.content-www h3 {
	font-size: 38px;
	line-height: 48px;
	font-weight: bold;
}

/**work with us page**/
.more-events .comments-link, .more-events .edit-link {
    display: none;
}
.more-events {
	margin: 40px 0 20px;
}

/**author pages**/
.author-bio {
    flex-basis: 810px;
    margin-left: 20px;
}
.author-bio .page-title {
    margin-top: 0;
}
.page-header.archives.authorarchive {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    margin-bottom: 20px;
}


/**footer**/
.site-footer {
	background-color: #FAFAFA;
	padding: 40px 0;
}
.site-footer a {
	color: #101010;
	text-decoration: underline;
}
.site-footer a:hover {
	color: #101010;
	text-decoration: none;
}
.foot-content.flexing {
}
.asweatlife {
    font-size: 26px;
    line-height: 35px;
    margin: 0 0 20px;
		font-weight: bold;
}
.about_footer {
    margin-bottom: 25px;
		flex-basis: 550px;
}
.about-links {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}

.about-content p.smaller {
	font-size: 12px;
	line-height: 20px;
	width: 90%;
	margin-bottom: 10px;
}
.social {
	flex-basis: 450px;
	text-align: right;
}
.social a {
    font-size: 20px;
		color: #101010;
		margin-right: 15px;
}
.social a:hover {
	color: #33055d;
}
.social a i {
    background: #E3E3E3;
    padding: 6px 8px;
    border-radius: 20px;
}
.social a.facebook i {
    padding: 6px 10px;
}
.social a i:hover {
    background: #101010;
    color: #e3e3e3;
}
.social a i.fa-envelope {
    font-size: 18px;
}
.divider {
    display: inline;
    padding: 5px 0;
    border-right: 1px solid #ccc;
    margin: 0 15px;
}
.footer-menu {
    margin-top: 50px;
}
#menu-footer-menu, #menu-footer-menu .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu-footer-menu {
    display: flex;
		justify-content: space-between;
}
#menu-footer-menu a {
	color: #101010;
}
#menu-footer-menu .sub-menu {
	font-size: 13px;
	margin-top: 10px;
}
#menu-footer-menu .sub-menu a {
	display:block;
	padding: 3px 0;
}
#menu-bottom-menu {
	margin: 40px 0 0 0;
	padding:0;
}
#menu-bottom-menu li {
    display: inline;
}
#menu-bottom-menu li a {
    padding: 0 30px 0 0;
}
.copyright {
	font-size: 13px;
	padding: 20px 0 10px;
	margin: 25px 0 0;
}
.copyright p {
	margin:0;
}

/**summit template**/
.page-template-summit-template .who-we-are {
	padding-top: 10px;
}
.our-partners-sponsors, .summit-agenda {
	padding: 40px 0;
}
.our-partners-sponsors .our-partners.flexing {
	flex-wrap: wrap;
}
.our-partners-sponsors .our-partners.flexing img {
	flex-basis: 300px;
}


/**-------------------------------------MEDIA QUERIES-------------------------------------**/

@media screen and (max-width: 1600px) {
	/**popup**/
	.popup-wrapper h2 {
    margin: 10px 0;
	}
}
@media screen and (max-width: 1440px) {
	/**popup**/
	#popmake-57638 {
    max-width: 50%;
	}
}
@media screen and (max-width: 1280px) {
	/**popup**/
	#popmake-57638 {
    max-width: 55%;
	}
	.popup-wrapper form .mc4wp-form-fields p {
    margin-bottom: 4px;
	}
	.popup-wrapper form .mc4wp-form-fields p input[type="submit"] {
    margin-top: 8px;
	}
	.popup.left {
    flex-basis: 300px;
	}
}

@media screen and (max-width: 1080px) {
	/**global**/
	.wrapper-panel {
    padding: 0 40px;
	}
	.nav-email-search-bar {
    padding: 20px 60px 0;
	}
	/**popup**/
	#popmake-57638 {
    max-width: 60%;
	}
	/**homepage**/
	.recent-post-wrap {
    flex-basis: 280px;
	}
	/**about**/
	.who-we-are {
    margin: 50px 0 0 20px;
	}
	/**ambassador pages**/
	.ambassador .logo-nav-avatar {
    padding: 0 20px;
	}
}

@media screen and (max-width: 1024px) {
	/**homepage**/
	.more-to-love {
		padding: 0 0 30px;
	}
	/**trending posts sidebar**/
	.trending-posts .tptn_after_thumb {
    width: 150px;
	}
	/**popup**/
	#popmake-57638 {
    max-width: 65%;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 450px;
	}
	/**meet the team**/
	.team-bio-box.flexing {
    flex-basis: 270px;
	}
	.team-bio-box a.flexing {
    flex-basis: 270px;
	}
	.bio-pic {
    flex-basis: 270px;
    height: 270px;
    width: 270px;
	}
	/**footer**/
	.about_footer {
    flex-basis: 450px;
	}
	.social {
    flex-basis: 500px;
	}
}
@media screen and (max-width: 980px) {
	/**popup**/
	#popmake-57638 {
    max-width: 70%;
	}
	/**trending posts sidebar**/
	.trending-posts .tptn_after_thumb {
    width: 150px;
	}
	
}
@media screen and (max-width: 900px) {
	/**global**/
	.wrapper-panel {
    padding: 0 20px;
	}
	.nav-email-search-bar {
    padding: 20px 20px 0;
	}
	.nav > li {
    padding: 0 20px 0 0;
	}
	/**popup**/
	#popmake-57638 {
    max-width: 72%;
	}
	/**homepage**/
	.recent-post-wrap {
    flex-basis: 225px;
	}
	.asweatlife-newsletter {
    padding: 10px 0;
	}
	.community-post-wrap {
    flex-basis: 250px;
	}
	.trending-posts ul li {
    margin: 12px 0;
	}
	.tptn_after_thumb {
    width: 140px;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 410px;
	}
	/**meet the team**/
	.team-bio-box.flexing {
		flex-basis: 240px;
	}
	.team-bio-box a.flexing {
		flex-basis: 240px;
	}
	.bio-pic {
		flex-basis: 240px;
		height: 240px;
		width: 240px;
	}
	/**about**/
	.main-image {
    right: -200px;
		top: 17px;
	}
	.right-bottom-image {
    right: -85px;
	}
	.bottom-left-image {
    margin-left: -50px;
	}
  /**author pages**/
	.author-bio {
    flex-basis: 715px;
	}
	/**sitemap**/
	body.page-id-39678 ul.wsp-categories-list {
    height: 420px;
	}
	/**summit template**/
	.our-partners-sponsors .our-partners.flexing img {
	flex-basis: 275px;
	}
	/**ambassador paegs**/
	.ambassador .navbar.navbar-default {
    flex-basis: 570px;
	}
}

@media screen and (max-width: 820px) {
	/**global**/
	.email-signup {
    display: none;
	}
	.nav-email-search-bar {
    max-width: 1204px;
    margin: -42px auto 0;
    padding: 0 30px 0 0;
	justify-content: flex-end;
	}
	.search-icon {
    position: relative;
    z-index: 9999;
		margin-top: 2px;
		font-size: 20px;
	}
	/**trending posts sidebar**/
	.trending-posts .tptn_link > img {
    width: 200px;
    height: 133px;
    float: none;
    margin-right: 0;
	}
	.trending-posts .tptn_after_thumb {
    float: none;
		width:auto;
	}
	.sidebar-content .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 28px !important;
    line-height: 28px !important;
    width: 28px !important;
	}
	#sticky .social-share-buttons {
    padding-left: 5px;
		text-align: right;
	}
	/**popup**/
	#popmake-57638 {
    max-width: 80%;
	}
	/**homepage updates - trending now**/
	.community-post-wrap {
    padding: 0 10px;
	}
	.trending-posts.updatedtocommunity .tpheadline {
		font-size: 21px;
		line-height: 28px;
	}
	/**meet the team**/
	.team-bio-box.flexing {
		flex-basis: 270px;
	}
	.team-bio-box a.flexing {
		flex-basis: 270px;
	}
	.bio-pic {
		flex-basis: 270px;
		height: 270px;
		width: 270px;
	}
	/**about**/
	.main-image {
    right: -250px;
	}
	.right-middle-image {
    right: -50px;
	}
	.right-bottom-image {
    display: none;
	}
	.who-we-are {
    width: 95%;
		margin: 50px 0 0 0;
		padding: 0 20px;
	}
	/**author pages**/
	.author-bio {
    flex-basis: 615px;
	}
	/**homepage**/
	.tptn_after_thumb {
    width: 130px;
		}
		/**summit template**/
		.our-partners-sponsors .our-partners.flexing img {
		flex-basis: 250px;
		}
		/**ambassador pages**/
		.ambassador .navbar-header {
			float: none;
		}
		.ambassador .logo-nav-avatar.flexing {
	    justify-content: space-between;
		}
		.ambassador .site-branding {
			flex-basis: 150px;
		}
		.ambassador .ambassador-pic {
			flex-basis: auto;
		}
		.ambassador .navbar.navbar-default {
	    flex-basis: 125px;
			order: 3;
			text-align: right;
		}
		.ambassador .navbar-toggle {
	    margin: 0 !important;
			border-color: transparent;
			display: block;
		}
	  .ambassador .ambassador { border-color: #fff;}
		.ambassador .navbar-default .navbar-nav > .active > a {
	    border-bottom: 1px solid transparent;
		}
		.ambassador .navbar-collapse.in {
	    overflow-y: visible;
		}
	  .ambassador .navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0);
	  }
	  .ambassador .navbar-collapse.collapse {
	    display: none !important;
	  }

		.ambassador .navbar-default .navbar-toggle:focus, .ambassador .navbar-default .navbar-toggle:hover {
	    background-color: transparent;
		}
	  .ambassador .navbar-nav>li {
	    float: none;
	  }
	  .ambassador .navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	  }
	  .ambassador .navbar-text {
	    float: none;
	    margin: 15px 0;
	  }
			/* since 3.1.0 */
		 .ambassador .navbar-collapse.collapse.in { 
				 display: block !important;
		 }
		 .ambassador .collapsing {
				 overflow: hidden !important;
		 }
		.studio-image {
    width: 50%;
	}
}

@media screen and (max-width: 812px) {
	/**global**/
	#shiftnav-toggle-main {
    top: 32px !important;
	}
	/**homepage**/
	.recent-post-wrap {
    flex-basis: 430px;
	}
	.community-post-wrap {
    flex-basis: 240px;
	}
	.trending-posts {
    padding-left: 20px;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 360px;
	}
	/*individ post page*/
	.addtoany_list a {
    padding: 0 10px 0 0 !important;
	}
	.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 30px !important;
    line-height: 30px !important;
    width: 30px !important;
	}
	.trending-posts ul li .post-image {
    flex-basis: 100px;
	}
	.author-description {
		flex-basis: 390px;
	}
	#sticky {
		padding: 10px 0;
	}
	/**footer**/
	.about_footer {
    flex-basis: 350px;
	}
	#menu-footer-menu {
    flex-wrap: wrap;
	}
	#menu-footer-menu > li {
    flex-basis: 250px;
    margin-top: 20px;
	}
}

@media screen and (max-width: 800px) {
	/**homepage**/
	.homepage-slider .n2-ss-slide-backgrounds {
    width: 100% !important;
	}
	.tptn_after_thumb {
    float: right;
    width: 100%;
	}
	
}

@media screen and (max-width: 768px) {
	/**popup**/
	#popmake-57638 {
    max-width: 85%;
	}
	/**homepage**/
	.flexing.community {
    padding: 0 0 10px;
	}
	.community-post-wrap {
    flex-basis: 230px;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 340px;
	}
	/**individ post page**/
	.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 28px !important;
    line-height: 28px !important;
    width: 28px !important;
	}
	.post-content {
    padding-right: 25px;
	}
	.sidebar-content {
		padding-left: 25px;
	}
	/**about**/
	.content-www {
    right: -50px;
	}
	.right-middle-image {
    right: -100px;
	}
	.main-image {
    right: -275px;
	}
	/**author pages**/
	.author-bio {
    flex-basis: 575px;
	}
	/**footer**/
	.about_footer {
    flex-basis: 300px;
	}
	#menu-footer-menu > li {
    flex-basis: 220px;
	}
	/**summit template**/
	.our-partners-sponsors .our-partners.flexing img {
		flex-basis: 240px;
	}
}

@media screen and (max-width: 736px) {
	/**popup**/
	#popmake-57638 {
    max-width: 88%;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 325px;
	}
	/**individ post page**/
	.addtoany_list a {
    padding: 0 8px 0 0 !important;
	}
	/**summit template**/
	.our-partners-sponsors .our-partners.flexing img {
		flex-basis: 230px;
	}
}

@media screen and (max-width: 720px) {
	/**homepage**/
	.community-post-wrap {
    flex-basis: 220px;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 315px;
	}
	/**footer**/
	.about_footer {
    flex-basis: 275px;
	}
	/**summit template**/
	.our-partners-sponsors .our-partners.flexing img {
		flex-basis: 220px;
	}
	/**ambassador page**/
	.amb-featured.wp-post-image {
    float: none;
    max-width: 100%;
    margin: 20px 0;
	}
	.ambassador-pages .entry-content {
    margin: 20px 0;
	}
}

@media screen and (max-width: 667px) {
	/**popup**/
	#popmake-57638 {
    max-width: 95%;
		left: 20px !important;
	}
	/**homepage**/
	.community-trending-posts {
		margin: 70px 0 20px;
    display: block;
	}
	.trending-posts {
    padding-left: 0;
    margin-top: 50px;
	}
	.trending-posts ul li .post-image {
    flex-basis: 200px;
	}
	.community-post-wrap {
    flex-basis: 200px;
	}
	.trending-posts ul {
    flex-direction: row;
    flex-wrap: wrap;
	}
	.trending-posts ul li {
    flex-basis: 300px;
	}
	.trending-posts ul li a {
    flex-basis: 200px;
	}
	.tptn_after_thumb {
    float: right;
    width: 190px;
    margin-right: 20px;
	}
	.trending-posts.updatedtocommunity .community-post-wrap .post-title {
    margin: 0 0 25px 15px;
    flex-basis: 300px;
		text-align: left;
	}
	.flexing.community .tptn_posts.tptn_posts_shortcode {
    flex-wrap: wrap;
    justify-content: center;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 290px;
	}
	/**individ post page**/
	.content-wrapper.flexing {
    display: block;
	}
	.post-content {
    flex-basis: auto;
    border-right: 0;
	}
	#sticky .title-onstick {
    flex-basis: 400px;
    padding-right: 10px;
	}
	#secondary.widget-area, .sidebar-content {
    display: none;
	}
	/**about**/
	.aboutus .team-bio-box.flexing {
		flex-basis: 200px;
	}
	.aboutus .team-bio-box a.flexing {
		flex-basis: 200px;
	}
	.aboutus .bio-pic {
		flex-basis: 200px;
		height: 200px;
		width: 200px;
	}
	.content-www {
    right: 0px;
	}
	.image-left-www {
    width: 100%;
	}
	/**author pages**/
	.author-bio {
    flex-basis: 550px;
	}
	/**sitemap**/
	body.page-id-39678 ul.wsp-categories-list {
    height: 650px;
	}
	/**footer**/
	.about_footer {
    flex-basis: 200px;
	}
	#menu-footer-menu > li {
    flex-basis: 200px;
	}
	/**summit template**/
	.our-partners-sponsors .our-partners.flexing img {
		flex-basis: 275px;
	}
	
}

@media screen and (max-width: 640px) {
	/**popup**/
	#popmake-57638 {
    max-width: 98%;
    left: 5px !important;
	}
	.popup.left .intro {
    margin: 15px 0;
	}
	/**homepage**/
	.rposts > .flexing {
    display: block;
	}
	.recent-posts {
		flex-basis: auto;
    border-right: 0;
	}
	.recent-post-wrap {
    flex-basis: 270px;
	}
	#mailchimpcta {
    background: #fff;
    margin: 30px;
    padding: 20px 50px;
	}
	.mail-chimp-signup {
    flex-basis: auto;
    margin-left: 0;
	}
	.flexing.community {
    flex-wrap: wrap;
	}
	.community-post-wrap {
    flex-basis: 275px;
    margin-bottom: 20px;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 280px;
	}
	/**meet the team**/
	.team-bio-box.flexing {
		flex-basis: 240px;
	}
	.team-bio-box a.flexing {
		flex-basis: 240px;
	}
	.bio-pic {
		flex-basis: 240px;
		height: 240px;
		width: 240px;
	}
	/**author pages**/
	.author-bio {
    flex-basis: 450px;
	}
	/**sitemap**/
	body.page-id-39678 ul.wsp-categories-list {
    height: 670px;
	}
	/**footer**/
	.about_footer {
    flex-basis: 320px;
	}
	.social {
    flex-basis: 320px;
		text-align: left;
	}
	.social a {
    font-size: 20px;
    color: #101010;
    margin: 0 15px 20px 0;
    display: inline-block;
	}
	/**homepage - slider**/
	.n2-ss-item-content p {
		background: rgba(247,245,245,0) !important;
	}
	.n2-ss-layer-row {
			background: rgba(245,247,247,0.8) !important;
	}
	.n2-ss-layer {
		margin: 0 10px !important;
	}
	.trending-posts .post-title {
	    margin: 0 0 0 15px;
		}
}

@media screen and (max-width: 600px) {
	/**popup**/
	.popup-wrapper h2 {
    font-size: 22px;
	}
	/**homepage**/
	.recent-post-wrap {
    flex-basis: 250px;
	}
	.trending-posts ul li {
    flex-basis: 260px;
    margin-left: 10px;
	}
	.tptn_after_thumb {
    float: right;
    width: 150px;
    margin-right: 10px;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 260px;
	}
	/**about**/
	.largerscreen {
		display: none;
	}
	.smallerscreen {
		display: block;
	}
	.main-image, .right-middle-image, .right-bottom-image {
    display: none;
	}
	.bottom-left-image {
    margin-left: 0;
    width: 100%;
    position: relative;
    margin: 9px 0 0 0;
    max-width: 600px;
	}
	.bottom-left-image img {
		width: 100%;
	}
	.about-us h1.page-title {
    margin: 20px 25px;
    z-index: 99;
    position: relative;
    width: 90%;
    font-size: 26px;
    line-height: 32px;
	}
	.content-www {
    right: 0px;
    position: relative;
    width: 90%;
    top: 0;
	}
	.content-www h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
	}
	.content-www a {
    width: 100%;
    display: block;
	}
	.content-www button {
    width: 85%;
	}
	body.page-id-39678 ul.wsp-categories-list {
    display: block !important;
    width: 100%;
    height: auto !important;
	}
	/**footer**/
	#menu-footer-menu > li {
    flex-basis: 175px;
	}
}

@media screen and (max-width: 568px) {
	/**popup**/
	.popup-wrapper h2 {
    margin: 0;
	}
	/**homepage**/
	.recent-post-wrap {
    flex-basis: 230px;
	}
	.community-post-wrap {
    flex-basis: 320px;
		text-align: center;
	}
	.trending-posts ul li {
    flex-basis: 350px;
    margin-left: 10px;
	}
	.tptn_after_thumb {
    float: right;
    width: 250px;
    margin-right: 10px;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 568px;
		margin: 30px 0;
	}
	/**meet the team**/
	.team-bio-box.flexing {
		flex-basis: 220px;
	}
	.team-bio-box a.flexing {
		flex-basis: 220px;
	}
	.bio-pic {
		flex-basis: 220px;
		height: 220px;
		width: 220px;
	}
	/**author pages**/
	.author-bio {
    flex-basis: 400px;
	}
	/**summit template**/
	.our-partners-sponsors .our-partners.flexing img {
		flex-basis: 250px;
	}
	/**ambassador pages**/
	.amb-dropdown-content {
		top: 60px;
	}
	.amb-profile-pic {
    width: 50px;
	}
	.ambassador .site-branding {
    font-size: 22px;
    line-height: 32px;
	}
	.ambassador .navbar.navbar-default {
    padding: 8px 0 0;
	}
	.studio-image {
    float: left;
    margin: 0 20px 20px 0;
	}
}

@media screen and (max-width: 534px) {
	/**popup**/
	.popup.left {
    padding-right: 0;
	}
	/**homepage**/
	.recent-post-wrap {
    flex-basis: 210px;
	}
	.community-post-wrap {
    flex-basis: 240px;
	}
	/**individ post page**/
	#sticky .title-onstick {
    flex-basis: 260px;
	}
	#sticky .social-share-buttons {
    padding-left: 0;
	}
	/**meet the team**/
	.team-bio-box.flexing {
		flex-basis: 200px;
	}
	.team-bio-box a.flexing {
		flex-basis: 200px;
	}
	.bio-pic {
		flex-basis: 200px;
		height: 200px;
		width: 200px;
	}
	/**summit template**/
	.our-partners-sponsors .our-partners.flexing img {
		flex-basis: 240px;
	}
	/**ambassador pages**/
	.resource-item {
    flex-wrap: wrap;
		}
		body.page-id-56170 .entry-content {
    flex-wrap: wrap;
	}
	.mp_wrapper.account-nav, .mp_wrapper.account-settings {
    flex-basis: 100%;
    margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	/**popup**/
	.popup-wrapper h2 {
    font-size: 19px;
    line-height: 22px;
	}
	.popup.left .intro {
    font-size: 15px;
	}
	/**homepage**/
	.sliderdesk {
		display: none;
	}
	.slidermobile {
		display: block;
	}
	#n2-ss-5-arrow-previous, #n2-ss-5-arrow-next {
		background: #33055d !important;
		border-radius: 0 !important;
	}
	div#n2-ss-5 .nextend-arrow:hover {
		background: #33055d !important;
	}
	.n2-ss-layer {
    margin: 0 !important;
	}
	#n2-ss-5-arrow-previous, #n2-ss-5-arrow-next {
    top: 278px !important;
	}
	.slider-wrapper {
		padding: 0;
		margin: 8px 0 50px;
	}
	.slider-wrapper .wrapper-panel {
		padding: 0;
	}
	.recent-post-wrap {
    flex-basis: 190px;
	}
	#mailchimpcta {
    padding: 20px 40px;
	}
	.community-post-wrap {
    flex-basis: 210px;
	}
	.more-to-love .wrapper-panel {
    padding: 0;
	}
	.more-to-love .flexslider.carousel {
    width: 96%;
		margin: 0 0 60px !important;
	}
	/**individ post page**/
	.author-info.flexing {
    flex-direction: column;
	}
	/**meet the team**/
	.team-bio-box.flexing {
		flex-basis: 175px;
	}
	.team-bio-box a.flexing {
		flex-basis: 175px;
	}
	.bio-pic {
		flex-basis: 175px;
		height: 175px;
		width: 175px;
	}
	/**about**/
	.aboutus .team-bio-box.flexing {
		flex-basis: 130px;
	}
	.aboutus .team-bio-box a.flexing {
		flex-basis: 130px;
	}
	.aboutus .bio-pic {
		flex-basis: 130px;
		height: 130px;
		width: 130px;
	}
	/**author pages**/
	.author-bio {
    flex-basis: 325px;
	}
	/**footer**/
	.about_footer, .social {
    flex-basis: auto;
	}
	.foot-content.flexing {
    flex-direction: column;
	}
	.social a {
    margin: 0 7px 20px 0;
	}
	/**summit template**/
	.our-partners-sponsors .our-partners.flexing img {
		flex-basis: 220px;
	}
	/**ambassador pages **/
	.communication-section {
    flex-direction: column;
	}
	.sec-1, .sec-2 {
    flex-basis: auto;
    margin: 20px;
	}
	.studio-image {
    width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.shiftnav {
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media screen and (max-width: 414px) {
	/**global**/
	.nav-email-search-bar.flexing {
	    display: block;
	    float: right;
	    font-size: 18px;
	    margin-top: -40px;
	}
	/**popup**/
	#popmake-57638 {
    max-width: 96%;
	}
	.popup-wrapper {
    flex-direction: column;
	}
	.popup.left {
    flex-basis: auto;
	}
	.popup-wrapper h2 {
    font-size: 25px;
    line-height: 32px;
	}
	/**homepage**/
	#n2-ss-5-arrow-previous, #n2-ss-5-arrow-next {
    top: 240px !important;
	}
	.slider-wrapper {
    margin: 0 0 50px;
	}
	.recent-post-wrap {
    flex-basis: 400px;
    margin: 0 5px 40px 0;
	}
	.cp-headline {
    padding: 40px 0 10px;
    min-height: 150px;
    margin-bottom: 0;
	}	
	.community-post-wrap {
    flex-basis: 375px;
		margin-bottom: 40px;
	}
	.community-trending-posts {
    margin: 0;
	}
	.podcast-title {
    font-size: 35px;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 414px;
	}
	/**individ post page**/
	.entry-title {
    font-size: 36px;
	}
	/**meet the team**/
	.team-bio-box.flexing {
		flex-basis: 140px;
	}
	.team-bio-box a.flexing {
		flex-basis: 140px;
	}
	.bio-pic {
		flex-basis: 140px;
		height: 140px;
		width: 140px;
	}
	/**about**/
	.bottom-left-image {
    margin: 0;
	}
	/**author pages**/
	.page-header.archives.authorarchive.flexing {
    flex-direction: column;
	}
	.author-avatar {
    flex-basis: auto;
	}
	.author-bio {
    flex-basis: auto;
	}
	.author-bio .page-title {
    font-size: 33px;
    line-height: 35px;
	}
	.author-bio .page-title {
    margin-top: 20px;
	}
	/**footer**/
	.social a {
	    margin: 0 4px 3px 0;
	}
	/**summit template**/
	.our-partners-sponsors .our-partners.flexing img {
		flex-basis: 350px;
	}
	/**ambassador pages**/
	.ambassador .site-branding, .ambassador .navbar.navbar-default, .ambassador .ambassador-pic {
    flex-basis: 50%;
	}
	
}

@media screen and (max-width: 375px) {
	/**popup**/
	#popmake-57638 {
    max-width: 95%;
	}
	/**footer**/
	.divider {
	    display: block;
	    border-right: 0;
	}
	#menu-footer-menu > li {
    flex-basis: 165px;
	}
	.mail-chimp-signup.flexing {
	    margin-left: -20px;
	}
	/**homepage**/
	#n2-ss-5-arrow-previous, #n2-ss-5-arrow-next {
    top: 214px !important;
	}
	.trending-posts ul li {
	    flex-basis: 375px;
	    margin-left: 10px;
	}
	.trending-posts ul li .post-image {
	    flex-basis: 100px;
	}
	.tptn_after_thumb {
    width: 210px;
	}
	/**secondary**/
	.post-archive .post-box.flexing {
    flex-basis: 375px;
	}
	/**individ post page**/
	#sticky, #sticky.fixed, #sticky.title-share {
    display: none !important;
	}
	/**meet the team**/
	.team-bio-box.flexing {
		flex-basis: 300px;
	}
	.team-bio-box a.flexing {
		flex-basis: 300px;
	}
	.bio-pic {
		flex-basis: 300px;
		height: 300px;
		width: 300px;
	}
	/**about**/
	.belief-box {
    flex-basis: auto;
    flex-direction: column;
    margin-bottom: 30px;
	}
	.about-us h1.page-title {
    margin: 35px 25px 20px;
	}
	.our-beliefs {
    padding: 30px 0;
	}
	.our-team .team-bio-box.flexing {
    margin: 20px 20px 10px 0;
	}
	.content-www button {
    width: 100%;
	}
}

@media screen and (max-width: 360px) {
	/**homepage**/
	#n2-ss-5-arrow-previous, #n2-ss-5-arrow-next {
    top: 204px !important;
	}
	/**footer**/
	#menu-footer-menu > li {
    flex-basis: 155px;
}
.copyright {
    font-size: 14px;
	}

}

@media screen and (max-width: 320px) {
	/**homepage**/
	#n2-ss-5-arrow-previous, #n2-ss-5-arrow-next {
    top: 177px !important;
	}
	.tptn_after_thumb {
    width: 160px;
	}
	/**mobile menu**/
	.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item > .shiftnav-target {
    font-size: 22px !important;
	}
	.inmobilemenusocial a {
    padding: 0 4px !important;
	}
	/**meet the team**/
	.team-bio-box.flexing {
		flex-basis: 280px;
	}
	.team-bio-box a.flexing {
		flex-basis: 280px;
	}
	.bio-pic {
		flex-basis: 280px;
		height: 280px;
		width: 280px;
	}
	/**about**/
	.aboutus .team-bio-box.flexing {
		flex-basis: 115px;
	}
	.aboutus .team-bio-box a.flexing {
		flex-basis: 115px;
	}
	.aboutus .bio-pic {
		flex-basis: 115px;
		height: 115px;
		width: 115px;
	}
}
