/*
Theme Name: سانداسنپ
Theme URI: https://www.novinvision.com
Author: نوین ویژن
Author URI: https://www.novinvision.com/
Version: 1.2.12
Description: خرسندیم که افتخار طراحی و برنامه نویسی وب سایت شما بر پایه وردپرس توسط نوین ویژن انجام شده است. از اعتماد شما سپاسگذاریم و امیدواریم در راه استفاده از این پروژه کسب و کار شما همیشه پر رونق و موفق باشد.
Text Domain: soundsnap
*/

body {
    position: relative;
}

.text-justify {
    text-align: justify;
}

.header-top .nav-link {
    color: #cccccc;
    font-weight: bold;
}

.header-top .nav-link:hover {
    color: #eeeeee;
}

.header-top .nav-link:active {
    color: #ffffff;
}

header {
    transition: all ease 0.3s;
}

header .primary-menu--container {
    position: relative;
    z-index: 2;
}

header .primary-menu {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

header .primary-menu > li {
    display: inline-block;
    position: relative;
}

header .primary-menu li a {
    display: block;
    color: #cccccc;
    text-align: right;
    padding: 8px 15px;
    transition: all ease 0.5s;
}

header .primary-menu > li > a {
    border-radius: .5rem 0.5rem 0 0;
}

header .primary-menu li.current-menu-parent > a,
header .primary-menu li.current-menu-item > a {
    font-weight: bold;
    color: #ffffff;
}

header .primary-menu > li > a {
    padding: 15px 10px;
}

header .primary-menu li:hover > a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

header .primary-menu li > a:active {
    background-color: rgba(255, 255, 255, 0.2);
}

header .primary-menu > li > ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    background-color: #2b2c30;
    top: 100%;
    right: 0;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    border-radius: 0 0 .5rem 0.5rem;
    transform: translateY(-10px);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    transition: opacity ease 0.5s, transform ease 0.4s;
}

header .primary-menu > li:hover > ul {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 2000;
}

header .primary-menu > li > ul > li > a {
    font-size: 90%;
}

header .header-side {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

header .scroll-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

header .scroll-progress .progress-bar {
    transition: width 0.2s ease;
}

@media (min-width: 992px) {
    header .search-form,
    header .custom-logo-link {
        display: block;
    }
}

header.scroll-hide {
    box-shadow: 0 0 5px 8px rgba(0, 0, 0, 0.1);
}

header.scroll-hide .search-form,
header.scroll-hide .custom-logo-link {
    transform: translateY(0);
}

.post-item {
    display: block;
    position: relative;
}

.post-item .post-item--overly {

}

.sticky-posts-swiper .swiper-slide {
    width: 600px;
}

@media (max-width: 400px) {
    .sticky-posts-swiper .swiper-slide {
        width: 350px;
    }
}

@media (max-width: 500px) {
    .sticky-posts-swiper .swiper-slide {
        width: 400px;
    }
}

.page-header {
    position: relative;
    background-color: #000000;
    min-height: 300px;
}

.page-header .page-header--image {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.page-header .page-header--overly {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.page-header .rank-math-breadcrumb {
    text-align: center;
}

.archive-header .rank-math-breadcrumb,
.archive-header a,
.page-header .page-header--meta,
.page-header .page-header--meta a {
    color: #999999;
}

.archive-header a:hover,
.page-header .page-header--meta a:hover {
    color: #cccccc;
}

.archive-header a:active,
.page-header .page-header--meta a:active {
    color: #ffffff;
}

article p {
    text-align: justify;
}

article .h_iframe-aparat_embed_frame,
article .wp-block-image {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 1rem;
    margin: 30px 0;
    overflow: hidden;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    margin: 25px 0 5px 0;
    font-weight: 900;
}

article h1,
article h2 {
    font-size: 1.3rem;
}

article h3,
article h4 {
    font-size: 1.2rem;
}

article h5,
article h6 {
    font-size: 1.2rem;
}

article ul {
    list-style: square;
    margin: 15px 25px 15px 0;
}

article ul li {
    line-height: 2;
    text-align: justify;
}

article a {
    display: inline-block;
    color: var(--bs-info);
}

article a:hover {
    color: var(--bs-danger);
}

article a:active {
    color: var(--bs-primary);
}

article a:visited {
    border-bottom: 1px dotted #666666;
}

#comments .g-recaptcha-wrap {
    order: 5 !important;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    margin-top: var(--bs-gutter-y);
}


.comment-item {
    position: relative;
}

.comment-item .comment-body {
    position: relative;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1rem;
    min-height: 120px;
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.8;
}

.comment-item .comment-body:before {
    content: "";
    display: inline-block;
    background-image: url("img/quotation.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    float: right;
    margin: 0 0 0 15px;
    opacity: 0.1;
}

.comment-item .comment-body:after {
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 30px;
    background: #f4f5f7;
    top: calc(100%);
    right: 20px;
    box-sizing: border-box;
    clip-path: polygon(0 0, 0% 100%, 100% 0%, calc(100% - 2px) 0, 1px calc(100% - 2px), 35px 0);
}

@media (max-width: 480px) {
    .comment-item .comment-body:after {
        right: 10px;
    }
}

.comment-item .comment-body p:last-child {
    margin-bottom: 0 !important;
}

.comment-item .comment-star .star-rate-item {
    height: 15px;
    width: 15px;
}

.comment-item .comment-data {
    margin-right: 60px;
    line-height: 1.7;
}

.comment-item .comment-data .avatar {
    padding: 5px;
    background-color: #eeeeee;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.social-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #999999;
    font-size: 1.5rem;
    border-radius: .5rem;
}

.social-share a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.post-navigations a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    border-radius: .5rem;
}

.post-navigations a i {
    vertical-align: middle;
}

.post-navigations a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.post-navigations a:active {
    background-color: rgba(0, 0, 0, 0.1);
}

footer,
footer a,
footer a.nav-link {
    color: #999999;
}

footer a.nav-link:hover,
footer a:hover {
    color: #cccccc;
}

footer a.nav-link:active,
footer a:active {
    color: #ffffff;
}

footer .action-box {
    border-top-width: 3px !important;
}

footer .action-box input[type=email] {
    background-color: transparent;
}

.nav-dot-between .nav-item {
    position: relative;
}

.nav-dot-between .nav-item:not(:last-child):after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -2px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #999999;
}

div#ez-toc-container {
    font-family: iranyekanFanum, iranyekan, Tahoma, serif !important;
    border-color: var(--bs-gray-300);
    background-color: var(--bs-gray-100);
    padding: 20px;
    border-radius: 1rem;
}

.div.ez-toc-widget-container ul:not(.ez-toc-list-level-1) ul {
    margin-right: 25px !important;
    margin-left: 0 !important;
}

.div.ez-toc-widget-container ul.ez-toc-heading-level-2,
.div.ez-toc-widget-container ul.ez-toc-heading-level-3 {
    margin-right: 25px !important;
}

.ez-toc-pull-right {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

#ez-toc-container input, .ez-toc-toggle #item {
    left: 0 !important;
    visibility: hidden !important;
}

#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
}

div#ez-toc-container ul.ez-toc-list a {
    padding: 4px;
}


.card-info-box .list-group-item {
    --bs-list-group-color: #ffffff;
    --bs-list-group-bg: rgba(255, 255, 255, 0.1);
    --bs-list-group-border-color: rgba(0, 0, 0, .2);
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #ffffff;
    --bs-list-group-action-hover-bg: rgba(255, 255, 255, 0.2);
    --bs-list-group-action-active-color: #ffffff;
    --bs-list-group-action-active-bg: rgba(255, 255, 255, 0.3);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: rgba(255, 255, 255, 0.2);
    --bs-list-group-active-border-color: #131418;
}

.page-header-software {
    min-height: 0;
}