/*
Theme Name: ExpertHive Child
Author: HivePress
Author URI: https://hivepress.io
Theme URI: https://hivepress.io/themes/experthive
Description: Child Theme of Experthive.
Template: experthive
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
	--roxo-padrao: #693BDF;
	--azul-padrao: #1993c0;
	--fundo-cinza: #F5F5F5;
}

.home .container {
	max-width: 1140px !important;
	max-width: 100vw !important;
}

h1 {
    font-size: 2rem !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight:600 !important;
}


/**
 * Header
 */
.home-header {
	box-shadow: 1px 2px 3px 1px #00000024;
    z-index: 9000;
    position: relative;
}

.header-logo img {
	width: 90% !important;
}

/**
 * Footer
 */
.site-footer {
    background-color: var(--fundo-cinza);
}

/* Icones Sociais */
.social-icons {
	display: flex;
}
.social-icons img {
	object-fit: contain;
    width: 40px;
    padding: 5px;
    border-radius: 80px;
	transition: .3s;
}
.social-icons img:hover {
	box-shadow: 1px 2px 3px 1px #00000024;
}

.social-icons a {
	display: flex;
    align-items: center;
}

/**
 * Template Home
 */
.d-flex-main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    /* gap: 30px; */
}

.home section { padding: 50px 0px; }

.home h1 {
	font-size: 40px !important;
}

.home h2 {
	font-size: 38px;
}

.home p {
	margin: 0px !important;
}

.d-flex-section {
   	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}

.d-flex-section > div {
	margin: 0px 20px;
   	flex-basis: 48%;
}

.d-flex-vertical {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
}

.como-funciona p {
	text-align: center !important;
    max-width: 770px;
    margin: 0 auto !important;
}

/* Botões Padrão da Home */
.btn-default{
	padding: 16px 25px !important;
    background-color: #764ea0;
    border: none !important;
    font-size: 17px !important;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border-radius: 50px;
    box-shadow: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
	color: #FFF;
}

.btn-default:hover {
	background-color: #1993c0;
	color: #FFF;
}

.btn-home {
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 14px;
    font-weight: 600;
	transition: .3s;
	width: fit-content;
}

.btn-alt-preto {
    color: #494E73;
    border: 2px solid #494E73;
}

.btn-alt-preto:hover {
    color: #494E73;
    transform: scale(1.05);
}

.btn-alt-azul {
	color: var(--azul-padrao);
    border: 2px solid var(--azul-padrao);
}

.btn-alt-branco {
	color: #FFF;
    border: 2px solid #FFF;
}

.btn-alt-branco:hover {
	color: #FFF;
    transform: scale(1.05);
}

.btn-azul {
	border-radius: 8px;
	color: #FFF;
	background-color: var(--roxo-padrao);
	border: 2px solid var(--roxo-padrao);
}

.btn-azul:hover {
	color: #FFF;
	transform: scale(1.05);
}

.btn-alt-azul {
	color: var(--azul-padrao);
    border: 2px solid var(--azul-padrao);
}

.btn-alt-azul:hover {
	color: var(--azul-padrao);
    transform: scale(1.05);
}

.inline-btn {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

span.highlight-roxo {
	color: var(--roxo-padrao);
}

span.highlight-azul {
	color: var(--azul-padrao);
}

.hp-listing--view-page .hp-listing__title::before, .hp-page__title::before {
	display: none !important;
}

.hp-listing--view-page .hp-listing__title, .hp-page__title {
	padding-top: 0px !important;
}

.hp-grid__item article footer.hp-listing__footer div.hp-listing__attributes--primary {
	display: none !important;
}

/**
 * Visual das Sessões da Home
 */
.section-home-1 {
	background-color: var(--fundo-cinza);
	background-image: url(https://mindsmeet.com.br/wp-content/uploads/2024/01/MindsMeet-Mentoria-entre-profissionais-da-saude.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding:100px 20px !important;
    text-align: center;
}

.section-home-1 .container {
	max-width: 870px !important;
}

.section-home-1 h1,
.section-home-1 p {
	color: #fff;
}

.section-home-1 p {
	font-size: 17px;
}

.section-home-1 > div > div {
	flex-basis: 70%;
}

.section-home-3 {
	background-color: var(--fundo-cinza);	
}

.section-home-3 h2 {
	text-align: center;
}

.hp-status--wc-processing span {
	color: #15cd72 !important;
    border-color: #15cd72 !important;
}

/* Mentores Convidados */
.section-home-4 .hp-vendors--slider > div.hp-row {
	max-width: 1140px !important;
    margin: auto !important;
}

/* Timeline */
.timeline-container {
    overflow-x: auto;
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
}

.section-home-3 .timeline {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px;
    min-width: 960px;
}

.section-home-3 .point {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-home-3 .icon img {
    width: 80px;
    height: 80px;
    padding: 10px;
}

.section-home-3 .line {
	flex-grow: 1;
    height: 1px;
    background-color: var(--roxo-padrao);
    margin-top: 40px;
	margin: 40px -90px 0px;
}

.section-home-3 .text {
    margin-top: 10px;
	text-align: center;
	line-height: 1.3em !important;
    font-size: 15px;
	width: 275px;
}

.section-home-3 .text strong {
    font-size: 18px;
	margin-bottom: 25px;
	color: #000;
}

.section-home-4 h2 {
	color: #212137;
	font-size: 36px;
	text-align: center;
}

.section-home-4 h3 {
	margin: 0px;
}

.section-home-4 .evo-prof-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.section-home-4 .evo-prof-section > div {
    flex-basis: 49%;
}

.section-home-4 .evo-prof-section .inline-btn {
	margin-bottom: 10px;
}

.section-home-4 img {
    width: 50px;
    height: 50px;
}

.section-home-4 .box {
	padding: 25px;
    border-radius: 16px;
    /* border: 2px solid var(--azul-padrao); */
}

.section-home-4 .d-flex-vertical {
	align-items: center;
}

.section-home-4 .call-to-action {
	background: url(https://dev.midiasimcloud.com.br/mindsmeet/wp-content/uploads/2023/11/encontre-especialista-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 375px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
	border-radius: 16px;
	margin-top: 40px;
}

.section-home-4 .call-to-action h2 {
	text-align: left;
    color: #FFF;
    width: 50%;
}

.section-home-5 {
	background-color: var(--fundo-cinza); 
}

.section-home-5 h2 {
	text-align: center;
}

.section-home-6 h2 {
	text-align: center;
}

.section-home-6 .d-flex-vertical {
	width: 900px;
	align-items: center;
}

/* Acordeão Central de atendimento */
.page-id-318 .accordion {
    width: 900px;
    margin: auto;
}

.accordion {
	width: 100%;
}

.accordion .accordion-header {
	font-weight: 600;
	line-height: 1;
	margin: 0;
	padding: 15px 15px 15px 0px;
	border-bottom: 1px solid #d4d4d4;
	cursor: pointer;
	outline: none;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion .accordion-body {
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	display: none;
}

.section-home-7 {
	padding-top: 0px !important;
}

.section-home-7 {
	background: url(https://dev.midiasimcloud.com.br/mindsmeet/wp-content/uploads/2024/01/MindsMeet-Especialistas.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 375px;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
	min-height: 500px;
	height: 500px;
	padding-bottom: 0px !important;
}

.section-home-7 h2 {
	text-align: left;
    color: #FFF;
    font-size: 30px;
    line-height: 1.4em;
	width: 50%;
}

.section-home-7 .d-flex-vertical {
	justify-content: center;	
}
.section-home-8 .inline-btn img {
	height: 130px;
}

.section-home-8 .d-flex-section{
	align-items: flex-start;
}

.section-home-9 {
	background-color: var(--azul-padrao);
}

.section-home-9 .d-flex-section {
    color: #fff;
    border-radius: 16px;
}

.section-home-9 .d-flex-section {
	align-items: stretch;
}

.section-home-9 .d-flex-section div:last-child {
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.section-home-9 h2 {
	font-size: 25px;
    padding-bottom: 15px;
    color: #fff;
}

.section-home-9 {
	font-size: 15px;
}

.section-home-9 .newsletter-form .wpcf7-email {
	background-color: #fff;
    color: #7b7f87;
    margin-right: 10px;
	height: 100%;
}

.section-home-9 .newsletter-form .wpcf7-submit {
	border: 2px solid;
}

.section-home-9 .newsletter-form input.wpcf7-form-control {
	max-width: 100% !important;
	margin-bottom:10px;
}

.home section.section-home-9 {
	padding: 70px 0px
}

/**
 * Internas
 */
.header-hero {
	background-image: none !important;
	background-color: var(--fundo-cinza) !important;
}

.header-hero h1 {
	margin: 0 !important;
	font-size: 35px !important;
}

.header-navbar {
    box-shadow: 0px 1px 10px 2px #00000014 !important;
    z-index: 10 !important;
    position: relative !important;
	padding: 0 !important;
}

.header-navbar .container {
	display: flex !important;
    justify-content: space-between !important;
    padding: 1rem 2rem !important;
}

.header-hero .container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.hp-page__header:not(:last-child) {
    margin: 4rem 0 !important;
}

.hp-template--vendors-view-page .header-navbar:last-child {
    background-image: none !important;
}

.call-to-action.para-empresas {
	background: url(https://dev.midiasimcloud.com.br/mindsmeet/wp-content/uploads/2023/11/encontre-especialista-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
	border-radius: 16px;
}

.call-to-action.para-empresas h2 {
	text-align: left;
    color: #FFF;
    width: 50%;
}

/* Formulário de Contato */
.form-contact-page p {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 10px;
}

.form-contact-page p .wpcf7-form-control-wrap {
	width: 47%;
}

.form-contact-page p .wpcf7-form-control-wrap input {
	width: 100%;
}

.form-contact-page p .wpcf7-form-control-wrap:last-child {
	width: 100% !important;
}

.form-contact-page p .wpcf7-form-control-wrap .wpcf7-textarea {
	width: 100% !important;
}

/* Preço 
.single-hp_vendor div.hp-listing__attribute.hp-listing__attribute--price, .single-hp_listing div.hp-listing__attribute.hp-listing__attribute--price, .hp-listing__attribute--price {
	display: none;
}*/

/* Listing Category */
.hp-listing__details.hp-listing__details--primary .hp-listing__category {
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
}

.hp-listing__details.hp-listing__details--primary .hp-listing__category a,
.hp-listing__details.hp-listing__details--primary .hp-listing__category a:hover {
	color: #2494c0;
}

/* Primary Atributes Box */
.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute:not(:last-child) {
	border: none !important;
}

.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute {
	text-align: start !important;
}

.hp-listing__attribute {
	margin: 5px 0px !important;
	padding: 5px 0px !important;
}

/* My Account Template */
.client-account-ep.hp-menu__item--bookings-view,
.client-account-ep.hp-menu__item--orders-edit {
	display: none!important;
}

.woocommerce-table__product-name.product-name .wc-item-meta, p.order-again {
	display: none;
}

/* Listing view account */
.hp-template--user-account-page .hp-listing--view-block {
	flex-direction: column;
}

.hp-template--user-account-page form.hp-form textarea[name="ocupacao"] {
	pointer-events:none;
	background:#f1f1f1;
	min-height: 12rem;
}

/* .hp-menu__item--orders-view {
	display: none !important;
} */

@media only screen and (min-width: 48em) {
	.hp-listing--view-block .hp-listing__footer {
		flex-direction: row-reverse !important;
		align-items: flex-end !important;
	}
}

/* Loop Itens */
.hp-grid__item .hp-vendor__attribute--ocupacao, 
.hp-vendor__summary .hp-vendor__attribute--ocupacao, 
.hp-vendor__summary .hp-vendor__description, 
.hp-vendor--view-block .hp-vendor__attribute--ocupacao {
	text-align: center !important;
}

.hp-grid__item .hp-vendor__attribute--credencial {
	text-align: center !important;
	text-transform: none;
	font-weight: 600 !important;
}

.hp-vendor__attribute--credencial {
	font-weight: 600 !important;
}

article.hp-vendor--view-block footer.hp-vendor__footer, article.hp-vendor--view-block .hp-vendor__details.hp-vendor__details--primary, .single .hp-page__sidebar .hp-vendor__attribute i  {
	display: none !important;
}

.hp-meta, .hp-result-count,
.hp-status span {
	letter-spacing:0 !important;
}

/* Checkout */
.woocommerce-checkout .header-hero__content {
	background: #FFF;
	text-align:center;
}

.woocommerce-checkout .site-content .container {
	max-width: 930px;
}

.woocommerce-checkout .site-content .container .woocommerce .woocommerce-order-details,
.woocommerce-checkout .site-content .container .woocommerce .woocommerce-checkout {
	padding: 30px;
    border-radius: 10px;
    margin-bottom: 70px;
    box-shadow: 2px 5px 30px rgb(0 0 0 / 12%);
}

.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea,
.woocommerce-checkout .woocommerce form .form-row select {
	background:#f9f9f9;
}

.woocommerce-checkout .woocommerce-checkout-review-order .hp-trashed-meta {
	font-size:13px;
}

.woocommerce-checkout .woocommerce-checkout-review-order .hp-trashed-meta ul {
	line-height: 1;
}

.woocommerce-checkout #customer_details > div.col-2 {
	display: none !important;
}

.woocommerce-checkout #customer_details > div.col-1 {
	width: 100% !important;
}

.woocommerce-checkout .site-content {
	padding: 0px;
}

.woocommerce-order-details {
	font-size:14px;
	box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
    background-color: #fff;
    border-radius: 4px;
    padding: 2rem;
    border: none;
}

.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
	font-size: 19px;
    letter-spacing: 0;
}

.hp-order--page .hp-order__vendor {
	display:none;
}

.wpcf7-select {
	width:100%;
}

.header-navbar__burger {
	margin-left:5px;
}

.hp-form__field--password {
    position: relative;
}

.hp-form__field--password .toggle-password {
    position: absolute;
    right: 10px;
	top: 34px;
    border: none;
    background: none;
    cursor: pointer;
}

.hp-widget--vendor-filter .hp-form__field--radio,
#vendor_filter_modal .hp-form__field--radio {
	display:none;
}

.woocommerce-page form .form-row label.checkbox {
    font-weight: 600;
    font-size: 13px;
}

/* Estilo para o ícone de expansão */
.hp-field--checkboxes {
  cursor: pointer;
  margin-left: 5px;
  user-select: none;
}

.hp-subcategories-visible .hp-field input[type=checkbox]+span::before {
    background:#EEE;
}

.hp-subcategories-visible ul li .hp-field input[type=checkbox]+span::before {
    background:#fff;
}

.hp-subcategories-visible ul li .hp-field input[type=checkbox]:checked + span::before {
    background:#693bdf;
}

/* Estilo quando as subcategorias estão escondidas */
.hp-subcategories-hidden .hp-expand-toggle::after {
  content: '+';
}

/* Estilo quando as subcategorias estão visíveis */
.hp-subcategories-visible .hp-expand-toggle::after {
  content: '-';
}

/* Estilo para subcategorias inicialmente ocultas */
.hp-field--checkboxes ul li ul {
    display: none;
    transition: max-height 0.3s ease;
    overflow: hidden;
}

/* Estilo para quando as subcategorias estão visíveis */
.hp-subcategories-visible ul {
	display: block !important;
    max-height: 500px !important;
}

.hp-expand-toggle {
	background: #1993c0;
    color: #FFF;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    line-height: 21px;
    margin-left: 5px;
}


.wpcf7 form.sent .wpcf7-response-output {
	background: #FFF;
	margin: 10px 0;
}

.hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute {
	font-size: 15px;
    padding: 0 10px !important;
}

.hp-listing__action--report {
	display: none !important;
}

.hp-form--booking-confirm .hp-field__label small,
.hp-listing--edit-block .hp-listing__title .hp-link .fa-edit,
.hp-listing--view-page .hp-page__topbar .hp-menu__item--listing-edit,
.hp-template--user-edit-settings-page .hp-form__fields .hp-form__field--checkboxes,
.hp-order .woocommerce-customer-details,
.hp-order .hp-order__buyer,
.hp-order .hp-order__notes,
.hp-form--user-update .hp-field__label small {
	display: none !important;
}

.hp-listing__details.hp-listing__details--primary .hp-listing__category a,
.hp-listing--edit-block .hp-listing__title .hp-link,
.single-hp_vendor .hp-listing--view-block .hp-listing__vendor a {
	pointer-events: none !important;
}

.single-hp_vendor .hp-listing__title a:hover {
	color:#1993c0;
}

.hp-listing--view-block.continuada .hp-listing__details.hp-listing__details--primary .hp-listing__category a,
.hp-listing--view-page.continuada .hp-listing__details.hp-listing__details--primary .hp-listing__category a {
	color: #736aae !important;
}

.single-hp_listing .site-content,
.single-hp_vendor .site-content {
	padding: 0
}

.single-hp_listing .site-content .container,
.single-hp_listing .site-content .container .hp-page,
.single-hp_vendor .site-content .container,
.single-hp_vendor .site-content .container .hp-page {
	width: 100%;
	max-width:none;
	padding: 0;
}

.comprar-continuada button {
	width: 100%;
    background: #736aae !important;
}

.woocommerce-order-received .header-hero .container {
    padding:0 !important;
}

.woocommerce-order-received .header-hero__content h1,
.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received .woocommerce-order-overview {
	display:none !important;
}

.woocommerce-order-received .site-content .container {
    width:100%;
    max-width: none;
    padding: 0;
}

.woocommerce-order-received .site-content .container .woocommerce .woocommerce-order-details {
    margin-bottom: 20px;
}

.woocommerce-order-received .site-content .container .woocommerce .woocommerce-order-details .mp-pix-image-container {
	display:none;
}

.woocommerce-order-received .mp-details-title {
    max-width: 930px;
    margin: 70px auto 20px;
    text-align: center;
}

.woocommerce-order-received .woocommerce-order-details {
    max-width: 930px;
    margin: 0 auto 20px;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details {
    max-width: 930px;
    margin: 0 auto 60px;
}

.woocommerce-order-received .mp-details-pix {
    width: auto !important;
    max-width: 930px;
    margin: 0 auto 20px;
    display: flex
}

.woocommerce-thankyou-order-received {
	font-size: 25px;
    font-weight: 700;
}

.woocommerce-checkout .select2-container--default .select2-selection .select2-selection__rendered {
	min-height: 41px;
}

.hp-template--booking-make-details-page .hp-form__fields .hp-form__field.hp-form__field--text:nth-of-type(3) {
  display: none;
}

.hp-template--booking-make-page .hp-listing .hp-listing__header,
.hp-template--booking-make-page .hp-listing .hp-listing__actions,
.hp-template--booking-make-page .hp-listing .hp-listing__vendor {
	display:none !important;
}

.hp-template--booking-make-page .hp-listing--view-block,
.hp-template--booking-make-page .hp-listing--view-block .hp-listing__footer {
	display: block !important;
}

.hp-template--booking-make-page .hp-listing .hp-listing__attribute {
	padding: 0 !important;
}

.hp-vendor__image img {
	border-radius: 50% !important;
}

.header-mentoria img {
	margin-bottom:-7px !important;
}

.checkout .mp-payment-method-logo-container {
    height: 40px !important;
    width: 55px !important;
}

.archive .site-main .hp-form--vendor-search {
	border-radius: 50px;
    border: 2px solid #534a99;
    background: #f1f1f1;
    height: 55px;
	padding: 10px 0 10px 10px;
}

.archive .site-main .hp-button--mobile {
	border-radius: 50px;
    border: 2px solid #bfbfbf;
}

.archive .site-main .hp-form--vendor-search .hp-form__button {
	background: #534a99;
}

.archive .site-main .hp-form--primary::before {
	display:none;
}

.archive .site-main .is-layout-flex {
	max-width: 900px;
    margin: 0 auto 30px;
}

.hp-modal .hp-form--vendor-filter .hp-form__button {
	background: #764ea0;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
	box-shadow: none !important;
}

.hp-modal .hp-form--vendor-filter .hp-field--reset {
	box-shadow: none !important;
    background: none;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    padding: 7px 10px;
    color: #676767;
}


.search-bar {
    width: 300px;
    margin: 20px auto 0;
}

.search-bar form {
}

.search-bar input[type="text"] {
	padding: 15px 20px;
    font-size: 16px;
    border: none;
    background: #FFF;
    border-radius: 50px 0 0 50px;
    float: left;
    width: 80%;
}

.search-bar button,
.search-bar .btn {
	padding: 16px 25px !important;
    background-color: #764ea0 !important;
    border: none !important;
    font-size: 17px !important;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border-radius: 50px;
    box-shadow: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
	color: #FFF;
}

.search-bar button:hover,
.search-bar .btn:hover {
  background-color: #1993c0 !important;
}

.search-bar .icon-search {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


.hp-vendors .hp-button {
	background: #534a99;
    color: #FFF;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 30px;
}

.hp-vendors .hp-button:hover {
	background:#039be5;
}


@media (min-width: 1500px) {
	.section-home-1, .section-home-7 {
		height: 70vh;
	}
}

@media (min-width: 1065px) {
	.d-flex-section div:last-child {
		margin-right: 0 !important;
	}

	.d-flex-section div:first-child {
		margin-left: 0 !important;
	}
}

@media (max-width: 1065px) {
	
	.d-flex-section > div {
		margin: 10px 0px;
		flex-basis: 100%;
	}
	.image-banner {
		display: none;
	}
	.home h1 {
		font-size: 35px;
	}
	.home h2,
	.call-to-action.para-empresas h2 {
		font-size: 26px;
	}
	.d-flex-section div:first-child {
		margin-top: 0 !important;
	}
	.d-flex-section div:last-child {
		margin-bottom: 0 !important;
	}
	.section-home-4 .evo-prof-section > div {
		flex-basis: 48%;
	}
	.section-home-7 .call-to-action{
		background-position: right;
	}
	.section-home-7 .call-to-action div {
		width: 495px;
	}
}

@media (max-width: 720px) {
	
	.hp-listing--view-block .hp-listing__created-date {
		margin-bottom: 10px !important;
	}
	
	.hp-listing--view-block .hp-listing__attributes--primary {
		display: grid !important;
	}
	
	.hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute {
		font-size: 13px !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.section-home-6 .d-flex-vertical {
		padding:0 20px;
	}
	.section-home-4 .box {
		padding:10px;
	}
	.section-home-4 h3 {
		font-size: 18px;
	}
	.section-home-4 .evo-prof-section > div {
		flex-basis: 100%;
	}
	.section-home-4 .call-to-action h2,
	.call-to-action.para-empresas h2 {
		width: 100%;
	}
	.section-home-7 h2 {
		width: 100%;
	}
	.section-home-8 .inline-btn img {
		width: 47%;
    	height: unset;
	}
}

@media (max-width: 590px) {
	
	.hp-template--user-account-page form.hp-form textarea[name="ocupacao"] {
		min-height: 21rem;
	}
	
	.home h1 {
		font-size: 25px !important;
	}
	
	.section-home-1 .container {
		padding:0;
	}
	
	.section-home-1 p {
		font-size: 14px;
	}
	
	.section-home-1 .search-bar button {
		width: 100%;
        border-radius: 50px;
        margin-top: 10px;
	}
	
	.section-home-1 .search-bar input[type="text"] {
		width: 100%;
        border-radius: 50px;
		padding:15px 10px;
		font-size: 14px;
	}
	
	.archive .site-main .hp-form--vendor-search {
		margin-top:0;
	}
	
	.archive .site-main .hp-form--vendor-search input[type='search'] {
		height: auto !important;
		line-height: 1;
		margin-bottom: 20px;
	}
	
	.archive .site-main .hp-form--vendor-search {
		padding-left:0;
	}
	
	.archive .site-main .hp-form--vendor-search .hp-form__button {
		border-radius:50px;
	}
	
	.form-contact-page p .wpcf7-form-control-wrap {
		width: 100%;
	}
	.section-home-7 .call-to-action {
		justify-content: center;
		padding: 25px
	}
	.section-home-7 .call-to-action h2 {
		font-size: 27px;
	}
	.social-icons img {
		object-fit: contain;
		width: 32px;
		padding: 5px;
		border-radius: 80px;
		transition: .3s;
	}
}

@media only screen and (max-width: 47.99em) {
	.hp-form--primary .hp-form__button span::after {
		display: none !important;
	}	
}



/*****************************************

MODAL CADASTRO

*****************************************/

#user_custom_cadastro {
	width: 760px;
}

#user_custom_cadastro .hp-form__field {
	width: 50%;
    float: left;
    padding: 0 15px;
	margin-bottom: 20px;
}

#user_custom_cadastro .hp-field__label {
	margin-bottom: 0px;
}

#user_custom_cadastro .hp-form__fields {
	margin: 0 -15px 30px;
}

#user_custom_cadastro .hp-form__footer {
	clear: both;
}

#user_custom_cadastro .hp-form__field--checkbox {
	width: 100%;
    font-size: 13px;
}

@media (max-width: 590px) { 
	
	#user_custom_cadastro .hp-form__field {
		width:100%;
		float:none;
	}
	
}