@font-face {
    font-family: 'IRANSansWeb';
    src: url(../fonts/IRANSansWeb.eot) format('embedded-opentype'),
    url(../fonts/IRANSansWeb.woff) format('woff'),
    url(../fonts/IRANSansWeb.woff2) format('woff'),
    url(../fonts/IRANSansWeb.ttf) format('truetype');
    font-weight: normal;
}
body, .content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, aside.sidebar *{
    font-family: 'IRANSansWeb';
}
body, header#header *, aside.sidebar *, .grid-item .desc h5, .copyright, .footer-widgets *, button, .btn{
    font-size: 14px;
}
.content p{
    font-size: 14px;
}
a, a:hover {
    text-decoration: none;
    outline: none;
    color: #747474;
}
p{
    line-height: 37px;
    margin: 0;
    padding: 0;
}
input, textarea, select, button{
    outline: none !important;
}
.small, small{
    font-size: 10px;
}
@media screen and ( min-width: 1000px ){
    body.customize-support, body.customize-support header {
        margin-top: 32px;
    }
}
img.bg__in {
    position: fixed;
    left: 0;
    bottom: 0;
    height: calc(100% - 65px);
    z-index: -1;
}
/*
 * Header
 */
/*header#header {
    background: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding: 0 30px;
    z-index: 100;
}*/
/*body:not(.customize-support){*/
/*    margin-top: 65px;*/
/*}*/
body, body.customize-support {
    margin-top: 65px;
}
header#header{
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 65px;
    padding: 0 20px;
    z-index: 21;
    line-height: 65px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 0px 7px 0px;
}
.main-wrapper{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-right: 240px;
}
aside.sidebar{
    width: 240px;
    position: fixed;
    top: 65px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    background-color: rgb(251, 251, 252);
    overflow: hidden auto;
}
body.customize-support .sidebar {
    top: calc(65px + 32px);
}
.navmenu ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0 30px;
    padding: 0 20px;
    height: 40px;
    border: solid 1px #fff;
    border-radius: 100px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.navmenu ul:hover {
    border: solid 1px #DDD;
}
.navmenu ul li a {
    padding: 0 10px;
}
.navmenu ul li a:hover {
    color: #11BB99;
}
.head-search input {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 100px;
    background: #f5f5f5;
    box-shadow: 0 0 0 2px #48719c;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
}
.head-search input:focus {
    background: #EEE;
}
.head-search ::placeholder {
    color: #DDD;
    font-size: 10px;
}
.head-search {
    position: relative;
}
div#datafetch {
    background: white;
    padding: 15px 15px 30px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    width: 100%;
    right: 0;
}
div#datafetch::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 20%);
    z-index: -1;
    transition: all 0.2s ease-in-out;
}
div#datafetch ul {
    line-height: 35px;
    text-align: right;
    list-style: none;
}
a.login-btn {
    border: solid 1px #48719c;
    height: 40px !important;
    display: inline-flex;
    border-radius: 100px;
    padding: 0 20px;
    align-items: center;
}

main.main-sections {
    margin-top: 65px;
}

/*
 * #Sidebar
 */
/*aside.sidebar {
    width: 240px;
    float: right;
    z-index: 2;
}*/
aside.sidebar .is_fixed {
    position: fixed;
    top: 65px;
    width: 240px;
    height: calc(100vh - 65px);
    overflow: hidden;
}
.customize-support aside.sidebar .is_fixed {
    top: 100px !important;
}
aside.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
aside.sidebar ul li a {
    display: block;
    padding: 10px 20px;
    transition: all 0.3s linear;
}
aside.sidebar ul li{transition: all 0.3s ease-in-out}
aside.sidebar ul li:hover{
    background: rgb(72 113 156 / 6%);
}
aside.sidebar ul li a img {
    /*width: 20px;*/
    margin: 0 0 0 10px;
    padding: 0 !important;
}
strong.sidebar-title {
    margin-right: 20px;
    color: #11BB99;
}
.left-sidebar img {
    margin: 0 auto;
    display: block;
}
.left-sidebar ul {
    list-style: none;
    padding: 0 40px 0 0;
    position: relative;
}
.left-sidebar ul li {
    position: relative;
}
.left-sidebar ul li a {
    line-height: 2;
}
.left-sidebar ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #08d5c2;
    position: absolute;
    right: -25px;top: 20%;
    transform: rotate(45deg);
    filter: blur(1px);
    transition: all 0.3s ease-in;
    z-index: 1;
}
.left-sidebar ul li:hover::before {
    transform: rotate(0deg);
    filter: none;
}
.left-sidebar ul li::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
    border-right: dotted 2px #08d5c2;
}
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
    width: 110px;
    height: auto;
}
.menu > li::before{
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    float: left;
    color: #11BB99;
    padding: 5px 10px ;
    cursor: context-menu;
}
.menu li[data-option=off]::before{
    content: "\f0fe";
}
li[data-option=on]::before{
    content: "\f146";
}
.sub-menu{
    display: none;
}
ul.sub-menu li {
    padding-right: 20px;
}


aside.mobile-side-menu {
    position: fixed;
    width: 280px;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    background: white;
    z-index: 9999;
    box-shadow: 0 0 20px black;
    display: none;
    overflow-y: auto;
}
aside.mobile-side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
aside.mobile-side-menu ul li a {
    padding: 10px 20px;
    display: block;
}
.poosh {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00000066;
    background: hsl(0deg 0% 0% / 40%);
    background: rgb(0 0 0 / 40%);
    z-index: 9998;
    left: 0;
    top: 0;
}





/*
 * #Content
 */
.list-container {
    width: calc(100% - 240px);
    margin-right: 240px;
}
section.home-sections {
    border-bottom: solid 1px #CCC;
}
section.home-sections .row-title h3 {
    font-size: 16px;
    font-weight: bold;
}
.inner-content, .left-sidebar {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}
.side-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #11BB99;
    font-weight: bold;
    border-bottom: dashed 1px #DDD;
}

/*
 *
 * ps-title
 */
.ps-title {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 50px rgb(0 0 0 / 15%) inset;
    padding: 0 30px;
    position: relative;
    transition: all 0.5s linear;
}
.ps-title h1 {
    font-size: 22px;
    font-weight: bold;
    color: #11BB99;
    padding: 5px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*.ps-title div:first-child, .ps-title div:last-child {
    width: 85px;
}
.ps-title div:nth-child(2) {
    width: 100%;
    text-align: center;
}*/
.ps-title img {
    width: 100%;
    cursor: pointer;
    filter: grayscale(1) opacity(0.5);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}
.rotate-360{
    transform: rotate(360deg);
}
.ps-title .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding: 0 10px;
}
div#ex_equalizer {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
div#ex_equalizer canvas {
    width: 100% !important;
    height: 100% !important;
}




.row-title a {
    font-size: 11px;
    margin-right: auto;
    color: #48719c;
    font-weight: bold;
}
.grid-item {
    width: 100%;
}
.grid-item .poster {
    max-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -3px 3px 5px rgb(0 0 0 / 10%);
}
.grid-item .poster a {
    width: 100%;
}
.grid-item .poster img {
    width: 100%;
    height: auto;
}
.grid-item .desc {
    padding: 0 7px;
}
.grid-item .desc h5 {
    margin: 10px 0;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}

.post-meta * {
    color: #AAA;
}
.content p, .content ul li{
    line-height: 2.5;
    text-align: justify;
    text-justify: inter-word;
}
.content img {
    width: 100%;
    height: auto;
}
.content p a{
    color: #11BB99;
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
    color: #11BB99;
    margin-bottom: 15px;
}
.content h1, .content h2, .content h3, .content h4{
    font-weight: bold;
}
.content h1{
    font-size: 22px;
}
.content h2{
    font-size: 20px;
}
.content h3{
    font-size: 18px;
}
.content h4{
    font-size: 16px;
}
.content h5{
    font-size: 14px;
}
.content h6{
    font-size: 12px;
}
.comment-form textarea, .comment-form input[type=text] {
    width: 100%;
    border: solid 2px #DDD;
    border-radius: 5px;
}
.comments-box #comments, .comments-box .comment-reply-title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 2px #11BB99;
}

/*
 * Swiper Styles
 */
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-slide {
    /*max-width: 250px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.5s linear;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev, .swiper-button-next{
    background: white;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    color: #11BB99;
}
.swiper-container-rtl .swiper-button-next {
    left: 0;
    border-radius: 0 50px 50px 0;
}
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    border-radius: 50px 0 0 50px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0 !important;
}
/*
 * Footer
 */
footer#footer {
    /*background: rgb(162 189 222);*/
    /* margin-top: 60px; */
    /*border-radius: 5% 5% 0 0;*/
    /*border-top: solid 5px #b5c2d3;*/
    margin-top: 90px;
}
.footer-widgets {
    padding: 60px 40px 40px;
}
.footer-widgets ul {
    text-align: center;
    list-style: none;
    line-height: 2.5;
}
footer#footer .copyright {
    text-align: center;
    background-color: #fbfbfc;
    /*color: white;*/
    padding: 8px 0;
}
.fas.fa-tachometer-alt.fa-lg {
    line-height: 3.9;
}
.video-js .vjs-control-bar {
    background: linear-gradient(0deg, #787878, #0000000f);
    height: 5em;
}
.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 2.67;
}
.video-js .vjs-volume-bar {
    margin: 2.35em 0.45em;
}
.video-js .vjs-time-control {
    line-height: 5em;
}




/*li.breadcrumb-item,
li.breadcrumb-item a,
.breadcrumb-item.active {
    color: #00725c;
    font-weight: bold;
}*/
li.breadcrumb-item {
    padding: 0 !important;
    margin: 0 !important;
}
ol.breadcrumb {
    margin: 0;
}
/*
 * Player
 */
#Stellar_video_player{
    width: 100%;
}
.stellar_vp_mainContainer{
    position: relative !important;
    z-index: 2 !important;
}
.stellar_vp_mainContainer, .stellar_vp_mainContainer * {
    direction: ltr !important;
}
.stellar_vp_videoPlayer, .stellar_vp_videoPlayerAD{
    width: 100% !important;
}
.stellar_vp_overlay {
    background: #EEE !important;
}
img#stellar_vp_overlayPoster {
    width: 100%;
}
.stellar_vp_videoPlayer{
    height: 100% !important;
}
.stellar_vp_videoPlayerAD {
    height: auto !important;
}
/*
 *
 */
.videopage {
    display: flex;
    padding: 20px;
}
.vidsidebar {
    width: 400px;
}
.vidcontent {
    width: calc(100% - 400px);
    padding-left: 20px;
}
.vidget.vid-similar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vidget.vid-similar ul li a {
    display: flex;
    margin-bottom: 20px;
}
.vidget.vid-similar ul li a .sm-image {
    width: 30%;
    max-height: 75px;
    overflow: hidden;
    border-radius: 5px;
}
.vidget.vid-similar ul li a .sm-image img {
    object-fit: cover;
}
.vidget.vid-similar ul li a .sm-desc {
    width: calc(100% - 30%);
    padding-right: 10px;
}
.vidget.vid-similar ul li a .sm-date {
    width: calc(100% - 30%);
    padding-right: 10px;
}
.vp-title{
    font-size: 22px;
}
.details-info {
    width: 100%;
    border-bottom: solid 2px #EEE;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
}
.details-info * {
    white-space: nowrap;
}
.details-info .sp2 {
    margin-right: auto;
}
.details-info .sp2 img {
    margin-right: 20px;
    cursor: pointer;
    width: 18px;
    opacity: 0.5;
}
.details-info .sp2 img:hover {
    opacity: 0.9;
}
button.readall-button {
    background: none;
    border: none;
    color: #00ffa1;
    margin: 0 auto;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    position: relative;
}

button.readall-button::before {
    content: "";
    height: 2px;
    background: #ffffff80;
    top: 48%;
    left: 96px;
    position: absolute;
    width: 100%;
}

button.readall-button::after {
    content: "";
    height: 2px;
    background: #ffffff80;
    top: 48%;
    right: 96px;
    position: absolute;
    width: 100%;
}
.readall {
    position: relative;
}
.readall-hide::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom,rgba(255,255,255,.1),#ffffff 75%);
}
ul.commentlist li {
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    border-radius: 10px;
}

ul.commentlist {
    list-style: none;
}


/**
 *
 *
 */
.inlineplayer {
    width: 100%;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inlineplayer img{
    width: 100%;
}
.inlineplayer span.fas.fa-play {
    position: absolute;
    border: solid 2px white;
    color: red;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
}
.inlineplayer #Stellar_video_player2 {
    position: absolute !important;
    width: 100%;
    right: 0;
    padding: 20px;
    top: 0;
    height: 100% !important;
}

.inlineplayer #Stellar_video_player2 video {
    width: 100% !important;
    height: 100% !important;
}

.inlineplayer #Stellar_video_player2 .stellar_vp_mainContainer.stellar_vp_effect2 {
    width: 100% !important;
    height: 100% !important;
}
.pod-grid-item {
    /*width: 150px;*/
    /*height: 150px;*/
    /*margin: 15px;*/
    position: relative;
    max-width: 160px;
    /*box-shadow: 0 0 5px rgb(0 0 0 / 25%);*/
    /*margin: 10px 0;*/
}
.pod-grid-item img{
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    margin: 5px;
}
.pod-grid-item .desc {
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
    /*right: 0;*/
    /*background: rgb(0 0 0 / 50%);*/
    padding: 10px;
    /*display: none;*/
}

.pod-grid-item .desc h5 {
    /*color: white;*/
    font-size: 14px;
    text-align: center;
}










.timeline {
    display: flex;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.timeline::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #EEE;
    top: 50%;
    z-index: -1;
}
.timeline a {
    width: 150px;
    height: 150px;
    border: dashed 2px #EEE;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 5px;
    position: relative;
    transition: all 0.8s linear;
}
.timeline a::before {
    content: "";
    width: 160px;
    height: 160px;
    border: solid 2px #DDD;
    position: absolute;
    border-radius: 100px;
    z-index: -1;
    bottom: -7px;
    left: -7px;
}

.timeline2 {
    display: flex;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.timeline2::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #EEE;
    top: 50%;
    z-index: -1;
}
.timeline2 a {
    width: 150px;
    height: 150px;
    border: dashed 2px #EEE;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 5px;
    position: relative;
    transition: all 0.8s linear;
}
.timeline2 a::before {
    content: "";
    width: 145px;
    height: 145px;
    border: solid 2px #DDD;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
    bottom: 2px;
    left: 2px;
    transform: rotate(45deg);
    transition: all 0.3s linear;
    background: #f5f5f5;
}
.timeline2 a:hover::before {
    transform: rotate(
            -45deg
    ) !important;
    transition: all 0.3s linear;
}
.sociallink a {
    background: #EEE;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
}
.sociallink .fa-whatsapp {
    color: #42be50;
}
.sociallink .fa-telegram-plane {
    color: #2b9ed6;
}
.sociallink .fa-facebook-f {
    color: #4064ac;
}
.sociallink .fa-linkedin-in {
    color: #3e6dab;
}
i.fab.fa-twitter {
    color: #1ca6d6;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation {
    float: right;
    min-height: 60vh;
    background: #EEE;
    padding: 20px;
    border-radius: 5px;
}
body .wpuf-dashboard-container .wpuf-dashboard-content {
    float: left;
    display: block;
    padding: 0 25px 30px;
}
img.wpuf-eye {
    left: 1rem !important;
    right: auto;
    width: 20px !important;
}
div.login {
    display: flex
;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.login form {
    background: #ffffff;
    padding: 20px;
    min-width: 320px;
    border-radius: 5px;
    box-shadow: -3px 3px 3px rgb(0 0 0 / 20%);
    border: solid 2px #3f729d;
}
.login form * {
    width: 100%;
}
img.wpuf-eye {
    width: 20px;
}
.container {
    max-width: 92%;
}

/**
     single podcast page
 */
.cgbox-root {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    flex-direction: column;
}
.cgbox-img {
    width: 170px;
    height: 170px;
    background: white;
    box-shadow: -2px 2px 10px rgb(0 0 0 / 48%);
    position: relative;
    z-index: 1;
    margin: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.cgbox-img img {
    aspect-ratio: 1;
    object-fit: cover;
}
.cgbox-docs {
    background: #d3d8db;
    padding: 20px 210px 20px 20px;
    border: solid 2px #AAA;
    height: 140px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    margin-top: -140px;
    backdrop-filter: blur(3px) opacity(0.5);
}
h1.cgbox-title {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
}
.cgtab .nav-link{border: none}
.cgtab .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: solid 2px #c50808;
}
.player {
    width: 100%;
    height: 70px;
    background: #EEE;
    border-radius: 0 0 5px 5px;
    border: solid 2px #AAA;
    border-top: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
    direction: ltr;
}
.player span{
    height: 40px;
    background: white;
    border-radius: 10px;
    display: inline-block;
}
.player span:nth-child(1) {
    width: 40px;
}
.player span:nth-child(2) {
    width: 300px;
}
.player span:nth-child(3) {
    width: 40px;
    margin-left: auto;
}



@media only screen and (max-width: 580px) {
    .cgbox-img {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
    .cgbox-docs {
        height: 370px;
        display: flex;
        align-items: end;
        justify-content: center;
        padding: 20px;
        margin-top: -250px;
    }
}






@media screen and ( max-width: 1095px ){
    .vidget.vid-similar ul li a {
        flex-direction: column;
    }
    .vidget.vid-similar ul li a .post-image {
        width: 100%;
    }
    .vidcontent{
        width: calc(100% - 200px);
    }
    .vidsidebar {
        width: 200px;
    }
    .vidget.vid-similar small {
        width: 100%;
    }
}
@media screen and ( max-width: 920px ){
    .content img.post-tumb{
        width: 100%;
    }
    .swiper-button-prev, .swiper-button-next{
        display: none;
    }
    .videopage {
        flex-direction: column;
    }
    .vidget.vid-similar ul li a {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .vidcontent, .vidsidebar {
        width: 100%;
        padding: 0;
    }
}
@media screen and ( max-width: 768px ){
    aside.sidebar{
        display: none;
    }
    .list-container {
        width: 100%;
        margin: 0;
    }
    .main-wrapper{
        padding: 0;
    }
    /*.ps-title div:first-child, .ps-title div:last-child {*/
    /*    width: 60px;*/
    /*}*/
}
@media screen and ( max-width: 550px ){
    .vidget.vid-similar ul li a .sm-image {
        width: 70%;
    }
    .container{
        max-width: 100%;
    }
    /*.ps-title div:first-child, .ps-title div:last-child {*/
    /*    width: 30px;*/
    /*    margin: 0 5px -90px;*/
    /*}*/
    /*.ps-title div:nth-child(2) {*/
    /*    position: absolute;*/
    /*    width: 100% !important;*/
    /*    margin-top: -25px;*/
    /*}*/
    .content h1{
        font-size: 17px;
    }
    .content h2{
        font-size: 16px;
    }
    .content h3{
        font-size: 15px;
    }
    .content h4{
        font-size: 14px;
    }
    .content h5{
        font-size: 13px;
    }
    .content h6{
        font-size: 12px;
    }
}