/*
Theme Name: ONI Website
Theme URI: https://www.oni.pt/
Author: Paulo Azevedo, Rui Teixeira
Author URI: https://www.oni.pt/
Description: -=[ No Desc ]=-
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onisite
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize (Styles based on Normalize v7.0.0)
2.0 Accessibility
5.0 Typography
6.0 Forms (html forms and form elements)
7.0 Formatting (html elements)
8.0 Lists (ul e ol)
12.0 Navigation (top and bottom menus)
13.0 Layout (page position)
   13.1 Header
   13.3 Regular Content (article, post, home-highlight)
   13.6 Footer
19.0 Media Queries (desktop version and small devices/tablets version)
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v7.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  color:#a2b52d;
	font-family: 'EffraRegular', Verdana, sans-serif;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    background: #fff;
	color: #333;
	font-family: 'EffraLight', Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.15em;
}

h1, .title36 {
    font-size: 36px;
    font-family: 'EffraRegular', Verdana, sans-serif;
    text-transform: uppercase;
	font-weight:normal;
	margin-bottom:0px;
}

h2, .subtitle24 {
    font-size: 24px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:35px;
	font-family: 'EffraLight', Verdana, sans-serif;
}

h3, .subtitle18 {
    font-size: 18px;
    text-transform: uppercase;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	}

h4, .subtitle18 {
    font-size: 18px;
    font-family: 'EffraRegular', Verdana, sans-serif;
    text-transform: uppercase;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}
h5, .subtitle14 {
    font-family: 'EffraBold', Verdana, sans-serif;
    text-transform: uppercase;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}
h6, .subtitle18  {
    font-family: 'EffraBold', Arial, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #A2B52D;
}

.single-post .entry-title,
.page .entry-title {
    font-size: 36px;
}

.title12 {
    font-size: 12px;
    line-height: 1.25;
    font-family: 'EffraBold', Arial, Verdana, sans-serif;
    font-weight: bold;
    margin-bottom: 0.1em;
    text-transform: uppercase;
}

article.contact article.related-content h3 {
    font-family: 'EffraBold', Arial, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    color: #A2B52D;
}

article.contact article.related-content h4 {
    line-height: 1.25;
    font-family: 'EffraBold', Arial, Verdana, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0.1em;
    color: #333;
}

article.contact article.related-content p {
    font-size: 13px;
    margin-bottom: 15px;
    font-family:"EffraRegular", Verdana, sans-serif;
}

article.related-content .entry-title {
    font-size: 18px;
  	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
	padding-left:20px;
}
article.related-content .entry-content {
    font-family:"EffraLight", Verdana, sans-serif;
}

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

div.wpcf7 {
    padding-bottom: 10px;
}

div.wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	color: #398f14;
    font-weight: 800;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	color: #ff0000;
    font-weight: 800;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	color: #ffa500;
    font-weight: 800;
}

div.wpcf7-validation-errors {
	border: 2px solid #ff0000;
	color: #ff0000;
    font-weight: 800;
}

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0px;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #393431;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button.form-button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	background-color: #A1B331;
	border: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 800;
	line-height: 1em;
	padding: 0.5em 0.5em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
    min-width: 140px;
    height: 30px;
    font-size: 14px;
    font-family: 'EffraRegular', Arial, Verdana, sans-serif;
}

input + button.form-button,
input + input[type="button"],
input + input[type="reset"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.form-button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #3C3734;
	color: #fff;
}

button.form-button:hover,
button.form-button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	/*background: #767676;*/
}

.disclaimerText {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: normal;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
p {
  margin: 0 0 15px;
}
img {
    max-width: 100%;
    height: auto;
}

.imgbottom {
	margin-bottom:20px;
}

.no-padding-top {
	padding-top:0 !important;
}

.no-padding-bottom {
	padding-bottom:0 !important;
}
.no-border-top {
	border-top:none !important;
}

.no-margin-top {
	margin-top:0 !important;
}

.no-margin-bottom {
	margin-bottom:0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    padding: 0 !important;
}

.no-upper-case .entry-title {
    text-transform: none !important;
}

.hidden {
    display: none;
}

a:active,
a:hover {
    text-decoration: none;
}

hr {
	background-color: #615d5a;
	border: 0;
	height: 1px;
	margin-top: 1em;
    margin-bottom: 0;
}

a.post-edit-link {
    position: absolute;
    right: 30px;
    background: blueviolet;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 3px 4px;
    margin-top: 4px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}

article.related-content .entry-container {
    background: #fff;
}

article.related-content .entry-title-wrapper {
	height:130px;
  	line-height: 100px;
	overflow: hidden;
}

article.related-content .related-content-thumbnail {
	float:left;
	padding-bottom:30px;
}

article.contact article.related-content .entry-container {
    border: 1px solid #393431
}

article.contact .related-content-container {
    padding-top: 2em;
}

body.safari .navigation-top a {
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

body.ipad {
}

#cookie-bar {background:#111111; min-height:24px; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0; display: none}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index: 9999;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#96a81e;}
#cookie-bar .cb-enable:hover {background:#b2c157;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#02a0d1;}
#cookie-bar .cb-policy:hover {background:#076b97;}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 9px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 9px 9px;
}
article.post .entry-content ul {
	padding-left: 20px;
}

article.post .entry-content li {
	padding-bottom:10px;
}


/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
#site-navigation {
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    z-index:2000;
    overflow: hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; filter: alpha(opacity=95); -moz-opacity:0.95; -khtml-opacity: 0.95; opacity: 0.95;
    font-size: 16px;
    font-size: 1rem;
    background-color: black;
}

.navigation-top a {
    color: #222;
    font-weight: 600;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
    color: #767676;
}

#site-navigation {
    position: absolute;
    top: 0;
    left: 0px;
    z-index:999;
    height: 60px;
}
/*#site-navigation > div > ul {
    font-weight: normal;
    margin: 0 0 0 2px;
    padding-bottom: 10px;
    padding-top: 6px;
}*/
#site-navigation > div > ul > li {
    float: left;
    font-size: 13px;
    line-height: 1.25em;
    list-style: none;
    margin: 0 0 0 8px;
}

#site-navigation > div > ul a {
    /*font-family: 'EffraBold', Arial, Verdana, sans-serif;
    font-weight: bold;*/
    display: block;
    color: #a2b52d;
    text-decoration: none;
    padding: 3px 0px 3px 12px;
	text-transform:uppercase;

}

#site-navigation > div > ul a:hover,
#site-navigation > div > ul a.active {
    /*background:url(../images/global/menu_bg.png) no-repeat 0 -0px;*/
    color: #888583;
}
#site-navigation > div > ul ul a:hover,
#site-navigation > div > ul ul a.active {
    /*background:url(../images/global/menu_bg.png) no-repeat 0 -79px;*/
    background: green;
}

#site-navigation .topMenuLvl2 {
    display: none;
}

#site-navigation .topMenuLvl2 > ul { padding:0px 0 4px; margin-top:-7px;}
#site-navigation .topMenuLvl2 div.menu-title {
    font-family:"EffraRegular", Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.25em;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
#site-navigation .topMenuLvl2 a {
    font-size: 12px;
    line-height: 1.50em;
	font-weight:normal;
	text-transform:uppercase;
    color: #fff;
    text-decoration: none;
}
#site-navigation .topMenuLvl2 a:hover,
#site-navigation .topMenuLvl2 a.active {
    color: #999;
}
#site-navigation .topMenuLvl2 > ul > li {
    list-style-type: none;
    margin: 0;
    text-transform: none;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}
#site-navigation .topMenuLvl2 > ul > li > ul {
    margin-left: 0px;
    padding:5px 0 4px;
}
#site-navigation .topMenuLvl2 > ul > li	> ul > li {
    list-style-type: none;
    margin: 0;
    text-transform: none;
    padding-right: 5px;
}
#site-navigation .topMenuLvl2 {
    position: absolute;
 }


#site-navigation #site-navigation-wrap {
    padding-top: 9px;
}

#site-navigation ul.menu {
    padding-top: 10px;
}

.navbar-nav>li>a {
	font-family:"EffraRegular", Verdana, sans-serif;
    padding: 10px 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.navbar-toggle {
    background:url(assets/images/navbar-collapse.png) no-repeat 0 0 !important;
}

button.navbar-toggle.collapsed {
    background:url(assets/images/navbar-extend.png) no-repeat 0 0 !important;
}

.navbar-default {
    background-color: #000000;
    border: 0;
}

.navbar-default .custom-logo-link {
    margin-top: 4px;
}

.navbar-default .navbar-toggle {
    border: 0;
    width: 27px;
    height: 14px;
    float: left;
    padding:0px;
    margin:0px;
    margin-top: 12px;
}


.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin: 0px;
/*    padding: 0px;*/
}

.navbar-default .site-icon {
    margin-top: 10px;
}

.navbar-default .lang-switcher {
    margin-top: 10px;
}

.navbar, .navbar-header {
    min-height: 40px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}

nav.site-navigation-mobile > div.container-fluid > div.navbar-collapse {
    padding: 0px;
}

nav#site-navigation-mobile.navbar .navbar-nav {
    margin: 0px;
	border-bottom: #615D5A 1px solid;
	margin-bottom:10px;
	margin-top:10px;
	color:#FFF;
	font-family: "EffraBold", Verdana, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	line-height: 10px;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
    cursor: default;
    /* Disable default crosshair on text */

    background-position: 50% 0px;
    background-repeat: no-repeat;
}

.site-content-contain {
	background: none;
}

.homewrapper {
    background-position: 50% 0px;
    background-repeat: no-repeat;
}

article.related-content > .entry-container {
    background-position: 50% 0px;
    background-repeat: no-repeat;
}

#page {
	position: relative;
	word-wrap: normal;
}

.homewrapper{
	padding: 40px 0px 40px 0px;
	border-top:1px #d6d6d6 solid;
}

/* Menu fixed and wp admin bar adjusted */
html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    position: relative;
    padding-bottom: 200px;
}

footer.site-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
}

.navbar {
    padding: 0px;
    margin: 0px;
}

#site-navigation {
    position:fixed;
    top:0px;
}

body.show-cookie-bar #site-navigation {
    top:24px;
}

body.show-cookie-bar #site-navigation-mobile {
    top:24px;
}

body.admin-bar #site-navigation {
    top:32px;
}

body.admin-bar.show-cookie-bar #site-navigation {
    top:56px;
}

body.admin-bar #site-navigation-mobile {
    top:32px;
}

body.admin-bar.show-cookie-bar #site-navigation {
    top:56px;
}

body.admin-bar #cookie-bar {
    top:32px;
}

body {
    padding-top:60px;
}

body.admin-bar {
    padding-top: 92px;
}

body .navbar-collapse {
    overflow-y: auto;
    position: fixed;
    height: 100%;
    border-bottom: #615D5A 1px solid;
    background-color: #393431;
    width: 100%;
    left: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 40px;
}

body.admin-bar .navbar-collapse {
    padding-bottom: 72px;
}


/*--------------------------------------------------------------
13.1 Header
-------------------------------------------------------------*/
#wpadminbar {
    position: fixed;
}

#wpadminbar .toggle-edit-button-class .ab-icon:before {
    content: '\f177';
    top: 3px;
}

#wpadminbar .toggle-edit-button-class .ab-icon.hide-eye:before {
    content: '\f530';
    top: 3px;
}

.site-header .custom-logo-link {
    float:left;
    padding-right: 1em;
}
.site-header ul,
.site-header ol {
	margin: 0;
}

.lang-item {
    margin: 0 0 0 8px;
}

.lang-item > a {
    display: block;
    text-decoration: none;
    padding: 3px 12px !important;
}

.lang-item.current-lang {
    display: none;
}

.lang-item-pt {
    background:url(assets/images/site-pt.png) no-repeat 0 0 !important;
}

.lang-item-en {
    background:url(assets/images/site-en.png) no-repeat 0 0 !important;
}


/*--------------------------------------------------------------
13.3 Regular Content
-------------------------------------------------------------*/
article .metaslider {
    margin: 0 auto;
}

article.related-content {
    padding-bottom: 20px;
}

article.related-content > .entry-container {
    border: 1px solid #393431;
    padding: 20px;
    height: 100%;
}

article.post {
    padding-top: 20px;
}

article.home-highlight:after {
	clear: both;
	content: "";
	display: block;
}
article.home-highlight:wrapper {
	clear: both;
	content: "";
	display: block;
}

article.has-border > div.entry-container > div.entry-content {
    border: 1px solid #000;
    padding: 12px;
	margin-top:10px;
	margin-bottom:20px;
	background-color:#FFF;
}


/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #393431;
    color: #fff;
    border: 0;
}

.site-footer > .container {
    padding: 0.75em 2em;
}

.site-footer .custom-logo-link {
    float:left;
}

.site-content {
    padding: 0px;
}

.site-icon {
    margin-left: 0px;
    float: right;
}

.nowo-link {
    margin-top: 20px;
}

/* Site info */
.site-info {
    color: #fff;
    font-size: 10px;
    margin-bottom: 1em;
}
.site-info li {
    font-size: 10px;
    float: left;
    list-style: none;
    margin-right: 2em;
}

.site-info a {
    color: #fff;
}

.site-info .sep {
    margin: 0;
    display: block;
    visibility: hidden;
    height: 0;
    width: 100%;
}

footer.site-footer {
    margin-top: 1em;
}

footer.site-footer a {
	color: #fff;
	display: block;
	margin: 0;
	text-align: left;
    text-decoration: none;
	text-transform:uppercase;
	font-size:12px;
	font-family: 'EffraLight', Verdana, sans-serif;
}

footer.site-footer a:hover,
footer.site-footer a:focus {
	color: #666;
}

footer.site-footer li {
    line-height: 1.6em;
}

.site-footer > .site-links-container {
    padding-bottom: 0px;
}

.site-footer > .hr-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.site-footer > .site-info-container {
    padding-top: 0px;
}


.site-info a {
    color: #fff;
	display: block;
	margin: 0;
	text-align: left;
    text-decoration: none;
    webkit-box-shadow: none;
    box-shadow: none;
	font-size:10px !important;
}

.site-info a:hover,
.site-info a:focus {
    color: #666;
}

/* Bottom nav */

.bottom-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.bottom-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.bottom-navigation li {
}

.bottom-navigation a {
	color: #fff;
	display: block;
	margin: 0;
	text-align: left;
}

.bottom-navigation a:hover,
.bottom-navigation a:focus {
	color: #666;
}

.bottom-navigation li > .menu-title {
	font-size: 12px;
    display: block;
}

.bottom-navigation li > .main-menu-title {
    font-family: 'EffraBold', Verdana, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:500;
}

.bottom-navigation li > .main-menu-link {
    font-family: 'EffraBold', Verdana, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:500;
}

.bottom-navigation li.menu-item-has-children > a {
    font-family: 'EffraBold', Verdana, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:500;
}

.site-links {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.site-links ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.site-links li {
}

.site-links a {
	color: #fff;
	display: block;
	margin: 0;
	text-align: left;
}

.site-links a:hover,
.site-links a:focus {
	color: #666;
}

.navigation-top .lang-item a {
    font-size: 0;
}

.lang-switcher {
    float: right;
}

#site-navigation > div > ul.lang-switcher a:hover,
#site-navigation > div > ul.lang-switcher a.active {

    /*font-family: 'EffraBold', Arial, Verdana, sans-serif;
    font-weight: bold;*/
    background: none;
}

h1, h2, h3, h4 {
    clear: none;
}

div.related-content-container {
    clear: both;
}

article > .entry-container > .post-thumbnail {
    float: right;
	padding-bottom:20px;
	padding-left:40px;
}

div.site-links {
    float: left;
    padding-left: 2em;
}


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

/* Desktop version */

@media only screen and (min-width : 992px) {

    /* TYPOGRAPHY */

    body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		/*font-size: 14px;*/
		line-height: 1.15em;
	}

    /* FORMATTING */
    .display-table {
        display: table;
    }

    .display-table-cell {
        display: table-cell;
    }

    .full-width {
        width: 100%;
    }

    .wpcf7-buttons {
        vertical-align: bottom;
        white-space: nowrap;
        padding-left: 22px;
        font-size: 12px;
    }

    .wpcf7 p {
        margin: 10px 0 0 0;
    }

    /* HEADER */

    /* FRONT-PAGE */

    /* REGULAR CONTENT */
    article.related-content:not(.no-zoom) .entry-container {
        max-height: 490px;
        transition: max-height 0.5s ease-out;
        -webkit-transition: max-height 0.5s ease-out;
        overflow: hidden;
    }
    article.no-zoom article.related-content .entry-container {
        max-height: none;
    }
    article.medium-zoom article.related-content .entry-container {
        max-height: 550px;
    }
    article.big-zoom article.related-content .entry-container {
        max-height: 700px;
    }
    article.related-content.zoom .entry-container.zooming {
        max-height: 1000px;
        transition: max-height 0.5s ease-in;
        -webkit-transition: max-height 0.5s ease-in;
        cursor: row-resize;
    }
    article.related-content.zoom .entry-footer {
        position: absolute;
        bottom: 21px;
        left: 16px;
        right: 16px;
        height: 42px;
        background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.5) 20%, rgba(255,255,255,1));
    }

    /* FOOTER */

    .site-footer .custom-logo-link {
		padding-right: 2em;
        float:left;
	}

    ul.bottom-menu > li {
        float: left;
		padding-left:4em;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width : 991px) {
    /* TYPOGRAPHY */

    /* FORMATTING */

    /* HEADER */
    body {
        padding-top: 40px;
    }
    body.admin-bar {
        padding-top: 72px;
    }

    /* FRONT-PAGE */

    /* REGULAR CONTENT */

    article > .entry-container > .entry-content > .post-thumbnail {
        float: none;
		margin-top:-0px;
		padding-bottom:20px;
		padding-left:0px;
		text-align:center;
    }
	
	h1, .title36 {
    font-size: 24px;
	text-align:center
	}
	
	h2, .subtitle24 {
    font-size: 16px;
	text-align:center
	}
	.single-post .entry-title,
.page .entry-title {
    font-size: 24px;
	}
    /* FOOTER */

    footer.site-footer hr {
        margin-top: 0;
    }

    div.site-links {
        float: none;
        padding-right: 0px;
		padding-left:0px;
    }
    footer.site-footer img.custom-logo-link {
        float: none;
        margin-bottom: 1em;
    }
    .site-links li {
        float: none;
        text-align: left;
        font-size: 12px;
        line-height: 2em;
    }
    .site-info li {
        float: none;
        text-align: left;
        font-size: 10px;
        line-height: 2em;
    }
    footer.site-footer a {
        text-align: left;
        font-size: 12px;
        line-height: 2em;
        text-transform: uppercase
    }
    .site-footer > .container {
		padding: 1em 0em 0em 1em;
    }
	.navbar-default .navbar-nav > li > a {
		color:#fff;
	    font-family: "EffraLight", Verdana, sans-serif;
		line-height: 10px;
        display: inline-block;
	}
	.navbar, .navbar-header {
	border-bottom: #615D5A 1px solid;
	background-color: #393431;
	}
	.site-header .custom-logo-link {
    float:left;
    padding-right: 1em;
	}
	.site-icon {
    margin-left: 20px;
    float: right;
	}

}

@media screen and (max-width: 782px) {
    body.admin-bar {
        padding-top: 86px;
    }
    body.admin-bar #site-navigation-mobile {
        top:46px;
    }
    body.admin-bar #cookie-bar {
        top:46px;
    }

    body.admin-bar .navbar-collapse {
        padding-bottom: 86px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
