/*
Theme Name: Renova
Theme URI: https://shthemes.net/demosd/renova
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: Renova – Construction Building & Renovation WordPress. It’s suitable for any building, construction, roofing, industry, plumbing, renovation, architecture, business, company, corporate, electricity, engineering, industry, interior, isolation, maintenance, painting, projecting etc. to show their services, projects/portfolios and other information to their customers. In this situation Renova is perfect solution.
Version: 1.0
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: renova

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contactimageup, paragraphs, general styles
---------------------------------------------------*/

:root{
    --tg-theme-primary: #F66300;
}

p.comment-form-cookies-consent{
    display: none;
}
.blog__details-content blockquote p:nth-child(2){
    margin-bottom: 0px;
}
.tg-post-tag ul.list-wrap a{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tg-body-color);
    display: block;
    border: 1px solid #EAEBEE;
    border-radius: 100px;
    padding: 7px 21px;
}
.tg-post-tag ul.list-wrap a:hover{
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.blog__sidebar .widget_categories ul{
    list-style: none;
    padding-left: 0px;
}
.blog__sidebar .widget_categories ul li{
    margin-bottom: 15px;
}
.blog__sidebar .widget_categories ul li a{
    display: flex;
    background: var(--tg-color-white-default);
    border: 1px solid #E9E9E9;
    padding: 0 0 0 25px;
    justify-content: space-between;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-body-color);
    line-height: 1.2;
    min-height: 50px;
    align-items: center;
    gap: 10px;
}
.blog__sidebar .widget_categories ul li a:hover{
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.blog__sidebar .widget_tag_cloud .tagcloud ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding-left: 0px;
}
.blog__sidebar .widget_tag_cloud .tagcloud ul li a{
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--tg-heading-color);
    background: var(--tg-color-white-default);
    border: 1px solid #E9E9E9;
    display: block;
    padding: 7px 20px;
}
.blog__sidebar .widget_tag_cloud .tagcloud ul li a:hover{
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.blog-post-comment .latest-comments ul li.comment{
    list-style: none;
    position: relative;
    padding-left: 125px;
    display: block;
    margin-bottom: 60px;
}
.blog-post-comment .latest-comments ul li .comments-avatar{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 80px;
}
.blog-post-comment .latest-comments ul li .comments-text .date{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.blog-post-comment .latest-comments ul li .comments-text h6{
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 5px;
    line-height: 1.5;
}
.reply{
    position: absolute;
    top: 0px;
    right: 0px;
}
.reply a.comment-reply-link{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: var(--tg-fw-semi-bold);
    font-family: var(--tg-heading-font-family);
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 7px 14px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--tg-border-2);
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.reply:hover a{
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
	color: var(--tg-color-white-default);
}
#cancel-comment-reply-link{
    float: right;
    color: var(--tg-theme-primary);
    line-height: 1.5;
    font-size: 24px;
	display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: var(--tg-fw-semi-bold);
    font-family: var(--tg-heading-font-family);
    letter-spacing: 0;
    margin-bottom: 0;
    padding: 7px 14px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--tg-border-2);
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
#cancel-comment-reply-link:hover{
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
	color: var(--tg-color-white-default);
}
.blog__details-content .gallery{
    display: none;
}
.pagination__wrap .list-wrap li span.page-numbers.current{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.consultation__form-wrap .consultation__form br,
.wpcf7-spinner{
    display: none;
}
.consultation__form-wrap .consultation__form p{
    margin-bottom: 0px;
}
.consultation__form-wrap .consultation__form .wpcf7-not-valid-tip{
    color: #333;
    margin-top: 15px;
}
.consultation__form-wrap .wpcf7-response-output{
    margin: 2em 0em 1em!important;
    color: #333;
    border-color: #333!important;
}
.consultation__area .consultation__img img{
    height: 100%;
}
.services__area .services__item-hidden .services__thumb img{
    height: 250px;
}
.team__area .team__item .team__thumb img,
.project__area .project__item .project__thumb img,
.team__area-five .team__item .team__thumb img{
    height: 450px;
}
.about__area-four .about__img-four img{
    height: 635px;
}
.about__area-four .about__content-four-inner img{
    box-shadow: 0px 14px 31px 0px rgba(0, 0, 0, 0.1)!important;
    border-bottom: 5px solid var(--tg-theme-primary)!important;
}
.services__area-four .services__item-five .services__thumb-five img{
    height: 100%;
}
.team__area-six .team__item-four .team__thumb-four img{
    height: 500px;
    border-radius: 10px;
}
.office__area-two .office__thumb-two img{
    height: 195px;
}
.blog__post-area-four .blog__post-item .blog__post-thumb img{
    height: 290px;
}
.features__area-two .features__item-three .features__thumb-three.features__thumb-four img{
    height: 639px;
}
.services__area-three .services__item-two .services__thumb-two img{
    height: 280px;
}
.project__area .project__item-three .project__thumb-three img{
    height: 460px;
}
.video__area-two .video__img img{
    border-radius: 0 80px;
}
.blog__post-area-five .blog__post-item-four .blog__post-thumb-four img{
    height: 300px;
}
.about__area-six .about__img-wrap-six img{
    border-radius: 0px 60px;
}
.project__area-three .project__thumb-four img{
    height: 130px;
}
.project__area-three .project__item-five .project__thumb-five img{
    height: 700px;
}
.project__area-three .project__item-six .project__thumb-six img{
    height: 290px;
}
.blog__post-area-six .blog__post-item-four .blog__post-thumb-four img{
    height: 300px;
}
.project__area-four .project__thumb-seven img{
    height: 295px;
}
.project__area-four .project__item-seven .project__thumb-eight img{
    height: 600px;
}
.team__area-two .team__thumb-two img{
    height: 410px;
    border-radius: 60px 0;
}
.history__area-two .history__item .history__thumb img{
    height: 227px;
}
.contact__area .contact__info-wrap .contact__info-thumb img{
    height: 250px;
}
.contact__area .contact__form-wrap .contact__form p{
    margin-bottom: 0px;
}
.contact__area .contact__form-wrap .contact__form .wpcf7-not-valid-tip{
    margin-top: 15px;
    color: #333;
}
.contact__area .contact__form-wrap .wpcf7-response-output{
    margin: 2em 0em 1em;
    color: #333;
    border-color: #333!important;
}
.blog__post-area-three .blog__post-item-three .blog__post-thumb-three img{
    height: 100%;
}
.list-wrap .sd-category a{
    margin-left: 25px;
}
.list-wrap .sd-tag a:first-child{
    margin-left: 53px;
}
.woocommerce-tabs .tab-content h2{
    display: none;
}
.woocommerce .shop__details-content .shop__details-qty .in-num{
    width: 65%;
    border: none;
    padding: 10px 20px 10px 15px;
    text-align: left;
    height: 55px;
    color: var(--tg-color-white-default);
    font-weight: 600;
    background: var(--tg-theme-secondary);
    font-size: 18px;
}
.product-desc-wrap .nav-tabs li.active .nav-link::before{
    opacity: 1;
}
.product-desc-review .comment-respond{
    background: transparent;
}
.product-desc-review .form-grp{
    margin-bottom: 15px;
}
.product-desc-review .form-grp .tp-product-details-review-input textarea{
    width: 100%;
    min-height: 130px;
    max-height: 130px;
    padding: 20px 30px;
    border: 1px solid #E1E4E7;
    background: var(--tg-color-white-default);
    font-weight: 400;
    font-size: 15px;
    color: var(--tg-body-color);
    height: 50px;
    display: block;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    line-height: 1.5;
}
.product-desc-review .woo-form .tp-product-details-review-input input{
    border: 1px solid #E1E4E7;
    background: var(--tg-color-white-default);
    font-weight: 400;
    font-size: 15px;
    color: var(--tg-body-color);
    height: 50px;
    display: block;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    line-height: 1;
    width: 100%;
    padding: 15px 20px;
}
.product-desc-review .form-submit input.submit{
    user-select: none;
    -moz-user-select: none;
    border: 1px solid var(--tg-border-2)!important;
    cursor: pointer!important;
    display: inline-flex!important;
    align-items: center!important;
    font-size: 16px!important;
    font-weight: var(--tg-fw-semi-bold)!important;
    font-family: var(--tg-heading-font-family);
    letter-spacing: 0;
    line-height: 1!important;
    margin-bottom: 0!important;
    padding: 19px 30px 18px!important;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0!important;
    white-space: nowrap;
    overflow: hidden;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
    gap: 15px;
    background: var(--tg-theme-primary)!important;
    border-color: var(--tg-theme-primary)!important;
    color: var(--tg-color-white-default)!important;
}
.product-desc-review .form-submit input.submit:hover{
    background: var(--tg-theme-secondary)!important;
    border-color: var(--tg-theme-secondary)!important;
}
.woocommerce .at-product-details-review-avater-thumb{
    flex: 0 0 auto;
}
.woocommerce .at-product-details-review-avater-thumb img{
    border-radius: 50%;
    width: 60px;
    height: auto;
    margin-right: 20px;
}
.woocommerce .at-product-details-review-avater-rating .star-rating{
    font-size: 13px;
    width: 80px;
    margin-bottom: 8px;
    color: var(--tg-color-yellow-light);
    letter-spacing: 2.5px;
}
.woocommerce .at-product-details-review-avater-content h3{
    display: inline-block;
    font-size: 18px;
    margin-bottom: 5px;
}
.woocommerce .at-product-details-review-avater-content .woocommerce-review__published-date{
    position: relative;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
}
.woocommerce .woocommerce-product-rating{
    display: flex;
}
.woocommerce .woocommerce-product-rating .star-rating{
    color: var(--tg-color-yellow-light);
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link{
    font-size: 17px;
    display: flex;
    color: #74787c;
    letter-spacing: 1px;
}
.woocommerce .shop__item .shop__thumb a.btn{
    left: 50% !important;
    position: absolute !important;
    border: 1px solid var(--tg-border-2)!important;
    cursor: pointer!important;
    display: inline-flex!important;
    font-size: 16px!important;
    font-weight: var(--tg-fw-semi-bold)!important;
    line-height: 1!important;
    margin-bottom: 0!important;
    padding: 19px 30px 18px!important;
    background: var(--tg-color-white-default) none repeat scroll 0 0!important;
    border-radius: 0!important;
    color: var(--tg-theme-primary)!important;
}
.woocommerce .shop__item:hover .shop__thumb a.btn,
.woocommerce .shop__item:hover .shop__thumb a.added_to_cart{
    opacity: 1;
}
.woocommerce .shop__item .shop__thumb a.btn:hover,
.woocommerce .shop__item .shop__thumb a.added_to_cart:hover{
    background: var(--tg-theme-primary)!important;
    color: var(--tg-color-white-default)!important;
    border-color: var(--tg-theme-primary)!important;
}
.woocommerce .shop__item .shop__thumb a.btn.added{
    display: none!important;
}
.woocommerce .shop__item .shop__thumb a.added_to_cart{
    left: 32% !important;
    position: absolute !important;
    border: 1px solid var(--tg-border-2) !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-size: 16px !important;
    font-weight: var(--tg-fw-semi-bold) !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
    padding: 19px 30px 18px !important;
    background: var(--tg-color-white-default) none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: var(--tg-theme-primary) !important;
    top: 41%!important;
    opacity: 0;
}
.woocommerce .shop__item .shop__content .woocommerce-review-link{
    display: none;
}
.woocommerce .shop__item .shop__content .woocommerce-product-rating .star-rating{
    margin-top: 0px;
}
.woocommerce ins{
    text-decoration: none;
}
.woocommerce .product-desc-review .review{
    margin-bottom: 30px;
}
.woocommerce .product-desc-review .review:last-child{
    margin-bottom: 0px;
}
.woocommerce .woocommerce-ordering{
    margin: 0px;
}
.woocommerce .shop__sidebar .product-categories{
    margin: 0px;
    padding: 0px;
}
.woocommerce .shop__sidebar .product-categories li{
    margin-bottom: 15px;
    list-style: none;
}
.woocommerce .shop__sidebar .product-categories li a{
    display: flex;
    background: var(--tg-color-white-default);
    border: 1px solid #E9E9E9;
    padding: 0 0 0 25px;
    justify-content: space-between;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-body-color);
    line-height: 1.2;
    min-height: 50px;
    align-items: center;
    gap: 10px;
}
.woocommerce .shop__sidebar .product-categories li a::after,
.blog__sidebar .widget_categories ul li a::after{
    content: '\e80b';
    width: 50px;
    height: 50px;
    border: 1px solid #E9E9E9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1px -1px -1px 0;
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    transition: 0.3s linear;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}
.woocommerce .shop__sidebar .product-categories li a:hover{
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}



.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background: var(--tg-theme-primary) none repeat scroll 0 0;
}
.woocommerce .price_filter .price_slider_amount .button.btn{
    background: var(--tg-theme-primary)!important;
    border-color: var(--tg-theme-primary)!important;
    color: var(--tg-color-white-default)!important;
    cursor: pointer!important;
    display: inline-flex!important;
    align-items: center!important;
    font-size: 16px!important;
    font-weight: var(--tg-fw-semi-bold)!important;
    line-height: 1!important;
    margin-bottom: 0!important;
    padding: 10px 20px!important;
    border-radius: 0!important;
}
.woocommerce .price_filter .price_slider_amount .button.btn:hover{
    background: var(--tg-theme-secondary)!important;
    border-color: var(--tg-theme-secondary)!important;
}
.woocommerce .shop__sidebar .product_list_widget li{
    padding: 0px;
    margin-bottom: 15px;
}
.woocommerce .shop__sidebar .product_list_widget li a img{
    width: 70px;
    float: left;
    margin-left: 0px;
    margin-right: 15px;
}
.woocommerce .shop__sidebar .product_list_widget li a .product-title{
    font-size: 18px;
    font-weight: 500;
    color: #121212;
}
.woocommerce .shop__sidebar .product_list_widget li .star-rating{
    font-size: 13px;
    color: var(--tg-color-yellow-light);
}
.woocommerce .shop__sidebar .product_list_widget li .woocommerce-Price-amount{
    display: block;
    line-height: 2;
    color: var(--tg-theme-primary);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px;
}
.woocommerce .shop__sidebar .product_list_widget li del{
    display: none;
}
.woocommerce .shop__sidebar .product_list_widget li a .product-title:hover{
    color: var(--tg-theme-primary);
}
.woocommerce .shop__sidebar .tagcloud{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.woocommerce .shop__sidebar .tagcloud a{
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--tg-heading-color);
    background: var(--tg-color-white-default);
    border: 1px solid #E9E9E9;
    display: block;
    padding: 7px 14px;
}
.woocommerce .shop__sidebar .tagcloud a:hover{
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.woocommerce .at-cart-area{
    margin: 100px auto;
}
.woocommerce .at-cart-area table.table{
    background: #ffffff;
    border-radius: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    border-left: 1px solid rgba(6, 7, 40, 0.1);
    vertical-align: baseline;
}
.woocommerce .at-cart-area table.table th{
    padding: 15px;
    font-family: var(--tg-heading-font-family);
    background-color: var(--tg-theme-primary);
    color: #FFF!important;
    font-size: 18px;
    border-right: none !important;
    line-height: 1;
    font-weight: 500;
}
.woocommerce .at-cart-area table.table td{
    padding: 20px!important;
    border-bottom: 1px solid rgba(6, 7, 40, 0.1)!important;
    border-right: 1px solid rgba(6, 7, 40, 0.1)!important;
}
.woocommerce .at-cart-area table.table td img{
    width: 80px;
    height: auto;
    padding: 0px;
}
.woocommerce .at-cart-area table.table td .at-product-quantity,
.woocommerce a.remove svg{
    padding: 0px;
}
.woocommerce .at-cart-area table.table td.product-name a{
    color: #121212;
    font-size: 20px;
    font-weight: 500;
}
.woocommerce .at-cart-area table.table td.product-name a:hover{
    color: var(--tg-theme-primary)!important;
}
.woocommerce .at-cart-area table.table td.product-price .amount{
    font-size: 20px;
    font-weight: 500;
    color: var(--tg-theme-primary)!important;
    padding: 0px;
}
.woocommerce .at-cart-area table.table td.product-price .amount bdi,
.woocommerce .at-cart-area table.table td.product-price .amount bdi span{
    color: var(--tg-theme-primary)!important;
    padding: 0px;
}
.woocommerce .at-cart-area table.table td.product-quantity input{
    border: none;
    padding: 5px 10px;
    text-align: center;
    color: var(--tg-color-white-default)!important;
    font-weight: 500;
    background: var(--tg-theme-secondary);
    font-size: 18px;
    width: 15%;
}
.woocommerce a.remove{
    color: var(--tg-theme-primary)!important;
    height: auto;
    width: auto;
}
.woocommerce a.remove:hover{
    color: var(--tg-theme-secondary)!important;
    background: transparent;
}
.woocommerce .at-cart-bottom .at-cart-coupon-input-box .at-cart-coupon-input input{
    height: 54px;
    line-height: 46px;
    margin-right: 10px;
    max-width: 282px;
    outline: none;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 40px;
    color: var(--tg-theme-secondary);
    border: 1px solid rgba(6, 7, 40, 0.1);
    background: none;
    resize: none;
    scroll-behavior: unset;
}
.woocommerce .at-cart-bottom .at-cart-update button{
    pointer-events: auto;
    color: var(--tg-theme-primary);
    opacity: 1;
    border: 1px solid var(--tg-border-2);
}
.woocommerce .at-cart-bottom .at-cart-update button:hover{
    color: var(--tg-color-white-default);
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper{
    padding: 35px;
    background: var(--tg-border-5);
    overflow: hidden;
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper ul{
    border: 1px solid rgba(6, 7, 40, 0.1);
    padding-left: 0;
    margin-bottom: 20px;
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper ul li{
    list-style: none;
    padding: 21px 30px;
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
    font-weight: 500;
    line-height: 150%;
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper ul li:last-child{
    border-bottom: none;
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper ul li span{
    float: right;
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper h3.title{
    margin-bottom: 20px;
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper .tp-cart-checkout-proceed{
    float: right;
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper .tp-cart-checkout-proceed a{
    background: var(--tg-theme-primary)!important;
    border-color: var(--tg-theme-primary)!important;
    color: var(--tg-color-white-default)!important;
    cursor: pointer!important;
    display: inline-flex!important;
    font-size: 16px!important;
    font-weight: var(--tg-fw-semi-bold)!important;
    line-height: 1!important;
    margin-bottom: 0!important;
    padding: 19px 30px 18px!important;
    border-radius: 0!important;
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper .tp-cart-checkout-proceed a:hover{
    background: var(--tg-theme-secondary)!important;
    border-color: var(--tg-theme-secondary)!important;
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper ul li.tp-cart-checkout-total{
    color: #121212;
}
.woocommerce .at-cart-area .at-cart-checkout-wrapper ul li span.tp-cart-checkout-top-price,
.woocommerce .at-cart-area .at-cart-checkout-wrapper ul li.tp-cart-checkout-total span.woocommerce-Price-amount{
    color: var(--tg-theme-primary);
}
.woocommerce-form-coupon-toggle .woocommerce-info{
    font-size: 16px;
    color: var(--tp-common-black);
    margin-bottom: 2em;
    display: inline-block;
    border: 1px dashed #AAB0B2;
    padding: 8px 26px;
    width: 100%;
    background-color: #fff;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before{
    display: none;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input,
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .selection .select2-selection{
    width: 100%;
    border: none;
    background: var(--tg-color-gray-2);
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-theme-secondary);
    height: 55px;
    display: block;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0px;
}
.woocommerce .woocommerce-additional-fields{
    margin-top: 40px;
}
.woocommerce .woocommerce-additional-fields .notes .woocommerce-input-wrapper textarea{
    width: 100%;
    border: none;
    background: var(--tg-color-gray-2);
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-theme-secondary);
    display: block;
    min-height: 130px;
    max-height: 130px;
}
.woocommerce .tp-checkout-area .at-checkout-place{
    background: var(--tg-border-5);
    padding: 30px;
    overflow: hidden;
}
.woocommerce .tp-checkout-area .at-checkout-place ul{
    margin: 0;
    padding: 0;
}
.woocommerce .tp-checkout-area .at-checkout-place ul li{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.woocommerce .tp-checkout-area .at-checkout-place ul li:not(:last-child){
    border-bottom: 1px solid #E0E2E3;
}
.woocommerce .tp-checkout-area .at-checkout-place ul li.at-order-info-list-header h4{
    font-size: 22px;
}
.woocommerce .tp-checkout-area .at-checkout-place ul li .woocommerce-Price-amount{
    color: var(--tg-theme-primary);
}
.woocommerce #payment{
    background: none;
}
.woocommerce-checkout #payment ul.payment_methods{
    padding: 0 0 15px 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods .woocommerce-info{
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    display: inline-block;
    border: 1px dashed #AAB0B2;
    padding: 20px 26px;
    width: 100%;
    background-color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods .woocommerce-info::before{
    display: none;
}
.woocommerce-checkout #payment div.form-row{
    padding: 15px 0px!important;
}
.woocommerce-checkout #payment .at-checkout-btn-wrapper button.btn:hover{
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message:focus-visible{
    outline: none!important;
}
.woocommerce-notices-wrapper .woocommerce-message{
    margin-top: 100px;
}
.woocommerce .at-cart-area .wc-empty-cart-message .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-info{
    font-size: 16px;
    border: 1px dashed #AAB0B2;
    padding: 8px 26px;
    background-color: #fff;
}
.woocommerce .at-cart-area .wc-empty-cart-message .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-info::before{
    display: none;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .button{
    background: var(--tg-color-white-default) none repeat scroll 0 0!important;
    border-color: var(--tg-border-2)!important;
    color: var(--tg-theme-primary)!important;
    cursor: pointer!important;
    display: inline-flex!important;
    font-size: 16px!important;
    font-weight: var(--tg-fw-semi-bold)!important;
    line-height: 1!important;
    margin-bottom: 0!important;
    border-radius: 0!important;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .button:hover{
    background: var(--tg-theme-primary)!important;
    color: var(--tg-color-white-default)!important;
    border-color: var(--tg-theme-primary)!important;
}
.footer__newsletter .footer__newsletter-form br{
    display: none;
}
.footer__newsletter .footer__newsletter-form p{
    margin-bottom: 0px;
}
.footer__newsletter .footer__newsletter-form input.btn{
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    width: auto;
    font-weight: 600;
}
.footer__newsletter .footer__newsletter-form input.btn:hover{
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}
.footer__newsletter .footer__newsletter-form .wpcf7-not-valid-tip{
    color: #333;
    margin-top: 15px;
}
.footer__newsletter .wpcf7-response-output{
    color: #333;
    border-color: #333!important;
    margin: 2em 0em 1em!important;
}
.footer__newsletter .wpcf7-form.invalid input.btn{
    top: 30%;
}
.footer__top-two .footer__newsletter .footer__newsletter-form.footer__newsletter-form-two .wpcf7-not-valid-tip{
    color: #fff;
}
.footer__top-two .footer__newsletter .wpcf7-response-output{
    color: #fff;
    border-color: #fff!important;
}
.pagination__wrap .list-wrap li span.page-numbers.dots{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-3);
    font-size: 16px;
    color: var(--tg-theme-secondary);
    font-weight: 600;
    line-height: 1;
}
.pagination__wrap .list-wrap li span.page-numbers.dots:hover{
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.search-custom h4{
	line-height: 1.5;
}
.search-custom form{
    position: relative;
}
.search-custom form input{
    width: 100%;
    border: none;
    background: var(--tg-color-gray-2);
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-theme-secondary);
    height: 55px;
    display: block;
}
.search-custom form button{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 18.5px 20px;
}
.search-custom form button:hover{
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}
.not-found{
    padding: 200px 0px;
}
.not-found h1,
.not-found h3,
.not-found p{
    margin-bottom: 20px;
}
.not-found h1{
    font-size: 100px;
}
.video__area-two .video__img img{
    position: relative;
    z-index: 10;
}
.video__img .play-btn{
	z-index: 11;
}
.video__area{
    position: relative;
    z-index: 1;
}
.blog__details-content blockquote{
    margin: 40px 0 45px!important;
    border: none!important;
}
.woocommerce table *{
    border: none!important;
}
.woocommerce table tbody{
    border-left: 1px solid rgba(6, 7, 40, 0.1) !important;
}
.woocommerce form.checkout .form-row label{
    margin-bottom: 10px;
}
.shop__details-qty{
    margin-bottom: 40px;
	gap: 0px;
}
.comment-form .comment-form-rating label#comment-form-rating-label{
	margin-bottom: 10px;
}
.woocommerce-notices-wrapper .container .cart-notice{
	padding-left: 30px;
    padding-right: 30px;
}


.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #000000;
    font-weight: 600!important;
    font-size: 15px!important;
}
.alignright,
.wp-block-image .alignright
{
    float: right;
    margin-left: 25px;
    margin-top: 8px;
}
.alignleft,
.wp-block-image .alignleft{
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.screen-reader-text {
    display: none;
}

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

label.wp-block-search__label {
    display: none;
}

.single-widget .wp-block-group__inner-container h2{
    color: var(--main-text-color, #051923);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.single-widget .wp-block-group__inner-container h2:after{
    height: 80%;
    width: 2px;
    background: var(--business-consulting, var(--tg-theme-primary));
}

.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.widget_recent_comments ul li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 0!important;
    font-size: 15px;
}

.wp-block-latest-posts__list li:first-child,
.wp-block-latest-comments li:first-child{
    padding-top: 5px;
}

.wp-block-latest-comment-box-all__comment{
    line-height: 1.5;
}

.wp-block-latest-posts__list li:last-child,
.wp-block-latest-comments li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.widget_recent_comments ul li:first-child,
.widget_rss li:first-child{
    padding-top: 0;
}

.wp-block-latest-posts__list li a,
.wp-block-latest-comments__comment-meta a{
    font-weight: 500;
}

.widget_search .wp-block-search__button {
    width: auto;
    position: relative;
    margin-left: -1px;
    height: auto;
}

.wp-block-search__button  {
    border: 1px solid var(--tg-theme-primary)!important;
    background: var(--tg-theme-primary)!important;
    color: #fff!important;
    font-size: 15px;
    padding: 10px;
}

.wp-block-search__button:hover{
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}

ul,ol{
    list-style: none;
    padding-left: 0;
}

.widget_archive li, .widget_categories li {
    text-align: right;
}

.widget_archive a, .widget_categories a{
    float: left;
}

.widget li {
    margin-bottom: 10px;
    display: block;
}

.widget li a {
    font-weight: 500;
}

select {
    width: 100%;
    padding: 10px;
    border: solid 1px #000;
    color: #000000;
    margin-bottom: 20px;
    appearance:auto;
    font-size: 14px;
}

.widget select{
    margin-bottom: 0;
}

.widget_calendar tfoot {
    display: none;
}

.widget_calendar caption {
    caption-side: top;
    border-bottom: none!important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--tg-theme-primary);
    color: #fff!important;
    font-size: 15px!important;
    text-align: center!important;
}

.widget_calendar td#today {
    background: var(--tg-theme-primary)!important;
    color: #fff!important;
    font-weight: 700;
}

.wp-calendar-nav {
    display: none;
}

table {
    border: 1px solid var(--tg-theme-primary)!important;
    padding: 5px!important;
    width: 100%;
    margin-bottom: 20px;
}

table * {
    border: 1px solid #000000!important;
    padding: 10px;
    color: #000000!important;
}

table a {
    border: none!important;
    padding: 0px!important;
    font-weight: 700;
}

.widget table{
    text-align: center;
    margin-bottom: 0;
}

.wp-block-calendar table th{
    font-weight: 700;
    text-align: center;
}

.rssSummary{
    font-size: 14px;
}

.sidebar-single-widget.widget_rss a{
    font-size: 15px;
}

ul.children ,
ul.sub-menu{
    padding-left: 20px!important;
    padding-top: 8px!important;
}

.widget .rss-date,
.widget_rss cite {
    font-style: italic;
    font-size: 13px!important;
    display: block;
    font-weight: 600;
    margin: 5px 0;
}

.widget_rss li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 5px;
}

.widget_rss li:last-child {
    border-bottom: none;
    padding-bottom: 0!important;
}

.widget_search input{
    padding: 10px;
    border: 1px solid #949494;
    width: 100%;
    font-size: 14px;
}

.widget_search form{
    position: relative;
}

.widget_search button{
    position: absolute;
    background: var(--tg-theme-primary);
    color: #fff;
    border: 1px solid var(--tg-theme-primary);
    height: 48px;
    width: 48px;
    right: 0;
    top: 0;
    font-size:14px;
}

.widget_search button:hover{
    background: #fff;
    color: var(--tg-theme-primary);
}

.widget_text p img {
    margin: 15px 0;
}

.wp-block-image figcaption {
    font-weight: 600;
    color: #000000!important;
    font-size: 15px;
    text-align: center;
}

.blog-details-page-all img{
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
    margin-bottom: 10px;
}

a.wp-block-button__link {
    color: white!important;
    font-size: 17px;
    border-radius: 5px;
    background-color: #000000;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    color: #000000!important;
}

.wp-block-button{
    margin-bottom: 22px!important;
}

.wp-block-archives__label{
    margin-bottom: 10px;
}

p.wp-block-cover-text {
    font-size: 17px!important;
}

p.wp-block-cover-text, p.wp-block-cover-text a {
    color: white!important;
}

.wp-block-cover {
    margin-bottom: 20px!important;
}

li.blocks-gallery-item img {
    flex: unset!important;
    margin: 0;
    margin-bottom: 0!important;
}

.blocks-gallery-caption {
    text-align: center;
    font-size: 15px!important;
    font-weight: 600;
}

.wp-block-latest-posts.wp-block-latest-posts__list{
    margin-bottom: 15px;
}

.wp-block-search__button-outside{
    margin-bottom: 15px;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img {
    height: 100%!important;
}
@media (min-width: 600px){
.wp-block-gallery.columns-3.alignfull .blocks-gallery-image, .wp-block-gallery.columns-3.alignfull .blocks-gallery-item {
    width: calc((100% - 46px)/3)!important;
    margin-right: 15px!important;
}
.wp-block-gallery.columns-4 li.blocks-gallery-item {
    width: calc(24% - 0.75em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(19% - 0.8em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16% - 0.83333em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(13.28571% - 0.85714em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12% - 0.875em)!important;
    margin-right: 1em!important;
}
}
.wp-block-gallery.columns-3.alignfull .blocks-gallery-item  img{
    width: 100%!important;
    height: 100%!important;
    flex: 1;
    object-fit: cover;
}

@media (min-width: 600px){
.wp-block-gallery.columns-3.alignfull .blocks-gallery-image img, .wp-block-gallery.columns-3.alignfull .blocks-gallery-item img {
    height: 100%!important;
}

.wp-block-gallery.columns-7.is-cropped li img {
    height: 100%!important;
}

.wp-block-gallery.columns-8.is-cropped li img {
    height: 100%!important;
}
}

.wp-block-gallery.alignfull.columns-3{
    display: flex!important;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

@media only screen and (min-width: 768px){
.wp-block-gallery.alignleft.columns-2 {
    max-width: 60%;
    margin-right: 20px;
}
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item{
    width: calc((100% - 32px)/2)!important;
    margin-right: 15px!important;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img{
    height: 100%!important;
    flex: 1;
    object-fit: cover!important;
    width: 100%!important; 
}

.wp-block-gallery.columns-4 {
    clear: both;
    margin-top: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    display: block!important;
    letter-spacing: 0px;
    font-size: 15px!important;
}

.wp-block-gallery.columns-4.is-cropped.alignwide.featured li img {
    height: 100%!important;
    margin-bottom: 0;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
    height: 100%!important;
}

.blog-details-page-all .wp-block-gallery.columns-5 li img{
    height: auto!important;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blocks-gallery-grid + figcaption {
    margin-bottom: 15px;
}

.tags{
    display: none;
}

code, kbd, pre, samp {
    font-family: monospace!important;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: #e83e8c!important;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

pre cite{
    margin-left: 15px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

blockquote {
    background: var(--tg-color-dark-2)!important;
    border-left: 5px solid var(--tg-theme-primary)!important;
    margin-bottom: 20px!important;
    padding: 60px 60px 55px!important;
    font-size: 15px!important;
    margin-top: 0!important;
    text-align: left;
}

.wp-block-pullquote.is-style-solid-color blockquote{
    margin-top: 15px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

figure blockquote{
    margin-top: 20px;
}

blockquote:before{
    content: none;
}

blockquote br{
    display: none;
}

blockquote p{
  margin-bottom: 25px!important;
}

.wp-block-pullquote{
    padding: 1em 0;
    margin-bottom: 0;
}

blockquote cite,
.wp-block-pullquote cite{
    font-weight: 600!important;
    font-size: 18px!important;
    color: var(--tg-theme-primary)!important;
    margin-top: 0!important;
    font-style: normal!important;
}

.blog__details-content ol li,
.blog-post-comment ol li {
  list-style: decimal;
  margin-bottom: 0;
}


.blog__details-content ul> li, 
.blog-post-comment >ul> li {
  list-style-type: disc;
  margin-bottom: 0;
  line-height: 1.75em;
}

.blog__details-content ul ul li,
.blog-post-comment ul ul li {
  list-style-type: circle;
}

.blog__details-content ul ul ul li,
.blog-post-comment ul ul ul li {
  list-style-type: square;
}

.blog__details-content  ul, .blog__details-content  ol,
.blog-post-comment ul , .blog-post-comment ol{
    padding-left: 25px;
}

p.has-large-font-size,
p.has-large-font-size + p{
    line-height: 1.3!important;
}

.wp-block-video figcaption, .wp-block-embed figcaption {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.wp-block-calendar caption {
    caption-side: top;
    border-bottom: none!important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--tg-theme-primary);
    color: #fff!important;
    font-size: 14px!important;
    text-align: center!important;
}

.wp-block-latest-comment-box-all__comment-excerpt p{
    margin-bottom: 0;
}

.wp-block-group.has-background .wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 20px;
}

.wp-block-media-text img {
    margin-bottom: 0!important;
}

.wp-block-media-text.has-media-on-the-right {
    margin-bottom: 15px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text{
    text-align: center!important;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}

img.size-thumbnail{
    max-width: 160px!important;
}

span.sticky{
    padding: 5px 10px!important;
    font-size: 14px!important;
    border-color: var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    color: #fff!important;
    letter-spacing: 2px!important;
    font-weight: 700;
    float: right;
    line-height: 1.5!important;
}

span.sticky.post{
    position: relative;
}

.post-password-form >p>input{
    background: var(--tg-theme-primary)!important;
    color: #fff!important;
    border: 1px solid var(--tg-theme-primary)!important;
    padding: 10px 20px;
    border-radius: 0!important;
    margin-left: -5px;
    font-size: 16px;
}

.post-password-form >p>label input{
    padding: 10px 20px;
    border:1px solid #dbdbdb;
}

.post-password-form>p>input:hover{
    background-color:  #000000!important;
    color: #fff!important;
    border-color: #000000!important;
}
.woocommerce .widget_price_filter .price_slider_amount{
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-body-color);
}
.shop__ordering::after{
    display: none;
}


select {
    -webkit-appearance: none;
    background: url(../renova/assets/img/arrow.png) no-repeat right;
    background-position-x: 96%;
    background-color: #fff;
    image-rendering: auto;
    background-size: 20px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    padding-left: 12px;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    height: 45px;
    border: 1px solid #E1E4E7;
    color: #14100c!important;
    margin-top: 20px;
    display: block!important;
}
select:focus-visible{
    outline: -webkit-focus-ring-color auto 0px!important;
}
.blog__sidebar .wp-block-archives-list li,
.blog__sidebar .wp-block-categories-list li,
.blog__sidebar .widget_archive li,
.blog__sidebar .widget_pages li,
.blog__sidebar .widget_meta li,
.blog__sidebar .widget_nav_menu li{
    margin-bottom: 5px;
}
.blog__sidebar .wp-block-archives-list li a,
.blog__sidebar .wp-block-categories-list li a,
.blog__sidebar .widget_archive li a,
.blog__sidebar .widget_pages li a,
.blog__sidebar .widget_meta li a,
.blog__sidebar .widget_recent_comments li a,
.blog__sidebar .widget_recent_entries li a,
.blog__sidebar .widget_rss li a,
.blog__sidebar .widget_nav_menu li a,
.blog__details-content .wp-block-archives li a,
.blog__details-content .wp-block-latest-posts li a,
.blog__details-content .wp-block-tag-cloud a,
.blog__details-content .wp-block-rss li a{
    font-weight: 500;
}
.blog__sidebar .wp-block-latest-posts__list li a,
.blog__sidebar .wp-block-latest-comments__comment-meta a,
.blog__sidebar .wp-block-archives-list li a,
.blog__sidebar .wp-block-categories-list li a,
.blog__sidebar .widget_archive li a,
.blog__sidebar .widget_pages li a,
.blog__sidebar .widget_meta li a,
.blog__sidebar .widget_recent_comments li a,
.blog__sidebar .widget_recent_entries li a,
.blog__sidebar .widget_rss li a,
.blog__sidebar .widget_nav_menu li a,
.blog__details-content .wp-block-archives li a,
.blog__details-content .wp-block-latest-posts li a,
.blog__details-content .wp-block-tag-cloud a,
.blog__details-content .wp-block-rss li a{
    color: inherit;
}
.blog__sidebar .wp-block-latest-posts__list li a:hover,
.blog__sidebar .wp-block-latest-comments__comment-meta a:hover,
.blog__sidebar .wp-block-archives-list li a:hover,
.blog__sidebar .wp-block-categories-list li a:hover,
.blog__sidebar .widget_archive li a:hover,
.blog__sidebar .widget_pages li a:hover,
.blog__sidebar .widget_meta li a:hover,
.blog__sidebar .widget_recent_comments li a:hover,
.blog__sidebar .widget_recent_entries li a:hover,
.blog__sidebar .widget_rss li a:hover,
.blog__sidebar .widget_nav_menu li a:hover,
.blog__details-content .wp-block-archives li a:hover,
.blog__details-content .wp-block-latest-posts li a:hover,
.blog__details-content .wp-block-tag-cloud a:hover,
.blog__details-content .wp-block-rss li a:hover{
    color: var(--tg-theme-primary);
}
.blog__sidebar table *{
    text-align: center;
}
.blog__sidebar .rss-date, .blog__sidebar cite {
    font-size: 13px !important;
    display: block;
    font-weight: 600;
    margin: 5px 0;
}
.wp-block-latest-comments li footer{
    line-height: 1.5rem;
}
.widget_search .error-page__form-input input{
    height: 48px;
}
.textwidget form br{
    display: none;
}
.logged-in .sticky-menu{
    top: 32px;
}
@media screen and (max-width: 600px) {
    .logged-in .sticky-menu{
        top: 0px;
    }
}
@media (min-width: 600px) and (max-width: 780px) {
    .logged-in .sticky-menu{
        top: 46px;
    }
}
@media only screen and (max-width: 990px) {
    .reply{
        position: relative;
        margin-top: 10px;
    }
}
.wp-block-image img{
    margin-bottom: 10px;
}
.wp-block-image .aligncenter figcaption a,
.blog__details-content ol li a{
    color: #000000;
}
.wp-block-image .aligncenter figcaption a:hover,
.blog__details-content ol li a:hover{
    color: var(--tg-theme-primary);
}
.blog__details-content .wp-block-image:nth-child(34){
    display: flow-root;
}
:root .has-text-color.has-very-light-gray-color{
    color: #fff!important;
}
:root .has-text-color{
    color: #000!important;
}
.blog__details-content ul.list-wrap{
    padding-left: 0px;
    list-style: none;
}
.blog__details-content ul.list-wrap li{
    list-style: none;
}
:where(.wp-block-calendar table:not(.has-background) th){
    background: transparent;
}
.woocommerce nav.woocommerce-pagination ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
    border: none;
}
.pagination-wrap span.post-page-numbers.current,
.woocommerce-pagination .pagination-wrap li span.page-numbers.current{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.pagination-wrap{
    display: flex;
    gap: 15px;
    align-items: center;
    clear: both;
    padding-top: 30px;
}
.pagination-wrap a.post-page-numbers,
.woocommerce-pagination .pagination-wrap li a.page-numbers{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-3);
    font-size: 16px;
    color: var(--tg-theme-secondary);
    font-weight: 600;
    line-height: 1;
}
.pagination-wrap a.post-page-numbers:hover,
.woocommerce-pagination .pagination-wrap li a.page-numbers:hover{
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.blog__details-content table tbody tr th a:hover,
.blog-post-comment table tbody tr td a:hover,
.blog__details-content table tbody tr td a:hover{
    color: var(--tg-theme-primary)!important;
}
dd {
    padding-left: 25px;
}
dd a,
.blog__details-content .wp-caption.aligncenter .wp-caption-text a{
    color: inherit;
}
dd a:hover,
.blog__details-content .wp-caption.aligncenter .wp-caption-text a:hover{
    color: var(--tg-theme-primary)!important;
}
.blog__details-content .wp-caption img{
    margin-bottom: 10px;
}
.blog__details-content p:nth-child(33){
    display: flow-root;
}
.blog-post-comment .comments-text ul li,
.blog-post-comment .comments-text ol li{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.blog-post-comment ul li p img{
    padding: 10px 0px;
}
.blog-post-comment blockquote p{
    color: var(--tg-color-white-default);
}
.blog-post-comment .latest-comments ul.list-wrap{
    padding-left: 0px;
}
.blog-post-comment .latest-comments ul li.comment-nopd{
    padding-left: 0px;
}
.blog__details-content p:nth-child(32){
    display: flow-root;
    clear: both;
}
.blog__details-content p:nth-child(32) img{
    margin-top: 50px;
}
.tgmenu__navbar-wrap ul li .sub-menu li > a{
    display: flex;
}
.tgmenu__navbar-wrap ul li:hover ul li:hover > .sub-menu{
    top: -9px;
}
.consultation__form .form-grp.select-grp::after{
    display: none;
}
.video__img img{
    border-radius: 0 80px!important;
}
.blog__sidebar .blog__search .blog__search-form button{
    width: 55px;
    height: 55px;
    border: none;
}
.blog__sidebar .blog__search .blog__search-form button:hover{
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}
.blog__sidebar .blog__search .blog__search-form input{
    padding: 14px 70px 14px 25px;
    border: 1px solid #E9E9E9;
    font-size: 16px;
}
.blog__sidebar .widget_categories ul li.cat-item a{
    float: none;
}
.blog__details-content .wp-block-columns blockquote{
    margin: 0px!important;
}
.blog__details-thumb img{
    width: auto;
}
.blog__details-thumb{
    text-align: center;
}
.brand__area .brand__item img{
	cursor: auto;
}
.consultation__form .form-grp.select-grp select{
	margin: 0px;
}
.tg-header__logo-area-two .tg-header__info-item .icon{
	   background: var(--tg-color-gray-4);
}
.team__area-two{
	position: relative;
	z-index: 13;
}
.choose__area-two .choose__item .choose__item-thumb img{
	height: 100%;
}
.wp-block-button.is-style-outline a.wp-block-button__link{
    background: white!important;
}
.breadcrumb__bg_noimage{
    background: var(--tg-color-gray-2);
}
.comment-wrap-title .title{
    margin-top: 70px;
}