/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block;
    min-width: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --global-gray-400: #CBD5E0;
    --global-gray-500: #A0AEC0;
    --global-xs-spacing: 1em;
    --global-sm-spacing: 1.5rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 5rem;
    --global-edge-spacing: 1.5rem;
    --global-boxed-spacing: 2rem;
    --global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);
    --global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
    --global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    --global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);
    --global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote,
q {
    quotes: '“''”'
}

blockquote {
    padding-left: 1em;
    border-left: 4px solid var(--global-palette4)
}

.entry-content blockquote {
    margin: 0 0 var(--global-md-spacing)
}

blockquote cite,
blockquote .wp-block-pullquote__citation {
    color: var(--global-palette5);
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
    display: block
}

address {
    margin: 0 0 1.5em
}

pre {
    background: var(--global-palette7);
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    padding: 1.5em;
    white-space: pre-wrap
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.8rem
}

abbr,
acronym {
    border-bottom: 1px dotted var(--global-palette4);
    cursor: help
}

mark,
ins {
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

hr {
    height: 0;
    border: 0;
    border-bottom: 2px solid var(--global-gray-400)
}

ul,
ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0
}

ul.aligncenter,
ol.aligncenter {
    list-style: none
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

figure {
    margin: 0.5em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

a {
    color: var(--global-palette-highlight);
    transition: all 0.1s linear
}

a:hover,
a:focus,
a:active {
    color: var(--global-palette-highlight-alt)
}

a:hover,
a:active {
    outline: 0
}

@font-face {
    font-family: 'ELEGANT TYPEWRITER';
    src: url('fonts/ELEGANT-TYPEWRITER-Regular.eot');
    src: url('fonts/ELEGANT-TYPEWRITER-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ELEGANT-TYPEWRITER-Regular.woff2') format('woff2'),
         url('fonts/ELEGANT-TYPEWRITER-Regular.woff') format('woff'),
         url('fonts/ELEGANT-TYPEWRITER-Regular.ttf')  format('truetype'),
         url('fonts/ELEGANT-TYPEWRITER-Regular.svg#ELEGANT TYPEWRITER') format('svg');
}

.page-id-2776 .site-header{position: fixed!important;
    z-index: 2!important;
    width: 100%;}

/* .shrink-grow-section {
      background-color: #CBB6A9;
      opacity: 1;
     transition: opacity 0.3s ease;
        will-change: transform, opacity;
}*/
.home .site-header {
    position: fixed !important;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
   pointer-events: none;
} 

body {
    webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -o-font-smoothing: antialiased; 
}




.home-cover {
    z-index:99;
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    min-width: 100%;
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: rgba(245, 245, 245, .75);
    margin: 0;
    padding:0;
    position: relative;
    bottom: 0;
}
.home-cover img{height: 100vh;    margin: 0 auto;}
.hslide  {
    z-index: 3;
    /* padding-top: 20vh;*/
    display: flex;
    position: relative;
    top: 15vh;
    bottom: auto;
    right: auto;
}
.hslide.fixed {
    z-index: 3;
    max-width: 100%;
    min-width: 100%;
  /*  padding-top: 20vh;*/
    display: flex;
    position: fixed;
    top: 15vh;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.page-id-1173 .main-navigation .primary-menu-container > ul > li.menu-item > a{color:#212121;}
.elementor .learn-more-btn a{text-decoration: underline;}
.elementor .learn-more-btn a:hover{text-decoration: none;}
.home-list-menu { padding-left: 180px;}
.home-list-menu .elementor-icon-list-icon{    order: 2;     opacity: 0.2;}
.home-list-menu .elementor-icon-list-text{    width: 100%; }
.home-list-menu  a{  font-family: 'EB Garamond', serif;color: #C4BBAC;}
.home-list-menu  a:hover{color: #212121}
.home-list-menu  a:hover .elementor-icon-list-icon{opacity: 1;}
.wrap {padding-bottom: 185px;}
.profile-txt .teaching p{    margin-bottom: 0 !important;}
.profile-txt .newsletter{    padding: 25px 0 0;}
.profile-txt .newsletter .qodef-m-text p{    color: #000;    text-transform: inherit;}
.profile-txt .qodef-m-text h2{margin:0;}
.profile-txt .qodef-m-text p{  margin-bottom: 0 !important; font-size: 16px;    color: #21212180;    text-transform: uppercase;    padding: 5px 0 0;}
.profile-txt .qodef-m-text h2 a{text-decoration: underline !important;}
.profile-txt .qodef-m-text h2 a:hover{text-decoration: none !important;}
/*.fav-words{background:#C1E401; position:absolute!important; top: 50%; right: -492px; padding: 0 15px;  transform: translateX(0%);transition: 1s ease; z-index: 999;}*/
.fav-words{background:#C1E401; position:absolute!important; top: 80px; right:-395px; padding: 0 15px;  transform: translateX(0%);transition: 1s ease; z-index: 1;}
.fav-words:hover{ transform: translateX(-88%);}
.fav-words .elementor-button-wrapper .elementor-button{text-decoration: inherit;}
.plant-pro-txt{padding: 180px 0 45px;}
.tab-section .elementor-widget .elementor-icon-list-item:after{bottom: 0!important;}
.plant-pro-txt p{line-height: 30px;}
.plant-pro-txt h3{font-size: 48px;    color: #fff; line-height: 52px; font-weight: normal;}

.profile-txt p a, .poetry-plant-txt h2 a, .poetry-plant-txt .aekta-proj h2 a, .poetry-plant-txt .aekta-proj ul a, .single-content .taught-txt ul li a{text-decoration: underline!important;}
.profile-txt p a:hover, .poetry-plant-txt  h2 a:hover, .poetry-plant-txt .aekta-proj ul a:hover, .single-content .taught-txt ul li a:hover{background:#C1E401; text-decoration: none!important;}
.poetry-plant-txt .aekta-proj h2 a:hover{background:#C1E401; text-decoration: none!important;}
.poetry-plant-txt .aekta-proj ul{line-height: 32px;  padding: 15px 0 0 20px;}
.get-touch-txt a span:hover, .works .qodef-m-text a:hover{text-decoration: underline!important;}

.about-pic-txt span{font-family: 'ELEGANT TYPEWRITER'; line-height: 20px; font-size: 20px; color: #3258B4;}
.about-pic-txt h1{margin: 0;    line-height: 35px;    padding: 0 0 10px;}
.pic-blue-star .elementor-icon-wrapper, .abs-txt1{position: absolute;  z-index: 9;  right:-45px; top: 0px;}
.plant-pro-txt p{color: #fff; text-align: center; font-size: 16px; line-height: 28px;     padding: 0 0 10px;}
.abs-txt1{  top: 40px;   right: -12px;}
 .pic-blue-star{    margin-block-end: 0!important;}
.abs-txt3{margin: 0 auto;}
.profile-txt{padding: 165px 130px 0 36px;}
.profile-txt p{line-height: 28px; margin-bottom: 18px !important;}
.profile-txt h1{    padding: 0 0 25px;    margin: 0!important;    line-height: 35px;}
.about-txt p{font-size: 28px;     font-family: 'EB Garamond', serif;   line-height: 33px;}
.page-id-1861 .site-header{     padding: 0 0 245px 0; }
.single-content .poetry-plant-txt h2{   margin: 0!important; line-height: 36px;}
.single-content .taught-txt  p{  margin-bottom: 1.2rem;}
.single-content .taught-txt ul{line-height: 32px;}
.single-content .poetry-plant-txt h2.project{padding: 20px 0;}
.works .eae-cs-layout-skin1 .eae-cs-switch-wrapper{    flex-wrap: nowrap; padding: 8px 0;}
.works .eae-cs-layout-skin1 .eae-cs-switch-wrapper, .works  .eae-cs-layout-skin1 .eae-content-switch-button{background: inherit; color: #2121214d; text-align: left; width: 100%; display: flex
;    justify-content: space-between;     overflow: hidden; min-width: 100%;}
.works .eae-cs-layout-skin1 .eae-cs-label-wrapper{background: inherit!important; color:#212121;      font-size: 20px; } 
/*.works .eae-cs-label-wrapper:last-child{padding-right:0;}*/
.works  .finalist{        height: 34.3vw;}
.works  .finalist.nonf-nominated{ height: 49vw;}
.works .eae-cs-layout-skin1 .eae-content-switch-button:Hover, .works .eae-cs-layout-skin1 .eae-content-switch-button.active{ text-decoration: underline 2px; color: #212121; text-underline-offset: 8px;}
.works  .eae-cs-layout-skin1 .eae-content-switch-button.active:before{background: inherit;  }
.works .qodef-m-text{margin:0;}
.works h2.qodef-m-title{line-height: 36px;}
.works .wp-caption a{display: block;}
.works .qodef-m-text h2{line-height: 36px;  margin: 0;}
.works .holy-body .qodef-m-text{padding: 60px 0 0;}
.works  .qodef-m-text p{text-transform: uppercase; color: #919191;     padding:8px 0 0;}
.works  .qodef-m-text p.subtitle{color:#212121; padding:0;  margin: 0; text-transform: capitalize;}
.works  .qodef-m-subtitle{text-transform: uppercase; color: #919191;     padding: 10px 0 0;}
.works  .e-con{ /*   display: flex; */   justify-content: space-between;    overflow: hidden;     padding-bottom:40px;}
.works  .honorable.e-con{    justify-content:start;   }
.works  .honorable .finalist {    padding-right:12vh;     height: 70vh;}
.works .elementor-widget-container{display: flex;    flex-direction: column;    gap: .5208333333vw;    overflow: hidden;    width: 100%;}
.works figure{height: 100%; width: 100%;}
.works figure img {height: 100%;    -o-object-fit: cover;    object-fit: cover;    width: 100%;}
.works  .wp-caption-text{ padding: 5px 10px; margin: 0 !important; text-transform: uppercase; position: absolute; background: #C1E401; color:#212121; font-size: 14px;  right: 0;  top: 0;}
.works .wp-caption img[class*="wp-image-"]{margin: 0;}
.works .e-con.golden-txt{ padding-bottom:0; }
.golden-txt .colum-two.winner-txt .elementor-widget-qi_addons_for_elementor_section_title{    padding-bottom: 30px;}
.golden-txt .elementor-widget-qi_addons_for_elementor_section_title{  padding-bottom:30px;  }
.golden-txt  .txt-box{ padding-bottom:52px;}
.golden-txt  .qodef-qi-section-title{border-left: 1px solid #DADADA; padding-left: 20px;}
.golden-txt  .colum-two .qodef-qi-section-title{    margin-left: 10px;}
.works .eae-cs-switch-container, .works  .work-text-section{padding: 0 2vw;}
.golden-txt .sunpotting{    padding: 0 0 80px;}
.works .arthis-txt.e-con.golden-txt .txt-box{  line-height: 89px;}
.works .winner{ height:112vh;}
.works  .wiiner-caption .wp-caption-text{max-width: 100px;}
.works .winner .wp-caption-text{right:10.7vw;}
.works .multimedia .qodef-m-text p{    margin: 0;}
.books {padding: 40px 0 0;}
.works-title h1{text-align: left;   font-size: 48px;  padding-left: 22px; padding-top: 30px; font-weight: 500;}
.works .works-title.e-con, .works-title .e-con{padding-bottom: 10px;}
.works .interviews .qodef-m-subtitle, .press-txt .qodef-m-subtitle{text-transform: none; color:#212121;}
.works .interviews .qodef-m-text{  color: #919191;    padding:0;}
.golden-txt.interviews .elementor-widget-qi_addons_for_elementor_section_title{padding-bottom: 40px;}
.golden-txt .workcol-txt-wrap{    display: flex;    flex-flow: row wrap;    justify-content: space-evenly;}
/*.golden-txt .karthik-txt .qodef-qi-section-title{padding-bottom: 25px;}*/
.golden-txt .spoken-word-txt{padding-bottom: 82px;}
.testimonials .qodef-qi-testimonials-list .qodef-e-media-image{    border-radius: 100%!important;}
.testimonials h3, .free-res h3{font-size: 48px; font-weight: normal;}
.free-res p{line-height: 32px;}
.testimonials p.qodef-e-author-name {color: #919191;}
.testimonials .qodef-e-content{padding: 0 0 25px;}
.testimonials .qodef-qi-testimonials-list .qodef-e-side{  width: 80px; margin-right: 0;}
.testimonials .qodef-qi-testimonials-list .qodef-e-title{margin: 0 0 .2em;}
.testimonials  .qodef-grid-inner .qodef-grid-item{border-left: 1px solid #dadada;  padding-left: 30px;     margin-bottom: 2em;}
.testimonials .qodef-qi-testimonials-list .qodef-e-text{margin: 0;}
.testimonials .elementor-button-text{padding: 20px 0 0;}
.testimonials  .qodef-grid-item {
  display: block;  /* Display all grid items normally */
}
/* Hide grid items after the first 4 */
.testimonials  .qodef-grid-item:nth-child(n+5) {
  display: none;
}
.free-res h2{text-decoration: underline;}
.free-res .elementor-container {background:#d9d9d940; padding: 50px;     border-left: 20px solid #C1E401;     border-radius: 20px;}
.free-res .elementor-widget-qi_addons_for_elementor_section_title{    padding: 0 0 20px;}
.view-more-btn{padding-left: 12px;}
.books .qodef-e-media{text-align: center; padding: 0 0 15px;}
 .books .qodef-e-media-image{  box-shadow: 12px 5px 11px 1px rgb(185 183 183 / 71%);}
.books p.qodef-e-title{text-align: center; font-size: 20px; line-height: 27px;  margin: 0 auto;  padding: 20px 20px 0;}
.books p.qodef-e-title span{display: block;}
.books .qodef-blog-item{padding-bottom: 60px;}
.books .qodef-e-excerpt{ font-size: 16px; color:#919191; text-align: center; display: block;}
.books  .elementor-widget-heading{    margin-block-end: 10px!important;}
.honors .qodef-qi-section-title {text-align: center; border-bottom: 1px solid #DADADA; padding:35px 0 60px;}
.honors .qodef-qi-section-title h1{font-size: 34px; line-height: 44px; }
.honors .qodef-qi-section-title p{font-size: 16px; color:#21212180; text-transform: uppercase; padding:0;}
.get-touch .qodef-m-icon-holder{display: inline; padding-right: 15px;}
.get-touch .icon_with_text {    margin-block-end: 15px!important;}
.get-touch  p{font-size:16px;}
.get-touch img{width: 100%;}
.get-touch-txt{padding-left: 40px;}
.get-touch .qodef-qi-icon-with-text .qodef-m-icon-holder svg{stroke: inherit;    padding: 2px 0 0;}
.elementor-element .hart-icon { position: absolute;  z-index: 9;    top: 20px;    right: 80px;    width: 50px!important;}
.colum-two .col2-txt.elementor-widget-qi_addons_for_elementor_section_title{    padding-bottom: 65px;}
.pum-theme-3805, .pum-theme-default-theme{    background-color: rgba(245, 245, 245, 0.75);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    mix-blend-mode: normal;}
/*.qodef-e-title-link::after {
    content: "Book of Dissent";
    display: block;
}

.qodef-e-title-link {
    display: inline; 
    font-size: 0; 
}

.qodef-e-title-link::before {
    content: "days:";
    display: inline;
    font-size: 16px; 
}

.qodef-e-title-link::after {
    font-size: 16px; 
}
*/

footer{ background: linear-gradient(180deg, rgb(255, 255, 255, 1) 0%, rgb(191 161 112 / 38%) 100%);  }
.site-middle-footer-inner-wrap{    padding: 0 40px;}
.footer-widget2  .site-info-inner .widget_block{  border-bottom: 1px solid #C7C7C7;   padding: 0 0 20px;  margin: 0;}
.wp-container-core-columns-is-layout-2, .wp-container-core-columns-is-layout-4, .wp-container-core-columns-is-layout-3, .wp-container-core-columns-is-layout-5{padding: 25px 0 0;     margin: 0;}
.footer-widget2  .is-layout-flex{    align-items: start!important;  }
.footer-widget2 p.title{text-transform: uppercase;}
.footer-widget2  p{ line-height: 35px;   margin: 0;     }
.wp-block-column-is-layout-flow{padding-bottom: 0;}
.inner-link-style-plain a:not(.button),
.widget-area.inner-link-style-plain a:not(.button) {
    text-decoration: none
}

.inner-link-style-normal a:not(.button),
.widget-area.inner-link-style-normal a:not(.button) {
    text-decoration: underline
}

.link-style-no-underline .entry-content p>a,
.link-style-no-underline .entry-content strong>a,
.link-style-no-underline .entry-content em>a,
.link-style-no-underline .entry-content>ul a,
.link-style-no-underline .entry-content a {
    text-decoration: none
}

.link-style-no-underline .entry-content p>a:hover,
.link-style-no-underline .entry-content strong>a:hover,
.link-style-no-underline .entry-content em>a:hover,
.link-style-no-underline .entry-content>ul a:hover,
.link-style-no-underline .entry-content a:hover {
    text-decoration: none
}

.link-style-color-underline .entry-content p a,
.link-style-color-underline .entry-content strong>a,
.link-style-color-underline .entry-content em>a,
.link-style-color-underline .entry-content>ul a,
.link-style-color-underline .entry-content>ol a,
.link-style-color-underline .entry-content .wp-block-group ul a,
.link-style-color-underline .entry-content .wp-block-group ol a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--global-palette-highlight)
}

.link-style-color-underline .entry-content p a:hover,
.link-style-color-underline .entry-content strong>a:hover,
.link-style-color-underline .entry-content em>a:hover,
.link-style-color-underline .entry-content>ul a:hover,
.link-style-color-underline .entry-content>ol a:hover,
.link-style-color-underline .entry-content .wp-block-group ul a:hover,
.link-style-color-underline .entry-content .wp-block-group ol a:hover {
    text-decoration-color: var(--global-palette-highlight-alt)
}

.link-style-hover-background .entry-content p a,
.link-style-hover-background .entry-content strong>a,
.link-style-hover-background .entry-content em>a,
.link-style-hover-background .entry-content>ul a,
.link-style-hover-background .entry-content>ol a,
.link-style-hover-background .entry-content .wp-block-group ul a,
.link-style-hover-background .entry-content .wp-block-group ol a {
    color: var(--global-palette-highlight);
    text-decoration: none;
    background-image: linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px
}

.link-style-hover-background .entry-content p a:hover,
.link-style-hover-background .entry-content strong>a:hover,
.link-style-hover-background .entry-content em>a:hover,
.link-style-hover-background .entry-content>ul a:hover,
.link-style-hover-background .entry-content>ol a:hover,
.link-style-hover-background .entry-content .wp-block-group ul a:hover,
.link-style-hover-background .entry-content .wp-block-group ol a:hover {
    color: var(--global-palette-highlight-alt2);
    text-decoration: none;
    background-size: 100% 100%
}

.link-style-offset-background .entry-content p a,
.link-style-offset-background .entry-content strong>a,
.link-style-offset-background .entry-content em>a,
.link-style-offset-background .entry-content>ul a,
.link-style-offset-background .entry-content>ol a,
.link-style-offset-background .entry-content .wp-block-group ul a,
.link-style-offset-background .entry-content .wp-block-group ol a {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));
    background-repeat: no-repeat;
    background-position: 4px bottom;
    background-size: 100% 10px
}

.link-style-offset-background .entry-content p a:hover,
.link-style-offset-background .entry-content strong>a:hover,
.link-style-offset-background .entry-content em>a:hover,
.link-style-offset-background .entry-content>ul a:hover,
.link-style-offset-background .entry-content>ol a:hover,
.link-style-offset-background .entry-content .wp-block-group ul a:hover,
.link-style-offset-background .entry-content .wp-block-group ol a:hover {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

:where(html:not(.no-js)) .hide-focus-outline *:focus {
    outline: 0
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

textarea {
    width: 100%
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-appearance: none;
      color:#212121;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding:0.9em 1.2em;
    max-width: 100%;
    background: var(--global-palette9);
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0)
}

::-webkit-input-placeholder {
    color: #9E9E9E;
}

::-moz-placeholder {
     color: #9E9E9E;
    opacity: 1
}

::placeholder {
    color: #9E9E9E;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color:#000;
    border-color: 1px solid #000
    box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, 0.1)
}

input.focused {
  border-color: green; /* Green border when focused or clicked */
}
.single-content .cont-form .wp-block-columns{margin:0; padding: 0 0 10px;}
.cont-form textarea{min-height: 140px;}
:where(.wp-block-columns.is-layout-flex){gap: 1em!important;}
.cont-form select {
   
    background-size: 16px 100%;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
	color: #9E9E9E;
    padding:0.9em 1.2em;
    background: var(--global-palette9) url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z" fill="%23212121"/></svg>') no-repeat 98% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0)
}

select::-ms-expand {
    display: none
}

select:focus {
    color:#000;
    border-color: 1px solid #ccc;
    background-color: var(--global-palette9);
    box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, 0.1);
    outline: 0
}

select:focus option {
    color: #000
	 border-color: 1px solid #ccc;
}

/** Custom Select **/
.layout-column .jet-form-builder__field{z-index:999}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
	width: 100%;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
    .custom-select-trigger {
     position: relative;
    display: block;
    width: 100%;
    color:#d0d0d0;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 0.9em 1.2em;
    }
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
.custom-select.active, .custom-select.active span.custom-select-trigger {color:#212121; border-color: #a6a6a6;}
input:not(:placeholder-shown), textarea:not(:placeholder-shown), select:not(:placeholder-shown) {  border-color: #a6a6a6;}
button.jet-form-builder__submit{    font-family: 'Fira Sans', sans-serif;}
.popmake-content .jet-form-builder-message{border: inherit;   margin:100px 0 0 0;}
.get-touch .jet-form-builder-message{border: inherit;}
.popmake-content p{    font-family: 'EB Garamond', serif;
	color:#212121;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding: 10px 0;
    margin: 0;}
.pum-container.custom-position{
     background-image: url(https://aektakhubchandani.com/wp-content/uploads/2025/08/subcribe-bg.png);
    background-repeat: no-repeat;
    max-height: 691px;
    max-width: 480px;
    padding: 124px 80px 183px !important;
    background-position: top center;
    margin:50px 0 0;
}
.pum-container .pum-content+.pum-close, .pum-content+.pum-close:hover, .pum-content+.pum-close:focus{
	 width: 32px;
  height: 32px;
  background-image:url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.3332 8.54675L23.4532 6.66675L15.9998 14.1201L8.5465 6.66675L6.6665 8.54675L14.1198 16.0001L6.6665 23.4534L8.5465 25.3334L15.9998 17.8801L23.4532 25.3334L25.3332 23.4534L17.8798 16.0001L25.3332 8.54675Z" fill="black"/></svg>')!important;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
	top:-25px!important;
	right:-25px!important;
}
.pum-container button.jet-form-builder__submit{    margin: 0 auto;}
.custom-select-trigger:focus{color:000;}
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 2px solid #000000;
        border-right: 2px solid #000000;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 10px 0;
    border: 1px solid #b5b5b5;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
     position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 12px 12px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 12px 12px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }

.elementor-select-wrapper select {
    background-image: none
}

.search-form {
    position: relative
}

.search-form input[type="search"],
.search-form input.search-field {
    padding-right: 60px;
    width: 100%
}

.search-form .search-submit[type="submit"] {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: transparent;
    background: transparent;
    z-index: 2;
    width: 50px;
    border: 0;
    padding: 8px 12px 7px;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden
}

.search-form .search-submit[type="submit"]:hover,
.search-form .search-submit[type="submit"]:focus {
    color: transparent;
    background: transparent;
    box-shadow: none
}

.search-form .kadence-search-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    padding: 0;
    text-align: center;
    background: 0 0;
    z-index: 3;
    cursor: pointer;
    pointer-events: none;
    color: var(--global-palette6);
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-form .search-submit[type="submit"]:hover~.kadence-search-icon-wrap {
    color: var(--global-palette4)
}

body.rtl .search-form .button[type="submit"],
body.rtl .search-form .kadence-search-icon-wrap {
    left: 0;
    right: auto
}

body.rtl .search-form input[type="search"],
body.rtl .search-form input.search-field {
    padding-right: 0.5em;
    padding-left: 60px
}

fieldset {
    padding: 0.625em 1.425em 0.625em;
    border: 1px solid var(--global-gray-500);
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.affwp-form fieldset {
    padding: 0
}

legend {
    font-weight: bold
}

button,
.button,
.wp-block-button__link,
.wp-element-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background:none;
    color: #212121;
    padding: 0.4em 1em;
    border: 0;
    font-size: 20px;
	
    line-height: 1.6;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.2s ease;
	text-underline-offset: 12px;
	text-decoration-thickness: 2px;
}

button:visited,
.button:visited,
.wp-block-button__link:visited,
.wp-element-button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
   color: #212121;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-element-button:hover,
.wp-element-button:focus,
.wp-element-button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    color:#212121;
  font-size:20px;
	text-decoration:none!important;
	box-shadow: inherit !important;
}

button:disabled,
button.disabled,
.button:disabled,
.button.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
.wp-element-button:disabled,
.wp-element-button.disabled,
input[type="button"]:disabled,
input[type="button"].disabled,
input[type="reset"]:disabled,
input[type="reset"].disabled,
input[type="submit"]:disabled,
input[type="submit"].disabled {
    cursor: not-allowed;
    opacity: 0.5;
	text-decoration:none;
}

.elementor-button-wrapper .elementor-button {
    background-color: inherit;;
    color: #212121;
    text-decoration: underline;
}

.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper .elementor-button:active {
    color: #212121;
    background-color: inherit;
     text-decoration: none;
     box-shadow:inherit!important;
   
}

.button.button-size-small {
    font-size: 80%;
    padding: 0.3em .7em
}

.button.button-size-large {
    font-size: 110%;
    padding: 0.6em 1.2em
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button {
    padding: 0.4em 1em
}

.button.button-style-outline,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button {
    border: 2px solid currentColor
}

.button.button-style-outline:hover,
.button.button-style-outline:focus,
.button.button-style-outline:active,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active,
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-element-button:focus,
.wp-block-button.is-style-outline .wp-element-button:active {
    border: 2px solid currentColor;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0)
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-element-button:not(.has-background),
.button.button-style-outline:not(.has-background) {
    background: transparent
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,
.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,
.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,
.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,
.button.button-style-outline:not(.has-background):hover,
.button.button-style-outline:not(.has-background):focus,
.button.button-style-outline:not(.has-background):active {
    background: transparent
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),
.button.button-style-outline:not(.has-text-color) {
    color: var(--global-palette-btn-bg)
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,
.button.button-style-outline:not(.has-text-color):hover,
.button.button-style-outline:not(.has-text-color):focus,
.button.button-style-outline:not(.has-text-color):active {
    color: var(--global-palette-btn-bg-hover)
}

.kadence-svg-iconset {
    display: inline-flex;
    align-self: center
}

.kadence-svg-iconset svg {
    height: 1em;
    width: 1em
}

.kadence-svg-iconset.svg-baseline svg {
    top: .125em;
    position: relative
}

body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore) {
    color: white
}

body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore) {
    border-color: currentColor
}

:root .has-theme-palette-1-background-color,
:root .has-theme-palette1-background-color {
    background-color: var(--global-palette1)
}

:root .has-theme-palette-1-color,
:root .has-theme-palette1-color {
    color: var(--global-palette1)
}

:root .has-theme-palette-2-background-color,
:root .has-theme-palette2-background-color {
    background-color: var(--global-palette2)
}

:root .has-theme-palette-2-color,
:root .has-theme-palette2-color {
    color: var(--global-palette2)
}

:root .has-theme-palette-3-background-color,
:root .has-theme-palette3-background-color {
    background-color: var(--global-palette3)
}

:root .has-theme-palette-3-color,
:root .has-theme-palette3-color {
    color: var(--global-palette3)
}

:root .has-theme-palette-4-background-color,
:root .has-theme-palette4-background-color {
    background-color: var(--global-palette4)
}

:root .has-theme-palette-4-color,
:root .has-theme-palette4-color {
    color: var(--global-palette4)
}

:root .has-theme-palette-5-background-color,
:root .has-theme-palette5-background-color {
    background-color: var(--global-palette5)
}

:root .has-theme-palette-5-color,
:root .has-theme-palette5-color {
    color: var(--global-palette5)
}

:root .has-theme-palette-6-background-color,
:root .has-theme-palette6-background-color {
    background-color: var(--global-palette6)
}

:root .has-theme-palette-6-color,
:root .has-theme-palette6-color {
    color: var(--global-palette6)
}

:root .has-theme-palette-7-background-color,
:root .has-theme-palette7-background-color {
    background-color: var(--global-palette7)
}

:root .has-theme-palette-7-color,
:root .has-theme-palette7-color {
    color: var(--global-palette7)
}

:root .has-theme-palette-8-background-color,
:root .has-theme-palette8-background-color {
    background-color: var(--global-palette8)
}

:root .has-theme-palette-8-color,
:root .has-theme-palette8-color {
    color: var(--global-palette8)
}

:root .has-theme-palette-9-background-color,
:root .has-theme-palette9-background-color {
    background-color: var(--global-palette9)
}

:root .has-theme-palette-9-color,
:root .has-theme-palette9-color {
    color: var(--global-palette9)
}

.kt-clear {
    *zoom: 1
}

.kt-clear::before,
.kt-clear::after {
    content: ' ';
    display: table
}

.kt-clear::after {
    clear: both
}

#wpadminbar {
    position: fixed !important
}

.content-area {
    margin: var(--global-xxl-spacing) 0
}

.entry-content {
    word-break: break-word
}

.entry-content table {
    word-break: normal
}

.body {
    overflow-x: hidden
}

.scroll a *,
a.scroll * {
    pointer-events: none
}

.content-width-fullwidth .content-container.site-container {
    max-width: none;
    padding: 0
}

.content-width-fullwidth .content-area,
.content-vertical-padding-hide .content-area {
    margin-top: 0;
    margin-bottom: 0
}

.content-vertical-padding-top .content-area {
    margin-bottom: 0
}

.content-vertical-padding-bottom .content-area {
    margin-top: 0
}

.site-container,
.site-header-row-layout-contained,
.site-footer-row-layout-contained,
.entry-hero-layout-contained,
.alignfull>.wp-block-cover__inner-container,
.alignwide>.wp-block-cover__inner-container {
    margin: 0 auto;
    padding: 0 var(--global-content-edge-padding)
}

.kt-row-layout-inner>.kb-theme-content-width,
.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width {
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding)
}

.content-bg {
    background: white
}

.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap {
    padding: 0
}

.content-style-unboxed .content-bg:not(.loop-entry) {
    background: transparent
}

.content-style-unboxed .entry:not(.loop-entry) {
    box-shadow: none;
    border-radius: 0
}

@media screen and (min-width: 1025px) {
    .has-sidebar .content-container {
        display: grid;
        grid-template-columns: 5fr 2fr;
        grid-gap: var(--global-xl-spacing);
        justify-content: center
    }

    #secondary {
        grid-column: 2;
        grid-row: 1;
        min-width: 0
    }

    .has-left-sidebar .content-container {
        grid-template-columns: 2fr 5fr
    }

    .has-left-sidebar #main {
        grid-column: 2;
        grid-row: 1
    }

    .has-left-sidebar #secondary {
        grid-column: 1;
        grid-row: 1
    }

    .has-sidebar .wp-site-blocks .content-container .alignwide,
    .has-sidebar .wp-site-blocks .content-container .alignfull {
        width: unset;
        max-width: unset;
        margin-left: 0;
        margin-right: 0
    }

    .has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide {
        margin-left: -10px;
        margin-right: -10px
    }
}

#kt-scroll-up-reader,
#kt-scroll-up {
    position: fixed;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 1000;
    display: flex;
    cursor: pointer
}

#kt-scroll-up-reader *,
#kt-scroll-up * {
    pointer-events: none
}

#kt-scroll-up-reader.scroll-up-style-outline,
#kt-scroll-up.scroll-up-style-outline {
    background: transparent
}

.scroll-up-style-filled {
    color: var(--global-palette9);
    background: var(--global-palette4)
}

.scroll-up-style-filled:hover {
    color: var(--global-palette9)
}

.scroll-up-style-outline,
.scroll-up-wrap.scroll-up-style-outline {
    border-width: 2px;
    border-style: solid;
    border-color: currentColor;
    color: var(--global-palette4)
}

.scroll-up-style-outline:hover {
    color: var(--global-palette5)
}

#kt-scroll-up.scroll-visible {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

#kt-scroll-up-reader {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0s ease
}

#kt-scroll-up-reader:not(:focus) {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

#kt-scroll-up-reader:focus {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    box-shadow: none;
    z-index: 1001
}
@media screen and (max-width: 1440px) {
	.main-navigation .primary-menu-container > ul > li.menu-item > a
	{
		padding-left: calc(7em / 2)!important;
		    padding-right: calc(7em / 2)!important;
	}
	.tab-section .elementor-column-gap-default{max-width: 1060px!important;}
	.home-list-menu{padding-left: 100px;}
		.profile-txt{padding: 165px 85px 0 36px;}
	.works .winner {    height: fit-content;}
	.works .honorable .finalist{    height: fit-content;}
	.works .winner .wp-caption-text {    right: 10.6vw;}
	.works .nonf-nominated .wp-caption-text{right: 4px;}
}
@media screen and (max-width: 1280px) {
    .vs-lg-false {
        display: none !important
    }
	.profile-txt{padding: 165px 0 0 36px;}
	.main-navigation .primary-menu-container > ul > li.menu-item > a
	{
		padding-left: calc(5em / 2)!important;
		    padding-right: calc(5em / 2)!important;
	}
	.works .winner {
    height: fit-content;
}
	.works .winner .wp-caption-text {
    right: 10.4vw;
}
	.golden-txt .sunpotting {
    padding: 0 0 130px;
}
	.works .honorable .finalist{    height: fit-content;}
	.site-middle-footer-inner-wrap{padding: 0 10px;}
}
@media screen and (max-width: 719px) {
	h2{font-size:24px;}
	p{font-size:14px;}
    .vs-sm-false {
        display: none !important
    }
	.element-social-inner-wrap{
		display: grid!important;
	}
	body {
  -webkit-overflow-scrolling: touch;
}
	.popmake-content .jet-form-builder-message{margin: 50px 0 0 0;}
.pum-container.custom-position{max-height: 500px;
    max-width: 100%;
    padding: 85px 60px 110px !important;
    background-position: top center;
    margin: 0;
    background-size: 90%;
    left: 0 !important;
    right: 0 !important;}
	.popmake-content p{font-size: 20px;    line-height: 24px;}
	.popmake-content .jet-form-builder__field-wrap{max-width: 80%;    margin: 0 auto;}
	.pum-container .pum-content+.pum-close, .pum-content+.pum-close:hover, .pum-content+.pum-close:focus{
		    top: -35px !important;
    right: 40px !important;
		width: 25px !important;
    height: 25px !important;
			}
	.hslide{top: 12vh; }
	.hslide.fixed{top: 12vh;  padding-top: 24vh;}
	.home-cover{
		        width: 100%;
        height: 100dvh;
        min-height: 100dvh;
        min-width: 100%;
	}
	.home-cover img{  width: 227px; height: 100vh;}
	.home-list-menu a{color:#212121;}
	.wrap{padding-bottom: 40px;}
	.home-list-menu{padding-left: 5px; padding-top: 10px;}
	.home-list-menu .elementor-icon-list-icon{opacity: 1;}
	.plant-pro-txt{padding: 70px 0;}
	.fav-words{display: none;}
	.footer-widget2 .is-layout-flex{    display: inline-block;}
	.site-middle-footer-inner-wrap{padding: 0 30px;}
	.footer-html p:first-child{padding: 0 2rem;}
	.profile-txt{    padding: 75px 0 0 0;}
	.abs-txt1{top: 0;    right: -15px;     line-height: 20px;}
	.pic-blue-star .elementor-icon-wrapper, .abs-txt1{right: -10px;}
	 .abs-txt3{right: -100px;     line-height: 20px;}
	.profile-txt, .works .holy-body .qodef-m-text{ padding: 25px 0 0 0;}
	.profile-txt .qodef-m-text h2{font-size:24px}
	.profile-txt .qodef-m-text p{font-size:14px;}
	.works .e-con{padding-bottom:50px;}
	    .works .winner .wp-caption-text { right: -0.7vw;}
	.works .golden-txt  .e-con, .works .works-title .e-con{padding-bottom: 10px;}
	.works .finalist.nonf-nominated{    height: auto;}
	.works-title h1{  padding-left: 0;}
	.press-wrap h2.qodef-m-title{padding: 0 0 2px;}
	.press-wrap p.qodef-m-subtitle{  line-height: 20px;}
	.about-img02{position: absolute; top: -130px;  left: 70px;}
	.about-img03{position: absolute!important;  top: -275px;   }
	.elementor-element .hart-icon{ top: -140px; right: 30px;}
	.works .eae-cs-layout-skin1 .eae-cs-switch-wrapper{text-align: center;}
	.works .eae-cs-layout-skin1 .eae-cs-label-wrapper{font-size: 18px;}
	.works .qodef-m-subtitle{padding: 5px 0 0;}
	.works .qodef-m-subtitle, .single-content .poetry-plant-txt p{font-size:14px;}
	.single-content .poetry-plant-txt p{ margin:0 0 0.8rem;}
	.single-content .poetry-plant-txt h2.project{padding: 10px 0 0;}
	.works .wp-caption-text, .single-content .poetry-plant-txt p.qodef-e-author-name{font-size:12px;}
	.works .eae-cs-switch-container, .works .e-con.golden-txt{padding:0;}
	 .works h2{font-size:24px;}
	.works h2.qodef-m-title{ line-height: 30px;}
	.golden-txt .colum-two .qodef-qi-section-title{margin-left: 0;}
	.golden-txt .mcol{display: flex;    flex-flow: wrap;    justify-content: space-between;}
	.golden-txt .qodef-qi-section-title{padding-left: 18px;}
	.eae-cs-layout-skin1 .eae-content-switch-button{ max-width: 300px; padding:8px 12px;}
	.works .finalist, .works .winner, .works .honorable .finalist{    height: 100%; padding-right: 0;}
	.works .eae-cs-switch-container, .works .work-text-section{padding: 0;}
	.golden-txt.interviews .elementor-widget-qi_addons_for_elementor_section_title, .golden-txt .elementor-widget-qi_addons_for_elementor_section_title{    padding-bottom: 20px;}
	.golden-txt .spoken-word-txt{padding-bottom: 20px;}
	.single-content .poetry-plant-txt h2{font-size:24px; line-height: 30px;}
	.view-more-btn, .view-more-btn a, .view-more-btn .elementor-button-text{padding:0;}
	.testimonials .qodef-e-content{    padding: 0;}
	.mobile-transparent-header #masthead{position: inherit!important;}
	.testimonials .qodef-grid-inner .qodef-grid-item{border-left: inherit;  padding-left: 0;  margin-bottom: 1.2em;}
	.testimonials .qodef-qi-testimonials-list .qodef-e-side{width: 54px; margin-right: 12px;}
	.testimonials .qodef-qi-testimonials-list .qodef-e-inner{flex-direction: row;      margin: 0 0 15px;}
	.testimonials p.qodef-e-author-name{line-height: 16px;}
	.testimonials h3, .free-res h3{font-size: 40px;}
	.free-res p{line-height: 24px;}
	.free-res .elementor-container{    border-top: 20px solid #C1E401; border-left:inherit;     padding: 20px;}
	.honors .qodef-qi-section-title h1{font-size: 28px; line-height: 36px;}
	.honors .qodef-qi-section-title{    padding: 20px 0 35px;}
	.honors .qodef-qi-section-title p, .books .qodef-e-excerpt{padding: 10px 0 0; font-size: 14px;}
	.books{    padding: 5px 0 0;}
	.books p.qodef-e-title{font-size: 18px; line-height: 28px;     padding: 15px 20px 0;}
	.get-touch .qodef-m-content p  {padding: 0 20px 0;}
	.books .qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media, .books .qodef-addons-blog-list .qodef-blog-item .qodef-e-title{    margin-bottom: 0;}
	.books .qodef-blog-item{padding-bottom: 15px;}
	.get-touch-txt{padding-left: 0;}
	.get-touch-txt h1{padding:0 0 10px; margin:0!important;}
	.get-touch .qodef-m-icon-holder{padding-right: 6px;}
	{ width: 177px;}
	.site-middle-footer-inner-wrap img{width:177px;}
	.site-middle-footer-inner-wrap{grid-column-gap: 50px!important;  grid-row-gap: 50px!important;}
}

@media screen and (min-width: 720px) and (max-width: 1024px) {
    .vs-md-false {
        display: none !important
    }
	
}

@media screen and (min-width: 1025px) {
    .vs-lg-false {
        display: none !important
    }
	
}

body.logged-in .vs-logged-in-false {
    display: none !important
}

body:not(.logged-in) .vs-logged-out-false {
    display: none !important
}

.infinite-scroll .posts-navigation,
.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

#wrapper {
    overflow: hidden;
    overflow: clip
}

.kadence-scrollbar-fixer {
    margin-right: var(--scrollbar-offset, unset)
}

.kadence-scrollbar-fixer .item-is-fixed {
    right: var(--scrollbar-offset, 0)
}

.alignleft {
    float: left;
    margin-right: var(--global-md-spacing)
}

.alignright {
    float: right;
    margin-left: var(--global-md-spacing)
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

body.footer-on-bottom #wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

body.footer-on-bottom.admin-bar #wrapper {
    min-height: calc(100vh - 32px)
}

body.footer-on-bottom #inner-wrap {
    flex: 1 0 auto
}

.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,
.kadence-pro-fixed-item>p:first-child:last-child {
    margin: 0
}