/*
Theme Name: Jupiter Child
Theme URI: http://demos.artbees.net/jupiter5
Template: jupiter
Author: Artbees
Author URI: http://themeforest.net/user/artbees
Description: A Beautiful, Professional and Ultimate Wordpress Theme Made by Artbees. Jupiter is a Clean, Flexible, fully responsive and retina ready Wordpress theme. Its smart and hand crafted environment allows you to Build outstanding websites easy and fast.
Version: 5.9.5.1499419529
Updated: 2017-07-07 11:25:29

*/


/* CONTACT FORM 7 */

.cf7-row{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	clear: both;
}

.cf7-row input{
	width: 100%;

}

.full-column{
	width:100%;
	margin-bottom: 2%;
}

.half-column{
	width: 50%;
	float: left;
	margin-bottom: 2%;
}

.onethird-column{
	width: 30%;
	float: left;
	margin-bottom: 2%;
}

.twothird-column{
	width: 70%;
	margin-bottom: 2%;
}

.cf7-pay-submit input{
	background-color: #5dbed8;
	color: white;
	border-radius: 20px
}

.cf7-pay-submit input:hover{
 	background-color:#1a8199 ;
	color: white;
}

.cf7-row label.error{
	color: white;
}

input[type=url]{
	font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
}
/* ------------------------------------ */

#select-white{
	background-color: #ffffff!important;
	width: 100%;
}
/* CONTACT FORM 7 - STRIPE EXTENSION */
.stripe-form input{
	width:100%;
}

.stripe-form	button{
	width: 100%;
  background-color: #5dbed8;
  color: white;
  border: 0px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 13px 35px;
  letter-spacing: 1px;
  outline: 0;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  cursor: pointer;
  zoom: 1;
  transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
  border-radius: 20px
}

.stripe-form	button:hover{
	background-color:#1a8199 ;
	color: white;
}

/* ------------------------------------ */


.member-list-container p{
	color: #000;
}

.icon-vertical-align-middle i{
	vertical-align: middle;
}


#mk-page-introduce > div > h1.page-title{
    color: black;
}