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;
}