/*

Wordpress
Theme: Higgs

*/

#wpadminbar {
    z-index: 999999;
}

/* Comments */

.pb-comment-list {
    margin-bottom: 90px;
}

.pb-comment-list .children {
    padding-left: 60px;
}

.comment-reply-title {
    text-align: center;
}

.pb-comments .comment-notes {
    text-align: center;
}

.pb-comments .comment-meta {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    width: auto;
}

.pb-comments .comment-metadata {
    position: absolute;
    top: 0;
    right: 90px;
    background: #f0f0f0;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
}

.pb-comments .comment-body {
    border: 2px solid #f0f0f0;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
}

.pb-comments .comment-author {
    padding-top: 45px;
}

.pb-comments .comment-content {
    padding-left: 75px;
    padding-top: 45px;
    min-height: 105px;
}

.pb-comments .fn {
    position: absolute;
    top: 0;
    border-bottom: 2px solid #FFD166;
}

.pb-comments .says {
    display: none;
}

.pb-comments .reply {
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    font-size: 12px;
}

.pb-comments .comment-awaiting-moderation {
    position: absolute;
    top: 0;
    right: 250px;
    background: #FFD166;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.pb-comments #cancel-comment-reply-link {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

/* Widgtes */

.pb-widget .comment-author-link {
    font-weight: 600;
    font-size: 14px;
}

.pb-widget .post-date {
    font-size: 12px;
    font-weight: 600;
    color: #999;
}

.pb-widget .post-date:before {
    content: '-';
    display: inline-block;
    padding: 0 10px;
}

.pb-widget .search-form {
    position: relative;
}

.pb-widget .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    border: 2px solid #222;
}

.pb-widget .search-form label {
    margin-right: 110px;
}

.pb-widget .screen-reader-text {
    display: none;
}

.pb-widget .tagcloud a {
    background: #fff;
    font-weight: 600;
    border: 2px solid #FFD166;
    color: #222;
    text-align: center;
    display: inline-block;
    margin: 0 8px 10px 0;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 12px !important;
    text-transform: uppercase;
}

.pb-widget .cat-item a {
    text-transform: capitalize;
}

.rsswidget {
    display: none;
}

/* Blog */

.sticky {}

.bypostauthor {}

.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.aligncenter {
    margin: 0 auto;
}

/* Gallery */

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	text-transform: uppercase;
	color: #ffd166;
	background: #222;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 15px;
}

.gallery-caption {}

.gallery {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gallery-item {
    padding: 0 7.5px;
    margin-bottom: 15px;
}

.gallery-item .wp-caption-text {
    margin-bottom: 0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
}

.gallery-columns-1 figure {
    width: 100%;
}

.gallery-columns-2 figure {
    width: 50%;
}

.gallery-columns-3 figure {
    width: 33.3333%;
}

.gallery-columns-4 figure {
    width: 25%;
}

.gallery-columns-5 figure {
    width: 20%;
}

.gallery-columns-6 figure {
    width: 16.6666%;
}

.gallery-columns-7 figure {
    width: 14.2857%;
}

.gallery-columns-8 figure {
    width: 12.5%;
}

.gallery-columns-9 figure {
    width: 11.1111%;
}

