/*!
Theme Name: drfiitropar
Theme URI: https://iitrpr.ac.in/
Author: IIT Ropar
Author URI: https://iitrpr.ac.in/
Description: The Department of Chemical Engineering at IIT Ropar was established during the academic year 2017-18 with one of the main aims of fostering advanced research endeavors. To support this objective, substantial investments were made in state-of-the-art research infrastructure, aligning with the department’s mission to bolster and nurture research activities. 
Version: 6.3.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drfiitropar
Tags: Saini Web Experts, IIT Ropar, Department of Chemical Engineering, IIT Ropar Departmental Research Facilities, Custom Website
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,700;6..12,800;6..12,900&display=swap');

body {
	background: url(images/bg.jpg) no-repeat 0% 100% #ffffff;
	background-size: cover;
	background-attachment: fixed;
	color: #585858;
	font: 17px/27px 'Nunito Sans', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
.hides {
	opacity: 0;
}
.views {
	opacity: 1;
}
p{
	text-align: justify
}
a {
	text-decoration: none;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 800;
	color: #212529;
}
h1 {
	font-size: 36px;
	line-height: 45px;
}
h2 {
	font-size: 32px;
	line-height: 40px;
}
h3 {
	font-size: 28px;
	line-height: 36px;
}
h4 {
	font-size: 24px;
	line-height: 32px;
}
h5 {
	font-size: 20px;
	line-height: 28px;
}
h6 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
}
header, footer{
	padding: 30px 0px;
}
header, footer, .howtoaccessdrf{
	background: #212529;
}
.logo img{
    width: 100px;
    margin-right: 15px;
    float: left;
}
.logo .logoname h3{
	font-size: 24px;
	line-height: 30px;
}
.logo .logoname{
	font-size: 20px;
	line-height: 28px;
}
.logo .logoname, .footermenu ul li, .sociallinks ul li{
	display: inline-block;
}
.logo .logoname{
	margin-top: 20px;
}
.logo .logoname h3, .logo .logoname strong, footer, footer a, .readmorebtn a, .howtoaccessdrf a, .howtoaccessdrf a h5{
	color: #ffffff;
}
.maincontentwrapper{
	padding: 60px 0px;
}
nav{
	background: url(images/navtopborder.jpg) repeat-x 0% 0% #212529;
}
.newsection, .facultysection, .widget-area section{
	background: #ffffff;
}
.newsection, .facultysection{
	position: relative;
	padding: 40px 40px 20px;
}
.newstricker ul, .footermenu ul, .sociallinks ul, .memberinfo ul, .contactinfo ul, .widget-area section ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.newstricker ul li:first-child{
	border-top: none !important;
}
.newstricker ul li{
    border-top: 1px solid #e8e8e8;
    padding: 15px 0px;
}
.newsection .newstrickerbtn{
	position: absolute;
	top: 45px;
	right: 35px;
}
.newsection .newstrickerbtn a{
	font-size: 24px;
	line-height: 36px;
	display: inline-flex;
	opacity: 0.5;
	font-weight: 800;
	position: relative;
}
.newsection .newstrickerbtn a.btnDown{
	top: -3px;
}
.howtoaccessdrf svg{
	margin-right: 5px;
}
.footermenu ul li{
	padding: 5px 10px;
	font-size: 18px;
}
.footermenu ul li, .memberinfo ul li, .contactinfo ul li{
	font-weight: 700;
}
.footermenu ul li a:hover, .sociallinks ul li a:hover, .howtoaccessdrf a:hover h5{
	color: #ffd700;
}
.copyright span{
	display: block;
}
#equipmentslider .item{
    padding: 0px 15px;
}
.sociallinks ul li{
	font-size: 30px;
	margin-right: 2px;
}
.memberinfo ul li, .contactinfo ul li{
	padding: 2px 0px;
}
.memberinfo .memberimage{
	width: 200px;
}
.googlemap{
	width: 100%;
	height: 400px;
	padding: 5px;
	background: #ffffff;
}
.googlemap iframe{
	width: 100% !important;
	height: 100% !important;
	border: none;
}
#drfuserform .error, h5.errormsg{
	color: #e70505;
}
h5.successmsg{
	color: #3a660f;
}
.readmorebtn a{
     font-size: 18px;
     line-height: 28px;
     font-weight: 800;
     padding: 10px 25px;
     background: #212529;
     display: inline-block;
     text-transform: uppercase;
}
.readmorebtn a:hover{
	background: #ffd700;
	color: #212529;
}
.howtoaccessdrf a h5{
	font-size: 22px;
	line-height: 28px;
}

/* Blog 
---------------------------------------------------------- */
.contentwrapper ul li, .contentwrapper ol li{
	padding: 3px 0px;
}
.blogwrapper .blogcol{
	padding: 25px;
	border: 2px solid #ced4da
}
.blogcol .blogdate, .newblogcol .blogdate{
	width: auto;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.postsinglecontent .title h1{
	font-size: 36px;
	line-height: 48px;
}
.widget-area section {
	padding: 20px;
	border: 2px solid #ced4da;
	font-weight: 500;
	margin-bottom: 25px;
}
.widget-area section select {
	padding: 10px 15px;
	border: 2px solid #ced4da;
	width: 100%;
	margin-bottom: 10px;
}
.widget-area section h4{
	margin: 10px 0px;
	font-size: 24px;
	line-height: 32px;
}
.widget-area section.widget_search{
	padding: 0px !important;
	border: none;
}
#comments, #respond{
	margin: 30px 0px;
}
#comments{
	width: 100%;
	float: left;
}
#comments ol {
	list-style: none
}
#comments h2 {
	font-size: 28px;
}
ol.comment-list li .comment-body {
	background: none;
	padding: 15px;
	border: 2px solid #ced4da;
}
#comments footer.comment-meta, .wp-block-latest-comments footer {
	padding: 0px;
	background: none;
}
#comments footer a, #comments footer, .comment-metadata a, .entry-meta a:hover, .entry-footer a:hover, nav.navigation .nav-links a:hover, .widget-area aside ul li a:hover, nav.navigation .nav-links a:hover, .entry-meta a:hover, .blog-col h3 a:hover, .says a, .widget-area section ul li a:hover{
	color: #212529;
}
.reply {
	text-align: right !important;
	text-transform: uppercase;
}
.comment-respond form label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.comment-respond form input[type="checkbox"] + label {
	display: inline-block;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 0 5px;
	text-transform: none;
}
.comment-form-author, .comment-form-email {
	display: block;
	width: 47.5%;
	float: left;
}
.comment-form-email {
	float: right;
}
.comment-form-url {
	clear: both;
}
#respond input, #respond textarea {
	width: 100%;
	background: none;
	padding: 10px 0px;
	text-indent: 10px;
	border: 2px solid #ced4da;
}
#respond input[type='checkbox'] {
	margin-right: 0px;
	top: 1px;
	position: relative;
}
#respond input[type='checkbox'], #respond .comment-form-cookies-consent label {
	display: inline-block;
	width: auto !important;
	font-size: 14px;
	line-height: 24px;
}
/* In Comment List --------------------------- */

.comment-list .comment-respond {
	padding: 40px 0 15px;
	max-width: 100%;
}
.comments-title-container, .comment-reply-title {
	padding: 5px 0px;
	/*border-bottom: 1px solid #ced4da;*/
	vertical-align: bottom;
	font-size: 24px;
	font-weight: 800;
}
.comment-list #cancel-comment-reply-link {
	font-weight: 500;
	margin-left: 5px;
	display: inline-block;
	position: relative;
	text-decoration: underline;
	color: #585858;
}
.commentlist #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.comment-content {
	margin: 10px 0px
}
#respond .comment-form-cookies-consent {
	margin-top: 15px;
}
#respond input[type='submit'] {
	width: auto;
	margin: 10px 0px;
	padding: 10px 20px;
	border: none;
	font-size: 17px;
	line-height: 28px;
	font-weight: 800;
	background: #212529;
	text-transform: uppercase;
	color: #ffffff;
	text-indent: 0px;
}
#respond input[type='submit']:hover {
	background: #ffd700;
	color: #212529;
}
.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}
.widget h4.widget-title {
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0px;
}
.widget-area section ul li {
	padding: 8px 0px;
	list-style: none;
	border-bottom: 1px solid #ced4da;
	line-height: 25px;
	font-weight: 500;
}
.widget-area section ul.wp-block-categories-list li.cat-item-23{
	display: none;
}
.widget-area section ul li:last-child {
	border: none;
}
.widget-area section ul li a {
	text-decoration: none;
}
.widget-area section ul li a:hover {
	text-decoration: underline;
}
.widget-area section#search-4 {
	padding: 0px;
	border: none;
}
.widget-area label.screen-reader-text {
	display: none;
}
.entry-content input {
	padding: 3px 10px;
	border: 2px solid #ced4da;
}
.entry-content input[type='submit'] {
	background: #005495;
	line-height: 25px;
	border: none;
	color: #ffffff;
}
#content h3.screen-reader-text {
	line-height: 35px;
	padding: 8px 0px;
}
.wp-block-tag-cloud a {
	background-color: #212529;
	border-radius: 0 2px 2px 0;
	display: inline-block;
	margin: 5px 4px 5px 10px;
	padding: 1px 10px;
	position: relative;
	text-decoration: none;
	/*text-transform: uppercase;*/
	color: #ffffff;
	font-weight: 600;
	transition-duration: 0s
}
.wp-block-tag-cloud a:hover {
	background-color: #ffd700;
	color: #212529;
	transition-duration: 0s;
	text-decoration: none;
}
.wp-block-tag-cloud a:before {
	border-bottom: 15px solid transparent;
	border-right: 10px solid #212529;
	border-top: 15px solid transparent;
	content: "";
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 0;
}
.wp-block-tag-cloud a:hover:before {
	border-right-color: #ffd700;
	transition-duration: 0s;
}
.wp-block-tag-cloud a:after {
	background-color: #ffffff;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0px;
	position: absolute;
	top: 12px;
	width: 6px;
}
.wp-block-tag-cloud a:hover:after {
	background-color: #ffffff
}

/* Post Navigation --------------------------- */
.post-navigation, .navigation  {
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	position: relative;
	background: none;
	width: 100%;
	float: left;
	margin: 35px 0px;
	padding-right: 0px;
}
.post-navigation:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 50%;
	top: 0px;
}
.post-navigation .nav-links, .navigation .nav-links {
	padding: 20px 0px;
	width: 100%;
	float: left;
}
.post-navigation .nav-previous, .post-navigation .nav-next, .navigation .nav-previous, .navigation .nav-next  {
	display: inline-block;
	float: left;
	width: 47.5%;
}
.post-navigation span.nav-subtitle {
	display: block;
	font-size: 17px;
	line-height: 28px;
	color: #212529;
	font-weight: 700;
	margin: 5px 0;
	text-transform: uppercase;
}
.post-navigation span.nav-title {
	font-size: 15px;
	line-height: 25px !important;
	font-weight: 500;
	color: #585858;
	text-transform: none;
}
.post-navigation .nav-next, .navigation .nav-next {
	float: right;
	text-align: right;
}
.post-navigation a, .navigation .nav-links a {
	text-decoration: none;
}
.post-navigation h2.screen-reader-text, .navigation h2.screen-reader-text {
	display: none;
}
.navigation .nav-links a{
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
	opacity: 0.7;
}
.entry-meta {
	clear: both;
	margin-bottom: 15px;
}
.entry-meta a, .entry-footer a, .comment-metadata a {
	color: #585858;
	font-weight: 600;
}
.entry-meta > span, .entry-footer span {
	margin-right: 15px;
	line-height: 28px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.featured-post:before {
	content: "\f408";
	margin-right: 2px;
	font-family: "Font Awesome 5 Free";
}
.entry-meta .posted-on a:before, .entry-footer .posted-on a:before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	margin-right: 6px
}
.comments-link a:before {
	content: "\f086";
	font-family: "Font Awesome 5 Free";
	margin-right: 6px;
	position: relative;
	top: -1px;
}
.entry-meta .author a:before {
	content: "\f007";
	position: relative;
	font-family: "Font Awesome 5 Free";
	top: -1px;
	margin-right: 4px
}
.categories-links a:first-child:before, .entry-footer .cat-links a:first-child:before {
	content: "\f07c";
	font-family: "Font Awesome 5 Free";
	margin-right: 6px
}
.tags-links a:first-child:before, .entry-footer .tags-links a:first-child:before {
	content: "\f02e";
	position: relative;
	font-family: "Font Awesome 5 Free";
	top: 0px;
	margin-right: 6px;
	font-weight: 700;
}
.edit-link a:before, .blog-meta .edit-link a:before {
	content: "\f044 ";
	font-family: "Font Awesome 5 Free";
	position: relative;
	top: -1px;
	margin-right: 6px
}
.says {
	margin-left: 3px
}
span.edit-link {
	margin-left: 5px
}
.reply a {
	background: #212529;
	padding: 8px 15px;
	font-weight: 800;
	color: #ffffff;
	text-decoration: none;
}
.reply a:hover {
	background: #ffd700;
	color: #212529;
}
.wp-block-archives-dropdown label {
    display: none;
}

.searchbox, .wp-block-search {
	padding: 0px;
	border: 2px solid #ced4da;
	background: #ffffff !important;
}
.searchbox input, .wp-block-search input {
	border: none !important;
	float: left;
	padding: 12px 20px;
	background: none;
	width: 80%;
	color:#585858;
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
}
.searchbox input[type='submit'], .wp-block-search .wp-block-search__button{
	width: 50px;
	height: 52px;
	float: right;
	background: url(images/search-icon.png) no-repeat 50% 50% #f6f6f6;
	text-indent: -999999px;
	border: none !important;
}
.searchbox input[type='submit']:hover, .wp-block-search .wp-block-search__button:hover{
	background: url(images/search-icon.png) no-repeat 50% 50% #ffd700;
}

@media all and (max-width: 1399px) {
	.newsection{
		padding: 30px 25px 20px;
	}
	.newsection .newstrickerbtn{
		top: 40px;
		right: 25px;
	}
}

@media all and (max-width: 992px) {
	.newsection{
		padding: 30px 25px 20px;	
	}
	.newsection, .facultysection, .googlemap, .howtoaccessdrf{
		margin-top: 30px;
	}
	.footermenu ul li {
	    padding: 3px 5px;
	    font-weight: 700;
	    font-size: 17px;
	}
	.blogcol .blogcolimg{
		margin-bottom: 25px;
	}
}

@media all and (max-width: 767px) {
	.logo img {
	    width: 85px;
	    margin-right: 10px;
	}
	.logo .logoname h3 {
	    font-size: 20px;
	    line-height: 25px;
	}
	.logo .logoname {
	    font-size: 17px;
	    line-height: 20px;
	}
}

@media all and (max-width: 575px) {
	.logo .logoname h3 {
	    font-size: 17px;
	    line-height: 25px;
	}
	.logo .logoname {
	    font-size: 14px;
	    line-height: 18px;
	}
	.maincontentwrapper {
	    padding: 50px 0px;
	}
	.equipmentslist .col-sm-6{
		width: 50%;
	}
}

@media all and (max-width: 450px) {
	header{
		text-align: center;
		padding: 20px 0px;
	}
	.logo{
		display: inline-block;
	}
	.logo img {
	    float: none;
	    margin-right: 0px;
	}
	.logo .logoname{
		width: 100%;
		margin-top: 10px;
	}
	.newsection .title h2{
		font-size: 28px;
		line-height: 32px;
	}
	.footermenu ul li {
	    font-size: 16px;
	}
	.equipmentslist .col-sm-6{
		width: 100%;
	}
	.howtoaccessdrf a h5{
		font-size: 20px;
		line-height: 28px;
	}
}

@media all and (max-width: 360px) {
	.logo .logoname h3 {
	    font-size: 16px;
	    line-height: 24px;
	}
	.logo .logoname {
	    font-size: 13px;
	    line-height: 15px;
	}
	.howtoaccessdrf{
		padding: 1rem !important;
	}
}

@media all and (max-width: 330px) {
	.logo{
		letter-spacing: -0.1px;
	}
	.logo .logoname h3 {
	    font-size: 15px;
	    line-height: 22px;
	}
	.logo .logoname {
	    font-size: 12px;
	    line-height: 15px;
	}
	.howtoaccessdrf a h5{
		font-size: 18px;
		line-height: 28px;
	}
}