/*
Theme Name: Flatsome Child -uwinsport
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.nwm-shape-top,
.nwm-shape-bottom{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -1px;
}
.nwm-shape-top svg{
    width: calc(100% + 1.3px);
    height: 20px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.nwm-shape-bottom{
    top: auto;
    bottom: -1px;
    transform: rotate(180deg);
}
.nwm-shape-bottom svg{
    width: calc(107% + 1.3px);
    height: 20px;
    z-index: -1;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.nwm-shape-bottom path,
.nwm-shape-top path{
    fill: #FCCC00;
    transform-origin: center;
    transform: rotateY(0);
}

/*-----------------------*\
    BUTTON
\*-----------------------*/
.nwm-bt-center{
    max-width: fit-content;
    display: block;
    margin: auto;
}
.nwm-accordion{

}
.accordion-title.active{
    border-color: #e7b729 !important;
    border-width: 2px;
}
.accordion-title.active span,
.accordion-title.active i{
    color:#e7b729;
}
/*==================================================
>>>       HEADER     
==================================================*/
/*Button*/
.header-button-1,
.header-button-2{

}
.header-button-1 a,
.header-button-2 a{
    font-family: Roboto, Sans-serif;
    font-size: 13px;
    font-weight: 700 !important;
    line-height: 10px;
    letter-spacing: 1px;
    fill: #000000;
    color: #fff !important;
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #ef6b4f 33%, #8a2014 90%);
    border:3px solid #b31408;
    border-radius: 15px 15px 15px 15px !important;
    padding: 7px 30px !important;
}
.header-button-2 a{
    background-image: linear-gradient(180deg, #e9de60 33%, #dba60c 90%);
    border:3px solid #e4b631 !important;
    line-height: initial !important;
}


/*==================================================
>>>       HOMEPAGE     
==================================================*/
.nwm-ib-style .box-image{
    vertical-align: top;
    padding-right: 20px;
}
.nwm-shadow{
    box-shadow: 0 0 10px 0 rgba(200,200,200,.5);
    border-radius: 15px;
    background-color: #1a1a1a;
    margin-bottom: 30px;
}

/*==================================================
>>>       COMMENT     
==================================================*/
.comment-inner{

}
blockquote{
    color: #edd4d4;
}
td{
    color: #fff;
}
code,pre{
    color: #000;
}
.flex-col{
    max-width: 100%;
}


/*==================================================
>>>            
==================================================*/
.section-title-container{
    margin-bottom: 0 !important;
}
.casino-list .col{
    padding-bottom: 15px !important;
}