/*
Theme Name: Cabana
Theme URI: http://smthemes.com/cabana/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0.1
License: Creative Commons 3.0
Theme date: 02/01/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 {
	font-family:'robotoregular';
	font-size:14px;
	background:url(images/back.png);
	color:#555;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#00a8ff;
	text-decoration:none;
}
a:hover {
	color:#0078b6;
}
.submit, .button, input[type="submit"] {
	padding:10px 30px;
	background:#393939;
	border:none;
	border-radius:3px;
	font-size:13px;
	color:#fff;
	float: right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#00a8ff;
	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:#d1d1d1;
	color:#949494;
}
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:#949494;
}
.accent {
	font-size:28px;
	font-family:'robotothin';
	color:#000;
}
.descent {
	color:#555;
	font-size:14px;
}



/* ========================================= Theme Header. ========================================= */
.site-header {
	position:relative;
}
.has-slider .site-header {
	overflow:hidden;	
}
#logo {
	float:left;
	display: flex;
	align-items: center;
	height: 92px;
}
#logo img {
	max-height:92px;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
}
.site_ttl {
	margin:0;
	color: #fff;
	font-family: 'robotothin';
	line-height: 79px;
	padding: 0;
}
.has-slider #top-transparent {
	background:none;
	background-color:rgba(0,0,0,0.3);
}
#top-transparent {
	position:relative;
	z-index:6;
	background:url(images/topback.jpg) top center;
	border-bottom:1px solid rgba(255,255,255,0.3);
	box-sizing:border-box;
}
@media screen and (min-width:1024px) {
	.headersearch {
		margin-top: 0;
		display: block;
		float: none;
		height: 45px;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.headersearch > form {
		width:1000px;
		max-width:100%;
		margin: 0 auto;
	}
}
@media screen and (max-width:1024px) {
	.has-slider #top-transparent {
		background: #262626;
	}
	.headersearch {
		position:absolute;
		left: 5%;
		width:20%;
		margin-top: 25px;
	}
	#logo {
		float:none;
		text-align:center;
		display:block;
	}
}
@media screen and (max-width:640px) {
	.has-slider #top-transparent {
		background: #262626;
		padding-bottom: 50px;
	}
	.headersearch {
		left:0;
		top:60px;
		width:100%;
	}
	.headersearch .search-box {
		float: none !important;
		margin: 0 5% 0 5%;
		background: #1f1f1f;
		border-radius: 10px;
	}
	#logo {
		float:left;
		text-align:center;
		display:block;
	}
}


/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size:13px;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 45px;
	top: 0;
	background:none;
	border:none;
	color: #555;
}
.headersearch .search-box {
	float:right;
}
.headersearch .search-box input[type="search"] {	
	color: #fff;
}
.headersearch .search-box input[type="submit"] {color: #fff;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#top-menu-container {
		width: 101px;
		height:100%;
		padding-top: 46px;
		position:absolute;
		z-index: 7;
		right:0;
		top:0;
		background:rgba(0,0,0,0.3);
		border-left:1px solid rgba(255,255,255,0.1);
		box-sizing:border-box;
	}
	#top-menu-trigger {
		background:url(images/menu.png) 50%;
		width: 100px;
		height: 92px;
		cursor: pointer;
		top: 0;
	}
	#top-menu-trigger:hover {
		background:url(images/menu-hover.png) 50%;
	}
	#top-menu-trigger.active {
		background:url(images/menu-active.png) 50%;
	}
	#extra-menu {
		display:none;
		position:absolute;
		right:100%;
		min-width:200px;
		z-index:5;
	}
	#extra-menu, header ul.nav-menu > li ul {
		z-index: 6;
		box-shadow:0 0 13px rgba(0,0,0,0.3);
	}
	#extra-menu ul {
		left:100%;
		top:0;
	} 
	#extra-menu ul.nav-menu > li {
		float:none;
		background:#1f1f1f;
	}
	#extra-menu ul.nav-menu > li:not(:last-child) {
		border-bottom:2px solid #555;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		text-transform:uppercase;
		padding: 16px 20px;
		font-size:13px;
		font-family:'robotoregular';
		line-height: 13px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#00a8ff;
	}
	#extra-menu ul.nav-menu  > li ul {
		right: 100% !important;
		left: auto;
	}
	
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
	}
	#main-menu ul.nav-menu > li {
		position:relative;		
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		font-size:16px;
		font-family:'robotobold';
		padding: 38px 20px;
		line-height: 16px;
		border-bottom:1px solid transparent;
		margin-bottom:-1px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#00a8ff;
		border-bottom:1px solid #00a8ff;
	}
	#main-menu ul.nav-menu  > li ul {
		min-width:290px;
		text-align:left;
		background:#1f1f1f;
	}
	#main-menu ul.nav-menu > li > ul {
		top:100%;
		margin-top:2px;
	}
	header ul.nav-menu  > li ul li:not(:last-child) {
		border-bottom:2px solid #555;
	}
	header ul.nav-menu  > li ul li {
		background:#1f1f1f;
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
		padding: 10px 0;
		text-transform:uppercase;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#00a8ff;
	}
}
@media screen and (max-width:1224px) and (min-width:1024px) {
	#top-menu-container {
		width:8%;
	}
	#top-menu-trigger {
		width:100%;
	}
	.fp-nav {
		width:8% !important;
	}
	.site-header .boxed-container {
		width:84%;
	}
	.headersearch > form  {
		width:84%;
	}
}
@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
   	 	color: #fff;
	}
	#mobile-menu-trigger {
		top:3px !important;
	}
}

/* .......................................................................... Slider .......................................................................... */
@media screen and (min-width:1024px) {
	.slider-container {
		position:relative;
		top: -139px;
		margin-bottom:-139px;
	}
}
.fp-thumbnail img {
	width:100%;
}
.slider-bgr {
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
}
.fp-content-wrap {
	width:1000px;
	display: flex;
	align-items: center;
}
.fp-content {
	padding:20px;
	text-align: center;
	position: relative;
	padding-top: 14%;
	margin: 0 auto;
}
.fp-title {
	color:#fff;
	font-size: 58px;
	font-family: 'robotothin';
	font-weight: normal;
}
.fp-description {
	color:#fff;
	font-size: 15px;
}
.fp-more {
	float:none;
	background: none;
	padding: 14px 47px;
	border: 1px solid #00a8ff;
	border-radius: 4px;
	color: #00a8ff;
	font-size: 13px;
}
.fp-nav {
	position:absolute;
	right:0;
	width:101px;
	z-index: 12;
	top: 150px;
	bottom: 150px;
	left: auto;
	display: flex;
	align-items: center;
	text-align: center;
}
.fp-pager {

}
.fp-pager a{
	display:block;
	text-indent: 0;
	width: 40px;
	line-height: 36px;
	font-size: 24px;
	height: 36px;
	color: #fff;
	border-left:1px solid transparent;
}
.fp-pager a:hover, .fp-pager a.activeSlide {
	border-left:1px solid #00a8ff;
}
@media screen and (max-width:1024px) {
	.fp-nav {
		display:none;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding: 40px 20px;
	margin: 0 auto;
	width: 1000px;
	max-width: 100%;
	background: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 0 20px 30px rgba(0,0,0,0.15);
	box-sizing: border-box;
}
.entry-title, .page-title {
	margin:0;
	padding-bottom: 15px;
	border:none;
	font-size:28px;
	color:#000;
	font-family: 'robotolight';
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:20px;
	color:#333;
}
.entry-title a {
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-size: 28px;
}
.entry-title a:hover { color:#000;}
article {
	border:none;
	padding: 0 0 80px;
	margin-bottom:0;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}
.featured-img-container {
	position:relative;
	width:100%;
	margin-bottom:38px;
}
article .post-date {
	display:block;
	border-radius:100px;
	background:#fff;
	color:#00a8ff;
	font-size:36px;
	font-family: 'oswaldregular';
	width:75px;
	text-align:center;
	height:50px;
	float: left;
	margin: 0 10px 10px 0;
	padding:15px 0 10px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
article .post-date .month {
	font-size:12px;
	text-transform:lowercase;
}
article .featured-img-container .post-date {
	position:absolute;
	bottom:-33px;
	left:0;
	right:0;
	margin:0 auto;
}

/* .......................................................................... Entry Meta .......................................................................... */
article .entry-meta {
	text-align:right;
	color:#00a8ff;
	margin: 10px 0 30px;
}
.entry-meta a {
	color:#00a8ff;
	font-size:13px;
}
.entry-meta a:hover {
	color:#555;
	border:none;
}
.entry-meta > span {
	margin: 0 10px 0 0;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.entry-meta .post-categories {
	background: url(images/categories.png) left center no-repeat;
}
.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;
}


/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background: #393939;
	color: #fff;
	border-radius: 60px;
	font-family: 'robotobold';
	font-size: 13px;
	min-width: 20px;
	text-align: center;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
nav.pagination.dynamic a {
	display:block;
}
nav.pagination a.page-numbers li, nav.pagination span.page-numbers.current li {
	margin:0 auto;
}
nav.pagination span.page-numbers.dots {
    background: #393939;
    text-align: center;
    display: block;
}
nav.pagination a.page-numbers:hover {
	background:#00a8ff; color:#fff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#00a8ff; color:#fff;
}


/* ....................... Sidebar .................... */
.sidebar { 
	 
}
.sidebar .widget {
	box-sizing:border-box;
}
.widget .caption h4 {
	color:#fff;
	font-size: 19px;
	padding:8px 0;
	text-align: center;
	background: #00a8ff;
	border-radius: 60px;
	font-weight: normal;
}
.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 {
	color: #555;
	padding: 10px 15px;
	display:block;
	border:1px solid transparent;
}
.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 {
	border-radius:50px;
	background:none;
	color:#00a8ff;
	border-color:#ddd;
}
.widget {
	position:relative;
}
.widget_smt_comments .comment_avatar {
	float:left;
	position:absolute;
	left:0;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_avatar img {
	border-radius:60px;
}
.widget_smt_comments .comment_author {
	color:#555;
	text-align:center;
	margin-left:40px;
	line-height:30px;
	font-family:'robotobold';
	display:block;
	padding:0 20px;
	margin-bottom:10px;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:100px;
}
.widget_smt_comments a:hover {
	color:#00a8ff;
}
.widget_smt_posts img {
	border-radius:100px;
	float:left;
	margin: 0 5px 10px 0;
}
.widget_smt_posts .post-date {
	color:#5d5c5c;
	float:left;
	display:block;
	width:60px;
	text-align:center;
	padding: 7px 0;
	box-sizing: border-box;
	border:1px solid #e4e4e4;
	border-radius:100px;
	font-size:16px;
	margin-right: 10px;
	text-transform: lowercase;
}
.widget_smt_posts .post-date .day {
	font-family:'robotobold';
}
.widget_smt_posts .title {
	font-family: 'robotobold';
	color: #555;
}
.widget_smt_posts .title:hover {
	color:#00a8ff;
}
.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:#bababa;
	background-color:#393939;
}
footer a {
	color:#fff !important;
}
footer a:hover {
	color:#00a8ff !important;
}
footer .footer_txt {
	background: #262626;
	text-align: center;
	border-top: 1px solid #5c5c5c;
	padding: 15px 0;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	
}
footer .widget_smt_comments .comment_author {
	border-color:#5d5c5c;
}
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:#bababa;
}
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 {
	color:#00a8ff;
	border-color:#5d5c5c;
}
footer .widget_smt_comments .comment_author:hover {
	background:#5a5a5a;
	border-color:#5a5a5a;
}
footer .widget_smt_posts .post-date {
	color:#5c5c5c;
	border-color:#5c5c5c;
}
footer .widget {
	padding:20px 0 40px;
}