
.blog .thumbnail.blog-post {
    padding: 0;
    background-color: #fff;
    box-shadow: 2px 2px 9px -4px #D6D6D6;
    border: 1px solid #eee;
}

.blog-post h3 {
	color: #222;
    font-style: normal;
    font-weight: 900;
    text-transform: normal;
    font-size: 18px;
    font-family: 'Roboto Slab', sans-serif;
}

.blog-post .caption p {
	padding: 10px;
	font-weight: 200;
	font-size: 14px;
	line-height: 22px;
}


.more-sunny p {
    font-size: 12px;
    margin-top: 4px;
    padding: 5px;
}

.more-sunny img {
	box-shadow: -1px 4px 3px 0px #c3c3c3;
	transition: all .2s ease-in-out;
}

.more-sunny img:hover {
	transform: scale(1.1); 
	cursor: pointer;
}


/* slide hero banner */
.hero-banner {
    height: 590px;
    background-position: top center;

}

.headline {

    bottom:350px;
    left: 11%;
    position: relative;
    z-index: 50;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
    width: 50%;
}
.headline h1 {
    color: #fff;
}

.slider {
    overflow: hidden;
}
.slides .test {
    height: 750px;
    overflow: hidden;
    display: block;
}





.home-recipes {
    background-image: url('../images/food_table.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.new-recipes {
    height: 300px;
}




.overlay-gradient-banner {
	height: 750px;
}
.overlay-gradient-banner:before {
    content: '';
    position: absolute;
    left: 0;
    /*background-image: linear-gradient(to top right,#119041,rgba(243, 0, 0, 0));*/
    opacity: .35;
    width: 100%;
    height: 550px;
    background-size: cover;
    z-index: 1;
}


.overlay-gradient {
	height: 550px;
}
.overlay-gradient:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: linear-gradient(to bottom right,#000000,#222);
    opacity: .7;
    width: 100%;
    height: 550px;
    background-size: cover;
}



/* tv shows */
.tv-camera {
    background-image: url("../images/KC0101_Co-Hosts-03_s4x3.jpg");
	background-size: cover;

}

.tv-camera .overlay {
	height: 750px;
}

.tv-camera .overlay:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #222;
    opacity: .5;
    width: 100%;
    height: 750px;
}

section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 550px;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section.module.as-seen-on {
  background-image: url("../images/sunny_ontv_networks.jpg");
}


.networks {
	padding: 3% 0;
    z-index: 1;
    position: relative;
    color: #fff;
}

.networks img {
    display: inline-block !important;
}



.card {
	padding: 0;
	background-color: #fff;
}
.card .photo {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 270px;
}

.card .details {
	padding: 20px 30px;
	text-align: center;
}

.books p {
	line-height: 30px;
    font-size: 18px;
    margin-bottom: 50px;
}
.stamp {
	position: absolute;
    right: 0;
    top: -80px;
}






.tv-week {
	background-color: #000;
}

.tv-info {
	margin-top: 15%;
    color: #fff;
}
.tv-info p {
	font-size: 22px;
	line-height: 26px;
	font-weight: 100;
	letter-spacing: 1px;
}
.tv-show {
	height: 400px;
	background-position: center center;
	background-size: cover;
    box-shadow: 10px 10px 100px #000;
}

.tv-block {
	padding: 0px !important;
	transition: all .2s ease-in-out;
	opacity: 0.5;
    color: #fff;
}
.tv-block:hover { 
	transform: scale(1.1); 
	cursor: pointer;
	z-index: 2;
	box-shadow: 0px 13px 10px -7px rgba(31, 31, 30, 0.42);
	opacity: 1;
}
.tv-block a:hover {
    color: #fff;
}

.tv-show .caption {
	bottom: 0;
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    min-height: 140px;
}

.tv-show .caption h3 {
	color: #FF5C33;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
}

.today,
.tv-block:hover .today {
	transform: scale(1.1);
    z-index: 1;
    box-shadow: 0px 13px 10px -7px rgba(31, 31, 30, 0.42);
    opacity: 1;
}

.tv-block.last,
.tv-block.last:hover{
    right: 13px;
}

.tv-network-logo {
	height: 28px;
	float:right;
}