/*------------------------------------*\
    NAV
\*------------------------------------*/
#navbar-1-wrap {
  text-align: center;
}
#navbar-1-left {
  display: inline-block;
  float: none !important;
  text-align: left;
  vertical-align: top;
}
/* Black Icon */
.nav-1-chosen-select {
  background-image: url('images/menu-icon-black.png');
  background-position: 10px center;
  background-size: 20px;
  background-repeat: no-repeat;
  text-indent: 30px;
  border-radius: 0;
}
/*------------------------------------*\
    NOTICE
\*------------------------------------*/
.delivery-notice {
  box-sizing: border-box;
  padding: 8px;
  background: #ed1d24;
  text-align: center;
  color: #fff;
}
.delivery-notice .delivery-notice__inner {
  max-width: 960px;
  margin: 0 auto ;
}
.delivery-notice .delivery-notice__inner:before {
  display: inline-block;
  content: url('images/delivery.png');
  position: relative;
  top: 4px;
  left: -5px;
}
.delivery-notice .delivery-notice__inner .delivery-notice__text {
  font-weight: bold;
}
.delivery-notice .delivery-notice__inner .delivery-notice__terms {
  font-size: 0.8em;
  padding-left: 5px;
}
/*------------------------------------*\
	Header Wrap
\*------------------------------------*/
.header-wrap {
  position: relative;
  background: url('images/bg-header.jpg') no-repeat 50% 0;
  background-size: cover;
}
.header-wrap #header-wrap #header #header-left {
  float: none;
  margin: 0 auto;
}
.header-wrap #navbar-1-wrap,
.header-wrap #dropdown-nav-1-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/*------------------------------------*\
    LOGOS
\*------------------------------------*/
@media only screen and (max-width: 990px) {
  .logo-image #header #header-left {
    margin: 0 auto;
    float: none;
    background-size: contain;
    max-width: 90%;
  }
}
/*------------------------------------*\
    TOOLS
\*------------------------------------*/
.top-meta {
  padding: 12px 0;
  background: url('images/bg-top-meta.png') repeat-x 0 50%;
  background-size: cover;
}
.top-meta .tools {
  max-width: 960px;
  margin: 0 auto;
  text-align: right;
}
.top-meta .tools a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  padding: 5px 0px 5px 25px;
  font-weight: normal;
  margin-left: 15px;
}
.top-meta .tools a.tool--cart {
  background: url('images/icon-cart.png') no-repeat left center;
}
.top-meta .tools a.tool--account {
  background: url('images/icon-account.png') no-repeat left center;
}
/*------------------------------------*\
    EZ
\*------------------------------------*/
#ez-feature-top-container-wrap {
  min-height: 500px;
  position: relative;
}
/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.widget_magicdust_button_widget {
  border-radius: 50%;
  background: rgba(0, 114, 188, 0.9);
  border: 7px solid #fff;
  min-height: 250px;
  max-width: 250px;
  box-sizing: border-box;
  position: relative;
  transform: scale(0.95);
  transition: .3s ease all ;
  bottom: -200px;
}
.widget_magicdust_button_widget:hover {
  transform: scale(1);
  transition: .3s ease all ;
}
.widget_magicdust_button_widget a {
  color: #fff !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  font-family: 'Nunito', sans-serif;
  font-size: 60px;
  line-height: 60px;
  padding-top: 57px;
  transform: rotateZ(-7deg);
  position: relative;
}
/*------------------------------------*\
    PANELS
\*------------------------------------*/
.panels-grid .panels-grid__column {
  text-align: center;
}
.panels-grid .panels-grid__column:nth-child(1) {
  background: url('images/balloons_01.png') no-repeat top center;
}
.panels-grid .panels-grid__column:nth-child(2) {
  background: url('images/balloons_02.png') no-repeat top center;
}
.panels-grid .panels-grid__column:nth-child(3) {
  background: url('images/balloons_03.png') no-repeat top center;
}
.panels-grid .panels-grid__column:nth-child(4) {
  background: url('images/balloons_04.png') no-repeat top center;
}
.panels-grid .panels-grid__column .panel__title {
  padding-top: 105px;
  font-family: 'Nunito' !important;
  font-size: 28px;
}
.panels-grid .panels-grid__column .panel__link {
  padding-bottom: 297px;
  color: #fff;
  font-family: 'Nunito' !important;
  font-size: 23px;
  display: block;
}
.panels-grid {
  margin-left: -5px;
  margin-right: -5px;
}
.panels-grid:after {
  content: '';
  display: block;
  clear: both;
}
.panels-grid__column {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.panels-grid__column:nth-child(1n+1) {
  clear: left;
}
@media (min-width: 680px) {
  .panels-grid__column {
    width: 50%;
  }
  .panels-grid__column:nth-child(1n+1) {
    clear: none;
  }
  .panels-grid__column:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 960px) {
  .panels-grid__column {
    width: 25%;
  }
  .panels-grid__column:nth-child(2n+1) {
    clear: none;
  }
  .panels-grid__column:nth-child(4n+1) {
    clear: left;
  }
}
/*------------------------------------*\
    BUNTING
\*------------------------------------*/
.bunting {
  margin-top: -55px;
  position: relative;
  top: -85px;
}
.bunting .bunting__image {
  max-width: 100%;
  height: auto;
}
/*------------------------------------*\
    NO SIDEBAR
\*------------------------------------*/
.no_sidebar .entry-title {
  text-align: center;
}
.home .entry-content {
  background: url('images/shadow.png') no-repeat bottom center;
}
/*------------------------------------*\
    GENERAL STYLE
\*------------------------------------*/
h1.page-title {
  color: #ed1d24  !important;
  font-size: 33px !important;
}
/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
#sidebar-1 h4.widgettitle {
  font-size: 33px !important;
  margin-top: 0px;
}
/*------------------------------------*\
    FEATURED PRODUCTS
\*------------------------------------*/
.module--products {
  text-align: center;
}
.module--products .container {
  max-width: 960px;
  margin: 0 auto ;
}
.module--products a.button {
  display: none;
}
.module--products h3 {
  font-weight: normal;
  color: #222 !important ;
}
.module--products .price {
  color: #ee2c33 !important ;
}
.module--products img {
  border: 1px solid #ccc ;
}
/*------------------------------------*\
    WOO COMMERCE GENERAL
\*------------------------------------*/
.woocommerce .button,
.woocommerce .products .product .button {
  background: #0072bc;
  color: #fff;
}
.woocommerce .products {
  border-top: 1px solid #222;
  padding-top: 35px !important ;
}
.woocommerce #content {
  overflow: visible;
}
.woocommerce span.onsale {
  background: #ed1d24 ;
}
.woocommerce ul.products li.product .price {
  color: #3a9ad0;
}
@media (max-width: 680px) {
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: 100%;
  }
}
#sidebar-1-wrap .widget_nav_menu .widgettitle {
  color: #0071bb;
}
/*------------------------------------*\
	Home Slider
\*------------------------------------*/
.home-slider .slide {
  position: relative;
  display: block;
  padding-top: 26.042%;
  min-height: 200px;
  box-sizing: border-box;
  background: transparent no-repeat 50% 50%;
  background-size: cover;
}
.home-slider .shop-now-button {
  background: url('images/bg-shop-now.png');
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 236px;
  height: 65px;
  margin-left: -118px;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#footer .menu {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
#footer .menu li {
  display: block;
  margin: 0px  !important ;
}
#footer .menu li a {
  display: block;
  padding: 4px 12px 4px 0 ;
  color: #222;
}
/*------------------------------------*\
    FOOTER FORM
\*------------------------------------*/
#ez-fat-footer-4 .gform_widget .gform_wrapper {
  margin-top: 0px;
}
@media (min-width: 680px) {
  #ez-fat-footer-4 .gform_widget .gform_wrapper {
    max-width: 195px;
  }
}
#ez-fat-footer-4 .gform_widget .gform_wrapper .gform_title {
  font-size: 32px;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
}
#ez-fat-footer-4 .gform_widget .gform_wrapper label {
  display: none;
}
#ez-fat-footer-4 .gform_widget .gform_wrapper input {
  width: 100%;
  border-radius: 4px;
  border: 0px;
  border: 1px solid #ccc;
}
#ez-fat-footer-4 .gform_widget .gform_wrapper .gform_footer {
  margin-top: 0px;
}
#ez-fat-footer-4 .gform_widget .gform_wrapper .gform_footer input {
  font-size: 16px;
  padding: 0px 9px;
  box-sizing: border-box;
  line-height: 37px;
}
#ez-fat-footer-4 .menu--social a {
  background: #222 ;
  border-radius: 50%;
  color: #fff !important;
  padding: 3px;
  box-sizing: border-box;
  font-size: .75em;
}
/*# sourceMappingURL=magicdust.css.map */