/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media (max-width: 980px) {
    .header {
        height: 50px;
        position: absolute;
    }
    .header .logo img {
        max-height: 70px;
        position: relative;
    }
    .scrolled .header .logo img {
        max-height: 50px;
    }
    .navmenu a:hover {
        padding-left: 10px;
        transition: 1s;
    }
    .hero .carousel {
        min-height: calc(70vh - 66px);
    }
    .carousel-control-prev {
        left: 20px;
    }
    .carousel-control-next {
        right: 20px;
    }

    .section-title h1 {
        font-size: 36px;
    }
    .section-title-bg-white h1 {
        font-size: 36px;
    }

    .footer-contact {
        padding: 30px 30px;
    }
    .footer-contact h2 {
        font-size: 22px;
        text-align: center;
    }
    .footer-contact h4 {
        font-size: 16px;
        text-align: center;
    }
    .opening-hours {
        width: 100% !important;
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
    }

    /*--------------------------------------------------------------
    # Page Home
    --------------------------------------------------------------*/
    .pagehome .box-content .readmore {
        width: 100% !important;
    }
    .pagehome .our-services .col-md-6 {
         width: 100%;
     }
    .pagehome .our-services .box-content {
        width: 100%;
    }

    .testimonials .testimonial-item img {
        min-height: 250px
    }

    /*--------------------------------------------------------------
    # Contact-call-line
    --------------------------------------------------------------*/
    .contact-call-line {
        width: 100%;
    }

    /*--------------------------------------------------------------
    # Page Wedding
    --------------------------------------------------------------*/
    .page-our-services .box-image {
        width: 100%;
    }
    .page-wedding .box-image-wedding {
        padding: 0px !important;
        margin: 30px 0px !important;
    }
    .page-wedding .box-image-wedding img {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover !important;
    }

    .page-wedding .box-content {
        width: 100%;
        border-right: 0px;
        position: relative;
    }

    /*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/
    .footer .footer-top {
        width: 100%;
    }
    .footer .logo {
        width: 100px;
    }
    .footer-navmenu ul {
        width: 100% !important;
    }
    .footer .contact{
        padding: 0px 20px 0px 0px;
    }
    .footer .contact-row{
        width: 100%;
    }
    .footer .contact {
        width: 100%;
    }
    .footer .contact i {
        margin: 7px 10px 7px 7px;
    }
    .footer .contact .text-content {
        float: none;
    }
    .footer .contact .text-content h5 {
        font-size: 13px;
        line-height: normal;
    }
    .footer .social-links {
        width: 100%;
        padding: 0px 10px;
    }
    .footer .contact-line {
        width: 100%;
        text-align: left;
        padding: 0px 10px;
    }
    .footer .contact-line img {
        margin: 20px 20px 0px 20px;
    }
    .footer .contact-line p {
        padding: 40px 0px 0px 0px;
    }
    .footer-navmenu {
        display: none;
    }
}

@media all and (max-width: 768px) {
    p {
        font-size: 16px;
    }
    .yourswedding-parallax-title .img-fluid {
        width: 130px;
    }
    .yourswedding-parallax-title h2 {
        font-size: 28px;
    }

    .pagehome .box-content .readmore {
        width: 100% !important;
    }

    .page-our-services {
        padding: 50px 20px;
    }
    .page-our-services .box-image img {
        min-height: 170px;
    }
    .page-our-services .row-image {
        width: 50%;
    }
    .page-our-services .row-image img {
        height: 170px;
    }
    .page-our-services .box-content {
        margin: 0px 10px 10px 0px;
    }

    .yourswedding-parallax-title h6 {
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .page-wedding .box-contentNo h3 {
        font-size: 30px;
    }

    .page-wedding .box-image-wedding {
        height: 400px;
    }
    .page-wedding .info-item .row-content {
        width: 100%;
    }

    .member-box {
        margin: 0px;
    }
    .chefs .member-box {
        margin-top: 30px;
    }

    .footer-contact .opening-hours {
        float: none;
        width: 90% !important;
    }
    .footer-contact i {
        font-size: 20px;
    }

}