/*
Theme Name: Anotte WP
Theme URI: https://demo.cocobasic.com/anotte-wp/
Description: Photography horizontal WordPress theme perfect for any designer and photographer
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.5
Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
Text Domain: anotte-wp
*/


/*------------------------------------------------------------------
[Table of contents]
1. Global CSS   
    1.1 Tipper CSS
2. Menu CSS
    2.1 Sidebar (Menu Widgets) 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. Attachment Page CSS
9. Responsive CSS
-------------------------------------------------------------------*/


/* ===================================
    1. Global CSS
====================================== */

body.wait-preloader {
    overflow: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #000000;
    background-color: #fff;
    overflow-x: hidden;
}

body a {
    text-decoration: none;
    color: #000000;    
    transition: color .2s linear, 
        background-color .2s linear, 
        border-color .2s linear;
}

body a:hover {
    color: #acacac;
}

body p {
    margin-bottom: 16px;
}

.site-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

.doc-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-logo {
    position: absolute;
    top: 35px;
    left: 0;
}

.header-logo img {
    max-width: none;
    max-height: none;
    width: 100px;
    height: 70px;
}

.site-content {
    position: relative;
    margin-top: 150px;
}

.site-content.has-horizontal-slider {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.content-right {
    float: right;
    width: 100%;    
    position: relative;
}

.content-right-holder {
    padding-left: 100px;
}

.page-template-default .content-right-holder {
    margin-top: 50px;    
    margin: 0 auto;    
}

.site-description {
    font-size: 13px;
    line-height: 20px;
    padding-top: 40px;
}

h1.entry-title.page-title {
    margin-bottom: 50px;
}

.animate {
    opacity: 0;
    transition: .3s ease-in;    
}

.animate.show-it {
    opacity: 1;    
}

.content-1170 {
    width: 1170px;
    max-width: 80%;
}

.content-960 {
    width: 960px;
    max-width: 95%;
}

.content-850 {
    width: 850px;
    max-width: 95%;
}

.content-570 {
    width: 570px;
    max-width: 95%;
}

nav.navigation.pagination {
    margin: 50px 0 100px;
}

.nav-links .prev, 
.nav-links .next {
    display: none;
}

.page-numbers.current {
    border: 1px solid #b6df1e;
    color: #ffffff !important;
    padding: 1px 4px;
    background-color: #b6df1e;
}

.page-numbers {
    margin: 0 5px;
    font-size: 16px;
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    text-align: center;
}

.page-numbers:hover {
    color: #b6df1e;
}

/* ===================================
   1 .1 Tipper CSS
====================================== */

.tipper {
    width: 100%;
    min-height: 1px;
    position: absolute;
    top: -999px;
    left: -999px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s linear;
    max-width: 500px;
}

.tipper-visible {
    opacity: 1;
}

.tipper-content {
    background: #111;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 22px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    line-height: 28px;
    font-weight: 700;
}

.tipper-caret {
    width: 0;
    height: 0;
    content: '';
    display: block;
    margin: 0;
    position: absolute;
}

.tipper-left .tipper-content {
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.35);
}



/* ===================================
    2. Menu CSS
====================================== */

#header-main-menu {
    padding-left: 50px;
    padding-right: 60px;
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

#header-main-menu.no-right-text {
    width: 100%;
}

.main-menu.sm-clean {
    background-color: transparent;
    display: inline-block;
    max-width: 90%;
}

.sm ul {
    padding-left: 0;
}

.sm-clean a {
    position: relative;
}

.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {
    color: #ffffff;
    padding: 5px 0;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
}

.sm-clean > li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #b6df1e;
    transition: width .3s;
    position: absolute;
    left: 2px;
    bottom: 2px;
    z-index: -1;
}

.sm-clean a.current:after, 
.sm-clean a:hover:after, 
.sm-clean ul a:hover:after {
    width: 100%;
}

.sm-clean a span.sub-arrow {
    color: #acacac;
    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: -4px;
}

.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 a.current, 
.sm-clean .children li a:hover, 
.sm-clean .children li a.current {
    color: #fff;
}

.menu-background-image {
    position: absolute;
    z-index: -1;
    top: 38px;
}

.menu-left-part {
    width: calc(100% - 150px);
    position: fixed;
    background-color: #000;
    height: calc(100% - 135px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 998;
    top: 0;
    left: calc(-100% - 100px);
    transition: .4s left cubic-bezier(0.22, 0.61, 0.36, 1);
    padding-left: 150px;
    padding-top: 135px;
}

.menu-left-part.open {
    left: 0;          
}

.menu-left-part.no-sidebar {
    padding-top: 0;
    height: 100%;
}

.menu-left-part.no-sidebar > * {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.menu-right-part {
    position: fixed;
    width: 0;
    left: 0px;
    top: 0;
    z-index: 999;
    transition: 0.2s left cubic-bezier(0.22, 0.61, 0.36, 1), 
        0s 0.2s background linear;
    height: 100%;
    overflow: visible;
}

.menu-right-part.open a {
    color: black;
}

#header-main-menu .search-field {
    font-family: 'Poppins', sans-serif;
    max-width: 480px;
    width: 90%;
    color: #fff;
    padding: 0;
    margin-top: -3px;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid transparent;
    text-align: left;
    transition: border 0.4s ease;
    -webkit-appearance: none;
}

#header-main-menu .search-field::-ms-clear {  
    display: none; 
    width: 0; 
    height: 0; 
}

#header-main-menu .search-field::-ms-reveal {  
    display: none; 
    width: 0; 
    height: 0; 
}

#header-main-menu .search-field::-webkit-search-decoration,
#header-main-menu .search-field::-webkit-search-cancel-button,
#header-main-menu .search-field::-webkit-search-results-button,
#header-main-menu .search-field::-webkit-search-results-decoration { 
    display: none; 
}

#header-main-menu .search-field:focus {
    border-bottom: 5px solid #b6df1e;
}

#header-main-menu .search-field::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 5px 0;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
    opacity: 1;
    text-align: left;
}

#header-main-menu .search-field::-moz-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 5px 0;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
    opacity: 1;
    text-align: left;
}

#header-main-menu .search-field:-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 5px 0;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
    opacity: 1;
    text-align: left;
}

#header-main-menu .search-field:-moz-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 5px 0;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
    opacity: 1;
    text-align: left;
}

.logo-holder {
    line-height: 0;
    font-size: 0;
}

.logo-holder img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.toggle-holder {
    bottom: 35px;
    position: absolute;
    width: 70px;
    height: 70px;
}

#toggle {
    height: 70px;
    position: relative;
    transition: transform .3s linear;
    background-color: #fff;
}

.open #toggle, 
.done #toggle {
    background-color: transparent;
}

#toggle:hover {
    cursor: pointer;
}

#toggle:before, 
#toggle:after {
    content: '';
    height: 3px;
    width: 0;
    background: #000000;
    left: 22px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: all 0.25s;
    top: 35px;
}

#toggle:before {    
    transform: translate3d(0, -8px, 0px);    
}

#toggle:hover:before {
    margin-left: 9px;
}

#toggle.on:before {
    transform: rotate3d(0, 0, 1, 45deg) translate3d(0, 0, 0);
    background-color: #fff;
    margin-left: 0;
    width: 26px !important;
}

#toggle.on:after {
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #fff;
    width: 26px !important;
}

#toggle:after { 
    transform: translate3d(0, 8px, 0);
}

#toggle .menu-line {
    width: 0;
    height: 3px;
    background: #000000;
    left: 22px;
    position: absolute;
    transition: all 0.25s;
    top: 35px;
}

#toggle.all-loaded .menu-line {
    width: 13px;
}

#toggle.all-loaded:before {
    width: 21px;
}

#toggle.all-loaded:after {
    width: 30px;
}

#toggle:hover .menu-line {
    margin-left: 17px;
}

#toggle.on .menu-line {
    opacity: 0;
}


/* ===================================
    2.1 Sidebar (Menu Widgets) CSS
====================================== */

#sidebar {
    color: #ffffff;
    font-size: 12px;
    line-height: 17px;
    padding: 100px 50px 50px;   
}

#sidebar p {
    margin-bottom: 12px;
}

#sidebar .widget li {
    margin-bottom: 12px;
}

#sidebar table, 
#sidebar th, 
#sidebar td {
    padding: 5px;
}

#sidebar select {
    max-width: 100%;
    background-color: black;
    color: #fff;
    border: 0;
}

ul#footer-sidebar li.widget {
    width: calc(70% / 4);
    margin-right: 10%;
    float: left;
    margin-bottom: 50px;
    text-align: left;
}

ul#footer-sidebar li.widget:nth-child(4n) {
    margin-right: 0;
}

ul#footer-sidebar li.widget:nth-child(4n+1) {
    clear: left;
}

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 {
    margin-top: 10px;
    margin-left: 10px;
}

#sidebar .tagcloud a {
    line-height: 120%;
}

#sidebar a {
    color: #ffffff;  
}

.site-wrapper #sidebar a:hover {
    color: #b6df1e;
}

h4.widgettitle {
    color: #b6df1e;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 0;
}

#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: #fff;
    padding: 0;
    margin-top: -3px;
    font-size: 13px;
    line-height: 110%;
    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 #b6df1e;
}

.search-field::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 5px 0;
    font-size: 13px;
    line-height: 110%;
    font-weight: 400;
    opacity: 1;
    text-align: left;
}

.search-field::-moz-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 5px 0;
    font-size: 13px;
    line-height: 110%;
    font-weight: 400;
    opacity: 1;
    text-align: left;
}

.search-field:-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 5px 0;
    font-size: 13px;
    line-height: 110%;
    font-weight: 400;
    opacity: 1;
    text-align: left;
}

.search-field:-moz-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 5px 0;
    font-size: 13px;
    line-height: 110%;
    font-weight: 400;
    opacity: 1;
    text-align: left;
}


/* ===================================
    3. Blog Page CSS
====================================== */

.blog-holder {
    width: calc(50vw - 200px);
    margin-top: 10%;
    padding-left: 100px;
}

.blog-item-holder {
    max-width: 600px;
    margin: 0 auto;
}

.blog-item-holder .entry-holder {
    display: flex;
    width: 100%;
    position: relative;
    padding: 35px 0;
    align-items: center;
    overflow: hidden; 
}

.blog-item-holder .entry-holder:after {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #acacac;
    position: absolute;
    bottom: 0;
}

.blog-item-holder .post-thumbnail {
    position: fixed;
    width: 50vw;
    height: 100vh;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
}

.blog-featured-image-holder {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.blog-item-holder .entry-holder.active-post + .post-thumbnail {
    opacity: 1;
    visibility: visible;
}

.blog-item-holder .entry-info {
    font-size: 10px;
    margin-right: 20px;
    min-width: 150px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 20px;
    font-weight: 700;
    color: #5a5a5a;
}

.blog-item-holder h2.entry-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    padding: 0;
    word-break: break-word;
}

.more-posts-index-holder {
    min-height: 1px;
    width: calc(50vw - 200px);
    max-width: 600px;
    margin-top: 65px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.more-posts-index-wrapper {
    padding-left: 190px;
}

.more-posts, 
.no-more-posts, 
.more-posts-loading {
    color: #000 !important;
    padding: 8px 0px;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 6px;
    transition: opacity .3s ease;
}

.more-posts:hover, 
.no-more-posts:hover, 
.more-posts-loading:hover {
    opacity: 0.8 !important;
}

.more-posts-loading {
    opacity: 0.8;
}

.more-posts {
    cursor: pointer;   
}

.more-posts-loading, 
.no-more-posts {
    display: none;
    cursor: auto;   
}


/* ===================================
    4. Single Post CSS
====================================== */

.single-post .single-post-header-content {
    margin-bottom: 50px;
}

.single-post .single-post-header-content .attachment-post-thumbnail {
    margin-left: auto;
    margin-right: auto;
}

.single-post .post-info-wrapper {
    font-size: 15px;
    color: #939393;
    width: 150px;
    margin-right: 45px;
    float: left;
    clear: left;
    min-width: 150px;
    min-height: 1px;
    margin-top: 9px;
}

.single-post .post-info-wrapper .sticky-spacer {
    position: static !important;
}

.single-post .post-info-wrapper .entry-info {
    position: relative;
}

.single-post .post-info-wrapper .entry-info > div {
    margin-bottom: 20px;
}

.single-post .post-info-wrapper .entry-info > div:last-of-type {
    margin-bottom: 0;
}

.single-post .post-info-wrapper .entry-info:after
{
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 3px;
    height: 100%;
    background-color: #b6df1e;
}

.single-post .post-info-wrapper a {
    color: #000000;
}

.single-post .post-info-wrapper .text-holder {
    font-size: 12px;
    color: #a0a0a0;
    letter-spacing: 3px;
    margin-bottom: 0;
    line-height: 15px;
    font-weight: 500;
}

.single-post .post-info-wrapper .text-holder + div {
    color: #000;
}

.single-post h1.entry-title {
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto 20px;
    width: 680px;
    float: left;
    margin-left: 195px;
    max-width: 100%;
}

.single-post .entry-info div:last-of-type:after {
    display: none;
}

.single-post .entry-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-post .entry-info ul li {
    display: inline-block;
}

.single-post .entry-info .cat-links {
    line-height: 25px;
    margin-top: 5px;
}

.single-post .entry-info .cat-links li:after {
    content: ",";
    padding-right: 5px;
}

.single-post .entry-info .cat-links ul li:last-child:after {
    display: none;
}

.single-post-featured-image {
    padding-bottom: 40px;
    width: 1300px;
    width: 680px;
    float: left;
}

.single-post .entry-content {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    width: 680px;
    float: left;
    margin: 0 auto;
    max-width: 100%;
}

.tags-holder {
    margin: 30px 0;
    display: inline-block;
}

.tags-holder a {
    color: #ffffff;
    border: 1px solid #b6df1e;
    background-color: #b6df1e;
    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;
    font-weight: 700;
    transition: all .3s ease;
    letter-spacing: 3px;
}

.tags-holder a:last-of-type {
    margin-right: 0;
}

.tags-holder a:hover {
    background-color: #ffffff;
    color: #b6df1e !important;
}

.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 > a:hover {
    color: #b6df1e;
}

.wp-link-pages > span {
    color: #ffffff !important;
    padding: 1px 4px;
    background-color: #b6df1e;
}

.single .nav-links {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 99;
}

.single .nav-links > a {
    background-color: #b6df1e;
    padding: 25px 35px;
    display: block;
    margin: 0;
}

.single .nav-links > a:hover {
    background-color: #c0ec2e;
}

.single .nav-links > a span {
    color: #fff;
}


/* ===================================
    5. Comments CSS
====================================== */

#comments {
    margin-top: 50px;
}

.has-horizontal-slider #comments {
    margin-top: 0;
}

#comments-wrapper {
    padding-top: 40px;    
}

.site-wrapper .comment-form-holder a {
    color: #ffffff;
}

.comment-form-holder a:hover {
    color: #acacac;
}

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: #dddddd;
    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;
}

.comments-holder .pingback {
    padding-bottom: 80px;
}

.comments-holder .pingback .comment-author-date-replay-holder, 
.comments-holder .pingback .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: #bfbfbf;
    font-size: 15px;
    margin-top: -10px;
}

.pingback .comment-date {
    margin-left: 0;
    margin-top: 0;
}

.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: 35px;
}

.replay-at-author {
    color: #b6df1e;
    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 {
    background-color: #000000;
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 60px;
}

#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]::-moz-placeholder, 
#commentform input[type=email]::-moz-placeholder, 
#commentform textarea::-moz-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    opacity: 1;    
}

#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]:-moz-placeholder, 
#commentform input[type=email]:-moz-placeholder, 
#commentform textarea:-moz-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;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.form-submit input[type=submit] {
    font-family: 'Poppins', 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 {
    max-width: 500px;
    margin: 0 auto;
}

.wpcf7-form input[type=text], 
.wpcf7-form input[type=email], 
.wpcf7-form textarea {
    border: 0;
    border-bottom: 2px solid;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 10px 0;
    height: 28px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    line-height: 25px;
}

.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: 11px;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
    text-decoration: none;
    background: black;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    width: 100%;    
    letter-spacing: 8px;
    transition: opacity .3s ease;
}

.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: #404040;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;    
}

.wpcf7-form input[type=text]::-moz-placeholder, 
.wpcf7-form input[type=email]::-moz-placeholder, 
.wpcf7-form textarea::-moz-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #404040;
    font-weight: 400;
    font-size: 15px;
    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: #404040;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;    
}

.wpcf7-form input[type=text]:-moz-placeholder, 
.wpcf7-form input[type=email]:-moz-placeholder, 
.wpcf7-form textarea:-moz-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #404040;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    opacity: 1;    
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
}    

div.wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    font-size: 12px;    
    text-align: center;
    border: 2px solid;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}



/* ===================================
    7. Archive CSS / Search CSS / 404 Page CSS / Attachment Page
====================================== */

.archive .navigation.pagination, 
.search .navigation.pagination {
    text-align: center;
}

.archive .blog-holder, 
.search .blog-holder {
    margin-top: 7%;
}

.archive-title {
    width: calc(50vw - 200px);   
    padding-left: 100px;
    text-align: center;
    margin-bottom: 90px;
}

.archive-title h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    display: inline-block;    
    padding-top: 0;
    padding-bottom: 15px;
    border-bottom: 5px solid;
}

.error-text-help-first {
    font-size: 36px;
    line-height: 40px;
    margin-top: 95px;
}

.error-text-help-second {
    font-size: 30px;
    line-height: 40px;
    max-width: 460px;
    margin: 0 auto;
}

.error-text-404 {
    font-weight: 800;
    font-size: 350px;
    color: #b6df1e;
    line-height: 100%;
}

.error-search-holder input {
    font-size: 32px;
    width: 730px;    
    max-width: 80%;
    padding: 25px;
    color: #000;
    border-color: #000 !important;
    text-align: center;
}

.error-search-holder input::-webkit-input-placeholder {
    font-size: 32px;
    color: #000;    
    text-align: center;
}

.error-search-holder input::-moz-placeholder {
    font-size: 32px;
    color: #000;    
    text-align: center;
}

.error-search-holder input:-ms-input-placeholder {
    font-size: 32px;
    color: #000;    
    text-align: center;
}

.error-search-holder input:-moz-placeholder {
    font-size: 32px;
    color: #000;    
    text-align: center;
}

.error-text-home {
    margin-top: 35px;
}

.error-text-home a {
    color: #939393;
}

.error-text-home a:hover {
    color: #565656;
}


/* ===================================
    8. Attachment Page CSS
====================================== */

.attachment-template-default .post-info-wrapper {
    display: none;
}


/* ===================================
    9. Responsive CSS
====================================== */

@media screen and (max-width: 1360px) {

    .single-post h1.entry-title {
        margin-left: auto;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .single-post .post-info-wrapper {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .single-post .post-info-wrapper .sticky-spacer {
        width: 100% !important;
        height: auto !important;
    }

    .single-post .post-info-wrapper .entry-info {
        position: relative !important;
        top: 0 !important;
    }

    .single-post .post-info-wrapper .entry-info:after {
        display: none;
    }

    .single-post .post-info-wrapper .entry-info > div {
        display: inline-block;
        margin: 0 20px;
    }

    .single-post .entry-content {
        float: none;
    }

    .more-posts-index-holder, 
    .blog-holder {    
        width: calc(70vw - 200px);
    }

    .blog-item-holder .post-thumbnail {
        width: 30vw;
    }
}

@media screen and (max-width: 1024px) {

    #header-main-menu {
        width: 36% !important;
    }

    .menu-right-text {
        padding-top: 0;
    }

    .menu-text {
        font-size: 35px;
        line-height: 120%;
    }

}


@media screen and (max-width: 1020px) {   

    .site-content {
        margin-top: 100px;
    }

    .page-template-default .content-right-holder {
        width: 95%;
        padding: 0;
    }

    .header-logo {
        top: 0;
        transition: transform .3s linear;
    }

    .open .header-logo {
        transform: translateX(-100%);
    }

    .menu-right-part {
        width: 100%;
        height: auto;
        min-height: 100px;
    }

    .admin-bar .menu-right-part {
        top: 32px;
    }

    #toggle {
        padding: 0;
    }

    .toggle-holder {
        right: 0;
        top: 0;
        bottom: auto;
    }

    .horizontal-slider {
        padding-left: 0;
    }

    #header-main-menu {
        width: 75% !important;
        display: block;
    }   

    .menu-left-part, 
    .menu-left-part.no-sidebar {
        padding-top: 100px;
        height: calc(100% - 100px);
        padding-left: 45px;
        width: calc(100% - 45px);
    }

    .menu-left-part.no-sidebar > * {
        position: relative;
        top: 0;
        transform: none;
    }

    .menu-right-text {
        display: block;
        width: 75%;
        margin-left: 50px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #sidebar {
        padding-top: 30px;
    }

    .single .nav-links {
        position: relative;
        margin: 30px auto;
        text-align: center;
    }

    .single .nav-links > a {
        display: inline-block;
        margin: 0 10px;
        padding: 15px 25px;
    }

    .alignfull, 
    .alignwide {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        transform: none;
    }

    .tipper {
        display: none !important;
    }

    .more-posts-index-holder, 
    .blog-holder {
        width: 95%;
        padding: 0;
        margin: 50px auto;
        text-align: center;
    }

    .more-posts-index-wrapper {
        padding: 0;
    }

    .blog-item-holder .entry-info {
        margin: 0;
    }

    .blog-item-holder .entry-holder {
        opacity: 1;
        padding: 25px 0;
    }

    .blog-item-holder .post-thumbnail {
        display: none;
    }

    .blog-item-holder .entry-holder {
        display: block;
    }

    .one_half, 
    .one_third, 
    .one_fourth, 
    .two_third, 
    .three_fourth {
        width: 100% !important;
        float: none;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    .cfh {
        margin-top: 0;
    }

    .img-right {
        margin-right: auto;
    }

    .archive-title {
        padding: 0;
        width: 95%;
        margin: 0 auto;
    }

    ul#footer-sidebar li.widget {
        float: none;
        width: 100%;
    }

    .comments-holder .pingback {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 782px)
{
    .admin-bar .menu-right-part {
        top: 46px;	
    }

}

@media screen and (max-width: 767px)
{
    .error-text-404 {
        font-size: 90px;
    }

}

@media screen and (max-width: 650px)
{

    .single-post h1.entry-title {
        font-size: 34px;
        line-height: 40px;
    }

    a.socail-text {
        font-size: 16px;
    }

    .menu-text {
        font-size: 24px;
        line-height: 120%;
    }

    .sm-clean a span.sub-arrow {
        font-size: 45px !important;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active {
        font-size: 40px;
    }

    .sm-clean > li > a:after {
        height: 10px;
        left: 10px;
    }

    #header-main-menu .search-field {
        font-size: 40px;
    }

    #header-main-menu .search-field::-webkit-input-placeholder {    
        font-size: 40px;    
    }

    #header-main-menu .search-field::-moz-placeholder {
        font-size: 40px;
    }

    #header-main-menu .search-field:-ms-input-placeholder {
        font-size: 40px;
    }

    #header-main-menu .search-field:-moz-placeholder {
        font-size: 40px;
    }

    blockquote:before {
        position: relative;
        margin-top: 70px;
        top: -30px;
        width: 70px;
        height: 55px;
        margin-left: auto;
        margin-right: auto;
    }

    blockquote p {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
        display: block !important;
    }

    blockquote.inline-blockquote p {    
        margin: 0 auto;
    }

    blockquote cite {
        text-align: center;
    }    

    .single-post .post-info-wrapper .entry-info > div {
        display: block;
        margin: 10px 0;
    }

    .comments-list-holder .children > li {
        padding-left: 0.75em;
    }

    .comments-holder ul.children:before {
        left: 2.75em;
    }

}