#menu-item-57079, .menu-item-57079{
	background-color: rgba(24,54,119,1);
}
.bezgrip-section iframe{
    height: 550px
}
.category-bezgrip .herald-ad{
    display: none;
}
@media screen and (max-width: 1023px) {
    .bezgrip-section iframe{
    height: 400px
    }

}
@media screen and (max-width: 425px) {
    .bezgrip-section iframe{
    height: 200px
    }

}

.bezgrip-section .herald-ad{
    display: none;
}

.bezgrip-header{
	margin-bottom: 30px;
	width: 100%;
    /*margin-top: -30px;*/
}
.bezgrip-title{
	position: relative;
    top: -132px;
    height: 120px;
    margin-bottom: -105px;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.bezgrip-title-red{
    background-color: rgba(188,35,52,0.5);
} 
.bezgrip-title-blue{
    background-color: rgba(24,54,119,0.5);
}
.bezgrip-title a{
	color: white;
}

.bezgrip-red p::after { 
    width: 10px;
    height: auto;
    background-color: rgba(188,35,52,1);
    content: '___';
    color: transparent;
    font-size: 0.6em;
    top: -2px;
    position: relative;
    margin-left: 5px;
    padding-left: 10px;
}

.bezgrip-blue p::after { 
    width: 10px;
    height: auto;
    background-color: rgba(24,54,119,1);
    content: '___';
    color: transparent;
    font-size: 0.6em;
    top: -2px;
    position: relative;
    margin-left: 5px;
    padding-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
.bezgrip-sidebar-head{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

}
.bezgrip-sidebar-head span{
	background-color: rgba(24,54,119,1);
	color: white;
	text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
}

.bezgrip-sidebar h4{
	position: relative;
    top: -140px;
    display: block;
    height: 140px;
    margin-bottom: -110px;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    /*background-color: rgba(188,35,52,0.5);*/
}

.red h4{
	background-color: rgba(188,35,52,0.5);
}

.blue h4{
	background-color: rgba(24,54,119,0.5); 
}
.bezgrip-post-thumbnail span{
	display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}
.category-bezgrip h1{
text-transform: uppercase;
    font-weight: bold;
}
.bezgrip-post-thumbnail span:before{
	opacity: 0.2 !important;
	background: rgba(188,35,52,1) !important;
}










