/*!
Theme Name: Thompson Marketing Group
*/


.pagination li
 {
    list-style: none;
    display: inline-block;
    background: #6e0aad ;
    padding: 3px 10px;
    color: #000;
}

.pagination li a
 {
    color: #fff;
}

.pagination li:hover
 {
    background: #360453;
    color: #fff;
	 border: 1px solid #360453;
}

.pagination li a:hover
 {
    background: #360453;
    color: #fff;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.arrox-el-btn.rr-btn.btn-text-fli.hover-bg-theme {
    background: linear-gradient(0deg, #6e0aad 0%, rgb(156 45 255) 100%) !important;
}

.footer-email form.wpcf7-form {
    position: relative;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.fotter-submi {
    background: none;
    color: #ffffff;
    font-family: FontAwesome !important;
    position: absolute;
    top: 13px;
    right: 20px;
    border: none;
    font-size: 24px;
}