/*
Theme Name:     Foodica-child
Description:    
Author:         dinchensworld
Template:       foodica

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
@font-face {
	font-family:'HaveHeartOne-Regular';
	src: url('fonts/HaveHeartOne_gdi.eot');
	src: url('fonts/HaveHeartOne_gdid41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/HaveHeartOne_gdi.woff') format('woff'),
		url('fonts/HaveHeartOne_gdi.ttf') format('truetype'),
		url('fonts/HaveHeartOne_gdi.svg#HaveHeartOne-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2212;
}

.inner-wrap {
	padding-top: 30px
}
a:focus {
	color:#ddbb87;
}

.main-navbar{
	padding: 5px 0;
	margin: 16px 0 0;
	border-top: 0px;
	min-height: unset;
}

#navbar-main ul.nav li a{
	text-transform: uppercase;
	color: #919191;
	font-size: 18px;
	padding: 10px 15px;
}
.navbar-brand {
	margin:5px 0px;
	text-align: center;
}
.navbar-brand img {
	width:auto;
	max-height:115px;
}
.navbar-nav {
	padding-left:100px;
}
.top-navbar {
	background:none;
	border-bottom:none;
	width:100%;
	position:absolute;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	list-style: none;
}

.navbar-nav ul{
	background: #fff;
	text-align: left;
	margin: 0;
	padding: 10px;
	font-size: 16px;
	left: 10%;
	width: 220px;
	border: 1px solid #F0F0F0;
	border-radius: 3px;
	background: #fff;
}

#navbar-main .navbar-nav li .sub-menu li a {
	line-height: 1.5em;
	text-transform: none;
	padding: 5px 10px;
	text-align: left;
	color: #ddbb87;
}

#navbar-main .navbar-nav li .sub-menu li a:hover {
	color: #000;
}

.sb-search .sb-search-input {
	    background: #4A4F53;
}

.header_social .genericon {
	font-size:24px;
	color:#000;

}
.header_social .genericon:hover {
	color:#ddbb87;
}
#slider {
	margin-top:-30px;
	height:400px;
}
#slider .slide {
	height:400px;

}

.header_social {
	margin-top:10px;
}
.header_social .widget ul li {
	margin-left:10px;
}

#sidebar {
	border-left:1px solid #eee;
	    width: 28.018%;
		margin-left:1%;
		padding-left:1%;
}
.content-area {
     width: 65.79%;
}
.single-post .content-area {
width: 91.79% !important;
}

.page h1.entry-title{
	font-family: 'Roboto Condensed', sans-serif;
}

.page h1.entry-title, .single h1.entry-title {
	font-size: 44px;
	text-align: center;
	line-height: 1.4;
	font-weight: 700;
}

.entry-content a {
	    color: #ddbb87;
}

.single-post .entry-content h3 {
		font-family: 'HaveHeartOne-Regular';
	color: #ddbb87;
	text-align:center;
	font-size:32px;
	font-weight:normal;
	letter-spacing:1.5px;
}
.single-post .entry-content h3:after {
	content: " ";
    margin: 20px auto;
    width: 100px;
    height: 1px;
    background: #E5E5E5;
    display: block;
}
	
.entry-content ul li {
	list-style:none;
	padding-left:15px;
}

.entry-content ul li:before {
    color: #ddbb87;
    content: "•";
    position: relative; 
    left: -9px;
    font-size: 22px;
    margin-left: -9px;
	    line-height: 10px;
		top: 3px;
}

.site-footer {
	background:#9e9e9e;
}
.section-footer .widget .title {
					font-family: 'HaveHeartOne-Regular';
			letter-spacing:1.5px;
	font-size:32px;
	text-transform:none;
	font-weight:normal;
	    color: #000;
}

.entry-title {
	font-family:"Roboto";
}
.recent-posts .post-thumb {
	margin-bottom:5px;
}
.post-thumb img {
	width:100%;
}
.recent-posts p {
	color:#1a1a1a;
	margin-bottom:5px;
}
.recent-posts:hover .entry-title {
			-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	color:#1a1a1a;
}

.recent-posts .entry-date {
	text-align:center;
	font-size: 12px;
	display:block;
	margin:0 auto;
	padding-top:5px;
	    color: #ddbb87;
}
.recent-posts .entry-content  {
	padding-bottom:0;
}
.readmore_button {
	margin-bottom:10px;
				font-family: 'HaveHeartOne-Regular';
			letter-spacing:1.5px;
	font-size:32px;
	text-transform:none;
	font-weight:normal;
}


.recent-posts .post {
	-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;

}
.recent-posts .post:hover {
	-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.recent-posts .post-thumb {
	overflow:hidden;
	position:relative;
	margin:0px;
	display:block;
	z-index:10;
}

.recent-posts  .post-thumb:before {
	position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	z-index:11;

}
.recent-posts .post:hover .post-thumb:before {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.recent-posts .post a img {
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
	    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
	width:100%;
}
.recent-posts .post:hover img {
	    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	opacity:.7;	
}

/************
Recent Posts without sticky
***********/


.recent-posts .regular-post .post-thumb p {
    max-width: 85%;
    transform: ;
			font-family: 'HaveHeartOne-Regular';
			letter-spacing:1.5px;
	font-size:28px;
	text-transform:none;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
      -webkit-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  color:#fff;
  opacity:0;

}
.recent-posts .regular-post:hover .post-thumb p  {
		opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
	color:#fff;
	    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}




.recent-posts .regular-post .entry-title {
	bottom:0;
	padding:5px 25px;
	padding-bottom:25px;
	margin:0;
color: #919191;
	font-size:14px;
		-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.recent-posts .regular-post:hover .entry-title {
			-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	color:#1a1a1a;
}

.recent-posts .regular-post .entry-date {
	text-align:center;
	font-size: 12px;
	display:block;
	margin:0 auto;
	padding-top:5px;
}


a.cb_pin_link {
    background: url("images/pinit_white.png") no-repeat scroll 0 0 transparent ;
	background-size:100%;
    bottom: -5px ;
    height: 61px ;
    position: absolute;
	left:-5px ;
   width: 60px ;
}

.cb_pin_link:hover {
	    background: url("images/pinit.png") no-repeat scroll 0 0 transparent ;
		background-size:100%;

}
div.cb_pin_images {
	margin:0 auto!important;
	clear:both;
	height:auto !important;
}


.recent-posts .post {
	width:30.6%;
}
.recent-posts article:nth-of-type(2n+2) {
    margin-right: 4%;
}
.recent-posts article:nth-of-type(3n+3) {
    margin-right: 0;
}

.nocomments{
	display: none;
}

.content-area.full-layout .recent-posts article.post, .content-area.full-layout .recent-posts .type-page {
	width:22.5%;
}
.content-area.full-layout .recent-posts article:nth-of-type(3n+3) {
	margin-right:2.75%;
}
.content-area.full-layout .recent-posts article:nth-of-type(4n+4) {
	margin-right:0;
}


.zoom-instagram-widget.widget ul li {
	margin:0px;
}

.relatedthumb {
	width:33% !important;
}
.yuzo_related_post .relatedthumb .yuzo-img-wrap {
	width:100% !important;
}
.yuzo_related_post .relatedthumb .yuzo-img {
	width:100% !important;
}

.yuzo_related_post:before {
	    border-top: 1px solid #eee;
    margin-top: 5px;
    content: " ";
    width: 100%;
	display:block;
	padding-top:15px;
}

.yuzo__title h3 {
		font-family: 'HaveHeartOne-Regular';
		letter-spacing:1.5px;
	color: #ddbb87;
	font-weight:normal;
	text-align:center;
	font-size:32px;
}

.yuzo__title h3:after {
	content: " ";
    margin: 20px auto;
    width: 100px;
    height: 1px;
    background: #E5E5E5;
    display: block;
}
.slides li .cat-links a {
	font-family: 'HaveHeartOne-Regular';
	letter-spacing:1.5px;
	font-size:34px;
	color:#ddbb87;
}
.slides li .cat-links {
	color:#ddbb87;
}
.slides .slide_button a {
	color:#ddbb87;
	font-weight:normal;
	border-color:#ddbb87;
}
.slides li .cat-links:after {
	margin: 15px auto;
	margin-top:5px;
}


.recent-posts .post.sticky:after {
    border-top: 1px solid #eee;
    margin-top: 15px;
    content: " ";
    width: 100%;
}



.slides li h3 a:hover {
	color:#ddbb87;
}
.sb-search .sb-icon-search:hover {
	background:#ddbb87;
}

.single .content-area {
	padding-right:50px;
}
.single .size-full  {
	margin:0 auto;
}
.home-widgetized-sections h3.title  {
	font-weight:normal !important;
	font-size:18px;
	border:1px solid #ddbb87;
	padding:15px;
}
/***********
Sidebar
**********/
#sidebar h3 {
	font-family: 'HaveHeartOne-Regular';
	letter-spacing:1.5px;
	font-weight:normal !important;
	font-size: 27px;
	text-transform:none;
	margin-bottom:15px;
}
#sidebar input[type=submit] {
	font-weight:normal;
	background:#919191;
	font-family:"Roboto";
	width:100%;
}
#sidebar {
	font-family:"Roboto";
	color:#919191;
	
}
.wpzoom-bio .content {
	font-style:normal;
}
#sidebar #subscribe-email input {
	width:100%;
	padding:5px;
}
#sidebar .widget:after {
	height:0px;
	content:"" !important;
	margin:0 !important;
	
}
#sidebar hr {
	width:100px;
	margin:0px auto;
	margin-top:50px;
    border-top: 1px solid #E5E5E5;
}
/***********
Dropdown Menü
**********/

@media screen and (min-width: 980px) {
	
.menu-item-1600 {
	position:static !important;
}
.menu-item-1600 ul {
width:100%;
left:0;
}
.menu-item-1600 ul:before {
	left:70px !important;
}
.menu-item-1600 ul:after {
	left:69px !important;
}
.menu-item-1600 ul li {
	width:25%;
	float:left;
}
}



.carousel_widget_wrapper .item h3 {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(102,102,102,.5);
    margin: 0 !important;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
	width:100%;
	text-align:center;
}
.carousel-slider .carousel_widget_wrapper  .post-thumb {
	margin:0;
}
.carousel-slider .carousel_widget_wrapper .flickity-enabled .item {
	min-height:0;
}
.carousel_widget_wrapper .flickity-enabled{
	padding-bottom:15px;
}
.carousel-slider .carousel_widget_wrapper .flickity-page-dots {
	bottom:-15px;
}
.widget.carousel-slider {
	margin-bottom:15px !important;
}



h1.section-title {
	font-family: 'HaveHeartOne-Regular';
	letter-spacing:1.5px;
	color: #ddbb87;
	text-align:center;
	text-transform:none;
	font-weight:normal;
	font-size:32px;
}
h1.section-title:after {
	content: " ";
    margin: 20px auto;
    width: 100px;
    height: 1px;
    background: #E5E5E5;
    display: block;
}
	
h2.section-title {
	font-family: 'HaveHeartOne-Regular';
	letter-spacing:1.5px;
	color: #ddbb87;
	text-align:center;
	text-transform:none;
	font-weight:normal;
	font-size:28px;
}
h2.section-title:after {
	content: " ";
    margin: 20px auto;
    width: 100px;
    height: 1px;
    background: #E5E5E5;
    display: block;
}


.site-header .navbar-header:before, .site-header .navbar-header:after {
	content:"" !important;
	display:none !important;
}

.parallax-headline .wpb_column{
    border-color: rgba(0, 0, 0, 0.498039);
    line-height: 27px;
    letter-spacing: 0px;
    min-height: 123px;
    min-width: 603px;
    max-height: 123px;
    max-width: 715px;
    background-color: rgba(255, 255, 255, 0.498039);
	text-align: center;
	float: none;
	margin: 0 auto;
}
.parallax-headline h2{
	font-family: 'HaveHeartOne-Regular';
	font-size: 56px;
    line-height: 22px;
	font-weight: 300;
	margin-bottom: 25px;
}
.parallax-headline h3{
	font-family: "Roboto";
	font-size: 22px;
    line-height: 22px;
	font-weight: 300;
}
.psgal figure{
	padding: 10px !important;
}


@media screen and (max-width: 1080px) {
	.main-navbar a {
		font-size:15px;
	}
	h1.entry-title{
		margin-top: 40px;
	}
}


.frontpage {
	margin-top:35px;
}
.intro {
	margin-bottom:25px;
}

.small.readmore_button {
	font-size:20px;
}

.blog-center .content-area {
	float:none;
	margin:0 auto;
}
.image-hover img:hover {
	opacity:.7;
}


@media all and (max-width: 768px) {
	.pageclass .entry-content ul, .entry-content ol {
    margin: -20px
	}
	.pageclass.recent-posts .post {
		width: 100%;
		/* margin:0 auto; */
		margin: 0;
	}

	.pageclass.recent-posts .post, .recent-posts .type-page {
		margin: 0;
	}
}


@media all and (min-width: 769px) and (max-width: 880px) {
	.pageclass.recent-posts .post {
		width: 48%;
		/* margin:0 auto; */
		float:left;

	}

	.pageclass.recent-posts .post, .recent-posts .type-page {
		margin: 5px 10px;
	}
}

@media all and (min-width: 881px) {
	.pageclass.recent-posts .post {
		width: 48%;
		/* margin:0 auto; */
		float:left;

	}

	.pageclass.recent-posts .post, .recent-posts .type-page {
		margin: 5px 10px;
	}

	.pageclass.recent-posts .regular-post .entry-title {
		font-size: 18px;
		font-weight:normal;
		color: #919191 !important;
	}
}