/*
Theme Name: SpaceMovie
Theme URI: http://smthemes.com/spacemovie/
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: 09/27/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: 'montserratregular';
    font-size:14px;
    background: url(images/top.jpg) top center no-repeat, url(images/footer.jpg) bottom center no-repeat, #0d1218;
    color:#717a84;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#da0d2b;
}
.submit, .button, input[type="submit"] {
	padding: 3px 44px;
	line-height:27px;
	background: none;
	color:#fff;
	font-size:11px;
	font-family:'montserratlight';
	text-transform:uppercase;
	border:2px solid #222f3d;
	border-radius:50px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#da0d2b;
	color:#fff;
	box-shadow:0 0 30px rgba(218, 13, 43, 0.8);
	border-color:transparent;
}
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:#2b3139;
	font-size:13px;
	text-transform:uppercase;
	border:none;
	border-bottom:1px solid #2d3238;
	background:  none;
}
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:#da0d2b;
	color:#fff;
}
.accent {
	color:#fff;
	font-size:18px;
}
#comments .accent {}
.descent {
	color:#7b7c80;
	font-size:12px;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	border-radius:60px;
	padding:9px 20px;
	font-size:12px;
	border:2px solid #202c39;
	color:#fff;
	margin-right:30px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#da0d2b; 
	color:#fff;
	border-color:transparent;
}

/* ========================================= Theme Header. ========================================= */
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:200px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:none;
	display:flex;
	align-items:center;
	height:200px;
}
.headersearch .search-form {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
@media screen and (max-width:1024px) {
	#logo {
		height:100px;
	}
	.headersearch {	
		height:100px;
		align-items:flex-end;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #717a84;
	background:#222830;
	border:none;
	border:4px;
	padding-right: 40px;
	border-radius:  4px;
}
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 {
	margin:0 auto;
}
.headersearch .search-box input[type="search"] {	
	font-size:13px;
	background:none;
	padding:0 15px;
	width:250px;
	border-radius:60px;
	border:2px solid rgba(255,255,255,0.1);
}
.headersearch .search-box input[type="submit"] {background: #da0f24;}
.search-box input[type="search"]::-webkit-input-placeholder { color:#717a84; }
.search-box input[type="search"]:-moz-placeholder { color:#717a84; }
.search-box input[type="search"]::-moz-placeholder { color:#717a84; }
.search-box input[type="search"]:-ms-input-placeholder { color:#717a84;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:rgba(252,252,252,0.5); }
.headersearch input[type="search"]:-moz-placeholder { color:rgba(252,252,252,0.5); }
.headersearch input[type="search"]::-moz-placeholder { color:rgba(252,252,252,0.5); }
.headersearch input[type="search"]:-ms-input-placeholder { color:rgba(252,252,252,0.5); }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:200px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding:29px 20px;
		font-size:13px;
		text-transform:uppercase;
		font-family:'montserratsemi_bold';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#da0d2b;
	}
	header ul.nav-menu  > li ul {
		background:#161b21;
		border-radius:4px;
	}
	header ul.nav-menu  > li ul li a {
		color:#9da7b3;
		font-size:12px;
		text-transform:uppercase;
		font-family:'montserratlight';
	}
	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:200px;
		cursor:pointer;
		background:url(images/menu.png) 50% no-repeat;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {		
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:200px;
		position: relative;
	}
	#main-menu ul.nav-menu {
		display:none;
		background: #161b21;
		position: absolute;
		right: 0;
		top: 125px;
		min-width: 200px;
		z-index: 2;
		border-radius:4px;
	}
	#main-menu ul.nav-menu > li {
		width:100%;
	}
	#main-menu ul.nav-menu > li ul {
		right:100%;
		top:0;
		left:auto;
	}
	#main-menu ul.nav-menu > li > a {
		color:#9da7b3;
		font-size:12px;
		text-transform:uppercase;
		font-family:'montserratlight';
		padding: 17px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color:  #fff;
    margin: 30px 0;
}
	#mobile-menu-trigger a:hover {
    color: #da0f24;
}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr {
	position:absolute;
	width:100%;
	height:100%;
	/* background:url(images/fp-back.png); */
}
.fp-slides {
	z-index:1;
}
.fp-slides-item {
	width:100% !important;
}
.fp-thumbnail {
	margin-left:45%;
	width: 55% !important;
	box-shadow:0 20px 50px rgba(0,0,0,0.5);	
}
.fp-content-wrap {
	left: 0;
	width:45%;
	display:flex;
	align-items:center;
	right:  auto;
}
.fp-content {
	padding: 0 20px 0 0;
	position:relative;
	width:100%;
}
.fp-title {
	color:#fff;
	font-family:'poppinsbold';
	font-size:54px;
	font-weight:normal;
	line-height:  54px;
	margin-bottom:20px;
}
.fp-description {
	color:#fcfcfc;
	font-size:15px;
	font-family:'montserratlight';
	margin-bottom: 27px;
}
.fp-more {
	float:none;
	background:#da0f24;
	border:none;
	text-transform:none;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top:-20px;
	height:40px;
	width:40px;
	transition:none;
}
.fp-nav {
	position:absolute;
	bottom: -40px;
	left: auto;
	right: 0;
	margin:0 auto;
	text-align:center;
}
.fp-nav a {
	display:inline-block;
	width:30px;
	height:4px;
	background:url(images/pager.png) 50% no-repeat;
}
.fp-nav a:not(:last-child) {
	margin-right:18px;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	background:url(images/pager-active.png) 50% no-repeat;	
}
.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:-40px top;
}
@media screen and (max-width:850px) {
	.fp-title {
		font-size:35px;
		line-height:35px;
		margin-bottom:10px;
	}	
	.fp-desc {
		margin-bottom:15px;
	} 	
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-thumbnail {
		margin:0;
		width: 100% !important;
	}
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	color:#fff;
	font-family: 'montserratextra_bold';
}
.entry-title {
	margin:0 0 15px;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:22px;	
	color:#fff;
	font-weight:normal;
	text-transform:none; 
	font-family: 'montserratextra_bold';
}
.entry-title a {
	color:#fff;
}
.entry-title a:hover { color:#da0d2b;}
article {
	border-bottom:2px solid #1a212a;
	margin-bottom:30px;
	padding-bottom:30px;
}
article .featured_image {
	vertical-align:bottom;
	border-radius:4px;
	width:  100%;
}
article h2 {
	color:#717a84;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#fcfcfc;
	margin:20px 0;
	font-size:11px;
}
.entry-meta a {}
.entry-meta a:hover {}
.entry-meta > span {
	padding-left: 20px;
	margin: 0 10px 0 0;
}
.entry-meta .post-date {
	float:right;
	border-radius:60px;
	width: 38px;
	text-align:center;
	border:2px solid #1e2228;
	padding: 9px 5px;
	text-transform:  uppercase;
	line-height: 15px;
}
.entry-meta .post-date .day {
	color:#da0d2b;
	font-size:17px;
}
.entry-meta .post-categories {
	text-transform:uppercase;
}
.entry-meta .post-comments {
	padding-left:0;
}
.entry-meta .post-author {}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	color:#717a84;
}
.widget a {}
.widget a:hover {}
.sidebar { 
	box-sizing:border-box;
	padding:25px;
	background:#161b21; 
}
.widget .caption h4 {
	color:#fcfcfc;
	font-size:16px;
	border-bottom:1px solid #222830;
	padding-bottom:  10px;
}
.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:#9da7b3;
	font-family:'montserratlight';
	text-transform:uppercase;
	text-decoration:none;
	padding: 15px 0;
	display:inline-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;
	color:#fff;
}
.widget_smt_comments .comment_avatar img {
	border-radius:60px;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border-radius:4px;
}
.widget_smt_posts img {
	max-width:100px;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {}
.widget_smt_posts .post-date {
	color:#717a84;
	font-size:12px;
	margin:10px 0;
	display:flex;
}
.widget_smt_posts .post-date .icon {
	padding-right:5px;
}
.widget_smt_posts .title {}
.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 {}
footer .widget {
	padding-top:40px;
}
footer .widget a, footer a {}
footer .widget a:hover, footer a:hover {}
footer .footer_txt {
	padding:25px 0;
	color:#fff;
	text-align:center;
	font-family:'montserratlight';
	border-top: 1px solid rgba(255,255,255,0.1);
}
footer .footer_txt a {
	text-decoration:none;
}