/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    AKTIE KNOP
\*------------------------------------*/

.aktie-knop {

border: 0px !important;
background-color: #2f2f2f !important;
}


.aktie-knop h2 {
font-size: 20px !important
}

.aktie-knop h4 {

color: #efefef !important;
font-size: 14px;
}

/*------------------------------------*\
    KOOP & LEASE FORM
\*------------------------------------*/

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
border-radius: 10px;
}

.vc_tta.vc_general .vc_tta-panel-body {

padding: 0px !important;
}

.vc_tta-tab.vc_active a {

background-color: #FFF !important;
}

.vc_tta-tab {

width: 46.5%;
text-align: center;
}

.vc_tta-title-text {

font-size: 20px
}

.vc_tta-tabs {

width: 100%;
max-width: 500px;
margin: 0px auto;
padding: 0px;
background-color: #FFF !important;

-webkit-border-radius: 10px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 0;
border-radius: 10px;
border-top-left-radius: 0;
overflow: hidden;
}

.vc_tta.vc_general .vc_tta-panels, .vc_tta.vc_general .vc_tta-panels-container {

background-color: #FFF !important;
}

.vc_custom_1482977084590 {
background-color: #2e2e2e !important;
}

/*------------------------------------*\
    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%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#efefef;
	background-color: #3f3f3f;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

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

/* wrapper */
.wrapper {
	max-width:1050px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

width: 100%;
height: 75px;
line-height: 75px;
border-bottom: 2px solid #920606;
clear: both;
background-color: #FFF;
}

.header h1 {

color: #2f2f2f;
float: left;
margin-left: 10px;
margin-top: 0px !important;
font-size: 17px;
padding: 0px !important;
}

/* logo */
.logo {
margin-top: 10px;
float: left;
}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

height: 175px;
width: 100%;
clear: both;
text-align: center;
background-image: url('https://mobipos.nl/wp-content/uploads/2016/12/footer-bck.png');
background-color: #2e2e2e;
background-position: top left;
background-repeat: repeat-x;
padding-top: 20px;
margin-top: -20px;

color: #78991d;
font-size: 18px;
font-weight: bold;
}

.footer p {

margin-bottom: 30px;
}

.footer a {
  background: #8aa836;
  background-image: -webkit-linear-gradient(top, #8aa836, #5a7a01);
  background-image: -moz-linear-gradient(top, #8aa836, #5a7a01);
  background-image: -ms-linear-gradient(top, #8aa836, #5a7a01);
  background-image: -o-linear-gradient(top, #8aa836, #5a7a01);
  background-image: linear-gradient(to bottom, #8aa836, #5a7a01);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  border: solid #597a00 2px;
  text-decoration: none;
}

.footer a:hover {
  background: #7aa600;
  background-image: -webkit-linear-gradient(top, #7aa600, #4d6600);
  background-image: -moz-linear-gradient(top, #7aa600, #4d6600);
  background-image: -ms-linear-gradient(top, #7aa600, #4d6600);
  background-image: -o-linear-gradient(top, #7aa600, #4d6600);
  background-image: linear-gradient(to bottom, #7aa600, #4d6600);
  text-decoration: none;
}



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



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (min-width:100px) and (max-width:1000px) {

  .logo { float: none; text-align: center; } 
  .header { line-height: 21px; text-align: center; height: auto; }
  h1 { float: none !important; line-height: 21px; font-size: 12px !important; }

}

@media only screen and (min-width:100px) and (max-width:1000px) {

  #afbeeldingen-midden-mobiel .wpb_single_image.vc_align_left {
  text-align: center !important; 
  }

}

@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 {

}

/* ------- Lead forms ------- */

.lead-form .wpcf7 {
    
background-color: #FFF; 
width: 100%;
max-width: 470px;
margin-bottom: 0px !important;
margin-left: auto !important;
margin-right: auto !important;
}

.lead-form input {

width: 96%;
margin-left: 2%;
height: 40px;
padding-left: 10px;
line-height: 40px;
background-color: #e5e5e5 !important;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
border: 1px solid #ccc;
}

.lead-form .wpcf7-submit {
  background: #8aa836;
  background-image: -webkit-linear-gradient(top, #8aa836, #5a7a01);
  background-image: -moz-linear-gradient(top, #8aa836, #5a7a01);
  background-image: -ms-linear-gradient(top, #8aa836, #5a7a01);
  background-image: -o-linear-gradient(top, #8aa836, #5a7a01);
  background-image: linear-gradient(to bottom, #8aa836, #5a7a01);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  border: solid #597a00 2px;
  text-decoration: none;
}

.lead-form .wpcf7-submit:hover {
  background: #7aa600;
  background-image: -webkit-linear-gradient(top, #7aa600, #4d6600);
  background-image: -moz-linear-gradient(top, #7aa600, #4d6600);
  background-image: -ms-linear-gradient(top, #7aa600, #4d6600);
  background-image: -o-linear-gradient(top, #7aa600, #4d6600);
  background-image: linear-gradient(to bottom, #7aa600, #4d6600);
  text-decoration: none;
}

/* 2e info-rij */

.apple-left-side {

height: 300px;
padding-top: 70px;
margin-top: 50px;

background-image: url('https://www.mobipos.nl/wp-content/uploads/2016/12/apple-left-1.png');
background-repeat: no-repeat;
background-position: center center;
}

.vc_custom_1482404244602 {

background-position: top center !important;
}


