/*!
Theme Name: Ashraf Child Theme
Theme URI: https://dangoweb.ir/
Description: TejaratGostar Child Theme
Author:  Dangoweb
Author URI: https://dangoweb.ir/
Template: TejaratGostar
Version: 1.0
 */
.aligncenter {
    margin-left: auto;
    margin-right: auto;
	display:block;
	border-radius: 20px;
}
.gallery {
    margin-bottom: 1.41575em;
}

.gallery::before, .gallery::after {
    content: "";
    display: table;
}

.gallery::after {
    clear: both;
}

.gallery .gallery-item {
    float: right;
}

.gallery .gallery-item .gallery-icon a {
    display: block;
}

.gallery .gallery-item > div {
    padding: .5em
}

.gallery .gallery-item .gallery-icon img {
    width: 100%;
    border: none;
    height: auto;
    margin: 0 auto;
    border-radius:25px
}

.gallery .gallery-item .gallery-caption {
    margin: 0;
    text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%;
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.285714286%;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.111111111%;
}

.videos-wrapper {
    display: flex
}

.video-content {
    /*flex: 0 0 25%;*/
    padding: 10px;
    transition: ease-in-out 300ms;
}

.video-content .thumbnail {
    position: relative;
}

.video-content .thumbnail img {
    border-radius: 10px;
    height: 100%;
}

.video-content .title h2 {
    font-size: 16px;
    text-align: center;
}

.video-content svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff6b;
}

.video-content a {
    display: flex;
    flex-direction: column;
}

.video-content:hover svg {
    color: #ffffffdb;
    transition: ease-in-out 300ms;
}

.singlepostcontent p {
    padding: 0 0 1em;
    text-align: justify;
}

.blogSwiper .swiper-wrapper {
    margin: 40px 0
}

.news-url {
    float: left;
    padding: 0.3em;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
}

.news-url #urlcopy {
    float: left;
    border: 1px solid #ededed;
    padding: 5px;
    border-radius: 5px;
    height: 30px;
    text-align: left;
    background-color: #f9f9f9;
}

.news-url .show-done {
    float: left;
    color: #309340;
    display: none;
}

.single-details {
    font-size: 12px
}

.single-details span {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

#post_print {
    cursor: pointer;
}

.slick-dots li.slick-active button:before {
    font-size: 23px;
    color: #84ba40 !important;
}

.podcast-content {
    padding: 1em 4em;
}

.podcast-content .wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #ffffff;
    padding: 1.5em;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    min-height: 150px;
}

.podcast-content .wrapper img {
    border-radius: 10px;
    max-width: 110px;
}

.podcast-content .wrapper .title,
.podcast-content .wrapper .sub-title {
    width: 100%;
}

.podcast-content .wrapper .title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #484848;
    padding: 0 10px;
}

.podcast-content .wrapper .sub-title {
    padding: 0 10px;
    font-size: 12px;
    color: #a9a9a9;
    margin-top: -14px;
}

.podcast-content .wrapper .content {
    position: absolute;
    margin-right: 60px
}

.podcast-content .wrapper .thumbnail {
    position: absolute;
    right: -30px;
}

@media print {
    .single-blog #post_print,
    .single-blog .dw-sidebar,
    .woocommerce-breadcrumb,
    .elementor-location-header,
    .single-weblog-categori,
    .th_swiper__project,
    .single-post-comment,
    .elementor-location-footer {
        display: none !important
    }

    .single-blog .general-title {
        font-size: 16px
    }

    .dw-content-wrapper {
        width: 100%
    }
}