/*
Theme Name: TechJunkie New
Description: TechJunkie New Template
Version: 1.0

my overrides for styles
*/

.single-article img {
    width: auto;
    max-width: 100%;
}

img.w-100 {
    width: 100%;
    height: auto;
}

.single-article [id^=attachment_] {
    max-width: 100%;
}

.single-article ul > li,
.single-article ol > li {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.88;
    color: #5F5C57;
}

.single-article ul,
.single-article ol {
    counter-reset: list;
    list-style: none;
    margin: 0;
    margin-bottom: 1.25rem;
    margin-left: 15px;
}

.single-article ul:not(.page-numbers) > li {
    position: relative;
    margin: 0;
    padding-left: 26px;
}

.single-article ol > li {
    position: relative;
    padding-left: 26px;
}

.single-article ul:not(.page-numbers) > li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #FAA307;
    border-radius: 50%;
}

.single-article ol > li:before {
    counter-increment: list;
    content: counter(list) ". ";
    position: absolute;
    top: 0;
    left: 0;
    color: #FAA307;
}

.hero-area .hero-banner img {
    width: 100%;
    height: auto;
    max-height: 446px;
    border-radius: 8px;
}

.popular-post-thumb img {
    object-fit: cover;
}

.blog-wrapper, .recent-all-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-wrapper .blog-thumb img,
.recent-blog-warp .blog-thumb img,
.recent-blog-warp .recent-thumb img,
.recent-item .recent-thumb img,
.recent-single-warp .blog-thumb img,
.recent-cetagory-item img {
    object-fit: cover;
    border-radius: 8px;
}

.info-author .pro img {
    border-radius: 100%;
}

.pagination-list li a {
    margin-bottom: 10px;
}

.article-more .common-btn {
    white-space: nowrap;
}

.sticky-ads-sidebar, .sticky-ads-container {
    position: relative;
    display: block;
}

.sticky-ads-sidebar {
    display: flex;
    flex-direction: column;
}

.sticky-ads-sidebar .published-info + .table-content .specification-box {
    margin-top: 0;
}

/* .sticky-ads-container {
    flex-grow: 1;
} */

.sticky-ads {
    top: 180px;
   /* position: sticky;
    position: -webkit-sticky; */
}

.custom-best-list .sticky-ads {
    top: 100px;
}

.sticky-ads .table-content {
    padding-bottom: 35px;
}

.sticky-ads .table-content .specification-box {
    margin: 0;
}

.best-item .best-app-thumb img.social-logo {
    width: auto;
}

.state-drive-warp {
    margin: 35px 0;
}

.author-profile img {
    border-radius: 100%;
}

.field-row.two-fields {
    -ms-grid-columns: 49.20% 20px 49.20%;
    grid-template-columns: repeat(2, 49.20%);
}

.reyply-btn .common-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: .4px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 12px 25px;
}

.reyply-btn .common-btn:hover {
    color: #FAA307;
}

.submit-btn .common-btn {
    display: inline-block;
    font-size: 18px;
    padding: 14px 65px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0;
}

.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7 form.submitting .ajax-loader {
    display: inline-block;
}

.article-product-disclaimer {
    font-size: 10px;
    font-style: italic;
    text-align: center;
    padding: 20px 0;
}

.comparison_right_col .right_header h4 {
    white-space: inherit;
}

.rating-ib span a {
    color: #FAA307;
}

@media (min-width: 992px) {
    .popular-post-thumb img {
        max-height: 376px;
    }

    .article-inner-area:not(.full-width) {
        display: flex;
    }

    .best-product-slider.owl-carousel:not(.owl-loaded) {
        overflow: hidden;
        display: flex;
        margin-bottom: 40px;
    }

    .best-product-slider.owl-carousel:not(.owl-loaded) .best-item {
        flex-basis: calc(100%/4 - 15px);
        flex-shrink: 0;
        margin-right: 15px;
    }

    .browse-item-warpper.owl-carousel:not(.owl-loaded) {
        overflow: hidden;
        display: flex;
    }

    .browse-item-warpper.owl-carousel:not(.owl-loaded) > a {
        flex-basis: calc(100%/4 - 15px);
        flex-shrink: 0;
        margin-right: 15px;
        display: block;
    }

    .hero-area .hero-banner img.hero-mobile {
        display: none;
    }

    .hero-area .hero-banner img.hero-tablet {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .recent-all-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .best-product-slider.owl-carousel:not(.owl-loaded) {
        overflow: hidden;
        display: flex;
        margin-bottom: 60px;
    }

    .best-product-slider.owl-carousel:not(.owl-loaded) .best-item {
        flex-basis: calc(100%/2.5 - 15px);
        flex-shrink: 0;
        margin-right: 15px;
    }

    .browse-item-warpper.owl-carousel:not(.owl-loaded) {
        overflow: hidden;
        display: flex;
    }

    .browse-item-warpper.owl-carousel:not(.owl-loaded) > a {
        flex-basis: calc(100%/2 - 15px);
        flex-shrink: 0;
        margin-right: 15px;
        display: block;
    }

    .hero-area .hero-banner img.hero-desktop {
        display: none;
    }

    .hero-area .hero-banner img.hero-mobile {
        display: none;
    }

    .single-article ul > li,
    .single-article ol > li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .thumb-res img {
        width: 100%;
    }

    .rrecent-cetagory-warp {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .best-product-slider.owl-carousel:not(.owl-loaded) {
        overflow: hidden;
        display: flex;
        margin-bottom: 60px;
    }

    .best-product-slider.owl-carousel:not(.owl-loaded) .best-item {
        flex-basis: calc(100% - 30px);
        flex-shrink: 0;
        margin-right: 15px;
        margin-left: 15px;
    }

    .browse-item-warpper.owl-carousel:not(.owl-loaded) {
        overflow: hidden;
        display: flex;
    }

    .browse-item-warpper.owl-carousel:not(.owl-loaded) > a {
        flex-basis: calc(100%);
        flex-shrink: 0;
        margin-right: 15px;
        display: block;
    }

    .hero-area .hero-banner img.hero-desktop {
        display: none;
    }

    .hero-area .hero-banner img.hero-tablet {
        display: none;
    }

    .single-article ul > li,
    .single-article ol > li {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rrecent-cetagory-warp {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .best-product-slider.owl-carousel:not(.owl-loaded) .best-item {
        flex-basis: calc(100% - 70px);
        flex-shrink: 0;
        margin-right: 35px;
        margin-left: 0;
    }
    .best-product-slider.owl-carousel:not(.owl-loaded) .best-item:first-child {
        margin-left: 35px;
    }
}

@media only screen and (max-width: 479px) {
    .best-product-slider.owl-carousel:not(.owl-loaded) .best-item {
        flex-basis: calc(100% - 120px);
        flex-shrink: 0;
        margin-right: 15px;
        margin-left: 0;
    }
    .best-product-slider.owl-carousel:not(.owl-loaded) .best-item:first-child {
        margin-left: 60px;
    }
}

.published-author h5 a {
	color: #5F5C57 !important;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
fieldset.quick-tips {
  border: 1px solid #FAA307;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 1.25rem;
}

fieldset.quick-tips legend {
  padding: 0 15px;
  font-weight: bold;
}

fieldset.quick-tips ul {
  margin-left: 16px;
}

fieldset.quick-tips ul li {
  font-size: 18px;
}

fieldset.quick-tips ul li::marker {
  color: #b77bfb;
}

fieldset.quick-tips ul li:last-child {
  margin-bottom: 0;
}
