/*
Theme Name:		Ken Child Theme
Theme URI:		http://themeforest.net/user/artbees
Description:	Child theme for the Ken theme 
Author:			burnabit gmbh
Theme URI:		http://themeforest.net/user/artbees
Template:		ken
Version:		3.5.1
*/


/* Verbesserung Header auf Sub-Sites wie Programmierung */

#theme-page .theme-page-wrapper .theme-content {
    padding: 0px;
}

.background-img--page {
    top: 20px;
}

/* Portfolio Element Headline kleiner */
.mk-portfolio-item .the-title {
    font-size: 20px;
}

/* Verbesserung Toggle Element (siehe zb Seite Programmierung, inhaltliche Zwischenüberschrift */
h4 {
    font-size: 20px;
}
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title, .vc_toggle_size_md.vc_toggle_square .vc_toggle_title, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content, .vc_toggle_size_md.vc_toggle_round .vc_toggle_content, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content, .vc_toggle_size_md.vc_toggle_square .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    padding-left: 45px;
}

/* Verbesserung Preiselement, Modern Style (siehe Seite Services & Pricing) */
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button, .mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button::before, .mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features, .mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features::before, .mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-price, .mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-price::before {
    background-color: #ffffff;
}

.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-plan {
    background-color: #535353;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
}

.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features ul li {
    background-color: transparent !important;
    border-bottom: 2px solid lightgrey;
    text-align: left;
}

.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button, .mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features {
    border-left: 3px solid #acacac;
    border-right: 3px solid #acacac;
}

.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-button {
    background-clip: padding-box;
    border-bottom: 3px solid #acacac;
    border-radius: 0 0 10px 10px;
}

/* Verbesserung vertikale Schritte "wie wir arbeiten"(home) */
.mk-process-steps.vertical .mk-step {
    padding: 45px 0;
}

/* Korrektur Farbe am seitlichen Reiter News/Referenzen */
.pagnav-wrapper .pagenav-bottom {
   background-color: #ff700f;
}

/* Korrektur Testimonial Text innerhalb von News, Schrift leicht grösser */
.mk-blockquote {
    font-size: 18px;
    line-height: 26px;
}

/* BO contact form 7 styles */
span.wpcf7-not-valid-tip {
    background-color: #b41c1c;
    color:#fff;
    padding:.5em;
}
div.wpcf7-response-output {
    margin: 2em 0 1em 0;
}
div.wpcf7-validation-errors {
    border-color: #ffd03d;
    background-color: #ffd03d;
    color:#333333;
    padding:.5em;
}
div.wpcf7-mail-sent-ok {
    border-color: #079f9f;
    background-color: #079f9f;
    color:#fff;
    padding:.5em;
}
.wpcf7-form input[type="submit"] {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.wpcf7-form input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    color:#000;
}

.wpcf7-form-control-wrap.your-consent {
    border: 3px solid #ffffff;
    padding: 10px 12px 10px 58px;
    width: auto;
    display: block;
    background: rgba(255,255,255,0.1);
}
.wpcf7-form-control-wrap.your-consent .wpcf7-list-item {
    margin-left: 0;
    font-family: Montserrat;
    color: #ffffff;
    font-size: 12px;
}
.wpcf7-form-control-wrap.your-consent .wpcf7-list-item .wpcf7-list-item-label a {
    color: #ff700f;
    text-decoration: underline;
}
.wpcf7-form-control-wrap.your-consent .wpcf7-list-item .wpcf7-list-item-label a:hover {
    text-decoration: none;
}
/* EO contact form 7 styles */

/* BO service icons */
img.serviceicon {

    border-radius: 0.5em;

    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: grayscale(100%);

    opacity: 0.3;

    box-shadow: 2px 2px 10px #999;
    -moz-box-shadow: 2px 2px 10px #999;
    -webkit-box-shadow: 2px 2px 10px #999;

    margin: 0 1em 1em 0;
}
img.serviceicon:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    cursor: pointer;

    opacity: 1;
}
/* EO service icons */

/* BO Typo in TopNavigation etwas verkleinert */
.mk-header-toolbar {
    font-size: 85%;
}
/* EO Typo in TopNavigation etwas verkleinert */

/* BO fix ui issues after theme update to ken 3.4 */
span.fancy-title-span.pointed p {
    display: inline;
}
/* EO fix ui issues after theme update to ken 3.4 */

/* BO custom css for footer */
#mk-footer .footer-wrapper #text-2 h5 {
    margin-bottom: 0.25em;
}
#mk-footer .footer-wrapper #text-2 h6 {
    font-weight: normal;
}
#mk-footer .footer-wrapper #text-2 p {
    line-height: 1.25em;
}
#mk-footer .footer-wrapper #text-2 i {
    font-size: 2em;
    margin: 0 0.5em 0 0;
    float: left;
    min-width: 1em;
}
#mk-footer .footer-wrapper #text-2 span.content {
    display: inline-block;
    margin-top: 0.25em;
}
#mk-footer .widget_recent_entries li {
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
}
#mk-footer .widget_recent_entries li a {
    border-bottom: 0;
    margin-bottom: 0;
}
#mk-footer .mk-custom-menu .menu li a {
    padding-left: 0;
}
#mk-footer .widget_recent_portfolio ul {
    padding: 0;
}
/* EO custom css for footer */

/* Header Logo
-------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 475px) {
    #mk-header:not(.header-structure-vertical) .mk-header-logo img {
      height:auto !important;
    }
    .header-align-left .mk-header-logo {
        width: 40%;
    }
}

/* optimized sitemap style (without title)
-------------------------------------------------------------------- */
#wpseo_sitemap h3 {
    display: none;
}

#sitemap_pages {
    display: none;
}

/* optimized chrome height pre rendering / BABWEB-131
-------------------------------------------------------------------- */
#was-uns-ausmacht .step-panes {
    height: 300px;
}

/* styles from ../ken/custom.css
-------------------------------------------------------------------- */
.mk-side-dashboard ul.menu ul.sub-menu {
    margin-left: 1.5em;
}