/*
Theme Name:     Jupiter Child Theme
Theme URI: 	http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 	http://themeforest.net/user/artbees
Template:       jupiter
Version:        4.4
*/

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

body {
	background-color:#fff;
}

li {
  margin: 100px 0 !important;
}


#theme-page h5 {
	color: white !important;
}

*/

.mk-single-content {
	width: 600px;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin {
	color: #8c4f3d;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin .separator, #mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a {
	color: #8c4f3d;
}

.wp-caption {
    text-align: center;
    margin-bottom: 1.5em;
    background-color: #8c4f3d;
	color: white;
}


.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 10px;
    color: white;
}

a:active, a:focus, a:hover, a:link, a:visited {
 color: #c32126;
}

.wpcf7-form .wpcf7-textarea {
	width: 140px !important;
}

#theme-page .theme-page-wrapper .theme-content {
    padding: 0px 0px !important;
}

input[type="text"]
{
    background-color: #fff;
    color: #000;
}

.ui-widget {
	font-family: Lora; 
}

.dntplgn_donate_monthly .dntplgn_submit_button {
	font-family: Lora;
    background-color: #8c4f3d;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase
}

#dntplgn_once_amount {
	background: #8c4f3d;
	color: white;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, textarea:focus {
	background: white !important;
	color: black !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: Lora;
    background-color: #8c4f3d;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 7px;
    text-transform: uppercase;
	margin-bottom: 4px;
}

div.wpcf7-response-output {
	border: white;
}

#wpcf7-f7025-p7026-o1 .wpcf7 {
     color: red;
}

.mk-box-icon-2-content {
     color: red !important;
}

.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 label {
	display: block;
}

div.wpcf7 {
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
}