/* Mobile menu icon tweaks */
.tipi-i-menu-mob {
    width: 18px !important;
    height: 3px !important;
}

.tipi-i-menu-mob:before {
    top: -8px !important;
}

.tipi-i-menu-mob:after {
    top: 8px !important;
}

/* Subscription form at the bottom of posts */
.content-subscribe-block .subtitle {
    margin: 0 0 10px 0;
}

.content-subscribe-style .subtitle {
    max-width: none;
}

.content-subscribe-block {
    text-align: left;
}

.content-subscribe-block .bg-area {
    padding: 35px 45px 10px 45px;;
}

/* Category Pill Tweaks */
.cats {
	font-weight: bold;
}

.preview-thumbnail .byline:not(.byline-cats-design-2):not(.byline-cats-design-4) .byline-part:not(.author-avatar) {
    opacity: 1;
}

/* Content Shift Tweaks */
body.single #menu-main-menu {
	height: 135px;
}

body.blog #menu-main-menu {
	height: 135px;
}

/* Copyright text color */
.copyright {
    color: #ffffff;
}
.main-menu-bar-color-2 .menu-main-menu .menu-item > a:before {
    display: none;
}

/* Disclaimer on sponsored posts */
.sponsoredpost {
	background: #F8F9F9;
	padding: 20px;
}

/* Hide footer on these pages */
body.home footer {
	display: none;
}

body.page-id-62119 footer {
	display: none;
}

/* Search Bar Widget */
.widget_search form, .widget_product_search form {
    border: 0px;
}

.wp-block-search__label {
    color: #111!important;
	font-family: 'Rubik',sans-serif;
	font-style: normal;
	font-weight: 700!important;
	font-size: 12px;
	letter-spacing: 0.15em;
	word-wrap: break-word;
	margin-bottom: 30px;
	line-height: 1.2;
}

/* CANDIDATE LISTS */
.candidate-list table tbody {
  vertical-align: top;
  font-size: 14px;
}

.candidate-list table, .candidate-list table tr, .candidate-list table td {
    border: none !important;
}

.candidate-list table tr {
    border-top: 1px solid #D5DBDB !important;
}

.candidate-list table tr:first-child {
    border-top: 3px solid #D5DBDB !important;
}

.candidate-list table tr:last-child {
    border-bottom: 1px solid #D5DBDB !important;
}

.candidate-list table tr:hover {
    background-color: #F8F9F9;
}

.candidate-list table td {
    padding: 20px 10px !important;
}

.candidate-list table tbody tr td:first-child {
    min-width: 100px;
}

.candidate-list table tbody tr td:nth-child(2) em {
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 12px;
	border-left: 2px solid #9fc4dd;
}

.candidate-list-no-pic-name em {
	padding: 3px 5px;
    text-transform: uppercase;
    font-size: 12px;
	border-left: 2px solid #9fc4dd;
}

.candidate-list table tbody tr td:last-child {
    min-width: 100px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.mobile-party {
	margin-top: 5px;
	text-transform: uppercase;
}

@media (max-width: 575.98px) {
		.candidate-list table tbody tr td:first-child {
			min-width: 120px;
	}
	
	.candidate-list table tbody tr td:nth-child(2) {
			font-size: 12px;
	}
	
	.candidate-list table tbody tr td:nth-child(2) em {
			font-size: 10px;
	}
	
	.candidate-list-no-pic-name {
		width: 50%;
		font-size: 12px;
	}
}