/*
Theme Name: Fonterra Food Services
Theme URI: http://www.fonterrafoodservices.co.nz
Author: kelvin @ satelliate media
Description: Theme for Fonterra Food Services
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 1, 2014 */

/* =Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'nobel_lightregular';
    src: url('fonts/nobel-light-webfont.eot');
    src: url('fonts/nobel-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/nobel-light-webfont.woff') format('woff'),
    url('fonts/nobel-light-webfont.ttf') format('truetype'),
    url('fonts/nobel-light-webfont.svg#nobel_lightregular') format('svg');
    font-weight: 100;
    font-style: normal;
}




@font-face {
    font-family: 'nobelregular';
    src: url('fonts/nobel-regular-webfont.eot');
    src: url('fonts/nobel-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/nobel-regular-webfont.woff') format('woff'),
    url('fonts/nobel-regular-webfont.ttf') format('truetype'),
    url('fonts/nobel-regular-webfont.svg#nobelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
    padding: 5px 0;
    padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
    font-size: 16px
    font-size: 1.142857143rem; (16 / $rembase)
    line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
    margin: 24px 0;
    margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
tr td{
    font-size:14px;
}

p{
    line-height: 20px;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px 0;
    margin-bottom: 1.714285714rem;
}
.clear{
    clear:both;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}

.download_catalogue{
    margin-top:20px;
    margin-right:50px;
    clear:both;
}
a.home_logo_link{
    width:280px;
    height:70px;
    display:block !important;
}
/* =Repeatable patterns
-------------------------------------------------------------- */

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #eeeeee;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #eeeeee;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #eeeeee;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #eeeeee;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

/* Form fields, general styles first */
button,input, textarea {
    border: 1px solid #ccc;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}
<<<<<<< HEAD
=======

>>>>>>> b5fe0d20bd4a380e63397aa0bce87412476d1b0c
a.button{
    border: 1px solid #ccc;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
    background-color: #09d9ff !important;
    text-transform: uppercase;
    color:#fff;
    text-decoration: none;
    border: none;
    font-size:18px;
}
a.button:hover{
    color:#7c7c7c;
}
<<<<<<< HEAD
=======


>>>>>>> b5fe0d20bd4a380e63397aa0bce87412476d1b0c
input#s{
    background:#999999;
    color:#fff;
    margin-right: 0px;
    font-weight:bold;
}
input#searchsubmit{
    text-indent:-9999px;
    /*border:2px solid #999999;*/
    background:#999999;
    background:url(images/search.jpg) -1px -3px;
    width:36px;
    height:33px;
    line-height:normal;

}

button,
input {
    line-height: normal;
    font-size:1rem;
}
textarea {
    font-size: 1rem;
    overflow: auto;
    vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Buttons */
.menu-toggle{
    background:url(images/menu-button.jpg);
    width:41px;
    height:45px;
    text-indent: -9999px;
    margin-left:10px;
    margin-bottom:10px;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #09d9ff !important;
    border: 1px solid #d2d2d2;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    color: #5e5e5e;
    background-color: #006da6;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: #757575;
    background-color: #006da6;
    border: none;
}
li.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

/* Navigation */
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}
#nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}
.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}
.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
    margin: 48px 0;
    margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    overflow: hidden;
}
.author-description p {
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
    margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
    font-size: 87.5%;
}
body {
    font-size: 14px;
    font-size: 1rem;
    font-family: "proxima-nova",sans-serif;
    text-rendering: optimizeLegibility;
    color: #444;
    height:100%;
}
body.custom-font-enabled {
    font-family: "proxima-nova",sans-serif;
}
a {
    outline: none;
    color: #21759b;
}
a:hover {
    color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
    background-color: #fff;
}
.site-content {
    background-color:#f5f5f5;
    width:100%;
}
.widget-area {
    margin: 24px 0 0;
    margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
    padding-top:0.5rem;
    max-width: 960px;
    max-width: 68.571428571rem;
    padding-left:0;
    padding-right:0;
    margin:0 auto;
    padding-bottom: 1.5rem;
}
.log_on{
    width: 50% !important;
}
.site-header h1,
.site-header h2 {
    text-align: center;
}
.site-header .site-title{
    background:url(images/logo.jpg) no-repeat;
    width:280px;
    height:70px;
    text-indent:-9999px;
    float:left;
    margin-top:1rem;
}
.site-header #login-search{
    width:52% !important;
    float:right;
    height:2.8rem;
}
    .site-header #login-search ul {
        padding:0;
        margin:0;
    }
    .site-header #login-search ul li{
        float:left;
    }
    .site-header #login-search ul li a{
        color:#006da6;
        line-height: 2.5rem;
        text-transform:uppercase;
        margin-right:1rem;
        text-decoration:none;
    }
    .site-header #login-search ul li.current_page_item a{
        font-weight: bold;
    }

    .site-header #login-search ul li.menu-item-7 a{
        font-weight:bold;
    }


.site-header h1 a,
.site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
    color: #21759b;
}
.site-header h1 {
    font-size: 24px;
    font-size: 1.714285714rem;
    line-height: 1.285714286;
    margin-bottom: 14px;
    margin-bottom: 1rem;
}
.site-header h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.header-image {
    margin-top: 24px;
    margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
    text-align: center;
    float:right;
    /*width:59%;*/
}
.main-navigation li {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.42857143;
}
.main-navigation a {
    color: #5e5e5e;
}
.main-navigation a:hover {
    color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    /*display: inline-block;*/
}

/* Banner */
section[role="banner"] {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    word-wrap: break-word;
}
.widget-area .widget h3 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.widget-area .widget p {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
    margin-left: 36px;
    margin-left: 2.571428571rem;
}
.widget-area .widget a {
    color: #757575;
}
.widget-area .widget a:hover {
    color: #21759b;
}
.widget-area #s {
    width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
.copyright{
    clear:both;
    float:none !important;
    margin-bottom:10px;
}
#bottom{
    background:url(images/footer-bg.jpg) repeat-x;
    height:290px;
    margin-bottom:-290px;
}
footer[role="contentinfo"] {
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;

    max-width: 960px;
    max-width: 68.571428571rem;
    margin-left: auto;
    margin-right: auto;
}
footer[role="contentinfo"] a {
    color: #686868;
}
footer[role="contentinfo"] a:hover {
    color: #21759b;
}

.white_layer{
    background-color:#fff;
    /*width:560px;*/
    height:70px;
    float:left;
}
    .white_layer ul#logo_list{
        padding:15px 0 15px 15px;
    }
    .white_layer ul#logo_list li{
        float:left;
        display:block;
        margin-right:20px;
    }

.other_site{
    width:380px;
    height:70px;
    float:right;
    color:#fff;
    margin-top:1em;
}
.other_site h3{
    text-transform:uppercase;
    font-size:16px;
    font-size:1.429em;
    font-weight:normal;
    margin-bottom: 10px;
}
    .other_site ul#website_link_list li{
        float:left;
        display:block;
        width:30%;
        margin-right:1em;
        margin-bottom: 0.5em;
    }
    .other_site ul#website_link_list li a{
        color:#fff;
        text-transform:uppercase;
        text-decoration:none;
        font-weight:normal;
    }
    .other_site ul#website_link_list li a:hover{
        text-decoration:underline;
    }


.footer_link{
    float:left;
    width:450px;
    height:70px;
    float:left;
    color:#fff;
    font-weight:normal;
    margin-top:1em;
    font-size:12px;

}
    .footer_link ul#footer_link_list li{
        float:left;
        display:block;
        color:#fff;
        margin-right:15px;
    }
    .footer_link ul#footer_link_list li a{
        color:#fff;
        font-weight:bold !important;
        text-decoration:none;
        font-weight:normal;
    }
    .footer_link ul#footer_link_list li a:hover{
        text-decoration:underline;
    }
/* =Main content and comment content
-------------------------------------------------------------- */
.page-area{
    background-color:#f5f5f5;
    overflow:auto;
    min-height:300px;
    padding-bottom:50px;
}
    .page-area .page-banner{
        background-color:#ffffff !important;
        width:960px;
        width:68.571em;
        height:220px;
        height:15.714em;
        padding:0;
        margin-top:20px;
        margin-bottom:10px;
        -webkit-box-shadow: 0px 0px 5px 5px #d1d1d1;
        box-shadow: 0px 0px 5px 5px #d1d1d1;
    }
    .page-area .page-banner .page-title,
    .page-area .page-banner .page-title.black-color {
        height:77px;
        min-width:100px;
        display:block;
        float:left;
        position:relative;
        z-index:150;
        left:-20px;
        top:80px;
        padding: 0 25px;
    }

    .page-area .page-banner .page-title {
        background:url(images/page-title.png) no-repeat;
    }

    .page-area .page-banner .page-title.black-color {
        background:url(images/page-title-black.png) no-repeat;
    }

    .page-area .page-banner .page-title.blue h1,
    .page-area .page-banner .page-title h1,
    .page-area .page-banner .page-title.black-color h1 {
        /*text-indent:25px;*/
        color:#fff;
        font-weight:normal;
        font-size:36px;
        line-height: 58px;
        font-size:2.571em;
        padding-right:25px;
        background-color: #00b9f1;
    }

    .page-area .page-banner .page-title.black-color h1 {
        background-color: #000;
    }

    .page-area .page-banner .page-title.black {
        background-color: #000;
    }

.center_area{
    max-width: 960px;
    max-width: 68.571428571rem;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

#content {
    padding-bottom:60px;
    /*overflow: hidden;*/
}


#white_layer{
    /*width:310px;*/
    /*width:22.143rem;*/
    /*height:370px;*/
    /*height:26.429rem;*/
    background-color: rgba(255, 255, 255, 0.8);
    padding:20px;
    margin:0 auto;
    position:absolute;
    z-index:100;
}
    #white_layer h1 span.text_in_light_blue{
        color:#00b9f1;
        font-weight:normal;
        font-size:2.571em;
    }
    #white_layer h1 span.text_in_dark_blue{
        color:#016ea7;
        font-weight:normal;
        font-size:2.571em;
    }
    #white_layer a.white_layer_link{
        background:url(images/arrow.jpg) no-repeat right;
        color:#016ea7;
        font-size:1.143em;
        text-transform:uppercase;
        text-decoration:none;
        display:block;
        line-height:2.143em;
        text-indent:9em;
        margin-top:0.5em;
    }
    .slide_desc h2 span.text_in_white{
        font-weight:normal;
        font-size:2.3em;
        color:#fff;
    }
    .slide_desc h2 span.text_in_light_blue{
        font-weight:normal;
        font-size:2.3em;
        color:#00b9f1;
    }
    .slide_desc .sub_image{
        margin:20px 0;
    }
    .slide_desc .slide_text{
        color:#fff;
        font-size:1.2em;
    }

.wrapper{
    max-width: 960px;
    max-width: 68.571428571rem;
    padding:0;
    margin:0 auto;
}
.frontpage_wrapper{
    padding:0;
    margin:0 auto;
}
#slideshow li {
    padding: 0;
    height:540px;
    height:40rem;
    display: block;
    float: left;
    background-position:center !important;
    background-size:cover !important;
}
#slideshow .slide_desc{
    width:300px;
    height:300px;
    float:right;
    margin-top:200px;
    z-index: 200;
    position:relative;
    margin-right:40px;
    padding:10px;

}

#dark_layer{
    background-color: rgba(0, 0, 0, 0.7);
    width:310px;
    height:360px;
    z-index:160;
    position:relative;
    margin-top:-360px;
    float:right;
    /*margin-right:50px;*/
    margin-right:35px;
}
#slide_nav{
    margin-top:330px;
    margin-left:20px;
    color:#fff;
    font-weight:bold;
    font-size:1.5em;
}
#slide_nav a{
    color:#00b9f1;
    text-transform:uppercase;
    text-decoration:none;
}
#bluewave{
    /*background:url(images/bluewave.png) repeat-x;*/
    height:91px;
    position:relative;
    z-index: 150;
    margin-top:-91px;
}


.entry-meta {
    clear: both;
}
.entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
    font-size: 20px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: normal;
}
.entry-header .entry-title a {
    text-decoration: none;
}
.entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: normal;
}
.entry-header .comments-link {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.comments-link a,
.entry-meta a {
    color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
    color: #21759b;
}
article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
    line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
    line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 18px;
    font-size: 1.285714286rem;
    line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
    margin: 0 0 0 36px;
    margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;

}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content code,
.comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}
.entry-content pre,
.comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 24px;
    padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
    display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.entry-content address,
.comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
img.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
    margin: 0 24px;
    margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
    font-weight: bold;
    line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}
.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
.site-content article {
    border-bottom: 4px double #ededed;
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.page-links {
    clear: both;
    line-height: 1.714285714;
}
footer.entry-meta {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.single-author .entry-meta .by-author {
    display: none;
}
.mu_register h2 {
    color: #757575;
    font-weight: normal;
}
/* Top menu style
-------------------------------------------------------------- */




/* Login Register Page
-------------------------------------------------------------- */

#register_form, #login_form, .left_column, .right_column{
    width:40%;
    margin-top:20px;
    float:left;
    display:block;
    margin-left:40px;
}
#register_form h1, #login_form h1, .profile h1{
    text-transform: uppercase;
    color:#006da6;
    font-size:28px;
    font-weight: normal;
}
#register_form p, #login_form p{
    padding-top: 5px;
    padding-bottom: 0px;
}
.formStyle{
    background-color:#d6d6d6;
    padding:10px;

}
.login{
    padding:0px !important;
}
.formStyle input[type=text], .formStyle input[type=password]{
    width:95%;
}
#register_form input[type=checkbox]{

}
#register_form label{
    width:90%;

}
label.error{
    color:#ff0404;
}

.formStyle{
    margin-bottom: 20px;
}
.register_page p{
    text-transform: uppercase;
}
.password_form{
    float:right;
    width:45%;
    display:block;
}
.profile_form{
    float:left;
    width:50%;
    display:block;
}
.text2{
    margin-bottom:10px;
}
#myAccount .text1{
    margin-top:10px;
}
#myAccount label.error{
    margin-bottom:10px;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    padding-bottom: 22px;
    padding-bottom: 1.571428571rem;
    border-bottom: 1px solid #ededed;
}
.archive-meta {
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin-top: 22px;
    margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
    overflow: hidden;
}
.image-attachment div.attachment {
    text-align: center;
}
.image-attachment div.attachment p {
    text-align: center;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
    text-decoration: none;
    color: #4d525a;
}
article.format-aside h1 a:hover {
    color: #2e3542;
}
article.format-aside .aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8;
}
article.format-aside p {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
    margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    font-weight: normal;
}
article.format-image footer h2 {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}
article.format-image footer a h2 {
    font-weight: normal;
}

/* Link posts */
article.format-link header {
    padding: 0 10px;
    padding: 0 0.714285714rem;
    float: right;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px;
}
article.format-link .entry-content {
    max-width: 80%;
    float: left;
}
article.format-link .entry-content a {
    font-size: 22px;
    font-size: 1.571428571rem;
    line-height: 1.090909091;
    text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}

/* Status posts */
.format-status .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
    display: inline-block;
}
.format-status .entry-header h1 {
    font-size: 15px;
    font-size: 1.071428571rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}
.format-status .entry-header h2 {
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    line-height: 2;
    margin: 0;
}
.format-status .entry-header header a {
    color: #757575;
}
.format-status .entry-header header a:hover {
    color: #21759b;
}
.format-status .entry-header img {
    float: left;
    margin-right: 21px;
    margin-right: 1.5rem;
}
/* Associate Page
-------------------------------------------------------------- */
.org_list ul{
    padding:0;
    margin:0;
}
.org_list ul li{
    clear:both;
    margin-bottom: 30px;
}
.org_list ul li .org_logo{
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width: 15%;
    text-align: center;
}
.org_list ul li .org_detail{
    width:85%;
}
.org_list ul li h3{
    clear:none !important;
}

/* Brand page
-------------------------------------------------------------- */
#brandPage{
    padding-bottom:200px;
}
#brandPage h1{
    font-size:28px;
    color: #00b9f1;
    font-weight:normal;
    line-height:80px;
    text-transform:uppercase;
}
a.pdflink{
    color:#6a6a6a;
    text-decoration:none;
    height:40px;
}
a.pdflink:hover{
    color:#000;
}
.full_pdf{
    background:url(images/pdf-icon.jpg) no-repeat;
    background-position:10px;
    text-indent:40px;
    height:40px;
    display:block;
    line-height:40px;
    background-color:#ebebeb;
    width:300px;
    font-size:16px;
    font-weight:normal;
    float:right;
}
ul#brandlist{
    padding:0;
    margin:0 auto;
    text-align: center;
}
ul#brandlist li{
    display:inline-block;
    width:190px;
    height:190px;
    margin-right:20px;
    margin-bottom:40px;
    background-color:#fff;
    border:1px solid #cccccc;
    background-color:#fff;
}

ul#brandlist li a{
    display:block;
    width:190px;
    height:190px;


}
.brand_desc{
    margin:20px 0px;
}

.qtip-content h1{
    font-size:16px;
    color:#fff;
}
.qtip-content p{
    font-size:12px;
    line-height:16px;
    color:#fff;
}

.qtip-foodservices{
    background-color:#00b9f1;
    border:none;
}

/* Product page and category template
-------------------------------------------------------------- */
.main_category{
    margin-top:10px;
    margin-bottom:10px;
    overflow: hidden;
}
.main_category ul{
    padding:0;
    margin:0 auto;
    list-style:none;
}
.main_category ul li{
    float:left;
    margin-right:20px;
    margin-bottom:10px;
}
.main_category ul li a{
    text-decoration:none;
    color:#000000;
}
.main_category ul li{
    color:#006da6;
}
.main_category ul li a:hover, .main_category ul li a.current{
    color:#006da6;
}
.subcategory{
    margin-top: 20px;
    background: none;
    border: none;
    z-index: 500;
    height: 40px;
}
.subcategory ul{
    margin-left:30px;
}
.subcategory ul li{
    float:left;
    display: block;

    padding-left:10px;
    padding-right:10px;
    height: 25px;
    background-color: #cccccc;
    margin-left: 5px;
    text-align:center;
    padding-top:5px;
}
.subcategory ul li.selected{
    background-color:#006da6;
    margin-top:-5px;
    padding-top:7px;
}
.subcategory ul li a{
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    font-size:16px;
}
.product_area{
    border: none;
    background:url(images/product_area_bg.png) no-repeat;
    z-index: 1000;
    position: relative;
    height: 420px;
    top: -16px;
    left:-20px;
    padding-left:10px;
}
.product_area #arrow_prv{
    background:url(images/product_arrow_left.jpg) no-repeat;
    width:26px;
    height:40px;
    top: 150px;
    position: absolute;
    z-index: 100;
    left:5px;
    cursor: pointer;
}
.product_area #arrow_next{
    background:url(images/product_arrow_right.jpg) no-repeat;
    width:26px;
    height:40px;
    top: 150px;
    position: absolute;
    z-index: 100;
    right: -3px;
    cursor: pointer;
}
.product_area .product_list_style{
    margin-left:70px;
    width:930px;
}
.product_area > .caroufredsel_wrapper{
    margin-left:35px !important;
}
.product_area ul li {
    display: table-cell;
    vertical-align: middle;
    width: 290px;
    height: 340px;
    /*float: left;*/
    padding: 10px 5px;
    text-align: center;
    margin-top: 5px;
}
.product_wrap{
    width:290px;
}
ul.product_list_style{
    display:table-row;
}



.product_area ul li .product_name{
    font-size:12px;
    text-transform:uppercase;
    font-weight:bold;
    line-height:18px;
    margin-top: 12px;

}
.product_area ul li .more_info{
    font-size:12px;
    font-weight:bold;
}
.product_area ul li .more_info a{
    color:#5d5d5d;

}
ul#product_category_list{
    padding:0;
    margin:0 auto;

}

ul#product_category_list li{
    display:block;
    width:220px;
    height:200px;
    float:left;
    margin-right:10px;
    margin-bottom:20px;
}
ul#product_category_list li a{
    display:block;
    width:220px;
    height:200px;
    text-decoration:none;
    position: relative;
}

ul#product_category_list span.category_title{
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
    /*line-height:40px;*/
    line-height: 1.3em;
    padding: 11px 0 11px;
    width:100%;
    color:#fff;
    display:block;
    /*text-indent:10%;*/
    text-align: center;
    bottom:0;
    font-size: 16px;
    position:absolute;
    background-image:url(images/arrow-trans.png);
    background-repeat:no-repeat;
    background-position:95%;
}
.hide_arrow{
    background-image:none !important;
}
#productPage h2{
    font-size:28px;
    color: #00b9f1;
    font-weight:normal;
    line-height:48px;
    text-transform:uppercase;
}

#productPage > #content > h1{
    font-size:28px;
    color: #00b9f1;
    font-weight:normal;
    line-height:48px;
    text-transform:uppercase;
}

.singleProduct{
    min-height:320px;
    padding-top:50px;
    overflow: hidden;
}
.product-container {
    margin-bottom: 20px;
    overflow: hidden;
}
.product_image{
    float:left;
    margin: auto;
    margin-right:20px;
    margin-bottom:20px;
    max-width: 245px;
    text-align: center;
}
.product_image img {
    width: auto;
    height: auto;
    max-width: 100%;
    text-align: center;
    margin: auto;
}
.singleProduct h1{
    font-size:30px;
    text-transform:uppercase;
    margin-bottom:20px;
}
.product_detail{
    float:left;
    margin-top:20px;
    width:35%
}
.product_detail_title{
    font-weight:bold;
}
.product_desc{
    line-height: 18px;
}
a.back_button{
    background-color:#e0edf4;
    padding:10px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
}
a.back_button:hover{
    text-decoration:underline;
}
.product_nip-ni {
    clear: left;
}
.product_nip{
    margin-top:20px;

    float:left;
    margin-right:50px;
    display:block;
}
.product_nip table{
    width:370px;
    font-family: "Helvetica Neue",serif,sans-serif;
    margin-bottom:50px;
}
.product_nip table td{
    width:60%;
}

.product_nip table th{
    text-indent:10px;
    background-color:#006da6;
    line-height:40px;
    font-weight:bold;
    color:#fff;
    font-size:14px;
}
.product_nip table tr{
    border-bottom:#fff solid 1px;
}
.product_nip table td{
    line-height:18px;
    background-color:#eff2f7;
    font-size:12px;
    padding-left: 10px;
    padding-top:5px;
    padding-bottom:5px;
}
.product_nip table td.cell1{
    text-align:left;
    padding-left:10px;
    font-family: "myriad-pro";
    color:#000000;

}
.product_nip table td.cell2{
    text-align:center;
    font-family: "myriad-pro";
    color:#000000;
}
.product_side_detail{
    float:right;
    width:350px;
    /*width:19.286em;*/
}
a.receipe_link{
    background-color:#00b9f1;
    color:#fff;
    text-transform:uppercase;
    /*font-size:26px;*/
    text-align:center;
    margin-right:50px;
    line-height:36px;
    width:300px;
    display:block;
    float:right;
    margin-top:20px;
    text-decoration:none;

    font-size: 24px;
    line-height: 26px;
    padding: 10px 0;

}
a.receipe_link:hover{
    text-decoration:underline;
}

a.product_feedback{
    background-color:#999999;
    color:#fff;
    text-transform:uppercase;
    font-size:24px;
    margin-right:50px;
    line-height:36px;
    width:300px;
    text-align:center;
    display:block;
    float:right;
    margin-top:20px;
    text-decoration:none;
}
a.product_feedback:hover{
    text-decoration:underline;
}
#slide_page{

    text-align: center;
}
#slide_page a.slidedot{
    width: 12px;
    height: 12px;
    /*float: left;*/
    display:inline-block;
    margin-left: 10px;
    background: url(images/page-dot.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#slide_page a.slidedot.selected{
    background-position: 0 -12px;
}

/* Recipe pages
-------------------------------------------------------------- */
ul#recipeList{
    padding:0;
    margin:0 auto;
}
ul#recipeList li{
    display: block;
width: 220px;
height: 200px;
float: left;
margin-right: 10px;
margin-bottom: 20px;
}
ul#recipeList li a{
    display: block;
width: 220px;
height: 200px;
text-decoration: none;
}
ul#recipeList span.category_title {
background-color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7);
line-height: 40px;
width: 100%;
color: #fff;
display: block;
text-indent: 10%;
top: 160px;
font-size: 16px;
position: relative;
background-image: url(images/arrow-trans.png);
background-repeat: no-repeat;
background-position: 90%;
}

.recipe-page-area{
    background-color: #f5f5f5;
    overflow: auto;
    min-height: 300px;
    padding-bottom: 100px;
}
    .recipe-page-area ul#recipe_list{
        list-style: none;
    }
    .recipe-page-area ul#recipe_list li{
        margin-bottom: 20px;
    }
    .recipe-page-area h2{
        font-size: 28px;
        color: #00b9f1;
        font-weight: normal;
        line-height: 48px;
        text-transform:uppercase;
    }
    .recipe-page-area h1{
        font-weight: bold;
        margin-bottom: 20px;
        text-transform:uppercase;
        font-size: 20px;

    }
    .recipe-page-area h3, .recipe-page-area ul#recipe_list li a h1 {
        font-weight: bold;
        color: #21759b;
        text-transform:uppercase;
        font-size: 14px;
        line-height: 18px !important;

    }
    .recipe-page-area ul{
        list-style:disc;
        margin-left:20px;
    }
.main_category ul{
    padding:0;
    list-style:none;
    overflow: hidden;
}
a#printBtn{
    background:url(images/print_icon.png) no-repeat left;
    text-transform:capitalize;
    text-indent: 30px;
    display: inline-block;
    line-height: 30px;
    color: #000;
}
a#printBtn:hover{
    text-decoration: none;
}
#backRecipe{
    background-color: #e0edf4;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.recipe_details{
    float:left;
    width: 60%;
}
.recipe_details figure img{
    margin : 20px;
}

.feature_products{
    float:right;
}
.feature_products .product_image{
    text-align:center;
}
.feature_products h3{
    margin-bottom 	: 20px;
    text-align 	: center;
}

.feature_products ul{
    list-style: none;
}
.feature_products ul li{
    display:block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
}

.feature_products ul li a{
    text-decoration	: none;
}

.feature_products ul li img{
    margin-bottom: 5px;
}


/* Ingredients */
.recipe_details h3 + dl{
    margin-top 	: 14px;
}
.recipe_details dl{
    margin-bottom 	: 20px;
}

.recipe_details dd{
    line-height 	: 20px;
}



/* Competition
 -------------------------------------------------------------- */
.share_dessert input[type=text],.share_dessert input[type=email], .share_dessert textarea{
    width:100%;
}
.share_dessert{
    width:60%;
    float:left;
}


/* Proud to be Chef
 -------------------------------------------------------------- */
ul#menu-proud-to-be-chef-menu{
    padding:0;
    margin:0 auto;
    padding-top: 30px;
    padding-bottom: 40px;
}
ul#menu-proud-to-be-chef-menu li{
    float: left;
    margin-right: 20px;
}
ul#menu-proud-to-be-chef-menu li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    color: #989898;
}
ul#menu-proud-to-be-chef-menu li a:hover, ul#menu-proud-to-be-chef-menu li.current-menu-item a{
    color: #05599f;
}

#chef_entry_form input[type="text"]{
    width:35%;
}
#chef_entry_form .error{
    color:red;
}

.chef_form .message, .login_message{
    background-color:#b2e5ff;
    color:#006da6;
    border:1px solid #006da6;
    width:60% !important;
    padding:10px;
}
.login_message{
    width:100%;
}
.chef_form .error_message{
    background-color: #ffb3c7;
    color:red;
    border:1px solid red;
    width:60%;
    padding:10px;
}
#login_form .error_message{
    background-color: #ffb3c7;
    color:red;
    border:1px solid red;
    width:100%;
    padding:10px;
}
#login_form .password_message{
    background-color:#b2e5ff;
    color:#006da6;
    border:1px solid #006da6;
    width:100% !important;
    padding:10px;
}

input[type="submit"],input[type="button"]{
    color:#fff;
    text-transform: uppercase;
    font-size:18px;
    background-color: #09d9ff !important;
    border:none;
}
input.button{
    background-color: #09d9ff !important;
}
input:hover[type="submit"]{
    background-color:#006da6;
}
/* distributor page template
-------------------------------------------------------------- */
.distributor_page{
    padding-bottom:100px;
}
ul#distributor_list{
    padding:0;
    margin:0 auto;
    list-style:none;

}
ul#distributor_list li{
    display:block;
    border:1px solid #cccccc;
    float:left;
    width:220px;
    height:160px;
    background-color:#fff;
    margin-bottom: 56px;
    margin-bottom: 0 0 0 4.000rem;


}
ul#distributor_list li img{
    padding:0;
    margin:20px auto;
    border:none;
    display:block;
    border-radius: none !important;
    box-shadow:none !important;
}

ul#distributor_list li .webiste{
    width:100%;
    background-color:#cccccc;
    text-align:center;
    text-decoration:none;
    clear:both;
}
ul#distributor_list li a{
    text-decoration:none;
    color:#696969;
}
/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
    margin-bottom: 14px;
    margin-bottom: 1rem;
}
.template-front-page .site-content article {
    border: 0;
    margin-bottom: 0;
}
.template-front-page .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
    margin: 8px 0 0;
    margin: 0.571428571rem 0 0;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
    color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
    color: #21759b;
}
.template-front-page .widget-area .widget_text img {
    float: left;
    margin: 8px 24px 8px 0;
    margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

#frontpage img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100%;
}
.text_on_link{
    text-transform: uppercase;
    background:url(images/arrow-white.jpg) no-repeat right;
    width:100%;
    margin:10px 0;
}
.text_on_link .text_area {
    display: block;
    width: 84%;
    color: #00b9f1;
    text-decoration: none !important;
    line-height: 18px;
}
span.text_area, a span.text_area {
    text-decoration: none !important;
}
.text_on_link a:hover{
    text-decoration: underline;
}

/*contact
-------------------------------------------------------------- */
#left_column{
    float:left;
    width: 60%;
}

#left_column h1{
    font-size:28px;
    color: #00b9f1;
    font-weight:normal;
    line-height:80px;
    text-transform:uppercase;
}

#right_column{
    float:right;
    margin-top: 50px;
}

#contact-us fieldset{
    margin-bottom:10px;
}

#contact-us ul li{
    margin-bottom:10px;
}
#contact-us input[type='text'], #contact-us textarea, #contact-us input[type='email']{
    width:80%;
    margin-bottom:10px;
}
#contact-us select{
color: #000;
height: 30px;
border: 1px solid #c9c9c9;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
clear: right;
font-size: 14px;
}
#contact-us h3{
    line-height: 3.6em;
    font-size: 1.2em;
}

/* full catalogue
-------------------------------------------------------------- */
.embedFrame{
    width:100%;
    height: 800px;
}

.full_catalogue h1{
    font-size:28px;
    color: #00b9f1;
    font-weight:normal;
    line-height:48px;
    text-transform:capitalize;
    margin-top:20px;
    margin-bottom:20px;
}





/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
    margin-left: 12px;
    margin-left: 0.857142857rem;
}
.widget_rss li {
    margin: 12px 0;
    margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: 0.785714286rem;
    margin-left: 12px;
    margin-left: 0.857142857rem;
}
#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}
#wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right;
}
.widget_search label {
    display: block;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.widget_twitter li {
    list-style-type: none;
}
.widget_twitter .timesince {
    display: block;
    text-align: right;
}

.wpcf7 ::-webkit-input-placeholder {
   color:#767676 !important;
}
.wpcf7 :-moz-placeholder { /* Firefox 18- */
   color:#767676 !important;
}
.wpcf7 ::-moz-placeholder {  /* Firefox 19+ */
   color:#767676 !important;
}
.wpcf7 :-ms-input-placeholder {
   color:#767676 !important;
}
.wpcf7-validation-errors{
    display:none !important;
}
span.wpcf7-not-valid-tip{
    position: relative !important;
    background:none !important;
    color: red !important;
    border: none !important;
    left: 1% !important;
}
/* form style
----------------------------------------------- */


/* =Plugins
----------------------------------------------- */

img#wpstats {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem;
}
/* Newsletter Subscription
----------------------------------------------- */
#newsletter_subscription label.error{
    color: red;

}
#newsletter_subscription input[type='text'],
#newsletter_subscription select{
    width:30%;
}
.newsletter_form .message{
    background-color:#b2e5ff;
    color:#006da6;
    border:1px solid #006da6;
    width:60%;
    padding:10px;
}
.newsletter_form .error_message{
    background-color: #ffb3c7;
    color:red;
    border:1px solid red;
    width:60%;
    padding:10px;
}
#error_popup{
    text-align:left;
    padding:5px;
    margin-top:5px;
    margin-left:40px;
    width:60%;
    background-color: #ffb2b2;
    border: 1px solid #ff0000;
}
#error_popup .close_error{
    float:right;
}
#error_popup .close_error a{
    color:#ff0d0d;
    text-decoration: none;
}

#brand_link{
    display:none;
}

section.times{ margin-bottom: 20px; }
section.times h3{ margin-bottom: 10px; }

/* Fresh Inspiration Pages
-------------------------------------------------------------- */

.category-container,
.related-products-container {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.related-products-container {
    margin-top: -1px;
}

.category-container {
    margin-bottom: 20px;
}

.category-item {
    margin-bottom: 32px;
}

.category-item .category-title {
    text-align: center;
    margin-bottom: 7px;
}

.category-item .posts-list {
    overflow: hidden;
    list-style: none;
    text-align: center;
}

.category-item .posts-list li {
    text-align: center;
    display: inline-block;
    margin: 5px 10px;
}

.category-item .posts-list li a {
    text-decoration: none;
    color: #016ba5;
}

.category-item .posts-list li a:hover {
    text-decoration: underline;
}

.category-item .posts-list li.current-item a,
.category-item .posts-list li.current-item a:hover {
    text-decoration: none;
    color: #0f3647;
    line-height: 1.3em;
}

.related-products {
    overflow: hidden;
    background: url('images/related-products-bg.jpg') repeat center top;
}

.related-products .title {
    font-family: 'nobel_lightregular', Times, 'Times New Roman', sans-serif;
    font-weight: 100 !important;
    font-style: normal;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-size: 2.1428571429em;
    padding: 22px 0;
}

.related-products + .sales-representative {
    text-align: center;
}

.related-products .products {
    border: 1px solid #dddddd;
    border-top: none;

}

.related-products .shadow {
    height: 14px;
    background: url('images/related-product-shadow.jpg') no-repeat center top;
}

.related-products .products-list {
    overflow: hidden;
    padding: 2.5% 2%;
    display: block;
}

.related-products .product-item {
    width: 98%;
    padding: 1%;
    float: none;
    text-align: center;
}

.related-products .product-item .seasons span {
    display: block;
}

.related-products .product-title,
.related-products .h2 {
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-family: Times, 'Times New Roman', san-serif;
    font-size: 1.7142857143em;
    font-weight: normal;
    color: #000000;
    width: 85%;
    margin: auto;
    line-height: 1;
}

.related-products .seasons {
    margin-bottom: 20px;
}

.related-products .product-title {
    margin-bottom: 0;
    min-height: 95px;
    margin: auto auto 15px auto;
}

.related-products .product-title a {
    text-decoration: none;
    color: #000;
}

.related-products .product-title a:hover {
    text-decoration: none;
    color: #000;
}

.related-products .product-image {
    text-align: center;
    min-height: 240px;
    margin: 25px 0;
}

.related-products .product-image img {
    display: block;
    text-align: center;
    margin: auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.related-products .product-entry {
    line-height: 1;
    font-size: 1em;
    color: #000000;
    min-height: 96px;
}

.related-products .product-entry p {
    font-size: 1.2857142857em;
    line-height: 1.3333333333em;
    margin: 0 0 18px;
}

.related-products .product-entry,
.related-products .product-entry p {
    font-family: 'nobelregular', 'proxima-nova', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

/*
 * Ice Cream Match Template
 */
.ice-cream-match-container {
    width: 89%;
    margin: 30px auto 0;
}

.ice-cream-match-container h1 {
    margin: 0 0 8px;
    padding: 0 34px;
    font-family: 'nobel_lightregular', Times, 'Times New Roman', sans-serif;
    /*font-weight: 100 !important;*/
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 36px;
}

.ice-cream-match-container hr {
    background-color: #fff;
}

.ice-cream-match-container .entry-content {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'nobel_lightregular', 'nobelregular', 'proxima-nova', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 20px 0 0;
    line-height: 1;
}

.ice-cream-match-container .entry-content hr {
    margin-bottom: 0;
}

.ice-cream-match-container .entry-content p {
    line-height: 1.3em;
    margin: 0;
    padding: 0 34px;
}

.ice-cream-match-container .entry-content p + p {
    margin-top: 24px;
}

.ice-cream-match-container .entry-content strong {
    color: #f4d08b;
}

.ice-cream-match-container .category-container {
    background-color: #000;
    margin: 0;
    padding: 24px 0;
}

.ice-cream-match-container .categories-list {
    overflow: hidden;
    text-align: center;
}

.ice-cream-match-container .categories-list li {
    display: inline-block;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

.ice-cream-match-container .categories-list li + li {
    border-left: 1px solid #fff;
}

.ice-cream-match-container .categories-list li a {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'nobelregular', 'proxima-nova', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.ice-cream-match-container .categories-list li a:hover {
    text-decoration: underline;
    color: #f4d08b;
}

.ice-cream-match-container .categories-list li.current-item a {
    text-decoration: none;
    color: #f4d08b;
}

/*.ice-cream-match-container .categories-list li.current-item a:hover {}*/

/*.ice-cream-match-container .category-items {*/
    /*display: none;*/
/*}*/

.ice-cream-match-container .post-item .overlay {
    position: absolute;
    z-index: 2;
    background-color: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ie .ice-cream-match-container .post-item .overlay {
    display: none;
}

.ice-cream-match-container .post-item a {
    display: block;
    position: relative;
    width: auto;
}

.ice-cream-match-container .post-item + .post-item a {
    margin-left: 1px;
}

.ice-cream-match-container .post-item img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.ice-cream-match-container .post-item a span {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;

    position: absolute;
    bottom: 0;
    background-color: #000;
    width: 100%;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    z-index: 3;
}

.ice-cream-match-container .post-item a:hover span {
    color: #f4d08b;
    text-decoration: underline;
}

.ice-cream-match-container .post-item.current-item a .overlay,
.ice-cream-match-container .post-item a:hover .overlay {
    display: none;
}

.ice-cream-match-container .category-list {
    /*visibility: hidden;*/
    /*opacity: 0;*/
}

/*.ice-cream-match-container .related-products-container {}*/

.ice-cream-match-container .related-products-container .related-products {
    background: none;
    clear: both;
}

.ice-cream-match-container .products {
    background: url('images/related-products-bg.jpg') repeat center top;
}

.ice-cream-match-container .related-products-container .featured {
    overflow: hidden;
    position: relative;
}

.ice-cream-match-container .related-products-container .featured img {
    width: 100%;
    max-width: 100%;
    display: block;
    /*position: absolute;*/
    bottom: 0;
}

.ice-cream-match-container .related-products-container .featured .title {
    position: absolute;
    bottom: 0;
    background: none;
    width: 100%;
    color: #fff;
    font-family: Times, 'Times New Roman', 'nobel_lightregular', sans-serif;
    font-size: 38px;
}

.ice-cream-match-container .related-products-container .featured.black .title {
    color: #000;
}

.ice-cream-match-container .related-products-container .featured .serving-suggestion {
    position: absolute;
    right: 7px;
    bottom: 7px;
    display: block;
    font-size: 0.7857142857em;
    color: #fff;
    text-transform: lowercase;
}

.ice-cream-match-container .related-products-container .featured.black .serving-suggestion {
    color: #000;
}

.ice-cream-match-container .post-item {
    /*min-height: 147px;*/
    /*min-width: 240px;*/
    /*max-height: 206px;*/
    float: left;
}

.ice-cream-match-container .pairing-notes {
    position: relative;
}

.ice-cream-match-container .pairing-notes h6 {
    margin: 6px 0 14px;
    padding: 0 0 12px;
    font-size: 16px;
    font-family: Times, 'Times New Roman', 'nobel_lightregular', sans-serif;
    font-weight: bold;
    position: relative;
}

.ice-cream-match-container .pairing-notes h6:after {
    position: absolute;
    content: ' ';
    margin: auto;
    width: 30px;
    height: 1px;
    background-color: #000;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 480px) {

    .ice-cream-match-container .categories-list {
        overflow: hidden;
        text-align: center;
    }

    .ice-cream-match-container .categories-list li {
        display: block;
        margin: auto;
        text-align: center;
        padding: 5px 20px;
    }

    .ice-cream-match-container .categories-list li + li {
        border: none;
    }

}

@media (min-width: 640px) {

    .related-products .product-item {
        width: 48%;
        padding: 1%;
        float: left;
    }

    .related-products .product-item.last {
        clear: left;
    }

}

.ie7 .related-products .product-item {
    width: 33.333333333%;
    padding: 1%;
    float: left;
}

.ie7 .related-products .product-item.last {
    clear: none;
}

.ie8 .related-products .product-item {
    width: 33.333333333%;
    padding: 1%;
    float: left;
}

.ie8 .related-products .product-item.last {
    clear: none;
}

@media (min-width: 810px) {

    .related-products .product-item {
        width: 33.333333333%;
        padding: 1%;
        float: left;
    }

    .related-products .product-item.last {
        clear: none;
    }

}

/* =Media queries
-------------------------------------------------------------- */

@media (max-width:780px) {
    .site-header h1.site-title{
        background-size:100%;
        width:200px;

    }
    .main-navigation{

        width:100%;
    }
    #searchform{
        display:none;
    }
    .main-navigation ul.nav-menu.toggled-on{
        display:block;
        width:100%;
        background-color:#006da6;
    }

    .main-navigation ul.nav-menu.toggled-on a{
        display:block;
        width:100%;
        color:#fff;
        text-transform: uppercase;
        font-size:2em;
        text-align: left;
        text-indent: 10px;
        text-decoration:none;
    }

    #slideshow > li{
        background-size: 70%;

    }
    #slideshow .slide_desc{
        float:none;
    }
    #white_layer{
        position:relative;

    }
    #dark_layer{
        width:100%;
        margin-right:0px;

    }
    ul#logo_list{
        display:none;
    }
    .white_layer{
        width:100%;
    }
    #brand_link{
        display:inline-block;
        text-align: center;
        width:100%;
    }
    #brand_link a{
        font-size:2em;
        line-height: 2.1em;
        color:#207aaf;
        text-align:center;

    }
    #bottom{
        background-size:100% 150px;
    }
    .other_site{
        width:100%;
        color:#08598e;
        margin-top:100px;

    }
    .other_site ul#website_link_list{
        padding-left:10px;
    }
    .other_site ul#website_link_list li a{
        color:#08598e;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: normal;
    }
    .footer_link{
        color:#08598e;
        width:100%;
        margin-top:50px;
        background-color:#e6f1f7;
        padding-top:20px;

    }
    .footer_link ul#footer_link_list{
        padding-left:10px;
    }
    .footer_link ul#footer_link_list li{
        color:#08598e;
    }
    .footer_link ul#footer_link_list li a{
        color:#08598e;
    }
    ul#product_category_list{
        padding-left:1em;
    }
    .product_area #arrow_prv{
        left:30px;
    }
    .product_detail{
        width:90%;
    }
    .product_area ul li{

    }
    .left_column, .right_column{
        width:80%;
    }
    .page-area .page-banner{
        width:100%;
    }
    ul#menu-proud-to-be-chef-menu{
        padding-left:20px;
    }
    ul#menu-proud-to-be-chef-menu li{
        float:none;

    }
    .center_area{
        width:95%;
    }
    #chef_entry_form input[type="text"]{
        width:80%;
    }
    .recipe_details{
        width:90%;
    }

}


@media (max-width:480px) {
    .main-navigation{
        float:left;
    }
    .product_detail{
        width:90%;
    }

}


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
    .author-avatar {
        float: left;
        margin-top: 8px;
        margin-top: 0.571428571rem;
    }
    .author-description {
        float: right;
        width: 80%;
    }
    .site {
        margin: 0 auto;
        overflow: hidden;
    }
    .site-content {
        float: left;
        width: 65.104166667%;
    }
    body.template-front-page .site-content,
    body.single-attachment .site-content,
    body.full-width .site-content {
        width: 100%;
    }
    .widget-area {
        float: right;
        width: 35%;
    }
    .site-header h1,
    .site-header h2 {
        text-align: left;
    }
    .site-header h1 {
        font-size: 26px;
        font-size: 1.857142857rem;
        line-height: 1.846153846;
        margin-bottom: 0;
    }
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        display: inline-block !important;
        text-align: left;
        width: 100%;

    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li{
        float:left;
    }
    .main-navigation li a {
        border-bottom: 0;
        color: #6a6a6a;
        line-height: 3.692307692;
        text-transform: uppercase;
        white-space: nowrap;
        font-size:1rem;
    }
    .main-navigation li a:hover {
        color: #000;
    }
    .main-navigation li {
        text-align:center;
        padding:0 10px 0 10px;
        padding:0 0.7rem 0 0.7rem;
        position: relative;
        border-bottom:1px solid #006da6;
    }
    .main-navigation li.current_page_item, li.current-page-ancestor{
        border-bottom:1px solid #00b9f1;
    }
    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
    }
    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation ul li:hover > ul {
        border-left: 0;
        display: block;
    }
    .main-navigation li ul li a {
        background: #efefef;
        border-bottom: 1px solid #ededed;
        display: block;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        padding: 8px 10px;
        padding: 0.571428571rem 0.714285714rem;
        width: 180px;
        width: 12.85714286rem;
        white-space: normal;
    }
    .main-navigation li ul li a:hover {
        background: #e3e3e3;
        color: #444;
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a,
    li.current-page-ancestor a{
        color: #00b9f1;
        font-weight: bold;

    }
    ul.page-sub-menu{
        padding-top:30px;
        padding-bottom:40px;

    }
    ul.page-sub-menu li{
        float:left;
        margin-right:20px;
    }
    ul.page-sub-menu li a{
        text-transform:uppercase;
        text-decoration: none;
        font-size:20px;
        color:#989898;
        padding:5px;
    }
    ul.page-sub-menu li a:hover, ul.page-sub-menu li.current_page_item a {
        color:#fff;
        background-color: #00b9f1;
    }

    .menu-toggle {
        display: none;
    }
    .entry-header .entry-title {
        font-size: 22px;
        font-size: 1.571428571rem;
    }
    #respond form input[type="text"] {
        width: 46.333333333%;

    }
    #respond form textarea.blog-textarea {
        width: 79.666666667%;
    }
    .template-front-page .site-content,
    .template-front-page article {
        overflow: hidden;
    }
    .template-front-page.has-post-thumbnail article {
        float: left;
        width: 47.916666667%;
    }
    .entry-page-image {
        float: right;
        margin-bottom: 0;
        width: 47.916666667%;
    }
    .template-front-page .widget-area .widget,
    .template-front-page.two-sidebars .widget-area .front-widgets {
        float: left;
        width: 51.875%;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }
    .template-front-page .widget-area .widget:nth-child(odd) {
        clear: right;
    }
    .template-front-page .widget-area .widget:nth-child(even),
    .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
        float: right;
        width: 39.0625%;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
    }
    .template-front-page.two-sidebars .widget,
    .template-front-page.two-sidebars .widget:nth-child(even) {
        float: none;
        width: auto;
    }
    .commentlist .children {
        margin-left: 48px;
        margin-left: 3.428571429rem;
    }
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
    body {
        background-color: #fff;
        font-size:14px;

    }
    body .site {

    }
    body.custom-background-empty {
        background-color: #fff;
    }
    body.custom-background-empty .site,
    body.custom-background-white .site {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: none;
    }

}


/* =Print
----------------------------------------------- */

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    footer a[rel=bookmark]:link:after,
    footer a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] "; /* Show URLs */
    }
    a {
        text-decoration: none;
    }
    .entry-content img,
    .comment-content img,
    .author-avatar img,
    img.wp-post-image {
        border-radius: 0;
        box-shadow: none;
    }
    .site {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }
    .site-header {
        margin-bottom: 72px;
        margin-bottom: 5.142857143rem;
        text-align: left;
    }
    .site-header h1 {
        font-size: 21pt;
        line-height: 1;
        text-align: left;
    }
    .site-header h2 {
        color: #000;
        font-size: 10pt;
        text-align: left;
    }
    .site-header h1 a,
    .site-header h2 a {
        color: #000;
    }
    .author-avatar,
    #colophon,
    #respond,
    .commentlist .comment-edit-link,
    .commentlist .reply,
    .entry-header .comments-link,
    .entry-meta .edit-link a,
    .page-link,
    .site-content nav,
    .widget-area,
    img.header-image,
    .main-navigation {
        display: none;
    }
    .wrapper {
        border-top: none;
        box-shadow: none;
    }

    .site-content {
        margin: 0;
        width: auto;
    }
    .singular .entry-header .entry-meta {
        position: static;
    }
    .singular .site-content,
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular .comments-title {
        margin: 0;
        width: 100%;
    }
    .entry-header .entry-title,
    .entry-title,
    .singular .entry-title {
        font-size: 21pt;
    }
    footer.entry-meta,
    footer.entry-meta a {
        color: #444;
        font-size: 10pt;
    }
    .author-description {
        float: none;
        width: auto;
    }

    /* Comments */
    .commentlist > li.comment {
        background: none;
        position: relative;
        width: auto;
    }
    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px;
    }
    .comments-area article header cite,
    .comments-area article header time {
        margin-left: 50px;
        margin-left: 3.57142857rem;
    }
    #login-search{
        display:none;
    }


    .center_area h1{
        display:none;
    }
    .main_category{
        display:none;
    }

    /* Recipe page ******************************************/
    .printBtn, .backRecipe{
        display: none;
    }


}