/*------------------------------------------------------------------

@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 boxes
4. Forms
5. Sidebar
    5.1 Widget - search
    5.2 Widget - recent entries
    5.3 Widget - calendar
    5.4 Widget - tags
    5.5 Widget - social profiles
    5.6 Widget - popular posts
    5.7 Widget - trending posts
    5.8 Widget - banner 300x250
    5.9 Widget - email subscribe
    5.10 Widget - post list
6. Off-canvas wrap
    6.1 Off-canvas nav
    6.2 Off-canvas reactions
7. Primary nav
    7.1 Toggle primary nav
8. Header
    8.1 Header menu
    8.2 Posts filter
        8.2.1 Replace posts filter with logo
    8.3 Toggle search
    8.4 Header main
    8.5 Site brand
    8.6 Site reactions
    8.7 Header styles
    8.8 Leaderboard
9. Posts
    9.1 Global
    9.2 Columns - two columns
    9.3 Columns - three columns
    9.4 List style
    9.5 Single post
    9.6 Reactions to post
    9.7 Grid block layout
    9.8 Comments and respond
    9.9 Pagination posts
10. Posts carousel
11. Advertsiement
12. Pages
    12.1 Page title
    12.2 Author page
    12.3 404 Error
13. Footer
    13.1 Back to top

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Body
-------------------------------------------------------------------*/
body,
html {
    position: relative
}
body {
    background-color: #fff;
    color: #555;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    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;
    width: 100%
}
.cs-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1300px
}
.cs-main-content .cs-container {
    padding-left: 0;
    padding-right: 0;
    max-width: none
}
.cs-main-content {
    width: 100%;
    margin-bottom: 40px
}
.cs-main-content .cs-main-content {
    margin-bottom: 0
}
.cs-main-content:before,
.cs-main-content:after {
    content: " ";
    display: table
}
.cs-main-content:after {
    clear: both
}
.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-page-wrapper {}

/*------------------------------------------------------------------
    3. Shortcoodes
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    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
}
a:hover {
    text-decoration: none;
    color: #000
}
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: #000;
    font-weight: 700;
    font-weight: 600;
    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
}
.text_left {
    text-align: left
}
.text_right {
    text-align: right
}
.text_center {
    text-align: center
}
.text_justify {
    text-align: justify
}
blockquote {
    padding: 0;
    margin: 20px 0
}
blockquote p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #000
}
blockquote footer {
    display: block;
    font-size: 14px;
    color: #000
}
.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: #555;
    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: #555
}
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 #eee
}
th,
td {
    text-align: left;
    padding: 8px;
    vertical-align: bottom;
    border: 1px solid #eee
}
ul.page-numbers {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    clear: both;
}
ul.page-numbers:before,
ul.page-numbers:after {
    content: " ";
    display: table
}
ul.page-numbers:after {
    clear: both
}
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: 10px 14px;
    line-height: 1;
    background-color: #eee;;
    color: #888;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
ul.page-numbers li span.current {
    color: #fff
}
h4.cs-style-title {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}
h4.cs-style-title span {
    display: inline-block;
    padding-right: 20px;
    background-color: #fff
}
h4.cs-style-title span:after {
    background-color: #ddd;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    content: " ";
    display: block;
    height: 1px;
    z-index: -1
}

/*------------------------------------------------------------------
    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: 0;
}
blockquote.alt p {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400
}
blockquote.alt i {
    font-size: 22px
}

/*------------------------------------------------------------------
    3.4 Pullquotes
-------------------------------------------------------------------*/
.pullquotes {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    z-index: 1;
    color: #000
}
.pullquotes:after {
    font-size: 140px;
    position: absolute;
    z-index: -1;
    top: 15px;
    color: #eee
}
.pullquotes.left {
    float: left;
    width: 30%;
    margin: 40px 40px 40px 0;
    padding-left: 30px
}
.pullquotes.left:after {
    content: open-quote;
    left: 0
}
.pullquotes.center {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    clear: both
}
.pullquotes.right {
    float: right;
    text-align: right;
    width: 30%;
    margin: 40px 0 40px 40px;
    padding-right: 30px
}
.pullquotes.right:after {
    content: close-quote;
    right: 0
}

/*------------------------------------------------------------------
    3.5 Dropcaps
-------------------------------------------------------------------*/
.dropcap:first-letter {
    float: left;
    display: inline-block;
    color: #000;
    font-size: 40px;
    line-height: 42px;
    margin: 0 10px 0 0;
    font-weight: 700
}

/*------------------------------------------------------------------
    3.6 Buttons
-------------------------------------------------------------------*/
.cs-btn {
    display: inline-block;
    padding: 8px 13px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #222;
    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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-btn.cs-btn-small {
    padding: 6px 10px;
    font-size: 12px
}
.cs-btn.cs-btn-large {
    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: #f5f5f5;
    color: #333
}
.cs-btn.cs-btn-white:hover {
    color: #000;
    background-color: #eee
}
.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: 34px
}
.cs-btn.cs-btn-large.cs-btn-with-icon {
    padding-left: 58px
}
.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 {
    width: 30px;
    line-height: 30px;
    font-size: 12px;
}
.cs-btn.cs-btn-small.cs-btn-with-icon i {
    width: 26px;
    line-height: 26px;
    font-size: 10px;
}
.cs-btn.cs-btn-large.cs-btn-with-icon i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
}
.cs-btn.cs-btn-extralarge.cs-btn-with-icon i {
    width: 54px;
    line-height: 54px;
    font-size: 20px;
}
.cs-btn:hover {
    background-color: #000 !important;
    color: #fff;
}

/*------------------------------------------------------------------
    3.7 Tabs
-------------------------------------------------------------------*/
.cs-tab-group {
    margin-bottom: 40px
}
.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: 1px
}
.cs-tab-group .ui-tabs-nav li a {
    outline: none;
    display: block;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-tab-group .ui-tabs-panel {
    padding: 20px 0
}
.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: #fff
}

/*------------------------------------------------------------------
    3.8 Accordion
-------------------------------------------------------------------*/
.cs-accordion-group {
    margin-bottom: 40px
}
.cs-accordion-group .cs-accordion-title {
    color: #000;
    outline: none;
    cursor: pointer;
    padding: 15px 15px 15px 45px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px solid #eee;
}
.cs-accordion-group .cs-accordion-title:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 14px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cs-accordion-group .cs-accordion-title.ui-state-active:after {
    font-family: 'FontAwesome';
    content: "\f107";
}
.cs-accordion-group .cs-accordion-panel {
    padding: 20px 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: #eee;
    color: #999;
    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
}

/*------------------------------------------------------------------
    3.11 Service box
-------------------------------------------------------------------*/
.cs-service-box {
    margin-bottom: 40px
}
.cs-service-box i {
    font-size: 32px;
    margin-bottom: 8px;
    color: #ddd
}
.cs-service-box h4 {
    margin: 0 0 10px 0
}

/*------------------------------------------------------------------
    4. Forms
-------------------------------------------------------------------*/
form {
    position: relative;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit
}
textarea {
    width: 100%;
    min-height: 180px
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #000
}
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: #888;
    margin: 0;
    max-width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
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: #555
}

/*------------------------------------------------------------------
    5. Sidebar
-------------------------------------------------------------------*/
.cs-main-sidebar {
    float: left;
    width: 26.5%;
    margin-bottom: 40px
}
.widget {
    margin-bottom: 40px
}
.widget a {
    color: #000
}
.widget input[type="search"],
.widget select {
    width: 100%
}
.widget-title {
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 1
}
.widget_text {
    font-size: 14px;
    line-height: 22px;
}
.widget-title span {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
}
.widget-title span:before,
.widget-title span:after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    background-color: #ddd;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1
}

/* Global */
.widget_archive ul,
.widget_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 {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px
}
.widget_archive ul li,
.widget_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 {
    border-top: 1px solid #eee;
    padding: 5px 0;
    color: #888
}
.widget_archive ul li:first-child,
.widget_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 {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 5px
}
.widget_archive ul li:last-child,
.widget_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 {
    padding-bottom: 0
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin: 5px 0 0 15px
}

/*------------------------------------------------------------------
    5.1 Widget - search
-------------------------------------------------------------------*/
.widget_search button,
.widget_product_search input[type="submit"],
.widget_search input[type="submit"],
.widget_search form .screen-reader-text,
.widget_product_search form .screen-reader-text {
    display: none
}
.widget_search input[type="search"] {
    background-color: #eee;
    color: #888;
    border: 0;
    padding: 15px 20px;
    width: 100%;
    display: block;
}

/*------------------------------------------------------------------
    5.2 Widget - recent entries
-------------------------------------------------------------------*/
.widget_recent_entries .post-date {
    display: block;
    font-size: 12px
}

/*------------------------------------------------------------------
    5.3 Widget - calendar
-------------------------------------------------------------------*/
.widget_calendar caption {
    margin-bottom: 5px
}
.widget_calendar thead {
    background-color: #fdfdfd
}
.widget_calendar th,
.widget_calendar td {
    padding: 5px;
    text-align: center;
}

/*------------------------------------------------------------------
    5.4 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;
    background-color: #eee;
    font-size: 12px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 10px;
    line-height: 1;
    color: #888;
    margin-right: 5px;
    margin-bottom: 5px
}
.widget_tag_cloud .tagcloud a:hover {
    color: #fff
}

/*------------------------------------------------------------------
    5.5 Widget - social profiles
-------------------------------------------------------------------*/
.widget_social_profiles {}
.widget_social_profiles ul {
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_social_profiles ul li {
    margin-bottom: 5px
}
.widget_social_profiles ul li.facebook a {
    background-color: #3b5998
}
.widget_social_profiles ul li.twitter a {
    background-color: #55acee
}
.widget_social_profiles ul li.google a {
    background-color: #dd4b39
}
.widget_social_profiles ul li.youtube a {
    background-color: #bb0000
}
.widget_social_profiles ul li.linkedin a {
    background-color: #007bb5
}
.widget_social_profiles ul li.instagram a {
    background-color: #125688
}
.widget_social_profiles ul li.pinterest a {
    background-color: #cb2027
}
.widget_social_profiles ul li.flickr a {
    background-color: #ff0084
}
.widget_social_profiles ul li.tumblr a {
    background-color: #32506d
}
.widget_social_profiles ul li.vimeo a {
    background-color: #aad450
}
.widget_social_profiles ul li.behance a {
    background-color: #1769ff
}
.widget_social_profiles ul li.rss a {
    background-color: #ff6600
}
.widget_social_profiles ul li a {
    color: #fff;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 13px
}
.widget_social_profiles ul li a:hover {
    color: #fff;
    background-color: #000
}
.widget_social_profiles ul li a i {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 5px
}

/*------------------------------------------------------------------
    5.6 Widget - popular posts
-------------------------------------------------------------------*/
.widget_popular_posts {}
.widget_popular_posts ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_popular_posts ul li {
    margin-bottom: 30px
}
.widget_popular_posts ul li .cs-type-post {
    margin-bottom: 0
}
.widget_popular_posts ul li .cs-type-post .cs-post-body h3 {
    font-size: 18px;
    line-height: 26px
}

/*------------------------------------------------------------------
    5.7 Widget - trending posts
-------------------------------------------------------------------*/
.widget_trending_posts {}
.widget_trending_posts ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_trending_posts ul:before,
.widget_trending_posts ul:after {
    content: " ";
    display: table
}
.widget_trending_posts ul:after {
    clear: both
}
.widget_trending_posts ul li {
    margin-bottom: 25px;
    float: left;
    margin-right: 4%;
    width: 48%
}
.widget_trending_posts ul li:nth-child(2n) {
    margin-right: 0;
}
.widget_trending_posts ul li .cs-type-post {
    margin-bottom: 0
}
.widget_trending_posts ul li .cs-type-post .cs-post-body h3 {
    font-size: 14px;
    line-height: 20px
}

/*------------------------------------------------------------------
    5.8 Widget - banner 300x250
-------------------------------------------------------------------*/
.widget_banner_300x250 .banner {
    background-color: #eee;
    padding: 17px;
    text-align: center;
}

/*------------------------------------------------------------------
    5.9 Widget - email subscribe
-------------------------------------------------------------------*/
.widget .mc4wp-form {
    padding: 30px;
    border: 5px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
.widget .mc4wp-form h4 {
    margin-bottom: 0
}
.widget .mc4wp-form h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}
.widget .mc4wp-form {
    display: block;
    margin: 20px 0 0 0
}
.widget .mc4wp-form input[type="email"] {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.widget .mc4wp-form input[type="submit"] {
    width: 100%;
    display: inline-block;
    padding: 13px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.widget .mc4wp-form .mc4wp-response {
    font-size: 12px;
    line-height: 18px;
    padding-top: 20px;
}
.widget .mc4wp-form .mc4wp-response p {
    margin: 0
}
.widget .mc4wp-form .mc4wp-response .mc4wp-success {
    background-color: #dcffe1;
    color: #12c12b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px
}
.widget .mc4wp-form .mc4wp-response .mc4wp-error {
    color: #ff0000;
    background-color: #ffdddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px
}

/*------------------------------------------------------------------
    5.10 Widget - post list
-------------------------------------------------------------------*/
.widget_post_list ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.widget_post_list ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.widget_post_list ul li:last-child {
    border-bottom: 0
}
.widget_post_list ul li .cs-type-post {
    margin-bottom: 0
}
.widget_post_list ul li .cs-type-post .cs-post-image {
    width: 100px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0
}
.widget_post_list ul li .cs-type-post .cs-post-body {
    overflow: hidden;
}
.widget_post_list ul li .cs-type-post .cs-post-body h3 {
    font-size: 14px;
    line-height: 20px
}

/*------------------------------------------------------------------
    5.11 Widget - comments
-------------------------------------------------------------------*/
.cs-widget-comments ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-widget-comments ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px
}
.cs-widget-comments ul li:before,
.cs-widget-comments ul li:after {
    content: " ";
    display: table
}
.cs-widget-comments ul li:after {
    clear: both
}
.cs-widget-comments ul li .cs-post-media {
    width: 60px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0
}
.cs-widget-comments ul li .cs-post-media img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-widget-comments ul li .cs-post-media img:hover {
    opacity: 0.8
}
.cs-widget-comments ul li .cs-post-header {
    overflow: hidden;
}
.cs-widget-comments ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}
.cs-widget-comments ul li h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
}
.cs-widget-comments ul li h4 a {
    display: block;
}
.cs-widget-comments ul li .cs-post-author {
    font-size: 0;
    line-height: 1
}
.cs-widget-comments ul li .cs-post-author a {
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}

/*------------------------------------------------------------------
    6. Off-canvas wrap
-------------------------------------------------------------------*/
.cs-offcanvas-wrap {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100%;
    z-index: 99999;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 24px
}
.cs-offcanvas-wrap.active {
    left: 0
}
.cs-offcanvas-wrap .close {
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    margin: 20px;
    color: #000
}

/*------------------------------------------------------------------
    6.1 Off-canvas nav
-------------------------------------------------------------------*/
.cs-offcanvas-nav nav ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-offcanvas-nav nav ul li {
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    border-top: 1px solid #eee
}
.cs-offcanvas-nav nav ul li a {
    display: inline-block;
    padding: 5px 20px
}
.cs-offcanvas-nav nav ul li.menu-item-has-children i {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}
.cs-offcanvas-nav nav ul li.show-sub-menu > i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.cs-offcanvas-nav ul.sub-menu {
    display: none;
}
.cs-offcanvas-nav ul.sub-menu li a {
    padding-left: 40px
}
.cs-offcanvas-nav ul.sub-menu ul li a {
    padding-left: 60px
}
.cs-offcanvas-nav ul.sub-menu ul ul li a {
    padding-left: 80px
}
.cs-offcanvas-nav ul.sub-menu ul ul ul li a {
    padding-left: 100px
}

/*------------------------------------------------------------------
    6.2 Off-canvas reactions
-------------------------------------------------------------------*/
.cs-offcanvas-reactions ul {
    line-height: 1;
    font-size: 0;
    list-style: none;
    text-transform: uppercase;
    padding: 0;
    margin: 20px;
}
.cs-offcanvas-reactions ul li {
    text-align: center;
    display: inline-block;
    margin: 0 10px 20px 0
}
.cs-offcanvas-reactions ul li a {
    display: block;
    color: #000
}
.cs-offcanvas-reactions ul li a img {
    width: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 10px
}
.cs-offcanvas-reactions ul li:hover img {}
.cs-offcanvas-reactions ul li a span {
    font-size: 12px;
    display: block;
    line-height: 1
}

/*------------------------------------------------------------------
    7. Primary menu
-------------------------------------------------------------------*/
.cs-primary-nav > nav {
    display: table !important;
    margin: 0 auto
}
.cs-primary-nav > nav > ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-primary-nav > nav > ul > li {
    display: inline-block;
    margin: 0 8px;
    position: relative
}
.cs-primary-nav > nav > ul > li > a {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: 600;
    font-size: 15px;
    line-height: 78px;
    display: block;
    color: #000
}
.cs-primary-nav li.menu-item-has-children i {
    display: none;
}
.cs-primary-nav > nav > ul > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    font-family: "FontAwesome";
    content: "\f107";
    padding-left: 5px;
    font-size: 12px;
    color: #000;
    font-style: normal;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.cs-primary-nav > nav > ul > li.menu-item-has-children:hover > a:after {}
.cs-primary-nav ul.sub-menu {
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    display: none;
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 9;
    min-width: 220px;
    padding: 20px;
    margin-left: -20px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.cs-primary-nav ul.sub-menu ul.sub-menu {
    left: 100%;
    margin-left: 0;
    margin-top: -20px;
    top: 0
}
.cs-primary-nav li:hover > ul.sub-menu {
    display: block
}
.cs-primary-nav ul.sub-menu li.menu-item-has-children > a:after {
    position: absolute;
    right: 15px;
    top: 5px;
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 12px;
    color: #000;
    font-style: normal;
}
.cs-primary-nav ul.sub-menu li.menu-item-has-children > a:after {
    color: #555
}
.cs-primary-nav ul.sub-menu li {
    position: relative;
    border-top: 1px solid #eee
}
.cs-primary-nav ul.sub-menu li:first-child {
    border-top: 0
}
.cs-primary-nav ul.sub-menu li a {
    color: #000;
    display: block;
    padding: 5px 0
}

/*------------------------------------------------------------------
    7.1 Toggle primary menu
-------------------------------------------------------------------*/
.cs-toggle-nav {
    display: none;
}

/*------------------------------------------------------------------
    8. Header
-------------------------------------------------------------------*/
#cs-header {
    background-color: #fff;
    margin-bottom: 50px
}

/*------------------------------------------------------------------
    8.1 Header menu
-------------------------------------------------------------------*/
#cs-header .cs-header-menu {
    background-color: #fff;
    position: relative
}
#cs-header .cs-header-menu-sticky.active {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9
}

/*------------------------------------------------------------------
    8.2 Posts filter
-------------------------------------------------------------------*/
.cs-posts-filter {
    font-size: 0;
    position: absolute;
    left: 20px;
    top: 25px;
}
.cs-posts-filter a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
}
.cs-posts-filter a:after {
    font-size: 12px;
    line-height: 1;
    padding: 5px 7px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    white-space: nowrap;
    content: attr(data-tooltip);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -25px);
    -moz-transform: translate(-50%, -25px);
    -ms-transform: translate(-50%, -25px);
    -o-transform: translate(-50%, -25px);
    transform: translate(-50%, -25px);
    width: auto;
    height: auto;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-posts-filter a:hover:after {
    visibility: visible;
    opacity: 1
}

/*------------------------------------------------------------------
    8.2.1 Replace posts filter with logo
-------------------------------------------------------------------*/
#cs-header .cs-header-menu-fill .cs-site-brand,
#cs-header.sticky-style-2 .cs-header-menu-fill .cs-site-brand,
#cs-header.sticky-style-2 .cs-header-menu-fill .cs-header-menu-sticky.active .cs-posts-filter {
    display: none;
}
#cs-header.sticky-style-2 .cs-header-menu-fill .cs-posts-filter,
#cs-header.sticky-style-2 .cs-header-menu-fill .cs-header-menu-sticky.active .cs-site-brand {
    display: block;
}
#cs-header.cs-header-style-1.sticky-style-2 .cs-header-menu-fill .cs-header-menu-sticky.active .cs-site-brand {
    position: absolute;
    left: 20px;
    top: 0
}
#cs-header.sticky-style-2 .cs-header-menu-fill .cs-site-brand h1 {
    font-size: 30px;
}
#cs-header.sticky-style-2 .cs-header-menu-fill .cs-site-brand h1 a {
    line-height: 78px;
    display: block;
}
#cs-header.sticky-style-2 .cs-header-menu-fill .cs-site-brand h2 {
    display: none;
}
#cs-header.sticky-style-2 .cs-header-menu-fill .cs-site-brand img {
    max-width: 160px;
    max-height: 60px
}

/*------------------------------------------------------------------
    8.3 Toggle search
-------------------------------------------------------------------*/
.cs-toggle-search {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #eee;
    color: #555;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
#cs-search-popup {
    padding: 60px 20px;
    margin: 60px auto 0 auto;
    position: relative;
    max-width: 800px
}
#cs-search-popup form {
    margin-bottom: 60px
}
#cs-search-popup form h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px
}
#cs-search-popup input {
    background-color: #eee;
    color: #555;
    border: 0;
    padding: 15px 20px;
    width: 100%;
    display: block;
}
.cs-articles-worth-reading {
    margin-top: 30px
}
.cs-articles-worth-reading:before,
.cs-articles-worth-reading:after {
    content: " ";
    display: table
}
.cs-articles-worth-reading:after {
    clear: both
}
.cs-articles-worth-reading .cs-type-post {
    width: 31.3%;
    float: left;
    margin-right: 3%
}
.cs-articles-worth-reading .cs-type-post:last-child {
    margin-right: 0
}
.cs-articles-worth-reading .cs-type-post .cs-post-body h3 {
    font-size: 16px;
    line-height: 24px;
}
.cs-articles-worth-reading .cs-type-post .cs-post-body p,
.cs-articles-worth-reading .cs-type-post .cs-post-body .cs-post-meta,
.cs-articles-worth-reading .cs-type-post .cs-post-body .cs-post-categories {
    display: none;
}
.cs-articles-worth-reading .cs-type-post .cs-post-image .cs-post-icons a img {
    width: 30px
}

/*------------------------------------------------------------------
    8.4 Header main
-------------------------------------------------------------------*/
#cs-header .cs-header-main {
    padding: 20px 0;
    background-color: #f75530
}

/*------------------------------------------------------------------
    8.5 Site brand
-------------------------------------------------------------------*/
.cs-site-brand {
    text-transform: uppercase;
}
.cs-site-brand h1 {
    font-size: 46px;
    line-height: 1;
    letter-spacing: -2px;
    margin: 0;
}
.cs-site-brand h1 a {
    color: #000
}
.cs-site-brand h2 {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    color: #fff
}
.cs-site-brand img {
    max-height: 60px
}

/*------------------------------------------------------------------
    8.6 Site reactions
-------------------------------------------------------------------*/
.cs-site-reactions ul {
    line-height: 1;
    font-size: 0;
    list-style: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.cs-site-reactions ul li {
    text-align: center;
    display: inline-block;
    margin-left: 15px;
}
.cs-site-reactions ul li a {
    display: block;
    color: #000
}
.cs-site-reactions ul li a img {
    width: 40px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 10px
}
.cs-site-reactions ul li:hover img {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}
.cs-site-reactions ul li a span {
    font-size: 12px;
    display: block;
    line-height: 1
}

/*------------------------------------------------------------------
    8.7 Header styles
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    Style 1
-------------------------------------------------------------------*/
#cs-header.cs-header-style-1 .cs-site-brand {
    float: left;
}
#cs-header.cs-header-style-1 .cs-site-reactions {
    float: right;
}

/*------------------------------------------------------------------
    Style 2
-------------------------------------------------------------------*/
#cs-header.cs-header-style-2 .cs-site-brand {
    float: left;
}
#cs-header.cs-header-style-2 .cs-site-brand h1,
#cs-header.cs-header-style-2 .cs-site-brand h1 a,
#cs-header.cs-header-style-2 .cs-site-brand h2 {
    color: #fff
}
#cs-header.cs-header-style-2 .cs-site-reactions {
    float: right;
}
#cs-header.cs-header-style-2 .cs-header-main {
    background-color: #fff
}
#cs-header.cs-header-style-2 .cs-header-menu {
    background-color: #f75530
}
#cs-header.cs-header-style-2 .cs-primary-nav > nav > ul > li > a,
#cs-header.cs-header-style-2 .cs-primary-nav > nav > ul > li.menu-item-has-children > a:after {
    color: #fff
}

/*------------------------------------------------------------------
    Style 3
-------------------------------------------------------------------*/
#cs-header.cs-header-style-3 .cs-site-brand {
    float: left;
}
#cs-header.cs-header-style-3 .cs-site-reactions {
    float: right;
}

/*------------------------------------------------------------------
    Style 4
-------------------------------------------------------------------*/
#cs-header.cs-header-style-4 .cs-site-brand {
    float: left;
}
#cs-header.cs-header-style-4 .cs-site-reactions {
    float: right;
}
#cs-header.cs-header-style-4 .cs-primary-nav > nav > ul > li > a,
#cs-header.cs-header-style-4 .cs-primary-nav > nav > ul > li.menu-item-has-children > a:after {
    color: #000
}
#cs-header.cs-header-style-4 .cs-header-menu {
    background-color: #fff
}
#cs-header.cs-header-style-4 .cs-site-brand h1,
#cs-header.cs-header-style-4 .cs-site-brand h1 a,
#cs-header.cs-header-style-4 .cs-site-brand h2 {
    color: #fff
}
#cs-header.cs-header-style-4 .cs-site-reactions ul li a {
    color: #fff
}

/*------------------------------------------------------------------
    Style 5
-------------------------------------------------------------------*/
#cs-header.cs-header-style-5 .cs-site-brand {
    display: block;
    text-align: center
}
#cs-header.cs-header-style-5 .cs-site-reactions nav {
    display: table;
    margin: 0 auto
}
#cs-header.cs-header-style-5 .cs-site-reactions ul li {
    margin: 0 8px
}

/*------------------------------------------------------------------
    8.8 Leaderboard
-------------------------------------------------------------------*/
.cs-header-leaderboard {
    width: 100%;
    background-color: #eee;
    text-align: center;
    line-height: 0;
    position: relative;
}

/*------------------------------------------------------------------
    9. Posts
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    9.1 Global
-------------------------------------------------------------------*/
.cs-type-post {
    width: 100%;
    position: relative;
    margin-bottom: 60px
}
.cs-type-post.sticky {
    padding: 10px;
    background-color: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-type-post:before,
.cs-type-post:after {
    content: " ";
    display: table
}
.cs-type-post:after {
    clear: both
}
.cs-type-post.no-image .cs-post-image {
    display: none;
}
.cs-type-post .cs-post-image {
    margin-bottom: 15px;
    position: relative;
}
.cs-type-post .cs-post-image img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-type-post .cs-post-image img:hover {
    opacity: 0.8
}
.cs-type-post .cs-post-image .cs-post-icons {
    position: absolute;
    font-size: 0;
    z-index: 1;
    top: -10px;
    left: 10px
}
.cs-type-post .cs-post-image .cs-post-icons a {
    display: inline-block;
    margin-right: 5px
}
.cs-type-post .cs-post-image .cs-post-icons a img {
    width: 35px;
    opacity: 1 !important;
}
.cs-type-post .cs-post-image .cs-post-icons a img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.cs-type-post .cs-post-image .cs-post-views {
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    padding: 5px 7px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px
}
.cs-post-categories {
    padding-top: 5px;
    font-size: 0;
    margin-bottom: 10px;
    display: block;
    clear: both;
}
.cs-post-categories a {
    font-size: 10px;
    line-height: 1;
    padding: 5px 7px;
    color: #888;
    text-transform: uppercase;
    background-color: #eee;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-post-categories a:hover {
    color: #fff
}
.cs-type-post.sticky .cs-post-categories a {
    color: #fff
}
.cs-type-post.sticky .cs-post-categories a:hover {
    background-color: #000;
    color: #fff
}
.cs-type-post .cs-post-body h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    margin: 0
}
.cs-type-post .cs-post-body h3 a {
    display: block;
    color: #000
}
.cs-type-post .cs-post-body p {
    color: #888;
    margin: 5px 0 0 0
}
.cs-post-meta {
    display: table;
    font-size: 12px;
    line-height: 20px;
    color: #888;
    margin-top: 10px
}
.cs-post-meta a {
    color: #000
}
.cs-post-meta .cs-post-avatar {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}
.cs-post-meta .cs-post-avatar img {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cs-post-meta .cs-post-details {
    display: table-cell;
    vertical-align: middle;
}

/*------------------------------------------------------------------
    9.2 Columns - two columns
-------------------------------------------------------------------*/
.cs-main-content.cs-two-columns .cs-type-post {
    width: 48.5%;
    float: left;
    margin-right: 3%
}
.cs-main-content.cs-two-columns .cs-type-post.first {
    clear: left;
}
.cs-main-content.cs-two-columns .cs-type-post.last {
    margin-right: 0
}
.cs-main-content.cs-two-columns:not(.cs-full-width) .cs-type-post .cs-post-body h3 {
    font-size: 22px;
    line-height: 30px
}
.cs-main-content.cs-two-columns .cs-type-post .cs-post-body h3 {
    font-size: 26px;
    line-height: 34px
}

/*------------------------------------------------------------------
    9.3 Columns - three columns
-------------------------------------------------------------------*/
.cs-main-content.cs-three-columns .cs-type-post {
    width: 31.3%;
    float: left;
    margin-right: 3%
}
.cs-main-content.cs-three-columns .cs-type-post.first {
    clear: left;
}
.cs-main-content.cs-three-columns .cs-type-post.last {
    margin-right: 0
}
.cs-main-content.cs-three-columns .cs-type-post .cs-post-body h3 {
    font-size: 20px;
    line-height: 28px
}
.cs-main-content.cs-three-columns:not(.cs-full-width) .cs-type-post .cs-post-body h3 {
    font-size: 18px;
    line-height: 26px;
}
.cs-main-content.cs-three-columns:not(.cs-full-width) .cs-type-post .cs-post-body p {
    font-size: 14px;
    line-height: 22px;
}

/*------------------------------------------------------------------
    9.4 List style
-------------------------------------------------------------------*/
.cs-main-content.cs-list-style .cs-type-post .cs-post-image {
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 0
}
.cs-main-content.cs-list-style .cs-type-post .cs-post-body {
    overflow: hidden;
}
.cs-main-content.cs-list-style:not(.cs-full-width) .cs-type-post .cs-post-body h3 {
    font-size: 22px;
    line-height: 30px;
}

/*------------------------------------------------------------------
    9.5 Single post
-------------------------------------------------------------------*/
.cs-post-single {
    margin-bottom: 40px
}
.cs-post-single .cs-post-single-icons {
    font-size: 0;
    margin-bottom: 15px
}
.cs-post-single .cs-post-single-icons a {
    display: inline-block;
    margin-right: 5px
}
.cs-post-single .cs-post-single-icons a img {
    width: 35px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.cs-post-single .cs-post-single-icons a img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.cs-post-single .cs-post-single-header {}
.cs-post-single .cs-post-single-header h1 {
    margin: 0
}
.cs-post-single .cs-post-single-header h3 {
    color: #888;
    font-weight: 400;
    margin: 10px 0 20px 0
}
.cs-post-single .cs-post-meta {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px
}
.cs-post-single .cs-post-meta .cs-post-avatar img {
    width: 30px;
    height: 30px
}
.cs-post-single .mashsb-container {
    margin-bottom: 20px;
    padding: 0
}
.cs-post-single .mashsb-box .mashsb-buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -3px
}
.cs-post-single .mashsb-box .mashsb-buttons a {
    margin: 0 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1
}
.cs-post-single .mashsb-box .mashsb-buttons a:last-child {
    margin-right: 0
}
.cs-post-single .mashsb-box .mashsb-buttons a:hover {
    background-color: #000
}

.cs-post-single-media {
    padding: 0;
    margin: 30px 0
}
.cs-post-single-media img,
.cs-post-single-media video,
.cs-post-single-media audio {
    width: 100%
}
.cs-post-single-media img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-post-single-media .swiper-button-prev, 
.cs-post-single-media .swiper-button-next {
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    font-size: 28px;
    width: 40px;
    text-align: center;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 1
}
.cs-post-single-media .swiper-button-prev.swiper-button-disabled,
.cs-post-single-media .swiper-button-next.swiper-button-disabled {
  opacity: 0.3
}
.cs-post-single-media .swiper-button-prev {
    left: 10px
}
.cs-post-single-media .swiper-button-next {
    right: 10px
}
.cs-post-single-parallax {
    position: relative;
    background-color: #000;
    width: 100%;
    height: 700px;
    margin-top: -50px;
    margin-bottom: 60px
}
.cs-post-single-parallax-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: 0.6
}
.cs-post-single-parallax .cs-post-single-caption {
    z-index: 1;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    bottom: 50%;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1300px;
}
.cs-post-single-parallax .cs-post-single-caption .cs-post-single-icons {
    font-size: 0;
    margin-bottom: 15px
}
.cs-post-single-parallax .cs-post-single-caption .cs-post-single-icons a {
    display: inline-block;
    margin-right: 5px
}
.cs-post-single-parallax .cs-post-single-caption .cs-post-single-icons a img {
    width: 35px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.cs-post-single-parallax .cs-post-single-caption .cs-post-single-icons a img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.cs-post-single-parallax .cs-post-single-caption h1 {
    color: #fff;
    font-size: 44px;
    line-height: 52px;
    padding-right: 300px
}
.cs-post-single-parallax .cs-post-single-caption h3 {
    color: #fff;
    font-weight: 400;
    margin: 10px 0 20px 0;
    padding-right: 300px
}
.cs-post-single-parallax .cs-post-single-caption .cs-post-meta {
    color: #bbb;
    font-size: 14px
}
.cs-post-single-parallax .cs-post-single-caption .cs-post-meta a {
    color: #fff;
    font-weight: 700
}
.cs-post-single .cs-post-single-content {
    font-size: 17px;
    line-height: 27px
}
.cs-post-single .cs-post-single-tags {
    font-size: 14px
}
.cs-post-single .cs-post-single-tags span {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block;
}
.cs-post-single-controls {
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px
}
.cs-post-single-controls a {
    width: 49.5%;
    margin-right: 1%;
    float: left;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 13px;
    background-color: #eee;
    color: #888;
    text-transform: uppercase;
    font-weight: 700
}
.cs-post-single-controls a:only-child {
    width: 100%;
    margin-right: 0
}
.cs-post-single-controls a:last-child {
    margin-right: 0
}
.cs-post-single-controls a i {
    margin: 0 10px
}
.cs-post-single-controls a:hover {
    background-color: #000;
    color: #fff
}
.post-password-form label {
	display: inline-block;
	margin: 25px 10px 25px 0
}
.post-password-form input {
	display: inline-block;
	margin: 25px 10px 25px 0
}
.post-password-form br {
    clear: both
}
.post-password-form input[type="submit"] {
    display: inline-block;
    padding: 12px 12px;
    font-size: 14px;
    margin: 25px 0;
    font-weight: 400;
    line-height: 1;
    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: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.post-password-form input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

/*------------------------------------------------------------------
    9.6 Reactions to post
-------------------------------------------------------------------*/
.cs-reaction-to-post {
    margin: 30px 0 60px 0
}
.cs-reaction-to-post ul {
    line-height: 1;
    font-size: 0;
    list-style: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: center;
}
.cs-reaction-to-post ul li {
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}
.cs-reaction-to-post ul li img {
    width: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 15px
}
.cs-reaction-to-post ul li:hover img {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}
.cs-reaction-to-post ul li span {
    font-size: 12px;
    line-height: 1;
    padding: 5px 7px;
    font-weight: 700;
    display: block;
    color: #000;
    margin: 0 5% 10px 5%;
    text-transform: uppercase;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cs-reaction-to-post ul li:hover span,
.cs-reaction-to-post ul li.active span {
    color: #fff
}
.cs-reaction-to-post ul li p {
    font-size: 18px;
    display: block;
    line-height: 1
}

/*------------------------------------------------------------------
    9.7 Grid block layout
-------------------------------------------------------------------*/
.cs-grid-block-layout {
    margin-bottom: 60px
}
.cs-grid-block-layout:before,
.cs-grid-block-layout:after {
    content: " ";
    display: table
}
.cs-grid-block-layout:after {
    clear: both
}
.cs-grid-block-layout .cs-type-post {
    height: 245px;
    margin-bottom: 20px
}
.cs-grid-block-layout .cs-type-post:first-child,
.cs-grid-block-layout .cs-type-post:nth-child(3n+1) {
    height: 510px;
    margin-bottom: 0;
    margin-right: 1.5%
}
.cs-grid-block-layout .cs-type-post:last-child {
    margin-bottom: 0
}
.cs-grid-block-layout .cs-type-post {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-position: center;
    background-size: cover;
    float: left;
    width: 49.25%
}
.cs-grid-block-layout .cs-type-post:before {
    content: " ";
    width: 100%;
    height: 100%;
    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='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-grid-block-layout .cs-type-post .cs-post-icons {
    position: absolute;
    font-size: 0;
    z-index: 1;
    top: -10px;
    left: 10px
}
.cs-grid-block-layout .cs-type-post .cs-post-icons a {
    display: inline-block;
    margin-right: 5px
}
.cs-grid-block-layout .cs-type-post .cs-post-icons a img {
    width: 35px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.cs-grid-block-layout .cs-type-post .cs-post-icons a img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.cs-grid-block-layout .cs-type-post .cs-post-body {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
    padding-top: 0
}
.cs-grid-block-layout .cs-type-post .cs-post-body h3 {
    font-size: 20px;
    line-height: 28px
}
.cs-main-content .cs-grid-block-layout .cs-type-post:first-child .cs-post-body h3,
.cs-main-content .cs-grid-block-layout .cs-type-post:nth-child(3n+1) .cs-post-body h3,
.cs-grid-block-layout .cs-type-post:nth-child(3n+1) .cs-post-body h3,
.cs-grid-block-layout .cs-type-post:first-child .cs-post-body h3 {
    font-size: 30px;
    line-height: 38px
}
.cs-grid-block-layout .cs-type-post .cs-post-body h3 a {
    color: #fff
}
.cs-grid-block-layout .cs-type-post .cs-post-body .cs-post-meta {
    margin-top: 5px;
    color: #bbb
}
.cs-grid-block-layout .cs-type-post .cs-post-body .cs-post-meta a {
    color: #fff
}
.cs-grid-block-layout .cs-type-post .cs-post-body .cs-post-categories a {
    color: #000;
    background-color: #fff
}
.cs-grid-block-layout .cs-type-post .cs-post-body .cs-post-categories a:hover {
    color: #fff
}

/*------------------------------------------------------------------
    9.8 Comments and respond
-------------------------------------------------------------------*/
.no_comments {
    text-align: center;
    margin-bottom: 40px
}
.no_comments i {
    font-size: 32px;
    color: #ddd
}
.no_comments h4 {
    margin-bottom: 0
}
.no_comments p {
    font-size: 14px;
    line-height: 22px
}
#commentform {
    margin-bottom: 60px
}
#commentform:before,
#commentform:after {
    content: " ";
    display: table
}
#commentform:after {
    clear: both
}
#commentform .comment-info i {
    color: #000
}
#commentform .comment-info strong {
    color: #000
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
    width: 100%
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
    width: 31.3%;
    float: left;
    margin-right: 3%
}
#commentform .comment-form-url {
    margin-right: 0
}
#commentform .form-submit {
    clear: both;
}
#commentform .form-submit input[type="submit"] {
    padding: 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #fff;
    position: relative;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
#commentform .form-submit input[type="submit"]:hover {
    background-color: #000
}

/* Comment output */
.cs-comments-area {
    margin-bottom: 60px
}
.cs-comment-list,
.cs-comment-list ol,
.cs-comment-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.cs-comment-list ul.children {
    margin-left: 80px
}
.cs-comment-list .cs-comment {
    margin-bottom: 40px
}
.cs-comment-list .cs-comment-author {
    overflow: hidden;
}
.cs-comment-list .cs-comment-author img {
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 20px
}
.cs-comment-list .cs-comment-author div {
    overflow: hidden;
    padding-top: 15px
}
.cs-comment-list .cs-comment-author div b {
    display: block;
    line-height: 13px;
}
.cs-comment-list .cs-comment-author div b a {
    color: #000
}
.cs-comment-list .cs-comment-author div time {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #888;
}
.cs-comment-list .cs-comment-content {
    margin-left: 80px;
    position: relative;
}
.cs-comment-list .pingback .cs-comment-content {
	margin-left: 0;
	margin-top: 10px
}
.cs-comment-list .cs-comment-content a.cs-reply {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 8px;
    line-height: 1;
    color: #fff
}
.cs-comment-list .cs-comment-content a.cs-reply:hover {
    color: #fff;
    background-color: #000
}

/*------------------------------------------------------------------
    9.9 Pagination posts
-------------------------------------------------------------------*/
.cs-post-single-content.pagination-style-2 {}
.cs-post-single-content.pagination-style-2 .post-pages {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.post-pages:before,
.post-pages:after {
    content: " ";
    display: table
}
.post-pages:after {
    clear: both
}
.cs-post-single-content.pagination-style-2 .post-pages p {
    overflow: hidden;
}
.cs-post-single-content.pagination-style-2 .post-pages p a {
    text-align: center;
    position: relative;
    min-width: 260px;
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-post-single-content.pagination-style-1 .post-pages p a {
    text-align: center;
    display: block;
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-post-single-content.pagination-style-1 .post-pages p a + a {
    margin-top: 5px
}
.cs-post-single-content.pagination-style-2 .post-pages p a i {
    font-size: 22px;
    top: 0;
    line-height: 46px
}
.cs-post-single-content.pagination-style-2 .post-pages p a:first-child i {
    position: absolute;
    left: 14px;
}
.cs-post-single-content.pagination-style-2 .post-pages p a:last-child i {
    position: absolute;
    right: 14px;
}
.cs-post-single-content.pagination-style-2 .post-pages p a:first-child {
    float: left;
}
.cs-post-single-content.pagination-style-2 .post-pages p a:last-child {
    float: right;
}
.cs-post-single-content.pagination-style-2 .post-pages p span.pages {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 46px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-post-single-content.pagination-style-2 .post-pages p span.pages span {
    font-size: 32px
}
.cs-post-single-content.pagination-style-2 .post-pages p > span:first-child {
    float: left
}
.cs-post-single-content.pagination-style-2 .post-pages p > span:last-child {
    float: right;
}

/*------------------------------------------------------------------
    10. Posts carousel
-------------------------------------------------------------------*/
.cs-posts-carousel {
    margin-bottom: 60px;
}
.cs-posts-carousel .swiper-container {
    padding-top: 15px
}
.cs-main-content .cs-posts-carousel .cs-type-post,
.cs-posts-carousel .cs-type-post {
    margin-bottom: 0;
    width: 100%;
}
.cs-posts-carousel .cs-type-post .cs-post-image .cs-carousel-image {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    height: 200px
}
.cs-main-content.cs-two-columns:not(.cs-full-width) .cs-posts-carousel .cs-type-post .cs-post-body h3,
.cs-main-content .cs-posts-carousel .cs-type-post .cs-post-body h3,
.cs-posts-carousel .cs-type-post .cs-post-body h3 {
    font-size: 18px;
    line-height: 26px
}
.cs-posts-carousel .cs-type-post .cs-post-image {
    height: 200px
}
.cs-posts-carousel .cs-type-post .cs-carousel-image img {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.cs-posts-carousel .swiper-container:after {
	background-image: url(../images/loading.gif);
	content: " ";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -32px;
	margin-top: 92px;
	width: 64px;
	height: 64px;
	z-index: 9
}
.cs-posts-carousel .swiper-container.swiper-container-autoheight:after {
	display: none;
}

.cs-posts-carousel .swiper-container .cs-type-post .cs-carousel-image img,
.cs-posts-carousel .swiper-container .cs-type-post .cs-post-body,
.cs-posts-carousel .swiper-container .cs-type-post .cs-post-image .cs-post-icons,
.cs-posts-carousel .swiper-container .cs-type-post .cs-post-image .cs-post-views {
	display: none;
}
.cs-posts-carousel .swiper-container.swiper-container-autoheight .cs-type-post .cs-carousel-image img,
.cs-posts-carousel .swiper-container.swiper-container-autoheight .cs-type-post .cs-post-body,
.cs-posts-carousel .swiper-container.swiper-container-autoheight .cs-type-post .cs-post-image .cs-post-icons,
.cs-posts-carousel .swiper-container.swiper-container-autoheight .cs-type-post .cs-post-image .cs-post-views {
	display: block;
}

/*------------------------------------------------------------------
    11. Advertsiement
-------------------------------------------------------------------*/
.cs-advertisement-large {
    margin-bottom: 60px
}

/*------------------------------------------------------------------
    12. Pages
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    12.1 Page title
-------------------------------------------------------------------*/
.cs-page-title {
    margin-bottom: 60px
}
.cs-page-title h1 {
    margin: 0;
}
.cs-page-title h3 {
    color: #888;
    font-weight: 400;
    margin: 5px 0 0 0
}

/*------------------------------------------------------------------
    12.2 Author page
-------------------------------------------------------------------*/
.cs-author-page {
    margin-bottom: 60px;
    padding: 30px;
    border: 5px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cs-author-page:before,
.cs-author-page:after {
    content: " ";
    display: table
}
.cs-author-page:after {
    clear: both
}
.cs-author-page .cs-author-image {
    float: left;
    margin-right: 30px;
    text-align: center;
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
}
.cs-author-page .cs-author-image span {
    display: block;
    margin-top: 5px
}
.cs-author-page .cs-author-image img {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.cs-author-page .cs-author-body {
    overflow: hidden;
}
.cs-author-page .cs-author-body h4 {
    margin: 0;
    font-size: 26px;
    line-height: 34px
}
.cs-author-page .cs-author-body h3 {
    color: #888;
    font-weight: 400;
    margin: 5px 0 0 0
}
.cs-author-page .cs-author-body p {
    margin: 15px 0 0 0
}

/*------------------------------------------------------------------
    12.3 404 Error
-------------------------------------------------------------------*/
.cs-404-page {
    padding: 100px 0;
    text-align: center;
}
.cs-404-page > img {
    width: 150px;
    margin-bottom: 30px
}
.cs-404-page h3 {
    font-size: 130px;
    font-weight: 400;
    line-height: 120px
}
.cs-404-page form {
    margin: 30px 0
}
.cs-404-page form input {
    display: inline-block;
    width: 350px
}

/*------------------------------------------------------------------
    12.4 Contact page
-------------------------------------------------------------------*/
.cs-google-map {
    padding: 5px;
    padding-bottom: 0;
    border: 1px solid #eee;
    margin-bottom: 30px
}
.cs-google-map iframe {
    width: 100%;
    height: 250px
}
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 label {
    display: block;
    margin-bottom: 5px
}
form.wpcf7-form input[type="submit"] {
    display: inline-block;
    padding: 10px 12px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    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: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -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;
}

/*------------------------------------------------------------------
    13. Footer
-------------------------------------------------------------------*/
#cs-footer {
    color: #888
}
#cs-footer .cs-widget-area {
    background-color: #000;
    padding: 60px 0;
}
#cs-footer .cs-widget-area .widget-title {
    color: #fff
}
#cs-footer .cs-widget-area .widget-title span {
    background-color: #000
}
#cs-footer .cs-widget-area .widget-title span:before,
#cs-footer .cs-widget-area .widget-title span:after {
    background-color: #444
}
#cs-footer .cs-widget-area .widget {
    margin-bottom: 0
}
#cs-footer .cs-widget-area .widget a {
    color: #fff
}
#cs-footer .cs-widget-area .widget_archive ul li,
#cs-footer .cs-widget-area .widget_categories ul li,
#cs-footer .cs-widget-area .widget_meta ul li,
#cs-footer .cs-widget-area .widget_recent_comments ul li,
#cs-footer .cs-widget-area .widget_nav_menu ul li,
#cs-footer .cs-widget-area .widget_links ul li,
#cs-footer .cs-widget-area .widget_pages ul li,
#cs-footer .cs-widget-area .widget_recent_entries ul li,
#cs-footer .cs-widget-area .widget_rss ul li {
    border-top: 1px solid #333
}
#cs-footer .cs-widget-area .widget_archive ul li:first-child,
#cs-footer .cs-widget-area .widget_categories ul li:first-child,
#cs-footer .cs-widget-area .widget_links ul li:first-child,
#cs-footer .cs-widget-area .widget_meta ul li:first-child,
#cs-footer .cs-widget-area .widget_nav_menu ul li:first-child,
#cs-footer .cs-widget-area .widget_pages ul li:first-child,
#cs-footer .cs-widget-area .widget_recent_comments ul li:first-child,
#cs-footer .cs-widget-area .widget_recent_entries ul li:first-child,
#cs-footer .cs-widget-area .widget_rss ul li:first-child {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 5px
}
#cs-footer .cs-widget-area .widget_archive ul li:last-child,
#cs-footer .cs-widget-area .widget_categories ul li:last-child,
#cs-footer .cs-widget-area .widget_links ul li:last-child,
#cs-footer .cs-widget-area .widget_meta ul li:last-child,
#cs-footer .cs-widget-area .widget_nav_menu ul li:last-child,
#cs-footer .cs-widget-area .widget_pages ul li:last-child,
#cs-footer .cs-widget-area .widget_recent_comments ul li:last-child,
#cs-footer .cs-widget-area .widget_recent_entries ul li:last-child,
#cs-footer .cs-widget-area .widget_rss ul li:last-child {
    padding-bottom: 0
}
#cs-footer .cs-widget-area .widget_categories .children,
#cs-footer .cs-widget-area .widget_nav_menu .sub-menu,
#cs-footer .cs-widget-area .widget_pages .children {
    border-top: 1px solid #333
}
#cs-footer .cs-widget-area.cs-three-widgets .widget {
    width: 31.3%;
    float: left;
    margin-right: 3%
}
#cs-footer .cs-widget-area.cs-four-widgets .widget {
    width: 22.75%;
    float: left;
    margin-right: 3%
}
#cs-footer .cs-widget-area .widget:last-child {
    margin-right: 0;
}
#cs-footer .cs-widget-area .widget_tag_cloud .tagcloud a {
    color: #fff
}
#cs-footer .cs-widget-area .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background-color: #444
}
#cs-footer .cs-widget-area .widget_social_profiles ul li a:hover {
    color: #fff;
    background-color: inherit;
}
#cs-footer .cs-widget-area .widget .mc4wp-form {
    border: 5px solid #444
}
#cs-footer .cs-widget-area .widget .mc4wp-form h4,
#cs-footer .cs-widget-area .widget .mc4wp-form h5 {
    color: #fff
}
#cs-footer .cs-widget-area .widget_post_list ul li {
    border-bottom: 1px solid #333
}
#cs-footer .cs-widget-area .widget_post_list ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}
#cs-footer .cs-widget-area .widget_banner_300x250 .banner {
    background-color: transparent;
}
#cs-footer .cs-coypright-area {
    font-size: 14px;
    line-height: 22px;
    background-color: #111;
    padding: 15px 0;
    color: #888;
}
#cs-footer .cs-coypright-area a {
    color: #fff
}
#cs-footer .cs-coypright-area .cs-col:last-child {
    text-align: right;
}
/*------------------------------------------------------------------
    13.1 Back to top
-------------------------------------------------------------------*/
.cs-button-top {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    visibility: hidden;
    color: #fff;
    -webkit-transition: opacity .2s 0s, visibility 0s .2s;
    -moz-transition: opacity .2s 0s, visibility 0s .2s;
    transition: opacity .2s 0s, visibility 0s .2s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0.3;
}
.cs-button-top i {
    color: #fff
}
.cs-button-top.cs-button-is-visible,
.no-touch .cs-button-top:hover {
    -webkit-transition: opacity .2s 0s, visibility 0s 0s;
    -moz-transition: opacity .2s 0s, visibility 0s 0s;
    transition: opacity .2s 0s, visibility 0s 0s;
}
.cs-button-top.cs-button-is-visible {
    visibility: visible;
}
.no-touch .cs-button-top:hover {
    opacity: 0.8
}
.cs-button-top:hover {
    opacity: 0.8
}