/* News Item Block */
.enp-news-container {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.news-intro {
    text-align: center;
}
.archive-digest {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-variation-settings:
    "wdth" 100;
}
.submission-card {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-variation-settings:
    "wdth" 100;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
}
.submission-thumbnail img {
    width: 100%;
    height: auto;
}
h2.title, h2.news-events-list-title {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: black;
    font-style: normal;
    font-size: 30px;
    font-variation-settings:
    "wdth" 100;
}

h2.news-events-list-title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

.submission-view-button {
    background: #000;
    color: #fff;
    padding: 10px;
    width: 200px;
    text-align: center;
    margin-top: 20px;
}

.submission-view-button p {
    margin-bottom: 0px;
}

.news-events-container {
    margin-top: 15px;
    margin-bottom: 40px;
}

.submission-view-button a, .submission-view-button a:hover, .submission-view-button a:active, .submission-view-button a:focus, .submission-view-button a:visited {
    color: #fff;
    text-decoration: none;
}
.read-more-outer a:active, .read-more-outer a:visited, .read-more-outer a:focus {
    text-decoration: none !important;
}
.read-more-outer a:hover {
    text-decoration: none !important;
    cursor: pointer !important;
}
.news_categories {
    padding-left: 0px;
    list-style: none;
    display: inline-block;
    margin-bottom: 25px;
}
.news_categories li {
    list-style: none;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    width: auto;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}

.news_categories a, .news_categories a:hover, .news_categories a:active, .news_categories a:focus, .news_categories a:visited {
    color: #fff;
    text-decoration: none; 
}

/* Pagination Styles */

.pagination {
    display: block !important;
    margin-top: 20px !important;
}
.pagination ul {
    list-style: none;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a:hover {
    cursor: pointer;
    background: #042558;
}
.pagination ul li span.current {
    background: #042558;
    color: #fff;
    padding: 10px !important;
    text-align: center;
    box-sizing: border-box;
    margin: 10px;
    width: 30px;
}
.pagination ul li a {
    background: #1751A0;
    color: #fff;
    padding: 10px !important;
    text-align: center;
    box-sizing: border-box;
    margin: 10px;
    width: 30px;
}
.pagination ul li a, .pagination ul li a:hover, .pagination ul li a:active, .pagination ul li a:visited, .pagination ul li a:focus {
    color: #fff !important;
}

.news-pagination {
    margin-bottom: 30px !important;
}
.news-categories {
    margin: 20px 0px;
}

/* Filter Styles */

.all_pages {
    display: none;
}
.category-group {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
#form-instructions {
    text-align: center;
    margin-bottom: 40px;
}
.category-box {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.category-box label {
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
}
.category-box label:hover {
    cursor: pointer;
}
.input-group {
    list-style: none;
    display: inline-block;
    float: left;
}
.input-box {
    list-style: none;
    display: inline-block;
    float: left;
    padding: 10px;
    margin: 0px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
}
.filter-menu-item, .filter-button {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab';
}
#submission-title {
    height: 44px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: -5px;
}
.submission-summary p {
    line-height: 25px;
    font-size: 16px !important;
}
.cat-post-excerpt {
    line-height: 25px;
    font-size: 16px !important;
    margin-top: 15px;
}
.cat-post-more-link {
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
}
#submission-order, #display-as {
    height: 44px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: -5px;
    appearance: none;
    border-radius: 0px;
}
.filter-menu-lower-group {
    margin-top: 20px;
}
.filter-menu-lower-group fieldset label {
    padding: 10px;
    color: #fff;
}
.filter-menu-lower-group {
    text-align: center;
}
.filter-menu-categories {
    width: 100%;
    font-family: 'Roboto Slab';
    text-align: center;
}
.filter-button button {
    width: 100px;
    color: #fff;
    border: 0px;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
}
/* Hide the browser's default checkbox */
.category-box .checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  display: none;
  height: 15px;
  width: 15px;
  background-color: #eee;
  float: left;
  margin-right: 10px;
}

/* On mouse-over, add a grey background color */
.category-box:hover .checkbox ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.category-box .checkbox:checked ~ label {
  background-color: #042558;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.category-box .checkbox:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.category-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Submission Form */

.enp-submit-form-container {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}

.enp-submit-form-container input, .enp-submit-form-container textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
}

.enp-submit-form-container input[type="checkbox"], .enp-submit-form-container input[type="radio"] {
    width: auto;
}

/* CNP Options Page */
.cnp-option-page {
    border: 1px solid #eee;
    background: #efef;
    padding: 30px;
    min-height: 800px;
}

.color-menu-option {
    background: #000;
}

/* Breadcrumbs */

.enp-breadcrumbs {
    text-align: center;
}
.enp-breadcrumbs-single {
    text-align: left;
    margin: 20px 0px;
}

/* Change buttons */

.button-default .button_theme, .button-default button, .button-default input[type="button"], .button-default input[type="reset"], .button-flat .button_theme, .button-flat button, .button-flat input[type="button"], .button-flat input[type="reset"], .button-flat input[type="submit"], .button-round .button_theme, .button-round button, .button-round input[type="button"], .button-round input[type="reset"], .button-round input[type="submit"], .woocommerce #respond input#submit, .woocommerce a.button:not(.default), .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit:hover, .woocommerce a.button:not(.default):hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: unset !important;
}
.content_wrapper .button, .content_wrapper button, .content_wrapper input[type="button"], .content_wrapper input[type="reset"], .content_wrapper input[type="submit"] {
    margin: auto !important;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px !important;
    margin-left: 20px !important;
}
.button-default .button, .button-flat .button, .button-round .button {
    float: left;
    margin-right: 90% !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}