
/*!
Theme Name: Galerias Municipais de Lisboa
Theme URI: http://www.serdesign.pt/themes
Author: Ricardo Maia Pestana e Sara Aragão Antunes
Author URI: http://www.serdesign.pt
Description: Template desenvolvido para uso exclusivo das Galerias Municipais de Lisboa
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: galeriasmunicipais
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

"Galerias Municipais de Lisboa" is a theme based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

This StyleSheet adds new classes and styles to the main stylesheet "style.css"
All @media queries should be placed in the two other css files: styleGM-query-med.css and styleGM-query-small.css.

*/

/*--------------------------------------------------------------
##
## HEADER AND FOOTER AND GENERAL CONTENT
##
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## GLOBAL
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
	color: #3a3939;
	font-family: "Fira Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.8;
	text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 600;
}

h1 {
	font-size: 28px;
	line-height: 1.5em;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin-bottom: 1.5em;
}

b, strong {
	font-weight: 600;
}

.site_max_width {
	max-width: 1140px;
	width: 95%;
	margin: 0 auto;
}

/*cores*/
.color-GM {
	color: #3A3939;
}

.color-PB {
	color: #ddd;
}

.color-GQ {
	color: #618fb7;
}

.color-GB {
	color: #A8413C;
}

.color-GTNC {
	color: #ffcc5a;
}

.color-GAV {
	color: #008B8E;
}

.bgcolor-GM {
	background-color: #3A3939;
}

.bgcolor-PB {
	background-color: #ddd;
}

.bgcolor-GQ {
	background-color: #618fb7;
}

.bgcolor-GB {
	background-color: #A8413C;
}

.bgcolor-GTNC {
	background-color: #ffcc5a;
}

.bgcolor-GAV {
	background-color: #008B8E;
}

/*cores*/
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 99999;
	display: none;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 80%;
	position: relative;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	background: #e9e9e9;
}

.modalClose {
	color: #515151;
	line-height: 25px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
}

.modalClose:hover {
	color: #13aff0;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.site-header {
	border-bottom: rgb(238,238,238) solid 1px;
	/*	position: relative; */
	display: block;
	background-color: #FFF;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.site-header-content {
	line-height: 20px;
	display: flex;
	justify-content: space-between;
}

.site-branding {
	max-width: 35%;
	max-height: 45px;
	margin-top: 14px;
}

.custom-logo {
	width: auto;
	max-height: 45px;
}

#logo-sticky img {
	max-height: 40px;
}

#header, #header-sticky {
	padding: 5px 0 1px 0;
}

/*--------------------------------------------------------------
## GENERAL CONTENT 
--------------------------------------------------------------*/
.site-content {
	padding-top: 75px;
}

.site-content p {
	margin-bottom: 0px;
	color: #3a3939;
}

body {
	font-size: 16px;
	line-height: 1.8em;
}

ul.nobullets {
	list-style-type: none;
}

a {
	color: #8a8a8a;
	text-decoration: none;
}

a:hover:before, a:hover {
	color: #13aff0;
}

p {
	margin-bottom: 0px;
	color: #3a3939;
}

#intro {
	display: none;
}

.h-line-title {
	width: fit-content;
}

.h-title {
	margin-top: 50px;
}

.h-line-title-GM {
	border-bottom: 7px solid #3A3939;
}

.h-line-title-PB {
	border-bottom: 7px solid #ddd;
}

.h-line-title-GQ {
	border-bottom: 7px solid #618fb7;
}

.h-line-title-GB {
	border-bottom: 7px solid #A8413C;
}

.h-line-title-GTNC {
	border-bottom: 7px solid #ffcc5a;
}

.h-line-title-GAV {
	border-bottom: 7px solid #008B8E;
}

.banners-pags {
	width: 100%;
	margin: 25px 0px;
}

.topoPagina {
	margin-top: 50px;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	display: block;
	color: #3a3939;
	line-height: 145%;
	font-weight: 500;
	background: #efefef;
	padding: 32px 0 0px;
	font-size: 14px;
}

.site-footer p {
	color: #3a3939;
	line-height: 130%;
}

.site-footer ul {
	padding: 7px 0px 8px 0;
}

.site-footer li a {
	padding: 0px;
}

.site-footer li > a:before {
	content: none;
}

.site-footer a, .site-footer li > a:before {
	color: #3a3939;
}

.site-footer a:hover, .site-footer li > a:hover:before {
	color: #13aff0;
}

.site-footer img {
	margin-bottom: 5px;
}

.site-info {
	background: #ddd;
	font-size: 13px;
	color: #3a3939;
	padding: 1px 0px 8px 0;
}

.site-info a {
	font-size: 13px;
	color: #3a3939;
}

.site-info p {
	font-weight: 300;
	text-align: -webkit-center;
}

.site-info>a:after {
	display: block;
	margin: 1em 0 1.5em 0;
	content: "";
	width: 30px;
	height: 4px;
	background-color: black;
}

.site-info>a:hover:before, a:hover {
	color: #13aff0;
}

#footer-columns {
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-column {
	width: auto;
	padding-bottom: 1%!important;
}

#footer_column_1, #footer_column_2, #footer_column_3, #footer_column_4, #footer_column_5, #footer_column_6 {
/*teste*/
}

.first_footer_column {
/*teste*/
}

#footer_column_1 {
	width: auto;
	min-width: 32%;
}

#footer_column_2 {
	width: auto;
	min-width: 125px;
}

#footer_column_3 {
	width: auto;
	min-width: 140px;
}

#footer_column_4 {
	width: auto;
	min-width: 115px;
}

#footer_column_5 {
	width: auto;
	min-width: 165px;
}

#footer_column_6 {
	width: auto;
	min-width: 110px;
}

.last_footer_column {
	clear: right;
	margin-right: 0;
}

.h-line-PB {
	border-bottom: 7px solid #fff;
	width: 62px;
}

.h-line-GQ {
	border-bottom: 7px solid #618fb7;
	width: 64px;
}

.h-line-GB {
	border-bottom: 7px solid #A8413C;
	width: 62px;
}

.h-line-GTNC {
	border-bottom: 7px solid #ffcc5a;
	width: 163px;
}

.h-line-GAV {
	border-bottom: 7px solid #008B8E;
	width: 77px;
}

/*--------------------------------------------------------------
## Footer Social Networks Icons
---------------------------------------------------------------*/
#post-footer-social {
	width: 100%;
}

/* Post-footer - Social Media */
#post-footer-social ul {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0px;
}

#post-footer-social li {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

#post-footer-social li a {
	font-size: 14px;
	display: table;
	text-align: center;
	color: #23282d;
	width: 25px;
	height: 25px;
	border: 1px solid #23282d;
	float: left;
	margin-right: 10px;
}

#post-footer-social li a:hover {
	color: #fff;
	background: #1D1D1F;
	border-color: #1D1D1F;
}

#post-footer-social li.facebook a:hover {
	background: #3b5997;
	border-color: #3b5997;
}

#post-footer-social li.twitter a:hover {
	background: #a5dee8;
	border-color: #a5dee8;
}

#post-footer-social li.google-plus a:hover {
	background: #db4a39;
	border-color: #db4a39;
}

#post-footer-social li.instagram a:hover {
	background: #AC8263;
	border-color: #AC8263;
}

#post-footer-social li.tumblr a:hover {
	background: #395672;
	border-color: #395672;
}

#post-footer-social li.linkedin a:hover {
	background: #56a1c4;
	border-color: #56a1c4;
}

#post-footer-social li.flickr a:hover {
	background: #c5c5c5;
	border-color: #c5c5c5;
}

#post-footer-social li.pinterest a:hover {
	background: #C92228;
	border-color: #C92228;
}

#post-footer-social li.xing a:hover {
	background: #126567;
	border-color: #126567;
}

#post-footer-social li.paypal a:hover {
	background: #1e477a;
	border-color: #1e477a;
}

#post-footer-social li.youtube a:hover {
	background: #de1f26;
	border-color: #de1f26;
}

#post-footer-social li.vimeo-square a:hover {
	background: #4EBBFF;
	border-color: #4EBBFF;
}

#post-footer-social li.rss a:hover {
	background: #fea81d;
	border-color: #fea81d;
}

#post-footer-social li i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}

.social {
	position: relative;
}

.social .tooltiptext {
	font-size: 12px;
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 1px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -100%;
	opacity: 0;
	transition: opacity 0.3s;
}

.social .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.social:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/
input[type=email] {
	padding: 3px 0;
	float: left;
	border-radius: 0px;
}

input[type=submit] {
	background-color: #23282d;
	color: white;
	border: 1px solid #23282d;
	padding: 9px 8px;
	font-size: 11px;
	text-transform: lowercase;
	border-radius: 0px;
}

footer, button, input, select, textarea {
	font-size: 13px;
}

/*--------------------------------------------------------------
## Scroll Up
--------------------------------------------------------------*/
.topbutton {
	height: 40px;
	width: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	display: none;
	background-color: rgb(51,51,51);
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	padding: 10px;
	color: white;
	font-weight: bold;
}

.topbutton:hover {
	background-color: #13aff0;
	color: white;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404, .not-found {
	margin: 60px 0;
}

.error-404 .page-content p {
	margin-bottom: 20px;
}

.error-404 .page-content h2 {
	margin-top: 20px;
}

.error-404 {
	text-align: center;
	margin-top: 8%;
}

.error-404 h1 {
	font-size: 80px;
	line-height: 97px;
}

.error-404 a {
	color: #ccc;
}

.button-404 {
	margin-top: 1%;
	margin-bottom: 4%;
	border: none;
	border-radius: 0px;
	padding: 1% 3%;
	font-size: 15px;
	font-variant-caps: all-small-caps;
	font-weight: 600;
	background: #3A3939;
	color: #fff;
}

/*--------------------------------------------------------------
## SEARCH 
--------------------------------------------------------------*/
ul,  ol  {
	margin: 4% 0 7% 0%;
}

.search-title {
	margin-top: 3%;
}

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
.youtube-responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/
.brevementeHome {
	margin-top: 100px;
}

.home_grid-container {
	padding: 0;
	margin: 25px 0px;
	display: grid;
	grid-template-columns: repeat(auto-fill, 100%);
	justify-content: space-between;
	grid-row-gap: 20px;
	column-gap: 15px;
}

.home_grid-item {
	overflow: hidden;
	text-align: center;
	line-height: 0;
}

.home_grid-item img {
	width: 100%;
}

.bannersHomePresente {
	display: none;
}

.bannersHomePresentePequeno {
	display: inherit;
}

.umBanner {
	grid-template-columns: repeat(auto-fill, minmax(100%, 100%));
}

.doisBanners {
	grid-template-columns: repeat(auto-fill, 49%);
}

.tresBanners {
	grid-template-columns: repeat(auto-fill, 32%);
}

.quatroBanners {
	grid-template-columns: repeat(auto-fill, 32%);
}

.cincoOuMaisBanners {
	grid-template-columns: repeat(auto-fill, 32%);
}

img.bannersHomeFuturo {
	width: 100%;
}
/*--------------------------------------------------------------
## END
--------------------------------------------------------------*/
