/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
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;
}
.wm-clearfix {clear:both;}
.wm-grid {
    position: relative;
    margin: 0 auto;
}
.wm-grid:after {
    content: " ";
    display: block;
    clear: both;
}
.wm-cell {
    position: relative;
    float: left;
    width: 100%;
}
@media (max-width: 479px) {
    .wm-cell--1-col-phone {
        width: 8.3333333333%;
    }
    .wm-cell--2-col-phone {
        width: 16.6666666667%;
    }
    .wm-cell--3-col-phone {
        width: 25%; 
    }
    .wm-cell--4-col-phone {
        width: 33.3333333333%; 
    }
    .wm-cell--5-col-phone {
        width: 41.6666666667%;
    }
    .wm-cell--6-col-phone {
        width: 50%;
    }
    .wm-cell--7-col-phone {
        width: 58.3333333333%;
    }
    .wm-cell--8-col-phone {
        width: 66.6666666667%;
    }
    .wm-cell--9-col-phone {
        width: 75%;
    }
    .wm-cell--10-col-phone {
        width: 83.3333333333%;
    }
    .wm-cell--11-col-phone {
        width: 91.6666666667%;
    }
    .wm-cell--12-col-phone {
        width: 100%; 
    }
}
@media (min-width: 480px) and (max-width: 839px) {
    .wm-cell--1-col-tablet {
        width: 8.3333333333%;
    }
    .wm-cell--2-col-tablet {
        width: 16.6666666667%;
    }
    .wm-cell--3-col-tablet {
        width: 25%; 
    }
    .wm-cell--4-col-tablet {
        width: 33.3333333333%; 
    }
    .wm-cell--5-col-tablet {
        width: 41.6666666667%;
    }
    .wm-cell--6-col-tablet {
        width: 50%;
    }
    .wm-cell--7-col-tablet {
        width: 58.3333333333%;
    }
    .wm-cell--8-col-tablet {
        width: 66.6666666667%;
    }
    .wm-cell--9-col-tablet {
        width: 75%;
    }
    .wm-cell--10-col-tablet {
        width: 83.3333333333%;
    }
    .wm-cell--11-col-tablet {
        width: 91.6666666667%;
    }
    .wm-cell--12-col-tablet {
        width: 100%; 
    }
}
@media (min-width: 840px) {
    .wm-cell--1-col {
        width: 8.3333333333%;
    }
    .wm-cell--2-col {
        width: 16.6666666667%;
    }
    .wm-cell--3-col {
        width: 25%; 
    }
    .wm-cell--4-col {
        width: 33.3333333333%; 
    }
    .wm-cell--5-col {
        width: 41.6666666667%;
    }
    .wm-cell--6-col {
        width: 50%;
    }
    .wm-cell--7-col {
        width: 58.3333333333%;
    }
    .wm-cell--8-col {
        width: 66.6666666667%;
    }
    .wm-cell--9-col {
        width: 75%;
    }
    .wm-cell--10-col {
        width: 83.3333333333%;
    }
    .wm-cell--11-col {
        width: 91.6666666667%;
    }
    .wm-cell--12-col {
        width: 100%; 
    }
}
body {
    font-family: 'Roboto Condensed', 'Helvetica', sans-serif;
    font-weight: 300;
    background-color: #ccc;
    color: #262626;
}
h1,h2,h3,h4,h5,h6,strong,b {
    font-weight: 700;
}
h2 {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 24px;
}
i {
    font-style: italic;
}
p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 24px;
}
.wm-wrap {
    max-width: 1120px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}
.wm-header {
    position: relative;
    z-index: 10;
    padding: 24px;
    background: #fff;
    border-left: 1px solid #cccccc;
    border-right: 1px dotted #cccccc;
}
.wm-nav {
    background: #0095da;
    position: relative;
    z-index: 10;
}
.wm-nav li {
    display: inline-block;
}
.wm-nav li span {
    font-size: 17px;
    line-height: 24px;
    display: block;
    float: left;
    color: #fff;
    padding: 16px 24px;
}
.wm-nav li a {
    font-size: 17px;
    line-height: 24px;
    display: block;
    float: left;
    color: #fff;
    padding: 16px 24px;
}
.wm-article {
    border-bottom: 1px dotted #cccccc;
}
.wm-article ul {
    list-style: disc;
    list-style-position: inside;
}
.wm-article li {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 24px;
}
.wm-article_header {
    background: #fff;
    padding: 24px 72px 0;
}
.wm-article_header_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
}
.wm-article_header_title a {
    color: #262626;
    text-decoration: none;
}
.wm-article_header_img {
    padding-bottom: 24px;
    width: 100%;
    height: auto;
}
.wm-article_header_content {
    background: #fff;
    padding: 24px 72px;
}
.wm-article_header_more {
    color: #fff;
    text-decoration: none;
    background: #0095da;
    padding: 16px 24px
}
.wm-article_ingredients {
    background: #fff;
    padding: 24px 72px;
    border-left: 1px solid #ccc;
    border-bottom: 1px dotted #cccccc;
}
.wm-article_ingredients_title {
    font-size: 29px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}
.wm-article_ingredients_item {
    padding-bottom: 8px;
}
.wm-article_video {
    background: #fff;
    padding: 24px 72px;
    border-left: 1px solid #ccc;
    border-bottom: 1px dotted #cccccc;
}
.wm-article_video_title {
    font-size: 29px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}
.wm-article_recipe {
    background: #fff;
    padding: 24px 72px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.wm-article_recipe_title {
    font-size: 29px;
    line-height: 32px;
    margin-bottom: 32px;
}
.wm-article_recipe_step_title {
    padding-bottom: 24px;
}
.wm-article_recipe_step_title_circle {
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 22px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background-color: #000;
    width: 48px;
    height: 48px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 48px;
}
.wm-recommendations {
    background: #fff;
    padding: 24px 72px;
    border-bottom: 1px solid #ccc;
}
.wm-recommendations .wm-cell {
    height: 400px;
    overflow: hidden;
}
.wm-recommendations_title {
    font-size: 29px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}
.wm-recommendations_list_item {
    position: relative;
    padding-right: 24px;
}
.wm-recommendations_list_item_img {
    display: block;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 8px;
}
.wm-recommendations_list_item_title {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 24px;
}
.wm-recommendations_list_item_title a {
    color: #262626;
    font-family: verdana,sans-serif;
}
.wm-pagination__list {
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
    padding: 24px;
}
.wm-pagination__list__item {
    display: inline-block;
    border-right: 1px dotted #cccccc;
    padding: 0 8px;
}
.wm-video-recommendations {
    background: #fff;
    padding: 24px 72px;
    border-bottom: 1px solid #ccc;
}
.wm-video-recommendations_title {
    font-size: 29px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}
.wm-video-recommendations_list_item {
    position: relative;
    padding-right: 24px;
}
.wm-video-recommendations_list_item_img {
    position: relative;
    display: block;
    width: 100%;
    height: 195px;
    background-size: cover;
    background-position: center;
    margin-bottom: 8px;
}
.wm-video-recommendations_list_item_img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    content: '';
    background: url('img/play.svg');
    width: 64px;
    height: 64px;
}
.wm-video-recommendations_list_item_title {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 24px;
}
.wm-video-recommendations_list_item_title a {
    color: #262626;
}
.wm-sidebar {
    background: url('img/bg-section.jpg');
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.wm-sidebar_header {
    position: relative;
    z-index: 10;
    background: url('img/bg-section.jpg');
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 24px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding: 24px 16px;
}
.wm-pop_list_item_img {
    display: block;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 8px;
}
.wm-pop_list_item_title {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 24px;
}
.wm-pop_list_item_title a {
    color: #262626;
    font-family: verdana,sans-serif;
}

.wm-footer {
    color: #000;
    padding: 24px;
    text-align: center;
}
.wm-pop {
    background: url('img/bg-section.jpg');
}
.da_adp_links {
    display: none;
}
.hide {
    /*margin-top: -910px;*/
}