/*
Theme Name: Affwebs Child Theme
Description: A Child theme for the Nichebarn WordPress theme.
Version: 1.0.0
Theme URI: http://www.affwebsites.com
Author: Affwebs
Author URI: http://www.affwebsites.com
Template: nichebarn
Text Domain: affwebs
*/

/* Feel feel free to input your custom CSS below */

a {
    font-family: georgia;
    font-size: 16px;
    color: #1063b3;
}

p {
    font-family: georgia;
    font-size: 16px;
    color: #3e3c3c;
}

.hometop {
    background: #345599;
    padding: 30px;
}

.page-title {
    display: none;
}

.atw_wrapper .atw_grid_wrapper img {
    width: 100%;
    display: block;
    max-height: 300px;
}

ul.productsbycat_list li.wcpbc-product {
	list-style-type: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 280px;
}

