#tpg-MyAccount-wrap {
    background-color: #eff3f4;
    border-radius: 10px;
    display: flex;
    margin: 50px auto;
    max-width: 1400px;
    overflow: hidden;
    width: 96%
}

@media (max-width:767px) {
    #tpg-MyAccount-wrap {
        display: block
    }

    #tpg-MyAccount-wrap .myaccount-title-wrapper {
        margin-top: 45px
    }
}

#tpg-MyAccount-wrap .myaccount-title-wrapper .title {
    margin-bottom: 0
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation {
    flex: 0 0 300px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .myaccount-navbar {
    background: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 20px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li {
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:before {
    background: transparent;
    border-radius: 30px;
    content: "";
    height: 35px;
    left: -6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
    width: 5px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active:before,
#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover:before {
    background: var(--tpg-primary-color);
    left: -2.5px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active svg path,
#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover svg path {
    fill: var(--tpg-primary-color)
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active a,
#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover a {
    background: #e4f1ff
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.my-post.is-active svg path:first-child,
#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.my-post:hover svg path:first-child {
    opacity: .5
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button {
    box-shadow: 0 1px 10px rgba(10, 39, 73, .26)
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a {
    align-items: center;
    background: var(--tpg-primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    width: 0;
    z-index: -1
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:hover {
    box-shadow: 0 1px 10px rgba(10, 39, 73, .5)
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:hover:before {
    left: 0;
    right: auto;
    width: 100%
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:hover svg path {
    fill: #fff
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a svg {
    font-size: 16px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li a {
    align-items: center;
    background: #f2f7fd;
    border-radius: 6px;
    color: #212121;
    display: flex;
    font-size: 15px;
    gap: 8px;
    padding: 10px 17px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li a svg {
    font-size: 20px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info {
    align-items: center;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 15px;
    padding: 20px 10px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-avatar {
    flex: 0 0 60px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-bio {
    flex: 1
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: -3px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-email {
    display: block;
    font-size: 14px
}

#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-avatar img {
    border-radius: 50%;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 60px
}

#tpg-MyAccount-wrap .tpg-MyAccount-content {
    flex: 1
}

@media (min-width:768px) {
    #tpg-MyAccount-wrap .tpg-MyAccount-content {
        padding: 30px
    }
}

#tpg-MyAccount-wrap .tpg-MyAccount-content #tpg-postbox {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action {
    display: flex;
    gap: 20px;
    margin-top: 20px
}

#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action {
    align-items: center;
    background: hsla(0, 0%, 100%, .659);
    border-radius: 10px;
    display: flex;
    flex: 1;
    gap: 15px;
    padding: 28px
}

#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action .info {
    display: flex;
    flex-direction: column
}

#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action .label {
    color: #5e6c7e;
    font-size: 15px;
    margin-bottom: 5px
}

#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action .count {
    color: #0c1827;
    font-size: 30px;
    font-weight: 900
}

#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action svg {
    font-size: 46px
}

#tpg-MyAccount-wrap .latest-post-wrapper {
    margin-top: 20px
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-item {
    background: #fff;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    padding: 20px
}

@media (max-width:991px) {
    #tpg-MyAccount-wrap .latest-post-wrapper .post-item {
        flex-direction: column
    }
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-image {
    background: #999;
    border-radius: 5px;
    flex: 0 0 250px;
    height: 190px;
    overflow: hidden;
    position: relative
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media (min-width:992px) {
    #tpg-MyAccount-wrap .latest-post-wrapper .post-content {
        padding-right: 120px
    }
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-meta {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-top: 15px
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-meta span {
    align-items: center;
    display: inline-flex;
    gap: 5px
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-meta span a {
    color: inherit
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-meta span a:hover {
    color: var(--tpg-primary-color)
}

#tpg-MyAccount-wrap .latest-post-wrapper .status {
    align-items: center;
    background-color: #cfebf5;
    border-radius: 3px;
    color: #09c;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    height: 26px;
    justify-content: center;
    left: 5px;
    line-height: 1;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    z-index: 15
}

#tpg-MyAccount-wrap .latest-post-wrapper .status.publish {
    background-color: var(--tpg-primary-color);
    color: #fff
}

#tpg-MyAccount-wrap .latest-post-wrapper .status.draft {
    background-color: #13b1f5;
    color: #fff
}

#tpg-MyAccount-wrap .latest-post-wrapper .status.pending {
    background-color: #f7a300;
    color: #fff
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-item .post-content .post-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: -4px
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-item .post-content .post-title a {
    color: #212121
}

#tpg-MyAccount-wrap .latest-post-wrapper .post-item .post-content .post-title a:hover {
    color: var(--tpg-primary-color)
}

#tpg-MyAccount-wrap .post-btn-action {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    flex-direction: row
}

@media (min-width:992px) {
    #tpg-MyAccount-wrap .post-btn-action.right-align {
        align-items: flex-end;
        flex-direction: column;
        position: absolute;
        right: 20px;
        text-align: right;
        top: 50%;
        transform: translateY(-50%)
    }
}

#tpg-MyAccount-wrap .post-btn-action svg path {
    transition: .4s
}

#tpg-MyAccount-wrap .post-btn-action .btn {
    align-items: center;
    background: #e6ecf3;
    border-radius: 4px;
    color: #212121;
    display: inline-flex;
    font-size: 14px;
    gap: 6px;
    height: 32px;
    line-height: 32px;
    margin: 5px 0;
    padding: 0 15px
}

#tpg-MyAccount-wrap .post-btn-action .edit-btn:hover {
    background: var(--tpg-primary-color);
    color: #fff
}

#tpg-MyAccount-wrap .post-btn-action .edit-btn:hover svg path {
    fill: #fff
}

#tpg-MyAccount-wrap .post-btn-action .delete-btn {
    background: #f9e8e8;
    color: #f11212
}

#tpg-MyAccount-wrap .post-btn-action .delete-btn:hover {
    background: #f11212;
    color: #fff
}

#tpg-MyAccount-wrap .post-btn-action .delete-btn:hover svg path {
    fill: #fff
}

#tpg-MyAccount-wrap .post-view-box .featured-image-container {
    margin-bottom: 30px
}

#tpg-MyAccount-wrap .post-view-box .post-meta {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    margin-bottom: 15px
}

#tpg-MyAccount-wrap .post-view-box .post-meta a {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #222;
    display: inline-flex;
    font-size: 15px;
    justify-content: center;
    line-height: 1;
    padding: 0 10px
}

#tpg-MyAccount-wrap .post-view-box .post-meta .label {
    font-weight: 700
}

#tpg-MyAccount-wrap .post-view-box .post-excerpt {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 26px
}

#tpg-MyAccount-wrap .post-view-box .label-title {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 5px
}

#tpg-MyAccount-wrap .post-view-box .post-content,
#tpg-MyAccount-wrap .post-view-box .post-excerpt {
    margin-bottom: 30px
}

#tpg-MyAccount-wrap svg {
    height: 1em;
    transition: .4s;
    width: 1em
}

#tpg-MyAccount-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    left: 2px
}

#tpg-MyAccount-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: none;
    color: red
}

#tpg-MyAccount-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding-right: 6px !important
}

.tpg-postbox {
    max-width: 100% !important
}

.tpg-postbox .new-post input {
    font-size: 16px
}

.tpg-postbox .new-post input[type=text],
.tpg-postbox .new-post select,
.tpg-postbox .new-post textarea {
    background: #f5f9fe;
    border: 1px solid #dfe8f3;
    border-radius: 5px;
    box-shadow: none;
    color: #495057;
    display: block;
    font-size: 16px;
    height: 50px;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.tpg-postbox .new-post select[multiple] {
    height: 130px
}

.select2-container .select2-search--inline .select2-search__field {
    min-height: 40px
}

.tpg-postbox .new-post textarea {
    height: 70px
}

.tpg-postbox .new-post input[type=text]:focus {
    border-color: rgba(0, 0, 0, .2)
}

.tpg-postbox .new-post label {
    align-items: center;
    color: #495057;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    margin-bottom: .5rem
}

.tpg-postbox .new-post .wp-editor-area {
    font-family: ZCOOL XiaoWei, serif !important;
    font-size: 16px !important
}

.tpg-postbox .new-post .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
    font-size: 16px
}

.tpg-postbox .new-post .mce-btn button {
    border-radius: 0
}

.tpg-postbox .new-post .mce-btn button:hover {
    background: #ccc
}

.tpg-postbox .new-post .mce-toolbar .mce-btn-group .mce-btn:focus,
.tpg-postbox .new-post .mce-toolbar .mce-btn-group .mce-btn:hover,
.tpg-postbox .new-post .qt-dfw:focus,
.tpg-postbox .new-post .qt-dfw:hover {
    border-color: transparent
}

.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar input.button.button-small {
    margin: 1px
}

.tpg-postbox .new-post .wp-core-ui .button.button-small {
    padding: 0 7px 1px
}

.tpg-postbox .new-post .wp-core-ui .wp-media-buttons .insert-media {
    background: #f7f7f7;
    border-color: rgba(0, 0, 0, .08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
    color: #495057;
    font-weight: 400;
    height: 36px;
    margin-bottom: 5px;
    padding-left: 7px
}

.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .wp-switch-editor {
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, .08);
    color: #495057;
    cursor: pointer;
    font-weight: 400;
    height: 28px;
    margin: 5px 0 0 5px;
    padding: 3px 12px 4px
}

.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .html-active .switch-html,
.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .tmce-active .switch-tmce {
    background: #f5f5f5;
    border-bottom-color: #f5f5f5;
    color: #555
}

.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .wp-switch-editor:active {
    background-color: #f5f5f5;
    box-shadow: none
}

.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .html-active .switch-html:focus,
.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .tmce-active .switch-tmce:focus,
.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .wp-switch-editor:active {
    box-shadow: none
}

.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar .ed_button {
    background: #f7f7f7;
    color: #495057;
    font-weight: 400
}

.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar .ed_button:active,
.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar .ed_button:focus {
    box-shadow: none
}

.tpg-postbox .new-post input[type=submit] {
    background: var(--tpg-primary-color, #0d6efd);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .05em;
    padding: 13px 30px;
    transition: .4s
}

.tpg-postbox .new-post input[type=submit]:hover {
    background: var(--tpg-secondary-color)
}

.tpg-postbox p {
    margin-bottom: 0;
    margin-top: 0
}

.form-content-area iframe {
    height: 400px !important
}

.wp-editor-container textarea.wp-editor-area {
    height: 300px !important
}

#tpg-featured-image .custom-file-upload {
    background: #f5f9fd;
    border: 1px solid #dfe8f3;
    border-radius: 5px;
    color: #495057;
    cursor: pointer;
    font-weight: 400;
    height: 50px;
    margin-top: 15px;
    padding: 0 20px
}

#tpg-featured-image .custom-file-upload input[type=file] {
    display: none
}

.tpg-form-container .grid-item>div {
    margin-bottom: 20px
}

.tpg-postbox .tpg-right-content #tpg-category,
.tpgMyAccount .select2-container--default .select2-selection--multiple {
    background: #f5f9fe;
    border: 1px solid #dfe8f3 !important;
    color: #495057;
    min-height: 48.5px;
    width: 100%
}

.tpgMyAccount .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e8edee !important;
    border: 1px solid #c8d2d4 !important;
    color: #6f6f6f !important
}

.tpgMyAccount .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 16px
}

.tpgMyAccount .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child {
    display: none
}

.tpgMyAccount .select2-container {
    min-width: 100%
}

.tpgMyAccount .form-item {
    margin-bottom: 15px
}

@media (max-width:1199px) and (min-width:768px) {
    .entry .entry-header {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        padding: 0 15px !important
    }

    .entry .entry-content,
    .entry .entry-summary {
        margin: 0 !important;
        max-width: 100% !important;
        padding: 0 15px !important
    }

    .entry .entry-footer {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        padding: 0 15px !important
    }
}

.media-router .media-menu-item {
    color: #646464
}

.wp-message.error {
    color: red
}

.tpg-post-submit-status {
    border: 1px solid #ddd;
    margin: 15px 0;
    padding: 15px
}

.tpg-post-submit-status.error {
    background: #ffecec;
    border-color: red;
    color: red
}

.tpg-post-submit-status.success {
    background: #def6e5;
    border-color: #28a745;
    color: #28a745
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-feedback.error {
    color: red;
    display: block
}

.new_tpg_tags {
    position: relative
}

.new_tpg_tags .tpg-tags-input {
    align-items: center;
    background: #f5f9fe;
    border: 1px solid #dfe8f3 !important;
    border-radius: 5px;
    color: #495057;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    min-height: 48px;
    padding: 10px
}

.new_tpg_tags .tpg-tags-input div {
    background-color: #e8edee !important;
    border: 1px solid #c8d2d4 !important;
    border-radius: 3px;
    color: #6f6f6f !important;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px
}

.new_tpg_tags .tpg-tags-input div span.remove {
    cursor: pointer;
    margin-right: 5px
}

.new_tpg_tags .tpg-tags-input div span.remove:hover {
    color: red
}

.new_tpg_tags .tpg-tags-input input {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    flex-grow: 1 !important;
    height: auto !important;
    padding: 0 !important;
    width: auto !important
}

.new_tpg_tags .tpg-tags-input input:active,
.new_tpg_tags .tpg-tags-input input:focus {
    box-shadow: none
}

.new_tpg_tags ul {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 0 20px #f0f0f0;
    left: 0;
    margin: 0;
    max-height: 240px;
    overflow: scroll;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 9999999
}

.new_tpg_tags ul li {
    cursor: pointer;
    line-height: 1;
    list-style: none;
    padding: 12px 15px
}

.new_tpg_tags ul li.active {
    background: #ddd
}

.new_tpg_tags ul li:hover,
.new_tpg_tags ul li[active] {
    background: var(--tpg-primary-color, #0d6efd) !important;
    color: #fff
}

.tpg-myaccount-page,
.tpg-myaccount-page #page,
.tpg-myaccount-page .site {
    background: #f0f4f9
}

.tpgMyAccount .tpg-login-form {
    background: #e8edf1;
    border-radius: 10px;
    margin: 100px auto;
    max-width: 94%;
    padding: 40px;
    width: 500px
}

.tpgMyAccount .tpg-login-form #loginform {
    width: 100%
}

.tpgMyAccount .tpg-login-form #loginform>p {
    display: flex;
    flex-direction: column
}

.tpgMyAccount .tpg-login-form .tpg-register a {
    border: 1px solid #d0c7c7;
    border-radius: 4px;
    color: #212121;
    display: block;
    font-size: 16px;
    padding: 4px;
    text-align: center
}

.tpgMyAccount .tpg-login-form .tpg-register a:hover {
    background: var(--tpg-primary-color);
    border-color: var(--tpg-primary-color);
    color: #fff
}

.tpgMyAccount .tpg-login-form label {
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.tpgMyAccount .tpg-login-form input[type=email],
.tpgMyAccount .tpg-login-form input[type=password],
.tpgMyAccount .tpg-login-form input[type=text] {
    background-color: #fff;
    border: 1px solid #c8d2d4;
    border-radius: 5px;
    color: #666;
    height: 50px;
    padding: 5px 15px
}

.tpgMyAccount .tpg-login-form input[type=submit] {
    background: var(--tpg-primary-color);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    height: 50px
}

.tpgMyAccount .tpg-login-form input[type=submit]:hover {
    background: var(--tpg-secondary-color)
}

.select2-dropdown {
    z-index: 999999 !important
}

body .tpg-el-main-wrapper .rt-grid-item {
    background: none !important;
    padding: 0 25px ;
}

body .tpg-el-main-wrapper .offset-left,
body .tpg-el-main-wrapper .offset-right {
    padding-bottom: 0 !important
}

.rt-tpg-container div a {
    text-decoration: none
}

.ast-single-post .entry-content .rt-tpg-container a {
    text-decoration: inherit
}

.rt-model-open,
body.rt-model-open,
html.rt-model-open {
    overflow: hidden
}

.rt-tpg-container img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.rt-tpg-container * {
    box-sizing: border-box
}

.entry .rt-tpg-container .entry-title:before {
    content: none
}

.rt-tpg-container .entry {
    margin-top: 0
}

.rt-tpg-container :after,
.rt-tpg-container :before {
    box-sizing: border-box
}

.rt-container,
.rt-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.rt-container-fluid.slider-layout13-main {
    padding: 0 0 15px
}

.rt-tpg-container ul {
    margin: 0
}

.rttpg-container .rttpg-block-wrapper {
    margin-left: 0;
    margin-right: 0
}

.rttpg-container .rt-container-fluid {
    padding-left: 0;
    padding-right: 0
}

img,
svg {
    vertical-align: middle
}

a:link,
a:visited {
    transition: all .31s ease
}

.clearfix:after,
.clearfix:before,
.rt-container-fluid:after,
.rt-container-fluid:before {
    content: " ";
    display: table
}

.clearfix:after,
.rt-container-fluid:after,
.rt-container:after,
.rt-row:after {
    clear: both
}

.rt-row {
    margin-left: -15px;
    margin-right: -15px
}

.grid-layout2.rt-row {
    margin-left: 0;
    margin-right: 0
}

.rt-row>.rt-row {
    padding-left: 15px;
    padding-right: 15px
}

.grid_hover6.rt-row {
    margin-left: -2px;
    margin-right: -2px
}

.rt-col-lg-1,
.rt-col-lg-2,
.rt-col-lg-3,
.rt-col-lg-4,
.rt-col-lg-5,
.rt-col-lg-6,
.rt-col-lg-7,
.rt-col-lg-8,
.rt-col-lg-9,
.rt-col-lg-10,
.rt-col-lg-11,
.rt-col-lg-12,
.rt-col-lg-24,
.rt-col-md-1,
.rt-col-md-2,
.rt-col-md-3,
.rt-col-md-4,
.rt-col-md-5,
.rt-col-md-6,
.rt-col-md-7,
.rt-col-md-8,
.rt-col-md-9,
.rt-col-md-10,
.rt-col-md-11,
.rt-col-md-12,
.rt-col-md-24,
.rt-col-sm-1,
.rt-col-sm-2,
.rt-col-sm-3,
.rt-col-sm-4,
.rt-col-sm-5,
.rt-col-sm-6,
.rt-col-sm-7,
.rt-col-sm-8,
.rt-col-sm-9,
.rt-col-sm-10,
.rt-col-sm-11,
.rt-col-sm-12,
.rt-col-sm-24,
.rt-col-xs-1,
.rt-col-xs-2,
.rt-col-xs-3,
.rt-col-xs-4,
.rt-col-xs-5,
.rt-col-xs-6,
.rt-col-xs-7,
.rt-col-xs-8,
.rt-col-xs-9,
.rt-col-xs-10,
.rt-col-xs-11,
.rt-col-xs-12,
.rt-col-xs-24 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.rt-col-xs-1,
.rt-col-xs-2,
.rt-col-xs-3,
.rt-col-xs-4,
.rt-col-xs-5,
.rt-col-xs-6,
.rt-col-xs-7,
.rt-col-xs-8,
.rt-col-xs-9,
.rt-col-xs-10,
.rt-col-xs-11,
.rt-col-xs-12,
.rt-col-xs-24 {
    float: left
}

.rt-col-xs-24 {
    width: 20%
}

.rt-col-xs-12 {
    width: 100%
}

.rt-col-xs-11 {
    width: 91.66666667%
}

.rt-col-xs-10 {
    width: 83.33333333%
}

.rt-col-xs-9 {
    width: 75%
}

.rt-col-xs-8 {
    width: 66.66666667%
}

.rt-col-xs-7 {
    width: 58.33333333%
}

.rt-col-xs-6 {
    width: 50%
}

.rt-col-xs-5 {
    width: 41.66666667%
}

.rt-col-xs-4 {
    width: 33.33333333%
}

.rt-col-xs-3 {
    width: 25%
}

.rt-col-xs-2 {
    width: 16.66666667%
}

.rt-col-xs-1 {
    width: 8.33333333%
}

#rt-main {
    margin: 35px auto
}

.rt-tpg-container h3.entry-title {
    line-height: 1.25;
    margin: 0 0 12px
}

.rt-tpg-container .offset-small-wrap .rt-holder .overlay {
    min-height: 60px !important
}

.rt-tpg-container .offset-small-wrap .rt-holder .rt-img-responsive {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.rt-tpg-container .offset-small-wrap .rt-col-md-6 .rt-holder .rt-img-responsive {
    height: auto
}

.rt-tpg-container .offset-small-wrap .rt-holder .overlay h3 a {
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important
}

.rt-tpg-container .offset-big .post-meta-user.above_title {
    margin-top: 15px
}

.rt-tpg-container .offset-big .post-meta-user.above_title+h3.entry-title {
    margin-top: 0
}

.rt-tpg-container .offset-big h3.entry-title {
    margin: 20px 0 15px
}

.rt-tpg-container .offset-big .cat-above-title {
    margin-bottom: -15px;
    padding-top: 10px
}

.rt-tpg-container .owl-controls .owl-dots {
    margin-top: 15px
}

.paginationjs {
    box-sizing: initial;
    font-family: Marmelad, Lucida Grande, Arial, Hiragino Sans GB, Georgia, sans-serif;
    font-size: 14px;
    line-height: 1.6
}

.paginationjs:after {
    clear: both;
    content: " ";
    display: table
}

.paginationjs .paginationjs-pages {
    float: left
}

.paginationjs .paginationjs-pages ul {
    float: left;
    margin: 0;
    padding: 0
}

.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input,
.paginationjs .paginationjs-nav {
    float: left;
    font-size: 14px;
    margin-left: 10px
}

.paginationjs .paginationjs-pages li {
    border: 1px solid #aaa;
    border-right: none;
    float: left;
    list-style: none
}

.paginationjs .paginationjs-pages li>a {
    background: #fff;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 28px;
    min-height: 28px;
    min-width: 30px;
    text-align: center;
    text-decoration: none
}

.paginationjs .paginationjs-pages li:hover>a {
    background: var(--tpg-primary-color, #0d6efd);
    border-color: var(--tpg-primary-color, #0d6efd) !important;
    color: #fff !important
}

.paginationjs .paginationjs-pages li.active {
    border: none
}

.paginationjs .paginationjs-pages li.active>a {
    background: #aaa;
    color: #fff;
    height: 30px;
    line-height: 30px
}

.paginationjs .paginationjs-pages li.disabled>a {
    opacity: .3
}

.paginationjs .paginationjs-pages li.disabled>a:hover {
    background: 0 0
}

.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child>a {
    border-radius: 3px 0 0 3px
}

.paginationjs .paginationjs-pages li:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #aaa
}

.paginationjs .paginationjs-pages li:last-child>a {
    border-radius: 0 3px 3px 0
}

.paginationjs .paginationjs-go-input>input[type=text] {
    box-sizing: initial;
    height: 28px;
    padding: 0;
    width: 30px
}

.paginationjs .paginationjs-go-button>input[type=button],
.paginationjs .paginationjs-go-input>input[type=text] {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    outline: 0;
    text-align: center;
    vertical-align: baseline
}

.paginationjs .paginationjs-go-button>input[type=button] {
    color: #333;
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    min-width: 40px;
    padding: 0 8px;
    vertical-align: middle\9
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-blue .paginationjs-pages li {
    border-color: #289de9
}

.paginationjs .paginationjs-go-button>input[type=button]:hover {
    background-color: #f8f8f8
}

.paginationjs .paginationjs-nav {
    height: 30px;
    line-height: 30px
}

.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input {
    margin-left: 5px\9
}

.paginationjs.paginationjs-small {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li>a {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    min-width: 26px
}

.paginationjs.paginationjs-small .paginationjs-pages li.active>a {
    height: 26px;
    line-height: 26px
}

.paginationjs.paginationjs-small .paginationjs-go-input {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-input>input[type=text] {
    font-size: 12px;
    height: 24px;
    width: 26px
}

.paginationjs.paginationjs-small .paginationjs-go-button {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button>input[type=button] {
    font-size: 12px;
    height: 26px;
    line-height: 24px;
    min-width: 30px;
    padding: 0 6px
}

.paginationjs.paginationjs-small .paginationjs-nav {
    font-size: 12px;
    height: 26px;
    line-height: 26px
}

.paginationjs.paginationjs-big {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li>a {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    min-width: 36px
}

.paginationjs.paginationjs-big .paginationjs-pages li.active>a {
    height: 36px;
    line-height: 36px
}

.paginationjs.paginationjs-big .paginationjs-go-input {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text] {
    font-size: 16px;
    height: 34px;
    width: 36px
}

.paginationjs.paginationjs-big .paginationjs-go-button {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button>input[type=button] {
    font-size: 16px;
    height: 36px;
    line-height: 34px;
    min-width: 50px;
    padding: 0 12px
}

.paginationjs.paginationjs-big .paginationjs-nav {
    font-size: 16px;
    height: 36px;
    line-height: 36px
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a {
    color: #289de9
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li:hover>a {
    background: #e9f4fc
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a {
    background: #289de9;
    color: #fff
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled:hover>a {
    background: 0 0
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button] {
    background: #289de9;
    border-color: #289de9;
    color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-green .paginationjs-pages li {
    border-color: #449d44
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]:hover {
    background-color: #3ca5ea
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li>a {
    color: #449d44
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li:hover>a {
    background: #ebf4eb
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.active>a {
    background: #449d44;
    color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled:hover>a {
    background: 0 0
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button] {
    background: #449d44;
    border-color: #449d44;
    color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
    border-color: #ec971f
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]:hover {
    background-color: #55a555
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a {
    color: #ec971f
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li:hover>a {
    background: #fdf5e9
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active>a {
    background: #ec971f;
    color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled:hover>a {
    background: 0 0
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button] {
    background: #ec971f;
    border-color: #ec971f;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-red .paginationjs-pages li {
    border-color: #c9302c
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]:hover {
    background-color: #eea135
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li>a {
    color: #c9302c
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li:hover>a {
    background: #faeaea
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.active>a {
    background: #c9302c;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled:hover>a {
    background: 0 0
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button] {
    background: #c9302c;
    border-color: #c9302c;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]:hover {
    background-color: #ce4541
}

.paginationjs .paginationjs-pages li.paginationjs-next {
    border-right: 1px solid\9
}

.paginationjs .paginationjs-go-input>input[type=text] {
    line-height: 28px\9;
    vertical-align: middle\9
}

.paginationjs.paginationjs-big .paginationjs-pages li>a {
    line-height: 36px\9
}

.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text] {
    height: 36px\9;
    line-height: 36px\9
}

.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li:not(.paginationjs-next):not(.paginationjs-prev) {
    display: none
}

.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li {
    color: #fff
}

.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li>a {
    background-color: var(--tpg-primary-color, #0d6efd);
    color: #fff
}

.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li:hover a {
    background-color: var(--tpg-secondary-color, #0654c4)
}

.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2) {
    display: inline-block;
    pointer-events: none;
    position: relative
}

.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2) a {
    pointer-events: none;
    text-indent: -99999px
}

.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2):before {
    content: "\f100";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    left: 50%;
    opacity: .5;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.rttpg-flaticon .ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2):before {
    content: "\f118";
    font-family: flaticon_tpg !important
}

.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-prev+li {
    display: none !important
}

.rt-tpg-container button {
    border: none;
    padding: 10px 15px
}

.rt-tpg-container .rt-tgp-load-more button {
    background: #8e8e8e;
    border-radius: 4px
}

.rt-tpg-container .tpg-wc-product-filter {
    margin-bottom: 15px;
    padding-right: 15px;
    text-align: right
}

.rt-img-holder>a {
    display: block;
    text-align: center
}

.rt-img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    transition: .4s ease-in-out
}

@media (max-width:991px) {

    .rt-img-holder>a,
    .rt-img-responsive {
        width: 100%
    }
}

.rt-tpg-container .no-margin {
    margin: 0 !important;
    padding: 0 !important
}

span.more-loading {
    background: url(../images/loading.gif) 100% no-repeat;
    display: inline-block;
    padding-right: 20px
}

.rt-tgp-load-more,
.rt-tgp-scroll-load-more {
    display: block;
    margin: 30px 0 20px;
    text-align: center
}

.post-meta-tags,
.post-meta-user {
    font-size: 95%;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0
}

.post-meta-tags>span,
.post-meta-user>span {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 3px;
    padding-right: 15px
}

.post-meta-user,
.post-meta-user a {
    color: #646464
}

.post-meta-user a:hover {
    color: #000
}

.post-meta-tags span.rt-separator,
.post-meta-user span.rt-separator {
    display: inline-block;
    padding-right: 5px
}

.post-meta-user span.comment-link {
    float: right;
    padding-right: 0;
    text-align: right
}

.rt-holder .entry-title a {
    color: #000
}

.rt-tpg-container .rt-holder .post-meta.center .read-more {
    float: none
}

.rt-tpg-container .rt-holder .post-meta .rt-tpg-social-share {
    display: block;
    float: none;
    margin-bottom: 15px;
    text-align: left;
    width: 100%
}

.rt-tpg-container .post-tags-links .fa-tags {
    font-size: 12px !important;
    font-weight: 900 !important
}

.rt-tpg-container .rt-holder .post-meta.center .rt-tpg-social-share,
.rt-tpg-container .rt-holder .post-meta.right .rt-tpg-social-share {
    text-align: left
}

.rt-tpg-container .rt-holder .read-more a {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5
}

.rt-tpg-container .rt-holder .tpg-excerpt {
    margin-bottom: 10px
}

.rt-tpg-container .rt-holder .tpg-excerpt iframe {
    max-height: 250px;
    width: 100%
}

.rt-tpg-container .tpg-iso-filter {
    margin: 15px 0 45px;
    text-align: center
}

.rt-tpg-container .tpg-iso-filter input[type=text],
.rt-tpg-container .tpg-iso-filter select.isotope-dropdown-filter {
    border-radius: 3px;
    display: inline-block;
    margin-left: 4px;
    padding: 12px 10px
}

.rt-tpg-container .tpg-iso-filter select.isotope-dropdown-filter {
    padding-bottom: 11px;
    padding-top: 11px
}

.rt-tpg-container .tpg-iso-filter>div {
    display: inline-block
}

.rt-tpg-container .rt-tpg-isotope-buttons .selected {
    background: var(--tpg-primary-color, #0d6efd)
}

.rt-tpg-container .rt-tpg-isotope-buttons button {
    background: #8e8e8e;
    border: none;
    border-radius: 3px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin: 4px;
    outline: 0;
    padding: 8px 20px;
    text-shadow: none !important;
    text-transform: none
}

.rt-tpg-container .tpg-pre-loader {
    overflow: hidden;
    position: relative
}

.rt-tpg-container .rt-loading-overlay {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10
}

.rt-tpg-container .rt-loading {
    color: var(--tpg-primary-color, #0d6efd);
    left: 50%;
    margin-left: -16px;
    opacity: 0;
    position: absolute;
    top: 120px;
    transform: scale(1.5);
    visibility: hidden;
    z-index: 2
}

.rt-tpg-container .tpg-pre-loader .rt-loading-overlay {
    opacity: 0;
    visibility: hidden
}

.rt-tpg-container .tpg-pre-loader :not(.rt-loading) {
    opacity: .7
}

.tpg-carousel-main .tpg-pre-loader .rt-loading-overlay {
    opacity: 1
}

.rt-tpg-container .tpg-pre-loader .rt-loading {
    opacity: 1;
    visibility: visible
}

.rt-tpg-container .tpg-pre-loader .rt-loading * {
    opacity: 1 !important
}

.rt-ball-clip-rotate {
    color: #fff;
    display: block;
    font-size: 0;
    height: 32px;
    width: 32px
}

.rt-ball-clip-rotate,
.rt-ball-clip-rotate>div {
    box-sizing: border-box;
    position: relative
}

.rt-ball-clip-rotate>div {
    animation: ball-clip-rotate .75s linear infinite;
    background-color: currentColor;
    background: transparent;
    border-radius: 100%;
    border: 2px solid;
    border-bottom: 2px solid transparent;
    display: inline-block;
    float: none;
    height: 32px;
    width: 32px
}

.rt-layout-filter-container.rt-clear:after {
    clear: both;
    content: "";
    display: block
}

.rt-clear::-ms-ticks-after,
.rt-clear:after {
    clear: both;
    content: "";
    display: block
}

.rt-layout-filter-container {
    font-size: 0;
    line-height: 0;
    margin: -5px -5px 30px;
    padding: 0
}

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item {
    border: 1px solid;
    display: inline-block;
    margin: 4px;
    padding: 8px 10px;
    transition: .4s
}

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,
.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover {
    background: #222;
    color: #b4b4b4
}

.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap {
    padding-right: 82px
}

.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper {
    margin-right: 0;
    position: static;
    width: 100%
}

.tpg-header-wrapper.carousel {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    overflow: hidden
}

.section-title-style-default .tpg-header-wrapper.carousel,
.section-title-style-style1 .tpg-header-wrapper.carousel {
    min-height: 36px
}

.tpg-header-wrapper.carousel .swiper {
    overflow: hidden
}

.section-title-style-style2 .tpg-header-wrapper.carousel .swiper,
.section-title-style-style3 .tpg-header-wrapper.carousel .swiper {
    height: 51px;
    margin-bottom: -.5px
}

.tpg-header-wrapper.carousel .swiper .swiper-navigation {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9
}

.tpg-header-wrapper.carousel .swiper .swiper-button-next,
.tpg-header-wrapper.carousel .swiper .swiper-button-prev {
    margin-top: 0;
    top: 0
}

.tpg-header-wrapper.carousel .tpg-widget-heading-wrapper {
    flex: 1;
    margin: 0;
    padding-right: 10px
}

.tpg-header-wrapper.carousel .rt-layout-filter-container {
    flex: 0 0 60%;
    margin: 0;
    max-width: 60%
}

.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    margin: 0;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide {
    align-items: center;
    border: none;
    color: #212121;
    display: flex;
    font-size: 15px;
    height: auto;
    justify-content: center;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    width: auto
}

.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:before,
.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:before {
    border-bottom: 7px solid var(--tpg-primary-color, #0d6efd);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 0 solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all .3s ease;
    visibility: hidden;
    width: 0
}

.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected:before,
.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover:before,
.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected:before,
.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover:before {
    opacity: 1;
    visibility: visible
}

.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected,
.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover {
    color: var(--tpg-primary-color, #0d6efd)
}

.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .filter-right-wrapper,
.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .rt-author-filter {
    display: none
}

.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.swiper-wrapper {
    letter-spacing: 0
}

.tpg-header-wrapper.carousel .swiper-button-next.swiper-button-disabled,
.tpg-header-wrapper.carousel .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.tpg-header-wrapper.carousel .swiper-button-next.swiper-button-disabled:after,
.tpg-header-wrapper.carousel .swiper-button-prev.swiper-button-disabled:after {
    opacity: .35
}

.filter-button-border-enable .tpg-header-wrapper.carousel .rt-layout-filter-container {
    border: 1px solid #ddd;
    border-radius: 3px
}

.filter-button-border-enable .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide {
    padding: 6px 15px;
    white-space: nowrap
}

.filter-button-border-enable .tpg-header-wrapper.carousel .swiper .swiper-navigation {
    right: 3px
}

.filter-nex-prev-btn-hidden .tpg-header-wrapper.carousel .swiper .swiper-navigation {
    display: none
}

.filter-nex-prev-btn-hidden .tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap {
    margin-right: 0;
    padding-right: 0
}

@media (max-width:767px) {
    .tpg-header-wrapper.carousel {
        display: block
    }

    .tpg-header-wrapper.carousel .rt-layout-filter-container {
        margin-bottom: 8px;
        margin-left: -9px;
        margin-top: 10px;
        max-width: 100%;
        position: relative
    }
}

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,
.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover {
    background: none;
    color: #000
}

.rt-filter-item-wrap.rt-order-by-action,
.rt-filter-item-wrap.rt-sort-order-action {
    float: right
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap {
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.55;
    margin: 4px;
    padding: 7px 10px;
    position: relative;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    vertical-align: top
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-button-wrap {
    margin-left: 0;
    margin-top: 0;
    padding: 0
}

@media (max-width:767px) {
    .rt-layout-filter-container .rt-filter-wrap .rt-filter-button-wrap {
        display: inline
    }
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-button-item .rt-filter-sub-tax {
    display: none
}

.rt-layout-filter-container .rt-filter-sub-tax.sub-button-group {
    margin: 0 4px
}

.rt-layout-filter-container .rt-filter-sub-tax.sub-button-group .rt-filter-button-item {
    cursor: pointer
}

.rt-layout-filter-container>.rt-filter-sub-tax.sub-button-group>span {
    border: 1px solid;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.55;
    margin: 4px;
    padding: 8px 10px;
    text-transform: uppercase;
    vertical-align: top
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap {
    border: 1px solid;
    color: #666;
    overflow: inherit !important;
    position: relative
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover {
    border-color: #222;
    color: #222
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action:hover {
    border-color: #222
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap>.rt-filter-dropdown-default {
    display: block;
    max-width: 135px;
    min-width: 135px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown {
    background-color: #222;
    border: none;
    border-top: 1px solid transparent;
    display: block;
    left: -1px;
    margin-top: 1px;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: 100%;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    visibility: hidden;
    z-index: 20
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover .rt-filter-dropdown {
    border-top-color: #000
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item.selected {
    background: #000
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap.active-dropdown .rt-filter-dropdown {
    opacity: 1;
    visibility: visible
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap.active-dropdown .rt-arrow-angle {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    color: #b4b4b4;
    display: block;
    padding: 10px 15px 9px;
    position: relative;
    text-align: center;
    z-index: 1
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item:before {
    background-color: rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .4s;
    width: 100%;
    z-index: -1
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item:hover:before {
    opacity: 1
}

.rt-filter-dropdown-default .sub-dropdown-wrap,
.rt-filter-dropdown-item .sub-dropdown-wrap {
    display: none !important
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-arrow-angle {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    letter-spacing: 0;
    transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    -ms-transition: transform .2s ease-in-out
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action {
    border: 1px solid #666;
    color: #666;
    min-width: 38px;
    position: relative
}

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow {
    position: static
}

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -7px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    -ms-transition: transform .2s ease-in-out;
    width: 14px
}

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow[data-sort-order=ASC]>span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:before {
    left: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:after,
.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:before {
    background-color: #666;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    top: 0;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    width: 2px
}

.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:after {
    left: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-search-filter-wrap {
    float: right;
    padding: 0;
    position: relative
}

.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #666;
    border-radius: 0;
    color: #666;
    font-family: Dosis, sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 39px;
    padding: 11px
}

.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input:focus {
    box-shadow: none;
    outline: none
}

.rt-filter-item-wrap.rt-search-filter-wrap span.rt-action {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 6px
}

.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input::-webkit-input-placeholder {
    font-family: Dosis, sans-serif;
    font-size: 12px;
    font-weight: 600
}

.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input::-moz-placeholder {
    font-family: Dosis, sans-serif;
    font-size: 12px;
    font-weight: 600
}

.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input:-ms-input-placeholder {
    font-family: Dosis, sans-serif;
    font-size: 12px;
    font-weight: 600
}

.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input:-moz-placeholder {
    font-family: Dosis, sans-serif;
    font-size: 12px;
    font-weight: 600
}

@media (max-width:600px) {
    .rt-filter-item-wrap.rt-tax-filter.rt-filter-dropdown-wrap {
        display: block;
        margin-bottom: 10px
    }

    .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap>.rt-filter-dropdown-default {
        margin: 0 auto
    }
}

.rt-tpg-social-share.a {
    position: relative
}

body>.rt-tooltip {
    background: #666;
    border-radius: 3px;
    border-width: 2px;
    -o-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    color: #fff;
    font-size: 100%;
    opacity: 0;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    transition: opacity 1s ease-in-out;
    z-index: 9999
}

body>.rt-tooltip .rt-tooltip-content {
    font-size: 90%
}

body>.rt-tooltip,
body>.rt-tooltip .rt-tooltip-bottom:after {
    background: #000;
    border-radius: 2px
}

body>.rt-tooltip .rt-tooltip-bottom {
    bottom: -16px;
    height: 18px;
    left: 50%;
    margin-left: -32px;
    overflow: hidden;
    position: absolute;
    width: 70px
}

body>.rt-tooltip .rt-tooltip-bottom:after {
    tranform: rotate(45deg);
    content: "";
    height: 25px;
    left: 20px;
    position: absolute;
    top: -20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 25px
}

.rt-tpg-container .rt-holder .rt-img-holder {
    overflow: hidden;
    position: relative
}

.rt-tpg-container .rt-holder .tpg-el-image-wrap {
    margin: -15px -16px 15px
}

.rt-tpg-container .list-behaviour .rt-holder .tpg-el-image-wrap {
    margin: 0
}

.rt-tpg-container .img_zoom_out .rt-holder .rt-img-holder img:not(.avatar),
.rt-tpg-container .rt-holder:hover .rt-img-holder img:not(.avatar) {
    transform: scale(1.1)
}

.rt-tpg-container .img_no_effect .rt-holder:hover .rt-img-holder img,
.rt-tpg-container .img_zoom_out .rt-holder:hover .rt-img-holder img {
    transform: scale(1)
}

.rt-tpg-container .rt-holder .rt-detail {
    padding: 15px 15px 0
}

.rt-tpg-container .layout2 .rt-holder .rt-detail,
.rt-tpg-container .layout3 .rt-holder .rt-detail,
.rt-tpg-container .offset01 .rt-detail,
.rt-tpg-container .offset02 .rt-holder .rt-detail {
    padding: 0
}

.rt-tpg-container .offset01 .rt-detail,
.rt-tpg-container .offset02 .rt-holder .rt-detail {
    padding-left: 5px
}

.rt-tpg-container .entry-title-wrapper .entry-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 18px;
    padding-bottom: 2px
}

@media (max-width:767px) {
    .rt-tpg-container .entry-title-wrapper .entry-title {
        font-size: 20px;
        margin: 0 0 15px
    }
}

.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper {
    margin-bottom: 15px
}

.rt-tpg-container .rt-detail .tpg-excerpt-inner .acf-custom-field-wrap {
    padding-top: 15px
}

.rt-tpg-container .list-layout2 .rt-detail .tpg-excerpt-inner,
.rt-tpg-container .list-layout3 .rt-detail .tpg-excerpt-inner {
    margin-bottom: 0
}

.rt-tpg-container .rt-holder .rt-detail .post-meta {
    line-height: 25px;
    overflow: hidden
}

.rt-tpg-container .rt-holder .rt-detail .read-more a {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .7);
    border: 1px solid #e5e5e5;
    color: #646464;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 15px;
    justify-content: left;
    line-height: 1.8;
    overflow: hidden;
    padding: 6px 20px
}

.rt-tpg-container .rt-holder .rt-detail .read-more a:hover {
    background-color: #fff;
    border-color: var(--tpg-primary-color, #0d6efd);
    color: var(--tpg-primary-color, #0d6efd)
}

.rt-tpg-container .rt-grid-hover-item .rt-detail .read-more a {
    border-color: hsla(0, 0%, 100%, .7)
}

.rt-tpg-container .rt-grid-hover-item .rt-detail .read-more a:hover {
    border-color: #fff
}

.rt-tpg-container .rt-holder .rt-detail .read-more a {
    color: #1a1a1a
}

.rt-tpg-container .rt-holder .rt-detail .post-meta.right {
    text-align: right
}

.rt-tpg-container .rt-holder .rt-detail .post-meta.center {
    text-align: center
}

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes ball-clip-rotate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.rt-container-fluid {
    position: relative
}

#bottom-script-loader {
    background: hsla(0, 0%, 100%, .95);
    height: calc(100% + 60px);
    margin: -30px;
    position: absolute;
    width: calc(100% + 60px);
    z-index: 999
}

#bottom-script-loader .rt-ball-clip-rotate {
    color: var(--tpg-primary-color, #0d6efd);
    margin-right: -16px;
    position: absolute;
    right: 50%;
    top: 80px;
    z-index: 2
}

.tpg-widget-heading-wrapper {
    display: flex;
    margin-bottom: 30px;
    position: relative
}

.tpg-widget-heading-wrapper .tpg-widget-heading {
    font-size: 28px;
    line-height: 1;
    margin-bottom: -1px !important;
    margin-top: 0;
    padding-right: 15px;
    padding-top: 0;
    position: relative
}

.search .tpg-widget-heading-wrapper .tpg-widget-heading {
    line-height: 1.5
}

@meia (max-width: 767px) {
    .tpg-widget-heading-wrapper .tpg-widget-heading {
        line-height: 1.2
    }
}

.tpg-widget-heading-wrapper.center .tpg-widget-heading {
    margin: 0;
    padding: 0
}

.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading:before {
    background-color: var(--tpg-primary-color, #0d6efd);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 7px;
    margin-top: -4px;
    position: absolute;
    right: -7.5px;
    top: 50%;
    width: 8px
}

.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-left,
.tpg-widget-heading-wrapper.heading-style1.center .tpg-widget-heading:before {
    display: none
}

.tpg-widget-heading-wrapper.heading-style1.center .tpg-widget-heading-line.line-left {
    display: block;
    margin-left: 0;
    margin-right: 15px
}

.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line,
.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line-left {
    -webkit-box-flex: 1;
    align-self: center;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 0;
    flex-grow: 1;
    height: 4px;
    margin-left: 15px
}

.tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading,
.tpg-widget-heading-wrapper.heading-style3 .tpg-widget-heading {
    background-color: var(--tpg-primary-color, #0d6efd);
    color: #fff;
    line-height: 1.4;
    margin-bottom: -.5px;
    padding: 5px 15px
}

.tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading a,
.tpg-widget-heading-wrapper.heading-style3 .tpg-widget-heading a {
    color: inherit
}

.tpg-widget-heading-wrapper.heading-style4 {
    margin-bottom: 40px
}

.tpg-widget-heading-wrapper.heading-style4:after,
.tpg-widget-heading-wrapper.heading-style4:before {
    content: "";
    position: absolute
}

.tpg-widget-heading-wrapper.heading-style4:before {
    background-color: var(--tpg-primary-color, #0d6efd);
    bottom: -17px;
    height: 6px;
    left: 0;
    transform: skewX(-25deg);
    width: 45px
}

.tpg-widget-heading-wrapper.heading-style4:after {
    background-color: #dcdcdc;
    bottom: -15px;
    height: 1px;
    margin-left: 10px;
    right: 0;
    width: calc(100% - 55px)
}

.tpg-widget-heading-wrapper.center {
    justify-content: center
}

.tpg-widget-heading-wrapper.right {
    flex-direction: row-reverse
}

.tpg-widget-heading-wrapper.right .tpg-widget-heading {
    padding-left: 15px;
    padding-right: 0
}

.tpg-widget-heading-wrapper.right .tpg-widget-heading:before {
    left: 0;
    right: auto
}

.tpg-widget-heading-wrapper.right .tpg-widget-heading-line {
    margin-left: 0;
    margin-right: 15px
}

.tpg-el-main-wrapper .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before,
.tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:after {
    border-left: 0 solid transparent;
    border-bottom: 0 solid var(--tpg-primary-color, #0d6efd);
    border-right: 12px solid transparent;
    border-top: 12px solid var(--tpg-primary-color, #0d6efd);
    content: "";
    position: absolute;
    right: -11px;
    top: 0
}

.section-title-align-right .tpg-el-main-wrapper .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before,
.section-title-align-right .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:after {
    left: -3px;
    right: auto;
    transform: skewX(225deg)
}

.section-title-align-center .tpg-el-main-wrapper .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before,
.tpg-widget-heading-wrapper.heading-style2.right .tpg-widget-heading:after {
    border-width: 12px 0 0 12px;
    left: -11px;
    right: auto
}

.tpg-widget-heading-wrapper.heading-style2.center .tpg-widget-heading:after {
    content: none
}

.section-title-style-style2 .tpg-header-wrapper.carousel,
.section-title-style-style2 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper,
.section-title-style-style3 .tpg-header-wrapper.carousel,
.section-title-style-style3 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper {
    border-bottom: 2px solid var(--tpg-primary-color, #0d6efd)
}

.tpg-even,
.tpg-full-height {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:767px) {

    .rt-content-loader .rt-holder,
    .tpg-even .rt-holder {
        flex-direction: column
    }
}

.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next>* {
    background-color: #bcbcbc;
    bottom: auto;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    width: 30px
}

.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next>* i {
    line-height: 1
}

.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next>.rt-disabled {
    opacity: .5;
    pointer-events: none
}

.rt-cb-page-prev-next {
    text-align: left
}

.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style .rt-loadmore-loading {
    color: #fff;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    opacity: 0;
    position: absolute;
    top: 50%;
    visibility: hidden
}

.rt-ball-scale-multiple.rt-2x,
.rt-ball-scale-multiple.rt-2x>div {
    height: 64px;
    width: 64px
}

.rt-ball-scale-multiple,
.rt-ball-scale-multiple>div {
    box-sizing: border-box;
    position: relative
}

.rt-ball-scale-multiple>div {
    background-color: currentColor;
    border: 0 solid;
    display: inline-block;
    float: none
}

.rt-ball-scale-multiple>div:nth-child(2) {
    animation-delay: .2s
}

.rt-ball-scale-multiple>div {
    animation: ball-scale-multiple 1s linear 0s infinite;
    border-radius: 100%;
    height: 32px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 32px
}

.rt-tpg-container .rt-pagination-wrap {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    width: 100%
}

.rt-tpg-container.grid_hover-layout4-2-main .rt-pagination-wrap {
    width: calc(100% - 23px) !important
}

.rt-tpg-container.grid_hover-layout4-main .rt-pagination-wrap {
    width: calc(100% - 15px) !important
}

.rt-tpg-container.grid_hover-layout8-main .rt-pagination-wrap {
    width: calc(100% + 10px) !important
}

.tpg-el-main-wrapper .rt-pagination-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px
}

.tpg-el-main-wrapper .rt-pagination-wrap .rt-pagination {
    margin: 0
}

.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style {
    cursor: pointer;
    position: relative;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next.rt-hidden-elm,
.rt-tpg-container .rt-pagination-wrap .rt-infinite-action.rt-hidden-elm,
.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style.rt-hidden-elm,
.rt-tpg-container .rt-pagination-wrap .rt-page-numbers.rt-hidden-elm {
    display: none !important
}

.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style.rt-lm-loading .rt-loadmore-text {
    opacity: 0;
    visibility: hidden
}

.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style.rt-lm-loading .rt-loadmore-loading {
    opacity: 1;
    visibility: visible
}

.rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn {
    background-color: var(--tpg-primary-color, #0d6efd);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    margin-top: 30px;
    padding: 9px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.rt-tpg-container .rt-loadmore-btn:hover {
    background-color: var(--tpg-secondary-color, #0654c4)
}

.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages {
    float: none;
    padding-bottom: .1px;
    padding-top: .1px
}

.rt-tpg-container .rt-pagination-wrap .rt-page-numbers.rt-lm-loading {
    opacity: .5;
    pointer-events: none
}

.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul {
    float: none;
    font-size: 0;
    line-height: 0;
    margin: -2px;
    text-align: center
}

.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li {
    border: none;
    display: inline-block;
    float: none;
    font-size: 16px;
    padding: 2px
}

.rt-tpg-container .rt-pagination-wrap i[class*=flaticon-tpg-] {
    position: relative;
    top: 3px
}

.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li>a {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    box-sizing: content-box;
    color: #212121;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 45px;
    min-height: 45px;
    min-width: 45px;
    text-align: center;
    text-decoration: none
}

.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.active>a {
    background-color: var(--tpg-primary-color, #0d6efd);
    border-color: var(--tpg-primary-color, #0d6efd);
    color: #fff
}

.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.paginationjs-ellipsis {
    min-width: auto;
    padding: 0
}

.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.paginationjs-ellipsis a {
    background: none !important;
    border: none !important;
    color: #000 !important;
    font-size: 18px;
    min-width: auto;
    opacity: 1;
    pointer-events: none !important
}

.rt-pagination {
    margin: 30px 0;
    text-align: center
}

.rt-pagination .pagination-list {
    background: transparent;
    border-radius: 4px;
    border-top: 0;
    display: inline-block;
    padding-left: 0
}

.rt-pagination .pagination-list a {
    box-shadow: none
}

.rt-pagination .pagination-list>li {
    display: inline-block;
    margin: 2px
}

.rt-pagination .pagination-list>li>a,
.rt-pagination .pagination-list>li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: content-box;
    color: #212121;
    display: block;
    line-height: 45px;
    margin-left: -1px;
    min-height: 45px;
    min-width: 45px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .4s ease-in-out
}

.rt-pagination .pagination-list>li>a:focus,
.rt-pagination .pagination-list>li>a:hover,
.rt-pagination .pagination-list>li>span:focus,
.rt-pagination .pagination-list>li>span:hover {
    background-color: var(--tpg-primary-color, #0d6efd);
    border-color: var(--tpg-primary-color, #0d6efd);
    color: #fff;
    z-index: 2
}

.rt-pagination .pagination-list>.active>a,
.rt-pagination .pagination-list>.active>a:focus,
.rt-pagination .pagination-list>.active>a:hover,
.rt-pagination .pagination-list>.active>span,
.rt-pagination .pagination-list>.active>span:focus,
.rt-pagination .pagination-list>.active>span:hover {
    background-color: var(--tpg-primary-color, #0d6efd);
    border-color: var(--tpg-primary-color, #0d6efd);
    color: #fff;
    cursor: default;
    z-index: 3
}

.rt-pagination .pagination-list>.disabled>a,
.rt-pagination .pagination-list>.disabled>a:focus,
.rt-pagination .pagination-list>.disabled>a:hover,
.rt-pagination .pagination-list>.disabled>span,
.rt-pagination .pagination-list>.disabled>span:focus,
.rt-pagination .pagination-list>.disabled>span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #212121;
    cursor: not-allowed
}

.rt-tpg-container .swiper-pagination-bullet {
    background: #d6d6d6;
    height: 10px;
    opacity: 1;
    width: 10px
}

.rt-tpg-container .swiper-wrapper {
    padding-bottom: 45px
}

.rt-tpg-container.slider-layout13-main .swiper-wrapper {
    padding-bottom: 0
}

.rt-tpg-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0
}

.rt-tpg-container .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
    background: #007bff
}

.rt-tpg-container>div {
    position: relative
}

.rt-tpg-container .slider-main-wrapper {
    opacity: 0;
    position: relative
}

.rt-tpg-container .swiper-navigation .slider-btn {
    align-items: center;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #2962ff;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    width: 34px
}

.rt-tpg-container .tpg-header-wrapper .swiper-navigation .slider-btn,
.slider-arrow-position-top-left .rt-tpg-container .swiper-navigation .slider-btn,
.slider-arrow-position-top-right .rt-tpg-container .swiper-navigation .slider-btn {
    position: static
}

.rt-tpg-container .swiper-navigation .slider-btn:hover {
    background-color: #2962ff;
    border-color: #2962ff;
    color: #fff
}

.rt-tpg-container .swiper-navigation .slider-btn:focus {
    box-shadow: none;
    outline: 0
}

.rt-tpg-container .swiper-navigation .slider-btn.swiper-button-next {
    margin-left: 3px
}

.rt-tpg-container .swiper-navigation .swiper-button-next:after,
.rt-tpg-container .swiper-navigation .swiper-button-prev:after {
    font-size: inherit
}

.rt-tpg-container .tpg-cf-group-title {
    font-size: 16px;
    margin-bottom: 0 !important
}

.rt-tpg-container .tpg-cf-fields {
    font-size: 95%;
    line-height: 1.6;
    margin-top: 0
}

.tpg-el-main-wrapper .tpg-cf-wrap {
    margin: 10px 0 0
}

.rt-tpg-container .tpg-cf-wrap:empty {
    margin: 0
}

.act-label-style-inline .tgp-cf-field-label {
    margin-right: 8px;
    min-width: inherit
}

.act-label-style-inline .tgp-cf-field-label:after {
    content: ":"
}

.act-label-style-block .tgp-cf-field-label {
    display: block !important;
    float: none;
    margin-right: 0;
    min-width: inherit
}

.act-label-style-block .tpg-cf-fields {
    display: block;
    margin-bottom: 5px
}

.rt-tpg-container .rt-holder .tgp-cf-field-value * {
    color: inherit;
    display: inline;
    margin: 0;
    transition: none
}

.isotope-term-no-post {
    min-height: 30px
}

.isotope-term-no-post p {
    display: none;
    margin-bottom: 0
}

.tpg-el-main-wrapper.loading {
    min-height: 300px;
    transition: .4s
}

.tpg-el-main-wrapper.loading:before {
    animation: ball-clip-rotate .75s linear infinite;
    background: transparent;
    border: 2px solid;
    border-bottom: 2px solid transparent;
    border-radius: 100%;
    color: red;
    display: inline-block;
    float: none;
    height: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 9999999999
}

.tpg-el-main-wrapper .rt-content-loader .offset-left [class*=rt-col] {
    padding-left: 0;
    padding-right: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap .mfp-content figure {
    transform: scale(0);
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content figure {
    transform: scale(1)
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content .mfp-figure:after {
    background: none;
    box-shadow: none
}

.tpg-single-post-share .rt-tpg-social-share {
    display: flex;
    width: 100%
}

i[class*=" flaticon-"]:before,
i[class^=flaticon-]:before {
    font-size: inherit !important
}

i[class^=flaticon-tpg-] {
    font-size: 16px
}

.rttpg-block-postgrid {
    width: 100%
}

.post-meta-tags.tpg-single-post-meta {
    align-items: center;
    display: flex
}

.post-meta-tags.tpg-single-post-meta .author-prefix {
    margin-right: 7px
}

.z20 {
    z-index: 20
}

.z20,
.z50 {
    position: relative
}

.z50 {
    z-index: 50
}

.z999 {
    position: relative;
    z-index: 999
}

.rtBgOverlay,
.rttpg-row-wrap.rttpg-overlay:before,
.rttpg-row-wrap .rttpg-row .rttpg-column.rttpg-overlay:before {
    backface-visibility: hidden;
    border-radius: inherit;
    content: "";
    inset: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    z-index: -1
}

.rttpg-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px
}

.rttpg-container .rttpg-container {
    padding-left: 0;
    padding-right: 0
}

.rttpg-container .wp-block-image {
    margin-bottom: 30px;
    margin-top: 0
}

.rttpg-row-wrap {
    --tpg-d-gap: calc(var(--d-gap-x, 30px)/2);
    --tpg-t-gap: calc(var(--t-gap-x, 30px)/2);
    --tpg-m-gap: calc(var(--m-gap-x, 30px)/2)
}

.rttpg-row-wrap.rttpg-overlay {
    z-index: var(--row-overlay-z-index, 1)
}

.rttpg-row-wrap .rttpg-row-wrap {
    margin-left: auto !important;
    margin-right: auto !important
}

.rttpg-row-wrap .rttpg-row {
    --rt-gutter-x: var(--tpg-d-gap);
    --rt-gutter-y: var(--tpg-d-gap)
}

.rttpg-row-wrap .rttpg-row .rttpg-column.rttpg-overlay {
    z-index: var(--column-overlay-z-index, 1)
}

.rttpg-row-wrap.rttpg-block-frontend {
    width: 100%
}

.rttpg-row-wrap.rttpg-block-frontend .rttpg-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--tpg-d-gap)*-1);
    margin-right: calc(var(--tpg-d-gap)*-1)
}

@media (max-width:1023px) {
    .rttpg-row-wrap.rttpg-block-frontend .rttpg-row {
        margin-left: calc(var(--tpg-t-gap)*-1);
        margin-right: calc(var(--tpg-t-gap)*-1)
    }
}

@media (max-width:767px) {
    .rttpg-row-wrap.rttpg-block-frontend .rttpg-row {
        margin-left: calc(var(--x-gap-x)*-1);
        margin-right: calc(var(--x-gap-x)*-1)
    }
}

.rttpg-row-wrap.rttpg-block-frontend .rttpg-row>.rttpg-column {
    padding-left: var(--tpg-d-gap);
    padding-right: var(--tpg-d-gap)
}

@media (max-width:1023px) {
    .rttpg-row-wrap.rttpg-block-frontend .rttpg-row>.rttpg-column {
        padding-left: var(--tpg-t-gap);
        padding-right: var(--tpg-t-gap)
    }
}

@media (max-width:767px) {
    .rttpg-row-wrap.rttpg-block-frontend .rttpg-row>.rttpg-column {
        padding-left: var(--x-gap-x);
        padding-right: var(--x-gap-x)
    }
}

.rttpg-row-wrap.rttpg-block-editor {
    margin-left: auto !important;
    margin-right: auto !important
}

@media (max-width:1023px) {
    .rttpg-row-wrap.rttpg-block-editor {
        max-width: 984px
    }
}

@media (max-width:767px) {
    .rttpg-row-wrap.rttpg-block-editor {
        max-width: 564px
    }
}

.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--tpg-d-gap)*-1);
    margin-right: calc(var(--tpg-d-gap)*-1)
}

@media (max-width:1023px) {
    .rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout {
        margin-left: calc(var(--tpg-t-gap)*-1);
        margin-right: calc(var(--tpg-t-gap)*-1)
    }
}

@media (max-width:767px) {
    .rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout {
        margin-left: calc(var(--x-gap-x)*-1);
        margin-right: calc(var(--x-gap-x)*-1)
    }
}

.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>*>div {
    padding-left: var(--tpg-d-gap);
    padding-right: var(--tpg-d-gap)
}

@media (max-width:1023px) {
    .rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>*>div {
        padding-left: var(--tpg-t-gap);
        padding-right: var(--tpg-t-gap)
    }
}

@media (max-width:767px) {
    .rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>*>div {
        padding-left: var(--x-gap-x);
        padding-right: var(--x-gap-x)
    }
}

.rttpg-row-wrap.rttpg-block-editor .block-editor-inner-blocks {
    width: 100%
}

.rttpg-row-wrap.rttpg-block-editor .block-editor-inner-blocks .block-editor-block-list__layout .rttpg-column>.block-editor-inner-blocks>.block-list-appender {
    max-width: 100%;
    width: 100%
}

.rttpg-row-wrap.rttpg-block-editor .block-editor-inner-blocks .block-editor-block-list__layout .rttpg-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender.wp-block {
    max-width: none
}

.rttpg-row-wrap>.rttpg-row>.block-editor-inner-blocks {
    margin-left: auto !important;
    margin-right: auto !important
}

.rttpg-body-wrap.rttpg-row-editor .rttpg-row-wrap.alignfull,
.rttpg-body-wrap.rttpg-row-frontend .rttpg-row-wrap.alignfull {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%
}

@media (min-width:1024px) {

    body .rttpg-column.rttpg-block-frontend.rttpg-hide-desktop,
    body .rttpg-row-wrap.rttpg-block-frontend.rttpg-hide-desktop {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:1023px) {

    body .rttpg-column.rttpg-block-frontend.rttpg-hide-tablet,
    body .rttpg-row-wrap.rttpg-block-frontend.rttpg-hide-tablet {
        display: none !important
    }
}

@media (max-width:767px) {

    body .rttpg-column.rttpg-block-frontend.rttpg-hide-mobile,
    body .rttpg-row-wrap.rttpg-block-frontend.rttpg-hide-mobile {
        display: none !important
    }
}

.rttpg-row {
    margin-left: auto;
    margin-right: auto
}

.wp-block-rttpg-row {
    margin: 0
}

.rttpg-block-postgrid .rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block {
    border: 1px dotted transparent;
    box-sizing: border-box
}

.rttpg-block-postgrid .rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block:hover {
    border: 1px dotted #565656
}

@media (min-width:992px) {
    .rttpg-block-postgrid .rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block:not(:first-child) {
        border-left: none
    }
}

.rttpg-container .rttpg-container,
.wp-block-rttpg-row .rttpg-block-postgrid .rttpg-block-postgrid {
    max-width: 100% !important;
    width: 100% !important
}

.tpg-shortcode-main-wrapper .even-grid-item,
.tpg-shortcode-main-wrapper .masonry-grid-item {
    margin-bottom: 30px
}

.tpg-shortcode-main-wrapper i {
    margin-right: 5px
}

.tpg-shortcode-main-wrapper .product-more i {
    margin-right: 0
}

.tpg-shortcode-main-wrapper .grid_hover1 .even-grid-item,
.tpg-shortcode-main-wrapper .grid_hover1 .masonry-grid-item,
.tpg-shortcode-main-wrapper .grid_hover2 .even-grid-item,
.tpg-shortcode-main-wrapper .grid_hover2 .masonry-grid-item,
.tpg-shortcode-main-wrapper .grid_hover3 .even-grid-item,
.tpg-shortcode-main-wrapper .grid_hover3 .masonry-grid-item,
.tpg-shortcode-main-wrapper .grid_hover4 .even-grid-item,
.tpg-shortcode-main-wrapper .grid_hover4 .masonry-grid-item,
.tpg-shortcode-main-wrapper .grid_hover5 .even-grid-item,
.tpg-shortcode-main-wrapper .grid_hover5 .masonry-grid-item,
.tpg-shortcode-main-wrapper .list_layout1 .even-grid-item,
.tpg-shortcode-main-wrapper .list_layout1 .masonry-grid-item {
    margin-bottom: 0
}

.layout3 .rt-img-responsive {
    display: inline-block
}

.list_layout2 .post-meta-tags,
.list_layout2 .post-meta-user {
    color: #a5a6aa;
    font-size: 14px
}

.rt-content-loader.layout14 .post-meta-tags,
.rt-content-loader.layout14 .post-meta-user {
    margin-bottom: 0
}

.offset06 .post-meta-tags span,
.offset06 .post-meta-user span {
    color: #a5a6aa;
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px
}

.offset06 .post-meta-tags span a,
.offset06 .post-meta-user span a {
    color: #444
}

.offset06 .post-meta-tags span a:hover,
.offset06 .post-meta-user span a:hover {
    color: #2962ff
}

.tpg-shortcode-main-wrapper .rt-detail .entry-title a {
    text-decoration: none
}

.categories-links {
    display: inline-block;
    line-height: 1.3
}

.tpg-shortcode-main-wrapper .rt-holder .rt-detail .categories-links a {
    margin-bottom: 5px
}

.tpg-shortcode-main-wrapper .rt-holder {
    overflow: hidden
}

.tpg-shortcode-main-wrapper .grid_hover6 .rt-grid-item {
    margin-bottom: 4px;
    overflow: hidden;
    padding: 0 2px
}

.tpg-shortcode-main-wrapper .grid_hover6 .rt-grid-item .post-img img,
.tpg-shortcode-main-wrapper .grid_hover7 .rt-grid-item .post-img img {
    min-height: 350px;
    -o-object-fit: cover;
    object-fit: cover
}

.grid_hover4 .rt-grid-item {
    padding: 0
}

.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-img-holder,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-img-holder,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-img-holder {
    overflow: hidden;
    position: relative
}

.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-img-holder img,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-img-holder img,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-img-holder img {
    max-width: 100%;
    transition: all 1.1s ease
}

.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-img-holder:hover img,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-img-holder:hover img,
.tpg-shortcode-main-wrapper .layout1 .img_zoom_out .rt-holder .rt-img-holder img,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-img-holder:hover img {
    transform: scale(1.1)
}

.tpg-shortcode-main-wrapper .layout1 .img_no_effect .rt-holder .rt-img-holder:hover img,
.tpg-shortcode-main-wrapper .layout1 .img_zoom_out .rt-holder .rt-img-holder:hover img {
    transform: scale(1)
}

.tpg-shortcode-main-wrapper .carousel1 .rt-holder,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder,
.tpg-shortcode-main-wrapper .layout1 .rt-holder {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3)
}

.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail {
    background: #fff;
    padding: 15px
}

.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail h2,
.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail h3,
.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail h4,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail h2,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail h3,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail h4,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail h2,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail h3,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 18px
}

.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail.rt-with-title h2,
.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail.rt-with-title h3,
.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail.rt-with-title h4,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail.rt-with-title h2,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail.rt-with-title h3,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail.rt-with-title h4,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail.rt-with-title h2,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail.rt-with-title h3,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail.rt-with-title h4 {
    margin-bottom: 15px
}

.tpg-shortcode-main-wrapper .rt-holder .rt-detail.rt-with-title {
    padding-top: 0
}

.tpg-shortcode-main-wrapper .isotope1 .rt-detail .tpg-excerpt,
.tpg-shortcode-main-wrapper .layout1 .rt-detail .tpg-excerpt {
    margin-bottom: 20px
}

.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail .post-meta,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail .post-meta,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail .post-meta {
    line-height: 25px;
    overflow: hidden
}

.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail .read-more a,
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail .read-more a,
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail .read-more a {
    border: 1px solid hsla(0, 0%, 80%, .4);
    color: #1a1a1a;
    display: inline-block;
    font-size: 15px;
    line-height: 1.8;
    padding: 8px 20px
}

.tpg-shortcode-main-wrapper .rt-holder .rt-detail .post-meta.right {
    text-align: right
}

.tpg-shortcode-main-wrapper .rt-holder .rt-detail .post-meta.center {
    text-align: center
}

.tpg-img-circle .rt-img-holder img {
    border-radius: 50% !important
}

.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-img-holder {
    overflow: hidden;
    position: relative
}

.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-img-holder img {
    max-width: 100%;
    transition: all 1.1s ease
}

.tpg-shortcode-main-wrapper .layout2 .img_zoom_out .rt-holder .rt-img-holder img,
.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-img-holder:hover img {
    transform: scale(1.1)
}

.tpg-shortcode-main-wrapper .layout2 .img_no_effect .rt-holder .rt-img-holder:hover img,
.tpg-shortcode-main-wrapper .layout2 .img_no_effect .rt-holder .rt-img-holder img,
.tpg-shortcode-main-wrapper .layout2 .img_zoom_out .rt-holder .rt-img-holder:hover img {
    transform: scale(1)
}

.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail h2,
.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail h3,
.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 15px
}

.tpg-shortcode-main-wrapper .layout2 .rt-detail .tpg-excerpt {
    margin-bottom: 20px
}

.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more a {
    border-radius: 5px;
    display: inline-block;
    line-height: 1.8
}

.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more {
    display: inline-block;
    width: 100%
}

.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more.right {
    text-align: right
}

.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more.center {
    text-align: center
}

.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .rt-tpg-social-share {
    margin-bottom: 15px
}

@media (max-width:767px) {

    .tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail,
    .tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail {
        padding: 15px 0
    }
}

.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail p {
    margin-bottom: 20px
}

.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail h2,
.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail h3,
.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 18px
}

.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-img-holder .overlay {
    background: rgba(0, 0, 0, .7);
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all .3s ease-out 0s;
    width: 100%;
    z-index: 1
}

.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more a {
    display: inline-block;
    line-height: 1.8
}

.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-img-holder,
.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-img-holder>a.rounded img {
    border-radius: 50%;
    overflow: hidden
}

.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more {
    display: inline-block;
    width: 100%
}

.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more.right {
    text-align: right
}

.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more.center {
    text-align: center
}

.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .rt-tpg-social-share {
    margin-bottom: 15px
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder,
.tpg-shortcode-main-wrapper .layout5 .rt-holder,
.tpg-shortcode-main-wrapper .offset03 .rt-holder {
    overflow: hidden;
    position: relative
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay {
    background: rgba(235, 0, 0, .8);
    bottom: 0;
    display: block;
    height: 25%;
    left: 0;
    min-height: 150px;
    opacity: 1;
    padding: 20px;
    position: absolute;
    transition: all 1s ease;
    width: 100%;
    z-index: 1
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .rt-detail,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .rt-detail,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .rt-detail {
    color: #fff;
    max-height: 0;
    opacity: 0;
    padding: 0;
    transition: all .8s ease-in-out;
    visibility: hidden
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder:hover .overlay .rt-detail,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay .rt-detail,
.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay .rt-detail {
    max-height: 450px;
    transition: all 1.2s ease-in-out .2s
}

.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .rt-detail {
    color: #fff;
    padding: 0 0 15px
}

.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .rt-detail>:not(.post-meta-user) {
    opacity: 0;
    visibility: hidden
}

.tpg-shortcode-main-wrapper .offset03 .rt-holder:hover .overlay .rt-detail>:not(.post-meta-user) {
    opacity: 1;
    visibility: visible
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .post-meta-user,
.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .post-meta-user a,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta-user,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta-user a,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .post-meta-user,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .post-meta-user a,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .post-meta-user,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .post-meta-user a {
    color: #fff
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h2,
.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h3,
.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h4,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h2,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h3,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h4,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h2,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h3,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h4,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h2,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h3,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 10px
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h2 a,
.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h3 a,
.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h4 a,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h2 a,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h3 a,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h4 a,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h2 a,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h3 a,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h4 a,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h2 a,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h3 a,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h4 a {
    color: #fff
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder:hover .overlay,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay,
.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay,
.tpg-shortcode-main-wrapper .offset03 .rt-holder:hover .overlay {
    height: 100%;
    width: 100%
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder:hover .overlay .rt-detail,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay .rt-detail,
.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay .rt-detail,
.tpg-shortcode-main-wrapper .offset03 .rt-holder:hover .overlay .rt-detail {
    opacity: 1;
    visibility: visible
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .post-meta-user,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta-user,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .post-meta-user,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .post-meta-user {
    display: block
}

.tpg-shortcode-main-wrapper .isotope2 .rt-holder .post-meta,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .post-meta .rt-tpg-social-share {
    text-align: center
}

.tpg-shortcode-main-wrapper .isotope2 .rt-holder .post-meta.left {
    text-align: left
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay>:not(.entry-title),
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .rt-detail,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay>:not(.entry-title) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .6s !important
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .overlay>:not(.entry-title),
.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay .rt-detail,
.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .overlay>:not(.entry-title) {
    max-height: 300px;
    opacity: 1
}

.tpg-shortcode-main-wrapper .layout5 .rt-holder {
    display: flex;
    min-height: 250px
}

.tpg-shortcode-main-wrapper .layout5 .rt-holder .rt-img-responsive {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder,
.tpg-shortcode-main-wrapper .layout6 .rt-holder {
    position: relative
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay {
    align-items: center;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    opacity: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 9
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .line,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .line,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .line {
    background-color: #fff;
    height: 2px;
    margin: 12px auto;
    min-height: 2px;
    transition: all .5s ease-out;
    width: 0
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay:hover .line,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay:hover .line,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay:hover .line {
    width: 40%
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h2,
.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h3,
.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h4,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h2,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h3,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h4,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h2,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h3,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 18px;
    padding-top: 5%
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h2 a,
.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h3 a,
.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h4 a,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h2 a,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h3 a,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h4 a,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h2 a,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h3 a,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h4 a {
    color: #fff
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta.left,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta.left,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta.left {
    text-align: left
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta.right,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta.right,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta.right {
    text-align: right
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .rt-tpg-social-share,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .rt-tpg-social-share,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .rt-tpg-social-share {
    float: none;
    text-align: center
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .read-more,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .read-more {
    float: none
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta-user,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta-user,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta-user {
    color: #fff
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta-user p,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta-user p,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta-user p {
    margin-bottom: 0
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta-user a,
.tpg-shortcode-main-wrapper .carousel3 .rt-holder:hover .overlay .tpg-excerpt,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta-user a,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder:hover .overlay .tpg-excerpt,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta-user a,
.tpg-shortcode-main-wrapper .layout6 .rt-holder:hover .overlay .tpg-excerpt {
    color: #fff
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder:hover .overlay,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder:hover .overlay,
.tpg-shortcode-main-wrapper .layout6 .rt-holder:hover .overlay {
    opacity: 1
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder,
.tpg-shortcode-main-wrapper .layout7 .rt-holder {
    position: relative
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder img,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder img,
.tpg-shortcode-main-wrapper .layout7 .rt-holder img {
    opacity: .9;
    transition: opacity .35s
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay {
    align-items: center;
    background: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 0 12px;
    position: absolute;
    top: 0;
    width: 100%
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay:hover,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay:hover,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay:hover {
    background: rgba(0, 0, 0, .5)
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay:before,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay:before,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay:before {
    border: 2px solid #fff;
    bottom: 20px;
    box-shadow: 0 0 0 30px hsla(0, 0%, 100%, .2);
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale3d(1.4, 1.4, 1);
    transition: opacity .35s, transform .35s
}

.tpg-shortcode-main-wrapper .carousel7 .rt-holder .cat-above-title,
.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info .cat-above-title,
.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .cat-above-title {
    color: #fff;
    text-align: center
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .cat-above-title,
.tpg-shortcode-main-wrapper .carousel5 .rt-holder .cat-above-title {
    color: #fff;
    margin-top: 30px;
    opacity: 0;
    text-align: center
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .cat-above-title a,
.tpg-shortcode-main-wrapper .carousel5 .rt-holder .cat-above-title a,
.tpg-shortcode-main-wrapper .carousel7 .rt-holder .cat-above-title a,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .cat-above-title *,
.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .cat-above-title * {
    color: inherit
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .cat-above-title,
.tpg-shortcode-main-wrapper .carousel5 .rt-holder:hover .cat-above-title {
    opacity: 1
}

.tpg-shortcode-main-wrapper .carousel5 .rt-holder:hover .cat-above-title+.entry-title,
.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info .cat-above-title,
.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .cat-above-title {
    padding-top: 10px
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .cat-above-title+.entry-title {
    margin-top: 10px
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder h2,
.tpg-shortcode-main-wrapper .carousel4 .rt-holder h3,
.tpg-shortcode-main-wrapper .carousel4 .rt-holder h4,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder h2,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder h3,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder h4,
.tpg-shortcode-main-wrapper .layout7 .rt-holder h2,
.tpg-shortcode-main-wrapper .layout7 .rt-holder h3,
.tpg-shortcode-main-wrapper .layout7 .rt-holder h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    margin: 30% 0 10px;
    text-align: center;
    transition: transform .35s
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder h2 a,
.tpg-shortcode-main-wrapper .carousel4 .rt-holder h3 a,
.tpg-shortcode-main-wrapper .carousel4 .rt-holder h4 a,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder h2 a,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder h3 a,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder h4 a,
.tpg-shortcode-main-wrapper .layout7 .rt-holder h2 a,
.tpg-shortcode-main-wrapper .layout7 .rt-holder h3 a,
.tpg-shortcode-main-wrapper .layout7 .rt-holder h4 a {
    color: #fff
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .tpg-excerpt,
.tpg-shortcode-main-wrapper .carousel4 .rt-holder p,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .tpg-excerpt,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder p,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .tpg-excerpt,
.tpg-shortcode-main-wrapper .layout7 .rt-holder p {
    color: #fff;
    opacity: 0;
    padding: 0 15px;
    text-align: center;
    transform: scale(1.5);
    transition: opacity .35s, transform .35s
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .post-meta-user p,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .post-meta-user p,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .post-meta-user p {
    margin-bottom: 0
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .post-meta-user a,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .post-meta-user a,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .post-meta-user a {
    color: #fff
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover h3,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover h3,
.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover h3 {
    margin: 7% 0 10px;
    transform: scale(.9)
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .overlay:before,
.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .tpg-excerpt,
.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover p,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover .overlay:before,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover .tpg-excerpt,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover p,
.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .overlay:before,
.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .tpg-excerpt,
.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover p {
    opacity: 1;
    transform: scaleX(1)
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .post-meta,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .post-meta,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .cat-above-title,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .post-meta {
    color: #fff;
    opacity: 0;
    overflow: hidden;
    text-align: center
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .post-meta.left,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .post-meta.left,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .post-meta.left {
    text-align: left
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .post-meta.right,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .post-meta.right,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .post-meta.right {
    text-align: right
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .overlay .post-meta,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover .overlay .post-meta,
.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .cat-above-title,
.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .overlay .post-meta {
    opacity: 1;
    transform: scale(1);
    transition: opacity .35s, transform .35s
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .rt-tpg-social-share,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .rt-tpg-social-share,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .rt-tpg-social-share {
    float: none;
    text-align: center
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder .read-more,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .read-more,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .read-more {
    float: none
}

.tpg-shortcode-main-wrapper .carousel4 .rt-holder h3,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .entry-title {
    margin: 0 !important;
    transition: .4s
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder,
.tpg-shortcode-main-wrapper .layout12 .rt-holder {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .22)
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-img-holder,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-img-holder,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-img-holder {
    overflow: hidden;
    position: relative
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover img,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover img,
.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: all .25s ease-in-out
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail {
    background: #fff;
    display: inline-block;
    padding: 25px;
    transition: all .3s ease-out 0s;
    width: 100%
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail.rt-with-title,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail.rt-with-title,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail.rt-with-title {
    padding-bottom: 0;
    padding-top: 0
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title-below h2.entry-title,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title-below h3.entry-title,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title-below h4.entry-title,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title-below h2.entry-title,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title-below h3.entry-title,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title-below h4.entry-title,
.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title-below h2.entry-title,
.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title-below h3.entry-title,
.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title-below h4.entry-title {
    margin-top: 0
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail.rt-with-title .entry-title,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail.rt-with-title .entry-title,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail.rt-with-title .entry-title {
    display: inline-block
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title .post-meta-user,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title .post-meta-user,
.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title .post-meta-user {
    margin-bottom: 15px
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h2,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h3,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h4,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h2,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h3,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h4,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    margin: 15px 0
}

.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4 {
    font-weight: 500
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h2 a,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h3 a,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h4 a,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h2 a,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h3 a,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h4 a,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2 a,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3 a,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4 a {
    color: #000
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h2 a:hover,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h3 a:hover,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h4 a:hover,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h2 a:hover,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h3 a:hover,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h4 a:hover,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2 a:hover,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3 a:hover,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4 a:hover {
    color: #fff
}

.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail {
    flex-grow: 1
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail,
.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail {
    background: #0850d0;
    color: #fff
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail a,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail a,
.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail a {
    color: #fff
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail .read-more,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail .read-more,
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail .read-more {
    text-align: right
}

.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user .meta-data,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user a,
.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user i[class^=fa],
.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail h3 a,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user .meta-data,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user a,
.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user i[class^=fa],
.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail .post-meta-user,
.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail .post-meta-user a,
.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail i {
    color: #fff !important
}

@media (min-width:992px) {
    .rt-container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .rt-container {
        width: 1170px
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media screen and (max-width:768px) {

    .rt-member-description-container,
    .rt-member-feature-img {
        float: none;
        width: 100%
    }
}

@media (min-width:768px) {

    .rt-col-sm-1,
    .rt-col-sm-2,
    .rt-col-sm-3,
    .rt-col-sm-4,
    .rt-col-sm-5,
    .rt-col-sm-6,
    .rt-col-sm-7,
    .rt-col-sm-8,
    .rt-col-sm-9,
    .rt-col-sm-10,
    .rt-col-sm-11,
    .rt-col-sm-12,
    .rt-col-sm-24 {
        float: left
    }

    .rt-col-sm-24 {
        width: 20%
    }

    .rt-col-sm-12 {
        width: 100%
    }

    .rt-col-sm-11 {
        width: 91.66666667%
    }

    .rt-col-sm-10 {
        width: 83.33333333%
    }

    .rt-col-sm-9 {
        width: 75%
    }

    .rt-col-sm-8 {
        width: 66.66666667%
    }

    .rt-col-sm-7 {
        width: 58.33333333%
    }

    .rt-col-sm-6 {
        width: 50%
    }

    .rt-col-sm-5 {
        width: 41.66666667%
    }

    .rt-col-sm-4 {
        width: 33.33333333%
    }

    .rt-col-sm-3 {
        width: 25%
    }

    .rt-col-sm-2 {
        width: 16.66666667%
    }

    .rt-col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width:992px) {

    .rt-col-md-1,
    .rt-col-md-2,
    .rt-col-md-3,
    .rt-col-md-4,
    .rt-col-md-5,
    .rt-col-md-6,
    .rt-col-md-7,
    .rt-col-md-8,
    .rt-col-md-9,
    .rt-col-md-10,
    .rt-col-md-11,
    .rt-col-md-12,
    .rt-col-md-24 {
        float: left
    }

    .rt-col-md-24 {
        width: 20%
    }

    .rt-col-md-12 {
        width: 100%
    }

    .rt-col-md-11 {
        width: 91.66666667%
    }

    .rt-col-md-10 {
        width: 83.33333333%
    }

    .rt-col-md-9 {
        width: 75%
    }

    .rt-col-md-8 {
        width: 66.66666667%
    }

    .rt-col-md-7 {
        width: 58.33333333%
    }

    .rt-col-md-6 {
        width: 50%
    }

    .rt-col-md-5 {
        width: 41.66666667%
    }

    .rt-col-md-4 {
        width: 33.33333333%
    }

    .rt-col-md-3 {
        width: 25%
    }

    .rt-col-md-2 {
        width: 16.66666667%
    }

    .rt-col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width:1200px) {

    .rt-col-lg-1,
    .rt-col-lg-2,
    .rt-col-lg-3,
    .rt-col-lg-4,
    .rt-col-lg-5,
    .rt-col-lg-6,
    .rt-col-lg-7,
    .rt-col-lg-8,
    .rt-col-lg-9,
    .rt-col-lg-10,
    .rt-col-lg-11,
    .rt-col-lg-12 {
        float: left
    }

    .rt-col-lg-24 {
        width: 20%
    }

    .rt-col-lg-12 {
        width: 100%
    }

    .rt-col-lg-11 {
        width: 91.66666667%
    }

    .rt-col-lg-10 {
        width: 83.33333333%
    }

    .rt-col-lg-9 {
        width: 75%
    }

    .rt-col-lg-8 {
        width: 66.66666667%
    }

    .rt-col-lg-7 {
        width: 58.33333333%
    }

    .rt-col-lg-6 {
        width: 50%
    }

    .rt-col-lg-5 {
        width: 41.66666667%
    }

    .rt-col-lg-4 {
        width: 33.33333333%
    }

    .rt-col-lg-3 {
        width: 25%
    }

    .rt-col-lg-2 {
        width: 16.66666667%
    }

    .rt-col-lg-1 {
        width: 8.33333333%
    }
}

.rt-img-holder {
    overflow: hidden
}

.layout4 .rt-img-holder,
.layout4 .rt-img-holder a,
.layout4 .rt-img-holder img {
    height: 100%
}

.img_zoom_in img.rt-img-responsive,
.img_zoom_out img.rt-img-responsive {
    min-width: 100%;
    transition: all 1s !important
}

.img_zoom_in:hover img.rt-img-responsive,
.img_zoom_out img.rt-img-responsive {
    transform: scale(1.2) !important
}

.img_zoom_out:hover img.rt-img-responsive {
    transform: scale(1) !important
}

.tpg-shortcode-main-wrapper .img_no_effect:hover img.rt-img-responsive {
    transform: none
}

.tpg-even .rt-holder {
    display: flex;
    height: 100%
}

.tpg-even.edd1 .rt-holder,
.tpg-even.layout1 .rt-holder,
.tpg-even.layout12 .rt-holder,
.tpg-even.offset01 .offset-big .rt-holder,
.tpg-even.offset02 .offset-big .rt-holder {
    flex-direction: column
}

.tpg-even.edd1 .rt-holder .rt-img-holder,
.tpg-even.layout1 .rt-holder .rt-img-holder,
.tpg-even.layout11 .rt-holder .rt-img-holder,
.tpg-even.layout11 .rt-holder .rt-img-holder * {
    height: auto
}

@media (min-width:768px) and (max-width:991px) {

    .tpg-even.layout4 .even-grid-item:nth-of-type(4n+2) .rt-holder [class*=rt-col]:first-child,
    .tpg-even.layout4 .even-grid-item:nth-of-type(4n+3) .rt-holder [class*=rt-col]:first-child {
        order: 2
    }
}

@media (max-width:767px) {
    .tpg-even.layout4 .even-grid-item .rt-holder .layoutInner-img {
        order: -1 !important
    }
}

.tpg-shortcode-main-wrapper .rt-holder .overlay,
.tpg-shortcode-main-wrapper .rt-holder .overlay>a[data-id],
.tpg-shortcode-main-wrapper .rt-holder>a[data-id] {
    width: 100%
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .carousel5 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .carousel7 .rt-holder .overlay .post-info,
.tpg-shortcode-main-wrapper .carousel11 .rt-holder .overlay .post-info .tpg-shortcode-main-wrapper .layout13 .rt-holder .overlay .post-info,
.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info,
.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay,
.tpg-shortcode-main-wrapper .isotope5 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .isotope7 .rt-holder .post-info,
.tpg-shortcode-main-wrapper .isotope9 .rt-holder .overlay .post-info,
.tpg-shortcode-main-wrapper .isotope11 .rt-holder .overlay .post-info,
.tpg-shortcode-main-wrapper .isotope12 .rt-holder .post-info,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .layout8 .rt-holder .overlay,
.tpg-shortcode-main-wrapper .layout10 .rt-holder .overlay .post-info,
.tpg-shortcode-main-wrapper .layout15 .rt-holder .overlay .post-info,
.tpg-shortcode-main-wrapper .layout16 .rt-holder .overlay .post-info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .read-more a,
.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .read-more a,
.tpg-shortcode-main-wrapper .carousel4 .rt-holder .read-more a,
.tpg-shortcode-main-wrapper .carousel5 .rt-holder .overlay .post-info .read-more a,
.tpg-shortcode-main-wrapper .carousel7 .rt-holder .overlay .post-info .read-more a,
.tpg-shortcode-main-wrapper .carousel9 .rt-holder .overlay .post-info .read-more a,
.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info .read-more a,
.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .read-more a,
.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta .read-more a,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .read-more a,
.tpg-shortcode-main-wrapper .isotope4 .rt-holder .post-meta .read-more a,
.tpg-shortcode-main-wrapper .isotope5 .rt-holder .overlay .post-meta .read-more a,
.tpg-shortcode-main-wrapper .isotope9 .rt-holder .overlay .post-info .read-more a,
.tpg-shortcode-main-wrapper .isotope11 .rt-holder .overlay .post-info .read-more a,
.tpg-shortcode-main-wrapper .isotope12 .rt-holder .post-info .read-more a,
.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .read-more a,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .read-more a,
.tpg-shortcode-main-wrapper .layout7 .rt-holder .read-more a,
.tpg-shortcode-main-wrapper .layout8 .rt-holder .read-more a,
.tpg-shortcode-main-wrapper .layout10 .rt-holder .read-more a,
.tpg-shortcode-main-wrapper .layout13 .rt-holder .read-more a,
.tpg-shortcode-main-wrapper .layout15 .rt-holder .read-more a,
.tpg-shortcode-main-wrapper .layout16 .rt-holder .read-more a,
.tpg-shortcode-main-wrapper .offset03 .rt-holder .post-meta .read-more a {
    border: 1px solid hsla(0, 0%, 100%, .4);
    padding: 8px 15px
}

.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta,
.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta,
.tpg-shortcode-main-wrapper .isotope12 .rt-holder .post-info .post-meta .rt-tpg-social-share,
.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta {
    color: #fff;
    overflow: hidden;
    text-align: center
}

.elementor-container .rt-container,
.elementor-container .rt-container-fluid {
    padding-left: 0;
    padding-right: 0
}

.tpg-even.grid-behaviour {
    align-items: flex-start
}

.grid-layout2.tpg-even,
.grid-layout6 .tpg-even.grid-behaviour,
.tpg-full-height {
    align-items: inherit
}

.tpg-el-main-wrapper .tpg-post-holder {
    height: 100%
}

.grid_hover-layout9-2-main .tpg-even .rt-holder,
.grid_hover-layout9-main .tpg-even .rt-holder,
.list-layout1-main .tpg-even .rt-holder,
.tpg-el-main-wrapper .tpg-even .rt-holder {
    display: block
}

.rt-el-post-meta span.author {
    margin-bottom: 2px
}

.rt-tpg-container .rt-detail .tpg-excerpt {
    margin-top: -5px
}

.tpg-el-main-wrapper .slider_layout_wrapper .tpg-post-holder {
    margin-top: 1px
}

.tpg-el-main-wrapper .grid-layout5 .tpg-post-holder,
.tpg-el-main-wrapper .grid-layout6 .tpg-post-holder,
.tpg-el-main-wrapper .slider_layout_wrapper .tpg-post-holder {
    height: auto
}

.rt-tpg-container .rt-el-content-wrapper {
    transition: background-color .4s ease-in-out
}

.rt-tpg-container .slider-layout13 .rt-el-content-wrapper {
    padding-bottom: 30px
}

.rt-tpg-container .tpg-post-holder .read-more a,
.rt-tpg-social-share a i,
.tpg-el-main-wrapper .post-meta-tags a,
.tpg-el-main-wrapper .post-meta-tags img,
.tpg-el-main-wrapper .post-meta-tags span,
.tpg-el-main-wrapper .rt-holder:hover .post-meta-tags i,
.tpg-el-main-wrapper .tpg-el-excerpt *,
.tpg-el-main-wrapper .tpg-el-image-wrap .overlay,
.tpg-el-main-wrapper .tpg-el-image-wrap img,
.tpg-el-main-wrapper .tpg-post-holder,
.tpg-separate-category .categories-links,
.tpg-separate-category .categories-links i {
    transition: .4s ease-in-out
}

.tpg-cat-style4 .tpg-el-main-wrapper .categories-links a {
    color: var(--tpg-primary-color, #4f4c5e) !important
}

.tpg-el-main-wrapper .rt-content-loader [class*=rt-col] {
    margin-top: 0;
    padding-bottom: 15px
}

.tpg-el-main-wrapper .entry-title a {
    color: inherit !important;
    text-decoration: none;
    transition: none !important
}

.tpg-el-main-wrapper .entry-title a:focus {
    border: none;
    box-shadow: none
}

/* .tpg-el-main-wrapper .entry-title:hover {
    color: var(--tpg-primary-color, #0d6efd)
} */

.tpg-widget-heading-wrapper .tpg-widget-heading a {
    color: inherit
}

.section-title-align-center .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-left,
.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-left {
    display: block;
    margin-left: 0;
    margin-right: 15px
}

.section-title-align-center .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading:before {
    display: none
}

.section-title-align-center .tpg-widget-heading-wrapper .tpg-widget-heading {
    margin: 0;
    padding: 0
}

.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-right {
    display: none
}

.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading {
    padding-left: 15px;
    padding-right: 0
}

.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading:before {
    left: 0;
    right: auto
}

.section-title-align-left .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before {
    display: none
}

.section-title-align-left .tpg-widget-heading-wrapper.heading-default,
.section-title-align-left .tpg-widget-heading-wrapper.heading-style2,
.section-title-align-left .tpg-widget-heading-wrapper.heading-style3 {
    justify-content: flex-start
}

.section-title-align-center .tpg-widget-heading-wrapper.heading-default,
.section-title-align-center .tpg-widget-heading-wrapper.heading-style2,
.section-title-align-center .tpg-widget-heading-wrapper.heading-style3 {
    justify-content: center
}

.section-title-align-right .tpg-widget-heading-wrapper.heading-default,
.section-title-align-right .tpg-widget-heading-wrapper.heading-style2,
.section-title-align-right .tpg-widget-heading-wrapper.heading-style3 {
    justify-content: flex-end
}

.section-title-align-right .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:after {
    display: none
}

.tpg-widget-heading-wrapper .external-link {
    align-items: center;
    color: #646464;
    display: flex;
    gap: 11px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 2px
}

.tpg-widget-heading-wrapper .external-link:hover {
    color: var(--tpg-primary-color, #0d6efd)
}

.tpg-widget-heading-wrapper .external-link .external-lable {
    margin-top: -7px
}

.tpg-widget-heading-wrapper .external-link i {
    color: inherit;
    font-size: 115%
}

[dir=rtl] .tpg-widget-heading-wrapper .external-link i {
    display: block;
    transform: rotate(-180deg)
}

.has-external-link .tpg-widget-heading-wrapper {
    padding-right: 115px
}

.title-one-line .entry-title,
.title-three-line .entry-title,
.title-two-line .entry-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.title-one-line .entry-title {
    -webkit-line-clamp: 1
}

.title-two-line .entry-title {
    -webkit-line-clamp: 2
}

.title-three-line .entry-title {
    -webkit-line-clamp: 3
}

.rt-tpg-container .rt-el-post-meta {
    align-content: baseline;
    color: #646464;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 15px;
    margin-bottom: 13px
}

.rt-el-post-meta a,
.rt-el-post-meta a:active,
.rt-el-post-meta a:focus {
    color: inherit
}

.rt-el-post-meta a:hover {
    color: var(--tpg-primary-color, #0d6efd)
}

.rt-tpg-container .rt-el-post-meta i {
    line-height: 1;
    margin-right: 8px;
    margin-top: -1px
}

.rt-tpg-container .offset-right .rt-el-post-meta {
    margin-top: -6px
}

.tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.editor-styles-wrapper .wp-block-freeform .tpg-el-image-wrap img,
.editor-styles-wrapper .wp-block .tpg-el-image-wrap img {
    border-radius: 0
}

@media (max-width:767px) {
    .tpg-el-main-wrapper .tpg-el-image-wrap img {
        width: 100% !important
    }
}

.tpg-el-main-wrapper .tpg-el-image-wrap a.tpg-post-link {
    height: 100%;
    width: 100%
}

.tpg-el-main-wrapper .tpg-el-image-wrap .overlay {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.tpg-el-main-wrapper .rt-grid-hover-item .tpg-el-image-wrap .overlay.grid-hover-content {
    display: none !important;
    opacity: 0;
    visibility: hidden
}

.tpg-el-main-wrapper .tpg-post-holder .tpg-el-image-wrap .overlay.show-on-hover,
.tpg-el-main-wrapper .tpg-post-holder:hover .tpg-el-image-wrap .overlay.hide-on-hover {
    opacity: 0 !important
}

.tpg-el-main-wrapper .tpg-post-holder:hover .tpg-el-image-wrap .overlay.show-on-hover {
    opacity: 1 !important
}

.tpg-el-main-wrapper .post-meta-tags span {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    font-weight: 300
}

.tpg-el-main-wrapper .post-meta-tags a {
    margin-bottom: 0
}

.tpg-el-main-wrapper .post-meta-tags span img+span.author-prefix {
    padding-left: 3px
}

.tpg-el-main-wrapper .post-meta-tags span.author-prefix {
    padding-right: 5px
}

.tpg-el-main-wrapper .post-meta-tags span img {
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    margin-right: 14px;
    margin-top: -2%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 25px
}

.post-meta-tags span.separator:last-of-type {
    display: none
}

body .readmore-btn-only-text .rt-tpg-container .tpg-post-holder .read-more a,
body .readmore-btn-only-text .rt-tpg-container .tpg-post-holder .read-more a:hover {
    background: none !important;
    border: none !important;
    padding: 0 !important
}

.rt-tpg-container .tpg-post-holder .read-more a i {
    transition: margin .4s ease-in-out
}

.rt-tpg-container .tpg-post-holder .read-more a i[class*=flaticon] {
    line-height: 1;
    padding-top: 2px
}

.rt-tpg-container .tpg-post-holder .read-more a i.left-icon {
    margin-right: 5px
}

.rt-tpg-container .tpg-post-holder .read-more a i.right-icon {
    margin-left: 5px
}

.tpg-el-box-border-disable .rt-tpg-container .rt-holder {
    border: none;
    box-shadow: none !important
}

.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {
    display: flex;
    justify-content: space-between
}

.tpg-filter-alignment-left .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {
    align-items: flex-start
}

.tpg-filter-alignment-center .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {
    align-items: center
}

.tpg-filter-alignment-right .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {
    align-items: flex-end
}

.tpg-filter-h-alignment-left .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {
    justify-content: flex-start
}

.tpg-filter-h-alignment-center .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {
    justify-content: center
}

.tpg-filter-h-alignment-right .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {
    justify-content: flex-end
}

.tpg-filter-h-alignment-space-between .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {
    justify-content: space-between
}

.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input {
    min-width: 202px
}

.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper {
    margin-right: 15px
}

.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap div:last-child {
    margin-right: 0
}

@media (max-width:1023px) {
    .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper {
        text-align: center
    }

    .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-right-wrapper {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-right-wrapper .rt-order-by-action {
        order: -1
    }
}

@media (max-width:991px) {
    .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {
        flex-direction: column
    }
}

@media (max-width:600px) {
    .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper {
        margin-right: 0
    }

    .tpg-filter-type-dropdown .rt-filter-wrap .filter-left-wrapper {
        display: flex;
        justify-content: center
    }

    .tpg-el-main-wrapper .rt-filter-item-wrap.rt-tax-filter.rt-filter-dropdown-wrap {
        margin-bottom: 4px
    }

    .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {
        flex-direction: column
    }
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap {
    min-height: 38px
}

.tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper-flex {
    display: flex;
    flex-direction: row
}

.title_position_above_image .tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper .tpg-el-image-wrap {
    margin: 0 -15px 15px
}

.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper .entry-title {
    margin-bottom: 0;
    transition: .4s;
    font-family: 'PT Sans';
    font-size: 18px;
    color: #000
}

.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper .tpg-separate-category,
.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper .tpg-separate-category.above_title a {
    margin-bottom: 5px
}

.tpg-el-main-wrapper .rt-holder .tpg-el-excerpt {
    order: 5
}

.tpg-el-main-wrapper .rt-holder .rt-tpg-social-share {
    order: 10
}

.tpg-el-main-wrapper .rt-tpg-social-share a {
    margin-right: 10px
}

.tpg-el-main-wrapper .rt-holder .post-footer {
    margin-bottom: 15px;
    order: 11
}

.title_position_above_image .tpg-el-main-wrapper .rt-holder .entry-title-wrapper {
    order: -5
}

.title_position_below_image .tpg-el-main-wrapper .rt-holder .tpg-el-image-wrap {
    order: -8
}

.title_position_below_image .tpg-el-main-wrapper .rt-holder .entry-title-wrapper {
    order: 2
}

.title_position_above_image.meta_position_above_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta {
    order: -6
}

.title_position_above_image.meta_position_below_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta {
    order: -4
}

.title_position_below_image.meta_position_above_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta {
    order: 1
}

.title_position_below_image.meta_position_below_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta {
    order: 3
}

.meta_position_below_excerpt .tpg-el-main-wrapper .rt-holder .rt-el-post-meta {
    order: 6
}

.meta_position_above_excerpt .tpg-el-main-wrapper .rt-holder .rt-el-post-meta {
    order: 4
}

.title_position_default.meta_position_above_title .tpg-el-main-wrapper .rt-holder .tpg-el-image-wrap {
    order: -2
}

.title_position_default.meta_position_above_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta {
    order: -1
}

.title_hover_border_enable .rt-tpg-container .entry-title-wrapper .entry-title a {
    background: linear-gradient(180deg, var(--tpg-primary-color, #0d6efd) 0, var(--tpg-primary-color, #0d6efd) 98%);
    background-position: left 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background .4s !important
}

.title_hover_border_enable .rt-tpg-container .entry-title-wrapper .entry-title:hover a {
    background-size: 100% 2px
}

.title_hover_border_disable .rt-tpg-container .entry-title-wrapper .entry-title a {
    background: none !important
}

.rt-tpg-container .post-right-content {
    display: flex;
    flex-direction: column
}

.rt-tpg-container .list-layout-wrapper .post-right-content {
    flex: 1
}

.rt-tpg-container .list-layout-wrapper .post-right-content>div:last-child {
    margin-bottom: 0
}

.tpg-separate-category.style1 .rt-separator {
    margin-right: 4px
}

.tpg-category-position-default .grid-layout4 .rt-detail .entry-title-wrapper .tpg-separate-category,
.tpg-category-position-default .grid_hover-layout11 .rt-detail .entry-title-wrapper .tpg-separate-category,
.tpg-is-author-icon-hide .post-meta-tags span.author i,
.tpg-is-author-icon-hide .post-meta-tags span.author img {
    display: none
}

.rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 99
}

.rt-tpg-container .rt-holder:hover .rt-img-holder .tpg-zoom {
    opacity: 1;
    top: 50%;
    visibility: visible
}

.rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom i {
    background: hsla(0, 0%, 100%, .8);
    border: 0 solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 40px;
    margin-right: 0;
    padding: 5px;
    text-align: center;
    width: 50px
}

@media (min-width:992px) {

    .rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+5) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+6) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+7) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+8) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-md-4:nth-child(6n+4) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-md-4:nth-child(6n+5) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-md-4:nth-child(6n+6) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-md-6:nth-child(4n+3) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-md-6:nth-child(4n+4) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-md-12:nth-child(2n) .rt-el-content-wrapper-flex {
        flex-direction: row-reverse
    }
}

@media (min-width:1200px) {

    .rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-4:nth-child(6n+4) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-4:nth-child(6n+5) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-4:nth-child(6n+6) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-6:nth-child(4n+3) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-6:nth-child(4n+4) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-12:nth-child(2n) .rt-el-content-wrapper-flex {
        flex-direction: row-reverse
    }
}

@media (min-width:768px) and (max-width:991px) {

    .rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+5) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+6) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+7) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+8) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-4:nth-child(6n+4) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-4:nth-child(6n+5) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-4:nth-child(6n+6) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-6:nth-child(4n+3) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-6:nth-child(4n+4) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-12:nth-child(2n) .rt-el-content-wrapper-flex {
        flex-direction: row-reverse
    }
}

@media (max-width:768px) {

    .rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+5) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+6) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+7) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+8) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-4:nth-child(4n+4) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-4:nth-child(4n+5) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-4:nth-child(4n+6) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-6:nth-child(4n+3) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-6:nth-child(4n+4) .rt-el-content-wrapper-flex,
    .rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-12:nth-child(2n) .rt-el-content-wrapper-flex {
        flex-direction: row-reverse
    }
}

.rt-tpg-container .grid-layout4 .rt-holder .tpg-el-image-wrap,
.rt-tpg-container .grid-layout5 .rt-holder .tpg-el-image-wrap,
.rt-tpg-container .grid-layout6 .rt-holder .tpg-el-image-wrap {
    margin: 0 0 15px
}

.rt-tpg-container .grid-layout4 .cat-over-image a,
.rt-tpg-container .grid-layout5 .tpg-separate-category a,
.rt-tpg-container .list-layout4 .tpg-separate-category a {
    align-items: center;
    background-color: var(--tpg-primary-color, #0d6efd);
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 5px;
    min-height: 24px;
    padding: 0 8px
}

.rt-tpg-container .grid-layout4 .cat-over-image a:hover,
.rt-tpg-container .grid-layout5 .tpg-separate-category a:hover,
.rt-tpg-container .list-layout4 .tpg-separate-category a:hover {
    background: var(--tpg-secondary-color, #0654c4)
}

.rt-tpg-container .grid-layout4 .cat-over-image a:hover:after,
.rt-tpg-container .grid-layout5 .tpg-separate-category.style3 a:hover:after,
.rt-tpg-container .list-layout4 .tpg-separate-category.style3 a:hover:after {
    border-top-color: var(--tpg-secondary-color, #0654c4)
}

.rt-tpg-container .grid-layout4 .cat-over-image .rt-separator,
.rt-tpg-container .grid-layout5 .tpg-separate-category .rt-separator {
    display: none
}

.rt-tpg-container .grid-layout1 .rt-holder,
.rt-tpg-container .grid-layout3 .rt-holder {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3)
}

.tpg-el-main-wrapper .grid-layout2 .rt-holder .rt-el-content-wrapper-flex {
    height: 100%;
    padding: 0
}

.rt-tpg-container .grid-layout2 .rt-holder .tpg-el-image-wrap {
    flex: 0 0 50%;
    margin: 0;
    max-width: 50%
}

.rt-tpg-container .grid-layout2 .rt-holder .post-right-content {
    flex-grow: 1;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px
}

.tpg-el-main-wrapper .grid-layout2 [class*=rt-col] {
    padding: 0
}

@media (max-width:500px) {

    .tpg-el-main-wrapper .grid-layout2 .rt-el-content-wrapper-flex,
    .tpg-post-order-reverse .rt-tpg-container .rt-row .rt-col-xs-12:nth-child(2n) .rt-el-content-wrapper-flex {
        display: block
    }

    .rt-tpg-container .grid-layout2 .rt-holder .post-right-content,
    .rt-tpg-container .grid-layout2 .rt-holder .tpg-el-image-wrap {
        flex: inherit;
        margin: 0;
        max-width: 100%
    }

    .tpg-el-main-wrapper .grid-layout2 [class*=rt-col] {
        margin-bottom: 15px
    }
}

.rt-tpg-container .grid-layout3 .rt-holder {
    border-radius: 4px;
    overflow: hidden
}

.meta_position_default .tpg-el-main-wrapper .grid-layout3 .rt-holder .rt-el-post-meta {
    order: 12;
    padding-bottom: 5px;
    padding-top: 20px;
    position: relative
}

.meta_position_default .tpg-el-main-wrapper .grid-layout3 .rt-holder .rt-el-post-meta:before {
    background: #ddd;
    content: "";
    height: 1px;
    left: -50px;
    position: absolute;
    right: -50px;
    top: 0;
    width: calc(100% + 100px)
}

.rt-tpg-container .grid-layout4 .entry-title-wrapper .entry-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.tpg-el-main-wrapper .grid-layout4 .tpg-el-image-wrap img {
    height: 230px;
    width: 100%
}

.rt-tpg-container .grid-layout4 .rt-holder .rt-detail {
    padding: 0
}

.tpg-el-main-wrapper .list-layout-wrapper .rt-holder .rt-el-content-wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 0
}

.tpg-el-main-wrapper.list-layout1-main .list-layout-wrapper .rt-holder .rt-el-content-wrapper {
    align-items: flex-start
}

.tpg-el-main-wrapper.list-layout1-2-main .list-layout1 .rt-holder .rt-el-content-wrapper {
    flex-direction: row-reverse
}

.rt-tpg-container .list-layout1 .rt-holder .tpg-el-image-wrap {
    flex: 0 0 260px;
    /* margin: 0 20px 0 0 */
}

@media (max-width:991px) {
    .rt-tpg-container .list-layout1 .rt-holder .tpg-el-image-wrap {
        flex: 0 0 120px
    }
}

.tpg-el-main-wrapper.list-layout1-2-main .list-layout1 .rt-holder .tpg-el-image-wrap {
    margin: 0 0 0 30px
}

.rt-tpg-container .list-layout1 .rt-detail .read-more a,
.rt-tpg-container .list-layout2 .rt-detail .read-more a,
.rt-tpg-container .list-layout3 .rt-detail .read-more a {
    background-color: var(--tpg-primary-color, #0d6efd);
    border-color: var(--tpg-primary-color, #0d6efd);
    color: #fff
}

.rt-tpg-container .list-layout1 .rt-detail .read-more a:hover,
.rt-tpg-container .list-layout2 .rt-detail .read-more a:hover,
.rt-tpg-container .list-layout3 .rt-detail .read-more a:hover,
.rt-tpg-container .list-layout4 .rt-detail .read-more a:hover {
    background-color: var(--tpg-secondary-color, #0654c4);
    border-color: var(--tpg-secondary-color, #0654c4);
    color: #fff
}

.tags-visibility-default .list-layout1 .post-tags-links,
.tags-visibility-default .list-layout1 .post-tags-links+.separator {
    display: none
}

.rt-tpg-container .list-layout-wrapper .offset-right .rt-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    overflow: hidden;
    width: 100%
}

.rt-tpg-container .list-layout-wrapper.list-layout3 .offset-right .rt-row .rt-list-item {
    margin-bottom: 15px
}

.tpg-el-main-wrapper .list-layout2 .offset-left .tpg-el-image-wrap {
    height: 300px
}

.tpg-el-main-wrapper .list-layout-wrapper .offset-left .rt-holder .rt-el-content-wrapper {
    flex-direction: column
}

.rt-tpg-container .list-layout-wrapper .offset-left .rt-holder .tpg-el-image-wrap {
    flex: inherit;
    margin: 0 0 15px
}

.tpg-el-main-wrapper .list-layout-wrapper .offset-right .tpg-el-image-wrap {
    height: 100px
}

.rt-tpg-container .list-layout-wrapper .offset-left .entry-title-wrapper .entry-title {
    font-size: 24px
}

.rt-tpg-container .list-layout-wrapper .offset-right .entry-title-wrapper .entry-title {
    font-size: 18px
}

.tpg-el-main-wrapper.list-layout2-2-main .list-layout2,
.tpg-el-main-wrapper.list-layout3-2-main .list-layout3,
.tpg-el-main-wrapper.list-layout5-2-main .list-layout5 .rt-holder .rt-el-content-wrapper {
    flex-direction: row-reverse
}

.tpg-el-main-wrapper .list-layout-wrapper.list-layout2 .rt-holder .rt-el-content-wrapper,
.tpg-el-main-wrapper .list-layout-wrapper.list-layout2-2 .rt-holder .rt-el-content-wrapper,
.tpg-el-main-wrapper .list-layout-wrapper.list-layout2-3 .rt-holder .rt-el-content-wrapper,
.tpg-el-main-wrapper .list-layout-wrapper.list-layout3 .rt-holder .rt-el-content-wrapper {
    align-items: flex-start !important
}

.tags-visibility-default .list-layout2 .post-tags-links,
.tags-visibility-default .list-layout2 .post-tags-links+.separator {
    display: none
}

.rt-tpg-container .list-layout2 .offset-right .rt-holder .tpg-el-image-wrap {
    flex: 0 0 107px;
    margin: 0 15px 0 0;
    max-width: 107px
}

.tpg-el-main-wrapper .list-layout3 .offset-right .rt-holder .tpg-el-excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.tpg-el-main-wrapper .list-layout3 [class*=rt-col] {
    padding-bottom: 15px
}

.tpg-el-main-wrapper .list-layout3 .offset-left .tpg-el-image-wrap {
    height: 390px
}

.rt-tpg-container .list-layout3 .offset-right .rt-holder .tpg-el-image-wrap {
    flex: 0 0 140px;
    height: 110px;
    margin: 0 15px 0 0;
    max-width: 140px
}

.tpg-el-main-wrapper .list-layout-wrapper.list-layout4 .rt-el-content-wrapper {
    align-items: inherit !important
}

.rt-tpg-container .list-layout4 .post-right-content,
.tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap {
    flex: 0 0 50%;
    margin: 0
}

@media (min-width:768px) {
    .tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap {
        height: 400px
    }
}

.rt-tpg-container .list-layout4 .post-right-content {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 30px 50px;
    text-align: center
}

.rt-tpg-container .list-layout4 .entry-title-wrapper .categories-links .rt-separator {
    display: none
}

.tpg-el-main-wrapper .list-layout4 [class*=rt-col] {
    padding-bottom: 0
}

@media (min-width:768px) {
    .tpg-el-main-wrapper .list-layout4 [class*=rt-col]:nth-child(2n) .rt-holder .rt-el-content-wrapper {
        flex-direction: row-reverse
    }
}

@media (max-width:768px) {
    .tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap {
        flex: 0 0 150px;
        height: 120px
    }

    .rt-tpg-container .list-layout4 .post-right-content {
        flex: inherit;
        flex-grow: 1;
        padding: 0 0 0 20px;
        text-align: left
    }

    .tpg-el-main-wrapper .list-layout-wrapper.list-layout4 .rt-holder .rt-el-content-wrapper {
        align-items: flex-start !important
    }

    .tpg-el-main-wrapper .list-layout4 [class*=rt-col] {
        margin-bottom: 30px
    }
}

@media (max-width:500px) {
    .tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap {
        flex: 0 0 100px;
        height: 100px
    }
}

.rt-tpg-container .list-layout5 .post-right-content {
    display: block;
    overflow: hidden;
    padding-left: 20px
}

.tpg-el-main-wrapper.list-layout5-2-main .list-layout5 .post-right-content {
    padding-left: 0;
    padding-right: 20px
}

.rt-tpg-container .list-layout5 .rt-holder .rt-img-holder {
    border-radius: 50%;
    flex: 0 0 100px;
    height: 100px;
    margin-top: 8px
}

.rt-tpg-container .list-layout5 .entry-title-wrapper .entry-title {
    font-size: 18px
}

.tags-visibility-default .list-layout5 .rt-el-post-meta {
    color: #a5a6aa;
    font-size: 14px
}

.list-layout5 .entry-title-wrapper .tpg-separate-category .categories-links {
    color: #7a7e83;
    font-size: 14px;
    font-weight: 500
}

.list-layout5 .entry-title-wrapper .tpg-separate-category .categories-links a {
    color: inherit
}

.tpg-el-main-wrapper .list-layout5 [class*=rt-col] {
    padding-bottom: 30px
}

.rt-tpg-container .list-layout5 .post-right-content {
    flex: 1
}

.grid_hover_layout_wrapper .rt-row-inner {
    display: flex;
    flex-wrap: wrap
}

.rt-tpg-container .rt-grid-hover-item .entry-title-wrapper .entry-title {
    font-size: 20px;
    line-height: 1.4
}

.tpg-el-main-wrapper .rt-grid-hover-item .rt-holder .rt-el-content-wrapper {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    min-height: 56px;
    padding: 30px 30px 15px;
    position: absolute;
    right: 0;
    transition: 1.2s;
    width: 100%;
    z-index: 1
}

.rt-tpg-container.slider-layout8-main .rt-grid-hover-item .rt-holder .grid-hover-content {
    border: 20px solid transparent;
    max-height: 100%;
    padding: 5px 20px
}

.rt-tpg-container.slider-layout8-main .rt-grid-hover-item .rt-holder:hover .grid-hover-content {
    border-color: hsla(0, 0%, 100%, .5)
}

.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content {
    padding-bottom: 15px
}

.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content>div:last-of-type {
    margin-bottom: 0
}

.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,
.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transition: .4s ease-in-out;
    width: 100%;
    z-index: -1
}

.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after {
    background: rgba(0, 0, 0, .5)
}

.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,
.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content:before {
    opacity: 0;
    visibility: hidden
}

.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content:after {
    opacity: 1;
    visibility: visible
}

.rt-tpg-container .rt-grid-hover-item .entry-title-wrapper .entry-title,
.rt-tpg-container .rt-grid-hover-item .rt-el-post-meta,
.rt-tpg-container .rt-grid-hover-item .rt-el-post-meta a,
.rt-tpg-container .rt-grid-hover-item .rt-holder .tpg-el-excerpt {
    color: #fff
}

.grid_hover-layout11-main .rt-grid-hover-item .entry-title-wrapper .entry-title,
.grid_hover-layout11-main .rt-grid-hover-item .rt-el-post-meta,
.grid_hover-layout11-main .rt-grid-hover-item .rt-el-post-meta a,
.grid_hover-layout11-main .rt-grid-hover-item .rt-holder .tpg-el-excerpt,
.slider-layout9-main .rt-grid-hover-item .entry-title-wrapper .entry-title,
.slider-layout9-main .rt-grid-hover-item .rt-el-post-meta,
.slider-layout9-main .rt-grid-hover-item .rt-el-post-meta a,
.slider-layout9-main .rt-grid-hover-item .rt-holder .tpg-el-excerpt {
    color: #000
}

.grid_hover-layout11-main .rt-grid-hover-item .entry-title-wrapper .entry-title:hover,
.rt-tpg-container .rt-grid-hover-item a:hover {
    color: var(--tpg-primary-color, #0d6efd)
}

.rt-tpg-container .rt-grid-hover-item .rt-holder .tpg-el-image-wrap {
    margin: 0
}

.rt-grid-hover-item .tpg-el-image-wrap {
    height: 100%
}

.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder .grid-hover-content .entry-title-wrapper .entry-title:before {
    transition: .5s ease-in-out;
    width: 0
}

.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content .entry-title-wrapper .entry-title:before {
    width: 50%
}

.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder .grid-hover-content {
    opacity: 0;
    transition: .5s ease-in-out
}

.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content {
    opacity: 1
}

.grid-hover-overlay-type-fadeout-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content {
    opacity: 0
}

.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-holder .grid-hover-content {
    left: -100%;
    transition: .5s ease-in-out
}

.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content {
    left: 0
}

.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content {
    left: 100%
}

.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,
.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before {
    transition: .5s ease-in-out
}

.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,
.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,
.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,
.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before {
    background: var(--tpg-primary-color, #0d6efd);
    opacity: 1;
    visibility: visible
}

.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,
.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,
.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,
.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after {
    content: none
}

.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content,
.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content {
    height: 100%
}

.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content,
.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .tpg-el-image-wrap,
.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content,
.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .rt-img-holder {
    transition: all .5s
}

.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .rt-img-holder img {
    transform: none !important
}

.grid-hover-overlay-type-zoomin-on-hover .rt-tpg-container .rt-holder .grid-hover-content,
.grid-hover-overlay-type-zoomout-on-hover .rt-tpg-container .rt-holder .grid-hover-content {
    transition: .5s ease-in-out
}

.grid-hover-overlay-type-zoomin-on-hover .rt-tpg-container .rt-holder .grid-hover-content,
.grid-hover-overlay-type-zoomout-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content {
    opacity: 0;
    transform: scale(0)
}

.grid-hover-overlay-type-zoomin-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content {
    opacity: 1;
    transform: scale(1)
}

.grid-hover-overlay-type-zoominall-on-hover .rt-tpg-container .rt-holder .grid-hover-content *,
.grid-hover-overlay-type-zoomoutall-on-hover .rt-tpg-container .rt-holder .grid-hover-content * {
    transition: .4s ease-in-out !important
}

.grid-hover-overlay-type-zoominall-on-hover .rt-tpg-container .rt-holder .grid-hover-content *,
.grid-hover-overlay-type-zoomoutall-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content * {
    opacity: 0;
    transform: scale(0)
}

.grid-hover-overlay-type-zoominall-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content * {
    opacity: 1;
    transform: scale(1)
}

.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content {
    backface-visibility: hidden;
    opacity: 0;
    transform: rotateY(-180deg)
}

.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .grid-hover-content {
    backface-visibility: visible;
    opacity: 1;
    transform: rotateY(0deg)
}

.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .rt-img-holder,
.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .grid-hover-content {
    opacity: 0;
    transform: rotateY(180deg);
    visibility: hidden
}

.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .rt-img-holder {
    backface-visibility: hidden;
    opacity: 0;
    transform: rotateY(-180deg)
}

.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .rt-img-holder {
    backface-visibility: visible;
    opacity: 1;
    transform: rotateY(0deg)
}

.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .post-footer,
.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-el-post-meta,
.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-tpg-social-share,
.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .tpg-el-excerpt {
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    transition: .6s;
    visibility: hidden
}

.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .grid-hover-content>div,
.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .post-footer,
.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .rt-el-post-meta,
.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .rt-tpg-social-share,
.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .tpg-el-excerpt {
    margin-bottom: 15px
}

.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-el-post-meta {
    transition: all .6s, opacity .6s
}

.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .tpg-el-excerpt {
    transition: all .6s, opacity .5s
}

.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .post-footer {
    transition: all .6s, opacity .4s
}

.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-tpg-social-share {
    transition: all .6s, opacity .3s
}

.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .rt-el-post-meta {
    margin-bottom: 15px;
    max-height: var(--tpg-meta-height, 80px);
    opacity: 1;
    visibility: visible
}

.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .grid-hover-content>div:last-child {
    margin-bottom: 0 !important
}

.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .tpg-el-excerpt {
    max-height: var(--tpg-excerpt-height, 140px);
    opacity: 1;
    visibility: visible
}

.rt-tpg-container .grid_hover_layout_wrapper .rt-holder:hover .rt-tpg-social-share {
    margin-bottom: 15px;
    max-height: var(--tpg-share-height, 50px);
    opacity: 1;
    visibility: visible
}

.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .post-footer {
    max-height: var(--tpg-footer-height, 50px);
    opacity: 1;
    visibility: visible
}

.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .post-footer,
.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .rt-el-post-meta,
.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .rt-tpg-social-share,
.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .tpg-el-excerpt,
.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout5 .rt-grid-hover-item .rt-holder .rt-el-post-meta {
    max-height: inherit;
    opacity: 1;
    visibility: visible
}

.meta-visibility-default .rt-tpg-container .grid_hover-layout1 .rt-grid-hover-item .rt-holder .rt-el-post-meta {
    max-height: inherit
}

.rt-tpg-container .grid_hover-layout1 .rt-holder .tpg-el-image-wrap {
    height: 300px
}

.grid-hover-overlay-height-full .rt-tpg-container .rt-content-loader .rt-grid-hover-item .rt-holder .grid-hover-content {
    min-height: 100%
}

.grid-hover-overlay-height-full .rt-tpg-container.grid_hover-layout2-main .rt-content-loader .rt-grid-hover-item .rt-holder .grid-hover-content {
    min-height: calc(100% - 30px)
}

.hover-overlay-height-default .rt-tpg-container .grid_hover-layout1 .rt-grid-hover-item .rt-holder:hover .grid-hover-content,
.hover-overlay-height-full .rt-tpg-container .rt-content-loader .rt-grid-hover-item .rt-holder:hover .grid-hover-content {
    min-height: 100%;
    transition: .5s
}

.rt-tpg-container .grid_hover-layout1 .entry-title-wrapper .entry-title {
    font-size: 20px;
    line-height: 1.4
}

.meta-visibility-default .rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder .rt-el-post-meta {
    margin-bottom: 7px;
    max-height: inherit
}

.rt-tpg-container .grid_hover-layout2 .rt-holder .tpg-el-image-wrap img {
    height: 300px
}

.rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder .post-footer,
.rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder .tpg-el-excerpt,
.tpg-el-main-wrapper .grid_hover-layout2 .rt-holder .rt-tpg-social-share {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: .6s
}

.tpg-el-main-wrapper .grid_hover-layout2 .rt-holder:hover .rt-tpg-social-share {
    margin-bottom: 15px;
    max-height: 50px
}

.rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder:hover .post-footer {
    max-height: 50px
}

.hover-overlay-height-full .rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder:hover .grid-hover-content {
    min-height: 100%
}

.hover-overlay-height-full .rt-tpg-container.grid_hover-layout2-main .grid_hover-layout2 .rt-grid-hover-item .rt-holder:hover .grid-hover-content {
    min-height: calc(100% - 30px)
}

.rt-tpg-container .grid_hover-layout2 .rt-holder .grid-hover-content {
    justify-content: center;
    margin: 15px;
    padding: 20px;
    text-align: center;
    width: calc(100% - 30px)
}

.rt-tpg-container .grid_hover-layout3 .tpg-el-image-wrap {
    height: 300px
}

.rt-tpg-container .grid_hover-layout3 .rt-grid-hover-item .rt-holder .grid-hover-content {
    justify-content: center;
    min-height: 100%;
    padding: 20px 30px;
    text-align: center
}

.tpg-title-border-show .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title {
    margin-bottom: 20px;
    position: relative
}

.tpg-title-border-show .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before {
    background-color: #fff;
    bottom: -16px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: .4s;
    width: 50%
}

.tpg-title-border-show.title-alignment-justify .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before,
.tpg-title-border-show.title-alignment-left .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before,
.tpg-title-border-show.tpg-wrapper-align-left .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before {
    left: 0;
    transform: none
}

.tpg-title-border-show.title-alignment-right .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before,
.tpg-title-border-show.tpg-wrapper-align-right .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before {
    right: 0;
    transform: none
}

.elementor-template-full-width .site-content .ast-container,
.page-template-rttpg_full_width .site-content .ast-container {
    max-width: 100%;
    padding: 0;
    width: 100%
}

.tpg-el-main-wrapper .tgp-cf-field-label {
    display: inline-block;
    float: none
}

.tpg-el-main-wrapper .tpg-cf-fields {
    display: block
}

.tpg-el-main-wrapper .tgp-cf-field-value {
    display: inline
}

.tpg-el-main-wrapper .tpg-cf-group-title {
    color: inherit
}

.tpg-acf-align-left .rt-tpg-container .acf-custom-field-wrap {
    text-align: left
}

.grid-layout6 .acf-custom-field-wrap,
.list-layout4 .acf-custom-field-wrap,
.tpg-acf-align-center .rt-tpg-container .acf-custom-field-wrap {
    text-align: center
}

.tpg-acf-align-right .rt-tpg-container .acf-custom-field-wrap {
    text-align: right
}

.tpg-el-main-wrapper .rt-content-loader .tpg-reset-margin {
    padding: 0 !important
}

.rttpg-block-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.edit-post-visual-editor .rttpg-block-wrapper {
    margin-left: 0;
    margin-right: 0
}

.page-template-rttpg_canvas,
.page-template-rttpg_full_width {
    overflow-x: hidden
}

@media (max-width:991px) {
    .tpg-el-main-wrapper .offset-left {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {

    .tpg-el-main-wrapper.slider-layout11-main .rt-holder .tpg-el-excerpt,
    .tpg-el-main-wrapper.slider-layout12-main .rt-holder .tpg-el-excerpt {
        display: none
    }
}

.page-template-rttpg_canvas .rttpg-block-wrapper,
.page-template-rttpg_full_width .rttpg-block-wrapper {
    margin-left: 0;
    margin-right: 0
}

.rttpg-fullwidth-page {
    width: 100vw
}

@media (min-width:1200px) {
    .rttpg-block-postgrid.alignfull {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%
    }

    .rttpg-block-postgrid.alignwide {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 80%
    }

    html :where(.wp-block)[data-align=full] {
        max-width: none !important
    }
}

.tpg-prev-next-space-between .rt-pagination-wrap div,
.tpg-prev-next-space-between .rt-pagination-wrap ul {
    width: 100%
}

.tpg-prev-next-space-between .rt-pagination-wrap .rt-pagination .pagination-list,
.tpg-prev-next-space-between .rt-pagination-wrap ul {
    display: flex;
    justify-content: space-between
}

.tpg-prev-next-absolute .rt-pagination-wrap {
    pointer-events: none
}

.tpg-prev-next-absolute .rt-pagination-wrap a,
.tpg-prev-next-absolute .rt-pagination-wrap li {
    pointer-events: all
}

.tpg-border-bottom-enable .tpg-el-main-wrapper .tpg-post-holder {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px
}

.tpg-border-bottom-enable .tpg-el-main-wrapper [class*=rt-col]:last-child .tpg-post-holder {
    border-bottom: none !important;
    padding-bottom: 0 !important
}

.swiper {
    overflow: hidden
}

.tpg-img-230 .tpg-el-main-wrapper .tpg-el-image-wrap,
.tpg-img-230 .tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 230px !important
}

.tpg-img-160 .tpg-el-main-wrapper .tpg-el-image-wrap,
.tpg-img-160 .tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 160px !important
}

.tpg-img-180 .tpg-el-main-wrapper .tpg-el-image-wrap,
.tpg-img-180 .tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 180px !important
}

.tpg-img-240 .tpg-el-main-wrapper .tpg-el-image-wrap,
.tpg-img-240 .tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 240px !important
}

.tpg-img-260 .tpg-el-main-wrapper .tpg-el-image-wrap,
.tpg-img-260 .tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 260px !important
}

.tpg-img-400 .tpg-el-main-wrapper .tpg-el-image-wrap,
.tpg-img-400 .tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 400px !important
}

.tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap,
.tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 500px !important
}

.tpg-img-650 .tpg-el-main-wrapper .tpg-el-image-wrap,
.tpg-img-650 .tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 650px !important
}

@media (min-width:992px) {

    .tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap,
    .tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap img {
        height: 500px !important
    }
}

@media (min-width:1201px) {
    .tpg-list-260 .tpg-el-main-wrapper .tpg-el-image-wrap img {
        height: 260px;
        width: 260px
    }
}

.tpg-m-15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important
}

.tpg-m-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

.tpg-style-1 .rt-tpg-container .rt-holder {
    border: 10px solid #fff;
    border-radius: 7px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .25)
}

.img-radius-4 .rt-tpg-container .rt-holder .rt-img-holder,
.tpg-style-1 .rt-tpg-container .rt-holder .rt-img-holder {
    border-radius: 4px
}

.tpg-reverse .offset-right .rt-holder .rt-el-content-wrapper {
    flex-direction: row-reverse !important
}

.tpg-reverse .offset-right .rt-holder .tpg-el-image-wrap {
    margin: 0 0 0 15px !important
}

.thumb-border-bottom .rt-holder .tpg-el-image-wrap {
    border-bottom: 1px solid #ededed
}

.offset-image-right .rt-tpg-container .offset-right .rt-holder .rt-el-content-wrapper {
    flex-direction: row-reverse !important
}

.offset-image-right .tpg-el-main-wrapper .offset-right .tpg-el-image-wrap {
    margin: 0 0 0 15px !important
}

.tpg-radius-5 {
    border-radius: 5px;
    overflow: hidden
}

.tpg-social.elementor-widget-social-icons .elementor-grid {
    justify-content: stretch;
    width: 100%
}

.tpg-social .elementor-grid .elementor-grid-item {
    min-width: 0;
    width: 100%
}

.tpg-social .elementor-icon.elementor-social-icon {
    width: 100%
}

.tpg-img-160 .tpg-el-main-wrapper .tpg-separate-category .categories-links a {
    border-radius: 3px
}

.mb-none-all div {
    margin-bottom: 0 !important
}

.tpg-mxa-720 .grid-hover-content>div {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.z-index {
    position: relative;
    z-index: 999
}

@media (min-width:1300px) {

    .tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:nth-child(2),
    .tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:nth-child(3) {
        width: 25%
    }

    .tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:first-child {
        width: 50%
    }

    .tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:first-child .entry-title a {
        font-size: 130%
    }

    .tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:first-child,
    .tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:nth-child(3) {
        width: 25%
    }

    .tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:nth-child(2) {
        width: 50%
    }

    .tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:nth-child(2) .entry-title a {
        font-size: 130%
    }

    .tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:first-child,
    .tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:nth-child(2) {
        width: 25%
    }

    .tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:nth-child(3) {
        width: 50%
    }

    .tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:nth-child(3) .entry-title a {
        font-size: 130%
    }
}