.breadcrumb {
    background-color: #f5f5f5;
    margin-bottom: 0;
}
.crumb-nav a {
    display: inline;
}

.breadcrumb a, .breadcrumb a:visited {
    text-decoration: none;
    font-size:unset;
    color:#11151c;
}
.breadcrumb a:hover {
    color: #6d0120;
}
.fa, .fas {
    font-family: FontAwesome;
}

.primary-button a {
    color: #fff;
}

.primary-button:hover a , .primary-button a:hover {
    color:#6d0120;
    text-decoration:none;
}

.secondary-button a, .secondary-button a:visited {
    color: #fdc728 !important;
}
footer ul.footer-links li a:hover {
    color: #fdc728 !important;
    text-decoration: none;
    outline: 0;
}


 .post .post-category {
	 margin-bottom: 5px;
}
 .post {
	 overflow: hidden;
}
 @media only screen and (max-width:991px){
	 .section .row {
		 display:block;
	}
	 .col-md-8, .col-md-6, .col-md-4 {
		 max-width:initial;
	}
}
 
.main.wrap-up-content {
    display: none;
}
.crumb-nav {
    display: none;
}