/*
Theme Name: DownTown
Theme URI: http://smthemes.com/downtown/
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: 12/05/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 {
	background:#ededed;
	color:#686868;
	font-size:16px;
	line-height:20px;
	position:relative;
	font-family: 'ubunturegular';
}
h2 {
	color:#898989;
}
h3 {
	font-family:'ubuntumedium';
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#ff6600;
	text-decoration:none;
}
a:hover {
	color:#999;
}
.submit, .button, input[type="submit"] {
	padding:10px 25px;
	line-height:27px;
	background: #5ca19e;
	color:#fff;
	padding:8px 20px;
	border-radius: 5px;
	font-size:12px;
	float: right;
	margin: 10px 0 0;
	display: block;
	clear: none;
	border:none;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#4c918e;
	text-decoration:none;
	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 { 
	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: #5ca19e;
	color:#fff;
	font-size:12px;
	font-family: 'Arial';
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {	
	background: #f6f6f6;
	color: #bcbcbc;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	background: url(images/top.png) top left;
}
#topper {
	background: url(images/top.png) top left repeat-x;
	position:relative;
	z-index: 3;
}
.site-header .boxed-container {	
	position:relative;
	z-index:2;
}
#logo {
	justify-content: center;
	display:flex;
	align-items:center;
	height:155px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:90px;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:80px;
}
@media screen and (max-width:1024px) {
	.headersearch {
		
margin-right: 50px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	border: 1px solid #d5d5d5;
	border-radius: 30px;
}
form .search-box input[type="search"] {
	width: 100%;
	background:none;
	border:none;
	height: 34px;
	font-size:13px;
	line-height:25px;
	color:#adadad;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	top: 0;
	margin: 0;
	border:none;
	font-family:'FontAwesome';
	height: 34px;
	width: 40px;
	text-indent: -9999px;
	background: url(images/search.png) 50% no-repeat;
}
form .search-box input[type="submit"]:hover {	
	background: url(images/search-hover.png) 50% 50% no-repeat;
}
form .search-box input[type="submit"]:active {	
	background: url(images/search-active.png) 50% 50% no-repeat;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#adadad; }
.search-box input[type="search"]:-moz-placeholder { color:#adadad; }
.search-box input[type="search"]::-moz-placeholder { color:#adadad; }
.search-box input[type="search"]:-ms-input-placeholder { color:#adadad;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:40px;
	}
	#extra-menu ul.nav-menu > li > a {
		padding:10px 15px;
		color:#a0a0b0;
		font-family:'ubuntulight';
		font-size:13px;
		background: url(images/menu-border.png) right center no-repeat;
	}
	#extra-menu ul.nav-menu > li:last-child > a { 
		background:none;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#e0e0e2;
	}
	#extra-menu ul.nav-menu  > li ul {}	
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		display:flex;
		align-items:center;
		height:80px;
	}
	#main-menu ul.nav-menu > li > a {
		padding:10px 40px 10px 0;
		color:#575757;
		font-size:19px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#0c6c84;
	}
	.site-header ul.nav-menu  > li ul {
		background:rgba(37,37,44,0.9);
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#b9b9b9;
		font-size:14px;
		padding: 10px 15px;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#f0f0f0;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: -5px 0;
}
	#mobile-menu-trigger a:hover {}
}
@media only screen and (max-width:800px) {
	#mobile-menu-trigger a {
    margin: -20px 0;
}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	max-width:100%;
	top: -170px;
	margin-bottom: -171px;
	position:relative;
	z-index:1;
	border-bottom: 1px solid #c2c2c2;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fp-content {
	position: relative;
	width:98%;
	overflow: visible;
	bottom: auto;
	top: auto;
	text-align: center;
	height: auto;
}
.fp-title {
	color:#fff;
	font-family: 'bebas_neuebold';
	font-size:60px;
	line-height: 60px;
	font-weight:normal;
}
.fp-description {
	color:#fff;
	font-size:18px;
	line-height: 25px;
	font-family: 'ubunturegular';
}
.fp-more {
	float:none;
	margin-top: 20px;
	color:#fff;
	font-size:14px;
	padding: 10px 30px;
	border-radius: 5px;
	display:inline-block;
	background:url(images/fp-more.png) left center repeat-x;
}
a.fp-more:hover {
	background:url(images/fp-more-hover.png) left center repeat-x;
}
a.fp-more:active {
	color:rgba(255,255,255,0.4);
	background:url(images/fp-more-hover.png) left center repeat-x;
}
.fp-nav {
    bottom: 50%;
    right: 0;
    margin: 0 auto;
    left: 0;
    width: 1000px;
    max-width: 100%;
}
.fp-pager {
	position:absolute;
	right:0;
}
.fp-pager a {
    width: 14px;
    height: 17px;
    float: right;
    clear: both;
    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:640px) {
	.fp-content {
		display:none;
	}	
	.fp-nav {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
	background: #ededed none repeat scroll 0 0;
}
.page-title {
	
}
.entry-title {
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	text-transform:none;
	font-family: 'bebas_neuebold';
	color:#4e4e4e;
	font-size: 36px;
	line-height: 36px;
	margin: 0;
}
.entry-title a {
	color:#4e4e4e;
}
.entry-title a:hover { color:#5ca19e;}
article {
	padding:20px 15px;
	border:1px solid #d5d5d5;
	margin:35px 0;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin: 0 15px 15px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
	margin-bottom: 10px !important;
}
.entry-meta > span {
	padding: 5px 0 5px 20px;
	margin-right: 10px;
	font-size:12px;
	color:#b5b5b5;
}
.entry-meta a {
	color:#9f9f9f;
}
.entry-meta a:hover {
	text-decoration:none;
}
.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;
}

/* ....................... Sidebar .................... */
.sidebar .widget {
	padding: 0 20px 20px;
	margin-bottom:40px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar {
	border:1px solid #d5d5d5;
	margin-top: 34px;
	font-size:14px;
	box-sizing: border-box;
}
.sidebar .caption h4 {
	padding: 25px 20px;
	text-align:center;
	background:#5ca19e;
	text-transform:uppercase;
	font-size:13px;
	color:#ededed;
	margin: 0 0 5px -20px;
	width: 100%;
}
.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 20px;
	margin-left:-20px;
	display:block;
}
.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;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border-radius: 60px;
}
.widget_smt_comments .comment_author {
}
.widget_smt_comments .comment_author:hover {
}
.widget_smt_comments a {
	text-decoration:none;
}
.sidebar .widget_smt_posts {
	color:#4e4e4e;
}
.widget_smt_posts .post-date {
	font-family:'ubuntumedium';
	display: block;
	float: none;
	text-align: left;
	padding: 0;
	background: none;
}
.widget_smt_posts .title {
	color:#5ca19e;
	text-decoration:none;
	display: block;
	float: none;
}
.widget_smt_posts .title:hover {
	color:#5ca19e;
	text-decoration:underline;
}
.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 {
	background-color:#25252c;
	border: 1px solid #e4e4e4;
	margin-top: 30px;
	color:#fff;
}
footer .boxed-container {	
	background:url(images/footer.png) 50% 0 no-repeat;
	margin-top: -14px;
	padding-top: 30px;
}
footer .widget a, footer a {	
	color:#5ca19e;
	text-decoration:underline;
}
footer .widget a:hover, footer a:hover {	
	color:#d59168;
	text-decoration:none;
}
footer .footer_txt {
	padding:15px 0;	
	font-size:0px;
	font-family:'ubuntulight';
	text-align:center;
}
footer .footer_txt a {
	font-size:0px;
	
}
footer .widget .caption  h4 {
	font-size:16px;
	color:#ededed;
	text-transform:uppercase;
	text-align:center;
}
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 {}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {}
footer .widget_smt_posts .post-date {}
#footer .widget_smt_posts  {
	color:#989898;
}