.hh-events .loading-spinner {
    color:#43739c;
    margin-bottom:50px;
}
/* Event details */
/* Sidebar */
.datepicker.datepicker-dropdown {
    z-index: 21 !important;
}
.hh-events #mini-calendar .input-daterange input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #e8eaed;
}
/* Accessibility fix */
.hh-events :focus {
    outline-offset: 2px;
    outline-color: #43739c;
}
/* Bootstrap Tooltips */
.hh-events .tooltip {
    font-size: 14px;
}
/* Opposite button */
.hh-events .primary-button-white {
    color: #43739c;
    background-color: white;
}
.hh-events .primary-button-white:hover, .hh-events .primary-button-white:focus {
    color: white;
    background-color: #43739c;
    outline: none;
}
.hh-events .primary-button.primary-button-white.dropdown-toggle {
    width: 100%;
    height: 50px;
    color: #11151c;
    background-color: white;
    border: 2px solid #e8eaed;
    border-radius: 2px;
    padding-left: 10px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align:left;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
}
.hh-events .primary-button.primary-button-white.dropdown-toggle:focus, .hh-events .primary-button.primary-button-white.dropdown-toggle:active{
    border-color: #e8eaed;
    outline: none;
}
.hh-events .primary-button.primary-button-white.dropdown-toggle:hover{
    border-color: #43739c;
    outline: none;
}
.hh-events .sidebar .dropdown-menu{
    margin-top: 0px;
    width: 100%;
    border: 2px solid #e8eaed;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    border-top: none;
    background-clip: border-box;
    max-height: 30vh;
    overflow-y: auto;
    padding-bottom: 0;
}
/* .hh-events .sidebar .dropdown.open:hover .dropdown-menu{
    */
   /* border-color: #43739c;
    */
   /* 
}
*/
.hh-events .sidebar .dropdown.open:hover .primary-button.primary-button-white.dropdown-toggle{
    border-color: #43739c;
}
/* Events on Listing */
/*.hh-events#main {
    margin-top: 30px;
}*/
.hh-events .page-title h1 {
    display: inline-block;
}
.hh-events .events-results {
    color: #11151c;
    font-size: 14px;
    margin-bottom: 20px;
}

.hh-events .events .event {
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .hh-events .events .event:not(:last-child) {
        padding-bottom: 20px;
        box-shadow: 0px 16px 1px -15px #e8eaed;
   }
}
.hh-events .event .event-image {
    border-radius: 2px;
    height: 140px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.hh-events .featured-events-list .event-image {
    height: 70px;
}
.hh-events .featured-events-list .event-details {
    height: 70px;
    display:flex;
}
.hh-events .event .image {
    height: 100%;
    margin-bottom: 10px;
}
.hh-events .date-img {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    border: 2px solid #43739c;
    border-radius: 2px;
    height: 100%;
    box-shadow: 1px 1px #e8eaed;
}
.hh-events .date-img .month {
    background: #43739c;
    color: #fff;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    margin: -1px;
}
.hh-events .date-img .day {
    padding: 10px;
    height: calc(100% - 42px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hh-events .sidebar .date-img .day {
    height: auto;
}
.hh-events .date-img .weekday {
    font-size: 20px;
}
.hh-events .sidebar .date-img .weekday {
    font-size: 14px;
}
.hh-events .sidebar .date-img .weekday span {
    display:none;
}
.hh-events a:hover .date-img {
    border-color: #23527c;
}
.hh-events a:hover .date-img .month {
    background: #23527c;
}
.hh-events .events-list .row.event {
    display: none;
}
.hh-events .events-list .row.event.filter-match {
    display: block;
}
.hh-events .events .event .title {
    margin-bottom: 10px;
}
.hh-events .event a:hover .title, .hh-events .event a:focus .title {
    color: #43739c;
}
.hh-events .details {
    color: #505050;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hh-events .details div:not(.tooltip):not(.tooltip-arrow):not(.tooltip-inner) {
    display: inline;
    margin-right: 8px;
    margin-top: 10px;
    font-weight: 500;
}
.hh-events .details .date:before, .hh-events .details .location:before {
    content: '\2022';
    display: inline-block;
    margin-right: 10px;
}
.hh-events .details .featured:after {
    content: '\2022';
    display: inline-block;
    margin-left: 4px;
}
.hh-events .details .categories:before, .hh-events .details .time:before {
    content: '';
}
.hh-events .dot {
    margin-right: 3px;
    font-size: 10px;
    height: 14px;
    vertical-align: middle;
}
.hh-events .dot span.sr-only {
    color: #11151c;
}
.hh-events .events .event p {
    color: #11151c;
    margin: 0;
}
.hh-events .events .load-more button:focus {
    outline: none;
}
.hh-events .events .load-more {
    display: none;
    margin-bottom: 30px;
    text-align: center;
}
.hh-events .events .events-message {
    display: none;
    text-align: center;
}
/* Sidebar on Events Listing */
@media only screen and (max-width: 991px) {
    .hh-events .sidebar {
        border: 2px solid #e8eaed;
        border-radius: 2px;
        padding: 25px 15px 0 15px;
        margin-top: 10px;
   }
    .hh-events .sidebar .section-title:nth-child(2) {
        margin-top: 20px;
   }
    .hh-events .sidebar.collapsed .gradient-overlay {
        color: black;
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
        max-height: 200px;
        overflow: auto;
   }
}
.hh-events .sidebar .row {
    margin-bottom: 20px;
}
.hh-events .mobile-title {
    position: absolute;
    background-color: white;
    text-transform: uppercase;
    padding: 0 10px;
    z-index: 30;
    top: -3px;
    left: 20px;
}
.hh-events .mobile-title i {
    color: #43739c;
}
.hh-events .search-expand {
    color: #43739c;
    font-size: 25.629px;
    top: -20px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.hh-events .search-expand i {
    background-color: white;
    padding: 0 10px;
}
.hh-events .plus-toggle {
    cursor: pointer;
}
.hh-events .sidebar input:focus {
    outline: 2px solid #43739c;
}
.hh-events .sidebar .date-views {
    margin-top: 20px;
    font-size: 14px;
}
.hh-events .sidebar .date-views button {
    color: #11151c;
    text-align: center;
    display: block;
    padding: 15px 10px;
    border: 2px solid #e8eaed;
    border-radius: 2px;
    background-color: white;
}
.hh-events .sidebar .date-views button:hover, .hh-events .sidebar .date-views button:focus, .hh-events .sidebar .date-views button.active {
    color: #43739c;
    border-color: #43739c;
    background-color: white;
    z-index: 1;
    outline: none;
}
.hh-events .sidebar .row.event {
    margin-bottom: 5px;
}
.hh-events .sidebar .event h3.title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.hh-events .sidebar .event .image .date-img {
    font-size: 16px;
}
.hh-events .sidebar .event .image .date-img .day {
    padding: 2px;
}
.hh-events .sidebar .event .details .featured, .hh-events .sidebar .event .details .location, .hh-events .sidebar .event .details .categories, .hh-events .sidebar .event p {
    display: none !important;
}
.hh-module .sidebar .primary-button.btn-block, .hh-module .sidebar .secondary-button.btn-block {
    padding: 10px 10px;
}
/* Remove duplicate borders for certain screen sizes */
@media only screen and (max-width: 991px) and (min-width: 768px), (min-width: 1200px) {
    .hh-events .sidebar .date-views button:nth-child(3n+2), .hh-events .sidebar .date-views button:nth-child(3n+3) {
        margin-left: -2px;
   }
    .hh-events .sidebar .date-views button:nth-child(n+4) {
        margin-top: -2px;
   }
}
@media only screen and (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
    .hh-events .sidebar .date-views button:nth-child(even) {
        margin-left: -2px;
   }
    .hh-events .sidebar .date-views button:nth-child(n+3) {
        margin-top: -2px;
   }
}
.hh-events .sidebar .checkboxes {
    color: #11151c;
}
.hh-events .sidebar .checkboxes label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none 
}
.hh-events .sidebar .checkboxes input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.hh-events .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 12px;
    background-color: #767676;
}
.hh-events .sidebar .checkboxes label:hover, .hh-events .sidebar .checkboxes label input:focus~span {
    color: #43739c;
}
.hh-events .sidebar .checkboxes label:hover .checkmark, .hh-events .sidebar .checkboxes label input:focus~.checkmark {
    -webkit-box-shadow: inset 0 -200px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -200px 0 0 rgba(0, 0, 0, 0.2);
}
.hh-events .sidebar .checkboxes .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.hh-events .sidebar .checkboxes label input:checked~.checkmark:after {
    display: block;
}
.hh-events .sidebar .checkboxes label .checkmark:after {
    left: 9px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hh-events .sidebar .dropdown select, .hh-events .sidebar-detail .dropdown select {
    width: 100%;
    height: 50px;
    color: #11151c;
    background-color: white;
    border: 2px solid #e8eaed;
    border-radius: 2px;
    padding-left: 10px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.hh-events .sidebar .dropdown select option, .hh-events .sidebar-detail .dropdown select option {
    font-weight: normal;
}
.hh-events .sidebar .dropdown select:hover, .hh-events .sidebar .dropdown select:focus, .hh-events .sidebar-detail .dropdown select:hover, .hh-events .sidebar-detail .dropdown select:focus {
    border-color: #43739c;
    outline: none;
}
.hh-events .sidebar .dropdown:after, .hh-events .sidebar-detail .dropdown:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 5;
    font-weight: 900;
    font-size: 24px;
    pointer-events: none;
}
.hh-events .feeds a {
    color: #11151c;
    margin-right: 15px;
    white-space: nowrap;
}
.hh-events .feeds a:hover {
    color: #43739c;
}
.hh-events .back-to-top {
    background-color: #43739c;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 2px;
    display: none;
    z-index: 10;
}
.hh-events .back-to-top:hover {
    background-color: #23527c;
}
/* Event Page Details */
.hh-events.breadcrumbs {
    background-color: #f5f5f5;
}
.hh-events.breadcrumbs ol {
    padding-top: 15px;
    padding-bottom: 15px;
}
.hh-events.breadcrumbs ol li {
    display: inline-block;
}
.hh-events.breadcrumbs ol li+li:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #767676;
    content: "/";
}
.hh-events.breadcrumbs ol li a {
    color: #11151c;
}
.hh-events.breadcrumbs ol li:hover a {
    color: #43739c;
}
.hh-events .content-detail {
    margin-bottom: 40px;
}
.hh-events .sidebar-detail .row {
    margin-bottom: 20px;
}
.hh-events .sidebar-detail .save-date {
    margin-bottom: 20px;
}
.hh-events .info>div {
    margin-bottom: 10px;
    display: table;
}
.hh-events .info>div>div {
    display: table-cell;
    vertical-align: middle 
}
.hh-events .icon {
    width: 40px;
    height: 40px;
    color: #43739c;
    border: 1px solid #e8eaed;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.hh-events .filters .filter {
    font-size: 12px;
}
.hh-events .filters .filter .filter-label {
    
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #11151c;
    font-size: 12px;
}
.hh-events .filters .filter .dot+.dot {
    margin-left: 10px;
}
.hh-events .filters .filter div {
    display: inline-block;
    margin-right: 8px;
}
.hh-events .filters .filter:not(.dots) div+div:before {
    content: '\2022';
    display: inline-block;
    margin-right: 10px;
}
.hh-events .icon-list {
    margin-bottom: 20px;
}
.hh-events .icon-list span {
    color: #11151c;
    font-size: 16px;
    margin-right: 10px;
}
.hh-events .icon-list a:hover span {
    color: #43739c;
}
.hh-events .feeds {
    margin-bottom: 20px 
}
.hh-events .related-events .event,.hh-events.hh-events-block .event {
    margin-bottom: 30px;
}
.hh-events .related-events .event .title,.hh-events.hh-events-block .event .title {
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
}
.hh-events .related-events.mt-5 {
    margin-top: 3rem!important;
}
.hh-events .show-hhe {
    display:block !important;
}
.hh-events .hide-hhe {
    display:none !important;
}
.hh-events .related-events.mobile {
    display:block;
}
.hh-events .related-events.desktop {
    display:none;
}
@media (min-width: 767px){
    .hh-events .related-events.mobile {
        display:none;
   }
    .hh-events .related-events.desktop {
        display:block;
   }
}

.hh-module blockquote.blockquote {
    padding: 30px;
    margin: 0 0 20px;
    border: 2px solid #e8eaed;
}
.hh-module 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: #43739c;
    font-size: 30px;
    background: #fff;
    border: 2px solid #e8eaed;
    float: left;
    margin-right: 10px;
    font-weight:900;
}
.hh-module blockquote.blockquote .blockquote-footer {
    color: #686a6d;
}
.hh-module figure {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}
.hh-module figure>img {
    width: 100%;
}
.hh-module figure.pull-right {
    margin-left: 15px;
}
.hh-module figure.pull-left {
    margin-right: 15px;
}
.hh-module figure>figcaption {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
    color: #686a6d;
}

/*.hh-module.section {
    padding-top: 30px;
}*/
.hh-module .section-row {
    margin-bottom: 30px;
}
.hh-module .section-title {
    position: relative;
    margin-bottom: 20px;
    min-height: 10px;
}
.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;
}
.hh-module .section-title:after {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #e8eaed;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 10;
}
.hh-module .input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #e8eaed;
}
.hh-module .primary-button,.hh-module .secondary-button {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 2px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: .2s all;
    transition: .2s all;
}
.hh-module .primary-button {
    background-color: #43739c;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #43739c inset;
    box-shadow: 0 0 0 2px #43739c inset;
}
.hh-module .secondary-button {
    background-color: #325675;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #325675 inset;
    box-shadow: 0 0 0 2px #325675 inset;
}
.hh-module .primary-button:hover,.hh-module .primary-button:focus {
    background-color: transparent;
    text-decoration: none;
    color: #43739c;
}
.hh-module .secondary-button a:hover,.hh-module .secondary-button a:focus,.hh-module .secondary-button:hover,.hh-module .secondary-button:focus {
    background-color: transparent;
    text-decoration: none;
    color: #325675;
}
.hh-module.page-header {
    position: relative;
    margin: 0;
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #1b1c1e;
    border: none;
}
.hh-module.breadcrumb, .hh-module .breadcrumb {
    background-color: #f5f5f5;
    margin-bottom: 0;
}
.hh-module.breadcrumb ol {
    border-radius: 0;
    padding: 0;
}
.hh-module .breadcrumb a {
    color:#11151c;
}
.hh-module .breadcrumb a:hover, .hh-module .breadcrumb a:focus {
    color:#43739c;
}
.hh-module .breadcrumb > .active {
    color:#686868;
}
.hh-module#post-header {
    padding-top: 240px;
    padding-bottom: 80px;
}
.hh-module .page-header-bg {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hh-module.page-header .page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hh-module.page-header .page-header-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(27,28,30,0)),color-stop(90%,rgba(27,28,30,0.8)));
    background: linear-gradient(180deg,rgba(27,28,30,0) 0%,rgba(27,28,30,0.8) 90%);
}
.hh-module.page-header h1 {
    font-size: 41.053px;
    color: #fff;
}
.hh-module .post {
    position: relative;
    margin-bottom: 30px;
}
.hh-module .post .post-body {
    position: relative;
    margin: -50px 0 0 3%;
    padding: 5%;
    background: #fff;
    z-index: 10;
}
.hh-module .post .post-img {
    display: block;
    overflow: hidden;
    position: relative;
}
.hh-module .post.post-widget .post-img>img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
}
.hh-module .post-img>img {
    width: 100%;
    -webkit-transition: 1.6s -webkit-transform;
    transition: 1.6s -webkit-transform;
    transition: 1.6s transform;
    transition: 1.6s transform,1.6s -webkit-transform;
}
.hh-module .post-img:hover>img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hh-module .post-title a {
    color:#11151c;
}
.hh-module .post-title a:hover, .hh-module .post-title a:focus {
    color:#43739c;
}
.hh-module .post .post-title {
    font-size: 18px;
}
.hh-module .post .post-title.title-sm {
    font-size: 16px;
}
.hh-module .post .post-title.title-lg {
    font-size: 25.629px;
}
.hh-module .post .post-category {
    margin-bottom: 10px;
}
.hh-module .post-category span,.hh-module .post-category a {
    color: #43739c;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.hh-module .post-thumb {
    background-color: #1b1c1e;
}
.hh-module .post-thumb .post-category span, .hh-module.page-header .post-category span{
    color: #ffffff;
}
.hh-module .post-category span:after,.hh-module .post-category a:after {
    content: ',';
    display: inline-block;
}
.hh-module .post-category span:last-child:after,.hh-module .post-category a:last-child:after {
    display: none;
}
.hh-module ul.post-meta {
    margin-bottom: 5px;
}
.hh-module .post .post-meta {
    margin-bottom: 10px;
}
.hh-module .post-meta li {
    display: inline-block;
    color: #686a6d;
    font-size: 12px;
    text-transform: uppercase;
}
.hh-module.page-header .post-meta li, .hh-module .post-thumb .post-meta li{
    color:#a7a8ab;
}
.hh-module .post-meta li a {
    color: #686a6d;
    font-weight: 600;
}
.hh-module .post-meta li a:hover,.hh-module .post-meta li a:focus {
    color: #43739c;
}
.hh-module .post-meta li:after {
    content: '•';
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.hh-module .post-meta li:last-child:after {
    display: none;
}
.hh-module .hot-post {
    padding: 0 15px;
}
.hh-module .hot-post .hot-post-left {
    padding-right: 0;
    padding-left: 0;
}
.hh-module .hot-post .hot-post-right {
    padding-right: 0;
    padding-left: 5px;
}
.hh-module .hot-post .post {
    margin-bottom: 7px;
}
.hh-module .hot-post {
    margin-bottom: 25px;
}
.hh-module .post.post-thumb .post-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(27,28,30,0)),color-stop(90%,rgba(27,28,30,0.8)));
    background: linear-gradient(180deg,rgba(27,28,30,0) 0%,rgba(27,28,30,0.8) 90%);
}
.hh-module .post.post-thumb .post-body {
    position: absolute;
    margin: 0;
    padding: 0 5%;
    z-index: 20;
    bottom: 5%;
    background-color: transparent;
}
.hh-module .post.post-thumb .post-title a {
    color: #ffffff;
}
.hh-module .post.post-thumb .post-title a:hover,.hh-module .post.post-thumb .post-title a:focus {
    color: #43739c;
}
.hh-module .post.post-thumb .post-meta li a:hover,.hh-module .post.post-thumb .post-meta li a:focus {
    color: #43739c;
}
.hh-module .post.post-sm .post-body {
    margin: 15px 0 0;
    background: 0 0;
    padding: 0;
}
.hh-module .post.post-widget:after {
    content: "";
    display: table;
    clear: both;
}
.hh-module .post.post-widget .post-img {
    float: left;
    height: 87px;
    width: 130px;
}
.hh-module .post.post-widget .post-body {
    position: relative;
    background: 0 0;
    margin: 0 0 0 150px;
    padding: 0;
}
.hh-module .post.post-widget .post-title {
    font-size: 16px;
    margin-bottom: 0;
}
.hh-module .post.post-row:after {
    content: '';
    display: table;
    clear: both;
}
.hh-module .post.post-row .post-img {
    width: 40%;
    float: left;
}
.hh-module .post.post-row .post-body {
    margin: 0 0 0 calc(40% + 30px);
    padding: 0;
}
.hh-module .page-header .post-category {
    margin-bottom: 10px;
}
.hh-module .page-header .post-meta li {
    color: #fff;
}
.hh-module .page-header .post-meta li a {
    color: #fff;
}
.hh-module .page-header .post-meta li a:hover,.hh-module .page-header .post-meta li a:focus {
    color: #43739c;
}
.hh-module .post-share a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #686a6d;
    margin-right: 4px;
    margin-bottom: 6px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
}
.hh-module .post-share a:hover {
    opacity: .9;
}
.hh-module .post-share a i {
    width: 20px;
    text-align: center;
}
.hh-module .post-share a span {
    padding-left: 10px;
    border-left: 2px solid rgba(255,255,255,.1);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
}
.hh-module .post-nav:after {
    content: "";
    display: table;
    clear: both;
}
.hh-module .post-nav .post-title {
    font-size: 14px;
    margin: 0;
}
.hh-module .post-nav .post-img {
    display: block;
    width: 100px;
    overflow: hidden;
}
.hh-module .aside-widget {
    margin-bottom: 30px;
}
.hh-module .social-widget ul {
    overflow: auto;
}
.hh-module .social-widget ul li {
    float: left;
    width: 33.33%;
}
.hh-module .social-widget ul li a {
    display: block;
    text-align: center;
    padding: 30px 15px;
    color: #fff;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
}
.hh-module .social-widget ul li a:hover {
    opacity: .9;
}
.hh-module .social-widget ul li a span {
    font-weight: 600;
    font-size: 14px;
}
.hh-module .social-widget ul li a i {
    display: block;
    font-size: 30px;
}
.hh-module .social-widget .social-facebook{
    background:#225b99!important 
}
.hh-module .social-widget .social-twitter{
    background:#1da1f2!important 
}
.hh-module .social-widget .social-pinterest-p{
    background:#cc2127!important 
}
.hh-module .social-widget .social-instagram{
    background:#d341b2!important 
}
.hh-module .social-widget .social-linkedin{
    background:#0077B5!important 
}
.hh-module .social-widget .social-rss{
    background:#f26522!important 
}
.hh-module .social-widget .social-youtube{
    background:#CC181E!important 
}
.hh-module .newsletter-widget {
    position: relative;
    padding: 0 30px 30px;
    border-left: 2px dashed #e8eaed;
    border-right: 2px dashed #e8eaed;
}
.hh-module .aside-widget:last-child .newsletter-widget {
    border-bottom: 2px dashed #e8eaed;
}
.hh-module .newsletter-widget p {
    min-height: 68px;
    max-height: 159px;
    position: relative;
}
.hh-module .newsletter-widget span {
    display: block;
    margin-bottom: 5px;
}
.hh-module .newsletter-widget .input {
    margin-bottom: 15px;
}
.hh-module .newsletter-widget:after {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: -25px;
    right: 27px;
    font-size: 160px;
    color: #e8eaed;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
    z-index: -1;
    font-weight:900;
}
.hh-module .category-widget ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e8eaed;
}
.hh-module .category-widget ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color:#11151c;
}
.hh-module .category-widget ul li a:hover, .hh-module .category-widget ul li a:focus {
    color:#43739c;
}
.hh-module .category-widget ul li a span {
    float: right;
    font-size: 14px;
    color: #686a6d;
    margin-left: 15px;
}
.hh-module .contact li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 55px;
    padding-top: 5px;
    min-height: 40px;
}
.hh-module .contact li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    background: #fff;
    color: #43739c;
    border: 1px solid #e8eaed;
    line-height: 40px;
    border-radius: 50%;
}
@media only screen and (max-width:767px) {
    .hh-module .page-header h1 {
        font-size: 32.437px;
   }
}

