*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}
.rounded{
    border-radius: 50%;
  }

.supported-logos{
    width:720px !important;
    margin: 55px auto 45px auto;
    display: block;
}
.scanner{
    width: 210px !important;
    margin: 15px auto 55px auto;
    display: block;

}
:root {
    --accent-red: #a32326;
    --accent-yellow: #ee9e17;
    --cormorant: font-family: 'Cormorant Garamond';
    --aktiv: font-family: 'AktivGrotesk';
}


#qLtempOverlay{
    display:none !important
}

a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
}

input,
textarea {
    font-family: inherit;
}

img {
    max-width: 100%;
}

body {
    background: #fbac18;
}

@font-face {
    font-family: 'Gotham Book';
    src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url("../fonts/CormorantGaramond-SemiBold.woff2") format("woff2"), url("../fonts/CormorantGaramond-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"), url("../fonts/AktivGrotesk-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Storybook';
    src: url("../fonts/Storybook.woff2") format("woff2"), url("../fonts/Storybook.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url("../fonts/CormorantGaramond-LightItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url("../fonts/CormorantGaramond-Italic.woff2") format("woff2"), url("../fonts/CormorantGaramond-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url("../fonts/CormorantGaramond-SemiBoldItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url("../fonts/CormorantGaramond-MediumItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url("../fonts/CormorantGaramond-BoldItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}



.home-slider{
    margin: auto;
    width: 100%;
    clear: both;
}
.home-slider.mobile{
display: none;
}



.home-slider .slick-slide{
    margin: 0;
}

.home-slider .slick-slide img{
   width: 100%;
}

.home-slider  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

 
.home-slider   .slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dotted.slick-slider {
    margin-bottom: 80px !important;
}
.home-slider  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    content:'' ;
    background-image: url(../images/bullet-active.png);
    width: 22px;
    height: 22px;
    top: -4px;
}

.header {
    background: var(--accent-red);
    border-bottom: 3px solid var(--accent-yellow);
    height: 4.7rem;
    position: relative;
    z-index: 99;
}

@media (max-width: 62em) {
    .header {
        display: none;
    }
}

.header__inner {
    width: 148rem;
    max-width: 100%;
    padding: 0 15px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

@media (max-width: 62em) {
    .header {
        display: none;
    }
}

#qLpercentage {
    font-size: 20px !important;
    color: #9e1f21 !important;
    position: absolute !important;
    top: 65% !important;
    font-family: 'Storybook';
    font-weight: normal;
}

#qLoverlay::before {
    position: absolute;
    /* content: url(../images/logo1.png); */
    left: 0;
    right: 0;
    top: 30%;
    width: 168px;
    margin: auto;
}

.loaderCover {
    width: 100%;
    height: 100vh;
    background: #fab02d;
    z-index: 100;
    position: fixed;
}

.header-responsive {
    display: none;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 10px;
    background: var(--accent-red);
    position: relative;
}

@media (max-width: 62em) {
    .header-responsive {
        display: flex;
    }
}

@media (max-width: 37.5em) {
    .header-responsive {
        height: 80px;
    }
}

.header-responsive a.regnow {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
}

.header-responsive .logo {
    padding: 60px 20px 12px;
    width: 15rem;
}

@media (max-width: 37.5em) {
    .header-responsive .logo {
        padding: 31px 14px 12px;
    }
}

.header-responsive .b-a,
.header-responsive .bar,
.header-responsive .bar:before,
.header-responsive .bar:after {
    transition: all .25s;
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 30px;
    border-radius: 15px;
    background-color: #fce9c8;
}

.header-responsive .menu-collapsed {
    transition: all .25s;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 36px;
    width: 36px;
    z-index: 999;
    cursor: pointer;
}

@media (max-width: 37.5em) {
    .header-responsive .menu-collapsed {
        top: -7px;
    }
}

.header-responsive .menu-collapsed ul {
    transition: all 0s;
    position: fixed;
    left: -9000px;
}

.header-responsive .bar {
    position: absolute;
    left: auto;
    right: 12px;
    top: 45px;
}

.header-responsive .bar:before {
    top: -8px;
}

.header-responsive .bar:after {
    top: 8px;
}

.header-responsive .b-a-expanded,
.header-responsive .menu-expanded .bar:before,
.header-responsive .menu-expanded .bar:after {
    transition: all .25s;
    top: -0px;
}

.header-responsive .menu-expanded {
    transition: all .25s;
    text-align: center;
    line-height: 1.2;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
}

.header-responsive .menu-expanded ul {
    transition: all 0s;
    position: relative;
    left: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.header-responsive .menu-expanded a {
    transition: all .15s;
    text-decoration: none;
    font-size: 2em;
    padding: 5px;
    color: #fce9c8;
    display: block;
    font-family: 'Gotham';
}

.header-responsive .menu-expanded a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transition: all .15s;
    letter-spacing: 2px;
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.header-responsive .menu-expanded .bar {
    background-color: transparent;
    transition: all .25s;
}

.header-responsive .menu-expanded .bar:before {
    transform: rotate(45deg);
}

.header-responsive .menu-expanded .bar:after {
    transform: rotate(-45deg);
}

.header-responsive .menu-expanded nav {
    height: 100vh;
    background: var(--accent-red);
}

.header-responsive .subMenu {
    position: relative;
    top: 0;
    /* background: #ff9a00; */
    padding: 0;
    width: 70%;
    display: block !important;
    margin: 0 auto;
}

.header-responsive .subMenu li {
    margin: 0;
    padding: 0px;
}

.header-responsive .subMenu li:before {
    content: none;
}

.header-responsive .subMenu a {
    padding: 7px 0;
    border-bottom: 1px solid #b82f34;
    width: 100%;
    color: #ffffff !important;
    font-size: 1.5em;
}

.header-responsive .resp-arrow {
    width: 0;
    height: 0;
    margin: 0 0 0 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #ff9a00;
    top: 15px;
    position: relative;
}

.logo {
    width: 21rem;
    background: #fce9c8;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 100px 20px 12px;
    position: relative;
    border-bottom: 4px solid #f4a318;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.57);
    position: relative;
    z-index: 99;
}

.navigation ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.navigation ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 0px;
    justify-content: flex-start;
    position: relative;
}

.navigation ul li:not(:last-child) {
    margin-right: 2.5rem;
}

@media (max-width: 81.25em) {
    .navigation ul li:not(:last-child) {
        margin-right: .5rem;
    }
}

.navigation ul li a:link,
.navigation ul li a:visited {
    color: #fff;
    font-family: 'Gotham';
    font-size: 13px;
    font-weight: 500;
}

.navigation ul li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navigation ul li:hover .subMenu {
    display: block;
}

.navigation ul .active::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid var(--accent-yellow);
    margin-right: 3px;
}

.navigation ul .subMenu {
    position: absolute;
    top: 44px;
    background: #ff9a00;
    padding: 0 10px 3px 10px;
    width: 170px;
    display: none;
}

.navigation ul .subMenu li {
    margin: 0;
    padding: 0px;
}

.navigation ul .subMenu li:before {
    content: none;
}

.navigation ul .subMenu a {
    padding: 10px 0;
    border-bottom: 1px solid #a1252a;
    width: 100%;
    color: #a1252a !important;
}

.navigation ul .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin: 6px 0 0 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #ff9a00;
}

.navigation ul li ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.navigation ul li ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 0px;
    justify-content: flex-start;
    position: relative;
}

.navigation ul li ul li:not(:last-child) {
    margin-right: 2.5rem;
}

@media (max-width: 81.25em) {
    .navigation ul li ul li:not(:last-child) {
        margin-right: .5rem;
    }
}

.navigation ul li ul li a:link,
.navigation ul li ul li a:visited {
    color: #fff;
    font-family: 'Gotham';
    font-size: 13px;
    font-weight: 500;
}

.navigation ul li ul li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navigation ul li ul li:hover .subMenu1 {
    display: block;
}

.navigation ul li ul .active::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid var(--accent-yellow);
    margin-right: 3px;
}

.navigation ul li ul .subMenu1 {
    position: absolute;
    top: 0px;
    margin-left: 88px;
    background: #ff9a00;
    padding: 0 10px 3px 10px;
    width: 170px;
    display: none;
}

.navigation ul li ul .subMenu1 li {
    margin: 0;
    padding: 0px;
}

.navigation ul li ul .subMenu1 li:before {
    content: none;
}

.navigation ul li ul .subMenu1 a {
    padding: 10px 0;
    border-bottom: 1px solid #a1252a;
    width: 100%;
    color: #a1252a !important;
}

.navigation ul li ul .resp-arrow1 {
    width: 0;
    height: 0;
    float: right;
    margin: 6px 0 0 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #ff9a00;
}

a.regnow {
    background: #fce9c8;
    font-family: 'Gotham';
    font-weight: 500;
    display: flex;
    color: var(--accent-red);
    align-items: center;
    padding: 0 8px;
    border-radius: 5px;
    height: 30px;
}

a.regnow img {
    width: 2.2rem;
    margin-top: 6px;
}

.social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social li:not(:last-child) {
    margin-right: 1rem;
}

.social li img {
    width: 2rem;
}

.banner {
    box-shadow: 0 0 8px #1b1b1b69;
}

.banner__inner {
    height: 45rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 62em) {
    .banner__inner {
        height: calc(100vh - 100px);
    }
}

.banner__inner--1 {
    background: url(../images/sliders/slider1a.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 78.875em) {
    .banner__inner--1 {
        background: url(../images/sliders/slider1b.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.banner__inner--2 {
    background: url(../images/sliders/slider2a.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 78.875em) {
    .banner__inner--2 {
        background: url(../images/sliders/slider2b.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        background-position-y: top;
    }
}

.banner__inner--3 {
    background: url(../images/sliders/slider3a.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 78.875em) {
    .banner__inner--3 {
        background: url(../images/sliders/slider3b.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.banner__inner--4 {
    background: url(../images/sliders/slider4a.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 78.875em) {
    .banner__inner--4 {
        background: url(../images/sliders/slider4b.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.banner__inner--5 {
    background: url(../images/sliders/slider5a.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 78.875em) {
    .banner__inner--5 {
        background: url(../images/sliders/slider5b.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

.banner__text {
    position: absolute;
    left: 50%;
    transform: translateX(55px);
}

@media (max-width: 62em) {
    .banner__text {
        position: absolute;
        left: 15px;
        transform: translateX(0%);
    }
}

.banner h1 {
    font-family: 'Cormorant Garamond';
    color: #fce9c8;
    font-weight: normal;
    font-size: 38px;
    margin-bottom: 12px;
}

@media (max-width: 62em) {
    .banner h1 {
        font-size: 20px;
    }
}

.banner h1 span {
    display: block;
}

.banner a:link,
.banner a:visited {
    font-family: 'Gotham';
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #f1a118;
    font-size: 12px;
    padding-bottom: 4px;
}

.banner .owl-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.banner .owl-dots .owl-dot>span {
    background: #fff;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 1;
    width: 12px;
    box-sizing: content-box;
}

.banner .owl-dots .active>span {
    background: #fff !important;
    border: 5px solid #9e1e21;
    margin-top: 0;
    position: relative;
    top: 5px;
    box-shadow: 0 0 7px #484848;
}

.banner button.owl-next,
.banner button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

.banner button.owl-next img,
.banner button.owl-prev img {
    width: 2.2rem;
}

@media (max-width: 62em) {
    .banner button.owl-next img,
    .banner button.owl-prev img {
        display: none;
    }
}

.banner button.owl-next {
    right: 1.5rem;
}

.banner button.owl-prev {
    left: 1.5rem;
}

.inner-wrap {
    background: url(../images/icons/letter-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.inner-wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/icons/pattern-dark-top-left.png) no-repeat;
    background-position-y: top;
    background-position-x: left;
    display: block;
    position: absolute;
    left: 0;
}

@media (max-width: 90.625em) {
    .inner-wrap::before {
        display: none;
    }
}

.inner-wrap__inner {
    width: 123rem;
    padding: 0 15px;
    max-width: 100%;
    margin: auto;
    position: relative;
    z-index: 9;
}

.inner-wrap p {
    font-family: 'AktivGrotesk';
    color: #474445;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.festival {
    padding-top: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.festival-inner {
    text-align: center;
    width: 46rem;
    max-width: 100%;
}

@media (max-width: 62em) {
    .festival-inner {
        width: 100%;
        margin-bottom: 6rem;
    }
}

.festival-inner>img {
    width: 175px;
}

.festival-inner h2 {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    color: #2e2e2e;
    text-align: center;
    font-size: 2.1rem;
    margin-top: 10px;
}

.festival-inner h2 span {
    display: block;
    font-size: 30px;
    font-family: 'Storybook';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.65;
    color: var(--accent-red);
}

.festival-date {
    width: 57rem;
    margin: auto;
    text-align: center;
    border: 2px solid var(--accent-red);
    padding-top: 25px;
    outline: 1px dotted var(--accent-red);
    outline-offset: 12px;
    position: relative;
}

@media (max-width: 78.875em) {
    .festival-date {
        width: 45rem;
        max-width: 100%;
    }
}

.festival-date h5 {
    font-family: 'Gotham';
    font-weight: 500;
    color: var(--accent-red);
    text-transform: uppercase;
    font-size: 1.8rem;
}

.festival-date img {
    width: 8.5rem;
    margin-bottom: -8px;
}

@media (max-width: 37.5em) {
    .festival-date img {
        width: 5.5rem;
        margin-top: 8px;
        margin-bottom: -8px;
    }
}

.festival-date .date {
    display: inline-flex;
    justify-content: center;
    border-bottom: 1px solid rgba(147, 104, 37, 0.5);
}

.festival-date .date h3 {
    font-family: "Candara";
    font-weight: bold;
    font-size: 24px;
    margin-top: 5px;
    margin-left: 15px;
    color: #2e2e2e;
}

@media (max-width: 37.5em) {
    .festival-date .date h3 {
        font-size: 20px;
    }
}

.festival-date .date h3 span {
    display: block;
    font-weight: 400;
    text-align: left;
}

.festival-location {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.festival-location img {
    width: 2.5rem;
    margin-right: 1.2rem;
    margin-bottom: auto;
}

.festival-location h4 {
    font-family: "Candara";
    font-weight: bold;
    font-size: 1.4rem;
    color: #2e2e2e;
    text-align: left;
}

.festival-location h4 span {
    font-weight: 400;
    display: block;
}

.bordered-btn {
    font-family: 'Gotham';
    font-weight: 500;
    color: var(--accent-red);
    text-transform: uppercase;
    border-bottom: 2px solid var(--accent-red);
    font-size: 1.2rem;
    padding-bottom: 2px;
}

a.regbtn {
    font-family: 'Gotham';
    font-weight: 500;
    color: #fff;
    background: var(--accent-red);
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 12px 36px;
    outline: 1px solid var(--accent-red);
    outline-offset: 5px;
    display: block;
    width: 176px;
    margin: 20px auto 25px;
}

.about {
    text-align: center;
    margin-top: 40px;
}

.about img {
    width: 18rem;
    margin-bottom: 2rem;
}

.about h2 {
    font-family: 'Cormorant Garamond';
    color: #2e2e2e;
    text-align: center;
    font-size: 32px;
    margin-bottom: 2rem;
}

.about p {
    width: 65rem;
    max-width: 100%;
    margin: auto;
}

.speaker-inner .bordered-yogi {
    margin: 20px 0 40px;
}

.speakers {
    padding: 50px 0 50px;
    margin-top: 25px;
}

.speakers h2 {
    font-family: 'Cormorant Garamond';
    color: #2e2e2e;
    text-align: center;
    font-size: 32px;
    margin-bottom: 2rem;
}

.speakers ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.speakers ul li {
    font-family: "Candara";
    color: #2e2e2e;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.speakers ul li>img {
    width: 12.5rem !important;
    margin-bottom: 1.5rem;
    border-radius: 50%;
}

.speakers ul li h4 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 2px;
}

.speakers ul li span {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid #8c9187;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.speakers ul li a:link,
.speakers ul li a:visited {
    display: block;
    text-align: center;
}

.speakers ul li a:link img,
.speakers ul li a:visited img {
    width: 125px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.speakers ul#speakerlist .owl-nav {
    display: block;
}

.speakers ul#speakerlist .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.speakers ul#speakerlist .owl-nav button.owl-prev {
    left: 0;
}

.speakers ul#speakerlist .owl-nav button.owl-next {
    right: 0;
}

.speakers ul#speakerlist .owl-nav button img {
    width: 2.2rem;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.triangle-yogi {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.triangle-yogi img {
    width: 5rem;
}

.footer {
    font-family: 'Gotham Book';
    background: var(--accent-red);
    color: #fff;
    padding: 3rem 0 4rem;
}

.footer__inner {
    width: 120rem;
    margin: auto;
    padding: 0 1.5rem;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2rem;
    flex-wrap: wrap;
}

.footer__inner>* {
    margin-right: 8rem;
}

.footer__inner .social {
    margin-left: auto;
}

@media (max-width: 62em) {
    .footer__inner .social {
        margin: 0;
    }
}

.footer-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-links>ul ul:nth-child(2) li:nth-child(2) {
    direction: none;
}

@media (max-width: 62em) {
    .footer-links {
        width: 100%;
        flex-direction: column;
        margin-top: 16px;
    }
}

.footer-links ul:not(:last-child) {
    margin-right: 2rem;
}

.footer-links ul li {
    margin-bottom: 1.5rem;
}

.footer-copy p {
    font-weight: 500;
}

.footer-copy p span {
    display: block;
    font-weight: 300;
}

@media (max-width: 62em) {
    .footer-copy p span {
        display: inline;
    }
}

.page-inner {
    background: url(../images/icons/letter-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 237px);
}

@media (max-width: 62em) {
    .page-inner {
        padding: 40px 0;
    }
}

.vw-festival {
    text-align: center;
    width: 630px;
    margin: 50px auto;
    max-width: 100%;
    padding: 0 15px;
}

.vw-festival img {
    width: 12.5rem;
}

.vw-festival h2 {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    color: #2e2e2e;
    text-align: center;
    font-size: 2.1rem;
    font-style: italic;
}

.vw-festival h2 span {
    font-family: "Storybook";
    color: #9e1e21;
    font-weight: 700;
    display: block;
    font-style: normal;
    font-size: 36px;
    margin-top: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.vw-festival p {
    font-family: 'AktivGrotesk';
    color: #1f1f1f;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.vw-festival ul {
    position: relative;
}

.vw-festival ul::before {
    content: "";
    width: 300px;
    background: #414141;
    display: block;
    height: 1px;
    margin: 25px auto 15px;
}

.vw-festival ul::after {
    content: "";
    width: 300px;
    background: #414141;
    display: block;
    height: 1px;
    margin: auto;
    margin: 25px auto 15px;
}

.vw-festival ul li {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    color: #232323;
    font-size: 21px;
    font-weight: 600;
}

.vw-festival ul li:not(:last-child) {
    margin-bottom: 10px;
}

.vw-festival ul li:not(:last-child)::after {
    content: "";
    width: 300px;
    background: #414141;
    display: block;
    height: 1px;
    margin: auto;
    margin: 20px auto 0;
}

.vw-festival ul li span {
    font-style: normal;
    color: #474445;
    display: block;
    margin-top: 6px;
}

.talks-inner {
    margin: 0;
    padding: 50px 0;
}

.talks-inner .d_pdf {
    margin: auto;
    display: block;
    transition: .3s ease;
    filter: brightness(100%);
}

.talks-inner .d_pdf:hover {
    filter: brightness(90%);
    transition: .3s ease;
}

@media (max-width: 37.5em) {
    .talks-inner .d_pdf {
        width: 250px;
    }
}

.talks-inner .innerDetails {
    max-width: 1085px;
    margin: 40px auto auto auto;
    width: 90%;
}

.talks-inner .innerDetails .inner {
    margin: 15px auto;
    width: 100%;
    text-align: center;
    display: grid;
    padding: 0px;
    grid-gap: 20px 15px;
    grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
}

.talks-inner .innerDetails .inner .innerCol img {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
    transition: .3s ease;
}

.talks-inner .innerDetails .inner .innerCol:hover img {
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.4);
    transition: .3s ease;
}

.talks-inner .innerDetails .inner p {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    color: #9e1e21;
    text-align: left;
    font-size: 23px;
    font-style: italic;
    line-height: 24px;
    padding: 0 0 6px 10px;
}

.talks-inner .innerDetails .inner p.small {
    font-family: 'AktivGrotesk';
    font-weight: 600;
    color: #35352e;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    padding: 5px 0;
}

.talks-inner .innerDetails h1 {
    font-family: 'AktivGrotesk';
    color: #9e1e21;
    font-weight: 700;
    display: block;
    font-style: normal;
    font-size: 22px;
    margin-top: 2px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
}

.talks-inner .innerDetails hr {
    border-top: 1px solid #9e1e21 !important;
    border: 0;
    margin: 6px 0;
}

.talks-inner h2 {
    font-family: "Storybook";
    color: #9e1e21;
    font-weight: 700;
    display: block;
    font-style: normal;
    font-size: 42px;
    margin-top: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.talks-inner>ul {
    display: flex;
    justify-content: center;
}

.talks-inner>ul li {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    color: #2e2e2e;
    display: flex;
    font-size: 32px;
    align-items: center;
    font-weight: 700;
}

.talks-inner>ul li::before {
    content: none;
    width: 0;
    height: 0;
    display: block;
    border: 6px solid transparent;
    border-left-color: var(--accent-red);
}

.talks-inner>ul li:not(:last-child) {
    margin-right: 2rem;
    padding-right: 2rem;
    border-right: 1px solid #806026;
}

.talks-inner>ul li:not(:last-child)::before {
    border-top-color: var(--accent-red);
    border-left-color: transparent;
}

.talks-inner>.bordered-yogi {
    margin: 14px 0 30px;
}

.qa-inner {
    margin: 0;
    padding: 50px 0;
}

.qa-inner .innerRow {
    max-width: 1085px;
    margin: 40px auto auto auto;
    width: 90%;
}

.qa-inner .innerRow .bullet {
    color: #faad32;
    font-size: 16px;
    background: #a1252a;
    padding: 14px 8px;
    border-radius: 40px;
    margin-right: 5px;
    width: 46px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-weight: 700;
    font-family: AktivGrotesk;
    text-align: center;
}

.qa-inner .innerRow .rightBox {
    display: inline-block;
    vertical-align: top;
    width: 94%;
}

@media (max-width: 37.5em) {
    .qa-inner .innerRow .rightBox {
        width: 100%;
    }
}

.qa-inner .innerRow .rightBox p {
    font-weight: 700;
    font-family: AktivGrotesk;
    font-size: 20px;
    color: #1c1c1c;
    padding: 10px 0 15px 0;
    letter-spacing: 1px;
}

@media (max-width: 37.5em) {
    .qa-inner .innerRow .rightBox p {
        font-size: 16px;
    }
}

.qa-inner .innerRow h1 {
    font-family: 'AktivGrotesk';
    color: #9e1e21;
    font-weight: 700;
    display: block;
    font-style: normal;
    font-size: 22px;
    margin-top: 2px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
}

.qa-inner h2 {
    font-family: "Storybook";
    color: #9e1e21;
    font-weight: 700;
    display: block;
    font-style: normal;
    font-size: 42px;
    margin-top: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.qa-inner>ul {
    display: flex;
    justify-content: center;
}

.qa-inner>ul li {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    color: #2e2e2e;
    display: flex;
    font-size: 32px;
    align-items: center;
    font-weight: 700;
}

.qa-inner>ul li::before {
    content: none;
    width: 0;
    height: 0;
    display: block;
    border: 6px solid transparent;
    border-left-color: var(--accent-red);
}

.qa-inner>ul li:not(:last-child) {
    margin-right: 2rem;
    padding-right: 2rem;
    border-right: 1px solid #806026;
}

.qa-inner>ul li:not(:last-child)::before {
    border-top-color: var(--accent-red);
    border-left-color: transparent;
}

.qa-inner>.bordered-yogi {
    margin: 14px 0 30px;
}

.program-inner {
    margin: 0;
    padding: 50px 0;
}

.program-inner h2 {
    font-family: "Storybook";
    color: #9e1e21;
    font-weight: 700;
    display: block;
    font-style: normal;
    font-size: 42px;
    margin-top: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.program-inner>ul {
    display: flex;
    justify-content: center;
}

.program-inner>ul li {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    color: #2e2e2e;
    display: flex;
    font-size: 32px;
    align-items: center;
    font-weight: normal;
}

.program-inner>ul li::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 6px solid transparent;
    border-left-color: var(--accent-red);
}

.program-inner>ul li:not(:last-child) {
    margin-right: 2rem;
    padding-right: 2rem;
    border-right: 1px solid #806026;
}

.program-inner>ul li:not(:last-child)::before {
    border-top-color: var(--accent-red);
    border-left-color: transparent;
}

.program-inner>.bordered-yogi {
    margin: 14px 0 30px;
}

.schedule {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

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

.schedule-list:first-child {
    margin-right: 5rem;
}

@media (max-width: 62em) {
    .schedule-list:first-child {
        margin-right: 0;
    }
}

.schedule-list h2 {
    color: #494848;
    font-family: "Candara";
    font-weight: 700;
    font-size: 22px;
}

.schedule-list h2 span {
    color: #2e2e2e;
    display: block;
    margin-top: -5px;
}

.schedule-list ul {
    width: 51rem;
    border-top: 1px solid #666;
}

@media (max-width: 62em) {
    .schedule-list ul {
        width: 100%;
    }
}

.schedule-list ul li {
    font-family: "Candara";
    color: #2e2e2e;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #666;
    padding: 10px 0;
}

.schedule-list ul li h5 {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    margin: 4px 0 -4px;
}

.schedule-list ul li span {
    font-family: 'AktivGrotesk';
    font-style: normal;
    color: #474445;
    font-size: 16px;
}

.ast {
    text-align: center;
    font-family: 'AktivGrotesk';
    font-style: normal;
    color: #474445;
    font-size: 16px;
}

.single-speaker {
    width: 54rem;
    margin: auto;
    text-align: center;
    max-width: 100%;
}

.single-speaker p {
    font-family: 'AktivGrotesk';
    color: #474445;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.single-speaker p a:link,
.single-speaker p a:visited {
    font-weight: 700;
    color: #474445;
}

.single-speaker img {
    display: block;
    margin: auto;
    width: 12.5rem;
    margin-bottom: 15px;
    border-radius: 50%;
}

.single-speaker h3 {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 2px;
    font-family: "Candara";
    border-bottom: 1px solid #8c9187;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.single-speaker h3 span {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 6px;
    display: block;
}

.event-deatils .festival-date {
    border: none;
    outline: none;
}

.event-deatils .bordered-yogi {
    margin: 0 0 30px;
}

.loc-map {
    margin-top: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.loc-map a:link,
.loc-map a:visited {
    color: var(--accent-red);
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

.loc-map a:link img,
.loc-map a:visited img {
    width: 2rem;
    margin-right: 1rem;
}

.loc-map>img {
    width: auto;
    border: 2px solid var(--accent-red);
    display: block;
    margin: 0 auto 10px;
    width: 54rem;
}

.nopark {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Candara";
    color: #2e2e2e;
    font-size: 14px;
}

.nopark img {
    margin-right: 10px;
}

.event-deatils {
    padding: 4rem 0 .6rem;
}

.event-deatils h2 {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    color: #2e2e2e;
    text-align: center;
    font-size: 3.2rem;
    font-style: italic;
}

.event-deatils h2 span {
    display: block;
    font-family: "Storybook";
    color: #9e1e21;
    font-weight: 700;
    display: block;
    font-style: normal;
    font-size: 42px;
    margin-top: 2px;
    margin-bottom: 15px;
}

.contact-inner {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    color: #2e2e2e;
    text-align: center;
    font-size: 2.4rem;
    font-style: italic;
}

.contact-inner h2 span {
    display: block;
    text-align: center;
    color: #000;
    display: block;
    text-align: center;
    color: #000;
    font-size: 22px;
    margin-bottom: 25px;
}

.contact-inner .bordered-yogi {
    margin-bottom: 30px;
}

.contact-header {
    font-family: "Candara";
    font-weight: 700;
    color: var(--accent-red);
    text-align: center;
    font-size: 22px;
}

.contact-header h4 {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contact-header h4 span {
    display: block;
    color: #2e2e2e;
}

.contact-form form {
    width: 36.5rem;
    margin: auto;
    margin-top: 2.5rem;
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    border: 1px solid #ff7e00;
    background: #fce9c8;
    text-align: center;
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-style: italic;
    color: #2e2e2e;
    font-size: 18px;
    padding: 8px 6px;
    margin-bottom: 20px;
}

.contact-form form input[type="submit"] {
    background: var(--accent-red);
    border: var(--accent-red);
    color: #fff;
}

.contact-form form textarea {
    height: 14rem;
}

.bordered-yogi {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bordered-yogi img {
    width: 3.2rem;
    margin: 0 2rem;
}

.bordered-yogi::before {
    content: "";
    width: 185px;
    height: 12px;
    background: url(../images/icons/lines-right.png);
    display: block;
    background-size: contain;
    transform: scaleX(-1);
}

.bordered-yogi::after {
    content: "";
    width: 185px;
    height: 12px;
    background: url(../images/icons/lines-right.png);
    display: block;
    background-size: contain;
}

.top-pattern::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: url(../images/icons/pattern-dark-top-right.png) no-repeat;
    top: 0;
    right: 0;
    background-position-x: right;
    width: 230px;
    height: 230px;
}

@media (max-width: 81.25em) {
    .top-pattern::after {
        display: none;
    }
}

.left-pattern::before {
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    background: url(../images/icons/pattern-dark-middle-left.png) no-repeat;
    top: 50vh;
    left: 0;
    transform: translateY(-25%);
    background-position-x: left;
    width: 120px;
    background-size: contain;
}


@media (max-width: 767px) {
.supported-logos{
    width: 250px !important;
    
}

.home-slider.desktop{
    display: none;
    }
    .home-slider.mobile{
        display: block;
        }
}


@media (max-width: 62em) {
    .left-pattern::before {
        display: none;
    }
}


.founder-inner {
    padding-bottom: 10rem;
}

.founder-inner h2 {
    font-family: 'Cormorant Garamond';
    font-weight: 400;
    font-style: italic;
    color: #2e2e2e;
    text-align: center;
    font-size: 32px;
}

.founders {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 62em) {
    .founders {
        flex-direction: column;
    }
}

.single-founder {
    width: 43rem;
    text-align: center;
    border: 1px solid var(--accent-red);
    position: relative;
    padding: 15px 26px 25px;
}

@media (max-width: 62em) {
    .single-founder {
        width: 100%;
        margin-bottom: 80px;
    }
}

.single-founder::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid var(--accent-red);
    position: absolute;
    top: 5px;
    left: 6px;
}

.single-founder img {
    display: block;
    margin: auto;
    width: 12.5rem;
    margin-bottom: 15px;
    margin-top: 6px;
}

.single-founder h3 {
    font-weight: 700;
    font-size: 13px;
    font-family: "Candara";
    border-bottom: 1px solid #8c9187;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.single-founder h3 span {
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 6px;
    display: block;
}

.single-founder p {
    font-family: 'AktivGrotesk';
    color: #1f1f1f;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.single-founder .bordered-btn {
    color: var(--accent-red);
    position: relative;
    z-index: 100;
}

.single-founder:not(:last-child) {
    margin-right: 4rem;
}

.faq-inner h2 {
    font-family: 'Cormorant Garamond';
    color: #2e2e2e;
    font-style: italic;
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
}

.faq-inner .bordered-yogi {
    margin: 0 0 30px;
}

.faq-wrap {
    width: 79rem;
    max-width: 100%;
    margin: 0 auto 2rem;
}

.single-faq {
    font-family: 'Cormorant Garamond';
    border-top: 1px solid #d88b00;
    padding: 2rem 0;
    padding-left: 4rem;
    position: relative;
}

.single-faq::before {
    content: "";
    width: 15px;
    height: 26px;
    background: url(../images/icons/arrow-black-right.png);
    background-size: contain;
    display: block;
    position: absolute;
    top: 20px;
    left: 14px;
}

.single-faq h4 {
    font-weight: 700;
    font-style: italic;
    font-size: 2.4rem;
    color: #000000;
    margin-bottom: 6px;
}

.single-faq p {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 600;
}

.single-faq:last-child {
    border-bottom: 1px solid #d88b00;
}

.tnc {
    width: 79rem;
    max-width: 100%;
    margin: 0 auto 2rem;
}

.tnc ul {
    margin-top: 15px;
}

.tnc h3 {
    font-family: "Candara";
    font-weight: 700;
    font-style: italic;
    color: #2e2e2e;
    font-size: 18px;
    font-size: 20px;
}

.tnc h3 img {
    width: 3.5rem;
}

.tnc li {
    font-family: 'Cormorant Garamond';
    color: #2e2e2e;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 45px;
    margin-bottom: 6px;
}

.tnc li::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 5px solid transparent;
    border-left-color: var(--accent-red);
}

.hospitlity-prtner {
    text-align: center;
    margin-bottom: 20px;
}

.hospitlity-prtner h4 {
    font-family: 'Cormorant Garamond';
    color: #2e2e2e;
    text-align: center;
    font-size: 32px;
    margin-bottom: 2rem;
}

.hospitlity-prtner img {
    width: auto;
}

.hospitlity-prtner .bordered-yogi {
    margin: 0 0 20px;
}

.fancybox-bg {
    background: var(--accent-red);
    opacity: .77;
}

.registration-popup {
    background: url(../images/icons/letter-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    border-radius: 16px;
    box-shadow: -45px 25px 20px 10px rgba(0, 0, 0, 0.4);
    overflow: initial;
}

.registration-popup h4 {
    font-family: 'Cormorant Garamond';
    color: #2e2e2e;
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
    margin-top: -15px;
}

.registration-popup h3 {
    display: block;
    font-size: 30px;
    font-family: 'Storybook';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.65;
    color: var(--accent-red);
}

.registration-popup .bordered-yogi {
    margin: 0 0 25px;
}

.registration-popup .bordered-yogi img {
    width: 18px;
    margin: 0 12px;
}

.registration-popup .bordered-yogi::before {
    height: 8px;
    background: url(../images/icons/lines-right.png) no-repeat;
    background-size: contain;
}

.registration-popup .bordered-yogi::after {
    height: 8px;
    background: url(../images/icons/lines-right.png) no-repeat;
    background-size: contain;
}

.registration-popup form {
    width: 35rem;
    margin: auto;
}

.registration-popup form input {
    width: 100%;
    border: 1px solid #ff7e00;
    background: #fce9c8;
    text-align: center;
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-style: italic;
    color: #2e2e2e;
    font-size: 18px;
    padding: 8px 6px;
    margin-bottom: 20px;
}

.registration-popup form input[type="submit"] {
    background: var(--accent-red);
    border: var(--accent-red);
    color: #fff;
    width: 100%;
    border: 1px solid #ff7e00;
    text-align: center;
}

.registration-popup .reg-now {
    background: var(--accent-red);
    border: var(--accent-red);
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    padding: 8px 6px;
    display: block;
    width: 200px;
    margin: 0 auto 15px;
}

.registration-popup span {
    font-family: "Candara";
    font-weight: 400;
    color: #2e2e2e;
    font-size: 16px;
}

.registration-popup p {
    font-family: "Candara";
    font-weight: 700;
    color: #2e2e2e;
    font-size: 16px;
    line-height: 1.4;
}

.registration-popup .fancybox-button {
    background: #a32326;
    color: #fdad1a;
    border-radius: 50%;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    opacity: 1;
    border: 2px solid #fdad1a;
    width: 40px;
    height: 40px;
    display: none;
}

.registration-footer {
    text-align: center;
    margin-top: 20px;
}

.registration-footer img {
    width: 25px;
}

.registration-footer p {
    font-family: "Candara";
    font-weight: 700;
    font-style: italic;
    color: #2e2e2e;
    font-size: 12px;
    max-width: 330px;
    margin: auto;
    margin-top: 20px;
}

.registration-footer .fancybox-button {
    background: #a32326;
    color: #fdad1a;
    border-radius: 50%;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
}

.gallery-inner {
    padding-top: 6rem;
}

.gallery-inner h2 {
    font-family: "Storybook";
    color: #9e1e21;
    font-weight: 700;
    display: block;
    font-style: normal;
    font-size: 42px;
    margin-top: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.gallery-inner h2 span {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    color: #2e2e2e;
    text-align: center;
    font-size: 3.2rem;
    font-style: italic;
    display: block;
}

.gallery-wrap {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 1085px;
    margin: auto;
    max-width: 100%;
}

.gallery-wrap .row {
    display: flex;
}

.gallery-wrap .row>* {
    margin: 0 5px 5px;
}

.gallery-wrap .row img {
    height: 100%;
    width: 100%;
    border: 4px solid #fce9c8;
}

.vidplay {
    position: relative;
}

.vidplay a:link,
.vidplay a:visited {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vidplay a:link img,
.vidplay a:visited img {
    border: none;
    width: 80px;
}


/*# sourceMappingURL=style.css.map */


.register-row{
    width: 100%;
    text-align: center;
    padding: 40px 0 0 0;
    clear: both;
}

.register-row a{
    position: relative;
    z-index: 10;
}