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

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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;
	max-width: 100%;
	height: auto;
}

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

figure {
	margin: 0;
}

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

pre {
	overflow: auto;
}

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

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"] {
	-webkit-box-sizing: border-box;
	        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;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.row,
.wp-block-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.wp-block-column,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
}

.col {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 8.33333%;
	        flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66667%;
	        flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33333%;
	        flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 41.66667%;
	        flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 58.33333%;
	        flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.66667%;
	        flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 83.33333%;
	        flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 91.66667%;
	        flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	    -ms-flex-order: 13;
	        order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	    -ms-flex-order: 7;
	        order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	    -ms-flex-order: 8;
	        order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	    -ms-flex-order: 9;
	        order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

.col,
[class*="col-"],
.wp-block-column {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: row-reverse !important;
	        flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	    flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	    flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 1 auto !important;
	        flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	    -ms-flex-positive: 0 !important;
	        flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	    -ms-flex-positive: 1 !important;
	        flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	    flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	    flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	    -ms-flex-pack: justify !important;
	        justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	    justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	    -ms-flex-align: end !important;
	        align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	    -ms-flex-align: baseline !important;
	        align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	    -ms-flex-align: stretch !important;
	        align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	    align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	    align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	    align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	    align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	    align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	    align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	    align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	    align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	    align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	    align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	    align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	    align-self: stretch !important;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
		1. TYPOGRAPHY
		2. BASE STYLINGS
		3. HELPERS
		4. HEADER TOP
		5. HEADER SLOTS
		6. HEADER ELEMENTS
		7. HEADER STICKY
		8. MENU MAIN
		9. MENU DONATE
		10. MENU SOCIAL
		11. MENU SUBSCRIBE
		12. MENU ACTIONS
		13. MEGAMENU
		14. OVERLAY ELEMENTS
		15. CONTENT POSITIONING
		16. LAYOUTS
		17. WELCOME AREA STYLING
		18. GENERAL STYLES
		19. SECTION STYLING
		20. SIDEBAR
		21. SUBSCRIBE ELEMENTS
		22. BUTTONS
		23. PAGINATION
		24. FORMS
		25. WP ELEMENTS
		26. COMMENTS
		27. WIDGETS
		28. SINGLE
		29. BLOCKS
		30. PLAYER ELEMENTS
		31. FOOTER
		32. MODAL
		33. SIDEBAR HIDDEN
		34. BREADCRUMBS
		35. SHORTCODES
		36. INSTAGRAM
		37. ALT COLORS STYLES
		38. THEME STYLE VARIATIONS
		39. BROWSERFIXES
		40. RESPONSIVE

--------------------------------------------------------------*/

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

html {
	font-size: 62.5%;
}

body {
	line-height: 1.78;
}

html,
html a {
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
}

.section-content .megaphone-menu-subscribe .header-el-label {
	line-height: 1.1;
}

.lh-1 {
	line-height: 1;
}

h4,
h5,
h6,
.h4,
.h5,
.h6,
.h7,
.h8 {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}

.text-small {
	display: block;
	font-size: 1.2rem;
	opacity: .8;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 15px;
	margin-top: 22.5px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-content .h1:first-child,
.entry-content .h2:first-child,
.entry-content .h3:first-child,
.entry-content .h4:first-child,
.entry-content .h5:first-child,
.entry-content .h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.comment-content .h1:first-child,
.comment-content .h2:first-child,
.comment-content .h3:first-child,
.comment-content .h4:first-child,
.comment-content .h5:first-child,
.comment-content .h6:first-child {
	margin-top: 0;
}

.entry-content .meks_ess + h1:first-of-type,
.entry-content .meks_ess + h2:first-of-type,
.entry-content .meks_ess + h3:first-of-type,
.entry-content .meks_ess + h4:first-of-type,
.entry-content .meks_ess + h5:first-of-type,
.entry-content .meks_ess + h6:first-of-type,
.entry-content .meks_ess + .h1:first-of-type,
.entry-content .meks_ess + .h2:first-of-type,
.entry-content .meks_ess + .h3:first-of-type,
.entry-content .meks_ess + .h4:first-of-type,
.entry-content .meks_ess + .h5:first-of-type,
.entry-content .meks_ess + .h6:first-of-type {
	margin-top: 0;
}

.entry-title {
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content p:last-child img {
	margin-top: 30px;
}

.paragraph-small {
	line-height: 1.6;
	font-size: 1.5rem;
}

.paragraph-small p {
	margin-bottom: 20px;
}

.paragraph-small p:last-child {
	margin-bottom: 0;
}

.link-uppercase {
	font-size: 1.4rem;
	line-height: 1.2;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.link-uppercase i {
	margin-left: 2px;
}

.vertical-gutter-flow,
p,
.wp-block-column,
.entry-content > blockquote,
.entry-content > iframe,
.wp-block-image,
.entry-content > ul,
.entry-content > ol,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-table,
.wp-block-separator,
.wp-block-button,
.wp-block-media-text,
.wp-block-archives,
.wp-block-latest-comments,
.wp-block-embed,
address,
pre,
.entry-content .wp-block-quote,
.entry-content .wp-block-pullquote,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-code,
.wp-block-audio,
.wp-block-calendar,
.wp-block-search,
.entry-content > .aligncenter {
	margin-bottom: 15px;
}

a {
	-webkit-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
}

.entry-content a {
	border-bottom: 1px solid;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

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

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

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

hr {
	border: 0;
	margin-top: 0;
	margin-bottom: 24px;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 24px;
	padding-left: 24px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-top: 0;
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 24px;
	margin-bottom: 24px;
}

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

iframe {
	max-width: 100%;
	width: 100%;
}

figure {
	margin: 0 0 24px; /* Extra wide images within figure tags don't overflow the content area. */
	max-width: 100%;
}

svg {
	display: block;
}

table {
	border-collapse: collapse;
	margin-bottom: 24px;
	width: 100%;
}

th {
	text-align: left;
}

th,
td {
	padding: 10px 16px;
}

figcaption {
	margin: 8px 0 0;
	font-size: 1.4rem;
}

cite {
	font-style: normal;
}

cite em {
	font-style: italic;
}

pre {
	padding: 40px;
}

.list-reset {
	list-style: none;
	padding: 0;
}

.text-left {
	text-align: left;
}

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

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

.entry-media-rounded img,
.megaphone-rounded {
	border-radius: 50%;
}

.mt-sm-0 {
	margin-top: 0px;
}

.pt-sm-0 {
	padding-top: 0px;
}

.mb-sm-0 {
	margin-bottom: 0px;
}

.pb-sm-0 {
	padding-bottom: 0px;
}

.ml-sm-0 {
	margin-left: 0px;
}

.pl-sm-0 {
	padding-left: 0px;
}

.mr-sm-0 {
	margin-right: 0px;
}

.pr-sm-0 {
	padding-right: 0px;
}

.mt-sm-4 {
	margin-top: 4px;
}

.pt-sm-4 {
	padding-top: 4px;
}

.mb-sm-4 {
	margin-bottom: 4px;
}

.pb-sm-4 {
	padding-bottom: 4px;
}

.ml-sm-4 {
	margin-left: 4px;
}

.pl-sm-4 {
	padding-left: 4px;
}

.mr-sm-4 {
	margin-right: 4px;
}

.pr-sm-4 {
	padding-right: 4px;
}

.mt-sm-8 {
	margin-top: 8px;
}

.pt-sm-8 {
	padding-top: 8px;
}

.mb-sm-8 {
	margin-bottom: 8px;
}

.pb-sm-8 {
	padding-bottom: 8px;
}

.ml-sm-8 {
	margin-left: 8px;
}

.pl-sm-8 {
	padding-left: 8px;
}

.mr-sm-8 {
	margin-right: 8px;
}

.pr-sm-8 {
	padding-right: 8px;
}

.mt-sm-10 {
	margin-top: 10px;
}

.pt-sm-10 {
	padding-top: 10px;
}

.mb-sm-10 {
	margin-bottom: 10px;
}

.pb-sm-10 {
	padding-bottom: 10px;
}

.ml-sm-10 {
	margin-left: 10px;
}

.pl-sm-10 {
	padding-left: 10px;
}

.mr-sm-10 {
	margin-right: 10px;
}

.pr-sm-10 {
	padding-right: 10px;
}

.mt-sm-12 {
	margin-top: 12px;
}

.pt-sm-12 {
	padding-top: 12px;
}

.mb-sm-12 {
	margin-bottom: 12px;
}

.pb-sm-12 {
	padding-bottom: 12px;
}

.ml-sm-12 {
	margin-left: 12px;
}

.pl-sm-12 {
	padding-left: 12px;
}

.mr-sm-12 {
	margin-right: 12px;
}

.pr-sm-12 {
	padding-right: 12px;
}

.mt-sm-15 {
	margin-top: 15px;
}

.pt-sm-15 {
	padding-top: 15px;
}

.mb-sm-15 {
	margin-bottom: 15px;
}

.pb-sm-15 {
	padding-bottom: 15px;
}

.ml-sm-15 {
	margin-left: 15px;
}

.pl-sm-15 {
	padding-left: 15px;
}

.mr-sm-15 {
	margin-right: 15px;
}

.pr-sm-15 {
	padding-right: 15px;
}

.mt-sm-20 {
	margin-top: 20px;
}

.pt-sm-20 {
	padding-top: 20px;
}

.mb-sm-20 {
	margin-bottom: 20px;
}

.pb-sm-20 {
	padding-bottom: 20px;
}

.ml-sm-20 {
	margin-left: 20px;
}

.pl-sm-20 {
	padding-left: 20px;
}

.mr-sm-20 {
	margin-right: 20px;
}

.pr-sm-20 {
	padding-right: 20px;
}

.pl-48 {
	padding-left: 12px;
}

.pr-0 {
	padding-right: 0;
}

.padding-reset {
	padding: 0 !important;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.m-mc {
	margin-left: auto;
	margin-right: auto;
}

.m-mc-reset {
	margin-left: 0;
	margin-right: 0;
}

.header-top .slot-c {
	-webkit-box-flex: unset;
	    -ms-flex: unset;
	        flex: unset;
}

.header-top .slot-r,
.header-top .slot-l {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.header-middle nav,
.header-sticky nav {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.header-top .megaphone-header i {
	font-size: 2rem;
}

.header-top .megaphone-menu-social li a:after {
	font-size: 1.6rem;
}

.header-top .megaphone-menu-donate a {
	padding: 0 15px;
	height: 32px;
	font-size: 1.3rem;
}

.slot-l,
.slot-r {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.slot-l {
	margin-right: auto;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.slot-c {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.slot-r {
	margin-left: auto;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.flex-item-auto .slot-l,
.flex-item-auto .slot-r {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
}

.justify-content-center .slot-c {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-middle .slot-r,
.header-middle .slot-l,
.header-sticky .slot-r,
.header-sticky .slot-l {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
}

.header-bottom .slot-c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.slot-r ul + ul,
.slot-r nav + ul,
.slot-r div + ul {
	margin-left: 20px;
}

.slot-l ul + ul,
.slot-l nav + ul,
.slot-l div + ul {
	margin-right: 20px;
}

.slot-l .megaphone-search {
	margin-right: 20px;
}

.slot-l > nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.slot-l > nav > ul > li:last-child {
	margin: 0;
}

.slot-r > nav > ul > li,
.slot-r > div > nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.slot-c > nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.slot-c ul + ul,
.slot-c nav + ul,
.slot-c div + ul {
	margin-left: 20px;
}

.slot-r > nav > ul > li:last-child {
	padding-right: 0;
}

.slot-l > nav > ul > li:first-child {
	padding-left: 0;
}

.header-bottom .slot-r nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.header-bottom .megaphone-site-branding + nav,
.header-bottom .megaphone-site-branding + .d-lg-flex nav {
	margin-left: 20px;
}

.header-bottom .slot-r ul + ul,
.header-bottom .slot-r nav + ul {
	margin-left: 20px;
}

.header-bottom .slot-c nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.header-bottom .slot-c nav + ul,
.header-bottom .slot-c ul + ul {
	margin-left: 20px;
}

.header-bottom .slot-c .megaphone-menu-social {
	margin-left: 20px;
}

.header-bottom .slot-c > nav > ul > li:first-child {
	padding-left: 0;
}

.header-bottom .slot-c > nav > ul > li:last-child {
	padding-right: 0;
}

.header-sticky-main .slot-c > div > nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.header-sticky-main .slot-l > div > nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.header-sticky-main .slot-l > div > nav > ul > li:last-child {
	margin: 0;
}

.megaphone-site-branding + nav,
.megaphone-site-branding + .d-lg-flex nav {
	margin-left: 20px;
}

.megaphone-header-shadow .megaphone-header-main,
.megaphone-header-shadow .header-mobile {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.megaphone-site-branding .site-title {
	margin: 0;
	line-height: 0;
}

.megaphone-site-branding .site-title.logo-img-none {
	line-height: 1;
}

.site-description {
	font-size: 1.4rem;
}

.megaphone-header i {
	font-size: 2.4rem;
}

.megaphone-menu-social li a:after {
	font-size: 1.8rem;
}

.megaphone-modal.modal-open .megaphone-menu-social li a:after {
	font-size: 2.4rem;
}

.megaphone-header-main,
.header-mobile {
	margin-bottom: 30px;
}

.megaphone-header-no-margin .megaphone-header-main,
.megaphone-header-no-margin .header-mobile {
	margin-bottom: 0;
}

.megaphone-header-labels-hidden .header-el-label {
	display: none;
}

.header-el-label {
	line-height: 1;
}

.megaphone-header-window .header-bottom > .container,
.megaphone-header-window .header-middle > .container,
.megaphone-header-window .header-top > .container,
.megaphone-header-window .header-sticky-main > .container {
	max-width: 100%;
}

.megaphone-header-bottom-unboxed .header-bottom > .container {
	max-width: 100%;
}

.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	will-change: transform;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateY(-200px);
	        transform: translateY(-200px);
	z-index: 9000;
}

.megaphone-header-sticky-active .header-sticky {
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}

.header-sticky {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

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

.megaphone-header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.megaphone-header li {
	position: relative;
}

.header-middle nav > ul > li > a {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.megaphone-header a {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.megaphone-header .sub-menu a {
	display: block;
	padding: 0 25px 15px 30px;
}

.megaphone-header .sub-menu {
	display: none;
	opacity: 0;
	position: absolute;
	width: 220px;
	padding: 25px 0 10px 0;
	z-index: 2000;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	left: -30px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.megaphone-header .sub-menu .sub-menu {
	left: 100%;
	top: -25px;
}

.megaphone-header li:hover > .sub-menu {
	display: block;
	-webkit-animation: fadeInFromNone .15s ease-out;
	animation: fadeInFromNone .15s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.megaphone-header .megaphone-menu > li > a,
.megaphone-menu-action a {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.megaphone-header nav > ul > li.menu-item-has-children > a:after {
	content: "\e904";
	font-family: 'megaphone-font';
	margin: 4px 0 0 -1px;
	opacity: 1;
	width: 12px;
	font-size: 2rem;
	line-height: 1;
}

.megaphone-header nav .sub-menu > li.menu-item-has-children > a:after {
	content: "\e904";
	font-family: 'megaphone-font';
	margin: 4px 0 0 0;
	float: right;
	opacity: 1;
	font-size: 2rem;
	line-height: 1;
}

.megaphone-header ul li.menu-item-has-children:hover > a:after {
	opacity: 1;
}

.megaphone-menu-action .mf {
	font-size: 2.4rem;
	width: 20px;
	text-align: right;
}

.megaphone-menu-action a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.megaphone-menu-action .mf {
	margin-left: 5px;
}

.megaphone-header li .sub-menu.megaphone-rev {
	left: auto !important;
	right: 0;
}

.megaphone-header li .sub-menu .sub-menu.megaphone-rev {
	left: auto !important;
	right: 100%;
}

.megaphone-hamburger-hidden .megaphone-hamburger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.megaphone-menu-donate li a {
	border: 1px solid;
	border-radius: 25px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	padding: 0 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.megaphone-menu-donate li a:before {
	font-family: "megaphone-font";
	margin-right: 5px;
	font-weight: normal;
	font-size: 2rem;
}

.megaphone-menu-donate li a[href*="paypal"]::before {
	content: "\e916";
}

.megaphone-menu-donate li a[href*="patreon"]::before {
	content: "\e91a";
}

.megaphone-menu-donate.megaphone-menu-action li {
	margin-right: 10px;
}

.megaphone-menu-donate.megaphone-menu-action li:last-child {
	margin-right: 0;
}

/*--------------------------------------------------------------
  Social Menu Navigation
--------------------------------------------------------------*/

.megaphone-menu-social li a:after {
	font-family: "FontAwesome";
}

.megaphone-menu-social {
	margin: 0;
	padding: 0;
}

.megaphone-menu-social li {
	display: inline-block;
}

.megaphone-menu-social a {
	background: transparent;
}

.megaphone-menu-social li {
	margin: 0 8px;
}

.megaphone-menu-social li:last-child {
	margin-right: 0;
}

.megaphone-menu-social a span {
	opacity: 0;
	display: none;
}

.megaphone-menu-social li a[href*="/feed"]::after,
.megaphone-menu-social li a[href*="/rss"]::after,
.megaphone-menu-social li a[href*="feedburner"]::after {
	content: "\f09e";
}

.megaphone-menu-social li a[href*="@"]::after {
	content: "\f0e0";
}

.megaphone-menu-social li a[href*="codepen."]::after {
	content: "\f1cb";
}

.megaphone-menu-social li a[href*="digg."]::after {
	content: "\f1a6";
}

.megaphone-menu-social li a[href*="dribbble."]::after {
	content: "\f17d";
}

.megaphone-menu-social li a[href*="dropbox."]::after {
	content: "\f16b";
}

.megaphone-menu-social li a[href*="facebook."]::after {
	content: "\f09a";
}

.megaphone-menu-social li a[href*="flickr."]::after {
	content: "\f16e";
}

.megaphone-menu-social li a[href*="foursquare."]::after {
	content: "\f180";
}

.megaphone-menu-social li a[href*="google."]::after {
	content: "\f0d5";
}

.megaphone-menu-social li a[href*="github."]::after {
	content: "\f09b";
}

.megaphone-menu-social li a[href*="instagram."]::after {
	content: "\f16d";
}

.megaphone-menu-social li a[href*="linkedin."]::after {
	content: "\f0e1";
}

.megaphone-menu-social li a[href*="last.fm"]::after {
	content: "\f202";
}

.megaphone-menu-social li a[href*="pinterest."]::after {
	content: "\f0d2";
}

.megaphone-menu-social li a[href*="reddit."]::after {
	content: "\f1a1";
}

.megaphone-menu-social li a[href*="soundcloud."]::after {
	content: "\f1be";
}

.megaphone-menu-social li a[href*="spotify."]::after {
	content: "\f1bc";
}

.megaphone-menu-social li a[href*="stumbleupon."]::after {
	content: "\f1a4";
}

.megaphone-menu-social li a[href*="tumblr."]::after {
	content: "\f173";
}

.megaphone-menu-social li a[href*="twitter."]::after {
	content: "\f099";
}

.megaphone-menu-social li a[href*="vimeo."]::after {
	content: "\f194";
}

.megaphone-menu-social li a[href*="vine.co"]::after {
	content: "\f1ca";
}

.megaphone-menu-social li a[href*="vk."]::after {
	content: "\f189";
}

.megaphone-menu-social li a[href*="wordpress."]::after {
	content: "\f19a";
}

.megaphone-menu-social li a[href*="xing."]::after {
	content: "\f168";
}

.megaphone-menu-social li a[href*="youtube."]::after {
	content: "\f16a";
}

.megaphone-menu-social li a[href*="medium."]::after {
	content: "\f23a";
}

.megaphone-menu-social li a[href*="buysellads."]::after {
	content: "\f20d";
}

.megaphone-menu-social li a[href*="behance."]::after {
	content: "\f1b4";
}

.megaphone-menu-social li a[href*="slack."]::after {
	content: "\f198";
}

.megaphone-menu-social li a[href*="weibo."]::after {
	content: "\f18a";
}

.megaphone-menu-social li a[href*="snapchat."]::after {
	content: "\f2ac ";
}

.megaphone-menu-social li a[href*="500px."]::after {
	content: "\f26e";
}

.megaphone-menu-social li a[href*="amazon."]::after {
	content: "\f270";
}

.megaphone-menu-social li a[href*="mixcloud."]::after {
	content: "\f289";
}

.megaphone-menu-social li a[href*="ok.ru"]::after {
	content: "\f263";
}

.megaphone-modal .megaphone-menu-social li a,
.megaphone-modal .megaphone-menu-social li a:hover {
	color: #FFF;
}

.megaphone-modal .megaphone-menu-social li a[href*="/feed"],
.megaphone-modal .megaphone-menu-social li a[href*="/rss"] {
	background-color: #FA9B39;
}

.megaphone-modal .megaphone-menu-social li a[href*="@"] {
	background-color: #AAA;
}

.megaphone-modal .megaphone-menu-social li a[href*="codepen."] {
	background-color: #fff;
}

.megaphone-modal .megaphone-menu-social li a[href*="digg."] {
	background-color: #fff;
}

.megaphone-modal .megaphone-menu-social li a[href*="dribbble."] {
	background-color: #ea4c89;
}

.megaphone-modal .megaphone-menu-social li a[href*="dropbox."] {
	background-color: #007ee5;
}

.megaphone-modal .megaphone-menu-social li a[href*="facebook."] {
	background-color: #3b5998;
}

.megaphone-modal .megaphone-menu-social li a[href*="flickr."] {
	background-color: #ff0084;
}

.megaphone-modal .megaphone-menu-social li a[href*="foursquare."] {
	background-color: #0732a2;
}

.megaphone-modal .megaphone-menu-social li a[href*="google."] {
	background-color: #dd4b39;
}

.megaphone-modal .megaphone-menu-social li a[href*="github."] {
	background-color: #4183c4;
}

.megaphone-modal .megaphone-menu-social li a[href*="instagram."] {
	background-color: #3f729b;
}

.megaphone-modal .megaphone-menu-social li a[href*="linkedin."] {
	background-color: #0e76a8;
}

.megaphone-modal .megaphone-menu-social li a[href*="last.fm"] {
	background-color: #e31b23;
}

.megaphone-modal .megaphone-menu-social li a[href*="pinterest."] {
	background-color: #c8232c;
}

.megaphone-modal .megaphone-menu-social li a[href*="reddit."] {
	background-color: #336699;
}

.megaphone-modal .megaphone-menu-social li a[href*="soundcloud."] {
	background-color: #f50;
}

.megaphone-modal .megaphone-menu-social li a[href*="vk."] {
	background-color: #597da3;
}

.megaphone-modal .megaphone-menu-social li a[href*="spotify."] {
	background-color: #81b900;
}

.megaphone-modal .megaphone-menu-social li a[href*="stumbleupon."] {
	background-color: #ff2618;
}

.megaphone-modal .megaphone-menu-social li a[href*="tumblr."] {
	background-color: #34526f;
}

.megaphone-modal .megaphone-menu-social li a[href*="twitter."] {
	background-color: #55acee;
}

.megaphone-modal .megaphone-menu-social li a[href*="vimeo."] {
	background-color: #1AB7EA;
}

.megaphone-modal .megaphone-menu-social li a[href*="vine."] {
	background-color: #00d9a3;
}

.megaphone-modal .megaphone-menu-social li a[href*="vk."] {
	background-color: #4e729a;
}

.megaphone-modal .megaphone-menu-social li a[href*="wordpress."] {
	background-color: #21759b;
}

.megaphone-modal .megaphone-menu-social li a[href*="xing."] {
	background-color: #026466;
}

.megaphone-modal .megaphone-menu-social li a[href*="youtube."] {
	background-color: #c4302b;
}

.megaphone-modal .megaphone-menu-social li a[href*="medium."] {
	background-color: #57ad68;
}

.megaphone-modal .megaphone-menu-social li a[href*="buysellads."] {
	background-color: #c90100;
}

.megaphone-modal .megaphone-menu-social li a[href*="behance."] {
	background-color: #1769ff;
}

.megaphone-modal .megaphone-menu-social li a[href*="slack."] {
	background-color: #6ecadc;
}

.megaphone-modal .megaphone-menu-social li a[href*="weibo."] {
	background-color: #B53434;
}

.megaphone-modal .megaphone-menu-social li a[href*="snapchat."] {
	background-color: #FFFC00;
}

.megaphone-modal .megaphone-menu-social li a[href*="500px."] {
	background-color: #0099e5;
}

.megaphone-modal .megaphone-menu-social li a[href*="amazon."] {
	background-color: #ff9900;
}

.megaphone-modal .megaphone-menu-social li a[href*="mixcloud."] {
	background-color: #314359;
}

.megaphone-modal .megaphone-menu-social li a[href*="ok.ru"] {
	background-color: #ed812b;
}

.megaphone-menu-subscribe li a::before {
	font-family: "megaphone-font";
	font-size: 2.4rem;
}

.megaphone-menu-subscribe {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.megaphone-menu-subscribe li a[href*="http"]::before {
	content: "\e925";
}

.megaphone-menu-subscribe li a[href*="google.com"]::before {
	content: "\e914";
}

.megaphone-menu-subscribe li a[href*="spotify.com"]::before {
	content: "\e913";
}

.megaphone-menu-subscribe li a[href*="apple.com"]::before {
	content: "\e912";
}

.megaphone-menu-subscribe li a[href*="stitcher.com"]::before {
	content: "\e915";
}

.megaphone-menu-subscribe li a[href*="youtube."]::before {
	content: "\e91c";
}

.megaphone-menu-subscribe li a[href*="anghami."]::before {
	content: "\e91d";
}

.megaphone-menu-subscribe li a[href*="mixcloud."]::before {
	content: "\e91e";
}

.megaphone-menu-subscribe li a[href*="soundcloud."]::before {
	content: "\e91f";
}

.megaphone-menu-subscribe li a[href*="podbean."]::before {
	content: "\e920";
}

.megaphone-menu-subscribe li a[href*="libsyn."]::before {
	content: "\e921";
}

.megaphone-menu-subscribe li a[href*="spreaker."]::before {
	content: "\e922";
}

.megaphone-menu-subscribe li a[href*="cadence13."]::before {
	content: "\e923";
}

.megaphone-menu-subscribe li a[href*="podomatic."]::before {
	content: "\e924";
}

.megaphone-menu-subscribe li a[href*="podcast."]::before {
	content: "\e924";
}

.megaphone-menu-subscribe li a[href*="iheart."]::before {
	content: "\e927";
}

.megaphone-menu-subscribe li a[href*="tunein."]::before {
	content: "\e928";
}

.megaphone-menu-subscribe li a[href*="overcast."]::before {
	content: "\e929";
}

.megaphone-menu-subscribe li a[href*="anchor."]::before {
	content: "\e92a";
}

.megaphone-menu-subscribe li a[href*="blogtalkradio."]::before {
	content: "\e92b";
}

.megaphone-menu-subscribe li a[href*="megaphone."]::before {
	content: "\e92c";
}

.megaphone-menu-subscribe li a[href*="ivoox."]::before {
	content: "\e92d";
}

.megaphone-menu-subscribe li a[href*="simplecast."]::before {
	content: "\e92e";
}

.megaphone-menu-subscribe li a[href*="ausha."]::before {
	content: "\e92f";
}

.megaphone-menu-subscribe li a[href*="captivate."]::before {
	content: "\e930";
}

.megaphone-menu-subscribe li a[href*="transistor."]::before {
	content: "\e931";
}

.megaphone-menu-subscribe li a[href*="deezer."]::before {
	content: "\e932";
}

.megaphone-menu-subscribe li a[href*="whooshkaa."]::before {
	content: "\e933";
}

.megaphone-menu-subscribe li {
	margin: 0 5px;
}

.megaphone-menu-subscribe li:last-child {
	margin-right: 0;
}

.megaphone-menu-subscribe li a::before {
	margin-right: 3px;
	font-weight: normal;
}

.megaphone-modal .megaphone-menu-subscribe {
	margin-left: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.megaphone-modal .megaphone-menu-subscribe li > a {
	height: 40px;
	width: auto;
}

.megaphone-modal .megaphone-menu-subscribe li {
	margin-bottom: 10px;
}

.megaphone-menu-action {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.megaphone-menu-action li {
	margin: 0;
}

.megaphone-menu-action .search-form {
	position: relative;
}

.megaphone-menu-action .search-form button[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	width: 36px;
	font-size: 1.2rem;
	padding: 0 17px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	min-height: auto;
	top: 1px;
	right: 1px;
	font-size: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.megaphone-menu-action .search-form input[type=text] {
	width: 220px;
	position: relative;
	font-size: 1.2rem;
	line-height: 36px;
	height: 36px;
	border-radius: 25px;
}

.header-top .megaphone-menu-action .search-form input[type=text] {
	width: 220px;
	font-size: 1.2rem;
	line-height: 32px;
	height: 32px;
}

.header-top .megaphone-menu-action .search-form button[type=submit] {
	height: 30px;
	width: 35px;
}

.megaphone-menu-action .search-form button[type=submit] i,
.megaphone-header .search-form button[type=submit] i,
.megaphone-header .megaphone-modal .search-form button[type=submit] i {
	display: none;
}

.megaphone-header .search-form button[type=submit] i {
	display: block;
	font-size: 2rem;
	margin: 0;
}

.megaphone-modal .empty-list {
	margin: 0;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.megaphone-section-subscribe .megaphone-menu.empty-list {
	text-align: center;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
   Mega Menu
--------------------------------------------------------------*/

.megaphone-mega-menu {
	overflow: hidden;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu > .sub-menu {
	width: 100%;
	max-width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 28px 28px 28px 28px;
	left: 30px;
	margin-top: 0;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu > .sub-menu .sub-menu {
	border-left: none;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu:hover > .sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.megaphone-header ul.megaphone-menu li.megaphone-mega-menu > .sub-menu > li > a {
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu .sub-menu > li a {
	padding-left: 0;
	line-height: 1.4;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu .sub-menu .sub-menu > li {
	width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu .sub-menu .sub-menu > li a {
	padding-left: 0;
	line-height: 1.4;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu > .sub-menu > li {
	padding-right: 25px;
	min-width: auto;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu > .sub-menu > li:last-child {
	padding-right: 0;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu .sub-menu > li:hover .sub-menu,
.megaphone-header ul.megaphone-menu .megaphone-mega-menu .sub-menu .sub-menu {
	display: block;
	opacity: 1;
	position: relative;
	-webkit-transform: none;
	transform: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-animation: none;
	        animation: none;
	padding: 0;
}

.megaphone-header .megaphone-mega-menu .sub-menu .menu-item-has-children > a:after {
	display: none;
}

.megaphone-header .megaphone-mega-menu .sub-menu .menu-item-has-children > a {
	font-weight: bold;
}

ul.megaphone-menu .megaphone-mega-menu .sub-menu.megaphone-rev {
	left: 0 !important;
	right: 0 !important;
}

.megaphone-header .megaphone-menu li.megaphone-mega-menu {
	position: static;
}

.megaphone-header .container {
	position: relative;
}

.header-sticky li.megaphone-mega-menu > .sub-menu,
.megaphone-header-main li.megaphone-mega-menu > .sub-menu {
	display: inline;
	height: 0;
	pointer-events: none;
	overflow: hidden;
}

.megaphone-header-sticky-active .header-sticky li.megaphone-mega-menu:hover > .sub-menu,
.megaphone-header-main li.megaphone-mega-menu:hover > .sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	pointer-events: auto;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu > .sub-menu.megaphone-menu-posts {
	padding-bottom: 20px;
}

.megaphone-mega-menu .has-arrows .owl-nav {
	margin-top: 20px;
}

.megaphone-header .megaphone-mega-menu .megaphone-menu-posts li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.megaphone-header .megaphone-mega-menu .megaphone-menu-posts li.megaphone-slider {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.megaphone-header .megaphone-mega-menu .megaphone-menu-posts li.megaphone-slider.owl-loaded {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.megaphone-header .megaphone-mega-menu .megaphone-menu-posts .entry-media,
.megaphone-header .megaphone-mega-menu .megaphone-menu-posts .entry-media a {
	margin-bottom: 15px;
	padding-bottom: 0;
}

.megaphone-header .megaphone-menu .megaphone-mega-menu .megaphone-menu-posts li {
	line-height: 1.4;
}

.megaphone-header .megaphone-menu .megaphone-mega-menu .megaphone-menu-posts li a {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.2;
}

.megaphone-header .megaphone-menu-posts,
.megaphone-header .megaphone-menu-posts li,
.megaphone-header .megaphone-menu-posts li a {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

body .megaphone-header .megaphone-mega-menu .megaphone-menu-posts .entry-media a {
	display: block;
}

.megaphone-mega-menu .megaphone-menu-posts .entry-media > a:first-child:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	top: 0;
	left: 0;
	z-index: 30;
}

.megaphone-mega-menu .megaphone-menu-posts .entry-media:hover a:after {
	background: rgba(0, 0, 0, 0.25);
}

.megaphone-sidebar .widget .megaphone-menu-posts {
	margin: 20px 0 0;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu img {
	max-width: 100%;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu img.size-megaphone-f-episode {
	height: 160px !important;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu .megaphone-menu-posts > li a {
	padding: 0;
	margin-bottom: 0;
}

.megaphone-mega-menu .has-arrows .owl-stage-outer:after {
	display: none;
}

.megaphone-mega-menu .has-arrows .owl-nav {
	background: none;
}

.megaphone-mega-menu .has-arrows .owl-nav > div {
	height: 40px;
}

.megaphone-mega-menu .owl-carousel.owl-hidden {
	opacity: initial;
}

.megaphone-sidebar .widget_nav_menu .megaphone-slider .entry-media {
	margin-bottom: 12px;
}

.megaphone-sidebar .widget_nav_menu .megaphone-slider .entry-header a {
	font-size: 1.8rem;
}

.megaphone-sidebar .widget_nav_menu .megaphone-slider article {
	margin-bottom: 24px;
}

.megaphone-mega-menu .megaphone-slider.has-arrows .owl-nav {
	padding: 0;
	margin: 0;
	top: 66px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu .megaphone-menu-posts > li .prev,
.megaphone-header ul.megaphone-menu .megaphone-mega-menu .megaphone-menu-posts > li .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 1;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu .megaphone-menu-posts > li .next {
	margin-right: -40px;
	width: 35px;
	background-color: transparent;
	border: none;
	right: -6px;
	position: relative;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu .megaphone-menu-posts > li .prev {
	margin-left: -40px;
	width: 35px;
	background-color: transparent;
	border: none;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu .sub-menu .sub-menu > li:last-child a {
	padding-bottom: 0;
}

.megaphone-overlay {
	position: relative;
}

.megaphone-overlay,
.megaphone-overlay a,
.megaphone-overlay .entry-category a,
.megaphone-overlay .entry-title,
.megaphone-overlay .entry-title a,
.megaphone-overlay .entry-meta a,
.megaphone-overlay h1,
.megaphone-overlay h2,
.megaphone-overlay h3,
.megaphone-overlay h4,
.megaphone-overlay h5,
.megaphone-overlay h6,
.megaphone-overlay .megaphone-breadcrumbs a {
	color: #FFF;
}

.megaphone-overlay .entry-title a:hover {
	color: #FFF;
}

.megaphone-overlay .entry-meta .meta-item,
.megaphone-overlay .entry-meta .meta-item,
.megaphone-overlay .entry-category a:hover,
.megaphone-overlay .megaphone-breadcrumbs {
	color: rgba(255, 255, 255, 0.75);
}

.megaphone-show .megaphone-overlay .entry-meta .meta-item {
	color: #FFF;
}

.megaphone-overlay .entry-media a:after,
.megaphone-overlay .entry-media:after,
.megaphone-post .entry-media a:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	opacity: 1;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	pointer-events: none;
}

body a.megaphone-play.megaphone-button-play:after {
	background: transparent !important;
}

body .entry-media a.megaphone-play.megaphone-button-play {
	border: none;
}

.megaphone-post .entry-media a:after {
	background-color: transparent;
}

.megaphone-overlays-soft .megaphone-overlay .entry-media a:after,
.megaphone-overlays-soft .megaphone-overlay .entry-media:after {
	background-color: rgba(0, 0, 0, 0.25);
}

.megaphone-overlays-soft .megaphone-overlay:hover .entry-media a:after {
	background-color: rgba(0, 0, 0, 0.5);
}

.megaphone-overlays-none .megaphone-overlay .entry-media a:after,
.megaphone-overlays-none .megaphone-overlay .entry-media:after {
	background-color: rgba(0, 0, 0, 0);
}

.megaphone-overlays-none .megaphone-overlay:hover .entry-media a:after {
	background-color: rgba(0, 0, 0, 0.25);
}

.megaphone-overlay:hover .entry-media a:after,
.section-content.megaphone-slider.has-arrows:hover .entry-media a:after {
	background-color: rgba(0, 0, 0, 0.8);
}

.megaphone-post .entry-media:hover a:after {
	background-color: rgba(0, 0, 0, 0.25);
}

.megaphone-overlay .entry-media img {
	height: 100%;
	width: 100%;
}

.megaphone-overlay .entry-media a {
	display: block;
	pointer-events: auto;
}

.megaphone-overlay .megaphone-section-subscribe {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.25);
	left: 0;
}

.megaphone-overlay-fallback {
	min-height: 200px;
}

.overlay-container {
	z-index: 1000;
	pointer-events: none;
}

.overlay-container > div {
	pointer-events: auto;
}

.container-self-center {
	position: absolute;
	height: 100%;
	width: 100%;
}

.overlay-container-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.overlay-container > [class*=col-] {
	padding: 0;
}

.megaphone-layout-fa-1 .entry-episode {
	display: block;
	margin-bottom: 16px;
}

.megaphone-layout-g .megaphone-show-header .meta-item {
	font-size: 1.2rem;
	text-transform: uppercase;
}

.wa-layout .entry-media {
	width: 100%;
}

.wa-layout-1 .mf-play:before {
	margin-right: -5px;
}

.wa-layout-2 .mf-play:before,
.wa-layout-3 .mf-play:before,
.megaphone-center-play-medium .mf-play:before {
	margin-right: -4px;
}

.wa-layout-2 .mf-pause:before,
.wa-layout-3 .mf-pause:before,
.megaphone-center-pause-medium .mf-pause:before {
	margin-right: -1px;
}

.wa-layout-2 .megaphone-subscribe {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wa-layout-3 .entry-media img,
.single-layout-5 .entry-media img {
	height: 100%;
}

.wa-layout-3 .megaphone-section.section-color,
.single-layout-5 .megaphone-section-subscribe.section-color {
	background: 0 0;
	padding: 0;
	margin-top: 16px;
}

.wa-layout-3 .megaphone-section-subscribe .container,
.single-layout-5 .megaphone-section-subscribe.section-color .container {
	padding: 0;
}

.wa-layout-3 .megaphone-section-subscribe .megaphone-menu-subscribe li,
.single-layout-5 .megaphone-section-subscribe.section-color .megaphone-menu-subscribe li {
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 5px;
}

.wa-layout-3 .megaphone-section-subscribe .megaphone-menu-subscribe a,
.single-layout-5 .megaphone-section-subscribe.section-color .megaphone-menu-subscribe a {
	padding: 0 20px 0 16px;
}

.wa-layout-2 .megaphone-menu-subscribe {
	margin-bottom: 0;
}

.single-layout-5 .player-paceholder.player-paceholder-medium-single {
	padding-left: 0;
}

.megaphone-main-wrapper {
	overflow-x: hidden;
	position: relative;
}

.megaphone-content {
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.megaphone-content-alt {
	max-width: 364px;
	padding: 0 30px;
	width: 100%;
}

.entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-media {
	overflow: hidden;
}

.entry-media img {
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
}

.entry-media,
.episode-item {
	position: relative;
}

.entry-episode {
	margin-bottom: 10px;
}

.entry-media .entry-episode,
.megaphone-overlay .episode-item {
	position: absolute;
	top: 0;
	right: 0;
}

.entry-media .entry-episode {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	display: block;
	width: 100%;
	text-align: right;
}

.entry-media-rounded img {
	width: 100%;
}

.megaphone-overlay .episode-item,
.episode-item {
	height: 50px;
	font-size: 1.2rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-transform: uppercase;
	padding: 0 20px 0 20px;
	z-index: 1001;
}

.episode-item strong {
	margin-left: 3px;
}

.entry-category {
	line-height: 1;
	margin-bottom: 8px;
	word-break: break-all;
}

.entry-title a {
	word-break: break-word;
}

.entry-category a,
.entry-title a,
.entry-meta a {
	-webkit-transition-property: color;
	transition-property: color;
}

.entry-category a,
.entry-category .meta-item {
	font-size: 1.2rem;
}

.meta-category a + a {
	margin-left: 5px;
}

.entry-meta,
.entry-meta a,
.section-meta,
.section-meta a {
	font-size: 1.2rem;
}

.section-meta {
	display: block;
}

.entry-meta .meta-item::before,
.entry-category a:before,
.entry-category .meta-sponsored + .meta-item:before,
.megaphone-show-header .meta-sponsored + .entry-episode:before,
.meks-ap-episode .meta-item::before {
	content: "//";
	margin: 0 5px;
}

.entry-meta .meta-item:first-child::before,
.entry-category a:first-child:before,
.meks-ap-episode .meta-item:first-child::before {
	display: none;
}

.meta-sponsored span:before {
	font-family: "megaphone-font";
	content: "\e918";
	margin-right: 5px;
}

.megaphone-triangle {
	position: absolute;
	left: -15px;
}

.megaphone-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 15px;
}

.megaphone-triangle-after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 15px 0 0;
}

.megaphone-triangle-after {
	position: absolute;
	right: -15px;
}

.entry-header .episode-item {
	margin-left: 40px;
	margin-right: 15px;
}

.megaphone-triangle:before {
	content: "";
	height: 30px;
	width: 14px;
	display: block;
	position: absolute;
	left: -30px;
	-webkit-transform: skew(-27deg, 0);
	        transform: skew(-27deg, 0);
}

.megaphone-overlay .episode-item {
	position: relative;
}

.entry-footer .megaphone-button + .megaphone-button,
.entry-footer .megaphone-buttons .megaphone-menu-subscribe a + .megaphone-button,
.megaphone-buttons .megaphone-menu-subscribe .entry-footer a + .megaphone-button,
.entry-footer .wp-block-button .wp-block-button__link + .megaphone-button,
.wp-block-button .entry-footer .wp-block-button__link + .megaphone-button,
.entry-footer .megaphone-buttons .megaphone-menu-subscribe .megaphone-button + a,
.megaphone-buttons .megaphone-menu-subscribe .entry-footer .megaphone-button + a,
.entry-footer .megaphone-buttons .megaphone-menu-subscribe a + a,
.megaphone-buttons .megaphone-menu-subscribe .entry-footer a + a,
.entry-footer .wp-block-button .megaphone-buttons .megaphone-menu-subscribe .wp-block-button__link + a,
.megaphone-buttons .megaphone-menu-subscribe .entry-footer .wp-block-button .wp-block-button__link + a,
.wp-block-button .entry-footer .megaphone-buttons .megaphone-menu-subscribe .wp-block-button__link + a,
.megaphone-buttons .megaphone-menu-subscribe .wp-block-button .entry-footer .wp-block-button__link + a,
.entry-footer .wp-block-button .megaphone-button + .wp-block-button__link,
.wp-block-button .entry-footer .megaphone-button + .wp-block-button__link,
.entry-footer .megaphone-buttons .megaphone-menu-subscribe .wp-block-button a + .wp-block-button__link,
.wp-block-button .entry-footer .megaphone-buttons .megaphone-menu-subscribe a + .wp-block-button__link,
.megaphone-buttons .megaphone-menu-subscribe .entry-footer .wp-block-button a + .wp-block-button__link,
.wp-block-button .megaphone-buttons .megaphone-menu-subscribe .entry-footer a + .wp-block-button__link,
.entry-footer .wp-block-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button .entry-footer .wp-block-button__link + .wp-block-button__link {
	margin-right: 10px;
}

.megaphone-show .megaphone-content {
	padding: 0 40px;
}

.megaphone-show-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
}

.megaphone-show .col-12 .megaphone-shows-list .megaphone-show-item:last-child {
	margin-bottom: 0;
}

.megaphone-shows.megaphone-slider .megaphone-item {
	margin-bottom: 0;
}

.megaphone-shows.megaphone-slider.owl-carousel .owl-stage-outer {
	padding: 0 7px 5px 7px;
	margin: 0 -7px;
}

.megaphone-show-play {
	border: 1px solid;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 45px;
	width: 45px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 45px;
	        flex: 0 0 45px;
	border-radius: 50%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 15px;
	cursor: pointer;
}

.megaphone-show-header {
	font-size: 0;
}

.megaphone-show-header .entry-episode,
.megaphone-show-header .meta-sponsored {
	font-size: 1.1rem;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 4px;
	display: inline-block;
}

.megaphone-duotone-overlay .entry-media a img {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}

.megaphone-duotone-overlay .entry-media::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 999;
}

.megaphone-duotone-overlay .entry-media a:after {
	background: 0 0;
}

.megaphone-duotone-overlay .megaphone-overlay:hover .entry-media a:after {
	background-color: rgba(0, 0, 0, 0.5);
}

.megaphone-carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.megaphone-section-featured {
	overflow: hidden;
}

.owl-carousel .owl-item {
	opacity: 0;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel.owl-loaded .owl-item {
	opacity: 1;
}

.owl-item img {
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
}

.megaphone-carousel > *,
.megaphone-slider > * {
	opacity: 0;
}

.megaphone-carousel :first-child,
.megaphone-slider :first-child {
	opacity: 1;
}

.megaphone-carousel.owl-loaded > *,
.megaphone-slider.owl-loaded > * {
	opacity: 1;
}

.megaphone-slider.has-arrows .owl-nav {
	position: absolute;
	max-width: 1102px;
	width: 100%;
	padding: 0 40px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	pointer-events: none;
}

.megaphone-slider.has-arrows .owl-nav > div {
	pointer-events: auto;
}

.megaphone-slider.has-arrows .owl-nav a {
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	opacity: .5;
}

.megaphone-slider.has-arrows .owl-nav a:hover {
	opacity: 1;
}

.megaphone-slider.has-arrows .megaphone-button-circle {
	border: 1px solid #FFF;
	color: #FFF;
}

.owl-nav .mf {
	font-size: 2.4rem;
}

.archive-label {
	text-transform: uppercase;
	display: block;
	font-size: 2.4rem;
}

.section-subnav {
	display: block;
	font-size: 1.8rem;
}

.section-subnav a {
	padding: 0 10px 0 0;
	width: 32px;
	display: inline-block;
}

.section-meta + .section-subnav {
	margin-left: 10px;
}

.section-archive .section-subnav .megaphone-author-button .megaphone-author-button {
	text-align: center;
}

.section-archive .section-subnav .megaphone-author-button .mf-website:before {
	-webkit-transform: translateY(1px);
	        transform: translateY(1px);
	display: block;
}

.megaphone-post .entry-media img {
	width: 100%;
}

.megaphone-show .entry-media:after,
.megaphone-section-featured .entry-media:after {
	display: none;
}

.megaphone-archive-no-image .container-self-center {
	position: relative;
	height: auto;
}

.author .megaphone-archive-1 .archive-section-head > span:first-child,
.author .megaphone-archive-3 .archive-section-head > span:first-child {
	float: left;
	margin-right: 24px;
}

.author .section-meta,
.author .section-subnav {
	display: inline;
	vertical-align: middle;
}

.author .megaphone-archive-2 .archive-section-head > span:first-child {
	margin-bottom: 10px;
	display: block;
}

.megaphone-archive-1 .search-form,
.megaphone-archive-2 .search-form {
	max-width: 526px;
}

.megaphone-archive-2 .search-form {
	margin-left: auto;
	margin-right: auto;
}

.search-results .megaphone-archive-3 .archive-section-head {
	display: none;
}

.megaphone-order-3 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.megaphone-order-1 + .megaphone-order-2 {
	margin-top: 20px;
}

.megaphone-order-2 + .megaphone-order-1 {
	margin-bottom: 20px;
}

.megaphone-no-image .entry-media {
	height: 100%;
}

.megaphone-no-image .entry-media a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	height: 100%;
}

.megaphone-show-episode-number {
	height: 150px;
	width: 150px;
	position: absolute;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.megaphone-show-episode-number strong {
	font-size: 7rem;
	line-height: 1;
}

.megaphone-layout-a.megaphone-no-image .megaphone-show-episode-number {
	height: 250px;
	width: 250px;
}

.megaphone-layout-a.megaphone-no-image .megaphone-show-episode-number strong {
	font-size: 10rem;
	line-height: 1;
}

.megaphone-link-special {
	font-size: 1.4rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.megaphone-link-special i {
	margin-left: 2px;
}

.megaphone-header-indent .megaphone-header-main,
.megaphone-header-indent .header-mobile {
	position: relative;
	z-index: 99999;
}

.megaphone-header-indent .megaphone-header-main,
.megaphone-header-indent .header-mobile {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.megaphone-header-indent .header-middle {
	background: transparent;
}

.megaphone-show .entry-footer {
	padding-bottom: 40px;
}

.separator-before:before {
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: .5;
}

.megaphone-show-d .separator-before:before {
	margin-top: 30px;
}

.megaphone-show.megaphone-show-d .entry-footer {
	padding-bottom: 30px;
}

.overlay-container .separator-before:before,
.separator-before.separator-align-center:before {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	opacity: 1;
}

.separator-before.separator-align-left:before {
	margin-left: 0;
	margin-right: 0;
}

.megaphone-show-e .megaphone-overlay {
	margin-bottom: 0;
}

.mejs-container .mejs-horizontal-volume-slider {
	border: none !important;
}

.wp-audio-shortcode.mejs-audio .mejs-button > button {
	width: 20px !important;
}

/*--------------------------------------------------------------
   Section Styles
--------------------------------------------------------------*/

.megaphone-section {
	margin-bottom: 40px;
}

.megaphone-post,
.megaphone-show {
	margin-bottom: 30px;
}

.megaphone-show {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.section-margin {
	margin-top: 20px;
}

.section-head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}

.section-head .section-title,
.section-title {
	text-align: left;
	margin-top: -5px;
	margin-bottom: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.section-title + a:before {
	content: "";
	width: 20px;
	height: 1px;
	display: inline-block;
	margin: 0 15px 0 17px;
	background: #333;
}

.section-title + a {
	margin-top: 8px;
}

.section-head-l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.megaphone-section.section-color {
	padding: 30px 0 30px;
	margin-bottom: 0;
}

.megaphone-section.megaphone-bg-alt-1,
.megaphone-section.megaphone-bg-alt-2 {
	padding: 30px 0 30px;
	margin-bottom: 0;
}

.megaphone-section.section-color + .megaphone-section,
.megaphone-section.megaphone-bg-alt-1 + .megaphone-section,
.megaphone-section.megaphone-bg-alt-2 + .megaphone-section {
	margin-top: 30px;
}

.megaphone-section.megaphone-bg-alt-1 + .megaphone-section.megaphone-bg-alt-1,
.megaphone-section.megaphone-bg-alt-2 + .megaphone-section.megaphone-bg-alt-1,
.megaphone-section.megaphone-bg-alt-2 + .megaphone-section.megaphone-bg-alt-2,
.megaphone-section.megaphone-bg-alt-1 + .megaphone-section.megaphone-bg-alt-2 {
	margin-top: 0;
	padding-top: 0;
}

.megaphone-section.megaphone-bg-alt-1 + .megaphone-section.megaphone-bg-alt-2,
.megaphone-section.megaphone-bg-alt-2 + .megaphone-section.megaphone-bg-alt-1 {
	padding-top: 30px;
}

.megaphone-bg-alt-1 + .section-color,
.megaphone-bg-alt-2 + .section-color {
	margin-top: 0;
}

.megaphone-bg-alt-1 + .section-color .megaphone-section-separator,
.megaphone-bg-alt-2 + .section-color .megaphone-section-separator {
	margin-bottom: 30px;
}

.megaphone-bg-alt-1 + .section-color.megaphone-section-subscribe,
.megaphone-bg-alt-2 + .section-color.megaphone-section-subscribe {
	padding-top: 0;
}

.section-color + .section-color {
	margin-top: 0;
}

.megaphone-section-welcome:not(.wa-layout-3) + .megaphone-bg-alt-1,
.megaphone-section-welcome:not(.wa-layout-3) + .megaphone-bg-alt-2 {
	margin-top: -40px;
}

.megaphone-section.megaphone-section-featured:not(.megaphone-bg-alt-1):not(.megaphone-bg-alt-2) + .megaphone-section.megaphone-bg-alt-1,
.megaphone-section.megaphone-section-featured:not(.megaphone-bg-alt-1):not(.megaphone-bg-alt-2) + .megaphone-section.megaphone-bg-alt-2 {
	margin-top: -40px;
}

.megaphone-section.megaphone-bg-alt-2 + .megaphone-section.megaphone-section-featured,
.megaphone-section.megaphone-bg-alt-1 + .megaphone-section.megaphone-section-featured {
	margin-top: -40px;
}

.megaphone-header + .megaphone-bg-alt-1,
.megaphone-header + .megaphone-bg-alt-2 {
	margin-top: -40px;
}

.megaphone-section.megaphone-bg-alt-1.megaphone-section-subscribe,
.megaphone-section.megaphone-bg-alt-2.megaphone-section-subscribe {
	padding: 30px 0 30px;
}

.widget-title {
	margin-bottom: 20px;
}

.megaphone-sidebar .widget-inside p:last-child {
	margin-bottom: 0;
}

.megaphone-buttons .megaphone-menu-subscribe a {
	padding: 0 10px !important;
}

.megaphone-section-subscribe .megaphone-menu-subscribe .header-el-label {
	display: none;
}

.megaphone-section.megaphone-section-subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-height: 110px;
}

.megaphone-subscribe-on .overlay-container,
.megaphone-subscribe-on .overlay-container {
	padding-bottom: 110px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.megaphone-menu-subscribe a {
	padding: 0;
}

.megaphone-buttons .megaphone-menu-subscribe .header-el-label {
	font-size: 1.4rem;
	margin-right: 10px;
}

.megaphone-button,
.megaphone-buttons .megaphone-menu-subscribe a,
.wp-block-button .wp-block-button__link,
input[type="submit"],
input[type="button"],
button[type="submit"],
.megaphone-pagination a,
ul.page-numbers a,
ul.page-numbers .current,
.comment-reply-link,
#cancel-comment-reply-link,
.meks-instagram-follow-link .meks-widget-cta,
.mks_autor_link_wrap a,
.mks_read_more a,
.paginated-post-wrapper a,
.entry-content .megaphone-button,
.entry-content .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .entry-content a,
.entry-content .wp-block-button .wp-block-button__link,
.wp-block-button .entry-content .wp-block-button__link {
	font-size: 1.2rem;
	line-height: 1.2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 36px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 30px;
	border-radius: 25px;
	border: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: none;
}

.entry-content .megaphone-button,
.entry-content .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .entry-content a,
.entry-content .wp-block-button .wp-block-button__link,
.wp-block-button .entry-content .wp-block-button__link {
	border-bottom: 0;
}

.entry-content .megaphone-button:hover,
.entry-content .megaphone-buttons .megaphone-menu-subscribe a:hover,
.megaphone-buttons .megaphone-menu-subscribe .entry-content a:hover,
.entry-content .wp-block-button .wp-block-button__link:hover,
.wp-block-button .entry-content .wp-block-button__link:hover {
	text-decoration: none;
}

.megaphone-overlay .megaphone-button,
.megaphone-overlay .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-overlay a,
.megaphone-overlay .wp-block-button .wp-block-button__link,
.wp-block-button .megaphone-overlay .wp-block-button__link {
	background: #FFF;
	color: #333;
	border: none;
}

.megaphone-overlay .megaphone-button-hollow,
.megaphone-overlay .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-overlay a {
	background: transparent;
	color: #FFF;
}

.megaphone-button i,
.megaphone-buttons .megaphone-menu-subscribe a i,
.wp-block-button .wp-block-button__link i {
	margin-right: 8px;
}

.megaphone-button-large,
.wp-block-button .wp-block-button__link {
	padding: 12.5px 25px;
}

.megaphone-button-medium {
	padding: 0 24px;
	height: 36px;
}

.megaphone-button-small {
	font-size: 1.4rem;
	padding: 5px 25px;
}

ul.page-numbers {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.megaphone-button-circle,
.paginated-post-wrapper a,
.paginated-post-wrapper .current,
ul.page-numbers a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.paginated-post-wrapper .megaphone-button.current,
.paginated-post-wrapper .megaphone-buttons .megaphone-menu-subscribe a.current,
.megaphone-buttons .megaphone-menu-subscribe .paginated-post-wrapper a.current,
.paginated-post-wrapper .wp-block-button .current.wp-block-button__link,
.wp-block-button .paginated-post-wrapper .current.wp-block-button__link {
	pointer-events: none;
}

.paginated-post-wrapper a,
.paginated-post-wrapper .current,
ul.page-numbers a,
ul.page-numbers .current {
	padding: 0;
	text-decoration: none;
}

ul.page-numbers a,
ul.page-numbers .current {
	margin: 0 4px;
	width: 40px;
	padding: 0;
}

.button-disabled {
	opacity: .5;
	pointer-events: none;
}

/*--------------------------------------------------------------
   Pagination
--------------------------------------------------------------*/

.megaphone-pagination {
	position: relative;
	clear: both;
	text-align: center;
	width: 100%;
	line-height: 27px;
	margin: 0 auto;
}

.megaphone-pagination a {
	margin-top: 0;
}

.nav-links {
	position: relative;
	font-size: 0 !important;
	padding-top: 0;
}

.prev-next.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.megaphone-pagination .page-numbers.current {
	border-radius: 50%;
}

.megaphone-pagination .page-numbers,
.megaphone-pagination .page-numbers.current {
	padding: 0;
}

.megaphone-load-more a,
.megaphone-pagination a.next,
.megaphone-pagination a.prev,
.megaphone-infinite-scroll a {
	margin: 0;
	position: relative;
}

.megaphone-pagination .page-numbers,
.megaphone-link-pages a,
.megaphone-link-pages span {
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 5px;
}

.page-numbers.dots {
	padding-top: 5px;
	font-size: 1.2rem;
	max-width: 30px;
	font-family: initial;
}

.megaphone-pagination a.next {
	right: 0;
}

.megaphone-pagination a.prev {
	left: 0;
}

.megaphone-pagination a.prev,
.megaphone-pagination a.next {
	position: absolute;
	top: 0;
	width: auto;
	min-width: 135px;
}

.megaphone-pagination .next a,
.megaphone-pagination .prev a,
.megaphone-pagination a.next,
.megaphone-pagination a.prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1;
}

.megaphone-pagination .next a:after,
.megaphone-pagination .prev a:before,
.megaphone-pagination a.next:after,
.megaphone-pagination a.prev:before {
	font-size: 1.8rem;
	font-family: "megaphone-font";
}

.megaphone-pagination .next a:after,
.megaphone-pagination a.next:after {
	content: "\e903";
	margin-left: 2px;
	margin-right: -9px;
}

.megaphone-pagination .prev a:before,
.megaphone-pagination a.prev:before {
	content: "\e902";
	margin-right: 2px;
	margin-left: -9px;
}

.megaphone-loader {
	width: 64px;
	height: 47px;
	position: absolute;
	margin-left: -33px;
	top: 0;
	left: 50%;
	opacity: 0;
	z-index: 0;
	pointer-events: none;
}

.megaphone-loader-active .megaphone-loader {
	opacity: 1;
	z-index: 1;
}

.megaphone-loader-active a {
	opacity: 0;
}

.megaphone-pagination .load-more a {
	position: relative;
	z-index: 2;
}

.megaphone-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 47px;
}

.megaphone-ellipsis div {
	position: absolute;
	top: 10px;
	width: 20px;
	-webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
	        clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
	height: 20px;
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	        animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.megaphone-ellipsis div:nth-child(1) {
	left: 6px;
	-webkit-animation: megaphone-ellipsis1 0.4s infinite;
	        animation: megaphone-ellipsis1 0.4s infinite;
}

.megaphone-ellipsis div:nth-child(2) {
	left: 6px;
	-webkit-animation: megaphone-ellipsis2 0.4s infinite;
	        animation: megaphone-ellipsis2 0.4s infinite;
}

.megaphone-ellipsis div:nth-child(3) {
	left: 26px;
	-webkit-animation: megaphone-ellipsis2 0.4s infinite;
	        animation: megaphone-ellipsis2 0.4s infinite;
}

.megaphone-ellipsis div:nth-child(4) {
	left: 45px;
	-webkit-animation: megaphone-ellipsis3 0.4s infinite;
	        animation: megaphone-ellipsis3 0.4s infinite;
}

.megaphone-link-pages {
	text-align: left;
	margin-bottom: 30px;
}

.megaphone-link-pages a,
.megaphone-link-pages span {
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

.megaphone-front-page .megaphone-pagination {
	margin: 0 auto 40px;
	border-top: none;
	padding-top: 10px;
}

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"],
select,
textarea {
	-webkit-backface-visibility: hidden;
	background: transparent;
	border: 1px solid initial;
	padding: 0 20px;
	outline: 0;
	line-height: 40px;
	width: 100%;
	font-size: 100%;
	margin: 0;
	height: 40px;
	vertical-align: baseline;
	background: transparent;
	font-size: 1.6rem;
}

input[type=checkbox] + label,
input[type=radio] + label {
	display: inline-block;
}

textarea {
	height: 150px;
	display: block;
	padding: 10px;
	line-height: 1.6;
	resize: vertical;
}

form label {
	font-size: 1.4rem;
	line-height: 1.2;
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
	opacity: .8;
}

form p {
	margin-bottom: 15px;
}

form p:last-child {
	margin-bottom: 0;
}

select {
	width: 100%;
	background: #FFF;
	cursor: pointer;
}

select option {
	display: block;
}

button {
	outline: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 7px;
	margin-top: -1px;
	display: inline-block;
	vertical-align: middle;
}

.s2_form_widget input[type="submit"] {
	min-width: 120px;
}

div.wpcf7-response-output,
#usp-success-message,
#usp-error-message {
	margin: 0;
	padding: 10px 20px;
	border: none;
	border-radius: 2px;
}

div.wpcf7-validation-errors,
.error,
.usp-callout-failure {
	color: #FFF;
	background: #e74c3c;
}

div.wpcf7-mail-sent-ok,
.success,
#usp-success-message {
	color: #FFF;
	background: #27ae60;
}

.success,
.error,
#usp-success-message {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	border-radius: 2px;
}

span.wpcf7-not-valid-tip {
	display: none;
	position: absolute;
	top: -6px;
	right: 3px;
	left: auto;
	padding: 6px 10px;
	border: none;
	color: white;
	background: #f1c40f;
}

.invalid span.wpcf7-not-valid-tip {
	display: block;
}

textarea.wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid {
	border-color: #f1c40f;
}

.wpcf7-form label {
	width: 100%;
	margin-bottom: 20px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="password"],
.wpcf7-form select,
.wpcf7-form textarea {
	margin-top: 10px;
}

.mc-embedded-subscribe-form {
	margin-bottom: 0;
}

.mc-field-group {
	margin-bottom: 10px;
}

.wpcf7-form p {
	margin-bottom: 10px;
}

.wpcf7-form input[type=submit] {
	min-width: 100px;
}

input::-webkit-input-placeholder {
	line-height: normal !important;
}

#mc-embedded-subscribe {
	width: 100%;
}

.entry-content input[type="submit"] {
	margin-top: 0;
}

.entry-content form {
	margin-bottom: 2.5rem;
}

.post-password-form input[type=password] {
	max-width: 100%;
	display: block;
	margin-top: 5px;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

/* FF 4-18 */

input:focus::-moz-placeholder {
	color: transparent;
}

/* FF 19+ */

input:focus:-ms-input-placeholder {
	color: transparent;
}

/* IE 10+ */

#subscribe-text {
	margin-bottom: 20px;
}

.search-alt {
	position: relative;
}

.search-alt input[type="text"] {
	border-radius: 45px;
	height: 60px;
	padding: 0 20px;
}

.search-alt button[type="submit"] {
	position: absolute;
	top: 10px;
	right: 10px;
}

.error404 .search-alt i {
	display: none;
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

.wpforms-container .wpforms-field-sublabel {
	font-size: 1.2rem;
	margin-top: 5px;
}

/*--------------------------------------------------------------
   WordPress Elements
--------------------------------------------------------------*/

.entry-content > .aligncenter {
	margin: 0 auto 15px;
}

/* Text meant only for screen readers. */

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

.wp-caption-text {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.4;
}

/* Media */

.entry-content .wp-audio-shortcode,
.entry-content .wp-video {
	margin-bottom: 2.6rem;
}

/* Content forms */

.entry-content .post-password-form input[type=submit] {
	margin-top: 10px;
}

.wp-audio-shortcode,
.wp-video {
	margin-bottom: 5.2rem;
}

.sticky .entry-title a:before {
	content: "\e90d";
	font-family: "megaphone-font";
	line-height: 1;
	outline: 0;
	margin-right: 8px;
}

/*--------------------------------------------------------------
 Gallery
--------------------------------------------------------------*/

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}

.entry-content .gallery a,
.entry-content .gallery a:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0;
}

.gallery-item {
	display: inline-block;
	padding: 0;
	text-align: center;
	vertical-align: top;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.gallery-columns-1 a,
.gallery-columns-1 .gallery-item,
.gallery-columns-1 .gallery-icon {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	display: block;
	font-size: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48%;
	        flex: 0 0 48%;
}

.gallery-columns-3 .gallery-item {
	max-width: 31.33%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 31.33%;
	        flex: 0 0 31.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 23%;
	        flex: 0 0 23%;
}

.gallery-columns-5 .gallery-item {
	max-width: 18%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 18%;
	        flex: 0 0 18%;
}

.gallery-columns-6 .gallery-item {
	max-width: 14.66%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 14.66%;
	        flex: 0 0 14.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 12.28%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 12.28%;
	        flex: 0 0 12.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 10.5%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10.5%;
	        flex: 0 0 10.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 9.11%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 9.11%;
	        flex: 0 0 9.11%;
}

.gallery-caption {
	margin-top: 1px;
}

#wpstats {
	display: none;
}

.megaphone-comments #reply-title {
	margin: 0 0 25px;
}

.comment #reply-title {
	margin-bottom: 25px;
	padding-bottom: 12.5px;
	position: relative;
	width: 100%;
}

.comment-form .comment-notes,
.comment-form .logged-in-as {
	font-size: 1.4rem;
	margin-bottom: 25px;
}

.comment-form .logged-in-as a {
	text-decoration: underline;
}

.comment-form .logged-in-as a:hover {
	text-decoration: none;
}

.comment-form-subscriptions {
	display: block;
	font-size: 85%;
	margin-bottom: 0;
	margin-top: 15px;
}

.form-submit {
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.comment-list {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	list-style: none;
	margin-top: 15px;
}

.fn {
	display: block;
	line-height: 1;
	margin-bottom: 5px;
	font-size: 2rem;
}

.fn a {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	line-height: 1.35;
}

.says {
	display: none;
}

.comment-author img {
	float: left;
	margin-right: 15px;
}

.comment-content {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 12px;
	margin-left: 0;
	padding-left: 75px;
}

.comment-body .reply {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	top: 0;
	right: 0;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.comment-body:hover .reply {
	opacity: 1;
	pointer-events: auto;
}

.comment-body {
	position: relative;
	margin-bottom: 30px;
}

.comment-metadata {
	font-size: 1.2rem;
	line-height: 1.2;
}

.comment-content p {
	margin-bottom: 17.5px;
}

.comment-list li > ul,
.comment-list li > ol,
.comment-list > li.comment:last-child > .comment-body:last-child {
	margin-bottom: 0;
}

.comment > .children {
	list-style: none;
	padding: 0;
}

.pingback .comment-content,
.trackback .comment-content {
	margin-left: 0;
	padding-left: 0;
}

.comment-respond {
	position: relative;
}

.comment-respond .section-title + small {
	position: absolute;
	top: 14px;
	right: 0;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: .5px;
	padding-left: 5px;
}

.comment-respond .section-title {
	margin-bottom: 10px;
}

.avatar {
	border-radius: 50%;
}

.comment-body + .comment-respond {
	margin-bottom: 40px;
	margin-top: -10px;
}

.bypostauthor .fn:after {
	opacity: .8;
	width: 20px;
	padding: 0;
	text-align: center;
	margin-left: 7px;
	font-size: 1.4rem;
	vertical-align: 1px;
}

#cancel-comment-reply-link,
.comment-reply-link {
	text-align: center;
	font-weight: normal;
	font-size: 1.2rem;
	padding: 0 14px;
	height: 25px;
	line-height: 25px;
}

#reply-title small {
	position: absolute;
	left: 0;
	top: 30px;
}

.comment-content p .emoji {
	max-width: 30px;
}

.comment-form-cookies-consent {
	clear: both;
	line-height: 1;
}

.form-submit input[type="submit"] {
	margin-top: 0;
}

.comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-form-cookies-consent input[type=checkbox] {
	margin: 3px 0 0 0;
}

.comment-form-cookies-consent label {
	font-size: 1.3rem;
	margin: 0 0 0 5px;
	line-height: 1.4;
}

/* Comment pagination */

.megaphone-comments ul.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 32px;
	padding: 0;
	list-style: none;
}

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

.megaphone-sidebar {
	display: block;
	margin-top: 30px;
}

.widget-title {
	line-height: 1.4;
	margin-top: 0;
}

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

.widget li a {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.megaphone-section .widget,
.widget {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.megaphone-sidebar:not(.megaphone-sidebar-hidden) .widget:last-child {
	margin-bottom: 0;
}

.widget p {
	margin-bottom: 25px;
}

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

.widget-inside {
	padding: 30px;
}

.megaphone-sidebar .widget-title {
	margin-bottom: 20px;
	margin-top: 0;
}

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

.widget li {
	margin-bottom: 16px;
	line-height: 1.6;
	position: relative;
}

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

/*Recent comments*/

.widget_recent_entries li,
.widget_recent_comments li {
	margin-bottom: 20px;
}

.widget a.rsswidget {
	display: block;
	font-weight: bold;
}

.widget_recent_comments .url {
	font-weight: bold;
}

/*Calendar Widget*/

.widget_calendar table {
	background: transparent;
	width: 100%;
	table-layout: fixed;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	position: relative;
}

.widget_calendar #today {
	font-weight: bold;
}

.widget_calendar table {
	font-size: 1.1rem;
}

.widget_calendar table thead th {
	text-align: center;
	padding: 5px 0;
}

.widget_calendar table tbody td {
	text-align: center;
	padding: 5px 0;
}

.widget_calendar tbody tr {
	border-bottom: none;
}

.widget_calendar table tfoot {
	background: transparent;
}

.widget_calendar table tfoot tr #next {
	text-align: right;
}

.widget_calendar table caption {
	font-size: 1rem;
	position: absolute;
	top: -25px;
	left: 0;
	text-transform: uppercase;
	opacity: .8;
}

.widget_calendar #today {
	position: relative;
}

.widget_calendar #prev,
.widget_calendar #next {
	padding: 0;
}

.widget_calendar a {
	border: 1px solid;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	padding: 0;
	opacity: .8;
	min-width: 25px;
	min-height: 25px;
}

.widget_calendar a:hover {
	opacity: 1;
}

.widget_calendar #prev a,
.widget_calendar #next a {
	padding: 4px 15px;
	border: none;
}

.widget_calendar tfoot tr {
	border-bottom: none;
}

.rss-date {
	display: block;
	margin-bottom: 10px;
}

.widget cite,
.widget .post-date,
.cat-item .count,
.rss-date {
	font-size: 90%;
}

.post-date {
	display: block;
}

.widget_rss ul li {
	margin-bottom: 25px;
}

.widget a.rsswidget {
	font-size: inherit;
	line-height: inherit;
}

.rss-widget-icon {
	display: none;
}

.widget .wp-video {
	margin-bottom: 0;
}

.widget .gallery-item figcaption {
	display: none;
}

.widget ul.flickr li {
	margin: 2px 1px 0 1px !important;
}

ul.flickr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.widget ul.flickr {
	margin: -2px -2px 0;
}

ul.flickr:after {
	content: "";
	display: table;
	clear: both;
}

.widget .meks-widget-cta .fa {
	display: none;
}

.widget ul.flickr img,
.meks-instagram-widget a img {
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 1;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.widget.mks_flickr_widget ul.flickr li {
	overflow: hidden;
}

.widget ul.flickr li:hover img,
.meks-instagram-widget a:hover img {
	opacity: .8;
}

.meks-instagram-widget div > a {
	overflow: hidden;
}

.meks-instagram-follow-link {
	text-align: center;
}

.widget .meks-instagram-follow-link a,
.widget .mks_read_more a {
	width: auto;
	min-width: 120px;
}

.widget.mks_ads_widget .widget-title {
	font-size: 70%;
	opacity: .5;
	margin-bottom: 10px;
}

.widget.mks_ads_widget .small li,
.widget.mks_adswidget_ul.small li {
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 12px;
}

.widget.mks_ads_widget ul.custom li,
.widget.mks_adswidget_ul.custom li {
	margin: 0;
}

.mks_adswidget_ul li img,
.mks_adswidget_ul li > div {
	max-width: 100%;
}

.mks_adswidget_ul.custom li img,
.mks_adswidget_ul.custom li > div {
	max-width: 100% !important;
	width: 100% !important;
}

.widget ul.mks_social_widget_ul li:hover a {
	opacity: 1;
}

ul.mks_social_widget_ul li {
	margin-bottom: 0;
	margin-top: 5px;
}

.widget-inside ul.mks_social_widget_ul li a {
	margin-bottom: 0;
}

.widget.mks_ads_widget .megaphone-bg-alt-2 li a,
.widget.mks_ads_widget .megaphone-bg-alt-1 li a {
	background-color: initial;
	color: initial;
}

p + .mks_social_widget_ul {
	margin-top: 16px;
}

.widget_categories ul,
.widget_archive ul {
	margin: 0;
	padding: 0;
}

.widget_categories ul li,
.widget_archive ul li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.widget .count {
	height: 32px;
	width: 32px;
	left: 0;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.2rem;
	line-height: 1;
	background: red;
	color: #FFF;
	border-radius: 50%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	margin-right: 10px;
}

.widget_categories ul li a,
.widget_archive ul li {
	position: relative;
	z-index: 1;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.widget_archive ul li {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.widget .megaphone-accordion-nav + .count {
	right: 20px;
}

.widget_categories ul li a,
.widget_archive ul li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.widget .alignnone {
	margin: 0 auto;
}

.widget .wp-caption {
	margin-bottom: 24px;
}

.section-description .search-form .h3,
.widget .search-form .h3 {
	display: none;
}

.mks_author_widget h3 a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.mks_author_widget {
	text-align: center;
}

.mks_author_widget h3 {
	margin: 10px 0;
}

.widget.mks_author_widget img {
	float: none;
	margin: 0 auto;
}

.mks_author_widget h3 {
	display: block;
}

.widget.mks_author_widget .mks_autor_link_wrap {
	margin-top: 20px;
}

.mks_themeforest_widget_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 -5px;
}

.widget .mks_themeforest_widget_ul li {
	margin: 0 5px 10px 0;
}

.megaphone-sidebar .widget.mks_ads_widget .widget-inside {
	background: transparent;
	padding: 0;
	text-align: center;
}

.mks_adswidget_ul.large li > div {
	margin: 0 auto;
	max-width: 100%;
}

.tagcloud {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -4px;
}

.tagcloud a {
	font-size: 1.2rem !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 32px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 15px;
	border-radius: 25px;
	text-transform: uppercase;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.tagcloud a {
	margin-left: 5px;
	margin-bottom: 5px;
}

.widget.widget_search button[type=submit] {
	font-size: 0;
	border: none;
	padding: 0 10px;
	top: 0;
	right: 2px;
	width: 50px;
}

.widget.widget_search button[type=submit] .mf {
	font-size: 2.4rem;
}

.widget_search .search-alt input[type=text] {
	height: 40px;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget textarea {
	border-radius: 25px;
}

.widget .wpforms-container input.wpforms-field-medium,
.widget .wpforms-container select.wpforms-field-medium,
.widget .wpforms-container .wpforms-field-row.wpforms-field-medium {
	width: 100%;
	max-width: 100%;
	padding: 0 20px;
}

.widget button[type=submit],
.widget input[type=submit] {
	width: 100%;
}

.widget .wpforms-container {
	margin-bottom: 0;
}

.widget .wpforms-container .wpforms-submit-container {
	margin-top: 0;
}

.widget .wpforms-container .wpforms-field {
	padding: 0;
}

.widget .wpforms-container .wpforms-description {
	margin-bottom: 20px;
}

/*Accordion Functionality Widget*/

.widget .sub-menu,
.widget .children {
	display: none;
	margin: 16px 0 16px 15px;
}

.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	margin: 16px 0 0 15px;
}

.widget .menu-item-has-children .megaphone-accordion-nav,
.widget .page_item_has_children .megaphone-accordion-nav,
.widget .cat-parent .megaphone-accordion-nav {
	position: absolute;
	right: -10px;
	height: 32px;
	width: 32px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2rem;
	top: -5px;
	text-align: center;
	line-height: 32px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}

.widget .cat-parent .megaphone-accordion-nav {
	top: 0;
}

.active > .megaphone-accordion-nav {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.widget li.active > .megaphone-accordion-nav {
	top: -1px;
}

.megaphone_posts_widget .entry-header > a {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	font-size: 1.8rem;
	line-height: 1.2;
}

.megaphone_posts_widget .entry-media a {
	position: relative;
}

.megaphone_posts_widget .original-widget-post {
	margin-bottom: 24px;
}

.megaphone_posts_widget .original-widget-post:last-child,
.megaphone_posts_widget .megaphone-widget-posts-small .original-widget-post:last-child {
	margin-bottom: 0;
}

.megaphone-widget-posts-large .entry-media {
	margin-bottom: 12px;
}

.megaphone_posts_widget .megaphone-widget-posts-small .original-widget-post {
	margin-bottom: 20px;
}

.megaphone_posts_widget .megaphone-widget-posts-small .entry-header a {
	font-size: 1.6rem;
}

.megaphone-widget-posts-small .original-widget-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.megaphone-widget-posts-small .entry-media {
	margin-bottom: 0;
	margin-right: 24px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 70px;
	        flex: 0 0 70px;
}

.megaphone-widget-posts-small .entry-header {
	margin-top: -5px;
}

.widget-inside iframe {
	max-width: 100%;
	height: auto;
}

.megaphone-menu-mobile nav + ul,
.megaphone-menu-mobile ul + ul,
.megaphone-menu-mobile ul + nav,
.megaphone-menu-mobile nav + nav {
	margin-top: 20px;
}

.megaphone-menu-mobile .megaphone-menu-social li {
	margin-bottom: 0;
}

.megaphone-menu-mobile .sub-menu.megaphone-menu-posts {
	width: 100%;
}

.megaphone-menu-mobile .megaphone-cart a {
	height: auto;
}

.megaphone-menu-mobile .megaphone-menu-social li,
.megaphone-cart li {
	margin-left: 0;
	margin-right: 8px;
}

/*--------------------------------------------------------------
  Single Post Styles
--------------------------------------------------------------*/

.entry-single {
	margin-bottom: 40px;
}

.paginated-post-wrapper {
	clear: both;
	display: block;
}

.entry-content .paginated-post-wrapper .megaphone-button,
.entry-content .paginated-post-wrapper .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .entry-content .paginated-post-wrapper a,
.entry-content .paginated-post-wrapper .wp-block-button .wp-block-button__link,
.wp-block-button .entry-content .paginated-post-wrapper .wp-block-button__link {
	padding: 0;
}

.written-by .avatar {
	border-radius: 50%;
	max-width: 50px;
	min-height: 50px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.entry-tags {
	clear: both;
	margin-top: 40px;
}

.entry-tags span {
	display: inline-block;
	font-size: 1.4rem;
	opacity: .8;
	margin-right: 8px;
}

.entry-tags a {
	font-size: 1.2rem;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 32px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 15px;
	border-radius: 25px;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	margin-right: 5px;
	margin-bottom: 5px;
}

.megaphone-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.megaphone-share-wrapper {
	margin-bottom: 15px;
	clear: both;
}

.megaphone-author-box {
	padding: 20px 20px 15px;
}

.megaphone-share-wrapper:last-child {
	margin-bottom: 0;
}

.megaphone-sidebar-none .megaphone-author-box {
	width: 100%;
}

.entry-content .meks_ess {
	margin-bottom: 0;
}

body .entry-content .meks_ess a {
	margin-top: 0 !important;
}

.entry-content .meks_ess_share_label h5 {
	margin-bottom: 15px;
}

.entry-content .author-header h6 {
	margin-bottom: 0;
}

.author-header a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.author-avatar {
	margin-right: 20px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 60px;
	        flex: 0 0 60px;
}

.author-header .text-small {
	text-transform: uppercase;
	line-height: 1.4;
}

.author-header .section-subnav a:first-child {
	margin-left: -3px;
}

.author-avatar img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.author-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.author-item:last-child {
	margin-bottom: 0;
}

.author-item + .author-item {
	margin-top: 20px;
}

.author-header {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
}

.author-header .section-subnav {
	font-size: 1.4rem;
}

.author-header .section-subnav a {
	padding-right: 0;
	width: 22px;
}

.author-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.author-list .author-avatar {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100px;
	        flex: 0 0 100px;
	margin-right: 25px;
}

.author-list .author-avatar img {
	width: 100px;
	height: 100px;
}

.author-list .social-icons-clean a {
	font-size: 2.4rem;
	width: 24px;
	margin-right: 10px;
	display: inline-block;
}

.author-header .h6 {
	font-size: 2rem;
}

.author-header span.h6 {
	margin-bottom: 10px;
}

.megaphone-order-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.entry-media .wp-caption-text {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 7px 12px;
	z-index: 900;
}

.megaphone-share + .megaphone-comments {
	margin-top: 40px;
}

.megaphone-hidden-content {
	overflow: hidden;
}

body .megaphone-show-hidden-content {
	max-height: initial;
	overflow: initial;
}

.megaphone-show-more {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
}

.megaphone-show-more:before {
	display: block;
	content: "";
	height: 100px;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -120px;
	pointer-events: none;
}

.megaphone-show-hidden-content + .megaphone-show-more:before {
	opacity: 0;
}

.megaphone-show-more-link {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
}

.megaphone-show-more-link i {
	display: block;
}

.megaphone-show-more-link span:last-child {
	display: none;
}

.megaphone-show-hidden-content + .megaphone-show-more span:last-child {
	display: block;
}

.megaphone-show-hidden-content + .megaphone-show-more span:first-child {
	display: none;
}

.entry-summary > span {
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.single-layout-5 .entry-media .wp-caption-text {
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	left: 50%;
	right: 50%;
	min-width: 100px;
	text-align: center;
	border-radius: 25px;
}

.megaphone-podcast-single-1 .megaphone-menu-subscribe,
.megaphone-podcast-single-2 .megaphone-menu-subscribe,
.megaphone-podcast-single-3 .megaphone-menu-subscribe,
.wa-layout-2 .megaphone-menu-subscribe,
.megaphone-section-featured .megaphone-menu-subscribe {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.single-layout-5 .header-el-label,
.wa-layout-3 .header-el-label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	margin-bottom: 5px;
}

.megaphone-author-box .author-header .megaphone-author-button {
	text-align: center;
}

.megaphone-author-box .author-header .mf-website:before {
	-webkit-transform: translateY(1px);
	        transform: translateY(1px);
	display: block;
	font-size: 1.6rem;
}

.author-description p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
   Blocks
--------------------------------------------------------------*/

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 11rem;
	float: left;
	line-height: 0.8;
	margin-right: 25px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

.has-huge-font-size,
.has-large-font-size {
	line-height: 1.6;
}

p.has-background {
	padding: 30px 40px;
}

/** === Image Block === */

.wp-block-image {
	font-size: 0;
	max-width: 100%;
}

.wp-block-image.alignfull {
	max-width: initial;
}

.wp-block-image figcaption {
	color: inherit;
	margin: 8px 0 0;
	font-size: 1.4rem;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width: 100%;
}

.alignfull figcaption {
	text-align: center;
}

.has-parallax.alignwide {
	left: 0 !important;
	-webkit-transform: none !important;
	        transform: none !important;
}

/** === List Block === */

.entry-content ul > li,
.entry-content ol > li,
.comment-content ul > li,
.comment-content ol > li {
	margin-bottom: 10px;
	line-height: 1.6;
}

.entry-content ul > li:last-child,
.entry-content ol > li:last-child,
.comment-content ul > li:last-child,
.comment-content ol > li:last-child {
	margin-bottom: 0;
}

.entry-content li > ul,
.entry-content li > ol,
.comment-content li > ul,
.comment-content li > ol {
	margin-top: 10px;
}

/** === Gallery Block === */

.wp-block-gallery {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.wp-block-gallery a {
	border-bottom: 0;
}

.wp-block-gallery figure {
	margin: 8px 0 0;
	font-size: 1.4rem;
}

.entry-content li.blocks-gallery-item:before {
	display: none;
}

.entry-content ul > li.blocks-gallery-item:last-child {
	margin-bottom: 12px;
}

li.blocks-gallery-item figure {
	margin-bottom: 0;
}

.wp-block-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}

.entry-content > .wp-block-gallery {
	margin-bottom: 15px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 12px 12px 0;
	position: relative;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	height: 100%;
	margin: 0;
}

.columns-6 figcaption,
.columns-7 figcaption,
.columns-8 figcaption {
	display: none;
}

.wp-block-cover,
.entry-content .wp-block-cover,
.wp-block-cover-image,
.entry-content .wp-block-cover-image {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-position: 50%;
	background-size: cover;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 300px;
	position: relative;
	min-width: 100%;
	overflow: hidden;
}

.entry-content .wp-block-cover.alignleft,
.entry-content .wp-block-cover.alignright {
	margin-top: 0;
}

.wp-block-cover-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover p {
	color: #fff;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 526px;
	z-index: 1;
	padding: 0 50px;
	margin-left: auto;
	margin-right: auto;
	word-break: break-word;
}

.megaphone-sidebar-right .wp-block-cover-image .wp-block-cover-image-text,
.megaphone-sidebar-right .wp-block-cover-image .wp-block-cover-text,
.megaphone-sidebar-right .wp-block-cover-image h2,
.megaphone-sidebar-right .wp-block-cover .wp-block-cover-image-text,
.megaphone-sidebar-right .wp-block-cover .wp-block-cover-text,
.megaphone-sidebar-right .wp-block-cover h2,
.megaphone-sidebar-right .wp-block-cover p,
.megaphone-sidebar-left .wp-block-cover-image .wp-block-cover-image-text,
.megaphone-sidebar-left .wp-block-cover-image .wp-block-cover-text,
.megaphone-sidebar-left .wp-block-cover-image h2,
.megaphone-sidebar-left .wp-block-cover .wp-block-cover-image-text,
.megaphone-sidebar-left .wp-block-cover .wp-block-cover-text,
.megaphone-sidebar-left .wp-block-cover h2,
.megaphone-sidebar-left .wp-block-cover p {
	padding: 14px 48px;
}

.entry-content .wp-block-cover a,
.wp-block-cover a {
	color: #FFF;
}

table {
	table-layout: auto;
	width: 100%;
	max-width: 100%;
}

td,
th {
	padding: 10px 20px 10px 0;
	min-height: 45px;
	text-align: left;
	line-height: 1.4;
}

th {
	font-weight: bold;
}

.wp-block-table.is-style-stripes tr,
.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.is-style-stripes td,
.is-style-stripes th {
	padding: 10px 20px 10px 20px;
}

/** === Button Block === */

.entry-content .wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link {
	height: auto !important;
	padding-top: 14px;
	padding-bottom: 14px;
}

.is-style-squared .wp-block-button__link,
.entry-content .is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-button.alignleft,
.megaphone-sidebar-none .wp-block-button.alignleft {
	margin-left: 0;
	margin-top: 7px;
	float: left;
	margin-right: 20px;
}

.megaphone-sidebar-none .entry-content .wp-block-button.alignleft {
	margin-left: 0;
}

.megaphone-sidebar-none .entry-content .wp-block-button.alignright {
	margin-right: 0;
}

.wp-block-button.alignright,
.megaphone-sidebar-none .wp-block-button.alignright {
	margin-right: 0;
	margin-top: 7px;
	float: right;
	margin-left: 20px;
}

blockquote {
	font-size: 2.4rem;
	line-height: 1.67;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

blockquote p:only-of-type {
	margin-bottom: 0;
}

blockquote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	line-height: 1.2;
}

.wp-block-quote {
	position: relative;
}

.wp-block-quote:before {
	top: 0px;
	width: 53px;
	height: 37px;
	left: -10px;
	content: "";
	position: absolute;
	z-index: -1;
	display: block;
	-webkit-mask: url(../img/razor_shape_big.svg) no-repeat center;
	        mask: url(../img/razor_shape_big.svg) no-repeat center;
	-webkit-mask-size: contain;
	        mask-size: contain;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 2.8rem;
	font-style: normal;
	line-height: 1.6;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2.4rem;
	line-height: 1.67;
}

.wp-block-pullquote {
	border-top: 4px solid;
	border-bottom: 4px solid;
	max-width: initial;
}

body.megaphone-sidebar-left .wp-block-pullquote,
body.megaphone-sidebar-right .wp-block-pullquote {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-pullquote.alignfull.is-style-default > *,
.wp-block-pullquote.alignwide > *,
.wp-block-pullquote.alignwide.is-style-solid-color > *,
.wp-block-pullquote.alignfull.is-style-solid-color > *,
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote.alignfull blockquote {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: inherit;
}

.wp-block-pullquote.alignwide {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-pullquote > blockquote {
	margin-bottom: 0;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 100%;
	text-align: left;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.is-style-solid-color.alignleft blockquote p,
.wp-block-pullquote.is-style-solid-color.alignright blockquote p {
	font-size: 1.8rem;
}

.entry-content .wp-block-pullquote p:last-child {
	margin-bottom: 0;
}

.wp-block-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wp-block-column p:last-child {
	margin-bottom: 0;
}

.wp-block-column:not(:last-child),
.wp-block-column:nth-child(odd) {
	margin-right: 0;
}

.wp-block-column:not(:first-child),
.wp-block-column:nth-child(even) {
	margin-left: 0;
}

audio,
canvas,
progress,
video {
	width: 100%;
}

.wp-block-embed__wrapper .twitter-tweet {
	margin: 0 auto;
}

/** === Separator Block === */

.wp-block-separator.is-style-dots {
	background: none;
	border: none;
	height: auto;
	line-height: 1;
	max-width: none;
	text-align: center;
}

.wp-block-separator.is-style-dots:before {
	content: ". . . . . . . . . . . . . . . . . . . . ";
	font-family: serif;
	font-size: 20px;
	letter-spacing: 0;
	padding-left: 0;
	opacity: .3;
}

.wp-block-separator.is-style-default,
.wp-block-separator,
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 230px;
}

.wp-block-separator.is-style-wide {
	max-width: 100%;
}

hr {
	border: none;
	height: 2px;
	width: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.1);
}

.wp-block-calendar table th,
.wp-block-calendar tbody td,
.wp-block-calendar th {
	text-align: center;
}

.entry-content .wp-block-calendar tfoot tr,
.wp-block-calendar tfoot tr {
	border-bottom: none;
}

.wp-block-calendar caption {
	font-size: 1.2rem;
	margin-bottom: 8px;
}

.wp-block-calendar table {
	table-layout: fixed;
	font-size: 1.4rem;
}

.wp-block-calendar a {
	text-decoration: none;
}

.wp-block-tag-cloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}

.wp-block-tag-cloud a,
.entry-content .wp-block-tag-cloud a {
	font-size: 1.2rem !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 32px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 24px;
	border-radius: 25px;
	text-transform: uppercase;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	text-decoration: none;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-bottom: 5px;
	margin-right: 5px;
	border-bottom: none;
}

.entry-content .wp-block-tag-cloud a:hover {
	text-decoration: none;
}

.wp-block-search .wp-block-search__button {
	margin-left: 0;
	margin-top: 10px;
}

.entry-content .wp-block-rss li,
.wp-block-rss li {
	margin-bottom: 25px;
}

.entry-content .wp-block-rss li:last-child,
.wp-block-rss li:last-child {
	margin-bottom: 0;
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	font-size: 1.2rem;
}

.wp-block-latest-comments {
	padding: 0;
}

.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives {
	list-style: none;
	padding: 0;
}

.wp-block-latest-posts a,
.wp-block-categories a,
.wp-block-archives a {
	border: none;
}

.wp-block-latest-posts .children,
.wp-block-categories .children,
.wp-block-archives .children {
	list-style: none;
}

.wp-block-categories li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.wp-block-archives li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.wp-block-archives .count,
.wp-block-categories .count {
	height: 32px;
	width: 32px;
	left: 0;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	border-radius: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin-right: 10px;
}

.entry-content .alignleft,
body.megaphone-sidebar-left .entry-content .alignleft,
body.megaphone-sidebar-right .entry-content .alignleft {
	position: relative;
	margin-right: 0;
	float: none;
}

.megaphone-sidebar-none .entry-content .alignleft {
	margin-left: 0;
}

.entry-content .alignright,
body.megaphone-sidebar-left .entry-content .alignright,
body.megaphone-sidebar-right .entry-content .alignright {
	position: relative;
	margin-left: 0;
	float: none;
}

.megaphone-sidebar-none .entry-content .alignright {
	margin-right: 0;
}

.player-paceholder {
	padding: 12px 14px 12px 14px;
	width: 210px;
	border-radius: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #333;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}

.megaphone-overlay .player-paceholder {
	background: #FFF;
}

.megaphone-overlay a.player-paceholder {
	color: #333;
}

.megaphone-button-play {
	border: 2px solid;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
}

.megaphone-button-play-big {
	height: 50px;
	width: 50px;
	font-size: 3.2rem;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
}

.megaphone-button-play-medium {
	height: 50px;
	width: 50px;
	font-size: 3.2rem;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
}

.megaphone-button-play-small {
	height: 50px;
	width: 50px;
	font-size: 3.2rem;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
}

.megaphone-button-play-white {
	background: #FFF;
	color: #000;
}

.megaphone-mega-menu-play {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 40;
}

.megaphone-mega-menu-play i {
	font-size: 4rem;
	margin-right: -2px;
}

body .megaphone-header .megaphone-mega-menu .megaphone-menu-posts .entry-media a.megaphone-mega-menu-play {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: none;
}

.megaphone-placeholder-label {
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

.placeholder-slot-l {
	margin-right: 10px;
}

.placeholder-slot-r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.placeholder-slot-r .entry-episode {
	margin-bottom: 3px;
}

.player-paceholder.player-paceholder-medium {
	text-align: left;
	padding: 14px 24px 14px 16px;
	height: auto;
	width: 210px;
}

.wa-layout-3 .player-paceholder.player-paceholder-medium {
	padding: 0;
	width: 100%;
	background: transparent;
}

.player-paceholder.player-paceholder-medium-single {
	text-align: left;
	padding: 18px 30px 18px 20px;
	height: auto;
	width: auto;
	min-width: 264px;
	margin-left: auto;
	margin-right: auto;
	pointer-events: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.player-paceholder-medium .placeholder-slot-l,
.player-paceholder-medium-single .placeholder-slot-l {
	margin-right: 10px;
}

.player-placeholder-on-white {
	padding: 0 20px 0 0px;
}

.megaphone-play-current {
	opacity: 0;
	display: none !important;
}

.megaphone-play-visible {
	opacity: 1;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.megaphone-play-current .megaphone-placeholder-title,
.megaphone-play-current .megaphone-button-play-medium {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.megaphone-overlay .megaphone-button,
.megaphone-overlay .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-overlay a,
.megaphone-overlay .wp-block-button .wp-block-button__link,
.wp-block-button .megaphone-overlay .wp-block-button__link,
.entry-footer .megaphone-button,
.entry-footer .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .entry-footer a,
.entry-footer .wp-block-button .wp-block-button__link,
.wp-block-button .entry-footer .wp-block-button__link {
	padding: 0 15px 0 15px;
}

.megaphone-overlay .megaphone-button i,
.megaphone-overlay .megaphone-buttons .megaphone-menu-subscribe a i,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-overlay a i,
.megaphone-overlay .wp-block-button .wp-block-button__link i,
.wp-block-button .megaphone-overlay .wp-block-button__link i,
.entry-footer .megaphone-button i,
.entry-footer .megaphone-buttons .megaphone-menu-subscribe a i,
.megaphone-buttons .megaphone-menu-subscribe .entry-footer a i,
.entry-footer .wp-block-button .wp-block-button__link i,
.wp-block-button .entry-footer .wp-block-button__link i {
	margin-left: -4px;
}

.megaphone-overlay .megaphone-button i,
.megaphone-overlay .megaphone-buttons .megaphone-menu-subscribe a i,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-overlay a i,
.megaphone-overlay .wp-block-button .wp-block-button__link i,
.wp-block-button .megaphone-overlay .wp-block-button__link i,
.entry-footer .megaphone-button i,
.entry-footer .megaphone-buttons .megaphone-menu-subscribe a i,
.megaphone-buttons .megaphone-menu-subscribe .entry-footer a i,
.entry-footer .wp-block-button .wp-block-button__link i,
.wp-block-button .entry-footer .wp-block-button__link i {
	font-size: 2.4rem;
	margin-right: 6px;
}

body .meks-ap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px 0 0;
	z-index: 9000;
}

.meks-ap-slot-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 60%;
	        flex: 0 0 60%;
}

.meks-ap-slot-l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
	max-width: 40%;
}

.meks-ap-slot-r,
.meks-ap-slot-l {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.meks-ap-slot-r {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.meks-ap-slot-l {
	padding: 0 0 0 80px;
	text-align: left;
	-webkit-clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	position: relative;
}

.meks-ap-slot-l:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 100%;
	background: #000;
	background: var(--player-original-bg-color);
	right: 30px;
	top: 0;
	z-index: 100;
	-webkit-clip-path: polygon(85% 0%, 100% 0%, 15% 100%, 0% 100%);
	        clip-path: polygon(85% 0%, 100% 0%, 15% 100%, 0% 100%);
}

body .meks-ap-prev,
body .meks-ap-next {
	font-size: 2.4rem;
	background: rgba(0, 0, 0, 0.1);
}

body .meks-ap-prev .mf,
body .meks-ap-next .mf {
	opacity: .5;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

body .meks-ap-prev:hover .mf,
body .meks-ap-next:hover .mf {
	opacity: 1;
}

body .meks-ap-next {
	background: rgba(0, 0, 0, 0.2);
}

.meks-ap-episode {
	text-transform: uppercase;
	font-size: 1.2rem;
	text-align: left;
}

body .meks-ap-title,
.megaphone-player-action i {
	font-size: 2.2rem;
	line-height: 1.2;
}

body .meks-ap-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 50px 0 0;
	word-break: break-word;
}

body .meks-ap-player {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 100%;
	padding: 0;
}

body .mejs-button,
body .mejs-button > button,
body .mejs-button > .download-button {
	width: 50px;
}

.meks-ap .mejs-button > .download-button {
	display: block;
	height: 50px;
	line-height: 58px;
	text-align: center;
}

.meks-ap .mejs-button > button,
.meks-ap .mejs-button > .download-button {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	z-index: 102;
	cursor: pointer;
}

body .meks-ap .download-button.disabled {
	opacity: .4;
	cursor: auto;
}

.meks-ap .mejs__speed-selector,
.meks-ap .mejs-speed-selector {
	z-index: 101;
}

.meks-ap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.meks-ap .megaphone-menu-action > li > a {
	pointer-events: none;
}

.megaphone-player-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
	z-index: 300;
}

.megaphone-player-action,
.megaphone-player-action ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.megaphone-player-action .megaphone-menu-subscribe,
.megaphone-player-action .empty-list,
.megaphone-player-action .megaphone-share-wrapper {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #000;
	background: #fff;
	width: 170px;
	border-radius: 25px;
	z-index: 101;
	padding: 10px 45px 10px 20px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.megaphone-player-action .megaphone-menu-subscribe {
	display: none !important;
}

.megaphone-player-action .megaphone-menu-subscribe a {
	padding: 0;
	font-size: 1.4rem;
}

.megaphone-player-action .empty-list a {
	color: #000;
}

.megaphone-player-action .megaphone-menu-subscribe li a::before {
	line-height: 1.4;
}

.megaphone-player-action .mejs-button:hover ul,
.megaphone-player-action .mejs-button:hover .megaphone-share-wrapper {
	display: block !important;
}

.megaphone-player-action .mejs-button {
	position: relative;
}

.megaphone-player-action li {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
}

.megaphone-player-action .megaphone-menu-subscribe a,
.megaphone-player-action .empty-list a,
.megaphone-player-action .megaphone-share-wrapper a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1.3;
	font-size: 1.4rem;
}

.megaphone-player-action .megaphone-share-wrapper {
	padding: 10px 10px 10px 20px;
	text-align: center;
}

.megaphone-player-action .megaphone-share-wrapper .meks_ess {
	all: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}

.megaphone-player-action .megaphone-share-wrapper .meks_ess a {
	all: unset;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0 !important;
	padding: 0;
	height: 33px;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.megaphone-player-action .megaphone-share-wrapper .meks_ess a:hover {
	cursor: pointer;
	background: none !important;
}

.megaphone-player-action .megaphone-share-wrapper .meks_ess a span {
	display: block;
}

.meks-ap-slot-r .megaphone-player-action:last-child {
	position: relative;
	z-index: 500;
}

.megaphone-player-action .megaphone-share-wrapper .meks_ess_share_label {
	display: none;
}

.meks-ap .meks-ap-slot-r .megaphone-player-action:first-of-type {
	z-index: 501;
}

.meks-ap .meks-ap-slot-r .megaphone-player-action + .megaphone-player-action {
	z-index: 502;
}

.meks-ap .meks-ap-slot-r .megaphone-player-action:last-of-type {
	z-index: 503;
}

.meks-ap .mejs-volume-button > .mejs-volume-slider {
	display: block !important;
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	pointer-events: none;
	visibility: hidden;
	width: 50px;
}

.mejs-volume-button:hover > .mejs-volume-slider {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.meks-ap .mejs-speed-selector {
	padding-bottom: 40px;
	height: auto;
	bottom: 1px;
	padding-top: 8px;
}

.meks-ap .mejs__speed-selector-list-item,
.meks-ap .mejs-speed-selector-list-item {
	margin: 0;
}

.meks-ap .mejs__speed-selector-label,
.meks-ap .mejs-speed-selector-label {
	padding: 6px 0 6px;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.meks-ap .mejs__speed-selector-label,
.meks-ap .mejs-speed-selector-label,
.meks-ap .mejs__speed-selector,
.meks-ap .mejs-speed-selector {
	width: 50px;
}

.meks-ap .megaphone-loader {
	opacity: 0;
}

.megaphone-player-loader .meks-ap .megaphone-loader {
	opacity: 1;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.megaphone-player-loader .meks-ap .meks-ap-toggle,
.megaphone-player-loader .meks-ap .meks-ap-slot-l,
.megaphone-player-loader .meks-ap .meks-ap-slot-r {
	opacity: 0;
}

.megaphone-shows-list-small .megaphone-button-play-small {
	margin-right: 15px;
	border-width: 1px;
}

.megaphone-episodes-template .megaphone-layout-g .megaphone-button-play-medium {
	margin-right: 15px;
}

.megaphone-player-has-embed .meks-ap-slot-l {
	-webkit-clip-path: none;
	        clip-path: none;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 35%;
	        flex: 0 0 35%;
	max-width: 35%;
}

.megaphone-player-has-embed .meks-ap-slot-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 65%;
	        flex: 0 0 65%;
}

.megaphone-player-has-embed .meks-ap-player + .megaphone-player-action {
	margin-left: 25px;
}

.megaphone-player-has-embed .meks-ap-slot-l:after {
	display: none;
}

.meks-ap-player p {
	margin-bottom: 0;
	margin-left: 30px;
}

body .megaphone-player-has-embed.meks-ap {
	padding: 0 40px 0 0;
}

.meks-ap-timestamp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.meks-ap-timestamp .meks-jump-player {
	font-size: 1.2rem;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: none;
	height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px;
	border-radius: 25px;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	margin-right: 10px;
	margin-bottom: 0;
}

.megaphone-footer-widgets > .col-12 {
	padding-top: 30px;
}

.megaphone-footer > .container:last-child {
	padding-top: 0;
}

.megaphone-footer .widget-title {
	margin-bottom: 20px;
}

.megaphone-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.megaphone-footer a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.megaphone-footer .widget {
	margin-bottom: 40px;
}

.megaphone-copyright {
	padding: 20px 0;
}

.megaphone-copyright {
	font-size: 1.2rem;
	text-align: center;
}

.megaphone-copyright p,
.megaphone-empty-message p {
	margin-bottom: 0;
}

.megaphone-copyright a {
	text-decoration: underline;
}

.megaphone-empty-message {
	padding: 40px;
}

.megaphone-section-subscribe {
	padding: 30px 0;
}

.megaphone-section-subscribe .megaphone-posts .col-12 {
	margin-bottom: 0;
}

.megaphone-section-subscribe .megaphone-menu-subscribe {
	margin-bottom: 0;
}

.megaphone-section-subscribe .megaphone-subscribe {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.megaphone-section-subscribe .megaphone-menu-subscribe {
	margin-bottom: 0;
}

.megaphone-section-subscribe + .megaphone-section-instagram {
	padding-top: 0;
}

.megaphone-section-separator {
	display: none;
}

.megaphone-section-subscribe + .megaphone-section-instagram .megaphone-section-separator {
	margin-bottom: 30px;
	display: block;
}

.footer-widgets-center .calendar_wrap,
.footer-widgets-center select,
.footer-widgets-center .widget_recent_comments > ul,
.footer-widgets-center .widget_rss > ul,
.footer-widgets-center .widget {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.footer-widgets-center .widget_calendar table caption {
	width: 100%;
	margin-top: 6px;
	text-align: left;
}

.footer-widgets-center .search-alt {
	margin: 0 auto;
}

.footer-widgets-center .mks_social_widget {
	text-align: center;
}

.megaphone-footer .search-alt,
.megaphone-footer .search-alt input[type=text] {
	max-width: 350px;
	height: 48px;
}

.megaphone-footer .search-alt button[type=submit] {
	top: 8px;
	height: 32px;
	right: 8px;
	padding: 0 20px;
	width: auto;
}

.megaphone-footer tr {
	border-bottom: none;
}

.megaphone-goto-top {
	position: fixed;
	z-index: 1041;
	display: none;
	font-size: 2.4rem;
	padding: 1px 0;
	text-align: center;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.megaphone-goto-top:hover {
	opacity: 1 !important;
}

/*--------------------------------------------------------------
   Modal Popups
--------------------------------------------------------------*/

.megaphone-modal {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.megaphone-modal.modal-open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: fadeInFromNoneFlex .15s ease-out;
	animation: fadeInFromNoneFlex .15s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.megaphone-modal-close {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 2.4rem;
	color: #333;
}

.megaphone-modal.search-alt {
	text-align: center;
}

.megaphone-modal.search-alt input[type=submit],
.megaphone-modal.search-alt button[type=submit] {
	margin: 0;
	max-width: 140px;
	display: block;
}

.megaphone-modal.search-alt .search-form {
	position: relative;
}

.megaphone-modal.search-alt .search-field,
.megaphone-modal.search-alt input[type=text] {
	max-width: 100%;
	text-align: left;
}

.megaphone-modal .section-head {
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 25px;
}

.megaphone-modal .megaphone-menu-social {
	font-size: 0;
	margin: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.megaphone-modal .megaphone-menu-social li,
.megaphone-modal .megaphone-menu-social li:last-child {
	margin: 0 7px;
}

.megaphone-modal .megaphone-menu-social li > a {
	height: 70px;
	width: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 3.4rem;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.megaphone-header-sticky-active .header-sticky-modal {
	height: 100%;
}

/*--------------------------------------------------------------
   Hidden Sidebar Styles
--------------------------------------------------------------*/

.megaphone-sidebar-branding .site-title {
	line-height: 0;
}

.megaphone-sidebar-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 0;
	height: 70px;
}

.megaphone-sidebar-branding .megaphone-action-close {
	font-size: 2.4rem;
	cursor: pointer;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.megaphone-action-overlay {
	width: 100%;
	height: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	content: '';
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.megaphone-action-overlay:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
}

.megaphone-action-overlay {
	background: rgba(0, 0, 0, 0.6);
}

.overlay-sidebar-open .megaphone-action-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.overlay-lock {
	overflow: hidden !important;
	padding-right: 17px;
}

.megaphone-sidebar-hidden {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: #FFF;
	display: block;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 99999;
	-webkit-transform: translate3D(433px, 0, 0);
	        transform: translate3D(433px, 0, 0);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	padding: 0 15px 0;
}

.megaphone-sidebar-hidden .widget {
	margin-bottom: 40px;
}

.megaphone-sidebar-hidden .widget:last-child {
	margin-bottom: 40px;
}

.megaphone-sidebar-hidden.megaphone-sidebar {
	margin-top: 0;
}

.megaphone-overlay-content {
	display: none;
}

.megaphone-action-overlay .megaphone-overlay-content {
	display: block;
}

.overlay-sidebar-open .megaphone-sidebar-hidden {
	-webkit-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}

body .overlay-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.megaphone-action-overlay .megaphone-action-close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #FFF;
	z-index: 3;
}

.megaphone-breadcrumbs {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
}

.megaphone-content-alt .megaphone-breadcrumbs .row,
.megaphone-content-alt .megaphone-breadcrumbs .wp-block-columns {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.entry-content a.mks_button,
.entry-content a.mks_ico {
	border: none;
}

.entry-content .mks_dropcap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 20px;
}

.mks_separator {
	float: none;
}

.mks_separator:after {
	content: "";
	clear: both;
	display: table;
}

.mks_dropcap {
	width: 61px;
	height: 61px;
}

.wp-block-coblocks-gallery-carousel .flickity-button.previous {
	right: auto;
}

/*--------------------------------------------------------------
   Instagram Widget Styles
--------------------------------------------------------------*/

.megaphone-section-instagram {
	overflow: hidden;
	text-align: center;
	position: relative;
}

.megaphone-section-instagram {
	padding-bottom: 30px;
}

.megaphone-section-instagram .section-title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	position: relative;
}

.megaphone-section-instagram .section-title .megaphone-button,
.megaphone-section-instagram .section-title .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-section-instagram .section-title a,
.megaphone-section-instagram .section-title .wp-block-button .wp-block-button__link,
.wp-block-button .megaphone-section-instagram .section-title .wp-block-button__link {
	position: absolute;
	right: 0;
}

.megaphone-bg-alt-1 .widget-inside.megaphone-bg-alt-1,
.megaphone-bg-alt-2 .widget-inside.megaphone-bg-alt-2 {
	position: relative;
}

.megaphone-bg-alt-1 .widget-inside.megaphone-bg-alt-1:after,
.megaphone-bg-alt-2 .widget-inside.megaphone-bg-alt-2:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 p,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .h0,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h1,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h2,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h3,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h4,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h5,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h6,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .h1,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .h2,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .h3,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .h4,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .h5,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .h6,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .entry-meta a:hover,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-breadcrumbs a:hover,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .section-head .section-title,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .link-uppercase,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 p,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .h0,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h1,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h2,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h3,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h4,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h5,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h6,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .h1,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .h2,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .h3,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .h4,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .h5,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .h6,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .entry-meta a:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-breadcrumbs a:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .section-head .section-title,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .link-uppercase,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 p,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .h0,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h1,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h2,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h3,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h4,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h5,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h6,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .h1,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .h2,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .h3,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .h4,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .h5,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .h6,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .entry-meta a:hover,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .megaphone-breadcrumbs a:hover,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .section-head .section-title,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .link-uppercase,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 p,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .h0,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h1,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h2,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h3,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h4,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h5,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h6,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .h1,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .h2,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .h3,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .h4,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .h5,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .h6,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .entry-meta a:hover,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .megaphone-breadcrumbs a:hover,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .section-head .section-title,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .link-uppercase,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 p,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .h0,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h1,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h2,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h3,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h4,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h5,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h6,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .h1,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .h2,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .h3,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .h4,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .h5,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .h6,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .entry-meta a:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .megaphone-breadcrumbs a:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .section-head .section-title,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .link-uppercase {
	color: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .entry-meta,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .entry-meta .meta-item,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .comment-metadata a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .entry-category .meta-item,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-breadcrumbs,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .entry-meta,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .entry-meta .meta-item,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .comment-metadata a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .entry-category .meta-item,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-breadcrumbs,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .entry-meta,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .entry-meta .meta-item,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .comment-metadata a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .entry-category .meta-item,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .megaphone-breadcrumbs,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .entry-meta,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .entry-meta .meta-item,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .comment-metadata a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .entry-category .meta-item,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .megaphone-breadcrumbs,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .entry-meta,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .entry-meta .meta-item,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .comment-metadata a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .entry-category .meta-item,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .megaphone-breadcrumbs {
	color: rgba(255, 255, 255, 0.8);
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .link-uppercase:before,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .link-uppercase:before,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .link-uppercase:before,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .link-uppercase:before,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .link-uppercase:before {
	background: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .entry-title a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 ul li a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h1 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h2 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h3 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h4 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h5 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 h6 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .header-el-label,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .entry-title a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 ul li a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h1 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h2 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h3 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h4 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h5 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 h6 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .header-el-label,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .entry-title a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 ul li a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h1 a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h2 a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h3 a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h4 a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h5 a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 h6 a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .header-el-label,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .entry-title a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 ul li a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h1 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h2 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h3 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h4 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h5 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 h6 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .header-el-label,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .entry-title a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 ul li a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h1 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h2 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h3 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h4 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h5 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 h6 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .header-el-label {
	color: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-button-secondary,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .meks-instagram-follow-link .meks-widget-cta,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .mks_autor_link_wrap a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .mks_read_more a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .player-paceholder .megaphone-button-play,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .player-paceholder .megaphone-button-play:hover,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .player-paceholder .megaphone-placeholder-title a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .player-paceholder .megaphone-placeholder-title a:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-button-secondary,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .meks-instagram-follow-link .meks-widget-cta,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .mks_autor_link_wrap a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .mks_read_more a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .player-paceholder .megaphone-button-play,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .player-paceholder .megaphone-button-play:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .player-paceholder .megaphone-placeholder-title a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .player-paceholder .megaphone-placeholder-title a:hover,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .megaphone-button-secondary,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .meks-instagram-follow-link .meks-widget-cta,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .mks_autor_link_wrap a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .mks_read_more a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .player-paceholder .megaphone-button-play,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .player-paceholder .megaphone-button-play:hover,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .player-paceholder .megaphone-placeholder-title a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .player-paceholder .megaphone-placeholder-title a:hover,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .megaphone-button-secondary,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .meks-instagram-follow-link .meks-widget-cta,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .mks_autor_link_wrap a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .mks_read_more a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .player-paceholder .megaphone-button-play,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .player-paceholder .megaphone-button-play:hover,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .player-paceholder .megaphone-placeholder-title a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .player-paceholder .megaphone-placeholder-title a:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .megaphone-button-secondary,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .meks-instagram-follow-link .meks-widget-cta,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .mks_autor_link_wrap a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .mks_read_more a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .player-paceholder .megaphone-button-play,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .player-paceholder .megaphone-button-play:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .player-paceholder .megaphone-placeholder-title a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .player-paceholder .megaphone-placeholder-title a:hover {
	color: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-button-circle,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-button-circle,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .megaphone-button-circle,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .megaphone-button-circle,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .megaphone-button-circle {
	border: 1px solid #FFF;
	color: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .section-description .search-alt input[type=text],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type=search],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type=text],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .section-description .search-alt input[type=text],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type=search],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type=text],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .section-description .search-alt input[type=text],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type=search],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type=text],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .section-description .search-alt input[type=text],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type=search],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type=text],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .section-description .search-alt input[type=text],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type=search],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type=text] {
	color: #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .section-description .search-alt input[type=text]::-webkit-input-placeholder,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .section-description .search-alt input[type=text]::-webkit-input-placeholder,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .section-description .search-alt input[type=text]::-webkit-input-placeholder,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .section-description .search-alt input[type=text]::-webkit-input-placeholder,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .section-description .search-alt input[type=text]::-webkit-input-placeholder {
	color: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .section-description .search-alt input[type=text]::-moz-placeholder,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .section-description .search-alt input[type=text]::-moz-placeholder,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .section-description .search-alt input[type=text]::-moz-placeholder,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .section-description .search-alt input[type=text]::-moz-placeholder,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .section-description .search-alt input[type=text]::-moz-placeholder {
	color: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .section-description .search-alt input[type=text]:-ms-input-placeholder,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .section-description .search-alt input[type=text]:-ms-input-placeholder,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .section-description .search-alt input[type=text]:-ms-input-placeholder,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .section-description .search-alt input[type=text]:-ms-input-placeholder,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .section-description .search-alt input[type=text]:-ms-input-placeholder {
	color: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .section-description .search-alt input[type=text]:-moz-placeholder,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .section-description .search-alt input[type=text]:-moz-placeholder,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .section-description .search-alt input[type=text]:-moz-placeholder,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .section-description .search-alt input[type=text]:-moz-placeholder,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .section-description .search-alt input[type=text]:-moz-placeholder {
	color: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .tagcloud a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .tagcloud a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .tagcloud a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .tagcloud a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .tagcloud a {
	color: rgba(255, 255, 255, 0.8);
	border-color: rgba(255, 255, 255, 0.5);
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .tagcloud a:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .tagcloud a:hover,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .tagcloud a:hover,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .tagcloud a:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .tagcloud a:hover {
	border-color: white;
	color: white;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .rssSummary,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .rssSummary,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .rssSummary,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .rssSummary,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .rssSummary {
	color: rgba(255, 255, 255, 0.8);
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 select,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 select,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 select,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 select,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 select {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.8);
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-button-hollow,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .comment-reply-link,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 #cancel-comment-reply-link,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 button.megaphone-button-hollow,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-buttons .megaphone-menu-subscribe li a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .search-alt button[type="submit"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .section-title a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-button-hollow,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .comment-reply-link,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 #cancel-comment-reply-link,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 button.megaphone-button-hollow,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-buttons .megaphone-menu-subscribe li a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .search-alt button[type="submit"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .section-title a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .megaphone-button-hollow,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .comment-reply-link,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 #cancel-comment-reply-link,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 button.megaphone-button-hollow,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .megaphone-buttons .megaphone-menu-subscribe li a,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .search-alt button[type="submit"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 .section-title a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .megaphone-button-hollow,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .comment-reply-link,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 #cancel-comment-reply-link,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 button.megaphone-button-hollow,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .megaphone-buttons .megaphone-menu-subscribe li a,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .search-alt button[type="submit"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 .section-title a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .megaphone-button-hollow,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .comment-reply-link,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 #cancel-comment-reply-link,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 button.megaphone-button-hollow,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .megaphone-buttons .megaphone-menu-subscribe li a,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .search-alt button[type="submit"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 .section-title a {
	border: 1px solid #FFF;
	color: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="text"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="email"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="url"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="password"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="search"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="number"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="tel"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="range"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="date"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="month"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="week"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="time"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="datetime"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="datetime-local"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 input[type="color"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 select,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 textarea,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="text"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="email"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="url"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="password"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="search"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="number"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="tel"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="range"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="date"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="month"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="week"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="time"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="datetime"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="datetime-local"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 input[type="color"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 select,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 textarea,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="text"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="email"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="url"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="password"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="search"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="number"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="tel"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="range"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="date"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="month"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="week"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="time"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="datetime"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="datetime-local"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 input[type="color"],
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 select,
.megaphone-bg-alt-2-white-text .wa-layout-3.megaphone-bg-alt-2 textarea,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="text"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="email"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="url"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="password"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="search"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="number"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="tel"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="range"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="date"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="month"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="week"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="time"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="datetime"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="datetime-local"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 input[type="color"],
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 select,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-1 textarea,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="text"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="email"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="url"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="password"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="search"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="number"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="tel"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="range"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="date"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="month"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="week"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="time"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="datetime"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="datetime-local"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 input[type="color"],
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 select,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-1 textarea {
	border-color: rgba(255, 255, 255, 0.1);
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 .megaphone-pagination .page-numbers.current,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 .paginated-post-wrapper .current,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 ul.page-numbers .current,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 .megaphone-pagination .page-numbers.current,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 .paginated-post-wrapper .current,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 ul.page-numbers .current {
	background-color: rgba(255, 255, 255, 0.1);
	color: #FFF;
}

.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 .megaphone-button.disabled,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 .megaphone-buttons .megaphone-menu-subscribe a.disabled,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 a.disabled,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 .wp-block-button .disabled.wp-block-button__link,
.wp-block-button .megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 .disabled.wp-block-button__link,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 .megaphone-button.disabled:hover,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 .megaphone-buttons .megaphone-menu-subscribe a.disabled:hover,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 a.disabled:hover,
.megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 .wp-block-button .disabled.wp-block-button__link:hover,
.wp-block-button .megaphone-bg-alt-1-white-text .megaphone-bg-alt-1 .megaphone-order-2 .disabled.wp-block-button__link:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 .megaphone-button.disabled,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 .megaphone-buttons .megaphone-menu-subscribe a.disabled,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 a.disabled,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 .wp-block-button .disabled.wp-block-button__link,
.wp-block-button .megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 .disabled.wp-block-button__link,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 .megaphone-button.disabled:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 .megaphone-buttons .megaphone-menu-subscribe a.disabled:hover,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 a.disabled:hover,
.megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 .wp-block-button .disabled.wp-block-button__link:hover,
.wp-block-button .megaphone-bg-alt-2-white-text .megaphone-bg-alt-2 .megaphone-order-2 .disabled.wp-block-button__link:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #FFF;
	pointer-events: none;
}

/* Safari 9 - 10(only) */

_::-webkit-:not(:root:root),
.wa-layout .container-self-center {
	top: 0;
	left: 50%;
	margin-left: -601px;
}

_::-webkit-:not(:root:root),
.placeholder-slot-l {
	margin-right: 70px;
}

/* iOs only*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

.container-self-center {
	top: 0;
	left: 50%;
	margin-left: -601px;
}

.megaphone-archive-no-image .container-self-center {
	left: 0;
	margin-left: auto;
}

.megaphone-show-c .container-self-center {
	margin-left: -260px;
}

.placeholder-slot-r {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.section-color.megaphone-section {
	padding: 30px 0;
}

.megaphone-triangle,
.megaphone-triangle-after {
	top: 3px;
}

.author-description {
	max-width: 100%;
	margin-top: 30px !important;
}

.megaphone-podcast-single-3 .container-self-center {
	left: 31%;
}

.wp-block-quote::before {
	display: none;
}

.meks-ap-slot-l::after {
	background: transparent;
}

}

@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {

.megaphone-item.megaphone-show.megaphone-show-d .container-self-center {
	margin-left: -175px !important;
}

}

@media (min-width: 374px) {

.container {
	padding-right: 15px;
	padding-left: 15px;
}

.container {
	max-width: 364px;
}

.row,
.wp-block-columns {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.col-sm {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 100%;
}

.col-sm-auto {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-sm-1 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 8.33333%;
	        flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-sm-2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66667%;
	        flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-sm-3 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33333%;
	        flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-sm-5 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 41.66667%;
	        flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-sm-6 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 58.33333%;
	        flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-sm-8 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.66667%;
	        flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-sm-9 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 83.33333%;
	        flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-sm-11 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 91.66667%;
	        flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-sm-12 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
}

.order-sm-first {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.order-sm-last {
	-webkit-box-ordinal-group: 14;
	    -ms-flex-order: 13;
	        order: 13;
}

.order-sm-0 {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.order-sm-1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.order-sm-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.order-sm-3 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.order-sm-4 {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.order-sm-5 {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.order-sm-6 {
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}

.order-sm-7 {
	-webkit-box-ordinal-group: 8;
	    -ms-flex-order: 7;
	        order: 7;
}

.order-sm-8 {
	-webkit-box-ordinal-group: 9;
	    -ms-flex-order: 8;
	        order: 8;
}

.order-sm-9 {
	-webkit-box-ordinal-group: 10;
	    -ms-flex-order: 9;
	        order: 9;
}

.order-sm-10 {
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
}

.order-sm-11 {
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
}

.order-sm-12 {
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
}

.offset-sm-0 {
	margin-left: 0;
}

.offset-sm-1 {
	margin-left: 8.33333%;
}

.offset-sm-2 {
	margin-left: 16.66667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.33333%;
}

.offset-sm-5 {
	margin-left: 41.66667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.33333%;
}

.offset-sm-8 {
	margin-left: 66.66667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.33333%;
}

.offset-sm-11 {
	margin-left: 91.66667%;
}

.col,
[class*="col-"],
.wp-block-column {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.d-sm-none {
	display: none !important;
}

.d-sm-inline {
	display: inline !important;
}

.d-sm-inline-block {
	display: inline-block !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-table {
	display: table !important;
}

.d-sm-table-row {
	display: table-row !important;
}

.d-sm-table-cell {
	display: table-cell !important;
}

.d-sm-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-sm-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-sm-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
}

.flex-sm-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}

.flex-sm-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: row-reverse !important;
	        flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important;
}

.flex-sm-wrap {
	-ms-flex-wrap: wrap !important;
	    flex-wrap: wrap !important;
}

.flex-sm-nowrap {
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	    flex-wrap: wrap-reverse !important;
}

.flex-sm-fill {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 1 auto !important;
	        flex: 1 1 auto !important;
}

.flex-sm-grow-0 {
	-webkit-box-flex: 0 !important;
	    -ms-flex-positive: 0 !important;
	        flex-grow: 0 !important;
}

.flex-sm-grow-1 {
	-webkit-box-flex: 1 !important;
	    -ms-flex-positive: 1 !important;
	        flex-grow: 1 !important;
}

.flex-sm-shrink-0 {
	-ms-flex-negative: 0 !important;
	    flex-shrink: 0 !important;
}

.flex-sm-shrink-1 {
	-ms-flex-negative: 1 !important;
	    flex-shrink: 1 !important;
}

.justify-content-sm-start {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
}

.justify-content-sm-end {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

.justify-content-sm-center {
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}

.justify-content-sm-between {
	-webkit-box-pack: justify !important;
	    -ms-flex-pack: justify !important;
	        justify-content: space-between !important;
}

.justify-content-sm-around {
	-ms-flex-pack: distribute !important;
	    justify-content: space-around !important;
}

.align-items-sm-start {
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
}

.align-items-sm-end {
	-webkit-box-align: end !important;
	    -ms-flex-align: end !important;
	        align-items: flex-end !important;
}

.align-items-sm-center {
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}

.align-items-sm-baseline {
	-webkit-box-align: baseline !important;
	    -ms-flex-align: baseline !important;
	        align-items: baseline !important;
}

.align-items-sm-stretch {
	-webkit-box-align: stretch !important;
	    -ms-flex-align: stretch !important;
	        align-items: stretch !important;
}

.align-content-sm-start {
	-ms-flex-line-pack: start !important;
	    align-content: flex-start !important;
}

.align-content-sm-end {
	-ms-flex-line-pack: end !important;
	    align-content: flex-end !important;
}

.align-content-sm-center {
	-ms-flex-line-pack: center !important;
	    align-content: center !important;
}

.align-content-sm-between {
	-ms-flex-line-pack: justify !important;
	    align-content: space-between !important;
}

.align-content-sm-around {
	-ms-flex-line-pack: distribute !important;
	    align-content: space-around !important;
}

.align-content-sm-stretch {
	-ms-flex-line-pack: stretch !important;
	    align-content: stretch !important;
}

.align-self-sm-auto {
	-ms-flex-item-align: auto !important;
	    align-self: auto !important;
}

.align-self-sm-start {
	-ms-flex-item-align: start !important;
	    align-self: flex-start !important;
}

.align-self-sm-end {
	-ms-flex-item-align: end !important;
	    align-self: flex-end !important;
}

.align-self-sm-center {
	-ms-flex-item-align: center !important;
	    align-self: center !important;
}

.align-self-sm-baseline {
	-ms-flex-item-align: baseline !important;
	    align-self: baseline !important;
}

.align-self-sm-stretch {
	-ms-flex-item-align: stretch !important;
	    align-self: stretch !important;
}

}

@media only screen and (min-width: 374px) {

.megaphone-order-1 + .megaphone-order-2 {
	margin-top: 30px;
}

.megaphone-order-2 + .megaphone-order-1 {
	margin-top: 30px;
}

.section-margin {
	margin-top: 25px;
}

.megaphone-pagination {
	margin: 0 auto;
	min-height: 40px;
}

form p {
	margin-bottom: 15px;
}

.widget-inside {
	padding: 30px 30px 30px;
}

.megaphone-author-box {
	padding: 25px 25px 20px;
}

.wp-block-pullquote.alignfull.is-style-default > *,
.wp-block-pullquote.alignwide > *,
.wp-block-pullquote.alignwide.is-style-solid-color > *,
.wp-block-pullquote.alignfull.is-style-solid-color > *,
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote.alignfull blockquote {
	max-width: 351px;
}

.megaphone-sidebar-hidden {
	padding: 0 30px 30px;
	max-width: 397px;
	-webkit-transform: translate3D(410px, 0, 0);
	        transform: translate3D(410px, 0, 0);
}

}

@media (min-width: 600px) {

.container {
	padding-right: 30px;
	padding-left: 30px;
}

.container {
	max-width: 758px;
}

.row,
.wp-block-columns {
	margin-right: -15px;
	margin-left: -15px;
}

.col-md {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 100%;
}

.col-md-auto {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-md-1 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 8.33333%;
	        flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-md-2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66667%;
	        flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-md-3 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33333%;
	        flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-md-5 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 41.66667%;
	        flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-md-6 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 58.33333%;
	        flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-md-8 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.66667%;
	        flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-md-9 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 83.33333%;
	        flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-md-11 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 91.66667%;
	        flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-md-12 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
}

.order-md-first {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.order-md-last {
	-webkit-box-ordinal-group: 14;
	    -ms-flex-order: 13;
	        order: 13;
}

.order-md-0 {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.order-md-1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.order-md-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.order-md-3 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.order-md-4 {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.order-md-5 {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.order-md-6 {
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}

.order-md-7 {
	-webkit-box-ordinal-group: 8;
	    -ms-flex-order: 7;
	        order: 7;
}

.order-md-8 {
	-webkit-box-ordinal-group: 9;
	    -ms-flex-order: 8;
	        order: 8;
}

.order-md-9 {
	-webkit-box-ordinal-group: 10;
	    -ms-flex-order: 9;
	        order: 9;
}

.order-md-10 {
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
}

.order-md-11 {
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
}

.order-md-12 {
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
}

.offset-md-0 {
	margin-left: 0;
}

.offset-md-1 {
	margin-left: 8.33333%;
}

.offset-md-2 {
	margin-left: 16.66667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.33333%;
}

.offset-md-5 {
	margin-left: 41.66667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.33333%;
}

.offset-md-8 {
	margin-left: 66.66667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.33333%;
}

.offset-md-11 {
	margin-left: 91.66667%;
}

.col,
[class*="col-"],
.wp-block-column {
	padding-right: 15px;
	padding-left: 15px;
}

.d-md-none {
	display: none !important;
}

.d-md-inline {
	display: inline !important;
}

.d-md-inline-block {
	display: inline-block !important;
}

.d-md-block {
	display: block !important;
}

.d-md-table {
	display: table !important;
}

.d-md-table-row {
	display: table-row !important;
}

.d-md-table-cell {
	display: table-cell !important;
}

.d-md-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-md-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-md-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
}

.flex-md-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}

.flex-md-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: row-reverse !important;
	        flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important;
}

.flex-md-wrap {
	-ms-flex-wrap: wrap !important;
	    flex-wrap: wrap !important;
}

.flex-md-nowrap {
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	    flex-wrap: wrap-reverse !important;
}

.flex-md-fill {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 1 auto !important;
	        flex: 1 1 auto !important;
}

.flex-md-grow-0 {
	-webkit-box-flex: 0 !important;
	    -ms-flex-positive: 0 !important;
	        flex-grow: 0 !important;
}

.flex-md-grow-1 {
	-webkit-box-flex: 1 !important;
	    -ms-flex-positive: 1 !important;
	        flex-grow: 1 !important;
}

.flex-md-shrink-0 {
	-ms-flex-negative: 0 !important;
	    flex-shrink: 0 !important;
}

.flex-md-shrink-1 {
	-ms-flex-negative: 1 !important;
	    flex-shrink: 1 !important;
}

.justify-content-md-start {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
}

.justify-content-md-end {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

.justify-content-md-center {
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}

.justify-content-md-between {
	-webkit-box-pack: justify !important;
	    -ms-flex-pack: justify !important;
	        justify-content: space-between !important;
}

.justify-content-md-around {
	-ms-flex-pack: distribute !important;
	    justify-content: space-around !important;
}

.align-items-md-start {
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
}

.align-items-md-end {
	-webkit-box-align: end !important;
	    -ms-flex-align: end !important;
	        align-items: flex-end !important;
}

.align-items-md-center {
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}

.align-items-md-baseline {
	-webkit-box-align: baseline !important;
	    -ms-flex-align: baseline !important;
	        align-items: baseline !important;
}

.align-items-md-stretch {
	-webkit-box-align: stretch !important;
	    -ms-flex-align: stretch !important;
	        align-items: stretch !important;
}

.align-content-md-start {
	-ms-flex-line-pack: start !important;
	    align-content: flex-start !important;
}

.align-content-md-end {
	-ms-flex-line-pack: end !important;
	    align-content: flex-end !important;
}

.align-content-md-center {
	-ms-flex-line-pack: center !important;
	    align-content: center !important;
}

.align-content-md-between {
	-ms-flex-line-pack: justify !important;
	    align-content: space-between !important;
}

.align-content-md-around {
	-ms-flex-line-pack: distribute !important;
	    align-content: space-around !important;
}

.align-content-md-stretch {
	-ms-flex-line-pack: stretch !important;
	    align-content: stretch !important;
}

.align-self-md-auto {
	-ms-flex-item-align: auto !important;
	    align-self: auto !important;
}

.align-self-md-start {
	-ms-flex-item-align: start !important;
	    align-self: flex-start !important;
}

.align-self-md-end {
	-ms-flex-item-align: end !important;
	    align-self: flex-end !important;
}

.align-self-md-center {
	-ms-flex-item-align: center !important;
	    align-self: center !important;
}

.align-self-md-baseline {
	-ms-flex-item-align: baseline !important;
	    align-self: baseline !important;
}

.align-self-md-stretch {
	-ms-flex-item-align: stretch !important;
	    align-self: stretch !important;
}

.mt-md-0 {
	margin-top: 0px;
}

.pt-md-0 {
	padding-top: 0px;
}

.mb-md-0 {
	margin-bottom: 0px;
}

.pb-md-0 {
	padding-bottom: 0px;
}

.ml-md-0 {
	margin-left: 0px;
}

.pl-md-0 {
	padding-left: 0px;
}

.mr-md-0 {
	margin-right: 0px;
}

.pr-md-0 {
	padding-right: 0px;
}

.mt-md-4 {
	margin-top: 4px;
}

.pt-md-4 {
	padding-top: 4px;
}

.mb-md-4 {
	margin-bottom: 4px;
}

.pb-md-4 {
	padding-bottom: 4px;
}

.ml-md-4 {
	margin-left: 4px;
}

.pl-md-4 {
	padding-left: 4px;
}

.mr-md-4 {
	margin-right: 4px;
}

.pr-md-4 {
	padding-right: 4px;
}

.mt-md-8 {
	margin-top: 8px;
}

.pt-md-8 {
	padding-top: 8px;
}

.mb-md-8 {
	margin-bottom: 8px;
}

.pb-md-8 {
	padding-bottom: 8px;
}

.ml-md-8 {
	margin-left: 8px;
}

.pl-md-8 {
	padding-left: 8px;
}

.mr-md-8 {
	margin-right: 8px;
}

.pr-md-8 {
	padding-right: 8px;
}

.mt-md-10 {
	margin-top: 10px;
}

.pt-md-10 {
	padding-top: 10px;
}

.mb-md-10 {
	margin-bottom: 10px;
}

.pb-md-10 {
	padding-bottom: 10px;
}

.ml-md-10 {
	margin-left: 10px;
}

.pl-md-10 {
	padding-left: 10px;
}

.mr-md-10 {
	margin-right: 10px;
}

.pr-md-10 {
	padding-right: 10px;
}

.mt-md-12 {
	margin-top: 12px;
}

.pt-md-12 {
	padding-top: 12px;
}

.mb-md-12 {
	margin-bottom: 12px;
}

.pb-md-12 {
	padding-bottom: 12px;
}

.ml-md-12 {
	margin-left: 12px;
}

.pl-md-12 {
	padding-left: 12px;
}

.mr-md-12 {
	margin-right: 12px;
}

.pr-md-12 {
	padding-right: 12px;
}

.mt-md-15 {
	margin-top: 15px;
}

.pt-md-15 {
	padding-top: 15px;
}

.mb-md-15 {
	margin-bottom: 15px;
}

.pb-md-15 {
	padding-bottom: 15px;
}

.ml-md-15 {
	margin-left: 15px;
}

.pl-md-15 {
	padding-left: 15px;
}

.mr-md-15 {
	margin-right: 15px;
}

.pr-md-15 {
	padding-right: 15px;
}

.mt-md-20 {
	margin-top: 20px;
}

.pt-md-20 {
	padding-top: 20px;
}

.mb-md-20 {
	margin-bottom: 20px;
}

.pb-md-20 {
	padding-bottom: 20px;
}

.ml-md-20 {
	margin-left: 20px;
}

.pl-md-20 {
	padding-left: 20px;
}

.mr-md-20 {
	margin-right: 20px;
}

.pr-md-20 {
	padding-right: 20px;
}

.mt-md-24 {
	margin-top: 24px;
}

.pt-md-24 {
	padding-top: 24px;
}

.mb-md-24 {
	margin-bottom: 24px;
}

.pb-md-24 {
	padding-bottom: 24px;
}

.ml-md-24 {
	margin-left: 24px;
}

.pl-md-24 {
	padding-left: 24px;
}

.mr-md-24 {
	margin-right: 24px;
}

.pr-md-24 {
	padding-right: 24px;
}

.mt-md-30 {
	margin-top: 30px;
}

.pt-md-30 {
	padding-top: 30px;
}

.mb-md-30 {
	margin-bottom: 30px;
}

.pb-md-30 {
	padding-bottom: 30px;
}

.ml-md-30 {
	margin-left: 30px;
}

.pl-md-30 {
	padding-left: 30px;
}

.mr-md-30 {
	margin-right: 30px;
}

.pr-md-30 {
	padding-right: 30px;
}

.mt-md-25 {
	margin-top: 25px;
}

.pt-md-25 {
	padding-top: 25px;
}

.mb-md-25 {
	margin-bottom: 25px;
}

.pb-md-25 {
	padding-bottom: 25px;
}

.ml-md-25 {
	margin-left: 25px;
}

.pl-md-25 {
	padding-left: 25px;
}

.mr-md-25 {
	margin-right: 25px;
}

.pr-md-25 {
	padding-right: 25px;
}

}

@media only screen and (min-width: 600px) {

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 30px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 15px;
	margin-top: 45px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-content .h1:first-child,
.entry-content .h2:first-child,
.entry-content .h3:first-child,
.entry-content .h4:first-child,
.entry-content .h5:first-child,
.entry-content .h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.comment-content .h1:first-child,
.comment-content .h2:first-child,
.comment-content .h3:first-child,
.comment-content .h4:first-child,
.comment-content .h5:first-child,
.comment-content .h6:first-child {
	margin-top: 0;
}

.entry-content > ul + h1,
.entry-content > ul + h2,
.entry-content > ul + h3,
.entry-content > ul + h4,
.entry-content > ul + h5,
.entry-content > ul + h6,
.entry-content > ol + h1,
.entry-content > ol + h2,
.entry-content > ol + h3,
.entry-content > ol + h4,
.entry-content > ol + h5,
.entry-content > ol + h6,
.comment-content > ul + h1,
.comment-content > ul + h2,
.comment-content > ul + h3,
.comment-content > ul + h4,
.comment-content > ul + h5,
.comment-content > ul + h6,
.comment-content ol + h1,
.comment-content ol + h2,
.comment-content ol + h3,
.comment-content ol + h4,
.comment-content ol + h5,
.comment-content ol + h6 {
	margin-top: 0;
}

.paragraph-small {
	line-height: 1.6;
}

.vertical-gutter-flow,
p,
.wp-block-column,
.entry-content > blockquote,
.entry-content > iframe,
.wp-block-image,
.entry-content > ul,
.entry-content > ol,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-table,
.wp-block-separator,
.wp-block-button,
.wp-block-media-text,
.wp-block-archives,
.wp-block-latest-comments,
.wp-block-embed,
address,
pre,
.entry-content .wp-block-quote,
.entry-content .wp-block-pullquote,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-code,
.wp-block-audio,
.wp-block-calendar,
.wp-block-search,
.entry-content > .aligncenter {
	margin-bottom: 30px;
}

.pl-48 {
	padding-left: 24px;
}

.pr-0 {
	padding-right: 0;
}

.megaphone-header-main,
.header-mobile {
	margin-bottom: 30px;
}

.megaphone-layout-fa-1 .entry-episode {
	margin-bottom: 24px;
}

.wa-layout-3 .megaphone-section.section-color,
.single-layout-5 .megaphone-section-subscribe.section-color {
	margin-top: 10px;
}

.megaphone-content {
	max-width: 526px;
	padding: 0;
}

.megaphone-content-alt {
	max-width: 526px;
	padding: 0;
}

.megaphone-overlay .episode-item,
.episode-item {
	height: 50px;
	font-size: 1.4rem;
}

.entry-category a,
.entry-category .meta-item {
	font-size: 1.4rem;
}

.entry-meta,
.entry-meta a,
.section-meta,
.section-meta a {
	font-size: 1.4rem;
}

.megaphone-triangle {
	left: -20px;
}

.megaphone-triangle {
	border-width: 0 0 40px 20px;
}

.megaphone-triangle-after {
	border-width: 40px 20px 0 0;
}

.megaphone-triangle-after {
	right: -20px;
}

.entry-header .episode-item {
	margin-left: 40px;
	margin-right: 20px;
}

.megaphone-triangle:before {
	height: 40px;
}

.megaphone-show-item {
	margin-bottom: 24px;
}

.megaphone-order-1 + .megaphone-order-2 {
	margin-top: 30px;
}

.megaphone-order-2 + .megaphone-order-1 {
	margin-bottom: 30px;
}

.megaphone-section {
	margin-bottom: 50px;
}

.section-margin {
	margin-top: 30px;
}

.section-head {
	margin-bottom: 30px;
}

.megaphone-section.section-color {
	padding: 30px 0 30px;
}

.megaphone-section.megaphone-bg-alt-1,
.megaphone-section.megaphone-bg-alt-2 {
	padding: 30px 0 30px;
}

.megaphone-section.section-color + .megaphone-section,
.megaphone-section.megaphone-bg-alt-1 + .megaphone-section,
.megaphone-section.megaphone-bg-alt-2 + .megaphone-section {
	margin-top: 30px;
}

.megaphone-section.megaphone-bg-alt-1 + .megaphone-section.megaphone-bg-alt-2,
.megaphone-section.megaphone-bg-alt-2 + .megaphone-section.megaphone-bg-alt-1 {
	padding-top: 30px;
}

.megaphone-bg-alt-1 + .section-color .megaphone-section-separator,
.megaphone-bg-alt-2 + .section-color .megaphone-section-separator {
	margin-bottom: 30px;
}

.megaphone-section-welcome:not(.wa-layout-3) + .megaphone-bg-alt-1,
.megaphone-section-welcome:not(.wa-layout-3) + .megaphone-bg-alt-2 {
	margin-top: -50px;
}

.megaphone-section.megaphone-section-featured:not(.megaphone-bg-alt-1):not(.megaphone-bg-alt-2) + .megaphone-section.megaphone-bg-alt-1,
.megaphone-section.megaphone-section-featured:not(.megaphone-bg-alt-1):not(.megaphone-bg-alt-2) + .megaphone-section.megaphone-bg-alt-2 {
	margin-top: -50px;
}

.megaphone-section.megaphone-bg-alt-2 + .megaphone-section.megaphone-section-featured,
.megaphone-section.megaphone-bg-alt-1 + .megaphone-section.megaphone-section-featured {
	margin-top: -30px;
}

.megaphone-header + .megaphone-bg-alt-1,
.megaphone-header + .megaphone-bg-alt-2 {
	margin-top: -30px;
}

.megaphone-section.megaphone-bg-alt-1.megaphone-section-subscribe,
.megaphone-section.megaphone-bg-alt-2.megaphone-section-subscribe {
	padding: 50px 0 50px;
}

.megaphone-buttons .megaphone-menu-subscribe a {
	padding: 0 20px 0 20px;
}

.megaphone-button,
.megaphone-buttons .megaphone-menu-subscribe a,
.wp-block-button .wp-block-button__link,
input[type="submit"],
input[type="button"],
button[type="submit"],
.megaphone-pagination a,
ul.page-numbers a,
ul.page-numbers .current,
.comment-reply-link,
#cancel-comment-reply-link,
.meks-instagram-follow-link .meks-widget-cta,
.mks_autor_link_wrap a,
.mks_read_more a,
.paginated-post-wrapper a,
.entry-content .megaphone-button,
.entry-content .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .entry-content a,
.entry-content .wp-block-button .wp-block-button__link,
.wp-block-button .entry-content .wp-block-button__link {
	font-size: 1.4rem;
	height: 40px;
}

.megaphone-button-large,
.wp-block-button .wp-block-button__link {
	padding: 15px 37.5px;
	min-height: 47px;
}

.megaphone-pagination {
	margin: 30px auto 30px;
	min-height: 40px;
}

.nav-links {
	padding-top: 0;
}

form p {
	margin-bottom: 22.5px;
}

.comment-list {
	margin-top: 30px;
}

.comment-body .reply {
	top: 0;
	right: 0;
	left: auto;
}

.comment-body {
	margin-bottom: 30px;
}

#cancel-comment-reply-link,
.comment-reply-link {
	line-height: 30px;
	height: 30px;
}

#reply-title small {
	top: 0;
	right: 0;
	left: auto;
}

.megaphone-sidebar {
	margin-top: 0;
}

.megaphone-section .widget,
.widget {
	margin-bottom: 30px;
}

.megaphone-sidebar .widget-title {
	margin-bottom: 25px;
}

.megaphone-author-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.megaphone-share-wrapper {
	margin-bottom: 30px;
}

.megaphone-author-box {
	padding: 30px;
}

.entry-media .wp-caption-text {
	bottom: 20px;
	right: 20px;
}

.entry-content > .wp-block-gallery {
	margin-bottom: 30px;
}

.wp-block-cover,
.entry-content .wp-block-cover,
.wp-block-cover-image,
.entry-content .wp-block-cover-image {
	min-height: 430px;
}

.wp-block-button.alignleft,
.megaphone-sidebar-none .wp-block-button.alignleft {
	margin-left: 0;
	margin-top: 7px;
	margin-bottom: 25px;
	margin-right: 37.5px;
}

.wp-block-button.alignright,
.megaphone-sidebar-none .wp-block-button.alignright {
	margin-right: 0;
	margin-top: 7px;
	margin-bottom: 25px;
	margin-left: 37.5px;
}

.wp-block-button.alignleft + .alignleft {
	margin-left: -25px;
}

.wp-block-quote:before {
	left: -40px;
	width: 63px;
	height: 47px;
	top: -5px;
}

.wp-block-pullquote {
	padding: 30px 35px;
	margin-left: -30px;
	margin-right: -30px;
}

.wp-block-pullquote.alignfull.is-style-default > *,
.wp-block-pullquote.alignwide > *,
.wp-block-pullquote.alignwide.is-style-solid-color > *,
.wp-block-pullquote.alignfull.is-style-solid-color > *,
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote.alignfull blockquote {
	max-width: 502px;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 305px;
	margin-bottom: 30px;
	padding: 30px 35px;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.is-style-solid-color.alignleft blockquote p,
.wp-block-pullquote.is-style-solid-color.alignright blockquote p {
	font-size: 2.2rem;
}

.wp-block-separator.is-style-dots:before {
	letter-spacing: 5px;
}

.entry-content .alignleft,
body.megaphone-sidebar-left .entry-content .alignleft,
body.megaphone-sidebar-right .entry-content .alignleft {
	float: left;
	margin-right: 15px;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
	margin-top: 18px;
}

.entry-content .alignright,
body.megaphone-sidebar-left .entry-content .alignright,
body.megaphone-sidebar-right .entry-content .alignright {
	float: right;
	margin-left: 15px;
}

.player-paceholder {
	padding: 18px 28px 18px 20px;
	width: 360px;
}

.megaphone-button-play-big {
	height: 70px;
	width: 70px;
	font-size: 4.6rem;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 70px;
	        flex: 0 0 70px;
}

.megaphone-button-play-medium {
	height: 70px;
	width: 70px;
	font-size: 4.6rem;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 70px;
	        flex: 0 0 70px;
}

.placeholder-slot-l {
	margin-right: 15px;
}

.player-paceholder.player-paceholder-medium {
	padding: 14px 24px 14px 16px;
	width: 312px;
}

.player-paceholder.player-paceholder-medium-single {
	padding: 18px 30px 18px 20px;
	min-width: 264px;
}

.player-paceholder-medium .placeholder-slot-l,
.player-paceholder-medium-single .placeholder-slot-l {
	margin-right: 12px;
}

.megaphone-overlay .megaphone-button,
.megaphone-overlay .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-overlay a,
.megaphone-overlay .wp-block-button .wp-block-button__link,
.wp-block-button .megaphone-overlay .wp-block-button__link,
.entry-footer .megaphone-button,
.entry-footer .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .entry-footer a,
.entry-footer .wp-block-button .wp-block-button__link,
.wp-block-button .entry-footer .wp-block-button__link {
	padding: 0 20px 0 20px;
}

.megaphone-overlay .megaphone-button i,
.megaphone-overlay .megaphone-buttons .megaphone-menu-subscribe a i,
.megaphone-buttons .megaphone-menu-subscribe .megaphone-overlay a i,
.megaphone-overlay .wp-block-button .wp-block-button__link i,
.wp-block-button .megaphone-overlay .wp-block-button__link i,
.entry-footer .megaphone-button i,
.entry-footer .megaphone-buttons .megaphone-menu-subscribe a i,
.megaphone-buttons .megaphone-menu-subscribe .entry-footer a i,
.entry-footer .wp-block-button .wp-block-button__link i,
.wp-block-button .entry-footer .wp-block-button__link i {
	margin-left: -6px;
}

body .meks-ap-title {
	padding: 0 60px 0 0;
}

.megaphone-footer-widgets > .col-12 {
	padding-top: 60px;
}

.megaphone-footer > .container:last-child {
	padding-top: 0;
}

.megaphone-copyright {
	padding: 30px 0;
}

.megaphone-section-subscribe {
	padding: 40px 0;
}

.megaphone-section-subscribe + .megaphone-section-instagram .megaphone-section-separator {
	margin-bottom: 50px;
}

.megaphone-goto-top {
	right: 20px;
	bottom: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
}

.megaphone-modal.search-alt input[type=submit],
.megaphone-modal.search-alt button[type=submit] {
	max-width: 180px;
}

.megaphone-section-instagram {
	padding-bottom: 45px;
}

}

@media only screen and (min-width: 600px) and (min-width: 600px) {

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 30px;
}

}

@media only screen and (min-width: 600px) and (min-width: 900px) {

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 30px;
}

}

@media only screen and (min-width: 600px) and (min-width: 1102px) {

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 25px;
}

}

@media (min-width: 701px) {

.megaphone-section-subscribe .megaphone-menu-subscribe .header-el-label {
	display: block;
}

}

@media (max-width: 899px) and (min-width: 500px) {

body .meks-ap-player {
	height: 80px !important;
}

body .megaphone-player-has-embed .meks-ap-player {
	height: 80px !important;
}

}

@media (min-width: 900px) {

.container {
	padding-right: 30px;
	padding-left: 30px;
}

.container {
	max-width: 1202px;
}

.row,
.wp-block-columns {
	margin-right: -15px;
	margin-left: -15px;
}

.col-lg,
.wp-block-column {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 100%;
}

.col-lg-auto {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-lg-1 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 8.33333%;
	        flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-lg-2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66667%;
	        flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-lg-3 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33333%;
	        flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-lg-5 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 41.66667%;
	        flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-lg-6 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 58.33333%;
	        flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-lg-8 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.66667%;
	        flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-lg-9 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 83.33333%;
	        flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-lg-11 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 91.66667%;
	        flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-lg-12 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
}

.order-lg-first {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.order-lg-last {
	-webkit-box-ordinal-group: 14;
	    -ms-flex-order: 13;
	        order: 13;
}

.order-lg-0 {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.order-lg-1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.order-lg-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.order-lg-3 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.order-lg-4 {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.order-lg-5 {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.order-lg-6 {
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}

.order-lg-7 {
	-webkit-box-ordinal-group: 8;
	    -ms-flex-order: 7;
	        order: 7;
}

.order-lg-8 {
	-webkit-box-ordinal-group: 9;
	    -ms-flex-order: 8;
	        order: 8;
}

.order-lg-9 {
	-webkit-box-ordinal-group: 10;
	    -ms-flex-order: 9;
	        order: 9;
}

.order-lg-10 {
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
}

.order-lg-11 {
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
}

.order-lg-12 {
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
}

.offset-lg-0 {
	margin-left: 0;
}

.offset-lg-1 {
	margin-left: 8.33333%;
}

.offset-lg-2 {
	margin-left: 16.66667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.33333%;
}

.offset-lg-5 {
	margin-left: 41.66667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.33333%;
}

.offset-lg-8 {
	margin-left: 66.66667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.33333%;
}

.offset-lg-11 {
	margin-left: 91.66667%;
}

.col,
[class*="col-"],
.wp-block-column {
	padding-right: 15px;
	padding-left: 15px;
}

.d-lg-none {
	display: none !important;
}

.d-lg-inline {
	display: inline !important;
}

.d-lg-inline-block {
	display: inline-block !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-table {
	display: table !important;
}

.d-lg-table-row {
	display: table-row !important;
}

.d-lg-table-cell {
	display: table-cell !important;
}

.d-lg-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-lg-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-lg-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
}

.flex-lg-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}

.flex-lg-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: row-reverse !important;
	        flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important;
}

.flex-lg-wrap {
	-ms-flex-wrap: wrap !important;
	    flex-wrap: wrap !important;
}

.flex-lg-nowrap {
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	    flex-wrap: wrap-reverse !important;
}

.flex-lg-fill {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 1 auto !important;
	        flex: 1 1 auto !important;
}

.flex-lg-grow-0 {
	-webkit-box-flex: 0 !important;
	    -ms-flex-positive: 0 !important;
	        flex-grow: 0 !important;
}

.flex-lg-grow-1 {
	-webkit-box-flex: 1 !important;
	    -ms-flex-positive: 1 !important;
	        flex-grow: 1 !important;
}

.flex-lg-shrink-0 {
	-ms-flex-negative: 0 !important;
	    flex-shrink: 0 !important;
}

.flex-lg-shrink-1 {
	-ms-flex-negative: 1 !important;
	    flex-shrink: 1 !important;
}

.justify-content-lg-start {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
}

.justify-content-lg-end {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

.justify-content-lg-center {
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}

.justify-content-lg-between {
	-webkit-box-pack: justify !important;
	    -ms-flex-pack: justify !important;
	        justify-content: space-between !important;
}

.justify-content-lg-around {
	-ms-flex-pack: distribute !important;
	    justify-content: space-around !important;
}

.align-items-lg-start {
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
}

.align-items-lg-end {
	-webkit-box-align: end !important;
	    -ms-flex-align: end !important;
	        align-items: flex-end !important;
}

.align-items-lg-center {
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}

.align-items-lg-baseline {
	-webkit-box-align: baseline !important;
	    -ms-flex-align: baseline !important;
	        align-items: baseline !important;
}

.align-items-lg-stretch {
	-webkit-box-align: stretch !important;
	    -ms-flex-align: stretch !important;
	        align-items: stretch !important;
}

.align-content-lg-start {
	-ms-flex-line-pack: start !important;
	    align-content: flex-start !important;
}

.align-content-lg-end {
	-ms-flex-line-pack: end !important;
	    align-content: flex-end !important;
}

.align-content-lg-center {
	-ms-flex-line-pack: center !important;
	    align-content: center !important;
}

.align-content-lg-between {
	-ms-flex-line-pack: justify !important;
	    align-content: space-between !important;
}

.align-content-lg-around {
	-ms-flex-line-pack: distribute !important;
	    align-content: space-around !important;
}

.align-content-lg-stretch {
	-ms-flex-line-pack: stretch !important;
	    align-content: stretch !important;
}

.align-self-lg-auto {
	-ms-flex-item-align: auto !important;
	    align-self: auto !important;
}

.align-self-lg-start {
	-ms-flex-item-align: start !important;
	    align-self: flex-start !important;
}

.align-self-lg-end {
	-ms-flex-item-align: end !important;
	    align-self: flex-end !important;
}

.align-self-lg-center {
	-ms-flex-item-align: center !important;
	    align-self: center !important;
}

.align-self-lg-baseline {
	-ms-flex-item-align: baseline !important;
	    align-self: baseline !important;
}

.align-self-lg-stretch {
	-ms-flex-item-align: stretch !important;
	    align-self: stretch !important;
}

.mt-0 {
	margin-top: 0px;
}

.pt-0 {
	padding-top: 0px;
}

.mb-0 {
	margin-bottom: 0px;
}

.pb-0 {
	padding-bottom: 0px;
}

.ml-0 {
	margin-left: 0px;
}

.pl-0 {
	padding-left: 0px;
}

.mr-0 {
	margin-right: 0px;
}

.pr-0 {
	padding-right: 0px;
}

.mt-4 {
	margin-top: 4px;
}

.pt-4 {
	padding-top: 4px;
}

.mb-4 {
	margin-bottom: 4px;
}

.pb-4 {
	padding-bottom: 4px;
}

.ml-4 {
	margin-left: 4px;
}

.pl-4 {
	padding-left: 4px;
}

.mr-4 {
	margin-right: 4px;
}

.pr-4 {
	padding-right: 4px;
}

.mt-8 {
	margin-top: 8px;
}

.pt-8 {
	padding-top: 8px;
}

.mb-8 {
	margin-bottom: 8px;
}

.pb-8 {
	padding-bottom: 8px;
}

.ml-8 {
	margin-left: 8px;
}

.pl-8 {
	padding-left: 8px;
}

.mr-8 {
	margin-right: 8px;
}

.pr-8 {
	padding-right: 8px;
}

.mt-10 {
	margin-top: 10px;
}

.pt-10 {
	padding-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.ml-10 {
	margin-left: 10px;
}

.pl-10 {
	padding-left: 10px;
}

.mr-10 {
	margin-right: 10px;
}

.pr-10 {
	padding-right: 10px;
}

.mt-12 {
	margin-top: 12px;
}

.pt-12 {
	padding-top: 12px;
}

.mb-12 {
	margin-bottom: 12px;
}

.pb-12 {
	padding-bottom: 12px;
}

.ml-12 {
	margin-left: 12px;
}

.pl-12 {
	padding-left: 12px;
}

.mr-12 {
	margin-right: 12px;
}

.pr-12 {
	padding-right: 12px;
}

.mt-16 {
	margin-top: 16px;
}

.pt-16 {
	padding-top: 16px;
}

.mb-16 {
	margin-bottom: 16px;
}

.pb-16 {
	padding-bottom: 16px;
}

.ml-16 {
	margin-left: 16px;
}

.pl-16 {
	padding-left: 16px;
}

.mr-16 {
	margin-right: 16px;
}

.pr-16 {
	padding-right: 16px;
}

.mt-20 {
	margin-top: 20px;
}

.pt-20 {
	padding-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.ml-20 {
	margin-left: 20px;
}

.pl-20 {
	padding-left: 20px;
}

.mr-20 {
	margin-right: 20px;
}

.pr-20 {
	padding-right: 20px;
}

.mt-24 {
	margin-top: 24px;
}

.pt-24 {
	padding-top: 24px;
}

.mb-24 {
	margin-bottom: 24px;
}

.pb-24 {
	padding-bottom: 24px;
}

.ml-24 {
	margin-left: 24px;
}

.pl-24 {
	padding-left: 24px;
}

.mr-24 {
	margin-right: 24px;
}

.pr-24 {
	padding-right: 24px;
}

.mt-25 {
	margin-top: 25px;
}

.pt-25 {
	padding-top: 25px;
}

.mb-25 {
	margin-bottom: 25px;
}

.pb-25 {
	padding-bottom: 25px;
}

.ml-25 {
	margin-left: 25px;
}

.pl-25 {
	padding-left: 25px;
}

.mr-25 {
	margin-right: 25px;
}

.pr-25 {
	padding-right: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.pt-30 {
	padding-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.ml-30 {
	margin-left: 30px;
}

.pl-30 {
	padding-left: 30px;
}

.mr-30 {
	margin-right: 30px;
}

.pr-30 {
	padding-right: 30px;
}

.mt-32 {
	margin-top: 32px;
}

.pt-32 {
	padding-top: 32px;
}

.mb-32 {
	margin-bottom: 32px;
}

.pb-32 {
	padding-bottom: 32px;
}

.ml-32 {
	margin-left: 32px;
}

.pl-32 {
	padding-left: 32px;
}

.mr-32 {
	margin-right: 32px;
}

.pr-32 {
	padding-right: 32px;
}

.mt-40 {
	margin-top: 40px;
}

.pt-40 {
	padding-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.ml-40 {
	margin-left: 40px;
}

.pl-40 {
	padding-left: 40px;
}

.mr-40 {
	margin-right: 40px;
}

.pr-40 {
	padding-right: 40px;
}

.mt-48 {
	margin-top: 48px;
}

.pt-48 {
	padding-top: 48px;
}

.mb-48 {
	margin-bottom: 48px;
}

.pb-48 {
	padding-bottom: 48px;
}

.ml-48 {
	margin-left: 48px;
}

.pl-48 {
	padding-left: 48px;
}

.mr-48 {
	margin-right: 48px;
}

.pr-48 {
	padding-right: 48px;
}

.mt-50 {
	margin-top: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.ml-50 {
	margin-left: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.mr-50 {
	margin-right: 50px;
}

.pr-50 {
	padding-right: 50px;
}

.mt-56 {
	margin-top: 56px;
}

.pt-56 {
	padding-top: 56px;
}

.mb-56 {
	margin-bottom: 56px;
}

.pb-56 {
	padding-bottom: 56px;
}

.ml-56 {
	margin-left: 56px;
}

.pl-56 {
	padding-left: 56px;
}

.mr-56 {
	margin-right: 56px;
}

.pr-56 {
	padding-right: 56px;
}

.mt-64 {
	margin-top: 64px;
}

.pt-64 {
	padding-top: 64px;
}

.mb-64 {
	margin-bottom: 64px;
}

.pb-64 {
	padding-bottom: 64px;
}

.ml-64 {
	margin-left: 64px;
}

.pl-64 {
	padding-left: 64px;
}

.mr-64 {
	margin-right: 64px;
}

.pr-64 {
	padding-right: 64px;
}

}

@media only screen and (min-width: 900px) {

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 30px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 15px;
	margin-top: 75px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-content .h1:first-child,
.entry-content .h2:first-child,
.entry-content .h3:first-child,
.entry-content .h4:first-child,
.entry-content .h5:first-child,
.entry-content .h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.comment-content .h1:first-child,
.comment-content .h2:first-child,
.comment-content .h3:first-child,
.comment-content .h4:first-child,
.comment-content .h5:first-child,
.comment-content .h6:first-child {
	margin-top: 0;
}

.vertical-gutter-flow,
p,
.wp-block-column,
.entry-content > blockquote,
.entry-content > iframe,
.wp-block-image,
.entry-content > ul,
.entry-content > ol,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-table,
.wp-block-separator,
.wp-block-button,
.wp-block-media-text,
.wp-block-archives,
.wp-block-latest-comments,
.wp-block-embed,
address,
pre,
.entry-content .wp-block-quote,
.entry-content .wp-block-pullquote,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-code,
.wp-block-audio,
.wp-block-calendar,
.wp-block-search,
.entry-content > .aligncenter {
	margin-bottom: 30px;
}

.pl-48 {
	padding-left: 48px;
}

.pr-0 {
	padding-right: 0;
}

.slot-r ul + ul,
.slot-r nav + ul,
.slot-r div + ul {
	margin-left: 20px;
}

.slot-l ul + ul,
.slot-l nav + ul,
.slot-l div + ul {
	margin-right: 20px;
}

.slot-l .megaphone-search {
	margin-right: 20px;
}

.slot-l > nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.slot-l > nav > ul > li:last-child {
	margin: 0;
}

.slot-r > nav > ul > li,
.slot-r > div > nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.slot-r > nav > ul > li:last-child,
.slot-r > div > nav > ul > li:last-child {
	padding-right: 0;
}

.slot-c > nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.slot-c ul + ul,
.slot-c nav + ul,
.slot-c div + ul {
	margin-left: 20px;
}

.header-bottom .slot-r nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.header-bottom .megaphone-site-branding + nav,
.header-bottom .megaphone-site-branding + .d-lg-flex nav {
	margin-left: 20px;
}

.header-bottom .slot-r ul + ul,
.header-bottom .slot-r nav + ul {
	margin-left: 20px;
}

.header-bottom .slot-c nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.header-bottom .slot-c nav + ul,
.header-bottom .slot-c ul + ul {
	margin-left: 20px;
}

.header-bottom .slot-c .megaphone-menu-social {
	margin-left: 20px;
}

.header-sticky-main .slot-c > div > nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.header-sticky-main .slot-l > div > nav > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}

.megaphone-site-branding + nav,
.megaphone-site-branding + .d-lg-flex nav {
	margin-left: 20px;
}

.megaphone-header-main,
.header-mobile {
	margin-bottom: 50px;
}

.megaphone-hamburger-hidden .megaphone-hamburger {
	display: none;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu > .sub-menu {
	max-width: 100%;
	padding: 28px 28px 28px 28px;
	left: 30px;
}

.megaphone-overlay-fallback {
	min-height: 400px;
}

.wa-layout-1 .col-lg-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.wa-layout-3 .megaphone-section.section-color,
.single-layout-5 .megaphone-section-subscribe.section-color {
	margin-top: 24px;
}

.megaphone-content-alt {
	max-width: 718px;
}

.megaphone-order-3 {
	-webkit-box-ordinal-group: initial;
	    -ms-flex-order: initial;
	        order: initial;
}

.megaphone-order-1 + .megaphone-order-2 {
	margin-top: 0;
}

.megaphone-order-2 + .megaphone-order-1 {
	margin-bottom: 0;
	margin-top: 0;
}

.megaphone-section {
	margin-bottom: 80px;
}

.megaphone-post,
.megaphone-show {
	margin-bottom: 50px;
}

.megaphone-items .col-12:last-child .megaphone-post,
.megaphone-items .col-12:last-child .megaphone-post p:last-child,
.megaphone-items .col-lg-6:nth-last-child(-n+2) .megaphone-post,
.megaphone-items .col-lg-6:nth-last-child(-n+2) .megaphone-post p:last-child,
.megaphone-items .col-lg-4:nth-last-child(-n+3) .megaphone-post,
.megaphone-items .col-lg-4:nth-last-child(-n+3) .megaphone-post p:last-child,
.megaphone-items .col-12:last-child .megaphone-show,
.megaphone-items .col-12:last-child .megaphone-show p:last-child,
.megaphone-items .col-lg-6:nth-last-child(-n+2) .megaphone-show,
.megaphone-items .col-lg-6:nth-last-child(-n+2) .megaphone-show p:last-child,
.megaphone-items .col-lg-4:nth-last-child(-n+3) .megaphone-show,
.megaphone-items .col-lg-4:nth-last-child(-n+3) .megaphone-show p:last-child {
	margin-bottom: 0;
}

.section-margin {
	margin-top: 50px;
}

.section-head {
	margin-bottom: 50px;
}

.megaphone-section.section-color {
	padding: 40px 0 40px;
}

.megaphone-section.megaphone-bg-alt-1,
.megaphone-section.megaphone-bg-alt-2 {
	padding: 50px 0 80px;
}

.megaphone-section.section-color + .megaphone-section,
.megaphone-section.megaphone-bg-alt-1 + .megaphone-section,
.megaphone-section.megaphone-bg-alt-2 + .megaphone-section {
	margin-top: 50px;
}

.megaphone-section.megaphone-bg-alt-1 + .megaphone-section.megaphone-bg-alt-2,
.megaphone-section.megaphone-bg-alt-2 + .megaphone-section.megaphone-bg-alt-1 {
	padding-top: 80px;
}

.megaphone-bg-alt-1 + .section-color .megaphone-section-separator,
.megaphone-bg-alt-2 + .section-color .megaphone-section-separator {
	margin-bottom: 50px;
}

.megaphone-section-welcome:not(.wa-layout-3) + .megaphone-bg-alt-1,
.megaphone-section-welcome:not(.wa-layout-3) + .megaphone-bg-alt-2 {
	margin-top: -80px;
}

.megaphone-section.megaphone-section-featured:not(.megaphone-bg-alt-1):not(.megaphone-bg-alt-2) + .megaphone-section.megaphone-bg-alt-1,
.megaphone-section.megaphone-section-featured:not(.megaphone-bg-alt-1):not(.megaphone-bg-alt-2) + .megaphone-section.megaphone-bg-alt-2 {
	margin-top: -80px;
}

.megaphone-section.megaphone-bg-alt-2 + .megaphone-section.megaphone-section-featured,
.megaphone-section.megaphone-bg-alt-1 + .megaphone-section.megaphone-section-featured {
	margin-top: -50px;
}

.megaphone-header + .megaphone-bg-alt-1,
.megaphone-header + .megaphone-bg-alt-2 {
	margin-top: -50px;
}

.megaphone-pagination {
	margin: 75px auto 15px;
}

.megaphone-pagination a.prev,
.megaphone-pagination a.next {
	min-width: 200px;
}

form p {
	margin-bottom: 25px;
}

.comment-list {
	margin-top: 30px;
}

.comment-body {
	margin-bottom: 30px;
}

.comment > .children {
	padding: 0 0 0 40px;
}

.megaphone-sidebar {
	margin-top: 0;
}

.megaphone-section .widget,
.widget {
	margin-bottom: 30px;
}

.widget-inside {
	padding: 30px 30px 30px;
}

.megaphone-share-wrapper {
	margin-bottom: 30px;
}

.megaphone-author-box {
	padding: 45px 50px;
}

.megaphone-sidebar-none .megaphone-author-box {
	margin-right: -46px;
	margin-left: -46px;
	width: auto;
}

.megaphone-order-2 {
	-webkit-box-ordinal-group: initial;
	    -ms-flex-order: initial;
	        order: initial;
}

.entry-media .wp-caption-text {
	bottom: 30px;
	right: 30px;
}

.row .col-restart,
.wp-block-columns .col-restart {
	-webkit-box-flex: 0;
	    -ms-flex: 0;
	        flex: 0;
}

.has-parallax.alignwide {
	left: -50% !important;
}

.entry-content > .wp-block-gallery {
	margin-bottom: 30px;
}

.wp-block-button.alignleft,
.megaphone-sidebar-none .wp-block-button.alignleft {
	margin-left: 0;
}

.wp-block-button.alignright,
.megaphone-sidebar-none .wp-block-button.alignright {
	margin-right: 0;
}

.wp-block-pullquote {
	padding: 40px 50px;
	margin-left: -50px;
	margin-right: -50px;
}

.wp-block-pullquote.alignfull.is-style-default > *,
.wp-block-pullquote.alignwide > *,
.wp-block-pullquote.alignwide.is-style-solid-color > *,
.wp-block-pullquote.alignfull.is-style-solid-color > *,
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote.alignfull blockquote {
	max-width: 526px;
}

.entry-content .alignleft,
body.megaphone-sidebar-left .entry-content .alignleft,
body.megaphone-sidebar-right .entry-content .alignleft {
	margin-right: 25px;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
	margin-top: 8px;
}

.entry-content .alignright,
body.megaphone-sidebar-left .entry-content .alignright,
body.megaphone-sidebar-right .entry-content .alignright {
	margin-left: 25px;
}

.player-paceholder {
	height: 154px;
	width: 430px;
	padding: 22px 32px 22px 24px;
}

.megaphone-button-play-big {
	height: 110px;
	width: 110px;
	font-size: 7rem;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 120px;
	        flex: 0 0 120px;
}

.placeholder-slot-l {
	margin-right: 20px;
}

.wa-layout-3 .player-paceholder.player-paceholder-medium {
	width: 312px;
}

body .meks-ap-title {
	padding: 0 110px 0 0;
}

body .megaphone-player-has-embed .meks-ap-title {
	padding: 0 60px 0 0;
}

.megaphone-section-subscribe {
	padding: 50px 0;
}

.megaphone-sidebar-branding {
	height: 90px;
}

.megaphone-sidebar-hidden {
	padding: 0 30px 0;
	max-width: 421px;
	-webkit-transform: translate3D(441px, 0, 0);
	        transform: translate3D(441px, 0, 0);
}

.megaphone-section-instagram {
	padding-bottom: 75px;
}

}

@media only screen and (min-width: 900px) and (min-width: 600px) {

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 30px;
}

}

@media only screen and (min-width: 900px) and (min-width: 900px) {

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 30px;
}

}

@media only screen and (min-width: 900px) and (min-width: 1102px) {

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 25px;
}

}

@media (min-width: 1102px) {

.container {
	padding-right: 50px;
	padding-left: 50px;
}

.row,
.wp-block-columns {
	margin-right: -25px;
	margin-left: -25px;
}

.col-xl {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 100%;
}

.col-xl-auto {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-xl-1 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 8.33333%;
	        flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xl-2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66667%;
	        flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xl-3 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33333%;
	        flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xl-5 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 41.66667%;
	        flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xl-6 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 58.33333%;
	        flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xl-8 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.66667%;
	        flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xl-9 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 83.33333%;
	        flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xl-11 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 91.66667%;
	        flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xl-12 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
}

.order-xl-first {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.order-xl-last {
	-webkit-box-ordinal-group: 14;
	    -ms-flex-order: 13;
	        order: 13;
}

.order-xl-0 {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.order-xl-1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.order-xl-2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.order-xl-3 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.order-xl-4 {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.order-xl-5 {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.order-xl-6 {
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}

.order-xl-7 {
	-webkit-box-ordinal-group: 8;
	    -ms-flex-order: 7;
	        order: 7;
}

.order-xl-8 {
	-webkit-box-ordinal-group: 9;
	    -ms-flex-order: 8;
	        order: 8;
}

.order-xl-9 {
	-webkit-box-ordinal-group: 10;
	    -ms-flex-order: 9;
	        order: 9;
}

.order-xl-10 {
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
}

.order-xl-11 {
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
}

.order-xl-12 {
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
}

.offset-xl-0 {
	margin-left: 0;
}

.offset-xl-1 {
	margin-left: 8.33333%;
}

.offset-xl-2 {
	margin-left: 16.66667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.33333%;
}

.offset-xl-5 {
	margin-left: 41.66667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.33333%;
}

.offset-xl-8 {
	margin-left: 66.66667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.33333%;
}

.offset-xl-11 {
	margin-left: 91.66667%;
}

.col,
[class*="col-"],
.wp-block-column {
	padding-right: 25px;
	padding-left: 25px;
}

.d-xl-none {
	display: none !important;
}

.d-xl-inline {
	display: inline !important;
}

.d-xl-inline-block {
	display: inline-block !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-table {
	display: table !important;
}

.d-xl-table-row {
	display: table-row !important;
}

.d-xl-table-cell {
	display: table-cell !important;
}

.d-xl-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-xl-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-xl-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
}

.flex-xl-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}

.flex-xl-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: row-reverse !important;
	        flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important;
}

.flex-xl-wrap {
	-ms-flex-wrap: wrap !important;
	    flex-wrap: wrap !important;
}

.flex-xl-nowrap {
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	    flex-wrap: wrap-reverse !important;
}

.flex-xl-fill {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 1 auto !important;
	        flex: 1 1 auto !important;
}

.flex-xl-grow-0 {
	-webkit-box-flex: 0 !important;
	    -ms-flex-positive: 0 !important;
	        flex-grow: 0 !important;
}

.flex-xl-grow-1 {
	-webkit-box-flex: 1 !important;
	    -ms-flex-positive: 1 !important;
	        flex-grow: 1 !important;
}

.flex-xl-shrink-0 {
	-ms-flex-negative: 0 !important;
	    flex-shrink: 0 !important;
}

.flex-xl-shrink-1 {
	-ms-flex-negative: 1 !important;
	    flex-shrink: 1 !important;
}

.justify-content-xl-start {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
}

.justify-content-xl-end {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

.justify-content-xl-center {
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}

.justify-content-xl-between {
	-webkit-box-pack: justify !important;
	    -ms-flex-pack: justify !important;
	        justify-content: space-between !important;
}

.justify-content-xl-around {
	-ms-flex-pack: distribute !important;
	    justify-content: space-around !important;
}

.align-items-xl-start {
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
}

.align-items-xl-end {
	-webkit-box-align: end !important;
	    -ms-flex-align: end !important;
	        align-items: flex-end !important;
}

.align-items-xl-center {
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}

.align-items-xl-baseline {
	-webkit-box-align: baseline !important;
	    -ms-flex-align: baseline !important;
	        align-items: baseline !important;
}

.align-items-xl-stretch {
	-webkit-box-align: stretch !important;
	    -ms-flex-align: stretch !important;
	        align-items: stretch !important;
}

.align-content-xl-start {
	-ms-flex-line-pack: start !important;
	    align-content: flex-start !important;
}

.align-content-xl-end {
	-ms-flex-line-pack: end !important;
	    align-content: flex-end !important;
}

.align-content-xl-center {
	-ms-flex-line-pack: center !important;
	    align-content: center !important;
}

.align-content-xl-between {
	-ms-flex-line-pack: justify !important;
	    align-content: space-between !important;
}

.align-content-xl-around {
	-ms-flex-line-pack: distribute !important;
	    align-content: space-around !important;
}

.align-content-xl-stretch {
	-ms-flex-line-pack: stretch !important;
	    align-content: stretch !important;
}

.align-self-xl-auto {
	-ms-flex-item-align: auto !important;
	    align-self: auto !important;
}

.align-self-xl-start {
	-ms-flex-item-align: start !important;
	    align-self: flex-start !important;
}

.align-self-xl-end {
	-ms-flex-item-align: end !important;
	    align-self: flex-end !important;
}

.align-self-xl-center {
	-ms-flex-item-align: center !important;
	    align-self: center !important;
}

.align-self-xl-baseline {
	-ms-flex-item-align: baseline !important;
	    align-self: baseline !important;
}

.align-self-xl-stretch {
	-ms-flex-item-align: stretch !important;
	    align-self: stretch !important;
}

}

@media only screen and (min-width: 1102px) {

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	margin-bottom: 25px;
}

.vertical-gutter-flow,
p,
.wp-block-column,
.entry-content > blockquote,
.entry-content > iframe,
.wp-block-image,
.entry-content > ul,
.entry-content > ol,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-table,
.wp-block-separator,
.wp-block-button,
.wp-block-media-text,
.wp-block-archives,
.wp-block-latest-comments,
.wp-block-embed,
address,
pre,
.entry-content .wp-block-quote,
.entry-content .wp-block-pullquote,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-code,
.wp-block-audio,
.wp-block-calendar,
.wp-block-search,
.entry-content > .aligncenter {
	margin-bottom: 50px;
}

.pl-48 {
	padding-left: 48px;
}

.pr-0 {
	padding-right: 0;
}

.slot-r ul + ul,
.slot-r nav + ul,
.slot-r div + ul {
	margin-left: 40px;
}

.slot-l ul + ul,
.slot-l nav + ul,
.slot-l div + ul {
	margin-right: 40px;
}

.slot-l .megaphone-search {
	margin-right: 20px;
}

.slot-l > nav > ul > li {
	padding-left: 20px;
	padding-right: 20px;
}

.slot-l > nav > ul > li:last-child {
	margin: 0;
}

.slot-r > nav > ul > li,
.slot-r > div > nav > ul > li {
	padding-left: 20px;
	padding-right: 20px;
}

.slot-r > nav > ul > li:last-child,
.slot-r > div > nav > ul > li:last-child {
	padding-right: 0;
}

.slot-c > nav > ul > li {
	padding-left: 20px;
	padding-right: 20px;
}

.slot-c ul + ul,
.slot-c nav + ul,
.slot-c div + ul {
	margin-left: 40px;
}

.header-bottom .slot-r nav > ul > li {
	padding-left: 20px;
	padding-right: 20px;
}

.header-bottom .megaphone-site-branding + nav,
.header-bottom .megaphone-site-branding + .d-lg-flex nav {
	margin-left: 40px;
}

.header-bottom .slot-r ul + ul,
.header-bottom .slot-r nav + ul {
	margin-left: 40px;
}

.header-bottom .slot-c nav > ul > li {
	padding-left: 20px;
	padding-right: 20px;
}

.header-bottom .slot-c nav + ul,
.header-bottom .slot-c ul + ul {
	margin-left: 40px;
}

.header-bottom .slot-c .megaphone-menu-social {
	margin-left: 40px;
}

.header-sticky-main .slot-c > div > nav > ul > li {
	padding-left: 20px;
	padding-right: 20px;
}

.header-sticky-main .slot-l > div > nav > ul > li {
	padding-left: 20px;
	padding-right: 20px;
}

.megaphone-site-branding + nav,
.megaphone-site-branding + .d-lg-flex nav {
	margin-left: 40px;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu > .sub-menu {
	max-width: 1102px;
	padding: 48px 48px 48px 48px;
	left: 50px;
}

.megaphone-header ul.megaphone-menu .megaphone-mega-menu > .sub-menu > li {
	min-width: 200px;
}

.wa-layout-3 .megaphone-section-subscribe .header-el-label,
.single-layout-5 .megaphone-section-subscribe.section-color .header-el-label {
	margin-bottom: 10px;
}

.comment-list {
	margin-top: 50px;
}

.comment-body {
	margin-bottom: 50px;
}

.megaphone-section .widget,
.widget {
	margin-bottom: 50px;
}

.widget-inside {
	padding: 35px 40px 40px;
}

.megaphone-share-wrapper {
	margin-bottom: 50px;
}

.megaphone-sidebar-none .megaphone-author-box {
	margin-right: -46px;
	margin-left: -46px;
}

.entry-content > .wp-block-gallery {
	margin-bottom: 25px;
}

.wp-block-pullquote {
	margin-left: -50px;
	margin-right: -50px;
}

.megaphone-goto-top {
	right: 20px;
	bottom: 120px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.megaphone-sidebar-hidden {
	padding: 0 40px 0;
	max-width: 420px;
	-webkit-transform: translate3D(460px, 0, 0);
	        transform: translate3D(460px, 0, 0);
}

}

@media (max-width: 1160px) and (min-width: 900px) {

.meks-ap .meks-ap-slot-l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
	max-width: 40%;
}

.meks-ap .meks-ap-slot-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 62%;
	        flex: 0 0 62%;
	max-width: 62%;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.meks-ap .meks-ap-slot-l:after {
	display: none;
}

body .meks-ap-title {
	padding: 0 60px 0 0;
}

.meks-ap .mejs-time {
	padding-left: 0;
	padding-right: 0;
}

}

@media screen and (min-width: 2000px) {

body .meks-ap {
	max-width: 1920px;
	left: 50%;
	margin-left: -960px;
}

}

@media (max-width: 1600px) {

.meks-ap-slot-l:after {
	width: 52px;
}

}

@media (max-width: 1366px) {

.meks-ap-slot-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}

.meks-ap-slot-l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

}

@media (max-width: 1185px) {

.wa-layout-3 .entry-title.h0,
.single-layout-5 .entry-title.h0 {
	font-size: 5.4rem;
}

.wa-layout-3 .entry-media,
.single-layout-5 .entry-media {
	height: 480px;
	width: 480px;
}

.wa-layout-3 .entry-media img,
.single-layout-5 .entry-media img {
	height: 100% !important;
}

.wa-layout-3 .megaphone-section-subscribe a,
.single-layout-5 .megaphone-section-subscribe a {
	font-size: 0;
	width: 40px;
}

.wa-layout-3 .megaphone-menu-subscribe li a::before,
.single-layout-5 .megaphone-menu-subscribe li a::before {
	margin-right: 0;
}

.single-layout-5 .megaphone-menu-subscribe a,
.wa-layout-3 .megaphone-menu-subscribe a,
.single-layout-5 .megaphone-section-subscribe.section-color .megaphone-menu-subscribe a,
.wa-layout-3 .megaphone-section-subscribe .megaphone-menu-subscribe a {
	padding: 0;
}

}

@media (max-width: 1032px) {

.wa-layout-3 .entry-title.h0,
.single-layout-5 .entry-title.h0 {
	font-size: 4.6rem;
}

.wa-layout-3 .entry-media,
.single-layout-5 .entry-media {
	height: 430px;
	width: 430px;
}

.wa-layout-3 .entry-media img,
.single-layout-5 .entry-media img {
	height: 100% !important;
}

}

@media (max-width: 1023px) {

.mks_pullquote_right,
.mks_pullquote_left {
	margin-left: 0;
	margin-bottom: 30px;
	width: 100% !important;
}

}

@media only screen and (max-width: 900px) {

body .meks-ap,
body .meks-ap-player iframe {
	height: 120px !important;
}

body .meks-ap-player {
	height: 80px !important;
}

body .meks-ap-collapsed,
.megaphone-player-hidden .meks-ap {
	bottom: -120px !important;
}

}

@media (max-width: 899px) {

.meks-ap .meks-ap-slot-l {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	left: 0;
	max-width: 100%;
	height: 40px;
	padding: 0 120px 0 90px;
	-webkit-clip-path: none;
	clip-path: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}

.meks-ap .meks-ap-episode {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}

body .meks-ap-title {
	margin-left: 10px;
}

body .meks-ap-title,
.meks-ap-episode {
	font-size: 1.4rem;
}

.meks-ap .meks-ap-slot-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-left: 15px;
}

.meks-ap .meks-ap-slot-r .megaphone-player-action {
	position: absolute;
	bottom: 0;
	height: 40px;
}

.meks-ap .meks-ap-slot-r .megaphone-player-action:first-of-type {
	right: 50px;
}

.meks-ap .meks-ap-slot-r .megaphone-player-action + .megaphone-player-action {
	right: 40px;
}

.meks-ap .meks-ap-slot-r .megaphone-player-action:last-of-type {
	right: 0;
}

.meks-ap .meks-ap-prev,
.meks-ap .meks-ap-next {
	height: 100%;
	width: 40px;
}

.meks-ap .meks-ap-next {
	left: 40px;
}

.meks-ap .meks-ap-slot-l:after {
	display: none;
}

body .meks-ap-title {
	-webkit-line-clamp: 1;
	padding: 0;
}

.megaphone-player-has-embed .meks-ap-player iframe {
	height: 100px;
	padding: 20px 0 0 0;
}

.megaphone-player-has-embed .meks-ap-player iframe[src*="soundcloud"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="spotify"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="podbean"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="libsyn"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="spreaker"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="cadence13"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="podomatic"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="percolate"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="youtube"] {
	padding: 0;
	height: 80px !important;
}

.megaphone-player-has-embed.meks-ap .meks-ap-slot-r {
	padding-left: 0;
}

.megaphone-player-has-embed .meks-ap-player iframe[src*="buzzsprout"] {
	max-width: 560px;
	border-radius: 6px;
	margin: -20px auto 0;
}

.single-layout-5 .entry-media img,
.wa-layout-3 .entry-media img {
	height: 100% !important;
}

.wa-layout-3 .entry-title.h0,
.single-layout-5 .entry-title.h0 {
	font-size: 3.2rem;
}

.wa-layout.wa-layout-3 .entry-media,
.single-layout-5 .entry-media {
	height: 314px;
	width: 314px;
}

.wa-layout.wa-layout-3 .entry-media img,
.single-layout-5 .entry-media img {
	height: 100% !important;
}

.wa-layout-1.megaphone-subscribe-on .overlay-container,
.wa-layout-2.megaphone-subscribe-on .overlay-container {
	height: auto;
}

.wa-layout-1 .container {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: auto;
}

.slot-r div + ul,
.slot-r nav + ul,
.slot-r ul + ul {
	margin-left: 10px;
}

.megaphone-menu-action .mf {
	margin-left: 0;
}

.widget-inside .megaphone-mega-menu .megaphone-slider .entry-media {
	margin-bottom: 10px;
}

.widget-inside .megaphone-mega-menu .megaphone-slider .megaphone-button-play {
	border: none;
	height: 60px;
	width: 60px;
}

.widget-inside .megaphone-mega-menu .megaphone-slider .owl-nav {
	top: 110px;
	padding: 0 15px;
}

.mks_tabs.vertical .mks_tab_nav_item {
	margin: 0 0 -1px 1px;
}

.ml-md-r {
	margin-left: 0;
}

.megaphone-overlay-fallback {
	min-height: 300px;
}

}

@media (max-width: 760px) {

.megaphone-podcast-single-3 .player-paceholder.player-paceholder-medium-single {
	max-width: 264px;
	min-width: 264px;
}

}

@media (max-width: 700px) {

.wa-layout.wa-layout-3 .entry-media,
.single-layout-5 .entry-media {
	height: 264px;
	width: 264px;
}

.wa-layout.wa-layout-3 .entry-media img,
.single-layout-5 .entry-media img {
	height: 100% !important;
}

.megaphone-section .entry-media .size-megaphone-single-podcast-2,
.megaphone-section .entry-media .size-megaphone-single-podcast-1 {
	height: 300px;
}

}

@media (max-width: 599px) {

.megaphone-section-subscribe .megaphone-menu-subscribe a {
	font-size: 0;
	width: 36px;
	padding: 0;
}

.meks-ap .mejs-time {
	font-size: 1.2rem;
}

.wa-layout-1.megaphone-subscribe-on .overlay-container,
.wa-layout-2.megaphone-subscribe-on .overlay-container {
	padding-bottom: 80px;
}

.megaphone-section.megaphone-section-subscribe.section-color {
	padding: 20px 0;
}

.megaphone-menu-subscribe a {
	font-size: 0;
	width: 36px;
	padding: 0;
}

.megaphone-player-action .megaphone-menu-subscribe a {
	width: auto;
}

.megaphone-player-action .megaphone-menu-subscribe li a::before {
	margin-right: 3px;
}

.megaphone-menu-subscribe li a::before {
	margin-right: 0;
}

.wa-layout-1 .lh-1 {
	line-height: 1.2;
}

.wa-layout-3 .entry-media,
.single-layout-5 .entry-media {
	margin-bottom: 20px;
}

.wa-layout .entry-media {
	height: 450px;
}

.overlay-small-md-height .entry-media {
	height: 400px;
}

.wa-layout.wa-layout-3 .entry-media,
.single-layout-5 .entry-media {
	height: 334px;
	width: 334px;
}

.wa-layout.wa-layout-3 .entry-media img,
.single-layout-5 .entry-media img {
	height: 100% !important;
}

.megaphone-section-featured .entry-media,
.megaphone-section .entry-media .size-megaphone-single-podcast-4,
.megaphone-section .entry-media .size-megaphone-single-podcast-3 {
	height: 400px;
}

.megaphone-section-featured .megaphone-overlay .entry-media a {
	height: 100%;
}

.header-mobile .slot-r div + ul,
.header-mobile .slot-r nav + ul,
.header-mobile .slot-r ul + ul {
	margin-left: 0;
}

.header-mobile .megaphone-menu-donate li a,
.header-sticky .megaphone-menu-donate li a {
	width: auto;
}

.header-mobile .megaphone-menu-donate.megaphone-menu-action li {
	margin-right: 0;
}

.header-mobile .megaphone-menu-donate li a:before,
.header-sticky .megaphone-menu-donate li a:before {
	font-size: 2.4rem;
}

.header-mobile .slot-r li {
	margin-left: 5px;
}

.header-mobile .megaphone-menu-action .mf {
	width: auto;
}

.header-mobile .megaphone-cart li,
.header-mobile .megaphone-menu-mobile .header-mobile .megaphone-menu-social li {
	margin-right: 4px;
}

.header-mobile .megaphone-modal .megaphone-content {
	padding: 0 20px;
}

.header-mobile .megaphone-modal .megaphone-content .megaphone-menu-subscribe {
	max-width: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.header-mobile .megaphone-modal .megaphone-content .megaphone-menu-subscribe li {
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

.megaphone-menu-donate li a,
.megaphone-menu-donate .empty-list a {
	border: none;
	width: auto;
}

.megaphone-menu-donate li a {
	font-size: 0;
	width: 40px;
	padding: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.megaphone-menu-donate li a:before {
	margin-right: 0;
}

.author-content {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.megaphone-section-instagram .meks-instagram-widget > div {
	-webkit-box-flex: 0 !important;
	    -ms-flex: 0 0 33% !important;
	        flex: 0 0 33% !important;
}

.search-alt input[type="text"] {
	font-size: 1.4rem;
}

.megaphone-slider.has-arrows .owl-nav {
	max-width: 100%;
	padding: 0;
}

.megaphone-slider.has-arrows .owl-nav .owl-prev,
.megaphone-slider.has-arrows .owl-nav .owl-next {
	position: relative;
}

.megaphone-slider.has-arrows .owl-nav .owl-prev .mf,
.megaphone-slider.has-arrows .owl-nav .owl-next .mf {
	font-size: 2rem;
}

.megaphone-slider.has-arrows .owl-nav .owl-prev {
	left: -15px;
}

.megaphone-slider.has-arrows .owl-nav .owl-prev .mf {
	margin-right: -7px;
}

.megaphone-slider.has-arrows .owl-nav .owl-next {
	right: -15px;
}

.megaphone-slider.has-arrows .owl-nav .owl-next .mf {
	margin-left: -7px;
}

.megaphone-pagination .next a,
.megaphone-pagination .prev a,
.megaphone-pagination a.next,
.megaphone-pagination a.prev {
	width: 50px;
	min-width: 50px;
	font-size: 0;
	height: 40px;
	padding: 0;
}

.megaphone-pagination .next a:after,
.megaphone-pagination a.next:after,
.megaphone-pagination .prev a:before,
.megaphone-pagination a.prev:before {
	margin: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	padding: 0 30px;
}

.wp-block-media-text__media + .wp-block-media-text__content {
	margin-top: 30px;
	padding: 0 4%;
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover p,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
	padding: 0;
	max-width: 90%;
}

.wp-block-pullquote {
	padding: 20px 10px;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2rem;
}

.entry-tags a {
	padding: 0 14px;
}

ul.flickr li,
.widget ul.flickr li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 32%;
	        flex: 0 0 32%;
}

.fb_iframe_widget span {
	max-width: 100% !important;
}

.mks_col .mks_one_half,
.mks_col .mks_one_third,
.mks_col .mks_one_quarter,
.mks_col .mks_two_thirds {
	width: 100%;
	margin-left: 0;
}

.mb-md-30 {
	margin-bottom: 30px !important;
}

.megaphone-link-pages a,
.megaphone-link-pages span,
.megaphone-pagination .page-numbers {
	margin: 0 1px;
}

.megaphone-show.megaphone-show-d .entry-footer,
.megaphone-show .entry-footer {
	padding-bottom: 20px;
}

.megaphone-show-d .entry-footer.separator-before:before,
.megaphone-show .entry-footer.separator-before:before {
	margin-top: 20px;
	margin-bottom: 10px;
}

.overlay-container .separator-before:before,
.separator-before.separator-align-center:before {
	margin-top: 15px;
	margin-bottom: 10px;
}

.megaphone-button-play-small {
	height: 40px;
	width: 40px;
	font-size: 2.8rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 40px;
}

.megaphone-button-circle,
.paginated-post-wrapper .current,
.paginated-post-wrapper a,
ul.page-numbers a,
.paginated-post-wrapper .megaphone-button,
.paginated-post-wrapper .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe .paginated-post-wrapper a,
.paginated-post-wrapper .wp-block-button .wp-block-button__link,
.wp-block-button .paginated-post-wrapper .wp-block-button__link {
	height: 30px;
	width: 30px;
	line-height: 30px;
}

.megaphone-link-special,
.link-uppercase {
	font-size: 1.2rem;
}

.wa-layout-1 .entry-content,
.wa-layout-2 .entry-content {
	line-height: 1.6;
	font-size: 1.5rem;
}

.section-head-l {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.section-title + a:before {
	width: 10px;
	margin: 0 10px 0 0;
}

.megaphone-sidebar-none .entry-content .alignleft:not(.wp-block-button),
body.megaphone-sidebar-left .entry-content .alignleft,
body.megaphone-sidebar-right .entry-content .alignleft,
.megaphone-sidebar-none .entry-content .alignright:not(.wp-block-button),
body.megaphone-sidebar-left .entry-content .alignright,
body.megaphone-sidebar-right .entry-content .alignright {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
	display: block;
}

.entry-content img.alignleft,
.entry-content img.alignright {
	margin-bottom: 15px;
}

pre {
	padding: 20px;
}

td,
th {
	padding: 5px 10px 5px 0;
	min-height: auto;
}

.is-style-stripes td,
.is-style-stripes th {
	padding: 5px 10px 5px 10px;
}

blockquote {
	font-size: 1.8rem;
}

.comment-content {
	padding-left: 0;
	display: block;
	clear: both;
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover p,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 2rem;
}

ol,
ul {
	padding-left: 19px;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	margin-bottom: 30px;
}

.megaphone-overlay-fallback {
	min-height: 270px;
}

.author-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.megaphone-author-box {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.megaphone-podcast-single-3 .alignfull {
	max-width: 100%;
	width: auto;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
}

}

@media (max-width: 500px) {

body .meks-ap-player {
	height: 80px !important;
}

body .megaphone-player-has-embed .meks-ap-player {
	height: 80px !important;
}

body .meks-ap-collapsed,
.megaphone-player-hidden .meks-ap {
	bottom: -120px !important;
}

body .meks-ap {
	height: 120px !important;
}

.meks-ap .meks-ap-title {
	display: none;
}

.meks-ap .meks-ap-slot-r {
	padding-left: 0;
}

.megaphone-player-has-embed .meks-ap-player iframe[src*="soundcloud"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="spotify"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="podbean"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="libsyn"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="spreaker"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="cadence13"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="podomatic"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="percolate"],
.megaphone-player-has-embed .meks-ap-player iframe[src*="youtube"] {
	padding: 0;
	height: 70px !important;
}

.meks-ap-player .mejs-playpause-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.meks-ap-player .mejs-playpause-button button {
	left: 0;
	width: 40px;
	height: 40px;
}

.meks-ap-player .mejs-time-rail {
	padding: 16px 0;
}

}

@media (max-width: 374px) {

.header-mobile > .container,
.header-sticky-main > .container {
	max-width: 100%;
}

.wa-layout-1.megaphone-subscribe-on .overlay-container,
.wa-layout-2.megaphone-subscribe-on .overlay-container {
	max-width: 100%;
	padding-bottom: 80px;
}

.wa-layout-1.megaphone-subscribe-on .subscribe-indented,
.wa-layout-2.megaphone-subscribe-on .subscribe-indented {
	max-width: 100%;
}

.wa-layout.wa-layout-3 .entry-media,
.single-layout-5 .entry-media {
	height: 270px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.wa-layout.wa-layout-3 .entry-media img,
.single-layout-5 .entry-media img {
	height: 100% !important;
}

.wa-layout.wa-layout-3 .pr-0,
.single-layout-5 .pr-0 {
	padding-right: 0;
	padding-left: 0;
}

.player-paceholder.player-paceholder-medium-single {
	min-width: 90%;
}

.megaphone-podcast-single-3 .player-paceholder.player-paceholder-medium-single {
	max-width: 100%;
	min-width: 100%;
}

.megaphone-author-box {
	margin-top: -15px;
}

.page-numbers.dots {
	display: none;
}

}

@media (max-width: 320px) {

.section-head .section-title,
.section-title {
	font-size: 1.4rem;
}

.link-uppercase {
	display: none;
}

body .megaphone-section-instagram .section-title .megaphone-button,
body .megaphone-section-instagram .section-title .megaphone-buttons .megaphone-menu-subscribe a,
.megaphone-buttons .megaphone-menu-subscribe body .megaphone-section-instagram .section-title a,
body .megaphone-section-instagram .section-title .wp-block-button .wp-block-button__link,
.wp-block-button body .megaphone-section-instagram .section-title .wp-block-button__link {
	border: none;
	padding: 0;
}

}

@media print {

.d-print-none {
	display: none !important;
}

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-print-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

}

@-webkit-keyframes fadeInFromNone {

0% {
	display: none;
	opacity: 0;
}

1% {
	display: block;
	opacity: 0;
}

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

}

@keyframes fadeInFromNone {

0% {
	display: none;
	opacity: 0;
}

1% {
	display: block;
	opacity: 0;
}

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

}

@-webkit-keyframes fadeInToNone {

0% {
	display: block;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

1% {
	display: block;
	opacity: 0;
}

100% {
	display: none;
	opacity: 0;
}

}

@keyframes fadeInToNone {

0% {
	display: block;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

1% {
	display: block;
	opacity: 0;
}

100% {
	display: none;
	opacity: 0;
}

}

@-webkit-keyframes megaphone-ellipsis1 {

0% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

100% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@keyframes megaphone-ellipsis1 {

0% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

100% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@-webkit-keyframes megaphone-ellipsis3 {

0% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

100% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

}

@keyframes megaphone-ellipsis3 {

0% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

100% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

}

@-webkit-keyframes megaphone-ellipsis2 {

0% {
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

100% {
	-webkit-transform: translate(19px, 0);
	        transform: translate(19px, 0);
}

}

@keyframes megaphone-ellipsis2 {

0% {
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

100% {
	-webkit-transform: translate(19px, 0);
	        transform: translate(19px, 0);
}

}

@-webkit-keyframes fadeInFromNoneFlex {

0% {
	display: none;
	opacity: 0;
}

1% {
	display: -webkit-box;
	display: flex;
	opacity: 0;
}

100% {
	display: -webkit-box;
	display: flex;
	opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}

}

@keyframes fadeInFromNoneFlex {

0% {
	display: none;
	opacity: 0;
}

1% {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
}

100% {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}

}

