/*
Theme Name: FunMovie
Theme URI: http://smthemes.com/funmovie/
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: 02/09/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:#1f263b;
	color:#5169b3;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#f3cf3f;
}
.submit, .button, input[type="submit"] {
	padding: 7px 74px;
	line-height:27px;
	background:#f3cf3f;
	border-radius:4px;
	box-shadow:0 6px 15px rgba(0,0,0,0.15);
	color:#191e2e;
	float: right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#f3cf3f;
	color:#191e2e;
	box-shadow:0 0 5px #f3cf3f;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	color:#1f263b;
	border:none;
	background:#5169b3;
	border-radius:5px;
}
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 { 
	color:#fff;
	background:#3a425c;
	border:none;
}
.accent {
	color:#fff;
	font-size:22px;
}
#comments .accent { font-size:15px; }
.descent {
	color:#6a7493;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#6a7493;
	border-radius:5px;
	color:#fff;
	font-family:'robotobold';
	min-width: 52px;
	box-sizing: border-box;
	text-align: center;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#f3cf3f;
	color:#191e2e;
} 

/* ========================================= Theme Header. ========================================= */
#head-wrapper {
	position:relative;
}
#logo {
	float:none;
	height:150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	height:150px;
	line-height:150px;
	text-align:center;
	color: #fff;
    text-transform: none;
}
.headersearch {
	position:absolute;
	height:150px;
	display:flex;
	align-items:center;
	right:0;
	top:0;
}
@media screen and (max-width:1024px) {
	#logo, .site_ttl {
		float:left;
		justify-content:flex-start;
	}
	.headersearch {
		margin-right:150px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 46px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #1f263b;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	text-indent:-99999px;
	background: url(images/search-icon.png) 50% no-repeat, #f3cf3f;
}
.headersearch .search-box {
	display: none;
	right: 55px;
	top: 55px;
	position: absolute;
	z-index: 2;
	min-width: 180px;
	padding: 0;
}
.headersearch .search-box input[type="search"] {
	color:#737a8e;
	border-radius:0;
	background:#2b334b;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#1f263b; }
.search-box input[type="search"]:-moz-placeholder { color:#1f263b; }
.search-box input[type="search"]::-moz-placeholder { color:#1f263b; }
.search-box input[type="search"]:-ms-input-placeholder { color:#1f263b;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#737a8e; }
.headersearch input[type="search"]:-moz-placeholder { color:#737a8e; }
.headersearch input[type="search"]::-moz-placeholder { color:#737a8e; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#737a8e; }
#search-trigger {
	color:#fff;
	position: relative;
	right:0;
	top:0;
	width:132px;
	height:40px;
	line-height: 40px;
	background:url(images/search.png) 50% no-repeat;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	background:url(images/search-hover.png) 50% no-repeat;
}
#search-trigger.active {
	background:url(images/search-hover.png) 50% no-repeat;
}
@media screen and (max-width:640px) {
	.headersearch {
		display:block;
		position:relative;
		float:right;
		margin: 0;
		width: 100%;
		height: 80px;
	}
	#search-trigger {
		float:right;
	}
	.headersearch .search-box {
		position:absolute;
		top:0;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		display:flex;
		align-items:center;
		justify-content:center;
		height:59px;
		border-top: 1px solid #191b23;
	}
	#extra-menu ul.nav-menu > li:not(:last-child) > a::after {
		content:'|';
		color:#191b23;
		position:absolute;
		left:100%;
		top:20px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#5169b3;
		padding: 19px 20px;
		font-size:16px;
		line-height:16px;
		position:relative;
		font-family:'robotobold';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	header ul.nav-menu  > li ul {
		background:#191b23;
	}
	header ul.nav-menu  > li ul {
		padding:10px 5px;
		top:-10px;
		margin-left:5px;
	}
	header ul.nav-menu > li ul {
		margin:0;
		top:100%;
	}
	header ul.nav-menu  > li ul li a {
		color:#4b4e5c;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:absolute;
		height: 150px;
		width: 122px;
		left: 0;
		top:0;
		background:url(images/menu.png) 50% no-repeat;
		cursor: pointer;
		z-index:1;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {
		background: url(images/menu-hover.png) 50% no-repeat;
		z-index: 3;
	}		
	header #main-menu ul.nav-menu li ul {
		margin-left:0;
		top:0;
		left:100%;
	}	
	header #main-menu ul.nav-menu > li > ul {
		left:100%;
		top:0;
		margin-left:30px;
	}	
	#main-menu {
		position:initial !important;
	}
	#main-menu ul.nav-menu {
		position:absolute;
		display:none;
		top: 0;
		bottom:0;
		left:0;
		width: 400px;
		background:#191b23;
		box-sizing:border-box;
		z-index: 2;
		padding: 112px 30px 60px;
	}
	#main-menu ul.nav-menu > li {
		float:left;
		width:100%;
	}
	#main-menu ul.nav-menu > li:not(:last-child) > a {
		border-bottom:2px solid #25272e;
	}
	#main-menu ul.nav-menu > li > a {
		color:#5169b3;
		padding: 20px 20px;
		font-size:16px;
		position:relative;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#fff; margin:59px 0; }
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:rgba(39,38,59,0.6); 
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	max-width:100%;
}
.fp-content {
	padding:20px;
	bottom:66px;
}
.fp-title {
	color:#fff;
	font-size:66px;
	font-family:'robotobold';
}
.fp-description {
	color:#ffffff;
	font-family:'robotothin';
	text-transform:uppercase;
	font-size:20px;
	margin:15px 0;
}
.fp-more {
	float:left;
	padding:10px 25px;
}
.fp-nav {
	width:50%;
	right:0;
	bottom:80px;
	height:25px;
	position: absolute;
	left: auto;
}
.fp-nav a {
	height:25px;
	width:40px;
	float: right;
	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-wrap {
		display:none;
	}		
}

/* ......................................................................... Showroom ......................................................................... */
.showroom-container {
	padding: 35px 0;
	margin-bottom: 25px;
	background:#191e2e;
	max-width: 100%;
	box-sizing: border-box;
}
.showroom .showroom-item {
	width: 33.33%;
	float: left;
	padding:20px 25px;
	position:relative;
	box-sizing: border-box;
}
.showroom .showroom-item:last-child {
	margin: 0 !important;
}
.showroom-item h3 {
	color:#fff;
	font-size:16px;
	font-weight: normal;
	margin: 0;
}
.showroom-item:hover a h3 {
	color:#f3cf3f;
}
.showroom-item p {
	color: #5169b3;
	font-size: 13px;
	text-transform: none;
	font-family: inherit;
}
.showroom-item > a:first-child {
	display:block;
	position:relative;
	background:#191e2e;
}
.showroom-item:hover > a:first-child::after {
	content:'';
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:100%;
	background:url(images/showafter.png) 50% no-repeat;
}
.showroom-item:hover > a:first-child img {
	opacity:0.2;
}
.showroom-item img {
	margin: 0 0 10px;
}
@media screen and (max-width:640px) {
	.showroom .showroom-item { width:100%; margin-bottom: 40px;	}
	.showroom-item img {
		margin: 0 auto 10px;
		display:block;
	}
}

/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:22px;	
	color:#fff;
	font-weight:normal;
}
.entry-title a {
}
article {
	border:none;
	padding:20px;
	background:#252d45;
	position: relative;
}
.with-img .post-date {
	position:absolute;
	left:40px;
	top:40px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.post-date {
	color:#fff;
	float: left;
	margin: 0 20px 0 0;
}
.post-date .day {
	font-size:21px;
	color:#f3cf3f;
}
.post-categories {
	display:block;
	margin:0 0 10px;
}
.post-categories a {
	color:#fff;
	font-size:9px;
	text-transform:uppercase;
	background:#191e2e;
	padding: 1px 13px;
	display:inline-block;
}
.post-categories a:hover {
	color:#191e2e;
	background:#5169b3;
}
article .featured_image {
	vertical-align:bottom;
	margin:0 15px 10px 0;
	float:left;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#fff;
	margin:10px 0;
}
.entry-meta > span {
	margin: 0 20px 0 0;
}
.entry-meta > span .icon {
	color:#5169b3;
	border-radius:40px;
	border:2px solid #333c58;
	padding-right: 7px;
	display: inline-block;
	min-width: 27px;
	text-align: center;
	padding: 0;
	margin-right: 5px;
}
.entry-meta > span:hover .icon {
	background:#333c58;
}
.with-img .entry-meta {
	float:left;
	clear:left;
	padding-right:20px;
	margin:0 15px 10px 0;
	border-right:1px solid #22232a;
}
.with-img .entry-meta > span {
	display:block;
}
.with-img .entry-meta .post-comments {
	margin: 10px 0 17px 0;
}
.entry-meta .post-author {
}

/* ....................... Sidebar .................... */
.widget, .sidebar { 
	color:#737d9e;
	line-height:24px;	
}
.wdiget a {
	font-size:14px;
}
.widget .caption h4 {
	color:#7882a3;
	font-size:21px;
}
.sidebar ul li:not(:last-child) {
	border-bottom:1px solid #363c4f;
}
.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 {
	padding: 15px 0;
	display:block;
	border-bottom:1px solid #363c4f;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	border-radius:40px;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#fff;
	font-family:'robotobold';
	font-size:11px;
	background:#363c4f;
	border-radius:40px;
	float:none;
	display: inline-block;
	padding: 2px 16px;
	margin: 0 0 6px;
	text-transform: uppercase;
}
.widget_smt_posts .title {display: block;margin: 0 0 10px;}
.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 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	background-color:#15171e;
}
footer .widget {
	padding-top:30px;
}
footer .footer_txt {
	padding:15px 0;
	text-align:center;
	color:#737d9e;
	border-top:1px solid #293761;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	
}
footer .widget ul li:not(:last-child) {
    border-bottom: 1px solid #2d2f35;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget_smt_posts .post-date {
	background: #2d2f35;
}