/* ---------------------------------------------------------------------- */
/*	 Version 1024px - iPad Pro
/* ---------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {

}

/* ---------------------------------------------------------------------- */
/*	 Version 1000px
/* ---------------------------------------------------------------------- */

@media only screen and (max-width: 1000px) {

}

/* ---------------------------------------------------------------------- */
/*	Version 767px
/* ---------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {

}

/* ---------------------------------------------------------------------- */
/*	 Version 600px
/* ---------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {

}

/* ---------------------------------------------------------------------- */
/*	 Version 480px
/* ---------------------------------------------------------------------- */

@media only screen and (max-width: 480px) {

    .paddings {
        padding: 40px 0 !important;
    }

    .directory-listing .item-contact {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 21px;
    }

    .brand {
        width: 100%;
        display: block;
        text-align: center;
    }

    .brand img {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner a.btn {
        display: none;
    }

    .printDiv {
        display: none;
    }

    .post-image {
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .post-details {
        padding-right: 15px;
    }

    .ai1ec_event h2 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 24px;
    }

    .ai1ec-actions {
        float: none !important;
        margin-left: 0 !important;
        text-align: center !important;
    }

    .ai1ec-single-event .ai1ec-actions .ai1ec-btn-group-vertical {
        width: 45px !important;
        display: inline-block !important;
    }

}

/* ---------------------------------------------------------------------- */
/*	Version 320px
/* ---------------------------------------------------------------------- */

@media only screen and (max-width: 320px) {

}

/* ---------------------------------------------------------------------- */
/*	Version 240px
/* ---------------------------------------------------------------------- */

@media only screen and (max-width: 240px) {

}