/*
 Theme Name: Litho Child
 Theme URI: https://litho.themezaa.com/
 Description: Child theme for Litho theme
 Version: 1.2
 Author: ThemeZaa
 Author URI: https://www.themezaa.com/
 Tested up to: 5.8
 Requires PHP: 7.3
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses/
 Template: litho
 Text Domain: litho-child
*/

.blog-post-images img {
  height: 250px !important;
  object-fit: cover !important;
}
.dropdown-menu {
  padding: 0 !important;
}
li.elementor-icon-list-item {
  align-items: start !important;
}
.p-PC {
  padding-top: 5em !important;
  padding-bottom: 0 !important;
}
.dce-posts-wrapper.swiper-wrapper.dce-wrapper-carousel {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.newsContainer {
  display: flex !important;
  justify-content: center !important;
}
input.newsInput,
input.newsSubmit {
  height: 50px !important;
}
span.wpcf7-spinner {
  position: absolute !important;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: -2px !important;
  bottom: 20px !important;
  opacity: 1 !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

/* Botão Área do Cliente */
.botao-area::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 32%;
  transform: translateY(-50%);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: translateY(-50%) rotate(45deg);
}
.botao-area {
  padding: 0;
  margin-left: 21px;
  margin-top: 18px;
}
.botao-area a.before {
  margin: 0 !important;
  background: #498304 !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 12px 34px 12px 24px !important;
}
.botao-area.simple-dropdown .sub-menu li {
  padding: 0;
}
.botao-area.simple-dropdown ul.sub-menu.dropdown-menu {
  background: transparent;
	margin: 2px 0 0 34px !important;
}
.botao-area ul.sub-menu.dropdown-menu a.before {
  padding: 10px !important;
  width: 120px;
  text-align: center;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #fff;
}
.botao-area ul.sub-menu.dropdown-menu a:hover {color: #61A60E !important}
