/*
Theme Name: Moose Child
Theme URI: http://demo.elated-themes.com/moose
Description: Moose Child thème pour Moine Menuiserie
Author: Studio B
Author URI: www.studiob-design.fr
Version: 1.0.0
Template: moose
*/

@import url("../moose/style.css");


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

body {
  line-height: 18px;
}

body .content, body .content.content_top_margin {
  margin-top: 0px !important;
}


body:not(.home) .content {
	padding-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  body .content, body .content.content_top_margin {
    margin-top: 0px !important;
  }
}

.blue-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #006BB4;
  z-index: 2000;
}

.blue-header:after {
  position: absolute;
  top: 49px;
  left: 0;
  content: '';
  height: 50px;
  width: 100%;
  background: url('img/bleu.png') bottom center;
  background-size: 100% 100px;
}

.blue-header .logo {
  z-index: 2100;
  height: 90px;
  width: 250px;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url('img/logo.png');
  transition: all .25s ease;
}

.blue-header .logo:hover {
  top: 27px;
  transition: all .25s ease;
}

.header-page {
  width: 100%;
  height: 450px;
  background-position: center center;
  background-size: 100% auto;
}

.header-search {
	background-image: url('img/slider-moine.jpg');
}

header {
  position: absolute;
  top: 450px;
  left: 0;
  height: 52px !important;
}

header .header_bottom  {
  height: 52px !important;
}

header .header_bottom #menu-principal > li > a {
	line-height: 52px !important;
}

@media only screen and (max-width: 1000px) {
	section.parallax_section_holder {
		height: 450px !important;
	}

  header {
    top: 450px !important;
    position: absolute !important;
    top: 450px;
    left: 0;
  }

  .header-page {
	  background-size: auto 500px;
  }

  .mobile_menu_button {
    height: 52px;
  }
  .mobile_menu {
    border: 1px solid #dfdfdf;
    border-top: none;
    text-transform: uppercase;
    font-size:
  }
  nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
  }
  nav.mobile_menu ul.sub_menu li a {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #BAB5B5;
  }
}

header .header_bottom {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

header .header_bottom #menu-principal > li {
  padding: 0 6px;
  position: relative;
}

header .header_bottom #menu-principal > li:not(:first-child):after {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 1px;
  height: 20px;
  background: #8caddb;
}

.drop_down .narrow .second .inner ul li {
	width: auto !important;
	min-width: 153px;
}

header .second .inner li:hover > a::before {
	width: 0px !important;
}

header .second .inner li:hover > a {
	padding-left: 0px !important;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* menu bois */

nav.main_menu > ul > li.menu-bois .item_inner {
  color: #9d6f49 !important;
}

nav.main_menu > ul > li.menu-bois:hover .item_inner, nav.main_menu > ul > li.active.menu-bois .item_inner, nav.main_menu > ul > li.active.menu-bois:hover .item_inner {
  background-color: #9d6f49;
  color: #fff !important;
}

/* menu alu */

nav.main_menu > ul > li.menu-alu .item_inner {
  color: #333333 !important;
}

nav.main_menu > ul > li.menu-alu:hover .item_inner, nav.main_menu > ul > li.active.menu-alu .item_inner, nav.main_menu > ul > li.active.menu-alu:hover .item_inner  {
  background-color: #333333;
  color: #fff !important;
}

/* menu pvc */

nav.main_menu > ul > li.menu-pvc .item_inner {
  color: #7e2510 !important;
}

nav.main_menu > ul > li.menu-pvc:hover .item_inner, nav.main_menu > ul > li.active.menu-pvc .item_inner, nav.main_menu > ul > li.active.menu-pvc:hover .item_inner  {
  background-color: #7e2510;
  color: #fff !important;
}

/* ---------------------------
------------------------------ ELEMENTS
--------------------------- */

h1 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px !important;
}

h1:before, h1:after {
  content: '-';
  padding: 15px;
  color: rgb(140, 175, 220);
}

h2 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

@media only screen and (max-width: 480px) {
	.content h2 {
	  font-size: 21px !important;
	}
}

@media only screen and (max-width: 600px) {
	h1:before, h1:after {
	  content: '-';
	  padding: 0px;
	  display: block;
	  color: rgb(140, 175, 220);
	}
}

@media only screen and (max-width: 768px) {
	.wpb_column + .wpb_column {
		padding-top: 20px;
	}
}

nav.mobile_menu ul>li.has_sub>span.mobile_arrow {
	width: 100%;
}

input.wpcf7-submit {
	background-color: #8caddb !important;
	border-radius: 12px !important;
	border: none !important;
	z-index: 0;
}

input.wpcf7-submit:hover {
	background-color: #0069b4 !important;
	color: white !important;
}

.qbutton {
	border-radius: 12px;
}

.pagination {
	width: 100%;
	display:block;
	clear: both;
	text-align: center;
}

.pagination li span, .pagination li a {
	z-index: 0;
	border-radius: 12px;
}

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

footer .footer_inner {
	background-size: cover;
	background-position: center center;
}

.footer_bottom_holder .two_columns_50_50 .column_inner {
  padding: 10px 50px !important;
}

.footer_top .column2, .footer_top .column3 {
	text-align: center;
}

.footer_top p {
	min-height: 150px;
}

@media only screen and (min-width: 768px) {
  .footer_top .column4 span {
    display: inline-block;
    margin-left: 22px;
    text-indent: -22px;
  }
}

.footer_top .widget h4 {
  padding-bottom: 5px;
  text-align: center;
  background: url('img/footer-line.png') bottom center no-repeat;
}

a.footer-link {
	display: block;
	text-align: center;
	padding-top: 10px;
}

a.footer-link:before {
	content: '>';
	font-size: 21px;
	position: relative;
	top: 3px;
	left: 0;
  	padding-right: 5px;
	font-family:'Alex Brush', 'Karla', arial;
	transition: all .25s ease;
}

a.footer-link:hover:before {
	left: 2px;
	transition: all .25s ease;
}

.footer_top i {
	color: #006aaf;
}

@media only screen and (max-width: 600px) {
	.footer_top p {
		min-height: auto;
	}
}

.footer_top img {
	filter: grayscale(100%);
	transition: all .75s ease;
	display: inline-block;
	padding-top: 5px;
}

.footer_top img:hover {
	filter: grayscale(0%);
	transition: all .75s ease;
}

.footer_top .column3 img {
	filter: invert(100%) grayscale(100%);
}

.footer_top .column3 img:hover {
	filter: invert(0%) grayscale(0%);
}

/* ---------------------------
------------------------------ HOME PAGE
--------------------------- */

body.home .full_width_inner {
  background: url('img/bg-plan-menuiserie.jpg') no-repeat center center;
  background-size: cover;
}

.section-separator h2 {
  color: #868686;
}

.section-separator > div .vc_column_container {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.section-separator > div .vc_column_container {
	  margin-bottom: 50px;
	}
}

.section-separator .eltd_image_with_text_over {
	z-index: 10;
}

/* .section-separator > div .vc_column_container:not(:first-child) {
  border-left: 1px solid #4f90c7;
} */

.section-separator > div .vc_column_container:not(:first-child):before {
  content: '';
  height: calc(100% - 36px);
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4f90c7;
   clear: both;
    display: block;
}

.section-separator > div .vc_column_container:first-child .eltd_image_with_text_over {
  border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
}

.section-separator > div .vc_column_container:last-child .eltd_image_with_text_over {
  border-radius: 0 12px 12px 0px;
}

@media only screen and (max-width: 768px) {
/*  .section-separator > div .vc_column_container:not(:first-child) {
    border-left: none;
  }
*/

  .section-separator > div .vc_column_container:not(:first-child):before {
    display: none;
  }

  .section-separator > div .vc_column_container .eltd_image_with_text_over {
    border-radius: 12px 12px 12px 12px !important;
  }
}

.section-home-main > div .vc_column_container h2 {
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.section-home-main > div .vc_column_container:first-child h2 {
  background-image: url('img/home-bg-title-bois.png');
  color: #9d6f49;
}

.section-home-main > div .vc_column_container:nth-child(2) h2 {
  background-image: url('img/home-bg-title-alu.png');
  color: #333333
}

.section-home-main > div .vc_column_container:last-child h2 {
  background-image: url('img/home-bg-title-pvc.png');
  color: #7e2510;
}

/* recherche */

.section-search {
  text-align: center;
}

.section-search h2 {
  font-size: 18px;
  padding-bottom: 20px;
}

.section-search #searchform {
  max-width: 330px;
  border: none;
}

.section-search #searchform input[type="text"] {
  border-top: 1px solid #cecfcf;
  border-bottom: 1px solid #cecfcf;
  background-color: #fff;
  width: 85%;
  color: #7a7b7a;
    height: 30px;
}

.section-search #searchform input[type="submit"] {
  border: none;
  color: #cecfcf;
  font-size: 18px;
  height: 30px;
	line-height: 30px;
}

.section-search #searchform input[type="submit"]:hover {
  font-size: 21px;
}

/* map */

.section-map {
	background: url('img/home-map.png') center center no-repeat;
    background-size: 1100px !important;
    height: 350px;
    margin-top: -120px;
	padding: 0;
	position: relative;
	z-index: 0;
}

/* slider */

.eltd_slider, .eltd_slider #eltd-home, .eltd_slider .item {
  height: 450px !important;
}

.carousel-inner .item .image {
  background-position: center center;
}

.carousel-inner .item h3 {
  text-align: center;
  position: relative;
  top: 80px;
  font-size: 20px !important;
}

.carousel-inner .item h2 {
  text-align: center;
  position: relative;
  bottom: 50px;
  font-family: 'Alex Brush', 'Karla', 'Arial';
  text-transform: none;
  font-weight: normal;
  font-size: 75px !important;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 40px !important;
}
.carousel-inner .item h2 a {
  color: white;
}

.carousel-inner .item .el:only-child h2 em {
	font-family: 'Karla', 'Arial';
	font-size: 45px;
	font-style: normal;
	text-transform: uppercase;
}

.carousel-inner .item .el:only-child h2{
	bottom: 0;
}

.carousel-control .next_nav > span:not(.numbers), .carousel-control .prev_nav > span:not(.numbers) {
  border: none;
}

.carousel-control .prev_nav .arrow_carrot-left:before, .carousel-control .next_nav .arrow_carrot-right:before {
  content: '';
}

.carousel-control .prev_nav {
  background: url('img/arrow-left.png') center center no-repeat;
}

.carousel-control .next_nav {
  background: url('img/arrow-right.png') center center no-repeat;
}

@media only screen and (max-width: 567px) {
	.carousel-control {
		display: block;
	}

	.carousel-inner .item h2 {
		font-size: 55px !important;
		bottom: 20px;
	}

	.carousel-inner .item h3 {
		font-size: 18px !important;
    margin-bottom: -70px !important;
	}
}

@media only screen and (max-width: 1000px) {
  .carousel-inner {
    transform: translateY(0) !important;
  }
}

.eltd_slide-svg-holder {
	max-height: 290px;
}

/* ---------------------------
------------------------------ PAGE MENUISERIE
--------------------------- */

.atelier-row {
  background-size: auto 100% !important;
  background-position: center center;
}

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


.page-id-51 .content .content_inner > .full_width > .full_width_inner {
	padding-top: 0px !important;
}

input[type="text"].wpcf7-form-control, input[type="email"].wpcf7-form-control {
	font-size: 14px;
	padding: 8px 40px 8px 10px !important;
	margin-bottom: 15px;
}

textarea.wpcf7-form-control {
	font-size: 14px;
	padding: 8px 40px 8px 10px !important;
	height: 120px;
	margin-bottom: 20px;
}

/* ---------------------------
------------------------------ RECHERCHE
--------------------------- */



.search .blog_holder article, .archive .blog_holder article {
	width: 30%;
	margin: 10px;
	vertical-align: top;
	background-size: cover;
	color: #fff;
	border-radius: 12px;
	background-blend-mode: luminosity;
	background-color: #cecfcf;
	border: none;
	overflow: hidden;
	z-index: 0;
}

.search article .post_content_holder, .archive article .post_content_holder {
	background-color: rgba(0,106,175,0.8);
}

.search .blog_holder article a, .search .blog_holder article a:hover, .archive .blog_holder article a, .archive .blog_holder article a:hover {
	color: #fff;
}

.search .blog_holder article .post_content_holder, .archive .blog_holder article .post_content_holder {
	min-height: 215px;
	padding: 15px;
	width: auto;
}

@media only screen and (max-width: 768px) {
	 .search .blog_holder article, .archive .blog_holder article {
		width: 100%;
	 }
}

/* reset */

.search .blog_holder.blog_standard_type article, .archive .blog_holder.blog_standard_type article {
	padding-bottom: 0px;
}

.search.search-results .blog_title_post_info_holder > .post_text > .post_text_inner, .archive .blog_title_post_info_holder > .post_text > .post_text_inner {
	padding: 0 !important;
}

.search .blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .blog_title_post_info_holder, .archive .blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .blog_title_post_info_holder {
	margin: 0;
}

.search .blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .blog_title_post_info_holder .post_text, .archive .blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .blog_title_post_info_holder .post_text {
	padding: 0;
}

.search.search-results .post .blog_title_post_info_holder, .archive .post .blog_title_post_info_holder {
	padding: 0;
}

.search.search-results .post .post_content_holder > .post_text .post_text_inner, .archive .post .post_content_holder > .post_text .post_text_inner {
	padding: 0;
}

.search .blog_holder article h2, .archive .blog_holder article h2 {
	padding: 0;
}

/* ---------------------------
------------------------------ PORTFOLIO
--------------------------- */

/* GRID */

.portfolio_main_holder article .item_holder {
  border-radius: 12px;
  z-index: 0;
}

.projects_holder_outer {
	margin-top: 30px;
}

.portfolio_main_holder .portfolio_description  {
	padding: 10px 0px !important;
	text-align: center;
}

.portfolio_main_holder .portfolio_shader {
	display: none;
}

.portfolio_main_holder article .item_holder .image img {
	transition: all .25s ease;
}
.portfolio_main_holder article .item_holder .image {
  height: 0;
  padding-bottom: 100%;
}

.portfolio_main_holder article:hover .item_holder .image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	transition: all .25s ease;
}

/* SINGLE */

.portfolio_gallery a {
	height: 250px;
}

.portfolio_gallery a img {
	z-index: 0;
}

img.landscape {
  min-height: 100%;
  min-width: auto;
}
img.portrait {
  min-width: 100%;
  min-height: auto;
}

.portfolio_gallery a:first-child img {
  border-top-left-radius: 12px;
}

.portfolio_gallery a:nth-child(3) img {
  border-top-right-radius: 12px;
}

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

  .portfolio_gallery a:nth-child(2) img {
    border-top-right-radius: 12px;
  }

  .portfolio_gallery a:nth-child(3) img {
    border-top-right-radius: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .portfolio_gallery a:first-child img {
    border-top-right-radius: 12px;
  }

  .portfolio_gallery a:last-child img {
    border-radius: 0px 0px 12px 12px;
  }

  .portfolio_gallery a:nth-child(2) img {
    border-top-right-radius: 0px;
  }
}

.button-back-container {
	clear: both;
}

a.button-back {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #cfcfd0;
  border-radius: 12px;
  color: #cfcfd0;
  text-transform: uppercase;
  transition: all .5s ease;
  z-index: 0;
}

 a.button-back:before {
   content: '<';
   padding-right: 5px;
   clear:both;
	font-size: 21px;
	position: relative;
	right: -1px;;
	top: 2px;
	font-family:'Alex Brush', 'Karla', arial;
	transition: all .25s ease;
}

 a.button-back:hover:before {
	right: 1px;
	transition: all .25s ease;
}

 a.button-back:hover {
   color: #888888;
   border-color: #888888;
   transition: all .5s ease;
 }

 .portfolio_single.gallery .portfolio_container {
	padding-left: 0;
	padding-right: 0;
}

 .single-portfolio_page div.info {
	border-bottom: none;
	padding: 0px 0px 15px 0px !important;
	min-height: auto;
 }

.single-portfolio_page div.info * {
	float: none;
	width: 100%;
}

.portfolio_detail .info .info_section_title {
	color: #006ab5;
}


/* ---------------------------
------------------------------ FOURNISSEURS
--------------------------- */

.fournisseur {
	padding-top: 15px;
	padding-bottom: 15px;
}

.fournisseur > div > div {
	border: 1px solid #dfdfdf;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
	z-index: 0;
}

.fournisseur .wpb_single_image {
	filter: grayscale(100%);
	display: inline-block;
	transition: all .5s ease;
}

.fournisseur .wpb_single_image:hover {
	filter: grayscale(0%);
	transition: all .5s ease;
}
