/*
 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
*/

h1, h2, h3{font-weight: 400 !important;}

/*
Slider revolution Overwrite
*/
.tp-bullet{
	background: #717171 !important;
}

.tp-bullet, .tp-bullet.selected {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
}

.tp-bullet.selected {
    background: #ff0000 !important;
}

/*
Slider revolution Overwrite
*/

/*
Form 7 Overwrite
*/
.cf7form_left {
    width: 47%;
    float: left;
    margin-right: 3%;
}

.cf7form_right {
    width: 47%;
    float: left;
    margin-left: 3%;
}

.wpcf7-form-control.wpcf7-select {
    font-size: 15px;
    padding: 15px 22px;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
        border-bottom-width: 1px;
    border-bottom-width: 2px;
}
/*
Form 7 Overwrite
*/


/*
Content Overwrite
*/
.infinite-footer-wrapper .infinite-widget-title {
    font-size: 16px;
}
/*
Content Overwrite
*/