@charset "utf-8";

/* ****************************************************************************
 * REGION STYLES for 'Demarcacio' regions
 * ****************************************************************************
 */



/*
 * BLOCK Demarcacions
 * ****************************************************************************
 */
.tm-region-node-list.tm-region-demarcacions .tm-region-node-item {
  position              : relative;
  background-color      : #FFFFFF;
  border-top            : 0px none black;
  border-bottom         : 1px solid black;
  font-size             : 12px;
  line-height           : 14px;
  margin                : 0px 0px 10px 0px;
  padding-bottom        : 15px;
}

.tm-region-node-list.tm-region-demarcacions .view-content > div:last-child .tm-region-node-item {
  border-bottom         : 0px none black;
  margin                : 0px 0px 0px 0px;
}

.tm-region-node-list.tm-region-demarcacions .tm-region-title {
  font-size             : 14px;
  text-transform        : uppercase;
}


.tm-page-frontpage .tm-region-node-list.tm-region-demarcacions .view-content > div:last-child .tm-region-node-item {
  border-bottom         : 1px solid black;
}

.tm-page-frontpage .tm-region-node-list.tm-region-demarcacions .tm-region-node-item .tm-region-title {
  font-size             : 14px;
  text-transform        : uppercase;
}



/*
 * Junta de Govern
 * ****************************************************************************
 */
.tm-region-node-list.tm-region-demarcacions .tm-junta-de-govern {
  margin-top            : 10px;
  padding-left          : 20px;
}

.tm-region-node-list.tm-region-demarcacions .tm-junta-de-govern:before {
  content               : "\f0c0";
  font-family           : 'FontAwesome';
  position              : absolute;
  left                  : 0px;
}



/*
 * Mètode de contacte
 * ****************************************************************************
 */
.tm-region-node-list.tm-region-demarcacions .tm-metodes-de-contacte .field-content > div:last-child {
  padding-top           : 10px;
}



/*
 * Mètode de contacte - Telèfon
 * ****************************************************************************
 */
.tm-region-node-list.tm-region-demarcacions .tm-icon-phone .fa::before {
  content               : "";
}

.tm-region-node-list.tm-region-demarcacions .tm-icon-phone::after {
  content               : "T.";
}




/*
 * Mètode de contacte - Mòvil
 * ****************************************************************************
 */
.tm-region-node-list.tm-region-demarcacions .tm-icon-mobile .fa::before {
  content               : "";
}

.tm-region-node-list.tm-region-demarcacions .tm-icon-mobile::after {
  content               : "T.";
}




/*
 * Mètode de contacte - Fax
 * ****************************************************************************
 */
.tm-region-node-list.tm-region-demarcacions .tm-icon-fax .fa::before {
  content               : "";
}

.tm-region-node-list.tm-region-demarcacions .tm-icon-fax::after {
  content               : "F.";
}




/*
 * Mètode de contacte - Mail
 * ****************************************************************************
 */
.tm-region-node-list.tm-region-demarcacions .tm-icon-fax .fa::before {
  content               : "";
}

.tm-region-node-list.tm-region-demarcacions .tm-icon-fax::after {
  content               : "F.";
}



/*
 * Teaser list - Direcció
 * ****************************************************************************
 */
.tm-region-node-list.tm-region-demarcacions .tm-direccio::before {
  top                   : 0px;
}



/*
 * Teaser list - Data
 * ****************************************************************************
 */
.tm-region-node-list .tm-data {
  margin-top            : 10px;
}


