/*
Theme Name: AIPT - Grupos
Author: LOBA
Author URI: http://www.loba.pt
Version: 1.0
Description: Tema para os sites dos Grupos da AI-PT
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aipt-grupos
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.header .container #nav ul,
.post_list,
.footer .container .footer_nav,
.footer .container .socials,
.footer .container .others {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 18px/1.2 "RobotoCondensed-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #82878d;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #82878d;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #82878d;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #82878d;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #82878d;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #82878d;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #82878d;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	/*
	padding-left: 2em;
	*/
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #82878d;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #82878d;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #000;
}

h1,
.h1 {
	font-size: 28px;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #000;
	text-decoration: none;
}
.single #content a, .page #content a {
	text-decoration: underline;
	text-decoration-color: #FFFF00;
}
.single #content a:hover, .page #content a:hover {
	text-decoration-color: #000;
}


.page.home #content a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

@font-face {
	font-family: "Amnesty";
	src: url("assets/fonts/AmnestyTradeGothic-BdCn20.eot");
	src: url("assets/fonts/AmnestyTradeGothic-BdCn20.eot?#iefix") format("embedded-opentype"), url("assets/fonts/AmnestyTradeGothic-BdCn20.woff") format("woff"), url("assets/fonts/AmnestyTradeGothic-BdCn20.ttf") format("truetype"), url("assets/fonts/AmnestyTradeGothic-BdCn20.svg#AmnestyTradeGothic-BdCn20") format("svg");
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: "Amnesty18";
	src: url("assets/fonts/AmnestyTradeGothic-Cn18.eot");
	src: url("assets/fonts/AmnestyTradeGothic-Cn18.eot?#iefix") format("embedded-opentype"), url("assets/fonts/AmnestyTradeGothic-Cn18.woff") format("woff"), url("assets/fonts/AmnestyTradeGothic-Cn18.ttf") format("truetype"), url("assets/fonts/AmnestyTradeGothic-Cn18.svg#Amnesty18") format("svg");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "RobotoCondensed-Regular";
	src: url("assets/fonts/RobotoCondensed-Regular.eot");
	src: url("assets/fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/RobotoCondensed-Regular.woff") format("woff"), url("assets/fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("assets/fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular") format("svg");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "RobotoCondensed-Light";
	src: url("assets/fonts/RobotoCondensed-Light.eot");
	src: url("assets/fonts/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/RobotoCondensed-Light.woff") format("woff"), url("assets/fonts/RobotoCondensed-Light.ttf") format("truetype"), url("assets/fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light") format("svg");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "icomoon";
	src: url("assets/fonts/icomoon.eot?awwg7k");
	src: url("assets/fonts/icomoon.eot?awwg7k#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?awwg7k") format("truetype"), url("assets/fonts/icomoon.woff?awwg7k") format("woff"), url("assets/fonts/icomoon.svg?awwg7k#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
	content: "\e900";
}

.icon-brand:before {
	content: "\e900";
}

.icon-tweet:before {
	content: "\e900";
}

.icon-social:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-brand2:before {
	content: "\e901";
}

.icon-social2:before {
	content: "\e901";
}

.icon-search:before {
	content: "\e902";
}

#wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.container {
	max-width: 1212px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}

.mobile_hide {
	display: none;
}

.desktop_hide {
	display: block;
}

.header {
	border-bottom: 1px solid #d8d8d8;
}

.header .container {
	max-width: 1180px;
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .container .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	/*padding-left: 22px;*/
}

.header .container .logo a {
	z-index: 2;
}

.header .container .logo_span {
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	padding: 13px 0 0 10px;
	text-transform: uppercase;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.header .container .logo_span span:first-child {
	margin-right: 12px;
	display: block;
}

.header .container .logo_span span:first-child:after {
	display: none;
}

.header .container .logo_desktop {
	z-index: 1;
	width: 180px;
}

img.logo_mobile {
	height: 60px;
}

.header .container .portugal {
	position: absolute;
	left: -19px;
	top: 19px;
	background: #000;
	color: #fff;
	height: 22px;
	width: 60px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	padding-top: 5px;
}

.header .container .right_elements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .container #nav {
	display: none;
	position: absolute;
	top: 100%;
	background: white;
	width: 100%;
	left: 0;
	border-top: 1px solid #ccc;
	margin-right: 35px;
	z-index: 1;
}

.header .container #nav ul li {
	font-size: 28px;
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 7px 12px;
}

.header .container button {
	outline: none;
	border: none;
	background: transparent;
}

.header .container .search_holder {
	width: 288px;
	margin: 0 auto;
	position: relative;
}

.header .container .search_holder input {
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	width: 100%;
	padding-right: 30px;
	margin-bottom: 24px;
}

.header .container .icon-search {
	position: relative;
}

.header .container .icon-search:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 3%;
}

.header .container .icon-search.submit_icon {
	position: absolute;
	top: 25%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
}

#main {
	padding-bottom: 28px;
}

#main .lg_heading {
	text-transform: uppercase;
	font-size: 28px;
}

#main .post_heading {
	font-size: 22px;
	margin-bottom: 16px;
	width: 97%;
}

#two-columns #content:only-child {
	width: 100%;
}

#two-columns .post_container .lg {
	margin-right: 0;
	font-size: 18px;
	margin-bottom: 26px;
	line-height: 1.2;
}

#two-columns .post_container .lg .image_link {
	margin-bottom: 21px;
	display: block;
}

#two-columns .post_container .image_link {
	margin-bottom: 9px;
	display: block;
}

#two-columns .post_container .image_link img {
	width: 100%;
}

#two-columns #sidebar {
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.sidebar_cta {
	background: #ff0;
	display: block;
	margin-top: 14px;
	padding: 145px 37px 158px 50px;
	font-size: 54px;
	text-transform: uppercase;
	text-align: center;
}

.post-sidebar-heading {
	text-transform: capitalize;
	font-size: 31px;
	margin-bottom: 10px;
	text-align: center;
}

.archive h3 {
	font-size: 30px;
}

.archive #content h3 {
	font-size: 1.35em;
	height: 2.4em;
	overflow: hidden;
}

.archive time {
	margin-bottom: 8px;
}

.post-block {
	font-size: 16px;
}

.post-block time {
	margin-bottom: 3px;
	display: inline-block;
}

.one-post .lg_heading {
	margin-bottom: 35px;
}

.one-post time {
	margin-bottom: 16px;
}

.form {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	padding: 20px 0 14px;
}

.form::-webkit-input-placeholder {
	color: #82878d;
}

.form::-moz-placeholder {
	opacity: 1;
	color: #82878d;
}

.form:-moz-placeholder {
	color: #82878d;
}

.form:-ms-input-placeholder {
	color: #82878d;
}

.form.placeholder {
	color: #82878d;
}

.form .pesquisar {
	background: #ff0;
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	position: absolute;
	top: 62%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 5px 18px;
}

.nav-active #nav {
	display: block !important;
}

.navopener_holder {
	display: inline-block;
	border-left: 1px solid #d8d8d8;
	padding: 14px 12px;
}

.nav-opener {
	display: inline-block;
	width: 26px;
	height: 30px;
	position: relative;
	border-radius: 3px;
	z-index: 10;
	vertical-align: sub;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #000;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 3px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.resize-active .nav-opener span,
.resize-active .nav-opener:before,
.resize-active .nav-opener:after {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-opener span {
	margin-top: -2px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 3px;
}

.nav-opener:after {
	top: 27px;
	margin-top: -4px;
}

.search_holder .search {
	display: inline-block;
	width: 50px;
	border-left: 1px solid #d8d8d8;
	color: transparent;
}

.search_holder .search:before {
	color: #000;
	font-size: 40px;
}

.banner {
	min-height: 200px;
	margin-bottom: 22px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.post-banner {
	min-height: 200px;
}

.cta {
	display: block;
	background: #ff0;
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 28px;
	padding: 30px 32px 35px 35px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 48px;
}

.date span {
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	color: #6d6d6d;
}

.date span:first-child {
	margin-right: 3px;
	position: relative;
}

.date span:first-child:after {
	content: "|";
	margin-left: 4px;
}

.post_sidebar {
	width: 100%;
}

.post_sidebar .post-block {
	width: 100%;
}

.post_sidebar h2 {
	background: #ff0;
}

.post_sidebar h3 {
	text-transform: initial;
}

.post_list {
	text-align: center;
	margin-bottom: 29px;
}

.post_list li {
	margin-bottom: 48px;
}

.post_list li h3 {
	font-size: 20px;
}

.post_info {
	color: #6d6d6d;
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer {
	background: #000;
	padding: 15px 0 25px;
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .container .footer_nav {
	display: inline-block;
	-webkit-column-count: 2;
	column-count: 2;
	margin-bottom: 19px;
	width: 100%;
}

.footer .container .footer_nav li {
	margin-bottom: 14px;
}

.footer .container .footer_nav li a {
	color: #fff;
	font-family: "Amnesty", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.footer .container .footer_nav li:last-child {
	font-size: 17px;
}

.footer .container .footer_nav li:last-child a {
	color: #ff0;
}

.footer .container .socials {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer .container .socials li {
	display: inline-block;
}

.footer .container .socials a:hover {
	opacity: .8;
}

.footer .container .icon-facebook,
.footer .container .icon-twitter {
	width: 40px;
	height: 40px;
	display: inline-block;
	color: transparent;
	position: relative;
}

.footer .container .icon-facebook {
	background: #3b5997;
}

.footer .container .icon-twitter {
	background: #02a9ef;
}

.footer .container .icon-facebook:before,
.footer .container .icon-twitter:before {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer .container .others {
	line-height: 1.5;
}

.footer .container .others li {
	display: block;
	font-size: 14px;
	font-family: "RobotoCondensed-Light";
	position: relative;
	margin-right: 0;
}

.footer .container .others li:last-child:after {
	display: none;
}

.footer .container .others li a {
	color: #fff;
}

/* Eventos */

.single-eventos time span {
	font-size: 1em !important;
}

/* article tags */
ul.article-tags {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.article-tags li {
	float: left;
	margin: 0px 1em 1em 0px;
	padding: .3em;
	background-color: #DDD;
	text-transform: uppercase;
	font-size: .8em;
	font-family: 'Amnesty', sans-serif;

}

ul.article-tags li:hover {
	background-color: #FF0;
}

ul.article-tags li a {
	text-decoration: none !important;

}

ul.article-tags li a:hover{
	color: #000;
}

ul.share-icons {
	list-style: none;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	display: block;
}

ul.share-icons li {
	display: inline;
	margin-right:0.5em;
}

.peticao_sidebar {
	width: 100%;
	padding: .5em;
	background-color: #000;
	color: #FFF;
}

.peticao_sidebar h3 {
	font-size: 1.3em;
	line-height: 1em;
	color: #FFF;
}

.peticao_sidebar a.botao {
	width: 100%;
	padding: .5em;
	text-transform: uppercase;
	text-align: center;
	display: block;
	/*
	color: #FF0;
	background-color: #000;
	border: 1px solid #000;
	*/
	color: #000;
	background-color: #FF0;
	border: 1px solid #000;

}

.peticao_sidebar a.botao:hover, .peticao_sidebar a.botao:active {
	background-color: #FFF;
	/*color: #FFF;*/
	text-decoration: none;
}





a.botao-sc, a.botao-sc.white {
	padding: .5em;
	border: 1px solid #000;
	font-family: 'Amnesty', sans-serif;
	font-size: 1.4em;
	color: #000;
	text-transform: uppercase;
	line-height: 1em;
	overflow: hidden;
	background-color: #FFF;
	margin: 1.5em auto;
	display: block;
	width: 85%;
	text-align: center;
	text-decoration: none !important;
}

a.botao-sc.inline {
	float: left;
	width: auto;
	margin: 0px 1em 1em 0px;
}

a.botao-sc:hover,a.botao-sc.white:hover, a.botao-sc.yellow:hover, a.botao-sc.red:hover{
	background-color: #000;
	border-color: #000;
	color:#FFF;
}

a.botao-sc.yellow {
	border-color: #FFFF00;
	background-color: #FFFF00;
}

a.botao-sc.red {
	border-color: #FF0000;
	background-color: #FF0000;
	color: #FFF;
}





/* botões nos links nos widgets */
section.widget a strong {
	background-color: #FFFF00;
	padding: .4em;
	display: block;
}

section.widget a:hover strong {
	background-color: #000;
	color: #FFF;
	text-decoration: none;

}


/* galerias */
div.gallery figure {
	float: left;
}


@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 1024px) {
	input[type="text"]::-webkit-input-placeholder,
	input[type="tel"]::-webkit-input-placeholder,
	input[type="email"]::-webkit-input-placeholder,
	input[type="search"]::-webkit-input-placeholder,
	input[type="password"]::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: transparent;
	}

	input[type="text"]::-moz-placeholder,
	input[type="tel"]::-moz-placeholder,
	input[type="email"]::-moz-placeholder,
	input[type="search"]::-moz-placeholder,
	input[type="password"]::-moz-placeholder,
	textarea::-moz-placeholder {
		color: transparent;
	}

	input[type="text"]:-moz-placeholder,
	input[type="tel"]:-moz-placeholder,
	input[type="email"]:-moz-placeholder,
	input[type="search"]:-moz-placeholder,
	input[type="password"]:-moz-placeholder,
	textarea:-moz-placeholder {
		color: transparent;
	}

	input[type="text"]:-ms-input-placeholder,
	input[type="tel"]:-ms-input-placeholder,
	input[type="email"]:-ms-input-placeholder,
	input[type="search"]:-ms-input-placeholder,
	input[type="password"]:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		color: transparent;
	}

	input[type="text"].placeholder,
	input[type="tel"].placeholder,
	input[type="email"].placeholder,
	input[type="search"].placeholder,
	input[type="password"].placeholder,
	textarea.placeholder {
		color: transparent;
	}

	.mobile_hide {
		display: block;
	}

	.desktop_hide {
		display: none !important;
	}

	.header .container .logo {
		padding-left: 0;
	}

	.header .container .logo_span {
		padding: 11px 9px 4px 80px;
		max-width: none;
	}

	.header .container .logo_span span:first-child {
		display: inline-block;
	}

	.header .container .logo_span span:first-child:after {
		content: "|";
		position: absolute;
		display: inline-block;
		margin-left: 5px;
	}

	.header .container .logo_span {
		background: #000;
		color: #fff;
		position: absolute;
		top: 69px;
		text-align: right;
		right: -45px;
		font-size: 17px;
		padding: 8px 9px 6px 9px;
	}

	.header .container .right_elements {
		padding-top: 16px;
	}

	.header .container #nav {
		display: block;
		position: static;
		background: transparent;
		border: none;
		margin-right: 35px;
	}

	.header .container #nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header .container #nav ul li {
		font-size: 17px;
		border-bottom: none;
		text-transform: uppercase;
		padding: 12px 0 0 20px;
	}

	.header .container .search_holder {
		width: 181px;
	}

	.header .container .search_holder input {
		margin-bottom: 0;
	}

	.header .container .icon-search.submit_icon {
		top: 30%;
		right: 13px;
	}

	#main {
		padding-bottom: 87px;
	}

	#main .lg_heading {
		font-size: 54px;
		line-height: 65px;
		margin-bottom: 30px;
	}

	#main .post_heading {

		font-size: 1.35em;
		height: 2.4em;
		overflow: hidden;
	}

	#two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#two-columns #content {
		width: 67%;
	}

	#two-columns .post_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	#two-columns .post_container .lg {
		width: 99%;
		font-size: 22px;
		margin-bottom: 60px;
	}

	#two-columns .post_container .image_link {
		margin-bottom: 7px;
	}

	#two-columns .post_container .image_link img {
		height: auto;
	}

	#two-columns #sidebar {
		width: 27%;
		padding-top: 10px;
	}

	.sidebar_cta {
		padding: 145px 16px 158px 15px;
	}

	#two-columns #content {
		width: 66%;
	}


	.post-sidebar-heading {
		text-align: left;
		padding-left: 10px;
	}

	#main {
		padding-bottom: 18px;
	}

	.archive .post_container .post-block, .page.home .post_container .post-block {
		margin-bottom: 40px;
		width: 48%;
		margin-right: 2%;
	}

	.archive .image-link {
		margin-bottom: 4px;
	}

	.post-block {
		width: 50%;
		padding: 0 5px;
		line-height: 1.2;
		font-size: 22px;
	}



	.post-block time {
		margin-bottom: 11px;
	}

	.form {
		display: block !important;
		position: static;
		padding: 0;
		border: none;
		max-height: 50px;
	}

	.form::-webkit-input-placeholder {
		color: transparent;
	}

	.form::-moz-placeholder {
		color: transparent;
	}

	.form:-moz-placeholder {
		color: transparent;
	}

	.form:-ms-input-placeholder {
		color: transparent;
	}

	.form.placeholder {
		color: transparent;
	}

	.navopener_holder {
		border-left: none;
		padding: 14px 0;
	}

	.nav-opener {
		display: none;
		width: 0;
	}

	.banner {
		min-height: 393px;
		margin-bottom: 40px;
	}

	.post-banner {
		min-height: 526px;
	}

	.cta {
		display: none;
	}

	.list-heading {
		font-size: 56px;
		margin-bottom: 40px;
	}

	.date span {
		font-size: 16px;
	}

	.post_sidebar {
		width: 15%;
	}

	.post-sidebar-heading {
		text-align: left;
	}

	.post_list {
		text-align: left;
	}

	.footer {
		padding: 11px 0 30px;
	}

	.footer .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer .container .footer_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 60%;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 39px;
	}

	.footer .container .footer_nav li {
		margin-bottom: 0;
	}

	.footer .container .footer_nav li a {
		font-size: 16px;
	}

	.footer .container .footer_nav li:last-child {
		font-size: 24px;
	}

	.footer .container .footer_nav li:last-child a {
		font-size: 22px;
	}

	.footer .container .socials {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 30%;
	}

	.footer .container .others {
		display: block;
		width:100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.footer .container .others li {
		display: inline-block;
		font-size: 16px;
	}

	.footer .container .others li:after {
		content: "|";
		color: #fff;
		display: inline-block;
		margin-left: 4px;
	}

	.footer .container .others li {
		display: inline-block;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
	.icon-search:before {
		font-size: 2em;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}


}

