@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700');
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
/*$font-base-size: 62.5%; /* BASE FONT SIZE */
/*html {
 font-size: $font-base-size !important; 
 }
 .btn {
 font-size: .75rem;
 }*/
body {
  font-family: Lato; }

::selection {
  background-color: #ffd400;
  color: #1d1d1d; }

@font-face {
  font-family: "Aclonica";
  src: url('../fonts/Aclonica.ttf'); }
/* HEADINGS */
h1 {
  font-size: 29px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 23px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }
/* stop text from taking up more than 1 line */
.truncate-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/* Default Margins */
.margin-top-xs {
  margin-top: 0.5rem !important; }

.margin-top-sm {
  margin-top: 0.75rem !important; }

.margin-top-md {
  margin-top: 1.875rem !important; }

.margin-top-lg {
  margin-top: 3.75rem !important; }

.margin-top-hg {
  margin-top: 6.25rem !important; }

.margin-bottom-xs {
  margin-bottom: 0.5rem !important; }

.margin-bottom-sm {
  margin-bottom: 0.75rem !important; }

.margin-bottom-md {
  margin-bottom: 1.875rem !important; }

.margin-bottom-lg {
  margin-bottom: 3.75rem !important; }

.margin-bottom-hg {
  margin-bottom: 6.25rem !important; }
/* Others */
.no-border {
  border: medium none;
  border-radius: 0; }
/* CONTENT LINKS */
a {
  color: #1d1d1d; }
  a:hover, a:focus {
    color: #1d1d1d; }
/* HEADINGS */
.heading-theme, .heading-theme > a {
  color: #1d1d1d !important; }
  .heading-theme:hover, .heading-theme > a:hover, .heading-theme:focus, .heading-theme > a:focus {
    color: #757575 !important; }
  .heading-flip, .heading-flip > a {
    color: #757575 !important; }
  .heading-flip:hover, .heading-flip > a:hover, .heading-flip:focus, .heading-flip > a:focus {
    color: #1d1d1d !important; }
/* BUTTONS */
.btn-theme {
  color: #1d1d1d !important;
  background-color: #ffd400;
  border-color: #f5cc00; }
  .btn-theme .fa {
    color: #1d1d1d; }
  .btn-theme .fa:hover {
    color: #1d1d1d; }
  .btn-theme:focus, .btn-theme.focus {
    color: #1d1d1d;
    background-color: #ca0;
    border-color: #f5cc00; }
  .btn-theme:hover {
    color: #1d1d1d !important;
    background-color: #ffc700;
    border-color: #c29700; }
  .btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
    color: #1d1d1d;
    background-color: #ca0;
    border-color: #f5cc00; }
  .btn-theme:active:hover, .btn-theme.active:hover, .open > .btn-theme.dropdown-toggle:hover, .btn-theme:active:focus, .btn-theme.active:focus, .open > .btn-theme.dropdown-toggle:focus, .btn-theme:active.focus, .btn-theme.active.focus, .open > .btn-theme.dropdown-toggle.focus {
    color: #1d1d1d;
    background-color: #ffc700;
    border-color: #f5bf00; }
  .btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
    background-image: none; }
  .btn-theme.disabled:hover, .btn-theme[disabled]:hover, fieldset[disabled] .btn-theme:hover, .btn-theme.disabled:focus, .btn-theme[disabled]:focus, fieldset[disabled] .btn-theme:focus, .btn-theme.disabled.focus, .btn-theme[disabled].focus, fieldset[disabled] .btn-theme.focus {
    background-color: #ffd400;
    border-color: #f5cc00; }
  .btn-theme .badge {
    color: #ffd400;
    background-color: #1d1d1d; }

.btn-flip {
  color: #ffd400 !important;
  background-color: #1d1d1d;
  border-color: #181818; }
  .btn-flip .fa {
    color: #ffd400; }
  .btn-flip .fa:hover {
    color: #1d1d1d; }
  .btn-flip:focus, .btn-flip.focus {
    color: #ffd400;
    background-color: #040404;
    border-color: #181818; }
  .btn-flip:hover {
    color: #1d1d1d !important;
    background-color: #ffc700;
    border-color: #c29700; }
  .btn-flip:active, .btn-flip.active, .open > .btn-flip.dropdown-toggle {
    color: #ffd400;
    background-color: #040404;
    border-color: #181818; }
  .btn-flip:active:hover, .btn-flip.active:hover, .open > .btn-flip.dropdown-toggle:hover, .btn-flip:active:focus, .btn-flip.active:focus, .open > .btn-flip.dropdown-toggle:focus, .btn-flip:active.focus, .btn-flip.active.focus, .open > .btn-flip.dropdown-toggle.focus {
    color: #1d1d1d;
    background-color: #ffc700;
    border-color: #f5bf00; }
  .btn-flip:active, .btn-flip.active, .open > .btn-flip.dropdown-toggle {
    background-image: none; }
  .btn-flip.disabled:hover, .btn-flip[disabled]:hover, fieldset[disabled] .btn-flip:hover, .btn-flip.disabled:focus, .btn-flip[disabled]:focus, fieldset[disabled] .btn-flip:focus, .btn-flip.disabled.focus, .btn-flip[disabled].focus, fieldset[disabled] .btn-flip.focus {
    background-color: #1d1d1d;
    border-color: #181818; }
  .btn-flip .badge {
    color: #1d1d1d;
    background-color: #ffd400; }

.btn-tertiary {
  color: #1d1d1d !important;
  background-color: #bbb;
  border-color: #b6b6b6; }
  .btn-tertiary .fa {
    color: #1d1d1d; }
  .btn-tertiary .fa:hover {
    color: #bbb; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    color: #1d1d1d;
    background-color: #a2a2a2;
    border-color: #b6b6b6; }
  .btn-tertiary:hover {
    color: #bbb !important;
    background-color: #1d1d1d;
    border-color: #000; }
  .btn-tertiary:active, .btn-tertiary.active, .open > .btn-tertiary.dropdown-toggle {
    color: #1d1d1d;
    background-color: #a2a2a2;
    border-color: #b6b6b6; }
  .btn-tertiary:active:hover, .btn-tertiary.active:hover, .open > .btn-tertiary.dropdown-toggle:hover, .btn-tertiary:active:focus, .btn-tertiary.active:focus, .open > .btn-tertiary.dropdown-toggle:focus, .btn-tertiary:active.focus, .btn-tertiary.active.focus, .open > .btn-tertiary.dropdown-toggle.focus {
    color: #bbb;
    background-color: #1d1d1d;
    border-color: #181818; }
  .btn-tertiary:active, .btn-tertiary.active, .open > .btn-tertiary.dropdown-toggle {
    background-image: none; }
  .btn-tertiary.disabled:hover, .btn-tertiary[disabled]:hover, fieldset[disabled] .btn-tertiary:hover, .btn-tertiary.disabled:focus, .btn-tertiary[disabled]:focus, fieldset[disabled] .btn-tertiary:focus, .btn-tertiary.disabled.focus, .btn-tertiary[disabled].focus, fieldset[disabled] .btn-tertiary.focus {
    background-color: #bbb;
    border-color: #b6b6b6; }
  .btn-tertiary .badge {
    color: #bbb;
    background-color: #1d1d1d; }
/* CARD */
.card-theme {
  margin-bottom: 0.4rem;
  border-color: #ffd400; }
  .card-theme .card-header {
    background-color: #ffd400;
    border-color: #ffd400;
    color: #1d1d1d; }
  .card-theme .card-header a {
    color: #1d1d1d; }
  .card-flip {
    margin-bottom: 0.4rem;
    border-color: #1d1d1d; }
  .card-flip .card-header {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #f1f1f1; }
  .card-flip .card-header a {
    color: #f1f1f1; }
/* MODALS */
.modal-theme {
  border-color: #ffd400; }
  .modal-theme .modal-header {
    background-color: #ffd400;
    border-color: #ffd400;
    color: #1d1d1d; }
    .modal-theme .modal-header .modal-title {
      color: #1d1d1d; }
  .modal-flip {
    border-color: #1d1d1d; }
  .modal-flip .modal-header {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #f1f1f1; }
    .modal-flip .modal-header .modal-title {
      color: #f1f1f1; }
/* UL/OL/LIST-GROUPS ITEMS */
.list-theme li, .list-theme li a {
  background-color: #ffd400;
  border-color: #ffd400;
  color: #1d1d1d !important; }
  .list-theme li:hover, .list-theme li a:hover {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #f1f1f1 !important; }
  .list-theme li .nav-link.active {
    background-color: #1d1d1d !important;
    color: #ffd400 !important;
    border-color: #1d1d1d !important; }
  .list-theme li.active a, .list-theme li.active a:focus, .list-theme li.active a:hover {
    background-color: #1d1d1d !important;
    color: #ffd400 !important;
    border-color: #1d1d1d !important; }
  .list-flip li, .list-flip li a {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #ffd400; }
  .list-flip li:hover, .list-flip li a:hover {
    background-color: #ffc200;
    border-color: #ffc200;
    color: #1d1d1d; }
  .list-flip li.active a, .list-flip li.active a:focus, .list-flip li.active a:hover {
    background-color: #ffd400;
    color: #1d1d1d; }
/* PAGINATION */
.pagination .page-item.active {
  background-color: #ffd400;
  border-color: #ffd400;
  color: #1d1d1d; }
  .pagination .page-item.active a, .pagination .page-item.active a:focus, .pagination .page-item.active a:hover, .pagination .page-item.active span, .pagination .page-item.active span:focus, .pagination .page-item.active span:hover {
    background-color: #ffd400;
    border-color: #ffd400;
    color: #1d1d1d; }
  .pagination li a, .pagination li span, .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #1d1d1d; }

.card-header {
  padding: 0.62rem 0.93rem; }
  .card-header h3, .card-header h4 {
    font-size: 1rem;
    margin-bottom: 0; }
  .card-title {
    font-size: 1rem;
    margin-bottom: 0; }

.shopping-cart-box {
  background-color: #ffd400;
  color: #1d1d1d; }
  .shopping-cart-box:after {
    border-bottom: 8px solid #1d1d1d; }

#shopping-cart-results .cart-list-item {
  background-color: #1d1d1d;
  color: #ffd400; }
  #shopping-cart-results .cart-list-item a {
    color: #ffd400 !important; }
  #shopping-cart-results .cart-saving {
    color: #1d1d1d; }

.bg-image {
  background: url('../images/bg-image.jpg');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.25; }
  .bg-image_content {
    height: auto;
    width: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 75em) {
    .bg-image_content {
      height: 100%; } }
/* HEADINGS */
/*h1 {
 font-size: floor(($font-size-base * 1.8));
 }
 h2 {
 font-size: floor(($font-size-base * 1.6));
 }
 h3 {
 font-size: ceil(($font-size-base * 1.4));
 }
 h4 {
 font-size: ceil(($font-size-base * 1.2));
 }
 h5 {
 font-size: ceil(($font-size-base * 1.1));
 }
 h6 {
 font-size: $font-size-base;
 }*/
.btn {
  border-radius: 0;
  text-transform: uppercase; }

.heading-theme, .heading-theme > a {
  margin-top: 0.31rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.12rem; }
  .heading-flip, .heading-flip > a {
    margin-top: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.12rem; }

.list-theme, .list-flip {
  font-weight: 400; }
  .list-theme .fa, .list-flip .fa {
    margin-right: 0.62rem;
    font-size: 0.9rem; }
  .list-theme > li > a, .list-flip > li > a {
    border-radius: 0px; }

.card-theme .card-header, .card-flip .card-header {
  border-radius: 0;
  text-transform: uppercase; }

.modal {
  border: medium none;
  border-radius: 0; }

.modal-header {
  border-bottom: medium none;
  position: relative; }
  .modal-header .modal-title {
    border-radius: 0;
    text-transform: uppercase; }
  .modal-body {
    background: #f5f5f5 none repeat scroll 0 0; }

.site-bg {
  background-color: #f5f5f5; }
/* ALERT MESSAGES */
.alert-success, .alert-error, .alert-info, .alert-warning {
  padding: 0.31rem; }
  .alert-info {
    background-color: #fe9;
    border-color: #fe9;
    color: #000; }

.search-selectize {
  z-index: 2000 !important; }
/*
 blockquote .small, blockquote footer, blockquote small {
 color: #fff;
 }*/
