/*top menu style*/
.site-logo {
    font-size: 2rem;
    color: #000;
}
.site-navbar {
    margin-bottom: 0;
    z-index: 1999;
    width: 100%;
    background: #fff;
}
.site-navbar .site-navigation .site-menu {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active > a {
    color: #000;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li:first-child > a {
    padding-left: 0;
}
.site-navbar .site-navigation .site-menu > li > a {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
    display: inline-block;
    text-decoration: none !important;
    color: #000;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #000;
}
.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: #fff;
}
@media (max-width: 991.98px) {
    .sticky-wrapper {
        display: none;
    }
}
.sticky-wrapper .site-navbar {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 1px solid #efefef;
}
.sticky-wrapper .site-navbar .site-menu > li {
    display: inline-block;
}
.sticky-wrapper .site-navbar .site-menu > li.active > a {
    color: #000;
}
.header-top > .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.form-control:hover,
.form-control:focus,
.form-control:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    margin-right: 10px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    border: none;
    background: #fff;
    border-bottom: 1px solid transparent;
    border-bottom: 1px solid #ccc;
}
.form-control:active,
.form-control:focus {
    border-bottom: 1px solid #ccc;
}

.search-form .form-control {
    margin-right: 10px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    border: none;
    background: #fff;
    border-bottom: 1px solid transparent;
    border-bottom: 1px solid #ccc;
}
.search-form .form-control:active,
.search-form .form-control:focus {
    border-bottom: 1px solid #ccc;
}
.search-form .btn {
    border-radius: 30px;
    background: #000;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #000;
}
.search-form .btn:hover {
    background: var(--color_primary);
    border-color: var(--color_primary);
}
.top-social a {
    color: #000;
}
.top-social a:hover {
    color: #777;
}

/*post slide style*/
.post-meta {
    font-size: 0.8rem;
}
.post-meta a {
    color: #000;
}
.date-read {
    color: #b4b4b4;
}
.caption {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.half-post-entry .caption {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.half-post-entry .img-bg,
.half-post-entry .contents {
    width: 50%;
}
@media (max-width: 991.98px) {
    .half-post-entry .img-bg,
    .half-post-entry .contents {
        width: 100%;
        height: 300px;
    }
}
.half-post-entry .img-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.half-post-entry .contents {
    padding: 50px;
    font-size: 0.9rem;
    height: auto;
}
@media (max-width: 991.98px) {
    .half-post-entry .contents {
        padding: 30px;
    }
}
.half-post-entry .contents h2 {
    font-size: 26px;
}
.half-post-entry .contents h2 a {
    color: #000;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
}
.owl-nav .owl-prev ,
.owl-nav .owl-next {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
}
.owl-nav .owl-prev {
    left: 0;
}
.owl-nav .owl-next {
    right: 0;
}
@media (max-width: 991.98px) {
    .owl-nav {
        display: none;
    }
}
.owl-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot > span {
    border-radius: 0%;
    display: inline-block;
    width: 18px;
    height: 4px;
    margin: 2px 5px;
    background: rgba(0, 0, 0, 0.2);
}
.owl-dots .owl-dot.active > span {
    background: #8bc34a;
}


.section-title {
    color: #000;
    margin-bottom: 50px;
}
.section-title h2 {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #222;
    position: relative;
    display: inline-block;
}
.section-title h2:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #777;
}
.post-meta {
    font-size: 0.8rem;
}
.post-meta a {
    color: #000;
}
.date-read {
    color: #b4b4b4;
}
.post-entry-1,
.post-entry-2 {
    font-size: 0.9rem;
    margin-bottom: 30px;
}
.post-entry-1 img {
    margin-bottom: 30px;
}
.post-entry-1 h2,
.post-entry-2 h2 {
    font-size: 20px;
}

.post-entry-2 {
    font-size: 0.9rem;
}
.post-entry-2 .thumbnail {
    background-size: cover;
    background-position: center;
    width: 30%;
}
.post-entry-2 .contents {
    width: 70%;
    padding: 10px 20px;
}
.post-entry-2 .contents h2 {
    font-size: 15px;
}
.trend-entry {
    margin-bottom: 30px;
}
.trend-entry .number {
    flex: 0 0 50px;
    font-size: 30px;
    line-height: 1;
    color: #ccc;
}
.trend-entry .trend-contents h2 {
    font-size: 18px;
}

.subscribe form .form-control {
    margin-right: 10px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    border: none;
    background: #fff;
    border-bottom: 1px solid transparent;
    border-bottom: 1px solid #ccc;
}
.subscribe form .form-control:active,
.subscribe form .form-control:focus {
    border-bottom: 1px solid #ccc;
}
.subscribe form .btn {
    border-radius: 30px;
    background: #000;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #000;
}
.subscribe form .btn:hover {
    background: var(--color_primary);
    border-color: var(--color_primary);
}
.subscribe form h2 {
    font-size: 1.2rem;
    color: #000;
}
.subscribe form p {
    font-size: 0.9rem;
}


