/*
Theme Name: Boldlab Child
Theme URI: https://boldlab.qodeinteractive.com
Description: A child theme of Boldlab Theme
Author: Edge Themes
Author URI: https://themeforest.net/user/edge-themes/portfolio
Version: 1.0
Text Domain: boldlab
Template: boldlab
*/

/* Header */
.header-logo {
    max-width: 200px;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-icons img {
    max-width: 30px;
    margin-left: 15px;
}

.social-icons a {
    transition: all 0.3s;
}

.qodef-mobile-header-logo-link {
    display: none !important;
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#qodef-page-mobile-header {
    position: fixed;
    width: 100%;
    display: block !important;
    background: transparent;
	transition: all 0.3s;
}

#sb_instagram #sbi_images .sbi_item {
    float: none !important;
}

#qodef-page-outer {
    margin-top: -30px !important
}

#qodef-page-mobile-header.bg-active {
    background: black;
}

body #qodef-mobile-header-navigation {
    z-index: -1;
}

body #qodef-mobile-header-navigation .qodef-m-inner {
    height: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

body #qodef-mobile-header-navigation-menu {
    width: auto;
}

body #qodef-mobile-header-navigation .qodef-m-inner>ul>li>a {
    color: white;
    font-size: 50px;
    transition: all 0.3s;
}

@media only screen and (max-width: 480px) {
    .header-logo {
        max-width: 130px;
    }

    #qodef-page-footer-bottom-area .d-flex {
        display: block;
        text-align: center;
    }

    #qodef-page-footer-bottom-area img {
        margin-bottom: 30px;
    }

    body #qodef-mobile-header-navigation .qodef-m-inner>ul>li>a {
        font-size: 35px;
    }
}

@media only screen and (max-width: 768px) {
    #who-we-are .vc_col-sm-6 {
        float: none;
        display: inline-block;
    }

    #contact-us .vc_col-sm-6 {
        width: 100%;
    }

    body #qodef-mobile-header-navigation .qodef-m-inner>ul>li>a {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    body #qodef-mobile-header-navigation .qodef-m-inner>ul>li>a {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1024px) {
    body #qodef-mobile-header-navigation .qodef-m-inner>ul>li>a {
        font-size: 50px;
    }

    body #qodef-mobile-header-navigation .qodef-m-inner>ul:hover a {
        opacity: 0.4;
    }

    body #qodef-mobile-header-navigation .qodef-m-inner>ul>li>a:hover {
        transform: translateX(5px);
        opacity: 1;
    }

    .social-icons a:hover {
        transform: translateY(-3px);
    }
}

body #qodef-mobile-header-navigation {
    height: 100vh;
    max-height: 100vh;
    top: 0;
}

.qodef-lines .qodef-line {
    background-color: white !important;
}

/**** Masonry overrides *****/

/* Item 1, Item 2 */
.qodef-grid-item.post-3907, .qodef-grid-item.post-3926, .qodef-grid-item.post-3979 {
    width: 50%!important;
}

/* Item 3, Item 4, Item 5, Item 6, Item 7, Item 8 */
.qodef-grid-item.post-3929, .qodef-grid-item.post-3930, .qodef-grid-item.post-3931,
.qodef-grid-item.post-3932, .qodef-grid-item.post-3980, .qodef-grid-item.post-4231 {
    width: 25%!important;
}

#portfolio .qodef-grid-item {
    transition: all 0.3s;
}

#portfolio .qodef-grid-item:nth-child(9), #portfolio .qodef-grid-item:nth-child(10), #portfolio .qodef-grid-item:nth-child(11), #portfolio .qodef-grid-item:nth-child(12),
#portfolio .qodef-grid-item:nth-child(13), #portfolio .qodef-grid-item:nth-child(14), #portfolio .qodef-grid-item:nth-child(15), #portfolio .qodef-grid-item:nth-child(16) {
    opacity: 0;
}

/* Portfolio */
#portfolio > .wpb_column {
    overflow: hidden;
    transition: all 0.3s;
}

#portfolio .vc_column-inner {
    padding-top: 0;
}

#portfolio .qodef-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    border: 10px solid white;
    z-index: 1;
}

/* Read more */
.read-more-button {
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #1f1f1f;
    padding: 13px 10px 13px 10px;;
    display: block;
    max-width: 120px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.3s;
    position: relative;
    font-size: 23px;
}

.qodef-button {
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #1f1f1f;
    padding: 6px 30px 7px 30px;
    max-width: 120px;
    transition: all 0.3s;
    position: relative;
    font-size: 23px;
    background: transparent;
}

.read-more-button__inner, .qodef-m-text {
    position: relative;
    z-index: 1;
}

.read-more-button::before, .qodef-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: all 0.3s;
    background: #1f1f1f;
}

.read-more-button--inactive {
    opacity: 0;
    visibility: hidden;
    cursor: not-allowed;
    pointer-events: none;
}

.read-more-button:hover::before, .qodef-button:hover::before {
    width: 100%;
}

.read-more-button:hover, .qodef-button:hover {
    cursor: pointer !important;
    color: white;
    background: transparent;
}

.read-more-wrap {
    text-align: center;
}

/* Quote row */
.vc_custom_1599395212015 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.quote-row h4 {
    text-transform: none;
}

/* Footer */
#qodef-page-footer-bottom-area {
    background-color: #232021
}

#qodef-page-footer-bottom-area img {
    max-width: 250px;
}

#qodef-page-footer-bottom-area a {
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: white;
    margin-left: 15px;
}


@media only screen and (min-width: 1024px) {
    .vc_custom_1599395212015 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .quote-row h4 {
        font-size: 46px;
    }

    #qodef-page-footer-bottom-area a {
        margin-left: 40px;
    }
}

/* Misc */
.qodef-instagram-list #sb_instagram {
    padding-top: 0;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}
