/*
Theme Name: hislopia
Author: the WordPress team
/* initial css */

html {
    scroll-behavior: smooth;
}
body {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    font-family: "Open Sans", sans-serif;
    background-color: #ffffffc7;
}
.bg-primary {
    background-color: #1b293a !important;
}
a{
    color: #1b293a;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
ul {
    padding-left: 12px;
    list-style: none;
}
.inner-details p{
    text-align: justify;
}
p:empty{ display: none;}
.text-danger {
    color: #ff0d00!important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Lora", serif;
    font-weight: 700;
}
.wh-30{
    width: 30px;
    height: 30px;
}
.social-links li a {
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.main-site-header {
    border-bottom: 3px solid #333333;
    padding: 0 0 5px;
}
.main-site-header .menu-header-menu-container {
	margin-left: auto;
}
.main-site-header .top-header {
    font-size: 14px;
}
.main-site-header .top-header .row {
    background: #3a4750;
    padding: 5px 10px;
    position: relative;
}
.main-site-header .logo-img img {
	width: 80px;
	height: auto;
}
.site-brand-name h1{
	font-size: 30px;
    text-shadow: 2px 2px 2px #bfcee0;
}
.site-brand-name h5{
    color: #ef1720;
    font-size: 14px;
	letter-spacing: 1px;
}
.header-menu {
    display: flex;
    align-items: center;
	margin-bottom: 0;
}
.header-menu li a {
    font-size: 16px;
}
.header-menu>li {
	position: relative;
	margin: 0 14px;
}
.header-menu>li:hover:after,
.header-menu>li.current-menu-item:after,
.header-menu>li.current-menu-ancestor.current-menu-parent:after {
    content: '';
    display: block;
    width: 100%;
    border: 2px solid #ef1720;
    position: absolute;
    bottom: -43px;
}
.header-menu>li.current-menu-ancestor.current-menu-parent>a,
.header-menu>li:hover>a,
.header-menu li.current-menu-item > a {
    color: #ef1720;
}
.header-menu li ul,
.header-menu ul ul {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    border-top: 3px solid #ed1d24 !important;
    z-index: 99;
    width: 230px;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
}
.header-menu li ul,
.header-menu ul ul,
.header-menu li ul a {
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
.header-menu li>ul li {
    display: block;
    float: none;
    background-color: #4c4c4c;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    position: relative;
}
.header-menu li>ul li:last-of-type {
    border-bottom: none;
}
.header-menu ul ul {
    left: 70%;
    border-top: 3px solid #000 !important;
    box-shadow: #333 3px 3px 20px;
}
.header-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 30px;
}
.header-menu li>ul li a {
    text-align: left;
    padding: 10px 15px;
    display: block;
    color: #e6e6e6;
}
.header-menu li>ul li.current_page_item,
.header-menu li>ul li:hover {
    background-color: #00042c;
}
.header-search {
    justify-content: flex-end;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1;
}
.header-search .screen-reader-text {
    margin-right: -150px;
}
.header-search .search-form {
    position: absolute;
    top: 0;
    display: none;
    right: 40px;
}
.search-section .entry-title {
    font-size: 18px;
}
.search-section article {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.header-search .search-form .searchform > div{
    position: relative;
    text-align: right;
}
.header-search .search-form .searchform label.screen-reader-text:after {
    content: "\f002";
    display: inline-flex;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    color: #fbfbfb;
    z-index: 9;
    width: 40px;
    height: 40px;
    background-color: #ff0d00;
    top: 0;
    align-items: center;
    justify-content: center;
}
.header-search .search-form .searchform #s{
    padding: 7px;
    height: 40px;
    min-width: 220px;
}
.header-search .search-form .searchform input#searchsubmit {
    opacity: 0;
    z-index: -1;
    top: -35px;
    position: relative;
    right: 4px;
}

.home-about-us .badge {
	font-size: 32px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.section-title .title-underline:after, .section-title .title-underline:before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #192F58;
    position: absolute;
    margin-top: 10px;
    margin-left: 17px;
}
.section-title .title-underline:after {
    margin-left: 17px;
}
.section-title .title-underline:before {
    margin-left: -85px;
}
.home-editorial-board {
	background: url('https://hislopiajournal.in/demo/wp-content/uploads/2025/07/bg-image.png');
}
.home-editorial-board ..flex-viewport {
	width: 96%;
    margin: 0 auto;
}
.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption {
	padding: 16px !important;
}
#metaslider-id-116 .flexslider .caption-wrap a {
    color: #ff1515 !important;
}
.category-home-archieve .entry-title {
    font-size: 16px;
}
.inner-page-template {
    margin: 100px 0 0;
}
.inner-page-template .page-title:after {
    content: '';
    position: absolute;
    width: 330px;
    height: 330px;
    left: 160px;
    background-color: #FAB70C;
    border-radius: 50%;
    z-index: -1;
    background: #ffddde;
    top: 0;
}
.inner-page-template .inner-details {
    position: relative;
}
.inner-page-template .inner-details .page-title {
    color: #000;
    font-size: 62px;
    line-height: 1em;
    text-transform: uppercase;
}
.inner-page-template .inner-details h5 {
    padding-top: 70px;
}
.inner-page-template .sub-para {
    text-align: justify;
}
.inner-page-template .sub-para h3 {
    font-size: 1.5rem;
    line-height: 40px;
    font-weight: 600;
}
.inner-page-template .sub-para p {
    padding: 10px 0 5px;
    line-height: 30px;
    font-size: 18px;
}
.inner-page-template .page-contents {
    margin-top: 50px;
    background-color: #fafafa;
    padding: 50px 0;
}
.site-content,
.page-contents {
    text-align: justify;
}
.list-style li, ol li {
    padding-bottom: 10px;
}
.list-style {
    padding-left: 25px;
}
.list-style>li:before {
    content: "\f2da";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #800000;
    margin-left: -25px;
}

footer.footer-meta {
    font-size: 15px;
	background-color: #3a4750;
}
.footer-meta a{
    color: #fafafa;
}
.social-links-footer a {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
	border-radius: 100%;
}
ul#menu-footer-menu {
    padding-left: 14px;
}
.footer-menu ul {
    padding-left: 14px;
}
.footer-menu li.menu-item {
    margin-bottom: 4px;
}
.footer-menu li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    margin-left: -11px;
}
.footer-menu li.active>a,
.footer-menu li a:hover {
    color: #ececec;
}
.copyright{
    background-color: #141f2b;
}
.contact-form-page .wpcf7-textarea, .grievance_form .wpcf7-textarea {
    max-height: 100px;
}
#xt_visitor_counter-3 {
    display: flex;
    align-items: center;
}

#xt_visitor_counter-3 .widget-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 6px;
    white-space: nowrap;
}
#xtvctable {
    display: none !important;
}
.document-page-template .inner-details .page-title {
    font-size: 30px;
    line-height: inherit;
    text-transform: unset;
}
.document-page-template {
    margin: 50px 0 0;
}
.document-page-template .inner-details h5 {
    padding-top: 50px;
}
@media (min-width: 768px) {
    .main-site-header .top-header .row:before {
		position: absolute;
		top: 0px;
		left: 0;
		content: "";
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 45px 0px 0px 30px;
		border-color: transparent transparent transparent rgb(255 255 255);
	}
	.main-site-header .top-header .row {
		margin-left: auto;
		padding-left: 30px;
	}
    .contact-form-page .card {
        min-width: 288px;
        display: inline-flex;
    }
    .main-site-header .top-header .row {
        width: fit-content;
    }
}
@media (max-width: 767px){
    .logo-section{
        text-align: center;
    }
    .copyright{
        font-size: 14px;
        display: flex;
    }
    .inner-page-template {
        margin: 50px 0;
    }
    .inner-page-template .page-title:after {
        width: 210px;
        height: 210px;
    }
    .inner-page-template .inner-details h5 {
        padding-top: 30px;
    }
    .inner-page-template .inner-details .page-title {
        font-size: 52px;
    }
    .inner-page-template .sub-para {
        padding-top: 100px;
    }
    .inner-page-template .sub-para h3 {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .main-site-header .top-header .row ul li:first-child {
        position: absolute;
        right: 16px;
        top: -38px;
        z-index: 999999;
    }
    .main-site-header .top-header .row ul li:last-child {
        margin-left: 16px;
    }
    #wprmenu_bar .menu_title {
        top: -11px !important;
    }
    #wprmenu_bar .menu_title a {
        font-size: 14px;
    }
    .document-page-template .inner-details .page-title {
        font-size: 22px;
    }
}
.home-upcoming-news .text-nowrap{
    background: #6e6e6e;
}
.inner-sidebar .widget {
    margin-bottom: 30px;
}
.inner-sidebar .wp-block-heading,
.inner-sidebar .widget-title {
    background: #3a4750;
    padding: 10px;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #eee;
}
.wp-block-table tr:first-child td {
    background: #394750;
    color: #fff;
    font-weight: 500;
}
.wp-block-table table td {
    font-size: 14px;
}
.btn-orange {
    background-color: #f89538;
    border-color: #f89538;
}
.btn-orange:hover {
    background-color: #ff7c00;
    border-color: #ff7c00;
}
.btn-yellow {
    background-color: #e0cc14;
    border-color: #e0cc14;
}
.btn-yellow:hover {
    background-color: #cdb900;
    border-color: #cdb900;
}
.btn-green {
    background-color: #92bd38;
    border-color: #92bd38;
}
.btn-green:hover {
    background-color: #80b90a;
    border-color: #80b90a;
}
.btn-red {
    background-color: #e45853;
    border-color: #e45853;
}
.btn-red:hover {
    background-color: #e02c25;
    border-color: #e02c25;
}
.btn-link {
    color: #e02c25 !important;
    font-weight: 600;
}
.home-slider-group .list-group .btn {
    width: 84%;
    font-size: 18px;
}
.home-slider-group .list-group .btn:hover a,
.home-slider-group .list-group .btn a {
    color: #fff;
}
.enquiry-form-manuscript label{
	width: 100%;
	font-weight: 400;
}
.enquiry-form-manuscript .enquiry-form-icon {
    width: 200px;
    height: 200px;
    margin: auto;
    font-size: 80px;
    color: #f8f8f8;
}
.enquiry-form-manuscript .wpcf7-textarea{
	max-height: 100px;
}
