/*
Theme Name: Suls - We Make Magic
Theme URI: https://suls.co.il/
Description: liberty WordPress theme example child theme.
Author: Nick
Author URI: https://suls.co.il/
Template: bricks
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/*.sold-out-overlay {
background: gainsboro;
color: #fff;
font-size: 14px;
font-weight: 600;
padding: 5px 10px;
position: absolute;
right: 50px;
top: 10px;
}*/
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
body{
	overflow-x:hidden;
	transition:background 0.3s ease;
}
label {
    width: 100%;
    margin-bottom:2px;
}
p{
    margin:0;
}
.single-post p {
    margin-bottom: 25px;
}
a{
	color:black;
}
a:-webkit-any-link:focus,:focus{
    outline: none!important;
}
article#brx-content.wordpress {
    margin: 80px auto;
    width: 1400px;
    padding-top: 50px;
}
.brxe-post-content a {
    color: #d53e00;
}
.brxe-post-content a:hover {
    text-decoration:underline;
}
.c-select {
    position: relative;
    background-color: rgb(255 255 255 / 11%);
    border-radius: 50px;
    cursor: pointer;
    height: var(--wa-height-option, 25px);
    --wa-height-option:35px
}

.c-select:before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/suls/assets/img/alt-arrow-down.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    filter: brightness(35);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.c-select-w {
    display: flex;
    flex-direction: column;
    height: var(--wa-height-option,25px);
    overflow: hidden;
    padding: 5px 10px;
}

.c-option {
    order: 1;
}
.c-select-w {
    display: flex;
    flex-direction: column;
    height: var(--wa-height-option,25px);
    overflow: hidden;
}

.c-option.slct{
    order: 0;
}
.c-select.open .c-select-w {
    background-color: black;
    border-radius: 15px;
    height: max-content;
}

.c-select.open:before {
    transform: rotate(180deg) translateY(50%);
}
div#add_instance:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(/wp-content/themes/suls/assets/img/add.svg);
    filter: invert(1);
    vertical-align: middle;
    margin-left: 6px;
}

div#acnt_pic {
    width: 80px;
    height: 80px;
    background-color: gainsboro;
    border-radius: 150px;
    margin: auto;
}
div#waqrcode {
    width: 290px;
    height: 290px;
    background-color: gainsboro;
    border-radius: 15px;
}
@media (max-width:750px){

}


/** Popup **/
.popup {
    position: fixed;
    width: 0%;
    height: 100%;
    background-color: #10023147;
    display: flex;
    top: 0;
    left: 0;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.popup.view {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.popup-box {
    min-width: 250px;
    min-height: 150px;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0px 5px 45px -35px #361683;
    position: relative;
    padding: 10px;
    max-height: 95%;
}

.popup-close {
    position: absolute;
    left: 15px;
    top: 0px;
    font-size: 20px;
    font-weight: 100;
    cursor: pointer;
}


div#qcode {
    width: 250px;
    height: 250px;
    max-width: 100%;
    max-height: 100%;
    background-color: #e5e5e5;
}

.popup-content {
    margin-top: 8px;
}

h2.popup-title {
    line-height: 1em;
}
/** Popup End **/
/** Menu **/
div#wamenu a {
    color: white;
}
/** Menu End **/

.watable .thead,
.watable .tcontact .row {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.watable .thead .item,
.watable .tcontact .item {
    flex-grow: 1;
    text-align: right;
    padding: 0 5px;
}

.watable .thead .item:nth-child(1),
.watable .tcontact .item:nth-child(1){
    flex-basis: var(--col-width-1, auto);
}
.watable .thead .item:nth-child(2),
.watable .tcontact .item:nth-child(2){
    flex-basis: var(--col-width-2, auto);
}
.watable .thead .item:nth-child(3),
.watable .tcontact .item:nth-child(3){
    flex-basis: var(--col-width-3, auto);
}
.watable .thead .item:nth-child(4),
.watable .tcontact .item:nth-child(4){
    flex-basis: var(--col-width-4, auto);
}
.watable .thead .item:nth-child(5),
.watable .tcontact .item:nth-child(5){
    flex-basis: var(--col-width-5, auto);
}
.watable .thead .item:nth-child(6),
.watable .tcontact .item:nth-child(6){
    flex-basis: var(--col-width-6, auto);
}
.watable .thead .item:nth-child(7),
.watable .tcontact .item:nth-child(7){
    flex-basis: var(--col-width-7, auto);
}

.watable .thead .item:nth-child(8),
.watable .tcontact .item:nth-child(8){
    flex-basis: var(--col-width-8, auto);
}