  /*
Theme Name: Brabus Child
Theme URI: https://brabus.themeshop.co/
Author: themezinho
Author URI: https://themeforest.net/user/themezinho/portfolio
Description: Brabus | Creative Portfolio for Freelancers & Agencies
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Template: brabus
Text Domain: brabus-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*@import url("/wp-content/themes/porto/style.css");*/

/ ADD YOUR CUSTOM CSS HERE  /

.navbar{
  -webkit-transition: all 1.1s ease 1.1s;
  -moz-transition: all 1.1s ease 1.1s;
  -ms-transition: all 1.1s ease 1.1s;
  -o-transition: all 1.1s ease 1.1s;
  transition: all 1.1s ease 1.1s;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar #menu-top-menu li{
  margin-left: 0;
}

.navbar .left ul li a:hover {
  border: 0 solid transparent;
}

.navbar.sticky-sticky{
  background: rgba(255, 255, 255, 0.95);
  color: #000;
}

.temp .footer h2{
    display: inline-block;
    background: #ee2e55;
  background: linear-gradient(to right, #7b5aa0 0%, #bf939e 50%, #7b5aa0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    transition: all 0.25s ease-in-out;
}


.swiper-slider .swiper-slide .slide-inner .container h1 span{
  font-size: 6vw;
}


.brabus-intro-wrapper h2:before {
  display: none;
}

section.content{
  position: relative;
}

section.content:before {
  position: absolute;
  top: 55px;
  left: 1%;
  display: block;
  content: attr(data-text);
  font-size: 15vw;
  line-height: 14vw;
  opacity: 0.07;
  z-index: 0;
  width: 98%;
  height: auto;
  text-align: center;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  background: none;
}

.menu-image-hover-wrapper{
    display: block;
    margin-top: 10px;
}

.left .top_menu .menu-image,
.left .hovered-image{
  height: 35px;
  width: auto;
  display: block;
}

.menu-item:hover img.hovered-image,
.menu-item img.hovered-image {
  opacity: 0;
  height: 0;
  margin-left: 0!important;
}

.menu-item:hover .menu-image-hover-wrapper img.menu-image{
  opacity: 1
}

.sticky-sticky .menu-item:hover .menu-image-hover-wrapper img.menu-image,
.sticky-sticky .menu-item .menu-image-hover-wrapper img.menu-image,
.overflow .menu-item:hover .menu-image-hover-wrapper img.menu-image,
.overflow .menu-item .menu-image-hover-wrapper img.menu-image{
  opacity: 0;
  height: 0;
}

.sticky-sticky  .menu-item:hover img.hovered-image,
.sticky-sticky  .menu-item img.hovered-image,
.overflow  .menu-item:hover img.hovered-image,
.overflow  .menu-item img.hovered-image {
  opacity: 1;
  height: 35px;
}

.overflow .hamburger-menu b{
  color: #000;
}

.page-header .container h1,
.page-header .container p{
  text-align: center;
}

.team-member-item h4{
  margin: 15px 0 0 0;
}

.team-member-item small{
  margin: 0;
  max-width: 80%
}

.navigation-menu .bg-layers span,
.navigation-menu .bg-layers span:nth-child(1):before,
.navigation-menu .bg-layers span:nth-child(4):before{
  background: #f3f3f3;
}


.navigation-menu .inner .menu ul li a {
  color: #000;
}

.footer{
  background: #f3f3f3;
  color: #000;
}

.footer .footer-contact a,
.footer a,
.footer .footer-bottom ul li a {
  color: #000;
}
.team-member-item {
  text-align: center;
}

.team-member-item img{
  width: 100%;
  max-width: 400px;
  height: auto!important;
  margin: 0 auto;
}

.services-content-block .content-box a{
  color: #cbab95;
}

#mechanism .process-item figure img {
    height: auto!important;
}

.cover-bg{
  background-size: cover!important;
}

.swiper-slide .tagline{
  margin-left: 7px;
}

.swiper-slide .tagline span{
  display: none;
}

.oldieBrowser .swiper-slider .swiper-slide .slide-inner .container h1 span {
    color: rgba(255, 255, 255, 0.55);
}

/* style for a mobile navi on desctop version */

html body .navigation-menu .brabus-nav {
    overflow-y: auto;
    height: calc(100vh - 190px);
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.navigation-menu .inner .menu ul li {
  display: block;
  margin-bottom: 10px;
}

li.menu-item > a.open{
  border-bottom: 5px solid #0061ad!important;
}


.navigation-menu .inner .menu ul li a,
.navigation-menu .inner .menu ul li a:hover{
  padding-bottom: 2px;
}

.navigation-menu .inner .menu ul li a {
  font-size: 2vw;
}

html body .navigation-menu .brabus-nav > .menu li ul {
    visibility: visible;
    opacity: 1;
    display: none;
}

.navigation-menu .inner .menu ul li ul {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 0;
}

.navigation-menu .inner .menu ul li ul li a{
  font-size: 1.5vw;
}

html body .navigation-menu .brabus-nav > .menu li ul {
    visibility: visible;
    opacity: 1;
    display: none;
  }

html body .navigation-menu .brabus-nav > .menu li ul.dropdown.active {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* mobile */

@media (max-width: 1170px) {
  .team-member-item h4{
    font-size: 1.2rem;
  }
}

@media (max-width: 990px) {
  .team-member-item h4{
    font-size: 1.3rem;
  }
}

@media (max-width: 998px) {
  .left .top_menu .menu-image,
  .sticky-sticky  .menu-item:hover img.hovered-image,.sticky-sticky  .menu-item img.hovered-image{
    height: 30px;
  }
  .navigation-menu .inner .menu ul li a {
    font-size: 4vw;
  }

  .hamburger span:before,
  .hamburger:hover span {
    background: #0061ad;
  }
}

@media (max-width: 767px) {
  .page-header .container h1{
    font-size: 5vw;
  }
  .swiper-slider .swiper-slide .slide-inner .container h1 {
      font-size: 15vw;
  }
  .swiper-slide .tagline,
  .swiper-slider .swiper-slide .slide-inner .container h1 span,
  .swiper-slide .slide-btn{
    margin-left: 2px;
  }
}

@media (max-width: 550px) {
  .navigation-menu .inner .menu ul li a {
    font-size: 5vw;
  }
  .navigation-menu .inner .menu ul li ul li a {
    font-size: 3vw;
  }
  .navigation-menu .inner .menu ul li ul li {
    line-height: 3vw;
  }
}

@media (max-width: 480px) {
  .left .top_menu .menu-image,
  .sticky-sticky  .menu-item:hover img.hovered-image,.sticky-sticky  .menu-item img.hovered-image{
    height: 25px;
  }
}
