/*
Theme Name: The Wild Charm Factory
Theme URI: https://codehashers.com
Author: Nikhil Jain
Author URI: https://codehashers.com
Description: Custom Wordpress theme for the The Wild Charm Factory site by Nikhil Jain
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twc
*/

:root {
    --primary: #041E42;
    --secondary: #ff3a6f;
    --golden: #ac8f19;
    --blue: #1AB7EA;
    --light-grey: #fafafa;
    --light-grey-2: #f7f7f7;
    --green: #6F9878;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;    
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;   
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --font-cursive: 'Dancing Script', cursive;
    --font-body: 'Poppins', sans-serif;
    --font-playfair: 'Playfair Display', serif;
    --font-lato: 'Lato', sans-serif;
    --font-merri: 'Merriweather', sans-serif;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; 
}
  
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; 
}

html {
    scroll-behavior: smooth;
  }

body {
margin: 0;
font-family: 'Poppins', sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #000;
text-align: left;
background-color: #fff; 
overflow-x: hidden;
}

p {
    font-size: 1rem;
}

[tabindex="-1"]:focus {
outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-family: 'Dancing Script', cursive;
}

p {
margin-top: 0;
margin-bottom: 1rem; 
color: rgb(119, 119, 119);
}

abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none; }

address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }

ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }

ul {
    list-style: none;
    padding: 0;
}
li {
    color: rgb(119, 119, 119)
}
dt {
font-weight: 700; }

dd {
margin-bottom: .5rem;
margin-left: 0; }

blockquote {
margin: 0 0 1rem; }

b,
strong {
font-weight: bolder; }

small {
font-size: 80%; }

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

sub {
bottom: -.25em; }

sup {
top: -.5em; }

a {
color: #000;
text-decoration: none;
background-color: transparent; 
}
a:hover {
    color: inherit;
    text-decoration: none; 
}

a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; 
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; }

pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto; }

figure {
margin: 0 0 1rem; }

img {
vertical-align: middle;
border-style: none; }

svg {
overflow: hidden;
vertical-align: middle; }

table {
border-collapse: collapse; }

caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }

th {
text-align: inherit; }

label {
display: inline-block;
margin-bottom: 0.5rem; }

button {
border-radius: 0; }

button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }

button,
input {
overflow: visible; }

button,
select {
text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }

textarea {
overflow: auto;
resize: vertical; }

fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }

legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }

progress {
vertical-align: baseline; }

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

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

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

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

output {
display: inline-block; }

summary {
display: list-item;
cursor: pointer; }

template {
display: none; }

[hidden] {
display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: inherit; 
}

h1, .h1 {
font-size: 2.5rem; }

h2, .h2 {
font-size: 1.5rem; }

h3, .h3 {
font-size: 1.25rem; }

h4, .h4 {
font-size: 1.5rem; }

h5, .h5 {
font-size: 1.25rem; }

h6, .h6 {
font-size: 1rem; }

.text-center {
    text-align: center !important;
}
.text-black {
    color: #000 !important;
}
.text-white{
    color: #fff !important;
}

.text-green {
    color: var(--green) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.p-margin-zero{
    margin: 0 !important;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.m-0{
    margin: 0 !important;
}
.mt-1 {
    margin-top: 10px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-3 {
    margin-top: 30px !important;
}
.mt-4 {
    margin-top: 40px !important;
}
.mt-5 {
    margin-top: 50px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}
.mb-75{
    margin-bottom: 75px !important;
}
.mb-5{
    margin-bottom: 50px !important;
}
.mb-4{
    margin-bottom: 40px !important;
}
.mb-3{
    margin-bottom: 30px !important;
}
.mb-2{
    margin-bottom: 20px !important;
}
.mb-1{
    margin-bottom: 10px !important;
}
.p-0{
    margin: 0 !important;
}
.pt-1 {
    padding-top: 10px !important;
}
.pt-2 {
    padding-top: 20px !important;
}
.pt-3 {
    padding-top: 30px !important;
}
.pt-4 {
    padding-top: 40px !important;
}
.pt-5 {
    padding-top: 50px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pb-100{
    padding-bottom: 100px !important;
}
.pb-75{
    padding-bottom: 75px !important;
}
.pb-5{
    padding-bottom: 50px !important;
}
.pb-4{
    padding-bottom: 40px !important;
}
.pb-3{
    padding-bottom: 30px !important;
}
.pb-2{
    padding-bottom: 20px !important;
}
.pb-1{
    padding-bottom: 10px !important;
}
.ptb-large{
    padding-top: 200px;
    padding-bottom: 200px;
}
.ptb-75{
    padding-top: 75px;
    padding-bottom: 75px;
}
.h-inherit{
    height: inherit !important;
}
.font-italic {
    font-style: italic;
}
.font-playfair {
    font-family: var(--font-playfair);
}
.large-text {
    font-size: 1.25rem;
    font-family: Libre Baskerville;
    font-weight: 400;
}
.box-shadow {
    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.d-block {
    display: block;
}
.d-grid {
    display: grid;
    justify-items: center;
    grid-gap: 50px;
}
.grid-gap-zero {
    grid-gap: 0px;
}
.grid-gap-10 {
    grid-gap: 10px;
}
.grid-gap-20 {
    grid-gap: 20px;
}
.grid-col-2 {
    grid-template-columns: 1fr 1fr;
}
.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-col-1-3{
    grid-template-columns: 1fr 3fr;
}
.grid-col-3-1{
    grid-template-columns: 3fr 1fr;
}
.grid-col-4-1{
    grid-template-columns: 4fr 1fr;
}
.grid-col-2-3{
    grid-template-columns: 2fr 3fr;
}
.grid-col-3-2{
    grid-template-columns: 3fr 2fr;
}
.grid-col-1-3-1 {
    grid-template-columns: 1fr 3fr 1fr;
}
.grid-col-left, .grid-col-right {
    width: 100%;
}
.max-80 {
    max-width: 80%;
    margin: 0 auto;
}
.max-70 {
    max-width: 70%;
    margin: 0 auto;
}
.max-60 {
    max-width: 60%;
    margin: 0 auto;
}
.max-50 {
    max-width: 50%;
    margin: 0 auto;
}
img {
    max-width: 100%;
	height: auto;
    display: block;
    margin: 0 auto;
}
blockquote {
    margin: 27px 0px 27px 0px;
    padding: 0px 0px 0px 27px;
    border-left: 2px solid;
    border-color: var(--blue);
}
label {
    display: block;
    margin: 0;
    font-family: var(--font-lato);
    font-weight: 300;
    font-size: 1rem;
}
input[type="text"], input[type="email"], textarea {
    width: 100%;
    display: block;
    background-color: transparent;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 16px;
    -o-box-shadow: none;
    padding: 16px;
    outline: none;
}
input[type="submit"] {
    padding: 15px 27px;
    border: none;
    background: var(--green);
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-poppins);
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
}
.form-row {
    margin-bottom: 27px;
}
.content {
    margin-top: 75px;
    margin-bottom: 75px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
}
.fw-bg{
    background-size: cover;
    background-position: center;
}
.fw-bg .container{
    height: inherit;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}
ul.social-links-header {
    display: flex;
    margin-bottom: 0;
}
ul.social-links-header li {
    margin-right: 8px;
}
ul.social-links-header li:last-child {
    margin-right: 0;
}
.logo {
    max-width: 270px;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.header-right {
    display: flex;
}
/*Menu*/
.header-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.admin-bar .header-main {
    top: 30px;
}
.admin-bar .header {
    margin-top: 25px;
}
.admin-bar.scroll-active .header {
    margin-top: 0;
}
.header {
    /*position: absolute;*/
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8px 10px;
    width: 100%;
    z-index: 99;
}
.header-middle {
    position: relative;
}
a.toggle {
    display: block;
    width: 35px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    position: relative;
}
a.toggle:before, a.toggle:after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: -10px;
    cursor: pointer;
}
a.toggle:after {
    top: 10px;
}
button.hamburger:focus {
    outline: none;
}
.site-main {
    transition: all 0.5s;
}
.hamburger {
    display: block;
    padding: 0;
    width: 25px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    position: relative;
}
.hamburger .bar, .hamburger:before, .hamburger:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 6px 0;
    transition: 0.4s;
    left: 0;
}
.hamburger.is-active {
    transform: rotate(45deg);
}
.menu-open .hamburger.is-active .bar, .menu-open .hamburger.is-active:before, .menu-open .hamburger.is-active:after {
    background: #000;
}
.hamburger.is-active:before {
    opacity: 0;
}
.hamburger.is-active:after {
    transform: rotate(90deg) translate(-7px);
}
.scroll-active .hamburger .bar, .scroll-active .hamburger:before, .scroll-active .hamburger:after {
    background: #fff;
}
.home.scroll-active .hamburger .bar, .home.scroll-active .hamburger:before, .home.scroll-active .hamburger:after {
    background: #000;
}
.header-menu {
    display: none;
}
.nav-menu {
    transform: translateX(100%);
    background: #fff;
    position: fixed;
    transition: all 0.3s;
    width: 0px;
}
.nav-menu.is-active {
    background: var(--green);
    transform: translateX(0%);
    right: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    z-index: 10;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.main-menu {
    display: none;
    flex-wrap: wrap;
    padding: 0 60px;
    align-items: center;
    margin: 0;
}

.is-active ul.main-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    align-items: center;
    margin: 0;
    flex-direction: column;
    padding-top: 90px;
}
.is-active li.menu-item {
    padding: 10px 0;
}
.is-active li.menu-item a {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    display: block;
    border-bottom: 1px solid transparent;
    padding: 6px 0;
    font-family: var(--font-jost);
}
.menu-btn a {
    display: inline-block !important;
    background: #fff;
    padding: 10px 15px !important;
    border-radius: 5px;
}
.show-menu {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    background-color: rgba(255,255,255,0.8);
}
.logo-container a{
    font-size: 2rem;
    font-family: var(--font-gilda);
    font-weight: 500;
    color:#fff;
}
body.scroll-active .nav-left {
    display: none;
}
.hor-logo {
    display: none;
}
.reg-logo img {
    opacity: 1;
    transition: all 0.5s;
}
.scroll-active .reg-logo img {
    opacity: 0;
    display: none;
}
.scroll-active .hor-logo {
    display: block;
    font-family: var(--font-cursive);
    font-size: 2.0rem;
    color: #fff;
}
.scroll-active .logo {
    max-width: unset;
    opacity: 1;
    position: relative;
    margin: 0;
}
.scroll-active .header {
    background: rgba(111,152,120, 0.9);
    align-items: center;
}
.animate-header {
    animation: headerMove 0.5s ease-in-out both;
}
.animate-header .hor-logo {
    animation: headerFadeIn 0.5s ease-in-out 0.3s both;
}
.scroll-zero .header {
    animation: headerMove2 0.5s ease-in-out 0.3s both;
}
.animate-header-2 .header {
    animation: headerGrow 0.5s ease-in-out 0.3s both;
}
/*Menu*/

.logo-intro {
    color: var(--green);
    font-size: 1.1rem;
}
.home-top-left {
    margin-right: -125px;;
}
.home-top-left-new {
    height: 600px;
    background-size: cover;
    background-position: center center;
}
.home-top-container {
    margin-top: 270px;
}
.grid-col-right.home-top-right-new p {
    height: 400px;
    background: #e6bb4d;
    width: 400px;
    margin-left: -150px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    font-family: var(--font-cursive);
    font-size: 2.3rem;
    padding: 50px;
    border-radius: 0px 70px 0px 35px;
}
.wedding-container .grid-col-right {
    height: auto;
    background: #6f9378;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -10px;
    padding: 100px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.home-top-right h2 {
    color: #fff;
    font-size: 2.2rem;
}
.home-top-right p {
    font-family: var(--font-playfair);
    font-size: 1.3rem;
    line-height: 1.5;
    color: #fff;
}
.home-main-item {
    position: relative;
}
.home-top-new {
    margin-top: 270px;
}
.home-top-new-inner {
    position: relative;
}
.home-top-new-text {
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255,255,255,0.7);
    padding: 10px;
}
.home-top-new-inner img {
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.home-top-new-text p {
    color: #000;
    margin: 0;
    padding: 25px;
    border: 1px solid;
    font-family: var(--font-cursive);
    font-size: 3rem;
}
.image-credit-bottom {
    text-align: center;
    margin-top: 5px;
    font-size: 0.85rem;
    color: #9e9e9e;
}
/*.home-holder {
    position: relative;
}
.home-holder .background {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.image-holder {
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    height: 650px;
    max-width: 62.5%;
    background-size: cover;
    background-position: center center;
}
.foreground {
    position: absolute;
    left: 50%;
    top: 125px;
    width: 100%;
}
.foreground-inner {
    height: 400px;
    background: #e2b032;
    max-width: 550px;
    right: 0;
    top: 0;
    display: block;
}
.foreground-inner p {
    font-family: var(--font-cursive);
    font-size: 2.3rem;
    color: rgba(0, 0, 0, 1);
}*/
.img-title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    background: rgba(255,255,255,0.8);
}
.img-title-overlay h3 {
    color: #000;
    margin: 0;
    padding: 10px 0;
    z-index: 5;
    position: relative;
}
.image-credit {
    position: absolute;
    top: 12px;
    right: 9px;
    text-orientation: upright;
}
.image-credit.image-credit-dark span {
    color: #000;
}
.chapter-item .image-credit {
    position: absolute;
    top: 8px;
    right: 2px;
    text-orientation: upright;
}
.wild-chapters .chapter-item .image-credit {
    top: 13px;
    right: 8px;
}
.image-credit span {
    text-orientation: mixed;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 11px;
}
.shop-row-inner-top .btn {
    min-width: 250px;
}
.inspiration {
    padding-top: 75px;
}
.inspiration .content-inner {
    align-items: center;
}
.golden-image-abs {
    position: absolute;
    max-width: 200px;
    left: 42%;
    top: -20%;
    z-index: 2;
}
.big-title {
    font-family: var(--font-cursive);
    font-size: 4rem;
}
.block-title {
    font-size: 2.3rem;
}
.green-brand {
    margin-top: 75px !important;
    margin-bottom: 75px;
}
.green-brand-inner {
    margin: 0 auto;
    padding: 50px 75px;
    box-shadow: #6f9878 0px 7px 29px 0px;
    border-radius: 10px;
}
.green-content {
    column-count: 3;
    column-gap: 40px;
}
.hero-section {
    height: 60vh;
    background-size: cover;
    background-position: center;
}
.intro-text {
    max-width: 700px;
    margin: 0 auto;
}
.page-intro-inner h4 {
    font-size: 1.8rem;
}
/*.chapter-item img {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
}*/
.page-intro {
    padding-top: 220px;
}
.chapter-item-image {
    position: relative;
}
.chapter-item h3 {
    margin-top: 10px;
    text-align: center;
    font-size: 1.8rem;
}
.single-chapter-footer {
    text-align: center;
    margin-bottom: 75px;
}
a.btn {
    display: inline-block;
    text-align: center;
    background: #6F9878;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.btn.btn-large {
    min-width: 200px;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}
.wild-charm-shop-row .btn.btn-large {
    min-width: 270px;
}
/*.chapter-content-bottom{
    border-top: dotted;
    border-bottom: dotted;
    border-color: #e91e63;
    padding-bottom: 15px;
}*/
.chapter-item-single {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    position: relative;
}
.chapter-content, .chapter-content-bottom {
    padding: 0 15px;
}
.chapter-content {
    padding-top: 10px;
}
.chapter-content h4 {
    min-height: 20px;
}
.chapter-content-bottom {
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.bottom-fw {
    width: 100%;
    display: block;
    height: 300px;
    background-size: cover;
    background-position: center center;
}
.footer p {
    margin: 0;
    padding: 5px;
}
.footer-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.footer-links ul li {
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6F9878 !important;
}
.footer-links ul li a{
    color: #6F9878 !important;
}
/*Leaves dividers*/
.leaf-top img {
    position: absolute;
    max-width: 190px;
    top: -105px;
    left: -180px;
    z-index: -1;
    transform: rotate(35deg) scaleX(-1);
}
.leaf-top.leaf-top-right img {
    position: absolute;
    max-width: 300px;
    top: -140px;
    left: auto;
    z-index: -1;
    transform: rotate(2deg);
    right: -150px;
    max-width: 190px;
}
.leaf-bottom img {
    position: absolute;
    max-width: 120px;
    bottom: -140px;
    right: -70px;
    z-index: -1;
    transform: rotate(310deg);
}
.leaf-bottom.leaf-bottom-left img {
    left: -120px;
    right: auto !important;
    transform: rotate(95deg) !important;
    bottom: -30px !important;
    max-width: 150px;
}
.chapter-grid .leaf-bottom img {
    transform: rotate(284deg);
    bottom: -120px;
    right: -170px;
}
.img-with-border {
    border: 1px solid #ddd;
    padding: 8px;
    background: #fff;
}
.shop-row {
    margin-bottom: 50px;
    text-align: center;
}
.leaf-left img {
    max-width: 250px;
    left: 0;
    top: -90px;
    z-index: -1;
}
.leaf-right img {
    max-width: 250px;
    right: calc(0% - 30px);
    z-index: -1;
    transform: rotate(9deg);
    top: calc(0% - 160px);
}
a.wc-image-link {
    height: 304px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.twc-single a.btn {
    min-width: 120px;
    margin-top: 15px;
}

/*Contact page*/
.contact-hero {
    margin-top: 220px;
    height: 50vh;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.overlay {
    height: inherit;
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
}
.contact-content {
    margin-bottom: 100px;
    margin-top: 75px;
}
.form-wrapper .gform_button {
    float: right;
    padding: 16px 32px 14px;
    border: none;
    border-radius: 0;
    letter-spacing: 0.1em;
    font-family: var(--font-jost);
}
input::placeholder, textarea::placeholder {
    font-size: 14px;
    font-family: var(--font-jost);
    font-weight: 300;
    color: #000;
}
input[type="text"], input[type="email"], textarea {
    border: 1px solid #000;
    height: 50px;
    padding: 0 16px;
    box-sizing: border-box;
}
input:focus-visible {
    outline: none;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    font-weight: normal !important;
    margin-bottom: 0px !important;
    display: inline-block;
    padding: 0;
    font-family: var(--font-poppins);
}
.gform_wrapper .gfield_required {
    color: var(--green) !important;
    display: inline-block;
    padding-left: 0.125em;
}
/*Contact page*/

/*About page*/
.box-border-left {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: -20px;
    top: -20px;
    border: 3px solid #e2b031;
}
.about-first-left img{
    /*box-shadow: rgb(226 176 49 / 40%) 5px 5px, rgb(226 176 49 / 30%) 10px 10px, rgb(226 176 49 / 20%) 15px 15px, rgb(226 176 49 / 10%) 20px 20px, rgb(226 176 49 / 5%) 25px 25px;
    border-radius: 10px;*/
}
.box-border-right {
    width: 300px;
    height: 300px;
    position: absolute;
    right: -100px;
    background: #6f9378;
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
    top: -100px;
}
.about-wildcharm {
    margin: 50px 0;
}
.about-wc-content {
    position: relative;
}
.about-wc-content p {
    color: #000;
    padding: 30px;
}
.about-wc-circle {
    position: absolute;
    left: -25px;
    top: -50px;
    background: #ff9800;
    height: 300px;
    width: 300px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}
.about-wildcharm img {
    padding: 50px;
    box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px;
}
.about-wildcharm .d-grid {
    align-items: center;
}
.about-page-intro {
    margin-top: 100px !important;
}
.about-gallery-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px !important;
}
.about-gallery-inner .about-gallery-item {
    width: 20%;
    padding: 5px;
}
.about-gallery-inner .about-gallery-item a {
    width: 100%;
    height: 100%;
    display: block;
}
.about-gallery-inner .about-gallery-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-border-right {
    right: 100px;
}
.about-logo-grid {
    margin-bottom: 100px;
    margin-top: 100px;
}
.about-logo-grid-inner {
    max-width: 800px;
    margin: 0 auto;
}
.about-logo-item {
    /*box-shadow: #6f9878 0px 7px 29px 0px;*/
}
/*About page*/

/*Single Pages*/
.page-hero {
    height: 270px;
    margin-top: 270px;
    text-align: center;
    background: var(--green);
    display: flex;
    align-items: center;
}
h1.page-hero-title {
    color: #fff;
}
.page-content {
    margin-top: 75px;
    margin-bottom: 75px;
}
.page-id-352 .page-content-inner h2, .page-id-352 .page-content-inner h3 {
    font-family: var(--font-poppins);
    margin-bottom: 25px;
    font-weight: 600;
}
h2.coming-soon-msg {
    font-size: 2.5rem;
}

/*Single Pages*/

/*Single Posts*/
.single-hero {
    height: 400px;
    background-size: cover;
    background-position: center center;
    margin-top: 270px;
}
.single-hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.single-content {
    padding: 75px 0;
}
.single-content .content-entry {
    max-width: 900px;
    margin: 0 auto;
}
.single.single-post .content-entry p {
    font-size: 0.9rem !important;
}
/*Single posts*/

/*Wedding page*/
.wedding-container {
    margin-bottom: 75px;
}
.wedding-container.wedding-container-first {
    /*margin-top: 270px;*/
}
.wedding-container .wedding-alternate .grid-col-right {
    height: auto;
    background: #6f9378;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 150px;
    padding: 100px;
    position: relative;
    z-index: 2;
}
.wedding-alternate .home-top-left {
    margin-right: 0px;
}
/*Wedding page*/


/*Rare species and places updates*/ 
h2.post-cat-title {
    font-size: 2rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 30px;
}
a.post-item-image-link {
    display: block;
    height: 200px;
    width: 100%;
}
.post-item-image {
    height: inherit;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
a.post-item-title {
    display: block;
    margin-top: 15px;
}
a.post-item-title {
    display: block;
    margin-top: 15px;
}
a.post-item-title h3 {
    font-family: var(--font-body);
    font-size: 1rem;
}
.update-posts-main {
    margin-bottom: 50px;
}
p.post-item-excerpt {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.post-item {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 15px;
    margin-bottom: 30px;
}
/*Rare species and places updates*/ 

/*GDPR*/
.cli-bar-container.cli-style-v2 {
    max-width: 1200px;
    padding: 0 50px;
}
/*GDPR*/

/*Woocommerce styles*/
.woocommerce-main-wrapper {
    padding-top: 250px;
}
.woocommerce-checkout .woocommerce {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 50px;
    padding-top: 134px;
}
.woocommerce .header-main,
.woocommerce-cart .header-main,
.woocommerce-checkout .header-main {
    background: #fff;
    box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
}
.woocommerce  .logo-container svg path, .woocommerce  .logo-container svg g, .woocommerce  .logo-container svg,
.woocommerce-cart  .logo-container svg path, .woocommerce-cart  .logo-container svg g, .woocommerce-cart  .logo-container svg,
.woocommerce-checkout  .logo-container svg path, .woocommerce-checkout  .logo-container svg g, .woocommerce-checkout  .logo-container svg
{
    fill: #000;
}
.woocommerce .hamburger .bar, .woocommerce .hamburger:before, .woocommerce .hamburger:after,
.woocommerce-cart .hamburger .bar, .woocommerce-cart .hamburger:before, .woocommerce-cart .hamburger:after,
.woocommerce-checkout .hamburger .bar, .woocommerce-checkout .hamburger:before, .woocommerce-checkout .hamburger:after
{
    background: #000;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield;
}
.wc-site-main {
    padding-top: 133px;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676;
    margin-bottom: 75px;
}
.archive.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 25px;
}
.archive.woocommerce h1.page-title {
    margin-top: 0;
    margin-bottom: 20px;
}
.ps-wc-product-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12%;
}
.woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    width: 100%;
    float: none;
}
.woocommerce button.single_add_to_cart_button {
    float: none;
    font-family: var(--font-jost) !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em !important;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #000 !important;
    border-radius: unset;
    padding: 16px 32px 14px;
    display: inline-block;
    margin-top: 20px;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
    padding-top: 10px;
    margin-right: 25px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-top: 0;
}
.woocommerce-product-details__short-description {
    margin-top: 30px;
    margin-bottom: 25px;
}
.woocommerce-product-details__short-description p {
    line-height: 1.7;
}
button.minus, button.plus {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #000;
}
.woocommerce-cart button.minus, .woocommerce-cart button.plus {
    display: none;
}
span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: .02em;
    margin-top: 14px;
    margin-bottom: 24px;
    color: #000;
}
.woocommerce-cart span.woocommerce-Price-amount.amount, .woocommerce-checkout span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: .02em;
    margin-top: 14px;
    margin-bottom: 24px;
    color: #000;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: var(--font-jost);
    margin-bottom: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
ol.flex-control-nav.flex-control-thumbs {
    margin-top: 10px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
    margin-right: 10px;
}
section.related.products, .single.single-post ul.products {
    text-align: center;
    margin-top: 75px;
}
section.related.products h2 {
    margin-bottom: 50px;
    letter-spacing: 0.02em;
}
.related.products span.woocommerce-Price-amount.amount, .single.single-post span.woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 500;
}
.related.products a.button, .single.single-post .products a.button {
    display: none;
}
.single-product .container {
    padding: 0 15px;
}
.product_meta {
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 30px;
}
.single-product span.posted_in {
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-transform: none;
}
.archive.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.archive.woocommerce-page ul.products li.product .button{
    display: none;
}
.archive span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 32px;
    letter-spacing: .02em;
    margin-top: 14px;
    margin-bottom: 24px;
    color: #000;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 75px;
    display: none;
}
li.cat-item.cat-item-15 {
    display: none;
}
.archive h1.page-title {
    font-family: var(--font-gilda);
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 50px;
    letter-spacing: 0.02em;
    color: #000;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #000;
    color: #000;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
}
.archive.woocommerce ul.products {
    padding-top: 30px;
}
a.checkout-button.button {
    background: var(--green) !important;
    color: #fff !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #faf8f8;
    border-radius: 5px;
}
.woocommerce form .form-row .required {
    color: #9e9e9e;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #faf8f8;
    color: #515151;
    border-top: 3px solid #ddd;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-jost);
    /* color: #fff; */
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 16px 32px 14px;
    transition: all 250ms ease-in-out;
    border-radius: 0px;
}
form.checkout.woocommerce-checkout {
    margin-bottom: 75px;
}
span.sku_wrapper {
    display: none;
}
.woocommerce span.onsale {
    z-index: 2;
}
.twc-shop-inner {
    display: grid;
    grid-template-columns: 1fr 3fr;
}
.facetwp-checkbox {
    background: url(../images/checkbox.png) 0 50% no-repeat;
    background-size: 14px 14px;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 13px !important;
}
.twc-shop-sidebar h2 {
    font-family: var(--font-poppins);
    font-size: 1.2rem;
    margin-bottom: 40px;
    font-weight: normal;
    color: #000;
}
h2.woocommerce-loop-product__title {
    font-size: 1.5rem !important;
}
.facetwp-facet.facetwp-facet-pager_.facetwp-type-pager {
    text-align: center;
}
button.facetwp-load-more {
    display: inline-block;
    text-align: center;
    background: #6F9878;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}
.woocommerce-checkout .woocommerce, .woocommerce-cart .woocommerce  {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 50px;
}
.woocommerce-checkout .page-hero, .woocommerce-cart .page-hero {
    margin-top: 270px;
    text-align: center;
    height: auto;
    padding: 25px 0;
}
.woocommerce-cart .wc-site-main {
    padding-top: 0px;
}
.woocommerce-cart td.actions .button {
    background: var(--green);
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-jost);
}
.floating-cart {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 40%;
}
li#wpmenucartli {
    background: #6f9378;
    padding: 10px;
    text-align: center;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
li#wpmenucartli a{
    color: #fff;
}
li.wpmenucartli a.wpmenucart-contents span {
    display: block!important;
}
li#wpmenucartli .amount {
    display: none !important;
}
/*.menu-cart-menu-container {
    position: absolute;
    right: -50px;
    top: 70px;
    z-index: 9;
}
.admin-bar .menu-cart-menu-container {
    position: absolute;
    right: -50px;
    top: 70px;
    z-index: 9;
}*/
ul#menu-cart-menu {
    display: block;
    margin: 0;
}
.pswp__caption {
    display: none;
}
.back-to-shop {
    display: block;
    margin-bottom: 30px;
}
h3#order_review_heading {
    margin-top: 50px;
}
span.twc-price-suffix {
    color: rgb(119, 119, 119);
    font-size: 12.8px;
}
/*Woocommerce styles end*/

/*Chapters modifications*/
.chapter-hero {
    margin-top: 220px;
    height: 470px;
    background-position: center;
    text-align: center;
    background-size: cover;
}
.chapter-hero-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-overlay {
    height: inherit;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}
.page-intro.single-chapter-intro {
    padding-top: 0;
}
.page-template-wild-chapters .chapter-item {
    width: 100%;
}
.page-template-wild-chapters .chapter-item .chapter-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Chapters modifications*/

/*Blog page*/
.blog-categories {
    padding-top: 75px;
    padding-bottom: 45px;
}
.blog-post-wrapper {
    padding-bottom: 75px;
}
.blog-page-content-inner {
    display: block;
}
.blog-post-title h4 {
    font-size: 1.125rem;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
}
.blog-post-content-detail {
    padding: 10px;
}
.post-content-body p {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 0.9rem;
}
.blog-page-item-grid {
    grid-gap: 30px;
}
.blog-item-visible {
    display: block;
}
.blog-item-hidden {
    display: none;
}
ul.blog-categories-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.blog-categories-list .cat-item {
    margin-right: 20px;
    margin-bottom: 20px;
}
li.cat-item.cat-active {
    background: #ebebeb;
    padding: 5px 20px;
    border-radius: 50px;
}
.blog-featured-image {
    width: 100%;
    height: 200px;
}
.blog-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
/*Blog page*/

#image-large-object {
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(images/hero.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50vh;
    background-position: center center;
    margin-bottom: 150px;
}
.kenburns-top {
	-webkit-animation: kenburns-top 5s ease-out both;
	        animation: kenburns-top 5s ease-out both;
}
@media only screen and (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
    .grid-col-2, .grid-col-3, .grid-col-4, .grid-col-3-2, .grid-col-4-1, .grid-col-2-3 {
        grid-template-columns: 1fr;
    }
    .shop-row-inner-top .btn {
        min-width: unset;
        margin-bottom: 20px;
    }
    ul.social-links-header {
        display: flex;
        flex-direction: column;
    }
    ul.social-links-header li {
        margin-right: 0px;
    }
    .twc-shop-inner {
        display: block;
    }
    .facetwp-facet.facetwp-facet-categories.facetwp-type-checkboxes {
        display: flex;
        flex-wrap: wrap;
    }
    .facetwp-checkbox {
        margin-right: 15px !important;
    }
    .home-top-container {
        display: none;
    }
    .home-main {
        padding-top: 0px;
    }
    .inspiration {
        padding-top: 0px;
    }
    .golden-image-abs {
        top:30%;
    }
    .ps-wc-product-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .about-wildcharm .mobile-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-wildcharm img {
        padding: 20px;
        box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px;
        margin-bottom: 30px;
    }
    .big-title {
        font-family: var(--font-cursive);
        font-size: 3rem;
    }
    .about-wc-circle {
        position: absolute;
        left: -10px;
        top: -20px;
        background: #ff9800;
        height: 300px;
        width: 300px;
        z-index: -1;
        border-radius: 50%;
        opacity: 0.3;
    }
    .green-brand-inner {
        margin: 0 auto;
        padding: 50px 25px;
        box-shadow: #6f9878 0px 7px 29px 0px;
        border-radius: 10px;
    }
    .green-content {
        column-count: 1;
        column-gap: 40px;
    }
    .woocommerce-checkout .woocommerce, .woocommerce-cart .woocommerce {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0;
    }
    .woocommerce-checkout .page-hero, .woocommerce-cart .page-hero {
        margin-top: 270px;
        text-align: center;
        height: auto;
        padding: 25px 0;
    }
    .woocommerce-checkout .page-content, .woocommerce-cart .page-content {
        margin-top: 0px;
        margin-bottom: 75px;
    }
    h3#order_review_heading {
        margin-top: 30px;
    }
    .about-logo-grid {
        margin-bottom: 100px;
        margin-top: 150px;
    }
    .about-logo-grid-inner {
        /*display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;*/
    }
    .home-top-new-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        background: rgba(255,255,255,0.7);
        padding: 10px;
        width: 80%;
    }
    .home-top-new-text p {
        color: #000;
        margin: 0;
        padding: 5px;
        border: 1px solid;
        font-family: var(--font-cursive);
        font-size: 1.5rem;
    }
    .home-top-left {
        margin-right: 0;
    }    
    .wedding-container .grid-col-right {
        height: auto;
        background: #6f9378;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        padding: 20px;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        margin-top: -10px;
    }
    .wedding-container .wedding-alternate .grid-col-right {
        height: auto;
        background: #6f9378;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        padding: 20px;
        position: relative;
        z-index: 2;
    }
    .home-top-inner.wedding-alternate {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 768px) {
    .page-id-987 .chapter-item.chapter-item-single img {
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-11-22 10:34:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
 @-webkit-keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 16%;
              transform-origin: 50% 16%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(-15px);
              transform: scale(1.25) translateY(-15px);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
  }
  @keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 16%;
              transform-origin: 50% 16%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(-15px);
              transform: scale(1.25) translateY(-15px);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
  }
  
@keyframes headerFadeIn {
    0% {
        opacity: 0;   
        transform: scale(0.9);      
    }
    100% {
        opacity: 1;   
        transform: scale(1);      
    }
}

@keyframes headerMove {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes headerMove2 {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.99);
    }
    100% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

@keyframes headerGrow {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}