/*
Theme Name: StudentChat
Theme URI: http://smthemes.com/studentchat/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 02/09/2020
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:'hind_regularregular';
	font-size:13px;
	background:#fff;
	color:#ababab;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#131313;
	text-decoration:none;
}
a:hover {
	color:#dcda28;
}
.submit, .button, input[type="submit"] {
	padding: 3px 37px;
	line-height:27px;
	background:#131313;
	color:#6d6d6d;
	border-radius:3px;
	font-size:12px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#dcda28;
	color:#8f8e0d;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border:none;
	background:#f1f1f1;
	color:#ababab;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	background:#dcda28;
	color:#131313;
}
.accent {
	color:#131313;
	font-size:26px;
}
#comments .accent { font-size:15px;}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#131313;
	font-size:12px;
	border-radius:2px;
	color:#6d6d6d;
	padding: 9px 20px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#dcda28;
	color:#a6a525;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#dcda28;
	color:#a6a525;
}

/* ========================================= Theme Header. ========================================= */
.admin-bar #absolute-top-background {
	top:67px;
}
#absolute-top-background {
	position:absolute;
	top:35px;
	background:#131313;
	height:80px;
	width:100%;
	left:0;
}
#menu-and-search {
	background:#dcda28;
	position: relative;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:80px;
	position: relative;
	z-index: 2;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:35px;
}
@media screen and (min-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #626262;
	background:none;
	font-size:14px;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
	display:none;
}
.headersearch .search-box {
}
.headersearch .search-box input[type="search"] {
	line-height:25px;
	height:25px;
	border-radius:60px;
	border:1px solid rgba(0,0,0,0.25);
	box-shadow:inset 0 0 10px rgba(0,0,0,0.25);
	background: #fff;
	font-size: 13px;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#626262; }
.search-box input[type="search"]:-moz-placeholder { color:#626262; }
.search-box input[type="search"]::-moz-placeholder { color:#626262; }
.search-box input[type="search"]:-ms-input-placeholder { color:#626262;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#c9c9c9; }
.headersearch input[type="search"]:-moz-placeholder { color:#c9c9c9; }
.headersearch input[type="search"]::-moz-placeholder { color:#c9c9c9; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#c9c9c9; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float: left;
		display:flex;
		align-items:center;
		height:35px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#54530e;
		padding: 7px 0 7px 20px;
		font-size:12px;
		text-transform:uppercase;
		line-height: 21px;
	}
	#extra-menu ul.nav-menu > li:not(:last-child) > a::after {
		color:#c6c543;
		content:'|';
		padding:0 0 0 20px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#1b1b05;
	}
	header ul.nav-menu  > li ul {
		background:#131313;
	}
	header ul.nav-menu  > li ul li a {
		color:#6d6d6d;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:80px;
		position: relative;
		z-index: 2;
	}
	#main-menu ul.nav-menu > li ul ul {
		left:auto;
		right:100%;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		text-transform:uppercase;
		font-size:13px;
		line-height:22px;
		padding:29px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#dcda28;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {color: #131313;margin: 3px 0;}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	top:-80px;
	margin-bottom:-80px;
	background:#000;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 41%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 41%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 41%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
	opacity:0.6;
}
.fp-content-wrap {
	width:1000px;
	max-width:100%;
	display:flex;
	align-items:center;
	text-align:right;
	justify-content: flex-end;
}
.fp-content {
	padding:20px;
	box-sizing:border-box;
	width:60%;
	position:relative;
}
.fp-title {
	font-size:34px;
	text-transform:uppercase;
	font-family:'hindbold';
	padding-bottom:25px;
	background:url(images/title.png) right bottom no-repeat;
	color:#fff;
	font-weight:normal;
}
.fp-description {
	color:#bbb;
	font-size:15px;
	margin:25px 0;
}
.fp-more {
	float:none;
	clear: both;
	padding: 4px 54px;
}
.fp-prev-next-wrap {
	width:100%;
	position:relative;
	width:81px;
	margin-right:40px;
	height: 30px;
	margin-top: 20px;
}
.fp-prev-next-wrap::after {
	content:'';
	position:absolute;
	width:1px;
	height:20px;
	top:5px;
	left:40px;
	background:rgba(255,255,255,0.2);
}
.fp-prev-next-wrap a {
	top:0;
	height:30px;
	width:30px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:0 top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:-30px top;
}
@media screen and (max-width:800px) {
	.fp-title {
		font-size:24px;
		padding-bottom:10px;
	}	
	.fp-description {
		margin:10px 0;
	}
	.fp-prev-next-wrap {
		display:none;
	} 	
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:26px;	
	color:#131313;
	font-weight:normal;
	text-transform:none;
}
.page-title {
	font-weight:normal;
	color:#dcda28;
}
.entry-title a {
	color:#131313;
}
.entry-title a:hover {
	color:#dcda28;
}
article {
	border:none;
	margin-bottom: 0;
}
.entry-content {
	padding: 0 10px 0 15px;
	border-left: 2px solid #e8e8e8;
	margin: 20px 0 20px 15px;
}
.featured-img-container .entry-title,
.featured-img-container .entry-title a {
	color:#fff;
}
.featured-img-container .entry-title a:hover {
	color:#dcda28;
}
.featured-img-container {
	position:relative;
}
.featured-img-container::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.featured-img-container .featured-text {
	position:absolute;
	left:20px;
	right:20px;
	bottom:20px;
	z-index:2;
	color:#fff;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	border-radius:3px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#dcda28;
	font-size:12px;
	padding:10px 0;
	margin-bottom:15px;
	border-bottom:1px solid rgba(204, 204, 204, 0.32);
}
.entry-meta a {
	color:#dcda28;
}
.entry-meta a:hover {
	color:#b9b9b9;
}
.entry-meta > span:not(:last-child)::after {
	content: '\2022';
	color:#dcda28;
	padding:0 10px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-size:15px;
	font-family:'hindsemibold';
}
.widget .caption  {
	text-align:center;
	overflow:hidden;
}
.widget .caption h4 {
	color:#131313;
	font-size:18px;
	display:inline-block;
	position:relative;
	margin:0 0 15px;
	font-family:'hindsemibold';
}
.widget .caption h4::before,
.widget .caption h4::after {
	content:'';
	position:absolute;
	left:100%;
	margin-left:5px;
	height:2px;
	width:200px;
	top:50%;
	margin-top:-1px;
	background:#dcda28;
}
.widget .caption h4::after {
	left:auto;
	right:100%;
	margin:0 5px 0 0;
}
.sidebar ul li:not(:last-child) { 
	border-bottom: 1px solid  #e9e9e9; 
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	padding: 15px 0;
	display:block;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border-radius:3px;
}
.widget_smt_posts img {
	margin:0;
}
.widget_smt_posts .alignleft {
	margin:0 10px 10px 0;
	background:#ededed;
	padding-right:22px;
	min-height:80px;
	position: relative;
	border-radius: 3px;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {}
.widget_smt_posts .post-date {
	color:#959595;
	position:absolute;
	transform:rotate(90deg);
	font-size:12px;
	width: 80px;
	left: -29px;
	top: 37px;
}
.widget_smt_posts .post-date.with-img {
	left: 51px;
	top: 39px;	
}
.widget_smt_posts .title {
	display:block;
	margin:0 0 5px;
}
.widget_smt_posts p:last-child {
	margin-bottom:0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#ababab;
	background: url(images/footer.jpg) top center fixed;
}
footer a {
	color:#dcda28;
}
footer a:hover {
	color:#fff;
}
footer .widget {
	margin-top:60px;
	padding:10px;
	box-sizing:border-box;
	background:rgba(248,248,248,0.2);
}
footer .footer_txt {
	text-align:center;
}
footer .footer_txt a {
	color:#dcda28;
}
footer .footer_txt .boxed-container {
	padding:15px 15px;
	margin: 15px 0;
	display:inline-block;
	width:auto;
	background:rgba(248,248,248,0.2);}
footer .widget .caption  h4 {
	color:#fff;
}
footer ul li:not(:last-child) { 
	border-bottom: 1px solid  rgba(233,233,233,0.2); 
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}