html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:focus {
    outline:none;
}

/* General
------------------------------------ */
html[class],
html[lang] {
    overflow-y: scroll;
    overflow-x: hidden;
}
html, body {
    background: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    color: #1f1d1d;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: 300;
}
a {
    color: #114384;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    cursor: pointer;
}
input{
    vertical-align: middle;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
}
img.aligncenter {
    display: block;
}
.clearfix {
    clear: none!important;
}
.social-feed-container .clearfix {
    clear: both!important;   
}
.clearfix::after,
.container::after,
.widget::after {
    content: '';
    display: block;
    clear: both;
}
.container::before,
.row::before {
    content: '';
    display: table;
}
.clear {
    clear: both;
}
.container {
    width: auto;
    margin: 0 45px;
}
abbr {
    text-decoration: none;
}
b,
strong {
    font-weight: bold;
}
i,
em {
    font-style: italic;
}
p {
    margin: 0 0 1.666667em;
}
img.alignright {
    margin: 10px 0 10px 15px;
}
img.alignleft {
    margin: 10px 15px 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2em;
    font-weight: normal;
}
h1 {
    font-size: 36px;
    font-weight: bold;
    color: #114384;
    font-family: 'Roboto Condensed', sans-serif;
}
h2,
h3 {
    font-size: 24px;
    color: #646464;
}
h4 {
    font-size: 20px;
    color: #114384;
}
h5 {
    font-weight: normal;
    color: #114384;
    font-size: 18px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
h6 {
    color: #114384;
    font-size: 14px;
}
h1 em,
h2 em {
    font-weight: normal;
    font-style: normal;
}

.editorial-content-wrap.content-page-inside {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    margin: 0 16px;
    font-weight: normal;
}
.editorial-content-wrap h1:first-child,
.editorial-content-wrap h2:first-child {
    text-transform: uppercase;
}
.editorial-content-wrap h1:first-child,
.editorial-content-wrap h2:first-child {
    margin-bottom: 0;
    margin-top: 0;
}
.editorial-content-wrap h1:first-child+p,
.editorial-content-wrap h2:first-child+p,
.editorial-content-wrap h3:first-child+p,
.editorial-content-wrap h4:first-child+p {
    margin-top: 7px;
}
.editorial-content-wrap h1+h2,
.editorial-content-wrap h1+h3,
.editorial-content-wrap h1+h4 {
    margin-top: 0;
}

.editorial-content-wrap.content-page-inside p {
    margin-bottom: 1.4em;
}
.editorial-content-wrap.content-page-inside ul,
.editorial-content-wrap.content-page-inside ol {
    margin: 1.4em 0 1.4em 25px;
    list-style-position: outside;
}
.editorial-content-wrap.content-page-inside li ol,
.editorial-content-wrap.content-page-inside li ul {
    margin-top: 0;
    margin-bottom: 0;
}
.editorial-content-wrap.content-page-inside ul {
    list-style-type: disc;
}
.editorial-content-wrap.content-page-inside ol {
    list-style-type: decimal;
}
.editorial-content-wrap.content-page-inside p a:not([class]) {
    text-decoration: underline;
    color: #114384;
}
.editorial-content-wrap.content-page-inside p a:not([class]):hover {
    text-decoration: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice, 
.select2-container .select2-choice,
select,
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
    padding: 3px 10px;
    border: 1px solid #657e91;
    border-radius: 0;
    background: none;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    line-height: 30px;
    font-size: 16px;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;
}
.select2-container .select2-choice > .select2-chosen {
    line-height: 30px;
}
.select2-container .select2-choice {
    padding-right: 45px;
}
.select2-container .select2-choice .select2-arrow {
    display: block;
    width: 24px;
    border: none;
    border-radius: 0;
    background: none;
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    top: 50%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #555454;
    border-width: 6px;
    margin-top: -3px;
    margin-left: -8px;
    background: none;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b {
    border-bottom-color: #555454;
    border-top-color: transparent;
    margin-top: -9px;
}
.select2-drop,
.select2-drop.select2-drop-above,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop-active {
    border-color: #657e91;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.select2-container .select2-choice abbr:hover,
.select2-container .select2-choice abbr {
    top: 50%;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNyA3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNC4yLDMuNWwyLjYtMi42QzcsMC43LDcsMC4zLDYuOSwwLjFDNi43LDAsNi4zLDAsNi4xLDAuMUwzLjUsMi44TDAuOSwwLjFDMC43LDAsMC4zLDAsMC4xLDAuMUMwLDAuMywwLDAuNywwLjEsMC45bDIuNiwyLjZMMC4xLDYuMUMwLDYuMywwLDYuNywwLjEsNi45QzAuMiw3LDAuNCw3LDAuNSw3czAuMywwLDAuNC0wLjFsMi42LTIuNmwyLjYsMi42QzYuMiw3LDYuNCw3LDYuNSw3czAuMywwLDAuNC0wLjFDNyw2LjcsNyw2LjMsNi45LDYuMUw0LjIsMy41eiIvPjwvc3ZnPg==);
    background-size: 12px 12px;
    opacity: .5
}
.select2-container .select2-choice abbr:hover {
    opacity: .8;
}
.select2-results .select2-highlighted {
    background: #114384;
    color: #fff;
}

#wpadminbar input[type="text"] {
    height: 24px!important;
}
textarea {
    height: 220px;
    max-width: 465px;
    overflow: auto;
    padding-top: 11px;
    padding-bottom: 11px;
}
option {
    color: #6e6e6e;
    font-size: 12px;
    font-weight: 600;
    padding-top: .5em;
    padding-bottom: .5em;
}
::-webkit-input-placeholder {
    color: #6e6e6e;
}
::-moz-placeholder {
    color: #6e6e6e;
}
:-ms-input-placeholder {
    color: #6e6e6e;
}
:-moz-placeholder {
    color: #6e6e6e;
}
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    outline: 0;
    outline: thin dotted \9;
}
select.vfb-select{
    padding: 1px 0 0;
    width: auto;
}
input[type="password"].vfb-small,
input[type="text"].vfb-small,
input[type="tel"].vfb-small,
input[type="email"].vfb-small,
input[type="url"].vfb-small,
select.vfb-small{
    width: 25%;
}
input[type="password"].vfb-medium,
input[type="text"].vfb-medium,
input[type="tel"].vfb-medium,
input[type="email"].vfb-medium,
input[type="url"].vfb-medium,
select.vfb-medium{
    width: 50%;
}
input[type="password"].vfb-large,
input[type="text"].vfb-large,
input[type="tel"].vfb-large,
input[type="email"].vfb-large,
input[type="url"].vfb-large,
select.vfb-large,
textarea{
    width: 100%;
}
input[type="file"].vfb-small,
input[type="file"].vfb-medium,
input[type="file"].vfb-large {
    height: auto;
    line-height: normal;
}
.visual-form-builder fieldset {
    border-radius: 0!important;
}
input[type="submit"]:hover {
    opacity: .8;
    cursor: pointer;
}
.visual-form-builder fieldset {
    border: none;
    background: none;
    padding: 0;
}
.visual-form-builder ul {
    margin: 0!important;
}
.visual-form-builder ul li {
    padding-left: 0!important;
    padding-right: 0!important;
}
a:hover img {
    opacity: .8;
}
.widget_archive ul,
.page-content .wpb_text_column ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.page-content .wpb_text_column ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-top: 1px solid #b8b5b6!important;
}
.wpb_text_column a:not([class]) {
    text-decoration: underline;
    color: #0a3b61;
}
.wpb_text_column a:not([class]):hover {
    text-decoration: none;
}
.editorial-content-wrap.content-page-inside iframe {
    margin-bottom: 35px;
    display: block;
}

.page-wrap {
    min-height: 100%;
    position: relative;
}
.page-wrap-contents,
.page-wrap {
    width: 100%;
    overflow: hidden;
}
.container {
    width: 1400px;
    margin: 0 auto;
}
.page-footer .container,
.home .page-content .container {
    width: 1280px;
}
.container::after {
    content: '';
    display: block;
    clear: both;
}

.website-top-bar {
    position: fixed;
    background: #dbd8d8 url(../img/top-bar.png) no-repeat center top;
    left: 0;
    top: 0;
    z-index: 1100;
    width: 100%;
    height: 76px;
    overflow: hidden;
    padding: 0;
}
.website-top-bar--mobile-only {
    display: none;
    background: #f1f1f1;
    z-index: 1100;
    left: 0;
    top: 0;
    z-index: 1100;
    width: 100%;
    overflow: hidden;
    padding: 2px 0 2px;
    position: absolute;
    height: 54px;
    border-top: 1px solid #fff;
}
.website-top-bar__container {
    width: 1508px;
    position: relative;
}
.home .website-top-bar__heading-logo .website-logo-svg,
.website-top-bar__heading-logo .website-logo-svg {
    width: 265px;
    height: 64px;
    margin: 6px 0 0 95px;
}
.website-top-bar__heading-logo,
.website-top-bar__heading-stream-live {
    top: 0;
    left: 25px;
    position: absolute;
}
.home .website-top-bar__heading-logo,
.website-top-bar__heading-stream-live {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-transition: -moz-transform .5s; 
    -ms-transition: -ms-transform .5s;
    -webkit-transition: -webkit-transform .5s; 
    transition: transform .5s;
}
.css-disable-3d-transitions.home .website-top-bar__heading-logo,
.css-disable-3d-transitions .website-top-bar__heading-stream-live {
    -moz-transition: none; 
    -ms-transition: none; 
    -webkit-transition: none; 
    transition: none; 
}
.css-disable-3d-transitions.home.js-show-sticky-nav .website-top-bar__heading-stream-live,
.css-disable-3d-transitions .website-top-bar__heading-stream-live {
    display: none;
}
.home.js-show-sticky-nav .website-top-bar__heading-stream-live,
.website-top-bar__heading-stream-live {
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.css-disable-3d-transitions.home .website-top-bar__heading-logo {
    display: none;
}
.home .website-top-bar__heading-logo {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); 
}
.css-disable-3d-transitions.home.js-show-sticky-nav .website-top-bar__heading-logo,
.css-disable-3d-transitions.home .website-top-bar__heading-stream-live,
.css-disable-3d-transitions .website-top-bar__heading-logo {
    display: block;
}
.home.js-show-sticky-nav .website-top-bar__heading-logo,
.home .website-top-bar__heading-stream-live,
.website-top-bar__heading-logo {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.website-top-bar__heading-stream-live {
    font-size: 36px;
    line-height: 39px;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin: 17px 0;
}
.website-top-bar__icon-audio {
    width: 34px;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    background: url(../img/icon-audio.png) no-repeat center center;
    vertical-align: text-top;
}
.website-top-bar__heading-my {
    color: #114384;
    font-weight: normal;
}
.website-top-bar__heading-bridge {
    color: #114384;
    font-weight: bold;
}
.website-top-bar__heading {
    float: left;
    width: 450px;
    height: 72px;
}

.website-top-bar__now-playing {
    float: left;
    width: 560px;
    margin: 0 10px 0 90px;
}
.playing-now-widget__title .widgettitle {
    margin: 20px 8px 0 10px;
    font-style: italic;
    color: #444445;
    font-weight: normal;
    font-size: 36px;
    float: left;
    width: 185px;
    white-space: nowrap;
    position: relative;
}
.playing-now-widget__title .widgettitle::before {
    content: '';
    display: block;
    position: absolute;
    left: 108px;
    top: -3px;
    width: 33px;
    height: 13px;
    padding-bottom: 3px;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #dbd8d8;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAANCAYAAAAnigciAAABpUlEQVR4AWKgN3BxcbUD1FLPUHNFURzFx7Ft27btpA+q2LbtaprYbGLbtm3bvtnFvzjh5+LX7Id71puzBufxGMPgi8vDUqAwMsFr+jg4mY5AXA2QDEvwEduQQz051sHhPVrFxmHxURXlEM/0pngHh9PIrV4QV9RvoWxMB/CjLx7jDhqYa8PwAw7zEU+9Bd6q70GWqBxWBNWQ3vSsOA+Hz2iunhBL1H+gu3lmtBkuDF9kh6iL+3p4Ovymv4DDWRRVz4nj6i9RQz0RVpuhO//tsBxohqLmoABmwskkBHStN76pr0Ri9dp4qn4G+dXz45z6fVT42wBb4bAD2dXTY4/6O/PJ42GB+neMMO/qpeZ0TyL1JnilfggZfx+ilXlwK1Kql8Zd9asoZj75YfVXaKEexGw46W/OGGjOmIMEdoAQRsLJZHOtHT6qrzPDVcEz9SsoqJ4d+9Wfo7FZ1qVmWbv+8VOYhfmKNmYfwnYfzDPd8FV9kxnO7sN5ZFXPhRPmy9X/fYhiOAOHy8ihHg/LzT7UVvdiLJx0tX9SpocRUi+DR+pbkNrO8BPMQk0zYHmqaQAAAABJRU5ErkJggg==);
}
.website-top-bar__now-playing .playing-now-widget__album-icon {
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    border: 1px solid #ffffff;
    background: url(../img/default-album-artwork.jpg) no-repeat center center;
    background-size: 100%;
    margin-top: 7px;
}
.playing-now-widget__album-icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.playing-now-widget__description {
    margin-left: 280px;
    line-height: 78px;
}
.playing-now-widget__description-inline {
    vertical-align: middle;
    display: inline-block;
}
.playing-now-widget__track,
.playing-now-widget__artist {
    font-weight: normal;
    font-style: italic;
    text-overflow: ellipsis;
    line-height: 1.09em;
    overflow: hidden;
}
.playing-now-widget__track {
    display: block;
    font-size: 24px;
    color: #114384;
    margin: 2px 0 5px;
    max-height: 2.15em;
}
.playing-now-widget__artist {
    display: block;
    font-size: 16px;
    color: #444445;
    text-transform: uppercase;
    margin: 5px 0 3px;
    max-height: 1.05em;
}
.website-top-bar__buttons {
    float: right;
    max-width: 400px;
    margin: 13px 0 0;
    white-space: nowrap;
}
.website-top-bar__buttons .heading-button {
    margin-left: 7px;
}
.website-top-bar__buttons-group {
    float: left;
}

.home.js-show-sticky-nav .website-top-bar__menu-button,
.website-top-bar__menu-button {
    display: block;
    float: right;
    width: 44px;
    margin-left: 25px;
    margin-top: 1px;
    overflow: hidden;
    transition: all .5s;
}
.website-top-bar__menu-button-icon-line {
    height: 7px;
    background: #747474;
    display: block;
    border-radius: 4px;
    margin: 6px 0;
}
.website-top-bar__menu-button:hover .website-top-bar__menu-button-icon-line {
    background: #444445;
}
.home .website-top-bar__menu-button {
    width: 0;
    margin-left: 0;
}

.website-header {
    margin-top: 76px;
}
.website-header--before-slider {
    position: absolute;
    left:  0;
    top: 0;
    width: 100%;
    color: #ffffff;
    z-index: 150;
}
.website-logo-svg {
    display: block;
    height: 70px;
    margin-left: 43px;
    width: 291px;
}
.home .website-logo-svg {
    width: 306px;
    height: 96px;
}
.website-header__search {
    display: none;
}
.home .website-header__search {
    display: block;
}
.website-header__logo {
    margin: 31px 20px 32px 34px;
    display: block;
    float: left;
}
.website-header__buttons {
    float: left;
    margin: -10px 10px 0;
}
.website-header__buttons .heading-button {
    font-size: 18px;
    font-weight: normal;
    padding: 0.3em 1em;
}
.website-header__menu {
    float: left;
}
.website-header__menu-area {
    float: right;
    position: relative;
    padding: 47px 65px 0 0;
    /* padding: 47px 90px 0 0; */
    min-width: 480px;
}
.website-header__logo--white .st0,
.website-header__logo--white .st1,
.website-header__logo--white .st2 {
    fill: #ffffff;
}
.website-header__main-nav {
    float: right;
    position: relative;
    z-index: 10;
    margin-right: 43px;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.home .website-header__main-nav {
    margin-right: 0;
}
.website-header__search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.website-header__search ::-webkit-input-placeholder {
    color: #ffffff;
}
.website-header__search ::-moz-placeholder {
    color: #ffffff;
}
.website-header__search :-ms-input-placeholder {
    color: #ffffff;
}
.website-header__search :-moz-placeholder {
    color: #ffffff;
}
.website-header__search-form {
    position: absolute;
    right: 47px;
    top: 21px;
}
.website-header__main-nav,
.website-header__search-form {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-transition: -moz-transform .5s; 
    -ms-transition: -ms-transform .5s;
    -webkit-transition: -webkit-transform .5s; 
    transition: transform .5s;
}
.css-disable-3d-transitions .website-header__main-nav,
.css-disable-3d-transitions .website-header__search-form {
    -moz-transition: none; 
    -ms-transition: none; 
    -webkit-transition: none; 
    transition: none; 
}
.css-disable-3d-transitions .js-menu-header--search-visible .website-header__main-nav {
    display: none;
}
.js-menu-header--search-visible .website-header__main-nav {
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.css-disable-3d-transitions .website-header__search-form {
    display: none;
}
.website-header__search-form {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); 
}
.css-disable-3d-transitions .website-header__main-nav,
.css-disable-3d-transitions .js-menu-header--search-visible .website-header__search-form {
    display: block;
}
.website-header__main-nav,
.js-menu-header--search-visible .website-header__search-form {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.js-menu-header--search-visible .js-header-search-toggle {
    background-image: url(../img/icon-search-close.svg);
    background-size: 32px 32px;
    background-position: right center;
}
input.website-header__search-field {
    font-size: 24px!important;
    width: 425px;
    border: none;
    color: #ffffff;
    padding: 12px 15px;
}
input.website-header__search-field:focus {
    border: none;
    box-shadow: none;
}
.website-header__main-nav {
    font-size: 24px;
    font-weight: normal;
}
.website-header__main-nav .menu-item {
    float: left;
    padding: 5px 16px 35px;
    position: relative;
    font-size: 16px;
}
.website-header__main-nav .menu-item:hover > a {
    opacity: .8;
}
.website-header__main-nav .menu > .menu-item.menu-item-has-children::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 6px;
    border: 8px solid transparent;
    border-top: 8px solid #dbd8d8;
}
.website-header__main-nav .sub-menu .menu-item.menu-item-has-children::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #696969;
}
.website-header__main-nav .sub-menu {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    top: 100%;
    color: #444445;
    display: none;
    animation: fadeInDownMenu .35s;
    transform-origin: 50% 0;
    padding-top: 27px;
}
.home .website-header__main-nav .sub-menu {
    padding-top: 0;
}
.website-header__main-nav .sub-menu .sub-menu {
    left: 100%;
    padding-left: 1px;
    padding-top: 0;
    top: 0;
    margin-left: 0;
    animation: fadeInLeftMenu .35s;
}
.website-header__main-nav .menu-item:last-child .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    padding-right: 1px;
}
.website-header__main-nav .sub-menu .menu-item {
    background: rgba(255, 255, 255, .8);
}
.website-header__main-nav .menu-item:hover > .sub-menu {
    display: block;
}
.website-header__main-nav .sub-menu .menu-item {
    display: block;
    float: none;
    padding: 0;
    text-align: center;
    font-size: 16px;
}
.website-header__main-nav .sub-menu .menu-item:hover > a {
    background: #444445;
    color: #ffffff;
}
.website-header__main-nav .sub-menu a {
    display: block;
    padding: 10px 20px;
}
.website-header__search-icon {
    width: 42px;
    height: 32px;
    display: block;
    position: absolute;
    right: 24px;
    top: 46px;
    background: url(../img/icon-search.png) no-repeat center center;
}

.side-nav {
    display: block;
    position: absolute;
    right: -465px;
    top: 0;
    width: 462px;
    background: rgba(0, 0, 0, .9);
    z-index: 1500;
    min-height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.066667em;
    padding: 105px 45px 85px;
    transition: right .5s;
    box-sizing: border-box;
}
.side-nav li {
    padding: 0.1em 0;
}
.side-nav .sub-menu {
    display: none;
    color: #00aeef;
    padding: 0 0 0 10px;
    animation: fadeInDownMenu .35s;
}
.side-nav .sub-menu .sub-menu {
    padding-left: 30px;
}
.side-nav .sub-menu-open > .sub-menu  {
    display: block;
}
.side-nav .menu-item-has-children {
    position: relative;
}
.side-nav .menu-item-has-children > a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -22px;
    top: 17px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #5b5a5b;
}
.side-nav .menu-item-has-children.sub-menu-open > a::before {
    border-left-color: transparent;
    border-top-color: #5b5a5b;
    margin-left: -6px;
    margin-top: -4px;
}
.side-nav a:hover {
    opacity: .7;
}
.side-nav__heading {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #8c8c8c;
    margin: 0;
    position: relative;
    padding-bottom: 47px;
    margin-bottom: 13px;
}
.side-nav__heading::before {
    content: '';
    width: 100%;
    height: 15px;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    position: absolute;
    left: 0;
    bottom: 17px;
}
.side-nav__heading::after {
    content: '';
    width: 136px;
    height: 7px;
    background: #3f3e3e;
    position: absolute;
    bottom: 22px;
    left: 23px;
    right: 23px;
    width: auto;
}
.side-nav__close-button {
    display: block;
    border: 3px solid #595959;
    width: 49px;
    height: 49px;
    top: 26px;
    right: 37px;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABAUlEQVR42q2WtZUDQQyG15GZqQqHV8zX2LRibuocmxf0tCw/KRr8xRB9iC6j6CdiRDdddgicWNpBWHIi0PksJwSePLmwMoKsuHx/BiYRc848E6C1AWSdgDw5M49FO2cHs5YgM/mTmYNNhnxh2wJki7zfaHQtYjVpM8wKBssur2xqQDZcM4arcqNdRd8qFwuzSoewQMRdlN6L6guz8eyO0K6cK8OawkJz3ZSetSMWKrjEsGKTFqTdv+ePfbmLbar9m9XRqrHnnkDc2Ys6RmLHLYG5sdN3/tL428buKf+48Y9ie065ZbhbvXGrfm612K0zuPUpp67p1MOdJgqn+cZp2noBowapZsOzkYUAAAAASUVORK5CYII=) no-repeat center center;
}
.side-nav__close-button:hover {
    background-color: #fff;
}
.website-side__main-nav {
    margin-left: 44px;
}
.side-menu-open .page-wrap-contents {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.side-menu-open .side-nav {
    right: 0;
}
.website-side__search {
    position: absolute;
    left: 45px;
    right: 45px;
    width: auto;
    bottom: 15px;
}
.website-side__search-field {
    padding-right: 45px;
    width: 100%;
    color: #ffffff;
}
.website-side__search-button {
    right: 7px;
    width: 30px;
    background: url(../img/icon-search.png) no-repeat center center;
    background-size: 100% auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    border: none;
    box-sizing: border-box;
}
.website-side__search ::-webkit-input-placeholder {
    color: #ffffff;
}
.website-side__search ::-moz-placeholder {
    color: #ffffff;
}
.website-side__search :-ms-input-placeholder {
    color: #ffffff;
}
.website-side__search :-moz-placeholder {
    color: #ffffff;
}

.page-header {
    height: 223px;
    line-height: 223px;
    margin-top: 76px;
    position: relative;
    background: #000000;
}
.page-header__bg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}
.page-header__container {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    position: relative;
    z-index: 5;
}
.page-header__text {
    font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 0 70px;
}

.page-slider h1,
.page-slider h2,
.page-slider h3,
.page-slider h4,
.page-slider h5,
.page-slider h6 {
    margin: 0;
}
.css-no-brightness-support .tp-revslider-slidesli .slotholder {
    opacity: 0.7!important;
}
.tp-revslider-slidesli .slotholder {
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
}
.rev-btn, .rev-btn:visited {
    background-image: url(../img/button-white-overlay.png);
    background-position: 60% center;
    background-repeat: no-repeat;
}
/*
.rev-btn, .rev-btn:visited {
    font-size: 24px;
    padding: 24px 50px;
}
.rev-btn.rev-medium, .rev-btn.rev-medium:visited {
    font-size: 18px;
    padding: 15px 30px;
}
.rev-btn.rev-small, .rev-btn.rev-small:visited {
    font-size: 14px;
}
*/
.rev-minround {
    border-radius: 10px;
}
.rev-btn:hover, .rev-btn:visited:hover {
    background-image: none;
}
.tp-tab, .tp-thumb {
    opacity: 1;
    border: 1px solid transparent;
}
.tp-tab.selected, .tp-tab:hover, .tp-thumb.selected, .tp-thumb:hover {
    border: 1px solid #b7b7b7;
}
.my-bridge.tparrows {
    width: 95px;
    height: 95px;
    margin-top: -95px;
}
.my-bridge.tp-leftarrow,
.my-bridge.tp-rightarrow,
.my-bridge.tp-leftarrow:hover,
.my-bridge.tp-rightarrow:hover {
    background: none;
}
.tp-leftarrow::before,
.my-bridge.tp-rightarrow::before {
    display: none;
}
.tp-mbr-arrow {
    fill: #e4e4e4;
    fill-rule: evenodd;
}
.my-bridge.tp-rightarrow svg {
    transform: scaleX(-1);
}
.my-bridge.tp-leftarrow:hover .tp-mbr-arrow,
.my-bridge.tp-rightarrow:hover .tp-mbr-arrow {
    fill: #ffffff;
}
.page-slider {
    margin-top: calc(0vh + 76px);
    overflow: hidden;
}
.page-slider .forcefullwidth_wrapper_tp_banner,
.page-slider .fullscreen-container.rev_slider_wrapper {
    height: calc(100vh - 76px)!important;
}

.heading-my {
    font-weight: normal;
}
.heading-bridge {
    font-weight: bold;
}
.newsletter-subscribe {
    background: #124385;
    color: #ffffff;
    padding: 24px 0;
    min-height: 51px;
}
.home .newsletter-subscribe {
    background: #535353;
}
.newsletter-subscribe ::-webkit-input-placeholder {
    color: #ffffff;
}
.newsletter-subscribe ::-moz-placeholder {
    color: #ffffff;
}
.newsletter-subscribe :-ms-input-placeholder {
    color: #ffffff;
}
.newsletter-subscribe :-moz-placeholder {
    color: #ffffff;
}
.newsletter-subscribe__title {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    float: left;
    margin: 0 20px 0 60px;
    width: 565px;
    line-height: 51px;
    white-space: nowrap;
    position: relative;
}
.mc4wp-response {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 51px;
    text-align: center;
    clear: both;
}
.mc4wp-response p {
    margin-bottom: 0;
}
.mc4wp-form-fields + .mc4wp-response {
    text-align: left;
    margin: 5px 0 -25px 587px;
    font-size: 16px;
    line-height: 20px;
}
input.newsletter-subscribe__field {
    width: 173px;
    height: 51px;
    background: #194c8e;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    display: block;
    float: left;
    margin: 0 12px 0 0;
}
.home input.newsletter-subscribe__field {
    background: #7c7b7b;
    border-color: #3a3939;
}
input.submit,
.newsletter-subscribe__submit {
    float: left;
    display: block;
    background: #dbd8d8;
    border: none;
    font-size: 16px;
    line-height: 31px;
    border-radius: 10px;
    color: #535353;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 0 35px;
    margin: 9px 0;
}
.newsletter-subscribe__container {
    position: relative;
}
.newsletter-subscribe__title::before {
    content: '';
    display: block;
    background: url(../img/icon-email.png) no-repeat center center;
    width: 41px;
    height: 26px;
    left: -57px;
    top: 50%;
    margin-top: -13px;
    position: absolute;
}

.heading-button {
    border: 2px solid #ffffff;
    border-radius: 10px;
    background: #114384 url(../img/button-white-overlay.png) no-repeat 50% center;
    font-size: 17px;
    line-height: 1.352941em;
    padding: 0.588235em 1.45em;
    float: left;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.heading-button--color-gray {
    background-color: #444445;
}
.heading-button--transparent {
    background: none;
}
.heading-button:hover {
    background: #ffffff;
    color: #114384;
}
.heading-button--color-gray:hover {
    color: #444445;
}
.svc_carousel_loadmore,
.inline-button {
    font-size: 16px;
    line-height: 1.25em;
    padding: 6px 22px;
    background: #114384;
    border: 1px solid #89b4ed;
    border-radius: 10px;
    color: #89b4ed;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.svc_carousel_loadmore:hover,
.inline-button:hover {
    background: #89b4ed;
    color: #114384;
}
div nav#svc_infinite {
    box-shadow: none;
}
.editorial-content-wrap img {
    max-width: 100%;
    height: auto;
}
.editorial-content-wrap {
    padding: 10px 0 0;
}
.editorial-content-wrap .wpb_text_column > .wpb_wrapper > blockquote p:last-child {
    margin-bottom: 0;
}
.editorial-content-wrap .wpb_text_column > .wpb_wrapper > blockquote {
    border-left: 1px solid #bdbdbd;
    padding: 5px 0 5px 25px;
    margin: 10px 0 10px 50px;
    font-size: 24px;
    font-style: italic;
    color: #7c7b7b;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: -1px;
    word-spacing: -1px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}
.editorial-content-wrap .wpb_text_column > .wpb_wrapper > blockquote::before {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjM4cHgiIGhlaWdodD0iMzlweCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDE4OSwgMTg5LCAxODkpIiBkPSJNMC4xMTQsMzguOTkxIEwxMy40NDQsMzguOTkxIEwxMy40NDQsMjUuNzM0IEwxNy4xODAsMC45MDUgTDkuODU1LDAuOTA1IEwwLjExNCwyNS42NjEgTDAuMTE0LDM4Ljk5MSBaTTIwLjE4MywzOC45OTEgTDMzLjUxMywzOC45OTEgTDMzLjUxMywyNS43MzQgTDM3LjI0OCwwLjkwNSBMMjkuOTI0LDAuOTA1IEwyMC4xODMsMjUuNjYxIEwyMC4xODMsMzguOTkxIFoiLz48L3N2Zz4=) no-repeat  center center;
    width: 38px;
    height: 39px;
}
.title-decorated,
.tribe-events-single .tribe-events-schedule h2,
.editorial-content-wrap h2 {
    position: relative;
    padding-bottom: 38px;
}
.title-decorated h2 a:not([class]),
.tribe-events-single .tribe-events-schedule h2 a:not([class]),
.editorial-content-wrap h2 a:not([class]) {
    text-decoration: none;
    color: inherit;
}
.title-decorated::before,
.tribe-events-single .tribe-events-schedule h2::before,
.editorial-content-wrap h2::before {
    content: '';
    height: 15px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    position: absolute;
    left: -15px;
    right: 0;
    bottom: 17px;
}
.title-decorated::after,
.tribe-events-single .tribe-events-schedule h2::after,
.editorial-content-wrap h2::after {
    content: '';
    width: 136px;
    height: 7px;
    background: #bdbdbd;
    position: absolute;
    left: 0;
    bottom: 22px;
}
.tribe-events-single .tribe-events-schedule h2[style*="text-align: center"]::before,
.editorial-content-wrap h2[style*="text-align: center"]::before {
    right: -15px;
}
.tribe-events-single .tribe-events-schedule h2[style*="text-align: center"]::after,
.editorial-content-wrap h2[style*="text-align: center"]::after {
    left: 50%;
    margin-left: -68px;
}
.editorial-content-wrap .mbr-featured-posts-carousel__title {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 48px;
}
.editorial-content-wrap .mbr-featured-posts-carousel__title::before {
    border-top-color: #fff;
    border-bottom-color: #fff;
    left: 120px;
    right: 120px;
    width: auto;
}
.editorial-content-wrap .mbr-featured-posts-carousel__title::after {
    background: #fff;
    left: 50%;
    width: 454px;
    margin-left: -227px;
}
.mbr-featured-posts-carousel {
    margin: 10px -28px 0;
}
.posts-carousel-item__thumbnail {
    border: 1px solid #c0c0c0;
    position: relative;
    height: 190px;
    background: #d4d4d4 url(../img/default-album-artwork.jpg) no-repeat center center;
    overflow: hidden;
}
.posts-carousel-item__thumbnail .iframe-embed-code--audio,
.posts-carousel-item__thumbnail .iframe-embed-code--video {
    width: 100%;
    height: calc(100% - 40px);
    padding: 0;
}
.posts-archive-list .post-item__thumbnail .iframe-embed-code--audio,
.posts-archive-list .post-item__thumbnail .iframe-embed-code--video {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #ffffff;
}
.iframe-embed-code + .posts-carousel-item__title {
    background: #062e63;
}
.posts-carousel-item__thumbnail img {
    height: 100%;
    width: auto;
    display: block!important;
    overflow: hidden;
}
.post-item__categories,
.posts-carousel-item__categories {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #a8cdfe;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 0 24px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAgMTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjUsMTBjMC4yLDAsMC4zLTAuMSwwLjMtMC4zVjAuNEM4LjgsMC4yLDguNywwLDguNSwwQzguMywwLDguMiwwLjIsOC4yLDAuNHY5LjJDOC4yLDkuOCw4LjMsMTAsOC41LDEweiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC4zLDZoOC4xYzAuMiwwLDAuMy0wLjEsMC4zLTAuM2MwLTAuMi0wLjEtMC4zLTAuMy0wLjNIMC45bDEuMy0yLjJjMC4xLTAuMSwwLjEtMC4yLDAtMC4zTDAuOSwwLjdoNy42YzAuMiwwLDAuMy0wLjEsMC4zLTAuM1M4LjcsMCw4LjUsMEwwLjMsMEMwLjIsMCwwLjEsMC4xLDAsMC4yQzAsMC4zLDAsMC40LDAsMC41TDEuNSwzTDAsNS41QzAsNS42LDAsNS43LDAsNS44QzAuMSw1LjksMC4yLDYsMC4zLDZ6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjQsMTBoMi4zQzkuOCwxMCwxMCw5LjgsMTAsOS43YzAtMC4yLTAuMS0wLjMtMC4zLTAuM0g3LjRjLTAuMiwwLTAuMywwLjEtMC4zLDAuM0M3LjEsOS44LDcuMiwxMCw3LjQsMTB6Ii8+PC9nPjwvZz48L3N2Zz4=) no-repeat 8px 4px;
    background-size: 10px;
    margin: 0 0 4px;
}
.post-item__categories a:hover,
.posts-carousel-item__categories a:hover {
    text-decoration: underline;
}
.posts-carousel-item__title {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    bottom: 0;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: normal;
    padding: 10px 12px;
    background: rgba(6, 46, 99, .7);
    color: #ffffff;
}
.posts-carousel-item__excerpt {
    background: #062e63;
    color: #ffffff; 
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 19px 20px;
}
.posts-carousel-item__excerpt {
    min-height: 200px;
    overflow: hidden;
}
.posts-carousel-item__footer {
    margin: 12px 0 55px;
    text-align: center;
}
.posts-carousel-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.post-item__format,
.posts-list-item__format,
.posts-carousel-item__format {
    width: 28px;
    height: 28px;
    padding: 5px 8px 6px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    background: rgba(6, 46, 99, .7);
}
.icon-post-format {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/post-status-icons.png) no-repeat -100px -100px;
}
.icon-post-format-standard {
    background-position: 0 0;
}
.icon-post-format-gallery {
    background-position: -28px 0;
}
.icon-post-format-audio {
    background-position: -56px 0;
}
.icon-post-format-video {
    background-position: -84px 0;
}
.owl-next,
.owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -56px;
}
.owl-next svg,
.owl-prev svg {
    width: 100%;
    height: 100%;
    fill: #89b4ed;
    fill-rule: evenodd;
}
.owl-prev {
    left: -70px;
}
.owl-next {
    right: -70px;
}
.owl-next:hover svg,
.owl-prev:hover svg {
    fill: #ffffff;
}
.owl-next.disabled svg,
.owl-prev.disabled svg {
    opacity: .2;
    fill: #89b4ed;
    cursor: default;
}
.page-main-body {
    margin-top: 50px;
}
.home .page-main-body {
    margin-top: 0;
}
.page-main-body .right-side .widget:first-child .sidebar-widget__widget-title {
    margin-top: 0;
}
.page-main-body .vc_btn3 {
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.page-main-body .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 10px;
}
.page-main-body .vc_btn3.vc_btn3-size-md {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 20px;
    min-width: 150px;
}
.page-main-body .vc_btn3.vc_btn3-color-blue, 
.page-main-body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    background-color: #114384;
    color: #ffffff;
}
.page-main-body .vc_btn3.vc_btn3-color-blue:hover, 
.page-main-body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
    background-color: #285590;
}
.page-main-body .vc_btn3.vc_btn3-style-classic.vc_btn3-color-blue {
    border-color: #89b4ed;
}
.vc_btn3-container.vc_btn3-inline + .vc_btn3-container.vc_btn3-inline {
    margin-left: 5px;
}

.mbr-featured-events-widget {
    margin: 20px 0;
}
.single-event-item.masonry-brick {
    opacity: 1;
}
.single-event-item {
    background: #f6f6f6;
    width: 49%;
    float: left;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .35s;
}
.single-event-item-sizer {
    width: 49%;
}
.single-event-gutter-sizer {
    width: 2%;
}
/*
.single-event-item:nth-child(2n) {
    margin-left: 2%;
}
.single-event-item:nth-child(2n+1) {
    clear: both;
}
*/
.mbr-featured-events__event-item {
    background: #ffffff;
}
.single-event-item,
.mbr-featured-events__event-item {
    margin: 0 0 15px;
    padding: 0 0 7px 75px;
    border-bottom: 9px solid #abaaaa;
    position: relative;
}
.single-event-item:hover, 
.mbr-featured-events__event-item:hover {
    border-bottom-color: #999999;
}
.mbr-featured-events__event-item {
    margin-left: 316px;
}
.single-event-item__event-box-link,
.mbr-featured-events__event-box-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}


.mbr-featured-events__event-item--type-sponsored-events {
    width: 292px;
}
.single-event-item--type-sponsored-events,
.mbr-featured-events__event-item--type-sponsored-events {
    float: left;
    margin-left: 0;
    padding-left: 0;
}
.single-event-item--type-sponsored-events:hover,
.mbr-featured-events__event-item--type-sponsored-events:hover {
    border-bottom-color: #114384;
}
.single-event-item--type-sponsored-events .single-event-item__event-date,
.mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__event-date {
    background: #114384;
    font-size: 30px;
    line-height: 32px;
    padding: 10px 10px;
    width: auto;
    height: 33px;
    position: static;
    border-bottom: none;
}
.single-event-item--type-sponsored-events .single-event-item__event-category,
.mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__event-category {
    color: #114384;
    margin: 0;
}
.single-event-item--type-sponsored-events .tribe-events-event-image .wp-post-image,
.mbr-featured-events__event-item--type-sponsored-events .wp-post-image {
    display: block;
}
.single-event-item--type-sponsored-events .single-event-item__venue-city,
.mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__venue-city {
    display: block;
}
.single-event-item--type-sponsored-events .single-event-item__venue-name,
.mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__venue-name {
    height: 2.4em;
    padding: 8px 0;
}
.single-event-item--type-sponsored-events .single-event-item__event-title,
.mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__event-title {
    white-space: normal;
    padding: 8px 0 7px;
}
.mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__event-title {
    height: 52px;
}
.single-event-item--type-sponsored-events .single-event-item__event-details,
.mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__event-details {
    padding-bottom: 13px;
}
.single-event-item--type-sponsored-events .single-event-item__calendar-icon,
.mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__calendar-icon {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: -3px;
}
.single-event-item--type-sponsored-events .single-event-item__event-month,
.single-event-item--type-sponsored-events .single-event-item__event-day,
.mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__event-month,
.mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__event-day {
    display: inline;
}

.single-event-item--type-featured-events:nth-child(2n+1),
.single-event-item--type-featured-events:nth-child(2n),
.single-event-item--type-featured-events {
    float: none;
    width: auto;
    margin-left: 0;
}
.single-event-item--type-featured-events:hover,
.mbr-featured-events__event-item--type-featured-events:hover {
    border-bottom-color: #7e412f;
}
.single-event-item--type-featured-events .single-event-item__event-date,
.mbr-featured-events__event-item--type-featured-events .mbr-featured-events__event-date {
    background: #7e412f;
    border-bottom: 9px solid #622d1e;
}
.single-event-item--type-featured-events .single-event-item__event-category,
.mbr-featured-events__event-item--type-featured-events .mbr-featured-events__event-category {
    color: #7e412f;
}
.single-event-item__event-month,
.single-event-item__event-day,
.mbr-featured-events__event-month,
.mbr-featured-events__event-day {
    display: block;
}

.list-widget-item__calendar-icon,
.single-event-item__calendar-icon, 
.mbr-featured-events__calendar-icon {
    width: 26px;
    height: 27px;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAbCAQAAADIH1fgAAAAUElEQVR42mPYC4P/gZABA2KVZ9jLtpeLJE2Ce4VgHBj9HwdEUUcNTbggVTUx4dWCUIHQRAKkXNN/wiz6aqLcT6MBMRoQ9NdEGoRoukaypmsAHfYxLUQNMEAAAAAASUVORK5CYII=) no-repeat center center;
    margin: 12px auto 8px;
}
.single-event-item__event-details a:hover.
.mbr-featured-events__event-details a:hover {
    text-decoration: underline;
}
.single-event-item__event-date,
.mbr-featured-events__event-date {
    background: #999999;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-bottom: 9px solid #666666;
    line-height: 1em;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 68px;
}
.single-event-item__event-category,
.mbr-featured-events__event-category {
    min-height: 1.25em;
    margin: 5px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #999999;
}
.mbr-featured-events__event-category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.25em;
}
.single-event-item__event-category a
.mbr-featured-events__event-category a {
    white-space: nowrap;
}
.single-event-item__event-category a:hover,
.mbr-featured-events__event-category a:hover{
    text-decoration: underline;
}
.single-event-item__event-image,
.mbr-featured-events__event-image {
    height: 165px;
    overflow: hidden;
}
.single-event-item__event-image {
    height: 271px;
}
.single-event-item__event-details,
.mbr-featured-events__event-details {
    padding: 13px 15px 5px;
}
.single-event-item__event-title,
.mbr-featured-events__event-title {
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    color: #404040;
    letter-spacing: -1px;
    word-spacing: -1px;
    border-bottom: 1px solid #bbbbbb;
    padding: 5px 0 7px;
    position: relative;
    z-index: 10;
}
.single-event-item__event-title {
    margin-bottom: 7px;
}
.mbr-featured-events__event-title {
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-event-item__venue-name,
.mbr-featured-events__venue-name {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: normal;
    color: #a0a0a0;
    padding: 8px 0 0;
    letter-spacing: -1px;
    word-spacing: -1px;
    position: relative;
    z-index: 10;
}
.mbr-featured-events__venue-name {
    height: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tribe-events-loop {
    clear: both;
}
.tribe-events-loop::after {
    content: '';
    display: block;
    clear: both;
}
.single-event-excerpt p {
    margin-bottom: 0;
}

.tribe-filter-status {
    display: none!important;
}
.tribe-events-filter-select {
    min-height: 32px;
}


/*.select2-container {
    width: 100%;
}*/

.page-footer {
    background: #535353;
    padding: 51px 0 98px;
    color: #dbdbdb;
    font-size: 18px;
    line-height: 1.35em;
}
.newsletter-subscribe + .page-footer {
    border-top: 2px solid #ffffff;
}
.page-footer__logo {
    width: 396px;
    height: 96px;
    display: block;
    margin: 0 0 59px;
}
.page-footer__logo .st0,
.page-footer__logo .st1,
.page-footer__logo .st2 {
    fill: #ffffff;
}
.page-footer__social {
    width: 60%;
    float: left;
}
.page-footer__social-link-wrap {
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    margin: 0 7px 0 0;
}
.page-footer__social-link {
    display: block;
    width: 100%;
    height: 100%;
}
.page-footer__social-link.js-hover-preload {
    display: none;
}
.page-footer__contacts {
    margin: 44px 0 0;
}
.page-footer__contacts,
.page-footer__links {
    width: 36.5%;
    float: right;
}
.page-footer__links .widget,
.page-footer__contacts .widget {
    width: 48%; 
    float: left;
}
.page-footer__links .widget + .widget,
.page-footer__contacts .widget + .widget {
    margin-left: 8%;
    width: 44%;
}
.page-footer__contacts .textwidget {
    padding: 0 0 0 12px;
    border-left: 4px solid #231f20;
}
.page-footer__links,
.page-footer__contacts {
    color: #ffffff;
}
.page-footer__links a:hover,
.page-footer__contacts a:hover {
    text-decoration: underline;
}
.page-footer__links {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1.5em;
}
.page-footer__links .widgettitle {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: normal;
    color: #231f20;
    margin-bottom: 15px;
}
.page-copyright {
    background: #231f20;
    text-align: center;
    color: #a3a3a3;
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    padding: 20px 0;
}
.page-copyright img {
    vertical-align: text-bottom;
}
.page-copyright p {
    margin-bottom: 0;
}


.content-with-aside {
    width: 70%;
    float: left;
}
.right-side {
    width: 26.6%;
    float: right;
    margin-bottom: 40px;
}
.wpb_widgetised_column select,
.wpb_widgetised_column input[type="password"],
.wpb_widgetised_column input[type="text"],
.wpb_widgetised_column input[type="tel"],
.wpb_widgetised_column input[type="email"],
.wpb_widgetised_column input[type="url"],
.wpb_widgetised_column textarea,
.right-side select,
.right-side input[type="password"],
.right-side input[type="text"],
.right-side input[type="tel"],
.right-side input[type="email"],
.right-side input[type="url"],
.right-side textarea {
    width: 100%;
}


.post-featured-image {
    margin: 0 0 25px;
}
.post-featured-image .wp-post-image {
    width: 100%;
    height: auto;
    display: block;
}
div #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    float: none;
    width: auto;
}
.iframe-embed-code--video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.iframe-embed-code--video iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 25px;
}
.iframe-embed-code--audio iframe {
    width: 100%;
    margin: 0 0 25px;
}
.tribe-events-back,
.breadcrumbs {
    font-size: 14px;
    text-transform: uppercase;
    color: #555454;
    margin: 22px 0 23px 7px;
    font-weight: normal;
}
.breadcrumbs .breadcrumb_last,
.breadcrumbs a {
    white-space: nowrap;
}
.breadcrumbs .breadcrumb_last {
    color: #114384;
}
.tribe-events-back a:hover,
.breadcrumbs a:hover {
    text-decoration: underline;
}

.sidebar-widget {
    margin-bottom: 50px;
    font-weight: normal;
}
.sidebar-widget__widget-title {
    font-size: 36px;
    font-weight: bold;
    color: #114384;
    text-align: center;
    padding: 0 0 29px;
    margin: 28px 0;
    text-transform: uppercase;
    position: relative;
}
.sidebar-widget__widget-title::before {
    content: '';
    width: 100%;
    height: 15px;
    border-top: 1px solid #89b4ed;
    border-bottom: 1px solid #89b4ed;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sidebar-widget__widget-title::after {
    content: '';
    height: 7px;
    background: #5378b0;
    position: absolute;
    bottom: 5px;
    left: 23px;
    right: 23px;
    width: auto;
}
.sidebar-widget.widget_nav_menu .menu,
.sidebar-widget.widget_nav_menu .menu {
    font-size: 24px;
    line-height: 1.5;
    color: #484849;
    margin: 0 18px;
    list-style-type: none;
    font-family: 'Roboto Condensed', sans-serif;
}
.widget_mbr_recent_entries .posts-list {
    list-style-type: none;
    margin-left: 0;
}
.sidebar-widget.widget_nav_menu .menu-item a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 17px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #5b5a5b;
}
.sidebar-widget.widget_nav_menu .menu-item {
    padding-left: 25px;
    position: relative;
}
.posts-list-item {
    position: relative;
    display: block;
    width: 330px;
    height: 190px;
    margin: 0 auto 7px;
    position: relative;
    border: 1px solid #c8c8c8;
    overflow: hidden;
    background: #d4d4d4 url(../img/default-album-artwork.jpg) no-repeat center center;
}
.posts-list-item .iframe-embed-code--video,
.posts-list-item iframe,
.posts-carousel-item iframe {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
}
.posts-list-item__title {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    background: rgba(6, 46, 99, .7);
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
}
.posts-list-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 5;
}
.posts-list-item__link:hover {
    background: #ffffff;
}

.gallery img {
    display: block
}
.gallery .gallery-item {
    margin-top: 0!important;
    border: 1px solid #fff;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.gallery .gallery-item img {
    border: none!important;
    width: 100%;
    height: auto;
}
.gallery .gallery-caption {
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 15px;
}
.fancybox-thumbs {
    background: rgba(0, 0, 0, .9);
    padding: 10px;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6665%;
}


.tribe-events-widget-venue-item + .tribe-events-widget-venue-item::before {
    content: ' | ';
}
.tribe-events-adv-list-widget .list-date {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #114384;
    margin: 0 0 8px;
    font-family: 'Roboto Condensed', sans-serif;
}
.tribe-events-adv-list-widget .tribe-event-image {
    width: 105px;
    height: 65px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}
.tribe-events-adv-list-widget .list-info {
    margin-left: 5px;
}
.tribe-events-adv-list-widget .tribe-event-image + .list-info {
    margin-left: 125px;
}
.tribe-events-adv-list-widget .tribe-events-title {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 6px;
}
.list-widget-item__calendar-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    margin: 0 7px 0 4px;
    vertical-align: text-top;
}
.tribe-mini-calendar-event .list-info span a {
    font-size: 14px;
}
.tribe-mini-calendar-event {
    margin-bottom: 19px;
    padding-bottom: 9px;
    position: relative;
}
.tribe-mini-calendar-event::after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #bdbdbd;
    width: auto;
    height: 0;
    bottom: 0;
}
.tribe-events-location {
    font-size: 14px;
    color: #7e7e7e;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
}
.tribe-events-widget-link {
    text-align: center;
    margin-top: 38px;
}
.tribe-events-widget-link .vc_btn3.vc_btn3-size-md {
    padding-left: 40px;
    padding-right: 40px;
}


.post-item {
    padding-bottom: 20px;
    margin: 20px 0;
    border-bottom: 1px solid #bdbdbd;
}
.post-item__thumbnail {
    display: block;
    width: 468px;
    position: relative;
    float: left;
    background: #f1f1f1 url(../img/logo-gray.svg) no-repeat center center;
    height: 320px;
    background-size: 200px auto;
    overflow: hidden;
}
.post-item__thumbnail .wp-post-image {
    display: block;
}
.post-item__thumbnail + .post-item__preview {
    margin-left: 495px;
}
.editorial-content-wrap h4.post-item__title,
.post-item__title {
    margin-bottom: 1em;
}
.post-item__title + .post-item__date {
    margin-top: -18px;
}
.post-item__date {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #484849;
    margin: 0 0 12px;
    font-family: 'Roboto Condensed', sans-serif;
}
.post-item__read-more {
    text-transform: uppercase;
    color: #fff;
    border-color: transparent;
}

div .vc_separator {
    margin: 35px 0 15px;
}
div .vc_separator h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.tribe-events-page-title {
    margin: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
}
.events-type-filters {
    font-size: 14px;
    text-transform: uppercase;
    color: #555454;
    margin: 0 0 15px;
}
.events-type-filters__link {
    display: inline-block;
    background: #dbd8d8;
    line-height: 24px;
    padding: 5px 10px 3px;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: normal;
}
.events-type-filters__link:hover {
    background: #535353;
    color: #ffffff;
}
.events-type-filters__link--active:hover,
.events-type-filters__link--active {
    background: #114384;
    color: #ffffff;
}
.single-event-time {
    font-weight: normal;
    margin-top: 5px;
}
.single-event-item--type-sponsored-events .single-event-item__venue-name,
.single-event-item__venue-name {
    padding-top: 2px;
}

.events-pagination,
.list-pagination {
    margin: 0 0 40px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
}
.events-pagination .page-numbers,
.list-pagination .page-numbers {
    padding: 2px 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    border-bottom: 3px solid #fff;
}
.list-pagination .current.page-numbers,
.events-pagination .current.page-numbers {
}
.events-pagination .current.page-numbers,
.events-pagination a.page-numbers:hover,
.list-pagination .current.page-numbers,
.list-pagination a.page-numbers:hover {
    color: #114384;
    border-bottom-color: #114384;
}
.pagination-no-pages {
    height: 40px;
}

.widget_mbr-events-filter-widget {
    margin: 0 0 0;
}
.wpb_widgetised_column .widget_mbr-events-filter-widget {
    margin-top: 0;
}
#tribe_events_filter_item_search .tribe-events-filters-group-heading {
    margin-top: 0;
}
#tribe_events_filter_item_search .tribe-events-filters-group-heading::before {
    content: "\f002";
}
#tribe_events_filter_item_eventcategory .tribe-events-filters-group-heading::before {
    content: "\f02c";
}
#tribe_events_filter_item_month .tribe-events-filters-group-heading::before {
    content: "\f073";
}
#tribe_events_filter_item_city .tribe-events-filters-group-heading::before {
    content: "\f041";
}
.right-side__tribe-submit-widgets .widgettitle::before {
    content: "\f271";
}
.right-side__tribe-submit-widgets--mobile-bottom {
    display: none;
}
.wpb_widgetised_column .widgettitle,
.widget_text .widgettitle,
.right-side__tribe-submit-widgets .widgettitle,
.tribe_events_filter_item .tribe-events-filters-group-heading,
.widget_mbr-events-filter-widget .widgettitle {
    margin-bottom: 5px;
    color: #114384;
    margin: 1em 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2em;
    font-weight: normal;
}
.right-side__tribe-submit-widgets .widgettitle::before,
.tribe_events_filter_item .tribe-events-filters-group-heading::before,
.widget_mbr-events-filter-widget .widgettitle::before {
    font-size: 23px;
    font-family: FontAwesome;
    margin-right: 7px;
    margin-left: 3px;
    width: 22px;
    text-align: center;
}
.wpb_widgetised_column .heading-button:hover,
.right-side .heading-button:hover {
    background-color: #444445;
    color: #ffffff;
}
.tribe_events_filter_fields {
    position: relative;
}
.tribe-bar-search-button {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #fff;
    border-color: transparent;
    border-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    display: block;
}
.tribe-bar-search-field {
    padding-right: 110px;
}
.right-side .textwidget p,
.wpb_widgetised_column p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.page-content {
    position: relative;
}
.js-state-calendar-ajax-loading .page-content::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #ffffff url(../img/calendar-loading.svg) no-repeat 50% 50% fixed;
    opacity: .75;
    z-index: 100;
}

.tribe-events-single {
    font-weight: normal;
}
.tribe-events-single .tribe-events-event-image {
    float: left;
    margin: 0 20px 15px 0;
    max-width: 40%;
}
.tribe-events-single .tribe-events-event-image .wp-post-image {
    width: 100%;
    height: auto;
    display: block;
}
.tribe-events-single-event-description {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.single-tribe_events .tribe-events-event-meta {
    margin: 0;
}
.tribe-events-meta-group {
    width: 28%;
    float: left;
    margin-bottom: 35px;
}
.tribe-events-meta-group + .tribe-events-meta-group {
    margin-left: 7%;
}
.tribe-events-meta-group:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.tribe-events-meta-group.tribe-events-meta-group-gmap {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
}
.tribe-events-single-event-title {
    margin-top: 0;
    text-transform: uppercase;
}
.tribe-events-single .tribe-events-schedule {
    position: relative;
}
.tribe-events-single .tribe-events-schedule .tribe-events-cost {
    font-weight: bold;
    position: absolute;
    bottom: 37px;
    right: 5px;
    font-size: 18px;
}
.tribe-events-single .tribe-events-schedule h2 {
    display: block;
    margin-top: 0;
    padding-right: 100px;
}
.single-tribe_events .tribe-events-single-event-description {
    margin-top: 0;
    margin-bottom: 0;
}
.tribe-events-meta-group .tribe-events-gmap,
.tribe-events-gmap {
    white-space: nowrap;
    font-weight: bold;
    text-decoration: none;
}
.tribe-events-gmap:hover {
    text-decoration: none!important;
}
.tribe-related-events .single-event-item {
    opacity: 1;
}
.tribe-related-events .single-event-item--type-featured-events {
    width: 49%;
    float: left;
}
.tribe-related-events .single-event-item--type-featured-events:nth-child(2n),
.tribe-related-events .single-event-item:nth-child(2n) {
    float: right;
}
.tribe-related-events .single-event-item--type-featured-events:nth-child(2n+1),
.tribe-related-events .single-event-item:nth-child(2n+1) {
    clear: both;
}
.tribe-related-events .single-event-item__event-title {
    height: 52px;
    overflow: hidden;
}
.tribe-related-events .single-event-item__venue-name {
    height: 42px;
    overflow: hidden;   
}
h3.tribe-events-related-events-title,
.tribe-events-meta-group  .tribe-events-single-section-title {
    margin-top: 0;
    margin-bottom: 7px;
    padding-bottom: 3px;
    margin-left: -15px;
    padding-left: 15px;
    border-bottom: 1px solid #bdbdbd;
}
#tribe-events-content .tribe-events-abbr {
    text-decoration: none;
}
.tribe-events-single-venue .tribe-events-venue-meta a,
.tribe-events-meta-group a {
    color: #114384;
    text-decoration: underline;
}
.tribe-events-single-venue a:hover,
.tribe-events-meta-group a:hover {
    text-decoration: none;
}
.tribe-events-event-meta dd {
    margin-bottom: 5px;
}
h3.tribe-events-related-events-title {
    margin-top: 30px;   
}
.recurringinfo {
    display: none;
}
.venue-address .tribe-events-address,
.venue-address .tel,
.venue-address .url {
    display: block;
}
.tribe-events-single-venue .tribe-events-venue-meta {
    margin-bottom: 50px;
}
.tribe-venue-name {
    margin-top: 0;
}
.title-decorated::before {
    padding-right: 15px;
}

.tribe_community_edit .form.venue form,
.tribe-community-events form {
    max-width: 800px;
    margin: 0 auto;
}
.tribe_community_edit .form.venue,
.tribe-community-events {
    background: none;
    border: none;
    margin: 0 auto;
    padding: 0;
}
.tribe-community-events .events-community-post-content label, 
.tribe-community-events .events-community-post-title label {
    display: block;
}
.tribe-community-events .events-community-post-content>textarea, 
.tribe-community-events .events-community-post-title>textarea {
    max-width: none;
    margin: 10px 0 0;
}
.tribe-community-events .tribe-section {
    border-radius: 0;
}
.bubble {
    border-radius: 0;
    background: none;
}
.tribe_community_edit #tribe-add-exclusion, 
.tribe_community_edit .button, 
.tribe_community_edit .button-primary, 
.tribe_community_edit .button-secondary, 
.tribe_community_edit .tribe-add-recurrence.tribe-button, 
.tribe_community_edit .tribe-button, 
.tribe_community_list #tribe-add-exclusion, 
.tribe_community_list .button, 
.tribe_community_list .button-primary, 
.tribe_community_list .button-secondary, 
.tribe_community_list .tribe-add-recurrence.tribe-button,
 .tribe_community_list .tribe-button {
    border-radius: 0;
}
.tribe_community_edit .button,
.tribe_community_edit .tribe-add-recurrence.tribe-button,
.tribe_community_edit .tribe-button {
    border-color: transparent;
}
.tribe-community-events input[type=color], .tribe-community-events input[type=date], .tribe-community-events input[type=datetime-local], .tribe-community-events input[type=datetime], .tribe-community-events input[type=email], .tribe-community-events input[type=month], .tribe-community-events input[type=number], .tribe-community-events input[type=password], .tribe-community-events input[type=search], .tribe-community-events input[type=tel], .tribe-community-events input[type=text], .tribe-community-events input[type=time], .tribe-community-events input[type=url], .tribe-community-events input[type=week], .tribe-community-events textarea {
    border-radius: 0;
    box-shadow: none;
}
.tribe-community-events-content .tribe-nav .tribe-pagination .current, .tribe-community-events-content .tribe-nav .tribe-pagination a {
    border-radius: 0;
}
.tribe-dropdown.select2-container-multi .select2-choices, .tribe-ea-dropdown.select2-container-multi .select2-choices {
    border-radius: 0;
}
.tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices .select2-search-field {
    padding-top: 4px;
    padding-bottom: 5px;
}
.tribe-community-events .tribe-section-custom-fields textarea,
.tribe-community-events .tribe-section-custom-fields input[type=text],
.tribe-community-events .tribe-section-custom-fields input[type=tel], 
.tribe-community-events .tribe-section-custom-fields input[type=email] {
    width: 100%;
    max-width: none;
}
.tribe-community-events .tribe-section table.tribe-section-content .tribe-section-content-label, 
.tribe-community-events .tribe-section table.tribe-section-content td:first-child {
    padding-top: 8px;
    padding-right: 10px;
    white-space: nowrap;
}
.tribe-community-events .tribe-section.tribe-section-website input,
.tribe-recurrence-description input[type=text],
.tribe-community-events .tribe-section.tribe-section-organizer input[type=text], 
.tribe-community-events .tribe-section.tribe-section-venue input[type=text] {
    width: 100%;
}
.my-events-header {
    padding-bottom: 10px;
}
.eventForm .tribe-datetime-block .tribe-field-end_date, .eventForm .tribe-datetime-block .tribe-field-start_date {
    width: 120px;
    text-align: center;
}
.eventForm .tribe-datetime-block .tribe-field-end_date, .eventForm .tribe-datetime-block .tribe-field-end_time, .eventForm .tribe-datetime-block .tribe-field-start_date, .eventForm .tribe-datetime-block .tribe-field-start_time {
    height: 38px;
}
.eventForm .tribe-datetime-block .tribe-field-end_time, .eventForm .tribe-datetime-block .tribe-field-start_time {
    width: 90px;
    text-align: center;
}
.ui-timepicker-wrapper .ui-timepicker-list li {
    font-size: 16px;
}
.tribe-community-events.form {
    font-weight: normal;
}
.tribe-community-events .tribe-field-inline-text,
.tribe-community-events .tribe-field-inline-text {
    vertical-align: middle;
    font-size: 14px;
}
.tribe-community-events-list {
    border-radius: 0;
}
.tribe-community-events-content .tribe-nav .tribe-pagination .current {
    background: #626262;
}
#tribe-add-exclusion {
    margin-top: 3px;
}
.tribe-buttonset {
    margin-top: 6px;
}
.tribe-event-recurrence.tribe-event-recurrence-rule {
    padding-left: 5px;
    padding-right: 5px;
}
.tribe_community_edit .select2-container .select2-choice,
.tribe-section-venue.eventForm .select2-container .select2-choice {
    border-color: #cccccc;
}
.tribe-community-events.form .select2-container {
    width: auto;
    vertical-align: middle;
}
.tribe-community-events.form .select2-container-multi .select2-choices .select2-search-field input {
    height: 34px;
}
.edit-linked-post-link {
    margin-top: 6px;
}
.tribe_community_edit .button.events-community-submit,
.tribe_community_edit .tribe-button.submit, 
.tribe_community_list .tribe-button.submit {
    font-size: 16px;
    background: #114384;
    border: 1px solid #89b4ed;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 50px;
}
.tribe_community_edit .button.events-community-submit:hover,
.tribe_community_edit .tribe-button.submit:hover, 
.tribe_community_list .tribe-button.submit:hover {
    background: #89b4ed;
    color: #114384;
}
.form.venue {
    font-weight: normal;
}
.form.venue label {
    width: 180px;
    display: inline-block;
}
.form.venue .events-community-post-content label {
    vertical-align: top;
}
.form.venue .eventForm {
    margin-top: 20px;
}
.form.venue .events-community-post-title,
.form.venue .venue {
    margin: 10px 0;
}
.form.venue .events-community-post-title input,
.form.venue .events-community-post-content textarea {
    width: 500px;
    max-width: 100%;
}
.eventForm input[type=color], .eventForm input[type=date], .eventForm input[type=datetime-local], .eventForm input[type=datetime], .eventForm input[type=email], .eventForm input[type=month], .eventForm input[type=number], .eventForm input[type=password], .eventForm input[type=search], .eventForm input[type=tel], .eventForm input[type=text], .eventForm input[type=time], .eventForm input[type=url], .eventForm input[type=week] {
    border-radius: 0;
    width: 400px;
}
.tribe-community-events * {
    font-size: 15px;
}
.tribe-events-community-footer {
    margin-top: 0;
}


.vc_toggle_title>h4 {
    color: #484849
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    width: 12px;
    margin-left: 6px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    height: 12px;
}
.vc_toggle_default .vc_toggle_icon {
    background: #484849;
    border-color: #484849;
}
.vc_toggle_default .vc_toggle_icon::after, 
.vc_toggle_default .vc_toggle_icon::before {
    background: #484849;
    border-color: #484849;   
}

body.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, 
body.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, 
body.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 0;
}
body.wpb-js-composer .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: none!important;
    border: none!important;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #114384;
    color: #fff;
    border-color: #114384;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #ffffff;
}
body .vc_message_box-rounded {
    border-radius: 0;
}
.editorial-content-wrap.content-page-inside .vc_message_box p {
    margin: 0;
}
.social-feed-container .opacity0 {
    opacity: 1 !important;
}

.page-alert h1,
.page-alert h2,
.page-alert h3,
.page-alert h4,
.page-alert h5,
.page-alert h6 {
    margin: 0;
}
.page-alert .vc_row-has-fill>.vc_column_container>.vc_column-inner  {
    padding-bottom: 35px;
}

.page-footer-search {
    padding: 20px 0;
    background: #114384;
    color: #ffffff;
}
.page-footer-search__label {
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
    vertical-align: middle;
}
.page-footer-search__search-field {
    margin: 0 10px;
    color: #ffffff;
    width: 300px;
}
.page-footer-search ::-webkit-input-placeholder {
    color: #ffffff;
}
.page-footer-search ::-moz-placeholder {
    color: #ffffff;
}
.page-footer-search :-ms-input-placeholder {
    color: #ffffff;
}
.page-footer-search :-moz-placeholder {
    color: #ffffff;
}
.website-side__search {
    display: none;
}
.page-alert {
    position: relative;
}
.page-alert > .vc_row {
    padding-left: 50px;
    padding-right: 50px;
}
.page-alert__close-button {
    position: absolute;
    right: 20px;
    top: 36px;
    margin-top: -16px;
    display: block;
    background: url(../img/icon-search-close.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
}

.page-comments {
    margin: 0 15px 50px;
}
.page-comments input.submit {
    margin: 0 0 20px;
}
.page-comments label {
    vertical-align: top;
    display: block;
}
.comment-author img {
    display: none;
}
h2#reply-title {
    font-size: 16px;
}
.comment-reply-link {
    text-decoration: underline;
    color: #113a82;
}
ol.comments-list,
.page-comments ol,
.page-comments ul {
    list-style-type: none;
}
.page-comments ol ol,
.page-comments ol ul {
    margin-left: 30px;
}
.comment-list .fn {
    font-weight: bold;
}
.comment-list .commentmetadata {
    text-transform: uppercase;
    color: #484849;
    font-size: 12px;
    margin: 0 0 4px;
    font-family: 'Roboto Condensed', sans-serif;
}
.comment-list p {
    margin-bottom: 0;
}
.comment-list {
    margin: 1em 0 0;
}
.comment-list li {
    margin-bottom: 1em;
}
.comment-reply-title small {
    font-size: .8em;
    text-decoration: underline;
}

div .pgthumb{
    padding: 0 4px;
}


/*
.js-still-loading {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}
.js-still-loading::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 67, 132, .9) no-repeat 50% 50%;
    z-index: 9999;
}
.js-still-loading::after {
    content: '';
    position: fixed;
    width: 120px;
    height: 75px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjc4LjcgNjk5LjggMTUxLjUgOTUuMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMjc4LjcgNjk5LjggMTUxLjUgOTUuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIHN0eWxlPSJmaWxsOiNGRkZGRkY7Ij48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI1Miw3ODMuOGMwLjksMC41LDEuNywwLjksMi42LDEuM2wwLDBoMC4xYzEyLjgsNi4yLDI4LjksMTAsNDYuNCwxMHMzMy42LTMuNyw0Ni40LTEwYzAuNC0wLjIsMC43LTAuNCwxLjEtMC42Yy0xNC43LTUuOC0zNC44LTguNi00OS43LTguNEMtMjIxLjksNzc2LjMtMjM4LDc3OS4xLTI1Miw3ODMuOHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTE2Ny4yLDcwNS40bDAuOS01LjZsLTE3LjEsMS42Yy02LjItMS0xMi44LTEuNi0xOS41LTEuNmMtNDEuOSwwLTc1LjgsMjEuMy03NS44LDQ3LjZjMCwxMC4yLDUuMSwxOS42LDEzLjgsMjcuNGwtMS45LDEyLjhjMy42LTIuMiw3LjQtNC4zLDExLjQtNi4zYzAuNy0wLjQsMS41LTAuNywyLjItMWMyLjEtMSw0LjMtMS45LDYuNS0yLjhsNS44LTM4LjRsNC4xLTAuNGwtNS43LDM3LjJjNi4yLTIuMiwxMi44LTQuMiwxOS43LTUuN2w1LjEtMzMuM2w0LTAuNGwtNSwzMi45YzYuMi0xLjIsMTIuNi0yLjEsMTkuMS0yLjZsNC42LTMwLjNjMC4xLTEuMSwwLjItMi4xLDAuMS0zLjFjLTAuMi0yLjMtMS4xLTQuMi0yLjYtNS40Yy0xLjYtMS4zLTMuNS0xLjgtNS45LTEuNmwtNjIuMyw1LjljMS41LTAuMiwyLjcsMC42LDMuNywyLjRzMS42LDMuOCwxLjgsNmMwLjEsMC45LDAuMSwxLjYsMCwyLjNsLTQuMiwyNy44Yy02LTYuNS05LjUtMTQtOS41LTIyYzAtMjQuMSwzMS4xLTQzLjcsNjkuNS00My43YzYuMywwLDEyLjUsMC41LDE4LjMsMS41TC0xODksNzI1bC03LjMsMC43YzEuNS0wLjIsMi43LDAuNiwzLjcsMi40czEuNiwzLjgsMS44LDZjMC4xLDAuOSwwLjEsMS42LDAsMi4zbC00LjUsMzBjMC4zLDAsMC42LDAsMS0wLjFjMTItMC42LDIzLjUsMCwzMy45LDEuN2MxLjQtMC42LDIuNy0xLjYsMy45LTIuOGMyLjItMi4zLDMuNi01LDQtOC4ybDMuOC0yNWMwLjEtMS4xLDAuMi0yLjEsMC4xLTNjLTAuMi0yLjMtMS00LjItMi41LTUuNWMtMS41LTEuMy0zLjQtMS45LTUuOC0xLjdsLTEzLjEsMS40bDEuOC0xMS42YzIwLDcuNywzMy4zLDIxLjUsMzMuMywzNy4zYzAsOC4zLTMuNywxNi4xLTEwLjIsMjIuN2MxLjksMC42LDMuOCwxLjIsNS43LDEuOGMyLjYtMi41LDQuOS01LjIsNi43LTguMWMzLjUtNS41LDUuNS0xMS41LDUuNS0xNy44Qy0xMjcuMiw3MjkuMy0xNDMuNCw3MTMuNS0xNjcuMiw3MDUuNHogTS0xNjcuNCw3MzIuMmwtNC40LDI4LjRjLTEuMy0wLjEtMi42LTAuMi0zLjktMC4zbDQuMy0yNy43TC0xNjcuNCw3MzIuMnoiLz48L2c+PC9zdmc+);
    background-size: 120px auto;
    background-position: center center;
    animation: sk-rotateplane 1.5s infinite ease-in-out;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -38px;
    z-index: 10000;
}
*/

.js-still-loading .page-footer__social-link {
    background-image: none;
}
.js-still-loading .vc_row[data-vc-full-width] {
    opacity: 0;
    transition: opacity .3s;
}

.admin-bar .website-header--before-slider {
    top: 32px;
}
.admin-bar .page-wrap-contents,
.admin-bar .website-top-bar {
    margin-top: 32px;
}
div#wpadminbar {
    z-index: 9999;
    overflow: hidden;
}
@keyframes sk-rotateplane{
    0%{transform:perspective(120px) rotateY(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateY(0deg) rotateY(0deg)}
    100%{transform:perspective(120px) rotateY(360deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateY(360deg) rotateY(0deg)}
}
@keyframes fadeInDownMenu{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}
@keyframes fadeInLeftMenu{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}




@media screen and (max-width: 1540px) {
    .page-footer .container, 
    .home .page-content .container,
    .website-top-bar__container,
    .container {
        width: 1160px;
    }
    .website-header__logo {
        margin-left: 0;
    }
    .website-top-bar__heading-stream-live {
        font-size: 30px;
    }
    .website-top-bar__icon-audio {
        height: 30px;
        background-size: auto 100%;
        vertical-align: -3px;
    }
    .website-top-bar {
        background-position: 40% center;
    }
    .website-top-bar__heading {
        width: 400px;
    }
    .website-top-bar__now-playing {
        margin: 0 190px 0 425px;
        float: none;
        width: auto;
    }
    .playing-now-widget__title .widgettitle {
        font-size: 30px;
        width: 150px;
        margin: 25px 8px 0 0;
    }
    .playing-now-widget__title .widgettitle::before {
        width: 26px;
        height: 11px;
        background-size: 100% auto;
        left: 92px;
    }
    .playing-now-widget__description {
        margin-left: 228px;
    }
    .playing-now-widget__track {
        font-size: 20px;
    }
    .heading-button {
        font-size: 15px;
    }
    .website-top-bar__buttons .heading-button + .heading-button {
        display: none;
    }
    .home.js-show-sticky-nav .website-top-bar__menu-button, 
    .website-top-bar__menu-button {
        margin: 0 0 0 15px;
    }
    .home .website-top-bar__heading-logo .website-logo-svg, 
    .website-top-bar__heading-logo .website-logo-svg {
        margin: 4px 0 0 20px;
    }
    .website-logo-svg {
        margin-left: 0;
    }
    .my-bridge.tparrows {
        width: 50px;
        height: 50px;
        margin-top: -100px;
    }
    .my-bridge.tparrows svg {
        width: 100%;
        height: auto;
    }
    .my-bridge.tp-leftarrow {
        left: 50%!important;
        margin-left: -600px;
    }
    .my-bridge.tp-rightarrow {
        left: 50%!important;
        margin-right: -600px;
    }
    .newsletter-subscribe__title {
        margin-left: 0;
    }
    .posts-carousel-item__thumbnail {
        height: 156px;
        overflow: hidden;
    }
    .mbr-featured-posts-carousel {
        margin-left: 28px;
        margin-right: 29px;
    }
    .owl-next, .owl-prev {
        width: 30px;
        height: 30px;
        margin-top: -45px;
    }
    .owl-prev { 
        left: -34px;
    }
    .owl-next {
        right: -34px;
    }
    .newsletter-subscribe__title {
        width: 435px;
        font-size: 29px;
    }

    .single-event-item__event-title, 
    .mbr-featured-events__event-title {
        font-size: 20px;
    }
    .single-event-item__venue-name, 
    .mbr-featured-events__venue-name {
        font-size: 16px;
    }
    .sidebar-widget__widget-title {
        font-size: 30px;
    }
    .posts-list-item {
        width: 100%;
        height: auto;
    }
    .posts-list-item .wp-post-image {
        display: block;
        width: 100%;
        height: auto;
    }
    .post-item__thumbnail {
        width: 400px;
        height: 273px;
    }
    .post-item__thumbnail + .post-item__preview {
        margin-left: 430px;
    }
    .single-event-item--type-sponsored-events .tribe-events-event-image .wp-post-image, 
    .mbr-featured-events__event-item--type-sponsored-events .wp-post-image {
        width: 100%;
        height: auto;
    }
    .page-header__text {
        font-size: 50px;
    }
    .website-top-bar__buttons {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1340px) {
    .my-bridge.tp-leftarrow {
        margin-left: -480px;
    }
    .my-bridge.tp-rightarrow {
        margin-right: -480px;
    }
}


@media screen and (max-width: 1199px) {
    h1 {
        font-size: 32px;
    }
    .page-footer .container, 
    .home .page-content .container,
    .website-top-bar__container,
    .container {
        width: 980px;
    }
    .website-header__logo {
        margin-left: 0;
    }
    .home .website-top-bar__heading-logo .website-logo-svg {
        width: 302px;
        height: 73px;
        margin-top: 6px;
    }
    .website-header__logo .website-logo-svg {
        width: 302px;
        height: 73px;
    }
    .website-top-bar__heading-stream-live {
        font-size: 24px;
    }
    .website-top-bar__icon-audio {
        height: 28px;
        background-size: auto 100%;
    }
    .website-top-bar {
        background-position: 42% center;
    }
    .website-top-bar__heading {
        width: 300px;
    }
    .website-top-bar__heading-logo, 
    .website-top-bar__heading-stream-live {
        left: 10px;
    }
    .website-top-bar__now-playing {
        margin-left: 325px;
    }
    .playing-now-widget__description {
        margin-left: 208px;
    }
    .playing-now-widget__title .widgettitle {
        font-size: 24px;
        width: 125px;
    }
    .playing-now-widget__title .widgettitle::before {
        width: 22px;
        height: 9px;
        background-size: 100% auto;
        left: 73px;
    }
    .playing-now-widget__track {
        font-size: 18px;
        line-height: 1.08em;
    }
    .website-top-bar__buttons {
        margin-top: 20px;
    }
    .heading-button {
        font-size: 15px;
    }
    .home .website-top-bar__heading-logo .website-logo-svg, 
    .website-top-bar__heading-logo .website-logo-svg {
        width: 220px;
        height: 74px;
        margin: 0 0 0 15px;
    }
    .website-logo-svg {
        margin-left: 0;
    }
    .website-header__menu-area {
        max-width: 500px;
    }
    .website-header__main-nav {
        font-size: 20px;
    }
    .website-header__buttons .heading-button {
        font-size: 20px;
    }
    input.website-header__search-field {
        font-size: 20px!important;
    }
    .newsletter-subscribe__title {
        float: none;
        width: auto;
        margin-top: -12px;
    }
    .newsletter-subscribe__container {
        width: 920px;
    }
    input.newsletter-subscribe__field {
        width: 251px;
    }
    .posts-carousel-item__thumbnail {
        height: 175px;
    }
    .single-event-item__event-title, 
    .mbr-featured-events__event-title {
        font-size: 22px;
    }
    .single-event-item__venue-name, 
    .mbr-featured-events__venue-name {
        font-size: 18px;
    }
    .tribe-events-adv-list-widget .tribe-event-image + .list-info {
        margin-left: 0;
    }
    .tribe-events-adv-list-widget .tribe-event-image {
        float: none;
        width: auto;
    }
    .sidebar-widget.widget_nav_menu .menu, .sidebar-widget.widget_nav_menu .menu {
        font-size: 20px;
    }
    .sidebar-widget__widget-title {
        font-size: 26px;
    }
    .post-item__thumbnail {
        width: 320px;
        height: 219px;
    }
    .post-item__thumbnail + .post-item__preview {
        margin-left: 335px;
    }
    .page-header__text {
        font-size: 42px;
        margin-left: 0;
    }


    .page-footer {
        font-size: 16px;
    }
    .page-footer__social {
        width: 55%;
    }
    .page-footer__contacts, 
    .page-footer__links {
        width: 41.5%;
        font-size: 18px;
    }

    .my-bridge.tp-leftarrow {
        margin-left: -450px;
    }
    .my-bridge.tp-rightarrow {
        margin-right: -450px;
    }
}

@media screen and (max-width: 1100px) {
    .my-bridge.tp-leftarrow {
        margin-left: -380px;
    }
    .my-bridge.tp-rightarrow {
        margin-right: -380px;
    }
}


@media screen and (max-width: 999px) {
    .page-footer .container, 
    .home .page-content .container,
    .website-top-bar__container,
    .container {
        width: 740px;
    }
    .website-header__menu {
        display: none;
    }
    .website-header__menu-area {
        min-width: 0;
        max-width: none;
        margin-top: 20px;
    }
    .website-header__menu-area,
    input.website-header__search-field {
        width: 300px;
    }
    .website-header__search {
        overflow: hidden;
    }
    .website-header__logo {
        margin-left: 10px;
    }
    .tp-thumb {
        width: 60px!important;
        height: 35px!important;
    }
    .my-bridge.tp-leftarrow,
    .my-bridge.tp-rightarrow {
        display: none!important;
    }
    .website-top-bar__now-playing .playing-now-widget__album-icon {
        display: none;
    }
    .home.js-show-sticky-nav .website-top-bar__menu-button, 
    .website-top-bar__menu-button,
    .home .website-top-bar__menu-button {
        width: 44px;
        margin-left: 25px;
    }
    .website-top-bar {
        background-position: 35% center;
    }
    .website-top-bar__heading {
        width: 300px;
    }
    .website-top-bar__heading-stream-live {
        left: 0;
    }
    .website-top-bar__heading-logo {
        left: 0;
    }
    .home .website-top-bar__heading-logo .website-logo-svg, 
    .website-top-bar__heading-logo .website-logo-svg {
        margin-top: 0;
    }
    .newsletter-subscribe__container {
        width: 620px;
    }
    input.newsletter-subscribe__field {
        width: 151px;
    }
    .single-event-item__venue-name, 
    .mbr-featured-events__venue-name {
        font-size: 15px;
    }
    .page-footer__links .widget + .widget, 
    .page-footer__contacts .widget + .widget,
    .page-footer__links .widget, 
    .page-footer__contacts .widget {
        width: auto;
        float: none;
        margin-left: 0;
    }
    .page-footer__social-link-wrap {
        margin: 0 2px 0 0;
    }
    .posts-carousel-item__thumbnail {
        height: 129px;
    }
    .mbr-featured-posts-carousel {
        margin-left: 27px;
        margin-right: 27px;
    }
    .content-with-aside {
        float: none;
        width: auto;
    }
    .right-side {
        float: none;
        width: auto;
    }
    .widget_mbr-events-filter-widget {
        margin-top: 0;
    }
    .tribe_events_filter_item {
        float: left;
        width: 48%;
    }
    #tribe_events_filter_item_month,
    #tribe_events_filter_item_eventcategory {
        margin-left: 4%;
    }
    #tribe_events_filter_item_city,
    #tribe_events_filter_item_search {
        clear: both;
    }
    #tribe_events_filter_item_eventcategory .tribe-events-filters-group-heading, 
    #tribe_events_filter_item_search .tribe-events-filters-group-heading {
        margin-top: 0;
    }
    .right-side__tribe-submit-widgets {
        display: none;
    }
    .tribe_community_edit .right-side__tribe-submit-widgets,
    .tribe_community_edit .right-side {
        display: none;
    }
    .right-side__tribe-submit-widgets--mobile-bottom {
        display: block;
        margin-bottom: 40px;
    }
    #tribe-events-content.tribe-events-list {
        margin-bottom: 0;
    }
    .events-list #tribe-events-footer, 
    .tribe-events-day #tribe-events-footer, 
    .tribe-events-map #tribe-events-footer {
        margin-bottom: 0;
    }
    .events-pagination {
        margin-bottom: 0;
    }
    .events-pagination .page-numbers, 
    .list-pagination .page-numbers {
        padding: 4px 8px;
    }
    .content-with-aside + .right-side {
        display: none;
    }
    .sidebar-widget {
        width: 45%;
        float: left;
    }
    .sidebar-widget + .sidebar-widget {
        margin-left: 5%;
    }
    .sidebar-widget:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }
    .sidebar-widget + .sidebar-widget + .sidebar-widget {
        display: none;
    }

    .editorial-content-wrap .mbr-featured-posts-carousel__title::after {
        width: auto;
        left: 100px;
        right: 100px;
        margin: 0;
    }
    .editorial-content-wrap .mbr-featured-posts-carousel__title::before {
        left: 40px;
        right: 40px;
    }
    .single-tribe_venue .right-side,
    .single-tribe_events .right-side {
        display: none;
    }
    .eventForm .tribe-datetime-block .tribe-field-end_date, 
    .eventForm .tribe-datetime-block .tribe-field-start_date {
        width: 200px;
    }
    .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area.has-image .tribe-community-events-preview-image img {
        max-width: 100%;
        height: auto;
    }


    .website-top-bar__heading-stream-live {
        width: 135px;
        line-height: 24px;
        position: relative;
        margin: 4px 0 0 25px;
    }
    .website-top-bar__heading {
        width: 210px;
    }
    .website-top-bar__icon-audio {
        position: absolute;
        left: 108px;
        top: -3px;
    }
    .home .website-top-bar__heading-logo .website-logo-svg, 
    .website-top-bar__heading-logo .website-logo-svg {
        width: 185px;
        height: 45px;
        margin-top: 3px;
        margin-left: 0;
    }
    .website-top-bar__now-playing {
        display: none;
    }
    .website-top-bar__buttons-group {
        width: auto;
    }
    .website-top-bar__buttons .heading-button {
        font-size: 14px;
        float: left;
        margin: 11px 3px 0 0;
        padding: 0.5em 1em;
    }
    .website-top-bar__buttons .heading-button + .heading-button {
        display: block;
    }
    .website-top-bar--mobile-only .website-top-bar__buttons .heading-button + .heading-button {
        display: none;
    }
    .home.js-show-sticky-nav .website-top-bar__menu-button, 
    .website-top-bar__menu-button, 
    .home .website-top-bar__menu-button {
        margin-left: 15px;
        margin-top: 6px;
    }
    .website-top-bar__buttons--mobile .heading-button,
    .website-top-bar__buttons .heading-button:first-child {
        display: none;
    }
    .website-top-bar__buttons--mobile .heading-button:first-child {
        display: block;
    }
    .website-top-bar__buttons {
        margin-top: -2px;
    }
    
    .website-header__buttons .heading-button {
        margin-top: 3px;
    }
    .website-top-bar--mobile-only {
        display: block;
        margin-top: 54px;
    }
    .admin-bar .website-top-bar--mobile-only {
        margin-top: 86px;
    }
    .website-top-bar__now-playing--mobile {
        display: block;
        width: auto;
        float: none;
        margin: 0 180px 0 10px;
    }
    .website-header {
        margin-top: 124px;
    }
    .playing-now-widget__title {
        display: none;
    }
    .website-top-bar__now-playing .playing-now-widget__album-icon {
        display: block;
        width: 52px;
        height: 52px;
        margin-top: 0;
    }
    .playing-now-widget__description {
        margin-left: 65px;
        clear: none;
        padding-top: 0;
        line-height: 52px;
    }
    .playing-now-widget__track {
        margin: 0;
        text-align: left;
    }
    .playing-now-widget__artist {
        position: static;
        padding-left: 0;
        width: auto;
        text-align: left;
        margin: 0;
    }
    .website-top-bar {
        background-position: 32% center;
        height: 54px;
    }
    .js-show-sticky-nav .website-top-bar .heading-button {
        display: none;
    }
    .js-show-sticky-nav .website-top-bar .heading-button:first-child {
        display: block;
    }
    .page-header {
        margin-top: 124px;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .page-wrap-contents,
    .admin-bar .website-top-bar {
        margin-top: 46px;
    }
    .admin-bar .website-top-bar--mobile-only {
        margin-top: 100px;
    }
    .admin-bar .website-header--before-slider {
        top: 46px;
    }
}
@media screen and (max-width: 767px) {
    .page-footer .container, 
    .home .page-content .container,
    .website-top-bar__container,
    .container {
        width: auto;
        margin: 0 10px;
    }
    .editorial-content-wrap .wpb_text_column > .wpb_wrapper > blockquote {
        font-size: 20px;
    }
    .posts-carousel-item__thumbnail {
        height: 131px;
    }
    .posts-carousel-item__thumbnail img {
        width: 100%;
        height: auto;
    }
    .mbr-featured-events__event-item {
        margin-left: 0;
    }
    .single-event-item__event-image, 
    .mbr-featured-events__event-image {
        height: 310px;
    }
    .mbr-featured-events__event-item--type-sponsored-events {
        float: none;
        margin: 0 auto 15px;
        width: auto;
    }
    .newsletter-subscribe__title {
        margin-left: 58px;
    }
    input.newsletter-subscribe__field {
        margin: 0 1.3333% 0 0;
    }
    input.newsletter-subscribe__field,
    .newsletter-subscribe__submit {
        width: 24%;
    }
    .page-footer__social {
        width: auto;
        float: none;
    }
    .page-footer__contacts, 
    .page-footer__links {
        float: none;
        width: auto;
    }
    .page-footer__links .widget,
    .page-footer__contacts .widget,
    .page-footer__links .widget + .widget, 
    .page-footer__contacts .widget + .widget {
        width: 40%;
        float: left;
    }
    .page-footer__links .widget + .widget, 
    .page-footer__contacts .widget + .widget {
        margin-left: 8%;
    }
    .tribe-related-events .single-event-item--type-featured-events,
    .tribe-related-events .single-event-item--type-featured-events:nth-child(2n), 
    .tribe-related-events .single-event-item:nth-child(2n),
    .single-event-item {
        width: auto;
        float: none;
        margin-left: 0;
    }
    .tribe-related-events .single-event-item__venue-name,
    .tribe-related-events .single-event-item__event-title {
        height: auto;
    }
    .post-item__thumbnail {
        width: 468px;
        height: 320px;
        float: none;
    }
    .post-item__thumbnail + .post-item__preview {
        margin-left: 0;
    }
    .website-header__logo {
        margin-left: 0;
        margin-right: 10px;
    }
    .website-header__logo .website-logo-svg {
        width: 247px;
        height: 60px;
    }
    .website-header__menu-area {
        width: 225px;
    }
    input.website-header__search-field {
        width: 255px;
    }
    .website-header__search-form {
        left: 0;
        right: auto;
    }
    .website-header__menu-area {
        margin-top: 11px;
        padding-right: 60px;
    }
    .website-header__search-icon {
        right: 2px;
    }
    input.website-header__search-field {
        font-size: 18px!important;
    }

    .side-nav {
        font-size: 26px;
        padding: 65px 20px;
        width: 400px;
        right: -440px;
    }
    .side-nav__close-button {
        right: 20px;
    }
    .website-side__search {
        left: 20px;
        right: 20px;
    }
    .side-nav__heading {
        font-size: 30px;
        padding-bottom: 38px;
        margin-bottom: 8px;
    }
    .side-nav__close-button {
        width: 36px;
        height: 36px;
        background-size: 75% auto;
    }
    .rev-btn {
        font-size: 20px!important;
        padding: .7em 1em!important;
        margin-top: 2em!important;
    }
    
    .eventForm input[type=color], .eventForm input[type=date], .eventForm input[type=datetime-local], .eventForm input[type=datetime], .eventForm input[type=email], .eventForm input[type=month], .eventForm input[type=number], .eventForm input[type=password], .eventForm input[type=search], .eventForm input[type=tel], .eventForm input[type=text], .eventForm input[type=time], .eventForm input[type=url], .eventForm input[type=week] {
        width: 100%;
    }
    .tribe-community-events .tribe-section table.tribe-section-content td {
        padding: 0 5px;
    }
    .tribe-community-events .tribe-section table.tribe-section-content .tribe-section-content-field, .tribe-community-events .tribe-section table.tribe-section-content td:last-child {
        padding-right: 5px;
    }
    .tribe-community-event-info, table.eventForm {
        width: auto;
    }
}

@media screen and (max-width: 599px) {
    .mbr-featured-posts-carousel {
        width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .home .website-header__search,
    .website-header__search {
        display: none;
    }
    .website-header__menu-area {
        padding-right: 0;
        width: auto;
    }
    .rev-btn {
        font-size: 18px!important;
        margin-top: 3em!important;
    }
    .tribe_events_filter_item {
        float: none;
        width: auto;
    }
    #tribe_events_filter_item_month, 
    #tribe_events_filter_item_eventcategory {
        margin-left: 0;
    }
    #tribe_events_filter_item_eventcategory .tribe-events-filters-group-heading {
        margin-top: 1em;
    }
    .newsletter-subscribe__title {
        font-size: 25px;
    }
    .newsletter-subscribe__submit {
        padding: 0 10px;
    }
    .single-event-item--type-sponsored-events .single-event-item__venue-name, 
    .mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__venue-name,
    .mbr-featured-events__event-item--type-sponsored-events .mbr-featured-events__event-title,
    .mbr-featured-events__event-title,
    .mbr-featured-events__venue-name {
        height: auto;
        white-space: normal;
    }
    .editorial-content-wrap.content-page-inside {
        margin-left: 0;
        margin-right: 0;
    }
    .post-item__thumbnail {
        width: auto;
        height: auto;
    }
    .page-header__text {
        font-size: 22px;
    }
    .breadcrumbs .breadcrumb_last,
    .breadcrumbs a {
        white-space: nowrap;
    }
    .tribe-events-meta-group {
        width: auto;
        float: none;
    }
    .tribe-events-meta-group + .tribe-events-meta-group {
        margin-left: 0;
    }
    .page-footer-search {
        text-align: center;
    }
    .page-footer-search__label {
        display: none;
    }
    .page-footer-search__search-field {
        margin-left: 0;
        padding-left: 40px!important;
        background: url(../img/icon-search.png) no-repeat 5px center!important;
        background-size: auto 20px!important;
    }
    .website-side__search {
        display: block;
    }
    .page-footer__links .widgettitle {
        font-size: 24px;
        margin: .5em 0 .2em;
    }
    .page-footer__links {
        margin-top: 0;
    }
    .single-event-item__event-image, 
    .mbr-featured-events__event-image {
        height: auto;
    }
    .admin-bar.js-show-sticky-nav .website-top-bar {
        margin-top: 0;
    }
    .side-nav .menu a {
        padding: 4px 0;
        display: inline-block;
    }
    .side-nav .menu-item-has-children.sub-menu-open > a::before {
        margin-top: 0;
    }
    .posts-carousel-item__thumbnail {
        height: 188px;
    }
}

@media screen and (max-width: 479px) {
    .owl-next {
        right: -15px;
    }
    .owl-prev {
        left: -15px;
    }
    .website-header__logo .website-logo-svg {
        width: 190px;
        height: 46px;
    }
    .website-header__logo {
        margin: 15px 10px 15px 0;
    }
    .website-header__menu-area {
        padding-top: 25px;
    }
    .website-header__buttons .heading-button {
        font-size: 16px;
    }
    .website-top-bar__now-playing--mobile {
        margin-left: 10px;
        margin-right: 5px; 
        max-width: 235px;
        max-width: calc(100vw - 155px);
    }
    .playing-now-widget__track {
        font-size: 16px;
    }
    .playing-now-widget__artist {
        font-size: 14px;
    }
    .website-top-bar__heading {
        width: 160px;
    }
    .website-top-bar__buttons .heading-button.heading-button--color-gray {
        font-size: 12px;
        margin-top: 14px;
    }
    .home.js-show-sticky-nav .website-top-bar__menu-button, 
    .website-top-bar__menu-button, 
    .home .website-top-bar__menu-button {
        margin-left: 10px;
    }
    .website-top-bar {
        background: #f1f1f1;
    }
    .website-top-bar__heading-stream-live {
        margin-left: 10px;
    }
    .home .website-top-bar__heading-logo .website-logo-svg, 
    .website-top-bar__heading-logo .website-logo-svg {
        width: 170px;
    }
    input.newsletter-subscribe__field, 
    .newsletter-subscribe__submit {
        width: 100%;
        float: none;
        margin: 0 0 4px;
    }
    input.newsletter-subscribe__field {
        height: 36px;
    }
    .newsletter-subscribe__submit {
        margin-bottom: 15px;
    }
    .newsletter-subscribe__title {
        white-space: normal;
        line-height: 1em;
        margin-bottom: 7px;
    }
    .page-footer__logo,
    .page-footer__logo .website-logo-svg {
        width: 100%;
        height: auto;
    }
    .page-footer__logo {
        margin: 0 0 20px;
        width: 80%;
    }
    .page-footer__links .widget, 
    .page-footer__contacts .widget, 
    .page-footer__links .widget + .widget, 
    .page-footer__contacts .widget + .widget {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .page-footer__social-link-wrap {
        width: 36px;
        height: 36px;
    }
    .page-footer__social-link {
        background-size: 100% auto;
    }
    .side-nav {
        width: 100%;
        box-sizing: border-box;
    }
    .page-header {
        height: 160px;
        line-height: 160px;
    }
    .single-event-item__event-date, 
     .mbr-featured-events__event-date,
    .single-event-item--type-featured-events .single-event-item__event-date, 
    .mbr-featured-events__event-item--type-featured-events .mbr-featured-events__event-date {
        font-size: 30px;
        line-height: 32px;
        padding: 10px 10px;
        width: auto;
        height: 33px;
        position: static;
        border-bottom: none;
    }
    .single-event-item__calendar-icon, 
    .mbr-featured-events__calendar-icon,
    .single-event-item--type-featured-events .single-event-item__calendar-icon, 
    .mbr-featured-events__event-item--type-featured-events .mbr-featured-events__calendar-icon {
        display: inline-block;
        margin: 0 15px 0 0;
        vertical-align: -3px;
    }
    .single-event-item__event-month, 
    .single-event-item__event-day, 
    .mbr-featured-events__event-month, 
    .mbr-featured-events__event-day {
        display: inline;
    }
    .single-event-item, 
    .mbr-featured-events__event-item {
        padding-left: 0;
    }
    .tribe-events-single .tribe-events-event-image {
        float: none;
        width: auto;
        max-width: none;
        margin-left: 0;
    }
    .events-type-filters__link {
        margin-bottom: 3px;
    }
    .page-footer-search__search-field {
        width: 200px;
    }
    .side-nav .menu a {
        padding: 6px 0;
    }
    .side-nav .menu-item-has-children.sub-menu-open > a::before {
        margin-top: 2px;
    }
}
@media screen and (max-width: 374px) {
    html, body {
        font-weight: normal;
    }
    .mbr-featured-posts-carousel {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .tp-thumb {
        width: 30px!important;
        height: 17px!important
    }
    .newsletter-subscribe__title {
        font-size: 22px;
    }
    h1 {
        font-size: 28px;
    }
    .editorial-content-wrap .wpb_text_column > .wpb_wrapper > blockquote {
        font-size: 18px;
    }
    .editorial-content-wrap .mbr-featured-posts-carousel__title {
        font-size: 30px;
    }
    .events-type-filters__link {
        margin: 0 0 2px;
        display: block;
    }
    .website-top-bar__heading {
        width: 120px;
    }
    .side-nav {
        font-size: 20px;
    }
    .home.js-show-sticky-nav .website-top-bar__menu-button, 
    .website-top-bar__menu-button, 
    .home .website-top-bar__menu-button {
        margin: 6px 0 0 5px;
        width: 36px;
    }
    .side-nav .menu-item-has-children.sub-menu-open > a::before {
        margin-top: -2px;
    }
    .website-top-bar__now-playing--mobile {
        max-width: 175px;
        max-width: calc(100vw - 155px);
    }
    .playing-now-widget__track {
        font-size: 14px;
    }
    .playing-now-widget__description {
        margin-left: 60px;
    }
    .playing-now-widget__artist {
        font-size: 12px;
    }
    .home .website-top-bar__heading-logo .website-logo-svg, 
    .website-top-bar__heading-logo .website-logo-svg {
        width: 135px;
    }
    .website-top-bar__heading-stream-live {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
    }
    .website-top-bar__icon-audio {
        height: 20px;
        left: 76px;
        top: -2px;
    }
    .website-header__logo .website-logo-svg {
        width: 150px;
    }
    .page-footer-search__search-field {
        width: 100%;
        display: block;
        margin-bottom: 0;
    }
    .page-footer-search__search-form .inline-button {
        display: none;
    }
    .website-header__buttons {
        margin-left: 0;
        margin-right: 0;
    }
    .posts-carousel-item__thumbnail {
        height: 160px;
    }
}


@media screen and (max-height: 479px) {
    .website-header__container {
        margin-top: -30px;
    }
    .tp-thumbs {
        display: none!important;
    }
    .tp-parallax-wrap {
        margin-top: 30px;
    }
}
@media screen and (max-height: 400px) {
    .website-header--before-slider {
        display: none;
    }
    .tp-parallax-wrap {
        margin-top: 0;
    }
    .page-slider {
        margin-top: calc(0vh);
    }
    .page-slider .forcefullwidth_wrapper_tp_banner, 
    .page-slider .fullscreen-container.rev_slider_wrapper {
        height: calc(100vh)!important
    }
    .website-top-bar--mobile-only {
        display: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .select2-container .select2-choice abbr:hover, 
    .select2-container .select2-choice abbr {
        background-repeat: no-repeat!important;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNyA3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3IDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNC4yLDMuNWwyLjYtMi42QzcsMC43LDcsMC4zLDYuOSwwLjFDNi43LDAsNi4zLDAsNi4xLDAuMUwzLjUsMi44TDAuOSwwLjFDMC43LDAsMC4zLDAsMC4xLDAuMUMwLDAuMywwLDAuNywwLjEsMC45bDIuNiwyLjZMMC4xLDYuMUMwLDYuMywwLDYuNywwLjEsNi45QzAuMiw3LDAuNCw3LDAuNSw3czAuMywwLDAuNC0wLjFsMi42LTIuNmwyLjYsMi42QzYuMiw3LDYuNCw3LDYuNSw3czAuMywwLDAuNC0wLjFDNyw2LjcsNyw2LjMsNi45LDYuMUw0LjIsMy41eiIvPjwvc3ZnPg==)!important;
        background-size: 12px 12px!important;
    }
}


.editorial-content-wrap.content-page-inside .w2dc-search-suggestions a:not([class]) {
    text-decoration: none;
}
.editorial-content-wrap .w2dc-content h2 {
    position: relative;
    padding-bottom: 38px;
    font-family:"Roboto Condensed", sans-serif;
    font-size:24px;
    color:#646464;
}
.editorial-content-wrap header.w2dc-listing-header {
    overflow: visible;
}
div .w2dc-listing-single .w2dc-directory-frontpanel {
    margin-top: 40px;
    position: relative;
    z-index: 10;
}
.w2dc-content .w2dc-search-section .w2dc-btn {
    border: 2px solid #fff;
    border-radius: 10px;
    font-weight: 500;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    padding: 10px 25px;
}
.editorial-content-wrap .w2dc-listings-block h2 {
    padding: 0 10px;
}
.editorial-content-wrap .w2dc-listings-block h2:after {
    bottom: 21px;
}
.editorial-content-wrap .w2dc-listings-block h2:before,
.editorial-content-wrap .w2dc-listings-block h2:after {
    display: none;
}
.editorial-content-wrap.content-page-inside ul.w2dc-nav,
.editorial-content-wrap.content-page-inside .w2dc-figcaption ul, 
.editorial-content-wrap.content-page-inside .w2dc-figcaption ol {
    margin: 0;
    list-style-type: none;
}
.w2dc-listings-block .wpulike {
    display: inline-block;
    padding: 0 0 0 10px;
}
.comment-list .w2dc-rating {
    display: none!important;
}
.editorial-content-wrap .w2dc-content h2.comments-title {
    display: none;
}
.w2dc-content .comments-area label {
    display: block;
}
.w2dc-content .comments-area .comment-form-author,
.w2dc-content .comments-area .comment-form-email {
    display: inline-block;
    margin-right: 10px
}
.w2dc-content .comment-form-cookies-consent label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 10px;
}
.w2dc-content .comments-area {
    margin-bottom: 100px;
}
.w2dc-index-page .w2dc-directory-frontpanel {
    margin-bottom: 0;1
}

div.w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default, 
div.w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:focus, 
div.w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:active, 
div.w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-focus,
div .w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover {
    border-color: #ffffff;
}
div .w2dc-submit-section h3.w2dc-submit-section-label {
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
div .w2dc-submit-section {
    margin-bottom: 10px;
}
div .w2dc-content h4, 
div .w2dc-content .w2dc-h4,
div .w2dc-content h3, 
div .w2dc-content .w2dc-h3 {
    font-family: 'Roboto Condensed', sans-serif;
}
div .w2dc-submit-section h3.w2dc-submit-section-label {
    padding-top: 10px;
    padding-bottom: 10px;
}
div .w2dc-btn,
div .w2dc-content input,
div .w2dc-content button,
div .w2dc-content select,
div .w2dc-content textarea {
    font-family: 'Roboto Condensed', sans-serif;
}
div .w2dc-content .w2dc-category-label, 
div .w2dc-content .w2dc-tag-label,
div .w2dc-fields-group .w2dc-fields-group-caption,
div .w2dc-field-name,
div .w2dc-progress-circle span,
div .w2dc-ratings-overall-wrapper,
div .w2dc-meta-data {
    font-family: 'Roboto Condensed', sans-serif;
}
div .w2dc-ratings-overall-wrapper,
div .w2dc-btn,
div .w2dc-content input[type=submit] {
    text-transform: uppercase;
}
.wp-editor-container textarea.wp-editor-area {
    max-width: none;
}
div .w2dc-review-title {
    text-transform: uppercase;
}
.boxes-group-row {
    display: flex;
    justify-content: space-between;
}
.boxes-group-row .w2dc-submit-section-title {
    flex: 1 1 0;
    margin-right: 10px;
}
.boxes-group-row .w2dc-submit-section-inside {
    padding-top: 15px;
    text-align: center;
}
.w2dc-tab-content {
    padding: 10px 0;
}
div .w2dc-listings-block .w2dc-listing-logo-wrap .w2dc-featured-label {
    display: block;
    width: 115px;
    height: 108px;
    text-indent: -9999px;
    background: url(../img/badge-featured.png) no-repeat center center;
    background-size: contain;
}
.mbr-listings-events h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 48px;
}
.rating-link,
.rating-link * {
    cursor: pointer!important;   
}
