/** Shopify CDN: Minification failed

Line 1104:21 Expected identifier but found "*"
Line 1123:69 Expected identifier but found "*"
Line 1513:15 Expected identifier but found whitespace
Line 1513:21 Unexpected ";"

**/
/*
Template Name:      Madwire Media Rainmaker
Description:        Starting Rainmaker template for Shopify
Version:            1.0
Author:             Madwire Media
Author URI:         http://www.madwiremedia.com/
*/

/* =============================================================================
     Base
   ========================================================================== */


/*  Custom CSS  */

h3, h4, h5, h6 {font-family: 'lady_reneregular', sans-serif;}

.home-cta.container .row.text-center.space-bottom20 {
    background: rgba(0, 0, 0, 0) url("/cdn/shop/files/cta-row-1-bg.png") no-repeat scroll 0 0;
    height: 270px;
}


.home-cta.container .row-bottom.text-center.space-bottom20 {
      background: rgba(0, 0, 0, 0) url("/cdn/shop/files/cta-row-2-bg.png") no-repeat scroll 0 0;
    height: 323px;
}


.row-bottom.text-center.space-bottom20 .col-sm-4 p a img {
 margin-top: 63px !important; 
}

b, strong {
    color: #fff;
    font-weight: bold;
    font-family: 'Amatic SC', cursive;
  font-size: 18px;
}
.fa-2x {
    color: #a6d3d5;
  float: left;

}

.popular-label.bottom {
    color: #fff;
}
.popular-list {
    float: right;
    font-size: 24px;
  font-family: 'love_potionregular', cursive;
}

.popular-list li a:active {
  color: #a8a8a8;

}
div > div > div > div.col-sm-2 > a{
  margin-top: 5px;
  margin-left:50px;
}

.col-md-2.hidden-xs.hidden-sm.text-center p.bottom {
  text-align: left;
}
.btn.btn-block.btn-secondary.dropdown-toggle {
    display: none;
}

ul.grid.clearfix li .prod-caption p.prod-price {
  font-family: 'love_potionregular', cursive; 
  text-align: center;
  font-size: 34px;
}

.prod-caption p.prod-title a {
  font-family: 'love_potionregular', cursive;
  color: #000;
  text-align: center;
}

ul.grid.clearfix li .prod-image-wrap a img {
  display: block;
  margin: 0 auto;
}

html body#the-dog-bakery.template-index main.main div.home-cta.container div.rte div.homepage-content-left.col-md-8 h2 {
   font-family: 'love_potionregular', cursive;
}

h4.foot, #the-dog-bakery > footer > div > div.row.space-bottom30 > div > h4 > a {
  font-family: 'lady_reneregular', sans-serif; 
  font-size:30px;
  color: #9bcbeb;
}


.row-bottom.footer-text.space-bottom20 .col-sm-4 p {
  color: #fff;
  font-size: 16px;
  margin-top: 35px;
}

.row-bottom.footer-text.space-bottom20 .col-sm-4 p span {
  font-family: 'love_potionregular', cursive; 
}


.row.space-bottom30 div.col-sm-3 nav ul.nav-list.list-unstyled li a {
  color: #fd786a;
}

footer.footer-main div.container p {
  color: #fff;
  font-family: 'love_potionregular', cursive; 
  font-size: 21px;
}
.footer-cards{
	display: flex;
  align-items: center;
  justify-content: center;
}



body {
/*background: url(bg-6.png);
  background-position-y: 785px;
  background-repeat: no-repeat;*/
}

h1 {
  margin-bottom:20px;
  font-family: 'ginregular', sans-serif;
}

a {
  color: #ffffff;
}
a:hover {
  color: #a8a8a8;
  text-decoration:none;
}

hr {
  margin-top:15px;
  margin-bottom:15px;
}

img {
  max-width:100%;
  height:auto;
}

/* == Buttons == */

.btn,
.btn.btn-primary {
  background-color:#fd786a;
  border:none;
  color:#ffffff;
  border-radius:2px;
}
.btn:hover,
.btn.btn-primary:hover {
  background-color:#f16051;
  color:#ffffff;
}
.btn.btn-secondary {
  background-color:#fd786a;
  color:#ffffff;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.open .dropdown-toggle.btn.btn-secondary {
  background-color:#f16051;
  color:#ffffff;
}

.affix {
  position:relative;
}

/* == Rows == */

.row.row-10 {
  margin-left:-5px;
  margin-right:-5px;
}
.row.row-10 [class*="col-"] {
  padding-left:5px;
  padding-right:5px;
}

/* =============================================================================
     Forms -n- frm
   ========================================================================== */

.fieldset {
    padding: 12px 12px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
label {
    display: inline-block;
    margin-bottom: 3px;
}
input::-webkit-input-placeholder {
    color: #bfbfbf;
}
input:-moz-placeholder {
    color: #bfbfbf;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="time"],
select[multiple="multiple"],
select,
textarea {
    margin: 0 0 0.84375em;
    padding: 6px;
    outline-style: none;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.15s 0s linear;
    -moz-transition: all 0.15s 0s linear;
    -ms-transition: all 0.15s 0s linear;
    -o-transition: all 0.15s 0s linear;
    transition: all 0.15s 0s linear;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="time"],
select {
    height: 32px;
}
select[multiple="multiple"] {
    height: auto;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
select[multiple="multiple"]:focus,
textarea:focus {
    border-color: #808080;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
}

.recaptchatable #recaptcha_response_field {
    height: auto;
}


/* =============================================================================
     Pagination
   ========================================================================== */

#pagination span.page {
  display:inline-block;
  background:#fff;
  border:1px solid #e0e0e0;
}
#pagination span.page.current {
  padding:3px 8px;
  background:#f8f8f8;
  border-color:#ccc;
}
#pagination span.page a {
  display:block;
  padding:3px 8px;
  background:#fff;
}
#pagination span.page a:hover {
  background:#f8f8f8;
}

/* =============================================================================
     Header
   ========================================================================== */

/* == Top Navigation == */

.topNav-wrap {
  z-index: 200;
  width: 100%;
  background: #B5DDEC;
  padding: 5px 0;
  border-top: 4px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  font-family: 'lunchbox_slabregular', sans-serif;
}

.search-form {
  position: relative;
}
.search-form #search-field {
  margin-bottom:0;
  padding-right:30px;
}
.search-form button {
  position: absolute;
  top:-3px;
  right:0;
/*   padding:6px 10px; */
  background: none;
  border: none;
}

.topNav-menu {
  margin:10px 0;
  padding:0;
  list-style:none;
  text-align:left;
}
.topNav-menu li {
  display:inline-block;
  margin-left:8px;
  font-size:13px;
}
.topNav-menu li a {
  display:inline-block;
  color:#000;
  font-size: 16px;
}
.topNav-menu li a:hover {
  color: #ffffff;
}
#products > header > div.logo-wrap > div > div{
  margin-top: 15px;
}
header > div.mobile-header.visible-xs.visible-sm > div > div > div.col-xs-9 > div:nth-child(2) > div > ul > li > a{
  display: none;
}



/* == Logo Wrap == */

.logo-wrap {
  padding:10px;
  background: #1a1a1a;
  border-bottom: 0px solid #ddd;
}
.logo-wrap h1 {
  margin:0;
  font-family: 'ginregular', sans-serif;
}

#logo {
  display:block;
  margin:20px 0;
  text-align:center;
}
#products > header > div.logo-wrap > div > div > div.col-md-4{
min-height: 103px;
}
.logo-absolute{
  position: absolute;
}
.slide-content{
  display: none;
}
/* =============================================================================
   Main Menu
   ========================================================================== */

.mainMenu-wrap {
  margin-bottom: -10px;
  z-index:100;
  width:100%;
  padding:10px 0 0;
  /*background: /*#B5DDEC;#000;
  border-bottom: 0px solid #ddd;*/
}
.mainMenu-wrap .btn-group {
  width:100%;
  margin-bottom: 10px;
}
.mainMenu-wrap .btn {
  padding:5px 16px;
  font-size:20px;
  font-weight:700;
}
.mainMenu-wrap .btn-group .caret {
  position: relative;
  top:-1px;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.dropdown-nav{
  display: inline-block;
}

/* == Dropdown == */

.mainMenu-wrap .dropdown-menu {
  padding:0;
  width:100%;
  border-radius: 2px;
}
.open>.dropdown-menu {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Keyframes for fadeInDown */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.mainMenu-wrap .dropdown-menu li a {
  display:block;
  padding: 8px;
  color: #333;
}
.mainMenu-wrap .dropdown-menu li:hover > a {
  color: #262626;
  background-color:#f5f5f5;
}
.mainMenu-wrap .dropdown-menu .sub-nav {
  padding-left:30px;
}
.mainMenu-wrap .dropdown-menu .sub-nav li a {
  padding-top:2px;
  padding-bottom:2px;
}
.mainMenu-wrap .dropdown-menu .sub-nav .sub-nav {
  list-style:none;
}

/* == Popular Nav == */

.popular-nav {
  margin:1.2% 0;
}
.popular-label {
  display:inline-block;
}
.popular-list {
  display:inline-block;
  padding:0;
  list-style:none;
}
.popular-list li {
  display:inline-block;
  margin-left:38px;
}
.popular-list li a {
  display:inline-block;
}

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

.main {
  margin-bottom:20px;
}

.page-header {
  margin:0 0 30px;
  padding:15px 0;
  background:#f8f8f8;
  border:none;
  text-align:center;
}
.page-header h1,
.page-header .page-title {
  margin:0;
  font-size:32px;
  font-family: 'ginregular', sans-serif;
}
.page-header .page-subtitle {
  margin:10px 0 0;
  font-size:16px;
}

/* =============================================================================
   Sidebar
   ========================================================================== */

.sidebar h3 {
  margin:0 0 10px;
  font-size:15px;
  font-weight:700;
  font-family: 'lady_reneregular'
}

.sidebar-filter {
  margin-top:-30px;
  margin-bottom:20px;
  padding:10px;
  background:#f8f8f8;
}
.sidebar-filter ul.collection-sub-categories {
  margin:0;
  padding:0;
  list-style:none;
}
.sidebar-filter ul.collection-sub-categories li a {
  display:block;
  padding:2px 0;  
}

.sidebar .box {
  padding:10px;
}
.sidebar .box input[type="text"],
.sidebar .box input[type="email"] {
  width:100%;
}
.sidebar .box p {
  line-height:1.2;
}

/* =============================================================================
   Footer
   ========================================================================== */

.footer-main {
  padding:10px 0;
 background-color:#1d1d1d;
  /*background: rgba(0, 0, 0, 1) url("/cdn/shop/files/footer-bg.png?16263924914898898208") repeat-x scroll 0 0;*/
 /* border-top:1px solid #ddd;*/
}


.footer-main {
    /*min-height:795px;*/
    padding: 10px 0;
}


.footer-main h4 {
  margin-bottom:15px;
  font-family: 'lady_reneregular', sans-serif;
}
.nav-social li {
  display:inline-block;
}
.nav-social li a {
  display:inline-block;
  padding:6px 0 0;
  width:36px;
  height:36px;
  background:#fd786a;
  border-radius:20px;
  color:#fff;
  font-size:18px;
  text-align:center;
  /*margin-right:10px;*/
}
.nav-social li a:hover {
  background:#f16051;
}
#the-dog-bakery > footer > div > div > div:nth-child(4) > ul > li:nth-child(1),
#the-dog-bakery > footer > div > div > div:nth-child(4) > ul > li:nth-child(2),
#the-dog-bakery > footer > div > div > div:nth-child(4) > ul > li:nth-child(3),
#the-dog-bakery > footer > div > div > div:nth-child(4) > ul > li:nth-child(4){
	display: block;
}
.company-list{
  padding-left: 0;
    font-size: 21px;
  font-family: 'love_potionregular', sans-serif;
}
.contact-list{
  color: white;
  font-size: 21px;
/*   border: 1px solid lightgrey; */
  border-radius: 0.3em;
  padding: 0.5em;
  background: rgba(0,0,0,0.3);
  font-family: 'love_potionregular', sans-serif;
}
/* =============================================================================
   Homepage
   ========================================================================== */

/*.flexslider-home ul.slides li.slide {
}
.flexslider-home ul.slides li.slide .slide-content {
  padding-top:2%;
  color:#fff;
  font-size:20px;
  text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}
.flexslider-home ul.slides li.slide .slide-content h2 {
  font-size:40px;
  font-weight:700;
  text-transform:uppercase;
}
.flexslider-home ul.slides li.slide .slide-content p {
  margin-bottom:20px;
}*/

.flexslider-home {
  overflow:hidden;
}
.flexslider-home ul.slides li.slide {
  /*min-height:400px;
  background-position:top center;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
.flexslider-home ul.slides li.slide .slide-img-wrapper {
}
.flexslider-home ul.slides li.slide .container {
  position: relative;
}
.flexslider-home ul.slides li.slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color:#fff;
  font-size:16px;
  text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}
.flexslider-home ul.slides li.slide .slide-content h2 {
  font-size:30px;
  font-weight:700;
  text-transform:uppercase;
  font-family: 'ginregular', sans-serif;
}
.flexslider-home ul.slides li.slide .slide-content p {
  margin-bottom:20px;
}

.home-cta {
  clear:both;
}
.home-cta a:hover {
  opacity:0.75
}

/* =============================================================================
   Product Grid
   ========================================================================== */

ul.grid {
  margin:0 -10px 20px -10px;
  padding:0;
  list-style:none;
}
ul.grid li {
  float:left;
  position:relative;
  width:100%;
  margin-bottom:20px;
  padding:0 10px;
}
ul.grid li .prod-image-wrap {
  overflow:hidden;
  position:relative;
  margin-bottom:5px;
  border:0px solid #ddd;
}
ul.grid li .prod-image-wrap > a {
  display:block;
}
ul.grid li .prod-image-wrap a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.grid li .prod-image-wrap a:hover img {
  opacity:0.75;
}
ul.grid li .prod-price {
  margin-bottom:3px;
  font-size:18px;
  font-weight:700;
}
ul.grid li .prod-price .compare-at-price {
  float:right;
  font-size:14px;
  font-weight:400;
}
ul.grid li .prod-title {
  font-size:16px;
  text-align: center;
}
ul.grid li .prod-actions {
  position:absolute;
  bottom:-75px;
  left:0;
  width:100%;
  padding:7px 10px 10px;
  background:#222;
  background:rgba(0,0,0,0.40);
  color:#fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.grid li:hover .prod-actions {
  bottom:0;
}
ul.grid li .prod-actions .spr-badge {
  display:block;
  margin-bottom:10px;
  text-align:center;
}
.spr-badge-starrating {
  display:inline-block;
  -webkit-backface-visibility: hidden;
}
ul.grid li .prod-actions .btn {
  padding:2px 6px;
  font-size:14px;
}
ul.grid li .prod-onsale {
  position:absolute;
  top:0;
  right:10px;
  width:40px;
  height:40px;
  padding-top:12px;
  background:#cc3333;
  color:#fff;
  font-size:12px;
  text-align:center;
  border-radius:30px;
}

.grid-clear-sm,
.grid-clear-lg {
  display:none;
}

/* =============================================================================
   Product Page
   ========================================================================== */

.productInfo-block {
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px solid #eee;
}

#product-price {
  padding:15px;
  font-size: 24px;
  background:#f8f8f8;
  border-top:1px solid #dbdbdb;
  border-bottom:1px solid #dbdbdb;
}
#product-price .on-sale {
  display:inline-block;
  margin-right:20px;
}
#product-price .product-compare-price {
  font-size:18px;
}

/* == Product Images == */

#product-photo-container {
  margin-bottom:20px;
}

ul.grid li.product-photo-thumb {
  width:50%;
}
ul.grid li.product-photo-thumb a.gallery:hover {
  opacity:0.60;
}

/* == Product Variants == */

#product-variants .selector-wrapper label {
  min-width:80px;
  padding-right:10px;
}

/* == Product Add Button == */

#product-add .btn {
  padding:16px 26px;
  font-size:24px;
  text-transform:uppercase;
}

/* == Product Reviews == */

#shopify-product-reviews .spr-container {
  padding:15px;
}
#shopify-product-reviews .spr-header-title {
  font-size:18px;
}

/* == Features Box == */

.features-box .features-item {
  margin-bottom:15px;
}
.features-box .features-item img {
  float: left;
}
.features-box .features-item p {
  float: left;
  width: 116px;
  margin: 0 0 0 10px;
  font-size: 15px;
  line-height:1.3;
}

/* =============================================================================
   Cart
   ========================================================================== */

.template-cart .mainMenu-wrap {
  display:none;
}

.cart-wrap {
  padding: 10px 20px;
  background: #f8f8f8;
  border: 3px solid #ddd;
}
.template-cart .table tbody tr {
  border:1px solid #ddd;
}
.template-cart .table tbody tr td {
  background:#fff;
}
.template-cart .table h2 {
  margin-top:0;
  font-size:16px;
  font-family: 'ginregular', sans-serif;
}
.template-cart .table h3 {
  margin-top:0;
  font-size:14px;
  font-family: 'lady_reneregular'
}
.template-cart .table input[type="number"] {
  width:70px;
}

.cart-subtotal {
  margin-bottom:20px;
  padding:15px;
  background:#fff;
  border:1px solid #ddd;
}

.cart-instructions {
  margin-top:20px;
}

/* =============================================================================
   Blog Archive
   ========================================================================== */

.blog-article-date {
  margin-top:0;
  font-size:18px;
}

/* =============================================================================
   Search Page
   ========================================================================== */

#searchresults {
  margin:0;
  padding:0;
}
#searchresults li {
  margin:0 0 20px;
  padding:0 15px 15px;
  background:#f8f8f8;
  border:1px solid #ddd;
}
#searchresults .result-image {
  margin-right:20px;
}

/* =============================================================================
   Customer Pages
   ========================================================================== */

td.label {
  display:table-cell;
  color:#333;
  font-size:100%;
  text-align:left;
}
td.label label {
  margin:5px 0 0;
}
td.total {
  font-weight:700;
}

.errors {
  padding:10px;
  margin:15px 0;
  background:#f2dede;
  border:1px solid #ebccd1;
  color:#a94442;
}
.errors ul {
  margin:0;
}

.customer_address {
  margin-bottom:20px;
  padding:15px 15px;
  background:#eee;
}
.view_address {
  padding:15px;
  background:#fff;
}
.address {
  margin-bottom:20px;
}
.address p,
.view_address p {
  margin-bottom:3px;
}

#the-dog-bakery > main > div.home-cta.container > div.rte > div.homepage-content-right.col-md-4 > img {
 margin-bottom: 2px; 
}

/* =============================================================================
   Helper Classes !n! !hlp
   ========================================================================== */

.box {
  margin-bottom:20px;
  padding:15px;
  background:#eee;
}

.bottom {margin-bottom: 0 !important;}
.top {margin-top: 0 !important;}

.space-bottom5 {margin-bottom: 5px;}
.space-bottom10 {margin-bottom: 10px;}
.space-bottom20 {margin-bottom: 20px;}
.space-bottom3050 {margin-bottom:30px; margin-top: 50px;}
.space-bottom30 {margin-bottom: 30px; margin-top: 40px;}

.space-top5 {margin-top: 5px;}
.space-top10 {margin-top: 10px;}
.space-top20 {margin-top: 20px;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

/* =============================================================================
   Plugins
   ========================================================================== */

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 0px; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 35px; height: 45px; margin: -20px 0 0; position: absolute; top: 47%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 0; }
.flex-direction-nav .flex-next { right: 0; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 20px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 20px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: FontAwesome; font-size: 40px; display: inline-block; content: '\f053'; }
.flex-direction-nav a.flex-next:before  { content: '\f054'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; z-index:10; bottom: 10px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

#the-dog-bakery > footer > div > div > div:nth-child(6) > div:nth-child(2) > p > img {
      margin-left: 200px;
    display: block;
}


.newnav {
  margin-top: 10px;
  padding:80px 0 70px 0;
  height: 130px;
  background:black;
  font-size:24px;
  font-weight:300;
  font-family: 'lunchbox_slabregular', sans-serif;
}

.right {
 float:right; 
 display:inline;
  list-style-type:none;

}

.left {
 float:left; 
   display:inline;
  list-style-type:none;

}
/*shop all*/
div > div > div > div:nth-child(2) > ul > div > a {
 margin-left: -40px; 
}
div > div > div > div:nth-child(2) > a {
 color: #fff
}

/*cake builder*/
/*div > div > div > div:nth-child(3) > a {
 margin-left: 50px; 
}*/

/*about us*/
div > div > div > div:nth-child(5) > a {
 margin-left: 30px; 
}

/*locations*/
/*div > div > div > div:nth-child(6) > a {
 margin-left: -25px;
  font-size: 16px;
}*/

div > div > div > div:nth-child(7) > a {
margin-left: -50px;
/* font-size: 20px; */
}


/*cart*/
div > div > div > div.col-sm-1.hidden-sm.hidden-xs.right.text-center > a > i {
 font-size: 24px; 
}

/*hidden*/
.hidden-menu {
 display:none; 
}
header > div.topNav-wrap > div > div > div > ul {
  display:block;
  padding-left: 50px;
  list-style:none;
}

header > div.topNav-wrap > div > div > div > p {
 font-weight: 700; 
  font-size: 16px;
  margin: 0;
}
.shop {
    color:#fff;
    list-style-type: none;
    width: 200px;
    z-index: 100;
    position: absolute;
    padding: 0 0 10px 50px;
}

.shopdrop {
    background: black;
    list-style-type: none;
    width: 200px;
    z-index: 100;
    position: absolute;
  margin-top:30px;
  padding: 0 10px 10px;
}

.shopdrop 
    background: black;
    list-style-type: none;
    width: 200px;
    z-index: 100;
    position: absolute;
  margin-top:30px;
  padding: 0 10px 10px;
}

#the-dog-bakery > main > div.home-cta.container > h2 {
 font-family: 'ginregular', serif; 
}

/*top row locations in footer */
footer > div > div.row-bottom.footer-text.space-bottom20 > div:nth-child(1) > p, footer > div > div.row-bottom.footer-text.space-bottom20 > div:nth-child(2) > p, footer > div > div.row-bottom.footer-text.space-bottom20 > div:nth-child(3) > p {
 font-size: 21px; 
}

header > div.mobile-header.visible-xs.visible-sm > div > div {
 background:  #fd786a;
}

.locations {
color: #fff;
font-size: 21px; 
font-family: 'love_potionregular', cursive;
margin: 0 0 10px;
}

header > div.topNav-wrap > div > div > div:nth-child(1) > img {
 float: left; 
}

.mobilenav {
 display:none; 
}

.hiddenmobilenav {
  list-style:none;
  
}

header > div.mobilenav.active > ul > li> a {
 color: black; 
}

.active {
 display:block; 
}
/* =============================================================================
   Media Queries
   ========================================================================== */

/* Extra Small devices (phones, 480px and up) */
@media (min-width: 480px) {
  ul.grid li {
    width:50%;
  }
  .grid-clear-sm {
    display:block;
    clear:both;
    height:1px;
  }
}

/* Extra Small devices (phones, 480px and down) */
@media (max-width: 480px) {
header > div.topNav-wrap > div > div > div > ul {
    display: block;
    padding-left: 0;
    list-style: none;
}
  .topNav-menu li {
    display: inline-block;
    margin-left: 80px;
    font-size: 13px;
}
  
.topproducts {
  width: 50%;
  float:left;
}
  
.prod-actions {
 display:none; 
}
  
    .nav-social {
    
    width: 100% 
    margin: 0 auto;
}
  .nav-social li a {
    display: inline-block;
    padding: 0;
    width: 34px; 
    height: 34px;
    background: #fd786a;
    border-radius: 20px;
    color: #fff;
    font-size: 24px;
}
  
  #the-dog-bakery > main > div:nth-child(4) > div > div.homepage-content-left.col-md-8 {
   text-align:center; 
  }
}

/* ONLY Extra Small devices (phones, 480 to 767px) */
@media (min-width: 481px) and (max-width: 767px) {

}


/* Extra Small devices ONLY (phones, 767px and DOWN) */
@media (max-width: 767px) {


  
  #logo {
    display: block;
    /* margin: 0 auto; */
    margin: -40px 0 0 20px;
}
  
header > div.mobile-header.visible-xs.visible-sm  {

}
  
  
  .mainMenu-wrap {
   /* z-index: 100;
    width: 100%;*/
    padding: 0;
    background: none;
    border-bottom: 0;
}
  
  .topNav-wrap {

    width: 100%;
    background: none;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}
  
  .newnav {
    margin-top: 0;
}
  
  .btn-block-sm {
    display:block;
    width:100%;
  }
  
  .home-cta {
  	margin-top: 20px;
  }

  .footer-main {
  	text-align: center;
  }
  .footer-main ul,
  .footer-main p {
    margin-bottom:20px;
  }
  
    .home-cta.container .row-bottom.text-center.space-bottom20 {
    background: none;
}
  
  .home-cta.container .row.text-center.space-bottom20 {
    background: none;

}
  .home-cta.container > h2 {
    margin-top: 410px;
    font-family: 'ginregular', sans-serif;
    text-align: center;
}

  .home-cta.container .row-bottom.text-center.space-bottom20 {
        margin-bottom: 520px;
  }
  
  .row-bottom.footer-text.space-bottom20 {
    height: 580px;
}
  
  #the-dog-bakery > footer > div > div.row-bottom.footer-text.space-bottom20 {margin-bottom: -350px;}
}
ul.grid li .prod-title {
    font-size: 21px;
    text-align: center;
}


@media (max-width: 991px) {
  .logo-absolute{
  position: inherit;  
  }
    .homepage-content-right{
  text-align: center;
  }
  .newnav {
    height: 120px !important;
	}
  .flexslider{
  	display: none;
  }

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .topNav-menu {
    margin:6px 0 0;
    text-align:right;
  }

  .mainMenu-wrap .btn-group {
    margin-bottom: 0;
  }

  .mainMenu-wrap .btn {
    padding:5px 10px;
    font-size:14px;
  }

  .mainMenu-wrap .dropdown-menu {
    padding:0;
    min-width: 180px;
    /*min-height:260px;*/
    border-radius: 2px;
  }
  .mainMenu-wrap .dropdown-menu .sub-nav {
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 1000;
    float: left;
    display: none;
    width: 180px;
    /*min-height:260px;*/
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .mainMenu-wrap .dropdown-menu li:hover > .sub-nav {
    display:block;
  }
  .mainMenu-wrap .dropdown-menu li:hover > .sub-nav li a {
    padding-top:8px;
    padding-bottom:8px;
  }
  .mainMenu-wrap .dropdown-menu li.has-dropdown {
  	position:relative;
  }
  .mainMenu-wrap .dropdown-menu li.has-dropdown > a {
    position:relative;
  }
  .mainMenu-wrap .dropdown-menu li.has-dropdown > a:after {
    content: "\f054"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
  	position:absolute;
    top:9px;
    right:10px;
    color: #aaa;
  }
  .mainMenu-wrap .dropdown-menu li.has-dropdown i {
    position:absolute;
    top:30%;
    right:10px;
    color: #aaa;  
  }

  .popular-nav {
    margin:1.2% 0 0;
  }

  .main {
    margin-bottom:0px;
  }

  .flexslider-home ul.slides li.slide .slide-content {
    font-size:16px;
  }
  .flexslider-home ul.slides li.slide .slide-content h2 {
    font-size:30px;
    font-family: 'ginregular', sans-serif;
  }

  ul.grid li.product-photo-thumb {
    width:25%;
  }

  .template-cart .table h2 {
    font-size:18px;
    font-family: 'ginregular', sans-serif;
  }
  
  
  /*header navigation*/
.newnav {
    /* margin-top: 10px; */
    padding: 10px 0;
    height: 70px;
    background: black;
    font-size: 16px;
    font-weight: 700;
}

}

/* ONLY Small devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .topNav-menu li {
    font-size:12px;
  }
  .home-cta.container .row-bottom.text-center.space-bottom20 {
    background: none;
}
  
  .home-cta.container .row.text-center.space-bottom20 {
    background: none;

}
    .mainMenu-wrap {
   /* z-index: 100;
    width: 100%;*/
    padding: 0;
    background: none;
    border-bottom: 0;
}
  
  .topNav-wrap {

    width: 100%;
    background: none;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}
  
  .newnav {
    margin-top: 0;
}

  
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
/*   .header {
    overflow:hidden;
  } */
  .topNav-wrap {
    position:fixed;
  }
  .mainMenu-wrap.affix {
    position:fixed;
   /* top:47px;*/
    left:0;  
  }
  #logo {
    margin-left: -60px;
    margin-top:-18px;
    text-align:left;
  }
  .logo-wrap {
    padding-top:71px;
    padding-bottom: 8px;
  }
  .mainMenu-wrap .dropdown-menu {
    min-width: 230px;
  }
  .mainMenu-wrap .dropdown-menu .sub-nav {
    width: 230px;
  }
  ul.grid li {
    width:25%;
  }
  .grid-clear-sm {
    display:none;
  }
  .grid-clear-lg {
    display:block;
    clear:both;
    height:1px;
  }
  
  /*header navigation*/
  .newnav {
    margin-top: 20px;
    padding: 90px 0 50px 0;
    height: 130px;
    background: black;
    font-size: 16px;
    font-weight: 700;
}
  
  /* Home Slider */

  .flexslider-home ul.slides li.slide .slide-content {
    font-size:18px;
  }
  .flexslider-home ul.slides li.slide .slide-content h2 {
    font-size:40px;
    font-family: 'ginregular', sans-serif;  
  }
  
  .flexslider-home ul.slides li.slide .slide-content .btn {
    font-size:18px;
  }

}

/* ONLY Medium devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

  .main-content ul.grid li .prod-actions .spr-badge-caption {
    display:none;  
  }
  .main-content ul.grid li .prod-actions .btn {
    padding:2px 4px;
  	font-size:12px;
  }
  
  .newnav {
    margin-top: 20px;
    padding: 60px 0;
    height: 110px;
    background: black;
    font-size: 16px;
    font-weight: 700;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .mainMenu-wrap .btn {
    padding:5px 16px;
    font-size:20px;
    font-weight:700;
  }
  .mainMenu-wrap .dropdown-menu {
    min-width: 260px;
  }
  .mainMenu-wrap .dropdown-menu .sub-nav {
    width: 260px;
  }

  /* Home Slider */

  .flexslider-home ul.slides li.slide .slide-content {
    margin-top: 10px;
    font-size:20px;
  }
  .flexslider-home ul.slides li.slide .slide-content h2 {
    font-size:50px;
    font-family: 'ginregular', sans-serif;
  
  }
  .flexslider-home ul.slides li.slide .slide-content .btn {
    padding: 8px 18px; 
    font-size:18px;
    display: none;
  }
  
    .newnav {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 60px 0 70px 0;
    height: 110px;
    background: black;
    font-size: 18px;
    font-weight: 300;
}

}