@charset "UTF-8";
/*
Theme Name: UNOi 2021
Theme URI: https://mx.unoi.com/
Author: UNOi
Author URI: https://mx.unoi.com/
Description: UNOi custom template.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

/****NEW FORM SECTION****/
.new_form_section{
	background-color: black;
}
.flex_row_div{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.left_form{
	color: #ffffff;
	text-align: right;
	font-weight: 800;
	font-size: 1.4em;
	width: 45%;
	padding: 0 35px 0 0;
	align-items: center;
	display: flex;
	align-items: center;
}
.right_form{
	width: 55%;
	padding: 0 0 0 35px;
	align-items: center;
	display: flex;
	align-items: center;
}
.new_form_section .ninja-forms-field{
	background-color: #ffffff;
}
.new_form_section label{
	color: #ffffff;
}
.new_form_section .label-above .field-wrap,
.new_form_section .label-below .field-wrap {
    flex-direction: column;
    flex-flow: inherit;
    flex-direction: row;
}
.new_form_section #ninja_forms_required_items, 
.new_form_section .nf-field-container{
	margin-bottom:10px
}
.new_form_section .label-above .nf-field-label{
	width: 65%;
}
.new_form_section .list-radio-wrap .nf-field-element li{
	display: inline-flex;
	align-items: center;
}
.new_form_section .list-radio-wrap .nf-field-element li input{
	margin-top: 0;
}
.new_form_section .list-radio-wrap .nf-field-element li label{
	margin-left: .5em;
    margin-right: 1.2em;
}

@media (max-width: 600px) {
	.new_form_section .flex_row_div{flex-direction: column;}
	.new_form_section .left_form{width:100%;margin-bottom: 40px;text-align: center;padding: 0;}
	.new_form_section .right_form{width:100%;padding: 0;}
}


.menu_header_wrapper ul li ul{
	display: none;
    position: absolute;
    padding: 0;
    background: #212121;
	min-width: 305px;
	top: 85px;
	line-height: 1;
}

.menu_header_wrapper ul li:hover > ul{
	display: block;
	z-index: 9;
}

.main_header ul > li {
    display: inline-block;
    color: #fff;
	padding: 0 30px;
	line-height: 90px;
}


.header_inner_content {
    padding: 0;
}

.has_submenu{
	position: relative;
}

.has_submenu ul li{
	padding: 0;
}

.main_header ul > li a {
    padding: 34px 0;
}

.main_header ul li ul li a{
	padding: 0 25px;
}

.main_header ul li ul li{
	line-height: 60px;
}

.main_header ul li.has_submenu ul li:last-child a{
	color: #ffffff;
}

@media (max-width: 576px){
	.inner_container {
    	padding: 30px 20px;
	}
}

.menu_mobile ul {
    min-width: 240px;
}