/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/


/*
Blue: #014a94;
Titels: #393f46;
Tekst: 868d94;
*/

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mk-fancy-title.pattern-style {
	background: none !important;
}

h3 span {
    font-size: 18px !important;
}

.mk-box-icon-2-content {
    display: none !important;
}

.mk-box-icon-2-title::before {

    content: "\f054";
    color: #014a94;
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 14px;

}

.mk-footer-copyright a {
    color: #fff !important;
    font-weight: bold !important;
}

#mk-footer img {
    max-width: 50% !important;
}

.mk-button--size-x-large {
    padding: 20px 25px;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
}

.page-title {
    margin: 15px 20px 0px !important;
}

.mk-header {

    border-bottom: 0px !important;

}

h4 {
    line-height: 1.6em !important;
    margin-bottom: 15px;
}

.page-title {

    background-color: rgba(1, 74, 148, 0.8);
    padding: 30px 60px !important;
    margin: 50px 0px !important;
    display: inline-block;
}

.fancybox-title-float-wrap .child {
    display: none !important;
}

strong {
    font-size: 18px;
    color: #393f46;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6em !important;
}

.widget_contact_info ul li svg {
    fill: #014a94;
}

.widget_contact_info ul li  a {
    color: inherit !important;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-textarea {
    width: 100% !important;
}

input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], textarea {
    font-size: 14px !important;
    color: #75818e !important;
}

.wpcf7-form-control.wpcf7-textarea {

    max-height: 100px !important;

}

.wpcf7-form-control.wpcf7-submit {
    background-color: #014a94 !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    font-size: 15px !important;
    text-transform: none !important;
    padding: 15px 10px;
}

.single-portfolio .mk-header {
    background-color: #fff !important;
    background-image: none !important;
}

.the-title a {
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    font-size: 18px !important;
}


@media screen and (max-width: 720px) {
    p, h2, h3, h4, .mk-fancy-title p, .mk-fancy-title,
    .mk-button-container {
    text-align: left !important;
    }

    .mk-box-icon-2-title::before {
        display: none;
    }

    .page-title {
        padding: 30px !important;
    }
}