/*
Theme Name: Patti Child - Feedback System Check
Theme URI: http://deliciousthemes.com/
Description: Creative / Portfolio One-Page Theme
Author: Madalin Tudose
Author URI: http://deliciousthemes.com/
Template: patti
Version: 1.4
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */

@import url('../patti/style.css');
/* =Theme customization starts here
-------------------------------------------------------------- */

.logo img {
    height: 35px !important;
    margin-top: 5px;
}

@media only screen and (max-width: 600px) {
    .logo img {
        height: 30px !important;
        margin-top: 2px;
    }
}

.flags_language_selector li.active-lang {
    background: #114aa2;
    color: #fff;
}

.button-cta {
    font-family: Roboto Slab;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 30px !important;
}

button.ubtn-normal {
    padding: 15px 30px;
    font-family: Roboto Slab !important;
    font-size: 14px;
}

ul#mainnav>li {
    background: none;
}

.ufb-sub-field-wrap {
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
}

.ufb-sub-field-wrap label {
    margin-left: 5px;
}

label {
    display: inline !important;
}

input[type=checkbox] {
    height: 16px;
}

input[type=radio] {
    height: 16px;
}

.ufb-front-form .ufb-form-field-wrap label.ufb-control-label {
    color: #053f9b;
}

input[type=submit] {
    float: none;
    cursor: pointer;
    margin: 20px auto !important;
    display: block;
    background-color: #053f9b;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px !important;
    font-weight: normal;
}

.ufb-front-form .ufb-each-step-wrap .ufb-step-actions-wrap .ufb-next-step {
    float: right;
    margin-right: 15px;
    cursor: pointer;
    background-color: #053f9b;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    border: none;
    padding: 10px 30px;
}

.ufb-front-form .ufb-each-step-wrap .ufb-step-actions-wrap .ufb-back-step {
    float: left;
    margin-left: 15px;
    cursor: pointer;
    background-color: #053f9b;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    border: none;
    padding: 10px 30px;
}

.ufb-front-form .ufb-each-step-wrap .ufb-step-actions-wrap .ufb-final-step {
    float: right;
    margin-right: 15px;
    cursor: pointer;
    background-color: #053f9b;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    border: none;
    padding: 10px 30px;
}

.wpb_text_column :last-child {
    margin-bottom: 25px;
    margin-top: 10px;
}

.ufb-front-form .ufb-each-step-heading {
    display: inline;
    padding: 5px;
}

.ufb-steps-heading-wrap {
    display: flex;
    margin-bottom: 30px;
    margin-left: 12px;
}

.ufb-complete-step {
    background-color: #114aa2;
    color: #ffffff;
}

.ufb-incomplete-step {
    background-color: #2f98d8;
    color: #ffffff;
}

.ufb-success-message {
    color: #114aa2;
}

.ufb-error {
    color: #ff0000;
}

< !-- Roche page -->td {
    padding-bottom: 10px;
}

.wpb_text_column :last-child {
    margin-top: 0;
}

.ufb-choice-matrix-table thead td {
    padding-bottom: 9px;
    margin-top: -3px;
}

.ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
    margin-right: 5px;
    position: relative;
    padding-left: 24px;
    display: inline-block;
}

.ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading:first-of-type {
    padding-left: 10px;
}

.ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading:first-of-type:before {
    display: none;
}

.ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading:before,
.ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid 18px transparent;
    top: 0;
}

.ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading:before {
    left: 0;
    border-left-color: white;
}

.ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading:after {
    right: -36px;
    border-left-color: #2f98d8;
    z-index: 1;
}

.ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step:after {
    border-left-color: #114aa2;
}

@media only screen and (max-width: 1023px) {
    html .flags_language_selector {
        display: block;
        position: absolute;
        top: -45px;
        right: 37px;
    }
}
