body {
    font-family: "Open Sans", sans-serif;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .contain-to-grid, {
    font-family: "Open Sans",sans-serif;
}

.header .nav-large {
    font-family: "Open Sans", sans-serif;
}

.header .nav-large a {
    font-family: "Roboto", sans-serif;
}

.header .cse input.gsc-search-button,
.header input.gsc-search-button {
    font-family: "Roboto", sans-serif;
}

/* Home Page */


div.content p.byline {
    font-family: "Open Sans", sans-serif;
}

/* Off-canvas */
.off-canvas-list li.search-box label {
    font-family: "Open Sans",sans-serif;
}

.off-canvas-list li.search-box {
    font-family: FontAwesome;
}

/* Intercept */

.interceptModal {
    text-align: center;
}

.interceptModal map area{
    outline: none;
}

#redirectModalDesktop, #redirectModalMobilePortrait, #redirectModalMobileLandscape {
    text-align: center;
    margin-bottom: 30px;
}

/* Social */
.content .social-inline-list {
    margin: 12px 0px;
}

.content .social-inline-list ul.inline-list {
    padding: 0px;
}

.content .social-inline-list a {
    color: #fff;
    font-size: 20px;
    padding: 3px 10px;
}

.content .social-inline-list a span.count {
    font-size: 12px;
    margin-left: 10px;
    vertical-align: top;
}

.content .social-inline-list ul {
    line-height: 20px;
    margin-left: 0px;
}

.content .social-inline-list ul li {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    vertical-align: middle;
}

@media (max-width: 480px){
    div.row {
        margin-bottom: 0px;
    }

    .content .social-inline-list ul {
        margin-bottom: 0px;
    }
    .content .social-inline-list ul li{
        margin: 0 18px 10px 0 !important;
    }
}

.content .social-inline-list ul li.facebook a {
    background-color: #3d598f;
    border-radius: 3px;
    height: 20px;
    padding: 1px 15px !important;
}

.content .social-inline-list ul li.facebook a svg{
    margin-left: -10px;
}

.content .social-inline-list ul li.twitter a {
    background-color: #29b2d6;
}

.content .social-inline-list ul li.pinterest a {
    background-color: #cb222d;
}

.content .social-inline-list ul li.google-plus a {
    background-color: #231f20;
}

a:hover {
    color: #462f5d;
}

h3 {
    padding-top: 10px;
}

#content {
    margin-top: 30px;
}

.orbit-slider {
    background-color: #2ba6cb;
}

.orbit-slider li div {
    padding: 30px 40px;
}

blockquote {
    border: none;
    border-left: 3px solid #ccc;
    color: #4b9cb1;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 21px;
    margin-top: 8px;
    padding: 8px 0px 0px 20px;
}

blockquote > small {
    color: #333333;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px!important;
    font-weight: 400;
}

@media only screen and (min-width: 40.063em) {
blockquote {
    border: none;
    border-left: 3px solid #ccc;
    color: #4b9cb1;
    font-family: "Open Sans",sans-serif;
    font-size: 1.3125em;
    font-weight: bold;
    line-height: 36px;
    margin-top: 8px;
    padding: 8px 0px 0px 20px;
}

blockquote.left {
    border: none;
    border-top: 3px solid #ccc;
    margin-right: 30px;
    padding-left: 0px;
    text-align: right;
    width: 320px;
}

blockquote.right {
    border: none;
    border-top: 3px solid #ccc;
    margin-left: 30px;
    padding-left: 0px;
    text-align: left;
    width: 320px;
}

blockquote > small {
    color: #333333;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
}

img + small, a + small {
    color: #333!important;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

/* PROMO WIDGET STYLES */

.rail-promo-widget {
    /* border: 1px solid #d5d5d5; */
}

.rail-promo-widget h4, .rail-promo-widget h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px!important;
}

.rail-promo-widget h4 {
    font-size: 16px;
}

.rail-promo-widget h5 a {
    color: #111;
}

.rail-promo-widget img {
    margin-right: 0px;
}

.rail-promo-widget div.row {
    padding-bottom: 20px;
}

div.rail.columns {
	padding-left: 0px;
	padding-right: 0px;
}

div.rail div.most-popular div.row-fluid {
	margin-bottom: 20px;
}

.most-popular {
	background-color: #462f5d;
	color: #fff;
	margin: 0px;
	padding: 10px 10px 2px 10px;
}

.most-popular span.counter {
	background-color: #fff;
	color: #462f5d;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 24px;
	padding: 0px 5px;
	position: relative;
	left: 0px;
	bottom: 28px;
}

.most-popular .image-container {
	width: 118px;
	height: 92px;
	margin-right: 10px;
}

.most-popular h5 {
	margin: 0px;
	padding: 0px;
}

.most-popular a {
	color: #fff!important;
}

.most-popular h4 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	text-align: middle;
	line-height: 24px;
	margin-bottom: 12px;
}

.rail-item.subscribe {
	background-color: #462f5d;
	color: #fff!important;
	padding: 10px 10px 0px 10px;
	width: 100%;
}

.rail-item.subscribe h4 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
	min-width: 270px;
}

.rail-item.subscribe form {
	margin: 0px;
	min-width: 270px;
}

.rail-item.subscribe input {
	display: inline;
	width: 210px;
}

.rail-item.subscribe button {
	background-color: #8a7b9a;
	padding: 6px 0px 7px 0px;
	width: 50px;
	height: 37px;
}

.rail-item.podcast img{
	width: 100%;
}

.rail-item.follow {
	background-color: #462f5d;
	color: #fff!important;
	padding: 10px 20px 2px 20px;
	width: 100%;
}

.rail-item.follow h4 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.rail-item.follow a {
	color: #fff!important;
}

.rail-item.follow a i {
	font-size: 38px;
}

.rail-item.follow ul {
	margin-left: 0px;
	min-width: 248px;
	padding: 0px;
}

.rail-item.follow ul li {
	margin: 0px 45px 0px 0px;
	padding: 0px;
}

.rail-item.follow ul li:last-child {
	margin-right: 0px;
}

.podcast_links{
    padding: 0px 0 10px 0px;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #ebdcdc; */
    margin-top: 15px;
}

.podcast_links p{
    margin: 10px 0;
    font-size: 22px !important;
}

.podcast_links ul{
    padding: 0 !important;
    margin: 0;
}

.podcast_links ul li{
    display: inline-block;
    margin-bottom: 3px;
}

.podcast_links ul li a img{
    width: 100px;
}

.podcast_ad{
    margin-bottom: 20px;
}
.podcast_ad_mobile{
    display: none;
}

/* FOOTER STYLES */

footer {
    margin-top: 40px;
}

div.footer-container {
    background-color: #f2efe8;
    color: #462f5d;
    height: 100%;
    padding-top: 24px;
}

div.footer-container div.row:first-child {
    margin-bottom: 20px;
}

div.footer-container div.bottom-logo {
    padding-left: 0px;
}

div.footer-container div.bottom-logo img {
    width: 171px;
    height: 85px;
}

footer ul li {
    font-weight: bold;
    line-height: 0px;
    padding-top: 48px;
}

footer ul.footer-social li {
    color: #462f5d;
    margin: 0px;
    padding-left: 10px;
    padding-top: 42px;
}

footer ul.footer-social li a {
    color: #462f5d!important;
}

footer p {
    font-size: 14px;
    line-height: 22px;
}

footer div.row {
    margin-bottom: 0px;
}

footer ul a {
    color: #462f5d;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    vertical-align: center;
}

/* ARTICLE STYLES */

div.content div.row {
    margin-bottom: 0px;
}

div.content h1 {
    font-family: "Roboto",sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 42px;
    margin-top: 12px;
    margin-bottom: 4px;
}

div.content p, div.content ul, div.content ol {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 32px;
}

div.content ul, div.content ol {
    padding-left: 25px;
    padding-right: 25px;
}

div.content h3 {
    font-size: 1.55rem;
}

div.content a {
    color: #462f5d;
    font-weight: 600;
}

@media only screen and (max-width: 40em) {
    div.content h1 {
	font-size: 28px;
	line-height: 32px;
    }

    div.content p {
	font-size: 16px;
	line-height: 26px;
    }

}


div.content p.subhead {
    font-family: "Open Sans",sans-serif;
}

@media only screen and (max-width: 480px) {
    div.content p.subhead {
        margin-bottom: 10px;
    }
    div.photooftheday-content p.subhead{
        line-height: 20px !important;
        margin-bottom: 25px;
        margin-top: 10px;
    }
}

div.article-content img.primary-image {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.article-content .primary-image-caption {
    float: right;
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
}

div.body a {
    font-weight: 600;
    text-decoration: underline;
}

div.article-content a + small, div.article-content img + small {
    display: block;
}

h4.blog-header {
    color: #462f5d;
    font: 600 20px/16px "Open Sans", sans-serif;
    margin: 0px 0px -4px 0px;
    text-transform: uppercase;
}

#blogger-bio p, #disclaimer p {
    font-style: italic;
}

#disclaimer p {
    color: #666;
    font-size: 12px;
    line-height: 17px;
}

div.read-next {
    border-top: 2px solid #cecece;
    border-bottom: 2px solid #cecece;
    margin: 0px 0px 30px 0px;
    padding: 28px 0px 8px 4px;
}

div.read-next p {
    color: #636363;
    font-family: "Roboto",sans-serif;
    font-size: 0.875em;
    line-height: 28px;
    text-transform: uppercase;
    vertical-align: middle;
}

div.read-next a {
    color: #462f5d;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: none;
    margin-right: 8px;
}

/* Slideshow Styles */

div.slideshow-content h1.first-slide, div.slideshow-content h4.make-large {
    margin-bottom: 2px;
    font-family: "Roboto",sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 42px;
    margin-top: 12px;
}

div.row.slide-filmstrip {
    margin-top: 40px;
    padding-bottom: 40px;
}

div.row.slide-filmstrip * {
    box-shadow: none;
}

.bx-wrapper .bx-viewport {
    background: none repeat scroll 0 0 #fff;
    border: none!important;
    left: 0px!important;
    transform: 0!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 0 0 0px #fff;
}

.bx-wrapper .bx-prev {
    left: -40px!important;
}

.bx-wrapper .bx-next {
    right: -40px!important;
}

.slide {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div.slideshow-content p.subhead {
    margin-bottom: 10px;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
}

.slide-overlay-nav {
    position: absolute;
    top: 50%;
    -webkit-opacity: 0.0;
    -moz-opacity: 0.0;
    opacity: 0.0;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.slide-overlay-nav-hover {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.slide-overlay-nav.slideshow-previous {
    left: 0px;
}

.slide-overlay-nav.slideshow-next {
    right: 0px;
}

div.slideshow-content h1.slide-title, div.slideshow-content h4.slide-title {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
}

div.slideshow-content p {
    font-size: 16px;
    line-height: 26px;
}

div.slide-nav-top-container {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 12px;
    padding-bottom: 0px;
}

div.slideshow-content ul.inline-list.navigation {
    margin-bottom: 10px;
}

ul.large-slide-nav {
    min-width: 147px;
}

div.slideshow-content ul.inline-list.navigation li {
    margin-left: 20px;
    padding: 0px;
}

div.slideshow-content ul.navigation li a i, div.slideshow-content div.slide-navigation a i {
    color: #111;
}

div.slideshow-content ul.navigation li i, div.slideshow-content div.slide-navigation i {
    color: #ccc;
}

div.slideshow-content .slide-navigation-small {
    margin-top: 12px;
    padding-bottom: 12px;
}

div.slideshow-content p.slide-img-container small {
    float: right;
    font-size: 11px;
}

div.slideshow-content span.slide-indicator {
    color: #a1a1a1;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

div.slideshow-content span.slide-indicator-bottom {
    font-size: 20px;
    line-height: 42px;
}


div.slideshow-content span.slide-indicator-bottom-small {
    font-size: 16px;
    line-height: 36px;
}

.not_available_lg{
    width: 839px;
    height: 559px;
}

.not_available_med{
    width: 480px;
    height: auto;
}

.not_available_sm{
    width: 125px;
    height: 125px;
}
/* End of Article/Slideshow Category Grid Section */

#category-section-container {
    border-top: 1px solid #d5d5d5;
    font-family: "Open Sans",sans-serif;
    margin: 60px 0px 0px 0px;
    padding: 30px 0px 15px 0px;
}

#category-section-container h4, #category-section-container h4 a {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2px;
    text-align: left;
    text-transform: uppercase;
}

#category-section-container h4.israeli-kitchen, #category-section-container h4.israeli-kitchen a {
    font-size: 20px;
    margin-bottom: 5px;
}

#category-section-container ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#category-section-container ul li {
    border-bottom: 1px solid #dddddd;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    list-style-type: none;
    margin: 0px;
    padding: 16px 0px;
}

#category-section-container ul li:last-child {
    border-bottom: none;
}

#category-section-container ul li a {
    color: #000;
}

@media only screen and (min-width: 40.063em) {
    .thumbs-row {
        margin-bottom: 20px;
    }
}

h4.category-header {
    font-family: "Open Sans", sans-serif!important;
    font-size: 22px!important;
    font-weight: 800!important;
}

.header a.nature:hover, .header a.nature.active {
    border-bottom: 0px solid #7f9e02;
}

.header a.arts:hover, .header a.arts.active {
    border-bottom: 0px solid #dea72b;
}

.header a.lifestyle:hover, .header a.lifestyle.active {
    border-bottom: 0px solid #4387c8;
}

.header a.travel:hover, .header a.travel.active {
    border-bottom: 0px solid #4387c8;
}

.header a.innovation:hover, .header a.innovation.active {
    border-bottom: 0px solid #4b9cb1;
}

.header a.israeli-kitchen:hover, .header a.israeli-kitchen.active {
    border-bottom: 0px solid #e04445;
}

.header a.health:hover, .header a.health.active {
    border-bottom: 0px solid #00558c;
}

h4.nature, h4.nature a {
    color: #7f9e02;
}

h4.arts, h4.arts a {
    color: #dea72b;
}

h4.lifestyle, h4.lifestyle a {
    color: #e16d19;
}

h4.travel, h4.travel a {
    color: #4387c8;
}

h4.innovation, h4.innovation a {
    color: #4b9cb1;
}

h4.israeli-kitchen, h4.israeli-kitchen a {
    color: #e04445;
}

h4.health, h4.health a {
    color: #00558c;
}

h4.videos, h4.videos a {
    color: #6f808b;
}

h4.quizzes, h4.quizzes a {
    color: #7c4689;
}

/* Home Page Styles */

div.homepage-category-section ul li a {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

div.homepage-category-section ul li:first-child a {
    font-size: 18px;
    line-height: 24px;
}

.homepage-featured-story p.byline {
    font-family: "Open Sans", sans-serif;
}

.homepage-featured-story p.byline a {
    color: #462f5d;
    font-weight: bold;
}

div.homepage-featured-story p {
    font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 480px) {

    div.homepage-featured-story p {
        margin-top: 5px;
    }
}

div.homepage-featured-story h1 {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 40em) {
    div.homepage-featured-story h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

div.homepage-category-section {
    border: none;
    padding-bottom: 30px;
}

@media only screen and (max-width: 40em) {
    div.homepage-featured-story h2 {
	font-size: 30px;
	line-height: 32px;
    }

    div.featured-stories-row-item {
	min-height: 235px;
    }

    div.homepage-category-section {
	border: none;
	padding-bottom: 0px;
    }
}

div.homepage-category-section h4 {
    line-height: 18px;
}

div.homepage-category-section:last-child {
    padding-bottom: 0px;
}

div.homepage-category-section ul {
    margin: 0px;
    padding: 0px;
}

div.homepage-category-section ul li {
    border-bottom: 1px solid #e5e5e5;
    list-style-type: none;
    padding: 8px 0px;
}

div.homepage-category-section ul li img {
    display: block;
    margin-bottom: 8px;
}

div.homepage-category-section ul li:last-child {
    border-bottom: none;
}

div.homepage-featured-story {
    margin: 0px;
    padding: 0px 0px 38px 0px;
}

@media only screen and (max-width: 40em) {
    div.homepage-category-item {
	margin-bottom: 30px;
    }

    div.homepage-featured-story {
	margin: 0px;
	padding: 0px 0px 0px 0px;
    }

}

div.homepage-featured-story h3 {
    color: #2698ab;
}

div.homepage-featured-story h3, div.homepage-category-section h4 {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin: 0px;
    padding: 0px;
}


div.content-module-section {
    border-top: 1px solid #e5e5e5;
    margin-top: -20px;
    padding-top: 40px;
}

div.content-module-section h4 {
    font-size: 18px;
}

div.content-module-item {
    margin-bottom: 40px;
}

div.content-module-section div.row, div.content-module-section div.row-fluid {
    clear: both;
}

div.content-module-section div.row:last-child, div.content-module-section div.row-fluid:last-child {
    padding-bottom: 0px;
}

div.content-module-section h3, div.homepage-featured-story h3 {
    background-color: #462f5d;
    color: #fff;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    padding: 4px 12px;
    text-transform: uppercase;
}

div.homepage-featured-story h3 {
    background-color: #50612a;
    float: none;
}

div.stream-item-index div.featured-story p.description {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

div.stream-item-index div.row-fluid {
    margin-bottom: 20px!important;
}

div.stream-item-index h1 {
    color: #fff;
    font-size: 1.875em;
    font-weight: 300!important;
    margin: 0px;
    padding: 8px 15px 8px 15px;
    text-transform: uppercase;
    width: 100%;
}

div.stream-item-index .border_header{
    color: #333 !important;
    border-bottom: 1px solid #333;
    font-size: 1.875em;
    font-weight: 300!important;
    margin: 0px;
    padding: 8px 15px 8px 15px;
    text-transform: uppercase;
    width: 100%;
}

div.stream-item-index .tag_body{
    padding: 10px 25px 0 25px;
    margin-top: 15px;
    background: #fcfaff;
    box-shadow: 2px 7px 15px -10px rgba(0, 0, 0, 0.5);
}

div.stream-item-index .tag_body p{
    font-size: 0.9375rem;
}

.row-ten-bottom{
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 40em) {
    div.stream-item-index h1 {
	font-size: 22px;
    }

    div.stream-item-index h2 {
	font-size: 28px!important;
    }

    div.stream-item-index h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 2px;
    }

    div.stream-item-index h4 {
	font-size: 14px!important;
	margin-bottom: 10px;
    }

    div.content-module-section h3, div.homepage-featured-story h3 {
	font-size: 18px;
	float: none;
	text-align: center;
    }
    div.stream-item-index .border_header{
        font-size: 22px!important;
    }
    .podcast_header .podcast_description h5{
        font-size: 22px !important;
    }

}

div.stream-item-index h1 a {
    color: #fff;
}

div.stream-item-index div.featured-stories-row h4 {
    font-size: 20px;
}

div.recipe-landing-stream .stream-item {
    padding-bottom: 0px;
    min-height: 350px;
}

div.stream-item {
    padding-bottom: 40px;
}

div.stream-item-index a {
    color: #462f5d;
    font-family: "Open Sans", sans-serif;
}

div.stream_item h4 {
    margin-bottom: 0px;
}

div.stream_item h4 a {
    color: #111;
}

div.stream_item p {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}

div.stream-item-index p.byline {
    color: #bebebe;
    font-size: 15px;
    font-weight: 500;
}

div.stream-item-index .author_data{
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
div.stream-item-index .author_data .author_left{
    float: left;
    margin-right: 30px;
}

div.stream-item-index .author_data .author_right .author_share h3{
    float:left;
    font-weight: 700;
    color: #4e3263;
}

div.stream-item-index .author_data .author_right .author_share li a i{
  font-size: 1.2em;
  width: 1.6em;
  text-align: center;
  line-height: 1.6em;
  color: #fff;
  border-radius: 0.8em;
}
.twitter_bg{
    background-color: #14ade7;
}
.rss_bg{
    background-color: #e98223;
}
.fb_bg{
    background-color: #3e5895;
}
.plus_bg{
    background-color: #f5483a;
}
.web_bg{
    background-color: #7b2ebc;
}

.byline_bio{
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 20px 0;
    padding: 20px 0 5px 0;
    float: left;
    width: 100%;
}

ul._tabs{
    margin: 0 !important;
    padding: 0px !important;
    list-style: none;
}
ul._tabs li{
    background: none;
    color: #000;
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

ul._tabs li._current{
    color: #fff;
    background-color: #7b2ebc;
    border: none;
    border-bottom: 1px solid #7b2ebc;
}

._tab-content{
    display: none;
    background: #fff;
    padding: 15px 20px 15px 5px;
    font-family: "Roboto", sans-serif;
}

._tab-content ul{
    list-style-type: none;
    padding: 0px !important;
    margin-left: 5px !important;
    float: left;
}

._tab-content ul li{
    width: 47%;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

._tab-content p{
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-bottom: 5px !important;
}

._tab-content .posted{
    font-size: 12px !important;
}

._tab-content._current{
    display: inherit;
}


@media (max-width: 480px){
    div.stream-item-index .author_data .author_right .author_share h3{
        display: none;
    }
    div.stream-item-index .author_data .author_left{
       margin-right: 15px !important;
    }
    div.stream-item-index .author_data .small-10{
       width: inherit !important;
       padding-right: 10px;
    }
    div.stream-item-index .author_data .small-2{
        width: 30% !important;
    }
    ._tab-content ul li{
        width: 100% !important;
    }
}

.stream_video_play{
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-transition: box-shadow .5s;
    transition: box-shadow .5s;
}
.stream_video_play:hover{
    cursor: pointer;
     box-shadow: 0px 0px 18px #fff;
}

.stream_play, .landing_play{
    width: 70px;
    height: 70px;
}

.stream_play img, .landing_play img{
    position: relative;
    top: 15px;
    left: 20px;
}

.stream_play{
    left: 37%;
    top: 31%;
}

.landing_play{
    left: 42%;
    top: 15%;
}

.stream_podcast_listen{
    position: absolute;
    top: 10px;
    right: 10px;
}
.stream_podcast_listen a img{
    width: 80px;
}

@media (max-width: 480px){

    .stream_play{
        width: 60px;
        height: 60px;
        top: 27% !important;
        left: 34% !important;
    }
    .stream_play img{
        top: 14px !important;
        left: 18px !important;
        width: 25px !important;
        height: 25px !important;
    }

}
/* Widget Styles */

div.rail-item {
    margin-bottom: 20px;
}

div.rail-item div.featured-promo-module h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
}

div.rail-item div.featured-promo-module h3 a {
    color: #111;
}

div.rail-item div.featured-promo-module ul {
    margin: 0px;
    padding: 0px;
}

div.rail-item div.featured-promo-module ul li {
    list-style-type: none;
}

div.rail-item h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 40em) {
    .thumbs-row a.th {
        margin-bottom: 20px;
    }
}

.right-small {
    height: 64px;
    border-left: none;
    padding: 20px 0px 0px 0px;
}

/* Pagination styles */
ul.pagination {
    font-size: 0.875em;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 700;
    display: block;
    margin-left: 1em;
}

ul.pagination li {
    color: #462f5d;
    font-size: 0.875rem;
}

ul.pagination li.unavailable a {
    color: #CCC;
    cursor: default;
}

ul.pagination li a {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    color: #462f5d;
    display: block;
    padding: 10px 18px;
}

ul.pagination li.unavailable.ellipsis a {
    border: none;
    font-weight: bold;
}

ul.pagination li.current a {
    background: none repeat scroll 0 0 #462f5d;
    color: #fff;
    cursor: default;
    font-weight: bold;
}

ul.off-canvas-list table {
	float: none;
}

ul.off-canvas-list form.gsc-search-box {
	float: none;
}

ul.off-canvas-list table tr th, .header table tr td {
	padding: 0px;
	margin: 0px;
}

ul.off-canvas-list td.gsc-search-button {
	width: 0px!important;
}

/* Search button */
ul.off-canvas-list .cse input.gsc-search-button,
ul.off-canvas-list input.gsc-search-button {
  visibility: hidden!important;
  display: none!important;
    background: none;
    background-color: #fff;
    border: 1px solid #462f5d!important;
    box-shadow: none;
    color: #462f5d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    height: 0px;
    padding: 0px;
}

ul.off-canvas-list div.gsc-clear-button, .header td.gsc-clear-button {
  visibility: hidden!important;
  display: none!important;
}

ul.off-canvas-list td.gsc-input {
	padding: 0px!important;
	margin: 0px!important;
	width: 212px!important;
}

ul.off-canvas-list .cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
    padding-right: 0px!important;
}

/* 404 */
#content-404 h3 {
    background-color: #462f5d;
    color: #fff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
    padding: 4px 12px;
    text-transform: uppercase;
}

div.banner-row-404 {
    margin-bottom: 60px;
}

#content-404 h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
}

div.content-404-row-item {
    margin-bottom: 20px;
}

/* Photo Of The Day */
.photooftheday-content {
    margin-top: 50px;
}

.photooftheday-content .primary-image-container {
    margin-bottom: 25px;
}

.photooftheday-content hr {
    border-color: #000;
    margin: 10px 0px 6px 0px;
}

.photooftheday-content ul {
    margin-bottom: 6px;
}

.photooftheday-nav-container {
    font-size: 14px;
    height: 60px;
    line-height: 50px;
    text-align: right;
}

.photooftheday-nav-container span {
    margin: 0px 8px;
}

span.photooftheday-nav-controls {
    margin: 0px!important;
}

.photooftheday-nav-controls a {
    color: #555!important;
    font-size: 16px!important;
    font-weight: 700;
}

.photooftheday-nav-controls span.prev i {
    margin-right: 3px;
}

.photooftheday-nav-controls span.next i {
    margin-left: 3px;
}

.photooftheday-nav-controls i {
    vertical-align: -20%;
}

.photooftheday-content h1 {
    margin-top: 6px!important;
    margin-bottom: 0px!important;
}

.photooftheday-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.photooftheday-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.photooftheday-content .check-out-more {
    margin-bottom: 30px;
}

/* Social */
.photos-landing .social-inline-list {
    margin: 0px;
}

.photos-landing .social-inline-list ul.inline-list {
    padding: 0px;
    float: right;
    margin-top: 13px;
    margin-bottom: 0px;
}

.photos-landing .social-inline-list a {
    color: #fff;
    font-size: 20px;
}

.photos-landing .social-inline-list a span.count {
    font-size: 12px;
    margin-left: 20px;
    vertical-align: top;
}

.photos-landing .social-inline-list ul {
    line-height: 20px;
    margin-left: 0px;
}

.photos-landing .social-inline-list ul li {
    margin: 0px 5px 0px 0px;
    padding: 0px;
    vertical-align: middle;
}

.photos-landing .social-inline-list ul li.facebook a {
    background-color: #3d598f;
}

.photos-landing .social-inline-list ul li.twitter a {
    background-color: #29b2d6;
}

.photos-landing .social-inline-list ul li.pinterest a {
    background-color: #cb222d;
}

.photos-landing .social-inline-list ul li.google-plus a {
    background-color: #231f20;
}


@media only screen and (max-width: 40em) {

    .primary-image-container {
	margin: 15px 0px 0px 0px;
	width: 100%!important;
	min-width: 100%!important;
    }

    .primary-image-container img {
	text-align: center;

	width: 100%!important;
    }

    .primary-image-caption {
	margin-right: 10px;
    }

    .photooftheday-nav-container, .photooftheday-nav-controls, .photooftheday-nav-controls-container {
        text-align: center;
    }

    .photooftheday-content {
	margin-top: -20px;
    }

    .photooftheday-content p {
	font-size: 12px!important;
	line-height: 22px!important;
    }

    .photooftheday-nav-container {
	height: 24px;
	margin-bottom: 26px;
    }

    .photooftheday-nav-controls span.prev {
	margin-right: 8px;
    }

    .photooftheday-nav-controls span.next {
	margin-left: 8px;
    }

    .photooftheday-nav-controls-container {
	margin-bottom: 20px!important;
    }
}

/* "More From The Grapevine" article thumbnails */
.article-content div.more-from-thumbnails {
    margin-bottom: 40px;
    margin-top: -10px;
}

@media only screen and (min-width: 40.063em) {

    .article-content div.more-from-thumbnails {
	padding-left: 0px!important;
    }

}

.article-content div.more-from-thumbnails img {
    display: block;
    margin-bottom: 8px;
}

.article-content div.more-from-thumbnails a {
    font: 600 16px/21px "Open Sans",sans-serif;
}

div.rail-item.lifestyle {
    background-color: #e16d19;
}

div.rail-item.travel {
    background-color: #4387c8;
}

div.rail-item.israeli-kitchen {
    background-color: #e04445;
}

div.rail-item.innovation {
    background-color: #4b9cb1;
}

div.rail-item.arts {
    background-color: #dea72b;
}

div.rail-item.nature {
    background-color: #7f9e02;
}

div.rail-item.health {
    background-color: #00558c;
}

.overlay-container button {
    background-color: #462f5d;
}
/* Quiz */

#quiz-template h1 {
    color: #46305c;
    font: normal 34px/37px "Roboto";
}

#quiz-template p.byline {
    color: #848484;
    float: left;
    font: 600 14px/21px "Open Sans",sans-serif;
    margin-bottom: 10px;
    margin-top: 7px;
}

#quiz-template .quiz-byline-container {
    clear: both;
    overflow: hidden;
}

#quiz-template .quiz-social-list ul.inline-list {
    float: right!important;
    margin: -7px 0px 10px 0px;
}

#quiz-template p.byline a {
    color: #46305c;
}

#quiz-container {
    height: 506px;
    width: 836px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

#quiz-container img.quiz-image {
    border-left: 1px solid $primary-color;
    position: absolute;
    top: 8px;
    right: 8px;
}

#quiz h2.intro-text {
    font: 600 30px/38px "Open Sans",sans-serif;
}

#quiz {
    border: 8px solid #462e5d;
    height: 506px;
    overflow: hidden;
    width: 836px;
}

div.quiz-image-credit {
    float: right;
    font-size: 12px;
    margin: 6px 5px 0px 0px;
}

#quiz-content {
    background-color: #fff;
    overflow: hidden;
    height: 490px;
    width: 338px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 8px 0px 0px 8px;
}

#question-form.intro h2 {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font: 600 30px/38px "Open Sans",sans-serif;
    margin: 0px 24px 40px 24px;
    padding: 10px 0px 15px 0px;
}

#question-form button {
    background-color: #462f5d;
    font: normal 26px "Roboto";
    padding: 5px 10px;
}

#question-form button i {
    font-size: 26px;
    position: relative;
    top: 0px;
}

#question-form {
    background-color: rgba(255, 255, 255, 1.0);
    padding: 20px 16px;
    width: 338px;
    overflow: hidden;
}

#question-form.intro {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#question-form button {
    background-color: $footer-link-color;
    font: bold 22px $header-bold-font;
    line-height: 32px;
    padding: 4px 12px;
}

#question-form i {
    font-size: 26px;
    position: relative;
    top: 3px;
}

#question-form ul.answers {
    clear: both;
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#question-form ul.answers li {
    margin: 0px;
    padding: 0px;
}

#question-form ul.answers label {
    background: none;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    width: 100%;
    font: 600 17px "Open Sans",sans-serif;
    margin: 0px 0px 3px 0px;
    padding: 2px 10px 3px 10px;
    text-align: left;
    -webkit-appearance: none; /* WebKit */
    -moz-appearance: none; /* Mozilla */
    -o-appearance: none; /* Opera */
    -ms-appearance: none; /* Internet Explorer */
    appearance: none; /* CSS3 */
}

#question-form input[name=answer] {
    display: none;
    visibility: hidden;
}

#question-form ul.answers label:hover,
    input[name=answer]:checked + label,
    ul.answers label:hover span.counter,
    input[name=answer]:checked + label span.counter {
        background: #462f5d;
        color: #fff;
}

#question-form ul.answers i {
    font-size: 16px;
    top: 0px;
}

#question-form input[name=answer]:checked + label span.counter i {
    background: none!important;
}

#question-form.question-detail {
    height: 490px;
    width: 338px;
}

#question-form.question-detail span.current-score {
    float: right;
}

#question-form.question-detail span.current-score span {
    color: #4a974e;
}

#question-form.question-detail h3 {
    border-bottom: 1px solid #000;
    color: #3b2c3c;
    font: 600 16px/21px "Open Sans",sans-serif;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0px;
    text-align: left;
    width: 100%;

}

#question-form.question-detail p {
    border: none!important;
    font: 600 16px/23px "Open Sans",sans-serif;
    margin: 15px 0px;
    padding: 0px;
    text-align: left;
}

#question-form.question-detail div.explanation {
    overflow-y: scroll;
    margin-right: -15px;
    margin-bottom: 0px;
    padding-right: 5px;
}

#question-form.question-detail div.explanation p {
    font: 600 14px/21px "Open Sans",sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#question-form.question-detail div.explanation a {
    font-weight: bold;
}

#question-form.question-detail button {
    background-color: #462f5d;
    border-right: 1px solid #462f5d;
    font-size: 20px;
    margin: 0px;
    padding: 8px 10px 7px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-box-shadow: 0 3px 10px 8px #555;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0 3px 10px 8px #555;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0 3px 10px 8px #555;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    transition-property: all;
    transition-duration: .3s;
    z-index: 999;
}

#question-form.question-detail button i {
    font-size: 24px;
    position: relative;
    top: 1px;
}

#question-form.question-detail button.disabled {
    bottom: -100px;
}

#question-form #results-text {
    border-bottom: 1px solid #000;
    margin-bottom: 12px;
    padding: 8px 0px;
}

#question-form #results-text p {
    font: normal 16px/20px "Roboto";
    margin: 0px;
}

#question-form #results-text #results-num-correct {
    color: #4a974e;
}

#question-form #results-text p.score span {
    color: #4a974e;
}

#question-form #suggested-content {
    float: left;
    text-align: left;

}

#question-form #suggested-content h4 {
    float: left;
    font: normal 16px/21px "Open Sans",sans-serif;
    margin: 6px 0px;
    text-transform: none;
}

#question-form #suggested-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 300px;
}

#question-form #suggested-content ul li {
    background: #462f5d;
    clear: both;
    height: 84px;
    line-height: 84px;
    margin: 0px 0px 6px 0px;
    overflow: hidden;
    padding: 0;
}

#question-form #suggested-content img {
    display: inline;
    float: left;
    margin-right: 10px;
}

#question-form #suggested-content ul li a {
    color: #fff;
    float: left;
    vertical-align: middle;
    width: 100%;
}

#question-form #suggested-content ul li a span.text {
    display: block;
    line-height: 24px!important;
    margin-top: 10px;
}

@media only screen and (max-width: 40em) {

    #quiz {
        border: none;
        height: 100%;
        width: 100%;
        margin: 0px 0px 40px 0px;
        overflow: hidden;
    }

    #quiz-template {
        margin-top: -30px;
    }

    #quiz-template h1 {
        font-size: 27px;
        line-height: 34px;
    }

    #quiz-container {
        border: none;
        height: 100%;
        width: 100%;
        margin: 0px;
        position: static;
    }

    #quiz-content {
        width: 100%;
        margin: 0px 0px 30px 0px;
        position: static;
    }

    #quiz-container img.quiz-image {
        border-left: none;
        float: none;
        margin: 0px 0px 20px 0px;
        position: static;
    }

    div.quiz-image-credit {
        float: right;
        font-size: 10px;
        margin: -15px 0px 10px 0px;
    }

    #question-form {
        padding: 0px 5px;
        width: 100%;
    }

    #question-form.intro h2 {
        border-bottom: none;
        border-top: none;
        font: 600 15px/23px "Open Sans",sans-serif;
        margin: 0px 24px 20px 24px;
        padding: 10px 0px 15px 0px;
    }

    #question-form.intro button {
        background-color: #462f5d;
        font: bold 22px/22px "Roboto";
        padding: 4px 12px;
    }

    #question-form.intro button i {
        font-size: 22px;
        top: 0px;
    }

    #question-form.question-detail {
        padding: 0px 0px;
        width: 100%;
    }

    #question-form.intro {
        padding: 0px;
        position: static;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }

    #question-form.question-detail button {
        background-color: #462f5d;
        border-right: 1px solid #462f5d;
        font-size: 16px;
        margin: 0px;
        -webkit-box-shadow: none;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow:    none;  /* Firefox 3.5 - 3.6 */
        box-shadow:         none;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
        padding: 3px 10px;
        position: static;
        width: auto;
        -webkit-box-shadow: none;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow:    none;  /* Firefox 3.5 - 3.6 */
        box-shadow:         none;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    }

    #question-form.question-detail button i {
        font-size: 24px;
        position: relative;
        top: 2px;
    }

    #question-form.question-detail button.disabled {
        bottom: 0px;
    }

    #question-form.question-detail div.explanation {
        overflow: auto;
        margin: 12px 0px 22px 0px;
        padding-right: 0px;
    }

    #question-form.question-detail div.explanation p {
        font: 600 14px/21px "Open Sans",sans-serif;
        margin: 0px;
        padding: 0px;
        text-align: left;
    }

    #question-form #results-text p {
        font: normal 22px/26px "Roboto";
        margin: 0px;
    }

    #question-form #suggested-content {
        float: none;
    }

    #question-form #suggested-content ul {
        width: 100%;
    }

    #question-form ul.answers {
        margin-bottom: 10px;
    }
}

/* Recipes */

div.recipe-content h1 {
    clear: both;
    margin-top: 5px;
}


div.recipe-content h3 {
    font: bold 18px/22px "Open Sans",sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}

div.ik-hb-signup{
    display: none;
}

div.recipe-content .most-popular,
div.recipe-content .rail-item.subscribe,
div.recipe-content .rail-item.follow,
div.ik-hb-signup .rail-item.subscribe{
    background-color: #e04445;
}

div.recipe-content .rail-item.subscribe button,
div.ik-hb-signup .rail-item.subscribe button{
    background-color: #8a0c0a;
}

div.recipe-content .rail-item.you-may-also-like {
    background-color: #f1efe7;
    padding: 5px 16px;
}

div.recipe-content .rail-item.you-may-also-like ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.recipe-content .rail-item.you-may-also-like a {
    color: #e04445;
}

div.recipe-content .rail-item.you-may-also-like h5 {
    font: bold 18px/24px "Roboto Slab"!important;
    margin-bottom: 2px;
}

div.recipe-content .rail-item.you-may-also-like h5 a {
    color: #000;
}

div.recipe-content .rail-item.you-may-also-like p {
    font: bold 14px/26px "Roboto Slab"!important;
    margin-bottom: 0px;
}

div.recipe-content .rail-item.you-may-also-like ul li {
    margin: 0px 0px 25px 0px;
    padding: 0px;
}

div.recipe-content .rail-item.you-may-also-like h4 {
    color: #e04445;
    font: bold 20px/26px "Roboto Slab"!important;
    text-transform: uppercase;
}

div.recipe-content ul, div.recipe-content p {
    color: #000;
    font: normal 16px/27px "Open Sans",sans-serif;
    margin: 0px 0px 26px 0px;
}

div.recipe-content .follow ul {
    margin-bottom: 10px;
}

div.recipe-content ul.ingredients {
    list-style-type: none;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

div.recipe-content ul.ingredients li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

div.recipe-content ul.ingredients h4 {
    font: bold 18px/27px "Open Sans",sans-serif;
    margin-top: 40px!important;
}

div.recipe-content p.recipe-byline {
    font: 600 14px/22px "Open Sans",sans-serif;
    margin-bottom: 5px;
}
div.recipe-content .print_link{
    float: right;
    position: relative;
    top: -20px;
    margin-right: 10px;
    display: table;
}
div.recipe-content .fa-print {
    margin-right: 3px;
    color: #462f5d;
}

div.recipe-content .print_link .print_text {
    display: table-cell;
    font: 600 14px "Open Sans",sans-serif;
    vertical-align: middle;
}

div.recipe-content hr {
    border-color: #000;
}

div.recipe-content hr.recipe-landing {
    border-color: #ccc;
}

div.recipe-content small.recipe-photo-credit {
    float: right;
    font-size: 11px;
}

div.recipe-content .primary-image-container {
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
}

div.recipe-content .primary-image-container img.featured-overlay {
    position: absolute;
    bottom: 44px;
    right: 24px;
    height: 118px;
    width: 118px!important;
}

div.recipe-content .primary-image-container img.featured-overlay.recipe-template {
    position: absolute;
    bottom: 36px;
    right: 16px;
    height: 80px;
    width: 80px!important;
}

div.recipe-content div.social-inline-list, div.recipe-content div.social-inline-list ul.inline-list {
    margin-bottom: 0px;
    width: 90%
}

div.recipe-content div.social-inline-list.bottom-social {
    margin-bottom: 30px;
}


div.recipe-content div.recipe-meta ul {
    font: 600 14px/22px "Open Sans",sans-serif;
    list-style-type: none;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    text-transform: uppercase;
}

div.recipe-content div.recipe-meta ul.inline-list {
    font-weight: bold;
    margin-bottom: 0px;
}

div.recipe-content div.recipe-meta ul.inline-list time {
    display: inline;
}

div.recipe-content div.recipe-meta ul li {
    margin-left: 0px;
    margin-right: 30px;
}

div.recipe-content div.read-next {
    margin-top: 20px;
}

div.recipe-content div.read-next p {
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 600;
}

div.recipe-content div.read-next p a {
    font-size: 20px;
    font-weight: bold;
}

div.recipe-content .stories {
    margin-bottom: 30px;
}

div.recipe-content .stories h3 {
    font: bold 20px/26px "Roboto";
    margin: 10px 0px 0px;
    padding: 0px;
    text-transform: none;
}

div.recipe-content .stories h5 {
    color: #7f7f7f;
    font: bold 20px/26px "Roboto Slab";
    margin-bottom: 15px;
}

div.recipe-content .stories .row {
    margin-bottom: 26px;
    padding-right: 10px;
}

div.recipe-content .check-out-more {
    margin: 30px 0px 20px 0px;
}

div.article-content .check-out-more {
    margin: 15px 0px 20px 0px;
}

div.israeli-kitchen-landing .latest-recipes h5 {
    color: #000;
    font: bold 20px/26px "Roboto Slab";
    margin-bottom: 15px;
}

div.israeli-kitchen-landing .latest-recipes h5 a {
    color: #e04445;
    font: bold 15px/16px "Open Sans",sans-serif;
    margin-left: 10px;
    text-transform: uppercase;
}

div.israeli-kitchen-landing .latest-recipes h3 {
    font: bold 20px/26px "Roboto";
    margin: 10px 0px 0px;
    padding: 0px;
    text-transform: none;
    width: 270px;
}

div.israeli-kitchen-landing .slick-dots {
    margin: 0px;
    padding-top: 15px;
}

div.israeli-kitchen-landing .slick-dots {
    padding: 0px;
    bottom: -30px;
}

div.israeli-kitchen-landing .slick-dots li {
    margin: 0px;
}

div.israeli-kitchen-landing li button:before {
    color: #000;
    font-size: 11px;
    opacity: 1.0;
}

div.israeli-kitchen-landing li.slick-active button:before {
    color: #e04445;
    opacity: 1.0;
}

div.israeli-kitchen-landing #recipes {
    margin-bottom: 80px;
}

div.israeli-kitchen-landing #recipes img {
    height: 250px;
    width: 268px;
}

div.israeli-kitchen-landing button.slick-prev,
div.israeli-kitchen-landing button.slick-next {
    height: 34px;
    width: 34px;
}

div.israeli-kitchen-landing button.slick-prev:before,
div.israeli-kitchen-landing button.slick-next:before {
    font-size: 34px;
}

div.israeli-kitchen-landing #recipes button.slick-prev {
    left: 5px;
    top: 134px;
}

div.israeli-kitchen-landing #recipes button.slick-next {
    right: 20px;
    top: 134px;
}

div.israeli-kitchen-landing #large-photo-promos button.slick-prev {
    right: 68px;
    left: auto;
    bottom: -10px;
    top: auto;
}

div.israeli-kitchen-landing #large-photo-promos button.slick-next {
    right: 15px;
    bottom: -10px;
    top: auto;
}

div.israeli-kitchen-landing #large-photo-promos button.slick-prev,
div.israeli-kitchen-landing #large-photo-promos button.slick-next {
    height: 40px;
    width: 40px;
}

div.israeli-kitchen-landing #large-photo-promos button.slick-prev:before,
div.israeli-kitchen-landing #large-photo-promos button.slick-next:before {
    font-size: 40px;
}

div.israeli-kitchen-landing #large-photo-promos {
    margin-bottom: 40px;
}

div.israeli-kitchen-landing .large-photo-promo p {
    background-color: rgba(218, 73, 70, 0.84);
    color: #fff;
    font: bold 16px/24px "Open Sans",sans-serif;
    padding: 15px;
    position: absolute;
    bottom: -10px;
    margin-left: 15px;
    width: 548px;
}

div.israeli-kitchen-landing .large-photo-promo a {
    color: #fff;
}

div.israeli-kitchen-landing .large-photo-promo span {
    display: block;
    font: bold 27px/34px "Roboto Slab";
    margin-bottom: 5px;
}

div.israeli-kitchen-landing .stream-item.israeli-kitchen h3 {
    font: bold 24px/33px "Roboto Slab";
    margin: -5px 10px 5px 0px;
    padding-top: 0px;
    text-transform: none;
}

div.israeli-kitchen-landing .stream-item.israeli-kitchen p.byline {
    margin-bottom: 20px;
}

div.israeli-kitchen-landing .israeli-kitchen-stream-container h2 {
    color: #e04445;
    font: bold 27px/24px "Roboto Slab";
    margin-bottom: 20px;
}

div.israeli-kitchen-landing .israeli-kitchen-featured.rail-item {
    overflow: hidden;
    padding-top: 0px;
}

div.israeli-kitchen-landing .rail-item h4.ik-widget-header span {
    display: block;
}

div.israeli-kitchen-landing .rail-item h4.ik-widget-header {
    background: url('../recipes/images/featured-stories-icon.png') no-repeat 0px 4px;
    padding: 2px 20px 5px 60px;
    width: 110%;
}

div.israeli-kitchen-landing .israeli-kitchen-featured.rail-item h4 img {
    float: left;
    margin-right: 10px;
}

h1.kitchen-header {
    background-color: #e04445;
    color: #fff;
    font-weight: 300!important;
    font-size: 30px!important;
    text-transform: uppercase;
    margin-right: -10px;
    margin-bottom: 8px!important;
    padding: 8px 20px 8px 20px;
    line-height: 42px;
}

div.photos-landing h1 {
    background-color: none;
    color: #462f5d;
    font: 800 50px/42px "Roboto Slab";
    margin: 0px 0px 13px 0px;
    padding: 0px;
}

div.photos-landing h1 span {
    color: #62ab5b;
    font-weight: 300!important;
    font-family: "Roboto";
}

div.photos-landing h3 {
    background-color: #51a78e!important;
    color: #fff!important;
    float: left;
    font: bold 16px/16px "Roboto";
    padding: 5px 10px;
    text-transform: uppercase;
}

div.photos-landing .more{
    display: block;
    padding-top: 10px;
    padding-left: 10px;
}

div.photos-landing span.more_text{
    margin-top: -5px;
    position: relative;
    top: -5px;
    margin-right: 3px;
    font-size: 14px;
}

div.photos-landing .more .fa-chevron-right{
    font-size: 10px;
    margin-right: -2px;
    position: relative;
    top: -5px;
}
div.photos-landing .fa-youtube-square{
    color: #cc181e;
    font-size: 30px;
    margin-right: 3px;
}

div.photos-landing .primary-image-caption {
    float: right;
    font: normal 11px/11px "Open Sans";
    margin-top: 3px;
}

div.stream-item-index.photos-landing h2 a {
    color: #000;
    display: block;
    font: 600 34px/34px "Roboto";
    margin-top: 8px;
    margin-bottom: 10px;
}

div.stream-item-index.photos-landing h4 {
    font: normal 16px/16px "Open Sans";
    margin-top: 0px;
}

div.photos-two-columns h2 {
    background-color: #51a78e;
    color: #fff;
    font: normal 21px/21px "Roboto";
    margin-bottom: 3px;
    padding: 7px 12px 8px 12px;
    text-transform: uppercase;
}

div.photos-two-columns h5 {
    color: #000;
    font: normal 18px/24px "Roboto";
}

div.photos-two-columns div.photo-container {
    margin-bottom: 15px!important;
    overflow: hidden;
}

div.photos-two-columns div.photo-container div.outside-image{
   height: 350px;
   overflow: hidden;
}


div.stream-item-index.photos-landing div.photo-container a {
    display: block;
}

div.stream-item-index.photos-landing div.photo-container img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div.stream-item-index.photos-landing div.photo-container img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Newsletter */

div.newsletter{
    max-width: 1130px;
    height: 480px;
    background: url('../img/digests/digests_bg.jpg') no-repeat;
    margin: auto;
}

div.newsletter .newsletter_form{
    width: 45%;
    height: 100%;
    float: right;
    background: rgba(222,54,54,0.9);
}

div.newsletter div.newsletter_form div.inside_newsletter_form{
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
    top: 15%;
}

div.newsletter div.newsletter_form div.inside_newsletter_form div.privacy_link a{
    color: #fff;
    text-decoration: underline;
    font: normal 12px "Open Sans";
    font-weight: 100;
}

div.newsletter div.newsletter_form div.inside_newsletter_form h1{
    color: #fff;
    font: normal 38px/48px "Roboto Slab";
}

div.newsletter div.newsletter_form div.inside_newsletter_form p{
    color: #fff;
    font: normal 18px/26px "Open Sans";
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 30px;
}

div.newsletter div.newsletter_form div.inside_newsletter_form form{
    margin-bottom: 0px !important;
}

div.newsletter div.newsletter_form div.inside_newsletter_form input[type="email"]{
    width: 340px;
    height: 52px;
    border: none;
    float:left;
    font: bold 18px "Roboto Slab";
    color: #595959;
}

div.newsletter div.newsletter_form div.inside_newsletter_form button{
    width: 100px;
    height: 52px;
    color: #fff;
    background: #462f5d !important;
    font: bold 18px "Roboto Slab";
    padding: 0 0 0 5px !important;
}

div.newsletter div.newsletter_form div.inside_newsletter_form label.error{
    color: #fff !important;
    margin-bottom: 10px !important;
    margin-top: -10px !important;
    font-style: italic;
}

#mc-embedded-subscribe-form > div > label {
    color: #fff;
}

#mc-embedded-subscribe-form > div > label > a {
    color: #fff;
    text-decoration: underline;
}

#mc-embedded-subscribe-form > button {
    background-color: #8a0c0a;
}

.mc_reponse label{
    font-style: italic;
    margin-top: 10px;
    color : #fff;
}

.mc_reponse_right label{
    font-style: italic;
    margin-top: -10px;
    padding-bottom: 10px;
    color: #fff;
}


/* newsletter modal */

.drk_overlay
{
    opacity:0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background-color: #000;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:100001;
    display: none;
 }


div.newsletter_modal{
    max-width: 750px;
    height: 400px;
    background: url('../img/digests/digests_bg_modal.jpg') no-repeat;
    margin: auto;
    position: fixed;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100002;
    box-shadow: 0px 0px 40px #060606;
    display: none;

}

div.newsletter_modal .newsletter_form{
    width: 45%;
    height: 100%;
    float: right;
    background: rgba(222,54,54,0.9);
}

div.newsletter_modal div.newsletter_form div.inside_newsletter_form{
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
    top: 5%;
}

div.newsletter_modal div.newsletter_form div.inside_newsletter_form .modal_close{
    width: 100%;
    height: 30px;
}

div.newsletter_modal div.newsletter_form div.inside_newsletter_form .modal_close a{
    width: 21px;
    height: 21px;
    background: url('../img/digests/close.png') no-repeat;
    display: block;
    float: right;
}

div.newsletter_modal div.newsletter_form div.inside_newsletter_form div.no_thx_link {
    float: right;
    margin-top: 25px;
}

div.newsletter_modal div.newsletter_form div.inside_newsletter_form div.no_thx_link a{
    color: #fff;
    text-decoration: underline;
    font: normal 12px "Open Sans";
    font-weight: 100;
}

div.newsletter_modal div.newsletter_form div.inside_newsletter_form h1{
    color: #fff;
    font: normal 25px/32px "Roboto Slab";
}

div.newsletter_modal div.newsletter_form div.inside_newsletter_form p{
    color: #fff;
    font: normal 15px/22px "Open Sans";
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 30px;
}


div.newsletter_modal div.newsletter_form div.inside_newsletter_form input[type="email"]{
    width: 300px;
    height: 52px;
    border: none;
    float:left;
    font: bold 18px "Roboto Slab";
    color: #595959;
    margin-bottom: 10px;
}

div.newsletter_modal div.newsletter_form div.inside_newsletter_form button{
    width: 100px;
    height: 52px;
    color: #fff;
    background: #462f5d !important;
    font: bold 18px "Roboto Slab";
    padding: 0 0 0 5px !important;
}

div.newsletter_modal div.newsletter_form div.inside_newsletter_form form{
    margin-bottom: 0px !important;
}

div.newsletter_modal div.newsletter_form div.inside_newsletter_form label.error{
    color: #fff !important;
    font-style: italic;
    clear: both;
    margin-top: -15px;
}

div.video-embed, div.podcast-embed{
    border: 1px solid #ebebeb;
}

div.podcast-embed{
    height: 400px;
}
/*infinite scroll*/
.ias-spinner{
    margin-top: 15px !important;
}
.ias-spinner img{
    width: 50px !important;
    min-height: auto !important;
    margin-bottom: 0px !important;
}
.ias-trigger-next {
    padding: 20px 0 20px 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    display: table;
    margin: auto;
}

.ias-trigger-next a{
    padding: 13px 80px;
    background: #7c4689;
    color: #fff !important;
    font-weight: 100;
    font-size: 16px;
    border: 2px solid #fff;
    transition: border-color 200ms linear;
    -webkit-transition : border-color 200ms linear;
    -moz-transition : border-color 200ms linear;
    -o-transition : border-color 200ms linear;
    transition : border-color 200ms linear;
}
.ias-trigger-next a:hover{
    border-color: #4d1a59;
    text-decoration: none;
    color: #fff !important;
}

.offset_top{
    margin-top: -2px;
}

.search_header{
    color: #333 !important;
    padding: 8px 0px 15px 0px;
    border-bottom: 1px solid #333;
}

p.no_results{
    margin-bottom: -5px;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-style: italic;
    padding: 5px 0;
    background: #462f5d;
    box-shadow: 2px 7px 15px -10px rgba(0, 0, 0, 0.9);
    font-size: 14px;
}

.landing-stream{
    margin-bottom: 20px;
    display: inline-block;
    padding-left: 15px !important;
}

.landing-stream .landing-item{
    text-decoration: none;
    float: left;
    padding-bottom: 0px !important;
}


.landing-stream .landing-item .landing-cell{
    width: 97%;
    height: 395px;
    background: #f8f8f8;
    margin-bottom: 15px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    position: relative;
}

.landing-stream .landing-item .landing-cell .main-image{
    position: relative;
    background: #fff;
}

.landing-stream .landing-item .landing-cell .main-image img{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.landing-stream .landing-item .landing-cell .main-image .category{
    position: absolute;
    right: 0;
    bottom: 0;
}

.landing-stream .landing-item .landing-cell .main-image .category a{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    padding: 5px 12px;
    display: inline;
    float: left;
}

.landing-stream .landing-item .landing-cell .byline{
    text-align: center;
    padding: 10px 0;
    border-bottom: 3px solid #eeeeee;
}

.landing-stream .landing-item .landing-cell .byline a{
    display: inline;
    color: #4f4646;
    font-size: 12px;
}

.landing-stream .landing-item .landing-cell .title{
    background: #eeeeee;
    text-align: center;
    padding: 15px 10px 8px 10px;
    min-height: 75px;
}

.landing-stream .landing-item .landing-cell .title a{
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
}

.landing-stream .landing-item .landing-cell .description{
    background: #f8f8f8;
    text-align: center;
    padding: 10px 20px;
}

.landing-stream .landing-item .landing-cell .description a{
    font-size: 15px;
    color: #4f4646;
    line-height: 22px;
}

.landing-stream .landing-item .ias-trigger-next a{
    margin-top: 10px;
    display:inline-block;
}

.w-byline{
    height: 440px !important;
}


@media only screen and (max-width: 40em) {

    div.stream-item-index.photos-landing div.photo-container img {
        width: auto;
    }

    .photos-landing div.row-fluid {
        margin-bottom: 0px!important;
    }

    .photos-landing .social-inline-list ul.inline-list {
        float: left;
        margin-bottom: 5px;
    }

    div.photos-landing h1 {
        font-size: 32px;
        line-height: 36px;
        margin: 0px 0px 5px 0px;
    }

    div.stream-item-index.photos-landing h2 a  {
        font: 600 26px/30px "Roboto";
        margin-top: 8px;
        margin-bottom: 10px;
    }

    div.photos-two-columns h5 {
        font: normal 20px/26px "Roboto";
        padding-bottom: 15px;
    }

    div.photos-two-columns div.photo-container {
        margin-bottom: 0px!important;
    }

    .check-out-more {
        text-align: center;
    }


    div.newsletter{
        max-width: 90%;
        height: 530px;
        background: none;
        margin: auto;
    }

    div.newsletter .newsletter_form{
        width: 100%;
        height: 100%;
        background: rgba(222,54,54,1);
    }

    div.newsletter div.newsletter_form div.inside_newsletter_form{
        top: 0 !important;
    }

    div.newsletter div.newsletter_form div.inside_newsletter_form input[type="email"]{
        width: 90% !important;
    }

    div.newsletter_modal{
        max-width: 90%;
        height: 450px;
        background: none;
    }

    div.newsletter_modal .newsletter_form{
        width: 100%;
        height: 100%;
        background: rgba(222,54,54,1);
    }

    div.newsletter_modal div.newsletter_form div.inside_newsletter_form div.no_thx_link {
        margin-right: 20px;
    }

    div.newsletter_modal div.newsletter_form div.inside_newsletter_form input[type="email"]{
        width: 90%;
    }
}

.podcast_header{
    margin: 20px 0 10px 0;
}

.podcast_header .podcast_image{
    float: left;
    margin-right: 30px;
}

.podcast_header .podcast_description{
    float: left;
}

.podcast_header .podcast_description h5{
    font-size: 26px;
}

.podcast_header .podcast_description p{
    color: #000;
    font: 16px/22px "Open Sans",sans-serif;
}

.podcast_header .podcast_description .podcast_share ul{
    float: left;
    list-style: none;
    margin-left: 0px !important;
}
.podcast_header .podcast_description .podcast_share ul li{
    float: left;
    margin-right: 10px;
}
.podcast_header .podcast_description .podcast_share ul li a{
    padding: 10px 10px 8px 10px;
    color: #fff;
    background-color: #b4b4b4;
    border-radius: 8px;
}
.podcast_header .podcast_description .podcast_share ul li a i{
    font-size: 22px;
}
.podcast_header .podcast_description .podcast_share ul li a.facebook{
    padding: 10px 15px 8px 15px;
}

.transcript{
    position: relative;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -ms-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
}

.transcript h3.transcript_title{
    color: #462f5d;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
    border-top: 1px solid #d5d5d5;
    margin-bottom: 5px;
}

.transcript p{
    font-size: 14px !important;
    line-height: 28px !important;
}

.transcript .read_more{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
}

.transcript .read_more a{
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    background: #462f5d;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 100;
    position: relative;
    top: 65%;
}

.speak_title, .speak_content{
    display: none;
}

@media only screen and (max-width: 40em) {

    div.recipe-content #rail {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.625em;
        padding-right: 0.625em;
        width: 100%;
    }

    div.recipe-content h1 {
        clear: both;
        font: bold 24px/31px "Roboto Slab";
        margin-bottom: 10px;
    }

    div.recipe-content .mobile-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    div.recipe-content .mobile-columns {
        padding-left: 10px;
        padding-right: 10px;
    }

    div.recipe-content h2.kitchen-header {
        font: bold 28px/28px "Roboto Slab";
        margin: -30px -10px 0px -10px;
    }

    div.recipe-content div.primary-image-container,
    div.recipe-content div.primary-image-container:before,
    div.recipe-content div.primary-image-container:after {
        box-sizing: initial;
    }

    div.recipe-content div.primary-image-container {
        margin: -30px 0px 0px;
    }

    div.recipe-content.israeli-kitchen-landing div.primary-image-container,
    div.recipe-content.recipe-landing div.primary-image-container {
        margin: 0px 0px 0px;
    }

    div.recipe-content small.recipe-photo-credit {
        margin-left: 10px;
        margin-right: 10px;
    }

    div.recipe-content .primary-image-container img.featured-overlay {
        position: absolute;
        bottom: 36px;
        right: 16px;
        height: 90px;
        width: 90px!important;
    }

    div.recipe-content .primary-image-container img.featured-overlay.recipe-template {
        position: absolute;
        bottom: 46px;
        right: 10px;
        height: 60px;
        width: 60px!important;
    }

    div.recipe-content .stories h3 {
        margin-bottom: 20px;
    }

    div.recipe-content .stories .row {
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

    div.israeli-kitchen-landing #recipes img {
        height: 299px;
        width: 320px;
    }

    div.israeli-kitchen-landing #recipes button.slick-prev {
        left: 5px;
        top: 156px;
    }

    div.israeli-kitchen-landing #recipes button.slick-next {
        right: 10px;
        top: 156px;
    }

    div.israeli-kitchen-landing .israeli-kitchen-stream-container {
        padding-left: 20px;
        text-align: center;
    }

    div.israeli-kitchen-landing .stream-item.israeli-kitchen {
        margin: 0 auto;
    }

    div.israeli-kitchen-landing .stream-item.israeli-kitchen h3 {
        font: bold 18px/24px "Roboto Slab";
        margin-top: 5px;
        padding-top: 0px;
        text-align: left;
        text-transform: none;
    }

    div.israeli-kitchen-landing .large-photo-promo span {
        display: block;
        font: bold 18px/23px "Roboto Slab";
        margin-bottom: 5px;
    }

    div.israeli-kitchen-landing .large-photo-promo p {
        background-color: rgba(218, 73, 70, 1.0);
        color: #fff;
        font: bold 14px/22px "Open Sans",sans-serif;
        padding: 15px;
        position: static;
        margin-left: 0px;
        width: 100%;
    }

    div.israeli-kitchen-landing .slick-dots {
	padding: 0px;
	bottom: -36px;
    }

    div.israeli-kitchen-landing #large-photo-promos .slick-dots {
        padding: 0px;
        bottom: -20px;
    }

    div.israeli-kitchen-landing ul.pagination {
        clear: both;
        margin: 30px auto 50px auto;
        text-align: center;
        width: 300px;
    }

    div.israeli-kitchen-landing .israeli-kitchen-stream-container h2 {
        color: #000;
        float: left;
        font: bold 18px/26px "Roboto Slab";
        margin-bottom: 15px;
    }

    div.photos-two-columns div.photo-container div.outside-image{
        height: auto !important;
    }

    p.no_results{
        font-size: 13px !important;
    }
    span.result_num{
        display: none;
    }

    .podcast_links p{
        display: none;
    }
}

@media only screen and (max-width: 30em) {
    .podcast_ad_mobile{
        display: block !important;
    }

}

@media only screen and (max-width: 26em) {

    div.ik-hb-signup{
        width: 100%;
        margin-top: 10px;
        display: block;
    }

    div.ik-hb-signup .rail-item.subscribe input{
        width: 80%;
    }

    .landing-stream .landing-item{
        float: none !important;
    }

    .landing-stream .landing-item .landing-cell{
        width: 95% !important;
    }

    .podcast_header{
        padding-left: 20px;
        padding-right: 20px;
    }

    .podcast_header .podcast_description p{
        font: 14px/18px "Open Sans",sans-serif;
    }
    .podcast_header .podcast_image{
        margin-bottom: 20px;
    }

    .transcript .read_more a{
        top: 35%;
    }

    .stream-item-list .stream_podcast_listen{
        width: 50px;
        right: 20px !important;
    }
}

@media only screen and (max-width: 23em) {

    div.ik-hb-signup .rail-item.subscribe input{
        width: 70% !important;
    }
}

.sponsored-label {
    text-align: center;
    font-size: 11px;
    margin-bottom: 2px;
    color: #8d8d8d;
}
