/** Custom CSS File **/
header ul li.social a .fa{
    background: #9e9e9e;
    color: #000;
    padding: 4px 4px;
    height: 25px;
    margin: 0px 2px;
    min-width: 25px;
    text-align: center;
}

.mobile-nav ul li.social a .fa{
    background: #9e9e9e;
    color: #000;
    padding: 4px 4px;
    margin: 0px 2px;
    min-width: 25px;
    text-align: center;
}

.flip-items li .flip-panel h3 a{
    color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 8px 10px!important;
}

.news p {
    font-weight: 400;
    font-size: initial;
}

.disqus-wrapper{
    margin-top: 20px;
}

@media(max-width: 767px){
    .news-container-box.no-margin{
        margin-left: 0px!important;
    }
}

/* Admin Bar */
.logged-in .scotch-panel-wrapper[style] {
	overflow:visible !important;
}
#wpadminbar {
	top:-32px !important
}

/* Cookie notice overides */
#cn-notice-text {
	display:block;
	line-height: 1.5em;
}
.cookies-not-set .scotch-panel-canvas:not(.scotch-is-showing)[style] {
	transform: none !important;
}
.cookie-notice-container .button {
    background-color: #eb3d25;
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    padding: 2px 1.2em;
    margin-top: 5px;
    margin-bottom: 0;

}
#cookie-notice[style] {
	background: rgba(0,0,0,.85) !important;
}
@media (max-width:767px) {
	.cookie-notice-container .button {
    border: 0;

}
	.cookie-notice-container {
		padding: 5px !important
	}
	#cn-notice-text {
	font-size:12px;
	line-height: 1.1em;
}
}