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


@import url("../jupiter/stylesheet/css/jupiter-icons.css");
@import url("../jupiter/stylesheet/css/font-awesome.css");
@import url("../jupiter/stylesheet/css/icomoon-fonts.css");
@import url("../jupiter/stylesheet/css/theme-styles.css");
@import url("../jupiter/stylesheet/css/mk-woocommerce.css");


/* General Styles */

#theme-page {
	padding: 0;
}


/* User Login Styles */

.login-username label, .login-password label {
	display: block;
	font-weight: 600;
}

.login label {
	text-align: left;
}

.login-username input, .login-password input {
	width: 100%;
}

.login-submit input {
	margin-right: 10px!important;
	border: 0!important;
	outline: 0!important;
	color: #fff!important;
	font-size: 13px;
	line-height: 13px!important;
	padding: 12px 15px!important;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: top;
	background-image: none!important;
	letter-spacing: 1px;
	display: inline-block;
	background-color: #3399ff;
	-webkit-transition: background-color ease .25s;
    -moz-transition: background-color ease .25s;
    -o-transition: background-color ease .25s;
    transition: background-color ease .25s;
}

#loginform input[type=text] {
	padding: 10px;
}

.login-submit input:hover {
	background-color: #000;
}

.widget.login {
	margin-bottom: 0;
}

.login p {
	text-align: center;
}

.gform_confirmation_message {
	text-align: center;
	font-weight: 700;
}

/* Other Styles */

.divider-left {
	text-align: left;
}

#theme-page h6 {
	border-bottom: 2px solid #ccc;
	display: inline-block;
	padding-bottom: 12px;
	letter-spacing: 1px;
}

.mk-audio-section {
	background-color: #bbb !important;
}

.mk-audio-shortcode {
	height: 100px!important;
}

.mk-audio-shortcode .jp-audio div.jp-interface {
	min-height: 100px!important;
}

.video-container {
	margin-bottom: 30px;
}

.mk-box-icon.simple_minimal-style .mk-main-ico {
	position: relative;
	top: -1px;
}

.simple_minimal-style h4, .simple_minimal-style h5 {
	display: inline;
}

.simple_minimal-style {
	font-size: 18px;
	color: #3399ff;
	font-weight: 900;
	text-transform: none;
}

.activation {
	margin-top: 150px;
	margin-bottom: 150px;
}

/* bbPress Styles */

.bbp-single-topic-meta .back-to, .aq-topic-status, .bbp-topic-action {
	display: none;
}

.bbp-single-topic-meta .posted-in {
	float: left !important;
}

.bbp-single-topic-meta, #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	padding: 0 0 10px !important;
}

#bbpress-forums div.reply {
	margin-left: 80px;
	border-top: 1px solid #e3e3e3;
}

#bbpress-forums .bbp-body .bbp-topic-content, #bbpress-forums .bbp-body .bbp-reply-content {
	border-top: none !important;
}

a.bbp-topic-reply-link, a.bbp-reply-to-link {
	display: none;
}

/* Chat Styles */

#wpmudev-chat-box-wpmudevchatwidget-2 div.wpmudev-chat-module-messages-list {
	padding: 10px;
}

#wpmudev-chat-box-wpmudevchatwidget-2 div.wpmudev-chat-module-message-area textarea.wpmudev-chat-send {
	padding: 10px;
}

div.wpmudev-chat-box.wpmudev-chat-session-closed div.wpmudev-chat-module-session-status, div.wpmudev-chat-box.wpmudev-chat-session-open div.wpmudev-chat-module-message-area {
	border-top: 2px solid #3399ff;
}

.WPMUDEVChatWidget {
	border: 2px solid #3399ff;
	border-radius: 10px;
}

div.wpmudev-chat-row span.date, div.wpmudev-chat-row span.time {
	font-size: 10px !important;
	text-transform: uppercase;
	font-weight: 700;
}

#wpmudev-chat-box-wpmudevchatwidget-2 div.wpmudev-chat-module-users-list {
	padding: 10px;
	border-left: 2px solid #3399ff;
}

div.wpmudev-chat-box .wpmudev-chat-module {
	margin-bottom: 0 !important;
}

.wpmudev-chat-session-user-status-message, .wpmudev-chat-module-session-generic-message, .wpmudev-chat-module-session-status {
	background: #3399ff;
}

.wpmudev-chat-session-user-status-message p, .wpmudev-chat-module-session-generic-message p, .wpmudev-chat-module-session-status p {
	color: #ffffff !important;
}