#hero .main {  width:100% !important; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

/*venue start */

#tribe-events-content .tribe-events-notices {
    color: #0078D7 !important;
    background: white !important;
}

.tribe-events-notices:focus {
    outline: 2px dotted;
}
.tribe-events-gmap,
.single-tribe_events #tribe-events-footer{
    display:none;
}

.events-details-venue-custom .tribe-events-venue-details{
    margin: 20px 0;
}
.single-tribe_events #tribe-events-content .events-details-venue-custom .tribe-events-event-meta .tribe-events-venue-details dd {
    display:inline;
}
.events-details-venue-custom .tribe-events-event-meta .tribe-events-venue-details address.tribe-events-address {
    display: block ;
}

.eventForm #EventCountry{
	font-size:13px !important;
}
/*venue end*/

/*bing map start*/
.MicrosoftMap_NavBar_typeMenu {
	width: 245px !important;
}

.MicrosoftMap_NavBar_typeMenu .NavBar_typeContent {
	width: 175px !important;
}
/*bing map end*/


.footerFixed {position: inherit;}


.entry-video {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 46px;
    display:block;
}

.video_textBox {
    display: block;
    background-color: #007adf;
    color: #fff;
    vertical-align: top;
    box-sizing: border-box;
    padding: 43px 20px;
    width: 100%;
    min-height: 150px;
    float:none;
    padding-bottom: 40px;
}

.video_header {
    font-family:"segoe UI Light","Segoe Light","Segoe UI", Segoe, Tahoma, Verdana, Arial, sans-serif;
    font-size: 44px;
    line-height: 1.2;
    margin-top: -0.3em;
    margin-bottom: calc(38px - 0.3375em);
}

.video_description {
    font-size: 20px;
}

.video_img {
    display:block;
    width:100%;
    min-height:350px;
    background-size:cover;
    background-position: 50%;
    position:relative;
}

 .video_img a {
    background-image: url('/wp-content/plugins/eam-articles-template/images/featu_play_btn.png');
    height:100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20%;
    background-color: rgba(0,0,0,0.4);
    position:absolute;
}

 @media (min-width:721px) {

 .entry-video {
        display:flex;
    }
.video_textBox {
        width: 40%;
        min-height: 250px;
        padding-bottom: 20px;
        float: left;
    }
.video_img {
        width:60%;
        min-height:250px;
    }
}
