/**
 * Css for Widget
 */

.footer-bottom-v1{
    background-color: #2B3338;
    padding: 20px 0 40px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.1);
}


.footer-bottom-v1 .siteInfo {
    margin:0 0;
    color: #EAEAEA;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: center;
}

.footer-bottom-v1 .siteInfo__separator {
    margin: 0 8px;
    color: rgba(255,255,255,0.4);
}

.footer-bottom-v1 .siteInfo__privacy {
    color: #EAEAEA;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-v1 .siteInfo__privacy:hover {
    color: #EE6440;
}


/*
xs      <576px      col-            smart-phone
sm      ≥576px 	    col-sm
md      ≥768px 	    col-md          ipad
lg      ≥992px 	    col-lg          ipad pro
xl      ≥1200px 	col-xl          desktop
xxl     ≥1400px     col-xxl
*/

/*============================================================
 *
 * XXL  desktop large
 *
 */
@media (min-width: 1400px) {

}

/*============================================================
 *
 * XL   desktop
 *
 */
@media (max-width: 1399px) {

}

/*============================================================
 *
 * LG   small desktop
 *
 */

@media (max-width: 1199px) {

}

/*============================================================
 *
 * LG   ipadpro
 *
 */
@media (pointer:coarse) and (max-width: 1199px) {

}


/*============================================================
 *
 *  MD  ipad
 *
 */
@media (max-width: 991px) {

}


/*============================================================
 *
 *  Container 1100
 */
@media (max-width: 1200px) {
    .footer-bottom-v1{
        padding: 25px 15px 100px;
    }
    .footer-bottom-v1 .siteInfo {
        text-align: left;
    }
}

/*============================================================
 *
 *  SM smart-phone 576-767
 *  XS 0-567
 */
@media (max-width: 767px) {
}

/*============================================================
 *
 * XS   smartphone
 *
 */
@media (min-width: 10px)  and (max-width: 575px) {

}
