/*!
Theme Name: nluo
Author: Flyingstars
Description: National Law University Odisha
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nluo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nluo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/






/* FONTS */

@font-face {
    font-family: 'Canela Deck';
    src: url('/wp-content/themes/nluo/fonts/CanelaDeck-Black.woff2') format('woff2'),
         url('/wp-content/themes/nluo/fonts/CanelaDeck-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela Deck';
    src: url('/wp-content/themes/nluo/fonts/CanelaDeck-Light.woff2') format('woff2'),
         url('/wp-content/themes/nluo/fonts/CanelaDeck-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela Deck';
    src: url('/wp-content/themes/nluo/fonts/CanelaDeck-Bold.woff2') format('woff2'),
         url('/wp-content/themes/nluo/fonts/CanelaDeck-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela Deck';
    src: url('/wp-content/themes/nluo/fonts/CanelaDeck-Thin.woff2') format('woff2'),
         url('/wp-content/themes/nluo/fonts/CanelaDeck-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela Deck';
    src: url('/wp-content/themes/nluo/fonts/CanelaDeck-Regular.woff2') format('woff2'),
         url('/wp-content/themes/nluo/fonts/CanelaDeck-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela Deck';
    src: url('/wp-content/themes/nluo/fonts/CanelaDeck-Medium.woff2') format('woff2'),
         url('/wp-content/themes/nluo/fonts/CanelaDeck-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.cursor {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #072b7d40;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  z-index: 100000000;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #072b7d40;
  opacity: 0.3;
  z-index: 100000000;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}



/* STYLES */

.notification-sec .notification-block ul li a {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
h2.underlined.noti_tend_title {
    font-size: 2.6rem;
}
.hero.inner-banner .hero_text h1 {
    font: var(--font-h3);
    color: var(--white-color);
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items {
    background-color: transparent;
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li::before {
    display: none;
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li .fbc-separator {
    position: relative;
    font-size: 0;
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li .fbc-separator::before {
    content: "\f105";
    font-family: "fontawesome";
    margin: 0 10px;
    font-size: 16px;
    color: #1d1e20;
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li:nth-last-child(2) .fbc-separator::before {
    content: "\f0da";
    color: #000;
}
#uon-side-menu .current_page_item > a {
    font-weight: bold;
    color: var(--red-color);    text-align: left;
}

#uon-side-menu ul li a { text-align: left;}
.breadcrumb .inline-breadcrumb {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.single-faculty nav.post-navigation {
    margin: 30px 0 50px 0;
}
.faculty-container {
    padding: 0;
}





/* 404 */

.page__not_found h1,
.no-results h1 {
    font-size: 40px;
    margin: 0 0 30px 0;
}
.page__not_found .search-form,
.search__results .search-form,
.no-results .search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    max-width: 720px;
}
.page__not_found .search-form > label,
.search__results .search-form > label,
.no-results .search-form > label {
    flex: 1;
}

/* Search Results Page */

.search__results h1.page-title {
    margin: 0 0 40px 0;
}
.search__results article {
    padding: 25px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 40px;
}
.search__results article h2.entry-title {
    margin-bottom: 20px;
}
.search__results article h2.entry-title a {
    color: #000;
}
.search__results article .post-thumbnail img {
    display: block;
    margin-bottom: 10px;
}
.search__results article .entry-meta {
    margin-bottom: 10px;
}
.search__results article .entry-meta a,
.search__results article .entry-footer a {
    color: #e56a49;
}
.search__results article .entry-footer > span {
    margin-right: 10px;
}

/* Blog Post Single */

.single-post .entry-meta,
.archive .entry-meta {
    margin-bottom: 12px;
}
.single-post .entry-meta a,
.single-post .entry-footer a,
.archive .entry-meta a,
.archive .entry-footer a {
    color: #e56a49;
}
.single-post .entry-footer,
.archive .entry-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.single-post .entry-footer span,
.archive .entry-footer span {
    font-weight: 500;
    text-transform: capitalize;
}
.single-post .entry-footer span a,
.archive .entry-footer span a {
    font-weight: 400;
}
.post-navigation .nav-links,
.posts-navigation .nav-links {
    margin-top: 30px;
    padding: 12px 15px;
    background-color: transparent;
    border: 1px solid #c1272d;
    border-left: 0;
    border-right: 0;
}
.post-navigation .nav-links a,
.posts-navigation .nav-links a {
    color: #c1272d;
    font-weight: 500;
}
.comments-area {
    margin-top: 30px;
}
.comments-area .comments-title {
    font-size: 28px;
    margin-bottom: 15px;
}
.comments-area .comment-body a {
    color: #c1272d;
}
.comments-area .reply {
    margin-top: 10px;
}
.comments-area .reply a {
    text-decoration: underline;
    font-weight: bold;
}
.comments-area .comment-author > * {
    vertical-align: middle;
}
.comments-area .comment-list li {
    margin: 30px 0;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #c1272d;
}
.comments-area .comment-author {
    margin-bottom: 10px;
}
.comments-area .comment-author .avatar {
    border-radius: 50%;
    margin-right: 10px;
}
.comments-area .comment-metadata {
    margin-bottom: 10px;
}
.comments-area .comment-content p {
    margin-bottom: 6px;
}
.comments-area .comment-author .fn {
    text-transform: capitalize;
}
.comment-respond {
    background-color: #e9e9e9;
    padding: 30px;
    border-top: 5px solid #c1272d;
    margin-top: 30px;
}
.comment-respond a {
    color: #c1272d;
}
.comment-respond .comment-reply-title {
    font-size: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.comment-respond .comment-reply-title small a {
    color: #c1272d;
    text-decoration: underline;
}
.comment-respond form .comment-notes {
    margin-bottom: 10px;
}
.comment-respond form > p {
    margin-bottom: 15px;
}
.comment-respond form > p:last-child {
    margin-bottom: 0;
}
.comment-respond form > p:not(.comment-form-cookies-consent) label {
    display: block;
    margin-bottom: 5px;
    line-height: 1.1;
}
.comment-respond form input:not(.submit),
.comment-respond form textarea {
    line-height: normal;
    border-radius: 5px;
    padding: 10px;
}
.comment-respond form textarea {
    height: 100px;
    resize: none;
}
.comment-respond form input[type="submit"] {
    padding: 0 40px;
    cursor: pointer;
    line-height: 48px;
    height: 48px;
    font-weight: 700;
    background: #c1272d;
    color: #fff;
    font-size: 16px;
    border: 0;
}



.quick-links-block::after {
    display: none;
}
.quick-links-block .circle_menu_label {
    position: absolute;
    background-color: transparent;
    width: 160px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white-color);
    font-size: 24px;
    font-weight: bold;
    margin: auto;
    white-space: nowrap;
	    text-shadow: 0px 0px 6px #000000, 0 0 11px #000000;
}
header .navbar-nav li.dropdown ul.dropdown-menu .dropdown-submenu.open_menu .sub-dropdown-menu.level-2 {
    display: block;
    transition: all .3s ease;
}

.header_search_form .search-form > label {
    display: block;
}
#search-box form input.search-submit {
    position: absolute;
    right: 64px !important;
    padding: 8px 20px !important;
    background: #072b7d;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    border-radius: 50px;
    padding: 8px 10px !important;
    transition: 2s;
    top: 33px;
    left: inherit;
    width: 46px;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.widget ul.sub-menu {
    display: block !important;
    background-color: transparent;
}
#uon-side-menu ul.sub-menu {
    background-color: transparent;
}
#uon-side-menu ul li{ margin-bottom:10px; }
#uon-side-menu ul li a {
       white-space: normal;
    text-align: left;
    font-weight: 700;
    min-height: auto;
    font-size: 16px;
    line-height: 20px;
}

#uon-side-menu ul li.current-menu-item a{color: var(--red-color);}
#uon-side-menu ul:first-child {
    padding-left: 0;
    border: 0;
}
#uon-side-menu ul:first-child > li:first-child {
    position: relative;
}
#uon-side-menu ul:first-child > li:first-child > a {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
#uon-side-menu ul:first-child > li:first-child > a {
    color: #2D3138;
    margin-bottom: 28px;
    display: block;
    width: fit-content;
	background: transparent;
    box-shadow: none;
}

#uon-side-menu ul:first-child > li:first-child > a:hover{
	background:transparent !important; box-shadow:none !important; color: #2D3138 !important;
}

#uon-side-menu ul:first-child > li:first-child::before {
    content: "";
    width: 40px;
    height: 3px;
    background: #1090D5;
    border-radius: 3px;
    position: absolute;
    top: 36px;
    left: 0px;
}
.ingallery-sec aside .in-block img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.searchandfilter select.sf-input-select {
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    min-width: auto;
    letter-spacing: 1.5px;
    background: #1e3f89;
    color: #fff;
}
.centers-sec ul li img {
    height: auto;
}


.alumni-event-sec .card-block aside {
    background-image: url('https://ar-creations.in/clients/nluo-new/wp-content/uploads/2024/05/vector_bg.png');
}

.contact__map iframe {
    display: block;
    width: 100%;
    height: 360px;
}

.search_results_sec,
section.no-results.not-found {
    margin: 30px 0 80px 0;
}
.search_results_sec a {
    outline: none;
}
.search_results_sec img {
    max-width: 100%;
    height: auto;
    display: block;
}
.search_result_thumb img {
    box-shadow: 0 2px 9px rgba(0, 10, 61, .16);
    border-radius: 8px;
    margin: 15px 0 10px 0;
}
.search_results_sec h4:first-child,
.search_results_sec h5:first-child,
.search_results_sec h6:first-child {
    margin: 1.5em 0 0.75em;
}



body.page-id-1412 .in-content-blk h3.mt_30{ display:none !important; }


.fbc-page .fbc-wrap .fbc-items li.active span, 
.fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
    color:var(--red-color) !important;
    font-size: 16px;
    font-weight: 700;
}


.pagination-container {
    text-align: center;
    margin-top:40px;
}

.pagination-container .wp-pagenavi {
    display: inline-block;
}

.wp-pagenavi a, .wp-pagenavi span {
       padding: 0 5px;
    margin: 0 5px;
    color: #333;
    text-decoration: none;
    display: inline-block;	
	line-height: 24px;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 10, 61, .16);
    transition: all .2s ease;
    border-radius: 5px;
    border: none;
}

.wp-pagenavi span.pages { display:none; }
.wp-pagenavi span.current {
    color: #fff;
    font-weight: bold;
    background: #0101f5;
}
.wp-pagenavi a:hover {
    background: #0073aa;
    color: #fff;
}

/*----------------------------- Large Screens -------------------------------*/


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

@media only screen and (max-width :1600px) and (min-width: 1441px) {
    
}

@media only screen and (max-width :1440px) and (min-width: 1367px) {
    
}

@media only screen and (max-width :1366px) and (min-width: 1281px) {
   
}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    
}

/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    
    #search-box form input.search-submit {
        top: 42px;
    }

}

/*----------------------------- Media Tab -------------------------------*/
@media only screen and (max-width:767px){
    
    #search-box form input.search-submit {
        top: 3px;
    }
    
}

/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:479px){
    
}

/*----------------------------- Media Small Screen -------------------------------*/
@media only screen and (max-width:320px){
    
}









































