/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.shadow-text {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0caabe;
    text-transform: uppercase;
    text-shadow: 0px 0px 4px #878686, 0px 1px 0px #000000;
}
@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}
.primary-gradient-bg{
    background: linear-gradient(310deg, rgb(13 169 189) 3%, rgb(59 171 190) 38%, rgba(48, 238, 226, 1) 68%, #242424 98%);
}
.gradient-animation {
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}
.page-template-doctor-booking-template select option {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.page-template-doctor-booking-template input[type='email'], .page-template-doctor-booking-template input[type='date'], input[type='search'],.page-template-doctor-booking-template input[type='number'],.page-template-doctor-booking-template input[type='text'],.page-template-doctor-booking-template input[type='tel'],.page-template-doctor-booking-template input[type='url'],.page-template-doctor-booking-template input[type='password'],.page-template-doctor-booking-template textarea,.page-template-doctor-booking-template select{
   color:#FFF !important; 
}
.two-line-text .info-box-content{
    height:2rem;
}
.title-wrapper .title {
    font-family: 'IRANSansx' !important;
}