/**
 * Css for Widget
 */

.footer-bottom-v1{
    background-color: var(--website-accent);
    padding: 40px 0 100px;
    color: #fff;
}


.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;
}


/*
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) {

}
