/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

article .image_holder img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.portfolio_main_holder .item_holder.split_up .text_holder_inner {
    padding: 20px !important;
}

.portfolio_main_holder .item_holder.split_up .project_category {
    margin-bottom: 0 !important;
}

.portfolio_main_holder .item_holder.split_up .text_holder_inner:before {
    right: 11px !important;
    top: 33px !important;
}

.title_subtitle_holder h1 {
    text-align: center;
}

.custom-portfolio {
    display: flex;
    flex-wrap: wrap-reverse;
    max-width: 1173px;
    margin: auto;
}

.custom-portfolio > div {
    width: 100% !important;
}

.custom-portfolio>.column2>.column_inner {
    padding: 0 !important;
}

.custom-portfolio .portfolio_images img {
    width: 100% !important;
    margin-bottom: 40px !important;
}

.title-clients h2{
    color: #fff !important;
}

#back_to_top span i, #back_to_top span span {
    color: #fff !important;
}

.widget.qode_icon_with_text_widget {
    display: flex !important;
    justify-content: center !important;
}

.footer_bottom img {
    /* max-width: 250px; */
    height: 30px;
    margin: auto auto 40px;
}

.footer_bottom p:nth-child(3) {
    margin-bottom: 20px;
}

.two_columns_66_33>.column1>.column_inner {
    padding: 0 !important;
}

.portfolio_navigation .portfolio_next a {
    margin-right: 0 !important;
}

.portfolio_navigation  {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    margin: auto auto 20px;
}

.info.portfolio_categories span {
    font-weight: 500;
}

.header_inner_right, nav.main_menu.drop_down.center {
    display: none !important;
}

header.centered_logo .header_inner_left {
    margin: 20px 0 !important;
}

@media only screen and (max-width: 600px) {
    h2 a{
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 480px) {
    .container_inner {
        width: unset !important;
        padding: 0 20px !important;
    }
}

@media only screen and (max-width: 480px) {
    .title.title_size_large h1 {
        font-size: 42px !important;
        line-height: 1.1 !important;
    }

    footer .icon_holder {
        line-height: 24px;
    }
}

.q_logo img {
    height: 30px !important;
}

.content {
    margin-top: 0 !important;
    /* padding-top: 120px !important; */
}
@media only screen and (max-width: 1000px) {
    /* .content, .content.content_top_margin {
        padding-top: 120px !important;
    } */

    header.centered_logo .header_inner_left {
        margin: 0 !important;
    }
} 

.title { 
    height: unset !important;
}

.title .title_holder {
    height: unset !important;
    padding-top: 100px !important;
    padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .title .title_holder {
        padding: 120px 10px 40px !important;
        box-sizing: border-box;
    }
}

.portfolio_main_holder .item_holder .portfolio_title {
    line-height: 1 !important;
}

.portfolio_navigation .portfolio_button a {
    background-image: url(https://blacksmith.group/wp-content/themes/bridge-child/portfolio_list_button@2x.png) !important;
}