/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* GENERAL STYLES */
body {
    color: #333;
    font: 0.85em/1.5 Georgia, "Times New Roman", Times, serif;
    background-image: url("images/nourish-bkg.jpg");
    background-repeat: repeat-y;
    background-position:center top;
}

h1, h2, h3, h4 {
    color: #333;
    margin: 0 0 0.4em 0;
    font-weight: bold;
}

h1 {
    font-size: 2.4em;
}

#header h1 {
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
}

#header h1 a {
    width: 336px;
    height: 104px;
    border: none;
    display: block;
    float: left;
    /*margin: 0 auto; */
	background: #fff url("https://cdn.shopify.com/s/files/1/0022/9520/1852/files/natural-health-logo.jpg?12099966958481804407") center top no-repeat;
}

#header h1 a.noursih-natural-logo {
	display: none;
    width: 106px;
    height: 104px;
    border: none;
    float: left;
    /*margin: 0 auto; */
    background: #fff url("images/nourish-red-dark2.jpg") center top no-repeat;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1em;
}

p {
    margin: 0 0 1em 0;
}

ol {
    padding: 0 0 0 1.3em;
    list-style: decimal;
}

ul {
    padding: 0 0 0 1.3em;
    list-style: square;
}

li {
    padding: 0 0 0.2em 0.2em;
}

a:link, a:visited {
    color: #9183bf;
    text-decoration: none;
}

a:focus, a:hover {
    color: #903f98;
    text-decoration: underline;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
    text-decoration: none;
}

h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

/* LAYOUT STYLES */
#wrapper {
    width: 970px;
    margin: 0 auto;
}

#ceiling, #container, #header {
    width: 970px;
    /* margin: 0 auto; */
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    background: #fff;
}

#container {
    padding: 0 25px;
    min-height: 850px;
    border-left: 1px solid #bfafc6;
    border-right: 1px solid #bfafc6;
    float: left;
    position: relative;
    width: 970px;
    margin: 0 auto;
}

.breadcrumb {
    width: 100%;
    padding: 0 0 5px;
    margin: 0 0 8px;
    border-bottom: 1px solid #eee;
}

#content {
    float: left;
    width: 645px;
    min-width: 330px;
    /*overflow: hidden; */
}

#precontent {
    float: left;
    width: 645px;
    overflow: hidden;
}

#content-home {
    float: left;
    width: 660px;
    min-width: 330px;
    overflow: hidden;
}

#content2 {
    float: left;
    width: 100%;
    overflow: hidden;
}

#sidebar-right {
    float: right;
    margin: 0 0 0 8px;
    width: 302px;
    overflow: hidden;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.align-left {
    float: left;
    margin: 4px 10px 10px 0;
}

#footer {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px dotted #ccc;
    margin: 15px 0 0;
    padding: 5px 0 0;
}

#footer p {
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

/* GENERAL STYLES */
.small {
    font-size: 0.917em;
    color: #666;
    font-weight: bold;
}

.quote {
    font-style: italic;
    font-weight: bold;
    color: #666;
    font-size: 1.167em;
}

.inputbox, .textarea {
    background: white;
    border: 1px solid #ccc;
    padding: 3px 3px 2px;
}

.inputbox {
    width: 165px;
}

.error {
    font-weight: bold;
    color: red;
}

.sell {
    font-weight: bold;
}

.messages {
    margin: 0 0 10px;
}

.category-listing .views-field-title {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 5px;
    clear: both;
}

.category-listing .views-field-created {
    float: left;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
}

.category-listing .views-field-created .views-label-created {
    font-weight: bold;
}

.category-listing .views-field-value {
    /* float: left; */
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-right: 310px;
}

.category-listing .views-field-value .views-label-value {
    font-weight: bold;
    padding-right: 5px;
}

.category-listing .fivestar-widget-static {
    float: right;
}

.category-listing .views-field-field-body-photo-fid {
    float: left;
    margin: 10px 10px 0 0;
}

.category-listing .views-field-field-sell-value {
    font-weight: bold;
    margin: 5px 0;
}

.category-listing .views-field-field-sell-value, .category-listing .views-field-field-intro-value {
    float: right;
    width: 515px;
}

.category-listing .views-field-view-node {
    float: right;
    clear: both;
}

.category-listing .views-row {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 5px;
    border-bottom: 1px solid #eee;
    display: block;
}

/* SPECIFIC STYLES */


/* nourish travel tabs */



#quicktabs-nourish_travel_tabs {
    float: left;
    width: 644px;
    margin-top: 10px;
}

#quicktabs-nourish_travel_tabs .nourish-chicken .views-row {
    float: left;
    width: 150px;
    margin-right: 10px;
}

#quicktabs-nourish_travel_tabs .nourish-chicken .views-row-1 {
    margin-left: 6px;
}

#quicktabs-nourish_travel_tabs .nourish-chicken .views-row-4 {
    margin-right: 6px;
}

#quicktabs-nourish_travel_tabs #quicktabs_container_nourish_travel_tabs {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    min-width: 642px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

#quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle {
    padding: 0px;
    height: 30px;


}

#quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle li {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    float: left;
    list-style-type: none;
    display: block;
    height: 25px;
    margin-top: 5px;
    padding-top: 5px;
    width: 124px;
    text-align: center;

    /* fallback */
    background-color: #ebdbb7;



    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6caa0), to(#f3ecd0));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #d6caa0, #f3ecd0);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #d6caa0, #f3ecd0);

    /* IE 10 */
    background: -ms-linear-gradient(top, #d6caa0, #f3ecd0);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #d6caa0, #f3ecd0);
}

#quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle li.active {
    border-radius: 5px 5px 0px 0px;
    height: 30px;
    margin-top: 0;
    padding-top: 6px;
    border-bottom: 0px none;


    /* fallback */
    background-color: #FFFFFF;



    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFFF));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);

    /* IE 10 */
    background: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #FFFFFF, #FFFFFF);


}

#quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle li.active a {
    color: #000;
    font-size: 18px;

}

#quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle li.active a:hover, #quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle li.active a:visited, #quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle li.active a:active {
    text-decoration: none;
}

#quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle li a {

    color: #000;
    font-size: 16px;

}

#quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle li a:hover {
    text-decoration: none;
}

#quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle li.first {
    border-left: 1px solid #CCC;
}

#quicktabs-nourish_travel_tabs ul.quicktabs-style-nostyle li.last {
    width: 122px;
}

#quicktabs-nourish_travel_tabs .nourish-chicken .views-field-title {
    float: left;
    line-height: 1.2;
    text-align: center;
    width: 150px;
}

#quicktabs-nourish_travel_tabs .nourish-chicken .views-field-title a {
    color: #000000;
    font-size: 13px;
}

#quicktabs-nourish_travel_tabs .view-footer {
    width: 70px;
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
}

#quicktabs-nourish_travel_tabs .view-footer a {
    font-size: 11px;
    color: #cc0000;
}

/* nourish travel tabs */



/* nourish allergies tabs */



#quicktabs-nourish_allergies_tabs {
    float: left;
    width: 644px;
    margin-top: 10px;
}

#quicktabs-nourish_allergies_tabs .nourish-chicken .views-row {
    float: left;
    width: 150px;
    margin-right: 10px;
}

#quicktabs-nourish_allergies_tabs .nourish-chicken .views-row-1 {
    margin-left: 6px;
}

#quicktabs-nourish_allergies_tabs .nourish-chicken .views-row-4 {
    margin-right: 6px;
}

#quicktabs-nourish_allergies_tabs #quicktabs_container_nourish_allergies_tabs {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    min-width: 642px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

#quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle {
    padding: 0px;
    height: 30px;


}

#quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle li {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    float: left;
    list-style-type: none;
    display: block;
    height: 25px;
    margin-top: 5px;
    padding-top: 5px;
    width: 209px;
    text-align: center;

    /* fallback */
    background-color: #ebdbb7;



    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6caa0), to(#f3ecd0));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #d6caa0, #f3ecd0);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #d6caa0, #f3ecd0);

    /* IE 10 */
    background: -ms-linear-gradient(top, #d6caa0, #f3ecd0);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #d6caa0, #f3ecd0);
}

#quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle li.active {
    border-radius: 5px 5px 0px 0px;
    height: 30px;
    margin-top: 0;
    padding-top: 6px;
    border-bottom: 0px none;


    /* fallback */
    background-color: #FFFFFF;



    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFFF));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);

    /* IE 10 */
    background: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #FFFFFF, #FFFFFF);


}

#quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle li.active a {
    color: #000;
    font-size: 20px;

}

#quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle li.active a:hover, #quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle li.active a:visited, #quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle li.active a:active {
    text-decoration: none;
}

#quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle li a {

    color: #000;
    font-size: 17px;

}

#quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle li a:hover {
    text-decoration: none;
}

#quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle li.first {
    border-left: 1px solid #CCC;
}

#quicktabs-nourish_allergies_tabs ul.quicktabs-style-nostyle li.last {
    width: 210px;
}

#quicktabs-nourish_allergies_tabs .nourish-chicken .views-field-title {
    float: left;
    line-height: 1.2;
    text-align: center;
    width: 150px;
}

#quicktabs-nourish_allergies_tabs .nourish-chicken .views-field-title a {
    color: #000000;
    font-size: 13px;
}

#quicktabs-nourish_allergies_tabs .view-footer {
    width: 70px;
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
}

#quicktabs-nourish_allergies_tabs .view-footer a {
    font-size: 11px;
    color: #cc0000;
}

/* nourish allergies tabs */


/* OpenX masthead ads */
#openx-0 {
    float: left;
    width: 468px;
    height: 60px;
    overflow: hidden;
    margin: 0 8px 0 3px;
    display: block;
}

#openx-1 {
    width: auto;
    border: 0;
    text-align: right;
    margin: 0 0 10px;
}

#openx-2 {
    float: right;
    width: 300px;
    /*height: 100px; */
    overflow: hidden;
}

#openx-3 {
    float: right;
    width: 300px;
    height: 250px;
    overflow: hidden;
}

#openx-7 {
    width: auto;
    border: 0;
    text-align: center;
    margin: 0;
}

/* Site logo */
#logo {
    float: left;
    width: 442px;
    height: 104px;
    overflow: hidden;
}

/* Header blocks */
#block-4, #block-6, #search-0, #menu-secondary-links {
    float: right;
    width: auto;
    overflow: hidden;
    margin-bottom: 7px;
}

#block-4 {
    padding: 4px 8px 6px 0;
    /*border-right: 1px solid #9183bf; */
    margin-right: 8px;
}

#block-4 img {
    vertical-align: middle;
}

#search-0 {
    clear: right;
    width: 968px;
    overflow: hidden;
    background-image:url(images/search-bkgnd.png);
    background-repeat: no-repeat;
    margin-top: 7px;
    height: 54px;
}

#search-0 #edit-submit {
    color:#FFF;
    background-color: #0abb23;
    border-radius: 5px;
    border: 2px solid #FFF;
    padding: 5px 25px;
    margin-left: 10px;
    box-shadow: 4px 4px 3px #888888;
}

#search-0 #edit-search-block-form-1 {
    border: 2px solid #000;
    border-radius: 2px;
    padding: 6px;
}

#search-0 .container-inline {

    margin: 6px auto 0;
    padding: 5px 0;
    width: 495px;
}

#search-0 #edit-search-block-form-1-wrapper label {
    display: none;
}

#edit-search-block-form-1-wrapper {
    /*margin-left: 250px;	*/
}

#search-0 h2 {
    width: 110px;
    font-size: 12px;
    float: left;
    margin-top: 12px;
    margin-left: 200px;
}

#search-0 .form-text {
    border: 1px solid #9183bf;
    padding: 4px 5px;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 350px;
}

#search-0 input {
    vertical-align: middle;
}

#content-inner .breadcrumb {
    display: none;
}

#content-inner h2 {
    display: none;
}

/* Custom User block */
#block-6 {
    padding-right: 4px;
}

#block-6 a:link, #block-6 a:visited {
    color: #9183bf;
    font-size: 1em;
    text-decoration: none;
}

#block-6 a:focus, #block-6 a:hover {
    color: #903f98;
    text-decoration: underline;
}

/* Secondary links */
#menu-secondary-links {
    clear: right;
}

#menu-secondary-links ul.menu {
    list-style-type: none;
}

#menu-secondary-links ul.menu li {
    display: inline;
    border-right: 1px solid #9183bf;
    overflow: hidden;
}

#menu-secondary-links ul.menu li.last {
    padding: 0 3px 0 0;
    border-right: 0;
}

#menu-secondary-links ul.menu li a:link, #menu-secondary-links ul.menu li a:visited {
    background: url("images/menu-link-bullet.gif") left center no-repeat;
    text-transform: uppercase;
    color: #9183bf;
    font-size: 0.9em;
    text-decoration: none;
    padding: 0 0 0 15px;
}

#menu-secondary-links ul.menu li a:focus, #menu-secondary-links ul.menu li a:hover {
    color: #903f98;
    text-decoration: underline;
}

/* Primary links */
#menu-primary-links {
    float: left;
    clear: both;
    background: white;
    width: 100%;
    height: 50px;
    /*border-bottom: 8px solid #bfafc6; */
    overflow: hidden;
    margin: 5px 0 0;
}

#menu-primary-links ul.menu {
    list-style-type: none;
    padding: 0;
    width: 100%;
    /*height: 84px;*/

}

#menu-menu-nourish-menu h2 {
    display: none;
}

#menu-menu-nourish-menu li.leaf {list-style: none;float: left;margin-right: 20px;margin-top: 3px;/*margin-bottom: 5px;*/padding-right: 0px;}

#menu-menu-nourish-menu li.leaf a {
    color: #FFF;
    font-size: 16px;
    font-family: Helvetica, sans-serif;
    height: 31px;
    float: left;
}

#menu-menu-nourish-menu li.leaf a.active {
    background-image: url("images/nav-select.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 31px;
}

#menu-menu-nourish-menu {
    background-color: #cc0000;
    float: left;
    width: 965px;
}



#search-form {
    margin-bottom: 0px;
    display: none;
}

#menu-menu-nourish-menu ul {
	width: 800px;
	margin: 0 auto;
}

#menu-primary-links ul.menu li {
    float: left;
    overflow: hidden;
    /*height: 44px;*/
    border-right: 1px solid white;
    padding: 0;
    margin-left: 0;
}

#menu-primary-links ul.menu li a {
    display: block;
    font-size: 14px;

    padding: 10px 7px;
    padding-left: 12px \0/;
}

#menu-primary-links li.last a {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.mac.chrome #menu-primary-links li.last a {
    padding-right: 15px !important;
    padding-left: 15px !important;

    /*
padding-right: 17px !important;
padding-left: 18px !important;
*/
}

.mac.chrome #menu-primary-links ul.menu li a  {
    padding-right: 12px;
    padding-left: 12px;
}

.mac.gecko #menu-primary-links ul.menu li a  {

    padding-left: 12px;
}

.mac.gecko #menu-primary-links li.last a {
    /*padding-right: 16px !important;
padding-left: 17px !important;	*/
}

@media only screen and (device-width: 768px) {
    #menu-primary-links li.last a {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
}

#menu-primary-links ul.menu li a:link, #menu-primary-links ul.menu li a:visited {
    text-transform: uppercase;
    color: #fff;

    text-decoration: none;
}

#menu-primary-links ul.menu li a:focus, #menu-primary-links ul.menu li a:hover {
    background: #abaccd;
}

#menu-primary-links ul.menu li a.active, #menu-primary-links ul.menu li:nth-child(6) a {
    background: #cc0000;
    font-size: 22px;
    font-family: Helvetica, sans-serif;
    text-transform: lowercase !important;
    padding: 11px;
}

#menu-primary-links li.active-trail, #menu-primary-links ul.menu li:nth-child(6) {
    border-radius: 5px 5px 0px 0px;
    margin-top: 0px !important;
    height: 50px !important;
    font-weight: bold;

}

#menu-primary-links ul.menu li:nth-child(6) ul {
    display: none;
}

#menu-primary-links li.leaf {
    font-size: 1.4em;
    margin-top: 8px;
    background: #999ab4;
    height:41px;
}

/* Front page latest headlines */
/*
.fp-latest {
	float: right;
	width: 340px;
	margin-left: 5px;
}
*/

#views-c1c4fb0b607862e8d3c0541f65f71a7c {
    float: left;
    width: 382px;
}

.view-id-nourish_home_page {
    float: left;

    width: 259px;
    /*padding-left: 10px; */
    padding-top: 5px;
}

#views-nourish_home_page-block_1 {
    float: left;
    width: 260px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    /*margin-left: 5px; */
}

/* Front page headline story */
.fp-headline {
    float: left;
    width: 400px;
    overflow: hidden;
}

.nourish-mobile-search-block {
    display: none;
}

.mobile-contact {
    display: none;
}

#views-12937b3ed14316c2d4af5860f854f900 {
    display: none;
}

#views-d4839142d8b6d0effc6c0f79e6441eab {
    display: none;
}

#views-nourish_mobile_pasta-block_1 {
    display: none;
}

#views-nourish_mobile_desserts-block_1 {
    display: none;
}

#views-nourish_mobile_veg-block_1 {
    display: none;
}

#views-nourish_mobile_seafood-block_1 {
    display: none;
}

#views-nourish_mobile_lamb-block_1 {
    display: none;
}

#views-nourish_mobile_beef-block_1 {
    display: none;
}

#views-nourish_mobile_pork-block_1 {
    display: none;
}

#views-nourish_mobile_chicken-block_1 {
    display: none;
}

#views-nourish_mobile_recipes-block_1 {
    display: none;
}

#views-nourish_mobile_health-block_1 {
    display: none;
}

#views-02630fba19b657e1429334922a76916b {
    display: none;
}

#views-nourish_mobile_salads-block_1 {
    display: none;
}

.fp-headline .view-content {
    /*background: #c42661;
	height: 400px; */
}

.fp-headline .views-field-title {
    padding: 10px 10px 7px;
    background-color:#FFF;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    color: #FFF;
    margin-top: -42px;

}

.fp-headline .views-field-title {
    margin-top: -43px \0/;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .fp-headline .views-field-title {
        margin-top: -43px;
    }
}

.fp-headline .views-field-title a {
    font-size: 1.3em;
    color: #CC0000;
    opacity:1;
    line-height: 1;
}

.fp-headline .views-field-field-sell-value {
    padding: 5px 10px 0;
    line-height: 1.2;
}

.fp-headline .views-field-field-sell-value span {
    color: white;
}

.fp-headline .views-field-view-node, .fp-latest .views-field-view-node {
    padding: 0 10px 8px;
    text-align: right;
}

.fp-headline .views-field-view-node a {
    color: white;
}

.views-field-view-node a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Front page latest stories */
.fp-latest .views-row {
    float: right;
    width: 257px;
    border-bottom: 1px dotted #9183bf;
    padding: 0;
    margin: 0 0 10px;
    display: block;
}

.fp-latest .views-row-last {
    border: 0;
    margin: 0;
    padding: 0;
}

.fp-latest .views-field-field-body-photo-fid {
    float: left;
    overflow: hidden;
    margin: 0 10px 7px 10px;
}

.fp-latest .views-field-title {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    margin-left: 10px
}

.fp-latest .views-field-title a {
    color: #EC0002;
    font-size: 12px;
}

.fp-latest .views-field-field-sell-value {
    float: left;
    width: 108px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 11px;
}

.fp-latest .views-field-view-node {
    text-align: right;
}

#webform-client-block-43 {
    overflow: hidden;
    background: url("images/competitions-bg.jpg") top left no-repeat;
    padding: 40px 0 10px 15px;
    color: #fff;
    margin: 10px 0 0;
    /* border-top: 4px dashed #bfafc6; */
}

#webform-client-block-43 h2 {
    color: #fff;
    font-size: 1.8em;
    margin: 0 0 10px;
}

#webform-client-block-43 .form-text, #webform-client-block-43 label {
    float: left;
    margin-right: 10px;
}

#webform-client-block-43 .form-text {
    float: right;
    margin: 0;
    width: 338px;
}

#webform-client-block-43 .form-textarea {
    float: left;
    clear: both;
}

#webform-client-block-43 .webform-component {
    float: left;
    clear: left;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
}

#webform-client-block-43 .form-item {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
}

#webform-client-block-43 .form-submit {
    background: #bfafc6;
    color: #fff;
    border: 2px solid #756a9a;
    padding: 5px 8px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

#webform-client-block-43 .form-actions {
    float: left;
    margin: 0 0 0 10px;
}

.subscribe-banner {
    float: left;
    margin: 15px 0 0;
}

.subscribe-banner a {
    display: block;
    width: 972px;
    height: 136px;
    background: url("images/footernourish.jpg") 0 0 no-repeat;
}

.subscribe-banner a:hover, .subscribe-banner a:focus {
    background-position: 0 0;
}

.subscribe-banner a span {
    display: none;
}

#block-11 {
    float: left;
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0;
}

#block-11 a {
    color: #cc0000;
}

#views-beauty_articles_listing-block_1 a span, #views-relationships_articles_listing-block_1 a span, #views-health_articles_listing-block_1 a span, #views-food_articles_listing-block_1 a span, #views-lifestyle_articles_listing-block_1 a span {
    display: none;
}

#views-beauty_articles_listing-block_1 a, #views-relationships_articles_listing-block_1 a, #views-health_articles_listing-block_1 a, #views-food_articles_listing-block_1 a, #views-lifestyle_articles_listing-block_1 a {
    display: block;
    width: 660px;
    height: 31px;
}

#views-beauty_articles_listing-block_1 a {
    background: url("images/beauty-listing-heading.gif") 0 0 no-repeat;
}

#views-beauty_articles_listing-block_1 a:hover {
    background-position: 0 -31px;
}

#views-relationships_articles_listing-block_1 a {
    background: url("images/relationships-listing-heading.gif") 0 0 no-repeat;
}

#views-relationships_articles_listing-block_1 a:hover {
    background-position: 0 -31px;
}

#views-health_articles_listing-block_1 a {
    background: url("images/health-listing-heading.gif") 0 0 no-repeat;
}

#views-health_articles_listing-block_1 a:hover {
    background-position: 0 -31px;
}

#views-food_articles_listing-block_1 a {
    background: url("images/food-listing-heading.gif") 0 0 no-repeat;
}

#views-food_articles_listing-block_1 a:hover {
    background-position: 0 -31px;
}

#views-lifestyle_articles_listing-block_1 a {
    background: url("images/lifestyle-listing-heading.gif") 0 0 no-repeat;
}

#views-lifestyle_articles_listing-block_1 a:hover {
    background-position: 0 -31px;
}

/*
	subscription section
*/

#subscription-emag-panel, #subscription-print-panel
{
    float: left;
    width: 450px;
    height: 690px;
    padding: 10px 10px 10px 15px;
    display: inline;
    overflow: hidden;
}

#subscription-print-panel img.pic, #subscription-emag-panel img.pic
{
    float: left;
    margin: 3px 15px 0 0;
}

#subscription-print-panel span.heading, #subscription-emag-panel span.heading
{
    font-weight: bold;
}

/*
	subscription-print-panel
*/

#subscription-print-panel
{
    background: url('images/subscription-print-panel.jpg') repeat-x top left;
    border: 1px solid #C8DCE7;
    border-top: 6px solid #9FAFB8;
    margin: 0 15px 0 0;
}

/*
	subscription-emag-panel
*/

#subscription-emag-panel
{
    background: url('images/subscription-emag-panel.jpg') repeat-x top left;
    border: 1px solid #fba208;
    border-top: 6px solid #fba208;
}


/* Right sidebar */
#sidebar-right .block {
    width: 300px;
    overflow: hidden;
    margin: 0 0 10px;
    /* border: 1px solid #9183bf; */
}

#sidebar-right .block h2 {
    font-size: 1.1em;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: white;
    /*background: #9183bf; */
    padding: 6px 0 5px 22px;
    margin-bottom: 0;

    background-image:url(images/newsletter_header.png);
    background-repeat: no-repeat;
}



#sidebar-right .block h3 {
    font-size: 1.2em;
    font-weight: bold;
}

#sidebar-right #block-7 {
    border: 0;
}

#sidebar-right .block .item-list {
    padding: 5px 12px 5px;
    border-bottom: 1px dotted #9183bf;
}

#statistics-0 ul li {
    padding: 0;
    margin: 0;
}

#block-7 .left, #block-7 .latest-issue-description, #sidebar-right .preview, #sidebar-right .subscribe {
    float: left;
    width: 155px;
    overflow: hidden;
}

#block-7 a {
    color: white;
}

#block-7 .left {
    height: 186px;
}

#block-7 .latest-issue-description {
    height: 33px;
    background: #9183bf;
}

#sidebar-right .preview, #sidebar-right .subscribe {
    height: 69px;
}

#sidebar-right .subscribe {
    background: #bfafc6;
    padding: 8px 10px 0 10px;
    height: 153px;
    width: 141px;
    font-weight: bold;
}

#sidebar-right .preview {
    background: #bfafc6;
    padding: 8px 0 0 10px;
}

#sidebar-right .latest-cover {
    float: right;
    width: 142px;
    height: 186px;
    overflow: hidden;
}

#sidebar-right .view-content {
    padding: 10px 12px;
}

#sidebar-right .views-field-title {
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: 10px;
}

#NSH_Skinning_Left_105x800 {
    /* width: 105px; */
    /* float: left; */
    margin-top: 250px;
    position: absolute;
    left: -106px;
    top: 0;
}

#NSH_Skinning_right_105x800 {
    /* width: 105px; */
    /* float: right; */
    margin-top: 250px;
    position: absolute;
    right: -107px;
    top: 0;
}
/* Poll block */

#poll-0 .poll {
    padding: 10px 15px;
}

#poll-0 .title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.poll .bar .foreground {
    background-color: #CC0000;
    float: left;
    height: 1em;
}

#poll-0 .total {
    font-weight: bold;
    text-align: left;
    font-size: 12px;
}

.poll .bar, .poll .percent, .poll .text {
    width: 160px;
    font-size: 11px;
}

/* Content page inline window */
.content .window {
    float: right;
    width: 250px;
    height: auto;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 0 0 0 20px;
}

/* Frontpage Content Section */
#views-mind_articles_listing-block_1, #views-body_articles_listing-block_1, #views-spirit_articles_listing-block_1, #views-relationships_articles_listing-block_1, #views-food_articles_listing-block_1, #views-health_articles_listing-block_1, #views-beauty_articles_listing-block_1, #views-lifestyle_articles_listing-block_1 {
    float: left;
    width: 660px;
    overflow: hidden;
    padding: 10px 0 0;
}

#views-mind_articles_listing-block_1 h2, #views-body_articles_listing-block_1 h2, #views-spirit_articles_listing-block_1 h2, #views-relationships_articles_listing-block_1 h2, #views-food_articles_listing-block_1 h2, #views-health_articles_listing-block_1 h2, #views-beauty_articles_listing-block_1 h2, #views-lifestyle_articles_listing-block_1 h2 {
    width: 660px;
    height: 30px;
    overflow: hidden;
    padding: 0 0 0 22px;
    text-transform: uppercase;
    font-size: 1.4em;
}

#views-mind_articles_listing-block_1 h2 a, #views-body_articles_listing-block_1 h2 a, #views-spirit_articles_listing-block_1 h2 a, #views-relationships_articles_listing-block_1 h2 a, #views-food_articles_listing-block_1 h2 a, #views-health_articles_listing-block_1 h2 a, #views-beauty_articles_listing-block_1 h2 a, #views-lifestyle_articles_listing-block_1 h2 a {
    color: white;
}

#views-mind_articles_listing-block_1 h2 {
    background: url("images/mind-listing-heading.gif") left top no-repeat;
}

#views-body_articles_listing-block_1 h2 {
    background: url("images/body-listing-heading.gif") left top no-repeat;
}

#views-spirit_articles_listing-block_1 h2 {
    background: url("images/spirit-listing-heading.gif") left top no-repeat;
}

#views-relationships_articles_listing-block_1 h2 {
    background: url("images/relationships-listing-heading.gif") left top no-repeat;
}

#views-food_articles_listing-block_1 h2 {
    background: url("images/food-listing-heading.gif") left top no-repeat;
}

#views-health_articles_listing-block_1 h2 {
    background: url("images/health-listing-heading.gif") left top no-repeat;
}

#views-beauty_articles_listing-block_1 h2 {
    background: url("images/beauty-listing-heading.gif") left top no-repeat;
}

#views-lifestyle_articles_listing-block_1 h2 {
    background: url("images/lifestyle-listing-heading.gif") left top no-repeat;
}

#views-mind_articles_listing-block_1 .views-field-title, #views-mind_articles_listing-block_1 .views-row, #views-body_articles_listing-block_1 .views-field-title, #views-body_articles_listing-block_1 .views-row, #views-spirit_articles_listing-block_1 .views-field-title, #views-spirit_articles_listing-block_1 .views-row {
    float: left;
    width: 287px;
}

#views-mind_articles_listing-block_1 .views-row-first, #views-body_articles_listing-block_1 .views-row-first, #views-spirit_articles_listing-block_1 .views-row-first {
    float: left;
    margin-right: 17px;
    overflow: hidden;
    width: 300px;
}

#views-mind_articles_listing-block_1 .views-field-title, #views-body_articles_listing-block_1 .views-field-title, #views-spirit_articles_listing-block_1 .views-field-title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    margin: 3px 0 10px;
}

#views-mind_articles_listing-block_1 .views-field-field-sell-value, #views-body_articles_listing-block_1 .views-field-field-sell-value, #views-spirit_articles_listing-block_1 .views-field-field-sell-value {

    margin-bottom: 5px;
}

#views-mind_articles_listing-block_1 .views-field-field-body-photo-fid img, #views-body_articles_listing-block_1 .views-field-field-body-photo-fid img, #views-spirit_articles_listing-block_1 .views-field-field-body-photo-fid img {
    margin: 5px 0 0;
}

#views-more_mind_articles-block_1, #views-more_body_articles-block_1, #views-more_spirit_articles-block_1 {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

#views-more_mind_articles-block_1 h2, #views-more_body_articles-block_1 h2, #views-more_spirit_articles-block_1 h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 8px 0 0;
    padding: 2px 0 0;
    border-top: 1px dotted #ccc;
}

#views-more_mind_articles-block_1 h2 a {
    color: #00ae59;
}

#views-more_body_articles-block_1 h2 a {
    color: #e2063a;
}

#views-more_spirit_articles-block_1 h2 a {
    color: #00afbd;
}

#views-more_mind_articles-block_1 .item-list ul, #views-more_body_articles-block_1 .item-list ul, #views-more_spirit_articles-block_1 .item-list ul, #views-more_mind_articles-block_1 .item-list {
    padding: 0;
    margin: 0;
}

#views-more_mind_articles-block_1 .item-list ul li, #views-more_body_articles-block_1 .item-list ul li, #views-more_spirit_articles-block_1 .item-list ul li {
    float: left;
    margin-right: 10px;
}

img.imagecache-article-tn-image {
    float: left;
    border: 2px solid #eee;
    padding: 1px;
}

img.imagecache-article-body-image {
    float: right;
    margin: 0 0 15px 15px;
}

/* User Registration Form */

#user-register legend {
    font-weight: bold;
    font-size: 1.3em;
}

#user-register .captcha legend {
    display: none;
}

/* content */
.content {
    margin-top: 10px;
}

.content .imagefield {
    float: right;
    margin: 5px 0 10px 10px;
}

#content .submitted {
    font-style: italic;
    color: #666;
}

fieldset legend {
    font-weight: bold;
    background: #eee;
    border: 2px solid #ccc;
    padding: 3px 10px;
}

a.print-page {
    text-indent: -9999px;
    background: url("images/email-print-icon.png") left top no-repeat;
    float: left;
    width: 93px;
    height: 34px;
}

.print-icon.print-icon-margin {
    display: none;
}

.print_pdf, .print_mail {
    display: none;
}

/* Responsive Web CSS3 Media Queries */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {

    #ceiling, #container, #header, #content-home, #content {
        width: 100%;
    }

    #content {
        width: 100%;
        min-width: auto;
        overflow: hidden;
    }

    #content-inner {
        width: auto;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

    #container {
        border: 0;
        padding: 0;
    }

    #block-4, #search-0, #block-6, #menu-secondary-links, #ceiling, #sidebar-right, .subscribe-banner, #fivestar-0, .views-field-value, .views-field-created {
        display: none;
    }

    #views-nourish_diet_health-block_1 .pager {
        width: 90%;
        font-size: 11px;
        text-align: left;
    }

    #views-nourish_diet_health-block_1 .pager .pager-first {
        display: none;
    }

    #views-nourish_diet_health-block_1 .pager .pager-last {
        display: none;
    }

    #views-nourish_diet_health-block_1 .pager .pager-previous {
        display: none;
    }

    #views-nourish_diet_health-block_1 .pager .pager-next {
        display: none;
    }

    .fp-headline {
        width: 100%;
    }

    .fp-headline .view-content {
        min-height: auto;
        height: 10px;
        background: none;
    }

    .fp-headline .views-row {
        width: 100%;
        padding: 0 0 0 10px;
    }

    .fp-latest {
        float: left;
        width: 100%;
        clear: both;
        overflow: hidden;
    }

    #views-mind_articles_listing-block_1, #views-body_articles_listing-block_1, #views-spirit_articles_listing-block_1, #views-relationships_articles_listing-block_1, #views-food_articles_listing-block_1, #views-health_articles_listing-block_1, #views-beauty_articles_listing-block_1, #views-lifestyle_articles_listing-block_1 {
        float: left;
        width: 100%;
        overflow: hidden;
        padding: 10px 0 0;
    }

    .views-row-odd, .views-row-even {
        clear: both;
    }

    a.imagecache-article-tn-narrow {
        float: left;
        border: 0;
        padding: 0;
        margin: 5px 10px 0 0;
        display: block;
        overflow: hidden;
        width: 110px;
        height: 75px;
        text-align: center;
    }

    img.imagecache-article-tn-narrow {
        width: 145px;
        height: 75px;
        margin: 0 !important;
    }

    #views-more_mind_articles-block_1, #views-more_body_articles-block_1, #views-more_spirit_articles-block_1 {
        float: left;
        width: 100%;
        padding: 5px 10px 5px;
        border-top: 1px solid #ccc;
        background: #eee;
        border-bottom: 1px solid #ccc;
        display: none;
    }

    #views-more_mind_articles-block_1 h2, #views-more_body_articles-block_1 h2, #views-more_spirit_articles-block_1 h2 {
        font-weight: bold;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .views-row {
        margin-right: 0 !important;
    }

    .fp-headline .views-field-view-node, .fp-latest .views-field-view-node {
        padding: 0 0 8px;
        text-align: right;
    }

    #views-mind_articles_listing-block_1 .views-row-first, #views-body_articles_listing-block_1 .views-row-first, #views-spirit_articles_listing-block_1 .views-row-first {
        float: left;
        margin: 0;
        width: 100%;
    }

    #views-mind_articles_listing-block_1 .views-row, #views-body_articles_listing-block_1 .views-row, #views-spirit_articles_listing-block_1 .views-row {
        float: left;
        padding: 0 0 10px;
        width: 100%;
    }

    .fp-listing .view-content {
        width: auto;
        margin: 0 10px;
    }

    #views-spirit_articles_listing-block_1, #views-body_articles_listing-block_1, #views-mind_articles_listing-block_1 {
        border-bottom: 1px solid #ccc;
        padding: 0 10px 0 0;
        margin: 0 0 10px;
    }

    .fp-latest .views-row {
        float: left;
        min-width: 300px;
        width: 100%;
        border-bottom: 1px dotted #ccc;
        padding: 0 10px 10px;
        margin: 0 0 10px;
    }

    #views-mind_articles_listing-block_1 .views-field-title, #views-mind_articles_listing-block_1 .views-row, #views-body_articles_listing-block_1 .views-field-title, #views-body_articles_listing-block_1 .views-row, #views-spirit_articles_listing-block_1 .views-field-title, #views-spirit_articles_listing-block_1 .views-row {
        float: left;
        width: 100%;
    }

    .fp-latest .views-field-title {
        width: 100%;
        margin: 0 0 10px;
        font-size: 1.2em;
        font-weight: bold;
    }

    .fp-latest .views-field-field-sell-value {
        float: none;
        min-width: none;
        width: auto;
        margin-bottom: 10px;
    }

    .views-field-view-node {
        text-align: right;
        display: none;
    }

    #content-home img.imagecache-article-body-image {
        float: left;
        width: 145px;
        height: 97px;
        margin: 0;
    }

    .imagecache.imagecache-article-body-image.imagecache-linked.imagecache-article-body-image_linked {
        float: left;
        margin: 3px 10px 0 0;
        display: block;
        overflow: hidden;
        width: 110px;
        height: 75px;
    }

    .fp-headline .views-field-title a {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1;
    }

    .fp-headline .views-field-title a:focus, .fp-headline .views-field-title a:hover {
        color: #903F98 !important;
        text-decoration: underline !important;
    }

    .fp-headline .views-field-title a:link, .fp-headline .views-field-title a:visited {
        color: #9183BF;
        text-decoration: none;
    }

    .fp-headline .views-field-title {
        padding: 0;
    }

    .fp-headline .views-field-field-sell-value span {
        color: #333;
    }

    #logo {
        float: left;
        width: 100%;
        height: 62px;
        overflow: hidden;
        margin: 0 auto 7px;
    }

    h1 {
        margin: 0 auto;
        display: block;
        text-indent: -9999px;
    }

    #header h1 a {
        width: 314px;
        height: 88px;
        border: none;
        display: block;
        margin: 0 auto;
        background: #fff url(logo.png) center top no-repeat;
    }

    #content2 {
        border-top: 1px solid #ccc;
        background: #eee;
        padding: 10px 0 5px;
    }

    #block-11 {
        float: left;
        width: auto;
        padding: 0 10px;
        font-weight: normal;
        font-size: 11px;
        text-align: center;
        margin: 0;
        font-style: italic;
    }

    #footer {
        float: left;
        width: 100%;
        text-align: center;
        border: 0;
        margin: 0;
        padding: 5px 10px 0;
        background: #eee;
    }

    #block-9 {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    #views-frontpage_headline-block_1 {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        overflow: hidden;
        height: 80px;
    }

    .fp-latest .views-field-field-body-photo-fid {
        float: left;
        width: 110px;
        overflow: hidden;
        margin: 3px 10px 0 0;
    }

    img.imagecache-article-tn-image {
        float: left;
        border: 0;
        padding: 0;
    }

    #views-spirit_articles_listing-block_1 {
        margin: 0;
    }

    .category-listing .views-row {
        float: left;
        width: 100%;
        padding: 0 0 10px;
        margin: 0 0 5px;
        border-bottom: 1px solid #EEE;
        display: block;
        overflow: hidden;
    }

    .category-listing .views-field-field-sell-value, .category-listing .views-field-field-intro-value {
        float: none;
        width: auto;
    }

    .breadcrumb {
        width: auto;
        padding: 0 0 5px;
        margin: 0 15px 8px;
        border-bottom: 1px solid #eee;
    }

    #content-inner h2 {
        margin: 0 15px;
    }

    #content-inner .clear-block {
        margin: 0 15px;
    }

    #content-inner .clear-img {
        width: 100%;
        text-align: center;
        margin: 15px 0 10px;
    }

    img.imagecache-article-body-image {
        float: none;
        margin: 0;
    }

    .sell, .intro {
        clear: both;
    }

    #footer p {
        float: left;
        width: auto;
        padding: 0 10px 10px;
        font-weight: normal;
        font-size: 8px;
        text-align: center;
        margin: 0;
    }

    #header h1 a {
        width: 220px;
        height: 62px;
        border: none;
        display: block;
        margin: 0 auto;
        background: #fff url(logo-m.png) center top no-repeat;
    }

    /* Scrollable main menu */
    #menu-primary-links {
        float: left;
        position: relative;
        background: #9183bf;
        width: 100%;
        height: auto;
        border-bottom: 0;
        margin: 5px 0 0;
    }

    #menu-primary-links .left_arrow, #menu-primary-links .right_arrow {
        position: absolute;
        height: 10px;
        width: 11px;
    }

    #menu-primary-links .left_arrow {
        top: 16px;
        left: 0;
        background: url("images/lt_arrow.png") right center no-repeat;
    }

    #menu-primary-links .right_arrow {
        top: 16px;
        right: 0;
        background: url("images/rt_arrow.png") left center no-repeat;
    }

    #menu-primary-links ul.menu {
        list-style: none;
        display: block;
        float: left;
        width: 860px;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    #scrollmenu {
        float: left;
        margin: 0 15px;
        width: 92%;
        overflow: hidden;
    }

    #menu-primary-links ul.menu li {
        border-right: 0;
    }

    #menu-primary-links ul.menu li a {
        display: block;
        padding: 8px 13px 10px;
    }

    /* Views listing tabs */
    #views-beauty_articles_listing-block_1 a {
        background: url("images/beauty-listing-heading-m.png") 0 0 no-repeat;
    }

    #views-beauty_articles_listing-block_1 a:hover {
        background-position: 0;
    }

    #views-relationships_articles_listing-block_1 a {
        background: url("images/relationships-listing-heading-m.png") 0 0 no-repeat;
    }

    #views-relationships_articles_listing-block_1 a:hover {
        background-position: 0;
    }

    #views-health_articles_listing-block_1 a {
        background: url("images/health-listing-heading-m.png") 0 0 no-repeat;
    }

    #views-health_articles_listing-block_1 a:hover {
        background-position: 0;
    }

    #views-food_articles_listing-block_1 a {
        background: url("images/food-listing-heading-m.png") 0 0 no-repeat;
    }

    #views-food_articles_listing-block_1 a:hover {
        background-position: 0;
    }

    #views-lifestyle_articles_listing-block_1 a {
        background: url("images/lifestyle-listing-heading-m.png") 0 0 no-repeat;
    }

    #views-lifestyle_articles_listing-block_1 a:hover {
        background-position: 0;
    }

    #views-beauty_articles_listing-block_1 a, #views-relationships_articles_listing-block_1 a, #views-health_articles_listing-block_1 a, #views-food_articles_listing-block_1 a, #views-lifestyle_articles_listing-block_1 a {
        display: block;
        width: 100%;
        height: 31px;
    }

    .tab_arrows {
        float: right;
        display: block;
        border: 0;
        background: url("images/tab-arrow-m.png") left center no-repeat;
        width: 28px;
        height: 19px;
        margin: 6px 6px 0 0;
    }

    #openx-6 {
        display: none;
    }

    #views-similar_entries-block {
        margin-left: 20px;
    }

    .views-field-title {
        margin-bottom: 10px;
    }

    .boxx {
        display: none;
    }
}


/* footer links css */
#menu-menu-footer-links {
    width:480px;
    display:block;
}

#menu-menu-footer-links li, #menu-menu-other-sites-link li, #menu-menu-other-sites-nourish li {
    float: left;
    list-style: none;

}

#menu-menu-footer-links a {
    color: #cc0000;
}

li.footer_seperator {
    width: 5px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

li.footer_seperator:last-child {
    display: none;
}

/* ------------------- */
#menu-menu-nourish-footer-links {
    display: block;
    width: 755px;
}

#menu-menu-nourish-footer-links h2 {
    display: none;
}

#menu-menu-nourish-footer-links li {
    float: left;
    list-style: none outside none;
}

#menu-menu-nourish-footer-links li a {
    color: #CC0000;
}

/* ------------------- */

#menu-menu-other-sites-link {
    margin-bottom:10px;
    display: block;
    width:975px;
    float:left;
    font-size:10px;
    margin-top: 10px;
}

#menu-menu-other-sites-link a {
    color:#666;
}

#menu-menu-other-sites-nourish {
    margin-bottom:10px;
    display: block;
    width:975px;
    float:left;
    font-size:10px;
    margin-top: 10px;
}

#menu-menu-other-sites-nourish a {
    color:#666;
}

.view-similar-entries, .view-similar-entries .view-content {
    float: left;
    width: 655px;
}

.view-similar-entries .view-content .views-row {
    width: 205px;
    float: left;
    height: 185px;

}

.view-similar-entries .view-content .views-row-2, .view-similar-entries .view-content .views-row-5, .view-similar-entries .view-content .views-row-8 {
    margin-right: 18px;
    margin-left: 18px;
}


#views-similar_entries-block {
    margin-top: 10px;
    float: left;
}

#views-similar_entries-block a {
    color: #cc0000;
}

#views-similar_entries-block .views-field-title {
    width: 205px;
    text-align: center;
}

.mailchimp_status_message_error {
    color: red;
    margin: 10px 20px;
}

.mailchimp_status_message_success {
    color: green;
    margin: 10px 20px;
}

.mailchimp_table {
    margin-top: 10px;
}

.mailchimp_table tbody {
    border-top: 0px solid black !important;
}

/* nourish similar entries */

.view-nourish-similar-entries, .view-nourish-similar-entries .view-content {
    float: left;
    width: 655px;
}

.view-nourish-similar-entries .view-content .views-row {
    width: 205px;
    float: left;
    height: 185px;

}

.view-nourish-similar-entries .view-content .views-row-2, .view-nourish-similar-entries .view-content .views-row-5, .view-nourish-similar-entries .view-content .views-row-8 {
    margin-right: 18px;
    margin-left: 18px;
}

/* ----------------- */

#views-e29de923194203781d53b1d5634ff3ff {
    float: left;
    margin-top: 40px;
    width: 651px;
}


#views-e29de923194203781d53b1d5634ff3ff .view-header {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    font-size: 14px;
    height: 29px;
    padding-left: 10px;
    padding-top: 4px;
    width: 644px;
    font-weight: bold;
}

#views-e29de923194203781d53b1d5634ff3ff .view-content .views-row {
    float: left;
    height: 185px;
    width: 205px;
}

#views-e29de923194203781d53b1d5634ff3ff .view-content .views-row-2, #views-e29de923194203781d53b1d5634ff3ff .view-content .views-row-5, #views-e29de923194203781d53b1d5634ff3ff .view-content .views-row-8 {
    margin-left: 18px;
    margin-right: 18px;
}

#views-e29de923194203781d53b1d5634ff3ff .views-field-title {
    text-align: center;
    width: 205px;
}

#views-e29de923194203781d53b1d5634ff3ff a {
    color: #CC0000;
}

/* ----------------- */

#views-nourish_similar_entries-block {
    margin-top: 10px;
    float: left;
}

#views-nourish_similar_entries-block a {
    color: #cc0000;
}

#views-nourish_similar_entries-block .views-field-title {
    width: 205px;
    text-align: center;
}


#views-nourish_similar_entries-block h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    font-size: 14px;
    height: 29px;
    padding-left: 10px;
    padding-top: 4px;
    width: 644px;
}

/* nourish similar entries */

.honeypot {
    display: none;
}

#views-food_new-block_1, #views-more_food_articles-block_1 {
    float: left;
    overflow: hidden;
    padding: 10px 0 0;
    width: 660px;
}

#views-more_food_articles-block_1 .view-header {
    width: 660px;
    float: left;
    border-top: 1px dotted #CCCCCC;
    padding-top: 5px;
}

#views-more_food_articles-block_1 .view-header a {
    color: #E2063A;
    font-size: 16px;
    font-weight: bold;
}

#views-more_food_articles-block_1 li {
    float: left;
    margin-right: 10px;
}

#views-more_food_articles-block_1 .item-list {
    float: left;
    margin-bottom: 5px;
}

#views-food_new-block_1 h2 {
    font-size: 1.4em;
    height: 30px;
    overflow: hidden;
    padding: 0 0 0 22px;
    text-transform: uppercase;
    width: 660px;
    background: url("images/food_new_heading.gif") no-repeat scroll left top transparent;
}


#views-food_new-block_1 h2 a {
    color: #FFF;
}

#views-food_new-block_1 .views-row {
    float: left;
    margin-right: 17px;
    overflow: hidden;
    width: 300px;
}

#views-food_new-block_1 .views-field-title a {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;

    color: #9183BF;
}

#views-food_new-block_1 .views-field-title {
    margin: 3px 0 10px;
    height: 40px;
}

/* ---------------------------- */

#views-health_new-block_1, #views-more_health_articles-block_1 {
    float: left;
    overflow: hidden;
    padding: 10px 0 0;
    width: 660px;
}





#views-health_new-block_1 h2 {
    font-size: 1.4em;
    height: 30px;
    overflow: hidden;
    padding: 0 0 0 22px;
    text-transform: uppercase;
    width: 660px;
    background: url("images/health-header-new.gif") no-repeat scroll left top transparent;
}


#views-health_new-block_1 h2 a {
    color: #FFF;
}

#views-health_new-block_1 .views-row {
    float: left;
    margin-right: 17px;
    overflow: hidden;
    width: 300px;
}

#views-health_new-block_1 .views-field-title a {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;

    color: #9183BF;
}

#views-health_new-block_1 .views-field-title {
    margin: 3px 0 10px;
    height: 40px;
}

/* ------------------------------------------- */

#views-more_health_articles-block_1 .view-header {
    width: 660px;
    float: left;
    border-top: 1px dotted #CCCCCC;
    padding-top: 5px;
}

#views-more_health_articles-block_1 .view-header a {
    color: #00AFBD;
    font-size: 16px;
    font-weight: bold;
}

#views-more_health_articles-block_1 li {
    float: left;
    margin-right: 10px;
}

#views-more_health_articles-block_1 .item-list {
    float: left;
    margin-bottom: 5px;
}

#menu-menu-header-menu {
    width: 330px;
    float: right;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 3px;

}

#menu-menu-header-menu .menu li {
    float: right;

    list-style:none;
    background-color:#bfafc6;
    padding: 5px 10px;
    border-radius: 5px;
}

#menu-menu-header-menu .menu li a {
    color: #FFF;
}

/* nourish header menu */

#menu-menu-nourish-header-menu {
    width: 330px;
    float: right;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 3px;

}

#menu-menu-nourish-header-menu h2 {
    display: none;
}

#menu-menu-nourish-header-menu .menu li {
    float: right;

    list-style:none;

    padding: 5px 10px;
    border-radius: 5px;

    /* fallback */
    background-color: #e9dab9;



    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4c294), to(#f5eccd));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #d4c294, #f5eccd);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #d4c294, #f5eccd);

    /* IE 10 */
    background: -ms-linear-gradient(top, #d4c294, #f5eccd);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #d4c294, #f5eccd);
}


#menu-menu-nourish-header-menu .menu li.last {
    background: none;

    float: right;

}

#menu-menu-nourish-header-menu .menu li.last a {
    background-image: url("images/faves.jpg");
    background-repeat: no-repeat;
    float: left;
    padding-left: 27px;
    height: 22px;
}

#menu-menu-nourish-header-menu .menu li a {
    color: #000;
}

/* nourish header menu */

.view-id-webform_contact_us_view .taxonomy_term_7, .view-id-webform_contact_us_view .submitted {
    display: none;
}

.view-id-webform_contact_us_view {
    width: 640px;
    float: left;
}

.phone-fax {
    margin-top: 15px;
}

.contact-blitz {
    margin-top: 15px;
}

.contact-sales {
    font-size:16px;
}

#menu-primary-links h2 {
    display: none;
}

#menu-menu-header-menu h2 {
    display: none;
}

#search-0 h2 {
    display: none;
}

#menu-menu-footer-links h2 {
    display: none;
}

#menu-menu-other-sites-link h2 {
    display: none;
}

#views-nourish_recipes-block_1 .view-id-nourish_recipes .view-header h2 {
    display: block;
    background-image:url(images/heading-bkgnd.jpg);
    width:644px;
    background-repeat: no-repeat;
    height: 29px;
}

#views-nourish_recipes-block_1 .view-id-nourish_recipes .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-weight: 100;
}

#views-nourish_recipes-block_1 {
    float: left;
    width: 644px;
    margin-top: 15px;
}

#views-nourish_recipes-block_1 .view-id-nourish_recipes .views-row {
    width: 204px;
    float: left;
    margin-right: 15px;
}

#views-nourish_recipes-block_1 .view-id-nourish_recipes .views-row-last {
    margin-right: 0px;
}

#views-nourish_recipes-block_1 .view-id-nourish_recipes .views-row .views-field-title a {
    color: #cc0000;
    font-size: 13px;

}

#views-nourish_recipes-block_1 .view-id-nourish_recipes .views-row .views-field-title {
    float: left;
    line-height: 1.2;
    text-align: center;
    width: 200px;
}

#views-nourish_recipes-block_1 .view-id-nourish_recipes .views-row img.imagecache-nourish-thumb-small {
    /*border: 1px solid #CCC;  */
}

#views-nourish_health_main-block_1 {
    float: left;
    width: 400px;
    margin-left: 1px;
    border-bottom: 1px solid #E4D6B3;

    border-left: 1px solid #E4D6B3;
    height: 320px;
}

#views-nourish_health_articles-block_1 {


    border-bottom: 1px solid #E4D6B3;
    border-left: 0 none;
    border-right: 1px solid #E4D6B3;
    float: left;
    height: 315px;
    padding-top: 5px;
    width: 241px;
}

#block-19 {
    float: left;
    width: 644px;
    margin-top: 20px;
    /* margin-bottom: 10px; */
}

#block-19 .view-header h2 {
    display: block;
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;

    height: 29px;
    width: 644px;
    margin-bottom: 0em;
}

#block-19 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-left: 20px;
    height: 25px;
}

#views-nourish_food_diet_main-block_1 {
    float: left;
    width: 400px;
    height: 320px;
    border-bottom: 1px solid #e4d6b3;

    border-left: 1px solid #e4d6b3;

}

#views-352130be694444e03b720ab17f123b05 {
    border-right: 1px solid #e4d6b3;
    border-bottom: 1px solid #e4d6b3;
    float: left;
    /*padding-left: 10px; */
    width: 241px;

    padding-top: 5px;
    border-left: 0px;
    height: 315px;
    margin-bottom: 20px;

}

#poll-0 {
    width: 300px;
    float: left;
    background-image: url("images/nourish-poll.jpg");
    height: 252px;
    background-repeat:no-repeat;
}

#poll-0 h2 {
    display: none;
}

#poll-0 .poll {
    width: 200px;
}

#poll-0 .links {
    display: none;
}

#poll-0 #poll-view-voting #edit-vote {
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    background-color: #0abb23;
    border: 2px solid #FFF;
    float: left;
    box-shadow: 3px 3px 5px #999999;
}

.nourish-privacy-policy {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

.nourish-privacy-policy a {
    color: #FFF;
}

#block-20 .view-header h2, #block-36 .view-header h2 {
    display: block;
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;

    height: 29px;
    width: 644px;

    margin-bottom: 0em;
}

#block-20 .view-header h2 a, #block-36 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    margin-bottom: 5px;
    margin-left: 20px;
    height: 24px;
    font-weight: 100;
}

#block-20 .view-header h2 a, #block-36 .view-header h2 a:hover {
    text-decoration: none;
}

#block-20, #block-36 {
    float: left;
    width: 644px;
    /* margin-top: 20px;
 margin-bottom: 10px; */
}

.fp-latest-health .views-row {
    border-bottom: 2px dotted #9183BF;
    display: block;
    float: right;
    margin: 0 2px 10px 0;
    padding: 0;
    width: 236px;
    min-height: 90px;
}

.fp-latest-health .views-row-last {
    border: 0;
    margin: 0;
    padding: 0;
}

.fp-latest-health .views-field-field-body-photo-fid {
    float: left;
    overflow: hidden;
    margin: 0 10px 6px 10px;
}

.fp-latest-health .views-field-title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    margin-left: 15px;
}

.fp-latest-health .views-field-title a {
    color: #cc0000;
    font-size: 14px;
}

.fp-latest-health .views-field-field-sell-value {
    float: left;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 210px;
}

.fp-latest-health .views-field-field-intro-value {
    float: left;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 210px;
}

.fp-latest-health .views-field-view-node {
    text-align: right;
}

/* -------------------------------- */

.fp-latest-food .views-row {
    border-bottom: 2px dotted #9183BF;
    display: block;
    float: right;
    margin: 0 2px 10px 0;
    padding: 0;
    width: 236px;
    min-height: 90px;
}

.fp-latest-food .views-row-last {
    border: 0;
    margin: 0;
    padding: 0;
}

.fp-latest-food .views-field-field-body-photo-fid {
    float: left;
    overflow: hidden;
    margin: 0 10px 7px 15px;
}

.fp-latest-food .views-field-title {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    margin-left: 15px;
}

.fp-latest-food .views-field-title a {
    color: #cc0000;
    font-size: 14px;
}

.fp-latest-food .views-field-field-sell-value {
    float: left;
    width: 210px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 11px;
    margin-left: 15px;
}

.fp-latest-food .views-field-field-intro-value {
    float: left;
    width: 210px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 11px;
    margin-left: 15px;
}

.fp-latest-food .views-field-view-node {
    text-align: right;
}

#views-c2130f0697ca70fb42faed5798ada6ab {
    float: left;
    width: 644px;
    margin-top: 20px;
}

#views-c2130f0697ca70fb42faed5798ada6ab .view-header h2 {
    display: block;
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;

    height: 29px;
    width: 644px;
}

#views-c2130f0697ca70fb42faed5798ada6ab .view-content .views-row {
    width: 312px;
    float: left;
    margin-right: 20px;
}

#views-c2130f0697ca70fb42faed5798ada6ab .view-content .views-row-even {

    margin-right: 0px;
}

#views-c2130f0697ca70fb42faed5798ada6ab .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-weight: 100;
}

#views-c2130f0697ca70fb42faed5798ada6ab .view-content .views-field-title a {
    font-size: 1.2em;
    color: #cc0000;
    font-weight: bold;
}

#views-c2130f0697ca70fb42faed5798ada6ab .view-content .views-field-title {
    margin-bottom: 10px;

}

.view-id-nourish_travel_articles_listing .views-field-field-sell-value {
    margin-bottom: 10px;
}

.view-id-nourish_travel_articles_listing .views-field-field-intro-value {
    margin-bottom: 10px;
}


#views-ad73ca59c6e2f084bfe2765e6dcbd7e5 {
    float: left;
    width: 644px;
    margin-top: 20px;
}

#views-ad73ca59c6e2f084bfe2765e6dcbd7e5 .view-header h2 {
    display: block;
}

#views-ad73ca59c6e2f084bfe2765e6dcbd7e5 .view-header h2 a {
    font-size: 17px;
    color: #658AD0;
}

#views-ad73ca59c6e2f084bfe2765e6dcbd7e5 .views-row {
    float: left;
}

#views-ad73ca59c6e2f084bfe2765e6dcbd7e5 .views-row .views-field-title a {
    color:#000;
}

#views_slideshow_singleframe_main_nourish_slideshow-block_1 .views-field-title a {
    color: #b70202;
    font-size: 1.3em;
    line-height: 1;
    opacity: 1;
}

#views_slideshow_singleframe_main_nourish_slideshow-block_1 .views-field-title {
    background-color: #fff;

    margin-top: -45px;
    opacity: 0.8;
    padding: 10px 10px 7px;
}

#views-nourish_slideshow-block_1 #views_slideshow_singleframe_playpause_nourish_slideshow-block_1 {
    display: none;
}

.view-nourish-slideshow .views-slideshow-controls-top {
    position: absolute;
    top: 160px;
    z-index: 10;
    width: 645px;
    opacity: 0.7;
    pointer-events: none;
}

.view-nourish-slideshow .view-content {
    position: relative;
    overflow: hidden;
}



#views-nourish_slideshow-block_1 #views_slideshow_singleframe_prev_nourish_slideshow-block_1 {
    background-image: url("images/left_arrow.png");
    text-indent: -9000px;
    width: 31px;
    height: 51px;
    float: left;
    pointer-events: auto;
}

#views-nourish_slideshow-block_1 #views_slideshow_singleframe_next_nourish_slideshow-block_1 {
    background-image: url("images/right_arrow.png");
    text-indent: -9000px;
    width: 31px;
    height: 51px;
    float: right;
    pointer-events: auto;
}


/* recipes slideshow */

.view-nourish-recipe-slideshow .view-content {
    position: relative;
    overflow: hidden;
}



#views-e0d830cdf126c57570b3d6da5176c946 #views_slideshow_singleframe_prev_nourish_recipe_slideshow-block_1 {
    background-image: url("images/left_arrow.png");
    text-indent: -9000px;
    width: 31px;
    height: 51px;
    float: left;
    pointer-events: auto;
}

#views-e0d830cdf126c57570b3d6da5176c946 #views_slideshow_singleframe_next_nourish_recipe_slideshow-block_1 {
    background-image: url("images/right_arrow.png");
    text-indent: -9000px;
    width: 31px;
    height: 51px;
    float: right;
    pointer-events: auto;
}

#views_slideshow_singleframe_teaser_section_nourish_recipe_slideshow-block_1 .views-field-title a {
    color: #B70202;
    font-size: 1.3em;
    line-height: 1;
    opacity: 1;
}

#views_slideshow_singleframe_teaser_section_nourish_recipe_slideshow-block_1 .views-field-title {
    background-color: #FFFFFF;

    margin-top: -45px;
    opacity: 0.8;
    padding: 10px 10px 7px;
}

#views-e0d830cdf126c57570b3d6da5176c946 #views_slideshow_singleframe_playpause_nourish_recipe_slideshow-block_1 {
    display: none;
}

#views-nourish_dessert_main-block_1 {
    border-bottom: 1px solid #E4D6B3;
    border-left: 1px solid #E4D6B3;
    float: left;
    height: 320px;

    width: 400px;
}

.view-nourish-recipe-slideshow .views-slideshow-controls-top {
    position: absolute;
    top: 160px;
    z-index: 10;
    width: 645px;
    opacity: 0.7;
    pointer-events: none;
}

/* recipes slideshow */


/* diet slideshow */

.view-nourish-diet-slideshow .view-content, 
.view-nourish-gluten-free-slideshow .view-content {
    position: relative;
    overflow: hidden;
}

#views-nourish_diet_slideshow-block_1 #views_slideshow_singleframe_prev_nourish_diet_slideshow-block_1, 
#views-515b1e705a176b9181ecf55344901dff #views_slideshow_singleframe_prev_nourish_gluten_free_slideshow-block_1 {
    background-image: url("images/left_arrow.png");
    text-indent: -9000px;
    width: 31px;
    height: 51px;
    float: left;
    pointer-events: auto;
}

#views-nourish_diet_slideshow-block_1 #views_slideshow_singleframe_next_nourish_diet_slideshow-block_1, 
#views-515b1e705a176b9181ecf55344901dff #views_slideshow_singleframe_next_nourish_gluten_free_slideshow-block_1 {
    background-image: url("images/right_arrow.png");
    text-indent: -9000px;
    width: 31px;
    height: 51px;
    float: right;
    pointer-events: auto;
}

#views_slideshow_singleframe_teaser_section_nourish_diet_slideshow-block_1 .views-field-title a, 
#views_slideshow_singleframe_teaser_section_nourish_gluten_free_slideshow-block_1 .views-field-title a {
    color: #B70202;
    font-size: 1.3em;
    line-height: 1;
    opacity: 1;
}

#views_slideshow_singleframe_teaser_section_nourish_diet_slideshow-block_1 .views-field-title, 
#views_slideshow_singleframe_teaser_section_nourish_gluten_free_slideshow-block_1 .views-field-title {
    background-color: #FFF;
    color: #FFFFFF;
    margin-top: -45px;
    opacity: 0.8;
    padding: 10px 10px 8px;
}

#views-nourish_diet_slideshow-block_1 #views_slideshow_singleframe_playpause_nourish_diet_slideshow-block_1, 
#views-515b1e705a176b9181ecf55344901dff #views_slideshow_singleframe_playpause_nourish_gluten_free_slideshow-block_1 {
    display: none;
}

.view-nourish-diet-slideshow .views-slideshow-controls-top, 
.view-nourish-gluten-free-slideshow .views-slideshow-controls-top {
    position: absolute;
    top: 160px;
    z-index: 10;
    width: 645px;
    opacity: 0.7;
    pointer-events: none;
}

/* diet slideshow */


.nourish-app-store-ad {
    background-color: #ffffcd;
    float: left;
    width: 300px;
    position: relative;
}

.nourish-app-store-ad .nourish-may-issue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    width: 105px;
    margin-top: 5px;
    margin-left: 15px;
    float: left;
}

.nourish-app-store-ad .nourish-magazine-cover {
    float: left;
    width: 142px;
    margin-left: 5px;
    margin-top: 7px;
}

.nourish-app-store-ad .nourish-subscribe-button {
    width: 140px;
    top: 130px;
    left: 15px;
    position: absolute;
}

.nourish-app-store-ad .nourish-digital-version {
    float: left;
    width: 135px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    margin-top: 10px;
    margin-left: 15px;
    line-height: 1.2;
}

.nourish-app-store-ad .nourish-app-button {
    float: left;
    width: 137px;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.nourish-mailchimp-signup {
    width: 300px;
    float: left;
    /*border-radius: 5px;
background-color: #ffccce;
border: 1px solid #CCC;	*/
    background-image:url("images/news-nourish.jpg");

    /*padding-bottom: 10px;*/
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.nourish-mailchimp-signup form {

}

.nourish-mailchimp-signup .mailchimp_status_message_error, .nourish-mailchimp-signup .mailchimp_status_message_success {
    margin-top: 55px;
}

.nourish-mailchimp-signup .nourish-mailchimp-header {
    color: #fe0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight: bold;
    margin-left: 20px;
}

.nourish-mailchimp-signup .nourish-mailchimp-free {
    font-size:35px;
    text-shadow: 2px 2px #999999;
    margin-right: 10px;
}

.nourish-mailchimp-signup .nourish-mailchimp-intro {
    color: #666;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    margin-left: 20px;
    width: 260px;
    font-weight: bold;
}

.nourish-mailchimp-signup .mailchimp_input {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 5px;
    color:#CCC;
}

.nourish-mailchimp-signup .nourish-mailchimp-input {
    margin-left: 20px;
}

.nourish-mailchimp-signup .mailchimp_nourish_signup {



    background-color: #CC0000;
    border: 2px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;

    margin-left: 5px;
    padding: 5px;
}

#views-nourish_cakes-block_1 .view-nourish-cakes {
    width: 300px;
    background-image:url(images/pinboard.jpg);
    float: left;
    height: 402px;
}

#views-nourish_cakes-block_1 .views-row {
    width: 115px;
    float: left;
}

#views-nourish_cakes-block_1 .views-row .views-field-field-body-photo-fid {
    margin-left: 5px;
}

#views-nourish_cakes-block_1 .views-row-even {
    margin-left: 20px;
}

#views-nourish_cakes-block_1 .views-row-3, #views-nourish_cakes-block_1 .views-row-4 {
    margin-top: 40px;
}

#views-nourish_cakes-block_1 .views-field-title a {
    color: #cc0000;
    font-size: 12px;
}



#views-nourish_cakes-block_1 .view-content {
    float: left;
    margin-top: 25px;
    margin-left: 13px;
}

@font-face { font-family: cake-font; src: url('images/Bradley-Hand-ITC.ttf') , url('images/Bradley-Hand.eot'); }

#views-nourish_cakes-block_1 h2 {
    background-image: none !important;
    margin-top: 25px;
    margin-left: 10px;
    -webkit-transform: rotate(358deg);
    -moz-transform: rotate(358deg);
    -o-transform: rotate(358deg);
    -ms-transform: rotate(358deg);
}

#views-nourish_cakes-block_1 h2 a {
    color: #3333cc;
    font-family:cake-font, ariel;
    font-size: 30px;
    text-decoration: none;
}

#views-nourish_cakes-block_1 h2 a:hover {
    text-decoration: underline;
}

#zeitgeist-latest {
    width: 300px;
    background-image:url(images/trending-now.jpg);
    height: 352px;
}

#zeitgeist-latest h2 {
    display:none;
}

#zeitgeist-latest .item-list {
    float: left;
    margin-top: 100px;
    margin-left: 20px;
    border-bottom: 0px solid #000 !important;
}

#zeitgeist-latest .item-list li a {
    color: #000;
    font-size: 13px;
}

#zeitgeist-latest .item-list li {
    margin-left: 0.5em;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .view-header h2 {
    display: block;
    background-image:url(images/heading-bkgnd.jpg);
    width:644px;
    background-repeat: no-repeat;
    height: 29px;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-row {
    width: 320px;
    float: left;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-row-3, #views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-row-4 {
    margin-top: 20px;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-field-field-body-photo-fid {
    width: 130px;
    float: left;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-field-title, #views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-field-field-intro-value, #views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-field-path {
    width: 180px;
    float: left;
    margin-left: 10px;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-field-path {
    text-align: right;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-field-title a {
    color: #cc0000;
    font-size: 15px;
    line-height: 0.5;

}

#views-nourish_travel_hotels-block_1  {
    float: left;
}

.nourish-recipe-content-buttons #print-block {
    width: 115px;
    float: left;
    border-right: 0px none;
    margin-right: 0px;
    padding-right: 0px;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-field-path a {
    color: #cc0000;
    font-size: 12px;
    padding-right: 10px;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-field-field-intro-value {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .views-field-field-intro-value span {
    padding-right: 10px;
}

/* ------------------------------ */

#views-35d48ec2e77859feeca30b866ba3e6a1 {
    border-bottom: 1px solid #E4D6B3;
    border-left: 1px solid #E4D6B3;
    float: left;
    height: 320px;
    width: 399px;
}

#views-nourish_low_fat_main-block_1 {
    border-bottom: 1px solid #E4D6B3;
    border-left: 1px solid #E4D6B3;
    float: left;
    height: 320px;
    width: 399px;
}

#views-b7bef2e245452680695f2ec725f55ad4 {
    border-bottom: 1px solid #E4D6B3;
    border-left: 1px solid #E4D6B3;
    float: left;
    height: 320px;
    width: 399px;
}

/* events festival */

#views-nourish_events_festival-block_1 {
    width: 644px;
    float: left;
    /*margin-top: 20px; */
}

#views-nourish_events_festival-block_1 .view-nourish-events-festival .view-header h2 {
    display: block;
    background-image:url(images/heading-bkgnd.jpg);
    width:644px;
    background-repeat: no-repeat;
    height: 29px;
}

#views-nourish_events_festival-block_1 .view-nourish-events-festival .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-nourish_events_festival-block_1 .view-nourish-events-festival .views-row {
    width: 320px;
    float: left;
    margin-top:10px;
    margin-bottom: 10px;
}

/*
#views-nourish_events_festival-block_1 .view-nourish-events-festival .views-row-3, #views-nourish_events_festival-block_1 .view-nourish-events-festival .views-row-4 {
margin-top: 20px;
}
*/

#views-nourish_events_festival-block_1 .view-nourish-events-festival .views-field-field-body-photo-fid {
    width: 130px;
    float: left;
}

#views-nourish_events_festival-block_1 .view-nourish-events-festival .views-field-title, #views-nourish_events_festival-block_1 .view-nourish-events-festival .views-field-field-intro-value, #views-nourish_events_festival-block_1 .view-nourish-events-festival .views-field-path {
    width: 180px;
    float: left;
    margin-left: 10px;
}

#views-nourish_events_festival-block_1 .view-nourish-events-festival .views-field-path {
    text-align: right;
}

#views-nourish_events_festival-block_1 .view-nourish-events-festival .views-field-title a {
    color: #cc0000;
    font-size: 15px;
    line-height: 0.5;
}

#views-nourish_events_festival-block_1 .view-nourish-events-festival .views-field-path a {
    color: #cc0000;
    font-size: 12px;
    padding-right: 10px;
}


#views-nourish_events_festival-block_1 .view-nourish-events-festival .views-field-field-intro-value {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#views-nourish_events_festival-block_1 .view-nourish-events-festival .views-field-field-intro-value span {
    padding-right: 10px;
}
/* events festival */


/* events classes */

#views-nourish_events_classes-block_1 {
    float: left;
    width: 644px;
    margin-top: 20px;
}

#views-nourish_events_classes-block_1 .view-nourish-events-classes .view-header h2 {
    display: block;
    background-image:url(images/heading-bkgnd.jpg);
    width:644px;
    background-repeat: no-repeat;
    height: 29px;
}

#views-nourish_events_classes-block_1 .view-nourish-events-classes .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-nourish_events_classes-block_1 .view-nourish-events-classes .views-row {
    width: 320px;
    float: left;
}

#views-nourish_events_classes-block_1 .view-nourish-events-classes .views-row-3, #views-nourish_events_classes-block_1 .view-nourish-events-classes .views-row-4 {
    margin-top: 20px;
}

#views-nourish_events_classes-block_1 .view-nourish-events-classes .views-field-field-body-photo-fid {
    width: 130px;
    float: left;
}

#views-nourish_events_classes-block_1 .view-nourish-events-classes .views-field-title, #views-nourish_events_classes-block_1 .view-nourish-events-classes .views-field-field-intro-value, #views-nourish_events_classes-block_1 .view-nourish-events-classes .views-field-path {
    width: 180px;
    float: left;
    margin-left: 10px;
}

#views-nourish_events_classes-block_1 .view-nourish-events-classes .views-field-title a {
    color: #cc0000;
    font-size: 15px;
    line-height: 0.5;
}

#views-nourish_events_classes-block_1 .view-nourish-events-classes .views-field-path a {
    color: #cc0000;
    font-size: 12px;
}


#views-nourish_events_classes-block_1 .view-nourish-events-classes .views-field-field-intro-value {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}
/* events classes */

#views-nourish_travel_retreats-block_1 {
    float: left;
    width: 644px;
    margin-top: 20px;
}

#views-nourish_travel_retreats-block_1 .view-header h2 {
    display: block;
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;

    height: 29px;
    width: 644px;
}

#views-nourish_travel_retreats-block_1 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-weight: 100;
}

#views-nourish_travel_retreats-block_1 .view-content .views-row {
    width: 312px;
    float: left;
    margin-right: 20px;
}

#views-nourish_travel_retreats-block_1 .view-content .views-row-even {

    margin-right: 0px;
}

#views-nourish_travel_retreats-block_1 .view-content .views-field-title {
    margin-bottom: 10px;

}

#views-nourish_travel_retreats-block_1 .view-content .views-field-title a {
    font-size: 1.2em;
    color: #cc0000;
    font-weight: bold;
}

#views-nourish_travel_retreats-block_1 .views-field-field-intro-value {
    margin-bottom: 10px;
}

#views-c4c28fd6ff1c79ee48cec19866ba4a2a {
    float: left;
    width: 644px;
    margin-top: 20px;
}



#views-c4c28fd6ff1c79ee48cec19866ba4a2a .view-content .views-row {
    width: 312px;
    float: left;
    margin-right: 20px;
}

#views-c4c28fd6ff1c79ee48cec19866ba4a2a .view-content .views-row-even {

    margin-right: 0px;
}

#views-c4c28fd6ff1c79ee48cec19866ba4a2a .view-content .views-field-title {
    margin-bottom: 10px;

}

#views-c4c28fd6ff1c79ee48cec19866ba4a2a .view-content .views-field-title a {
    font-size: 1.2em;
    color: #cc0000;
    font-weight: bold;
}

#views-c4c28fd6ff1c79ee48cec19866ba4a2a .views-field-field-intro-value {
    margin-bottom: 10px;
}

/* ---------------------------------- */

#views-nourish_classes-block_1 {
    float: left;
    width: 644px;
    margin-top: 20px;
}

#views-nourish_classes-block_1 .view-header h2 {
    display: block;
    background-image:url(images/heading-bkgnd.jpg);
    width:644px;
    background-repeat: no-repeat;
    height: 29px;
}

#views-nourish_classes-block_1 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-weight: 100;
}

#views-nourish_classes-block_1 .views-row {
    width: 150px;
    float: left;
    margin-right: 14px;
}

#views-nourish_classes-block_1 .views-row-4 {
    margin-right: 0px;
}

#views-nourish_classes-block_1 .views-row .views-field-title {
    float: left;
    line-height: 1.2;
    text-align: center;
    width: 150px;
}

#views-nourish_classes-block_1 .views-row .views-field-title a {
    color: #cc0000;
    font-size: 13px;

}

#custom_search_blocks-1 {
    background-image:url(images/cooking-class.png);
    width:314px;
    height: 174px;
}

#custom_search_blocks-1 #edit-custom-search-blocks-form-1-1-wrapper {
    float: left;
    margin-top: 50px;
    margin-left: 20px;
}


#custom_search_blocks-1 .custom-search-button {
    margin-top: 50px;
    margin-left: 5px;
}

#views-nourish_wine_pairing-block_1 {
    background-image:url(images/wine-pairing.jpg);
    width:297px;
    height: 285px;
}

#views-nourish_wine_pairing-block_1 .views-field-title a {
    color:#FFF;
    font-size: 13px;
}

#views-nourish_wine_pairing-block_1 .view-content {
    margin-top: 55px;
    margin-left: 85px;
}

/* ----------------------------------- */

#custom_search_blocks-2 {
    clear: right;
    width: 968px;
    overflow: hidden;
    background-image:url(images/search-bkgnd.png);
    background-repeat: no-repeat;
    margin-top: 7px;
    height: 54px;
    float: left;
    display: none;
}

#custom_search_blocks-2 .form-submit {
    /*background-color: #0ABB23;
    border: 2px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 3px #888888;
    color: #FFFFFF;
    margin-left: 10px;
    padding: 5px 25px; */
    margin-top: 10px;
}

#custom_search_blocks-2 #edit-custom-search-blocks-form-2-1 {
    border: 2px solid #000000;
    border-radius: 2px 2px 2px 2px;
    padding: 6px;
    width: 370px;
}

#custom_search_blocks-2 #edit-custom-search-blocks-form-2-1-wrapper {
    margin: 6px 0 0 220px;
    padding: 5px 0;
    width: 410px;
    float: left;
}

/* ---------------------------------- */


#views-nourish_weight_loss-block_1 {
    float: left;
    margin-top: 20px;
    width: 644px;
}


#views-nourish_weight_loss-block_1 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    width: 644px;
}

#views-nourish_weight_loss-block_1 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}


#views-nourish_weight_loss-block_1 .views-row {
    float: left;
    margin-right: 14px;
    width: 150px;
}

#views-nourish_weight_loss-block_1 .views-row-4 {
    margin-right: 0px;
}


#views-nourish_weight_loss-block_1 .views-row .views-field-title {
    float: left;
    line-height: 1.2;
    text-align: center;
    width: 150px;
}

#views-nourish_weight_loss-block_1 .views-row .views-field-title a {
    color: #cc0000;
    font-size: 13px;
}

/* ---------------------------------- */
#views-nourish_diet_health-block_1 {
    width: 644px;
    float: left;
    margin-top: 20px;
}


#views-nourish_diet_health-block_1 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    width: 644px;
}

#views-nourish_diet_health-block_1 .view-nourish-diet-health .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-nourish_diet_health-block_1 .view-nourish-diet-health .view-header h2 a:hover {
    text-decoration: none;
}

#views-nourish_diet_health-block_1 .view-nourish-diet-health .views-row {
    float: left;
    width: 320px;
}


#views-nourish_diet_health-block_1 .view-nourish-diet-health .views-field-field-body-photo-fid {
    float: left;
    width: 130px;
    margin-bottom: 20px;
}


#views-nourish_diet_health-block_1 .view-nourish-diet-health .views-field-title, #views-nourish_diet_health-block_1 .view-nourish-diet-health .views-field-field-intro-value, #views-nourish_diet_health-block_1 .view-nourish-diet-health .views-field-path {
    float: left;
    margin-left: 10px;
    width: 175px;
}

#views-nourish_diet_health-block_1 .view-nourish-diet-health .views-field-path {
    text-align: right;
}




#views-nourish_diet_health-block_1 .view-nourish-diet-health .views-field-title a {
    color: #cc0000;
    font-size: 15px;
    line-height: 0.5;
}

#views-nourish_diet_health-block_1 .view-nourish-diet-health .views-field-field-intro-value {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
}


#views-nourish_diet_health-block_1 .view-nourish-diet-health .views-field-path a {
    color: #cc0000;
    font-size: 12px;
    padding-right: 10px;
}

/* ------------------------------------- */

/* view__nourish_gluten_free_slideshow__block */
#views-nourish_gluten_free-block_1 {
    width: 644px;
    float: left;
    margin-top: 20px;
}


#views-nourish_gluten_free-block_1 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    width: 644px;
}

#views-nourish_gluten_free-block_1 .view-nourish-gluten-free .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-nourish_gluten_free-block_1 .view-nourish-gluten-free .view-header h2 a:hover {
    text-decoration: none;
}

#views-nourish_gluten_free-block_1 .view-nourish-gluten-free .views-row {
    float: left;
    width: 320px;
}


#views-nourish_gluten_free-block_1 .view-nourish-gluten-free .views-field-field-body-photo-fid {
    float: left;
    width: 130px;
    margin-bottom: 20px;
}

#views-nourish_gluten_free-block_1 .view-nourish-gluten-free .views-field-title, #views-nourish_gluten_free-block_1 .view-nourish-gluten-free .views-field-field-intro-value, #views-nourish_gluten_free-block_1 .view-nourish-gluten-free .views-field-path {
    float: left;
    margin-left: 10px;
    width: 175px;
}

#views-nourish_gluten_free-block_1 .view-nourish-gluten-free .views-field-path {
    text-align: right;
}

#views-nourish_gluten_free-block_1 .view-nourish-gluten-free .views-field-title a {
    color: #cc0000;
    font-size: 15px;
    line-height: 0.5;
}

#views-nourish_gluten_free-block_1 .view-nourish-gluten-free .views-field-field-intro-value {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#views-nourish_gluten_free-block_1 .view-nourish-gluten-free .views-field-path a {
    color: #cc0000;
    font-size: 12px;
    padding-right: 10px;
}

/* ------------------------------------- */


#views-nourish_diet_health_2-block_1 {
    float: left;
    margin-top: 20px;
    width: 644px;
}

#views-nourish_diet_health_2-block_1 .view-content .views-row {
    float: left;
    width: 320px;
}


#views-nourish_diet_health_2-block_1 .view-nourish-diet-health-2 .views-field-field-body-photo-fid {
    float: left;
    width: 130px;
    margin-bottom: 20px;
}

#views-nourish_diet_health_2-block_1 .views-row-3 .views-field-field-body-photo-fid, #views-nourish_diet_health_2-block_1 .views-row-4 .views-field-field-body-photo-fid {

    margin-bottom: 0px;
}

#views-nourish_diet_health_2-block_1 .view-nourish-diet-health-2 .views-field-title, #views-nourish_diet_health_2-block_1 .view-nourish-diet-health-2 .views-field-field-intro-value, #views-nourish_diet_health_2-block_1 .view-nourish-diet-health-2 .views-field-path {
    float: left;
    margin-left: 10px;
    width: 175px;
}

#views-nourish_diet_health_2-block_1 .view-nourish-diet-health-2 .views-field-path {
    text-align: right;
}


#views-nourish_diet_health_2-block_1 .view-nourish-diet-health-2 .views-field-title a {
    color: #cc0000;
    font-size: 15px;
    line-height: 0.5;
}

#views-nourish_diet_health_2-block_1 .view-nourish-diet-health-2 .views-field-field-intro-value {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
}


#views-nourish_diet_health_2-block_1 .view-nourish-diet-health-2 .views-field-path a {
    color: #cc0000;
    font-size: 12px;
    padding-right: 10px;
}

/* ---------------------------------- */

.nourish-social-media {
    width: 644px;
    float: left;
    background-color: #ffffd3;
    margin-top: 20px;
	/*margin-bottom: 20px;*/
}

.nourish-social-media .nourish-social-media-header {
    width: 644px;
    float: left;
    color:#000;
    font-size:17px;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-left: 10px;
}

.nourish-social-media .nourish-social-media-facebook-icon, .nourish-social-media .nourish-social-media-twitter-icon, .nourish-social-media .nourish-social-media-pintrest-icon, .nourish-social-media .nourish-social-media-newsletter-icon {
    width: 61px;
    float: left;
    margin: 10px;
}

.nourish-social-media .nourish-social-media-facebook-title, .nourish-social-media .nourish-social-media-newsletter-title, .nourish-social-media .nourish-social-media-pintrest-title, .nourish-social-media .nourish-social-media-twitter-title {
    width: 75px;
    float: left;
    margin-top: 50px;

}

.nourish-social-media .nourish-social-media-facebook-title a, .nourish-social-media .nourish-social-media-twitter-title a, .nourish-social-media .nourish-social-media-pintrest-title a, .nourish-social-media .nourish-social-media-newsletter-title a {
    color:#000;
    font-size:14px;
}


#custom_search_blocks-3 {
    background-image: url("images/fridge.png");
    height: 427px;
    width: 293px;
}

#custom_search_blocks-3 #edit-custom-search-blocks-form-3-1-wrapper {
    margin-top: 200px;
    margin-left: 60px;
}

#custom_search_blocks-3 #edit-custom-search-blocks-form-3-1 {
    border: 0px solid #000;
    background-color:transparent;
    color:#FFF;
}

#custom_search_blocks-3 .custom-search-button {
    margin-left: 190px;
    margin-top: -25px;
}

/* -------------------------- */

#block-27 {
    float: left;
    margin-top: 20px;
    width: 644px;
}


#block-27 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    margin-bottom: 0;
    width: 644px;
}


#block-27 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    height: 25px;
    margin-left: 20px;
}


#views-533aa9a66851e693a7886be039e60c56 {
    border-bottom: 1px solid #E4D6B3;
    border-left: 0 none;
    border-right: 1px solid #E4D6B3;
    float: left;
    height: 315px;
    padding-top: 5px;
    width: 241px;
}

#views-533aa9a66851e693a7886be039e60c56 .views-row {
    width: 238px;
}

#block-28 {
    float: left;
    margin-top: 20px;
    width: 644px;
}


#block-28 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    margin-bottom: 0;
    width: 644px;
}


#block-28 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    height: 25px;
    margin-left: 20px;
}

#views-41b36272cc68a8b2e80393ff95a51c12 {
    border-bottom: 1px solid #E4D6B3;
    border-left: 0 none;
    border-right: 1px solid #E4D6B3;
    float: left;
    height: 315px;
    padding-top: 5px;
    width: 243px;
}

#views-41b36272cc68a8b2e80393ff95a51c12 .views-row {
    width: 238px;
}

#block-29 {
    float: left;
    margin-top: 20px;
    width: 644px;
}


#block-29 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    margin-bottom: 0;
    width: 644px;
}


#block-29 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    height: 25px;
    margin-left: 20px;
}

#views-1165c8e7da5c9728fca5574998790479 {
    border-bottom: 1px solid #E4D6B3;
    border-left: 0 none;
    border-right: 1px solid #E4D6B3;
    float: left;
    height: 315px;
    padding-top: 5px;
    width: 243px;
}

#views-1165c8e7da5c9728fca5574998790479 .views-row {
    width: 238px;
}

/* -------------------------------- */

#block-38 {
    float: left;
    margin-top: 20px;
    width: 644px;
}

#block-38 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    margin-bottom: 0;
    width: 644px;
}

#block-38 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    height: 25px;
    margin-left: 20px;
}


#views-0147c69878db041bd5fa369f3a002f3e {
    border-bottom: 1px solid #E4D6B3;
    border-left: 0 none;
    border-right: 1px solid #E4D6B3;
    float: left;
    height: 315px;
    padding-top: 5px;
    width: 243px;
}

/* -------------------------------- */

#views-nourish_special_diet-block_1 {
    float: left;
    margin-top: 20px;
    width: 644px;
}


#views-nourish_special_diet-block_1 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    width: 644px;
}


#views-nourish_special_diet-block_1 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-nourish_special_diet-block_1 .view-content .views-row {
    float: left;
    margin-right: 20px;
    width: 312px;
}

#views-nourish_special_diet-block_1 .view-content .views-row-even {

    margin-right: 0px;

}


#views-nourish_special_diet-block_1 .view-content .views-field-title {
    margin-bottom: 10px;
}

#views-nourish_special_diet-block_1 .view-content .views-field-title a {
    color: #cc0000;
    font-size: 1.2em;
    font-weight: bold;
}

#views-nourish_special_diet-block_1 .views-field-field-intro-value {
    margin-bottom: 10px;
}

/* ------------------------------------- */

#views-nourish_dinner_ideas-block_1 {
    float: left;
    margin-top: 20px;
    width: 644px;
}

#views-nourish_dinner_ideas-block_1 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    width: 644px;
}

#views-nourish_dinner_ideas-block_1 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-nourish_dinner_ideas-block_1 .views-row {
    float: left;
    margin-right: 11px;
    width: 120px;
}

#views-nourish_dinner_ideas-block_1 .views-row .views-field-title {
    float: left;
    line-height: 1.2;
    text-align: center;
    width: 120px;
}

#views-nourish_dinner_ideas-block_1 .views-row .views-field-title a {
    color: #cc0000;
    font-size: 13px;
}

#views-nourish_dinner_ideas-block_1 .views-row-5 {
    margin-right: 0;
}

/* ------------------------------ */

#quicktabs-nourish_tabs {
    float: left;
    width: 644px;
    margin-top: 10px;
}

#quicktabs-nourish_tabs .nourish-chicken .views-row {
    float: left;
    width: 150px;
    margin-right: 10px;
}

#quicktabs-nourish_tabs .nourish-chicken .views-row-1 {
    margin-left: 6px;
}

#quicktabs-nourish_tabs .nourish-chicken .views-row-4 {
    margin-right: 6px;
}

#quicktabs-nourish_tabs #quicktabs_container_nourish_tabs {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    min-width: 642px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

#quicktabs-nourish_tabs ul.quicktabs-style-nostyle {
    padding: 0px;
    height: 30px;


}

#quicktabs-nourish_tabs ul.quicktabs-style-nostyle li {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    float: left;
    list-style-type: none;
    display: block;
    height: 25px;
    margin-top: 5px;
    padding-top: 5px;
    width: 102px;
    text-align: center;

    /* fallback */
    background-color: #ebdbb7;



    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6caa0), to(#f3ecd0));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #d6caa0, #f3ecd0);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #d6caa0, #f3ecd0);

    /* IE 10 */
    background: -ms-linear-gradient(top, #d6caa0, #f3ecd0);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #d6caa0, #f3ecd0);
}

#quicktabs-nourish_tabs ul.quicktabs-style-nostyle li.active {
    border-radius: 5px 5px 0px 0px;
    height: 30px;
    margin-top: 0;
    padding-top: 6px;
    border-bottom: 0px none;


    /* fallback */
    background-color: #FFFFFF;



    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFFF));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);

    /* IE 10 */
    background: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #FFFFFF, #FFFFFF);


}

#quicktabs-nourish_tabs ul.quicktabs-style-nostyle li.active a {
    color: #000;
    font-size: 20px;

}

#quicktabs-nourish_tabs ul.quicktabs-style-nostyle li.active a:hover, #quicktabs-nourish_tabs ul.quicktabs-style-nostyle li.active a:visited, #quicktabs-nourish_tabs ul.quicktabs-style-nostyle li.active a:active {
    text-decoration: none;
}

#quicktabs-nourish_tabs ul.quicktabs-style-nostyle li a {

    color: #000;
    font-size: 17px;

}

#quicktabs-nourish_tabs ul.quicktabs-style-nostyle li a:hover {
    text-decoration: none;
}

#quicktabs-nourish_tabs ul.quicktabs-style-nostyle li.first {
    border-left: 1px solid #CCC;
}

#quicktabs-nourish_tabs ul.quicktabs-style-nostyle li.last {
    width: 103px;
}

#quicktabs-nourish_tabs .nourish-chicken .views-field-title {
    float: left;
    line-height: 1.2;
    text-align: center;
    width: 150px;
}

#quicktabs-nourish_tabs .nourish-chicken .views-field-title a {
    color: #000000;
    font-size: 13px;
}

#quicktabs-nourish_tabs .view-footer {
    width: 70px;
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
}

#quicktabs-nourish_tabs .view-footer a {
    font-size: 11px;
    color: #cc0000;
}

/* ------------------  */

#custom_search_blocks-4 {
    background-image: url("images/search-back-ground-recipe.jpg");
    background-repeat: no-repeat;
    clear: right;
    float: left;
    height: 60px;
    margin-top: 7px;
    overflow: hidden;
    width: 968px;
}

#custom_search_blocks-4 #edit-custom-search-blocks-form-4-1-wrapper {
    float: left;
    margin: 10px 0 0 220px;
    padding: 5px 0;
    width: 410px;
}

#custom_search_blocks-4 #edit-custom-search-blocks-form-4-1 {
    border: 1px solid #CCC;
    border-radius: 2px 2px 2px 2px;
    padding: 6px;
    width: 370px;
}

#custom_search_blocks-4 #edit-custom-search-vocabulary-5-c-all-wrapper {
    display: none;
}

#custom_search_blocks-4 .custom-search-vocabulary-5 {
    float: right;
    width: 280px;
    margin-top: 10px;
}

#custom_search_blocks-4 .custom-search-vocabulary-5 .form-item {
    float: left;
    width: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#custom_search_blocks-4 .custom-search-vocabulary-5 .form-checkboxes {
    margin-top: 0px;
}

#custom_search_blocks-4 .custom-search-vocabulary-5 .form-item label {
    color: #0abb23;
}

#custom_search_blocks-4 #edit-submit, #custom_search_blocks-4 .custom-search-button {
    margin-top: 14px;
}

#custom_search_blocks-4 .custom_search-popup {
    width: 640px;
    background-color: #e6f2da;
    z-index: 21;
    border: 0px none;
    margin-top: 60px;
    margin-left: 0px;
}

#custom_search_blocks-4 .form-checkboxes .form-item {
    width: 145px;
    float: left;
}

#custom_search_blocks-4 .form-checkboxes .form-item label.option {
    color: #249905;
}

#custom_search_blocks-4 .custom-search-selector {
    float: left;
    width: 590px;
}

#custom_search_blocks-4 #advanced_search {
    /*background-color: #0ABB23;
    border: 2px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 3px #888888;
    color: #FFFFFF;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px 25px;*/
    color: #0abb23;
    float: right;
    margin-right: 50px;
    margin-top: 20px;
    text-decoration:underline;
}

#custom_search_blocks-4 .custom-search-selector .form-item label {
    color: #989896;
}

#custom_search_blocks-4 .custom_search-popup-close {
    background-image:url("images/close-button.png");
    background-repeat: no-repeat;
    padding-left: 16px;
    color: #CC0000;
}

#custom_search_blocks-3 .custom_search-processed .custom_search-popup-close, #custom_search_blocks-3 .custom_search-processed {
    display: none;
}

#custom_search_blocks-3 .custom_search-processed {
    border:0px none;
}


/* custom search 15 */
#custom_search_blocks-15 {
    background-image: url("images/search-back-ground-sml.jpg");
    background-repeat: no-repeat;
    clear: right;
    float: left;
    height: 60px;
    margin-top: 7px;
    overflow: hidden;
    width: 654px;
}

#custom_search_blocks-15 #edit-custom-search-blocks-form-4-1-wrapper {
    float: left;
    margin: 10px 0 0 190px;
    padding: 5px 0;
    width: 230px;
}

#custom_search_blocks-15 #edit-custom-search-blocks-form-4-1 {
    border: 1px solid #CCC;
    border-radius: 2px 2px 2px 2px;
    padding: 6px;
}

#custom_search_blocks-15 #edit-custom-search-vocabulary-5-c-all-wrapper {
    display: none;
}

#custom_search_blocks-15 .custom-search-vocabulary-5 {
    float: right;
    width: 280px;
    margin-top: 10px;
}

.taxonomy-terms-nourish {
    width: 644px;
    float: left;
    border-bottom: 1px solid #CCC;
    margin-top: -5px;
    margin-bottom: 10px;
}

.taxonomy-terms-nourish span {
    width: auto;
    float: left;
    font-size: 12px;
    margin-top: 3px;

}

.taxonomy-terms-nourish li {
    width: auto;
    float: left;
    list-style:disc;
    margin-left: 23px;
    color:#CCC;
    margin-right: 6px;
}



.taxonomy-terms-nourish li:first-child {
    list-style: none;
    margin-left: 5px;
}

.taxonomy-terms-nourish li a {
    font-size: 12px;
    color:#CC0000;
}

#custom_search_blocks-15 .custom-search-vocabulary-5 .form-item {
    float: left;
    width: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#custom_search_blocks-15 .custom-search-vocabulary-5 .form-checkboxes {
    margin-top: 0px;
}

#custom_search_blocks-15 .custom-search-vocabulary-5 .form-item label {
    color: #0abb23;
}

#custom_search_blocks-15 #edit-submit {
    margin-top: 14px;
}

#custom_search_blocks-15 .custom_search-popup {
    width: 640px;
    background-color: #e6f2da;
    z-index: 21;
    border: 0px none;
    margin-top: 60px;
    margin-left: 0px;
}

#custom_search_blocks-15 .form-checkboxes .form-item {
    width: 145px;
    float: left;
}

#custom_search_blocks-15 .form-checkboxes .form-item label.option {
    color: #249905;
}

#custom_search_blocks-15 .custom-search-selector {
    float: left;
    width: 590px;
}

#custom_search_blocks-15 #advanced_search {
    /*background-color: #0ABB23;
    border: 2px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 3px #888888;
    color: #FFFFFF;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px 25px;*/
    color: #0abb23;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    text-decoration:underline;
}

#custom_search_blocks-15 .custom-search-selector .form-item label {
    color: #989896;
}

#custom_search_blocks-15 .custom_search-popup-close {
    background-image:url("images/close-button.png");
    background-repeat: no-repeat;
    padding-left: 16px;
    color: #CC0000;
}
/* custom search 15 */


/* custom search 5 */
#custom_search_blocks-5 {
    background-image: url("images/search-back-ground-sml.jpg");
    background-repeat: no-repeat;
    clear: right;
    float: left;
    height: 60px;
    margin-top: 7px;
    overflow: hidden;
    width: 654px;
    margin-bottom: 20px;
}

#custom_search_blocks-5 #edit-custom-search-blocks-form-5-1-wrapper {
    float: left;
    margin: 10px 0 0 190px;
    padding: 5px 0;
    width: 230px;
}

#custom_search_blocks-5 #edit-custom-search-blocks-form-5-1 {
    border: 1px solid #CCC;
    border-radius: 2px 2px 2px 2px;
    padding: 6px;
    width: 190px;
}

#custom_search_blocks-5 #edit-custom-search-vocabulary-5-c-all-wrapper {
    display: none;
}

#custom_search_blocks-5 .custom-search-vocabulary-5 {
    float: right;
    width: 280px;
    margin-top: 10px;
}


#custom_search_blocks-5 .custom-search-vocabulary-5 .form-item {
    float: left;
    width: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#custom_search_blocks-5 .custom-search-vocabulary-5 .form-checkboxes {
    margin-top: 0px;
}

#custom_search_blocks-5 .custom-search-vocabulary-5 .form-item label {
    color: #0abb23;
}

#custom_search_blocks-5 #edit-submit-2 {
    margin-top: 14px;
}

#custom_search_blocks-5 .custom_search-popup {
    width: 640px;
    background-color: #e6f2da;
    z-index: 21;
    border: 0px none;
    margin-top: 60px;
    margin-left: 0px;
}

#custom_search_blocks-5 .form-checkboxes .form-item {
    width: 145px;
    float: left;
}

#custom_search_blocks-5 .form-checkboxes .form-item label.option {
    color: #249905;
}

#custom_search_blocks-5 .custom-search-selector {
    float: left;
    width: 590px;
}

#custom_search_blocks-5 #advanced_search_small {
    /*background-color: #0ABB23;
    border: 2px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 3px #888888;
    color: #FFFFFF;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px 25px;*/
    color: #0abb23;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    text-decoration:underline;
}

#custom_search_blocks-5 .custom-search-selector .form-item label {
    color: #989896;
}

#custom_search_blocks-5 .custom_search-popup-close {
    background-image:url("images/close-button.png");
    background-repeat: no-repeat;
    padding-left: 16px;
    color: #CC0000;
}


#custom_search_blocks-5 .custom-search-button {
    margin-top: 13px;
}

/* custom search 5 */

#tabs-wrapper h2.with-tabs {
    display: none;

}

.nourish-dessert-listing .view-header div h2 {
    font-size: 1.8em;
    font-weight: bold;
    display: block !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.nourish-dessert-listing .view-header div a {
    font-size: 12px;
    color:#CC0000;
}

.nourish-dessert-listing .view-header div {
    font-size: 12px;
    margin-top: -5px;
}

.nourish-dessert-listing .views-row {
    width: 320px;
    float: left;
    min-height: 150px;
    border-bottom: 1px dotted #CCCCCC;
    padding-top: 10px;
}

.nourish-dessert-listing .views-row-odd {
    width: 324px;
}

.nourish-dessert-listing .views-row .views-field-title a {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;

}

.nourish-dessert-listing .views-row .views-field-field-sell-value {
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
    width: 180px;
    font-size: 12px;
}



.nourish-dessert-listing .views-row .views-field-field-intro-value {
    width: 170px;
    margin-left: 10px;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nourish-dessert-listing .views-row .views-field-field-body-photo-fid {
    float: left;
    margin-top: 10px;
}

.nourish-dessert-listing .views-row .views-field-view-node {
    float: right;
    width: 80px;
    margin-top: 10px;
}

.nourish-dessert-listing .views-row .views-field-view-node a {
    color: #000000;
    font-size: 10px;
}

.nourish-dessert-listing .item-list {
    margin-top: 10px;
    float: left;
}

.nourish-dessert-listing .item-list a {
    color: #cc0000;
}

.clear-block #nourish-article-title {
    display: block;
    margin-bottom: 0px;
    color: #CC0000;
}

.clear-block #nourish-recipe-title {
    display: block;
    color: #cc0000;
}

/*.imagecache-new-article-image {
    width: 400px;
    float: right;
    margin-left: 10px;
}*/

#views-similar_entries-block h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    width: 644px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 4px;
}

#fivestar-0 h2 {
    display: block;
    float: left;
    font-size: 13px;
    width: 55px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    line-height:1;
}

#fivestar-0 {
    width: 120px;
    float: left;

}

.nourish-recipe-content-buttons .favorite-flag {
    width: 200px;
    float: right;
}

.nourish-recipe-content-buttons .favorite-vote-span {
    color: #cc0000;
    float: left;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 8px;
}

.nourish-recipe-content-buttons .favorite-vote-count {
    background-image: url("images/plate.png");
    background-repeat: no-repeat;

    height: 54px;
}

.nourish-recipe-content-buttons .nutrition-icon-list {
    width: 180px;
    float: left;
    height: 34px;
}

.nutrition-icon-list .nutrition-label-container {
    display: none;

    padding:3px;
    background-color:#FFF;
    border-radius: 3px;
    font-size:11px;
}

.nutrition-icon-list .nutrition-label-wrapper {
    width: 180px;
    float: left;
}

#nourish_favorites h2 {
    display: block;
}

.nourish-recipe-content-buttons .favorite-vote-message {
    color: #000000;
    font-size: 12px;
    margin-left: 27px;
}

.nourish-recipe-content-buttons .favorite-flag-link {
    width: 120px;
    float: left;
    margin-left: 27px;
}

.nourish-recipe-content-buttons .favorite-flag-link .unflag-action {
    display: none;
}

.favorite-flag-link .flag-throbber {
    display: none;
}

.nourish-recipe-content-buttons .favorite-flag-link a {
    color: #cc0000;
    background-image: url("images/green-plus-md-new.png");
    background-repeat: no-repeat;
    background-position: 80px;
    padding-right: 30px;
}

#fivestar-0 form.fivestar-widget {
    clear: none;
}

#fivestar-0 .fivestar-form-vote-407{
    width: 150px;
    float: left;
}

#fivestar-0 .fivestar-form-item {
    width: 120px;
    float: left;
}

#fivestar-0 .fivestar-0-title {
    font-size: 11px;
    font-weight: bold;
}

#fivestar-0 .user-rating {
    display: none;
}

#fivestar-0 .total-votes {
    display: none;
}

#social_share-0 h2 {
    display: block;
    font-size: 13px;
    width: 50px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    line-height:1;
}

#social_share-0 {
    width: 150px;
    float: left;
    margin-top: 5px;
}

#social_share-0 .social-share-facebook {
    background-image: url("/sites/all/themes/anh/images/fb-icon.png");
    background-repeat:no-repeat;
    text-indent: -9000px;
    width: 28px;
    height: 29px;
    float: left;
    margin-left: 10px;
}

#social_share-0 .social-share-twitter {
    background-image: url("/sites/all/themes/anh/images/twitter-icon.png");
    background-repeat:no-repeat;
    text-indent: -9000px;
    width: 28px;
    height: 29px;
    float: left;
    margin-left: 10px;
}

#edit-vote-2-wrapper label {
    font-size: 11px;
    display: none;
}

#printfriendly-0 {
    width: 80px;
    float: left;
}

.nourish-recipe-content-buttons {
    width: 620px;
    float: left;
    margin: 15px 0px;
    border-radius: 5px;
    background-color:#efefef;
    padding: 10px;
}

.nourish-recipe-content-buttons .printfriendlyLink {
    width: 110px;
    float: left;
}

.recipe-facebook .recipe-twitter {
    width: 90px;
    float: right;
}

.recipe-facebook .recipe-pin-it {
    /*width: 65px;*/
    float: right;
    margin-right:10px;
}

.recipe-facebook .recipe-google-plus {
    width: 70px;
    float: right;
}

.recipe-facebook .fb-like {
    /*width: 130px;*/
    float: right;

}

.nutrition-icon-list .nutrition-icon {
    margin: 8px 5px;
}

.nutrition-legend {
    width: 650px;
    float: left;
    margin-bottom: 15px;
}

.recipe-nutrition-values {
    width: 640px;
    float: left;
    background-color: #f3f3f3;
    padding:10px 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.recipe-nutrition-values .recipe-nutri-val-item {
    width: 80px;
    float: left;
    text-align: center;
}

.recipe-nutrition-values .recipe-nutri-val {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.recipe-nutrition-title {
    font-size: 18px;
    width: 400px;
    float: left;
    font-weight: bold;
}

.recipe-facebook {
    float: right;
    margin-bottom: 10px;
    width: 640px;
    position: relative;
    z-index: 20;
}

.recipe-facebook .bookmark-us {
    width: 130px;
    float: left;
}

.recipe-facebook .bookmark-us a {
    background-image: url("images/faves.jpg");
    background-repeat: no-repeat;
    color: #CC0000;
    float: left;
    font-size: 12px;
    height: 22px;
    padding-left: 28px;
    padding-top: 2px;
}

#easy_breadcrumb-0 {
    width: 400px;
    float: left;
    margin-bottom: 20px;
}

#easy_breadcrumb-0 .easy-breadcrumb_segment-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.nutrition-recipe-body ul li {
    background-image:url(images/tick-box.jpg);
    background-repeat:no-repeat;
    list-style: none;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 5px;
    background-position: 0px 7px;
    border-bottom: 1px solid #f2f2f2;
}

.nutrition-recipe-body ul {
    padding-left: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}



#block-30 {
    float: right;
    margin-bottom: 7px;
    overflow: hidden;
    width: auto;
    margin-right: 8px;
    padding: 4px 8px 6px 0;
}

#node-gallery-image-navigator {
    opacity: 0.7;
    position: absolute;
    top: 215px;
    width: 640px;
    z-index: 10;

}

.field-field-node-gallery-image {
    z-index:1;
}

#nourish-gallery-title {
    display: block !important;
    color: #ff0204;
    font-size: 18px;
}

#nourish-gallery-title-parent {
    display: block !important;
    font-size: 19px;
    font-weight:100;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    font-weight: bold;
}

.nourish-gallery-image-content {
    position: relative;
}

#node-gallery-image-navigator .image-navigator-position, #node-gallery-image-navigator .image-navigator-first, #node-gallery-image-navigator .image-navigator-last, #node-gallery-image-navigator .image-navigator-gallery-link {
    display: none;
}


.image-navigator tr, .image-navigator tbody {
    background-color:transparent !important;
    border:0px none !important;
}

#node-gallery-image-navigator .image-navigator-prev a {
    background-image: url("images/left_arrow.png");
    float: left;
    height: 51px;
    text-indent: -9000px;
    width: 31px;

}

#node-gallery-image-navigator .image-navigator-next a {
    background-image: url("images/right_arrow.png");
    float: right;
    height: 51px;
    text-indent: 9000px;
    overflow: hidden;
    width: 31px;
    white-space: nowrap;
}

.nourish-gallery-image-content .field-field-intro {
    margin: 10px 0px;
}

.jcarousel-skin-tango .jcarousel-next {
    background-image: url("images/right-carousel-arrow.png") !important;
    width: 41px !important;
    height: 58px !important;
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
    top: 13px !important;
}

.jcarousel-skin-tango .jcarousel-prev {
    background-image: url("images/left-carousel-arrow.png") !important;
    width: 41px !important;
    height: 58px !important;
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
    top: 13px !important;
}

/* contact us page styles */

.whf-mail-logo {
    width: 600px;
    float: left;

    height: 350px;
}

.mag-small-cover {
    left: 176px;
    position: relative;
    top: 90px;
    width: 142px;
}

.mag-big-cover {
    position: relative;
    top: -200px;
    left: -1px;
}

.whf-intro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    width: 600px;
    float: left;

}

.whf-subscribe {
    float: left;
    width: 250px;
    margin-left: 190px;
    margin-top: 20px;
}

.whf-advertise-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 600px;
    float: left;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.whf-advertise-intro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 600px;
    float: left;

    color: #333;
    margin-top: 20px;
}

.media-kit-editor {
    float: left;
    width: 600px;
    background-image: url(images/ad-box.png);
    background-repeat: no-repeat;
    height: 182px;

    margin-top: 15px;
}

.media-kit-intro {
    width: 430px;
    float: left;
    margin-top: 35px;
    margin-left: 35px;
}

.media-kit-header {
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
}

.media-kit-data {
    font-size: 15px;
    font-family: Helvetica, sans-serif;
}

.whf-information {
    border-bottom: 1px solid #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;

    margin-top: 10px;
    padding-bottom: 5px;
    width: 285px;
}

.whf-main-ul {
    margin-left: 0px;
    padding-left: 0px !important;
}

.whf-main-ul li {
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    list-style: none outside none;
    padding: 5px 0;
    width: 285px;
}

.whf-contact {
    border-bottom: 1px solid #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;

    margin-top: 10px;
    padding-bottom: 5px;
    width: 285px;
}

.whf-main-ul-contact {
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 0px !important;
}

.whf-main-ul-contact li {
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    list-style: none outside none;
    padding: 5px 0;
    width: 285px;
}

.whf-main-ul-contact li a {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.nourish-contact-title h2 {
    display: block !important;

}

.nourish-contact-title {
    float: left;
    width: 600px;
}

.whf-title h2 {
    display: block !important;
    font-family: Arial, Helvetica, sans-serif;
}

.whf-title {
    width: 600px;
}

.media-kit-download {
    margin-top: 27px;
}

/* contact us page styles */

.nourish-search-result-image {
    width: 220px;
    float: left;
}

.nourish-search-result-intro {
    width: 420px;
    float: left;
}

.nourish-search-result-intro a {
    color: #CC0000;
}

.nourish-search-result-block {
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px dotted #CCC
}

.nourish-search-result-intro .search-snippet {
    margin-top: 10px;
}

/* carousel dinner */

#views-nourish_dinner_carousel-block_1 {
    width: 640px;
    float: left;
    margin-top: 20px;
}


#views-nourish_dinner_carousel-block_1 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    width: 644px;
}

#views-nourish_dinner_carousel-block_1 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-nourish_dinner_carousel-block_1 .jcarousel-skin-default .jcarousel-item {
    width: 135px;
    border: 0px none;
    height: 120px;
}

#views-nourish_dinner_carousel-block_1 .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 120px;
    margin: auto;
    padding: 0px 15px;
    width: 590px;
}

#views-nourish_dinner_carousel-block_1 .jcarousel-skin-default .jcarousel-clip-horizontal {
    overflow: hidden;
    width: 590px;
}

#views-nourish_dinner_carousel-block_1 .jcarousel-skin-default .jcarousel-next-horizontal {
    top: 40px;
    right: 0px;
    background-image:url("images/right_arrow_dinner.png");
    width: 11px;
    height: 26px;
    background-position:0px;
}

#views-nourish_dinner_carousel-block_1 .jcarousel-skin-default .jcarousel-prev-horizontal {
    top: 40px;
    left: 0px;
    background-image:url("images/left_arrow_dinner.png");
    width: 11px;
    height: 26px;
    background-position:0px;
}

#views-nourish_dinner_carousel-block_1 .jcarousel-skin-default .jcarousel-item-horizontal {
    margin: 0 6px;
}

#views-nourish_dinner_carousel-block_1 .views-field-title a {
    color: #cc0000;
    font-size: 13px;
}

/* carousel dinner */



/* carousel salad */

#views-nourish_salads_carousel-block_1 {
    width: 640px;
    float: left;
    margin-top: 20px;
}


#views-nourish_salads_carousel-block_1 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    width: 644px;
}

#views-nourish_salads_carousel-block_1 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-nourish_salads_carousel-block_1 .jcarousel-skin-default .jcarousel-item {
    width: 135px;
    border: 0px none;
    height: 120px;
}

#views-nourish_salads_carousel-block_1 .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 120px;
    margin: auto;
    padding: 0px 15px;
    width: 590px;
}

#views-nourish_salads_carousel-block_1 .jcarousel-skin-default .jcarousel-clip-horizontal {
    overflow: hidden;
    width: 590px;
}

#views-nourish_salads_carousel-block_1 .jcarousel-skin-default .jcarousel-next-horizontal {
    top: 40px;
    right: 0px;
    background-image:url("images/right_arrow_dinner.png");
    width: 11px;
    height: 26px;
    background-position:0px;
}

#views-nourish_salads_carousel-block_1 .jcarousel-skin-default .jcarousel-prev-horizontal {
    top: 40px;
    left: 0px;
    background-image:url("images/left_arrow_dinner.png");
    width: 11px;
    height: 26px;
    background-position:0px;
}

#views-nourish_salads_carousel-block_1 .jcarousel-skin-default .jcarousel-item-horizontal {
    margin: 0 6px;
}

#views-nourish_salads_carousel-block_1 .views-field-title a {
    color: #cc0000;
    font-size: 13px;
}

/* carousel salad */




/* carousel drinks */

#views-nourish_drinks_carousel-block_1 {
    width: 640px;
    float: left;
    margin-top: 20px;
}


#views-nourish_drinks_carousel-block_1 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    width: 644px;
}

#views-nourish_drinks_carousel-block_1 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-nourish_drinks_carousel-block_1 .jcarousel-skin-default .jcarousel-item {
    width: 135px;
    border: 0px none;
    height: 120px;
}

#views-nourish_drinks_carousel-block_1 .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 120px;
    margin: auto;
    padding: 0px 15px;
    width: 590px;
}

#views-nourish_drinks_carousel-block_1 .jcarousel-skin-default .jcarousel-clip-horizontal {
    overflow: hidden;
    width: 590px;
}

#views-nourish_drinks_carousel-block_1 .jcarousel-skin-default .jcarousel-next-horizontal {
    top: 40px;
    right: 0px;
    background-image:url("images/right_arrow_dinner.png");
    width: 11px;
    height: 26px;
    background-position:0px;
}

#views-nourish_drinks_carousel-block_1 .jcarousel-skin-default .jcarousel-prev-horizontal {
    top: 40px;
    left: 0px;
    background-image:url("images/left_arrow_dinner.png");
    width: 11px;
    height: 26px;
    background-position:0px;
}

#views-nourish_drinks_carousel-block_1 .jcarousel-skin-default .jcarousel-item-horizontal {
    margin: 0 6px;
}

#views-nourish_drinks_carousel-block_1 .views-field-title a {
    color: #cc0000;
    font-size: 13px;
}

/* carousel drinks */




/* carousel easy recipe */

#views-3e1c61a645b07ceb88c27f35cc5e73f9 {
    width: 640px;
    float: left;
    margin-top: 20px;
}


#views-3e1c61a645b07ceb88c27f35cc5e73f9 .view-header h2 {
    background-image: url("images/heading-bkgnd.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    width: 644px;
}

#views-3e1c61a645b07ceb88c27f35cc5e73f9 .view-header h2 a {
    color: #000000;
    float: left;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-left: 20px;
}

#views-3e1c61a645b07ceb88c27f35cc5e73f9 .jcarousel-skin-default .jcarousel-item {
    width: 135px;
    border: 0px none;
    height: 120px;
}

#views-3e1c61a645b07ceb88c27f35cc5e73f9 .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 120px;
    margin: auto;
    padding: 0px 15px;
    width: 590px;
}

#views-3e1c61a645b07ceb88c27f35cc5e73f9 .jcarousel-skin-default .jcarousel-clip-horizontal {
    overflow: hidden;
    width: 590px;
}

#views-3e1c61a645b07ceb88c27f35cc5e73f9 .jcarousel-skin-default .jcarousel-next-horizontal {
    top: 40px;
    right: 0px;
    background-image:url("images/right_arrow_dinner.png");
    width: 11px;
    height: 26px;
    background-position:0px;
}

#views-3e1c61a645b07ceb88c27f35cc5e73f9 .jcarousel-skin-default .jcarousel-prev-horizontal {
    top: 40px;
    left: 0px;
    background-image:url("images/left_arrow_dinner.png");
    width: 11px;
    height: 26px;
    background-position:0px;
}

#views-3e1c61a645b07ceb88c27f35cc5e73f9 .jcarousel-skin-default .jcarousel-item-horizontal {
    margin: 0 6px;
}

#views-3e1c61a645b07ceb88c27f35cc5e73f9 .views-field-title a {
    color: #cc0000;
    font-size: 13px;
}

#menu-menu-mobile-nourish-menu {
    display: none;
}

/* carousel easy recipe */

#views-nourish_mobile_asian-block_1 {
    display: none;
}

#views-nourish_mobile_mexican-block_1 {
    display: none;
}

#views-nourish_mobile_morrocan-block_1 {
    display: none;
}

#views-4a6fff50fde70bbad28f164d68ff8ce8 {
    display: none;
}

#views-nourish_mobile_chinese-block_1 {
    display: none;
}

#views-nourish_mobile_vegan-block_1 {
    display: none;
}

#views-cc2dd072c810405ab3c6d199a6524396 {
    display: none;
}

#views-bfd4595387c1b0451b4cf7d020df04b6 {
    display: none;
}

/* Responsive Web CSS3 Media Queries */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
    #header {
        padding-bottom: 0;
    }

    #ceiling, #container, #header, #content-home, #content {
        width: 100%;
    }

    #quicktabs-nourish_travel_tabs {
        display: none;
    }

    #quicktabs-nourish_allergies_tabs {
        display: none;
    }

    .nourish-gallery-image-content .field-field-intro {
        margin: 10px 5px;
        width: 95%;
    }

    .view-id-node_gallery_gallery_image_views {
        display: none;
    }

    .mobile-menu-icon {
        display: block !important;
        float: left;
        width: 30px;
        height: 25px;
        background-image: url("images/mobile-menu-icon.png");
        color: #000;
        margin-left: 20px;
        margin-top: 20px;
    }

    .header-menu-arrow-down {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid black;
        float: left;
        margin-top: 30px;
        margin-left: 5px;
    }

    .header-menu-arrow-up {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 8px solid black;
        float: left;
        margin-top: 30px;
        margin-left: 5px;
    }

    #menu-menu-mobile-nourish-menu {
        display: none;
        margin-bottom: 10px;
        float: left;
    }

    #menu-menu-mobile-nourish-menu h2 {
        display: none;
    }

    #menu-menu-mobile-nourish-menu ul {
        float: left;
        background-color: #CC0000;
        list-style-type: none;
        padding-bottom: 10px;
    }

    #menu-menu-mobile-nourish-menu li {
        float: left;
        background-color: #fff;
        list-style: none;
        width: 46%;
        margin: 10px 10px 0px 0px;
        text-align: center;
        padding-right: 0px;
    }

    #menu-menu-mobile-nourish-menu li a {
        color: #CC0000;
        text-transform: uppercase;
        margin-bottom: 3px;
    }

    #content  {
        width: 100%;
        min-width: auto;
        overflow: hidden;
    }

    #wrapper {
        width: 100%;
        overflow: hidden;
    }

    #content-inner {
        width: auto;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

    #container {
        border: 0;
        /*padding: 5px; */
    }

    #block-4, #search-0, #block-6, #menu-secondary-links, #ceiling, #sidebar-right, .subscribe-banner, .views-field-value, .views-field-created {
        display: none;
    }

    .fp-headline {
        width: 100%;
    }

    .fp-headline .view-content {
        min-height: auto;
        height: 10px;
        background: none;
    }

    .fp-headline .views-row {
        width: 100%;
        padding: 0 0 0 10px;
    }

    .fp-latest {
        float: left;
        width: 100%;
        clear: both;
        overflow: hidden;
    }

    #views-mind_articles_listing-block_1, #views-body_articles_listing-block_1, #views-spirit_articles_listing-block_1, #views-relationships_articles_listing-block_1, #views-food_articles_listing-block_1, #views-health_articles_listing-block_1, #views-beauty_articles_listing-block_1, #views-lifestyle_articles_listing-block_1 {
        float: left;
        width: 100%;
        overflow: hidden;
        padding: 10px 0 0;
    }

    .views-row-odd, .views-row-even {
        clear: both;
    }

    a.imagecache-article-tn-narrow {
        float: left;
        border: 0;
        padding: 0;
        margin: 5px 10px 0 0;
        display: block;
        overflow: hidden;
        width: 110px;
        height: 75px;
        text-align: center;
    }

    img.imagecache-article-tn-narrow {
        width: 145px;
        height: 75px;
        margin: 0 !important;
    }

    #views-more_mind_articles-block_1, #views-more_body_articles-block_1, #views-more_spirit_articles-block_1 {
        float: left;
        width: 100%;
        padding: 5px 10px 5px;
        border-top: 1px solid #ccc;
        background: #eee;
        border-bottom: 1px solid #ccc;
        display: none;
    }

    #views-more_mind_articles-block_1 h2, #views-more_body_articles-block_1 h2, #views-more_spirit_articles-block_1 h2 {
        font-weight: bold;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .views-row {
        margin-right: 0 !important;
    }

    .fp-headline .views-field-view-node, .fp-latest .views-field-view-node {
        padding: 0 0 8px;
        text-align: right;
    }

    #views-mind_articles_listing-block_1 .views-row-first, #views-body_articles_listing-block_1 .views-row-first, #views-spirit_articles_listing-block_1 .views-row-first {
        float: left;
        margin: 0;
        width: 100%;
    }

    #views-mind_articles_listing-block_1 .views-row, #views-body_articles_listing-block_1 .views-row, #views-spirit_articles_listing-block_1 .views-row {
        float: left;
        padding: 0 0 10px;
        width: 100%;
    }

    .fp-listing .view-content {
        width: auto;
        margin: 0 10px;
    }

    #views-spirit_articles_listing-block_1, #views-body_articles_listing-block_1, #views-mind_articles_listing-block_1 {
        border-bottom: 1px solid #ccc;
        padding: 0 10px 0 0;
        margin: 0 0 10px;
    }

    .fp-latest .views-row {
        float: left;
        min-width: 300px;
        width: 100%;
        border-bottom: 1px dotted #ccc;
        padding: 0 10px 10px;
        margin: 0 0 10px;
    }

    #views-mind_articles_listing-block_1 .views-field-title, #views-mind_articles_listing-block_1 .views-row, #views-body_articles_listing-block_1 .views-field-title, #views-body_articles_listing-block_1 .views-row, #views-spirit_articles_listing-block_1 .views-field-title, #views-spirit_articles_listing-block_1 .views-row {
        float: left;
        width: 100%;
    }

    .fp-latest .views-field-title {
        width: 100%;
        margin: 0 0 10px;
        font-size: 1.2em;
        font-weight: bold;
    }

    .fp-latest .views-field-field-sell-value {
        float: none;
        min-width: none;
        width: auto;
        margin-bottom: 10px;
    }

    .views-field-view-node {
        text-align: right;
        display: none;
    }

    #content-home img.imagecache-article-body-image {
        float: left;
        width: 145px;
        height: 97px;
        margin: 0;
    }

    .imagecache.imagecache-article-body-image.imagecache-linked.imagecache-article-body-image_linked {
        float: left;
        margin: 3px 10px 0 0;
        display: block;
        overflow: hidden;
        width: 110px;
        height: 75px;
    }

    .fp-headline .views-field-title a {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1;
    }

    .fp-headline .views-field-title a:focus, .fp-headline .views-field-title a:hover {
        color: #903F98 !important;
        text-decoration: underline !important;
    }

    .fp-headline .views-field-title a:link, .fp-headline .views-field-title a:visited {
        color: #9183BF;
        text-decoration: none;
    }

    .fp-headline .views-field-title {
        padding: 0;
    }

    .fp-headline .views-field-field-sell-value span {
        color: #333;
    }

    #logo {
        float: left;
        width: 75%;
        height: 75px;
        overflow: hidden;
        margin: 0 auto 10px;
    }

    h1 {
        margin: 0 auto;
        display: block;
        text-indent: -9999px;
    }

    #header h1 a {
        width: 275px;
        height: 75px;
        border: none;
        display: block;
        margin-left: -15px;
        background-image:url("images/nourish-red-dark.jpg");
    }

    #header h1 a {
        background-size: 240px auto;
    }

    #header h1 a.noursih-natural-logo {
        display: none;
    }

    #content2 {
        border-top: 1px solid #ccc;
        background: #eee;
        padding: 10px 0 5px;
    }

    #block-11 {
        float: left;
        width: auto;
        padding: 0 10px;
        font-weight: normal;
        font-size: 11px;
        text-align: center;
        margin: 0;
        font-style: italic;
    }

    #footer {
        float: left;
        width: 100%;
        text-align: center;
        border: 0;
        margin: 0;
        padding: 5px 10px 0;
        background: #eee;
    }

    #block-9 {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    #views-frontpage_headline-block_1 {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        overflow: hidden;
        height: 80px;
    }

    .fp-latest .views-field-field-body-photo-fid {
        float: left;
        width: 110px;
        overflow: hidden;
        margin: 3px 10px 0 0;
    }

    img.imagecache-article-tn-image {
        float: left;
        border: 0;
        padding: 0;
    }

    #views-spirit_articles_listing-block_1 {
        margin: 0;
    }

    .category-listing .views-row {
        float: left;
        width: 100%;
        padding: 0 0 10px;
        margin: 0 0 5px;
        border-bottom: 1px solid #EEE;
        display: block;
        overflow: hidden;
    }

    .category-listing .views-field-field-sell-value, .category-listing .views-field-field-intro-value {
        float: none;
        width: auto;
    }

    .breadcrumb {
        width: auto;
        padding: 0 0 5px;
        margin: 0 15px 8px;
        border-bottom: 1px solid #eee;
    }

    #content-inner h2 {
        margin: 0 15px;
    }

    #content-inner .clear-block {
        margin: 0 0px;
    }

    #content-inner .clear-img {
        width: 100%;
        text-align: center;
        margin: 15px 0 10px;
    }

    img.imagecache-article-body-image {
        float: none;
        margin: 0;
    }

    .sell, .intro {
        clear: both;
    }

    #footer p {
        float: left;
        width: auto;
        padding: 0 10px 10px;
        font-weight: normal;
        font-size: 8px;
        text-align: center;
        margin: 0;
    }



    /* Scrollable main menu */
    #menu-primary-links {
        float: left;
        position: relative;
        background: #999AB4;
        width: 100%;
        height: auto;
        border-bottom: 0;
        margin: 5px 0 0;
        display: none;
    }

    #menu-primary-links .left_arrow, #menu-primary-links .right_arrow {
        position: absolute;
        height: 10px;
        width: 11px;
    }

    #menu-primary-links .left_arrow {
        top: 24px;
        left: 0;
        background: url("images/lt_arrow.png") right center no-repeat;
    }

    #menu-primary-links .right_arrow {
        top: 24px;
        right: 0;
        background: url("images/rt_arrow.png") left center no-repeat;
    }

    #menu-menu-nourish-menu {
        float: left;
        position: relative;
        background: #EC0002;
        width: 100%;
        height: auto;
        border-bottom: 0;
        margin: 5px 0 0;
        display: none;
    }

    #menu-menu-nourish-menu .nourish_left_arrow, #menu-menu-nourish-menu .nourish_right_arrow {
        position: absolute;
        height: 10px;
        width: 11px;
    }

    #menu-menu-nourish-menu .nourish_right_arrow {
        top: 10px;
        right: 0;
        background: url("images/rt_arrow.png") left center no-repeat;
    }

    #menu-menu-nourish-menu .nourish_left_arrow {
        top: 10px;
        left: 0;
        background: url("images/lt_arrow.png") right center no-repeat;
    }

    #menu-primary-links ul.menu {
        list-style: none;
        display: block;
        float: left;
        width: 975px;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    #scrollmenu {
        float: left;
        margin: 0 15px;
        width: 92%;
        overflow: hidden;
    }

    #menu-primary-links ul.menu li {
        border-right: 0;
    }

    #menu-primary-links ul.menu li a {
        display: block;
        padding: 8px 13px 10px;
    }

    /* Views listing tabs */
    #views-beauty_articles_listing-block_1 a {
        background: url("images/beauty-listing-heading-m.png") 0 0 no-repeat;
    }

    #views-beauty_articles_listing-block_1 a:hover {
        background-position: 0;
    }

    #views-relationships_articles_listing-block_1 a {
        background: url("images/relationships-listing-heading-m.png") 0 0 no-repeat;
    }

    #views-relationships_articles_listing-block_1 a:hover {
        background-position: 0;
    }

    #views-health_articles_listing-block_1 a {
        background: url("images/health-listing-heading-m.png") 0 0 no-repeat;
    }

    #views-health_articles_listing-block_1 a:hover {
        background-position: 0;
    }

    #views-food_articles_listing-block_1 a {
        background: url("images/food-listing-heading-m.png") 0 0 no-repeat;
    }

    #views-food_articles_listing-block_1 a:hover {
        background-position: 0;
    }

    #views-lifestyle_articles_listing-block_1 a {
        background: url("images/lifestyle-listing-heading-m.png") 0 0 no-repeat;
    }

    #views-lifestyle_articles_listing-block_1 a:hover {
        background-position: 0;
    }

    #views-beauty_articles_listing-block_1 a, #views-relationships_articles_listing-block_1 a, #views-health_articles_listing-block_1 a, #views-food_articles_listing-block_1 a, #views-lifestyle_articles_listing-block_1 a {
        display: block;
        width: 100%;
        height: 31px;
    }

    .tab_arrows {
        float: right;
        display: block;
        border: 0;
        background: url("images/tab-arrow-m.png") left center no-repeat;
        width: 28px;
        height: 19px;
        margin: 6px 6px 0 0;
    }

    #openx-6 {
        display: none;
    }

    #views-similar_entries-block {
        margin-left: 0px;
    }

    .views-field-title {
        margin-bottom: 10px;
    }

    #menu-menu-header-menu {
        display: none;
    }

    /* OpenX banners */
    #openx-1, #openx-11, #openx-12 {
        margin: 0;
        display: none;
    }

    #openx-8 {
        display: block;
        width: 100%;
        border: 0;
        text-align: center;
        margin: 0;
    }

    #views-nourish_slideshow-block_1 {
        width: 100%;
        overflow: hidden;
        /* TODO: David */
        display: none;
    }

    #views-nourish_diet_slideshow-block_1 {
        display: none;
    }

    #views-e0d830cdf126c57570b3d6da5176c946 {
        display: none;
    }
	
	#views-515b1e705a176b9181ecf55344901dff {
		display: none;
	}

    #views-nourish_slideshow-block_1 img, #views-e0d830cdf126c57570b3d6da5176c946 img, #views_slideshow_singleframe_main_nourish_diet_slideshow-block_1 img {
        width: 100%;
        height: auto;
    }

    #views-nourish_health_main-block_1 {

    }

    #views-nourish_slideshow-block_1 .views-slideshow-controls-top, .view-nourish-recipe-slideshow .views-slideshow-controls-top, .view-nourish-diet-slideshow .views-slideshow-controls-top {
        width: 98%;
        margin: 0px !important;
        top: 30%;
    }

    #views-nourish_weight_loss-block_1 .view-header h2 {
        margin-left: 0px;
    }

    .nourish-social-media {
        width: 100%;
    }

    .nourish-social-media .nourish-social-media-facebook-icon, .nourish-social-media .nourish-social-media-twitter-icon, .nourish-social-media .nourish-social-media-pintrest-icon, .nourish-social-media .nourish-social-media-newsletter-icon { }

    .nourish-social-media .nourish-social-media-facebook-title, .nourish-social-media .nourish-social-media-newsletter-title, .nourish-social-media .nourish-social-media-pintrest-title, .nourish-social-media .nourish-social-media-twitter-title {
        display: none;

    }

    #custom_search_blocks-2, #custom_search_blocks-4 {
        display: none;
    }

    #footer {
        width: 100%;
    }

    #footer #menu-menu-footer-links {
        width: 100%;
    }

    #footer #menu-menu-other-sites-link {
        width: 100%;
    }

    #footer #menu-menu-other-sites-nourish {
        width: 100%;
    }

    #menu-menu-nourish-menu ul.menu {
        list-style: none;
        display: block;
        float: left;
        width: 750px;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    #nourish_scrollmenu {
        float: left;
        margin: 0 15px;
        width: 92%;

    }

    #views-nourish_recipes-block_1 .view-id-nourish_recipes .view-header h2 {
        margin-left: 0px;
    }

    /* food and diet */

    #block-19 .view-header h2 {
        margin-left: 0px;
    }

    #views-nourish_health_main-block_1 .fp-headline .view-content {
        height: 320px;
        padding-left:0px;

    }

    #views-nourish_health_main-block_1 .fp-headline .views-row, #views-nourish_dessert_main-block_1 .fp-headline .views-row, #views-35d48ec2e77859feeca30b866ba3e6a1 .fp-headline .views-row, #views-nourish_low_fat_main-block_1 .fp-headline .views-row {
        width: 400px;
        padding-left:0px;

    }

    #views-nourish_health_main-block_1 {
        border: 0px none;
        width: 100%;
        height: auto;
    }

    #views-nourish_health_articles-block_1 {
        border: 0px none;
        width: 100%;
        height: auto;
    }

    #views-nourish_health_articles-block_1 .fp-latest-health .views-row {
        width: 100%;
        min-height: 0px;
    }

    #views-nourish_health_articles-block_1 .fp-latest-health .views-field-field-intro-value {
        width: 100%;
    }

    /* food and diet */

    /* health */

    #block-20 .view-header h2 {
        margin-left: 0px;
    }

    #views-nourish_food_diet_main-block_1 .fp-headline .view-content {
        height: 320px;
        padding-left:0px;

    }

    #views-nourish_food_diet_main-block_1 .fp-headline .views-row {

        padding-left:0px;

    }

    #views-nourish_food_diet_main-block_1 {
        border: 0px none;
        height: auto;
    }

    #views-352130be694444e03b720ab17f123b05 {
        border: 0px none;
        width: 100%;
        height: auto;
    }

    #views-352130be694444e03b720ab17f123b05 .fp-latest-food  .views-row {
        width: 100%;
        min-height: 0px;
    }

    #views-352130be694444e03b720ab17f123b05 .fp-latest-food  .views-field-field-intro-value {
        width: 100%;
    }

    /* health */

    #views-c2130f0697ca70fb42faed5798ada6ab .view-header h2 {
        margin-left: 0px;
    }

    /* desserts */

    #block-27 .view-header h2 {
        margin-left: 0px;
    }

    #views-nourish_dessert_main-block_1 .fp-headline .view-content {
        height: 320px;
        padding-left:0px;

    }

    #views-nourish_dessert_main-block_1 .fp-headline .views-row {

        padding-left:0px;

    }

    #views-nourish_dessert_main-block_1 {
        border: 0px none;
    }

    #views-533aa9a66851e693a7886be039e60c56 {
        border: 0px none;
        width: 100%;
        height:auto;
    }

    #views-533aa9a66851e693a7886be039e60c56 .fp-latest-health  .views-row {
        width: 100%;
        min-height:0px;
    }

    #views-533aa9a66851e693a7886be039e60c56 .fp-latest-health  .views-field-field-intro-value {
        width: 100%;
    }

    /* desserts */

    /* pasta */

    #block-28 .view-header h2 {
        margin-left: 0px;
    }

    #views-35d48ec2e77859feeca30b866ba3e6a1 .fp-headline .view-content {
        height: 320px;
        padding-left:0px;

    }

    #views-35d48ec2e77859feeca30b866ba3e6a1 .fp-headline .views-row {

        padding-left:0px;

    }

    #views-41b36272cc68a8b2e80393ff95a51c12 {
        border: 0px none;
    }

    #views-41b36272cc68a8b2e80393ff95a51c12 {
        border: 0px none;
        width: 100%;
        height: auto;
    }

    #views-41b36272cc68a8b2e80393ff95a51c12 .fp-latest-food  .views-row {
        width: 100%;
        min-height:0px;
    }

    #views-41b36272cc68a8b2e80393ff95a51c12 .fp-latest-food  .views-field-field-intro-value {
        width: 100%;
    }

    /* pasta */


    /* soup */

    #block-29 .view-header h2 {
        margin-left: 0px;
    }

    #views-nourish_low_fat_main-block_1 .fp-headline .view-content {
        height: 320px;
        padding-left:0px;

    }

    #views-nourish_low_fat_main-block_1 .fp-headline .views-row {

        padding-left:0px;

    }

    #views-nourish_low_fat_main-block_1 {
        border: 0px none;
    }

    #views-1165c8e7da5c9728fca5574998790479 {
        border: 0px none;
        width: 100%;
        height: auto;
    }

    #views-1165c8e7da5c9728fca5574998790479 .fp-latest-food  .views-row {
        width: 100%;
        min-height: 0px;
    }

    #views-1165c8e7da5c9728fca5574998790479 .fp-latest-food  .views-field-field-intro-value {
        width: 100%;
    }

    /* soup */

    /* dinner ideas */
    #views-nourish_dinner_carousel-block_1, #views-nourish_dinner_carousel-block_1 .jcarousel-skin-default .jcarousel-container-horizontal, #views-nourish_dinner_carousel-block_1 .jcarousel-skin-default .jcarousel-clip-horizontal {
        width: 100%;
        display: none;
    }


    #views-nourish_dinner_carousel-block_1 .view-header h2 {
        margin-left: 0px;
    }

    #views-nourish_dinner_carousel-block_1 .jcarousel-skin-default .jcarousel-item {
        width: 100%;
    }
    /* dinner ideas */

    #views-nourish_salads_carousel-block_1 {
        display: none;
    }

    #views-nourish_drinks_carousel-block_1 {
        display: none;
    }

    /* quick tabs */
    #quicktabs-nourish_tabs {
        width: 100%;
    }


    #quicktabs-nourish_tabs #quicktabs_container_nourish_tabs {
        min-width: 0px;
        width: 96.1%;
        float: left;
    }

    #quicktabs-nourish_tabs .view-footer {
        float: left;
        width: 85%;
        margin-left: 10px;
    }

    #quicktabs-nourish_tabs ul.quicktabs-style-nostyle li {
        width: 15%;
    }

    #quicktabs-nourish_tabs ul.quicktabs-style-nostyle li a {
        font-size: 12px;
    }

    #quicktabs-nourish_tabs ul.quicktabs-style-nostyle li.active a {
        font-size: 12px;
    }

    #quicktabs-nourish_tabs ul.quicktabs-style-nostyle li.last {
        width: 15%;
    }
    /* quick tabs */

    .nourish-social-media .nourish-social-media-facebook-icon, .nourish-social-media .nourish-social-media-twitter-icon, .nourish-social-media .nourish-social-media-pintrest-icon, .nourish-social-media .nourish-social-media-newsletter-icon {

        margin: 5px;
    }

    .field-field-body-photo img.imagecache-recipes-image, .field-field-body-photo img.imagecache-new-article-image {
        width: 100%;
        height: auto;
    }

    #easy_breadcrumb-0 {
        display: none;
    }

    a.printfriendlyLink {
        display: none;
    }

    .nourish-recipe-content-buttons {
        width: 90%;

    }

    #menu-menu-nourish-header-menu {
        width: auto;
        float: left;
        margin-right:0px;
    }

    #menu-menu-nourish-header-menu ul {
        float: left;
        padding-left: 0px;
    }

    #views-nourish_recipes-block_1 .views-row {
        width: 100% !important;
    }

    #views-nourish_recipes-block_1  .views-field-field-body-photo-fid {
        width: 100%;
        float: none;
    }

    #block-30 {
        padding-right: 0px;
        margin-right: 0px;

    }

    #views-nourish_recipes-block_1 .view-id-nourish_recipes .views-row .views-field-title {
        float: none;
        line-height: 1.2;
        text-align: left;
        width: auto;
    }


    #views_slideshow_singleframe_main_nourish_slideshow-block_1 .views-field-title a {

        font-size: 1.2em;

    }

    #menu-menu-nourish-header-menu .menu li {

        padding: 3px 7px;
        border-radius: 5px;
    }

    #menu-menu-nourish-header-menu .menu li.last {
        margin-left: 0px;
        padding-right: 0px;

    }

    #menu-menu-nourish-header-menu .menu li.last a {
        padding-top: 3px;
    }

    #menu-menu-nourish-header-menu .menu li a {
        font-size: 11px;
    }

    .nourish-gallery-image-content .field-field-body-photo img.imagecache-recipes-image {
        width: 100%;
        height: auto;
    }

    .nourish-gallery-image-content #node-gallery-image-navigator {
        width: 98%;
        top: 30%;
    }



    .nourish-dessert-listing .views-row {
        padding-bottom: 5px;
        min-height: 0px;

    }

    .nourish-dessert-listing .views-field-title {
        margin-bottom: 0px;
    }

    .whf-intro {
        width: 100%;
    }

    .media-kit-editor {
        float: left;
        width: 100%;
        background-image: none;
        height: auto;
        margin-left: 15px;
    }

    .whf-advertise-intro {
        margin-left: 15px;
    }

    .whf-advertise-title {
        margin-left: 15px;
    }

    .mobile-contact {
        margin-left: 15px;
        display: block;
    }

    .mag-big-cover {
        display: none;
    }

    .whf-mail-logo {

        height: auto;
    }

    .mag-small-cover {
        left: 10px;

        top: 0px;

    }

    .media-kit-intro {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }


    #views_slideshow_singleframe_teaser_section_nourish_diet_slideshow-block_1 .views-field-title a {
        font-size: 1.2em;
    }

    #views_slideshow_singleframe_teaser_section_nourish_recipe_slideshow-block_1 .views-field-title a {
        font-size: 1.2em;
    }

    #views-nourish_travel_hotels-block_1 .view-nourish-travel-hotels .view-header h2 {
        margin-left: 0px;
    }

    #views-nourish_travel_retreats-block_1 .view-header h2 {
        margin-left: 0px;
    }

    #views-nourish_classes-block_1 .view-header h2 {
        margin-left: 0px;
    }




    .view-nourish-similar-entries .view-content .views-row-2, .view-nourish-similar-entries .view-content .views-row-5, .view-nourish-similar-entries .view-content .views-row-8 {

        margin-left: 0px;
    }

    #views-nourish_events_festival-block_1 .view-nourish-events-festival .view-header h2 {
        margin-left: 0px;
    }

    #views-nourish_events_classes-block_1 .view-nourish-events-classes .view-header h2 {
        margin-left: 0px;
    }

    #views_slideshow_singleframe_main_nourish_slideshow-block_1 .views-field-title {

        margin-top: -43px;

    }

    #views_slideshow_singleframe_teaser_section_nourish_diet_slideshow-block_1 .views-field-title {
        margin-top: -43px;
    }

    #views_slideshow_singleframe_teaser_section_nourish_recipe_slideshow-block_1 .views-field-title {
        margin-top: -43px;
    }

    .recipe-facebook {
        width: 100%;
        text-align: center;
    }

    #custom_search_blocks-5 {
        display: none;
    }

    #menu-menu-nourish-footer-links {
        width: 100%;
    }

    #views-e29de923194203781d53b1d5634ff3ff .view-content .views-row-2, #views-e29de923194203781d53b1d5634ff3ff .view-content .views-row-5, #views-e29de923194203781d53b1d5634ff3ff .view-content .views-row-8 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .nourish-recipe-content-buttons #print-block {
        display: none;
    }

    .nourish-recipe-content-buttons .favorite-flag {
        float: left;
    }

    #views-nourish_mobile_recipes-block_1 {
        width: 100%;
        float: left;
    }

    #views-nourish_recipes-block_1 {
        display: none;
    }

    #block-19, #views-nourish_health_main-block_1, #views-nourish_health_articles-block_1 {
        display: none;
    }

    #block-20, #views-nourish_food_diet_main-block_1, #views-352130be694444e03b720ab17f123b05 {
        display: none;
    }

    /* ------------------- */

    #views-nourish_mobile_recipes-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_recipes-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_recipes-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_recipes-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_recipes-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_recipes-block_1 .views-field-title, #views-nourish_mobile_recipes-block_1 .views-field-field-intro-value, #views-nourish_mobile_recipes-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_recipes-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_recipes-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_recipes-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_recipes-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */



    #views-02630fba19b657e1429334922a76916b {
        display: block;
        float: left;
    }

    #views-02630fba19b657e1429334922a76916b .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-02630fba19b657e1429334922a76916b .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-02630fba19b657e1429334922a76916b .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-02630fba19b657e1429334922a76916b .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-02630fba19b657e1429334922a76916b .views-field-title, #views-02630fba19b657e1429334922a76916b .views-field-field-intro-value, #views-02630fba19b657e1429334922a76916b .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-02630fba19b657e1429334922a76916b .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-02630fba19b657e1429334922a76916b .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-02630fba19b657e1429334922a76916b .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-02630fba19b657e1429334922a76916b .views-field-path {
        text-align: right;
    }

    /* ------------------------ */


    #views-nourish_mobile_health-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_health-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_health-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_health-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_health-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_health-block_1 .views-field-title, #views-nourish_mobile_health-block_1 .views-field-field-intro-value, #views-nourish_mobile_health-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_health-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_health-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_health-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_health-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */



    /* ------------------------ */


    #views-nourish_mobile_salads-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_salads-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_salads-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_salads-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_salads-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_salads-block_1 .views-field-title, #views-nourish_mobile_salads-block_1 .views-field-field-intro-value, #views-nourish_mobile_salads-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_salads-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_salads-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_salads-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_salads-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */

    #custom_search_blocks-2 {
        display: block;
    }

    #custom_search_blocks-2 #edit-custom-search-blocks-form-2-1-wrapper {
        float: left;
        margin: 6px 0 0 10px;
        padding: 5px 0;
        width: 200px;

    }

    #custom_search_blocks-2 #edit-custom-search-blocks-form-2-1 {
        width: 160px;
    }

    #views-nourish_weight_loss-block_1 {
        display: none;
    }


    /* ------------------------ */


    #views-d4839142d8b6d0effc6c0f79e6441eab {
        display: block;
        float: left;
    }

    #views-d4839142d8b6d0effc6c0f79e6441eab .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-d4839142d8b6d0effc6c0f79e6441eab .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-d4839142d8b6d0effc6c0f79e6441eab .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-d4839142d8b6d0effc6c0f79e6441eab .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-d4839142d8b6d0effc6c0f79e6441eab .views-field-title, #views-d4839142d8b6d0effc6c0f79e6441eab .views-field-field-intro-value, #views-d4839142d8b6d0effc6c0f79e6441eab .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-d4839142d8b6d0effc6c0f79e6441eab .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-d4839142d8b6d0effc6c0f79e6441eab .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-d4839142d8b6d0effc6c0f79e6441eab .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-d4839142d8b6d0effc6c0f79e6441eab .views-field-path {
        text-align: right;
    }

    /* ------------------------ */




    /* ------------------------ */


    #views-nourish_travel_hotels-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_travel_hotels-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_travel_hotels-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_travel_hotels-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_travel_hotels-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_travel_hotels-block_1 .views-field-title, #views-nourish_travel_hotels-block_1 .views-field-field-intro-value, #views-nourish_travel_hotels-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_travel_hotels-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_travel_hotels-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_travel_hotels-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_travel_hotels-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */

    #views-nourish_classes-block_1 {
        display: none;
    }

    /* ------------------------ */


    #views-nourish_mobile_chicken-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_chicken-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_chicken-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_chicken-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_chicken-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_chicken-block_1 .views-field-title, #views-nourish_mobile_chicken-block_1 .views-field-field-intro-value, #views-nourish_mobile_chicken-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_chicken-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_chicken-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_chicken-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_chicken-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */



    /* --------- nourish mobile asian block ---------- */


    #views-nourish_mobile_asian-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_asian-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_asian-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_asian-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_asian-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_asian-block_1 .views-field-title, #views-nourish_mobile_asian-block_1 .views-field-field-intro-value, #views-nourish_mobile_asian-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_asian-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_asian-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_asian-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_asian-block_1 .views-field-path {
        text-align: right;
    }

    /* ------- nourish mobile asian block ---------- */


    /* --------- nourish mobile mexican block ---------- */


    #views-nourish_mobile_mexican-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_mexican-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_mexican-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_mexican-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_mexican-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_mexican-block_1 .views-field-title, #views-nourish_mobile_mexican-block_1 .views-field-field-intro-value, #views-nourish_mobile_mexican-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_mexican-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_mexican-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_mexican-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_mexican-block_1 .views-field-path {
        text-align: right;
    }

    /* ------- nourish mobile mexican block ---------- */



    /* --------- nourish mobile moroccan block ---------- */


    #views-nourish_mobile_morrocan-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_morrocan-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_morrocan-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_morrocan-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_morrocan-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_morrocan-block_1 .views-field-title, #views-nourish_mobile_morrocan-block_1 .views-field-field-intro-value, #views-nourish_mobile_morrocan-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_morrocan-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_morrocan-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_morrocan-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_morrocan-block_1 .views-field-path {
        text-align: right;
    }

    /* ------- nourish mobile moroccan block ---------- */


    /* --------- nourish mobile mediterranean block ---------- */


    #views-4a6fff50fde70bbad28f164d68ff8ce8 {
        display: block;
        float: left;
    }

    #views-4a6fff50fde70bbad28f164d68ff8ce8 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-4a6fff50fde70bbad28f164d68ff8ce8 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-4a6fff50fde70bbad28f164d68ff8ce8 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-4a6fff50fde70bbad28f164d68ff8ce8 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-4a6fff50fde70bbad28f164d68ff8ce8 .views-field-title, #views-4a6fff50fde70bbad28f164d68ff8ce8 .views-field-field-intro-value, #views-4a6fff50fde70bbad28f164d68ff8ce8 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-4a6fff50fde70bbad28f164d68ff8ce8 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-4a6fff50fde70bbad28f164d68ff8ce8 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-4a6fff50fde70bbad28f164d68ff8ce8 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-4a6fff50fde70bbad28f164d68ff8ce8 .views-field-path {
        text-align: right;
    }

    /* ------- nourish mobile mediterranean block ---------- */


    /* --------- nourish mobile chinese block ---------- */


    #views-nourish_mobile_chinese-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_chinese-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_chinese-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_chinese-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_chinese-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_chinese-block_1 .views-field-title, #views-nourish_mobile_chinese-block_1 .views-field-field-intro-value, #views-nourish_mobile_chinese-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_chinese-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_chinese-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_chinese-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_chinese-block_1 .views-field-path {
        text-align: right;
    }

    /* ------- nourish mobile chinese block ---------- */



    /* --------- nourish mobile vegan block ---------- */


    #views-nourish_mobile_vegan-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_vegan-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_vegan-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_vegan-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_vegan-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_vegan-block_1 .views-field-title, #views-nourish_mobile_vegan-block_1 .views-field-field-intro-value, #views-nourish_mobile_vegan-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_vegan-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_vegan-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_vegan-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_vegan-block_1 .views-field-path {
        text-align: right;
    }

    /* ------- nourish mobile vegan block ---------- */



    /* --------- nourish mobile gluten free block ---------- */


    #views-cc2dd072c810405ab3c6d199a6524396 {
        display: block;
        float: left;
    }

    #views-cc2dd072c810405ab3c6d199a6524396 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-cc2dd072c810405ab3c6d199a6524396 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-cc2dd072c810405ab3c6d199a6524396 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-cc2dd072c810405ab3c6d199a6524396 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-cc2dd072c810405ab3c6d199a6524396 .views-field-title, #views-cc2dd072c810405ab3c6d199a6524396 .views-field-field-intro-value, #views-cc2dd072c810405ab3c6d199a6524396 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-cc2dd072c810405ab3c6d199a6524396 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-cc2dd072c810405ab3c6d199a6524396 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-cc2dd072c810405ab3c6d199a6524396 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-cc2dd072c810405ab3c6d199a6524396 .views-field-path {
        text-align: right;
    }

    /* ------- nourish mobile gluten free block ---------- */


    /* --------- nourish mobile vegetarian block ---------- */


    #views-bfd4595387c1b0451b4cf7d020df04b6 {
        display: block;
        float: left;
    }

    #views-bfd4595387c1b0451b4cf7d020df04b6 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-bfd4595387c1b0451b4cf7d020df04b6 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-bfd4595387c1b0451b4cf7d020df04b6 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-bfd4595387c1b0451b4cf7d020df04b6 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-bfd4595387c1b0451b4cf7d020df04b6 .views-field-title, #views-bfd4595387c1b0451b4cf7d020df04b6 .views-field-field-intro-value, #views-bfd4595387c1b0451b4cf7d020df04b6 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-bfd4595387c1b0451b4cf7d020df04b6 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-bfd4595387c1b0451b4cf7d020df04b6 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-bfd4595387c1b0451b4cf7d020df04b6 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-bfd4595387c1b0451b4cf7d020df04b6 .views-field-path {
        text-align: right;
    }

    /* ------- nourish mobile vegetarian block ---------- */


    #views-3e1c61a645b07ceb88c27f35cc5e73f9 {
        display: none;
    }



    /* ------------------------ */


    #views-nourish_mobile_pork-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_pork-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_pork-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_pork-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_pork-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_pork-block_1 .views-field-title, #views-nourish_mobile_pork-block_1 .views-field-field-intro-value, #views-nourish_mobile_pork-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_pork-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_pork-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_pork-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_pork-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */



    /* ------------------------ */


    #views-nourish_mobile_beef-block_1  {
        display: block;
        float: left;
    }

    #views-nourish_mobile_beef-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_beef-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_beef-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_beef-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_beef-block_1 .views-field-title, #views-nourish_mobile_beef-block_1 .views-field-field-intro-value, #views-nourish_mobile_beef-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_beef-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_beef-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_beef-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_beef-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */



    /* ------------------------ */


    #views-nourish_mobile_lamb-block_1  {
        display: block;
        float: left;
    }

    #views-nourish_mobile_lamb-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_lamb-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_lamb-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_lamb-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_lamb-block_1 .views-field-title, #views-nourish_mobile_lamb-block_1 .views-field-field-intro-value, #views-nourish_mobile_lamb-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_lamb-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_lamb-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_lamb-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_lamb-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */



    /* ------------------------ */


    #views-nourish_mobile_seafood-block_1  {
        display: block;
        float: left;
    }

    #views-nourish_mobile_seafood-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_seafood-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_seafood-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_seafood-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_seafood-block_1 .views-field-title, #views-nourish_mobile_seafood-block_1 .views-field-field-intro-value, #views-nourish_mobile_seafood-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_seafood-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_seafood-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_seafood-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_seafood-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */



    /* ------------------------ */


    #views-nourish_mobile_veg-block_1  {
        display: block;
        float: left;
    }

    #views-nourish_mobile_veg-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_veg-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_veg-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_veg-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_veg-block_1 .views-field-title, #views-nourish_mobile_veg-block_1 .views-field-field-intro-value, #views-nourish_mobile_veg-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_veg-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_veg-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_veg-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_veg-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */



    /* ------------------------ */


    #views-nourish_mobile_desserts-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_desserts-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_desserts-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_desserts-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_desserts-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_desserts-block_1 .views-field-title, #views-nourish_mobile_desserts-block_1 .views-field-field-intro-value, #views-nourish_mobile_desserts-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_desserts-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_desserts-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_desserts-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_desserts-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */



    /* ------------------------ */


    #views-nourish_mobile_pasta-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_mobile_pasta-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_mobile_pasta-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_mobile_pasta-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_mobile_pasta-block_1 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-nourish_mobile_pasta-block_1 .views-field-title, #views-nourish_mobile_pasta-block_1 .views-field-field-intro-value, #views-nourish_mobile_pasta-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_mobile_pasta-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_mobile_pasta-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_mobile_pasta-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_mobile_pasta-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */

    #quicktabs-nourish_tabs, #block-27, #views-nourish_dessert_main-block_1, #views-533aa9a66851e693a7886be039e60c56, #block-28, #views-35d48ec2e77859feeca30b866ba3e6a1, #views-41b36272cc68a8b2e80393ff95a51c12, #block-29, #views-nourish_low_fat_main-block_1, #views-1165c8e7da5c9728fca5574998790479, #block-38, #views-b7bef2e245452680695f2ec725f55ad4, #views-0147c69878db041bd5fa369f3a002f3e {
        display: none;
    }


    .nourish-search-result-intro {
        width: 100%;
    }

    #fivestar-0 {
        display: block;
    }

    .clear-block #nourish-recipe-title {
        font-size: 18px;
        margin-left: 0px;
    }

    .recipe-facebook {
        margin-top: 10px;
        margin-left: 10px;
        float: left;
    }

    .recipe-facebook .fb-like {
        float: left;
        margin-right: 10px;
    }

    .recipe-facebook .recipe-twitter {
        float: left;
    }

    .recipe-facebook .recipe-pin-it {
        float: left;
    }

    .recipe-facebook .recipe-google-plus {
        float: left;
    }

    .nourish-recipe-content-buttons .nutrition-icon-list {
        height: auto;
    }

    .clear-block #nourish-article-title {
        font-size: 18px;
        margin-left: 0px;
    }



    /* ------------------------ */


    #views-nourish_diet_health-block_1 {
        display: block;
        float: left;
    }

    #views-nourish_diet_health-block_1 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 19px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #views-nourish_diet_health-block_1 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-nourish_diet_health-block_1 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-nourish_diet_health-block_1 .views-field-field-body-photo-fid {

        margin-bottom: 0px !important;
    }

    #views-nourish_diet_health_2-block_1 {
        margin-top: 10px !important;
    }

    #views-nourish_diet_health-block_1 .views-field-title, #views-nourish_diet_health-block_1 .views-field-field-intro-value, #views-nourish_diet_health-block_1 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-nourish_diet_health-block_1 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-nourish_diet_health-block_1 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-nourish_diet_health-block_1 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-nourish_diet_health-block_1 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */


    /* ------------------------ */


    #views-12937b3ed14316c2d4af5860f854f900  {
        display: block;
        float: left;
    }

    #views-12937b3ed14316c2d4af5860f854f900 .view-header h2 a {
        color: #000000;
        float: left;
        font-size: 15px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-left: 20px;
        margin-top: 4px;
        font-weight: bold;
    }

    #views-12937b3ed14316c2d4af5860f854f900 .view-header h2 {
        background-image: url("images/heading-bkgnd.jpg");
        background-repeat: no-repeat;
        display: block;
        height: 29px;
        width: 644px;
        margin-left: 0px;
    }

    #views-12937b3ed14316c2d4af5860f854f900 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    #views-12937b3ed14316c2d4af5860f854f900 .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    #views-12937b3ed14316c2d4af5860f854f900 .views-field-title, #views-12937b3ed14316c2d4af5860f854f900 .views-field-field-intro-value, #views-12937b3ed14316c2d4af5860f854f900 .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    #views-12937b3ed14316c2d4af5860f854f900 .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    #views-12937b3ed14316c2d4af5860f854f900 .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }


    #views-12937b3ed14316c2d4af5860f854f900 .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #views-12937b3ed14316c2d4af5860f854f900 .views-field-path {
        text-align: right;
    }

    /* ------------------------ */

    #views-e29de923194203781d53b1d5634ff3ff {
        display: none;
    }

    /* ------------------------ */


    .nourish-mobile-search-block  {
        display: block;
        float: left;
    }



    #views-12937b3ed14316c2d4af5860f854f900 .views-row {
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 320px;
    }


    .nourish-mobile-search-block .views-field-field-body-photo-fid {
        float: left;
        width: 130px;
    }

    .nourish-mobile-search-block .views-field-title, .nourish-mobile-search-block .views-field-field-intro-value, .nourish-mobile-search-block .views-field-path {
        float: left;
        margin-left: 10px;
        width: 180px;
    }

    .nourish-mobile-search-block .views-field-title a {
        color: #cc0000;
        font-size: 15px;
        line-height: 0.5;
    }


    .nourish-mobile-search-block .views-field-path a {
        color: #cc0000;
        font-size: 12px;
        padding-right: 10px;
    }

    .nourish-mobile-search-block .views-field-field-intro-value {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .nourish-mobile-search-block .views-field-path {
        text-align: right;
    }

    /* ------------------------ */

    .nourish-search-result-block {
        display: none;
    }

    #block-31 .whf-intro {
        display: none;
    }

}

/* Banner display handling for responsive layouts */
/* Home Rec 620x120 */
#block-95
{
    width: 620px;
    /*height: 120px;*/
    margin: 15px 0 0;
    overflow: hidden;
    border: 12px solid #E4D6B3;
}

/* Mobile 320x50 */
#block-43,
#block-44,
#block-49,
#block-50,
#block-86,
#block-87,
#block-98,
#block-99
{
    width: 320px;
    /*height: 50px;*/
    margin: 3px auto 10px;
    overflow: hidden;
}

/* Mobile Mrec */
#block-59,
#block-60,
#block-88,
#block-89,
#block-104,
#block-105
{
    width: 300px;
    /*height: 250px;*/
    margin: 3px auto 10px;
    overflow: hidden;
}

/* Mobile Rectangle */
#block-90,
#block-91
{
    width: 320px;
    /*height: 100px;*/
    margin: 3px auto 10px;
    overflow: hidden;
}

/* Desktop Leaderboard */
#block-39,
#block-61
{
    width: 728px;
    /*height: 90px;*/
    margin: 3px auto 10px;
    overflow: hidden;
}

/* Desktop Rectangle */
#block-47,
#block-48
{
    width: 300px;
    /*height: 100px;*/
    margin: 3px 0;
    overflow: hidden;
}

/* Desktop Masthead */
#block-52,
#block-53,
#block-96,
#block-97
{
    float: right;
    width: 468px;
    /*height: 60px;*/
    margin: 3px 0 10px;
    overflow: hidden;
}

/* Desktop MRec */
#block-62,
#block-63,
#block-67,
#block-68
{
    width: 300px;
    /*height: 250px;*/
    margin: 0 0 13px;
    overflow: hidden;
}

#block-63
{
    margin-bottom: 0;
}

/* Left and right skinning */
#block-71,
#block-100
{
    position: absolute;
    left: -106px;
    top: 0;
    margin-top: 250px;
}

#block-72,
#block-101
{
    position: absolute;
    right: -107px;
    top: 0;
    margin-top: 250px;
}

/* Hide all banners by default */
#NSH_Home_Custom_Rec_320x50_M,
#NSH_Home_Leaderboard_320x50_M,
#NSH_Home_Masthead_320x50_M,
#NSH_Home_MRec_300x250_M,
#NSH_Home_Rec_320x50_M,
#NSH_Home_TVC_300x250_M,
#NSH_Home_Leaderboard_728x90,
#NSH_Home_MRec_300x250,
#NSH_Home_Rec_300x100,
#NSH_Home_Masthead_468x60,
#NSH_Home_MRec_2_300x250,
#NSH_Home_Rec_620x120,
#NSH_Home_Skinning_Left_105x800,
#NSH_Home_Skinning_Right_105x800,
#NSH_Home_MRec_2_300x250_M,

#NSH_Subpage_Leaderboard_728x90,
#NSH_Subpage_MRec_300x250,
#NSH_Subpage_Rec_300x100,
#NSH_Subpage_Masthead_468x60,
#NSH_Subpage_Custom_Rec_320x50_M,
#NSH_Subpage_Leaderboard_320x50_M,
#NSH_Subpage_Masthead_320x50_M,
#NSH_Subpage_MRec_300x250_M,
#NSH_Subpage_Rec_320x50_M,
#NSH_Subpage_TVC_300x250_M,
#NSH_Subpage_MRec_2_300x250,
#NSH_Subpage_Skinning_Left_105x800,
#NSH_Subpage_Skinning_Right_105x800,
#NSH_Subpage_MRec_2_300x250_M,

#block-39,
#block-61,
#block-62,
#block-63,
#block-67,
#block-68,
#block-86,
#block-87,
#block-88,
#block-89,
#block-90,
#block-91,
#block-95,
#block-96,
#block-97,
#block-98,
#block-99,

#block-71,
#block-72,
#block-100,
#block-101
{
    display:none;
}

/* Media queries for banners */
/* For mobiles */
@media only screen and (min-width:320px) and (max-width:480px) {
    /* Mobile containers */
    #block-62,
    #block-63,
    #block-86,
    #block-87,
    #block-88,
    #block-89,
    #block-90,
    #block-91,
    #block-98,
    #block-99,
    #block-104
    {
        display:block;
        margin: 0 auto 15px;
    }

    /* Desktop containers */
    #block-39,
    #block-61,
    #block-67,
    #block-68,
    #block-95,
    #block-96,
    #block-97,
    #block-71,
    #block-72,
    #block-100,
    #block-101
    {
        display:none;
    }

    /* Mobile home page banners */
    #NSH_Home_Custom_Rec_320x50_M {display:block}
    #NSH_Home_Leaderboard_320x50_M {display:block; float:left; margin: 0; }
    #NSH_Home_Masthead_320x50_M {display:block}
    #NSH_Home_MRec_300x250_M {display:block}
    #NSH_Home_Rec_320x50_M {display:block}
    #NSH_Home_TVC_300x250_M {display:block}
    #NSH_Home_Snakk_Leaderboard_320x50_M {display:block}
    #NSH_Home_Snakk_MRec_300x250_M {display:block}
    #NSH_Home_Snakk_Rec_320x100_M {display:block}
    #NSH_Home_Masthead_320x50_M {display:block}
    #NSH_Home_MRec_2_300x250_M {display:block}

    /* Mobile sub page banners */
    #NSH_Subpage_Custom_Rec_320x50_M {display:block}
    #NSH_Subpage_Leaderboard_320x50_M {display:block; float:left; margin: 0; }
    #NSH_Subpage_Masthead_320x50_M {display:block}
    #NSH_Subpage_MRec_300x250_M {display:block}
    #NSH_Subpage_Rec_320x50_M {display:block}
    #NSH_Subpage_TVC_300x250_M {display:block}
    #NSH_Subpage_TVC_300x250_M {display:block}
    #NSH_Subpage_TVC_300x250_M {display:block}
    #NSH_Subpage_TVC_300x250_M {display:block}
    #NSH_Subpage_Snakk_Leaderboard_320x50_M {display:block}
    #NSH_Subpage_Snakk_MRec_300x250_M {display:block}
    #NSH_Subpage_Snakk_Rec_320x100_M {display:block}
    #NSH_Subpage_Masthead_320x50_M {display:block}
    #NSH_Subpage_MRec_2_300x250_M {display:block}

    /* Hide the home desktop banners */
    #NSH_Home_Leaderboard_728x90 {display:none}
    #NSH_Home_MRec_300x250 {display:none}
    #NSH_Home_Rec_300x100 {display:none}
    #NSH_Home_Masthead_468x60 {display:none}
    #NSH_Home_MRec_2_300x250 {display:none}
    #NSH_Home_Rec_620x120 {display:none}
    #NSH_Home_Masthead_468x60 {display:none}
    #NSH_Home_Skinning_Left_105x800 {display:none}
    #NSH_Home_Skinning_Right_105x800 {display:none}

    /* Hide the sub page desktop banners */
    #NSH_Subpage_Leaderboard_728x90 {display:none}
    #NSH_Subpage_MRec_300x250 {display:none}
    #NSH_Subpage_Rec_300x100 {display:none}
    #NSH_Subpage_Masthead_468x60 {display:none}
    #NSH_Subpage_MRec_2_300x250 {display:none}
    #NSH_Subpage_Masthead_468x60 {display:none}
    #NSH_Subpage_Skinning_Left_105x800 {display:none}
    #NSH_Subpage_Skinning_Right_105x800 {display:none}
}

/* For tablets in portrait mode */
@media only screen and (min-width:768px) and (max-width:1024px) {
    /* Mobile containers */
    #block-43,
    #block-44,
    #block-49,
    #block-50,
    #block-59,
    #block-60,
    #block-62,
    #block-63,
    #block-86,
    #block-87,
    #block-88,
    #block-89,
    #block-90,
    #block-91,
    #block-98,
    #block-99
    {
        display:none
    }

    /* Desktop containers */
    #block-39,
    #block-61,
    #block-67,
    #block-68,
    #block-95,
    #block-96,
    #block-97,
    #block-71,
    #block-72,
    #block-100,
    #block-101
    {
        display:block;
    }

    /* Hide the mobile home page banners */
    #NSH_Home_Custom_Rec_320x50_M {display:none}
    #NSH_Home_Leaderboard_320x50_M {display:none}
    #NSH_Home_Masthead_320x50_M {display:none}
    #NSH_Home_MRec_300x250_M {display:none}
    #NSH_Home_Rec_320x50_M {display:none}
    #NSH_Home_TVC_300x250_M {display:none}
    #NSH_Home_Snakk_Leaderboard_320x50_M {display:none}
    #NSH_Home_Snakk_MRec_300x250_M {display:none}
    #NSH_Home_Snakk_Rec_320x100_M {display:none}
    #NSH_Home_Masthead_320x50_M {display:none}

    /* Hide the mobile sub page banners */
    #NSH_Subpage_Custom_Rec_320x50_M {display:none}
    #NSH_Subpage_Leaderboard_320x50_M {display:none}
    #NSH_Subpage_Masthead_320x50_M {display:none}
    #NSH_Subpage_MRec_300x250_M {display:none}
    #NSH_Subpage_Rec_320x50_M {display:none}
    #NSH_Subpage_TVC_300x250_M {display:none}
    #NSH_Subpage_Snakk_Leaderboard_320x50_M {display:none}
    #NSH_Subpage_Snakk_MRec_300x250_M {display:none}
    #NSH_Subpage_Snakk_Rec_320x100_M {display:none}
    #NSH_Subpage_Masthead_320x50_M {display:none}

    /* Show the home desktop banners */
    #NSH_Home_Leaderboard_728x90 {display:block}
    #NSH_Home_MRec_300x250 {display:block}
    #NSH_Home_Rec_300x100 {display:block}
    #NSH_Home_Masthead_468x60 {display:block}
    #NSH_Home_MRec_2_300x250 {display:block}
    #NSH_Home_Rec_620x120 {display:block}
    #NSH_Home_Masthead_468x60 {display:block}
    #NSH_Home_Skinning_Left_105x800 {display:block}
    #NSH_Home_Skinning_Right_105x800 {display:block}

    /* Show the sub page desktop banners */
    #NSH_Subpage_Leaderboard_728x90 {display:block}
    #NSH_Subpage_MRec_300x250 {display:block}
    #NSH_Subpage_Rec_300x100 {display:block}
    #NSH_Subpage_Masthead_468x60 {display:block}
    #NSH_Subpage_MRec_2_300x250 {display:block}
    #NSH_Subpage_Masthead_468x60 {display:block}
    #NSH_Subpage_Skinning_Left_105x800 {display:block}
    #NSH_Subpage_Skinning_Right_105x800 {display:block}
}

/* For tablets in landscape and desktops */
@media only screen and (min-width:1024px) {
    /* Mobile containers */
    #block-43,
    #block-44,
    #block-49,
    #block-50,
    #block-59,
    #block-60,
    #block-62,
    #block-63,
    #block-86,
    #block-87,
    #block-88,
    #block-89,
    #block-90,
    #block-91,
    #block-98,
    #block-99
    {
        display:none
    }

    /* Desktop containers */
    #block-39,
    #block-61,
    #block-67,
    #block-68,
    #block-95,
    #block-96,
    #block-97,
    #block-71,
    #block-72,
    #block-100,
    #block-101
    {
        display:block;
    }

    /* Hide the mobile home page banners */
    #NSH_Home_Custom_Rec_320x50_M {display:none}
    #NSH_Home_Leaderboard_320x50_M {display:none}
    #NSH_Home_Masthead_320x50_M {display:none}
    #NSH_Home_MRec_300x250_M {display:none}
    #NSH_Home_Rec_320x50_M {display:none}
    #NSH_Home_TVC_300x250_M {display:none}
    #NSH_Home_Snakk_Leaderboard_320x50_M {display:none}
    #NSH_Home_Snakk_MRec_300x250_M {display:none}
    #NSH_Home_Snakk_Rec_320x100_M {display:none}
    #NSH_Home_Masthead_320x50_M {display:none}

    /* Hide the mobile sub page banners */
    #NSH_Subpage_Custom_Rec_320x50_M {display:none}
    #NSH_Subpage_Leaderboard_320x50_M {display:none}
    #NSH_Subpage_Masthead_320x50_M {display:none}
    #NSH_Subpage_MRec_300x250_M {display:none}
    #NSH_Subpage_Rec_320x50_M {display:none}
    #NSH_Subpage_TVC_300x250_M {display:none}
    #NSH_Subpage_Snakk_Leaderboard_320x50_M {display:none}
    #NSH_Subpage_Snakk_MRec_300x250_M {display:none}
    #NSH_Subpage_Snakk_Rec_320x100_M {display:none}
    #NSH_Subpage_Masthead_320x50_M {display:none}

    /* Show the home desktop banners */
    #NSH_Home_Leaderboard_728x90 {display:block}
    #NSH_Home_MRec_300x250 {display:block}
    #NSH_Home_Rec_300x100 {display:block}
    #NSH_Home_Masthead_468x60 {display:block}
    #NSH_Home_MRec_2_300x250 {display:block}
    #NSH_Home_Rec_620x120 {display:block}
    #NSH_Home_Masthead_468x60 {display:block}
    #NSH_Home_Skinning_Left_105x800 {display:block}
    #NSH_Home_Skinning_Right_105x800 {display:block}

    /* Show the sub page desktop banners */
    #NSH_Subpage_Leaderboard_728x90 {display:block}
    #NSH_Subpage_MRec_300x250 {display:block}
    #NSH_Subpage_Rec_300x100 {display:block}
    #NSH_Subpage_Masthead_468x60 {display:block}
    #NSH_Subpage_MRec_2_300x250 {display:block}
    #NSH_Subpage_Masthead_468x60 {display:block}
    #NSH_Subpage_Skinning_Left_105x800 {display:block}
    #NSH_Subpage_Skinning_Right_105x800 {display:block}
}
/* End banners section */

.nourish_article_video {
    width: 650px;
    height: 365px;
    margin: 0 auto;
    clear: both;
}

/*Digital bar CSS*/
.boxx
{
    background: linear-gradient(0deg, #ECE1C1 0%, #FFF 25%, #FFF 75%, #ECE1C1 100%);
    border: 1px solid #F5ECCD;
    border-radius: 0px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin: 20px auto;
    padding: 20px;
    position: relative;
    width: 605px;
    height: auto;
    /*  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.1);
*/
}

.boxx:before, .boxx:after
{
    bottom: 12px;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
    content: "";
    height: 10px;
    left: 12px;
    position: absolute;
    width: 40%;
    z-index: -1;
    transform: skew(-4deg) rotate(-4deg);
}

.boxx:after
{
    transform: skew(4deg) rotate(4deg);
    left: auto;
    right: 12px;
}

.digital-intro {
    color: #CC0000;
    clear:right;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
}

img.diglogo {
    padding-left: 15px;
    margin-bottom: 10px;
}

.custommore-fun-stuff2 {
    width: 660px;
    float: left;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-left: -5px;
}

#container {
    overflow: visible;
}



.video-container {
    position:relative;
    padding-bottom:47.25%;
    padding-top:30px;
    margin-bottom:0px;
    height:0;
    clear: both;

}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}