
/* Brand styles */

.text-white {color: #fff;}
.text-orange {color: #F96A00;}
.text-green {color: #34C2B6;}
.text-yellow {color: #fdf823;}
.text-blue {color: #05839C;}

.text-center {text-align:center;}

.bg-grey { background-color: #f3f3f3;}
.bg-sunny {background-color: #FBD40C;}
.bg-sky {
	background-color: #54DDFF;
	background-image: linear-gradient(to bottom right,#3AD8FF,#00F3FF);
}
.bg-dark { 
	background-color: #333;
	background-image: linear-gradient(to bottom right,#444,#000);
}

.bg-orange { background-color: #F96A00;}


.btn.btn-primary {
    color: #fff;
    background-color: #b43162 !important;
    border-color: #b43162 !important;
}
.blog-main {
    margin: 20px 0;
}

.post-block-trending {
    margin: 50px 0;
}
.padding-lg {
	padding: 100px 0;
}

.padding-sm {
	padding: 20px 0;
}
.full-image { width: 100%;}


.secondary-menu-main {
	background-color: #fff;
    border-top: 4px solid #f7fa00;
}

.title {
    /* position: absolute; */
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -2px;
    color: #111;
    left: 0;
    /* right: 0; */
    margin-bottom: 25px;
    /* top: -30px; */
    /* z-index: -1; */
}

header .header-bottom.sticky {
	height: auto;
}

header .header-bottom .main-menu > ul {
	margin-top: 10px;
}
header .header-bottom.sticky .brand-logo,
header .header-bottom .main-menu {
	border: 0px !important;
}

header .header-bottom.sticky .brand-logo a .logo-fixed {
    display: inline-block;
    max-height: 55px;
}


.header-main .col-md-4 {
    background-image: url('../images/sunny_header2.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 71%;
}

@media (max-width: 991px) {
    .header-main .col-md-4 { 
        background-image: none;
    }
}

.tv-schedule-lineup {
    background-color: #f8faec;
    border-radius: 9px;
    padding-top: 9px;
    font-size: 13px;
    margin-top: 15px;
    border: 1px solid #f0f6d9;
    width: 100%;
}

.recipe-prep span {
	margin-right: 20px;
}


.book-review {
	margin: 60px 20px;
}

.review-quote {
	font-size: 35px;
}

.review-name {
	color: #FF5C33;
	font-weight: bold;
	font-size: 16px;
}

.quickpost_recipe {
	background-color: #fff;
    box-shadow: 5px -5px 37px #eee;
    border: 1px solid #eee;
    padding: 20px;
    margin:20px 0;
}


.sunny-newsletter {
	background-image: url('../images/sunnya_coral.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 450px;
	background-size: 100%;
}

.sunny-newsletter .sign-up-text {
    position: relative;
    top: 222px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 -400px 79px -225px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 -400px 79px -225px inset;
    box-shadow: rgba(0, 0, 0, 0.7) 0 -400px 79px -225px inset;
    width: 100%;
    padding: 10px;
    color: #fff;
}

.sunny-newsletter .sign-up-text input {
	border: 0;
}
.sunny-newsletter .sign-up-text input[type="email"]{
    background-color: yellow;
    padding: 8px;
    width: 100%;
    color: #000;
}

.sunny-newsletter .sign-up-text input[type="submit"]{
    background-color: #333;
    color: yellow;
    border: 0;
    padding: 10px;
    width: 100%;
}


.sunny-newsletter p {
	display:block;
}

