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

/* WHAT WE DO GALLERY */
.gdlr-core-gallery-item .flex-control-nav a {
    background-color: #aeaeae !important;
    border: 0 !important;
}
.gdlr-core-gallery-item .flex-control-nav .flex-active {
    background-color: #650f1f !important;
}
@media screen and (max-width: 766px) {
    .gdlr-core-flexslider .flex-control-nav {
        text-align: center !important;
    }
}