/*
	Theme Name: CIG2
	Theme URI: http://ideiavirtual.pt/cig2
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: ideiavirtual 
	Author URI: http://ideiavirtual.com/
	Version: 2.0.0
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Metro Pro Blue
		- Metro Pro Green
		- Metro Pro Pink
		- Metro Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #222;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	/*line-height: 1.625;*/
	line-height: 1.4;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #f96e5b;
}

a:hover {
	color: #222;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
    font-weight: bold;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f96e5b;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin: 32px auto;
	margin: 3.2rem auto;
	/*max-width: 1140px;*/
	overflow: hidden;
	padding: 36px 0;
	padding: 3.6rem 0;
}

.site-inner {
	clear: both;
	padding-top: 32px;
	padding-top: 3.2rem;
}

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.row-odd {
    background-color: #ffffff;
}

.row-even {
    background-color: #f7f7f7;
}

.row-dark {
    background-color: #505050;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 700px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

.metro-pro-landing .site-container {
	/*max-width: 772px;*/
}

.metro-pro-landing .site-inner,
.metro-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 332px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
	padding: 1.6rem 1.6rem 1.6rem 4.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
	margin: 0 2.4rem 1.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box,
.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	overflow: hidden;
	padding: 32px;
	padding: 3.2rem;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.author-box h1 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover {
	color: #f96e5b;
}

.content .home-top .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.comment-respond h3,
.entry-comments h3,
.widget-title {
	background: url(images/lines.png) bottom repeat-x;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding-bottom: 16px;
	padding-bottom: 1.6rem;
	text-align: center;
	text-transform: uppercase;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
	margin-right: 1rem;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
	margin-left: 1rem;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.featured-content .entry p,
.home-bottom .featured-content {
	margin-bottom: 0;
}

.featured-content .entry-title {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

.home-bottom .featured-content .entry-title {
	margin: 8px 0;
	margin: 0.8rem 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}

.metro-pro-home .home-bottom .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
	padding: 2.8rem 3.2rem 3.2rem;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #f96e5b;
	color: #fff;
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

.site-inner div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

.site-inner div.gform_wrapper input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 0;
	overflow: hidden;
    max-height: 130px;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 470px;
}

.site-title {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	background-color: #f96e5b;
	color: #fff;
	display: inline-block;
	padding: 16px;
	padding: 1.6rem;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	min-height: 100px;
	padding: 0;
}

.header-image .site-title a {
	background-color: none;
	max-width: 270px;
	min-height: 80px;
	padding: 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 664px;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	margin-top: 1.6rem;
	width: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 16px 11px;
	padding: 1.6rem 1.1rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #f96e5b;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 175px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
	position: relative;
	width: 175px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	padding: 1.6rem 2rem 1.4rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #f96e5b;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 14px 14px 44px;
	padding: 1.4rem 1.4rem 1.4rem 4.4rem;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header ul.genesis-nav-menu {
	background-color: #333;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.nav-primary .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	/*background-color: #333;*/
	background-color: #2f2f2f;
}

.nav-secondary a {
	/*font-size: 12px;*/
	/*font-size: 1.2rem;*/
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 16px;
	padding: 1.6rem;
}

.nav-secondary .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle {
	overflow: hidden;
}

.home-middle-left,
.home-middle-right {
	width: 332px;
}

.home-middle-left {
	float: left;
}

.home-middle-right {
	float: right;
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	background: url(images/lines.png) bottom repeat-x;
	background-size: 8px 8px;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
}

.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 0;
}

.entry-content a {
	color: #f96e5b;
}

.entry-content a:hover {
	color: #333;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-top: 10px;
    margin-top: 1rem;
	margin-bottom: 0;
}
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.entry-meta a {
	color: #999;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #222;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-meta .entry-categories,
.entry-meta .entry-tags {
	display: block;
}

.content .entry-meta .entry-comments-link {
	float: right;
}

.content .entry-meta .entry-comments-link a {
	background-color: #f96e5b;
	color: #fff;
	padding: 8px 16px;
	padding: 0.8rem 1.6rem;
}

.content .entry-meta .entry-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	background: url(images/lines.png);
	background-size: 8px 8px;
	margin-top: 32px;
	margin-top: 3.2rem;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
	padding: 3.2rem;
}

.after-entry p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f96e5b;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

p.form-submit,
.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 2.4rem 0 1.6rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	font-size: 1rem;
	overflow: hidden;
	padding: 8px 0;
	padding: 0.8rem 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #f96e5b;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 32px auto;
	margin: 3.2rem auto;
	/*max-width: 1140px;*/
	padding: 36px 36px 0;
	padding: 3.6rem 3.6rem 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

/*
.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}
*/

.footer-widgets .widget {
	margin-bottom: 36px;
	margin-bottom: 3.6rem;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;	
}

.site-footer a:hover {
	color: #f96e5b;
}

.site-footer p {
	margin: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Metro Pro Blue
--------------------------------------------- */

.metro-pro-blue .entry-title a:hover,
.metro-pro-blue .genesis-nav-menu > .right > a:hover,
.metro-pro-blue .site-footer a:hover,
.metro-pro-blue a,
.metro-pro-blue h2 a:hover {
	color: #5bb1f9;
}

.metro-pro-blue .entry-title a,
.metro-pro-blue .entry-meta a:hover,
.metro-pro-blue a:hover {
	color: #222;
}

.metro-pro-blue .entry-meta a {
	color: #999;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .entry-comments-link a,
.metro-pro-blue .entry-comments-link a:hover,
.metro-pro-blue .genesis-nav-menu a,
.metro-pro-blue .site-footer a,
.metro-pro-blue .site-title a,
.metro-pro-blue .site-title a:hover,
.metro-pro-blue a.social-buttons {
	color: #fff;
}

.metro-pro-blue h2 a,
.metro-pro-blue h2 a:visited {
	color: #333;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .archive-pagination li.active a,
.metro-pro-blue .btn:hover,
.metro-pro-blue .content .entry-comments-link a,
.metro-pro-blue .enews-widget input:hover[type="submit"],
.metro-pro-blue .genesis-nav-menu .current-menu-item > a,
.metro-pro-blue .genesis-nav-menu a:hover,
.metro-pro-blue .sidebar .enews-widget input[type="submit"],
.metro-pro-blue .site-title a,
.metro-pro-blue a.social-buttons:hover,
.metro-pro-blue button:hover,
.metro-pro-blue input:hover[type="button"],
.metro-pro-blue input:hover[type="reset"],
.metro-pro-blue input:hover[type="submit"] {
	background-color: #5bb1f9;
}

.metro-pro-blue .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-blue .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-blue .genesis-nav-menu > .right > a,
.metro-pro-blue.header-image .site-title a {
	background: none;
}

/* Metro Pro Green
--------------------------------------------- */

.metro-pro-green .entry-title a:hover,
.metro-pro-green .genesis-nav-menu > .right > a:hover,
.metro-pro-green .site-footer a:hover,
.metro-pro-green a,
.metro-pro-green h2 a:hover {
	color: #21c250;
}

.metro-pro-green .entry-title a,
.metro-pro-green .entry-meta a:hover,
.metro-pro-green a:hover {
	color: #222;
}

.metro-pro-green .entry-meta a {
	color: #999;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .entry-comments-link a,
.metro-pro-green .entry-comments-link a:hover,
.metro-pro-green .genesis-nav-menu a,
.metro-pro-green .site-footer a,
.metro-pro-green .site-title a,
.metro-pro-green .site-title a:hover,
.metro-pro-green a.social-buttons {
	color: #fff;
}

.metro-pro-green h2 a,
.metro-pro-green h2 a:visited {
	color: #333;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .archive-pagination li.active a,
.metro-pro-green .btn:hover,
.metro-pro-green .content .entry-comments-link a,
.metro-pro-green .enews-widget input:hover[type="submit"],
.metro-pro-green .genesis-nav-menu .current-menu-item > a,
.metro-pro-green .genesis-nav-menu a:hover,
.metro-pro-green .sidebar .enews-widget input[type="submit"],
.metro-pro-green .site-title a,
.metro-pro-green a.social-buttons:hover,
.metro-pro-green button:hover,
.metro-pro-green input:hover[type="button"],
.metro-pro-green input:hover[type="reset"],
.metro-pro-green input:hover[type="submit"] {
	background-color: #21c250;
}

.metro-pro-green .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-green .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-green .genesis-nav-menu > .right > a,
.metro-pro-green.header-image .site-title a {
	background: none;
}

/* Metro Pro Pink
--------------------------------------------- */

.metro-pro-pink .entry-title a:hover,
.metro-pro-pink .genesis-nav-menu > .right > a:hover,
.metro-pro-pink .site-footer a:hover,
.metro-pro-pink a,
.metro-pro-pink h2 a:hover {
	color: #d1548e;
}

.metro-pro-pink .entry-title a,
.metro-pro-pink .entry-meta a:hover,
.metro-pro-pink a:hover {
	color: #222;
}

.metro-pro-pink .entry-meta a {
	color: #999;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .entry-comments-link a,
.metro-pro-pink .entry-comments-link a:hover,
.metro-pro-pink .genesis-nav-menu a,
.metro-pro-pink .site-footer a,
.metro-pro-pink .site-title a,
.metro-pro-pink .site-title a:hover,
.metro-pro-pink a.social-buttons {
	color: #fff;
}

.metro-pro-pink h2 a,
.metro-pro-pink h2 a:visited {
	color: #333;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .archive-pagination li.active a,
.metro-pro-pink .btn:hover,
.metro-pro-pink .content .entry-comments-link a,
.metro-pro-pink .enews-widget input:hover[type="submit"],
.metro-pro-pink .genesis-nav-menu .current-menu-item > a,
.metro-pro-pink .genesis-nav-menu a:hover,
.metro-pro-pink .sidebar .enews-widget input[type="submit"],
.metro-pro-pink .site-title a,
.metro-pro-pink a.social-buttons:hover,
.metro-pro-pink button:hover,
.metro-pro-pink input:hover[type="button"],
.metro-pro-pink input:hover[type="reset"],
.metro-pro-pink input:hover[type="submit"] {
	background-color: #d1548e;
}

.metro-pro-pink .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-pink .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-pink .genesis-nav-menu > .right > a,
.metro-pro-pink.header-image .site-title a {
	background: none;
}

/* Metro Pro Red
--------------------------------------------- */

.metro-pro-red .entry-title a:hover,
.metro-pro-red .genesis-nav-menu > .right > a:hover,
.metro-pro-red .site-footer a:hover,
.metro-pro-red a,
.metro-pro-red h2 a:hover {
	/*color: #ef4f4f;*/
	color: #6d4490;
}

.metro-pro-red .entry-title a,
.metro-pro-red .entry-meta a:hover,
.metro-pro-red a:hover {
	color: #222;
}

.metro-pro-red .entry-meta a {
	color: #999;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .entry-comments-link a,
.metro-pro-red .entry-comments-link a:hover,
.metro-pro-red .genesis-nav-menu a,
.metro-pro-red .site-footer a,
.metro-pro-red .site-title a,
.metro-pro-red .site-title a:hover,
.metro-pro-red a.social-buttons {
	color: #fff;
}

.metro-pro-red h2 a,
.metro-pro-red h2 a:visited {
	color: #333;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .archive-pagination li.active a,
.metro-pro-red .btn:hover,
.metro-pro-red .content .entry-comments-link a,
.metro-pro-red .enews-widget input:hover[type="submit"],
.metro-pro-red .genesis-nav-menu .current-menu-item > a,
.metro-pro-red .genesis-nav-menu a:hover,
.metro-pro-red .sidebar .enews-widget input[type="submit"],
.metro-pro-red .site-title a,
.metro-pro-red a.social-buttons:hover,
.metro-pro-red button:hover,
.metro-pro-red input:hover[type="button"],
.metro-pro-red input:hover[type="reset"],
.metro-pro-red input:hover[type="submit"] {
	/*background-color: #9a7aa9;*/
	background-color: #6d4490;
}

.metro-pro-red .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-red .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-red .genesis-nav-menu > .right > a,
.metro-pro-red.header-image .site-title a {
	background: none;
}

/*
Custom styles
---------------------------------------------------------------------------------------------------- */

.cig .site-container {
    margin: 0 auto;
    padding-bottom: 0; 
}

.cig .site-title a {
    display: block;
    height: 80px;
    width: auto;
    overflow: hidden;
    text-indent: -9999px;
    /*background: #fff url(images/logo_cig522.png) top left no-repeat;*/
    background: #fff url(images/logo_cig0822.png) top left no-repeat;
    background-size: contain;
}

.cig .site-header {
    position: relative;
}

.cig .header-widget-area {
    padding-top: 0;
}
.cig .header-widget-area .widget_media_image {
    text-align: right;
}

.cig .header-widget-area .custom-font-size {
    text-align: right;
    margin: 0;
    position: absolute;
    top: 13px;
    right: 5px;
}

.cig .custom-font-size ul li {
    display: inline-block; 
}


.cig .custom-font-size .controls .big a {
    font-size: 20px !important;
    /*font-size: 2.0rem;*/
    text-decoration: none;
    padding: 2px 4px;
}

.cig .custom-font-size .controls .normal a {
    font-size: 16px !important;
    /*font-size: 1.6rem;*/
    text-decoration: none;
    padding: 2px 4px;
}

.cig .custom-font-size .controls .small a {
    font-size: 12px !important;
    /*font-size: 1.2rem;*/
    text-decoration: none;
    padding: 2px 4px;
}

.cig .custom-font-size .controls a:hover {
    text-decoration: underline;
}

.cig .nav-primary {
    /*background-color: #461f60;*/
    background-color: #2f2f2f;
}

.cig .nav-primary a {
	text-transform: inherit;
}

.cig .genesis-nav-menu a {
    font-weight: bold;
}

.genesis-nav-menu .sub-menu a {
    /*background-color: #461f60;*/
    background-color: #2f2f2f;
}

.cig #genesis-responsive-slider {
    border: 0;
    padding: 0;
}

.cig h1.entry-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
}

.cig a[href$='.pdf'] {
    padding: 3px 0 3px 22px;
    background: url(images/pdf.gif) top left no-repeat;
}

.cig .widget-title {
	background-image: none; 
    /*background-color: #461f60;*/
    color: #000;
    padding: 0 0 30px 0;
    padding: 0 0 3rem 0;
    margin: 0;
	text-align: left;
	text-transform: inherit;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
}

.cig .sidebar .widget-title {
	background-image: none; 
    background-color: #fff;
    /*color: #910c01;*/
    color: #8b55ad;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0;
    padding-bottom: 16px;
    padding-bottom: 1.6rem;
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    margin: 0;
	text-align: left;
	text-transform: inherit;
}

.cig .entry,
.cig .after-entry,
.cig .page.page-template-page_blog-php .entry {
	background: none;
}

.cig .home-middle {
    border-bottom: 1px dotted #adadad;
    margin-bottom: 32px;
    margin-bottom: 3.2rem;
} 

.cig .home-middle .widget {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.cig .home-bottom .featured-content .entry {
    border-bottom: 1px dotted #adadad;
}

.cig .more-from-category {
    text-align: right;
}

.cig .iv-share ul {
    text-align: center;
}

.cig .iv-share ul li {
    display: inline-block;
    padding: 0 8px 20px;
    padding: 0 0.8rem 2rem;
}

.cig ol.lower-alfa li {
    list-style-type: lower-alpha;
}

.cig ol.upper-alfa li {
    list-style-type: upper-alpha;
}

.cig .sidebar .widget {
    border-bottom: 1px dotted #adadad;
}

.cig .sidebar .widget.featuredpost {
    padding-bottom: 10px;
    padding-bottom: 1rem;
}

.cig .sidebar .widget.featuredpage {
    border: 0 none;
}

.cig .sidebar .widget.featured-content .entry {
    margin: 0;
}

.cig .sidebar .widget .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.cig .sidebar .menu {
    padding-bottom: 32px;
    padding-bottom: 3.2rem;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.cig .sidebar .menu li {
    padding-left: 15px;
    padding-left: 1.5rem;
}

.cig .footer-widgets {
    /*background-color: #461f60;*/
    background-color: #2f2f2f;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.cig .footer-widgets a {
    /*color: #d17159;*/
    color: #9a7aa9;
    font-weight: bold;
    text-decoration: none;
}

.cig .footer-widgets a:hover {
    /*color: #d17159;*/
    color: #9a7aa9;
    font-weight: bold;
    text-decoration: underline;
}

.cig .footer-widgets-1,
.cig .footer-widgets-2,
.cig .footer-widgets-3,
.cig .footer-widgets-4,
.cig .footer-widgets-5 {
    display: inline-block;
    margin-right: 0;
    margin-left: 36px;
    vertical-align: top;
}

.cig .footer-widgets-1 {
    width: 150px;
    margin-left: 0;
}
.cig .footer-widgets-2,
.cig .footer-widgets-3 {
	width: 220px;
}
.cig .footer-widgets-4 {
    width: 290px;
    text-align: center;
}
.cig .footer-widgets-5 {
    width: 100px;
    text-align: center;
}
.cig .footer-widgets-5 .widget .banner,
.cig .footer-widgets-5 .widget {
    margin-bottom: 0;
}

.cig .site-footer {
    background-color: #fff;
    color: #000;
	text-align: left;
    padding: 16px 0;
    padding: 1.6rem 0;
}

.cig .site-footer a {
    /*color: #910c01;*/
    color: #8b55ad;
    text-decoration: none;
}

.cig .site-footer a:hover {
    /*color: #910c01;*/
    color: #8b55ad;
    text-decoration: underline;
}

.cig .site-footer .nav-secondary {
    text-align: left;
    background-color: #fff;
    margin-bottom: 20px;
}

.cig .site-footer .nav-secondary,
.cig .site-footer p {
    /*float: left;*/
    line-height: 1.5;
}

.cig .site-footer .genesis-nav-menu {
    background: #fff;
}

.cig .site-footer .genesis-nav-menu a {
    margin: 0 10px 0 0; 
    margin: 0 1rem 0 0; 
    padding: 0;
    line-height: 1.5;
}

.cig .site-footer .genesis-nav-menu a:hover {
    background-color: #fff;
}

.cig .site-footer #iv-creative-commons {
    display: block;
    float: left;
    padding-right: 16px;
    padding-right: 1.6rem;
}

.no-title .entry-title {
    display: none;
}

.content .ui-collapse-list ul li {
    list-style-type: none;
}

.content .ui-collapse-list ul li strong {
    cursor: pointer;
}

i.icon {
    font-size: 20px;
    font-size: 2rem;
}

/* Pesquisa */
.cig.search .content .entry {
	background: none;
    margin-bottom: 26px; 
    margin-bottom: 2.6rem; 
    padding-bottom: 0;
    border-bottom: 1px dotted #adadad;
}

/* Arquivo */
.cig.archive .content .entry {
	background: none;
    margin-bottom: 26px; 
    margin-bottom: 2.6rem; 
    padding-bottom: 0;
    border-bottom: 1px dotted #adadad;
}

.assistive-text {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

#google_translate_element {
    padding-bottom: 10px;
}

/* Gravity forms */
.cig .gform_wrapper select {
    font-size: 16px;
	font-size: 1.6rem;
}

.align-block .wp-caption.alignnone {
    display: inline-block; 
    margin-bottom: 20px;
}

/* Indicadores */
.cig-indicadores-loading {
    text-align: center;
}

#cig-indicadores {}

/** reset styles **/
#cig-indicadores select, 
#cig-indicadores input {
    width: auto;
    padding: 0px;
    background-color: #fff;
    color: #666; 
    box-shadow: none;
}

/** controls **/
#cig-indicadores .iv-group {
    vertical-align: top;
    display: inline-block;
    width: 500px;
    margin-left: 20px;
}
#cig-indicadores .iv-group label {
    display: inline-block;
    width: 140px;
    text-align: right;
}
#cig-indicadores .iv-group select {
    display: inline-block;
    max-width: 300px;
}
#cig-indicadores .iv-group .iv-control {
    position: relative;
    margin-bottom: 5px;
}

/** checkbox **/
#cig-indicadores #lbl-iv-chk-compare {
    position: absolute;
    left: 163px;
    width: auto;
}
#cig-indicadores #iv-chk-compare {
    position: relative;
    left: 143px;
}
#cig-indicadores .iv-controls {
    margin-top: 20px;
    margin-bottom: 20px;
}

/** nav bar **/
#cig-indicadores .nav_indicadores ul li {
    display: inline;
    list-style-type: none;
    margin: 0;
}
#cig-indicadores .nav_indicadores li a {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    margin: 0 24px;
    text-decoration: none;
    color: #000;
}
#cig-indicadores .nav_indicadores li a:hover .logo {
    border: 5px solid #7c4695;
    border-radius: 38px;
}
#cig-indicadores .nav_indicadores .logo {
    width: 75px;
    height: 75px;
    background-size: contain;
}
#cig-indicadores .nav_indicadores .title {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
#cig-indicadores .nav_indicadores .indicador1 { 
    background-image: url(images/indicadores/indicador1_a.png);
}
#cig-indicadores .nav_indicadores .indicador2 { 
    background-image: url(images/indicadores/indicador2_a.png);
}
#cig-indicadores .nav_indicadores .indicador3 { 
    background-image: url(images/indicadores/indicador3_a.png);
}
#cig-indicadores .nav_indicadores .indicador4 { 
    background-image: url(images/indicadores/indicador4_a.png);
}
#cig-indicadores .nav_indicadores .indicador5 { 
    background-image: url(images/indicadores/indicador5_a.png);
}
#cig-indicadores .nav_indicadores .indicador6 { 
    background-image: url(images/indicadores/indicador6_a.png);
}
#cig-indicadores .nav_indicadores .indicador7 { 
    background-image: url(images/indicadores/indicador7_a.png);
}
#cig-indicadores .nav_indicadores .indicador8 { 
    background-image: url(images/indicadores/indicador8_a.png);
}
#cig-indicadores .nav_indicadores .indicador9 { 
    background-image: url(images/indicadores/indicador9_a.png);
}

/** Controls **/
#cig-indicadores .nav_indicadores .iv-controls {
	margin-bottom: 40px;
	text-align: right;
}
#cig-indicadores .nav_indicadores .iv-btn-compare {
	display: inline-block;
	background-color: #6d4490;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
}
#cig-indicadores .compare_indicadores label span {
	margin-left: 10px;
}
#cig-indicadores .compare_indicadores .iv-controls {
	margin-bottom: 40px;
}
#cig-indicadores .compare_indicadores .iv-btn-compare {
	display: inline-block;
	background-color: #6d4490;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
}
#cig-indicadores .compare_indicadores .iv-link-indicadores {
	display: inline-block;
	margin-left: 20px;
}
#cig-indicadores .graph_indicadores .iv-controls {
	margin: 40px 0;
}
#cig-indicadores .graph_indicadores .iv-btn-compare {
	display: inline-block;
	background-color: #6d4490;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
}
#cig-indicadores .graph_indicadores .iv-link-indicadores {
	display: inline-block;
	margin-left: 20px;
}

/** results **/
#cig-indicadores .chart_container {}
#cig-indicadores .chart_container.rows .results {
    display: block;
    width: 100%;
    margin-left: 0;
    max-width: 1055px;
    margin-bottom: 50px;
}
#cig-indicadores .chart_container.columns .results {
    display: inline-block;
    width: 500px;
    margin-left: 20px;
    vertical-align: top;
}

/** graph controls **/
#cig-indicadores .iv-graph-controls {
    text-align: right;
    margin-bottom: 20px;
    margin-right: 100px;
}
#cig-indicadores .iv-graph-controls-label {
    margin-right: 85px;
    font-weight: bold;
}
#cig-indicadores .download-data {
    text-align: center;
}
#cig-indicadores .go-back {
    text-align: right;
}
#cig-indicadores .go-back a {
    text-decoration: none;
}

/** Titulos **/
#cig-indicadores .results .title { 
    min-height: 165px; 
    width: 100%; 
    margin-bottom: 10px;
}
#cig-indicadores .results .title .logo { 
    height: 165px;
    width: 165px;
    background: no-repeat center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}
#cig-indicadores .results .title .description { 
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 25px;
    font-size: 2.5rem;
}
#cig-indicadores .chart_container.columns .results .title { 
    text-align: center;
}
#cig-indicadores .chart_container.rows .results .title .description {
    margin-left: 20px;
    max-width: 850px;
}
#cig-indicadores .chart_container.columns .results .title .description {
    display: none;
    margin-top: 20px;
    width: 100%; 
}
#cig-indicadores .results .title .logo.indicador1 { 
    background-image: url(images/indicadores/indicador1_a.png)
}
#cig-indicadores .results .title .logo.indicador2 { 
    background-image: url(images/indicadores/indicador2_a.png)
}
#cig-indicadores .results .title .logo.indicador3 { 
    background-image: url(images/indicadores/indicador3_a.png)
}
#cig-indicadores .results .title .logo.indicador4 { 
    background-image: url(images/indicadores/indicador4_a.png)
}
#cig-indicadores .results .title .logo.indicador5 { 
    background-image: url(images/indicadores/indicador5_a.png)
}
#cig-indicadores .results .title .logo.indicador6 { 
    background-image: url(images/indicadores/indicador6_a.png)
}
#cig-indicadores .results .title .logo.indicador7 { 
    background-image: url(images/indicadores/indicador7_a.png)
}
#cig-indicadores .results .title .logo.indicador8 { 
    background-image: url(images/indicadores/indicador8_a.png)
}
#cig-indicadores .results .title .logo.indicador9 { 
    background-image: url(images/indicadores/indicador9_a.png)
}


/** datatable **/
#cig-indicadores .chart_container.columns .results .iv-table {
    margin-top: 20px;
}
#cig-indicadores .chart_container.rows .results .iv-table {
    margin-left: 50px;
    display: inline-block;
    width: 500px;
    vertical-align: top;
}
#cig-indicadores .chart_container.rows .results .iv-chart {
    display: inline-block;
    width: 500px;
}
#cig-indicadores .chart_container .results .iv-table table {
    width: 500px !important;
    line-height: 1.5;
}
#cig-indicadores .chart_container .results .iv-table table th {
    /*text-align: right;*/
    text-align: center;
    font-size: 10px;
    font-size: 1.0rem;
    /*padding: 10px 14px 10px 0px;*/
    padding: 10px 0 10px 10px;
}

#cig-indicadores .chart_container .results .iv-table table td {
    /*text-align: right;*/
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 0 6px 12px;
}
#cig-indicadores .chart_container .results .iv-table table tr.odd {
}
#cig-indicadores .chart_container .results .iv-table table tr.even {
    background-color: #f0f0f0;
}

#cig-indicadores .chart_container .results .iv-table .dataTables_info,
#cig-indicadores .chart_container .results .iv-table .dataTables_filter,
#cig-indicadores .chart_container .results .iv-table input[type=search] {
    font-size: 13px;
    font-size: 1.3rem;
}

#cig-indicadores .chart_container .results .iv-table .dataTables_info {
    display: none;
}
#cig-indicadores .chart_container .results .iv-table .dataTables_filter {
    margin-bottom: 10px;
    display: none;
}
#cig-indicadores .chart_container .results .iv-table input[type=search] {
    padding: 2px 5px;
}

/** Error **/
#cig-indicadores .chart_container .results .error {
    text-align: center;
    height: 200px;
    background: #e0e0e0 url(images/error.png) center center no-repeat;
}
#cig-indicadores .chart_container .results .error p {
    padding-top: 140px;
}

/** Footnotes **/
#cig-indicadores .chart_container .results .footnotes .title {
	min-height: auto;
}
#cig-indicadores .chart_container .results .footnotes ul {
    margin-bottom: 0;
}
#cig-indicadores .chart_container .results .footnotes li {
    margin-bottom: 5px;
}
#cig-indicadores .footnotes {
    margin-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
}
#cig-indicadores .footnotes .title {
    font-weight: bold;
    margin-bottom: 10px;
}
#cig-indicadores .footnotes .note {
    margin-bottom: 5px;
}
#cig-indicadores .footnotes .note span {
    font-weight: bold;
}
#cig-indicadores .footnotes ul {
    margin-bottom: 0;
}
#cig-indicadores .footnotes li {
    margin-bottom: 5px;
}


/** Nova homepage **/

/* menu principal */

/** menu igualdade **/
.cig .genesis-nav-menu .current-menu-item.menu-item-21999 > a,
.cig .genesis-nav-menu .menu-item-21999 .current-menu-item > a,
.cig .genesis-nav-menu .menu-item-21999 a:hover {
    background-color: #008124;
}
/** menu portal violencia **/
.cig .genesis-nav-menu .current-menu-item.menu-item-22025 > a,
.cig .genesis-nav-menu .menu-item-22025 .current-menu-item > a,
.cig .genesis-nav-menu .menu-item-22025 a:hover {
    background-color: #ff8d00;
}
/** menu MGF **/
.cig .genesis-nav-menu .current-menu-item.menu-item-23771 > a,
.cig .genesis-nav-menu .menu-item-23771 .current-menu-item > a,
.cig .genesis-nav-menu .menu-item-23771 a:hover {
    background-color: #ff8d00;
}
/** menu lgbti **/
.cig .genesis-nav-menu .current-menu-item.menu-item-22073 > a,
.cig .genesis-nav-menu .menu-item-22073 .current-menu-item > a,
.cig .genesis-nav-menu .menu-item-22073 a:hover {
    background-color: #0089db;
}
/** menu trafico **/
.cig .genesis-nav-menu .current-menu-item.menu-item-23779 > a,
.cig .genesis-nav-menu .menu-item-23779 .current-menu-item > a,
.cig .genesis-nav-menu .menu-item-23779 a:hover {
    background-color: #bf202e;
}
/** menu pt2020 **/
.cig .genesis-nav-menu .current-menu-item.menu-item-22099 > a,
.cig .genesis-nav-menu .menu-item-22099 .current-menu-item > a,
.cig .genesis-nav-menu .menu-item-22099 a:hover {
    background-color: #000000;
}
/** menu pt2030 **/
.cig .genesis-nav-menu .current-menu-item.menu-item-32381 > a,
.cig .genesis-nav-menu .menu-item-32381 .current-menu-item > a,
.cig .genesis-nav-menu .menu-item-32381 a:hover {
    background-color: #000000;
}
/** menu eeagrants **/
.cig .genesis-nav-menu .current-menu-item.menu-item-22123 > a,
.cig .genesis-nav-menu .menu-item-22123 .current-menu-item > a,
.cig .genesis-nav-menu .menu-item-22123 a:hover {
    background-color: #000000;
}

/* sub menu */
.cig .genesis-nav-menu.menu-secondary .current-menu-item > a,
.cig .genesis-nav-menu.menu-secondary a:hover {
    background-color: #999999;
}


/* personalizacao items menu */

/** Link CID **/
/*
.cig .nav-secondary .menu-item-23031 a {
    background: url('images/logo-cid2.png') center center no-repeat;
}
.cig .nav-secondary .menu-item-23031 a span {
    width: 80px;
    display: inline-block;
    visibility: hidden;
}
*/

/* slider */
.cig #genesis-responsive-slider img {
    width: 100%;
    height: auto;
}

/* mobile menu */
.cig .header-top-1 {
    display: none;
    background-color: #2f2f2f;
}
.cig .header-top-1 .widget {
    margin-bottom: 0;
}
#menu-mobile .menu-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}
#menu-mobile .menu-item a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 16px;
    padding: 1.6rem;
}
#menu-mobile .menu-item a:hover {
    text-decoration: none;
    color: #fff;
}
/* menu search */
#menu-mobile .menu-item.menu-item-24045 {
    float: right;
}
#menu-mobile .menu-item.menu-item-24046 a {
    background: url(images/logo_cig_pb4.png) no-repeat center left;
    background-size: contain;
    text-indent: -9999px;
    height: 40px;
    width: 160px; 
}

/* mobile menu content */
.cig .header-top-2 {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 600;
    background-color: rgba(0,0,0,0.25);
}
.cig.admin-bar .header-top-2 {
    top: 32px;
}
.cig .header-top-2 .wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    border-right: 1px solid black;
    background-color: #fff;
    padding: 60px 36px 20px;
    padding: 6rem 3.6rem 2rem;
    width: 320px;
}
.cig .header-top-2 .wrap .widget {
    margin-bottom: 0;
}
.cig .header-top-2 .wrap .mobile-close-button {
    position: absolute;
    top: 0;
    right: 0;
}
.cig .header-top-2 .wrap .mobile-close-button a {
    display: inline-block;
    padding: 15px;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
}
.cig .header-top-2 .wrap .mobile-close-button a:hover {
    text-decoration: none;
}
/** mobile menu items */
.cig .header-top-2 .wrap .menu .menu-item a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.cig .header-top-2 .wrap .menu .menu-item a:hover {
    color: #333;
    text-decoration: none;
}
.cig .header-top-2 .wrap .menu .menu-item a i.submenu {
    display: inline-block;
    position: absolute;
    right: 20px;
}
/** mobile sub-menus **/
.cig .header-top-2 .wrap .menu .sub-menu {
    display: none;
}
.cig .header-top-2 .wrap .menu-item .sub-menu li {
    border-left: 5px solid #6d4490;
    padding-left: 5px;
}

/** mobile menu custom icons **/
/*
.cig .header-top-2 .wrap .menu-item-23031 a {
    background: #000 url('images/logo-cid2.png') center center no-repeat;
    display: inline-block;
    width: 70px;
    text-indent: -999px; 
}
*/
.cig .header-top-2 .wrap .menu-item-23769 {
    display: none;
}

/* rows */
/*.cig .home-top-1,*/
.cig .home-top-2,
.cig .home-top-3,
.cig .home-top-4,
.cig .home-top-5,
.cig .home-bottom-1,
.cig .home-bottom-2,
.cig .home-social-media {
    padding-top: 30px;
}

/* row 2 */
.cig .home-top-2 {
    text-align: center;
}
.cig .home-top-2 .widget {
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
}
.cig .home-top-2 .widget:first-of-type {
    margin-left: 0;
}

/* row 3 */
.cig .home-top-3 .widget.featuredpage {
    display: inline-block;
    width: 150px;
    margin-left: 40px;
    vertical-align: top;
}
.cig .home-top-3 .widget.featuredpage:first-of-type {
    margin-left: 0;
}
.cig .home-top-3 .widget.featuredpage img {
    border-radius: 75px;
}
.cig .home-top-3 .widget.featuredpage .entry-title {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

/* row 4 */
.cig .home-top-4 .widget .post {
    display: inline-block;
    width: 332px;
    margin-left: 60px;
    vertical-align: top;
}
.cig .home-top-4 .widget .post:first-of-type {
    margin-left: 0;
}

/* row 5 */
.cig .home-top-5 .widget {
    display: inline-block;
    vertical-align: top;
}
.cig .home-top-5 .widget_text {
    width: 355px;
}


/* Footer Ligações */
.cig .home-bottom-1 .widget {
    display: inline-block;
    vertical-align: bottom;
    width: 355px;
    margin: 0 10px 10px 10px;
} 

/* Social media */
.cig .home-social-media .widget {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    text-align: center;
    margin-left: 120px;
}
.cig .home-social-media .widget .widget-title {
    color: #ffffff;
}
.cig .home-social-media .widget:first-of-type {
    margin-left: 0;
}
.cig .home-social-media .widget .wcag img {
    width: 150px;
}

/* Footer menu */
.cig .home-bottom-3 .widget {
    margin-bottom: 10px;
} 
.cig .home-bottom-3 .menu,
.cig .home-bottom-3 .menu-item {
    display: inline-block;
}
.cig .home-bottom-3 .menu-item {
    margin-right: 10px;
}

/* Templates posts */

.cig .mobile-sidebar-menu { display: none; }

.cig .content .entry .entry-content h1,
.cig .content .entry .entry-content h2,
.cig .content .entry .entry-content h3,
.cig .content .entry .entry-content h4,
.cig .content .entry .entry-content h5,
.cig .content .entry .entry-content h6 {
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

.cig .content .entry h2.entry-title,
.cig .content .entry .entry-header h1,
.cig .content .entry .entry-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
}
.cig .content .entry .entry-content h2 {
	font-size: 24px;
	font-size: 2.4rem;
}
.cig .content .entry .entry-content h3 {
	font-size: 22px;
	font-size: 2.2rem;
}
.cig .content .entry .entry-content h4 {
	font-size: 20px;
	font-size: 2.0rem;
}
.cig .content .entry .entry-content h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
.cig .content .entry .entry-content h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/** Site sections **/
.cig-section {
    display: none;
}
.cig-section .cig-section-header {
    min-height: 284px;
}
.cig-section .cig-section-title {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 10px;
}

/** Full screen search **/
#fullscreensearch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    opacity: 0;
    z-index: -100;   
}
#fullscreensearch.open {
    opacity: 1;
    z-index: 1000;   
}
#fullscreensearch .wrap {
    position: relative;
    width: 800px;
    height: 100%;
}
#fullscreensearch .closesearch,
#fullscreensearch .search-form {
    position: absolute;
    top: 50%;
}
#fullscreensearch .closesearch,
#fullscreensearch .search-form input[type="search"] {
    font-size: 26px;
    font-size: 2.6rem;
	padding: 5px 0;
	padding: 0.5rem 0;
}
#fullscreensearch .closesearch {
    right: 0;
    z-index: 1100;
}
#fullscreensearch .closesearch a {
    color: #999;
    text-decoration: none;
}
#fullscreensearch .closesearch a:hover {
    color: red;
    text-decoration: none;
}
#fullscreensearch .search-form input[type="search"] {
	background: none; 
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #999;
    color: #999;
}


/** Template 1 **/
.template1 .site-inner {
    padding-top: 0;
}
.template1 .cig-section {
    display: block;
    margin-bottom: 32px;
    background-color: #6d4490;
    color: #ffffff;
}
.template1 .cig-section-header {
    /*background: url(images/templates/template1.jpg) center center no-repeat;*/
    background: url(images/templates/template1_1.jpg) center center no-repeat;
    background-size: cover;
}
.template1 .cig-section-title:after {
    content: "A CIG";
}
.template1 .content .entry .entry-title,
.template1 .content .entry .entry-content a {
	color: #6d4490;
}
.template1 .content .entry .entry-content a:hover {
	color: #000;
}
.template1 .sidebar .menu a {
	color: #6d4490;
}
.template1 .sidebar .menu a:hover {
	color: #000;
}
.template1 #wpfront-scroll-top-container i {
	color: #6d4490;
}

/** Template 2 **/
.template2 .site-inner {
    padding-top: 0;
}
.template2 .cig-section {
    display: block;
    margin-bottom: 32px;
    background-color: #008214;
    color: #ffffff;
}
.template2 .cig-section-header {
    background: url(images/templates/template2.jpg) center center no-repeat;
    background-size: cover;
}
.template2 .cig-section-title:after {
    content: "Igualdade entre Mulheres e Homens";
}
.template2 .content .entry .entry-title,
.template2 .content .entry .entry-content a {
	color: #008214;
}
.template2 .content .entry .entry-content a:hover {
	color: #000;
}
.template2 .sidebar .menu a {
	color: #008214;
}
.template2 .sidebar .menu a:hover {
	color: #000;
}
.template2 #wpfront-scroll-top-container i {
	color: #008214;
}

/** Template 3 **/
.template3a .site-inner,
.template3b .site-inner,
.template3c .site-inner,
.template3d .site-inner,
.template3e .site-inner,
.template3f .site-inner,
.template3 .site-inner {
    padding-top: 0;
}
.template3a .cig-section,
.template3b .cig-section,
.template3c .cig-section,
.template3d .cig-section,
.template3e .cig-section,
.template3f .cig-section,
.template3 .cig-section {
    display: block;
    margin-bottom: 32px;
    background-color: #ff8d00;
    color: #ffffff;
}
.template3 .cig-section-header {
    background: url(images/templates/template3.jpg) center center no-repeat;
    background-size: cover;
}
.template3a .cig-section-header {
    /*background: url(images/templates/template3a_v2.jpg) center center no-repeat;*/
    background: url(images/templates/template3b_2.jpg) center center no-repeat;
    background-size: cover;
}
.template3b .cig-section-header {
    background: url(images/templates/template3b_2.jpg) center center no-repeat;
    background-size: cover;
}
.template3c .cig-section-header {
    background: url(images/templates/template3c_1.jpg) center center no-repeat;
    background-size: cover;
}
.template3d .cig-section-header {
    background: url(images/templates/template3d_v2.jpg) center center no-repeat;
    background-size: cover;
}
.template3e .cig-section-header {
    background: url(images/templates/template3e.jpg) center center no-repeat;
    background-size: cover;
}
.template3f .cig-section-header {
    background: url(images/templates/template3f.png) center center no-repeat;
    background-size: cover;
}
.template3 .cig-section-title:after {
    content: "Viol\00eancia Contra as Mulheres";
}
.template3a .cig-section-title:after {
    content: "Viol\00eancia Contra as Mulheres e Viol\00eancia Dom\00e9stica";
}
.template3b .cig-section-title:after {
    content: "Portal da Viol\00eancia Dom\00e9stica";
}
.template3c .cig-section-title:after {
    content: "Pr\00e1ticas Tradicionais Nefastas";
}
.template3d .cig-section-title:after {
    content: "Viol\00eancia no Namoro";
}
.template3e .cig-section-title:after {
    content: "Mutila\00e7\00e3o Genital Feminina";
}
.template3f .cig-section-title:after {
    content: "Viol\00eancia Contra as Mulheres";
}
.template3a .content .entry .entry-title,
.template3b .content .entry .entry-title,
.template3c .content .entry .entry-title,
.template3d .content .entry .entry-title,
.template3e .content .entry .entry-title,
.template3f .content .entry .entry-title,
.template3 .content .entry .entry-title,
.template3a .content .entry .entry-content a,
.template3b .content .entry .entry-content a,
.template3c .content .entry .entry-content a,
.template3d .content .entry .entry-content a,
.template3e .content .entry .entry-content a,
.template3f .content .entry .entry-content a,
.template3 .content .entry .entry-content a {
	color: #ff8d00;
}
.template3a .content .entry .entry-content a:hover,
.template3b .content .entry .entry-content a:hover,
.template3c .content .entry .entry-content a:hover,
.template3d .content .entry .entry-content a:hover,
.template3e .content .entry .entry-content a:hover,
.template3f .content .entry .entry-content a:hover,
.template3 .content .entry .entry-content a:hover {
	color: #000;
}
.template3a .sidebar .menu a,
.template3b .sidebar .menu a,
.template3c .sidebar .menu a,
.template3d .sidebar .menu a,
.template3e .sidebar .menu a,
.template3f .sidebar .menu a,
.template3 .sidebar .menu a {
	color: #ff8d00;
}
.template3a .sidebar .menu a:hover,
.template3b .sidebar .menu a:hover,
.template3c .sidebar .menu a:hover,
.template3d .sidebar .menu a:hover,
.template3e .sidebar .menu a:hover,
.template3f .sidebar .menu a:hover,
.template3 .sidebar .menu a:hover {
	color: #000;
}
.template3a #wpfront-scroll-top-container i,
.template3b #wpfront-scroll-top-container i,
.template3c #wpfront-scroll-top-container i,
.template3d #wpfront-scroll-top-container i,
.template3e #wpfront-scroll-top-container i,
.template3f #wpfront-scroll-top-container i,
.template3 #wpfront-scroll-top-container i {
	color: #ff8d00;
}

/** Template 4 **/
.template4 .site-inner {
    padding-top: 0;
}
.template4 .cig-section {
    display: block;
    margin-bottom: 32px;
    background-color: #0089db;
    color: #ffffff;
}
.template4 .cig-section-header {
    background: url(images/templates/template4.jpg) center center no-repeat;
    background-size: cover;
}
.template4 .cig-section-title:after {
    content: "LGBTI+";
}
.template4 .content .entry .entry-title,
.template4 .content .entry .entry-content a {
	color: #0089db;
}
.template4 .content .entry .entry-content a:hover {
	color: #000;
}
.template4 .sidebar .menu a {
	color: #0089db;
}
.template4 .sidebar .menu a:hover {
	color: #000;
}
.template4 #wpfront-scroll-top-container i {
	color: #0089db;
}

/** Template 5 **/
.template5 .site-inner {
    padding-top: 0;
}
.template5 .cig-section {
    display: block;
    margin-bottom: 32px;
    background-color: #bf202e;
    color: #ffffff;
}
.template5 .cig-section-header {
    background: url(images/templates/template5.jpg) center center no-repeat;
    background-size: cover;
}
.template5 .cig-section-title:after {
    content: "Tr\00e1\0066ico de Seres Humanos";
}
.template5 .content .entry .entry-title,
.template5 .content .entry .entry-content a {
	color: #bf202e;
}
.template5 .content .entry .entry-content a:hover {
	color: #000;
}
.template5 .sidebar .menu a {
	color: #bf202e;
}
.template5 .sidebar .menu a:hover {
	color: #000;
}
.template5 #wpfront-scroll-top-container i {
	color: #bf202e;
}

/** Template 6 **/
.template6 .site-inner {
    padding-top: 0;
}
.template6 .cig-section {
    display: block;
    margin-bottom: 32px;
    background-color: #000000;
    color: #ffffff;
}
.template6 .cig-section-header {
    background: url(images/templates/template6.jpg) center center no-repeat;
    background-size: cover;
}
.template6 .cig-section-title:after {
    content: "PT 2020";
}
.template6 .content .entry .entry-title,
.template6 .content .entry .entry-content a {
	color: #000000;
}
.template6 .content .entry .entry-content a:hover {
	color: #333;
}
.template6 .sidebar .menu a {
	color: #000000;
}
.template6 .sidebar .menu a:hover {
	color: #333;
}
.template6 #wpfront-scroll-top-container i {
	color: #000000;
}

/** Template 6b **/
.template6b .site-inner {
    padding-top: 0;
}
.template6b .cig-section {
    display: block;
    margin-bottom: 32px;
    background-color: #000000;
    color: #ffffff;
}
.template6b .cig-section-header {
    background: url(images/templates/template6b.jpg) center center no-repeat;
    background-size: cover;
}
.template6b .cig-section-title:after {
    content: "PT 2030";
}
.template6b .content .entry .entry-title,
.template6b .content .entry .entry-content a {
	color: #000000;
}
.template6b .content .entry .entry-content a:hover {
	color: #333;
}
.template6b .sidebar .menu a {
	color: #000000;
}
.template6b .sidebar .menu a:hover {
	color: #333;
}
.template6b #wpfront-scroll-top-container i {
	color: #000000;
}

/** Template 7 **/
.template7b .site-inner,
.template7c .site-inner,
.template7d .site-inner,
.template7e .site-inner,
.template7f .site-inner,
.template7g .site-inner,
.template7h .site-inner,
.template7 .site-inner {
    padding-top: 0;
}
.template7b .cig-section,
.template7c .cig-section,
.template7d .cig-section,
.template7e .cig-section,
.template7f .cig-section,
.template7g .cig-section,
.template7h .cig-section,
.template7 .cig-section {
    display: block;
    margin-bottom: 32px;
    background-color: #999999;
    color: #ffffff;
}
.template7b .content .entry .entry-title,
.template7c .content .entry .entry-title,
.template7d .content .entry .entry-title,
.template7e .content .entry .entry-title,
.template7f .content .entry .entry-title,
.template7g .content .entry .entry-title,
.template7h .content .entry .entry-title,
.template7 .content .entry .entry-title {
	color: #999999;
}
.template7b .content .entry .entry-content a,
.template7c .content .entry .entry-content a,
.template7d .content .entry .entry-content a,
.template7e .content .entry .entry-content a,
.template7f .content .entry .entry-content a,
.template7g .content .entry .entry-content a,
.template7h .content .entry .entry-content a,
.template7 .content .entry .entry-content a {
	color: #6d4490;
}
.template7b .content .entry .entry-content a:hover,
.template7c .content .entry .entry-content a:hover,
.template7d .content .entry .entry-content a:hover,
.template7e .content .entry .entry-content a:hover,
.template7f .content .entry .entry-content a:hover,
.template7g .content .entry .entry-content a:hover,
.template7h .content .entry .entry-content a:hover,
.template7 .content .entry .entry-content a:hover {
	color: #000;
}
.template7b .sidebar .menu a,
.template7c .sidebar .menu a,
.template7d .sidebar .menu a,
.template7e .sidebar .menu a,
.template7f .sidebar .menu a,
.template7g .sidebar .menu a,
.template7h .sidebar .menu a,
.template7 .sidebar .menu a {
	color: #999999;
}
.template7b .sidebar .menu a:hover,
.template7c .sidebar .menu a:hover,
.template7d .sidebar .menu a:hover,
.template7e .sidebar .menu a:hover,
.template7f .sidebar .menu a:hover,
.template7g .sidebar .menu a:hover,
.template7h .sidebar .menu a:hover,
.template7 .sidebar .menu a:hover {
	color: #000;
}
.template7 .cig-section-header {
    background: url(images/templates/template7.jpg) center center no-repeat;
    background-size: cover;
}
.template7 .cig-section-title:after {
    content: "Munic\00edpios";
}
.template7b .cig-section-header {
    background: url(images/templates/template7b.jpg) center center no-repeat;
    background-size: cover;
}
.template7b .cig-section-title:after {
    content: "Conselho Consultivo";
}
.template7c .cig-section-header {
    background: url(images/templates/template7c.jpg) center center no-repeat;
    background-size: cover;
}
.template7c .cig-section-title:after {
    content: "Projetos";
}
.template7d .cig-section-header {
    background: url(images/templates/template7d_1.jpg) center center no-repeat;
    background-size: cover;
}
.template7d .cig-section-title:after {
    content: "Servi\00e7os";
}
.template7e .cig-section-header {
    background: url(images/templates/template7e.jpg) center center no-repeat;
    background-size: cover;
}
.template7e .cig-section-title:after {
    content: "Recursos";
}
.template7f .cig-section-header {
    background: url(images/templates/template7f_2.png) center center no-repeat;
    background-size: cover;
}
.template7f .cig-section-title:after {
    content: "Contactos";
}
.template7g .cig-section-header {
    background: url(images/templates/template7g.jpg) center center no-repeat;
    background-size: cover;
}
.template7g .cig-section-title:after {
    content: "Webinares";
}
.template7h .cig-section-header {
    background: url(images/templates/template7h.jpg) center center no-repeat;
    background-size: cover;
}
.template7h .cig-section-title:after {
    content: "Igualdade de G\00e9nero em N\00fameros";
}
.template7a #wpfront-scroll-top-container i,
.template7b #wpfront-scroll-top-container i,
.template7c #wpfront-scroll-top-container i,
.template7d #wpfront-scroll-top-container i,
.template7e #wpfront-scroll-top-container i,
.template7f #wpfront-scroll-top-container i,
.template7g #wpfront-scroll-top-container i,
.template7h #wpfront-scroll-top-container i,
.template7 #wpfront-scroll-top-container i {
	color: #999999;
}

/**sidebar image**/
.cig .sidebar .widget .post-21888 .entry-title a::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 40px;
    background: url('images/mapa.png') center center no-repeat;
    vertical-align: middle;
}

/* reset forms */
.cig .gform_wrapper.gravity-theme .gfield input, 
.cig .gform_wrapper.gravity-theme .gfield select {
    width: auto;
}
.cig .gform_wrapper.gravity-theme .gfield input, 
.cig .gform_wrapper.gravity-theme .gfield select,
.cig .gform_wrapper.gravity-theme .gfield textarea {
    background-color: #fff;
}
.cig .gform_wrapper.gravity-theme .gfield input[type="radio"],
.cig .gform_wrapper.gravity-theme .gfield input[type="checkbox"] {
    box-shadow: none;
    margin-top: 5px !important;
    vertical-align: top;
}

/* forms */
.cig .cig-form-discriminacao {
    margin-top: 40px;
}
.cig .gform_wrapper.gravity-theme .gfield.cig-form-mes {
    grid-column: span 3;
}
.cig .gform_wrapper.gravity-theme .gfield.cig-form-ano {
    grid-column: span 3;
}
.cig .gform_wrapper.gravity-theme .gfield.cig-form-ano label{
    visibility: hidden;
}
.cig .gform_wrapper.gravity-theme .gfield.cig-form-indent {
    grid-column: 2 / span 11;
}
.cig .gform_wrapper.gravity-theme .gform_save_link {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #6b7280;
}
.cig .gform_wrapper.gravity-theme .gform_save_link svg {
    vertical-align: middle;
}
.cig .entry-content a.button {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff !important;
    text-decoration: none;
}
.cig .entry-content a:hover.button {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff !important;
    background-color: #6d4490; 
    text-decoration: none;
}
.cig .gform_wrapper.gravity-theme .gform_button_select_files {
    font-size: 14px;
    font-size: 1.4rem;
}
.cig .gform_wrapper.gravity-theme .gform_button_select_files:hover {
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #6d4490; 
}

/* erros form */
.cig .gform_wrapper .gform_validation_errors {
    padding: 15px
}
.cig .gform_wrapper .validation_error {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
.cig .gform_wrapper.gravity-theme .field_description_above .validation_message {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* panic mode */
.cig .cig-esconder-visita {
    cursor: pointer;
}
#cig-hide-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    z-index: 1000;   
}
#cig-show-site {
    border: 0 none transparent !important;
}
#cig-restore-page {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: 65px;
    height: 45px;
    background: url('images/back.gif') center center no-repeat; 
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

/* novos indicadores */
.cig .cig-graph,
.cig .cig-graph .cig-chart {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.cig .cig-graph table tr th,
.cig .cig-graph table tr td {
    text-align: center;
    padding: 10px;
}
.cig .cig-graph table tr th {
    font-size: 14px;
    font-size: 1.4rem;
}

.cig .cig-graph table tr.even {
    background-color: #f0f0f0;
}

.cig .cig-graph .loading {
    text-align: center;
}
.cig .cig-graph .download {
    text-align: right;
}

/* 2 colunas */
.cig .graph-2col .cig-graph {
    text-align: center;
}
.cig .graph-2col .cig-graph .cig-chart,
.cig .graph-2col .cig-graph .cig-datatable {
    display: inline-block;
    width: 500px;
}

.cig .graph-2col .cig-graph .cig-datatable {
    margin-left: 50px;
    vertical-align: top;
}
.cig .graph-2col .cig-graph .download {
    text-align: center;
}

/* Ligações header */
.cig .header-widget-area .featuredpage {
    margin-bottom: 0;
}
.cig .header-widget-area .featuredpage .iv-ligacoes {
    margin-bottom: 0;
}
.cig .header-widget-area .featuredpage .iv-ligacoes .wp-caption {
    margin-bottom: 0;
    cursor: pointer;
}
.cig .header-widget-area .featuredpage .iv-ligacoes .wp-caption a {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.cig .header-widget-area .featuredpage .iv-ligacoes .wp-caption .wp-caption-text {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.after-entry,
	.comment-respond h3:after,
	.comment-respond h3:before,
	.entry-comments h3:after,
	.entry-comments h3:before,
	.entry,
	.widget-title:after,
	.widget-title:before {
		/*background-image: url(images/lines@2x.png);*/
        background-image: none;
	}

	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1139px) {
    body,
    .genesis-nav-menu,
    .nav-secondary a,
    .footer-widgets {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .cig .site-container {
        padding-top: 20px;
        padding-top: 2rem;
    }

    .content-sidebar-wrap,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

    /** reset font-size **/
    .cig-section .cig-section-title,
    .cig .content .entry h2.entry-title,
    .cig .content .entry .entry-header h1,
    .cig .content .entry .entry-content h1 {
    	font-size: 22px;
    	font-size: 2.2rem;
    }
    .cig .content .entry .entry-content h2 {
    	font-size: 20px;
    	font-size: 2rem;
    }
    .cig .content .entry .entry-content h3 {
    	font-size: 18px;
    	font-size: 1.8rem;
    }
    .cig .content .entry .entry-content h4 {
    	font-size: 16px;
    	font-size: 1.6rem;
    }
    .cig .content .entry .entry-content h5 {
    	font-size: 14px;
    	font-size: 1.4rem;
    }
    .cig .content .entry .entry-content h6 {
    	font-size: 12px;
    	font-size: 1.2rem;
    }
    .cig .sidebar .menu {
    	font-size: 14px;
    	font-size: 1.4rem;
    }

    /** Header **/
	.title-area,
	.site-header .widget-area {
		width: 460px;
	}

    .cig .site-title a {
        height: 50px;
        margin: 10px 0;
	}

    .cig .site-header .widget {
        margin-bottom: 20px;
        margin-bottom: 2rem;
    }

    .cig .site-header .widget img.wp-image-22441 {
        height: 70px !important;
        width: auto;
    }

    /** menu **/
    .genesis-nav-menu a {
    	padding: 12px 8px;;
    	padding: 1.2rem 0.8rem;
    }

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

    /** rows **/

    /** row 2 **/
    .cig .home-top-2 {
        text-align: left;
    }
    .cig .home-top-2 .widget {
        margin-left: 60px;
        vertical-align: middle;
    }
    .cig .home-top-2 #media_image-4 {
        width: 40%;
    }

    /** row 3 **/
    .cig .home-top-3 .widget.featuredpage {
        width: 120px;
    }
    .cig .home-top-3 .widget.featuredpage img {
        border-radius: 60px;
    }
    .cig .home-top-3 .widget.featuredpage .entry-title {
        font-size: 14px;
        font-size: 1.4rem;
    }

    /** row 4 **/
    .cig .home-top-4 .widget .post {
        width: 270px;
    }
    .cig .home-top-4 .widget .entry-title {
        font-size: 14px;
        font-size: 1.4rem;
    }

    /** row 5 **/
    .cig .home-top-5 .widget_text {
        width: 250px;
    }

    /* Social media */
    .cig .home-social-media .widget {
        margin-left: 40px;
    }

    /* Footer Ligações */
    .cig .home-bottom-1 .widget {
        width: 290px;
    } 


    .cig .iv-share ul li {
        padding: 15px 0;
        padding: 1.5rem 0;
    }

    .cig .iv-share ul li img {
        max-width: 80%;
    }

    /** footer **/
	.cig .footer-widgets-1,
	.cig .footer-widgets-2,
	.cig .footer-widgets-3,
	.cig .footer-widgets-4 {
		width: 170px;
    }
	.cig .footer-widgets-5 {
		width: 100px;
    }
	.cig .footer-widgets-2,
	.cig .footer-widgets-3,
	.cig .footer-widgets-4 {
        margin-top: 30px;
    }
	.cig .footer-widgets-5 {
        margin-top: 20px;
    }

	.home-middle-left,
	.home-middle-right,
	.sidebar-primary {
		width: 272px;
	}

    /** search form **/
    #fullscreensearch .closesearch,
    #fullscreensearch .search-form {
        position: absolute;
        top: 100px;
    }
}

/** Tablet **/
@media only screen and (max-width: 1025px) {

    /** Indicadores **/
    #cig-indicadores {}

    #cig-indicadores .nav_indicadores li a {
        margin: 0 12px;
    }
    #cig-indicadores .iv-group {
        width: 430px;
        margin-left: 10px;
    }
    #cig-indicadores .iv-group select {
        max-width: 250px;
    }

    /** results **/
    #cig-indicadores .chart_container.rows .results { }
    #cig-indicadores .chart_container.columns .results {
        width: 430px;
        margin-left: 10px;
    }

    /** Titulos **/
    #cig-indicadores .results .title { 
        min-height: 100px; 
    }
    #cig-indicadores .results .title .logo { 
        height: 100px;
        width: 100px;
    }
    #cig-indicadores .results .title .description { 
        font-size: 20px;
        font-size: 2.0rem;
    }
    #cig-indicadores .chart_container.rows .results .title .description {
        margin-left: 20px;
        max-width: 750px;
    }

    /** datatable **/
    #cig-indicadores .chart_container.columns .results .iv-table {
        margin-top: 20px;
    }
    #cig-indicadores .chart_container.rows .results .iv-table {
        margin-left: 10px;
        display: inline-block;
        width: 430px;
        vertical-align: top;
    }
    #cig-indicadores .chart_container.rows .results .iv-chart {
        display: inline-block;
        width: 430px;
    }
    #cig-indicadores .chart_container .results .iv-table table {
        width: 430px !important;
        line-height: 1.5;
    }

    #cig-indicadores .chart_container .results .iv-table table th {
        padding: 10px 0 10px 4px;
    }

    .cig .graph-2col .cig-graph .cig-chart,
    .cig .graph-2col .cig-graph .cig-datatable {
        display: inline-block;
        width: 450px;
    }
}

/** Tablet **/
@media only screen and (max-width: 1023px) {

    /*
	.footer-widgets,
	.site-container,
    */
    .content-sidebar-wrap,
	.wrap {
		/*max-width: 772px;*/
		max-width: 750px;
	}

    .cig .sidebar .widget {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	/*.content,*/
	/*.cig .footer-widgets-1,
	.cig .footer-widgets-2,
	.cig .footer-widgets-3,
	.cig .footer-widgets-4,*/
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	/*.sidebar-primary,*/
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

    /*
	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}

    .cig .header-widget-area {
        padding-top: 0;
    }
    */

    /** Header **/
	.site-header .title-area,
	.site-header .widget-area {
		width: 370px;
	}

    /* mobile menu */
    .cig .site-container .nav-primary,
    .cig .site-container .nav-secondary {
        display: none;
    }
    .cig .header-top-1 {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 500;
        top: 0;
    }
    .cig.admin-bar .header-top-1 {
        top: 45px;
    }
    .cig.admin-bar .header-top-2 {
        top: 45px;
    }
    .cig .site-container {
        margin-top: 60px;
    }
    .cig.home .site-inner {
        display: none;
    }

    /** rows **/

    /** row 2 **/
    .cig .home-top-2 #media_image-7,
    .cig .home-top-2 #media_image-8 {
        width: 20%;
    }

    /** row 3 **/
    .cig .home-top-3 .widget.featuredpage {
        width: 100px;
        margin-left: 25px;
    }
    .cig .home-top-3 .widget.featuredpage img {
        border-radius: 50px;
    }
    .cig .home-top-3 .widget.featuredpage .entry-title {
        font-size: 14px;
        font-size: 1.4rem;
    }

    /** row 4 **/
    .cig .home-top-4 .widget .post {
        width: 230px;
        margin-left: 30px;
    }

    /** row 5 **/
    .cig .home-top-5 .widget_text {
        width: 230px;
    }
    .cig .home-top-5 .widget_media_image {
        width: 500px;
    }

    /* Social media */
    .cig .home-social-media .widget {
        max-width: 30%; 
        margin-left: 80px;
    }
    .cig .home-social-media .widget .widget-title {
        font-size: 18px;
        font-size: 1.8rem;
        padding-bottom: 20px;
        padding-bottom: 2rem;
    }
    .cig .home-social-media .widget .entry img  {
        width: 20%;
    }
    .cig .home-social-media .widget .wcag img {
        width: 100px;
    }


    /** content **/
    .cig .content-sidebar-wrap {
        position: relative;
        overflow: hidden;
    }
    .cig .content-sidebar-wrap .content,
    .cig .content-sidebar-wrap .sidebar {
        float: none;
        display: block;
    }
    .cig .content-sidebar-wrap .content {
        margin: 0 auto;
    }
    .cig .content-sidebar-wrap .content {
        position: relative;
        transition-property: transform;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }
    .cig .content-sidebar-wrap .sidebar {
        position: absolute;
        top: 0;
        left: -272px;
        background-color: #fff;
        padding: 20px 10px;
        padding: 2rem 1rem;
        transition-property: transform;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        z-index: 100;
    }
    .cig .mobile-sidebar-menu {
        display: block;
        border: 1px solid black;
        position: absolute;
        top: 0;
        left: 272px;
        padding: 5px 10px;
        text-decoration: none;
        z-index: 100;
    }
    .cig .mobile-sidebar-menu a {
        text-decoration: none;
    }
    .cig .content-sidebar-wrap .content.push-left,
    .cig .content-sidebar-wrap .sidebar.push-left {
        transform: translate(272px, 0);
    }

    .cig .sidebar .menu {
        font-size: 12px;
        font-size: 1.2rem;
    }


    /* Footer Ligações */
    .cig .home-bottom-1 .widget {
        width: 220px;
    } 

	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	/*.site-footer p,*/
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

    /*
	.genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
		width: 100%;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}
    */

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.home-middle-left,
	.home-middle-right {
		width: 332px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

    /*
	.cig .footer-widgets-1,
	.cig .footer-widgets-2,
	.cig .footer-widgets-3,
	.cig .footer-widgets-4 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}
    */
   
    /** footer **/
    .cig .footer-widgets {
        font-size: 10px;
        font-size: 1rem;
        padding: 36px 0 0 0;
        padding: 3.6rem 0 0 0;
    }
	.cig .footer-widgets-1 {
		width: 100px;
    }
	.cig .footer-widgets-4 {
		width: 120px;
    }
	.cig .footer-widgets-5 {
		width: 80px;
    }
	.cig .footer-widgets-2,
	.cig .footer-widgets-3 {
        margin: 10px 0 0 20px;
    }
	.cig .footer-widgets-4 {
        margin: 20px 0 0 20px;
    }
	.cig .footer-widgets-5 {
        margin: 0 0 0 20px;
    }

    #fullscreensearch .wrap {
        max-width: 650px;
    }

    .cig .graph-2col .cig-graph .cig-chart,
    .cig .graph-2col .cig-graph .cig-datatable {
        display: block;
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }
}

/** Tablet **/
@media only screen and (max-width: 769px) {

    /** Indicadores **/
    #cig-indicadores {}

    #cig-indicadores .iv-group {
        width: 330px;
        margin-left: 10px;
    }
    #cig-indicadores .iv-group label {
        display: block;
        width: 140px;
        text-align: left;
    }
    #cig-indicadores .iv-group select {
        display: block;
        max-width: 250px;
    }

    /** checkbox **/
    #cig-indicadores #lbl-iv-chk-compare {
        left: 20px;
    }
    #cig-indicadores #iv-chk-compare {
        left: 0;
    }

    /** results **/
    #cig-indicadores .chart_container.rows .results { }
    #cig-indicadores .chart_container.columns .results {
        width: 330px;
        margin-left: 10px;
    }

    /** Titulos **/
    #cig-indicadores .results .title { 
        min-height: 75px; 
    }
    #cig-indicadores .results .title .logo { 
        height: 75px;
        width: 75px;
    }
    #cig-indicadores .results .title .description { 
        font-size: 20px;
        font-size: 2.0rem;
    }
    #cig-indicadores .chart_container.rows .results .title .description {
        margin-left: 10px;
        max-width: 550px;
    }

    /** datatable **/
    #cig-indicadores .chart_container.columns .results .iv-table {
        margin-top: 20px;
    }
    #cig-indicadores .chart_container.rows .results .iv-table {
        margin-left: 10px;
        display: inline-block;
        width: 330px;
        vertical-align: top;
    }
    #cig-indicadores .chart_container.rows .results .iv-chart {
        display: inline-block;
        width: 330px;
    }
    #cig-indicadores .chart_container .results .iv-table .dataTables_filter label {
        position: relative;
    }
    #cig-indicadores .chart_container .results .iv-table .dataTables_filter input[type="search"] {
        display: block;
    }
    #cig-indicadores .chart_container .results .iv-table table {
        width: 330px !important;
        line-height: 1.5;
    }

    /** table headers **/
    #cig-indicadores .chart_container .results .iv-table table th {
        font-size: 10px;
        font-size: 1.0rem;
        padding: 10px 0 10px 4px;
        text-align: right;
    }
    #cig-indicadores .chart_container .results .iv-table table.indicador9 th {
        font-size: 8px;
        font-size: 0.8rem;
    }
}

/** small tablet **/
@media only screen and (max-width: 767px) {

    .content-sidebar-wrap,
	.wrap {
		width: 94%;
	}

    .content {
        max-width: 500px;
    }

    .site-header .title-area, 
    .site-header .widget-area {
        width: 48%;
    }

    /** rows **/

    /** row 2 **/
    .cig .home-top-2 {
        text-align: center;
    }
    .cig .home-top-2 .widget {
        margin-left: 40px;
        vertical-align: middle;
    }
    .cig .home-top-2 #media_image-4 {
        width: 30%;
    }

    /** row 3 **/
    .cig .home-top-3 .widget.featuredpage {
        width: 80px;
        margin-left: 25px;
    }
    .cig .home-top-3 .widget.featuredpage img {
        border-radius: 40px;
    }
    .cig .home-top-3 .widget.featuredpage .entry-title {
        font-size: 12px;
        font-size: 1.2rem;
    }

    /** row 4 **/
    .cig .home-top-4 .widget .post {
        width: 30%;
        margin-left: 30px;
    }

    /** row 5 **/
    .cig .home-top-5 .widget_text {
        width: 30%;
    }
    .cig .home-top-5 .widget_media_image {
        width: 60%;
    }

    /* Footer Ligações */
    .cig .home-bottom-1 .widget {
        width: 29%;
    } 

    /** footer **/
	.cig .footer-widgets-1,
	.cig .footer-widgets-4,
	.cig .footer-widgets-5 {
		width: 10%;
    }
	.cig .footer-widgets-1 {
        margin-top: 10px;
    }
	.cig .footer-widgets-4 {
        margin-top: 25px;
    }
	.cig .footer-widgets-2,
	.cig .footer-widgets-3,
	.cig .footer-widgets-5 {
        margin-top: 0;
    }
	.cig .footer-widgets-5 .banner {
        max-width: 50px;
        margin: 0 auto; 
    }
   
    /** search form **/
    #fullscreensearch .wrap {
        max-width: 80%;
    }
    #fullscreensearch .closesearch,
    #fullscreensearch .search-form {
        position: absolute;
        top: 50px;
    }

	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}

    .cig .site-footer .nav-secondary,
    .cig .site-footer p {
        float: none;
        line-height: 1.5;
    }

	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 174px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 174px;
	}

	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.footer-widgets {
		padding: 20px 5% 0;
		padding: 2rem 5% 0;
	}


    /** Indicadores **/
    #cig-indicadores {}

    #cig-indicadores .iv-group {
        width: 45%;
        margin-left: 10px;
    }
    #cig-indicadores .iv-group select {
        max-width: 80%;
    }
    
    /** results **/
    #cig-indicadores .chart_container.rows .results,
    #cig-indicadores .chart_container.columns .results {
        display: block;
        width: 500px;
        margin: 0 auto;
    }

    /** Titulos **/
    #cig-indicadores .chart_container.rows .results .title,
    #cig-indicadores .chart_container.columns .results .title {
        text-align: left;
    }
    #cig-indicadores .chart_container.rows .results .title .description,
    #cig-indicadores .chart_container.columns .results .title .description {
        margin-left: 10px;
        margin-top: 0;
        max-width: 400px;
        display: inline-block;
    }

    #cig-indicadores .chart_container.rows .results .iv-table,
    #cig-indicadores .chart_container.columns .results .iv-table {
        display: block;
        width: 500px;
        margin-top: 20px;
        margin-left: 0;
    }
    #cig-indicadores .chart_container.rows .results .iv-chart,
    #cig-indicadores .chart_container.columns .results .iv-chart {
        display: block;
        width: 500px;
        margin-top: 20px;
    }

    #cig-indicadores .chart_container .results .iv-table table {
        width: 500px !important;
        line-height: 1.5;
    }

    /** table headers **/
    #cig-indicadores .chart_container .results .iv-table table th,
    #cig-indicadores .chart_container .results .iv-table table.indicador9 th {
        font-size: 10px;
        font-size: 1.0rem;
        padding: 10px 0 10px 4px;
        text-align: right;
    }

    /* Social media */
    .cig .home-social-media .widget {
        margin-left: 40px;
    } 

    .cig .graph-2col .cig-graph .cig-chart,
    .cig .graph-2col .cig-graph .cig-datatable {
        padding: 0;
    }
    .cig .cig-graph table tr th {
        font-size: 10px;
        font-size: 1.0rem;
    }

    .mobile-no-sidebar .sidebar {
        display: none !important;
    }

    .cig .menu-indicadores img {
        max-width: 75px;
        margin-right: 20px;
    }

    .cig h1.indicador-logo {
        text-align: center 
    }
    .cig h1.indicador-logo img {
        max-width: 75px; 
        display: inline-block; 
        float:none; 
    }
}

/** Phone **/
@media only screen and (max-width: 415px) {
    .content {
        width: 100%;
        padding-left: 50px;
    }

	.page-template-iv_indicadores .content {
        padding-left: 0;
	}

    .cig-section .cig-section-header {
        min-height: 150px;
    }

    .cig.search .site-inner .content img,
    .cig.archive .site-inner .content img {
        float: none;
        margin: 0 auto 12px;
        margin: 0 auto 1.2rem;
        display: block;
    }

    /** reset font-size **/
    .cig-section .cig-section-title,
    .cig .content .entry h2.entry-title,
    .cig .content .entry .entry-header h1,
    .cig .content .entry .entry-content h1 {
    	font-size: 16px;
    	font-size: 1.6rem;
    }
    .cig .content .entry .entry-content h2 {
    	font-size: 16px;
    	font-size: 1.6rem;
    }
    .cig .content .entry .entry-content h3 {
    	font-size: 16px;
    	font-size: 1.6rem;
    }
    .cig .content .entry .entry-content h4 {
    	font-size: 16px;
    	font-size: 1.6rem;
    }
    .cig .content .entry .entry-content h5 {
    	font-size: 14px;
    	font-size: 1.4rem;
    }
    .cig .content .entry .entry-content h6 {
    	font-size: 12px;
    	font-size: 1.2rem;
    }



    /** mobile menu **/
    .cig .header-top-1 {
        position: initial;
    }
    .cig .site-container {
        margin-top: 0;
    }

    /** rows **/

    /** row 3 **/
    .cig .home-top-3 .widget.featuredpage:first-of-type {
        margin-left: 25px;
    }

    /** row 4 **/
    .cig .home-top-4 .widget .widget-title {
        text-align: center;
    }
    .cig .home-top-4 .widget .post {
        width: 90%;
        margin: 0 auto 30px;
        display: block;
    }
    .cig .home-top-4 .widget .post:first-of-type {
        margin-left: auto;
    }
    .cig .home-top-4 .widget {
        margin-bottom: 0;
    }

    /** row 5 **/
    .cig .home-top-5 .widget_text {
        width: 100%;
        margin-bottom: 0;
    }
    .cig .home-top-5 .widget_media_image {
        width: 100%;
    }
    .cig .home-top-5 .widget .widget-title {
        text-align: center;
    }

    /* Footer Ligações */
    .cig .home-bottom-1 .widget .widget-title {
        text-align: center;
    }
    .cig .home-bottom-1 .widget {
        width: 90%;
    } 

    /* Social media */
    .cig .home-social-media .widget {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        margin-bottom: 3rem;
    }
    .cig .home-social-media .widget:first-of-type {
        margin-bottom: 0;
    }
    .cig .home-social-media .widget .widget-title {
        text-align: center;
        font-size: 24px;
        font-size: 2.4rem;
        padding-bottom: 30px;
        padding-bottom: 3rem;
    }

    /** footer **/
	.cig .footer-widgets-1,
	.cig .footer-widgets-2,
	.cig .footer-widgets-3,
	.cig .footer-widgets-4,
	.cig .footer-widgets-5 {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
	.cig .footer-widgets-1 {
        max-width: 100px;
    }
	.cig .footer-widgets-2,
	.cig .footer-widgets-3 {
        max-width: 290px;
    }
	.cig .footer-widgets-4 {
        max-width: 180px;
    }
	.cig .footer-widgets-5 {
        max-width: 100px;
    }
    .cig .footer-widgets .widget {
        margin-bottom: 0;
    }

    /** site footer **/
    .cig .site-footer {
        font-size: 11px;
        font-size: 1.1rem;
    }
    .cig .site-footer #iv-creative-commons {
        float: none;
        text-align: center;
        padding: 0 0 10px 0;
        padding: 0 0 1rem 0;
    }

    /** Indicadores **/
    #cig-indicadores {}

    #cig-indicadores .iv-group {
        width: 100%;
        margin-left: 10px;
    }
    #cig-indicadores .iv-group select {
        max-width: 80%;
    }
    
    /** results **/
    #cig-indicadores .chart_container.rows .results,
    #cig-indicadores .chart_container.columns .results {
        display: block;
        width: 315px;
        margin: 0 auto;
    }

    /** Titulos **/
    #cig-indicadores .chart_container.rows .results .title,
    #cig-indicadores .chart_container.columns .results .title {
        text-align: center;
    }
    #cig-indicadores .chart_container.rows .results .title .description,
    #cig-indicadores .chart_container.columns .results .title .description {
        margin-left: 10px;
        margin-top: 0;
        max-width: 400px;
        display: none;
    }

    #cig-indicadores .chart_container.rows .results .iv-table,
    #cig-indicadores .chart_container.columns .results .iv-table {
        display: block;
        width: 315px;
        margin-top: 20px;
        margin-left: 0;
    }
    #cig-indicadores .chart_container.rows .results .iv-chart,
    #cig-indicadores .chart_container.columns .results .iv-chart {
        display: block;
        width: 315px;
        margin-top: 20px;
    }

    #cig-indicadores .chart_container .results .iv-table table {
        width: 315px !important;
        line-height: 1.5;
    }

    /** table headers **/
    #cig-indicadores .chart_container .results .iv-table table th {
        font-size: 10px;
        font-size: 1.0rem;
        padding: 10px 0 10px 4px;
        text-align: right;
    }
    #cig-indicadores .chart_container .results .iv-table table.indicador9 th {
        font-size: 8px;
        font-size: 0.8rem;
    }

    #cig-indicadores .chart_container .results .iv-table .dataTables_filter {
        text-align: right;
        float: right;
    }

	#cig-indicadores .nav_indicadores,
	#cig-indicadores .compare_indicadores .iv-controls,
	#cig-indicadores .graph_indicadores .iv-controls,
	#cig-indicadores .nav_indicadores .iv-controls {
		text-align: center;
	}

    .cig .header-widget-area .featuredpage .iv-ligacoes .wp-caption {
        margin: 0 0 0 12px;
    }
}

@media only screen and (max-width: 320px) {

	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

}

@media only print {
    .site-header .widget-area,
    .nav-primary {
        display: none;
    }

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.site-header .widget-area {
		width: 544px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

    .cig .iv-share ul li {
        padding: 15px 0;
        padding: 1.5rem 0;
    }

    .cig .iv-share ul li img {
        max-width: 80%;
    }

	.cig .footer-widgets-1,
	.cig .footer-widgets-2,
	.cig .footer-widgets-3,
	.cig .footer-widgets-4 {
		width: 22%;
        margin-right: 24px;
    }

	.cig .footer-widgets-4 {
        margin-right: 0;
    }

	.home-middle-left,
	.home-middle-right,
	.sidebar-primary,
	.title-area {
		width: 272px;
	}
   
 
    /** Indicadores **/
    #cig-indicadores {}

    #cig-indicadores .iv-group {
        width: 430px;
        margin-left: 10px;
    }
    #cig-indicadores .iv-group select {
        max-width: 250px;
    }

    /** results **/
    #cig-indicadores .chart_container.rows .results { }
    #cig-indicadores .chart_container.columns .results {
        width: 430px;
        margin-left: 10px;
    }

    /** Titulos **/
    #cig-indicadores .results .title { 
        min-height: 100px; 
    }
    #cig-indicadores .results .title .logo { 
        height: 100px;
        width: 100px;
    }
    #cig-indicadores .results .title .description { 
        font-size: 20px;
        font-size: 2.0rem;
    }
    #cig-indicadores .chart_container.rows .results .title .description {
        margin-left: 20px;
        max-width: 750px;
    }

    /** datatable **/
    #cig-indicadores .chart_container.columns .results .iv-table {
        margin-top: 20px;
    }
    #cig-indicadores .chart_container.rows .results .iv-table {
        margin-left: 10px;
        display: inline-block;
        width: 430px;
        vertical-align: top;
    }
    #cig-indicadores .chart_container.rows .results .iv-chart {
        display: inline-block;
        width: 430px;
    }
    #cig-indicadores .chart_container .results .iv-table table {
        width: 430px !important;
        line-height: 1.5;
    }

    #cig-indicadores .chart_container .results .iv-table table th {
        padding: 10px 0 10px 4px;
    }
    
    #cig-indicadores .chart_container .results .iv-table .dataTables_info,
    #cig-indicadores .chart_container .results .iv-table .dataTables_filter {
        display: none;
    }
}
