/**
 * Theme Name: Beta for Astra
 * Author: Beta Websites
 * Author URI: https://beta-websites.nl
 * Template: astra
 * Description: Beta is a child theme for the Astra Wordpress theme.
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: beta-for-astra
 * Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/**
 * 1. Vendors
 */
/**
 * 2. Configuration and helpers
 */
/**
 * Variables
 */
/**
 * Theme Colors
 */
/**
 * Responsive breakpoints
 */
/**
 * 3. Base stuff
 */
body * {
  box-sizing: border-box; }

/* Brizy Image Fix */
.be-fullwidth-img picture,
.be-fullwidth-img picture img {
  width: 100%; }

/* Clothweaver Gradient */
.ast-title-bar-wrap,
#cb-row--header-top,
body.brz .brz-section.cw-gradient-bg,
body.brz .cw-gradient-bg,
.cw-gradient-bg,
#colophon.site-footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6267e+0,e57d28+100 */
  background: #c6267e !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c6267e 0%, #e57d28 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c6267e 0%, #e57d28 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c6267e 0%, #e57d28 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/* Gumroad Button */
.cw-pricing-table .gumroad-button {
  display: table !important;
  margin-right: auto;
  margin-left: auto; }

/**
 * Responsive mediaqueries
 */
/**
 * Helpers
 */
/**
 * Remove Margin
 */
.be-margin-0 {
  margin: 0; }

.be-margin-b-0 {
  margin-bottom: 0; }

/**
 * Remove Padding
 */
.be-padding-0 {
  padding: 0; }

.be-padding-b-0 {
  padding-bottom: 0; }

/**
 * Disable click cursor for links
 *
 * Description:
 * Clicking disable function is in 'assets/js/script.js'.
 */
li.be-no-click > a,
a.be-no-click {
  cursor: default !important; }

/**
 * Disable clicking for placeholder menu item that has no dropdown menu
 *
 * Note! Do not use if item has dropdown menu. Otherwise the cursor 'hover' is also disabled
 */
li.be-pointer-events-none > a,
a.be-pointer-events-none {
  cursor: default !important;
  pointer-events: none !important; }

/**
 * Disabled Element i.e. disable a button with 'Coming soon' text.
 */
a.be-disabled,
.be-disabled a {
  cursor: default !important;
  pointer-events: none !important;
  cursor: not-allowed;
  opacity: .6; }

/**
 * Inset Box Shadow
 */
.be-inset-box-shadow {
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07); }

/**
 * Hover Depth Effect
 */
.be-hover-card {
  box-shadow: 0 0 0 transparent;
  transform: scale3d(1, 1, 1);
  transition: all .2s ease-in-out; }
  .be-hover-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transform: scale3d(1.02, 1.02, 1.02); }

/**
 * Scroll Down Icon
 */
.be-scroll-down-icon {
  position: absolute;
  left: 50%;
  bottom: 40px; }

/**
 * Bounce animation for i.e. Scroll Down Icon
 */
.be-animation-bounce {
  -webkit-animation: be-animation-bounce 2.2s ease-out infinite;
  -moz-animation: be-animation-bounce 2.2s ease-out infinite;
  animation: be-animation-bounce 2.2s ease-out infinite;
  -webkit-animation-delay: 2s;
  /* Chrome, Safari, Opera */
  animation-delay: 2s; }

@-webkit-keyframes be-animation-bounce {
  0% {
    transform: translateY(0%); }
  12.5% {
    transform: translateY(20%); }
  25% {
    transform: translateY(0%); }
  37.5% {
    transform: translateY(20%); }
  50% {
    transform: translateY(0%); } }

@-moz-keyframes be-animation-bounce {
  0% {
    transform: translateY(0%); }
  12.5% {
    transform: translateY(20%); }
  25% {
    transform: translateY(0%); }
  37.5% {
    transform: translateY(20%); }
  50% {
    transform: translateY(0%); } }

@keyframes be-animation-bounce {
  0% {
    transform: translateY(0%); }
  12.5% {
    transform: translateY(20%); }
  25% {
    transform: translateY(0%); }
  37.5% {
    transform: translateY(20%); }
  50% {
    transform: translateY(0%); } }

/**
 * Responsive mediaqueries
 */
/**
 * Typography
 *
 * Description:
 * Here you can place all global typography styling for the Beta theme.
 *
 * Note:
 * Specific styling for Divi modules should be placed in their own stylesheet at:
 *
 * root/assets/scss/components/divi-modules
 *
 * The same goes for Wordpress plugin styling:
 *
 * root/assets/scss/components/wp-plugins
 */
body {
  word-break: normal; }

/**
 * Global link styling
 */
.brz .brz-rich-text a,
.brz .brz-rich-text .link--external:not(.is-empty) {
  color: #d55154 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .brz .brz-rich-text a:hover,
  .brz .brz-rich-text .link--external:not(.is-empty):hover {
    color: #3a3a3a !important; }

/**
 * Telephonenumber color fix for iOS
 */
a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

/**
 * Responsive mediaqueries
 */
/**
 * 4. Layout-related sections
 */
/**
 * Header
 */
/**
 * Mobile Menu Fix
 */
@media (max-width: 920px) {
  #site-navigation #primary-menu input.search-submit {
    color: #fff; } }

/**
 * Astra Sticky Header
 */
.main-header-bar.ast-sticky-active {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15); }

/**
 * Astra Logo Height Fix for Archive & News pages
 */
#masthead .site-logo-img .astra-logo-svg {
  max-height: 46px; }

/**
 * Astra Transp. Header Submenu
 */
body.ast-theme-transparent-header #site-navigation li.menu-item-has-children ul a {
  color: #73777f; }

body.ast-theme-transparent-header #site-navigation li.menu-item-has-children ul a:hover {
  color: #d55154; }

/* Searchbox fix */
body.ast-theme-transparent-header #site-navigation #ast-search-form .search-field {
  background: #fff; }

/* Menu Lvl 1 Padding */
#primary-menu > li > a {
  padding-top: 5px;
  padding-bottom: 5px; }

/**
 * Footer
 */
/* Astra's Theme Footer */
#colophon.site-footer {
  /* Footer Logo Widget */ }
  #colophon.site-footer .ast-footer-overlay {
    background: transparent; }
  #colophon.site-footer #media_image-3 {
    max-width: 160px; }

/**
 * Sidebar
 */
/**
 * 5. Components
 */
/**
 * Buttons
 *
 * Description:
 * Styling for all buttons goes here. Except for cases
 * where it's more logical or semantic to put it into
 * it's own stylesheet, for example: WP PageNavi.
 * Since it's only contains styling for breadcrumb
 * navigation buttons.
 */
/* Astra Buttons */
.ast-button {
  letter-spacing: 3px; }

/* Astra Scroll To Top Btn */
.ast-scroll-to-top-right {
  right: 20px;
  bottom: 20px; }

/**
 * Gumroad Follow Me Button & Input
 */
/* Reset CSS */
.gumroad-follow-form-embed {
  zoom: 1; }

.gumroad-follow-form-embed:before,
.gumroad-follow-form-embed:after {
  display: table;
  line-height: 0;
  content: ""; }

.gumroad-follow-form-embed:after {
  clear: both; }

.gumroad-follow-form-embed * {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box !important;
  float: left !important; }

/* Input field */
.gumroad-follow-form-embed input {
  display: block;
  width: 100% !important;
  height: 50px !important;
  padding: 14px;
  background: #fff;
  background-position: top right;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02);
  font-family: -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #aaa;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: caret; }

/* Follow Button */
.gumroad-follow-form-embed button {
  display: block;
  padding: 14px 42px;
  width: 100% !important;
  height: 50px !important;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  border-color: #d55154;
  background-color: #d55154;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  -webkit-transition: all .05s ease-in-out;
  transition: all .05s ease-in-out; }

@media (min-width: 768px) {
  .gumroad-follow-form-embed input {
    display: inline-block;
    width: 67% !important;
    border: 1px solid #ddd;
    border-right: 0; }
  .gumroad-follow-form-embed button {
    display: inline-block;
    width: 33% !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .gumroad-follow-form-embed input {
    width: 75% !important; }
  .gumroad-follow-form-embed button {
    width: 25% !important; } }

/**
 * Brizy Accordion
 */
body.brz .brz-accordion__item {
  background: #fff;
  /* Add spacing between items */
  /* Add inner spacing */ }
  body.brz .brz-accordion__item:not(:last-child) {
    margin-bottom: 20px; }
  body.brz .brz-accordion__item .brz-accordion__nav,
  body.brz .brz-accordion__item .brz-accordion__content {
    padding: 14px 16px; }

/**
 * Brizy Pricing Table
 */
.brz .be-pricing-table {
  /* Tab */
  /* Active Tab */
  /* Mobile Tabs */
  /* Divide Tabs from Content */
  /* Pricing Small Numbers fix */
  /* Gumroad Button */ }
  .brz .be-pricing-table .brz-tabs__nav--item {
    width: 100%; }
    .brz .be-pricing-table .brz-tabs__nav--item .brz-tabs__nav--button {
      background-color: #eee;
      border-bottom: 0;
      text-align: center !important; }
  .brz .be-pricing-table .brz-tabs__nav--item.brz-tabs__nav--active::before, .brz .be-pricing-table .brz-tabs__nav--item.brz-tabs__nav--active::after {
    display: none; }
  .brz .be-pricing-table .brz-tabs__nav--item.brz-tabs__nav--active .brz-tabs__nav--button {
    background-color: #fff;
    text-align: center !important; }
  .brz .be-pricing-table .brz-tabs__nav--button {
    text-align: center !important; }
  .brz .be-pricing-table .brz-tabs__content {
    border-top: 2px solid #ddd; }
  .brz .be-pricing-table .be-pricing-small span:last-child {
    display: inline-block;
    position: relative;
    top: -12px;
    right: -4px;
    font-size: 20px; }
  .brz .be-pricing-table a.gumroad-button {
    display: table !important;
    margin: 0 auto; }

@media (min-width: 768px) {
  .be-pricing-table {
    /* Tabs */
    /* Columns */
    /* Pricing Small Numbers fix */ }
    .be-pricing-table .brz-tabs__nav--item {
      width: 50%; }
    .be-pricing-table .brz-tabs__items:first-child .brz-columns {
      flex: 1 1 50%;
      width: 50%;
      max-width: 50%; }
    .be-pricing-table .be-pricing-small span:last-child {
      display: inline-block;
      position: relative;
      top: -26px !important;
      right: -4px;
      font-size: 22px; } }

@media (min-width: 1200px) {
  .be-pricing-table {
    /* Columns */ }
    .be-pricing-table .brz-tabs__items:first-child .brz-columns {
      flex: 1 1 25%;
      width: 25%;
      max-width: 25%; } }

/* Wordpress Plugins */
/* WooCommerce */
/**
 * 6. Page-specific styles
 */
/**
 * Page: Home
 *
 * Description:
 * Styling for the Homepage.
 */
body.home {
  /**
	 * Testimonial Section Slider
	 */ }
  body.home #JfExfYMeiN {
    /* Slider Arrows */ }
    body.home #JfExfYMeiN .brz-slick-slider__arrow {
      margin-top: -50px; }

/**
 * 7. Themes
 */
