/**
* Theme Name: Softek Child Theme
* Description: This is a child theme of Softek, automatically generated.
* Author: <a href="https://radiantthemes.com">RadiantThemes</a>
* Template: softek
* Version: 1.3.3
*/
.rt-subscribe-form input[type='email'], .rt-subscribe-form input[type='tel'] {
    background: #fafafa;
    border-radius: 4px;
    width: 95%;
    height: 55px;
    line-height: 28px;
    float: none;
    border: 1px solid #D0DCEC;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #696969;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#newsletter-form-wrap {
    margin-top: 2em;
}
#newsletter-form-wrap p {
    display:flex;
}

#newsletter-form-wrap input[type='submit'] {
    width: 50%;
     float: none;
	background-color: #CD0932 ;
	background-image: none !important;
}
.wpcf7-response-output {
    text-align: center;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    margin-bottom: 1em;
}
.author_box {
    box-shadow: 0px 3px 20px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 20px 30px 30px;
    margin-bottom: 55px;
}
.page-id-48305 .elementskit-meta-lists.elementskit-style-tag {
    display: none;
}
#whatsapp {
    position: fixed;
    left: 20px;
    z-index: 9;
    bottom: 5%;
    animation: bounce2 2s ease infinite;
    top: auto;
    width: 60px;
    height: 60px;
}
@keyframes bounce2 {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}


@media only screen and (max-width: 991px) {
    div#fixed-review-badge {
        display:none;
    }    
}
@media only screen and (max-width: 600px) {
    #newsletter-form-wrap p {
        display: initial;
    }    
}

div#fixed-review-badge img {
    max-width: 120px;
    height: auto;
    position: fixed;
    top: 40%;
    right: -.4%;
    z-index: 100;
}
