/*
	Theme Name: By2020WeRiseUp
	Description: Let's join for a long-term escalation of action for climate justice and system change
	Author: thePiano
*/

/* Point out and link to the pdf version of the page thats viewd. norxcept, 23.12.19 */
p.document-download-available {
    background-color:#eee;
    padding:20px 30px;
}

/* Mark the documents on the website which have reached a consensus during a European conference. norxcept, 23.12.19 */
p.document-has-consensus {
    background-color:#ffcece;
    padding:20px 30px;
}
    
/* leaves some space between the list points. norxcept, 26.11.19 */
/* 26.11.19: used only on front page news section. */    
    .list-spaced-elements li {
	margin:1em 0em;
}

/* anchor-130 is used in the action list to offset the menu while jumping to anchor */
.anchor-130 {
	position:absolute;
	z-index:-1;
	left:0;
	margin-top:-130px;
}
/* css for the banner to point towars the spanish website, see header.php. norxcept, 16.11.19 */
section.es-website-banner div {
	color:white;
	background-color:#29292a;
	text-align:center;
	font-size:smaller;
}
.nav-link {
	margin: 5px;
}
a,
.color-red {
	color: #cf4a46;
}
.acf-map {
	height: 600px;
}
p, li, blockquote {
	padding-bottom: 13px;
}
/* disable the above padding-bottom inside the content part of the site. norxcept, 15.11.19 */
div.container li {
    padding-bottom: 0px;
}
select {
	height: 50px;
	font-size: 16px;
}
select, .submit {
	width: 250px !important;
	margin-left: 0 !important;
}
.cid-rtUvFwL5eq .nav-link {
	font-weight: 600;
	text-transform: uppercase;
	color: #cf4a46;
	font-size: 14px;
	font-weight: 600;
	margin: 23px 5px 0;
}
.cid-rtUvFwL5eq .dropdown-menu .dropdown-item {
	padding: 5px 20px;
	font-size: 16px;
}
#menu-footer-menu {
	list-style: none;
	padding: 0;
}
#menu-footer-menu li {
	display: table;
}
#menu-footer-menu a {
	color: #cdcdcd;
	text-align: left;
	padding: 0;
	padding-bottom: 10px;
	color: #cdcdcd;
	transition: 0.4s;
	font-size: 1rem;
}
.navbar-logo,
.cid-rtUvFwL5eq .nav-item {
    margin-right: 0;
}
.cid-rtUvFwL5eq .navbar-brand .navbar-logo img {
	width: 90px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cid-rtUvFwL5eq .nav-link {
		margin: 23px 15px 0;
		font-size: 16px;
	}

}