/*-----------------------------------------------*/

    /*Theme:	Parasponsive Theme*/
    /*Author:	GoGetThemes.com*/
    /*Version:	1.0*/

    /*TABLE OF CONTENTS:*/

    /*1.0 Global Responsive*/
    /*2.0 Mobile menu Responsive*/

/*-----------------------------------------------*/

/*-------------------------------*/
    /*1.0 Global Responsive*/
/*--------------------------------*/


@media screen and (min-width:320px) and (max-width:768px) {
    h1 {
        font-size: 50px !important;
        line-height: 55px !important;
        letter-spacing: 0 !important;
    }
    h2 { font-size: 25px !important; line-height: 30px !important;}
    h3 { font-size: 20px !important; line-height: 25px !important;}
    h4 { font-size: 18px !important; line-height: 20px !important;}
    h5 { font-size: 16px !important; line-height: 18px !important;}
    h6 { font-size: 13px !important; line-height: 15px !important;}
    .wpb_wrapper .ult-carousel-wrapper {
        padding: 10px !important;
    }
    .ult-carousel-wrapper .slick-prev {
        left: -15px;
    }
    .ult-carousel-wrapper .slick-next {
        right: -15px;
    }
    .mobile-header-menu .logo img {
        max-width: 50%;
        height: auto;
    }
    .overlay .closebtn {
        top: 10px;
        right: 10px;
    }
    .overlay-content {
        width: 90%;
        overflow: auto;
    }
    .header-type-5 .header-buttons span {
        padding: 0 !important;
    }
    .header-type-5 .main-menu-block {
        width: 100%;
    }
    .post-control > div {
        text-align: left;
        margin: 5px 0;
    }
    .post-control > div .post-like, .post-control > div .post-share {
        float: none;
        display: inline-block;
        margin: 10px 0;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
        width: 100%;
        margin: 10px 0;
    }
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
    }

    .post-block-author {
        width: auto;
        display: inline-block;
    }
    .post-box-content .display-inline:last-child {
        padding: 20px 0 0 0;
    }
    .post-box-top .inline-block:nth-child(1) {
        width: 25%;
        padding: 0;
        vertical-align: top;
    }
    .post-box-top .inline-block:nth-child(2) {
        width: 75%;
        padding: 0 0 0 20px;
        vertical-align: top;
    }
    .post-box-top .inline-block:nth-child(3) {
        width: 100%;
        position: relative;
        padding: 0 0 0 0;
    }
    .post-box-content .display-inline {
        padding: 0px 0px;
    }
    .post-author-avatar {
        width: 54px;
        height: 55px;
        line-height: 50px;
        float: left;
    }
    .post-author-avatar img {
        width: 40px;
        height: 40px;
    }
    .post-view {
        padding: 0 10px;
    }
    .post-view::before {
        left: -20px;
    }
    .post-date .date-block:first-child,
    .post-date .date-block:last-child {
        text-align: left;
    }
    .ggt-slider-item-content {
        width: 90% !important;
    }
    .ggt-slider-nav {
        display: none;
    }
    .ggt-slider-item-title {
        font-size: 50px !important;
        line-height: 55px !important;
    }
    .header-dark-skin div#margin-header,
    .header-light-skin div#margin-header {
        margin-top: -32px !important;
    }
    .admin-bar.header-dark-skin div#margin-header,
    .admin-bar.header-light-skin div#margin-header {
        margin-top: -70px !important;
    }
    .parallax-menu ul {
        display: none;
    }
}