@import url("css/editor.css");
/*

	Theme Name:  menuiserie-cornely.com
	Theme URI: http://www.wangen.be/
	Description: Schreinerei Cornely Theme based on H5 theme from Jeff Starr
	Version: 1.0
	Author: Pascal Wangen
	Author URI: http://www.wangen.be/

*/
/*========================================*/
/*================ LAYOUT ================*/
/*========================================*/
/* Bootstrap Override */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 20px;
  padding-left: 20px;
}
.img-thumbnail {
    background-color: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 0;
    padding: 2px;
}
/* Global */
.services-content,
span,
input[type="submit"],
a {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
html body { background: #af483b; min-width: 1200px; }
.container {
	width: 1170px !important;
	position: relative;
}
.lnk-cta {
	display: block;
	color: #fff;
	padding: 0 50px 0 15px;
	font-size: 1.5rem;
	line-height: 50px;
	background: #cd5343 url("images/lnk-cta.png") no-repeat right 15px center ;
	border: none;
}
.lnk-cta:active,
.lnk-cta:focus,
.lnk-cta:hover {
	color: #fff;
	background-color: #333;
}
/* Clearfix */
.clearfix:after,
.row:after,
.container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix,
* html .container,
* html .container           { zoom: 1; } /* IE6 */
*:first-child+html .clearfix,
*:first-child+html .container,
*:first-child+html .container { zoom: 1; } /* IE7 */
/* List Resets */
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*========================================*/
/*================ HEADER ================*/
/*========================================*/
#header { background: #f8f8f8; border-bottom: 1px solid #f0f0f0; }
#header .container {
	height: 160px;
	z-index: 100;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px 20px;
	width: 240px;
	z-index: 10;
}
#logo a {
	display: block;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 100%;
}
#logo a img {
	display: block;
	width: 100%;
}
#logo span {
	display: none;
	text-indent: -9999px;
}
/* Languages */
#languages {
	display: none;
	font-size: 0.8125em;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 20px;
}
#languages a,
#languages .separator {
	color: #ccc;
}
#languages a:active,
#languages a:focus,
#languages a:hover { color: inherit; }
/*========================================*/
/*============= NAVIGATION ===============*/
/*========================================*/
#nav-header ul {
	float: right;
	height: 160pox;
	background: url("images/nav-header-separator.png") no-repeat left;
	padding-left: 1px;
	margin: 0;
}
#nav-header li {
	float: left;
	background: url("images/nav-header-separator.png") no-repeat right;
	padding-right: 1px;
}
#nav-header li a {
	display: block;
	color: inherit;
	padding: 0 35px;
	padding-top: 80px;
	line-height: 80px;
	text-transform: uppercase;
	background: url("images/nav-header-bg.png") repeat-x top;
}
.single-services #nav-header li.menu-services a,
.single-references #nav-header li.menu-references a,
#nav-header li.current-menu-item a,
#nav-header li.current_page_item a,
#nav-header li a:active,
#nav-header li a:focus,
#nav-header li a:hover {
	color: #000;
	background-color: #f0f0f0;
}
/* DARK HEADER*/
#header { color: #fff; background: #222; border-bottom: 1px solid #111; }
#nav-header ul { background: url("images/nav-header-separator-dark.png") no-repeat left; }
#nav-header li { background: url("images/nav-header-separator-dark.png") no-repeat right; }
#nav-header li a { background: url("images/nav-header-bg-dark.png") repeat-x top; }
.single-services #nav-header li.menu-services a,
.single-references #nav-header li.menu-references a,
#nav-header li.current-menu-item a,
#nav-header li.current_page_item a,
#nav-header li a:active,
#nav-header li a:focus,
#nav-header li a:hover {
	color: #fff;
	background-color: #2f2f2f;
}
/*========================================*/
/*================ STAGE =================*/
/*========================================*/
#stage {
	height: 260px;
	background: #fff url("images/headers/default.jpg") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*========================================*/
/*================= MAIN =================*/
/*========================================*/
#main { background: #fff; padding: 60px 0; }
/*========================================*/
/*================= HOME =================*/
/*========================================*/
.home #stage {
	height: 400px;
	padding-top: 240px;
	box-sizing: border-box;
}
.home h1 {
	font-size: 3em;
	line-height: 1.1em;
	color: #fff;
	background: #222222;
	background: rgba(34,34,34,0.9);
	margin: 0;
	padding: 10px 20px;
}
#black-studio-tinymce-2,
#black-studio-tinymce-3 {
	font-size: 1.25em;
	line-height: 1.375em;
	margin-bottom: 60px;
}
/* Testimonials */
.testimonial-container {
	border-top: 1px solid #e8e8e8;
	padding-top: 40px;
}
.testimonial-container h2 {
	border: none;
	margin-bottom: 20px;
}
.testimonial-text {
	color: #999;
	font-size: 1.125em;
	line-height: 1.375em;
	font-style: italic;
	margin: 0 0;
	padding: 0;
	quotes: "\201C""\201D""\2018""\2019";
}
.testimonial-text:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.testimonial-text p {
  display: inline;
}
.testimonial-author {
	font-size: 0.875em;
	line-height: 1.375em;
	text-align: right;
	padding-top: 20px;
}
/*========================================*/
/*================ NEWS ==================*/
/*========================================*/
.news-title { color: #CD5343; }
.news-list {
	margin-bottom: 60px;
}
.news-list .news-item a {
	display: block;
	color: #CD5343;
	margin-bottom: 20px;
}
.news-list .news-item a:focus,
.news-list .news-item a:active,
.news-list .news-item a:hover { color: inherit; }
.news-list .news-item h3 {
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}
.news-list .news-item img {
	float: left;
	width: 100px;
	margin-right: 20px;
}
.news-list .news-item .excerpt {
	font-size: 0.8em;
}
/*========================================*/
/*=============== SIDEBAR ================*/
/*========================================*/
.sidebar h2 {
	color: #cd5343;
	padding-bottom: 0;
	border-bottom: none;
	margin-top: 0;
}
/* Subnav */
#subnav ul {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 30px;
}

#subnav ul li a {
	display: block;
	color: inherit;
	border-bottom: 1px solid #e8e8e8;
	padding: 8px 0;
}
#subnav ul li.selected a,
#subnav ul li a:active,
#subnav ul li a:focus,
#subnav ul li a:hover {
	color: #000;
	background: #f5f5f5;
	padding: 8px;
}
/*========================================*/
/*================ PAGES =================*/
/*========================================*/
.page-thumbnails {
	padding-top: 40px;
}
.page-thumbnail {
	display: block;
}

/*========================================*/
/*============= REFERENCES ===============*/
/*========================================*/
.references-title {
	min-height: 81px;
	position: relative;
}
.references-title h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.references-thumbnail {
	display: block;
	margin-bottom: 20px;
}
/*========================================*/
/*=============== PERSONS ================*/
/*========================================*/
.persons-list {
	
}
.persons-item {
	padding-top: 15px;
	border-top: 1px solid #e8e8e8;
	margin-top: 15px;
}
.persons-item:first-child {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}
/*.persons-list img {
	display: block;
	width: 40%;
	float: left;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
.persons-list .person-info {
	display: block;
	/*width: 60%;
	float: left;
	padding-right: 20px;*/
}
.persons-list .person-info .person-job {
	font-size: 0.875em;
	margin-bottom: 10px;
}

/*========================================*/
/*============== SERVICES ================*/
/*========================================*/
/* Detail */
.services-image a {
	display: block;
}
.services-image span {
	display: block;
	color: #fff;
	padding: 0 50px 0 15px;
	font-size: 1.5rem;
	line-height: 50px;
	background: #333 url("images/lnk-images.png") no-repeat right 15px center ;
	margin-top: 20px;
}
.services-image :active span,
.services-image :focus span,
.services-image :hover span {
	color: #fff;
	background-color: #000;
}
.single-services .lnk-cta {
	margin-bottom: 20px;
}
.services-partners {

}
.services-partners img {
	display: block;
	margin: 30px auto 0 0;
}
/* List */
.services-list {
	margin-bottom: 20px;
}
.services-list .services-item {
	color: #fff;
	font-size: 0.875em;
	line-height: 1.375em;
	background: #272020 center;
	height: 140px;
	margin-bottom: 40px;
	position: relative;
	cursor: pointer;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.services-list .services-item a {
	color: inherit;
	display: block;
	height: 100%;
	width: 100%;
}
.services-list .services-item a:hover {
}
.services-list .services-content {
	text-transform: uppercase;
	width: 60%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #222;
}
.services-list a:hover .services-content {
	background: #CD5343;
}
.services-list .services-content h2 {
	color: inherit;
	font-size: 1.25rem;
	line-height: 1.1em;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 5px;
	margin-top: 0;
}
.services-list .services-item .service-shorttext {
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}
.services-list .services-item :active .lnk-more,
.services-list .services-item :focus .lnk-more,
.services-list .services-item :hover .lnk-more {
	
}
/*========================================*/
/*=============== CONTACT ================*/
/*========================================*/
#map-canvas {
	width: 100%;
	height: 400px;
	background-color: #e8e8e8 !important;
}
/* Hide Google Maps Infowindow Close Button*/
.gm-style-iw + div { display: none; }
.page-kontakt #stage {
	height: 400px;
	background: #e8e8e8;
	clear: both;
}
/* Contact Form */
.vfb-section {
	list-style: none;
	padding: 0;
	margin: 0;
}
h2.form-title {
	color: #fff;
}

.section-contact .wpcf7-list-item,
.section-contact .checkbox label {
	display:block !important;
	margin:0 !important;
}
.section-contact .checkbox input[type="checkbox"] {
	position:relative !important;
}
/*========================================*/
/*================ FOOTER ================*/
/*========================================*/
#footer {
	color: #e8bdb7;
	background: #cd5343;
}
#footer .footer-widgets {
	padding: 30px 0;
}
#footer strong {
	font-weight: inherit;
}
#footer a { color: #e8bdb7; }
#footer a:active,
#footer a:focus,
#footer a:hover { color: #fff; }
#footer h3 {
	color: #fff;
	margin-bottom: 15px;
}
/* Copyright */
#copyright {
	color: #e8bdb7;
	font-size: 0.8125em;
	text-align: center;
	background: #af483b;
	line-height: 40px;
}
#copyright a { color: #e8bdb7; }
#copyright a:active,
#copyright a:focus,
#copyright a:hover { color: #fff; }

