/*
Theme Name:     Replicad
Theme URI:      http://www.replicad.nl/
Description:    3D Print & 3D Scan
Author:         Webdesign Tilburg
Author URI:     webdesigntilburg.nl
Template:       wordpress-bootstrap-master
Version:        1.0
*/
 
@import url("../wordpress-bootstrap-master/style.css");


@font-face {
    font-family: 'Neotech';
    src: url('fonts/NeoTech Light-webfont.eot');
    src: url('fonts/NeoTech Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NeoTech Light-webfont.woff2') format('woff2'),
         url('fonts/NeoTech Light-webfont.woff') format('woff'),
         url('fonts/NeoTech Light-webfont.ttf') format('truetype'),
         url('fonts/NeoTech Light-webfont.svg#neotechregular') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Neotech';
    src: url('fonts/NeoTech-webfont.eot');
    src: url('fonts/NeoTech-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NeoTech-webfont.woff2') format('woff2'),
         url('fonts/NeoTech-webfont.woff') format('woff'),
         url('fonts/NeoTech-webfont.ttf') format('truetype'),
         url('fonts/NeoTech-webfont.svg#neotechregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neotech';
    src: url('fonts/NeoTech Italic-webfont.eot');
    src: url('fonts/NeoTech Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NeoTech Italic-webfont.woff2') format('woff2'),
         url('fonts/NeoTech Italic-webfont.woff') format('woff'),
         url('fonts/NeoTech Italic-webfont.ttf') format('truetype'),
         url('fonts/NeoTech Italic-webfont.svg#neotechitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Neotech';
    src: url('fonts/NeoTech Medium-webfont.eot');
    src: url('fonts/NeoTech Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NeoTech Medium-webfont.woff2') format('woff2'),
         url('fonts/NeoTech Medium-webfont.woff') format('woff'),
         url('fonts/NeoTech Medium-webfont.ttf') format('truetype'),
         url('fonts/NeoTech Medium-webfont.svg#neotechregular') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neotech';
    src: url('fonts/NeoTech Medium Italic-webfont.eot');
    src: url('fonts/NeoTech Medium Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NeoTech Medium Italic-webfont.woff2') format('woff2'),
         url('fonts/NeoTech Medium Italic-webfont.woff') format('woff'),
         url('fonts/NeoTech Medium Italic-webfont.ttf') format('truetype'),
         url('fonts/NeoTech Medium Italic-webfont.svg#neotechitalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Neotech';
    src: url('fonts/NeoTech Bold-webfont.eot');
    src: url('fonts/NeoTech Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NeoTech Bold-webfont.woff2') format('woff2'),
         url('fonts/NeoTech Bold-webfont.woff') format('woff'),
         url('fonts/NeoTech Bold-webfont.ttf') format('truetype'),
         url('fonts/NeoTech Bold-webfont.svg#neotechbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neotech';
    src: url('fonts/NeoTech Bold Italic-webfont.eot');
    src: url('fonts/NeoTech Bold Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NeoTech Bold Italic-webfont.woff2') format('woff2'),
         url('fonts/NeoTech Bold Italic-webfont.woff') format('woff'),
         url('fonts/NeoTech Bold Italic-webfont.ttf') format('truetype'),
         url('fonts/NeoTech Bold Italic-webfont.svg#neotechbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

body {
	color: #6a6868;
	font-family: 'Neotech';
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	padding-top: 112px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 25px 0;
}

ul, ol {
	margin-bottom: 25px;
	padding: 0 0 0 14px;
}

a {
	color: #963429;
}

a:hover {
	color: #d98a2b;
}

a:focus {
	border: none;
	outline: none;
}

img {
	max-width: 100%;	
}

p:not(.file) {
	margin: 0 0 25px 0;
}

.lead {
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	margin-bottom: 25px;
}

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

.button-orange {
	background: #d98a2b;
	border-bottom: 3px solid #c27d28;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
}

.button-orange:hover, .button-orange:active, .button-orange:focus {
	background: #c27d28;
	border-bottom: 3px solid #a96d23;
	color: #fff;
	text-decoration: none;
}

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

.navbar-brand {
	font-size: 15px;
	font-weight: bold;
	height: auto;
	padding: 5px 0;
	text-transform: uppercase;
}

.navbar-default {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #e1e1e1;
	padding: 22px 0;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #6a6868;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 0;
	text-transform: uppercase;
	margin-left: 25px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	border-bottom: 2px solid #d98a2b;
	color: #d98a2b;
}

#menu-main {
	float: right;
	margin-top: 22px;
}
.menu-item:last-child a {
padding: 10px 15px 8px !important;
background-color: #963429 !important;
border-bottom: 3px solid #67150c !important;
color:white !important;
margin-top: -5px;
}
.menu-item:last-child a:hover {
padding: 10px 15px 8px !important;
background-color: #8e2013 !important;
border-bottom: 3px solid #67150c !important;
color:white !important;
margin-top: -5px;
}
div.gilidPanel {
	z-index: 9999;
}

.gilidPanel-opener {
	display: none;
}

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

.top-footer {
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	padding: 50px 0 25px 0;
}

.top-footer .slogan {
	color: #d98a2b;
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
}

.top-footer .streepje {
	height: 106px;
	border-right: 2px solid #d98a2b;
}

.mid-footer {
	background: url('images/grey-circle-pattern.jpg') #f5f5f5;
	border-bottom: 2px solid #ccc;
	padding: 60px 0 36px 0;
}

.mid-footer h2 {
	text-transform: uppercase;
	margin-top: 10px;
}

input {
	border: 1px solid #ccc;
	line-height: 17px;
	padding: 18px 10px;
	width: 100%;
	font-size: 15px;
}

.mid-footer .your-name input {
	background: url('images/name-icon.png') no-repeat #fff;
	background-position: 10px center;
	padding: 18px 10px 18px 40px;
}

.mid-footer .your-phone input {
	background: url('images/phone-icon.png') no-repeat #fff;
	background-position: 12px center;
	padding: 18px 10px 18px 36px;
}

.wpcf7-not-valid {
	border: 1px solid #963429;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-submit {
	background: #d98a2b;
	border: none;
	border-bottom: 3px solid #c27d28;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 19px 30px 15px 30px;
	text-transform: uppercase;
	max-width: 270px;
}

.wpcf7-submit:hover {
	background: #c27d28;
	border-bottom: 3px solid #a96d23;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 15px;
}

div.wpcf7-mail-sent-ok {
	border: none;
}

.wpcf7-validation-errors {
	display: none !important;
}

.bottom-footer {
	background: #313946;
	color: #fff;
}

.bottom-footer .right {
	width: 50%;
	float: left;
	margin-top: 40px;
}

.bottom-footer .right .widget {
	min-width: 50px;
	float: left;
	margin-left: 80px;
}

.bottom-footer .right-footer {
	width: 50%;
	float: left;
	padding: 50px 0;
}

.bottom-footer .right .james {
	float: left;
	margin-left: 120px;
}

.bottom-footer .right .james p {
	margin-bottom: 0;
}

.bottom-footer a {
	color: #fff;
}

.bottom-footer a:hover {
	color: #d98a2b;
	text-decoration: none;
}

.facebook:before {
	font-family: "Font Awesome 5 Brands";
	font-weight: bold;
	content: "\f39e";
	color: #d98a2b;
	margin: 0 10px 0 0;
}

.twitter:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f099"; 
	color: #d98a2b;
	margin: 0 10px 0 0;
}

/*----------
	HOMEPAGE
-----------*/

.homepage-slider-wrapper {
	/*background: url('images/homepage-hero.jpg') fixed no-repeat center;*/
	/*color: #fff;*/
	padding: 150px 0;
	text-align: center;
}

.homepage-slider-wrapper h1 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	text-transform: uppercase;
}

.homepage-slider-wrapper p {
	font-size: 24px;
	font-weight: 100;
	line-height: 40px;
	margin-bottom: 40px;
}

.homepage-slider-wrapper a {
	color: #fff;
}

.homepage-white-wrapper {
	background: #fff;
	padding: 50px 0;
}

.button-wrapper .left, .button-wrapper .right {
	width: 47% !important;
	margin-bottom: 20px;
}

.button-wrapper .left {
	float: left;
}

.button-wrapper .right {
	float: right;
}
.homepage-readmore-buttons a{margin-bottom:10px;}

.werkwijze-wrapper {
	background: url('images/homepage-werkwijze-bg.jpg') fixed no-repeat top center #2e3642;
	color: #f9ebbc;
	padding: 50px 0 70px 0;
	text-align: center;
}

.stappenplan {
	text-align: left;
	margin-top: 130px;
}

.stappenplan .stap-left .stap-content {
	border-top: 2px solid #f9ebbc;
	padding: 20px 50px 50px 0;
	position: relative;
}

.stappenplan .stap-content p:last-child {
	margin-bottom: 0;
}

.stappenplan .stap-right .stap-content {
	border-top: 2px solid #f9ebbc;
	padding: 20px 0 50px 50px;
	position: relative;
}

.stappenplan .stap-left {
	width: 50%;
	float: left;
	margin-top: -60px;
}

.stappenplan .stap-left .stap-content:after {
	width: 40px;
	top: -20px;
	right: -20px;
	line-height: 36px;
	position: absolute;
	height: 40px;
	text-align: center;
	background: #2e3642;
	border: 2px solid #f9ebbc;
	border-radius: 20px;
}

.stappenplan .stap-left .stap-content:before {
	content: "";
	width: 2px;
	top: 0;
	right: -1px;
	position: absolute;
	height: 100%;
	background: #f9ebbc;
}

.stappenplan .stap-right .stap-content:after {
	background: #2e3642;
	border: 2px solid #f9ebbc;
	border-radius: 20px;
	width: 40px;
	top: -20px;
	left: -20px;
	line-height: 36px;
	position: absolute;
	height: 40px;
	text-align: center;
}

.stappenplan .stap-right .stap-content:before {
	content: "";
	width: 2px;
	top: 0;
	left: -1px;
	position: absolute;
	height: 100%;
	background: #f9ebbc;
}

.stappenplan .stap-4 .stap-content:before {
	display: none;
}

.stappenplan .stap-right {
	width: 50%;
	float: right;
	margin-top: -60px;
}

.stappenplan .stap-1 .stap-content:after {
	content: "1";
}

.stappenplan .stap-2 .stap-content:after {
	content: "2";
}

.stappenplan .stap-3 .stap-content:after {
	content: "3";
}

.stappenplan .stap-4 .stap-content:after {
	content: "4";
}

.stappenplan .stap-4 .stap-content {
	border-left: none;
}

.stappenplan .stap-left h4 {
	margin: 0 0 20px 0;
}

.stappenplan .stap-right h4 {
	margin: 0 0 20px 50px;
}

.homepage-recente-opdrachten-wrapper {
	background: url('images/grey-circle-pattern.jpg') #f5f5f5;
	color: #6a6868;
	padding: 50px 0 70px 0;
	text-align: center;
}

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

.page-red-wrapper {
	background-color: #963429;
	background-size:cover;
	background-position:center center;
	color: #fff;
	padding: 20px 0 30px 0;
	text-align: center;
}

.page-red-wrapper h1 {
	color: #fff;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

.page-white-wrapper {
	background: #fff;
	padding: 50px 0;
}

.page-grey-pattern-wrapper {
	background: url('images/grey-circle-pattern.jpg') #f5f5f5;
	border-top: 2px solid #ccc;
	color: #6a6868;
	padding: 70px 0;
	text-align: center;
}

.page-template-page-offerte .page-grey-pattern-wrapper {
	padding: 70px 0 45px 0;
}

.white-block {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	padding: 10px 20px;
}

.white-block:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.18);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.18);
}

.white-block, .white-block img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.white-block:hover img {
  -webkit-transform: translateY(-8px) rotateY(180deg);
     -moz-transform: translateY(-8px) rotateY(180deg);
       -o-transform: translateY(-8px) rotateY(180deg);
      -ms-transform: translateY(-8px) rotateY(180deg);
          transform: translateY(-8px) rotateY(180deg);
     -moz-transform: translateY(-8px) rotateY(180deg);
}

.check li:before {
	font-family: "entypo",sans-serif;
	content: "✓";
	color: #d98a2b;
	margin: 0 10px 0 -20px;
	font-size: 24px;
}
.check li {
	list-style: none;
	margin-left: 10px;
	padding-left: 0;
}

.page-template-page-3d-scan-print .werkwijze-wrapper .col-sm-3 p {
	text-align: justify !important;
	-moz-text-align-last: center;
    text-align-last: center;
}

.page-template-page-waarom-ons .page-grey-pattern-wrapper {
	padding: 82px 0 70px 0;
}

/*----------
	PROJECTEN
-----------*/

.project-thumb {
	background: #fff;
	color: #6a6868;
	display: block;
	font-size: 15px;
	margin: 0 auto 40px auto;
	max-width: 370px;
}

.project-thumb:hover {
	text-decoration: none;
}

.project-thumb h3 {
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	padding: 15px 0;
}

.project-iframe {
	background-color: #fff;
}
.wp-caption-text{
	height:50px;
}

/*----------
	OFFERTE
-----------*/

select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	height: 54px;
	background: #fff;
}

textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	height: 526px;
}

input[type=file]
{
	background-color: #FFF;
}

form.wpcf7-form span.info {display:block;text-align:left;font-size: 15px;}
form.wpcf7-form span.resetFile {position: relative;top:-74px;height:30px;width:30px;right:10px;float:right;background-color:#FFF;}

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

div.gilidPanel .gilidPanel-wrap h2.widgettitle {
	padding: 0;
	margin: 0;
}

.gilidPanel-wrap .open-gilidpanel {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	text-decoration: none !important;
}

div.gilidPanel .gilidPanel-wrap a {
	text-decoration: underline;
}

div.gilidPanel .gilidPanel-wrap a:hover {
	text-decoration: none;
}

div.gilidPanel .gilidPanel-wrap .button-orange {
	padding: 10px 5px;
	width: 100%;
	text-decoration: none;
}

div.gilidPanel .gilidPanel-wrap .button-orange:hover {
	background: #c27d28;
	border-bottom: 3px solid #a96d23;
	color: #fff;
	text-decoration: none;
}

/** WDT **/
.post_content {font-family:'Roboto', sans-serif;}
input[type="date"] {line-height:17px;max-height:55px;}

@media (max-width: 1199px) {
	/* FOOTER */
	.bottom-footer .right .widget, .bottom-footer .right .james {
		margin-left: 30px;
	}
	
	.button-wrapper .left, .button-wrapper .right {
		width: auto !important;
		min-width: 260px;
	}
	
	.button-wrapper .left {
		float: none;
	}
	
	.button-wrapper .right {
		float: none;
	}
	
	form.wpcf7-form span.resetFile {top:-104px;}
}

@media (max-width: 991px) {
	/* FOOTER */
	.bottom-footer .right .widget, .bottom-footer .right .james {
		margin-left: 20px;
	}
	.mid-footer h2 {
		font-size: 23px;
		margin-top: 15px;
	}
	.mid-footer .wpcf7-submit {
		font-size: 13px;
	}
	.navbar-default .navbar-nav > li > a {
		margin-left: 18px;
	}
}

@media (max-width: 767px) {
	.hide-mobile {
		display: none;
	}
	.text-align-center-mobile {
		text-align: center;
	}
	
	/* HEADER */
	body {
		padding-top: 0;
	}
	.navbar {
		margin: 0;
	}
	.navbar-nav {
		margin: 0 -15px;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin: 0px 0 0px 15px;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
	#menu-main {
		float: none;
		text-align: center;
		margin-top: 0;
	}
	.navbar-default .navbar-nav > li > a {
		margin-left: 0;
		padding: 14px 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.navbar-default {
		padding: 0;
		position: relative;
	}
	
	/* FOOTER */
	.top-footer {
		padding: 40px 0 12px 0;
	}
	.top-footer .streepje {
		display: none;
	}
	.mid-footer {
		padding: 30px 0 10px 0;
	}
	.mid-footer h2 {
		font-size: 30px;
	}
	.mid-footer input {
		margin-bottom: 14px;
	}
	.mid-footer .your-phone input {
		padding: 18px 10px 18px 40px;
	}
	.mid-footer {
		text-align: center;
	}
	#map {
		display: none;
	}
	.bottom-footer .right {
		float: none;
		width: 100%;
	}
	.bottom-footer .right .widget {
		margin-left: 0;
		padding-left: 15px;
		width: 50%;
		font-size: 13px;
		line-height: 26px;
	}
	.bottom-footer .right .james {
		text-align: center;
		margin: 0 auto 20px auto;
		float: none;
	}
	
	/* HOMEPAGE */
	.homepage-slider-wrapper {
		padding: 0 0 40px;
	}
	.homepage-slider-content img {
		height: 75px;
		width: 85px;
	}
	.homepage-slider-wrapper h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.homepage-slider-wrapper p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.homepage-white-wrapper {
		padding: 14px 0 50px 0;
	}
	.button-wrapper .left, .button-wrapper .right {
		width: auto !important;
		display: block;
		margin: 0 auto 20px auto;
		max-width: 260px;
	}
	.button-wrapper .left {
		float: none;
	}
	.button-wrapper .right {
		float: none;
	}
	.stappenplan {
		margin-top: 0;
	}
	.stappenplan .stap-left, .stappenplan .stap-right {
		margin-top: 0;
		float: none;
		width: auto;
	}
	.stappenplan .stap-left h4, .stappenplan .stap-right h4 {
		margin: 0 0 10px 0;
	}
	.stappenplan .stap-left .stap-content, .stappenplan .stap-right .stap-content {
		border-left: none;
		border-right: none;	
		padding: 10px 0 10px 0;
	}
	.stappenplan .stap-left .stap-content:after, .stappenplan .stap-right .stap-content:after, .stappenplan .stap-left .stap-content:before, .stappenplan .stap-right .stap-content:before {
		display: none;
	}
	.homepage-recente-opdrachten-wrapper {
		padding: 24px 0 50px 0;
	}
	
	form.wpcf7-form span.resetFile {top:-74px;}
.ytvideo{width:100%;}
}

@media (max-width: 498px) {
	form.wpcf7-form span.resetFile {top:-104px;}
}

  
  
.wp-caption.alignleft {float:left;}


/* CHECKBOX */

.checkbox-string {
	display: none;
}

.special-checkbox {
	font-weight: normal;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
}

.special-checkbox span.wpcf7-list-item {
	margin: 0;
}
.special-checkbox .wpcf7-list-item {
	display: flex;
	justify-content: flex-start;

}

.special-checkbox .wpcf7-checkbox input {
	margin: 0;
	width: auto;
	margin-right: 10px;
}

.special-checkbox .wpcf7-not-valid {
	border: none;
}

.special-checkbox .wpcf7-not-valid  .wpcf7-list-item {
	border: 1px solid #963429;
	padding: 5px;
}

.special-checkbox .wpcf7-list-item-label {
	line-height: 1.1;
}

.special-checkbox .wpcf7-list-item-label .checkbox-string {
	display: block;
}

body.admin-bar .navbar-fixed-top {
	top: 32px;
}