/*
Theme Name:  Efor Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Efor Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     13.0.1
Template:    efor
Tags:        portfolio
Text Domain: efor-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
#post-20 header.entry-header {
    padding: 0px;
}

#post-20 h1.entry-title {
    font-size:32px;
}

/**
regus workshop styles
 */
.da-regus-checkbox input[type="checkbox"] {
    border: 2px solid black !important;
    transform: scale(1.2);
    top: 3px;
}


img.jet-testimonials__tag-img.lazy.loaded {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.description1 {display:flex !important
}
.wooccm-field-city label.screen-reader-text,
.wooccm-field-postcode label.screen-reader-text,
.wooccm-field-city label.screen-reader-text,
.wooccm-field-state label.screen-reader-text,
.wooccm-field-phone label.screen-reader-text,
.wooccm-field-email label.screen-reader-text {
    position: static !important;
    clip: auto !important;
    clip-path: none;
    width: 300px;
    height: 24px;
}
.antonis {display:flex !important
}
::selection { color: #333; background: #dbd8d2; }
.da-dorean-synantisi-gnorimias ul#wpforms-8331-field_4 input {
    display: inline-block!important;
}
.wpforms-container ul li {
    list-style-type: none;
}

@keyframes blinking-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blinking-text {
    animation: blinking-animation 2s infinite;
}
.grecaptcha-badge { visibility: hidden; }

.da-cards-container {
    display:flex;
    justify-content: center;
}
/**
Shop Page
 */
.woocommerce-shop .top-bar .top-bar-right > * + * {
    margin-right: 16px;
    border:0px;
    color:#fff!important;
}

.postid-12482 #wpforms-12504-field_1,
.postid-12482 #wpforms-12504-field_1-last,
.postid-12689 #wpforms-12734-field_1,
.postid-12689 #wpforms-12734-field_1-last {
    max-width:100%;
}
.da-fullname-nlp-free-webinar {
    font-size:12px;
    letter-spacing:1px;
}

@media only screen and (min-width: 992px) {
    .da-desktop-hidden,
    .da-tablets-hidden,
    .da-mobile-hidden {
        display:none!important;
    }
}

.da-menu-item-btn a span.link-text {
    color: #fff;
    font-size: 0.79em;
}
li.da-menu-item-btn {
    background-color: #009ba8;
    margin: 18px 0px !important;
}
li.da-menu-item-btn a {
    padding-left: 18px!important;
    padding-right: 18px!important;
}
.button.is-primary.is-solid {
    color: #ffffff!important;
    border:none;
}

@media only screen and (max-width: 480px) {
    .da-cards-container {
        flex-wrap: wrap;
        gap:13px;
    }
}