/**
 * Theme Name:     Avada Child
 * Author:         ThemeFusion
 * Template:       Avada
 * Text Domain:	   avada-child
 * Description:    The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The
 */
.affwp-form input {
    border-radius: 5px !important;
    height: 40px !important;
}

.affwp-form textarea {
    border-radius: 5px;
}

.affwp-form input.button {
    background-image: linear-gradient(45deg, #108dec 0%,#16c8de 100%);
    padding: 0px 45px;
    border-radius: 33px !important;
    color: #fff;
    font-size: 18px;
    height: 50px !important;
    border: none;
    cursor: pointer;
}

.affwp-form input.button:hover {
    background-image: linear-gradient(45deg, #16c8de 0%,#108dec 100%)!important;
}
span.required-asterisk {
    color: red;
}
.affiliate-account .fusion-column-wrapper {
    gap: 50px;
    flex-direction: unset !important;
}
.affiliate-account .fusion-content-layout-column {
    justify-content: center !important;
}
.ptsTableFrontedShell span.blue-text {
    color: #0092ea;
}

.page-id-1190 .g-recaptcha
{
    margin-bottom: 15px;
}
.cdr {
    margin-top: 0 !important;
}


@media only screen and (max-width: 800px) {
    .fullwidth-box {
        background-attachment: scroll !important;
        margin-bottom: 20px !important;
    }

    #affilate_custom_area{
        margin-bottom: 60px;
    }
}


@media only screen and (max-width: 780px) {
body .sa_owl_theme .owl-nav .owl-prev {
    left: 0 !important;
    top: 50% !important;
}
	body .sa_owl_theme .owl-nav .owl-next {
    right: 0 !important;
		top: 50% !important;
}
}


@media only screen and (max-width: 767px) {
.affiliate-account .fusion-column-wrapper {
    flex-direction: column !important
}
	.sa_owl_theme .owl-nav .owl-next {
    right: 35% !important;
}
}


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

    .page-template .fusion-flex-column.social-media-mobile-four
	{
		display:none;
	}
	.sa_owl_theme .owl-nav .owl-prev {
    display: none;
	
	}
	 .sa_owl_theme .owl-nav .owl-next {
    display: none;
}
}
	
	

	
	
	