/*
	Theme Name: WP-PPC
	Author: AtulBhatS
	Author URI: https://atulbhats.com/
	Description: PIM Wordpress is a theme modified from Twenty Sixteen to suite the college webiste requirements. Not Available for download or purchase.
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
	Text Domain: twentysixteen

	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.
	*/


	@import url('https://fonts.googleapis.com/css2?family=Hanuman:wght@100..900&family=Montserrat:ital,wght@0,300..800;1,300..800&display=swap');



	html,body{
		margin: 0;
		padding: 0;
	}

	body{
		background: #fafafa;
		background: #fff;
		background-image: url('img/ppc_bg.jpg');
		color : #2c2c2c;
		font-size: 16px;
		position: relative;
		font-family: 'Montserrat','Segoe UI', sans-serif;
		
	}

	*{
		font-family: 'Montserrat','Segoe UI','Arial','Tahoma','Liberation Sans', sans-serif;
		outline:none;
		box-sizing: border-box;
		position: relative;
	}

	img{
		height: auto;
		max-width: 100%!important;
	}

	figure{
		max-width: 100%!important;
	}

	main table,main td{
		width: auto;
	}

	.home .page img,
	.page .page img{
		max-width: 100%;
		
	}

	.home .add-underline {
	    font-weight: bolder;
	}

	h1,h2,h3,h4,h5,h6,
	.title,.post-title,.entry-title{
		font-family: 'Hanuman', sans-serif;
		margin-top: 25px;
	}

	article hr{
		margin-top: 30px;
		margin-bottom: 40px;
	}

	p{
		font-family: 'Montserrat', sans-serif;
		line-height: 1.8;	
		font-size: 16px;
	}

	@media (min-width: 768px){
		.container {
		    width: 750px;
		}
	}


	@media (min-width: 992px){
		.container {
		    width: 970px;
		}
	}

	@media (min-width: 1200px){
		.container {
		    width: 1170px;
		}
	}


	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}

	.inline-block{
		display: inline-block;
	}
	.inline{
		display: inline;
	}
	.small{
		font-size: 80%;
	}
	
	sups{
	    font-size: 50%;
	    position: relative;
	    top: -5px;
	    margin-left: 2px;
	}

	a:not(.btn):link:hover{
		color : #ff8400;
	}

	.text-right{text-align:right}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}@media only screen and (min-width:1200px){.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-left{text-align:left}}@media only screen and (min-width:992px) and (max-width:1199px){.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-left{text-align:left}}@media only screen and (min-width:600px) and (max-width:991px){.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-left{text-align:left}}@media only screen and (max-width:767px){.text-xs-right{text-align:right}.text-xs-center{text-align:center}.text-xs-justify{text-align:justify}.text-xs-left{text-align:left}}

	.add-underline{
		position: relative;
		margin-bottom: 30px;
	}

	.add-underline:before{
		content:"";
	    position: absolute;
	    bottom: -15px;
	    left: 0;
	    background: #ddd;
	    height: 2px;
	    width: 100%;
	    max-width: 200px;
	}
	.add-underline:after {
	    content: "";
	    position: absolute;
	    bottom: -15px;
	    left: 0;
	    background: #74143b;
	    height: 4px;
	    width: 100%;
	    max-width: 200px;
	    width: 64px;
	}

	.add-underline-sub:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #d794b0;
    height: 2px;
    width: 100%;
    max-width: 100px;
    width: 64px;
}

.add-underline-sub {
    position: relative;
    margin-bottom: 30px;
}

.add-underline-sub:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #ddd;
    height: 2px;
    width: 100%;
    max-width: 200px;
}
	.tight{
		margin:0;
		padding:0;
	}

	.no-margin{
		margin:0;
	}

	.no-padding{
		padding: 0;
	}


	/* Navigation */


	header{

	}

	header.affix{
		background: #fff;
	}

	header a{
		color: #fff;
	}

	header .top-header {
	    background: #570024;
	    height: 32px;
	    padding: 5px 0;
	    overflow: hidden;
	}

	header .top-header span > a > img {
	    height: 16px;
	    top: 3px;
	    color: #fff;
	}

	header .top-header a{
		padding: 2px 5px;
		margin: 0 5px;
	}

	header .top-header .col-left{
		text-align: left;
	}

	header .top-header .col-right{
		text-align: right;
	}

	header .top-header .col-right li {
	    display: inline;
	}

	header .top-header .menu{
		margin:0;
	}

	header .top-header ul li{
		display: inline;
	}

	header.affix .top-header{
		display: none;
	}

	header .branding *{
		transform: 0.2s ease-in all;
	}

	header .branding {
	    padding: 15px 0;
	}

	header.affix .branding {
	    /* transform: scale(0.5); */
	    display: block;
	    padding: 15px 0 5px 0;
	}

	header .branding .hide-on-small-only .logo.large{
		height: 100px;
	}

	header.affix .branding .hide-on-small-only .logo.large{
		height :32px;
	}

	header.affix .branding .logo{
		padding-right:25px!important;
	}
	

	header.affix .branding h1{
		font-size: 18px;
		margin-bottom: 2px;
		margin-top: 3px;
	}

	header.affix .branding p{
		font-size: 0px;
	}

	header.affix .branding .hide-on-small-only .col.m2.l3{
		width: 35%;
	}

	header.affix .branding .hide-on-small-only .col.m10.l9{
		width: 50%;
	}



	/* Navigation */ 

header.affix img.nav-logo {
    width: 50px;
    display: inline-block;
    margin-top: 5px;
}

header .nav-home-link {
    display: none;
    margin-right: 143px;
    height: 60px;
}

header.affix .nav-home-link{
	display: inline-block;
}

header.affix .nav-home-link a:hover {
    background: #f7f7f763;
}

 header.affix .nav-home-link > a > div {
    color: #f55a0c;
    float: right;
    padding: 17px 15px;
    font-size: 13px;
    height: 48px;
    overflow: hidden;
    line-height: 1;
    vertical-align: middle;
}

	header.affix #site-navigation {
	    background: #fff;
	    border-top:1px solid #ccc;
	}

	header #site-navigation{
		background: rgb(247 87 4);
	}



	nav#site-navigation *:not(.fas){
		z-index: 100000;
		font-weight: 400;
	}

	header .branding{
		transition: 0.2s ease-in all;
	}

	header .branding .logo{
		padding-right:25px!important;
	}
	

	header .branding h1{
		color: #ff5500;
		font-size: 32px;
		margin-bottom: 5px;
		font-weight: bolder;
	}

	header .branding p{
		color: #000;
		margin-top:0;
		font-size: 14px;
	}

	header .branding a > div > div{
		padding: 0 15px;
	}

	header .branding a > div > div *{
		padding: 0!important ;
	}

	.main-navigation ul ul li{
		background: transparent!important;
	}

	header.affix	 ul#menu-navigation > li:last-child{
		display: none;
	}
	
	nav#site-navigation{
		box-shadow: none;
	}

	header.affix li > a {
	    color: rgb(247 87 4);
	}

	#site-navigation .dropdown-toggle {
	    display: none;
	}

	.page:not(.home) header #menu-site-navigation,
	header.affix #menu-site-navigation{
		height: 100px;
		width: 100%;
		display: flex;
		align-content: flex-start;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;"
	}

	#menu-site-navigation > li.menu-item > a {
	    border-radius: 15px;
	}
	
	nav#site-navigation .primary-menu > li:hover > a {
	    color: #4f0a24;
	}

	#page > header.affix{
		position: fixed!important;
		top: 0;
		width: 100%!important;
		left: 0!important;
		z-index: 10001!important;
		padding:0 0;
		font-size: 14px;
		border-top: 5px solid rgb(247 87 4);
	}

	#page > header .row{
		margin: 0;
	}

	.affix nav#site-navigation .sub-menu{
		
	}

	nav .menu-item-has-children{
		position: relative;
	}

	nav .menu-item-has-children > a{
		margin-right: 0px;
		padding: 0 20px;
		font-weight: 500;
		font-size: 16px;
	}

	nav#site-navigation li.menu-item-has-children a .fas {
	    font-size: 7px;
	    height: inherit;
	    margin: 0 0 0 5px;
	    position: relative;
	    top: -3px;
	}

	header.affix #site-navigation li.menu-item-has-children > a {
	    font-weight: bolder;
	}

	nav#site-navigation ul.sub-menu a .fas{
		transform:rotate(-90deg);
		float: right;
		top: 8px;
	}
	nav#site-navigation a.waves-effect{
		display: inherit;
	}

	.sub-menu{
		display: none;
		max-width: 300px;
	}

	.sub-menu .sub-menu{
		display: inline-block;
		width: 0;
	}

	nav .nav > li a{
		line-height: 1;
	}

	nav li.menu-item-has-children .sub-menu {
	    position: absolute;
	    width: 5%;
	    min-width: 200px;
	    width: auto;
	    background-color: rgb(255 255 255 / 96%);
	    color: #000;
	    border-radius: 4px;
	    box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.15);
	}

	nav li.menu-item-has-children .sub-menu a {
	    line-height: 1.5!important;
	    padding: 2px 0;
	    border-bottom: 1px solid #00000038;
	    padding: 8px 15px 8px 15px!important;
	    color: #000;
	}

	ul:not(.sidenav) ul.sub-menu.toggled-on:before {
	    content: "";
	    position: absolute;
	    top: -8px;
	    left: 25px;
	    border-top: 0;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-bottom: 8px solid rgb(225 225 225 / 100%);
	}

	ul:not(.sidenav) ul.sub-menu ul.sub-menu.toggled-on:before {
		display: none;
	}

	nav li.menu-item-has-children .sub-menu li {
	    display: block!important;
	    float: none;
	}

	nav li.menu-item-has-children .sub-menu li :hover a,
	nav li.menu-item-has-children .sub-menu li:not(:last-child):hover a{
		color: #ff6c00;
	}

	nav li.menu-item-has-children .sub-menu li > a{
		padding-left: 20px!important;
		margin: 0;
		color: #000;
	}

	nav .sidenav li.menu-item-has-children .sub-menu li > a {
	    color: #fff !important;
	}

	nav#site-navigation:not(.mobile) .menu-item-has-children .menu-item-has-children:hover > ul.sub-menu{
		display: block;
	}

	nav#site-navigation .menu-item-has-children .menu-item-has-children > ul.sub-menu{
	    display: none;
	    position: absolute;
	    left: 100%;
	    top: 0;
	    width: 0;
	    transition: width 0.1s ease-in;
	    background: rgb(237 237 237);
	}

	nav#site-navigation .sidenav .menu-item-has-children .menu-item-has-children > ul.sub-menu {
	    display: block;
	    position: relative;
	    left: 0;
	    background: transparent;
	}

	nav#site-navigation .menu-item-has-children > .sub-menu{
		transition: height 0.2s ease-in;
		min-width: 250px;
	}

	nav#site-navigation:not(.mobile) .menu-item-has-children:hover > .sub-menu{
		display: block;
	}

	header:not(.affix) nav#site-navigation .sub-menu li > a:hover,
	header:not(.affix) nav#site-navigation .sub-menu li.current-menu-item > a,
	header:not(.affix) nav#site-navigation .sub-menu li.current_page_item > a{
		color: #e5622a;

	}

	header.affix nav#site-navigation li > a:hover,
	header.affix nav#site-navigation li.current-menu-item > a,
	header.affix nav#site-navigation li.current_page_item > a{
		/*background-color: rgb(220 73 3 / 100%);*/
	}

	header:not(.affix) nav#site-navigation .primary-menu > li > a{
		border-bottom: 1px solid transparent;
		font-weight: bolder;
	}

	header:not(.affix) nav#site-navigation .primary-menu > li > a:hover,
	header:not(.affix) nav#site-navigation .primary-menu > li.current-menu-item > a,
	header:not(.affix) nav#site-navigation .primary-menu > li.current_page_item > a{
	
	    background: #00000022;
	    font-weight: bolder;
	    font-size: 106%;
	}

	header nav#site-navigation li > a.search-btn {
	    padding: 0 20px;
	    margin-left: 5px;
	}

	header nav#site-navigation li > a.search-btn:hover{
		border: none!important;
		background: transparent;
	}

	header nav#site-navigation .nav-box{
		display: flex;flex-direction: column;flex-wrap: nowrap;align-content: stretch;justify-content: space-evenly;align-items: center;
	}


	
	.search-submit {
	    border-radius: 50px;
	    font-size: 20px;
	    padding: 8px 30px;
	    height: auto;
	}

	.sidenav {
	    background-color: #2c2c2c;
	}

	.sidenav li a{
	    padding-left:  15px !important;
	    padding-right:  15px !important;
	    margin: 0;
	}

	.sidenav header{
		margin-top: 20px;
		text-align: center;
	}

	.sidenav * {
	    color: #fff!important;
	}

	.sidenav .search-btn{
		padding: 0;
		border-radius: 0;
	}

	.sidenav .fa-search{
		font-size: 12px;
	}

	.sidenav .sub-menu{
		position: relative!important;
		top: 0;
		left: 0;
	}

	.sidenav .sub-menu a{
		padding-left: 15px;
	}

	nav#site-navigation .sidenav li.menu-item-has-children a .fas{
		float: right;
		top: 15px;
	}

	/* Footer */

	footer.site-footer {
	    background: #212121;
	    padding: 50px 0 0;
	    margin-top: 100px;
	    line-height: 2;
	}

	footer .links > li{
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	footer{
		color: #aaa;
	}

	footer a{
		color : #fff
	}

	footer .secondary-footer{
		padding: 25px 0;
		background: rgb(0,0,0,0.5);
	}

	footer .social-icon img{
		height: 42px;
		margin: 5px;
		padding: 5px;
	}

	footer .icon{
		width: 24px;
		padding: 0 3px 0;
		top:3px;
	}

	footer .back-top{
		    cursor: pointer;
		    background: #fff;
		    padding: 10px 15px;
		    border-radius: 10px;
		    color: #222;
		    top: 0;
		    float: right;
	}

	footer h6{
		color: #fff;
	}

	body .page:not(article){
		background: #fff;
		padding: 20px 25px;
		box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
		position: relative;
		margin-top: 25px;
	}

	body .page .page-title,
	body .page .entry-title{
	   margin-bottom: 5px;
	   padding: 25px 15px 25px 0;
	   font-size: 40px;
	}

	body .page .entry-header{
		padding: 25px 15px 25px 0;
		border-bottom: 1px solid #efefef;
	}

	body .last-edited {
	    margin: 32px 4px 0;
	    text-align: right;
	    opacity: 0.9;
	    display: block;
	}

	.sidebar {
	    padding-left: 20px;
	    margin: 0 -5px;
	    min-height: 100vh;
	    border-left: 1px solid #fafafa;
	}

	.sidebar .post-box a{
		display: block;
	}

	.sidebar .post-title{
		margin: 5px 0!important;
		padding: 0!important;
	}

	.sidebar .post-timestamp{
		margin: 0 0 10px!important;
		padding: 0!important;
	}

	.breadcrumbs {
	    display: block;
	    display: table;
	    clear: both;
	    padding: 5px 15px;
	    border-radius: 5px;
	    font-size: 10px;
	    margin-bottom: 15px;
	    opacity: 0.8;
	    background: #fafafa;
	    border-radius: 50px;
	}

	.breadcrumb {
	    color: #555;
	    font-size: 12px;
	}

	.breadcrumb:before {
	    content: "/";
	    color: #ccc;
	    font-size: 12px;
	}
	.breadcrumb:last-child {
	    color: #000;
	}

	article{
		margin: 10px 30px 0 10px;
		line-height: 1.6;
	}

	article header{
		color: #000;
	}

	article .entry-title,
	.page .page-title{
		font-size: 2.8em;
		line-height: 1.5;
		margin-top: 0;
	}

	article.type-page .entry-title{
		margin-bottom: 0.1em;
	}

	article h1{
		font-size: 2.8em;
	}

	article h2{
		font-size: 2.5em;
		margin-top: 50px;
	}

	article h3{
		font-size: 2.3em;
		margin-top: 50px;
	}

	article h4{
		font-size: 1.8em;
		margin-top: 50px;
	}

	article h5{
		font-size: 1.5em;
		margin-top: 50px;
	}

	article h6{
		font-size: 1.3em;
		margin-top: 50px;
	}

	article p{
		margin-bottom: 10px!important;
	}

	article ul,
	article ol{
		padding-left: 40px!important;
	}

	article ul li {
	    list-style: disc!important;
	}

	article ol li {
	    list-style: arabic!important;
	}

	article li{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	article ul{
		margin-bottom: 10px;
	}

	.home.page .page li{
		margin-bottom: 20px;
	}

	.home li{
		/*margin-bottom: 0!important;*/
	}

	.page > article{
		padding-top : 0;
	}

	article .alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em!important;
	}

	article .alignright {
		display: inline;
		float: right;
		margin-left: 1.5em!important;
	}

	article .aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	article.page .entry-content{
		padding-right: 20px;
	}

	article.custom{
		padding-bottom: 20px;
	}

	article h4, article h5, article h6{
		/*margin-right: 30px;
		margin-left:  10px;*/
	}
	article h6{
		line-height: 1.4
	}

	article p{
		text-align: justify;
	}

	article p:first-child:first-line{
		margin-left: 50px;
	}

	article img:not(.no-margin){
		margin: 15px 0;
	}

	article img:not(.no-border){
		border: 3px solid #fff;
	}

	article img:not(.no-shadow){
		box-shadow: 0px 2px 2px #aaa
	}

	table.highlight>tbody>tr:hover{
	    background-color: rgba(242,242,242,1)!important;
	
	}

	article table td{
		vertical-align: top;
	}

/* Child and Grand Child Template */


	.page.child-list h3,
	.page.grand-child-list h3 {
	    margin-bottom: 50px;
	    font-size: 32px;
	}

	.page.grand-child-list h3:before,
	.page.child-list h3:before {
	    content: "";
	    position: absolute;
	    bottom: -15px;
	    left: 0;
	    background: #ddd;
	    height: 2px;
	    width: 100%;
	    max-width: 200px;
	}

	.page.child-list h3:after
	.page.grand-child-list h3:after {
	    content: "";
	    content: "";
	    position: absolute;
	    bottom: -15px;
	    left: 0;
	    background: #74143b;
	    height: 4px;
	    width: 100%;
	    max-width: 200px;
	    width: 64px;
	}

	.page.child-list ul,
	.page.grand-child-list ul {
	    padding-left: 20px;
	    line-height: 2;
	    font-size: 18px;
	}

	.page.child-list ul li,
	.page.grand-child-list ul li {
	    list-style: disc;
	    
	}

	.page.child-list ul.child-list-ul li::marker,
	.page.grand-child-list ul.child-list-ul li::marker{
		color: #ff6f24;
	}


/* Dept. Page */

	.department.page hr{
		opacity: 0.5;
	}

	.page .faculty-list table{
		width: 100%;			
	}

	table.faculty-list {
    	width: 100%;
	}

	.page .faculty-list td img {
	    max-height: 128px;
	    border: 2px solid #fff;
	    width: auto;
	}

	.page .faculty-list td span {
	    color: #555;
	}

	.page .faculty-list td {
	    padding: 5px 15px;
	    color: #aaa;
	    vertical-align: middle;
	    padding-top: 25px;
	}

	.page .faculty-list td p {
	    color: #000;
	    font-weight: 600;
	    margin: 0;
	    min-width: 150px;
	}

	.page .faculty-list td .salutation {
	    font-weight: lighter;
	    font-size: 80%;
	}

	.page .faculty-list td .qualification {
	    margin-left: 25px;
	    font-size: 80%;
	    display: inline-block;
	}

	.page .faculty-list td .designation {
		font-size: 80%;
	}

	.page .faculty-list td .experience{
		font-size: 75%;
	}

/* Faculty Page */

	.faculty-page .entry-header{
		padding: 0!important;
	}
	.faculty-page .faculty-field.block{
		margin-bottom: 00px;
		padding: 15px 0 15px 15px;
	}

	.faculty-page .faculty-field.block h4{
		color: #4f0a24;
	    font-weight: bolder;
	    font-family: 'Hanuman', 'Lora', 'Times New Roman', 'Libre Serif', 'serif';
	    padding-bottom: 15px;
	    border-bottom: 1px solid #efefef;
	}

	.faculty-field.block *{
		font-family: "Montserrat","Segoe UI",'Arial','sans-serif';
	}

	.faculty-page .faculty-field.block hr {
	    opacity: 0.6;
	}

	.faculty-page .faculty-title {
    margin-bottom: 5px;
}

.faculty-page .faculty-title{
	font-size: 32px;
}

.faculty-page .faculty-designation {
    font-size: 22px;
    font-style: italic;
    color: #444;
    margin-top: 15px;
}

.faculty-page .faculty-department {
    font-size: 20px;
    margin-bottom: 15px;
}

.faculty-page .faculty-email img {
    top: 14px;
    display: inline-block;
    margin: 0;
    box-shadow: none;
    width: 32px;
}

.faculty-page .experience {
    background: url('img/logo.png');
    padding: 5px 0 5px 44px;
    margin: 35px 0 5px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 6px 6px;
}

.faculty-page .total-experience {
    padding: 5px 0 5px 44px;
    margin: 0 0;
    font-size: 95%;
}
/* Office Page */ 

.office-staff {
    float: left;
    background: #fafafa;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 15px;
    width: 250px;
    margin: 10px 5px;
    min-height: 250px;
    text-align: center;
}


.office-staff figure {
    max-height: 250px;
    overflow: hidden;
    margin: auto;
}

.office-staff figure img {
    width: 100% !important;
    aspect-ratio: 0.77;
    transform: scale(1.01);
}

.office-staff .office-staff-name {
    font-weight: 600;
    font-size: 16px;
    margin: 5px 0 0;
}

.office-staff .office-staff-designation {
    margin: 0 0 5px;
    font-size: 14px;
    color: #555;
}


.course-name, .course-name a{
	font-size: 24px;
	display: block;
	font-family: 'Hanuman', Serif;
}

/* Home Page */

.home.page section:not(.fluid){
	max-width: 80%;
	width: auto!important;
	margin: 10px auto;
}


.home.page .home-page{
	padding:10px;
}

.home.page.not-front-page{
	padding: 0;
}

.home.page .home-page-box{
	margin: 10px;
	padding: 15px;
	border: 1px solid #efefef63;
	border-radius: 5px;
}

.home.page .news-item td:first-child {
    width: 64px;
}

.home.page .news-item td:first-child img{
	padding: 15px;
}

.home.page .news-item td:first-child img.news-image{
	padding: 1px;
}

.home.page .news-item strong{
	display: inline-block;
	font-weight: 500;
}

.home.page .news-item .badge {
    color: #fff;
    float: right;
    font-weight: bolder;
    font-size: 9px;
    border-radius: 10px;
}

.home.page .news-item .badge.deadline{
	background: darkred;
}

.home.page .news-item .badge.days{
	background: darkorange;
}

.home.page .news-item .badge.ongoing{
	background: darkpurple;
}

a.tickr-btn {
    background: #1980ff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    margin: 0;
    display: inline-block;
    border: 1px solid #ffffff;
}

a.tickr-btn :hover{
	color:#fff;
}

a.tickr-btn.next-button {
    border-radius: 0 5px 5px 0;
}

a.tickr-btn.prev-button {
    border-radius: 5px 0 0 5px;
    margin: -5px;
}


.home.page .course-name a{
	font-size: 18px;
	margin-top: 5px;
	padding: 5px;
}

.home.page .principal.image{
	max-width: 256px;
}

.home.page .principal.message{
	text-align: justify;
	margin-top:0;
}

.home.page section > hr{
	margin-top: 25px;
	margin-bottom: 50px;
	opacity: 0.2;
}

.home.page .divider {
    display: contents;
}

.home.page section > .divider:before {
    content: "";
    display: block;
    margin: 80px auto 100px;
    height: 1px;
    width: 60%;
    height: 6px;
    border-top: 2px solid ;
    border-bottom: 2px solid ;
    border-right: 100px solid #fff;
    border-left: 100px solid #fff;
}

.home.page section > .divider:after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 10px solid #fff;
    position: absolute;
    bottom: -12px;
    z-index: 1;
    left: 49.5%;
    opacity: 1;
    transform: rotate(45deg);
}

.home.page section > .divider.pink:before {
    border-top-color: #fdc0fd;
    border-bottom-color: #fdc0fd;
    
}

.home.page section > .divider.pink:after {
    background: #fdc0fd;
}

.home.page section > .divider.orange:before {
    border-top-color: #ffc9a9;
    border-bottom-color: #ffc9a9;
    
}

.home.page section > .divider.orange:after {
    background: #ffc9a9;
}

.home.page .program-box{
	margin: -25px 0 0 -25px;
	padding: 15px;
	background: #fafafa;
	border-radius: 10px;
	border: 1px solid #efefef;
}

.home.page .program-box a{
	color: #f75704;
}

.home.page .carousel-wrap {
    margin: 0 -15px;
    padding: 25px 0;
}


.home.page .carousel article {
    margin: 0 10px 0;
    width: 256px;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 15px;

}

.home.page .carousel article figure {
    height: 186px;
    margin: 0 auto;
    overflow: hidden;
}

.home.page .carousel figure img {
    width: 148px;
    border: none;
    box-shadow: none;
}

.home.page .carousel h5 {
    color: #e16000;
    font-size: 15px;
    margin: 15px 0 0;
    font-weight: bolder;
}

.home.page .carousel h6 {
    margin: 5px 0 0;
    font-size: 12px;
    color: #4485ff;
}

.home.page .carousel button{
	display: none!important;
}

.home.page .carousel p {
    font-size: 12px;
    text-align: center;
    margin: 5px 0 0;
    line-height: 1.25;
    color: #93018d;
}


.post.card:hover{
	box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);
}

.post.card .card-content{
	padding: 5px 10px;
}

.post.card .card-image {
    max-height: 256px;
    overflow: hidden;
}

.post.card .card-title{
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.5;
	height: 68px;
}

.post.card .card-action{
	padding: 5px 15px 10px;
	font-size: 12px;
}

.home.page .post.card .card-image {
    height: 200px;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
}


.post.card .card-action a{
	color: #93018d!important;
}

.post.card .card-content a{
	color: #f75704!important
}

.home.page .post.card.wide .card-content {
    height: 125px;
}

.home.page .post.card.wide .card-image {
    height: auto;
}


.btn-primary {
    padding: 15px 25px;
    height: auto;
    color: #fff;
    text-transform: none;
    font-size: 18px;
    border-radius: 8px;
    background: linear-gradient(314deg, #ff5e00, #e77613, #f58c31);
}

.btn-primary:hover{
	color: #fff!important;
	background: linear-gradient(314deg, #ff5e00, #f58c31, #f58c31);	
}

.btn-secondary {
    padding: 5px 25px;
    height: auto;
    text-transform: none;
    font-size: 18px;
    border-radius: 8px;
    background: linear-gradient(272deg, #5c0095, #6d00bf, #9d54ed);
    color: #fff;
}


.foundation {
    max-width: 1000px;
    margin: 0 auto;
    height:450px;
}

.foundation .col{
	padding: 0;
}

section.slant:after {
    position: absolute;
    bottom: -64px;
    width: 100%;
    height: 128px;
    background: #f5f5f5;
    content: "";
    left: 0;
    transform: skew(00deg, -1deg);
}

.foundation .tabs {
    background: transparent;
    height: 64px;
}

.foundation .tabs a {
    max-width: 128px;
    display: inline-block;
    text-align: center;
    padding: 15px 25px;
    font-size: 18px;
    color: #830c3e;
    height: 100%;
    background: transparent;
}

.foundation .tabs a.active {
    background: #830c3e;
    color: #fff;
}


.foundation img {
    width: 100%;
}

.foundation .tabs-content > div.active {
    display: block;
    background: #830c3e;
}

.foundation .tabs-content > div {
    display: none;
    padding: 25px;
    color: #fff;
    height: calc(480px - 99px);
    font-size: 18px;
}

.foundation .tabs-content ul {
    padding-left: 30px;
}

.foundation .tabs-content ul li {
    list-style: disc;
}

span.quote:after {
    content: "”";
    font-size: 99px;
    position: absolute;
    color: #fff2;
    font-family: Libre Baskerville, Georgia, Lora;
    right: -4px;
    bottom: -42px;
}

span.quote:before {
    content: "“";
    font-size: 99px;
    position: absolute;
    color: #fff2;
    font-family: Libre Baskerville, Georgia, Lora;
    left: -4px;
    top: -21px;
}

span.quote {
    padding: 25px;
    display: inline-block;
}

.home.page footer.site-footer:before {
    content: "";
    background: #212121;
    position: absolute;
    top: -50px;
    left: -5%;
    width: 110%;
    height: 100px;
    transform: rotate(-2deg);
}

.home.page footer.site-footer{
	margin-top:-80px;
}

.event-basic > div,
.event-details > div {
    padding: 15px;
    font-size: 20px;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #efefef;
    margin: 5px 0 50px;
}

.event-image > div {
    text-align: center;
    margin: 0 auto 50px;
}

.event .add-calendar span.calendar-link{
	display: inline-block;
}


.event .add-calendar span.calendar-link img {
    display: inline-block;
    margin-left: 5px;
    background: none;
    box-shadow: none;
}

.event-organizer > div a {
    font-size: 18px;
    background: #ff8400;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
}

.event-organizer > div a:hover {
    color: #fff!important;
}

.event .add-calendar h6{
	display: flex;
    align-items: center;
}

.event-organizer > div {
    background: #fafafa;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 25px;
    margin: 0 0 25px;
}


.sidebar .post-box a p {
    padding: 0px 5px 10px !important;
    font-size: 11px;
    text-align: right;
    margin-bottom: 0 !important;
    color: #555;
    text-transform: capitalize;
}

.sidebar .post-box a h6 {
    padding: 0 5px !important;
    font-size: 16px;
    color: #f75704;
}

.sidebar .post-box {
    background: #fafafa;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.sidebar .post-box .row{
    nargin: 0;
}

.sidebar ul li a {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    display: block;
    padding: 0 0 0 10px;
}

.sidebar ul li a:before {
    content: "›";
    position: absolute;
    left: 0;
    color: #e95618;
    font-weight: bolder;
}

.sidebar ul li {
	list-style: none!important;
}


.achiever.page .achiever-box {
    /* float: left; */
    max-width: 200px;
    margin: 20px 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-table;
    background: #fafafa;
    border: 1px solid #efefef;
}

.card.achiever-box figure {
    max-height: 200px;
    overflow: hidden;
    margin: 10px auto;
}

.card.achiever-box .card-title {
    font-size: 16px;
    font-weight: bolder;
    color: #fd803f;
}

.achiever-box .card-content {
    padding: 0 15px 15px;
}

.achiever-box .card-content h6 {
    font-size: 14px;
    margin: 0 0 10px;
    color: purple;
}

.achiever-box .card-content p {
    font-size: 12px;
    min-height: 56px;
    height: 72px;
}

.blog-results article,
.archive-results article,
.search-result {
    box-shadow: none;
    margin-bottom: 50px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 25px;
}

.blog-results article header.entry-header,
.archive-results article header.entry-header,
.search-result header.entry-header{
    padding: 0;
    border-bottom: 1px solid #ff520026;
}

.blog-results article header.entry-header h2.entry-title,
.archive-results article header.entry-header h2.entry-title,
.search-result header.entry-header h2.entry-title {
    padding: 0;
    font-size: 32px;
}

.blog-results article header.entry-header .entry-title a,
.archive-results article header.entry-header .entry-title a,
.search-result header.entry-header .entry-title a {
    color: #ff6f24;
    font-family: 'Hanuman';
}

.blog-results article .breadcrumbs,
.archive-results article .breadcrumbs,
.search-result .breadcrumbs{
	margin-bottom: 0;
}

.blog-results .breadcrumb,
.archive-results .breadcrumb,
.search-result .breadcrumb{
	font-size: 10px;
	text-transform: uppercase;
}


.blog-results .entry-footer p.author,
.archive-results .entry-footer p.author,
.search-result .entry-footer p.author{
	opacity: 0.05;
    color: #000;
    font-size: 12px;
    text-align: right;
}

.blog-results .entry-date,
.archive-results .entry-date,
.search-results .entry-date {
    height: 24px;
    display: flex;
    align-items: center;
    font-family: 'Hanuman';
    color : purple
}


.blog-results .entry-date img,
.archive-results .entry-date img,
.search-results .entry-date img{
	box-shadow: none;
}


article .post-content a.more-link {
    background: #ff6f24;
    color: #fff;
    padding: 1px 15px 5px 35px;
    font-size: 82%;
}

article .post-content a.more-link:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 16px;
    height: 100%;
    border-left: 11px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: none;
}

article .post-content a.more-link:after {
    content: "";
    left: 100%;
    top: 0;
    position: absolute;
    width: 16px;
    height: 100%;
    border-left: 11px solid #ff6f24;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: none;
}

article .post-content a.more-link:hover{
	color: #fff;
}

.page.announcements .announce-item {
    margin-bottom: 25px;
    background: #fafafa;
    border-radius: 50px;
    padding: 15px 100px 15px 50px;
    line-height: 21px;
}

.page.announcements .announce-item .announce-content{
	font-size: 18px;
	font-weight: bolder;
}

.page.announcements .announce-item > img {
    display: inline-block;
    width: 28px;
    top: 2px;
    position: absolute;
    top: calc(50% - 14px);
    left: 10px;
}

.page.announcements .announce-item .announce-content {
    font-size: 18px;
    font-weight: bolder;
    display: inline-block;
}

.page.announcements .announce-item .announce-days {
    font-size: 12px;
    position: absolute;
    right: 3px;
    bottom: 2px;
    background: purple;
    border-radius: 50px;
    padding: 7px 15px;
    border: 1px solid #ccc;
    text-align: center;
    color: white;
    line-height: 16px;
}

.page.announcements .announce-item .announce-days span {
    display: block;
    font-size: 14px;
    font-family: 'Hanuman';
    font-weight: bolder;
    text-align: right;
}

.page.announcements .announce-item .announce-days span span{
	font-size: 18px;
	display: inline;
}

.event-item {
    margin-bottom: 25px;
    border-radius: 0;
    padding: 15px;
    line-height: 21px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.event-item td:first-child {
    min-width: 135px;
    width: 135px;
}

.event-item td > a > img {
    width: 128px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}

.event-content p {
    margin: 0;
}

.event-content .event-name p a {
    font-size: 23px;
    font-family: 'Hanuman';
    color: #ff6f24;
}

.event-content .event-date span, .event-content .event-venue span {
    color: purple;
    font-family: 'Hanuman';
    font-weight: bolder;
}



.event-item .badge.ongoing {
    background: red;
    color: #fff;
    border-radius: 5px;
    font-size: 11px;
    display: inline-block;
    margin-left: 15px;
    top: -3px;
}

.event-item .badge.upcoming {
    background: green;
    color: #fff;
    border-radius: 5px;
    font-size: 11px;
    display: inline-block;
    margin-left: 15px;
}

.event-item tr{
	border:none;
}


.gallery {
    padding-top: 25px;
}


.gallery:before {
    content: "Images Clickable";
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    height: 15px;
}


.gallery-item {
    display: inline-block;
    margin: 5px;
    padding: 5px;
}

.gallery-columns-3 .gallery-item {
    width: 32%;
}

.gallery-columns-1 .gallery-item {
    width: 80%;
}

.gallery-columns-2 .gallery-item {
    width: 48%;
}

.gallery-columns-4 .gallery-item {
    width: 24.5%;
}

.gallery-item a{
	display: block;
}

.gallery-item img{
	width: 100%;
	padding: 2px;
}


.material-placeholder img{
	max-width: auto;
}

.page.contact iframe{
	width: 100%;
	height: 80vh;
	border:5px solid #fff;
}

.page.contact textarea{
	min-height: 350px;
}

.home .foundation .tabs-content *{
	font-size: 15px;
}
a.tickr-btn{
	background-color: purple;
}

.page form {
    background: #fafafa;
    padding: 15px;
}

.page form > p{
    background: #fcfcfc;
    border-radius: 10px;
    padding: 5px 15px;
    border: 1px solid #eee;
}

.page form > p:has(input[type="submit"]) {
	background: none;
	border-radius: none;
	border: none;
}

.page form > p label {
    color: #fb6d29;
    font-size: 14px;
    font-weight: bolder;
}

.page form > p input[type=text]:not(.browser-default):focus:not([readonly]),
.page form > p input[type=email]:not(.browser-default):focus:not([readonly]),
.page form > p input[type=number]:not(.browser-default):focus:not([readonly]),
.page form > p input[type=password]:not(.browser-default):focus:not([readonly]){
	border-bottom: 1px solid purple;
    box-shadow: 0 1px 0 0 purple;
}

.page form > p textarea{
	border:	none;
	border-left: 1px solid #888;
    min-height: 200px;
}

.page form > p textarea:focus{
	border-left: 1px solid purple;
    box-shadow: -1px 0 0 0 purple;
}

.page form  input.input-field,
.page form  textarea.input-field,
.page form  select.input-field,
.page form  option.input-field{
	display: inline-block;
}


.page form .helper-text{
	font-size: 14px;
	color: purple;
}

figcaption {
    text-align: center;
    top: -10px;
    font-style: italic;
    font-size: 14px;
    color: #aaa;
}

.page.department  article a.btn{

    padding: 5px 15px;
    margin:  0 15px;
    font-size: 80%;

}

.sidebar .office-holders{
	margin: 5px;
}

	@media (max-width: 600px){

		#wpadminbar{
			opacity: 0.5;
		}

		header .branding .logo.small {
	        padding: 0 !important;
	        width: 100%;
	        right: 10px;
	        top: -3px;
	    }

    	header .branding .college-name {
		    margin-left: 0;
		    font-size: 16px;
		    color: #ff5916;
		    font-weight: bolder;
		}
		nav#site-navigation {
			height: 5px;
			margin-bottom: -5px;
		}

		header nav#site-navigation .nav-box{
		    position: fixed;
		    bottom: 5%;
		    right: 5%;
		    width: 75px;
		    height: 75px;
		    z-index: 10000;
		    border-radius: 50%;
			display: block;	
			background: #ff6a00;
		}

		header nav#site-navigation .sidenav-trigger{
		        padding: 0px;
		        top: 18px;
		    }

				.sidenav > header {
		    border-bottom: 1px solid #333;
		    margin-bottom: 25px;
		}
		.sidenav .logo {
		    width: 50px;
		    margin-right: 0 !important;
		}

		nav .sidenav li.menu-item-has-children .sub-menu {
		    background: transparent;
		}
		.sidenav li.menu-item-has-children .sub-menu li{
			height: auto;
		}
		.sidenav li.menu-item-has-children .sub-menu li > a {
		    border-radius: 0;
		    background: transparent;
		    padding-left: 35px !important;
		    height: auto;
		}

		header.affix .branding p{
			font-size: 16px;
		}

		sidenav .right {
		    margin-top: 50px;
		    border-top: 1px solid #333;
		}

		.sidenav .right > span.inline-block {
		    display: block !important;
		    padding: 5px;
		    text-align: center;
		}

		.sidenav .right span.inline-block > a > img {
		    margin-right: 10px !important;
		}	

		.home-page-box.program-box {
		    padding: 25px !important;
		    margin: 0 !important;
		}

		.card.post {
		    margin: 0px 25px 25px;
		}

		.post.card .card-title {
		    font-size: 20px;
		}	

		.card.post.wide .card-title {
    font-size: 16px;
}

.home.page .post.card.wide .card-content {
    height: 80px;
}

.foundation .tabs {
    padding: 0 15px;
}


.foundation .tabs a {
    font-size: 15px;
    padding: 5px 15px;
    text-align: center;
}
.foundation .push-m4 .show-on-small-only {
    background: #830c3e;
    text-align: center;
}
.foundation .push-m4 .show-on-small-only img {
    width: 50%;
    margin: 15px;
    border-radius: 15px;
    border: 3px solid #fff;
}

footer .col.s12.text-xs-center > div{
	margin: 0!important;
}

footer .add-underline:before,
footer .add-underline:after{
	display: none;
	}

	article.page{
		margin: 0;
	}

	.sidebar{
		margin-top : 100px;
		border-top: 1px solid #aaa ;
		padding-top:50px;
	}

	.breadcrumbs{
		line-height: 2.0;
	}
}
