/* 
Theme Name:		 MCS
Theme URI:		 https://citizens.coop
Description:	 MCS is a child theme of Kadence
Author:			 Paul Harris
Author URI:		 https://citizens.coop
Template:		 kadence
Version:		 1.0.0
Text Domain:	 mcs
*/


/*
    Add your custom styles here
*/

.site-header-main-section-right .site-header-item-main-navigation{
    align-items: end;
}

.entry-content-wrap .entry-header{ margin-bottom: 0;}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5{
    font-family: "Raleway", sans-serif;
}

p{
    font-size: 18px;
    line-height: 175%;
}

.headerVideoWrap{
    color: #ffffff;
    text-align: center;
}


.h1--video{
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 0;
}

.videoSubtitle{
    margin-top: 0;
    font-size: 30;
}


.contactWrap {
    color: white;
}

.contactWrap input {
    display: block;
    width: 100%;
}

.contactWrap input[type=submit] {
    display: block;
    width: auto;
    min-width: 150px;
    margin: auto;
}

.tableHeader__p{
    color: #ffffff;
    font-weight: bold;
}

.tableWrap .fl-html{
    overflow: auto;
}

.tableWrap--tp .fl-html{
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.tableWrap--tp .tablepress th {
    background: #001D7F;
    color: #ffffff;
    padding: 20px 10px;
}

.tableWrap--tp .tablepress td {
    border: 1px solid #cccccc;
}


.tableWrap--tc tr:nth-child(6n+1),
.tableWrap--tc tr:nth-child(6n+2),
.tableWrap--tc tr:nth-child(6n+3) {
  background-color: #f0f0f1;
}

.tableWrap--tc .column-1{
    min-width: 100px;
}

.tableWrap--tc .column-11{
    vertical-align: middle;
}



.site-container .footer-navigation .menu {
    display: block;
}

.site-container .footer-widget-area.content-align-left .footer-navigation{
    justify-content: flex-end;
}


/* news */

.news-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.newsList {
    width: 50%;
}

.news--item {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.newsList:nth-child(1) {
    padding-right: 20px;
}

.newsList:nth-child(2) {
    padding-left: 20px;
}

.news__img-wrap {
    width: 48%;
}

.news__img--news{
    border-radius: 4px;
    border: 1px solid #ccc;
}

.news__text-wrap {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news__header-link{
    text-decoration: none;
}

.news__link {
    text-align: right;
    display: block;
    text-decoration: none;
    font-weight: bold;
}