/*********************************************
SITE FOOTER
*********************************************/

.site-footer{

width:100%;

margin-top:40px;

padding-top:25px;

padding-bottom:25px;

padding-left:20px;

padding-right:20px;

background-color:#f9fafb;

border-top-width:1px;

border-top-style:solid;

border-top-color:#e5e7eb;

text-align:center;

box-sizing:border-box;

}


/*********************************************
CONTAINER
*********************************************/

.footer-container{

max-width:430px;

margin-left:auto;

margin-right:auto;

}


/*********************************************
TEXT
*********************************************/

.footer-text{

font-size:14px;

color:#374151;

line-height:1.6;

margin-bottom:10px;

}


/*********************************************
PARTNER
*********************************************/

.footer-partner{

font-size:13px;

color:#ea580c;

font-weight:600;

margin-bottom:12px;

}


/*********************************************
COPYRIGHT
*********************************************/

.footer-copy{

font-size:12px;

color:#9ca3af;

}


/*********************************************
LINK
*********************************************/

.footer-link{

color:#ea580c;

text-decoration:none;

font-weight:600;

}


.footer-link:hover{

text-decoration:underline;

}


/*********************************************
RTL SUPPORT
*********************************************/

html[dir="rtl"] .site-footer{

direction:rtl;

}


html[dir="ltr"] .site-footer{

direction:ltr;

}