/*
Theme Name: Writest
Theme URI: https://writest.themetags.com/
Author: Themetags
Author URI: https://themetags.com/
Description: "Writest" is a stylish WordPress theme tailored for bloggers. Its clean design, responsive layout, and customizable features make it ideal for showcasing your content with elegance and professionalism.
Version: 1.3.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: writest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.
*/
:root {
  --ff-1: "Poppins", sans-serif;
  --ff-2: "Inter", sans-serif
}

/* Header Dropdown */
.writest_main_menu .dropdown-menu{
  min-width: max-content;
}
@media (min-width:992px) {
  .nav-wrapper .nav-item.dropdown:hover>.dropdown-menu {
    display: block
  }
}
.nav-wrapper ul.dropdown-menu.bg-white ul.dropdown-menu.bg-white {
  position: absolute;
  top: 0;
  left: 100%;
}

/*Blog Details content bg*/
.writest_blog_content.has_sidebar {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
}

/*Header Logo text*/
.header .site_name{
  margin: 0;
}

/* header top-bar link text color */
.header-topbar p > a {
    color: #fff;
    font-weight: 700;
}


.blog-post-content a span{
  background-color: #fff;
  color: #000;
}
/* blog carousel layout-1 style added END */


/* blog carousel layout-2 style added START */
.blog-post-content h4.title_style
.blog-post-content h4,
.blog-post-content p.author_style,
.blog-post-content p.date_style,
.blog-post-content.bg-gd-overlay h4.title_style,
.blog-post-content.bg-gd-overlay p.date_style,
.blog-post-content.bg-gd-overlay p.author_style{
  color: #fff;
}
/* blog carousel layout-2 style added END */


/* blog carousel layout-3 style added START */
.trending-blog-item h4.title-style,
.trending-blog-item a h4.title-style,
.trending-blog-item a.readmore-btn-style, 
.trending-blog-item p a.author-style{
  color: #000;
}

/* newsletter form style START -------*/
.search-bar input#elementor-newsletter-form-email {
  border-radius: 100px;
}
.search-bar form:not(.search-form) button.form-btn {
  border-radius: 50px;
}
button.blog-btn{
  border-radius: 8px;
}
#elementor-newsletter-form-email{
  color: #000;
}
/* newsletter form style end -----------*/


/* header sticky for this style added START-= ----------*/
header.header.header--1 {
  position: sticky;
  top: 0;
  /* background: #fff; */
  z-index: 9999;
}
/* header sticky for this style added END-= ----------*/

/* img box widget style added Start ---------------- */
.img-box-style{
  border: 1px solid #e1e1e1;
  border-radius: 12px;
}
.img-box-btn-style {
  border: 1px solid #e1e1e1;
  border-radius: 50px;
}
.img-box-style{
  margin-top: 20px;
}
.img-box-style:first-child {
  margin-top: 0px;
}
/* img box widget style added End ---------------- */

/* header top style added START */
header.header.header--1 p {
  color: #fff;
}

header.header.header--1 a.top-header-btn {
  background-color: #fff;
  border-radius: 50px;
  color: #000;
}

header.header .header-topbar {
  padding: 12px;
}


.header-style__ .navbar button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}

.header-style__ {
  background-color: #fff;
  border-bottom: 1px solid #0000000d;
}
.header-style__ .header-call-to-action a {
  color: #fff;
}
.header-style__ .navbar button.navbar-toggler {
  border-radius: 4px;
  padding: 5px;
  border-color: #ddd;
}

@media (max-width:991px) {
  .header-style__ .navbar .navbar-collapse {
      background: #f5f5f5;
    }
  .header-style__ {
    padding: 8px 0;
  }
  .writest_main_menu .nav-item .dropdown-item::after {
    content: none;
  }
}
.writest_main_menu .nav-item .dropdown_icon {
  position: absolute;
  top: 24%;
  right: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* header top style added END */

/*Blog List ========================*/
.writest-thumbnail img{
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 320px;
}
.h-295{
  height: 295px !important;
}
.h-406{
  height: 406px !important;
}
.h-260{
  height: 260px !important;
}

/*breadcrumb-area*/
.breadcrumb-area{
  background: #655cfe0a;
  padding: 80px 0;
}

/*Tag Cloud under sear form */
.writest_popular_tags a{
  font-weight: 400 !important;
  line-height: 1.5;
}

/*Post Thumbnail Caption*/
.feature-img small.feature_image_caption {
  font-style: italic;
  text-align: center;
  display: block;
  margin-top: 5px;
}
/* podcast style added layout 2, 3 */
.cfs-8 {
  font-size: 8px
}
.text-muted i{
  color: rgb(33 37 41 / 75%);
}
.text-muted {
  color: #4D5056 !important;
}
.blog-post-content .play_btn_style__ i {
  color: #fff;
}

/*Podcast category style*/
.podcast-content {
  margin-top: -20px
}
.podcast-content .play_icon_wrapper {
  position: absolute;
  top: -20px
}