/*
Theme Name: ImEvent Child Theme
Theme URI: http: //ovatheme.com
Description: This is child theme of ImEvent
Author: Ovatheme
Author URI: http://ovatheme.com
Template: imevent
Version: 3.1.1
Text Domain:  imevent-child
*/
.page-child.sub-page .header {
    background-color: transparent;
}

.header .header-wrapper .logo img {
    /*max-width: 25vw;
    max-height: 20vh;*/
	max-height: 60px;
}
.page-section.with-sidebar.pt-1 {
    padding-top: 0.25rem;
}

.ehth-widget-container {
	display: flex;
	justify-content: center;
}
.ehth-widget-container.left {
	justify-content: left;
}
.ehth-widget-container.right {
	justify-content: right;
}

.submit-btn-wrapper {
    padding: 10px 0;
}
.submit-btn-wrapper button[type=submit] {
    height: 5rem;
    width: 180px;
    color: #fff;
    background-color: #ff6e00;
    border: none;
    border-color: #ff6e00;
    border-radius: 1rem;
    font-size: 16px;
	font-weight: 600;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
}
.submit-btn-wrapper button[type=submit]:hover {
	background-color: #b3ea4c;
    border-color: #b3ea4c;
}

.submit-btn-wrapper button[type=submit] .fa {
    margin-left: 10px;
}