/* ***** SEITENEIGENSCHAFTEN *****  */ 
body{
	background:#ffffff url('https://the-culinary-trial.de/wp-content/uploads/2018/01/rosverlauf.jpg') 0px -200px no-repeat;
	margin:0 !important;
}
.site{
	background: none !important;
}

@media only screen and (max-width:767px) {
    body {
			background: none !important;
    
}
	.site-branding{
	text-shadow: none !important;
}
}

.content-area{
	   background: #ffffff !important;
	padding-top:30px !important;
}


.site-content .site-main .post  {
    border: none !important;
}

/* ***** HEADER OPTIONS ***** */

.header-top {
 display: none;
}

.site-branding{
	padding-top:30px;
	text-shadow: #000000;
}

.site-header{
 
}
#masthead{
background:none !important;
	
}
.site-header.two .header-bottom {
border-top: 1px solid #cccccc;
    background: none !important;
	background:rgba(255,255,255, 0.8) !important;
}

.site-description{
	color:#000000 !important;
		text-shadow: #ccbebf !important;
}


@media only screen and (max-width:767px) {
.site-description{
	color:#000000 !important;
	text-shadow: none !important;
}
}

/*  ************************
 * STARTSEITE SLIDER STYLE
 * 
 * ********************/

.slider .banner-text .text {
    max-width: 450px;
    padding: 20px;
	padding-top:40px;
    background: rgba(252,127,142, 0.8);
	border-radius:20px;
	background: rgba(0,0,0, 0.4) url('https://the-culinary-trial.de/wp-content/uploads/2017/12/transparentverlauf1.png') repeat-x;
 text-shadow: 2px 2px #000000;
}



@media only screen and (max-width:767px) {
    .banner-text {
    background: rgba(252,127,142, 0.8);
}
}

@media only screen and (max-width:767px) {
    .banner-text {
display:none !important;
}
	.slider {
   display:none !important;
}
}

.single-post #content, #page #content{

}

.home #page #content{
	background:none !important;
}


.site-content .site-main .post-thumbnail img {
 /*   width: auto; */
	width:auto;
}

/*  ************************
 * SIDEBAR WIDGET STYLES
 * 
 * ********************/

.widget_kalon_pro_social_links ul{

}

#secondary .widget .widget-title span {
    padding: 10px;
		border:1px solid #cccccc;
}

.widget-area .widget ul li {
    background: url(https://the-culinary-trial.de/wp-content/uploads/2018/01/widget-list-icon.png) no-repeat 0 15px !important;
}

/* post-thumbnail */

.rara-masonry article .post-thumbnail img {
    width: 529px;
    height: 800px;
    object-fit: cover;
}

/* Kommentarfeld ausblenden BEGIN 

#respond{
 display:none !important;
}
*/