@charset "UTF-8";

/**
*
* -------------------------------------------------------
*
* Template : Post Grid For Visual Composer
* Author : PluginRox
* Version : 1.0
* Author URI : https://pluginrox.com/
*
* -------------------------------------------------------
*
*/

/* --------------------------
    Base Style
----------------------------- */
a {
    transition: 0.3s;
}
.entry-content .vcpg-post-grid .vcpg-heading {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 15px;
}

.entry-content .vcpg-post-grid a {
    text-decoration: none;
}

.entry-content .vcpg-post-grid .vcpg-post-content .vcpg-heading a {
    color: #3a3a3a;
}

.entry-content .vcpg-post-grid .vcpg-post-content .vcpg-heading a:hover {
    color: #FFA302;
}

.vcpg-post-photo > img {
    display: block;
}
.vcpg-post-author {
    color: #555;
}
.vcpg-post-author img {
    display: inline-block;
}
.entry-content .vcpg-post-author img {
    border-radius: 50%;
}
.vcpg-heading a:hover {
    color: #FFA302;
}

/* --------------------------
    Utility Style
----------------------------- */
.readon,
.vcpg-pagination .readon {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 17px 20px;
    min-width: 200px;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: 0.3s;
    box-shadow: none;
    background-color: #3a3a3a;
    border: 1px solid #3a3a3a;
    cursor: pointer;
}

.readon:hover {
    color: #fff;
    background-color: #ffa302;
    border-color: #ffa302;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
}
.vcpg-post-alert {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* --------------------------
    Layout Style
----------------------------- */
.vcpg-post-grid:not(.vcpg-slider-layout-1) .vcpg-post-item {
    margin-bottom: 25px;
}
.vcpg-post-content {
    padding: 0 10px;
}
.vcpg-post-photo {
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}
.vcpg-categories {
    position: absolute;
    left: 10px;
}
.vcpg-categories a {
    display: inline-block;
    background: #FFA302;
    font-size: 12px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    text-align: center;
    border-radius: 3px;
}
.vcpg-categories a + a {
    margin-left: 7px;
}
.vcpg-categories a:hover {
    color: #f5f5f5;
}
.vcpg-post-desc .vcpg-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}
.vcpg-post-desc p {
    margin-bottom: 14px;
}
.vcpg-post-grid:not(.vcpg-grid-layout-3) .vcpg-post-author,
.vcpg-post-grid:not(.vcpg-slider-layout-1) .vcpg-post-author {
    position: absolute;
    bottom: 0;
    width: 101%;
    padding: 50px 10px 10px;
    vertical-align: middle;
    font-size: 14px;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 1) 100%);
    opacity: 0;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    transition: 0.4s;
}
.vcpg-post-grid:not(.vcpg-grid-layout-3) .vcpg-post-author img {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.vcpg-post-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 7px;
    color: #888;
}
.vcpg-grid-layout-1 .vcpg-post-meta span + span {
    display: inline-block;
    margin-left: 15px;
}
.vcpg-post-footer {
    position: relative;
    display: flex;
}
.vcpg-social-share {
    position: relative;
    right: 0;
    top: -1px;
    background: transparent;
    display: flex;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
    margin-left: auto;
}
.vcpg-social-share > a {
    color: #888;
    order: 2;
    width: 100%;
    height: 100%;
    display: block;
}
.vcpg-social-inner {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    margin-right: 0;
    order: 1;
    position: absolute;
    min-width: 101px;
    transition: all 0.3s ease-in-out;
    right: 40px;
    text-align: center;
    top: 0;
    padding-left: 0;
    background: #ffa302;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.vcpg-social-inner:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #ffa302;
    right: -4px;
    border-radius: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.vcpg-social-inner ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.vcpg-social-inner ul li {
    display: inline-block;
    margin-bottom: 0 !important;
}
.vcpg-social-inner ul li a i {
    font-size: 15px;
    color: #fff;
    transition: 0.3s;
}
.vcpg-social-inner ul li a:hover .icofont-twitter {
    color: #55ACEE;
}
.vcpg-social-inner ul li a:hover .icofont-google-plus {
    color: #DC4A3D;
}
.vcpg-social-inner ul li a:hover .icofont-facebook {
    color: #4267B2;
}
.vcpg-social-inner ul li a:hover .icofont-pinterest {
    color: #4267B2;
}
.vcpg-social-share:hover > a {
    color: #000;
}
.vcpg-social-share:hover .vcpg-social-inner {
    opacity: 1;
    visibility: visible;
    right: 30px;
}
.vcpg-post-tags {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 12px;
    position: relative;
    color: #888;
    text-transform: capitalize;
}
.vcpg-post-tags a {
    color: #888;
}
.vcpg-post-tags a:hover,
.vcpg-post-tags a:focus {
    color: #000;
}
.vcpg-post-tags > div {
    display: inline-block;
    position: relative;
}
.vcpg-post-tags .first-2:nth-child(3) {
    margin-left: 7px;
}
.tags-link-icon {
    position: relative;
    cursor: pointer;
    padding-left: 9px;
    padding-right: 8px;
}
.tags-link-icon > span {
    display: block;
    width: 2px;
    height: 2px;
    background: #888;
    text-align: center;
}
.tags-link-icon > span + span {
    margin-top: 1px;
}
.vcpg-post-tags .vcpg-dropdown {
    position: absolute;
    min-width: 100px;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    top: 18px;
    left: 17px;
    border-radius: 3px;
    opacity: 0;
    transition: 0.6s;
    visibility: hidden;
    z-index: 10;
}

/* Hover */
.vcpg-post-item:hover .vcpg-post-photo {
    box-shadow: 0 8px 26px rgba(14, 78, 101, .16);
}
.vcpg-post-item:hover .vcpg-post-author {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.vcpg-post-tags .vcpg-dropdown-item:hover .vcpg-dropdown {
    visibility: visible;
    opacity: 1;
    top: -3px;
}
.vcpg-post-tags .vcpg-dropdown-item:hover .tags-link-icon > span {
    background: #000;
}
/* -----------------------------------
 * Grid Layout 1
 * ----------------------------------- */
.vcpg-grid-layout-1 .vcpg-categories {
    top: 7px;
}

/* -----------------------------------
 * Grid Layout 2
 * ----------------------------------- */
.vcpg-grid-layout-2 .meta-left {
    display: flex;
}
.vcpg-grid-layout-2 .vcpg-post-tags {
    margin-left: 14px;
}
.vcpg-grid-layout-2 .vcpg-social-share {
    display: inline-block;
}
.vcpg-grid-layout-2 .meta-right span + span {
    display: inline-block;
    margin-left: 15px;
}
.vcpg-grid-layout-2 .vcpg-categories {
    bottom: 10px;
    transition: 0.4s all ease-out;
    z-index: 1;
}
.vcpg-grid-layout-2 .vcpg-post-item:hover .vcpg-categories {
    bottom: 50px;
}
.vcpg-grid-layout-2 .cl-md-3 .vcpg-post-meta,
.vcpg-grid-layout-2 .cl-md-4 .vcpg-post-meta {
    display: block;
}
.vcpg-grid-layout-2 .vcpg-social-inner ul li a i {
    position: relative;
    top: 2px;
}

/* -----------------------------------
 * Grid Layout 3
 * ----------------------------------- */
.vcpg-grid-layout-3 .vcpg-categories {
    position: inherit;
    left: auto;
    margin-bottom: 12px;
}
.vcpg-grid-layout-3 .vcpg-post-author {
    display: inline-block;
}
.vcpg-grid-layout-3 .meta-left > * {
    margin-right: 15px;
}
.vcpg-grid-layout-3 .vcpg-post-footer {
    justify-content: space-between;
    align-items: center;
}
.vcpg-grid-layout-3 .vcpg-footer-right {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #888;
}
.vcpg-grid-layout-3 .vcpg-comment-wrap {
    margin-right: 10px;
}
.grid3-post-author {
    display: inline-block;
}

/* -----------------------------------
 * Slider Layout 1
 * ----------------------------------- */
.vcpg-slider-layout-1 .vcpg-post-item {
    position: relative;
    z-index: 10;
}
.vcpg-slider-layout-1 .vcpg-post-content {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.vcpg-slider-layout-1 .vcpg-categories {
    position: initial;
    margin-bottom: 25px;
}
.vcpg-slider-layout-1 .vcpg-post-photo {
    margin-bottom: 0;
}
.vcpg-slider-layout-1 .vcpg-post-item:before {
    content: '';
    position: absolute;
    height: 60%;
    width: 70%;
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    transition: 1.2s;
}
.vcpg-slider-layout-1 .vcpg-post-meta {
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 15px;
}
.vcpg-slider-layout-1 .vcpg-post-meta > * {
    margin-right: 18px;
}
.vcpg-slider-layout-1 .vcpg-post-meta > *:last-child {
    margin-right: 0;
}
.vcpg-slider-layout-1 .vcpg-social-share {
    margin-left: 0;
}
.vcpg-slider-layout-1 .vcpg-post-content .vcpg-heading {
    text-align: center;
}
.vcpg-slider-layout-1 .vcpg-social-share > a,
.entry-content .vcpg-slider-layout-1 .vcpg-social-share > a,
.entry-content .vcpg-slider-layout-1 .vcpg-post-content .vcpg-heading a,
.vcpg-slider-layout-1 .vcpg-post-content .vcpg-heading a {
    color: #fff;
}
.vcpg-slider-layout-1 .vcpg-social-inner ul li a i {
    position: relative;
    top: 2px;
}
.vcpg-slider-layout-1 .active.center .vcpg-post-item:before {
    visibility: visible;
    opacity: 1;
}
.vcpg-slider-layout-1 .active.center .vcpg-post-item .vcpg-post-content {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/* -----------------------------------
 * Slider Layout 2
 * ----------------------------------- */
.vcpg-slider-layout-2 .vcpg-post-item {
    position: relative;
    z-index: 10;
}
.vcpg-slider-layout-2 .owl-item .vcpg-post-item .vcpg-post-photo:after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 10;
    height: 330px;
    left: 0;
    width: 100%;
    -webkit-transform: skew(-15deg) scale(1.2);
    transform: skew(-15deg) scale(1.2);
    transition: 0.3s;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0.4) 50%,rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
}
.vcpg-slider-layout-2 .vcpg-post-content {
    position: absolute;
    bottom: 30px;
    z-index: 100;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 1.2s;
    width: 70%;
    left: 120px;
}
.vcpg-slider-layout-2 .vcpg-categories {
    position: initial;
    margin-bottom: 15px;
}
.vcpg-slider-layout-2 .vcpg-post-photo {
    margin-bottom: 0;
    border-radius: 0;
}
.vcpg-slider-layout-2 .vcpg-post-photo {
    transform: skew(-15deg);
    transition: 0.3s;
}
.vcpg-slider-layout-2 .active:not(.center) {
    z-index: -1;
}
.vcpg-slider-layout-2 .vcpg-post-photo img {
    transform: skew(15deg) scale(1.2);
}
.vcpg-slider-layout-2 .vcpg-post-meta {
    justify-content: left;
    align-items: center;
    color: #fff;
}
.vcpg-slider-layout-2 .vcpg-post-meta > * {
    margin-right: 18px;
}
.vcpg-slider-layout-2 .vcpg-post-meta > *:last-child {
    margin-right: 0;
}
.vcpg-slider-layout-2 .vcpg-social-share {
    margin-left: 0;
}
.vcpg-slider-layout-2 .vcpg-post-content .vcpg-heading {
    text-align: left;
}
.vcpg-slider-layout-2 .vcpg-social-share > a,
.entry-content .vcpg-slider-layout-2 .vcpg-social-share > a,
.entry-content .vcpg-slider-layout-2 .vcpg-post-content .vcpg-heading a,
.vcpg-slider-layout-2 .vcpg-post-content .vcpg-heading a {
    color: #fff;
}
.vcpg-slider-layout-2 .vcpg-social-inner ul li a i {
    position: relative;
    top: 2px;
}
.vcpg-slider-layout-2 .active.center .vcpg-post-item .vcpg-post-content {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.vcpg-slider-layout-2 .active.center .vcpg-post-item .vcpg-post-photo:after {
    opacity: 1;
}

/* -----------------------------------
 * Justify Layout 1
 * ----------------------------------- */
.vcpg-justify-layout-1 .vcpg-post-meta {
    align-items: center;
}
.vcpg-justify-layout-1 .vcpg-post-tags,
.vcpg-justify-layout-1 .vcpg-social-share {
    display: inline-block;
    margin-left: 10px;
}
.vcpg-justify-layout-1 .vcpg-social-inner ul li a i {
    position: relative;
    top: 2px;
}
.vcpg-justify-layout-1 .meta-right span + span {
    display: inline-block;
    margin-left: 15px;
}
.vcpg-justify-layout-1 > .vcpg-row > .cl-md-6 > .vcpg-row .vcpg-heading {
    font-size: 18px;
    line-height: 1.4;
}

/* -----------------------------------
 * Justify Layout 2
 * ----------------------------------- */
.vcpg-justify-layout-2 .vcpg-post-meta {
    align-items: center;
}
.vcpg-justify-layout-2 .vcpg-post-tags,
.vcpg-justify-layout-2 .vcpg-social-share {
    display: inline-block;
    margin-left: 10px;
}
.vcpg-justify-layout-2 .vcpg-social-inner ul li a i {
    position: relative;
    top: 2px;
}
.vcpg-justify-layout-2 .meta-right span + span {
    display: inline-block;
    margin-left: 15px;
}
.vcpg-justify-layout-2 > .vcpg-row > .cl-md-3 .vcpg-heading {
    font-size: 18px;
    line-height: 1.4;
}

/* -----------------------------------
 * Justify Layout 3
 * ----------------------------------- */
.vcpg-justify-layout-3.vcpg-post-grid .vcpg-post-item {
    margin-bottom: 30px;
}
.vcpg-justify-layout-3 .vcpg-row > .cl-md-6 .vcpg-post-content {
    position: absolute;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
    z-index: 99;
}
.vcpg-justify-layout-3 .vcpg-post-meta {
    align-items: center;
    justify-content: inherit;
    color: #fff;
}
.vcpg-justify-layout-3 .vcpg-social-share {
    display: inline-block;
    margin-left: 10px;
}
.vcpg-justify-layout-3 .vcpg-social-inner ul li a i {
    position: relative;
    top: 2px;
}
.vcpg-justify-layout-3 .meta-right span + span {
    display: inline-block;
    margin-left: 15px;
}
.vcpg-justify-layout-3 > .vcpg-row > .cl-md-3 .vcpg-heading {
    font-size: 18px;
    line-height: 1.4;
}
.vcpg-justify-layout-3 .post-author {
    font-size: 12px;
    margin-bottom: 10px;
    color: #fff;
}
.vcpg-justify-layout-3 .post-author img {
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.vcpg-justify-layout-3 .vcpg-heading,
.entry-content .vcpg-justify-layout-3 .vcpg-heading {
    margin-bottom: 7px;
}
.vcpg-justify-layout-3.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading a,
.entry-content .vcpg-justify-layout-3.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading a {
    color: #fff;
}
.vcpg-justify-layout-3.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading a:hover,
.entry-content .vcpg-justify-layout-3.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading a:hover {
    color: #FFA302;
}
.vcpg-justify-layout-3 span.publish-time {
    margin-right: 14px;
    display: inline-block;
}
.vcpg-justify-layout-3 .vcpg-post-photo .vcpg-post-author {
    color: #fff;
    background: transparent;
    z-index: 10;
}
.vcpg-justify-layout-3.vcpg-post-grid .vcpg-social-share > a {
    color: #fff;
}
.vcpg-justify-layout-3 .vcpg-post-item .vcpg-post-photo:before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 10;
    height: 67%;
    left: 0;
    width: 100%;
    transition: 0.3s;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0.4) 50%,rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
}
.vcpg-justify-layout-3 .vcpg-post-item:hover .vcpg-post-content {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.vcpg-justify-layout-3 .vcpg-post-item:hover .vcpg-post-photo:before {
    opacity: 1;
}


/* -----------------------------------
 * Justify Layout 4
 * ----------------------------------- */
.vcpg-post-grid.vcpg-justify-layout-4 .vcpg-post-item {
    margin-bottom: 0;
}
.vcpg-justify-layout-4 .vcpg-row {
    margin-left: 0;
    margin-right: 0;
}
.vcpg-justify-layout-4 .cl-md-6 {
    padding-right: 0;
    padding-left: 0;
}
.vcpg-justify-layout-4 .vcpg-categories {
    position: initial;
    margin-bottom: 10px;
}
.vcpg-justify-layout-4 .vcpg-row > .cl-md-6 .vcpg-post-content {
    position: absolute;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
    z-index: 99;
}
.vcpg-justify-layout-4 .vcpg-post-photo {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none !important;
}
.vcpg-justify-layout-4 .vcpg-post-meta {
    align-items: center;
    justify-content: left;
    color: #fff;
}
.vcpg-justify-layout-4 .vcpg-social-share {
    display: inline-block;
    margin-left: 10px;
}
.vcpg-justify-layout-4 .vcpg-social-inner ul li a i {
    position: relative;
    top: 2px;
}
.vcpg-justify-layout-4 .meta-right span + span {
    display: inline-block;
    margin-left: 15px;
}
.vcpg-justify-layout-4 .post-author {
    font-size: 12px;
    color: #fff;
    margin-right: 15px;
}
.vcpg-justify-layout-4 .post-author img {
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.vcpg-justify-layout-4 .vcpg-heading,
.entry-content .vcpg-justify-layout-4 .vcpg-heading {
    margin-bottom: 7px;
}
.vcpg-justify-layout-4.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading a,
.entry-content .vcpg-justify-layout-4.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading a {
    color: #fff;
}
.vcpg-justify-layout-4.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading a:hover,
.entry-content .vcpg-justify-layout-4.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading a:hover {
    color: #FFA302;
}
.vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-content {
    bottom: 40%;
    transform: translateY(50%);
    text-align: center;
    padding: 30px;
}
.vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-meta {
    justify-content: center;
}
.vcpg-justify-layout-4 span.publish-time {
    margin-right: 14px;
    display: inline-block;
}
.vcpg-justify-layout-4 .vcpg-post-photo .vcpg-post-author {
    color: #fff;
    background: transparent;
    z-index: 10;
}
.vcpg-justify-layout-4.vcpg-post-grid .vcpg-social-share > a {
    color: #fff;
}
.vcpg-justify-layout-4 .vcpg-post-item .vcpg-post-photo:before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 10;
    height: 67%;
    left: 0;
    width: 100%;
    transition: 0.3s;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0.4) 50%,rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
}
.vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-item .vcpg-post-photo:before {
    top: 20px;
    z-index: 10;
    height: calc(100% - 40px);
    left: 20px;
    width: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.5);
}

.vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-item:hover .vcpg-post-content {
    bottom: 50%;
}
.vcpg-justify-layout-4 .vcpg-post-item:hover .vcpg-post-content {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.vcpg-justify-layout-4 .vcpg-post-item:hover .vcpg-post-photo:before {
    opacity: 1;
}

/* -----------------------------------
 * Pagination Design Global
 * ----------------------------------- */

.vcpg-pagination {
    margin: 25px 0;
}
.vcpg-pagination .page-numbers {
    background: #FFA302 none repeat scroll 0 0;
    margin: 0 2px;
    height: 40px;
    text-decoration: none;
    color: #fff !important;
    border-radius: 2px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    padding: 0 20px;
    transition: 0.3s;
}
.vcpg-pagination .current,
.vcpg-pagination > *:hover {
    background: #524f71 none repeat scroll 0 0;
}

.vcpg-pagination .readon:hover {
    background: #ffa302;
}
.vcpg-pagination-center {
    text-align: center;
}
.vcpg-pagination-right {
    text-align: right;
}

/* -----------------------------------
 * Responsive
 * ----------------------------------- */
@media (min-width: 768px) {
    .vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-content .vcpg-heading {
        font-size: 16px;
        max-height: 50px;
        overflow: hidden;
    }
}
@media (max-width: 1400px) and (min-width: 992px) {
    .vcpg-slider-layout-1 .vcpg-post-item:before {
        height: 80%;
        width: 88%;
    }
    .vcpg-slider-layout-1 .vcpg-post-content .vcpg-heading {
        font-size: 22px;
    }
    .vcpg-slider-layout-1 .vcpg-post-content {
        width: 86%;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .vcpg-slider-layout-2 .active.center .vcpg-post-item .vcpg-post-content {
        left: 4%;
    }
    .vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-content .vcpg-heading {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 196px;
        color: #fff;
    }
    .vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-content .post-author {
        margin-right: 0;
    }
    .vcpg-justify-layout-4 span.publish-time {
        margin-right: 8px;
    }
    .vcpg-justify-layout-4.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading:hover,
    .entry-content .vcpg-justify-layout-4.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading:hover {
        color: #FFA302;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .vcpg-justify-layout-4 > .vcpg-row > .cl-md-6:first-child {
        width: 40%;
    }
    .vcpg-justify-layout-4 > .vcpg-row > .cl-md-6:last-child {
        width: 60%;
    }
}
@media (max-width: 991px) and (min-width: 560px) {
    .vcpg-grid-layout-3 .vcpg-row-single {
        width: 50%;
    }
    .vcpg-grid-layout-3 .vcpg-post-item [class*="cl-md"] {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
    .vcpg-justify-layout-1 > .vcpg-row > .cl-md-6 {
        width: 100%;
    }
    .vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-content .vcpg-heading {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 196px;
        color: #fff;
    }
    .vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-content .post-author {
        margin-right: 0;
    }
    .vcpg-justify-layout-4 span.publish-time {
        margin-right: 8px;
    }
    .vcpg-justify-layout-4.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading:hover,
    .entry-content .vcpg-justify-layout-4.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading:hover {
        color: #FFA302;
    }
}
@media (max-width: 991px) {
    .vcpg-slider-layout-1 .active.center .vcpg-post-item .vcpg-post-content {
        width: 70%;
    }
    .vcpg-slider-layout-1 .vcpg-post-content .vcpg-heading {
        white-space: nowrap;
        overflow: hidden;
        max-width: 200px;
        text-overflow: ellipsis;
        font-size: 22px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .vcpg-slider-layout-1 .vcpg-categories {
        position: initial;
        margin-bottom: 12px;
    }
    .vcpg-slider-layout-1 .vcpg-post-meta {
        margin-top: 6px;
    }
    .vcpg-slider-layout-2 .active.center .vcpg-post-item .vcpg-post-content {
        left: 5%;
    }
    .vcpg-slider-layout-2 .vcpg-post-content .vcpg-heading {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        margin-bottom: 5px;
    }
    .vcpg-justify-layout-3.vcpg-post-grid .cl-md-6 .vcpg-post-content .vcpg-heading {
        max-height: 64px;
        overflow: hidden;
    }

}
@media (max-width: 767px) {
    .vcpg-post-meta {
        display: block;
    }
    .vcpg-post-tags .vcpg-dropdown {
        right: 17px;
        left: auto;
    }
    [class*="vcpg-slider-layout"] .active .vcpg-post-item:before {
        visibility: visible;
        opacity: 1;
    }
    [class*="vcpg-slider-layout"] .active .vcpg-post-item .vcpg-post-content {
        top: 50%;
        opacity: 1;
        visibility: visible;
        width: 85%;
    }
    [class*="vcpg-slider-layout"] .vcpg-post-meta {
        display: flex;
    }
    [class*="vcpg-slider-layout"] .owl-item .vcpg-post-item {
        margin: 0;
    }
    .vcpg-slider-layout-2 .vcpg-post-content {
        width: 80%;
        left: 8%;
    }
    .vcpg-slider-layout-2 .active .vcpg-post-item .vcpg-post-content {
        top: auto;
    }
    .vcpg-slider-layout-2 .active .vcpg-post-item .vcpg-post-photo:after {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    .vcpg-justify-layout-2 > .vcpg-row [class*="cl-"] {
        width: 100%;
    }
    .vcpg-justify-layout-4 .vcpg-post-meta {
        display: flex;
    }
    .vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-content .vcpg-heading {
        white-space: initial;
        overflow: visible;
        text-overflow: initial;
        max-width: inherit;
    }
    .vcpg-justify-layout-4 .cl-md-6 .vcpg-row .cl-md-6 .vcpg-post-content {
        width: 100%;
    }
    .vcpg-justify-layout-4 .cl-md-6 {
        width: 100%;
    }
}