/*
Theme Name: Consulai Theme
Theme URI: http://www.hortelamagenta.com
Author: Hortelã Magenta
Author URI: http://www.hortelamagenta.com
Description: Hortelã Magenta Theme
Version: 0.9.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/
div#home div#news-bar>div div.news-container ul li {
    width: 25% !important;
}
div#home div#news-bar>div div.news-container ul li span {
    margin-left: 8px;
}


@media only screen and (max-width: 600px){
div#home div#news-bar>div div.news-container ul li {
    width: auto !important;
}
div#home div#home-clients div.home-clients-list {
    margin: 33px auto 140px !important;
    height: 450px !important;
}
}



/* CSS Creathing Francisco Rosa 27/05/21 */

body.page-template-responsability div#home div#home-clients {
    position: relative;
    z-index: 20;
    background-image: none;

}
body.page-template-responsability div#home div#home-clients::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: url(./img/clients-wave-responsability.svg) !important;
    background-repeat: no-repeat;
    background-size: cover;
}
div#responsibility {
    margin: 0px !important;
}
.geral_contacts h4 {
  line-height: 30px;
}
.geral_contacts {
  margin-top: 20px;
}
div#home div#home-clients em {
    margin: inherit;
}
body.home div#home div#home-clients div.home-clients-list {
    margin: 90px 0 95px !important;
}
div#home div#home-clients div.home-clients-list {
    margin: 90px 0 20px !important;
}
div#home div#home-clients {
    background-position: 0 100% !important;
}
div#home div#home-clients>h2,
div#home div#home-clients>em{
    z-index: 1;
}
div#home div#home-clients div.home-clients-list div.clients-container div.clients-slide div.clients-item {
    padding: 55px 0;
}
/* Alteração texto Marketing Inglês 
 * pagina Contactos */
.row.mt-3 .col-md-6:last-child .geral_contacts h4:lang(en) {
    visibility: hidden;
    position: relative;
}
.row.mt-3 .col-md-6:last-child .geral_contacts h4:lang(en):after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Marketing and Communication Contact";
}
/* END */