/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.grid-wrapper p a:not(.nostyle) {
	padding: 8px 12px;
	background-color: #009EE2;
	border-radius: 5px;
	color: #ffffff;
	border: 0;
	margin: 0;
}

.hentry .entry-content a:not(.primary-button):not(.nostyle) {
	border-bottom: 1px solid #009EE2;
}

.grid-wrapper p a:hover {
	background-color: #fff;
	color: #009EE2;
	border-radius: 5px;
	border: 1px solid #009EE2;
	border-bottom: 1px solid #009EE2;
}

#colophon, #colophon .footer-widget-area .widget-title {
	color: #fff;
}

.sidebar-section .widget-title, .homepage-widgets .widget .widget-title {
	color: #009EE2;
}

#site-navigation a {
	font-size: 1.5em;
}

#page .grid-wrapper .hentry .entry-title {
	font-weight: bold;
	font-size: 1.2em;
}

#site-navigation ul ul, #site-navigation .current_page_item>a, #site-navigation .current-menu-item>a, #site-navigation .current_page_ancestor>a, #site-navigation .current_page_item>a:hover, #site-navigation .current-menu-item>a:hover, #site-navigation .current_page_ancestor>a:hover, #site-navigation ul:not(.sub-menu)>.menu-item-has-children:hover>a:hover, #site-navigation ul:not(.sub-menu)>.menu-item-has-children:hover>a, #colophon {
	background-color: #009EE2;
	border-radius: 5px;
}

#colophon .footer-bottom {
	background: black;
	opacity: .3;
}

#site-navigation li:hover>a {
	border-color: #009EE2;
	border-radius: 5px;
	color: #009EE2;
}

#colophon {
	border-color: #009EE2;
}

a, .navigation.paging-navigation a.previous-link, .navigation.paging-navigation a.next-link, #site-navigation li:hover>a, .homepage-widgets .widget .widget-title {
	color: #009EE2;
}

.entry-header.primary-hentry .entry-title, .page-header .page-title {
	color: #009EE2;
}

body:not(.single) .hentry .entry-content :last-child, .contact-form input[type='text'] {
	margin-bottom: 30px;
}

#page a.btn {
	background-color: #009EE2;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	border: 1px solid #009EE2;	
	border-radius: 5px;
}

#page a.btn:hover {
	background-color: #ffffff;
	color: #009EE2;
	padding: 5px 10px 5px 10px;
	border: 1px solid #009EE2;
	border-radius: 5px;
}

#colophon a {
	color: #a8dcf3;
}

#colophon a:hover {
	color: #006f9f;
}

body:not(.search) #page .jetpack-testimonial.hentry .entry-content, #colophon #gotop-button a, input[type="submit"], #masthead .header-searchform button.submit {
	background-color: #009EE2;
	font-size: 1.1em;
	border-radius: 5px;
	border: 1px solid #009EE2;
}

input[type="submit"]:hover, #masthead .header-searchform button.submit:hover {
	background-color: #ffffff;
	font-size: 1.1em;
	border-radius: 5px;
	border: 1px solid #009EE2;
	color: #009EE2;
}

#colophon .logo {
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* homepage header/slider */
#hero {
	padding: 260px 0 40px;
}

#hero.has-background .overlay, #primary-header .overlay, .page-header.has-featured-image .overlay {
	background: none;
/* For browsers that do not support gradients */
/* SKM blauw rgb(4,130,184) */
	background: -webkit-linear-gradient(rgba(137,201,250,0),rgba(137,201,250,1));
/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(137,201,250,0),rgba(137,201,250,1));
/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(137,201,250,0) 20%,rgba(137,201,250,1) 80%);
/* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(137,201,250,0) 50%,rgba(137,201,250,0.8) 80%);
/* Standard syntax */
}

.home #hero .hentry h1.entry-title {
	background-image: url('https://skmaccountants.nl/wp-content/uploads/2017/05/skm_header_dots_arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 8px 65px 8px 0;
	margin: 0;
	width: auto;
	display: inline-block;
}

.home #hero .hentry h1.entry-title:before {
	background-image: url('https://skmaccountants.nl/wp-content/uploads/2017/05/skm_header_dots.png');
	background-repeat: repeat-x;
	background-position: left 6px;
	background-color: none !important;
	padding: 8px 42px 8px 0;
	content: " ";
	margin-right: 20px;
}

@media screen and (max-width: 990px) {
	.home #hero .hentry h1.entry-title {
		background-image: none;
		padding: 8px 0;
	}
	
	.home #hero .hentry h1.entry-title:before {
		background-image: none;
		padding: 8px 0;
		margin-right: 0;
	}
}

.site-title {
	display: none;
}

.hentry .entry-secondary-meta .post-date {
	background-color: #009EE2;
}


@media screen and (max-width: 1200px) and (min-width: 1000px) {
	#site-navigation a {
		font-size: 1.25em;
	}
}

/* Thema's */
#Brochure_list .Themes_list_box .Themes_list_title {
	min-height: 85px;
	font-size: 1.3em;
	margin-top: 0px;
	padding-bottom: 0px;
}
#Brochure_list .Themes_list_box .Themes_list_fbbutton {
	margin-top: 0px;
}
#Brochure_list .Themes_list_box .Themes_list_thumbnail img.active {
	margin-bottom: 0px;
}