/*
* RevistaLing.css
*
* *
Theme Name: Revista Intransitiva
Author: IGEAD Design
Author URI: http://www.igead.com.br/
Description: Tema criado para Revista LinguÃƒÆ'Ã‚Âstica.F
Version: 1.7
* PKP-wide shared stylesheet.
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* = General Styles
--------------------- */
body {
  background: #fff;
}

table.listing tr.fastTracked {
  background-color: #fff;
}

a {
  color: #2c75a4;
}

a:link {
  color: #000;
}

a:active {
  color: #000;
}

a:visited {
  color: #ddd;
}

a:hover {
  color: #000;
  background: transparent;
}

input.defaultButton {
  color: #000000;
}

input.defaultButton {
  background-color: #000;
}

input.defaultButton {
  color: #000000;
}

li,
dd {
  margin-bottom: 7px;
  line-height: 1.3em;
  padding-left: 15px;
}

a ul {
  color: #000;
  padding-top: 15px;
}

#main h2 {
  padding-bottom: 5px;
}

/* = Header and Footer
--------------------- */
#header {
  padding-bottom: 5px;
  height: 105px;
  margin: 0 auto;
  background-color: #f2f4f2;
}

#headerTitle {
  text-align: left !important;
  margin: 0 auto;
}

#headerTitle h1 {
  padding: 0px 0px 0px 7% !important;
}

#navbar {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 7px 0 7px 7%;
  margin-top: 0;
  margin-left: 0;
  background-color: #b5cedf !important;
  -moz-box-shadow: 1px 1px 1px #b5cedf;
  -webkit-box-shadow: 1px 1px 1px #b5cedf;
  box-shadow: 1px 1px 1px #b5cedf;
  border: none 5px #b5cedf;
}

#navbar a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  padding-left: 35px;
}

#navbar a:hover {
  color: #2c75a4;
}

ul.menu li {
  padding-right: 0;
  padding-left: 1.5 em;
  padding-top: 5px;
}

#main {
  margin: 0 auto;
  padding: 2% 10%;
  width: 48%;
}

#main h2,
h3 a {
  color: #337aa7;
  font-family: "Open Sans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
}

#content {
  border: none;
  padding-top: 0px;
  margin-top: -20px;
}

#content h3 {
  padding-top: 15px;
}

#sidebar {
  margin-top: 20px;
}

#sidebar #rightSidebar {
  margin: 0;
  width: 15%;
  padding: 50px 12% 2% 0%;
}

#footer {
  background-color: #ccc;
}

/* = Body
--------------------- */
#body {
  background: #fcfcfc;
  /* width: 80%; */
  width: 100%;
  margin: 0px auto;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.3em;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

#container {
  width: 100% !important;
  min-width: 730px !important;
  margin: 0px auto;
  text-align: center;
}

at,
a:visited,
a:link {
  color: #337aa7;
  text-decoration: none;
}

a:hover,
a:visited:hover,
a:link:hover {
  color: #666;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2em;
  color: #337aa7;
}

input [type="text"],
input [type="password"],
textarea,
textarea.textArea,
select,
select.selectMenu {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 5px;
  outline: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Helvetica,
    sans-serif;
  box-shadow: inset 0 0 10px #f0f0f0;
}

input [type="text"]:focus,
input [type="password"]:focus,
textarea:focus,
textarea.textArea:focus,
select:focus,
select.selectMenu:focus {
  border: 1px solid #bbb;
  box-shadow: inset 0 0 0 #fff;
}

input [type="submit"],
input [type="button"],
.button {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #337aa7;
  border: none;
  padding: 7px 9px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em !important;
}

input [type="submit"]:hover,
input [type="button"]:hover,
.button:hover {
  background: #58595b;
  cursor: point;
}

textarea {
  min-height: 100px;
  resize: none;
}

#sidebar div.block {
  padding: 2px;
  margin-top: -20px;
}

#sidebar div.block span.blockTitle {
  text-transform: none;
  font-family: "BitstreamVeraSansMonoBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 16px;
  padding-top: 25px;
}

.blockTitle {
  border-bottom: solid 1px #b5cedf;
  /* -moz-box-shadow: 1px 1px 1px #000000;
 -webkit-box-shadow: 1px 1px 1px #000000;
 box-shadow: 1px 1px 1px #000000;
 border: none 5px #000000;
 -moz-border-radius-topleft: 8px;
 -moz-border-radius-topright: 8px;
 -moz-border-radius-bottomleft: 8px;
 -moz-border-radius-bottomright: 8px;
 -webkit-border-top-left-radius: 8px;
 -webkit-border-top-right-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
*/
}

/* = Home
--------------------- */
table.announcements td.headseparator,
table.announcements td.endseparator {
  border-top: none;
}

#content #announcementsHome h3 {
  color: #2772a2;
  font-family: "Open Sans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  margin-bottom: none;
}

table.announcements td {
  padding: 0.25em 0;
}

.topo-home {
  margin-top: -54px;
}

/* = PÃƒÆ'Ã † â € ™ Ãƒâ € Ã ¢ â‚¬â „¢ ÃƒÆ'Ã ¢ â‚¬Å¡Ãƒâ € šÃ‚Â¡gina da EdiÃƒÆ'Ã † â € ™ Ãƒâ € Ã ¢ â‚ ¬â „¢ ÃƒÆ'Ã ¢ â‚¬Å¡Ãƒâ € šÃ‚Â§ÃƒÆ'Ã † â € ™ Ãƒâ € Ã ¢ â‚¬â„ ¢ ÃƒÆ'Ã ¢ â‚¬Å¡Ãƒâ € šÃ‚Â £ o da Revista #00238C
--------------------- */
#content #issueDescription {
  overflow: hidden;
  display: block;
}

#content #issueDescription img,
#content .issueDescription img {
  width: 250px;
  float: left;
  margin: 0 20px 20px 0;
}

table.listing tr.fastTracked {
  background-color: #000;
}

a {
  color: #337aa7;
}

a:link {
  color: #000;
}

a:active {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

input.defaultButton {
  color: #000;
}

body {
  background-color: #fff;
}

input.defaultButton {
  background-color: #ddd;
}

body {
  color: #000;
}

input.defaultButton {
  color: #000;
}

.steplist {
  padding: 10px;
}

/* Modifications made at: 26/01, 09/02, 08/03 of 2021 */
* {
  font-family: 'Rubik', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px !important;
  font-weight: bold !important;
}

h2 { 
  color: #365989 !important;
}

h3,
h4,
h5,
h6,
h3 a,
h4 a,
h5 a,
h6 a { 
  color: #24779F !important;
}

a {
  transition: color .2s ease-in;
}

/* all the links, except the ones at the navbar */
a:not(#navbar a)  {
  color: #365989 !important;
}

a:hover {
  color: #6fc8d8 !important;
}

select,
textarea,
/* all the inputs, except the buttons, that are also inputs */
input:not([type=button], [type=submit]) {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 4px 3px rgb(0 0 0 / 3%), 4px 4px 3px rgb(0 0 0 / 3%) !important;
  border-radius: 4px;
}

#header {
  background-color: #6fc8d8;
}

#headerTitle h1 img {
  width: 330px;
  height: 82.5px;
  margin: 12.5px 0 0 40px;
}

#navbar {
  background-color: #365989 !important;
}

#rightSidebar a {
  color: #365989;
}

#rightSidebar .button {
  margin-top: 10px;
}

.blockTitle {
  border-bottom: 1px solid #365989;
}

.button {
  background-color: #365989 !important;
  color: #ffffff !important;
  cursor: pointer;
}

.button:hover {
  background-color: #6fc8d8 !important;
  color: #ffffff !important;
}

#journalDescription p {
  text-align: justify;
}

#content .menu li a {
  font-size: 12px !important;
}