/*
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/
*/



div#sub-footer * {
	text-align: center !important; width: 100%;
}

.mk-button {
	font-weight:400;
}

.mk-button--corner-rounded, .mk-button--corner-rounded .double-outline-inside {
    border-radius: 5px;
}

.mk-go-top {
    border-radius: 30px;
}

/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
 
background-color: none;
border: 0px solid #ffffff;
margin-top: 25px;
 
}

.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #D4D4D8;
    border-radius: 0px;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    width: 100% !important;
}

.wpcf7-textarea {
 
width: 100%;
border-color: none;
background-color: #fff;
 
}

.wpcf7-text {

width: 100%;
background-color: #fff !important;

}

.wpcf7-form .wpcf7-textarea .wpcf7-select {

width: 100% !important;
background-color: #fff !important;
border-color: none;
    
}

.master-holder select:not(.gfield_select) {

width: 100% !important;
 
}

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #e29854 !important;
color: #fff !important;
}

input.wpcf7-form-control.wpcf7-submit {
float: right;
background-color: #e48b53 !important;
color: #ffffff !important;
border-color: none !important;
border-radius: 0px;
padding-left: 25px;
padding-right: 25px;
text-transform: capitalize;
}

.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea .wpf7-input-placeholder {
    color: #262b35 !important;
    opacity: 1;
    font-size: 12pt;
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    font-size: 16px;
    color: #212121 !important;
    background-color: #faf6ef;
}

.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
rtant;
    font-family: inherit;
}

@media only screen and (min-width:768px){
.callout-button a {
    background-color: #e48b53;
    color: #ffffff !important;
    padding-bottom: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    margin-left: 15px !important;
    border-radius: 0px !important;
    border: 0px solid #e26d95;
    -webkit-transition: all 400ms;
    transition: width all 400ms;
}
}


.callout-button a:hover {
background-color: #e29854;
border: 0px solid #137eb3;
-webkit-transition: all 400ms;
transition: width all 400ms;
}

.callout-button a:after {
display: none !important;
}

@media only screen and (max-width:768px){
#menu-item-801 a {
    color: #000000;
}
}