/*
Theme Name: Global Rec with bootstrap v3
Theme URI: https://montera34.com/
Description: WordPress theme for the Global Alliance of Waste Pickers
Version: 0.1
Author: Pablo Rey Mazón (Montera34)
Tags: bootstrap
*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Sintony');*/

#post-content p, #post-content ol li, #post-content ul li {
	font-size:1.2em;
}

/* jokers */
.spacetop {
	margin-top: 20px;
}

body{
	background-color:#fafafa;
}
#main-container{
	background-color:#FFF;
}

#logotype{
font-family:"Roboto Condensed",sans-serif;margin:35px 0 0 10px;
}
#indicimelayer{
	display:none;}

#footer-home-bar img{
	max-height:38px;
	margin:2px;
	vertical-align:middle;
}
#footer-home-bar a{
	font-weight:bold;
}

#main-menu .navbar{
	background-color:#EEE;
	border-radius: 0px;
}

#home-boxes h3 {
	line-height: 1.2em;
}

.ontop{
	z-index:1000;
}

.wp-caption {
margin-bottom: 10px;
}

/* arreglando gallery */
.gallery br {
display:none;
}

.gallery:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

/*----------*/
.rss-date{color:#bbb;}
.rssSummary{color:#aaa;padding-left:20px;}

.widget-container-feed {width: 230px;
margin: 25px 20px 10px 5px;float:left;font-size:12px;border-bottom:#ddd solid 4px}
.widget-container-feed  ul {list-style:none;margin:5px 0 0 5px;padding:0;}
.widget-container-feed  ul li{font-size:11px !important; line-height:16px;margin-bottom:5px;}
.widget-container-feed  a:link{color:black;}
.widget-container-feed  a:hover{background-color:#ddd;}
.widget-container-feed  a:visited{color:grey;}

.type-post  p img, .storycontent p img { margin: 0 15px 0 0;}
/*h4 { margin: 0 0 5px 0; }*/
h5 a{font-size:12px;}
#secondnav  {background-color:white !important;}

/* storify */
.sfy-story {
	clear:none !important;
}

/*---*/
.box-bottom {
position: absolute;
bottom: 0px;
/*text-align: center;*/
padding-left:5px;
min-height: 20px;
width: 100%;
background-color:white;
opacity:.5;
}
.box-bottom span {
font-size: 12px;
color: black;
}

/* moving from less -----------------------*/
#home-boxes-2 ul li, #blog ul li, #archive ul li{
	list-style-type: none;
}
#home-boxes-2 span.dashicons, #blog span.dashicons {
	display:none;
}
/* Widgets*/
#main-sidebar{
	border-left: 4px solid #ccc;
	padding-left:8px;
	background-color:#fbfbfb;
}
#main-sidebar .widget-container{
	margin-bottom:30px;
}
.twitter-timestamp{
	font-size: 85%;
	color: grey;
}
.poweredby{
	display:none;
}

/* Menu */
#main-menu,
#language_list {
	font-family: 'Roboto Condensed';
}
.navbar {
	min-height: 0px;
}

.navbar .btn-xs {
	padding:2px 5px;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}


.form-search{
	margin:2px 0 0 0 ;
}
/* social links */
#social-networking-sites a {
	text-decoration: none;
}

/* Language switcher in header */
#language_list li {
	background-color:#eee;
	margin: 0 3px;
	font-size:85%;
}
#language_list li.active a{
	background-color:#668000;
	border-radius: 0;
}
#language_list li:hover, #language_list .nav-pills li a:hover{
	background-color:#dedede;
}

#language_list li a{
	padding:4px;
}
#home .thumbnail {
	margin: 0 0 10px 0;
}

a {
	color:#000;
}

#commentlist a {
 color:#668000;
}

.globalreccolor {
  color:#668000;
}
.post-metadata{
	color:#888;
	font-size: 90%;
}

h4, h3, h2, h1 {
	/* font-family: 'Sintony', lucida sans console, sans-serif; */
}
.post-metadata a, h4 a, #footer a, #main-sidebar a, .type-post #post-content a, #post-content a, .content a{
	color:#668000;
}
.alert a.btn {
	color: white;
	font-weight: bold;
}

.label {
	background-color: #999;
	color:#fff;
}
.label a,a.label{
	color: white;
}
blockquote p {
	font-size: 14px;
	padding: 5px;
}

.wp-caption-text{
font-size:0.9em !important;
margin:4px 0 0 10px !important;
margin: 0 10px 0 0px !important;
padding:0 0 0 3px;
background-color: #F3F3F3;
}

/*-------------menu end----------*/
/*.sticky  {
	background-color:#eee;
	border-top:3px solid @grayLight;
}
.sticky h4  {margin-top:1px !important;}
*/
.portada-home {}
h4.post-title a {
	color:#668000;
}

#home-boxes a:link {
	color:black;
}

/*------------new menu------------*/
#pre-menu {
	/*position: relative;
	bottom: 0px;*/
}
#pre-menu li {
}

@media (min-width: 768px ) {
/* header menu desplegable */
#pre-menu li a {
        display: block!important;
        display: block;
        position: relative;
        text-decoration: none;
        z-index: 999;
	/*color: #fff;*/
}
#pre-menu li:hover,
#pre-menu li a:hover,
#pre-menu li:hover a {
	text-decoration: none;
	position: relative;
	z-index: 999;
}
#pre-menu li ul {
	display: none;
	position: absolute;
	z-index: 999;
	width: 150px;
	left: 0;
	padding: 2px 0 5px;
	margin: 0 !important;
}
#pre-menu li a:hover ul,
#pre-menu li:hover ul {
	display: block !important;
}
#pre-menu li a:hover ul li,
#pre-menu li:hover ul li {
	position: relative;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 999;
	background-color: #b3b3b3;
}
#pre-menu li a:hover ul li a,
#pre-menu li:hover ul li a {
	padding: 2px 0 8px 5 !important;
}
#pre-menu li ul li:hover{
	background-color: black;
}
#pre-menu li ul li{
	border:0;
}
#pre-menu ul.sub-menu li a{
	color:white;
}
}

@media (max-width: 767px ) {
	#pre-menu li ul {
		list-style: none;
		padding-left: 10px;
	}
	#pre-menu li ul li,
	#pre-menu li ul li:hover {
		background-color: transparent;
		border-color: transparent;
	}
	#pre-menu li ul li a {
		display: block;
		text-decoration: none;
	}
	nav li.menu-item-has-children {
		background-image: none;
	}

}

.navbar .navbar-inner{
	background-image:none;
}
#pre-menu .navbar-nav li {
	border-radius: 0px;
}
#main-menu ul li {
	background-color:#668000;
	margin-right: 3px;
	margin-bottom: 3px;
	border:1px solid #668000;
	
}
#main-menu li:hover, #main-menu .navbar-nav li a:hover{
	background-color:#668000;
}

#main-menu li a{
	color:white;
	text-shadow: 0 0px 0 white;
	padding: 5px;
}
#main-menu li.current-menu-item{
	background-color:white;
	
}
#main-menu li.current-menu-item a{
	color:#668000;
}

nav li.menu-item-has-children {
	background-image:url('images/dropdown.png');
	background-repeat:no-repeat;
	background-position:right center; 
	padding-right: 8px;
}

#comments-container {
	margin-top:40px;
}

#footer{
	border-top:10px solid #668000;
	margin-top:10px;
	height: 35px;
}

/* Pagination */
.pagination .current {
	background-color:#668000;
}

/* map */
.legend-map ul{
	padding:0;
}
.legend-map ul li {
	list-style: none;
	margin-bottom:1px;
}

.legend-map h3 {
	font-size:20px;
}
/* Newsletter */
.bg-warning{
	padding: 20px;
  font-size: 12px;
}
.bg-warning a font {
	color:#000 !important;
}

.single-newsletter .type-newsletter .size-thumbnail img {
	margin: 0 0 20px 0;
}

/* WAW */
.nav > li > a {
    padding: 10px 10px;
}
/* Progress bars */
#waw-stats .progress {
	margin-bottom: 10px;
	background-color:white;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
	border-radius: 0px
}

/* Waste Picker Organization */
.waste-picker-org dl dd{
	margin-bottom:5px;
}

/* Single aticle design */
.news-reference {
	margin: 0px 0px 1em;
}

/* dashicons */
.groups-dashicon:before {
	font-family: "dashicons";
	content: "\f307";
}
.book-dashicon:before {
	font-family: "dashicons";
	content: "\f331";
}
.document-dashicon:before {
	font-family: "dashicons";
	content: "\f123";
}
/* Pullquotes styling */
.simplePullQuote {
	width: 50% !important;
	float: right !important;
	text-indent: 0px !important;
	padding: 13px !important;
	border-top: 3px #668000 solid !important;
	border-bottom:0px !important;
	box-shadow: 7px 7px 8px 0px rgba(129,129,129,0.5) !important;
	font-size: 130% !important;
	margin: 10px 0 10px 30px;
}

@media only screen and (max-width: 500px) {
  .simplePullQuote {
    width: 100% !important;
  }
}

/* Country post list. Styles year according to publication date */
.year-2012 {
	background-color:red !important;
}
.year-2013, .year-2014, .year-2015 {
	background-color:red;
}
.year-2016 {
background-color:#d95f0e;
}
.year-2017 {
	background-color:#fe9929;
}
.year-2018 {
	background-color:#fec44f;
}
.year-2019 {
	background-color:#fee391;
}
.year-2020 {
	background-color:#ffffd4;
	color: black;
}
.year-2021 {
	background-color:#ffffd4;
	color: black;
}
.year-2022 {
	background-color:lightgreen;
}
.year-2023 {
	background-color:lightgreen;
}
.year-2024 {
	background-color:lightgreen;
}



.alignleft {
	float:left;
}

/* style color link in button */
a.btn-success  {
    color: white !important;
}

/* images in the_content responsiveness */
.content img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* iframes responsiveness */
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 1em;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
}
