.t4-offcanvas-toggle {background: #111;}

h2, .h2 {
  font-size: 48px;
  color: #f68c05;
}

.acm-slideshow .owl-carousel .owl-dots {
    flex-direction: row !important;
    left: 50% !important;
    top: 90% !important;
}

.acm-slideshow .owl-carousel .owl-dots .owl-dot {
    margin-right: 20px !important;
}

.t4-megamenu .navbar-nav>li {
    margin: 0 10px !important;
}

.item-101 .t4-section-5 .t4-section-inner.container {
    max-width: 1300px;
}

.logo-img {
  max-width: 350px;
  max-height: 150px;
}
.categories-module.mod-grid .item-wrap h3 a {
  color: #fff;
  font-size: 55px;
}

.t4-section-5 .categories-module.mod-grid .item-wrap {
    height: 650px;
}

.module-title span {
  border-bottom: none;
  color: #f68c05;
  margin-bottom: 0;
  padding: 0;
}


/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #fff;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #ffffff;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #fff;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #fff;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
/* Menu size issue */
/*@media (min-width: 1200px) and (max-width: 1302px) {
    .navbar-expand-xl .navbar-collapse {
        font-size: 0.8rem;
    }
}*/
/* Featured Series module */
#Mod440 h2 {
   font-size: 48px;
   color: #f68c05;
}
#Mod440 p {
   color: rgb(0, 0, 0);
}
#Mod440 .featured-series img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #Mod440 .featured-series .text-center {
    text-align: center !important;
  }
}