#sp-header{
display:none;
}

h3.sppb-addon-title {
color: #000;
}

.sppb-addon-content {
color: #000;
}

/*table*/
@media(max-width:991px){
table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }}
table {
    width: 100%;
    background: #ececec
}
table td {
    padding: 7px 15px;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
    border: 1px solid #ffffff !important;
    color: #000;
}
table td:nth-child(1) {
    background: #232323;
    color: #fff;
}
table td a:hover {
    color: #3F5EFB;
}
table td a {
    color: #FC466B;
}

/*blog*/
.entry-image.intro-image img {
    max-width: 250px;
    height: auto;
}
.blog .items-row {
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 30px;
}
.blog .items-leading {
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 30px;
}

/*button*/
.article-button a {
    background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 50%, #FC466B 100%);
    background-size: 200%;
    color: #fff;
    padding: 10px 25px;
    transition: 0.5s;
}
.article-button a:hover {
    background-position: right bottom;
}

/*ul*/
ul {
    padding-left: 20px;
}

section#sp-section-5 {
    text-align: center;
    padding: 10px 0px;
}

/*eb whatsapp*/
.whatsappchat .popup-section{
	display:none;
}