/*
Theme Name: The Fab Empire Website Theme
Author: Adi Amit
Description: Theme for TFE website
Version: 0.0.1
Tags: The Fab Empire
Text Domain: The Fab Empire Website
*/
/* -----------------------------------------------------------------------------------

HEADER
___________

----------------------------------------------------------------------------------- */
#header {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  background: #1E1E20;
  padding: 15px 5px;
}
@media (min-width: 992px) {
  #header {
    padding: 0;
  }
}
#header .top-section {
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  position: relative;
  z-index: 2;
}
#header .top-section .logo {
  overflow: hidden;
}
#header .top-section .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .top-section .logo a > * {
  max-width: 190px;
}
@media (min-width: 852px) {
  #header .top-section .logo a > * {
    max-width: 300px;
  }
}
#header .top-section .headerSocialLinks {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
#header .top-section .headerSocialLinks .linkItem {
  display: flex;
  align-items: center;
}
#header .top-section .headerSocialLinks .linkItem .icon {
  display: inline-flex;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-inline-end: 2px;
  overflow: hidden;
}
#header .top-section .headerSocialLinks .linkItem .icon img {
  max-width: 12px;
  max-height: 13px;
}
#header .top-section .headerSocialLinks .linkItem .data {
  display: none;
}
#header .top-section .headerSocialLinks .linkItem:after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 20px;
  background: #4E4E52;
  margin: 0 8px;
}
#header .top-section .headerSocialLinks .linkItem:last-child:after {
  display: none;
}
@media (min-width: 992px) {
  #header .top-section .headerSocialLinks .linkItem {
    justify-content: flex-end;
  }
  #header .top-section .headerSocialLinks .linkItem .data {
    display: inline-flex;
    align-items: center;
    font-size: 0.625rem;
    line-height: normal;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
  }
}
#header .bottom-section {
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
#header .bottom-section .header_menu_wrapper {
  justify-content: center;
  padding: 0;
  padding-top: 15px;
}
#header .bottom-section .header_menu_wrapper .navbar-toggler {
  display: flex;
  flex-flow: column;
  width: 20px;
  position: absolute;
  inset-inline-end: 5px;
  top: -54px;
  background: none;
  padding: 0;
  border: none;
}
#header .bottom-section .header_menu_wrapper .navbar-toggler:focus {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#header .bottom-section .header_menu_wrapper .navbar-toggler .line {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  #header .bottom-section .header_menu_wrapper .navbar-toggler {
    display: none;
  }
}
#header .bottom-section .header_menu_wrapper .navbar-nav {
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 992px) {
  #header .bottom-section .header_menu_wrapper .navbar-nav {
    align-items: center;
  }
}
#header .bottom-section .header_menu_wrapper .navbar-nav > .nav-item > .nav-link {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-block: 5px;
  padding-inline-end: 16px;
  padding-inline-start: 0;
  position: relative;
}
@media (min-width: 992px) {
  #header .bottom-section .header_menu_wrapper .navbar-nav > .nav-item > .nav-link {
    padding: 5px 16px;
  }
}
#header .bottom-section .header_menu_wrapper .navbar-nav > .nav-item > .nav-link::after {
  content: "";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -4px;
  left: 0;
  background: none;
  border: none;
}
#header .bottom-section .header_menu_wrapper .navbar-nav > .nav-item.smallDrop {
  position: relative;
}
@media (min-width: 992px) {
  #header .bottom-section .header_menu_wrapper .navbar-nav > .nav-item:hover > .nav-link {
    background: #4E4E52;
    text-decoration: none;
  }
  #header .bottom-section .header_menu_wrapper .navbar-nav > .nav-item:hover .dropdown-menu {
    display: flex;
    flex-flow: column;
  }
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu {
  display: none;
  flex-flow: row wrap;
  position: absolute;
  width: 100%;
  inset-inline-start: 0;
  border: none;
  background: none;
  background: #fff;
  padding: 15px 10px;
  border-radius: 0;
  box-shadow: 0 2px 11px 1px rgba(11, 15, 18, 0.05);
}
@media (min-width: 992px) {
  #header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu {
    width: 240px;
  }
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu.close {
  display: none !important;
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu.bigDropDown {
  inset-inline-end: 0;
  margin: auto;
  padding: 15px;
  max-height: 500px;
  overflow-y: scroll;
  border-bottom: 20px solid #fff;
}
@media (min-width: 992px) {
  #header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu.bigDropDown {
    width: 780px;
    padding: 20px 40px 40px 40px;
    max-height: 100vh;
    border: none;
    overflow: hidden;
  }
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu .nav-item .nav-link {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #4E4E52;
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu .nav-item .nav-link:hover {
  color: #000;
  text-decoration: none;
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu .nav-item.parentCategory {
  flex: 0.2 0 0;
  margin-inline-end: 2%;
  margin-bottom: 25px;
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu .nav-item.parentCategory:last-child {
  margin: 0;
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu .nav-item.parentCategory > .nav-link {
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #1E1E20;
  padding: 10px 0;
}
@media (min-width: 992px) {
  #header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu .nav-item.parentCategory > .nav-link {
    border-top: 2px solid #1E1E20;
  }
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu .nav-item.parentCategory .dropdown-menu {
  display: block;
  padding: 0;
  position: static;
  width: 100%;
  background: none;
  box-shadow: none;
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu .nav-item.parentCategory .dropdown-menu .nav-item .nav-link {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #4E4E52;
  padding: 12px 0;
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu .nav-item.parentCategory .dropdown-menu .nav-item .nav-link:hover {
  color: #000;
  text-decoration: none;
}
#header .bottom-section .header_menu_wrapper .navbar-nav .dropdown-menu .nav-item.parentCategory .dropdown-menu .nav-item .nav-link:first-child {
  padding-top: 0;
}
#header .bottom-section .header_menu_wrapper .navbar-nav .searchIcon {
  padding: 5px 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  #header .bottom-section .header_menu_wrapper .navbar-nav .searchIcon {
    padding: 5px 16px;
  }
}
@media (min-width: 992px) {
  #header .bottom-section .header_menu_wrapper {
    padding: 0;
  }
}
#header .bottom-section .search_wrapper {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -76px;
  margin: auto;
  width: 100%;
  height: 56px;
  max-width: 770px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
}
#header .bottom-section .search_wrapper #searchform {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 20px;
}
#header .bottom-section .search_wrapper #searchform .search-field {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 0;
  background: none;
  padding: 0;
}
#header .bottom-section .search_wrapper #searchform .searchSubmit {
  border: none;
  outline: none;
  border-radius: 2px;
  background: #1E1E20;
  padding: 8px 12px;
  text-transform: uppercase;
  color: #fff;
}
#header .bottom-section .search_wrapper #searchform .searchSubmit:hover {
  background: #FF2D52;
}
#header .bottom-section .search_wrapper.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 992px) {
  #header .bottom-section {
    border-top: 1px solid #4E4E52;
  }
}
#header .background {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
#header .background.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

/* -----------------------------------------------------------------------------------

	Footer
	___________

----------------------------------------------------------------------------------- */
footer {
  background: #1E1E20;
  padding: 40px 15px;
}
@media (min-width: 1200px) {
  footer .container {
    padding: 40px 0;
    max-width: 1024px;
  }
}
footer .topSection {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(78, 78, 82, 0.4);
}
@media (min-width: 992px) {
  footer .topSection {
    flex-flow: row;
  }
}
footer .topSection .contactBox {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  footer .topSection .contactBox {
    margin-bottom: 0;
  }
}
footer .topSection .contactBox .subscribeForm {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .topSection .contactBox .subscribeForm {
    margin-bottom: 0;
  }
}
footer .topSection .contactBox .subscribeForm .formTitle {
  color: #fff;
  font-size: 16px;
  margin-bottom: 11px;
}
footer .topSection .contactBox .subscribeForm .footerForm {
  margin: 0;
  margin-bottom: 11px;
  width: 326px;
}
footer .topSection .contactBox .subscribeForm .footerForm .wpforms-error-noscript {
  display: none;
}
footer .topSection .contactBox .subscribeForm .footerForm.wpforms-container .wpforms-form {
  display: flex;
  height: 48px;
  overflow: hidden;
  border: 1px solid #FFF;
}
footer .topSection .contactBox .subscribeForm .footerForm.wpforms-container .wpforms-form .wpforms-field-label {
  display: none;
}
footer .topSection .contactBox .subscribeForm .footerForm.wpforms-container .wpforms-form .wpforms-field-container {
  display: inline-flex;
  height: 100%;
}
footer .topSection .contactBox .subscribeForm .footerForm.wpforms-container .wpforms-form .wpforms-field-container .emailInput {
  min-width: 205px;
  padding: 0;
  position: relative;
}
footer .topSection .contactBox .subscribeForm .footerForm.wpforms-container .wpforms-form .wpforms-field-container .emailInput:before {
  content: "";
  position: absolute;
  inset-inline-start: 11px;
  top: 17px;
  width: 16px;
  height: 11px;
  background: url("./img/envelope.svg");
}
footer .topSection .contactBox .subscribeForm .footerForm.wpforms-container .wpforms-form .wpforms-field-container .emailInput input {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 0;
  background: none;
  color: #fff;
  font-size: 0.875rem;
  padding-block: 8.5px;
  padding-inline-start: 21px;
  padding-inline-end: 34px;
}
footer .topSection .contactBox .subscribeForm .footerForm.wpforms-container .wpforms-form .wpforms-field-container .emailInput input::placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 0.875rem;
}
footer .topSection .contactBox .subscribeForm .footerForm.wpforms-container .wpforms-form .wpforms-submit-container {
  display: inline-flex;
  margin: 0;
  height: 100%;
}
footer .topSection .contactBox .subscribeForm .footerForm.wpforms-container .wpforms-form .wpforms-submit-container .submitBtn {
  display: block;
  font-size: 0.6875rem;
  height: 100%;
  background: none;
  border-inline-start: 1px solid #fff;
  padding: 14px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.88px;
  width: 121px;
}
footer .topSection .contactBox .subscribeForm .footerForm.wpforms-container .wpforms-form .wpforms-submit-container .submitBtn:hover {
  background: #FF2D52;
  color: #fff;
}
footer .topSection .contactBox .footerSocialLinks {
  display: flex;
  align-items: center;
  justify-content: start;
}
footer .topSection .contactBox .footerSocialLinks .linkItem {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-inline-end: 7px;
}
footer .topSection .menu-footer-menu-container {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  footer .topSection .menu-footer-menu-container {
    display: inline-flex;
    width: 40%;
  }
}
footer .topSection .menu-footer-menu-container .footerMenu {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-flow: row wrap;
  padding: 0;
  list-style: none;
  width: 100%;
}
footer .topSection .menu-footer-menu-container .footerMenu .menu-item.menu-item-has-children {
  display: inline-flex;
  flex: 1;
  padding-inline-end: 15px;
}
footer .topSection .menu-footer-menu-container .footerMenu .menu-item.menu-item-has-children > a {
  display: none;
}
footer .topSection .menu-footer-menu-container .footerMenu .menu-item.menu-item-has-children .sub-menu {
  display: flex;
  flex-flow: column wrap;
  flex: 1;
  padding: 0;
}
footer .topSection .menu-footer-menu-container .footerMenu .menu-item.menu-item-has-children .sub-menu .menu-item {
  display: flex;
  width: 100%;
}
footer .topSection .menu-footer-menu-container .footerMenu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
footer .topSection .menu-footer-menu-container .footerMenu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  color: #FF2D52;
}
footer .bottomSection {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 40px;
}
footer .bottomSection .policiesLinks {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  margin-bottom: 17px;
}
footer .bottomSection .policiesLinks .policyLink {
  display: inline-flex;
  align-items: center;
  font-size: 0.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
footer .bottomSection .policiesLinks .policyLink:hover {
  color: #fff;
}
footer .bottomSection .policiesLinks .policyLink:after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 16px;
  background: #fff;
  margin: 0 8px;
}
footer .bottomSection .policiesLinks .policyLink:last-child:after {
  display: none;
}
footer .bottomSection .bottomContent {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  footer .bottomSection .bottomContent {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }
}
footer .bottomSection .bottomContent .logo {
  margin-bottom: 15px;
  max-width: 250px;
  overflow: hidden;
}
@media (min-width: 992px) {
  footer .bottomSection .bottomContent .logo {
    margin-inline-end: 10px;
    margin-bottom: 0;
  }
}
footer .bottomSection .bottomContent .logo img {
  width: 100%;
}
footer .bottomSection .bottomContent .content {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
}

/* -----------------------------------------------------------------------------------

   General
    ___________

----------------------------------------------------------------------------------- */
.postItem {
  margin-bottom: 40px;
}
.postItem:last-child {
  padding: 0;
}
.postItem .imageWrapper {
  width: 100%;
  height: 245px;
  overflow: hidden;
  margin-bottom: 12px;
}
.postItem .imageWrapper a {
  width: 100%;
  height: 100%;
}
.postItem .imageWrapper a img {
  min-height: 100%;
  min-width: 100%;
}
.postItem .title {
  margin-bottom: 12px;
}
.postItem .title a {
  font-size: 1.125rem;
  color: #1E1E20;
}
@media (min-width: 992px) {
  .postItem .title a {
    font-size: 1.25rem;
  }
}
.postItem .desc {
  font-size: 0.875rem;
  color: #1E1E20;
}
.postItem .tag {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 11px;
  height: 18px;
  overflow: hidden;
}
.postItem .author {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #1E1E20;
  margin-bottom: 8px;
}
.postItem .author a {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: normal;
  color: #1E1E20;
  text-decoration: underline;
}
.postItem .author a:hover {
  color: #FF2D52;
}
.postItem .author a .profile {
  width: 18px;
  height: 18px;
  margin-inline-end: 6px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.galleryPopup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.galleryPopup .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.galleryPopup .innerWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 20px;
}
.galleryPopup .innerWrapper .closeBtn {
  width: 30px;
  height: 30px;
  background: url("./img/close.png") no-repeat center;
  opacity: 0.7;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  cursor: pointer;
}
.galleryPopup .innerWrapper .closeBtn:hover {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.galleryPopup .innerWrapper img, .galleryPopup .innerWrapper video {
  opacity: 0;
  visibility: hidden;
  max-width: 90%;
  max-height: 600px;
  border: 4px solid #fff;
  border-radius: 20px;
}
.galleryPopup.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}
.galleryPopup.active .innerWrapper img, .galleryPopup.active .innerWrapper video {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}

/*# sourceMappingURL=style.css.map */
