/**
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
*/
header .ast-site-title-wrap {
    max-width: 230px;
}
.site-header .site-description {
    font-size: 12px;
    line-height: 1.2 !important;
}
/* user registration and membership tweaks */
body.user-registration-page input.user-registration-Button.button,
body.user-registration-page button.ur-submit-button {
    background: #BC1C31 !important;
    border: 2px solid #BC1C31 !important;
    border-radius: 0;
}
body.user-registration-page input.user-registration-Button.button:hover,
body.user-registration-page button.ur-submit-button:hover {
    background: #fff !important;
	color:#BC1C31 !important;
    border: 2px solid #BC1C31 !important;
    border-radius: 0;
}
body.user-registration-page .user-registration a {
    color: #BC1C31 !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:5px;
}
.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;
}