ul {
    list-style-type: disc;
}

ul,
ol {
    padding-left: 15px;
}

ol li {
    list-style-type: decimal;
}

.getsocial,
.ga-views {
    display: inline-block;
}

.custom_social_setting .getsocial,
.ga-views {
    float: left;
}

.getsocial.gs-inline-group.gs-big-counter {
    margin: 0;
}

.ga-views {
    color: #606060;
}

.ga-views-count {
    font-size: 37px;
    line-height: 37px;
}

.ga-views p:last-child {
    margin: 0;
}

.feature-item p img {
    display: block;
}

.feature-item li {
    position: relative;
    /* padding-left: 10px; */
    list-style-type: inherit;
}

#subscribe-modal .modal-body {
    padding: 30px;
}

#subscribe-modal .modal-body h4 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
}

#subscribe-modal .modal-body .btn {
    font-size: 25px;
    line-height: 40px;
}

section.wrap-content .sidebar .graybox {
    margin: 0 30px;
}

html .gs-buttons.gs-big-counter:not(.gs-floating),
html .gs-buttons.gs-big-counter>.gs-big-counter {
    padding-top: 0px !important;
    ;
}

html .gs-buttons.gs-big-counter.gs-medium>.gs-big-counter {
    bottom: 1px !important;
    font-size: 37px !important;
    padding-bottom: 5px;
    margin-top: 0px !important;
    text-align: center;
    padding-right: 0px !important;
}

html .gs-buttons.gs-big-counter.gs-medium>.gs-big-counter>span {
    margin: 0px !important;
}

html .gs-buttons.gs-big-counter>.gs-big-counter>span {
    right: auto !important;
    text-shadow: none;
    display: inline-block !important;
    position: relative !important;
    top: 5px !important;
    width: 100%;
}

.gs-tracking {
    vertical-align: top !important;
    margin-bottom: 0px !important;
    position: relative;
    top: 10px;
    left: 15px;
}

/* Fix for Font Awesome social icons */
.social-icons-wrapper .icon-wrapper {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.social-icons-wrapper .icon-wrapper i {
    font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free" !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    display: inline-block;
}

.social-icons-wrapper .icon-wrapper i.fas {
    font-weight: 900;
}

.social-icons-wrapper .facebook i {
    color: #fff;
}

.social-icons-wrapper .linkedin i {
    color: #fff;
}

.social-icons-wrapper .twitter i {
    color: #fff;
}

.social-icons-wrapper .newsletter i {
    color: #fff;
}

.social-icons-wrapper .instagram i {
    color: #fff;
}

/* Chosen.js sprite overrides to prevent missing chosen-sprite.png requests */
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-results-scroll-down span,
.chosen-results-scroll-up span {
    background-image: none !important;
}

/* Explicitly clear background on the search input area used by Chosen */
.chosen-container-single .chosen-search input[type="text"] {
    background: none !important;
}