/**
 * -----------------
 * TABLE OF CONTENTS
 * -----------------
 * 1. GENERAL
 * 2. NAVIGATION
 * 3. LOGO
 * 4. FEATURED POST SLIDER GRID
 * 5. FEATURED POST SLIDER STANDARD
 * 6. CONTROL FEATURED POST SLIDER
 * 7. MAIN CONTENT
 * 8. SIDEBAR
 * 9. FOOTER
 * 10. FEATURED TAG BANNER
 *
 */
 
/*-------------------------------------------------------------
1. GENERAL
--------------------------------------------------------------*/

body.pi-pattern {
    background-repeat: repeat;
}

body.pi-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.pi-main-container {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    -moz-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    -o-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

/*-------------------------------------------------------------
2. NAVIGATION
--------------------------------------------------------------*/
#pi-nav {
    z-index: 10;
}

.pi-nav-container {
    position: relative;
}

.pi-nav-menus {
    margin: 0px 18px 0px 15px;
}

.pi-nav-container.pi-has-bars.pi-has-search .pi-nav-middle {
    margin: 0px 60px 0px 54px;
}

.pi-nav-container.pi-has-bars.pi-no-search .pi-nav-middle {
    margin: 0px 12px 0px 54px;
}

.pi-nav-container.pi-no-bars.pi-has-search .pi-nav-middle {
    margin: 0px 60px 0px 0px;
}

.pi-nav-container.pi-no-bars.pi-no-search .pi-nav-middle {
    margin: 0px 12px 0px 0px;
}

.pi-nav-left,
.pi-nav-right {
    position: absolute;
    top: 0;
}

.pi-nav-left {
    left: 0;
}

.pi-nav-right {
    right: 0;
}

/* BUTTONS */
.pi-nav-button {
    display: inline-block;
    font-size: 14px;
}

.pi-bars {
    padding: 21px 21px 23px 22px;
    font-size: 16px;
}

.pi-search-mobile-close,
.pi-search-mobile-open,
.pi-search-open {
    padding: 23px 19px 24px 19px;
}

.pi-bars:hover i, 
.pi-search-open:hover i {
    -moz-animation: zoomIn 0.2s ease-in;
    -webkit-animation: zoomIn 0.2s ease-in;
    animation: zoomIn 0.2s ease-in;
}
/* BUTTONS */

/* SEARCH FORM */
.pi-search-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.pi-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pi-search-close:before,
.pi-search-close:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.pi-search-close:before {
    width: 40px;
    height: 2px;
}

.pi-search-close:after {
    height: 40px;
    width: 2px;
}

.pi-search-box-table,
.pi-search-box-table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.pi-search-box-table {
    display: table;
}

.pi-search-box-table-cell {
    display: table-cell;
}

.pi-search-form {
    max-width: 1140px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.pi-search-label {
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0px 25px;
    margin-top: 0;
    
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    animation-duration: 400ms;
}

.pi-search-form input[type="text"] {
    display: block;
    width: 100%;
    
    padding: 35px 50px 20px;
    
    background: none;
    
    font-size: 25px;
    text-align: center;
    
    outline: none;
    border: none;
    
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    animation-duration: 400ms;
    
    -webkit-animation-delay: 50ms;
    -moz-animation-delay: 50ms;
    animation-delay: 50ms;
}

.pi-search-form button {
    position: relative;
    bottom: -30px;
    padding: 17px;
    
    font-size: 15px;
    line-height: 1;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/* SEARCH FORM */

/* SEARCH MOBILE */
.pi-search-form-mobile {
    display: none;
    position: absolute;
    right: 0;
    text-align: right;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-right: 0px;
    background-color: #fff;
    padding: 14px 10px 14px 19px;
}

.pi-search-form-mobile form {
    position: relative;
}

.pi-search-form-mobile input[type="text"] {
    width: 220px;
    padding-right: 30px;
    border: 0;
}

.pi-search-form-mobile button {
    display: inline-block;
    position: absolute;
    top: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    bottom: 0;
    width: auto;
    height: 30px;
    padding: 0px 8px;
    right: 0;
    margin: auto 0;
    border: 0;
    cursor: pointer;
    background: #efefef;
    border: 1px solid #e2e2e2;
    color: #444;
}

.pi-search-mobile-close {
    display: none;
    padding: 19px 18px 19px 18px;
    font-size: 16px;
}

/* NAVBAR */
ul.pi-nav-animate,
ul.pi-nav-animate li,
ul.pi-nav-animate li a {
    display: inline-block;
}

ul.pi-nav-animate {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
}

ul.pi-nav-animate li,
ul.pi-nav-animate li a {
    position: relative;
}

ul.pi-nav-animate li {
    margin-left: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

ul.pi-nav-animate li a {
    padding: 23px 21px 24px 0px;
}

ul.pi-nav-animate li:last-child a {
    padding-right: 0px;
}

/* HOVER BEFORE AFTER */
ul.pi-nav-animate li a:hover:before {
    width: 100%;
}

ul.pi-nav-animate li:after, 
ul.pi-nav-animate li a:before,
ul.pi-nav-animate li ul.sub-menu li a:hover:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

ul.pi-nav-animate li a:before {
    width: 0px;
    height: 2px;
    left: 0px;
    bottom: -1px;
}

ul.pi-nav-animate li:after {
    display: block;
    right: -1px;
    top: 1px;
    bottom: 0;
    width: 4px;
    height: 4px;
    margin: auto 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.pi-nav-animate li:last-child:after {
    display: none;
}

ul.pi-nav-animate > li.has-children > a:after {
    content: '+';
    margin-left: 6px;
    font-size: 12px;
}
/* HOVER BEFORE AFTER */

/* DROPDOWN LEVEL 1 */
ul.pi-nav-animate li:hover > ul.sub-menu,
ul.pi-nav-animate ul.sub-menu li {
    display: block;
}

ul.pi-nav-animate li ul.sub-menu{
    display: none;
    position: absolute;
    top: 65px;
    left: 0px;
    padding: 0;
    width: 237px;
    z-index: 100;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.09);
    -moz-shadow: 0 2px 10px 0 rgba(0,0,0,0.09);
    -o-shadow: 0 2px 10px 0 rgba(0,0,0,0.09);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.09);
}

ul.pi-nav-animate ul.sub-menu li {
    margin-left: 0px;
    text-align: left;
}

ul.pi-nav-animate li ul.sub-menu li:after {
    display: none;
}

/* DROPDOWN */
ul.pi-nav-animate ul.sub-menu li a{
    display: block;
    padding: 14px 23px 14px;
    font-size: 13px;
    font-weight: 400;
}

ul.pi-nav-animate ul.sub-menu li a:hover{
    padding: 14px 18px 14px 32px;
}

ul.pi-nav-animate ul.sub-menu li:first-child a {
    padding-top: 15px;
}

ul.pi-nav-animate ul.sub-menu li:last-child a {
    padding-bottom: 17px;
}

ul.pi-nav-animate li ul.sub-menu li a:hover:after {
    display: block;
    left: 17px;
    top: 1px;
    bottom: 0;
    width: 3px;
    height: 3px;
    margin: auto 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* DROPDOWN LEVEL 2 */
ul.pi-nav-animate li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 237px;
}

ul.pi-nav-animate li ul.sub-menu li.has-children:before {
    position: absolute;
    top: 19px;
    right: 16px;
    z-index: 1;
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 12px;
    font-weight: normal;
}

/* DROPDOWN LEVEL 5 */
ul.pi-nav-animate li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: -237px;
}

/* ANIMATE IT! */
ul.pi-nav-animate li:hover > ul{
    -moz-animation: fadeIn 0.3s ease-in;
    -webkit-animation: fadeIn 0.3s ease-in;
    animation: fadeIn 0.3s ease-in;
}

/*-------------------------------------------------------------
3. LOGO
--------------------------------------------------------------*/
#pi-logo {
    padding: 46px 55px 56px;
}

.pi-logo-text {
    padding: 52px 55px 59px;
}

#pi-logo,
.pi-logo-text {
    text-align: center;
}

.pi-logo-text h1,
#pi-logo h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

/*-------------------------------------------------------------
4. FEATURED POST SLIDER GRID
--------------------------------------------------------------*/
#pi-featured-post-mobile,
#pi-featured-post {
    margin-top: -1px;
}

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

#pi-featured-post-mobile .item-grid {
    height: 400px;
}

.item-grid {
    position: relative;
    overflow: hidden;
}

.item-grid *{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.item-grid:hover .item-grid-bg-hover {
    opacity: 1;
}

.item-grid-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    transition: ease .3s;
}

.item-grid-bg-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    transition: ease .3s;
}

/* SLIDER GRID TYPE 1 */
.item-grid-big {
    width: 100%;
    height: 528px;
}

.item-grid-small {
    width: 50%;
    height: 264px;
}
/* SLIDER GRID TYPE 1 */

/* CAPTION GRID */
.caption-grid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 15px 25px 17px;

    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.item-grid-big .caption-grid {
    padding: 19px 40px 22px;
}

.item-grid:hover .caption-grid {
    bottom: -65px;
    opacity: 0;
}

.caption-grid h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
}

.item-grid-small .caption-grid h2 {
    font-size: 14px;
    line-height: 21px;
}
/* CAPTION GRID */

/* CAPTION POST META */
.item-grid .caption-post-meta:before,
.item-grid .caption-post-meta:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    transition: .7s ease;
}

.item-grid .caption-post-meta:before {
    left: 16px;
    bottom: 16px;
}

.item-grid .caption-post-meta:after {
    top: 16px;
    right: 16px;
}

.item-grid-big .caption-post-meta:before {
    left: 23px;
    bottom: 23px;
}

.item-grid-big .caption-post-meta:after {
    top: 23px;
    right: 23px;
}

/* HOVER */
.item-grid:hover .caption-post-meta:before,
.item-grid:hover .caption-post-meta:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}
/* CAPTION POST META */

/* CAPTION GRID TEXT */
.caption-post-meta-info {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    
    -webkit-transition: .6s ease-in-out;
    -moz-transition: 6s ease-in-out;
    transition: .6s ease-in-out;
}

.item-grid:hover .caption-post-meta-info {
    opacity: 1;
}

.caption-post-meta-body {
    display: table-cell;
    vertical-align: middle;
}

.caption-post-meta-body h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    padding: 0px 55px;
    margin: 0;
}

.item-grid-small .caption-post-meta-body h2 {
    font-size: 14px;
    line-height: 23px;
    padding: 0px 40px;
}

.caption-post-meta-body h2 a {
    display: inline-block;
    position: relative;
}

.caption-post-meta-body h2 a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 0px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#pi-featured-grid-slider-mobile .item-grid-big .caption-post-meta-body h2 a:after,
#pi-featured-grid-slider .item-grid-big .caption-post-meta-body h2 a:after {
    bottom: -13px;
}

.caption-post-meta-body h2 a:hover:after {
    width: 100%;
}

.caption-post-meta-icon {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.caption-post-meta-icon i {
    color: #fff;
    border: 2px solid #fff;
    width: 43px;
    height: 43px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
}

/* DATE */
.caption-post-meta-date {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#pi-featured-grid-slider-mobile .item-grid-small .caption-post-meta-date,
#pi-featured-grid-slider .item-grid-small .caption-post-meta-date {
    font-size: 12px;
    padding-bottom: 7px;
}
/* CAPTION GRID TEXT */

/*-------------------------------------------------------------
5. FEATURED POST SLIDER STANDARD
--------------------------------------------------------------*/
#pi-featured-grid-slider-mobile.pi-one-column-slider img,
#pi-featured-grid-slider.pi-one-column-slider img {
    width: 100%;
}

.item-standard {
    position: relative;
    height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.item-standard-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.item-standard-tbl {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 512px;
    margin: 0 auto;
    text-align: center;
}

.item-standard-col {
    display: table-cell;
    vertical-align: middle;
}

.item-standard-caption-wrapper {
    padding: 15px;
    background: rgba(255,255,255,0.96);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    -moz-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    -o-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
}

.item-standard-caption-body {
    padding: 2px;
}

.item-standard-caption-box {
    padding: 50px 40px;
}

.item-standard-caption-box h2 {
    margin: 0px;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.item-standard-caption-box h2 a {
    display: block;
}

.item-standard-meta-body {
    padding: 12px 0px 14px;
    margin: 20px 0px 28px;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.item-standard-meta {
    display: inline-block;
    margin: 0px 5px;
}

.item-standard-meta i.fa-folder-o {
    margin-right: 1px;
}

.item-standard-readmore {
    padding: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.item-standard-readmore,
.item-standard-readmore a {
    display: inline-block;
}

.item-standard-readmore a {
    padding: 16px 18px 16px 20px;
}

/*-------------------------------------------------------------
6. CONTROL FEATURED POST SLIDER
--------------------------------------------------------------*/
#pi-featured-control-mobile,
#pi-featured-control {
    position: relative;
    line-height: 0;
    text-align: center;
    overflow: hidden;
}

/* DEFAULT DOTS */
.pi-featured-control-dots {
    display: inline-block;
}

.pi-featured-control-dots:before,
.pi-featured-control-dots:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1140px;
}

.pi-featured-control-dots:before {
    right: 0;
}

.pi-featured-control-dots:after {
    left: 0;
}

#pi-featured-control-mobile .slick-dots,
#pi-featured-control .slick-dots {
    display: inline-block !important;
    position: relative;
    margin: 0;
    bottom: 0;
    width: auto;
    padding: 29px 25px;
    font-size: 0;
    z-index: 1;
}

#pi-featured-control-mobile .slick-dots li,
#pi-featured-control .slick-dots li {
    height: auto;
    width: auto;
    margin: 0px 9px 0px 0px;
}

#pi-featured-control-mobile .slick-dots li:last-child,
#pi-featured-control .slick-dots li:last-child {
    width: auto;
    margin-right: 0px;
}

#pi-featured-control-mobile .slick-dots li button,
#pi-featured-control .slick-dots li button {
    padding: 0;
}

#pi-featured-control-mobile .slick-dots li button,
#pi-featured-control-mobile .slick-dots li button:before,
#pi-featured-control .slick-dots li button,
#pi-featured-control .slick-dots li button:before {
    width: 8px;
    height: 8px;
    line-height: 1;
}

#pi-featured-control-mobile .slick-dots li button,
#pi-featured-control-mobile .slick-dots li button:before,
#pi-featured-control-mobile .slick-dots li.slick-active button:before,
#pi-featured-control .slick-dots li button,
#pi-featured-control .slick-dots li button:before,
#pi-featured-control .slick-dots li.slick-active button:before {
    color: transparent !important;
    opacity: 1;
}
/* CONTROL */

/* ARROWS */
#pi-featured-control-mobile .slick-prev,
#pi-featured-control-mobile .slick-next,
#pi-featured-control .slick-prev, 
#pi-featured-control .slick-next {
    top: 0;
    bottom: 0;
    margin-top: 0;
    width: 52px;
    height: auto;
    z-index: 1;
}

#pi-featured-control-mobile .slick-next:before,
#pi-featured-control-mobile .slick-prev:before,
#pi-featured-control .slick-next:before,
#pi-featured-control .slick-prev:before {
    font-size: 17px;
}

#pi-featured-control-mobile .slick-prev,
#pi-featured-control .slick-prev {
    padding-top: 3px;
    padding-right: 1px;
}

#pi-featured-control-mobile .slick-prev:before,
#pi-featured-control .slick-prev:before {
    content: '\f053';
}

#pi-featured-control-mobile .slick-next,
#pi-featured-control .slick-next {
    padding-top: 3px;
    padding-left: 1px;
}

#pi-featured-control-mobile .slick-next:before,
#pi-featured-control .slick-next:before {
    content: '\f054';
}
/* ARROWS */
 
/*-------------------------------------------------------------
7. MAIN CONTENT
--------------------------------------------------------------*/
.pi-content-sidebar {
    width: 32%;
}

.pi-content-post {
    width: 68%;
}

.pi-content-post.pi-full {
    width: 100%;
}

.pi-content-sidebar-area {
    position: relative;
    padding: 43px 0px;
}

.pi-content-sidebar.pi-left .pi-content-sidebar-area {
    left: -1px;
    margin-right: -2px;
}

.pi-content-sidebar.pi-right .pi-content-sidebar-area {
    right: -1px;
    margin-left: -1px;
}
 
/*-------------------------------------------------------------
8. SIDEBAR
--------------------------------------------------------------*/
.pi-widget {
    display: block;
    padding-bottom: 41px;
}

.pi-widget:last-child {
    padding-bottom: 0px;
}

/* SIDEBAR TITLE */
.pi-widget-title {
    text-align: center;
    margin-bottom: 15px;
}

.pi-widget-title h3 {
    display: inline-block;
    position: relative;
    top: -10px;
    margin: 0;
    padding: 0px 22px 0px 25px;
    
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pi-widget-title h3:before,
.pi-widget-title h3:after {
    content: '';
    position: absolute;
    top: 41%;
    width: 5px;
    height: 5px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pi-widget-title h3:before {
    left: 0;
}

.pi-widget-title h3:after {
    right: 0;
}

/* oooooooooooooo SIDEBAR - ABOUT oooooooooooooo */
.pi-widget-about {
    text-align: center;
}

.pi-widget-about-img {
    width: 200px;
    height: 200px;
    
    margin: 0 auto;
    margin-bottom: 16px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pi-widget-about-name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
}

.pi-widget-about-desc {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
/* oooooooooooooo SIDEBAR - ABOUT oooooooooooooo */


/* oooooooooooooo SIDEBAR - SOCIAL oooooooooooooo */
.pi-widget-social {
    margin-bottom: -7px;
}

.pi-widget-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
}

.pi-widget-social ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 4px;
}

.pi-widget-social ul li:last-child {
    margin-right: 0px;
}

.pi-widget-social ul li a {
    display: table;
    width: 38px;
    height: 38px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pi-widget-social ul li a i {
    display: table-cell;
    vertical-align: middle;
}
/* oooooooooooooo SIDEBAR - SOCIAL oooooooooooooo */

/* oooooooooooooo SIDEBAR - RECENT POST AND POPULAR POST REGULAR oooooooooooooo */
.pi-widget-popular-post-regular ul,
.pi-widget-recent-post-regular ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pi-widget-popular-post-regular ul li,
.pi-widget-recent-post-regular ul li {
    padding-bottom: 15px;
    margin-bottom: 16px;
}

.pi-widget-popular-post-regular ul li:last-child,
.pi-widget-recent-post-regular ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.pi-widget-popular-post-regular .pi-widget-popular-post-img-link,
.pi-widget-recent-post-regular .pi-widget-recent-post-img-link {
    float: left;
    margin-top: 4px;
    margin-right: 17px;
    margin-bottom: 5px;
}

.pi-widget-popular-post-regular .pi-popular-post-img,
.pi-widget-recent-post-regular .pi-recent-post-img {
    width: 73px;
    height: 67px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.pi-widget-popular-post-regular .pi-popular-post-icon,
.pi-widget-recent-post-regular .pi-recent-post-icon {
    display: table;
    text-align: center;
    margin-left: 3px;
    margin-right: 1px;
}

.pi-widget-popular-post-regular .pi-popular-post-icon i,
.pi-widget-recent-post-regular .pi-recent-post-icon i {
    display: table-cell;
    width: 69px;
    height: 66px;
    vertical-align: middle;
    font-size: 20px;
}

.pi-widget-popular-post-regular .pi-popular-post-text h3,
.pi-widget-recent-post-regular .pi-recent-post-text h3 {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}

.pi-widget-popular-post-regular .pi-popular-post-text h3 {
    padding-top: 4px;
}

.pi-widget-recent-post-regular .pi-recent-post-text h3 {
    padding-top: 5px;
}

.pi-widget-popular-post-regular .pi-popular-post-text h3 a,
.pi-widget-recent-post-regular .pi-recent-post-text h3 a {
    display: block;
}

.pi-widget-popular-post-regular .pi-popular-post-text h3 a:hover,
.pi-widget-recent-post-regular .pi-recent-post-text h3 a:hover {
    text-decoration: underline;
}

.pi-widget-popular-post-regular .pi-popular-post-text span,
.pi-widget-recent-post-regular .pi-recent-post-text span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.pi-widget-popular-post-regular .pi-popular-post-text span i.fa-heart-o {
    margin-right: 4px;
}

.pi-widget-popular-post-regular .pi-popular-post-text span i.fa-clock-o {
    margin-right: 2px;
}
/* oooooooooooooo SIDEBAR - RECENT POST AND POPULAR POST REGULAR oooooooooooooo */

/* oooooooooooooo SIDEBAR - RECENT POST AND POPULAR POST SLIDER oooooooooooooo */
.pi-widget-popular-post-slider,
.pi-widget-recent-post-slider {
    padding-top: 1px;
}

.pi-widget-popular-post-slider .slick-next,
.pi-widget-popular-post-slider .slick-prev,
.pi-widget-recent-post-slider .slick-next,
.pi-widget-recent-post-slider .slick-prev {
    z-index: 1000;
}

.rps-item img {
    width: 100%;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    transition: ease .3s;
}

.rps-item h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 11px 20px 13px;
    
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    
    background: rgba(0, 0, 0, 0.6);
}

.rps-item h4 a {
    display: block;
}

/* DOTS */
.pi-widget-popular-post-slider .slick-dots,
.pi-widget-recent-post-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin: 0;
    padding-top: 4px;
}

.pi-widget-popular-post-slider .slick-dots li,
.pi-widget-recent-post-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.pi-widget-popular-post-slider .slick-dots li button,
.pi-widget-popular-post-slider .slick-dots li button:before,
.pi-widget-recent-post-slider .slick-dots li button,
.pi-widget-recent-post-slider .slick-dots li button:before {
    padding: 0;
    height: 14px;
    width: 14px;
}

.pi-widget-popular-post-slider .slick-dots li button:before,
.pi-widget-recent-post-slider .slick-dots li button:before {
    font-size: 7px;
    opacity: 0.4;
}

.pi-widget-popular-post-slider .slick-dots li.slick-active button:before,
.pi-widget-recent-post-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}
/* oooooooooooooo SIDEBAR - RECENT POST AND POPULAR POST SLIDER oooooooooooooo */

/* oooooooooooooo SIDEBAR - INSTAGRAM GRID oooooooooooooo */
ul#pi-widget-instagram-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#pi-widget-instagram-grid li {
    float: left;
    width: 25%;
    padding: 4px;
}

ul#pi-widget-instagram-grid li a {
    display: block;
}

ul#pi-widget-instagram-grid li a:hover img {
    opacity: 0.8;
}

ul#pi-widget-instagram-grid li img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-transition: ease 3s;
    -moz-transition: ease 3s;
    transition: ease .3s;
}
/* oooooooooooooo SIDEBAR - INSTAGRAM GRID oooooooooooooo */

/* oooooooooooooo SIDEBAR - INSTAGRAM SLIDER oooooooooooooo */
#pi-widget-instagram-slider {
    font-size: 15px;
    font-weight: 600;
}

#pi-widget-instagram-slider .item {
    position: relative;
    cursor: pointer;
}

#pi-widget-instagram-slider .item a {
    color: #fff;
}

#pi-widget-instagram-slider:hover .info-wrapper {
    opacity: 1;
}

#pi-widget-instagram-slider .info-wrapper {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: ease 0.2s;
}

#pi-widget-instagram-slider .info-body {
    display: table;
    width: 100%;
    height: 100%;
}

#pi-widget-instagram-slider .info-meta {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    text-align: center;
}

#pi-widget-instagram-slider .info-meta i.fa-heart {
    margin-right: 6px;
}

#pi-widget-instagram-slider .info-meta i.fa-comment {
    margin-left: 18px;
    margin-right: 7px;
}
/* oooooooooooooo SIDEBAR - INSTAGRAM SLIDER oooooooooooooo */

/* oooooooooooooo SIDEBAR - TWITTER FEED oooooooooooooo */
ul#pi-widget-twitter-feed {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#pi-widget-twitter-feed li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 23px;
}

ul#pi-widget-twitter-feed li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.tw-left {
    float: left;
    width: 13%;
    padding-top: 5px;
}

.tw-right {
    float: left;
    width: 87%;
    padding-left: 15px;
}

.tw-left img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tw-right a:hover {
    text-decoration: underline;
}

.tw-right .tw-head a {
    font-weight: 600;
}

.tw-head {
    margin-bottom: 1px;
}

.tw-head span {
    padding-left: 8px;
    font-size: 12px;
    font-style: italic;
}

.tw-btn {
    margin-top: 5px;
}

.tw-btn a {
    margin-right: 10px;
}

.tw-btn a:last-child {
    margin-right: 0px;
}
/* oooooooooooooo SIDEBAR - TWITTER FEED oooooooooooooo */

/* oooooooooooooo SIDEBAR - FLICKR GRID oooooooooooooo */
ul#pi-widget-flickr-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#pi-widget-flickr-grid li {
    line-height: 0;
    float: left;
    width: 25%;
    padding: 4px;
}

ul#pi-widget-flickr-grid li .fl-wrapper {
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    height: 67px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul#pi-widget-flickr-grid li .fl-wrapper a {
    opacity: 0;
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(51, 51, 51, 0.1);
}

ul#pi-widget-flickr-grid li .fl-wrapper:hover a {
    opacity: 1;
}

ul#pi-widget-flickr-grid li .fl-wrapper a i {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
}
/* oooooooooooooo SIDEBAR - FLICKR GRID oooooooooooooo */

/* oooooooooooooo SIDEBAR - DRIBBBLE GRID oooooooooooooo */
ul#pi-widget-dribbble-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#pi-widget-dribbble-grid li {
    float: left;
    width: 25%;
    padding: 4px;
}

ul#pi-widget-dribbble-grid li a {
    display: block;
}

ul#pi-widget-dribbble-grid li a:hover img {
    opacity: 0.8;
}

ul#pi-widget-dribbble-grid li img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-transition: ease 3s;
    -moz-transition: ease 3s;
    transition: ease .3s;
}
/* oooooooooooooo SIDEBAR - DRIBBBLE GRID oooooooooooooo */

/* oooooooooooooo SIDEBAR - FLICKR SLIDER oooooooooooooo */
#pi-widget-flickr-slider .item {
    height: 300px;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

#pi-widget-flickr-slider a {
    font-size: 17px;
    color: #fff;
}

#pi-widget-flickr-slider .item:hover .info-wrapper {
    opacity: 1;
}

#pi-widget-flickr-slider .info-wrapper {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

#pi-widget-flickr-slider .info-body {
    display: table;
    width: 100%;
    height: 100%;
}

#pi-widget-flickr-slider .info-meta {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    text-align: center;
}
/* oooooooooooooo SIDEBAR - FLICKR SLIDER oooooooooooooo */

/* oooooooooooooo SIDEBAR - CONTROL FLICKR AND INSTAGRAM SLIDER ooooooooooooo */
#pi-widget-flickr-slider .slick-next,
#pi-widget-flickr-slider .slick-prev,
#pi-widget-instagram-slider .slick-next,
#pi-widget-instagram-slider .slick-prev {
    height: 31px;
    width: 31px;
    padding: 0;
    opacity: 0.6;
    z-index: 1001;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#pi-widget-flickr-slider .slick-next:hover,
#pi-widget-flickr-slider .slick-prev:hover,
#pi-widget-instagram-slider .slick-next:hover,
#pi-widget-instagram-slider .slick-prev:hover {
    opacity: 1;
}

#pi-widget-flickr-slider .slick-next,
#pi-widget-instagram-slider .slick-next {
    right: 18px;
    padding-left: 2px;
}

#pi-widget-flickr-slider .slick-prev,
#pi-widget-instagram-slider .slick-prev {
    left: 18px;
    padding-right: 2px;
}

#pi-widget-flickr-slider .slick-prev:before, 
#pi-widget-flickr-slider .slick-next:before,
#pi-widget-instagram-slider .slick-prev:before, 
#pi-widget-instagram-slider .slick-next:before {
    font-size: 16px;
}
/* oooooooooooooo SIDEBAR - CONTROL FLICKR AND INSTAGRAM SLIDER ooooooooooooo */

/* oooooooooooooo SIDEBAR - TAG CLOUD oooooooooooooo */
.tagcloud,
.pi-widget-tag-cloud {
    margin-bottom: -3px;
}

.tagcloud a,
.pi-widget-tag-cloud a {
    display: inline-block;
    padding: 9px 9px 10px 9px;
    margin: 0px 6px 7px 0px;
    font-size: 10px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
}
/* oooooooooooooo SIDEBAR - TAG CLOUD oooooooooooooo */

/* oooooooooooooo SIDEBAR - GOOGLE PLUS PAGE oooooooooooooo */
.pi-widget-google-plus-page {
    margin-top: -13px;
}
/* oooooooooooooo SIDEBAR - GOOGLE PLUS PAGE oooooooooooooo */

/* oooooooooooooo SIDEBAR - DEFAULT oooooooooooooo */
.pi-widget-default ul li a:hover {
    text-decoration: underline;
}

.pi-widget-default ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.pi-widget-default ul li {
    margin-bottom: 9px;
    padding-bottom: 11px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
}

.pi-widget-default ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.pi-widget-default > ul > li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle;
    margin-left: -15px;
}

.pi-widget-default ul li ul {
    padding: 10px 0px 0px 0px;
}

.pi-widget-default ul li ul li {
    padding-left: 0;
    padding-bottom: 0;
    border: 0;
}

.pi-widget-default ul li ul li:last-child {
    margin-bottom: 0px;
}

.pi-widget-default ul li ul li ul {
    padding: 10px 0px 0px 15px;
}

.pi-widget-default label {    
    display: block;
    font-size: 14px;
    line-height: 23px;
}

/* FORM INPUT */
.pi-widget-default input[type="text"],
.pi-widget-default input[type="email"],
.pi-widget-default input[type="url"],
.pi-widget-default input[type="password"],
.pi-widget-default input[type="search"],
.pi-widget-default select {
    display: block;
    width: 100%;
    padding: 7px;
    margin: 9px 0px;
    font-size: 14px;
}

.pi-widget-default input[type="search"] {
    max-width: 94%;
}

/* CALENDAR */
.pi-widget-default table#wp-calendar {
    width: 100%;
    font-size: 14px;
}

.pi-widget-default table#wp-calendar caption {    
    padding: 11px 10px 12px;
}

.pi-widget-default table#wp-calendar tr th {
    font-size: 13px;
}

.pi-widget-default table#wp-calendar tr th,
.pi-widget-default table#wp-calendar tr td {
    padding: 9px;
    text-align: center;
}

.pi-widget-default table#wp-calendar #today {
    font-weight: 700;
}

/* RSS */
a.rsswidget img {
    vertical-align: middle;
}

a.rsswidget {
    font-weight: 700;
}

span.rss-date {
    font-size: 13px;
    display: block;
}

.rssSummary {
    margin: 5px 0px 2px;
}

/* SEARCH */
.pi-widget-default input[type="submit"],
.pi-widget-default button{
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 13px;
    margin-top: 3px;
}

/* TEXT WIDGET */
.pi-widget-default .textwidget img {
    width: auto;
    height: auto;
    margin: 13px 0px;
}

.pi-widget-default .textwidget p {
    margin: 0px 0px 5px 0px;
}

.pi-widget-default .textwidget {
    font-size: 14px;
    line-height: 23px;
}
/* oooooooooooooo SIDEBAR - DEFAULT oooooooooooooo */


/*-------------------------------------------------------------
9. FOOTER
--------------------------------------------------------------*/
/* oooooooooooooo FOOTER - TOP oooooooooooooo */
.footer-top-title {
    padding: 23px 0px 25px;
    
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

#pi-footer-top .item {
    width: 16.66666666666667%;
    float: left;
}

/* FLICKR FOOTER */
#footer-flickr .flickr-item {
    position: relative;
    width: 16.66666666666667%;
    height: 195px;
    float: left;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

#footer-flickr .flickr-item a {
    color: #fff;
}

#footer-flickr .flickr-info-wrapper {
    background: rgba(255, 255, 255, 0.20);
}

#footer-flickr .flickr-info-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: ease 0.2s;
}

#footer-flickr .flickr-item:hover .flickr-info-wrapper {
    opacity: 1;
}

#footer-flickr .flickr-info-body {
    display: table;
    width: 100%;
    height: 100%;
}

#footer-flickr .flickr-info-meta {
    font-size: 16px;
    text-align: center;
}

#footer-flickr .flickr-info-meta {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
}
/* FLICKR FOOTER */
/* oooooooooooooo FOOTER - TOP oooooooooooooo */

/* oooooooooooooo FOOTER - BOTTOM oooooooooooooo */
#pi-footer-bottom {
    overflow: hidden;
    padding: 56px 40px 75px;
    text-align: center;
}

.pi-footer-bottom-social {
    margin-bottom: 20px;
}

.pi-footer-bottom-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
}

.pi-footer-bottom-social ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
}

.pi-footer-bottom-social ul li:last-child {
    margin-right: 0;
}

.pi-footer-bottom-social ul li a {
    display: table;
    width: 42px;
    height: 42px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pi-footer-bottom-social ul li a i {
    display: table-cell;
    vertical-align: middle;
}

.pi-footer-bottom-info {
    display: inline-block;
    position: relative;
}

.pi-footer-bottom-info:before,
.pi-footer-bottom-info:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1366px;
}

.pi-footer-bottom-info:before {
    right: 100%;
}

.pi-footer-bottom-info:after {
    left: 100%;
}

.pi-footer-bototm-info-text {
    display: inline-block;
    padding: 14px 23px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pi-footer-bottom-copyright {
    padding-top: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
/* oooooooooooooo FOOTER - BOTTOM oooooooooooooo */

/*-------------------------------------------------------------
10. FEATURED TAG BANNER
--------------------------------------------------------------*/
.pi-featured-tag-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.pi-navbar-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pi-navbar-close:before,
.pi-navbar-close:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.pi-navbar-close:before {
    width: 40px;
    height: 2px;
}

.pi-navbar-close:after {
    height: 40px;
    width: 2px;
}

.pi-featured-tag-box-table {
    display: table;
}

.pi-featured-tag-box-table-cell {
    display: table-cell;
}

.pi-featured-tag-box-table,
.pi-featured-tag-box-table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.pi-featured-tag-area {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.pi-featured-tag-item {
    width: 25%;
    float: left;
}

.pi-featured-tag-item-body {
    margin: 20px 18px;
    position: relative;
}

.pi-featured-tag-item img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pi-featured-tag-item-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.pi-featured-tag-item-caption a {
    display: block;
    padding: 12px 0px 13px;
    margin-bottom: -2px;
    
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}