/*
Theme Name: Estudiar Child
Author: VamTam
Author URI: https://vamtam.com
Template: estudiar
*/

/* Стили для Memberships Pro */

#pmpro_btn-submit {
    text-decoration: none;
    color: #fff;
    background-color: #36348e;
    border-radius: 3px;
    padding: 18px;
}

#pmpro_btn-submit:hover {
    text-decoration: none;
    color: #36348e;
    border: 1px solid #36348e;
    background-color: #fff;    
    border-radius: 3px;
    padding: 18px;
}

.pmpro {
  & .pmpro_btn:hover, & .pmpro_btn:focus {
    background-color: #fff;
    background-position: 0 0;
    border: 1px solid #36348e;
    border-radius: 3px;
    color: #36348e;
  }
}  

/* Форма проверки сертификатов */

.cf-btn {
    background: #36348e !important; 
    border-radius: 3px !important;
    text-decoration: none !important; 
}

.cf-btn:hover {
    background: #fff !important;
    color: #36348e !important; 
    border-radius: 3px !important;
    border: 1px solid #36348e;
    text-decoration: none !important;
}

.cf-field {
  border: none !important;
}

.cf-search {
  border-radius: 3px;
  background-color: #b7d8ef;
  border: none;
}

.cf-result-card {
  border: none;
  background-color: #b7d8ef;
  border-radius: 3px;
}

.rs-heading {
  color: #000 !important;
}