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

/* Parent stylesheet should be loaded from functions.php not using @import */
/*
.wpcf7-form label {
	font-weight:600
}

span.wpcf7-list-item {
	display: block
}

.wpcf7-form-control-wrap {
	margin-bottom:15px
}

form input[name="cpf"],
form input[name="cep"],
form input[name="telefone"]
.wpcf7-form input[name="numero"],
.wpcf7-form input[name="PHONE"]{
	max-width: 180px;
}

.wpcf7-form label {
	display:block;
	margin-top:.6em;
}

.wpcf7-form hr {
    border-color: #e2e2e2 !important;
}

.eael-pricing.style-1 .eael-pricing-item:hover {
    box-shadow: -4px 4px 15px rgba(0,0,0,.25) !important;
}

.menu-lateral a[type="active"] span,
.menu-lateral a[type="active"] span i:before{
  color: #7A7A7A !important;
}

.menu-conheca .sf-menu a.menu-link {
    display: inline-block;
    padding: 0;
}

.menu-conheca .sf-menu li.menu-item{
    padding: .5em;
    border-bottom: 2px solid #fff;
    width: 100%;
    display: flex;
    line-height: 1em;
}
.menu-conheca .sf-menu li.menu-item:before {
content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7A7A7A;
    display: inline-block;
    margin-left: 0.4em;
    font-size: .9em;
}

.sf-menu li.menu-item.current-menu-item a {
	color: #7A7A7A !important;
}

.single header.page-header {
    display: none !important;
}

.page-id-1442 .elementor-image-box-img {
	width:10% !important
}

.page-id-1442 figure.elementor-image-box-img img {
    display: none !important;
}

.fancy table {
  text-align: left;
  line-height: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #ed1c40;
  margin: 20px auto;
  border-radius: .25rem;
  padding: 2px;
}

.fancy thead tr:first-child {
  background: #05ae75;
  color: #fff;
  border: 1px solid #05ae75;
}

.fancy th {
  font-weight: 500;
  text-align: center;
  border: 1px solid #fff;
}

.fancy tbody tr:hover {
  background-color: #f2f2f2;
  cursor: default;
}

.fancy tbody td {
  border: 1px solid #ddd;
  text-align: center;
} */