/*

Theme Name: Leicestershire and Rutland Community Foundation (LIVE)

Theme URI: http://www.meandhimdesign.co.uk

Description: A Custom built theme for Leicestershire and Rutland Community Foundation designed and built by me&him design, Leicestershire

Version: 2.1

Author: me&him

Author URI: http://www.meandhimdesign.co.uk



*/



@import "css/reset.css";

@import "css/layout.css";

.accordian header {

min-height: 55px;

height:auto;

padding: 5px 20px;

}

/* hack to show slides on homepage */
body.home #slides .slide:first-of-type { 
    display: block !important;
}

/* Covid grants */
.content .grant {
    border-bottom: solid 2px #c5b1ce;
    margin: 0 10px 30px;
    padding-bottom: 30px;
}

.content .grant h4 { font-weight: 500; color: #581866; }
.content .grant h5 { margin-bottom: 15px; }
.content .grant p { margin-bottom: 0; }

.content .pagination .prev, .content .pagination .next, .content .pagination .start { box-sizing: border-box; float: left; width: 33.333333%; padding-bottom: 20px; }
.content .pagination .prev { text-align: left; padding-left: 15px; }
.content .pagination .next { text-align: right; padding-right: 15px; }