@charset "UTF-8";
/*

Theme Name: K2M - Diretoria de Educa├º├úo
Theme URI: http://k2m.com.br
Author URI: http://k2m.com.br
Author: K2M Solu├º├╡es
Description: Tema desenvolvido pela K2M para a Secretaria da Educa├º├úo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: K2M - Secretaria da Educa├º├úo
Tags:

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.

k2msec is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.entry-content:before, .entry-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.comment-content:before, .comment-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.site-header:before, .site-header:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.site-content:before, .site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Make sure select elements fit in widgets. */
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline, .updated:not(.published) {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Tabela Atribui├º├úo de Aulas
## Cesar Nalio
--------------------------------------------------------------*/
.atribuicao-page-title {
    font-size: 18px;
    padding: 10px 0;
    font-family: 'AllerBold';
}

.text-center {
    text-align: center;
}

.atribuicao table {
    border-collapse: separate;
    border-top: 1px #DDDDDD solid;
    border-left: 1px #DDDDDD solid;
    width: 100%;
}

.atribuicao table a:hover {
    text-decoration: none;
}

.atribuicao table th, .atribuicao table td.anexos {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #efefef));
}

.atribuicao table th, .atribuicao table td {
    border-left: 1px #FFFFFF solid;
    border-right: 1px #DDDDDD solid;
    border-bottom: 1px #DDDDDD solid;
    padding: 5px;
    vertical-align: middle;
    font-family: 'AllerBold';
    color: #555555;
}

.atribuicao .asc span.sorting:before, .atribuicao .desc span.sorting:before, .atribuicao .asc-over span.sorting:before, .atribuicao .desc-over span.sorting:before {
    content: " ";
    font: 400 20px/1 dashicons;
    speak: none;
    display: inline-block;
    padding: 0;
    top: -4px;
    left: -8px;
    line-height: 10px;
    position: relative;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    color: #444;
    margin-left: 5px;
    background: url(img/arrow-order-up.png) no-repeat;
    width: 8px;
    height: 6px;
    margin-left: 15px;
}

.atribuicao .desc span.sorting:before, .atribuicao .desc-over span.sorting:before {
    content: " ";
    background: url(img/arrow-order-down.png) no-repeat;
}

.atribuicao .asc-over a:hover ~ span.sorting:before {
    content: " ";
    background: url(img/arrow-order-down.png) no-repeat;
}

.atribuicao .desc-over a:hover ~ span.sorting:before {
    content: " ";
    background: url(img/arrow-order-up.png) no-repeat;
}

.atribuicao .dashicons-format-aside {
    background: url(img/doc-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    padding: 18px;
    background-position: 9px;
}

.atribuicao .dashicons-format-aside:before {
    content: "\00a0\00a0\00a0\00a0";
}

@media screen and (max-width: 600px) {
    .atribuicao table {
        width: 100%;
    }

    .atribuicao thead {
        display: none;
    }

    .atribuicao tr:nth-of-type(2n) {
        background-color: inherit;
    }

    .atribuicao tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 1.3em;
    }

    .atribuicao tbody td {
        display: block;
        text-align: center;
    }

    .atribuicao tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }
}

.debug * {
    border: 1px solid !important;
}

.campanha.eleitoral {
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfdfdf+100 */
    background:     #dfdfdf; /* Old browsers */
    background:   -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10-25,Safari5.1-6 */
    background:     -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6-15 */
    background:     linear-gradient(to bottom, #ffffff 0%,#dfdfdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
}

.campanha.eleitoral img {
    margin: 10px auto;
    display: block;
}

.campanha.eleitoral .desc {
    padding-top: 40px;
}