/*
Theme Name: Fenix Child theme
Theme URI:
Template: fenix
Author: THBThemes by Evolve
Author URI: http://www.thbthemes.com
Description: A Multipurpose WordPress Theme
Version: 1.0.0
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, post-formats, translation-ready
*/


#pulsanteAccordion {
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font: bold 14px Open Sans, Helvetica, sans-serif;
 color: #fff;
 padding: 10px 20px;
 border: solid 1px #0076a3;
 background: #ae3e39;
 padding-top: 10px;
}

#pulsanteAccordion2 {
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font: bold 14px Open Sans, Helvetica, sans-serif;
 color: #fff;
 padding: 10px 20px;
 border: solid 1px #0076a3;
 background: #ae3e39;
 padding-top: 10px;
 margin-top:20px;
}

.brix-section-column-block-team .brix-team-block-name p {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
	 }

.brix-section-column-block-12 .brix-icon {
    width: 6em
		}
.brix-team-block-role {
	font-size: 18px!important;
}
.maps-iframe {
	width: 100%;
	height:400px;
}
@media screen and (max-width: 768px) {
.maps-iframe {
	width: 100%;
	height:100%;
}
}
@media screen and (max-width: 768px) {
	p {
		font-size: 20px!important;
	}
	h1 {font-size:1.602em}
	h2{font-size:1.424em}
	h3{font-size:1.266em}
	h4{font-size:1.125em}
	h5{font-size:1em}
	h6{font-size:0.889em}
}