/*------------------------------------------------------------------

@Author: CodeoStudio
@URL:    http://codeostudio.hr/

[Table of contents]

1. Body
2. Wrapper
3. Shortcodes
    3.1 Typography
    3.2 Columns
    3.3 Blockquotes
    3.4 Pullquotes
    3.5 Dropcaps
    3.6 Buttons
    3.7 Tabs
    3.8 Accordion
    3.9 Spacers
    3.10 Alerts
    3.11 Service box
    3.12 Forms
4. Main content
    4.1 Block title
5. Sidebar
    5.1 Widget - shoping cart
    5.2 Widget - shop list global
    5.3 Widget - filter price
    5.4 Widget - search
    5.5 Widget - RSS
    5.6 Widget - custom recent comments
    5.7 Widget - custom recent posts
    5.8 Widget - custom trending posts
    5.9 Widget - top rated
    5.10 Widget - recent comments
    5.11 Widget - recent entries
    5.12 Widget - custom menu
    5.13 Widget - calendar
    5.14 Widget - categories/meta/pages/archives/links
    5.15 Widget - cover categories/posts
    5.16 Widget - cover categories
    5.17 Widget - tags
    5.18 Widget - product tags
    5.19 Widget - social
    5.20 Widget - 125x125 banners
    5.21 Widget - 300x250 banners
6. Pages 
    6.1 Page title
    6.2 404 Page
    6.3 Contact form
7. Header
    7.1 Mobile button
    7.2 Sidr
    7.3 Top menu
    7.4 Logo brand
    7.5 Social icons
    7.6 Search button
    7.7 Search form
8. Modules core
    8.1 Module 1
    8.2 Module 2
    8.3 Module 3
    8.4 Module 4
    8.5 Module 5
    8.6 Module 6
9. Single post
    9.1 Mashable Plugin
    9.2 Post review
    9.3 Post controls
    9.4 Post controls
    9.5 Author box
    9.6 Comments
    9.7 Respond
10. Carousel
11. Slider
12. Shop (WooCommerce)
    12.1 Shop single
    12.2 Review shop single
    12.3 Shoping cart page
    12.4 Checkout page
13. Advertisement
14. Copyright
15. bbPress
16. Buddy Press

Tags: blog, news

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Body
-------------------------------------------------------------------*/
body {
    background-color: #fff;
    color: #666;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.cs-container:before,
.cs-container:after,
.cs-clearfix:before,
.cs-clearfix:after,
.cs-row:before,
.cs-row:after {
    content: " ";
    display: table
}
.cs-container:after,
.cs-clearfix:after,
.cs-row:after {
    clear: both
}

/*------------------------------------------------------------------
    2. Wrapper
-------------------------------------------------------------------*/
#cs-wrapper {
    background-color: #fff
}
#cs-wrapper.wide {
    width: 100%
}
#cs-wrapper.boxed {
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1)
}
.cs-container {
    position: relative;
    margin-right: auto;
    margin-left: auto
}

/*------------------------------------------------------------------
    3. Shortcodes
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    3.1 Typography
-------------------------------------------------------------------*/
a {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #313131
}
a:hover {
    text-decoration: none
}
a:focus,
a:active {
    outline: 0;
    border: 0;
    text-decoration: none
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    text-decoration: none;
    outline: 0;
    border: 0
}
a img {
    text-decoration: none;
    outline: 0;
    border: 0
}
iframe,
object,
video {
    max-width: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #313131;
    font-weight: 700;
    margin: 0 0 20px 0
}
h1 {
    font-size: 30px;
    line-height: 38px
}
h2 {
    font-size: 26px;
    line-height: 34px
}
h3 {
    font-size: 22px;
    line-height: 30px
}
h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px
}
h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}
h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
}
p {
    margin: 0 0 20px 0
}
hr {
    clear: both;
    display: block;
    overflow: hidden;
    border: 0;
    height: 0;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
hr.cs-divider-blank {
    border: 0
}
hr.cs-divider-dashed {
    border-top-style: dashed
}
hr.cs-divider-dotted {
    border-top-style: dotted
}
.text_left {
    text-align: left
}
.text_right {
    text-align: right
}
.text_center {
    text-align: center
}
.text_justify {
    text-align: justify
}
blockquote {
    padding: 5px 20px;
    margin: 20px 0;
    border-left-style: solid;
    border-left-width: 3px
}
blockquote p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px !important;
    color: #666
}
blockquote footer {
    display: block;
    font-size: 14px;
    color: #313131
}
.alignleft,
img.alignleft {
    float: left;
    margin: 5px 40px 20px 0
}
.alignright,
img.alignright {
    float: right;
    margin: 5px 0 20px 40px
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin: 30px auto
}
.wp-caption {
    text-align: center;
    max-width: 100%
}
.wp-caption img {
    max-width: 100%
}
.wp-caption-text {
    font-size: 13px;
    color: #888;
    padding: 6px 0 2px 0
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
    display: block;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f1f1f1;
    border: none
}
mark {
    padding: 2px 4px;
    background-color: #f1f1f1
}
kbd {
    padding: 2px 4px;
    font-size: 13px;
    color: #fff;
    background-color: #333
}
code {
    padding: 2px 4px;
    font-size: 13px;
    background-color: #f1f1f1
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 20px
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dt {
    font-weight: 700
}
dd {
    margin-left: 10px
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 24px
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #f5f5f5
}
th,
td {
    text-align: left;
    vertical-align: top;
    padding: 8px;
    line-height: 24px;
    border: 1px solid #f5f5f5
}
ul.page-numbers {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    overflow: hidden;
}
ul.page-numbers li {
    display: block;
    float: left;
    margin-right: 3px;
    margin-left: 3px
}
ul.page-numbers li span,
ul.page-numbers li a {
    display: block;
    padding: 4px 10px;
    line-height: 22px;
    background-color: #fff;
    color: #aaa;
    border: 1px solid #ddd
}
ul.page-numbers li span.current {
    border: 1px solid #313131;
    color: #313131
}

/*------------------------------------------------------------------
    3.2 Columns
-------------------------------------------------------------------*/
.cs-row {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}
.cs-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.cs-col-1-of-12 {
    width: 8.33333333%
}
.cs-col-2-of-12 {
    width: 16.66666667%
}
.cs-col-3-of-12 {
    width: 25%
}
.cs-col-4-of-12 {
    width: 33.33333333%
}
.cs-col-5-of-12 {
    width: 41.66666667%
}
.cs-col-6-of-12 {
    width: 50%
}
.cs-col-7-of-12 {
    width: 58.33333333%
}
.cs-col-8-of-12 {
    width: 66.66666667%
}
.cs-col-9-of-12 {
    width: 75%
}
.cs-col-10-of-12 {
    width: 83.33333333%
}
.cs-col-11-of-12 {
    width: 91.66666667%
}
.cs-col-12-of-12 {
    width: 100%
}

/*------------------------------------------------------------------
    3.3 Blockquotes
-------------------------------------------------------------------*/
blockquote.alt {
    text-align: center;
    border: 1px solid #eee;
    padding: 30px
}
blockquote.alt i {
    font-size: 28px;
    margin-bottom: 10px
}

/*------------------------------------------------------------------
    3.4 Pullquotes
-------------------------------------------------------------------*/
.pullquotes {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    z-index: 1;
    color: #313131
}
.cs-single-post .cs-post-excerpt p.pullquotes {
    font-size: 18px;
    line-height: 26px;
}
.pullquotes:after {
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 140px;
    position: absolute;
    z-index: -1;
    top: 15px;
    color: #eee
}
.pullquotes.left {
    float: left;
    width: 30%;
    margin: 40px 40px 20px 0;
    padding-left: 30px
}
.pullquotes.left:after {
    content: "\201C";
    left: 0
}
.pullquotes.center {
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
    clear: both
}
.pullquotes.right {
    float: right;
    text-align: right;
    width: 30%;
    margin: 40px 0 20px 40px;
    padding-right: 30px
}
.pullquotes.right:after {
    content: "\201C";
    right: 0
}

/*------------------------------------------------------------------
    3.5 Dropcaps
-------------------------------------------------------------------*/
.dropcap:first-letter {
    float: left;
    display: block;
    font-size: 44px;
    line-height: 42px;
    margin: 4px 10px 0 0;
    font-weight: 400;
    color: #313131
}
.dropcap {
    overflow: hidden;
}

/*------------------------------------------------------------------
    3.6 Buttons
-------------------------------------------------------------------*/
.cs-btn {
    display: inline-block;
    padding: 4px 14px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #333;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-btn:hover {
    background-color: #313131 !important;
    color: #fff;
}
.cs-btn.cs-btn-small {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    padding: 2px 16px;
    font-size: 13px
}
.cs-btn.cs-btn-large {
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    padding: 8px 20px;
    font-size: 18px
}
.cs-btn.cs-btn-extralarge {
    padding: 16px 32px;
    font-size: 24px
}
.cs-btn.cs-btn-expand {
    width: 100%;
    display: block
}
.cs-btn.cs-btn-expand + .cs-btn.cs-btn-expand {
    margin-top: 5px
}
.cs-btn.cs-btn-white {
    background-color: #f1f1f1;
    color: #333
}
.cs-btn.cs-btn-white:hover {
    color: #fff
}
.cs-btn.cs-btn-black {
    background-color: #222
}
.cs-btn.cs-btn-red {
    background-color: #683c17
}
.cs-btn.cs-btn-green {
    background-color: #71a866
}
.cs-btn.cs-btn-tirquese {
    background-color: #7fccbc
}
.cs-btn.cs-btn-blue {
    background-color: #508fd1
}
.cs-btn.cs-btn-pink {
    background-color: #9d5fac
}
.cs-btn.cs-btn-orange {
    background-color: #c47839
} 
.cs-btn.cs-btn-grey {
    background-color: #b1b0a7
}
.cs-btn.cs-btn-with-icon {
    padding-left: 44px
}
.cs-btn.cs-btn-small.cs-btn-with-icon {
    padding-left: 40px
}
.cs-btn.cs-btn-large.cs-btn-with-icon {
    padding-left: 55px
}
.cs-btn.cs-btn-extralarge.cs-btn-with-icon {
    padding-left: 86px
}
.cs-btn.cs-btn-with-icon i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center
}
.cs-btn.cs-btn-with-icon i {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
}
.cs-btn.cs-btn-small.cs-btn-with-icon i {
    -webkit-border-radius: 26px 0 0 26px;
    -moz-border-radius: 26px 0 0 26px;
    border-radius: 26px 0 0 26px;
    width: 30px;
    line-height: 26px;
    font-size: 10px;
}
.cs-btn.cs-btn-large.cs-btn-with-icon i {
    -webkit-border-radius: 38px 0 0 38px;
    -moz-border-radius: 38px 0 0 38px;
    border-radius: 38px 0 0 38px;
    width: 40px;
    line-height: 38px;
    font-size: 14px;
}
.cs-btn.cs-btn-extralarge.cs-btn-with-icon i {
    width: 54px;
    line-height: 54px;
    font-size: 20px;
}

/*------------------------------------------------------------------
    3.7 Tabs
-------------------------------------------------------------------*/
.cs-tab-group {
    margin-bottom: 20px
}
.cs-tab-group .ui-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.cs-tab-group .ui-tabs-nav li {
    float: left;
    margin-right: 15px
}
.cs-tab-group .ui-tabs-nav li a {
    outline: none;
    display: block;
    padding-bottom: 4px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #aaa
}
.cs-tab-group .ui-tabs-panel {
    padding-top: 20px
}
.cs-tab-group .ui-tabs-panel p:last-child {
    margin: 0
}
.cs-tab-group .ui-tabs-nav li.ui-tabs-active a,
.cs-tab-group .ui-tabs-nav li:hover a {
    color: #313131
}

/*------------------------------------------------------------------
    3.8 Accordion
-------------------------------------------------------------------*/
.cs-accordion-group {
    margin-bottom: 20px
}
.cs-accordion-group .cs-accordion-title {
    color: #aaa;
    outline: none;
    cursor: pointer;
    padding: 4px 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: transparent;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.cs-accordion-group .cs-accordion-title:after {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0
}
.cs-accordion-group .cs-accordion-title.ui-state-active {
    color: #313131
}
.cs-accordion-group .cs-accordion-title:hover {
    color: #313131
}
.cs-accordion-group .cs-accordion-title.ui-state-active:after {
    color: #313131;
    content: "\f068"
}
.cs-accordion-group .cs-accordion-panel {
    padding: 15px 0
}
.cs-accordion-group .cs-accordion-panel p:last-child {
    margin: 0
}

/*------------------------------------------------------------------
    3.9 Spacers
-------------------------------------------------------------------*/
.cs-spacer {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    border: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background-color: #f5f5f5;
    color: #ccc;
    text-align: center
}
.cs-spacer i {
    width: 40px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -20px;
    text-align: center;
    line-height: 30px;
    background-color: #fff !important
}

/*------------------------------------------------------------------
    3.10 Alerts
-------------------------------------------------------------------*/
.cs-alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff
}
.cs-alert p {
    overflow: hidden;
    margin: 2px 0 0 30px
}
.cs-alert i {
    position: absolute;
    left: 20px;
    top: 20px
}
.cs-alert.cs-alert-green {
    background-color: #EBF6E0;
    color: #5f9025
}
.cs-alert.cs-alert-blue {
    background-color: #E9F7FE;
    color: #5091b2
}
.cs-alert.cs-alert-red {
    background-color: #ffe9e9;
    color: #de5959
}
.cs-alert.cs-alert-yellow {
    background-color: #FBFADD;
    color: #8f872e
}
.woocommerce-message {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #EBF6E0;
    color: #5f9025
}

/*------------------------------------------------------------------
    3.11 Service box
-------------------------------------------------------------------*/
.cs-service-box {
    margin-bottom: 20px
}
.cs-service-box i {
    font-size: 32px;
    margin-bottom: 8px;
    color: #ddd
}
.cs-service-box h4 {
    margin: 0 0 10px 0 !important
}

/*------------------------------------------------------------------
    3.12 Forms
-------------------------------------------------------------------*/
form {
    position: relative;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit
}
textarea {
    width: 100%;
    min-height: 180px
}
label {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #313131
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="phone"],
input[type="number"],
input[type="email"],
input[type="datetime"],
input[type="search"],
input[type="tel"],
textarea,
select {
    padding: 10px 12px;
    outline: none;
    font-size: 14px;
    color: #666;
    margin: 0;
    max-width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 400
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    color: #313131
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="password"],
form.wpcf7-form input[type="url"],
form.wpcf7-form input[type="phone"],
form.wpcf7-form input[type="number"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="datetime"],
form.wpcf7-form input[type="search"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form textarea,
form.wpcf7-form select {
    width: 100%
}
form.wpcf7-form input[type="submit"] {
    display: inline-block;
    padding: 4px 14px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #333;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
form.wpcf7-form input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

/*------------------------------------------------------------------
    4. Main content
-------------------------------------------------------------------*/
.cs-main-content {
    width: 100%
}
.cs-main-content.cs-sidebar-on-the-right {
    float: left;
    width: 73.5%;
    padding-right: 4.5%
}
.cs-main-content.cs-sidebar-on-the-left {
    float: right;
    width: 73.5%;
    padding-left: 4.5%
}
.cs-top-gap {
    height: 122px;
    display: block;
    width: 100%;
    clear: both;
}
body.cs-no-topmenu .cs-top-gap {
    height: 90px
}
.cs-bottom-gap {
    height: 20px;
    display: block;
    width: 100%;
    clear: both;
}

/*------------------------------------------------------------------
    4.1 Block title
-------------------------------------------------------------------*/
.cs-block-title {
    display: block;
    font-size: 24px;
    line-height: 32px
}

/*------------------------------------------------------------------
    5. Sidebar
-------------------------------------------------------------------*/
.cs-main-sidebar {
    float: left;
    width: 26.5%
}
.widget {
    margin-bottom: 40px
}
.widget input[type="search"],
.widget select {
    width: 100%
}
h3.widget-title {
    display: block;
    font-size: 16px;
    line-height: 22px
}

/* Global */
.widget_archive ul,
.widget_categories ul,
.widget_custom_categories ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_product_categories ul,
.widget_rating_filter ul,
.widget_display_forums ul,
.widget_display_views ul,
.widget_display_topics ul,
.widget_display_replies ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_custom_categories ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_pages ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_product_categories ul li,
.widget_display_forums ul li,
.widget_display_views ul li,
.widget_display_topics ul li,
.widget_display_replies ul li {
    border-top: 1px solid #eee;
    padding: 5px 0;
    color: #aaa
}
.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_custom_categories ul li:first-child,
.widget_links ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_rss ul li:first-child,
.widget_product_categories ul li:first-child,
.widget_display_forums ul li:first-child,
.widget_display_views ul li:first-child,
.widget_display_topics ul li:first-child,
.widget_display_replies ul li:first-child {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 6px
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_custom_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_product_categories ul li:last-child,
.widget_display_forums ul li:last-child,
.widget_display_views ul li:last-child,
.widget_display_topics ul li:last-child,
.widget_display_replies ul li:last-child {
    padding-bottom: 0
}
.widget_categories .children,
.widget_custom_categories ul ul,
.widget_nav_menu .sub-menu,
.widget_pages .children,
.widget_product_categories .children {
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin: 5px 0 0 12px
}

/*------------------------------------------------------------------
    5.1 Widget - shoping cart
-------------------------------------------------------------------*/
.widget_shopping_cart .product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_shopping_cart .product_list_widget li {
    position: relative;
    padding: 10px 0;
    padding-left: 30px;
    border-bottom: 1px solid #eee
}
.product_list_widget li:before,
.product_list_widget li:after {
    content: " ";
    display: table
}
.product_list_widget li:after {
    clear: both
}
.product_list_widget li > a {
    display: block;
}
.product_list_widget li a:not(.button) {
    font-weight: 700
}
.product_list_widget li img {
    float: right;
    width: 40px
}
.product_list_widget li a.remove {
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 1;
    font-weight: 400;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-indent: -9999px;
}
.product_list_widget li a.remove:before {
    font: normal normal normal 1em/1 "FontAwesome";
    color: #e2401c;
    text-rendering: auto;
    content: "\f057";
    display: inline-block;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
}
.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
    padding: 10px 0;
    text-align: center;
    margin: 0
}
.widget_shopping_cart p.total {
    border-bottom: 1px solid #eee
}
.widget_shopping_cart .buttons .button:nth-child(odd) {
    margin-right: 10px
}
.widget_shopping_cart .buttons .button {
    display: inline-block;
    padding: 4px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #333;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.widget_shopping_cart .buttons .button:hover {
    background-color: #000 !important;
    color: #fff;
}

/*------------------------------------------------------------------
    5.2 Widget - shop list global
-------------------------------------------------------------------*/
ul.product_list_widget li {
    padding: 10px 0;
    border-bottom: 1px solid #eee
}
ul.product_list_widget li:last-child {
    border-bottom: 0
}
ul.product_list_widget {
    list-style: 0;
    padding: 0;
    margin: 0
}
ul.product_list_widget li {
    list-style: none
}
ul.product_list_widget li del,
ul.product_list_widget li ins {
    color: #313131;
    font-weight: 400
}
ul.product_list_widget li del {
    color: #aaa
}
ul.product_list_widget li ins {
    text-decoration: none;
}


/*------------------------------------------------------------------
    5.3 Widget - filter price
-------------------------------------------------------------------*/
.price_slider {
    margin-bottom: 20px;
    position: relative;
    height: 8px;
    background-color: #eee
}
.price_slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    display: block;
    border: 0;
    background-position: 0 0;
}
.price_slider .ui-slider-handle {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    z-index: 1;
    margin-top: -4px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    width: 16px;
    top: 0;
    position: absolute;
    height: 16px;
    cursor: pointer;
    outline: 0
}
.price_slider .ui-slider-handle {
    margin-left: -1px
}
.price_slider .ui-slider-handle:last-child {
    margin-left: -15px
}
.price_slider_amount {
    clear: both;
    overflow: hidden;
}
.price_slider_amount button {
    float: left
}
.price_slider_amount .price_label {
    float: right
}
.price_slider_amount .button {
    display: inline-block;
    padding: 4px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #fff;
    background-color: #313131;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.price_slider_amount .button:hover {
    background-color: #000 !important;
    color: #fff;
}

/*------------------------------------------------------------------
    5.4 Widget - search
-------------------------------------------------------------------*/
.widget_search button,
.widget_product_search input[type="submit"],
.widget_search input[type="submit"] {
    display: none
}

/*------------------------------------------------------------------
    5.5 Widget - RSS
-------------------------------------------------------------------*/
.widget_rss ul li a {
    color: #313131
}

/*------------------------------------------------------------------
    5.6 Widget - custom recent comments
-------------------------------------------------------------------*/
.widget_custom_recent_comments .cs-comment {
    margin-bottom: 20px
}
.widget_custom_recent_comments .cs-comment:before,
.widget_custom_recent_comments .cs-comment:after {
    content: " ";
    display: table
}
.widget_custom_recent_comments .cs-comment:after {
    clear: both
}
.widget_custom_recent_comments .cs-author-thumbnail {
    float: left;
    width: 60px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 4px
}
.widget_custom_recent_comments .cs-author-thumbnail img {
    width: 100%
}
.widget_custom_recent_comments .cs-author-header {
    overflow: hidden;
}
.widget_custom_recent_comments .cs-author-header h3 {
    font-size: 14px;
    line-height: 22px;
    margin: 0
}
.widget_custom_recent_comments .cs-author-header .cs-author-meta {
    font-size: 13px;
    color: #aaa
}

/*------------------------------------------------------------------
    5.7 Widget - custom recent posts
-------------------------------------------------------------------*/
.widget_custom_recent_posts .cs-post {
    margin-bottom: 20px
}
.widget_custom_recent_posts .cs-post:last-child {
    margin-bottom: 40px
}
.widget_custom_recent_posts .cs-post-thumbnail {
    float: left;
    width: 110px;
    margin-right: 15px
}
.widget_custom_recent_posts .cs-post-container {
    overflow: hidden;
}
.widget_custom_recent_posts .cs-post-header h4 {
    font-size: 14px;
    line-height: 22px
}

/*------------------------------------------------------------------
    5.8 Widget - custom trending posts
-------------------------------------------------------------------*/
.widget_custom_trending_posts .cs-post {
    margin-bottom: 20px
}
.widget_custom_trending_posts .cs-post:last-child {
    margin-bottom: 40px
}
.widget_custom_trending_posts .cs-post-thumbnail {
    float: left;
    width: 110px;
    margin-right: 15px;
    position: relative;
    overflow: visible
}
.widget_custom_trending_posts .cs-post-thumbnail span {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: -15px;
    top: 50%;
    margin-top: -15px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    position: absolute;
    z-index: 1;
}
.widget_custom_trending_posts .cs-post-container {
    overflow: hidden;
}
.widget_custom_trending_posts .cs-post-header h4 {
    font-size: 14px;
    line-height: 22px
}

/*------------------------------------------------------------------
    5.9 Widget - top rated
-------------------------------------------------------------------*/
.widget_custom_top_rated .cs-post {
    margin-bottom: 20px
}
.widget_custom_top_rated .cs-post:last-child {
    margin-bottom: 40px
}
.widget_custom_top_rated .cs-post-score {
    font-size: 22px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-right: 15px;
    float: left
}
.widget_custom_top_rated .cs-post-score span {
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    color: #aaa
}
.widget_custom_top_rated .cs-post-container {
    overflow: hidden;
}
.widget_custom_top_rated .cs-post-thumbnail {
    margin-bottom: 12px
}
.widget_custom_top_rated .cs-post-cats {
    left: 0
}
.widget_custom_top_rated .cs-post-header h4 {
    font-size: 16px;
    line-height: 24px
}

/*------------------------------------------------------------------
    5.10 Widget - recent comments
-------------------------------------------------------------------*/
.widget_recent_comments a {
    color: #313131
}

/*------------------------------------------------------------------
    5.11 Widget - recent entries
-------------------------------------------------------------------*/
.widget_recent_entries a {
    color: #313131
}
.widget_recent_entries .post-date {
    display: block;
    font-size: 13px
}

/*------------------------------------------------------------------
    5.12 Widget - custom menu
-------------------------------------------------------------------*/
.widget_nav_menu ul li a {
    display: block
}

/*------------------------------------------------------------------
    5.13 Widget - calendar
-------------------------------------------------------------------*/
.widget_calendar caption {
    margin-bottom: 5px
}
.widget_calendar thead {
    background-color: #fdfdfd
}
.widget_calendar th,
.widget_calendar td {
    padding: 4px;
    text-align: center;
}

/*------------------------------------------------------------------
    5.14 Widget - categories/meta/pages/archives/links
-------------------------------------------------------------------*/
.widget_categories ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_links ul li a,
.widget_product_categories ul li a {
    display: block;
}
.widget_archive ul li a,
.widget_categories ul li a {
    display: inline;
}

/*------------------------------------------------------------------
    5.15 Widget - cover categories/posts
-------------------------------------------------------------------*/
.widget_cover_categories ul,
.widget_cover_posts ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_cover_categories ul li,
.widget_cover_posts ul li {
    overflow: hidden;
    position: relative;
    background-color: #000;
    margin-bottom: 20px;
    width: 100%
}
.widget_cover_categories ul li:before,
.widget_cover_posts ul li:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    opacity: 0.5
}
.widget_cover_categories ul li a,
.widget_cover_posts ul li a {
    display: block;
    min-height: 220px
}
.widget_cover_categories ul li div,
.widget_cover_posts ul li div {
    z-index: 1;
    position: absolute;
    width: 100%;
    padding: 0 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}
.widget_cover_categories ul li a h3,
.widget_cover_posts ul li a h3 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff
}
.widget_cover_categories ul li span,
.widget_cover_posts ul li span {
    display: inline-block;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 6px 10px;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff
}
.widget_cover_categories ul a span,
.widget_cover_posts ul li a span {
    color: #fff
}
.widget_cover_categories ul li img,
.widget_cover_posts ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0.4;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/*------------------------------------------------------------------
    5.16 Widget - cover categories
-------------------------------------------------------------------*/
.widget_cover_categories ul li a {
    display: block;
    min-height: 140px
}
.widget_cover_categories ul li a h3 {
    font-size: 18px;
    line-height: 26px
}
.widget_cover_categories ul li span {
    margin-bottom: 0;
    color: #aaa !important;
    background-color: transparent !important
}

/*------------------------------------------------------------------
    5.17 Widget - tags
-------------------------------------------------------------------*/
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
    content: " ";
    display: table
}
.widget_tag_cloud .tagcloud:after {
    clear: both
}
.widget_tag_cloud .tagcloud a {
    display: block;
    float: left;
    font-size: 13px !important;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 6px 10px;
    line-height: 1;
    color: #fff;
    margin-right: 4px;
    margin-bottom: 4px
}
.widget_tag_cloud .tagcloud a:hover {
    background-color: #313131
}

/*------------------------------------------------------------------
    5.18 Widget - product tags
-------------------------------------------------------------------*/
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    content: " ";
    display: table
}
.widget_product_tag_cloud .tagcloud:after {
    clear: both
}
.widget_product_tag_cloud .tagcloud a {
    display: block;
    float: left;
    font-size: 13px !important;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 6px 10px;
    line-height: 1;
    color: #fff;
    margin-right: 4px;
    margin-bottom: 4px
}
.widget_product_tag_cloud .tagcloud a:hover {
    background-color: #313131
}

/*------------------------------------------------------------------
    5.19 Widget - social
-------------------------------------------------------------------*/
.widget_custom_social:before,
.widget_custom_social:after {
    content: " ";
    display: table
}
.widget_custom_social:after {
    clear: both
}
.widget_custom_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_custom_social ul li {
    float: left;
    font-size: 18px;
    margin: 0 5px 5px 0
}
.widget_custom_social ul li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #f1f1f1;
    color: #aaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.widget_custom_social ul li a:hover {
    color: #fff
}

/*------------------------------------------------------------------
    5.20 Widget - 125x125 banners
-------------------------------------------------------------------*/
.cs-widget-banner-125x125:before,
.cs-widget-banner-125x125:after {
    content: " ";
    display: table
}
.cs-widget-banner-125x125:after {
    clear: both
}
.cs-widget-banner-125x125 .cs-banner {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    margin: 12px 0
}
.cs-widget-banner-125x125 .cs-banner img {
    width: 125px
}

/*------------------------------------------------------------------
    5.21 Widget - 300x250 banners
-------------------------------------------------------------------*/
.cs-widget-banner-300x250:before,
.cs-widget-banner-300x250:after {
    content: " ";
    display: table
}
.cs-widget-banner-300x250:after {
    clear: both
}
.cs-widget-banner-300x250 .cs-banner {
    text-align: center;
    display: block;
    margin: 12px 0
}
.cs-widget-banner-300x250 .cs-banner:last-child {
    margin-bottom: 0
}

/*------------------------------------------------------------------
    6. Pages 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    6.1 Page title
-------------------------------------------------------------------*/
.cs-page-title {
    padding: 40px 0;
    background-color: #f5f5f5
}
.cs-page-title h1 {
    margin: 0
}

/*------------------------------------------------------------------
    6.2 404 Page
-------------------------------------------------------------------*/
.cs-404-page {
    padding: 100px 0;
    text-align: center;
}
.cs-404-page h3 {
    font-size: 130px;
    font-weight: 400;
    line-height: 120px
}
.cs-404-page form {
    margin: 50px 0
}
.cs-404-page form input {
    display: inline-block;
    width: 250px
}

/*------------------------------------------------------------------
    6.3 Contact form
-------------------------------------------------------------------*/
.google_map {
    margin-bottom: 20px;
}
.google_map iframe {
    width: 100%;
    max-height: 280px
}
div.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    color: #3c763d;
    border: 0;
    padding: 15px;
    margin: 0 0 20px 0
}
div.wpcf7-validation-errors {
    background-color: #f1dcdc;
    color: #f00;
    border: 0;
    padding: 15px;
    margin: 0 0 20px 0
}

/*------------------------------------------------------------------
    7. Header
-------------------------------------------------------------------*/
#cs-header {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0     
}
.headroom {
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out
}
.headroom--pinned {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

/*------------------------------------------------------------------
    7.1 Mobile button
-------------------------------------------------------------------*/
#cs-mobile-button {
    float: left
}
#cs-mobile-button a {
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center
}

/*------------------------------------------------------------------
    7.2 Sidr
-------------------------------------------------------------------*/
.sidr {
    background-color: #f9f9f9;
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1;
    padding-top: 82px;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px
}
.sidr.right {
    left: auto;
    right: -260px
}
.sidr.left {
    right: auto;
    left: -260px
}
.sidr ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.sidr ul li {
    border-bottom: 1px solid #eee
}
.sidr ul li a {
    display: block;
    padding: 4px 10px;
    color: #aaa
}
.sidr ul ul li a {
    padding-left: 20px
}
.sidr ul ul ul li a {
    padding-left: 30px
}
.sidr ul ul {
    border-top: 1px solid #eee
}
.sidr ul ul li:last-child {
    border-bottom: 0
}

/*------------------------------------------------------------------
    7.3 Top menu
-------------------------------------------------------------------*/
#cs-top-menu {
    background-color: #313131
}
#cs-top-menu {
    display: block
}
#cs-top-menu > nav > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px
}
#cs-top-menu > nav > ul > li {
    display: inline-block;
    position: relative;
    margin-left: 5px
}
#cs-top-menu > nav > ul > li > a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 32px;
    color: #aaa
}
#cs-top-menu > nav > ul li.current-menu-item > a,
#cs-top-menu > nav > ul > li:hover > a {
    color: #fff
}

/*------------------------------------------------------------------
    7.4 Logo brand
-------------------------------------------------------------------*/
#cs-logo-brand {
    float: left
}
#cs-logo-brand img {
    height: 52px;
    width: auto
}
#cs-logo-brand h1 {
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    margin: 0;
    padding-left: 10px;
    letter-spacing: -1px
}
#cs-logo-brand h1 a {
    display: block
}

/*------------------------------------------------------------------
    7.5 Social icons
-------------------------------------------------------------------*/
#cs-top-social {
    float: right;
}
#cs-top-social ul {
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0
}
#cs-top-social ul li {
    float: left;
    font-size: 18px
}
#cs-top-social ul li a {
    display: block;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #aaa
}
#cs-top-social ul li a:hover {
    color: #313131
}
#cs-top-social ul li a span {
    display: none;
}

/*------------------------------------------------------------------
    7.6 Search button
-------------------------------------------------------------------*/
#cs-search-button {
    float: right;
    border-left: 1px solid #eee
}
#cs-search-button a {
    display: block;
    width: 50px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    color: #aaa
}
#cs-search-button a:hover {
    color: #313131
}

/*------------------------------------------------------------------
    7.7 Search form
-------------------------------------------------------------------*/
#cs-search-form {
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
    max-width: 1140px
}
#cs-search-form .mfp-close {
    color: #fff;
    width: auto;
}
#cs-search-form input {
    width: 600px;
    max-width: 100%;
    background-color: rgba(255,255,255,0.2);
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 15px 10px;
    margin: 0 auto 60px auto;
    display: block
}
#cs-search-form input :before,
#cs-search-form input :after {
    content: " ";
    display: table
}
#cs-search-form input :after {
    clear: both
}
#cs-search-form input:focus,
#cs-search-form .cs-module-1 .cs-post .cs-post-header h4 a {
    color: #fff
}

/*------------------------------------------------------------------
    8. Modules core
-------------------------------------------------------------------*/
.cs-post:before,
.cs-post:after {
    content: " ";
    display: table
}
.cs-post:after {
    clear: both
}
.cs-post-thumbnail {
    overflow: hidden;
    position: relative;
    background-color: #000
}
.cs-post-thumbnail img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.cs-post-thumbnail iframe {
    width: 100%
}
.cs-post:hover .cs-post-thumbnail img {
    opacity: 0.7
}
.cs-post-footer {
    font-size: 13px;
    color: #aaa
}
.cs-post-header {
    position: relative;
    min-height: 22px
}
.cs-post-header:before,
.cs-post-header:after {
    content: " ";
    display: table
}
.cs-post-header:after {
    clear: both
}
.cs-post-header h4 {
    margin-bottom: 5px
}
.cs-post-header h4 a {
    display: block;
}
.cs-post-header div.cs-comment-window {
    text-align: center;
    position: relative;
    padding: 6px;
    min-width: 24px;
    background-color: #313131;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    float: right;
    margin: 2px 0 10px 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-header div.cs-comment-window:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 0;
    border-top-color: #313131;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-post-cats {
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    left: -100%;
    bottom: 35px;
    z-index: 1;
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out
}
.cs-post:hover .cs-post-cats {
    left: 0
}
.cs-post-cats a {
    display: inline-block;
    line-height: 1;
    padding: 6px 12px 6px 10px;
    background-color: #fff;
    border-radius: 0 28px 28px 0
}
.cs-post-review {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: -100%;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 30px;
    clear: both;
    background-color: #fff;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out
}
.cs-post:hover .cs-post-review {
    left: 0
}
.cs-post-review span.score {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px
}
.cs-post-excerpt p:last-child {
    margin-bottom: 0
}

/*------------------------------------------------------------------
    8.1 Module 1
-------------------------------------------------------------------*/
.cs-module-1 {
    margin-bottom: 40px
}
.cs-module-1 .cs-post {
    margin-bottom: 40px;
    position: relative;
}
.cs-module-1 .cs-post:last-child {
    margin-bottom: 0
}
.cs-module-1 .cs-post-thumbnail {
    margin-bottom: 15px
}
.cs-module-1 .cs-post .cs-post-header h4 {
    font-size: 18px;
    line-height: 26px
}
.cs-col-2-of-12 .cs-module-1 .cs-post .cs-post-header h4 {
    font-size: 14px;
    line-height: 22px
}
.cs-col-10-of-12 .cs-module-1 .cs-post .cs-post-header h4,
.cs-col-11-of-12 .cs-module-1 .cs-post .cs-post-header h4,
.cs-col-12-of-12 .cs-module-1 .cs-post .cs-post-header h4 {
    font-size: 30px;
    line-height: 38px
}
.cs-col-7-of-12 .cs-module-1 .cs-post .cs-post-header h4,
.cs-col-8-of-12 .cs-module-1 .cs-post .cs-post-header h4,
.cs-col-9-of-12 .cs-module-1 .cs-post .cs-post-header h4 {
    font-size: 26px;
    line-height: 34px
}
.cs-col-4-of-12 .cs-module-1 .cs-post .cs-post-header h4,
.cs-col-5-of-12 .cs-module-1 .cs-post .cs-post-header h4,
.cs-col-6-of-12 .cs-module-1 .cs-post .cs-post-header h4 {
    font-size: 22px;
    line-height: 30px
}
.cs-col-12-of-12 .cs-col-3-of-12 .cs-module-1 .cs-post .cs-post-header h4 {
    font-size: 18px;
    line-height: 26px
}
.cs-module-1 .cs-post .cs-post-excerpt {
    margin-top: 10px;
    position: relative;
}
.cs-module-1 .cs-post .cs-post-excerpt:after  {
    content: " ";
    display: block;
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -50px;
    opacity: 0.4
}

/*------------------------------------------------------------------
    8.2 Module 2
-------------------------------------------------------------------*/
.cs-module-2 {
    margin-bottom: 40px
}
.cs-module-2 .cs-post {
    margin-bottom: 20px
}
.cs-module-2 .cs-post:last-child {
    margin-bottom: 0
}
.cs-module-2 .cs-post-thumbnail {
    margin-right: 15px;
    width: 160px;
    float: left;
}
.cs-col-3-of-12 .cs-module-2 .cs-post-thumbnail {
    width: 100px
}
.cs-module-2 .cs-post-container {
    overflow: hidden;
}
.cs-module-2 .cs-post-header h4 {
    font-size: 14px;
    line-height: 22px
}
.cs-col-5-of-12 .cs-module-2 .cs-post-header h4,
.cs-col-6-of-12 .cs-module-2 .cs-post-header h4,
.cs-col-7-of-12 .cs-module-2 .cs-post-header h4 {
    font-size: 18px;
    line-height: 24px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-3-of-12 .cs-module-2 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-right .cs-col-3-of-12 .cs-module-2 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-left .cs-col-4-of-12 .cs-module-2 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-right .cs-col-4-of-12 .cs-module-2 .cs-post .cs-post-thumbnail {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-5-of-12 .cs-module-2 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-5-of-12 .cs-module-2 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-left .cs-col-6-of-12 .cs-module-2 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-6-of-12 .cs-module-2 .cs-post .cs-post-header h4 {
    font-size: 14px;
    line-height: 22px
}

/*------------------------------------------------------------------
    8.3 Module 3
-------------------------------------------------------------------*/
.cs-module-3 {
    margin-bottom: 40px
}
.cs-module-3 .cs-post {
    margin-bottom: 20px
}
.cs-module-3 .cs-post:last-child {
    margin-bottom: 0
}
.cs-module-3 .cs-post-comments {
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    padding: 10px 12px;
    min-width: 48px;
    background-color: #fff;
    color: #313131;
    font-size: 20px;
    line-height: 1;
    float: right;
    margin: 2px 0 10px 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.cs-module-3 .cs-post-comments:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 18px 0 0;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}
.cs-module-3 .cs-post-container {
    background-color: #313131;
    padding: 20px
}
.cs-module-3 .cs-post-excerpt {
    margin-top: 10px
}
.cs-module-3 .cs-post-excerpt p {
    color: #aaa
}
.cs-module-3 .cs-post-header h4 a,
.cs-module-3 .cs-post-footer a {
    color: #fff
}
.cs-col-3-of-12 .cs-module-3 .cs-post .cs-post-header h4 {
    font-size: 18px;
    line-height: 26px
}
.cs-col-4-of-12 .cs-module-3 .cs-post .cs-post-header h4,
.cs-col-5-of-12 .cs-module-3 .cs-post .cs-post-header h4,
.cs-col-6-of-12 .cs-module-3 .cs-post .cs-post-header h4 {
    font-size: 22px;
    line-height: 30px
}
.cs-col-7-of-12 .cs-module-3 .cs-post .cs-post-header h4,
.cs-col-8-of-12 .cs-module-3 .cs-post .cs-post-header h4,
.cs-col-9-of-12 .cs-module-3 .cs-post .cs-post-header h4 {
    font-size: 26px;
    line-height: 34px
}
.cs-col-10-of-12 .cs-module-3 .cs-post .cs-post-header h4,
.cs-col-11-of-12 .cs-module-3 .cs-post .cs-post-header h4,
.cs-col-12-of-12 .cs-module-3 .cs-post .cs-post-header h4 {
    font-size: 30px;
    line-height: 38px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-4-of-12 .cs-module-3 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-4-of-12 .cs-module-3 .cs-post .cs-post-header h4 {
    font-size: 14px;
    line-height: 22px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-5-of-12 .cs-module-3 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-5-of-12 .cs-module-3 .cs-post .cs-post-header h4 {
    font-size: 16px;
    line-height: 24px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-6-of-12 .cs-module-3 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-6-of-12 .cs-module-3 .cs-post .cs-post-header h4 {
    font-size: 18px;
    line-height: 26px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-7-of-12 .cs-module-3 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-7-of-12 .cs-module-3 .cs-post .cs-post-header h4 {
    font-size: 22px;
    line-height: 30px
}

/*------------------------------------------------------------------
    8.4 Module 4
-------------------------------------------------------------------*/
.cs-module-4 .cs-post {
    margin-bottom: 40px
}
.cs-module-4 .cs-post-thumbnail {
    float: left;
    width: 45%;
    margin-right: 20px
}
.cs-module-4 .cs-post-container {
    overflow: hidden;
}
.cs-module-4 .cs-post-footer {
    margin-bottom: 10px
}
.cs-module-4 .cs-post-header h4 {
    font-size: 24px;
    line-height: 32px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-3-of-12 .cs-module-4 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-right .cs-col-3-of-12 .cs-module-4 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-left .cs-col-4-of-12 .cs-module-4 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-right .cs-col-4-of-12 .cs-module-4 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-left .cs-col-5-of-12 .cs-module-4 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-right .cs-col-5-of-12 .cs-module-4 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-left .cs-col-6-of-12 .cs-module-4 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-right .cs-col-6-of-12 .cs-module-4 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-left .cs-col-7-of-12 .cs-module-4 .cs-post .cs-post-thumbnail,
.cs-main-content.cs-sidebar-on-the-right .cs-col-7-of-12 .cs-module-4 .cs-post .cs-post-thumbnail {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-3-of-12 .cs-module-4 .cs-post .cs-post-excerpt,
.cs-main-content.cs-sidebar-on-the-right .cs-col-3-of-12 .cs-module-4 .cs-post .cs-post-excerpt,
.cs-main-content.cs-sidebar-on-the-left .cs-col-4-of-12 .cs-module-4 .cs-post .cs-post-excerpt,
.cs-main-content.cs-sidebar-on-the-right .cs-col-4-of-12 .cs-module-4 .cs-post .cs-post-excerpt {
    display: none;
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-3-of-12 .cs-module-4 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-3-of-12 .cs-module-4 .cs-post .cs-post-header h4 {
    font-size: 14px;
    line-height: 22px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-4-of-12 .cs-module-4 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-4-of-12 .cs-module-4 .cs-post .cs-post-header h4 {
    font-size: 18px;
    line-height: 26px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-5-of-12 .cs-module-4 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-5-of-12 .cs-module-4 .cs-post .cs-post-header h4 {
    font-size: 22px;
    line-height: 30px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-8-of-12 .cs-module-4 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-8-of-12 .cs-module-4 .cs-post .cs-post-header h4 {
    font-size: 22px;
    line-height: 30px
}

/*------------------------------------------------------------------
    8.5 Module 5
-------------------------------------------------------------------*/
.cs-module-5 {
    margin-bottom: 40px
}
.cs-module-5 .cs-post {
    margin-bottom: 20px
}
.cs-module-5 .cs-post:last-child {
    margin-bottom: 0
}
.cs-module-5 .cs-post-image img {
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.cs-module-5 .cs-post:hover .cs-post-image img {
    opacity: 0.2
}
.cs-module-5 .cs-post-thumbnail .cs-post-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 20px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31313100000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
.cs-module-5 .cs-post-footer {
    color: #aaa
}
.cs-module-5 .cs-post-header h4 a,
.cs-module-5 .cs-post-footer a,
.cs-module-5 .cs-post-excerpt p {
    color: #fff
}
.cs-module-5 .cs-post-review {
    top: 0;
    height: 5px;
    overflow: visible;
}
.cs-module-5 .cs-post-review span.score {
    background-color: #313131
}
.cs-module-5 .cs-post-review span.score-result {
    right: 20px;
    position: absolute;
    top: 15px;
    font-size: 18px;
    font-weight: 700
}
.cs-col-3-of-12 > .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 16px;
    line-height: 24px
}
.cs-col-4-of-12 > .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 18px;
    line-height: 26px
}
.cs-col-5-of-12 > .cs-module-5 .cs-post .cs-post-header h4,
.cs-col-6-of-12 > .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 22px;
    line-height: 30px
}
.cs-col-7-of-12 > .cs-module-5 .cs-post .cs-post-header h4,
.cs-col-8-of-12 > .cs-module-5 .cs-post .cs-post-header h4,
.cs-col-9-of-12 > .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 26px;
    line-height: 34px
}
.cs-col-10-of-12 > .cs-module-5 .cs-post .cs-post-header h4,
.cs-col-11-of-12 > .cs-module-5 .cs-post .cs-post-header h4,
.cs-col-12-of-12 > .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 30px;
    line-height: 38px
}
.cs-module-5 + .cs-module-2 {
    margin-top: -20px
}
.cs-module-5 .cs-post-cats {
    top: 35px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-4-of-12 .cs-module-5 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-4-of-12 .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 14px;
    line-height: 22px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-5-of-12 .cs-module-5 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-5-of-12 .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 16px;
    line-height: 24px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-6-of-12 .cs-module-5 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-6-of-12 .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 18px;
    line-height: 26px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-7-of-12 .cs-module-5 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-7-of-12 .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 22px;
    line-height: 30px
}
.cs-main-content.cs-sidebar-on-the-left .cs-col-8-of-12 .cs-module-5 .cs-post .cs-post-header h4,
.cs-main-content.cs-sidebar-on-the-right .cs-col-8-of-12 .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 24px;
    line-height: 32px
}

/*------------------------------------------------------------------
    8.6 Module 6
-------------------------------------------------------------------*/
.cs-module-6 {
    margin-bottom: 40px
}
.cs-module-6 ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-module-6 ul li {
    border-bottom: 1px solid #eee;
}
.cs-module-6 ul li h4 {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 10px;
    margin: 0
}
.cs-module-6 ul li:first-child {
    min-height: 100px;
    background-color: #eee
}
.cs-module-6 ul li .cs-post-image {
    float: right;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
}
.cs-module-6 ul li h4:before {
    content: " ";
    width: 3px;
    height: 3px;
    position: absolute;
    top: 18px;
    left: 0;
    display: block;
}
.cs-module-6 ul li:first-child h4 {
    margin-right: 115px
}
.cs-module-6 ul li:first-child h4:before {
    display: none;
}
.cs-module-6 ul li img {
    height: 60px;
    float: right;
}
.cs-module-6 .cs-post:last-child {
    margin-bottom: 0
}
.cs-module-6 .cs-post-thumbnail {
    background-color: #000
}
.cs-module-6 .cs-post-image img {
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.cs-module-6 .cs-post:hover .cs-post-image img {
    opacity: 0.4
}
.cs-module-6 .cs-post-thumbnail .cs-post-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 20px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31313100000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
.cs-module-6 .cs-post-header h4 a,
.cs-module-6 .cs-post-footer,
.cs-module-6 .cs-post-footer a,
.cs-module-6 .cs-post-excerpt p {
    color: #fff
}

/*------------------------------------------------------------------
    9. Single post
-------------------------------------------------------------------*/
.cs-single-post {
    margin-bottom: 40px
}
.cs-single-post .cs-post-thumbnail {
    margin-bottom: 0
}
article.format-audio .cs-post-thumbnail {
    background: transparent;
}
.cs-post-thumbnail + .cs-post-header,
.cs-block-gallery + .cs-post-header {
    margin-top: 20px
}
.cs-block-gallery-controls {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
.cs-block-gallery-controls .cs-block-gallery-prev,
.cs-block-gallery-controls .cs-block-gallery-next {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    background-color: #313131;
    color: #fff;
    cursor: pointer;
    float: left;
}
.cs-block-gallery-controls .cs-block-gallery-prev {
    margin-right: 1px
}
.cs-single-post .cs-post-header h1 {
    font-size: 34px;
    line-height: 44px
}
.cs-single-post .cs-post-footer {
    font-size: 14px;
    margin-bottom: 20px
}
.cs-single-post .cs-post-cats {
    left: 0;
    background-color: #fff;
    -webkit-border-radius: 0 28px 28px 0;
    -moz-border-radius: 0 28px 28px 0;
    border-radius: 0 28px 28px 0;
    padding: 4px 12px 4px 10px;
}
.cs-single-post .cs-post-cats a {
    padding: 0;
    border-radius: 0
}
.cs-single-post .cs-post-excerpt {
    margin-top: 20px;
    margin-bottom: 20px
}
.cs-single-post .cs-post-excerpt p {
    font-size: 16px;
    line-height: 28px
}
.cs-post-sharing-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}
.cs-post-sharing-block ul li {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 10%
}
.cs-post-sharing-block ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #313131
}
.cs-post-sharing-block ul li a i {
    font-size: 18px;
    margin: 0 5px
}
.cs-post-sharing-block ul li.facebook,
.cs-post-sharing-block ul li.twitter {
    width: 30%
}
.cs-post-sharing-block ul li.facebook a {
    background-color: #2e5ead
}
.cs-post-sharing-block ul li.twitter a {
    background-color: #00c1f0
}
.cs-post-sharing-block ul li.google a {
    background-color: #d64737
}
.cs-post-sharing-block ul li.pinterest a {
    background-color: #ab171e
}
.cs-post-sharing-block ul li.linkedin a {
    background-color: #4073a0
}
.cs-post-sharing-block ul li.tumblr a {
    background-color: #2e5ead
}
.cs-post-sharing-block ul li a:hover {
    background-color: #313131
}

/*------------------------------------------------------------------
    9.1 Mashable Plugin
-------------------------------------------------------------------*/
.mashsb-container {
    padding: 20px 0 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.mashsb-count {
    font-size: 38px;
    min-width: 50px;
    margin-right: 20px
}
.mashsb-sharetext {
    font-size: 10px
}
.mashsb-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mashsb-buttons a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0;
    margin: 0;
    text-align: center
}
.mashicon-facebook .text,
.mashicon-twitter .text,
.mashicon-pinterest .text,
.mashicon-google .text,
.mashicon-vk .text {
    display: none;
}
.mashicon-facebook .icon:before,
.mashicon-twitter .icon:before,
.mashicon-pinterest .icon:before,
.mashicon-google .icon:before,
.mashicon-vk .icon:before {
    margin-right: 0
}

/*------------------------------------------------------------------
    9.2 Post review
-------------------------------------------------------------------*/
.cs-single-post-review {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 40px
}
.cs-single-post-review .cs-final-score {
    float: left;
    width: 15%;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px 0;
    margin-right: 5%
}
.cs-single-post-review .cs-final-score div {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    color: #313131
}
.cs-single-post-review .cs-final-score span {
    font-weight: 700;
    color: #313131;
    font-size: 10px;
    text-transform: uppercase;
}
.cs-single-post-review .cs-review-summary {
    overflow: hidden;
}
.cs-single-post-review .cs-review-summary p {
    font-size: 14px;
    line-height: 22px
}
.cs-single-post-review .cs-review-scores {
    clear: both;
    display: block;
    width: 100%
}
.cs-single-post-review .cs-review-scores ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-single-post-review .cs-review-scores ul li {
    margin-bottom: 10px
}
.cs-single-post-review .cs-review-score-title {
    float: left;
    color: #313131;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cs-single-post-review .cs-review-score-score {
    float: right;
    color: #313131;
    margin-bottom: 5px
}
.cs-single-post-review .cs-review-score-line {
    clear: both;
    background-color: #eee;
    overflow: hidden;
    display: block;
    height: 10px
}
.cs-single-post-review .cs-review-score-line-active {
    display: block;
    height: 100%
}

/*------------------------------------------------------------------
    9.3 Post controls
-------------------------------------------------------------------*/
.cs-single-post-tags {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-size: 0
}
.cs-single-post-tags span {
    color: #313131;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 0;
    margin-right: 15px;
    display: inline-block;
}
.cs-single-post-tags a {
    background-color: #aaa;
    font-size: 13px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    margin-right: 4px;
    margin-bottom: 4px
}
.cs-single-post-tags a:hover {
    color: #fff;
    background-color: #313131
}

/*------------------------------------------------------------------
    9.4 Post controls
-------------------------------------------------------------------*/
.cs-single-post-controls {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    display: table;
    width: 100%;
    margin-bottom: 20px
}
.cs-single-post-controls span {
    color: #999;
    font-size: 13px;
    display: block;
}
.cs-single-post-controls a {
    color: #313131;
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700
}
.cs-single-post-controls .cs-prev-post,
.cs-single-post-controls .cs-next-post {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    position: relative
}
.cs-single-post-controls .cs-prev-post {
    padding-right: 40px
}
.cs-single-post-controls .cs-next-post {
    padding-left: 40px;
    text-align: right;
}

/*------------------------------------------------------------------
    9.5 Author box
-------------------------------------------------------------------*/
.cs-author-box {
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.cs-author-box img {
    width: 80px;
    float: left;
    margin: 0 20px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cs-author-box .description {
    overflow: hidden
}
.cs-author-box .description a.bio {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    color: #313131
}
.cs-author-box .description p {
    margin: 0
}
.cs-author-box ul.social_icons {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 15px 0 0 0      
}
.cs-author-box ul.social_icons li {
    float: left;
    font-size: 14px;
    margin: 0 5px 5px 0
}
.cs-author-box ul.social_icons li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f1f1f1;
    color: #aaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cs-author-box ul.social_icons li a:hover {
    color: #fff
}

/*------------------------------------------------------------------
    9.6 Comments
-------------------------------------------------------------------*/
.no_comments {
    text-align: center;
}
.no_comments i {
    font-size: 24px;
    color: #ddd
}
.cs-comments-area {
    margin-bottom: 40px
}
.cs-comment-list {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-comment-meta {}
.cs-comment-list .cs-comment {
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5
}
.cs-comment-list .cs-comment ul.children {
    margin: 15px 0 0 70px;
    padding: 15px 0 0 0;
    list-style: none;
    border-top: 1px solid #f5f5f5
}
.cs-comment ul.children .cs-comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.cs-comment ul.children .cs-comment img.avatar {
    width: 35px
}
.cs-comment ul.children .cs-comment .cs-comment-content {
    margin-left: 55px
}
.cs-comment ul.children .cs-comment .cs-comment-content p {
    font-size: 13px;
    line-height: 20px
}
.cs-comment-list .cs-comment:first-child {
    border-top: 0
}
.cs-comment-author img {
    width: 50px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}
.cs-comment-author b {
    margin-right: 8px
}
.cs-comment-author b a {
    color: #222
}
.cs-comment-metadata {
    font-size: 13px;
    color: #999
}
.cs-comment-content {
    margin-top: 5px;
    margin-left: 70px;
    overflow: hidden;
}
.cs-reply {
    display: block;
    float: left;
    font-size: 13px;
    background-color: #f5f5f5;
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 1;
    color: #313131
}
.cs-reply:hover {
    background-color: #313131;
    color: #fff
}
p.comment-info {
    background-color: #f5f5f5;
    padding: 20px
}
p.comment-info strong {
    color: #000
}

/*------------------------------------------------------------------
    9.7 Respond
-------------------------------------------------------------------*/
#respond input[type="text"],
#respond input[type="email"] {
    width: 100%
}
#respond input[type="submit"] {
    display: inline-block;
    padding: 4px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #313131;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
#respond input[type="submit"]:hover {
    background-color: #000 !important;
    color: #fff;
}

/*------------------------------------------------------------------
    10. Carousel
-------------------------------------------------------------------*/
.cs-block-carousel {}
.cs-block-carousel-controls {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}
.cs-block-carousel-controls .cs-block-title {
    display: inline-block;
    float: left;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 20px
}
.cs-block-carousel-controls .cs-block-carousel-prev,
.cs-block-carousel-controls .cs-block-carousel-next {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    background-color: #f1f1f1;
    cursor: pointer;
    float: left;
}
.cs-block-carousel-controls .cs-block-carousel-prev {
    margin-right: 5px
}
.cs-block-carousel .cs-module-5 .cs-post .cs-post-header h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0
}

/*------------------------------------------------------------------
    11. Slider
-------------------------------------------------------------------*/
.cs-block-slider {
    margin-bottom: 40px
}
.cs-block-slider .cs-post-thumbnail {
    background-color: #000
}
.cs-block-slider .cs-post-thumbnail img {
    opacity: 0.4
}
.cs-block-slider .cs-post-container {
    position: absolute;
    left: 0;
    bottom: 104px;
    z-index: 1;
    margin: 30px;
}
.cs-block-slider .cs-post-header h4 {
    font-size: 34px;
    line-height: 44px
}
.cs-block-slider .cs-post-header h4 a,
.cs-block-slider .cs-post-footer a {
    color: #fff
}
.cs-post-share {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 50px;
    padding: 10px;
    padding-left: 30px;
    z-index: 2;
    overflow: hidden;
    background-color: #fff;
    background-color: rgba(255,255,255,0.2);
    -webkit-border-radius: 0 34px 34px 0;
    -moz-border-radius: 0 34px 34px 0;
    border-radius: 0 34px 34px 0;
}
.cs-post-share span {
    line-height: 34px;
    float: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    margin-right: 15px
}
.cs-post-share a {
    color: #313131;
    background-color: #fff;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: left;
    margin-right: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.cs-post-share a:last-child {
    margin-right: 0
}
.cs-post-share a:hover {
    color: #fff;
    background-color: #313131
}
.cs-block-slider .swiper-pagination  {
    bottom: 65px;
    right: 30px;
    z-index: 1;
    width: auto
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px
}
.cs-block-slider .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    opacity: 0.5
}
.cs-block-slider .swiper-pagination-bullet-active {
    opacity: 1
}

/*------------------------------------------------------------------
    12. Shop (WooCommerce)
-------------------------------------------------------------------*/
.woocommerce-result-count {
    float: left;
    margin: 8px 0 0 0
}
.woocommerce-ordering {
    float: right;
    margin-bottom: 20px
}
ul.products {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
ul.products:before,
ul.products:after {
    content: " ";
    display: table
}
ul.products:after {
    clear: both
}
ul.products li.product {
    clear: none;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 40px
}
ul.products li.product img {
    width: 100%;
    display: block;
    margin-bottom: 15px
}
ul.products li.product h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px 0
}
.onsale {
    display: block;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 1;
    padding: 2px 10px;
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    color: #fff;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
ul.products li.product .price {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    color: #313131
}
.price del {
    color: #aaa
}
ul.products li.product .price ins {
    font-weight: 700;
    text-decoration: none;
}
ul.products li.product .button {
    display: inline-block;
    padding: 4px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #313131;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
ul.products li.product .button:hover {
    background-color: #000 !important;
    color: #fff;
}
ul.products li.product .added_to_cart {
    display: inline-block;
    padding: 4px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #f1f1f1;
    color: #333;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
ul.products li.product .added_to_cart:hover {
    background-color: #000 !important;
    color: #fff !important;
}
ul.products li.product.first {
    clear: both !important
}
ul.products li.product.last {
    margin-right: 0 !important
}

/*------------------------------------------------------------------
    12.1 Shop single
-------------------------------------------------------------------*/
.single-product div.product {
    position: relative;
    overflow: hidden;
}
.single-product div.product > .onsale {
    position: static;
    display: inline-block;
}
.single-product div.product .images {
    width: 40%;
    float: left;
    margin-right: 10%;
    margin-bottom: 40px
}
.single-product div.product .images img {
    width: 100%;
    overflow: hidden;
}
.single-product div.product .images .woocommerce-main-image {
    display: block;
    margin-bottom: 20px
}
.single-product div.product .images .thumbnails {
    margin: 20px -5px 40px -5px
}
.single-product div.product .images .thumbnails a.zoom {
    width: 16.66666667%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    margin-bottom: 5px
}
.single-product div.product .images .thumbnails a.zoom.first {
    clear: both;
}
.single-product div.product .summary {
    width: 50%;
    float: right;
    margin-right: 0
}
.single-product div.product form.cart {
    margin-bottom: 25px;
}
.single-product div.product form.cart:before,
.single-product div.product form.cart:after {
    content: " ";
    display: table
}
.single-product div.product form.cart:after {
    clear: both
}
.single-product div.product form.cart .quantity {
    float: left;
}
.quantity .qty {
    max-width: 80px;
    text-align: center;
}
.single-product div.product form.cart .button {
    float: right;
    display: block;
    padding: 11px 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #313131;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.single-product div.product form.cart .button:hover {
    background-color: #000 !important;
    color: #fff;
}
.single-product div.product .product_meta {
    border-top: 1px solid #eee;
    padding-top: 20px
}
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .tagged_as {
    display: block;
}
.single-product div.product .woocommerce-tabs {
    clear: both;
    margin-bottom: 40px
}
.woocommerce-tabs h2:first-of-type {
    font-size: 20px;
    line-height: 28px
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?91812870');
  src: url('../fonts/fontello.eot?91812870#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?91812870') format('woff2'),
       url('../fonts/fontello.woff?91812870') format('woff'),
       url('../fonts/fontello.ttf?91812870') format('truetype'),
       url('../fonts/fontello.svg?91812870#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block;
}
.star-rating {
    font-family: "fontello";
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    width: 70px;
    white-space: nowrap
}
.star-rating:before {
    content: "\e800\e800\e800\e800\e800";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ddd;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 15px
}
.star-rating span:before {
    content: "\e800\e800\e800\e800\e800";
    color: #F89406;
    top: 0;
    position: absolute;
    left: 0;
}
ul.products li.product .star-rating {
    left: 50%;
    margin-left: -35px
}
.single-product div.product table {
    border: 0;
}
.single-product div.product table.variations {
    margin: 0
}
.single-product div.product table.variations td,
.single-product div.product table.variations th {
    border: 0;
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent;
}
.single-product div.product .single_variation .price {
    display: block;
    margin-bottom: 10px;
    font-weight: 700
}
.single-product div.product table.variations .value {
    margin-bottom: 15px
}
.single-product div.product table.variations .value select,
a.reset_variations {
    display: inline-block;
}
a.reset_variations {
    margin-left: 15px
}
.single-product div.product .variations_button {
    padding-top: 20px
}

/*------------------------------------------------------------------
    12.2 Review shop single
-------------------------------------------------------------------*/
#reviews form,
#reviews #comments {
    margin-bottom: 40px
}
#reviews .comment-form-rating {
    clear: both;
}
#reviews .comment-form-rating label {
    display: block;
}
p.stars {
    position: relative;
    line-height: 30px;
    font-size: 14px
}
p.stars::after {
    clear: both;
    content: " ";
    display: table
}
p.stars a {
    color: #999;
    width: 19%;
    display: block;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    background-color: #f5f5f5;
    margin-right: 1%;
}
p.stars a:hover,
p.stars a.active {
    background-color: #eee;
    color: #555
}
p.stars a.star-1:after,
p.stars a.star-2:after, 
p.stars a.star-3:after, 
p.stars a.star-4:after, 
p.stars a.star-5:after {
    font-family: "fontello";
    content: "\e800";
    position: absolute;
    top: 0;
    width: 74px;
    right: 10px;
    color: #999;
    text-align: right;
    font-weight: normal
}
p.stars a:hover:after,
p.stars a.active:after {
    color: #F89406
}
p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
    text-decoration: none
}
p.stars a.star-1:after {
    content: "\e800"
}
p.stars a.star-2:after {
    content: "\e800\e800"
}
p.stars a.star-3:after {
    content: "\e800\e800\e800"
}
p.stars a.star-4:after {
    content: "\e800\e800\e800\e800"
}
p.stars a.star-5:after {
    content: "\e800\e800\e800\e800\e800"
}
ol.commentlist {
    list-style: none;
    padding: 0;
    margin: 20px 0 40px 0
}
ol.commentlist li:before,
ol.commentlist li:after {
    content: " ";
    display: table
}
ol.commentlist li:after {
    clear: both
}
ol.commentlist li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}
#reviews img.avatar {
    width: 60px;
    height: 60px;
    height: auto;
    float: left;
    margin: 0 20px 0 0
}
#reviews .comment-text {
    overflow: hidden
}
#reviews .star-rating {
    float: right
}
#reviews .comment-text .meta {
    margin-bottom: 5px;
}

/*------------------------------------------------------------------
    12.3 Shoping cart page
-------------------------------------------------------------------*/
table.cart td.product-remove {
    position: relative;
}
table.cart td.product-remove a.remove {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -10px;
    opacity: 1;
    font-weight: 400;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-indent: -9999px;
}
table.cart td.product-remove a.remove:before {
    font: normal normal normal 1em/1 "FontAwesome";
    color: #e2401c;
    text-rendering: auto;
    content: "\f057";
    display: inline-block;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
}
table.cart .product-thumbnail img {
    width: 40px;
    height: auto;
    margin: 0 auto
}

table.cart td.actions {
    text-align: right;
}
table.cart td.actions label {
    display: none;
}
table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
}
table.cart td.actions input[type="submit"],
.wc-proceed-to-checkout .button {
    display: inline-block;
    padding: 4px 14px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #333;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
table.cart td.actions input[type="submit"]:hover,
.wc-proceed-to-checkout .button:hover {
    background-color: #000 !important;
    color: #fff;
}
table.cart td.actions .coupon input[type="submit"],
table.cart td.actions .coupon input[type="text"] {
    display: inline-block;
    width: auto;
    margin: 0;
}
table.cart td.actions input[type="submit"] {
    margin: 10px 0 0 0
}

/*------------------------------------------------------------------
    12.4 Checkout page
-------------------------------------------------------------------*/
.woocommerce-info {
    background-color: #f5f5f5;
    color: #555;
    border: 0;
    padding: 15px;
    margin: 0 0 20px 0
}
.woocommerce-info a {
    color: #000;
    font-weight: 700
}
.woocommerce-error {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 20px;
    background-color: #f1dcdc;
    color: #f00
}
form.checkout_coupon:before,
form.checkout_coupon:after {
    content: " ";
    display: table
}
form.checkout_coupon:after {
    clear: both
}
form.checkout_coupon .button {
    margin-top: 8px
}
.form-row label {
    display: block;
}
.form-row label.inline,
.form-row label.checkbox {
    display: inline;
}
.form-row abbr[title] {
    text-decoration: none;
}
.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="url"],
.form-row input[type="phone"],
.form-row input[type="number"],
.form-row input[type="email"],
.form-row input[type="datetime"],
.form-row input[type="search"],
.form-row input[type="tel"],
.form-row textarea,
.form-row select {
    width: 100%
}
.form-row .select2-container .select2-choice {
    padding: 10px 12px
}
.form-row .button {
    display: inline-block;
    padding: 4px 14px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #333;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.form-row .button:hover {
    background-color: #000 !important;
    color: #fff;
}
.form-row-first {
    width: 48%;
    float: left;
    margin-right: 4%;
    clear: both;
}
.form-row-last {
    width: 48%;
    float: right
}
.form-row-last {
    margin-right: 0!important;
}
#payment .payment_methods {
    list-style: none;
    padding: 0;
    margin: 0
}
#payment .payment_methods li {}
#payment .payment_methods > .wc_payment_method>label {
    cursor: pointer;
}
#payment .payment_methods li img {
    float: right;
    border: 0;
    padding: 0;
    max-height: 1.618em;
}

/*------------------------------------------------------------------
    13. Advertisement
-------------------------------------------------------------------*/
.cs-advertisement {
    text-align: center;
    margin-bottom: 40px;
    position: relative
}

/*------------------------------------------------------------------
    14. Copyright
-------------------------------------------------------------------*/
#cs-copyright {
    background-color: #313131;
    padding: 10px 0;
    text-align: center;
}
#cs-copyright a {
    color: #aaa
}

/*------------------------------------------------------------------
    15. bbPress
-------------------------------------------------------------------*/
#bbpress-forums fieldset.bbp-form p {
    margin-bottom: 15px
}
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input[type="text"] {
    width: 100%
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    border: 1px solid #ddd;
    border-top: 0
}
#bbpress-forums .submit {
    display: inline-block;
    padding: 4px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #333;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
div.bbp-submit-wrapper {
    float: none;
    margin: 20px 0 20px 0
}
#bbpress-forums .submit:hover {
    background-color: #000 !important;
    color: #fff;
}
#bbpress-forums div.bbp-search-form {
    float: none;
    display: block;
    overflow: hidden;
    margin-bottom: 15px
}
#bbpress-forums #bbp-search-form #bbp_search {
    width: 80%;
    display: block;
    float: left;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
    display: block;
    float: right;
    width: 20%;
    padding: 11px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #333;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
#bbpress-forums #bbp-search-form #bbp_search_submit:hover {
    background-color: #000 !important;
    color: #fff;
}

/* Widget search */
.widget_display_search input[type="text"] {
    width: 100%
}
.widget_display_search input[type="submit"] {
    display: none;
}

/* Widget login */
.bbp_widget_login form fieldset {
    border: 0;
    padding: 20px;
    background-color: #f5f5f5;
    margin: 0
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
    margin-top: 0;
    margin-bottom: 15px
}
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
    padding: 10px 12px;
    width: 100%
}
.bbp-login-form .bbp-submit-wrapper {
    float: none;
}
.bbp-login-form .bbp-submit-wrapper button {
    display: block;
    width: 100%;
    padding: 4px 14px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #333;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.bbp-login-form .bbp-submit-wrapper button:hover {
    background-color: #000 !important;
    color: #fff;
}

/* Widget statistics */
.widget_display_stats dl {
    border: 0;
    padding: 15px;
    font-size: 0;
    background-color: #f5f5f5;
    margin: 0
}
.widget_display_stats dt {
    font-weight: 400
}
.widget_display_stats dt,
.widget_display_stats dd {
    font-size: 14px;
    display: inline-block;
}
.widget_display_stats dt {
    display: block;
    float: left;
    width: 80%
}
.widget_display_stats dd {
    margin-left: 0;
    text-align: right;
    width: 20%;
    color: #000
}
#buddypress div.item-list-tabs#subnav {
    margin: 10px 0 20px 0
}
#buddypress div.item-list-tabs ul li.last label,
#buddypress div.item-list-tabs ul li.last select {
    display: inline-block;
}
#buddypress div.item-list-tabs ul li.last label {
    margin-right: 10px
}
#buddypress div.item-list-tabs#subnav ul li.last {
    margin-top: 0
}

/*------------------------------------------------------------------
    16. Buddy Press
-------------------------------------------------------------------*/
/* Widget login */
.widget.buddypress #bp-login-widget-form {
    border: 0;
    padding: 20px;
    background-color: #f5f5f5;
    margin: 0
}
.widget.buddypress #bp-login-widget-form label {
    margin: 0 0 5px 0
}
.widget.buddypress #bp-login-widget-form input[type="text"],
.widget.buddypress #bp-login-widget-form input[type="password"] {
    width: 100%;
    margin-bottom: 15px
}
.widget.buddypress #bp-login-widget-form .forgetmenot {
    margin-bottom: 15px
}
.widget.buddypress #bp-login-widget-form input[type="submit"] {
    display: inline-block;
    padding: 4px 14px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #333;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.widget.buddypress #bp-login-widget-form input[type="submit"]:hover {
    background-color: #000 !important;
    color: #fff;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
    margin-bottom: 0
}



/*.cs-main-content:not(.cs-sidebar-on-the-right) .cs-row .swiper-wrapper:not(.swiper-container-horizontal),
.cs-main-content:not(.cs-sidebar-on-the-left) .cs-row .swiper-wrapper:not(.swiper-container-horizontal) {
  max-height: 474px!important;
  max-width: 380px!important;
}
.cs-main-content.cs-sidebar-on-the-right .cs-row .swiper-wrapper:not(.swiper-container-horizontal),
.cs-main-content.cs-sidebar-on-the-left .cs-row .swiper-wrapper:not(.swiper-container-horizontal) {
  max-height: 327px!important;
  max-width: 262px!important;
}
.cs-container .cs-row .cs-block-carousel .swiper-wrapper:not(.swiper-container-horizontal),
.cs-main-content:not(.cs-sidebar-on-the-left) .cs-row .cs-block-carousel .swiper-wrapper:not(.swiper-container-horizontal) {
  max-height: 395px!important;
  max-width: 285px!important;
}
.cs-main-content.cs-sidebar-on-the-right .cs-row .cs-block-carousel .swiper-wrapper:not(.swiper-container-horizontal),
.cs-main-content.cs-sidebar-on-the-left .cs-row .cs-block-carousel .swiper-wrapper:not(.swiper-container-horizontal) {
  max-height: 327px!important;
  max-width: 262px!important;
}*/