html,
body {
  font-family: "Vice City Sans";
  color: #000;
}
@media (max-width: 640px) {
    .widget .email {
        font-size:24px !important;
    }
    .alm-reveal > div.item-block img{
        width:100% !important;
    }
    .alm-reveal > div.item-block div h3 {
  font-size: 16px !important;
  color: #fff;
}
.alm-reveal > div.item-block div p {
  font-size: 12px !important;
  color: #fff;
}
  .alm-reveal > div.item-block {
    max-width: 100% !important;
    width:100% !important;
  }
  .alm-reveal > div.item-block div {
    display: block;
  }
}

@media (max-width: 767px) {
  .alm-reveal > div.item-block {
    max-width: 50%;
  }
  .wp-bp-main-content {
    padding-top: 0 !important;
  }

  #primary-menu {
    border-left: 2px solid #000;
    padding-left: 18px;
  }

  #primary-menu li {
    line-height: 1.5 !important;
    border-right: none !important;
  }

  #primary-menu-wrap {
    position: relative;
    margin-top: -50px;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 2;
    height: 0px;
    overflow: hidden;
  }

  #primary-menu-wrap.open {
    margin-top: 0;
    height: 210px;
  }
}

@media (min-width: 768px) {
    .alm-reveal > div.item-block {
  
  max-width: 33.3333%;
  width:100%;
}
  .navbar-nav {
    flex-direction: row !important;
  }

  .hamburger-container {
    display: none !important;
  }

  header .navbar {
    display: flex;
    flex-direction: column;
  }

  #primary-menu .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.custom-logo-link {
  margin: 0 0 15px !important;
}

a:hover {
  color: #ed7070 !important;
}

.alm-reveal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.alm-reveal > div.item-block {
  float: left;
  padding: 5px;
  position: relative;
}
.alm-reveal > div.item-block img {
  position: relative;
  z-index: 5;
}
.alm-reveal > div.item-block div {
  position: absolute;
  z-index: 10;
  margin: 0;
  top: 15px;
  width: calc(100% - 30px);
  padding: 15px;
  height: calc(100% - 30px);
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  left: 15px;
  text-align:center;
}
.alm-reveal > div.item-block:hover div {
  visibility: visible;
  opacity: 1;
  top: 15px;
  left: 15px;/*
  border: 1px solid rgba(255, 255, 255, 0.7);*/
}
.alm-reveal > div.item-block div h3 {
  font-size: 20px !important;
  color: #fff;
}
.alm-reveal > div.item-block div p {
  font-size: 16px !important;
  color: #fff;
}
nav .custom-logo {
  height: 100px;
}

#primary-menu {
  margin-top: 15px;
}

#primary-menu li {
  line-height: 0;
  border-right: 1px solid #666;
}

#primary-menu li:last-child {
  border-right: 0;
}

#primary-menu li a {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}

#primary-menu li a:hover,
#primary-menu li.active a {
  color: #ed7070;
}

.widget .widget-title {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}

.widget .email {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #ed7070;
  margin-bottom: 15px;
}

.footer-bottom {
  background: #000;
  color: #fff;
}

.footer-widgets .widget ul li {
  list-style: none !important;
  display: inline;
}

.footer-widgets .widget ul li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 0 1rem;
  border-right: 1px solid #f2f2f2;
}

.footer-widgets .widget ul li:last-child a {
  border-right: none !important;
}

.gallery {
  text-align: center;
}

.gallery-item {
  width: 180px !important;
  max-width: 100% !important;
  padding: 15px;
}

.entry-title.h2 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
}

.card.page {
  border: 0 !important;
}

.card-body {
  padding: 0 !important;
}

.alm-btn-wrap .alm-load-more-btn {
  background: transparent !important;
  border: 2px solid #000000 !important;
  padding: 15px 20px !important;
  font-size: 22px !important;
  text-transform: uppercase;
  color: #000 !important;
  border-radius: 0 !important;
  line-height: 22px !important;
  height: 52px !important;
  margin-top: 1rem !important;
}

.alm-btn-wrap .alm-load-more-btn:hover {
  background: #000 !important;
  color: #fff !important;
}

#menu-footer-links {
  padding: 0 !important;
}

.footer-bottom {
  padding: 15px;
}

.footer-3-area .custom-html-widget span {
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 25px;
  display: inline-block;
  line-height: 1;
  margin: 5px;
}

body.page-template .site-content .container {
  max-width: 700px !important;
  
}
body.page-template .site-content .site-main .entry-content{
    text-align:center;
}
body.page-template .site-content .site-main .entry-content .qae-faqs-container {
    text-align:left;
}
/* Responsive menu icon*/

.hamburger-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  cursor: pointer;
  transition: all var(--time) ease-in-out;
  background: #000;
}

.hamburger {
  position: relative;
  width: 45px;
  height: 4px;
  border-radius: 25px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all var(--time) ease-in-out;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 25px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all var(--time) ease-in-out;
}

.hamburger-container .hamburger::before {
  transform: translateY(-12px);
}

.hamburger::after {
  transform: translateY(12px);
}

.hamburger-container.open .hamburger {
  transform: translateX(-40px);
  background: transparent;
  box-shadow: none;
}

.hamburger-container.open .hamburger::before {
  transform: rotate(45deg) translate(28px, -28px);
}

.hamburger-container.open .hamburger::after {
  transform: rotate(-45deg) translate(28px, 28px);
}
