/*
Theme Name: OpenStreetMap Chile
Theme URI: https://blog.openstreetmap.cl
Author: Julio Costa
Author URI: https://blog.openstreetmap.cl
Template: materialwp-materialwp
Description: A child theme based on a minimalist theme, (obviously) inspired by Material Design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: materialwp-child
Tags: 
*/

@import url("../materialwp-materialwp/style.css"); 

@font-face {
  font-family: "Helvetica Bold";
  src: url("fonts/HelveticaNeueBold.ttf") format('truetype'); 
    }

@font-face {
  font-family: "Helvetica Light";
  src: url("fonts/Helvetica-Light.ttf") format('truetype');
    }

#primary {
	text-align:justify;
	word-wrap: none;
	-ms-word-break: keep-all;
     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: keep-all;
	-webkit-hyphens: none;
  	-moz-hyphens: none;
    hyphens: none;
}

.single .byline, .group-blog .byline {
	display: none;
}


.navbar-inverse.navbar {
	background-color: rgba(6, 46, 99, 0.9);
	z-index: 999;
	height: 64px;
	width:100%;
	box-shadow: 0 1px 4px #555;
}

.navbar-brand {
	padding:0 0;
}

#masthead h1 {
	font-family: 'Helvetica Light', sans-serif;
	font-size: 24px;
	font-weight:normal;
	margin-left:54px;
	margin-top:18px;
	color: #4a8bc0;
	height:24px;
	float:left;
}

#masthead h1 .negrita {
	font-family: 'Helvetica Bold', sans-serif;
	font-weight:normal;
	font-size:24px;
	color: #ffffff;
}

/* Menú Principal */

#masthead .botones {
     float:right;
     margin-right:25px;
     margin-top:20px;
     margin-bottom:auto;
}

#masthead .botones a {
     margin-left:30px;
     font-family: 'Roboto', sans-serif;
     text-transform: uppercase;
     font-weight: 500;
     color: #ffffff;
     text-decoration: none;
     font-size: 14px;
}

#masthead .botones a:hover {
     color: #4a8bc0;
}

#masthead .botones .org {
     color: #4a8bc0;
}

#masthead .botones a .botonresponsivo {
     margin-left:0;
  }
  /* Parte de la magia responsiva */

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

ul.botones li {
    float: left;
}

ul.botones li.icon {
    display: none;
}

.panel-warning > .panel-heading {
	background-color: #4a8bc0;
}

/* La verdadera magia */

@media screen and (max-width:900px) {
  ul.botones li {display: none;}
  ul.botones li.icon {
    float: right;
    display: inline-block;
    width:24px;
  }
  #masthead .botones .icon a {
    margin-left:0px ! important;
  } 
}

@media screen and (max-width:900px) {
  ul.botones.responsive {
    position: relative;
    background-color:rgba(21,72,123, 0.9);
    margin-top:14px;
    width:60%;
    overflow: auto;
  }
  ul.botones.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.botones.responsive li {
    float: none;
    display: inline;
    margin-left:-40px;
  }
  ul.botones.responsive li a {
    display: block;
    text-align: left;
    margin-top:10px;
    margin-bottom:10px;
  }
}

#masthead .container {
	width:100%;
}

#content .container {
	width:100%;
}

kbd {
	color: #000000; 
	border: 1px solid #aaa; 
	-moz-border-radius: 0.2em; 
	-webkit-border-radius: 0.2em; 
	border-radius: 0.2em; 
	-moz-box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); 
	box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); 
	background-color: #f9f9f9; 
	background-image: -moz-linear-gradient(top, #eee, #f9f9f9, #eee); 
	background-image: -o-linear-gradient(top, #eee, #f9f9f9, #eee); 
	background-image: -webkit-linear-gradient(top, #eee, #f9f9f9, #eee); 
	background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); 
	padding: 0.1em 0.3em; 
	font-family: inherit; 
	font-size: 0.85em;
}

.entry-img {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(195,195,195,1);
  -moz-box-shadow: 0px 4px 5px 0px rgba(195,195,195,1);
  box-shadow: 0px 4px 5px 0px rgba(195,195,195,1);
}

.site-footer {
  background-color: rgba(6, 46, 99, 0.9);
  font-family: 'Roboto', sans-serif;
  padding: 40px 0;
  color: #fff;
  margin-top: 30px;
}

.site-info {
  font-size: 0.9em;
}

pre.dobdev-code-block {
  color:#00ff00;
}