/*
Theme Name: Oculustech
Theme URI: http://smthemes.com/oculustech/
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: 01/27/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:'robotoregular';
	font-size:13px;
	background:#fff;
	color:#a3a3a3;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#343343;
	text-decoration:none;
}
a:hover {
	color:#376eed;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	font-size:10px;
	text-transform:uppercase;
	background:#e4e4e4;
	color:#8e8e8e;
	border-radius:3px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#376eed;
	color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	background:#f1f2f6;
	border-radius:3px;
	border:2px solid #f1f2f6;
	color:#a3a3a3;
}
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:none;
}
.accent {
	color:#343334;
	font-size:24px;
}
#comments .accent {}
.descent {
	color:#343334;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#e4e4e4;
	border-radius:3px;
	color:#8e8e8e;
	font-size:10px;
	margin-right:2px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#376eed; 
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#topline {
	background:#376eed;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:76px;
	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 {
	justify-content:center;
	display:flex;
	align-items:center;
	height:140px;
}
@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: #a3a3a3;
	background:#f1f2f6;
	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';
}
.headersearch .search-box {
	background:#fff;
	border-radius:60px;
}
.headersearch .search-box input[type="search"] {	
	color:#2b2d32;
	background:none;
}
.headersearch .search-box input[type="submit"] {
	background:none;
	color:#166bca;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#a3a3a3; }
.search-box input[type="search"]:-moz-placeholder { color:#a3a3a3; }
.search-box input[type="search"]::-moz-placeholder { color:#a3a3a3; }
.search-box input[type="search"]:-ms-input-placeholder { color:#a3a3a3;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#2b2d32; }
.headersearch input[type="search"]:-moz-placeholder { color:#2b2d32; }
.headersearch input[type="search"]::-moz-placeholder { color:#2b2d32; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#2b2d32; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		display:flex;
		justify-content:center;
		align-items:center;
		height:76px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		opacity:0.8;
		padding: 27px 20px;
		font-size:11px;
		text-transform:uppercase;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
		opacity:1;
	}
	header ul.nav-menu  > li ul {
		background:#376eed;
		border-radius:3px;
	}
	header ul.nav-menu  > li ul li a {
		color:rgba(255,255,255,0.8);
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:relative;
		z-index:3;
		width:50px;
		height:50px;
		cursor:pointer;
		background:#376eed;
		color:#fff;
		z-index:2;
		text-align:  center;
		box-shadow:0 2px 5px rgba(0,0,0,0.2);
		line-height:  50px;
		border-radius:  60px;
	}
	#menu-trigger:hover {
		background:#fff;
		color:#376eed;
	}
	#menu-trigger.active {		
		background:#fff;
		color:#376eed;
	}
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:76px;
		position: relative;
	}
	#main-menu ul.nav-menu {
		display:none;
		position: absolute;
		right:100%;
		top:15px;
		min-width: 200px;
		z-index: 3;
		background:#376eed;
		box-shadow:0 2px 5px rgba(0,0,0,0.2);
	}
	#main-menu ul.nav-menu > li {
		width:100%;
	}
	#main-menu ul.nav-menu > li ul {
		right:100%;
		left:auto;
		top:0;
	}
	#main-menu ul.nav-menu > li > a {
		color:rgba(255,255,225,0.8);
		padding: 17px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	top:-140px;
	margin-bottom:-140px;
}
.slider-bgr {}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
}
.fp-content {
	position:relative;
	width:60%;
	padding:20px;
	background:rgba(255,255,255,0.8);
}
.fp-title {
	padding:5px 10px;
	color:#2b2d32;
	font-family:'robotomedium';
	font-weight:normal;
	margin-bottom:10px;
	font-size:  36px;
	text-transform:  uppercase;
}
.fp-description {
	padding:5px 10px;
	margin:0;
	color:#7f8186;
	font-size:16px;
	margin-bottom:10px;
}
.fp-more {
	float:none;
	font-family:'robotobold';
	/*background:#fff;*/
	padding:10px 25px;
}
.fp-more:hover {
	
}
.fp-nav {
	position:absolute;
	bottom:0;
	left:0;
	right: 0;
	margin:0 auto;
	text-align:center;
}
.fp-nav a {
	display:inline-block;
	width:40px;
	height:40px;
	background:url(images/pager.png) 50% no-repeat;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	background:url(images/pager-active.png) 50% no-repeat;	
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin:20px 0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:24px;	
	color:#343334;
	font-weight:normal;
	text-transform:none;
}
article {
	border:none;
	padding:45px 15px 0;
	margin:0;
	background:#fff;
	box-shadow:0 1px 5px rgba(0,0,0,0.15);

}
article:first-child {
	padding-top:0;
}
article .featured_image_cont {
	margin:0 -15px;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	background:#376eed;
	padding:15px;
	margin: 15px -15px 0 !important;
	text-align:center;
	color:#c0cdf8;
	font-size:12px;
}
.entry-meta a {
	color:#c0cdf8;
}
.entry-meta a:hover {
	color:#fff;
}
.entry-meta > span {
	margin: 0 20px 0 0;
}
.entry-meta > span .icon {
	color:#fff;
	padding-right: 5px;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.post-categories {
	float:right;
}
.entry-meta .post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.entry-meta .post-author {
	background: url(images/author.png) left center no-repeat;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar { 
	color:#999; 
}
.sidebar .caption h4 {
	color: #343334;
	font-size: 16px;
	padding-left: 24px;
	text-transform: uppercase;
	background: url(images/widget.png) left bottom no-repeat;
}
.sidebar ul li { 
	border-bottom: 1px solid #f0f0f0; 
}
.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 {
	text-decoration:none;
	padding: 15px 0;
	display:block;
	border-bottom:1px solid #eaeaea;
	transition:all 0.3s;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	text-decoration:none;
	padding-left:10px;
	transition:all 0.3s;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border-radius:  50px;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#c0c3cc;
	font-size:12px;
}
.widget_smt_posts .title {
	display:block;
}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:rgba(255,255,255,0.3);
	background-color: #15243b;
	position:relative;
}
footer::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/footer.jpg) center no-repeat;
	opacity:0.2;
	background-size:cover;
}
footer > * {
	position:relative;
	z-index:2;
}
footer .widget a, footer a {
	font-size:15px;
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#376eed;
}
footer .footer_txt {
	padding:15px 0;	
	background:#191b1d;
	text-align:center;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget {
	padding-top:30px;
}
footer .widget .caption  h4 {
	color:#fff;
	font-size:15px;
	padding-left:20px;
	background:url(images/widget.png) left bottom no-repeat;
}
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {
	border:none;
}
footer .widget_smt_posts .post-date {
	/* color:#fff; */
	/* background: #363636; */
}