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

 Theme Name:   ngKloud
 Theme URI:    https://ngkloud.com
 Description:  Offer cloud managed services
 Author:       ngKloud
 Author URI:   https://ngkloud.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------  CSS  ------------------------------*/

/*--*/



input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.ng-carousel {
  padding-top: 20px;
  min-height: 320px;
  border: 1px solid white;
  background: #ffffff;
  box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

/*h1 para ecras inferiores a 380px largura*/
@media all and (max-width: 380px) {
  .smTitulo h1 {
    font-size: 38px !important;
  }
}

/* ===============
              Ordenar colunas em mobile
          =============== */

@media all and (max-width: 980px) {
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .primeiro {
    -webkit-order: 1;
    order: 1;
  }

  .segundo {
    -webkit-order: 2;
    order: 2;
  }

  .terceiro {
    -webkit-order: 3;
    order: 3;
  }

  .quarto {
    -webkit-order: 4;
    order: 4;
  }
}

/* ===============
              Contact Form
          =============== */
.ng-input {
  border-color: transparent !important;
}

#ng-btnSubmit {
  position: relative;
}

#ng-btnSubmit::before {
  content: url('https://ngkloud.com/wp-content/uploads/2022/01/arrow-submit.svg');
  position: absolute;
  right: 0px;
  top: -3px;
}
/* ===============
              MENU
          =============== */

#main-header .nav li ul a {
    color: black !important;
    background: transparent;
}

.et_contact_bottom_container {
  float: none !important;
}

#main-header {
  box-shadow: none !important;
}

#top-menu li a {
  font-family: Sora;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

#top-menu li a:hover {
  color: #7c26e6 !important;
}

#top-menu li li a:hover {
  color: #7c26e6 !important;
}

#top-menu li li a {
  width: 400px;
  text-transform: initial;
  font-weight: 400;
}

#top-menu .sub-menu {
  width: 340px !important;
  box-shadow: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  margin-top: -20px;
}

/*SIGN IN do menu topo*/

.cta-signIn {
  color: #a025d3;
  padding: 7px 12px !important;
  border: 2px solid #a025d3;
  box-sizing: border-box;
  border-radius: 16.5px;
}

.cta-signIn a {
  color: #a025d3 !important;
  padding: 0px 25px !important;
  font-family: Visby CF;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#main-header.et-fixed-header .cta-signIn {
  color: #a025d3;
}

#main-header.et-fixed-header .cta-signIn a {
  color: #a025d3 !important;
}

/* Remover a seta do menu*/

#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
  display: none !important;
}

#top-menu .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
  padding-right: 0px !important;
}

/*Menu Mobile*/

.mobile_menu_bar:before {
  content: url('https://ngkloud.com/wp-content/uploads/2022/01/hamburger-png.png');
}

.mobile_nav.opened .mobile_menu_bar:before {
  content: '\4d';
  color: #d856c2;
}

.et_mobile_menu {
  border-top: none;
}

.et_mobile_menu .menu-item-has-children > a {
  background-color: #fff;
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.8) !important;
}

.et_mobile_menu li a {
  font-family: 'Sora';
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  border-bottom: none !important;
  padding: 15px 0;
}

.et_mobile_menu li a:hover {
  color: #7c26e6 !important;
  background: transparent !important;
}

.et_mobile_menu li:last-child {
  color: #7c26e6 !important;
}

.et_mobile_menu li a:active {
  color: #7c26e6 !important;
}

.et_mobile_menu .sub-menu li a {
  font-family: 'Sora';
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
}
