.noPadding {
	padding-bottom: 0 !important;
}

div#masthead ul li.menu-item a.nav-top-link {
    font-size: 15px;
    color: #222;
    padding-left: 30px;
}

.col.post-item h5.post-title a {
    text-transform: uppercase;
    color: #222;
}

.is-divider {
    display: none !important;
}

.col.post-item a.button.is-link {
    color: #13775b;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.col.post-item a.button.is-link:after {
    content: "\f101";
    font-family: fontawesome;
}



/* css slider owl carousel */
.owl-nav button i {
    color: #000;
    font-size: 20px;
    line-height: 26px;
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

.owl-nav button {
    width: 36px !important;
    min-height: 36px !important;
    background: #fff !important;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    border-radius: 50%;
    color: #000;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
}

.owl-dots button {
    width: 10px;
    min-height: 10px;
    background: #f2f2f2 !important;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}


