/*
Theme Name: Seppo WP
Theme URI: https://demo.cocobasic.com/seppo-wp/
Description: Seppo Responsive One Page 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: https://www.gnu.org/licenses/gpl-2.0.html
Version: 1.3
Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
Text Domain: seppo-wp
*/


/*------------------------------------------------------------------
[Table of contents]
1. Global CSS
        1.1 Global Header Logo/Menu CSS	
2. Blog Page CSS
3. General Page CSS
4. Single Post CSS
        4.1 Tipper CSS
5. Comments CSS
6. Archive / Search Page CSS / 404 Page
7. Contact Page CSS
8. Footer CSS
9. Responsive CSS
-------------------------------------------------------------------*/



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

body {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #b3b3b3;
    background-color: #ffffff;
    overflow-x: hidden;
}

body a {
    text-decoration: none;
    color: #47ea4e;
    transition: color .3s ease;
}

body a:hover {
    color: #47ea4e; 
}

body p, 
body pre {
    margin-bottom: 13px;
}

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

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

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

.content-1170 {
    width: 1170px;    
}

.content-960 {
    width: 960px;    
}

.content-570 {
    width: 570px;
}

.pagination-holder {
    margin: 60px 0;
}

.section-wrapper {
    position: relative;
    padding: 200px 0 115px 0;
}

.animate {
    opacity: 0;
    transition: .3s ease-in;    
    transform: translate(0px,70px);
}

.animate.show-it {
    opacity: 1;    
    transform: translate(0px,0px);
}


/* ===================================
    1.1 Global Header Logo/Menu CSS
====================================== */

.header-holder {
    z-index: 99 !important;
   /* background-color: #060606;*/
    width: 100% !important;
    top: 0;
    position: fixed;
    -webkit-transform: translateZ(0);    
}

.sticky-wrapper {
    height: 77px !important;
}

.admin-bar .header-holder {
    top: 32px !important;
}

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

    .admin-bar .header-holder {
        top: 46px !important;
    }

}

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

    .admin-bar .sticky-wrapper.is-sticky .header-holder {
        top: 0 !important;
    }

}

.menu-wrapper {
    width: 95%;
    max-width: 1440px;
    min-height: 77px;
}

.header-logo {
    line-height: 0;
    font-size: 0;
    float: left;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.header-logo img {
    width: 88px;
    height: 50px;
}

.menu-holder {
/*     float: right; */
    max-width: 95%;
}

.toggle-holder {
    display: none;
    right: 10px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#toggle:hover {
    cursor: pointer;
}

#toggle div {
    height: 3px;
    margin-bottom: 6px;
    background-color: #fff;
    width: 22px;
}

#toggle .second-menu-line {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;    
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

#toggle:hover .second-menu-line {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

#toggle.on .second-menu-line {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}

#toggle .third-menu-line{        
    margin-bottom: 5px;
}

#header-main-menu {
    display: inline-block;
}

.sm-clean .has-submenu {
    padding-right: 35px !important;
}

.sm-clean li a.menu-item-link {
    cursor: pointer;
    color: #ffffff;
}

.sm-clean a span.sub-arrow {
    right: -3px;
    top: 2px;
}

.sm-clean a.highlighted {
    padding: 15px;
}

.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {
    font-size: 14px;
    font-weight: 400;
    transition: color .3s ease, 
        background-color .3s ease;
    padding: 15px;
    letter-spacing: 0.5px;
}

.sm-clean ul a, 
.sm-clean ul a:hover, 
.sm-clean ul a:focus, 
.sm-clean ul a:active {    
    font-size: 13px;
    line-height: 15px;
    padding: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.sm-clean {
    background-color: transparent;        
    padding: 15px 0;
}

body .sm-clean a:hover, 
body .main-menu.sm-clean .sub-menu li a:hover, 
body .sm-clean li.active a, 
body .sm-clean li.current-page-ancestor > a, 
body .sm-clean li.current_page_ancestor > a, 
body .sm-clean li.current_page_item > a {
    color: #47ea4e;
}

.sm-clean li {
    margin-right: 10px;
}

.sm-clean li:last-child {
    margin-right: 0;
}

.sm-clean ul {    
    background-color: #000;
}

.sm-clean a.has-submenu {
    padding-right: 24px;
}

.sub-menu a, 
.children a {
    padding-left: 15px !important;
}

.sub-menu .sub-menu, 
.children .children {
    padding-top: 8px;
}

.sub-menu .sub-menu a, 
.children .children a, 
.sub-menu .sub-menu a:hover, 
.children .children a:hover {
    padding-top: 10px !important;
}

@media (min-width: 925px) {

    .sm-clean ul a span.sub-arrow {
        margin-top: 0;
    }
    .sm-clean ul {
        padding: 8px 0;
    }
}


.sm-clean > li:last-child > a, 
.sm-clean > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    border-radius: 5px;
}


/* ===================================
    2. Blog Page CSS
====================================== */

body.blog {
    background-color: #fff;
}

.blog .site-content {    
    background-color: #fff;
}

.blog h1.entry-title {
    text-align: center;
    display: table;
    margin: 50px auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #fff;
    background-color: #f1576b;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.blog-holder {
    width: 1170px;
    max-width: 95%;    
}

.blog-item-holder {
    margin: 120px 0;
    text-align: center;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.blog-item-wrapper {
    display: inline-block;
}

.blog-item-holder .excerpt {
    width: 700px;
    margin: 0 auto;
    max-width: 95%;
    margin-bottom: 30px;
    margin-top: 25px;
}

.blog-item-holder.has-post-thumbnail {
    width: 1170px;
    max-width: 100%;
}

.blog-item-holder.has-post-thumbnail .excerpt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
}

.blog-item-holder.sticky, 
.blog-item-holder.status-sticky {
    background-color: transparent;
    padding: 35px 0 10px 0;
}

.blog-item-holder .post-thumbnail {
    max-width: 590px;
    overflow: hidden;
    line-height: 0;
}

.post-thumbnail-image {
    transition: .3s;
}

.post-thumbnail-image:hover {
    opacity: 0.8;    
}

.blog-item-holder.has-post-thumbnail:nth-of-type(2n+1) .post-thumbnail {
    float: left;
    text-align: right;
}

.blog-item-holder.has-post-thumbnail:nth-of-type(2n+1) .entry-holder {
    float: left;
    position: relative;
    z-index: 31;
}

.blog-item-holder.has-post-thumbnail:nth-of-type(2n) .post-thumbnail {
    float: right;
    text-align: left;
    margin-right: 0;
}

.blog-item-holder.has-post-thumbnail:nth-of-type(2n) .entry-holder {
    float: right;    
    position: relative;
    z-index: 31;
}

.blog-item-holder.has-post-thumbnail .entry-holder {
    width: 430px;
    text-align: left;
    padding: 0 75px;
    background: #fff;
}

.blog-item-holder.has-post-thumbnail.is-smaller .entry-holder {
    margin-top: 40px;
}

.blog-item-holder h2.entry-title {
    display: block;
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    padding-top: 0;
    word-break: break-word;
    letter-spacing: -2px;
}

.blog-item-holder h2.entry-title a {
    color: #000 !important;
    transition: .2s;
}

.blog-item-holder h2.entry-title a:hover {
    opacity: 0.8;
}

.blog-item-holder .cat-links ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.blog-item-holder .cat-links ul li {
    display: inline-block;
}

.blog-item-holder .cat-links ul li a:after {
    content: ",";
    padding-right: 5px;
}

.blog-item-holder .cat-links ul li:last-child a:after {
    display: none
}

.blog-item-holder .cat-links ul a {
    color: #000000 !important;
    transition: .2s;
}

.blog-item-holder .cat-links ul a:hover {
    opacity: 0.8;
}

.blog-item-holder .entry-date.published, 
.blog-item-holder .cat-links {
    display: inline-block;
    font-size: 12px;
    margin-top: -10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog-item-holder .cat-links:after {   
    content: "\2022";
    display: inline-block;
    margin: 0 7px 0 10px;
}

.blog-item-holder a.item-button {
    display: inline-block;
    color: #fff;
    background-color: #47ea4e;
    text-align: left;
    padding: 10px 40px;    
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    border: 2px solid #47ea4e;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.blog-item-holder.sticky a.item-button, 
.blog-item-holder.status-sticky a.item-button {
    margin-bottom: 30px;
}

.blog-item-holder a.item-button:hover {
    background-color: #fff;
    color: #47ea4e;
}

.more-posts-index-holder {
    margin: 100px 0 50px;
    min-height: 1px;
}

.blog .more-posts, 
.blog .no-more-posts, 
.blog .more-posts-loading {
    display: inline-block;
    color: #fff !important;
    background-color: #47ea4e;
    text-align: left;
    padding-bottom: 17px;
    padding-top: 17px;
    padding-left: 60px;
    padding-right: 55px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 2px;
}

.blog .more-posts:after, 
.blog .more-posts-loading:after, 
.blog .no-more-posts:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f061";
    margin-left: 25px;
    transition: transform .3s ease;
}

.blog .more-posts-loading:after {
    content: "\f021";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.blog .no-more-posts:after {
    content: "\f00d";
}

.blog .more-posts:hover:after {
    transform: rotate(90deg)
}

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

.blog .more-posts, 
.blog .more-posts-loading {
    cursor: pointer;   
}

.blog .no-more-posts {
    cursor: auto;   
}

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


/* ===================================
    3. General Page CSS
====================================== */

.section {
    position: relative;
}

.page-title-holder {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #47ea4e;
    width: 285px;
    display: inline-block;
    z-index: 98;
    height: 130px;
}

.page-title-holder:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 60px 0 0;
    border-color: #47ea4e transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.section h1.entry-title,
.section h2.entry-title {
    font-size: 16px;
    line-height: 149%;
    font-weight: 400;
    word-break: break-word;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 32px;
}

.page .page-content {
    background-color: #fff;
    padding: 75px;    
}

.navigation.pagination {
    text-align: center;
}

.navigation.pagination .prev, 
.navigation.pagination .next {
    display: none;
}

.navigation.pagination a {
    margin: 0 5px;
    transition: all .3s ease;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    border-radius: 90%;
    text-align: center;
}

.navigation.pagination a:hover {
    color: #47ea4e;
}

.navigation.pagination .current {
    background-color: #47ea4e;
    color: #fff;
    margin: 0 5px;
    transition: all .3s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 90%;
    text-align: center;
}

.wp-link-pages {
    font-size: 16px;
    clear: both;
}


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

.single .site-content {
    background-color: #fff;
}

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

.single .post-info-wrapper {
    margin-bottom: 30px;
    font-size: 15px;
    color: #939393;
    width: 150px;
    margin-right: 200px;
    float: left;
    padding-top: 7px;
}

.single .post-info-wrapper a {
    color: #939393 !important;
}

.single .sticky-spacer {
    position: static !important;
    margin-bottom: 0 !important;
    max-width: 150px;
}

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

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

.single .entry-info div:last-child {
    margin-bottom: 0;
}

.single .entry-info .cat-links {
    margin-top: 5px;
}

.single .entry-info:after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    right: -20px;
    top: -5px;
    background-color: #47ea4e;
}

.single .post-info-wrapper .text-holder {
    font-size: 10px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 15px;
}

.single article {
    padding-top: 75px;
}

.single h1.entry-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 115%;
    margin-bottom: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
    width: 720px;
    margin: 0 auto 30px;
    max-width: 95%;
    color: #000;
    padding-top: 0;
}

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

.single .entry-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 150%;
}

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

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

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

.single-post-featured-image {
    text-align: center;
    padding-bottom: 40px;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}

.single .entry-content {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    width: 680px;
    float: left;
}

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

body .tags-holder a {
    background-color: #47ea4e;
    color: #fff;
    border: 1px solid #47ea4e;
    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;
    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: #47ea4e;
    background-color: #ffffff;
}

.single .wp-link-pages span {
    color: #191919;
}

.single .wp-link-pages {
    color: #939393;
}

.single .nav-links {
    transform: translateY(70px);
    margin-top: 35px;
    margin-bottom: 50px;
}

.single .nav-links > a {
    background-color: #47ea4e;
    padding: 26px 30px 24px;
    margin: 0;
    display: inline;
    color: #fff !important;
    transition: .3s;
}

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



/* ===================================
   4.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;
    text-align: center;
}

.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);
}


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

#comments blockquote:not(.wp-block-pullquote) {
    color: #b3b3b3;
}

#comments-wrapper {
    padding-top: 120px;
    background-color: #000;
    padding-bottom: 40px;
}

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

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

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;
}

.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: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.comment-date {
    margin-left: 110px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    margin-top: -12px;
}

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

.comment-reply {
    float: right;
}

a.comment-reply-link {
    text-decoration: none;
    font-size: 12px;
    position: relative;
    padding-left: 0 !important;
}

.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;
    margin-top: 30px;
    display: block;
    font-size: 16px;
    line-height: 215%;
}

.comment-text p {
    display: inline;
}

.replay-at-author {
    color: #47ea4e;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    z-index: 0;
    text-transform: uppercase;
}

#reply-title {
    font-size: 20px;    
}

#cancel-comment-reply-link {
    font-size: 13px;
    padding-left: 15px;
}

.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;
}

.logged-in-as {
    margin-bottom: 50px;
}

.comment-form-holder {
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
}

#commentform #email, 
#commentform #author, 
#commentform #comment {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    border: 0;
    border-bottom: 2px solid;
    height: 28px;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    background-color: transparent;    
}

#commentform #email, 
#commentform #author {
    padding-bottom: 5px;
}

#commentform #email {
    margin-bottom: 50px;
}

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

#commentform #comment {
    height: 150px;
}

.form-submit {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.form-submit input[type=submit] {    
    color: #fff;
    background-color: #47ea4e;
    text-align: center;
    padding: 10px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    display: block;
    width: 100%;
    line-height: 35px;
    border: 2px solid #47ea4e;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.form-submit input[type=submit]:hover {
    background-color: #000;
    color: #47ea4e;
}

.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. Archive / Search Page CSS / 404 Page
====================================== */

body.archive, 
body.search {
    background-color: #fff;
}

.search h1.entry-title, 
.archive h1.entry-title {
    text-align: center;
    display: table;
    margin: 70px auto 0;
    color: #fff;
    background-color: #47ea4e;
    border-radius: 50px;
    padding-bottom: 17px;
    padding-top: 17px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 120px;
}

.search-no-results .results-holder {
    margin-bottom: 50px;
    text-align: center;
}

.search-results .blog-item-holder {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.archive .pagination-holder {
    margin-top: 80px;
}

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

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

.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::placeholder {
    font-size: 32px;
    color: #000;    
    text-align: center;
    opacity: 1;
}

.error-search-holder input:-ms-input-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-text-home {
    margin-top: 35px;
    color: #000;
    margin-bottom: 100px;
}

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

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


/* ===================================
    7. Contact Page CSS
====================================== */

.wpcf7-form {
    max-width: 100%;
    margin: 0 auto;
    font-size: 22px;
    color: #000;
}

.wpcf7-form p {
    margin-bottom: 0 !important;
}

.wpcf7 input[type=text], 
.wpcf7 input[type=email], 
.wpcf7 textarea {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    border: 0;
    font-size: 15px;
    padding: 5px 0;
    width: 100%;
    line-height: 25px;
    color: #000;
    margin-bottom: 35px;
    text-indent: 10px;
    background-color: transparent;
    border-bottom: 3px solid;
}

.wpcf7 textarea {
    height: 150px;
}

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

.wpcf7 input[type=text]:ms-input-placeholder, 
.wpcf7 input[type=email]:ms-input-placeholder, 
.wpcf7 textarea:ms-input-placeholder {
    font-family: 'Rubik', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;    
}

.wpcf7 input[type=text]::ms-input-placeholder, 
.wpcf7 input[type=email]::ms-input-placeholder, 
.wpcf7 textarea::ms-input-placeholder {
    font-family: 'Rubik', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.wpcf7 input[name="your-name"] {
    margin-top: 0;    
}

.contact-submit-holder {
    position: relative;
    margin-bottom: 25px;
}

.wpcf7 input[type=submit] {
    color: #fff;
    background-color: #47ea4e;
    text-align: center;
    padding: 10px 40px;    
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    display: block;
    width: 100%;
    line-height: 35px;
    border: 2px solid #47ea4e;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.wpcf7 input[type=submit]:hover {
    background-color: #fff;
    color: #47ea4e;
}

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

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

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


/* ===================================
    8. Footer CSS
====================================== */


footer ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer {
    font-size: 16px;
    line-height: 36px;
	padding: 50px 20px 30px 20px;
    clear: both;
    color: #fff;
    text-align: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-color: #231815;
}

.footer-content {    
    width: 1440px;
}

.footer-logo img {
    width: 88px;
    height: 50px;
    margin-bottom: 30px;
}

.footer-logo-divider {
    position: relative;
    height: 60px;
    margin-bottom: 30px;
    display: none;
}

.footer-logo-divider:before {
    content: "";
    width: 2px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
}

.footer-mail {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 100%;
	letter-spacing: 1px;
/*     font-weight: 700; */
}

.footer-social-divider {
    position: relative;
    height: 62px;
    margin-bottom: 35px;
    display: none;
}

footer .footer-social-divider:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 2px;
    background-color: white;
    left: calc(50% - 150px);
    bottom: 0;
}

footer .footer-social-divider:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: white;
    left: calc(50% - 1px);
    top: 0;
}

.social-holder {
    margin-bottom: 0px;
}

.social-holder a {
    font-size: 28px;
    margin-right: 25px;
}

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

body .site-wrapper .footer .footer-content.center-relative a {
    color: #fff;
}


.search-field::-ms-clear {  
    display: none; 
    width: 0; 
    height: 0; 
}

.search-field::-ms-reveal {  
    display: none; 
    width: 0; 
    height: 0; 
}

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

.search-field {
    font-family: 'Rubik', serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;   
    text-align: left;        
    max-width: 350px;
    width: 90%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    text-align: left;        
    -webkit-appearance: none;        
}

.search-field::placeholder {
    font-family: 'Rubik', serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;   
    opacity: 1;
    text-align: left;    
}

.search-field:-ms-input-placeholder {
    font-family: 'Rubik', serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;       
    text-align: left;    
}

.search-field::-ms-input-placeholder {
    font-family: 'Rubik', serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;       
    text-align: left;    
}

ul#footer-sidebar li.widget {
    width: 30.6%;
    margin-right: 4%;
    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;
}

ul#footer-sidebar:after {
    clear: both;
    content: "";
    display: block;
}

ul#footer-sidebar {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

h4.widgettitle {
    font-size: 16px;
}

.tagcloud a {
    font-size: 14px !important;
    display: block;
}

.widget_recent_entries a {
    border-bottom: 1px solid;
}

.widget_recent_entries span.post-date {
    display: block;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 20px;
}

ul#footer-sidebar li.widget select {
    max-width: 100%;
}


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


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

    .content-1170, 
    .content-960, 
    .content-570 {
        max-width: 100%;
    }               

}


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

    .blog-item-holder.has-post-thumbnail .entry-holder {
        width: 340px;
    }

}

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

    blockquote {    
        font-size: 17px;
        line-height: 28px;    
    }    

}

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

    .sm-clean li {
        margin-right: 8px;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active, 
    .sm-clean a.highlighted {
        padding: 15px 8px;
    }

    .blog-holder, 
    .footer-content {
        width: 100%;
    }   

    .blog-item-holder .post-thumbnail {
        width: 466px;
    }       

    .post-thumbnail-image img {
        max-height: 600px;
    } 

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

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

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

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

    .single .sticky-spacer .entry-info > div {
        display: inline-block;
        margin: 10px 25px;
    }

    .single .entry-content {
        float: none;
        margin-left: auto;
        margin-right: auto;   
        max-width: 95%;     
    }

}

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

    #header-main-menu {
        padding-bottom: 70px;
    }

    .menu-wrapper {
         width: 95%;
    }

    .main-menu ul {
        width: 12em;
    }        

    .toggle-holder {
        display: block;
    }

    .sm-clean li {
        margin: 0 auto !important;
        border: 0;
        min-width: 105px;
    }

    .sm-clean li a.menu-item-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
        border: 0 !important;
        position: relative;
        width: 200px;
    }

    .menu-holder {
        position: fixed;
        text-align: center;
        background-color: #000000;
        right: -100%;
        top: 77px;
        transition: right .3s ease;
        height: 100%;
        width: 300px;
        overflow: auto;
        max-width: 100%;
    }    

    .header-holder {
        -webkit-transform: none;
    }

    .menu-holder.show {
        right: 0;
    }

    .sm-clean ul ul a, 
    .sm-clean ul ul a:hover, 
    .sm-clean ul ul a:focus, 
    .sm-clean ul ul a:active {
        border: none;
    }

    .sm-clean a span.sub-arrow {
        background: transparent;
        right: -35px;
        top: 45%;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active, 
    .sm-clean a.highlighted {
        padding: 10px 18px 10px 18px;
        padding-left: 10px !important;
        margin-bottom: 5px;
    }     

    .section-wrapper {
        padding-bottom: 70px;
    }

    .single article {
        padding-top: 35px;
    }

    .single h1.entry-title {    
        font-size: 38px;
        line-height: 44px;
    }       

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

    .single-post .right-content-wrapper {
        float: none;
        width: 100%;
    }

    .tipper {
        display: none !important;
    }

    .blog-item-holder {
        width: 100%;
        padding: 5px 0;
        float: none;
    }

    .blog-item-wrapper {
        display: block;
    }

    .blog-item-holder:first-of-type {
        margin-top: 30px;
    }

    .blog-item-holder h2.entry-title {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-item-holder.has-post-thumbnail .excerpt {
        max-width: 700px;
        margin-bottom: 30px;
    }

    .blog-item-holder .post-thumbnail {
        float: none !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 30px;
        width: 95%;
        margin-top: 0;
    }

    .post-thumbnail-image img {
        max-height: 400px;
    }

    .blog-item-holder.has-post-thumbnail .entry-holder {
        float: none !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }    

    .blog-item-holder .cat-links ul {
        margin: 0;
    }

    .blog-item-holder a.button {
        margin-bottom: 30px;
    }

    .search h1.entry-title, 
    .archive h1.entry-title {
        margin-bottom: 70px;
    }

    .search .blog-item-wrapper {
        display: block;
    }

    ul#footer-sidebar {
        margin-bottom: 60px;
    }   

    ul#footer-sidebar li.widget {
        margin-right: auto !important;
        margin-left: auto;
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }    

    .form-submit {
        padding-bottom: 20px;
    }

}

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

    .page-title-holder {
        height: 100px;
    }   

    .section h1.entry-title, 
    .section h2.entry-title {
        margin-top: 18px;
    }

    .service-holder {
        margin: 0 auto;
    }

    .section-wrapper {
        padding: 130px 0 30px 0;
    }

    .page-title-holder:after {
        border-width: 100px 60px 0 0;
    }  

    .blog-item-holder h2.entry-title {
        font-size: 34px;
        line-height: 38px;
    }


    .footer-mail {
        font-size: 30px;
    }

    blockquote {
        max-width: 100%;
        margin-top: 70px;
    }

    blockquote:before {
        position: relative;
        left: 0;
        font-size: 180px;
        line-height: 37px;
    }

    .comment-form-holder {
        padding-top: 0;
    }

}

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

    .blog-item-holder .entry-holder {
        max-width: 95%;
        margin: 0 auto;
    }

    .comment, 
    .children .comment {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .comment-text {
        margin: 0;
    }    
    .comments-holder ul.children:before {
        height: 28px;
    }

}

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


    .blog-item-holder .entry-date.published, 
    .blog-item-holder .cat-links, 
    .single .entry-info div, 
    .single .entry-info .cat-links ul {
        display: block;
    }

    .blog-item-holder .entry-date.published:after, 
    .single .entry-info div:after {
        display: none;
    }

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

    .comment-text {    
        font-size: 13px;
        line-height: 23px;
    }

    .float-left.vcard {
        float: none;
    }    

    .comments-holder .comment-author-date-replay-holder {
        margin-left: 0;
        line-height: 25px;
    }

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

}

@media screen and (max-width: 400px) {  
    
    .page-title-holder {
        width: 200px;
    }
    
    .footer-mail {
        font-size: 28px;
    }
    
}