.sticky{}
.bypostauthor{}
.wp-caption img {
    display: block;
    margin: 0 auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
    margin-bottom: 5px;
    padding: 0;
    position: relative;
    color: #888888;
    font-size: 11px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.alignright{
    clear: both;
}



.wp-caption a{
    display: block;
    background: url("../../images/background/tag-pattern.png") repeat scroll 0 0 transparent;
    height: auto;
    max-width: 100%;
    padding: 3px !important;
    border: none !important;  
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    color: #757575;
    font-family: 'Patua One',cursive;
    font-size: 0.857143rem !important;
    font-style: italic;
    line-height: 2;
    text-align: center;
}

.gallery{
    margin: 20px auto !important;
}

dl.gallery-item {
    margin: 0px !important;       
}
.gallery-item a, .gallery-caption {
    width: 100%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon{
    width: 90%;
    margin: 0px auto !important;
}

.gallery .gallery-icon img {
    background: url("../../images/background/tag-pattern.png") repeat scroll 0 0 transparent;
    height: auto;
    max-width: 100%;
    padding: 2% !important;
    border: none !important;
}