/*
Theme Name: Katen
Theme URI: https://themeforest.net/item/katen-blog-magazine-wordpress-theme/39652714
Author: ThemeGer
Author URI: https://themeger.shop
Description: Blog & Magazine WordPress Theme
Version: 1.1
License: GNU General Public License
License URI: https://themeforest.net/licenses
Text Domain: katen
*/

.footer-free-account h1,
.footer-free-account h2,
.footer-free-account h3,
.footer-free-account h4,
.footer-free-account h5,
.footer-free-account h6 {
  margin: 0;
}

body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	color:#4b5563;
}

.post .thumb:hover img {
	transform: scale(1) !important;; 
}

.header-main {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #e5e7eb; /* gray-200 */
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
 
/* Container */
.container,
.container-xl {
  max-width: 1360px; /* max-w-7xl */
  margin: 0 auto;
  padding: 0 1rem;
}
 
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0; /* py-3 */
}

.about-author {
    background: #f1fbf7 ;
}
 
/* Logo */
.logo-img {
  max-width: 180px;
}
 
/* Navigation */
.nav {
  display: flex;
  align-items: center;
  gap: 2rem; /* space-x-8 */
}
 
.nav-link {
  position: relative;
  font-weight: 500;
  color: #374151; /* gray-700 */
  text-decoration: none;
  transition: all 0.2s ease;
  padding: .5rem 0;
  font-weight: 500;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
 
.nav-link:hover {
  color: #50D18D; /* orange-500 */
}
 
/* Dropdown */
.dropdown {
  position: relative;
}
 
.dropdown-menu {
  position: absolute;
  top: 2.5rem;
  left: 0;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.95);
  transition: all 0.3s ease;
  z-index: 10;
}
 
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1); 
	display: block;
}
 
/* Dropdown Items */
.dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #4b5563; /* gray-600 */
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s;
  min-width: max-content;
}
 
.dropdown-item img,
.dropdown-item svg {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
}
 
.dropdown-item:hover {
  background: #f2f8ff; /* orange-50 */
  color: #50D18D; /* orange-600 */
}
 
/* CTA Button */
.cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #ea580c, #dc2626);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
.cta .btn:hover {
  background: linear-gradient(to right, #c2410c, #b91c1c);
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

header.header-main::after {
	content:none;
}

.chevron-down {
  width: 1rem;  /* w-4 */
  height: 1rem; /* h-4 */
  margin-left: 0.25rem;
  color: #6b7280; /* gray-500 */
  transition: transform 0.3s ease, color 0.3s ease;
}

.dropdown:hover .chevron-down {
  transform: rotate(180deg);
  color: #50D18D; /* orange-500 */
}

.dropdown-item:hover {
    margin-left: 0px; 
	  color: #50D18D !important;
}

.post .meta a:hover{
    color: #50D18D !important;
}

::selection {
    color: #FFF;
    background: #3365ce !important;
}

.page-header {
   margin-top: 140px;
   background: #f1fbf7 !important;
}

.comment-respond a#cancel-comment-reply-link {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    border: 1px solid;
    width: max-content;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #50D18D;
}

input:focus {
	border-color: #50D18D !important; 
}

.post .category-badge, .btn-default, .wp-block-search button[type=submit], .widget .searchform input[type=submit], .comment-reply-link, .post-password-form input[type=submit], input[type=submit], .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input.is-active label, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link), .wp-block-button__link
{
	 background: #50D18D !important;
}

.author-page.about-author {
	margin-top: 160px !important;
}

.container-xl.post-container {
    max-width: 1360px;
}

.widget.widget_categories ul li a {
    font-weight: 400 !important;
    display: flex;
    align-items: baseline;    
	width: 85%;
}

.widget .searchform input[type=text] {
    max-width: calc(100% - 45px) !important; 
}

.widget_categories ul li a:before, .widget_archive ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before, .widget_recent_entries ul li a:before, .widget_nav_menu ul li a:before, .widget_block ul li a:before{
  color: #50D18D !important;
}

.widget ul li a:hover{
  color: #50D18D !important;
}

button#searchsubmit {
    background: #50D18D;
    border: none;
    color: #fff;
    border: 0;
    border-radius: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
    width: 40px;
    height: 40px;
    font-size: 14px;
}

body.blog img.avatar,
.post-single .post-header img.avatar,
body.search-results img.avatar,
.post-grid img.avatar,
.post.post-classic .details img.avatar{
    margin-right: 12px;
    vertical-align: middle;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.cta-button :hover {
  opacity: 0.9; /* hover:bg-primary/90 effect approximation */
 
}
.cta-button.transparent
{
  background: #fff;
  color: #000;
  border: 2px solid #D0D5DB;

} 
.cta-button.transparent:hover 
{
  color: #50D18D;
  border:2px solid #50D18D;
  
}
.cta-button.transparent span:hover 
{
  background: #fff;
}
.social-icons a:hover 
{
   color: #50D18D;
}
.post .meta li:after 
{
      background-color: #50D18D;
}
.post .post-title a:hover 
{
  color: #50D18D;

}
.widget .widget-header svg path, .section-header svg path
 
{
    stroke:  #50D18D;
}
h1, h2, h3, h4, h5, h6
{
  color: #111827;
}
p 
{
 color: #000;
}
strong , .post .post-title a
{
    color: #1d304a;
}
a 
{
  color: #50D18D;
}
.page-item .page-numbers.current ,.page-numbers:hover
{
  background :#50D18D;
}
.main-content
{
	margin-top: 190px !important; 
  background-color: #fff;
}
.form-control:focus, .woocommerce textarea:focus, .woocommerce input:focus, .woocommerce .widget_product_search input.search-field:focus, .wp-block-search input[type=search]:focus, .widget .searchform input[type=text]:focus, .post-password-form input[type=password]:focus, .comment-form-url input:focus, .comment-form-email input:focus, .comment-form-author input:focus, .comment-form-comment textarea:focus
{
  border-color: #50D18D !important;
}


.post.post-grid .thumb img {
    height: auto !important;
}

a.category-badge.position-absolute {
    bottom: 10px;
    top: auto;
    left: auto;
    right: 10px;
}

.widget_recent_entries ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.widget_recent_entries ul li a {
    display: flex;
    width: 100%;
	align-items: baseline;
}

header:after {
  content: none !important;
}

.wp-theme-katen ul {
  margin-bottom: 0 !important;
  padding-left: 0;
}

.wp-theme-katen ul.sub-menu {
  padding-left: 12px;
  z-index: 2;
}

#wpp-fix .wpp-link {
  border-radius: 0 !important;
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open).sticky-header, .sticky-header {
    top: 0 !important;
    z-index: 99;
}

#header-outer {
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    padding: 28px 0px 0px 0px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

.post.post-single .title {
    text-align: left;
}

.wp-theme-katen:has(.page-header) .main-content,
.wp-theme-katen:has(.author-page) .main-content {
  margin-top: 60px !important;
} 

body.wp-theme-katen {
  background: #fff !important;
}

.top_header .left_social_icons ul li span,
.right_nav_menu nav ul li  {
  line-height: 31px;
}

.left_main_header img {
    vertical-align: baseline;
}

.available_on p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 31px;
}

.footer_content_box h4,
.footer_left_title,
.footer_bottom h4 {
    letter-spacing: -0.5px;
}

footer.footer {
  margin-top: 0 !important;
}
.post-single .post-content 
{
  color: #111827 !important;
}
.is-single.post-content ul {
padding-left: 25px;
}
.is-single.post-content ol {
padding-left: 20px;
}
blockquote,
.wp-block-quote {
    margin: 0 0 1rem;
    font-size: 16px;
    border-left: 3px solid #50D18D;
    padding: 20px;
    background: #fbfbfb;
    border-radius: 10px;
}


.about-author .details h4.name a:hover 
{
  color: #50D18D;
}

.tags a:hover, .tagcloud a:hover, .wp-block-tag-cloud a:hover {
	border-color: #50D18D;
    color: #50D18D;
}

.wp-block-column {
    padding: 0 5px;
}

.col-sm-6 {
    transition: all 0.3s ease;
}

.widget select {
    padding: 10px 15px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(/blog/wp-content/uploads/2026/02/down-arrow-select.webp);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: center;
    background-color: #FFF;
    cursor: pointer;
}

.post-content a:hover {
    color: #000;
} 