.ow-button {
		display: block;
	text-align: center;
	  background: #d0a421;
		border: 2px solid #d0a421;
    color: white;
    padding: 12px 28px;
		font-weight: 600;
		transition: background-color 0.2s ease, color 0.2s ease;
}
.ow-button:hover {
		background: white;
		color: #d0a421;
}
@media (min-width: 600px) {
	.ow-button {
			display: inline-block;
	}
}

.sidebar-seo .widget {
    padding: 25px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 50px;
}

.sidebar-seo {
    margin-top: 50px;
}

.content-seo {
    margin-top: 25px;
}

.sidebar-seo .widgettitle {
    margin-top: 0;
    border-bottom: solid 2px #ffffff;
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

.button, .button + .button:hover {
    display: inline-block;
    padding: 10px 25px;
    background-color: #D0A422;
    border: solid 3px #D0A422;
    color: #ffffff!important;
    font-weight: 600!important;
    transition: all 200ms;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}

.bim-content .button {
		font-size: 0.9em;
}

.button:hover, .button + .button {
    background-color: transparent;
    color: #D0A422!important;
}

.widget .button {
    display: block;
}

.lazyload,
.lazyloading {
    position: static;
}

.fw-site-navigation > ul > li.menu-button > a {
    color: #ffffff;
    background-color: #d0a421;
    border: solid 2px #d0a421;
    padding: 5px 15px;
    position: relative;
    top: -6px;
}

.fw-site-navigation > ul > li.menu-button > a:hover {
    background-color: transparent;
    color: #d0a421;
}

.fw-site-navigation > ul > li.menu-button > a:after {
    display: none;
}

.page-template-tpl-seo .post {
    padding-top: 0;
}

.page-template-tpl-seo .breadcrumbs {
    margin-bottom: 0;
}

.usp-list li {
		list-style: none!important;
		font-size: 1.2em;
}

.usp-list li:before {
		content: '\f00c';
		font-family: FontAwesome;
		margin-right: 5px;
		color: #d7b244;
}

@media (max-width: 767px) {
		.smart-slider-custom {
    		background-image: url("https://www.polmanschoonmaak.nl/wp-content/uploads/2019/07/chrome_2019-07-05_11-55-43.png")!important;
		}
}

/* Landingspagina */
.bim-content {
    font-size: 18px;
    line-height: 1.8;
}

.bim-hero .bim-image {
    margin: 25px 0;
    opacity: 0.95;
}

.bim-hero .button {
    background-color: #ffffff;
    color: #d0a421!important;
}

.bim-hero a:not(.button) {
    color: #ffffff;
    text-decoration: underline;
}

.button:before {
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: 400;
}

.button[href*="offerte"]:before {
    content: '\f0f6';
}

.button[href*="tel:"]:before {
    content: '\f095';
}

.button[href*="mailto:"]:before {
    content: '\f0e0';
}

.bim-services .bim-column h2 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.bim-services .bim-column a {
    display: block;
    text-align: center;
}

.bim-services .bim-column hr {
    border: solid 2px #f2f2f2;
}

.bim-services {
    padding: 0;
}

.bim-services + .bim-colour-grey {
    padding-top: 0;
}

.bim-centered .bim-container {
    justify-content: center;
}

.bim-boxed-image {
    padding: 0!important;
    display: flex;
}

.bim-boxed-content {
    padding-top: 0!important;
}

.bim-list .bim-col-6 > :first-child strong {
    position: absolute;
    left: 15px;
    top: 20px;
    line-height: 1;
    font-size: 2em;
    opacity: 0.25;
}

.bim-list .bim-col-6 {
    border: solid 2px #f2f2f2;
    margin: 15px;
    padding: 0 15px 15px 50px;
    position: relative;
}

@media (min-width: 768px) {
    .bim-hero {
        padding-bottom: 150px;
    }

    .bim-services .bim-column {
        margin: -75px 15px 105px;
        width: calc(((100% / 12) * 3) - 30px);
				box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.09);
    }

    .bim-list .bim-col-6 {
        border: solid 2px #f2f2f2;
        width: calc(((100% / 12) * 6) - 30px);
        margin: 15px;
        padding: 0 15px 15px 50px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .bim-services .bim-column {
        margin-bottom: 50px;
    }
}
/* END Landingspagina */