/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/


@import url("../infinite/style.css");

.button-footer {
    border: 1px solid #fff!important;
    border-radius: 30px;
    background: transparent!important;
}

.recapiti-footer{
    margin-left:0;
}
.recapiti-footer li{
    list-style: none;
}

.recapiti-footer li i{
    margin-right:6px;
}

.button-submit {
    border: 1px solid #8f4e7e!important;
    color: #fff!important;
    border-radius: 30px;
    background: #8f4e7e!important;
}
.button-submit:hover {
    border: 1px solid #8f4e7e!important;
    color: #8f4e7e!important;
    border-radius: 30px;
    background: transparent!important;
}

body.search .infinite-not-found-wrap{
	background-color: #8e507d!important;
}

.wpcf7 .wpcf7-form-control .wpcf7-list-item {
	display: inline;
}