/*
Theme Name: WebAssets
Author: Zahid Nazir
Version: 1.0.0
Description: This is a multipurpose theme developed by Zahid Nazir for building websites for different niches without using heavy page builders. This theme is developed using HTML, CSS, Bootstrap, Tailwind CSS, JavaScript, PHP, and WordPress.
Author URI: https://www.WebAssets.com
*/

/* Don't remove the upper comment. It's the metadata of the theme without which the theme won't work */
/*================================================
This is Default Theme Style
==================================================*/


footer a {
  text-decoration: none;
}


.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share ul li a {
  padding: 0px;
}

.sidebar-wrapper .blog-video-area .video-image .video-play {
  padding: 20px;
}

#presentation {
  margin-top: 32px !important;
  padding: 0 !important;
}

.tj-menu-area li.current-menu-item>a,
.tj-menu-area li.current_page_item>a,
.tj-menu-area li.active>a {
  color: #000000 !important;
  font-weight: 800 !important;
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content {
  left: 50% !important;
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-arrow a {
  padding: 8px 6px;
}

/* custom calss */

.custom-page-content ul,
.custom-page-content ol {
  list-style: circle;
  margin: revert;
  padding: revert;
}

.tj-main-sidebar .dot-style a i {
  padding: 4px;
}

.sidebar-catagory ul li a span {
  width: 20px;
  height: 20px;
}

/* Fix stretched images in portfolio grids and single pages */
.portfolio-image img,
.portfolio-lg-image img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content{
    gap: 12px;
}

/* Service & Portfolio Content Typography Resets */
.service-extra-content h1, .portfolio-description h1 {
    font-size: 2.25rem !important;
    line-height: 1.2 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
}

.service-extra-content h2, .portfolio-description h2 {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
}

.service-extra-content h3, .portfolio-description h3 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
}

.service-extra-content h4, .portfolio-description h4 {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
}

.service-extra-content h5, .portfolio-description h5 {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
}

.service-extra-content h6, .portfolio-description h6 {
    font-size: 1rem !important;
    line-height: 1.4 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
}

.service-extra-content p, .portfolio-description p,
.service-extra-content li, .portfolio-description li {
    font-size: 1rem;
    line-height: 1.6;
}