/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    clean.nl
 Description:  Twenty Sixteen Child Theme
 Author:       Wesley Romijn - WebDev Hellenique
 Author URI:   http://www.hellenique.nl
 Template:     twentysixteen
 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, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

/* Placeholder sheet */

.cky-switch input[type="checkbox"]{
	-webkit-appearance: none !important;
}

/* META SLIDER LOOP */
img.attachment-large.size-large {
    width: 100% !important;
    height: auto !important;
}

.msacwl-carousel-slide {
    padding: 0px 10px;
}

.msacwl-gallery-carousel button.slick-prev {
    left: -30px;
}

.msacwl-gallery-carousel button.slick-next {
    right: -30px;
}

.msacwl-carousel-slide a {
	height: auto;
}

.slick-slider {
    padding: 50px 0px;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

/****** STYLING FOR COMMENTS ON GUESTBOOK / REGISTERS / POSTS ******/

.gastenboek {
	padding: 100px 0px;
}

.page .comment-form-title, .post .comment-form-title { /* REMOVE CANDLE FROM GUESTBOOK AND POSTS */
	display: none;
}

.comment { /* REMOVE THE DISPLAY: LIST ITEM ON COMMENTS */
	display: block;
}

#comments { /* STYLE THE COMMENTS SECTION ON ALL PAGES */
	max-width: 1200px;
	margin: 0 auto !important;
}

.page .comments-title { /* REMOVE COMMENT TITLE FROM GUESTBOOK / PAGES */
	display: none;
}

.page .comment-list { /* STYLE THE ENTIRE COMMENT SECTION FOR GUESTBOOK / PAGES */
	background-color: rgb(240,240,240);
	padding: 40px;
}

.page .comment { /* STYLE INDIVIDUAL COMMENTS IN GUESTBOOK / PAGES */
	background-color: rgb(255,255,255);
	box-shadow: 0px 0px 7px 1px rgb(210,210,210);
	padding: 20px;
	margin-bottom: 30px !important;
}

.page .comment-metadata {
    margin-top: -10px;
    margin-bottom: 30px;
}

.page .comment-author {
    font-size: 24px;
}

.page .comment-metadata a {
    font-size: 10px;
    line-height: 12px;
}

.page .says { /*REMOVE THE "SCHREEF" TEXT FROM GUESTBOOK*/
	display: none;
}

.cli-bar-message, .wt-cli-cookie-description, .cli-privacy-content-text{
	font-family: 'regular';
}
.cli-switch input:checked + .cli-slider{
	background-color: #d37734;
}
.cli-tab-footer .wt-cli-privacy-accept-btn{
	background-color: #d37734;
}