/* Header area container */
.site-header .full-container {
        max-width: 1600px !important;
}

/* Main Content Area container */
.site-main .full-container {
        max-width: 1600px !important;
}

/* Footer Content Area container */
.site-footer .full-container {
        max-width: 1600px !important;
}
#main.site-main {
	background-attachment: fixed;
	background-position: 0 55px;
}
.widget_circleicon-widget .circle-icon-box h4 {
	color: #f7941d;
}
.widget_circleicon-widget .circle-icon-box p.text {
	color: #6cc9da;
}

.widget_circleicon-widget .circle-icon-box a.more-button {
	color: #e21d26;
}

.widget_circleicon-widget .circle-icon-box .circle-icon {
	width: 200px;
	height: 200px;
	margin: 0 auto !important;
	position: static !important;
}

.circle-icon-box {
	padding: 0 !important;
}
.rounded-corners {
  border-radius: 50px;
  border: 2px solid #f7941d;
  padding: 20px;
}
#secondary .widget .widget-title {
	font-size: 18px;
	color: #f7941d;
}
#secondary .widget {
	font-size: 15px;
	color: #fff;
}
#yoast-breadcrumbs, #navxt-breadcrumbs {
  background: rgba(0, 0, 0, 0.025);
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 0.5em 0.75em;
  font-weight: 500;
  color: #af4e9f;
}
.entry-content table {
  border-bottom: 1px solid #f25824;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
.simcal-calendar-grid
{
background-color: #ffffff;
border-color: #f7941d;
}
.simcal-calendar-head {
background-color: #f25824;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover {
  background-color: #808080;
}
.simcal-default-calendar-grid .simcal-day-void {
  background-color: #808080;
}
.simcal-default-calendar-grid .simcal-day-void.simcal-day-void-last {
  background-color: #808080;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void {
  background-color: #808080;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
  background: #f7941d;
}
.simcal-day-19
{
  background: #6cc9da;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover {
  background-color: #6cc9da;
}
.simcal-default-calendar .simcal-current h3 {
  margin: 0;
  padding: 0;
		color: #ffffff;
}