/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.topheaderbtnrow {
    display: flex;
}

.topheaderbtnrow .btnsm {
    display: flex;
}

.topheaderbtnrow .btnsm > div {
    padding-left: 10px;
}

.topheaderbtnrow .btnxl {
    display: flex;
    font-weight: bold;
    margin-right: -60px;
}

.topheaderbtnrow .btnxl > div {
    margin-top: -40px;
    padding-left: 20px;
}

.topheaderbtnrow .btnxl > div:nth-child(2) {
    margin-top: -40px;
    padding-left: 10px;
}

.topheaderbtnrow .btnxl .fusion-custom-circle div {
    padding-top: 10px;
}



.dotted-line {
    margin-top: 10px;
    border-bottom: 3px dotted #ffffff;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.fusion-custom-circle:hover {
    background: rgba(0, 0, 0, 0.3);
}

.fusion-custom-circle .fontawesome-icon {
    margin-right: 0px;
}
@media screen and (max-width: 1350px) {
	.topheaderbtnrow .btnxl {
		margin-right: 0px!important;
	}
}

