/*
Theme Name: SVEA
Theme URI: http://www.artylicious.com
Description: Custom theme for SVEA Connections
Version: 1.0
Author: Natasja Capelle
Author URI: http://www.artylicious.com
*/

* {
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a:link, a:visited{
	outline: none;
	color:#43aaa5;
	text-decoration:none;
}

a:hover{
	color:#000;
}

a img{
	border:0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.home h2 span,
h2.kopje span,
.widget .widget-title,
.site-header-quote,
.site-header-quote p,
.site-header-quote .testimonial-title {
	clear: both;
	/* font-family: Nunito, Georgia, serif; */
	font-family: 'Asap', sans-serif;
	line-height: 1.3;
	font-weight:700;
}

h1 {
	font-size: 18px;
	margin: 0;
}

h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
	padding-top:10px;
}

.home h2 span{
	text-transform:uppercase;
} 

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h3.widget-title{
	font-size:18px;
	margin:0 0 10px 0;
}

p {
	margin: 0 0 15px 0;
	padding:0;
}

ul {
	list-style-type: square;
}

.hentry ul{ /* list in content */
	margin-left:18px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

form {
	margin: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** colors **/
.site-footer{
	background-color:#f1f1f1;
}
.site-header{
	/*border-top:4px solid #f1f1f1;*/
}
.navbar{
	background-color:#46a6a5;
}

/** border-radius **/
.site-footer,
.widget,
#mapDiv,
.home h2 span, h2.kopje span{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#site-header-language{
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

/*************** VARIOUS ***************/

/* icons */
.genericon:before,
.menu-toggle:after,
.edit-link a:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after {
	clear: both;
}

/* Assistive text */
.screen-reader-text {
     display: none;
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/** Responsive images **/
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin:0;
	padding: 0;
}

/*************** BASIC STRUCTURE ***************/

.site {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
}
.site-main {
	margin: 0 auto;
	width: 1100px;
}
.site-main .sidebar-container {
	float:right;
	width:202px;
}
.site-main .sidebar-inner {
	margin: 0 auto;
}
#content{
	float:left;
	width:820px;
}
.home #content{
	float:none;
	width:100%;
}

/*************** HEADER ***************/

.site-header {
	background:#1e4e62 url("images/header.jpg") top center no-repeat;
	border-top:2px solid #f1f1f1;
}
.site-header.small{
	background-image:none;
}
.site-header.small #site-header-content{
	height:100px;
}
#site-header-content{
	display: block;
	margin: 0 auto;
	width: 1100px;
	height: 245px;
}
/* logo */
.header-image{
	margin-top:33px;
}
/* quote */
.site-header-quote{
	color:#fff;
	width:380px;
	margin-top:35px;
	background: url(images/header-quote.png);
	background-position: right 5px;
	background-repeat: no-repeat;
	padding-right: 30px;
	background-size: 25px 20px;
}
.site-header-quote p{
	font-size:19px;
	line-height:26px;
	font-weight: 700;
}
.testimonial-content p{
	margin-bottom: 0 !important;
}
.testimonial-name{
	display:block;
	font-size:16px;
	padding-top:4px;
	font-style:normal;
}
.testimonial-name:before {
    content: "\2014";
    padding-right: 4px;
}
/* language choice */
#site-header-language{
	background-color: rgba(255, 255, 255, 0.60);
	background-color:#f1f1f1;
	float:right;
	padding:3px 10px 6px 0px;
	font-size:14px;
}
#site-header-language li{
	float:left;
	display:block;
	padding-left:10px;
}
#site-header-language li.lang-item-nl{
	border-right:1px solid #ccc;
	padding-right: 10px;
}
#site-header-language a{
	font-weight:bold;
	color:#78848f;
	text-transform:uppercase;
}
.current-lang a{
	/*border-bottom:1px solid #fff;*/
	color:#2c3e50 !important;
}
#site-header-language li.lang-item-nl a, #site-header-language li.lang-item-en a{
	background-image: url("images/flag-nl.svg");
	background-size: 17px 13px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 21px;
} 
#site-header-language li.lang-item-en a{
	background-image: url("images/flag-uk.svg");
}
/*************** MENU ***************/

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
	background:#46a6a5 url(images/menu-bottom.gif) bottom repeat-x;
	padding-bottom:7px;
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1100px;
	min-height: 42px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	float:left;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Asap', sans-serif;
	padding: 4px 10px 8px 10px;
	margin:10px 2px 10px 2px;
	/*border-right:1px solid #a3d3d3;*/
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.nav-menu li#menu-item-17 a, .nav-menu li#menu-item-53 a{/* home */
	background-image:url(images/icon-home.png);
	background-size:17px 16px;
	background-position:50% 5px;
	background-repeat:no-repeat;
	text-indent: -9000px;
	width:40px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color:#fff;
	text-decoration:underline;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.nav-menu li:focus > a{
	outline:none;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #2c3e50;
	background-color: #f1f1f1;
}

.nav-menu li#menu-item-17.current_page_item > a, .nav-menu li#menu-item-53.current_page_item > a{
	background-image:url(images/icon-home-blue.png);
}

/* submenu */

.menu-toggle { /* responsive menu */
	display: none;
}

/*************** HOMEPAGE ***************/

.home h2, h2.kopje{
	background:url(images/home-h2-line.gif) repeat-x 0 50%;
	color:#FFF;
	font-size:16px;
	text-align:center;
	padding-top:0;
}
.home h2 span, h2.kopje span{
	background-color:#4cbeb8;
	padding:10px;
	width:150px;
	display:inline-block;
	margin:0 auto;
}
@-webkit-keyframes target {
	from { background:#ffffff; }
	50% { background:#b5dbdb; }
	to { background:#ffffff; }
}
		
div:target {
    -webkit-animation:target 2.5s linear;
	/*-webkit-animation-name:target;
	-webkit-animation-duration:2.5s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction:linear;*/
	border-radius:5px;
}
#about-page h2{
	border-bottom:1px solid #ccc;
}

/** intro **/
#home-intro{
	margin:25px 0;
}
#home-intro h1, .entry-title{
	text-transform:uppercase;
	margin:0;
	padding:0;
	color:#2c3e50;
}
#home-intro-item{
	font-size:15px;
	line-height:22px;
	color:#2c3e50;
	padding:15px 15px 5px 15px;
	/* height:145px;
	overflow:hidden; */
	background:#f1f1f1;
	border-radius:6px;
	margin-top:15px;
}
img.home-intro-photo{
	width:120px;
	float:right;
}

/** about us **/
#home-about-us{
	margin-bottom:25px;
}
.about-item h3{
	font-size:18px;
	text-transform:uppercase;
	padding:0px 0 7px 0;
	margin:0;
}
.about-item{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	width:25%;
	float:left;
	font-size:15px;
	line-height:22px;
	color:#2c3e50;
	text-align:center;
	padding-left:32px;
	padding-right:32px;
	padding-top:75px;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.about-item span{
	display:block;
}
.about-item span.about-text{
	max-height:110px;
	overflow:hidden;
}
.about-item:hover {
	background-color:#f1f1f1;
	border-radius:5px;
}
.about-item.why{
	background-image:url(images/home-icon-1.png);
	background-position:50% 0;
	background-size:60px 60px;
	background-repeat:no-repeat;
}
.about-item.what, .about-item.how, .about-item.who{
	background-image:url(images/home-icon-3.png);
	background-position:50% 0;
	background-size:60px 60px;
	background-repeat:no-repeat;
}
.about-item.how{
	background-image:url(images/home-icon-2.png);
}
.about-item.who{
	background-image:url(images/home-icon-4.png);
}
.about-item.why{
	margin-left:0px;
}
.about-item a{
	color: #2c3e50;
}
.about-item a .readon{
	display:inline-block;
	margin-top:2px;
	border-bottom:1px dotted #ccc;
	color:#43aaa5;
}
.about-item a .readon:after {
	content: '\f429';
	position: relative;
	-webkit-font-smoothing: antialiased;
    font: normal 15px/1 'Genericons';
    vertical-align: middle;
	top:-1px;
}

/** references **/
#home-references{
	padding: 10px 0 25px 0;
}
#home-references li{
	width: 12.5%;
	list-style:none;
	float:left;
	padding:0 10px;
}
#home-references li img{
	max-width: 100%;
}
#home-references li:first-child { 
    margin-left:0px;
}
.strong-content h3{
display:none;
}

/*************** CONTENT ***************/

.hentry {/* space below and above entry content */
	padding: 25px 0 15px 0;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	width: 100%;
}

/*  Entry Header  */

.sidebar .entry-header .entry-meta {
	padding: 0;
}
.entry-header {
	margin-bottom: 15px;
}
.entry-title a {
	color: #141412;
}
.entry-title a:hover {
	color: #ea9629;
}

/** 5.3 Entry Content **/

.entry-content {
	color:#2c3e50;
	font-size:15px;
	line-height:26px;
}
.entry-content ul{
	margin:0 0 15px 18px;
	padding:0;
}
footer.entry-meta {
	margin-top: 24px;
}
.format-standard footer.entry-meta {
	margin-top: 0;
}

/***************** 404 page **************/

.page-header{
	margin:20px 0 0 0;
}
.page-content{
	margin:20px 0;
}

/***************** SIDEBAR ***************/

.site-main .widget-area {
	float: right;
	width: 252px;
	margin-top:25px;
}
#secondary .widget {
	background-color: #f1f1f1;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 20px 0;
	padding: 15px;
	width:100%;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.2);
	color:#2c3e50;
}
h3.widget-title{
	border-bottom:1px solid #dedede;
	padding-bottom:2px;
	color:#2c3e50;
	text-transform:uppercase;
	font-size:16px;
}
.widget img.profile-pic{
	display:block;
	margin:0 auto 5px auto;
	width:120px;
}
/* read more button */
.widget a.button{
	display:block;
	border-radius:4px;
	border:1px solid #e3e3e3;
	padding:5px 8px;
	background-color:#fff;
	margin-top:8px;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	text-align: right;
}
.widget a.button:after {
	content: '\f429';
	position: relative;
	-webkit-font-smoothing: antialiased;
    font: normal 15px/1 'Genericons';
    vertical-align: middle;
	top:-1px;
}
.widget a.button:hover{
	background-color:#46a6a6;
	color:#fff;
}
/* various */
.widget .widget-title {
	margin: 0 0 10px 0;
}
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	padding: 2px 0;
}
/* adres */
span.mail a, span.tel a{
	color:#2c3e50;
}
span.mail:before, span.tel:before{
	content: '\f410';
	position: relative;
	-webkit-font-smoothing: antialiased;
    font: normal 16px/1 'Genericons';
    vertical-align: middle;
	color:#2c3e50;
	padding-right:5px;
}
span.tel:before{
	content: '\f108';
}
span.mail a:hover, span.tel a:hover,
span.mail:hover:before, span.tel:hover:before{
	color:#2c3e50;
}

/***************** FOOTER ***************/

.site-footer {
	color:#2c3e50;
	font-size:14px;
	height:50px;
	padding:15px;
	width:1100px;
	margin:0 auto 10px auto;
	clear:both;
}
.site-footer-info {
	float:left;
	width:50%
}
.site-footer-social {
	float:right;
	width:50%;
	text-align:right;
}
a.footer-twitter img, a.footer-facebook img, a.footer-linkedin img{
	height:21px;
	margin-left:15px;
	float:right;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
a.footer-twitter img:hover, a.footer-facebook img:hover, a.footer-linkedin img:hover{   
 	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

/***************** CLEARFIX ***************/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear {
clear: both;
}
.clearfix {
display:inline-block;
}
/* Hide from IE Mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display:block;
}

/***** RESPONSIVE GEDEELTE NOG AANPASSEN *****/

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 643px) {

/* basic structure */
.site-main, .site-footer{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	float:none;
}
.site-main .widget-area{
	margin-top:5px;
}
#content{
	width:100%;
}
.site-main .widget-area, .site-main .sidebar-container{
	width:100%;
	margin:0 auto;
}

/* header */
#site-header-content{
	width: 96%;
	padding-left:2%;
	padding-right:2%;
	height: auto;
}
#site-header-language{
	margin-bottom:10px;
}
img.header-image { /* logo */
	max-width:100% !important;
    height:auto;
    display:block;
}
.site-header-quote{
	width:100%;
	margin-top:25px;
}

/* home */
#home-intro-item{
	height:auto;
}

#home-about-us{
	margin-bottom:15px;
}
.about-item{
	width:auto;
	margin:10px 0;
}

#home-references li{
	margin-right:10%;
	margin-left:0;
	width:45%;
}
#home-references li img{
	max-width:100% !important;
    height:auto;
    display:block;
}
#home-references li:nth-child(2n+0) { 
    margin-right:0px !important;
}

/* footer */
.site-footer{
	height:auto;
	padding:10px 10px 30px 10px;
	width:100%;
	margin:0;
	border-top:1px solid #ccc;
	border-radius:0;
}
.site-footer-social, .site-footer-info{
	float:none;
	width:100%;
	font-size:15px;
	float:none;
	text-align:center;
}
.site-footer-social{
	margin:10px auto 0 auto;
}
a.footer-twitter img, a.footer-facebook img, a.footer-linkedin img{
	float:none;
}
	
/* Small menu */
	.nav-menu li#menu-item-17 a, .nav-menu li#menu-item-53 a{/* home */
		background-image:none;
		text-indent:inherit;
		width:auto;
		height:auto;
	}
	.main-navigation {
		min-height:40px;
	}
	/* menu name */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font-size:14px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		margin: 0;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #fff;
		padding: 13px 10px;
		text-transform:uppercase;
	}
	.menu-toggle:focus {
		outline: none;
	}
	.menu-toggle:after {
		content: "\f502";
		font-size: 13px;
		padding-left: 8px;
		vertical-align: -4px;
	}
	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}
	/* menu */
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
		background:#46a6a5;
	}
	/* menu items */
	.toggled-on li,
	.toggled-on .children {
		display: block;
		float:none;
		width:100%;
		padding:0;
	}	
	.nav-menu li a {
		color: #fff;
		padding: 6px 0;
		margin: 0 10px;
		border-top:1px solid #a3d3d3;
		border-right:0;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in;
		transition: all 0.4s ease-in;
	}
	.nav-menu .current_page_item > a,
	.nav-menu .current_page_ancestor > a,
	.nav-menu .current-menu-item > a,
	.nav-menu .current-menu-ancestor > a{
		padding: 6px 0;
		margin: 0 10px;
		border-radius:0;
		background-color: #1d4e61;
	}
	.toggled-on li.current-menu-item a{
		background-color: #3a8887;
		color:#fff;
	}
	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #1d4e61;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
}

/* landscape mobile */
@media only screen and (min-width:480px) and (max-width:650px)
{
	#home-references li{
	margin-right:10%;
	margin-left:0;
	width:26%;
	}
	#home-references li:nth-child(2n+0) { 
	margin-right:10% !important;
	}
	#home-references li:nth-child(3n+0) { 
		margin-right:0px !important;
	}
}

/* small tablet */
@media only screen and (min-width:600px) and (max-width:750px)
{
	.about-item{
	width:45%;
	margin:10px 10% 10px 0;
	}
	.about-item:nth-child(2n+0) { 
    margin-right:0px !important;
	}
	#site-header-language{
	position:absolute;
	top:0;
	right:10px;
	}
}

@media (min-width: 750px){
	header{
		min-width:1100px;
		}
}