/*--------------------------------------------------------------
# Link Underline Animation
--------------------------------------------------------------*/
.wp-site-blocks a {
	position: relative;
	z-index: 1;
}
.wp-site-blocks a:not(.wp-block-button__link, .wp-social-link a, .custom-logo-link, .wp-block-image.is-style-rounded a):before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	margin-top: 3px;
	bottom: 0;
	left: 0;
	background: var(--wp--preset--color--dark-pink);
	visibility: hidden;
	border-radius: 5px;
	transform: scaleX(0);
	transition: .25s linear;
}
.wp-block-navigation a:not(.wp-block-button__link, .wp-block-navigation .wp-social-link a, .wp-block-navigation .custom-logo-link):before {
	background: var(--wp--preset--color--dark-pink);
}

.wp-site-blocks a:not(.wp-block-button__link, .wp-social-link a, .custom-logo-link):hover:before,
.wp-site-blocks a:not(.wp-block-button__link, .wp-social-link a, .custom-logo-link):focus:before {
	visibility: visible;
	transform: scaleX(1);
}
/*--------------------------------------------------------------
# Cover
--------------------------------------------------------------*/

.wp-block-cover.is-style-clove-border {
	border: 3px solid var(--wp--preset--color--dark-pink);
}
.header-cover h2 {
    margin-bottom: 10px;
}
.wp-block-columns.alignwide.clove-header {
    padding: 30px 30px 0 30px;
}

@media screen and (min-width: 1600px) {
	.clove-hero .wp-block-cover__inner-container,
	.clove-hero-pricing .wp-block-cover__inner-container {
		width: 50%!important;
	}
}

@media screen and (max-width: 1200px) {
	.clove-hero .wp-block-column:nth-child(2n) {
		margin-left: 2em!important;
	}
}


/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
@media (min-width: 600px) and (max-width: 790px){
	.wp-block-column:not(:only-child) {
		flex-basis: 100%!important;
	}
}
@media screen and (min-width: 652px) {
	.is-style-clove-columns-overlap .wp-block-column {
		flex-grow: 1;
	}

	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) {
		margin-left: calc(-2 * var(--wp--custom--spacing--horizontal));
		margin-top: calc(2.5 * var(--wp--custom--spacing--horizontal));
		z-index: 2;
	}

	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background),
	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background),
	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background),
	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background),
	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background),
	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background),
	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background),
	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background),
	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) {
		margin-left: calc(-2 * var(--wp--custom--spacing--horizontal));
		margin-top: calc(2.5 * var(--wp--custom--spacing--horizontal));
		z-index: 2;
	}

	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
	.is-style-clove-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) {
		padding-left: calc(2 * var(--wp--custom--spacing--horizontal));
	}

	.is-style-clove-columns-overlap .wp-block-column.is-vertically-aligned-center:nth-child(2n) {
		margin-top: 0;
	}
}

@media (max-width: 1200px) {
	.wp-block-group.has-background,
	.wp-block-template-part.has-background {
		padding: 1.25em 30px;
	}

	.clove-icons .wp-block-columns,
	.clove-testimonials .wp-block-columns,
	.clove-info,
	.clove-grid,
	.clove-about-hero,
	.clove-pricing {
		padding: 0 30px;
	}

	.clove-about-hero h1,
	.clove-mobile {
		font-size: 76px!important;
	}

	.clove-gallery {
		padding-top: 0!important;
	}

	.clove-grid .wp-block-columns {
		margin-bottom: 0;
	}

	.wp-block-spacer.clove-about-space {
		height: 0!important;
	}

	.clove-space-mobile {
		height: 60px!important;
	}

	.clove-grid .wp-block-column,
	.clove-pricing .wp-block-column,
	.clove-testimonials .wp-block-column {
		margin-bottom: 20px;
	}

	.clove-testimonials .wp-block-columns {
		margin-bottom: 0!important;
	}
	
	.single .entry-content.wp-block-post-content,
	.error404 main {
		padding: 0 30px;
	}
	
	.single .wp-block-post-comments,
	.single .clove-author,
	.single .naledi-author {
		padding: 0 30px;
	}
	
	.single .wp-block-post-title {
		padding: 0 .8em;
	}
	
	.single .wp-block-template-part.has-background.site-footer,
	.error404 .wp-block-template-part.has-background.site-footer {
		padding: 30px 30px 0 30px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}

	.clove-story,
	.blog .wp-block-query {
		padding: 1.25em 30px;
		 margin-top: 0;
		 margin-bottom: 0;
	}
	.clove-news {
		padding: 0!important;
		margin-top: -40px;
	}
}

@media screen and (max-width: 782px) {
	.wp-block-site-logo {
		margin-bottom:15px;
		text-align: center;
	}

	.items-justified-right>ul {
		justify-content: flex-start;
	}

	.header-cover h2.has-text-align-center {
		font-size: 66px!important;
		margin-top: 10px;
	}

	.clove-story h2 {
		font-size: 55px!important;
		margin-bottom: -30px;
	}

	.clove-history h2,
	.clove-tours h2 {
		font-size: 55px!important;
		margin-bottom: -10px;
	}

	.clove-about .wp-block-spacer,
	.clove-story .wp-block-spacer,
	.clove-history .wp-block-spacer,
	.clove-tours .wp-block-spacer {
		height: 30px!important;
	}

	.clove-history .wp-block-pullquote {
		margin-bottom: 0;
	}

	.clove-about .wp-block-columns,
	.clove-tours .wp-block-columns {
		margin-bottom: 0;
	}

	.clove-about .alignright,
	.clove-story .alignright {
		margin-left: 0!important;
	}

	.clove-testimonials {
		margin: -50px 0 -20px 0;
	}

	.clove-news .wp-block-spacer {
		height: 30px!important;
	}

	.clove-story .wp-block-columns {
		margin-bottom: 0;
	}

	h1.wp-block-post-title,
	.error404 h1 {
		font-size: 55px;
	}

	.error404 .wp-block-site-title {
		font-size: var(--wp--preset--font-size--large);
	}

	.clove-icons .wp-block-column {
		margin-bottom: 60px;
	}

	.clove-icons .wp-block-column:last-child {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
# Group
--------------------------------------------------------------*/

.wp-block-group.is-style-clove-border {
	border: 3px solid var(--wp--preset--color--dark-pink);
	padding: var(--wp--custom--spacing--vertical) var(--wp--custom--spacing--horizontal);
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/

.wp-block-image img,
.wp-block-image img {
	height: auto;
}

.wp-block-image.is-style-clove-border img,
.wp-block-image.is-style-clove-image-frame img {
	border: 3px solid var(--wp--preset--color--dark-pink);
}

.wp-block-image.is-style-clove-image-frame img {
	padding: var(--wp--custom--spacing--unit);
}

.wp-block-image.is-style-clove-image-shape img {
	border-radius: 95% 81% 100% 70% / 100% 100% 80% 79%;
}

/*--------------------------------------------------------------
# Latest Posts
--------------------------------------------------------------*/

.wp-block-latest-posts {
	padding-left: 0;
}

.wp-block-latest-posts.is-style-clove-latest-posts-dividers {
	border-top: 3px solid var(--wp--preset--color--dark-pink);
	border-bottom: 3px solid var(--wp--preset--color--dark-pink);
}

.wp-block-latest-posts.is-style-clove-latest-posts-dividers:not(.is-grid) > li,
.wp-block-latest-posts.is-style-clove-latest-posts-dividers > li {
	padding-bottom: var(--wp--custom--spacing--vertical);
	border-bottom: 1px solid var(--wp--preset--color--dark-pink);
	margin-top: var(--wp--custom--spacing--vertical);
	margin-bottom: var(--wp--custom--spacing--vertical);
}

.wp-block-latest-posts.is-style-clove-latest-posts-dividers:not(.is-grid) > li:last-child,
.wp-block-latest-posts.is-style-clove-latest-posts-dividers > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.wp-block-latest-posts.is-style-clove-latest-posts-dividers.is-grid {
	box-shadow: inset 0 -1px 0 0 var(--wp--preset--color--dark-pink);
	border-bottom: 2px solid var(--wp--preset--color--dark-pink);
}

.wp-block-latest-posts.is-style-clove-latest-posts-dividers.is-grid li {
	margin: 0;
	padding-top: var(--wp--custom--spacing--vertical);
	padding-right: var(--wp--custom--spacing--horizontal);
}

.wp-block-latest-posts.is-style-clove-latest-posts-dividers.is-grid li:last-child {
	padding-bottom: var(--wp--custom--spacing--vertical);
}

.clove-news .wp-block-post-date {
    border: none;
    padding: 0;
}

.clove-news h2 {
    margin-top: 0;
}

@media screen and (min-width: 600px) {
	.wp-block-latest-posts.is-style-clove-latest-posts-dividers.is-grid.columns-2 li {
		width: calc((100% / 2));
	}
	.wp-block-latest-posts.is-style-clove-latest-posts-dividers.is-grid.columns-3 li {
		width: calc((100% / 3));
	}
	.wp-block-latest-posts.is-style-clove-latest-posts-dividers.is-grid.columns-4 li {
		width: calc((100% / 4));
	}
	.wp-block-latest-posts.is-style-clove-latest-posts-dividers.is-grid.columns-5 li {
		width: calc((100% / 5));
	}
	.wp-block-latest-posts.is-style-clove-latest-posts-dividers.is-grid.columns-6 li {
		width: calc((100% / 6));
	}
}

.wp-block-latest-posts.is-style-clove-latest-posts-borders li {
	border: 3px solid var(--wp--preset--color--dark-pink);
	padding: var(--wp--custom--spacing--vertical) var(--wp--custom--spacing--horizontal);
}

.wp-block-latest-posts.is-style-clove-latest-posts-borders li:last-child {
	padding-bottom: var(--wp--custom--spacing--vertical);
}

.wp-block-latest-posts.is-style-clove-latest-posts-borders:not(.is-grid) li {
	margin-top: var(--wp--custom--spacing--horizontal);
	margin-bottom: var(--wp--custom--spacing--horizontal);
}

/*--------------------------------------------------------------
# Media & Text
--------------------------------------------------------------*/

.wp-block-media-text.is-style-clove-border {
	border: 3px solid var(--wp--preset--color--dark-pink);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.wp-block-navigation .wp-block-navigation-link a:hover {
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;
}

.wp-block-navigation li a {
	font-size: var(--wp--preset--font-size--extra-small);
	letter-spacing: 2px;
	text-transform: uppercase;
}

button {
	display: none;
}

/** Sub menu transition **/

@media screen and (min-width: 782px) {

	.wp-block-navigation .has-child .wp-block-navigation-link__container {
		transition: all .3s linear;
		transform: translateY(40%);
	}
	
	.wp-block-navigation .has-child:hover>.wp-block-navigation-link__container {
		transform: translateY(0%);
	}
}

@media screen and (max-width : 782px) {
	.wp-block-site-logo {
		float: none!important;
		margin: 0!important;
	}
	button {
		background: #efeadf;
		border: none;
		font-family: "Cormorant Infant", Georgia, serif;
		font-size: 18px;
		margin: 30px auto 0 auto;
		text-align: center;
		padding: 20px;
		display: block;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	 
	body .wp-block-navigation__container {
		display:block;
		overflow: hidden;
		max-height:0;
		padding: 10px;
        transition: max-height 0.5s ease-out;
	}
	  
	.wp-block-navigation__container.is-active {
		display: block;
		max-height: 500px; 
		padding: 10px;
		transition: max-height 0.5s ease-in;
	}

    .wp-block-navigation li {
        margin-bottom: 1px;
		border-bottom: 1px solid rgba(0,0,0,.3);
    }

	.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link {
		padding: 7px 0;
	}

	.wp-block-navigation li ul li,
	.wp-block-navigation li:last-child {
		border-bottom: none;
    }

    .wp-block-navigation ul li, .wp-block-navigation li a {
        width: 100%;
    }
	
	.wp-block-navigation__container .wp-block-navigation-link__container {
		margin: 0;
		border: none;
		background: none;
		padding: 0;
	}

	.wp-block-navigation .has-child .wp-block-navigation-link__container {
		background-color: inerhit;
		color: inherit;
		position: relative;
		z-index: 2;
		display: block;
		min-width: 200px;
		opacity: 1;
		visibility: visible;
	}

	.wp-block-navigation .wp-block-navigation-link {
		display: block;
	}

	.wp-block-navigation .wp-block-navigation-link__submenu-icon {
		position: absolute;
		top: 0;
		right: 0;
	}
}

  
/*--------------------------------------------------------------
# Separator
--------------------------------------------------------------*/

hr,
.wp-block-separator {
	border-bottom: 1px solid var(--wp--preset--color--dark-pink);
	clear: both;
	opacity: 1;
}

hr[style*="text-align:right"],
hr[style*="text-align: right"],
.wp-block-separator[style*="text-align:right"],
.wp-block-separator[style*="text-align: right"] {
	border-right-color: var(--wp--preset--color--dark-pink);
}

hr.is-style-clove-separator-thick,
.wp-block-separator.is-style-clove-separator-thick {
	border-bottom-width: 3px;
}

.wp-block-separator.is-style-dots {
	border-bottom: none;
}

.wp-block-separator.is-style-dots > hr {
	display: none;
}

/*--------------------------------------------------------------
# Site Tagline
--------------------------------------------------------------*/

.wp-block-site-tagline {
	margin-top: 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Site Title
--------------------------------------------------------------*/

h1.wp-block-site-title a:not(:hover):not(:focus):not(:active) {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Single view Post Title
--------------------------------------------------------------*/

h1.wp-block-post-title,
.blog .header-cover h1,
.error404 .header-cover h1 {
	font-weight: var(--wp--custom--font-weight--bold);
	font-size: var(--wp--preset--font-size--huge);
}

@media screen and (max-width: 782px) {
	h1.wp-block-post-title,
	.blog .header-cover h1,
	.error404 .header-cover h1 {
		font-size: 66px!important;
	}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.wp-block-button__link,
.is-style-outline>.wp-block-button__link, 
.wp-block-button__link.is-style-outline {
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all .3s;
    transition: all .3s;
    padding: .467em 1.333em;
}

.wp-block-button__link:hover {
	padding: .467em 2em;
}

/*--------------------------------------------------------------
# clove Blocks
--------------------------------------------------------------*/

.header-cover h2 {
    margin-bottom: 10px;
}

.our-tours {
	margin-bottom: -40px;
}

.wp-block-cover.header-cover  {
    align-items: initial;
}

.header-cover .wp-block-cover__inner-container {
	padding-top: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.wp-block-columns.copyright {
    border-top: 1px solid rgba(0,0,0,.1);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
li.current-menu-item.wp-block-navigation-link {
    font-weight: bold;
}

/*--------------------------------------------------------------
# Query
--------------------------------------------------------------*/
.wp-block-post-author__avatar img {
	border-radius: 50%;
}

.blog .wp-block-post-terms {
	display: none;
}

.wp-block-post-date {
	border: 2px solid var(--wp--preset--color--main-pink);
	border-radius: 50px;
	padding: 5px 10px;
    display: inline-block;
	font-weight: bold;
}