/*
Theme Name:   Foodfarm child theme
Theme URI:    http://demo.arrowpress.net/foodfarm/
Description:  Foodfarm - WordPress Theme for Farm, Farmers and Food, Organic.
Author:       AHT
Author URI:   http://arrowhitech.com/
Template:     foodfarm
Version:      1.0
License:      
License URI:  
Tags:         two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain:  foodfarm-child


Grün: #94c347
Grün 2: #85b635
*/

@import url('https://cdn.gentleman-farmer.de/m:0/a:https://www.gentleman-farmer.de/wp-content/themes/foodfarm/style.css');


.footer-v6 { background-image: url("https://cdn.gentleman-farmer.de/m:0/a:https://www.gentleman-farmer.de/wp-content/uploads/2017/01/DSC_0038_1.jpg") !important; }







a {
    color: #000;
}

h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
}
h4 {
	margin-top: 2em;
	margin-bottom: 0.25em;
}




/* Woo Commerce-Shop */
.availability {
	display: none
}




/*Kolumne*/
.kolumnen {
	 -webkit-column-count: auto; /* Chrome, Safari, Opera */
     -moz-column-count: auto; /* Firefox */
     column-count:  auto;
	
	 -webkit-column-width: 400px;
	-moz-column-width: 400px;
	column-width: 400px;
	
	-webkit-column-gap: 6em; /* Chrome, Safari, Opera */
    -moz-column-gap: 6em; /* Firefox */
    column-gap: 6em;
	
	-webkit-column-rule: 1px solid rgba(0,0,0,0.15);
	 -moz-column-rule: 1px solid rgba(0,0,0,0.15);
	column-rule: 1px solid rgba(0,0,0,0.25);
	 
	margin-bottom: 2rem;
	 margin-top: 2rem;	 
	}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3{
	 -webkit-column-count: auto !important; /* Chrome, Safari, Opera */
     -moz-column-count: auto !important; /* Firefox */
	column-count: auto !important;
	-webkit-column-width: 2200px;
	-moz-column-width: 2200px;
	column-width: 2200px;
}



/* Navigation */

.header-bottom {
	background-color: rgba(24,27,18,1.00);
}

.main-navigation {
    border-bottom: 5px solid #222;
}


.mega-menu > li > a {
	color: #fff !important;
	font-size: 15px;
	}
	.mega-menu > li.current-menu-item > a {
		background: rgb(119,183,0);
		background: -moz-radial-gradient(center, ellipse cover, rgba(119,183,0,1) 0%, rgba(148,195,71,1) 100%);
		background: -webkit-radial-gradient(center, ellipse cover, rgba(119,183,0,1) 0%,rgba(148,195,71,1) 100%);
		background: radial-gradient(ellipse at center, rgba(119,183,0,1) 0%,rgba(148,195,71,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77b700', endColorstr='#94c347',GradientType=1 );
		}

.mega-menu > li:first-child > a {
    border-left: 1px dashed #fff;
}
.search-block-top .btn-search {
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
	color: #fff !important;
}



#menu-hauptmenue {
    margin-left: 60px;
}



/* Footer*/

.footer-v6 .footer-top {
    background: rgba(0, 0, 0, 0.4);
}


.footer-container p,
.footer-container a {
	color: #fff;
}

.footer-container a:hover {
	color: #ccc;
}




/* Contactform 7 */
.wpcf7 form.sent .wpcf7-response-output {
    color: #000 !important;
}





/* Bilder */

figure { margin: 0; }
	
	figcaption {
		text-align: center;
		font-size: 0.8em;
		}
		
	.alignleft,
	.alignright,
	.aligncenter {
		border: 4px solid rgba(255, 255, 255, 1.0);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		}
		
	.alignleft img,
	.alignright img,
	.aligncenter img { 
		width: inherit;
		height: auto;
		}
	
	.alignleft,
	.alignright { 
		margin-top: 4px;
		margin-bottom: 1em;
		max-width: 40%; 
		/*	clear: both;*/
		}
	.alignleft,
	figure.alignleft { 
		float: left; 
		margin-right: 2rem; 
		}
		
	.alignright,
	figure.alignright { 
		float: right; 
		margin-left: 2rem;
		}
	
	.aligncenter,
	figure.aligncenter { 
		margin: 2rem 0 !important;
		width: 100%;
		max-width: 100%;
		height: auto; 
		}
	



/*Slider Revolution	*/
.slider-shadow {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}