/*
Theme Name: nisarg Child Theme
Theme URI: 
Description: nisarg Child Theme

Version: 0.1
Template: nisarg
*/

@import url("../nisarg/style.css"); /*include parent theme css*/
.navbar-brand {
    background-color: #555;
    color: #EEE;
    display: block;
    float: left;
    font-size: 30px;
    margin: 0;
    padding: 16px 10px 3px;
	font-variant: normal;
	text-transform: initial;
	font-weight: bold;
	line-height: 1.1;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-navigation .navbar-brand, .navbar-brand  a:hover {
    color: #fff !important;
}
.entry-header {
    text-align: left;
	text-transform: none;
}
.site-description {
    text-transform: uppercase;
	font-weight: 600;
}
#kaufmich img {
    float: right;
    margin-right: 285px;
	margin-bottom: 0 !important;
}
.navi {
    margin-bottom: 20px;
	margin-top: 10px;
}
.primary-menu {
	margin-left: -40px;
}
.primary-menu li{
    float: left;
	list-style: none;
	position:relative;
	display:block
}
.primary-menu ul{
	width: auto;
}
.primary-menu > li > a {
    padding:10px 15px;
	position:relative;
	display:block;
	border-radius:4px;
	margin-right: 10px;
}
.primary-menu > li > a:hover {
	background-color:#eee
}
.menu-item {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}
.current-menu-item a {
    background-color: #428BCA;
	color: #ffffff;
}
.entry-title {
    margin-bottom: 0;
}
body, button, input, select, textarea {
	font-size: 14px;
}
.post-content {
	border: 1px solid #E8E8E8;
}
.entry-summary, .entry-content {
	text-align: initial;
}
.entry-content a {
	color: grey;
}
.col-md-3 {
	padding: none !important;
	background-color: #F7F7F7;
}
.envira-gallery-image {
	padding: 4px !important;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}
#secondary .widget-title {
	margin-bottom: 20px;
}

#secondary .widget, body {
	background-color: #F7F7F7;
}
#secondary .widget {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	max-width: 200px;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	margin-bottom: 0;

}
.custom-html-widget, .custom-html-widget p, .custom-html-widget a{
	line-height: 1.428571429 !important;
}
.site-footer a:hover {
    color: grey;
}

.tip {
    background-color: #428BCA;
    display: inline;
    color: #fff;
}
.tip-img {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s ;
	margin-bottom: 0 !important;
}
.widget p {
	margin-bottom: 0 !important;
}
.widget a {
    color: #333;
}
.widget a:hover {
    color: #428BCA;
}
.widget ul {
    font-size: 14px;
}
#secondary .widget li {
    border-bottom: none;
    padding: 0.3em 0;
    list-style: disc;
	color: #000000;
}
.sideurl a {
    font-weight: 900 !important;
    font-size: 13px !important;
}
.site-footer {
	background-color: #555;
}

@media (min-width: 1500px){
.container {
    width: 1300px;
}
#kaufmich img {
    margin-right: 325px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
#kaufmich img {
    margin-right: 240px;
}
}
@media (max-width: 991px) {
.sidebar {
	display: none !important;
}
#kaufmich img {
    margin-right: 0px;
}
}
@media (max-width: 420px) {
#cc_spacer {
	height: 70px !important;
}
}
@media (max-width: 300px) {
.navbar-brand {
    font-size: 25px;
}
}