/*
Theme Name: studio-tomahawk
Description: Theme conçu pour le site Studio-tomahawk.
Author: AiR Dezign
Version: 1.0
*/

html {
	font-family: 'open_sansregular';
	background-color: #D5CCBD;
	color: #502C20;
}

header {
	background-color: #CE051D;
	height: 35px;
}

.language-chooser {
    display: inline;
    padding: 0;
    margin: 0;
}

.language-chooser li {
    display: inline-block;
    margin-top: 4px;
}

.language-chooser img {
    margin-right: 10px;
}

.logo {
    margin-top: 20px;
    width: 150px;
}

nav {
	background-color: transparent;
	box-shadow: none;
    font-family: 'arvoregular';
    text-transform: uppercase;
}

nav ul li {
    display: inline-block;
    float: none;
}

nav ul a {
    color: #502C20;
    font-size: 14px;
}

.button-collapse i {
    color: #502C20;
}

.button-collapse i:hover {
    color: #CE051D;
}

.side-nav {
    background-color: #D3CAB9;
    padding-top: 50px;
}

.side-nav li {
    display: block;
}

.side-nav li a {
    color: #502C20;
}

.side-nav li a i {
    float: none;
    margin: 0;
    color: #502C20;
}

#menu-jeux li {
    font-size: 14px;
}

.hidden-title {
    visibility: hidden;
    font-size: 0;
    margin: 0 0 0.5rem;
}

.flipster-slider button:focus {
    background-color: transparent;
}

label {
    font-size: 1rem;
    color: #555555;
}

form.wpcf7-form p:nth-last-of-type(1) {
    text-align: center;
}

form.wpcf7-form {
    margin-bottom: 30px;
}

 .news {
    font-family: 'arvobold';
    font-size: 26px;
    color: #502C20;
    text-transform: uppercase;
    text-align: center;
    position:relative;
    z-index:2;
 }

.news span{
    margin:0;padding:0 10px;
    background-color: #D3CAB9;
    display:inline-block;
}

h1.news:after{
    border-top: 2px solid #CE051D;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 45%;
    width: 100%;
    z-index: -1;
}

h1.news ~ h1 {
    margin-bottom: 0px;
}

h1 {
    font-family: 'arvobold';
    font-size: 18px;
    color: #502C20;
}

h1>a {
    color: #502C20;
    text-decoration: none;
}

h1>a:hover {
    color: #CE051D;
}

hr { 
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #D3CAB9, #502C20, #D3CAB9);
    background-image: -moz-linear-gradient(left, #D3CAB9, #502C20, #D3CAB9);
    background-image: -ms-linear-gradient(left, #D3CAB9, #502C20, #D3CAB9);
    background-image: -o-linear-gradient(left, #D3CAB9, #502C20, #D3CAB9); 
}

footer {
    background-color: #CE051D;
    height: 100px;
    padding-top: 40px;
    color: #FFBBCC;
}

a {
    text-decoration: none;
    color: #CE051D;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

h2 {
    font-family: 'arvoregular';
    font-size: 1em;
    color: #502C20;
}

h3 {
    font-family: 'arvoregular';
    font-size: 1.2em;
    text-transform: uppercase;
    color: #CE051D;
}

.textwidget ul li {
    font-weight: bold;
    list-style-type: disc !important;
    margin-left: 40px;
}

#spacing {
    padding-left: 55px;
}

.vignette {
    border: 5px solid #FFFFFF;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/******************** MEDIA QUERIES ********************/

@media screen and (max-width: 500px) {

	.logo {
		width: 100px;
	}

	.owl-carousel .owl-item img {
		margin-top: 0;
		max-height: 480px;
	}
}


/******************** FONTS ********************/

@font-face {
    font-family: 'arvobold';
    src: url('fonts/arvo-bold.woff2') format('woff2'),
         url('fonts/arvo-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arvoregular';
    src: url('fonts/arvo-regular.woff2') format('woff2'),
         url('fonts/arvo-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light.woff2') format('woff2'),
         url('fonts/opensans-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular.woff2') format('woff2'),
         url('fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}