/*
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
*/
.sf-menu{font-weight:bold;}

/*.wide .header,
.boxed .header > .container {
    background-color: rgb(224, 133, 137);
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}*/

.current-menu-item {    
	text-decoration-line: none;
    border-bottom: #C62128 solid 5px
}

.wpcf7-form {
    color: #fff;
}

.wpcf7-form input, textarea
{
    border: 0;
  	outline: 0;	
	background:#fff;
	color:#6d7a83;
	border-bottom: 2px solid #fff;
	font-weight: normal;
	font-size: 16px;
	padding-left:5px;
	-webkit-appearance:none
}

.wpcf7-response-output{
    color: #fff;
}

.menu-toggle{
		color: #000 !important;
	}
@media (max-width: 991px) {
	.navigation{    
        background-color: rgb(224,133,137,0.93);
    }
	.menu-toggle{
		color: red !important;
	}
}