/* Style the tab */ 
.ets-edit-profile-tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
font-weight: 700;
}

/* Style the buttons inside the tab */
.ets-edit-profile-tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}

/* Change background color of buttons on hover */
.ets-edit-profile-tab button:hover {
	background-color:#c6a0a0;
	color:#fff;
}

/* Create an active/current tablink class */
.ets-edit-profile-tab button.active {
	background-color:#935b5b;
	color:#fff;
	font-weight: 700;
}

/* Style the tab content */
.etsTabContentEditProfile {
display: none;
padding: 10px 22px 20px;
border: 1px solid #ccc;
border-top: none;
}
#content-area #left-area{
	width: 100%;
	padding-right: 0;
}

.ets-update-user-profile{
	color: #fff;
	background: #935b5b;
	font-weight: 700;
	width: 100px;
	height: 42px;
	border:#ccc solid 1px;

}
.ets-update-user-profile-form{
	display: inline-block;
	width: 100%;
	padding-top: 15px;
}
#et-main-area #main-content{
	background-color: #f1f1f1;
}
#content-area .entry-content{
	background-color: #fff;
}
.ets-row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.ets-row .ets-col-4{
	width:33.33333333%;
	padding:0px 15px;
	box-sizing: border-box;
}
.ets-row .ets-col-8{
	width:66.66666667%;
	padding:0px 15px;
	box-sizing: border-box;
}
.ets-row .ets-col-4 .ets-input-group{
	text-align: center;
	padding:15px;
	border:1px solid #ccc;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.ets-row .ets-col-4 .ets-input-group label{
	display: block; 
	margin-top: 15px;
}
.ets-update-user-profile-form .ets-input-group label{
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	color: #000;
	margin-bottom: 10px;

}
.ets-cont-title{
	font-weight: bold;
	font-size: 32px;
	margin-top: 22px;
	color: #b33a3c;
}
.ets-container-show-profile{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.ets-container-show-profile .ets-input-group{
	margin-bottom:20px;
	display: inline-block;
	width:50%;
	padding:0px 15px;
	box-sizing: border-box;
}
.ets-update-user-profile-form .ets-input-group span input{
	padding-left: 5px; 
	width:100%;
	height: 30px;
	padding:7px;
	line-height: normal;
	margin-bottom: 0px;
	box-sizing: border-box;
}
.ets-update-user-profile-form .ets-input-group.ets-btn-box{
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.ets-update-user-profile-form .ets-input-group span select{
	width:100%;
	box-sizing:border-box;
}
.etsTabContentEditProfile {
	display: none;
}
.etsTabContentEditProfile.active{
	display: block;
}
.ets-notfication-message-error{
	width: 100%;
	height: 35px;
	border-left: 4px solid;
	display: inline-block;
	padding:  5px 5px 5px 15px;
	color:red;
	background:#ffd1d1;
}

.ets-notfication-message-success{
	width: 98%;
	min-height: 35px;
	border-left: 4px solid;
	display: inline-block;
	padding: 5px 5px 5px 15px;
	color:green;
	background:#baf7c3;
}
.ets-notfication-message-success p, .ets-notfication-message-error p{
	margin: 0px;
	line-height: 35px;
}
.ets-delete-cross-icon{
	float: right;
	margin-top: 10px;
}
.ets_user_profile_img_tag{
	width: 150px;
	height: 150px;
}
.ets-upload-image{
	position: relative;
	display: inline-block;
	width:150px;
	height: 150px;

}
.ets-upload-image img.ets_user_profile_img_tag{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.ets-update-user-profile-form .ets-input-group .ets-upload-image input{
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	height: 150px;
	opacity: 0;
}
.ets-edit-prof-img{
	position: absolute;
	bottom: 0;
	right: 3px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	padding: 5px;
}
.ets-ep-logo{
	height: 130px;
	width: 175px; 
	background:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
  border:1px solid #000;
}
.ets-ep-logo img{
	width: 85%;
}
.ets-ep-com-logo{
	display: flex;
}
.ets-ep-detail-dec{
	margin-left:40px;
}
/*@media (max-width:1140px){
	.ets-row .ets-col-4{
		width:20%;
		flex: 0 0 20%;
	}
	.ets-row .ets-col-8{
		width:75%;
		flex:0 0 75%;
	}
}*/
@media (max-width:960px){
	.ets-row .ets-col-4{
		width:18%;
		flex: 0 0 18%;
	}
	.ets-row .ets-col-8{
		width:68%;
		flex:0 0 68%;
	}
}
@media (max-width:992px){
	.ets-row .ets-col-4{
		width:100%;
		flex: 0 0 100%;
	}
	.ets-row .ets-col-8{
		width:100%;
		flex:0 0 100%;
		margin-top: 20px;
	}
	.etsTabContentEditProfile{
		padding: 10px 15px 20px;
	}
}
@media (max-width:768px){
	.ets-edit-profile-tab button{
		width:33.33%;
		font-size:14px;
	}
	#main-content .container{
		width:100%;
		padding: 0px 10px;
	}
}
@media (max-width:615px){
	.ets-container-show-profile .ets-input-group{
		width: 100%;
	}
	.ets-update-user-profile-form .ets-input-group.ets-btn-box{
		margin-top: 0px
	}
	#main-content .container{
		padding: 0px;
	}
}
@media (max-width: 450px){
	.ets-edit-profile-tab button{
		min-height: 67px;
	}
	.pmpro_table th {font-size:9px;}
	.pmpro_account-membership-levelname,.pmpro_account-membership-levelfee,.pmpro_account-membership-expiration, #pmpro_actionlink-levels, #pmpro_account-profile{font-size:9px;}
.page-content-wrap .tml-login {
   	width: 85% !important;
	padding: 15px !important;
	height: 383px;
	}
	body.login{
	height: 720px;
	}
}
.et_pb_section{
	display: none;
}

.et_pb_section{
 display: none;
}
.pmpro_table{
 margin: 15px;
}
#pmpro_levels_table tr{margin:15px;}
#pmpro_license{
 display: none;
}
.pmpro_clickable{
 color:#fab500;
}
.page-content-wrap .tml-login{
 background-color: #f6f6f6;
 padding: 25px;
 align-items: center;
 padding-bottom: 0px;
 width: 30%;
margin:0 auto;
}
.page-content-wrap .tml-login form{
 margin-top: 0px;
 background-color: #f6f6f6;
 padding-top: 0px;
}
.page-content-wrap .tml-login .tml-field{
 width: 10010;
} 
.page-content-wrap .tml-login ul.tml-messages{
 width: 100%;
} 
.page-content-wrap .tml-login ul.tml-links{
 padding-bottom: 10px;
}
.page-content-wrap .tml-login .tml-button{
 background-color: #fab500;
 padding: 6px 12px;
 border-radius: 5px;
}
#pmpro_tos_fields .pmpro_clickable{display:none}
.ets-tos-link {margin-left:10px;}

.tml-action-login h1{
 text-align: center;
 color:white !important;
}


.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
 background-color: 
#fab500;
}

#ets-level table#pmpro_levels_table tr td {
 padding: 10px;
}
#ets-level {
 padding-bottom: 20px;
}
.pmpro_checkout-fields{
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	/*margin-left: -15px;*/
	margin-right: -15px;

}
.pmpro_checkout-field{
	display: inline-flex;
	flex-direction: column;
	width: 50%;
	padding: 0px 15px;

}
.pmpro_payment-cvv, .pmpro_payment-expiration{
	width: 100%;

}
.StripeElement{
	border: 2px solid #bbb6b6 !important;
border-radius: 6px !important;
}
.pmpro_required{
height:42px !important;
}