/*
Theme Name: Bitcadao Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.header-button .button {
    border: none;
	font-size: 17px;
	text-transform: none;
	border: none;
	font-weight: 800;
    text-transform: none;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    min-width: 90px;.
    box-shadow: none;
}
.header-button .button:hover {
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}
.section h1{
    font-weight: 800;
    font-size: 44px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 24px;
}
.section h2 {
	font-size: 37px;
    line-height: 50px;
    font-weight: 800;
    margin: 0 auto 25px;
    color: #fff;
}
.section p {
	color: rgb(255 255 255 / 50%);
}

.button:not(.icon).is-larger {
    font-weight: 800!important;
    font-size: 16px;
    padding: 11px 45px;
}
.featured-box h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.featured-box p {
	font-size: 16px;
    line-height: 22px;
    color: hsla(0,0%,100%,.5);
    margin-bottom: 0;
}
.featured-box  {
     padding: 10px 35px 0px 30px;
    background: hsla(0,0%,100%,.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.featured-box .icon-box-img {
	margin-top: -64px;
}
.footer-1 {
	padding-top: 80px;
}

.footer-1 .copyright {
	font-size: 12px;
	color: #fff;
    opacity: .6;
}
.footer-1 .contact {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.footer-1 .contact a {
	color: #db7600;
}
.footer-1 span.widget-title {
	font-size: 16px;
    margin-bottom: 20px;
    margin-top: 8px;
}
.footer-1 .is-divider {
	display: none;
}
.footer-1 ul li a {
	color: #fff!important;
    opacity: .6;
    line-height: 30px;
}
.copyright-footer {
	color: #fff;
    opacity: .6;
    padding: 30px 0;
    border-top: 1px solid rgba(139,141,150,.28);
}
#dropdownMenuButton {
	min-width: 160px;
    min-height: 45px;
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    background: #02142b!important;
    font-weight: 400;
}

#dropdownMenuButton img {
	margin-bottom: 0;
	margin-right: 10px;
}
#dropdownMenuButton:after {
	display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    right: 10px;
    top: 45%;
    position: absolute;
}



@media (max-width: 850px) {
	.home-section1 .mobile-relative {
		position: relative!important;
	}
	.section h1, .section h2 {
	    font-size: 24px;
	    line-height: 34px;
	    margin-bottom: 20px;
	}
	.button:not(.icon).is-larger {
	    padding: 7px 45px;
	}
}
@media (max-width: 512px) {
	.header-button .button {
	    padding: 0px 11px;
        min-width: 90px;
        font-size: 13px;
        line-height: 34px;
        text-transform: none;
	}
	.featured-box p {
		font-size: 14px;
	}
	.featured-box .icon-box-img {
		max-width: 90px;
	}
}