/*
Theme Name: eva theme
Author: bSeo - MATHIAS Mickael
Author URI: http://bseo.fr/
Description: Theme for Eva MATHIAS
License: PRIVATE
Text Domain: Eva


*/

*::-moz-placeholder {
  color: #7d7b6d;
}

ul {
  list-style-type: none;
  padding: 0;
}

body {
  background: url("img/background.jpg") repeat fixed center top / 1920px 1080px rgba(0, 0, 0, 0);
  color: #141412;
  font-family: "Droid Sans",sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
}

header {
  float: none;
  height: auto;
  margin: 50px auto auto;
  width: 980px;
}

a {
  color: #31718b;
  text-decoration: none;
}

a:active, a:hover {
  color: #293540 !important;
  outline: 0 none;
  text-decoration: none;  
}

.huge_it_slideshow_dots_thumbnails_1 {
  display: none;
  bottom: 0;
}

.alignright {
  float: right;
  margin-left: 16px;
  margin-top: 16px;
}

.alignleft {
  float: left;
}

.aligncenter, dl.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1, h2{
	color: #293540;
}


.maincontainer {
  background: none repeat scroll 0 0 white;
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.35);
  margin: 40px auto 0;
  max-width: 948px;
  padding: 16px;
}

.main_page {
  width: 712px;
  float: left;
}

.homepage {
  width: 100%;
}

.side {
  float: left;
  margin-left: 16px;
  width: 220px;
}

.clr {
	clear: both
}

.logo {
  float: left;
  margin-left: 36px;
}

.mainmenu {
  float: right;
  font-size: 12px;
  margin-top: 12px;
  width: 700px;
}



.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
}

.mainmenu ul li {
  display: inline-table;
  position: relative;
  border-right: 1px solid #ccc
}

.mainmenu ul li ul {
  display: block;
  position: absolute;
  min-width: 185px;
  z-index: 999;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  margin-top: 40px;
}

.mainmenu ul li:hover ul {
  height: auto;
  opacity: 1;
  padding-top: 8px;
  margin-top: 0;
}

.mainmenu ul li ul li{
	display: block;
  border-bottom: 1px solid #31718b;
  background: none repeat scroll 0 0 #293540;
  border-right: 0;
}

.mainmenu ul li ul li:first-child{
  border-top: 1px solid #31718b;
}

.mainmenu ul li ul li:last-child{
  border-bottom: 10px solid #31718b;
}

.mainmenu ul li:nth-child(2):hover::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 transparent;
  border-color: #31718b transparent;
  border-image: none;
  border-style: solid;
  border-width: 0 5px 8px;
  content: "";
  display: block;
  height: 0;
  margin-left: 50px;
  margin-top: 0;
  overflow: visible;
  position: absolute;
  width: 0;
  z-index: 999;
}

.mainmenu ul li ul li:nth-child(2):hover::after {
  border-width: 0;


}


.mainmenu li a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.mainmenu li ul li a {
  padding: 7px 8px;
}

.mainmenu li a:hover {
  color: #eee !important;
}


.page-title {
  background: none repeat scroll 0 0 #293540;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px;
}

.post {
  border: 1px solid #ccc;
  margin-top: 16px;
  padding: 16px;
}

.post img{
  max-width: 100%;
  height: auto
}

/*SIDEBAR*/

.side {
	list-style-type: none;
}
.sidebar_subcat {
  margin-bottom: 16px;
  margin-top: 16px;
}

.sidebar_subcat ul{
	padding: 0;
	margin: 0;
}



.sidebar_subcat ul li {
  border-bottom: 1px dashed #dcddde;
  color: #333;
  font-family: 'Droid Sans',sans-serif;
  font-size: 17px;
  padding: 7px 0;
}

.side div li {
  border-bottom: 1px dashed #dcddde;
  color: #333;
  font-family: 'Droid Sans',sans-serif;
  padding: 7px 0;

}

.side h2 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	border-bottom: 2px solid #cdcdcd;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.side .widget  {
	margin-top: 32px;
}
.textwidget {
	font-size: 14px;
}

.textwidget .facebook:before {
  background: url("img/facebook.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  content: "";
  display: block;
  float: left;
  height: 16px;
  margin-right: 6px;
  padding-left: 0;
  width: 16px;
}

.textwidget .twitter:before {
  background: url("img/twitter.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  content: "";
  display: block;
  float: left;
  height: 16px;
  margin-right: 6px;
  padding-left: 0;
  width: 16px;
}

.textwidget .linkedIn:before {
  background: url("img/linkedin.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  content: "";
  display: block;
  float: left;
  height: 16px;
  margin-right: 6px;
  padding-left: 0;
  width: 16px;
}


/*HOMEPAGE*/


.aboutartist {
  border-bottom: 10px solid #f2f2f2;
  margin: 35px auto auto;
  padding-bottom: 20px;
  width: 880px;
}

.aboutartist .picture {
  float: left;
  margin-right: 16px;
}

.aboutartist a {
  float: right;
  font-weight: bold;
}


.aboutartist p {
  font-size: 14px;
}


.visitgallerycontainer {
  border-bottom: 10px solid #f2f2f2;
}
.galeriescontainer .gallery {
  width: 223px;
  border: 1px solid #ccc;
  margin-right: 16px;
  float: left;
  position: relative;
  height: 223px;
}

.galeriescontainer .gallery:nth-child(4) {
  margin-right: 0;
}

.galeriescontainer .gallery span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  display: block;
  padding-bottom: 5px;
  padding-left: 5%;
  padding-top: 5px;
  position: absolute;
  width: 95%;
  z-index: 888;
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}

.galeriescontainer .gallery:hover span {
  padding-left: 10%;
  width: 90%;
}

.lapresse .textdescription {
  /*float: right;*/
}

.lapresse .picture {
  float: right;
  margin-left: 16px;
}

.home-divs {
	margin-top: 16px;
}


.home-divs ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.home-divs li {
  border: 1px solid #ccc;
  float: left;
  margin-right: 16px;
  width: 346px;
}

.home-divs li:nth-child(2) {
  margin: 0;
}

.home-divs .home-div-image img {
  width: 100%;
  height: auto;
}

.home-divs li h2 {
  margin: 0;
  padding-bottom: 0;
  padding-left: 16px;
}

.home-divs li p {
  margin: 0;
  padding: 8px 16px 16px;
}


.home-divs2 {
  border: 1px solid #ccc;
  margin-top: 16px;
  padding: 16px;
}





/*INNER*/

.about-text ul {
  display: table;
  width: 100%;
}


.about-text ul li {
  display: inline-table;
  text-align: center;
  width: 32%;
}

.about-text ul li h3 {
  color: #293540;
  font-size: 14px;
  font-weight: 600;
}

/*.post-content ul{
	display: table;
	font-size: 12px;

}

.post-content ul li {
  display: block;
  float: left;
  margin-right: 2%;
  width: 48%;
  color: #333;
}
*/

/*OUR PEOPLE*/


.our-people li {
  border-bottom: 1px dashed #ccc;
  display: table;
  margin-bottom: 16px;
  padding-bottom: 16px;
  width: 100%;
}

.people-image {
  display: table-cell;
  text-align: center;
  width: 135px;
}
.people-text {
  display: table-cell;
  font-size: 14px;
  vertical-align: top;
}

.people-text h2 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}

.people-text-text {
  font-size: 12px;
}


/*Contact SALE*/

.contact-sale ul {
  display: table;
  width: 100%;
}

.contact-sale ul li {
	display: table-cell;
}

.contact-sale .people-image {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  width: 135px;
}


/*SHAREOFFERING*/

.return-page-div {
  margin: auto;
  width: 880px;
}

.returns-area {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fcfcfc;
  border-color: #cdcdcd #cdcdcd -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  padding-top: 20px;
  width: 100%;
}

.tabs {
  max-width: 920px;
}

.tabs ul {
  list-style: none outside none;
  margin: 0;
  max-width: 920px;
}

.tabs .selected {
  background: none repeat scroll 0 0 #fcfcfc;
  border-bottom: medium none;
  color: #293540;
}

.tabs ul li {
  background: none repeat scroll 0 0 #e6e6e6;
  border: 1px solid #cdcdcd;
  color: #333;
  float: left;
  font-family: 'Droid Sans',sans-serif;
  font-size: 18px;
  font-weight: normal;
  list-style: none outside none;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  width: 110px;
}
.tabs ul li:hover {
  background: none repeat scroll 0 0 #fcfcfc;
  border-bottom: medium none;
  color: #293540;
  cursor: pointer;
}

table#e {
	display: none;
}
table {
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
}

th {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #293540;
  border-color: #cdcdcd #cdcdcd #cdcdcd -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  color: #fff;
  font-family: 'Droid Sans',sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #cdcdcd #cdcdcd -moz-use-text-color;
  border-image: none;
  border-right: 1px solid #cdcdcd;
  border-style: none solid solid none;
  border-width: medium 1px 1px medium;
  color: #333;
  font-family: 'Droid Sans',sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px;
}

/*CONTACT PAGE*/

.main_page.fullsize {
  float: none;
  width: 100%;
}


.contactform10 .wdform_column {
  width: 50%;
}

.contactform10 .wdform_column {
  width: 40%;
}

div.wdform_section_break h2 {
	display: none;
}



/*FULLWIDTH*/
.postfullwidth {
  border: 1px solid #ccc;
  margin-top: 16px;
  padding: 16px;
}

.postfullwidth h1 {
  margin-top: 0;
}

/*FOOTER*/

footer {
  background-color: #293540;
  border-bottom: 7px solid #59595b;
  color: white;
  margin: auto;
  max-width: 980px;
  padding: 16px;
  width: 948px;
  position: relative;
}


footer a {
  color: white;
}

footer .blockdesc{
	width: 100%;
	float: left;
}

footer .blocksign {
  bottom: 2px;
  float: right;
  font-size: 11px;
  position: absolute;
  right: 7px;
  color: #8198E0;
}

footer .blocksign a {
  color: #8198E0;
}

footer .blocksign a:hover {

  color: #fff;
}




@media screen and (max-width: 768px){
.logo {
  display: table;
  float: none;
  margin: auto;
}

header {
  width: auto;
}

.mainmenu {
  float: none;
  font-size: 12px;
  margin: 28px auto auto;
  width: 700px;
}

.side {
	display: none;
}

footer {
  width: auto;
}

}


@media screen and (max-width: 480px){
.mainmenu ul li {
  background: none repeat scroll 0 0 white;
  border-bottom: 1px dashed #ccc;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}

.mainmenu ul li:hover {
  padding-left: 16px;
}

.main_page {
  float: none;
  width: 100%;
}

.mainmenu {
  width: 100%;
}

.people-image {
  display: block;
  margin: auto;
}

.people-text {
  display: block;
  margin-top: 16px;
}

.contact-sale ul li {
  display: table;
  margin: auto;
}

.contactform10 .wdform_section .wdform_column:last-child {
  display: none;
  padding-right: 0 !important;
}

.contactform10 .wdform_section_break {
  display: none;
}

}
/* Compatibility with the current WordPress comment form. */
.comment-form textarea { box-sizing: border-box; max-width: 100%; }
.comment-form input { max-width: 100%; }
