/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/** MENU **/
nav.main_menu ul li {/*line-height: 100px;*/}
nav.main_menu ul#menu-menu-principal > li:nth-child(1) {
    background-color: #5aa1e3;
}
nav.main_menu ul#menu-menu-principal > li:nth-child(2) {
    background-color: #f7be68;
}
nav.main_menu ul#menu-menu-principal > li:nth-child(3) {
    background-color: #b97ebb;
}
nav.main_menu ul#menu-menu-principal > li:nth-child(4) {
    background-color: #dddddd;
}
nav.main_menu ul#menu-menu-principal > li:nth-child(5) {
    background-color: #75d69c;
}
@media only screen and (min-width: 1500px) {
    .qode_grid_1400 .drop_down .wide .second ul li {
        width: 249px;
    }
}

/** ACTUALITE ACTION **/
div#actions-grid h3 {font-size: 16px;font-weight: 400;background: #673ab7;color: #FFF;min-height: 64px;text-align: center;display: flex;align-items: center;justify-content: center;line-height: 20px;}
@media (max-width:767px){
    .actions img {max-height: auto;}
}
@media (min-width:992px) and (max-width:1260px){
    .actions img {max-height: 340px;}
}
@media (min-width:1261px) and (max-width:1399px){
    .actions img {max-height: 430px;}
}
@media (min-width:1400px){
    .actions img {max-height: 580px;}
}

/** BLOG **/
.blog_holder.blog_single article h2.entry_title, .blog_holder article .post_info {display: none;}
.op-reaap-connect-content h3, .op-reaap-h3 {margin: 0;text-transform: uppercase;font-size: 10px;line-height: 15px;background-color: #e1486b;background: -moz-linear-gradient(top, #be0254 0%, #f67478 50%, #fffd00 98%);background: -webkit-linear-gradient(top, #de4469 0%,#e4506d 50%,#eb5d71 98%);background: linear-gradient(to bottom, #de4469 0%,#e4506d 50%,#eb5d71 98%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4469', endColorstr='#eb5d71',GradientType=0 );display: inline-block;padding: 5px 5px;border-radius: 5px;color: #FFF;}


.displaynone {display: none;}