/*
Theme Name: True North Child
Description: True North Child Theme
Template: truenorth
*/

.blog h2.section-title {
	font-size: 0;
}
.blog h2.section-title:before {
	content: "Recent News";
	font-size: 28px !important;
}

.single-post h2.section-title{
	display:none !important;
}

span.post-meta-key {
	font-weight: bold;
}

.post-meta li {
    margin-bottom: 1em;
}

.navigation a {
	color: #fff !important;
	font-size: 1em;
}

.nav-hold {
	height: 60px;
}

.mm-menu > .mm-panel > .mm-listview.mm-last{
	font-size:1em;
}

.frm_form_field.frm_third {
	width: 30%;
}

/*.entry-title{
	display:none !important;
}*/

@media screen and (max-width: 768px) {
	.frm_form_field.frm_third {
		width: 100%;
	}
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
	text-align: center;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
	background-color: #BD2030;
	color: white;
	padding: 10px 0;
}

.with_frm_style .frm_submit {
	text-align: center;
}

button.frm_button_submit {
	background-color: #BD2030 !important;
    color: white !important;
    padding: 15px 45px !important;
}

.hero {
	background-image: url('http://mesocenterdev.wpengine.com/wp-content/uploads/2019/10/GPW_Meso-hero_20190919_v002-2.png');
	position: relative;
    background-position: top;
	background-repeat:no-repeat;
	font-size:2em;
    width: 100%;
    height: 300px;
    margin: 50px 0 75px 0;
}

blockquote {
	background-color: #BD2030;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
	color: white;
}

blockquote li a:link, blockquote li a:visited, blockquote a:link, blockquote a:visited {
	color: white;
}

blockquote a {
	text-decoration: underline;
}

a:link {
	color: #00a99d;
}

a:visited{
	color:#00a99d;
}

a:hover{
	color:#bd202e;
}

h1 {
	color: #BD2030;
}

table {
	padding: 25px;
	background-color: #ffc;
	-webkit-box-shadow: inset 0px 0px 73px -26px rgba(255,204,0,1);
    -moz-box-shadow: inset 0px 0px 73px -26px rgba(255,204,0,1);
    box-shadow: inset 0px 0px 73px -26px rgba(255,204,0,1);
	color: black;
}

a.menu-trigger .fas.fa-bars{
	color:#fff !important;
}

ul.list-columns li{
    display: block;
    float: left;
    width: 30%;
    padding: .1em .25em;
}

.sidebox{
	min-width:250px;
	padding:1em;
	background-color:#eeeeee;
}

#news-posts li{
	font-size:1.2em !important;
}
#news-posts li a{
	font-weight:bold;
}


.rpwe-block a.rpwe-img {
	display: none !important;
}

.rpwe-block h3.rpwe-title {
	font-size: 20px !important;
	font-family: inherit !important;
}

li.categories {
	list-style: none;
}