/*
=================================================================================
Theme Name: ProMag
Theme URI: https://mightywp.com/themes/promag-wordpress-theme/
Author: Mighty WP
Author URI: https://mightywp.com/
Description: ProMag is a magazine-style theme.
Version: 0.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: promag
Tags: theme-options, translation-ready, blog, light, two-columns, responsive-layout, custom-menu, magazine, news, clean

=================================================================================

1.  Reset
2.  Global
3.  Typography
4.  Elements
5.  Link Elements
6.  Form Elements
7.  Menus
8.  Navigation
9.  Header
10. Content
11. Sidebar
12. Footer

===================================================================== */

/* 1. Reset
===================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* 2. Global
===================================================================== */

html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
}

body {
  background-color: #ededed;
}

input {
  border: 0 none transparent;
}

#container {
  clear: both;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  overflow: hidden;
  background-color: #fff;
}

.content {
  margin: 20px 0px 10px 0px;
}

.inner-content {
  width: 92%;
  margin: 0 auto;
}

/* 1024 Screens landscape tablets */
@media only screen and (min-width: 1000px) {
  #container {
    width: 950px;
  }

  .content {
    width: 79%;
    float: left;
    border-right: 1px dotted #e2e2e2;
  }
}
/* /1024 Screens landscape tablets */

/* Portrait Tablets */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #container {
    width: 99%;
  }

  .content {
    width: 100%;
    float: none !important;
  }
}
/* /Portrait Tablets */

/*  Portrait Mobiles */
@media only screen and (max-width: 767px) {
  #container {
    width: 99%;
  }

  .content {
    width: 100%;
    float: none !important;
  }
}
/*  /Portrait Mobiles */

/* Landscape Mobiles */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #container {
    width: 99%;
  }

  .content {
    float: none !important;
  }
}
/* /Landscape Mobiles */

/* 3. Typography
===================================================================== */

em {
  font-style: italic;
}
strong {
  color: #f90;
}

h1 {
  padding: 10px 28px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #4bbdf0;
  font-size: 18px;
  line-height: 25px;
  color: #4bbdf0;
  background-image: url(images/bullet_novo.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-family: "PT Serif", serif;
}

h2 {
  font-size: 1.9em;
  font-family: "PT Serif", serif;
  line-height: 1.3em;
  color: #f90;
}

h3 {
  padding: 10px 28px;
  margin: 0px;
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  background-image: url(images/bgcursos.gif);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #a9d238;
}

h4 {
  padding: 10px 28px;
  margin-top: 5px;
  margin-bottom: 22px;
  border-left: 1px solid #4bbdf0;
  border-bottom: 1px solid #4bbdf0;
  color: #4bbdf0;
  font-size: 2.5em;
  font-family: "PT Serif", serif;
  background-image: url(images/bulletnoticias.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

/* 4. Elements
===================================================================== */

/* 5. Link Elements
===================================================================== */

/* 6. Form Elements
===================================================================== */

/* 7. Menus
===================================================================== */

/* 8. Navigation
===================================================================== */

/* 1024 Screens landscape tablets */
@media only screen and (min-width: 1000px) {
  nav {
    width: 950px;
    margin: 0 auto;
  }

  .navmobile {
    display: none;
  }
}
/* /1024 Screens landscape tablets */

/* Portrait Tablets */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  nav {
    width: 99%;
    margin: 0 auto;
  }

  .navmobile {
    display: none;
  }
}
/* /Portrait Tablets */

/*  Portrait Mobiles */
@media only screen and (max-width: 767px) {
  nav {
    display: none;
  }
}
/*  /Portrait Mobiles */

/* Landscape Mobiles */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  nav {
    display: none;
  }

  .navmobile {
  }
}
/* /Landscape Mobiles */

nav {
  clear: both;
  padding: 0px;
  text-align: left;
  background: #b4b4b4;
}

/* prevents sub ul to show */
nav ul ul {
  display: none;
}

/* shows sub ul if hover */
nav ul li:hover > ul {
  display: block;
}

nav ul {
  position: relative;
  display: inline-table;
  list-style: none;
}

nav ul:after {
  content: "";
  clear: both;
  display: block;
}

nav ul li {
  float: left;
  text-align: center;
  display: block;
}

/*
  nav > li:first-child {
      content: "";
  }

  nav ul li::before {
      content: "/";
  }
  */

nav ul li a {
  height: 34px;
  line-height: 34px; /* to make sure text is vertically aligned */
  display: block;
  padding: 0 18px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

nav ul li:hover a {
  text-decoration: none;
}

nav ul li ul {
  padding: 0;
  position: absolute;
  top: 100%;
  background: #eef6d7;
}

nav ul li ul li {
  float: none;
  position: relative;
}

/*
  nav ul li ul li::before {
      content: "";
  }
  */

nav ul li ul li a {
  height: 28px;
  line-height: 28px; /* to make sure text is vertically aligned */
  color: #454f52;
  font-size: 12px;
  text-transform: none;
  border-bottom: 1px solid #a9d238;
  border-left: 1px solid #a9d238;
  border-right: 1px solid #a9d238;
}

nav ul li ul li a:hover {
  background-color: #4bbdf0;
  color: #fff;
  text-decoration: none;
}

nav ul ul ul {
  left: 100%;
  position: absolute;
  top: 0;
}

/* 9. Header
===================================================================== */

/* 1024 Screens landscape tablets */
@media only screen and (min-width: 1000px) {
  header {
    width: 950px;
    height: 159px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
  }

  #logo {
    float: left;
    margin: 38px 0 0 29px;
  }
}
/* /1024 Screens landscape tablets */

/* Portrait Tablets */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  header {
    width: 99%;
    height: 159px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
  }

  #top-right {
    display: none;
  }

  #logo {
    float: left;
    margin: 38px 0 0 29px;
  }
}
/* /Portrait Tablets */

/*  Portrait Mobiles */
@media only screen and (max-width: 767px) {
  header {
    width: 99%;
    background-color: #ff8b06 !important;
  }

  #logo {
    float: none !important;
  }

  #top-right {
    display: none;
  }
}
/*  /Portrait Mobiles */

/* Landscape Mobiles */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header {
    width: 99%;
    background-color: #ff8b06 !important;
  }

  #logo {
    float: none !important;
  }

  #top-right {
    display: none;
  }
}
/* /Landscape Mobiles */

#top-right {
  text-align: left;
  margin: 38px 20px 0 29px;
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

#top-right a:link,
#top-right a:visited {
  color: #ff6600;
  text-decoration: none;
}

/* 10. Content
===================================================================== */

.article a:link,
.article a:visited {
  color: #ff6600;
  text-decoration: none;
}
.article a:active,
.article a:hover {
  color: #ff6600;
  text-decoration: underline;
}

/* 1024 Screens landscape tablets */
@media only screen and (min-width: 1000px) {
  .article {
    margin-left: 30px;
  }
}
/* /1024 Screens landscape tablets */

/* Portrait Tablets */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .article {
    margin-left: 30px;
  }
}
/* /Portrait Tablets */

/*  Portrait Mobiles */
@media only screen and (max-width: 767px) {
  .article {
    margin-left: 0px;
  }
}
/*  /Portrait Mobiles */

/* Landscape Mobiles */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .article {
    margin-left: 0px;
  }
}
/* /Landscape Mobiles */

.article {
  clear: both;
  overflow: hidden;
}

.article-excerpt {
}

.article-title a:link,
.article-title a:visited {
  color: #003366;
  text-decoration: none;
}

.article-title a:active,
.article-title a:hover {
  color: #003366;
  text-decoration: underline;
}

.article-info {
  font-size: 1.1em;
  font-family: "Open Sans", sans-serif;
  color: #333;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
}

.article-more,
.article-more a:link,
.article-more a:visited {
  color: #ff6600;
  text-decoration: none;
}
.article-more a:active,
.article-more a:hover {
  color: #ff6600;
  text-decoration: underline;
}

/*  destaque home */
#destaque {
  padding: 10px 26px 5px 26px;
  background-color: #eef6d7;
  border: 1px solid #a9d238;
}

#destaque p {
  color: #454f52;
  padding-top: 5px;
}

.tdestaque {
  font-size: 2em;
  font-family: "PT Serif", serif;
  line-height: 1.1em;
  color: #ff6400;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

.sep {
  border-top: 1px dotted #a9d238;
}

.seporange {
  clear: both;
  border-top: 1px dotted #ff8b06;
  margin: 15px 0px 20px 0px;
}

.vermais {
  padding-top: 5px;
  padding-right: 5px;
}

.vermaisleft {
  float: left;
}

.vermaisright {
  float: right;
}

.vermais,
.vermais a:link,
.vermais a:visited {
  font-size: 1.1em;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  color: #ff6600;
  text-decoration: none;
}

.vermais a:active,
.vermais a:hover {
  color: #ff6600;
  text-decoration: underline;
}

.content p {
  font-size: 14px;
  line-height: 20px;
}

.content ul li,
.content ul li ul li,
.content ol li,
.content ol li ol li {
  font-size: 13px;
  line-height: 20px;
}

.content p,
.content blockquote {
  margin-bottom: 1.1em;
}

.content ul,
.content ol {
  margin-bottom: 1.5em;
}

.content ul,
.content ol {
  list-style-image: url(images/bullet.gif);
  padding-left: 18px;
}

.content ul li ul,
.content ol li ol {
  list-style-image: url(images/bullet2.gif);
  padding-left: 16px;
}

.content ul li ul li ul,
.content ol li ol li ol {
  list-style-image: url(images/bullet3.gif);
  padding-left: 15px;
}

/* 11. Sidebar
===================================================================== */

/* 1024 Screens landscape tablets */
@media only screen and (min-width: 1000px) {
  .sidebar {
    width: 18%;
    float: right;
    margin: 20px 10px 10px 0px;
  }

  .logo1,
  .logo2,
  .logo3 {
    margin-top: 25px;
    text-align: center;
  }

  .logo1 img,
  .logo2 img,
  .logo3 img {
    padding: 5px;
  }
}
/* /1024 Screens landscape tablets */

/* Portrait Tablets */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sidebar {
    float: none !important;
  }

  .logo1,
  .logo2,
  .logo3 {
    margin-top: 25px;
    float: left;
    width: 33%;
    text-align: center;
  }

  .logo1 img,
  .logo2 img,
  .logo3 img {
    padding: 5px;
  }

  .social {
    display: none;
  }
}
/* /Portrait Tablets */

/*  Portrait Mobiles */
@media only screen and (max-width: 767px) {
  .sidebar {
    float: none !important;
  }

  .logo1,
  .logo2,
  .logo3 {
    margin-top: 25px;
    float: left;
    width: 33%;
    text-align: center;
  }

  .logo1 img,
  .logo2 img,
  .logo3 img {
    padding: 5px;
  }

  .social {
    display: none;
  }
}
/*  /Portrait Mobiles */

/* Landscape Mobiles */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar {
    float: none !important;
  }

  .logo1,
  .logo2,
  .logo3 {
    margin-top: 25px;
    float: left;
    width: 33%;
    text-align: center;
  }

  .logo1 img,
  .logo2 img,
  .logo3 img {
    padding: 5px;
  }

  .social {
    display: none;
  }
}
/* /Landscape Mobiles */

/* 12. Footer
===================================================================== */

/* 1024 Screens landscape tablets */
@media only screen and (min-width: 1000px) {
  footer {
    width: 950px;
    margin: 0 auto;
    height: 38px;
  }

  #floatleft {
    float: left;
  }

  #develop {
    text-align: right;
    float: right;
  }
}
/* /1024 Screens landscape tablets */

/* Portrait Tablets */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  footer {
    width: 99%;
    height: 38px;
  }

  #floatleft {
    float: left;
  }

  #develop {
    text-align: right;
    float: right;
  }
}
/* /Portrait Tablets */

/*  Portrait Mobiles */
@media only screen and (max-width: 767px) {
  footer {
    width: 99%;
  }

  #floatleft {
    float: none !important;
  }

  #develop {
    float: none !important;
  }
}
/*  /Portrait Mobiles */

/* Landscape Mobiles */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer {
    width: 99%;
  }

  #floatleft {
    float: none !important;
  }

  #develop {
    float: none !important;
  }
}
/* /Landscape Mobiles */

footer {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.5em;
  background-color: #ff8b06;
  color: #333;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

footer a:link,
footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

footer a:active,
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.button a:link,
.button a:active,
.button a:hover,
.button a:visited {
  color: #ffffff;
}

.btn {
  display: block;
  background-color: #f90; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  width: 250px;
}
