@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
*, ::after, ::before {
    box-sizing: border-box
}
body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    visibility: visible;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    margin: 0
}
p {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}
li {
    font-family: 'Roboto', sans-serif;
}
a, button {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: inherit
}
button {
    background: 0 0;
    border: 0;
    padding: 0;
    outline: 0
}
a, button, img, input {
    font-family: 'Roboto', sans-serif;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}
a:hover {
    text-decoration: none
}
button, input[type=submit] {
    cursor: pointer;
    outline: 0 !important
}
img {
    max-width: 100%
}
:focus {
    outline: -webkit-focus-ring-color auto 0
}
.form-control:focus {
    box-shadow: none
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bfbfbf !important;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #bfbfbf !important;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #bfbfbf !important;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #bfbfbf !important;
    opacity: 1
}
input::placeholder, textarea::placeholder {
    color: #bfbfbf !important;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
input:active::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
    color: #bfbfbf !important;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
input:active::-moz-placeholder, textarea:active::-moz-placeholder {
    color: #0e0f10 !important;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
input:active:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
    color: #0e0f10 !important;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
input:active::-ms-input-placeholder, textarea:active::-ms-input-placeholder {
    color: #0e0f10 !important;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
input:active::placeholder, textarea:active::placeholder {
    color: #0e0f10 !important;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
.uneditable-input:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=textarea]:focus, input[type=url]:focus, textarea:focus {
    border-color: rgb(218 218 218);
    outline: 0 none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
.title-heading {
    font-size: 28px;
    font-weight: 700;
    color: #8e6d58;
    line-height: 1.2
}
.gd-brown {
    color: #8e6d58
}
.font-size-14 {
    font-size: 14px;
    line-height: 1.4
}
.font-size-15 {
    font-size: 15px;
    line-height: 1.4
}
.font-size-16 {
    font-size: 16px;
    line-height: 1.4
}
.font-size-18 {
    font-size: 18px;
    line-height: 1.4
}
.font-size-20 {
    font-size: 20px;
    line-height: 1.4
}
.bg-pink {
    background-color: #e71385
}
.btn-pink {
    background-color: #e71385;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 17px 7px;
    font-family: 'Roboto', sans-serif;
}
.btn-custom {
    background-color: #8e6d58;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.text-pink {
    color: #e71385
}
.text-dark-grey {
    color: #6b6b6b
}
.logo {
    max-height: 45px
}
header .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #8a6853;
    text-transform: capitalize
}
.search-btn {
    position: relative
}
.search-icon-img {
    position: absolute;
    margin-right: 10px;
    background-image: url(../img/search-icon.svg);
    height: 20px;
    width: 20px;
    top: 7px;
    right: -6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.menu-icon {
    font-size: 20px !important;
    color: #000;
    cursor: pointer
}
.mobile-search .lin {
    font-size: 20px;
    color: #000
}
.search-box {
    width: 330px
}
.mobile-search-box {
    background-color: #fff;
    padding: 13px 2px 13px;
    position: fixed;
    width: 100%;
    top: 65px;
    z-index: 1010
}
.search-btn .lni {
    font-size: 18px
}
.mobile-search .lni {
    font-size: 18px
}
.searchbox-results-wrapper .form-control {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}
.custom-content {
    min-height: calc(100vh - 125px)
}
.search-icon-btn .fa {
    font-size: 18px;
    color: #000
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 40px
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    display: block;
    transition: .3s
}
.sidenav a:hover {
    color: #000
}
.sidenav .closebtn {
    position: absolute;
    top: 5px;
    right: 10px
}
@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 18px
    }
}
.views-list {
    padding: 0;
    margin: 0 1% 10px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-bottom: none
}
.views-list .list-img {
    width: 100%;
    margin: 0;
    display: block;
    border: 1px solid #e6e6e6
}
.views-list .list-img a {
    text-decoration: none
}
.views-list .list-img:hover {
    text-decoration: underline
}
.views-list .list-image img {
    width: 100%;
    height: 350px;
    object-fit: contain
}
.view-title {
    -webkit-font-smoothing: antialiased !important;
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: .5% 0;
    width: 100%;
    font-size: 18px;
    text-shadow: 1px 1px 2px #000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, .75)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .75) 100%);
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .75) 100%);
    background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, .75) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .95) 100%)
}
.view-title span {
    padding: 5px 10px;
    display: block
}
.view-title a {
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 2px #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
select option {
    color: #8e6d58
}
.form-control {
    color: #8e6d58
}
.form-control:focus {
    color: #8e6d58
}
.latest-list .col-md-6 {
    width: 48%
}
.form-control {
    font-size: 14px
}
.view-all {
    display: block;
    width: 100%;
    position: relative;
    text-align: right;
    height: 10px;
    border-bottom: 2px solid #f6f6f6;
    margin: 20px 0
}
.view-all a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    color: #8a6853;
    background: #fff;
    padding-left: 10px;
    font-size: 14px
}
.view-all a:hover {
    color: #e81e8b
}
.custom-box {
    position: relative;
    margin-bottom: 25px
}
.main-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 15px
}
.custom-box .custom-img {
    height: 169px;
    width: 100%;
    object-fit: cover
}
.custom-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 6px 15px 7px;
    background-color: #00000050;
    width: 100%
}
.sec-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.mt-07 {
    margin-top: .7rem
}
.main-img {
    height: 320px;
    max-width: 100%;
    object-fit: cover
}
.post-img {
    height: 263px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px
}
.post-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.custom-block a:hover {
    color: #000;
    text-decoration: none
}
.main-second-title {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 900
}
.trending-lifestyle {
    padding: 8px;
    border: 1px solid #dee2e6
}
.lifestyle-img {
    min-height: 110px;
    max-width: 100%;
    display: block;
    object-fit: contain;
    width: auto;
    margin-left: auto;
    margin-right: auto
}
.lifestyle-title a {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px
}
.lifestyle-title a:hover {
    text-decoration: none
}
.videos-sec video {
    margin-bottom: 10px;
    height: 200px;
    width: 100%
}
.video-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.sec-heading-title {
    font-size: 32px;
    color: #000;
    font-weight: 500
}
.category-sec a:hover {
    text-decoration: none
}
.category-box {
    border: 1px solid #dee2e6;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgb(31 31 31 / 6%)
}
.category-box-details {
    padding: 5px 2px
}
.category-img {
    height: 150px;
    width: 100%;
    display: block;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto
}
.category-title {
    font-size: 14px;
    line-height: 1.3;
    color: #8e6d58;
    font-weight: 600;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.category-title:hover {
    color: #e81e8b
}
.category-text {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.zoom-effect-images {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: #000
}
.zoom-effect-images img {
    opacity: 1;
    -webkit-transition: .4s ease;
    transition: .4s ease
}
.zoom-effect-images:hover img {
    opacity: .5;
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}
.more .zoom-effect-images {
    background: 0 0
}
.more .zoom-effect-images:hover img {
    opacity: 1
}
.category-details {
    margin-top: -9px
}
.category-details a {
    color: #0c00ff;
}
.category-details-title {
    font-size: 34px;
    font-weight: 700;
    color: #8e6d58;
    line-height: 1.3;
    margin-bottom: 20px
}
.category-details img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px
}
.category-details p, span {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px
}
.badge-overlay {
    position: absolute;
    left: 25px;
    top: 9px
}
.badge {
    margin: 0;
    padding: 0;
    color: #fff;
    padding: 4px 4px;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    background-color: #e71385;
    border-radius: 0
}
.category-select .form-control {
    font-family: 'Roboto', sans-serif;
}
.category-select .form-control:focus {
    border-color: #ced4da !important
}
.search_cloud {
    border: 1px solid #8a6853;
    padding: 10px
}
.search_cloud-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}
.search_cloud a {
    color: #8a6853
}
.search_cloud .tag_1 {
    font-size: 16px;
    font-weight: 600
}
.search_cloud .tag_2 {
    font-size: 18px;
    font-weight: 600
}
.search_cloud .tag_3 {
    font-size: 20px;
    font-weight: 700
}
.search_cloud .tag_4 {
    font-size: 22px;
    font-weight: 900
}
.search-text {
    font-size: 16px;
    color: #929292
}
.section-underline {
    border: 1px solid #000
}
.related-img {
    min-height: 150px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}
.ht-353 {
    height: 353px
}
.related-title {
    font-size: 14px;
    line-height: 1.3;
    color: #8a6853;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px
}
.related-title:hover {
    color: #e81e8b
}
.terms-list li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 1.5
}
.contact-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    background: #e71385;
    padding: 25px;
    border-radius: 0
}
.contact-info-icon {
    margin-bottom: 8px;
    display: flex;
    align-items: center
}
.contact-info-icon i {
    font-size: 22px;
    color: #fff;
    padding-right: 8px
}
.contact-info-icon h2 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700
}
.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px
}
.contact-info-text a {
    font-size: 16px;
    color: #fff
}
.contact-info-text p {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize
}
.contact-info-text span {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}
.btn-submit {
    background: #fff;
    border: 1px solid #e71385;
    color: #e71385;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.btn-submit:hover {
    background: #e71385;
    transition: all .4s ease-in-out 0s;
    border: 1px solid #e71385;
    color: #fff
}
.btn-submit:focus {
    color: #e71385;
    background-color: #fff
}
.single-input-field textarea {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
    resize: none
}
.contact-page-form {
    display: inline-block;
    width: 100%
}
.contact-page-form h2 {
    color: #000;
    font-weight: 700
}
.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #cdcccc;
    margin-bottom: 15px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 0
}
.contact-page-form textarea {
    border: 1px solid #cdcccc;
    border-radius: 0
}
footer .footer-links .footer-headings {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #000
}
footer .footer-links ul li a {
    font-size: 13px;
    line-height: 2;
    font-weight: 400
}
footer .footer-links ul li a:hover {
    text-decoration: none;
    color: #652b91
}
footer .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
footer .footer-bottom-links li {
    margin-right: 4px;
    margin-left: 4px
}
footer .footer-bottom-links li a {
    color: #8e6d58;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 14px;
    text-transform: capitalize
}
footer .footer-bottom-links li a:hover {
    color: #e81e8b;
    text-decoration: none
}
.custom-footer-link {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.copyright-text {
    font-size: 14px;
    font-weight: 400;
    color: #8e6d58
}
.copyright-text a {
    color: #8e6d58
}
.copyright-text a:hover {
    color: #e81e8b
}
.copyright-text a:focus {
    color: #e81e8b
}
.social-icons li {
    margin-left: 7px
}
.social-icons li .lni {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #8e6d58;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    margin-right: 0
}
.sitemap-section .site-list {
    line-height: 1.8rem
}
.sitemap-section .site-list .lni {
    color: #000
}
.bg-gold {
    background-color: #8e6d58
}
.newsletter {
    border: 1px solid #8e6d58;
    padding: 15px
}
.details-social-icon {
    background-color: #8e6d58;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.searchbox-results-wrapper {
    position: relative
}
input#ql-search {
    width: 100%;
    border-radius: 0;
    margin: 3px 0;
    outline: 0;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    padding: .5rem;
    background-color: #fff;
    font-size: .9em;
    color: #999;
    transition: .3s
}
input#ql-search:hover {
    outline: 0
}
#ql-search input:focus {
    outline: 0
}
button.btn-img {
    background: url(https://c.contextual.com/quicklaunch/search-icon.svg) no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: none
}
.searchbox-results-wrapper {
    position: relative
}
.searchbox-results {
    position: relative
}
.searchbox-results ul {
    width: 100%;
    position: absolute;
    margin-top: -3px;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    border: none;
    z-index: 99999;
    box-sizing: border-box !important;
    -webkit-box-shadow: none !important;
    border-radius: 5px 5px 5px 5px !important;
    -moz-border-radius: 5px 5px 5px 5px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important
}
.searchbox-results ul li.section-head {
    padding: 6px 0 0 !important
}
.searchbox-results ul li.section-head h3 {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    display: block;
    padding: 1px 0 2px 7px;
    margin: 2px 0 2px 0;
    color: #505050;
    background: 0 0;
    border-bottom: 1px solid #dcdcdc
}
.searchbox-results ul .powered-by {
    display: block;
    color: #aaa;
    font-size: 11px;
    text-align: right;
    font-weight: 400;
    text-decoration: none;
    padding: 0 5px 0 0;
    margin: 0;
    float: right;
    border-top: 1px solid #f2f2f2;
    margin-top: 0;
    border: none
}
.searchbox-results ul .powered-by a {
    font-size: 11px;
    text-align: right;
    padding: 5px 2px;
    display: inline;
    color: #2c2c2c !important;
    text-decoration: none
}
.searchbox-results ul .powered-by a:hover {
    text-decoration: underline
}
.searchbox-results ul li {
    list-style: none;
    text-indent: 0;
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    border: 0;
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #f5f4f4
}
.searchbox-results ul li:hover {
    background-color: #f5f4f4
}
.searchbox-results ul li a {
    color: #434343;
    width: 100%;
    font-size: 14px;
    display: table;
    padding: 6px 0 2px 0;
    border: 0;
    line-height: 14px;
    text-decoration: none
}
.searchbox-results .result-left {
    width: 60px;
    display: inline-block;
    height: 50px;
    padding: 0;
    margin-left: 7px;
    float: left;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    position: relative
}
.searchbox-results .result-left img {
    max-width: initial;
    max-height: initial;
    width: 60px;
    height: 50px;
    display: inline-block !important;
    vertical-align: middle !important
}
.searchbox-results ul li a .result-right {
    display: table-cell !important;
    vertical-align: middle !important;
    width: 100% !important
}
.searchbox-results ul li a .desc {
    padding-left: 8px;
    font-size: 13px;
    line-height: 1.2;
    color: #202c33;
    max-height: 36px;
    overflow: hidden;
    font-style: normal;
    text-shadow: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 3px
}
.searchbox-results ul li a .sponsored {
    color: #1228a1;
    font-size: 12px;
    padding-top: 0;
    font-weight: 400
}
section.fit-height {
    min-height: calc(100vh - 141px);
}
/*################# sponsoredResults style #################*/
.sponsoredResults .heading{
    font-size:1.5rem;
    line-height: 1.3;
    color:#000;
    font-weight:700;
}
.sponsoredResults .results-title, .siteResults .results-title{
    font-size:1rem;
    line-height: 1.3;
    text-transform:capitalize;
    color:#000;
    font-weight:500;
}
.sponsoredResults .title{
    font-size:1.2rem;
    line-height: 1.3;
    color:#000;
    font-weight: 600;
    margin-bottom:0.5rem;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;   */
}
.sponsoredResults .url{
    font-size:0.875rem;
    line-height: 1.3;
    color:#000;
    font-weight:500;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.sponsoredResults .desc{
    font-size:1rem;
    line-height: 1.3;
    color:#000;
    font-weight:400;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.sponsoredResults .url a, .sponsoredResults .desc a:hover {
    color: #000;
}
.sponsoredResults .btn-pink{
    text-transform:uppercase;
    font-weight:600;
    padding-top: 0.5rem;
}
.sponsoredResults .lni-chevron-right{
    font-weight:900;
}
.sponsoredResults .btn.focus, .btn:focus{
    box-shadow:none;
}
.siteResults .title{
    font-size:1.1rem;
    line-height: 1.3;
    color:#8e6d58;
    font-weight: 600;
    margin-bottom:0.5rem;
}
.siteResults .desc{
    font-size:1rem;
    line-height: 1.3;
    color:#000;
    font-weight:400;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}