/**
* Theme Name: Cryptoland Child
* Description: This is a child theme of Cryptoland, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: cryptoland
* Version: 2.3.3
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@741&display=swap');

.home6 .form__btn {
    font-size: 18px;
    font-weight: 700;
}
.form__input {
    margin-bottom: 0;
}
.form__input, .form__textarea{
	background: #FFF;
}
p.input-bg {
    margin-bottom: 15px;
    border: 3px solid rgba(2, 21, 39, .2);
    border-radius: 5px;
}
.header__right {
    display: block !important;
}
ul.menu, .btn-menu {
    display: none;
}
span.btn-sign-in {
    height: auto;
    line-height: 18px;
    padding: 10px 0;
    font-weight: 700;
}

.form__input::placeholder, .form__textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder, { /* Internet Explorer 10-11 */
  color: #000;
}

.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder,  { /* Microsoft Edge */
  color: #000;
}

@media screen and (max-width: 767px){
	.logo__title {
		line-height: 30px;
	}
	div#raf {
		padding-top: 150px !important;
	}
	.wpcf7 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 500px){
    a.btn-sign-in {
        width: 150px;
        padding: 7px 0;
    }
    .nt-img-logo img {
        width: 150px;
    }

}

.grecaptcha-badge {
    display: none !important;
}

.logo__img.bg-none.nt-img-logo img {
    width: 340px;
}
.footer-logo img {
    width: 100%;
}
.header__right.mobile{
    display: none !important;
}

@media screen and (max-width: 600px){
    header.header{
        display: block;
        height: 120px;
        text-align: center;
    }
    .header, .header.sticky{
        height: 150px;
    }
    .header__right.mobile{
        display: inline-block !important;
        margin: 20px 0;
    }
    .header__right.desktop{
        display: none !important;
    }
    a.logo.nt-logo{
        display: inline-block !important;
    }
    .logo__img.bg-none.nt-img-logo {
        margin: 0;
    }
}

.call-btn-wrapper a.btn.btn-cases.custom-clr.btn--big.btn--uppercase {
    border: 2px solid #FFF;
    font-size: 24px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    line-height: 52px;
}

