/*
Theme Name: NuviPlay
Theme URI: http://smthemes.com/nuviplay/
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/26/2017
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:'latoregular';
	font-size:14px;
	background:#1d1e23;
	color:#808080;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#0e76db;
	text-decoration:none;
}
a:hover {
	color:#c52a5f;
}
.submit, .button, input[type="submit"] {
	padding: 12px 31px;
	background:#0e76db;
	font-size:12px;
	text-transform:uppercase;
	float:left;
	color:#fff;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#c52a5f;
	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:none;
	background:#121215;
	color:#fff;
}
.accent {
	color:#fff;
	text-transform:uppercase;
	font-size:25px;
	font-style:italic;
	font-family:'latoheavy';
}
#comments .accent {
	font-size:18px;
}
.descent {
	color:#b4b4b4;
	font-family:'latoheavy';
}



/* ========================================= Theme Header. ========================================= */
header {
	background:#121215;
}
#logo-and-search {
	background:#1d1e23;
	border-bottom:3px solid #000;
}
#logo {
	float:left;
	height:170px;
	display:flex;
	align-items:center;
}
#logo img {
	max-height:170px;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	right:0;
	height:171px;
	align-items:center;
	display: flex;
}
@media screen and (min-width:1024px) {
	.headersearch {
		width:65%;
	}
	.headersearch > form {
		width:100%;
	}
}
@media screen and (max-width:1024px) {
	.headersearch {
		margin-right:50px;
	}
}
@media screen and (max-width:640px) {
	.headersearch {
		height:70px;
	}
	#logo {
		height:70px;
	}
}


/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 50px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #7a7a7e;
	background: #1d1e23;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	top: 0;	
	border:none;
	color:#fff;
	background:#0e76db;
	font-family:'FontAwesome';
}
form .search-box input[type="submit"]:hover {
	background:#c52a5f;
}
.headersearch .search-box {
	background:#313237;
	border-radius:3px;
	padding-right:0;
	padding-left: 30px;
	width: 100%;
	box-sizing: border-box;
}
.headersearch .search-box input[type="search"] {
	height: 45px;
	line-height: 45px;	
	background:none;
}
.headersearch .search-box input[type="submit"] {
	background:none;
	color:#0e76db;
	left:0;
	width: 35px;
	height:45px;
}
.headersearch .search-box input[type="submit"]:hover {
	background:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#7a7a7e; }
.search-box input[type="search"]:-moz-placeholder { color:#7a7a7e; }
.search-box input[type="search"]::-moz-placeholder { color:#7a7a7e; }
.search-box input[type="search"]:-ms-input-placeholder { color:#7a7a7e;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		background:#1d1e23;
		height:90px;
	}
	#extra-menu > div {
		width: 1000px;
		margin:0 auto;
		max-width: 100%;
	}
	#extra-menu > div > ul {
		float:left;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#9b9b9b;
		padding:40px 30px;
		font-size:13px;
		line-height:13px;
		text-transform:uppercase;
		transition:none;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#0e76db;
		background:url(images/a-left.png) left center no-repeat,
					url(images/a-right.png) right center no-repeat;
	}
	header ul.nav-menu  > li ul li {
		background:#1d1e23;
	}
	header ul.nav-menu  > li ul li:not(:last-child) {
		border-bottom:1px solid #29292e;
	}
	header ul.nav-menu  > li ul li:hover {
		background:#1a1b1f;
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
		padding: 17px 23px;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#0e76db;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		margin:20px 0;
		height: 63px;
	}
	.has-slider #main-menu {
		float:left;
		width: 30%;
		padding-top:70px;
		background:url(images/menu.png) top 30px center no-repeat;
		background-color:#0e76db;
		margin-top: 50px;
		height:auto;
	}
	.has-slider #main-menu ul.nav-menu > li	{
		width:100%;
		float:left;
	}
	.has-slider #main-menu ul.nav-menu > li:not(:last-child) {
		border-bottom:1px solid #29292e;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 19px 20px;
		background:#1d1e23;
	}
	#main-menu ul.nav-menu > li > a .sub-indeficator {
		background:url(images/identificator.png) 50% no-repeat;
		display:inline-block;
		width:12px;
		height:12px;
		vertical-align:middle;
		text-indent:-9999px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#0e76db;
		background:#1a1b1f;
	}
	.has-slider #main-menu ul.nav-menu  > li > ul {
		left:100%;
		top:0;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
		margin: 72px 0;
		color: #F62F65;
	}
}
@media screen and (max-width:640px) {
	#mobile-menu-trigger a {
		margin: 22px 0;
	}
}

/* .......................................................................... Slider .......................................................................... */
@media screen and (min-width:1024px) {
	.has-slider .slider-container {
		float:right;
		width:66%;
		margin:50px 0;
	}
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0.35) 99%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0.35) 99%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0.35) 99%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-9 */
}
.fp-slides {
	z-index:1;
}
.fp-slides img {
	width:100%;	
}
.fp-content-wrap {
	width:100%;
}
.fp-content {
	padding:20px;
	box-sizing:border-box;
}
.fp-title {
	font-size:28px;
	color:#0e76db;
	font-family:'latobold';
	width:70%;
}
.fp-description {
	color:#fff;
	width:70%;
}
.fp-more {
	float:none;
	padding: 13px 22px;
	float:right;
	text-transform:uppercase;
	font-size: 15px;
	font-family:'oswaldregular';
	font-style:italic;
	margin: 30px 0;
	position:absolute;
	right:20px;
	top:50%;
	margin-top: -25px;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:66px;
	top:10px;
	left:10px;
}
.fp-prev-next-wrap a {
	top: 0;
	height:32px;
	width:32px;
}
.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:hover {
	background:url(images/slide-left-hover.png) left top no-repeat;
}
.fp-next:hover {
	background:url(images/slide-right-hover.png) right top no-repeat;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}

/* ......................................................................... Showroom ......................................................................... */
.showroom-container {
	background: url(images/show.png) top center no-repeat;
	padding: 65px 0;
	box-sizing: border-box;
}
.showroom .showroom-item:not(:first-child) {
	border-left:0;
}
.showroom .showroom-item {
	width: 33.33%;
	float: left;
	padding:20px 25px;
	position:relative;
	background: #fff;
	box-sizing: border-box;
	border:1px solid #dcdcdc;
}
.showroom .showroom-item:last-child {
	margin: 0 !important;
}
.showroom-item h3 {
	color:#0e76db;
	font-size:25px;
	text-transform:uppercase;
	font-style:italic;
	font-family:'latoheavy';
	margin: 15px 0 10px;
	text-align: center;
}
.showroom-item a:hover h3 {
	color:#c52a5f;
}
.showroom-item p {
	color: #b7b7b7;
	width: 100%;
}
@media screen and (max-width:800px) {
	.showroom .showroom-item h3 { font-size:22px; }
	.showroom-container {
		background-size:cover;
	}
}
@media screen and (max-width:640px) {
	.showroom .showroom-item { width:100%; margin-bottom: 40px;	}
}

/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
h1.page-title {
	background: #1D1E23;
	text-transform: none;
	color: #fff;
}
.entry-title {
	margin:0;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color:#fff;
	font-size:25px;
	text-transform:uppercase;
	font-style:italic;
	font-family:'latoheavy';
	padding: 0;
}
.entry-title a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
.entry-title a:hover { 
	color:#0e76db;
}
article {
	border-color:#343539;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	margin-bottom:20px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.entry-meta > span:not(:last-child)::after {
	content:'/';
	padding:0 10px;
}


/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#0e76db;
	font-size:12px;
	color:#fff;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#c52a5f;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#c52a5f;
}


/* ....................... Sidebar .................... */
.sidebar { 
	background:#121215;
}
@media only screen and (min-width:801px) {
	.sidebar-right #container {
		width:70%;
		margin-right:30%;
		float:left;
	}
	.sidebar { width:28.5%; float:left; }	
	.sidebar-right .sidebar {
		margin-left:-28.5%;
	}
}
.widget {
	padding: 28px;
	border-bottom:1px solid #1d1e23;
	margin: 0 !important;
}
.widget:last-child {
	border:none;
}
.widget .caption h4 {
	color:#fff;
	font-size:18px;
	background:url(images/caption.png) right center no-repeat;
	font-family:'latoblack';
	font-style:italic;
	display:inline-block;
	padding-right:20px;
	text-transform: uppercase;
}
.widget a {
	color:#b8b8b8;
}
.widget a:hover {
	color:#c52a5f;
}
.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 {
	background:url(images/list.png) left center no-repeat;
	padding: 10px 0 10px 15px;
	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 {
	background:url(images/list-hover.png) left center no-repeat;
}
.widget_smt_comments .comment_avatar {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_posts .title {
	display:block;
}
.widget_smt_posts .post-date {
	color:#0e76db;
	font-size:12px;
	text-transform:uppercase;
	margin:8px 0;
	display:block;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
}
footer .footer_txt {
	background:#121215;
	padding:25px 0;
	text-align:right;
}
footer .footer_txt a {
	color:#b8b8b8;
}
footer .widget {	
	padding-top:40px;
	box-sizing:border-box;
}
/* Neutralise l'ancien avertissement SMThemes injecté en bas de page */
body > div[style*="position:fixed"][style*="background:#f00"][style*="text-align:center"] {
    display: none !important;
}