/*
 Theme Name:   Kinga Oliwia Kujawa
 Description:  Use this child theme to extend Bricks.
 Author:       Patryk Kowalczyk Creative Agency
 Author URI:   https://patrykkowalczyk.pl
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

html {
	scroll-padding-top: 200px;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\e69b";
}
.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e60e";
}
.woocommerce-MyAccount-navigation-link--moje-kursy a:before {
    content: "\e654";
}
.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\e721";
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\e6a7";
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\e699";
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\e602";
}
.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\e6cd";
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\e67a";
}
.woocommerce-MyAccount-navigation li a:before {
    font-family: themify;
    color: var(--bricks-color-pgzkft);
    margin-right: 5px;
    line-height: 1;
}

.ld-tab-content .wp-block-embed__wrapper {
    max-height: 600px;
}
.ld-tab-content h2:not(:first-of-type) {
    margin-top: 50px;
}

.brxe-icon-box .icon i:before,
.brxe-social-icons i:before {
  background: linear-gradient(45deg, transparent, #dcd0a1, #dcd0a1, #938152, #574725, #aa9966, #d4c798, transparent);
  background-clip:text;
  display: inline-block;
  color: transparent;
}
.brxe-divider .line {
  background: linear-gradient(45deg, transparent, #dcd0a1, #dcd0a1, #938152, #574725, #aa9966, #d4c798, transparent);
  height: 3px;
border-top: 0;
}
.brxe-divider.left .line {
  background: linear-gradient(45deg, #dcd0a1, #dcd0a1, #938152, #574725, #aa9966, #d4c798, transparent, transparent);
  height: 3px;
}
.brxe-divider.right .line {
  background: linear-gradient(45deg, transparent, transparent, #dcd0a1, #dcd0a1, #938152, #574725, #aa9966, #d4c798);
  height: 3px;
}
.brxe-divider.big .line {
	height: 5px;
}
.brxe-divider.xl .line {
    height: 10px;
}
.brxe-divider.small .line {
	height: 2px;
}
.brxe-divider.full .line {
  background: linear-gradient(45deg, #dcd0a1, #dcd0a1, #938152, #574725, #aa9966, #d4c798);
}
.brxe-button {
	position: relative;
}
.brxe-button:after {
	background: linear-gradient(45deg, #dcd0a1, #dcd0a1, #938152, #574725, #aa9966, #d4c798, transparent);
    height: 3px;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-size: 205%;
    background-repeat: no-repeat;
    background-position: 205% 50%;
    transition: all .5s ease-in-out;
}
.brxe-button:hover:after {
    background-position: 80% 50%;
}