/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.htp-ir {
}
.htp-ir .htp-ir-voted {
    margin-bottom: 30px;
}
.htp-ir .htp-ir-voted .htp-ir-vote {
    text-align: center;
}
.htp-ir .htp-ir-voted .htp-ir-vote span {
    font-weight: bold;
}
.htp-ir .htp-ir-voted .htp-ir-rs {
    background: #e5e5e5;
    padding: 15px;
    overflow: hidden;
}
.htp-ir .htp-ir-voted .htp-ir-rs .htp-ir-voted-img {
    float: left;
    margin: 0 15px 0 0;
}
.htp-ir .htp-ir-voted .htp-ir-rs .htp-ir-voted-img img {
}
.htp-ir .htp-ir-voted .htp-ir-rs .htp-ir-voted-meta {
}
.htp-ir .htp-ir-voted .htp-ir-rs .htp-ir-voted-meta .htp-ir-voted-rs {
}
.htp-ir .htp-ir-voted .htp-ir-rs .htp-ir-voted-meta .htp-ir-voted-share {
}
.htp-ir .htp-ir-voted .htp-ir-rs .htp-ir-voted-meta .htp-ir-voted-share a {
}
.htp-ir .htp-ir-title {
    text-align: center;
}
.htp-ir .htp-ir-title h2 {
}
.htp-ir .htp-ir-ctn {
    text-align: center;
}
.htp-ir .htp-ir-ctn .htp-ir-img {
    display: inline-block;
    line-height: 0px;
    position: relative;
    overflow: hidden;
}
.htp-ir .htp-ir-ctn .htp-ir-img img {
}
.htp-ir .htp-ir-ctn .htp-ir-img .htp-ir-img-caption {
    position: absolute;
    bottom: -100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: block;
    left: 0;
    padding: 0.5em;
    width: 100%;
    line-height: 1.5em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.htp-ir .htp-ir-ctn:hover .htp-ir-img .htp-ir-img-caption {
    bottom: 0;
}
.htp-ir .htp-ir-ctn .htp-ir-img .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    color: white;
}
.htp-ir .htp-ir-ctn .htp-ir-img .loading i {
    align-self: center;
}
.htp-ir .htp-ir-ctn .htp-ir-buttons {
}
.htp-ir .htp-ir-ctn .htp-ir-buttons .htp-ir-hot-or-not-btn {
}
.htp-ir .htp-ir-ctn .htp-ir-buttons .htp-ir-hot-or-not-btn .htp-ir-hot-btn {
    margin: 15px;
    border: none;
    background: transparent;
}
.htp-ir .htp-ir-ctn .htp-ir-buttons .htp-ir-hot-or-not-btn .htp-ir-not-btn {
    margin: 15px;
    border: none;
    background: transparent;
}
.htp-ir .htp-ir-ctn .htp-ir-buttons .htp-ir-skip-button {
}
.htp-ir .htp-ir-ctn .htp-ir-buttons .htp-ir-skip-button .htp-ir-skip-btn {
    padding: 16px 98px;
        border: none;
    background: transparent;
}
.entry-content .htp-ir-hot-or-not-btn img {
    margin: 0;
}
@media screen and (max-width: 767px){
.entry-content .htp-ir-hot-or-not-btn img {
	margin: 0;
    max-width: 30px;
}
}	