/*  
Theme Name: Master Trades Bidding
Description: Master Trades Bidding
Theme URI: https://mastertrades.ca/
Author: Dare O
Author URI: https://mastertrades.ca/
Version: 1.2
Text Domain: Master Trades
License: GNU/GPL Version 2 or later. 
License URI: https://www.gnu.org/licenses/gpl.html 
Copyright: (c) 2022 - 2024 Master Trades Group.

*/

/*

[Table of contents]

1. CSS Resets & Clearfix
2. Body & Default Styling
3. Headings
4. Header / #header
5. Navigation / #navigation
6. Content / #content, .post
7. Sidebar / #sidebar 
8. Custom Widgets
9. Comments / #comments
10. Forms / 
11. Search / .searchform
12. Footer / #footer
13. Images & Galleries / img, .gallery
14. Social Buttons / .social-menu
15. Flex Slider / .flexslider
16. Buttons, Pagination, Ribbons & Scroll to top
17. Plugins
18. Homepage Blocks
19. Other (sticky, tagcloud, calendar, tabs, tooltips, speciable)

*/

/* 1. CSS Resets & Clearfix
********************************************************************************************
********************************************************************************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}
a img {
  border: 0;
}
figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}
figure img {
  width: 100%;
}

body {
  overflow: visible !important;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "\00A0";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

pre,
code {
  margin: 20px 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  display: inline-block;
  background: rgba(204, 204, 204, 0.2);
  padding: 2px;
  max-width: 100%;
}
pre {
  overflow-x: scroll;
  padding: 10px;
}
.wrapper_main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper {
  max-width: 100%;
  overflow: hidden;
  flex: 1 0 auto;
}
.wrapper_inn {
  overflow: hidden;
}
/* 2. Body & Default styling****************************************************************************************************************************************************************************************/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
img,
.imgwrap {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.meta_disabled .imgwrap {
  margin-bottom: 20px;
}
.imgwrap img {
  width: 100%;
}
ol,
ul {
  list-style-position: inside;
}
.rad,
.nav li ul,
.meta_categ,
.meta_more a,
.show-menu,
.tmnf_posttag a,
.post.sticky::after {
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.rad_big,
ul.social-menu li a,
.blogger div.post.sticky::after,
.gimmimore,
.tptn_after_thumb::before {
  -moz-border-radius: 30px;
  -khtml-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
img.avatar {
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%x;
}
.tranz,
#nav,
.tmnf_icon,
.nav-previous a,
.nav > li > a:before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tranz2,
ul.menu > li > a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a,
a:hover,
.nav li a,
.ribbon,
.ribbon a {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}

.link--forsure:hover::after {
  width: 90%;
  transition: 0.3s ease all;
}

.ghost {
  overflow: hidden;
}
small,
.small {
  font-size: 80% !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.cntr {
  text-align: center !important;
}
.p-border,
.tmnf_border {
  border-style: solid;
}
.slant {
  font-weight: normal;
  font-style: italic;
}
.lower {
  text-transform: lowercase !important;
}
.italic {
  font-style: italic !important;
}
.fat {
  font-weight: bold !important;
}
.white_text {
  color: #fff;
}
.hrline,
.hrlineB {
  clear: both;
  width: 100%;
  margin: 0 0;
  padding: 0;
  height: 1px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hrlineB {
  margin: 0 0 30px 0 !important;
}
.hrline span,
.hrlineB span {
  width: 30px;
  background: #999;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.entry p a:hover,
.entry ol a:hover,
.entry ul a:hover,
.elementor-text-editor a:hover {
  color: #fff;
}
.tmnf_hide {
  display: none !important;
}
.tmnf_icon {
  position: absolute;
  top: 24px;
  right: 30px;
  margin: 0 0;
  z-index: 2;
  line-height: 1;
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  padding: 10px 0;

  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.meta_disabled .tmnf_icon {
  display: none;
}
.tmnf_icon.tmnf_icon_large {
  top: 50%;
  left: 50%;
  right: auto;
  margin: -34px 0 0 -34px;
  font-size: 64px;
  width: 68px;
  height: 68px;
  padding: 0 0;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.7);
}
.item:hover .tmnf_icon_large,
.tmnf_item:hover .tmnf_icon_large {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 1);
}

.item:hover .tmnf_gradient,
.tmnf_item_grid.has-post-thumbnail:hover .item_inn,
.mag_item_overlay.has-post-thumbnail:hover .item_inn {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 56%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 56%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 56%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.tmnf_shadow {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  display: block;
}

/* 2. Body & Default styling****************************************************************************************************************************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  letter-spacing: -0.025em;
}
h1 {
  margin: 10px 0 40px 0;
  padding: 0;
}
h2 {
  margin: 10px 0 20px 0;
  padding: 0;
}

.archive_title {
  margin-top: 120px !important;
  margin-bottom: 0 !important;
}

.archive_title h2 {
  margin: 0;
}

h2.archiv br {
  display: none;
}
h3 {
  margin: 25px 0 15px 0;
  padding: 0;
}
h3.leading {
  margin: 0 0 10px 0;
  padding: 0;
}
h4 {
  margin: 15px 0 10px 0;
  padding: 0;
}
h5,
h6 {
  margin: 5px 0;
  padding: 0;
}
.tmnf_title {
  margin: 0 0 20px 0 !important;
}
/* 4. Header / #header****************************************************************************************************************************************************************************************/
#header {
  padding: 0 0 0 0;
  overflow: visible;
  margin: 0 auto 0 auto;
  float: none;
  display: block;
  width: 100%;
  z-index: 10;
  position: relative;
}

#titles,
#titles img {
  max-width: 100%;
}

#titles h1 {
  margin: 0 0;
}

.headad img,
.headad ins {
  overflow: hidden;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.head_extend,
.cart-contents {
  padding: 5px 0 0 0;
}

.icon_extend i,
.cart-contents i {
  font-size: 20px;
  padding: 6px 2px;
}

.icon_extend span {
  font-size: 10px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  opacity: 0.8;
  display: inline;
  margin: 6px 10px;
  letter-spacing: 2px;
  vertical-align: 3px;
}

#header ul.social-menu {
  padding: 7px 25px 0 25px;
}

#header ul.social-menu a span,
.icon_extend span {
  display: none;
}

.will_stick.scrollUp {
  transform: translateY(-100px);
}
.will_stick.scrollDown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  transition: all 0.5s;
}
.admin-bar .will_stick.scrollDown {
  top: 32px;
}

.will_stick.scrollDown #titles {
  margin-top: 18px;
  margin-bottom: 18px;
}

.will_stick.scrollDown #titles img {
  max-height: 30px;
}

.will_stick.scrollDown #main-nav,
.will_stick.scrollDown #add-nav,
.will_stick.scrollDown .head_extend,
#header .will_stick.scrollDown ul.social-menu {
  margin-top: 9px;
  margin-bottom: 10px;
}

.logo_inv,
.title_inv {
  display: none;
}
[class*="hero-cover"] .logo_main {
  display: none;
}
[class*="hero-cover"] .logo_inv {
  display: block;
}
[class*="hero-cover"] #navigation li.current-menu-item > a {
  opacity: 0.7;
}

/* 5. Navigation / #navigation****************************************************************************************************************************************************************************************/

.nav {
  padding: 0;
  list-style: none;
  display: inline-block;
  float: none;
  margin: 0 auto;
  z-index: 9;
  text-align: center;
}
.nav a {
  position: relative;
  display: block;
  z-index: 1;
  padding: 8px 0;
  text-decoration: none;
}
.nav a i {
  margin-right: 6px;
}
.nav > li > a {
  display: block;
  padding: 15px 0 12px 0;
  text-decoration: none;
  line-height: 1;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  text-align: left;
}
#main-nav > li.special > a {
  padding: 15px 20px 13px 20px;
  margin-left: 15px;
}
.nav li a .menu-item-description {
  display: none;
  padding-top: 6px;
  margin-bottom: -3px;
  letter-spacing: 0 !important;
  font-size: 12px !important;
  text-align: left;
  font-weight: 500;
  text-transform: none;
  opacity: 0.5;
}
.nav > li > a > .menu-item-description {
  display: block;
}
.nav li {
  display: block;
  position: relative;
  overflow: hidden;
}
.nav > li {
  margin: 0 0;
  padding: 0 12px;
  -webkit-backface-visibility: hidden;
  position: relative;
  float: none;
  display: inline-block;
}
.nav > li:last-child {
  padding-right: 0;
}
.nav li ul {
  margin: -3px 0 0 -30px;
  padding: 15px 0;
  width: 250px;
  position: absolute;
  z-index: 9;
  backface-visibility: hidden;
}
.nav li ul li > a {
  margin: 0 30px;
  padding: 10px 0px 9px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  text-align: left;
  line-height: 1.4;
}
.nav li ul li > a:hover,
.nav li ul li.current-menu-item > a {
  padding-left: 1px;
}
.nav li ul li.current-menu-item > a {
  opacity: 0.7;
  font-weight: bold !important;
}
.nav li ul li a i {
  margin-right: 5px !important;
}
.nav li ul li:last-child > a {
  border-bottom: none;
}
.nav > li > ul:after {
  border-color: #900 transparent;
  border-style: solid;
  border-width: 0 6px 6px;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
  left: 28px;
  top: -5px;
  width: 0;
}
.nav > li > ul > li,
.nav li ul ul li {
  width: 100%;
  max-width: 250px;
}
.nav li ul ul {
  margin: -52px 0 0 248px;
}
.nav > li:nth-last-child(1) > ul ul,
.nav > li:nth-last-child(2) > ul ul,
.nav > li:nth-last-child(3) > ul ul,
.nav > li:nth-last-child(4) > ul ul {
  margin-left: -248px;
}
.nav li.menu-item-has-children > a,
.nav li.page_item_has_children > a {
  padding-right: 14px !important;
}
.nav .menu-item-has-children > a::after {
  position: absolute;
  content: "\25BC";
  top: 50%;
  right: 1px;
  font-size: 8px !important;
  margin-top: -3px;
  font-weight: normal;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav li ul {
  position: absolute;
  left: -999em;
}
.nav li:hover,
.nav li.hover {
  position: static;
}
.nav li:hover ul ul,
.nav li.sfhover ul ul,
.nav li:hover ul ul ul,
.nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul,
.nav li.sfhover ul ul ul ul {
  left: -999em;
}
.nav li:hover ul,
.nav li.sfhover ul,
.nav li li:hover ul,
.nav li li.sfhover ul,
.nav li li li:hover ul,
.nav li li li.sfhover ul,
.nav li li li li:hover ul,
.nav li li li li.sfhover ul {
  left: auto;
}

.newitem > a {
  position: relative;
}

.newitem > a:after {
  position: relative;
  content: "NEW";
  background: #00a680;
  color: #fff;
  vertical-align: top;
  font-size: 8px;
  margin: -8px -10px 0 5px;
  padding: 2px 3px;
  display: inline-block;
}

.important > a {
  position: relative;
}

.important > a::before {
  float: right;
  position: relative;
  content: "!";
  background: #00a680;
  color: #fff;
  vertical-align: top;
  font-size: 8px;
  margin: -8px -10px 0 0;
  padding: 2px 3px;
  display: inline-block;
  border-radius: 50px;
  width: 7px;
  height: 8px;
  text-align: center;
  transform: scale(1);
  animation: pulse-white 3s infinite;
  box-shadow: 0 0 0 0 rgba(170, 170, 170, 1);
}

@keyframes pulse-white {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(170, 170, 170, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(170, 170, 170, 0);
  }
}

/* additional menu */

#add-nav {
  display: none;
  min-width: 145px;
}

#add-nav li {
  /* margin-top: -9px;
  margin-bottom: -8px; */
}

#add-nav > li > a {
  padding-left: 0px;
  position: relative;
}

#add-nav > li > a > i {
  position: absolute;
  top: 18px;
  left: 7px;
  font-size: 28px;
}

/* @mobile menu***************************/
input#navtrigger {
  padding: 8px;
  height: 42px;
  width: 42px;
  background-image: none;
  margin: 10px 0 10px 30px;
  display: none;
  position: relative;
  float: right;
  z-index: 99;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
input#navtrigger:hover {
  color: #fff !important;
}
#header [type="checkbox"]:checked ~ #navigation {
  display: block !important;
}
#header input[type="checkbox"] {
  display: none;
}

.show-menu {
  padding: 12px 15px;
  height: 40px;
  width: 98px;
  background-image: none;
  margin: 0 0;
  position: relative;
  z-index: 99;
  text-align: center;
  font-size: 13px !important;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
}

.show-menu i,
span.close_menu {
  margin: 0 5px 0 0;
}

.close_menu {
  display: none;
}
#header [type="checkbox"]:checked + label i {
  display: none;
}
#header [type="checkbox"]:checked + label .close_menu {
  display: inline;
}

#header [type="checkbox"]:checked ~ #navigation {
  display: block !important;
}
#header input[type="checkbox"] {
  display: none;
}
/* 6. Content / #content****************************************************************************************************************************************************************************************/
#core {
  padding-top: 4rem;
  min-height: 45vh;
}

#core.post {
  padding-top: 60px;
}

.main_part {
  border-top-width: 1px;
}

/* @posts: Basics***************************/

.blogger,
.tmnf_wrap {
  padding: 0;
  margin: 0 -20px;
  width: calc(100% + 40px);
  overflow: hidden;
}
.tmnf_wrap_vis {
  /* overflow: visible; */
}

.item_placeholder {
  margin: 0 !important;
  padding: 0 !important;
}

.blogger > .item {
  position: relative;
  margin: 20px 0 30px 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  overflow: hidden;
}

.blogger_sidebar.blogger_list .blogger > .item {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

.blogger_wide .blogger > .item,
.tmnf-sidebar-null .blogger > .item {
  width: 50%;
}

.blogger > .item .item_inn {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blogger > .item .has-post-thumbnail .item_inn {
  padding: 20px 0 0 40px;
  margin: -57px 0 0 12%;
}

.blogger > .item h3 {
  margin: 0 0 5px 0 !important;
}

.blogger_wide .blogger > .item .has-post-thumbnail .item_inn {
  height: 130px;
}

.tmnf_excerpt {
  display: flex;
}

.tmnf_excerpt p {
  font-size: 95%;
  line-height: 1.6;
  margin: 0 0;
}

.blogger .tmnf_excerpt p {
  margin-top: 10px;
}

/* blogger: list */

.blogger_list .blogger > .item {
  width: 100% !important;
  margin: 20px 0 20px 0;
}

.blogger_list .blogger .tmnf_item_list .imgwrap {
  float: left;
  max-width: 40%;
  overflow: hidden;
}

.blogger_list .blogger > .item.has-post-thumbnail .item_inn {
  padding: 0 0 0 35px;
}

.blogger_list .blogger > .item h3.tmnf_title_medium {
  font-size: 45px;
}

.blogger_list .blogger > .item.has-post-thumbnail .item_inn .meta {
  margin-top: 5px;
}

.blogger_list .blogger .tmnf_item_list .tmnf_excerpt {
  display: flex !important;
}

.blogger_list .blogger .tmnf_item_list .meta_more {
  display: block !important;
  margin-top: 15px !important;
}

.blogger_list .blogger .item .tmnf_excerpt,
.blogger_list .blogger .item .tmnf_excerpt p {
  font-size: 100%;
  margin-bottom: 0;
}

.blogger_list .blogger .item.has-post-thumbnail .meta_categ {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  margin: 2px 10px 0 0 !important;
}

/* formats */

.blogger_list .blogger {
  height: auto !important;
}

.blogger > .item.format-quote {
  /*pointer-events:none;*/
  position: relative;
}

.blogger > .item.format-quote .item_inn {
  padding: 70px 17%;
  background-color: transparent !important;
}

.blogger > .item.format-quote img {
  display: none;
}

.blogger > .item.format-quote blockquote {
  text-transform: uppercase;
  line-height: 1.3;
}

.single .format-quote {
  margin: 80px 0;
  padding: 100px 10%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* @posts: Single***************************/

.page-header {
  position: relative;
  overflow: hidden;
  display: block;
  float: none;
  width: 100%;
  max-height: 550px;
  padding: 280px 0 80px 0;
  margin: 0 auto 0 auto;
}
.page-header.big_cover {
  max-width: 1400px;
  padding: 180px 0 80px 0;
  margin-top: 60px;
}
.page-header-image {
  max-height: 780px;
  padding: 280px 0 180px 0;
}
.page-header-image h1 {
  line-height: 1.2;
  margin: 20px 0 20px 0;
}
.page-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.6 !important;
}

.page-header.big_cover img {
  left: -15%;
  width: 130% !important;
  max-width: 130% !important;
}

.page-header .tmnf_excerpt p,
.single-post .tmnf_excerpt p {
  font-size: 120%;
  max-width: 60%;
  padding-left: 0;
}

.page-header-image .tmnf_excerpt p,
.single-post .tmnf_excerpt p {
  max-width: 100%;
}

.single_no_hero h1.entry-title {
  margin: 20px 0 30px 0;
}

.main_breadcrumbs {
  padding: 0 0 !important;
  margin: -4px 0 5px 0 !important;
}
.home .main_breadcrumbs,
.error404 .main_breadcrumbs,
.search .main_breadcrumbs,
.page-template-homepage .main_breadcrumbs {
  display: none;
}
.postbarNone .main_breadcrumbs,
.tmnf-sidebar-null .main_breadcrumbs,
.postbarNone .page-header .tmnf_excerpt p,
.tmnf-sidebar-null .page-header .tmnf_excerpt p {
  text-align: center;
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}
.main_breadcrumbs span {
  padding: 0 25px 0 0;
  margin: 0 5px 0 0;
  position: relative;
}
.main_breadcrumbs span:last-child {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.main_breadcrumbs span:after {
  position: absolute;
  height: 1px;
  content: "—";
  display: block;
  top: -4px;
  right: 3px;
}
.main_breadcrumbs span:last-child:after {
  display: none;
}

.postbar {
  position: relative;
  z-index: 3;
}
.content_inn {
  overflow: hidden;
}
.wrapper_main.tmnf-sidebar-null .content_inn,
.wrapper .postbarNone .content_inn {
  overflow: visible !important;
}

.tmnf-sidebar-null h1.entry-title,
.single-post .tmnf-sidebar-null .meta_single,
.single-post .tmnf-sidebar-null .tmnf_excerpt,
.tmnf-sidebar-null .archive_title,
.post-template-template-fullwidth h1.entry-title,
.post-template-template-fullwidth .meta_single,
.post-template-template-fullwidth .tmnf_excerpt,
.postbarNone h1.entry-title,
.postbarNone .meta_single,
.postbarNone .tmnf_excerpt {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  float: none;
}

.single-post .postbarNone .tmnf_excerpt::after,
.single-post .tmnf-sidebar-null .tmnf_excerpt::after,
.single-page .postbarNone .tmnf_excerpt::after,
.single-page .tmnf-sidebar-null .tmnf_excerpt::after {
  left: 50%;
  margin-left: -40px;
}

.single-post .meta_single {
  float: none;
  width: 100%;
  overflow: hidden;
  padding: 0 0;
  margin: 0 auto 15px auto !important;
  display: inherit;
}
.single-post .tmnf_excerpt::after,
.single-page .tmnf_excerpt::after {
  bottom: 30px;
}

.single-post .tmnf_excerpt p {
  margin: 20px 0 40px 0;
}
.entryhead_single {
  margin: 0 0 40px 0;
}
.has-post-thumbnail .entryhead_single img {
  width: 100%;
}
.entry {
  overflow: visible;
  float: none;
  margin: 0 auto;
}
.entry p {
  margin: 30px 0;
}
.entry p:first-of-type {
  margin-top: 0;
}

.entry > p:last-of-type {
  overflow: hidden;
}
.entry p a,
.header_text a,
.elementor-text-editor a,
.entry ol li > a,
.entry ul li > a {
  border-width: 0 0 1px 0;
  border-style: solid;
}
.entry p a:hover,
.elementor-text-editor a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.entry p iframe {
  max-height: 450px;
}
.entry cite {
  font-weight: 400;
  font-size: 13px;
}
.entrywoo {
  margin: 40px 60px;
}
.entryfull p {
  margin: 0 0 10px 0;
}
.titlewrap {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin: 0 0 0 -580px;
  max-width: 45%;
}
.entryhead .imgwrap {
  background: none;
}
.entry > ul:not(.blocks-gallery-grid):not(.wp-block-gallery),
li.comment ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 40px 30px;
}
.entry ol,
li.comment ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 0 30px;
}
.entry > ul,
.entry > ol {
  margin-bottom: 40px;
}
.entry ol li {
  padding: 2px;
}
.entry ul ul,
.entry ol ul,
li.comment ul ul,
li.comment ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.entry ol ol,
.entry ul ol,
li.comment ol ol,
li.comment ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
.entry blockquote {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  padding: 50px 60px 40px 60px !important;
  background: rgba(204, 204, 204, 0.1);
  margin: 40px 0;
  text-transform: uppercase;
}
.entry blockquote p {
  margin: 0 0 0 0;
  letter-spacing: 0;
  line-height: 1.1;
  font-size: 50px;
}
.entry blockquote cite {
  opacity: 0.7;
  margin: 0 0 0 0;
  display: block;
  text-align: right;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin: 30px 0 10px 0;
  line-height: 1.4;
  text-transform: none;
}
.entry h5 {
  font-size: 20px !important;
}
.entry h6 {
  font-size: 16px !important;
}

/* @posts: Other***************************/
.postinfo {
  overflow: hidden;
  padding: 0 0;
}
.postauthor {
  margin: 0 0;
}

.entry .tmnf_posttag {
  padding: 0 0;
  line-height: 2.5;
  margin: 0 0 15px 0;
  overflow: visible;
}

.entry .tmnf_posttag a {
  padding: 8px 12px;
  border-width: 1px 1px 1px 1px;
  font-size: 12px !important;
  text-transform: uppercase;
}

p.modified {
  margin: 0 0 0 0;
  visibility: hidden;
  display: none;
}
.postauthor {
  overflow: hidden;
  padding: 0;
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.postauthor h5 {
  margin: 0 0 10px 0;
}
#content .postauthor img.avatar {
  float: left !important;
  margin: 0 35px 0 0 !important;
  width: 13.5%;
}
h3.additional {
  margin: 0 0 20px 0;
}
.authordesc {
  margin: 10px 0 0 0;
  padding-left: calc(13.5% + 35px);
  font-size: 80%;
  line-height: 1.8;
}
.authoricons a {
  font-size: 15px;
  padding: 0 8px;
  margin: 25px 1px 10px 0;
  width: 30px;
  float: none;
  text-align: center;
}
.authoricons a.hidd {
  display: none;
}

.tmnf_related {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.tmnf_related > div {
  padding: 0 15px;
  width: 33.33%;
  float: left;
  margin: 0 0 20px 0;
  position: relative;
}

.tmnf_related > div:first-child {
  width: 100%;
}

.tmnf_related > div:nth-child(3n + 5) {
  clear: left;
}

.tmnf_related img {
  margin: 0 0;
  width: 100%;
}

.item_related .meta {
  margin: 13px 0 0 0 !important;
}

h4.related_title {
  margin: 0 15px 30px 15px;
}

.archivloop {
  overflow: hidden;
  padding: 1px 0 0 1px;
}
.archivloop > div {
  overflow: hidden;
  margin: -1px 0 0 -1px;
  padding-top: 30px !important;
  height: 395px !important;
  border: 2px solid #ddd;
  width: 33.33% !important;
}
.postad,
.contentad {
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden;
  text-align: center;
}
.contentad img,
.contentad ins,
.postad img,
.postad ins {
  max-width: 100%;
  display: block !important;
  margin: 0 auto !important;
}
#post_nav {
  float: right;
  width: 100%;
  margin: 20px 0 60px 0;
  line-height: 1.4 !important;
  border-width: 1px 1px 0 1px;
}
.post_nav_item {
  overflow: hidden;
  padding: 30px 40px;
  border-bottom-width: 1px;
}
#post_nav img {
  float: right;
  width: 90px;
  margin: 10px 0;
  overflow: hidden;
}
#post_nav .post_nav_next img {
  float: left;
}
.post_nav_arrow {
  float: left;
  font-size: 30px;
  width: 90px;
  padding: 23px 0 0 0;
}
.post_nav_next .post_nav_arrow {
  float: right;
  text-align: right;
}
.post_nav_text {
  overflow: hidden;
  display: block;
  width: calc(100% - 180px);
  padding: 10px 60px;
}
.post_nav_text span {
  text-transform: uppercase;
}

/* 7. Sidebar / #sidebar****************************************************************************************************************************************************************************************/
#sidebar {
  overflow: hidden;
}
.sidebar_item {
  padding: 27px 30px 0 30px;
  margin: 0 0 30px 0;
  font-size: 90%;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
}

.sidebar_item h5,
.sidebar_item .wp-block-group h2 {
  position: relative;
  margin: 0 0 16px 0;
  width: 100%;
  padding: 0 0 12px 0;
  display: block;
  border-bottom-width: 1px;
  border-style: solid;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
}

.sidebar_item h5 span {
  position: relative;
}

.sidebar_item h5 span:after,
.sidebar_item .wp-block-group h2 span:after {
  content: "";
  background-color: #00a680;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -11px;
  left: 0;
}

#footer .sidebar_item h5,
#footer .sidebar_item .wp-block-group h2 {
  border-bottom-width: 0;
  padding: 15px 0 0 0;
  margin: 0 0 10px 0;
}
.sidebar_item ul {
  margin: 0 0 20px 0;
  display: block;
  width: auto;
  list-style: none;
}
.sidebar_item ul ul {
  margin: 0 0 0 0;
}
.sidebar_item li {
  text-align: left;
  position: relative;
  padding: 6px 0;
  overflow: hidden;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.sidebar_item .wp-block-group li:first-child {
  border-top: none;
}

#footer .sidebar_item li {
  border-style: dotted;
  padding: 4px 0;
}
.sidebar_item p,
.sidebar_item img {
  margin: 0 0 20px 0;
}

.sidebar_item .img_full {
  margin: -27px -30px -20px -30px !important;
  width: calc(100% + 60px) !important;
  max-width: calc(100% + 60px) !important;
}

.sidebar_item ul.children {
  margin: 6px 0 -6px 15px;
  list-style-type: none;
  display: block;
  overflow: hidden;
  clear: both;
}

#footer .sidebar_item ul.children {
  margin: 4px 0 -4px 10px;
}
.cat_nr {
  font-style: italic;
  float: right;
  border-radius: 50%;
  margin-top: 2px;
  height: 24px;
  width: 24px;
  text-align: center;
  padding: 6px 0;
  font-size: 11px;
  line-height: 11px;
}
.sidebar_item ul:not(.children) > li:first-child {
  border-top: none !important;
}
.sidebar_item ul > li.page_item a {
  float: none;
  text-align: left;
}
.sidebar_item form {
  overflow: hidden;
  padding: 0 0 0 0;
}
.sidebar_item select {
  margin: 10px 0 40px 0;
  width: 100%;
  font-size: 100% !important;
  clear: both;
  float: none;
}
.sidebar_item .searchform {
  margin: 15px 0 40px 0;
  padding: 0 0;
  float: none;
  clear: both;
  overflow: hidden;
}
.sidebar_item .searchform input.s {
  background: rgba(255, 255, 255, 0.8);
}
ul.wp-review-tabs {
  margin-bottom: 0;
}
/* 8. Custom Widgets****************************************************************************************************************************************************************************************/

/* new widgets */
.wp-block-search label {
  display: none;
}

.wp-block-search__inside-wrapper {
  margin: 5px 0 15px 0;
}

/* classic ones */
ul.lists {
  list-style: none;
  overflow: hidden;
  margin: 0;
  width: 106%;
}
ul.lists li ul,
ul.lists li ul li {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  width: 100%;
  background: none;
}
.lists li {
  padding: 0 10px 0 26px;
  margin: 0 3% 0 0;
  float: left;
  width: 31%;
  list-style: none;
}
.rssSummary,
.rss-date {
  line-height: 1.6 !important;
  display: block;
}
.rss-date {
  opacity: 0.7;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0;
}
a.rsswidget {
  clear: both;
  line-height: 1.4;
  display: inline-block;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.rsswidget img {
  float: left;
  margin: 3px 8px 0 0;
}
.sidebar_item cite {
  display: block;
  margin: 8px 0 10px 0;
  font-style: italic;
  font-size: 13px !important;
  font-weight: 400 !important;
  opacity: 0.8;
}
#recentcomments li {
  text-align: left;
}
#recentcomments li a {
  float: none;
  display: inline;
  opacity: 0.7;
}
.comment-author-link {
  font-style: italic;
}
/* @custom menu***************************/
.sidebar_item ul.menu {
  list-style: none;
  margin: 10px 0 30px 0;
}
.sidebar_item ul.menu li {
  text-align: left;
  display: block;
  padding: 8px 0;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.sidebar_item ul.menu li ul {
  margin: 0 0 -5px 20px;
}
.sidebar_item ul.menu li ul ul ul ul ul ul {
  margin: 0 0 -5px 10px;
}

#footer .sidebar_item ul.menu li ul {
  margin: 0 0 -5px 5px;
}
#footer .sidebar_item ul.menu li ul ul ul ul ul ul {
  margin: 0 0 -2px 3px;
}

/* Menu Widget*/
#menu-widget-menu {
  background: #f9f9f9;
  margin: -25px -30px 0 -30px;
}
#menu-widget-menu li {
  padding: 0 0;
  margin: 0 0;
}
#menu-widget-menu > li > a {
  padding: 25px 30px;
  margin: 0 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
#menu-widget-menu li ul {
  margin: 0 0 0 30px;
}
#menu-widget-menu li li a {
  padding: 5px 0;
  display: block;
}

#menu-widget-menu li li.current_page_item > a {
  padding-left: 10px;
}

#footer .menu li.current-menu-item > a {
  background: none;
}

/* featured / tmnf_featured***************************/
ul.tmnf_featured {
  margin: 0 0 15px 0 !important;
  overflow: hidden;
  float: left;
  list-style: none !important;
  width: 100%;
}
ul.tmnf_featured li {
  list-style: none !important;
  padding: 0 0 !important;
  margin: 0 0 !important;
  display: block;
  overflow: hidden;
}
.tab-post {
  padding: 25px 0;
  margin: 0 0;
  border-width: 0 0 0 0;
  min-height: 130px;
}
li:first-child .tab-post {
  border-top: none;
  padding-top: 5px;
  min-height: 110px;
}
li:last-child .tab-post {
  padding-bottom: 10px;
  min-height: 110px;
  border-width: 0 0 0 0;
}
.tab-post h4 {
  margin: 5px 0;
  font-weight: 600 !important;
  font-size: 17px !important;
}
.tab-post .imgwrap {
  float: left;
  margin: 0 25px 15px 0;
  max-width: 38%;
}
.tab-post img {
  margin: 0 !important;
}
.tab-post .meta {
  opacity: 0.6;
  float: none;
  margin: 0 0;
  border-top: none;
  padding: 0 0 0 0 !important;
  margin: 0 0 !important;
}
.tab-post .meta_deko::after {
  display: none;
}
.tab-post .meta .divider {
  display: none;
}
.serchwidget {
  overflow: hidden;
  margin-bottom: 25px;
}
.twinsbox {
  margin: 0 0 30px 0;
}
/* 9. Comments / #comments****************************************************************************************************************************************************************************************/
#comments {
  clear: both;
  padding: 0 0 50px 0;
}
#commentform {
  margin-bottom: 0;
}
#comments .navigation {
  padding: 20px 0;
  clear: both;
  overflow: hidden;
}
.commentlist {
  list-style: none;
  margin: 0 0 0 0 !important;
}
.commentlist li.comment {
  margin: 0 0;
  padding: 25px 0 25px 80px;
  position: relative;
  list-style: none;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.commentlist li.comment:last-child {
  border-width: 0 0 0 0;
}
.commentlist li.comment.parent {
  padding: 25px 0 0 80px;
}
.commentlist li.comment.depth-3.parent,
.commentlist li.comment.depth-4.parent,
.commentlist li.comment.depth-5.parent {
  padding: 25px 0 0 40px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
#comments .comment-body {
  position: relative;
}
#comments .comment-body p {
  margin-bottom: 8px;
  font-size: 90%;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.comment-author {
  line-height: 1.4;
}
.commentlist .avatar {
  position: absolute;
  top: 0;
  left: -80px;
}
.comment-author cite {
  font-size: 17px;
}
.comment-author .says {
  font-style: italic;
  display: none;
}
.comment-meta {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-style: italic;
  opacity: 0.7;
}
.comment-meta a:link,
.comment-meta a:visited {
  text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
  color: #ff4b33;
}
#comments .reply {
  position: absolute;
  top: 31px;
  right: 0;
}
#comments .reply a {
  font-size: 13px !important;
  margin: -13px 0 0 0 !important;
  display: block;
  float: left;
  padding: 6px 8px 6px 25px;
  position: relative;
  opacity: 0.7;
}
.reply a,
a.comment-edit-link {
  opacity: 0.6;
}
#comments a.comment-reply-link:before {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  content: "\f097";
  font-family: "Font Awesome 5 Free";
  content: "\f3e5";
  font-size: 11px;
  font-weight: 700;
}
.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  list-style: none;
  border: none;
}
.commentlist .children > li:first-of-type {
  padding-top: 50px;
}
.nopassword,
.nocomments {
  display: none;
}
#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0;
  padding: 25px 0;
}
#comments .pingback p {
  opacity: 0.8;
  display: block;
  font-size: 13px;
  margin: 0;
}
#comments .pingback .url {
  font-size: 15px;
  margin: 0 0 10px 0;
  display: block;
}
#comments blockquote {
  font-size: 32px !important;
}
/* Comments form***************************/
#respond {
  margin: 0;
  overflow: hidden;
  position: relative;
}
#respond h3#reply-title {
  margin: 30px 0 16px 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 30.63%;
  float: left;
  margin-right: 4%;
}
.comment-form-email {
}
.comment-form-url {
  margin-right: 0;
}
input#author,
input#email,
input#url {
  width: 99.7% !important;
  margin-bottom: 20px !important;
  border-width: 1px;
  border-style: solid;
  letter-spacing: 0;
}
#respond .comment-notes,
p.logged-in-as {
  margin: 15px 0;
  opacity: 0.8;
  font-size: 13px;
}
p.logged-in-as {
  margin-top: 10px !important;
}
.form-allowed-tags {
  display: none;
}
.children #respond {
  margin: 0 0 0 0;
}
#comments-list #respond {
  margin: 0;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  position: absolute;
  top: 23px;
  right: 1px;
}
#respond .required {
  color: #ff4b33;
  font-weight: bold;
  margin-left: 3px;
}
#respond label {
  color: #888;
  font-size: 13px;
}
#respond input {
  margin: 0;
}
#respond textarea {
  width: 100%;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
  letter-spacing: 0;
}
#respond .form-allowed-tags,
#respond .form-allowed-tags code {
  display: none;
}
#respond .form-submit {
  margin: 12px 0 0 0;
}
#respond .form-submit input {
  font-size: 14px;
  width: auto;
  margin: 20px 0 0 0;
  -webkit-appearance: none;
}
#wp-comment-cookies-consent {
  margin: 0 8px 0 0 !important;
}
/* 10. Forms****************************************************************************************************************************************************************************************/
input,
textarea,
input checkbox,
button,
input radio,
select,
file {
  border-width: 1px;
  border-style: solid;
  padding: 12px 15px;
  margin: 0 0 15px 0;
  line-height: 1.2 !important;
  font-family: inherit;
}
.post-password-form input[type="password"] {
  margin-left: 30px;
}
.post-password-form input[type="submit"] {
  border: 1px solid #9de2ea;
  background-color: #9de2ea;
  color: #053463;
}
button,
input.button {
  cursor: pointer;
  padding: 13px 30px;
}
input checkbox {
  margin-right: 5px;
}
select {
  max-width: 100%;
  overflow: hidden;
  margin: 5px 0 20px 0;
  background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.95rem center/8px 10px;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.mainbutton {
  padding: 14px 22px;
  float: none;
  margin: 0 auto;
  text-align: center;
}

.upper .mainbutton {
  font-size: 12px !important;
}

.mainbutton.inv {
  background: none;
  color: inherit !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.mainbutton.inv:hover {
  border: 1px solid rgba(255, 255, 255, 0) !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

/* 10. Search / .searchform****************************************************************************************************************************************************************************************/
.searchform {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 0 40px 0;
}
.searchSubmit {
  position: absolute;
  height: 48px;
  width: 45px;
  border: none;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 4px !important;
  top: 1px;
  right: 1px;
  font-size: 12px !important;
  line-height: 1 !important;
}
.searchform input.s {
  padding: 15px 20px;
  margin: 0 0 0 0;
  height: 50px;
  font-style: normal;
  width: 100%;
  display: block;
  letter-spacing: 0;
}
.search #content .searchform,
.archive #content .searchform {
  margin: 0 0 100px 0;
  width: 70%;
}
.not_found_content {
  min-height: 83vh;
}
.errorentry {
  padding: 0 0 100px 0;
}
.errorentry > h2 {
  margin-top: 9vh;
}
.errorentry p {
  margin: 10px 0 0 0 !important;
}
.search-no-results .blogger .item-no-search-results {
  width: 100%;
  margin-bottom: 150px;
  max-width: 100%;
  margin-top: 60px;
  background: none;
}
.error-search .searchform {
  margin-top: 50px;
}
.no-search-results {
  max-width: 700px;
  float: none;
  margin: 0 0;
}
.tmnf-sidebar-null .no-search-results {
  text-align: center;
  margin: 0 auto;
}
.no-search-results .searchform {
  max-width: 500px;
  width: 100% !important;
  margin: 40px 0 !important;
  float: none !important;
}
.tmnf-sidebar-null .no-search-results .searchform {
  margin: 40px auto !important;
}
.search-results .type-page .meta_categ,
.search-results .type-product .meta_categ,
.search-results .wpm_ele_slider .meta_categ {
  display: none;
}
/* 12. Footer / #footer****************************************************************************************************************************************************************************************/
#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
  text-shadow: none;
  font-size: 94%;
  border-width: 1px 0 0 0;
  z-index: 0;
}
#footer .sidebar_item {
  background: none !important;
  border: none !important;
  padding: 0 0 0 0;
  margin: 15px 0;
}
#footer .sidebar_item:first-of-type {
  margin-top: 80px;
}
#footer .sidebar_item:last-of-type {
  margin-bottom: 60px;
}
#footer .sidebar_item p {
  margin: 0 0 5px 0;
  padding: 0 0;
}
#footer .sidebar_item li {
  list-style: none;
}
#footer .foocol h2 {
  text-align: left;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
#footer .ghost {
  background: none !important;
}

.footer_above h2 {
  margin: 40px 0;
  float: left;
}

.footer_img {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.footer_below {
  padding: 0 0;
  float: none;
  font-size: 90%;
  border-width: 1px 0 1px 0;
}
.footer_text {
  padding: 32px 20px 32px 0;
  font-size: 13px;
  float: left;
  margin: 0 auto;
}
#footer .bottom-menu {
  float: left;
  margin: 20px 15px 30px 15px !important;
  display: block;
}
#footer .bottom-menu li {
  display: inline;
  position: relative;
  padding: 0 6px 0 1px;
}
#footer .bottom-menu li:before {
  display: block;
  content: " | ";
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: -3px;
  font-family: "Arial";
  font-weight: 400;
}
#footer .bottom-menu li:last-child:before {
  display: none;
}
#footer .bottom-menu li a {
  padding: 6px 5px 6px 5px;
  font-size: 13px;
}
#footer .menu-item-has-children > a::after,
.bottom-menu .menu-item-has-children > a::after,
.bottom-menu .mega2 > a::after {
  display: none;
}
/* 13. Images @ Galleries / img****************************************************************************************************************************************************************************************/
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
img.alignright {
  margin: 10px 1px 10px 20px !important;
  display: inline;
  float: right;
}
img.alignleft {
  margin: 10px 20px 10px 1px !important;
  display: inline;
  float: left;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  text-align: center;
  padding-top: 0;
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
}
.wp-caption img {
  margin: 0 auto;
  display: block;
  float: none !important;
  padding: 10px 5px;
  border: 0 none;
  max-width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 0 0;
  margin: 0 0 10px 0;
  overflow: hidden;
}
img.wp-smiley {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.postbarNone .entry img.heroimg {
  margin: 30px -800px;
  max-width: 1600px;
  width: 1200%;
  left: 50%;
  position: relative;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* @wp gallery***************************/
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 30px auto !important;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  margin: 0 1px 1px 0 !important;
  text-align: center;
  width: auto !important;
  height: auto;
  overflow: hidden;
  padding: 0 0;
  background: none !important;
  border: none !important;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.entryfull .gallery .gallery-item {
  max-width: 149px;
}
.gallery img {
  border: none !important;
  float: left;
}
.gallery a {
  overflow: hidden;
  float: left;
}
.gallery .gallery-caption {
  margin-left: 0;
}
.gallery dl {
  margin: 0;
}
dt.gallery-icon {
  padding: 0 0 !important;
}
.gallery-caption {
  color: #888;
  font-size: 12px;
  margin: -24px 0 24px 0;
}
.gallery br + br,
.gallery-caption {
  display: none;
}
/* 14. Social Buttons / .social-menu****************************************************************************************************************************************************************************************/
ul.social-menu {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0;
  float: left;
}
.sidebar_item ul.social-menu {
  margin: 5px 0 20px 0 !important;
}
.footer_icons ul.social-menu {
  float: right;
  margin: 0 auto;
  display: block;
}
ul.social-menu li {
  display: block;
  list-style-type: none;
  position: relative;
  line-height: 1;
  float: left;
  margin: 0 4px;
  padding: 0 0 0 0;
  overflow: hidden;
  border: none !important;
  text-align: center;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
.footer_icons ul.social-menu li {
  margin: 25px 10px 0 0;
}

ul.social-menu li:hover {
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
ul.social-menu li a {
  margin: 0 0 0 0;
  position: relative;
  font-size: 14px;
  height: 32px;
  width: 32px;
  text-align: center;
  padding: 8px 7px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.footer_icons ul.social-menu li a {
  width: auto;
  height: 37px;
  padding: 8px 6px;
}

ul.social-menu li a:hover {
  background-image: none;
  color: #fff;
}
#footer ul.social-menu li a:hover {
  color: #fff !important;
}
ul.social-menu li a i {
  font-size: 14px;
}

ul.social-menu li.sprite-youtube a i {
  margin-left: -1px;
}

ul.social-menu li.sprite-telegram a i {
  margin-left: -2px;
}

.footer_icons ul.social-menu li a i {
  float: left;
  display: block;
  margin: 0 0 2px 9px;
  font-size: 18px;
}

ul.social-menu a span {
  font-size: 12px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 4px 10px;
  display: inline-block;
}
ul.social-menu a:hover,
ul.social-menu a:hover span {
  color: #fff !important;
}

ul.social-menu .fa-twitter {
  display: none !important;
}

.fa-x-twitter::before {
  content: "\e61b" !important;
}

.fa-threads::before {
  content: "\e618" !important;
}

ul.social-menu li.sprite-rss a:hover {
  background-color: #fe9900 !important;
}
ul.social-menu li.sprite-tripadvisor a:hover {
  background-color: #00a680 !important;
}
ul.social-menu li.sprite-delicious a:hover {
  background-color: #3274d2 !important;
}
ul.social-menu li.sprite-threads a:hover {
  background-color: #000 !important;
}
ul.social-menu li.sprite-stumbleupon a:hover {
  background-color: #ec4823 !important;
}
ul.social-menu li.sprite-skype a:hover {
  background-color: #00a8e9 !important;
}
ul.social-menu li.sprite-telegram a:hover {
  background-color: #00a8e9 !important;
}
ul.social-menu li.sprite-behance a:hover {
  background-color: #2d9ad2 !important;
}
ul.social-menu li.sprite-myspace a:hover {
  background-color: #003399 !important;
}
ul.social-menu li.sprite-lastfm a:hover {
  background-color: #b70736 !important;
}
ul.social-menu li.sprite-linkedin a:hover {
  background-color: #0274b3 !important;
}
ul.social-menu li.sprite-flickr a:hover {
  background-color: #f3006f !important;
}
ul.social-menu li.sprite-deviantart a:hover {
  background-color: #455548 !important;
}
ul.social-menu li.sprite-tumblr a:hover {
  background-color: #35506b !important;
}
ul.social-menu li.sprite-vimeo a:hover {
  background-color: #1bb6ec !important;
}
ul.social-menu li.sprite-youtube a:hover {
  background-color: #ec2828 !important;
}
ul.social-menu li.sprite-twitter a:hover {
  background-color: #00abf0 !important;
}
ul.social-menu li.sprite-facebook a:hover {
  background-color: #47639e !important;
}
ul.social-menu li.sprite-pinterest a:hover {
  background-color: #ca222f !important;
}
ul.social-menu li.sprite-instagram a:hover {
  background-color: #405de6 !important;
}
ul.social-menu li.sprite-dribbble a:hover {
  background-color: #df3e7b !important;
}
ul.social-menu li.sprite-github a:hover {
  background-color: #000 !important;
}
ul.social-menu li.sprite-px a:hover {
  background-color: #000 !important;
}
ul.social-menu li.sprite-foursquare a:hover {
  background-color: #8cc540 !important;
}
ul.social-menu li.sprite-soundcloud a:hover {
  background-color: #fe5419 !important;
}
ul.social-menu li.sprite-spotify a:hover {
  background-color: #7cc110 !important;
}
ul.social-menu li.sprite-ebay a:hover {
  background-color: #ffcb01 !important;
}
ul.social-menu li.sprite-snapchat a:hover {
  background-color: #fffc00 !important;
  color: #000 !important;
}
ul.social-menu li.sprite-tiktok a:hover {
  background-color: #4be1ec !important;
}
.footer_icons {
  padding: 0 0;
  overflow: hidden;
  text-align: center;
}
/* 15. Flex / Owl Slider / .owl-carousel****************************************************************************************************************************************************************************************/

/* 16. Buttons, Pagination, Ribbons & Scroll to top****************************************************************************************************************************************************************************************/
/* Buttons***************************/
a.more-link {
  display: none;
  visiblity: hidden;
}
a.read-more {
  display: block;
  visibility: visible;
}
#submit,
#comments .navigation a,
.contact-form .submit,
.wpcf7-submit {
  line-height: 1.3;
  border: none !important;
  text-shadow: none;
  overflow: hidden;
  display: block;
  cursor: pointer;
  padding: 13px 30px;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* Meta***************************/
.meta {
  line-height: 2;
  position: relative;
  padding: 0 0;
  margin: 12px 0 14px 0;
  float: none;
  z-index: 1;
}

.meta_categ {
  padding: 2px 10px;
  float: left;
  margin: 10px 15px 10px 0;
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.item.page .meta_categ {
  display: none;
}

.meta_deko,
h3#reply-title {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  display: flex;
}

h3#reply-title {
  padding-bottom: 15px;
}
.meta_deko:after {
  position: absolute;
  bottom: -39px;
  left: -29px;
  width: 60px;
  height: 1px;
  content: "";
  transform: rotate(90deg);
}
.meta_single {
  position: relative;
  float: left;
  margin-bottom: 10px;
}
.meta_single .meta {
  opacity: 1;
}
.meta_single.meta_deko:after {
  left: 0;
  width: 100%;
}
p.meta.author img {
  opacity: 1;
  width: 35px;
  border-radius: 50%;
  float: left;
  margin: 0 10px 0 0;
  display: inline;
}
span.author span {
  opacity: 0.7;
}
span.divider {
  margin: 0 6px 0 8px;
}
.meta_more {
  margin: 4px 0 0 0;
  opacity: 1;
  line-height: 1;
  float: left;
}
.meta_more a {
  position: relative;
  line-height: 1.5;
  display: block;
  font-size: 28px;
}
.meta_more a:hover {
  border-color: rgba(0, 0, 0, 0);
}
.gimmimore {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 10px;
  line-height: 1;
  padding: 4px 2px;
  height: 16px;
  width: 16px;
}
.meta_full i {
  display: inline-block;
  opacity: 0.4;
  margin-right: 5px;
  padding: 0 1px;
  width: 14px;
}
.meta_full span.divider {
  margin: 0 10px;
  opacity: 0.4;
  font-weight: bold;
}
/* Pagination***************************/
.pagination {
  margin: 0 0 0 0;
  float: none;
  padding: 25px 0 20px 0;
  overflow: hidden;
  text-align: center;
}
.nav-links {
}

.nav-links > span,
.nav-links > a {
  padding: 8px 19px;
  border-width: 1px !important;
  border-style: solid !important;
  display: inline-block;
  margin: 0 4px 40px 4px;
}

.nav-links > span.current {
  border-color: rgba(204, 204, 204, 0) !important;
}

/* Post Pagination***************************/
.post-pagination {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  padding: 0 0;
  overflow: hidden;
  text-transform: uppercase;
}
.post_pagination_inn {
  overflow: hidden;
}
.post-pagination p {
  margin: 0 0;
  overflow: hidden;
  display: block;
}
.post-pagination p a {
  font-size: 12px;
}
.post-pagination p a span {
  padding: 30px 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}
.post-pagination p a span.tmnf_prev_link {
  float: left;
}
.post-pagination p a span.tmnf_next_link {
  float: right;
}
.post-pagination p a:hover {
  opacity: 0.7;
}
.page-link {
  margin: 50px 0 0 0;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  width: 70%;
  left: 0;
}
.page-link span {
  margin: 0 6px 0 0;
  padding: 10px 12px;
  overflow: hidden;
  display: inline-block;
  width: 36px;
  line-height: 1;
  text-align: center;
}
.page-link a {
}
.page-link a span {
  border-width: 1px;
  border-style: solid;
}
.page .page-link {
  position: relative;
  left: auto;
  text-align: left;
  display: block;
}
.page .page-link span {
  width: auto;
  display: inline;
}
/* Scroll To Top***************************/
.scrollTo_top {
  position: fixed;
  right: 0;
  bottom: -4px;
  z-index: 998;
  width: 70px;
  margin: 0 0 0 0;
  text-align: center;
}
.scrollTo_top a {
  display: block;
  padding: 13px 0 20px 0;
}
/* 17. Plugins****************************************************************************************************************************************************************************************/

/* AddToAny */

.elementor-page .addtoany_content {
  display: none;
}

#core .addtoany_list a > span,
#flyoff .addtoany_list a > span {
  border-radius: 40px !important;
  padding: 10px;
}

/* top 10 */
.elementor-widget-wp-widget-widget_tptn_pop .elementor-widget-container h5 {
  display: none;
}
.tptn_posts_widget {
  width: calc(100% + 12px);
  margin: 0 0 0 -12px;
}
.tptn_posts_widget li {
  display: block;
  overflow: visible;
  padding: 25px 0 25px 12px !important;
  margin: 0 0 !important;
  line-height: 1.2;
  position: relative;
  counter-increment: step;
}
.tmnf_columns_3 .tptn_posts_widget li,
.tmnf_columns_4 .tptn_posts_widget li {
  padding: 25px 20px 25px 12px !important;
}

.foocol .tptn_posts_widget li {
  margin-left: 12px !important;
}
.widgetable .tptn_posts_widget li:first-child {
  border-top: none;
  margin: 0 0 0 0 !important;
  padding: 10px 0 25px 12px !important;
}

.tptn_after_thumb::before {
  content: counter(step, decimal);
  left: -12px;
  position: absolute;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 2.3 !important;
  top: -15px;
  z-index: 3;
  font-size: 22px !important;
  transition-duration: 0.4s;
}
li:hover .tptn_after_thumb:before {
  transform: scale(0.7);
}

.tptn_posts_widget li:last-child {
  padding: 25px 0 15px 12px !important;
}
.tptn_posts_widget li > .tptn_link {
  float: left;
  max-width: 40%;
  margin: 0 25px 0 0;
}
.tptn_after_thumb .tptn_link {
  float: none;
  display: block;
  margin: 3px 0 8px 0;
  line-height: 1.2;
  font-size: 16px !important;
}
.tptn_after_thumb {
  padding: 0 0 0 50px;
  display: block;
  position: relative;
}
.tptn_after_thumb span.tptn_list_count,
.tptn_counter {
  display: none;
}
.tptn_title {
  margin: 0 0 10px 0;
}

.upper_maxi .tptn_title {
  font-size: 13px !important;
}
.tptn_link img {
  margin: 0 !important;

  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50% !important;
}
.crp_author,
.tptn_date {
  opacity: 0.7 !important;
  font-size: 11px;
}
.su-box {
  border-width: 1px !important;
}

/* contact form */
div.wpcf7 {
  overflow: hidden;
}
.wpcf7-form label {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin: 0 0 0 0;
  font-size: 15px;
}
.wpcf7-form p img {
  float: left;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  font-style: normal;
  padding: 15px 5%;
  margin: 5px 0 25px 0;
  overflow: hidden;
  clear: both;
  height: 54px;
}
.wpcf7-form textarea {
  height: 150px !important;
}
.wpcf7-submit.wpcf7-submit {
  width: 120px !important;
  margin-bottom: 0;
}
.tmnf_your_file input {
  height: 78px;
  padding: 25px 25px;
  border-style: dashed;
  border-width: 2px;
  font-size: 15px;
}
.wpcf7-form p img {
  float: left;
}
input.wpcf7-captchar {
  width: 65px !important;
  margin-top: 5px;
}
span.wpcf7-not-valid-tip {
  position: relative !important;
  margin-top: 5px;
}

/* awesome weather */
.awesome-weather-wrap {
  margin: 0 0 40px 0;
}
/* WP Review */
.icon-rating {
  position: absolute;
  float: right;
  z-index: 3;
  opacity: 0.8;
}
.icon-rating .wp-review-show-total {
  padding: 3px 9px !important;
}
.wp-review-point-type .review-result,
.wp-review-percentage-type .review-result,
.review-total-point .review-result {
  z-index: 9 !important;
}
/* mail chimp */
.mc4wp-form {
  padding: 0;
  margin: 0 0;
}
.content_inn .mc4wp-form {
  padding: 50px 60px 40px 60px;
  margin: 0 0 40px 0;
}
.single-wpm_project .content_inn .mc4wp-form {
  max-width: 700px;
  float: none;
  margin: 0 auto;
}
.mailchimp_section {
  overflow: hidden;
  padding: 40px 40px 40px 54%;
  margin: 0 0;
}
.mailchimp_section_alt {
  float: none;
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.mailchimp_section_alt .mc4wp-form {
  margin: 60px 0 20px 0;
}
.mc4wp-form input {
  float: none !important;
  clear: both;
  margin: 20px auto;
  text-transform: uppercase;
  font-size: 11px !important;
  line-height: 1 !important;
}
.mc4wp-form input[type="email"] {
  width: 70%;
  overflow: hidden;
  padding: 15px 20px !important;
  height: 44px;
  border-width: 0 0;
  border-radius: 0 0 0 0;
}
.mc4wp-form input[type="submit"] {
  border: none !important;
  width: 30% !important;
  cursor: pointer;
  float: right !important;
  padding: 15px 20px !important;
  height: 44px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  border-radius: 0 0 0 0;
}
.mc4wp-form p,
.mc4wp-form h2,
.mc4wp-form h3,
.mc4wp-form h4,
.mc4wp-form h5 {
  color: inherit !important;
  margin: 0 0 15px 0;
  padding: 0 0;
  width: 100%;
  clear: both;
  display: block;
}
.sidebar_item .mc4wp-form {
  padding: 0 0 !important;
  margin: 15px 0 25px 0;
}

#footer .mc4wp-form input[type="submit"] {
  border-width: 1px 1px 1px 0 !important;
}

.mailchimp_section_alt .formwrap {
  max-width: 70%;
  margin: 20px auto 0 auto;
}

/* addtoany */
.addtoany_share_save_container {
  margin: 20px 0 29px 0 !important;
}
.addtoany_list a span {
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px !important;
  border: 1px solid rgba(153, 153, 153, 0.2);
  padding: 6px;
}
.addtoany_list a span {
}
.page-template-homepage .addtoany_share_save_container,
.flexinside-inn .addtoany_share_save_container {
  display: none;
}
.addtoany_list a,
.widget .addtoany_list a {
  padding: 0 6px 0 0 !important;
}
/* 18. Homepage Blocks****************************************************************************************************************************************************************************************/

.block_title {
  position: relative;
  padding: 0 20px;
}

.block_title h2,
.block_title span {
  position: relative;
  z-index: 1;
}

/* 19. Other (sticky, tagcloud, calendar, tabs, tooltips, speciable)****************************************************************************************************************************************************************************************/
.blogger div.post.sticky {
  position: relative;
  overflow: visible;
}
.blogger div.post.sticky .item_inn {
}
.blogger div.post.sticky::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-family: "Font Awesome 5 Free";
  content: "\f02e";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.7 !important;
  padding: 10px;
  height: 22px;
  width: 22px;
  text-align: center;
}
li.bypostauthor p {
  padding-right: 25px;
}
.tagcloud {
  padding: 20px 0 30px 0;
  overflow: hidden;
}
.tagcloud,
#serpane3 {
  width: 102%;
}
.tagcloud a {
  float: left;
  font-size: 14px !important;
  line-height: 1;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 8px 8px 0;
}
#footer .tagcloud a {
  font-size: 12px !important;
}

.dekoline {
  position: relative;
  margin: 10px 0 15px 0;
  display: block;
}

.dekoline::after {
  content: "";
  height: 1px;
  width: 140px;
  display: block;
  bottom: 0;
  position: absolute;
}

h3#reply-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 1px;
  content: "";
}

h2#comments-title {
  padding-bottom: 10px;
  position: relative;
}
#comments-title::after,
.related_title .dekoline::after {
  left: 0 !important;
  margin-left: 0 !important;
}

h4.related_title,
h2#comments-title,
h3#reply-title {
  font-size: 24px !important;
  font-weight: 600 !important;
}

/* ratings***************************/
.icon-rating .wp-review-show-total {
  float: none;
  display: inline-block;
  padding: 9px !important;
  margin: 0 0 0 0;
  height: 35px;
  vertical-align: top;
}
.icon-rating .review-total-star i {
  font-size: 10px !important;
}
h5.review-title {
  font-size: 20px !important;
}
.review-list li,
.review-desc,
.user-review-area,
.review-title {
  padding: 15px 35px;
}
.review-wrapper,
.review-title,
.review-desc,
.user-review-area,
.review-list li {
  border-width: 1px !important;
}
.review-wrapper {
  margin: 40px 0 !important;
}
.bar-point .review-result,
.percentage-point .review-result {
  z-index: 3 !important;
}
ul.wp-review-tabs {
  margin-bottom: 0 !important;
}
.sidebar_item .wp_review_tab_widget_content .tab-content li {
  padding: 5px 20px 10px;
}
.sidebar_item .wp_review_tab_widget_content .entry-title {
  font-weight: normal;
  line-height: 1.4;
  font-size: 12px;
}
.sidebar_item .review-total-only.small-thumb {
  font-size: 10px;
  font-weight: bold;
  padding: 3px 5px;
  position: absolute;
  top: 5px;
  left: 20px;
}
.sidebar_item .wp_review_tab_widget_content .wp-review-tab-postmeta {
  font-size: 10px;
}
/* calendar widget***************************/
.widget_calendar {
  float: left;
}
#wp-calendar {
  width: 100%;
  margin: 30px 0 10px 0;
  font-size: 13px;
}
.wp-calendar-nav {
  margin-bottom: 30px;
  font-size: 13px;
}
#wp-calendar th,
#wp-calendar td {
  padding: 8px 6px;
  border: 1px solid rgba(153, 153, 153, 0.15);
}
#wp-calendar caption {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
  border: 1px solid rgba(153, 153, 153, 0.15);
  text-align: center;
  padding: 8px 6px;
}
#wp-calendar tbody td:hover {
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-align: right;
}
#wp-calendar tfoot #prev {
}

/* tables, def lists***************************/
table {
  border: 1px solid rgba(153, 153, 153, 0.2);
  width: 100%;
  margin: 10px 0 30px 0;
  padding: 0 0;
  border-collapse: collapse;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  width: 100% !important;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.9em;
  border-color: rgba(153, 153, 153, 0.2);
}
table td,
table th {
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin: 0 0;
}
table thead th {
  font-weight: bold;
}
table th {
  font-weight: normal;
  padding: 20px 20px;
  text-align: left;
  line-height: 1 !important;
  word-break: inherit !important;
}
table td {
  padding: 20px 20px;
  vertical-align: top;
  line-height: 1 !important;
  font-size: 95%;
}

.wp-block-table.alignright,
.wp-block-table.alignleft {
  margin-right: 0;
  margin-left: 0;
}

/* Definition Lists */
dl {
  border: 3px double rgba(153, 153, 153, 0.2);
  padding: 20px 30px;
}
dt {
  font-weight: bold;
  margin-top: 8px;
}
dt::after {
  content: ":";
}
dd {
  margin: 0 0 0 0;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
dd:last-child {
  border-bottom: 0px solid rgba(153, 153, 153, 0.2);
}

/* fontello */

@font-face {
  font-family: "fontello";
  src: url("webfonts/fontello.eot?15241078");
  src: url("webfonts/fontello.eot?15241078#iefix") format("embedded-opentype"),
    url("webfonts/fontello.woff2?15241078") format("woff2"),
    url("webfonts/fontello.woff?15241078") format("woff"),
    url("webfonts/fontello.ttf?15241078") format("truetype"),
    url("webfonts/fontello.svg?15241078#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;

  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-basket-alt:before {
  content: "\e802";
}
/* '' */
.icon-article:before {
  content: "\e803";
}
/* '' */
.icon-search-2:before {
  content: "\e804";
}
/* '' */

/* @speciable***************************/
.flyoff-is-visible {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  padding-right: 16px !important;
}

.flyoff-is-visible .wrapper_main {
  touch-action: none;
  margin: 0;
  height: 100%;
  overflow: hidden;
}

#flyoff {
  position: fixed;
  left: -400px;
  top: 0;
  width: 100%;
  padding: 60px 30px;
  max-width: 400px;
  z-index: 99;
  max-height: 100%;
  overflow-y: scroll;
  font-size: 85%;
  min-height: 100%;
  direction: rtl;
  text-align: left !important;
}
#flyoff.visible {
  left: -17px;
}

#flyoff .sidebar_item {
  border-width: 0;
  margin-bottom: 0;
  background: none;
  direction: ltr;
}

#flyoff .sidebar_item h5,
#flyoff .sidebar_item li {
  border-color: rgba(204, 204, 204, 0.2) !important;
}

.action-overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: none;
}
.action-overlay.visible {
  display: block;
}

.menuClose {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 20px;
}

.menuClose i {
  font-size: 14px;
}

.menuClose span {
  padding: 0 5px;
  font-size: 8px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline;
  line-height: 1;
  vertical-align: 3px;
  opacity: 0.6;
}

/* curtain search */
#curtain {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  height: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  max-height: 100vh;
}
#curtain.open {
  height: 100%;
  opacity: 1;
}
#curtain .searchform {
  max-width: 600px;
  width: 100%;
  height: 80px;
  margin: -10px 0 0 -300px;
  float: none;
  position: absolute;
  top: 40%;
  left: 50%;
}
#curtain .searchform input.s {
  padding: 8px 35px !important;
  height: 60px;
  background: rgba(153, 153, 153, 0.05);
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 16px !important;
  border-radius: 3px 3px 3px 3px;
}
#curtain .searchSubmit,
#curtain a.curtainclose {
  border: none !important;
  top: 0;
  right: 0;
  font-size: 15px !important;
  width: 100px;
  height: 60px;
  border-radius: 0 3px 3px 0;
}
#curtain a.curtainclose {
  margin: 10px 0 0 340px;
  float: none;
  position: absolute;
  top: 40%;
  left: 50%;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
object,
embed,
iframe {
  max-width: 100%;
  width: 100%;
}
::selection {
  background: #fff6a9;
  color: #222;
}
::-moz-selection {
  background: #fff6a9;
  color: #222;
}

.upper .mainbutton,
.upper .main_breadcrumbs,
.upper #menu-widget-menu > li > a,
.page .upper .page-header-image h1.tmnf_title_large {
  text-transform: uppercase;
}

.upper_medium .nav a,
.upper_medium .nav-previous a,
.upper_medium .meta,
.upper_medium .crp_author,
.upper_medium .tptn_date,
.upper_medium .uppercase,
.upper_medium #respond .form-submit input,
.upper_medium #titles h1 {
  text-transform: uppercase;
}

.upper_maxi .tptn_title,
.upper_maxi .nav a,
.upper_maxi .nav-previous a,
.upper_maxi .meta,
.upper_maxi .uppercase,
.upper_maxi #respond .form-submit input,
.upper_maxi .tmnf_title,
.upper_maxi .tmnf_title_large,
.upper_maxi .tmnf_title_medium,
.upper_maxi .tmnf_title_small,
.upper_maxi .eleslideinside h1,
.upper_maxi .eleslideinside h2,
.upper_maxi .eleslideinside h3,
.upper_maxi .maintitle {
  text-transform: uppercase;
}

.letter_space .nav > li > a {
  letter-spacing: 0.2em;
}

.letter_space #titles h1,
.letter_space h1.entry-title,
.letter_space .tmnf_title,
.letter_space .tmnf_title_large,
.letter_space .tmnf_title_medium,
.letter_space .tmnf_title_small,
.letter_space .sidebar_item h5,
.letter_space .mainbutton,
.letter_space .block_title span,
.letter_space .post_nav_text span,
.letter_space button,
.letter_space input.button,
.letter_space ul.social-menu a span,
.letter_space .owl-nav > div,
.letter_space #submit,
.letter_space #comments .navigation a,
.letter_space .contact-form .submit,
.letter_space .wpcf7-submit,
.letter_space #footer .bottom-menu li a {
  letter-spacing: 3px;
}
.letter_space .meta,
.letter_space .meta_more a,
.letter_space .crp_author,
.letter_space .tptn_date {
  letter-spacing: 2px;
}

.image_css_desaturate img:not(.this-is-logo) {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.95;
}
.image_css_desaturate_half img:not(.this-is-logo) {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  opacity: 0.95;
}
.image_css_sepia img:not(.this-is-logo) {
  filter: sepia(0.55);
  -webkit-filter: sepia(0.55);
  opacity: 0.9;
}
.image_css_bright img:not(.this-is-logo) {
  filter: brightness(129%);
  -webkit-filter: brightness(129%);
  opacity: 1;
}

.image_css_desaturate img:hover,
.image_css_desaturate .item:hover img,
.image_css_desaturate_half img:hover,
.image_css_desaturate_half .item:hover img,
.image_css_sepia img:hover,
.image_css_sepia .item:hover img,
.image_css_bright img:hover,
.image_css_bright .item:hover img,
.this-is-logo img {
  filter: none !important;
  -webkit-filter: none !important;
}
.elementor-edit-mode {
  padding-top: 40px !important;
}

.elementor-edit-mode .item_placeholder {
  display: none;
}

.elementor-edit-mode .blogger .item {
  clear: none !important;
}

.elementor-social-icon:hover {
  opacity: 1 !important;
}

/* GUTENBERG */
.wp-block-spacer {
  clear: both;
}
.wp-block-gallery:not(.alignfull):not(.alignwide) {
  margin: 0 0 30px 0 !important;
}
.wp-block-image .alignleft {
  margin-right: 1.4em;
}
.wp-block-image .alignright {
  margin-left: 1.4em;
}
.wp-block-gallery,
.blocks-gallery-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  list-style-type: none !important;
  margin: 0 0;
}

.postbarNone .wp-block-gallery.alignfull,
.tmnf-sidebar-null .wp-block-gallery.alignfull,
.postbarNone .wp-block-columns.alignfull,
.tmnf-sidebar-null .wp-block-columns.alignfull {
  padding-left: 25px;
  padding-right: 25px;
}

.blocks-gallery-caption {
  margin: 12px 8px 42px 8px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}

.alignwide iframe {
  width: 100%;
}

.wp-block-cover,
.wp-block-cover-image {
  margin: 2em 0;
}

.wp-block-cover.alignleft {
  margin: 8px 35px 20px 0;
}

.wp-block-cover.alignright {
  margin: 0 0 20px 40px;
}

.entry .wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.entry .wp-block-cover a {
  color: #fff;
  border-color: #fff;
}

.wp-block-button {
  margin-top: 8px;
  margin-bottom: 8px;
}

a.link--forsure {
  position: relative;
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(currentColor),
    to(currentColor)
  );
  background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0 95%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0;
  background-repeat: no-repeat;
  color: inherit;
}
a.link--forsure:hover {
  background-size: 100% 1px;
}

[class*="hero-cover"] .tmnf-button .tmnf-button-inner-left::after {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
}
[class*="hero-cover"] .tmnf-button .tmnf-button-inner-left::before {
  background: rgba(255, 255, 255, 0.8);
}
[class*="hero-cover"] .tmnf-button.active .tmnf-button-inner-left::before {
  background: none;
}

/* elementor related*/

.tmnf_img_box .elementor-image-box-img img {
  width: 75px;
}

.tmnf_counter .elementor-counter-number-wrapper {
  display: inline-block !important;
}

.tmnf_counter .elementor-counter span {
  display: block;
  float: left;
}

.tmnf_counter .elementor-counter-title {
  text-align: left !important;
}

.elementor-icon-box-wrapper h3,
.elementor-icon-box-title {
  margin-top: 0 !important;
}

.elementor-icon-list-item .fas.fa-times {
  color: red !important;
}

.tmnf_pulse a.elementor-button {
  padding-right: 60px !important;
}

.tmnf_pulse i {
  transform: scale(1);
  animation: pulse-white 2s infinite;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  border-radius: 50%;
  font-size: 28px !important;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin: -15px 0 0 0;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*CUSTOM AFTER*/

.single-tmnf_project #header {
  background-color: #083326 !important;

  .header-account-info,
  .menu-item-description-account {
    color: white !important;
  }
}

.single-tmnf_project #footer .container.container_alt {
  display: none;
}

.single-tmnf_project {
  .page-header.page-header-image {
    display: none !important;
  }

  .main_part {
    margin-top: 7rem;
  }

  .main_breadcrumbs {
    text-align: left;
  }

  h1.entry-title.tmnf_title_large.entry-project-title {
    text-align: left;
    margin: 0 !important;
  }

  .header_classic_content .container_vis {
    max-width: 98% !important;
  }

  .container.container_vis.topSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .propertyTypeText.red {
    color: #a40c0c;
    font-weight: 600;
    padding: 15px 20px 15px 0px;
    display: block;
  }
  /* .propertyTypeText{
        background: white;
        padding: 15px 20px;
        color: #0c0c0c;
        font-weight: 600;
        border-radius: 5px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    } */
  .propertyTypeText {
    padding: 15px 20px 15px 0px;
    border-bottom: 1px solid #c9c9c9;
    display: block;
    max-width: 100%;
    width: 80%;
  }

  .projectManager {
    border: 1px solid grey;
    padding: 1rem;
    border-radius: 12px;
    max-width: 460px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 1rem;
    margin-top: 2rem;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    /* h3{
            font-size: 18px;
        }
        .pmContact, .pmEmail{
         font-size: 12px;
         
        } */
  }

  .pmName {
    margin-top: 0rem !important;
  }

  .divider {
    background: #083326;
    padding: 1rem;
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 4rem;
    display: block;
    text-align: center;
  }

  .pmSubtitle {
    font-size: 13px;
    text-transform: uppercase;
  }

  .tabSection {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-top: 2rem;
    padding: 2rem 1rem;
  }

  #leftside-navigation ul,
  #leftside-navigation ul ul {
    margin: -2px 0 0;
    padding: 0;
  }
  #leftside-navigation ul li {
    list-style-type: none;
    /* border-bottom: 1px solid #efefef; */
  }
  #leftside-navigation ul li.active > a {
    color: white;
    background-color: #2e9074;
  }
  #leftside-navigation ul li.active ul {
    display: block;
  }
  #leftside-navigation ul li li a {
    background-color: #efefef;
    border: 1px solid #efefef;
  }
  #leftside-navigation ul li a {
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 18px 0 18px 25px;
    font-size: 20px;
    margin-bottom: 1rem;
    border-radius: 10px;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    /* background-color: white; */
    border: 1px solid #efefef;
    background-color: #fff;
  }
  #leftside-navigation ul li {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    /* transform: translateX(0px); */
  }
  #leftside-navigation ul li:hover {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    /* transform: translateX(3px); */
  }
  #leftside-navigation ul li a:hover {
    color: #083326;
    background: #f2f2f2;
    border-color: #f2f2f2;
    border-radius: 10px;
    font-weight: 700;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  }
  #leftside-navigation ul li a span {
    display: inline-block;
  }
  #leftside-navigation ul li a i {
    width: 40px;
  }
  #leftside-navigation ul li a i .fa-angle-left,
  #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
  }
  #leftside-navigation ul ul {
    display: none;
  }
  #leftside-navigation ul ul li {
    background: #efefef;
    margin-bottom: 0;
    margin-left: 2rem;
    margin-right: 0;
    border-bottom: none;
    border-radius: 10px;
  }
  #leftside-navigation ul ul li a {
    font-size: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #aeb2b7;
  }

  .tabContent {
    padding: 1rem;
    border: 1px solid #efefef;
    border-radius: 10px;
  }

  .tradeContent h3 {
    background-color: #083326;
    padding: 10px;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    display: inline-block;
  }

  .tradeContentItem {
    border: 1px solid #d9e2df;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 1rem 0;
  }
}

/*
custom project details css
*/

body.tmnf_project-template-default {
  background: #f8f9fb !important;

  .wrapper_inn {
    background: #f8f9fb !important;
  }
}

.cmgrey {
  color: #0a060e !important;
}

.txUppercase {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900 !important;
}

.project_details {
  .project-container {
    max-width: 95%;
    margin: 0 auto 4rem auto !important;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 1rem;

    .left {
      max-width: 300px;
      height: 100%;
      width: 100%;

      .proj-quicklinks {
        position: fixed;
        /* top: 145px; */
        width: 100%;
        max-width: 290px;
        background-color: #fff;
        padding: 1rem 1rem 0;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 8px;

        .quicklinks-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 1rem;
        }

        h5 {
          text-align: left;
          color: #214229;
          text-transform: uppercase;
          font-size: 14px;
          margin: 0;
        }

        .accordion {
          & summary {
            padding: 0;

            .accordionTitle {
              font-size: 20px;
            }
          }
          .sub-content {
            margin: 0;

            .sub-nav {
              padding: 0;
              flex-direction: column;
              border-top: 1px solid #f2f2f2;
              margin: 1rem 0 0;

              a {
                width: 100%;
              }

              .submit-btn {
                width: 100%;
              }

              .links {
                max-width: 100%;
                flex-direction: column;

                ul {
                  padding: 0;
                  margin: 0;
                  list-style: none;

                  li {
                    padding: 5px 0;
                    border-bottom: 1px solid #f2f2f2;
                    &:last-child {
                      border-bottom: none;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }

    .right {
      background: #fff;
      border-left: 1px solid #ebebeb;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
    }
  }

  .project-header {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 2rem 0;

    .tag-button {
      margin: 0px 0px 1rem !important;
      position: absolute;
      right: 2rem;
    }
  }

  .project-info h1 {
    font-size: 2.75rem;
    margin-bottom: 0.5rem;
    color: #214229;
  }

  .map-and-description {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3%;
    border-top: 1px solid #f2f2f2;
    padding-top: 1.5rem;
  }

  .map iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 4px;
    margin-bottom: 1rem;
  }

  .description {
    font-size: 0.95rem;
    color: #333;
  }

  .manager-card {
    background-color: #f2f4f6;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .manager-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }

  .manager-info {
    font-size: 0.95rem;
    .fa-solid {
      font-weight: 900;
      color: #0c0c0c;
      padding: 0;
    }
  }

  .manager-info strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .accordion {
    /* margin: 2rem -2rem -2rem -2rem !important; */
  }

  .accordion-section {
    border-top: 1px solid #ebebeb;
    padding: 1rem 0;
  }

  .accordion-section summary {
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
  }

  .sub-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0 2rem;
    justify-content: space-between;
    align-items: center;

    .links {
      display: flex;
      gap: 5%;
      max-width: calc(100% - 190px);
      width: 100%;

      a {
        font-weight: 100;
      }
    }
  }

  .sub-nav a {
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
    transition: color 0.3s ease;
  }

  .sub-nav a:hover {
    color: #00a680;
  }

  .accordionTitle:hover {
    color: #00a680;
  }

  .submit-btn {
    display: block;
    margin: 0;
    padding: 0.35rem 1rem;
    background-color: #0c0c0c;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
  }

  .backButton {
    display: block;
    margin: 0;
    padding: 0.35rem 1rem;
    background-color: #a40c0c;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    font-size: 10px;

    .fa-solid {
      color: white;
      padding-right: 10px;
    }
  }

  .submit-btn:hover {
    background-color: #a40c0c;
  }

  .download-btn {
    display: block;
    margin: 0 1rem 1rem 0;
    padding: 0.65rem 1rem;
    background-color: #3b5b4c;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
  }

  .download-btn:hover {
    background-color: #476b5a;
  }

  .project-info {
    padding-right: 2rem;
    border-right: 1px solid #ebebeb;
    position: relative;

    .premium-stamp {
      width: 115px;
      top: 0 !important;
      right: 0 !important;
    }
  }

  .pmInfo {
    margin-top: 1rem;
  }

  .imap {
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 1px solid #ebebeb;
  }
  .supportingDocuments {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }

  .pmlocation {
    padding-bottom: 1rem;
    font-size: 14px;
  }

  .accordion summary {
    list-style: none;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 300px 2fr;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
    justify-items: stretch;
  }

  /* Hide default arrow */
  .accordion summary::-webkit-details-marker {
    display: none;
  }

  /* Add custom arrow on the right */
  .accordion summary::after {
    content: "›"; /* Or use ↓, ►, ▼ */
    font-size: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
  }

  /* Rotate arrow when accordion is open */
  .accordion-section[open] summary::after {
    transform: translateY(-50%) rotate(90deg); /* Or 180deg for ▼ to ▲ */
  }

  .main_breadcrumbs.meta {
    margin-bottom: 1rem !important;
  }

  .project-banner {
    background-size: cover;
    background-position: center center;
    min-height: 15rem;
  }

  span.accordionTitle {
    font-size: 25px;
    text-transform: uppercase;
  }

  .sub-content {
    margin: 0 2rem;
    .sectionTitle {
      font-size: 20px;
      font-weight: 900;
      text-transform: uppercase;
      border: 1px solid #f2f2f2;
      padding: 1rem;
      background: #f2f2f2;
      margin-bottom: 0;
      letter-spacing: 2px;
      text-align: left;
      color: #0c0c0c;
    }
    .sectionTitle.red {
      font-size: 15px;
      font-weight: 900;
      text-transform: uppercase;
      border: 1px solid #e63946;
      color: white;
      padding: 1rem;
      background: #e63946;
      margin-bottom: 0;
      letter-spacing: 2px;
    }
  }

  .sub-content .subSection {
    font-size: 14px;
    border: 1px solid #efefef;
    padding: 1rem;
    border-top: none;
  }

  .docButtons {
    display: flex;
    margin-top: 0.5rem;
    border-bottom: 1px dashed #0c0c0c;
    margin-bottom: 1rem;
  }

  .fancybox-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
  }

  .fancybox-gallery-grid img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
  }

  .fancybox-gallery-grid a:hover img {
    transform: scale(1.03);
  }

  .fas.fa-file-download {
    padding-right: 10px;
  }

  ol,
  ul {
    padding-top: 10px;
    padding-left: 40px;
    list-style-position: outside !important;
    li {
      padding: 5px 0;
    }
  }

  /* .sub-nav a.active {
    background-color: #e9ecef;
    padding: 0 10px;
    font-weight: bold;
    color: #e63946;
    border-left: 1px solid #e63946;
  } */
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 3rem; /* Adjust as needed */
}

.ff-default .ff_btn_style {
  font-family: inherit;
  font-weight: 900;
}

/*Projects Search Page*/
.project-search-page {
  background-color: #f8f9fa;
  padding: 1rem 1rem;
  min-height: 100vh;
}

.project-search-wrapper {
  max-width: 98%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  /* grid-template-columns: 300px 1fr; */
  gap: 2rem;
  position: relative;

  .filterbar {
    max-width: 300px;
  }
}

.project-filters {
  width: 100%;
  max-width: 300px;
}

.project-results {
  width: 100%;
  flex: 1 1 auto;
}

.filterbar {
  position: fixed;
  align-self: start;
  z-index: 1;
  background: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 0.95rem;
  z-index: 9999;
  max-width: 300px;
}

.project-filters h2 {
  margin-top: 0;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.project-filters .sidebarTitle {
  display: inline-flex;
  margin-bottom: 0.75rem;
  margin-left: 1rem;
  font-weight: 900;
  cursor: pointer;
  font-size: 1.25rem;
  color: #373737;
}

.filterbar label {
  display: block;
  font-size: 16px;
}

.project-filters input[type="checkbox"] {
  margin-right: 0.5rem;
}

.project-filters select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 0.95rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-family: inherit;
}

.filterDivider {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
  margin-top: 1rem;
}

.project-filters button {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  background-color: white;
  color: #273322;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  font-family: inherit;
  text-align: left;
  transition: 0.3s ease all;

  .fa-solid {
    color: #273322;
  }
}

.project-filters button:hover {
  background-color: #ba1616;
  color: white;
  border: 1px solid #ba1616;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  transform: translateY(-1px);
  transition: 0.1s ease all;

  .fa-solid {
    color: white;
  }
}

/* Search input */
#project-search {
  padding: 1rem;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ba1616;
  font-size: 1rem;
  margin-bottom: 2rem;
  &:focus-visible,
  &:focus,
  &:active {
    border: 2px solid #cf1d1d !important;
    outline: none !important;
  }
}

/* Project Cards */
.project-card {
  background: white;
  border-radius: 12px;
  padding: 1rem 1.5rem 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0rem;
  transition: 0.2s ease all;

  &:hover {
    transform: translateY(2px);
    transition: 0.2s ease all;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .project-meta {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0.5rem;
  }

  button.fav-toggle {
    margin: 0rem 0 1rem 0;
  }

  .card-content {
    gap: 2.5rem;
    position: relative;
  }

  .trades-needed {
    /* border-top: 1px solid #f2f2f2;
    padding: 0.5rem 0 1rem 0; */
    display: flex;
    flex-direction: column;
  }

  .fa-solid {
    padding-right: 0.5rem;
    /* color: #0c0c0c; */
  }
}

.project-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.project-card h3 {
  margin-top: 0;
  font-size: 1.25rem;
}

.project-card p {
  margin: 0.5rem 0;
  color: #555;
  font-size: 13px;
  width: 90%;
}

.projectShortDesc {
  font-size: 18px;
}

.project-card .btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #273322;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.project-card .btn:hover {
  background-color: #121710;
}

@media (min-width: 992px) {
  /* .filterbar {
    position: fixed;
    top: 130px;
    width: 300px;
  } */

  .project-search-wrapper {
    grid-template-columns: 280px 1fr;
  }
}

.card-content .topHeader {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.card-text h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: #214229;
}

.card-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.card-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
}

.card-footer .btn {
  background-color: #273322;
  color: white;
  padding: 0.3rem 1.2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  font-size: 13px;
}

.card-footer .btn:hover {
  background-color: #a40c0c;
}

/* Grid layout for cards */
.project-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  /* padding-top: 2rem; */
}

@media screen and (max-width: 768px) {
  .project-search-wrapper {
    grid-template-columns: 1fr;
  }

  .project-filters {
    order: 2;
  }

  .project-results {
    order: 1;
  }
}

input {
  font-family: inherit !important;
}

/* Add smooth scrolling for better UX */
html {
  scroll-behavior: smooth;
}

/* Ensure proper scroll margin for anchor links */
[id] {
  scroll-margin-top: 60px; /* Account for sticky header + sidebar */
}

span.smallFont {
  font-size: 13px;
  color: #a40c0c;
}

.fa-solid {
  font-weight: 900;
  color: #a40c0c;
  padding-right: 1rem;
}

.project-id {
  color: #606060;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

span#countdown-clock,
.countdown-clock {
  color: #a40c0c !important;
  font-weight: 900 !important;
}

button.fav-toggle {
  /* margin: 2rem 0 1rem 0; */
  background: white;
  border: none;
  padding: 0;

  .fa-solid {
    padding-right: 0px;
  }

  i.fa-solid.fa-heart {
    font-size: 12px !important;
  }
}

.project-meta {
  display: flex;
  gap: 8%;
  font-weight: bold;
  margin: 2rem 0 0 0;
  /* flex-wrap: wrap; */
  row-gap: 2rem;
}

.project-header .project-meta {
  margin: 2rem 0 1rem 0 !important;
}

.project-meta div span {
  display: block;
  font-weight: normal;
  color: #555;
  font-size: 13px;
}

.trades-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
}

.trades-list li {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
}

.trade-btn {
  padding: 8px 14px;
  margin: 4px 4px 0 0;
  border: 1px solid #f5f5f5;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.trade-btn.active {
  background: #a40c0c;
  color: #fff;
  border-color: #a40c0c;
  .fa-solid {
    color: #fff;
  }
}

/* Style the select dropdown */
select#location {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f9f9f9;
  border: 2px solid #f2f2f2;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  width: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polygon points="5,7 10,12 15,7"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}

/* Optional: hover/focus state */
select#location:focus {
  border-color: #2d4739;
  outline: none;
}

.page-id-11468 #footer .container.container_alt {
  /* max-width: 1160px !important; */
  /* margin: auto auto auto 400px !important; */
  display: none;
}

.search-wrapper {
  position: relative;
  width: 100%;
}

.search-wrapper input[type="text"] {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem; /* extra right padding for the icon */
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.search-wrapper .search-icon {
  position: absolute;
  right: 1rem;
  top: 47%;
  transform: translateY(-100%);
  color: #666;
  pointer-events: none; /* so clicks go through to input */
}

/* Account Favourites Page Start */
.favourite-projects-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
.account-project-card {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 1rem;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 1rem;

  h3 {
    margin-top: 0.5rem;
  }

  .fav-toggle {
    margin-bottom: 0;
  }
}

.account-project-thumb-container {
  button.fav-toggle {
    margin: 1rem 0 0;
  }
}

.account-project-thumb {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.account-project-id {
  margin: 0.5rem 0;
  font-size: 0.95rem;
}
/* Account Favourites Page End */

.woocommerce-MyAccount-content {
  border: none !important;
  border-left: 1px solid #f2f2f2 !important;
  padding: 0 1rem 1rem 2rem !important;

  h2 {
    margin-top: 0rem;
  }
}

/* .woocommerce-MyAccount-navigation-link--custom-logout a {
  color: red !important;
  font-weight: bold;
} */

.header-account-info {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  text-align: left;
}

.menu-item-description-account {
  padding-top: 0px;
  margin-bottom: -3px;
  letter-spacing: 0 !important;
  font-size: 11px !important;
  text-align: left;
  font-weight: 500;
  text-transform: none;
  opacity: 0.5;
}

#mtb-account-header {
  /* #add-nav li{
        margin-top: -5px !important;
  } */
  .fas.fa-user {
    font-size: 30px;
    margin: 0;
  }
}

.menu-item.account a {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 1rem;
}

#add-nav > li.menu-item.account > a > i {
  position: initial;
}

.announcmentbar-projectpage {
  /* position: fixed; */
  top: 60px;
  right: 20px;
  z-index: 9999;
  border-radius: 8px;
  padding: 0 0 1rem 0;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  display: flex;
  align-items: center;
  /* width: 100%; */
  gap: 12px;
  justify-content: flex-start;
}

.bids-counter {
  font-weight: bold;
  font-size: 11px;
  padding: 10px 20px;
  background: white;
  border-radius: 12px;
}

.account-status {
  padding: 10px 20px;
  background-color: #12391b;
  color: #fff;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
}

.customRightNav {
  display: flex;
  gap: 2rem;
  justify-content: end;
}

.page-id-11126 {
  .announcmentbar-projectpage {
    /* position: relative; */
    padding: 1rem 0;
    justify-content: start;
    /* flex-direction: column; */
    align-items: flex-start;
    flex-wrap: wrap;

    .bids-counter {
      background: #f2f2f2;
    }
  }
}

.registernow-btn {
  padding: 10px 15px;
  background: #fe5419;
  color: white;
  border-radius: 5px;
  margin: 2rem 0;
}

.register-prompt {
  padding: 0 0 2rem 0;

  h2 {
    margin-bottom: 2rem;
  }
}

.login-page-container {
  /* max-width: 700px; */
  margin: 5rem 0;
  padding: 2rem;
  background: #f2f2f2;
  border-radius: 8px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  p.login-footer {
    margin-top: 1rem;
    /* padding: 20px; */
    /* background: #0c0c0c; */
    color: #0c0c0c;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 13px;
  }

  .login-error {
    color: red;
    margin: 1rem 0;
  }
}

.login-right .login-page-container {
  margin: 2rem 0 0 0;
  background: #fff;
  border-radius: 8px;
  padding: 0;
  border: none;
  box-shadow: none;
}

.login-right {
  border-left: 1px solid #f2f2f2;
  margin-left: 5rem !important;
  padding-left: 2rem !important;
}

.login-container {
  display: grid;
  grid-template-columns: 440px 2fr;

  h1 {
    margin: 0 0 1rem 0;
  }
}

#custom_loginform {
  padding-top: 1rem;

  .login-username {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .login-password {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  input {
    border-radius: 10px;
    &:active,
    &:focus,
    &:hover {
      outline: none;
      border-color: #fe9900;
    }
  }

  .login-submit {
    input {
      width: 100%;
      margin-top: 1rem;
      background: #b70736;
      color: white;
      border-color: #b70736;
    }
  }
}

#close-subscribe-modal {
  right: 0.5rem;
  position: absolute;
  top: 0;
  background: none !important;
  color: #0c0c0c;
  width: 40px;
  padding: 0;
}

.premium-stamp {
  width: 50px;
  height: auto;
  position: absolute;
  top: -1rem;
  right: -1.4rem;
  z-index: 10;
}

.left-side {
  height: 100%;
  width: 100%;

  .card-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

span.fav-text {
  font-size: 13px;
}

.right-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;

  i.fa-regular.fa-heart {
    font-size: 12px !important;
  }

  .fav-trades-col {
  }
}

.premium-text {
  padding: 2px 7px;
  background: #a40c0c;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 800;
}

.tag-button {
  margin: 0 0 10px 0 !important;
}

.membership-actions {
  display: flex;
  margin: 2rem 0;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 2rem;

  .announcmentbar-member {
    background: #a40c0c;
    color: white;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 5px;
    margin-right: 1rem;

    a {
      color: white;
    }
    &:hover {
      background: #b70f0f;
    }
  }
}

.fa-regular.fa-heart {
  font-size: 12px !important;
}

.image-div {
  padding-top: 0.8rem;
}

#open-subscribe-modal-premium {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #fff;
  color: #273322;
  &:hover {
    background: #f17343;
    color: #fff;
    border: 1px solid #f17343;
  }
}

#open-subscribe-modal {
  width: 100%;
  border-radius: 10px;
  background: #273322;
  color: white;
  &:hover {
    background: #fff;
    color: #f17343;
    border: 1px solid #fff;
  }
}

.account-project-content {
  p {
    font-size: 15px;
  }
}

.doo-button {
  font-size: 15px;
  background: #a40c0c;
  color: white;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 5px;
  margin-right: 1rem;
  margin-bottom: 2rem;
  width: max-content;
  margin-top: 1rem;

  a {
    color: white;
  }
}

.mtb-live-search {
  position: relative;
  width: 60%;
}
.mtb-live-results {
  position: absolute;
  flex-direction: column;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-top: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 20;
  padding: 2rem;
}
.mtb-live-results__item {
  padding: 20px 10px;
  border-bottom: 2px solid #a40c0c;
}
.mtb-live-results__item:last-child {
  border-bottom: 0;
}
.mtb-live-results__title {
  font-weight: 700;
}
.mtb-live-results__meta {
  font-size: 0.9rem;
  opacity: 0.7;
  &.top {
    color: #a40c0c;
  }
}
.mtb-live-results__more {
  padding: 10px 12px;
  text-align: center;
  font-weight: 600;
}

.header_row .container_vis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

  .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .middle {
    display: block;
    width: 100%;
  }
  .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

#titles {
  float: none !important;
}

.nav,
.nav > li {
  float: none !important;
}

#navigation {
  float: none !important;
}

#header ul.social-menu {
  float: none !important;
  display: flex !important;
  padding: 0px 5px 0 5px;
}

input#mtb-live-search {
  width: 100%;
  border-radius: 9px;
  margin-top: 1rem;
  font-size: 15px;

  &:focus,
  &:active {
    outline: none;
    border: 2px solid #a40c0c;
  }
}

.eleslideinside h2,
.eleslideinside p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4) !important;
}

/* ——— Tunables ——— */
:root {
  --card-radius: 5px;
  --card-bg: #fff;
  --card-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  --card-shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.08);
  --media-h: 200px;
  --gap: 22px;
  --accent: #b91c1c;
  --muted: #4b5563;
  --meta: #374151;
}

/* Card shell */
.project-card-cgrid {
  position: relative; /* for fav button */
  border-radius: var(--card-radius);
  overflow: hidden;
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* border: 1px solid #f8f8f8; */
}
.project-card-cgrid:hover {
  transform: translateY(-5px);
  box-shadow: var(--card-shadow-hover);
  cursor: pointer;

  .project-card__title {
    color: #a40c0c;
    transition: transform 0.28s ease;
  }
}

/* Clickable whole card */
.project-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* Media with uniform height & cover */
.project-card__media {
  position: relative;
  height: var(--media-h);
  background: #f3f4f6;
}
.project-card__media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.project-card__media--placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  color: #6b7280;
  font-size: 14px;
}

/* Tags (top-left) */
.project-card__tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px; */
}
.tag-pill {
  width: fit-content;
  background: #f2f2f2;
  color: #0c0c0c;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 3px;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Body */
.project-card__body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 10px;
  justify-content: space-between;
  p {
    font-size: 13px;
    margin: 0 0 5px 0 !important;
  }

  .project-id {
    margin: 0;
  }
}
.project-card__title {
  margin: 0 !important;
  font-size: 30px;
  line-height: 1.2;
}
.project-card__excerpt {
  margin: 0 !important;
  color: var(--muted);
  font-size: 13px;
}
.project-card__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  color: var(--meta);
  font-size: 13px;

  div,
  li {
    padding-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    .cmgrey {
      font-size: 13px;
    }
  }
}
.project-card__cta {
  margin-top: auto;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  background: #a40c0c;
  padding: 0.1rem 1rem;
  color: white;
  border-radius: 5px;
  width: 100%;
}

/* Favourites button */
.project-card__fav {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: 0;
  border-radius: 999px;
  width: 28px;
  height: 28px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  font-size: 12px;
}
.project-card__fav.is-active i {
  color: var(--accent);
}

/* Grid */
.mtb-projects-grid {
  --gap: 1rem;
  display: grid;
  gap: var(--gap);
}
.mtb-projects-grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.mtb-projects-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mtb-projects-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mtb-projects-grid.cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* Responsive: 4 → 3 → 2 → 1 */
@media (max-width: 1200px) {
  .mtb-projects-grid.cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .mtb-projects-grid.cols-4,
  .mtb-projects-grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .mtb-projects-grid.cols-4,
  .mtb-projects-grid.cols-3,
  .mtb-projects-grid.cols-2 {
    grid-template-columns: 1fr;
  }
}

/* Optional: swap fixed height for aspect ratio
.project-card__media{ aspect-ratio:16/9; height:auto; }
*/

.project-card__meta.smallFont {
  grid-template-columns: 1fr !important;

  li {
    font-size: 13px;
    color: #0c0c0c;
    padding: 1rem 0 0;
    margin: 0;
    /* border: none;
  text-decoration: underline;
  text-underline-offset: 5px; */
  }
}

.project-card {
  position: relative;
}
.project-card__link {
  position: relative;
  z-index: 1;
}
.project-card__fav {
  position: absolute;
  z-index: 3;
  pointer-events: auto;
}

span.cardHeading {
  font-weight: bold;
}

.ff-default .ff-el-form-check label.ff-el-form-check-label {
  font-size: 16px !important;
}

.fluentform .ff_upload_btn.ff-btn {
  font-size: 14px;
}

header.mtb-modal__header {
  background: #273322;
  color: white;
  padding: 1rem;
  margin-bottom: 2rem;

  h3 {
    margin: 0rem 0rem 1rem 0;
    color: white;
    text-transform: uppercase;
  }
  span {
    display: block;
  }
}

.mtb-modal__sub {
  font-size: 15px;
}

@keyframes move {
  0% {
    transform-origin: top 60%;
    transform: scale(1) rotate(3deg);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  50% {
    transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
}

.mtb-background-move:before, .mtb-background-move .elementor-background-overlay {
  animation: move 10s ease-in;
  -ms-animation: move 30s ease;
  -webkit-animation: move 30s ease;
  -moz-animation: move 30s ease;
  animation-iteration-count: infinite;
}
