/*
Theme Name: Mikon
Theme URI: https://shtheme.com/demosd/mikon
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: Mikon – Personal Portfolio WordPress is a highly creative, modern, visually stunning theme.
Version: 1.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: mikon

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
---------------------------------------------------*/



body{
	color: var(--px-black);
	font-family: "Jost", sans-serif;
}
::placeholder{
	color: var(--px-black);
}
a{
	text-decoration: none;
	color: var(--px-black);
}
a:hover{
	color: var(--px-black);
}
.section-heading h2{
	margin: 0;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	color: var(--px-white);
}
.page-template .section-heading h2{
	color: var(--px-black);
	font-size: 42px;
	font-weight: 400;
	text-transform: none;
}
.pt-60{
	padding-top: 60px;
}
.pb-60{
	padding-bottom: 60px;
}
.mt-20{
	margin-top: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-60{
	margin-bottom: 60px;
}
.lazy{
	border: 1px var(--px-black);
	border-radius: 12px;
	max-height: 500px;
	width: 100%;
	object-fit: cover;
}
.single-blog-box .single-blog-content{
	padding-top: 30px;
}
.single-blog-box .single-blog-content h2{
	margin-bottom: 22px;
	margin-top: 0;
	font-weight: 500;
	line-height: 1.2;
	color: var(--px-black);
}
ul.metadata{
	padding: 0;
	list-style: none;
	display: flex;
	gap: 21px;
}
ul.metadata > li.metadata_item{
	position: relative;
	color: var(--px-black);
}
ul.metadata > li.metadata_item a{
	text-transform: capitalize;
}
ul.metadata > li.metadata_item:before{
	content: "|";
	position: absolute;
	left: -10px;
}
ul.metadata > li.metadata_item:first-child:before{
	content: unset;
}
.button-1{
	display: inline-block;
	height: auto;
	padding: 12px 26px;
	border: 1px solid var(--px-black);
	border-radius: 0px;
	background-color: var(--px-black);
	-webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
	transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
	color: var(--px-white);
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
}
.button-1:hover{
	border: 1px solid var(--px-black);
	background-color: var(--px-white);
	color: var(--px-black);
}
.hv-sidebar{
	padding-left: 30px;
}
.hv-sidebar ol, .hv-sidebar ul{
	list-style: none;
	padding-left: 0;
}
.hv-sidebar .widget{
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px;
}
.hv-sidebar .widget.search{
	margin: 0;
	padding: 0;
}
.hv-sidebar .search form{
	position: relative;
}
.hv-sidebar .search form input{
	width: 100%;
	padding: 10px;
	border: 0;
	background: transparent;
	margin-bottom: 0;
	color: var(--px-black);
	padding-right: 40px;
	border-bottom: 1px solid var(--px-black);
}
.hv-sidebar .search form button{
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
	color: var(--px-black);
	border: 0;
	padding: 10px;
	cursor: pointer;
}
.hv-sidebar .widget-title{
	margin-bottom: 15px;
}
.hv-sidebar .widget-title h6{
	padding-bottom: 5px;
	border-bottom: 1px solid var(--px-black);
	font-size: 24px;
	line-height: 1.75em;
	margin-bottom: 15px;
	color: var(--px-black);
}
.hv-sidebar .widget .recent li{
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hv-sidebar .widget ul li{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.5em;
}
.hv-sidebar .widget .recent .thum{
	overflow: hidden;
	float: left;
}
.hv-sidebar .widget .recent .thum img{
	width: 90px;
	height: 60px;
	object-fit: cover;
	margin-right: 15px;
}
.hv-sidebar .widget .recent a{
	margin-left: 0;
	max-width: calc(100% - 105px);
}
.hv-sidebar .widget div.tagcloud > a{
	margin: 3px;
	padding: 8px 20px;
	background-color: var(--px-white);
	border: 1px solid var(--px-black);
	color: var(--px-black);
	float: left;
	font-size: 15px !important;
	line-height: 1.5em;
	border-radius: 5px;
	-webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
	transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
}
.hv-sidebar .widget div.tagcloud > a:hover{
	color: var(--px-white);
	background-color: var(--px-black);
	border-color: var(--px-black);
}
.post-comment-wrap{
	display: flex;
	margin-bottom: 60px;
}
.post-user-comment{
	margin-right: 20px;
	flex: 0 0 auto;
}
.post-user-comment img{
	border-radius: 100%;
	width: 100px;
}
.post-comment-wrap h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.post-comment-wrap h3 span{
	font-size: 13px;
	margin-left: 15px;
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
.post-comment-wrap > .post-user-content a{
	text-transform: capitalize;
}
input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea{
	max-width: 100%;
	margin-bottom: 15px;
	padding: 10px 10px 10px 0px;
	height: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	width: 100%;
	line-height: 1.5em;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: var(--px-black);
	background-image: none;
	border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
	border: none;
	border-bottom: 1px solid var(--px-black);
}
.section.bg-theme{
	padding: 200px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.blog-pagination-wrap li{
	display: inline-block;
	margin: 0 5px;
}
.blog-pagination-wrap li > .page-numbers{
	background: transparent;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: var(--px-black);
	font-weight: 400;
	border: 1px solid var(--px-black);
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	border-radius: 100%;
	font-weight: bold;
}
.blog-pagination-wrap li > .page-numbers:hover{
	background-color: var(--px-black);
	border: 1px solid var(--px-black);
	color: var(--px-white);
}
.blog-pagination-wrap li > .page-numbers.current{
	background-color: var(--px-black);
	border: 1px solid var(--px-black);
	color: var(--px-white);
}
.logged-in.elementor-editor-active.fixed-header .header-top-fixed{
	margin-top: 0;
}
.elementor-widget-bdevs-contact-heading{
	height: 100%;
}
.elementor-widget-bdevs-contact-heading .elementor-widget-container{
	height: 100%;
}
form #contact-form textarea, form #contact-form input[type="text"], form #contact-form input[type="email"]{
	margin-bottom: 0;
}
span.wpcf7-spinner{
	display: none;
}
.wpcf7-not-valid-tip{
	margin-top: 10px;
	color: var(--px-white);
}
.wpcf7 form .wpcf7-response-output{
	border: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	color: var(--px-white);
}
div.dialog-lightbox-widget{
	display: none !important;
}
.testimonials-box .t-lead img{
	width: 100%;
}
.footer p{
	color: rgba(255, 255, 255, 0.75) !important;
	font-family: "Montserrat", sans-serif;
}
.footer .nav a{
	font-weight: 400;
}
.notfound{
	height: 100vh;
}
.v-middle{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.notfound h1{
	font-size: 180px;
	margin-bottom: 0px;
	position: relative;
	line-height: 1em;
	color: var(--px-white);
}
.notfound h2{
	font-size: 45px;
	position: relative;
	margin-bottom: 5px;
	color: var(--px-white);
}
.cap{
	text-transform: capitalize;
	color: var(--px-white);
	font-size: 40px;
	font-weight: 600;
}
.search_custom form{
	position: relative;
}
.search_custom form input{
	padding-right: 40px;
}
.search_custom form button{
	position: absolute;
	right: 0;
	top: 10px;
	border: 0;
	background: none;
}
.px-btn.px-btn-theme:hover{
	background: var(--px-white);
	border-color: var(--px-black);
	color: var(--px-black);
}
.post-user-content{
	position: relative;
	width: 100%;
}
a.comment-reply-link{
	position: absolute;
	top: -5px;
	right: 0;
	padding: 5px 8px;
	border-radius: 5px;
	background-color: var(--px-black);
	font-weight: 500;
	font-size: 15px;
	font-family: "Outfit", sans-serif;
	color: var(--px-white);
}
#respond h3.title a{
	text-transform: capitalize;
}
.form-comment .title{
	position: relative;
}
.form-comment small > a#cancel-comment-reply-link{
	position: absolute;
	top: -5px;
	right: 0;
	padding: 5px 8px;
	border-radius: 5px;
	background-color: var(--px-black);
	font-weight: 500;
	font-size: 15px;
	font-family: "Outfit", sans-serif;
	color: var(--px-white);
}
.post_comments ul.children{
	padding-left: 75px;
}
.search_custom .search form button[type="submit"] i{
	color: var(--px-black);
}
footer .footer{
	padding: 0;
	border-top: 0;
}
.single-project-box{
	color: var(--px-dark);
}
.single-project-box h4{
	color: var(--px-dark);
}
.px-modal .about-content .col-4{
	color: var(--px-dark);
}
.project-box{
	padding: 40px;
}
.logged-in .header-top-fixed{
	top: 32px;
}
body.logged-in.elementor-editor-active .header-top-fixed{
	top: 0px;
}
form div.form-group > label{
	color: var(--px-text);
}









@media (max-width: 991.98px){
	.section.bg-theme{
		padding: 160px 0;
	}
	.post_comments ul.children{
		padding-left: 50px;
	}

}
@media (max-width: 768px){
	.section-heading h2{
		font-size: 35px;
	}
	.section.bg-theme{
		padding: 120px 0;
	}
	.logged-in .header-top-fixed{
		top: 46px;
	}
}
@media (max-width: 767.98px){
	.fixed-header .main-header{
		margin-top: 0;
	}
	.post-comment-wrap{
		display: block;
	}
	.post-user-comment{
		margin-bottom: 20px;
	}
	a.comment-reply-link, .form-comment small > a#cancel-comment-reply-link{
		position: unset;
	}
	.form-comment small:has(> a#cancel-comment-reply-link){
		display: block;
		margin-top: 10px;
	}
	.logged-in.fixed-header .header-top-fixed{
		top: 0;
	}
}