/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
/* CSS Barra */

html, body {
    width: 100%;
    height: 100%;
}

header.bar {
    width: 100%;
    height: 55px;
    background: #f4f4f4;
    position: fixed;
}
header.bar .wrapper {
    width: 100%;
    max-width: 1018px;
    margin: 0 auto;
    height: 100%;
}
header.bar .wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header.bar .wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
li.close {
    display: none !important;
}
header.bar .wrapper ul li.logo {
    width: 25%;
    text-align: left;
}
header.bar .like-site {
    width: 15%;
    text-align: center;
}
header.bar .like-site .like-inside {
    width: 97px;
    height: 47px;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background: #fff;
    text-align: center;
    margin-top: 2px;
}
header.bar .like-inside .like-button {
    width: 92px;
    margin: 2px auto;
    height: 26px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 4px;
    font-size: 11px;
    color: #333333;
    padding-top: 2px;
    background: #e21b5a;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiNlMjFiNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MiUiIHN0b3AtY29sb3I9IiM4YjA2MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e21b5a 22%, #8b062f 72%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #e21b5a), color-stop(72%, #8b062f));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #e21b5a 22%, #8b062f 72%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #e21b5a 22%, #8b062f 72%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #e21b5a 22%, #8b062f 72%);
    /* IE10+ */

    background: linear-gradient(to bottom, #e21b5a 22%, #8b062f 72%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e21b5a', endColorstr='#8b062f', GradientType=0);
    /* IE6-8 */

    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
header.bar .like-inside .like-button:hover {
    opacity: 0.9;
}
header.bar .like-inside .like-button a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
header.bar .like-inside .like-button a:hover {
    opacity: 0.8;
}
header.bar .featured-recipe {
    width: 20%;
    margin: 0;
}
header.bar .featured-recipe .name {
    font-size: 17px;
    font-weight: bold;
    color: #3a3a3a;
}
header.bar .featured-recipe .link-best a {
    font-size: 15px;
    color: #e21b5a;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
header.bar .featured-recipe .link-best a:hover {
    opacity: 0.6;
}
.fa-chevron-circle-right {
    font-size: 16px;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.fa-chevron-circle-right:hover {
    opacity: 0.6;
}
header.bar .share-buttons {
    text-align: right;
    width: 23%;
}

header.bar .back {
    width: 15%;
    text-align: right;
}

header .back a {
    color: #e21b5a;
    font-weight: bold;
    text-decoration: none;
}
/* SHARE BUTTONS */

.sbg-button {
    display: inline-block;
    width: 22%;
    max-width: 57px;
    height: 30px;
    text-align: center;
    line-height: 0;
    background-color: black;
    color: white;
    cursor: pointer;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    vertical-align: middle;
    margin: 0 2px;
}
.sbg-button:hover {
    color: white;
    opacity: 0.7;
}
.sbg-button-icon {
    font-size: 16px;
    padding: .5em;
}
.sbg-button-facebook {
    background-color: #3b5998;
}
.sbg-button-facebook .sbg-button-icon {
    padding-left: .44em;
}
.sbg-button-twitter {
    background-color: #00aced;
}
.sbg-button-twitter .sbg-button-icon {
    padding-left: .48em;
}
.sbg-button-linkedin {
    background-color: #007bb6;
}
.sbg-button-google-plus {
    background-color: #dd4b39;
}
.sbg-button-pinterest {
    background-color: #cb2027;
}
.sbg-button-pinterest .sbg-button-icon {
    padding-left: .45em;
    padding-top: .50em;
}
.sbg-button-email {
    background-color: #999999;
}
.sbg-button-email .sbg-button-icon {
    padding-left: .434em;
    padding-top: .44em;
}
.close {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 20px;
    top: 20px;
}
.close-button {
    width: 22px;
    height: 22px;
    color: #FFF;
    background: #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    display: block;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.close-button:hover {
    cursor: pointer;
    opacity: 0.7;
}
@media (max-width: 1200px) {
    header.bar .wrapper {
        width: 93%;
        max-width: 1018px;
        height: 100%;
        float: left;
    }
    header.bar .wrapper ul li.logo {
        width: 25%;
        text-align: left;
        padding-left: 20px;
    }
    header.bar .like-site {
        width: 18%;
        text-align: center;
    }
    header.bar .featured-recipe {
        width: 22%;
        margin: 0;
    }
    
    header.bar .back {
        width: 7%;
        margin: 0;
    }
    header.bar .share-buttons {
        text-align: right;
        width: 23%;
    }
    .close {
        position: relative;
        width: 5%;
        height: 22px;
        right: 0;
        top: 0;
        text-align: right;
        float: right;
        padding-top: 15px;
    }
}
@media (max-width: 940px) {
    header.bar .wrapper {
        width: 93%;
        max-width: 1018px;
        height: 100%;
        float: left;
    }
    header.bar .wrapper ul li.logo {
        width: 30%;
        text-align: left;
        padding-left: 20px;
    }
    header.bar .like-site {
        width: 15%;
        text-align: center;
    }
    header.bar .featured-recipe {
        width: 25%;
        margin: 0;
    }
    header.bar .share-buttons {
        text-align: right;
        width: 19%;
    }
    header.bar .wrapper ul li.logo img {
        width: 191px;
        height: auto;
    }
}
@media (max-width: 874px) {
    header.bar .featured-recipe .name {
        font-size: 15px;
        font-weight: bold;
        color: #3a3a3a;
    }
    header.bar .featured-recipe .link-best a {
        font-size: 13px;
        color: #e21b5a;
        text-decoration: none;
    }
    
}
@media (max-width: 767px) {
    header.bar li.featured-recipe {
        display: none !important;
    }
    header.bar .wrapper ul li.logo {
        width: 30%;
        text-align: center;
    }
    header.bar .like-site {
        width: 20%;
        text-align: center;
    }
    header.bar .share-buttons {
        text-align: center;
        width: 38%;
    }
    
    header.bar .wrapper ul li.logo img {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    header.bar {
        margin-top: 10px;
        width: 100%;
        height: auto;
        overflow: hidden;
        background: none;
        position: relative;
        border-bottom: 1px solid #666666;
    }
    header.bar .wrapper {
        width: 100%;
    }
    header.bar .like-site .like-inside {
        margin-right: 0;
    }
    header.bar li.featured-recipe {
        display: none !important;
    }
    header.bar .wrapper ul li.logo {
        width: 60%;
        text-align: center;
        padding-left: 5px;
    }
    header.bar .wrapper ul li {
        margin-bottom: 20px;
    }
    header.bar .like-site {
        width: 35%;
        text-align: right;
    }
    header.bar .share-buttons {
        padding-top: 20px;
        text-align: center;
        width: 100%;
    }
    header.bar .back {
        width: 100%;
        text-align: center;
    }
    .close {
        display: none;
    }
    li.close {
        position: absolute;
        vertical-align: middle;
        display: block !important;
        top: 73px;
        width: 10%;
        text-align: center;
    }
}
/* END CSS Barra */
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {} @media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

iframe {
    margin-top: 55px;
}

a.liked {
    cursor: default;
}