/*
Theme Name: OutLook
Theme URI: http://smthemes.com/outlook/
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: 07/30/2019
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 {
	color:#1b1b1b;	
	background-color:#eee;
	position:relative;
	font-family: 'latoregular';
	font-size:15px;
}
h2 {
	color:#1b1b1b;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#7b60a5;
	text-decoration:none;
}
a:hover {
	color:#3b1d6a;
}
.submit, .button, input[type="submit"] {
	padding: 5px 25px;
	line-height:27px;
	background: none;
	border:2px solid #1b1b1b;
	color:#1b1b1b;
	display: inline-block;
	text-transform: uppercase;
	float: none;
	font-size: 12px;
}
.more {
	text-align:center;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#1b1b1b;
	color:#fff;
	border-color:#1b1b1b;
	text-decoration:none;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border-color:#e0e0e0;
	color:#4a4a4a;
}
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 { 
	border-color:#c0c0c0;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {	
	background: none;
	border:2px solid #1b1b1b;
	color:#1b1b1b;
	display: inline-block;
	text-transform: uppercase;
	float: none;
	font-size: 12px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#1b1b1b;
	color:#fff;
	border-color:#1b1b1b;
	text-decoration:none;
}

/* ========================================= Theme Header. ========================================= */
#topper {

}
#halfcolored {
	background: url(images/top.png) 50% no-repeat;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:100px;
}
#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:71px;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		margin-right:45px;
		position:relative;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	
	height: 55px;
	background:none;
	margin: 6px 0;
	position:relative;
	border:2px solid #1b1b1b;
}
form .search-box input[type="search"] {
	width: 100%;	
	background:none;
	border:none;
	height:55px;
	line-height:55px;
	color:#1b1b1b;
	font-size:13px;
	text-transform:uppercase;
	padding-right:36px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 55px;
	top: 0;
	border:none;
	font-size: 16px;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#1b1b1b; }
.search-box input[type="search"]:-moz-placeholder { color:#1b1b1b; }
.search-box input[type="search"]::-moz-placeholder { color:#1b1b1b; }
.search-box input[type="search"]:-ms-input-placeholder { color:#1b1b1b;}
.headersearch .search-box {
	display:none;
	position:absolute;
	right:0;
	top: 0;
	z-index:6;
	min-width:200px;
}
.headersearch .search-box input[type="search"] {
	background: none;
	color:#1b1b1b;
	font-size: 13px;
	border: none;
	text-align:left;
}
.headersearch .search-box input[type="submit"] {
	display: none;
}
#search-trigger {
	z-index: 7;
	width:36px;
	height: 71px;
	top: 7px;
	right:0;
	text-indent: -9999px;
	cursor: pointer;
	background:url(images/search.png) 50% no-repeat;
}
#search-trigger:hover {
	color:#e1be64;
}
#search-trigger.active {
	color:#e1be64;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float: left;
		display:flex;
		align-items:center;
		height: 71px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#1b1b1b;
		font-family: 'roboto_monoregular';
		font-size:12px;
		text-transform:uppercase;
		padding: 10px 20px;
		border:2px solid transparent;
		line-height:16px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		border-color:#1b1b1b;
	}
	.site-header ul.nav-menu  > li ul {
		/* border-top:2px solid #da6161; */
		background:#fff;
	}
	.site-header ul.nav-menu  > li ul li {
	}
	.site-header ul.nav-menu  > li ul li:hover {
		background:#7b60a5;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#1b1b1b;
		font-size:14px;
		padding: 10px 0;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		width: 50%;
		right:0;
		top: 71px;
		height:100px;
		float: right;
		cursor: pointer;
		background: url(images/menu.png) 50% no-repeat;
	}
	#menu-trigger:hover {
		background: url(images/menu-hover.png) 50% no-repeat;
		background-color:#faff74;
	}
	#menu-trigger.active {
		background:url(images/menu-pressed.png) 50% no-repeat;
		background-color:#fff;
	}	
	#main-menu {
		float: right;
		position: absolute;
		z-index: 3;
		width: 50%;
		display: none;
		left: 50%;
		top: 100%;
	}
	#main-menu ul.nav-menu {
		height:65px;
		left: auto;
		/* left: 100%; */
		top:0;
		min-width:200px;
		position:absolute;
		width: 100%;
		background:#fff;
		right: 0;
		top: 100%;
		z-index: 6;
	}
	#main-menu ul.nav-menu > li {
		width: 100%;
		float: left;
	}
	#main-menu ul.nav-menu > li > a {
		padding: 30px 35px;
		font-size:24px;
		color:#1b1b1b;
		font-family:'latolight';
		background: #fff;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#7b60a5;
	}
	#main-menu ul.nav-menu  > li ul {
		background:#fff;
		right: 100% !important;
		left: auto !important;
		top:0;
		left:auto;
	}
	#main-menu ul.nav-menu  > li ul li a {

	}
	#main-menu ul.nav-menu  > li ul li:hover > a {}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {margin:25px 0;}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	left: 0 !important;
	right: 50% !important;
	bottom: 0 !important;
	height: 100% !important;
	background: rgba(0,0,0,0.5);
	display:flex;
	align-items:center;
}
.fp-content > div:first-of-type {
	position:relative;
	padding: 20px;
}
.fp-title {
	font-weight:normal;
	color: #fff;
	font-size: 36px;
	font-family: 'latoregular';
	text-transform: uppercase;
	margin: 10px 0;
}
.fp-description {
	color: #fff;
	font-size: 14px;
}
.fp-more {
	margin-top:20px;
	background:none;
	border:1px solid #fff;
	border-radius:3px;
	color:#fff;
	padding: 11px 33px;
	display:inline-block;
	cursor: pointer;
}
.fp-more:hover {
	background:#ffe2a4;
	color:#1b1b1b;
	border-color:#ffe2a4;	
}
.fp-nav {
	position:absolute;
	bottom: 40px;
}
.fp-pager a {
	width:12px;
	height:12px;
	background:url(images/slider-page.png) 50% no-repeat;
}
.fp-pager a:hover, .fp-pager a.activeSlide {
	background:url(images/slider-page-active.png) 50% no-repeat;
}
@media screen and (max-width:840px) {
	.fp-nav {
		display:none;
	} 	
	.fp-title {
		font-size:25px;
	}
	.fp-description {
		font-size:15px;
		line-height:20px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom: 15px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	text-transform:none;
	color: #1b1b1b;
	font-size:26px;
	text-align:center;
	font-family: 'latomedium';
}
.entry-title a {
	color:#1b1b1b;
}
.entry-title a:hover { color:#7b60a5;}
article {
	background: #fff;
	box-shadow: 0 0 13px rgba(0,0,0,0.1);
	padding: 15px 30px 35px;
	margin-bottom:50px;
}
.featured_box {
	margin: -30px -30px 15px;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	background: url(images/meta.png) top center no-repeat;
	text-align: center;
	margin: 15px 0;
	padding-top: 15px;
	text-transform: uppercase;
	font-size: 11px;
	line-height:24px;
}
.entry-meta a {
	color:#1b1b1b;
}
.entry-meta a:hover {
	color:#7b60a5;
}
.entry-meta > span {
	padding-left: 18px;
	margin-right: 10px;
}
.post-date {
	background: url(images/date.png) left center no-repeat;
}
.post-categories {
	background: url(images/categories.png) left center no-repeat;
}
.post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.post-author {
	background: url(images/author.png) left center no-repeat;
}
.post-categories:hover {
	background: url(images/categories-hover.png) left center no-repeat;
}
.post-comments:hover {
	background: url(images/comments-hover.png) left center no-repeat;
}
.post-author:hover {
	background: url(images/author-hover.png) left center no-repeat;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	padding:20px 25px;
	box-sizing: border-box;
}
.widget a {}
.widget a:hover {}
.sidebar .widget {
	background: #fff;
	padding:20px 25px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin-bottom:60px;
}
.sidebar .widget .caption {
	margin:0 -25px;
}
.widget .caption h4 {
	padding: 0 5px 25px;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'latoblack';
	text-transform: uppercase;
	color: #5d5d5d;
	text-align: center !important;
	background: url(images/caption.png) bottom 15px center no-repeat;
	border-bottom: 1px solid #ededed;
}
.sidebar ul li { 
	border-bottom: 1px solid #e5e5e5;
}
.sidebar .widget  li:last-child {
	border:none;
} 
.sidebar .widget > ul {
	/* margin: -5px -25px -10px; */
}
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul,
.widget_archive ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul {
	margin: 0 -25px !important;
}
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_categories ul li {
	border-bottom:1px solid #ededed;
}
.widget_recent_entries ul li:hover,
.widget_archive ul li:hover,
.widget_meta ul li:hover,
.widget_nav_menu ul li:hover,
.widget_pages ul li:hover,
.widget_categories ul li:hover {
	background:#7b60a5;
	border-bottom:1px solid #7b60a5;
}
.widget_recent_entries ul li:hover,
.widget_archive ul li:hover,
.widget_meta ul li:hover,
.widget_nav_menu ul li:hover,
.widget_pages ul li:hover,
.widget_categories ul li:hover {
	background:#7b60a5;
	border-bottom:1px solid #7b60a5;
}
.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-transform: uppercase;
	color: #1b1b1b;
	font-size:14px;
	padding: 15px 15px;
	display: block;
}
.widget_recent_entries li:hover a,
.widget_archive ul li:hover a,
.widget_meta ul li:hover a,
.widget_nav_menu ul li:hover a,
.widget_pages ul li:hover a,
.widget_categories ul li:hover a {
	color:#fff !important;
}
.widget li:hover ul.sub-menu li a {
	color: #fff;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	font-weight:bold;
}
.widget_smt_posts .post-date {
    font-style: italic;
    display: block;
    float: none;
    text-align: left;
    background: none;
    margin: 5px 0;
}
.widget_smt_posts .title {
	font-weight:bold;
}
.widget_smt_posts p {}
.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 25px;margin: 0 -25px 0;}


/* ========================================= FOOTER. ========================================= */
footer {
	color:#fff;
	background-color:#1b1b1b;
}
footer .widget {
	padding-top: 15px;
}
footer .widget a, footer a {
	color:#fff;
	font-weight:bold;	
}
footer .widget a:hover, footer a:hover {
	color:#7b60a5;	
}
footer .footer_txt {
	padding:15px 0;	
	background:#000;
	text-align:center;
}
footer .footer_txt a {
	text-decoration:none;
	color:#7b60a5;
}
footer .footer_txt a:hover {
	text-decoration:underline;
}
footer .widget .caption  h4 {
	border-color:#3a3a3a;
}
footer .widget ul li {
	border-color:#3a3a3a;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
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 {
    color: #fff;
}