.wtin-metabox-wrapper h3{
  padding-bottom: 0 !important;
  
}

.wtin-form-header{

  /*border-bottom: 1px solid #b2b2b2;*/

  /*background: #b2b2b2;*/
  opacity: 0.7;
  padding: 2rem 1rem 1rem 1rem;
  /*color: #fff;*/
  /*font-weight: bold;*/
  margin-bottom: 20px;
  /*font-size: 1.2rem;*/
  text-align: center;
  border: 1px solid #ddd !important;

}
.wtin-form-header h3, .wtin-form-application-message h3{
  margin: 0 !important;
}

.wtin-form-application-message{
  background: #87c830;
  padding: 1.5rem 1rem 1rem 1rem;
  margin-bottom: 20px;
  text-align: center;
}
.wtin-form-application-message h3{
  text-transform: uppercase;
}
.wtin-form-application-message p{
  margin: 0 !important;
}
.wtin-membership-type{
  border: 1px solid #b2b2b2;
  padding: 1rem 1rem 0.4rem 1rem;

}

.wt-member-sidebar-data{
  font-size: 12px;
}
.wt-member-sidebar-data span{
  /*font-size: 0.8rem;*/
  text-transform: uppercase;
  font-weight: bold;
  float: right;
}

.wtin-logout-button{
  margin-top: 1rem !important;
  width: 100%;
}

.wt-radio input, .wt-radio label{
  cursor: pointer;
  margin: 0;
  /*font-size: 1rem;*/
}
.wt-radio label{
  margin-bottom: 0.5rem;
}
.wtin-explination{
  font-size: 10px;
  display: block;
  width: 100%;
  padding-left: 1.2rem;
} 

.wtin-member-commitment label{
  padding: 1rem;
}

#wtin-inner-navigation{
  list-style: none !important;
  margin: 0;
  margin-top: 20px;
}

#wtin-inner-navigation a{
  text-align: center;
  background: inherit;
  color: gray;
  border: 1px solid #b2b2b2;
  width: 100%;
}
#wtin-inner-navigation a:hover{
  background: #e4e4e4 !important;
  color: gray;
  /*color: #fff;*/
}

.wtin-nav-item-selected{
  background: #e4e4e4 !important;
  color: gray !important;
}

#wtin-page-membership h3{
  margin-top: 0 !important;
}
.wtin-page{
  display: none;
}
.wtin-page h3{
  margin-top: 0 !important;
}
.wtin-invoice-table{
  width: 100%;
}

.wtin-invoice-table td, .wtin-invoice-table th{
  padding: 1rem;
}


.wtin-allert, .wt-error{
  color: #f23c06
}
.wtin-ok{
  color: #87c830
}

.wtin-form-missing-data-message{
  display: none;
  background: #f23c06;
  padding: 1rem 1rem 0.4rem 1rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
  opacity: 0.8;
  /*font-size: 0.8rem;*/
}
.wtin-form-missing-data-message p{
  margin: 0 !important;
  padding: 20px !important;
}

.wtin-missing{
  border: 1px solid red !important;
}

.wtin-show{
  display: block !important;
}
span.wtin-show{
  display: inline-block !important;
}
.wtin-hide{
  display: none;
}

.wt-inline{
  display: inline-block;
  padding: 1rem;
}

#wtin-member-meta-excerpt{
  width: 100%;
}

.wtin-metabox-wrapper input[type='checkbox']{
  width: inherit !important;
  margin: 0;
}

.switch-field {
    /*font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;*/
    /*padding: 40px;*/
    overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  /*width: 90px;*/
  margin: 0 !important;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  /*background-color: #A5DC86;*/
  -webkit-box-shadow: none;
  box-shadow: none;
}

#switch_3_left:checked + label {
  background-color: #87c830;
}
#switch_3_center:checked + label {
  background-color: #fe7e0f;
}
#switch_3_right:checked + label {
  background-color: #f23c06;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}


.wtin-member-commitment input[type='checkbox']{
  /*font-size: 2rem;*/
}

#wtin-register-wrapper ul{
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*#wt-cv-register-wrapper h2{
  color: #fff;
}

#wt-cv-login-wrapper h2{
  color: #fff;
}*/
#wtin-login-wrapper{
  min-height: 450px;
}
.wtin-background-img {
    margin: 0;
    border: 0;
    padding: 3rem;
    background-position: left top;
    background-size: cover;
}
.wtin-background-img h2, .wtin-background-img button{
  margin: 0 3rem;
}
.wtin-background-img h2{
  color: #fff !important;
}
.wtin-background-img button{
  background: none !important;
  border: 1px solid #fff !important;
  /*color: #fff !important;*/
  /*font-size: 0.7rem;*/
  padding: 0 2rem;
  margin-top: 1rem;
  margin-top: 2rem;
}
.wtin-background-img button:hover{
  background: #e4e4e4 !important;
  color: #000 !important;
  opacity: 0.6;
}
.wtin-login-col-l, .wtin-register-col-r{
  padding: 3rem;
}
.wtin-login-col-l h2, .wtin-register-col-r h2{
  margin: 0 !important;
  padding-bottom: 1rem;
}
.wtin-login-col-l input[type="text"], .wtin-login-col-l input[type="password"], .wtin-register-col-r input[type="text"]{
  width: 100% !important;
}
/*.wtin-register-col-l button{
  bottom: 0;
}
.wtin-background-img {
  position: relative;
}
.wtin-login-col-r button{
  position: absolute;
  bottom: 3rem;
}*/

.mce-tinymce{
  border: 1px solid #ddd !important;
}

.media-modal-close{
  width: inherit !important;
  padding-right: 1rem !important;
}
.quicktags-toolbar, .wp-editor-tools, .media-frame-content .media-toolbar{
  display: none;
}

