/* Loader */
.lds-ellipsis {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 120px;
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
  }
.hp-wrap #section1 .lds-ellipsis{
  transform: skewY(-4.7deg);
}
  .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(131, 131, 131, 0.3);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(19px, 0);
    }
  }

.CreateAccount{
	text-transform: capitalize;
}

.sticky-bottom-banner #riskStickyDisclamer{
	padding: 9px 0;
}
/*Copied from loop-page-about.php 28-10-18*/
.dynamic-content .hidden {
	display: none;
}
/*Canada footer links fix - move to footer.css after webpack branch*/
@media screen and (max-width: 640px) {
	footer .footer_nav {
		width: 100%!important;
	}
}

@media screen and (max-width: 639px) {

	footer #pre_footer .menu .menu-item a {
		font-size: 16px !important;
	}
}

/*
Top Banner Mobile
===============================================================================
*/
.platform-container {
	min-height: 104px;
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #dddddd;
	display: none;
}

@media screen and (max-width: 640px) {
	.platform-container.tracker-load {
		display: block;
	}
}
.platform-container .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
}
.platform-container .close-btn a i.fa {
	color: #c2c2c2;
}
.platform-banner .simple-text {
    padding-left: 0;
    padding-top: 18px;
}
.platform-banner .simple-text p {
    color: #343434;
    line-height: 16px;
    margin-bottom:8px;
    font-size: 13px;
}
.platform-banner .simple-text p span.bold {
    font-weight: 600;
    padding-left: 0;

}
.platform-banner .simple-text p span.block {
    /* display: block; */
}
.platform-banner .platform-download{
    margin-bottom: 20px;
}
.mobile .platform-banner{
    min-height: 104px;
	height: 100%;
    width: 100%;
    position: relative;
}
.mobile .go-logo{
	background-image: url(/wp-content/themes/ava_trade/assets/images/common/sprite_avawp.png);
	background-repeat: no-repeat , no-repeat;
	background-position: -410px -121px;
	height: 102px;
	width: 73px;
	position: absolute;
	bottom: 0px;
	right: 25px;
}
.platform-container .text{
    width: calc(100% - 200px);
    margin-left: 97px;
}
.mobile .phone-icon{
	background-image: url(/wp-content/themes/ava_trade/assets/images/common/sprite_avawp.png);
    background-repeat: no-repeat , no-repeat;
    background-position: -35px -255px;
    height: 82px;
    width: 67px;
    top: 3px;
    left: 15px;
    position: absolute;
}
@media(max-width:340px){
    .mobile .go-logo{
        background-position: -315px -101px;
        background-size: 400px;
        right: 1px;
        height: 70px;
        width: 60px;
    }
    .platform-container .text{
        width: calc(100% - 160px);
        margin-left: 97px;
    }
}
/*
===============================================================================
END Top Banner Mobile
===============================================================================
*/

/*instagram icon on footer - to move to footer.css after merging with webpack css branch*/
footer .footer_social li.cn-fa-instagram a {
    display: block;
    height: 32px;
    width: 32px;
    background-image: url(/wp-content/themes/ava_trade/assets/images/common/sprite_avawp.png);
    background-position: -36px -134px;
    margin: 0 5px;
}

/* =======sticky mobile nav====== */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
.sticky-nav-mobile #nav-mobile{
  position: absolute;
	z-index: 99999;
	height: calc(100vh - 55px);
	top: 55px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.menu-mobile .mobile-button{
  height: 40px;
  margin-top: -2px;
}

/*** hide bg icon on mobile***/
@media (max-width: 650px){
.header-bg-icons .bg-icon span{
    display: none;
}
}
  .sticky-nav-mobile .menu-mobile .menu-toggle {
    min-height: 40px;
}

