/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
	font-family: 'ZCOOL XiaoWei', serif;
	font-weight: 400;
	background:#000;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.right {
	float: right;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





/* CUSTOM CSS */


h1 {
	font-size:36px;
	font-weight: 300;
	margin:0 0 30px 0;
	line-height:40px;
}

h2 {
	font-size:28px;
	font-weight: 400;
}

h3 {
	font-size:22px;
	font-weight: 300;
	
}
#secondary h2 {
	font-size: 22px;
	font-weight: 300;
}
a {
	color: #242f40;
	text-decoration: underline;
}

a:hover {
	color: #242f40;
	text-decoration: none;
}

.topheader {
	width: 100%;
	background:#fff;
}

.topheader .content {
	max-width: 1180px;
    margin: 0 auto;
    padding: 20px 20px;
    overflow: hidden;
	line-height: 0;
	font-weight: 400;
	background:#fff;
}

.topheader .content img {
	width: 21px;
}

.topheader .content a {
	color: #484848;
	text-decoration: none;
}

.topheader .content a:hover {
	color: #406947;
}

#masthead {
	width: 100%;
    background:#000;
    
    }

#masthead .site-branding {
	max-width: 1180px;
    margin: 0 auto;
    padding: 20px 20px;
    overflow: hidden;
	line-height: 0;
	background: #000;

}
#masthead .site-branding .custom-logo-link {
	float:left;
	margin-right: 15px;
}

#masthead .site-branding img {
	max-height: 150px;
	max-width: 272px;
	float:left;
}
#masthead .header-title {
	float:left;
	margin-top:24px;
}
#masthead .site-title a {
	float:left;
	text-transform: uppercase;
	color:white;
	font-size: 32px;
	font-weight: 800;
	text-decoration: none;
}
#masthead .site-description {
	float:left;
	color:#870309;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	text-decoration: none;
}
#navigation {
	width: 100%;
    border-bottom: #e9e9e9 solid 1px;
    background: white;
    }

#navigation .menu-pagemenu-container {
	max-width: 1180px;
    margin: 0 auto;
    padding: 20px 20px;
	background: #fff;
	margin-bottom: 20px;
}

#navigation .menu-pagemenu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

#navigation .menu-pagemenu-container ul li {
	float: left;
	margin: 0 60px 0 0;
}

#navigation .menu-pagemenu-container ul li a {
	color: #484848;
	text-decoration: none;
	border-bottom:2px solid #fff;
}

#navigation .menu-pagemenu-container ul li a:hover {
	color: #242f40;
	border-bottom:2px solid #242f40;
}

#navigation .menu-pagemenu-container ul li .active {
	color: #242f40;
	border-bottom:2px solid #242f40;
}
#navigation .menu-pagemenu-container ul li ul.sub-menu {
	width:300px;
	background: #fff;
	padding:15px;
}
#navigation .menu-pagemenu-container ul li ul.sub-menu li {
	margin:10px 0;
}
.main-navigation ul ul li {
	width:100%;
}
.menu-blogmenu-container ul {
	
}
.menu-blogmenu-container li {
	float:left;
	margin-right:30px;
}
.blogcategorie {
	margin:10px;
	padding:20px;
	border:1px solid #484848;
	font-size: 14px;
	display: -webkit-box;
}
.blogcategorie h4 {

	margin: 0;
	padding: 0;
}
.dropdown a:after {
 color: #484848;
 content: '  ▼';
 font-size: 12px;
 vertical-align: 1px;
 margin-left:10px;
}
.dropdown a li a:after {
 content: none;
}
.toggle-nav {
    display: none !important;
}
.single .entry-meta {
	font-style: italic;
	font-size: 14px;
	}
.cat-links, .tags-links, .edit-link {
	font-size: 12px;
	width:100%;
	clear:both;
	display:block;
}
.entry-content ul li {
	margin-bottom:20px;
	list-style: none;
}
.entry-content td {
	vertical-align: top;
	text-align: center;
	background: #f4f4f4;
	border-left: 1px solid #242f40;
	border-right: 1px solid #242f40;
	width:40%;
	padding:0 20px;
}
.table-titel {
	font-size: 24px;
	font-weight: 600px;
	padding-top:20px;
}
.prijs-in-tabel {
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	color:#242f40;
}
.tekst-in-tabel {
	text-align: center;
	padding-bottom: 20px;
}
.content_topblock {
	width: 94%;
	padding:40px 3% 80px 3%;
	overflow: hidden;
}
.opening {
	text-align: center;
	max-width: 1180px;
	margin:0 auto;
	padding:10px 20px;
}
.content_topblock .content {
	max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.content_topblock .block {
	width:29%;
	padding:0 2%;
	float: left;
}

.content_topblock .block img {
	width:100%;
	margin: 0 0 40px 0;
}

.content_topblock .block h2 {
	background: #000000; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color:#ffffff;
	font-size:28px;
	font-weight: 300;
	line-height: 40px;
	padding:10px;
	border-radius:12px;
	display: inline-block;
	border:2px solid #870309;
}

.content_topblock .block a {
	cursor: pointer;
}

.content_topblock .block button {
	margin: 40px auto 0 auto;
	padding:10px;
	border-radius:12px;
	background: #666666;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	border:2px solid #870309;
	font-size: 18px;
}

.content_topblock .block button:hover {
	background: none;
	color: #870309;
	cursor: pointer;
}

.contact-info-phone {
	padding: 10px 0;
	border-top: 1px solid #e9e9e9; 
	border-bottom: 1px solid #e9e9e9; 
    font-size: 20px;
	font-weight: 400;
	color:#000000;
}

.contact-info-mail {
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9; 
    font-size: 20px;
	font-weight: 400;
	color:#000000;
}

.contact-info-phone img,.contact-info-mail img {
	width:39px;
}

.content_2columns-f4f4f4 button,.content_2columns-ffffff button,.content_1column-f4f4f4 button,.content_1column-ffffff button {
	margin: 40px auto 0 auto;
	padding:10px;
	border-radius:12px;
	background: #666666;
	color: #000;
	cursor: pointer;
	font-weight: 700;
	border:2px solid #000;
	font-size: 18px;
}

.content_2columns-f4f4f4 button:hover,.content_2columns-ffffff button:hover,.content_1column-f4f4f4 button:hover,.content_1column-ffffff button:hover {
	background: none;
	color: #870309;
	cursor: pointer;
	background:#000;
}

.content_2columns-f4f4f4 {
	width: 100%;
    background:#870309;
    margin-top: 30px;
    }

.content_2columns-f4f4f4 .content {
	max-width: 1180px;
    margin: 0 auto;
    padding: 80px 20px;
    overflow: hidden;
	text-align: center;
}

.content_2columns-f4f4f4 .content .title {
	background: #000; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	display: inline-block;
	margin:0 auto 40px auto;
	border-radius:12px;
}

.content_2columns-f4f4f4 .content h2 {
	color:#ffffff;
	font-size:36px;
	font-weight: 300;
	line-height: 40px;
	padding:10px;
	margin:0;
}

.content_2columns-f4f4f4 .content .left {
	width:49%;
	float: left;
	text-align: left;
	overflow: hidden;
}

.content_2columns-f4f4f4 .content .right {
	width:49%;
	float: right;
	text-align: left;
	overflow: hidden;
}

.content_2columns-ffffff {
	width: 100%;
    background:#000;
    }

.content_2columns-ffffff .content {
	max-width: 1180px;
    margin: 0 auto;
    padding: 80px 20px;
    overflow: hidden;
	text-align: center;
}

.content_2columns-ffffff .content .title {
	background: #666; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	display: inline-block;
	margin:0 auto 40px auto;
	border-radius:12px;
}

.content_2columns-ffffff .content h2 {
	color:#ffffff;
	font-size:36px;
	font-weight: 300;
	line-height: 40px;
	padding:10px;
	border-radius:12px;
	margin:0;
}

.content_2columns-ffffff .content .left {
	width:49%;
	float: left;
	text-align: left;
	overflow: hidden;
}

.content_2columns-ffffff .content .right {
	width:49%;
	float: right;
	text-align: left;
	overflow: hidden;
}

.content_1column-f4f4f4 {
	width: 100%;
    background:#870309;
    margin-top:20px;
    }

.content_1column-f4f4f4 .content {
	max-width: 1180px;
    margin: 0 auto;
    padding: 80px 20px;
    overflow: hidden;
	text-align: center;
}

.content_1column-f4f4f4-small .content {
	max-width: 1180px;
    margin: 0 auto;
    padding: 30px 120px;
    overflow: hidden;
	text-align: center;
}

.content_1column-f4f4f4 .content .title, .home .entry-header {
	background: #000000; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	display: inline-block;
	margin:0 auto 40px auto;
	border-radius:12px;
}

.content_1column-f4f4f4 .content h2, .home h1 {
	color:#ffffff;
	font-size:36px;
	font-weight: 300;
	line-height: 40px;
	padding:10px;
	border-radius:12px;
	margin:0;
}

.content_1column-f4f4f4 .content .full {
	width:100%;
	max-width: 800px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

.content_1column-ffffff {
	width: 100%;
    background:#ffffff;
    }

.content_1column-ffffff .content {
	max-width: 1180px;
    margin: 0 auto;
    padding: 80px 20px;
    overflow: hidden;
	text-align: center;
}

.content_1column-ffffff .content .title {
	background: #f6a200; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	display: inline-block;
	margin:0 auto 40px auto;
}

.content_1column-ffffff .content h2 {
	color:#ffffff;
	font-size:36px;
	font-weight: 300;
	line-height: 40px;
	padding:20px;
	margin:0;
}

.content_1column-ffffff .content .full {
	width:100%;
	max-width: 800px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
#main .post-thumbnail {
	width:50%;
	float:right;
}
.site-footer {
	width: 100%;
    background:#000;
    }

.site-footer .content {
	max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px 80px 20px;
    overflow: hidden;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}

.site-footer .content a {
	color: #ffffff;
	text-decoration: none;
}

.site-footer .content a:hover {
	color: #99c0d7;
}

.site-footer .content ul {
	padding-left:11px;
	list-style-image: url("../img/listtype-footer.svg");
	margin:0;
}

.site-footer .content .left {
	width:49%;
	float: left;
	text-align: left;
	overflow: hidden;
}

.site-footer .content .left img {
	max-width: 283px;
}

.site-footer .content .right {
	width:49%;
	float: right;
	text-align: right;
	overflow: hidden;
}

.site-footer .content .right img {
	height: 24px;
	margin: 15px 0 0 30px;
}

.site-footer .content .links {
	width:100%;
	margin:20px 0 0 0;
	padding: 40px 0 0 0;
	border-top: 1px solid #5f5f5f;
}

.site-footer .content .title {
	font-weight: 700;
	margin: 0 0 30px 0;
}


.site-footer .content .footerwidget {
	width:23%;
	padding:0 2% 0 0;
	float:left;
}

.site-footer .content .links .links-2columns {
	width:14.66%;
	padding:0 2% 0 0;
	float:left;
}

.site-footer .content .links input[type="text"] {
	width: 100%;
	height: 50px;
	padding:0 4%;
	border:none;
	background: #ffffff url("../img/icon-zoeken.svg") right no-repeat;
	background-size: 40px;
}
.site-footer input[type="search"] {
	width:100%;
}
.site-footer .search-submit {
    display: none;
}
.site-footer .content .site-info a {
	text-decoration: underline;
	cursor: pointer;
}
#breadcrumbs {
	width: 100%;
}

#breadcrumbs {
	max-width: 1180px;
    margin: 0 auto;
    padding: 10px 20px 20px 0px;
    overflow: hidden;
	font-size: 12px;
	font-weight: 600;
	color: #848484;
	margin-top:20px;
}

#breadcrumbs a {
	color: #848484;
}
#breadcrumbs a:hover {
	color: #4d4d4d;
}

#breadcrumbs ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

#breadcrumbs li {
	float: left;
}
.blogbox {
	border-bottom: 1px solid #242f40;
	padding-bottom:20px;
	margin-bottom:40px;
}
.blogbox button {
	cursor: pointer;
	padding:15px;
	font-weight: 600;
}
.blogbox a {
	color:#242f40;
	font-weight: 600;
	text-decoration: none;
}
.blogbox h2 {
	color:#242f40;
	font-weight: 600;
}
.blogbox .blog-afbeelding {
	float:right;
	width:33%;
	text-align: center;
}
.blogbox .blog-preview p {
	margin-bottom: 0px;
}
.blogbox .blog-categorie {
	font-size: 14px;
	clear:both;
	margin-bottom:20px;
}
.site-content {
	width: 100%;
}

.site-content  {
	max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px 80px 20px;
    overflow: hidden;
}
.site-content .quote {
	background: #870309;
	padding:30px;
	margin-bottom:20px;
	font-size: 14px;	
}
.site-content .quote .inhoud {
	font-style:italic;
}
.site-content .quote .persoon {
	font-weight:600;
	float:right;
}
.site-content .quote .website a {
	text-decoration: none;
	color: #242f40;
	font-weight: 600;
}
.site-content .quote .website a:hover {
	color: #484848;
}
.site-content .wp-block-quote {
	font-style: italic;
	font-size: 16px;
	background: #f4f4f4;
	padding:10px 20px;
}
.site-content #primary {
	width: 62.66%;
	padding-right:4%;
	float:left;
    overflow: hidden;
}
.site-content #secondary {
	width: 29%;
	padding-left:4%;
	float:right;
    overflow: hidden;
	border-left: 1px solid #e9e9e9;
}

.site-content #secondary h3 {
	margin:0;
}

.site-content #secondary a {
	color: #242f40;
	font-weight: 300;
	text-decoration: none;
}

.site-content #secondary p {
	color: #242f40;
	font-weight: 300;
	text-decoration: none;
}

.site-content #secondary a:hover {
	color: #484848;
	}

.site-content #secondary img {
	width:100%;
}

.site-content #secondary .clearfix {
	margin-bottom:20px;
}

.site-content #secondary ul {
	margin-top:0;
	padding-left:11px;
	list-style-image: url("../img/listtype-footer.svg");
	margin:0;
}
.site-content #secondary .gform_widget ul {
	margin-top:0;
	padding-left:0px;
	list-style-image: none;
	margin:0;
}
.site-content #secondary .gform_widget ul li a {
	margin-top:0;
	padding-left:0px;
	list-style-image: none;
	margin:0;
	text-decoration: underline;
}
.site-content #secondary ul li a {
	color: #484848;
	line-height: 2em;
	text-decoration: none;
	font-weight: 300;
}
.site-content #secondary ul li a:hover {
	color:#242f40;
}
ul {
	padding-left:11px;
	list-style-image: url("../img/listtype-footer.svg");
}
ul.ja,ul.nee {
	margin:0;
}
ul.ja li {
	list-style:none;
	background-image: url("../img/ja.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px;
	font-size: 16px;
	padding-left:30px;
	line-height: 40px;
}
ul.nee li {
	list-style:none;
	background-image: url("../img/nee.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px;
	font-size: 16px;
	padding-left:30px;
	line-height: 40px;
}
input[type="text"] {
	height: 50px;
	padding:0 4%;
	margin: 0 0 10px 0;
	border:1px solid #d9d9d9;
}

textarea {
	height: 150px;
	padding: 4%;
	border:1px solid #d9d9d9;
	margin: 0 0 10px 0;
}

input[type="submit"] {
	margin: 0;
	padding:10px 20px;
	background: #242f40;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	border:2px solid #242f40;
}

input[type="submit"]:hover {
	background: none;
	color: #242f40;
	cursor: pointer;
}

.main-content .content .right input[type="text"],.main-content .content .right textarea {
	width:90%;
}

.main-content .content .right input[type="submit"] {
	float:right;
}





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

	.content_topblock .block {
		width:100%;
		padding:0;
		float: none;
		border-left: none;
		border-bottom: #e9e9e9 1px solid;
		margin: 0 0 40px 0;
	}

	.content_topblock .block button {
		margin: 40px 0;
		width:100%;

	}
	
	.content_2columns-f4f4f4 .content .left,.content_2columns-ffffff .content .left  {
		width:100%;
		float: none;
		padding-bottom:30px;
	}
	
	.content_2columns-f4f4f4 .content .right,.content_2columns-ffffff .content .right {
		width:100%;
		float: none;
	}
	
	button {
		width:100%;
	}
	

	.site-footer .content .right img {
		height: 18px;
		margin: 10px 0 0 15px;
	}


	.site-footer .content .footerwidget {
		width:100%;
		padding:40px 0;
		float:none;
		border-bottom: 1px solid #5f5f5f;
	}

	.site-footer .content .links .links-2columns {
		width:100%;
		padding:40px 0;
		float:none;
		border-bottom: 1px solid #5f5f5f;
	}

	.site-footer .content .links input[type="text"] {
		width: 100%;
		padding:0;
	}

	.site-content #primary {
		width: 100%;
		padding-right:0;
		float:none;
	}

	.site-content #secondary {
		width: 92%;
		margin-top:40px;
		padding:40px 4% 4% 4%;
		float:none;
		border-left:none;
		background:#eee;
	}
	
	.site-content #secondary input[type="text"],.site-content #secondary textarea {
		width:92%;
	}
		
}


@media screen and (max-width: 815px) {
	.topheader {
		font-size:16px;
	}
	#masthead .site-branding {
		background: none;
		}
	#masthead .site-branding img {
	max-height: 70px;
	max-width: 127px;
}
	#masthead .header-title {
	margin-top:10px;
}
	#masthead .site-title a {
	font-size: 22px;

}
	#masthead .site-description {
	font-size: 12px;
}
	#navigation .menu-pagemenu-container {
		background: none;
		padding:0;
		margin:0;
	}
	.header .content {
		background: none;
	}

	.navigation .content {
		background: none;
	}
	
	.header .content img {
		max-width: 100%;
	}
	.toggle-nav {
    padding: 15px;
    margin: 15px;
    display: inline-block !important;
    color: #8D7F68;
    color: #00588b;
    transition: color linear 0.15s;
    float:right;
    font-size:24px;
}

	.toggle-nav:hover, .toggle-nav.active {
    text-decoration: none;
    color: #8D7F68;
} 
	.menu-pagemenu-container {
    display: inline-block;
    position: relative;
    background: #fff;
    width:100%;
}

	.menu-pagemenu-container ul {
    display: none;
	position: absolute;
    top: 80%;
    left: 0px;
    padding-left: 15px;
    background: #fff;
}
	.footerwidget .menu-pagemenu-container ul {
    display: block;
	position: relative;
	background: #4d4d4d;
	
}
	.menu-pagemenu-container li {
	width:100%;
    display: block;
    font-size:22px;
    float: none;
    clear: both;
}
	.contact-info-phone, .contact-info-mail {
		font-size: 16px;
	}
}
@media screen and (max-width: 420px) {
	.site-content {
		padding:0;
		width:100%;
		margin:0;
	}
	.site-content #primary {
		padding:0px 3%;
		width: 94%
	}
	#masthead .site-title a {
	font-size: 18px; 
	}
	.site-content #secondary {
		width: 100%;
		margin-top:20px;
		padding:0px 3% 4% 3%;
	}
	}



