/*
Theme Name: Bem Viver Mulher
Theme URI: https://jony.dev
Description: Bem Viver Mulher's Customizations
Author: Jony Hayama
Author URI: https://jony.dev
Template: Divi
Version: 1.0.0
*/

.bvm-svg-icon {
  fill: currentColor;
}


/* Banners */

.bvm-banner {
  position: relative;
  background: #a4a4a4;
  font-size: 0;
  height: 0;
  max-width: 100%;
}

.bvm-banner img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}


/* Social Icons */

.bvm-social-icons ul {
  list-style: none;
  margin: 0 -2.5px;
  padding: 0;
  display: flex;
}

.bvm-social-icons ul li {
  padding: 0 2.5px;
}

.bvm-social-icons ul li a {
  width: 1.5em;
  height: 1.5em;
  background: #fdc7b7;
  border-radius: 50%;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.bvm-social-icons ul li a ._mi {
  margin-top: 0;
  font-size: 0.9em;
}


/* Search Form */

body .bvm-searchform {
  display: flex;
  position: relative;
}

body .bvm-searchform input#s {
  width: 100%;
  height: 36px!important;
  padding: 0 10px;
  padding-right: 40px;
  border-radius: 2em;
  border: 1px solid #fdc7b7;
  font-size: 13px;
}

body .bvm-searchform button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3px;
  border: none;
  background: #fdc7b7;
  color: #fff;
  border-radius: 0 2em 2em 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

body .bvm-searchform button:hover {
  background: #d91e5b;
}


/* Header Search */

.bmv-header-search {
  display: flex;
  justify-content: flex-end;
}

.bmv-header-search-form {
  display: flex;
  transition: all .3s ease-in-out;
}

.bvm-searchform-icon {
  display: flex;
  align-items: center;
  height: 1.5em;
}

.bmv-header-search-toggle button {
  background: none;
  border-color: transparent;
  cursor: pointer;
  color: #fdc7b7;
  transition: all .3s ease-in-out;
}

.bmv-header-search-toggle button:hover {
  color: #d91e5b;
}

.bmv-header-search-form.hidden,
.bmv-header-search>.bmv-header-search-toggle {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all .3s ease-in-out;
}

.bmv-header-search-form.hidden+.bmv-header-search-toggle {
  opacity: 1;
  visibility: visible;
  position: static;
}

body .bmv-header-search .bvm-searchform input#s,
body .bmv-header-search .bvm-searchform button {
  height: 26px!important;
}


/* Pagenavi */

.wp-pagenavi {
  border-top: none;
  justify-content: center;
  display: flex;
}

.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: flex;
  width: 2em;
  height: 2em;
  border: 1px solid #fdc7b7!important;
  border-radius: 1em!important;
  justify-content: center;
  align-items: center;
  color: #511f30!important;
  font-weight: bold!important;
  transition: all .3s ease-in-out;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #511f30!important;
  background: #fdc7b7;
}

.wp-pagenavi .pages,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}


/* Posts */

.bvm-post-loop {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
}

.bvm-post-loop[data-bvm-columns="1"] .bvm-post {
  width: 100%;
}

.bvm-post-loop[data-bvm-columns="3"] .bvm-post {
  width: 33.33%
}

.bvm-post-loop .bvm-post {
  width: 50%;
  text-align: justify;
  color: #1b1a1a;
}

.bvm-post-loop .bvm-post:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  left: 15px;
  right: 15px;
  background: #cacaca;
  margin: 0 auto;
}

.bvm-post-loop .bvm-post-inner {
  padding: 15px;
}

.bvm-post-loop .bvm-post.bvm-featured-post {
  width: 100%;
  border-top: 0;
  text-align: left;
}

.bvm-post-loop .bvm-post.bvm-featured-post:before {
  display: none;
}

.bvm-post-loop .bvm-post.bvm-featured-post .bvm-featured-post-banner {
  float: right;
  padding-left: 15px;
  max-width: 472px;
}

.bvm-post-loop .bvm-post .post-thumbnail {
  font-size: 0;
  padding-bottom: 73.902132%;
  display: block;
  position: relative;
  background: #d91e5b;
  overflow: hidden;
}

.bvm-post-loop .bvm-post .post-thumbnail:before {
  content: '';
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  z-index: 2;
  opacity: 0.6;
}

.bvm-post-loop .bvm-post .post-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .3s ease-in-out;
}

.bvm-post-loop .bvm-post .post-thumbnail:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

.bvm-post-loop .bvm-post.bvm-featured-post .post-thumbnail {
  padding-bottom: 35.5833%;
}

.bvm-post-loop .bvm-post.bvm-featured-post .post-thumbnail:before {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  height: 10px;
  background: #d91e5b;
  opacity: 1;
}

.bvm-post-loop .bvm-post .entry-header .entry-meta {
  display: flex;
  justify-content: space-between;
  color: #a4a4a4;
  font-size: 13px;
  padding-bottom: 2.5px;
  font-style: italic;
}

.bvm-post-loop .bvm-post .entry-header .entry-meta a {
  color: #a4a4a4;
}

.bvm-post-loop .bvm-post .entry-header .entry-meta a:hover {
  color: #d91e5b;
}

.bvm-post-loop .bvm-post .entry-header .entry-meta .post-views {
  display: flex;
  flex-direction: row-reverse;
}

.bvm-post-loop .bvm-post .entry-header .entry-meta .post-views>* {
  padding: 0 1.5px;
}

.bvm-post-loop .bvm-post .entry-header .entry-meta .post-views:after {
  content: '/';
}

.bvm-post-loop .bvm-post .entry-info .entry-title {
  font-size: 28px;
  margin-top: 15px;
}

.bvm-post-loop .bvm-post.bvm-featured-post .entry-info .entry-title {
  font-size: 36px;
}

.bvm-post-loop .bvm-post .btn-read-more {
  display: inline-block;
  padding: 5px 30px;
  background: #fdc7b7;
  text-transform: uppercase;
  font-weight: bold;
  color: #d91e5b;
  transition: all .3s ease-in-out;
}

.bvm-post-loop .bvm-post .btn-read-more:hover {
  background: #d91e5b;
  color: #fdc7b7;
}


/* Blog */

body.et_right_sidebar #main-content>.container,
body.archive.category #main-content>.container,
body.blog #main-content>.container {
  padding-top: 15px;
}


/* Single Post */

#page-container {
  overflow: visible !important;
}

body.et_right_sidebar {
  display: initial !important;
}

body.et_right_sidebar #left-area {
  padding-right: 10px;
}

body.et_right_sidebar #sidebar {
  padding-left: 10px;
}

body.et_right_sidebar #main-content>.container {
  padding-top: 15px;
}

body.et_right_sidebar #main-content>.container:before {
  display: none;
}

@media screen and (min-width:980px) {
  body.et_right_sidebar #sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
  }
  body.et_right_sidebar.admin-bar #sidebar {
    top: 47px;
  }
}

.bvm-post-loop .bvm-post .entry-header .entry-meta .cat-links a{
  text-transform: uppercase;
  font-size: 1.1em;
  color: #d91e5b;
}


/* Category */

.bvm-category-info {
  text-align: center;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 25px;
  padding-top: 10px;
}

.bvm-category-info .bvm-category-title {
  font-size: 32px;
  color: #d91e5b;
  text-transform: uppercase;
}

.bvm-category-info .bvm-category-description {
  font-size: 18px;
  color: #1b1a1a;
  font-style: italic;
  max-width: 800px;
  margin: 0 auto;
}