/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* =====================================================
 * REMOÇÃO DO OUTLINE DE TODOS OS LINKS CLICAVEIS
 * ===================================================== */
img:focus,
img:active,
a:focus,
a:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* =====================================================
 * REMOVER ÍCONE DE PESQUISA NO MOBILE
 * ===================================================== */
@media (max-width: 1279px) {
	a.search-icon-dropdown {
	display: none;
	}
}

/* =====================================================
 * REMOVER EXCESSO DE ESPAÇAMENTO
 * ===================================================== */
#main #content-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* =====================================================
 * DESATIVAR O CLAREAMENTO DO HOVER DA LOGO
 * ===================================================== */
.custom-logo-link:hover img {
  opacity: 1 !important;
  filter: none !important;
  transition: none !important;
}

/* =====================================================
 * AJUSTES DA BARRA DE PESQUISA NO DESKTOP
 * ===================================================== */
#searchform-dropdown.header-searchform-wrap.clr.show {
  position: absolute;
  top: 105px;
  width: 280px;
}

/* =====================================================
 * TIRAR BORDA DO CABEÇALHO
 * ===================================================== */
	#site-header {
	border-bottom-width: 0px;
}

.elementor-shape-fill {
    transform: none !important;
    transform-origin: center !important;
}

/* =====================================================
 * DESBORRAR A FORMA DA PAGINA INICIAL
 * ===================================================== */
.hpme .elementor-shape.elementor-shape-top {
    transform: rotateY(0deg) translateZ(0) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.home svg.elementor-shape-fill {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    shape-rendering: geometricPrecision;
}