  html {
    font-size: 18px;
}
html .kingster-body a p.summary {
    font-weight: 400;
}
.hh-events .details .time {
    text-transform: none;
}
html .hh-events.breadcrumbs ol li+li:before {
    content: unset;
}
html .dropdown-menu {
    position: relative;
}
body, html body.kingster-body {
    font-family: "Roboto", Georgia, sans-serif !important;
    font-size: 18px;
}
html .hh-events .featured-events-list .event-image {
    height: 85px;
}
html .hh-events button.primary-button-white.clearAll {
    color: #93C2F8 !important;
}
html .hh-events button.primary-button-white.clearAll:hover {
    background: #93C2F8 !important;
    color: #00325D !important;
}
.breadcrumbs .fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav.hh-events.breadcrumbs {
    font-size: 16px;
}
.hh-events.breadcrumbs ol.container li a{
    font-weight: bold;
    padding-right: 10px;
}
.hh-events.breadcrumbs ol.container li {
    padding: 0 10px;
}
a.primary-button, a.secondary-button {
    display: inline-block;
    margin-right: 15px;
}
html .gdlr-core-page-builder-body p {
    font-size: 1.1rem;
}
html div.wysiwyg figure.pull-right {
    margin-left: 15px;
}
html div.wysiwyg figure.pull-left {
    margin-right: 15px;
}
html div.wysiwyg figure {
    margin:0;
    /*max-width: unset;*/
}
html div.gdlr-core-page-builder-body div.wysiwyg blockquote.blockquote {
    border-left-width: 0;
}
blockquote.blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #93C2F8;
    font-size: 30px;
    /* background: #fff; */
    border: 2px solid #93C2F8;
    float: left;
    margin-right: 10px;
    font-weight: 900;
}

div.wysiwyg figure figcaption {
    margin-top: 10px;
    font-style: italic;
    caption-side: bottom;
}

.col-xs-12.col-sm-4.sidebar-detail {
    margin-bottom: 40px;
}

.hh-events .filters .filter h3.filter-label {
    font-size: 18px;
    font-weight: 500;
}

.hh-events .filters div.filter {
    font-family: "Roboto", Georgia, sans-serif !important;
    font-size: 16px;
}

div.datepicker table tr td.today:hover:hover {
    color: #fff;
}

div.datepicker table tr td.today, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today.disabled:hover, div.datepicker table tr td.today:hover {
    background-color: #00325D;
    background-image: -moz-linear-gradient(to bottom,#00325D,#93C2F8);
    background-image: -ms-linear-gradient(to bottom,#00325D,#93C2F8);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#00325D),to(#93C2F8));
    background-image: -webkit-linear-gradient(to bottom,#00325D,#93C2F8);
    background-image: -o-linear-gradient(to bottom,#00325D,#93C2F8);
    background-image: linear-gradient(to bottom,#00325D,#93C2F8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00325D', endColorstr='#93C2F8', GradientType=0);
    border-color: #93C2F8;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    background: white;
    color: #00325D;
}

th.dow {
    background: white;
    color: #00325D;
    font-weight: 700;
}

td.day {
    color: black;
}

.home .datepicker td {
    width: 35px;
}

.hh-module .section-title {
    position: relative;
    margin-bottom: 20px;
    min-height: 10px;
}

.hh-module .section-title:after {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #e8eaed;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 10;
}

.hh-module .section-title .title {
    position: relative;
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    z-index: 20;
    font-weight: 500;
}

.hh-module .input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #e8eaed;
}

a.kingster-top-bar-right-button:hover, div.kingster-footer-wrapper a:hover, div.kingster-copyright-wrapper a:hover, .hh-events div.feeds a:hover, .icon-list a:hover{
    text-decoration: none;
}

.kingster-copyright-wrapper .fa, .kingster-copyright-wrapper .far, .kingster-copyright-wrapper .fas {
    font-family: "FontAwesome";
    font-weight: 500;
}

.kingster-copyright-wrapper .fa-google-plus:before {
    content: "\f0d5";
}

.kingster-copyright-wrapper .fa-linkedin:before {
    content: "\f0e1";
}

.hh-events a.back-to-top {
    color: #93C2F8;
    border: none;
}

.hh-events a.back-to-top:hover {
    background: #93C2F8;
    color: #00325D;
}

.hh-events div.details, .hh-events div.events-results {
    font-family: "Roboto", Georgia, sans-serif;
}

.kingster-body .sidebar h2.title {
    font-size: 20px;
}

.primary-button, .hh-events button.primary-button-white {
	 font-size: 1rem;
	 letter-spacing: 0px;
	 padding: 17px 31px 18px 31px !important;
	 text-transform: none;
	 border-radius: 2px;
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px background: #00325D;
	 color: #93C2F8 !important;
	 border-color: #1a2742;
	 background: #00325D;
	 text-decoration: none;
	 box-shadow: none;
	 border: none;
	 font-weight: 700;
}
html .hh-events button.primary-button-white {
    color: #1a2742 !important;
}
 .secondary-button {
	 font-size: 1rem;
	 letter-spacing: 0px;
	 padding: 17px 31px 18px 31px !important;
	 text-transform: none;
	 border-radius: 2px;
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px background: #00325D;
	 color: #00325D !important;
	 border: none;
	 background: #93C2F8;
	 text-decoration: none !important;
	 box-shadow: none;
	 font-weight: 700;
}
 .primary-button:hover, .hh-events button.primary-button-white:hover {
	 color: #00325D;
	 background: #93C2F8;
	 text-decoration: none !important;
}
 .secondary-button:hover {
	 color: #93C2F8 !important;
	 background: #00325D;
	 text-decoration: none !important;
}

.kingster-body .row a.secondary-button:hover {
    color: #93C2F8 !important;
}
