@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue.woff2') format('woff2'), url('../fonts/bebasneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 
}
/* Custom CSS - enqueued through functions.php */
/* Temp Styles */

#secondary aside.widget {
    margin-bottom: 30px;
}
.archive .nav {
    text-align: center;
}
/* Header and Logo Changes
******************************/
.logo-big {} .logo-big img {
    padding: 5px 7px;
    background: #f1f1f1;
    background: #FFFFFF;
}
.logo-right {} .logo-right img {
    max-height: 150px;
    background: #f1f1f1;
    background: #FFFFFF;
}


@media (max-width: 980px) {
	.image-bg-fluid-height {
	display:none;
}
}
@media (max-width: 767px) {
	
    .each-issue-new .nav-item {
        width: 100%;
    }
    div.issue-left {
        margin-bottom: 0;
    }
    .explore-ijariit .search-query {
        width: calc(100% - 130px);
        border-radius: 5px;
    }
    #news .bx-wrapper .bx-viewport {
        box-shadow: 0 0 1px #6e6e6e inset;
        min-height: auto;
    }
    .header-group.overflow {
        text-align: center;
    }
    .header-right {
        display: inline-block;
        height: 130px;
        position: relative;
    }
    .volume-title {
        font-size: 24px;
        margin: 20px 0;
    }
    .page-template-templatestrack_status-php .each-issue {
        max-width: 100%;
        margin: 20px auto;
        padding: 20px 20px;
    }
    .page-form .wpcf7 {
        width: 100%;
    }
    .site-footer .footer-middle .widget ul li {
        float: left;
        margin-right: 5%;
        width: 45%;
        border-bottom: 1px solid #cacaca;
        padding: 10px 10px 10px 0;
        position: relative;
    }
    .site-footer .widget {
        margin-bottom: 30px;
        overflow: hidden;
    }
    .footer-social-icon ul li {
        width: 24.2%;
    }
}
@media (max-width: 540px) {
    .footer-social-icon ul li {
        width: 49%;
        margin-bottom: 10px;
    }
    /*
	.issue-left, .issue-right {
		display: block;
		float: none;
		width: 100%;
	}
	.issue-left {
		margin-bottom: 10px;
	}
	*/
    
    .each-row .btn {
        margin-bottom: 10px;
    }
    .issue-download > a,
    .issue-download > span {
        background: none repeat scroll 0 0 #136D87;
        border-radius: 7px;
        color: #efefef;
        padding: 3px 7px;
        margin: 4px 5px;
        display: block;
        text-align: center;
    }
}