/*
Theme Name: Noda
Theme URI: https://shtheme.com/demosd/noda
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: Noda – Makeup Artist, Model & Beauty WordPress is perfect if you like a minimal, clean and modern theme. This theme is ideal for makeup artist, model, influencer, beauty and makeup artistry business, makeup shop and any other makeup-related businesses and those who need an easy, attractive and effective way to share their work with clients.
Version: 1.00
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: noda

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 Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
	00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



ul.post-categories{
	margin-bottom: 0;
	padding: 0;
}
ul.post-categories li{
	display: inline-block;
}
ul.post-categories li:after{
	content: ",";
	color: var(--px-theme-clr);
}
ul.post-categories li:last-child:after{
	content: none;
}
div.comment #respond button{
	width: max-content;
}
div.comment #respond button span.btn-block{
	z-index: -1;
}
.blog .comment h5{
	text-transform: capitalize;
}
.blog .comment .text{
	width: 100%;
	position: relative;
}
.blog .comment .text a.comment-reply-link{
	position: absolute;
	top: 0;
	right: 0;
	background: var(--px-theme-clr);
	border: 1px solid var(--px-theme-clr);
	padding: 1px 8px;
	border-radius: 3px;
	transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
}
.blog .comment .text a.comment-reply-link:hover{
	background: #fff;
	color: #0c0c0c;
}
.blog .comment a#cancel-comment-reply-link{
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
	background: var(--px-theme-clr);
	border: 1px solid var(--px-theme-clr);
	padding: 1px 8px;
	border-radius: 3px;
	transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
}
.blog .comment a#cancel-comment-reply-link:hover{
	background: #fff;
	color: #0c0c0c;
}
.blog .comment div#respond h5{
	position: relative;
}
.comment-form-cookies-consent{
	display: none;
}
.logged-in-as a, .logged-in-as a:hover{
	color: inherit;
}
.white-color{
	color: #fff !important;
}
.pagination-wrap li .page-numbers{
	background: transparent;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 41px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	border: 2px solid var(--px-border-clr);
	border-radius: 50%;
	font-size: 16px;
}
.pagination-wrap li .page-numbers.current{
	background-color: var(--px-theme-clr);
	border: 2px solid var(--px-theme-clr);
	color: #fff;
}
.blog-sidebar > #sidebar > ul{
	padding: 0;
}
.blog-sidebar .widget_search .text{
	display: none;
}
.blog-sidebar .widget_tag_cloud .tagcloud a{
	margin: 5px !important;
	padding: 10px 20px;
	background-color: var(--px-border-clr);
	border: none;
	color: #fff !important;
	float: left;
	border-radius: 5px;
	font-size: 14px !important;
	line-height: 1.5em;
}
.blog-sidebar .widget_tag_cloud .tagcloud a:hover{
	background-color: var(--px-theme-clr);
}
.blog-sidebar .widget_categories li a:before{
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	margin-right: 10px;
	color: var(--px-theme-clr);
}
.dark-color .pagination-wrap li .page-numbers{
	color: #111;
}
.dark-color .pagination-wrap li .page-numbers.current{
	color: #fff;
}
.dark-color .pagination-wrap li a:hover{
	color: #fff;
}
.skill .skill-fill{
	background-color: var(--px-theme-clr);
	border-radius: 0px;
	animation: skill-fill-facemakeup 2s ease-out;
	-moz-animation: skill-fill-facemakeup 2s ease-out;
	-webkit-animation: skill-fill-facemakeup 2s ease-out;
}
.dialog-widget{
	display: none !important;
}
.wpcf7 form .wpcf7-response-output{
	border: 0;
	padding: 0;
	margin: 0;
}
.blog-home .item .wrap .title h6 a{
	color: var(--px-theme-clr);
}
ul.dropdown-menu li a{
	font-weight: normal !important;
}
ul.dropdown-menu li.menu-item-has-children > a:before{
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	position: absolute;
	right: 0;
}
ul.navbar-nav.white-color ul.dropdown-menu a{
	color: #000;
}
ul.navbar-nav.white-color .dropdown-menu{
	background-color: #fff;
}
ul.navbar-nav.white-color ul.dropdown-menu a.active, ul.navbar-nav.white-color ul.dropdown-menu a:hover{
	color: var(--px-theme-clr) !important;
}
.logo-wrapper .logo h2.dark-color{
	color: #0c0c0c;
}
.blog.section-padding h1{
	text-transform: capitalize;
}
.blog.section-padding .search_custom form{
	position: relative;
}
.blog.section-padding .search_custom form input{
	padding-right: 56px;
}
.blog.section-padding .search_custom form button{
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	padding: 14px 20px;
}
.logged-in .nav-scroll{
	top: -70px;
}
.blog .comment h5{
	font-size: 24px !important;
}
.blog .comment .wrap .text h5{
	font-size: 20px !important;
}
.blog-sidebar .item ul li a, .footer .top p, .footer .worktime ul li .tit, .footer .worktime ul li span, .footer .top .mail, .footer .bottom p{
	color: #ddd !important;
}



@media (max-width: 991.98px){
	.blog .comment .text a.comment-reply-link{
		position: unset;
		display: block;
		width: fit-content;
	}
	.blog .comment a#cancel-comment-reply-link{
		position: unset;
		display: block;
		width: fit-content;
		margin-top: 10px;
	}
	.navbar ul.dropdown-menu{
		margin: 0;
		padding: 0 0 0 20px;
	}
}
@media (max-width: 767.98px){
	.blog .comment .wrap{
		display: block;
	}
	.blog .comment .wrap .img{
		margin-bottom: 20px;
	}
	.logged-in .nav-scroll{
		top: -100px;
	}
}
.wp-block-group h2.wp-block-heading {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.widget_block.widget_search label.wp-block-search__label {
    display: none;
}
.widget_block .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}
.widget_block .wp-block-search .wp-block-search__input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f4f5f7;
    margin-bottom: 0;
    border-radius: 0px;
}
.widget_block .wp-block-group .wp-block-group__inner-container ul li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 28px;
}
.widget_block .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #040b11;
    border: 0;
    cursor: pointer;
    font-size: 15px;
	padding: 10px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment {
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}
.sidebar_widget.widget.widget_block.widget_search .wp-block-search__button-outside .wp-block-search__inside-wrapper {
    margin: 0px 0px;
}
.sidebar__widget .wp-block-group__inner-container .wp-block-latest-comments {
    padding-left: 0rem;
}
.wp-block-group ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0px;
}