/*
	Theme Name: Minutazos theme
	Theme URI: http://www.minutazos.com
	Description: Wordpress theme for Minutazos blog.
	Version: 1.0
	Author: Alvaro García
	Author URI: http://www.minutazos.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font: 300 14px/1.4  Helvetica, Arial, sans-serif;
    color: #000;
    background: #fff;
}


/* clear */

.clear:before, .clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-family: Oswald, Arial, Helvetica, sans-serif;
}

/* article */

.post-title {
margin: 0 40px;
font-size: 16px;
font-size: 1.8em;
line-height: 1.4;
text-transform: uppercase;
text-align: center;
}

.post-title a:hover {
  color: #1fa0ae !important;
}

.post-details {
  text-align: center;
  color: #333 !important;
  font-family: Oswald, helvetica, arial, sans-serif;
  font-size: .9em;
  font-weight: 300;
  margin-bottom: 1.25em;
}

span.date,
span.author,
span.comments {
	text-transform: uppercase;
	text-align:center;
}

.post-thumbnail img {
  height: auto;
  max-height: 300px;
  margin: 2px auto;
  display: block;
}

.read-more {
  text-align: center;
  margin: 15px 0 0 ;
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1fa0ae;
  font-family: Oswald, Helvetica, Arial, sans-serif;
}

.read-more:hover {
  color: #333;
  text-decoration: underline;
}

.post-footer {
  color: #56b0e9;
  font-size: 1.2em;
  font-weight: 300;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  clear: both;
  padding: 8px 0;
  border: solid #49b0f0;
  border-width: 1px 0 3px;
  margin: 5% 0;
}

footer > span {
  margin-right: 2em;
  font-size: .73em;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

#nav-below a {
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 26px;
    background: #333;
    border: solid #666;
    border-width: 0 0 3px;
}

#nav-below a:hover {
  background: #666;
  border-color: #333;
}

/* comments */

#reply-title, .comments > h2 {
    margin: 0 0 20px;
    padding: 0 0 15px;
    color: #a6a6a6;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 3px solid #333;
}

#comments-box {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
    overflow: hidden;
}


/* header */

.header {
    padding: 3% 0 0;
}


/* logo */

.logo {
    color: #333;
    text-decoration: none;
    font-size: 4.5em;
    line-height: 1em;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

.logo-img {}


/* nav */

.nav {
    float: left;
    width: 100%;
    border: solid #feed35;
    border-width: 3px 0 3px;
    margin: 2% 0;
}

.nav a {
    color: #333;
    display: inline-block;
    padding: 0 6px;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav li::after {
  width: 6px;
  margin: 0 10px;
  content: "/";
  color: #e6e6e6;
  font-size: 1.8em;
  font-family: Arial, Helvetica, sans-serif;
}

.nav li:nth-child(3)::after {
  content: "";
}


.nav a:hover {
    color: #1fa0ae;
}

.nav ul {
    padding: 0;
    list-style: none;
    margin: 0.5em 0 0.5em 2%;
}

.nav ul>li {
    display: inline-block;
    position: relative;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

/* main */

main {
    float: left;
    width: 68%;
}


/* sidebar */

.sidebar {
    float: right;
    width: 30%;
    margin-left: 2%;
}

.sidebar-widget h3 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 3px solid #56b0e9;
    padding-top: 20px;
    font-family: Oswald;
}

.widget_wpcom_social_media_icons_widget ul {
  padding: 0 20px;
}


/* footer */

.footer {
    background-color: #333;
    padding: 15px;
    font-size: .875em;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a6a6a6;
    margin-top: 3em !important;
  /*  float: left; */
    width: 100%;
}

.footer a {
    color: #a6a6a6;
}

.copyright {
  margin-left: 10%;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

#page-title {
margin: 0 40px;
font-size: 16px;
font-size: 2em;
font-weight: 600;
line-height: 1.4;
text-transform: uppercase;
text-align: center;
}

#no-sidebar {
  width: 100% !important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/* buscador */

.search {
  overflow: hidden;
}

.search-input {
  width: 52%;
  float: left;
}

.search-submit {
  float: right;
}


/* botones */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 4px 15px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    line-height: 26px;
    text-transform: uppercase;
    background: #333;
    border: solid #666;
    border-width: 0 0 3px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #666;
  border-color: #333;
}

.sidebar-widget > *{
  margin: 0 0 15px;
  border-bottom: 1px solid #333;
}


/* cajas de texto */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 26px;
    color: #333;
    line-height: 26px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
 input[type="month"], input[type="time"], input[type="week"], input[type="number"],
 input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
 input[type="color"], .uneditable-input {
    display: inline-block;
    height: 1.9em;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
}

#subscribe-email input {
  height: 2.7em;
}


input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
