/*
Table of contents
1. Rating
2. Help
3. Author Avartar
4. Carousel pager
5. WIDGET AREA 12
6. WIDGET AREA 13
7. Tabs 3, Tabs 4
8. Page Not Found
10. Markup html tags and formatting
11. Shortcodes Columns Styles
12. fix feedburner
13. WordPress Editor Classes
14. Contact Info
15. Single Post
16. Single addition
17. breadcrumb with many categories
*/

/* 1.Rating */
.kp-rating li span {
    color: #e03d3d;
    line-height: 1;
    font-size: 13px;
}
.kp-carousel-article-widget .entry-item .entry-content footer .kp-rating span {
    color: #e2dede;
}
.single-rating{
    margin-top:11px;
}
.kopa-ul{
    margin:0 !important;
    padding:0 !important;
}
.kopa-ul li{
    margin:0 !important;
}

/* 2. Help */
.kopa-ui-help {
    color: #666;
    padding: 5px;
    margin: 10px 0px 0px 0px;
    background-color: #FFF;
    border-left: 3px solid #5970A3;
}

/* 3. Author Avartar */
.about-author .avatar-thumb {
    float:left;
}

/* 4. Carousel pager */
.pager-carousel{
    max-height: 320px;
    overflow: hidden;
}

/* 5. WIDGET AREA 12 */
.kp-tab-widget .kp-tab-1-list-container {
    border-bottom: 3px solid #d6d6d6;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.kp-tab-widget .kp-tab-1-list-container .tabs-1 li {
    float: left;
    margin: 0 0 0 55px;
    position: relative;
}
.kp-tab-widget .kp-tab-1-list-container .tabs-1 li:first-child {
    margin: 0;
}
.kp-tab-widget .kp-tab-1-list-container .tabs-1 li a {
    display: block;
    font-size: 20px;
    color: #444;
    text-transform: uppercase;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
}

.kp-tab-widget .kp-tab-1-list-container .tabs-1 li.active a,
.kp-tab-widget .kp-tab-1-list-container .tabs-1 li:hover a {
    color: #99333e;
}
.kp-tab-widget .kp-tab-1-list-container .tabs-1 li .border-bottom {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 7px;
    background-color: #99333e;
    opacity: 0;
    filter: alpha(opacity=0);
}
.kp-tab-widget .kp-tab-1-list-container .tabs-1 li:hover .border-bottom,
.kp-tab-widget .kp-tab-1-list-container .tabs-1 li.active .border-bottom {
    opacity: 1;
    filter: alpha(opacity=100);
}
.kp-tab-widget .kp-tab-1-tab-content > ul {
    margin: -15px -7.5px 0 -7.5px;
}
.kp-tab-widget .kp-tab-1-tab-content > ul > li {
    float: left;
    width: 253px;
    margin: 15px 7.5px 0 7.5px;
}
.kp-tab-widget .kp-tab-1-tab-content > ul > li .entry-thumb {
    position: relative;
    margin-bottom: 12px;
}
.kp-tab-widget .kp-tab-1-tab-content > ul > li .entry-thumb img {
    width: 100%;
}
.kp-tab-widget .kp-tab-1-tab-content > ul > li .entry-thumb .entry-date {
    background-color: #99333E;
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Roboto Condensed',serif;
    font-size: 20px;
    font-weight: 300;
    left: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 10px 8px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 47px;
}
.kp-tab-widget .kp-tab-1-tab-content > ul > li:nth-child(n+1) .entry-thumb .entry-date {
    background-color: #e89745;
}
.kp-tab-widget .kp-tab-1-tab-content > ul > li:nth-child(2n+1) .entry-thumb .entry-date {
    background-color: #33664d;
}
.kp-tab-widget .kp-tab-1-tab-content > ul > li:first-child .entry-thumb .entry-date {
    background-color: #99333E;
}
.kp-tab-widget .kp-tab-1-tab-content > ul > li .entry-thumb .entry-date .entry-month {
    border-top: 1px solid #FFFFFF;
    display: block;
    font-size: 12px;
    margin-top: 2px;
}
#main-content .kp-tab-widget .kp-tab-1-tab-content > ul > li .entry-content .entry-title {
    margin: 8px 0 7px;
    font-size: 18px;
    line-height: 22px;
}
.kp-tab-widget .kp-tab-1-tab-content > ul > li .entry-content p {
    margin-bottom: 0;
}

/* 6. WIDGET AREA 13 */

.kp-sidebar-tab-widget .kp-tab-2-list-container .tabs-2 li {
    float: left;
    margin: 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.kp-sidebar-tab-widget .kp-tab-2-list-container .tabs-2 li:first-child {
    border-left: 1px solid #d6d6d6;
}
.kp-sidebar-tab-widget .kp-tab-2-list-container .tabs-2 li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #444;
    text-transform: uppercase;
    font-family: 'Roboto Condensed',sans-serif;
    padding: 5px 10px;
}
.kp-sidebar-tab-widget .kp-tab-2-list-container .tabs-2 li.active a,
.kp-sidebar-tab-widget .kp-tab-2-list-container .tabs-2 li:hover a {
    color: #99333e;
}

.kp-sidebar-tab-widget .kp-tab-2-tab-content > ul > li {
    margin: 25px 0 0;
    border-left: 2px solid #e89745;
}
.kp-sidebar-tab-widget .kp-tab-2-tab-content > ul > li:nth-child(n+1) {
    border-left: 2px solid #33664d;
}
.kp-sidebar-tab-widget .kp-tab-2-tab-content > ul > li:nth-child(2n+1) {
    border-left: 2px solid #499197;
}
.kp-sidebar-tab-widget .kp-tab-2-tab-content > ul > li:first-child {
    border-left: 2px solid #e89745;
}
.kp-sidebar-tab-widget .kp-tab-2-tab-content > ul > li:nth-child(n+1) .entry-item .entry-date {
    background-color: #33664d;
}
.kp-sidebar-tab-widget .kp-tab-2-tab-content > ul > li:nth-child(2n+1) .entry-item .entry-date {
    background-color: #499197;
}
.kp-sidebar-tab-widget .kp-tab-2-tab-content > ul > li:first-child .entry-item .entry-date {
    background-color: #e89745;
}

/* 7. Tabs 3, Tabs 4 */
.kp-tab-3-list-container .tabs-3,
.kp-tab-4-list-container .tabs-4 {
    float: left;
}
.kp-tab-3-list-container .tabs-3 li,
.kp-tab-4-list-container .tabs-4 li {
    float: left;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    margin: 0 0 15px;
}
.kp-tab-3-list-container .tabs-3 li:first-child,
.kp-tab-4-list-container .tabs-4 li:first-child {
    border-left: 1px solid #d6d6d6;
}
.kp-tab-3-list-container .tabs-3 li a,
.kp-tab-4-list-container .tabs-4 li a {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #222;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto Condensed',serif;
    padding: 5px 15px;
}
.kp-tab-4-list-container .tabs-4 li a {
    font-size: 20px;
    padding: 5px 10px;
}
.kp-tab-3-list-container .tabs-3 li:hover a,
.kp-tab-3-list-container .tabs-3 li.active a,
.kp-tab-4-list-container .tabs-4 li:hover a,
.kp-tab-4-list-container .tabs-4 li.active a {
    color: #99333e;
}

/* 8. Page Not Found */
.error-404 {
    background-color: #FFFFFF;
    padding: 100px 0;
    position: relative;
}
.error-404 .left-col {
    float: left;
    margin: 0 2%;
    width: 41%;
}
.error-404 .right-col {
    float: left;
    margin: 0 2%;
    width: 50%;
}
.error-404 .left-col p {
    color: #b6424e;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 100px;
    text-align: right;
}
.error-404 .right-col h1 {
    color: #FF5B4D;
    font-size: 29px;
    margin-bottom: 10px;
    margin-top: 0;
}
.error-404 .right-col a {
    color: #434C51;
}

/* 10. Markup html tags and formatting */
table {
    border-bottom: 1px solid #d6d6d6;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
td {
    border-top: 1px solid #d6d6d6;
    padding: 6px 10px 6px 0;
}
dl {
    margin: 0 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}
.entry-content  ul{
    list-style-type: square;
    margin: 5px 0;
    padding: 0 0 0 40px;
}
.entry-content  ul li{
    list-style-type: square;
    margin: 5px 0;
}
.entry-content ol{
    counter-reset: item;
    display: block;
    margin: 5px 0;
    padding: 0 0 0 40px;
}
.entry-content ol li:before {counter-increment: item;}
.about-author .author-content{
    min-height: 71px;
}

/* 11. Shortcodes Columns Styles */
.kopa-one-two {
    float:left;
    margin-right:3%;
    width:48%;
}
.kopa-one-third {
    float:left;
    margin-right:2%;
    width:32%;
}
.kopa-two-third {
    float:left;
    margin-right:2%;
    width:66%;
}
.kopa-one-fourth {
    float:left;
    margin-right:2%;
    width:23.5%;
}
.kopa-three-fourth {
    float:left;
    margin-right:2%;
    width:74.5%;
}

.kopa-one-two.last,
.kopa-one-third.last,
.kopa-two-third.last,
.kopa-one-fourth.last,
.kopa-three-fourth.last{
    margin-right:0 !important;
}

/* 12. fix feedburner */
#bottom-sidebar .kp-newsletter-widget .newsletter-form .email{
    border-right: none !important;
}


/* 13. WordPress Editor Classes */
.wp-caption{
    max-width: 100%;
}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.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;
}

/* 14. Contact Info */
.kp-contact-info-box{
    border: 1px solid #d6d6d6;
    padding: 15px;
}

/* 15. Single Post */
.single-post .entry-box .social-tag-box .socials-link li a {
    display: block;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    padding: 8px 10px;
    font-size: 12px;
    color: #292929;
}
.single-post .entry-box .social-tag-box {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
}
.single-post .socials-link{
    margin:0;
}
.single-post .tag-box{
    margin-bottom: 10px;
}
.single-full-width{
    width: 100% !important;
}

/* 16. Single addition */
.category .entry-time, .search .entry-time, .archive .entry-time, .home .entry-time {
    line-height: 23px;
    font-size: 12px;
}
.single .entry-time i, .search .entry-time i, .category .entry-time i, .archive .entry-time i, .home .entry-time i{
    padding-right: 5px;
}
.single .entry-box .entry-content ul, {
    padding: 0;
}
.single .entry-time {
    line-height: 34px;
    font-size: 12px;
    padding-left: 7px;
}
.entry-box > footer .single-one-links{
    width: 100% !important;
    border-left: none !important;
}
.single-format-video iframe{
    max-width: 834px;
}
.single-full-width iframe{
    max-width: 100%;
}
.single-format-image .widget-area-15 img {
    width: 100%;
    height:auto;
}
.single .widget-area-15 embed {
    max-width: 100%;
}
.single #related-post .entry-item{
    min-height: 95px;
}
.single .entry-content img{
/*    width: 100%;*/
    height:auto;
}

/* 17. breadcrumb with many categories */
.breadcrumb {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}