/*
Theme Name:     Unitive Mind
Theme URI:      https://unitivemind.com/
Template: hello-elementor
Author:         unitivemind
Author URI:     https://unitivemind.com
Description:    This is ia custom theme for unitivemind created by Rakela Roshi
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    hello-elementor

*/

h2 em, h1 em{
	font-style: italic;
	font-weight: 300;
	font-family: var(--e-global-typography-a6441cf-font-family), Sans-serif;
}
h2 em.light, h1 em.light{
	font-style: italic;
	font-weight: 300;
	font-family: var(--e-global-typography-a6441cf-font-family), Sans-serif;
}
.sub-menu-footer .sub-menu {
    display: none !important;
}
span.tm{
    font-family: Arial, sans-serif;
    font-size: 0.55em;
    vertical-align: 0.55em
}
body{
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.vertical-post-list {
  display: flex;
  flex-direction: column;
}

.vertical-post-item {
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
}

.vertical-post-item:last-child {
  border-bottom: none;
}

.post-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 500;
}

.post-title a {
  text-decoration: none;
  color: #111;
}

.post-title a:hover {
  text-decoration: underline;
}

.post-meta {
  font-size: 14px;
  color: #777;
}

/*Posts filter*/
.rn-filterable-posts {
  border-top: 1px solid #d9d6d1;
  color: #2b2b2b;
}

/* FILTERS */
.rn-post-filters-wrap {
  border-bottom: 1px solid #d9d6d1;
  overflow-x: auto;
}

.rn-post-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  min-width: max-content;
  padding: 0 32px;
}

.rn-filter-btn {
    position: relative;
    background: transparent;
    border: 0;
    padding: 20px 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #444 !important;
    transition: color 0.25s ease;
    white-space: nowrap;
}

.rn-filter-btn:hover,
.rn-filter-btn.active {
  color: var( --e-global-color-cbcf1d4 ) !important;
}

.rn-filter-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background:var( --e-global-color-cbcf1d4 );
}

/* RESULTS */
.rn-post-results {
  padding: 90px 0 0;
}

.rn-post-results.is-loading {
  opacity: 0.45;
  pointer-events: none;
}


.rn-post-row-inner {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 140px;
  gap: 36px;
  align-items: center;
  padding: 72px 0;
  max-width: 1480px;
  margin: 0 auto;
  background: transparent;
  max-width: 1100px;
  border-bottom: 1px solid #d9d6d1 !important;
}

.rn-post-row-inner:before {
  display: none;
}

/* LEFT INITIAL */
.rn-post-initial {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-size: 42px;
  line-height: 1;
  color: #d7d3ce;
  text-align: center;
  font-weight: 300;
}

/* MAIN CONTENT */
.rn-post-main {
  max-width: 980px;
}

.rn-post-category-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.rn-post-category-line-mark {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var( --e-global-color-cbcf1d4 );
}

.rn-post-category-line-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var( --e-global-color-cbcf1d4 );
}

.rn-post-title {
  margin: 0 0 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px !important;
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.rn-post-title a {
  color: inherit;
  text-decoration: none;
}

.rn-post-title a:hover {
  color: var(--e-global-color-primary);
}

.rn-post-excerpt {
  max-width: 900px;
    margin-bottom: 28px;
    font-size: 19px;
    line-height: 1.85;
    color: #444;
    font-family: 'Cormorant Garamond';
    font-weight: 500;
}

.rn-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: #8b8b8b;
}

.rn-meta-sep {
  opacity: 0.7;
}

/* READ LINK */
.rn-post-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.rn-read-link {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var( --e-global-color-cbcf1d4 );
  white-space: nowrap;
}

.rn-read-link span {
  margin-left: 8px;
}

/* NO POSTS */
.rn-no-posts {
  padding: 40px 0;
  color: #666;
}

.rn-filter-btn {
  text-decoration: none;
  outline: none;
}

.rn-filter-btn:focus,
.rn-filter-btn:active {
  outline: none;
  box-shadow: none;
}

.rn-post-category-line-text a,
.rn-post-meta a {
  color: inherit;
  text-decoration: none;
}

.rn-post-category-line-text a:hover,
.rn-post-meta a:hover {
  opacity: 0.75;
}

.rn-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 40px 0 0;
}

.rn-page-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d9d6d1;
  text-decoration: none;
  color: #2b2b2b;
  background: transparent;
  transition: all 0.2s ease;
}

.rn-page-number:hover {
  border-color: #6f9d99;
  color: #6f9d99;
}

.rn-page-number.current {
  border-color: var( --e-global-color-cbcf1d4 );
  color: var( --e-global-color-cbcf1d4 );
}

.rn-post-list article:last-child .rn-post-row-inner {
  border-bottom: none;
}

/*Gravity Form*/
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px
}

.gform_wrapper.gravity-theme .gsection {
  padding: 0;
  height: 20px;
}

.gform_required_legend,
.gform_title {
  display: none;
}



.gform_button.button {
  letter-spacing: 2px !Important;
	border-color: transparent !important;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: 1px solid #888;
  outline-offset: 2px;
  box-shadow: none;
  border-radius: 0px;
}

.gform_wrapper select {
  font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
  font-size: 14px;
  color: #888;
  background-color: #fff;
}

.gform_wrapper select:invalid {
  font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.gform_wrapper select {
	border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-94d8d3c);
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232b2b2b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 12px center;
	background-size: 20px 20px;
}

/* TABLET */
@media (max-width: 1200px) {
  .rn-post-row-inner {
    grid-template-columns: 60px minmax(0, 1fr) 110px;
    gap: 24px;
    padding: 54px 20px;
  }

  .rn-post-title {
    font-size: 32px;
  }

  .rn-post-excerpt {
    font-size: 17px;
  }

  .rn-post-initial {
    font-size: 48px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .rn-post-results {
    padding-top: 40px;
  }

  .rn-post-filters {
    gap: 24px;
    padding: 0 18px;
  }

  .rn-filter-btn {
    padding: 18px 2px 16px;
    font-size: 11px;
  }

  .rn-post-row-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 18px;
    background: transparent;
  }

  .rn-post-initial {
    display: none;
  }

  .rn-post-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .rn-post-excerpt {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .rn-post-action {
    justify-content: flex-start;
  }
}
.gform_title{
	display:none;
}
.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 12px !important;
    font-weight: 500 !important;
	letter-spacing: 1.2px !important;
    margin-bottom: 8px;

}
.gform_wrapper input::placeholder, .gform_wrapper select::placeholder {
    font-family: var( --e-global-typography-a6441cf-font-family ), Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}
.gfield_description{
	font-family: var( --e-global-typography-a6441cf-font-family ), Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5em !important;
    padding-bottom: 5px !important;
    padding-top: 0px !important;
}
.gfield--input-type-html{
	font-size: 15px;
    line-height: 1.65em;
}