/**
 * Theme Name: brickhouse
 * Author: Shokhibul Anwar Nasti / Jin Yon Lee
 * Description: Custom theme creation for Brick House
 * Version: 1.0
 * Tags: translation-ready, custom-background
 * Text Domain: brickhouse-theme
 * License: GNU GPL v3
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap");
@font-face {

font-family: Unna-Bold;

src: url(/wp-content/themes/brickhouse/web/fonts/UNNA/Unna-Bold.ttf);

font-weight: normal;

}
@font-face {

font-family: Unna-Italic;

src: url(/wp-content/themes/brickhouse/web/fonts/UNNA/Unna-Italic.ttf);

font-weight: normal;

}
@font-face {

font-family: Unna-Regular;

src: url(/wp-content/themes/brickhouse/web/fonts/UNNA/Unna-Regular.ttf);

font-weight: normal;

}
@font-face {

font-family: Amalfi-Coast;

src: url(/wp-content/themes/brickhouse/web/fonts/AMALIFI_COAST/Amalfi_Coast.ttf);

font-weight: normal;

}

@font-face {

font-family: Montserrat-regular;

src: url(/wp-content/themes/brickhouse/web/fonts/Montserrat/Montserrat-Regular.otf);

font-weight: normal;

}
@font-face {

font-family: Montserrat-bold;

src: url(/wp-content/themes/brickhouse/web/fonts/Montserrat/Montserrat-Bold.otf);

font-weight: normal;

}

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}
body,
html {
  overflow-x: hidden;
}
b,
strong {
  font-weight: 800;
}

p {
  font-weight: 300;
  font-size: 14px;
  color: #282828;
  letter-spacing: 1px;
  margin-bottom: 0;
}

a {
  /*color: rgb(35 53 99);*/
  text-decoration: none;
      color: white;
    text-decoration: underline;
}

a:hover {
  color: unset;
  text-decoration: none;
  cursor: pointer;
      color: white;
    text-decoration: underline;
}

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

.sticky {
  position: fixed;
  top: 0;
  background: white;
  width: 100%;
  z-index: 99999;
}

.lightblue {
  color: #C27958;
}

.blue {
  color: #1a3260 !important;
}

.slick-arrow {
  cursor: pointer;
}

:focus {
  outline: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

/** Megamenu */
.megamenu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.megamenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.megamenu li {
  display: block;
  margin: 0 20px;
  height: 100%;
}

.megamenu li:last-child {
  display: none;
}

.megamenu li a {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.megamenu li.parent-menu a.parent {
  display: block;
  padding: 10px 0;
  color: rgb(35 53 99);
  font-weight: 700;
}

.megamenu li.parent-menu a.parent.menu_white {
  /*color: #fff;*/
}

.megamenu li a:hover {
  color: #26c2de;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.megamenu li .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 85%;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transition: all ease 0.3s;
}

.megamenu li .submenu.active {
  display: block;
  width: 100%;
  border-bottom: solid 2px rgba(0, 0, 0, 0.3);
  transition: all ease 0.3s;
}

.megamenu li .submenu h1,
.megamenu li .submenu h1 span {
  font-size: 48px;
  text-align: left;
  line-height: 50px;
  font-weight: 700;
}
.normManu {
  position: relative;
}
.megamenu li.normManu .submenu {
  width: 200px;
  height: auto;
}
.megamenu li.normManu .submenu li {
  display: block;
  width: 100%;
}
.megamenu li.normManu .submenu li a {
  display: block;
}
.megamenu li:hover .submenu li a {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.megamenu li:hover .submenu li:hover a {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.megamenu li a.get-app-menu {
  color: #fff;
}
.megamenu li.logo {
  flex: 1;
  text-align: left;
  min-width: 135px;
  margin-left: 0;
}

.megamenu li .submenu .featured-store {
  width: 40%;
  margin: 0 10px;
}

.megamenu li .submenu span {
  font-size: 12px;
  color: #777;
  font-weight: 700;
  text-align: left;
}

.featured-store {
  width: 100%;
}
.featured-store .featured-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}

.featured-store .featured-list a {
  width: 95px;
  height: 95px;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 50px 50px 0px 50px;
}

.store {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  border-radius: 40px 40px 0px 40px;
  padding: 10px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 0px 2px 1px #e3e3e3;
  box-shadow: 0px 0px 2px 1px #e3e3e3;
  background-color: #fff;
}

.megamenu li .submenu .browse-categories {
  width: 16%;
}
.megamenu li .submenu .container .content {
  display: block;
  text-align: left;
}
.megamenu li .submenu .container .content.title {
  margin: 0;
}

.megamenu li .submenu .container {
  display: flex;
  justify-content: flex-start;
  max-width: 1440px;
  width: calc(100% - 30px);
  padding: 0;
}

.megamenu li .submenu .container li {
  padding: 40px 0;
}

.megamenu .all-categories {
  display: flex;
  flex-wrap: wrap;
}

.megamenu .all-categories a {
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #777;
}

.megamenu li:hover .submenu .all-categories a,
.megamenu li .submenu .content div a {
  color: #777;
  font-weight: 400;
}

.megamenu li:hover .submenu .all-categories a:hover,
.megamenu li .submenu .content div a:hover {
  color: #26c2de;
}

.page.page-id-86 > div:nth-child(7) > a.participate_url {
  display: none !important;
}
