/*
Theme Name: Visual Composer (for MOVISART®)
Theme URI: https://visualcomposer.io/visual-composer-starter-theme/
Template: visual-composer-starter
Author: MOVISART®
Author URI: https://www.movisart.pt/
Description: Tema do Visual Composer Starter com adaptação para MOVISART® Mudanças e serviços
Tags: Adaptação,Visual composer starter,MOVISART®,empresa
Version: 5.4.1.1589124212
Updated: 2020-05-10 16:23:32

*/

/*For mobile sets*/
@media only screen and (max-width: 768px){
  .page-template-page-home .entry-tags a {
    width: 100% !important;
  }

}

/*PAGE .page-templates CLASS*/

.page-template-default .title-content .title,
.page-template-page-contacts .title-content .title {
    padding-top: 35px;
    margin-top: 35px; 
}

.page-template-page-home .title-content .title h1 {
    padding: 20px 0;
    margin: 20px 0;
}

.page-template-page-contacts .map-content {
    height: 360px;
    background-repeat: no-repeat;
    background: url(https://movisart.pt/files/mamap.jpg);
    background-size: cover;
    background-position: center;
}

.page-template-page-home .search-zone {
    margin-top: 50px;
  	margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}


.page-template-page-home .entry-tags {
    margin: 50px 0;
}

.page-template-page-home .entry-tags a {
	width: calc(100%/9);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}