/*
Theme Name: Metabolismo pleno energia
Theme URI: http://www.jamodules.com/
Author: Jose Aguilar
Author URI: http://www.jamodules.com/
Description: Flexbox Theme
Version: 1.1
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: jose-aguilar

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    color: #404040;
    font-family: Lucida Sans Unicode,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    display: initial;
    background: #f1f1f1;
}

a {
    color: #C60000;
}

a:hover {
    color: #404040;
    text-decoration: none;
}

#header {
    background: #F9B03D;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: 7px;
    padding-bottom: 7px;
}

#searchform {
    position: relative;
}

#searchform input[type="text"] {
    display: inline;
    padding: 0 13px;
    height: 35px;
    margin-right: 1px;
    width: 100%;
}

#searchform button {
    position: absolute;
    top: 7px;
    right: 3px;
    border: none;
    background: none;
}

main {
    /*max-width: 1140px;
    margin: 0 auto;*/
    margin-top: 60px;
}

#index main {
    margin-top: 30px;
}

#index h2 {
    text-align: center;
}

#homecarousel img {
    width: 100%;
}

.news {
    margin-bottom: 20px;
}

h3.post-title {
    font-size: 1rem;
}

.breadcrumb {
    background: none;
    padding: 0;
}

.post-content {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #C60000;
}

.post-excerpt a {
    color: #404040;
}

/*single*/
#single article {
    margin-bottom: 20px;
}

#single .featured-image {
    margin-bottom: 25px;
}

.card {
    margin-bottom: 25px;
}

.card h1 {
    font-size: 1.2rem;
}

.card h5 {
    font-size: 1.2rem;
}

#archive h1 {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.media {
    background: #fff;
    padding: 10px;
    min-height: 200px;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.media h5 {
    font-size: 1rem;
}

/*.flex-container {
    display:flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
}

.flex-container div.post-container {
    flex: 0 1 calc(80% - 1rem);
}

.flex-container div.sidebar {
    flex: 0 1 calc(20% - 1rem);
}

.breadcrump-container {
    flex: 1;
}*/

/*footer*/
#footer {
    padding-top: 0px;
}

.footer-container {
    margin-top: 0px;
    box-shadow: none;
    padding-top: 1.25rem;
    background-color: #fff;
}

.footer-menu {
    display:flex !important;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding-left: 0;
}

.footer-menu li {
    width: auto;
    margin-bottom: .3125rem;
}

/*.footer-container li a {
    font-size: .875rem;
}*/



@media only screen and (max-width:767px) {
    .carousel {
        margin-top: 75px;
    }

    .logo {
        text-align: center;
    }
}


@media only screen and (max-width:480px) {
    .carousel {
        margin-top: 75px;
    }

    .logo {
        text-align: center;
    }

    .media {
        display: block;
    }

    .media img {
        width: 100%;
        height: auto;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
}