/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-header {
    border-bottom: 1px solid #acbcd5;
}

.lcp_catlist {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	margin: 0;
}

.lcp_catlist li {
	flex-basis: 25%;
	list-style: none;
	padding: 10px;
}

@media (max-width: 768px) {
	.lcp_catlist li {
		flex-basis: 50%;
		list-style: none;
		padding: 10px;
	}
}

@media (max-width: 400px) {
	.lcp_catlist li {
		flex-basis: 100%;
		list-style: none;
		padding: 10px;
	}
}

.lcp_catlist li img {
    padding: 15px 0;
    clear: both;
    display: block;
}

.lcp_title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    font-family: 'Roboto Flex';
}

.lcp_date {
    font-size: 12px;
    display: block;
    font-family: 'Roboto Flex';
	padding: 10px 0;
}

.lcp_read {
    font-size: 12px;
    font-weight: bold;
    display: block;
    font-family: 'Roboto Flex';
	padding: 10px 0;
}


.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="number"], .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
}

.wpcf7-form input[type="submit"] {
    margin-top: 20px;
}

.footer-widgets .widget {
    margin-bottom: 0;
}

.site-footer:not(.footer-bar-active) .copyright-bar {
    font-size: 12px;
}

.site-footer .widget-title {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 20px;
    text-transform: none;
    font-family: 'Roboto Flex';
    color: #264d88;
}

.inside-footer-widgets>div {
    text-align: center;
}

@media (max-width: 767px) {
	.white-bg {
		background: #ffffff87;
	}
}



