/*
Theme Name: Italo
Description: Tema desenvolvido por: hedgie studio
Author: Alberto Rosa
Theme URI: https://hedgie.com.br
Author URI: https://hedgie.com.br
Version: 5.2
License: GNU General Public License
License URI: license.txt
*/

@charset UTF-8;
/* =========================================================================
   FIX FRONT-END BUILDER
========================================================================== */
html {
    font-size:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    overflow-x:hidden;
}

.login h1 a {
    background-image: url('assets/img/logo-login.png');
    background-size: 118px 50px;
    width: 118px;
    height: 50px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
}
 
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
 
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
    background: #46b450;
    color: #fff;
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
    background: #dc3232;
    color: #fff;
}
 
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
    background: #f56e28;
    color: #fff;
    
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
    background: #ffb900;
    color: #000;
}
/* =========================================================================
   MAUTIC FORM
========================================================================== */
.mauticform-innerform {
	display: flex;
      aling-items: center;
      justify-content: space-between;
}

/* =========================================================================
   WORDPRESS CORE
========================================================================== */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/* =========================================================================
   Adicional para o mautic ( está sendo usado nos widgets deformulario )
========================================================================== */


/* Garante que os estilos do Mautic não se sobreponham aos do tema */
.mauticform-wrapper input[type="text"],
.mauticform-wrapper input[type="email"],
.mauticform-wrapper input[type="tel"],
.mauticform-wrapper textarea,
.mauticform-wrapper select {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    background: #fff !important;
    font-size: 14px !important;
    color: #333 !important;
    font-family: Verdana, Geneva, sans-serif !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
}

.mauticform-wrapper label {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: Verdana, Geneva, sans-serif !important;
    display: block !important;
    margin-bottom: 4px !important;
    color: #000 !important;
}

.mauticform-wrapper .mauticform-checkboxgrp label {
    display: inline !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.mauticform-wrapper input[type="checkbox"] {
    margin-right: 5px;
}

.mauticform-wrapper input[type="submit"],
.mauticform-wrapper button[type="submit"],
.mauticform-wrapper .btn-primary {
    background: #008000 !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: Verdana, Geneva, sans-serif !important;
    display: inline-block !important;
    margin-top: 10px !important;
    box-shadow: none !important;
    text-transform: none !important;
}

.mauticform-wrapper input[type="submit"]:hover {
    background-color: #006400 !important;
}

.modal-backdrop.show {
    z-index: 1040 !important;
}
  .modal.show {
    z-index: 1050 !important;
}

iframe[style*="visibility: hidden"] {
    display: none !important;
}

.modal-custom {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
  }
  
  .modal-content-custom {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  }
  
  .close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  