/*
Theme Name: Leveleando 2017
Template Theme URI: https://leveleando.com/ 
Author: Sebastian Pozzi
Author URI: http://leveleando.com 
Description: Plantilla desarrollada para Leveleando.com
Version: 1.0 
*/

html, body {
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
 	color: #EEE;
 	background-color: #444;
}

*, *:after, *:before {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

a {
	color: #ffd600;
	text-decoration: none;
    font-weight: 800;
}

a:hover { opacity: .75; }

hr {
	width: 80%;
	margin: 2rem auto;
	border: thin solid #FFF;
}

hr:last-child { display: none; }

img {
	max-width: 100%;
	height: auto;
	display:block;
	margin:0 auto 0 auto;
}

mark {
	padding: .25rem;
	background-color: yellowgreen;
	font-weight: bold;
}


.container {
	display: block;
	margin: auto;
	max-width: 1200px;
	font-size: 0;
}

.container-top {
	display: block;
	margin: auto;
	max-width: 2500px;
	font-size: 0;
	background-color: #0f9bc7;
}

.item {
	font-size: 1rem;
	padding: 1rem;
	width: 100%;
	/*background-color: #999;*/
}

.i-b {
	display: inline-block;
	vertical-align: top;
}

.ph10 { width: 10%; }

.ph20 { width: 20%; }

.ph25 { width: 25%; }

.ph30 { width: 30%; }

.ph33 { width: 33.3333333333%; }

.ph40 { width: 40%; }

.ph50 { width: 50%; }

.ph60 { width: 60%; }

.ph70 { width: 70%; }

.ph80 { width: 80%; }

.ph90 { width: 90%; }

.ph100 { width: 100%; }

.error {
	padding: 1rem;
	font-size: 2rem;
	text-align: center;
	color: #444;
	background-color: #ffd600;
}

.main, .footer { background-color: #222; }

.post {
	background-color: #222;
	min-height: 210px;
	text-align: left;
}


.the-content p {
	margin: 1rem auto;
	text-align: left;
}


.the-content ol li {
	margin: 1rem auto;
	text-align: left;
	list-style-position: inside;
}

.title-template {
	font-size: 1.5rem;
	color: #ffd600;
}

.author-info {
	background-color: #666;
	list-style-position: inside;
}

.wp-post-image {
	/*border-radius: 0.5rem;
	box-shadow: .1rem .1rem .5rem rgba(173, 255, 47, .4);*/
}

.widgets {
	background-color: #333;
}

.widgets h3 { font-size: 1.5rem; }

.other-widget { font-size: .75rem; }

.wp-pagenavi { text-align: center; }

.wp-pagenavi .pages {
	display: block;
	width: 100%;
	margin: 1rem auto;
}

.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .page, .wp-pagenavi .extend { display: none; }


.wp-pagenavi .current {
	border-color: #FFF !important;
}

.nav { text-align: center; }

.main-nav, .search { display: none; }

.main-nav li { list-style-type: none; }

.main-nav a:hover {
	list-style-type: none;
	background-color: #222;
	transition: all .5s ease-out;
}
.main-nav a {
	display: block;
	width: 100%;
	padding: 0.5rem;
}

.sub-menu a { margin-left: 0.5rem; }

.social-nav li {
	display: inline;
	font-size: 1.5rem;
	padding: .5rem;
	list-style-type: none;
}

.logo {
	height: 5rem;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: contain;
	font-size: 0;
}

.mobile-nav {
	position: fixed;
	top: .25rem;
	right: .25rem;
	font-size: 3rem;
	color: #ffd600;
	cursor: pointer;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
    background-color: #000000;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 1px;
}

.fixed-top { margin-top: 4.8rem; }

.search { 
	font-size: 0;
	text-align: center;
}

.search label { display: none; }

#searchsubmit {
	display: inline;
	padding: .25rem;
	width: 2rem;
	height: 2rem;	
	font-size: 0;
	border: 0;
	background: #FFF url('images/lupa.png') no-repeat center;
	background-origin: content-box;
	background-size: contain;
	cursor: pointer;
	vertical-align: middle;
}

#searchsubmit:hover {
	background-color: #444;
}

#s {
	display: inline;
	padding: .25rem;
	width: 70%;
	height: 2rem;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	vertical-align: middle;
	border: 0;

}

.title {
  	height: inherit;
 	padding-top: 108px;
 	background-color: rgba(0,0,0,.5);
 	font-size: 1.1rem;
 	text-align: center;
}

.main-image {
   	width: 100%;
   	height: 180px;
   	background-repeat: no-repeat;
   	background-position: center;
   	background-size: cover;
}


.info-post {
	text-align: left;
}

.comments {
	background-color: #FFF;
	padding: 1rem;
}

.fa-bars {
    padding: 1rem;
}

.fa-times {
    padding: 1rem;
}

.search-link {
	color: #FFF;
	text-decoration: none;
}

.search-link h3 { color: #ffd600; }

.search-link p { text-align: left; }

.search-message { font-size: 1.5rem; }

li {
	margin-left: 50px;
}

img#wpstats { 
	position:absolute;
	top:0;
	width:0px;
	height:0px;
	overflow:hidden;
 }

@media screen and (min-width: 30em){
	.sm10 { width: 10%; }

	.sm20 { width: 20%; }
	
	.sm25 { width: 25%; }

	.sm33 { width: 33.3333333333%; }	

	.sm40 { width: 40%; }

	.sm50 { width: 50%; }

	.sm60 { width: 60%; }

	.sm70 { width: 70%; }

	.sm80 { width: 80%; }

	.sm90 { width: 90%; }

	.sm100 { width: 100%; }

	.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .page, .wp-pagenavi .extend { display: inline; }
	
	.wp-pagenavi .pages { width: 50%;}

	.social-nav li {
		font-size: 2rem;
		padding: 1rem;
	}
	.main-image {
  	    width: 100%;
  	    height: 250px;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	}

	.title {
	    height: inherit;
    	padding-top: 132px;
    	background-color: rgba(0,0,0,.5);
    	font-size: 1.7rem;
    }

}

@media screen and (min-width: 48em){
	.md10 { width: 10%; }

	.md20 { width: 20%; }

	.md25 { width: 25%; }

	.md30 { width: 30%; }

	.md33 { width: 33.3333333333%; }

	.md40 { width: 40%; }

	.md50 { width: 50%; }

	.md60 { width: 60%; }

	.md70 { width: 70%; }

	.md80 { width: 80%; }

	.md90 { width: 90%; }

	.md100 { width: 100%; }
}

@media screen and (min-width: 64em){
	.lg10 { width: 10%; }

	.lg20 { width: 20%; }

	.lg25 { width: 25%; }

	.lg30 { width: 30%; }

	.lg33 { width: 33.3333333333%; }

	.lg40 { width: 40%; }

	.lg50 { width: 50%; }

	.lg60 { width: 60%; }

	.lg70 { width: 70%; }

	.lg80 { width: 80%; }

	.lg90 { width: 90%; }

	.lg100 { width: 100%; }

	.logo, .main-nav, .search 	{ 
		display: inline-block !important;
		vertical-align: middle;
	}
	.mobile-nav { display: none; }

	.header { position: static; }

	.fixed-top { margin-top: 0; }

	.main-nav a {
		display: inline-block;
		padding: 0;
	}

	.main-nav li {
		 display:inline-block;
		 padding: 0.4rem;
	}

	.main-nav li:hover {
		background-color: #222;
		transition: all .5s ease-out;
	}

	.main-nav li:first-child { position: relative; }

	.main-nav li:first-child:hover > .sub-menu {
		/*display: block;*/
		visibility: visible;
		opacity: 1;
	}

	.sub-menu {
		position: absolute;
		top: 1.9rem;
		left: 0rem;
		/*display:none;*/
		background-color: #222;
		visibility: hidden;

		opacity: 0;
		transition: all .5s ease-out;
	}

	.sub-menu li { display:block; }

	.sub-menu a { margin-left: 0; }

	.sub-menu li:hover, .sub-menu a:hover { background-color: #444; }

	.wp-pagenavi .pages { width: 30%;}

	.main-image {
		width: 100%;
		height: 400px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover; 
	}

	.title {
		height: inherit;
		line-height: 50px;
		padding-top: 250px;
		background-color: rgba(0,0,0,.5);
		font-size: 3rem;
	}
}