/*!
Theme Name: Schoonmaakbedrijf de Rijn
Theme URI: https://www.schoonmaakbedrijfderijn.nl/
Author: Outhands Internet & Media
Author URI: https://www.outhands.nl/
Description: Ontwikkeling in WordPress door hét internetbureau Outhands Internet & Media, voor vragen kunt u terecht via support@outhands.nl
Version: 1.0.0
Text Domain: derijn
Tags: internetbureau, marketing, ontwikkeling, concepten
*/

.logged-in,
.admin-bar {
    margin-top: 32px;
}

.page-id-318 .call-to-action { display: none; }

/* General CSS */

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #08223b;
    font-weight: 700;
}

h1 {
    font-size: 26px;
    letter-spacing: normal;
}

h2 {
    font-size: 20px;
    letter-spacing: normal;
}

h3 {
    font-size: 18px;
    letter-spacing: normal;
}

h4 {
    font-size: 15px;
    letter-spacing: normal;
}

h5, h6 {
    font-size: 15px;
    letter-spacing: normal;
    font-weight: 400;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 24px;
    color: #08223b;
}

a {
    color: #68aee0;
    text-decoration: none;
}

a:hover,
a:active,
a:visited,
a:focus {
    color: #68aee0;
    text-decoration: underline;
}

.content {
    margin-top: 90px;
}

.section {
    padding-top: 80px;
}

ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 24px;
}

ul.black li {
	color: #08223b!important;
}

ul.checkmarks li {
    color: #fff;
    list-style-type: none;
    margin: 10px 0px;
    font-size: 14px;
}

ul.checkmarks li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-left: -1.3em;
    padding: 0px 4px;;
    border-radius: 25px;
    background-color: #68aee0;
    color: #08223b;
    margin-right: 10px;
    font-weight: 900;
}

.primary-blue-bg {
    background-color: #68aee0; 
}

.secondary-blue-bg {
    background-color: #08223b; 
}

ul.dark li {
    color: #08223b;
}

/* Button CSS */

.btn,
.button {
    outline: 0;
    font-family: 'Montserrat', sans-serif;
}

.btn, .btn:active, .btn:focus {
    box-shadow: none!important;
}

.btn-primary,
.btn-outline-primary {
    padding: 10px 20px;
    outline: 0;
    border: 2px solid #ef7000!important;
    border-radius: 0px;
}

.btn-primary {
    background-color: #ef7000;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #bb6011;
    border-color: #bb6011!important;
    outline: 0;
}

.btn-outline-primary {
    color: #ef7000;
    border: 2px solid #ef7000;
}

.btn-outline-primary:hover {
    color: #fff;
    border: 2px solid #ef7000!important;
    background-color: #ef7000;
    outline: 0;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #bb6011;
    outline: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #bb6011;
    outline: 0;
}


/* Navbar CSS */

.header a {
    color: inherit;
    text-decoration: inherit;
}

.fixed-top {
    top: 25px;
}

.topbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.topbar {
    height: 25px;
    background-color: #004990;
}

.topbar p {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.topbar p,
.topbar i {
    color: #fff;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.navbar-light .navbar-nav .nav-link {
    color: #08223b;
    font-family: 'Montserrat', sans-serif;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #68aee0;
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #68aee0;
}


@media only screen and (max-width: 475px) {
    .topbar .float-left {
        display: none;
    }
}

/* Home Page CSS */
/* Impression CSS */

.impression {
    position: relative;
    min-height: 600px;
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #e6e6e6;
    overflow: hidden;
}

.impression-img {
    position: absolute;
    top: 0;
    display: block;
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

.impression-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(58deg, rgb(104, 174, 224) 0%, rgb(0, 73, 144) 100%);
    background-image: -o-linear-gradient(58deg, rgb(104, 174, 224) 0%, rgb(0, 73, 144) 100%);
    background-image: linear-gradient(148deg, rgb(104, 174, 224) 0%, rgb(0, 73, 144) 100%);
    opacity: 0.5;
}

.impression h1,
.impression h5,
.impression p {
    color: #fff;
}

.impression a:hover,
.impression .btn-link {
    color: #fff;
    text-decoration: none;
}

.impression .golf-blue {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-image: url(assets/img/golf_blauw_horizontaal.png);
}

.impression .golf-white {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 30px;
    background-image: url(assets/img/golf_wit_horizontaal.png);
}

.impression .golf-sidebar-big {
    padding: 30px;
}

.golf-sidebar-big:before {
    content: '';
    width: 12px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
    background: url(assets/img/golf_single.png) repeat-y;
}

/* Services Section */

.services {
    margin-top: 80px;
}

.services a:hover {
    text-decoration: none;
}

.service {
    position: relative;
    padding-left: 25px;
    min-height: 200px;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.inner-service:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.inner-service {
    display: table-cell;
    vertical-align: middle;
}

.service:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.services .col-lg-4 {
    overflow: hidden;
}

.services .col-lg-4 img {
    position: absolute;
    left: 0;
    min-height: 100%;
    width: 100%;
}

.services h2,
.services h5 {
    color: #fff;
    word-break: break-word;
}

.golf-sidebar {
    margin: 20px;
    position: relative;
}

.golf-sidebar:before {
    content: '';
    width: 12px;
    height: 150%;
    display: block;
    position: absolute;
    top: -25%;
    left: -30px;
    background: url(assets/img/golf_single.png) repeat-y;
}

@media only screen and (max-width: 991px) {
    .services {
        margin-top: 25px;
    }
    .service {
        margin-top: 25px;
    }
}

/* CTA Section */

.cta-section .buttons {
    margin-top: 25px;
}

.cta-section button {
    margin: 10px;
}

/* Footer CSS */

.footer {
    padding-top: 50px;
    margin-top: 80px;
    background-color: #68aee0;
    position: relative;
}

.footer .golf-blue {
    background-image: url(assets/img/golf_blauw_vol_horizontaal.png);
    position: absolute;
    top: -10px;
    width: 100%;
    height: 30px;
}

.footer h2,
.footer h4,
.footer p {
    color: #fff;
}

.footer .col-lg-12 {
    margin-bottom: 50px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.footer ul li a {
    color: #fff;
}

.footer-bottom {
    margin-top: 50px;
    background-color: #004990;
}

.footer-bottom p {
    margin-bottom: 0;
    font-weight: 700;
}

.footer-bottom a {
    color: inherit;
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .outhands {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .footer-bottom .copyright,
    .footer-bottom .outhands {
        text-align: center;
    }
}

/* Content Page CSS */
/* Impression CSS */

.content-page .impression,
.page-template .impression,
.page-template-default .impression,
.post-template-default .impression {
    min-height: 200px;
    padding-bottom: 100px;
    padding-top: 100px;
}

.home .impression {
    position: relative;
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e6e6e6;
    overflow: hidden;
}

/* Breadcrumb CSS */

.breadcrumb-trail-holder {
    margin-top: 20px;
}

.breadcrumb-trail {
    display: inline-block;
}

.breadcrumbs .sep {
    color: inherit;
}

.breadcrumbs span {
    padding: 0px 3px;
}

/* Call-to-action CSS */

.call-to-action {
    position: absolute;
    background-color: #fff;
    width: 450px;
    top: 200px;
    right: 15%;
    padding: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.call-to-action a .btn-link {
    color: #212529;
}

@media only screen and (max-width: 1199px) {
    .call-to-action {
        width: 400px;
        height: auto;
        right: 6%;
    }
    .section {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action {
        display: none;
    }
    .section {
        padding-top: 80px;
    }
}

.call-to-action a:hover { 
    text-decoration: none;
}

/* Block CSS */

.block {
    min-height: 325px;
    width: 100%;
    display: table;
    position: relative;
}

.block h2,
.block h5,
.block p {
    color: #fff;
}

.inner-block {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

@media only screen and (max-width: 991px) {
    .blocks .block {
        margin-bottom: 50px;
    }
    .blocks .primary-blue-bg {
        margin-bottom: 0px;
    }
}

/* Testimonials block CSS */

.inner-testimonials p {
    margin-left: 20px;
    padding-top: 10px;
}

.inner-testimonials p:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    margin-right: 5px;
    font-weight: 900;
}

.inner-testimonials p:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    margin-left: 5px;
    font-weight: 900;
}

.inner-testimonials .button {
    color: #fff;
    background-color: #08223b;
    display: inline-block;
    padding: 5px 12.5px;
    position: absolute;
}

.inner-testimonials .button-right {
    right: 0px;
    bottom: 0px;
}

.inner-testimonials .button-left {
    right: 34px;
    bottom: 0px;
}

/* Sectoren & Diensten Page CSS */
/* Impression CSS */

.sectoren-page .impression, 
.diensten-page .impression {
    min-height: 200px;
    padding-bottom: 100px;
    padding-top: 100px;
}

/* Sectoren CSS */

.sector {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    transition: all 0.3s ease;
}

.sector:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.sector h2,
.sector h5,
.sector p {
    color: #fff;
}

.sector img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
}

.inner-sector {
    padding: 70px;
    width: 60%;
}

.inner-sector p {
    margin-left: 20px;
}

.inner-sector:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.sector:nth-child(even) .inner-sector{
    margin-left: 40%;
}

.sectoren:last-of-type .sector:last-of-type {
    margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
    .inner-sector {
        width: 100%;
    }
    .sector img {
        width: 100vw;
        height: 100%;
        object-fit: cover;
    }
    .sector:nth-child(even) .inner-sector{
        margin-left: 0%;
    }
}

@media only screen and (max-width: 580px) {
    .inner-sector {
        padding: 30px;
    }
}

/* Nieuws Page CSS */
/* Impression CSS */

.nieuws-page .impression,
.blog .impression,
.archive .impression {
    min-height: 200px;
    padding-bottom: 100px;
    padding-top: 100px;
}

.display-mobile {
    display: none;
}

.nieuws article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgrey;
    position: relative;
}

.nieuws article button {
    position: absolute;
    bottom: 0px;
}

.nieuws article p:last-of-type {
    padding-bottom: 55px;
}

.no-news {
    font-size: 1rem;
    text-align: center;
    margin: 100px 0px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .display-mobile {
        display: block;
        margin-bottom: 25px;
    }
    .display-desktop {
        display: none;
    }
    .nieuws article button {
        position: relative;
    }
    .nieuws article p:last-of-type {
        padding-bottom: 0px;
    }
}

/* Contact Page CSS */
/* Impression CSS */

.page-template-contact .impression {
    min-height: 200px;
    padding-bottom: 100px;
    padding-top: 100px;
}

.page-template-contact .block p {
    margin-left: 22px;
}

.page-template-contact .block a {
    color: inherit;
}

.page-template-contact iframe {
    margin-top: 25px;
}

.page-template-contact form {
    margin-top: 25px;
}

.page-template-contact form textarea {
    height: 80px;
}

@media only screen and (max-width: 991px) {
   .page-template-contact iframe {
        margin: 50px 0px;;
    }
}

.form-control {
    border-radius: 0px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output, div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    margin: 30px 0px 0px 0px;
    border: none;
    border-radius: 0px;
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
    width: 100%;
}