.navigation {

}

.row--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*.admin-bar .navigation {*/
/*    top: 46px;*/
/*}*/
/*@media screen and (min-width: 783px) {*/
/*    .admin-bar .navigation {*/
/*        top: 32px;*/
/*    }*/
/*}*/

.sticky-status {
    bottom: unset;
    top: 42px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .sticky-status {
        top: 72px;
    }
}


/** Forms **/

.gform_wrapper .pronamic_pay_display_icons .gfield_radio {
    padding-left: 0 !important;
}

.gform_wrapper .pronamic_pay_display_icons .gfield_radio li {
    width: 100% !important;
}

.gform_wrapper .pronamic_pay_display_icons .gfield_radio li span {
    color: #000 !important;
}

.gform_wrapper input[type="submit"].gform_button {
    background: #fc3f4b;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    border: 0;
    box-shadow: none;
    vertical-align: middle;
    transition: background .1s ease-in 0s,color .1s ease-in 0s;
}

.gform_wrapper input[type="submit"].gform_button:hover {
    background-color: #93242b;
    color: #fff;
}

/*.gform_wrapper .gfield_label {*/
/*    font-weight: 400;*/
/*}*/