/*
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");


/*
* === Title Area Margin Bottom | In normal pages so content margin with the footer is right ===
*/

.content .container .container_inner.page_container_inner {
    padding: 30px 0 40px 0;
}

/*
* === Logo | Original: z-index: 88, top: 50% | Added: left: 40px ===
*/

.q_logo img {
    display: block;
    opacity: 1;
    position: absolute;
    top: -70%;
    left: 40px;
    width: auto!important;
    max-width: none;
    z-index: 112;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
}

/*
* === Top Header Right Widget Area | add only float:right ===
*/

.header_top .right {
    float: right;
    width: 100%;
}

/*
* === Logo Holder Background | Only Added: Shadow background ===
*/

header.centered_logo.centered_logo_animate .q_logo img, header:not(.centered_logo) .q_logo img {
    height: 100%;
    background-repeat: no-repeat;
    left: 0px;
}

/*
* === Logo Holder position | Only Added: Shadow background ===
*/

.q_logo {
    position: relative;
    top: 66%;
    left: 0;
}

/*
* === Login and Register Forms Styling ===
*/

.upme-field-type i:hover, .upme-post-field-type i:hover {
    background: #221E1F;
}

.upme-field-type i, .upme-post-field-type i {
    background: #221E1F;
    color: #fff;
}

div.upme-field-name, div.upme-wrap div.upme-field-name a {
    color: #FB8100;
}

div.upme-head, div.upme-post-head, div.upme-custom-head {
    background: #221E1F;
}

.login-heading {
    padding: 0px;
    font-size: 27px;
    color: #FB8100;
    font-weight: 600;
    text-transform: uppercase;
}


