body {
    margin: 0;
    font-family: helvetica, arial, sans-serif;
    overflow-x: hidden !important;
    height: 100vh !important;
    background-position: center !important;
    background-position: top !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    width: 85% !important;
    margin: 0 auto;
}

header {
    background-color: #DB5A90 !important;
}

.header-fix {
    padding-top: 30px !important
}

.let-live-info {
    float: left;
    padding-top: 6px
}

.let-live-info p {
    color: steelblue;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}

.fa,
.far,
.fas {
    font-family: 'FontAwesome'
}

.fa-user::before {
    content: "\f007";
    padding-right: 3px !important;
}

p {
    color: #919191 !important;
    line-height: 2 !important;
}

h1 {
    color: #DB5A90 !important;
    font-size: 3rem !important;
}

h2 {
    color: #db5a90 !important;
    font-size: 2rem !important;
}

h3 {
    color: #db5a90 !important;
    font-size: 1.5rem !important;
}

blockquote {
    font-size: 16px;
    font-style: italic;
    width: 100%;
    margin: 10px 0 20px 10px !important;
    padding: .25em 40px;
    line-height: 1.5 !important;
    position: relative;
    color: #919191 !important;
    border-left: 3px dashed #db5a90 !important;
}

.intro-text {
    margin: 40px auto !important;
}

.heritage-text {
    margin-bottom: 50px !important
}

.magazine-heritage-text {
    margin-bottom: 40px;
}

.magazine-heritage-text a {
    display: block;
    color: #db5a90;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 40px 0 10px 0;
}

.let-live-partners {
    text-align: center;
}

.let-live-partners a {
    display: inline-block;
    margin-right: 10px;
}

.stories-text {
    width: 50%;
    margin: 45px auto 30px auto;
}

.tracks-text {
    margin: 0 0 40px 0;
}

.tracks-text li {
    display: grid;
    color: #919191;
    display: list-item;
}

ol.tracks-list {
    margin-top: 0;
    padding-left: 30px;
    list-style: decimal !important;
}

.team-text a {
    color: #DB5A90;
}

.team-text p {
    margin-bottom: 40px;
}

/*search*/
.placeholder-image {
    width: 100%;
}

.openBtn {
    background: transparent;
    border: none;
    padding: 3px 0 0 10px;
    font-size: 15px !important;
    cursor: pointer;
    color: steelblue !important;
    float: right;
}

.openBtn:hover {
    background: transparent;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #151E2F !important;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 60%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5em;
    cursor: pointer;
    color: steelblue;
}

.overlay .closebtn:hover {
    color: steelblue;
}

.overlay input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: none;
    float: left;
    width: 70%;
    background: #151E2F !important;
    border: 1px solid steelblue;
    color: #fff;
}

.overlay input[type=text]:hover {
    background: transparent;
}

.overlay button {
    float: left;
    width: 20%;
    height: 42px;
    padding: 10px;
    background: steelblue;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: steelblue;
}

@media screen and (max-width: 667px) {
    .overlay input[type=text] {
        padding: 10px;
        font-size: 17px;
        border: none;
        float: left;
        width: 80%;
        background: #151E2F;
        border: 1px solid steelblue;
        color: #fff;
    }
}

.let-live-footer {
    background-color: #1D2939 !important;
    border-top: none !important;
    z-index: 0;
    width: 100%;
    padding-top: 10px
}

.let-live-footer h1 {
    color: steelblue;
    padding: 0px 0 0 0;
    font-weight: bold
}

.let-live-footer h2 {
    color: steelblue
}

.let-live-footer h3 {
    color: steelblue
}

.let-live-footer p {
    color: #fff
}

.let-live-footer a {
    color: steelblue
}

.let-live-footer p {
    color: steelblue;
    font-size: 1em;
    color: white;
    padding: 0 10px 5px 0;
    line-height: 1.5;
}

.let-live-footer .read-more {
    color: #fff !important;
}

.let-live-footer .partners {
    padding: 0;
    text-align: center;
    margin: 0 0 10px 0;
}

.svg-inline--fa {
    vertical-align: -0.125em !important
}

.footer-intro {
    text-align: center;
    margin-bottom: 40px;
}

.let-live-footer .latest-events a {
    color: #fff;
}

.fa-phone {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

a {
    text-decoration: none
}

nav {
    padding: 10px !important;
    width: auto;
    margin: auto;
    text-align: center !important;
}

nav a {
    font-size: clamp(.5rem, 1vw, 1.4rem) !important;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 2px;
}

nav ul {
    overflow-x: unset !important;
    overflow-y: unset !important;
    height: auto !important;
}

.menu {
    padding-bottom: 10px
}

#menu-let-live-1 {
    width: max-content !important;
}

#menu-let-live-1 a {
    color: #ffffff;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#menu-let-live-1 a:hover {
    color: #000000;
}

#menu-let-live-mobile {
    width: max-content !important;
}

#menu-let-live-mobile a {
    color: #ffffff;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#menu-let-live-mobile a:hover {
    color: #000000;
}

.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #DB5A90;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
    text-align: center
}

.sidenav a {
    padding: 4px 4px 4px 20px;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    transition: .3s;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: left;
}

.sidenav a:hover {}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 25px;
    margin-left: 50px;
    padding-top: 10px
}

.sidenav li {
    display: block;
    line-height: 1.7;
    padding: 5px 20px 0px 0;
}

.sidenav ul li ul {
    background: #151E2F;
    visibility: visible;
    opacity: 1;
    min-width: 8rem;
    position: relative;
    ;
    transition: all .5s ease;
    margin-top: 2px;
    padding: 0 5px 10px 5px;
    border-radius: 0 5px 5px;
    left: 0;
    max-height: 0
}

#button {
    cursor: pointer;
    padding: 5px 0px 5px 50px !important;
    text-align: left;
    color: steelblue;
    font-weight: bold;
    font-size: 1em !important;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
}

.mobile-nav {
    width: 300px
}

.mobile-nav li {
    clear: both;
    float: left;
}

.open-btn {
    display: none;
    width: 30px;
    float: left;
    padding: 5px 0px 3px 10px;
    padding-right: 5px;
    cursor: pointer;
    color: #fff !important;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.open-btn:hover {
    color: #fff;
}

/* screens desktop/laptop tablet mobile */

@media screen and (max-width:90.000em) {
    .container {
        width: 90%;
        margin: 0 auto
    }
    .stories-text {width: 80%;margin:45px auto 30px auto;}
}

@media screen and (max-width:64em) {
    .container {
        width: 90%;
        margin: 0 auto
    }

    .flex-item {
        padding-right: 10px;
        box-sizing: border-box;
        margin-bottom: 5px;
        flex-basis: auto;
        flex-grow: 1;
        width: calc(100% *(1/2) - 10px - 1px);
        min-width: 0;
        clear: both
    }
header {
        width: 100%;
        height: auto;
        margin-bottom: 0
    }

    .logo-scroll {
        display: block;
    }

    .head-scroll {
        opacity: 1 !important;
        transition: all .4s;
        height: auto !important;
    }

    .head-scroll nav {
        display: none;
    }

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

    nav {
        display: none
    }

    .open-btn {
        display: block;
        width: auto;
        float: left;
        font-size: 2rem !important;
        cursor: pointer;
        color: steelblue;
    }
}

/*ipad air portrait*/
@media screen and (max-width:51.250em) {
    .grid-wrap {
        display: block;
        grid-gap: 10px;
        grid-template-rows: 100% 100%;
        grid-template-areas: "content sidebar";
        -ms-grid-columns: 100% 100%
    }

    .flex-item {
        padding-right: 0;
        padding-left: 0 !important;
        box-sizing: border-box;
        margin-bottom: 10px;
        flex-basis: auto;
        flex-grow: 1;
        width: calc(100% *(1) - 10px - 1px);
        min-width: 0;
        clear: both
    }

    .content {
        padding-right: 0
    }
}

@media screen and (max-width:48em) {
   .stories-text {width: 90%;margin:45px auto 30px auto;}  
}

@media screen and (max-width:41.750em) {
    header.shadow {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        opacity: 1;
        height: auto;
    }

    .intro-text {
        margin: 20px auto !important;
    }

    .let-live-info p {
        display: none
    }

    .header-fix {
        padding-top: 45px !important;
    }
}

@media screen and (max-width:35.5em) {
    .flex-item {
        padding-right: 0;
        box-sizing: border-box;
        margin-bottom: 10px;
        flex-basis: auto;
        flex-grow: 1;
        width: calc(100% *(1) - 10px - 1px);
        min-width: 0;
        clear: both
    }

    .let-live-info p {
        color: steelblue;
        font-weight: bold;
        font-size: 11px;
        padding-left: 5px
    }
}

@media screen and (max-width:20em) {
    .open-btn {
        width: 25px;
        float: left;
        padding-top: 2px;
        cursor: pointer;
        color: steelblue;
    }

    .container {
        width: 95%;
        margin: 0 auto
    }
}

.screen-reader-text {
    font-size: 18px;
    color: steelblue;
    padding-right: 10px;
    font-weight: bold;
}

.copyright {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 0;
    clear: both;
}

.copyright p {
    font-size: 10px;
    color: #fff !important;
}

.foot-nav {
    text-align: center;
    padding-bottom: 15px;
    color: #fff !important;
}

.foot-nav ul li {
    float: none !important;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 0 5px !important;
}

.social-media {
    padding-top: 5px;
}

.social-media img {
    display: inline;
}

.btns {
    text-align: center;
}

.btn {
    width: 150px;
    padding: 10px;
    background-color: steelblue;
    border: none;
    margin: 0 0px 10px 0;
    border-radius: 4px 0 0px 4px;
    border: solid 2px white;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    cursor: pointer;
    letter-spacing: 1px;
}

.btn-2 {
    border-radius: 0px 4px 4px 0px;
    width: 150px;
    padding: 10px;
    background-color: steelblue;
    border: none;
    margin: 0 0px 10px 0;
    border: solid 2px white;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    cursor: pointer;
    letter-spacing: 1px
}

button.active {
    color: #151E2F;
}

#post-243 .entry {
    padding: 10px;
}

.post a {
    color: #151e2f;
}

.lightbox {
    display: block;
}

.lightbox img {
    border: solid 2px #fff;
}

.lightbox ul {
    list-style: none;
}

.lightbox ul li {
    display: block;
    float: left;
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin-left: 0 !important;
}

.lightbox ul li a {
    display: block;
    float: left;
    padding-right: 5px;
}

.tags {
    color: #000;
    font-size: 11px;
    margin-top: 8px;
    float: left;
    clear: both;
}

.tags a {
    color: #000;
}

.post-edit-link {
    float: left;
    clear: both;
    padding-top: 10px;
    color: #fff !important;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    width: 100%;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    border-left: 3px dashed #c1c1c1;
}

img {
    max-width: 100%;
    height: auto;
}

.navigation {
    margin: auto;
    text-align: center;
    padding: 20px 0 20px 0;
    clear: both;
    width: 100%;
}

.navigation ul {
    width: 150px;
    margin: auto;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
    font-size: 10px;
    margin-left: 0 !important;
    padding: 5px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #151e2f;
    border-radius: 2px;
    cursor: pointer;
    padding: 2px 5px 2px 5px;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #999;
}

.video-intro {
    width: 100%;
    margin: 10px 0 30px 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}