/*
Theme Name: Mereo
Theme URI: https://mereo.com/
Author: Kendric Gabriel <suporte@909webstudio.com.br>
Author URI: http://www.909webstudio.com.br
Description: Este tema foi criado pelo Studio 909.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: tags
Text Domain: Mereo
*/

/*** Padrão ***/
html{
    padding: 0;
    margin: 0;
}

body{
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4{
    padding: 0;
    margin: 0;
}

p{
    margin: 0;
    padding: 0;
}

/*** Form ***/
.form-tema{
	margin-bottom: 0 !important;
}
.form-tema [type="submit"][disabled="true"]{
	opacity: 0.5 !important;
}

.form-tema [type="submit"][disabled]{
	opacity: 0.5 !important;
	cursor: default;
}

.form-tema [type="submit"]{
	cursor: pointer;
}

.form-tema select{
	outline: 0;
}

.wpcf7-response-output{
	font-family: var(--e-global-typography-primary-font-family);
    font-size: 14px;
    line-height: 120%;
}

/*** Submit Loading ***/
.form-tema .submit-loading{
	margin-top: 20px;
}

.form-tema .submit-loading .carregamento{
	display: none;
	margin:0 auto;
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 7px solid;
	border-color: #ebebeb;
	border-right-color: var(--e-global-color-primary);
	animation: s2 1s infinite linear;
}

form .error{
    color: #dc3232;
    display: block !important;
    font-family: "Graphik", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.4px;
    margin-top: 4px;
}

@keyframes s2{
	to{
		transform:rotate(1turn)
	}
}

/*** LigthBox - Elementor ***/
.elementor-lightbox .dialog-lightbox-close-button {
	margin-top: 15px !important;
	text-decoration: none;
}

@media (min-width: 1025px) {
	.dialog-widget.dialog-lightbox-widget .elementor-slideshow__header {
		width: calc(100vw - 90px) !important;
	}
	
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        max-height: 85vh;
        width: 60vw !important;
    }
}

@media (max-width: 1024px){
	.dialog-widget.dialog-lightbox-widget .elementor-slideshow__header {
		width: calc(100vw - 74px) !important;
	}
}