/*!
Theme Name: ClimateMusic
Author: David Kerr Design
Author URI: https://davidkerrdesign.com/
Description: Custom theme based on Getwid framework
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: climatemusicproject
Tags: one-column

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

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

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

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

body {
    margin: 0;
}

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

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

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

a {
    background-color: transparent;
}

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

b, strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    clear: both;
    margin-top: 1.5em;
    margin-bottom: .5em;
    color: #2c3847;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -.7px;
}

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

h1 {
    font-size: 52px;
    font-size: 3.25rem;
}

h2 {
    font-size: 42px;
    font-size: 2.625rem;
}

h3 {
    font-size: 33px;
    font-size: 2.0625rem;
}

h4 {
    font-size: 28px;
    font-size: 1.6rem;
}

h5 {
    font-size: 26px;
    font-size: 1.5rem;
    color: #2c3847
}

h6 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

p {
    margin: 0 0 1.5em;
}

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

.bluetext p {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 8px;
    color: #2e3095
}

.bluetext h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 8px;
    color: #2e3095
}

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

blockquote {
    margin-bottom: 3.5rem !important;
    font-size: 3rem;
    line-height: 1.3;
}

blockquote p {
    margin: 0;
    padding: 0 4rem 0 4rem;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

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

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

ul li, ol li {
    margin-top: 0;
    margin-bottom:10px;
}

ul li:first-child, ol li:first-child {
    margin-top: -15px;;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

th, td {
    border: 2px solid #ebeef1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5rem;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

thead th {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #2c3847;
}

th, td {
    padding: 0.8em;
}

@media (min-width: 992px) {
    th, td {
        padding: 1.3em;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .more-link {
    display: inline-block;
    border: none;
    border-radius: 10px;
    background: #2c2c90;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1;
    padding: 1.36666em 2.5em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .more-link:hover {
    cursor: pointer;
    background: #68c5f9;
    text-decoration: none;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus, .button:active, .button:focus, .more-link:active, .more-link:focus {
    text-decoration: none;
    outline: none;
}

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 {
    display: block;
    width: 100%;
    border: 2px solid #ebeef1;
    border-radius: 0;
    padding: .655em 1.5em;
}

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

select {
    border: 2px solid #ebeef1;
    height: 56px;
}

textarea {
    width: 100%;
}

label {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 1em;
    line-height: 1;
    display: inline-block;
}

form > * {
    margin-bottom: 1.875rem;
}

form > *:last-child {
    margin-bottom: 0;
}

input[type='checkbox'], input[type='radio'] {
    display: inline-block;
    margin-right: .5em;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #2c2c90;
    text-decoration: none;
    -webkit-transition: color .3s ease, opacity .3s ease;
    -o-transition: color .3s ease, opacity .3s ease;
    transition: color .3s ease, opacity .3s ease;
}

a:hover, a:focus {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

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

.content-area a {
    position: relative;
    color: #2c2c90;
}

.content-area a br {
    display: none;
}

.page-template-template-who_we_are .content-area a {
    display: block;
}

.squared img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 240px;
}

.linked img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 220px;
    padding-bottom:0; 
}
.linked h3.entry-title {margin-top:9px;}
.content-area a::after {
    content: '';
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #2c2c90;
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.content-area #masonry-loop a::after, a.page-numbers::after, .content-area .ow-button-base a::after {
    display: none;
}

a.bluebutton, .wp-block-file__button, .wp-block-button__link {text-transform: uppercase; border-radius:0 !important; background:#2c2c90 !important; color:#fff; padding:5px 10px; clear:both; margin-top:15px; display: inline-block;}
a.bluebutton:after, a.wp-block-file__button:after, a.wp-block-button__link:after {content:"\f054"; color:#fff; position:relative; font-family: 'FontAwesome'; padding-left:10px; margin-right:10px}

.content-area a:hover::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    height: 1.5px;
}

a.bluebutton:hover::after,
a.wp-block-file__button:hover:after,
a.wp-block-button__link:hover:after {padding-left:20px; margin-right:0; -webkit-transition: padding 0.2s, margin 0.2s; -o-transition: padding 0.2s, margin 0.2s; transition: padding 0.2s, margin 0.2s }

.content-area .ow-button-base .sow-fas {padding-right:10px; font-size:20px; padding-top:2px; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s}
.content-area .ow-button-base:hover .sow-fas {-webkit-transform: translateX(7px);-ms-transform: translateX(7px);transform: translateX(7px)}
.sow-image-container {
    display: block !important
}
 .sow-accordion-panel-header {-webkit-transition: background-color 0.2s;-o-transition: background-color 0.2s;transition: background-color 0.2s}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    font-family: 'Raleway', sans-serif;
    line-height: 1.3;
    font-size: 20px;
    font-size: 1.25rem;
}

@media (min-width: 992px) {
    .main-navigation {
        font-size: 18px;
        font-size: 1.325rem;
        text-transform: lowercase;
    }
}

.main-navigation .nav-menu li {
    margin: 0;
    padding: 0;
}

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

@media (min-width: 992px) {
    .main-navigation ul {
        width: auto;
    }
}

.main-navigation ul:after {
    display: table;
    clear: both;
    content: '';
}

.main-navigation ul ul {
    padding-left: 0rem;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #7b838b;
}

@media (min-width: 992px) {
    .main-navigation ul ul {
        border:1px solid rgba(255,255,255,0);
        color: #2c3847;
        background: rgba(255,255,255,0.95);
        float: left;
        position: absolute;
        top: 125%;
        left: 6px;
        visibility: hidden;
        opacity: 0;
        z-index: 99999;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
}

.main-navigation ul ul ul {
    left: 100%;
}

.main-navigation ul ul ul.toleft {
    right: 100%;
    left: auto;
}

@media (min-width: 992px) {
    .main-navigation ul ul ul {
        top: 0;
        visibility: hidden;
    }
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    top: 25%;
}

.main-navigation ul ul a {
    color: inherit;
}

@media (min-width: 992px) {
    .main-navigation ul ul a {
        width: 200px;
        padding: .5rem 0.9rem;
    }
}

.main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.75rem;
    position: relative;
}

.main-navigation ul ul .menu-item-has-children > a:after {
    position: absolute;
    right: 2.25rem;
    top: 1.25rem;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-navigation li {
    width: 100%;
}

@media (min-width: 992px) {
    .main-navigation li {
        width: auto;
        float: left;
        position: relative;
    }
}

.main-navigation a {
    font-weight: 700;
    display: block;
    text-decoration: none;
    padding: 0.1rem 0.4rem;
    color: #2c2c90;
    margin: 0 0.4rem ;
}

@media (max-width: 1050px) {
    .main-navigation a {
        padding: 0.4rem 0.32rem;
        font-size: 1.2rem;
    }

    #headercontainer .entry-content h1 {
        font-size: 40px !important
    }
}

@media (max-width: 499px) {
    #headercontainer .entry-content h1 {
        font-size:30px !important
    }
}

.main-navigation ul ul a {
    margin: 0;
}

.main-navigation a:hover {
    color: #fff;
    text-decoration: none;
    background: #2c2c90
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    color: #fff;
    background: #2c2c90;
}

.main-navigation .menu-item-has-children {
    position: relative;
}

.main-navigation .menu-item-has-children > a {
    padding-right: 2.5rem;
}

@media (min-width: 992px) {
    .main-navigation .menu-item-has-children > a {
        padding-right: 1.25rem;
    }
}

.main-navigation .menu-item-has-children > a:after {
    display: none;
    content: '\e874';
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 13px;
    color: inherit;
    font-family: Linearicons-Free;
     margin-right:-10px;
}

@media (min-width: 992px) {
    .main-navigation .menu-item-has-children > a:after {
        display: inline-block;
    }
}
@media (max-width: 1149px) {
    .main-navigation .menu-item-has-children > a:after {
        display: none !important;
    }
}

.primary-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    overflow: hidden;
    z-index: -50;
    padding: 5rem 1.5625rem;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
}

@media (min-width: 992px) {
    .primary-menu-wrapper {
        overflow: initial;
    }
}

@media (min-width: 992px) {
    .primary-menu-wrapper {
        padding: 0;
        z-index: 10;
        -webkit-transform: none;
        -ms-transform: none;
            transform: none;
        position: initial;
        top: initial;
        background: transparent;
        min-height: initial;
    }
}

.primary-menu-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 0;
    min-height: 0;
    border-radius: 50%;
    background: rgba(242, 249, 253, 0.98);
    -webkit-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
    -o-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
    transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
        transform: translateY(-50%) translateX(50%);
}

@media (min-width: 992px) {
    .primary-menu-wrapper:after {
        display: none;
    }
}

.primary-menu-wrapper .primary-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

@media (min-width: 992px) {
    .primary-menu-wrapper .primary-menu-container {
        display: block;
    }
}

.primary-menu-wrapper .menu {
    z-index: 1;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    max-width: 345px;
}

@media (min-width: 992px) {
    .primary-menu-wrapper .menu {
        opacity: 1;
        max-width: none;
    }
}

.primary-menu-wrapper .mobile-search-form-wrapper {
    margin: 2.5rem auto 0;
    max-width: 345px;
    z-index: 1;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media (min-width: 992px) {
    .primary-menu-wrapper .mobile-search-form-wrapper {
        display: none;
    }
}

.primary-menu-wrapper .mobile-search-form-wrapper .search-form {
    background: transparent;
    background: #fff;
    border: 2px solid #ebeef1;
}

.primary-menu-wrapper .mobile-search-form-wrapper .search-form input {
    background: transparent;
}

.primary-menu-wrapper .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.325em .875em;
    background: transparent;
    color: #2c3847;
}

.primary-menu-wrapper .dropdown-toggle:hover {
    color: #2c2c90;
    background: transparent;
}

@media (min-width: 992px) {
    .primary-menu-wrapper .dropdown-toggle {
        display: none;
    }
}

@media (max-width: 992px) {
    .main-navigation .primary-menu-wrapper {
        pointer-events: none;
    }
}

.main-navigation.toggled .primary-menu-wrapper {
    margin-top: 0;
    z-index: 5;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    -webkit-transition: all .3s ease, z-index 1s step-start;
    -o-transition: all .3s ease, z-index 1s step-start;
    transition: all .3s ease, z-index 1s step-start;
    pointer-events: auto;
}

.main-navigation.toggled .primary-menu-wrapper:after {
    min-width: 200%;
    min-height: 200%;
    border-radius: 0;
    -webkit-transition: min-width .4s linear, min-height .4s linear, border-radius .4s linear .4s;
    -o-transition: min-width .4s linear, min-height .4s linear, border-radius .4s linear .4s;
    transition: min-width .4s linear, min-height .4s linear, border-radius .4s linear .4s;
}

.main-navigation.toggled .primary-menu-wrapper .menu {
    opacity: 1;
    -webkit-transition: opacity .3s ease .5s;
    -o-transition: opacity .3s ease .5s;
    transition: opacity .3s ease .5s;
}

.main-navigation.toggled .primary-menu-wrapper .mobile-search-form-wrapper {
    opacity: 1;
    -webkit-transition: opacity .3s ease .5s;
    -o-transition: opacity .3s ease .5s;
    transition: opacity .3s ease .5s;
}

.main-navigation.toggled .primary-menu-wrapper ul ul {
    display: none;
}

@media (min-width: 992px) {
    .main-navigation.toggled .primary-menu-wrapper ul ul {
        display: block;
    }
}

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

.menu-toggle .lnr-cross {
    display: none;
}

.menu-toggle[aria-expanded="true"] .lnr-cross {
    display: block;
}

.menu-toggle[aria-expanded="true"] .lnr-menu {
    display: none;
}

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

@media (min-width: 992px) {
    .menu-toggle {
        display: none;
    }

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

.menu-toggle {
    background: transparent;
    color: #2c3847;
    padding: 0;
    z-index: 11;
    font-size: 40px;
    font-size: 2.5rem;
}

.menu-toggle:hover {
    background: transparent;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    overflow: hidden;
}

.comment-navigation .nav-links:after, .posts-navigation .nav-links:after, .post-navigation .nav-links:after {
    content: '';
    display: table;
    clear: both;
}

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

@media (min-width: 992px) {
    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
        width: 50%;
    }
}

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

@media (min-width: 992px) {
    .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
        width: 50%;
    }
}

.comment-navigation .nav-previous + .nav-next, .posts-navigation .nav-previous + .nav-next, .post-navigation .nav-previous + .nav-next {
    margin-top: 2.5rem;
}

@media (min-width: 992px) {
    .comment-navigation .nav-previous + .nav-next, .posts-navigation .nav-previous + .nav-next, .post-navigation .nav-previous + .nav-next {
        margin-top: 0;
    }
}

.navigation.pagination {
    max-width: 938px;
    margin: 0 auto;
}

.navigation.pagination .nav-links {
    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;
}

.navigation.pagination .nav-links .page-numbers {
    margin: 0 10px 10px 0;
    width: 50px;
    height: 50px;
    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;
    border: 2px solid #f3f9fd;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #7b838b;
}

.navigation.pagination .nav-links .page-numbers:last-child {
    margin-right: 0;
}

.navigation.pagination .nav-links .page-numbers.dots {
    border: 0;
}

.navigation.pagination .nav-links .page-numbers:hover {
    text-decoration: none;
    border-color: #2c2c90;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers:focus {
    text-decoration: none;
}

.navigation.pagination .nav-links .page-numbers.current {
    border-color: #2c2c90;
    color: #2c3847;
}

.navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next {
    border-color: transparent;
    font-size: 23px;
    font-size: 1.4375rem;
}

.navigation.pagination .nav-links .page-numbers.prev:hover, .navigation.pagination .nav-links .page-numbers.next:hover {
    border-color: #2c2c90;
}

.navigation.pagination .nav-links .page-numbers.next {
    margin-left: 1.25rem;
}

.navigation.pagination .nav-links .page-numbers.prev {
    margin-right: 1.25rem;
}

.post-navigation-wrapper {
    max-width: 1130px;
    margin: 6.75rem auto;
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    border-top: 8px dotted #f1f4f7;
    border-bottom: 8px dotted #f1f4f7;
}

.post-navigation-wrapper a:hover {
    text-decoration: none;
}

.post-navigation-wrapper a:hover .lnr {
    color: #2c2c90;
}

.post-navigation-wrapper a:hover .post-title {
    color: #2c2c90;
}

.post-navigation-wrapper a:focus {
    text-decoration: none;
    outline: none;
}

.post-navigation-wrapper .previous, .post-navigation-wrapper .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.4;
}

.post-navigation-wrapper .previous .lnr, .post-navigation-wrapper .next .lnr {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 63px;
    height: 63px;
    font-size: 25px;
    font-size: 1.5625rem;
    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;
    background: #f3f8fb;
    border-radius: 50%;
    color: #7b838b;
}

.post-navigation-wrapper .previous .meta, .post-navigation-wrapper .next .meta {
    display: block;
    font-style: italic;
    color: #7b838b;
    margin-bottom: .875rem;
}

.post-navigation-wrapper .previous .post-title, .post-navigation-wrapper .next .post-title {
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: 'Raleway', sans-serif;
    color: #2c3847;
    font-weight: 500;
}

.post-navigation-wrapper .previous .title, .post-navigation-wrapper .next .title {
    width: 100%;
}

.post-navigation-wrapper .previous {
    padding-right: 1.25rem;
}

.post-navigation-wrapper .previous .lnr {
    margin-right: 1.875rem;
}

.post-navigation-wrapper .next {
    padding-left: 1.25rem;
}

.post-navigation-wrapper .next .lnr {
    margin-left: 1.875rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    max-width: 45%;
    height: auto;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    max-width: 45%;
    height: auto;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget:last-child {
    margin-bottom: 0;
}

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

.widget .widget-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.search-form {
    position: relative;
    padding-right: 3.125rem;
    border: 2px solid #f3f9fd;
}

.search-form input {
    border: 0;
    width: 100%;
}

.search-form label {
    margin: 0;
    display: block;
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.125rem;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 16px;
    font-size: 1rem;
}

.search-form .search-submit:hover {
    background: transparent;
    color: #2c2c90;
}

.widget_nav_menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_nav_menu .menu a {
    color: inherit;
}

.widget_nav_menu .menu a:hover {
    color: #2c2c90;
    text-decoration: none;
}

.widget_nav_menu .menu li {
    margin-top: .5em;
}

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

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

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

.site-content {
    margin-bottom: 80px;
}

.home .site-content {
    margin-bottom: 0
}

.site-main, #headercontent {
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 768px) {
    .site-main, #headercontent {
        padding-left: 95px;
        padding-right: 95px;
    }
}

.post-thumbnail {
    display: block;
}

.post-thumbnail img {
    display: block;
}

.post-thumbnail-wrapper {
    margin-bottom: 0.5rem;
    position: relative;
}

.excerpt-header h3 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.6rem
}

.post-thumbnail-wrapper .sticky {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 76px;
    height: 76px;
    font-size: 34px;
    font-size: 2.125rem;
    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;
    color: #fff;
    background: #68c5f9;
    border-radius: 50%;
}

.entry-header {
    margin-bottom: 3.875rem;
}

.entry-meta {
    margin: -70px  auto  -30px !important;
    font-style: italic;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #9ea6ac;
    display:block;
}

.entry-meta > span:after {
    content: '/';
    margin: 0 5px;
}

.entry-meta > span:last-child:after {
    display: none;
}

.entry-footer {
    margin-top: 2.5rem;
}

.tags-links a {
    display: inline-block;
    margin: 0 .625rem .625rem 0;
    padding: .875rem 1.875rem;
    color: #2c3847;
    background: #f3f8fb;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.tags-links a:hover {
    text-decoration: none;
}

.tags-links a:focus, .tags-links a:active {
    text-decoration: none;
}

.more-tag-wrapper {
    margin-top: 3.75rem;
}

.alignwide, .alignfull {
    clear: both;
}

.hentry > .entry-header, .hentry > .entry-footer, .hentry > .post-thumbnail, .hentry > .entry-content > * {
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
}

.hentry > .entry-content > * {
    margin-bottom: 1.5em;
}

.hentry > .entry-content > *.wp-block-separator {
    margin-top: 80px;
    margin-bottom: 80px;
}

.hentry > .entry-content > *:first-child {
    margin-top: 0;
}

.hentry > .entry-content > *:last-child {
    margin-bottom: 0;
}

.hentry > .entry-content > *.alignwide {
    max-width: 1130px;
    width: auto;
}

.hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 25px + 25px);
    margin-left: -25px;
    margin-right: -25px;
    width: auto;
}

@media (min-width: 768px) {
    .hentry > .entry-content > *.alignfull {
        max-width: calc(100% + 95px + 95px);
        margin-left: -95px;
        margin-right: -95px;
    }
}

.hentry > .entry-content > *.alignleft {
    margin-left: 0;
    margin-right: 1.5em;
}

@media (min-width: 992px) {
    .hentry > .entry-content > *.alignleft {
        margin-left: calc((100% - 748px)/2);
    }

    .hentry > .entry-content > *.alignleft + .alignleft {
        margin-right: 1.5em;
    }
}

.hentry > .entry-content > *.alignright {
    margin-right: 0;
    margin-left: 1.5em;
}

@media (min-width: 992px) {
    .hentry > .entry-content > *.alignright {
        margin-right: calc((100% - 748px)/2);
    }

    .hentry > .entry-content > *.alignright + .alignrignt {
        margin-left: 1.5em;
    }
}

@media (min-width: 992px) {
    .hentry > .entry-content > *.alignleft, .hentry > .entry-content > *.alignright {
        max-width: 374px;
    }
}

.hentry > .entry-content > h1 {
    margin-bottom: .5em;
}

.hentry > .entry-content > h2 {
    margin-bottom: .5em;
}

.hentry > .entry-content > h3 {
    margin-bottom: .5em;
}

.hentry > .entry-content > h4 {
    margin-bottom: .5em;
}

.hentry > .entry-content > h5 {
    margin-bottom: .5em;
}

.hentry > .entry-content > h6 {
    margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-header, body.page .site-main > .hentry > .entry-footer, body.page .site-main > .hentry > .post-thumbnail, body.blog .site-main .entry-content > *, body.page .site-main > .hentry > .entry-content > *, body.page-template .entry-content > *, .footer-sidebars-wrapper > *,
body.search .content-area > * {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}

body.page .site-main > .hentry > .post-thumbnail {
    margin-bottom: 3.125rem;
}

body.page .site-main > .hentry > .entry-content > *.alignwide {
    max-width: 1130px;
}

body.page .site-main > .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 25px + 25px);
    margin-left: -25px;
    margin-right: -25px;
}

@media (min-width: 768px) {
    body.page .site-main > .hentry > .entry-content > *.alignfull {
        max-width: calc(100% + 95px + 95px);
        margin-left: -95px;
        margin-right: -95px;
    }
}

@media (min-width: 992px) {
    body.page .site-main > .hentry > .entry-content > *.alignleft {
        margin-right: 1.5em;
        margin-left: calc((100% - 938px)/2);
    }

    body.page .site-main > .hentry > .entry-content > *.alignleft + .alignleft {
        margin-left: 1.5em;
    }
}

@media (min-width: 992px) {
    body.page .site-main > .hentry > .entry-content > *.alignright {
        margin-left: 1.5em;
        margin-right: calc((100% - 938px)/2);
    }

    body.page .site-main > .hentry > .entry-content > *.alignright + .alignright {
        margin-right: 1.5em;
    }
}

@media (min-width: 992px) {
    body.page .site-main > .hentry > .entry-content > *.alignleft, body.page .site-main > .hentry > .entry-content > *.alignright {
        max-width: 469px;
    }
}

body.page .site-main > .hentry > .entry-content > h1 {
    margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-content > h2 {
    margin-bottom: .5em;
    font-weight: 700;
}

body.page .site-main > .hentry > .entry-content > h3 {
    margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-content > h4 {
    margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-content > h5 {
    margin-bottom: .5em;
}

body.page .site-main > .hentry > .entry-content > h6 {
    margin-bottom: .5em;
}

.swagitem {
    max-width: 1130px;
    margin: 0 auto;
}

body.single .site-main > .hentry > .entry-header, body.page .site-main > .hentry > .entry-header {
    max-width: 1130px;
    margin-top: 7.5rem;
}

body.single .site-main > .hentry > .entry-header .entry-title, body.page .site-main > .hentry > .entry-header .entry-title {
    width: 100%;
    max-width: 938px;
    margin: 0 auto 7.5rem;
    text-align: center;
}

body.single .site-main > .hentry > .entry-header .post-thumbnail, body.page .site-main > .hentry > .entry-header .post-thumbnail {
    margin-bottom: 3.75rem;
}

body.single .site-main > .hentry > .entry-header .entry-meta, body.page .site-main > .hentry > .entry-header .entry-meta {
    max-width: 748px;
    margin: 0 auto;
}

body.error404 .site-main > .error-404 {
    max-width: 1130px;
    margin: 0 auto;
    text-align: center;
    padding: 10rem 0 5rem;
}

@media (min-width: 992px) {
    body.error404 .site-main > .error-404 > * {
        max-width: 50%;
        margin: 0 auto;
    }
}

body.error404 .site-main > .error-404 .page-title {
    font-size: 150px;
    font-size: 9.375rem;
    margin-bottom: 0;
}

body.error404 .site-main > .error-404 .page-title .subtitle {
    display: block;
    font-size: 33px;
    font-size: 2.0625rem;
}

body.error404 .site-main > .error-404 .page-header {
    margin-bottom: 6.25rem;
}

body.error404 .site-main > .error-404 .search-form {
    margin-bottom: 1.875rem;
}

.site-header {
    border-bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 10 !important;
    position: relative;
    margin-bottom: -97px;
}

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

.bypostauthor {
    display: block;
}

.comments-area {
    margin: 6.25rem auto 0;
    max-width: 1130px;
    padding-bottom: 6.25rem;
    border-bottom: 8px dotted #f1f4f7;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
    font-size: 28px;
    font-size: 1.75rem;
}

.comments-area .comments-title {
    margin-bottom: 3.75rem;
}

.comments-area .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-area .comment-list + .comment-respond {
    margin-top: 6.25rem;
}

.comments-area .comment-list .children {
    list-style: none;
    padding-left: 2.5rem;
}

.comments-area .comment .comment-body {
    min-height: 200px;
}

.comments-area .comment .comment-body + .comment-respond {
    margin-top: 3.75rem;
}

.comments-area .comment, .comments-area .pingback {
    margin-top: 1.875rem;
}

.comments-area .comment .comment-body, .comments-area .pingback .comment-body {
    border: 2px solid #ebeef1;
    position: relative;
    padding: 3.125rem 3.125rem 3.125rem 12.5rem;
}

.comments-area .pingback .comment-body {
    padding-left: 3.125rem;
}

.comments-area .comment-author .avatar {
    position: absolute;
    left: 3.125rem;
    top: 3.125rem;
    border-radius: 50%;
}

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

.comments-area .comment-author .fn {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #2c3847;
}

.comments-area .comment-author .fn a {
    color: inherit;
}

.comments-area .comment-author .fn a:hover, .comments-area .comment-author .fn a:focus, .comments-area .comment-author .fn a:active {
    text-decoration: none;
}

.comments-area .comment-metadata {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #9ea6ac;
    font-style: italic;
}

.comments-area .comment-metadata a {
    color: inherit;
}

.comments-area .comment-metadata a:hover, .comments-area .comment-metadata a:focus, .comments-area .comment-metadata a:active {
    text-decoration: none;
}

.comments-area .comment-meta {
    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: .5rem;
}

.comments-area .reply {
    margin-top: 1.875rem;
}

.comments-area .reply .comment-reply-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    color: #64c0f4;
    font-size: 16px;
    font-size: 1rem;
}

.comments-area .reply .comment-reply-link:hover {
    color: #2c2c90;
    text-decoration: none;
}

.comments-area .reply .comment-reply-link:focus, .comments-area .reply .comment-reply-link:active {
    text-decoration: none;
}

.comments-area .no-comments {
    margin-top: 3.75rem;
}

#masonry-loop {
    margin-right: auto;
}

.masonry-entry {
    display: block;
    width: 28%;
    padding-bottom: 60px;
    float: left;
    margin-right: 5%;
}

.masonry-entry img {
    opacity: 1;
}

.masonry-entry:hover {
    cursor: pointer;
}

.masonry-entry:hover {
    opacity: 0.7;
    -webkit-transition: opacity 350ms ease-out;
    -o-transition: opacity 350ms ease-out;
    transition: opacity 350ms ease-out;
    -webkit-backface-visibility: hidden;
}

.masonry-entry h3 {
    font-size: 24px;
}

.masonry-entry p {
    font-size: 16px;
}

@media (min-width: 992px) {
    .comment-respond {
        max-width: 50%;
    }
}

.comment-respond .comment-notes {
    font-size: 15px;
    font-size: 0.9375rem;
}

.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-branding .custom-logo-link + .site-title {
    margin-left: .625rem;
}

.site-branding .site-title {
    font-size: 27px;
    font-size: 1.6875rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

#quickiebar.qb .bar-text {
    font-family: 'Raleway', sans-serif !important;
    font-size: 1.2rem !important;
}

.site-branding .site-title a {
    color: #2c3847;
}

.site-branding .site-title a:hover {
    text-decoration: none;
}

.site-branding .site-title a:focus, .site-branding .site-title a:active {
    text-decoration: none;
    outline: none;
}

.site-branding .site-description {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0;
    display: none;
}

.custom-logo-link img {
    -webkit-transition: 0.2s -webkit-filter;
    transition: 0.2s -webkit-filter;
    -o-transition: 0.2s filter;
    transition: 0.2s filter;
    transition: 0.2s filter, 0.2s -webkit-filter
}

.custom-logo-link img:hover {
    -webkit-filter: brightness(0);
            filter: brightness(0);
}

.site-header {
    background: rgba(255,255,255,0.7);
    z-index: 100;
    position: -webkit-sticky;
    position: sticky;
    top: -51px;
    margin: 0 auto -140px;
    padding-top: 60px;
    padding-bottom: 10px;
    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;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.site-header .site-branding {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.site-header.change {
    background: #fff;
}

#headercontent {
    width: 100%;
    max-width: 1340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.search-toggle {
    display: none;
    background: transparent;
    color: #7b838b;
    font-size: 20px;
    font-size: 1.25rem;
    padding: .5em;
    margin-left: 1.25rem;
}

#headercontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    min-height: 480px;
    height: 60vh;
    background-size: cover !important;
    background-position: 50% 50% !important;
    width: 100%;
}

#headercontainer .entry-content {
    margin: 0 auto;
    margin-top: auto;
    margin-right: auto;
    width: 100%;
}

#headercontainer .entry-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
    text-shadow: -1px 2px 1px rgba(0,0,0,0.5);
}

@media (min-width: 992px) {
    .search-toggle {
        display: block;
    }
}

.search-toggle:hover {
    background: transparent;
    color: #2c2c90;
}

.main-navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-modal {
    position: fixed;
    top: -100%;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 15;
    padding: 95px;
    -webkit-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease;
}

.search-modal:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 50%;
    min-width: 0;
    min-height: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
        transform: translateY(-50%) translateX(50%);
    background: rgba(242, 249, 253, 0.98);
    -webkit-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
    -o-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
    transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
}

.search-modal.opened {
    top: 0;
    bottom: 0;
}

.search-modal.opened:before {
    min-width: 200%;
    min-height: 200%;
    border-radius: 0;
    -webkit-transition: min-width .3s linear, min-height .3s linear, border-radius .3s linear .3s;
    -o-transition: min-width .3s linear, min-height .3s linear, border-radius .3s linear .3s;
    transition: min-width .3s linear, min-height .3s linear, border-radius .3s linear .3s;
}

.search-modal.opened .search-form-wrapper {
    opacity: 1;
    -webkit-transition: opacity 1s ease .5s;
    -o-transition: opacity 1s ease .5s;
    transition: opacity 1s ease .5s;
}

.search-modal .search-form-wrapper {
    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;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.search-modal .search-form {
    border: 0;
    padding-left: 3.125rem;
}

.search-modal .search-form .search-submit {
    display: none;
}

.search-modal .search-form label {
    margin: 0;
}

.search-modal .search-form .search-field {
    background: transparent;
    border: 0;
    font-family: 'Raleway', sans-serif;
    color: #2c3847;
    padding: 0;
    line-height: 1.2;
    font-size: 52px;
    font-size: 3.25rem;
}

.search-modal .search-form .search-field:focus::-webkit-input-placeholder {
    opacity: .5;
}

.search-modal .search-form .search-field:focus::-ms-input-placeholder {
    opacity: .5;
}

.search-modal .search-form .search-field:focus:-ms-input-placeholder {
    opacity: .5;
}

.search-modal .search-form .search-field:focus::placeholder {
    opacity: .5;
}

.search-modal .search-form .search-field::-webkit-input-placeholder {
    opacity: 1;
}

.search-modal .search-form .search-field::-ms-input-placeholder {
    opacity: 1;
}

.search-modal .search-form .search-field:-ms-input-placeholder {
    opacity: 1;
}

.search-modal .search-form .search-field::placeholder {
    opacity: 1;
}

.close-search-modal {
    padding: 0;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    background: transparent;
    color: #2c3847;
    font-size: 40px;
    font-size: 2.5rem;
}

.close-search-modal:hover {
    background: transparent;
    color: #2c2c90;
}

.site-footer {
    background: #464646;
    margin-top: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 0 95px;
    }
}

.site-footer .site-info {
    padding: 50px 0 40px;
    text-align: left;
    font-size: 15px;
    color: #999;
    max-width: 1130px;
    margin: 0 auto;
}

.site-footer .site-info a {
    color: #999
}

.sow-slide-nav br, .ow-button-hover br {
    display: none !important;
}

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

.vidbg-tap-to-unmute {
    bottom: 26px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
    background-color: rgba(255,255,255,0) !important;
    opacity: 0.5;
    font-weight: 700;
    max-width: 150px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}

.vidbg-tap-to-unmute img {
    width: 30px;
    height: 30px;
}

.vidbg-tap-to-unmute:hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

#hero h3.widget-title {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
}

.so-widget-sow-image h3.widget-title, .wp-block-image figcaption {
    font-size: 1rem !important;
    text-align: left;
    padding: 0;
    margin: 0 0 5px;
}

.sow-slider-image {
    background: transparent !important;
}

.sow-slider-image {
    text-align: center;
}

.sow-slider-image h3 {
    font-size: 32px !important;
    font-weight: 700;
    padding: 0 40px;
    line-height: 1.4 !important
}

.sow-slider-image h3:before {
    content: "";
    display: block;
    position: relative;
    background: url(assets/quotes.png) 0 0 no-repeat;
    width: 69px;
    height: 57px;
    margin: 0 auto 10px;
}

.sponsors h3.widget-title {
    text-align: center;
    padding: 30px 10px 0;
    font-weight: 700;
    color: #2c2c90;
    font-size: 1.5em
}

.sponsors img {
    padding: 10px 20px;
    width: auto;
}

#stayingtheloop h3 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

#stayingtheloop h3 span {
    font-weight: normal;
}

#stayingtheloop input {
    padding: 2px 10px;
    background: rgba(255,255,255,0.8 );
    border: 0;
    margin-right: 5px;
}

#darkfooter {
    color: #fff;
}

#darkfooter a {
    color: #fff;
}

#darkfooter p {
    margin: 0 0 10px;
}

ul#socnets {
    margin: 0;
    padding: 0;
    float: right;
}

ul#socnets li {
    display: inline-block;
    margin: 5px 0 0 5px;
    padding: 0;
}

ul#socnets li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #464646;
    font-size: 24px;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 50%;
}

ul#socnets li a:hover {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    color: #fff;
    background: transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

#darkfooter .widget_nav_menu ul ul {
    display: none !important;
}

#darkfooter .widget_nav_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#darkfooter .widget_nav_menu ul li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 0;
    padding: 0
}

#darkfooter .widget_nav_menu ul li a {
    font-weight: 700;
    text-transform: lowercase
}

#darkfooter .widget_nav_menu ul li a:hover {
    opacity: 0.6;
}

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

.search-toggle a {
    border-radius: 50%;
    width: 33px; padding:5px 5px 2px;
}

.home .widget_siteorigin-panels-postloop > h3.widget-title {
    width: 100%;
}

.home .widget_siteorigin-panels-postloop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.home .widget_siteorigin-panels-postloop article {
    width: calc(1/3*100% - (1 - 1/3)*60px);
}

.home .widget_siteorigin-panels-postloop article img {
    width: 100%;
    margin: 0 auto;
}

.sow-slider-base {
    z-index: 1;
}

.swagitem h3 {
    clear: none;
}

.swagitem a {
    display: inline
}

.swagitem a.foobox img {
    margin-right: 30px;
    float: left;
}

.swagitem h4 {
    clear: none;
}

.shopping_cart {
    clear: both;
}

.shopping_cart .wspsc_cart_header_image {
    display: none;
}

.shopping_cart input[type="text"], .shopping_cart input[type="image"] {
    display: inline-block;
}

.shopping_cart .wspsc_cart_total td {
    font-weight: 700 !important
}

.page-id-108 .widget_siteorigin-panels-postloop {
    display: block !important;
}

.swagitempreview h4, .swagitempreview h5 {
    padding: 0;
    margin: 0;
    line-height: 1.2
}

.swagitempreview a:hover, .linked:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.swagitempreview {
    margin-bottom: 40px;
    width: calc(1/3*100% - (1 - 1/2)*60px);
    float: left;
    margin-right: 40px;
    min-height: 460px;
}

.swagitempreview:nth-child(3n) {
    margin-right: 0;
}

.swagitempreview a {
    height: 320px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.swagitempreview a img {
    display: block;
    max-width: 100%;
    height: auto !important;
    width: auto\9;
    /* ie8+9 */
    -ms-interpolation-mode: bicubic;
}

.swagitempreview h4 a {
    height: auto;
}

.events .so-widget-sow-editor {
    border-top: 1px dashed #2c3847;
    padding-top: 20px;
}

.events .so-widget-sow-editor h3.widget-title {
    color: #2c3847 ;
    font-family: 'Raleway';
    font-weight: 700;
}

html #quickiebar.button_style-outline {
    position: absolute !important;
    top: 0;
}
.calloutbox * {color:#fff; text-shadow:1px 1px 1px #000}
.calloutbox a {color:#aad2ff}

form#subFrom {    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;}

#subForm input {max-width:33%; float:left; margin-top:20px;}

button.js-cm-submit-button { margin-top:20px;  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 8.5px 1em;
  background: #2c2c8f;
  color: #ffffff !important;
  border: 1px solid #fff;
  border-width: 1px ;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;}
  
  button.js-cm-submit-button:hover {background:#fff; color:#2c2c8f !important}
  ul#menu-music-submenu {display:flex;list-style:none;justify-content:space-between;flex-direction: row; margin:0; padding:0;}
ul#menu-music-submenu li a {display:inline-block; padding:10px; }
ul#menu-music-submenu li:first-child {margin-top:0;}
ul#menu-music-submenu li a:hover {color:#000}
ul#menu-music-submenu li.current-menu-item a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    height: 1.5px; {}
}

@media (max-width: 992px) {
    #hero h3.widget-title {
        font-size:50px;
    }

    .site-header .site-branding img.custom-logo {
        max-width: 90% !important;
    }

    .sow-slider-base ul.sow-slider-images h3 {
        padding: 0;
        font-size: 27px !important;
    }

    .home .widget_siteorigin-panels-postloop article {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-sidebars-wrapper {
        text-align: center;
    }

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

    ul#socnets {
        float: none;
    }

    blockquote {
        margin-bottom: 2.5rem !important;
        font-size: 2rem;
        line-height: 1.3;
    }

    blockquote p {
        margin: 0;
        padding: 0 2rem 0 2rem;
    }

    .main-navigation.toggled .primary-menu-wrapper ul ul {
        margin-left: 20px
    }

    .swagitempreview {
        margin-bottom: 40px;
        width: 100%;
        float: none;
        margin-right: 0px;
        min-height: 60px;
    }

    .masonry-entry {
        width: 45%;
        padding-bottom: 40px;
        margin-right: 5%;
    }

    .masonry-entry h3 {
        font-size: 18px;
    }
}
@media (max-width:840px) {
	ul#menu-music-submenu {
		display: flex;
		list-style: none;
		justify-content: space-around;
		margin: 0;
		padding: 0;
		flex-wrap: wrap;
		align-items: center;
	}	
	ul#menu-music-submenu li {
    max-width: 40%;
    width: 100%;
		text-align: center;}
}
@media (max-width: 580px) {
    .site-header {
        padding-top:20px;
        top: -10px;
    }

    .masonry-entry {
        display: block;
        width: 100%;
        padding-bottom: 40px;
        margin-right: 0;
    }

    .masonry-entry img {
        min-width: 100%;
    }

    .site-footer .site-info {
        padding: 5% 5% ;
    }

    .site-footer p {
        padding: 0 2% ;
    }

    .x-placeholder.x-is-expanded p {
        font-size: 16px;
    }
	#subForm input {max-width:48%; float:left; margin-top:20px;}
	ul#menu-music-submenu li {
    max-width: 100%;
    width: 100%;}
}

.site-footer .fa-tiktok svg {fill: #464646}
.site-footer .fa-tiktok:hover svg {fill: #fff}