/*
Theme Name: 	approbe Child
Author: 		approbe
Author URI: 	http://approbe.de.
Template:		betheme
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.fancy_heading .inside{
    color: #111;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
}
.icon_box .icon_wrapper {
    background-image: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 5px;
}
.red{
color:#d62616;}
.rhg_grid figcaption {
    border-bottom: 10px solid #4964a4;
}

.dbox-term-item.dbox-taxonomy-venue {
    line-height: 1.2em;
    padding-bottom: 10px;
}
.rhc-month-wrap > .rhc-month table.fc-border-separate td.fc-day.fc-have-event .fc-day-number {
    background-color: #4964a4;
}
.fct-tooltip {
    border-left: 10px solid #4964a4;
}
.fc-event {
    border: 1px solid #4964a4;
    background-color: #4964a4;
}
.footer_copy {
    font-size: 12px;
}
ul.list_square li {
    list-style: square outside;
    background: none 0 !important;
    margin: 0 0 10px 0;
    padding-left: 5px;
}
ul.list_square li::after {
    background: none 0 !important;
    content: none !important;
    width: auto;
    left: 0;
    bottom: 0;
}
ul.list_square li {
    list-style: square outside;
    background: none 0 !important;
    margin: 0 0 10px 0;
    padding-left: 5px;
}

/* ----------------------------------------------
PlugIns 
------------------------------------------------*/
/* coockies plugin */
#cn-notice-text {
	font-size: 14Px;
    display: block;
}
.cookie-notice-container {
	padding: 20px;
	background-color: rgba(144, 144, 144, 0.6);
}
#cookie-notice .button {
    display: inline-block;
	margin: 10Px;
}

.grid-gallery figcaption h3 {
    min-height: 70px;
}
@media only screen and (max-width: 1023px){
#cookie-notice .button {
    display: block;
}
}

@media only screen and (max-width: 767px){
#cookie-notice .button {
    display: inherit;
}
}


@media print{
    .dont-print-me,
    .sidebar,
    ul.social,
    .top_bar_right,
    .menu_wrapper,
    .section-post-related,
    .section-post-comments,
    footer{display: none;}
    .with_aside .sections_group,
    .vc_col-sm-4{width: 100%;}
    div.recipe-step-image {
        width: 20%;
        float: left;
        margin: 0 20px 0 0;
    }   
} 

