/*
Theme Name: Kinetika Child Theme
Description: Child theme for Kinetika
Author: Trade your Story
Template: kinetika
*/

@font-face {
    font-family: 'skipperregular';
    src: url('fonts/fenotype_-_skipper-webfont.eot');
    src: url('fonts/fenotype_-_skipper-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fenotype_-_skipper-webfont.woff2') format('woff2'),
         url('fonts/fenotype_-_skipper-webfont.woff') format('woff'),
         url('fonts/fenotype_-_skipper-webfont.ttf') format('truetype'),
         url('fonts/fenotype_-_skipper-webfont.svg#skipperregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1.section-title,
h2.section-title {
    font-family: 'skipperregular', sans-serif !important;
    font-size: 100px;
    line-height: 75px;
}

ol.commentlist li.comment .reply a {
    border: 1px solid #000;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 30px;
    display: inline-block;
    margin: 50px 0;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 12px;
    font-weight: 600;
    outline: none;
    position: relative;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    z-index: 1;
    overflow: visible;
    width: auto;
}
ol.commentlist li.comment .reply a:hover {
    color: #fff;
    background-color: #3c3c3b;
}

/*Tekstkleur homepage*/
.static_slideshow_title {
    color: #000!important;
}

.slideshow_content_link a, .static_slideshow_content_link a {
    color: #000!important;
    border: 1px solid #000!important;
}

.slideshow_caption, .static_slideshow_caption {
    color: rgba(0,0,0,0.8)!important;
}

/*AANPASSINGEN FOOTER*/
#footer .contact_address_block .about_info {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 22px;
}

/*LIGHTBOX AANPASSINGEN*/
/*Verwijderen titels*/
.mfp-title {
    text-indent: -999999px;
}

/*Verwijderen social media icons*/
.maginific-lightbox-sharing {
    text-indent:0;
}

/*Verwijderen achtergrond*/
.mfp-bg {
    background-color: rgba(0, 0, 0, 0.6); !important;
}

/* lightbox kruisje sluiten*/
.mfp-close {
    color:#fff!important;
}

/*lightbox padding bovenkant*/
img.mfp-img {
  padding: 150px 0 100px!important;
}

/*Achtergrondkleur responsive menu*/
.responsive-mobile-menu {
    background-color: rgba(0,0,0,0.8)!important;
}

/*Verwijderen zoekfuntie responsive*/
#mobile-searchform {
    display: none!important;
}

/*Centreren footer homepage*/
.fullscreen-footer-social,
.fullscreen-footer-info {
    display: inline-block;
    width: auto;
}

.fullscreen-footer-info,
.fullscreen-footer-social {
    float: none;
}

.fullscreen-footer-info > a {
    color: #000000;
}


/** wijzigingen Robbin 28-09-2015 */
input {
    -webkit-appearance: none;
    border-radius: 0;
}
/** Change arrows */
.mfp-gallery .mfp-arrow:before, 
.mfp-gallery .mfp-arrow:after {
    content: none;
}
.mfp-gallery .mfp-arrow {
    background-repeat: no-repeat;;
}
/* Images */
.mfp-gallery .mfp-arrow-left {
    background: url('img/arrow-left.png');
    left: 15px;
}
.mfp-gallery .mfp-arrow-right {
    background: url('img/arrow-right.png');
    right: 15px;
}
/* Image height and width */
.mfp-gallery button.mfp-arrow {
    height: 46px;
    width: 46px;
    margin-top: -23px; /* half the height of image */
    opacity: 1;
}
/* create distance between arrows and image */
.mfp-gallery .mfp-image-holder .mfp-content {
    margin-left: 50px;
    margin-right: 50px;
}

#copyright {
    color: #000!important;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
    /* Iconen centreert bij tablet */
    .alignicon-left-vertical .service-icon {
        float: none;
        margin: 0 auto;
    }
    .alignicon-left-vertical .service-content {
        margin-left: 0;
    }
    /* distance between form and "lets get in touch" heading */
    #contactus #mtheme-block-5 {
        padding-top: 60px;    
    }
}

/*VERWIJDEREN NAVIGATIE HOME*/
.slideshow-controls-wrap {
    display: none!important;
}