@charset "UTF-8";
/*
Theme Name: Theme
Author: oliveiradw.com
Author URI: https://oliveiradw.com/
Version: 1.0
*/
.img-fluid {
  max-width: 100%;
  width: 100%;
}
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}
.parallax__container .parallax {
  /* can be put in a seperate class for better control */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* --------------------------- */
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}

/* Blog */

.article-img {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
.article-info a {
  text-decoration: none;
  color: #888;
}
a.article-title {
  text-decoration: none;
  color: #4c4b46;
  font-size: 17px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: bold;
}

a.article-title:hover {
  color: rgb(0, 0, 0);
}
.article-excerpt {
  color: #888;
  line-height: 28px;
  min-height: 100%;
}
.continue-lendo {
  display: block;
  padding: 20px 0;
  margin-bottom: 0;
}
.btn-continue-lendo {
  background-color: rgba(2, 124, 53, 0.733);
  padding: 5px 5px;
  text-decoration: none;
  color: #fff;
}

.btn-continue-lendo:hover {
  background-color: rgba(2, 124, 53, 0.932);
  color: #fff;
}

/* Blog Single  */
.single-info-tags {
  background-color: #f7f7f7;
  padding: 10px 10px;
}

/**** PAGINAÇÃO **/
.odw-pagination li,
.odw-pagination li a {
  display: inline-block;
}

.odw-pagination li a {
  padding: 5px 10px;
  margin-left: 3px;
  background-color: #ccc;
  color: #222;
  text-decoration: none;
}

.odw-pagination li a:hover {
  background-color: rgba(204, 204, 204, 0.664);
}

.odw-pagination li.page-item.active {
  padding: 5px 10px;
  margin-left: 3px;
  background-color: rgb(99, 88, 88);
  color: rgb(211, 194, 194);
  text-decoration: none;
}
/***  BREADCRUMB ***/
.breadcrumb {
  font-size: 13px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb a {
  color: #428bca;
  text-decoration: none;
}

/* Comentários */

ol.comment-list,
ol.children {
  list-style: none;
}

a.comment-reply-link {
  margin-top: 25px;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px;
  width: 130px;
  border: solid 1px #000;
}

a.comment-reply-link:hover {
  background: #000;
  color: #fff;
}
a.comment-reply-link::after {
  font-family: "fontawesome";
  content: "  \f112 ";
  font-size: 12px1;
}
article.comment-body {
  border-radius: 1%;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
}

ol.children article.comment-body {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
}

.comment-author.vcard {
  position: relative;
  height: 90px;
  border-bottom: solid 2px rgba(17, 0, 0, 0.171);
  margin-bottom: 15px;
}
.comment-author.vcard img {
  position: absolute;
  border-radius: 50%;
  border: solid 3px #fff;
}
.comment-author.vcard a,
.comment-metadata a {
  color: #000;
  text-decoration: none;
}

.comment-author.vcard b.fn {
  margin-left: 100px;
  margin-top: 10px;
}
.comment-author.vcard b.fn a {
  font-size: 18px;
}
.comment-metadata {
  display: block;
  position: absolute;
  margin-left: 100px;
  margin-top: -75px;
}
.comment-content p {
  font-size: 15px;
  line-height: 26px;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  font-size: 20px;
  font-weight: bold;
}
.comment-content ol,
.comment-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
  width: 100%;
  display: block;
}
#commentform comment-form-cookies-consent {
  display: block;
}

#commentform textarea {
  display: block;
  width: 100%;
}
#commentform input[type="submit"] {
  outline: none;
  padding: 10px 20px;
  border: solid 1px #000;
  background-color: transparent;
}
#commentform input[type="submit"]:hover {
  background: #000;
  color: #fff;
}
/* Widgets */

/* Widget Comentarios */

ol.wp-block-latest-comments {
  padding-left: 0px;
}

.widget ul {
  list-style: none;
}
.widget ul li a {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
  color: #444;
  font-size: 14px;
  display: block;
  border-bottom: solid 1px rgba(204, 204, 204, 0.384);
  padding: 8px 0;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.widget ul li a:hover {
  color: #000;
}
.widget ul li a::before {
  content: "» ";
}

.widget_tag_cloud p a {
  font-size: 13px !important;
  text-decoration: none;
  border: solid 1px #000;
  padding: 5px;
  margin-bottom: 5px;
  color: #222;
  font-weight: bold;
}
.widget_calendar .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-next a {
  text-decoration: none;
  border: solid 1px #000;
  padding: 2px 25px;
  color: #000;
}
/*
Página Single
*/

.content-single img {
  max-width: 100%;
}
.content-single ol,
.content-single ul {
  padding-left: 15px;
}

/*
Menu Footer
*/

ul#menu-footer a {
  color: #ccc;
  border: none;
  margin-bottom: 1px;
  padding: 0;
}

ul#menu-footer a:hover {
  color: #fff;
}
