/*!
Theme Name: Golf Times
Theme URI: https://golftimes.vn/
Author: chuongnv
Author URI: http://chuongnv.com
Description: Theme golftimes
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gts
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.embed-responsive {
    max-width: 98.5%;
    margin: auto;
}
.sticky-after-content ul:last-child, .sticky-after-content ul li:last-child, .sticky-after-content ul li p:last-child {
    margin-bottom: 0;
}
.sticky-after-content .list-sticky-post li::marker {
    color: #f04c28;
}
.sticky-after-content .sticky-heading {
    display: block;
    background: #f04c28;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px 4px;
    font-weight: 500;
    width: max-content;
}
.sticky-after-content .sticky-heading:before {
    display: none;
}
.sticky-after-content {
    background: #fff;
    border-top: 3px solid #f04c27;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
}
.sticky-after-content .list-sticky-post a {
    display: inline-block;
    color: #028fe3;
}
.sticky-after-content .list-sticky-post a:hover {
    color: #f04c28;
}
.sticky-after-content .list-sticky-post li {
    font-size: 15px;
}
.btn-outstand {
    display: flex;
    background: #fff;
    font-size: 16px;
    line-height: initial;
    color: #2b2b2b;
    margin: 18px 0px;
    padding: 6px;
    border-radius: 6px;
    align-items: center;
    font-weight: 600;
}
.btn-outstand::before {
    content: "Xem thêm";
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-right: 15px;
    padding: 5px 9px;
    background: rgb(240, 76, 40);
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    white-space: nowrap;
}
.btn-outstand ul {
    padding-left: 15px;
    line-height: initial;
    margin: 0;
    font-size: 16px;
}
.btn-outstand ul li::marker {
    color: #f04c28;
    font-size: 18px;
}
.btn-outstand a {
    color: #109cd9;
}
@media (max-width: 475px) {
    .btn-outstand {
        align-items: start;
    }
    .sticky-after-content .sticky-heading {
        font-size: 2.947vw;
    }
}
.slick-slider [class*="col-"] {
    max-width: 100%;
}
.widget-news .slick-slider .slick-slide > div > [class*="col-"] {
    max-width: 100%;
}
.banner_thumb img {
    width: 100%;
}

.video-item::after {
    pointer-events: none;
}

.post-title a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.golf-review .slick-slide:nth-child(-n+4) {
	display: block;
}

.page-inner-header .icon {
    height: 55px;
    background: url('images/golf-booking.svg') no-repeat;
    background-size: 100% 100%;
}

.entry ol, .entry ul {
    font-size: 16.5px;
}

.widget-category .widget-title {
    color: #f04c28;
}

.error-404 img {
    display: block;
    margin: 45px auto;
    max-width: 450px;
}
@media (max-width: 575px) {
    .error-404 img {
        max-width: 100%;
    }
}
.error-404 .btn-to-home {
    background-color: #f04c28;
    color: #fff;
    font-weight: 700;
    margin: 15px auto;
    width: 180px;
    border-radius: 40px;
    display: block;
}
.error-404 .btn-to-home:hover {
    background-color: #191919;
}

.list-location-slide .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.list-location-slide .slick-arrow::before {
    font-size: 14px;
    line-height: 30px;
}

.list-location-slide .slick-next {
    right: 0;
}

.list-location-slide .slick-prev {
    left: 0;
}

.golf-gallery .list-gallery .gallery-item.slick-slide:first-child {
    display: block;
    width: 100%;
}

.widget-club-infor .post-thumbnail {
    height: 255px;
}

.golf-yard ul.child-cat, .golf-tour ul.child-cat{
    list-style: none;
    font-size: 14px;
    display: flex;
    margin-bottom: 0;
}
.golf-yard ul.child-cat a, .golf-tour ul.child-cat a {
    display: block;
    color: #4d95d7;
    margin-right: 10px;
}
.golf-yard ul.child-cat a:hover, .golf-tour ul.child-cat a:hover {
    color: #f04c28;
}
.golf-yard .s-title, .golf-tour .s-title {
    color: #f04c28;
}
.list-location-slide:not(.slick-slider) .slick-slide {
    margin-bottom: 10px;
}
.entry img {
    max-width: 92%;
    margin: 0 auto;
    display: block;
}

@media (max-width: 575px) {

    .widget-category .widget-title ~ ul {
        order: 2;
    }

    .pagination-nav .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sub-cat {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

}