@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900');

/*------------------------------------------------------------------

[Child Stylesheet]

Project:	CNI Events

Extends default CSS stylesheet
-------------------------------------------------------------------*/

/**** TYPO ***/
h1,h2,h3,h4,h5,h6{
	    font-family: 'Montserrat', sans-serif;	
}

.first-row{
	padding:92px 0!important;
    color: unset
}

nav.navbar.navbar-inverse.container.navbar-fixed-top.navbar-events{
	background: #ce1733!important;
	height: 72px;
	z-index: 1
}
nav.navbar.navbar-inverse.container.navbar-events {
    background: none!important;
    border: none;
	height: 95px;
	z-index: 1
}

.navbar.navbar-inverse.navbar-fixed-top .nav-header{
	width:265px!important;
	height:92px!important;
}
img.brand-img{
	width:192px!important;
        margin-top:10px;
}
.wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand{
	background: none!important;
}

nav.navbar.navbar-inverse.container.navbar-events {
    background: none!important;
    border-bottom: none;
}


.hero-img-container{
	width: 100%;
    height: 256px;
    background: #A40921;
    top: 0;
    z-index: 0;
    margin-top: -210px;
}
.hero-img-element{
	z-index: 0;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height:100%;
	opacity:0.15;
}
.hero-img-container.hero-img-element overlay{
	background:#333;
	z-index:1;
	width:100%;
	height:100%;
}

.hero-title {
    text-align: center;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    color: #fff;
    position: absolute;
    left: 0;
    top: 32px;
    opacity: 1!important;
    z-index: 1;
    font-weight: 600;
}

.hero-title h1 {
    color:#fff;
    line-height: 140%;
}

@media (max-width: 767px) {    
    .hero-title {
        top: 0px;
        left: 32px;        
    }
}

.popover-content p{
    color: unset !important;
}