/*

Theme Style
Theme: Saturn

*/

/* INDEX

    0. Wrap
    1. Header
    2. Footer
    3. VC Addons
    4. Loop
    5. Headers
    6. 404
    7. Widgets
    8. Content
    9. Post Types

*/

/* 0. Wrap */

body {
    font-family: 'Hind', sans-serif;
    color: #777;
    font-size: 15px;
    line-height: 30px;
    background: #222;
}

.pb-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.pb-loader {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -30px;
}

.pb-wrap {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    background: #fff;
}

.pb-page {
    width: 100%;
    position: relative;
    padding-top: 60px;
}

.pb-sidebar-menu {
    background: #222;
    height: 100%;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
}

.pb-content {
    margin-top: -60px;
    margin-bottom: 90px;
}

.pb-notice {
    font-family: 'Lora', serif;
    position: fixed;
    z-index: 999;
    height: 60px;
    line-height: 60px;
    background: #2574A9;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

/* 1. Header */

.pb-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pb-header-white {
    background: #fff;
}

.pb-header-black {
    background: #222;
}

.pb-header-logo {
    height: 60px;
    padding: 20px 60px;
    display: inline-block;
    float: left;
}

.pb-header-logo img {
    max-height: 20px;
    height: 20px;
}

/* 1.1. Main Menu */

.pb-main-menu {
    display: inline-block;
    position: absolute;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 60px;
}

.pb-main-menu ul {
    height: 60px;
}

.pb-main-menu ul li {
    height: 60px;
    display: inline-block;
    position: relative;
}

.pb-main-menu .pb-no-menu a,
.pb-main-menu ul li a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 60px;
    display: block;
	opacity: 0.8 !important;
}

.pb-header-white .pb-main-menu .pb-no-menu a,
.pb-header-menu-black .pb-no-menu a {
     color: #222;
}

.pb-header-black .pb-main-menu .pb-no-menu a,
.pb-header-menu-white .pb-no-menu a {
    color: #fff;
}

.pb-header-white .pb-main-menu ul li a,
.pb-header-menu-black .pb-main-menu ul li a {
    color: #222;
}

.pb-sticky.pb-header-white .pb-main-menu ul  .sub-menu li a,
.pb-sticky.pb-header-menu-black .pb-main-menu  .sub-menu li a {
    opacity: 0.8 !important;
}

.pb-sticky.pb-header-white .pb-main-menu ul li a,
.pb-sticky.pb-header-menu-black .pb-main-menu ul li a {
    color: #fff;
}

.pb-header-black .pb-main-menu ul li a,
.pb-header-menu-white .pb-main-menu ul li a {
    color: #fff;
}

.pb-main-menu ul .sub-menu {
    background: #222;
    position: absolute;
    top: 60px;
    left: 0;
    height: auto;
    padding: 0 10px;
    display: none;
}

.pb-main-menu ul .sub-menu .sub-menu {
    top: -15px;
    left: 210px;
}

.pb-main-menu ul .sub-menu li {
    display: list-item;
    width: 200px;
    height: auto;
}

.pb-btn-sub-main-menu:after {
    font-family: 'Linear';
    content: '\e876';
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 30px;
}

.pb-main-menu ul .sub-menu li:first-child {
    margin-top: 15px;
}

.pb-main-menu ul .sub-menu li:last-child {
    margin-bottom: 15px;
}

.pb-main-menu ul .sub-menu li a {
    line-height: 30px;
    color: #aaa;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
}

/* mega menu */

.pb-main-menu .pb-mega-item {
    position: initial;
}

.pb-main-menu .pb-mega-item .sub-menu {
    padding: 30px 15px 15px 45px;
}

.pb-main-menu .pb-mega-2-col .sub-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.pb-main-menu .pb-mega-3-col .sub-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.pb-main-menu .pb-mega-4-col .sub-menu {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;

    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.pb-main-menu .pb-mega-5-col .sub-menu {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;

    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.pb-main-menu .pb-mega-6-col .sub-menu {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;

    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.pb-main-menu .pb-mega-item .sub-menu li:first-child {
    margin-top: 0;
}

.pb-main-menu .pb-mega-item .pb-mega-title {
    margin-top: 15px;
}

.pb-main-menu .pb-mega-item .pb-mega-title a {
    color: #fff;
    font-weight: 600;
    opacity: 1 !important;
}

.pb-mobile-menu .pb-mega-item .pb-mega-title a {
    color: #fff !important;
    cursor: default;
}

/* 1.2. Mobile Menu */

.pb-btn-mobile-menu {
    display: none !important;
}

.pb-mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}

.pb-mobile-menu ul li {
    display: list-item;
    height: auto;
    background: #222;
    position: relative;
}

.pb-mobile-menu ul li a {
    color: #aaa;
}

.pb-mobile-menu ul li:first-child {
    padding-top: 15px;
}

.pb-mobile-menu ul li:last-child {
    padding-bottom: 15px;
}

.pb-mobile-menu ul li a {
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 12px;
    display: inline-block;
    margin-left: 60px;
}

.pb-mobile-menu .pb-no-menu a {
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
    color: #aaa;
    font-size: 12px;
    display: inline-block;
}

.pb-mobile-menu .pb-no-menu {
    background: #222;
    text-align: center;
}

.pb-mobile-menu ul li .sub-menu {
    display: none;
}

.pb-mobile-menu ul li .sub-menu li {
    background: #555;
}

.pb-mobile-menu ul .sub-menu li:first-child {
    padding-top: 15px;
}

.pb-mobile-menu ul .sub-menu li:last-child {
    padding-bottom: 15px;
}

.pb-mobile-menu ul ul .sub-menu li:first-child {
    padding-top: 0 !important;
}

.pb-mobile-menu ul ul .sub-menu li:last-child {
    padding-bottom: 0 !important;
}

.pb-btn-sub-mobile-menu {
    position: absolute;
    right: 30px;
    width: 60px;
    text-align: center;
    top: 0;
    line-height: 45px;
    color: #fff;
}

.pb-mobile-menu ul li:first-child .sub-menu + .pb-btn-sub-mobile-menu {
    top: 15px;
}

.pb-btn-sub-mobile-menu i {
    font-size: 12px;
}

.pb-mobile-menu ul li .sub-menu li:first-child {
    margin-top: 0;
}

.pb-mobile-menu ul li .sub-menu li:last-child {
    margin-bottom: 0;
}

/* 1.3. Modal Menu */

.pb-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pb-modal-menu {
    opacity: 0;
}

.pb-modal-menu ul {
    width: 100%;
    text-align: center;
}

.pb-modal-menu ul li {
    height: 45px;
    line-height: 45px;
    position: relative;
    display: inline-block;
}

.pb-modal-menu .pb-no-menu {
     text-align: center;
 }

.pb-modal-menu ul li a {
    letter-spacing: 1px;
    color: #aaa;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 30px;
    font-weight: 600;
}

.pb-modal-menu .pb-no-menu a {
    letter-spacing: 1px;
    color: #aaa;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 30px;
    font-weight: 600;
}

/* 1.4. Side Menu */

.pb-sidebar-logo {
    top: 60px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.pb-sidebar-logo img {
    max-height: 30px;
    display: inline-block;
}

.pb-side-menu {
    opacity: 0;
}

.pb-side-menu ul {
    width: 100%;
    text-align: center;
}

.pb-side-menu ul li {
    height: 45px;
    line-height: 45px;
    position: relative;
    display: list-item;
}

.pb-side-menu ul li a {
     letter-spacing: 1px;
     color: #aaa;
     display: inline-block;
     text-transform: capitalize;
     font-size: 14px;
     margin: 0 30px;
     font-weight: 600;
}

.pb-side-menu .pb-no-menu {
    text-align: center;
}

.pb-side-menu .pb-no-menu a {
    letter-spacing: 1px;
    color: #aaa;
    display: inline-block;
    font-size: 14px;
    margin: 0 30px;
    font-weight: 600;
}

.pb-sidebar-menu .pb-btn-close {
    bottom: 30px;
    top: initial;
    left: 50%;
    margin-left: -30px;
    border-radius: 100%;
    border: 1px solid #fff;
}

/* 1.5. Header Buttons */

.pb-header-buttons {
    float: right;
}

.pb-header-buttons > div {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    float: left;
}

.pb-header-buttons i {
    font-size: 16px;
    color: #fff;
}

.pb-header-white .pb-header-buttons i,
.pb-header-menu-black .pb-header-buttons i {
    color: #222;
}

.pb-header-black .pb-header-buttons i,
.pb-header-menu-white .pb-header-buttons i {
    color: #fff;
}

/* 1.6. Search */

.pb-btn-search {}

.pb-modal-search {
    display: none;
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pb-modal-search form {
    position: absolute;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    width: 100%;
    left: 0;
}

.pb-modal-search input {
    height: 60px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    letter-spacing: 1px;
}

.pb-btn-close {
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    z-index: 9999;
}

.pb-btn-close i {
    font-size: 16px;
    color: #fff;
}

/* 1.7. Sticky */

.pb-sticky {
    background: rgba(0,0,0,0.9);
    position: fixed;
    width: 100%;
	top: 0;
}

.pb-sticky .pb-header-buttons i {
    color: #fff;
}

/* 1.8. Socials */

.pb-socials {
    background: #222;
    padding: 30px 0;
    position: absolute;
    top: -105px;
    z-index: 9;
    width: 100%;
}

.pb-socials nav {
    opacity: 0;
}

.pb-socials ul {
    width: 100%;
    text-align: center;
}

.pb-socials ul li {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 48px;
    margin: 0 15px;
    border-radius: 100%;
    border: 1px solid;
}

.pb-socials ul li i {
    font-size: 16px;
    color: #fff;
}

.pb-socials ul li a {
    display: block;
}

/* 2. Footer */

.pb-footer-widgets {
    padding-top: 90px;
    background: #333;
    padding-bottom: 60px;
}

.pb-footer-widgets .pb-widget p,
.pb-footer-widgets .pb-widget div {
    color: #ebebeb;
    font-size: 14px;
}

.pb-footer-widgets .pb-widget-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pb-footer-widgets .pb-widget li a {
    color: #ebebeb;
}

.pb-footer-bottom {
    position: relative;
    background: #222;
}

.pb-footer-copy {
    height: 60px;
    line-height: 60px;
    color: #aaa;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pb-footer-socials {
    color: #aaa;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pb-footer-socials ul {
    text-align: right;
}

.pb-footer-socials ul li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
}

.pb-footer-socials ul li i {
    font-size: 16px;
}

.pb-btn-to-top {
    background: #222;
    border: 1px solid rgba(255,255,255,0.1);
    height: 60px;
    width: 60px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    line-height: 60px;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 9;
}

.pb-btn-to-top i {
    font-size: 20px;
    color: #aaa;
}

/* 3.1. VC Hero */

.pb-hero {}

/* 3.2. VC Bars */

.pb-bar {
    position: relative;
    height: 5px;
    margin-bottom: 30px;
}

.pb-bar-title {
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-bar-value {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 0;
}

/* 3.3. VC Blockquote */


.pb-blockquote {
    padding: 30px;
    display: inline-block;
}

.pb-blockq-text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 15px;
}

.pb-blockq-text:before {
    font-size: 70px;
    display: inline-block;
    padding-right: 20px;
    content: '“';
}

.pb-blockq-author {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.pb-blockq-offset:before {
    content: '-';
    padding-left: 10px;
    padding-right: 10px;
}

.pb-blockq-offset {
    font-size: 14px;
    font-style: italic;
    text-transform: lowercase;
    font-weight: 400;
}

/* 3.4. VC Button */

.pb-btn i {
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}

/* 3.5. VC Heading */

.pb-heading .pb-title {
    margin-bottom: 15px;
}

.pb-title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.pb-exc {
    font-family: 'Lora', serif;
}

/* 3.6. VC Carousel - Gallery - Image */

.pb-slider,
.pb-carousel {
    margin-bottom: 0;
}

.pb-thumb {
    position: relative;
    overflow: hidden;
}

.pb-thumb-link {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pb-thumb img {
    width: 100%;
}

.pb-thumb.pb-cropped {
    text-align: center;
}

.pb-thumb.pb-cropped img {
    width: auto;
	margin: 0 auto;
}

.pb-thumb .pb-thumb-caption {
    margin-top: 30px;
}

.pb-thumb .pb-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.pb-thumb .pb-btn-zoom {
    right: -90px;
}

.pb-thumb .pb-btn-link {
    right: -90px;
}

.pb-thumb .pb-btn-zoom,
.pb-thumb .pb-btn-link {
    position: absolute;
    height: 60px;
    z-index: 9;
    top: 30px;
    width: 60px;
    border-radius: 100px;
    background: rgba(0,0,0,0.3);
    line-height: 70px;
    text-align: center;
}

.pb-thumb .pb-btn-zoom i,
.pb-thumb .pb-btn-link i {
    font-size: 20px;
}

.pb-overlay .pb-thumb-title {
    position: absolute;
    bottom: -60px;
    left: 30px;
    z-index: 9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pb-thumb-caption .pb-thumb-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Arrows */

.pb-arr-prev {
    left: -90px;
}

.pb-arr-next {
    position: absolute;
    right: -90px;
}

.pb-btn-arr {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
}

.pb-btn-arr i {
    font-size: 30px;
    vertical-align: middle;
}

/* 3.7. VC Counter */

.pb-counter {}

.pb-count {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 1px;
}

.pb-count-label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

/* 3.8. VC Accordion */

.pb-accordion {
    margin-bottom: 15px;
}

.pb-accordion-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #F0F0F0;
    cursor: pointer;
}

.pb-accordion-title.pb-radius {
    border-radius: 22.5px;
}

.pb-accordion-title i {
    position: absolute;
    vertical-align: middle;
    top: 0;
    right: 15px;
    font-size: 12px;
}

.pb-accordion-content {
    margin-top: -1px;
    padding: 15px;
    border: none;
    display: none;
}

.pb-accordion-open {
    display: block;
}

/* 3.9. VC Tabs */

.pb-tabs ul {
    margin-bottom: -25px;
}

.pb-tab-title {
    display: inline-block;
    margin: 0 5px 30px 5px;
    height: 45px;
}

.pb-tab-title a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 45px;
}

.pb-tab-title.pb-radius {
    border-radius: 22.5px;
}

.pb-tab-content {
    padding-top: 15px;
}

/* 3.10. VC Separator */

.pb-sep {
    display: inline-block;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #F0F0F0;
    width: 30px;
}

/* 3.11. VC Service */

.pb-service {
    position: relative;
}

.pb-service .pb-icon {
    margin-bottom: 30px;
}

.pb-service .pb-no-hover {
    margin-bottom: 0;
}

.pb-service-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-txt-left .pb-service .pb-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.pb-txt-right .pb-service .pb-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.pb-txt-left .pb-service-caption {
    padding-left: 100px;
}

.pb-txt-left .pb-no-hover + .pb-service-caption {
    padding-left: 60px;
}

.pb-txt-right .pb-service-caption {
    padding-right: 100px;
}

.pb-txt-right .pb-no-hover + .pb-service-caption {
    padding-right: 60px;
}

/* 3.14. VC Clients */

.pb-client {
    text-align: center;
}

.pb-client img {
    display: inline-block;
	width: auto;
	max-width: inherit;
}

/* 3.15. VC Quotes */

.pb-quote {
    padding: 45px;
}

.pb-quote-avatar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto 30px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pb-quote-text {
    margin-bottom: 30px;
}

.pb-quote-author {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-quote-role {
    font-size: 14px;
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: 1px;
}

/* 3.16. VC Person */

.pb-person {
    position: relative;
    overflow: hidden;
}

.pb-person img {
    width: 100%;
}

.pb-person .pb-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99;
    display: none;
}

.pb-person-name {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-person-role {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pb-person-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
    top: 50%;
    margin-top: -30px;
}

.pb-person-links {
    position: absolute;
    bottom: -30px;
    z-index: 999;
    left: 0;
    width: 100%;
}

.pb-person-links ul {
    text-align: center;
    width: 100%;
}

.pb-person-links ul li {
    margin: 0 10px;
    display: inline-block;
}

.pb-person-links ul li i {
    font-size: 16px;
}

/* 3.17. VC Team */

.pb-team .pb-person-caption {
    padding: 30px;
}

.pb-team .pb-person-role:before {
    display: inline-block;
    content: '/';
    padding: 0 10px;
}

.pb-team .pb-person-role {
    font-size: 14px;
}

.pb-team .pb-person .pb-exc {
    margin-top: 15px;
}

/* 3.18. VC Feature */

.pb-feature .pb-icon {
    margin-bottom: 30px;
}

.pb-feature .pb-icon-no-bg {
    margin-bottom: 0;
	width: auto; 
}

.pb-feature-btn {
    margin-top: 30px;
}

.pb-feature-title {
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

/* 3.19. VC Pricing */

.pb-pricing-top,
.pb-pricing-bott {
    padding: 30px;
}

.pb-pricing-top {
    border-width: 0 0 1px 0;
}

.pb-pricing .pb-icon {
    margin-bottom: 30px;
}

.pb-pricing .pb-icon-no-bg {
    margin-bottom: 0;
}

.pb-pricing-btn {
    margin-top: 30px;
}

.pb-pricing-title {
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-pricing-price {
    font-weight: 600;
    font-size: 72px;
    letter-spacing: 1px;
    line-height: 1;
}

.pb-pricing-currency {
    font-size: 20px;
    font-weight: 600;
}

.pb-pricing-time:before {
    content: '/';
    padding-right: 10px;
}

.pb-pricing-time {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
}

/* 3.20. VC Item */

.pb-item-caption {
    margin-top: 0; 
}

.pb-portfolio .pb-item-caption {
    margin-top: 0;
}

.pb-item-btn {
    margin-top: 30px;
}

.pb-item-title {
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

/* 3.21. VC Blog */

.pb-post-frame {
    padding: 15px;
    border-bottom: 1px solid #F0F0F0;
}

.pb-post-image img {
    max-width: 100%;
}

.pb-post-caption {
    padding: 30px;
}

.pb-post-exc {
    margin-bottom: 30px;
}

.pb-post-caption .pb-post-meta {
    padding-top: 15px;
    border-top: 1px dashed #f0f0f0;
}

.pb-post-date {
    font-size: 12px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
}

.pb-post-author:before {
    content: '-';
    display: inline-block;
    padding: 0 5px;
}

.pb-post-sticky:after {
    content: '-';
    display: inline-block;
    padding: 0 5px;
}

.pb-post-sticky {
    color: #2574A9;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-post-author {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-post-cat {
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-post-overlay-cat {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    bottom: -90px;
    left: 30px;
    z-index: 9;
}

.pb-post-title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-post-overlay-title {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    bottom: -60px;
    left: 30px;
    right: 30px;
    width: auto;
    z-index: 9;
}

.pb-title-fix {
    height: 52px;
    max-height: 52px;
    overflow: hidden;
}

.pb-overlay .pb-post-meta {
    position: absolute;
    bottom: -60px;
    left: 30px;
    z-index: 9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 3.22. VC Portfolio */

.pb-portfolio-filters {
    margin-bottom: 60px;
    padding: 0 15px;
}

.pb-filter {
    display: inline-block;
    margin: 0 15px 30px 15px;
}

.pb-item-image img {
    max-width: 100%;
}

.pb-item-caption { 
    padding: 30px;
}

.pb-portfolio .pb-item-caption {
    margin-top: 0;
}

.pb-portfolio .pb-item-title {
    margin-bottom: 0;
}

.pb-item-caption .pb-item-meta {
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.pb-item-date {
    font-size: 12px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
}

.pb-item-author:before {
    content: '-';
    display: inline-block;
    padding: 0 5px;
}

.pb-item-author {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-item-cat {
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-item-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-overlay .pb-item-cat {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    bottom: -90px;
    left: 30px;
    z-index: 9;
}

.pb-overlay .pb-item-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    bottom: -90px;
    left: 30px;
    z-index: 9;
}

.pb-item-exc {
    margin-top: 15px;
}

/* infinite scroll */

.pb-posts-page {
    display: none;
    overflow: hidden;
}

.pb-grid #infscr-loading {
    position: absolute;
    z-index: 999;
    bottom: -60px;
    left: 50%;
    margin-left: -16px;
}

.pb-grid #infscr-loading img {
    height: 32px;
}

/* 3.23. VC Countdown */

.pb-countdown {
    text-align: center;
}

.pb-countdown div {
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 15px 30px 15px;
}

.pb-countdown div span  {
    margin-top: 15px;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

/* 4 Loop */

.pb-loop .pb-grid {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

.pb-loop .pb-post {
    padding: 0 15px;
    margin-bottom: 30px;
}

.pb-loop .pb-post-caption {
    border: 1px solid #F0F0F0;
}

.pb-loop .pb-post-image {
    background: #fff;
}

.pb-loop .pb-post .pb-btn-overlay i {
    color: #fff;
}

.pb-loop .pb-post-title {
    color: #222;
}

.pb-loop .pb-post-cat {
    color: #2574A9;
}

.pb-loop .pb-post-author {
    color: #222;
}

.pb-loop .pb-post-format {
    position: absolute;
    bottom: -60px;
    left: 30px;
    z-index: 9;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 12px;
}

/* pagination */

.pb-posts-nav {
    margin-top: 60px;
    text-align: center;
}

.pb-nav-prev {
    margin-right: 0;
}

.pb-nav-next {
    margin-left: 5px;
}

.pb-nav-prev,
.pb-nav-next {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid;
}

.pb-nav-prev i,
.pb-nav-next i {
    font-size: 12px;
    color: #222;
}

.pb-nav-next i {
    padding-left: 4px;
}

.pb-nav-prev {
    padding-right: 4px;
}

.pb-nav-prev a,
.pb-nav-next a {
    display: block;
}

.pb-posts-nav ul {
    display: inline-block;
}

.pb-posts-nav ul li {
    display: inline-block;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid;
}

.pb-posts-nav ul .pb-active {
    background: #2574A9;
}

.pb-posts-nav ul .pb-active a {
    color: #fff;
}

.pb-posts-nav ul li a {
    display: block;
    font-weight: bold;
}

.pb-no-post {
    cursor: default !important;
}

/* 5. Headers */

.pb-page-header,
.pb-post-header {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 120px;
    padding-top: 60px;
}

.pb-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.pb-header-meta {
    position: relative;
    padding-top: 45px;
}

.pb-exc-hide {
    opacity: 0 !important;
}

.pb-header-caption {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    top: 50%;
    margin-top: 30px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.pb-header-caption .pb-header-meta:before {
    position: absolute;
    top: 15px;
    content: '';
    display: block;
    width: 30px;
    border-top: 1px solid;
    opacity: 0.5;
}

.pb-header-caption.pb-txt-center .pb-header-meta:before {
    left: 50%;
    margin-left: -15px;
}

.pb-header-caption.pb-txt-left .pb-header-meta:before {
    left: 0;
}

.pb-header-caption.pb-txt-right .pb-header-meta:before {
    right: 0;
}

.pb-header-title {
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
}

/* 6. 404 */

.pb-404-content {
    margin-bottom: 0;
}

.pb-404-page {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.pb-404-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.pb-404-icon {
    margin-bottom: 30px;
}

.pb-404-title {
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
}

.pb-404-sub {
    margin-bottom: 60px;
}

.pb-404-btn {
    background: transparent;
}

.pb-404-btn i {
    display: inherit;
}

.pb-404-btn a {
    color: #fff;
}

/* 7.1 WP Widgets */

.pb-widget {
    margin-bottom: 30px;
}

.pb-widget-title {
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 15px;
}

.pb-widget li {
    color: #222;
}

.pb-widget li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* 7.2. Extra Widgets */

.pb-widget .pb-post {
    margin-bottom: 30px;
    position: relative;
}

.pb-widget .pb-post-image {
    position: absolute;
    top: 0;
    left: 0;
}

.pb-widget .pb-post-detail {
    padding-left: 105px;
}

.pb-widget .pb-post-meta {
    line-height: 1;
    text-transform: uppercase;
}

.pb-widget .pb-post-title {
    overflow: hidden;
    max-height: 62px;
    height: 62px;
}

.pb-widget .pb-post-cat {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
}

.pb-widget .pb-item { 
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    min-height: 90px;
}

.pb-widget .pb-item-image {
    position: absolute;
    top: 0;
    left: 0;
}

.pb-widget .pb-item-detail {
    padding-left: 105px;
}

.pb-widget .pb-item-meta {
    line-height: 1;
    text-transform: uppercase;
}

.pb-widget .pb-item-title {
    overflow: hidden;
    max-height: 62px;
    height: 62px;
    margin-bottom: 0;
    text-transform: inherit;
}

.pb-widget .pb-item-cat {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
}

.pb-widget .pb-post-thumb {
    float: left;
    width: 33.33%;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.pb-widget-fix {
    margin-left: -5px;
    margin-right: -5px;
}

.pb-widget .pb-item-thumb {
    float: left;
    width: 33.33%;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.pb-widget .pb-thumb img {
    width: 100%;
    max-width: 100%;
}

.pb-widget .pb-thumb-double {
    width: 66.65%;
}

/* 8. Content */

.pb-page .pb-content-inner {
    margin-bottom: 120px;
}

.pb-composer-content {
    margin-bottom: 0;
}

.pb-content-inner .pb-header-title {
    margin-bottom: 30px;
}

.pb-content-inner .pb-header-sub,
.pb-content-inner .pb-header-meta {
    border-bottom: 1px dashed #F0F0F0;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-top: 0;
}

.pb-content-inner .pb-post-cat {
    color: #2574A9;
    font-size: 14px;
}

.pb-content-inner .pb-post-date {
    font-size: 14px;
}

.pb-content-inner .pb-post-author {
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
}

.pb-no-header {
    margin-top: 90px;
}

/* 9. Post - Page */

.pb-page-feat-image,
.pb-post-feat-image {
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #f0f0f0;
}

.pb-article {
    font-family: 'Lora', serif;
    margin-bottom: 30px;
}

.pb-article a {
    color: #222;
    border-bottom: 1px dotted #aaa;
}

.pb-article ul {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 30px;
}

.pb-article ul ul,
.pb-article ul ol,
.pb-article ol ul,
.pb-article ol ol {
    text-indent: 15px;
}

.pb-article ol li {
    counter-increment: list;
}

.pb-article ol li:before {
    content: counter(list) ".";
    margin-right: 15px;
    font-weight: 600;
    font-size: 12px;
}

.pb-article ol {
    margin-bottom: 30px;
}

.pb-post-bottom {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px dashed #f0f0f0;
}

/* 9.1. Post Share */

.pb-page .pb-post-share {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -15px;
}

.pb-share-title {
    color: #2574A9;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.pb-post-content .pb-post-tags ul {
    padding-top: 6px;
}

.pb-post-share li.pb-label {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 30px;
    letter-spacing: 1px;
    font-size: 14px;
    width: auto;
}

.pb-post-share li {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 47px;
    text-align: center;
    border-radius: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
}

.pb-post-share li a {
    font-size: 16px;
    color: #fff;
    display: block;
}

/* 9.2. Post Tags */

.pb-post-tags {
    margin-bottom: -15px;
    padding: 0;
}

.pb-tags-title {
    color: #2574A9;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.pb-post-tags li {
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #2574A9;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
}

.pb-tags-right .pb-tags-title {
    text-align: right;
}

.pb-tags-right ul {
    text-align: right;
}

.pb-tags-right li {
    margin-left: 15px;
}

.pb-tags-left li {
    margin-right: 15px;
}

.pb-post-tags li a {
    font-size: 12px;
    padding: 0 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 9.3. Post Related */

.pb-post-rel {
    padding-top: 90px;
    padding-bottom: 45px;
    background: #F0F0F0;
}

.pb-blog-rel {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 45px;
}

.pb-post-rel .pb-loop {
    margin-bottom: 15px;
}

.pb-blog-rel .slick-dots {
    bottom: -30px;
}

.pb-blog-rel .pb-post-caption {
    background: #fff;
}

.pb-blog-rel .pb-post-title {
    height: 52px;
    max-height: 52px;
    overflow: hidden;
}

.pb-rel-title {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    width: 200px;
    margin: 0 auto;
}

/* 9.4. Item Related */

.pb-item-rel {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #F0F0F0;
}

.pb-portfolio-rel {
    margin-right: -15px;
    margin-left: -15px;
}

.pb-item-rel .pb-rel-title {
    margin-bottom: 45px;
}

.pb-portfolio-rel .pb-item-caption {
    background: #fff;
    margin-top: 0;
}

.pb-portfolio-rel .slick-dots {
    bottom: -60px;
}

.pb-portfolio-rel .pb-item {
    padding: 0 15px;
}

.pb-portfolio-rel .pb-item-title {
    margin-bottom: 0;
}

/* 9.5. Post Comments */

.pb-item-comments,
.pb-page-comments,
.pb-post-comments {
    border-top: 1px solid #F0F0F0;
    padding-top: 120px;
    margin-bottom: 120px;
}

.pb-comments {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pb-comment-form {
	margin-top: 60px;
}

.pb-comments-title {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    width: 230px;
    margin: 0 auto;
    color: #2574A9;
}

.pb-comments .comment-content a {
    color: #222;
    border-bottom: 1px dotted #aaa;
}

.pb-comments .comment-content ul {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 30px;
}

.pb-comments .comment-contentul ul,
.pb-comments .comment-content ul ol,
.pb-comments .comment-content ol ul,
.pb-comments .comment-content ol ol {
    text-indent: 15px;
}

.pb-comments .comment-content ol li {
    counter-increment: list;
}

.pb-comments .comment-content ol li:before {
    content: counter(list) ".";
    margin-right: 15px;
    font-weight: 600;
    font-size: 12px;
}

.pb-comments .comment-content ol {
    margin-bottom: 30px;
}

.pb-comments-nav {
    height: 45px;
    position: relative;
    text-align: center;
}

.pb-comments-nav .page-numbers {
    border: 1px solid #2574A9;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 45px;
    margin-left: 4px;
    margin-right: 4px;
}

.pb-comments-nav .page-numbers.prev {
    position: absolute;
    left: 0;
    top: 0;
}

.pb-comments-nav .page-numbers.next {
    position: absolute;
    right: 0;
    top: 0;
}

.pb-comments-nav .page-numbers.current {
    background: #2574a9;
    color: #fff;
}

/* 9.6. Post Navigation */

.pb-post-nav {
    padding: 45px 0;
    border-top: 1px solid #F0F0F0;
    position: relative;
}

.pb-posts-nav {
    margin-top: 90px;
    margin-bottom: 30px;
    text-align: center;
    height: 45px;
    position: relative;
}

.pb-posts-nav .page-numbers {
    border: 1px solid #2574A9;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 45px;
    margin-left: 4px;
    margin-right: 4px;
}

.pb-posts-nav .page-numbers.prev {
    position: absolute;
    left: 0;
    top: 0;
}

.pb-posts-nav .page-numbers.next {
    position: absolute;
    right: 0;
    top: 0;
}

.pb-posts-nav .page-numbers.current {
    background: #2574a9;
    color: #fff;
}

.pb-btn-blog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22.5px;
    z-index: 9;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    border: 1px solid #2574A9;
    line-height: 48px;
    text-align: center;
    background: #fff;
}

.pb-btn-blog i {
    font-size: 16px;
}

.pb-btn-blog a {
    display: block;
}

.pb-btn-nav {
    border: 1px solid #2574A9;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    display: inline-block;
    background: #fff;
}

.pb-btn-nav span,
.pb-btn-nav a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 30px;
    display: block;
}

.pb-btn-nav i {
    font-size: 12px;
}

.pb-post-next {
    float: right;
}

.pb-post-next i {
    margin-left: 15px;
}

.pb-post-prev i {
    margin-right: 15px;
}

/* 9.7. Project Navigation */

.pb-item-nav {
    padding: 45px 0;
    border-top: 1px solid #F0F0F0;
    position: relative;
}

.pb-btn-portfolio {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22.5px;
    z-index: 9;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    border: 1px solid;
    line-height: 48px;
    text-align: center;
    background: #fff;
}

.pb-btn-portfolio i {
    font-size: 16px;
}

.pb-btn-portfolio a {
    display: block;
}

.pb-btn-nav i {
    font-size: 12px;
}

.pb-item-next {
    float: right;
}

.pb-item-next i {
    margin-left: 15px;
}

.pb-item-prev i {
    margin-right: 15px;
}