/*******************************************using the media query***************************/

@media only screen and (max-width: 425px){

    a.btn-more.view {
        margin-left: 115px;
    }
}

@media only screen and (max-width: 425px){
    img.alignnone.wp-image-36 {
        width: 100%;
        height: auto;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .col-md-6.col-xs-12.sideimg {
        margin-bottom: 28px;
    }
    .showMob {
        display: block;
    }
}



@media only screen and (max-width: 1024px){
    #primary {
        width: 100% !important;
    }
}


@media only screen and (max-width: 768px){
    .featured-trip .cultural-header .cultural-title:after {
        margin-left: 29px;
    }
}


@media only screen and (max-width: 768px){
    .main-navigation>ul>li>a {
        font-size: 9px;
    }
}

@media only screen and (max-width: 768px) {

    .tnp-widget-minimal input.tnp-submit {
        width: 80% !important;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 768px) {

    .text_holder .title a {
        color: #fff;
        font-size: 16px;
        line-height: 0.1em;
    }

    .showMob {
        display: block;
    }

    a.custom-logo-link {
        display: none;
    }
    .top-header .email-link {
        float: none;
    }

    .hideMob {
        display: none;
    }

    .info-left span.email, .social-networks {
        float: unset;
    }

    .social-networks {
        display: flex;
        justify-content: center;
    }

    .header.top-header {
        text-align: center;
    }

    .review a.carousel-control {
        margin-top: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #959595;
        padding: 5px 0px 0px;
        font-weight: 100;
    }
}
@media only screen and (max-width: 425px) {

    .banner .form-holder .text h1{
        font-size: 20px;
    }
}

@media only screen and (max-width: 425px) {

    .banner .form-holder {
        position: absolute;
        top: 67%;
        left: 50%;
        margin-right: -50%;
        text-align: center;
        max-width: 690px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 425px) {

    .banner .form-holder .text {
        margin: 0 0 50px;
        text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
        font-size: 12px;
        line-height: 1.65em;
        color: #fff;
    }
}

@media only screen and (max-width: 425px) {
    .blog-section .grid .post {
        width: 100%;
        padding: 0 15px;
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 425px) {
    .featured-trip .grid .col {
        padding: 0 15px;
        width: 100%;
        margin: 0 0 30px;
    }
}



@media only screen and (max-width: 425px){
    .main-navigation ul li{
        border-left: none;
        border-right: none;
    }
}

@media only screen and (max-width: 425px){

.popular-destination .image_holder{
    margin-bottom: 28px;

    }
}


@media only screen and (max-width: 768px){
        .opening-time {
        margin-right: -31px;
    }
}
