/*
Theme Name: Martex
Theme URI: https://jthemes.net/martex
Author: JThemes
Author URI: http://themeforest.net/user/jthemes
Description: Martex is a great collection of flexible & creative landing page theme to promote your Software, App, SaaS, Startup or business projects.
Version: 1.0.8
Requires at least: 4.7
Tested up to: 6.2
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, right-sidebar, flexible-header, custom-colors,  custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: martex
*/

.header-wrapper {
    margin-top: var(--wp-admin--admin-bar--height);
}

.elementor-editor-active #loading {
    display: none !important
}

div#carousel-clientes img {
    min-height: 100px;
    object-fit: contain;
}

#brands-1 {
    border: 2px solid #056cf2;
    border-radius: 35px;
    box-shadow: inset 0 0 4px 0 rgb(0, 255, 0);
}

/* ===========================================
================ SERVIÇOS ====================
============================================== */

#diferencial .fbox-12.bg--white-100.block-shadow.r-12.mb-30 {
    height: 92%;
}

/* ===========================================
================ CLIENTES ====================
============================================== */

#cards-clientes a {
    height: 220px;
}

#cards-clientes a img {
    width: 60% !important;
    height: auto !important;
}


/* ===========================================
============== CONTACT FORM ==================
============================================== */

.wpcf7-form-control-wrap[data-name="interests"]>span {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.copyright-section.small.bottom-footer {
    display: none;
}


/* ===========================================
================== FOOTER ====================
============================================== */
.footer-widget .wp-block-social-links .wp-block-social-link a:hover{
	color: #2b448c !important; 
}