/*

1. Shop
2. article-list-5
3. quote
4. category
5. single
6. shortcode: progress
7. Widgets
8. Page not found
9. Search result
10. custom product
11. spacing breadcrumb and content
*/


/* 1. Shop */
.kopa-shop-page .mb-30, .woocommerce-cart .mb-30, .woocommerce-checkout .mb-30{
    /*display: none;*/
}


/* 2. article-list-5 */
.article-list-5 .entry-item .entry-comment a{
    color:#fff;
}
.article-list-5 .entry-item .entry-comment a:hover{
    color:#e9302b;
}

/* 3. quote */
.kopa-blockquote.style1 strong {
    font-size: 90px;
    line-height: 100px;
    font-weight:normal !important;
}
.kopa-blockquote.style1 em {
    font-size: 14px;
    line-height: 20px;
    color: #e9302b;
    text-transform: none;
    font-style: italic;
}
.kopa-home-3 .kopa-slider-1-widget .widget-title.style1 {
    display: none;
}

/* 4. category */
.kopa-pagination ul li span.current {
    color: #1b1f25;
}
.kopa-gallery-list {
    text-align: left !important;
}

/* 5. single */
#comments .comments-list .comment .comment-wrap .media-body > header .comment-edit-link {
    background: #1b1f25;
    padding: 8px;
    font-size: 12px;
    line-height: 10px;
    text-transform: uppercase;
    display: block;
    color: #fff;
}
#comments .comments-list .comment .comment-wrap .media-body > header .comment-edit-link:hover {
    background: #f3f3f3;
    color: #1b1f25;
}
.comment-edit {
    margin-left: 5px;
}
#respond .comment-reply-title {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    border-top: 1px solid #1b1f25;
    border-bottom: 1px solid #1b1f25;
    margin: 30px 0;
    padding: 10px 0;
}
#comments .comments-list .comment:last-child{
    border-bottom: none;
}
#respond input, #respond textarea.form-control, .kopa-contact .contact-box textarea, .kopa-contact .contact-box input {
    border-radius: 0 !important;
    height: auto !important;
}
#respond input#submit-comment{
    width: auto;
    background: #1b1f25;
    padding: 8px 15px;
    color: #fff;
    margin-top: 25px;
    border: 0;
    text-transform: uppercase;
}
#respond input#submit-comment:hover{
    background: #f3f3f3;
    color: #1b1f25;
}

.entry-footer{
    margin-top: 20px;
    margin-bottom: 20px;
}
.entry-footer .page-links span{
    color: #e9302b;
}
.entry-footer .page-links a span{
    color: #333;
}
.single-format-video .format-video .video-wrapper iframe {
    width: 100%;
}

.kopa-video-page .kopa-breadcrumb{
    display: none;
}
.single-post .post-password-form label{
    margin-top: 9px;
}
.single-post .post-password-form input[type="submit"] {
    background: #e9302b;
    color: #fff;
    border: 1px solid #e9302b;
    font-size: 15px;
    padding: 3px 15px;
}

.main-menu-2 > li:hover > a{
    color: #fff!important;
}

.avatar-122 {
    width: 122px;
    height: 122px;
    display: block;
    float: left;
}
/* 6. shortcode: progress */

.e-pie > li {
    float:left;
    width: 20%;
    float: left;
    text-align: center;
}

/* 7. Widgets */
.widget_categories select, .widget_archive select {
    padding: 3px 20px;
}

/* 8. Page not found */

.error-404 {
    margin: 0px 10% 50px;
    padding: 36px 0;
}
.error-404 .left-col {
    width: 41%;
    float: left;
    margin: 0 2%;
}
.error-404 .left-col p {
    font-size: 120px;
    font-weight: 700;
    line-height: 100px;
    text-align: right;
}
.error-404 .right-col {
    width: 50%;
    float: left;
    margin: 0 2%;
}
.error-404 .right-col p {
    margin-bottom: 10px;
}
.error-404 .right-col ul {
    padding-left: 15px;
}
.error-404 .right-col a {
    font-size: 14px;
    margin-bottom: 5px;
}
blockquote {
    padding: 15px 20px;
    position: relative;
    border: none;
    border-left: 5px solid #e9302b;
    color: #292929;
    background: #f3f3f3;
    font-size: 14px;
}
.kopa-search-page .current-page{
    color: #e9302b;
}
.kopa-no-mainnav {
    padding-bottom: 10px;
}

/* 9. Search result */
.kopa-search-list {
    text-align: left !important;
    margin-top: 5px;
}
.kopa-search-list > ul li{
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
    padding-top: 12px;
    overflow: hidden;
}
.kopa-search-list > ul > li .entry-content {
    overflow: hidden;
}
.kopa-search-list > ul > li .entry-content .entry-date.style2 {
    margin-left: 0 !important;
}

.kopa-search-list > ul li:last-child {
    border-bottom: none;
}
.kopa-search-list .entry-date.style2:after{
    display: none;
}
.kopa-search-list .entry-date.style2 {
    margin: 0 0 10px -5px !important;
}
.kopa-search-list > ul > li .entry-thumb {
    width: 243px;
    margin-right: 30px;
    float: left;
}
.kopa-search-list .entry-title{
    margin-bottom: 8px;
}

.entry-categories.style1{
    padding-bottom: 0;
}
.entry-categories.style1 > a {
    display: inline-block;
    height: 28px;
}

/*
html address tag
 */
address{
    font-style: italic !important ;
    margin:0 0 24px;
    display: block;
}
/*
cite tag
 */
cite{
    font-style: italic !important;
}
.kopa-entry-post  img {
    height: auto;
    max-width: 100%;
}
.wp-caption{
    max-width: 100%;
}
.sf-mega-mobile-section .sub-menu-list-widget .sub-menu-article-list .entry-item h2.entry-title{
    font-size: 14px;
}

.blog .article-list ul li{
    list-style: none;
}
::-moz-placeholder {
    color: #1b1f25 !important;
    opacity: 1; }
:-ms-input-placeholder {
    color: #1b1f25 !important; }
::-webkit-input-placeholder {
    color: #1b1f25 !important; }
.shipping-calculator-form{
    margin-bottom: 20px;
}

/* 10. custom product */
.kopa-single-page .woocommerce{
    padding-top:20px;
}
.kopa-single-page .woocommerce p:first-child{
    font-size: 15px;
    padding-bottom: 10px;
}

.kopa-author-page .kopa-author{
    margin-bottom: -70px;
}
.kopa-author-page .article-list > ul { margin-top: 0}

.product_title{
    line-height:26px!important;
}
.woocommerce ul.products > li .star-rating, .woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products > li .star-rating, .woocommerce-page ul.products li.product .star-rating
{
    display: inline-block;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

/* 11. spacing breadcrumb and content */
img.aligncenter{
    margin-top:7px;
    margin-bottom: 7px;
}
img.alignleft {
    margin: 7px 24px 7px 0;
}
img.alignright {
    margin: 7px 0 7px 24px;
}
img.size-full{
    max-width: 100%;
    height:auto;
}
.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-style: italic;
    line-height: 1.5;
    margin: 0 9px 9px 0;
}

.screen-reader-text, screen-reader-text span {
    position: absolute;
    left: -1000em;
}

.page .kopa-single-page{
    margin-bottom: 30px;
    overflow: hidden;
}

.ticker-content{
    margin-bottom: 0;
}
.kopa-video-page #main-content .widget{
    margin-bottom: 0!important;
}
.highlight { background-color: #e9302b; color:#fff; }
.kopa-search-page .entry-author.style5{
    margin-left: 25px !important;
}

.kopa-logo h1 {
    display: inline-block;
    font-size: 26px;
    max-width: 200px;
    line-height: 32px;
}