#pkb.pkb-wrapper {
    padding: 14px;
    max-width: 1400px;
    margin: 20px auto !important;
}


.pkb-comments .comments {
    margin:0 !important;
    padding:0 !important;
}
.pkb-comments .comments > h2 {
    margin-top:20px;
    font-size:24px;
}
#pkb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align: top;
}


#pkb-search {
    position: relative;
}

#pkb-search-form {
    margin: 0 0 12px;
}
.vote-status {
    margin:1em 0 0 ;
    font-size:13px;
}
.vote-status:empty {
    display:none;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 15px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: #e1e1e3;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 11px -11px rgba(0, 0, 0, 0.7);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    border-top: none !important;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-menu-item {
    border-bottom: 1px solid #e1e1e3;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
    color: #888;
    cursor: pointer;
}

.ui-menu-item:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
}

.ui-menu-item:hover {
    color: #222;
}


/* Groups */

.pkb-group {
    background: #555;
    margin: 0 0 10px;
    padding: 0.5em;
    position: relative;
}

.pkb-group:last-of-type {
    margin: 0;
}

.pkb-group .reset-pkb-search {
    background: black;
    border-radius: 500px;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 8px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 51px;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 15px;
    margin-top: -8px;
}

.pkb-group .reset-pkb-search:hover {
    opacity: 0.6;
}

#pkb-search-form h1 {
    display: block;
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1;
}

#pkb-search-form input[type="text"] {
    background: white;
    border: 3px solid transparent;
    display: block;
    line-height: 60px;
    padding: 0 25px;
    width: 100%;
    margin: 0;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    border-radius: 0;
}

#pkb-search-form input[type="text"]:hover {
    box-shadow: 2px 2px 11px -11px;
}

#pkb-search-form input[type="text"]:focus {
    box-shadow: 2px 2px 11px -11px;
    border-color: #999;
}


/* Sidebar - top level*/

.pkb-sidebar-title {
    display: block;
    margin: 0 0 10px;
}

#pkb-quick-nav .fa.fa-list-alt {
    margin-right: 5px;
}

#pkb-quick-nav .pkb-nav-inner > ul {
    overflow: hidden;
    border: 1px solid #e1e1e3;
}

#pkb-quick-nav .pkb-nav-inner > ul > li {
    line-height: 50px;
    font-size: 13px;
}

#pkb-quick-nav .pkb-nav-inner > ul > li:not(:last-of-type) > ul > li > a {}

#pkb-quick-nav .pkb-nav-inner > ul > li > a {
    background: white;
    padding: 0 15px;
    display: block;
    text-decoration: none !important;
    border-bottom: 1px solid #e1e1e3;
    border-top: 1px solid #e1e1e3;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    font-weight: 600;
}
#pkb-quick-nav .pkb-nav-inner > ul > li:first-of-type > a {
    border-top:none !important;
}

#pkb-quick-nav .pkb-nav-inner > ul > li > a.active {
    border-color: #c1c1c3;
    background: #e1e1e3;
}

#pkb-quick-nav .pkb-nav-inner > ul > li:hover > a {
    color: #222;
}


/* children */

#pkb-quick-nav .pkb-nav-inner > ul > li > ul {}

#pkb-quick-nav .pkb-nav-inner > ul > li > ul > li > a {
    display: block;
    padding: 0;
    background: #fafafa;
    border-left: 4px solid #e9e9e9;
}

#pkb-quick-nav .pkb-nav-inner > ul > li > ul > li > a i {
    margin-right: 10px;
    padding-left: 20px;
    color: #888;
}

#pkb-quick-nav .pkb-nav-inner > ul > li > ul > li > a:hover i {
    color: #444;
}


/* Sidebar */

#pkb-quick-nav > div {
    margin-top: 30px;
}


/* Results Box for ajax*/

.pkb-results-inner,
.pkb-select-changer {
    display: none;
}


/* cat archives */

.pkb-archive-title {
    font-size: 22px;
    line-height: 1;
    margin: 10px 0 25px;
}

.pkb-js-sorter {
    max-height: 22px;
}


/* Loop Items - Archive */

.pkb-item {
    margin: 0 0 1em;
}

.pkb-item .entry-title {
    border-bottom: 1px solid #e1e1e3;
    background: white;
    font-size: 20px;
    margin: -20px -20px 20px;
    padding: 20px;
    font-weight: 300;
}
.pkb-item .entry-title a {
    text-decoration: none !important;
}
.pkb-item.not-found {
    border-left-color: #dd3333;
}

.pkb-item.not-found h3 {
    border: medium none;
    margin: 0;
    padding: 0;
    background: transparent !important;
}

.pkb-item .entry-content {
    display: block;
    float: none !important;
    font-size: 13px;
    margin: 0;
}

.pkb-item .pkb-inner {
    background: #fafafa;
    border: 1px solid #e1e1e3;
    border-bottom-width:6px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 3px 3px 10px -10px;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.pkb-item .pkb-inner:hover {
    background: white;
}

.pkb-inner p:first-child {
    color: #222;
    font-size: 112.5%;
}

.pkb-item .offset-icon {
    font-weight: bold;
    color: #222;
    margin-right: 7px;
    font-style: normal;
}

.pkb-item .pkb-button {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #222;
    border-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    color: white;
    font-size: 11px;
    display: inline-block;
    line-height: 37px;
    padding: 0 19px;
}


/* order by */

.pkb-title {
    border-bottom: 1px solid #e1e1e3;
    font-size: 15px;
    margin: 0 0 12px;
    padding-bottom: 10px;
    font-weight: 300;
}

#pkb-order-by {
    margin: 0 0 10px;
}

#pkb-order-by span {
    float: right;
}

.pkb-select-changer {
    font-size: 0;
    display: inline-block;
}

.pkb-select-changer > li {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    margin-right: 2px;
}

.pkb-select-changer > li:not(.pkb-select-toggle):first-of-type {
    margin: 0 15px 0 0;
}

.pkb-select-changer > li.active span {
    background: #4cc252;
}

.pkb-select-changer > li:hover span {
    background: #666;
}

.pkb-select-changer > li span {
    background: #888 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 11px;
    line-height: 25px;
    padding: 0 11px;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

#pkb-direction-mirage {
    float: right;
}


/* Single Pages */

.single .offset-icon {
    color: #222;
    float: left;
    font-weight: bold;
    margin-right: 7px;
}

.single .pkb-title {
    font-size: 32px;
}


/* Search Page */

.pkb-back {
    display: inline-block;
    margin: 20px 0 0;
}


/* breadcrumbs */

.pkb-breadcrumbs {
    font-size: 11px;
    margin: 0 0 10px;
}

.single .pkb-breadcrumbs {
    margin: 0 0 25px;
}

.post-type-archive .pkb-back {
    display: none;
}

.pkb-ajax-breadcrumb-wrapper {
    display: none;
}


/* voting */

.pkb-vote-form {
    display: block;
    font-size: 12px;
    margin-top: 2.5em;
}

.pkb-vote-form > label {
    color: #444444;
    display: block;
    font-weight: 600;
    margin: 0 0 10px;
}

.pkb-vote-form > button {
    background: #444444;
    border: 1px solid rgba(0,0,0,0.1);
    color: white;
    margin-right: 7px;
    border-radius: 2px;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    outline: 0;
    font-size: 11px;
     padding: 3px 28px;
}

.pkb-vote-form > button:hover {
    background: #666;
    border: 1px solid #333 !important;
}

.pkb-vote-form > button:hover,
.pkb-vote-form > button:focus {
    background: #444 !important;
    border: 1px solid #222 !important;
}

.pkb-vote-form > button:last-of-type {
    margin-right: 10px;
}


button.pkb-downvote {
    background:#a2a2a2;
    color:white;
}

.pkb-level-three {
    padding: 10px 25px !important;
    background: #e9e9e9;
    display:none;
}
.pkb-level-three.active {
    display:block;
}

.pkb-no-child a {
    padding-left:18px !important;
}

.pkb-has-child a {
    padding-left:38px !important;
}

.pkb-has-child:hover a {
    background:white;
}


.pkb-has-child {
    position: relative;
}
.pkb-has-child i {
    position: absolute;
    top: 25px;
    left: 18px;
    width: 20px;
    text-align: center;
    margin-top: -7px;
}


.pkb-level-three a {
    padding-left:0 !important;
    background:none !important;
}
/* v1.0.1 */

button.pkb-upvote[disabled=disabled],
button.pkb-upvote:disabled {
    opacity:0.5;
}
button.pkb-downvote[disabled=disabled],
button.pkb-downvote:disabled {
    opacity:0.5;
}


/* end */
.pkb_posts_widget ul > li {
    margin:0 0 6px;
}
.pkb_posts_widget ul > li a {
    font-weight:300;
}

/* Cat Blocks */

.pkb-tax-blocks {
    border-top: 1px dashed #e1e1e3;
    margin: 1.5em 0 0;
    padding: 1.3em 0 0;
}

.pkb-tax-blocks ul {
    list-style-type: circle !important;
    margin: 0 0 20px !important;
    padding: 0 0 0 15px !important;
}

.pkb-tax-blocks li a {
    display: block;
    padding: 0;
}

.pkb-tax-blocks li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.pkb-tax-blocks h5 {
    font-size: 21px;
    line-height: 1;
    margin: 0 0 20px;
}



/* notices */
.pkb-notice:not(.info) {
    background: white none repeat scroll 0 0;
    border: 1px solid #e1e1e3;
    margin: 1.5em 0;
    padding: 0.8em 1em;
    border-width:1px 1px 1px 4px;
}
.pkb-notice.error {
    border-color:#dd3333;
}
.pkb-notice.info {
    font-size: 13px;
    font-style: italic;
}
.pkb-notice.success {
    border-color: #4cc252;
}
/* View counter */

.pkb-views {
    border-top: 1px dashed #d1d1d3;
    font-size: 11px;
    line-height: 1;
    margin: 14px 0 0;
    padding: 1em 0 0;
    display:none;
}

.pkb-vote-counter {
    font-style: italic;
}

/* Submit Form & Related */
input[type=radio].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio].with-font + label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 6px;
    font-size: 1em;
    color: #535353;
}
input[type=radio].with-font:checked + label:before {
    content: "\f00c";
    color: darkgreen;
    font-size: 1em;
    letter-spacing: 6px;
    width: 35px: 5px;
}
input.with-font[type="radio"] + label {
    margin-right: 18px;
}

.pkb-form-group {
    margin: 0 0 1.5em;
}
.pkb-form-group:last-of-type {
    border-bottom: 1px solid #e1e1e3;
    margin: 0 0 2em;
    padding-bottom: 1em;
}
.pkb-form .text-right{
    text-align:right;
}
.pkb-form .pkb-button {
    background: #4cc252 none repeat scroll 0 0;
    border: 1px solid #2ca232;
    border-radius: 3px;
    box-shadow: 1px 1px 3px -3px black;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
    padding: 0 35px;
    display:inline-block;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}
.pkb-form .pkb-button:hover {
    background:#666;
    border-color:#444;
}
.pkb-form .mce-tinymce {
    border: 1px solid #e1e1e3 !important;
    border-width:1px 1px 1px 4px !important;
}
.pkb-form-group input[type=text],
.pkb-form-group textarea {
    width:100%;
    border:1px solid #e1e1e3;
    padding:0 8px;
    border-width: 1px 1px 1px 4px;
    background:#fafafa;
}
.pkb-form-group input[type=text]:focus,
.pkb-form-group textarea:focus {
    background:white;
}
.pkb-form-group input[type=text] {
    line-height:40px;
}
.pkb-form-group textarea {
    height:150px;
    padding:8px;
}

.pkb-tags-wrapper .pkb-tag {
    background: #888 none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    margin-right: 3px;
    padding: 5px 8px 5px 27px;
    position: relative;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    vertical-align: middle;
}
.pkb-tags-wrapper .pkb-tag:hover {
    background:#666;
}
.pkb-tags-wrapper .pkb-tag > input {
    left: 8px;
    position: absolute;
    top: 7px;
}

.pkb-form-group > label {
    color: #222;
    display: inline-block;
    font-size: 112.5%;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1em;
}
.pkb-form-group > label .required {
    color: #e54b4b;
    display: inline-block;
    font-size: 10px;
    vertical-align: top;
}

#pkb-archive-navigation {

    margin:20px 0 0;
}

/* Shortcodes */
.pkb-item-shortcode .pkb-inner {
    padding-top:0 !important;
}

.pkb-posted-in {
    margin: 10px 0 0;
    padding: 10px 0 0;
    line-height: 1;
    font-size: 11px;
    border-top: 1px dashed #e1e1e3;
    list-style: none;
}
.pkb-posted-in li {
    display:inline-block;
    font-weight:400;
}
.pkb-posted-in li span {
    font-weight:bold;
}
/* Responsive */

@media (min-width: 468px) {
    .pkb-group {
        padding: 1em;
    }
}

@media (min-width: 768px) {
    #pkb-quick-nav > div {
        margin: 0 0 15px;
    }
}

@media (min-width: 996px) {
    #pkb.pkb-wrapper {
        padding: 0;
    }
    #pkb.pkb-wrapper {
        margin: 2.5em 0;
    }
    .pkb-item .pkb-inner {
        padding: 40px;
    }
    .pkb-item h3.entry-title{
        margin: -40px -40px 35px;
        padding: 40px;
    }
    .pkb-group {
        padding: 2em;
    }
    .pkb-js-sorter,
    .pkb-breadcrumbs,
    .pkb-group {
        margin: 0 0 1.5em;
    }

    .pkb-form-group input[type=text] {
        line-height:45px;
        padding:0 15px;
    }
    .pkb-form-group textarea {
        height:275px;
        padding:15px;
    }
}

@media (min-width: 1200px) {
    .pkb-item .entry-content {

    }
}

.come-in {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-animation: come-in 0.8s ease forwards;
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    /* So they look staggered */
}

@-webkit-keyframes come-in {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes come-in {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
