/*
Theme Name: Park WP
Theme URI: https://demo.cocobasic.com/park-wp/
Description: Creative 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
Tested up to: 6.8
Requires PHP: 8.3
Version: 1.7
Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
Text Domain: park-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. 404 CSS
7. Search Page CSS
8. Full Width Template CSS
9. Contact Page CSS
10. Footer CSS
11. Responsive CSS
-------------------------------------------------------------------*/


/* ===================================
    1. Global CSS
====================================== */
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #444;
    background-color: #f4f4f1;
    letter-spacing: 0.5px;
    overflow-x: hidden; 
}

body a {
    text-decoration: none;
    color: #000;
    transition: color .2s linear;
}

body a:hover {
    color: #6a6a6a;
}

#content p {
    margin-bottom: 16px;
}

.site-wrapper ::selection {
    background-color: #fffaa3;
}

.site-wrapper ::-moz-selection {
    background-color: #fffaa3;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;	
    background-color: #fff;
}

.animate {
    opacity: 0;
    transition: .3s ease-in;
    -ms-transform: translate(0px,70px); 
    -webkit-transform: translate(0px,70px);
    transform: translate(0px,70px);
}

.animate.show-it {
    opacity: 1;
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.underline {
    position: relative;
    display: inline-block;
}

.underline:after {
    content: '';
    display: block;
    width: 106%;
    height: 10px;
    background-color: #fffaa3;    
    position: absolute;
    left: -3%;
    bottom: 6px;
    z-index: -1;    
}

.content-1170 {
    width: 1170px;    
}

.content-970 {
    width: 970px;    
}

.content-830 {
    width: 830px;
}

.content-570 {
    width: 570px;
}

.content-1170 img, 
.content-970 img, 
.content-830 img, 
.content-570 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.pagination-holder {
    margin: 60px 0;
}

.archive .pagination-holder {
    margin-top: 80px;
}


/* ===================================
    1.1 Global Header Logo/Menu CSS
====================================== */

.header-holder {
    margin: 80px auto 30px auto;
    transition: margin-top 0.7s ease;
}

.header-holder.down {
    margin-top: 150px;
}

.header-logo {
    line-height: 0;
    font-size: 0;
}

.toggle-holder {
    right: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#toggle:hover {
    cursor: pointer;
}

#toggle div {
    height: 3px;
    margin-bottom: 6px;
    background-color: #000000;
    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);
    transform: translate3d(0,0,0);
}

#toggle .third-menu-line {        
    margin-bottom: 5px;
}

.menu-wraper {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
    visibility: hidden;
    opacity: 0;      
    transition: visibility 0s linear 0.5s, opacity 0.7s ease;
    cursor: url(images/close.png), auto;
}

.menu-wraper.show {
    visibility: visible;    
    opacity: 1;   
    transition-delay: 0s;
}

.menu-wraper.center-relative::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.menu-holder {
    color: #fff;
    position: relative;
    text-align: center;
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    margin-top: 140px;
    transition: opacity 0.7s ease, margin-top 0.7s ease;
}

.menu-holder.show {            
    opacity: 1;
    margin-top: 70px;
    transition-delay: 0.3s;
}

#header-main-menu {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-menu {
    float: none;
    margin: 0 auto;
    text-align: center;
    max-width: 350px;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.main-menu ul {
    width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}

.main-menu.sm-clean {
    background-color: transparent;
    display: inline-block;
}

.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: 30px;
    line-height: 40px;
    font-weight: 700;
}

.sm-clean a.current, 
.sm-clean a:hover, 
.main-menu.sm-clean .sub-menu li a.current, 
.main-menu.sm-clean .sub-menu li a:hover {
    color: #fffaa3;
}

.sm-clean a span.sub-arrow {
    color: #fffaa3;
    font-size: 18px !important;
    right: -50px;
    padding: 5px;
    width: 35px;
    height: 30px;
}

.sm-clean ul a span.sub-arrow {
    margin-top: -18px;
}

.sm-clean a span.sub-arrow:before {
    display: block;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sm-clean a.highlighted span.sub-arrow:before {
    display: block;
    content: "\f077";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sm li {
    min-width: 260px;
}

.main-menu.sm-clean .sub-menu li a {
    color: #989898;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    border: none !important;
}

#header-main-menu .search-form {
    margin-bottom: 70px;
    max-width: 350px;
    margin: 0 auto;
}

#header-main-menu .search-field {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    padding: 0;
    margin: -4px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    max-width: 350px;
    width: 90%;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    text-align: center;        
    -webkit-appearance: none;
    transition: border-color .4s ease;
    letter-spacing: 0.5px;
}

#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-color: #fff;
}

#header-main-menu .search-field::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    opacity: 1;
    text-align: center;
    letter-spacing: 0.5px;
}

#header-main-menu .search-field::-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    opacity: 1;
    text-align: center;
    letter-spacing: 0.5px;
}

#header-main-menu .search-field:-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    opacity: 1;
    text-align: center;
    letter-spacing: 0.5px;
}

#header-main-menu .search-field:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    opacity: 1;
    text-align: center;
    letter-spacing: 0.5px;
}


/* ===================================
    2. Blog Page (Home) CSS
====================================== */

.blog-holder {
    margin-top: 90px;
}

.blog-item-holder {
    margin-top: 100px;
    text-align: center; 
}

.blog .blog-item-holder:first-of-type {
    margin-top: 0;
}

.blog-item-holder.sticky .entry-holder {
    border: 10px solid #000;
}

.blog-item-holder .post-thumbnail {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 720px;
    overflow: hidden;
}

.blog-item-holder .post-thumbnail img {
    transition: transform 0.3s ease;
    display: block;
}

.blog-item-holder .post-thumbnail img:hover {
    transform: scale(1.05);
}

.blog-item-holder.has-post-thumbnail:nth-child(2n) {
    text-align: left;
}

.blog-item-holder.has-post-thumbnail .entry-holder {
    width: 350px;
    text-align: left;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.blog-item-holder.has-post-thumbnail:nth-child(2n+1) .entry-holder {
    margin-left: -95px;
}

.blog-item-holder.has-post-thumbnail:nth-child(2n+1) .read-more-arrow {
    left: 0;
    margin-left: 90px;
}

.blog-item-holder.has-post-thumbnail:nth-child(2n) .post-thumbnail {
    transform: translateX(100%);
}

.blog-item-holder.has-post-thumbnail:nth-child(2n) .entry-holder {
    transform: translateX(-450px);
    text-align: right;
    margin-right: -95px;
}

.blog-item-holder.has-post-thumbnail:nth-child(2n) .read-more-arrow {
    left: auto;
    right: 0;
    margin-right: 90px;    
    margin-left: auto;
}

.blog-item-holder .entry-holder {
    display: inline-block;
    background-color: #fff;
    padding: 60px 95px 75px;
    max-width: 795px;
}

.entry-info {
    font-size: 11px;
    letter-spacing: 5px;
    line-height: 22px;
    text-transform: uppercase;
}

.entry-info ul {
    padding: 0;
    margin: 0;
} 

.blog-item-holder .entry-info .cat-links a {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.blog-item-holder .entry-info .cat-links a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fffaa3;
    position: absolute;
    bottom: 6px;    
    left: -2px;
    z-index: -1;
    transition: bottom .3s ease;
}

.blog-item-holder .entry-info .cat-links a:hover:after {
    bottom: 0;
}

.entry-info .cat-links li {
    display: inline-block;
}

.entry-info .cat-links li:after {
    content: ",";
    padding-right: 5px;
}

.entry-info .cat-links li:last-child:after {
    display: none;
}

.blog-item-holder h2.entry-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 44px;        
    display: block;
}

.blog-item-holder .excerpt {
    font-size: 16px;
    line-height: 25px;    
}

.read-more-arrow {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -27px;
    margin-bottom: 0 !important;
}

.read-more-arrow a {
    color: #fff;    
    background-color: #000;
    width: 54px;
    height: 54px;
    display: block;
    text-align: center;
}

.read-more-arrow a:hover {
    color: #fffaa3;
}

.read-more-arrow a span {
    transition: transform .2s ease;
    vertical-align: -12px;
}

.read-more-arrow a:hover span {
    transform: scale(1.2);
}

.entry-holder.position-left .read-more-arrow {
    right: 90px;
    left: auto;
    margin-left: 0;
}

.entry-holder.position-right .read-more-arrow {
    left: 90px;
    margin-left: 0;
}

.read-more-arrow img {
    width: 50px;
    height: 20px;
}

.more-posts-index-holder {
    margin: 100px 0 50px;
    min-height: 1px;
}

.blog .more-posts, 
.blog .no-more-posts, 
.blog .more-posts-loading {
    color: #fff;
    background-color: #000;
    padding: 17px 6px 17px 14px;
    display: inline-block;
    font-size: 11px;
    min-width: 170px;
    letter-spacing: 8px;
    transition: opacity .3s ease;
}

.blog .more-posts:hover, 
.blog .more-posts-loading:hover {
    opacity: 0.8 !important;
}

.blog .more-posts {
    cursor: pointer;   
}

.blog .no-more-posts, 
.blog .more-posts-loading {
    display: none;
}


/* ===================================
    3. General Page CSS
====================================== */

.page .site-content {
    margin-bottom: 70px;
}

.page-header-image {
    line-height: 0;
}

.page-header-image + .page-content-wrapper.content-1170 {
    margin-top: -100px;
    width: 970px;
}

.page-content-wrapper {
    position: relative;    
}

.page .page-content {
    background-color: #fff;
    padding: 75px;    
}

.blank {
    display: none !important;
}

.page h1.entry-title, 
.blog h1.entry-title, 
.taxonomy-title h1, 
.search .search-title h1, 
.archive-title h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #000;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: left;
}

.blog h1.entry-title {
    padding-bottom: 0;
}

.navigation.pagination {
    text-align: center;
}

.navigation.pagination .prev, 
.navigation.pagination .next {
    display: none;
}

.navigation.pagination a {
    margin: 0 5px;
    border: 1px solid #000;
    padding: 10px 15px;
    transition: all .3s ease;
}

.navigation.pagination a:hover {
    background-color: #000;
    color: #fff;    
}

.navigation.pagination .current {
    border: 1px solid #000;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
}



/* ===================================
    4. Single Post CSS
====================================== */


.single h1.entry-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #000;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.single .entry-info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    padding-bottom: 30px;
}

.single .entry-info div, 
.single .entry-info .cat-links ul {
    display: inline-block;
}

.single .entry-info div:after {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}

.single .entry-info div:last-of-type:after {
    display: none;
}

.single-post-featured-image {
    text-align: center;
    margin-bottom: 30px;
}

.single-post .entry-content {
    background-color: #fff;
    padding: 85px 0;
    font-size: 16px;
    line-height: 28px;
    color: #444;
}

.tags-holder {
    margin: 50px 0;
    display: inline-block;
}

.tags-holder a {
    color: #898989;
    border: 1px solid;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 20px;
    font-size: 10px;
    text-transform: uppercase;
}

.tags-holder a:last-of-type {
    margin-right: 0;
}

.single .wp-link-pages span {
    color: #191919;
}

.single .wp-link-pages {
    color: #d7b065;
}

.single .nav-links {
    padding-bottom: 70px;
    position: relative;
    background-color: #fff;
}

.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-links p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;    
    font-size: 11px;
}

.nav-previous a, .nav-next a {
    font-family: 'Playfair Display', serif;
    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-family: 'Lato', sans-serif;
    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
====================================== */

ol.comments-list-holder {
    margin-top: 55px;
    padding-bottom: 40px;
}

.comments-holder ol.comments-list-holder, 
.comments-holder ul.children {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.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 {
    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%;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.comment-date {
    margin-left: 110px;
    font-size: 11px;
    margin-top: -5px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.pingback .comment-date {
    margin-left: 0;
    margin-top: 0;
}

.comment-reply {
    float: right;
}

.comment-reply-link {
    text-decoration: none;
    font-size: 12px;
    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;
    font-size: 16px;
    line-height: 22px;
    margin-left: 110px;
}

.comment-text p {
    display: inline;
}

.replay-at-author {
    color: #000;
    margin-right: 10px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    z-index: 0;
}

.replay-at-author:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fffaa3;
    position: absolute;
    bottom: 5px;
    z-index: -1;
    transition: bottom .3s ease;
}

#reply-title {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}

#cancel-comment-reply-link {
    font-size: 13px;
    padding-left: 15px;
}

.comment-time {
    display: inline-block;
    font-size: 14px;
}

.comment-form-holder {
    padding-bottom: 10px;
    background-color: #fff;
    padding-top: 10px;
}

.page .comment-form-holder {
    margin-top: 100px;
}

.page #comments .content-570:first-of-type + .comment-form-holder {
    margin-top: 0;
}

.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;
    font-size: 18px;
    font-weight: 300;
}

#commentform #email, 
#commentform #author, 
#commentform #comment {
    border: 0;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    height: 28px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 35px;
}

#commentform input[type=text]::-webkit-input-placeholder, 
#commentform input[type=email]::-webkit-input-placeholder, 
#commentform textarea::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;    
}
#commentform input[type=text]::-moz-placeholder, 
#commentform input[type=email]::-moz-placeholder, 
#commentform textarea::-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;    
}
#commentform input[type=text]:-ms-input-placeholder, 
#commentform input[type=email]:-ms-input-placeholder, 
#commentform textarea:-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;    
}
#commentform input[type=text]:-moz-placeholder, 
#commentform input[type=email]:-moz-placeholder, 
#commentform textarea:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;    
}

#commentform #comment {
    height: 150px;
}

.form-submit {
    position: relative;
    margin-bottom: 25px;
}

.form-submit input[type=submit] {
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    padding: 20px 40px 20px 45px;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    transition: color .3s ease, background-color .3s ease;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.form-submit input[type=submit]:hover {
    background-color: #000;
    color: #fff;
}


/* ===================================
    6. Page 404 CSS
====================================== */

.error-text-help-first {
    font-size: 36px;
    line-height: 40px;
    margin-top: 95px;
}

.error-text-help-second {
    font-size: 20px;
    line-height: 120%;
    max-width: 460px;
    margin: 10px auto;
}

.error-text-404 {
    font-weight: 800;
    font-size: 350px;
    line-height: 100%;
    padding-bottom: 50px;
}


/* ===================================
    7. Search Page CSS
====================================== */

.search .blog-item-holder {
    padding: 0;
    margin: 0;
    text-align: left;
}

.search .blog-item-holder .entry-title a {   
    font-size: 35px;
    line-height: 40px;
}

.search-no-results .results-holder {
    margin-bottom: 50px;
}



/* ===================================
    8. Full Width Template CSS
====================================== */

.page-template-park-full-width .page .page-content {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

/* ===================================
    9. Contact Page CSS
====================================== */

.wpcf7-form {
    max-width: 100%;
    width: 770px;
    margin: 0 auto;
    font-size: 22px;
    color: #4b4b4b;
}

.wpcf7-form p {
    margin-bottom: 0 !important;
}

.wpcf7 input[type=text], 
.wpcf7 input[type=email], 
.wpcf7 textarea {
    border: 0;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 35px;
}

.wpcf7 textarea {
    height: 150px;
}

.wpcf7 input[type=text]::-webkit-input-placeholder, 
.wpcf7 input[type=email]::-webkit-input-placeholder, 
.wpcf7 textarea::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.wpcf7 input[type=text]::-moz-placeholder, 
.wpcf7 input[type=email]::-moz-placeholder, 
.wpcf7 textarea::-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    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: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.wpcf7 input[type=text]:-moz-placeholder, 
.wpcf7 input[type=email]:-moz-placeholder, 
.wpcf7 textarea:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

.wpcf7 input[type=text], .wpcf7 input[type=email] {
    padding-bottom: 5px;
}

.wpcf7 input[name="your-name"] {
    margin-top: 0;
    padding-top: 0;
}

.contact-submit-holder {
    position: relative;
    margin-bottom: 25px;
}

.wpcf7 input[type=submit] {
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    padding: 20px 40px 20px 45px;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    transition: color .3s ease, background-color .3s ease;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.wpcf7 input[type=submit]:hover {
    background-color: #000;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
}	

div.wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    font-size: 14px;
}

div.wpcf7 .ajax-loader,
.wpcf7-spinner {
    display: none !important;
}


/* ===================================
    10. Footer CSS
====================================== */

footer ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer {
    font-size: 16px;
    line-height: 36px;
    padding-top: 45px;
    padding-bottom: 45px;
    clear: both;
    color: #fff;
    text-align: center;
    background: #000;
}

.footer a {
    color: #fff;
}

.footer-text:before {
    content: "";
    display: block;
    height: 77px;
    width: 2px;
    background: #1a1a1a;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: -95px;
}

.footer-text {
    position: relative;
    margin-top: 80px;
    padding-bottom: 50px;
}

.widget_search .search-field::-ms-clear {  
    display: none; 
    width: 0; 
    height: 0; 
}

.widget_search .search-field::-ms-reveal {
    display: none; 
    width: 0; 
    height: 0; 
}

.widget_search .search-field::-webkit-search-decoration,
.widget_search .search-field::-webkit-search-cancel-button,
.widget_search .search-field::-webkit-search-results-button,
.widget_search .search-field::-webkit-search-results-decoration { 
    display: none; 
}

.widget_search .search-field:focus {
    border-color: #fff;
}

.widget_search .search-field {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 16px;    
    line-height: 22px;
    font-weight: 700;   
    text-align: left;        
    max-width: 350px;
    width: 90%;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    text-align: left;        
    -webkit-appearance: none;
    transition: border-color .4s ease;
    letter-spacing: 0.5px;
}

.widget_search .search-field::-webkit-input-placeholder {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 16px;    
    line-height: 22px;
    font-weight: 700;
    opacity: 1;
    text-align: left;
    letter-spacing: 0.5px;
}

.widget_search .search-field::-moz-placeholder {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 16px;    
    line-height: 22px;
    font-weight: 700;
    opacity: 1;
    text-align: left;
    letter-spacing: 0.5px;
}

.widget_search .search-field:-ms-input-placeholder {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 16px;    
    line-height: 22px;
    font-weight: 700;
    opacity: 1;
    text-align: left;
    letter-spacing: 0.5px;
}

.widget_search .search-field:-moz-placeholder {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 16px;    
    line-height: 22px;
    font-weight: 700;
    opacity: 1;
    text-align: left;
    letter-spacing: 0.5px;
}

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 {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    border-bottom: 2px solid #1a1a1a;
}

h4.widgettitle {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
}

.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%;
}

ul.copyright-holder {
    font-size: 14px;
}

ul.copyright-holder:after {
    content: "";
    display: block;
    clear: both;
}

li.copyright-footer {
    float: left;
    text-align: left;
    width: 50%;
}

li.social-footer {
    float: right;
    text-align: right;
    width: 50%;
}

li.social-footer a {
    padding-left: 20px;
}

li.social-footer a:first-child {
    padding-left: 0;
}


/* ===================================
    11. Responsive CSS
====================================== */


@media screen and (max-width: 1600px) { 

    .content-1170 {
        max-width: 95%;
    }

    .page-template-park-full-width .page .page-content {
        max-width: 85%;
    }

}

@media screen and (max-width: 1450px) {  

    .one_half,  
    .one_third,  
    .two_third,  
    .three_fourth, 
    .one_fourth {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }

    .one_half {
        width: 46%;
    }

    .one_third {
        width: 28%;
    }

    .two_third {
        width: 64%;
    }

    .one_fourth {
        width: 19%;
    }

    .three_fourth {
        width: 73%;
    }        

}

@media screen and (max-width: 1220px) {   

    blockquote {    
        font-size: 17px;
        line-height: 28px;    
    }

    blockquote:before {
        line-height: 150px;
        font-size: 150px;
        position: relative;
        top: 0;
        left: 0;    
        text-align: center;
        display: block;
        margin-bottom: -60px;
    }    

    .blog-item-holder {
        margin-top: 0 !important;
        margin-bottom: 50px;
    }

    .blog-item-holder .post-thumbnail {
        max-width: 575px;
    }

    .blog-item-holder .entry-holder {
        padding: 60px 60px 75px;
    }

    .page-header-image + .page-content-wrapper.content-1170 {
        margin-top: 0;
    }

}

@media screen and (max-width: 1020px) {  

    .header-holder {
        margin-top: 25px;
    }

    .page h1.entry-title, 
    .blog h1.entry-title, 
    .taxonomy-title h1, 
    .search .search-title h1, .archive-title h1 {    
        font-size: 40px;
        line-height: 45px;
    }

    .underline:after {
        height: 6px;
    }

    .single h1.entry-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 0;
        max-width: 95%;
    } 

    .single-post .entry-content {
        padding: 40px 0;
    }

    .content-970, 
    .content-830 {
        width: 95%;
    }            

    .main-menu {
        max-width: 100%;
    }   

    .one_half, 
    .one_third, 
    .one_fourth, 
    .two_third, 
    .three_fourth {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    #header-main-menu .search-field {
        text-align: center;   
    }    

    #header-main-menu .search-field::-webkit-input-placeholder {
        text-align: center;
    }

    #header-main-menu .search-field::-moz-placeholder {
        text-align: center;
    }

    #header-main-menu .search-field:-ms-input-placeholder {
        text-align: center;
    }

    #header-main-menu .search-field:-moz-placeholder {
        text-align: center;
    }    

    .footer {
        padding-bottom: 30px;
    }    

    ul#footer-sidebar li.widget {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 30px;
    }

    ul#footer-sidebar li.widget:nth-child(3n) {
        margin-bottom: 0;
    }

    li.copyright-footer {
        float: none;
        text-align: center;
        width: 100%;
    }

    li.social-footer {
        float: none;
        text-align: center;
        width: 100%;
    }

    .blog-item-holder {
        margin-bottom: 100px;
        text-align: center !important;
    }

    .blog-item-holder .post-thumbnail {
        display: inline-block;
        max-width: 100%;
        transform: none !important;
    }

    .blog-item-holder .post-thumbnail img {
        margin: 0 auto;
    }

    .blog-item-holder.has-post-thumbnail .entry-holder {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        transform: none !important;
        text-align: center !important;
        margin-top: -90px;
    }

    .read-more-arrow {
        left: 50% !important;
        margin-left: -27px !important;
        margin-right: auto !important;
        right: auto !important;
    }

}


@media screen and (max-width: 805px) {    

    .single-post .tags-holder {
        width: auto;
    }

}

@media screen and (max-width: 767px) {
    .error-text-404 {
        font-size: 90px;
    }

}

@media screen and (max-width: 750px) {

    #header-main-menu {
        margin-top: 0;
    }

    .page h1.entry-title br, 
    .blog h1.entry-title br {
        display: none;
    }

    .page .page-content {
        padding: 5%;
    }

    .comments-holder .comment-author-date-replay-holder {
        margin-left: 0;
    }

    .single .nav-links:before {
        display: none;
    }    

    .single .nav-previous, 
    .single .nav-next {
        display: block;
        width: 95%;
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .single .nav-previous a, 
    .single .nav-next a {
        float: none;
    }

    .single .nav-previous {    
        padding-bottom: 40px;
    }

    ol.comments-list-holder {
        margin-top: 0;
    }

    .comment, 
    .children .comment {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .comment-text {
        margin: 0;
    }    

}

@media screen and (max-width: 650px) {  

    .left.vcard {
        float: none;
    }

    .comment-author-date-replay-holder {
        margin-left: 0;
        line-height: 25px;
    }

    .comment-date {
        margin-left: 0;
        margin-bottom: 25px;
    }

}


@media screen and (max-width: 630px) {  

    .sm li {
        min-width: 170px;
    }

    .sm-clean a span.sub-arrow {        
        font-size: 16px !important;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active {    
        font-size: 22px;
        line-height: 32px;
    }

    #header-main-menu .search-field {
        font-size: 22px;
        line-height: 32px;
    }

    #header-main-menu .search-field::-webkit-input-placeholder {
        font-size: 22px;
        line-height: 32px;
    }

    #header-main-menu .search-field::-moz-placeholder {
        font-size: 22px;
        line-height: 32px;
    }

    #header-main-menu .search-field:-ms-input-placeholder {
        font-size: 22px;
        line-height: 32px;
    }

    #header-main-menu .search-field:-moz-placeholder {
        font-size: 22px;
        line-height: 32px;
    }

    .content-570 {
        max-width: 95%;
    }

    #toggle {
        padding: 15px;
    }

    .blog-holder {
        margin-top: 60px;
    }

    .blog-item-holder {
        margin-bottom: 70px;
    }

    .blog-item-holder.has-post-thumbnail .entry-holder {
        width: inherit;
        margin-top: 0;
        padding: 10% 5%;
    }

    .blog-item-holder h2.entry-title {
        font-size: 28px;
        line-height: 36px;
    }

    .single .entry-info div, 
    .single .entry-info .cat-links ul {
        display: block;
    }

    .single .entry-info div:after {
        display: none;
    }

    .single .nav-links {
        padding-bottom: 30px;
    }

    .comment-date {
        letter-spacing: 2px;
    }

}