/*
Theme Name:  LaPanzanella
Theme URI:   http://lapanzanella.dev.myclocktower.com/wp-content/style.css
Description: Child theme for the Wordpress Bootstrap
Author:      Clocktower Media
Author URI:  http: //www.clocktowermedia.com
Template:    wordpress-bootstrap-master
Version:     0.1
*/
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/

@import url("../wordpress-bootstrap-master/style.css");
@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=831bc87b-03cf-4a18-9372-73bb93b82bbb&fontids=693579,693582,693585,693607");
@font-face {
    font-family: "Centaur W02";
    src: url("fonts/693579/390a2dab-2afb-4e57-8c61-b72e447eb67a.eot?#iefix");
    src: url("fonts/693579/390a2dab-2afb-4e57-8c61-b72e447eb67a.eot?#iefix") format("embedded-opentype"), url("fonts/693579/bbd96444-2ae9-45f8-8c11-a68dbca22198.woff") format("x-font-woff"), url("fonts/693579/e293cbdf-0a89-4c2c-ba15-ed89f27c906f.ttf") format("truetype"), url("fonts/693579/bdde5a7a-6ec7-4e1a-ab38-f7a94271f07f.svg#bdde5a7a-6ec7-4e1a-ab38-f7a94271f07f") format("svg");
}

@font-face {
    font-family: "Centaur W02 Italic";
    src: url("fonts/693582/484665bd-d141-4899-9e86-dc70af1df7fb.eot?#iefix");
    src: url("fonts/693582/484665bd-d141-4899-9e86-dc70af1df7fb.eot?#iefix") format("embedded-opentype"), url("fonts/693582/786c3dc0-0f41-410f-a807-abce9495da5f.woff") format("woff"), url("fonts/693582/61c72c67-eb93-4e36-97a4-ee5cd0de1b6e.ttf") format("truetype"), url("fonts/693582/df14cb6c-74da-428e-a56c-773dec79d222.svg#df14cb6c-74da-428e-a56c-773dec79d222") format("svg");
}

@font-face {
    font-family: "Centaur W02 Bold";
    src: url("fonts/693585/ac9f86ec-d82f-47d4-b93d-bc2ab1ecaaa3.eot?#iefix");
    src: url("fonts/693585/ac9f86ec-d82f-47d4-b93d-bc2ab1ecaaa3.eot?#iefix") format("embedded-opentype"), url("fonts/693585/20902ad0-593c-46b2-a9f5-b729066cb95c.woff") format("woff"), url("fonts/693585/1e19f187-2433-4926-83c8-f97cfe612b76.ttf") format("truetype"), url("fonts/693585/39d24b48-8266-4b24-82ed-fe2bc82782aa.svg#39d24b48-8266-4b24-82ed-fe2bc82782aa") format("svg");
}

@font-face {
    font-family: "Centaur W02 Bold Italic";
    src: url("fonts/693607/66477c0c-1706-489d-aeca-b1872f2695eb.eot?#iefix");
    src: url("fonts/693607/66477c0c-1706-489d-aeca-b1872f2695eb.eot?#iefix") format("embedded-opentype"), url("fonts/693607/8e034e02-d5ea-4fe8-baf5-2e3f811620ca.woff") format("woff"), url("fonts/693607/e71a583a-c382-4b07-8f3c-a1346bfcd556.ttf") format("truetype"), url("fonts/693607/2a086a8c-dd8b-4221-88fb-5d6eee8b4124.svg#2a086a8c-dd8b-4221-88fb-5d6eee8b4124") format("svg");
}

@font-face {
    font-family: 'SNC';
    src: url('fonts/sncscrp/sncscrp-webfont.eot');
    src: url('fonts/sncscrp/sncscrp-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sncscrp/sncscrp-webfont.woff2') format('woff2'), url('fonts/sncscrp/sncscrp-webfont.woff') format('woff'), url('fonts/sncscrp/sncscrp-webfont.ttf') format('truetype'), url('fonts/sncscrp/sncscrp-webfont.svg#snc_scriptitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
/******************************************
/* Color Guide
/* ===========
/*
/* Green - #5f6537
/* Red   - #9b301c
/* Brown - #493627
/* Blue  - #122454
/*
/******************************************/
/******************************************
/* General
/******************************************/

body {
    padding-top: 0px;
    font-family: 'Centaur W02', 'Book Antiqua', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Georgia', 'serif';
    background: url(/wp-content/uploads/2014/05/lapanzanella-rustic-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6 {font-family: 'Centaur W02';}
h1,h2,h3 {
    margin: 0;
    padding: 20px 0;
}
h1 {
    color: #9b301c;
    font-size: 38px;
    text-transform: uppercase;
    margin-top: 0;
}
h2 {
    color: #4A3826;
    font-size: 30px;
    text-transform: uppercase;
}
h3 {
    color: #4A3826;
    font-size: 26px;
}
h4 {
    color: #4a3826;
    font-size: 23px;
    font-weight: bold;
}
sup {
    font-size: 50%;
    top: -0.7em;
}
p,li,address {
    color: #4a3826;
    font-size: 21px;
    line-height: 1.4;
}
p {
    margin-bottom: 15px;
}
img,
svg {
    max-width: 100%;
}
a {
    color: #9b301c;
}
a:focus,a:hover,a:active {
    color: #80a248;
    /* Slightly lighter green than main theme green */
}
#breadcrumbs {
    visibility: hidden;
    height: 0;
}
body.page-parent #breadcrumbs,
body.page-id-5 #breadcrumbs {
    display: none;
}
body.page-parent.page-child #breadcrumbs {
    display: block;
}
#content {
    padding: 0;
}
.left-side {
    float: left;
    width: 69.74358974358974%;
}
.right-side {
    float: left;
    width: 30.25641025641026%;
    border-left: 0;
    position: relative;
}
.main-content {
    float: left;
    width: 100%;
}
.margin-top {
    margin-top: 4em;
}
.main-content .left-side {
    width: 69.30499325236167%;
}
.main-content .right-side {
    width: 30.69500674763833%;
}
#main article {
    border-bottom: none;
}
.pagination li a {
    color: #9B301C;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background: rgba(255, 255, 255, 0.8);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: rgba(155, 48, 28, 0.8);
    border-color: #9B301C;
}
/******************************************
/* Helper Classes
/******************************************/
/******* Margin Helpers *******/
/* Margin-All */
.m-0 { margin: 0px; } .m-10 { margin: 10px; } .m-20 { margin: 20px; } .m-30 { margin: 30px; } .m-40 { margin: 40px; } .m-50 { margin: 50px; }
/* Margin-left */
.ml-0 { margin-left: 0; } .ml-10 { margin-left: 10px; } .ml-20 { margin-left: 20px; } .ml-30 { margin-left: 30px; } .ml-40 { margin-left: 40px; } .ml-50 { margin-left: 50px; }
/* Margin-right */
.mr-0  { margin-right: 0; } .mr-10 { margin-right: 10px; } .mr-20 { margin-right: 20px; } .mr-30 { margin-right: 30px; } .mr-40 { margin-right: 40px; } .mr-50 { margin-right: 50px; }
/* Margin-Horizontal */
.mh-0   { margin-left: 0; margin-right: 0; } .mh-10 { margin-left: 10px; margin-right: 10px; } .mh-20 { margin-left: 20px; margin-right: 20px; } .mh-30 { margin-left: 30px; margin-right: 30px } .mh-40 { margin-left: 40px; margin-right: 40px } .mh-50 { margin-left: 50px; margin-right: 50px }
/* Margin Vertical */
.mv-0   { margin-top: 0; margin-bottom: 0; } .mv-10 { margin-top: 10px; margin-bottom: 10px; } .mv-20 { margin-top: 20px; margin-bottom: 20px; } .mv-30 { margin-top: 30px; margin-bottom: 30px; } .mv-40 { margin-top: 40px; margin-bottom: 40px; } .mv-50 { margin-top: 50px; margin-bottom: 50px; }
/* Margin-top */
.mt-0  { margin-top: 0; } .mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; } .mt-40 { margin-top: 40px; } .mt-50 { margin-top: 50px; } .mt-100 { margin-top: 100px; }
/* Margin-bottom */
.mb-0  { margin-bottom: 0; } .mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mb-50 { margin-bottom: 50px; } .mb-100 { margin-bottom: 100px; }

/* Padding-All */
.p-0 { padding: 0px; } .p-10 { padding: 10px; } .p-20 { padding: 20px; } .p-30 { padding: 30px; } .p-40 { padding: 40px; } .p-50 { padding: 50px; }
/* Padding-left */
.pl-0 { padding-left: 0; } .pl-10 { padding-left: 10px; } .pl-20 { padding-left: 20px; } .pl-30 { padding-left: 30px; } .pl-40 { padding-left: 40px; } .pl-50 { padding-left: 50px; }
/* Padding-right */
.pr-0  { padding-right: 0; } .pr-10 { padding-right: 10px; } .pr-20 { padding-right: 20px; } .pr-30 { padding-right: 30px; } .pr-40 { padding-right: 40px; } .pr-50 { padding-right: 50px; }
/* Padding-Horizontal */
.ph-0   { padding-left: 0; padding-right: 0; } .ph-10 { padding-left: 10px; padding-right: 10px; } .ph-20 { padding-left: 20px; padding-right: 20px; } .ph-30 { padding-left: 30px; padding-right: 30px } .ph-40 { padding-left: 40px; padding-right: 40px } .ph-50 { padding-left: 50px; padding-right: 50px }
/* Padding Vertical */
.pv-0   { padding-top: 0; padding-bottom: 0; } .pv-10 { padding-top: 10px; padding-bottom: 10px; } .pv-20 { padding-top: 20px; padding-bottom: 20px; } .pv-30 { padding-top: 30px; padding-bottom: 30px; } .pv-40 { padding-top: 40px; padding-bottom: 40px; } .pv-50 { padding-top: 50px; padding-bottom: 50px; }
/* Padding-top */
.pt-0  { padding-top: 0; } .pt-10 { padding-top: 10px; } .pt-20 { padding-top: 20px; } .pt-30 { padding-top: 30px; } .pt-40 { padding-top: 40px; } .pt-50 { padding-top: 50px; } .pt-100 { padding-top: 100px; }
/* Padding-bottom */
.pb-0  { padding-bottom: 0; } .pb-10 { padding-bottom: 10px; } .pb-20 { padding-bottom: 20px; } .pb-30 { padding-bottom: 30px; } .pb-40 { padding-bottom: 40px; } .pb-50 { padding-bottom: 50px; } .pb-100 { padding-bottom: 100px; }


.shadow {
    -webkit-filter: drop-shadow( 0 7px 7px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow( 0 7px 7px rgba(0, 0, 0, 0.4));
    filter: drop-shadow( 0 7px 7px rgba(0, 0, 0, 0.4));
}
.hide {display: none !important;}
.align-center {text-align: center !important;}
.green {color: #67823a;}
.red {color: #9b301c;}
.brown {color: #493627;}
.blue {color: #122454;}
.italic {font-style: italic;}
/******************************************
/*Header
/******************************************/
header {
    margin-bottom: 1em;
}
/* Logo */

header #header-left {
    position: relative;
}

header #header-left #logo {
    position: absolute;
    /*top: -50px;*/

    z-index: 10;
}
/* Store Finder */

header #find-store {
    position: relative;
    text-align: right;
    margin-top: 14px;
}

header #find-store a {
    margin-left: 15px;
    display: inline-block;
    /*display: none;  Temporarily hidden. Remove this rule once Store Finder is built */

    background: rgba(244, 234, 217, 0.75);
    //margin-top: 14px;
    padding: 5px 20px 5px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #4e3c2a;
    box-shadow: 0 5px 10px rgba(78, 60, 42, 0.3);
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border: 1px solid #f6e7c9;
    letter-spacing: 1px;
    font-variant: small-caps;
}

header #find-store a:hover {
    background-color: rgba(255, 255, 243, 0.5);
    color: #9b301c;
    text-decoration: none;
}
/* Search Form */

.search-form {
    padding: 1em 0;
}

#search-form .form-group {
    float: right;
    width: 90%;
}

.search-form form {
    margin: 0;
    padding: 0;
}

.navbar-form.navbar-right:last-child {
    margin-right: 0;
    width: 100%;
}

#search-form form input {
    border: 2px solid transparent;
    box-shadow: none !important;
}

#search-form form input:focus {
    border: 2px solid #a03021;
    box-shadow: none;
}
/* Tagline */

header #tagline {
    padding-bottom: 1em;
    margin: 0;
}
/*NavBar*/

.navbar .row {
    margin: 1.5em 0 0 0;
}

.navbar .container {
    padding-left: 0;
}

.navbar-header .navbar-brand {
    padding: 0;
}

.navbar-collapse {
    padding: 0;
    position: relative;
    max-height: none !important;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-form {
    margin-top: 0;
}

header ul#main-menu {
    float: right;
    width: 100%;
    margin: 0;
    padding-right: 30px;
}

.navbar-nav > li > a {
    color: #4a3826;
    font-size: 20px;
    text-transform: uppercase;
    border-left: 1px solid #4a3826;
    padding: 5px 10px;
    opacity: 0.9;
}

#menu-main li:first-child a {
    border-left: none;
}

#menu-main li a:focus,
#menu-main li a:hover,
#menu-main li a:active {
    color: #9b301c;
    background-color: rgba(255, 255, 243, 0.5);
}

.navbar #menu-main li .active a,
.navbar-default .navbar-nav > .active > a {
    background-color: transparent !important;
    color: #5e6436 !important;
}
/* Sub-Navigation */

#menu-main li .dropdown-menu {
    padding: 0;
    background-color: #f4ead9;
    display: block !important;
    opacity: 0;
    max-height: 0;
    width: 100%;
    min-width: 130px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out, opacity 0.2s ease;
    -o-transition: max-height 0.2s ease-in-out, opacity 0.2s ease;
    transition: max-height 0.2s ease-in-out, opacity 0.2s ease;
}

#menu-main li.hover .dropdown-menu {
    opacity: 0.9;
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out, opacity 0.2s ease;
    -o-transition: max-height 1s ease-in-out, opacity 0.2s ease;
    transition: max-height 1s ease-in-out, opacity 0.2s ease;
}

#menu-main li .dropdown-menu li.hover {
    background-color: rgba(255, 255, 243, 0.5);
}

#menu-main .caret {
    margin-left: 10px;
    margin-bottom: 5px;
}
/* Mobile Menu */

.navbar-header {
    text-align: center;
    background-color: #5f6537;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.navbar-header h3 {
    display: none;
    text-transform: uppercase;
    margin: 0;
    color: #f3e8d5;
    font-size: 1.6em;
}

.navbar-toggle {
    float: none;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle .icon-bar {
    background-color: #f3e8d5;
}

.navbar-nav {
    margin: 0;
    float: right;
}
/******************************************
/* Sidebar
/******************************************/

#croccantini-cta {
    position: relative;
    top: -5px;
    background: rgb(247, 237, 207);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZWRjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWQ4OTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(247, 237, 207, 1) 0%, rgba(238, 216, 151, 1) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 237, 207, 1)), color-stop(100%, rgba(238, 216, 151, 1)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(247, 237, 207, 1) 0%, rgba(238, 216, 151, 1) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(247, 237, 207, 1) 0%, rgba(238, 216, 151, 1) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(247, 237, 207, 1) 0%, rgba(238, 216, 151, 1) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgba(247, 237, 207, 1) 0%, rgba(238, 216, 151, 1) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7edcf', endColorstr='#eed897', GradientType=0);
    /* IE6-8 */

    border-radius: 0 0 48% 48%;
    -webkit-border-radius: 0 0 48% 48%;
    -moz-border-radius: 0 0 48% 48%;
    -ms-border-radius: 0 0 48% 48%;
    -o-border-radius: 0 0 48% 48%;
    border: 5px #FFF solid;
    text-align: center;
}

#croccantini-cta .cta-inner {
    padding: 20px 0;
}

#croccantini-cta img {
    margin-bottom: 10px;
}

.croc-text-wrapper {
    width: 80%;
    margin: 0 auto;
}

#croccantini-cta p,
#croccantini-cta a {
    color: #493627;
    margin: 5px auto;
}

#croccantini-cta p {
    text-align: center;
    font-size: 16px;
}

#croccantini-cta a {
    font-size: 19px;
    text-align: center;
}
/******************************************
/* Slider w/ CTA Page Template
/******************************************/
/*Homepage*/

#featured-image,
#cta-wrapper {
    float: left;
    border-width: 5px;
    border-color: #fff;
    border-style: solid;
    max-height: 640px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cta-wrapper {
    position: relative;
    border-left: 0;
    background: #FFF;
}
/*Slider*/

#main .flexslider {
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* slideshow styles */
.flexslider {
    position: relative;
    overflow: hidden;
}

.flexslider .slides{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.flexslider .slides > li {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.flexslider .slides > li img{
    width: 100%;
    height: auto;
}

.flexslider .slides > li.active {
    z-index: 2;
}

.flexslider.not-enough-slides a.flex-prev,
.flexslider.not-enough-slides a.flex-next {
    visibility: hidden;
}

.flexslider .flex-prev,
.flexslider .flex-next {
    background: transparent url(images/bg_direction_nav.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    height: 67px;
    width: 48px;
    opacity: 0.6;
    cursor: pointer;
    text-indent: -9999px;
    text-align: left;
    direction: ltr;
    overflow: hidden;
    z-index: 999;
    margin: 0 !important;
    -webkit-transform: translate(-60px, -50%);
    -ms-transform: translate(-60px, -50%);
    transform: translate(-60px, -50%);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.flexslider .flex-next {
    background: transparent url(images/bg_direction_nav.png) no-repeat;
    left: auto;
    right: 0;
    -webkit-transform: translate(60px, -50%);
    -ms-transform: translate(60px, -50%);
    transform: translate(60px, -50%);
}

.flexslider:hover .flex-prev,
.flexslider:hover .flex-next{
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.flexslider .caption-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.flex-control-nav{
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 76px;
    left: 0;
    right: 0;
}

.flex-control-nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.flex-control-nav ul li{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 0 6px 6px 6px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.8;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    -webkit-transition: background 0.3s, opacity 0.3s;
    transition: background 0.3s, opacity 0.3s;
}

.flex-control-nav ul li.active{
    background: #fff;
}

.flex-control-nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: background 0.3s, opacity 0.3s;
    transition: background 0.3s, opacity 0.3s;
}

#main .metaslider .caption-wrap {
    background: rgba(139, 103, 78, 0.9);
    opacity: 0.9;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 1.4em;
}

#main .metaslider .caption {
    color: #4a3826;
    font-size: 42px;
    padding: 20px;
}

/*Slider Navigation*/

#main .metaslider .flex-control-nav {
    bottom: 70px;
    z-index: 999;
}

#main .metaslider .flex-direction-nav a {
    width: 47.5px;
    height: 68px;
    margin: -34px 0 0;
}

#main .metaslider .flex-control-paging li a {
    background: transparent;
    border: 2px solid #FFF;
    opacity: .8;
}

#main .metaslider .flex-control-paging li a.flex-active {
    background: #FFF;
}

.metaslider .flex-direction-nav a {
    background: transparent url(images/bg_direction_nav.png) no-repeat 0 0;
}

.metaslider .flexslider .flex-next,
.metaslider .flexslider:hover .flex-next {
    background-position: -47.5px 0;
    right: 10px;
}

.metaslider .flexslider:hover .flex-prev {
    left: 10px;
}
/* Content Section */

#content-text {
    padding: 10px 20px 0 0;
}

#content-text p {
    //text-align: justify;
}
/******************************************
/* Individual Product Page Template
/******************************************/

.page-template-template-individual-product-php #cta-wrapper {
    padding: 6px 0;
}

.sidebar-links {
    position: absolute;
    width: 100%;
    bottom: 10px;
    right: 0;
    text-align: center;
}
.sidebar-links > * {
	margin: 0;
}

.sidebar-links ul#sidebar-nav {
    padding-left: 0;
    margin-bottom: 0;
    margin: 0;
}

.sidebar-links ul#sidebar-nav li {
    float: left;
    display: inline-block;
    list-style: none;
    list-style-type: none;
    padding: 0 10px;
    font-size: 13px;
}

.sidebar-links ul#sidebar-nav li.nutritional-info {
    text-align: center;
}

.sidebar-links ul#sidebar-nav li a {
    color: #5f6537;
    text-transform: uppercase;
}

.sidebar-links .other-sizes p {
    text-transform: uppercase;
    font-size: 13px;
    margin: 5px 0;
}
/* Modals */

.modal-body {
    text-align: center;
}

.modal-body ul#label-icons {
    float: left;
    width: 100%;
    padding: 1em 0;
}

.modal-body ul#label-icons li {
    float: left;
    display: inline-block;
    list-style: none;
    list-style-type: none;
    margin-right: 5px;
}
/******************************************
/* Carousel Page Template
/******************************************/
/*Carousel Slider*/

.swiper-slide img {
    width: 100%;
    max-width: 100%;
}

.swiper-slide a {
    display: block;
}

.carousel .left,
.carousel .right {
    background: transparent url(images/bg_direction_nav.png) no-repeat left 10px center;
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 47.5px;
    opacity: 0.6;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.carousel .right {
    background: transparent url(images/bg_direction_nav.png) no-repeat right 10px center;
    left: auto;
    right: 0;
}

.swiper-container {
    border-width: 5px;
    border-color: #fff;
    border-style: solid;
}

.swiper-container .swiper-wrapper {
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    border-right: 5px solid #FFF;
}

.carousel-overlay {
    position: absolute;
    bottom: 0;
    padding: 0 15px 0;
    z-index: 9999999;
    width: 100%;
    opacity: 0.9;
    pointer-events: none;
}

.carousel-overlay.classic {
    background-color: #5e6436;
}

.carousel-overlay.inspired {
    background-color: #122454;
}

.carousel-overlay.seasonal {
    background-color: #493627;
}

.carousel-overlay.sweet {
    background-color: #a03021;
}

body.page-template-template-carousel-recipe-php .carousel-overlay {
    padding-bottom: 25px;
    bottom: -25px;
}

.carousel-overlay h2 {
    margin: 0;
    padding: 0;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

body.page-template-template-carousel-cta-page-php .carousel-overlay {
    bottom: -5px;
}

.swiper-slide:hover .carousel-overlay p {
    max-height: 600px;
    padding-bottom: 20px;
}

.carousel-overlay h2 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.carousel-overlay h3 {
    font-size: 19px;
    color: #fff;
}

.carousel-overlay p {
    color: #FFF;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-bottom: 20px;
}

.recipe-slide {
    position: relative;
    width: 25%;
    height: 590px;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.recipe-slide:last-child {
    border: none;
}

.recipe-slide > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.recipe-slide > a img {
    min-height: 100%;
    max-height: 100%;
    width: auto;
    max-width: 1000px;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carousel-overlay {
    opacity: .75;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.recipe-slide:hover .carousel-overlay,
.recipe-slide.active .carousel-overlay {
    //height: 115px;
    opacity: 0.95;
}

.carousel-overlay a {}

.carousel-overlay a:hover {
    text-decoration: none;
}

.carousel-overlay h2 {
    padding-bottom: 0;
}

.carousel-overlay p {}

.carousel-rating {
    height: 0;
}

.carousel-rating .field_type-star_rating {
    display: table-cell;
}

.carousel-rating .field_type-star_rating ul {
    position: relative;
    top: -50px;
}

.field_type-star_rating i {
    color: yellow;
    opacity: 0.9;
    -webkit-webkit-text-stroke: 2px black;
    -moz-text-stroke: 2px black;
    -ms-text-stroke: 2px black;
    -o-text-stroke: 2px black;
    text-stroke: 2px black;
    text-shadow: 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000;
}
/******************************************
/* Trade Page
/******************************************/
.thumbnail-wrap img {
    width: 100%;
}
.variation-links a {
    display: inline-block;
    font-size: 18px;
    border-right: 1px solid #bbb;
}
.variation-links a:last-of-type {
    border-right: 0;
}
.resource-cta .cta-inner {
    background: #9b301c;
    border-radius: 10px;
}
.resource-cta .cta-inner:hover {
    background: #892a19;
}
.resource-cta h2 {
    margin: 0;
}
.resource-cta a {
    padding: 1.5em 0;
    display: block;
    color: #FFF;
}
.resource-cta a:focus,
.resource-cta a:hover,
.resource-cta a:active {
    text-decoration: none;
}
.trade-asset {
    margin-bottom: 2em;
}

.trade-asset .asset-inner {
    float: left;
    width: 100%;
}

img.asset-thumbnail {
    float: left;
    width: 100%;
}

ul.asset-variations {
    float: left;
    margin-top: 10px;
    padding-left: 0;
    clear: both;
    width: 100%;
}

ul.asset-variations li {
    float: left;
    display: inline-block;
    list-style-type: none;
    list-style-type: none;
    padding: 0 10px;
    border-left: 1px solid #333;
}

ul.asset-variations li:first-of-type {
    padding-left: 0;
    border-left: none;
}

ul.asset-variations li a {
    float: left;
    display: block;
}
/******************************************
/* Career Page
/******************************************/

#job-board {
    background: rgba(255, 255, 255, 0.1);
}

#job-nav {
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
}

.job-nav-block {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.job-nav-block ul {
    list-style: none;
    padding: 0;
}

.job-loc-title {
    text-align: center;
}

.job-posting {
    padding: 1em;
    background: rgba(255, 255, 255, 0.4);
    margin-bottom: 1em;
}

.job-posting p,
.job-posting li {
    font-size: 16px;
}

h3.position-title a {
    text-decoration: none;
    cursor: default;
}

.job-footer p,
.job-app-desc {
    font-size: 16px;
    text-align: center;
}
/******************************************
/* Recipe Page
/******************************************/

.recipe.featured-content {
    width: 100%;
}

.recipe-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: inline-block;
    padding: 10px 40px;
    margin: 0 10%;
    background: linear-gradient(to bottom, #FBFFEC 0%, #f7edcf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */
    /* Only round the top corners */

    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.recipe-overlay > * {
    display: inline-block;
    vertical-align: middle;
}

.recipe-overlay .croc-image-wrapper {
    margin-right: 20px;
}

.recipe-overlay .croc-image-wrapper img {
    height: 40px;
}

.recipe-overlay .recipe-title {
    padding: 0;
    text-transform: capitalize;
    //font-variant: small-caps;
    font-weight: 700;
    color: #9B301C;
    letter-spacing: 3px;
}

.recipe#featured-image {
    width: 100%;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 632px;
    overflow: hidden;
}

.recipe#featured-image > img {
    top: 50%;
    left: 50%;
    position: absolute;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 1130px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

.recipe-print,
.recipe-save {
    display: block;
}

.recipe.row {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.recipe.row > div {
    margin: 0;
    display: inline-block;
    flex: 1;
}

.recipe.row .instructions {
    flex: 2;
    border-left: 1px solid #4a3826;
    padding-left: 10px;
}

.recipe.row .instructions li,
#content-text .recipe.row .ingredients * {
    font-size: 16px;
}

.recipe.content .field_type-star_rating {
    float: right;
    padding-left: 25px;
}

/******************************************
/* Press/Trade Page Template
/******************************************/
.trade-press-container {
    margin-top: 100px;
    overflow: auto;
    margin-bottom: 50px;
}
.press-trade-item {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.trade-item:last-child {
    border-bottom: 0;
}
.press-item:last-of-type,
.trade-item:last-of-type {
    border-bottom: none;
}
.trade-press-container .info h3 {
    color: #9b301c;
}
.protected-post-form .btn-primary {
    color: white;
    background-color: #9b301c;
    border-color: #ccc;
    margin-left:10px;
}

/******************************************
/* Recipe Archive
/******************************************/
.archive-image {
    position: relative;
    height: 150px;
    width: 150px;
    overflow: hidden;
    padding: 0;
    margin: 10px;
}
.archive-image img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 200px;
}
.archive-content > div {
    width: 100%;
    display: block;
    padding-bottom: 0;
    min-height: 35px;
    position: relative;
    bottom: 5px;
}
.search-results .desktop-content > .row::after{
    content: '';
    display: block;
    clear: both;
    height: 1px;
    margin: 0 15px;
    background: #9b301c;
}
.search-results .desktop-content .archive-image{
    float: left;
    margin-bottom: 25px;
}
.search-results .desktop-content .archive-content{
    float: none;
    overflow: hidden;
    width: auto;
}
.search-results .desktop-content .row:last-child::after{
    background: none;
}
.archive-content > h3 {
    display: inline-block;
}
.archive-content .field_type-star_rating {
    top: -11px;
}
.archive-content .field_type-star_rating ul {
    margin: 0;
}
.archive-pagination {
    text-align: right;
}
.archive-category {
    font-size: 24px;
    font-variant: small-caps;
    letter-spacing: 2px;
    display: inline-block;
    float: right;
}
#recipe-list .list {
    list-style: none;
    padding: 0;
}
.pagination {
    float: right;
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}
/******************************************
/* Search
/******************************************/

.search-results #content {
    margin-top: 75px;
}
/******************************************
/* Footer
/******************************************/

footer {
    margin-top: 30px;
}

footer p {
    font-size: 17px;
}

footer .footer-links {
    float: none;
}

footer .footer-links li a {
    color: #4a3826;
    text-transform: uppercase;
}

footer .footer-links .menu {
    padding-left: 0;
}

footer .footer-links .menu li {
    border-left: 1px solid #4a3826;
    padding-left: 13px;
    font-size: 17px;
    margin-left: 13px;
}

footer .footer-links ul.menu-footer-link {
    padding-left: 0;
}

footer .footer-links .menu li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

footer .footer-links ul {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

footer nav {
    margin-top: 20px;
}

footer #social .textwidget {
    float: right;
}

footer #social h4 {
    float: left;
    margin-top: 0;
    text-align: right;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
}

footer #social p {
    float: left;
}

footer ul#social-icons {
    display: inline-block;
    float: left;
    padding-left: 0;
}

footer ul#social-icons li {
    display: inline-block;
    float: left;
    list-style: none;
    list-style-type: none;
}

footer #social a img:hover {
    opacity: .9;
}

footer #copyright p {
    font-size: 14px;
}

footer #copyright .clocktower {
    text-align: right;
}

footer #copyright .clocktower a {
    color: #4a3826;
}
/******************************************
/* Responsive
/******************************************/

@media all and (max-width: 1600px) and (min-width: 1200px) {
    body {
        zoom: 0.9;
        -moz-transform: scale(0.9);
        -moz-transform-origin: 50% 0;
        -ms-transform: scale(0.9);
        -ms-transform-origin: 50% 0;
    }
    body #wpadminbar{
        top: -34px;
        -webkit-transform: scale(1.11);
        transform: scale(1.11);
    }
    header #header-left {
        height: 141px;
    }
    header #find-store {
        height: 61px;
    }
}

@media all and (max-width: 1200px) and (min-width: 992px) {
    .navbar-nav > li > a {
        font-size: 18px;
        padding: 5px 5px;
    }
}

@media all and (max-width: 1200px) {
    .margin-top {
        margin-top: 2em;
    }
}

@media all and (min-width: 980px) {
    #inner-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 991px) {
    /* Header */

    header {
        margin-bottom: 1em;
    }
    header #header-left {
        text-align: center;
    }
    header #header-left #logo {
        position: static;
    }
    header #header-right {
        padding-top: 0;
    }
    header .header-top-right {
        margin: 1em 0;
    }
    header #find-store {
        position: relative;
        text-align: center;
    }
    .search-form {
        padding: 0;
        margin: 0;
    }
    #search-form .form-group {
        float: left;
        width: 100%;
    }
    header #find-store a {
        padding: 5px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin: 0;
    }
    .navbar-nav {
        margin: 0 auto;
        float: left;
        width: 100%;
        padding: 0 2%;
    }
    header #tagline {
        padding: 1em 0;
    }
    .navbar-form.navbar-right:last-child {
        ;
        float: left !important;
        width: 100%;
        max-width: 100%;
    }
    .navbar-form .form-group {
        width: 100%;
    }
    /* Content */

    .margin-top {
        margin-top: 0;
    }
    .main-content #content-text,
    .main-content #content-text h1 {
        padding-top: 10px;
    }
    .featured-content .featured-content .left-side,
    .featured-content .right-side,
    #content-text,
    #croccantini-cta {
        width: 100%;
    }
    .featured-content .right-side {
        display: none;
    }
    #cta-wrapper .featured-content .right-side .image-wrapper {
        text-align: center;
    }
    #content-text {
        padding: 1em 0;
    }
    #croccantini-cta {
        border-top: 5px #FFF solid;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    #croccantini-cta .cta-inner {
        padding: 0;
        margin: 0;
    }
    #croccantini-cta .croc-image-wrapper,
    #croccantini-cta .croc-text-wrapper {
        float: left;
        width: 100%;
        padding: 1em;
    }
    #croccantini-cta .croc-image-wrapper img {
        margin-bottom: 0;
        padding: 1em 0;
    }
    #croccantini-cta p,
    #croccantini-cta a {
        width: 100%;
        text-align: center;
        padding: 0 5px;
    }
    .page-template-template-individual-product-php #cta-wrapper {
        display: block;
        padding: 3px 0;
        border-left: 5px solid #FFF;
    }
    .page-template-template-individual-product-php #cta-wrapper .image-wrapper {
        text-align: center;
    }
    .sidebar-links {
        right: auto;
        left: auto;
    }
    .sidebar-links ul#sidebar-nav {
        margin-left: 0;
        margin-right: 0;
    }
    .sidebar-links ul#sidebar-nav li {
        float: left;
        width: 50%;
    }
    #featured-image.left-side{
        width: 100%;
    }
    /* Receipe Carousel overlays */

    body.page-template-template-carousel-recipe-php .carousel-overlay {
        height: auto;
    }
    /*.carousel-overlay p {
        max-height: 100%;
        overflow: auto;
    }*/
    /* Footer */

    footer p {
        margin-bottom: 0;
    }
    footer .clocktower {
        text-align: left;
    }
    footer #social {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    footer #social .textwidget {
        float: none;
        width: 65%;
        margin: 0 auto;
    }
    footer #social .textwidget h4 {
        text-align: center;
        float: left;
        padding: 10px 0;
        margin-bottom: 0;
    }
    footer #social .textwidget br {
        display: none;
    }
    footer #copyright {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 767px) {
    /* General */

    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 21px;
    }
    p,
    li,
    address {
        font-size: 16px;
        line-height: 1.4;
    }
    /* Header */

    header #find-store a {
        /*margin-bottom: 1em;*/

        margin: 0;
    }
    /* Mobile Nav */

    .navbar-nav > li > a {
        border-left: none;
        padding: 10px;
        color: #f3e8d5;
    }
    #menu-main li a:hover {
        background-color: #484d2a;
        color: #f3e8d5;
    }
    #menu-main li:last-of-type a:hover {
        border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        -o-border-radius: 0 0 8px 8px;
    }
    .navbar-nav {
        width: 100%;
        background-color: #5f6537;
        padding: 0;
        border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        -o-border-radius: 0 0 8px 8px;
    }
    .navbar-header {
        height: 50px;
        line-height: 50px;
    }
    .navbar-header h3 {
        float: none;
        line-height: 50px;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
    }
    .navbar-toggle {
        float: none;
        margin: 0;
        vertical-align: middle;
    }
    a#search-menu {
        position: static;
        right: 0;
        float: left;
        width: 100%;
        padding-left: 10px;
    }
    #menu-main li .dropdown-menu{
        position: relative;
    }
    .navbar-collapse{
        overflow: hidden;
        display: block !important;
        -webkit-transform: translate(0, -7px);
        -ms-transform: translate(0, -7px);
        transform: translate(0, -7px);
    }
    .navbar-collapse.collapse{
        height: 0;
    }
    /* Content */

    #croccantini-cta .croc-image-wrapper,
    #croccantini-cta .croc-text-wrapper {
        width: 100%;
        padding: .4em;
    }
    #main .metaslider .caption {
        font-size: 30px;
        padding: 15px;
        line-height: 1.1em;
    }
    #main .metaslider .flex-control-nav{
        display: none;
    }
    /* Footer */

    footer nav,
    footer .footer-links {
        float: left;
        margin-top: 0;
    }
    footer #social .textwidget {
        float: left;
        width: 100%;
        text-align: center;
    }
    footer #social .textwidget h4 {
        float: none;
        margin: 0;
    }
    footer ul#social-icons {
        float: none;
    }
    footer ul#social-icons li a {
        display: block
    }
    footer .footer-links .menu {
        float: left;
        width: 100%;
        text-align: center;
    }
    footer .footer-links .menu li {
        border-left: none;
        display: inline-block;
        padding: 0;
        float: left;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    footer .footer-links .menu li a {
        display: inline-block;
        padding: 5px 10px;
        margin: 0;
    }

    .press-trade-item span.image{
        width:100%;
        padding:0 30px;
    }

    #tradeHolder .info{
        width:100%;
        padding:0 30px;
    }
    .search-results .desktop-content .archive-image{
        display: none;
    }
}

@media all and (max-width: 480px) {
    #main .metaslider .caption {{
        font-size: 20px;
    }
    .trade-asset {
        width: 100%;
    }
    .swiper-container,
    .swiper-slide,
    .swiper-container .swiper-wrapper {
        max-height: 400px;
    }
}
/******************************************
/* Print Styles
/******************************************/
.print-only {
    display: none;
}
@media print {
    .print-only {
        display: block;
    }
}
/******************************************
/* Browser-specific
/******************************************/
/* IE9, IE10 */

@media screen and (min-width: 0\0) {
    body {
        zoom: 0;
    }
    .left-side {
        width: 69.72%;
    }
    .right-side {
        width: 30.28%;
    }
    #croccantini-cta {
        top: -6px;
    }
    .page-template-template-carousel-cta-page-php #croccantini-cta {
        top: -13px;
    }
}
