/* define font */
body {
  font-family: basic-sans, sans-serif;
  padding-top: 110px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 143px;
  }
}
body.admin-bar #navbar_top {
  margin-top: 46px;
}
@media (min-width: 780px) {
  body.admin-bar #navbar_top {
    margin-top: 32px;
  }
}
h1 {
  font-size: 50px;
  line-height: 54px;
  font-family: eb-garamond, serif;
  font-weight: 600;
}
h2 {
  font-size: 42px;
  line-height: 46px;
  font-family: eb-garamond, serif;
  font-weight: 600;
}
h3 {
  font-size: 32px;
  line-height: 36px;
  font-family: eb-garamond, serif;
  font-weight: 600;
}
h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: eb-garamond, serif;
  text-transform: uppercase;
  font-weight: 600;
}
h5 {
  font-size: 22px;
  line-height: 26px;
  font-family: eb-garamond, serif;
  font-weight: 600;
}
p {
  font-size: 16px;
  line-height: 22px;
  font-family: basic-sans, sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
.thin {
  font-weight: 100 !important;
}
.description {
  font-size: 14px;
  line-height: 18px;
  font-family: basic-sans, sans-serif;
}
@media only screen and (max-width: 767px) {
  .description {
    font-size: 18px;
    line-height: 24px;
  }
}
strong,
b {
  font-size: 24px;
  line-height: 30px;
  font-family: eb-garamond, serif;
  font-weight: 500;
}
.filter-text {
  font-size: 12px;
  font-family: basic-sans, sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .py-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.pt-8 {
  padding-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .pt-8 {
    padding-top: 6rem;
  }
}
.pb-8 {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .pb-8 {
    padding-bottom: 6rem;
  }
}
.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .my-8 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.mt-8 {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .mt-8 {
    margin-top: 6rem;
  }
}
.mb-8 {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .mb-8 {
    margin-bottom: 6rem;
  }
}
.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.mt-7 {
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .mt-7 {
    margin-top: 5rem;
  }
}
.mb-7 {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .mb-7 {
    margin-bottom: 5rem;
  }
}
.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .my-6 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
.mt-6 {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .mt-6 {
    margin-top: 4.5rem;
  }
}
.mb-6 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .mb-6 {
    margin-bottom: 4.5rem;
  }
}
.orange {
  color: #B59557 !important;
}
a {
  color: #B59557;
}
.bg-gray {
  background-color: #8b837c;
}
a:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.body-bold {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
/* redefine bootstrap container width */
@media only screen and (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1640px;
  }
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
.navbar-light {
  /*
    &.fixed-top {
        @media @xs {
            width: calc(100% - 1.25rem);
        }   
    }
    */
}
@media only screen and (max-width: 767px) {
  .navbar-light .navbar-toggler {
    padding: 0.25rem 0rem;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-light .navbar-nav {
    /*position: fixed;
            min-height: 100%;
            left: 0;
            right: 0;
            display: block;
            background-color: fade(@white, 95);
            z-index: 1; */
    padding: 2.5rem 0;
    max-width: 720px;
    margin-right: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-light .navbar-nav {
    max-width: 540px;
  }
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .dropdown-item {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000000;
}
@media only screen and (min-width: 1200px) {
  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .dropdown-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .dropdown-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .dropdown-item {
    font-size: 18px;
    line-height: 24px;
  }
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .dropdown-item:hover {
  color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .dropdown-item {
    padding: 1rem 1.5rem;
  }
}
.navbar-light .navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .navbar-light .navbar-nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 992px) {
  .navbar-light .navbar-nav .dropdown-menu {
    min-width: 15rem;
    margin-left: 1rem;
    padding-top: 2rem;
  }
  .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.75rem 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-light .navbar-nav .dropdown-menu {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-light .navbar-nav .dropdown-menu {
    display: block;
    padding-left: 1rem;
  }
}
.navbar-light .navbar-nav .dropdown-menu .nav-link {
  font-weight: normal;
}
@media only screen and (min-width: 992px) {
  .navbar-light #main_nav {
    align-self: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-light #main_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 94px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-light .overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  }
  .navbar-light .overlay-slidedown.show {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }
}
.navbar-light .navbar-toggler {
  border: none;
}
.navbar-light .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url('../img/mobile-close.svg');
  background-size: 50%;
}
.navbar-light .navbar-toggler-icon {
  background-image: url('../img/mobile-menu.svg');
  background-size: 100%;
  height: 40px;
  width: 40px;
}
@media only screen and (max-width: 991px) {
  .menu-social-links {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .menu-social-links {
    max-width: 540px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.text-underline {
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}
.text-underline:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #B59557;
  bottom: 0;
}
.text-underline svg {
  margin-top: -8px;
  margin-right: 3px;
}
@media only screen and (max-width: 576px) {
  .rpg-slider .slick-prev {
    display: none !important;
  }
}
.rpg-slider .slide-image img {
  max-height: calc(100vh - 143px);
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .rpg-slider .slide-image img {
    width: 100%;
    max-height: calc(100vh - 110px);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.rpg-slider .slide-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 510px;
}
@media only screen and (max-width: 767px) {
  .rpg-slider .slide-content {
    max-width: 350px;
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 6rem;
    display: flex;
    flex-flow: column nowrap;
  }
}
@media (max-width: 374px) {
  .rpg-slider .slide-content {
    max-width: 330px;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.rpg-slider .slide-content h1 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .rpg-slider .slide-content h1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rpg-slider .slide-content p {
    font-size: 18px;
    line-height: 26px;
  }
}
.partial-slider .slick-list {
  padding-left: 0px !important;
}
@media only screen and (min-width: 768px) {
  .partial-slider .slick-list {
    overflow: unset;
  }
}
@media only screen and (min-width: 768px) {
  .partial-slider .slick-list .slide-item {
    margin-right: 30px;
  }
}
.partial-slider .slick-list img {
  width: 100%;
}
.partial-slider .slick-arrow.slick-prev {
  display: none  !important;
}
.partial-slider .slick-arrow.slick-next {
  right: 0.75rem !important;
}
.partial-slider .slide-content {
  height: 100%;
  padding-bottom: 4rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .partial-slider .slide-content {
    justify-content: flex-end;
  }
}
.partial-slider .slide-content > * {
  width: 100%;
}
.partial-slider .slick-dots {
  width: auto;
  float: left;
  left: 0.75rem;
  bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .partial-slider .slick-dots {
    left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-brand img {
    max-width: 104px;
  }
}
.subheader-h1 {
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-family: basic-sans, sans-serif;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .subheader-h1 {
    font-size: 15px;
  }
}
.subheader-h3,
.subheading-h3 h5 {
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-family: basic-sans, sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.subheader-banner {
  font-size: 24px;
  line-height: 30px;
  font-family: eb-garamond, serif;
  text-transform: none;
}
.link {
  font-family: basic-sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.link:hover {
  color: #B59557;
}
.link:focus {
  outline: none;
}
.link.arrow-right:after,
.link.arrow-left:before {
  content: " ";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35px;
  height: 8px;
  display: inline-block;
}
.link.arrow-right:after {
  background-image: url(../img/cta-arrow-right.svg);
  margin-left: 10px;
}
.link.arrow-left:before {
  background-image: url(../img/cta-arrow-left.svg);
  margin-right: 10px;
}
.text-light .link {
  color: #ffffff;
}
.text-light .link:hover {
  color: #B59557;
}
.text-light .link.arrow-right:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.text-light .link.arrow-left:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 768px) {
  .logo-slider {
    padding-left: 2rem;
  }
}
.logo-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-slider .slide-item img {
  max-width: 58%;
  margin: 0 auto;
}
.logo-slider .slick-dots {
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .logo-slider .slick-dots {
    bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .logo-slider .slick-prev {
    display: none;
  }
}
.mobile-slider .slick-slide {
  margin-left: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .mobile-slider .slick-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-slider .slick-dots {
    bottom: 160px;
    text-align: left;
    left: 20px;
  }
}
.featured-box-content p {
  max-width: 80%;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .featured-box-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .inner-container {
    width: 95%;
  }
}
@media only screen and (min-width: 1700px) {
  .inner-container {
    max-width: 1360px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .row > .inner-container,
  .container > .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.full-width-project {
  max-width: 1080px;
}
.featured-projects .project-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.featured-projects .project-content ul {
  padding-left: 0;
  list-style: inside;
}
.featured-projects .project-content ul li:before {
  content: "- ";
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .featured-projects .project-img img {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }
}
.bg-text-overlay {
  background-image: url(../img/pexels-cottonbro.jpg);
  background-size: cover;
  background-position: center;
}
.footer {
  background-color: #f6f1e9;
}
@media only screen and (min-width: 992px) {
  .footer .row > div:nth-of-type(2) {
    padding-left: 50px;
  }
}
.footer-widget .widget-title {
  color: #B59557;
}
.widget ul {
  padding-left: 0;
  list-style: none;
}
.widget ul li {
  padding: 10px 0;
}
.widget ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-family: basic-sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
}
.widget ul .social-icons {
  padding-left: 3rem;
  position: relative;
}
.widget ul .social-icons:before {
  content: " ";
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget ul .social-icons.email:before {
  background-image: url(../img/email.svg);
}
.widget ul .social-icons.linkedin:before {
  background-image: url(../img/linkedin.svg);
}
@media only screen and (max-width: 767px) {
  .widget .bottom-footer-menu {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
  }
}
.widget .bottom-footer-menu li {
  padding: 5px 0;
}
.widget .bottom-footer-menu li a {
  font-size: 12px;
  color: #B59557;
  text-decoration: underline;
}
.text-with-icons {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  list-style: none;
  width: 100%;
}
/* Mr lafa - 2021-02-07 */
.gaming-product-services .project-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.gaming-product-services .project-content h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: eb-garamond, serif;
  text-transform: uppercase;
  font-weight: bold;
}
.gaming-product-services .project-content ul {
  display: grid;
  grid-template-columns: auto auto;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0 35px;
}
@media only screen and (max-width: 576px) {
  .gaming-product-services .project-content ul {
    grid-template-columns: auto;
  }
}
.gaming-product-services .project-content ul li {
  font-size: 22px;
  line-height: 26px;
  font-family: eb-garamond, serif;
  font-weight: 600;
  padding: 5px 0;
}
@media only screen and (max-width: 576px) {
  .gaming-product-services .project-content ul li {
    padding: 10px 0;
  }
}
.gaming-product-services .project-content ul li a {
  color: #5a5858;
  text-decoration: none;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.gaming-product-services .project-content ul li a:hover {
  color: #b59557;
}
@media only screen and (max-width: 991px) {
  .gaming-product-services .project-img img {
    min-height: 400px;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (min-width: 992px) {
  .gaming-product-services .full-width-project > div {
    padding: 0;
  }
}
.gaming-product-services .full-width-project ul {
  display: grid;
  grid-template-columns: auto auto auto;
}
@media only screen and (max-width: 1199px) {
  .gaming-product-services .full-width-project ul {
    grid-template-columns: auto;
  }
}
.hospitality-product .project-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .hospitality-product .full-width-project > div {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hospitality-parts-services .project-img {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .hospitality-parts-services .project-content h4,
  .hospitality-parts-services .project-content p {
    text-align: center;
  }
}
.customize-product .bg-transparent {
  width: 80%;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .customize-product .bg-transparent {
    height: 500px;
  }
}
.customize-product h2,
.customize-product p,
.customize-product .link {
  color: #ffffff;
}
.customize-product .link:after {
  background-image: url("../img/cta-white-arrow-right.svg");
}
.customize-product .bg-dark {
  background-image: url("../img/pexels-vlada-karpovich@2x.jpg");
  background-size: cover;
}
.customize-product .bg-light {
  background-color: #8b837c !important;
}
.filter-btn ul {
  list-style: none;
  padding-left: 0;
}
.filter-btn ul li {
  display: inline-block;
  padding: 0.25rem 0.95rem;
  position: relative;
  cursor: pointer;
  color: rgba(181, 149, 87, 0.5);
}
@media only screen and (max-width: 767px) {
  .filter-btn ul li {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 0.75rem 0rem;
  }
  .filter-btn ul li.active,
  .filter-btn ul li:hover {
    color: #000000 !important;
  }
  .filter-btn ul li.active:before,
  .filter-btn ul li:hover:before {
    display: none !important;
  }
}
.filter-btn ul li.active,
.filter-btn ul li:hover {
  color: #B59557;
}
.filter-btn ul li.active:before,
.filter-btn ul li:hover:before {
  content: " ";
  height: 1px;
  width: calc(100% - 0.6rem);
  position: absolute;
  display: block;
  bottom: 0;
  background: rgba(181, 149, 87, 0.5);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.tax-product_cat .page-header .arrow-right {
  display: none;
}
.colors ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.colors ul li {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0.5rem;
  border-radius: 10px;
}
.filter-item h3 {
  font-size: 24px;
  line-height: 30px;
}
.product-title {
  font-weight: 500;
}
.product-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.product-image .overlay {
  position: absolute;
  top: 0%;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.product-image .overlay .link {
  width: 100%;
  height: 100%;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-image:hover .overlay {
  left: 0;
}
.page-header {
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .page-header .my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.introduction-slider .slide-item {
  padding: 0px 30px;
}
@media only screen and (max-width: 767px) {
  .introduction-slider .slide-item {
    padding-left: 0;
  }
}
.introduction-slider .slick-next {
  right: 0.75rem;
}
.introduction-slider .slick-dots {
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .introduction-slider .slick-prev {
    left: -60px;
  }
  .introduction-slider .slick-next {
    right: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .introduction-slider .project-content {
    display: flex;
    flex-wrap: wrap;
  }
  .introduction-slider .project-content > * {
    width: 100%;
    margin-bottom: 30px;
  }
  .introduction-slider .project-content .block-image {
    margin-bottom: 0;
  }
}
.introduction-slider .project-content .block-content {
  padding-bottom: 30px;
}
.case-studies-project-slider .slick-list,
.product-slider .slick-list,
.project-slider .slick-list {
  padding-left: 0 !important;
  overflow: unset;
}
.case-studies-project-slider .slick-list .slide-item,
.product-slider .slick-list .slide-item,
.project-slider .slick-list .slide-item {
  margin-right: 30px;
}
.case-studies-project-slider .slick-list:after,
.product-slider .slick-list:after,
.project-slider .slick-list:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  right: -90%;
  top: 0;
  width: 100%;
  height: 100%;
}
.form-row .form-control {
  font-size: 20px;
  line-height: 24px;
  font-family: basic-sans, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.form-row .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-row label {
  font-size: 20px;
  line-height: 24px;
  font-family: basic-sans, sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.form-row textarea.form-control {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.form-row ::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-size: 20px;
  line-height: 24px;
  font-family: basic-sans, sans-serif;
}
.form-row :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 24px;
  font-family: basic-sans, sans-serif;
}
.form-row ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 24px;
  font-family: basic-sans, sans-serif;
}
@media only screen and (min-width: 992px) {
  .column-spacing-left {
    margin-left: 10%;
  }
}
.mobile-readmore[data-readmore] {
  margin-bottom: 30px;
}
.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
}
.btn:focus {
  outline: none;
}
.rgh-100 {
  height: calc(100vh - 110px);
}
@media only screen and (min-width: 1200px) {
  .rgh-100 {
    height: calc(100vh - 143px);
  }
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.gallery-item,
.gallery-sizer {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 991px) {
  .gallery-item,
  .gallery-sizer {
    width: 100%;
  }
}
.gallery-item {
  float: left;
  margin-bottom: 20px;
}
.project-list p {
  font-size: 16px;
  line-height: 20px;
}
.project-list ul {
  padding-left: 0;
  list-style: inside;
}
.project-list ul li {
  padding: 5px 0;
}
.project-list ul li::marker {
  content: " _ ";
}
.custom-readmore {
  display: none;
}
.product-cat-navs {
  display: flex;
  flex-wrap: wrap;
}
.product-cat-navs > * {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .left .project-img img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .case-studies-project-slider .project-content > img {
    height: 284px;
    object-fit: cover;
    object-position: center;
  }
  .case-studies-project-slider button.slick-prev {
    display: none !important;
  }
  .case-studies-project-slider button.slick-next {
    top: 32%;
  }
  .case-studies-project-slider .slick-next:before {
    filter: none;
  }
  .case-studies-project-image img {
    object-position: center;
  }
  .project-content > img {
    height: 284px;
    object-fit: cover;
    object-position: center;
  }
  .about-banner-mobile > .w-100 > img {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .filter-btn ul li {
    font-size: 18px;
  }
  .about-introduction .project-img + .project-img {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .about-banner {
    min-height: calc(100vh - 110px);
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
  }
  .custom-readmore {
    display: block;
  }
  .image-bg {
    padding-bottom: 10%;
    padding-top: 40%;
  }
  .page-id-7 .about-banner {
    background: transparent !important;
  }
  .page-id-7 .text-dark-mobile {
    color: #000000 !important;
  }
  .page-id-7 .text-dark-mobile h1,
  .page-id-7 .text-dark-mobile h3,
  .page-id-7 .text-dark-mobile h3,
  .page-id-7 .text-dark-mobile h4.h5,
  .page-id-7 .text-dark-mobile h6,
  .page-id-7 .text-dark-mobile p,
  .page-id-7 .text-dark-mobile ul,
  .page-id-7 .text-dark-mobile li {
    color: #000000 !important;
  }
  .about-banner-mobile {
    display: none !important;
  }
  .page-id-7 .about-banner-mobile {
    display: block !important;
  }
  .hide-header {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .filter-nav {
    top: 160px;
    transition: 0.3s;
  }
  .filter-text span {
    position: relative;
    padding: 0.25rem 0;
    font-weight: bold;
  }
  .filter-text span:before {
    content: ' ';
    height: 1px;
    width: calc(100% - 0.3rem);
    position: absolute;
    display: block;
    bottom: 0;
    background: #b59557;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .filter-nav.sticky-filter {
    position: fixed;
    left: 0;
    z-index: 99;
    top: 0;
    padding-top: 110px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
  }
  .filter-nav.scroll-sticky {
    position: fixed;
    left: 0;
    z-index: 99;
    top: 0;
    padding-top: 110px;
    width: 100%;
    background-color: #ffffff;
  }
  .filter-nav.scroll-sticky .row.pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .fixed-nav-footer {
    position: fixed;
    bottom: 0;
    background: white;
    padding: 1.1rem 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #707070;
  }
  .fixed-nav-footer.sticky-nav-footer {
    bottom: 0;
  }
  .nav-arrow-up {
    text-align: center;
  }
  .nav-arrow-up > * {
    width: 100%;
  }
  .nav-arrow-left {
    position: relative;
    padding-left: 20px;
  }
  .nav-arrow-left svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 576px) {
  .modal-content p {
    font-size: 44px;
    line-height: 55px;
  }
  .modal-content .link,
  .modal-content .link:after {
    font-size: 18px;
  }
  .modal-content button.close {
    font-size: 54px;
  }
  .modal-content {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .page-id-3 #primary .container {
    padding-right: 30%;
  }
  .page-id-3 .custom-wrapper {
    padding-top: 40px;
    padding-left: 80px;
  }
}
.page-id-3 .custom-wrapper ul li {
  display: grid;
  grid-template-areas: column column;
  grid-template-columns: auto auto;
  grid-column-gap: 20px;
}
.page-id-3 .custom-wrapper h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.page-id-3 .custom-wrapper ul {
  list-style: none;
  padding: 0;
}
.gaming-product-services .inner-container {
  display: flex;
  flex-direction: column;
}
.gaming-product-services .d-flex:nth-child(2) {
  order: 1;
}
.gaming-product-services .d-flex:last-child {
  order: 2;
}
.gaming-product-services .full-width-project {
  order: 3;
}
.page-id-768 .about-banner .link:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.page-id-768 .about-banner .link {
  color: #fff;
}
.filter-btn ul li {
  text-align: left;
}
.project-content h3 + p {
  margin-bottom: 0;
}
.single-project .post-thumbnail img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .single-project .post-thumbnail img {
    height: 300px;
  }
}
.rpg-slider .slick-prev::before {
  background-image: url(/wp-content/themes/rypaxgaming/img/left-white-arrow.svg);
}
.rpg-slider .slick-next::before {
  background-image: url(/wp-content/themes/rypaxgaming/img/right-white-arrow.svg);
}
.slick-prev,
.slick-next {
  z-index: 9;
}
.rpg-slider .slick-prev {
  left: 1.5rem;
}
.featured-columns .slick-next {
  top: 8.5rem;
}
.featured-columns .slick-next,
.rpg-slider .slick-next {
  right: 1.5rem !important;
}
.partners-logo .slick-next {
  right: 0.5rem !important;
}
.project-slider .slick-arrow {
  top: 37%;
}
@media only screen and (max-width: 767px) {
  .project-slider .slick-arrow {
    top: 33%;
  }
}
@media (max-width: 480px) {
  .project-slider .slick-arrow {
    top: 30%;
  }
}
.woocommerce-pagination {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .home .bg-text-overlay .justify-content-md-center {
    justify-content: space-between !important;
    padding-left: 10%;
  }
  .about-banner {
    padding: 19.33% 0;
  }
  .product-slider .slick-list:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .about-banner {
    padding: 5% 0;
    min-height: calc(100vh - 143px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
/* product configurator */
@media only screen and (min-width: 768px) {
  .vpc-is-configurable {
    background: linear-gradient(to right, #ffffff, #ffffff 50%, #fff 50%, #F4F3F2 50%, #F4F3F2 50%);
  }
}
#vpc-container .vpc-options label.custom {
  border: 0;
}
#vpc-container .vpc-component-header {
  color: #000;
  position: relative;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 600;
}
#vpc-container .txt.vpc-selected {
  text-transform: none !important;
  color: black;
  font-size: 16px !important;
  font-weight: 300 !important;
  font-family: basic-sans, sans-serif !important;
}
#vpc-container #vpc-add-to-cart {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #vpc-container #vpc-preview-wrap {
    width: 50%;
  }
}
#vpc-container #vpc-components {
  background-color: #F4F3F2;
}
@media only screen and (min-width: 768px) {
  #vpc-container #vpc-components {
    width: 50%;
    padding-left: 60px;
  }
}
#vpc-container .vpc-component {
  border: none;
  padding: 15px 5px;
  border-top: 1px solid #8A837D;
}
#vpc-container .vpc-component:first-of-type {
  border-top: 1px solid transparent;
}
#vpc-container .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#vpc-container .vpc-options {
  background-color: transparent;
}
#vpc-container .vpc-group {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  border-top: 1px solid #8A837D;
}
#vpc-container .vpc-component-header > span {
  padding-left: 0;
}
#vpc-container,
#vpc-container * {
  padding-bottom: 0px !important;
}
.navbar-collapse .text-with-icons li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.filter-text h4 {
  color: #000;
  text-transform: none;
}
.link.arrow-right:after,
 .link.arrow-left:before {
  margin: 0 10px;
}
/* Contact Form */
@media only screen and (min-width: 768px) {
  .wpcf7-form.invalid .phone input {
    margin-bottom: 80px;
  }
}
.form-row .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #c5a870;
}
/* Shop Text & View More Remove */
.contact-address .address-title {
  min-width: 150px;
}
