/*
Theme Name:     Christel Chansons
Theme URI:      http://localhost
Author:         Méline
Author URI:     http://www.melinewaxx.com/
Description:    Thème single page pour http://christelchansons.fr
Version:        1.0.2
License:		All rights reserved
*/


/** FULLSCREEN PARALLAX effect */

/* background setup */
.background {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
    background-color: black;

}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
    margin: 0px;
    padding: 0px;
}

.fullscreen,
.content-a {
    width:100%;
	height:100%;
    overflow:hidden;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
    display:table;
}

.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}

.content-b div {
	text-align: left;
}

.not-fullscreen {
    height: 50%;
}

.banner .content-a  {
	height: 45%;
}

/** Christel */
div#global-header {
	height: 35px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	position: fixed;
	width: 100%;
	z-index: 100;
}


div#global-header .primary-navigation {
	margin: 0px auto;
	width: 100%;
}

div#global-header ul {
	margin: 0;
	padding: 0;
}

div#global-header li {
	display: inline-block;
}

div#global-header a {
	line-height: 35px;
	vertical-align: middle;
	padding: 0px 15px;
	margin: 0px 15px;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
}


.centeredcolumn {
	margin: 0px auto;
}

.defaultwidth {
	width: 100%;
}


html, body {
    min-width: 700px;
}

div#global-header {
	background: white;
	border-bottom: 1px solid #C0C0C0;
}


div#global-header .primary-navigation {
	min-width: 700px;
}

div#global-header a:hover {
	background-color: #404040;
	color: white;
}

div#global-header a {
	color: #404040;
}


#promo {
	background: black;
}


#photos-videos .body .content-a {
	background: linear-gradient(to bottom, #202020 0%, #000000 10%, #000000 80%, #202020 100%);
	color: #f0f0f0;
}

#promo .body .content-a {
	height: 100% !important;
}


.body .content-a {
	height: auto;
	padding: 120px 0;
}

a[href*="youtube"] img {
	padding: 8px;
	border: 8px solid #c0c0c0;
	border-radius: 6px;
}

#biographie .portraits p {
	text-align: center;
}

#global-header {
	display: none;
}



#biographie a[href*="facebook"]:after,
#biographie a[href*="soundcloud"]:after,
#biographie a[href*="youtube"]:after {
	content: ' ';
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	width: 1em;
	overflow: hidden;
}

#biographie a[href*="facebook"]:after {
	background: url(http://christelchansons.fr/wp-content/uploads/6/2015/11/facebook-150x150.png) center center no-repeat;
	background-size: contain;
}

#biographie a[href*="soundcloud"]:after {
	background: url(http://christelchansons.fr/wp-content/uploads/6/2016/03/sound_speaker-128.png) center center no-repeat;
	background-size: contain;
}

#biographie a[href*="youtube"]:after {
	background: url(http://christelchansons.fr/wp-content/uploads/6/2016/03/Youtube-logo.png) center center no-repeat;
	background-size: contain;
	width: 2em;
}

#photos-videos .body .content-a .post-title {
	display: none;
}


#footer .body .content-a {
	height: auto !important;
	padding: 10px 0px 60px 0px;
	background: linear-gradient(to bottom, #44474a 0%, #20252b 100%);
	border-top: 2px solid #20252b;
	color: white;
	font-size: 11px;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footer h2 {
	font-weight: normal;
	font-size: 150%;
}

#footer a {
	color: #e0e3e6;
}


#news body .content-a {
	height: 16em;
}

/** Articles mis en avant sur la home */
#news article {
	width: 40%;
	overflow: hidden;
	float: left;
	margin: 2%;
	background-color: #f0f0f0;
}

#news article .post_title {
	display: block;
	margin: 0px;
	padding: 80px 10px 5px 10px;
	background-color: #404040;
	text-decoration: none;
	color: #FFFFFF;
	background-size: cover;
}

#news article .post_title:hover {
	text-decoration: underline;
}


#news article .post_title h2 {
	font-weight: 100;
	font-size: 150%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/** Articles sur leur page à eux */
article .post_title {
	display: block;
	margin: 0px;
	padding: 300px 0px 20px 0px;
	background-color: #404040;
	text-decoration: none;
	color: #FFFFFF;
	background-size: cover;
}

article .post_body {
	margin: 10px;
	font-weight: 100;
	letter-spacing: 1.05;
	text-align: justify;
}


/** Colors'n'stuff */
a, a:visited {
	color: #CC4444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p {
	text-align: justify;
}

.pirate_forms_thankyou_wrap p {
	padding: 0.3em;
	background-color: #40CC40;
	color: black;
	border: 2px solid #106610;
	text-align: center;
	font-size: 150%;
}

body,
input ,
textarea {
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: 100;
	line-height: 1.5;
}

h2 {
	font-weight: normal;
	font-size: 200%;
}

input, textarea, button {
	padding: 6px;
	font-size: 130%;
	width: 20em;
	display: block;
	margin: 0px auto;
}

button {
	border-radius: 25pt;
	line-height: 25pt;
	background: rgb(107,194,234);
	border: none;
	color: white;
	width: auto;
	padding-left: 15pt;
	padding-right: 25pt;
	cursor: pointer;
}

textarea {
	height: 7em;
}

section {
	color: #202020;
	background: #ffffff;
}

.defaultwidth {
	min-width: 700px;
	max-width: 1000px;
}


/** Mobile */
@media screen and (max-width: 700px) {

}

/** Tablettes */
@media screen and (max-width: 1024px) {

	.post-title {
		text-align: center;
	}

	.post-content {
		padding-left: 15px;
		padding-right: 15px;
	}


}

.wp_cart_product_description {
	font-size: 80%;
	font-style: normal !important;
	color: #404040;
}

.hidden {
	display: none;
}