/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Costumized theme for Maayani
Author:         acapapas, jvergara
Company Name:	ICONStrategies BPO INC.
Company URI: 	http://iconstrategiesbpo.com/
Template:       jupiter
Version:        5.0.10
*/



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

body {
	background-color:#fff;
}

*/
@font-face {
    font-family: 'Print';
    src: url('/wp-content/themes/jupiter-child/fonts/SegoePrint.ttf');
}
body, html {
    font-family: Print, sans-serif!important;
}
.mk-header-toolbar {
    display: none;
}
.mk-header-inner.add-header-height {
    background-image: url(/wp-content/uploads/2018/03/xnav-bg.jpg.pagespeed.ic_.540x9ZNsI1.jpg);
    background-size: 100% 100%;
position: fixed;
}
section#mk-footer {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-image: url(/wp-content/uploads/2018/03/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 20px;
}
section#text-3 {
    top: -7px;
    position: absolute;
    text-align: right!important;
    width: 96%;
    color: white;
}
.wpcf7-response-output.wpcf7-display-none {
    display: none;
}
p#logo-text {
    padding: 15px 15px;
    font-size: 25px;
    line-height: 20px;
}
a.menu-item-link {
    font-size: 16px!important;
}
.mk-header-bg {
    background: transparent!important;
}
.header-logo.fit-logo-img.add-header-height {

}
nav.menu-menu-1-container {
    margin-top: 90px;
}
.mk-header-inner.add-header-height {
    border-bottom: none;
}

@media only screen and (max-width: 743px){
section#mk-footer {
    height: auto!important;
}
section#text-3 {
    text-align: center!important;
}
}

@media only screen and (max-width: 1140px){
.fixed-btn {
    display: none!important;
}
}