/*
 Theme Name:   Eshkool Child
 Theme URI:    http://keenitsolutions.com/products/wordpress/eshkool/
 Description:  Eshkool Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     eshkool
 Version:      3.8
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */


#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .address-icon::before {
    content: "\f17e";
}

#rs-header.header-styl-3 .menu-responsive .rs-off-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

#rs-header.header-styl-3 .sticky_form {
    top: 65%;
}

#rs-header.header-styl-3 .menu-area .logo-area {
    padding: 8px 0;
}

.ps-image img {
    width: 100%;
}

.hide-url {
    display: none;
}

.hide-title {
    display: none;
}

#event-form {
    background: #fff;
    padding: 40px 35px 0px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 550px;
}

#event-form input {
    margin: 0 0 15px;
}

input[type="text"] {
    padding: 10px 14px !important;
    border: 1px solid rgba(54, 54, 54, 0.1) !important;
    outline: none !important;
    width: 100% !important;
    height: 50px !important;
}
body.single-events .course-features-info .book-btn{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

body.single-events .course-features-info .book-btn a,
input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 130px;
    border-radius: 30px;
    padding: 0 15px;
    background: #ff3115;
    color: #fff;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: fit-content;
}

input[type="submit"]:hover {
    background: #e41f05 !important;
}

input[type="search"] {
    padding: 10px 14px !important;
    border: 1px solid rgba(54, 54, 54, 0.1) !important;
    outline: none !important;
    width: 100% !important;
    height: 50px !important;
    border-radius: 0 !important;
}

textarea {
    border: 1px solid rgba(54, 54, 54, 0.1) !important;
}

.form-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.form-inner input[type="text"] {
    width: 170px !important;
}

button.float-right.vc_btn3-shape-round.vc_btn3-size-md.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    padding: 4px 20px !important;
}

.modal-body .ivent_inputs {
    width: 100%;
}

.modal-body .ivent_submit {
    width: 100%;
    justify-content: center;
}

#hidden_field {
    display: none;
}

.modal-header .close {
    padding: 10px 15px;
}

.modal-header .close span {
    color: #fff;
}

.vc_btn3.vc_btn3-color-grey,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #fff !important;
    padding: 8.5px 20px;
    font-size: 13px;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 500;
}
#rs-footer .footer-top .mc4wp-form-fields .form-inner:before{
    right: 20px;
}
#rs-footer .footer-top .mc4wp-form-fields input[type="submit"]{
    width: 50px;
}
.hover-border, .readon:hover, .readon:focus, .services-style-2:hover .services-desc, .rs-courses-2 .cource-item .cource-btn{
    border: none;
}
body.single-events .course-features-info .book-btn a, input[type="submit"]{
    padding: 4px 20px;
    line-height: normal;
    height: 34px;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover{
    background-color: #e41f05 !important;
    color: #ffffff !important;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern{
    background-color: #ff3115 !important;
}
.vc_btn3.vc_btn3-style-modern{
    background-image: none !important;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    opacity: 1;
}
.readon{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
    .ivent_inputs {
        flex-direction: column;
    }

    .ivent_inputs input {
        width: 100% !important;
    }
}

@media (max-height: 340px) {
    #event-form input {
        margin: 0 0 5px;
    }
}
