/* purgecss start ignore */
.fast-items {
    padding-top: 30px;
}

.fast-items .title h2 {
    color: var(--black-color);
    font-size: 1.5em;
    line-height: 30px;
}

.fast-items .fast-items-co {
    padding: 10px 0;
}

.fast-items .fast-items-co .item {
    margin-bottom: 10px;
}

.fast-items .fast-items-co .item b {
    font-size: 1.125rem;
    line-height: 28px;
    display: block;
    margin-bottom: 8px;
}

.fast-items .fast-items-co .item p {
    font-size: 0.9375rem;
    line-height: 26px;
    color: var(--gray-light-color);
}

.post-content {
    padding: 30px 0;
}

.post-content h2 span {
    font-weight: 700 !important;
}

.post-content h3 span {
    font-weight: 700 !important;
}

.post-content a {
    color: var(--red-color);
}

.post-content p {
    font-size: 1rem;
    line-height: 28px;
    margin-bottom: 20px;
}

.post-content img {
    max-width: 100%;
    height: auto;
}

.post-content ol {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.post-content ol li {
    padding-right: 5px;
    line-height: 28px;
}

.post-content ol li::marker {
    color: var(--red-color);
    font-size: 0.9375rem;
    font-weight: 700;
}

.post-content ul {
    list-style-type: square;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.post-content ul li {
    line-height: 28px;
}

.post-content ul li::marker {
    color: var(--red-color);
    font-size: 0.875rem;
}

.post-content .media-post-item {
    max-width: 100%;
    margin: 10px 0;
}

.post-content .fullwidth-image.fullwidth-custom-layout {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.post-content .fullwidth-image .fullwidth-img {
    max-width: 100%;
    margin: 10px 0;
    background-repeat: no-repeat;
    height: 400px;
    background-position: 50%;
    background: fixed;
}

.post-content #tweet {
    margin: 20px 0;
}

.post-content .instagram-embed blockquote {
    border-right: 0;
}

.post-content .instagram-embed blockquote:before {
    display: none;
}

.post-content .instagram-embed .instagram-media {
    width: 40%;
}

.post-content figure {
    position: relative;
    display: inline-block;
}

.post-content figure figcaption {
    position: absolute;
    bottom: 20px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.2196078431);
    color: #FFF;
    width: 100%;
    text-align: center;
}

.post-content blockquote {
    display: block;
    padding: 30px 15px 10px 0;
    margin: 20px 0;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    border-right: 4px solid var(--red-color);
}

.post-content blockquote:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1020 914.5' enable-background='new 0 0 1020 914.5' xml:space='preserve'%3E%3Cg%3E%3Cg transform='matrix(1 0 0 -1 0 1008)'%3E%3Cpath fill='%23F11420' d='M0 550.7V1008h457.3V485.4c0-64.7-11.5-122.8-34.5-174.2s-53.4-92.6-91.2-123.4s-79.5-54.3-125.2-70.3s-92.7-24-141.1-24v196c12.7 0 25.6 0.9 38.6 2.7s29.6 6.7 49.9 14.5c20.3 7.9 37.8 18.3 52.6 31.3s27.7 32.2 38.6 57.6c10.9 25.4 16.3 55.4 16.3 89.8v65.3H0z M562.7 550.7V1008H1020V485.4c0-64.7-11.5-122.8-34.5-174.2s-53.4-92.6-91.2-123.4s-79.5-54.3-125.2-70.3s-92.7-24-141.1-24v196c12.7 0 25.6 0.9 38.6 2.7s29.6 6.7 49.9 14.5c20.3 7.9 37.8 18.3 52.6 31.3s27.7 32.2 38.6 57.6C818.6 421 824 451 824 485.4v65.3H562.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    right: 10px;
    height: 24px;
    background-size: 24px;
    width: 24px;
    background-repeat: no-repeat;
}

.post-content .media-post-gallery .slide img {
    max-width: 100%;
    height: 100%;
}

.post-content .media-post-gallery .slick-prev,
.post-content .media-post-gallery .slick-next {
    border-radius: 100%;
}

.post-content .watch-also {
    margin: 10px 0;
}

.post-content .watch-also b {
    margin-left: 8px;
}

.post-content .watch-also a {
    font-weight: 700;
}

.post-content table {
    width: 100% !important;
    height: auto !important;
    border: 1px solid var(--border-color);
}

.post-content table,
.post-content td {
    border-collapse: collapse;
}

.post-content table img,
.post-content td img {
    height: 110px;
}

.post-content thead {
    display: table;
    /* to take the same width as tr */
    width: 100%;
    /* - 17px because of the scrollbar width */
    background: var(--gray-color);
    color: var(--white-color);
}

.post-content tbody {
    display: block;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.post-content tbody::-webkit-scrollbar {
    width: 6px;
}

.post-content tbody::-webkit-scrollbar-track {
    background: var(--light-color);
}

.post-content tbody::-webkit-scrollbar-thumb {
    background: var(--dark-border-color);
}

.post-content tbody::-webkit-scrollbar-thumb:hover {
    background: var(--gray-light-color);
}

.post-content th,
.post-content td {
    width: 300px !important;
    padding: 6px 12px;
    height: auto !important;
}

.post-content tr {
    display: table;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
}

.post-content tr:nth-child(even) {
    background-color: var(--light-color);
}

.post-content td {
    border-bottom: none;
    border-left: none;
}

.post-content figure.table {
    overflow-x: scroll;
    display: block;
}

.post-content figure.table tbody {
    min-width: 780px;
}

.post-content .post-btn {
    margin: 10px 0;
}

.post-content .post-btn a {
    border: 2px solid var(--red-color);
    display: inline-block;
    color: var(--red-color);
    font-size: 0.9375rem;
    transition: all 0.25s ease;
    font-weight: 700;
    padding: 1rem 2rem;
    line-height: 1rem;
}

.post-content .post-btn a:hover {
    background: var(--red-color);
    color: var(--white-color);
}

.post-content .ahw-embeded-video {
    position: relative;
    padding-bottom: 57%;
    margin: 10px 0;
    display: block;
    background: var(--light-color);
    overflow: hidden;
}

.post-content .ahw-embeded-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.post-content .ahw-embeded-video img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-content .ahw-embeded-video .ahw-video-id {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.631372549);
    position: absolute;
    display: block;
    z-index: 10;
}

.post-content .ahw-embeded-video .ahw-video-id svg {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
}

.post-content .ahw-embeded-video .ahw-video-id .ytp-large-play-button-bg:hover {
    fill: var(--red-color);
}

.post-content .method-title {
    margin: 10px 0;
    position: relative;
}

.post-content .method-title h2 {
    display: inline-block;
}

.post-content .method-title span {
    display: inline-block;
    background: var(--red-color);
    color: #fff;
    margin-left: 10px;
    padding: 1px 12px;
    border-radius: 4px;
    font-size: 13px;
}

.post-content .images-compare {
    position: relative;
    margin: 10px 0;
    --thumb-width: 44px;
    direction: ltr;
}

.post-content .images-compare img:first-of-type {
    width: 100%;
    -webkit-clip-path: inset(0 calc(100% - var(--fraction, 50%)) 0 0);
    clip-path: inset(0 calc(100% - var(--fraction, 50%)) 0 0);
    max-width: 100%;
    height: 100%;
    display: block;
}

.post-content .images-compare img:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: inset(0 0 0 var(--fraction, 50%));
    clip-path: inset(0 0 0 var(--fraction, 50%));
}

.post-content .images-compare input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% + var(--thumb-width));
    margin-left: calc(-1 * var(--thumb-width) / 2);
    margin-right: calc(-1 * var(--thumb-width) / 2);
    background: transparent;
    cursor: ew-resize;
}

.post-content .images-compare input:focus {
    outline: none;
    border: 0;
}

.post-content .images-compare input:hover {
    border: 0;
}

.post-content .images-compare input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: var(--thumb-width);
    width: var(--thumb-width);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' enable-background='new 0 0 48 48' xml:space='preserve'%3E%3Ccircle fill='%23ED1C24' cx='24' cy='24' r='24'/%3E%3Cpath fill='%23FFFFFF' d='M29.2 32.3c-0.4 0-0.7-0.1-1-0.4c-0.5-0.5-0.5-1.4 0-1.9l5.9-5.9l-5.9-5.9c-0.5-0.5-0.5-1.4 0-1.9c0.5-0.5 1.4-0.5 1.9 0l6.9 6.9c0.5 0.5 0.5 1.4 0 1.9l-6.9 6.9C29.9 32.2 29.6 32.3 29.2 32.3z'/%3E%3Cpath fill='%23FFFFFF' d='M17.8 31.7l-6.9-6.9c-0.5-0.5-0.5-1.4 0-1.9l6.9-6.9c0.5-0.5 1.4-0.5 1.9 0s0.5 1.4 0 1.9l-5.9 5.9l5.9 5.9c0.5 0.5 0.5 1.4 0 1.9c-0.3 0.3-0.6 0.4-1 0.4C18.4 32.1 18.1 32 17.8 31.7z'/%3E%3C/svg%3E");
    cursor: ew-resize;
}

.post-content .images-compare input::-moz-range-thumb {
    height: var(--thumb-width);
    width: var(--thumb-width);
    border-radius: 50%;
    background: var(--red-color);
    cursor: ew-resize;
}

.post-content .timeline .date {
    width: 13vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* font-size: 18px; */
    color: #7F7F7F;
    z-index: 1;
    background-color: var(--bg-color);
}

.post-liveblog span {
    background: var(--red-color)!important;
}


.post-liveblog span {
    display: inline-block;
    border: 1px solid var(--red-color);
    border-radius: 20px;
    padding: 0px 20px 4px;
    color: white;
    min-width: 40px;
    text-align: center;
    font-size: 14px;
}

.post-category a:hover {
    border: 1px solid var(--red-color);
    background: var(--red-color);
    color: #161617;
}

.post-liveblog small {
    min-width: 0.5rem;
    min-height: 0.5rem;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}


/* purgecss end ignore */
@media (max-width: 767.98px) {
    .post-content .instagram-embed .instagram-media {
        width: 100%;
    }
}

/*# sourceMappingURL=post-content.css.map*/
