:root {
	--themecolor: #267DF4;
}

.slider-features ul li:not(:last-child) {
	border-right: 1px solid  rgba(0, 0, 0, 0.1);
	margin-right: 40px;
	padding-right: 40px;
}

.slider-features ul li img {
	display: block;
	width: 30px !important;
	height: 30px !important;
	margin-bottom: 16px;
}

.dark .slider-features ul li:not(:last-child) { border-right-color: rgba(255, 255, 255, 0.2); }

.recipe-itmes .contentcontainerlist{     
  width: 95%;
    margin: 40px;
max-width: 1200px;
}

.device-xs .recipe-itmes .contentcontainerlist, .device-sm .recipe-itmes .contentcontainerlist{     
  width: 100%;
    margin: 0px;
max-width: 1200px;
}
.device-xs .whitecontentblock,.device-sm .whitecontentblock  {
    background-color: #fff;
    padding: 0;
    margin-top: 30px;
    min-height: 230px;
}
.recipe-itmes .card img,
.rotating {
 
}

.recipe-itmes .card:hover img,
.rotating:hover {
 
}

.categories {
	position: relative;
	float: left;
	overflow: hidden;
	width: calc(50% - 20px);
	height: 80px;
	margin: 10px;
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
	transition: all 0.5s cubic-bezier(.02, .01, .5, 1);
}

.categories:after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}

.device-xs .categories { width: 100%; }

.categories .categories-details {
	position: absolute;
	display: flex;
	left: 50%;
	top: 50%;
	bottom: auto;
	z-index: 2;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	transform: translate(-50%, -50%);
}

.categories .categories-details .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #FFF;
	padding: 8px;
	color: #000;
	transform: rotate(0deg);
	transition: transform .5s ease-out;
}

.categories:hover .categories-details .icon { transform: rotate(360deg); }

.categories .categories-details .info {
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	color: #FFF;
	padding-left: 10px;
	font-size: 18px;
	text-align: center;
}

.categories:hover .categories-details .info {
	writing-mode: horizontal-tb;
	text-orientation: mixed;
	transform: rotate(0);
}
.hs-blog-listing .list-filter
{border-top: 0px !important;}

.hs-blog-listing .list-filter-box{    margin-left: 30px; margin-right: 30px;}

.hs-blog-listing .list-filter h3
{
  margin-bottom: 0px !important;
display: inline-block;
    vertical-align: middle;
    line-height: 2;
}

.hs-blog-listing form, .hs-blog-listing .form-group {
    margin-bottom: 0px;
}
.recipe-itmes .row  {
	border-top: 0px solid #EEE;
	margin-top: auto;
	margin-bottom: auto;
}
.hs-blog-listing .itembox .card-image img{
width: 100%;
}
.device-xs  .itembox .card-image img, .device-sm .itembox .card-image img  {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.hs-blog-listing  .recipe-itmes .row.content-list [class^=col-] {
	border-right: 0px solid #EEE;
	border-bottom: 0px solid #EEE;
}

.recipe-itmes .row [class^=col-] {
	border-right: 0px solid #EEE ;
	border-bottom: 0px solid #EEE;
}

.faqbox .row [class^=col-]
{
	border-right: 0px solid #EEE !important;
	border-bottom: 0px solid #EEE !important;
}

.recipe-itmes .row [class^=col-].sidebarzoekbox {
	border-right: 1px solid #EEE;
	border-bottom: 0px solid #EEE;
}

.recipe-itmes .row [class^=col-]:last-child {
	border-right: 0px solid #EEE;
	border-bottom: 0px solid #EEE;
}

.faqbox{
    background: #f8f9fa;
    border-top: 1px solid #EEE;
}

.recipe-itmes .card {
	border: 0;
	background: transparent;
	border-radius: 0;
	padding: 20px 10px;
}

.recipe-itmes .card-author {
	font-size: 12px;
	font-weight: 400;
	color: #003b5a;
	margin-bottom: 0;
}

.recipe-itmes .card-title {
	font-size: 18px;
	line-height: 1.3;
}
.recipe-itmes .card-author a {
	color: #003b5a;
	margin-left: 2px;
	font-weight: 600;
}

.recipe-itmes .card-title a { color: #003b5a; }

.recipe-itmes .card-date {
	margin-top: 15px;
	color: #003b5a;
	margin-bottom: 0;
	font-weight: 400;
}

.recipe-itmes span.badge  {
    background: #00365a !important;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
  position: absolute;
    left: 20px;
    bottom: 20px;
}

.recipe-itmes .card-date i { margin-right: 6px; }

.play-video i {
	position: absolute;
	padding-left: 5px;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	line-height: 71px;
	border-radius: 50%;
	z-index: 1;
	border: 4px solid #111;
	text-align: center;
	font-size: 24px;
	color: #111;
	margin-top: -40px;
	margin-left: -40px;
	transition: transform .3s ease-out;
	-webkit-backface-visibility: hidden;
}

.device-sm #page-title .play-video i,
.device-xs #page-title .play-video i {
	position: relative;
	top: auto;
	left: auto;
	margin-top: 20px;
	margin-left: 0;
}

.dark .play-video i {
	background-color: rgba(255, 255, 255, .3);
	border: 4px solid #FFF;
	color: #FFF;
}

.text-title-light {
	font-size: 42px;
	color: #EEE;
	letter-spacing: -1px;
	line-height: 1;
}

.owl-carousel .owl-stage { padding: 0; }
.owl-item { padding: 20px 15px; }
.owl-carousel .owl-nav [class*=owl-] { opacity: 1; }
.owl-carousel .owl-nav .owl-prev { left: -3px !important; }
.owl-carousel .owl-nav .owl-next { right: -3px !important; }

#primary-menu ul li > a,
#primary-menu ul ul li > a {
	text-transform: none;
	font-weight: bold !important;
	letter-spacing: 0;
	font-size: 16px;
	color: #003b5a;
}

#primary-menu ul ul li > a {
	font-size: 14px;
	letter-spacing: 0;
}

.masonry-thumbs a:hover { opacity: .9; }

.widget > h4 { font-size: 22px; }
footer .widget > h4 {
	font-size: 18px;
	margin-bottom: 30px;
}

/* About Page
-----------------------------------------------------------------*/
#page-title.page-title-parallax h1 {
font-size: 36px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 46px;
}

#page-title.page-title-parallax span {
	margin-top: 30px;
    font-weight: 400;
    color: #666;
    font-size: 17px;
      text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.about-img > img {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 80%;
}

.about-img > img + img {
	position: relative;
	margin-top: 60px;
	border: 12px solid #FFF;
}

/* Recipe Single
-----------------------------------------------------------------*/
ul.list-ingredients li  {
	font-size: 15px;
	text-transform: capitalize;
}

ul.list-ingredients li:not(:first-child) { padding-top: 12px; }

ol.list-preparation {
	font-variant-numeric: tabular-nums;
    -webkit-font-feature-settings: 'tnum' 1;
    font-feature-settings: 'tnum' 1;
    margin-left: 40px;
}

ol.list-preparation li::before {
    display: inline-block;
    position: absolute;
    content: counter(step-counter) ". ";
    margin-right: 14px;
    color: #267DF4;
    color: var(--themecolor);
    font-weight: 700;
    margin-left: -38px;
    margin-top: 2px;
}

ol.list-preparation li {
	counter-increment: step-counter;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

ol.list-preparation li:not(:first-child) { padding-top: 18px; }

.post-navigation a i {
	position: relative;
	top: 1px;
	margin: 0 3px;
}

/* Contact Page
-----------------------------------------------------------------*/
.form-control-pill { border-radius: 23px; }

.select-wrapper {
	overflow: hidden;
    border: 1px solid #ced4da;
}

.recipe-contactform-processing form { opacity: .5; }

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	#header-wrap:before {
	 
	}

	body.device-lg #header-wrap:before { width: 47%; }

	#header.sticky-header #header-wrap {
		background-color: transparent;
		box-shadow: none;
	}

	body:not(.device-md):not(.device-sm):not(.device-xs) #header.transparent-header:not(.full-header):not(.floating-header) #top-search form input {
		border-bottom: 0 !important;
		margin-left: 62%;
		width: 41%;
		letter-spacing: 0;
		font-size: 20px;
	}

	body:not(.device-md):not(.device-sm):not(.device-xs).device-lg #header.transparent-header:not(.full-header):not(.floating-header) #top-search form input {
		width: 47%;
		margin-left: 56%;
	}

	#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content { top: 80%; }

	#primary-menu ul li > a i {
		top: 1px;
		margin-right: 0;
	}

	#top-search { margin-top: 39px; }

	body.top-search-open #header-wrap #logo { opacity: 1; }

	.categories-lists {
		display: flex;
		align-items: stretch;
	}

	.categories {
		float: none;
		width: 60px;
		min-width: 60px;
		height: 300px;
		margin: 15px;
		background-size: auto 105%;
		background-position: center;
		border-radius: 40px;
	}

	.categories:hover {
		min-width: 250px;
		background-size: auto 100%;
		border-radius: 10px;
	}

	.categories .categories-details {
		flex-direction: column;
		top: auto;
		left: 10px;
		bottom: 10px;
		transform: none;
	}

	.categories .categories-details .info {
		writing-mode: vertical-rl;
		text-orientation: mixed;
		transform: rotate(180deg);
		order: 1;
	}

	.categories:hover .categories-details { flex-direction: row; }
	.categories:not(:hover) .categories-details .icon { order: 2; }
	.categories:not(:hover) .categories-details .info { padding: 10px 0 0 0; }

	.categories:after {
		background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8)) 100%;
		background: -o-linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8)) 100%;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8)) 100%;
	}

	.section { padding: 80px 0; }

}


.card-image
{overflow: hidden; max-height: 185px;     position: relative;}


.device-xs .biebpostbox, .device-sm .biebpostbox  {
    padding: 0px ;
}
 
.device-xs .biebpostbox .card-body, .device-sm .biebpostbox .card-body{
    padding: 15px !important;
}
.device-xs .biebpostbox .card, .device-sm .biebpostbox .card{
    border-radius: 0px !important;
}

.device-xs .breadcrumb, .device-sm .breadcrumb{
    font-size: 14px !important;
}

.device-xs .biebpostbox .card-body h1, .device-sm .biebpostbox .card-body h1{
 
   font-size: 22px !important;
} 


.device-xs .itembox .card-body, .device-sm .itembox .card-body {
    padding: 0rem;
}

.device-xs .recipe-itmes span.badge, .device-sm .recipe-itmes span.badge{
   display: none !important;
}

.device-xs .recipe-itmes .card-authorbox, .device-sm .recipe-itmes .card-authorbox{
   display: none !important;
}

.device-xs .recipe-itmes .card-date, .device-sm .recipe-itmes .card-date{
   display: none !important;
}


.device-xs .card-image, .device-sm .card-image{
    overflow: hidden;
    max-height: 120px;
    position: relative;
  margin-bottom: 10px;
      height: 120px;
}


.device-xs .biebpostbox .card-image, .device-sm .biebpostbox .card-image{
    overflow: hidden;
    max-height: 110px;
    position: relative;
  margin-bottom: 10px;
}



.device-xs .recipe-itmes .card-title, .device-sm .recipe-itmes .card-title{
    font-size: 14px;
    line-height: 1.3;
}


.device-xs #page-title.page-title-parallax, .device-sm #page-title.page-title-parallax
{    padding: 30px 0 !important;}


.device-xs #page-title.page-title-parallax h1, .device-sm #page-title.page-title-parallax h1{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 20px !important;
}


@media (max-width: 414px) {
 

#blogctapost {
    position: fixed;
    bottom: 0px !important;
    right: 0px !important;
    background: #fff;
    border-radius: 0px !important;
        max-width: 100% !important;
    -webkit-box-shadow: 0 0 0.5rem 0 rgba(62,74,89,.25);
    box-shadow: 0 0 0.5rem 0 rgba(62,74,89,.25);
    padding: 20px 8px !important;
    z-index: 99;
    width: 100% !important;
    height: 150px !important;
}

 

}



@media (max-width: 380px){
    #blogctapost h4 {
font-size: 18px !important;
}
}    



@media (max-width: 360px){
 #blogctapost .col-md-3 {
    width: 90px !important;
 
}

#blogctapost .col-md-9 {
     
    width: 200px !important;
 
}

#blogctapost h4 {
 
    font-size: 16px !important;
    
}


#blogctapost p {
 
    font-size: 12px !important;
}   

#blogctapost h4 {
font-size: 18px !important;
}
    
}



 
 

#blogctapost {
     position: fixed;
    bottom: 35px;
    right: 20px;
    background: #fff;
    border-radius: 5px;
    max-width: 400px;
        -webkit-box-shadow: 0 1px 12px 0 rgba(0, 59, 90, 0.08);
      box-shadow: 0 1px 12px 0 rgba(0, 59, 90, 0.08);
        padding: 13px 8px;
        z-index: 99;
            width: 400px;
    height: 140px;
}

#blogctapost p:after {
    content: "\f105";
    font: normal normal normal 16.8px/1 icomoon;
    margin-left: 14px;
    font-size: 18px;
    font-weight: 600;
}

#blogctapost p {
    color: #00a4a7;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

#blogctapost h4 {
      font-family: "Intro regular",Helvetica,Arial,sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
}



#blogctapost .col-md-3 {
    width: 100px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 10px;
}

#blogctapost img {
    height: auto;
     width: 100%;
}

#blogctapost .col-md-9 {
    float: left;
    width: 245px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 20px;
}

.blogctapostcontent {
  background-color : #31B0D5;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da;
}


#blogctapost .icon-close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
    height: 25px;
    width: 30px;
        text-align: center;
       padding-top: 4px;
}

 
}

.btn-success {
     border-radius: 20px;
  display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background-color: #00a4a7;
    color: #FFF;
    font-weight: 700;
    text-transform: none;
    border: none;
}