/******************************************************************************
* Double Feature Item Element
******************************************************************************/
.double-feature-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.double-feature-container a { display: block; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 7px; }

.double-feature-container a .feature-item { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 300px; z-index: 1; }

.double-feature-container a .feature-item .feature-heading { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; bottom: 0; left: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 120px; padding: 0 25px; background: rgba(0, 0, 0, 0.8); }

.double-feature-container a .feature-item h4, .double-feature-container a .feature-item h5 { margin: 0; color: #fff; }

.double-feature-container a .feature-item hr { width: 20%; margin: 20px 0; border-top: 1px solid #fff; }

.double-feature-container a .feature-item::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; background-color: rgba(0, 0, 0, 0.1); content: ''; z-index: -1; }

.double-feature-container a .feature-item:hover::before { opacity: 0; }

.double-feature-container a:hover { text-decoration: none; }

@media (min-width: 768px) { .double-feature-container a { -ms-flex-preferred-size: 50%; flex-basis: 50%; } }
/*# sourceMappingURL=doublefeatureimagelinkelement.css.map */