/*
Theme Name: Ekko Child
Template: theme-ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

/*
nav.navbar:not(.navbar-shrink) {
	background-image: linear-gradient(180deg,rgb(255, 255, 255, 0.7) 0%,rgb(255,255,255, 0.5) 70%,rgb(255,255,255,0) 100%);
}
*/

* {
	letter-spacing: normal !important;
	scroll-behavior: smooth;
	scroll-margin-top: 150px !important;
}

.logo img {
	width: auto;
	height: 50px
}

.topbar-search .fa-search.fa.toggle-search:not(.fa-times) {
	color: #ffffff !important;
}

.topbar-search .fa-search.fa.toggle-search:hover::before,
.topbar-search .search-form .search-submit:hover {
	color: #859dcf !important;
}

.participante-card .vc_icon_element,
.participante-card .separator_off {
	margin-bottom: 0 !important;
}

.participante-card .tt_button {
	padding: 10px 15px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.vc_grid-item-mini .vc_custom_heading h5, .container h5 {
	height: 3.6em;
	overflow: hidden;
}

.vc_grid-item-mini .blog-detailed-grid .vc_figure {
	padding: 15px 15px 0;
}

.vc_grid-item-mini .vc_gitem-zone img {
	object-fit: cover;
	max-height: 200px;
	max-width: 100% !important;
	margin: 0 !important;
}

.tt_button.botao-contato {
	height: 65px;
	border-radius: 50%;
}

.tt_button.botao-contato span.iconita {
	margin-right: 0;
}

.blog-content .tt_button, .single-page-content .tt_button {
	margin-bottom: 15px;
}

.navbar .menubar.main-nav-right .main-nav-extra-content .tt_button {
	min-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

table.dataTable td,
table.dataTable th {
	white-space: wrap !important;
}

.vc_tta-title-text {
	line-height: 1.2em;
	padding: 10px;
}

.wpdt-c .powered_by_link.d-block {
	display: none !important;
}

/* FALE CONOSCO */
label[for="anexo"],
.refresh_captcha {
	margin-bottom: 20px;
}
.wpcf7 input[type="file"],
.c4wp_image {
	border-radius: 25px;
}

.wpb_wrapper #loginform .input, .woocommerce-product-search .search-field, .search-form .search-field, .wpcf7 input[type="date"], .wpcf7 .wpcf7-text, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-select, .wpcf7-form textarea, .wpb_wrapper #loginform .input, .wpcf7 input[type="date"], .wpcf7 .wpcf7-text, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select, .modal-content-inner .wpcf7 .wpcf7-text, .modal-content-inner .wpcf7 .wpcf7-email, .wpcf7-file {
	background-color: #ffffff !important;
}
/* FALE CONOSCO */

/* PESQUISA DE SATISFACAO */
.quiz {
	width: 50%;
	float: left;
}

.quiz_esq {
	padding-right: 10px;
}

.quiz_dir {
	padding-left: 10px;
}
/* PESQUISA DE SATISFACAO */

/* CAPTCHA */
.c4wp-refresh-captcha {
	width: 20px;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}

.c4wp_image {
	width: 100%;
	margin-bottom: 5px;
	min-height: 50px;
	max-height: 100px;
}

.refresh_captcha {
	display: block;
	font-size: 1em;
}

.wp-block-cover:not(.fale-conosco) .c4wp-display-captcha-form {
	max-width: 400px;
}
/* CAPTCHA */

/* NOTICIAS */
.content-area .vc_grid-container-wrapper .vc_grid-container .vc_grid .vc_grid-item .vc_grid-item-mini .blog-detailed-grid {
	border-radius: 10px;
}

.single-post-layout-two .blog-single-header-wrapper {
	padding-top: 30px;
	padding-bottom: 0px;
}

.blog-single-title-meta-wrapper {
	margin-bottom: 20px;
}

.single-post-layout-two .blog-single-content {
	margin-top: 30px;
}
/* NOTICIAS */

/* PAGINA */
.section-heading {
	color: #234270 !important;
	margin: 0px !important;
}

.key-icon-box.with-bg-img {
	position: relative;
}

.key-icon-box.with-bg-img > * {
	z-index: 0;
	position: relative;
}

.key-icon-box.with-bg-img::before {
	content: '';
	background: rgb(0,0,0,0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

div.vc_row-has-fill div.kd-overlay {
	border-radius: inherit;
}
/* PAGINA */

/* TABELA */
table {
	width: 80%;
	margin: auto;
	border: none !important;
}

table th {
	text-transform: uppercase !important;
	text-align: center !important;
	
}
table th h1,
table th h2,
table th h3,
table th h4,
table th h5,
table th h6,
table th p {
	line-height: 1em !important;
	height: auto !important;
}

table tr, table td, table th {
	padding: 0.5em 1em !important;
	border: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
}

table tr:nth-child(even) {
	background: #ffffff !important;
}

table tr:nth-child(odd) {
	background: #eeeeee !important;
}
/* TABELA */

/* MODAL */
.overlay-contact {
	background: rgba(0,0,0, 0.85);
	z-index: 10000;
	width: 100vw;
	height: 100vh;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}

.modal-contact {
	min-width: 375px;
	max-width: 600px;
	margin: 100px auto;
	margin-top: calc(50vh - 120px);
	padding: 0;
	background: transparent;
	border: none;
}

.modal-contact-title {
	background: #114286;
	color: #ffffff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 15px 20px;
	font-weight: bold;
	font-size: 1.5em;
}

.modal-contact-body {
	background: #ffffff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px;
}
/* MODAL */

/* RODAPE */
.lower-footer {
	display: none;
}
/* RODAPE */

/* WATERMARK */
.watermark i {
	position: relative !important;
	width: fit-content !important;
}

.icon-top.watermark i {
	margin: 10px auto 20px !important;
}

.watermark i::after {
	content: '\25CF';
	position: absolute;
	font-size: 35%;
	line-height: 100%;
	width: 50%;
	height: 50%;
	bottom: 3%;
	right: 6%;
	color: #ffffff;
}
/* WATERMARK */

/* ICON CARD */
.key-icon-box h2 {
	font-size: 1.1em !important;
	font-weight: bold !important;
	line-height: 1.4em !important;
}

.key-icon-box a h2 {
	height: 3em;
}
/* ICON CARD */

/* LIST MARKER */
.kd-panel-subtitle ol>li:before, .wpb_text_column ol>li:before {
	content: counter(li, decimal) "." !important;
}

.kd-panel-subtitle ol>li::marker, .wpb_text_column ol>li::marker {
	content: none !important;
}

.single-post .wpb_text_column ol {
	padding-left: 0 !important;
}
/* LIST MARKER */

/* FILE DOWNLOAD BUTTON */
.downloads .tt_button {
	min-height: unset;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
}

.downloads .tt_button.pull-left {
	margin-right: 100%;
}
/* FILE DOWNLOAD BUTTON */

/* MERMAID.JS */
.mermaid  g.root span p {
	color: inherit !important;
}
/* MERMAID.JS */