/*
    Theme Name:   Gemcore UI Custom Code
    Template:     gemcore-ui
*/





/* Footer Awards */

#footer-awards .footer-awards-content {
    background: #fff !important;
}

    #footer-awards .block-image-main {
        align-items: center;
        display: flex;
    }

        #footer-awards .fa-text {
            color: #4b5d71;
            padding: 20px 40px;
            width: 50%;
        }

            #footer-awards .fa-text h2 {
                font-size: 20px;
                font-weight: bold;
                line-height: 25px;
                text-align: left;
                width: 290px;
            }

            #footer-awards .fa-text p {
                text-align: left;
                line-height: 19px;
            }

                #footer-awards .fa-text a {
                    font-weight: bold;
                }

        #footer-awards .fa-logos {
            align-items: center;
            display: flex;
            padding: 13px;
            justify-content: center;
            width: 50%;
        }

            #footer-awards .fa-logos a {

            }

                #footer-awards .fa-logos a img {

                }


@media only screen and (max-width: 700px) {

	/* Footer Awards */

    #footer-awards .block-image-main,
    #footer-awards .fa-text,
    #footer-awards .fa-text h2,
    #footer-awards .fa-text p,
    #footer-awards .fa-logos {
        box-sizing: border-box;
        display: block;
        text-align: center;
        width: 100%;
    }

    #footer-awards .fa-logos {
        display: flex;
    }


} /* 700px */