/*
Theme Name: FSV-Theme (bhumi)
Template: bhumi
Theme URI: http://www.fsv-stegen.de

Description: FSV Child-Theme
Author: Bernd Wissler
Template: bhumi
Version: 0.1
*/

@import url("../bhumi/style.css");


:root {
    --FSV-TITLE-BG: rgb(171, 0, 0);
    --FSV-BTN-BG: #A13F40;
    --FSV-BTN-HOVER: #650000;
    --color-danger: #A13F40;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
    color: #666 !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01) !important;
    font-weight: 600 !important;
}

.nav-tabs li.active > a {
    background: #680000 !important;
    color: #fff !important;
}
.nav-tabs li:not(.active) > a:hover {
    background: #A13F40 !important;
    color: #fff !important;
}

.fde-widget > iframe{
	min-height:600px;
	width:100%;
}

body.page-template-fullwidth .panel > .panel-heading{
	font-size: 15px !important;
    color: #fff !important;
    background: #680000 !important;
    min-height: 40px;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.custom-logo {
    max-width: 90px;
    max-height: 90px;
    float: left;
    margin-right: 20px;
}

.site-title{
    font-size: 30px;
    font-weight: 600;
}
.header_section
 {
    background-color: var(--FSV-TITLE-BG) !important;
    padding: 5px 0;
}
.bhumi_header_breadcrumb_title{
	display:none !important;
}

.navbar-collapse {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}
.bhumi_full_blog_detail_padding p {
	font-size: inherit !important;
}
.post{
	margin-bottom:20px;
	border-top:1px solid var(--FSV-TITLE-BG);
}
@media (max-width: 768px){
	
}