/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
/*
 * Emigre web font kit 5373eed5d3ee6
 * 
 * These fonts are not shareware. 
 * Use of these fonts requires the purchase 
 * of a license from Emigre, www.emigre.com  
 * Please contact sales@emigre.com
 *
 * To purchase a license to use this font go to:
 * http://www.emigre.com/fontpage.php?PBroR.html
 *
 * Â© 2012 Emigre, Inc
 */
@font-face {
    font-family: 'BrothersRegularMedium';
    src: url('fonts/brothreg-071211005EmigreWebOnly.eot');
    src: url('fonts/brothreg-071211005EmigreWebOnly.eot?#iefix') format('embedded-opentype'), url('fonts/brothreg-071211005EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/**
 * @license
 * MyFonts Webfont Build ID 2812038, 2014-05-14T18:05:10-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Filmotype Gay by Filmotype
 * URL: http://www.myfonts.com/fonts/filmotype/gay/regular/
 * Copyright: Copyright (c) 2011 by Font Diner Inc. All rights reserved. Filmotype is a
 * trademark of Font Diner Inc.
 * Licensed pageviews: 100,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2812038
 * 
 * © 2014 MyFonts Inc
*/
@font-face {
    font-family: 'FilmotypeGay';
    src: url('fonts/2AE886_0_0.eot');
    src: url('fonts/2AE886_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/2AE886_0_0.woff') format('woff'), url('fonts/2AE886_0_0.ttf') format('truetype');
}
.asmi_gotham {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
}
.asmi_brothers {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
}
.asmi_filmotype {
    font-family: 'FilmotypeGay';
    letter-spacing: 2px;
}
.spacing-reset {
    padding: 0;
    margin: 0;
    border: 0;
}
.list-reset {
    padding: 0;
    margin: 0;
    border: 0;
}
.list-reset li {
    padding: 0;
    margin: 0;
    border: 0;
    list-style-type: none;
}
.image-border {
    display: inline-block;
    border-style: solid;
}
.image-border.border-top {
    border-width: 3px 0 0 0;
    padding-top: 5px;
}
.image-border.border-top.border-blue {
    -moz-border-image: url('images/border-blue.png') 3 0 0 0 repeat stretch;
    -webkit-border-image: url('images/border-blue.png') 3 0 0 0 repeat stretch;
    border-image: url('images/border-blue.png') 3 0 0 0 repeat stretch;
}
.no-borderimage .image-border.border-top.border-blue {
    border-top: 1px solid #174967;
}
.image-border.border-top.border-white {
    -moz-border-image: url('images/border-white.png') 3 0 0 0 repeat stretch;
    -webkit-border-image: url('images/border-white.png') 3 0 0 0 repeat stretch;
    border-image: url('images/border-white.png') 3 0 0 0 repeat stretch;
}
.no-borderimage .image-border.border-top.border-white {
    border-top: 1px solid #ffffff;
}
.image-border.border-top.border-orange {
    -moz-border-image: url('images/border-orange.png') 3 0 0 0 repeat stretch;
    -webkit-border-image: url('images/border-orange.png') 3 0 0 0 repeat stretch;
    border-image: url('images/border-orange.png') 3 0 0 0 repeat stretch;
}
.no-borderimage .image-border.border-top.border-orange {
    border-top: 1px solid #e44e39;
}
.image-border.border-bottom {
    border-width: 0 0 3px 0;
}
.image-border.border-bottom.border-blue {
    -moz-border-image: url('images/border-blue.png') 0 0 3 0 repeat stretch;
    -webkit-border-image: url('images/border-blue.png') 0 0 3 0 repeat stretch;
    border-image: url('images/border-blue.png') 0 0 3 0 repeat stretch;
}
.no-borderimage .image-border.border-bottom.border-blue {
    border-bottom: 1px solid #174967;
}
.image-border.border-bottom.border-white {
    -moz-border-image: url('images/border-white.png') 0 0 3 0 repeat stretch;
    -webkit-border-image: url('images/border-white.png') 0 0 3 0 repeat stretch;
    border-image: url('images/border-white.png') 0 0 3 0 repeat stretch;
}
.no-borderimage .image-border.border-bottom.border-white {
    border-bottom: 1px solid #ffffff;
}
.image-border.border-bottom.border-orange {
    -moz-border-image: url('images/border-orange.png') 0 0 3 0 repeat stretch;
    -webkit-border-image: url('images/border-orange.png') 0 0 3 0 repeat stretch;
    border-image: url('images/border-orange.png') 0 0 3 0 repeat stretch;
}
.no-borderimage .image-border.border-bottom.border-orange {
    border-bottom: 1px solid #e44e39;
}
.two-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
@media (max-width: 767px) {
    .two-columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
html,
body,
.main-container,
.main-row,
.left-bar,
.right-bar,
.main {
    height: 100%;
}
body {
    padding-top: 0;
    color: #6d6e70;
    font-size: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
}
.main-container {
    width: 100%;
}
.main {
    padding: 0;
}
#main {
    padding-right: 15px;
    padding-bottom: 35px;
}
.home #main,.single-slideshow #main{
    padding-right: 0px;
}
@media (max-width: 767px) {
    #main {
        padding-right: 15px;
    }
}
#main.full-width-content {
    padding-left: 0;
    min-height: 100%;
}
@media (max-width: 767px) {
    #main.full-width-content {
        padding-right: 0;
    }
}
#main article {
    padding: 0;
    margin: 0;
    border: 0;
}
#main article > header {
    text-align: center;
}
#content {
    padding-top: 0;
}
strong {
    color: #231f20;
}
a {
    color: #174967;
}
a:hover {
    text-decoration: none;
    color: #e44e39;
}
h1 {
    font-size: 84px;
    line-height: 69px;
    color: #174967;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 30px 0 12px 0;
    font-family: 'FilmotypeGay';
    letter-spacing: 2px;
}
@media (max-width: 767px) {
    h1 {
        font-size: 61px;
        line-height: 64px;
    }
}
h3 {
    font-family: 'FilmotypeGay';
    letter-spacing: 2px;
    color: #174967;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 32px;
}
h4 {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    color: #231f20;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 17px;
    margin-bottom: 7px;
}
.back-link > a {
    font-size: 9px;
    text-transform: uppercase;
    color: #6d6e70;
}
.uppercase {
    text-transform: uppercase;
}
.feature-image {
    top: 0;
    z-index: 1;
    padding-left: 0;

}
html.touchevents .feature-image {
    position: relative !important;
    float: none;
    z-index: 3;
}
@media (max-width: 767px) {
    .feature-image {
        padding-right: 0;
        position: relative !important;
        width: 100% !important;
    }
}
.feature-image img {
    width: 100%;
}
.main-content {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}
.breadcrumb {
    background-color: transparent;
    border: 0;
    color: #e44e39;
    font-size: 9px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #174967;
    border-radius: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
}
.breadcrumb a {
    color: #6d6e70;
}
.breadcrumb li + li:before {
    color: #6d6e70;
    content: '>';
}
.youtube-popup {
    position: relative;
    display: block;
    cursor: pointer;
}
.youtube-popup:focus {
    outline: 0;
}
.youtube-popup img {
    width: 100%;
}
.youtube-popup .play-icon {
    width: 32px;
    height: 31px;
    background-image: url('images/ico-play.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    left: 45%;
}
.dropdown-menu {
    margin-top: 0;
    border: 1px solid #bbbdbf;
    border-top: 0;
    border-radius: 0;
    background-color: #f1f1f1;
    width: 100%;
}
.dropdown-menu > li > a {
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    color: #174967;
    text-transform: uppercase;
    padding-left: 12px;
    white-space: normal;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #e44e39;
    color: #ffffff;
}
blockquote {
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: 500;
    font-style: italic;
    color: #231f20;
    font-size: 18px;
    line-height: 23px;
    border-top: 1px solid #bbbdbf;
    border-bottom: 1px solid #bbbdbf;
    text-align: center;
    padding: 15px 45px;
    margin-bottom: 27px;
}
.img-full-width {
    width: 100%;
}
.type-page .post_content img {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 11px;
}
.type-page .post_content blockquote {
    margin-top: 28px;
}
@media print {
    .left-bar,
    .right-bar,
    .breadcrumb {
        display: none;
    }
    h1 {
        border-image: none !important;
    }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(images/overlay.png) repeat 0 0;
}
#colorbox {
    outline: 0;
}
#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
    width: 21px;
    background: url(images/controls.png) left top repeat-y;
}
#cboxMiddleRight {
    width: 21px;
    background: url(images/controls.png) right top repeat-y;
}
#cboxTopCenter {
    height: 21px;
    background: url(images/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
    height: 21px;
    background: url(images/border.png) 0 -29px repeat-x;
}
#cboxContent {
    background: #fff;
    overflow: hidden;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin-bottom: 28px;
}
#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}
#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}
#cboxLoadingOverlay {
    background: url(images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}
#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxPrevious:hover {
    background-position: -75px -25px;
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxNext:hover {
    background-position: -50px -25px;
}
#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxClose:hover {
    background-position: -25px -25px;
}
sub.trademark {
    font-size: 2em;
    bottom: -0.25em;
    left: -0.05em;
}
.caption-title sub.trademark {
    font-size: 0.75em;
    bottom: 0.4em;
}
span.highlight {
    white-space: nowrap;
    font-style: italic;
}
.caption-title span.highlight {
    font-style: normal;
}
@media (max-width: 1199px) {
    .caption-title span.highlight {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .caption-title span.highlight {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .caption-title span.highlight {
        font-size: 25px;
    }
}
.left-bar {
    background-color: #f4ede1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2100;
    min-width: 177px;
}
@media (max-width: 991px) {
    .left-bar {
        min-width: 142px;
    }
}
@media (max-width: 767px) {
    .left-bar {
        height: 78px;
        border-bottom: 1px solid #221e1f;
        overflow: visible;
        position: relative;
    }
}
.left-top {
    padding-top: 32px;
}
@media (min-width: 768px) {
    .left-top .logo img {
        max-width: 120px;
    }
}
@media (max-width: 767px) {
    .left-top {
        padding: 0;
    }
    .left-top .logo {
        float: left;
        text-align: center;
        padding: 10px 15px 0 15px;
        width: 139px;
    }
}
#mobile-nav-toggle {
    width: 75px;
    height: 78px;
    border-left: 1px solid #221e1f;
    float: right;
}
#mobile-nav-toggle .navbar-toggle {
    float: none;
    padding: 20px 16px;
    padding-bottom: 8px;
    margin: 0;
    border-radius: 0;
    outline: 0;
}
#mobile-nav-toggle .navbar-toggle .icon-bar {
    width: 40px;
    height: 4px;
    background-color: #174967;
}
#mobile-nav-toggle .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}
.left-top img,
.left-bottom img {
    margin: 0 auto;
}
.left-bottom {
    position: absolute;
    bottom: 15px;
    left: 0;
}
.navbar-nav {
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 10px;
    float: none !important;
}
.navbar-nav li {
    padding: 0;
    margin: 0;
    border: 0;
    list-style-type: none;
}
@media (max-width: 767px) {
    .navbar-nav {
        display: none;
        position: absolute;
        top: 88px;
        left: 0;
        background-color: #f4ede1;
        z-index: 2101;
        float: right !important;
        margin-right: 0;
        margin-top: -10px;
        border-top: 0;
        border-right: 0;
        padding-top: 53px;
        padding-left: 0;
        width: 100%;
        padding: 0px 15px;
        border-bottom: 1px solid #221e1f;
    }
    .active .navbar-nav {
        display: block !important;
    }
}
.navbar-nav > li {
    border-top: 1px solid #174967;
    float: none !important;
}
@media (max-width: 767px) {
    .navbar-nav > li:first-child {
        border-top: 0;
    }
}
.navbar-nav > li a {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0 10px 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-nav > li a:focus,
.navbar-nav > li a:hover {
    background-color: transparent;
}
@media (max-width: 767px) {
    .navbar-nav > li a {
        font-size: 14px;
        line-height: 15px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
.navbar-nav > li.active .sub-menu,
.navbar-nav > li.current-menu-parent .sub-menu {
    display: block;
}
.navbar-nav > li#menu-item-3603 > a {
    font-style: italic;
    white-space: nowrap;
}
.navbar-nav li.current-menu-parent > a,
.navbar-nav li.active > a,
.navbar-nav li.current_page_item > a,
.navbar-nav li.current-menu-item > a {
    color: #e44e39;
}
.navbar-nav .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #174967;
    padding-bottom: 10px;
    padding-left: 22px;
}
.navbar-nav .sub-menu > li {
    list-style-type: decimal-leading-zero;
    font-size: 9px;
    font-weight: bold;
}
.navbar-nav .sub-menu > li.current_page_item,
.navbar-nav .sub-menu > li.current-menu-item,
.navbar-nav .sub-menu > li:hover {
    color: #e44e39;
}
.navbar-nav .sub-menu > li a {
    font-size: 9px;
    line-height: 12px;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .navbar-nav .sub-menu > li a {
        font-size: 11px;
    }
}
.mobile-menu-text {
    color: #174967;
    font-weight: bold;
    display: block;
    margin-top: 7px;
    font-size: 10px;
}
.footer-links {
    float: none;
    margin-bottom: 5px;
}
.footer-links ul[id^="menu-footer"] {
    padding: 0;
    margin: 0;
    border: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #174967;
}
.footer-links ul[id^="menu-footer"] li {
    padding: 0;
    margin: 0;
    border: 0;
    list-style-type: none;
}
@media (max-width: 767px) {
    .footer-links ul[id^="menu-footer"] {
        border-bottom: 0;
    }
}
.footer-links ul[id^="menu-footer"] li {
    float: none;
    display: inline-block;
}
.footer-links ul[id^="menu-footer"] li > a {
    display: block;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
}
@media (max-width: 991px) {
    .footer-links ul[id^="menu-footer"] li > a {
        width: 17px;
        height: 16px;
    }
}
@media (max-width: 767px) {
    .footer-links ul[id^="menu-footer"] li > a {
        width: 40px;
        height: 39px;
    }
}
.footer-links ul[id^="menu-footer"] li > a:hover,
.footer-links ul[id^="menu-footer"] li > a.active {
    background-position: top;
}
.footer-links ul[id^="menu-footer"] li > a[title="email"] {
    background-image: url('images/ico-footer-email.png');
}
@media (max-width: 991px) {
    .footer-links ul[id^="menu-footer"] li > a[title="email"] {
        background-image: url('images/ico-footer-sm-email.png');
    }
}
@media (max-width: 767px) {
    .footer-links ul[id^="menu-footer"] li > a[title="email"] {
        background-image: url('images/ico-mobile-footer-email.png');
    }
}
.footer-links ul[id^="menu-footer"] li > a[title="facebook"] {
    background-image: url('images/ico-footer-facebook.png');
}
@media (max-width: 991px) {
    .footer-links ul[id^="menu-footer"] li > a[title="facebook"] {
        background-image: url('images/ico-footer-sm-facebook.png');
    }
}
@media (max-width: 767px) {
    .footer-links ul[id^="menu-footer"] li > a[title="facebook"] {
        background-image: url('images/ico-mobile-footer-facebook.png');
    }
}
.footer-links ul[id^="menu-footer"] li > a[title="twitter"] {
    background-image: url('images/ico-footer-twitter.png');
}
@media (max-width: 991px) {
    .footer-links ul[id^="menu-footer"] li > a[title="twitter"] {
        background-image: url('images/ico-footer-sm-twitter.png');
    }
}
@media (max-width: 767px) {
    .footer-links ul[id^="menu-footer"] li > a[title="twitter"] {
        background-image: url('images/ico-mobile-footer-twitter.png');
    }
}
.footer-links ul[id^="menu-footer"] li > a[title="pinterest"] {
    background-image: url('images/ico-footer-pinterest.png');
}
@media (max-width: 991px) {
    .footer-links ul[id^="menu-footer"] li > a[title="pinterest"] {
        background-image: url('images/ico-footer-sm-pinterest.png');
    }
}
@media (max-width: 767px) {
    .footer-links ul[id^="menu-footer"] li > a[title="pinterest"] {
        background-image: url('images/ico-mobile-footer-pinterest.png');
    }
}
.footer-links ul[id^="menu-footer"] li > a[title="youtube"] {
    background-image: url('images/ico-footer-youtube.png');
}

.footer-links ul[id^="menu-footer"] li > a[title="instagram"] {
    background-image: url('images/ico-footer-insta.png');
}
@media (max-width: 991px) {
    .footer-links ul[id^="menu-footer"] li > a[title="youtube"] {
        background-image: url('images/ico-footer-sm-youtube.png');
    }
	.footer-links ul[id^="menu-footer"] li > a[title="instagram"] {
        background-image: url('images/ico-footer-insta-small.png');
    }
}
@media (max-width: 767px) {
    .footer-links ul[id^="menu-footer"] li > a[title="youtube"] {
        background-image: url('images/ico-mobile-footer-youtube.png');
    }
	.footer-links ul[id^="menu-footer"] li > a[title="instagram"] {
        background-image: url('images/ico-mobile-footer-insta-big.png');
    }
}
#menu-footer {
    position: relative;
}
#menu-footer > li:hover .footer-hover-popup {
    display: block;
}
.footer-bottom a {
    font-size: 12px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .footer-bottom a {
        font-size: 9px;
    }
}
@media (max-width: 767px) {
    .footer-bottom a {
        font-size: 12px;
    }
}
.footer-bottom .home-link {
    display: block;
    background-position: bottom;
    width: 25px;
    height: 24px;
    text-indent: -9999px;
    background-image: url('images/ico-footer-home.png');
    margin-top: 9px;
}
@media (max-width: 991px) {
    .footer-bottom .home-link {
        background-image: url('images/ico-footer-sm-home.png');
        width: 17px;
        height: 16px;
    }
}
.footer-bottom .home-link:hover {
    background-position: top;
}
.footer-mobile-bottom {
    padding: 15px;
    background-color: #f4ede1;
    border-top: 1px solid #221e1f;
    /*
          body.home &,
          .single-slideshow &{
                  position:absolute;
                  bottom:0;
                  left:0;
          }
    */
}
.footer-mobile-bottom p {
    font-size: 12px;
    font-weight: bold;
    color: #174967;
    text-transform: uppercase;
}
.footer-hover-popup {
    background-color: #e44e39;
    border: 2px solid #fff;
    padding: 10px;
    position: absolute;
    width: 232px;
    left: 0;
    bottom: 38px;
    display: none;
}
@media (max-width: 991px) {
    .footer-hover-popup {
        bottom: 30px;
        left: -10px;
    }
}
.footer-hover-popup.active,
.footer-hover-popup:hover {
    display: block;
    height: auto;
}
.footer-hover-popup .popup-content {
    overflow: hidden;
    color: #ffffff;
}
.footer-hover-popup .popup-content .popup-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
}
.footer-hover-popup .popup-content .popup-line {
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 8px;
}
.footer-hover-popup .popup-content .popup-line:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.footer-hover-popup .popup-content .popup-top-right {
    position: absolute;
    top: 6px;
    right: 10px;
}
.footer-hover-popup .popup-content .cff-header,
.footer-hover-popup .popup-content .cff-page-name,
.footer-hover-popup .popup-content .cff-date,
.footer-hover-popup .popup-content .cff-shared-link,
.footer-hover-popup .popup-content .cff-viewpost-facebook {
    display: none !important;
}
.footer-hover-popup .popup-content .cff-author {
    width: 50px !important;
    margin-right: 10px !important;
    padding-top: 8px !important;
}
.footer-hover-popup .popup-content .cff-post-text {
    clear: none !important;
    font-size: 9px !important;
    width: 148px !important;
}
.footer-hover-popup .popup-content .cff-post-text a {
    color: #FFF !important;
}
.footer-hover-popup .popup-content #cff .cff-item:first-child {
    padding-top: 0;
}
.footer-hover-popup .popup-content #cff .cff-item {
    padding: 10px 0;
}
.footer-hover-popup .popup-content #cff .cff-expand a {
    font-size: 9px;
}
.footer-hover-popup .popup-content .pins-feed-list {
    margin-top: 6px;
}
.footer-hover-popup .popup-content .pins-feed-list .pins-feed-item {
    margin-right: 8px;
}
.footer-hover-popup .popup-content .pins-feed-list .pins-feed-item:nth-child(even) {
    margin-right: 0;
}
.footer-hover-popup .popup-content .pins-feed-list .nailthumb-container {
    margin-bottom: 6px;
}
.footer-hover-popup .popup-content .pinterest-link {
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin-top: -3px;
    padding-left: 20px;
    font-size: 11px;
    line-height: 15px;
    background-image: url('images/ico-pinterest-popup.png');
    background-position: top left;
    background-repeat: no-repeat;
}
.footer-hover-popup .popup-content .ytcthumb-cont,
.footer-hover-popup .popup-content .ytctitledesc-cont {
    display: inline-block;
    vertical-align: top;
}
.footer-hover-popup .popup-content ul.ytchagallery .ytctitle {
    margin: 0;
    margin-top: -3px;
}
.footer-hover-popup .popup-content ul.ytchagallery a.ytcthumb .ytcplay {
    background-image: url('images/ico-yt-popup-blue.png') !important;
    background-position: center center !important;
}
.footer-hover-popup .popup-content ul.ytchagallery a.ytcthumb:hover {
    opacity: 1;
}
.footer-hover-popup .popup-content .ytcthumb-cont {
    width: 100px;
    margin-right: 5px;
}
.footer-hover-popup .popup-content .ytctitledesc-cont {
    width: 102px;
}
.footer-hover-popup .popup-content .ytctitledesc-cont a {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
}
.footer-hover-popup .popup-content .tweet_profile_img {
    width: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    float: left;
    padding-top: 3px;
}
.footer-hover-popup .popup-content .tweet_profile_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.footer-hover-popup .popup-content .tweet_primary_meta {
    display: inline-block;
    width: 110px;
}
.footer-hover-popup .popup-content .tweet_primary_meta a {
    font-weight: bold;
    color: #ffffff;
    font-size: 10px;
}
.footer-hover-popup .popup-content .tweet_primary_meta span {
    display: none;
    font-size: 8px;
    color: #ffffff;
}
.footer-hover-popup .popup-content .tweet_text {
    font-size: 9px;
    padding-left: 29px;
}
.footer-hover-popup .popup-content .tweet_text a {
    color: #ffffff;
    text-decoration: underline;
}
.footer-hover-popup .popup-content .tweet_secondary_meta {
    padding-left: 29px;
}
.footer-hover-popup .popup-content .tweet_secondary_meta a {
    color: white;
    font-size: 8px;
}
.footer-hover-popup .popup-content .tweet_retweet,
.footer-hover-popup .popup-content .tweet_intents {
    display: none;
}
.footer-hover-popup .popup-content .tweets {
    padding-top: 5px;
}
.footer-hover-popup .popup-content .tweets > .tweet {
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 8px;
}
.footer-hover-popup .popup-content .tweets > .tweet:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.footer-hover-popup .popup-arrow {
    position: absolute;
    bottom: -7px;
}
.footer-hover-popup.email-hover-popup .popup-arrow {
    left: 5px;
}
@media (max-width: 991px) {
    .footer-hover-popup.email-hover-popup .popup-arrow {
        left: 9px;
    }
}
.footer-hover-popup.facebook-hover-popup .popup-arrow {
    left: 34px;
}
@media (max-width: 991px) {
    .footer-hover-popup.facebook-hover-popup .popup-arrow {
        left: 30px;
    }
}
.footer-hover-popup.twitter-hover-popup .popup-arrow {
    left: 65px;
}
@media (max-width: 991px) {
    .footer-hover-popup.twitter-hover-popup .popup-arrow {
        left: 52px;
    }
}
.footer-hover-popup.pinterest-hover-popup .popup-arrow {
    left: 95px;
}
@media (max-width: 991px) {
    .footer-hover-popup.pinterest-hover-popup .popup-arrow {
        left: 72px;
    }
}
.footer-hover-popup.youtube-hover-popup .popup-arrow {
    left: 125px;
}
.footer-hover-popup.instagram-hover-popup .popup-arrow {
    left: 155px;
}
@media (max-width: 991px) {
    .footer-hover-popup.youtube-hover-popup .popup-arrow {
        left: 95px;
    }
	.footer-hover-popup.instagram-hover-popup .popup-arrow {
        left: 127px;
    }
}
.office-title {
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
}
.office-content {
    font-size: 11px;
}
.office-content p {
    margin-bottom: 0;
}
.office-content a {
    color: #ffffff;
    text-decoration: underline;
}
.right-bar {
    background-color: #f4ede1;
    padding-top: 32px;
    right: 0;
    top: 0;
    position: fixed;
    width: 30px;
    z-index: 3000;
    cursor: pointer;
    -webkit-transition: width 0s ease;
    -moz-transition: width 0s ease;
    -o-transition: width 0s ease;
    transition: width 0s ease;
}
.right-bar #mp-closed {
    cursor: pointer;
    width: 10px;
    height: 101px;
    background-image: url('images/bg-media-pantry.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0 auto;
}
.right-bar #mp-open {
    display: none;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 500;
    color: #174967;
}
.right-bar #mp-open .media-pantry-header span,
.right-bar #mp-open .media-pantry-header a {
    display: inline-block;
}
.right-bar #mp-open .media-pantry-header span {
    color: #e44e39;
    font-weight: bold;
    font-size: 13px;
    float: left;
    margin-bottom: -12px;
}
.right-bar #mp-open .media-pantry-header a {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    text-align: right;
}
.right-bar #mp-open .media-pantry-section {
    border-bottom: 1px solid #174967;
}
.right-bar #mp-open .media-pantry-section .media-pantry-section-title {
    line-height: 16px;
    font-weight: bold;
    margin-top: 7px;
}
.right-bar #mp-open .media-pantry-section > a {
    width: 100%;
    max-width: 100px;
    float: left;
}
.right-bar #mp-open .media-pantry-section > a:nth-child(2n) {
    margin-right: 9px;
}
.right-bar #mp-open .media-pantry-section .youtube-popup .play-icon {
    width: 16px;
    height: 14px;
    background-image: url('images/ico-mp-video.png');
    top: 15px !important;
}
.right-bar #mp-open .media-pantry-section .num-items {
    clear: left;
    line-height: 15px;
}
.right-bar > img {
    margin: 0 auto;
}
.right-bar #mp-icon,
.right-bar #mp-icon-close {
    position: absolute;
    bottom: 16px;
    left: 3px;
    cursor: pointer;
    width: 25px;
    height: 24px;
    background-image: url('images/ico-mp.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    display: none;
}
.right-bar #mp-icon.active,
.right-bar #mp-icon-close.active {
    display: block;
}
.right-bar #mp-icon:hover,
.right-bar #mp-icon-close:hover {
    background-position: top left;
}
.right-bar #mp-icon-close {
    left: auto;
    right: 15px;
    background-image: url('images/ico-mp-close.png');
    width: 25px;
    height: 25px;
    background-position: bottom left;
    display: none;
    top: 16px;
}
.right-bar #mp-icon-close.active {
    display: block;
}
.right-bar:hover #mp-icon,
.right-bar.active #mp-icon,
.right-bar:hover #mp-closed,
.right-bar.active #mp-closed {
    background-position: top left;
}
.right-bar.active {
    width: 240px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: auto;
}
.right-bar.active #mp-closed {
    display: none;
}
.right-bar.active #mp-open {
    display: block;
    width: 100%;
}
.type-slideshow {
    height: 100%;
    height: 100vh;
}
@media (max-width: 767px) {
    .type-slideshow {
        height: 100%;
    }
}
.home #main,
.single-slideshow #main {
    padding-bottom: 0;
}
.carousel,
.item,
.active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
.carousel-inner > .active {
    height: 100vh;
}
@media (max-width: 767px) {
    .carousel-inner > .active {
        height: 100%;
    }
}
.carousel-inner > .item:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.2;
    content: "";
}
.carousel-caption {
    text-transform: uppercase;
    top: 18px;
    left: 30px;
    text-align: left;
    text-shadow: none;
    width: 60%;
}
.slide-color-blue .carousel-caption {
    color: #174967;
}
.slide-color-blue .carousel-caption a {
    color: #174967;
}
.slide-color-blue .carousel-caption a:hover {
    color: #e44e39;
}
.slide-color-white .carousel-caption {
    color: #ffffff;
}
.slide-color-white .carousel-caption a {
    color: #ffffff;
}
.slide-color-white .carousel-caption a:hover {
    color: #e44e39;
}
.slide-orientation-center .carousel-caption {
    display: table;
    height: 100%;
    height: 100vh;
    text-align: center;
    left: 20%;
    top: 0;
}
@media (max-width: 767px) {
    .slide-orientation-center .carousel-caption {
        height: 100%;
        width: 100%;
        left: 0;
    }
}
.slide-orientation-center .carousel-caption .caption-content {
    display: table-cell;
    vertical-align: middle;
}
.carousel-caption .caption-title {
    font-size: 85px;
    line-height: 80px;
    font-family: 'FilmotypeGay';
    letter-spacing: 2px;
    margin-bottom: -9px;
}
@media (max-width: 767px) {
    .carousel-caption .caption-title {
        font-size: 61px;
        line-height: 64px;
    }
}
.carousel-caption .caption-text {
    font-size: 17px;
    line-height: 22px;
    margin-top: 4px;
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    .carousel-caption .caption-text {
        display: none;
    }
}
.carousel-caption .caption-read-more {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
}
.carousel-caption .caption-read-more .glyphicon-play {
    top: 0;
    font-size: 8px;
}
.slideshow-control {
    position: absolute;
    top: 45%;
    z-index: 2000;
}
@media (max-width: 767px) {
    .slideshow-control {
        top: auto;
        bottom: 0;
        width: 45px;
    }
}
.slideshow-control.left {
    left: 30px;
}
@media (max-width: 767px) {
    .slideshow-control.left {
        left: 0;
    }
}
.slideshow-control.right {
    right: 30px;
}
@media (max-width: 767px) {
    .slideshow-control.right {
        right: 0;
    }
}
.bio-subtitle {
    color: #174967;
    font-size: 24px;
    line-height: 32px;
    margin-top: 9px;
    margin-bottom: 12px;
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
}
.bio-quote {
    font-size: 18px;
    line-height: 20px;
    color: #231f20;
    border-top: 1px solid #bbbdbf;
    border-bottom: 1px solid #bbbdbf;
    margin-bottom: 30px;
    padding: 12px 0;
    font-style: italic;
}
.bio-images {
    margin: 22px 0 30px;
}
.bio-images img {
    width: 100%;
}
.bio-share {
    margin-top: 4px;
}
.bio-share .at16nc.at16t_email {
    background-image: url('images/ico-bio-share-email.png');
    background-position: top left;
    width: 19px;
    height: 19px;
}
.bio-share .at16nc.at16t_facebook {
    background-image: url('images/ico-bio-share-facebook.png');
    background-position: top left;
    width: 19px;
    height: 19px;
}
.bio-share .at16nc.at16t_twitter {
    background-image: url('images/ico-bio-share-twitter.png');
    background-position: top left;
    width: 19px;
    height: 19px;
}
.bio-share .at16nc.at16t_google_plusone_share {
    background-image: url('images/ico-bio-share-google.png');
    background-position: top left;
    width: 19px;
    height: 19px;
}
#main article.type-bio {
    padding-bottom: 20px;
    border-bottom: 1px solid #bbbdbf;
    margin-bottom: 9px;
}
#main article.type-bio .single-title {
    margin-top: 10px;
}
.bio-teaser-category {
    border-top: 1px solid #bbbdbf;
}
.bio-teaser-category .bio-teaser-category-title {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 52px;
    color: #174967;
    text-transform: uppercase;
}
.single-bio .back-link:first-of-type {
    line-height: 20px;
    margin-top: 27px;
    border-bottom: 1px solid #bbbdbf;
    margin-bottom: 8px;
}
#main article.bio-teaser {
    margin-bottom: 20px;
}
#main article.bio-teaser header img {
    width: 100%;
}
#main article.bio-teaser .teaser-title {
    margin-top: 13px;
    margin-bottom: 0;
}
#main article.bio-teaser:hover .teaser-title {
    color: #e44e39;
}
#main article.bio-teaser .read-more {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 10px;
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    margin-top: -2px;
    display: block;
}
.single-recipes #main article > header,
.single-comm_recipes #main article > header {
    text-align: left;
}
.single-recipes #main article > header .page-header,
.single-comm_recipes #main article > header .page-header {
    padding: 0;
    margin: 0;
    border: 0;
}
.single-recipes #main article > header .single-title,
.single-comm_recipes #main article > header .single-title {
    color: #e44e39;
    vertical-align: middle;
}
.single-recipes #main article > header .single-title span,
.single-comm_recipes #main article > header .single-title span {
    vertical-align: bottom;
}
.related-content {
    margin-top: 22px;
    font-size: 11px;
}
.related-content h3 {
    color: #e44e39;
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 3px;
}
.related-content img {
    width: 100%;
}
.recipe-badge {
    width: 59px;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 10px 0;
}
.recipe-related {
    position: relative;
}
.recipe-related .related-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 15px 3px 15px;
    text-align: center;
    font-family: 'FilmotypeGay';
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    background-image: url('images/bg-recipe-overlay.png');
    text-transform: uppercase;
}
.recipe-times {
    margin-bottom: 22px;
}
.recipe-times strong {
    color: #e44e39;
    text-transform: uppercase;
}
.recipe-times > div {
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.recipe-section-header {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    font-size: 18px;
    color: #e44e39;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.recipe-section-content {
    font-size: 11px;
}
.recipe-section-content strong {
    color: #6d6e70;
    font-size: 13px;
}
.recipe-links {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #e44e39;
    text-transform: uppercase;
    padding: 13px 15px 0 15px;
    float: left;
}
.recipe-links a,
.recipe-links span.wpfp-span {
    color: #e44e39;
    display: block;
    background-position: center left;
    background-repeat: no-repeat;
    margin-bottom: 14px;
}
.recipe-links a.shopping-list,
.recipe-links span.wpfp-span.shopping-list {
    background-image: url('images/ico-download.png');
    padding-left: 25px;
}
.recipe-links a.print,
.recipe-links span.wpfp-span.print {
    background-image: url('images/ico-print.png');
    padding-left: 29px;
}
.recipe-links a.wpfp-link,
.recipe-links span.wpfp-span.wpfp-link {
    background-image: url('images/ico-add-recipe.png');
    padding-left: 24px;
}
.recipe-links span.wpfp-span img {
    width: auto;
    float: left;
    display: none !important;
}
.recipe-links .social-links > div {
    display: inline-block;
    vertical-align: top;
}
.recipe-links .social-links .at16nc.at16t_email {
    background-image: url('images/ico-share-email.png');
    background-position: top left;
}
.recipe-links .social-links .at16nc.at16t_facebook {
    background-image: url('images/ico-share-facebook.png');
    background-position: top left;
    width: 17px;
}
.recipe-links .social-links .at16nc.at16t_twitter {
    background-image: url('images/ico-share-twitter.png');
    background-position: top left;
    width: 17px;
}
.recipe-links .social-links .at16nc.at16t_pinterest_share {
    background-image: url('images/ico-share-pinterest.png');
    background-position: top left;
    width: 17px;
}
.recipe-links .social-links .at16nc.at16t_google_plusone_share {
    background-image: url('images/ico-share-google.png');
    background-position: top left;
}
.recipe-links .social-links .share {
    margin-left: 2px;
    display: inline-block;
}
.post-type-archive-recipes #main,
.post-type-archive-comm_recipes #main {
    padding-right: 45px;
}
@media (max-width: 767px) {
    .post-type-archive-recipes #main,
    .post-type-archive-comm_recipes #main {
        padding-right: 15px;
    }
}
.post-type-archive-recipes .page-header,
.post-type-archive-comm_recipes .page-header {
    padding: 0;
    margin: 0;
    border: 0;
}
.post-type-archive-recipes .page-header .single-title,
.post-type-archive-comm_recipes .page-header .single-title {
    margin-top: 17px;
    margin-bottom: 0;
}
.post-type-archive-recipes .page-header p,
.post-type-archive-comm_recipes .page-header p {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    color: #174967;
    font-size: 13px;
}
.recipe-filters {
    margin-top: 9px;
    margin-bottom: 24px;
}
.recipe-filters .btn-group {
    display: block;
}
@media (max-width: 991px) {
    .recipe-filters .btn-group {
        margin-bottom: 20px;
    }
}
.recipe-filters .btn-group button.btn-default {
    width: 100%;
    text-align: left;
    background-color: #f1f1f1;
    color: #174967;
    font-weight: 500;
    font-size: 10px;
    line-height: 23px;
    border: 1px solid #bfbebe;
    float: none;
    border-radius: 0;
    text-transform: uppercase;
    background-image: url('images/ico-dropdown.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#recipe-search input[type="text"] {
    width: 100%;
    text-align: left;
    background-color: #f1f1f1;
    color: #174967;
    font-weight: 500;
    font-size: 10px;
    line-height: 23px;
    border: 1px solid #bfbebe;
    float: none;
    border-radius: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
}
#recipe-search input[type="text"]:focus {
    box-shadow: none;
}
#recipe-search button {
    font-size: 10px;
    line-height: 23px;
    color: #ffffff;
    background-color: #174967;
    border-radius: 0;
    border: 1px solid #bfbebe;
    padding: 0px 12px;
    outline: 0;
}
#recipe-search .input-group.has-error input[type="text"],
#recipe-search .input-group.has-error button {
    border: 1px solid #e44e39;
}
#main .recipe-teaser article header {
    text-align: left;
    position: relative;
}
#main .recipe-teaser article header h3 {
    margin-top: 12px;
    margin-bottom: 0;
}
#main .recipe-teaser article header img {
    width: 100%;
}
#main .recipe-teaser article header .recipe-overlay {
    display: none;
    background-image: url('images/bg-recipe-overlay.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main .recipe-teaser article:hover .recipe-cook-time,
#main .recipe-teaser article:hover h3 {
    color: #e44e39;
}
#main .recipe-teaser article .recipe-cook-time {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    color: #174967;
    font-size: 11px;
    margin-top: -5px;
}
.rating {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 22px;
}
.rating:first-of-type {
    margin-left: 0;
}
.rating span {
    display: inline-block;
    vertical-align: middle;
    color: #e44e39;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}
.rating .stars {
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
    vertical-align: middle;
}
.rating .stars li {
    padding: 0;
    margin: 0;
    border: 0;
    list-style-type: none;
}
.rating .stars li {
    display: inline-block;
    width: 16px;
    height: 15px;
    background-image: url('images/ico-star.png');
    background-position: top left;
}
.rating .stars li.active {
    background-position: bottom left;
}
.rating#user-rating li {
    cursor: pointer;
}
.rating#user-rating li:hover {
    background-position: bottom left;
}
#main article.type-recipe_listing {
    padding: 0;
    margin: 0;
    border: 0;
}
#main article.type-recipe_listing .page-header {
    border: 0;
    margin-top: 0;
    margin-bottom: 1px;
    padding: 0;
}
#main article.type-recipe_listing .recipe-listing {
    margin-top: 16px;
    border-top: 1px solid #bbbdbf;
    padding-top: 20px;
}
@media print {
    .recipe-links {
        display: none;
    }
}
.page-cook-it-frozen {
    /*
          .page-title{
                  &:after{
                          content:'®';
                          font-size:20px;
                          position:absolute;
                          top:0;
                  }
          }
    */
}
.cook-it-frozen-title {
    background-image: url('images/bg-cook-it-frozen-title.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 124px;
    line-height: 84px;
    margin-top: 24px;
}
@media (max-width: 991px) {
    .cook-it-frozen-title {
        padding-left: 0;
        padding-top: 75px;
        background-position: center top;
        line-height: 64px;
    }
}
.techniques-header {
    text-align: center;
}
.techniques-header h2 {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 48px;
    text-transform: uppercase;
    color: #174967;
    border-top: 1px solid #bbbdbf;
    margin-top: 6px;
    padding-top: 5px;
    margin-bottom: -1px;
}
.page-nutrition .techniques-header h2 {
    height: 12px;
}
.techniques-header .cif-technique-titles {
    text-align: center;
    margin: 0 -12px;
}
.techniques-header .cif-technique-titles a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 12px;
    white-space: nowrap;
}
.techniques-header .cif-technique-titles a.active {
    color: #e44e39;
}
.technique-content {
    display: none;
}
.technique-content.active {
    display: block;
}
.technique-content h3 {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 30px;
    color: #174967;
}
.technique-content .technique-image {
    padding-top: 27px;
}
.cif-recipe-finder-intro {
    text-align: center;
    margin-top: 34px;
    border-top: 1px solid #bbbdbf;
    padding-bottom: 6px;
    border-bottom: 1px solid #bbbdbf;
    margin-bottom: 22px;
}
.cif-recipe-finder-intro h2 {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    margin: 5px 0 2px 0;
    font-size: 27px;
    line-height: 48px;
    text-transform: uppercase;
    color: #174967;
}
.cif-recipe-finder-intro blockquote {
    padding: 0;
    margin: 0;
    border: 0;
    padding-bottom: 9px;
}
.single-alaskas_bounty .recipe-filters {
    margin-top: 23px;
}
.alaskas-bounty-page .post_content {
    padding-bottom: 16px;
    border-bottom: 1px solid #bbbdbf;
}
.type-alaskas_bounty header.header-single {
    border-bottom: 1px solid #bbbdbf;
    margin-bottom: 25px;
}
.type-alaskas_bounty header.header-single > h2 {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    color: #174967;
    font-size: 27px;
    line-height: 48px;
    margin-top: 3px;
}
.type-alaskas_bounty .ab-image {
    margin-bottom: 20px;
}
.type-alaskas_bounty .ab-image img {
    width: 100%;
}
.type-alaskas_bounty .ab-subtitle {
    font-weight: 500;
    font-style: italic;
    color: #231f20;
    font-size: 18px;
    line-height: 23px;
    border-top: 1px solid #bbbdbf;
    border-bottom: 1px solid #bbbdbf;
    text-align: center;
    padding: 15px 45px;
    margin-bottom: 27px;
}
.type-alaskas_bounty .ab-description {
    margin-bottom: 20px;
}
.type-alaskas_bounty .ab-description h4:first-child {
    margin-top: 0;
}
.type-alaskas_bounty .ab-related .related-content:first-child {
    margin-top: 0;
}
.type-alaskas_bounty .ab-related .related-content h3 {
    color: #174967;
}
.type-alaskas_bounty .back-link {
    padding: 15px 0;
    margin-top: 40px;
    border-top: 1px solid #bbbdbf;
}
@media (max-width: 767px) {
    .type-alaskas_bounty .back-link {
        padding-left: 15px;
    }
}
#main .page-recipe-box > header {
    text-align: left;
}
#main .page-recipe-box > header h1 {
    margin-top: 17px;
    margin-bottom: 0;
}
#main .page-recipe-box > header .page-title-suffix {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    color: #174967;
    font-size: 13px;
}
#main .page-recipe-box > header .page-title-suffix p {
    margin-bottom: 3px;
}
.account-pop-up-page {
    position: relative;
    padding-bottom: 0 !important;
}
.account-pop-up-page #theme-my-login {
    position: absolute;
    width: 230px;
    padding: 16px 15px 50px 15px;
    background-color: #f4ede1;
    text-align: center;
    text-transform: uppercase;
    z-index: 2000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 25%;
    left: 35%;
}
.account-pop-up-page #theme-my-login .login-header img {
    margin: 0 auto;
    margin-bottom: 10px;
}
.account-pop-up-page #theme-my-login .login-header p {
    color: #174967;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 8px;
}
.account-pop-up-page #theme-my-login .description {
    text-transform: none;
    font-size: 9px;
}
.account-pop-up-page #theme-my-login a {
    color: #e44e39;
    font-weight: bold;
    font-size: 10px;
}
.account-pop-up-page #theme-my-login label {
    display: none;
}
.account-pop-up-page #theme-my-login input[type="text"],
.account-pop-up-page #theme-my-login input[type="password"] {
    margin: 0;
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 25px;
    height: 25px;
    border: 1px solid #bbbdbf;
    text-transform: uppercase;
    padding: 0 10px;
    outline: 0;
    width: 100%;
}
.account-pop-up-page #theme-my-login input[type="text"].error,
.account-pop-up-page #theme-my-login input[type="password"].error {
    background-color: #fed5d5;
    border-color: #f0c8be;
}
.account-pop-up-page #theme-my-login .forgetmenot {
    margin-bottom: 6px;
    font-size: 10px;
}
.account-pop-up-page #theme-my-login .forgetmenot label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: normal;
}
.account-pop-up-page #theme-my-login .forgetmenot input {
    margin: 0;
    vertical-align: middle;
    outline: 0;
}
.account-pop-up-page #theme-my-login input[type="submit"] {
    width: 100%;
    background-color: #e44e39;
    color: #ffffff;
    line-height: 25px;
    height: 25px;
    border: 0;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
}
.account-pop-up-page #theme-my-login-footer {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.account-pop-up-page #theme-my-login-footer p {
    font-size: 10px;
    line-height: 39px;
    margin: 0;
}
.account-pop-up-page #register-username {
    display: none;
}
.account-pop-up-page .login p.error {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    color: #ff1111;
    font-size: 9px;
    text-transform: none;
    margin-bottom: 5px;
}
.account-pop-up-page .login p.error strong {
    color: #ff1111;
}
.account-pop-up-page .login p.message {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    font-size: 9px;
    text-transform: none;
    margin-bottom: 5px;
}
#main.my-account-page article > header {
    text-align: left;
}
#main.my-account-page article > header h1 {
    width: 100%;
}
.login.profile {
    padding: 0;
}
#your-profile #user_login,
#registerform #user_login {
    display: none;
}
#your-profile .account-block,
#registerform .account-block {
    background-color: #ebebeb;
    padding: 22px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
#your-profile .account-block h2,
#registerform .account-block h2 {
    color: #174967;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    margin-top: 0;
    margin-bottom: 3px;
}
#your-profile .account-block label,
#registerform .account-block label {
    font-size: 10px;
    font-weight: 400;
    margin-top: 11px;
    margin-bottom: 0;
}
#your-profile .account-block .form-control,
#registerform .account-block .form-control {
    border-radius: 0;
    border-color: #bbbdbf;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 27px;
    margin: 0;
    margin-top: 5px;
}
#your-profile .account-block .profile-filters,
#registerform .account-block .profile-filters {
    margin-top: 9px;
    margin-bottom: 24px;
    margin: 0;
}
#your-profile .account-block .profile-filters .btn-group,
#registerform .account-block .profile-filters .btn-group {
    display: block;
}
@media (max-width: 991px) {
    #your-profile .account-block .profile-filters .btn-group,
    #registerform .account-block .profile-filters .btn-group {
        margin-bottom: 20px;
    }
}
#your-profile .account-block .profile-filters .btn-group button.btn-default,
#registerform .account-block .profile-filters .btn-group button.btn-default {
    width: 100%;
    text-align: left;
    background-color: #f1f1f1;
    color: #174967;
    font-weight: 500;
    font-size: 10px;
    line-height: 23px;
    border: 1px solid #bfbebe;
    float: none;
    border-radius: 0;
    text-transform: uppercase;
    background-image: url('images/ico-dropdown.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 991px) {
    #your-profile .account-block .profile-filters .btn-group,
    #registerform .account-block .profile-filters .btn-group {
        margin-bottom: 0;
    }
}
#your-profile .account-block .profile-filters .btn-group button.btn-default,
#registerform .account-block .profile-filters .btn-group button.btn-default {
    background-image: url('images/ico-select-profile.png');
    background-color: #ffffff;
    margin-top: 5px;
}
#your-profile .account-block .dropdown-menu,
#registerform .account-block .dropdown-menu {
    background-color: #ffffff;
    max-height: 200px;
    overflow: auto;
}
#your-profile .account-block #bday-picker,
#registerform .account-block #bday-picker {
    display: none;
}
#your-profile .account-block p.submit,
#registerform .account-block p.submit {
    text-align: right;
    margin-top: 28px;
    margin-bottom: 0;
}
#your-profile .account-block [name="submit"],
#registerform .account-block [name="submit"],
#your-profile .account-block [name="wp-submit"],
#registerform .account-block [name="wp-submit"] {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 10px;
    line-height: 25px;
    background-color: #e44e39;
    color: #ffffff;
    padding: 0 65px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    #your-profile .account-block [name="submit"],
    #registerform .account-block [name="submit"],
    #your-profile .account-block [name="wp-submit"],
    #registerform .account-block [name="wp-submit"] {
        width: 100%;
    }
}
.type-video_listing .video-listing-description {
    padding-bottom: 6px;
    border-bottom: 1px solid #bbbdbf;
    margin-bottom: 17px;
}
.type-video_listing .video-listing-title {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    font-size: 18px;
    color: #174967;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 17px;
}
.type-video_listing .video-listing {
    border-bottom: 1px solid #bbbdbf;
    margin-bottom: 17px;
}
.type-video_listing .video-listing:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
.type-video_listing .video {
    margin-bottom: 17px;
}
.type-video_listing .video h3 {
    font-size: 30px;
    padding-top: 11px;
    margin-top: 0;
    margin-bottom: -7px;
}
.type-video_listing .video .video-subtitle {
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
    color: #174967;
}
.type-video_listing .video > a:hover h3,
.type-video_listing .video > a:hover .video-subtitle {
    color: #e44e39;
}
.single-chef .back-link:first-of-type, .single-swap_meat .back-link:first-of-type {
    line-height: 20px;
    margin-top: 27px;
    border-bottom: 1px solid #bbbdbf;
    margin-bottom: 8px;
}
#main article.type-chef {
    padding-bottom: 20px;
    border-bottom: 1px solid #bbbdbf;
    margin-bottom: 9px;
}
#main article.type-chef .page-header,
.single-swap_meat .page-header {
    border: 0;
    margin-top: 7px;
    margin-bottom: 1px;
    padding: 0;
}
#main article.type-chef .single-title {
    margin-top: 10px;
}
#main article.type-chef .cif-recipe-finder-intro {
    margin-top: 16px;
    margin-bottom: 20px;
}
#main article.type-chef .bio-share {
    margin-bottom: 20px;
}
#main article.type-chef .bio-share h4 {
    margin-top: 24px;
}
#main article.type-chef .recipe-images {
    margin-bottom: 17px;
}
.chef-teaser {
    margin-bottom: 20px;
}
.chef-teaser header img {
    width: 100%;
}
.chef-teaser .teaser-title {
    margin-top: 13px;
    margin-bottom: 0;
}
.chef-teaser .read-more {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 10px;
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    margin-top: -2px;
    display: block;
}
.chef-teaser > a:hover h3 {
    color: #e44e39;
}
.chef-listing {
    margin-top: 16px;
    border-top: 1px solid #bbbdbf;
}
.chef-listing h4 {
    font-size: 18px;
    color: #174967;
    margin-bottom: 1px;
}
.media-pantry-page#main article > header {
    text-align: left;
}
.media-pantry-page .type-video_listing .video-listing-description {
    margin-bottom: 13px;
}
.media-pantry-page .techniques-header {
    margin-bottom: 10px;
}

iframe[name='google_conversion_frame'] {
    position: absolute;
    left: 0px;
}

img[height='1'] {
    position:absolute;
    left: 0px;
}

@-ms-viewport {
    width: auto ;
}

.single-swap_meat .page-header{
    border: 0;
    margin-top: 7px;
    margin-bottom: 1px;
    padding: 0;
}
.single-swap_meat h3{
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 30px;
    color: #174967;
}
.single-swap_meat h5{
    color: #e44e39;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'BrothersRegularMedium';
    margin-left: 30px
}
.back-link > a {
    font-size: 9px;
    text-transform: uppercase;
    color: #6d6e70;
    font-weight: normal;
}
.swap-sub .teaser-title {
    margin-top: 13px;
    margin-bottom: 0;
}
.swap-sub .teaser-title > sub.trademark {
    font-family: 'FilmotypeGay';
    font-size: 1em;
    bottom: 0;
    left: 0;
}
.swap-sub header img {
    margin: 0 !important;
    padding: 0;
}
.swap-sub:hover .teaser-title {
    color: #e44e39;
}
.swap-sub .read-more {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 10px;
    font-family: 'BrothersRegularMedium';
    letter-spacing: 1px;
    margin-top: -2px;
    display: block;
}
.single-swap_meat ol > li{
    padding-top: 15px;
}
.single-swap_meat ol > li:first-child{
    padding-top: 0px;
}
.single-swap_meat p a,
.page-id-4935 p > a{
    color: #e44e39;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: bold;
    text-transform: uppercase;
}
.page-id-4935 p > a sub.trademark{
    font-size: 15px;
    bottom: 0em;
    left: 0em;
}
.page-header sub.trademark,
.page-title sub.trademark,
.page sub.trademark{
    font-size: 1em;
    bottom: 0em;
    left: 0em;
}

.content-winner {
}
.winner-h3 {
    margin-bottom:0px;
    color: #174967;
    font-family: "BrothersRegularMedium";
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
}

.winner-h4 {
    color: #174967;
    font-family: "FilmotypeGay";
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}
.winner-h5 {
    color: #e44e39;
    font-family: "BrothersRegularMedium";
    font-size: 19px;
    font-weight: bold; 
    text-transform: uppercase;
}

.winner-h5 .winning-price {
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
}

.winner-h6 {
    color: #174967;
    font-family: "BrothersRegularMedium";
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 0;
    padding: 6px 0 12px;
    text-transform: uppercase;
}

.recipe-link {
    color: #e44e39;
    font-weight: 600;
}

.winner-h7, .winner-recipe-name {
    color: #e44e39;
    font-family: "BrothersRegularMedium";
    font-size: 15px; 
    text-transform: uppercase;
}

.winner-recipe-name2 {
    font-weight: 500;
}

a.chef-page{
    color:#6D6E70;
}

ul.pagination li a{
    background-color: #e44e39;
    color:#FFF;
}

ul.pagination li a:hover{
    background-color: #FFF;
    color:#e44e39;
}

.nonitalicized{
 font-style: normal;
}

@media only screen and (min-width:768px) and (max-width: 1200px)  {
.nonitalicized span{
 display:block;
}
}
