/*
Theme Name: Entropiaportofoon.nl
Theme URI: http://entropiaportofoon.nl
Author: Rick Curé
Author URI: http://entropiaportofoon.nl/
Description: NDit.nl
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Portofoons, Entropia

*/

html, body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	color:#2f353d;
	font-size: 16px;
	line-height:32px;
	font-weight:300;
	height: 100%;	
	-webkit-font-smoothing: antialiased!important;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}

.container {
	max-width:1170px;
	margin:0 auto;
}

img {
	border: none;
}

p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;	
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

a {
	text-decoration:none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
	color:#2f353d;		
}

p a {
	text-decoration:none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
	color:#39C5FF;		
}

/* typography */
h1 {
	font-family: 'Ubuntu', sans-serif;
	color:#39C5FF;
}

.mobile-header strong {
	font-family: 'Ubuntu', sans-serif;	
}

h2 {
	font-weight:300;
	line-height:1;
}

/* topbar */
.topbar {
	padding:20px 0 0 0;
	background-color:#eee;
}

.topbar:after {
	content:" ";
	clear:both;
	display:block;
}

.topbar ul {
	margin:0;
	padding:0;
}

.topbar ul li {
	display:inline-block;
	list-style-type:none;
	padding:15px;
	width:auto;
	text-align:center;
	background-color:#f5f5f5;
	margin:0;
}

.topbar ul li span {
	display:inline;
	margin-left:15px;
}

.topbar ul li.active {
	background-color:#fff;
}

.searchform {
	float:right;
}

.searchform label, #searchsubmit {
	display:none;
}

.searchform input {
	border:none;
	background:#fff;
	outline:none;
	line-height:32px;
	padding:5px 35px 5px 10px;
	background-image:url('images/icon-search.png');
	background-repeat:no-repeat;
	background-position:right center;
	background-size:30px;
}

/* end topbar*/

/* header */
header {
	display:block;
}

header:after {
	content:" ";
	clear:both;
	display:block;
}

.logo a h1 {
	line-height:65px;
	color:#2f353d;	
}

.logo img {
	width:230px;
	margin:20px 0;
}

nav {
	float:right;
}

ul.menu {
	margin:0;
	padding:60px 0;
}

ul.menu li {
	display:inline;
	list-style-type:none;
	padding:0 0 0 40px;
	font-size:18px;
}

.menu .current_page_item a {
	color:#39C5FF;
}

/* end header */

/* breadcrumbs */

.breadcrumbs {
	padding:5px 0;
	background-color:#eee;
}

.breadcrumbs span {
	margin-right:0px;
}

.breadcrumbs span a {
	color:#2f353d;
}

.breadcrumb_last {
	color:#39C5FF;
}

/* end breadcrumbs */

/* main */
.main {
	padding:40px 0;
}

.main:after {
	content:" ";
	clear:both;
	display:block;
}
/* end main */

/* buttons */

.btn {
	font-weight: 700;
	font-size:16px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: center !important;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	color: white !important;
	border: 0px;
	border-radius: 0px;
	padding: 0px 30px; 
	background-color: #FFAC15;
	outline: none;
	border: none !important;
	position: relative;
	box-shadow: none;
	cursor:pointer;
}

.btn:hover {
	background-color: #cc8a11;
	text-decoration:none;
}

.btn-large {
	height: 60px;
	line-height: 60px;
	padding: 0 18px;
	font-size: 18px;
}

.btn-small {
	height: 32px;
	line-height: 31px;
	padding: 0 14px;
	font-size: 12px;
}

/* end buttons */

/* home */
.home-header {
	background-color:#A9A9A9;	
	padding:40px 0;
	color:#fff;
	font-size:18px;
}

.foto1 {
	background-image:url('images/foto1.jpg');
	background-repeat:no-repeat;
	background-position: center;
	background-size:100%;
}

.foto2 {
	background-image:url('images/foto2.jpg');
	background-repeat:no-repeat;
	background-position: center;
	background-size:100%;
	padding:100px 0;
}

.home-header h1 {
	font-size:40px;
	line-height:1.2em;
}

.home-header:after {
	content:" ";
	clear:both;
	display:block;
}

.home-header h1 {
	color:#fff;
}

.home-header-text {
	width:55%;
	float:left;
}

.home-header-box {
	float:right;
	background-color:#fff;
	color:#2f353d;
}

.home-header-box span {
	float:left;
}

.arrow_box1 {
	position: relative;
	background: #fff;
}
.arrow_box1:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box1:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 20px;
	top: 50%;
	margin-top: -20px;
}

.icon-v {	
	width:20px;
	height:16px;
	display:block;
	background-image: url('images/icon-v.png');
	background-repeat:no-repeat;
	background-size:20px;
	margin: 10px 10px 10px 0;
	float:left;
	clear:both;
}

.white {
	padding:20px;
}

.grey {
	padding:20px;
	background-color:#eee;
	display:block;
}

.white:after, .grey:after {
	content:" ";
	clear:both;
	display:block;
}

.half-box-left {
	width:565px;
	padding:20px 40px 0 0;
	float:left;
}

.half-box-right {
	width:565px;
	padding:20px 0;
	float:left;
}

.icon-arrow-right {	
	width:9px;
	height:12px;
	display:block;
	background-image: url('images/icon-arrow-right.png');
	background-repeat:no-repeat;
	background-size:9px;
	margin:10px 10px 0 0;
	float:left;
}

.orange, b {
	color:#FFAC15;
}

a.orange:hover {
	color:#cc8a11;
}

/* end home */

.netwerk-foto {
	float:right;
}

/* table */

.table {
	margin:20px 0;
	float:left;
	width:20%;
	text-align:center;
}

.table-top {
	padding:20px;
	color:#fff;
	font-size:18px;
	font-weight:600;
}

.table-subtop {
	padding:20px;
	color:#fff;
	font-size:42px;
}

.table-subtop p {
	margin:5px 0;
	text-align:center;
}

.table-element {
	padding:20px;
	background-color:#fff;
	border:1px solid #eee;
}

.color1 {
	background-color:#61d1ff;
}

.color2 {
	background-color:#39C5FF;
}

.color3 {
	background-color:#FFAC15;	
	color:#fff;
}



/* end table */

/* testimonials */
.testimonials {
	background-color:#4C5562;
	color:rgba(255,255,255,0.75);
	padding:20px 0;
}

.testimonials:after {
	content:" ";
	clear:both;
	display:block;
}

.testimonials h1 {
	font-size:32px;
	line-height:1.2em;
	color:#fff;
	text-align:center;
}

.testimonials p {
	text-align:center;
}

.box1 {
	width:363px;	
	float:left;
	padding:20px 40px 0 0;
}

.box1:last-child {
	width:363px;	
	float:left;
	padding:20px 0px 0 0;
}

.testimonial-1 {
	padding:20px;
	background-color:#fff;
	color:#2f353d;
	min-height:490px;
}

.box2 {
	width:363px;
	float:left;	
	padding:20px 40px 0 0;	
}

.testimonial-2 {
	padding:20px;	
	background-color:#fff;	
	color:#2f353d;	
}

.box3 {
	width:363px;
	float:left;	
	padding:20px 0 0 0;
}

.testimonial-3 {
	padding:20px;	
	background-color:#fff;	
	color:#2f353d;	
}

.arrow_box2 {
	position: relative;
	background: #fff;
}
.arrow_box2:after, .arrow_box2:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: fff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.arrow_box2:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}

.name {
	text-align:center;
	margin:30px 0 20px 0;
}

.name a {
	color:#39C5FF;
}

/* end testimonials */

/* portofoons */

.product {
	border-bottom:1px solid #eee;
	padding:80px 0;
}

.product:after {
	content:" ";
	clear:both;
	display:block;
}

.product:last-child {
	border:none;
}

.product-text {
	width:70%;
	float:left;
}

.product-image {
	float:right;
	width:300px;
	height:300px;
	margin-bottom:20px;
	text-align:center;
}

.product-image img {
	max-width:100%;
	max-height:100%;
}

/* end portofoons */

/* portofoon-single */
.product-single-image {
	width:400px;
	height:400px;
	background-color:#eee;
}

.product-single-image img {
	width:100%;
}

/* end portofoon-single */

/* contact */
.wpcf7-form {
	margin:40px 0;
}

.wpcf7-form input {
	border:none;
	width:303px;
	padding:15px 15px 15px 45px;
	float:left;
	outline:none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-radius:0px;
}

.margin {
	margin:0 40px 40px 0;
}

.wpcf7-form textarea {
	width:1110px;
	padding:15px 15px 15px 45px;
	border:none;
	height:200px;
	margin-bottom:40px;
	outline:none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-radius:0px;	
}

input.btn {
	float:none;
	display:block;
	text-align:center;
	margin:auto;
	padding:0px;
	height:60px;
	line-height:60px;
	width:376px;
}

.icon-name {
	background-image:url('images/icon-name.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-position-x:10px;
	background-size: 25px;
}

.icon-phone {
	background-image:url('images/icon-phone.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-position-x:10px;
	background-size: 25px;
}

.icon-mail {
	background-image:url('images/icon-mail.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-position-x:10px;
	background-size: 25px;
}

.icon-message {
	background-image:url('images/icon-message.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-position-x:10px;
	background-position-y:15px;
	background-size: 25px;
}


/* end contact */

/* footer */
footer, .push {
	height: 120px; /* '.push' must be the same height as 'footer' */
}

footer {
	background-color:#2f353d;
}

.copyright {
	float:left;
	line-height:120px;
	color:rgba(255,255,255,0.75);
}

.footer-menu {
	float:right;
	margin:0;
	padding:0;
	line-height:120px;
}

.footer-menu li {
	display:inline;
	list-style-type:none;
	padding:0 0 0 40px;
}

footer a {
	color:rgba(255,255,255,0.75);
}

/* end footer */

/* subfooter */
.subfooter {
	background-color:#4C5562;
	color:rgba(255,255,255,0.75);
	height:120px;
	line-height:120px;	
	text-align: center;
	font-size:24px;
}

/* end subfooter */

/* mobile-header */
.mobile-header {
	width:100%;
	display:none;
	line-height:50px;
	border-bottom:1px solid #eee;	
}

.mobile-header:after {
	content:" ";
	clear:both;
	display:block;
}

.icon-list {	
	width:26px;
	height:20px;
	display:block;
	background-image: url('images/icon-list.png');
	background-repeat:no-repeat;
	background-size:26px;
	margin:15px 0;
}

.mobile-menu ul {
	padding:0;
	margin:0;
}

.mobile-menu ul li {
	list-style-type:none;
	border-bottom:1px solid #eee;
	padding:5px 5%;
}

.mobile-menu ul li a {
	width:100%;
	display:block;
}



/* end mobile-header */

/* media queries */
@media screen and (max-width:1190px) {

	.container {
		max-width:960px;
	}
	
	.half-box-left, .half-box-right {
		width:460px;
	}
	
	.box1, .box2, .box3, .box1:last-child {
		width:293px;
	}
	
	.product-text {
		width:60%;
	}

	.product-image {
		width:250px;
		height:250px;
	}

	.wpcf7-form input {
		border:none;
		width:233px;
		padding:15px 15px 15px 45px;
		float:left;
		outline:none;
	}

	.margin {
		margin:0 40px 40px 0;
	}

	.wpcf7-form textarea {
		width:900px;
		padding:15px 15px 15px 45px;
		border:none;
		height:200px;
		margin-bottom:40px;
		outline:none;
	
	}	

	input.btn {
		float:none;
		display:block;
		text-align:center;
		margin:auto;
		padding:0px;
		height:60px;
		line-height:60px;
		width:376px;
	}
		
}

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

	.container {
		max-width:720px;
	}
	
	.half-box-left, .half-box-right {
		width:340px;
	}	
	
	.mobile-block {
		display:none;
	}
	
	.home-header-text {
		width:45%;
	}
	
	.box1, .box2, .box3, .box1:last-child {
		width:213px;
	}	
	
	.wpcf7-form input {
		border:none;
		width:153px;
		padding:15px 15px 15px 45px;
		float:left;
		outline:none;
	}

	.margin {
		margin:0 40px 40px 0;
	}

	.wpcf7-form textarea {
		width:660px;
		padding:15px 15px 15px 45px;
		border:none;
		height:200px;
		margin-bottom:40px;
		outline:none;
	
	}

	input.btn {
		float:none;
		display:block;
		text-align:center;
		margin:auto;
		padding:0px;
		height:60px;
		line-height:60px;
		width:376px;
	}
	
	.home-header {
		background-color:#39C5FF;	
		padding:40px 0;
		color:#fff;
		font-size:16px;
	}

	.home-header h1 {
		font-size:32px;
		line-height:1.2em;
	}	
	
	.logo img {
		width:180px;
	}
	
	ul.menu {
		padding:40px 0;
		line-height:40px;
	}
	
	ul.menu li {
		padding-left:20px;
	}

.foto1, .foto2 {

	background-size:auto;
}

}

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

	.container {
		max-width:90%;
	}
	
	.half-box-left, .half-box-right {
		width:100%;
		padding:0;
	}	
	
	.topbar, .breadcrumbs, header, .copyright {
		display:none;
	}
	
	.mobile-header {
		display:block;
	}
	
	.wrapper {
		margin: 0 auto -240px;
	}
	
	footer, .push {
		height:240px;
	}
	
	.footer-menu {
		clear:both;
		float:left;
		margin:40px 0;
		padding:0;
		line-height:1;
	}

	.footer-menu li {
		display:block;
		list-style-type:none;
		padding:10px 0;
	}
	
	.home-header-text {
		width:100%;
		float:left;
	}

	.home-header-box {
		display:none;
	}
	
	.box1, .box2, .box3, .box1:last-child {
		width:100%;
		padding:0;
	}
	
	.table {
		margin:0px 0 20px 0;
		clear:both;
		width:100%;
		text-align:center;
	}
	
	.product-text {
		float:none;
		display:block;
		clear:both;
		width:100%;
	}

	.product-image {
		display:none;
	}

	.product-single-image {
		width:100%;
		height:auto;
	}	
	
	.wpcf7-form input {
		border:none;
		width:86%;
		padding:15px 2% 15px 12%;
		float:none;
		clear:both;
		display:block;
		outline:none;
	}

	.margin {
		margin:0 0 20px 0;
	}

	.wpcf7-form textarea {
		width:86%;
		padding:15px 2% 15px 12%;
		border:none;
		height:200px;
		margin-bottom:20px;
		margin-top:20px;
		outline:none;
	
	}

	input.btn {
		float:none;
		display:block;
		text-align:center;
		margin:auto;
		padding:0px;
		height:60px;
		line-height:60px;
		width:100%;
	}			


	
.subfooter {
	height:200px;
	padding:20px 0 0 0;
	line-height:40px;	
	text-align: center;
	font-size:18px;
}	

.subfooter .btn {
	margin-top:20px;
}

}
/* end media queries */
