/*   
Theme Name: BuurtUp
Theme URI: http://go2people-websites.nl/
Description: Thema voor BuurtUp
Author: Lizette van Boom and Niels Lust - Go2People Websites
Author URI: http://go2people-websites.nl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Go2People, Bootstrap, Responsive, Mobile
Version: 1.0
Text Domain: buurtup-theme
*/



/* BEGIN OF WP RESET */
@font-face {
    font-family: 'always_in_my_heartregular';
    src: url('fonts/always_in_my_heart-webfont.woff2') format('woff2'),
         url('fonts/always_in_my_heart-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
    font-family: 'Nunito', sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

    html {
        position: relative;
        min-height: 100%;
    	overflow-y:visible;
    }
    
    body {
        margin-bottom: 15px; /* height of the footer */
    }

.clear {
    clear: both;
}

table th {
    text-align: left;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

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

.text-center {
    text-align: center;
}

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

img { 
    height: auto; 
    max-width: 100%;
}

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        img[src$=".svg"] {
            height: auto;
            width: 100%;
        }
    }

a.post-thumbnail-link {
	display: block;
	position: relative;
	overflow: hidden;
}

    a.post-thumbnail-link img {
	    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        vertical-align: middle;
    }
    
    a.post-thumbnail-link:hover img {
	    transform:scale(1.2);
        -ms-transform:scale(1.2); /* IE 9 */
        -moz-transform:scale(1.2); /* Firefox */
        -webkit-transform:scale(1.2); /* Safari and Chrome */
        -o-transform:scale(1.2); /* Opera */
    }

.relative {
    position: relative;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

    .videoWrapper iframe {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }
    
.admin-bar #top {
    top: 32px !important;
}

    @media screen and (max-width: 782px) {
        .admin-bar #top {
            top: 46px !important;
        }
    }

/* END OF WP RESET */


/* BEGIN OF TEXT */

h1, h2, h3, h4, h5, h6 {
}

h1 {
    
}

h2 {
    
}

h3 {
    
}

h4 {
    
}

h5 {
    
}

h6 {
    
}

a {
    
}

a:hover, a:focus {
    
}

p {
    
}

span {
    
}

/* DO NOT TOUCH THIS, UNLESS YOU WANT TO ADD OTHER CLASSES/IDS */
a {
    -webkit-transition: color 0.5s ease-in, color 0.5s ease-out, background-color 0.5s ease-in, background-color 0.5s ease-out;
    -moz-transition: color 0.5s ease-in, color 0.5s ease-out, background-color 0.5s ease-in, background-color 0.5s ease-out;
    -o-transition: color 0.5s ease-in, color 0.5s ease-out, background-color 0.5s ease-in, background-color 0.5s ease-out;
    -ms-transition: color 0.5s ease-in, color 0.5s ease-out, background-color 0.5s ease-in, background-color 0.5s ease-out;
    transition: color 0.5s ease-in, color 0.5s ease-out, background-color 0.5s ease-in, background-color 0.5s ease-out;
}

/* END OF TEXT */



/* STRUCTURE */


main {
    min-height: 100%;
}

.content-container {
    padding: 30px 0;
}

    .content-container.grey {
        background-color: #e9e9e9;
    }
    
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #CACACA;
}
.info p {
    font-size: 11px;
     color:#5C5C5C;
}
}

/* COMMENTS */
            
    ol.commentlist { padding: 0; }
        
        ol.commentlist li {
            list-style-type: none;
            margin-bottom: 20px;
            position: relative;
        }
        
            ol.commentlist li .comment-author {
               padding: 10px;
               border-bottom: 1px solid #e8e8e8; 
            }
                
                ol.commentlist li .comment-author img {
                    vertical-align: middle;  
                    display: inline-block !important;  
                }
                
            ol.commentlist li .comment-meta {
                position: absolute;
                top: 8px;
                right: 1px;
                padding: 10px;
            }
                
                @media screen and (max-width: 768px) {
                    ol.commentlist li .comment-meta {
                        position: relative;
                    }
                }
            
            ol.commentlist li .reply, ol.commentlist li p {
                padding: 10px;
            }
            
                ol.commentlist li p {
                    margin: 0;
                    padding-bottom: 0;
                }
            
            ol.commentlist ul.children {
                padding: 0 30px;
                
            }
            
                ol.commentlist ul.children li {
                    margin-bottom: 10px;
                }
                
                    ol.commentlist ul.children li .reply {
                        display: none;
                    }
                    
                    ol.commentlist ul.children li p {
                        padding: 10px;
                    }
/* END OF COMMENTS */  
                 
    /* BEGIN of mobile devices custom style */
    
    @media screen and (max-width: 767px) {
    	
    }
    
    /* END of mobile devices custom style */
    
    
    /* BEGIN of non-mobile devices custom style */
    
    @media screen and (min-width: 768px) {
    	
    }
    
    /* END of non-mobile devices custom style */

/* END OF STRUCTURE */


/* BEGIN OF BOOTSTRAP OVERWRITE */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    /* only to change padding */
}


/** Bootstrap 5 column overwrite **/

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* END OF BOOTSTRAP OVERWRITE */

section#header {
    background-color: #2C656C !important;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    width: 100%;
    height: 90px;
    border-bottom: #26A2B2 solid 12px;
}
#logo img {
    height: 50px;
}
#logo {
    padding-top:15px;
    padding-left:20%;
}
.col-lg-3 {
    padding:20px;
}
nav ul li:hover a {
    background-color: #2C656C !important;
    color: #fff;
    text-decoration: underline;
    text-transform: lowercase;
}
nav ul li.current-menu-item a, nav ul li.current-menu-parent a {
    text-decoration:underline;
}
nav ul li a {
    background-color: #2C656C !important;
    color: #FFF;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 19px;
    font-weight: 300;
}
#intro h1 {
    font-family: 'always_in_my_heartregular';
    font-size: 70px;
    text-align: center;
    color: #E6007E;
    margin:0px;
    font-weight:300;
    line-height: 60px;
}
#intro h3 {
    color: #26A2B2;
    font-weight: 300;
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
}
a.button {
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    width: 150px;
    background-color: #E6007E;
    padding: 10px 15px 10px 15px;
    color: #fff;
    font-size:15px;
    text-align:center;
    font-weight: 300;
    display: block;
    cursor:pointer;
    text-decoration:none;
}
a.button:hover, input[type="submit"]:hover{
    background-color:#BD0067 !important;
    color:#fff;
    font-weight:300 !important;
}
a.linkedin {
    color:#BD0067;
    font-size: 13px;
}
#hoewijwerken img{
    max-width:120px;
    max-height:70px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#dienst img{
    max-width:140px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.project img {
    max-width:100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.row {
    margin-top: 10px;
    margin-bottom: 10px;
}
h3 {
    color:#E6007E;
    text-align:center;
    font-size: 21px;
    font-weight: 400;
    margin: 24px 0px 8px 0px;
}
p {
    color:#1A7782;
    text-align:center;
    font-size: 17px;
    margin:0px !important;
    font-weight:300;
}
label {
    color: #E6007E;
    text-align: left;
    width:100%;
}

form.wpcf7-form {
    width: 80%;
    float: right;
    margin-right:10%;
}
input, textarea {
    border-radius: 0px !important;
    border:none !important;
}
input[type="submit"] {
        background-color: #E6007E;
        color:#fff;
}
.acf-map {
    width:80% !important;
    margin-left:10% !important;
    position: relative !important;
    top: 38px;
}
h2.titel {
    font-family: 'always_in_my_heartregular';
    color: #E6007E;
    text-align:center;
    font-size: 45px;
    font-weight:300;
    margin-bottom:0px;
}
section#diensteninhoud {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom:40px;
}
.afbeelding img {
    -webkit-filter:none !important;
    filter:none !important;
}
section#impacthelden {
    background-color: #fff;
    padding-bottom:20px;
}
section#testimonials {
    padding-left: 20%;
    padding-right:20%;
}
.slider-impacthelden {
    margin-bottom: 50px !important;
}
section#waarom {
    background-color: #AAD8D7;
    margin-top: 30px;
    margin-bottom:0px;
    padding: 40px;
}
section#uitdagingen {
    background-color: #AAD8D7;
    margin:0px;
    padding: 40px 40px 50px 40px;
}
section#uitdagingentitel {
    background-color: #AAD8D7;  
    margin:0px;
}
#uitdagingen img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#uitdagingen h3 {
    color:#1A7782;
}
section#uitdagingentitel h2 {
    color:#fff;
    margin-top:30px;
}
section#partners {
    background-color: #fff;
}
section#waarom h2 {
    color:#fff;
    margin:0px !important;
}
section#waarom p{
    color:#26A2B1;
    text-align:center;
    font-weight:300;
    max-width:600px;
    display:block;
    margin-left:auto !important;
    margin-right:auto !important;
    font-size: 20px;
}
section.container {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}
section#hoewijwerken {
    background-color: #26A2B2;
    padding-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
    margin-top:0px;
}
section#hoewijwerkentitel {
background-color: #26A2B2;
    padding-top: 40px;
    margin:0px;
}
section#hoewijwerkentitel h2 {
    margin-top:0px;
    margin-bottom:50px;
    color:#AAD8D7;
}
#hoewijwerken h3 {
    color:#13535B;
}
#hoewijwerken P {
    color:#fff;
}
.testimonials {
    padding-top:100px;
}

.testimonials img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    border-radius: 100px;
}
.testimonials p {
    color:#E6007E;
    text-align:left;
    font-size:20px;
    margin-bottom: 25px !important;
}
.testimonial-byline {
    color: #A30C5F;
    font-size: 16px;
}
.slick-dots li {
    margin:0px !important;
}
.slick-dots li.slick-active button:before {
    color: #E6007E !important;
}
.slick-dots li button:before {
    font-size:27px !important;
    color: #FFC4E6 !important;
      opacity: 1 !important;
}
section#projecten {
    padding-left: 20%;
    padding-right: 20%;
}
section#impacthelden {
    background-color: #fff;
    padding-left: 20%;
    padding-right: 20%;
}
section#impactheldentitel h2, section#partnerstitel h2 { 
    margin-left: 20%;
    margin-right: 20%;
    padding-top:40px;
    width:60%;
    border-top: solid 1px #E6007E;}
section#partners {
    margin-left: 20%;
    margin-right: 20%;
    width:60%;
   margin-bottom:60px;
    padding:2%;
}
section#partners img {
    max-height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
section#partners img:hover { 
         -webkit-filter: none;
    filter: none;
}


p.beschrijving {
    padding-bottom: 40px;
}
section#impacthelden p {
    max-width:600px;
    display:block;
    margin-left:auto !important;
    margin-right:auto !important;
}
.impactheld.slick-slide img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
}
#projectentitel h2.titel {
    border-top: solid 1px #E6007E;
    padding-top:30px;
    padding-bottom:30px;
    margin-left: 20%;
    width: 60%;
    margin-right: 20%;
}


section#contacttitel, section#contact {
    background-color:#E3E3E3 !important;
}
#contacttitel, #contact {
    margin:0px !important;
}
#contacttitel {
    margin-top:50px !important;
}
section#contact {
    padding-bottom: 80px;
}
.adres p {
    text-align:left;
    color:#E6007E;
}
.adres {
    margin-left: 10%;
    margin-right:10%;
    padding-top: 50px;
}
div#intro {
    margin-top: 20px;
}

.showmenu {
    float: right;
    position: relative;
    top: 12px;
    color: white;
    right:20%;
}
nav ul li {
    display: block;
    border-bottom: 1px solid #e9eaeb;
    background-color: #2C656C !important;
    width: 200px;
    padding:5px;
}
.menu {
    position: absolute;
    right: 20%;
    z-index: 1000000000000;
}
nav ul {
    border: none !important;
}
@media  (max-width: 1200px) {
    section#partners img{
    max-height:60px;
}
}
@media  (max-width: 1100px) {
    section#partners img{
    max-height:50px;
}
}
@media  (max-width: 767px) {
    section#partners img {
        margin-bottom:30px;
        max-height:100px;
    }
    .menu, .showmenu { 
        right:0;
    }
    
    footer{
        height:120px;
    }
    .info p {
    line-height: 20px;
    padding: 20px;
}
    section#partners {
        padding:10%;
    }
    section#partners:last-child {
        margin-bottom:0px;
    }
    #logo {
    padding-top: 10px;
    padding-left: 10px;
}
    #intro h1 {
    font-size: 50px;
    line-height: 45px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}
   #intro h3 {
    padding-right: 30px;
    padding-left: 30px;
}
    section.col-xs-12.col-sm-12.col-md-4.col-lg-4 {
    margin-bottom: 25px;
}
}