/*
Theme Name: AVDEL VWSV
Theme URI: http://www.avdel.ch/
Description: WordPress theme developed for the website Avdel
Author: SEV
Version: 1.0
*/

/* GLOBAL
----------------------------------------------------------------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*a {
	color: #434343;
}
a:hover {
	color: #000000;
	background-color: transparent !important;
	text-decoration: none;
}
a:focus {
  outline: 0;
  color: #000000;
  background-color: transparent !important;
  text-decoration: none;
}*/

.container {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bgw {
	background-color: #ffffff;
}
.read-more {
	color: #1092c3;
	text-transform: uppercase;
	font-weight: 700;
}
.read-more:hover {
	color: #434343;
}
.no-item-page {
    color: #434343;
    font-size: 1.5em;
    text-align: center;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/

#header {
	padding: 10px 30px;
	margin: 0 0 10px 0;
}
#header h1 {
	display: block;
	margin: 0;
	max-width: 87px;
}
#header h1 a {
	display: block;
}

ul#menu-header {
	margin: 0;
	padding: 38px 0;
	list-style: none;
	font-size: 1.231em;
	font-weight: 400;
    display: block;
    float: left;
    text-transform: uppercase;
}
ul#menu-header li {
	float: left;
	margin: 0 18px;
	line-height: 1.1em
}
ul#menu-header li.current-menu-item a {
	color: #1092c3;
}

#cat-lang {
    text-align: right;
}
#lang_sel_list {
	display: inline-block;
}
#lang_sel_list ul {
	margin: 0;
	padding: 18px 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 1.231em;
	font-weight: 400;
    display: block;
    float: left;
}
#lang_sel_list ul li {
	float: left;
	margin: 0 0 0 1px;
}
#lang_sel_list ul li a {
    background-color: #F3F3F3;
    color: #8C8C8C;
    display: block;
    height: 58px;
    line-height: 1.1em;
    padding: 20px 0;
    text-align: center;
    width: 58px;
}
#lang_sel_list ul li a:hover,
#lang_sel_list ul li a.lang_sel_sel {
	background-color: #1092C3;
	color: #ffffff;
}

#categories {
	display: inline-block;
	width: 200px;
	padding: 0;
	margin: 18px 0 18px -2px;
	font-size: 0.923em;
	cursor: pointer;
	position: relative;
}
#categories span {
    background-image: url("img/plus.png");
    background-position: 90% center;
    background-repeat: no-repeat;
	background-color: #dcdcdc;
	display: block;
	float: left;
	width: 100%;
	padding: 20px 18px;
	text-transform: uppercase;
	text-align: left;
}
#categories:hover span {
    background-image: url("img/less.png");
    background-position: 90% center;
    background-repeat: no-repeat;
	background-color: #1092C3;
	color: #ffffff;
}
#categories ul {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    display: none;
    text-align: left;
}
#categories:hover ul {
    display: block;
}
#categories ul li {
	margin: 1px 0;
}
#categories ul li a {
	display: block;
	background-color: #F3F3F3;
	color: #8c8c8c;
	padding: 10px 20px;
}
#categories ul li a:hover {
	background-color: #1092C3;
	color: #ffffff;
}

/* TITLE
----------------------------------------------------------------------------------------------------*/

#title {
	background-color: #1092c3;
	padding: 22px 30px;
	margin: 0 0 10px 0;
	color: #ffffff;
	/*min-height: 77px;*/
}
#title h2 {
	font-size: 1.692em;
	margin: 0;
	line-height: 1.5em;
	font-weight: 700;
	float: left;
	display: block;
}
#title h2 a {
	color: #ffffff;
}

ul.page-numbers {
	float: right;
	margin: 0;
	list-style: none;
	font-size: 1.231em;
	line-height: 1em;
}
ul.page-numbers li {
	float: left;
	margin: 0 0 0 1px;
	line-height: 1em;
}
ul.page-numbers li .page-numbers {
	background-color: #6bb9d6;
	color: #ffffff;
	display: block;
	padding: 9px 14px;
}
ul.page-numbers li .current,
ul.page-numbers li .page-numbers:hover {
	background-color: #f3f3f3;
	color: #1092C3;	
}

/* ARTICLES
----------------------------------------------------------------------------------------------------*/

#articles {
	margin: 0 0 10px 0;
}
#articles .article {
	margin-left: 10px;
	width: 24.37%;
}
#articles .article:first-child {
	margin-left: 0;
}
#articles .article > img {
	width: 100%;
}
#articles .article > div {
	padding: 30px;
	display: block;
	float: left;
}
#articles .article > div h3 {
	margin: 0 0 10px 0;
	font-size: 1.385em;
	line-height: 1em;
	color: #434343;
}

/* ASIDE FOOTER
----------------------------------------------------------------------------------------------------*/

#aside-footer {
	margin: 0 0 10px 0;
}
#aside-footer > div {
	margin-left: 10px;
	width: 24.35%;
	padding: 30px;
}
#aside-footer > div:first-child {
	margin-left: 0;
}
#aside-footer > div h4 {
	margin: 0 0 10px 0;
	font-size: 1.385em;
	line-height: 1em;
	color: #1092C3;
}
#aside-footer > div p {
	margin: 0;
}

#social {
	margin: 0;
	list-style: none;
}
#social li {
	float: left;
	margin: 0 1px 0 0;
}
#social li a {
	display: block;
	width: 58px;
	height: 58px;
}
#social li a.facebook {
    background-image: url("img/icon-facebook-off.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #F3F3F3;
}
#social li a.facebook:hover {
	background-image: url("img/icon-facebook-on.png");
}
#social li a.twitter {
    background-image: url("img/icon-twitter-off.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #F3F3F3;
}
#social li a.twitter:hover {
    background-image: url("img/icon-twitter-on.png");
}
#social li a.feed {
    background-image: url("img/icon-feed-off.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #F3F3F3;
}
#social li a.feed:hover {
    background-image: url("img/icon-feed-on.png");
}
#social li a span {
	display: none;
}

/* FAQ
----------------------------------------------------------------------------------------------------*/

#faq {
	margin: 0 0 10px 0;
}
#faq .articles {
	padding: 30px;
}
#faq .articles .article {
	margin: 0 0 60px 0;
}
#faq .articles .article:last-child {
	margin: 0;
}
#faq .articles .article h3 {
	margin: 0 0 5px 0;
	font-size: 1.385em;
	line-height: 1em;
}
#faq .articles .article .date {
    display: block;
    margin: 0 0 10px;
}

/* SINGLE
----------------------------------------------------------------------------------------------------*/

#single {
	margin: 0 0 10px 0;
}
#single .article {
	padding: 30px;
}
#single .article h1 {
	margin: 0 0 10px 0;
	font-size: 1.385em;
	line-height: 1em;
	color: #434343;
}
#single .article h3 {
    font-size: 1.385em;
    line-height: 1em;
    margin: 0 0 10px;
    color: #434343;
}
#single .article .date {
    display: block;
    margin: 0 0 10px;
}
#single .article .attachment-post-thumbnail {
    border: 1px solid #F3F3F3;
    float: right;
    height: auto;
    margin: 0 0 10px 10px;
    padding: 2px;
    width: 50%;
}

/* ASIDE ARCHIVE
----------------------------------------------------------------------------------------------------*/

#aside-archive {
	margin-left: 10px;
	width: 24.8%;
	padding: 30px 0;
}

#aside-archive h4 {
	margin: 0 0 30px 0;
	padding: 0 20px 30px;
	border-bottom: 1px solid #F3F3F3;
	color: #1092C3;
	font-size: 1.692em;
}
#aside-archive h4 a {
	color: #1092C3;
}
#aside-archive h4 a:hover {
	color: #434343;
}
#aside-archive h5 {
	margin: 0 0 30px 0;
	padding: 0 20px 30px;
	border-bottom: 1px solid #F3F3F3;
	color: #1092C3;
	font-size: 1.077em;
	text-transform: uppercase;
	font-weight: 400;
}
#aside-archive .tags_field {
	padding: 0 20px 0;
}
#aside-archive .tags_field a {
    background-color: #F3F3F3;
    color: #434343;
    display: inline-block;
    font-size: 0.923em;
    margin: 2px;
    padding: 8px;
}
#aside-archive .tags_field a:hover {
    background-color: #1092C3;
    color: #ffffff;
}

/* CONTACT
----------------------------------------------------------------------------------------------------*/

#contact {
	margin: 0 0 10px 0;
}
#contact .map {
	width: 49.58%;
	height: 474px;
	position: relative;
}
#contact #gmap {
	width: 100%;
	height: 474px;
}
#contact #gmap img {
  max-width:none;
}
#contact #info {
    bottom: 30px;
    display: block;
    margin: 0 0 0 30px;
    position: absolute;
    width: 89.7%;
    border-left: 10px solid #1092C3;
}
#contact #info > div {
	padding: 20px;
	width: 49.9%;
	margin: 0;
}
#contact #info div:first-child {
	margin-right: 1px;
}
#contact #info > div h3 {
	margin: 0 0 10px 0;
	font-size: 1.077em;
	line-height: 1em;
	font-weight: 700;
	color: #1092C3;
	text-transform: uppercase;
}
#contact #info > div p {
	margin: 0;
}
#contact #info > div strong {
	font-weight: 400;
}

#contact .form {
	margin-left: 10px;
	width: 49.58%;
}
#contact .form h3 {
	padding: 30px;
	margin: 0;
	font-size: 1.692em;
	line-height: 1em;
	font-weight: 700;
	color: #1092C3;
	border-bottom: 1px solid #f3f3f3;
}
#contact form {
	padding: 30px;
	margin: 0;
}
#contact form label {
	font-size: 0.923em;
	font-weight: 700;
	text-transform: uppercase;
	color: #434343;
}
#contact form #info-box > div {
	margin-left: 1px;
	width: 33.2%;
}
#contact form #info-box > div:first-child {
	margin-left: 0;
}
#contact form #info-box input {
    background-color: #E3E3E3;
    border: none;
    height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #8C8C8C;
    margin-bottom: 20px;
}
#contact form #msg-box textarea {
    background-color: #E3E3E3;
    border: none;
    resize: none;
    max-height: 165px;
    min-height: 164px;
    width: 100%;
    padding: 15px;
    color: #8C8C8C;
    margin-bottom: 20px;
}
#contact form #buttons > input {
    border: none;
    height: 39px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.923em;
    line-height: 1em;
    text-transform: uppercase;
}
#contact form #submit {
	background-color: #1092C3;
	color: #ffffff;
	width: 71.359% !important;
}
#contact form #reset {
	background-color: #565d56;
	color: #ffffff;
	margin-left: 10px;
	margin: 0;
}
#contact form img.ajax-loader {
	margin: 0 4px 0 6px;
}
#contact form .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}
#contact form .wpcf7-not-valid-tip,
#contact form .wpcf7-validation-errors,
#contact form .wpcf7-mail-sent-ng,
#contact form .wpcf7-mail-sent-ok {
    background-color: #FFCCCC;
    color: #cc3333;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#contact form .wpcf7-response-output {
	position: relative;
	margin: 20px 0 0;
	padding: 10px;
}
#contact form .wpcf7-mail-sent-ok{
	position: relative;
	margin: 20px 0 0;
	background-color: #ccffcc;
    color: #339933;
    padding: 10px;
}
#contact form .wpcf7-display-none {
	display: none;
}

/* 404
----------------------------------------------------------------------------------------------------*/

#E404 h3,
#E404 h4 {
	text-align: center;
	font-size: 4.286em;
	line-height: 1em;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/

#footer {}
#footer .copyright {
	padding: 20px 30px;
}
#footer .copyright a {
	color: #8C8C8C;
}
