/*
Theme Name: MitUp Child Theme
Theme URI: http: //ovatheme.com
Description: This is child theme of mitup
Author: Ovatheme
Author URI: http://ovatheme.com
Template: mitup
Version: 1.1
Text Domain:  mitup-child
*/

.main_slider .item .cover_bg {
	background-color: #004c5688;
}

.event_speakers .event_speakers_item .media-social a:hover {
	color: #000;
}

.testimonials-carousel.alt .testimonial .testimonial-text {
	padding: 44px 0 0px 0 !important;
}

.testimonials-carousel .testimonial .testimonial-name {
	color: #004c56;
}

.schedule_timeline .item h2.post-title a {
	color: #004c56;
}

header.header .logo {
	max-width: 150px;
}

.nf-form-fields-required {
	display: none;
}

form .nf-form-content input[type='tel'],
form .nf-form-content input[type='email'],
form .nf-form-content input[type='text'] {
	background-color: transparent;
	border: 1px solid #ffffff;
	height: 45px;
	border-radius: 4px;
	color: #fff;
	font-weight: 400;
}

form .nf-form-content .nf-field-label label {
	font-weight: 400;
	color: #cacaca;
}

.checkbox-wrap .nf-field-element input[type='checkbox'] {
	width: 2rem !important;
	height: 2rem !important;
	border: 1px solid #004c56;
	padding: 0;
	accent-color: #f48319;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	position: relative;
	outline: none;
}

.checkbox-wrap .nf-field-element input[type='checkbox']:focus {
	border: 0;
	box-shadow: 0 0 0 2px rgba(244, 131, 25, 0.2);
}

.checkbox-wrap .nf-field-element input[type='checkbox']:checked {
	background-color: #f48319;
	border-color: #f48319;
}

.checkbox-wrap .nf-field-element input[type='checkbox']:checked::after {
	content: '';
	position: absolute;
	left: 0.6rem;
	top: 0.4rem;
	width: 0.6rem;
	height: 0.9rem;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.submit-wrap .nf-field-element input[type='submit'] {
	background-color: transparent;
	border: 1px solid #ffffff;
	height: 45px;
	border-radius: 4px;
	color: #fff;
	font-weight: 400;
	transition: all 0.3s ease;
	padding: 0 30px;
}

.submit-wrap .nf-field-element input[type='submit']:hover {
	background-color: #f48319;
	border-color: #f48319;
	color: #fff;
}

h3.event_heading span.title-inner,
h3 {
	color: #004c56;
}

h2 {
    font-size: 20px!important;
    margin-bottom: 10px;
}


header .header_menu.shrink {
    background-color:#004c56!important;
}

@media screen and (max-width: 767px) {
    .navbar-brand>img {
        width: 140px;
    }
    
    header .shrink .navbar-header a.navbar-brand.logo_image img {
        height: auto!important;
    }
    
    .menutop .navbar-collapse {
        background-color:#004c56!important;
    }
    
    .address ul {
        justify-content: flex-start;
        align-items: center;
    }
    
    .address li {
        text-align: left;
        padding-right: 1rem;
        width: auto!important;
    }
}

.label-above .nf-field-label {
	margin-bottom: 5px!important;
}

.nf-field-container {
	margin-bottom: 15px!important;
}

@media screen and (max-width: 990px) {
	.main_slider .item.register h2.title {
		margin-top:0!important;
	}
}

footer.footer {
	background-color:#004c56!important;
}

footer.footer ul.social li a {
	border-color: #fff;
	color: #fff;
}

.label-right .nf-field-label {
	padding-left:15px!important;
}

.nf-field-element a {
	display: block;
	color: #ffffffbb;
	text-decoration:underline;
	margin-top:-10px;
	margin-bottom:10px;
	padding-left: 34px;
}

.nf-field-label a {
    color: #ffffffbb;
	text-decoration:underline;
}