/*
	Eleganta by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
	html{
		width: 100%;
	
	}

	#blogasturias body,input,textarea,select
	{
		line-height: 1.75em;
		font-size: 10pt;
		letter-spacing: 0;
	}

	#blogasturias body
	{
		padding-top: 44px;
	}

	#blogasturias h2
	{
		font-size: 1.5em;
	}

	#blogasturias h3, h4, h5, h6
	{
		font-size: 1em;
		font-weight: bold;
	}

	#blogasturias .container {
		padding: 0;
	}

	#blogasturias section,
	article
	{
		clear: both;
		margin: 2em 0 2em 0 !important;
	}

	#blogasturias section > :first-child,
	article > :first-child
	{
		margin-top: 0 !important;
	}

	#blogasturias section:first-child,
	article:first-child
	{
		margin-top: 0 !important;
	}

	#blogasturias .button
	{
		display: block;
		text-align: center;
	}

	#blogasturias header
	{
		margin-bottom: 2em;
	}

	#blogasturias header h2
		{
			font-weight: 900;
			font-size: 2em;
		}

/*********************************************************************************/
/* UI                                                                            */
/*********************************************************************************/

#blogasturias #titleBar
	{
		background: white;
	}

	#blogasturias #titleBar .title
		{
			display: block;
			color: #fff;
			text-align: center;
			line-height: 44px;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-size: 1.4em;
		}

		#blogasturias #titleBar .title span
		{
			display: none;
		}

		#blogasturias #titleBar .toggle
		{
			position: absolute;
			left: 0;
			top: 0;
			width: 80px;
			height: 60px;
		}

		#blogasturias #titleBar .toggle:after
			{
				content: '';
				display: block;
				width: 20px;
				height: 12px;
				position: absolute;
				left: 10px;
				top: 15px;

				opacity: 0.5;
			}

			
			}

			#blogasturias #navPanel .link.depth-0
			{
				color: #fff;
			}

			#blogasturias #navPanel .indent-1 { display: inline-block; width: 1em; }
			#blogasturias #navPanel .indent-2 { display: inline-block; width: 2em; }
			#blogasturias #navPanel .indent-3 { display: inline-block; width: 3em; }
			#blogasturias #navPanel .indent-4 { display: inline-block; width: 4em; }
			#blogasturias #navPanel .indent-5 { display: inline-block; width: 5em; }
			#blogasturias #navPanel .depth-0 { color: #fff; }

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#blogasturias #banner
	{
		margin-bottom: 2em;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	#blogasturias header {
		text-align: center;
	}
	#blogasturias #logo
	{
		display: inline;
		
	}

	#blogasturiaslogo{
		width: 100%;
		text-align: center;
	}

	#blogasturiassearch{
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#blogasturias #main
	{
		padding: 3em 2em 4em 2em;
	}

	#blogasturias .homepage #main
	{
		padding: 2em 2em 4em 2em;
	}

	#blogasturias #flex-container ul{
		/*flex: 0 0 30%;
		margin-bottom: 15px;
		margin-left: 30px;
		max-width: 80%;*/
		display: flex;
		align-content: space-between;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	#blogasturias #flex-container li{
		flex-basis: 100%; margin-left: 0;
	}

	#blogasturias .button {
		position: relative;
		display: inline-block;
		margin-top: 10px;
		align-items: center;
		padding: 5px;
		background: white;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12;
		color:rgba(255, 0, 0);
		font-weight: bold;
		/*border: rgb(244, 0 ,0) 1px solid;*/
		border-radius: 5px;
		-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		cursor: pointer;
	}

	#blogasturias .button:hover {
			background: rgb(244, 0 ,0);
			color: #FFF !important;
	}

	#blogasturias #sidebar header h2,
	#blogasturias #addblog header h2
	{
		font-size: 1.8em;
	}

	#blogasturias #addblog h3
	{
		margin-bottom: 1em;
		text-transform: uppercase;
		font-size: 1.4em;
		font-weight: 800;
		max-width:100%;
	}

	#blogasturias #add_blog input, select {
		max-width:100%;
		border-radius: 5px;
		border: 1px solid lightgrey;
		margin-bottom: 10px;
	}

	#add_blog_input{
	margin-bottom: 20px;
	}

	#add_blog_select{
	margin-bottom: 20px;
	}

	#blogasturias #last_post{
		column-count:1;
		column-span:all;
	}

	.columnas {
		column-count:1;
		column-gap: 100px;
		column-rule: solid 1px lightgrey;
		column-width: 100%;
	  }

	  	#blogasturias #flex-container  li:nth-child(3n+1){
		margin-left: 0;
	}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#blogasturias #footer
	{
		padding: 4em 2em 0 2em;
	}