/**
Theme Name: DRYTAC
Author: ALL WEB KEYS
Author URI: https://allwebkeys.com
Description: DRYTAC Theme by ALL WEB KEYS - web development services 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drytac-theme
Template: astra
*/
/* user registration and membership tweaks */
body.user-registration-page input.user-registration-Button.button,
body.user-registration-page button.ur-submit-button {
    background: #677AFF !important;
    border: 2px solid #677AFF !important;
    border-radius: 20px;
}
body.user-registration-page input.user-registration-Button.button:hover,
body.user-registration-page button.ur-submit-button:hover {
    background: #fff !important;
	color:#677AFF !important;
    border: 2px solid #677AFF !important;
    border-radius: 20px;
}
body.user-registration-page .user-registration a {
    color: #677AFF !important;
}
body.user-registration-page #user-registration.horizontal .user-registration-MyAccount-navigation-link.is-active a {
    border-bottom: 3px solid #BC1C31;
}

/* E.O. user registration and membership tweaks */

.elementor-page.ast-page-builder-template .entry-header {
  margin-top: 0;
}
.elementor-page.page .entry-header {
  margin-bottom: 0;
}

@media (min-width: 922px) {
  .ast-right-sidebar #primary {
    padding-right: 20px;
  }
  .ast-right-sidebar #secondary {
    padding-left: 20px;
  }
}
/* Elementor elements tweaks */

.awk-text-editor-product-buttons .elementor-text-editor {
display:flex;
flex-wrap: wrap;
}
.awk-text-editor-product-buttons .elementor-text-editor a {
flex:0 0 calc(25% - 20px);
margin:10px;
padding:15px 20px;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
background:#c41230;
color:#fff;
border-radius:20px;
}
.awk-text-editor-product-buttons .elementor-text-editor a:hover {
background:#000 !important;
}
  @media (max-width: 767px) {
.awk-text-editor-product-buttons .elementor-text-editor a {
  flex: 0 0 calc(50% - 20px);
  padding: 15px 10px !important;
}
}
/* red-check-bullet */

ul.red-check-bullet {
  padding: 0px 0 0 0px !important;
  margin:0;
}
ul.red-check-bullet li {
  list-style: none;
  position: relative;
  padding: 8px 0 8px 30px !important;
}
ul.red-check-bullet li::before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #BC1C31;
  left: 0;
  font-size: 18px;
  top:5px;
}
selector strong, selector b {
    color: #000;
padding: 20px 0 10px;
display: block;
}


body.user-registration-page #user-registration:not(.user-registration-MyAccount), body.user-registration-page .user-registration:not(.user-registration-MyAccount), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount), body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) {
    border-radius: 10px;
}