/*
	Theme Name: PW De Gids
	Theme URI: http://my.studiopress.com/themes/news/
	Description: Responsive thema gebaseerd op New Pro van StudioPress
	Author: Marcel Bootsman
	Author URI: http://www.nostromo.nl
	Version: 1.0
 
	Tags: black, red, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.2
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Gravity Forms
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- PW De Gids Blue
		- PW De Gids Green
		- PW De Gids Pink
		- PW De Gids Orange
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
    normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active, a:hover {
	outline: 0;
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button, input {
	line-height: normal
}

button, select {
	text-transform: none
}

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

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

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f6f5f2;
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
	position: relative;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #000;
}

.home a.readmore {
	display: inline-block;
	margin-left: 4px;
}

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

.archive.category .entry-content p,
.page-id-27 .entry-content p {
	margin: 10px 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #305ba5;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 20px;
}

.home-top-right h2 {
	margin: 0;
}

.wpp-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	margin: 5px 0;
}

.related h2 {
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 160px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

.wpp-list .wpp-thumb,
.wpp-list .wpp-excerpt,
.wpp-list .wpp-readmore {
	display: none;
}

.wpp-list li:first-child .wpp-thumb,
.wpp-list li:first-child .wpp-title {
	width: 100%;
	display: inline-block;
}

.wpp-list li:first-child .wpp-excerpt,
.wpp-list li:first-child .wpp-readmore {
	display: inline;
}

.wpp-list .wpp-excerpt,
.wpp-list li a {
	font-weight: 500;
}

.wpp-list li:first-child .wpp-readmore {
	margin-left: 5px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

.sidebar .widget_search input {
	text-transform: uppercase;
}

.sidebar .widget_search .widget-title {
	display: none;
}

.picteaser-right {
	margin: 3px 0 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.single #social input#submit {
	background-color: #dcdddd;
	border: none;
	border-radius: 2px;
	box-shadow: none;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	padding: 16px;
	text-transform: uppercase;
	width: auto;
	background-image: none;
	font-family: inherit;
	text-shadow: none;
	height: auto;
	height: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #ff0000;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 auto;
	max-width: 1140px;
}

.pwdegids-landing .site-container {
	max-width: 960px;
}

.site-inner {
	clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 960px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 778px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content {
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content-sidebar .content {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 600px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 359px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-sidebar-content .sidebar-primary {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .sidebar-primary {
	border-right: 1px solid #e3e3e3;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	font-size: 14px;
	width: 177px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 20px;
}

.home-top-left a.alignnone img,
.home-top-left img.alignnone,
.home-above-top a.alignnone img,
.home-above-top img.alignnone {
	margin-bottom: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 16px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 16px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	margin: 0;
	padding: 14px;
	text-transform: uppercase;
	color: #305ba5;
}

.breadcrumb a {
	color: #e30045;
}

.category_name {
	padding: 20px 20px 0;
}

.category_description {
	padding: 0 20px;
}

.category_name h1 {
	color: #305ba5;
}

.archive-description,
.author-box {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	overflow: hidden;
	padding: 20px;
}

.search-results .archive-description,
.search-results .entry-meta {
	display: none;
}

.search-results .entry-header .entry-meta {
	display: block;
}

.search-results .entry-content p {
	margin-bottom: 0;
}

.author-box-title {
	color: #000;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.search-results .entry-title {
	font-size: 20px;
	font-weight: 500;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover {
	color: #ff0000;
}

.widget-title {
	border-top: 3px solid #000;
	border-bottom: 2px solid #e3e3e3;
	color: #305ba5;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
}

.home-above-top h4.widget-title,
.home-top-left h4.widget-title,
.home-top-right h4.widget-title {
	margin: 0;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

#text-6 .widget-title {
	background-color: #e30045;
	color: #fff;
}

.sidebar .ad object {
	max-width: 320px;
}

#text-6 .teasertitle-more {
	display: block;
	margin-top: 5px;
}

.sidebar #text-8 table {
	margin-bottom: 0;
}

.sidebar #text-8 tbody {
	border-bottom: 0;
}

.sidebar #text-8 td {
	padding: 0;
}

.sidebar #text-8 table td .splhead {
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	width: 250px;
}

.sidebar #text-8 table td .splimg {
	display: inline;
	float: left;
	margin-right: 5px;
	vertical-align: top;
	width: 50px;
}

.sidebar #text-8 table td .spltext {
	font-size: 12px;
}

.sidebar #text-9 img {
	float: left;
	width: 60px;
	height: auto;
}

.sidebar #text-9 .my_rss_feed {
	display: inline-block;
	margin: 10px 0;
	width: 100%;
}

.sidebar #text-9 .rss_text_display_tit {
	font-size: 12px;
	margin: 0 0 0 65px;
}

.sidebar #text-4 .box-big-image {
	float: left;
}

.sidebar #text-4 .box-big-content,
.sidebar #text-10 p {
	margin: 0 0 0 90px;
}

.widget_promo .logo {
	display: inline-block;
	margin: 5px 0 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	line-height: 1.2;
}

.featured-content p {
	margin-bottom: 20px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */
.sidebar .gform_wrapper {
	margin: 0;
}

div.gform_wrapper input,
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 2px;
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

li.gfield {
	position: relative;
}

li.gfield .gfield_label {
	color: #333;
}

.sidebar li.gfield .gfield_label {
	color: #fff;
}

ul.gform_fields {
	margin-bottom: 0;
}

.sidebar .gform_wrapper .left_label input.large,
.sidebar .gform_wrapper .left_label .gfield_label,
.sidebar .gform_wrapper .left_label .gfield_error input.large {
	width: 100%;
}

.sidebar #gform_widget-2 .widget-title {
	display: none;
}

.sidebar #gform_widget-2 .widget-wrap {
	display: inline-block;
	width: 100%;
	padding: 0;
}

.sidebar #gform_widget-2 .widget-wrap .gfield_html p {
	color: #fff;
	font-size: 20px;
	margin: 0;
}

.sidebar #gform_widget-2 .widget-wrap input[type="email"] {
	padding: 0;
}

.sidebar .gform_wrapper ul.left_label li.gfield_html {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.sidebar .gform_wrapper form {
	width: 100%;
}

.sidebar .gform_wrapper .gform_footer.left_label {
	padding: 0;
	width: 100%;
	margin-left:0;
}

.sidebar .gform_wrapper .gform_footer {
	margin: 0;
}

.pwdegids-blue .meld-een-bijeenkomst {
	position: relative;
	left: 590px;
}

.sidebar .gform_wrapper .gform_footer input.button,
.pwdegids-blue .meld-een-bijeenkomst a {
	border: 1px solid #8ea82b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #fff;
	background-color: #B0CD3E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B0CD3E), to(#8FAC1D));
	background-image: -webkit-linear-gradient(top, #B0CD3E, #8FAC1D);
	background-image: -moz-linear-gradient(top, #B0CD3E, #8FAC1D);
	background-image: -ms-linear-gradient(top, #B0CD3E, #8FAC1D);
	background-image: -o-linear-gradient(top, #B0CD3E, #8FAC1D);
	background-image: linear-gradient(to bottom, #B0CD3E, #8FAC1D);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#B0CD3E, endColorstr=#8FAC1D);
	width: 102%;
}

.pwdegids-blue .meld-een-bijeenkomst a {
	width: auto;
}

.sidebar .gform_wrapper .gform_footer input.button:hover,
.pwdegids-blue .meld-een-bijeenkomst a:hover {
	border: 1px solid #6f8322;
	background-color: #92ac2c;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#92ac2c), to(#6b8016));
	background-image: -webkit-linear-gradient(top, #92ac2c, #6b8016);
	background-image: -moz-linear-gradient(top, #92ac2c, #6b8016);
	background-image: -ms-linear-gradient(top, #92ac2c, #6b8016);
	background-image: -o-linear-gradient(top, #92ac2c, #6b8016);
	background-image: linear-gradient(to bottom, #92ac2c, #6b8016);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#92ac2c, endColorstr=#6b8016);
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li:before {
	display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 20px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-left: 30px;
	width: 180px;
}

.site-title {
	font-weight: 700;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #000;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	margin: 10px 0 0;
	text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	padding: 0 40px;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title a {
	background-position: top !important;
	float: left;
	min-height: 92px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	padding: 20px 40px;
	text-align: right;
	width: 800px;
}

.site-header .widget-area li {
	list-style-type: none;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #000;
	font-size: 11px;
	line-height: 1.5;
	width: 100%;
	font-family: sans-serif;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin-right: -3px;
}

.genesis-nav-menu.menu-secondary .menu-item,
.genesis-nav-menu.menu-secondary-right .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border-right: 1px solid #e3e3e3;
	color: #000;
	display: block;
	padding: 20px 14px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.secondary-menu-wrapper {
	overflow: auto;
	background-color: #c3d0e3;

}

.nav-secondary-right .menu-item:first-child {
	border-left: 1px solid #e3e3e3;
}

.genesis-nav-menu .menu-item:last-child {
	margin-right: 0px;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #e3e3e3;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 12px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	border: none;
	border-left: 1px solid #e3e3e3;
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 10px;
}

.genesis-nav-menu .search input[type="search"] {
	font-size: 13px;
	padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
	border: 1px solid #e3e3e3;
	border-top: none;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {

	background-color: #305ba5;
	border-bottom: 1px solid #e3e3e3;
	border-top: 3px solid #000;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary, .nav-secondary-right {
	border-bottom: 1px solid #e3e3e3;
	display: inline-block;
	float: left;
}

.nav-secondary-right {
	float: right;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */
.home-above-top {
	clear: both;
	width: 100%;
	margin: 10px 0;
}

.home-top-left, .home-top-right {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.home-top-left .entry {
	border-bottom: 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-below-top {
	width: 100%;
	clear: both;
	padding: 0 10px;
}

.home-below-top .widget {
	width: 49%;
	float: left;
	margin-left: 1%;
}

.home-below-top .widget.widget_text {
	width: 100%;
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	padding: 16px;
	margin-bottom: 16px;
	clear: both;
	text-transform: uppercase;
	text-align: center;
}

.home-below-top .entry {
	border-bottom: 0;
}

.more-from-category {
	padding: 16px 0;
	margin: 0;
	border-top: 1px solid #e3e3e3;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

.home-middle {
	padding: 5px 5px 0;
	width: 100%;
	clear: both;
}

.home-bottom {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 20px 0;
}

/* Entries
--------------------------------------------- */

.entry {
	border-bottom: 1px solid #e3e3e3;
	padding: 14px;
}

.home-top-right .entry:last-child {
	border-bottom: 0;

}

.entry .intro {
	font-weight: bold;
}

.home-top-left .entry,
.home-top-right .entry,
.home-middle .entry,
.home-bottom .entry {
	padding: 10px 0;
}

.home-middle a.alignleft img,
.home-middle img.alignleft,
.home-middle .wp-caption.alignleft {
	margin: 0 24px 0px 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 16px;
}

.home-below-top .entry-content p {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.related-vakbase-wrap ul {
	margin-left: 16px;
}
.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #666;
	font-size: 12px;
}

.single .entry-meta {
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	padding: 20px 0;
	text-transform: uppercase;
}

.single .entry-meta:nth-child(3) a {
	color: #e30045;

}

.entry-header .entry-meta {
	margin-bottom: 12px;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #e3e3e3;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.archive .entry-categories,
.archive .entry-tags,
.page-id-27 .entry-tags,
.page-id-27 .entry-categories {
	display: inline-block;
}

.after-entry {
	padding: 20px;
}

.content img.wp-post-image {
	float: right;
	margin: 0 0 10px 10px;
}

.entry .related {
	padding: 20px;
	background-color: #c3d0e3;
	overflow: auto;
}

.entry .related .related-posts,
.entry .related .below-post-right {
	width: 50%;
	float: left;
}

.entry .related .content {
	width: auto;
	border-right: none;
}

.entry .related li {
	list-style-type: none;
	margin-bottom: 10px;
}

.entry .related li a {

}

/* Entry Navigation
--------------------------------------------- */

.archive.category .entry {
	padding: 5px 20px;
	border-bottom: 0;
}

.archive.category h2.entry-title,
.archive.author h2.entry-title,
.page-id-27 h2.entry-title {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0;
	margin-right: 5px;
	float: left;
	line-height: 1.5;
}

.archive.category .entry-content {
	border-bottom: 1px solid #e3e3e3;
}

.archive.category .entry-content .entry-meta,
.page-id-27 .entry-content .entry-meta {
	margin: 0 0 0 124px; /* consider the featured image */
	float: none;
	font-size: 12px;
}

.archive.category .entry-content .entry-meta .date,
.archive.author .entry-content .entry-meta .date,
.page-id-27 .entry-content .entry-meta .date {
	font-size: 12px;
	margin-top: 8px;
	display: inline-block;
}

.archive-pagination,
.em-pagination {
	clear: both;
	font-size: 12px;
	text-align: center;
	margin: 20px 0;
	width: 100%;
	display: inline-block;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.pwdegids-blue .em-pagination a.page-numbers,
.pwdegids-blue .em-pagination .current {
	background-color: #dcdddd;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a,
.pwdegids-blue .em-pagination .current {
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.comment-respond {
	padding: 40px;
}

.entry-comments {
	border-bottom: 1px solid #e3e3e3;
	padding-right: 0;
}

.ping-list {
	margin-bottom: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
}

.entry-comments .comment-meta {
	font-size: 12px;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 18px;
	padding: 16px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

li.depth-2 {
	background-color: #fff;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.after-entry li,
.pwdegids-home .content li,
.sidebar li {
	border-bottom: 1px dotted #e3e3e3;
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
	word-wrap: break-word;
	font-weight: 700;
}

.sidebar .widget.soliloquy li {
	border-bottom: 0;
}

.after-entry li ul,
.pwdegids-home .content li ul,
.sidebar li ul {
	border-top: 1px dotted #e3e3e3;
	margin-top: 12px;
	padding-top: 12px;
}

.after-entry ul > li:last-child,
.pwdegids-home .content ul > li:last-child,
.sidebar ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar ul.custom-search {
	margin-bottom: 32px;
}

.after-entry .widget,
.pwdegids-home .content .widget {
	padding-bottom: 20px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 10px 20px;
}

.sidebar .enews-widget {
	background-color: #000;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.searchparent span {
	cursor: pointer;
	width: 100%;
	display: block;
}

.searchparent span img {
	float: right;
}

.searchparent span img.collapsed {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.searchparent span img.expanded {
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	filter: none;
	-ms-filter: none;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000;
	color: #fff;
	clear: both;
	padding: 40px 40px 16px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 244px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	margin-right: 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.pwdegids-blue .footer-widgets a {
	color: #fff;
}

.pwdegids-blue .footer-widgets a:hover {
	color: #ff0000;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	border: none;
	color: #fff;
	font-weight: 700;
	padding: 0;
	margin-bottom: 16px;
	text-align: left;
	font-size: 14px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	border-top: 1px solid #333;
	color: #999;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #ff0000;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* PW De Gids Blue
--------------------------------------------- */

.pwdegids-blue .entry-title a:hover,
.pwdegids-blue .footer-widgets a:hover,
.pwdegids-blue .site-footer a:hover,
.pwdegids-blue a {
	color: #305ba5;
}

.pwdegids-blue .entry-title a,
.pwdegids-blue .sidebar .widget-title a,
.pwdegids-blue .site-title a,
.pwdegids-blue .site-title a:hover,
.pwdegids-blue a:hover {
	color: #305ba5;
}

.pwdegids-blue .genesis-nav-menu a {
	color: #fff;
	background-color: #305ba5;
}

.pwdegids-blue .genesis-nav-menu.menu-secondary a,
.pwdegids-blue .genesis-nav-menu.menu-secondary-right a {
	color: #333;
	background-color: #c3d0e3;
}

.pwdegids-blue .genesis-nav-menu .current-menu-item > a,
.pwdegids-blue .genesis-nav-menu a:hover {
	background-color: #fff;
	color: #305ba5;
}

.pwdegids-blue .genesis-nav-menu.menu-secondary a:hover,
.pwdegids-blue .genesis-nav-menu.menu-secondary-right a:hover,
.pwdegids-blue .genesis-nav-menu.menu-secondary .current-menu-item a,
.pwdegids-blue .genesis-nav-menu.menu-secondary-right .current-menu-item a {
	color: #333;
	background-color: #fff;
}

.pwdegids-blue .breadcrumb a {
	color: #e30045;
}

.pwdegids-blue .genesis-nav-menu.menu-secondary,
.pwdegids-blue .genesis-nav-menu.menu-secondary-right {
	background-color: #c3d0e3;
}

.pwdegids-blue .genesis-nav-menu.menu-secondary a:hover,
.pwdegids-blue .genesis-nav-menu.menu-secondary .current-menu-item > a
.pwdegids-blue .genesis-nav-menu.menu-secondary-right a:hover,
.pwdegids-blue .genesis-nav-menu.menu-secondary-right .current-menu-item > a {
	background-color: #fff;
	color: #333;
}

.pwdegids-blue .site-footer a {
	color: #aaa;
}

.pwdegids-blue .archive-pagination li a:hover,
.pwdegids-blue .archive-pagination li.active a,
.pwdegids-blue .button:hover,
.pwdegids-blue .enews-widget input[type="submit"],
.pwdegids-blue .entry-content .button:hover,
.pwdegids-blue .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.pwdegids-blue button:hover,
.pwdegids-blue input:hover[type="button"],
.pwdegids-blue input:hover[type="reset"],
.pwdegids-blue input:hover[type="submit"],
.pwdegids-blue .em-pagination .current {
	background-color: #305ba5;
}

.pwdegids-blue .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.pwdegids-blue .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* PW De Gids Green
--------------------------------------------- */

.pwdegids-green .entry-title a:hover,
.pwdegids-green .footer-widgets a:hover,
.pwdegids-green .site-footer a:hover,
.pwdegids-green a {
	color: #7dc246;
}

.pwdegids-green .entry-title a,
.pwdegids-green .genesis-nav-menu a,
.pwdegids-green .sidebar .widget-title a,
.pwdegids-green .site-title a,
.pwdegids-green .site-title a:hover,
.pwdegids-green a:hover {
	color: #000;
}

.pwdegids-green .button,
.pwdegids-green .button:hover,
.pwdegids-green .footer-widgets a,
.pwdegids-green .genesis-nav-menu .current-menu-item > a,
.pwdegids-green .genesis-nav-menu a:hover {
	color: #fff;
}

.pwdegids-green .site-footer a {
	color: #aaa;
}

.pwdegids-green .archive-pagination li a:hover,
.pwdegids-green .archive-pagination li.active a,
.pwdegids-green .button:hover,
.pwdegids-green .enews-widget input[type="submit"],
.pwdegids-green .entry-content .button:hover,
.pwdegids-green .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.pwdegids-green button:hover,
.pwdegids-green input:hover[type="button"],
.pwdegids-green input:hover[type="reset"],
.pwdegids-green input:hover[type="submit"] {
	background-color: #7dc246;
}

.pwdegids-green .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.pwdegids-green .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* PW De Gids Pink
--------------------------------------------- */

.pwdegids-pink .entry-title a:hover,
.pwdegids-pink .footer-widgets a:hover,
.pwdegids-pink .site-footer a:hover,
.pwdegids-pink a {
	color: #e81857;
}

.pwdegids-pink .entry-title a,
.pwdegids-pink .genesis-nav-menu a,
.pwdegids-pink .sidebar .widget-title a,
.pwdegids-pink .site-title a,
.pwdegids-pink .site-title a:hover,
.pwdegids-pink a:hover {
	color: #000;
}

.pwdegids-pink .button,
.pwdegids-pink .button:hover,
.pwdegids-pink .footer-widgets a,
.pwdegids-pink .genesis-nav-menu .current-menu-item > a,
.pwdegids-pink .genesis-nav-menu a:hover {
	color: #fff;
}

.pwdegids-pink .site-footer a {
	color: #aaa;
}

.pwdegids-pink .archive-pagination li a:hover,
.pwdegids-pink .archive-pagination li.active a,
.pwdegids-pink .button:hover,
.pwdegids-pink .enews-widget input[type="submit"],
.pwdegids-pink .entry-content .button:hover,
.pwdegids-pink .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.pwdegids-pink button:hover,
.pwdegids-pink input:hover[type="button"],
.pwdegids-pink input:hover[type="reset"],
.pwdegids-pink input:hover[type="submit"] {
	background-color: #e81857;
}

.pwdegids-pink .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.pwdegids-pink .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* PW De Gids Orange
--------------------------------------------- */

.pwdegids-orange .entry-title a:hover,
.pwdegids-orange .footer-widgets a:hover,
.pwdegids-orange .site-footer a:hover,
.pwdegids-orange a {
	color: #ff9000;
}

.pwdegids-orange .entry-title a,
.pwdegids-orange .genesis-nav-menu a,
.pwdegids-orange .sidebar .widget-title a,
.pwdegids-orange .site-title a,
.pwdegids-orange .site-title a:hover,
.pwdegids-orange a:hover {
	color: #000;
}

.pwdegids-orange .button,
.pwdegids-orange .button:hover,
.pwdegids-orange .footer-widgets a,
.pwdegids-orange .genesis-nav-menu .current-menu-item > a,
.pwdegids-orange .genesis-nav-menu a:hover {
	color: #fff;
}

.pwdegids-orange .site-footer a {
	color: #aaa;
}

.pwdegids-orange .archive-pagination li a:hover,
.pwdegids-orange .archive-pagination li.active a,
.pwdegids-orange .button:hover,
.pwdegids-orange .enews-widget input[type="submit"],
.pwdegids-orange .entry-content .button:hover,
.pwdegids-orange .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.pwdegids-orange button:hover,
.pwdegids-orange input:hover[type="button"],
.pwdegids-orange input:hover[type="reset"],
.pwdegids-orange input:hover[type="submit"] {
	background-color: #ff9000;
}

.pwdegids-orange .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.pwdegids-orange .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* Social comments */
.single #social #reply-title, #social .social-nav .social-current-tab {
	background: none;
}

.single #social {
	padding: 20px;
}

.single #social .form-submit, .single #social .social-input-row-submit {
	height: auto;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-container {
		max-width: 960px;
	}

	.nav-secondary li a,
	.nav-secondary-right li a {
		padding: 20px 6px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 658px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 480px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.sidebar .jcarousel-skin-tango .jcarousel-container-horizontal {
		width: 265px;
		padding: 0 20px;
	}

	.sidebnar .jcarousel-skin-tango .jcarousel-prev-horizontal {
		left: 0;
	}

	.sidebar .ad object {
		max-width: 260px;
	}

	.sidebar #text-8 table {
		width: 260px;
	}

	.sidebar #text-8 table td {
		display: inline;
	}

	.sidebar #text-8 table {
		width: 260px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 199px;
	}

	.home-top .widget.ui-tabs img {
		max-width: 617px;
	}

	.home-top .widget.ui-tabs .entry {
		min-height: 334px;
	}

	.site-title {
		margin-top: 0;
	}

}

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

	.site-container {
		max-width: 780px;
		width: 96%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin: 0;
		width: 24%;
	}

	.site-header .title-area,
	.site-header .widget-area {
		padding: 0;
	}

	.site-header .title-area {
		padding-bottom: 16px;
	}

	.site-header .wrap {
		padding: 20px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.home-top .widget.ui-tabs .entry h2,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .header-widget-area {
		display: inline-block;
	}

	.nav-secondary, .nav-secondary-right {
		width: 100%;
		text-align: center;
	}

	.nav-secondary-right .menu-item:first-child {
		border-left: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		border: none;
		padding: 12px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.content {
		border: none;
	}

	.site-footer {
		padding: 24px;
	}

	.home-top .widget.ui-tabs .entry {
		background-color: #000;
		padding-bottom: 20px;
	}

	.home-top .widget.ui-tabs img {
		display: block;
		max-width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.home-top .ui-tabs ul.ui-tabs-nav {
		background-color: #000;
		bottom: auto;
		margin: 0;
		position: relative;
		right: auto;
	}

	.home-top .ui-tabs ul.ui-tabs-nav li,
	.home-top .widget.ui-tabs .entry p {
		margin: 0;
	}

	.home-top .widget.ui-tabs .entry h2 {
		padding: 0;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .sidebar-primary {
		border: none;
	}

}

@media only screen and (max-width: 600px) {
	.content img.wp-post-image {
		display: none;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.four-sixths,
	.home-top-left,
	.home-top-right,
	.home-middle,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.header-image .site-header .site-title a {
		background-size: contain !important;
	}

	.header-widget-area,
	.nav-secondary,
	.nav-secondary-right,
	.entry p ~ a {
		display: none;
	}

	.archive.category h2.entry-title {
		float: none;
	}

	.archive.category .entry-content .entry-meta .date {
		margin-top: 0;
	}

	.archive.category .entry-content .entry-meta {
		margin-left: 0px;
	}

	.entry-header img.alignleft {
		margin: 0 10px 10px 0;
	}

	.entry-title {
		font-size: 26px;
	}

	#wpadminbar {
		position: fixed;
	}

}

.addthis_button_tweet iframe {
	width: 95px !important;
}

.addthis_button_google_plusone #___plusone_0 {
	width: 58px !important;
}

.soliloquy-next {
	left: 220px;
	right: inherit !important;
}

.soliloquy-prev {
	left: inherit !important;
	right: 220px;
}

.related-vakbase-wrap {
	margin-bottom: 16px;
	float:right;
	width: 250px;
	clear: both;
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	padding: 16px 0;
}

.related-vakbase-wrap .vakbase-logo {
	float: right;
	display: inline-block;
	text-align: right;
}