/*form styles*/


#registration {
    position: relative;
    margin: 30px 0 30px 0;
}

.test {
    border: 1px solid #000;
}

.gray_bg {
    background: #f7f7f7;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 0 10px 0 10px !important;
}

.p-10 {
    padding: 15px ;
}


.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-0 {
    padding-bottom: 0 !important;
}


.pb-5 {
    padding-bottom: 5px !important;
}




.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-40 {
    padding-bottom: 40px;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}
.description {
    display: none;
}
#registration .fieldset_bg{
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

#registration fieldset:not(:first-of-type) {
    display: none;
}

#registration .form-group {
    margin-bottom: 25px;
}

.text-muted.info {
    display: inline-block;
    position: relative;
    min-height: 26px;
    line-height: 110%;
    vertical-align: middle;
    display: flex;
    text-align: left;
    padding-left: 36px;
}

.text-muted.info .one-liner {
    line-height: 26px;
}
.text-muted.info::before {
    height: 26px;
    width: 26px;
    font-size:22px;
    font-family: "FontAwesome";
    content: "\f12a";
    position: absolute;
    left: 0;
    top: 1px;
    color: #ffffff;
    background-color: #cccccc;
    border-radius: 13px;
    text-align: center;
    line-height: 120%;
}

.text-muted.description {
    margin-bottom: 15px;
}

.text-muted.description::before {
    font-family: "FontAwesome";
    content: "\f129";
}
#registration .form-group i{
    width: 26px;
    height: 26px;
    font-size: 20px;
    color: #ffffff;
    padding-top: 2px;
    border: 1px solid #cccccc;
    background-color: #cccccc;
    border-radius: 13px;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 10px;
}

.course_info {
    margin-top: 10px;
}

.iti { width: 100%; }

/*inputs*/
#registration input.form-control, #registration textarea, #registration select {
    padding: 0 10px 0 10px;
    border: 1px solid #cccccc;
    border-radius: 0 !important;
    margin-bottom: 5px;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #2b2b2b;
    font-size: 16px;
}

#registration input:focus, #registration textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

#registration input.error, #registration select.error {
    border: 1px solid #db0007 !important;
}

#registration label.error {
    color: #db0007 !important;
}

.intl-tel-input {
    display: table-cell;
    width: 100% !important;
}


::-webkit-input-placeholder {
    color: #d6d3d3; }

::-moz-placeholder {
    /* Firefox 19+ */
    color: #d6d3d3;
    opacity: 1; }

:-ms-input-placeholder {
    color: #d6d3d3; }

#registration label.regform-label
{
    font-size:16px;
    line-height: 100%;
    color: #2b2b2b;
    text-align: left;
    float: left;
    display: block;
    width: 100%;
    margin:0 0 5px 0;
    position: relative;
}



#registration label.regform-label span {
    float: right;
    display: none;
}

span.error_msg {
    color: #db0007;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

.iti__hide {
    display: none; }

pre {
    margin: 0 !important;
    display: inline-block; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none; }

/*buttons*/
#registration .action-button {
    position: relative;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 28px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px;
    height: 56px;
    width: 230px;
    text-transform: uppercase;
}

#registration .action-button a {
    color: #ffffff;
    text-decoration: none;
}

/*#registration .backlink.hidden {
    display:none;
}*/

#registration .action-button.next_step, #registration .action-button.submit, #registration .action-button.submit_trial, #registration .action-button.backlink {
    background: #299598;
}

#registration .action-button.previous_step {
    background: #acacac;
}

#registration .action-button.facebook {
    background-color: #3B5998 !important;
}

#registration .action-button.facebook:hover, #registration .action-button.facebook:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #3B5998;
}



#registration .action-button.next_step::before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 32px;
}

#registration .action-button.previous_step::before {
    font-family: "FontAwesome";
    content: "\f104";
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 32px;
}




#registration .action-button:hover, #registration .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #299598;
}


#registration .action-button.previous:hover, #registration .action-button.previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #acacac;
}

/*headings*/
#registration h2 {
    font-size: 26px;
    color: #394a5a;
    margin:0 0 5px 0;
    line-height: 100%;
    padding:0;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

#registration h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #394a5a;
    margin: 0 0 15px 0;
    text-align: center;
}

.information i{
    width: 26px;
    height: 26px;
    font-size: 20px;
    color: #299598;
    padding-top: 2px;
    border: 1px solid #299598;
    border-radius: 13px;
    text-align: center;
    position: absolute;
    right: 15px;
}

.all_courses {
    display: none;
}
.clearer {
    clear: both;
}
.collapse {
    float: left;
}
#registration .more_courses {
    padding-bottom: 30px;

}

#registration h4 i {
    background-color: #299598;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 18px;
    width: 25px;
    padding: 4px 0 3px 0;
    border-radius: 3px;
    margin: 0 10px 0 0;
}
#registration h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    line-height: 20px !important;
    text-align: left;
    cursor: pointer;
}

.experience label {
    text-align: left !important;
    font-size: 16px;
    line-height: 56px;
    height: 50px;
}


ul#progress {
    margin-bottom: 60px;
    overflow: hidden;
    counter-reset: step;
    text-align: center;
    width: 100%;
    list-style-type:none;
    display:flex;
    justify-content: center;
    background-color: #d6d3d3;
    height: 34px;
    padding: 0;

}

#progress li {
    list-style-type: none;
    color: #ffffff;
    width: 50%;
    float: left;
    position: relative;
    line-height: 34px;
    line-height: 34px;
    font-size: 20px;
}

#progress li.previous_step {
    cursor: pointer;
}

#progress li.sep:after {
    position: absolute;
    font-size: 32px;
    right: -12px;
    top: 4px;
    transform: rotate(45deg);
    width: 26px;
    height: 26px;
    z-index: 150;
    background-color: #d6d3d3;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    content: "";
}

#progress li.sep.active:after {
    position: absolute;
    font-size: 32px;
    right: -12px;
    top: 4px;
    transform: rotate(45deg);
    width: 26px;
    height: 26px;
    z-index: 150;
    background-color: #299598;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    content: "";
}

#progress li.active {
    background-color: #299598;
    font-size: 20px;
}

#thank_you {
    padding-bottom: 0;
}

.thank_you_header {
    height: 150px;
    background-image: url('/wp-content/uploads/2018/09/WEBBYSKILL_logo_color_01-e1538236763355-150x150.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.thank_you_content {
    padding: 25px 25px 0 25px;
    text-align: center;
}

.thank_you_separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 0 20px 0;
}

.thank_you_separator_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}

.thank_you_separator_holder .icon {
    font-size:60px;
    border: 10px solid #ffffff;
    background-color: #ffffff;
    border-radius: 30px;
    position: absolute;
    top:-40px;
    margin-left: calc(50% - 35px);
    color:#189da2 !important;
}

.thank_you_separator_holder .icon.error {
    color:#db0007 !important;
}

.thank_you_separator_line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}


.thank_you_content p span {
/*    color: #299598;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.thank_you_content p a {
    color: #299598;
    font-weight: bold;
}

h4.teaser {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    color: #299598;
    display: block;
}

h4.teaser.inverted {
    color: #ffffff;
}

.recommended {
    border: 1px solid #a0a0a0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f7f7f7;
}

.recommended h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.recommended img {
    margin: 0 !important;
}


.recommended p {
    font-size: 12px;
    line-height: 150%;
    margin: 0 0 0 0;
}

.recommended p a {
    color: #299598;
    font-weight: bold;
}



/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

.custom-select-arrow {
    background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='grey' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
}


@keyframes hover-color {
    from {
        border-color: #cccccc; }
    to {
        border-color: #299598; } }

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed; }

.magic-radio + label, .magic-checkbox + label {
    position: relative;
    display: block;
    padding-left: 35px;
    padding-top: 0;
    margin: 0 0 10px 0;
    font-size:16px;
    line-height: 150%;
    color: #2b2b2b;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

.magic-radio + label:hover:before, .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-radio + label:before, .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    content: '';
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.magic-radio + label:after, .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled] + label, .magic-checkbox[disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}
.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after, .magic-checkbox[disabled] + label:hover, .magic-checkbox[disabled] + label:before, .magic-checkbox[disabled] + label:after {
    cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before, .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.magic-radio[disabled] + label:before, .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked + label:before, .magic-checkbox:checked + label:before {
    animation-name: none;
}

.magic-radio:checked + label:after, .magic-checkbox:checked + label:after {
    display: block;
}

.magic-radio + label:before {
    border-radius: 50%;
}

.magic-radio + label:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #299598;
}

.magic-radio:checked + label:before {
    border: 1px solid #299598;
}

.magic-radio:checked[disabled] + label:before {
    border: 1px solid #299598;
}

.magic-radio:checked[disabled] + label:after {
    background: #c9e2f9; }

.magic-checkbox + label:before {
    border-radius: 3px;
}

.magic-checkbox + label:after {
    top: 0px;
    left: 8px;
    box-sizing: border-box;
    width: 10px;
    height: 20px;
    transform: rotate(45deg);
    border-width: 3px;
    border-style: solid;
    border-color: #299598 !important;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked + label:before {
    border-color: #299598;
    background: #ffffff;
}

.magic-checkbox:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9; }


.tovabbi
{

    padding-left: 0px;
    margin-left: 0px;
    font-weight: 700;
}

.card h2
{
    text-align: left;
    margin-bottom: -10px;
}

.tovabb
{
    font-family: "Raleway";
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tovabb_label
{
    margin-top: 10px;
    margin-left: 60px;
    text-decoration: none;
}



.tovabbi.active.focus,
.tovabbi.active:focus,
.tovabbi.focus,
.tovabbi.focus:active,
.tovabbi:active:focus,
.tovabbi:focus {
    outline: 0 !important;
    outline-offset: 0  !important;
    background-image: none  !important;
    -webkit-box-shadow: none !important;
    box-shadow: none  !important;
}



#registration textarea
{
    padding: 0px;
}

#total
{
    font-size: 30px;
    font-weight: bolder;
    color: black;
    text-align: center;
}




.regform_checkbox_label
{
    max-width: 100%;
    float: left;
    color: #2b2b2b !important;
}

.regform_checkbox_label a
{
    color: #299598;
}

.more_info {
    position: relative;
    border: none;
}

.more_info .title {
    position: absolute;
    top: 20px;
    background: silver;
    padding: 4px;
    left: 45px;
    white-space: nowrap;
}

.leiras
{
    text-align: left;
}

input[type=text]:focus,input[type=email]:focus, input[type=tel]:focus, select:focus {
    border: 1px solid #299598 !important;

}


/* modified appearance (eg. trial page) */
.experience label.inverted {
    text-align: left !important;
    font-size: 13px;
    line-height: 46px;
    height: 40px;
    color: #ffffff;
}
span.error_msg.inverted {
    color: #ffffff;
    font-weight: bold;
    font-size:12px;
}

#registration label.regform-label.small
{
    font-size:13px;
    margin:0 0 3px 0;
}

#registration label.regform-label.inverted
{
    color: #ffffff;
}

#registration input.form-control.small, #registration textarea.small, #registration select.small {
    height: 40px;
   font-size: 14px;
}

#registration select.small {
    line-height: 40px !important;
}

#registration .action-button.inverted.next_step, #registration .action-button.inverted.submit, #registration .action-button.inverted.submit_trial, #registration .action-button.inverted.backlink {
    background: #ffffff;
}

#registration .action-button.inverted:hover, #registration .action-button.inverted:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #299598;
    background: #299598;
    color: #ffffff;
}

#registration .action-button.inverted {
    color: #299598;
    border-radius: 20px;
    margin: 5px 5px;
    height: 40px;
    width: 170px;
    font-size:14px;
}

#registration .action-button.inverted.next_step::before {
    font-size: 23px;
}

#registration .action-button.inverted.previous_step {
    background: #acacac;
    color: #ffffff;
}

#registration .action-button.inverted.previous_step::before {
    font-size: 23px;
}

#registration .action-button.previous:hover, #registration .action-button.previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #acacac;
}

#registration .action-button.inverted a {
    color: #299598;
    text-decoration: none;
}

#registration .action-button.inverted.facebook {
    color: #ffffff !important;
}

.regform_checkbox_label.inverted
{
    color: #ffffff !important;
    font-size: 12px;
    min-height: 26px;
    line-height: 26px;
}

.paypal {
    display: none;
}

#paypal-button {
    margin-top: 12px;
}

.company {
    display: none;
}

.regform_checkbox_label.inverted a
{
    color: #2b2b2b;
}

.thank_you_content {
    display: none;
}


.thank_you_content h1.inverted {
    color: #ffffff;
}

.thank_you_content p.inverted {
    color: #ffffff;
}

.thank_you_content p.inverted span {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.thank_you_content p.inverted a {
    color: #ffffff;
    font-weight: bold;
}

.thank_you_content h2 {
    font-size: 22px !important;
    margin: 30px 0 15px 0 !important;
}

.thank_you_content ol {
    margin: 15px 0 35px 0;
    padding: 0;
    text-align: center;
    list-style-position: inside;
}
@media (min-width: 1025px) {
    .page-id-18758 .sh-column-a86d86d14dbdd15b73677d5a383a2b31 {
        margin-left: 10% !important;
        /*display: none;*/
    }
}
@media (max-width: 1024px) {
    .page-id-18758 .sh-column-a86d86d14dbdd15b73677d5a383a2b31 {
        margin-left: 5% !important;
        /*display: none;*/
    }
}

