/*
Theme Name: Meelo WP
Theme URI: https://demo.cocobasic.com/meelo-wp/
Description: Meelo is corporate multipurpose one page WordPress theme which comes with a lot of premade sections which are included in one big scrolling page. Theme online documentation you can find here - https://demo.cocobasic.com/documentation/MANUAL-MeeloWP.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
Tested up to: 6.8
Requires PHP: 8.3
Version: 1.5
Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
Text Domain: meelo-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        
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: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #031e23;
    background-color: #ffffff;
    overflow-x: hidden;   
}

body a {    
    color: #031e23;
    transition: color .3s ease;
    text-decoration: none;
}

body a:hover {
    color: #dc6041; 
}

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: #fff;
}

.doc-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-1170 {
    width: 1170px;    
    max-width: 95%;
}

.content-740 {
    width: 740px;
    max-width: 95%;
}

.content-570 {
    width: 570px;
    max-width: 95%;
}

.pagination-holder {
    margin: 60px 0;
}

.vertical-aligned-logo .pagination-holder {
    margin-bottom: 160px;
}

.section {
    position: relative;
}

.section-wrapper {
    position: relative;
    padding: 95px 0 60px;
}

.included-in-onepage .section-wrapper {
    padding: 135px 0;
}

.animate {
    opacity: 0;
    transition: .3s ease-in;    
    transform: translate(0px,70px);
}

.animate.show-it {
    opacity: 1;    
    transform: translate(0px,0px);
}

a.button {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #dc6041;
    border: 2px solid #dc6041;
    display: inline-block;
    text-align: center;
    padding: 27px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;    
    letter-spacing: 2px;
}

a.button:hover {
    background-color: transparent;
    color: #dc6041;
}

/* ===================================
    1.1 Global Header Logo/Menu CSS
====================================== */

.sticky-wrapper {
    height: 77px !important;
}

.header-holder {
    z-index: 99 !important;
    width: 100% !important;
    top: 0;
    position: fixed;
    -webkit-transform: translateZ(0);
    background-color: #f9f9f9;
}

.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: 98%;
    max-width: 1450px;
    min-height: 77px;
}

.header-logo {
    line-height: 0;
    font-size: 0;
    top: 0;
    float: left;
    position: absolute;
}

.header-logo img {
    width: 57px;
    height: 122px;
}

.menu-holder {
    float: right;
    max-width: 85%;    
}

.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: #264549;
    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: #264549;
}

.sm-clean a span.sub-arrow {
    right: -3px;
    top: 3px;
}

.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: 19px;
    padding: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.sm-clean {
    background-color: transparent;
    padding: 15px;
}

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: #dc6041;
}

.sm-clean li {
    margin-right: 10px;
}

.sm-clean li:last-child {
    margin-right: 0;
}

.sm-clean ul {
    background-color: #f9f9f9;
}

.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;
        top: 2px;
    }
    .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-holder {
    width: 1170px;
    max-width: 95%;    
}

.blog .blog-holder {
    margin-top: 120px;
}

.blog-item-holder {
    padding: 60px 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: 55px;
    margin-top: 35px;
}

.blog-item-holder.has-post-thumbnail {
    width: 1170px;
    max-width: 100%;
}

.blog-item-holder.has-post-thumbnail .excerpt {
    width: 100%;
    max-width: 100%;
}

.blog-item-holder.sticky, 
.blog-item-holder.status-sticky {
    border: none;
    margin: 60px auto;
}

.blog-item-holder .post-thumbnail {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 585px;
    overflow: hidden;
    line-height: 0;
}

.post-thumbnail-image {
    transition: .3s;
}

.post-thumbnail-image:hover {
    opacity: 0.8;    
}

.blog-item-holder.has-post-thumbnail .entry-holder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 430px;
    text-align: left;
    padding: 0 75px;
    background: #fff;
}

.blog-item-holder h2.entry-title {
    display: block;
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    padding-top: 0;
    padding-bottom: 10px;
    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;
    margin: 0;
}

.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;
    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.button {
    margin-bottom: 0;
}

.more-posts-index-holder {
    margin: 100px 0 50px;
    min-height: 1px;
}

.vertical-aligned-logo .more-posts-index-holder {
    margin-bottom: 150px;
}

.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
====================================== */

.page-title-holder {
    margin-bottom: 75px;
}


.section h1.entry-title:not(.big-title),
.section h2.entry-title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 150%;
    font-weight: 300;
    word-break: break-word;
    color: #264549;
    letter-spacing: 5px;
    padding: 0;
}

.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: #dc6041;
}

.navigation.pagination .current {
    background-color: #dc6041;
    color: #fff;
    margin: 0 5px;
    transition: all .3s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/* ===================================
    4. Single Post CSS
====================================== */

.single .site-content {
    background-color: #fff;
}

.single-post-header-content .image-slider-wrapper {
    margin-bottom: 0;
}

.single-post-header-content {
    margin-bottom: 45px;
}

.single .post-info-wrapper {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    color: #828282;
    text-transform: uppercase;
}

.single article {
    padding-top: 95px;
}

.single h1.entry-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    word-break: break-word;
    text-align: center;
    color: #000;
    max-width: 600px;
    margin: 0 auto 10px;
    padding-top: 0;
}

.single .entry-info div, 
.single .entry-info .cat-links ul {
    display: inline-block;
}

.single .entry-info div:after {
    content: "\2022";
    display: inline-block;
    margin: 0 10px;
}

.single .entry-info div:last-of-type:after {
    display: none;
}

.single .entry-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.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;
    width: 1170px;
    padding-top: 15px;
    margin-left: -185px;
}

.single-post .single-content-wrapper {
    width: 800px;
    max-width: 95%;
}

.single .entry-content {
    padding-top: 30px;
    font-size: 17px;
    line-height: 30px;
    color: #000;
}

.tags-holder {
    margin: 30px 0;
    display: inline-block;
}

.tags-holder a {
    background-color: #dc6041;
    border: 1px solid #dc6041;
    color: #fff !important;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 17px 5px 20px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all .3s ease;
    letter-spacing: 3px;
    font-weight: 400;
}

.tags-holder a:last-of-type {
    margin-right: 0;
}

.tags-holder a:hover {    
    background-color: transparent;
    color: #dc6041 !important;
}

.wp-link-pages {    
    color: #dc6041;
    clear: both;
}

.wp-link-pages span {
    color: #031e23;
}

.single .nav-links {
    padding: 60px 0;
    position: relative;
}

.single .nav-links a {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.single .nav-links a:hover {
    color: #000 ;
}

.single .nav-previous {
    display: inline-block;
    text-align: right;
    float: left;
    width: 46%;
}

.single .nav-next {
    display: inline-block;
    float: right;
    width: 46%;
    text-align: left;
}

.nav-previous a, 
.nav-next a {    
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.single .nav-previous a {
    float: right;
}

.single .nav-previous a[rel="prev"]:before {
    content: "\f060";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
    transition: transform .3s ease;
}

.single .nav-previous a[rel="prev"]:hover:before {
    transform: translateX(-10px);
}

.single .nav-next a {
    float: left;  
}

.single .nav-next a[rel="next"]:before {
    content: "\f061";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
    transition: transform .3s ease;
}

.single .nav-next a[rel="next"]:hover:before {
    transform: translateX(10px);
}

.nav-links .cat-links ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    line-height: 22px;
}

.nav-links .cat-links ul li {
    display: inline-block;
}

.nav-links .cat-links a {    
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 5px;
    text-transform: uppercase;
    float: none;
}

.nav-links .cat-links li:after {
    content: ",";
    padding-right: 5px;
    display: inline-block;
    font-size: 11px;
    line-height: 22px;
}

.nav-links .cat-links li:last-child:after {
    display: none;
}


/* ===================================
    5. Comments CSS
====================================== */

#comments blockquote {
    color: #b3b3b3;
}

#comments-wrapper {
    padding-top: 73px;
    background-color: #031E23;
    padding-bottom: 5px;
}

body .site-wrapper .comment-form-holder a {
    color: #ffffff;
}

.site-wrapper .comment-form-holder a:hover {
    color: #dc6041;
}

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%;    
    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;
    color: #dc6041;
}

.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;
    color: #fff;
}

.comment-text p {
    display: inline;
}

.comment-text a {
    color: #fff;
}

.replay-at-author {
    color: #dc6041;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    z-index: 0;
    text-transform: uppercase;
}

#reply-title {
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    padding-bottom: 5px;
}

#reply-title > a {
    color: #dc6041;
}

#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: #031E23;
    padding-top: 60px;
    padding-bottom: 50px;
}

.vertical-aligned-logo .comment-form-holder {
    padding-bottom: 150px;
    margin-bottom: -100px;
}

#commentform #email, 
#commentform #author, 
#commentform #comment {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 0;
    border-bottom: 2px solid;
    height: 28px;
    font-size: 14px;
    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: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    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: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;    
}

#commentform input[type=text]::-ms-input-placeholder, 
#commentform input[type=email]::-ms-input-placeholder, 
#commentform textarea::-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

#commentform #comment {
    height: 150px;
}

.form-submit {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}

.form-submit input[type=submit] {    
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #dc6041;
    border: 2px solid #dc6041;
    display: block;
    width: 100%;
    text-align: center;
    padding: 29px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    letter-spacing: 2px;
}

.form-submit input[type=submit]:hover {
    background-color: transparent;
    color: #dc6041;
}

.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 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #dc6041;
    text-align: center;
    display: table;
    margin: 70px auto 80px;
    padding: 31px 44px;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s linear;
    letter-spacing: 2px;
}

.search-no-results .results-holder {
    margin-bottom: 50px;
    text-align: center;
}

.search-results .blog-item-holder {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.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-text-404 {
    margin: 50px 0;
}

.error-search-holder input {
    font-size: 32px;
    width: 730px;
    max-width: 80%;
    padding: 5px;
    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;
}



/* ===================================
    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: 'Roboto', sans-serif;    
    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: 'Roboto', sans-serif;
    color: #000;    
    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: 'Roboto', sans-serif;
    color: #000;    
    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: 'Roboto', sans-serif;
    color: #000;    
    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] {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #dc6041;
    border: 2px solid #dc6041;
    display: block;
    width: 100%;
    text-align: center;
    padding: 29px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    letter-spacing: 2px;
}

.wpcf7 input[type=submit]:hover {
    background-color: transparent;
    color: #dc6041;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #dc6041;
}    

div.wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    font-size: 12px;
    color: #dc6041;
    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-top: 75px;
    padding-bottom: 60px;
    clear: both;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-color: #021619;
}

.footer-content {    
    width: 900px;
}

.footer-logo {    
    position: relative;
}

.footer-logo img {
    width: 57px;
    height: 122px;
    margin-bottom: 70px;
}

.footer-mail {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 100%;
    font-weight: 700;
}

.footer-phone {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 55px;
}

.social-holder {
    margin-bottom: 35px;
    padding-top: 50px;
}

.social-holder a {
    font-size: 25px;
    margin-right: 25px;
}

.social-holder a:last-of-type {
    margin: 0;
}

.footer 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: 'Roboto', serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;   
    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: 'Roboto', serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;   
    opacity: 1;
    text-align: left;    
}

.search-field:-ms-input-placeholder {
    font-family: 'Roboto', serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;       
    text-align: left;    
}

.search-field::-ms-input-placeholder {
    font-family: 'Roboto', serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;       
    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%;
}

.copyright-holder {
    font-size: 14px;
}


/* ===================================
    9. Responsive CSS
====================================== */


@media screen and (max-width: 1360px) { 

    .blog-item-holder.has-post-thumbnail .entry-holder {
        width: 340px;
        padding: 0 40px;
    }

    .single-post-featured-image {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}

@media screen and (max-width: 1220px) {

    blockquote {    
        font-size: 17px;
        line-height: 28px;    
    }    

}

@media screen and (max-width: 1024px) {   

    .included-in-onepage .section-wrapper {
        padding: 70px 0;
    }

    .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 .entry-content {
        float: none;
        margin-left: auto;
        margin-right: auto;        
    }

}

@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;
        float: none;
    }

    .sm-clean li a.menu-item-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
        border: 0 !important;
        position: relative;
        width: 115px;
    }

    .menu-holder {
        position: fixed;
        text-align: center;
        background-color: #f9f9f9;
        right: -100%;
        top: 76px;
        transition: right .3s ease;
        height: 100%;
        width: 250px;
        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;
    }     

    .single article {
        padding-top: 35px;
    }

    .single h1.entry-title {    
        font-size: 38px;
        line-height: 44px;
    }       

    .single-post-header-content {
        margin-bottom: 35px;
    }

    .blog-item-holder {
        width: 100%;
        padding: 35px 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;
    }

    .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 .excerpt {
        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;
    }

    .error-text-help-first {
        margin-top: 70px;
    }

}

@media screen and (max-width: 767px) {   

    .page-title-holder {
        margin-bottom: 35px;
    } 

    .included-in-onepage .page-title-holder {
        margin-bottom: 75px;
    }

    .blog-item-holder h2.entry-title {
        font-size: 34px;
        line-height: 38px;
    }

    .footer-mail {
        font-size: 30px;
    }

    blockquote {
        max-width: 100%;
        margin-top: 70px;
    }    

    .nav-previous a, 
    .nav-next a {
        font-size: 17px;
        line-height: 115%;
    }  

}

@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) {    

    .footer-mail {
        font-size: 28px;
    }

}