/*
Theme Name:         Yorkville Theme
Theme URI:          https://www.poundandgrain.com
Description:        Empty is based on the Sage 10 WordPress starter theme.
Version:            0.0.1
Author:             Pound & Grain
Author URI:         https://www.poundandgrain.com
Text Domain:        poundandgrain
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       7.4
Requires at least:  6.0
*/


/* UPDATE PAGE NUMBER WITH NEW HOMEPAGE AND ADD TO CUSTOM CSS */

@media(min-width: 1380px){
	.header .container .brand {
		padding-left: 0;
	}
}
.page-id-19538 .news-events-view-more {
	top: -5px;
}
@media (min-width: 768px) {
    .page-id-19538 .news-events-view-more {
        top: 3px;
    }
}
@media (min-width: 1024px) {
    .page-id-19538 .news-events-view-more {
        top: 0px;
    }
}
@media (min-width: 1296px) {
    .page-id-19538 .news-events-view-more {
        top: 10px;
    }
}