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

/*************** ADD CUSTOM CSS HERE.   ***************/
.no-padding p {
    padding: 0;
    margin: 0;
}
.payment-icons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap; /* Prevent wrapping to the next line */
}
.payment-icons li {
    display: flex;
    align-items: center;
    margin-left: 0px !important;
}
.payment-icons li img {
    width: 40px; /* Icon size */
    height: 40px;
}

.muangay {
    display: flex;
    background: linear-gradient(to right, #FCAE5E 0%, #FF4D18 100%);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #FDE9D8;
    align-items: center;
    justify-content: center;
}
.box-xanh .col-inner {
    transition: box-shadow 0.5s ease; /* Smooth transition of 0.5 seconds */
}
.box-xanh .col-inner {
    transition: box-shadow 0.3s ease, border-top 0.3s ease; /* Thêm hiệu ứng chuyển tiếp cho viền */
}

.box-xanh .col-inner:hover {
    box-shadow: -8px 8px 32px #67fcfc66, 8px 8px 32px #fcad6766 !important;
}

.box-shadow, .box-shadow-2, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover {
    box-shadow: 0 4px 12px #e0e0e0 !important;
}


.plan-features {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.plan-features li {
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
.plan-features li:last-child {
  margin-bottom: 0;
}
.plan-features i {
  font-size: 18px;
  margin-right: 10px;
}
.plan-features li:nth-child(1) i {
  color: #f36d3a;
}
.plan-features li:nth-child(2) i {
  color: #007bff;
}
.plan-features li:nth-child(3) i {
  color: #28a745;
}
.plan-features li:nth-child(4) i {
  color: #6f42c1;
}
.plan-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}
.plan-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.plan-price {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}
.dollar-sign {
  font-size: 16px;
  color: #f36d3a;
}
.price {
  font-size: 24px;
  color: #f36d3a;
  margin-left: 3px;
}
.per-day {
  font-size: 16px;
  color: #333;
  margin-left: 5px;
}



.no-padding h1 { padding: 0; margin: 0; }

.pricing-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pricing-details {
    display: flex;
    align-items: center;
    gap: 5px;
}

.plan-title {
    font-size: 18px;
    font-weight: 600;
}

.gradient-text {
    font-size: 18px;
    background: linear-gradient(to right, #F0A454, #F53255);
    -webkit-background-clip: text;
    color: transparent;
}

.pricing-amount {
    display: flex;
    align-items: center;
}

.dollar-sign {
    color: #f6892f;
    font-weight: 600;
    display: flex;
}

.price {
    font-size: 22px;
    font-weight: 600;
}




/* Live Status */
.live-status {
  display: inline;
  align-items: center;
  font-size: 16px;
  color: #0BAC38;
  background-color: #0bac381c;
  border: 1px solid #0BAC38;
  padding: 10px;
  border-radius: 12px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.live-text {
  display: inline-block;
}

/* Form Fields */
.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 5px 0;
  position: relative;
}

.popup__reminder {
  margin-bottom: 0;
  font-size: 12px;
}

/* Box Styles */
.box-hddt .col-inner {
  padding: 25px 16px 10px;
  min-height: 225px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(73, 73, 73, 0.10);
}

p.servicos-section-step-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 !important;
}

p.servicos-section-step-info.pt-8 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}

/* Color Styles */
.color-97 {
  color: #979797;
}

.pd-l-8 {
  padding-left: 8px;
}

.tien-hddt {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #ea4649;
}
.hosting .tien-hddt { font-size: 48px; line-height: 50px; }

.pd-t-4 {
  margin-bottom: 5px;
}

.pd-t-4 .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.color-97.text-decoration {
  text-decoration: line-through #979797;
  margin: 15px 0 0 !important;
}

/* Button Styles */
.box-hddt .button {
  background: #81C837;
  border-color: #81c837;
}

.no-padding .col {
  padding-bottom: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 680px) {
  .trongdong img {
    animation: spin 60s linear infinite;
    width: 1300px;
    height: 1300px;
    top: -400px;
    left: 49%;
    margin-left: -600px;
  }
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
  margin-left: -2.7em !important;
}

.searchform .button.icon i {
  font-size: 1.2em;
  top: 1px;
  color: #ec5f3b;
}

.banner-ads-top {
  float: right;
}

/* Image and Gradient Styles */
.anh-boder .img-inner.dark {
  border-radius: 30px;
}

.gradi-noibat .col-inner.text-left.dark {
  background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
  box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.box-shadow2 .col-inner {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
}

.header-main {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.gradi-noibat3 .col-inner.text-left {
  border-radius: 16px 16px 0 0;
  outline: 2px solid #581c89;
}

.ngaydukien {
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #0BAC38;
  font-weight: 600;
  font-size: 15px;
}

.button.alert.expand.tuvanngay {
  display: inline-block;
  border-radius: 10px;
  border: none;
  background: #1875FF;
  color: white;
  text-align: center;
  font-size: 13px;
  box-shadow: 0px 14px 56px -11px #1875FF;
  width: 10em;
  padding: 1em;
  transition: all 0.4s;
  cursor: pointer;
}

.button.alert.expand.tuvanngay span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.button.alert.expand.tuvanngay span:after {
  content: 'NGAY';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 10.5rem;
  transition: 0.7s;
}

.button.alert.expand.tuvanngay:hover span {
  padding-right: 3.55em;
}

.button.alert.expand.tuvanngay:hover span:after {
  opacity: 1;
  right: 0.5rem;
}

/* Gradient Text */
.nangcao h2 {
  background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0;
}

/* Icon Backgrounds */
.box_sort .box_title label:before,
.fs-ctf-filbox li a i,
.callcenter i,
.header-box-cart a i,
.menu-button i,
.mf-hdimn,
.icon-location {
  background: url(/wp-content/uploads/2024/08/1.png) no-repeat;
}

.callcenter span {
  margin-left: 12px;
}

.callcenter i {
  position: absolute;
  display: block;
  background-size: 90%;
  width: 40px;
  height: 40px;
}

.callcenter span {
  padding-left: 34px;
}

.callcenter span,
.callcenter {
  display: block;
}

.callcenter strong,
.callcenter a {
  display: block;
  font-weight: normal;
  color: #000;
  line-height: 1.1;
}

.callcenter a {
  font-size: 17px;
  font-weight: bold;
  padding: 2px 0;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.row1-chukyso .col-inner.text-left {
	text-align: center;
}
	
.banggia-cks-table-mb {
	width:100%;
	border-radius: 5px;
	background-color: #fff;
    color: #000;
    font-size: 13px;
    white-space: nowrap;
	border-top: solid 1px #e9e9e9;
    border-left: solid 1px #e9e9e9;
	border-collapse: collapse;
}

.table-banggia-cks-mb {padding: 20px;}

.table-banggia-cks-mb table tbody tr td:not(:first-child) {
    text-align: right;
    padding: 10px 10px;
}

.table-banggia-cks-mb table thead tr:first-child td, .table-banggia-cks-mb table tr td:first-child {
    background: #005D9F;
    color: #ffffff;
}


.table-banggia-cks-mb table tr td {
    padding: 10px 5px;
    color: #212121;
    border-bottom: solid 1px #e9e9e9;
    border-right: solid 1px #e9e9e9;
    text-align: center;
}

.table-banggia-cks-mb table thead tr td {
	font-weight: bold;
    padding: 10px;
    background: #F6F6F6;
    color: #333333;
    white-space: nowrap;
}

.table-banggia-cks-mb table tbody tr.total {
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
}

.table-banggia-cks-mb .banggia-cks-table-mb .btn-register {
    background: #7FCA27;
    width: 180px;
    padding: 5px 0;
    color: #fff;
    margin: 5px auto 0;
    text-align: center;
    display: block;
}

.table-banggia-cks-mb .banggia-cks-table-mb .btn-buyer {
    background: #7FCA27;
    padding: 0px 32px;
    color: #fff;
    margin: 5px auto -5px;
    text-align: center;
}

.table-banggia-cks-mb .title {
	color: #000;
    margin-top: 0px;
    margin-bottom: 8px;
}

.table-banggia-cks-mb .title2 {
	color: #000;
    margin-top: 40px;
    margin-bottom: 8px;
}



}

#main{
	background: #f2f5f7;
}

section.section-post-new .box-shade.dark .box-text{
	background: #4242425c;
}

section.section-post-new a.button.is-bevel{
            background-image: linear-gradient(to right, #232526 0%, #414345  51%, #232526  100%);
            margin: 10px;
            padding: 2px 35px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            border-radius: 10px;      
}
section.section-post-new a.button.is-bevel:hover{
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
	
}

.badge-inner{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.badge-inner{
	background-image: linear-gradient(to right, #fc9248, #ff5464);
}

.badge-outline .badge-inner{
	color: #fff !important;
	border: none;
}

.section-title-container{
	margin-bottom: 10px;
}

.section-title.section-title-normal::after{
	display: none;
}

.section-title.section-title-normal{
	border-bottom: none;
	width: auto;
	display: inline-block;
	padding: 5px 0;
}

.section-title.section-title-normal:before{
	background: #010A29;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.section-title.section-title-normal .section-title-main{
	border: none;
	padding: 5px 20px;
    color: #fff;
	position: relative;
	
}


.blog-single h1.entry-title{
	text-align: left;
	margin: 0;
}

.blog-single .entry-header-text{
	margin: 0;
	padding: 0;
}

.blog-single .entry-divider{
	display: none;
}

.header-main{
	height: auto !important;
	padding: 10px 0;
}

.header-main .top-divider{
	display: none;
}

@media screen and (min-width: 850px) {
	.blog-archive .large-10{
		flex-basis: 100%;
		max-width: 100%;
	}
}


.entry-header-date span{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

.entry-header-date span i{
    font-size: 11px;
}

#media_image-2 img{
	width: 100%;
    object-fit: contain;
}

.blog-single .post-sidebar.col{
	padding-left: 15px; 
}

/* .blog-single .large-9.col{
    padding-right: 20px; 
} */

.beadcrumb .row.row-large .col{
	margin: 0;
	padding-bottom: 0;
}

.beadcrumb .row.row-large .col .rank-math-breadcrumb{
	margin-bottom: 10px;
}

.beadcrumb .row.row-large .col .rank-math-breadcrumb p{
	margin: 0;
}

.page-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
}

.post-item .col-inner{
	box-shadow: 0 2px 4px rgba(0,0,0,.08);
    background: #fff;
    border-radius: 15px;
}

.post-item .col-inner .box-image img{
	border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.post-item .col-inner .box-image{
	position: relative;
}

.post-item .col-inner .box-image .box-loop-cat{
	position: absolute;
    z-index: 1;
    background: black;
    border-radius: 15px;
    padding: 3px 10px;
    left: 10px;
    top: 10px;
    font-size: 12px;
    color: #fff;
}

.post-item .col-inner .box-image .box-loop-cat a{
	color: #fff;
}

.post-item .col-inner .box-text{
    padding: 15px;
}

.post-item .col-inner .box-text .post-title{
	font-size: 20px;
	min-height: 50px;
}

.post-item .col-inner .box-text .post-title a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item .col-inner .box-text .is-divider{
	display: none;
}

.post-item .col-inner .badge {
	display: none;
}

.post-item .col-inner .box-text .from_the_blog_excerpt {
	text-align: justify;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 1em;
    color: #7b6b3c !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-item .col-inner .box-text .from_the_blog_comments {
	display: none;
}

.post-item .col-inner .box-text .post-meta .icon-clock{
	font-size: 10px;
}

#logo a {
    position: relative;
}

#logo a:before{
	content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 100%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.75);
    z-index: 999999999;
	left: -5%;
    animation: light-left 2.5s infinite alternate linear;
}

#logo a:after {
	content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 100%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.75);
    z-index: 999999999;
    right: -5%;
    animation: light-right 2.5s infinite alternate linear;
}

@keyframes light-left {
    0% {
        left: -5%;
        opacity: 0
    }

    50% {
        left: 50%;
        opacity: 1
    }

    to {
        left: 105%;
        opacity: 0
    }
}

@keyframes light-right {
    0% {
        right: -5%;
        opacity: 0
    }

    50% {
        right: 50%;
        opacity: 1
    }

    to {
        right: 105%;
        opacity: 0
    }
}

.box-bounce:hover .box-text, .box-bounce:hover .box-image{
	transform: translateY(0);
}

a.load-more-post{
    display: block;
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ededed;
    line-height: 1.4;
    text-align: center;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    background: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
}

a.load-more-post:hover{
    border: 1px solid black;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before{
    border: none;
}

.sub-menu.nav-dropdown.nav-dropdown-default{
    border: none;
    padding: 0 !important;
}

.nav-dropdown.nav-dropdown-default>li>a{
    padding: 10px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a{
    padding: 5px 0;
}

.banner-ads-single .img {
    margin: 0 auto;
}

.entry-content.single-page{
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    border-radius: 20px;
}

.entry-content.single-page .beadcrumb .row.row-large .col .rank-math-breadcrumb p{
    font-size: 13px;
}

.post-sidebar .widget{
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    border-radius: 20px;
}

.post-sidebar .widget.widget_media_image{
    background: none;
    padding: 0;
}

.entry-content.single-page .blog-share .is-divider{
    display: none;
}

.entry-content.single-page .social-icons.share-icons.share-row{
    width: 100%;
    display: flex;
    gap: 10px;
}

.entry-content.single-page .social-icons.share-icons.share-row a.icon.primary.button.circle.tooltip {
    width: 100%;
    border-radius: 5px !important;
    margin: 0;
}

#comments .comment-respond{
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    border-radius: 20px;
}

.entry-content.single-page .entry-header-date{
    display: flex;
    gap: 10px;
}

.banner-ads-single img.attachment-original.size-original{
    border-radius: 10px;
}

.post{
    margin-bottom: 0;
}

.entry-content.single-page .entry-author.author-box{
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.entry-content.single-page .next-prev-nav{
    border: none;
    font-size: 12px;
}

.recent-blog-posts{
    padding: 8px 0;
    align-items: center !important;
}

.recent-blog-posts a{
    font-size: 13px;
}

#media_image-2 img{
    border-radius: 10px;
}

footer .absolute-footer{
    display: none;
}

footer .title-footer .section-title.section-title-normal:before{
    display: none;
}

footer .title-footer .section-title.section-title-normal{
    padding: 0;
    margin: 0;
}

footer .title-footer .section-title.section-title-normal .section-title-main{
    color: #3B3663;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0px;
    padding: 0;
}

footer .ux-menu-link__link{
    min-height: initial;
    border: none;
    border-bottom-color: #f2f5f7;
    padding: 0;
    font-size: 14px;
}

.widget .widget-title {
    display: block;
    position: relative;
    text-transform: inherit;
    margin-bottom: 20px;
}

.widget .widget-title::after{
    content: '';
    position: absolute;
    height: 2px;
    background: #ededed;
    width: 100%;
    left: 0;
    top: 36%;
    z-index: 0;
}

.widget .widget-title span{
    background: #fff;
    position: relative;
    z-index: 9;
    padding-right: 15px;
}

.widget .is-divider{
    display: none;
}

.post_views .jeg_thumb {
    border-radius: 10px;
    border: 1px solid #eee;
}

.post_views .jeg_thumb .thumbnail-container {
    display: block;
}

.post_views .jeg_thumb .thumbnail-container img {
    width: 100%;
    min-height: 100%;
    border-radius: 10px;
}

.post_views article.jeg_post.format-standard .jeg_postblock_content h3.jeg_post_title{
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 0;
}

.post_views article.jeg_post.format-standard .jeg_post_meta {
    font-size: 12px;
    color: #a0a0a0;
}

.post_views article.jeg_post.format-standard .jeg_post_excerpt {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
}

.post_views article.jeg_post.format-standard .jeg_post_excerpt p{
    margin-bottom: 0;
}

.post_views .jeg_postsmall{
    margin-top: 15px;
    border-top: 1px solid #ededed;
    padding-top: 15px;
}

.post_views .jeg_postsmall .jeg_post {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.post_views .jeg_postsmall .jeg_post .jeg_thumb {
    height: 100%;
}

.post_views .jeg_postsmall .jeg_post .jeg_thumb .thumbnail-container{
    width: 120px;
}

.post_views .jeg_postsmall h3.jeg_post_title{
    font-size: 12px !important;
}


.tabs__buttons--container {
    display: flex;
    margin-bottom: 1rem;
}

.tabs__tab-btn {
    background: none;
    border: none;
    cursor: pointer;
    border: 1px solid #eee;
    border-bottom: solid 2px black;
    font-size: 13px;
    width: 50%;
    text-transform: none;
    margin: 0;
}

.tabs__tab-btn:nth-child(1){
    border-right: none;
}

.tabs__tab-btn--not-selected {
    border-bottom-color: #eeeeee;
}

.tabs__tab-btn:hover {
    background-color: #eeeeee;
    transition: 0.3s;
}

.tabs__tab--hide {
    display: none;
}

.tabs__tab--show {
    display: block;
}

.tabs__tab {
    animation: tabApear 0.6s;
}

@keyframes tabApear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
  

.blog-archive .datdev-archive{
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.datdev-archive .archive-page-header .page-title{
    text-align: left;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0;
}

.datdev-archive .archive-page-header .large-12.text-center.col{
    margin-bottom: 0;
    padding-bottom: 15px;
}

.ftwp-in-post#ftwp-container-outer {
    height: auto;
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-center {
    width: auto;
}

#ftwp-container.ftwp-wrap #ftwp-contents {
    width: auto !important;
    height: auto;
    margin-top: 15px;
    border-radius: 10px;
}

.ftwp-in-post#ftwp-container-outer #ftwp-contents {
    height: auto;
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-center #ftwp-contents {
    width: auto;
}

#ftwp-container.ftwp-wrap #ftwp-trigger {
    width: 37px;
    height: 37px;
    font-size: 22.2px;
}

#ftwp-container.ftwp-wrap #ftwp-header {
    font-size: 22px;
    font-family: inherit;
}

#ftwp-container.ftwp-wrap #ftwp-header-title {
    font-weight: normal;
}

#ftwp-container.ftwp-wrap #ftwp-list {
    font-size: 17px;
    font-family: inherit;
}

#ftwp-container #ftwp-list.ftwp-liststyle-decimal .ftwp-anchor::before {
    font-size: 17px;
}

#ftwp-container.ftwp-wrap #ftwp-trigger {
    color: #ffffff;
    background: black;
}

#ftwp-container.ftwp-wrap #ftwp-contents {
    border-color: black;
}

#ftwp-container.ftwp-wrap #ftwp-header {
    color: #ffffff;
    background: black;
}

#ftwp-container.ftwp-wrap #ftwp-contents:hover #ftwp-header {
    background: black;
}

#ftwp-container.ftwp-wrap #ftwp-list {
    color: #333;
    background: rgba(255,255,255);
}

#ftwp-container.ftwp-wrap #ftwp-contents:hover #ftwp-list {
    background: #ffffff;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:hover {
    color: #ffffff;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:focus, #ftwp-container.ftwp-wrap #ftwp-list .ftwp-active, #ftwp-container.ftwp-wrap #ftwp-list .ftwp-active:hover {
    color: #ffffff;
    background: black;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-text::before {
    background: black;
}

.ftwp-heading-target::before {
    background: black;
}

#ftwp-container.ftwp-fixed-to-post.ftwp-middle-right #ftwp-trigger{
    border: none;
}

.ftwp-in-post#ftwp-container-outer {
    margin-bottom: 30px
}

button#ftwp-trigger {
    border-radius: 0 5px 5px 0!important
}

@media only screen and (max-width: 768px) {
    button#ftwp-trigger {
        border-radius:5px 0 0 5px!important
    }
}

#ftwp-container.ftwp-wrap #ftwp-header {
    padding: 5px 10px
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:hover {
    background: black
}

#ftwp-container.ftwp-wrap #ftwp-header-title {
    font-weight: 500
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor {
    -webkit-transition: unset;
    transition: unset
}