/*------------------------------------------------------------------

@Author: CodeoStudio
@URL:    http://codeostudio.hr/

[Table of contents]

1. Wrapper
2. Main content
3. Primary menu
    3.1 Toggle primary menu
4. Header
    4.1 Header menu
    4.2 Site reactions
    4.3 Site brand
    4.4 Toggle search
5. Header styles
6. Grid block layout
7. Global
    7.1 Global
    7.2 Columns - two columns
    7.3 olumns - three columns
    7.4 List style
8. Single post
    8.1 Reactions to post
    8.2 Pagination posts
9. Pages
    9.1 Page title
    9.2 Author page
    9.3 404 Error
10. Footer

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Wrapper
-------------------------------------------------------------------*/
.cs-col {
    width: 100%
}

/*------------------------------------------------------------------
    2. Main content
-------------------------------------------------------------------*/
.cs-main-content,
.cs-main-content.cs-sidebar-on-the-right,
.cs-main-content.cs-sidebar-on-the-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}
.cs-main-sidebar {
    width: 100%
}

/*------------------------------------------------------------------
    3. Primary menu
-------------------------------------------------------------------*/
.cs-primary-nav {
    display: none
}

/*------------------------------------------------------------------
    3.1 Toggle primary menu
-------------------------------------------------------------------*/
.cs-toggle-nav {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}

/*------------------------------------------------------------------
    4. Header
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    4.1 Header menu
-------------------------------------------------------------------*/
#cs-header .cs-header-menu,
#cs-header .cs-header-menu-fill {
    display: none;
}

/*------------------------------------------------------------------
    4.2 Site reactions
-------------------------------------------------------------------*/
.cs-site-reactions {
    display: none;
}

/*------------------------------------------------------------------
    4.3 Site brand
-------------------------------------------------------------------*/
.cs-site-brand {
    padding-right: 70px
}

/*------------------------------------------------------------------
    4.4 Toggle search
-------------------------------------------------------------------*/
.cs-articles-worth-reading .cs-type-post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px
}

/*------------------------------------------------------------------
    5. Header styles
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    Style 2
-------------------------------------------------------------------*/
#cs-header.cs-header-style-2 .cs-header-main {
    background-color: #eee
}
#cs-header.cs-header-style-2 .cs-toggle-nav {
    color: #000;
    text-shadow: none;
}

/*------------------------------------------------------------------
    Style 5
-------------------------------------------------------------------*/
#cs-header.cs-header-style-5 .cs-header-main:first-child {
    display: none;
}
#cs-header.cs-header-style-5 .cs-header-main {
    background-color: #eee
}
#cs-header.cs-header-style-5 .cs-site-brand {
    display: block;
    text-align: left;
    margin-top: 0
}
#cs-header.cs-header-style-5 .cs-toggle-nav {
    color: #000;
    text-shadow: none;
}

/*------------------------------------------------------------------
    6. Grid block layout
-------------------------------------------------------------------*/
.cs-grid-block-layout .cs-type-post,
.cs-grid-block-layout .cs-type-post:first-child,
.cs-grid-block-layout .cs-type-post:last-child {
    height: 220px;
    margin: 0 0 5px 0
}
.cs-grid-block-layout .cs-type-post {
    width: 100%
}
.cs-grid-block-layout .cs-type-post .cs-post-icons {
    top: -10px;
    left: 10px
}
.cs-grid-block-layout .cs-type-post .cs-post-body {
    padding: 15px;
    padding-top: 0
}
.cs-grid-block-layout .cs-type-post .cs-post-body h3,
.cs-grid-block-layout .cs-type-post:first-child .cs-post-body h3 {
    font-size: 18px;
    line-height: 24px
}

/*------------------------------------------------------------------
    7. Posts
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    7.1 Global
-------------------------------------------------------------------*/
.cs-type-post .cs-post-body h3 {
    font-size: 18px;
    line-height: 24px
}
/*------------------------------------------------------------------
    7.2 Columns - two columns
-------------------------------------------------------------------*/
.cs-main-content.cs-two-columns .cs-type-post {
    width: 100%;
    margin-right: 0
}
.cs-main-content.cs-two-columns .cs-type-post .cs-post-body h3,
.cs-main-content.cs-two-columns:not(.cs-full-width) .cs-type-post .cs-post-body h3 {
    font-size: 18px;
    line-height: 24px
}

/*------------------------------------------------------------------
    7.3 olumns - three columns
-------------------------------------------------------------------*/
.cs-main-content.cs-three-columns .cs-type-post {
    width: 100%;
    margin-right: 0
}
.cs-main-content.cs-three-columns .cs-type-post .cs-post-body h3,
.cs-main-content.cs-three-columns:not(.cs-full-width) .cs-type-post .cs-post-body h3 {
    font-size: 18px;
    line-height: 24px
}
.cs-main-content.cs-three-columns:not(.cs-full-width) .cs-type-post .cs-post-body p {
    font-size: 16px;
    line-height: 24px;
}

/*------------------------------------------------------------------
    7.4 List style
-------------------------------------------------------------------*/
.cs-main-content.cs-list-style .cs-type-post .cs-post-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px
}
.cs-main-content.cs-list-style .cs-type-post .cs-post-body {
    overflow: visible;
}
.cs-main-content.cs-list-style:not(.cs-full-width) .cs-type-post .cs-post-body h3 {
    font-size: 18px;
    line-height: 24px;
}

/*------------------------------------------------------------------
    8. Single post
-------------------------------------------------------------------*/
.cs-post-single .cs-post-single-icons a img {
    width: 30px
}
.cs-post-single .cs-post-single-header h1 {
    font-size: 22px;
    line-height: 28px
}
.cs-post-single .cs-post-single-header h3 {
    font-size: 18px;
    line-height: 24px
}
.cs-post-single .cs-post-meta .cs-post-avatar img {
    width: 25px;
    height: 25px
}
.cs-post-single .cs-post-single-share {
    font-size: 0;
}
.cs-post-single .cs-post-single-share a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px
}
.cs-post-single-parallax-image {
    background-position: center center !important;
    background-attachment: initial;
}
.cs-post-single-parallax {
    height: 400px;
    margin-bottom: 30px
}
.cs-post-single-parallax .cs-post-single-caption {
    bottom: 20px
}
.cs-post-single-parallax .cs-post-single-caption .cs-post-single-icons a img {
    width: 30px;
}
.cs-post-single-parallax .cs-post-single-caption h1 {
    font-size: 22px;
    line-height: 28px;
    padding: 0
}
.cs-post-single-parallax .cs-post-single-caption h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 0
}
.cs-post-single .cs-post-single-content {
    font-size: 15px;
    line-height: 25px
}
.cs-post-single-controls {
    font-size: 12px;
}
.cs-comment-list ul.children,
.cs-comment-list .cs-comment-content {
    margin-left: 0
}
.cs-comment-list .cs-comment-author img {
	display: none;
}

/*------------------------------------------------------------------
    8.1 Reactions to post
-------------------------------------------------------------------*/
.cs-reaction-to-post ul li {
    width: 20%;
}
.cs-reaction-to-post ul li img {
    width: 30px
}
.cs-reaction-to-post ul li span {
    font-size: 10px;
    padding: 5px 4px;
    margin: 0 3% 10px 3%
}
.cs-reaction-to-post ul li p {
    font-size: 14px
}

/*------------------------------------------------------------------
    8.2 Pagination posts
-------------------------------------------------------------------*/
.cs-post-single-content.pagination-style-2 .post-pages p a {
    min-width: 0;
    padding: 12px 0;
    font-size: 14px;
    width: 48%
}
.cs-post-single-content.pagination-style-2 .post-pages p a i {
    display: none;
}
.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: none;
}

/*------------------------------------------------------------------
    9. Pages
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    9.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
}

/*------------------------------------------------------------------
    9.2 Author page
-------------------------------------------------------------------*/
.cs-author-page .cs-author-image {
    display: none;
}
.cs-author-page .cs-author-body {
    overflow: visible;
}
.cs-author-page .cs-author-body h1 {
    margin: 0;
    font-size: 24px;
    line-height: 32px
}
.cs-author-page .cs-author-body h3 {
    font-size: 18px;
    line-height: 26px
}

/*------------------------------------------------------------------
    9.3 404 Error
-------------------------------------------------------------------*/
.cs-404-page {
    padding: 30px 0
}
.cs-404-page > img {
    width: 100px
}
.cs-404-page h3 {
    font-size: 90px;
    line-height: 90px
}
.cs-404-page form input {
    width: 100%
}

/*------------------------------------------------------------------
    10. Footer
-------------------------------------------------------------------*/
#cs-footer .cs-coypright-area .cs-col,
#cs-footer .cs-coypright-area .cs-col:last-child {
    text-align: center;
}
#cs-footer .cs-widget-area.cs-three-widgets .widget,
#cs-footer .cs-widget-area.cs-four-widgets .widget {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px
}
#cs-footer .cs-widget-area.cs-four-widgets .widget:last-child {
    margin-bottom: 0
}