/*Theme Name: 123Play*/
@import url('https://fonts.googleapis.com/css?family=Kanit:100,200,300,400,500,600,700,800|Roboto:100,200,300,400,500,600,700|Prompt:100,200,300,400,500,600,700&display=swap&subset=thai');

body {
    font-family: 'Kanit', 'Roboto', sans-serif;
    font-size: 16px;
    /*font-weight: 400;*/
    color: #fff;
    line-height: 1.4;
    background-color: #0c0c0c;
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Kanit', 'Roboto';
}

a,
a:hover {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    line-height: 1.5;
}

strong,
b {
    font-weight: 600;
}


/*Custom*/

.mdi {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Text*/
.text-primary {
    color: #222 !important;
}


/*Button*/
.btn {
    font-style: normal;
    font-weight: 400;
    padding: .375rem 1.4rem;
    border-radius: 3px;
    color: #222;

}

.btn:not([class*="btn-outline"]) {
    border: none !important;
}

.btn-outline-dark {
    border-color: #333;
}

.btn-sm.btn-block {
    padding: 1rem 1.75rem;
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 1.1rem;
}

.btn:hover,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
    color: #222222;
}

.btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-block i {
    margin-right: 10px;
}


.btn-primary {
    background: linear-gradient(180deg, #fcc42f 0%, #c68b0d 100%) !important;
    /*border-bottom: 1px solid #efbd2a;*/
    border-color: #efbd2a !important;
    color: #222222;
}

.btn-primary:active,
.btn-primary:hover {
    background: linear-gradient(180deg, #FFD600 0%, #FFE601 100%) !important;
    border-color: transparent !important;
}

.btn-success {
    background: linear-gradient(180deg, #8CE28F 0%, #53B863 100%) !important;
    border-color: transparent !important;
}

.btn-danger-x {
    background: linear-gradient(to right, #fd0505, #c67103);
    color: #fff !important;
}

.btn-line {
    background-color: #00B900 !important;
    border-color: #00B900 !important;
}

.btn-dark {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

/*Background Color*/
.bg-primary {
    background: linear-gradient(180deg, #361055 0%, #2B0946 100%) !important;
}

.bg-secondary {
    background: #0E0018 !important;
}

.bg-third {
    background: #0E0018 !important;
}

.bg-red {
    background: linear-gradient(180deg, #330607 0%, #4a0809 100%);
}

/**/

/*Grid*/

.row-lg {
    margin-right: -30px;
    margin-left: -30px;
}


.row-lg>[class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

.row-sm {
    margin-right: -10px;
    margin-left: -10px;
}


.row-sm>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.card-dark {
    background-color: #000;
}

/*Main*/
.header {
    background: linear-gradient(180deg, #4c0205 0%, #310306 100%);

    padding: 0px 0 0 0;
    font-size: 14px;
}

.header .navbar {
    padding: 0;
}

.header .navbar .nav-item .nav-link:hover,
.header .navbar .nav-item.active>.nav-link,
.header .navbar .nav-item.current-menu-item>.nav-link {
    background-color: #000;
    color: #fff;
}

.header .navbar .nav-item .nav-link {
    position: relative;
    color: #000;
    font-weight: 500;
}

.header .navbar .nav-item .nav-link:after {
    position: absolute;
    content: '';
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: rgba(0, 0, 0, 0.7);
    height: 45%;
}

.header .navbar .nav-item .nav-link.marked {
    color: #fff;
}

.header .navbar .nav-item.marked {
    position: relative;
}

.header .navbar .nav-item.marked:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff0000;
    z-index: 0;
    border-radius: 5px;
}


.header .navbar .nav-item.marked>.nav-link {
    color: #fff;
}

.header .navbar .nav-item:last-child>.nav-link:after {
    display: none;
}

.header .navbar .nav-item .nav-link:hover:after,
.header .navbar .nav-item.active>.nav-link:after,
.header .navbar .nav-item.current-menu-item>.nav-link:after {
    width: 100%;
    bottom: -1px;
    transform: none;
    height: 1px;
    left: 0;
    top: auto;
    background-color: #000;
    display: block;
}


@media (min-width: 992px) {


    .header .navbar-brand img {
        height: 60px;
    }
}

@media (max-width: 991px) {
    .header .navbar .nav-item .nav-link {
        color: #fff;
    }

    .header .navbar .nav-item .nav-link:after,
    .header .navbar .nav-item .nav-link:hover:after,
    .header .navbar .nav-item.active>.nav-link:after,
    .header .navbar .nav-item.current-menu-item>.nav-link:after {
        display: none !important;
    }

    .header .navbar-brand img {
        height: 50px;
    }

    .mobile-brand {
        text-align: center;
    }

    .mobile-brand img {
        height: 80px;
    }

    .header .navbar {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .navbar-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}


.header .navbar-toggler:focus,
.header .navbar-toggler:active,
.header .navbar-toggler {
    color: #fff;
    outline: none;
    box-shadow: none;
}

.header .dropdown-menu {
    border-radius: 0;
    background-color: #8203B2;
    font-size: 14px;
}

.header .menu {
    background: linear-gradient(180deg, #fcc42f 0%, #c68b0d 100%);
    border-bottom: 1px solid #efbd2a;
}

.header .notice {
    color: #fff;
    padding: 5px 0 3px 0;
    background: #181c1a;
    background: -moz-radial-gradient(center, ellipse cover, #181c1a 19%, #000000 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #181c1a 19%, #000000 100%);
    background: radial-gradient(ellipse at center, #181c1a 19%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181c1a', endColorstr='#000000', GradientType=1);
    line-height: 1.4;
}

@media (min-width: 992px) {
    .navbar-brand {
        margin-right: 10px;
    }

    .header .dropdown-menu {
        top: 147%;
    }

    .navbar-expand-lg {
        flex-wrap: wrap;
    }

    .navbar-collapse {
        flex: 1 1 auto;
        flex-grow: 1;
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .navbar-nav .nav-link {
        /*padding-right: .2rem;*/
        /*padding-left: .2rem;*/
        font-size: 14px;
    }
}

.header .mobile-brand,
.header .hide-menu {
    display: none;
}

@media (max-width: 991px) {
    .header .mobile-brand {
        display: block;
        margin-bottom: 30px;
    }

    .header .navbar-collapse {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        /*transform: translateX(-100%);*/
        max-width: 100%;
        padding: 15px;
        background-color: #202020;
        transition: all 0.2s;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .header .navbar-collapse>* {
        width: 100%;
    }

    .header .navbar-toggler.collapsed+.navbar-collapse.collapsing {
        left: -100%;
    }

    .header .hide-menu {
        left: -100%;
        transition: all 0.2s;
        position: fixed;
        top: 0;
        font-size: 36px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
    }

    .header .navbar-collapse.collapsing,
    .header .navbar-collapse.show {
        left: 0;
        /*transform: translateX(0);*/
    }

    .header .collapse:not(.show) {
        display: block !important;
    }


    body {
        transition: all 0.25s;
        position: relative;
        left: 0;
    }

    body.menu-show {
        /*margin-left: 250px;*/
        overflow: hidden;
    }

    body.menu-show:after {
        position: fixed;
        top: 0;
        left: 0;
        content: '';
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
    }


    .header .navbar-collapse {
        width: 300px;
    }

    body.menu-show {
        left: 300px;
    }

    .header .navbar-collapse.collapsing .hide-menu,
    .header .navbar-collapse.show .hide-menu {
        left: 300px;
    }

    .header .menu-button {
        display: flex;
        flex-direction: row;
    }

    .header .menu-button li {
        width: 50%;
    }

    .header .menu-button li:first-child {
        margin-right: 5px;
    }

    .header .menu-button li:last-child {
        margin-left: 5px;
    }

    .header .menu-button .btn {
        width: 100%;
        margin-bottom: 10px;
        /*font-size: 12px;*/
        padding: 10px;
    }
}

@media (max-width: 400px) {
    .header .navbar-collapse {
        width: 250px;
    }

    body.menu-show {
        left: 250px;
    }

    .header .navbar-collapse.collapsing .hide-menu,
    .header .navbar-collapse.show .hide-menu {
        left: 250px;
    }

    .header .menu-button {
        display: flex;
        flex-direction: column;
    }

    .header .menu-button li {
        width: 100%;
    }

    .header .menu-button li:first-child {
        margin-right: 0px;
    }

    .header .menu-button li:last-child {
        margin-left: 0px;
    }
}

@media (max-width: 300px) {
    .header .navbar-collapse {
        width: 210px;
        padding: 15px;
    }

    body.menu-show,
    .header .navbar-collapse.collapsing .hide-menu,
    .header .navbar-collapse.show .hide-menu {
        left: 210px;
    }
}

.header .nav-item .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


.slider {
    background-color: #C0C0C0;
    background-image: url("assets/images/bg-slide.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/

}

@media (min-width: 992px) {
    .slider {
        /*padding: 190px 0;*/
    }
}

@media (max-width: 991px) {
    /*.slider {*/
    /*    !*margin-right: -15px;*!*/
    /*    !*margin-left: -15px;*!*/
    /*    padding: 50px 15px;*/
    /*    background-size: cover;*/
    /*    text-align: center;*/
    /*}*/
    /*.slider-title {*/
    /*    font-size: 26px;*/
    /*}*/
}

.block-section {
    padding: 50px 0;
}

.block-section.top-line {
    border-top: 5px solid #811315;
}

.block-section.top-line-dark {
    border-top: 5px solid #131313;
}

@media (min-width: 992px) {
    .block-section.nopadding {
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .block-section-title {
        /*text-align: center !important;*/
        /*padding-left: 15px;*/
        font-size: 22px;
    }
}


.list-item-icon,
.list-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-item .item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .list-item .item {
        margin-bottom: 30px;
    }
}


.list-item .item:last-child {
    margin-bottom: 0;
}

.list-item .item .image {
    width: 285px;
    flex: 0 0 auto;
    margin-right: 15px;
}

.item-half.list-item .item .image {
    width: 45%;
    margin-right: 2rem;
}


.item-half-reverse .item .image {
    margin-right: 0;
    margin-left: 2rem;
}

@media (max-width: 991px) {
    .item-half.list-item .item .image {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .item-half-reverse .item .image {
        margin-top: 1rem;
    }
}

.item-half item {
    align-items: center;
}

.list-item .item .image img {
    width: 100%;
}

.list-item .item .content {
    flex: 1 1 auto;
    width: 100%;
}

@media (max-width: 767px) {
    .list-item .item {
        display: block;
        margin-bottom: 50px;
    }

    .list-item .item .image {
        width: 100%;
        margin-bottom: 15px;
    }

    .list-item .item .content {
        text-align: center;
    }
}


.list-item-icon .item {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.list-item-icon .item:last-child {
    margin-bottom: 0;
}

.list-item-icon .item .icon {
    margin-right: 13px;
    font-size: 36px;
    color: #0E8019;
}

.list-item-icon .item .caption {
    padding-top: 7px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .list-item-icon .item .icon {
        margin-right: 8px;
        font-size: 24px;
        color: #0E8019;
    }

    .list-item-icon .item .caption {
        padding-top: 0px;
        line-height: 1.5;
    }
}

/*Page*/

.page-cover {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px 0;
}


.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content .h1,
.page-content .h2,
.page-content .h3,
.page-content .h4,
.page-content .h5,
.page-content .h6 {
    /*color: #FFE601 !important;*/
}

.page-content ol li,
.page-content ul li {
    line-height: 1.5;
    margin-bottom: 10px;
}

@media (max-width: 768px) {

    .page-content ol,
    .page-content ul {
        padding-left: 15px;
    }
}

.page-content .aligncenter {
    display: block;
    margin: 0 auto;
}

.page-content img {
    max-width: 100%;
    height: auto !important;
}


.nobullet {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nobullet li {
    margin-bottom: 15px;
}

.blog .title {
    font-size: 1.2rem !important;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    .blog .title {
        font-size: 1.5rem !important;
        line-height: 1.2;
    }
}

.step .item p,
.register-step .item li,
.register-step .item p {
    font-size: 14px;
    color: #424242;
}

.register-step .item ol {
    padding-left: 15px;
}

@media (max-width: 767px) {

    .mobile-show-one .blog>.row>[class*="col-"]:not(:first-child),
    .mobile-hide {
        display: none;
    }

    .btn-sm-block {
        display: block;
        width: 100%;
    }
}


@media (min-width: 768px) {
    .step .placeholder {
        display: block;
        width: 100%;
        min-height: 250px;
        line-height: 250px;
        background-color: #C4C4C4;
        margin-bottom: 15px;
        text-align: center;
    }

    .step .placeholder img {
        margin-bottom: 0 !important;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;

    }
}

@media (min-width: 992px) {
    .step .placeholder {
        min-height: 400px;
        line-height: 400px;
    }

}


@media (max-width: 991px) {
    .step .placeholder {
        display: block;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .step .item {
        margin-bottom: 50px !important;
    }
}


.img-scal-animate {
    transition: all .3s;
}


.blogs {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: stretch;
}

.blogs .item {
    margin-bottom: 2rem;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
    background-color: #000 !important;
}


.blog-owl .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.blog-owl .owl-carousel .owl-stage .owl-item {
    display: flex;
    align-items: stretch;
}

.blog-owl .owl-carousel .owl-nav button {
    top: 40% !important;
}

@media (max-width: 768px) {
    .blog-owl .owl-carousel .owl-nav button {
        display: none;
    }

    .owl-item>.d-flex {
        display: block !important;
        width: 100%;
    }
}

.blogs .item .image {
    max-height: 200px;
}

@media (max-width: 768px) {
    .blogs .item .image {
        max-height: 300px;
    }
}

@media (max-width: 560px) {
    .blogs .item .image {
        max-height: 200px;
    }
}

.blogs .item .content {
    padding: 15px;
    background-color: #000;
}

.blogs .item .content h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.blogs .item .image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background-image: linear-gradient(to right, #f7ae12 0%, rgba(203, 135, 18, 0.64) 100%);
    transition: all 0.3s ease-out;
}

.blogs .item:hover .image:after {
    opacity: 0.6;
    visibility: visible;
    transition: all 0.3s ease-out;
}

.blogs .item:hover .content h3 {
    color: #d3970c;
    transition: all 0.3s ease-out;
}

.blogs .item .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-out;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
}

.blogs .item .meta .category {
    color: #ffba0c;
}

.blogs .item .meta .date {
    color: rgb(255, 180, 3);
}

.blogs .item p {
    color: #c1c1c1 !important;
}

.blogs .item p.sm {
    font-size: 13px;
}


.image {
    overflow: hidden;
    position: relative;
}

.image .placeholder {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    display: block;
}

.image .placeholder .bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.social {
    font-size: 28px;
}

.social a {
    margin-right: 5px;
}


.line-popup {
    z-index: 1;
    position: fixed;
    flex-direction: unset;
    display: flex;
    right: 0px;
    width: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.banner-popup {
    z-index: 1;
    position: fixed;
    flex-direction: unset;
    display: flex;
    left: 0px;
    width: 180px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-popup img {
    max-width: 100%;
}

.banner-popup>div {
    position: relative;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    transform: translate(0%, -100%);
    background-color: #303030;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

@media (max-width: 991px) {

    .line-popup,
    .banner-popup {
        display: none;
    }
}

.fix-bottom {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99999999;
}

.fix_footer {
    z-index: 99999999;
    width: 100%;
    /*min-height: 50px;*/
    text-align: center;
    color: #fff414 !important;
    border-top: 1px solid #d49792;
    background: #9d0300;
    background: -moz-linear-gradient(top, #9d0300 0%, #be000c 35%, #db0018 100%);
    background: -webkit-linear-gradient(top, #9d0300 0%, #be000c 35%, #db0018 100%);
    background: linear-gradient(to bottom, #9d0300 0%, #be000c 35%, #db0018 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d0300', endColorstr='#db0018', GradientType=0);
    cursor: pointer;
}

.fix_footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: -3px;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    padding: 8px 50px 10px 50px;
    border-right: 1px solid #d49792;
}

.fix_footer a i {
    margin-right: 5px;
}

.fix_footer a:hover {
    background: rgba(235, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(235, 0, 0, 1) 0%, rgba(201, 0, 0, 1) 49%, rgba(105, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235, 0, 0, 1)), color-stop(49%, rgba(201, 0, 0, 1)), color-stop(100%, rgba(105, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(235, 0, 0, 1) 0%, rgba(201, 0, 0, 1) 49%, rgba(105, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(235, 0, 0, 1) 0%, rgba(201, 0, 0, 1) 49%, rgba(105, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(235, 0, 0, 1) 0%, rgba(201, 0, 0, 1) 49%, rgba(105, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(235, 0, 0, 1) 0%, rgba(201, 0, 0, 1) 49%, rgba(105, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb0000', endColorstr='#690000', GradientType=0);
}

.fix_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix_footer ul li:last-child a {
    border-right: none;
}

@media (max-width: 768px) {
    .fix_footer a {
        padding: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .fix_footer a i {
        font-size: 28px;
        margin: 0;
    }

    .fix_footer ul {
        flex-wrap: wrap;
    }

    .fix_footer ul li {
        flex: 1 1 auto;
    }

    .fix_footer .container {
        padding: 0 !important;
    }
}

.login-form {
    padding: 30px;
    background-color: #000;
    border-radius: 15px;
}

.xv {
    max-height: 470px;
    overflow: hidden;
}

.videoWrapper {
    position: relative;
    height: 0;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 56.25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    width: 831px;
    max-width: 100%;
    margin: 0 auto
}


.tv-view {
    overflow: hidden;
    margin-top: -102px;
    margin-left: 1px;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper video,
.videoWrapper embed,
.videoWrapper .wp-video-shortcode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.list-tv {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list-tv .item {
    width: 115px;
    margin-right: 8px;
    margin-bottom: 8px;
}


@media (max-width: 991px) {
    .videoWrapper {
        padding-bottom: 80%;
    }

    .xv {
        max-height: 257px;
    }
}

@media (max-width: 375px) {
    .videoWrapper {
        padding-bottom: 100%;
    }

    .xv {
        max-height: 190px;
    }
}

@media (max-width: 767px) {


    .list-tv {
        justify-content: center;
    }

    .list-tv .item {
        width: 22%;
    }
}

/*Footer*/
.footer {
    margin-bottom: 46px;
}

.footer .logo {
    height: 88px;
    margin-bottom: 10px;
}

.footer .fonter-section {
    padding: 30px 0;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border-top: 5px solid #131313;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    display: block;
    margin-bottom: 15px;
}

.footer-menu li a {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
}

.copyright {
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
}


.wp-pagenavi a,
.wp-pagenavi span {
    border: none !important;
    padding: 3px 10px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background-color: #ff0000 !important;
}