/*
Theme Name: New custom Page
Version: 1.8
*/
* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

body,
html {
    font-family: Lato, sans-serif;
    color: rgba(10, 28, 47, 0.75);
    line-height: 1.6;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0A1C2F;
}

h1 {
    font-size: 3.2rem;
    line-height: 1.4;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.8rem;
}

.tighten {
    letter-spacing: 0;
    font-weight: 800;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 1rem 0;
}

p.large {
    font-size: 1.2rem;
}

p i {
    font-style: italic;
}

p.lg {
    font-size: 1.2rem;
}

p.sm {
    font-size: 0.9rem;
}

a {
    color: #F54985;
    text-decoration: none;
    cursor: pointer;
}

label {
    font-family: brandon-grotesque, sans-serif;
    color: rgba(10, 28, 47, 0.5);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

.acf-form-submit .acf-button,
.btn {
    cursor: pointer;
    display: inline-table;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 4px;
    border: none!important;
}

.btn.link {
    line-height: 20px;
    display: inline-block;
    color: #F54985;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

a.btn.link[target="_blank"]::after {
    content: "";
    background: url(/wp-content/themes/jay-shetty/img/external-link.png) no-repeat right center;
    background-size: 9px auto;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 2px 0 0 2px;
    padding-top: 2px;
}

.acf-form-submit .acf-button,
.btn.primary {
    background: #F54985;
    color: #ffffff;
}

.acf-form-submit .acf-button:hover,
.btn.primary:hover {
    background: #ba3463;
}

.btn.primary.reverse {
    border: 2px solid #F54985;
    color: #F54985;
}

.btn.md {
    line-height: 40px;
    font-weight: 700;
    font-size: 0.8rem;
}

.btn.sm {
    line-height: 30px;
    font-size: 0.8rem;
}

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

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

.mt-3 {
    margin-top: 30px;
}

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

.mt-5 {
    margin-top: 50px;
}

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

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

.mb-3 {
    margin-bottom: 30px;
}

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

.mb-5 {
    margin-bottom: 50px;
}

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

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

.pt-3 {
    padding-top: 30px;
}

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

.pt-5 {
    padding-top: 50px;
}

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

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

.pb-3 {
    padding-bottom: 30px;
}

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

.pb-5 {
    padding-bottom: 50px;
}

.acf-form-submit .acf-button,
.acf-input,
.acf-input select,
.acf-input input[type="text"],
.acf-input input[type="emal"],
.acf-input textarea {
    width: 100%;
    font-size: 0.9rem;
    font-family: Lato;
}

.acf-form-submit .acf-button,
.acf-input select,
.acf-input input[type="text"],
.acf-input input[type="emal"],
.acf-input textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
}

.acf-form-submit .acf-button {
    line-height: 50px;
    cursor: pointer;
    height: 50px;
    margin: 10px 0 0 0;
}

.acf-input textarea {
    height: 200px;
}

.acf-field .acf-label,
.acf-field--post-title,
.acf-label label {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.acf-fields>.acf-field {
    border: none;
    padding: 5px;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    clear: none;
}

.story-submission {
    display: block;
}

.submission-form,
.contact-form {
    background: #fff;
    padding: 50px 70px;
}

.bg-white {
    background: #ffffff;
}

.bg-grey {
    background: #f5f5f5;
}

.bg-blue {
    background: #0A1C2F;
    color: #fff;
}

.bg-blue * {
    color: #fff;
}

.bg-blue p {
    color: rgba(255, 255, 255, 0.75);
}

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

.fifth-col {
    width: 20%;
}

.card-content {
    background: #fff;
}

section.content-section {
    padding: 5vw;
}

section.thank-you,
section.missing {
    min-height: calc(100vh - 313px);
    position: relative;
    /* background: url(/wp-content/themes/jay-shetty/img/404.jpg) no-repeat center; */
    background-size: cover;
    background-position: right center;
}

section.thank-you {
    background: url(/wp-content/uploads/2020/06/thank-you.jpg) no-repeat center;
    background-size: cover;
    background-position: right center;
}

section.thank-you .container,
section.missing .container {
    display: inline-table;
    padding: 0 10vw;
    padding-top: 120px;
    padding-bottom: 50px;
    margin: 0 auto;
    float: none;
}

section.thank-you .container {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

section.missing p {
    font-size: 1.4rem;
}

section.missing h3 {
    max-width: 400px;
}

section.missing h1 {
    font-weight: 100!important;
    font-size: 5rem;
}

section.missing .btn {
    clear: both;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}

section.missing .button-wrapper {
    margin: 0 auto;
    max-width: 300px;
    display: inline-table;
    padding: 20px 0 50px 0;
}

section.thank-you .button-wrapper {
    margin-left: -12px;
}

section.missing .container * {}

.section-title {
    margin-bottom: 2vw;
    margin-top: 2vw;
}

.section-title:first-child {
    margin-top: 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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


/* Components */

.div-full {
    width: 100%;
    display: block;
    float: left;
}

.modal-overlay-optin,
.modal-overlay-submission,
.modal-overlay,
.modal-header-banner-overlay,
.modal-header-banner-overlay-optin {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    overflow-y: scroll;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.modal-overlay-optin.active,
.modal-overlay-submission.active,
.modal-overlay.active,
.modal-header-banner-overlay.active,
.modal-header-banner-overlay-optin.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.modal-optin,
.modal-submission,
.modal {
    display: block;
    position: absolute;
    background: #fff;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.modal-optin.scrollable,
.modal-submission.scrollable,
.modal.scrollable {
    margin: 100px 0;
    top: 0;
    transform: translate(-50%, 0);
}

.modal-optin .close-modal,
.modal-optin .close-banner-cta-modal,
.modal-submission .close-modal,
.modal .close-modal {
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/jay-shetty/img/close-modal.png) no-repeat center;
    background-size: 25px auto;
    right: 20px;
    top: 20px;
    z-index: 99;
    opacity: 0.5;
}

.modal-close,
.modal-optin .close-banner-cta-modal {
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/jay-shetty/img/close-white.png) no-repeat center;
    background-size: 25px auto;
    right: 20px;
    top: 20px;
    z-index: 99;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 999px;
}

.modal-optin .close-modal:hover,
.modal-submission .close-modal:hover,
.modal .close-modal:hover,
.modal-optin .close-banner-cta-modal:hover {
    opacity: 1;
}

.modal-optin .footer-optin {
    width: 770px;
    background-image: url(/wp-content/themes/jay-shetty/img/about-podcast.png);
    background-repeat: no-repeat;
    background-position: left -40px bottom;
    background-size: 400px auto;
    padding: 50px 60px;
    padding-left: 400px;
}

.modal-optin .div-full {
    width: 100%;
    max-width: 280px;
}

.modal-optin .div-full button,
.modal-optin .div-full input {
    width: 100%;
    margin: 5px 0;
}

.modal-optin .close-modal,
.modal-optin .close-banner-cta-modal {
    background-image: url(/wp-content/themes/jay-shetty/img/close-white.png);
}

.modal-optin h5 {
    color: #fff;
    font-size: 1rem;
}

.modal-optin p {
    color: rgba(255, 255, 255, 0.5);
}

.modal.modal-submission {
    width: 100%;
    max-width: 700px;
}

@media(max-width:800px) {
    .modal-optin {}
    .modal-optin .footer-optin {
        width: 340px;
        padding: 60px 30px 200px 30px;
        background-position: center bottom;
        background-size: auto 180px;
        text-align: center;
    }
    .modal-optin .close-modal,
    .modal-optin .close-banner-cta-modal {
        width: 30px;
        height: 30px;
    }
}

.owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: none;
}

.owl-dot {
    padding: 0;
    border: none;
    display: inline-table;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    margin: 0 5px;
    background: #ccc!important;
}

.owl-dot.active {
    background: #F54985!important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-size: 20% auto!important;
;
    background-position: center!important;
;
    background-repeat: no-repeat!important;
;
    z-index: 8;
    opacity: 0.5;
    border: none;
    cursor: pointer;
    background: none;
}

.owl-prev span,
.owl-next span {
    display: none!important;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
    background-size: 22% auto!important;
}

.owl-prev {
    background-image: url(/wp-content/themes/jay-shetty/img/arrow-left-black.png)!important;
    left: -80px;
}

.owl-next {
    background-image: url(/wp-content/themes/jay-shetty/img/arrow-right-black.png)!important;
    right: -80px;
}

.owl-stage-outer {
    overflow: hidden;
}


/* Header */

header.section {
    position: fixed;
    padding: 20px 50px;
    z-index: 9;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

header.section.active {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px 50px;
}

svg#logo {
    height: 60px;
}

.hamburger {
    position: absolute;
    display: block;
    right: 35px;
    top: 40px;
    z-index: 999;
    padding: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

header.section.active svg#logo {
    height: 50px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

header.section.active .hamburger {
    top: 25px;
}

.menu-header-container {
    float: right;
}

.menu-header-container ul.menu,
.menu-header-container ul.menu li,
.menu-header-container ul.menu li a {
    float: left;
    margin: 0;
    padding: 0;
}

.menu-header-container ul.menu li {
    padding: 20px 15px;
}

header.section.active .menu-header-container ul.menu li {
    padding: 18px 15px 14px 15px;
}

.menu-header-container ul.menu li a {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    padding: 0 0 3px 0;
}

.menu-header-container ul.menu li:hover a,
.menu-header-container ul.menu li.current-menu-item a {
    border-bottom: 2px solid #fff;
}

.menu-header-container ul.menu li.cta-btn {
    padding: 5px 25px;
    margin-right: 50px;
}

header.section.active ul.menu li.cta-btn {
    padding: 5px 25px;
}

.menu-header-container ul.menu li.cta-btn a {
    border: 2px solid #F54985;
    color: #F54985;
    border-radius: 4px;
    line-height: 50px;
    padding: 0 25px;
}

header.section.active .menu-header-container ul.menu li.cta-btn a {
    line-height: 40px;
}

.menu-header-container ul.menu li.cta-btn a:hover {
    background: #F54985;
    color: #fff!important;
    border-bottom: none!important;
}

.slide-out-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    right: -250px;
    width: 250px;
    background: #FFFFFF;
    overflow: hidden;
    overflow-y: auto;
    text-align: right;
    padding: 120px 35px 30px 35px;
    z-index: 99;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 700;
    color: #0A1C2F;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.hamburger.is-active {
    position: fixed;
}

.slide-out-menu.active {
    right: 0;
}

.slide-out-menu li {
    padding: 0 0 15px 0;
}

.slide-out-menu a {
    color: #0A1C2F!important;
}

.slide-out-menu li.current-menu-item a {
    color: #F54985!important;
}

.slide-out-menu a:hover {
    color: #F54985!important;
}

.slide-out-menu li.smaller {
    padding: 15px 0 0 0;
}

.slide-out-menu li.smaller a {
    font-size: 0.8rem;
}

.slide-out-menu li.mobile-only {
    display: none;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background: #000;
}

svg#logo {
    fill: #fff;
}
.page-template-giving header.section,
.page-template-contact header.section,
.page-template-press header.section,
.page-template-courses header.section,
.page-template-new-courses header.section,
.page-template-quizzes header.section{
    background: #fff;
}
header.section.active .menu-header-container ul.menu li a,
.page-template-giving .menu-header-container ul.menu li a,
.page-template-contact .menu-header-container ul.menu li a,
.page-template-press .menu-header-container ul.menu li a,
.page-template-courses .menu-header-container ul.menu li a,
.page-template-new-courses .menu-header-container ul.menu li a,
.page-template-quizzes .menu-header-container ul.menu li a{
    color: #0A1C2F;
}

header.section.active .menu-header-container ul.menu li:hover a,
header.section.active .menu-header-container ul.menu li.current-menu-item a,
.page-template-giving .menu-header-container ul.menu li:hover a,
.page-template-contact .menu-header-container ul.menu li:hover a,
.page-template-press .menu-header-container ul.menu li:hover a,
.page-template-courses .menu-header-container ul.menu li:hover a,
.page-template-new-courses .menu-header-container ul.menu li:hover a,
.page-template-quizzes .menu-header-container ul.menu li:hover a,
.page-template-giving .menu-header-container ul.menu li.current-menu-item a,
.page-template-contact .menu-header-container ul.menu li.current-menu-item a,
.page-template-press .menu-header-container ul.menu li.current-menu-item a,
.page-template-courses .menu-header-container ul.menu li.current-menu-item a,
.page-template-new-courses .menu-header-container ul.menu li.current-menu-item a,
.page-template-quizzes .menu-header-container ul.menu li.current-menu-item a{
    border-bottom: 2px solid #0A1C2F;
}

header.section.active svg#logo,
.page-template-giving svg#logo,
.page-template-contact svg#logo,
.page-template-press svg#logo,
.page-template-courses svg#logo,
.page-template-new-courses svg#logo,
.page-template-quizzes svg#logo{
    fill: #0A1C2F;
}

header.section.active .menu-header-container ul.menu li.cta-btn a,
.page-template-giving .menu-header-container ul.menu li.cta-btn a,
.page-template-contact .menu-header-container ul.menu li.cta-btn a,
.page-template-press .menu-header-container ul.menu li.cta-btn a,
.page-template-courses .menu-header-container ul.menu li.cta-btn a,
.page-template-new-courses .menu-header-container ul.menu li.cta-btn a,
.page-template-quizzes .menu-header-container ul.menu li.cta-btn a{
    color: #F54985;
}

header.section.active .hamburger-box .hamburger-inner:before,
.page-template-giving .hamburger-box .hamburger-inner:before,
.page-template-contact .hamburger-box .hamburger-inner:before,
.page-template-press .hamburger-box .hamburger-inner:before,
.page-template-courses .hamburger-box .hamburger-inner:before,
.page-template-new-courses .hamburger-box .hamburger-inner:before,
.page-template-quizzes .hamburger-box .hamburger-inner:before,
header.section.active .hamburger-box .hamburger-inner:after,
.page-template-giving .hamburger-box .hamburger-inner:after,
.page-template-contact .hamburger-box .hamburger-inner:after,
.page-template-press .hamburger-box .hamburger-inner:after,
.page-template-courses .hamburger-box .hamburger-inner:after,
.page-template-new-courses .hamburger-box .hamburger-inner:after,
.page-template-quizzes .hamburger-box .hamburger-inner:after,
header.section.active .hamburger-box .hamburger-inner,
.page-template-giving .hamburger-box .hamburger-inner,
.page-template-contact .hamburger-box .hamburger-inner,
.page-template-press .hamburger-box .hamburger-inner,
.page-template-courses .hamburger-box .hamburger-inner,
.page-template-new-courses .hamburger-box .hamburger-inner,
.page-template-quizzes .hamburger-box .hamburger-inner{
    background: #000;
}


/* Hero */

section.hero {
    min-height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}

section.page-hero {
    min-height: 0;
    height: auto;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 60px;
}


/* Footer */

.footer {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.single-podcast .footer {
    padding-bottom: 100px;
}

.footer .row {
    display: flex;
}

.footer a,
.footer h5 {
    color: #fff;
}

.footer-nav {
    background: #172D44;
    padding: 50px 5vw;
    position: relative;
}

.footer .div-full {
    max-width: 550px;
    margin: 0 auto;
    float: none;
    display: inline-table;
}

.footer-optin {
    order: 2;
    background: #0A1C2F;
    padding: 50px 5vw 140px 5vw;
    position: relative;
}

.footer-optin .infusion-form::after {
    content: "Please enter both first name and email to continue.";
    color: #cc0000;
    display: none;
    width: 100%;
    clear: both;
    color: #fff;
    padding-top: 10px;
}

.footer-optin .infusion-form.error::after {
    display: block;
}

.footer-optin input[type="text"] {
    font-size: 1rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    line-height: 40px;
    padding: 0 10px;
    font-family: Lato, sans-serif;
}

.footer-optin input[type="text"].error {
    line-height: 36px;
    background: #fff;
    color: #333;
}

.footer .div-full.copyright,
.footer .div-full.footer-social {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.footer .div-full.copyright {
    font-size: 0.8rem;
    max-width: 450px;
}

.footer .div-full.copyright p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    margin-top:20px;
}

.footer .div-full.copyright a {
    margin: 0 5px;
}

.footer .div-full.footer-social label {
    color: rgba(255, 255, 255, 0.5);
    line-height: 22px;
    display: inline-table;
    float: left;
    margin-right: 10px;
}

ul.social-links {
    display: inline-table;
}

ul.social-links li {
    float: left;
    margin: 0 10px;
}

ul.social-links a {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    opacity: 0.5;
}

ul.social-links a:hover {
    opacity: 1;
}

ul.social-links a.ic-fb {
    background-image: url(/wp-content/themes/jay-shetty/img/icon-fb.png);
    background-size: auto 15px;
}

ul.social-links a.ic-tw {
    background-image: url(/wp-content/themes/jay-shetty/img/icon-tw.png);
    background-size: auto 15px;
}

ul.social-links a.ic-ig {
    background-image: url(/wp-content/themes/jay-shetty/img/icon-ig.png);
    background-size: auto 15px;
}

ul.social-links a.ic-li {
    background-image: url(/wp-content/themes/jay-shetty/img/icon-li.png);
    background-size: auto 15px;
}

ul.social-links a.ic-yt {
    background-image: url(/wp-content/themes/jay-shetty/img/icon-yt.png);
    background-size: auto 15px;
}

ul.social-links a.ic-pin {
    background-image: url(/wp-content/themes/jay-shetty/img/pinterest.png);
    background-size: auto 15px;
}

ul.social-links a.ic-md {
    background-image: url(/wp-content/themes/jay-shetty/img/medium.png);
    background-size: auto 15px;
}

.menu-footer-container ul,
.menu-footer-container li,
.menu-footer-container li a {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
}

.menu-footer-container ul#menu-footer>li {
    width: 33.3333%;
    line-height: 30px;
    font-size: 0.9rem;
}

.menu-footer-container ul#menu-footer>li>a {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    font-family: brandon-grotesque, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    display: none;
}

.menu-footer-container ul#menu-footer>li ul li {
    width: 100%;
}


/* Ribbon Section */

section.ribbon-section {
    background: #294B6E;
    text-align: center;
    padding: 20px 0;
}

section.ribbon-section .ribbon-image {
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 200px;
    background: url(/wp-content/themes/jay-shetty/img/ribbon-book.png) no-repeat center;
    background-size: auto 100%;
}

section.ribbon-section h6 {
    color: #2AA786;
}

section.ribbon-section h3,
section.ribbon-section h6 {
    display: inline-table;
    float: left;
    line-height: 40px;
    margin: 5px 0;
}

section.ribbon-section h3 {
    color: #fff;
    margin-left: 220px;
    margin-right: 20px;
}

section.ribbon-section .btn {
    float: right;
    background: #2AA786;
    color: #fff;
}

.owl-nav.disabled {
    display: none;
}

.privacy-policy-banner {
    background-color: #0A1C2F;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    z-index: 40;
}

.privacy-policy-banner .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    align-items: center;
    font-size: 13px;
}

.privacy-policy-banner .content p {
    margin: 0 10px 5px 0;
    color: rgba(255, 255, 255, 0.75)!important;
}

.privacy-policy-banner .content p a {
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

@media (max-width: 768px) {
    .privacy-policy-banner .content p {
        width: 100%;
    }
}

.privacy-policy-banner .content a.accept {
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    margin: 0px 10px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
    background: #F54985;
}


/* Homepage */


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide-thumbnails .owl-item {
    display: block;
    float: left;
    height: 10vw;
}

.slide-thumb {
    font-family: brandon-grotesque, sans-serif;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    height: 20px;
    display: block;
    float: left;
    background-size: cover;
    background-size: 105% auto;
    background-position: center;
    position: relative;
    cursor: pointer;
    height: 10vw;
    margin: 0.5vw;
    padding: 1vw;
}

.slide-thumb:hover {
    opacity: 0.75;
}

.slide-thumb:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50%;
    background: rgb(10, 28, 47);
    background: linear-gradient(180deg, rgba(10, 28, 47, 0) 0%, rgba(10, 28, 47, 1) 100%);
}

.slide-thumb h6 {
    z-index: 2;
    position: absolute;
    display: block;
    color: #ffffff;
    bottom: 0;
}

.slide-thumb.slick-current h6,
.slide-thumb.slick-current:after {
    display: none;
}

.slide-thumb.slick-current {
    opacity: 1;
    border-bottom: 5px solid #F54985;
}

.hero-slide .image-background::after,
.hero-slide .video-background::after {
    content: "";
    display: block;
    position: absolute;
    width: 101%;
    top: 0;
    left: 0;
    bottom: 0;
    height: calc(var(--vh, 1vh) * 100);
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.20351890756302526) 20%, rgba(10, 28, 47, 1) 80%);
    z-index: 3;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.video-hero-slide,
.hero-slide {
    display: block;
    position: absolute!important;
    width: 100%;
    left: 0!important;
    top: 0!important;
    z-index: 0;
    height: 100vh;
}

.video-hero-wrapper {
    display: block;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
}

.hero-slide .video-background-mobile,
.hero-slide .video-background {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.hero-slide .video-background video {
    display: block;
    position: absolute;
    z-index: 1;
    min-width: 100%!important;
    min-height: calc(var(--vh, 1vh) * 100)!important;
    left: 30%!important;
    top: 0!important;
    transform: translateX(-50%)!important;
}

.hero-slide .image-background {
    background-size: cover;
    display: block;
    position: absolute;
    background-position: center;
    z-index: 1;
    min-width: 100%!important;
    min-height: calc(var(--vh, 1vh) * 100)!important;
    left: 30%!important;
    top: 0!important;
    transform: translateX(-50%)!important;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.slide-content {
    /* opacity: 0; */
    display: block;
    position: absolute;
    z-index: 8;
    left: 45%;
    right: 0;
    top: 50%;
    margin-top: -3.5vw;
    padding: 0 10vw;
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-content h1 {
    font-size: 3.5vw;
    line-height: 1.2;
    margin: 0.5em;
    font-weight: 800;
    letter-spacing: 0;
}

.slide-content p {
    font-size: 1.2vw;
    color: rgba(255, 255, 255, 0.75);
}

.page-template-homepage .slide-content p {
    max-width: 32vw;
    margin: 10px auto;
}

.slide-content p a.video-trigger {
    color: #F54985;
    font-weight: 600;
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.hero-slide.slick-current .slide-content,
.hero-slide.slick-current .video-background,
.hero-slide.slick-current .image-background {
    opacity: 1;
}

.video-hero-slide .image-background,
.video-hero-slide .video-background {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.video-hero-slide .video-hero-content {
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
}


/* .video-hero-slide .image-background,
.video-hero-slide .video-background,
.video-hero-slide .video-hero-content {
  opacity:0!important;
  z-index: 2!important;
}
.video-hero-slide.slick-current .image-background,
.video-hero-slide.slick-current .video-background,
.video-hero-slide.slick-current .video-hero-content {
  opacity:1!important;
  z-index: 999!important;
} */

.slide-thumbnails {
    position: absolute;
    background-size: cover;
    bottom: 0;
    z-index: 2;
    padding: 50px 5vw 30px 5vw;
    width: 100%;
    background: rgb(10, 28, 47);
    background: linear-gradient(180deg, rgba(10, 28, 47, 0) 0%, rgba(10, 28, 47, 1) 69%, rgba(10, 28, 47, 1) 100%);
}

.hero-video {
    background: #000;
}

.hero-video .slide-thumbnails {
    background: rgb(10, 28, 47);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 69%, rgba(0, 0, 0, 1) 100%);
    padding: 2vw;
}

.hero .nav {
    position: absolute;
    bottom: 9vw;
    width: 95vw;
    left: 2.25vw;
    z-index: 2;
}

.hero .nav .arrows {
    width: 30px;
    /* height: 30px; */
    vertical-align: middle;
    height: 70px;
    position: relative;
    cursor: pointer;
}

.hero .nav .arrows:after,
.hero .nav .arrows:before {
    content: "";
    display: block;
    width: 3px;
    height: 25px;
    background-color: #8f8f8f;
    position: absolute;
    top: 60%;
    transform: translateY(-50%) rotateZ(45deg);
    right: 15px;
    transition: 0.3s ease;
}

.hero .nav .arrows:before {
    transform: translateY(calc(-50% - 15px)) rotateZ(-45deg);
}

.hero .nav .arrows.next {
    position: absolute;
    right: 0;
}

.hero .nav .arrows.back {
    transform: rotateZ(180deg);
    position: absolute;
    left: 0;
}

section.start-here {}

.start-here .fifth-col {
    padding: 0 1vw;
}

.start-here .fifth-col a {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.start-here .fifth-col img {
    height: 14vw;
    width: auto;
    display: inline-table;
    float: none;
    margin: 0 0 2vw 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.start-here .fifth-col:hover img {
    height: 15vw;
    margin: -0.5vw 0 1.5vw 0;
}

.start-here .fifth-col p.sm strong {
    font-weight: 600;
}

a.fixed-button {
    display: block;
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 140px;
    height: 140px;
    text-align: center;
    border-radius: 200px;
    background: #F54985;
    color: #fff;
    z-index: 999;
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.fixed-button .before {
    display: block;
    position: absolute;
    opacity: 1;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    padding-top: 32px;
    width: 120px;
    margin: 0 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.fixed-button .after {
    position: absolute;
    display: block;
    opacity: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    width: 140px;
    margin: 25px 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.fixed-button:hover {
    width: 160px;
    height: 160px;
}

a.fixed-button:hover .before {
    opacity: 0;
}

a.fixed-button:hover .after {
    opacity: 1;
}

ul.press-logos {
    overflow: hidden;
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    padding: 25px 0px;
}

ul.press-logos .owl-item,
ul.press-logos li,
ul.press-logos li img {
    display: inline-table;
    line-height: 40px;
}

ul.press-logos li img {
    width: auto;
    display: inline;
    vertical-align: middle;
    opacity: 0.5;
    height: 100px;
    margin: -25px 0;
}

.home-about {
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}

.timeline-wrapper {
    position: absolute;
    width: 200vw;
    height: 200vh;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.about-photo-print,
.photo-print {
    display: block;
    position: absolute;
    width: 15vh;
    height: 20vh;
    background-size: cover;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.about-photo-print:after,
.photo-print:after {
    content: "";
    display: block;
    position: absolute;
    width: 16vh;
    height: 22vh;
    top: -0.6vw;
    left: -0.35vw;
    background: url(/wp-content/themes/jay-shetty/img/photo-paper.png) no-repeat center;
    background-size: 100% auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.about-photo-print {
    width: 40vh;
    height: 54vh;
}

.about-photo-print:after {
    width: 44vh;
    height: 60vh;
    top: -1.1vw;
    left: -1.3vw;
}

.photo-print.print1 {
    left: 20vw;
    top: 40vh;
    transform: rotate(-15deg);
}

.photo-print.print2 {
    left: 90vw;
    top: 10vh;
    transform: rotate(15deg);
}

.photo-print.print3 {
    top: 85vh;
    left: 98vw;
    transform: rotate(-15deg);
}

.photo-print.print4 {
    top: 5vh;
    left: 170vw;
    transform: rotate(15deg);
}

.about-photo-print.about-print1 {
    left: -3vw;
    top: 30%;
    transform: translateY(-50%) rotate(5deg);
}

.about-photo-print.about-print2 {
    right: -3vw;
    top: 30%;
    transform: translateY(-50%) rotate(-5deg);
}

.about-photo-print.about-print3 {
    left: -3vw;
    top: 70%;
    transform: translateY(-50%) rotate(-5deg);
}

.about-photo-print.about-print4 {
    right: -3vw;
    top: 70%;
    transform: translateY(-50%) rotate(5deg);
}

.timeline-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30vw;
    transform: translate(0, -50%);
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.timeline-content.hide {
    display: none;
    opacity: 0!important;
}

.home-about.step1 .timeline-wrapper {
    left: -10vw;
    top: -21vh;
}

.home-about.step2 .timeline-wrapper {
    left: -30vw;
    top: 10vh;
}

.home-about.step3 .timeline-wrapper {
    left: -85vw;
    top: -60vh;
}

.home-about.step4 .timeline-wrapper {
    left: -110vw;
    top: 15vh;
}

.home-about.step1 .photo-print.print1 {
    transform: rotate(-5deg);
}

.home-about.step2 .photo-print.print2 {
    transform: rotate(-5deg);
}

.home-about.step3 .photo-print.print3 {
    transform: rotate(-5deg);
}

.home-about.step4 .photo-print.print4 {
    transform: rotate(-5deg);
}

.home-about.step1 .photo-print.print1,
.home-about.step2 .photo-print.print2,
.home-about.step3 .photo-print.print3,
.home-about.step4 .photo-print.print4 {
    width: 45vh;
    height: 60vh;
}

.home-about.step1 .photo-print.print1:after,
.home-about.step2 .photo-print.print2:after,
.home-about.step3 .photo-print.print3:after,
.home-about.step4 .photo-print.print4:after {
    width: 49vh;
    height: 64vh;
    top: -1.2vw;
    left: -1.3vw;
}

.home-about.step1 .timeline1 {
    opacity: 1;
}

.home-about.step2 .timeline2 {
    opacity: 1;
}

.home-about.step3 .timeline3 {
    opacity: 1;
}

.home-about.step4 .timeline4 {
    opacity: 1;
}

.timeline-content.timeline2,
.timeline-content.timeline4 {
    left: auto;
    right: 50%;
}

.timeline-content span {
    font-family: 'Liu Jian Mao Cao', cursive;
    color: #F54985;
    font-size: 5rem;
}

.timeline-content p {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 1rem;
}

.home-courses {
    height: calc(56vw + 50px);
    background: url(/wp-content/themes/jay-shetty/img/course-background-oct.jpg) no-repeat center bottom;
    background-size: cover;
}

.home-stories {
    background: #10243a;
    height: 50vw;
}

.home-stories .owl-item {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.home-stories .owl-item:last-child {
    display: none;
}


/* .home-stories .owl-item.cloned {
opacity:0;
}
.home-stories .owl-item.cloned.active {
  opacity:1;
} */

.home-stories .card {
    width: 100%;
}

.home-stories .card-thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
}

.home-stories .card-content {
    padding: 20px 20px;
    text-align: center;
    height: 140px;
}

.home-stories .card-content label {
    color: rgba(10, 28, 47, 0.5);
    font-size: 0.7rem;
    display: block;
}

.home-stories .card-content h5 {
    color: #0A1C2F;
}

.home-stories .owl-item {
    opacity: 0.35;
}

.home-stories .owl-item.big {
    opacity: 1;
}

.home-stories .owl-item.big .card-content label {}

.home-stories .owl-item.big h5 {}

.stories-slider .owl-dots,
.hero-stories-content {
    position: absolute;
    top: 50%;
    left: 55%;
    right: 10%;
    z-index: 1;
    text-align: center;
}

.hero-stories-content {
    left: 45%;
    right: 15%;
    margin-top: 30px;
}

.stories-slider .owl-dots {
    top: 90vh;
}

#card4 {
    display: none;
}

.featured-podcast .tile-episode.card {
    width: 13.67vw;
    margin: 0.5vw;
    float: left;
    display: block;
}

.featured-podcast .card-thumbnail img {
    bottom: 0!important;
    top: 10%!important;
    left: 55%!important;
    transform: translateX(-50%);
    height: 90%!important;
    width: auto!important;
    opacity: 0.8;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.featured-podcast .tile-episode.card:hover img {
    top: 5%!important;
    height: 95%!important;
    opacity: 1;
}

.featured-podcast .card#feature0 .card-thumbnail,
.featured-podcast .card#feature2 .card-thumbnail,
.featured-podcast .card#feature4 .card-thumbnail,
.featured-podcast .card#feature7 .card-thumbnail,
.featured-podcast .card#feature9 .card-thumbnail,
.featured-podcast .card#feature11 .card-thumbnail {
    height: 19vw;
}

.featured-podcast .card#feature1 .card-thumbnail,
.featured-podcast .card#feature3 .card-thumbnail,
.featured-podcast .card#feature5 .card-thumbnail,
.featured-podcast .card#feature6 .card-thumbnail,
.featured-podcast .card#feature8 .card-thumbnail,
.featured-podcast .card#feature10 .card-thumbnail {
    height: 15vw;
}

.about-podcast {
    padding: 50px;
    background: #e5e5e5;
    padding-left: 30%;
    padding-right: 10%;
    background: url(/wp-content/themes/jay-shetty/img/about-podcast.png) no-repeat 5.5% bottom #e5e5e5;
    background-size: auto 90%;
}

.about-podcast p {
    margin-bottom: 0;
}

.podcast-sponsors {
    width: 100%;
    padding: 30px 0;
    display: inline-block;
    margin-top: 30px;
}

.bctt-click-to-tweet {
    border: none!important;
    background: #DFE2E4!important;
    border-radius: 0;
    position: relative;
    overflow: visible;
    margin-bottom: 80px;
    padding: 30px 40px!important;
}

.bctt-click-to-tweet:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(/wp-content/themes/jay-shetty/img/tip.png) no-repeat center;
    background-size: auto 100%;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    visibility: visible;
}

.bctt-ctt-text a {
    font-family: brandon-grotesque, sans-serif!important;
    letter-spacing: 0.1rem;
    text-transform: uppercase!important;
    font-size: 1.2rem;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #0A1C2F!important;
    text-align: center!important;
}

a.bctt-ctt-btn {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 0 0 0!important;
    background: url(/wp-content/themes/jay-shetty/img/clicktweet.png) no-repeat center top!important;
    background-size: 30px auto!important;
    font-family: brandon-grotesque, sans-serif!important;
    letter-spacing: 0.05rem;
}

section.hero-blog {
    background-size: cover;
    height: 40vw;
    position: relative;
    background-position: center;
}

section.hero-blog .btn {
    cursor: pointer;
    background: url(/wp-content/themes/jay-shetty/img/down-arrow.png) no-repeat center bottom;
    background-size: 20px auto;
    padding-bottom: 10px;
}

section.hero-blog .btn.link {
    background: none;
}

section.hero-blog::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25253851540616246) 0%, rgba(10, 28, 47, 1) 100%);
    z-index: 0;
}

.blog-featured-content {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    width: 100%;
    padding: 0 50px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.blog-featured-content h3 {
    margin-bottom: 30px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
}

body.page-template-blog {
    background: #f5f5f5;
}

.page-template-blog .content-section {
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
}

.thumbnail-blog-post {
    width: 22.2vw;
    display: block;
    padding: 10px;
    margin: 0;
}

.search-results-section {
    background: #f5f5f5;
}

.search-result-item {
    display: block;
    float: left;
    width: 25%;
    padding: 10px;
}

.search-result-item .thumbnail-blog-post {
    padding: 0;
    width: 100%;
}

.search-result-item .tile-episode .card-content,
.search-result-item .blog-thumb-content {
    height: 200px;
}

.search-result-item .card-thumbnail,
.search-result-item .blog-thumbnail {
    padding-bottom: 85%;
    background-position: center;
}

.search-result-item .blog-thumbnail {
    background-color: #fff;
}

.search-result-item .blog-thumb-content {
    padding: 20px 25px;
}

.blog-thumb-content p,
.search-result-item p {
    color: #0A1C2F;
    font-size: 1rem!important;
    margin: 10px 0!important;
}

.search-result-item .card-thumbnail img {
    bottom: 0;
    height: 100%;
}

.posts-navigation {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
}

.nav-previous {
    display: block;
    float: left;
}

.nav-next a,
.nav-previous a {
    padding: 10px 30px;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
    border: 2px solid #F54985;
    border-radius: 5px;
}

.search-hero input[type="search"] {
    border: none!important;
    background: #fff;
    line-height: 50px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #0A1C2F;
    font-family: Lato, sans-serif;
    margin: 0 5px;
    display: block;
    float: left;
    height: 50px;
}

.search-hero .search-form {
    display: inline-table;
}

.search-hero input[type="submit"] {
    margin: 0 5px;
    display: block;
    float: left;
    display: inline-table;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
    background: #F54985;
    border: none;
    color: #fff;
    height: 52px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 5px;
}

.nav-next {
    display: block;
    float: right;
}


/* .thumbnail-blog-post,
.topic-episodes .grid-sizer {
  width:20vw;
  margin: 0;
  overflow: hidden;
} */

.blog-thumb-content {
    height: 200px;
    padding: 20px 30px 40px 30px;
    background: #fff;
}

.blog-content-section * {
    letter-spacing: 0;
    text-transform: none;
}

.thumbnail-blog-post h3 {
    margin: 20px 0 0 0;
    font-size: 1rem;
    line-height: 1.4;
}

.thumbnail-blog-post a.btn.link {
    margin-top: 20px;
}

.thumbnail-blog-post h3 a {
    color: #0A1C2F;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

section.episode.content-section ul,
section.episode.content-section ol {
    padding-left: 25px;
}

section.episode.content-section ul li {
    list-style: disc;
    margin: 10px 0;
    line-height: 1.4;
}


/* section.episode.content-section ol li {
    list-style: decimal;
    margin: 10px 0;
    line-height: 1.4;
} */

.blog-thumbnail {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    background-size: cover;
}

.blog-featured-content * {
    color: #fff;
}

.blog-featured-content h1 {
    font-size: 2.8rem;
    line-height: 1.1;
}


/* Podcast */

.tile-episodes .tile-episode:hover .card-thumbnail h4 {}

.tile-episodes .tile-episode.new-episode::before {
    content: "NEW";
    display: block;
    position: absolute;
    background: #F54985;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: brandon-grotesque, sans-serif;
    z-index: 999;
    font-size: 0.8rem;
}

.topic-work {
    background-color: #294b6e;
}

.featured-podcast-guest.topic-work:hover,
.tile-episodes .tile-episode:hover .topic-work {
    background-color: #1c2d3d;
}

.topic-love {
    background-color: #157377;
}

.featured-podcast-guest.topic-love:hover,
.tile-episodes .tile-episode:hover .topic-love {
    background-color: #173637;
}

.topic-self {
    background-color: #583636;
}

.featured-podcast-guest.topic-self:hover,
.tile-episodes .tile-episode:hover .topic-self {
    background-color: #2c1b1b;
}

.topic-service {
    background-color: #4F4F78;
}

.featured-podcast-guest.topic-service:hover,
.tile-episodes .tile-episode:hover .topic-service {
    background-color: #2a2a43;
}

.topic- {
    background-color: #999;
}

.topic-episodes .card-thumbnail h4 {
    font-size: 1.2rem;
}

.read-more-copy {
    display: inline-block;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.read-more-copy.active {
    max-height: 5000px;
}

.read-more-link {
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
    cursor: pointer;
}

.read-more-link:after {
    content: "+ Read more";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    padding: 0 20px;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #666;
    font-weight: 700;
    font-size: 1rem;
}

.read-more-link:hover:after {
    color: #333;
}

.read-more-link.active:after {
    content: "- Read less";
}

section.hero-episode .photo-credit {
    color: rgba(255, 255, 255, 0.35);
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    font-size: 0.9rem;
}

section.hero.hero-episode {
    min-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
}

section.topic-episodes {
    position: relative;
    padding: 2vw 5vw!important;
}

section.topic-episodes .owl-dots {
    transform: none;
    top: 0;
    right: 0;
    margin-top: -50px;
    width: auto;
    left: auto;
}

section.hero-episode:before {
    content: "";
    display: block;
    position: absolute;
    width: 75vw;
    height: 9.872029279333175vw;
    background: url(/wp-content/themes/jay-shetty/img/podcast-logo-black.png) no-repeat center;
    background-size: 100% auto;
    opacity: 0.15;
    top: 33%;
    right: 5vw;
    transform: translateY(-50%);
}

section.hero-episode:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40vh;
    background: rgb(0, 0, 0, 1);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

section.hero-episode .episode-thumbnail {
    display: block;
    position: absolute;
    top: 0;
    height: calc(var(--vh, 1vh) * 100);
    width: calc(var(--vh, 1vh) * 100);
    background-size: auto 100%;
}

.episode-hero-content {
    position: absolute;
    width: 90vw;
    right: 5vw;
    left: 5vw;
    bottom: 30vh;
    z-index: 2;
    text-align: right;
    color: #fff;
}

.episode-hero-content p label,
.episode-hero-content p,
.episode-hero-content h1,
.episode-hero-content h4 {
    color: #fff;
}

.episode-hero-content p label {
    padding: 0 20px;
}

.episode-hero-content h4 {
    margin: 20px 0 40px 0;
    font-size: 1.6vw;
}

.episode-hero-content h1 {
    font-size: 5vw;
}

.episode-player {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.topic-self .episode-player {
    background: #271919;
}

.topic-love .episode-player {
    background: #0d2e30;
}

.topic-work .episode-player {
    background: #0A1C2F;
}

.topic-service .episode-player {
    background: #2a2b40;
}

.episode-meta-data {
    position: absolute;
    top: 20px;
    color: #fff;
    z-index: 8;
    left: 10vw;
}

.episode-meta-data span {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.episode-meta-data span.meta-title {
    font-weight: 700;
    font-size: 0.8rem;
}

.episode-meta-data span.meta-data {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
}

.episode-meta-data span.meta-data strong {
    font-weight: 800;
}

.episode-player .awp-left,
.episode-player .awp-middle,
.episode-player .awp-right {
    display: block;
    position: absolute;
    top: 40px;
    border-left: none!important;
    border-right: none!important;
    padding: 0!important;
}

.episode-player .awp-left,
.episode-player .awp-right {
    width: 10vw;
}

.episode-player .awp-left {
    top: 20px;
}

.awp-left-control-container {
    width: 60px!important;
    height: 60px!important;
    position: absolute;
    right: 20px;
}

.episode-player .awp-control {
    width: 60px!important;
    height: 60px!important;
    border: 2px solid #F54985!important;
    border-radius: 999px!important;
}

.art19-web-player .awp .awp-ad-skip,
div.art19-web-player .awp .awp-ad-skip,
.episode-player .awp-control .awp-icon {
    color: #F54985!important;
}

.episode-player .awp-download-button,
.episode-player .awp-volume-control,
.episode-player .awp-brand-logo {
    display: none!important;
    opacity: 0!important;
}

.art19-web-player .awp {
    background: none!important;
}

.art19-web-player .awp .awp-ad-progress .ui-slider-range,
div.art19-web-player .awp .awp-ad-progress .ui-slider-range,
.art19-web-player .awp .awp-progress .ui-slider-range,
.art19-web-player .awp .awp-volume-slider .ui-slider-range,
div.art19-web-player .awp .awp-progress .ui-slider-range,
div.art19-web-player .awp .awp-volume-slider .ui-slider-range {
    background: #F54985!important;
}

.art19-web-player.awp-micro .awp .awp-left>*,
.art19-web-player.awp-micro .awp .awp-micro-table-wrapper>*,
.art19-web-player.awp-micro .awp .awp-right>*,
div.art19-web-player.awp-micro .awp .awp-left>*,
div.art19-web-player.awp-micro .awp .awp-micro-table-wrapper>*,
div.art19-web-player.awp-micro .awp .awp-right>*,
.art19-web-player .awp,
div.art19-web-player .awp {
    border: none!important;
    box-shadow: none!important;
}

.video-iframe {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.video-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

ul.podcast-timestamp {}

ul.podcast-timestamp li {
    display: block;
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    line-height: 20px;
}

ul.podcast-timestamp li label {
    display: inline;
    float: right;
    width: auto;
    line-height: 20px;
    color: #0A1C2F;
}

.single-review {
    padding: 10%;
}

.single-review h3 {
    text-align: center;
    color: #0A1C2F;
    font-family: Lato, sans-serif;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
}

.single-review h5 {
    text-align: center;
}

.single-review .stars-five {
    display: block;
    height: 20px;
    margin: 20px 0;
    width: 100%;
    background: url(/wp-content/themes/jay-shetty/img/five-star.png) no-repeat center;
    background-size: auto 100%;
}

section.content-section {
    overflow: hidden;
}

.podcast-reviews {}

.podcast-reviews .owl-item {
    /* opacity:0.25; */
    display: inline-table;
}

.podcast-reviews .owl-stage-outer {
    overflow: hidden;
}

.podcast-reviews .owl-item.center {
    opacity: 1;
}

.podcast-reviews .owl-next,
.podcast-reviews .owl-prev {
    position: absolute;
    top: 50%;
}

.podcast-reviews .owl-next {
    right: 0;
}

.podcast-reviews .owl-prev {
    left: 0;
}

a.podcast-review {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 0.9rem;
    color: #0A1C2F;
    line-height: 30px;
    height: 30px;
    display: inline-table;
    padding-left: 40px;
    padding-right: 20px;
}

a.podcast-review.review-spotify {
    background: url(http://jayshetty.me/wp-content/uploads/2021/01/icon-spotify-black.png) no-repeat left center;
    background-size: auto 30px;
}

a.podcast-review.review-apple {
    background: url(http://jayshetty.me/wp-content/uploads/2021/01/icon-apple-black.png) no-repeat left center;
    background-size: auto 30px;
    padding-left: 35px;
    /* border-right: 1px solid #919EAC; */
    margin-right: 20px;
}

.hero-episode p.subscribe-links {
    position: absolute;
    right: 5vw;
    bottom: 20vh;
    margin-top: 10em;
    z-index: 2;
}

.hero-episode p.subscribe-links label {
    color: #fff;
    margin-right: 20px;
}

a.podcast-link {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
    line-height: 50px;
    height: 50px;
    display: inline-table;
    padding-left: 80px;
    padding-right: 40px;
    border: 1px solid #fff;
    border-radius: 4px;
}

a.podcast-link.link-spotify {
    background: url(/wp-content/themes/jay-shetty/img/icon-spotify-white.png) no-repeat 40px center;
    background-size: auto 30px;
    opacity: 0.7;
}

a.podcast-link.link-apple {
    background: url(/wp-content/themes/jay-shetty/img/icon-apple-white.png) no-repeat 35px center;
    background-size: auto 30px;
    padding-left: 70px;
    /* border-right: 1px solid #919EAC; */
    margin-left: 20px;
    margin-right: 10px;
    opacity: 0.7;
}

a.podcast-link.link-spotify:hover,
a.podcast-link.link-apple:hover {
    opacity: 1;
}

.bg-white a.podcast-link {
    border: 1px solid #666;
    color: #000;
    opacity: 0.4;
}

section.sticky-section {
    padding: 0 5vw;
    text-align: center;
}

section.sticky-section .search-form {
    padding: 0 5px;
    margin: 1rem 0;
    display: inline-table;
}

.page-template-podcast section.sticky-section .search-form {
    float: left;
    display: block;
}

section.sticky-section .search-form input[type="search"],
section.sticky-section .search-form input[type="submit"] {
    border: none;
    border-radius: 5px;
    line-height: 50px;
    height: 50px;
    display: block;
    float: left;
    margin: 0 5px;
}

section.sticky-section .search-form input[type="search"] {
    border: 1px solid #ccc;
    padding: 0 15px;
    font-size: 1rem;
    font-family: Lato, sans-serif;
}

section.sticky-section .search-form input[type="submit"] {
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
}

.subscribe-links {
    float: right;
    display: flex;
    align-items: center;
}

.bg-white a.podcast-link.link-spotify {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/icon-spotify-black.png);
    opacity: 0.5;
}

.bg-white a.podcast-link.link-apple {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/icon-apple-black.png);
    opacity: 0.5;
}

.bg-white a.podcast-link.link-pandora {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/pandora-Black.png);
    opacity: 0.5;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #666;
    margin-left: 10px;
    min-height: 52px;
    background-position: center;
    min-width: 150px;
}

.bg-white a.podcast-link.link-stitcher {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/stitcher-Black.png);
    opacity: 0.5;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #666;
    margin-left: 10px;
    min-height: 52px;
    background-position: center;
    min-width: 150px;
}

.bg-white a.podcast-link.link-siriusxm {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/SiriusXm-Black.png);
    opacity: 0.5;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #666;
    margin-left: 10px;
    min-height: 52px;
    background-position: center;
    min-width: 150px;
}
.bg-white a.podcast-link.link-amazon-music {
    background-image: url(http://jayshetty.me/wp-content/themes/jay-shetty/img/amazon-music.svg);
    opacity: 0.5;
    background-size: auto 22px;
    background-repeat: no-repeat;
    border: 1px solid #666;
    margin-left: 10px;
    min-height: 52px;
    background-position: center;
    min-width: 150px;
}
.bg-white a.podcast-link.link-spotify:hover,
.bg-white a.podcast-link.link-apple:hover,
.bg-white a.podcast-link.link-siriusxm:hover,
.bg-white a.podcast-link.link-stitcher:hover,
.bg-white a.podcast-link.link-pandora:hover,
.bg-white a.podcast-link.link-amazon-music:hover{
    opacity: 1;
}

.hero-episode a.podcast-link.link-pandora {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/PANDORA-white-Badges-no-text.png);
    opacity: 0.7;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    margin-left: 10px;
    min-height: 52px;
    background-position: center;
    min-width: 150px;
}

.hero-episode a.podcast-link.link-stitcher {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/STITCHER-Badges-no-text.png);
    opacity: 0.7;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    margin-left: 10px;
    min-height: 52px;
    background-position: center;
    min-width: 150px;
}

.hero-episode a.podcast-link.link-siriusxm {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/SiriusXm-Badges-no-text-1.png);
    opacity: 0.7;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    margin-left: 10px;
    min-height: 52px;
    background-position: center;
    min-width: 150px;
}

.hero-episode a.podcast-link.link-spotify:hover,
.hero-episode a.podcast-link.link-apple:hover,
.hero-episode a.podcast-link.link-siriusxm:hover,
.hero-episode a.podcast-link.link-stitcher:hover,
.hero-episode a.podcast-link.link-pandora:hover {
    opacity: 1;
}

@media (max-width:1024px) {
    .hero-episode p.subscribe-links {
        width: 50%;
        flex-wrap: wrap;
        bottom: 15vh;
        justify-content: flex-end;
    }
    a.podcast-link {
        margin-bottom: 1rem;
    }
}

@media (max-width:992px) {
    .hero-episode p.subscribe-links {
        bottom: 7vh;
    }
}

@media (max-width:768px) {
    .hero-episode p.subscribe-links label {
        width: 100%;
        text-align: right;
    }
    /* .hero-episode a.podcast-link.link-pandora,
    .hero-episode a.podcast-link.link-stitcher,
    .hero-episode p.subscribe-links a.podcast-link {
        padding: 0;
    } */
    .hero-episode p.subscribe-links {
        width: 60%;
    }
}

@media (max-width:425px) {
    .hero-episode p.subscribe-links {
        justify-content: space-evenly;
        width: 100%;
    }
    .hero-episode .subscribe-links a.podcast-link.link-pandora,
    .hero-episode .subscribe-links a.podcast-link.link-stitcher,
    .hero-episode .subscribe-links p.subscribe-links a.podcast-link {
        padding: 0;
        min-width: 110px;
    }
}


/* podcast review */

.podcast-review-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.podcast-review-container h3 {
    width: 100%;
}

a.podcast-review.review-spotify {
    margin-right: 20px;
}

a.podcast-review.review-pandora {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/pandora-logo.png);
    background-size: auto 30px;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-right: 20px;
}

a.podcast-review.review-stitcher {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/stitcher-logo.png);
    background-size: auto 30px;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-right: 20px;
}

a.podcast-review.review-siriusXM {
    background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/siriusxm.png);
    background-size: auto 30px;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-right: 20px;
}

@media (max-width:768px) {
    .sticky-section p.subscribe-links a.podcast-link.link-pandora {
        background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/pandora-logo.png);
    }
    .sticky-section p.subscribe-links a.podcast-link.link-stitcher {
        background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/stitcher-logo.png);
    }
    .sticky-section p.subscribe-links a.podcast-link.link-siriusxm {
        background-image: url(http://jayshetty.me/wp-content/uploads/2021/01/siriusxm.png);
    }
    .sticky-section p.subscribe-links a.podcast-link.link-pandora {
        width: 48%;
        height: 52px;
        min-width: 52px;
        background-size: 35px;
        margin-left: 10px;
    }
    .sticky-section p.subscribe-links a.podcast-link.link-stitcher,
    .sticky-section p.subscribe-links a.podcast-link.link-siriusxm,
    .sticky-section p.subscribe-links a.podcast-link.link-amazon-music{
        width: 48%;
        height: 52px;
        min-width: 52px;
        background-size: 40px;
        margin-left: 10px;
    }
    .sticky-section p.subscribe-links a.podcast-link.link-amazon-music {
        background-image: url(http://jayshetty.me/wp-content/themes/jay-shetty/img/amazon-music-mobile.svg);
        background-size: 36px;
    }
}

@media (max-width:425px) {
    .sticky-section p.subscribe-links {
        flex-wrap: wrap;
    }
    .sticky-section p.subscribe-links a.podcast-link.link-stitcher {
        margin-left: 2%;
    }
    .sticky-section p.subscribe-links a.podcast-link.link-pandora,
    .sticky-section p.subscribe-links a.podcast-link.link-siriusxm {
        margin-left: 0;
    }
    .sticky-section p.subscribe-links a.podcast-link {
        margin-bottom: 6px !important;
    }
    .podcast-review-logo-wpr {
        margin-bottom: 1rem;
    }
}


/* Podcast Featured */

.featured-podcast-guest {
    height: calc(var(--vh, 1vh) * 100);
    display: block;
    cursor: pointer;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center 80%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.featured-podcast-guest h5 {
    display: block;
    position: absolute;
    bottom: 10vh;
    padding: 20vh 20px 0 20px;
    text-align: center;
    width: 100%;
    background: rgb(10, 28, 47);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.featured-podcast-guest:hover h5 {
    padding-bottom: 10vh;
    font-size: 1.1rem;
}

.featured-podcast-guest p {
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease;
    display: block;
    position: absolute;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    width: 100%;
    left: 0;
    top: auto;
    padding: 0 20px;
    opacity: 0;
    height: 80px;
    z-index: 2;
    bottom: 0;
}

.featured-podcast-guest:hover p {
    bottom: 5vh;
    opacity: 1;
}

.featured-podcast-guest::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10vh;
    background: #000;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.featured-podcast-guest::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50vh;
    background: rgb(10, 28, 47);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 90%);
    top: 0;
    opacity: 0.8;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.featured-podcast-guest:hover {
    opacity: 1;
    background-size: auto 55%;
}

.featured-podcast-guest span.play-episode-button {
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    left: 50%;
    top: auto;
    bottom: 5vh;
    transform: translate(-50%, 0%);
    display: block;
    border-radius: 999px;
    text-indent: -99999px;
    cursor: pointer;
    background: url('/wp-content/themes/jay-shetty/img/play-button.png') no-repeat center;
    background-size: 10px auto;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    margin: 20px 0 40px 0;
    opacity: 0;
    z-index: 99!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.featured-podcast-guest:hover span.play-episode-button {
    opacity: 1;
    bottom: 20vh;
}

.podcast-hero-content {
    display: block;
    position: absolute;
    width: 100%;
    padding: 20vh 0 0 0;
    text-align: center;
    z-index: 1;
}

.podcast-hero-content h1 {
    background: url(/wp-content/themes/jay-shetty/img/podcast-logo-black.png) no-repeat center;
    background-size: auto 100%;
    line-height: 80px;
    height: 80px;
    text-indent: -9999999px;
    margin-bottom: 30px;
    opacity: 0.25;
}

.podcast-hero-content h4 {
    opacity: 0.5;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.25em;
}

.card-thumbnail {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.tile-episodes .card-thumbnail::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    height: 50px;
    background: url(/wp-content/themes/jay-shetty/img/podcast-logo-black.png) no-repeat center;
    background-size: 100% auto;
    opacity: 0.2;
}

.tile-episodes .card-thumbnail::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.card-thumbnail h6,
.card-thumbnail h4,
.card-thumbnail img {
    position: absolute;
    left: 20px;
}

.card-thumbnail img {
    left: 25%;
}

.card-thumbnail h6 {
    top: 5.5vw;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

.featured-podcast .tile-episode.card:hover .card-thumbnail h6 {
    opacity: 0.25;
}

.card-thumbnail h4 {
    color: #ffffff;
    bottom: 20px;
    letter-spacing: 0;
    font-size: 1.7rem;
    font-weight: 800;
    z-index: 4;
    right: 30px;
    line-height: 1.2;
}

.tile-episode {
    background: #fff;
}

.tile-episode .card-content {
    height: 180px;
    padding: 20px 25px;
}

.tile-episode .card-content p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 8px 0;
}

.card-content {
    color: #0A1C2F;
}


/* About */

.hero.hero-about {
    background-size: cover;
    position: relative;
}

.hero .video-background,
.hero .video-background video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero .video-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
}

.video-modal {
    display: flex;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.black-overlay {
    display: block;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(243, 243, 238, 0.95);
    z-index: 999;
}

.black-overlay {
    background: rgba(0, 0, 0, 0.85);
}

.video-modal h3 {
    font-family: brandon-grotesque, sans-serif!important;
    font-weight: 700;
    font-size: 1rem;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    float: left;
    width: 100%;
}

.video-responsive::after {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.hero a.scroll-link {
    position: absolute;
    bottom: 100px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    background-size: auto 15px;
    padding-bottom: 0px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.9rem;
}

a.scroll-link-arrow {
    z-index: 999999!important;
    position: fixed;
    bottom: 40px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    background-size: auto 15px;
    padding-bottom: 0px;
    letter-spacing: 0.2em;
    font-size: 0.9rem;
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/themes/jay-shetty/img/scroll-link-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
}

.hero a.scroll-link-arrow {
    position: absolute;
}

.hireme-about:after,
.hero-about:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(var(--vh, 1vh) * 100);
    background: rgb(34, 34, 34);
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.6) 0%, rgba(34, 34, 34, 1) 100%);
}

.hireme-about:after {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 1) 90%);
}

.hireme-about h1,
.hero-about h1 {
    margin: 20px 0 50px 0;
    display: inline-table;
}

@media(max-width:500px) {
    .hireme-about h1 {
        margin-bottom: 30px;
    }
    .hireme-about .btn.primary {
        margin-bottom: 30px;
    }
}

.owl-stage {
    margin: auto;
}

.brand-logos {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: auto;
    z-index: 2;
    line-height: 40px;
    width: 100%;
    text-align: center;
}

.brand-logos:before {
    content: "Brands I've worked with:";
    display: inline-table;
    line-height: 40px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    opacity: 0.8;
    width: auto;
    margin: 0 20px;
    margin-bottom: 10px;
}

.brand-logos img {
    max-width: 100px;
    display: inline-table;
    vertical-align: middle;
    opacity: 0.8;
    line-height: 40px;
    margin: 0 20px;
}

.about-object {
    display: block;
    position: absolute;
    width: 35vw;
    height: 35vw;
    z-index: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -35vw;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.about-object.active {
    width: 45vw;
    height: 45vw;
}

.about-object#block1 {
    background-image: url(/wp-content/themes/jay-shetty/img/object1.png);
    left: -15vw;
}

.about-object#block2 {
    background-image: url(/wp-content/themes/jay-shetty/img/object2.png);
    right: -15vw;
}

.about-object#block3 {
    background-image: url(/wp-content/themes/jay-shetty/img/object3.png);
    left: -15vw;
}

.about-object#block4 {
    background-image: url(/wp-content/themes/jay-shetty/img/object4.png);
    right: -15vw;
}

.about-object#block1.active {
    transform: rotate(-8deg);
}

.about-object#block2.active {
    transform: rotate(5deg);
}

.about-object#block3.active {
    transform: rotate(5deg);
}

.about-object#block4.active {
    transform: rotate(-5deg);
}

.about-container {
    width: 40%;
}

.about-story {
    position: relative;
    overflow: hidden;
    background: #222;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: calc(var(--vh, 1vh) * 100);
}

.about-story h2,
.about-story h3,
.about-story h4 {
    color: #fff;
}

.about-story h2 {
    margin-top: 50px;
}

.about-story-after {
    overflow: hidden;
    background: #fff;
    padding: 80px 0;
}

.about-story-after h1 {
    font-size: 3vw;
}

.about-story h4 strong {
    color: #F54985;
}

.text-block {
    padding: 80px 0;
    z-index: 2;
}

.about-story .text-block h4 {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.about-story .text-block.active h4 {
    font-size: 1.25em;
}

.about-transition-before {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    /* background: #000; */
    z-index: 2;
    color: #fff;
}

.about-transition-before h4 {
    color: #fff;
}

.about-transition-before.hide {
    opacity: 0!important;
    display: none;
}

.about-transition-after {
    background: url(/wp-content/themes/jay-shetty/img/jay-shetty-about.jpg) no-repeat center bottom;
    background-size: cover;
    display: block;
    width: 100%;
    height: 120vh;
    margin-top: -105vh;
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.about-transition-after.active {
    opacity: 1;
}

.about-transition-after h4,
.about-transition-before h4 {
    position: absolute;
    top: 30vh;
    left: 50%;
    transform: translateX(-50%);
    line-height: 80px;
}

.about-transition-after h4 {
    top: 35vh;
}

.about-transition-after h4 small,
.about-transition-before h4 small {
    font-size: 3rem;
}

.flipper .column {
    height: 40vw;
    position: relative;
    background-size: cover;
}

.flipper .column h3 {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    padding: 0 20%;
    font-size: 2.2vw;
    line-height: 1.2;
    transform: translateY(-50%);
}

.flipper .column h3 strong {
    color: #F54985;
}


/* entire container, keeps perspective */

.flip-container {
    perspective: 1000px;
}


/* flip the pane when hovered */

.flip-container.active .flipper {
    transform: rotateY(-180deg);
}

.flip-container,
.front,
.back {
    width: 100%;
    height: 40vw;
}


/* flip speed goes here */

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}


/* hide back of pane during swap */

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}


/* front pane, placed above back */

.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}


/* back, initially hidden pane */

.back {
    transform: rotateY(-180deg);
}

.about-achievements {
    float: right;
    width: 50%;
    text-align: center;
}

.about-achievements .achievement {
    padding: 60px 0;
}

.about-achievements .achievement:first-child {
    padding-top: 180px;
}

.about-achievements .achievement:last-child {
    padding-bottom: 180px;
}

.achievement-copy {
    position: absolute;
    top: 50vh;
    transform: translateY(-50%);
    text-align: center;
    width: 38vw;
    left: 15vw;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.achievement-copy.fixed {
    position: fixed;
}

.achievement-copy.active {
    opacity: 1;
}

.achievement-copy.fixed.bottom {
    position: absolute;
    bottom: 50vh;
    top: auto;
    transform: translateY(50%);
}

.about-achievements .achievement img {
    height: 60px;
    margin-bottom: 20px;
}

.achievement-copy h3 {
    font-size: 2vw;
}

.wisdom-viral {
    /* background: url('/wp-content/themes/jay-shetty/img/wisdom-viral.jpg') no-repeat center;
  background-size: 100% auto; */
    height: 82vw;
    padding: 30vw;
    text-align: center;
    align-items: center;
    position: relative;
}

.wisdom-viral p {
    margin: 1vw 0 5vw 0;
    font-size: 1.4vw;
}

.wisdom-viral .share-box a {
    width: 50%;
    display: block;
    float: left;
}

.wisdom-viral .share-box label {
    width: 100%;
    display: block;
    color: #333;
}

.viral-background {
    width: 16.666666666666667vw;
    height: 16.666666666666667vw;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.viral-background#photo0 {
    left: 0;
}

.viral-background#photo1 {
    left: 16.666666666666667vw;
}

.viral-background#photo2 {
    left: 33.333333333333334vw;
}

.viral-background#photo3 {
    left: 50vw;
}

.viral-background#photo4 {
    left: 66.666666666666667vw;
}

.viral-background#photo5 {
    right: 0;
    left: auto;
}

.viral-background#photo6 {
    top: 16.666666666666667vw;
}

.viral-background#photo7 {
    right: 0;
    left: auto;
    top: 16.666666666666667vw;
}

.viral-background#photo8 {
    left: 0;
    top: 33.333333333333334vw;
}

.viral-background#photo9 {
    right: 0;
    left: auto;
    top: 33.333333333333334vw;
}

.viral-background#photo10 {
    left: 0;
    top: 50vw;
}

.viral-background#photo11 {
    left: auto;
    right: 0;
    top: 50vw;
}

.viral-background#photo12 {
    left: 0;
    top: auto;
    bottom: 0;
}

.viral-background#photo13 {
    left: 16.666666666666667vw;
    bottom: 0;
    top: auto;
}

.viral-background#photo14 {
    left: 33.333333333333334vw;
    bottom: 0;
    top: auto;
}

.viral-background#photo15 {
    bottom: 0;
    top: auto;
    left: 50vw;
}

.viral-background#photo16 {
    bottom: 0;
    top: auto;
    left: 66.666666666666667vw;
}

.viral-background#photo17 {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
}


/* Hire */

.topics-section {
    background: url('/wp-content/themes/jay-shetty/img/speaking-bg.jpg') no-repeat center #0A1C2F;
    background-size: cover;
}

.other-ways .column,
.topics-section .column {
    padding: 30px;
}

.other-ways .column img {
    width: 50px;
    height: 50px;
    margin: 20px 0;
}

.other-ways .column h4 {
    font-size: 1rem;
}

.topics-section .column img {
    margin: 20px 0;
}

h1.hero-msg {
    text-align: center;
    display: inline-table;
    font-size: 3.4vw;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

h1.hero-msg.show {
    opacity: 1;
}

h1.hero-msg span {
    display: block;
    float: left;
    text-align: center;
}

h1.hero-msg .owl-item {
    display: block;
    width: auto;
    float: left;
    opacity: 0.2;
}

h1.hero-msg .owl-item.center {
    opacity: 1;
}

h1.hero-msg .owl-stage {
    margin-left: 0;
}

.hire-category .column {
    padding: 5px;
}

.hire-category .column a.category-box {
    display: block;
    background: #f5f5f5;
    padding: 50px 30px;
    text-align: center;
    cursor: pointer;
}

.hire-category .column a.category-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.hire-category .column .category-box img {
    width: 25%;
    max-width: 80px;
    margin: 20px 0;
}

.hire-category .column .category-box h5 {
    color: #F54985;
}

.hire-category .column a.category-box p {
    color: rgba(10, 28, 47, 0.75);
}

.single-testimonial {
    padding: 30px;
    text-align: center;
}

.single-testimonial img {
    max-width: 150px;
    width: auto;
    display: inline-table!important;
    float: none;
}

.single-testimonial h4 {
    letter-spacing: 0.1rem;
    font-size: 1rem;
    line-height: 1.6;
}


/* Stories */

section.hero.hero-stories {
    min-height: 50vw;
    background: #0A1C2F;
}

.hero-stories::after {
    content: "";
    background: url('/wp-content/themes/jay-shetty/img/map.png') no-repeat center;
    background-size: auto 80%;
    opacity: 0.035;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.stories-hero-content {
    background: none;
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    color: #fff;
}

.stories-hero-content h6 {
    margin: 60px 0 20px 0;
}

.story-dot {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
    width: 10px;
    height: 10px;
    opacity: 0.25;
    visibility: hidden;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.story-dot#dot1 {
    margin-left: -30vw;
    margin-top: -10vw;
}

.story-dot#dot2 {
    margin-left: 30vw;
}

.story-dot#dot3 {
    margin-left: -8vw;
    margin-top: -5vw;
}

.story-dot#dot4 {
    margin-left: 5vw;
}

.story-dot#dot5 {
    margin-left: -25vw;
    margin-top: -10vw;
}

.story-dot#dot6 {
    margin-left: 30vw;
}

.story-dot#dot7 {
    margin-left: 10vw;
    margin-top: -15vw;
}

.story-dot#dot8 {
    margin-left: -5vw;
}

.story-dot#dot9 {
    margin-left: -30vw;
}

.story-dot#dot10 {
    margin-left: 10vw;
}

.story-dot.active {
    width: 200px;
    height: 200px;
    opacity: 0;
    visibility: visible;
}

.tile-stories .card {
    float: left;
    display: block;
    width: 25%;
    padding: 10px;
    text-align: center;
}

.grid-sizer,
.grid-item {
    width: 17.75vw;
}

.tile-stories .card-thumbnail {
    background-size: cover;
}


/* .tile-stories .card#card0,
.tile-stories .card#card11 {
  width: 35.5vw;
} */

.tile-stories .card-content {
    height: 140px;
    padding: 1vw 2vw;
}


/* .tile-stories .card#card0 .card-content,
.tile-stories .card#card11 .card-content {
  height: 16vw;
  padding: 3vw;
} */

.tile-stories .card-content label {
    font-size: 0.8rem;
}


/* .tile-stories .card#card0 .card-content label,
.tile-stories .card#card11 .card-content label {
  font-size: 1vw;
} */

.tile-stories .card-content h5 {
    font-size: 1rem;
    letter-spacing: 0.1vw;
    margin-top: 0.75vw;
    line-height: 1.4;
}


/* .tile-stories .card#card0 .card-content h5 {
  font-size: 1.4vw;
  margin-top:1.5vw;
} */

.modal-stories {
    width: 90%;
    max-width: 1000px;
    height: 50vw;
    max-height: 500px;
}

.modal-stories .column {
    background-size: cover;
    height: 50vw;
    max-height: 500px;
}

.modal-stories .content-column {
    background: #fff;
    padding: 0;
}

.single-story .content-column h3,
.modal-stories .content-column h3 {
    margin: 20px 0 30px 0;
}

.single-story .content-column label,
.modal-stories .content-column label {
    display: inline-table;
    width: 100%;
}

.modal-stories .content-column .scroll-box {
    overflow-y: auto;
    height: 100%;
    padding: 50px;
}

.single-story .content-column img {
    max-width: 100%;
}

.single-stories .hero {
    height: 300px;
}

.single-stories .stories-hero-content {
    padding-top: 100px;
}


/* Courses */

section.hero.hero-courses {
    background: url('/wp-content/themes/jay-shetty/img/course-hero-sub-oct.jpg') no-repeat right bottom #fff;
    background-size: 115% auto;
    height: calc(24vw + 100px);
    min-height: calc(24vw + 100px);
}

.hero-courses .owl-prev {
    left: -8vw;
}

.hero-courses .owl-next {
    right: -8vw;
}

.single-course {
    background: #fff;
    display: flex;
    padding: 30px;
    float: left;
    margin: 10px 0;
    width: 100%;
}

.free-courses {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.free-courses .single-course {
    display: table-cell;
    float: none;
    flex-grow: 1;
    width: 30%;
    position: relative;
    padding-bottom: 80px;
    padding: 10px;
    background: none;
}

.free-courses .single-course .free-course-thumbnail,
.free-courses .single-course .free-course-thumbnail img,
.free-courses .single-course .single-course-padding {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
}

.free-courses .single-course .free-course-thumbnail,
.free-courses .single-course .free-course-thumbnail img {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.free-courses .single-course .free-course-thumbnail img {
    float: none;
    margin: 0 auto;
}

.free-courses .single-course .single-course-padding {
    padding: 30px 30px 0 30px;
    position: relative;
    padding-top: 0;
    text-align: center;
    min-height: 150px;
    background: #fff;
}

.free-courses.free-workshops .single-course .single-course-padding {
    min-height: 190px;
}

.page-template-courses .content-section .section-title {
    margin: 30px 0 10px 0;
}

.single-course .column {
    position: relative;
}

.single-course a,
.single-course img {
    width: 100%;
    max-width: 150px;
    display: inline-table;
    float: none;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.single-course .large-3 {
    text-align: center;
}

.single-course p,
.single-course li {
    font-size: 1rem;
    margin: 1em 0;
    line-height: 1.5;
}

.single-course ul {
    padding-left: 25px;
}

.single-course li {
    list-style: disc;
    list-style-position: outside;
}

.single-course .btn {
    padding: 0 0;
    text-align: center;
}

.free-courses .single-course .btn {
    top: auto;
    bottom: 30px;
    transform: translate(-50%, 0);
}

.single-course h3 {
    margin-top: 20px;
}

.free-courses .single-course h3 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-family: Lato, sans-serif;
    font-weight: 600;
    text-transform: none;
}

.free-courses.free-workshops .single-course h3 {
    font-size: 1.1rem;
}

.free-courses .single-course p {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: left;
}

.free-courses .single-course h4 {
    font-weight: normal;
    font-size: 0.9rem;
    text-transform: none;
    letter-spacing: 0;
    font-family: Lato, sans-serif;
    text-align: left;
    margin-top: 15px;
    color: #666;
}

.single-course h5 {
    font-family: Lato, sans-serif;
    color: rgba(10, 28, 47, 0.75);
    letter-spacing: 0.02rem;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

.podcast-course {
    background: #f5f5f5;
    margin: 20px 0;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}

.podcast-course .free-course-thumbnail {
    display: block;
    float: left;
    width: 40%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.podcast-course.single-course a,
.podcast-course .free-course-thumbnail img {
    width: 100%;
    max-width: 220px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    float: left;
}

.podcast-course .free-course-thumbnail img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.podcast-course.single-course a {
    display: inline-table;
    float: none;
    width: 140px;
    margin-top: 20px;
    margin-bottom: 0;
}

.podcast-course .single-course-padding {
    display: block;
    float: right;
    width: 60%;
    padding: 30px 20px;
}

.podcast-course .single-course-padding h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 5px;
}

.podcast-course .single-course-padding p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}


/* .podcast-course .single-course-padding::before {
  content:"Free Class";
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
} */

.courses-hero-content .owl-item {
    display: block;
    float: left;
}

.single-course-testimonial {
    display: inline-table;
}

.courses-hero-content {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 550px;
    margin-top: 30px;
    transform: translate(-50%, -50%);
    text-align: center;
}

.courses-hero-content h1 {
    font-size: 2.4vw;
}

.hero-genius {
    background: url(/wp-content/themes/jay-shetty/img/hero-genius.jpg) center center no-repeat;
    background-size: cover;
}

.hero-genius .hero-content {
    left: 10%;
    right: 10%;
    transform: translate(0%, -50%);
    text-align: center;
}

.hero-genius .hero-content p {
    font-size: 1.5rem;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.8);
}

section.content-section.content-genius {
    padding: 0 5vw;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cta-genius .column {
    background: rgba(255, 255, 255, 0.05);
    width: 31.333%;
    margin: 1%;
    height: 32vw;
    max-height: 320px;
    padding: 30px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cta-genius .column .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0;
    max-width: 150px;
}

.cta-genius .column h2 {
    font-size: 2.4rem;
}

.cta-genius .column h2 span {
    text-decoration: line-through;
    opacity: 0.5;
    font-weight: 400;
}

.cta-genius .column p {
    font-size: 0.9rem;
    margin: 0.5em auto;
    line-height: 1.4;
}

.content-genius img {
    max-width: 100%;
}

.content-genius .row {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.content-genius .row.reverse-column {
    flex-direction: row-reverse;
}

.flip-container .row.reverse-column .column {
    float: right;
}

.content-genius .column {
    display: table-cell;
    float: none;
    flex-grow: 1;
    vertical-align: middle;
    align-items: center;
    position: relative;
    padding: 0 50px;
}

.content-genius .column * {
    vertical-align: middle;
    align-items: center;
}

.content-genius h3 {
    font-size: 1.4rem;
    line-height: 1.2;
}

.content-genius p.large {
    font-size: 1rem;
}

.content-genius .container.sm {
    padding: 5em 0;
}

ul.faq-list,
ul.faq-list li,
ul.faq-list li h4,
ul.faq-list li .faq-answer {
    display: block;
    float: left;
    width: 100%;
}

ul.faq-list li h4 {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
}

ul.faq-list li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 20px 0;
}

ul.faq-list li:first-child {
    border: none;
}

ul.faq-list li h4::after {
    content: "+";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0.8em;
    font-size: 2.4rem;
}

ul.faq-list li .faq-answer {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    max-height: 0;
    height: auto;
    overflow: hidden;
}

ul.faq-list li.active .faq-answer {
    max-height: 1000px;
}

ul.faq-list li h5 {
    margin-top: 1.5em;
    color: rgba(255, 255, 255, 0.65);
}


/* Press */

.hero-press {
    background: url('/wp-content/themes/jay-shetty/img/press-hero-bg.jpg') no-repeat -15% center #fff;
    background-size: 68% auto;
    height: 50vw;
    min-height: 0!important;
}

.hero-press h1 {
    font-size: 2.8vw;
}

.press-hero-content {
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5vw;
    margin-top: 50px;
}

.press-stats {
    display: inline-block;
    width: 100%;
    margin: 60px 0;
}

.press-stats .column {
    width: 33.3333%;
}

.press-stats span {
    font-size: 2.5vw;
    color: #0A1C2F;
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

.press-stats label {
    color: #0A1C2F;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 0.9vw;
}

.press-stats .column:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.featured-cards {
    display: flex;
    margin-bottom: 2vw;
}

.featured-cards .card {
    height: 100%;
    padding: 10px;
}

.featured-cards .card-contents {
    background: #fff;
    padding: 10px 30px 30px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-height: 280px;
}

.featured-cards .card-thumbnail {
    height: 0;
    padding-bottom: 56%;
    background-size: cover;
    background-position: center;
}

.all-press-section .row {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: flex-start;
}

.all-press-section .row .column {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    vertical-align: middle;
}

.all-press-section .row .column label {
    width: 100%;
    text-align: right;
}

.press-contents h3,
.featured-cards .card-contents h3 {
    font-size: 1rem;
    letter-spacing: 0.0rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1em;
    color: #0A1C2F;
    text-transform: none;
    font-family: Lato, sans-serif;
}

.press-logo {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-contents .press-logo {
    margin: -10px 0;
}

.press-logo img {
    max-width: 100px;
    max-height: 100px;
}

.featured-cards a,
.card-contents a,
.press-contents a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
}


/* Videos */

.press-contents a {
    display: block;
    float: left;
    clear: left;
}

.press-contents h3 {
    display: block;
    float: left;
    width: 100%;
    font-size: 1rem;
    color: #0A1C2F;
    font-weight: 500;
    line-height: 1.4;
}

.press-contents h3 {
    text-transform: none;
}

.hero-video iframe {
    min-width: 100%;
    min-height: 100%;
}

.video-hero-content {
    position: absolute;
    left: 5vw;
    top: 50%;
    width: 35%;
    transform: translateY(-60%);
    color: #fff;
}

.video-hero-content * {
    color: #fff;
}

.video-hero-content h1 {
    line-height: 1.2;
    margin: 20px 0;
}

.video-trigger {
    cursor: pointer;
}

.video-hero-content .video-trigger {
    display: block;
    border-radius: 999px;
    text-indent: -99999px;
    cursor: pointer;
    background: url('/wp-content/themes/jay-shetty/img/play-button.png') no-repeat center;
    background-size: 10px auto;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    margin: 20px 0 40px 0;
}

.hero-video .video-background::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 1) 100%);
}

.subscribe-youtube {
    cursor: pointer;
    background: url(/wp-content/themes/jay-shetty/img/icon-yt.png) no-repeat left center;
    background-size: 30px auto;
    padding-left: 45px;
    font-size: 0.9rem;
    line-height: 28px;
    display: block;
    float: left;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-left: 5px;
}

.video-player {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.close-video {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    color: #fff;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    padding: 15px 30px;
    font-size: 0.8rem;
    opacity: 0.75;
}

.close-video:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}


/* Contact */

.hero-contact {
    background: url('/wp-content/themes/jay-shetty/img/contact-hero.jpg') no-repeat right bottom;
    background-size: auto 100%;
    background-color: #FCFCFC;
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 50px;
}

.hero-contact-content {
    /* position: absolute;
  top:50%;
  transform:translateY(-50%);
  right:40%;
  left:10%;
  margin-top:50px; */
    display: block;
    float: left;
    width: 55%;
    padding: 0 50px;
}

.hero-contact .contact-form {
    display: block;
    float: right;
    width: calc(45% - 50px);
    margin-right: 50px;
    background: #f5f5f5;
    padding: 35px;
}

.hero-contact .contact-form iframe {
    height: 650px;
}

.two-col-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.hero-contact-content .contact-column {
    padding: 20px 50px 20px 0;
    break-inside: avoid;
}

.hero-contact-content .contact-column p {
    margin: 0;
    break-after: avoid;
}


/* Giving Back */

.hero-givingback {
    background: url('/wp-content/themes/jay-shetty/img/hero-givingback.jpg') no-repeat center;
    background-size: cover;
}

.hero-content {
    display: block;
    position: absolute;
    left: 60%;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.giving-back-section {
    background-size: cover;
    background-position: center top;
    padding-bottom: 40vw!important;
    padding-top: 10vw!important;
}

.giving-back-section .container.sm {
    padding: 0 20px;
}

.giving-back-1 {
    background-image: url('/wp-content/themes/jay-shetty/img/hero-givingback.jpg');
}

.giving-back-2 {
    background-image: url(/wp-content/themes/jay-shetty/img/section-childrensfoundation.jpg);
}

.giving-back-3 {
    background-image: url(/wp-content/themes/jay-shetty/img/section-pencils.jpg);
}

.giving-back-4 {
    background-image: url(/wp-content/themes/jay-shetty/img/giving-we.jpg);
}

.giving-back-section h1 {
    font-size: 2.6vw;
}

.giving-back-section.inverted * {
    color: #fff;
}

.stories-slider .owl-stage {
    margin-left: -7.14vw;
}

.acf-fields>.acf-field.acf-field-5e2e6e2fae1a1,
.acf-fields>.acf-field.acf-field-5e2e6ffcae1a2,
.acf-fields>.acf-field.acf-field-5e2e7009ae1a3,
.acf-fields>.acf-field.acf-field-5e2e7011ae1a4 {
    width: 50%;
}

.acf-field-5e2e70c43a6b9 {
    overflow: hidden;
    opacity: 0!important;
    height: 1px!important;
}

@media(max-width:1600px) {
    .featured-podcast .tile-episode.card {
        width: 21vw;
    }
    .featured-podcast .card#feature0 .card-thumbnail,
    .featured-podcast .card#feature6 .card-thumbnail,
    .featured-podcast .card#feature7 .card-thumbnail,
    .featured-podcast .card#feature9 .card-thumbnail {
        height: 30vw;
    }
    .featured-podcast .card#feature0 .card-thumbnail img,
    .featured-podcast .card#feature6 .card-thumbnail img,
    .featured-podcast .card#feature7 .card-thumbnail img,
    .featured-podcast .card#feature9 .card-thumbnail img {
        left: 0;
    }
    .featured-podcast .card#feature1 .card-thumbnail,
    .featured-podcast .card#feature3 .card-thumbnail,
    .featured-podcast .card#feature4 .card-thumbnail,
    .featured-podcast .card#feature10 .card-thumbnail {
        height: 22vw;
    }
    .featured-podcast .card#feature1 .card-thumbnail img,
    .featured-podcast .card#feature3 .card-thumbnail img,
    .featured-podcast .card#feature4 .card-thumbnail img,
    .featured-podcast .card#feature10 .card-thumbnail img {
        left: 0;
    }
    .featured-podcast .card#feature2 .card-thumbnail,
    .featured-podcast .card#feature5 .card-thumbnail,
    .featured-podcast .card#feature8 .card-thumbnail,
    .featured-podcast .card#feature11 .card-thumbnail {
        height: 24vw;
    }
    .featured-podcast .card#feature2 .card-thumbnail img,
    .featured-podcast .card#feature5 .card-thumbnail img,
    .featured-podcast .card#feature8 .card-thumbnail img,
    .featured-podcast .card#feature11 .card-thumbnail img {
        left: 0;
    }
    .home-stories .owl-item {}
    .home-stories .owl-item.big {}
    .stories-slider .owl-stage {
        margin-left: -8.33vw;
    }
}

@media(max-width:1200px) {
    .press-contents h3,
    .featured-cards .card-contents h3 {
        font-size: 0.9rem;
    }
    .featured-cards .card-contents {
        min-height: 300px;
    }
    .thumbnail-blog-post {
        width: 29.6vw;
    }
    .home-stories .owl-item {}
    .home-stories .owl-item.big {}
    .about-podcast {
        padding-left: 40%;
    }
    .modal-stories .column {
        width: 50%;
    }
    .search-result-item {
        width: 33.3333%;
    }
}

@media(max-width:1080px) {
    .featured-podcast .tile-episode.card {
        width: 28.1vw;
    }
    .featured-podcast .card#feature0 .card-thumbnail,
    .featured-podcast .card#feature6 .card-thumbnail,
    .featured-podcast .card#feature7 .card-thumbnail,
    .featured-podcast .card#feature9 .card-thumbnail {
        height: 30vw;
    }
    .featured-podcast .card#feature0 .card-thumbnail img,
    .featured-podcast .card#feature6 .card-thumbnail img,
    .featured-podcast .card#feature7 .card-thumbnail img,
    .featured-podcast .card#feature9 .card-thumbnail img {
        left: 0;
    }
    .featured-podcast .card#feature1 .card-thumbnail,
    .featured-podcast .card#feature3 .card-thumbnail,
    .featured-podcast .card#feature4 .card-thumbnail,
    .featured-podcast .card#feature10 .card-thumbnail {
        height: 22vw;
    }
    .featured-podcast .card#feature1 .card-thumbnail img,
    .featured-podcast .card#feature3 .card-thumbnail img,
    .featured-podcast .card#feature4 .card-thumbnail img,
    .featured-podcast .card#feature10 .card-thumbnail img {
        left: 0;
    }
    .featured-podcast .card#feature2 .card-thumbnail,
    .featured-podcast .card#feature5 .card-thumbnail,
    .featured-podcast .card#feature8 .card-thumbnail,
    .featured-podcast .card#feature11 .card-thumbnail {
        height: 24vw;
    }
    .featured-podcast .card#feature2 .card-thumbnail img,
    .featured-podcast .card#feature5 .card-thumbnail img,
    .featured-podcast .card#feature8 .card-thumbnail img,
    .featured-podcast .card#feature11 .card-thumbnail img {
        left: 0;
    }
    .home-stories .owl-item.big,
    .home-stories .owl-item {}
    .free-courses.owl-carousel {
        padding-bottom: 30px;
    }
    section.hero {
        min-height: 75vw;
    ;
    }
}

@media(max-width:780px) {
    section {
        overflow: hidden;
    }
    .modal-stories .column {
        width: 100%;
    }
    .modal-stories {
        height: auto;
        max-height: none;
    }
    section.hero.hero-stories {
        height: 100vh;
    }
    .modal-stories .column.content-column {
        height: 100vw;
    }
    .modal-stories .close-modal {
        background-color: #fff;
    }
    .submission-form,
    .contact-form {
        padding: 25px;
    }
    .modal-submission {
        width: 90%;
    }
    .acf-fields>.acf-field.acf-field-5e2e6e2fae1a1,
    .acf-fields>.acf-field.acf-field-5e2e6ffcae1a2,
    .acf-fields>.acf-field.acf-field-5e2e7009ae1a3,
    .acf-fields>.acf-field.acf-field-5e2e7011ae1a4 {
        width: 100%;
    }
    .hero-content h2 {
        line-height: 1.2;
        margin-bottom: 1em;
    }
    .page-template-courses .content-section .section-title {}
    .hero-genius .hero-content p {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    ul.faq-list {
        padding: 0 30px;
    }
    .page-template-genius #payment h2 {
        line-height: 1.4;
    }
    .thumbnail-blog-post {
        width: 44.4vw;
    }
    .featured-podcast .tile-episode.card {
        width: 41.5vw;
        margin: 1vw;
    }
    .featured-podcast .card#feature0 .card-thumbnail,
    .featured-podcast .card#feature7 .card-thumbnail,
    .featured-podcast .card#feature8 .card-thumbnail,
    .featured-podcast .card#feature11 .card-thumbnail {
        height: 60vw;
    }
    .featured-podcast .card#feature1 .card-thumbnail,
    .featured-podcast .card#feature3 .card-thumbnail,
    .featured-podcast .card#feature4 .card-thumbnail,
    .featured-podcast .card#feature6 .card-thumbnail {
        height: 50vw;
    }
    .featured-podcast .card#feature2 .card-thumbnail,
    .featured-podcast .card#feature5 .card-thumbnail,
    .featured-podcast .card#feature9 .card-thumbnail,
    .featured-podcast .card#feature10 .card-thumbnail {
        height: 55vw;
    }
    .home-stories .owl-item.big,
    .home-stories .owl-item {}
    .about-story .text-block h4 {
        font-size: 1rem!important;
        line-height: 1.4;
    }
    .viral-background {
        width: 25vw;
        height: 25vw;
    }
    .viral-background#photo1 {
        left: 25vw;
    }
    .viral-background#photo2 {
        left: 50vw;
    }
    .viral-background#photo3 {
        right: 0;
        left: auto;
    }
    .viral-background#photo13 {
        left: 25vw;
    }
    .viral-background#photo14 {
        left: 50vw;
    }
    .viral-background#photo15 {
        right: 0;
        left: auto;
    }
    .viral-background#photo4,
    .viral-background#photo5,
    .viral-background#photo6,
    .viral-background#photo7,
    .viral-background#photo8,
    .viral-background#photo9,
    .viral-background#photo10,
    .viral-background#photo11,
    .viral-background#photo16,
    .viral-background#photo17 {
        display: none;
    }
}

@media(min-width:1600px) {
    .card-thumbnail h6 {
        top: 4vw;
    }
}

@media(max-width:1200px) {
    .menu-header-container ul.menu li a {
        font-size: 0.8rem;
    }
    .menu-header-container ul.menu li {
        padding: 20px 7px;
    }
    .menu-header-container ul.menu li.cta-btn {
        margin-right: 40px;
        padding: 5px 10px;
    }
    .tile-stories .card-content h5 {
        font-size: 0.9rem;
    }
    /* .tile-stories .card {
    width: 22vw;
    padding: 1vw;
  } */
    /* .grid-sizer,
  .grid-item { width: 22vw; } */
    /* .tile-stories .card#card0,
  .tile-stories .card#card11 {
    width: 44vw;
    padding: 1vw;
  } */
    .stories-slider .owl-stage {
        margin-left: -12.5vw;
    }
}

@media(max-width:1080px) {
    .card-thumbnail h6 {
        top: 7vw;
    }
    .stories-slider .owl-stage {
        margin-left: -12.5vw;
    }
}

@media(max-width:980px) {
    .search-result-item {
        width: 50%;
    }
    .page-template-homepage .slide-content p {
        max-width: 420px;
    }
    .about-podcast {
        padding-left: 50%;
        background-size: 45% auto;
    }
    .menu-header-container {
        display: none;
    }
    .slide-out-menu li.desktop-only {
        display: none;
    }
    .slide-out-menu li.mobile-only {
        display: block;
    }
    .slide-out-menu li.smaller-mobile-only {
        padding: 15px 0 0 0;
    }
    .slide-out-menu li.smaller-mobile-only a {
        font-size: 0.8rem;
    }
    .hero-video .video-background::after,
    .hero-slide .image-background::after,
    .hero-slide .video-background::after {
        top: 0;
        left: -1px;
        width: 100%;
        bottom: auto;
        right: -1px;
        height: 61vh;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.25253851540616246) 0%, rgba(10, 28, 47, 1) 100%);
    }
    .hero-slide .video-background video {
        left: 50%!important;
        right: 0;
        top: 0;
        bottom: auto;
        height: auto;
        width: auto!important;
        min-height: 0!important;
        height: 60vh!important;
    }
    .slide-content {
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15vw;
        top: auto;
        bottom: 10vw;
        transform: none;
    }
    .hero .nav,
    .slide-thumbnails {
        display: none;
    }
    .hero-video .slide-thumbnails {
        display: block;
    }
    .hero-video .slide-thumbnails .slide-thumb {
        height: 18vw;
    }
    .slide-content h1 {
        font-size: 1.8rem;
    }
    .hero-slide .image-background {
        left: 0!important;
        right: 0!important;
        width: 100%!important;
        transform: none!important;
        background-size: cover!important;
        background-position: center!important;
        bottom: 39vh!important;
        min-height: 61vh!important;
    }
    .slide-thumb h6 {
        display: none;
    }
    .tile-stories .card {
        width: 50%;
    }
    .tile-stories .card-content label {
        font-size: 0.8rem;
    }
    .tile-stories .card-content h5 {
        font-size: 1rem;
    }
    .tile-stories .card-content {
        padding-bottom: 20px;
    }
    .free-courses .single-course {
        width: 47%;
    }
    .slide-content p {
        font-size: 1rem;
    }
    .hero .nav .arrows {
        height: 7px;
    }
    .hero .nav {
        vertical-align: middle;
        bottom: 13.3vw;
    }
    .cta-genius .column {
        width: 100%;
        height: auto;
        padding-bottom: 100px;
        max-width: 400px;
        clear: both;
        margin: 10px auto;
        float: none;
    }
    .video-hero-slide .video-hero-content {
        left: 10vw;
        right: 10vw;
        width: 80vw;
        transform: none;
        top: auto;
        bottom: 5vw;
        text-align: center;
    }
    .video-hero-content .video-trigger {
        margin: 20px auto;
    }
    .hero .nav .arrows {
        width: 15vw;
        height: 15vw;
    }
    .hero .nav .arrows:after,
    .hero .nav .arrows:before {
        right: 4vw;
    }
    .hero-contact .contact-form {
        width: initial;
        margin: 0;
    }
    .hero-contact .contact-form iframe {
        height: 650px!important;
    }
    .hero-contact {
        padding-bottom: 0;
    }
    .hero-contact .contact-form,
    .hero-contact-content {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .hero-video .slide-thumbnails .slide-thumb {
        height: 28vw;
    }
    .video-hero-slide .video-hero-content {
        bottom: 34vw;
    }
    .hero .nav {
        bottom: 43vw;
    }
    .hero .nav .arrows:before {
        transform: translateY(calc(-50% - 3vw)) rotateZ(-45deg);
    }
    .hero .nav .arrows:after,
    .hero .nav .arrows:before {
        width: 0.5vw;
        height: 5vw;
    }
    .hero-genius h1 {
        display: none;
    }
    .about-podcast {
        padding: 30px 30px 170px 30px;
        text-align: center;
        background-size: auto 150px;
        background-position: center bottom;
    }
    section.topic-episodes {
        padding: 5vw!important;
    }
    header.section {
        padding: 20px 30px;
    }
    header.section.active {
        padding: 10px 30px;
    }
    header.section.active svg#logo {
        margin-top: 5px;
        height: 40px;
    }
    .slide-content h1 {
        margin: 0.5em 0;
    }
    h3 {
        font-size: 1.2rem;
        font-weight: 700;
    }
    h1 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.9rem;
    }
    h6 {
        font-size: 0.8rem;
    }
    .btn {
        font-size: 0.8rem;
    }
    .start-here .fifth-col img {
        width: 100%;
        height: auto;
    }
    .home-stories .owl-item {
        opacity: 0.5;
    }
    .home-stories .owl-item {
        margin-top: 10vw;
    }
    .home-stories .owl-item.big {
        opacity: 1;
    }
    .stories-slider {
        padding-top: 60vw;
    }
    .stories-slider .owl-stage {
        margin-left: 25vw;
    }
    .home-stories .card-thumbnail {
        padding-bottom: 80%;
    }
    .all-press-section .row,
    .featured-cards,
    .footer .row {
        flex-wrap: wrap;
    }
    /* .testimonials {
    overflow: hidden;
  } */
    .menu-footer-container ul#menu-footer>li ul li {
        width: 100%;
    }
    .footer-optin {
        order: 0;
    }
    .footer-optin,
    .footer-nav {
        padding: 50px 15px 100px 15px;
    }
    .footer-nav {
        padding-bottom: 148px !important;
    }
    .other-ways .column,
    .topics-section .column {
        padding: 10px;
    }
    .footer-optin .btn,
    .footer-optin input[type="text"] {
        width: 100%;
        margin: 5px 0;
    }
    .all-press-section .container {
        padding: 10px;
    }
    .grid-sizer,
    .grid-item,
    .tile-stories .card {
        width: 50%;
    }
    .home-stories {
        overflow: hidden;
        height: 150vw;
    }
    .footer .div-full.copyright {
        padding: 0 20px;
    }
    .giving-back-section {
        height: calc(var(--vh, 1vh) * 100);
        background-size: auto 100%;
    }
    section.content-section {
        padding: 50px 20px;
    }
    section.home-courses {
        height: calc(var(--vh, 1vh) * 100);
        background-size: auto 80%;
        padding-top: 18vh;
    }
    section.home-courses h5 {
        margin: 20px 0;
    }
    section.ribbon-section {
        padding-left: 150px;
    }
    section.ribbon-section .ribbon-image {
        left: 15px;
        display: none;
    }
    section.ribbon-section h6,
    section.ribbon-section h3 {
        margin: 0;
        padding: 0;
        text-align: left;
        float: left;
        line-height: 1.4;
    }
    section.ribbon-section {
        width: 100%;
        margin: 0 auto;
        padding: 30px;
    }
    section.ribbon-section.custom-ribbon .btn {
        position: absolute;
        top: 25px;
    }
    .tile-episode .card-content p {
        line-height: 1.4;
    }
    .start-here .fifth-col {
        display: inline-table;
        float: none;
        width: 98%;
        padding: 0 5px;
    }
    .start-here .fifth-col img {
        width: 50%;
    }
    .start-here .fifth-col p {
        margin: 5px 0;
    }
    .topic-episodes .card-thumbnail h4,
    .card-thumbnail h4 {
        font-size: 4vw;
    }
    .tile-episodes .card-thumbnail::before {
        height: 5vw;
    }
    .card-thumbnail h6 {
        display: none;
    }
    .owl-carousel .owl-item img {
        bottom: 0;
        height: 90%;
        left: 10vw;
        width: auto;
    }
    .single-course {
        flex-wrap: wrap;
    }
    .single-course a,
    .single-course img {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
    .single-course a.btn {
        margin: 20px auto;
    }
    .free-courses .single-course .btn {
        position: absolute;
        bottom: 20px;
        left: 50%;
    }
    .hero-contact-content,
    .timeline-content,
    .hero-stories-content,
    .press-hero-content,
    .courses-hero-content {
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 20px;
    }
    .press-stats span {
        font-size: 6vw;
    }
    .press-stats label {
        font-size: 2.5vw;
    }
    .content-genius .column {
        padding: 0 5vw;
    }
    .content-genius .column img {}
    section.content-section.content-genius {
        padding: 0;
    }
    .content-genius p.large {
        margin-bottom: 10vw;
    }
    .community-section .column {
        min-height: 540px!important;
        height: auto!important;
        overflow: hidden;
        padding-top: 0!important;
    }
    .community-section .column:last-child {
        min-height: auto!important;
    }
    .community-section {
        height: auto!important;
    }
    .content-genius h3 {
        margin-top: 10vw;
        line-height: 1.4;
    }
    .content-genius .column * {
        text-align: center;
    }
    .hero-contact {
        background-size: auto 40vh;
        background-position: left -60% bottom -5%;
        height: auto!important;
    }
    .contact-form {
        padding: 30px;
    }
    .hero-contact-content {
        top: 45%;
    }
    .hero-contact-content .contact-column {
        padding: 5px 0;
    }
    .hero-contact-content h1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-column h5 {
        width: 45%;
        display: block;
        float: left;
        line-height: 24px;
    }
    .contact-column p {
        display: block;
        width: 55%;
        float: right;
        clear: right;
        line-height: 24px;
        margin: 0;
    }
    .photo-print {
        width: 22vh;
        height: 29.3vh;
    }
    .photo-print:after {
        width: 24vh;
        height: 32.3vh;
        top: -2.6vw;
        left: -2.35vw;
    }
    .home-about.step1 .photo-print.print1,
    .home-about.step2 .photo-print.print2,
    .home-about.step3 .photo-print.print3,
    .home-about.step4 .photo-print.print4 {
        width: 30vh;
        height: 40vh;
    }
    .home-about.step1 .photo-print.print1:after,
    .home-about.step2 .photo-print.print2:after,
    .home-about.step3 .photo-print.print3:after,
    .home-about.step4 .photo-print.print4:after {
        width: 32.6vh;
        height: 42.6vh;
        top: -2vw;
        left: -3vw;
    }
    .timeline-content {
        top: auto!important;
        bottom: 10vh!important;
        left: 0!important;
        right: 0!important;
        transform: none!important;
    }
    .photo-print.print1 {
        left: 25vw;
        top: 35vh;
        transform: rotate(-15deg);
    }
    .photo-print.print2 {
        left: 110vw;
        top: 10vh;
        transform: rotate(15deg);
    }
    .photo-print.print3 {
        top: 85vh;
        left: 110vw;
        transform: rotate(-15deg);
    }
    .photo-print.print4 {
        top: 5vh;
        left: 190vw;
        transform: rotate(15deg);
    }
    .home-about.step1 .timeline-wrapper {
        left: -10vw;
        top: -21vh;
    }
    .home-about.step2 .timeline-wrapper {
        left: -90vw;
        top: 1vh;
    }
    .home-about.step3 .timeline-wrapper {
        left: -95vw;
        top: -76vh;
    }
    .home-about.step4 .timeline-wrapper {
        left: -175vw;
        top: 5vh;
    }
    .hero-stories-content {
        top: 10vw;
        transform: none;
    }
    .home-stories .owl-item.big .card-content {}
    .press-hero-content {
        top: 110vw;
    }
    .press-hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-press {
        height: 180vw;
        background-size: 90% auto;
        background-position: 10vw 20vw;
    }
    section.hero.hero-courses {
        background: url(/wp-content/themes/jay-shetty/img/course-mobile-hero.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 170vw!important;
    }
    .hero-courses p {
        font-size: 5vw;
        line-height: 1.4;
    }
    .courses-hero-content {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        margin-top: -25vw;
    }
    .courses-hero-content h1 {
        font-size: 6vw;
        margin-bottom: 0;
    }
    .press-stats .column {
        width: 33.3333%;
    }
    .card-thumbnail h6,
    .card-thumbnail h4,
    .card-thumbnail img {
        left: 5vw;
        right: 5vw;
    }
    .tile-episode .card-content {
        padding: 5vw;
    }
    .tile-episode .card-content label {
        width: 100%;
        display: block;
        float: left;
        padding-bottom: 5px;
    }
    section.hero-podcast {
        background: #172D44!important;
        height: auto!important;
    }
    .podcast-hero-content {
        position: relative;
        padding: 100px 0 50px 0;
    }
    .podcast-hero-content h1 {
        background-image: url(/wp-content/themes/jay-shetty/img/podcast-logo-white.png);
        background-size: 80% auto;
    }
    .featured-podcast-guest {
        display: block;
        float: left;
        margin: 0;
        width: 100%;
        height: 18vh;
        background-size: auto 150%;
        background-position: -20% top;
    }
    .featured-podcast-guest h5 {
        height: 100%;
        bottom: 0;
        line-height: 18vh;
        padding: 0 5vw;
        text-align: right;
        letter-spacing: 0;
        font-size: 1.2rem;
        font-weight: 800;
        padding-left: 30%;
        background: rgb(10, 28, 47);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 100%);
    }
    .featured-podcast-guest::after,
    .featured-podcast-guest::before {
        display: none;
    }
    section.hero-episode .episode-thumbnail {
        bottom: 0;
        top: auto;
        height: 60vw;
        background-repeat: no-repeat;
        background-position: center bottom;
        width: 100%;
    }
    .episode-hero-content {
        top: 100px;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        padding: 20px 30px;
    }
    section.hero-episode:before {
        width: 100%;
        margin: 0;
        left: 0;
        right: 0;
        background-size: 80% auto;
        bottom: 30vw;
        top: auto;
    }
    .episode-hero-content h4 {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    .episode-hero-content h1 {
        font-size: 2rem;
    }
    .hero-episode p.subscribe-links {
        margin: 0;
        top: auto;
        bottom: 20px;
    }
    .sticky-section p.subscribe-links {
        width: 100%;
    }
    .sticky-section p.subscribe-links label {
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 5px;
    }
    .sticky-section p.subscribe-links a.podcast-link {
        padding: 0;
        width: 48%;
        display: inline-table;
        margin: 0;
        text-align: center;
        background-position: center;
        text-indent: -9999px;
    }
    .sticky-section p.subscribe-links a.podcast-link.link-apple {
        margin-right: 2%;
    }
    .hero-episode p.subscribe-links label {
        display: inline-table;
        margin: 0 5px 0 0;
        font-size: 0.7rem;
        width: auto;
    }
    .hero-episode p.subscribe-links a.podcast-link {
        border: none;
        padding-right: 10px;
        padding-left: 40px;
        background-position: 5px center;
        margin: 0;
        font-size: 0.8rem;
    }
    section.hero-episode:after {
        height: 25vh;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    }
    .podcast-reviews .owl-prev {
        margin-left: -20px;
    }
    .podcast-reviews .owl-next {
        margin-right: -20px;
    }
    .giving-back-section h1 {
        font-size: 2rem;
    }
    .section-achievement {
        padding: 50px 30px;
    }
    .about-achievements {
        width: 100%;
    }
    .about-achievements .achievement {
        padding: 20px 0!important;
    }
    .about-achievements .achievement img {
        margin: 0;
    }
    .achievement-copy.fixed,
    .achievement-copy {
        display: block;
        float: left;
        width: 100%;
        position: relative!important;
        opacity: 1;
        margin: 0;
        padding: 0;
        top: auto!important;
        bottom: auto!important;
        left: auto;
        transform: none!important;
    }
    .achievement-copy h3 {
        font-size: 6.5vw;
        line-height: 1.4;
        margin: 20px 0;
    }
    .flipper .column h3 {
        font-size: 6vw;
        padding: 10vw;
    }
    .flip-container,
    .front,
    .back {
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        backface-visibility: visible;
        transform: none;
    }
    .flipper .column {
        height: 100vw;
    }
    .about-transition-after h4,
    .about-transition-before h4 {
        line-height: 1.6;
    }
    .about-container {
        width: 80%;
    }
    .about-photo-print {
        width: 40vw;
        height: 54vw;
    }
    .about-photo-print:after {
        width: 44vw;
        height: 60vw;
        top: -2.2vw;
        left: -2.6vw;
    }
    .about-story-after {
        padding: 0;
    }
    .about-story-after h2 {
        margin: 100vw 0;
        line-height: 1.4;
    }
    .about-photo-print.about-print1 {
        left: -3vw;
        top: 37%;
        transform: translateY(-50%) rotate(5deg);
    }
    .about-photo-print.about-print2 {
        right: -3vw;
        top: 40%;
        transform: translateY(-50%) rotate(-5deg);
    }
    .about-photo-print.about-print3 {
        left: -3vw;
        top: 64%;
        transform: translateY(-50%) rotate(-5deg);
    }
    .about-photo-print.about-print4 {
        right: -3vw;
        top: 67%;
        transform: translateY(-50%) rotate(5deg);
    }
    .about-story-after h1 {
        font-size: 6vw;
    }
    .hero.hero-about h5 {
        max-width: 315px;
        margin: 0 auto;
        font-size: 1.1rem;
    }
    .about-object.active,
    .about-object {
        width: 40vw;
        height: 40vw;
        transform: none!important;
        position: relative;
        right: auto!important;
        left: auto!important;
        margin: 0 auto!important;
    }
    .text-block[name="block1"],
    .text-block[name="block2"],
    .text-block[name="block3"],
    .text-block[name="block4"] {
        padding: 0;
    }
    .giving-back-section,
    .hero-givingback {
        background-size: cover;
        background-position: center bottom;
        height: auto!important;
        padding-bottom: 80vw!important;
    }
    .hero-givingback .hero-content {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        padding: 5vw;
        padding-top: 50vw;
        padding-bottom: 30vw;
        text-align: center;
    }
    .giving-back-1 {
        background-image: url('/wp-content/themes/jay-shetty/img/giving-mobile-1.jpg');
    }
    .giving-back-2 {
        background-image: url('/wp-content/themes/jay-shetty/img/giving-mobile-2.jpg');
    }
    .giving-back-3 {
        background-image: url('/wp-content/themes/jay-shetty/img/giving-mobile-3.jpg');
    }
    .giving-back-4 {
        background-image: url('/wp-content/themes/jay-shetty/img/giving-we-mobile.jpg');
    }
    .wisdom-viral {
        background-size: 200vw;
        background-position: -33.33vw center;
        height: 125vw;
        padding: 33vw 10vw;
    }
    .share-box img {
        width: 10vw;
    }
    .wisdom-viral h2 {
        font-size: 5.5vw;
    }
    .wisdom-viral p {
        font-size: 4.5vw;
    }
    .wisdom-viral .share-box a {
        padding: 0 1vw;
    }
    .free-courses .single-course {
        width: 100%;
    }
    .start-here .fifth-col:hover img {
        height: 100%;
        margin: -0.5vw 0 1.5vw 0;
    }
    .all-press-section .row .column {
        padding: 10px 0 5px !important;
    }
}

@media(max-width: 480px) {
    .footer .div-full.footer-social {
        bottom: 30px;
        overflow: hidden;
        text-align: center;
    }
    .footer .div-full.footer-social label {
        line-height: 42px;
        width: 100%;
    }
    ul.social-links li {
        float: none;
        display: inline-table;
    }
    .press-hero-content {
        top: 90vw;
        transform: none;
        bottom: auto;
    }
    .press-hero-content h1 {
        margin-bottom: 5vw;
        font-size: 6.5vw;
        line-height: 1.4;
    }
    .press-stats .btn.primary {
        display: none;
    }
    .hero-press {
        background-size: 100% auto;
        background-position: 8vw 20vw;
        height: 180vw;
    }
    .press-hero-content .btn.primary {}
    h1.hero-msg {
        font-size: 9.3vw;
    }
    .giving-back-section h1 {
        font-size: 2rem;
    }
    .press-stats {
        margin-top: 0;
        margin-bottom: 5vw;
    }
    .press-stats span {
        font-size: 8vw;
    }
    .press-stats label {
        font-size: 3.5vw;
    }
    .hero .nav {
        vertical-align: middle;
    }
    .single-podcast .footer {
        padding-bottom: 200px !important;
    }
    .episode-player .awp-control {
        width: 50px!important;
        height: 50px!important;
    }
    .awp-left-control-container {
        right: 5px;
    }
    section.hero,
    section.hero.hero-episode {
        min-height: 0!important;
    }
    section.hero.hero-episode .photo-credit {
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }
    .podcast-course .free-course-thumbnail,
    .podcast-course .single-course-padding {
        width: 100%;
    }
    .podcast-course .free-course-thumbnail {
        height: 50vw;
    }
    .hero-episode p.subscribe-links label {
        display: none;
    }
    .hero-episode p.subscribe-links {
        bottom: 15px;
        right: auto;
        left: 50%;
        min-width: 210px;
        transform: translateX(-50%);
    }
    .episode-player {
        height: 200px;
    }
    .art19-web-player,
    div.art19-web-player {
        left: 10vw;
        margin: 0 auto !important;
        margin-top: 100px !important;
    }
    .episode-meta-data {
        left: 5vw;
    }
    .episode-player .awp-left {
        top: 30px !important;
    }
    section.ribbon-section.custom-ribbon .btn,
    section.ribbon-section .btn {
        position: relative;
        top: 10px;
        float: none;
    }
    section.ribbon-section h6,
    section.ribbon-section h3 {
        text-align: center;
        float: none;
    }
    .all-press-section .row .column {
        padding: 10px 0 5px !important;
    }
    .footer-nav {
        padding-bottom: 180px !important;
    }
    .two-col-content {
        display: flex;
        flex-wrap: wrap;
    }
    .contact-column h5,
    .contact-column p {
        width: 100%;
        float: none;
        line-height: 30px;
    }
    .hero-contact-content .contact-column {
        padding: 5px 0 15px;
    }
    .page-template-blog .content-section {
        padding: 20px 10px!important;
    }
    .thumbnail-blog-post {
        display: inline-table;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }
    .tile-stories .card {
        width: 100%;
    }
    .tile-stories .card-content {
        height: auto;
    }
    .blog-featured-content h1 {
        font-size: 1.6rem;
    }
    .blog-featured-content h3 {
        font-size: 1rem;
    }
    .blog-featured-content {
        padding: 20px;
    }
    .search-result-item {
        width: 100%;
    }
    .search-result-item .tile-episode .card-content,
    .search-result-item .blog-thumb-content {
        height: auto;
    }
}

@media(max-width:480px) {
    .thumbnail-blog-post {
        width: 100%;
    }
    .stories-slider {
        padding-top: 100vw;
    }
    .home-stories {
        height: 180vw;
    }
}

.home-stories .card-content label {
    font-size: 3vw;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.home-stories .card-content h5 {
    font-size: 4vw;
    line-height: 1.2;
    margin-top: 1vw;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media(min-width: 768px) {
    .home-stories .card-content {
        padding: 1vw;
    }
    .home-stories .card-content label {
        font-size: 1.2vw;
    }
    .home-stories .card-content h5 {
        font-size: 1.8vw;
        margin-top: 1vw;
    }
    .home-stories .owl-item.big .card-content {
        padding: 1.3vw!important;
    }
    .home-stories .owl-item.big label {
        font-size: 1.56vw;
    }
    .home-stories .owl-item.big h5 {
        font-size: 2.34vw;
    }
    .home-stories .owl-item.big {
        width: 30vw!important;
        opacity: 1;
    }
    .home-stories {
        height: 70vw;
    }
    .hero-stories-content {
        left: 45vw;
        right: 5vw;
    }
    .stories-slider .owl-dots,
    .hero-stories-content {
        top: 40vw;
    }
    .hero-stories-content h1 {
        font-size: 4vw;
    }
}

@media(min-width: 1080px) {
    .home-stories .card-content {
        padding: 0.8vw;
    }
    .home-stories .card-content label {
        font-size: 0.8vw;
    }
    .home-stories .card-content h5 {
        font-size: 1vw;
        margin-top: 1vw;
    }
    .home-stories .owl-item.big .card-content {
        padding: 1.3vw!important;
    }
    .home-stories .owl-item.big label {
        font-size: 1vw;
    }
    .home-stories .owl-item.big h5 {
        font-size: 1.2vw;
    }
    .home-stories .owl-item.big {
        width: 30vw!important;
        opacity: 1;
    }
    .home-stories .card-content {
        padding: 1vw;
    }
    .home-stories .owl-item.big .card-content {
        padding: 1.2vw!important;
    }
    .home-stories .owl-item.big {
        width: 28vw!important;
        opacity: 1;
    }
    .home-stories {
        height: 70vw;
    }
    .hero-stories-content {
        left: 45vw;
        right: 5vw;
    }
    .stories-slider .owl-dots,
    .hero-stories-content {
        top: 35vw;
    }
    .hero-stories-content h1 {
        font-size: 4vw;
    }
    .about-photo-print {}
}

@media(min-width: 1200px) {
    .home-stories .owl-item.big {
        width: 25vw!important;
        opacity: 1;
    }
    .home-stories {
        height: 55vw;
    }
    .hero-stories-content {
        left: 45vw;
        right: 5vw;
    }
    .stories-slider .owl-dots,
    .hero-stories-content {
        top: 30vw;
    }
    .hero-stories-content h1 {
        font-size: 3vw;
    }
}

@media(min-width: 1600px) {
    .home-stories .card-content label {
        font-size: 0.7vw;
    }
    .home-stories .card-content h5 {
        font-size: .9vw;
        margin-top: 1vw;
    }
    .home-stories .owl-item.big .card-content {
        padding: 1.3vw!important;
    }
    .home-stories .owl-item.big label {
        font-size: 1vw;
    }
    .home-stories .owl-item.big h5 {
        font-size: 1.2vw;
    }
    .home-stories .owl-item.big {
        width: 30vw!important;
        opacity: 1;
    }
    .home-stories .card-content {
        padding: 1vw;
    }
    .home-stories .owl-item.big {
        width: 25vw!important;
        opacity: 1;
    }
    .home-stories {
        height: 48vw;
    }
    .hero-stories-content {
        left: 45vw;
        right: 15vw;
    }
    .stories-slider .owl-dots,
    .hero-stories-content {
        top: 25vw;
    }
    .hero-stories-content h1 {
        font-size: 3vw;
    }
}


/*
* terms page css
* add this class at page->terms-> first ol tag
*/

.terms-ol-first-layer b {
    font-weight: bold;
}

.terms-ol-first-layer i {
    text-decoration: underline;
    font-style: italic;
}

.terms-ol-first-layer li {
    list-style-type: upper-roman !important;
    margin: 10px 0;
    line-height: 1.4;
}


/* second layer of ol */

.terms-ol-first-layer li ol li {
    list-style-type: lower-alpha !important;
    margin: 10px 0;
    line-height: 1.4;
}


/* third layer of ol */

.terms-ol-first-layer li ol li ol li {
    list-style-type: decimal !important;
    margin: 10px 0;
    line-height: 1.4;
}