/*
Theme Name: FirstFrame Child
Theme URI: https://firstframe.qodeinteractive.com
Description: A child theme of FirstFrame
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: firstframe
Template: firstframe
*/


#firstframe_core_single_image-4 .qodef-m-image {
    text-align: center;
}

#firstframe_core_single_image-4 .qodef-m-image img {
    display: inline-block;
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    max-width: 500px;
}

.qodef-page-title .qodef-m-title,
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    color: #ffffff
}

.qodef-section-title .qodef-m-title {
    color: #cca575;
}

.qodef-section-title .qodef-m-title mark {
    color: #ffffff;
}

input[type="submit"], button[type="submit"] {
    border: 1px solid #cca575;
}

.wpcf7 button[type="submit"].qodef-layout--filled {
    --qode-bg-hover-color: #cca575;
    border: 1px solid #cca575;
}

.copyright-text {
    text-align:right;
    font-size: 14px;
}

.home-page-marquee .qodef-portfolio-list.qodef-item-layout--info-marque article .qodef-e-top-holder {
    display: none;
}

@media only screen and (max-width : 576px) {
    .qodef-text-marquee.qodef-outline .qodef-m-content {
        font-size: 60px !important;
        line-height: normal !important;
    }

    #qodef-page-footer-top-area-inner > .qodef-grid > .qodef-grid-inner {
        text-align: center;
    }

    #qodef-page-footer-top-area-inner > .qodef-grid > .qodef-grid-inner img {
        display: inline-block;
    }

    #qodef-page-footer-top-area-inner > .qodef-grid figure {
        margin: 0 !important;
        float: none;
        display: inline-block;
    }

    .copyright-text {
        text-align:center;
    }



}