/*
Theme Name:		Ken Child Theme
Theme URI:		http://themeforest.net/user/artbees
Description:	Child theme for the Ken theme 
Author:			Your name here
Theme URI:		http://themeforest.net/user/artbees
Template:		ken
Version:		3.3
*/


/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

#video1 {
    width: 100%    !important;
    height: auto   !important;
    display: inline;
}
#video2 {
    width: 100%    !important;
    height: auto   !important;
    display: inline;
}

#video3 {
    width: 100%    !important;
    height: auto   !important;
    display: inline;
}

#video4 {
    width: 100%    !important;
    height: auto   !important;
    display: inline;
}

.home_teaser {
    background-color: white;
    float: left;
    height: auto;
    line-height: 0;
    position: relative;
    width: 50%;
}

#video-overlay1 {
    display: none;
    width: 100%    !important;
    height: auto   !important;
}

#video-overlay2 {
    display: none;
    width: 100%    !important;
    height: auto   !important;
}

#video-overlay3 {
    display: none;
    width: 100%    !important;
    height: auto   !important;
}

#video-overlay4 {
    display: none;
    width: 100%    !important;
    height: auto   !important;
}

@media  ( max-width: 640px ) {

    .home_teaser {
        width: 100%;
    }
}

/*added by Jan-Hinrich Fehlis, 20.10.2016 , 3:55 PM*/


#sub-footer {
    border-top: 3px solid rgb(244, 163, 35) !important;
}

.entry-meta .blog-comments, .entry-meta .mk-love-holder {
    float: right;
    margin-left: 8px;
    color: rgb(153, 153, 153);
    display: none;
}


.blog-classic-entry .blog-entry-heading .blog-comments, .blog-classic-entry .blog-entry-heading .mk-love-holder {
    display: inline-block;
    float: right;
    color: rgb(213, 213, 213);
    font-size: 12px;
    font-weight: 700;
    padding-left: 8px;
    line-height: 14px;
    margin-top: 6px;
    display: none;
}


.mk-next-prev {
    float: right;
    margin-right: 40px;
    margin-bottom: -1px;
    display: none;
}


/*added by Jan-Hinrich Fehlis, 26.10.2016 , 3:25 PM*/

.single-social-share li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0 8px;
    border-left: 2px solid rgb(68, 68, 68);
}

.single-portfolio .single-post-fancy-title > span {
    color: rgb(68, 68, 68);
}

.single-portfolio .single-post-fancy-title:after {
    background-color: rgb(68, 68, 68) !important;
}

.portfolio-similar-posts .portfolio-meta a.mk-lightbox {
    display: none;
}


