/*
Theme Name: butterflywefts.nl
Theme URI: https://butterflywefts.nl
Author: 10-us.nl
Author URI: https://10-us.nl
Description: butterflywefts.nl
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.0
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: 10-us
*/

/* Login WP Admin */
.login {
    background-color: #f8f7fa;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.login #login {
    width: 800px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.login form {
    height: 370px;
    margin-top: 0;
    position: relative;
    padding: 30px 25px 0 425px;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.login form:before {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(assets/img/login-frame.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    content: '';
}

.login form:after {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 155px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(assets/img/logo.svg);
    background-repeat: no-repeat;
    content: '';
}

.login label {
    font-size: .8rem;
    color: #939393;
}

.login form .input,
.login form input[type="checkbox"],
.login input[type="text"] {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #dbdade;
    border-radius: .375rem;
    box-shadow: none;
    font-size: .8rem;
}

.login form .input:focus,
.login form input[type="checkbox"]:focus,
.login input[type="text"]:focus {
    box-shadow: none;
}

.login .button.wp-hide-pw {
    min-height: 49px;
    border-radius: 0;
}

.login .button.wp-hide-pw:focus {
    border: 0;
    box-shadow: none;
}

.login .button.wp-hide-pw span:before {
    color: #7367f0;
}

.login .button-primary {
    padding: .5rem 1rem!important;
    background-color: #7367f0;
    border-color: #7367f0;
    border-radius: 0;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.login .button-primary:hover,
.login .button-primary:focus {
    background-color: #7367f0;
    border-color: #7367f0;
    box-shadow: none;
}

.login p.forgetmenot {
    margin-top: 15px;
}

.login #nav {
    width: 45%;
    padding: .5rem 0 0 .5rem;
    margin: 0;
    float: left;
}

.login #backtoblog {
    width: 45%;
    padding: .5rem .5rem 0 0;
    margin: 0;
    text-align: right;
    float: right;
}

.login #backtoblog a,
.login #nav a {
    color: rgba(255, 255, 255, .6);
}

.login #backtoblog a:hover,
.login #nav a:hover {
    color: rgba(255, 255, 255, 1);
}

.login h1 {
    display: none;
}

.login .language-switcher {
    display: none;
}

/* Default */
.wp-block-site-logo img {
    width: 150px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid;
}

.wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
    background-color: var(--wp--preset--color--secondary);
    border-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--base);
}


/* Slider */
.wp-block-group-slider .wp-block-columns-categories {
    position: relative;
}

.wp-block-group-slider .wp-block-columns-categories:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--wp--preset--color--quaternary);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4418_9825)'%3E%3Cpath d='M6 12H18' stroke='%23222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M12 18V6' stroke='%23222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4418_9825'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: '';
    display: block;
}


.wp-block-group-slider .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-columns-categories .wp-block-column .wp-block-image,
.wp-block-group-slider .wp-block-columns .wp-block-column:nth-of-type(3) .wp-block-columns-categories .wp-block-column .wp-block-image {
    position: absolute;
    bottom: 0;
}

.wp-block-group-slider .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-columns-categories .wp-block-column .wp-block-image {
    position: absolute;
    top: 0;
}




/* Breadcrumbs 
.rank-math-breadcrumb {
    font-size: var(--wp--preset--font-size--xsmall);
}

.rank-math-breadcrumb a:first-of-type:before {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: .5rem;
    background-image: url(https://10-us.nl/wp-content/uploads/2025/01/home.svg);
    background-size: auto 20px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
}*/

/* Woocommerce 
.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
    max-width: 95vw;
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
    max-width: none;
}

.woocommerce .wapf .wapf-input,
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
    padding: 1rem .75rem;
    background-color: var(--wp--preset--color--base);
    border: 1px solid var(--wp--preset--color--quaternary);
    border-radius: .25rem;
    font-family: var(--wp--preset--font-family--jost);
    font-size: 18px;
    color: var(--wp--preset--color--tertiary);
}


.wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-components-textarea {
    border: 1px solid var(--wp--preset--color--quaternary);
    border-radius: .25rem;
}

.woocommerce .wapf .wapf-fonts-title:not(.wapf-fonts-subtitle) .wapf-radios .wapf-input-label .wapf-label-text  {
    font-size: 1.5rem;
}

.woocommerce .wapf .wapf-radios input  {
    margin-top: 10px;
}

.woocommerce .wapf .wapf-fonts-title:not(.wapf-fonts-subtitle) .wapf-radios input  {
    margin-top: 15px;
}

.woocommerce .quantity input {
    padding-top: 23px;
    padding-bottom: 23px;
    background-color: var(--wp--preset--color--base);
    border: 1px solid var(--wp--preset--color--quaternary);
    border-radius: .25rem;
}

.wc-block-grid__product-title,
.wc-block-product h3 {
    font-family: var(--wp--preset--font-family--butler)!important;
    font-size: var(--wp--preset--font-size--xmedium)!important;
    color: var(--wp--preset--color--secondary)!important;
    font-weight: 200!important;
}*/

/* Stock status 
p.stock {
    position: relative;
    margin-bottom: 2rem;
}

.wc-block-product p.stock {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

p.stock {
    padding: .5rem 1rem;
    border-radius: 50px;
    font-size: var(--wp--preset--font-size--small)!important;
    display: table;
}

p.stock:before {
    width: 10px;
    height: 10px;
    margin-right: 1rem;
    border-radius: 50%;
    display: inline-block;
    content: '';
}

p.stock:after {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 11px;
    left: 13px;
    border-radius: 50%;
    opacity: .4;
    content: '';
}

p.stock.in-stock {
    background-color: #f0fbd8;
    color: #52702b;
}

p.stock.out-of-stock {
    background-color: #fbd8d8;
    color: #702b2b;
}

p.stock.in-stock:before {
    background-color: #52702b;
}

p.stock.in-stock:after {
    background-color: #52702b;
}

p.stock.out-of-stock:before {
    background-color: #702b2b;
}

p.stock.out-of-stock:after {
    background-color: #702b2b;
}

.wc-block-components-product-details__name {
    font-weight: 700;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: calc(20% - 5rem);
    padding-right: 5rem;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(80% - 1.5rem);
    padding-left: 1.5rem;
}*/

/* FAQ 
#rank-math-faq .rank-math-list-item {
	position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted var(--wp--preset--color--quaternary);
}

#rank-math-faq .rank-math-list-item input {
    width: 100%;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

#rank-math-faq .rank-math-list-item h4 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 2rem 1rem 2rem;
    font-size: var(--wp--preset--font-size--xmedium);
    cursor: pointer;
}

#rank-math-faq .rank-math-list-item h4:before {
    width: 14px;
    height: 2px;
    position: absolute;
    top: 34px;
    left: 0;
    background-color: var(--wp--preset--color--secondary);;
    display: inline-block;
    content: '';
}

#rank-math-faq .rank-math-list-item h4:after {
    width: 2px;
    height: 14px;
    position: absolute;
    top: 28px;
    left: 6px;
    background-color: var(--wp--preset--color--secondary);;
    display: inline-block;
    content: '';
}

#rank-math-faq .rank-math-list-item input:checked+h3:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#rank-math-faq .rank-math-answer{
    max-height: 0;
	overflow: hidden;
}

#rank-math-faq .rank-math-list-item input:checked+h3~.rank-math-answer {
	max-height: 100vh;
	overflow: visible;
}
*/
/* WP Forms 

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"] {
    height: 58px!important;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    background-color: #fff!important;
    border: 1px solid #cbd2d9!important;
    border-radius: .25rem!important;
    font-size: 1rem!important;
    color: #6f6f6f!important;
    font-weight: 400!important;
}

div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
    background-color: #fff!important;
    border: 1px solid #cbd2d9!important;
    border-radius: .25rem!important;
    font-size: 1rem!important;
    color: #6f6f6f!important;
    font-weight: 400!important;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    height: auto!important;
    background-color: #fff!important;
    border-radius: 0.25rem!important;
    border-color: var(--wp--preset--color--secondary)!important;
    border-width: 1px!important;
    border-style: solid!important;
    color: var(--wp--preset--color--secondary)!important;
    font-family: var(--wp--preset--font-family--butler)!important;
    font-size: inherit!important;
    font-weight: 200!important;
    line-height: inherit!important;
    padding: calc(0.667em + 2px) calc(1.333em + 2px)!important;
    text-decoration: none!important;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: var(--wp--preset--color--secondary)!important;
    border-color: var(--wp--preset--color--secondary)!important;
    color: var(--wp--preset--color--base)!important;
}
*/