/*
 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
*/

#title-font h3 {
font-family: "IM Fell DW Pica" !important;
}

@media only screen and (max-width: 1024px) {
.gdlr-core-column-10, .gdlr-core-column-12, .gdlr-core-column-15, .gdlr-core-column-20, .gdlr-core-column-24, .gdlr-core-column-30, .gdlr-core-column-36, .gdlr-core-column-40, .gdlr-core-column-45, .gdlr-core-column-48, .gdlr-core-column-50, .gdlr-core-column-60 {
    width: 100%;
}
}

.tm-epo-field.tmcp-select {
    max-width: 100% !important;
    width: 100% !important;
    height: 35px !important;
    border-radius: 5px !important;
    border-color: #aaaaaa !important;
    padding-left: 5px !important;
    font-size: 16px !important;
}

.single-product.woocommerce div.product p.price {
    display: none !important;
}