/*
Theme Name: Gravit
Author: Fabian Stiehle
Author URI: http://twitter.com/fstiehle
Description: Get a preview here: http://gravit.tryand.net/. Detailed, minimalistic and full responsive. With Gravit your content is the focus of the experience. Great typography, full-width featured images, no distractions: just let your readers focus on what really matters: your content.

Tags: one-column, responsive-layout, post-formats, custom-menu, featured-images, sticky-post, translation-ready
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gravit
Domain Path: /languages/

Gravit is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/**
 * Table of Contents:
 *
 * 1 - Reset
 * 2 - Global
 * 3 - Layout
 * 4 - Header
 * 5 - Text & Basic (HTML) Elements
 * 6 - Clearing
 * 7 - Menu (Main Menu/Navigation) + Mobile menu
 * 8 - Posts & Pages
 * 9 - Post Formats
 * 10 - About me Page 
 * 11 - Media
 * 12 - Comments
 * 13 - Widgets & Sidebar
 * 14 - Footer
 * 15 - Error 404 Page
 * 16 - Media Queries
 * --------------------------------------------------------------------------------------------
 */


/* =Reset
-------------------------------------
------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
article:after {
	clear: both;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: none !important;
}
a:hover,
a:active {
	outline: none !important;
}
a img {
	border: 0;
}
input,
textarea { /* stops iOS from adding rounded corners and glare to inputs and textareas */
    -webkit-appearance: none !important;
    -webkit-border-radius:0 !important; 
    border-radius:0 !important;
}

/* =Global
----------------------------------------------- */

body {
	min-width: 280px;
	background: #fff;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 14px;
	line-height: 16px;
}
img {

}

/* Accessibility - text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* =Layout
----------------------------------------------- */

.site-branding,
.entry-meta,
.entry-title,
.entry-header,
.page-content,
.entry-content,
.entry-summary,
.single-footer,
#comments,
.main-navigation,
#secondary,
.site-info {
	max-width: 100%; 
	margin: auto;
}


.entry-header { padding:0px 0 0 0}



/* =Header
----------------------------------------------- */

.description-wrapper {
	max-width: 800px;
	margin: 40px auto 0 auto;
}
.page-title {
	font-family: "Open Sans", sans-serif;
	padding:30px;
	font-weight: 400;
	background-color: #f5f5f5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #9e9e9e;	
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.site-title {
	font-family: 'Lustria', sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #fff;
	float:left;
}
.site-title a {
	text-decoration: none;
	color: #ccc !important;
	letter-spacing:-0.06em
}
.site-branding {
	text-align: center;
}
.header-image {
	padding-top:40px;
	margin-bottom: 0;
}
.description {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #f5f5f5;
}

/* =Text & basic elements
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h1 {
	font-family: 'Lustria', sans-serif;
	font-size: 42px;
	line-height:46px;
	color: #4B4A47;
	font-weight:bold;
}
h2 {	
	font-size: 32px;
	line-height:36px;
	font-weight:normal;
	color: #000;	
	margin: 50px 0 20px 0;
	text-align:center;
	text-transform:uppercase
}
h3 {	
	font-size: 50px;
	line-height:52px;
	color: #000;	
	font-weight:normal;
	margin: 70px 0 20px 0px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif; font-weight:300; 
}
h4 {	
	font-size: 40px;
	line-height:52px;
	color: #000;	
	font-weight:normal;
	margin: 60px 0 20px 0px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif; font-weight:300; 
}

h5 {	
	font-size: 20px;
	line-height:22px;
	color: #000;	
	font-weight:normal;
	margin: 20px 0 20px 0px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif; font-weight:300; 
	float:left;
}
h6 {	
	font-size: 16px;
	line-height:22px;
	font-weight:bold;
	color: #4B4A47;	
	margin: 30px 0 10px;
}
#tinymce.wp-editor { /* adding padding to tinymce editor */
    padding: 20px; 
}
hr {
	background-color: #E6E6E6;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 20px 0 20px 0px;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	color: #9e9e9e;
	margin-bottom: 30px;
}
cite {
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #f5f5f5;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 16px;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
address {	
	font-style: italic;	
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: 700;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #666666 !important;
  cursor: pointer;
  background-color: #eeeeee;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
  font-size: 14px;
  text-shadow: 0 1px 1px white;
  margin: 0;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  text-shadow: none;  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px 10px 20px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-bottom: 1px solid #e1e1e1;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #E6E6E6;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	border-color: #37B8EB;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Table */
table{width:100%;margin:0 0 10px 0;text-align:left;border-collapse: collapse;}
thead, tbody{margin:0;padding:0;}
th, td{padding:7px 10px;font-size:0.9em; ;text-align:left;}
thead th{font-size:0.9em;padding:3px 10px; }
tbody tr.last th,
tbody tr.last td{border-bottom:0;}

/* Links */
a,
a:visited {
	color: #585858;
}
a:hover,
a:focus,
a:active {
	color: #585858;
}

/* Alignment */
.alignleft {
	float: left;
	margin-right: 40px;
}
.alignright {
	float: right;
	margin-left: 40px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* =Clearing
----------------------------------------------- */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	font-family: 'Open Sans', sans-serif;
	display: block;
	float:right;
}
.main-navigation ul {
	margin: 40px 0 0 0;
	list-style: none;
	text-align:right;
}
.main-navigation li {
	font-size: 18px;
	text-transform: uppercase;
	display:inline-block;
	position: relative;
	padding:0 10px 0 10px;
	border-right:1px solid #ccc;
	height: 1.55rem;
  line-height: 2rem;

}
.main-navigation li a {
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid transparent;}
	

.main-navigation li li a{
	font-size: 13px;
	text-transform: none;
	padding:15px;
	border-bottom: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #666666;
	font-weight:normal !important
}
.main-navigation ul ul {
	background-color: #fff;
	border: 1px solid #E6E6E6;
	top: 40px;
	display: none;
	text-align: left;
	float: left;
	left: 0;
	position: absolute;
	z-index: 999;
}
.main-navigation ul ul ul {
	top:0px;
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li li a:hover,
.main-navigation .sub-menu .current_page_item a,
.main-navigation li li .current-menu-item a {
	background-color: #f5f5f5;
	border-bottom: 0;
}
.main-navigation li a:hover,
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	border-bottom: 1px solid #fff;
	color:#ccc
}

/* Mobile menu */
.menu-mobile {
	overflow: auto;
	display: none;
	padding: 20px 0 0 0;
	margin-top: -10px;
	width: 100%;
	background-color: #000;
	text-align:center
}
.menu-mobile .site-branding-mobile {
	padding: 0;
	margin: 0;
	float: left;
}
.menu-mobile .site-branding-mobile .header-image {
	padding: 0;
	height:60px;
}

.menu-mobile h1.site-title  { font-size:50px !important;}

.menu-mobile .site-branding-mobile .site-title {
	max-width: 220px;
	font-size: 22px;
	line-height:28px;
	text-align: center;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
}
#menu-toggle {	
	margin-top: 20px;
	float:right;
	cursor: pointer;
	font-size: 32px;
	color: #EF3636;
}
#site-navigation-mobile {
	margin: 80px 0 10px;
}
#site-navigation-mobile .menu-item-has-children {
	padding: 0 !important;
}
#site-navigation-mobile .menu-item a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin-top: 10px;
	color: #4B4A47;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fff;
}
#site-navigation-mobile .current_page_item a,
#site-navigation-mobile .current-menu-item a {
	background-color: #f2f2f2;
}
#site-navigation-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* =Posts & Pages
----------------------------------------------- */

.hentry {
	margin: 0;
}
.post-item-divider {
	text-align: center;
	color: #d2d2d2;
	font-size: 30px;
}
.single-post .hentry {
	margin-bottom: 0px;
}
.thumbnail-wrap {
	text-align: center;
	margin: 0 0 0px 0;
	padding:0;

}
.post-thumbnail {
	width: 100%;
	max-width: 1920px;
}
.type-page .entry-title,
.entry-title {
	margin: 0px 0 10px 0;
	font-size: 45px;
	line-height:48px;
	color: #000;
	text-align:left;
	text-transform: uppercase;
	font-weight:normal;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry-content {
	font-size: 18px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-align:justify
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.entry-content p:first-child {
	margin-top: 0;
}
.symbol {
	padding: 0 5px 0 10px;
}
.single-footer {
	margin-top: 100px;
}
.type-page .entry-header {
	padding: 40px 0 0px 0;
}
.entry-title a {
	margin: 0px 0 10px 0;
color: #000;
text-align: center;
text-transform: uppercase;
font-weight: normal;
-ms-word-wrap: break-word;
word-wrap: break-word;
text-decoration:none;

}
.entry-title a:hover {
	color: #41403f;
}
.page-title {
	text-align: center;
	font-size: 42px;
	line-height: 54px;
	font-family: 'Lustria', sans-serif;
	padding-bottom: 30px;
	font-weight: 700;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.post-symbol {
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	color: #ef3636;
}
.post-symbol a {
	color: #EF3636;
}
.entry-meta,
.comments-title, 
.page-links .intro {
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	color: #808080;
	padding: 0;
	margin: 10px auto 10px auto;
}
.format-standard .entry-meta {
	margin: 0px 0 10px 0;
}
.entry-meta i { /* icons */
	margin-right: 2px;
}
.entry-meta a {
	color: #c2c2c2;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #808080;
}

/* navigation for paged posts */
.page-links a,
.page-links a:hover {
	text-decoration:none;
}
.page-links {
	clear: both;
	text-align: center;
}
.page-links a {
	color: #808080;	
}
.page-links .intro {
	margin: 0;
	display: inline;
	padding-right: 5px;
}
.format-bg .page-links span,
.page-links a span { 
 background-color: #fff; /* if an article with a background (#f5f5f5) is paged */
}
.page-links span { /* active page */
	background-color: #f5f5f5;	
	border-bottom: 2px solid #d2d2d2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
	cursor: pointer;
	padding: 5px 12px 5px 12px;
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
}
.page-links a span { 
	background-color: #f5f5f5;
	border-bottom: 2px solid transparent;
}
.page-links a span:hover {
	border-bottom: 2px solid #d2d2d2;
}

/* read more link/button */
.more-link {
	border-radius: 2px;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
  	font-family: 'Open Sans', sans-serif;
	padding: 10px 10px 10px 15px;
	margin: 40px auto auto auto;
	background-color: #f06060;
	box-shadow: 0 3px 0 0 #cd1313;
	-moz-box-shadow: 0 3px 0 0 #cd1313;
	-webkit-box-shadow: 0 3px 0 0 #cd1313;
	width:185px;
	display: block;
	font-size: 16px;
	color: #fff !important;
	text-decoration: none;
	clear: both;
}
.more-link i { /* icon color */
	color: #fff;
}
.more-link:hover {
	background-color: #ed4444;
	color: #fff;
}
.more-link:active {
	box-shadow: 0 1px 0 0 #cd1313;
	-moz-box-shadow: 0 1px 0 0 #cd1313;
	-webkit-box-shadow: 0 1px 0 0 #cd1313;
	color: #fff;
}
.more-link .meta-nav { /* icon padding */
	padding-left:5px;
}

/* entry meta for single post views: tags and categories */
.entry-meta.additional .sep-line {
 	margin-top: 10px;
}
.entry-meta.additional {
 	line-height: 45px;
 	color:#d2d2d2;
}
.entry-meta.additional a[rel="tag"],
.entry-meta.additional a[rel="category tag"],
.entry-meta.additional a[rel="category"] {
 	color: #808080;
 	white-space:nowrap;
	padding: 8px;
	background-color: #f5f5f5;
}
.entry-meta.additional a[rel="tag"]:hover,
.entry-meta.additional a[rel="category tag"]:hover,
.entry-meta.additional a[rel="category"]:hover {
 	border-bottom: 1px solid #d2d2d2;
}
.sep {
	margin-left: 10px;
}
.posted-on,
.comments-meta {
	white-space: nowrap;
}
.sep-meta {
	margin-left: 20px;
	white-space: nowrap;
}
.sticky .sticky-meta,
.sticky-meta {
	padding-right: 20px;
	color: #808080;
	white-space: nowrap;
}

/* index and archive paged navigation */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	text-decoration:none;
}
.navigation {
	text-align: center;
}
.navigation ul {
	margin: 0;
}
.navigation a {
	color: #808080;	
}
.navigation li {
	font-size: 20px;
	margin: 100px 0 100px;
	display: inline-block;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #f5f5f5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
	cursor: pointer;
	padding: 12px;
}
.navigation li a:hover,
.navigation li.active a {
	border-bottom: 2px solid #d2d2d2;
}

/* single content view: written by / bio box */
.byline {
	max-width: 1000px;
	overflow: auto;
	width: 100%;
	margin: auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
	padding: 60px;
	background-color: #f5f5f5;
}
.bio-avatar {
	height: 100px;
	padding-right: 20px;
	float: left;
}
.bio-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
}
.bio {
	font-size: 18px;
	line-height: 22px;
}
.bio .intro {
 	font-size: 16px;
 	color: #808080;
 	padding-bottom: 5px;
}
.no-results,
.not-found {
	text-align: center;
}

/* =Post Formats
----------------------------------------------- */

.format-chat .format-bg {
	padding: 20px 0 20px 0;
}
.format-link .entry-content,
.format-chat .entry-content,
.format-quote .entry-content,
.format-status .entry-content {
	margin-top: 0;
	padding: 0 70px 0 70px;
}
.format-bg {
	max-width: 850px;
	width: 100%;
	margin: auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
	padding: 60px;
	background-color: #f5f5f5;
}
.format-bg .post-symbol {
	margin-top: 10px;	
}
.format-aside .entry-title,
.format-status .entry-title,
.format-quote .entry-title,
.format-link .entry-title,
.format-chat .entry-title,
.format-audio .entry-title,
.format-audio .entry-title {
	margin-top: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

/* bigger font size for link and quote post formats */
.format-link .entry-content,
.format-quote .entry-content {
	text-align: center;
	font-size: 30px;
	line-height: 42px;
}
.format-link .entry-content a:visited {
	color: #37B8EB;
}
.format-link .entry-content a:hover,
.format-link .entry-content a:focus,
.format-link .entry-contenta a:active {
	color: #EF3636;
}
.format-link .entry-content a {
	text-decoration: none;
}
.format-chat .entry-content {
	font-size: 28px;
	line-height: 32px;
}
.format-chat cite {
	margin: 0;
}

/* Wrapper for chat transcript. */
.chat-transcript {
	font-size: 16px;
	line-height: 18px;
}

/* Individual section of the chat. */
.chat-row {
	margin-bottom:30px;
	padding:20px;
}
.chat-row:last-child {
	margin-bottom: 0;
}
.chat-row:first-child {
	margin-top: 0;
}
.chat-row:last-child {
	margin-bottom: 0;
}

/* Colors for different speakers */
.chat-row.chat-speaker-1 {
	border-left: 4px solid #404040;
}
/* speaker one has the default text color */
.chat-row.chat-speaker-2 {
	border-left: 4px solid #37B8EB;
}
.chat-speaker-2 {
	color:#37B8EB;
}
.chat-row.chat-speaker-3 {
	border-left: 4px solid #EF3636;
}
.chat-speaker-3 {
	color:#EF3636;
}
.chat-row.chat-speaker-4 {
	border-left: 4px solid #ff9f16;
}
.chat-speaker-4 {
	color:#ff9f16;
}
.chat-row.chat-speaker-5 {
	border-left: 4px solid #c0392b;
}
.chat-speaker-5 {
	color:#c0392b;
}
.chat-row.chat-speaker-6 {
	border-left: 4px solid #2980b9;
}
.chat-speaker-6 {
	color:#2980b9;
}
.chat-row.chat-speaker-7 {
	border-left: 4px solid #f1c40f;
}
.chat-speaker-7 {
	color:#f1c40f;
}
.chat-row.chat-speaker-8 {
	border-left: 4px solid #7f8c8d;
}
.chat-speaker-8 {
	color:#7f8c8d;
}
.chat-row.chat-speaker-9 {
	border-left: 4px solid #16a085;
}
.chat-speaker-9 {
	color:#16a085;
}
.chat-row.chat-speaker-10 {
	border-left: 4px solid #9b59b6;
}
.chat-speaker-10 {
	color:#9b59b6;
}
.chat-author {
	font-weight:bold;
	padding-bottom:10px;
}
.chat-author cite {
	font-style: normal;
}
.chat-text {
	font-size: 20px;
	line-height: 24px;
	color: #404040;
}
.format-quote blockquote { /* Don't apply normal blockquote styling within the quote format */
  margin: 0;
  padding: 0;
}
.format-quote .entry-content {
	color: #9e9e9e;
}
.format-quote cite { 
	font-weight: 700;
}
.format-status .entry-content {
	text-align: center;
}

/* =About Me Page
----------------------------------------------- */

.about-me {
	overflow: auto;
	margin-bottom: -100px; /* to get rid of the uncolorizable margin between content and footer */
	padding-bottom: 100px;
}
.about-me .thumbnail-wrap {
		margin-bottom: -120px; /* move avatar up */
}
.page-template-page-aboutme-php .social {
	text-align: center;
	font-size: 32px;
}
.page-template-page-aboutme-php .hentry {
	margin-bottom: 0;
}
.page-template-page-aboutme-php .social i {
	padding: 20px;
	color:#808080;
}
.page-template-page-aboutme-php .social .fa-facebook:hover {
	color:#3B5998; /* official brand color March/2014 */
}
.page-template-page-aboutme-php .social .fa-twitter:hover {
	color:#00ACED; /* official brand color March/2014 */
}
.page-template-page-aboutme-php .social .fa-google-plus:hover {
	color:#CC3732; /* official brand color March/2014 */
}
.page-template-page-aboutme-php .social .fa-linkedin:hover {
	color:#0977B5; /* official brand color March/2014 */
}
.page-template-page-aboutme-php .social .fa-youtube:hover {
	color:#E52D27; /* official brand color March/2014 */
}
.page-template-page-aboutme-php .social .fa-instagram:hover {
	color:#3F729B; /* official brand color March/2014 */
}
.page-template-page-aboutme-php .social .fa-pinterest:hover {
	color:#CC2127; /* official brand color March/2014 */
}
.page-template-page-aboutme-php .bio-avatar {
	text-align: center;
	padding:0;
	margin-top: 60px;
	float:none;
}
.page-template-page-aboutme-php .entry-title {
	font-size: 32px;
	margin-top: 30px;
	line-height: 40px;
}
.page-template-page-aboutme-php .entry-content {
	text-align: center;
}
.page-template-page-aboutme-php .entry-header {
	padding: 0;
}

/* =Media
----------------------------------------------- */

/* Responsive Embeds */
.video-wrapper { /* will be wrapped around every youtube and vimeo video */
	position: relative;
	margin-top: 6px; /* Get embeds aligned with texts line-height */
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: auto;
}
.video-wrapper iframe {
  	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content img {
	margin-top: 0px; /* Get embeds aligned with texts line-height */
}
embed,
iframe,
object,
video {
	max-width:100%; /* Make sure embeds and iframes fit their containers */
}
.entry-content .twitter-tweet-rendered {
	width: 100%;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
	padding: 20px 0 30px;
}
.attachment .attachment {
	text-align: center;
}
.gallery .gallery-item {
	float: left;
	text-align: center;
	width: 25%;
}
.gallery {
	margin: auto;
	margin-top: 0;
}
.gallery .gallery-columns-2 .gallery-caption,
.gallery .gallery-columns-1 .gallery-caption {
	font-size: 18px !important; /* override the wordpress gallery style */
	line-height: 20px !important; /* override the wordpress gallery style */
}
.gallery-caption,
.wp-caption {
	font-size: 16px;
	line-height: 18px;
	color: #808080;
}
.gallery a img,
.gallery img {
	border: none !important; /* override the wordpress gallery style */
	height: auto;
	max-width: 100%;
}
.gallery dd {
	margin: 0;
}

/* =Comments
----------------------------------------------- */

#comments {
	margin: 120px auto 0 auto;
}
.comments-title {
	line-height: 18px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 400;
}
#comments .avatar  {
	border-radius: 50%; /* round */
	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
}
.no-comments {
	text-align: center;
	font-weight: 700;
}
.comment-name {
	font-style: normal;
	font-size: 16px;
	margin-left: 42px;
	margin-top: -36px;
}
.comment-metadata {
	padding-top:2px;
	font-size: 12px;
	padding-left: 42px;
}
.comment-metadata a {
	color: #4B4A47;
	text-decoration: none;
}
.comment-link {
	margin-top: -10px;
	float: right;
}
.comment-link a {
	color: #EF3636;
}
.comment-content {
	margin-top:10px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.comment-list {
	padding: 20px;
	list-style: none;
	background-color: #f5f5f5;
	margin: 20px 0 20px 0;
}
#comments .children {
	list-style: none;	
}
.comment-metadata {
	list-style: none;
	margin: 0;
}
.comment {	
	border-radius: 2px;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
	padding:20px;
	margin-top:20px;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor .author-star { /* display a star if comment author = post author */
	font-size: 14px;
	display: inline;
}
.author-star {
	display: none; /* hide the author star for normal comments */
}
.comment-reply-link {
	text-decoration: none;
	display: inline;
	font-size: 12px;
}

/* Respond */
#respond {
	margin-top: 60px;
}
.comment #respond {
	margin-top: 20px;
}
#respond input#author,
#respond input#email,
#respond input#url {
	margin: 0 20px 20px 0;
	padding:10px;
	float:left;
}
#respond input#author {
	margin-top: 3px;
}
#respond input {
	background-color: #f5f5f5;
}
#respond textarea {
	background-color: #f5f5f5;
	margin-top:0px;
	padding: 5px;
	width: 100%;
	max-width: 100%;
}
#respond label, #respond .required {
	display: none;
}
.comment-notes,
.form-allowed-tags,
.form-allowed-tags code, 
.logged-in-as {
	font-size:12px;
	line-height: 13px;
	color: #808080;
}
#reply-title {
	font-size: 16px;
	margin: 0 0 5px 0;
	line-height: 18px;
	font-weight: 400;
}
.comment .comment-respond input,
.comment .comment-respond textarea {
	background-color: #fff !important; /* change color if respond to a comment to differentiate it from the background */
}

/* =Widgets & Sidebar
----------------------------------------------- */

#secondary {
	padding-top: 20px;
}
.sidebar {
	margin-top: 60px;
	overflow: auto;
	font-size: 14px;
	line-height: 18px;
	background-color: #000;
	padding: 30px 0 0 0;
	list-style: none;
}
.sidebar a {
	text-decoration: none;
	color: #808080;
}
.sidebar a:hover {
	color: #4B4A47;
}
.widget-title {
	color: #808080;
	font-weight: 400;
	font-family: "PT Sans", sans-serif;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #f5f5f5;
	border-bottom: 2px solid #E6E6E6;
	padding-bottom: 5px;
}
.widget-area {

}
.widget {
	line-height: 18px;
	margin: 0 0 20px 30px;
	width: 313px;
	float:left;
	padding: 10px;
}
.widget ol,
.widget ul {
	margin: 0 0 0 20px;
}
.widget li {
	margin-top: 5px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget_search input[type="search"] {
	padding: 10px;
}

/* calendar widget */
.widget_calendar {
	float: left;
}
#wp-calendar {
	width: 100%;
	background-color: #fff;
}
#wp-calendar caption { 
	font-size: 14px;
	margin: 10px 0 15px;
	color: #808080;
	text-align: center;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
	}
#wp-calendar tbody { 
	color: #aaa; 
}
#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #f5f5f5;
	text-align: center;
	padding:8px;
}
#wp-calendar tbody td:hover {
	background: #f5f5f5;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next a {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev a { 
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* =Page Footer
----------------------------------------------- */

.site-info {
	text-align: center;
}
.site-info a {
	text-decoration: none;
}
.site-footer {
	background-color: #000;
	padding: 20px 0 20px 0;
	color:#E5E5E5; width:100%; float:left; text-align:center; text-transform:uppercase; font-size:10px; font-family:"Avenir", Arial, "Liberation Serif", Times, "Times New Roman", serif; font-weight:normal; letter-spacing:2px; }

.site-footer  a { color:#FFF}
.site-footer  a.sbrstudio { color:#959595}

/* =Error-404 Site
----------------------------------------------- */

.error-404 .page-title {
	background: none;
	color: #4B4A47;
}
.error-404 .search-form {
	margin-bottom: 50px;
}
.error-404 i {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px;
}
.error-404 { 
	text-align: center;
}

/* =Media Queries
----------------------------------------------- */

@media screen and (max-width: 1100px) {

	#secondary {
		width: 656px;
		margin: auto;
	}
	.description-wrapper,
	.entry-meta,
	.entry-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.single-footer,
	#comments {
		padding: 0 0px 0 0px;
	}
	.format-link .entry-content,
	.format-chat .entry-content,
	.format-quote .entry-content,
	.format-status .entry-content {
		padding:0 80px 0 80px;
		margin-top: 0;
	}


.whitecube { font-size:14px; line-height:25px}
	
}

@media screen and (max-width: 783px) {


.video-container { background:url(images/topiphone.jpg) center center;}
.video { display:none !important}
	.menu-mobile,
	.toggled .nav-menu {
		display: block !important;
	}
	.description {
		font-size: 14px;
		line-height: 17px;
		margin: 0;		
		padding: 0;
		padding-top: 10px;
	}
	.description-wrapper {

	}
	.hentry:first-child .thumbnail-wrap,
	.single-post .thumbnail-wrap,
	.type-page .thumbnail-wrap,
	.about-me {
		margin-top: -80px; /* fit featured post images/thumbnails to new mobile header */
	}
	.about-me .thumbnail-wrap {
		margin-top: 0 !important;
	}
	.description-wrapper {
		margin-bottom: -10px; /* fit featured post images/thumbnails to new mobile header */
	}
	.main-navigation,
	.site-branding {
		display: none;
	}
	.hentry {
		margin: 0px 0 80px;
	}
	
		#container {
            display: block !important;
            width: 100%;
            float:left;
			background-color:#fff;
			vertical-align: middle;
			margin-bottom:40px
        }
		
		 #left {
            display: block !important;
            vertical-align:middle !important;
             width: 100% !important;
            float: left;
			
        }
        #right {
            display: block !important;
            vertical-align:middle !important;           
            float: left !important;
			 width: 100% !important;}

.footer-social, .footer-social a { font-size:12px !important; letter-spacing:normal !important;}


.evenements { border-bottom:1px solid #650002 !important; float: left !important; margin: 20px 0px 0px 0px !important; padding:0px !important}
.evenements-billets { width:100% !important; margin:0px !important; text-align:center !important}
.evenements-billets a  { text-align:center !important; width:100% !important}
.evenements-date { width:100% !important; text-align:center !important; font-size:40px !important; color:#680003}
.evenements  { line-height:24px !important}
.evenements-lieu { width:100% !important; text-align:center !important;  }
.evenements-heure { width:100% !important; text-align:center !important; padding:0px 0 10px 0}
.evenements-adresse { width:100% !important; text-align:center !important;padding:15px 0 15px 0; margin-bottom:5px; font-size:25px !important; }
.viplink { width:100% !important}

.site-header { display:none!important}

.header-tour-iphone { display:block !important }
.header-tour { display:block !important }

	h4 { margin:0px !important}
	
	.mainwidth h4 { margin-top: 0px !important; font-size: 40px !important; line-height: 40px !important}
	.sidebarbottom { padding-top:50px !important}
}


@media screen and (max-width: 670px) {

	#secondary {
		width: 312px;
		margin: auto;
	}	

}

@media screen and (max-width: 500px) {
	
	.bio .intro {
		padding: 10px;
		margin-bottom: 10px;
	}
	.entry-meta.additional .sep-line {
 		margin-top: 20px;
 	}
	.about-me {
		margin-top: -80px;
	}
	.about-me {
		padding-bottom: 35px;
	}
	.description-wrapper,
	.entry-meta,
	.entry-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.single-footer,
	#comments,
	.format-link .entry-content,
	.format-chat .entry-content,
	.format-quote .entry-content,
	.format-status .entry-content {
		padding: 0 0px 0 0px;
	}
	.wp-caption-text {
		padding: 10px 0 20px;
	}
	.description-wrapper {
		margin-top: -30px; /* fit wrapper to new padding */
	}
	.single-post .thumbnail-wrap,
	.type-page .thumbnail-wrap {
		margin-top: -75px; /* fit featured post images/thumbnails to new mobile header */
	}
	.entry-content,
	.chat-text {
		font-size: 18px;
		line-height: 24px;
	}
	.entry-content img,
	embed,
	iframe,
	object,
	video {
		margin-top: 5px; /* Get embeds aligned with texts line-height */
	}
	.format-bg,
	.byline {
		padding: 30px;
	}
	.format-status .entry-content {
		text-align: left;
	}
	.format-link .entry-content,
	.format-quote .entry-content {
		font-size: 22px;
		line-height: 30px;
	}	
	#comments,
	.single-footer {
		margin-top: 80px;
	}
	.hentry {
		margin: 0px 0 70px;
	}
	.entry-content h1,
	.type-page .entry-title,
	.error-404 .page-title, 
	.entry-title {
		font-size: 24px;
		line-height:30px;
	}
	.page-title {
		font-size: 28px;
		line-height: 32px;
	}
	.entry-content h2 {	
		font-size: 24px;
		line-height:28px;
	}
	.entry-content h3 {
		font-size: 20px;
		line-height:26px;
	}
	.entry-content h4 {
		font-size: 30px;
		line-height: 30px;
	}
	.entry-content h5 {
		font-size: 16px;
		line-height:22px;
	}
	.entry-content h6 {
		font-size: 14px;
		line-height:20px;
	}
	.type-page .entry-header {
		padding: 0;
	}
	.single-post .hentry {
		margin-bottom: 50px;
	}
	.post-symbol {
		font-size: 20px;
		line-height: 20px;
	}
	.wp-caption {
		font-size: 14px;
		line-height: 18px;
	}
	.entry-meta {
		margin-bottom: 20px !important;
	}
	.single-content {
		padding-top:10px;
	}
	.single-content-wrapper {
		padding-top:0px;
	}
	



}

@media screen and (max-width: 380px) {
	
	.sep-meta {
		margin: 10px 0 0 10px;
	}
	.yoanheader { display:none !important}
	
.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { padding:0 15px 0 15px !important}
.ordernow { margin:0 0 30px 0 !important}
.page-id-10 .mainwidth { padding:0 15px 0 15px !important}
.page-id-1059 .mainwidth { padding:0 15px 0 15px !important}

.secondwidth p {float:left; padding:0 15px 0 15px 0 !important} 
.album-page { width:100%; float: left; margin-bottom:30px; font-family: "custom-one"!important;}
	.album-image { width:100% !important; float: left; margin-right:0px !important}
.album-image p {float:left; width:100% !important; padding:0 !important} 
	a.bouton_buy  { width:100%; background-color:#899cbe; float:left; text-align:center; margin-bottom:5px; color:#fff; text-decoration:none; text-transform:uppercase; padding:14px 0 10px 0; font-size:16px}
a.bouton_buy:hover  { background-color:#4c5f7e; color:#fff}

.album-tracks { width:100% !important; float: left;  font-size:16px; text-transform:uppercase; }
.album-song-number {float:left; margin-right:5px !important; color:#999}	
.album-song-player{float:left; margin-right:20px; display:none !important}
.album-song-name {float:left; margin-right:0px !important; color:#000; width:100% !important}	
.album-song-time {float:right; color:#999; margin-right:15px; font-size:12px; display:none !important}
ul.album-tracks { margin:0; padding:0; text-indent:0px; list-style:none}
ul.album-tracks li { float:left; width:100%; padding:5px; background-color:#f6f6f6}
ul.album-tracks li.even { background-color:#FFF}




}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	
	



}



.site-header { background-color:#fff; padding:20px 0 10px 0; width:1140px; margin:0 auto;} 

.getsocial-wrapper { width:100%; float:left; margin:40px 0 40px 0}
.getsocial { width:126px; height:59px; margin:0 auto; display:block}
.getsocial-facebook  { width:59px; height:59px; background:url(images/facebook.png) top left no-repeat; margin-right:8px; float:left; text-indent:-9999px;}
.getsocial-twitter  { width:59px; height:59px; background:url(images/twitter.png) top left no-repeat;float:left; text-indent:-9999px;}
.getsocial-facebook:hover{ background-position:bottom left}
.getsocial-twitter:hover{ background-position:bottom left}






.footer-social {text-align:center; width:100%; font-family: 'Oswald', sans-serif; font-weight:300; text-transform:uppercase; letter-spacing:2px; margin:20px 0 30px 0px; font-size:30px;  }

.footer-social a { text-decoration:none; color:#fff; font-size:20px;}
.footer-social a:hover { color:#ccc}





.mainwidth { max-width:1140px; padding-bottom:80px}
.secondwidth { max-width:1000px; }
.thirdwidth { max-width:1000px; }

.pa10 { padding:0px 20px 0px 10px;}
.twitterfeed { background-color:#000; color:#FFF; text-align:center; padding:0 0 40px 0;}


/* ÉVÉNEMENTS */
.evenements {float:left; width:100%; font-size:20px;  line-height:45px; padding:10px 0 10px 0; border-bottom:1px solid #d77276; color:#fff; font-family: 'Oswald', sans-serif; font-weight:300; letter-spacing:0.03em}
.evenements-date { float:left;width:175px; font-size:30px; text-transform:uppercase; margin:0px 0 10px 0; color:#680003  }
.evenements-adresse { float:left; width:300px; text-transform:uppercase; color:#fff; font-weight:400; font-size:25px }

div.evenements:nth-child(odd) {}
.evenements-heure {float: left; font-size:20px  }
.evenements-lieu {float: left; width:100px; }
.evenements-tournee {float: left;}

.evenements-billets { float:right; margin-left:10px; z-index:100 !important ; }
.evenements-billets  a { float:left; text-decoration:none !important; text-align:center; height:40px; line-height:38px; font-size:15px; text-transform:uppercase; color:#FFF; cursor:pointer !important; width:175px; border:0px solid #d77276; font-weight:400}
.evenements-billets  a:hover { color:#000 !important; background-color:#fff;  transition: background-color 0.5s ease, color 0.5s ease; border-color:#fff; cursor:pointer !important }

.billetslink { background-color:#000 !important;}
.billetslink a { color:#fff}
.billetslink a:hover { color:#dc0c15 !important; background-color:#fff}

.facebooklink { background-color:#fff !important; background:url(images/facebookicon.gif) no-repeat 18px 14px}
.facebooklink a { color:#dc0c15}
.facebooklink a:hover { color:#fff !important; background-color:#000}

.gratuitlink { background-color:#6d4460 !important;}
.gratuitlink a { color:#fff}
.gratuitlink a:hover { color:#dc0c15 !important; background-color:#fff}

.viplink { background-color:#000 !important;}
.viplink a { color:#fff}
.viplink a:hover { color:#dc0c15 !important; background-color:#fff}



.background { background-color:#f6f6f6}

.background .entry-title { color: #FFF !important}

.suivez { width:300px; border:2px solid #FFF; padding:7px; margin:0 auto;}
.suivez:hover { background-color:#515151}

.suivez a { color:#FFF !important; font-size:13px; text-decoration:none !important; font-weight:bold;}
.two_third_last h3 { color:#FFF !important; text-align:left; text-decoration:none !important}
.two_third_last p { font-size:18px; line-height:28px; color:#6e6e6e; font-family: Georgia,Times,Times New Roman,serif !important;}

.yoanheader {display:block; margin:0 30px 0 40px; }

.yoanheader2 {background:url(images/yoanheader.jpg) no-repeat center top; background-attachment:fixed; text-align:center;}

.one_fourth {}
.titre { font-size:45px; color:#000; line-height:47px; text-align:center;}
.premier { font-size:18px; font-style:italic; color:#000; margin-bottom:30px; text-align:center}
.one_fourth .entry-title  { font-size:22px; line-height:24px !important; background-color:#fff; padding:20px; min-height:175px;   }
.one_fourth .entry-title:hover  {background-color:#eeeeee; }
.one_fourth .thumbnail-wrap {height:175px;overflow:hidden; }

.entry-content .thumbnail-wrap a  { opacity:1}
.entry-content .thumbnail-wrap a:hover { opacity:0.7}
.album-page { width:100%; float: left; margin-bottom:30px; font-family: "custom-one"!important;}
	.album-image { width:300px; float: left; margin-right:20px}
.album-image p {float:left; width:100%} 
	a.bouton_buy  { width:100%; background-color:#899cbe; float:left; text-align:center; margin-bottom:5px; color:#fff; text-decoration:none; text-transform:uppercase; padding:14px 0 10px 0; font-size:16px}
a.bouton_buy:hover  { background-color:#4c5f7e; color:#fff}

.album-tracks { width:680px; float: left;  font-size:16px; text-transform:uppercase; }
.album-song-number {float:left; margin-right:20px; color:#999}	
.album-song-player{float:left; margin-right:20px}
.album-song-name {float:left; margin-right:20px; color:#000; width:60%}	
.album-song-time {float:right; color:#999; margin-right:15px; font-size:12px}
ul.album-tracks { margin:0; padding:0; text-indent:0px; list-style:none}
ul.album-tracks li { float:left; width:100%; padding:5px; background-color:#f6f6f6}
ul.album-tracks li.even { background-color:#FFF}


.paddingtop60 {}

.latestnews h2{ font-size:25px; text-align: left !important; color:#000; line-height:27px; text-decoration:none !important; margin:0 0 10px 0 !important;  }

.latestnews { float:left; margin:0 0 30px 0; border-bottom:1px solid #dddddd; padding-bottom:20px}
.latestnews a { color: #000; text-decoration:none !important}
.latestnews p {font-size: 15px;
  line-height: 22px;
  color: #6e6e6e;
  font-family: Georgia,Times,Times New Roman,serif !important; font-style:italic; margin:0 !important; padding-bottom:20px}
  
a.readmorelatest  { font-size:14px; font-style:italic}


.seemorecontent { float:left; text-align:center; width:100%; margin-top:50px;color:#FFF; text-decoration:none; text-align:center; font-weight:normal; font-size:20px; text-transform:uppercase}
a.seemore { color:#FFF; text-decoration:none; font-family: "custom-one"!important; text-align:center; font-weight:normal; border:1px solid #d77276; padding:15px 25px 10px 25px}
a.seemore:hover { background-color:#fff; color:#bd141c}


.ordernow { width:100%; float:left; margin:30px 0 30px 0; text-align:center; font-size:17px; color:#ecbf6a; background-color:#812d49; padding:10px; text-transform:uppercase; font-family: "Avenir", Arial, "Liberation Serif", Times, "Times New Roman", serif}
.ordernow a {  color:#FFF }

.entersite { text-align:center; width:100%; float:left; margin:20px 0 20px; }
.entersite a { background-color:#000; padding:10px; font-family: "custom-one"!important; color:#fff; text-decoration:none !important; float:right; font-size:16px; width:100% }
.entersite a:hover { background-color:#FFFFFF; color:#942e4b}

.site-content { background-color:#f6f6f6}


.smallheader { font-size:15px; text-align:center} 

.whitecube { }
.whitecube  {font-family: 'Oswald', sans-serif; font-weight:300; padding:20px 80px 0px 80px; font-size:20px; line-height:30px; }

.redcube { background-color:#dc0c15 !important }
.redcube { font-family: 'Oswald', sans-serif; font-weight:300; padding:20px 50px 0px 50px; }

 
        #container {
            display: table;
            width: 100%;
            float:left;
		background-color:#FFFFFF;
			vertical-align: middle;
			margin-bottom:40px;
        }

        #left {
            display: table-cell;
            vertical-align:middle !important;
            width: 50%;
            float: left;
			
        }
        #right {
            display: table-cell;
            vertical-align:middle !important;           
            float: right;
			 width: 50%;
			 
			 
        }




    .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
position: relative;
padding-bottom: 54.1%;
padding-top: 2.2%;
height: 0;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.seed-csp4-image { margin-top:50% !important}

.containervideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.labellevie h4 { color:#FFF}
.labellevie p { color:#fff; font-size:22px; text-align:center; margin:20px 0 0 0;   font-family: 'Oswald', sans-serif;
  font-weight: 300;  } 
.labellevie a { color:#FFF}

.albums { width:95%}
.albuminside { background-color:#FFF; padding:15px; text-align: center; float:left; width:95%}
.albums img { float:left; width:95%}
.albums a { color:#FFF; text-decoration:none; font-family: "custom-one"!important; text-align:center; font-weight:normal; border:1px solid #d77276; width:100%; float:left; padding:15px 0 10px 0; margin-bottom:5px; background-color:#bd141c; color:#fff; text-transform:uppercase}
.albums a:hover { background-color:#fff; color:#bd141c}

#wprmenu_menu.wprmenu_levels ul li a {font-family: "custom-one"!important; text-align:center; font-size:18px; text-transform:uppercase}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0; 
    overflow: hidden;
	width:100% !important
}
 
.video-container iframe,
.video-container object,
.video-container #overlay,
.video-container embed {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

#overlay {
    z-index:50;
    color:#fff;
	background:url(images/back5.png);
	text-align:center
}




.ontour {width:100%; height:203px; float:left; margin-top:20%}
 .ontour img { max-width:710px !important; padding:0px 20px;} 


.biobutton { border:2px solid #fff; padding:10px; margin:0 auto; text-align:center}


#overlay .seemorecontent {text-align:center; width:100%; margin-top:10px;color:#FFF; text-decoration:none; text-align:center; font-weight:normal; font-size:16px; text-transform:uppercase}

#overlay a.seemore { color:#FFF; text-decoration:none; font-family: "custom-one"!important; text-align:center; font-weight:normal; }
#overlay a.seemore:hover { color:#bd141c;}


   .socialfeed {}
  
  .socialfeed .container { padding:20px 0px 20px 0px}
  
  .fb-page { width:100% !important}
  
  .surtwitter {
  color: #dc0c15;
  font-size: 22px;  
  padding-left: 42px;
  background: url('images/twitterbird.png') 0 50% no-repeat;
  line-height:33px;
  font-family:"custom-one"!important;
  text-align:left}
  
  .surtwitter a { font-size:22px}
  
  /*
* Example style!
* You can do whatever the hell you want on your site :-)
*/



.user, .tweet,  {
  float:left;
}

.user {
  width:25%;
}

.tweet {
  width:100%;
}



.timePosted {
  width:100%;
}

.timePosted a {
  display:none
}

.user {
  clear:left;
}

.user a {
 width: 100px;
}

.user span span {
  width:100px;
  display:block;
  margin-top:10px;
}

.user img, .user a > span {
	display:none;
}

.interact {
	display:none
}

.interact a {
  margin-left:5px;
  float:left;
}

.user a > span {
  margin-left:10px;
}

.media img {
  max-width:250px;
  max-height:250px;
}

#linkage {
  position:fixed;
  top:0px;
  right:0px;
  background-color:#3d3d3d;
  color:#ffffff;
  text-decoration:none;
  padding:5px;
  width:10%;
  font-family:arial;
}

.tco-hidden{
  display: none;
}

#forevertwitter { padding:0 20px 0 0; text-align:left !important}
#forevertwitter p { text-align:left !important; margin:0 0 20px 0; font-family:'Oswald', sans-serif; line-height:26px; color:#7d7d7d; font-weight:300 }
#forevertwitter li a { text-transform:none !important; font-weight:400}

.home .mg_grid_wrap { margin:0 !important}
.home .mg_box { padding:0 !important}

.mg_overlay_tit { margin-top:25% !important}

.gentlemen {float:left; width:100%; background:url(images/gentlemen.jpg) fixed center center; background-size: cover; font-size:80px; text-align:center; color:#000; font-family: "custom-one"!important; padding:200px 0 }

.socialbottom { margin:0 auto; max-width: 200px }
.fa { font-size: 45px; background-color: #000;
  padding: 10px;
  width: 90px;
	text-align: center;
  height: 90px;
  display: inline-block;
  margin: 3px; padding-top: 23px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; color:#fff;}
.fa:hover { background-color:#999}
