/* ===== First Home Section ===== */
@media only screen and (min-width: 992px) {

    .main-content .col-md-8 .col-md-9,
    .blog-single .row .col-md-4 {
        float: right !important;
    }

    .entry-meta-small {
        top: 360px;
        right: 21px;
        margin-left: 0;
    }

    .menu-trigger-head {
        padding-left: 30px;
        padding-right: 30px;
    }

}

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

    /* ===== Global Styling Starts Here ===== */
    .top-spacing {
        margin-top: 20px;
    }

    aside {
        float: left !important;
    }

    /* ===== Global Styling Ends Here ===== */
	.header{
	  width: unset;	
	}

    header {
        height: 43px;
    }

    header nav ul li {
        padding-left: 0;
        padding-right: 0;
    }

    header nav ul li a {
        padding-right: 24px !important;
        background-color: #383838 !important;
        font-size: 18px;
    }

    header nav ul li.active i {
        left: 0;
        right: unset;
        height: 100%;
        line-height: 65px;
    }

    #jameel-font-checker-icon {
        display: none;
    }

    .search-trigger {
        right: unset;
        line-height: 32px;
    }

    .search-trigger .fa-search {
        position: relative;
        top: 8px;
    }

    .menu-separate-icon {
        display: block !important;
        position: absolute;
        left: 0;
        padding-left: 20px;
    }

    .search form {
        height: 41px;
    }

    .bl-featured-big h3 {
        font-size: 22px;
        line-height: 40px;
    }

    .side-widget h2 span,
    .b1-aside h5 span,
    .featured-news h5 span,
    .cat-blocks h4 span,
    .featured-news h2 span,
    .featured-news2 h5 span {
        font-size: 20px !important;
    }

    .side-widget h5 span,
    .sw-twitter h5 span,
    .sw-twitter h2 span,
    .bs-meta .bs-cat {
        font-size: 14px !important;
    }

    .rp-inner h4,
    .fn-inner h4 {
        font-size: 18px;
        line-height: 32px;
    }

    .author_widgets p {
        font-size: 16px;
    }

    .author_widgets h3,
    .cb-info ul li a {
        font-size: 18px;
        line-height: 32px;
    }

    .pn-info h4,
    .sw-video ul li h4 {
        font-size: 16px;
        line-height: 34px;
    }

    .bs-meta .bs-cat .main-content {
        margin-bottom: 0;
    }

    .blog-single {
        float: none !important;
    }

    .blog-single .subtitle {
        font-size: 16px;
        line-height: 28px;
    }

    .blog-single h1 {
        font-size: 22px;
        line-height: 40px;
    }

    .blog-single p {
        font-size: 16px;
        line-height: 32px;
    }

    .bs-cat {
        margin-right: 10px;
    }

    .bs-tags {
        padding-right: unset;
    }

    .bs-tags span {
        font-size: 16px;
        line-height: 24px;
    }

    .bs-tags a {
        font-size: 14px;
        line-height: 24px;
    }

	.author-info{
		text-align: -webkit-center;
		text-align: -moz-center;
	}
	
	.author-img-inner-wrapper{
		float: unset;
	}
	
	.author-info .ai-info{
		text-align: center;
		margin-left: unset;
		margin-right: unset;
	}

	.author-info .ai-info h5{
		margin-top: 10px !important;
	}

    .category-post-block h4 {
        font-size: 18px;
        line-height: 32px;
    }

    .main-content .error-sidebar {
        float: left !important;
    }

    .btn-error-wrapper {
        margin-bottom: 20px;
    }

    .btn-error {
        width: 100%;
    }

    .btn-error:last-child {
        margin-right: unset;
    }

    .load_more {
        margin: 6px 0 !important;
    }

    .widget button {
        width: 100% !important;
    }

    .pub-copy-right:first-child {
        padding-left: unset;
    }
}