/**
 * Table of contents
 * 1. Repeatable Patterns
 * 2. Widgets
 * 3. Post Formats
 * 4. Content Dividers
 * 5. Default Widgets
 * 6. Content: Table, List
 * 7. Comment
 * 8. Site title
 * 9. Tag Box
 * 10. Sale product
 */

/* 1. Repeatable Patterns */
.widget img,
.wp-caption {
    max-width: 100%;
}

img.size-full,
img.size-large,
.wp-post-image,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

/* 2. Widgets */
.widget .older-post li .entry-item .entry-thumb,
.kp-topping-slider .slides li ul li .entry-item .entry-thumb,
.accordion-container ul li .entry-item .entry-thumb {
    max-width: 80px;
}
.kp-headline,
.kp-sidebar .kp-headline {
    float: none;
    width: auto;
    overflow: hidden;
    margin: 0;
    padding: 0 25px;
}

/* Scroll bar slider widget */
.kp_scroll_bar_slider_3_cols ul li {
    max-width: 385px;
}
.kp_scroll_bar_slider_4_cols ul li {
    max-width: 288px;
}

/* services widget */
.kp-services .row,
.kp-ourteam .row {
    margin-bottom: 30px;
}

/* thumbnail of product categories widget */
.kp-brand-widget .brand-thumb img {
    max-width: 80px;
}

/* 3. Post Formats */
/* post formats */
.single-format-standard .entry-box .entry-thumb, 
.single-format-audio .entry-box .entry-thumb, 
.single-format-video .entry-box .entry-thumb,
.single-format-gallery .entry-box .entry-thumb {
    margin-bottom: 20px;
}

/* blog pagination */
.pagination {
    padding-bottom: 20px;
}

/* 4. Content Dividers */
.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;
}

.kopa-one-two,
.kopa-one-third,
.kopa-two-third,
.kopa-one-fourth,
.kopa-three-fourth {
    margin-bottom: 15px;
}

/* 5. Default Widgets */
.textwidget * {
    max-width:100%;
}
.widget_calendar table,
.widget_archive select,
.widget_categories select {
    width:100%;
}
.widget_calendar caption {
    margin-bottom: 10px;
}
.widget_calendar th,
.widget_calendar td {
    text-align: center;
}
.widget_search .sb-search-input,.widget_search  .sb-icon-search,.widget_search  .sb-search-submit  {
    position: relative;
}
.widget_search .sb-search-submit, .widget_search .sb-icon-search {
    display: none;
}
.widget_search .sb-search-input{
    width: 100%;
}

.widget_nav_menu,
.widget_categories,
.widget_pages,
.widget_archive,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.widget_calendar,
.widget_text,
.widget_search,
.widget_tag_cloud {
    margin-bottom: 30px;
}
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    margin-top: 10px;
}
.widget_nav_menu ul li:first-child,
.widget_categories ul li:first-child,
.widget_pages ul li:first-child,
.widget_archive ul li:first-child,
.widget_meta ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;   
}

.widget_categories .children,
.widget_pages .children {
    border-top: 1px solid #dfdfdf;
    margin-top: 10px;
    padding-top: 10px;
}
.widget_categories .children li,
.widget_pages .children li {
    list-style: none;
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
}
.widget_categories .children li:first-child,
.widget_pages .children li:first-child {
    padding-top: 0;
    border-top: none;
}

.widget_nav_menu ul li {
    list-style: none;
}
.widget_nav_menu .sub-menu {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
}
.widget_nav_menu .sub-menu li {
    border-top: 1px solid #dfdfdf;
}
.widget_nav_menu .sub-menu li:first-child {
    border-top: none;
}

/* 6. Content: Tablet, List; */
.entry-content table, .comment-content table{
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
.entry-content dl, .comment-content dl  {
    margin: 0 20px 0 20px;
}
.entry-content dd, .comment-content dd  {
    margin-bottom: 20px;
}
.entry-content ul, .comment-content ul, .entry-content ol, .comment-content ol{
    margin-bottom: 10px;
    padding-left: 40px;
    margin-top: 10px;
}
.entry-content li > ol,.entry-content li > ul, .comment-content li > ol, .comment-content li > ul{
    margin-top: 10px;
}
.entry-content ol li, .comment-content ol li{
    list-style: decimal;
}
.entry-content address, .comment-content address{
    font-style: italic;
    margin-bottom: 24px;
}
.entry-box .page-links a{
    margin-left: 0;
}

/* 7. Comment */
#comments .comments-list ul.children .comment .comment-body{
    width:auto;
    overflow: hidden; 
    float: none;
}
#respond #comments-form .form-submit{
    display: inline-block;
    background-color: #ff5b4d;
    padding: 1px;
    border: 3px solid #ff5b4d;
    float:right;
}
#respond #comments-form .form-submit #submit-comment{
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 700;
    background-color: #ff5b4d;
}

#respond #comments-form .form-submit:hover{
    background-color: #ff5b4d;
    border-color: #fff;
}

#respond #comments-form .form-submit:hover #submit-comment{
    background-color: #fff;
    border-color: #ff5b4d;
    color: #ff5b4d;
}

/* 8. Site title */
h1.site-title {
    margin-top: 0;
}

/* 9. Tag Box */
.tag-box {
    margin-bottom: 30px;
}

/* 10. Sale Product */
.kp-latest-product-widget .sale-icon {
    display: block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #FF5B4D;
    font-weight: 300;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 4px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.kp-latest-product-widget .sale-icon span {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    text-align: center;
    line-height: 36px;
}