/**
 * Theme Name:     Digital Site Ranker
 * Author:         Aarti
 * Template:       hello-elementor
 * Text Domain:	   digital-site-ranker
 * Description:    This is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin.
 * Author URI:     https://www.linkedin.com/in/aartimourya/
 * Version:        1.0
 */

/*custom css start*/

.page-header {
    display: none !important;
}
body.home section.cusbanner {
    display: none;
}




/*contact us start*/
form.wpcf7-form label {
    width: 49%;
    float: left;
    margin: 5px 0.5%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 99% !important;
    margin: 5px 0.5% 0;
	height: 160px;
}
form.wpcf7-form input.wpcf7-submit {
    margin-left: 5px !important;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #073A6C;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 35px 20px 35px;
    margin-top: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}
input {
    height: 46px;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}
/*contact us end*/
/*custom css end*/
