/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.menu-item {
	font-weight: 700;
}

.menu-item>a {
    color: #e64c39;	
	transition: color 0.6s;
}

.menu-item>a:hover {
    color: #070353;	
	transition: color 0.6s;
}

.menu-item:last-child>a:hover {
    color: #fff !important;		
	transition: color 0.6s;
}

.menu-item:last-child {
    border: 2px solid #e64c39;
	background: #fff;
    border-radius: 5px;
	transition: background 0.6s;
}

.menu-item:last-child:hover {
    background: #e64c39;
	transition: background 0.6s;
}

.product-metric-header {
	font-size: 5rem;
	color: #E64C39;
}
@media (min-width: 768px) {
	.case-container> div:first-child {
    	justify-content: center;
	}
	.case-column {
		height: 25vh !important;
	}
}

.version-table {
    width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 5px #3F4247;
    border-radius: 15px !important;
    border-collapse: separate !important;
    background-color: #fff;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

.version-table>tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.vtable-head-1 {
    border-bottom: 3px solid #0E0D0D;
    max-width: 40%;
}

.vtable-head-2 {
    border-bottom: 3px solid #0E0D0D;
    text-align: center;
    max-width: 30%;
}

.vtable-head-title-1, .vtable-head-title-2, .vtable-head-title-3 {
    font-size: 1rem;
}

.vtable-head-title-1, .vtable-head-title-2 {
    color: #0E0D0D;
}

.vtable-head-title-2 {
    font-weight: 500;
}

.vtable-head-title-3 {
    font-weight: 700;
    color: #070353;
}

.vtable-body-1 {
    max-width: 40%;
}

.vtable-body-2 {
    text-align: center;
    vertical-align: middle;
    max-width: 30%;
}

.vtable-body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.table-body-icon-wrapper {
    text-align: center;
    vertical-align: middle;
    min-width: 25%;
}

.table-h6 {
    font-size: 1rem;
    color: #070353;
    line-height: 0;
}

.vtable-checkmark-icon {
    fill: #070353;
    color: #070353;
    font-size: 25px;
}

.vtable-times-icon {
    fill: #959595;
    color: #959595;
    font-size: 25px;
}

@media (min-width: 1024px) {
    .vtable-head-title-1, .vtable-head-title-2, .vtable-head-title-3 {
        font-size: 1.5rem !important;
    }

    .vtable-head-1, .vtable-body-1 {
        max-width: 50%;
    }

    .vtable-head-2, .vtable-body-2 {
        max-width: 25%;
    }

    .vtable-h6 {
        font-size: 1.5rem;
    }
}