/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* NAVIGATION */

#Top_bar .menu > li > a {
    color: #877d73;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	#Top_bar .logo #logo {
	    margin: 10px 60px 10px 20px;
	}
}

/* AKTUELLES */

.post-head .post-author {
    display: none;
}

.post-head .date .label {
    display: none;
}

.post-head .category {
    display: none;
}

/* REV-SLIDER ABSTAND */


#mfn-rev-slider {
    margin-bottom: 50px;
}

/* SCHREIBSCHRIFT */

.wine_style h3 {
    font-family: "Great Vibes";
    font-weight: 400;
    font-style: italic;
    letter-spacing: 3px;
    text-transform: none;

}

.wpb_wrapper .wine_style {
    margin-bottom: 0px;
}

.themecolor h1, .themecolor h2, .themecolor h3, .themecolor h4, .themecolor h5, .themecolor h6 {
    color: #d4b66e;
}


/* BILDRAHMEN */


.wpb_single_image .vc_single_image-wrapper.vc_box_outline, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
    border: 5px solid #d4b66e;

}

.wpb_single_image .vc_box_outline.vc_box_border_chino, .wpb_single_image .vc_box_outline_circle.vc_box_border_chino {
    border-color: #d4b66e;
}

/* HEADLINES */

h3 {
    text-transform: uppercase;
}

/* BUTTON */

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern {
    border-color:#d4b66e;
    background-color: #d4b66e;
}

