/*
Theme Name: RDS2020
Theme URI: #
Author: Admin
*/

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */



.alignleft {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}

.alignnone {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}
.alignright {
    float: right;
    height: auto;
    padding: 7px;
    width: inherit;
}

.aligncenter {
    display: block;
    float: none;
    height: inherit;
    margin: 0 auto;
    width: inherit;
}

.size-full {
    height: inherit;
    padding: 10px;
    width: auto;
}

span.ajax-loader {
    display: none !important;
}


input.wpcf7-form-control.wpcf7-submit {
    height: 65px;
    width: 100%;
    color: #fff;
    text-align: center;
    border: 0;
    background: #004b85;
}

section.sponser-area img {
    text-align: center;
    margin: 0px auto;
    display: block;
    position: relative;
    width: 300px;
    padding: 10px;
}