/* CUSTOM CSS */
.videoOverlaySearchResults {
    position: absolute;
    z-index: 5;
    top: -20px;
    opacity: 0.7;
}
.videoOverlay {
	position: absolute;
    z-index: 5;
    top: 0px;
    opacity: 0.7;
}
.cbp-l-caption-buttonLeftShowreel {
    background-color: rgb(255 255 255 / 0%)!important;
    color: inherit!important;
}
.credit {
	color: #fff;
    position: absolute;
    bottom: 10px;
    z-index: 20;
	font-size: 8px;
    margin-left: 5px;
}
.credit1 {
	color: #fff;
    position: absolute;
    bottom: 0px;
    z-index: 20;
	font-size: 8px;
    margin-left: 5px;
}
.readmore {
    float: right;
    background: #701f26;
    padding: 5px 10px;
    margin-top: 5px;
    color: #fff;
	border: 1px solid #701f26;
}
.readmore:hover {
    background: #fff;
    color: #701f26;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s;
}
.blogActive {
	background: #701f26 !important;
    color: #fff !important;
}
.blogImage {
	border: 1px solid #ccc !important;
	padding: 7px !important;
}

blockquote {
    margin: 0;
}

blockquote p {
    padding: 15px;
    background: #f6f6f6;
    /* border-radius: 5px; */
    border-left: 10px solid #640106;
}

blockquote p::before {
    content: '\201C';
}
.tab1 {
	border:1px solid #ccc;
	padding:7px;
}
