/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

ul li {
    margin-bottom: 9px;

}

header#top #logo {
    font-size: 30px;
}


#logoEnFooter img {
    max-width: 230px;
    margin: auto;
    display: block;
}

#menu-principal-1, #ContactoEnFooter{
  text-align: center;
}

.vc_separator h4{
  color: #820202!important;
}

li.lang-item a {
    border-radius: 10px;
    padding: 5px 10px 5px 10px!important;
    margin-top: 15px;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 10%);
}

@media only screen and (max-width:1000px){

  .hideInMobile{
    display: none;
  }
  li.lang-item a {
    border-radius: 10px;
    padding: 5px 10px 5px 10px!important;
    margin-top: 15px;
    box-shadow: 0px 1px 8px rgb(255 255 255 / 30%);
}
}
@media only screen and (min-width:1000px){
  .hideInDesktop{
    display: none;
  }
}

@media only screen and (max-width:1000px){
ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:nth-child(3){
  margin-left:-5px!important;
}
ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:nth-child(3) a {
  /* padding: 10px 25px 10px 25px;
  margin-top: -12px;
  right: 0;
  margin-bottom: 10px;
  background-color: rgba(0,0,0,0.025);
  border-radius: 0 0 10px 10px;
  margin-left: 10%; */
  background-color: #fff;
  border: 2px solid #ededed!important;
  padding: 5px 10px;
  border-radius: 0px 11px 11px 0px!important;

}

ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:nth-child(3) a i {
    font-size: 16  px!important;
    line-height: 22px;
}
ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:nth-child(3) a span {
    /* font-size: 15px!important; */
}
}
