

/* ===================================
    1. Global CSS
====================================== */

.menu-social-holder {        
    font-size: 10px;
    letter-spacing: 1px;
}

.menu-social-holder a {  
    margin-right: 35px;
}

.menu-social-holder a:last-of-type {
    margin-right: 0;
}


/* ===================================
    2. Menu Text CSS
====================================== */

.menu-text {
    font-size: 16px;
    line-height: 170%;
}

.menu-right-text .menu-text a:hover {
    color: #acacac;
}

p.menu-text-title {    
    font-size: 10px;
    line-height: 110%;
    letter-spacing: 1px;
    padding-bottom: 6px;
    margin-bottom: 0;
}

.menu-right-text {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}


/* ===================================
   3. Image PopUp (PreetyPhoto) CSS
====================================== */

div.pp_default .pp_loaderIcon {
    display: none !important;
}

div.pp_default a.pp_arrow_previous {
    background-image: url(../images/nav_left.png);
    background-size: 20px 20px;    
    width: 20px;
    height: 20px;
    margin-top: 5px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999999px;
    transition: transform .3s ease;
}

div.pp_default a.pp_arrow_next {
    background-image: url(../images/nav_right.png);
    background-size: 20px 20px;    
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999999px;
    transition: transform .3s ease;
}

div.pp_default a.pp_arrow_previous:hover {
    transform: translateX(-5px);
}

div.pp_default a.pp_arrow_next:hover {
    transform: translateX(5px);
}

div.pp_default .pp_close {
    background-image: url(../images/close.png);
    background-size: 30px 30px;
    margin-top: 5px;
    text-indent: -99999999px;
    font-size: 0;
    line-height: 0;    
}

div.pp_default .pp_next:hover {
    background: url(../images/nav_right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 20px;
}

div.pp_default .pp_previous:hover {
    background: url(../images/nav_left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 20px;    
}

div.pp_default .pp_nav .currentTextHolder {
    padding: 0 0 0 20px;
    color: #fff;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 30px !important;
    z-index: 3;
}

div.pp_default .pp_description {
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: -30px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}


/* ===================================
    4. Timeline CSS
====================================== */

ul.timeline-holder {
    margin: 0;
    padding: 0 0 0 40px;
}

li.timeline-event {
    margin: 0 0 30px 60px;
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
    list-style: none;
    color: #808080;
    transition: .3s;
}

li.timeline-event:hover {
    color: #fff;
}

li.timeline-event:before {
    content: "";
    width: 2px;
    height: calc(100% - 20px);
    position: absolute;
    background-color: #333;
    left: -30px;
    top: 45px;
}

li.timeline-event:last-child:before {
    display: none;
}

li.timeline-event:last-child {
    margin-bottom: 0;
}

li.timeline-event:hover span.timeline-circle:before {
    background-color: #333;
}

span.timeline-circle {
    position: absolute;
    top: 0;
    left: -30px;
}

span.timeline-circle:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 90%;
    border: 2px solid #333;
    position: absolute;
    left: -16px;
    top: 3px;
    z-index: 1;
    transition: .3s;
}

.timeline-event-date {
    position: absolute;
    left: -100px;
    top: 2px;
    color: #ffffff;
    transition: .3s;
}

li.timeline-event:hover .timeline-event-date {
    transform: translateX(-10px);
}

.timeline-event-content {
    line-height: 160%;
    text-align: left;
}


/* ===================================
    5. Image Slider CSS
====================================== */

.swiper-container-horizontal .simple-image-slider-wrapper .swiper-slide img {
    margin: 0 auto;
}

.swiper-container-horizontal .simple-image-slider-pagination.swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
    transition: none;
}

.swiper-container-horizontal .simple-image-slider-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    vertical-align: middle;
    margin: 0 5px !important;
    border: 3px solid white;
    box-sizing: content-box;
}

.swiper-container-horizontal .simple-image-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #666;
    background-color: #666;
}

/* ===================================
    6. Portfolio CSS
====================================== */

.grid {    
    width: 100%;
    margin: 0 auto;    
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.grid-sizer {
    width: 50%;
}

.grid-item {
    float: left;
    font-size: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
    width: 50%;
    border: 15px solid transparent;    
}

.grid-item.p_one_half {
    width: 50%;
}

.grid-item.p_one {
    width: 100%;
}

.grid-item img {
    width: 100% !important;
    height: auto;
    display: block;    
}

.grid-item .entry-holder {
    text-align: center;
    background-color: #fff;
    padding: 50px 20px;
}

.grid-item a.item-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.portfolio-text-holder {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    text-align: center;
}

.portfolio-title {
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 0;
    color: #fff;
    border: 1px solid;
    padding: 12px 25px;
}

.grid-item a.item-link:hover:after, 
.grid-item a.item-link:hover .portfolio-text-holder {
    opacity: 1;
}

.more-posts-portfolio-holder.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: none;
}

.more-posts-portfolio-holder {
    margin-top: 100px;
    min-height: 1px;
}

.more-posts-portfolio, 
.no-more-posts-portfolio, 
.more-posts-portfolio-loading {
    color: #fff !important;
    background-color: transparent;
    display: inline-block;
    font-size: 11px;
    min-width: 170px;
    letter-spacing: 8px;
    transition: opacity .3s ease;
}

.more-posts-portfolio:hover, 
.no-more-posts-portfolio:hover, 
.more-posts-portfolio-loading:hover {
    opacity: 0.8 !important;
}

.more-posts-portfolio {
    cursor: pointer;   
}

.no-more-posts-portfolio, 
.more-posts-portfolio-loading {
    display: none;
}

.more-posts-portfolio-holder.scroll {
    margin-top: 50px;    
}

.more-posts-portfolio-holder.scroll .more-posts-portfolio, 
.more-posts-portfolio-holder.scroll .no-more-posts-portfolio {
    display: none !important;       
}

#portfolio-wrapper {
    max-width: 930px;
    margin: 0 auto;
    position: relative;
}

#portfolio-grid {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
    padding: 0;
    list-style: none;    
}

#portfolio-grid {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
}


/* ===================================
    7. Responsive CSS
====================================== */

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

.more-posts-portfolio-holder {
        margin-top: 40px;
    }

}

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

    .grid-item, 
    .grid-sizer {
        width: 100% !important;
        float: none;
        border: 0;
        margin-bottom: 20px;
    }  

}