/*
	Theme Name: Dental Repair
	Theme URI: http://www.dentalrepair.nl
	Description: Dental Repair
	Version: 1.0.0
	Author: Ralph Souren
	Author URI: http://www.ralphsouren.nl
	Tags: Blank, HTML5, CSS3

	Blauw : #2b4c9c

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background: url('img/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 18px;
	color:#444;
	background-color: rgba(255, 255, 255, 0.2);
	min-height:100%;
}

p { line-height: 30px;}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	width:100%;
}
/* logo */
.logo {
	width:30%;
	float:left;
	display: block;
	height:200px;
}
.logo-img {
	margin:52px 10%;
	width:80%;
}
/* nav */
.nav {
	width:70%;
	float:left;
	display: inline-block;
	height:200px;
}

nav ul {
	list-style-type: none;
	margin:0 auto;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	display: flex;
	float: right;
}

nav ul li {
	float:right;
}

nav ul li a {
	display: inline-block;
	float:right;
    color: #fff;
    height: 70px;
	margin: 65px 10px;
    padding: 0px 20px;
    line-height: 70px;
   	background-color: #2b4c9c;
    transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari */
}

nav ul li a:hover {
    background-color: #fff;
	color: #2b4c9c;
}

.current-menu-item a, .current_page_item a {
     background-color: #fff;
	color: #2b4c9c;
}






/* sidebar */
.sidebar {

}
/* footer */
.footer {
	height:200px;
	width:100%;
	text-align:center;
}

.footer img {
	width:15%;
}

.container {
	width:1200px;
	margin:0 auto;
}

.content .container {
	background:rgba(255, 255, 255, 0.7);
	padding:20px;
}

.panel-layout .panel-no-style:last-child {
	margin: 0px 0px 20px 0px !important;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.sow-video-wrapper iframe {
	width: 100%    !important;
}

.panel-no-style {
	margin: 0px 0px 80px 0px !important;
}

.index_container .panel-layout > div:first-child {
	margin:0px !important;
}

.index_container .panel-layout > div:last-child {
	margin:0px 0px 120px 0px !important;
}

.panel-layout div {
}

.homevak {
	width: 100%;
	padding:120px 0px;
}

.tekstvak {
	width: 100%;
}

.so-panel {
	display:table;
	width:100%;
}

.index_container .so-widget-sow-editor {
	padding: 30px 40px;
	text-align:center;
}

.index_container .so-widget-sow-editor > h3.widget-title {
	margin:0px 0px 40px 0px !important;
}

.panel-grid-cell {
	padding:0px;
}
.widget-title {
	font-size:21px;
}

.widget-title {
	font-size:26px;
	text-align:left;
	margin:20px 0px;
}

.ow-button-base {
	margin:0px 0px 40px 0px;
}

.ow-button-hover {
	background:#2b4c9c !important;
	border: solid 10px #2b4c9c !important;
	border-radius: 0px !important;
	padding: 15px 20px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px !important;
	-webkit-transition: all 0.4s; /* Safari 3.1 to 6.0 */
    	transition: all 0.4s;
}

.ow-button-hover span {
}

.ow-button-hover:hover {
	background:#fff !important;
	border: solid 10px #fff !important;
}

.ow-button-hover:hover span {
	color:#2b4c9c !important;
}

.content {
	margin:50px 0px;
}

.content img {
	box-shadow: 3px 3px 3px #bbbbbb;
}

.featuredimage {
	width:100%;
	height:500px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	border: solid 10px #2b4c9c !important;
	margin-top:40px;
}

/*------------------------------------*\
    REPARATIE TABEL
\*------------------------------------*/
.reparatietabel {
	width:100%;
}

.reparatietabel tr td {
	padding:10px 0px;
}

.reparatietabel tr td > span > input {
	width:100%;
	padding:5px;
	height: 50px !important;
	border: 1px solid #04A4CC;
}

.reparatietabel tr td:first-child {
	width:25%;
	font-weight: 700;
}

.reparatietabel tr td:last-child {
	width:75%;
}

.reparatietabel span.wpcf7-list-item {
	width:80%;
	margin:5px 0px;
}

textarea.wpcf7-form-control {
	resize: none;
	width:100%;
	padding: 5px;
	border: 1px solid #04A4CC;
	height: 120px;
}

.wpcf7-submit {
    color: #fff;
    padding: 10px 20px;
   	background-color: #2b4c9c;
    transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari */
	border:none;
}

.wpcf7-submit:hover {
    background-color: #fff;
	color: #2b4c9c;

}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color:#2b4c9c;
}

.container h1 {
	font-size:30px;
	text-align:center;
	margin: 20px 0px;
	padding: 0px !important;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

}

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

.logo {
	width:100%;
	text-align: center;
}

.logo-img {
	margin: 40px 10%;
	width: 300px;
}

.nav {
	width:100%;
	height: 90px;
}

.nav ul {
	display:table !important;
	float:none;
}

.nav ul li {
	float:left !important;
}

nav ul li a {
	margin:10px;
}

.container {
	width:100%;
}

.page_container, .index_container {
	padding:0px 3%;
}

}


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

.logo {
	width:100% !important;
	float:none;
	height: auto;
}

.nav {
	width:100% !important;
	height:430px !important;
}

nav ul {
	width: 100%;
}

nav ul li {
	width: 100%;
}

nav ul li a {
    display: block;
    float: none;
	text-align:center;
    color: #fff;
    height: 70px;
    margin: 10px 10px;
    padding: 0px 20px;
    line-height: 70px;
    background-color: #2b4c9c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header_menuknop {
	width:100%;
	border-color: #2b4c9c;
    	border-width:5px;  
    	border-style:double hidden;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	text-align:center;
	display: inline-block;
	float: left;
	color: #2b4c9c;
	height: 80px;
	padding: 0px 20px;
	line-height: 70px;
}

.footer img {
	width:40%;
}


.reparatietabel {
	width:100%;
}

.reparatietabel tr td {
	padding:10px 0px;
	width:100%;
	display:block;
}

.reparatietabel tr td > span > input {
	width:100%;
	padding:5px;
	height: 50px !important;
	border: 1px solid #04A4CC;
}

.reparatietabel tr td:first-child {
	width:100%;
	font-weight: 700;
}

.reparatietabel tr td:last-child {
	width:100%;
}

.reparatietabel span.wpcf7-list-item {
	width:100%;
	margin:5px 0px;
}

textarea.wpcf7-form-control {
	resize: none;
	width:100%;
	padding: 5px;
	border: 1px solid #04A4CC;
	height: 120px;
}

}

@media only screen and (max-width:768px) {
.logo {
	width:80%;
	margin: 0 auto;
}
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}