/*
Theme Name: Chimera Framework
Theme URI: http://www.navigatormm.com/chimera
Description: The Chimera framework, a starter Wordpress theme for designers.
Tags:  two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, theme-options, translation-ready, accessibility-ready
Author: Chiristopher Saterthwaite
Author URI: http://www.navigatormm.com
Version: 1.7

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.modal-dialog {
  width: 60%;
  height: 60%;
  padding: 20%;
}

.modal-content {
  height: 100%;
  border-radius: 0;
  padding:0;
}

/* ==========================================================================
   $Responsive Styles
   ========================================================================== */
/* Make images responsive */
img {
	box-sizing: border-box;
 	max-width:100% !important;
    height:auto;
}

/*  Typography
    ========================================================================== */

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

@import url(http://fonts.googleapis.com/css?family=Oswald);

/*Prevent text size adjustment on orientation change.*/
html {
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased; /*-webkit font smoothing */
    -webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
    line-height: 1.5em;
}

a {
    outline: 0;
    color: #a9a9a9;
}

a:hover, a:focus {
    color: #B8C521;
    text-decoration: none;
}

a, a:active, a:focus {
    outline: 0;
}

/*  ==========================================================================
    Custom Bootstrap
    ========================================================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 0 15px 0;
    color: #323232;
    font-family: 'roadway', Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0,0,0,0.25);
}

h1, .h1 { font-size: 42px; margin: 0 0 30px 0; }
h2, .h2 { font-size: 21px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 25px; }
h5, .h5 { font-size: 22px; }
h6, .h6 { font-size: 20px; }

.btn {
    padding: 5px 10px;
    border: 0;
    box-shadow: 0 4px 0 rgba(0,0,0,0.25);
    font-family: 'roadway', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.home-menu-buttons .btn {
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.btn-primary::after,
.btn-secondary::after,
.btn-success::after,
.btn-warning::after,
.btn-danger::after,
.btn-info::after,
.btn-link::after,
.navigation-mobile a::after,
.home-location .nav-tabs>li>a::after {
    content: '\f0a9';
    font-family: 'FontAwesome';
    padding-left: 10px;
}

.btn-xs { font-size: 21px; }
.btn-sm { font-size: 24px; }
.btn-md { font-size: 27px; }
.btn-lg { font-size: 30px; }

.btn-primary {
    background-color: #ccdb29;
    color: #323232;
}

.btn-link {
    padding: 6px 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-color: #B8C521;
    color: #222;
}

.btn-link {
    box-shadow: none;
    color: #a9a9a9;
}

.btn-link:hover {
    color: #B8C521;
}

.btn-secondary {
    background-color: #323232;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #292929;
    color: #fff;
}

/*-- Input Groups --*/
.input-group {
    margin: 0 0 15px 0;
    padding: 10px 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 0 rgba(0,0,0,0.15);
    border: 1px solid #ccc;
}

.input-group-addon {
    padding: 5px;
    font-weight: bold;
}

.input-group-addon,
.input-group .form-control {
    border: 0;
    outline: 0;
    background: none;
    box-shadow: none;
}

.input-group img.wpcf7-form-control,
img.wpcf7-form-control {
    width: auto;
    max-width: none !important;
    max-height: 25px;
    padding: 0;
    display: inline-block;
    float: none;
    clear: none;
}

.form-control:focus {
    border-color: #B8C521;
    box-shadow: none;
}

/* ==========================================================================
   $Slide Show Styles
   ========================================================================== */
/* Fade Transiton */
.carousel {
    background:#000000;
}  /* The color of the fade */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Slide Indicators */
.carousel-indicators li { text-indent: -9999px; } /* hides the text that displays in the li's */

/*  ==========================================================================
    Header
    ========================================================================== */
.header {
    background: #fff;
    position: relative;
    z-index: 250;
    box-shadow: 0 5px 0px rgba(0,0,0,0.30);
}

.header.affix {
    width: 100%;
    position: fixed;
    top: 0;
}

/*-- if we're logged into the admin, modify the top to account for the admin bar --*/
.logged-in .header.affix {
    top: 32px;
}

@media (max-width: 600px) {
    .logged-in .header.affix {
        top: 0;
    }
}

.header-spacer.affix {
    width: 100%;
    height: 172px;
    position: relative;
}

.header .franchise-opportunities {
    margin: 10px 0;
    text-align: center;
}

.header .chop-club {
    margin: 10px;
    text-align: center;
}

.header .mobile.chop-club {
    margin: 10px 0;
}

/*  ==========================================================================
    Page Backgrounds
    ========================================================================== */
.home .content-container { display: none; }
.content-container { margin: 30px auto; }

div[role="main"] > figure {
    margin-bottom: 20px;
}

body.single-location {
    background-position: center;
    background-image: url(images/xs-map.jpg);
    box-shadow: 0 7px 0 rgba(0,0,0,0.15);
}

body.category,
body.archive,
body.single-post {
    background-position: center top;
    background-image: url(images/xs-newspaper.jpg);
    box-shadow: 0 7px 0 rgba(0,0,0,0.15);
}

body.tax-cl_menu_categories,
body.post-type-archive-cl_menu {
    background-position: center top;
    background-image: url(images/xs-board.jpg);
    box-shadow: 0 7px 0 rgba(0,0,0,0.15);
}

/*  ==========================================================================
    iFrame Pages
    ========================================================================== */
body.page-template-tp-iframe-php {
    background-color: #CCDB29;
}

.page-template-tp-iframe-php .iframe-page-title {
    display:none;
}

.page-template-tp-iframe-php iframe {
    border: 0;
}



/*  ==========================================================================
    Navigations
    ========================================================================== */

/*  Green Navigation
    ========================================================================== */

.navigation-green {
    background: #ccdb29;
    position: relative;
    z-index: 300;
    box-shadow: 0 5px 0 rgba(0,0,0,0.30);
}

.navigation-green ul {
    margin: 0;
    padding: 0;
    float: none;
}

.navigation-green li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);

    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
}

.home .navigation-green .nav .open>a,
.home .navigation-green .nav .open>a:hover,
.home .navigation-green .nav .open>a:focus,
.home .navigation-green li>a:hover,
.home .navigation-green li>a:focus {
    background: #B8C521;
}

.navigation-green li a {
    margin: 0;
    padding: 12px;
    display: block;
    color: #222;
    font-size: 20px;
    font-family: 'roadway', Arial, sans-serif;
    text-transform: uppercase;
}

.navigation-green .nav .dropdown-menu {
    width: 100%;
    background: #B8C521;
}

/*  Mobile
    ========================================================================== */

.navigation-mobile { display: none; }
.home .navigation-mobile { display: block; }

/*  Footer Mobile Nav
    ========================================================================== */

.mobile-footer-nav.affix,
.mobile-footer-nav-spacer {
    padding: 13px 0;
    height: 50px;
}

.mobile-footer-nav {
    width: 100%;
    height: 0;
    padding: 0;
    background: #222;
    position: fixed;
    z-index: 600;
    bottom: 0;
    color: #fff;

    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mobile-footer-nav a {
    padding: 0 10px;
    color: #fff;
}

/*  Main
    ========================================================================== */

.navigation-main {
    min-height: 0;
    margin: 0;
}

.navigation-main .nav {
    width: 100%;
    text-align: center;
}

.navigation-main .nav>li {
    display: inline-block;
    float: none;
}

.navigation-main .nav>li>a {
    padding: 5px 10px;
    font-size: 19px;
    font-family: 'roadway', Arial, sans-serif;
    text-transform: uppercase;
    color: #999;
}

.navigation-main .navbar-nav>li>.dropdown-menu {
    border: 0;
    border-radius: 0;
    background: #eee;
    box-shadow: none;
}

.navigation-main .dropdown-menu>li>a {
    padding: 10px;
}

.navigation-main .dropdown-menu>.active>a,
.navigation-main .dropdown-menu>.active>a:hover,
.navigation-main .dropdown-menu>.active>a:focus {
    background: #ccc;
}

/*  ==========================================================================
    Home Template
    ========================================================================== */
.section {
    position: relative;
    color: #111;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.section.inverse,
.section.inverse .section-title {
    color: #fff;
}

.section .section-title {
    margin: 25px 0 20px;
    font-size: 45px;
    text-align: center;
}

.widget-title {
    font-size: 22px;
}

.home-menu {
    background-image: url(images/xs-board.jpg);
    box-shadow: 0 15px 15px rgba(0,0,0,0.25);
    z-index: 200;
}

.home-location {
    background-image: url(images/xs-map.jpg);
    border-bottom: 16px solid #808080;
    box-shadow: 0 7px 0 rgba(0,0,0,0.15);
    z-index: 150;
}

.home-whats-new {
    background-image: url(images/xs-newspaper.jpg);
    border-bottom: 16px solid #808080;
    box-shadow: 0 7px 0 rgba(0,0,0,0.15);
    z-index: 100;
}

/*  Menu
    ========================================================================== */

.home-menu-image {
    margin: 0 0 15px 0;
}

.home-menu-black-wrapper {
    background: rgba(0,0,0,0.75);
    padding: 15px 0px;
}

.home-menu-description {
    font-size: 16px;
}

.home-menu-buttons {
    margin: 10px 0px 0px 10px;
}

.home-menu-buttons li {
    width: 100%;
}

.home-menu-buttons .btn {
    width: 100%;
    margin: 5px 0;
    padding: 12px;
    display: inline-block;
    font-size: 20px;
}

/*  Location
    ========================================================================== */

.home-location-map {
    border-bottom: 16px solid #ccdb29;
    box-shadow: 0 7px 0 rgba(0,0,0,0.15);
    background: #222;
}

.home-location-map iframe {
    width: 100%;
    max-width: 100%;
    height: 300px;
    float: left;
}

.home-location-map .map-holder .gmap {
    width: 100%;
    height: 300px;
    max-width: 100%;
    float: left;
}

.home-location .nav-tabs>li {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.home-location .nav-tabs>li>a {
    width: 100%;
    padding: 12px;
    border: 0;
    border-bottom: 2px solid #acb922;
    border-radius: 0;
    background: #ccdb29;
    color: #222;
    font-size: 20px;
    text-shadow: none;
    text-align: center;
}

.home-location .nav-tabs>li.active>a,
.home-location .nav-tabs>li.active>a:hover,
.home-location .nav-tabs>li.active>a:focus {
    color: #222;
    background: #B8C521;
    border: 0;
    border-bottom: 2px solid #acb922;
}

.home-location .nav-tabs>li:first-child>a {
    border-radius: 10px 10px 0 0;
}

.home-location .nav-tabs>li>a .fa {
    padding-left: 10px;
}

.home-location .tab-content {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 0 0 10px 10px;
}

.home-location .tab-pane {
    padding: 15px;
    overflow: hidden;
}

.home-location .location {
    margin: 15px 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.location-empty-text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0px;
}

.home-location .location .title {
    width: 100%;
    min-height: 30px;
    margin: 0 0 10px 0;
    font-size: 27px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.home-location .location .btn-link {
    color: #a9a9a9;
}

.home-location .location .number {
    display: none;
}

.home-location .location .phone {
    font-weight: normal;
}

.home-location .location .see-more {
    margin: 0 0 20px 0;
}

.home-location .location .phone a,
.single-location .phone a {
    color: #999;
}

.store-locator .map-holder .gmap{
    min-height: 250px;
}

.store-locator .map-holder .gmap img,
.store-locator .directions-holder .directions img{
    max-width: none !important;
    height: auto !important;
    background: none !important;
    border: 0 !important;
}

.store-locator .directions-holder .directions img{
    margin: 10px 20px 10px 20px !important;
    padding: 0 !important;
}

.store-locator .gmap img {
    max-width: none;
}

.store-locator .gmap .marker-popup .name {
    margin: 5px 0 10px;
    font-size: 25px;
    line-height: 25px;
}

.store-locator .gmap .marker-popup .popup-buttons {
    margin: 10px 0 0 0;
}

.store-locator .gmap .marker-popup .btn {
    margin: 5px 2px;
}

.store-locator .adp-directions {
    width: 100%;
}

.adp * {
    font-family: Arial, sans-serif !important;
}

.gmap-title {
    font-weight: bold;
    font-size: 14px;
}

.gmap-link {
    float: right;
}

/*  Whats New
    ========================================================================== */

.home-whats-new .post .post-image,
.home-whats-new .post .icon {
    display: none !important;
}

.home-whats-new .post .see-more {
    text-align: right;
    margin: 0;
}

.home-whats-new .row { margin: 0 -5px; }
.home-whats-new .col-xs-12 { padding: 0 5px; }

.home-whats-new .see-category {
    text-align: center;
}

.home-whats-new .see-category .btn {
    margin: 0 0 25px;
    color: #fff;
    text-decoration: none;
}

/*  Contact us
    ========================================================================== */

#home-contact-us {
    background: #A0B90B; /* Fallback */
    background: -moz-linear-gradient(top, #a0b90b 0%, #dbe652 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0b90b), color-stop(100%,#dbe652));
    background: -webkit-linear-gradient(top, #a0b90b 0%,#dbe652 100%);
    background: -o-linear-gradient(top, #a0b90b 0%,#dbe652 100%);
    background: -ms-linear-gradient(top, #a0b90b 0%,#dbe652 100%);
    background: linear-gradient(to bottom, #a0b90b 0%,#dbe652 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0b90b', endColorstr='#dbe652',GradientType=0 );
}

.home-contact-us {
    background: url(images/noise.png);
}

.home-contact-us .head-office {
    color: #222;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px dotted #222;
    padding-bottom: 5px;
    font-weight: bold;
}

.home-contact-us .head-office a {
    color: #222;
    text-decoration: underline;
}

.home-contact-us .description {
    color: #222;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.home-contact-us-form {
    margin: 30px 0;
}

.home-contact-us-form .input-group {
    margin: 0 0 30px 0;
}

.home-contact-us-form .contact-message .form-control {
    height: 292px;
}

.home-contact-us-form .contact-message .input-group-addon {
    vertical-align: top;
}

.home-contact-us-form input,
.home-contact-us-form textarea {
    border-radius: 5px !important;
}

.home-contact-us-form span.wpcf7-not-valid-tip {
    font-size: 11px;
    text-indent: -99999px;
}

.home-contact-us-form input.wpcf7-not-valid,
.home-contact-us-form textarea.wpcf7-not-valid {
    border: 1px dotted #f00;
}

div.wpcf7-response-output {
    padding: 10px;
    border: 0;
    border-radius: 5px;
    box-shadow: inset 0 0 7px #000;
    color: #fff;
}

div.wpcf7-validation-errors { background: #EE3C3C }
div.wpcf7-mail-sent-ok { background: #939C29; }

/*  ==========================================================================
    Catering Menu
    ========================================================================== */

.catering-menu h1, .catering-menu .h1,
.catering-menu h2, .catering-menu .h2,
.catering-menu h3, .catering-menu .h3,
.catering-menu h4, .catering-menu .h4,
.catering-menu h5, .catering-menu .h5,
.catering-menu h6, .catering-menu .h6 {
    padding: 10px;
    background: #B8C521 !important;
    color: #222 !important;
}

.row.catering-menu {
    margin: 0;
}

.catering-menu .col-xs-1, .catering-menu .col-sm-1, .catering-menu .col-md-1, .catering-menu .col-lg-1,
.catering-menu .col-xs-2, .catering-menu .col-sm-2, .catering-menu .col-md-2, .catering-menu .col-lg-2,
.catering-menu .col-xs-3, .catering-menu .col-sm-3, .catering-menu .col-md-3, .catering-menu .col-lg-3,
.catering-menu .col-xs-4, .catering-menu .col-sm-4, .catering-menu .col-md-4, .catering-menu .col-lg-4,
.catering-menu .col-xs-5, .catering-menu .col-sm-5, .catering-menu .col-md-5, .catering-menu .col-lg-5,
.catering-menu .col-xs-6, .catering-menu .col-sm-6, .catering-menu .col-md-6, .catering-menu .col-lg-6,
.catering-menu .col-xs-7, .catering-menu .col-sm-7, .catering-menu .col-md-7, .catering-menu .col-lg-7,
.catering-menu .col-xs-8, .catering-menu .col-sm-8, .catering-menu .col-md-8, .catering-menu .col-lg-8,
.catering-menu .col-xs-9, .catering-menu .col-sm-9, .catering-menu .col-md-9, .catering-menu .col-lg-9,
.catering-menu .col-xs-10, .catering-menu .col-sm-10, .catering-menu .col-md-10, .catering-menu .col-lg-10,
.catering-menu .col-xs-11, .catering-menu .col-sm-11, .catering-menu .col-md-11, .catering-menu .col-lg-11,
.catering-menu .col-xs-12, .catering-menu .col-sm-12, .catering-menu .col-md-12, .catering-menu .col-lg-12 {
    padding: 0;
}

/*  ==========================================================================
    Location Page
    ========================================================================== */

.location-image {
    margin-bottom: 15px;
}

.section-wrapper {
    margin: 0 0 30px 0;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

.section-wrapper .section-heading .fa {
    color: #ccdb29;
    text-shadow: none;
}

.directions-form {
    margin-top: 15px;
}

.directions-form .btn-get-directions {
    width: 100%;
}

/*  ==========================================================================
    Order Online
    ========================================================================== */
.page-template-tp-order-online .content-container {
    width: 100%;
    margin: 0;
}

.page-template-tp-order-online .home-location {
    height: 100vh;
}


.page-template-tp-order-online .tab-content {
    border-radius: 10px !important;
}

.page-template-tp-order-online .instructions {
    padding: 15px;
    text-align: center;
}

.page-template-tp-order-online .search {
    padding: 0 15px 72px 15px;
}



.js-order-online .jsProvince,
.js-order-online .jsCity {
    margin: 8px 0 8px 0;
    padding: 10px 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 0 rgba(0,0,0,0.15);
    border: 1px solid #ccc;
    width: 100%;
    height: 48px;
    float: left;
}

.page-template-tp-order-online .btn-secondary{
    margin: 8px 0 8px 0;;
    width: 100%;
    height: 48px;
    float: left;
}

.page-template-tp-order-online .home-location .location {
    position: relative;
    padding: 0 0 15px 0;
    height: 220px;
}

.page-template-tp-order-online  .home-location .location .title {
    margin: 0 0 15px 0;
}

.page-template-tp-order-online .home-location .location .phone {
    margin: 5px 0;
}

.page-template-tp-order-online .home-location .location .number {
    display: none;
}

.page-template-tp-order-online .home-location .location .order-online {
    position: absolute;
    bottom: 15px;
    left: 0;
}

/*  ==========================================================================
    Menu Page
    ========================================================================== */
.cl-menu-categories {
    margin: 0 0 30px !important;
}

.cl-menu-item-container .no-results {
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 5px #000;
}

.cl-menu-category-content {
    margin: 0 0 15px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.75);
    color: #fff;
}

.cl-menu-category-content .content-text {
    padding: 15px 0 0;
}

.cl-menu-category-content h1 {
    margin: 0;
    color: #fff;
}

.cl-menu-category-content .table {
    margin: 0;
}

.cl-menu-item {
    margin: 0 0 15px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.90);
}

.cl-menu-item .title {
    margin: 10px 0;
}

/* ==========================================================================
   $Wordpress Styles
   ========================================================================== */
img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
	margin-bottom: 15px;
}

.alignleft {
	margin-right: 30px;
	float: left;
}

.alignright {
	float: right;
	margin-left: 30px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

.wp-caption-text {
	margin: 6px 0;
	font-style: italic;
	line-height: 16px;
}

/* ==========================================================================
   $Wordpress Gallery Styles
   ========================================================================== */
.gallery {
    padding:0 0 0 0;
    margin:0 0 0 0;
}

.gallery li {
    list-style:none;
    margin-bottom:10px;
}

.gallery li img {
    cursor: pointer;
}

.gallery-caption { display:none; }

/* Gallery Modal Styles */
.modal-header {
	border-bottom: none;
	min-height: 20px;
	padding: 0 5px 0 5px;
}

.modal-body {
    padding:5px !important;
}

.modal-content {
    border-radius:0;
}

.modal-dialog img {
    text-align:center;
    margin:0 auto;
}

.modal-dialog p {
	margin-top: 10px;
	text-align: center;
}

.modal-dialog .controls-wrapper {
	padding-bottom: 8px;
	text-align: left;
	border-top: none;
}

.modal-dialog .controls{
	width:50px;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.modal-dialog .next {
	float:right;
	text-align:right;
}

/* ==========================================================================
   $WidgetStyles
   ========================================================================== */
/* Base Styles */
.widget {
	hyphens:         auto;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	margin: 0 0 18px;
	word-wrap: break-word;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.widget:last-child {
    margin: 0;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li > a {
    padding: 5px;
}

.widget li { padding: 5px 0; }

.widget .children li:last-child { padding-bottom: 0; }

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/* RSS Feed Widget */

.widget_rss .rss-date { display: block; }

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calander Widget */
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#wp-calendar thead { font-size: 10px; }

#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}

#wp-calendar tbody { color: #aaa; }

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding:8px;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* Reccent Comments Widget */
.widget .recentcomments {
	font-size: 13px;
}

.widget .recentcomments a{
	font-weight:bold;
}

/* Reccent Posts Widget */
.widget .recentposts {
	margin-bottom: 10px;
}

.widget .recentposts .date {
	color: #a2a2a2;
}

/* Search Widget */
.widget_search .search-submit {
    display:none;
}
.widget_search label {
    display: block;
}

/* ==========================================================================
   $Youtube Gallery Styles
   ========================================================================== */
.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.youtube-play-list {
    background-color: #222;
}

.youtube-info {
    padding: 15px;
    border-bottom: 1px solid #333333;
    color: #ffffff;
}

.youtube-info h2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #fff;
    font-size: 18px;
}

.youtube-info a {
    color: #cacaca;
    font-size: 12px;
}

.youtube-play-list-wrapper {
    height: 388px;
    overflow: auto;
}

.youtube-thumbnails{
    margin: 0 0 0 0;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #333333;
    overflow: hidden;
}

.youtube-thumnails p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #cacaca;
    font-size: 14px;
    font-weight: bold;
}

/* ==========================================================================
   $Instagram Feed Styles
   ========================================================================== */
.instagram-feed {
    padding:0 0 0 0;
    margin:0 0 0 0;
}

.instagram-feed li {
  list-style:none;
  padding: 2px 2px;
}

.instagram-feed .thumbnail {
	margin-bottom: 0;
}

/* ==========================================================================
   $flickr Feed Styles
   ========================================================================== */
.flickr-feed {
  padding:0 0 0 0;
  margin:0 0 0 0;
}

.flickr-feed li {
  list-style:none;
  padding: 2px 2px;
}

.flickr-feed .thumbnail {
	margin-bottom: 0;
}

/* ==========================================================================
   $Twitter Feed Styles
   ========================================================================== */
.widget .twitter-feed  li { padding: 5px 8px; }

.twitter-feed .avatar {
	width: 48px;
	height: 48px;
	border-radius: 5px;
	-moz-force-broken-image-icon: 1;
	float: left;
	margin: 3px 15px 15px 0;
}

.twitter-feed .tweet-header {
	color: #999;
	text-decoration: none;
}

.twitter-feed  .fullname {
	font-weight: bold;
	color: #292f33;
}

.twitter-feed .content { margin-left: 60px;}

.twitter-feed .time {
	font-size: 13px;
	color: #8899a6;
}

.twitter-feed .text {
	white-space: pre-wrap;
}
.twitter-feed .intent li {
	font-size: 12px;
	padding: 10px 2px;
}

/* ==========================================================================
   $Facebook Feed Styles
   ========================================================================== */
.widget .facebook-feed  li { padding: 5px 8px; }

.facebook-feed .avatar {
	width: 48px;
	height: 48px;
	border-radius: 5px;
	-moz-force-broken-image-icon: 1;
	float: left;
	margin: 3px 15px 15px 0;
}

.facebook-feed .content { margin-left: 60px; }

.facebook-feed  .fullname {
	color: #222222;
}

.facebook-feed  .site-link {
	display: block;
	margin: 18px 0;
}

.facebook-feed .attachment {
	background:#f7f7f7;
	border: #e3e3e3 1px solid;
	color: #808080;
	font-size: 11px;
	margin: 18px 0;
	padding: 10px;
}

.facebook-feed .attachment .title {
	color: #222222;
	display: block;
}

.facebook-feed .attachment .link {
	color: #808080;
	display: block;
}

.facebook-feed .time {
	font-size: 13px;
	color: #8899a6;
}

.fb_iframe_widget span { height: 66px !important; }
/* ==========================================================================
   $Google Plus Feed Styles
   ========================================================================== */
.widget .google-plus-feed li { padding: 5px 8px; }

.google-plus-feed .avatar {
	width: 48px;
	height: 48px;
	float: left;
	margin: 3px 15px 15px 0;
}

.google-plus-feed .content { margin-left: 60px; }

.google-plus-feed .fullname {
	color: #222222;
	display: block;
}

.google-plus-feed .time {
	font-size: 13px;
	color: #999999;
	display: block;
}

.google-plus-feed .attachment {
	border-top: #e3e3e3 1px solid;
	margin: 18px 0;
	padding: 10px;
}

.google-plus-feed .attachment .image {
	width: 120px;
	float: left;
	margin: 3px 15px 15px 0;
}

.google-plus-feed .attachment .content {
	margin-left: 10px;
}

.google-plus-feed .attachment .content .title{
	display: block;
	color: #404040;
	font-size: 16px;
}

.google-plus-feed .attachment .content .link {
	display: block;
	color: #999999;
	font-size: 12px;
}

/* ==========================================================================
   $Google Maps Styles
   ========================================================================== */
.google-maps {
	margin: 15px 15px;
}

.google-maps iframe {
	max-width: 100%;
}

/* ==========================================================================
   $Logo Styles
   ========================================================================== */
.logo {
    margin: 0 auto;
	padding: 10px 0;
    max-width: 227px;
}

.header .social-media {
    margin: 0 0 10px 0;
}

/* Logo text*/
.logo.text {
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

/* ==========================================================================
   $Social Media Bar Styles
   ========================================================================== */
.social-media {
    margin: 5px 0 15px;
	text-align: center;
}

.social-media li{
    margin: 0;
    padding: 0;
}

.social-media .btn {
    padding: 0;
	width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.list-inline .btn-social-media {
    margin: 1px;
    color: #fff;
    background-color: #CCDB29;
    border: 0;
    box-shadow: none;
    border-radius: 50%;
}

.btn-social-media {
    margin: 1px;
	color: #fff;
	background-color: #bec0c2;
    border: 0;
    box-shadow: none;
    border-radius: 50%;
}

.btn-social-media:hover,
.btn-social-media:focus {
	color: #fff;
	background-color: #000000;
}

.btn-social-media:active,
.btn-social-media.active {
	background-color: #000000;
	border-color: #222222;
}

/* ==========================================================================
   $Blog Styles
   ========================================================================== */
.post {
	margin: 15px 0;
	padding: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.single .post {
    margin: 0;
}

/* Remove bootstrap 15px padding since it is not need on the post */
.post figure,
.post-body {
    padding: 0;
}

.post .post-content {
    padding: 10px;
}

.post .author-name {
    margin: 0;
	font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.post .post-meta {
    display: none;
}

.single .post .post-meta {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.post .post-meta li {
    display: block;
}

.post .post-meta li,
.post .post-meta li a {
    margin: 0;
    padding: 3px 0;
    color: #999;
    font-size: 12px;
    font-style: italic;
}

.post .catagory-divider { padding-right: 5px; }
.post .catagory-divider:last-child { display: none; }

.post .post-tags { margin: 40px 0; }

.sticky {
    background: #ececec;
    border: 1px solid #e7e7e7;
    padding: 10px;
}

.comments-area {
    margin: 0 0 15px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.comment-respond {
    margin: 15px 0;
}

.comment-author img {
    width: 50px;
}

.comment-list .comment {
    margin-bottom: 15px;
}

.commentlist .bypostauthor {
	border-top: 10px solid #e18728;
}

.commentlist li ul.children li.bypostauthor {
	border-top: 10px solid #e18728;
}

.post .post-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    background: #222;
}

.post .post-image img {
    max-width: none !important;
    position: absolute;
    left: 50%;
    margin-left: -375px;
}

.post .icon,
.category .post .icon,
.category .post .post-small .icon,
.category .post .post-medium .icon {
    display: none;
}

.home .post .icon,
.category .post.has-post-thumbnail .icon,
.single .post.has-post-thumbnail .icon {
    display: block;
}

.post .icon {
    width: 50px;
    height: 50px;
    line-height: 45px;
    margin: -34px auto 0 auto;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #ccdb29;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    z-index: 200;
}

.post .entry-title,
.post .entry-title a {
    margin: 20px 0;
    font-size: 27px;
    color: #323232;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post .entry-title small,
.post .entry-title small a {
    color: #B4B4B4;
    font-size: 20px;
    line-height: 25px;
    text-shadow: none;
}

.post .entry-title small {
    display: block;
}

.post .entry-summary {
    font-size: 12px;
    text-align: center;
    color: #222;
}

.post .categories {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post .categories,
.post .categories a {
    color: #999;
}

.social-media-sharebar {}

.social-media-sharebar li {
    display: inline-block;
}

.social-media-sharebar li.share-pinterest {
    padding: 30px 0 0 ;
}

/* ==========================================================================
   $Author Styles
   ========================================================================== */
.author-info { margin: 20px 0 }

.author .author-info {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin: 0 0 60px 0;
}

.author-info h2 {
	margin: 0 0 18px 0;
	padding: 0 0 0 0;
}

/* ==========================================================================
   $Footer Styles
   ========================================================================== */
.footer {
    padding: 15px 0;
    border-top: 5px solid #222;
    background: #292929 url(images/noise.png);
}

.footer .social-media {
    margin: 10px 0 0;
}

.footer .social-media .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #111;
}

.footer .copyright a {
    color: #fff;
    font-size: 11px;
}

.footer .copyright {
	text-align: center;
}

.footer .credit {
	text-align: center;
    font-size: 10px;
    line-height: 10px;
    opacity: .5;
}

/*Franchise Styles*/
.other-amount,
input[name=investment-other] {
    display: none;
}

@media (min-width: 768px) {
/*  ==========================================================================
    Posts
    ========================================================================== */
    .post{
        margin: 30px 0;
    }

    .post .post-meta {
        display: block;
        margin: 10px 0 0;
        padding: 10px 0 0;
        border-top: 1px solid #eee;
    }

    .post .post-comments {
        float: right;
    }

    .other-amount {
        float: right;
    }

/*  ==========================================================================
    Page Backgrounds
    ========================================================================== */
    body.single-location {
        background-image: url(images/sm-map.jpg);
    }

    body.category,
    body.archive,
    body.single-post {
        background-image: url(images/sm-newspaper.jpg);
    }

    body.tax-cl_menu_categories,
    body.post-type-archive-cl_menu {
        background-image: url(images/sm-board.jpg);
    }

/*  ==========================================================================
    Home Page
    ========================================================================== */
    .home-menu { background-image: url(images/sm-board.jpg); }
    .home-location { background-image: url(images/sm-map.jpg); }
    .home-whats-new { background-image: url(images/sm-newspaper.jpg); }

    .home-whats-new .see-category {
        text-align: right;
    }

    .home-location .location {
        text-align: left;
    }

    .home-location .location .number {
        width: 25px;
        height: 25px;
        line-height: 23px;
        margin: 1px 5px 0 0;
        display: block;
        float: left;
        background: #ccdb29;
        box-shadow: 0 2px 2px #ccc;
        border-bottom: 1px solid #fff;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
    }

    .home-whats-new .post {
        margin: 0 0 30px 0;
    }

    .home-whats-new .post .post-image,
    .home-whats-new .post .icon {
        display: block !important;
    }

    .home-whats-new .post .see-more {
        margin: 0 0 15px;
    }

    .home-whats-new .post .entry-summary {
        height: 70px;
    }

    .home-menu-buttons li {
        width: auto;
    }

    .home-menu-buttons .btn {
        width: auto;
        padding: 8px;
        font-size: 30px;
    }

    /*-- Home Location --*/
    .home-location .location .btn-link {
        font-size: 13px;
    }

    /*-- Home Contact --*/
    .home-contact-us .head-office {
        border-bottom: none;
        border-right: 1px dotted #222;
        padding: 10px 30px 0px 0px;
        text-align: right;
    }

    .home-contact-us .description {
        text-align: left;
    }

/*  ==========================================================================
    Location Page
    ========================================================================== */
    .btn-get-directions {
        width: auto;
    }

/*  ==========================================================================
    Order Online Page
    ========================================================================== */
    .js-order-online .jsProvince,
    .js-order-online .jsCity {
        margin: 0 15px 0 0;
        width: 33%;
    }

    .js-order-online .btn-secondary {
        margin: 0 0 0 9px;
        width: 30%;
    }

/*  ==========================================================================
    Header
    ========================================================================== */
    .logo-wrapper {
        float:left;
        margin-left:15px;
    }

    .franchise-social-wrapper, .chop-club {
        float:right;
    }

    .franchise-social-wrapper {
        margin:5px 20px;
    }

    .header .social-media {
        text-align:center;
    }

    .header .chop-club {
        margin: 10px 15px;
    }

    .header.affix {
        top: 0;
    }

    .header-spacer.affix {
        height: 120px;
    }

    .carousel {
        margin-top: 0px;
    }

/* ==========================================================================
  	$Wordpress Gallery Styles
	========================================================================== */
	.gallery .thumbnail {
		min-height: 240px;
		max-height: 240px;
	}

	.gallery-caption {
		display:block;
		font-size: 12px;
		margin: 10px 0 0 0;
		text-align: center;
	}

  	.modal-dialog {
      padding-top: 90px;
  	}

 /* ==========================================================================
   $Google Maps Styles
   ========================================================================== */
	.google-maps {
		margin: 15px 0;
	}

/* ==========================================================================
   $Logo Styles
   ========================================================================== */
	.logo {
		text-align: left;
        margin: 5px 0 0 0;
	}

/* ==========================================================================
   $Navigation Styles
   ========================================================================== */
    .navigation-main {
        float:left;
        width:auto;
        margin: 0 0 10px;
    }

    .navigation-main .navbar-collapse {
        padding-left:0;
        margin-left: -10px;
    }

    .navigation-main .nav>li>a {
        padding: 10px 15px;
        font-size: 22px;
    }


/* ==========================================================================
   $Blog Styles
   ========================================================================== */
   	/* Small Posts */
	.post figure.post-small { padding-right:15px; }
	.post .post-body.post-small { padding-left:15px; }
	.post .post-body.post-small h1 {
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}

	/* Medium Posts */
	.post figure.post-medium { padding-right: 0; }
	.post .post-body.post-medium { padding-left: 0; }
	.post .post-body.post-medium h1 {
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}

   	.post .list-inline { margin-left: 0;}

   	.post .list-inline>li:first-child {
		padding-left: 0;
	}

	.post .post-meta  li {
		display: inline-block;
		padding-right: 5px;
		padding-left: 5px;
	}

/* ==========================================================================
   $Footer Styles
   ========================================================================== */
	.footer .copyright {
		text-align: left;
	}

	.footer .credit {
		text-align: right;
	}

/*  ==========================================================================
    Sticky footer
    ========================================================================== */
    .page-container {
        min-height: 100%;
        margin-bottom: -96px;
    }

    .footer, .push {
        height: 96px;
    }

}

@media (min-width: 992px) {

/*  ==========================================================================
    Page Backgrounds
    ========================================================================== */
    body.single-location {
        background-image: url(images/md-map.jpg);
    }

    body.category,
    body.archive,
    body.single-post {
        background-image: url(images/md-newspaper.jpg);
    }

    body.tax-cl_menu_categories,
    body.post-type-archive-cl_menu {
        background-image: url(images/md-board.jpg);
    }

/*  ==========================================================================
    Home Page
    ========================================================================== */
    .home-menu { background-image: url(images/md-board.jpg); }
    .home-location { background-image: url(images/md-map.jpg); }
    .home-whats-new { background-image: url(images/md-newspaper.jpg); }

    .home-location .nav-tabs {
        margin: 0 -5px;
        border: 0;
    }

    .home-location .nav-tabs>li {
        width: auto;
        margin: 0 5px;
        border: 0;
    }

    .home-location .nav-tabs>li>a {
        margin: 0;
        padding: 5px 20px;
        border: 0 !important;
        border-radius: 10px 10px 0 0 !important;
        background: rgba(255,255,255,0.5);
    }

    .home-location .nav-tabs>li>a::after {
        content: "";
    }

    .home-location .nav-tabs>li.active a,
    .home-location .nav-tabs>li.active>a:hover,
    .home-location .nav-tabs>li.active>a:focus {
        background: #fff;
    }

    .home-location .nav-tabs .fa {
        display: none;
    }

    .home-location .tab-content {
        background: #fff;
        margin-bottom: 30px;
        border-radius: 0 10px 10px 10px;
    }

    .home-location .tab-pane {
        padding: 15px 0;
    }

    .home-location .location .btn-link {
        font-size: 16px;
    }

/*  ==========================================================================
    Menu Page
    ========================================================================== */

    .cl-menu-categories,
    .cl-menu-categories li,
    .cl-menu-categories li:hover,
    .cl-menu-categories li:focus {
        background: none;
        box-shadow: none;
    }

    .cl-menu-categories li:hover a,
    .cl-menu-categories li:focus a,
    .cl-menu-categories li.active a {
        color: #fff;
    }

    .cl-menu-categories li a {
        width: 237px;
        height: 57px;
        line-height: 57px;
        margin: 0;
        padding: 0 20px;
        display: block;
        background: url(images/menu-sprite.png) no-repeat center top;
        color: #222;
        font-size: 18px;
        box-shadow: none;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cl-menu-categories .cl-menu-category-item-1 a { background-position: center top !important; }
    .cl-menu-categories .cl-menu-category-item-2 a { background-position: center -57px !important; }
    .cl-menu-categories .cl-menu-category-item-3 a { background-position: center -114px !important; }
    .cl-menu-categories .cl-menu-category-item-4 a { background-position: center -171px !important; }
    .cl-menu-categories .cl-menu-category-item-5 a { background-position: center -228px !important; }
    .cl-menu-categories .cl-menu-category-item-6 a { background-position: center -285px !important; }
    .cl-menu-categories .cl-menu-category-item-7 a { background-position: center -342px !important; }
    .cl-menu-categories .cl-menu-category-item-8 a { background-position: center -399px !important; }
    .cl-menu-categories .cl-menu-category-item-9 a { background-position: center bottom !important; }

/*  ==========================================================================
    Header
    ========================================================================== */
    .header .col-float-right {
        float: right;
    }

    .header-spacer.affix {
        height: 100px;
    }

    .header .franchise-opportunities {
        text-align: center;
    }


/*  ==========================================================================
    Navigations
    ========================================================================== */
    /*-- Main Nav --*/
    .navigation-main {
        min-height: 0;
    }

/*  ==========================================================================
    $Social Media Bar Styles
    ========================================================================== */
    .social-media{
        margin: 55px 10px 0px 0px;
    }

    .header .social-media {
        margin: 16px 0px;
    }

}

@media (min-width: 1200px) {

/*  ==========================================================================
    Page Backgrounds
    ========================================================================== */
    body.single-location {
        background-image: url(images/lg-map.jpg);
    }

    body.category,
    body.archive,
    body.single-post {
        background-image: url(images/lg-newspaper.jpg);
    }

    body.tax-cl_menu_categories,
    body.post-type-archive-cl_menu {
        background-image: url(images/lg-board.jpg);
    }

/*  ==========================================================================
    Home Page
    ========================================================================== */
    .home-menu { background-image: url(images/lg-board.jpg); }
    .home-location { background-image: url(images/lg-map.jpg); }
    .home-whats-new { background-image: url(images/lg-newspaper.jpg); }

    .home-location .nav-tabs>li>a::after {
        content: '\f0a9';
        font-family: 'FontAwesome';
        padding-left: 10px;
    }

/*  ==========================================================================
    $Social Media Bar Styles
    ========================================================================== */
    .social-media{
        margin: 53px 10px 0px 0px;
    }

}

div.contact-div {

}

.page-template-tp-contact-php div.panel-content {
    padding:15px;
}

.page-template-tp-contact-php div.panel-heading {
    cursor:pointer;
}

section#home-contact-us div.description a {
    color:white;
    text-decoration: underline;
}