.psacp-wrap,
.psacp-wrap * {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.psacp-post-carousel-wrap img,
.psacp-post-slider-wrap .psacp-post-slide img,
.psacp-post-scroling-wdgt img {
    box-shadow: none !important;
    border-radius: 0 !important;
    max-width: 100%;
    max-height: 100%;
}

.psacp-hide {
    display: none;
}

.psacp-text-center {
    text-align: center;
}

.psacp-text-right {
    text-align: right;
}

.psacp-first {
    clear: both;
}

.psacp-clearfix:before,
.psacp-clearfix:after {
    content: "";
    display: table;
}

.psacp-clearfix:after {
    clear: both;
}

.psacp-loader {
    display: none;
    border: 4px solid #ddd;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: psacp-spin 2s linear infinite;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

@keyframes psacp-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

h2.psacp-post-title {
    font-size: 26px;
    line-height: 32px;
}

.psacp-post-carousel-wrap h2.psacp-post-title {
    font-size: 24px;
    line-height: 28px;
}

h3.psacp-post-title {
    font-size: 20px;
    line-height: 26px;
}

h4.psacp-post-title {
    font-size: 16px;
    line-height: 22px;
}

.psacp-rdmr-btn {
    position: relative;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    text-decoration: none !important;
    color: #888;
    border: 2px solid #888;
    padding: 8px 15px;
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
    line-height: normal !important;
    margin-top: 15px;
    text-align: center;
}

.psacp-rdmr-btn:hover,
.psacp-rdmr-btn:focus {
    background: #03a9f5;
    color: #fff !important;
    border-color: #0593d4;
}

.psacp-post-cats {
    display: inline-block;
    color: #666;
    z-index: 9;
    position: relative;
}

.psacp-post-cats a {
    text-decoration: none !important;
    color: #555;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 13px;
    padding: 3px 2px;
    line-height: normal;
    display: inline-block;
    margin: 0 0 5px 0;
    border-bottom: 3px solid #f1f1f1;
}

.psacp-post-cats a:hover {
    border-color: #03a9f5;
}

.psacp-post-title {
    margin: 15px 0 0 0 !important;
}

.psacp-post-title a {
    text-decoration: none !important;
    border: 0 !important;
}

.psacp-post-meta {
    line-height: normal;
    margin: 10px 0 0px 0;
    color: #666;
    font-size: 12px;
}

.psacp-post-meta-down {
    margin: 20px 0 0px 0;
}

.psacp-post-meta span.psacp-post-meta-data {
    font-size: 13px;
    display: inline-block;
    margin: 0 5px 5px 2px;
}

.psacp-post-meta a {
    color: #888
}

.psacp-post-meta span i.fa,
.psacp-post-meta span svg {
    margin-right: 8px;
}

.psacp-post-meta span i {
    font-family: FontAwesome;
}

.psacp-post-content {
    margin-top: 15px;
}

.psacp-post-img-bg {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.psacp-post-slider-wrap .psacp-post-img-bg {
    margin-bottom: 0px;
}

.psacp-post-image-bg a {
    display: block;
    line-height: 0;
}

.psacp-post-img-bg {
    overflow: hidden;
    line-height: 0px;
}

.psacp-post-img-bg img {
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.psacp-post-img-bg:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.psacp-post-img-link {
    position: relative;
}

.psacp-post-linkoverlay {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    left: 0px;
    right: 0px;
}

.psacp-post-grid {
    margin-bottom: 40px;
}

.psacp-post-head {
    padding-bottom: 20px;
}

.psacp-block-title {
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
    width: 100%;
}

.psacp-block-date {
    position: relative;
    padding-right: 0;
    text-align: center;
    width: 85px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-right: 15px;
}

.psacp-block-date+.psacp-block-title {
    padding: 0 15px;
}

.psacp-block-date::after {
    content: "";
    position: absolute;
    width: 1px;
    border-right: 1px solid #d0d0d0;
    height: 100%;
    top: 0;
    right: 0;
}

.psacp-block-date span.thedate {
    font-size: 26px;
    line-height: 20px;
    padding: 10px 0 9px 0;
    margin: 0;
    color: #000000;
    font-weight: 600;
}

.psacp-block-date span {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 13px;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6D6D6D;
    font-size: 11px;
    display: block;
}

.psacp-format-icon {
    display: inline-block;
}

.psacp-format-icon .psacp-post-icon {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 100%;
}

.psacp-post-video .psacp-format-icon .psacp-post-icon {
    padding-left: 4px;
}

.psacp-post-meta .psacp-post-tags a.psacp-post-cat-link {
    background: none !important;
    padding: 0px !important;
}

.psacp-post-meta .psacp-post-tags a.psacp-post-cat-link:hover,
.psacp-post-meta .psacp-post-tags a.psacp-post-cat-link:focus,
.psacp-post-meta .psacp-post-tags a.psacp-post-cat-link:active {
    color: #03a9f5;
}

.psacp-post-carousel-wrap.owl-carousel .owl-stage {
    padding-top: 0;
    padding-bottom: 0;
}

.psacp-post-carousel-wrap .owl-item .owl-lazy:not([src]),
.psacp-post-carousel-wrap .owl-item .owl-lazy[src^=""] {
    max-height: none;
}

.psacp-post-carousel-wrap .owl-item .psacp-no-thumb .owl-lazy {
    opacity: 1;
}

.psacp-post-carousel-wrap .owl-item img.owl-lazy {
    transition: opacity .4s ease, transform .3s ease-in-out;
}

.psacp-post-carousel-wrap {
    position: relative;
}

.psacp-post-carousel-wrap .owl-nav {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border: none !important;
    width: 100%;
}

.psacp-post-carousel-wrap .owl-nav .owl-next,
.psacp-post-carousel-wrap .owl-nav .owl-prev {
    position: absolute;
}

.psacp-post-carousel-wrap .owl-nav .owl-next,
.psacp-post-carousel-wrap .owl-nav .owl-prev {
    display: inline-block;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: normal !important;
    font-size: 25px;
    padding: 2px 15px 4px 15px !important;
    border-radius: 0px;
    box-shadow: none;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.psacp-post-carousel-wrap .owl-nav .owl-prev {
    left: 0px;
}

.psacp-post-carousel-wrap .owl-nav .owl-next {
    right: 0px;
}

.psacp-post-carousel-wrap .owl-nav .owl-next:hover,
.psacp-post-carousel-wrap .owl-nav .owl-prev:hover,
.psacp-post-carousel-wrap .owl-nav .owl-next:focus,
.psacp-post-carousel-wrap .owl-nav .owl-prev:focus {
    background: #03a9f5;
    color: #fff;
}

.psacp-post-carousel-wrap .owl-nav .disabled {
    display: none;
}

.psacp-post-carousel-wrap .owl-dots {
    width: 100%;
    text-align: center;
}

.psacp-post-carousel-wrap .owl-dots .owl-dot {
    width: 10px !important;
    height: 10px !important;
    padding: 0px !important;
    background: #555;
    margin: 0 2px;
    border-radius: 100%;
    display: inline-block;
    box-shadow: none;
}

.psacp-post-carousel-wrap .owl-dots .owl-dot.active {
    background: #fd6e4f;
}

.psacp-equal-height .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-carousel-content {
    text-align: left;
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-img-bg {
    margin-bottom: 0px;
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-cats a {
    color: #fff;
    background: #dd3333;
    border: 0px;
    padding: 5px 15px 5px;
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-img-bg {
    height: 350px;
    background-color: #ddd;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-overlay .psacp-post-title a {
    color: black; 
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-overlay .psacp-post-meta {
    color: #fff;
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-overlay {
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    padding: 20px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(130%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-content {
    padding: 0 15px 0 15px;
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-format-icon {
    color: #555;
    display: block;
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-format-icon .psacp-post-icon {
    text-align: center;
    box-shadow: 0 0 22px -1px rgba(36, 36, 43, .2);
    background: rgba(255, 255, 255, 0.9)
}

.psacp-post-carousel-wrap.psacp-design-1 .psacp-no-thumb .psacp-format-icon {
    margin: 10px 0 10px 0;
}

.psacp-post-carousel-wrap.psacp-design-2 .psacp-post-carousel-content {
    text-align: center;
    border: 2px solid #ddd;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.psacp-post-carousel-wrap.psacp-design-2 .psacp-no-thumb .psacp-post-margin-content {
    padding: 20px;
}

.psacp-post-carousel-wrap.psacp-design-2 .psacp-post-margin-content {
    padding: 0px 20px 20px 20px;
}

.psacp-post-carousel-wrap.psacp-design-2 .psacp-post-slide:hover .psacp-post-carousel-content {
    border-color: #03a9f5;
}

.psacp-post-carousel-wrap.psacp-design-2 .psacp-format-icon {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    color: #fff;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.psacp-equal-height.psacp-design-2 .psacp-post-slide {
    height: 100%;
}

.psacp-equal-height.psacp-design-2 .psacp-post-carousel-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.psacp-equal-height.psacp-design-2 .psacp-post-margin-content {
    flex: auto;
    -ms-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    width: 100%;
}

.psacp-post-slider-wrap.owl-carousel .owl-stage {
    padding-top: 0;
    padding-bottom: 0;
}

.psacp-post-slider-wrap .owl-item .owl-lazy:not([src]),
.psacp-post-slider-wrap .owl-item .owl-lazy[src^=""] {
    max-height: none;
}

.psacp-post-slider-wrap .owl-item .psacp-no-thumb .owl-lazy {
    opacity: 1;
}

.psacp-post-slider-wrap .psacp-post-img-bg {
    height: 400px;
}

.psacp-post-slider-wrap {
    position: relative;
}

.psacp-post-slider-wrap .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.psacp-post-slider-wrap .owl-nav .owl-next,
.psacp-post-slider-wrap .owl-nav .owl-prev {
    display: inline-block;
    text-align: center !important;
    position: absolute;
    line-height: normal !important;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin: 0;
    font-size: 40px;
    padding: 2px 15px 6px 15px;
    box-shadow: none;
    border-radius: 0px;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.psacp-post-slider-wrap .owl-nav .owl-next:hover,
.psacp-post-slider-wrap .owl-nav .owl-prev:hover,
.psacp-post-slider-wrap .owl-nav .owl-next:focus,
.psacp-post-slider-wrap .owl-nav .owl-prev:focus {
    background: #03a9f5;
}

.psacp-post-slider-wrap .owl-nav .owl-next {
    right: 0px;
}

.psacp-post-slider-wrap .owl-nav .owl-prev {
    left: 0px;
}

.psacp-post-slider-wrap.owl-rtl .owl-nav .owl-next {
    left: 0px;
    right: auto;
}

.psacp-post-slider-wrap.owl-rtl .owl-nav .owl-prev {
    right: 0px;
    left: auto;
}

.psacp-post-slider-wrap .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.psacp-post-slider-wrap .owl-dots .owl-dot {
    width: 10px !important;
    height: 10px !important;
    background: #555;
    margin: 0 2px;
    padding: 0px !important;
    border-radius: 100%;
    display: inline-block;
    box-shadow: none;
}

.psacp-post-slider-wrap .owl-dots .owl-dot.active {
    background: #fd6e4f;
}

.psacp-post-slider-wrap .owl-nav .disabled {
    display: none;
}

.psacp-post-slider-wrap .psacp-post-desc {
    line-height: normal;
}

.psacp-post-slider-wrap .psacp-post-slider-content {
    position: relative;
}

.psacp-post-slider-wrap .psacp-no-thumb .psacp-post-img-bg {
    background-color: #ddd;
}

.psacp-post-slider-wrap.psacp-design-1 .psacp-post-sub-title {
    line-height: normal;
}

.psacp-post-slider-wrap.psacp-design-1 .psacp-format-icon {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.psacp-post-slider-wrap.psacp-design-1 .psacp-post-icon {
    color: #fff;
}

.psacp-post-slider-wrap.psacp-design-1 .psacp-post-img-bg {
    position: relative;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

.psacp-post-slider-wrap.psacp-design-1 .psacp-featured-meta {
    margin: 0;
    border: 5px solid #000;
    padding: 1.5rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 70%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
}

.psacp-post-slider-wrap.psacp-design-1 .psacp-post-cats a {
    border-color: #555;
}

.psacp-post-slider-wrap.psacp-design-1 .psacp-post-cats a:hover {
    border-color: #03a9f5;
}

.psacp-post-slider-wrap.psacp-design-2 .psacp-post-icon {
    color: #fff;
}

.psacp-post-slider-wrap.psacp-design-2 .psacp-post-slider-content {
    position: static;
}

.psacp-post-slider-wrap.psacp-design-2 .psacp-post-slide .psacp-post-slider-content {
    display: flex;
}

.psacp-post-slider-wrap.psacp-design-2 .psacp-featured-meta {
    background-color: #f5f6f8;
    padding: 20px 50px 20px 80px;
    height: 100%;
    display: flex;
    align-items: center;
}

.psacp-post-slider-wrap.psacp-design-2 .psacp-col-left {
    padding-right: 37px;
    padding-left: 0px;
    background-color: #fff;
    background-image: url(../images/bg.png) !important;
    background-position: 3px 3px !important;
    background-repeat: repeat !important;
}

.psacp-post-slider-wrap.psacp-design-2 .psacp-col-right {
    padding: 0px;
}

.psacp-post-slider-wrap.psacp-design-2 .psacp-format-icon {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    color: #fff;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.psacp-post-slider-wrap.psacp-design-2 .psacp-post-cats a {
    border-color: #555;
}

.psacp-post-slider-wrap.psacp-design-2 .psacp-post-cats a:hover {
    border-color: #03a9f5;
}

.psacp-post-scroling-wdgt .psacp-post-img-bg a.psacp-post-link-bg {
    display: block;
    position: relative;
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.psacp-post-scroling-wdgt .psacp-post-img-bg a.psacp-post-link-bg:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.psacp-post-scroling-wdgt .psacp-post-widget-overlay {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0px;
    padding: 15px;
}

.psacp-post-scroling-wdgt {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    height: 300;
}

.inf-vticker-initialized {
    visibility: visible !important;
    opacity: 1 !important;
}

.psacp-post-scroling-wdgt ul {
    margin: 0 !important;
    padding: 0px !important;
    list-style: none !important;
    width: 100%;
}

.psacp-post-scroling-wdgt ul li {
    list-style: none !important;
}

.psacp-post-scroling-wdgt ul li .psacp-post-list-left {
    padding-left: 0px !important;
}

.psacp-post-scroling-wdgt ul li .psacp-post-list-right {
    padding-right: 0px !important;
}

.psacp-post-scroling-wdgt ul li:before,
.psacp-post-scroling-wdgt ul li:after {
    content: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.psacp-post-scroling-wdgt .psac-post-list-content {
    padding: 15px 0;
}

.psacp-post-scroling-wdgt .psacp-post-cats a {
    text-decoration: none !important;
    font-size: 11px;
    text-transform: capitalize;
    padding: 3px 3px;
}

.psacp-post-scroling-wdgt .psacp-post-cats {
    margin-bottom: 8px;
}

.psacp-post-scroling-wdgt h4.psacp-post-title {
    margin: 0 0 8px 0 !important
}

.psacp-post-scroling-wdgt .psacp-vscroll-btn-wrap {
    margin-bottom: 10px;
}

.psacp-post-scroling-wdgt .post-vticker-up,
.psacp-post-scroling-wdgt .post-vticker-down {
    background: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    line-height: normal !important;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.psacp-post-scroling-wdgt .post-vticker-up:hover,
.psacp-post-scroling-wdgt .post-vticker-down:hover,
.psacp-post-scroling-wdgt .post-vticker-up:focus,
.psacp-post-scroling-wdgt .post-vticker-down:focus {
    background: #03a9f5;
}

.psacp-post-scroling-wdgt.psacp-design-1 .psacp-col-s-12 {
    padding: 0;
}

.psacp-column,
.psacp-columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    position: relative;
}

.psacp-col-s-1 {
    width: 8.33333%;
}

.psacp-col-s-2 {
    width: 16.66667%;
}

.psacp-col-s-3 {
    width: 25%;
}

.psacp-col-s-4 {
    width: 33.33333%;
}

.psacp-col-s-5 {
    width: 41.66667%;
}

.psacp-col-s-6 {
    width: 50%;
}

.psacp-col-s-7 {
    width: 58.33333%;
}

.psacp-col-s-8 {
    width: 66.66667%;
}

.psacp-col-s-9 {
    width: 75%;
}

.psacp-col-s-10 {
    width: 83.33333%;
}

.psacp-col-s-11 {
    width: 91.66667%;
}

.psacp-col-s-12 {
    width: 100%;
}

@media only screen and (min-width: 40.0625em) {

    .psacp-column,
    .psacp-columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .psacp-col-1 {
        width: 100%;
    }

    .psacp-col-2 {
        width: 50%;
    }

    .psacp-col-3 {
        width: 33.33%;
    }

    .psacp-col-4 {
        width: 25%;
    }

    .psacp-col-5 {
        width: 20%;
    }

    .psacp-col-6 {
        width: 16.6666%;
    }

    .psacp-col-7 {
        width: 14.28571%;
    }

    .psacp-col-8 {
        width: 12.5%;
    }

    .psacp-col-9 {
        width: 11.1111%;
    }

    .psacp-col-10 {
        width: 10%;
    }

    .psacp-col-11 {
        width: 9.0909%;
    }

    .psacp-col-12 {
        width: 8.3333%;
    }
}

@media only screen and (max-width: 40.0625em) {
    .psacp-post-slider-wrap.psacp-design-2 .psacp-post-slide .psacp-post-slider-content {
        display: block;
    }

    .psacp-post-slider-wrap.psacp-design-2 .psacp-featured-meta {
        padding: 20px 40px 20px 20px;
    }

    .psacp-post-slider-wrap.psacp-design-2 .psacp-post-img-bg {
        height: 300px !important;
    }
}

@media only screen and (max-width: 40.0625em) {
    h2.psacp-post-title {
        font-size: 22px;
        line-height: 28px;
    }
}

.psacp-pb-shrt-prev-wrap {
    background-color: #dddfe3;
    border: 1px solid #ccc;
    color: #32373c;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    line-height: 22px;
}

.psacp-pb-shrt-title span {
    border-bottom: 2px solid #32373c;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.rtl .psacp-post-content-overlay,
.rtl .psacp-post-overlay {
    text-align: right !important;
}

.rtl .psacp-post-meta span i.fa,
.rtl .psacp-post-meta span svg {
    margin: 0 0 0 5px;
}

.rtl .psacp-block-date::after {
    right: auto;
    left: 0;
}

.rtl .psacp-block-date {
    padding-left: 15px;
    padding-right: 0px;
}