/*
Theme Name: Falcon Funded
Theme URI: https://falconfunded.com
Author: Trading Tech Solutions
Author URI: #
Description: A custom theme with a custom checkout woo-commerce page
Version: 6.0.3
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: falcon-funded
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/
/******checkout products update*******/
.ff-ch-prod-section{
    display:none;
}
.ff-ch-prod-section.ff-ch-active-section, 
.ff-ch-parent-prod{
    display:inline-block;
    width:100%;
}

.ff-ch-prod-section .ff-ch-prod-list{
    margin:20px 0;
}
.ff-ch-prod-list{
    padding:0;
    margin:0;
    list-style-type:none;
}
.ff-ch-prod-list li{
    display:inline-block;
    vertical-align:top;
    margin:0 15px 15px 0;
}
.f-ch-prod-section h3{
    font-size:20px;
    font-weight:700;
    font-family:"PlusJakartaSans";
}
.ff-ch-prod-list li a{
    display:inline-block;
    padding:8px 25px 8px 25px;
    vertical-align:top;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    /* font-family:"PlusJakartaSans"; */
    font-family: var(--bs-body-font-family);
    border-radius:50px;
    -webkit-border-radius:50px;
    border:1px solid #fff;
    background:#373A3E;
    position:relative;
}
.ff-ch-prod-list li a.ff-ch-prod-platform{
    color:rgba(0,0,0,0)
}
.ff-ch-prod-list li a.ff-ch-prod-platform[data-item="TradeLocker"]:before{
    content:"";
    position:absolute;
    width:100%;
    height:28px;
    max-width:100px;
    background:url(https://falconfunded.com/wp-content/uploads/2025/01/Tradelocker.png);
    background-size:cover;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.ff-ch-prod-list li a.ff-ch-prod-platform[data-item="cTrader"]:before{
    content:"";
    position:absolute;
    width:100%;
    height:20px;
    max-width:70px;
    background:url(https://falconfunded.com/wp-content/uploads/2025/01/cTrader.png);
    background-repeat:no-repeat;
    background-size:contain !important;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.ff-ch-prod-list li a.ff-ch-prod-platform[data-item="MetaTrader5"]:before{
    content:"";
    position:absolute;
    width:100%;
    height:24px;
    max-width:90px;
    background:url(https://falconfunded.com/wp-content/uploads/2025/01/MT5-logo-final.png);
    background-repeat:no-repeat;
    background-size:contain !important;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.ff-ch-prod-list li a.ff-current-item{
    border:none;
    background: linear-gradient(270deg, #8F26D6 0%, #6E1FCB 0%, #4115BD 27.96%, #3F14BC 40.66%, #588ED8 67.36%, #6CEFEF 100%) !important;
    padding:9px 26px 9px 26px;
}
.ff-ch-section{
    margin: 0 0 1rem 0;
    border-radius: 0.5rem;
    background: #212529;
    color: white;
    padding: 1rem 1rem 1rem;
}
.ff-ch-sub-section-title h3{
    display:inline-block;
}
.ff-ch-tooltip-wrap{
    display:inline-block;
    height:30px;
    width:30px;
    position:relative;
}
.ff-ch-tooltip-wrap-content{
    display:none;
}
.ff-ch-tooltip-wrap:hover .ff-ch-tooltip-wrap-content{
    display:inline-block;
    position:absolute;
    width:250px;
    min-height:50px;
    left:30px;
    top:0px;
    border:1px solid #fff;
    border-radius:5px;
    padding:5px;
    background: #212529; 
}

.ff-ch-tooltip-wrap-content:before{
    content:"";
    height: 10px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(100% 0,0 50%,100% 100%);
    background: linear-gradient(45deg,#fff,#fff);
    position:absolute;
    left:-10px;
}
.ff-ch-tooltip-wrap:before{
    content:"";
    background-image:url(/wp-content/themes/bootscore-falcon/assets/img/custom/tooltip.png);
    background-repeat:no-repeat;
    display:inline-block;
    width:25px;
    height:25px;
    top:5px;
    left:5px;
    position:absolute;
}
@media(min-width:320px) and (max-width:767px){
    .ff-ch-tooltip-wrap-content:before{
        content:"";
        height: 10px;
        aspect-ratio: 1/cos(30deg);
        clip-path: polygon(50% 0,100% 100%,0 100%);
        background: linear-gradient(45deg,#fff,#fff);
        position:absolute;
        left: 80%;
        top:-10px;
    }
    .ff-ch-prod-section .ff-ch-sub-section-title:nth-child(1) .ff-ch-tooltip-wrap:hover .ff-ch-tooltip-wrap-content{
        top:25px;
        left:-200px;
        z-index:9999;
    }
     .ff-ch-prod-section .ff-ch-prod-list-product-size + .ff-ch-sub-section-title .ff-ch-tooltip-wrap:hover .ff-ch-tooltip-wrap-content{
        top:25px;
        left:-100px;
        z-index:9999;
    }
    .ff-ch-prod-section .ff-ch-prod-list-product-size + .ff-ch-sub-section-title .ff-ch-tooltip-wrap .ff-ch-tooltip-wrap-content:before{
        left:100px;
    }
    .ff-ch-parent-prod .ff-ch-sub-section-title:nth-child(1) .ff-ch-tooltip-wrap:hover .ff-ch-tooltip-wrap-content{
        left:-50px;
    }
    .ff-ch-parent-prod .ff-ch-sub-section-title .ff-ch-tooltip-wrap .ff-ch-tooltip-wrap-content:before{
        left:25%;
    }

}

.ff-ws-left-col{
    display:inline-block;
    flex-direction: unset;
    justify-content: unset;
    /* padding:0; */
}
.ff-ws-left-col .image-text-container{
    display:inline-block;
    text-align:left;
    font-size:13px;
    margin-top:7px;
    margin-bottom:7px;
}
.ff-ws-left-col .image-text-container label{
    padding-left:10px
}
.ff-ws-left-col .image-text-container{
    display:inline-block;
    text-align:left;
    font-size:13px;
    margin-top:7px;
    margin-bottom:7px;
    position:relative;
    width:100%;
}
.ff-ws-left-col .image-text-container label{
    padding-left:10px;
    position:absolute
}

@media(min-width:1400px) and (max-width:11200px){
     .ff-ws-left-col .image-text-container label{
        top:8px;
        position:absolute
    }   
}
@media(min-width:990px) and (max-width:1200px){
    .left-div.ff-ws-left-col, 
    .right-div{
        width:100%;
         flex-direction: column;
        padding: 1.5rem
    }
    .vertical-divider{
        display:none;
    }
    .horizontal-divider{
        display: flex;
    }
    .custom-container {
        margin-top: 1.5rem;
        display: flex;
        width: 100%;
        border-radius: 8px;
        flex-direction: column;
        background: linear-gradient(to top, #4e565f, #2c2e31);
        color: white;
    }
     .ff-ws-left-col .image-text-container label{
        top:8px;
        position:absolute
    } 
}
@media(min-width:320px) and (max-width:989px){
    .ff-ws-left-col .image-text-container label{
        top:8px;
        position:absolute
    } 
}
.ff-ch-row-guaranteed{
    text-align:center;
    display: inline-block;
    padding-top:25px;
    width: 100%;
}
.ff-ch-row-guaranteed svg{
    max-width:90%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.fee {
    padding: 0 3rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
   
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.fee th{
     max-width:400px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table, 
.custom-coupon-wrapper{
    background: linear-gradient(to right, #6cefef, #588ed8, #3f14bc, #4115bd)
}
/*
.ff-ws-left-col- .image-text-container svg{
    float:left
}
.ff-ws-left-col- .image-text-container svg, 
.ff-ws-left-col- .image-text-container label{
    display:inline-block;
    vertical-align:top;
}*/
@media(min-width:300px) and (max-width:450px){
    .ff-ch-prod-list li, 
    .ff-ch-prod-list li a{
        width:100%;
        text-align:center;
    }
}





/**affiliate**/
/*
#affwp-affiliate-dashboard-referral-counts th, 
#affwp-affiliate-dashboard-earnings-stats th, 
#affwp-affiliate-dashboard-campaign-stats th, 
#affwp-affiliate-dashboard-referrals th, 
#affwp-affiliate-dashboard-payouts th, */
table.affwp-table th{
    background:#ECE8F8;
    color:#717a8f;
    font-size:12px;
    font-weight:500;
}
/*
#affwp-affiliate-dashboard-referral-counts td, 
#affwp-affiliate-dashboard-earnings-stats td, 
#affwp-affiliate-dashboard-campaign-stats td, 
#affwp-affiliate-dashboard-referrals td, 
#affwp-affiliate-dashboard-payouts td,*/ 
table.affwp-table td{
    background:#fff;
    color:#667085;
    font-size:12px;
    font-weight:500;
}
.affwp-tab-content h4{
    color:#101828;
    font-weight:700;
    font-size:20px;    
}
.affwp-tab-content h4{
    font-family: var(--bs-body-font-family);
}
#affwp-affiliate-dashboard-referral-counts{
    margin-top:30px;
}
#affwp-affiliate-dashboard-campaign-stats{
    margin-bottom:30px; 
}
.affwp-card__header > div > h3{
    color:#101828;
    font-weight:500;
    font-size:18px;
}
.affwp-card__header > div > p{
    color:#667085;
    font-weight:400;
    font-size:14px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-child a{
    color:#3F14BC;    
}
#affwp-affiliate-dashboard-graphs .affwp-graph .legend table .legendLabel, 
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a{
    color:#344054;
}
#affwp-affiliate-dashboard button, 
#affwp-generator-submit-btn, 
#affwp-affiliate-dashboard .button{
    background:#3F14BC;
    border:1px solid #3F14BC;
    color:#fff;
    /* line-height: 17px; */
}
.affwp-card.affwp-affiliate-link, 
.affwp-table{
    border:1px solid #EAECF0;
    border-radius:8px;
    -webkit-border-radius:8px;
    box-shadow: 0px 4px 8px -2px #1018281A;
    overflow: hidden;
}
.affwp-table- tr:nth-child(1) th{
     border-radius:8px;
    -webkit-border-radius:8px;
}
.ff-line{
    margin: 50px 0 30px 0;
    border-top:1px solid #D0D5DD;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs{
    text-align:center;
}
/*#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:nth-child(1) {
    float:left;
    max-width:150px;
}*/
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:nth-child(1) a{
    font-size:0;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:nth-child(1) a:before{
    content:"Dashboard";
    font-size:1rem;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:nth-child(2), 
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:nth-child(3), 
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:nth-child(4){
    display:none;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-child{
    /* position:absolute; */
    /* right:10%; */
    float:right;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-child a{    
    font-weight:600;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-child a:before{
    content:"";
    background: url(/wp-content/themes/bootscore-falcon/assets/img/custom/ff-log-out.svg);
    background-repeat:no-repeat;
    background-size:contain;
    padding: 7px 18px;
    margin-right:10px
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a{
    display:inline-block;
    padding:5px 10px;    
    font-size:16px;
    font-weight:500;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a{
    display:inline-block;
    padding:5px 10px;
    background:#ECE8F8;
    border-radius:5px;
}
.affwp-affiliate-dashboard-tab.active a{
    background:#ece8f8;
}
#affwp-affiliate-dashboard-graphs .affwp-graph{
    float:right;
    margin-top:50px;
    width: 78% !important;
    position:relative;
/*    border:1px solid #888;*/
}
 
#affwp-affiliate-dashboard-graphs .affwp-graph .base, 
#affwp-affiliate-dashboard-graphs .affwp-graph .overlay{
   width: 100% !important;
   /* height: 250px !important; */
}
.tickLabels div:nth-child(2){
    
}

#affwp-affiliate-dashboard-graphs{
    position:relative;
    min-height:400px;
}
#affwp-graphs-filter{
    width:200px;
    position:absolute;
    right:0;
}
#affwp-graphs-filter #submit{
    display:none;
}
#affwp-affiliate-dashboard-graphs .affwp-graph .legend{
    position:absolute;
    top: 2px;
    left: -27%;
    border: 2px solid #D0D5DD !important;
    padding:10px 30px;
    width: 25%;
    /* text-align:center; */
    height:91%;
    border-radius:8px;
    -webkit-border-radius:8px;
}
.overlay{
    /* border: 2px solid #D0D5DD; */
    border-radius:8px;
    -webkit-border-radius:8px;
    height: 273.5px;
    top: 1px !important;
}
.base{
/*     border: 2px solid red;*/
}
/*#affwp-affiliate-dashboard-graphs .affwp-graph .legend table{
    position:relative !important;
    top:unset !important;
    right:unset !important;
    margin-top:40%;
    color:#d8dce2
}*/
#affwp-affiliate-dashboard-graphs .affwp-graph .legend > div{
    display:none;
}
 #affwp-affiliate-dashboard-graphs .affwp-graph .legend table{
        position:absolute !important;
        top:0 !important;
        right:0 !important;
        bottom:0;
        left:0;
        margin:auto;
        /* height:250px; */
}
#affwp-affiliate-dashboard-graphs .affwp-graph .legend table .legendLabel{
    font-size:14px;
    font-weight:500;
}
#affwp-affiliate-dashboard-graphs .affwp-graph .tickLabels{
    position:absolute;
    left:0;
    bottom: 285px;
    width:100%;
    height:50px;
}
#affwp-affiliate-dashboard-graphs .affwp-graph .tickLabels > div{
    width:100%;
    height:50px;
    position:relative;
}
#affwp-affiliate-dashboard-graphs .affwp-graph .tickLabels > div:nth-child(1) .tickLabel{
    font-size:12px;
    color:#aeaeae;
}
#affwp-affiliate-dashboard-graphs .affwp-graph .tickLabels > div:nth-child(2){
    top:-15px;
}
#affwp-affiliate-dashboard{
    position:relative;
    min-height: 85vh; 
}
#affwp-mobile-menu-btn{
    display: none;
    position:absolute;
    right:0;
    top: 12px;
}
@media(min-width:300px) and (max-width:990px){
     #affwp-affiliate-dashboard{
        padding-top: 20px;
    }
    .admin-bar #affwp-affiliate-dashboard{
        padding-top: 50px; 
    }
    .ff-dark-logo{
         left:20px;   
    }
    #affwp-mobile-menu-btn{
        position:absolute;
        right: 20px;
        top: 13px;
        display:inline-block;
        z-index: 9999999;
        /* left: 59%; */
    }
    #affwp-mobile-menu-btn, 
    #affwp-mobile-menu-btn:before, 
    #affwp-mobile-menu-btn:after{
        width:20px;
        height:1px;
        display:inline-block;
        background:#333;
        z-index: 99999999;
       
    }
    #affwp-mobile-menu-btn:before, 
    #affwp-mobile-menu-btn:after{
        content:"";
    }
    #affwp-mobile-menu-btn:before{
        position:absolute;
        left:0;
        top:-4px;
    } 
    #affwp-mobile-menu-btn:after{
        position:absolute;
        left:0;
        top:4px;
    }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs{
        display:none;
        /* border-bottom:1px solid #333; */
        padding: 0px 0 20px 0;
        /* margin-top: 30px; */
        position: absolute;
        z-index: 9999999999;
        top: 50px;
        background: #fff;
    }
    #affwp-affiliate-dashboard-tabs li{
        width:100%;
    }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-child{
        /* position:absolute; */
        /* right:10%; */
        float:none;
    }
    .ff-affiliate-header{
        position:fixed;
        top:20px;
        left:0;
        width: 100%;
        z-index: 999999999;
    }
    .admin-bar .ff-affiliate-header{
        position:fixed;
        top:60px;
        left:0;
        width: 100%;
        z-index: 999999999;
    }
}
@media(min-width:1023px) and (max-width:1500px){
    #affwp-affiliate-dashboard-graphs .affwp-graph .legend{
        padding:20px;        
    }
   
    .legendColorBox{
        position:relative;
    }
    .legendColorBox > div{
        position:absolute;
        left:5px;
        top:5px
    }
    .legendLabel{
        padding:0 0 0 25px
    }
}
@media(min-width:300px) and (max-width:1024px){
    #affwp-affiliate-dashboard-graphs{
        position:relative;
        min-height:unset;
        padding-bottom: 140px;
    }
    #affwp-affiliate-dashboard-graphs .affwp-graph .legend{
        position:relative;
        top: unset;
        left:unset;
        border:1px solid #333 !important;
        padding:10px 30px;
        width: 100%;        
        height:unset;
    }
    #affwp-affiliate-dashboard-graphs .affwp-graph{
        float:unset;
        margin-top: 70px;
        width:100% !important;
        position:relative;
       
    }
    #affwp-affiliate-dashboard-graphs .affwp-graph .legend table{
        position:relative !important;
        top:unset !important;
        right:unset !important;
        margin-top:unset;
    }
}



/******affwp login and register form******/  
.ff-dark-logo{
    background: url(/wp-content/themes/bootscore-falcon/assets/img/logo/ff-dark-logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;   
    width: 173px;
    height: 20px;
    position: absolute;
    top: 5px;
}
.ff-centered{
    left:0;
    top:20px;
    right:0;
    margin:auto;
}
#affwp-login-form p, 
#affwp-login-form a, 
#affwp-login-form input, 
#affwp-login-form button, 
.affwp-ff-style-1 p, 
.affwp-ff-style-1 a, 
.affwp-ff-style-1 input, 
.affwp-ff-style-1 button, 
.affwp-ff-style-1 textarea{
    font-family: var(--bs-body-font-family);
}
#affwp-login-form, 
.affwp-ff-style-1{
    max-width: 250px;
    margin: 200px auto 200px auto; 
}
#affwp-affiliate-dashboard-profile{
    max-width: 350px;
    margin:100px auto 0 auto;
    text-align:center;
}
.page-template-affiliatewp-login #affwp-login-form{
    height:45vh; 
}
#affwp-login-form fieldset legend, 
.affwp-ff-style-1 fieldset legend {
    text-align:center;
    color:#101828;
    font-size:23px;
    font-weight:bold; 
    margin-bottom:10px;    
}
#affwp-login-form input, 
.affwp-ff-style-1 input, 
.affwp-ff-style-1 textarea, 
#affwp-login-form input:focus, 
.affwp-ff-style-1 input:focus, 
.affwp-ff-style-1 textarea:focus, 
.affwp-tab-content input[type="text"], 
.affwp-tab-content input[type="url"], 
.affwp-tab-content input[type="password"], 
.affwp-tab-content input[type="email"]{
    border:1px solid #d5d9e0;
    outline:none;
    padding:0 10px;
    border-radius:8px;
    -webkit-border-radius:8px;
    height:40px;
}
#affwp-login-form input[type="checkbox"], 
.affwp-form  input[type="checkbox"]{
    height:auto;
}
.affwp-ff-style-1 textarea{
    min-height:100px;
}
#affwp-login-form label, 
.affwp-ff-style-1 label{
    color:#505a6b;
    padding:0 0 5px 0;
}
#affwp-login-form .button, 
.affwp-ff-style-1 .button{
    background:#3f14bc;
    color:#fff;
    width:100%;
    border-radius:8px;
    -webkit-border-radius:8px;
     padding:7px;
}
.affwp-right-button{
    float: right;
    font-size: 12px;
    text-decoration: none;
}
#affwp-login-form .affwp-user-remember{
    font-size:12px;
    vertical-align:top;
    display:inline-block;
}
#affwp-login-form .affwp-user-remember input{
    display:inline-block;
    vertical-align:top;
    margin-top:3px;
}
#affwp-login-form{
    position:relative;
}
#affwp-login-form .affwp-lost-password{
    display:inline-block;
    position:absolute;
    bottom:50px;
    right:0;
    font-size:12px;
    
}
#affwp-login-form .affwp-lost-password a{
    text-decoration:none;
    color:#3f14bc;
}
.affwp-hint{
    color: #8f97a6;
    font-size: 12px;
    text-align: center;
}
#affwp-register-form {
    
    padding-top:35px;
}
#affwp-register-form > fieldset legend{
    white-space: nowrap;
    position:absolute;
    left:0;
    right:0;
    width:100%;
    margin:auto;
    margin-top:-45px;
}
@media(min-width:300px) and (max-width:767px){
    #affwp-register-form > fieldset legend{
        white-space: break-spaces;
        width: 100%;
        display: inline-block;
        position: relative;
         font-size: 20px;
        text-align: center;
    }
}
.affwp-send-notifications-wrap input{
    margin-top:6px;
}
#affwp-custom-link-generator{
    display:none;
}
.affwp-affiliate-link-copy-link{
    padding:7px 60px;
    border-radius:8px;
    -webkit-border-radius:8px;
}
.affwp-affiliate-link-copy-link{
    position:relative;
}
.affwp-affiliate-link-copy-link:before{
     content:"";
     background: url(/wp-content/themes/bootscore-falcon/assets/img/custom/ff-link.svg);
     background-size:cover;
     background-repeat:no-repeat;
     
     margin-right:10px;
     width: 18px;
     
     display: inline-block;
     height: 18px;
     margin-top: -3px;
     vertical-align: middle;
     
}

.ff-aff-footer{
    display:inline-block;
    padding: 25px 0 0 0;
    position:relative;
    width:100%;
    left:0;
    bottom: 0;
    /* overflow: hidden; */
}
.ff-aff-footer:before{
    content:"";
    background:#D0D5DD;
    width:110%;
    height:1px;
    position:absolute;
    left:-5%;
    top:0;
}
.ff-footer-logo{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-left:0;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
@media(min-width:450px) and (max-width:850px){
    .ff-footer-logo{
         margin-left:10px;   
    }
}
.ff-row{
    display:inline-block;
    width: 110%;
    margin-left: -5%;
}

.ff-col{
    width: 49%;
    display:inline-block;
    vertical-align:top;
}

@media(min-width:320px) and (max-width:1500px){
    .ff-row{
        width:100%;
        margin-left:0;
    }
    .ff-aff-footer:before{
        /* display:none; */
         width:100%;        
        left:0%;
    }
    
}
.ff-soc-links{
    display: inline-block;
    padding: 0;
    margin: 0;
    float:right;
    margin-right:0;
}
.ff-soc-links li{
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
.ff-soc-links .ff-vector, 
.ff-soc-links .ff-insta, 
.ff-soc-links .ff-x {
    display: inline-block;
    /* padding: 10px; */
    width:18px;
    height:16px;
}
.ff-soc-links .ff-vector{
    background-color: #3F14BC;
    background-size:contain;
    background-repeat:no-repeat;
    /* padding: 10px 15px; */
    -webkit-mask-image:   url(https://falconfunded.com/wp-content/uploads/2024/10/discord-21x17-1.svg);
    mask-image:   url(https://falconfunded.com/wp-content/uploads/2024/10/discord-21x17-1.svg);
    width:21px;
    height:16px;
}
.ff-soc-links .ff-x{
   background-color: #3F14BC;
    background-size:cover;
    background-repeat:no-repeat;
     -webkit-mask-image:  url(https://falconfunded.com/wp-content/uploads/2024/10/twitter-18x16-1.svg);
    mask-image:  url(https://falconfunded.com/wp-content/uploads/2024/10/twitter-18x16-1.svg);
}
.ff-soc-links .ff-insta{
    /* background: url(https://falconfunded.com/wp-content/uploads/2024/10/twitter-18x16-1.svg); */
    background-size:contain;
    background-repeat:no-repeat;
    background-color: #3F14BC;
    width:20px;
    height:20px;
    -webkit-mask-image: url(https://falconfunded.com/wp-content/uploads/2024/10/instagram-20x20-1.svg);
    mask-image:  url(https://falconfunded.com/wp-content/uploads/2024/10/instagram-20x20-1.svg);
}
@media(min-width:320px) and (max-width:450px){
    .ff-aff-footer{
        padding:25px 0 50px 0;
    }
    .ff-col{
        width:100%;
    }
    .ff-soc-links{
        margin:0 auto;
        width: 100%;
        text-align: center;
    }
    .ff-footer-logo{
        position:absolute;
        top:60%;
        margin:auto;
        left:0;
        right:0;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
}

