/** Post **/
.blog-single .entry-image {
    display: none;
}

.vc_gitem-post-data-source-post_author {
    display: none;
}

/** Post category breadcrumb**/
.blog-title-center .breadcrumbs {
    display: none;
}


/** Product **/
.backend-tb, .backend-tb td {
    border: none !important;
}

.backend-tb h4, .backend-tb p {
    margin-bottom: 5px !important;
}

.backend-tb img {
    margin: 0 !important;
}

/** Table **/
.tablepress td:first-child img {
    width: 30px !important;
}

.tablepress th, .tablepress td {
    text-align: center;
}

.tablepress tr:first-child th:nth-child(n+2) {
    padding: 0 !important;
}



.tablepress td {
    padding: 8px 20px 5px !important;
    border-color: #25343b !important;
}

.tablepress th, .tablepress {
    border-color: #25343b !important;
}

.tablepress th, .tablepress td:first-child {
    background-color: #c6ae94 !important;
}

.tablepress .fa-check {
    color: #5c5040;
    font-size: 1.5em;
    margin-top: 5px;
}

.tablepress .fa-times {
    color: #c6ae94;
    font-size: 1.5em;
    margin-top: 5px;
}

@media only screen and (min-width:768px) {
.tablepress th:first-child {
    width: 10%;
}
}

/** Slide Anything **/
.owl-theme .owl-nav div:before {
  display: none;
}

.owl-theme .owl-prev:before {
    padding-right: 0 !important;
}

.owl-theme .owl-next:before {
	padding-left: 0 !important;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: #FEBA53 !important;
    color: #fff !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #A215FF !important;
}

.owl-theme .owl-dots {
    margin-top: -40px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FEBA53 !important;
}

.owl-theme .owl-dots .owl-dot span {
	  background: #A215FF !important;
    width: 13px !important;
    height: 13px !important;
}

.owl-theme .owl-prev {
    left: -60px !important;
}

.owl-theme .owl-next {
    right: -60px !important;
}


/** Carousel Anything **/
.slick-slider .slick-next {
    right: -50px !important;
}

.slick-slider .slick-prev {
    left: -50px !important;
}

.carousel-caption {
    color: #000;
    text-shadow: none;
}

@media only screen and (max-width:767px) {
.slick-slider .slick-arrow {
    visibility: hidden;
}
	
.slick-slider img {
    width: 30px;
}
	
.tablepress td:first-child img {
    width: 15px !important;
}
	
.slick-slider .tablepress td, .slick-slider .tablepress th {
    font-size: 8px;
    line-height: 1.5;   
	  padding: 4px !important;
}
	
.slick-slider .tablepress .fa {
    font-size: 8px;
    margin-top: 8px;
}
}

/** Footer **/
.footer-bar {
    display: none;
}

.upper-footer i {
    float: none !important;
    margin-left: 5px;
    font-size: 16px;
    width: 20px;
}

ul.footer-social li {
    margin-bottom: 13px;
}

/** Easy Accordion **/
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 25px 35px 15px 35px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 15px 35px 25px 35px;
}

.entry-header blog-header  a{
	display: block;

}


/** font **/
@media only screen and (max-width: 960px) {
.container h3.vc_custom_heading {
   font-size: 18px!important;
   line-height: 1.3!important;
}
}
.rounded-image {
    border-radius: 10%;  /* Kathy - This makes the image perfectly round */
    overflow: hidden;    /* This ensures the image stays within the rounded shape */
	border: #3a7fb3 solid 2px;
}
.rounded-corners-image {
    border-radius: 10px;
    overflow: hidden;
}
.border-blue {
    border: #4b76f2 solid 2px;
}

.game-col>.vc_column-inner>.wpb_wrapper {
  background: linear-gradient(189deg, rgba(233,225,214,1) 0%, rgba(198,174,148,1) 35%, rgba(92,80,58,1) 100%) !important;
}
.game-col.coming .vc_column-inner>.wpb_wrapper {
  background: linear-gradient(189deg, rgba(233,225,214,1) 0%, rgba(198,174,148,1) 35%, rgba(92,80,58,1) 100%) !important;
}
body .game-col.coming > .vc_column-inner > .wpb_wrapper {
    background: linear-gradient(189deg, rgba(233, 225, 214, 1) 0%, rgba(198, 174, 148, 1) 35%, rgba(92, 80, 58, 1) 100%) !important;
}

.game-col.coming > .vc_column-inner > .wpb_wrapper {
    background-image: linear-gradient(189deg, rgba(233, 225, 214, 1) 0%, rgba(198, 174, 148, 1) 35%, rgba(92, 80, 58, 1) 100%) !important;
    background-color: rgba(198, 174, 148, 1) !important;
}

html body .vc_row-fluid .game-col.coming > .vc_column-inner > .wpb_wrapper {
    background: linear-gradient(189deg, rgba(233, 225, 214, 1) 0%, rgba(198, 174, 148, 1) 35%, rgba(92, 80, 58, 1) 100%) !important;
}

h3.separator_off {
    color: #FFFFFF !important; /* override the inline #feba53 */
}
.slick-dots li button:before {
  color: #e9e1d6 !important;
}

.slick-dots li.slick-active button:before {
  color: #c6ae94 !important;
}
