.wf-loading body { 
 visibility: hidden; 
 }
.menu-toggle {
    cursor: pointer;
    display: none;
    /* background: #fff; */
}



.page-title {
    display: none;
	}


.no-touch .entry-thumbnail a:after {
    content: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    opacity: 0;
	
}

.menu-toggle {
    margin: 0;
    width: 2\95%;
    font-size: 15px !important;
    line-height: 40px;
    text-align: right;
	
}


.meta-list li {
    display: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
	
}


.main-navigation {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 100%;
    font-family: Montserrat, sans-serif;
    text-transform: none;
	
}

.no-touch .entry-thumbnail a:hover img, .no-touch .entry-thumbnail a:focus img, .no-touch .entry-thumbnail a:active img {
    opacity: 1; 
}

.entry-header {
    position: relative;
    padding: 20px 20px 0 20px;
    min-height: 0px;
}

.entry-format-badge {
    position: absolute;
    top: px;
    right: 20px;
    background: 0;
    color: white;
    height: 32px;
    width: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    text-decoration: none;
}

 .page-link, a:focus .page-link, a:active .page-link, .entry-thumbnail, .hentry.format-aside .entry-header, .hentry.format-image .entry-content .wp-caption, .hentry.format-quote .entry-title, .wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-current, .wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #911d1f;
}




.fa {
    display: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.wf-active .site-main [class*="navigation"] {
    font-family: "adelle-1","adelle-2",serif;
    font-style: normal;
    font-weight: 400;
	display: none
}
.meta-text { display: none; }


.site-branding {
	    margin: 5px 0;
    color: ;
    text-transform: uppercase;
    text-align: left;
	background-color: white
		
}
.site-description { 
    color: black;
	margin: 7px;
		}

.site-title {
	font-size: 18px !important;
	text-align: left;
		margin: 8px;
	
		color: black
		
}

.a {
color: white;
}

.navigation-search-wrapper:hover:before, .no-touch .main-navigation a:hover, .no-touch .main-navigation a:focus, .no-touch .main-navigation a:active, .menu-toggle, .social-links a:hover, .social-links a:focus, .social-links a:active, .entry-title, .no-touch .hentry.format-link a.entry-format-badge:hover, .no-touch .hentry.format-link a.entry-format-badge:focus, .no-touch .hentry.format-link a.entry-format-badge:active, .comment-meta .fn a:hover, .comment-meta .fn a:focus, .comment-meta .fn a:active, #infinite-handle {
    color: #ffff;
}.site-footer {
    clear: both;
    margin-top: 20px;
    background: #6d6e71;
    color: #fff;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.site-branding {
    margin: 20px 0;
}

.menu-toggle {
	
    cursor: pointer;
    display: none;
    background: none;
	box-shadow: none;
	line-height: 0px;
	color: black
		

	
}.site-content, .widget-container {
    padding: 0 0px!important;
    
}

.more-link {
background: none;
	color: #993300;
	padding: 1px 1px;
}	

/*Make first post unclickable - Ticket 09122017*
.site-main .masonry article:first-child{
	pointer-events: none;
}/