/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Roboto', sans-serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
}

.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    /*cursor: none;*/
    text-rendering: optimizeLegibility;
    background: var(--wp--preset--color--background);
    overflow-x: hidden;
}
#cursor {
    display:none;
    position: fixed;
    z-index: 999999;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    mix-blend-mode: difference;
    pointer-events: none;
    transition: transform .15s ease-in-out;
}
h1{
    font-size: 95px;
    color: var(--wp--preset--color--primary);
    line-height:1.1;
    margin-bottom: 25px;
}
h2{
    font-size: 48px;
    color: var(--wp--preset--color--primary);
    line-height:1.1;
    margin-bottom: 20px;
}
h3{
    font-size: 36px;
    color: var(--wp--preset--color--primary);
    line-height:1.1;
    margin-bottom: 20px;
}
h4{
    font-size: 20px;
    color: var(--wp--preset--color--primary);
    line-height:1.1;
    margin-bottom: 20px;
}
h5{
    font-size: 18px;
    color: var(--wp--preset--color--primary);
    line-height:1.1;
    margin-bottom: 20px;
}
h6{
    font-size: 16px;
    color: var(--wp--preset--color--primary);
    line-height:1.1;
    margin-bottom: 20px;
}
.wp-block-post-title a{
    font-size: inherit;
}
p{
    font-size: 16px;
    margin-bottom: 20px;
}
p strong,
strong{
    font-size: 16px;
    line-height:1.1;
    font-weight: bold;
}
.wp-block-image img{
    height: auto;
}
.wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p em,
em{
    font-size: 16px;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
a{
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{
}
ul li{
}
ol li{
}
ul li a,
ol li a{
}
blockquote{

}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
.wrapper{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    width: 70vw;
}
main{
    /*margin-block-start: 185px;*/
}
.content .wp-block-button__link,
.global-round-button{
    background: #323B58;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 21px 28px;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, #323B58);
}

.content .wp-block-button__link:hover,
.global-round-button:hover{
    color: #323B58;
    background: #fff;
}



.button-kyc{
    background: #000;
    color: #fff;
    padding:  10px;
}

.kyc-verification-page{
    padding-top: 140px;
    height: 100vh;
    box-sizing: border-box;
    background: #f4f6f9;
}
textarea:focus,
input:focus{
    outline: none;
}
input::placeholder {
    color: #8D8BA7;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #8D8BA7;
}
/*### RESPONSIVE ###*/
@media only screen and (max-width: 1400px) {
}





/*### END RESPONSIVE ###*/


/* KYC */
.kyc-verification-page #progressbar{
    width: 100%;
    margin: 30px auto;
    display: none;
    position: relative;
    margin-left: 12.5%;
    box-sizing: border-box;
}
.kyc-verification-page #progressbar.active{
    display: flex;
}
.kyc-verification-page #progressbar:before{
    content: "";
    width: 75%;
    height: 4px;
    background: #CCCED4;
    display: block;
    position: absolute;
    bottom: 0;
}
.kyc-verification-page #progressbar .steps-progress{
    width: 25%;
    position: relative;
}
.kyc-verification-page #progressbar .text-bullet{
    display: flex;
    flex-direction: column;
}
.kyc-verification-page #progressbar .step1-progress .step-text,
.kyc-verification-page #progressbar .step2-progress .step-text,
.kyc-verification-page #progressbar .step3-progress .step-text{
    margin-left: -10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.kyc-verification-page #progressbar .step4-progress .step-text{
    margin-right: -10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.kyc-verification-page #progressbar .bullet{
    width: 16px;
    height: 16px;
    margin-bottom: -6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    background: #CCCED4;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.kyc-verification-page #progressbar .steps-progress.active .bullet{
    background: #323B58;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.kyc-verification-page #progressbar .progress{
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.kyc-verification-page #progressbar .progress div{
    width: 0%;
    background: #323B58;
    display: block;
    height: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.kyc-verification-page #progressbar .step1-progress .progress .step1a-progress.active{
    width: 25%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.kyc-verification-page #progressbar .step1-progress .progress .step1b-progress.active{
    width: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.kyc-verification-page #progressbar .step1-progress .progress .step1b-progress.active.full{
    width: 75%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.kyc-verification-page #progressbar .step2-progress .progress .step2a-progress.active,
.kyc-verification-page #progressbar .step2-progress .progress .step2b-progress.active{
    width: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.kyc-verification-page #progressbar .step3-progress .progress .step3a-progress.active{
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.kyc-verification-page #progressbar .steps-progress.active .bullet{
    background: #323B58;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.kyc-verification-page .form-steps,
.kyc-verification-page .step-start,
.kyc-verification-page .step-done,
.kyc-verification-page .steps-form {
    display: none;
}
.kyc-verification-page .form-steps.active,
.kyc-verification-page .step-start.active,
.kyc-verification-page .step-done.active,
.kyc-verification-page .steps-form.active{
    display: block;
}

.kyc-verification-page .step-style{

    background: #f4f6f9;
    padding: 45px 90px 120px;
    position: relative;
}
.kyc-verification-page .button-kyc{
    width: 300px;
    padding: 10px;
    background: #323B58;
    background: #323B58;
    border: 3px solid #323B58;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}


.kyc-verification-page .button-kyc:hover{
    color: #323B58;
    background: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.kyc-verification-page .button-kyc.disabled{
    background: #CCCED4;
}

.center-start{
    max-width: 40%;
    min-width: 400px;
    margin: 0 auto;

}

.kyc-verification-page h2{
    font-size: 30px;
    margin-bottom: 20px;

}
.kyc-verification-page #kycform h2{
    text-align: center
}

.kyc-verification-page h3{
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}
.kyc-verification-page #kycform h4{
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}
.kyc-verification-page p{
    font-size: 16px;
    margin-bottom: 20px;
}
.kyc-verification-page p.small{
    font-size: 14px;
}
.kyc-verification-page ul{
    margin-bottom: 20px;
}
.kyc-verification-page ul li{
    list-style: none;
    font-size: 16px;
    margin-bottom: 20px;

}
.kyc-verification-page ul li span{
    font-size: 14px;
    width: 20px;
    height: 20px;
    background: #323B58;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;

}
.kyc-verification-page #step1 .small{
    text-align: center;

}
.kyc-verification-page #step2 .big{
    font-size: 18px;
    font-weight: bold;
}
.kyc-verification-page #step2 .radio-buttons{
    display: flex;
    justify-content: center;
    width: 100%;
}
.kyc-verification-page #step2 .radio-buttons label{
    flex: 0 0 10%;
}
.kyc-verification-page .cols{
    display: flex;
    justify-content: space-around;
}
.kyc-verification-page .cols .col{
    flex: 0 0 29%;
}
.kyc-verification-page .cols .input-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.kyc-verification-page .cols .input-box label{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #323B58;
}
.kyc-verification-page .cols .input-box input{
    background: #fff;
    color: #323B58;
    padding: 5px 10px;
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #CCCED4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.kyc-verification-page .input-box .custom-select select{
    background: #fff;
    color: #323B58;
    padding: 5px 10px;
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #CCCED4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.kyc-verification-page .input-box .custom-select select option {
    padding: 10px;
}

.author-page #approveuser .radio-buttons label,
.kyc-verification-page .input-box.radio-buttons label{
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}

.author-page #approveuser .radio-buttons input,
.kyc-verification-page .input-box.radio-buttons input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.author-page #approveuser .radio-buttons .checkmark,
.kyc-verification-page .input-box.radio-buttons .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #CCCED4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.author-page #approveuser .radio-buttons label:hover input ~ .checkmark,
.kyc-verification-page .input-box.radio-buttons label:hover input ~ .checkmark {
    background-color: #CCCED4;
    border-color:#CCCED4;
}
.author-page #approveuser .radio-buttons label input:checked ~ .checkmark,
.kyc-verification-page .input-box.radio-buttons label input:checked ~ .checkmark{
    background-color: #323B58;
    border-color:#323B58;
}
.kyc-verification-page .input-box.radio-buttons .text-radio{
    font-size: 16px;
    color:  #323B58;
    line-height: 20px;
}

/*Approve Users*/
.approve-users-page{
    padding: 170px 150px 120px;
    position: relative;
}
.approve-users-page h2{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.approve-users-page li{
    list-style: none;

    color: #000;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.approve-users-page li a{
    font-size: 22px;
    color: #000;
}
.approve-users-page li a:hover{
    text-decoration: underline;
}
.approve-users-page .users-status{
    display: flex;
    width: 100%;
    justify-content: space-between;

}
.approve-users-page .users-status .status{
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}
.approve-users-page .user-status .userstatus{
    padding: 4px 18px;
    border-radius: 4px;

}
.approve-users-page .user-status .approved{
    color: green;
    border: 1px solid rgba(12, 167, 137, 0.20);
    background: rgba(12, 167, 137, 0.05);
    color: #0CA789;
    font-size: 14px;
    letter-spacing: -0.14px;
}
.approve-users-page .user-status .pending{
    border: 1px solid rgba(50, 59, 88, 0.08);
    background: rgba(50, 59, 88, 0.05);
    color: #323B58;
}
.approve-users-page .user-status .underreview{
    border: 1px solid rgba(250, 199, 16, 0.30);
    background: rgba(250, 199, 16, 0.05);
    color: #FAC710;
}
.approve-users-page .user-status .rejected{
    color: #951D1D;
    border: 1px solid rgba(149, 29, 29, 0.08);
    background: rgba(149, 29, 29, 0.05);
}
/*author*/
.author-page{

    padding: 170px 90px 120px;
    position: relative;

}
.author-page .user-details{
    display: flex;
    flex-wrap: wrap;
}
.author-page .user-box-list,
.author-page .text-radio{
    flex: 0 0 30%;
    margin-bottom: 20px
}
.author-page .text-radio{
    font-size: 16px;
    font-weight: bold;
}
.author-page .user-box-list .title{
    font-size: 16px;
}
.author-page .user-box-list .value{
    font-size: 16px;
    font-weight: bold;
}
.login h1 a{
    background-image: url("../../assets/images/logo.svg") no-repeat!important;
}


.page-template-template-contact .header{
    background: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-template-template-contact .header .logo{
    filter: invert(1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-template-template-contact .login-register-trigger,
.page-template-template-contact .header .welcome-box-user{
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-template-template-contact .header .welcome-box-user .login-register-trigger::before{
    background: #fff;
}
.page-template-template-contact .global-round-button{
    background: #fff;
    color: #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-layout{
    margin-top: 150px !important;
}
.page-template-home .wp-block-post-content{
    max-width: 100% !important;
}
.page-template-template-contact .headroom--not-top .header{
    background: #fff;
}
.page-template-template-contact .headroom--not-top .header .logo{
    filter: none;
}
.page-template-template-contact .headroom--not-top .login-register-trigger,
.page-template-template-contact .headroom--not-top .header .welcome-box-user{
    color: var(--wp--preset--color--primary);
}
.page-template-template-contact .headroom--not-top .global-round-button{
    background: var(--wp--preset--color--primary);
    color: #fff;
}
.page-template-template-contact .headroom--not-top #nav-icon3 span,
.page-template-template-contact .headroom--not-top .login-register-trigger::before{
    background: var(--wp--preset--color--primary);

}
.page-template-template-contact .headroom--not-top .header-circle-menu .menu-title{
    color: var(--wp--preset--color--primary);
}
.page-template-template-contact .contact-left{
    padding: 100px;
    box-sizing: border-box;
}
.page-template-template-contact .contact-left .contact-heading{
    font-size: 25px !important;
    color: #000 !important;
}
.page-template-template-contact .contact-left .contact-heading{
    font-size: 25px !important;
    font-weight: bold !important;
}
.page-template-template-contact .header-circle-menu
.page-template-template-contact .contact-left .wp-block-contact-form-7-contact-form-selector{
    margin-bottom: 50px;
}
.page-template-template-contact .contact-right .wp-block-cover{
    min-height: 100vh;
    box-sizing: border-box;
    padding: 100px;
}
.page-template-template-contact .contact-right .contact-quoate{
    color: #fff!important;
    font-size: 50px!important;
    font-weight: bold;
}
.page-template-template-contact .contact-right .contact-name{
    font-size: 30px !important;
    margin-bottom: 0!important;
}
.page-template-template-contact .contact-right .contact-function{
    font-size: 25px !important;
    font-style: italic !important;
    margin-bottom: 0!important;
}
.page-template-template-contact .contact-bottom .contact-form-box label span{
    color: var(--wp--preset--color--primary);
    opacity: 0.5;
    font-size: 15px;
    line-height: 22.2px;
    text-transform: uppercase;
}
.page-template-template-contact .contact-bottom .contact-form-box .wpcf7-form-control-wrap{
    max-width: 70%;
}
.page-template-template-contact .contact-bottom .contact-form-box input{
    width: 100%;
    height: 42px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #FFF;
    font-size: 15px;
    box-sizing: border-box;
    color: var(--wp--preset--color--primary);
}
.page-template-template-contact .contact-bottom .contact-form-box textarea{
    width: 100%;
    height: 90px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #FFF;
    font-size: 15px;
    box-sizing: border-box;
    color: var(--wp--preset--color--primary);
    resize: none;
}
.page-template-template-contact .contact-bottom .social{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page-template-template-contact .contact-bottom .social a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-template-contact .contact-bottom  .wpcf7-submit{
    background: var(--wp--preset--color--primary);
    border: none;
    padding: 10px 34px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.page-template-template-contact .contact-bottom  .wpcf7-submit:hover {
    opacity: 0.7;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
html.open,
html.open body{
    overflow: hidden!important;
}
.error-not-logged{
    background-image: url('../../assets/images/logged-out.jpg');
    background-size: cover;
}
.error-not-logged{
    padding: 120px 5vw;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.error-not-logged h2 {
    color: #FFF;
    text-align: center;
    font-size: 95px;
    font-weight: 700;
    margin-bottom: 16px;
}
.error-not-logged h2 a{
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
}
@media only screen and (max-width: 1450px) {
    .page-template-template-contact .contact-bottom{
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
    .page-template-template-contact .contact-top p,
    .page-template-template-contact .contact-top .contact-title{
        padding: 0 5vw;
    }
}
@media only screen and (max-width: 1024px) {
    .header .menu-right .global-round-button{
        display: none;
    }

    #login-register-menu .login-register-tabs {

    }
    #login-register-menu .other-log-reg .button-primary,
    #login-register-menu input{
        width: 100%;
    }
    #login-register-menu fieldset{
        width: 100%;
    }
    #login-register-menu .register-box{
        width: 100%;
    }
    .wp-block-post-title{
        font-size: 40px;
        padding: 0 5vw;
    }
    h2{
        font-size: 30px;
    }
    .entry-content{
        max-width: var(--wp--style--global--content-size);
        padding: 0 5vw;
    }

    .page-template-template-contact .contact-group{
        flex-direction: column-reverse;
        margin: 0 -5vw !important;
    }
    .page-template-template-contact .contact-group .contact-left{
        flex-basis: 100%;

    }
    .page-template-template-contact .contact-group .contact-right{
        flex-basis: 100%;
        margin-bottom: 50px;
    }
    .page-template-template-contact .contact-left {
        padding: 20px 5vw;
    }
    .page-template-template-contact .contact-bottom .contact-form-box .wpcf7-form-control-wrap{
        max-width: 100%;
    }
    .page-template-template-contact .contact-right .contact-quoate {
        font-size: 25px !important;
    }
    .page-template-template-contact .contact-right .contact-name {
        font-size: 20px !important;
        padding: 0;
    }
    .page-template-template-contact .contact-right .contact-function {
        font-size: 16px !important;
        padding: 0;
    }
    .page-template-template-contact .contact-right .wp-block-cover{
        padding: 20px 5vw;
    }
    .page-template-template-contact .contact-right .wp-block-cover {
        min-height: 50vh;
    }
    .page-template-template-contact .header .menu-title{
        color: #fff;
    }
    .page-template-template-contact .header #nav-icon3 span{
    background: #fff;
}
}
@media only screen and (max-width: 600px) {
    .header .menu-right .global-round-button{
        display: none;
    }
    .header{
        padding: 20px 5vw;
    }
    .logo{
        top: 20px;
    }
    #slideout_nav{
        left: -100%;
    }
    #slideout_nav{
        width: 100%;
    }
    #slideout_nav .pad {
        padding: 105px 10vw 24px;
    }
    #login-register-menu .login-register-tabs{
        width: 100%;
        padding: 100px 5vw;
    }
    #login-register-menu fieldset{
        flex-direction: column;
    }
    #login-register-menu .coppy-text{
        display: none;
    }
    .block-login-register h2{
        font-size: 28px;
    }

    #login-register-menu .iti--show-flags{
        margin-bottom: 23px;
    }
    #login-register-menu .register-box {
        margin: 0;
    }
    #login-register-menu #message + .register-box{
        width: 100%;
    }
}

