/*
Theme Name:  Elementor Child
Template: hello-elementor
Theme URI: https://elementor.com/hello-theme/
Author: syymren
Author URI:
Description: Child theme for Hello Elementor template.
Version: 1.0.0
Text Domain: hello-elementor
*/

.footer_form{
    display: flex !important;
    margin-bottom: 50px !important;
}
.footer_form .gform_body{
    width: 60%;
    margin-right: 2%;
}
.footer_form .gform_body input{
    border-radius: 8px !important;
}
.footer_form .gform_footer{
    margin-top: 0 !important;
    width: 38%;
}
.footer_form .gform_footer input{
    width: 100% !important;
    border-radius: 8px !important;
    background-color: #FEE003 !important;
    color:#000 !important;
}
.footer_form .gform_footer input:hover{
    background-color: #058FFC !important;
    color:#fff !important;
}
.gform-theme--foundation .gform_fields{
    row-gap: 10px !important;
}
.main_form .large,.main_form .textarea{
    border:none !important;
    background-color:#f5f5f7 !important ;
}
.main_form .gform_footer input{
    background-color: #FEE003 !important;
    color:#000 !important;
}
.main_form .gform_footer input:hover{
    background-color: #058FFC !important;
    color:#fff !important;
}
@media (min-width:1024px) {
    .home_banner_card .the_card:hover{
        transform: translateY(-80px);
        border-color: #FEE003;
        background-color: #161B3999;
    }
}


.signup_form .gform_body input{
    border-radius: 8px !important;
}
.signup_form .large,.signup_form .textarea{
    border-radius: 8px !important;
    border:none !important;
    background-color:#f5f5f7 !important ;
}
.signup_form .gform_footer input{
    width: 100% !important;
    border-radius: 8px !important;
    background-color: #FEE003 !important;
    color:#000 !important;
}
.signup_form .gform_footer input:hover{
    background-color: #058FFC !important;
    color:#fff !important;
}

.comment-respond .comment-reply-title{
    font-size: 39px;
}
.comment-respond .comment-form-comment label{
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto";
}
.comment-respond .form-submit input{
    background-color: #FEE003 !important;
    color:#000 !important;
    border:none;
    font-weight: 600;
}
.comment-respond .form-submit input:hover{
    background-color: #058FFC !important;
    color:#fff !important;
}

h1.wp-block-heading{
    font-size: 48px;
    color:#030303;
}
h2.wp-block-heading{
    font-size: 39px;
    color:#030303;
}
h3.wp-block-heading{
    font-size: 31px;
    color:#030303;
}
h4.wp-block-heading{
    font-size: 25px;
    color:#030303;
}
h5.wp-block-heading{
    font-size: 20px;
    color:#030303;
}
.single a{
    color:inherit;
}
@media (max-width:1024px) {
    h1.wp-block-heading{
        font-size: 37px;
    }
    h2.wp-block-heading{
        font-size: 31px;
    }
    h3.wp-block-heading{
        font-size: 25px;
    }
    h4.wp-block-heading{
        font-size: 20px;
    }
    h5.wp-block-heading{
        font-size: 16px;
    }
}

.single table {
    background-color: transparent;
    width: 100%;
    margin-block-end:15px;font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}
.single table thead{
    border-bottom: none !important;
}
.single table td,.single table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843)
}

.single table th {
    font-weight: 700
}

.single table tfoot th,.single table thead th {
    font-size: 1em
}

.single table caption+thead tr:first-child td,.single table caption+thead tr:first-child th,.single table colgroup+thead tr:first-child td,.single table colgroup+thead tr:first-child th,.single table thead:first-child tr:first-child td,.single table thead:first-child tr:first-child th {

    border-block-start:1px solid hsla(0,0%,50.2%,.5019607843);
}

.single table tbody>tr:nth-child(odd)>td,.single table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.0705882353);
}

.single table tbody tr:hover>td,.single table tbody tr:hover>th {
    background-color: hsla(0,0%,50.2%,.1019607843);
}

.single table tbody+tbody {
    border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)
}

@media (max-width: 767px) {
    .single table table {
        font-size:.8em
    }

    .single table table td,.single table table th {
        padding: 7px;
        line-height: 1.3
    }

    .single table table th {
        font-weight: 400
    }
    .footer_form{
        display: block !important;
    }
    .footer_form .gform_body{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_form .gform_footer{
        width: 100%;
    }
}