/*
Theme Name:   Coachin
Theme URI:    https://demos.coderplace.com/wp/WP01/WP01005/
Description:  A child theme of Basetheme.
Author:       CoderPlace
Author URI:   #
Template:     basetheme
Version:      1.0.0
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 7.0
Version: 1.0
Text Domain: coachin
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/ 

body *{
    --global-gray-400: #e5e5e5;
    --global-gray-500: #aaaaaa;
    --global-xs-spacing: 1em;
    --global-sm-spacing: 1.875rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 4rem;
    --global-boxed-spacing: 2rem;
}
body ::placeholder {
	color: rgba(102, 103, 110, 1);
	}
/*-----------Transparent Header------------------*/
body:not(.home).transparent-header #masthead {
background: var(--global-palette9);
}
.flexslider, .owl-carousel .owl-wrapper-outer, .home-product .owl-buttons, #sb-wrapper, .home-service, .feature {
direction: ltr;
}
.widget .tagcloud > span, .widget .tagcloud a, .widget .widget_product_tag_cloud > span, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud > span, .widget .wp-block-tag-cloud a, .widget li > span, .widget li a {
padding-block: 6px;
display: inline-block;
vertical-align: middle;
}
/* cms-service */
.cms-service .elementor-icon-box-icon {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.cms-service:hover .elementor-icon-box-icon {
	transform: translateY(-8px);
}
/*coundown*/
.count-down .countbox {
	display: grid;
	gap: 0;
	grid-template-columns: auto auto auto auto;
}
.count-down .timebox .timebox-inner {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: var(--global-palette3);
}
.count-down .timebox .time {
	font-size: 20px;
	font-weight: 600;
	color: var(--global-palette3);
	text-transform: capitalize;
}
.count-down .countbox .timebox {
	text-align: center;
	padding: 17px 0;
	border: 1px solid #d2d3de;
	border-radius: 5px;
	width: 100px;
	max-width: 100%;
}
/*-------*/
/*one-click*/
body .widget_calendar thead th, body .site-footer .site-middle-footer-wrap .site-footer-row-container-inner .widget_calendar, body .site-footer .site-middle-footer-wrap .site-footer-row-container-inner .widget_calendar a {
color: var(--global-palette4);
}
body .rss-date, body .widget_rss cite {
color: var(--global-palette9);
}
body .widget_pages .children, body .widget_nav_menu .sub-menu {
padding: 0;
}
/* testimonial */
.elementor-testimonial-wrapper::before {
	mask-image: url(assets/images/quote.svg);
	-webkit-mask-image: url(assets/images/quote.svg);
	background: var(--global-palette1	);
	mask-size: 29px;
	-webkit-mask-size: 29px;
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 29px;
	width: 29px;
	-webkit-block-end: 14px;
	margin-block-end: 14px;
}
/* about-us */
.elementor-section.elementor-top-section.elementor-element.cms-faq .faq-list .elementor-accordion-item .elementor-tab-title, .elementor-section.elementor-top-section.elementor-element.cms-faq .faq-list .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-bottom: 1px solid var(--global-gray-400);
}
/* contact */
.contact-main a {	color: var(--global-palette4);}
.contact-us form input[type="submit"] {
	height: 50px;
	width: 100%;
	padding: 0 20px;
	border: 0;
	background: #0fcb75;
}
.contact-us form textarea {
	height: 123px;
	width: 100%;
	border: 0;
	padding: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	color: var(--global-palette9);
}
.contact-us form p {
	margin-block-end: 30px;
}
.contact-us form .last-item {	position: relative;}
.contact-us form .last-item .wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 10px;
	bottom: auto;
}
 /*newsletter*/
.widget_block .widget_mc4wp_form_widget .widgettitle {color: var(--global-palette8);}
body .mc4wp-form input[type="email"] {
	width: 283px;
	padding: 0 21px;
	height: 50px;
	border-radius: 4px;
	border: 0;
	background-color: var(--global-palette9);
	margin-block: 12px 6px;
}
/*footer*/
.wp-block-group__inner-container p {
	margin-block-end: 0;
}
.site-footer .widget-area ul li {list-style: none;}
.site-middle-footer-inner-wrap .widget-area .widget-title {
	margin-block-end: 25px;
}
.site-middle-footer-inner-wrap .footer-widget1 .widget_block h3 {
	margin-block-end: 45px;
}	
/*owl-carousel*/
.owl-theme .owl-buttons div.owl-next::after, .owl-theme .owl-buttons div.owl-prev::after {
content: "";
position: absolute;
top: auto;
background-size: 15px;
background-repeat: no-repeat;
height: 30px;
width: 30px;
margin: 0 auto;
left: 0;
right: 0;
}
.owl-theme .owl-buttons div {
display: block;
font-size: 0;
height: 32px;
width: 32px;
position: absolute;
text-align: center;
top: 0;
bottom: 0;
opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
margin: auto !important;
transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
margin: auto;
z-index: 99;
cursor: pointer;
}
.owl-theme:hover .owl-buttons div {
opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
}
.owl-theme .owl-buttons div.owl-prev {
left: -40px;
right: auto;
}
.owl-theme .owl-buttons div.owl-next {
right: -40px;
left: auto;
}
.owl-theme .owl-buttons div.owl-next::after {
background-image: url(assets/images/right-arrow.svg);
background-position: 100%;
}
.owl-theme .owl-buttons div.owl-prev::after {
background-image: url(assets/images/left-arrow.svg);
background-position: 0;
}
/*pagination*/
body .pagination .page-numbers.dots {	
width: 40px;
}
.woocommerce nav.woocommerce-pagination, .pagination {
text-align: center;
}
body .pagination .page-numbers, body.woocommerce nav.woocommerce-pagination ul li .page-numbers {
border: 1px solid var(--global-palette1);
color: var(--global-palette3);
background: var(--global-palette9);
}
body .pagination a:hover, body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
background: var(--global-palette1);
color: var(--global-palette9);
}
body .pagination .page-numbers.current, body.woocommerce nav.woocommerce-pagination ul li span.current, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: var(--global-palette1);
color: var(--global-palette9);
border-color: var(--global-palette1);
}
/*zoom-effect*/
.single-entry .wp-block-image,.cms-service-workers .elementor-image-box-img, .cat-cms-img .elementor-widget-image, .post-thumbnail-inner, .gallery-slider .swiper-slide-inner, .gallery-item .gallery-icon {
overflow: hidden;
}
.cat-cms-img .elementor-widget-image {
overflow: hidden;
display: inline-block;
width: auto !important;
margin: auto !important;
}
.single-entry .wp-block-image img,.cms-service-workers .elementor-widget-image-box img, .cat-cms-img .elementor-widget-image img, .loop-entry .post-thumbnail-inner img, .gallery-slider img, .gallery-item img {
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
.single-entry .wp-block-image:hover img,.cms-service-workers .elementor-widget-image-box:hover img, .cat-cms-img .elementor-widget-image:hover img, .loop-entry:hover .post-thumbnail-inner img, .gallery-slider img:hover, .gallery-item img:hover {
transform: scale(1.05);
}
/*sidebar*/
.woocommerce-product-search, .search-form, .wp-block-search {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
overflow: hidden;
position: relative;
}
.screen-reader-text, .wp-block-search .wp-block-search__label {display: none;}
.has-sidebar .primary-sidebar.widget-area .widget {
display: inline-block;
width: 100%;
border-bottom: 1px solid var(--global-gray-400);
padding-block-end: 20px;
}
#primary-sidebar .search-field, footer .search-field, .page-content .search-field, .wp-block-search .wp-block-search__input {
float: left;
width: 83%;
padding: 10px 45px 10px 15px;
line-height: 22px;
border: none;
background-color: var(--global-palette5);
border-radius: 4px;
}
.single-content .accroding-list .elementor-accordion-item .fas {font-size: 16px;}
.header-search .woocommerce-product-search input[type="submit"], .header-search button[type="submit"], .widget.widget_product_search button[type="submit"], .wp-block-search .wp-block-search__button {
mask-image: url("assets/images/search.svg");
-webkit-mask-image: url("assets/images/search.svg");
mask-position: center;
-webkit-mask-position: center;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-size: 18px;
-webkit-mask-size: 18px;
border: 0;
border-top-color: currentcolor;
border-right-color: currentcolor;
border-bottom-color: currentcolor;
border-left-color: currentcolor;
color: var(--global-palette9);
float: left;
font-size: 0;
height: 42px;
margin: 0;
padding: 0;
position: absolute;
right: 0;
width: 45px;
background: var(--global-palette3) !important;
}
body .search-toggle-open .search-toggle-icon svg.thebase-svg-icon {
height: auto;
width: auto;
}
.widget .product_list_widget li, .widget.widget_recent_comments ul li, .widget.widget_rss ul li, .widget .widgets-blog-posts li, .widget .wp-block-latest-comments li, .widget .wp-block-latest-posts li {
padding-block: 4px;
margin-block: 6px;
clear: both;
overflow: hidden;
}
.widget .wp-block-latest-posts__featured-image.alignleft {margin-inline: 0 1em;}
.widget .product_list_widget li > span, .widget .product_list_widget li a, .widget.widget_recent_comments ul li > span, .widget.widget_recent_comments ul li a, .widget.widget_rss ul li > span, .widget.widget_rss ul li a, .widget .widgets-blog-posts li > span, .widget .widgets-blog-posts li a, .widget .wp-block-latest-comments li > span, .widget .wp-block-latest-comments li a, .widget .wp-block-latest-posts li > span, .widget .wp-block-latest-posts li a {
padding: 0;
}
.widget .wp-block-latest-comments__comment-link, .widget .wp-block-latest-posts li > a {
word-break: break-word;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0;
margin: 0;
}

.primary-sidebar .wp-block-latest-posts__post-author, .primary-sidebar .wp-block-latest-posts__post-date {color: var(--global-palette3);}
.widget .tagcloud, .widget .widget_product_tag_cloud, .widget .wp-block-tag-cloud, .widget li {
list-style: none;
margin: 0;
position: relative;
}
.woocommerce.widget .woocommerce-widget-layered-nav-list a::before {font-size: .7em;}
.primary-sidebar .thebase-hide-sidebar-btn {
display: none;
flex: 0 0 auto;
align-items: center;
flex-direction: row;
justify-content: flex-end;
padding: 20px 0;
}
.primary-sidebar.active {transform: translateX(0);}
.thebase-show-sidebar-btn {
position: fixed;
border: 1px solid var(--global-gray-400);
padding: 0 10px;
height: 44px;
line-height: 30px;
display: none;
cursor: pointer;
top: 25%;
left: -2px;
z-index: 99;
background: var(--global-palette9);
box-shadow: 0 0 5px 2px var(--global-gray-400);
align-items: center;
border-radius: 0 50px 50px 0;
}
body .widget_block ol, body .widget_block ul, body .widget ol {
-webkit-padding-start: 0;
padding-inline-start: 0;
-webkit-margin-start: 0;
margin-inline: 0;
-webkit-padding-after: 0;
padding-block-end: 0;
-webkit-margin-after: 0;
margin-block-end: 0;
}
.primary-sidebar .widget ul ul {
-webkit-padding-start: 15px;
padding-inline: 15px 0;
margin: 0;
padding-bottom: 0;
}
.has-sidebar .primary-sidebar.widget-area .widget:last-child {border: none;}
.primary-sidebar.widget-area .widget-title {
padding: 0 0 10px;
margin: 0;
}
.widget .tagcloud a, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud a {
font-size: inherit !important;
display: block;
text-transform: capitalize;
}
.woocommerce.widget_product_categories > ul li .count, .woocommerce.widget_product_categories > ul li .wc-block-product-categories-list-item-count, .woocommerce .wp-block-woocommerce-product-categories > ul li .count, .woocommerce .wp-block-woocommerce-product-categories > ul li .wc-block-product-categories-list-item-count {
position: absolute;
right: 0;
display: block;
top: 0;
min-width: 2rem;
text-align: center;
font-size: 100%;
}
.woocommerce.widget_price_filter .widget-title, .woocommerce section.related.products h2, body.woocommerce div.product form.cart table td {padding-block-end: 15px;}
.sidebar-inner-wrap .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .sidebar-inner-wrap .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
padding-block: 6px;
vertical-align: middle;
}
.woocommerce.widget_price_filter .price_slider_amount {margin-top: 2em;}
.price_label {
display: inline-block;
padding: 10px 0 0;
width: 100%;
text-align: left;
}
/* input */
body input[type="text"], body input[type="email"], body input[type="url"], body input[type="password"], body input[type="search"], body input[type="number"], body input[type="tel"], body input[type="range"], body input[type="date"], body input[type="month"], body input[type="week"], body input[type="time"], body input[type="datetime"], body input[type="datetime-local"], body input[type="color"], body textarea {
	color: var(--global-palette4);
	border-radius: 4px;
	padding: 0.7em 0.8em;
}
body .woocommerce .cart-empty.woocommerce-info {color: var(--global-palette3);}
body .select2-container--default .select2-selection--single {height: 50px;}
body input[type="text"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="number"]:focus, body input[type="tel"]:focus, body input[type="range"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="week"]:focus, body input[type="time"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="color"]:focus, body textarea:focus {
	border-color: var(--global-gray-400);
	color: var(--global-palette3);
	box-shadow: none;
}
/*Product Catalog*/
body .thebase-toggle-shop-layout.thebase-toggle-grid.toggle-active, body .thebase-product-toggle-container .thebase-toggle-shop-layout:hover, body .thebase-product-toggle-container .thebase-toggle-shop-layout.toggle-active {
color: var(--global-palette1);
border-color: var(--global-gray-400);
}
body .thebase-product-toggle-container .thebase-toggle-shop-layout {color: var(--global-palette4);}
#tab-additional_information.entry-content table th, #tab-additional_information.entry-content table td {
border: none;
font-style: inherit;
}
body.woocommerce table.shop_attributes td {padding: 8px;}
#tab-additional_information.entry-content table th, #tab-additional_information.entry-content table td {
border: none;
font-style: inherit;
background: var(--e-global-color-thebase9);
}
body.woocommerce table.shop_attributes td {padding: 8px;}
.woocommerce .woocommerce-cart-form table.shop_table, .woocommerce table.shop_table, body .woocommerce .woocommerce-info, .woocommerce .woocommerce-error li, .woocommerce .thebase-woo-results-count, body .search-form .search-submit[type="submit"], .woocommerce select.orderby {
font-weight: inherit;
font-size: inherit;
}
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a {
font-weight: 600;
color: var(--global-palette3);
font-size: 14px;
}
.products .product-details .thebase-svg-iconset {display: none;}
body .comment-navigation a:hover, body .post-navigation a:hover, .woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a:hover {color: var(--global-palette1);}
.woocommerce ul.products li.product .button.added.add_to_cart_button {display: none;}
body.woocommerce ul.products.products-list-view li.product:hover .entry-content-wrap, body.woocommerce ul.products.products-list-view li.product:focus-within .entry-content-wrap {
-webkit-transform: none;
transform: none;
}
.woocommerce ul.products li.product span.onsale {
	top: 15px;
	right: 15px;
	font-weight: 500;
}
body.woocommerce div.product .woocommerce-tabs .panel {
	padding: 30px;
	background: var(--e-global-color-thebase5);
}
.woocommerce ul.products li.product .price ins .amount {font-weight: 600;}
/*Single-Product*/
.woocommerce .quantity input[type="number"] {	-moz-appearance: textfield;	}
.single.woocommerce section.products > h2 {
font-size: 34px;
font-weight: 600;
color: var(--global-palette3);
}
body.woocommerce div.product div.images .flex-control-thumbs li, body.woocommerce div.product div.images .flex-control-thumbs li:first-child {
width: auto;
height: auto;
padding: 0;
}
.single-product .owl-theme .owl-buttons div.owl-prev {
left: 10px;
right: auto;
}
.single-product .owl-theme .owl-buttons div.owl-next {
right: 20px;
left: auto;
}
body.woocommerce div.product div.images .flex-control-thumbs {
padding: 0 30px;
box-sizing: border-box;
margin: 30px 0 0;
transform: none;
left: auto;
max-width: 100%;
text-align: center;
}
.single.single-product .thebase-breadcrumbs {margin: 1em 0;}
body.woocommerce table.shop_attributes td {padding: 8px;}
.woocommerce div.product p.stock {color: green;}
.single-product.woocommerce div.product form.cart div.quantity {
padding-block: 5px;
margin-inline: 0 15px;
}
.woocommerce-page .content-bg .product.entry.loop-entry.woocommerce-grouped-product-list-item {
	display: flex;
	align-items: center;
}
.comment-respond #cancel-comment-reply-link,
.comment-respond .comment-form .logged-in-as a {
	margin-left: 0.8em;
	color: var(--e-global-color-thebase1);
}
.comment-respond .comment-form .comment-input-wrap p label,.comment-respond .comment-form p.comment-form-float-label label,
.comment-respond .comment-form input:placeholder-shown + label,.comment-respond .comment-form textarea:placeholder-shown + label {
	color: var(--global-palette3);
}
.woocommerce-cart.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-checkout.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #add_payment_method table.cart td.actions .coupon .input-text {
	height: 50px;
	margin-inline-end: 15px;
}
.woocommerce-cart.woocommerce-page table.cart td.actions .button, .woocommerce-checkout.woocommerce-page table.cart td.actions .button, .woocommerce-page #add_payment_method table.cart td.actions .button {
	height: auto;
	padding: 0.4em 1em;
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
	border: 1px solid var(--global-palette-btn-bg);
}
.entry-content-wrap .woocommerce form .form-row .button, .woocommerce div.product .summary .button.single_add_to_cart_button {
padding: 16px 27px 16px 27px;
height: 50px;
line-height: 1;
}
.entry-content-wrap .woocommerce form .form-row .button, .woocommerce div.product .summary .button.single_add_to_cart_button:hover {
	background: var(--e-global-color-thebase1);
}
body.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	background-color: var(--e-global-color-thebase5);
}
.woocommerce-message .button.wc-forward:hover {
	background-color: var(--e-global-color-thebase1);
}
body .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover {
	background-color: var(--e-global-color-thebase1);
}
.woocommerce div.product .product_meta {
padding: 1.2em 0;
border-top: 1px solid var(--global-gray-400);
}
body.woocommerce div.product .product_meta > span {
padding: 5px 0;
font-size: 14px;
font-weight: 400;
color: var(--global-palette3);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: var(--global-palette9);
background: var(--global-palette1);
}
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a:hover {
font-weight: 600;
font-size: 14px;
color: var(--global-palette3);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {color: var(--global-palette9);}
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {
padding: 16px 27px;
text-align: center;
background-color: var(--global-palette9);
text-transform: uppercase;
}
body.woocommerce div.product .woocommerce-tabs .panel {
	padding: 30px;
	background: var(--e-global-color-thebase5);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {padding: 0; margin:0;}
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child { margin: 0;}
.woocommerce-tabs.wc-tabs-wrapper, .woocommerce .up-sells.products {padding: 1.5em 0 2em;}
.woocommerce #reviews #review_form .comment-reply-title {
font-weight: 400;
font-size: 14px;
line-height: 1.5;
}
body.woocommerce div.product form.cart .group_table td:first-child {
width: auto;
text-align: center;
min-width: 118px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid var(--global-gray-400);
	color: var(--global-palette3);
	background: var(--global-palette9);
	border-radius: 4px 4px 0 0;
}
.woocommerce div.product form.cart .variations select {
border-radius: 0;
margin: 6px 0;
padding: 8px;
}
.woocommerce div.product form.cart .variations label {
display: inline-block;
font-weight: 400;
width: 100%;
clear: both;
margin: 9px 0 0;
text-align: left;
vertical-align: middle;
}
/*Related*/
.cross-sells > h2, .single.woocommerce section.products > h2, .site .entry-related h2, .elementor-tabs .elementor-tab-title, .cms_banner .elementor-column, .cms_banner .elementor-section {
text-align: center;
}
.entry-related .entry-related-title {margin-block: 0.8em 1.1em;}
body .entry-related-inner-content {padding-bottom: 8em;}
body .entry-related-carousel .entry-summary, body .entry-related-carousel .entry-footer, body .entry-related-carousel .entry-taxonomies {display: block;}
.entry-related .entry-content-wrap .entry-summary p {
color: var(--global-palette1);
margin-block-end: 0;
margin-block-start: 10px;
}
body .entry-related-inner-content .carousel-item {padding-block-end: 5px;}
/*Blog*/
body .entry-meta > ::after{display: none;}
.entry-content-wrap .posted-by::before {
	mask-image: url(assets/images/admin.svg);
	-webkit-mask-image: url(assets/images/admin.svg);
}
.entry-content-wrap .posted-on::before, .entry-content-wrap .posted-on::before {
	mask-image: url(assets/images/calendar.svg);
	-webkit-mask-image: url(assets/images/calendar.svg);
}
.container-inner.loop-entry.type-post .posted-on::before, .entry-content-wrap .posted-by::before, .entry-content-wrap .posted-on::before {
	content: "";
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 16px;
	-webkit-mask-size: 16px;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: var(--global-palette4);
	-webkit-margin-end: 3px;
	margin-inline-end: 3px;
}
.entry-content-wrap .entry-meta > * {
	text-transform: capitalize;
	padding-inline-end: 15px;
}
.blog-posts-content .grid {
-moz-column-gap: 30px;
-webkit-column-gap: 30px;
column-gap: 30px;
-moz-column-fill: initial;
-webkit-column-fill: initial;
column-fill: initial;
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
#blog_grid .blog {	margin-block-end: 30px;}
.blog-posts-content .grid.cols-2 {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
.blog-posts-content .grid.cols-4 {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.blog-posts-content .grid.cols-5 {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.blog-posts-content .grid.cols-6 {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}		
body .loop-entry .entry-content-wrap {	background-color: var(--global-palette9); 
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	top: 0;
	position: relative;
}
.course-section .elementor-icon-list-item a {color: var(--global-palette4);}
.course-section .elementor-icon-list-items:hover .elementor-icon-list-item a {color: var(--global-palette-highlight-alt);}
.single-content .accroding-list .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {border-top: 1px solid #d4d4d4;}
.single-content .accroding-list .elementor-accordion-item {margin-block-end: 20px;}
.single-content .accroding-list ul {padding-inline: inherit;}
.entry-content-wrap .entry-actions .more-link-wrap a.post-more-link:hover {color: var(--global-palette-highlight-alt);}
.entry-content-wrap .entry-actions .more-link-wrap a.post-more-link.button:hover {color: var(--global-palette-btn-hover);}
.entry-content-wrap .entry-actions .more-link-wrap a.post-more-link {font-size: 14px; color: var(--global-palette-btn);}
.accroding-list ul li {list-style: disclosure-closed; padding-block: 5px;}
.accroding-list li .fa, .accroding-list li .fas {padding-inline-end: 10px;}
.course-section .elementor-image-box-content {padding-inline: 1.5em;}
a.post-more-link .thebase-svg-iconset {display: none;}
.blog-posts-content .entry.loop-entry{background-color: var(--global-palette9);}
.blog-posts-content .entry.loop-entry:hover .entry-content-wrap,.post-archive .entry.loop-entry:hover .entry-content-wrap {-webkit-transform: translateY(-40px); padding-block-end: 47px; margin-block-end: -20px; top: -35px;}
.blog-posts-content .entry.loop-entry:hover .entry-actions  {opacity: 1;}
.loop-entry .entry-content-wrap .entry-actions{opacity: 0; margin-block-start: 20px; position: absolute;}
.loop-entry:hover .entry-content-wrap .entry-actions{opacity: 1;}	
.entry-related-inner .loop-entry .entry-content-wrap {padding-block-end: 30px;}
.widget .wp-block-latest-posts__featured-image.alignleft {margin-inline: 0 1em;}
.blog .entry-header, .search .entry-header, .entry-related-inner .entry-header {margin-block: 0;}
.blog .loop-entry .entry-header .entry-meta, .search .loop-entry .entry-header .entry-meta, .entry-related-inner .loop-entry .entry-header .entry-meta {margin-block: 10px 0px ;}
.blog .loop-entry.type-post h2.entry-title, .search-results .loop-entry h2.entry-title, .entry-related-inner .loop-entry.type-post h2.entry-title, .single .loop-entry .entry-header .entry-title {
margin-block: 0 10px;
}
/*single-blog*/
.single-post .single-entry .entry-content-wrap .posted-by::before {
	mask-image: none;
	-webkit-mask-image: none;
	display: none;
}
.post-archive .loop-entry .entry-content-wrap .more-link-wrap {margin-top: 0;}
body .tns-outer .tns-nav {	bottom: -50px;}
.single-post .single-entry .entry-content-wrap .entry-header {
	padding-block-end: 1em;
	border-block-end: 1px solid var(--global-gray-400);
}
body .single-entry .entry-tags a.tag-link {
	border: 1px solid var(--global-palette1);
	background: var(--global-palette-btn-bg);
	color: var(--e-global-color-thebase9);
}
.comment-list #cancel-comment-reply-link {color: var(--global-palette1);}
.single-post .entry-author-style-center .entry-author-avatar::before, .single-post .entry-author-style-center .entry-author-avatar::after {background: var(--global-gray-400);}
.single-post .entry-author-style-center .entry-author-avatar img {background-color: var(--global-gray-400);}
.single-post .comment-reply-link {
	color: var(--global-palette9);
	border: none;
	background: var(--global-palette1);
	border-radius: 4px;
}
.single-post .comment-reply-link:hover, .comment-reply-link:focus {
background-color: var(--global-palette1);
color: var(--global-palette9);
border-color: var(--global-palette1);
}
.comment-list .comment-body {border-bottom: 1px solid var(--global-gray-400);}
.comments-area .comment-respond {
	padding: 4em;
	margin-block: 4em;
	background: var(--global-palette5);
	border-radius: 4px;
}
.comment-navigation .nav-links, .post-navigation .nav-links {
display: grid;
grid-template-columns: repeat(2,1fr);
padding-block-end: var(--global-sm-spacing);
}
.content-wrap .entry-author {
vertical-align: top;
display: inline-block;
width: 100%;
border-bottom: 1px solid var(--global-gray-400);
padding-block-end: 30px;
margin-block-end: 0;
}
body .entry-related-carousel h3.entry-title {	line-height: 1.3;}
/*cart*/
.single-content .cart_totals h2 {font-weight: 600;}
body .woocommerce table.shop_table th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th, body .woocommerce table.shop_table tbody th, body.woocommerce table.shop_attributes th {
	font-weight: inherit;
	padding: 15px 12px;
	color: var(--global-palette3);
}
.cart-summary {display: none;}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
	background: var(--global-palette5);
	padding: 30px;
	border-radius: 4px;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
border-collapse: separate;
margin: 0 0 6px;
padding: 0;
border: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr td, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr td, body.woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th {
border-top: 1px solid var(--global-gray-400);
}
.checkout-button.button.alt.wc-forward {margin: 0; padding: 1.0em 1em;}
body.woocommerce-cart table.cart .product-name a, body.woocommerce-checkout table.cart .product-name a, #add_payment_method table.cart .product-name a {color: var(--global-palette4);}
body.woocommerce-cart table.cart td.actions .button:disabled, body.woocommerce-checkout table.cart td.actions .button:disabled, #add_payment_method table.cart td.actions .button:disabled {
	color: var(--global-palette-btn);
	background: var(--global-palette-btn-bg);
}
body .woocommerce form .form-row label {
	font-weight: inherit;
	color: var(--global-palette3);
	font-size: inherit;
}
body.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	background-color: var(--global-palette5) !important;
}
body .entry-tags a.tag-link, .woocommerce div.product form.cart div.quantity, .product-quantity .quantity.spinners-added, .product-quantity .quantity.spinners-added:hover, .woocommerce table.shop_table {
border: 1px solid var(--global-gray-400);
}
/*checkout*/
body .woocommerce-terms-and-conditions {	border-radius: 4px;}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {margin-bottom: 30px;}
.woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last, .woocommerce form.login .form-row-first, .woocommerce form.login .form-row-last, .woocommerce form.register .form-row-first, .woocommerce form.register .form-row-last {
float: none;
}
.woocommerce-checkout .woocommerce form .form-row {margin: 0 0 1.5em;}
body form.checkout.woocommerce-checkout .col2-set {
background: var(--global-palette5);
padding: var(--global-md-spacing);
border-radius: 4px;
}
.woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row-first, .woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row-last {
float: none;
}
body .woocommerce form.checkout_coupon {
border-radius: 0;
border: 2px dashed var(--global-gray-400);
}
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {width: 50%;}
body .select2-container--default .select2-selection--single {border-radius: 4px;}
body .select2-container--default .select2-selection--single .select2-selection__placeholder, body .select2-container--default .select2-selection--single .select2-selection__rendered {
background-color: var(--global-palette9);
padding-inline: 10px;
overflow: hidden;
color: var(--global-palette4);
border-radius: 4px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 48px;}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: var(--global-palette4) transparent transparent transparent;}
/*myaccount*/
/* .entry-content-wrap .woocommerce form .form-row label, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a:hover {
	font-weight: 600;
	font-size: 14px;
	color: var(--global-palette3);
	border-radius: 4px 4px 0 0;
} */
.woocommerce-form.woocommerce-form-login.login, body .woocommerce form.register {
	border: none;
	border-radius: 4px;
	padding: 30px;
	box-shadow: 0 0 35px 0px rgba(146, 146, 146, 0.1);
}
body .quantity.spinners-added input.minus, .quantity.spinners-added input.plus {
	color: var(--global-palette1) !important;}
.woocommerce-privacy-policy-text {
margin-block-end: 20px;
}
/*------------------Responsive-------------------*/
@media screen and (max-width: 1024px){
/*footer toggle*/
footer .widget-title::before {
	content: "\f107";
	position: absolute;
	right: 0;
	font-family: FontAwesome;
	font-size: 20px;
	top: auto;
	height: 20px;
	width: 20px;
	text-align: center;
	z-index: 9;
	margin: 0 auto;
	line-height: 20px;
}

.site-middle-footer-inner-wrap .widget-area .widget-title {	margin-block-end: 0;}
footer .toggled-on .widget-title::before {content: "\f106";}
footer .wp-block-group .toggled-off > ul, footer .wp-block-group .toggled-off > p, footer .toggled-off form {display: none;}
.site-middle-footer-inner-wrap .widget-area .widget-title {cursor: pointer;}
/*sidebar toggle*/
.thebase-hide-sidebar-btn .thebase-svg-iconset svg {
height: auto;
width: 1.6em;
cursor: pointer;
}
.primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {display: flex;}
body .primary-sidebar {
transform: translateX(-100%);
width: 360px;
right: auto;
left: 0;
top: 0;
overflow: auto;
bottom: 0;
position: fixed;
box-shadow: 0 0 2rem 0 rgba(0,0,0,.1);
display: flex;
flex-direction: column;
transition: all .3s ease-in-out;
z-index: 99999;
padding-inline: 20px;
padding-block: 0;
background-color: var(--global-palette9);
}
}
@media screen and (max-width: 979px){
	.blog-posts-content .grid {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media screen and (max-width: 767px){
	body .loop-entry.type-post h2.entry-title {font-size: 18px;}
	.comments-area .comment-respond {padding: 2em 2em 1em;}
	body .primary-sidebar {width: 100%;}
	body.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper, body.woocommerce div.product .woocommerce-tabs .panel {padding: 0; border: none;}
}
@media screen and (max-width: 600px){
	.blog-posts-content .grid {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.count-down .countbox .timebox {width: auto; max-width: 100%;}
	.count-down .countbox {grid-template-columns: auto auto;}
}
/*-----------------RTL--------------*/
/*Header*/
.rtl #search-drawer .drawer-inner input.search-field {	padding: 0.8em 0.8em 0.8em 80px;}
.rtl #search-drawer .drawer-inner .search-submit[type="submit"] {
left: 0;
right: auto;
}
/*Sidebar*/
.rtl .header-search .woocommerce-product-search input[type="submit"], 
.rtl .header-search button[type="submit"], .rtl .widget.widget_search input[type="submit"], .rtl .search-form input[type="submit"], .rtl .widget.widget_product_search button[type="submit"], .rtl .widget.widget_search input[type="submit"], .rtl .wp-block-search .wp-block-search__button {
right: auto;
left: 0;
}
.rtl #primary-sidebar .search-field, footer .search-field, .rtl .page-content .search-field, .rtl .wp-block-search .wp-block-search__input {
padding: 10px 15px 10px 45px;
}
.rtl.woocommerce.widget_product_categories > ul li .count, .rtl.woocommerce.widget_product_categories > ul li .wc-block-product-categories-list-item-count, .rtl.woocommerce .wp-block-woocommerce-product-categories > ul li .count, .rtl.woocommerce .wp-block-woocommerce-product-categories > ul li .wc-block-product-categories-list-item-count {
left: 0;
right: auto;
}
.rtl.woocommerce .woocommerce-widget-layered-nav-list a::before {margin-inline: 0 0.6em;}
.rtl .woocommerce.widget_price_filter .price_slider_amount .button {float: right;}
.rtl .price_label {text-align: right;}
/*Blog*/
.rtl .widget .wp-block-latest-posts__featured-image.alignleft {float: right;}
/*Single-Blog*/
.rtl.single.single-post .title-align-left {text-align: right;}
.rtl .entry-author-profile {padding-inline-start: 100px;}
.rtl .entry-author-avatar {
position: absolute;
left: auto;
right: 0;
}
/*portfolio*/
.rtl .single-entry .cms-portfolio .cms-portfolio .elementor-widget-wrap {padding-inline: 0 5em;}
/*Footer*/
.rtl .site-middle-footer-inner-wrap .widget-area .widget-title::after {
left: auto;
right: 0;
}
@media screen and (max-width: 1024px){
.rtl .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
border: 0;
border-inline-start: 1px solid rgba(255,255,255,0.1);
}
}
.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(assets/images/loader.gif) center no-repeat #fff;
}