/*
Theme Name: Neresa WP
Theme URI: https://demo.cocobasic.com/neresa-wp/
Description: Corporate multipurpose WordPress theme. Online documentation you can find here - https://demo.cocobasic.com/documentation/MANUAL-NeresaWP.pdf
Author: CocoBasic
Author URI:  https://www.cocobasic.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
Text Domain: neresa-wp
*/


/*------------------------------------------------------------------
[Table of contents]
1. Global CSS       
2. Menu Holder CSS      
3. Blog Page CSS
4. Single Post CSS
5. Comments CSS
6. Contact Page CSS
7. Archive CSS / Search CSS / 404 Page CSS / Attachment Page
8. Footer CSS
9. Footer Widgets CSS
10. Responsive CSS
-------------------------------------------------------------------*/


/* ===================================
    1. Global CSS
====================================== */

*, 
::after, 
::before {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: var(--cb-body);
    background-color: #ffffff;
    overflow-x: hidden;
}

body.cocobasic-open-menu {
    overflow: hidden;
}

body a {
    text-decoration: none;
    color: var(--cb-link);
    position: relative;
    z-index: 0;
    transition: color .3s;
}

body img {
    max-width: 100%;    
    height: auto;
    display: block;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #ffffff;
}

.doc-loader img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
}

p {
    margin-bottom: 30px;
}

select {
    max-width: 100%;
    padding: 5px;
    color: var(--cb-body);
    border-color: var(--cb-body);
    background-color: var(--cb-white);
}

.content-holder {
    margin-top: 100px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}

.content-1170 {
    width: 1170px;    
    max-width: calc(100% - 20px);
}

.content-680 {
    width: 680px;
    max-width: 90%;
}

body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
    color: var(--cb-body);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: var(--cb-link);
}

h1.entry-title.page-title {
    font-size: 38px;
    line-height: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-top: 0;
    padding-bottom: 30px;
}

.animate {
    opacity: 0;
    transition: .5s transform ease-in, .5s opacity ease-in;
    -ms-transform: translate(0px,70px);
    -webkit-transform: translate(0px,70px);
    transform: translate(0px,70px); 
}

.animate.show-it {
    opacity: 1;
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);  
}


/* ===================================
    2. Menu Holder CSS
====================================== */

header {
    margin-top: 20px;
}

.header-front-part-holder {
    position: relative;
    z-index: 99 !important;
    width: 1170px;
    margin: 0 auto;
    max-width: calc(100% - 20px);
}

.header-front-part {
    position: relative;
    min-height: 70px;
}

.header-full-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease;
    background-color: #000;
    padding: 110px 0 100px;
    transform: translateY(-100%);
    z-index: 98;
    overflow-y: auto;
    overflow-x: hidden;
}

.admin-bar .header-full-menu {
    padding-top: 160px;
    padding-bottom: 160px;
}

.cocobasic-open-menu .header-full-menu,
.cocobasic-open-menu-done .header-full-menu {
    transform: translateY(0px);
    opacity: 1;
}

.menu-wrapper {
    width: 1100px;
    max-width: 100%;
    transform: translateY(70px);
    opacity: 0;
    transition: all .5s .5s;
}

.cocobasic-open-menu .menu-wrapper {
    transform: translateY(0);
    opacity: 1;
}

.cocobasic-open-menu-done .menu-wrapper {
    transition-delay: 0s;
}

.custom-menu-title {
    font-size: 12px;
    font-weight: 600;
    color: var(--cb-white);
    letter-spacing: 5px;
    margin-bottom: 60px;
}

.main-menu {
    max-width: 100%;
    background-color: transparent;
}

.menu-holder {
    float: left;
    width: 40%;
    margin-right: 5%;
}

.menu-text-holder {
    float: right;
    width: 55%;    
}

.header-logo {
    z-index: 2;
    position: absolute;
    width: auto;
    transition: .5s;
}

.header-logo img {
    width: 70px;
}

.cocobasic-open-menu-done .header-logo,
.cocobasic-open-menu .header-logo {
    opacity: 0;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.toggle-holder {
    right: 0;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#toggle:hover {
    cursor: pointer;
}

#toggle div {
    height: 3px;
    margin-bottom: 6px;
    background-color: var(--cb-black);
    width: 17px;
    transition: all .3s linear;
}

.page-template-page-light #toggle div {
    background-color: var(--cb-white);
}

#toggle div:first-of-type {
    width: 25px;
}

#toggle div:last-of-type {
    width: 30px;
}

#toggle:hover div {
    width: 30px;
}

.cocobasic-open-menu #toggle div, 
.cocobasic-open-menu-done #toggle div {
    background-color: var(--cb-white);
}

.cocobasic-open-menu #toggle div:first-of-type,
.cocobasic-open-menu-done #toggle div:first-of-type {
    transform: rotate3d(0,0,1,45deg) translate(4px,-1px);
    width: 20px !important;
    opacity: 1;
}

.cocobasic-open-menu #toggle div:nth-of-type(2), 
.cocobasic-open-menu-done #toggle div:nth-of-type(2) {
    width: 30px;
    transform: translateX(-11px);
}

.cocobasic-open-menu #toggle div:last-of-type,
.cocobasic-open-menu-done #toggle div:last-of-type {
    transform: rotate3d(0,0,1,-45deg) translate(4px,1px);
    width: 20px !important;
    opacity: 1;
}

#header-main-menu {
    display: inline-block;
}

.sm ul {
    padding-left: 10px;
}

.sm-clean a {
    position: relative;
}

.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {    
    color: var(--cb-white);
    padding: 5px 0;
    font-size: 40px;
    line-height: 125%;
    font-weight: 400;
    letter-spacing: -2px;
    transition: color .3s;
}

.sm-clean > li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 10px;
    background-color: var(--cb-link);
    transition: width .3s;
    position: absolute;
    left: -5px;
    bottom: 10px;
    z-index: -1;
}

.sm-clean .current_page_item a:after,
.sm-clean .current_page_parent > a:after, 
.sm-clean a:hover:after, 
.sm-clean ul a:hover:after {
    width: calc(100% + 10px);
}

.sm-clean a span.sub-arrow {
    color: #bbbbbb;
    font-size: 45px !important;
    left: -42px;
}

.sm-clean a span.sub-arrow:before {
    display: block;
    content: '\203A';
    transform: rotate(90deg);
}

.sm-clean a.highlighted span.sub-arrow:before {
    display: block;
    content: '\203A';
    transform: rotate(270deg) translateY(-3px);
    margin-left: -3px;
}

.sm-clean .sub-menu li a,
.sm-clean .children li a {
    color: #bbbbbb;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 10px;
    padding: 10px 0;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.sm-clean .sub-menu li a:hover, 
.sm-clean .sub-menu li.current_page_item a, 
.sm-clean .children li a:hover, 
.sm-clean .children li.current_page_item a {
    color: var(--cb-white);
}

#page.hfeed.site {
    overflow: hidden;
}

.hfe-menu-toggle {
    border: none !important;
}

[data-elementor-device-mode="desktop"] .hfe-nav-menu .menu-item-has-children .sub-menu,
[data-elementor-device-mode="tablet"] .hfe-nav-menu .menu-item-has-children .sub-menu,
[data-elementor-device-mode="mobile"] .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    padding-bottom: 10px;
}

.hfe-nav-menu__layout-horizontal:not(.hfe-dropdown) .cb-hfe-nav-menu .sub-menu {
    right: 0 !important;
    left: auto !important;
}

/* ===================================
    3. Blog Page CSS
====================================== */

.blog .content-holder {
    padding-bottom: 0;
}

.blog-holder {
    margin-top: 5%;
}

.blog-holder > article {
    margin-bottom: 125px;
    margin-left: auto;
    margin-right: auto;
}

.blog-holder > article:last-of-type {
    margin-bottom: 0 !important;
}

.blog-item-holder {
    text-align: center;
}

.blog-item-holder img {
    margin: 0 auto 20px;
}

.blog-item-holder .entry-holder {
    width: 100%;
    position: relative;
}

.blog-item-holder .post-thumbnail {
    margin-bottom: 35px;
}

.blog-item-holder h2.entry-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    width: 730px;
    max-width: 90%;
    padding: 0;
    word-break: break-word;
    margin: 0 auto;
    position: relative;
    letter-spacing: -1px;
}

.blog-item-holder h2.entry-title a:after {
    display: none;
}

.entry-info {
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.entry-info li {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.entry-info > li + li {
    margin-left: 25px;
}

ul.cat-links {
    padding: 0;
    list-style: none;    
}

ul.cat-links > li {
    margin-bottom: 5px;
    display: inline-block;
    width: auto;
}

ul.cat-links > li:last-child {
    margin-bottom: 0;
}

ul.cat-links > li:after {
    content: ",";
    margin-right: 5px;
}

ul.cat-links > li:last-child:after {
    display: none;
}

.more-posts-index-holder {
    text-align: center;
    min-height: 1px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.more-posts, 
.no-more-posts, 
.more-posts-loading {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--cb-white);
    background-color: var(--cb-black);
    border-style: solid;
    border-width: 2px;
    border-color: var(--cb-black);
    border-radius: 0px;
    padding: 20px 35px 20px 35px;
    position: relative;
    display: inline-block;
}

.more-posts {
    cursor: pointer;
    transition: .35s ease-out;
}

.more-posts:hover {
    color: var(--cb-black);
    background-color: var(--cb-white);
}

.more-posts-loading, 
.no-more-posts {
    display: none;
    cursor: auto;
}


/* ===================================
    4. Single Post CSS
====================================== */

.single .content-holder {
    padding-bottom: 1px;
}

.single h1.entry-title {
    font-size: 38px;
    line-height: 100%;
    width: 800px;
    max-width: 90%;
    text-align: center;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 0;
    margin: 0 auto;
}

.single .attachment-post-thumbnail {
    margin: 0 auto 40px auto;
}

.single .entry-info {
    margin: 25px 0 40px 0;
    padding: 0 5%;
}

.single .entry-content {
    width: 680px;
    margin: 0 auto;
    max-width: 100%;
}

.tags-holder {
    margin: 30px 0;
    display: inline-block;
}

body .tags-holder a  {
    border: 2px solid #191919;
    color: var(--cb-white);
    text-decoration: none;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 7px 17px 6px 20px;
    font-size: 10px;
    text-transform: uppercase;
    background-color: var(--cb-black);
    transition: all .3s ease;
    letter-spacing: 3px;
    font-weight: 600;
}

body .tags-holder a:after {
    display: none;
}

.tags-holder a:last-of-type {
    margin-right: 0;
}

.tags-holder a:hover {
    background-color: transparent !important;
    color: var(--cb-black);
}

.wp-link-pages {
    clear: both;
}

.wp-link-pages > * {
    color: var(--cb-black);
    margin: 0 5px;
    font-size: 16px;
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    text-align: center;
}

.wp-link-pages > a:after {
    display: none;
}

.wp-link-pages > a:hover {
    color: var(--cb-link);
}

.wp-link-pages > span {
    padding: 1px 4px;
    background-color: var(--cb-black);
    color: var(--cb-white);
}

.single .nav-links {
    margin-top: 70px;
    position: relative;
}

.single .nav-links:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #020202;
    left: 50%;
    margin-left: -2px;
}

.single .nav-previous {
    display: inline-block;
    text-align: right;
    float: left;
    width: 30%;
    margin-left: 14%;
}

.single .nav-next {
    display: inline-block;
    float: right;
    width: 30%;
    text-align: left;
    margin-right: 14%;
}

.nav-links p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 4px;
    color: #797979;
}

.nav-previous a, 
.nav-next a {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    word-break: break-word;
    color: var(--cb-black);
}

.nav-previous a:hover, 
.nav-next a:hover {
    color: var(--cb-link);
}

.single-post .nav-previous a {
    float: right;
}

.single-post .nav-next a {
    float: left;  
}


/* ===================================
    5. Comments CSS
====================================== */

#comments:after {
    content: "";
    display: table;
    clear: both;
}

#comments > div:first-of-type {
    margin-top: 70px;
}

#comments-wrapper > div:first-of-type {
    padding: 0px 50px;
}

ol.comments-list-holder {
    margin: 0;
}

ol.comments-list-holder > li:last-child {
    padding-bottom: 15px;
}

.comments-holder ol.comments-list-holder, 
.comments-holder ul.children {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.comments-holder ul.children {
    position: relative;
}

.vcard img {
    border-radius: 100px;
}

.comments-holder .comment-author-date-replay-holder {
    margin-left: 95px;
    padding-top: 8px;
    padding-left: 0;
    line-height: 160%;
}

.comments-holder .pingback,
.comments-holder .trackback {
    padding-bottom: 60px;
}

.comments-holder .pingback .comment-author-date-replay-holder, 
.comments-holder .pingback .comment-text,
.comments-holder .trackback .comment-author-date-replay-holder, 
.comments-holder .trackback .comment-text {
    margin-left: 0;
}

ul.comment-author-date-replay-holder li {
    display: inline-block;
}

ul.comment-author-date-replay-holder li.comment-author {
    max-width: 90%;
    font-weight: 600;
}

.comment-date {
    margin-left: 95px;
    font-size: 11px;
    margin-bottom: 0;
}

.trackback .comment-date,
.pingback .comment-date {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.comment-reply {
    float: right;
}

a.comment-reply-link {
    text-decoration: none;
    position: relative;
}

.comments-number {
    font-size: 24px;
    line-height: 25px;    
    text-align: center;
}

.comment-content-holder {
    margin-left: 50px;
}

.comment-content-holder {
    width: 470px;
}

.comment-time-separator {
    display: inline-block;
    margin: 0 20px;
}

.comment-text {
    clear: both;
    display: block;
    margin-left: 95px;
}

.comment-text p {
    display: inline;
    font-size: 13px;
    line-height: 1.7;
}

.replay-at-author {    
    margin-right: 8px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    z-index: 0;
    text-transform: uppercase;
}

#reply-title {
    font-size: 16px;
    padding: 0;
    margin-bottom: -5px;
}

#cancel-comment-reply-link {
    font-size: 13px;
    padding-left: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

#cancel-comment-reply-link:before {
    content: "-";
    padding-right: 5px;
}

.comment-time {
    display: inline-block;
    font-size: 14px;
}

.comment {
    padding-bottom: 80px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.children .comment {    
    padding-top: 80px;
    padding-bottom: 0;
}

.comment:last-child {
    padding-bottom: 0;
}

.comments-list-holder .children > li {
    padding-left: 1.75em;
}

.logged-in-as {
    margin-bottom: 50px;
    font-size: 13px;
}

#respond {
    margin-top: 20px;
    padding: 50px;
    background-color: #f3f3f3;
}

#commentform #email, 
#commentform #author, 
#commentform #comment {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--cb-black);
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    background-color: transparent;
}

.input-default-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    z-index: -1;
}

.input-default-text.has-content {
    top: -20px;
    font-size: 11px;
}

#commentform #email, 
#commentform #author {
    padding-bottom: 5px;
}

#commentform #email {
    margin-bottom: 35px;
}

#commentform #comment {
    height: 150px;
}

.form-submit {    
    position: relative;    
    margin-bottom: 0;
}

.form-submit input[type=submit] {
    font-family: 'Poppins', sans-serif;
    border: 2px solid var(--cb-black);
    height: 60px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    position: relative;
    z-index: 1;
    transition: all .3s;
    background-color: var(--cb-black);
    color: var(--cb-white);
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}

.form-submit input[type=submit]:hover {
    color: var(--cb-black);
    background-color: transparent;
}

.comment-form-cookies-consent {    
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 35px;
}

.comment-form-cookies-consent input {
    float: left;
}

.comment-form-cookies-consent:after {
    content: "";
    display: block;
    clear: both;
}


/* ===================================
    6. Contact Page CSS
====================================== */

.wpcf7-form {
    margin: -20px auto 0;
    overflow: hidden;
    padding-top: 20px;
}

.elementor-widget .wpcf7-form p {
    margin-bottom: 15px;
    z-index: 0;
}

.wpcf7-form .input-default-text {
    top: 15px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: var(--cb-black);
    background-color: transparent;
    width: 100%;
    height: 28px;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid;
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 22px;
    margin-top: 13px;
}

.wpcf7-form textarea {
    height: 150px;
}

.wpcf7-form input[type=submit] {
    font-family: 'Poppins', sans-serif;
    border: 2px solid var(--cb-black);
    height: 60px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    position: relative;
    z-index: 1;
    transition: all .3s;
    background-color: var(--cb-black);
    color: var(--cb-white);
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}

.wpcf7-form .contact-submit-holder {
    position: relative;
    margin-bottom: 30px;
}

.wpcf7-form .input-default-text.has-content {
    top: -9px;
    font-size: 11px;
}

.wpcf7-form input[type=submit]:hover {
    background-color: var(--cb-white);
    color: var(--cb-black);
}

span.wpcf7-not-valid-tip {
    color: var(--cb-white);
    background-color: var(--cb-link);
    padding: 3px 10px;
    font-size: 10px;
    position: absolute;
    top: -4px;
    right: 0;
}    

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: var(--cb-white);
    background-color: var(--cb-link);
    border: 2px solid var(--cb-link);
    width: 100%;
    padding: .2em 1em;
    font-size: 12px;
    text-align: center;
    margin: 0!important;
}

[data-elementor-device-mode="mobile"] div.wpcf7-response-output {
    position: initial;
    margin: 2em 0.5em 1em !important;
}

span.wpcf7-list-item {
    margin: 0;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}


/* ===================================
    7. Archive CSS / Search CSS / 404 Page CSS / Attachment Page
====================================== */

.archive .navigation.pagination, 
.search .navigation.pagination {
    margin-top: 75px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
}

.search .nav-links > *,
.archive .nav-links > * {
    padding: 0 5px;
}

.search .nav-links a, 
.archive .nav-links a {
    color: var(--cb-black);
}

.search .nav-links a:hover, 
.archive .nav-links a:hover {
    color: var(--cb-black);
}

.search .nav-links .current,
.archive .nav-links .current {
    color: var(--cb-white);
    background-color: var(--cb-black);
    padding: 7px 12px;
    margin: 0 2px;
}

.archive-title {
    margin-bottom: 90px;
    text-align: center;
    background-color: var(--cb-black);
    padding: 25px 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.archive .archive-title {
    padding: 22px 70px 26px;
}

.archive-title h1 {
    font-size: 18px;
    font-weight: 400;
    color: var(--cb-white);
    padding: 0;
    display: inline;
    transition: color .35s ease-out;
}

.archive-title h1 span {
    position: relative;
    font-weight: 600;
}

.archive-title h1 span:before {
    content: '';
    position: absolute;
    bottom: -5px;    
    height: 3px;
    width: 100%;
    background-color: var(--cb-white);
    transition: .35s ease-out;
}

.search .archive-title h1:before {
    display: none;
}

.search .archive-desc {
    color: var(--cb-white);
}

.search .archive-title h1 .search-text {
    letter-spacing: 0;
    text-transform: none;
}

.search .archive-title h1 .searched-text {
    position: relative;
    font-weight: 700;
    overflow: hidden;
}

.search .archive-title h1 .searched-text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--cb-white);
    transition: .35s ease-out;
}

.search-no-results h2 {
    text-align: center;
}

.error-text-help-first {
    font-size: 36px;
    line-height: 40px;
}

.error-text-help-second {
    font-size: 26px;
    line-height: 34px;
    max-width: 460px;
    margin: 0 auto;
}

.error-text-404 img {
    display: block;
    margin: 50px auto;
}


/* ===================================
    8. Footer CSS
====================================== */

footer {
    color: var(--cb-body);
    padding-bottom: 20px;
}

footer a {
    color: var(--cb-body);
    text-decoration: none;
}

footer a:hover {
    color: var(--cb-link);
}

.back-top {
    position: fixed;
    bottom: 50px;
    right: 0;
    cursor: pointer;
    opacity: 0;
    transform: translateX(100%);
    transition: .5s;
    z-index: 99;
    background-color: var(--cb-black);
    width: 66px;
    height: 66px;
}

.back-top img {
    width: 24px;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%,-50%);
}

.cocobasic-show-btt .back-top {
    transform: translateX(0px);
    opacity: 1;
}

.cocobasic-show-btt .back-top:hover {
    opacity: 0.8;
}


/* ===================================
    9. Footer Widgets CSS
====================================== */

#sidebar {
    margin: 0 auto;
    padding-top: 100px;
    font-size: 14px;
    line-height: 180%;
}

#sidebar:after {
    content: "";
    display: table;
    clear: both;
}

#sidebar p {
    margin-bottom: 12px;
}

#sidebar > ul {
    float: left;
    width: 45%;
}

#sidebar #footer-sidebar-1 {
    margin-right: 10%;
}

#sidebar .widget li {
    margin-bottom: 10px;
}

.widget a {    
    font-weight: 500;
    text-decoration: underline;
}

#sidebar ul {
    padding-left: 0;
    margin: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
}

#sidebar ul.children,
#sidebar ul.sub-menu {
    margin-top: 10px;
    margin-left: 10px;
}

#sidebar .tagcloud a {
    line-height: 160%;
    display: inline-block;
}

h4.widgettitle {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 15px;
    letter-spacing: 2px;
    color: var(--cb-link);
}

#sidebar li.widget {
    margin-bottom: 80px;
    overflow: hidden;
}

#sidebar li.widget:last-child {
    margin-bottom: 0;
}

.search-field {
    font-family: 'Poppins', sans-serif;
    color: var(--cb-body);
    padding: 0;
    margin-top: -3px;
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid;
    text-align: left;
    transition: border 0.4s ease;
    -webkit-appearance: none;
}

.search-field::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;  
    color: var(--cb-body);  
    padding: 5px 0;
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
    opacity: 1;
    text-align: left;
}

.search-field:-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;  
    color: var(--cb-body);  
    padding: 5px 0;
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
    opacity: 1;
    text-align: left;
}

.search-field::placeholder {
    font-family: 'Poppins', sans-serif;    
    color: var(--cb-body);
    padding: 5px 0;
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
    opacity: 1;
    text-align: left;
}

#sidebar table, 
#sidebar th, 
#sidebar td {
    padding: 5px;
}

#sidebar .wp-calendar-table {
    width: 100%;
    text-align: center;
}

#sidebar .wp-calendar-table caption {
    background-color: var(--cb-black);
    border: 1px solid var(--cb-black);
    color: var(--cb-white);
    padding: 8px 0;
    font-weight: 600;
}

#sidebar .wp-calendar-table th, 
#sidebar .wp-calendar-table td {
    display: table-cell;
    border: 1px solid var(--cb-black);
}

#sidebar nav.wp-calendar-nav {
    display: table;
    width: 100%;
}

#sidebar .wp-calendar-nav-prev,
#sidebar .wp-calendar-nav-next {    
    display: table-cell;
}

#sidebar .wp-calendar-nav-next {
    text-align: right;
}


/* ===================================
    10. Responsive CSS
====================================== */

@media screen and (max-width: 1365px) {

    .menu-wrapper {
        padding-left: 55px;        
    }

    .blog-item-holder .entry-holder {
        display: block;
    }

    .more-posts-index-holder {
        margin-top: 60px;
    }     

    .single .nav-links {
        margin-top: 50px;
    }        


    #comments > div:first-of-type {
        margin-top: 50px;
    }

    .comments-holder .pingback,
    .comments-holder .trackback {
        padding-bottom: 30px;
    }    

}


@media screen and (max-width: 1025px) {

    .content-holder {
        margin-top: 50px;
    }

    #sidebar li.widget {
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 900px) {

    .menu-holder {
        float: none;
        width: 95%;
        margin-bottom: 0;
    }

    .menu-text-holder {
        float: none;
        width: 95%;
        margin-top: 50px;
    }

}

@media screen and (max-width: 767px) {

    .content-holder {
        margin-top: 30px;
    }

    .custom-menu-title {
        margin-bottom: 30px;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active {
        font-size: 35px;
    }

    .blog-item-holder .post-thumbnail {
        margin-bottom: 25px;
    }

    .blog-holder > article {
        margin-bottom: 70px;
    }    

    .blog-item-holder.sticky {
        width: 100%;
        margin-left: 0;
    }  

    .archive-title {
        margin-bottom: 50px;
    }

    .archive-title h1 {
        font-size: 22px;
    }

    .archive .navigation.pagination, 
    .search .navigation.pagination {
        margin-top: 50px;
    }

    .error-text-404 {
        font-size: 90px;
    }    

    .single .nav-links:before {
        display: none;
    }    

    .single .nav-previous, 
    .single .nav-next {
        display: block;
        width: 95%;
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .single .nav-previous a, 
    .single .nav-next a {
        float: none;
    }

    .single .nav-previous {    
        padding-bottom: 40px;
    }    

    .comment {
        padding-bottom: 50px;
    }

    .replay-at-author {
        font-size: 14px;       
    }

    .comment-text p {
        font-size: 14px;
        line-height: 180%;
    }

    #sidebar {
        padding-top: 40px;
    }

    #sidebar > ul {
        float: none;
        width: 100%;
        margin-right: 0;
    }  

    #sidebar #footer-sidebar-1 {
        margin-right: 0;
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 650px) {   

    .admin-bar .menu-wrapper {
        top: 0;
    }

    .menu-social a {
        margin-left: 22px;
    }

    .page-template-default .content-holder, 
    .single .content-holder {
        padding: 5px 0;
    }

    .single h1.entry-title,     
    h1.entry-title.page-title {
        font-size: 30px;        
    }

    .sticky .blog-item-holder .entry-holder {
        padding: 50px 20px;
    }

    .blog-item-holder h2.entry-title {
        font-size: 30px;        
    }     

    .entry-info {
        display: block;
    }

    .entry-info > li + li {
        margin-left: 0;
        margin-top: 5px;
    } 

    blockquote.wp-block-quote {
        font-size: 20px;
        margin: 50px 0 50px 50px !important;
        padding: 15px 30px !important;
    }    

    .comments-list-holder .children > li {
        padding-left: 0.75em;
    }

    .comments-holder .comment-author-date-replay-holder,
    .comment-date {
        margin-left: 90px;
    }    

    .comment-text {
        margin-left: 0;
        margin-top: 25px;   
    }

}