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


form.wpcf7-form input, form.wpcf7-form select{
	width: 100%;
	max-width: 100%;
}
.wpcf7-mail-sent-ok,
.wpcf7-validation-errors{
	width: 100%;
	margin-bottom: 20px!important;
}
span.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: 12px;
}

/*****************************
*	INIVITE Funktion
*****************************/
.single-social-section .blog-share-container, .single-social-section .mk-love-holder {
    text-align: center;
}

.cus-invite-holder{
	float: right;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}

@media handheld, only screen and (max-width: 960px){
	.cus-invite-holder{
		float: none !important;
		padding: 0 20px 0 0!important;
		margin: 0!important;
	}
}
	
.cus-invite-divider-hidden{
	display:none !important;
}
.cus-invite-link > i{
	color:gray;
}
#cus-invite-form{
	position: relative;
	display: none;
	border: 1px solid #ddd;
    padding: 20px;
	margin-bottom: 20px;
}
.cus-invite-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block;
    opacity: 0.7;
    background-color: white;
}