
/* html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
} */

body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #015;
}

/*** HEADING ***/
h1 {
  font-size: 1.6rem;
}
h2 {
  font-size: 1.4rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1.1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #015;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #ef3628;
}

@media screen and (max-width: 680px) {
  h1 {
    font-size: 1.4rem;
    font-weight: 700;
  }
}

/*** FONTS ***/
.roboto {
  font-family: "Roboto", sans-serif;
}
/*.poppins {font-family: 'Poppins', sans-serif;}*/
/*.playfair {font-family: 'Playfair Display', serif;}*/

.light {
  font-weight: 300 !important;
}
.normal {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.medium {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}

.strike {
  text-decoration: line-through;
}
.underline {
  border-bottom: 1px solid #bbb;
}
.disabled {
  color: #ccc;
}
.radius-0 {
  border-radius: 0;
}
.larger {
  font-size: 110%;
}

/*** COLORS ***/
.light-gray {
  color: #ccc !important;
}
.lightgray {
  color: #ccc !important;
}
.darkgray {
  color: #555 !important;
}
.gray {
  color: #727272 !important;
}
.white {
  color: white !important;
}
.black {
  color: black !important;
}
.blue {
  color: blue !important;
}
.dark {
  color: #333 !important;
}
.extradark {
  color: #111 !important;
}
.primary {
  color: #ef3628 !important;
}
.primary-dark {
  color: #c30016 !important;
}
.secondary {
  color: #6c7a89 !important;
}
.transparent {
  color: transparent !important;
}
.inherit {
  color: inherit;
}

.bg-primary {
  background-color: #3c609e !important;
}
.bg-light {
  background-color: #f5f5f5 !important;
}

/*** P UL LI HR TABLE ***/
p {
  font-size: 16px;
}
p,
table,
li {
  color: #727272;
}
p,
table,
li {
  color: #015;
}
hr {
  border-color: rgba(99, 99, 99, 0.12);
}
ul {
  list-style-type: none;
  padding-left: 0;
}
ol {
  /* list-style-type: none; */
  padding-left: 0;
}
li {
  line-height: 2rem;
}

.related-categories li {
  line-height: 1.7rem;
}

.fa {
  padding-right: 10px;
}

.space-l {
  padding-top: 80px;
}
.space-m {
  padding-top: 60px;
}
.space-s {
  padding-top: 40px;
}

.btn {
  border-radius: 0.1rem;
}

/*** MAIN ***/
main {
  margin-top: 40px;
}

/*** HEADER TITLE ***/
.page-title {
  background-color: #f5f5f5;
}

.page-title h4 {
  line-height: 2.4rem;
}

.title-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.img-title-box a {
  color: gray;
}

.badge-gray-outline {
  color: #aaa !important;
  border: 1px solid #aaa;
  border-color: #aaa !important;
}

#footer-state ul li {
  line-height: 1.6em;
}
#footer-state ul li a {
  color: #aaa;
}

#footer-bottom a {
  color: #aaa;
}

.imp {
  font-size: 18px;
}

.text-sub {
  font-size: 14px;
}

/*p { font-size: 15px; }*/

a,
a p {
  text-decoration: none !important;
  color: #348;
}

a:hover {
  filter: brightness(90%);
  color: #ef3628;
  border-bottom: 1px solid #eee;
}
a:hover img {
  filter: brightness(106%);
}

a:hover p {
  filter: brightness(90%);
  color: #348;
}

a:hover h5 {
  filter: brightness(90%);
  color: #348;
}

/*.a p { text-decoration: none !important; }*/
.hover-underline {
  text-decoration: underline !important;
}

/*CARDS*/
.card-body {
  padding: 0.75rem 0;
}
.card-title {
  margin-bottom: 0.25rem;
}
.filter-result-box .card-text {
  margin-bottom: 0.75rem;
}

.border-bottom-light {
  border-bottom: 1px solid #eee;
}

/*** NAV ***/
#main-nav nav li a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 95%;
}
#nav-logo img {
  width: 50px !important;
}
.navbar-brand:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}
.navbar-brand img:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}
nav a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}
#bg-bokeh {
  background-image: url(/img/bg/homepage-jumbo-bg4.jpg);
  background-size: cover;
  /*background-color: rgba(246, 36, 89, 0.6);*/
  background-blend-mode: overlay;
  margin-top: 0;
  padding-top: 0;
}
#main-nav nav li a {
  color: #f62459 !important;
  font-weight: 700;
  /*font-family: 'Merienda', serif;*/
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.bg-nav {
  background-size: cover;
  /*background-color: #444;
		background-color: #aaa;
	  	background-blend-mode: overlay;*/
  height: 350px;
  margin-top: 0;
  padding-top: 0;
}
.bg-nav nav li a {
  color: #f62459 !important;
  font-weight: 700;
  /*font-family: 'Merienda', serif;*/
}
.bg-nav nav .navbar-brand {
  color: #fff;
}
.bg-nav-bottom {
  background-size: cover;
  background-color: #222;
  background-blend-mode: overlay;
  height: 250px;
  margin-top: 0;
  padding-top: 0;
}

#main-filter li {
  font-size: 14px;
}

.filter-box {
  margin-top: 2em;
}

.review-box-link h5 {
  color: #777;
  font-size: 110%;
}

.review-box-link {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 5px;
}

.review-box-link p {
  color: #777;
}

.star-box .fa {
  padding-right: 0;
  color: #aaa;
  font-size: 80%;
}
.star-box .yellow {
  color: rgb(247, 202, 24);
}

/*LIGHT SLIDER*/
.lSPager .lSpg {
  display: none;
}

/*IMAGE */
.img-featured small a {
  color: inherit;
}
.img-featured small {
  color: #aaa;
}

/*** JUMBO ***/
.jumbo-large {
  height: 350px;
}
.jumbo-medium {
  height: 220px;
}
.jumbo-small {
  height: 150px;
}

/*** BODY HEADER ***/
body > header {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-bottom: 1px solid #dee2e6 !important;
}

body > header nav > a {
  text-transform: uppercase;
}

header {
  padding-bottom: 0.5rem;
}
header h2,
h3 {
  font-weight: 700 !important;
}

/*** BREACRUMBS ***/
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  /*content: "/";*/
  content: "\232A";
  font-size: 70%;
}
#breadcrumb ol {
  background-color: transparent !important;
  padding: 0;
}
#breadcrumb ol li {
  font-size: 90%;
  font-weight: 400;
  text-transform: uppercase;
  color: #ccc !important;
}
#breadcrumb ol li a {
  color: #ccc !important;
}
#breadcrumb ol li a:hover {
  color: #ef3628 !important;
}

/*** ARTICLE ***/
article {
  padding-right: 2rem !important;
  padding-top: 1.5rem;
}

@media (max-width: 680px) {
  article {
    /*margin-left: 1rem !important;*/
    padding-right: 0.5rem !important;
  }
}

/*** RESULT CARD ***/
.result-cards li {
  border: 1px solid #f1f1f1 !important;
  margin-bottom: 2.5rem;
  padding: 1rem;
  padding-right: 0.25rem;
}
.result-cards li:hover {
  border: 1px solid #fde7e6 !important;
  background-color: #fffdfe !important;
}
.result-cards li img {
  border: 1px solid #f5f5f5 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .result-cards li > a {
    padding-left: 0.1rem;
  }
}
.result-cards li .col-md-9 {
  /*margin-left: 1rem !important;*/
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0.25rem;
}
@media screen and (max-width: 680px) {
  .result-cards li .col-md-9 {
    /*margin-left: 1rem !important;*/
    padding-left: 0.1rem;
  }
}

.result-cards li .col-md-9 h3 {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.result-cards li .col-md-9 h3 a {
  font-weight: 500 !important;
  color: #ef3628 !important;
}
.result-cards li .col-md-9 p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.result-cards li .col-md-9 p:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
}
.result-cards li .col-md-9 p a {
  border-bottom: 1px solid #eee;
  color: #348;
  /*color: #484848;*/
  /*color: #ef3628;*/
  /*color: inherit;*/
}
.result-cards li .col-md-9 p a:hover {
  border-bottom: 1px solid #eee;
  color: #ef3628;
}
.result-cards li .col-md-9 .meta .locality,
.city {
  font-size: 90% !important;
  margin-right: 0.5rem;
  color: gray;
}
@media screen and (max-width: 680px) {
  .result-cards li .col-md-9 .meta .locality {
    display: inline-block;
  }
}

.result-cards li .col-md-9 .meta .city,
.locality {
  font-size: 90% !important;
  margin-right: 0.5rem;
  color: gray;
}

/*** BADGE ***/
.badge-light {
  background-color: #ddd;
  color: #777;
}
.badge-primary {
  background-color: #ef3628 !important;
}
.tag-badge {
  opacity: 1;
  padding: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.tag-badge-primary {
  color: #f64747;
  border: 1px solid #f64747;
}

.tag-badge-secondary {
  color: #aaa;
  border: 1px solid #aaa;
}

.tag-badge-blue {
  color: #1e8bc3;
  border: 1px solid #1e8bc3;
}

.tag-badge-orange {
  color: #bf55ec;
  border: 1px solid #bf55ec;
}

/*** ASIDE SIDEBAR ***/
aside {
  padding-top: 1.5rem;
}
aside > div {
  margin-bottom: 3rem;
}
aside > div h3 {
  text-transform: uppercase !important;
  color: #ef3628 !important;
  font-size: 16px;
  font-size: 500;
  margin-bottom: 1rem;
}
aside > div ul {
  list-style-type: none;
}
aside > div li {
  line-height: 1.8rem;
  margin-right: 1rem;
}
aside > div li a {
  border-bottom: 1px solid #ccc;
}
aside > div li a:hover {
  color: #ef3628 !important;
  border-bottom: 1px solid #f5f5f5;
}

/*** SECTION ***/
section {
  margin-bottom: 2.5rem;
}
section header h2,
h3 {
  font-weight: 500;
}

section#popular-brands li {
  margin-bottom: 1rem;
}

section#popular-brands li a {
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  border: 1px solid #ddd;
  border-bottom: 2px solid rgba(238, 51, 51, 0.1);
  border-radius: 2px;
  padding-left: 0.5rem;
  font-size: 0.95rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  background-color: #fbfbfb;
}
section#popular-brands li a:hover {
  text-decoration: none;
  border-bottom: 2px solid rgba(238, 51, 51, 1);
  color: white;
}

section#popular-brands li div img {
  height: 50px !important;
  width: 50px !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

section#popular-brands li h6 + div {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}

section#popular-brands li a .flex-grow-1 {
  padding-left: 0.5rem;
}

section#popular-brands h6 {
  color: #015;
}

section#popular-brands .flex-grow-1 .d-flex div:first-child {
  color: gray !important;
  font-size: 80%;
  font-weight: 400;
}
section#popular-brands .flex-grow-1 .d-flex div:last-child {
  padding-right: 0.5rem;
}

/*** VIEW ALL ***/
.view-all {
  /*text-left mt-3 mb-5*/
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.view-all a {
  font-weight: 500;
  color: #6c7a89;
}

.view-all a i {
  padding-left: 0.5rem;
}

/*** STORE-INFO ***/
#store-info {
  border: 1px solid rgba(0, 0, 0, 0.125);
  /*d-flex border-lines w-100*/
  width: 100% !important;
  display: flex !important;
}
#store-info > img {
  /*padding: 1.5rem 1rem 1.5rem 1rem;*/
  width: 30%;
  height: 100%;
  padding: 0.75rem;
  margin: auto 0.5rem;
  display: inline-block;
}
@media screen and (max-width: 680px) {
  #store-info > img {
    display: none;
  }
}
#store-info ul {
  width: 70%;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  #store-info ul {
    width: 100%;
  }
}
#store-info ul li {
  padding: 0.4rem 1.25rem 0.4rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: flex !important;
  line-height: 1.8rem;
}
#store-info ul li img {
  padding-right: 0.75rem;
}
#store-info ul li h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
}
#store-info ul li a {
  color: #ef3628;
}
#store-info ul li .rating-stars img {
  padding-right: 0;
}
#store-info li p {
  margin-bottom: 0 !important;
}
#store-info li .address span {
  padding-right: 0.25rem;
  display: inline;
}
#store-info li .addressCountry {
  display: none;
}

/*** LETTER IDS ***/
#letter-ids {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
#letter-ids div a {
  color: gray;
  border-bottom: 1px solid #727272;
}

/*** POPULAR PLACES ***/
.popular-places {
  margin-bottom: 3rem;
}
.popular-places div {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/*** STATE SELECT ***/
/*.state-select:first-child {
      margin-top: 1.0rem;
      font-weight: 700;
    }*/
.state-select {
  padding-left: 0.5rem;
}
.state-select a {
  /*col-md-1 badge badge-light p-2 mr-3 mb-2*/
  margin-right: 1rem !important;
  margin-bottom: 0.5rem !important;
  padding: 0.5rem !important;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: lavender;
  border: 1px solid #eee;
}

/*** TABLE ***/
/*** TABLE ***/
.menu-items tr:nth-child(even) {
  background: #fafafa;
}
.menu-items tr:nth-child(odd) {
  background: #fff;
}
.menu-items tr:last-child {
  border-bottom: 1px solid #ddd;
}
.menu-items {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

table.menu-items {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  margin-top: 1rem;
  margin-bottom: 40px;
}

table.menu-items th,
table.menu-items td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

table.menu-items thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table.menu-items tbody + tbody {
  border-top: 2px solid #dee2e6;
}

table.menu-items thead tr {
  background-color: #ddd;
}

table.menu-items th {
  background-color: #ddd;
}

table.menu-items th {
  color: #015;
  text-align: left;
  display: block;
}

/*** MENU CATEGORY BADGE ***/
.menuCategoryBadge {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #ddd;
}

/*** BLOG INDEX ***/
/* .blog-ix img {
  width: 100%;
} */

/*** MENU DROPDOWN OVERRIDES***/
.dropdown-menu {
  /* min-width: 5rem !important; */
  max-width: 5rem !important;
}

/*** BLOG ***/
.blog-body img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-body .img-featured {
  padding-top: 10px;
  padding-bottom: 20px;
}

.blog-body p {
  text-align: left;
}

.blog-body ol li p {
  text-align: left;
  margin-left: -15px;
  color: #202124;
  font-weight: 300;
}

.blog-body img {
  max-width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-body ol {
  padding-top: 10px;
}

.blog-body ol li {
  margin-left: 15px;
  padding-bottom: 20px;
  line-height: 1.6rem;
}

.blog-body h2 {
  font-size: 32px;
  line-height: 1.25;
}

.blog-body ol li h2 {
  font-size: 28px;
  line-height: 1.25;
  color: #202124;
}

.blog .heading {
  color: rgb(31, 41, 55);
  display: block;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2.25rem;
  padding-top: 10px;
  padding-bottom: 5px;
}

.blog .meta-publish {
  color: rgb(55, 65, 81);
  font-size: 0.85rem;
  font-weight: 500;
}

.blog h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  /* font-weight: 600; */
  color: rgb(31, 41, 55);
}

.blog p {
  /* font-size: 1.5rem; */
  line-height: 1.6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 400;
  color: rgb(31, 41, 55);
  text-rendering: optimizeLegibility;
}

.blog ol li p {
  /* font-size: 1.5rem; */
  line-height: 1.6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 400;
  color: rgb(31, 41, 55);
  text-rendering: optimizeLegibility;
}

.blog-ix h1,
h2,
h3,
p,
a p {
  color: rgb(31, 41, 55);
}

.blog-ix h2 {
  line-height: 2rem;
}

.blog-ix .post-date {
  color: rgb(55, 65, 81);
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 400;
}
/**** HOMEPAGE SLIDES ****/
@media (max-width: 426px) {
  .carousel .container {
    padding-top: 50px;
  }
}

/*** NAVBAR ***/
nav .dropdown a {
  color: #333 !important;
}

/*** BLOG FOOTER SHARE BUTTONS ***/

.btn-social,
.btn-social:visited,
.btn-social:focus,
.btn-social:hover,
.btn-social:active {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.15s ease-in-out;
}

.btn-social:hover,
.btn-social:active {
  opacity: 0.75;
}

.btn-fb {
  background-color: #3b5998;
}

.btn-tw {
  background-color: #1da1f2;
}

.btn-in {
  background-color: #128c7e;
}

/* Fluid Styles */

.fluid {
  display: flex;
}

.fluid a {
  flex-grow: 1;
  margin-right: 0.25rem;
}

.fluid a:last-child {
  margin-right: 0rem;
}

/*** FAQ ***/
.faq-question {
  padding-top: 10px;
}

.faq-answer {
  text-align: justify;
}

/*** FOOTER ***/
footer > div {
  background-color: #f5f5f5 !important;
  margin-top: 40px;
}
#footer-logo {
  height: 50px;
}
#footer-bottom a {
  padding-right: 1.5rem;
  color: gray;
  font-size: 80%;
  font-weight: 400;
}

#footer-bottom div:last-child a {
  float: right;
}
