/* You should update n49blog.css file and remove all mentions of Roboto font, so it uses default theme font instead. The style CSS related to font family shouldn't be updated, it's just to override current font */

body,
.blog-template-wrapper .btn {
	font-family: 'Inter', sans-serif;
}

/* Everything below you will need to add to n49blog.css. Some are changes to current styling and some are new to work with different themes */

.btn-wrap .btn,
.btn-wrap a.img {
	display: inline-block;
    margin: 0 10px 10px 0;
}

.btn-wrap .btn.small {
    padding: 10px 25px;
}

.btn-wrap a.img img {
	max-width: 40px;
}

.section.text-white .meta-wrap .category {
    color: #fff !important;
    letter-spacing: 1px;
}

.blog-template-wrapper .rating-wrap > p {
    padding: 0;
}

.blog-template-wrapper .rating-wrap #averageCounter {
    transition: all 0.3s ease 0s;
}

.blog-template-wrapper .meta-wrap .date {
    letter-spacing: 0;
}

.blog-template-wrapper .text-white .meta-wrap .author a:hover {
    color: #fff !important;
}

.blog-template-wrapper .breadcrumbs {
    padding: 0;
}

.blog-template-wrapper .social-wrap a:hover {
    background: none;
}

.blog-template-wrapper .social-wrap.share a {
    margin: 0 12px 0 0;
}

.blog-template-wrapper .social-wrap.share a::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: none no-repeat scroll center center transparent;
    width: 31px;
    height: 31px;
    border-radius: 0;
}

.blog-template-wrapper .social-wrap.share a.a2a_button_facebook {
    background-image: url('../img/facebook.png');
}

.blog-template-wrapper .social-wrap.share a.a2a_button_twitter {
    background-image: url('../img/twitter.png');
}

.blog-template-wrapper .social-wrap.share a.a2a_button_linkedin {
    background-image: url('../img/linkedin.png');
}

.blog-template-wrapper .social-wrap.share a.addtoany_share {
    background-image: url('../img/share.png');
}

.blog-template-wrapper .social-wrap.share a.a2a_button_copy_link {
    background-image: url('../img/copy.png');
}

.blog-template-wrapper .btn.large {
    font-size: 14px;
    letter-spacing: 1px;
	font-weight: 900;
}

.blog-template-wrapper .btn:focus {
    border-width: 1px;
    border-style: solid;
}

.blog-template-wrapper .widget-map {
    position: sticky;
    top: 80px;
}

.blog-template-wrapper .widget-map .btn {
    padding: 11px 15px;
    max-width: 85%;
}

.blog-template-wrapper .link,
.blog-template-wrapper article .link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0;
	letter-spacing: 0px;
}

.ml-auto {
    margin-left: auto;
}

.blog-template-wrapper .slick-arrow circle {
    fill: #fff !important;
}

.blog-template-wrapper .slick-arrow polygon {
    fill: #000 !important;
}

body .rating-wrap .rating,
body .rating-wrap .rating-stars::before,
.blog-template-wrapper .rating-wrap .rating,
.blog-template-wrapper .rating-wrap .rating-stars::before {
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icon-stars.svg') no-repeat scroll 0 0 transparent;
    width: 91px;
    height: 18px;
}

body .rating-wrap .rating-stars::before,
.blog-template-wrapper .rating-wrap .rating-stars::before {
    content: '';
    background-image: url('../img/icon-stars-hover.svg');
}

.icon-verified {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #d32f2f;
    border-radius: 50%;
    cursor: default;
    margin: 0 0 0 5px;
}

.blog-template-wrapper #sort_chosen {
	min-width: 200px;
    max-width: 200px;
}

.blog-template-wrapper #sort_chosen .chosen-single {
	font-size: 14px;
	border: 1px solid #e7e7e7;
	height: 40px;
	padding: 9px 20px;
	margin: 0;
}

.blog-template-wrapper #sort_chosen .chosen-single div {
	top: 17px;
	right: 20px;
}

.blog-template-wrapper #sort_chosen .chosen-single div b {
	display: block;
	width: 12px;
	height: 7px;
	background: url('../img/arrow-down.png') no-repeat scroll center center transparent;
}

.blog-template-wrapper #sort_chosen .chosen-drop {
	height: auto;
	border-color: #e7e7e7;
	padding: 0;
}

.blog-template-wrapper #sort_chosen .chosen-drop li:first-child {
	display: none;
}

.blog-template-wrapper #sort_chosen .chosen-results li {
	font-size: 14px;
	background: #fff;
}

.blog-template-wrapper #sort_chosen .chosen-results li:hover {
	background: #e7e7e7;
}

select#sort {
	font-size: 14px;
	border: 1px solid #e7e7e7;
	padding: 9px 10px;
	height: 40px;
	width: auto;
	min-width: 100px;
	text-align: center;
}

.blog-template-wrapper .img-wrap.normal,
.blog-template-wrapper .img-wrap.normal img,
.blog-template-wrapper .btn,
.blog-template-wrapper .manual-pagination .pagination a.next,
.blog-template-wrapper .widget-map {
    border-radius: 2px;
}

.blog-template-wrapper .info-box .info svg.top-2 {
    top: 2px;
}

.acf-map-wrap .gmnoprint,
.acf-map-wrap .gm-style-cc {
    display: none;
}

.acf-map-wrap {
    position: relative;
}

.acf-map-wrap > .btn {
    padding: 7px 18px;
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.acf-map-wrap > .btn svg {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 3px 0 0;
}

.font-size-14 {
    font-size: 14px;
}

.font-weight-700 {
    font-weight: 700;
}

.flex.between {
    justify-content: space-between;
}

.contact-wrap.border {
    padding: 18px 20px;
}

.contact-wrap p.mb-5 {
    margin-bottom: 5px;
}

.contact-wrap p.mt-20 {
    margin-top: 20px;
}

.img-box {
    font-size: 0;
}

.img-box img {
    margin: 0 15px 20px 0;
}

@media only screen and (max-width: 800px) {
    .hidden {
        display: none !important;
    }

    .blog-template-wrapper .has-featured > .flex:first-child .meta-wrap h3 {
        font-size: 28px;
    }

    .blog-template-wrapper .has-featured > .flex:first-child .img-wrap-medium.normal,
    .blog-template-wrapper .img-wrap-medium.normal {
        height: 220px;
    }
}

/* 2026-01-10 Update */

.blog-template-wrapper .img-height-300 {
    height: 300px;
}

.blog-template-wrapper .img-wrap.has-video svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.blog-template-wrapper .img-wrap.has-video img {
    opacity: 0.25;
}

.blog-template-wrapper .icon {
    display: inline-block;
    vertical-align: top;
}

.blog-template-wrapper .link-box {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
    color: #003da5;
    background: #f1f1f1;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.blog-template-wrapper .link-box svg {
    display: block;
    margin: 0 auto 5px;
}

.blog-template-wrapper .img-wrap.border-radius-2,
.blog-template-wrapper .img-wrap.border-radius-2 img {
    border-radius: 2px;
}

.blog-template-wrapper .img-wrap.border-radius-4,
.blog-template-wrapper .img-wrap.border-radius-4 img {
    border-radius: 4px;
}

.blog-template-wrapper .rating-wrap .rating-stars {
    background: none;
}

.blog-template-wrapper .rating-wrap.large {
    margin-bottom: 15px;
}

.blog-template-wrapper .rating-wrap.large.mb-5 {
    margin-bottom: 5px;
}

.blog-template-wrapper .rating-wrap.large .rating,
.blog-template-wrapper .rating-wrap.large .rating-stars::before {
    width: 115px;
    height: 21px;
}

.blog-template-wrapper .rating-wrap.large .rating,
.blog-template-wrapper .rating-wrap.large .rating div {
    height: 21px;
}

.blog-template-wrapper .rating-wrap.large p {
    display: block;
    font-weight: 800;
    font-size: 20px;
    padding: 0;
    margin: 8px 0 0;
}

.blog-template-wrapper .font-size-24 {
    font-size: 24px;
}

.blog-template-wrapper .review {
    position: relative;
}

.blog-template-wrapper .review .avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.blog-template-wrapper .font-weight-600 {
    font-weight: 600;
}

.blog-template-wrapper .pl-65 {
    padding-left: 65px;
}

.blog-template-wrapper .mt-3 {
    margin-top: 3px;
}

.blog-template-wrapper .mr-4 {
    margin-right: 4px;
}

.blog-template-wrapper .verified.large {
    margin-left: 5px;
}

.blog-template-wrapper .width-24-2 {
    width: 24.2%;
}

.blog-template-wrapper .verified.large > span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
    font-size: 12px;
    font-weight: 700;
    background: #e3eeff;
    border-radius: 20px;
    padding: 3px 5px 2px 3px;
}

.blog-template-wrapper .verified.large svg {
    display: inline-block;
    vertical-align: middle;
}

.blog-template-wrapper .with-box {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    padding: 10px;
}

.blog-template-wrapper .with-box svg,
.blog-template-wrapper .with-box p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.blog-template-wrapper .with-box svg {
    margin: 0 10px 0 0;
}

.blog-template-wrapper .meta-wrap .author a,
.blog-template-wrapper .meta-wrap .author span,
.blog-template-wrapper .meta-wrap .date {
    font-weight: 700;
}

.blog-template-wrapper .info-box .info {
    padding-bottom: 0;
}

.blog-template-wrapper .info-box .info .mr-20,
.blog-template-wrapper .info-box .info .ml-auto {
    margin-bottom: 10px;
}

.blog-template-wrapper + .content-wrap {
    margin-bottom: 0;
}

.review-feed-container #n49reviewfeed2025 {
    padding-top: 40px !important;
}

@media only screen and (max-width: 800px) {
    .blog-template-wrapper .mobile-hidden,
    .blog-template-wrapper .meta-wrap.mobile-small h2::after {
        display: none !important;
    }

    .blog-template-wrapper .mobile-800-block {
        display: block;
    }

    .blog-template-wrapper .with-box br {
        display: inline-block;
    }

    .blog-template-wrapper .meta-wrap.mobile-small h2,
    .blog-template-wrapper .has-featured > .flex:first-child .meta-wrap h3 {
        font-size: 20px;
    }

    .blog-template-wrapper .meta-wrap.mobile-small h2 {
        margin-bottom: 5px;
    }

    .blog-template-wrapper .img-height-300 {
        background-size: cover !important;
        background-position: center center !important;
        width: 100px !important;
        height: 100px;
    }

    .blog-template-wrapper .review.mobile-compact {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .blog-template-wrapper .review.mobile-compact .avatar {
        position: relative;
    }

    .blog-template-wrapper .review.mobile-compact .avatar svg {
        width: 100%;
        height: 100%;
    }

    .blog-template-wrapper .with-box {
        max-width: 200px;
    }

    .blog-template-wrapper .mobile-800-pl-0 {
        padding-left: 0;
    }

    .blog-template-wrapper .mobile-800-mt-25 {
        margin-top: 25px;
    }

    .blog-template-wrapper .mobile-800-mb-10 {
        margin-bottom: 10px;
    }

    .blog-template-wrapper .mobile-800-mb-8 {
        margin-bottom: 8px;
    }

    .blog-template-wrapper .mobile-800-width-10 {
        width: 10%;
    }

    .blog-template-wrapper .mobile-800-width-15 {
        width: 15%;
    }

    .blog-template-wrapper .mobile-800-width-49-5 {
        width: 49.5%;
    }

    .blog-template-wrapper .mobile-800-width-83 {
        width: 83%;
    }

    .blog-template-wrapper .mobile-800-width-87 {
        width: 87%;
    }

    .info-wrap .title-wrap {
        margin: 0 0 5px;
    }

    .review-feed-container #n49reviewfeed2025 {
        padding-top: 20px !important;
    }
}

@media only screen and (max-width: 640px) {
    .blog-template-wrapper .mobile-640-width-25 {
        width: 25%;
    }

    .blog-template-wrapper .mobile-640-width-71 {
        width: 71%;
    }

    .blog-template-wrapper .img-height-300 {
        width: 100% !important;
    }

    .blog-template-wrapper .info-box .info > div:nth-child(5){
        width: 45%;
    }
}