@charset "UTF-8";
/*
Theme Name: AlCapone
Theme URI: https://www.abson.cz
Author: Abson Reavs
Author URI: https://www.abson.cz
Description: Šablona pro systém wordpress na míru vyrobila společnost ABSON REAVS | CREATIVE STUDIO
Requires at least: WordPress 5.2.2
Version: 1.0
Text Domain: casino
Tags:
*/

@import "fonts/font-face.css";
*:focus{
    outline: none;
}

body{
    color: #585757;
    background: #e3e3e3;
}

header{
    position: absolute;
    width: 100%;
    background: #fff;
    color: #565656;
    box-shadow: 0 0 60px rgba(0,0,0,0.2);
    z-index: 10;
}
header ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
header .top-line{
    position: relative;
    margin: 0;
    width: 100%;
    font-size: 14px;
}
header .top-line .container{
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
}
header .top-line .container ul.header-menu{
    float: left;
}
header .top-line .container ul.header-menu li{
    position: relative;
    float: left;
    margin: 0 25px 0 0;
}
header .top-line .container ul.header-menu li a{
    position: relative;
    text-decoration: none;
    color: #5d5d5d;
}
header .top-line .container ul.header-menu li a:hover{
    text-decoration: underline;
}
header .top-line .container ul.header-menu li a i{
    position: relative;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 100%;
    background: #c81fa7;
}
header .top-line .container ul.header-menu li a i:before{
    position: relative;
    font-size: 12px;
}
header .top-line .container ul.header-menu li a i.icon_mail:before{
    top: -2px;
}
header .middle-line{
    position: relative;
    width: 100%;
}
header .middle-line .container{
    padding: 25px 0;
    box-sizing: border-box;
}
header .middle-line .container .logo{
    position: relative;
    float: left;
    margin: 0;
    width: 187px;
    height: auto;
    display: block;
}
header .middle-line .container .logo img{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
header .main-menu{
    float: left;
    margin: 5px 0 0 0;
    text-transform: uppercase;
}
header .main-menu li{
    position: relative;
    float: left;
    margin: 0 20px 0 0;
}
header .main-menu li a{
    position: relative;
    display: block;
    text-decoration: none;
    color: #5d5d5d;
    transition: 350ms;
}
header .main-menu li a:hover{
    color: #afafaf;
}
header .main-menu li.current-menu-item a{
    color: #c81fa7;
}
header span.web-desc{
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    float: left;
    display: block;
    width: 130px;
    border-left: 1px solid #d8d8d8;
    font-size: 14px;
}
header #searchform{
    position: relative;
    float: left;
    margin: 0 40px;
}
header #searchform input{
    width: 380px;
    padding: 8px 50px 8px 20px;
    border: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    border-radius: 20px;
}
header #searchform button:focus,
header #searchform input:focus{
    outline: none;
}
header #searchform button{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: #c81fa7;
    color: #fff;
    border: none;
}
header.small{
    position: fixed;
}
header.small .top-line{
    display: none;
}
header .basket{
    position: relative;
    float: right;
}
header .basket a{
    position: relative;
    display: block;
    text-decoration: none;
    color: #c81fa7;
}
header .basket i{
    font-size: 30px;
}
header .basket .cart-contents-count{
    position: absolute;
    top: -8px;
    left: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 10px;
}
.under-header{
    position: relative;
    width: 100%;
    height: 184px;
}

/* Searchfield */
.dgwt-wcas-search-wrapp{
    float: left;
    margin: -4px 40px 0 40px!important;
}
.dgwt-wcas-details-main-image img {
    width: auto;
    max-height: 200px!important;
    margin: 0 auto;
    padding: 25px!important;
    box-sizing: border-box;
}
.cat-menu{
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    background: #fff;
    box-sizing: border-box;
}
.cat-menu li{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.cat-menu li.menu-item-has-children:before{
    position: absolute;
    top: 13px;
    right: 15px;
    content: '\39';
    font-family: 'ElegantIcons', arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.cat-menu li a{
    position: relative;
    display: block;
    padding: 12px 25px;
    text-decoration: none;
    color: #706f6f;
    transition: 350ms;
}
.cat-menu li:hover a{
    color: #c81fa7;
}
.cat-menu li.current-menu-item a{
    background: #0986c6;
    color: #fff;
}
/* second menu */
.cat-menu li ul.sub-menu{
    position: absolute;
    top: 0;
    width: 300px;
    left: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: linear-gradient(to right, #803a8e , #c81fa7);
    z-index: 2;
    display: none;
}
.cat-menu li ul.sub-menu li{
    border-bottom: 1px solid #b274b9;
    transition: 350ms;
}
.cat-menu li ul.sub-menu li:hover{
    background: #333333;
}
.cat-menu li ul.sub-menu li a{
    color: #fff;
}
.cat-menu li.menu-item-has-children:hover ul.sub-menu{
    display: block;
}
.entry-content{
    position: relative;
    width: 100%;
}
.entry-content p{
    line-height: 1.5em;
}

/*woocommerce */
.woocommerce .products ul,
.woocommerce ul.products{
    position: relative;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product{
    width: 33.333%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
    margin: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
    float: none;
    padding: 10px 30px 30px 30px;
    background: #fff;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    transition: 350ms;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover{
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
    z-index: 5;
}
.woocommerce ul.products li.product a{
    position: relative;
    display: block;
}
.woocommerce ul.products li.product a .product-image{
    position: relative;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 50% 50%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
    font-size: 14px;
    color: #5d5d5d;
}
.woocommerce ul.products li.product .price{
    color: #c81fa7;
    font-size: 22px;
    margin: 0;
}
.woocommerce ul.products li.product .tax{
    position: relative;
    font-size: 12px;
}

.woocommerce ul.products li.product .price-section{
    position: relative;
    margin: 10px 0 0 0;
}
.woocommerce ul.products li.product .button{
    margin: 0;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    color: #fff;
    padding: 0;
    background: #c81fa7;
    transition: 350ms;
}
.woocommerce ul.products li.product .button:hover{
    background: #000;
}
.woocommerce ul.products li.product .button.loading{
    background: #c81fa7;
    opacity: 1;
}

.woocommerce ul.products li.product .button.added i.icon_cart_alt,
.woocommerce ul.products li.product .button.loading i.icon_cart_alt{
    display: none;
}
.woocommerce a.added_to_cart{
    display: none!important;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
    margin-left: 0;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
    top: auto;
}

.widget-box{
    position: relative;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 10px;
    border: 1px solid #cdcdcd;
}
.widget-box h2{
    display: none;
}
.widget-box .menu{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    list-style: none;
}
.widget-box .menu:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.widget-box .menu li{
    position: relative;
    float: left;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #cdcdcd;
}
.widget-box .menu li:nth-last-child(1){
    border: none;
}
.widget-box .menu li a{
    position: relative;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    color: #000;
    transition: 350ms;
}
.widget-box .menu li a:hover{
    color: #c81fa7;
}
.widget-box .menu li a i.wpmi-icon{
    position: relative;
    float: left;
    width: 36px;
    color: #fff;
    height: 36px;
    margin: 0 10px 0 0!important;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    background: #c81fa7;
}
.widget-box .menu li a i.wpmi-icon:before{
    text-align: center;
}
.widget-box .menu li a p{
    position: relative;
    margin: 0;
    font-size: 14px;
    opacity: 0.7;
}
.item-products{
    position: relative;
    width: 100%;
    background: #fff;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    box-sizing: border-box;
}
.item-products:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.item-products .product{
    position: relative;
    float: left;
    width: 25%;
    height: 285px;
    padding: 25px;
    background: #fff;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    box-sizing: border-box;
    overflow: hidden;
    color: #5d5d5d;
    text-decoration: none;
    transition: 350ms;
}
.item-products .product .thumb-image{
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    height: 120px;
}
.item-products .product .thumb-image img{
    position: relative;
    width: auto;
    margin: 0 auto;
    height: 100%;
    display: block;
}
.item-products .product h3{
    position: relative;
    margin: 0;
    font-size: 14px;
}
.item-products .product:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    z-index: 1;
}
.item-products .product span.price{
    position: absolute;
    bottom: 20px;
    left: 25px;
    display: block;
}
.item-products .product span.price span.real_price,
.item-products .product span.price span.tax_price{
    position: relative;
    display: block;
    width: 100%;
}
.item-products .product span.price span.real_price{
    font-size: 20px;
    color: #aa2b9d;
}
.item-products .product span.price span.tax_price{
    font-size: 12px;
}
.cat-dos-name{
    position: relative;
    padding: 40px;
    color: #fff;
}
.cat-dos-name h2{
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1.2em;
    font-size: 40px;
    overflow: hidden;
}
.cat-dos-name p{
    position: relative;
    margin: 0;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 18px;
    color: #ff74ff;
}
.cat-dos-name a.button{
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
    border: 1px solid #fff;
    transition: 350ms;
}
.cat-dos-name a.button:hover{
    background: #fff;
    color: #000;
}
.cat-dos-name.blue p{
    color: #12c6e3;
}
.cat-dos-name.gold p{
    color: #ffdc86;
}

.widgets{
    position: relative;
    margin: 0 0 30px 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d8d8d8;
}
.widgets h2.widget-title{
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}

/* Price filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #dadada;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    top: -6px;
    background-color: #c321a6;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #c321a6;
}

/* last products */
.product_list_widget{

}
.woocommerce ul.product_list_widget li{
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}
.woocommerce ul.product_list_widget li:nth-child(1){
    padding: 0 0 10px 0;
}
.woocommerce ul.product_list_widget li:nth-last-child(1){
    border: none;
    padding: 10px 0 0 0;
}
.woocommerce ul.product_list_widget li a{
    text-decoration: none;
    color: gray;
    display: block;
    font-size: 14px;
}

.woocommerce ul.product_list_widget li img{
    width: 46px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 0;
}
.woocommerce ul.product_list_widget li span.woocommerce-Price-amount.amount{
    font-size: 12px;
    color: #c81fa7;
}
.woo-holder{
    position: relative;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
    border: 1px solid #d8d8d8;
    background: #fff;
}
.woo-holder:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
}
.woo-holder p.woocommerce-result-count{
    margin: 11px 0 0 0;
}
.woo-holder .woocommerce-ordering{
    margin: 0;
}
.woo-holder select.orderby{
    position: relative;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
}


/*single-product*/
.woo-pro{
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0 0 40px 0;
    padding: 50px;
    box-sizing: border-box;
}
.woo-pro:after{
    position: relative;
    content: '';
    width: 100%;
    clear: both;
    display: block;
}
.woocommerce div.product .product_title{
    font-size: 40px;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
.woocommerce div.product .product_title:after{
    position: relative;
    content: '';
    width: 25%;
    height: 2px;
    background: #c81fa7;
}
.summary.entry-summary p.price{
    position: relative;
    margin: 20px 0;
    padding: 25px;
    box-sizing: border-box;
    background: #e2e2e2;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #c81fa7;
    font-size: 30px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
    background-color: #c81fa7;
}
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus{
    outline: none;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
    background-color: #0986c6;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
    border-radius: 0;
    padding: 15px 25px;
}
.woocommerce div.product form.cart div.quantity{
    margin: 0 10px 0 0;
}
.woocommerce .quantity .qty{
    padding: 15px 0;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    transition: 350ms;
}
.woocommerce .quantity .qty:focus{
    border-color: #c81fa7;
    outline: none;
}
.woocommerce div.product .stock{
    color: #5a5a5a;
}

.product_meta{
    position: relative;
    width: 100%;
}
.product_meta span.sku_wrapper,
.product_meta span.posted_in{
    position: relative;
    display: block;
    margin: 10px 0;
}
.product_meta span.posted_in a{
    text-decoration: none;
    color: #5a5a5a;
    transition: 350ms;
}
.product_meta span.posted_in a:hover{
    color: #c81fa7;
}
.woocommerce div.product form.cart .variations select{
    padding: 10px 25px;
    box-sizing: border-box;
}
.woocommerce div.product form.cart .variations select:focus{
    outline: none;
}
.woocommerce div.product form.cart .reset_variations{
    color: #c81fa7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel{
    position: relative;
    background: #fff;
    padding: 50px;
    margin: 0 0 80px 0;
    box-sizing: border-box;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 25%;
}
.related.products h2{
    font-size: 38px;
}
.dgwt-wcas-suggestion-selected:first-child,
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{
    box-sizing: border-box;
}
.funny-banner{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.funny-banner li{
    position: relative;
    width: 100%;
    height: 254px;
    background-color: #fff;
    margin: 0 0 30px 0;
    display: table;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.funny-banner li span{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.funny-banner li span h2.funny-title{
    position: relative;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    float: right;
    text-transform: uppercase;
    width: 45%;
    background: #ea690d;
}
.funny-banner li span .desc{
    position: relative;
    float: right;
    width: 55%;
    text-align: center;
    padding: 10px 20px 10px 35px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
}
.funny-banner li span .desc p{
    margin: 0;
}
.funny-banner li span .desc .funny-button{
    padding: 5px 15px;
    display: table;
    color: #fff;
    margin: 15px auto 0 auto;
    text-decoration: none;
    border-radius: 15px;
    border: 1px solid rgb(255,255,255);
    transition: 350ms;
}
.funny-banner li span .desc .funny-button:hover{
    background: #fff;
    color: #000;
}
.funny-banner li:nth-last-child(1){
    margin: 0;
}
.ar-grid.sketch .ar-item.worker_one,
.funny-banner li.worker_one{background-image: url('img/handy_man_one.jpg');}

.ar-grid.sketch .ar-item.worker_two,
.funny-banner li.worker_two{background-image: url('img/handy_man_two.jpg');}
.ar-grid.sketch .ar-item.worker_three,
.funny-banner li.worker_three{background-image: url('img/handy_man_three.jpg');}
.ar-grid.sketch .ar-item.worker_four,
.funny-banner li.worker_four{background-image: url('img/handy_man_four.jpg');}
.ar-grid.sketch .ar-item.worker_five,
.funny-banner li.worker_five{background-image: url('img/handy_man_five.jpg');}
.ar-grid.sketch .ar-item.worker_six,
.funny-banner li.worker_six{background-image: url('img/handy_man_six.jpg');}
.ar-grid.sketch .ar-item.worker_seven,
.funny-banner li.worker_seven{background-image: url('img/handy_man_seven.jpg');}

/*.ar-grid.sketch{*/

/*}*/
.ar-grid.sketch .ar-item{
    display: table;
    height: 254px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.ar-grid.sketch .ar-item .table-center{
    display: table-cell;
    vertical-align: middle;
}
.ar-grid.sketch .ar-item .table-center h2.funny-title{
    position: relative;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    float: right;
    text-transform: uppercase;
    width: 45%;
    background: #ea690d;
}

.ar-grid.sketch .ar-item .table-center .desc{
    position: relative;
    float: right;
    width: 55%;
    text-align: center;
    padding: 10px 20px 10px 35px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
}
.ar-grid.sketch{
    margin-top: 40px;
}
.ar-grid.sketch .ar-item .table-center .desc .funny-button {
    padding: 5px 15px;
    display: table;
    color: #fff;
    margin: 15px auto 0 auto;
    text-decoration: none;
    border-radius: 15px;
    border: 1px solid rgb(255,255,255);
    transition: 350ms;
}
.ar-grid.sketch .ar-item .table-center .desc .funny-button:hover{
    background: #fff;
    color: #000;
}

footer{
    position: relative;
    margin: 50px 0 0 0;
    font-size: 14px;
    width: 100%;
    padding: 100px 0 60px 0;
    color: #525252;
    background: #d0d0d0;
}
footer .purple-bg{
    position: relative;
    margin: -150px 0 50px 0;
    background-image: linear-gradient(to right, #803a8e , #c81fa7);
    color: #fff;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    z-index: 8;
}
footer .purple-bg h2{
    display: none;
}
footer .purple-bg .menu{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}
footer .purple-bg .menu:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
footer .purple-bg .menu li{
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 25%;
    border-right: 1px solid rgba(255,255,255,0.3);
}
footer .purple-bg .menu li:nth-last-child(1){
    border: none;
}
footer .purple-bg .menu li a{
    position: relative;
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
}
footer .purple-bg .menu li a i{
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
}
footer .purple-bg .menu li a i:before{
    margin: 0!important;
    color: #aa2b9d;
}
footer .purple-bg .menu li a p{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}
footer h2{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
}
footer .wp-block-columns{
    position: relative;
    width: 100%;
}
footer .wp-block-columns p{
    line-height: 1.5em;
}
footer .wp-block-columns ul.menu{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .wp-block-columns ul.menu li{
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
footer .wp-block-columns ul.menu li:nth-last-child(1){
    border: none;
}
footer .wp-block-columns ul.menu li a{
    position: relative;
    display: block;
    color: #000;
    padding: 6px 0;
    text-decoration: none;
    transition: 350ms;
}
footer .wp-block-columns ul.menu li a:hover{
    padding-left: 10px;
}
footer .wp-block-columns ul.menu li:nth-child(1) a{
    padding-top: 0;
    padding-bottom: 6px;
}
footer .wp-block-columns a{
    color: #c81fa7;
    text-decoration: underline;
}
footer .wp-block-columns a:hover{
    text-decoration: none;
}