/*
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");

/* Theme customization starts here
-------------------------------------------------------------- */

/* -------------------------------------- HEADER -------------------------------------------- */

/* SLIDER PRELOADER COLOR */
.qode_slider_preloader{
background-color: #000000;
}

/* -------------------------------------- CONTENT -------------------------------------------- */

/* SIDEBAR TOP MARGIN */
aside.sidebar { margin-top: 50px; }

/* BLOG TOP MARGIN */
.blog_holder { margin-top:50px !important; }

/* CONTACT TOP MARGIN */
.two_columns_33_66 {
    margin-top: 60px;
}

/* PORTFOLIO NAVIGATION */
.portfolio_navigation .portfolio_next a, .portfolio_navigation .portfolio_prev a {
    line-height: 37px;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 0px;
}

.portfolio_navigation {
    padding: 28px 0 90px;
}

/* BLOG NAVIGATION */
.pagination ul li a, .pagination ul li span {
    line-height: 37px;
    margin: 0 11px 0 0;
    text-align: center;
    font-size: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 0px;
}

/* BLOG INFO */
.blog_holder article .post_info {
display: none !important;
}

.blog_holder article .post_text_inner h2 .date {
display: none !important;
}

/* PORTFOLIO IMAGE LINKS */
.projects_holder.hover_text article .feature_holder .feature_holder_icons {
display: none;
}

.projects_holder article span.text_holder {
pointer-events: none;
}

/* EXPAND SECTION */
.more_facts_button .more_facts_button_text {
    font-family: "Oswald",sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

/* SLIDER BUTTONS */
.ls-nav-next:after, .ls-nav-prev:after {
    line-height: 48px;
}

.ls-nav-prev:after {
    width: 95%;
}

.ls-nav-next:after {
    width: 105%;
}

/* -------------------------------------- FOOTER -------------------------------------------- */