/* ==========================================================================
   Global
   ========================================================================== */
body {
	padding-top: 135px;
}


/**
* Images
*/
img {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%!important;
	height: auto;
	vertical-align: middle;
}



/* ==========================================================================
   Site Header 
   ========================================================================== */

.content-sidebar-wrap, 
.site-inner, 
.wrap {
   /*max-width: 1065px;*/
    padding: 0 15px;
}

.content-sidebar-wrap {
	padding: 0;
}

.site-header .wrap::after {
	display: none;
}

/*Utility Classes by kodehead.com*/

@media (max-width: 782px) {

	.hide {
		display: none;
	}

}

@media (max-width: 1200px) {

	.site-header .wrap {
		flex-direction: column;
		align-items: flex-start;
	}

}

.bluebutn {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,.5);
	padding: 10px 20px;
	padding: 20px 40px;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0;
}

.bluebutn:hover {
	background: rgba(255,255,255,.5);
	text-decoration: none;
	color: #fff;
}

.text-white{
	color: #fff;
}


/* ==========================================================================
   Home Hero 
   ========================================================================== */
.hero {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.hero::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#000000f0 100%);
	height: 100%;
	width: 100%;
}

.hero-title {
	font-size: 3em;
}

.hero-lead {
	font-size: 1.5em;
}

.hero-content {
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 100;
}

.home-hero {
	margin-bottom: 80px;
}

/* ==========================================================================
   Home Top
   ========================================================================== */

.home-top .entry {
	position: relative;
}

.home-top .entry > a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	/*background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#000000f0 100%);*/
	/*background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#000000f0 145%);*/
	height: 100%;
	width: 100%;
}

.home-top .entry > a,
.home-top .entry > a img {
	display: block;
	margin: 0;
}

.home-top .entry .snippet {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px;
}

.home-top .entry .snippet .entry-title a {
	color: #000000;
    background: #ffffffc7;
    padding: 6px;
}

.home-top .entry .snippet .entry-title {
	margin-bottom: 10px;
	letter-spacing: 0;
	font-size: 1.2em;
    width: 16em;

}

.home-top .entry .snippet .entry-meta a.category {
	background: #ffffffe8;
    color: #000;
    border: 1px solid rgba(255,255,255,.5);
    padding: 5px 5px;
}

.home-top .entry:hover{
	opacity:0.7;
}

/*/ Custom CSS ends  here by kodehead.com */

/*some custom css by kodehead.com */

.menu-footer-navigation-left-container {
	margin:0px 0px 40px 7px;

}

#yikes_easy_mc_widget-2 > div > h3 {
	color: white;
}

.btnsubblue {
	border-radius: 6px;
	background-color: #88ace0;
	color: white;
}

span.MMERGE1-label {
	display: none;
}

span.EMAIL-label {
	display: none;
}

span.facetwp-counter {
	display:none;
}

/* HeartThis
--------------------------------------------- */

.entry-header .heart-this-wrap {
	clear: none;
	display: inline;
	text-align: left;
	width: auto;
}

.seasoned-pro .heart-this-wrap .heart-this::before {
	margin-left: -11px;
	width: 40px;
}

/*------------------------------------*\
    #TABS
\*------------------------------------*/
.tabs-widget {    
	float: left; 
}
.tab-nav {
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
}

.tab-item {
	margin-right: 2px;
}

.tab-link {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid transparent;
}

.tab-link:hover {
	background-color: #f1f1f1;
}

.tab-link.active {
	border: 1px solid #f1f1f1;
	border-bottom-color: transparent;
	background-color: #f1f1f1;
}

.tab-content {
	display: none;
}

.tab-section {
	width: 50%;
	padding: 20px;
	float: left;
}


.sidebar .widget {
	padding: 20px;
	border: 1px solid #f1f1f1;
	background-color: #f1f1f1;
}


/*
.about-section {
	display: flex;
	margin-bottom: 20px;
}

.about-block {
    background-color: #f1f1f1;
  /*  padding: 20px;
    width: 85%;
	flex: 1;
}

.about-block img {
	float: left;
}

.about-block p {
	padding: 20px;
	overflow: hidden;
	
}

.about-block p {
    /* padding: 20px; */
    /* overflow: hidden; 
  
}
.about-book {
	background-color: #f1f1f1;
    width: 36%;
    background-repeat: round;
    max-width: 100%;
    background-size: cover;
    margin-left: 25px;
    height: auto;
	flex: 0 1 300px;
	}

*/




@media screen and (min-width:640px) {
	.about-section {
		display: flex;
		margin-bottom: 30px!important;
	}


	
}


.about-block {
	flex: 1;
	background-color: #f1f1f1;
}

.about-block img {
    float: left;
    padding: 5%;
}

.about-block p {
	padding: 20px;
	overflow: hidden;
	
}

.about-book {
	flex: 0 1 300px;
	background-color: #f1f1f1;
    margin-left: 25px;
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 285px;
}


#respond {
	background: #eeedef;
	
}

.comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}

span.tasty-recipes-ratings-buttons {
    font-size: 20px;
}



#featured-post-1 > div > article> div > header > p > time {
	margin: 3px 0px 0px 163px;
    position: absolute;
    left: 0px;
    font-size: 1.1em;
    color: #3c434a;
    background: #ffffffe8;
    padding: 3px;
}
}

/*------------------------------------*\
    #CHPCS Slider
\*------------------------------------*/


.chpcs_foo_content img {
    max-width: 77px!important;
    border-radius: 5px!important;

}
.chpcs_foo_content {
display:flex!important;
margin-right:0px!important;

}

.chpcs_title {
    clear: both;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    left: 5px;
    top: 80px;
    width: auto;
text-align:left!important;
}

.chpcs_image_carousel{
top: -100px;
}


.chpcs_image_carousel .chpcs_prev, .chpcs_image_carousel .chpcs_next {
    background: #f1f1f199!important;
    color: #4888e4!important;
    font-size: 50px!important;
    line-height: 32+7px;
    width: 24px!important;
    height: 32+10px;
    margin-top: -37px!important;
 	margin-left:-30px;
    margin-right: -30px;

}

#wa_chpc_slider{

    margin-left: -45px!important;}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .caroufredsel_wrapper{

width: 360px!important;

}
	.home-tabs .ui-tabs-nav {
    position: relative!important;
    bottom: 102%!important;
    left: 4%!important;
    margin: 10px!important;
}
	.home-tabs .wrap {
    position: relative;
    padding-bottom: 50px;
    margin-top: -50px;
}
img.avatar.wp-image-62307 {
    position: relative;
    left: 25%;
    margin-top: 40px;
}
	
	.four-sixths, .two-thirds {
    width: 100%!important;
    background-color: #f1f1f1;
	padding: 15px!important;
}
.about-lindsay p {
  float:left;
}

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
  .caroufredsel_wrapper{

width: 692px!important

}







}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .caroufredsel_wrapper{

width: 755px!important

}} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .caroufredsel_wrapper{

width: 1020px!important

}} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .caroufredsel_wrapper{

width: 1130px!important

}}


.clear-line { 

color: #515251;
font-family: 'Bitter',serif;
font-weight: 400;
font-size: 17px;
line-height: 1.53;
--slick-site-color: rgba(114, 63, 95, 1);
--slick-discovery-zindex: 1000000;
--slick-search-results-name-size: 13px;
--slick-discovery-highlight-color: var(--slick-site-color);
--slick-discovery-cell-width: 175px;
--slick-heartbeat-zindex: 100;
--slick-heartbeat-color: var(--slick-site-color);
--slick-toolbar-zindex: 1000000;
--slick-game-branding-display: none;
--slick-search-bgcolor: rgba(114, 63, 95, 0.9);
box-sizing: inherit;
overflow: hidden;
width: 100%;
border: none;
border-bottom: 2px solid #f8f8f8;
margin: 0 0 20px;
padding: 20px 0 0;
margin-bottom: 0;

}



img.aligncenter.size-full.wp-image-26412 {
    width: 150px;
}




.four-sixths, .two-thirds {
    width: 65.81196581196582%;
    background-color: #f1f1f1;
}

.four-sixths, .two-thirds {
    width: 65.81196581196582%;
    background-color: #f1f1f1;
    padding: 20px;
}

.about-lindsay p {
    color: black;
    width: 100%;
    line-height: 2em;
    font-size: 1.1em;
}

img.avatar.wp-image-62307 {
    margin-right: 38px;
}

.welcome { 
   	color: #88ace0;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

h1 {
	 color: #88ace0!important;
    font-family: 'Dosis',sans-serif!important;
    font-size: 29px!important;
    font-weight: 400!important;
    letter-spacing: 1px;
    text-transform: lowercase;
}

.entry-title, .entry-title a, .sidebar .widget-title a{
    text-transform: lowercase;
	 color: #88ace0;
}
.content .widget-title {
   
    text-transform: lowercase;
	text-align: inherit!important;
}

.home-tabs .ui-tabs-nav li {
     margin-right: 10px!important;
}

.home-tabs .ui-tabs-nav {
    position: absolute;
    bottom: 102%!important;
    left: 50%;
}

.home-popular.widget-area {
    margin-top: 10px;
}


#featured-post-2 > div > article> div > header > h2 > a {
    text-transform: lowercase;
    color: #88ace0;
    font-size: 25px;
}

h3.widgettitle.widget-title b {
    color: #808080b8;
    text-transform: capitalize;
}

/* Back To Top btn ------------------------------------------*/
.js .top-btn.sticky {
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-btn {
  overflow: hidden;
  visibility: hidden;
  display: block;
  float: right;
  bottom: 3%;
  right: 1%;
  z-index: 9999;
  width: 40px;
  height: 40px;
  position: fixed;
  background-color: #88ace0ba;
  border-radius: 50%;
  border-bottom: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-btn span {
  color: #fff;
  margin: 0;
  position: relative;
  left: 10px;
  top: 8px;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-btn:hover,
.top-btn:focus {
  outline: none;
  text-decoration: none;
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.home-categories .featuredpage .entry-title a {
    color: #fff;
    font-size: 1.25em;
    display: block!important;
    width: 220px!important;
    height: 220px!important;
    /* padding: 38px!important; */
    position: relative!important;
    align-content: center!important;
    padding-top: 45%;
    /* background-color: pink; */
}

#featured-post-6 .one-third, .two-sixths {
    width: auto;
}
#featured-post-7 .one-third, .two-sixths {
    width: auto;
}