.grid-pad {
    padding-top: 0;
}

[class*="mobile-col-"] {
    margin: 0;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300|Open+Sans);

html {
    font-size: 62.5%;
}

body {
    color: #222;
    font-family: roboto, helvetica, arial, sans-serif;
}

h1, h2, h3, h4, nav {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-weight: normal;
}

p, ul {
    padding: 0;
    margin: 0;
}

html {
    background: #CEEEFF;
}

body {
    background: linear-gradient(to bottom, rgba(182, 230, 255, 1) 0%, rgba(206, 238, 255, 1) 50%);
}

.allw {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 40px auto 5px;
    max-width: 1140px;
    overflow: visible;
    width: 100%;
}

.grid-wrapper {
    padding: 0;
    max-width: 1140px;
    overflow: visible;
    width: 100%;
}

.grid-wrapper:after {
    clear: both;
    content: "";
    display: table;
}

.grid-wrapper > div:nth-last-child(1) {
    padding-right: 0;
}

.headw {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

header.site-header {
    height: 120px;
    padding: 0;
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.site-title {
    float: left;
    height: 120px;
    line-height: 120px;
    padding: 0 10px;
    opacity: 0.9;
}

header.site-header img {
    height: 80px;
    vertical-align: middle;
}

.menu-toggle {
    display: none;
}

.menu-principal-container {
    float: left;
    margin-left: 20px;
}

.menu-principal-container li {
    list-style: none;
    display: inline-block;
}

.menu-principal-container a {
    display: inline-block;
    border-bottom: 6px solid #222;
    height: 120px;
    line-height: 100px;
    font-size: 2.4rem;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 15px 0;
    margin: 0 3px;
    transition: border-bottom-width 300ms ease;
}

.menu-principal-container a img {
    vertical-align: middle;
    height: 50px;
}

.menu-principal-container a:hover {
    color: #000;
    border-bottom: 10px solid #000;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3),
    0px 3px 5px rgba(0, 0, 0, 0.1);
    transition: border-bottom-width 100ms ease;
}

.menu-principal-container .current-menu-item a {
    border-bottom: 10px solid #0099F1;
    color: #0099F1;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3),
    0px 3px 5px rgba(0, 0, 0, 0.1);
}

header.site-header img {
    max-width: 100%;
}

.footw {
    background: #222222;
    max-width: 1140px;
    margin: 0 auto;
}

footer.site-footer {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    color: #ccc;
    padding: 20px;
    min-height: 60px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.1rem;
}

footer.site-footer a, footer.site-footer a:visited {
    color: #fff;
    text-decoration: none;
}

footer.site-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.sidebar {
    min-height: 50vh;
}

.content {
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: relative;
    font-size: 1.4rem;
}

/*.content h1, .content h2, .content h3, .content h4, .content p, .content ul {*/
/*padding-left: 40px;*/
/*padding-bottom: 10px;*/
/*}*/
.content ul {
    list-style-position: inside;
}

.content li {
    padding-left: 20px;
}

.content .grid {
    padding-bottom: 20px;
}

.content h2, .content .h2 {
    font-size: 2.6rem;
}

.content h3 {
    font-size: 2.2rem;
}

.main {
    background: #fff;
    min-height: 60vh;
}

article {
    margin-bottom: 40px;
}

article .entry-header .header-img {
    position: relative;
    height: 150px;
    overflow: hidden;
    border-left: 10px solid #0099F1;
}

article .entry-header .header-img img.bis {
    filter: blur(10px);
    left: 50%;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    z-index: 0;
    transition: width 1s ease;
}

.main.post-list article:hover .entry-header .header-img img.bis {
    width: 125%;
    transition: width 5s ease;
    transition-delay: 100ms;
}

article .entry-header div.header-img img.main-img {
    max-height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 80%;
    z-index: 1;
}

.main.post-list article h2.entry-title, .wiki .main h1, .main.post-solo article h1.entry-title, .post-list .page-header h1 {
    font-size: 3.2rem;
    line-height: 1.1em;
    padding-left: 10px;
    padding-top: 15px;
    border-left: 10px solid #0099F1;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
}
.post-list .page-header h1 {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.main.post-solo article.page h1.entry-title {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.main.post-list article h2 a, .main.post-solo article h1 a {
    color: #222;
    text-decoration: none;
}

.main.post-list article h2 a:hover, .main.post-solo article h1 a:hover {
    color: #0099F1;
}

.main.post-solo article .entry-content h1, .main.post-solo article .entry-content h2, .main.post-solo article .entry-content h3, .action-list h1.entry-title {
    font-size: 3.2rem;
    line-height: 1.1rem;
    padding: 15px 10px;
    margin-bottom: 10px;
    border-left: 10px solid #0099F1;
    font-variant: small-caps;
}

.main.post-solo article .entry-content h2 {
    font-size: 2.8rem;
}

.main.post-solo article .entry-content h3 {
    font-size: 2.2rem;
}

.main.post-solo article .entry-content ul, .main.post-solo article .entry-content p, .main.post-solo article .entry-footer p {
    padding-left: 23px;
}

.main article .entry-meta {
    padding: 5px 0 10px 12px;
    border-left: 10px solid #0099F1;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.2rem;
    color: #999;
}

.main article .entry-meta a {
    color: #999;
    text-decoration: none;
}

.main article .entry-meta a:hover {
    color: #111;
}

.main.post-list article .entry-content {
    padding-left: 23px;
    font-size: 1.4rem;
    padding-top: 1.6rem;
}

.main.post-list article .entry-footer-more {
    padding-left: 23px;
    text-align: right;
    font-size: 1.4rem;
}

.main article .entry-more {
    text-align: right;
}

.main article .entry-more a {
    color: #0099F1;
    text-decoration: none;
}

.main article h1 a:link, .main article h1 a:visited {
    color: #222222;
    text-decoration: none;
}

.main article h1 a:hover, .main article h1 a:active {
    color: #0099F1;
}

.main article .entry-content img {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.main p, .main ul {
    padding-bottom: 2rem;
}

#comments {
    margin-top: 20px;
}

#comments .comment-reply-title, #comments .comments-title {
    padding: 10px 15px 10px;
    border-left: 10px solid #0099F1;
    margin-bottom: 20px;

}

#comments .comment-respond form {
    padding-left: 23px;
}

.main .cat {
    font-size: 1.4rem;
}

.widget-area {
    margin-top: 50px;
    padding-left: 10px;
}

aside {
    margin-bottom: 20px;
    font-size: 1rem;
}

aside h1 {
    display: inline;
    font-size: 2em;
    line-height: 3rem;
    /*padding-left: 3px;*/
    border-bottom: 3px solid #0099F1;
}

aside p {
    padding: 10px;
    font-size: 1.2em;
}

aside p.more {
    text-align: center;
}
aside p img {
    max-width: 100%;
}
nav.posts-navigation {
    padding: 0 0 40px 20px;
}
nav.posts-navigation a {
    color: #333;
    text-decoration: none;
}
nav.posts-navigation a:hover {
    text-decoration: underline;
    color: #000;
}
a.btn-more {
    display: inline-block;
    padding: 0 1rem;
    line-height: 3.4rem;
    height: 3.7rem;
    min-width: 10rem;
    background: #3AB4F6;
    color: #fff;
    border: 1px solid #51C0FC;
    border-bottom-color: #006CA6;
    border-right-color: #006CA6;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    margin: 0.5rem 0 0.2rem;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.1rem;
}

aside a.btn-more:hover {
    background: #0099F1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

aside a.btn-more:hover {
    background: #3AB4F6;
}

a.btn-more.btn-light {
    color: #0099F1;
    background: none;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: 0.1rem;
    border: 1px solid #51C0FC;
    padding: 0 1rem;
    line-height: 3.5rem;
}

a.btn-more.btn-light:hover {
    background: #51C0FC;
    box-shadow: none;
    color: #fff;
}

.action-list .grid {
    margin-top: 3rem;
}

.action-list .action {
    width: 100%;
    max-width: 400px;
    border-left: 10px solid #0099F1;
    padding: 1rem 1rem 0 2rem;
    margin: 1rem 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.action-list h2 {
    font-variant: small-caps;
}

.action-list .action .action-link {
    text-align: right;
}

.action-list .action .action-link a {
    display: inline-block;
    background: #0099F1;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 5px;
}

@media handheld, only screen and (max-width: 1135px) {
    .menu-principal-container a {
        font-size: 2.2rem;
    }
}

@media handheld, only screen and (max-width: 1090px) {
    .menu-principal-container a {
        font-size: 2rem;
    }
}

@media handheld, only screen and (max-width: 1060px) {
    .menu-principal-container a {
        font-size: 1.8rem;
    }
}

@media handheld, only screen and (max-width: 972px) {
    .menu-principal-container {
        display: none;
    }

    header.site-header {
        overflow: visible;
    }

    .menu-toggle {
        display: block;
        background: #fff;
        border: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 2.4rem;
        color: #222;
        border-bottom: 6px solid #222;
        height: 120px;
        line-height: 100px;
        text-transform: uppercase;
        padding: 20px 15px 0;
        margin: 0 3px;
        box-shadow: none;
        border-radius: 0;
        transition: border-bottom-width 300ms ease;
    }

    .menu-toggle:hover {
        color: #000;
        border-bottom: 10px solid #000;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3),
        0px 3px 5px rgba(0, 0, 0, 0.1);
        transition: border-bottom-width 100ms ease;
    }

    .toggled .menu-principal-container {
        display: block;
        position: absolute;
        top: 110px;
        left: -20px;
        right: 0;
        float: none;
        z-index: 99;
        width: 100%;
        border-top: 10px solid #222;
        padding: 0;
    }

    .menu-principal-container li {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
    }

    .menu-principal-container a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #222;
        height: 120px;
        line-height: 100px;
        font-size: 2.4rem;
        color: #222;
        text-decoration: none;
        text-transform: uppercase;
        padding: 20px 15px 0;
        background: #fff;
        margin: 0;
    }

}
