/*
Theme Name: Volos WP
Theme URI: https://demo.cocobasic.com/volos-wp/
Description: One page Resume / CV / Portfolio WordPress Theme. Online documentation you can find here - https://demo.cocobasic.com/documentation/MANUAL-VolosWP.pdf
Author: CocoBasic
Author URI:  https://www.cocobasic.com
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Version: 1.6
Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
Text Domain: volos-wp
*/


/*------------------------------------------------------------------
[Table of contents]
1. Global CSS       
2. Menu 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: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #a88590;
    background-color: #302729;
    overflow-x: hidden;
}

body a {
    text-decoration: none;
    color: #f37b83;
    transition: color .3s linear;
}

body a:hover {
    color: #ffffff;
}

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: #362B2E;
}

.doc-loader img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
}

p {
    margin-bottom: 30px;
}

.content-1300 {
    width: 1300px;
    max-width: 95%;
    padding-left: 5%;
    padding-right: 5%;
}

.content-570 {
    width: 570px;
    max-width: 100%;
}

.elementor-page .content-1300 {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.section-info {
    font-size: 22px;
    line-height: 35px;
}

.global-color {
    color: #f37b83;
}

.global-background-color {
    background-color: #f37b83;
}

.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);  
}


/* ===================================
    3. Left Part Content (Sidebar) CSS
====================================== */

.header-holder {
    position: fixed;
    width: 380px;
    background-color: #362B2E;
    height: 100vh;
    z-index: 1;
    top: 0;
}

.admin-bar .header-holder {
    transform: translateY(32px);
}

.header-wrapper {
    padding-top: 150px;
    padding-left: 75px;
    padding-right: 40px;
    position: relative;
}

.toggle-holder {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 3;
}

#toggle {
    height: 23px;
    width: 30px;
    position: relative;
}

#toggle:hover {
    cursor: pointer;
}

#toggle:before,
#toggle:after {
    content: '';
    height: 3px;
    width: 30px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    top: 8px;
    background-color: #faefff;
}

#toggle:before {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0px);
    width: 21px;
    margin-left: 0;
}

#toggle:hover:before {
    margin-left: 9px;

}

#toggle.on:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 45deg) translate3d(0, 0, 0);   
    background-color: #fff;
    margin-left: 0;
    width: 26px;
}

#toggle.on:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #fff;
    width: 26px;
}

#toggle:after {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

#toggle .menu-line {
    width: 13px;
    height: 3px;
    position: absolute;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-left: 0;
    top: 8px;
    background-color: #faefff;
}

#toggle:hover .menu-line {
    margin-left: 17px;
}

#toggle.on .menu-line {
    opacity: 0;
}

h1.site-title {
    padding: 0 0 15px 0;
}

.site-description {
    line-height: 130%;
}

.top-pagination {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

.top-pagination > div {
    display: inline-block;
    font-weight: 700;
    vertical-align: top; 
}

.current-num {
    width: 25px;
    position: relative;
    height: 30px;
    color: #c6646b;
}

.current-num span {
    position: absolute;    
    left: 0;    
}

.total-pages-num {
    color: #faefff;
}

.pagination-div {
    position: relative;
    width: 100px;
    height: 30px;
    margin-right: 8px;
}

.pagination-div:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #faefff;
    top: 12px;
}

.big-num {
    position: fixed;
    width: 380px;
    left: 0;
    bottom: 30px;
    padding-left: 75px;
    z-index: 1;
}

.current-big-num {
    font-size: 160px;
    -webkit-text-stroke: 3px #c6646b;
    color: transparent;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -4px;
    position: relative;
    margin-top: 20px;
    z-index: 2;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    right: -18px;
}

.icon-scroll {
    color: #c6646b;
    width: 38px;
    height: 60px;
    margin-left: -20px;
    bottom: 25px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 3px;
    border-radius: 25px;
    transition: right .5s;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #c6646b;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    left: 50%;
}

.icon-scroll:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #362b2e;
    width: 58px;
    height: 80px;
    border-radius: 25px;
    transform: translate(-10px, -10px);
    transition: all .3s;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
}

.open .icon-scroll {
    right: 30px;
    z-index: 1;
}

.open .icon-scroll:after {
    background-color: transparent;
}


/* ===================================
    3.1. Menu CSS
====================================== */

.menu-wrapper {
    padding-top: 150px;
    padding-bottom: 50px;
}

.menu-wrapper.no-top-padding {
    padding-top: 0;
}

.menu-holder {
    padding: 120px 50px 0 75px;
    background-color: #f37b83;
    width: 380px;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    transform: translateX(-380px);
    transition: transform .3s linear;
    z-index: 1;
    overflow: auto;
}

.open .menu-holder {
    transform: translateX(0);
}

.main-menu.sm-clean {
    background-color: transparent;
    display: inline-block;
}

.sm ul {
    padding-left: 0;
}

.sm-clean a {
    position: relative;
}

body .sm-clean a,
body .sm-clean a:hover, 
body .sm-clean a:focus, 
body .sm-clean a:active {
    color: #ffffff;
    padding: 5px 0;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

.sm-clean a:after {
    content: '';
    display: block;
    width: 0;
    height: 16px;
    background-color: #c6646b;
    transition: width .3s;
    position: absolute;
    left: -5%;
    bottom: 7px;
    z-index: -1;
}

.main-menu.sm-clean .sub-menu li a:after {
    height: 4px;
    bottom: 10px;
}

.sm-clean a.current:after, 
.sm-clean a:hover:after, 
.sm-clean a:active:after, 
.sm-clean a.highlighted:after, 
.sm-clean ul a:hover:after, 
.sm-clean ul a:active:after, 
.sm-clean ul a.highlighted:after,
.sm-clean li.current > a:after {
    width: 110%;
}

.sm-clean a span.sub-arrow {
    color: #c6646b;
}

.main-menu.sm-clean .sub-menu li a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 27px;
}


/* ===================================
    4. Right Part Content CSS
====================================== */

.site-content {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-left: 380px;
    width: calc(100% - 380px);
}

.elementor-page .site-content {
    padding-top: 0;
}



/* ===================================
    3. Blog Page CSS
====================================== */

.blog-holder > article {
    margin-bottom: 150px;
}

.blog-holder > article:last-of-type {
    margin-bottom: 0;
}

.blog-item-holder .entry-holder {
    width: 100%;
    position: relative;
    text-align: center;
}

.blog-item-holder h2.entry-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    padding: 0;
    word-break: break-word;
    margin: 0 auto 10px;
    max-width: 85%;
    position: relative;
}

.blog-holder .post-thumbnail img {
    margin: 45px auto 0 auto;
}

.entry-info {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 30px 0 0;
    display: inline-flex;
    width: 100%;
    max-width: 740px;
    justify-content: space-around;
    color: #fff;
}

body .entry-info a {
    color: #fff;
}

.entry-info a:hover {
    color: #acacac;
}

.entry-info li {
    font-size: 15px;
    line-height: 130%;
    width: 120px;
}

.entry-info li .entry-info-text {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 4px;
}

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;
    max-width: 600px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.more-posts, 
.no-more-posts, 
.more-posts-loading {
    position: relative;
    padding: 8px 0px;
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 8px;
    transition: all .3s ease;
    color: #f37b83;
}

.more-posts:before {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -10px;
    opacity: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .3s;
}

.more-posts:hover:before {
    opacity: 1;
    bottom: 0;
}

.more-posts-loading {
    opacity: 0.8;
}

.more-posts {
    cursor: pointer;   
}

.more-posts:hover {
    color: #fff;
}

.more-posts-loading, 
.no-more-posts {
    display: none;
    cursor: auto;   
}

.more-posts-index-holder.scroll .more-posts, 
.more-posts-index-holder.scroll .no-more-posts {
    display: none !important;    
}


/* ===================================
    4. Single Post CSS
====================================== */

.single-post h1.entry-title {
    font-weight: 700;
    font-size: 47px;
    line-height: 120%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 0;
    margin: 0 auto 60px;
    width: 85%;
    text-align: center;
}

.single-post .attachment-post-thumbnail {
    margin: 0 auto 70px;
}

.single-post .entry-info {
    margin: 0 0 70px 0;
}

.img-caption {
    color: #fff;
    display: table;
    padding: 12px 60px;
    margin: 0 auto;
    text-align: center;
    background-color: #f37b83;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.single-post .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;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 17px 5px 20px;
    font-size: 10px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 50px;
    transition: all .3s ease;
    letter-spacing: 3px;
    font-weight: 500;
}

.tags-holder a:last-of-type {
    margin-right: 0;
}

.tags-holder a:hover {   
    color: #fff;
    border-color: #fff;
}

.wp-link-pages {
    clear: both;
}

.wp-link-pages > * { 
    margin: 0 5px;
    font-size: 16px;
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    text-align: center;
}

.wp-link-pages > span {
    color: #ffffff !important;
    padding: 1px 4px;
    background-color: #4c3e42;
}

.single .nav-links {    
    margin-top: 70px;
    margin-bottom: 70px;    
    position: relative;
}

.single .nav-links:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #a88590;
    left: 50%;
    margin-left: -2px;
}

.single .nav-previous {
    display: inline-block;
    text-align: right;
    float: left;
    width: 44%;
}

.single .nav-next {
    display: inline-block;
    float: right;
    width: 44%;
    text-align: left;
}

.nav-links p {        
    font-size: 11px;
}

.nav-previous a, .nav-next a {    
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    word-break: break-word;
}

.single-post .nav-previous a {
    float: right;
}

.single-post .nav-next a {
    float: left;  
}


/* ===================================
    5. Comments CSS
====================================== */

#comments-wrapper {
    padding-top: 40px;    
}

.comment-form-holder a {
    color: #ffffff;
}

ol.comments-list-holder {
    margin: 0;
}

.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;
}

.comments-holder ul.children:before {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #a88590;
    position: absolute;
    left: 34px;
    top: 10px;
    left: 3.75em;
}

.vcard img {
    border-radius: 100px;
}

.comments-holder .comment-author-date-replay-holder {
    margin-left: 110px;
    padding-top: 8px;
    padding-left: 0;
    color: #f37b83;
}

.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: 700;
    text-transform: uppercase;
}

.comment-date {
    margin-left: 110px;
    text-transform: uppercase;
    color: #faefff;
    font-size: 15px;
    margin-top: -10px;
}

.trackback .comment-date,
.pingback .comment-date {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.comment-reply {
    float: right;
}

a.comment-reply-link {
    text-decoration: none;
    position: relative;
}

.comments-number {
    font-size: 24px;
    line-height: 25px;
    color: #6f6f6f;
    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;
}

.comment-text p {
    display: inline;
    font-size: 15px;
    line-height: 200%;
}

.replay-at-author {
    color: #f37b83;
    margin-right: 8px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    z-index: 0;
    text-transform: uppercase;
}

#reply-title {   
    font-size: 20px;
    color: #fff;
}

#cancel-comment-reply-link {
    font-size: 13px;
    padding-left: 15px;
}

#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;
}

.comment-form-holder {
    padding-top: 50px;
    padding-bottom: 15px;
}

#commentform #email, 
#commentform #author, 
#commentform #comment {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border: 0;
    border-bottom: 2px solid;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    background-color: transparent;
}

#commentform #email, 
#commentform #author {
    padding-bottom: 5px;
}

#commentform #email {
    margin-bottom: 35px;
}

#commentform input[type=text]::-webkit-input-placeholder, 
#commentform input[type=email]::-webkit-input-placeholder, 
#commentform textarea::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;    
}

#commentform input[type=text]:-ms-input-placeholder, 
#commentform input[type=email]:-ms-input-placeholder, 
#commentform textarea:-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
}

#commentform input[type=text]::placeholder, 
#commentform input[type=email]::placeholder, 
#commentform textarea::placeholder {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    opacity: 1;    
}

#commentform #comment {
    height: 150px;
}

.form-submit {
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
}

.form-submit input[type=submit] {
    font-family: 'Work Sans', sans-serif;
    border: 2px solid #fff;
    display: block;
    color: #fff;
    background-color: transparent;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
    cursor: pointer;
    font-size: 15px;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.2s linear;
    width: 100%;
    font-weight: 700;
}

.form-submit input[type=submit]:hover {
    background-color: #ffffff;
    color: #000;
}

.comment-form-cookies-consent {
    color: #fff;
    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: 0 auto;
}

.wpcf7-form input[type=text], 
.wpcf7-form input[type=email], 
.wpcf7-form textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #fff;    
    background-color: transparent;
    width: 100%;
    height: 28px;
    border: 0;
    border-bottom: 2px solid #fff;
    padding-top: 13px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    -webkit-box-sizing: initial;
    box-sizing: initial;;
}

.wpcf7-form input[name="your-name"] {
    margin-top: 0;
    padding-top: 0;
}

.wpcf7-form textarea {
    height: 150px;
}

.wpcf7-form input[type=submit] {
    display: inline-block;
    border: 2px solid;
    text-align: center;
    padding: 20px 0px;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    width: 100%;
    letter-spacing: 8px;
    transition: opacity .3s ease;
    cursor: pointer;
}

.wpcf7-form input[type=submit]:hover {
    opacity: 0.8;
}

.wpcf7-form input[type=text]::-webkit-input-placeholder, 
.wpcf7-form input[type=email]::-webkit-input-placeholder, 
.wpcf7-form textarea::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;    
    opacity: 1;  
}

.wpcf7-form input[type=text]:-ms-input-placeholder, 
.wpcf7-form input[type=email]:-ms-input-placeholder, 
.wpcf7-form textarea:-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;    
    opacity: 1;  
}

.wpcf7-form input[type=text]::placeholder, 
.wpcf7-form input[type=email]::placeholder, 
.wpcf7-form textarea::placeholder {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    opacity: 1;    
}

span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 10px;
    margin-top: -15px;
}    

div.wpcf7-response-output {
    color: #fff;
    margin: 0;
    padding: 0.2em 1em;
    font-size: 12px;    
    text-align: center;
    border: 2px solid;
}

span.wpcf7-list-item {
    margin: 0;
}

div.wpcf7 .ajax-loader,
.wpcf7-spinner {
    display: none !important;
}


/* ===================================
    7. Archive CSS / Search CSS / 404 Page CSS / Attachment Page
====================================== */

.archive .navigation.pagination, 
.search .navigation.pagination {
    text-align: center;
}

.search .nav-links > *,
.archive .nav-links > * {
    padding: 0 5px;
}

.archive .blog-holder, 
.search .blog-holder {
    margin-top: 70px;
}

.archive .blog-holder > article, 
.search .blog-holder > article {
    margin-bottom: 70px;
}

.archive-title {
    text-align: center;
    margin-bottom: 90px;
}

.archive-title h1 {        
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #faefff;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 5px solid;
}

.search-no-results h2 {
    text-align: center;
}

.error-text-help-first {
    font-size: 36px;
    line-height: 40px;
    margin-top: 95px;
}

.error-text-help-second {
    font-size: 26px;
    line-height: 34px;
    max-width: 460px;
    margin: 0 auto;
}

.error-text-404 {
    font-weight: 700;
    font-size: 350px;
    line-height: 100%;
}


/* ===================================
    8. Footer CSS
====================================== */

.footer {
    margin-left: 380px;
    width: calc(100% - 380px);
}

.footer-content {    
    padding-left: 5%;
    padding-right: 5%;
}


/* ===================================
    9. Footer Widgets CSS
====================================== */

#sidebar {
    max-width: 1300px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 180%;
    padding: 0 10px;
}

#sidebar p {
    margin-bottom: 12px;
}

#sidebar .widget li {
    margin-bottom: 10px;
}

#sidebar table, 
#sidebar th, 
#sidebar td {
    padding: 5px;
}

select {
    max-width: 100%;
    background-color: #302729;
    color: #a88590;
    border-color: #a88590;
}

ul#footer-sidebar li.widget {
    width: calc(80% / 3);
    margin-right: 10%;
    float: left;
    margin-bottom: 50px;
    text-align: left;
}

ul#footer-sidebar li.widget:nth-child(3n) {
    margin-right: 0;
}

ul#footer-sidebar li.widget:nth-child(3n+1) {
    clear: left;
}

.widget a {
    color: #a88590;
    border-bottom: 1px solid;
}

.widget a:hover {
    color: #fff;
}

ul#footer-sidebar:after {
    clear: both;
    content: "";
    display: table;
}

#sidebar ul {
    padding-left: 0;
    margin: 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%;
}

h4.widgettitle {
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 12px;
}

#sidebar li.widget {
    margin-bottom: 50px;
    overflow: hidden;
}

#sidebar .footer-social a {
    font-size: 19px;
    color: #fff;
    margin-left: 84px;
}

#sidebar .footer-social a:first-child {
    margin-left: 0;
}

.search-field {
    font-family: 'Poppins', sans-serif;       
    color: #a88590;
    padding: 0;
    margin-top: -3px;
    font-size: 12px;
    line-height: 180%;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    text-align: left;
    transition: border 0.4s ease;
    -webkit-appearance: none;
}

.search-field:focus {
    border-bottom: 2px solid;
}

.search-field::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #a88590;
    padding: 5px 0;
    font-size: 12px;
    line-height: 180%;
    font-weight: 400;
    opacity: 1;
    text-align: left;
}

.search-field:-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #a88590;
    padding: 5px 0;
    font-size: 12px;
    line-height: 180%;
    font-weight: 400;
    opacity: 1;
    text-align: left;
}

.search-field::placeholder {
    font-family: 'Poppins', sans-serif;
    color: #a88590;
    padding: 5px 0;
    font-size: 12px;
    line-height: 180%;
    font-weight: 400;
    opacity: 1;
    text-align: left;
}


/* ===================================
    10. Responsive CSS
====================================== */

@media screen and (max-width: 1599px) {

    .header-holder {
        width: 320px;
    }

    .header-wrapper {
        padding-top: 110px; 
        padding-left: 55px;
    }

    .menu-wrapper {
        padding-top: 110px; 
    }

    .site-content {
        padding-top: 110px;
        padding-bottom: 110px;
        margin-left: 320px;
        width: calc(100% - 320px);
    }

    .menu-holder {
        width: 320px;
        transform: translateX(-320px);
        padding-left: 55px;
    }

    .big-num {
        width: 320px;
    }

    .current-big-num {
        font-size: 130px;
    }

    .icon-scroll {
        bottom: 17px;
    }  

    .footer {
        margin-left: 320px;
        width: calc(100% - 320px);
    }

}


@media screen and (max-width: 1360px) {

    .header-holder {
        width: 90px;
    }

    .header-wrapper {
        padding-top: 0;
        padding-left: 34px;
        padding-right: 0;
    }

    .site-content {
        margin-left: 90px;
        width: calc(100% - 90px);
    }

    .content-1300 {
        margin: 0 auto;
    }

    .header-holder h1.site-title,
    .header-holder .site-description,        
    .header-holder .top-pagination,
    .header-holder .my-info-wrapper,
    .header-holder .big-num {
        display: none;
    }

    .menu-wrapper {
        padding-top: 0;
    }  

    .entry-info {
        max-width: 85%;
    }      

    .footer {
        margin-left: 90px;
        width: calc(100% - 90px);
    }

}

@media screen and (max-width: 1020px) {

    .header-holder {
        height: 55px;
        width: 100%;
        z-index: 2;
    }

    .toggle-holder {
        top: 15px;
        left: 15px;
    }

    .header-holder .top-pagination {
        display: inline-block;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 0;
        float: right;
    }

    .site-content {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .site-content,
    .footer {        
        margin-left: 0;
        width: 100%;
    }         

    .blog-item-holder .entry-holder {
        opacity: 1;
        padding: 25px 0;
    }

    .blog-item-holder .entry-holder {
        display: block;
    }

    .more-posts-index-holder {
        margin-top: 40px;
    }

    .alignfull, 
    .alignwide {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        transform: none;
    }   

    .single .nav-links {
        margin: 50px 0;
    }        

    .comments-holder .pingback,
    .comments-holder .trackback {
        padding-bottom: 30px;
    }

}

@media screen and (max-height: 880px) {    

    .big-num {
        display: none;
    }

}

@media screen and (max-width: 782px) {

    .admin-bar .header-holder,
    .admin-bar .site-content,
    .admin-bar .footer {
        transform: translateY(46px);
    }

}

@media screen and (max-width: 767px) {

    .blog-holder > article {
        margin-bottom: 20px;
    }      

    .entry-info {
        display: none;
    }

    .single-post .attachment-post-thumbnail {
        margin-bottom: 35px;
    }

    .single-post h1.entry-title, 
    .blog-item-holder h2.entry-title, 
    h1.entry-title.page-title {
        font-size: 34px;
        margin-bottom: 35px !important;
    }   

    .blog-item-holder.has-post-thumbnail h2.entry-title {
        margin-bottom: 15px !important;
    }

    .blog-item-holder h2.entry-title {
        max-width: 100%;        
        margin-bottom: 0 !important;
    }  

    .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-form-holder {
        padding-top: 0;
    }

    .comment {
        padding-bottom: 50px;
    }

    .replay-at-author {
        font-size: 14px;       
    }

    .comment-text p {
        font-size: 14px;
        line-height: 180%;
    }

    #sidebar {
        margin-bottom: 30px;
        padding: 0;
    }

    ul#footer-sidebar li.widget {
        float: none;
        width: 100%;
    }

    ul#footer-sidebar li.widget:last-child {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 650px) {     

    .menu-holder {
        width: 100%;
        transform: translateX(-100%);
        padding-top: 70px;
        overflow: auto;
    }

    .single-content-wrapper {
        margin-top: 40px;
    }

    .single-post h1.entry-title, 
    .blog-item-holder h2.entry-title, 
    h1.entry-title.page-title {
        font-size: 27px;        
    }      

    blockquote p {
        margin-left: 0;
        max-width: 100%;
        display: block !important;
    }  

    blockquote.wp-block-quote {
        font-size: 25px;
        line-height: 35px;
        padding-left: 10px;
    }

    .comment-date {
        font-size: 13px;
        margin-top: -15px;
    }      

    .comments-list-holder .children > li {
        padding-left: 0.75em;
    }

    .comments-holder ul.children:before {
        left: 2.75em;
    }

}