/* mobile style*/

@media only screen and (max-width: 500px) {
    .home-about .icon-box-text,
    .home-about .icon-box-img .icon {
   	  min-width: 100% !important;
   	  padding-left: 0px !important;
    }
    .title-about {
   	  border-right: 0px;
    }
    .blog-archive .post-item {
        width: 50% !important;
        float: left;
    }
   
}


@media only screen and (max-width: 767px) {
    .blog-archive .post-item {
        width: 33.3% ;
        float: left;
    }
    .home-info-footer p {
        font-size: 11px;
    }
    .home-info-footer .row-1 {
        margin-top: 0px;
        margin-bottom: 20px
    }
    .home-info-footer .row-1 .col {
        padding: 0 15px 5px;
    }
    .home-info-footer .col.medium-12.small-12.large-5 {
        padding: 0px 15px;
    }

}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}

@media only screen and (min-width: 1920px) {

}