.hide-on-mob {
    display: flex !important;
}

.show-on-mob {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    /*******************************************************
    /***** GENERAL
    *******************************************************/
    .hide-on-mob {
        display: none !important;
    }

    .show-on-mob {
        display: flex !important;
    }

    body {
        background: none;
    }

    section {
        padding-top: 0;
    }

    .content {
        flex-wrap: wrap;
    }

    .separator {
        display: none;
    }

    /*******************************************************
    /***** MENU
    *******************************************************/
    .mobile-menu-button {
        font-size: 24px;
        position: fixed;
        top: 15px;
        padding: 15px;
        z-index: 5;
        background-color: #72418f;
        border-radius: 90px;
        text-align: center;
        right: 15px;
        height: 54px;
        width: 54px;
    }

    .mobile-menu-button i {
        color: #fff;
        vertical-align: top;
    }

    .mobile-menu-button i.fa-times {
        display: none;
    }

    .mobile-menu-wrapper {
        position: fixed;
        top: 0;
        bottom: 100%;
        right: 0;
        left: 0;
        z-index: 4;
        overflow: hidden;
        background-color: #fff;
        transition: 0.5s;
    }

    .mobile-menu-wrapper .mobile-menu-bg-top {
        background-color: #72418f;
        height: 175px;
        transform: rotate(4deg);
        position: absolute;
        left: -100px;
        right: -100px;
        top: -100px;
        z-index: 2;
    }

    .mobile-menu-wrapper .mobile-menu-bg-bot {
        background-color: #72418f;
        height: 175px;
        transform: rotate(5deg);
        position: absolute;
        left: -100px;
        right: -100px;
        bottom: -100px;
    }

    .mobile-menu-wrapper nav {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
    }

    .mobile-menu-wrapper nav ul {
        padding: 0;
        list-style: none;
        width: 100vw;
        text-align: center;
    }

    .mobile-menu-wrapper nav ul li {
        margin: 20px;
    }

    .mobile-menu-wrapper nav ul li a {
        text-decoration: none;
        font-size: 26px;
    }

    .mobile-menu-wrapper nav ul li a.active {
        padding: 10px;
        background: #72418f;
        border-radius: 4px;
    }

    .mobile-menu-wrapper nav ul li a.active span {
        color: #fff;
    }

    body.opened-mobile-menu {
        overflow-y: hidden;
    }
    
    body.opened-mobile-menu .mobile-menu-button .fa-bars {
        display: none;
    }

    body.opened-mobile-menu .mobile-menu-button .fa-times {
        display: block;
    }

    body.opened-mobile-menu .mobile-menu .mobile-menu-wrapper {
        bottom: 0;
    }

    /*******************************************************
    /***** HOME
    *******************************************************/
    .home {
        box-shadow: none;
    }
    
    .home-section {
        padding-top: 0;
        box-shadow: none;
    }

    .home-section .home-text {
        padding-bottom: 0;
    }

    .home-section .home-text .home-img {
        display: none;
    }

    .home-section .content {
        justify-content: center;
    }

    .home-section .content .profile {
        margin-right: 0 !important;
        width: 100% !important;
        border: 5px solid #fff;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        margin-bottom: 10px;
    }

    .home-section .home-text-fellowship {
        position: initial;
        margin-top: 0;
        padding-top: 0;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: center;
    }

    /*******************************************************
    /***** ABOUT
    *******************************************************/
    .about-section .about-img {
        height: initial;
        width: 100%;
    }

    .about-section .about-text {
        padding: 15px;
    }

    /*******************************************************
    /***** WEDDINGS
    *******************************************************/
    .weddings-section .images {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    
    .weddings-section .images img {
        width: 100%;
        margin: 0 0 20px 0;
    }

    /*******************************************************
    /***** FUNERALS
    *******************************************************/
    .funerals-section .text {
        padding: 0 15px;
    }
    
    .funerals-section .carousel {
        margin-bottom: 70px;
    }


    /*******************************************************
    /***** TESTIMONIALS (IN BOTH WEDDINGS AND FUNERALS)
    *******************************************************/
    .carousel {
        margin: 0 0 50px 0;
    }

    .carousel-item {
        min-height: initial !important;
    }

    .carousel-control-prev, .carousel-control-next {
        display: none;
    }

    /*******************************************************
    /***** CONTACT
    *******************************************************/
    .contact-section {
        padding-top: 0;
        box-shadow: none;
    }

    .contact-section .content {
        box-shadow: none;
    }

    .contact-section .contact-area {
        flex-wrap: wrap;
    }

    .contact-section .contact-area-text {
        padding: 0;
    }

    .contact-section form {
        padding: 15px;
        width: initial;
    }

    .contact-section input, .contact-section textarea {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }

    /*******************************************************
    /***** FOOTER
    *******************************************************/
    .footer-content-mob {
        align-content: center;
        align-items: center;
    }

    .footer-content-mob .logo {
        margin: 10px;
        width: 150px;
    }

    .footer-content-mob .nkm {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .footer-content-mob .nkm img {
        width: 55px;
    }
}
