/*
 Theme Name:   Kleanity Child
 Theme URI:    http://demo.goodlayers.com/kleanity
 Description:  Goodlayers Kleanity Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     kleanity
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kleanity-child

 START YOUR CHILD THEME CSS HERE
*/


/* uitgeschakeld
/* definieert ingevoerde buttons transparant en rechthoekig */
.kleanity-body input[type="button"], .kleanity-body input[type="submit"]  {
    font-family: "Roboto", sans-serif;
    color: #000000;
    background-color: #FFFFFF;    
    font-variant: small-caps;
    font-size: 12px;
    border: 1px;
}

.gdlr-core-button .gdlr-core-content {
    font-family:  "Roboto", sans-serif;
    display: inline-block;
    vertical-align: middle;
}
*/

a.gdlr-core-load-more-wrap .gdlr-core-load-more {
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    letter-spacing: 1px;
    font-weight: 600;
    font-weight: normal;
    padding: 15px 40px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px; 
    font-family: "Roboto", sans-serif;
    color: #000000;
    background-color: #FFFFFF;    
    font-variant: small-caps;
    font-size: 12px;
}

.gdlr-core-button, .gdlr-core-load-more-wrap .gdlr-core-load-more {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 15px 33px;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 10px;
}

/* woord afbreken */
body, p,  h1, h2, h3, h4, h5, h6 {
 -moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
 hyphens: none !important;}


/* verbergt witte scheidslijnen in footer */
.kleanity-footer-wrapper .kleanity-footer-column{ padding-bottom: 1029px; margin-bottom: -1020px; 
	border-left: 1px; border-style: hidden; border-color: inherit; padding-left: 30px; padding-right: 30px; } 


/* Titels niet in uppercase */
.gdlr-core-title-item .gdlr-core-title-item-title {
   text-transform:none;
}