/*
Theme Name: Opta WP
Theme URI: https://demo.cocobasic.com/opta-wp/
Description: Modern WordPress Theme perfect for any designer and photographer
Author: CocoBasic
Author URI: https://www.cocobasic.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.3
Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
Text Domain: opta-wp
*/


/*------------------------------------------------------------------
[Table of contents]
1. Global CSS
 1.1 Global Header Logo/Menu CSS	
2. Blog Page CSS
3. General Page CSS
4. About Page CSS
5. Single Post CSS
6. Comments CSS
7. Archive Page CSS
8. Search Page CSS
9. Portfolio (Home) Page CSS
 9.1 Portfolio Category Page CSS
 9.2 Portfolio Single Post CSS
10. Gallery Page CSS
 10.1 Gallery Single Post CSS
11. Contact Page CSS
12. Footer CSS
13. Responsive CSS
-------------------------------------------------------------------*/


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

body {
  font-family: 'Roboto', serif;
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

body a {
  text-decoration: none;
  color: #000;
  transition: color .2s linear;
}

body a:hover {
  color: #d7b065;
}

#content p {
  margin-bottom: 17px;
}

.site-wrapper ::selection {
  background-color: #fae3b5;
}

.site-wrapper ::-moz-selection {
  background-color: #fae3b5;
}

.body-wrapper {
  margin: 30px;
  background-color: #fff;
  position: relative;
}

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

.wait-03s {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.content-1140 {
  width: 1140px;
}

.content-970 {
  width: 970px;
}

.content-945 {
  width: 945px;
}

.content-750 {
  width: 750px;
}

.content-1140 img,
.content-970 img,
.content-945 img,
.content-750 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


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

.header-holder {
  width: 1140px;
  transition: margin-top 0.7s ease;
}

.header-holder.down {
  margin-top: 70px;
}

.site-logo {
  padding: 0;
}

.header-logo {
  padding: 80px 0;
}

.header-logo img {
  width: 70px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header-logo img:hover {
  opacity: 0.8;
}

.toggle-holder {
  width: 20px;
  height: 21px;
  top: 104px;
  right: 0;
  z-index: 1;
}

#toggle:hover {
  cursor: pointer;
}

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

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

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

.menu-holder.no-left-part .menu-left-part {
  display: none;
}

.menu-holder.no-left-part .menu-right-part {
  float: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.menu-holder.no-left-part .menu-portfolio-category {
  padding-left: 0;
  margin: 0 auto;
}

.menu-left-part {
  float: left;
  cursor: auto;
  width: 50%;
}

.menu-left-part:after {
  content: "";
  position: absolute;
  display: block;
  border-right: 1px solid #1a1a1a;
  height: 110%;
  left: 50%;
  left: calc(50% - 1px);
  top: 0;
}

.menu-left-text {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-align: right;
  padding-right: 100px;
  font-size: 47px;
  line-height: 60px;
  padding-top: 50px;
}

.menu-left-text a {
  color: #fff;
  border-bottom: 2px solid;
  display: inline-block;
}

.menu-right-part {
  float: right;
  width: 50%;
}

#header-main-menu {
  font-weight: 300;
  text-align: left;
  padding-left: 100px;
  margin-top: 60px;
  display: inline-block;
  cursor: auto;
}

.main-menu.sm-clean {
  background-color: transparent;
}

.main-menu.sm-clean a {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.main-menu.sm-clean .sub-menu a,
.main-menu.sm-clean .children a {
  font-size: 18px;
  line-height: 22px;
  border-left: 0;
}

.sm-clean li a.current,
.sm-clean .current_page_item a {
  color: #d7b065;
}

.main-menu.sm-clean a:hover {
  color: #d7b065;
}

#header-main-menu .search-form {
  max-width: 350px;
}

.widget_search .search-field,
#header-main-menu .search-field {
  font-family: 'Roboto', serif;
  max-width: 350px;
  width: 90%;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  text-align: left;
  padding-top: 8px;
  transition: border 0.4s ease;
  -webkit-appearance: none;
}

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

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

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

.widget_search .search-field:focus,
#header-main-menu .search-field:focus {
  border-bottom: 2px solid #fff;
}

.widget_search .search-field::-webkit-input-placeholder,
#header-main-menu .search-field::-webkit-input-placeholder {
  font-family: 'Roboto', serif;
  font-weight: 300;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: left;
}

.widget_search .search-field::-moz-placeholder,
#header-main-menu .search-field::-moz-placeholder {
  font-family: 'Roboto', serif;
  font-weight: 300;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: left;
}

.widget_search .search-field:-ms-input-placeholder,
#header-main-menu .search-field:-ms-input-placeholder {
  font-family: 'Roboto', serif;
  font-weight: 300;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: left;
}

.widget_search .search-field:-moz-placeholder,
#header-main-menu .search-field:-moz-placeholder {
  font-family: 'Roboto', serif;
  font-weight: 300;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: left;
}

.menu-portfolio-category {
  padding-left: 100px;
  padding-top: 50px;
  cursor: auto;
  max-width: 300px;
}

.portfolio-category a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 10px;
  color: #fff;
  letter-spacing: 2px;
  padding-left: 2px;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
}

.portfolio-category a:last-child {
  margin-right: 0;
}

.slick-dots li button:before {
  background-color: #d5d5d5;
  opacity: 1;
  transition: background-color .3s ease, opacity .3s ease;
}

.slick-dots li:hover button:before {
  background-color: #d7b065;
  opacity: 0.3;
}

.slick-dots li.slick-active button:before {
  background-color: #d7b065;
}



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

.blog-item-holder {
  margin: 100px 0;
  text-align: center;
}

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

.blog-item-holder.sticky,
.blog-item-holder.status-sticky {
  background-color: #f9f9f9;
  padding-bottom: 25px;
}

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

.blog-item-holder .post-thumbnail img {
  transition: opacity 0.3s ease;
}

.blog-item-holder .post-thumbnail img:hover {
  opacity: 0.8;
}

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

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

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

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

.blog-item-holder.has-post-thumbnail .entry-holder {
  width: 440px;
  max-width: 45%;
  text-align: left;
}

.post-num {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
  margin-top: -30px;
}

.post-num .separator {
  color: #eaeaea;
  vertical-align: -20px;
}

.post-num .total-posts {
  color: #eaeaea;
  vertical-align: -40px;
  margin-left: -10px
}

.entry-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 22px;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 50px;
}

.entry-info ul {
  padding: 0;
  margin: 0;
}

.entry-info-left {
  display: inline-block;
  max-width: 180px;
  padding-right: 40px;
  text-align: left;
}

.entry-info-right {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.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 {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 44px;
}

.read-more-arrow img {
  padding-top: 20px;
  transition: transform .3s ease;
  width: 50px;
  height: 20px;
}

.blog-item-holder h2.entry-title:hover+.read-more-arrow img,
.read-more-arrow img:hover {
  transform: translate(10px);
}

.load-more-posts {
  margin-top: 50px;
  transition: margin .3s linear;
}

.more-posts-index {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-bottom: 2px solid;
  padding: 10px 30px;
  color: #000 !important;
}

.more-posts-index:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-left: 2px solid;
  border-right: 2px solid;
  -webkit-transition: all ease 0.3s 0.15s;
  transition: all ease 0.3s 0.15s;
}

.more-posts-index:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-top: 2px solid;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.more-posts-index:hover:before {
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.more-posts-index:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: all ease 0.3s 0.15s;
  transition: all ease 0.3s 0.15s;
}


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

.page .site-content {
  color: #4b4b4b;
  overflow-x: hidden;
}

.page h1.entry-title,
.blog h1.entry-title {
  font-family: 'Playfair Display', serif;
  font-size: 47px;
  line-height: 60px;
  font-weight: 400;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 35px;
  text-align: center;
}

.page h1.entry-title a,
.blog h1.entry-title a {
  position: relative;
  display: inline-block;
  color: #d7b065;
}

.page h1.entry-title a:after,
.blog h1.entry-title a:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #d7b065;
  transition: width .3s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page h1.entry-title a:hover:after,
.blog h1.entry-title a:hover:after {
  width: 100%;
}

.page-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
}


/* ===================================
 4. About Page CSS
====================================== */

.info-code {
  padding: 10px 0;
}

.info-code-title {
  font-size: 15px;
  line-height: 15px;
  font-style: italic;
  color: #b4b4b4;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.info-code-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}

.testimonial-slider-holder {
  font-size: 24px;
  line-height: 43px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}

.testimonial-slider-holder .slick-prev {
  left: -65px;
}

.testimonial-slider-holder .slick-next {
  right: -65px;
}

.progress_bar {
  margin-bottom: 35px;
}

.progress_bar_field_holder {
  height: 2px;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  background-color: #d5d5d5;
  max-width: 500px;
}

.progress_bar_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 15px;
}

.progress_bar_field_perecent {
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}


/* ===================================
 5. Single Post CSS
====================================== */

.single .site-content {
  color: #4b4b4b;
  overflow-x: hidden;
}

.single h1.entry-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 40px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.single .entry-info {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

.single-post-featured-image {
  text-align: center;
  margin-bottom: 30px;
}

.single-post .entry-content {
  font-weight: 300;
}

.single .post-num {
  text-align: center;
  margin-bottom: 100px;
}

.single .post-num .current-post {
  color: #000;
}

.tags-holder {
  font-family: "Montserrat", sans-serif;
  margin: 50px 0;
  display: inline-block;
}

.tags-holder a {
  color: #b1b1b1;
  border: 1px solid;
  text-decoration: none;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 13px;
}

.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 {
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}

.single .nav-links:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000;
  left: 50%;
  margin-left: -2px;
}

.single .nav-previous {
  display: inline-block;
  text-align: right;
  float: left;
  width: 40%;
}

.single .nav-next {
  display: inline-block;
  float: right;
  width: 40%;
  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: 30px;
  line-height: 35px;
  max-width: 290px;
}

.single-post .nav-previous a {
  float: right;
}

.single-post .nav-next a {
  float: left;
}


/* ===================================
 6. Comments CSS
====================================== */

#comments {
  margin-top: 50px;
  background-color: #f3f3f3;
  clear: both;
}

.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 .comment-author-date-replay-holder {
  margin-left: 0;
  padding-top: 80px;
}

ul.comment-author-date-replay-holder li {
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
}

ul.comment-author-date-replay-holder li.comment-author {
  max-width: 90%;
}

.comment-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  margin-left: 110px;
  text-transform: uppercase;
}

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

.comment-reply {
  float: right;
}

.comment-reply-link {
  color: #d7b065;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

.comment-reply-link:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #d7b065;
  transition: width .3s;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.comment-reply-link:hover:after {
  width: 100%;
}

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

.pingback .comment-text {
  padding-top: 20px;
}

.comment-text {
  clear: both;
}

.comment-text p {
  display: inline;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
}

.replay-at-author {
  color: #d7b065;
  margin-right: 10px;
  font-weight: 400;
}

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

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

.comment-time {
  display: inline-block;
  font-size: 14px;
}

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

.comment {
  padding-top: 80px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.logged-in-as {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 300;
}

.comment-separator.no-comments {
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 50px;
  text-align: center;
}

#commentform #email,
#commentform #author,
#commentform #comment {
  font-family: 'Roboto', serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #4b4b4b;
  border: 0;
  border-bottom: 1px solid #9a9a9a;
  height: 28px;
  width: 100%;
  padding: 0;
  background-color: transparent;
  margin-bottom: 50px;
}

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

p.custom-text-class {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
}

p.custom-field-class {
  display: inline-block;
}

#commentform #comment {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-top: 13px;
  overflow: hidden;
}

#commentform #comment:focus {
  height: 150px;
  overflow: auto;
}

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

.form-submit input[type=submit] {
  text-align: center;
  padding: 10px 0px;
  cursor: pointer;
  background: transparent;
  font-family: 'Roboto', serif;
  font-weight: 300;
  width: 100%;
  font-size: 18px;
  border: 0;
  border-bottom: 2px solid;
  position: relative;
  z-index: 3;
}

.form-submit:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-top: 2px solid;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.form-submit:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-left: 2px solid;
  border-right: 2px solid;
  -webkit-transition: all ease 0.3s 0.15s;
  transition: all ease 0.3s 0.15s;
}

.form-submit:hover:before {
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.form-submit:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: all ease 0.3s 0.15s;
  transition: all ease 0.3s 0.15s;
}


/* ===================================
 7. Archive Page CSS
====================================== */

.archive-title h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  border-bottom: 2px solid;
  display: inline-block;
}

.page-pagination-holder {
  margin: 70px 0;
}

.page-numbers.current {
  border: 1px solid #d7b065;
  color: #d7b065;
  padding: 7px 12px;
  border-radius: 90%;
}

.page-numbers {
  margin: 0 5px;
  font-size: 16px;
}

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


/* ===================================
 8. Search Page CSS
====================================== */

.search .search-title h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  border-bottom: 2px solid;
  display: inline-block;
}

.search .blog-item-holder {
  padding: 0;
  margin: 0;
}

.search .blog-item-holder .entry-title a {
  font-size: 35px;
  line-height: 40px;
}


/* ===================================
 9. Portfolio (Home) Page CSS
====================================== */

.header-content {
  padding-bottom: 100px;
  text-align: center;
}

.grid-item.quote-item {
  font-family: 'Playfair Display', serif;
  width: 400px;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}

.grid-item.quote-item:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  content: "\201C";
  font-size: 470px;
  line-height: 100%;
  color: #fae3b5;
  margin-bottom: -346px;
  margin-top: -50px;
}

.grid {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  list-style: none;
  max-width: 100%;
  padding-left: 0;
}

.item-wrapper {
  display: inline-block;
  position: relative;
}

.grid-item {
  display: block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: 3%;
  max-width: 43%;
}

.grid-item.loaded {
  display: inline-block;
}

.grid-item img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;

}

.portfolio-text-holder {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  font-size: 20px;
  background-color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.portfolio-text-holder .portfolio-text {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  line-height: 100%;
}

.portfolio-text-holder .portfolio-text:hover+p+.portfolio-arrow a img {
  transform: translate(10px);
}

.portfolio-text-holder .portfolio-category {
  padding-top: 20px;
}

.portfolio-text-holder .portfolio-category a {
  font-weight: 700;
  color: #d7b065;
  margin-right: 0;
}

.portfolio-text-holder .portfolio-category a:after {
  content: "/";
  padding: 0 5px;
}

.portfolio-text-holder .portfolio-category a:last-child:after {
  display: none;
}

.grid-item:hover .portfolio-text-holder {
  opacity: 1;
}

.grid-item .portfolio-arrow img {
  margin-left: auto;
  margin-right: auto;
  width: 35px;
  height: 20px;
  margin-top: 30px;
  transition: transform .3s ease;
}

.grid-item .portfolio-arrow img:hover {
  transform: translate(10px);
}

.more-posts-portfolio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-bottom: 2px solid;
  padding: 10px 30px;
  color: #000 !important;
}

.more-posts-portfolio:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-left: 2px solid;
  border-right: 2px solid;
  -webkit-transition: all ease 0.3s 0.15s;
  transition: all ease 0.3s 0.15s;
}

.more-posts-portfolio:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-top: 2px solid;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.more-posts-portfolio:hover:before {
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.more-posts-portfolio:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: all ease 0.3s 0.15s;
  transition: all ease 0.3s 0.15s;
}

.load-more-portfolio {
  margin-top: 50px;
  transition: margin .3s linear;
}

.move-down {
  margin-top: 500px;
}



/* ===================================
 9.1 Portfolio Category Page CSS
====================================== */

.taxonomy-title h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  border-bottom: 2px solid;
  display: inline-block;
}



/* ===================================
 9.2 Portfolio Single Post CSS
====================================== */


.single-portfolio .type-portfolio {
  padding-bottom: 80px;
}

.single-portfolio .top-content {
  text-align: center;
  padding-bottom: 40px;
}

.single-portfolio .top-content .slick-dotted.slick-slider {
  margin-bottom: 75px;
}

.single-portfolio .portfolio-item-info {
  width: 180px;
  float: left;
}

.single-portfolio .content-wrapper {
  width: 580px;
  float: right;
}

.single-portfolio .share-holder a {
  display: block !important;
  padding-left: 0 !important;
}

.share-holder {
  padding-top: 50px;
}

.share-text {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  font-style: italic;
  color: #b4b4b4;
}

.a2a_kit .a2a_svg {
  background: transparent !important;
  display: none !important;
}

.a2a_svg svg {
  display: none;
}

.addtoany_list .a2a_label {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px !important;
  line-height: 18px !important;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  clip: auto;
  clip-path: none;
  -webkit-clip-path: none;
}

.portfolio-nav {
  padding-top: 30px;
}

.single-portfolio .nav-previous {
  float: left;
  width: auto;
}

.single-portfolio .nav-previous a img {
  transition: transform .3s ease;
  width: 35px;
  height: 20px;
}

.single-portfolio .nav-previous a img:hover {
  transform: translate(-10px);
}

.single-portfolio .nav-next {
  float: left;
  margin-left: 30px;
  width: auto;
}

.single-portfolio .nav-next a img {
  transition: transform .3s ease;
  width: 35px;
  height: 20px;
}

.single-portfolio .nav-next a img:hover {
  transform: translate(10px);
}


/* ===================================
 10. Gallery Page CSS
====================================== */


.thumb-header {
  margin-top: -120px;
}

.carousel-slider .slick-slide {
  opacity: 0.7;
  transition: opacity 0.4s ease;
}

.carousel-slider .slick-slide.slick-center {
  opacity: 1;
}

.carousel-slider .slick-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.carousel-slider .slick-slide .item-text {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  font-size: 20px;
  background-color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  margin-bottom: 0 !important;
}

.carousel-slider .slick-slide.slick-center:hover .item-text {
  opacity: 1;
}

.carousel-slider .slick-slide .item-text a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  transition: opacity 0.4s ease, color .2s linear;
  display: block;
  pointer-events: none;
  cursor: default;
}

.carousel-slider .slick-slide.slick-center .item-text a {
  pointer-events: auto;
  cursor: auto;
}


/* ===================================
 10.1 Gallery Single Post CSS
====================================== */

.single-gallery h1.entry-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 580px;
}

.single-gallery .entry-content {
  padding-top: 50px;
}


/* ===================================
 11. Contact Page CSS
====================================== */


.big-text {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  line-height: 50px;
  color: #000;
  padding: 0;
  font-weight: 400;
}

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

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  color: #4b4b4b;
  border: 0;
  border-bottom: 1px solid;
  height: 28px;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Roboto', serif;
  font-weight: 300;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  font-family: 'Roboto', serif;
  color: #4b4b4b;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
  font-family: 'Roboto', serif;
  color: #4b4b4b;
  font-weight: 300;
  font-size: 18px;
  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', serif;
  color: #4b4b4b;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

.wpcf7 input[type=text]:-moz-placeholder,
.wpcf7 input[type=email]:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder {
  font-family: 'Roboto', serif;
  color: #4b4b4b;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  opacity: 1;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  padding-bottom: 5px;
}

.wpcf7 textarea {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-top: 8px;
  overflow: hidden;
}

.wpcf7 textarea:focus {
  height: 150px;
  overflow: auto;
}

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

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

.wpcf7 input[type=submit] {
  text-align: center;
  padding: 10px 0px;
  cursor: pointer;
  background: transparent;
  font-family: 'Roboto', serif;
  font-weight: 300;
  width: 100%;
  font-size: 18px;
  border: 0;
  border-bottom: 2px solid;
  position: relative;
  z-index: 3;
}

.contact-submit-holder:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-top: 2px solid;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contact-submit-holder:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-left: 2px solid;
  border-right: 2px solid;
  -webkit-transition: all ease 0.3s 0.15s;
  transition: all ease 0.3s 0.15s;
}

.contact-submit-holder:hover:before {
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contact-submit-holder:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: all ease 0.3s 0.15s;
  transition: all ease 0.3s 0.15s;
}

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 {
  display: none !important;
}


/* ===================================
 12. Footer CSS
====================================== */

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

.footer {
  font-size: 16px;
  line-height: 36px;
  margin-top: 70px;
  padding-bottom: 110px;
  clear: both;
  color: #fff;
  text-align: center;
  background: #000;
}

.footer a {
  color: #fff;
}

.footer-logo {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 50px;
}

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

.footer-first-line {
  font-family: 'Playfair Display', serif;
  font-size: 47px;
  line-height: 60px;
}

.footer-first-line a {
  border-bottom: 2px solid;
}

.footer-second-line {
  font-weight: 400;
  padding-top: 20px;
}

.footer-second-line a {
  border-bottom: 1px solid;
}

.our-position-holder {
  font-family: 'Playfair Display', serif;
  position: relative;
  font-size: 24px;
  padding: 35px 0;
  margin-bottom: 30px;
}

.our-position-holder:before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: #1a1a1a;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: 0;
}

.our-position-holder:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  background: #1a1a1a;
  bottom: 0;
}

.our-position-left {
  width: 47%;
  text-align: right;
  float: left;
}

.our-position-right {
  float: right;
  width: 47%;
  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 {
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 28px;
  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-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
}

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


/* ===================================
 13. Responsive CSS
====================================== */


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

  .content-1140 {
    max-width: 95%;
  }

  .menu-right-part {
    width: 45%;
  }

  .menu-left-part {
    margin-left: 5%;
  }

  .menu-left-part:after {
    left: 55%;
    left: calc(55% - 1px)
  }

}

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

  blockquote.inline-blockquote {
    display: block;
    margin: 50px 0;
    width: auto;
  }

}

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

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

  blockquote:before {
    line-height: 150px;
    font-size: 150px;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    margin-bottom: -60px;
  }

  .menu-left-text {
    font-size: 35px;
    line-height: 50px;
  }

}

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

  .header-logo {
    padding: 50px 0;
  }

  .toggle-holder {
    top: 71px;
    right: 40px;
  }

  .page h1.entry-title,
  .blog h1.entry-title {
    font-size: 40px;
    line-height: 45px;
    max-width: 95%;
  }

  .single h1.entry-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0;
    max-width: 95%;
  }

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

  .content-970,
  .content-945,
  .content-750 {
    width: 95%;
  }

  .menu-left-part {
    display: none;
  }

  #header-main-menu {
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
  }

  .menu-right-part {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .main-menu {
    max-width: 100%;
  }

  .menu-portfolio-category {
    padding-left: 0;
    margin: 0 auto;
  }

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

  .progress_bar_field_holder {
    width: 100%;
    max-width: 100%;
  }

  .blog-item-holder {
    padding: 30px 0;
  }

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

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

  .post-num {
    font-size: 65px;
    margin-top: -15px;
  }

  .entry-info {
    padding-bottom: 20px;
  }

  .blog-item-holder h2.entry-title {
    font-size: 40px;
  }

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

  .slick-dotted.slick-slider {
    margin-bottom: 90px;
  }

  .info-code {
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
  }

  .grid-item.quote-item:before {
    font-size: 260px;
    margin-bottom: -210px;
  }

  .grid-item.quote-item {
    font-size: 30px;
    line-height: 45px;
  }

  .portfolio-text-holder {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }

  .carousel-slider .slick-slide .item-text a {
    font-size: 25px;
    line-height: 35px;
    padding-top: 20px;
    margin-top: 0 !important;
  }

  .carousel-slider .slick-slide .item-text {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1 !important;
  }

  .single-portfolio .entry-content {
    position: relative;
    padding-bottom: 50px;
  }

  .share-holder {
    padding-bottom: 50px;
    position: absolute;
    bottom: -90px;
    text-align: center;
    width: 100%;
    left: 0;
  }

  .single-portfolio .share-holder a {
    display: inline-block !important;
  }

  .portfolio-nav {
    position: absolute;
    bottom: -115px;
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
  }

  .portfolio-nav .nav-previous,
  .portfolio-nav .nav-next {
    float: none;
  }

  .single-portfolio .portfolio-item-info {
    width: auto;
    float: none;
    text-align: center;
    padding-bottom: 30px;
  }

  .single-portfolio .content-wrapper {
    width: auto;
    float: none;
  }

  .footer {
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .footer-first-line {
    font-size: 35px;
    line-height: 35px;
  }

  .our-position-left {
    display: block;
    padding-right: 0;
    float: none;
    text-align: center;
    width: 100%;
  }

  .our-position-right {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
  }

  .our-position-holder:before {
    display: none;
  }

  .our-position-holder:after {
    width: 50%;
    left: 25%;
  }

  ul#footer-sidebar li.widget {
    width: 100%;
    margin-right: 0;
    float: none;
    padding-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%;
  }

}


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

  p.custom-text-class,
  p.custom-field-class {
    display: block !important;
  }

  p.custom-field-class,
  #commentform #email,
  #commentform #author,
  #commentform #comment {
    width: 100% !important;
  }

  .single-post .tags-holder {
    width: auto;
  }

  .comment {
    margin-top: 0;
    padding-top: 50px;
  }

}

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

  .grid-item {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
    max-width: 95%;
  }

  .grid-item.quote-item {
    margin-top: 60px;
  }

  .comments-holder .comment-author-date-replay-holder {
    margin-left: 0;
  }

  .single .nav-links:before {
    display: none;
  }

  .single .nav-previous,
  .single .nav-next {
    display: block;
    max-width: 95%;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .single .nav-previous {
    padding-bottom: 40px;
  }

  .single .nav-previous a,
  .single .nav-next a {
    float: none;
    font-size: 24px;
    line-height: 30px;
  }

  .single-portfolio .nav-previous,
  .single-portfolio .nav-next {
    display: inline-block;
    padding-bottom: 0;
    max-width: none;
    margin: 0 15px;
  }

  .carousel-slider .slick-slide img {
    max-height: 300px;
  }

}

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

}

/* Honest Signal cleanup: desktop top navigation, mobile burger preserved */
.doc-loader {
  display: none !important;
}

.header-logo .site-title-text,
.footer-copyright {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.header-logo a {
  text-decoration: none;
}

.footer-policy-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 0;
  margin: 18px auto 0;
  list-style: none;
}

.footer-policy-links a {
  color: #fff;
  text-decoration: none;
}

.footer-policy-links a:hover {
  color: #d7b065;
}

@media screen and (min-width: 1021px) {
  .menu-wraper.center-relative {
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    z-index: 20;
    overflow: visible !important;
    pointer-events: none;
  }

  .menu-wraper .menu-holder {
    width: 1140px;
    max-width: 90%;
    margin: 0 auto;
    padding: 82px 0 0;
    height: auto;
  }

  .menu-left-part,
  .menu-portfolio-category,
  #header-main-menu .search-form {
    display: none !important;
  }

  .menu-right-part {
    float: none !important;
    width: 100% !important;
    text-align: right !important;
    pointer-events: auto;
  }

  #header-main-menu {
    display: block !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    text-align: right !important;
  }

  #header-main-menu .main-menu,
  #header-main-menu .main-menu.sm-clean {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
    max-width: none;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent !important;
  }

  #header-main-menu .main-menu li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
  }

  #header-main-menu .main-menu.sm-clean a {
    color: #111 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 !important;
  }

  #header-main-menu .main-menu.sm-clean a:hover,
  #header-main-menu .sm-clean .current_page_item a,
  #header-main-menu .sm-clean li a.current {
    color: #d7b065 !important;
  }

  .toggle-holder {
    display: none !important;
  }

  .header-logo {
    text-align: left;
  }
}

@media screen and (max-width: 1020px) {
  .toggle-holder {
    display: block !important;
  }

  .header-logo .site-title-text {
    font-size: 22px;
  }
}

/* Honest Signal final header fix */
@media screen and (min-width: 1021px) {
  .header-holder {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 1140px !important;
    max-width: 90% !important;
    padding: 38px 0 !important;
    margin: 0 auto !important;
  }

  .header-logo {
    padding: 0 !important;
    text-align: left !important;
    line-height: 1 !important;
  }

  .header-logo .site-title-text {
    display: inline-block !important;
    color: #111 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
  }

  .toggle-holder {
    display: none !important;
  }

  .menu-wraper.center-relative {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    z-index: 50 !important;
    pointer-events: none !important;
    cursor: auto !important;
    transition: none !important;
  }

  .menu-wraper .menu-holder {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 1140px !important;
    max-width: 90% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 38px 0 !important;
    opacity: 1 !important;
    color: #111 !important;
    transition: none !important;
    pointer-events: none !important;
  }

  .menu-wraper .menu-left-part,
  .menu-wraper .menu-portfolio-category,
  #header-main-menu .search-form {
    display: none !important;
  }

  .menu-wraper .menu-right-part {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    text-align: right !important;
    pointer-events: auto !important;
  }

  #header-main-menu {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }

  #header-main-menu .main-menu,
  #header-main-menu .main-menu.sm-clean {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
    max-width: none !important;
    width: auto !important;
  }

  #header-main-menu .main-menu li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  #header-main-menu .main-menu.sm-clean a {
    display: block !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    text-decoration: none !important;
  }

  #header-main-menu .main-menu.sm-clean a:hover,
  #header-main-menu .sm-clean .current_page_item a,
  #header-main-menu .sm-clean li a.current {
    color: #d7b065 !important;
  }
}

@media screen and (max-width: 1020px) {
  .menu-wraper.center-relative {
    position: fixed;
    height: 100%;
    background-color: #000;
  }

  .menu-wraper .menu-holder {
    opacity: 0;
  }

  .menu-wraper.show .menu-holder,
  .menu-wraper .menu-holder.show {
    opacity: 1;
  }

  .toggle-holder {
    display: block !important;
  }
}