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

/*
Theme Name:   Programa Japonês Online
Theme URI:    http://beta.programajaponesonline.com.br/
Description:  Portal Programa Japonês Online
Author:       ABC
Author URI:   http://example.com
Template:     twentysixteen
Version:      1.1.4
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  New Wordpress Child Theme
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.tribe-mini-calendar-grid-wrapper {
  display: none;
}

table {
  word-break: keep-all;
}

/******************************************************************************************/
/* INÍCIO - Switch on e off para marcar a lição concluída */
.switch {
  background-size: 100% 100%;
  display: inline-table;
  height: 24px;
  width: 40px;
}

.switch_on {
  background-image: url("img/switch_on.png");
}

.switch_off {
  background-image: url("img/switch_off.png");
}

.switch_wait {
  background-image: url("img/loader-horizontal.gif") !important;
}

/* FIM - Switch on e off para marcar a lição concluída */
/******************************************************************************************/


/******************************************************************************************/
/* INÍCIO - Formulário de antecipação de acesso */
span.wpcf7-list-item {
  display: block !important;
}

.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email] {
  width: 100%;
}

.wpcf7-submit {
  width: 100%;
  background: #ee2c3a;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

/* FIM - Formulário de antecipação de acesso */
/******************************************************************************************/


/******************************************************************************************/
/* INÍCIO - Recursos de feature, buried e like dos comentários */
li.parent.featured {
  border: 2px dashed #ccc !important;
  /* background-color: #caf1cb26 !important; */
  background-color: rgba(203, 241, 204, 0.15) !important;
}

li.parent.featured .comment-meta {
  /*     background-color: #caf1cbe0 !important; */
  background-color: rgba(203, 241, 204, 0.7) !important;
}

.buried {
  display: none;
}

.cld-like-dislike-wrap {
  margin-bottom: 10px !important;
  margin-top: 5px;
  width: 100%;
}

.cld-like-dislike-wrap .cld-common-wrap {
  margin-right: 0px !important;
  float: right;
}

a.cld-like-dislike-trigger {
  /* color: #ee2c3a !important; */
  color: #1671A1 !important;
}

/* FIM - Recursos de feature e like dos comentários */
/******************************************************************************************/


/******************************************************************************************/
/* INÍCIO - cores das classes de palavras */
.colored-words {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

.bg-green-words {
  background-color: #edffed;
  border-color: #a0e4a0;
}

.bg-cian-words {
  background-color: #ebffff;
  border-color: #7fffff;
}

.bg-yellow-words {
  background-color: #ffffcb;
  border-color: #d8d865;
}

.bg-orange-words {
  background-color: #ffebc7;
  border-color: #ffa74f;
}

.bg-pink-words {
  background-color: #f9deec;
  border-color: #ff99cc;
}

.bg-blue-words {
  background-color: #c1d8ef;
  border-color: #359aff;
}

.bg-purple-words {
  background-color: #ede1fc;
  border-color: #bb78ff;
}

/* FIM - cores das classes de palavras */
/******************************************************************************************/


/* Citação em páginas */
.single-box-content>blockquote {
  border-left: 5px solid rgba(0, 0, 0, .05);
  padding: 20px;
  font-style: italic;
  margin: 0 0 25px 20px;
  position: relative;
}

.single-box-content>blockquote>p {
  margin-bottom: 0;
  margin-left: 0;
}

/**********************/

ruby rt {
  font-size: 60%;
}

audio {
  height: 40px;
}

/* para não aparecer a opção de download no player de áudio */
audio::-internal-media-controls-download-button {
  display: none;
}

audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}

audio::-webkit-media-controls-panel {
  width: calc(100% + 35px);
  /* Adjust as needed */
}

img.aligncenter,
.article img.alignnone {
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
  clear: both;
  width: fit-content;
  height: auto;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

.vimeo-player,
.youtube-player,
.jmv-player {
  box-shadow: 0 0 1em #ccc;
  /* max-width: 640px; */
  /* height: auto; */
  margin: 0 auto;


  /* border:3px solid #f4f4f4; */
  /* margin: auto; */
  width: 640px;
  height: 360px;
  max-width: 100%;

  margin-bottom: 25px;
  display: block;
}

@media (max-width:768px) {

  .vimeo-player,
  .youtube-player,
  .jmv-player {
    /* margin-bottom: 25px; */
    width: 400px;
    height: 237px;
  }
}

@media (max-width:480px) {

  .vimeo-player,
  .youtube-player,
  .jmv-player {
    margin-bottom: 20px;
    width: 257px;
    height: 156px;
  }
}

.checklist {
  border: 1px dashed #bba613;
  background: #ffffeb;
  padding-top: 15px;
  padding-bottom: 5px;
}

.play-mp3 {
  background-image: url("img/play.png");
  background-size: 100% 100%;
  display: inline-table;
  height: 8px;
  width: 8px;
  margin-left: 10px;
  cursor: pointer;
}


/******************************************************************************************/
/* INÍCIO - Voltar ao topo */
.back-to-top {
  line-height: 42px;
  font-size: 24px;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  opacity: 0.5;
  position: fixed;
  bottom: 10px;
  left: 20px;
  /* display: none; */
  border-radius: 23px;
  text-align: center;
  color: #fff;
  background: #3b3b3b;
  z-index: 9999;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.back-to-top:hover {
  opacity: 0.8;
}

a.back-to-top:hover,
a.back-to-top:focus {
  text-decoration: none;
  color: #fff;
  outline: none;

}

/* FIM - Voltar ao topo */
/******************************************************************************************/


.content-center table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 98%;
  text-align: left;
  margin-bottom: 25px;
  margin-left: 20px;
  table-layout: fixed;
}

.content-center table th,
.content-center table td {
  padding: 7px 15px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: #f4f4f4;
}

header {
  border-bottom: 1px solid #cccccc;
  border-top: 5px solid #ee2c3a;
  display: table;
  padding: 5px 0 0 0;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}

/******************************************************************************************/
/* INÍCIO - Formulário de login */
.pjo3-login-form {
  padding: 30px 30px 30px 30px;
  background: #fff;
  margin: 0 auto;
  width: 55%;
}

.pjo3-login-form p {
  margin-bottom: 15px;
}

.pjo3-login-form input {
  font-size: 1.3em;
  width: 100%;
  border: none;
  padding: 0.5em;
  background: #f4f4f4;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.pjo3-login-form input[type=checkbox]:checked {
  background: #ee2c3a;
  -webkit-appearance: checkbox;
}

.pjo3-login-form .button-primary {
  background-color: #ee2c3a;
  color: #fff;
  font-weight: bold;
}

.pjo3-login-form #rememberme {
  width: auto;
}

.pjo3-login-form .status {
  display: block;
  color: #ee2c3a;
  margin-bottom: 10px;
}

.pjo3-login-form .lost {
  display: block;
  margin-bottom: 10px;
}

.pjo3-login-form .login {
  display: block;
  margin-bottom: 10px;
}

.pjo3-login-form .pjo3-login-form-remember {
  text-align: left;
  float: left;
  display: block;
}

.pjo3-login-form .pjo3-login-form-forgot {
  text-align: right;
  float: right;
  display: block;
}

.pjo3-login-form h1 {
  float: none;
}

@media (max-width:768px) {
  .pjo3-login-form {
    width: 75%;
  }
}

@media (max-width:480px) {
  .pjo3-login-form {
    width: 100%;
  }

  .pjo3-login-form .pjo3-login-form-remember {
    text-align: center;
    float: none;
    display: block;
  }

  .pjo3-login-form .pjo3-login-form-forgot {
    text-align: center;
    float: none;
    display: block;
    margin-top: 15px;
  }
}

/* FIM - Formulário de login */
/******************************************************************************************/


.content-center {
  display: table;
  margin: 0 auto;
  width: 980px;
}

.logo {
  display: inline;
  float: left;
  max-width: 280px;
}

.user-info {
  position: absolute;
  right: 5px;
  display: inline;
  font-size: 0.7em;
  color: #666666;
}

.user-info a {
  color: #666666;
}

.user-info a:hover {
  color: #ee2c3a;
}

.frontpage-box a,
.single-box-content a,
.single-box-content p a,
.single-box-content li a,
.col-right a {
  /* color: #666666; */
  color: #ee2c3a;
  word-break: break-word;
}

.frontpage-box a:hover,
.single-box-content a:hover,
.single-box-content p a:hover,
.single-box-content li a:hover,
.col-right a:hover {
  /* color: #ee2c3a; */
  color: #666666;
  text-decoration: underline;
}

/* .menu-extra-itens {
  display: none !important; 
} */
@media (max-width:768px) {
  .user-info {
    display: none;
  }

  .menu-extra-itens {
    display: inherit !important;
  }
}

p {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}

/* Separador de menu */
.nav-menu .menu-separator {
  margin-top: 20px;
  pointer-events: none;
  font-weight: bold;
  font-size: 13px;
}

.nav-menu .menu-separator hr {
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 3px 0 0 0;
}

/* Menu modificado 2019 */
.menu-navigation-menu-container {
  float: right;
  margin-top: 32px;
}

.nav-menu li {
  position: relative;
  float: left;
}

.nav-menu li a {
  color: #666666;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 15px;
  display: block;
  border-left: 3px solid #fff;
  white-space: nowrap;
}

.nav-menu li ul li a {
  margin-top: 10px;
}

.nav-menu li a:hover {
  border-left: 3px solid #ee2c3a;
  display: block;
  color: #ee2c3a;
}

.nav-menu .current-menu-item a,
.nav-menu a:hover a,
.current-page-ancestor a {
  display: block;
  visibility: visible;
  opacity: 1;
  color: #ee2c3a;
}

.nav-menu a:hover::after {
  display: block;
  visibility: visible;
  opacity: 1;
}

.nav-menu li ul {
  position: absolute;
  left: -1px;
  background-color: #fff;
  display: none;
  z-index: 5;
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}

.nav-menu li:hover ul,
.nav-menu li.over ul {
  display: block;
}

.nav-menu li ul li {
  display: block;
  width: 100%;
}

.nav-menu li ul li a:hover {
  border-left: 3px solid #ee2c3a;
}

.nav-menu li ul li a:hover::after {
  border-bottom: 1px solid #fff;
}

h1 {
  color: #666666;
  display: table;
  float: left;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 25px;
}

.each-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: table;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.frontpage-box {
  display: table;
  padding: 15px 10px;
  width: 100%;
}

.image-box {
  display: table;
  float: left;
  height: 100px;
  text-align: center;
  width: 12%;
}

.image-box img {
  max-height: 90px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
}

.text-box {
  color: #666666;
  /* float: right; */
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  /* width: 85%; */
}

.text-box span {
  display: table;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
  width: 100%;
}

footer {
  background: #333333 none repeat scroll 0 0;
  display: table;
  margin-top: 30px;
  padding: 25px 0;
  width: 100%;
}

/* para resolver o botão de Suporte que ficava sobre o rodapé */
@media (max-width:1300px) {
  footer {
    margin-bottom: 60px;
  }
}

.footer-widget {
  color: #cccccc;
  display: table;
  float: left;
  padding: 0 3%;
  width: 33.3%;
}

.footer-widget a {
  color: #cccccc;
  display: table;
  width: 100%;
  font-weight: bold;

  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.footer-widget a:hover {
  text-decoration: underline;
}

.footer-widget h2 {
  display: table;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
  line-height: inherit;
}

.footer-widget p {
  color: #cccccc;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

.ul-posts-arhive {
  border-bottom: 1px solid #ccc;
  /* display: none; */
  margin-bottom: 0;
  padding: 0;
}

.topic-box {
  background: #fff none repeat scroll 0 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.title-topic-and-nrposts {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: table;
  padding: 30px 20px;
  position: relative;
  width: 100%;
}

.title-topic-and-nrposts:hover h4 {
  text-decoration: underline;
}

h4 {
  color: #666;
  font-size: 18px;
}

.ul-posts-arhive li {
  border-bottom: 1px solid #f4f4f4;
  display: table;
  padding: 15px 20px 15px 80px;
  position: relative;
  width: 100%;
}

.ul-posts-arhive li:last-child {
  border-bottom: none;
}

.ul-posts-arhive a {
  color: #999999;
  font-size: 14px;
}

.checked {
  background-image: url("img/checked.png");
  background-size: 100% 100%;
  display: table;
  float: left;
  height: 20px;
  left: 35px;
  position: absolute;
  width: 21px;
}

.unchecked {
  background-image: url("img/unchecked.png");
  background-size: 100% 100%;
  display: table;
  float: left;
  height: 20px;
  left: 35px;
  position: absolute;
  width: 21px;
}

.pdf_download {
  background-image: url("img/pdf_download.png");
  background-size: 100% 100%;
  display: table;
  float: left;
  height: 33px;
  left: 28px;
  position: absolute;
  width: 26px;
  top: 7px;
}

.number-posts {
  color: #ff3333;
  display: table;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  position: absolute;
  right: 40px;
  top: 20px;
}

.subcat-single {
  color: #666666;
  display: table;
  float: right;
  font-size: 16px;
  font-weight: bold;
}

.single-box-content {
  background: #fff none repeat scroll 0 0;
  display: table;
  padding: 25px 25px;
  width: 100%;
  margin-bottom: 15px;
}

.single-box-content p {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
  word-break: break-word;
}

h2 {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

h3 {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  margin-left: 20px;
  margin-bottom: 25px;
}

.each-box ul,
.single-box-content ul {
  display: table;
  padding-left: 40px;
  width: 100%;
  margin-bottom: 25px;
}

.each-box ul li,
.single-box-content ul li {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  list-style: initial;
  list-style-type: disc;
  margin-bottom: 10px;
}

/*
#primary ol {
  display: list-item;
  margin-bottom: 25px;
  margin-left: 65px;
  list-style-type: disc;
}
*/
.logo>img {
  height: auto;
  max-width: 100%;
}

.stripes {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 25px;
  top: 28px;
  width: 30px;
}

.stripes>span {
  background: #ccc none repeat scroll 0 0;
  display: table;
  height: 5px;
  margin-bottom: 4px;
  width: 100%;
}

.title-single {
  display: table;
  width: 100%;
}

#logo-modulo {
  width: 300px;
}

@media (max-width:360px) {
  #logo-modulo {
    width: 100%;
  }

}

@media (max-width:1000px) {
  .content-center {
    width: 95%;
  }

  .footer-widget {
    padding: 0 2%;
  }
}

/* @media (max-width:950px){ */
@media (max-width:1000px) {
  .logo {
    float: none;
    margin: 5px auto 30px;
  }

  .menu-navigation-menu-container {
    display: table;
    float: none;
    margin: 0 auto 5px;
  }

  h1 {
    font-size: 21px;
    margin-bottom: 18px;
  }
}

@media (max-width:768px) {
  .menu-navigation-menu-container {
    z-index: 999;
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: table;
    height: 100%;
    left: -300px;
    padding: 30px 10px;
    position: absolute;
    top: 0;
    width: 300px;
  }

  .menu-navigation-menu-container.left {
    left: 0;
  }

  .nav-menu li {
    margin: 10px 10px;
    width: 100%;
  }

  .nav-menu li ul {
    position: inherit;
    display: block;
    border: none;
    left: 0;
  }

  .logo {
    float: left;
    margin: 0;
  }

  .stripes {
    display: table;
  }

  header {
    position: relative;
  }

  h1 {
    font-size: 18px;
  }

  .text-box span {
    font-size: 15px;
  }

  .footer-widget {
    margin-bottom: 20px;
    width: 100%;
  }

  .footer-widget:last-child {
    margin-bottom: 0;
  }

  .title-topic-and-nrposts {
    padding: 20px 15px;
  }

  .number-posts {
    right: 20px;
    top: 10px;
  }

  .frontpage-box {
    padding: 10px;
  }

  .topic-box {
    margin-bottom: 15px;
  }

  .content-center table {
    table-layout: auto;
  }
}

@media (max-width:480px) {
  header {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 16px;
    margin-left: 10px;
  }

  .image-box {
    float: none;
    height: 100px;
    margin: 0 auto;
    width: 20%;
  }

  .text-box {
    margin-top: 0;
    /* width: 100%; */
  }

  h4 {
    font-size: 16px;
  }

  .ul-posts-arhive li {
    padding: 12px 15px 12px 50px;
  }

  .checked {
    left: 20px;
  }

  .unchecked {
    left: 20px;
  }

  .single-box-content {
    padding: 15px;
  }

  .single-box-content p {
    margin-bottom: 20px;
    margin-left: 0;
  }

  /* Citação em páginas */
  .single-box-content>blockquote {
    margin: 0 0 20px 0;
  }

  /**********************/

  .single-box-content h3 {
    margin-left: 0;
  }

  #breadcrumbs {
    font-size: 0.9em !important;
    margin-left: 10px;
    padding: 0 0 15px 0 !important;
    line-height: 1.3;
  }

  .content-center table {
    margin-left: 0;
  }

  .each-box ul,
  .single-box-content ul {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 1em;
  }

  /* .single-box-content ul li {
    font-size: 1em;
  } */

  /* #primary ol {margin-bottom: 20px;margin-left: 30px;} */
  .subcat-single {
    float: left;
    margin-bottom: 20px;
  }

  .each-box {
    margin-bottom: 15px;
  }

  .logo {
    float: left;
    margin: 0 0 0 10px;
  }

  .content-center {
    width: 100%;
  }
}

#comments ol.comment-list {
  margin-left: 0;
  list-style-type: none;
}

#comments li.depth-1 {
  border: 1px dashed #ccc;
  padding: 0.5em;
  margin: 0 0 1.1em 0;
}

#comments ol.children {
  list-style-type: none;
  margin-left: 1.1em;
  margin-bottom: 0px;
}

#comments .comment-content {
  padding: 0.5em;
}

#comments footer {
  background: #f4f4f4;
  padding: 0.5em;
  color: #000;
  margin: 0;
}

#comments .comment-reply-link {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #999;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

#comments .comment-reply-link:hover,
#comments .comment-reply-link:focus {
  border-color: currentColor;
  color: #ee2c3a;
  outline: 0;
}

#comments .reply {
  text-align: right;
  margin: 0 10px 10px 0;
}

#comments .comment-author {
  float: left;
}

#comments .comment-metadata,
#respond h3 small {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
  float: right;
}

#respond h3 small {
  font-weight: initial;
}

#comments .comment-metadata a time {
  display: none;
}

#comments .comment-metadata a,
#respond h3 small a {
  color: #999;
}

#comments .comment-metadata a:hover,
#comments .comment-metadata a:focus,
#respond h3 small a:hover,
#respond h3 small a:focus {
  color: #333;
}

#comments .comment-metadata .edit-link {
  display: inline-block;
}

#comments .comment-metadata .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
  display: none;
}

#comments input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

#comments input[type="submit"],
#comments input[type="submit"][disabled]:hover,
#comments input[type="submit"][disabled]:focus {
  background: #333;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

#comments input[type="submit"]:hover,
#comments input[type="submit"]:focus {
  background: #ee2c3a;
}

#comments input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

#comments textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  font-size: 1.2em;
  border: solid 1px #ccc;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#comments textarea:focus {
  outline: none !important;
  border-color: #ee2c3a;
  -moz-box-shadow: 0 0 5px #ee2c3a;
  -webkit-box-shadow: 0 0 5px #ee2c3a;
  box-shadow: 0 0 5px #ee2c3a;
}

#commentform p {
  margin-left: 0;
}


/* Para desabilitar a visualização do Membership Level nos dados da conta
   Recurso temporário até corrigirem o bug em versões futuras */
#account-membership {
  display: none;
}

#breadcrumbs {
  /* list-style:none; */
  margin-bottom: 0 !important;
  padding: 0 0 10px 0;
  overflow: hidden;
  /* display: table-caption !important; */
  /* position: absolute; */
  /* top: 117px; */
  width: auto !important;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs strong {
  color: #666666;
  font-size: 0.9em;
}

#breadcrumbs a:hover {
  color: #ee2c3a;
  /* font-size: 0.9em; */
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  /* font-size: 0.9em; */
  margin-bottom: 0 !important;
  line-height: 0 !important;
}

#breadcrumbs .separator {
  font-weight: 100;
  color: #ccc;
  font-size: 0.9em;

}


/******************************************************************************************/
/* INÍCIO - Estilização colunas - Por Fred */

.col-left {
  float: left;
  width: 680px;
}

.col-right {
  float: left;
  width: 285px;
  margin-left: 15px;
  margin-top: 50px;
  display: table;
  display: none;
}

#sidebar-lateral-direita {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 15px 10px;
}

.top-buttons {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin-bottom: 15px;
}

.content-area.with-side-right {
  width: 980px;
  margin: auto;
}

@media (max-width:1000px) {
  .col-right {
    margin-top: 39px;
  }
}

@media (min-width: 769px) and (max-width:1000px) {
  .content-area.with-side-right {
    width: 100%;
    /*padding: 0px 20px;*/
  }

  .col-left {
    /*float: none;*/
    width: 65%;
    margin-left: 10px;
  }

  .col-right {
    /*float: none;*/
    width: 31%;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-width:768px) {
  .content-area.with-side-right {
    width: 100%;
    padding: 0px 20px;
  }

  .col-left {
    float: none;
    width: 100%;
    margin: 0;
  }

  .col-right {
    float: none;
    width: 100%;
    margin: 0;
  }

  h1 {
    margin-left: 10px;
    margin-top: 15px;
  }
}

@media (max-width:480px) {
  .content-area.with-side-right {
    width: 100%;
    padding: 0px 0px;
  }
}

/* FIM - Estilização colunas - Por Fred */
/******************************************************************************************/


/******************************************************************************************/
/* INÍCIO - ocultar itens e parâmetros de link para perfis de outros usuários no fórum */
.avatar-14 {
  display: none !important;
}

.bbp-author-link,
.bbp-author-name,
.bbp-author-avatar {
  cursor: pointer !important;
  pointer-events: none !important;
  text-decoration: none !important;
}

/* FIM - ocultar itens e parâmetros de link para perfis de outros usuários no fórum */
/******************************************************************************************/


/******************************************************************************************/
/* INÍCIO - Ocultar itens na impressão */
@media print {
  body {
    background: #fff !important;
  }

  /* .title-single.comments {
		page-break-before: always;
	} */
  .back-to-top,
  .stripes,
  .user-info,
  .menu-navigation-menu-container,
  footer,
  .tools,
  .kanji_text,
  .kana_text,
  .portuguese_text,
  .portuguese_none,
  #audio-text,
  iframe,
  .play-mp3,
  audio,
  .card,
  .expand-card,
  .play-audio,
  .portuguese,
  .japanese,
  .texts {
    display: none !important;
  }

  .title-single.comments,
  #comment-tools,
  .avatar,
  .cld-like-dislike-wrap,
  .feature-burry-comments,
  .comment-metadata,
  .reply,
  .comment-respond {
    display: none !important;
  }

  footer.comment-meta {
    display: table !important;
    page-break-inside: avoid;
  }

  #comments li.depth-1 {
    border-color: #333 !important;
  }

  .single-box-content {
    padding: 0 !important;
  }

  .content-center {
    margin: 0 !important;
    width: 100% !important;
  }

  h1 {
    font-size: 25px;
    margin: 0 0 25px 0 !important;
  }
}

/* FIM - Ocultar itens na impressão */
/******************************************************************************************/