/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/*popup*/
div#consolPopup {
    position: relative;
    max-width: 800px;
    display: none;
    margin: 50px 0;
    border-radius: 10px;
}
.pop-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

div#consolPopup .pop-body p {
    text-align: justify;
}
.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.btn-close .fa {
    color: #0d476e;
    font-size: 25px;
}
.fancybox-is-open#fancybox-container-3 .fancybox-bg {
    opacity: 1!important;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
/* itb online form*/
/*.itb-form .form-group {
    display: grid;
}*/
.itb-form .form-group input[type="text"],
.itb-form .form-group input[type="email"],
.itb-form .form-group input[type="date"],
.itb-form .form-group input[type="number"],
.itb-form .form-group textarea,
.itb-form .form-group select{
    width: 100%;
}

.itb-form .form-group #gender span.wpcf7-list-item,
.itb-form .form-group #gender1 span.wpcf7-list-item,
.itb-form .form-group #gender2 span.wpcf7-list-item,
.itb-form .form-group #gender3 span.wpcf7-list-item,
.itb-form .form-group input#dob {
    height: 37px
}

.itb-form .form-group span#occupationindustry,
.itb-form .form-group span#employmenttype,
.itb-form .form-group span#incomedeclaration,
.itb-form .form-group span#sourceoffund {
    display: grid;
}

 input.wpcf7-form-control.wpcf7-previous {
    border-color: #0088cc;
    background-color: #0088cc;
    border: 1px solid #08c;
    color: #fff;
    padding: 8px 10px;
    line-height: 1.42857;
}

#wpcf7-f2773-p2787-o1 input.wpcf7-form-control.wpcf7-submit {
    margin-left: 5px;
}

.btn-add a {
    border-color: #0088cc;
    background-color: #0088cc;
    border: 1px solid #08c;
    color: #fff!important;
    padding: 8px 10px;
    line-height: 1.42857;
}
.btn-add a:hover {
    cursor: pointer;
}
.btn-add {
    text-align: center;
    padding: 30px 15px;
}
/* succes msg*/
#wpcf7-f2773-p2787-o1 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

/* progress bar */
.vc_progress_bar .vc_single_bar.progress .vc_bar, .progress-bar {
    float: left;
    background-color: #08c;
    box-shadow: none;
    position: relative;
}
.progress-bar-striped {
    background-image: none;
    background-size: 1rem 1rem;
}
/* step 2 check address*/
.form-group.tohide{
    display: none;
}
.form-group.toshow{
    display: block;
}
label[for='step2Gender2'],
label[for='step4Gender2'] {
    margin-bottom: 11px;
}
/* step 3 other input field*/
input[type="text"][name="step3OccupationIndustryOthers"]{
    display: none;
}
input#step3OccupationIndustryOthers {
    margin-top: 25px;
}
.form-group.radiobtn label {
    display: block;
}
.form-group.radiobtn>label:not(:first-of-type) {
    font-weight: 400;
    color: #000;
}
.form-group label {
    color: #000;
    font-weight: 600;
}
p.contribution-alert {
    color: #c10000;
    margin-top: 3px;
    padding: 0;
    font-size: .9em;
}
.next-form {
    background-color: #08c;
    border-color: #08c;
}