/*
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");

/*HEADER MOBILE LOGO POSITION */
 @media only screen and (max-width: 1000px) {
    header .q_logo img.mobile {
        display: block !important;
        opacity: 1 !important;
        position: relative;
        margin: 25px auto;
    }
}


/*ARTICOLI PADDING */
.latest_post_two_holder .latest_post_two_inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 10px;
}

.latest_post_two_holder .latest_post_two_info {
border: none;
padding: 21px 10px 9px 10px;
}
.latest_post_two_holder .latest_post_two_inner {
display: flex;
flex-direction: column-reverse;
padding: 10px;
}
.latest_post_two_holder .latest_post_two_inner {
position: relative;
display: inline-block;
vertical-align: middle;
width: 100%;
background-color: #fff;
padding: 10px;
}
