
.epc-page * {
    line-height: 1.5;
    box-sizing: border-box;
}

.epc-page .epc-content-fields {
    margin: 30px 0;
}

.epc-page .epc-content-fields ul,
.epc-page .epc-content-fields ul li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
}

.epc-page .epc-content-fields ul li {
    padding: 10px 20px;
    border: solid 1px #ddd;
    margin-top: -1px;
}

.epc-page .epc-content-fields ul li img {
    max-height: 150px;
}

.epc-page .epc-content-fields ul li:nth-child(even) {
    background-color: #f5f5f5;
}

.epc-item-view-content p {
    margin-top: 20px;
    margin-bottom: 30px;
}

.epc-page blockquote {
    font-style: italic;
}

.epc-item-tags {
    margin-top: 15px;
}

.epc-item-tags a {
    margin-bottom: 10px;
}

.epc-vote {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.epc-vote:hover {
    color: #00b3ee;
}

.epc-vote:hover .epc-thumbs path {
    fill: #00b3ee;
}

.epc-vote .epc-thumbs {
    width: 15px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.epc-vote .epc-current-vote {
    display: inline-block;
    vertical-align: middle;
}

.epc-item-voting {
    margin: 20px 0;
}

.epc-voting-title {
    margin-right: 20px;
}

.epc-page .success {
    color: #78d127;
}

.epc-page .update {
    color: #00b3ee;
}

.error {
    color: #ff5336;
}

.epc-next-and-previous-items a {
    margin: 10px;
    display: inline-block;
}

.epc-next-and-previous-items .epc-related-item {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.epc-next-and-previous-items .epc-related-item.epc-next-item {
    text-align: right;
}

.rtl .epc-next-and-previous-items .epc-related-item.epc-next-item {
    text-align: left;
}

.epc-spinner {
    font-size: 10px;
    position: relative;
    vertical-align: middle;
    display: none;
    border-top: 3px solid rgba(255,255,255, 0.2);
    border-right: 3px solid rgba(255,255,255, 0.2);
    border-bottom: 3px solid rgba(255,255,255, 0.2);
    border-left: 3px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: epc-spinner 0.8s infinite linear;
    animation: epc-spinner 0.8s infinite linear;
}

.epc-spinner,
.epc-spinner:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.epc-item-voting .epc-spinner {
    border-top: 3px solid rgba(0,0,0, 0.2);
    border-right: 3px solid rgba(0,0,0, 0.2);
    border-bottom: 3px solid rgba(0,0,0, 0.2);
    border-left: 3px solid #333;
}

@-webkit-keyframes epc-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes epc-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes epc-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes epc-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes epc-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.epc-field {
    margin-bottom: 10px;
}

.epc-field input[type="text"], .epc-field textarea {
    height: 30px;
    width: 100%;
}

.epc-field textarea {
    height: 100px;
    resize: vertical;
}

.epc-google-recaptcha {
    margin-bottom: 20px;
}

.epc-comments-messages-container {
    margin-bottom: 20px;
}

.epc-comments ul {
    padding: 0;
    margin: 0;
    display: block;
}

.epc-comments ul li {
    padding: 0;
    display: block;
    margin: 20px 0;
}

.epc-comments ul li.epc-comment-level-1 {
    padding: 0 40px;
}

.epc-comment-header {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}

.epc-comment-meta {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.epc-comment-reply {
    display: block;
    margin: 20px 0;
}

.epc-item-image {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.epc-listing-item {
    margin-bottom: 30px;
}

.epc-item-content {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}

.rtl .epc-item-content {
    padding-left: 0;
    padding-right: 30px;
}

.epc-item-content h4 {
    margin: 0;
}

.epc-item-content p {
    margin: 10px 0;
}

.epc-pagination {
    text-align: center;
    margin: 20px 0;
}

.epc-pagination ul {
    padding: 0;
    margin: 0;
}

.epc-pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.epc-pagination ul li a {
    font-size: 15px;
}

.epc-pagination ul li.epc-pagination-controls a {
    font-size: 18px;
}

.epc-sub-category::after {
    content: ',';
}

.epc-sub-category:last-child::after {
    content: '';
}

.epc-featured {
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #00b3ee;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.epc-comments-posted-in {
    font-size: 12px;
    display: block;
}

.epc-pagination-type-scroll {
    display: none;
}

.epc-load-more-error {
    display: block;
    margin: 10px 0;
}

@media screen and (max-width: 979px) {

    .epc-item-header h1 {
        font-size: 18px;
    }

    .epc-tags-title {
        display: block;
    }

    .epc-google-recaptcha {
        -webkit-transform-origin:0 0;
        -moz-transform-origin:0 0;
        -ms-transform-origin:0 0;
        -o-transform-origin:0 0;
        transform-origin:0 0;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }

}

@media screen and (max-width: 500px) {

    .epc-item-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .epc-item-content {
        width: 100%;
        padding: 0;
    }

}









