{
	"$schema": "https://schemas.wp.org/wp/6.6/theme.json",
	"customTemplates": [
		{
			"name": "page-with-full-width",
			"postTypes": [
				"post",
				"page"
			],
			"title": "Page With Full Width"
		},
		{
			"name": "page-with-left-sidebar",
			"postTypes": [
				"post",
				"page"
			],
			"title": "Page With Left Sidebar"
		},
		{
			"name": "page-with-right-sidebar",
			"postTypes": [
				"post",
				"page"
			],
			"title": "Page With Right Sidebar"
		}
	],
	"settings": {
		"appearanceTools": true,
		"color": {
			"duotone": [
				{
					"colors": [
						"#00a0d2",
						"#0073aa"
					],
					"name": "Secondary and primary",
					"slug": "secondary-primary"
				},
				{
					"colors": [
						"#0073aa",
						"#000000"
					],
					"name": "Primary and Contrast",
					"slug": "primary-contrast"
				}
			],
			"gradients": [
				{
					"gradient": "linear-gradient(#0073aa 49.9%,#fff 50%)",
					"name": "Primary color to white",
					"slug": "primary-white"
				},
				{
					"gradient": "linear-gradient(#fff 49.9%,#0073aa 50%)",
					"name": "Horizontal white to Primary color",
					"slug": "white-primary"
				}
			],
			"palette": [
				{
					"color": "#eeeeee",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#ffffff",
					"name": "Bright",
					"slug": "bright"
				},
				{
					"color": "#000000",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#3b1e54",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#5eb1ff",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "transparent",
					"name": "Transparent",
					"slug": "transparent"
				}
			]
		},
		"layout": {
			"contentSize": "700px",
			"wideSize": "1200px"
		},
		"spacing": {
			"units": [
				"px",
				"em",
				"rem",
				"vh",
				"vw",
				"%"
			]
		},
		"typography": {
			"defaultFontSizes": false,
			"dropCap": true,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Poppins",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/poppins/poppins-v20-latin-regular.woff2"
							]
						}
					],
					"fontFamily": "\"Poppins\", sans-serif",
					"name": "Poppins",
					"slug": "poppins"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Vollkorn",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2"
							]
						}
					],
					"fontFamily": "\"Vollkorn\", serif",
					"name": "Vollkorn",
					"slug": "vollkorn"
				}
			],
			"fontSizes": [
				{
					"fluid": false,
					"name": "Extra small",
					"size": "1rem",
					"slug": "extra-small"
				},
				{
					"fluid": false,
					"name": "Small",
					"size": "1.125rem",
					"slug": "small"
				},
				{
					"fluid": {
						"max": "1.5rem",
						"min": "1.25rem"
					},
					"name": "Medium",
					"size": "1.25rem",
					"slug": "medium"
				},
				{
					"fluid": {
						"max": "2rem",
						"min": "1.75rem"
					},
					"name": "Large",
					"size": "2rem",
					"slug": "large"
				},
				{
					"fluid": {
						"max": "2.75rem",
						"min": "2.5rem"
					},
					"name": "XL",
					"size": "2.75rem",
					"slug": "x-large"
				},
				{
					"fluid": {
						"max": "3.75rem",
						"min": "3rem"
					},
					"name": "XXL",
					"size": "3.75rem",
					"slug": "xx-large"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/code": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				}
			},
			"core/comment-author-name": {
				"typography": {
					"fontSize": "16px"
				}
			},
			"core/comment-content": {
				"typography": {
					"fontSize": "16px"
				}
			},
			"core/comment-date": {
				"typography": {
					"fontSize": "16px"
				}
			},
			"core/comment-edit-link": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/comment-reply-link": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"textDecoration": "none"
				}
			},
			"core/comments-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lora)",
					"fontSize": "30px"
				}
			},
			"core/heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lora)",
					"fontSize": "30px"
				}
			},
			"core/navigation": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "700"
				}
			},
			"core/navigation-link": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lora)",
					"fontSize": "18px"
				}
			},
			"core/post-author": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-small)"
				}
			},
			"core/post-content": {
				"typography": {
					"fontSize": "16px"
				}
			},
			"core/post-date": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-small)"
				}
			},
			"core/post-excerpt": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"core/post-navigation-link": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lora)",
					"fontWeight": "700"
				}
			},
			"core/post-terms": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--extra-small)"
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lora)",
					"fontSize": "35px",
					"lineHeight": "1.4"
				}
			},
			"core/query-pagination": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontWeight": "700"
				}
			},
			"core/query-title": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--primary)"
							}
						},
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--lora)",
					"fontSize": "30px"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"css": ".wpcf7-text{\n    width: 100%;\n    height: 40px;\n    margin-top: 10px;\n}\n\n.wpcf7-textarea{\nwidth: 100%;\n\n    margin-top: 10px;\n}\n\n#wp-travel-filter-search-submit,\n#wp-travel-book-now,\n.wpcf7-submit{\nborder-radius: 0px !important;\n    background-color: #3b1e54;\n    padding-top: 10px;\n    padding-right: 30px;\n    padding-bottom: 10px;\n    padding-left: 30px;\n    color: #fff;\n    font-size: 18px;\n    font-weight: 500;\n    border: none !important;\ncursor: pointer;\n}\n\n#wp-travel-filter-search-submit:hover,\n#wp-travel-book-now:hover,\n.wpcf7-submit:hover{\nbackground-color: var(--wp--preset--color--secondary) !important;\n}\n\n.homepage-counter-section .position-relative .wp-block-cover:hover .has-background-dim,\n.wp-block-post-featured-image:hover .has-background-dim,\n.wp-block-post.status-publish:hover .has-background-dim,\n.homepage-about-section .wp-block-cover:hover .has-background-dim{\n    display: none;\n }\n.wp-block-navigation__responsive-container.is-menu-open{\n   background-color: #3b1e54 !important;\n}\n\n.home .destination-title{\n    display: none\n}\n\n.home .homepage-about-section .wp-block-cover:hover .destination-title{\n    display: block;\n}\n\n.home .destination-title a,\n.wp-block-post-navigation-link a,\n#sticky-trip-tab a,\n.wp-block-archives-list a,\n.wp-block-categories-list a{\n    text-decoration: none;\n}\n\na:not(.wp-block-button__link):focus,\na:not(.wp-block-button__link):hover,\n.wp-block-post-navigation-link:focus,\n.wp-block-post-navigation-link:hover{\n    color: var(--wp--preset--color--secondary) !important;\n}\n\n.wptravel-block-trip-filters .wp-trave-price-range.wp-travel-form-field input#amount {\n    border: none;\n}\n\n.comment-reply-link,\n.taxonomy-category a{\n    border: 1px solid;\n    padding: 3px 10px;\n    text-decoration: none;\n    margin-right: 10px;\n}\n\n.taxonomy-category .wp-block-post-terms__separator{\n   display: none;\n}\n\n.wp-block-button__link:hover,\n.wp-block-button__link:focus{\n    color: #fff;\n}\n\n.wp-block-button__link{\n    padding: 10px 20px;\n    border-radius: 0px\n}\n\n.wp-element-button:hover{\n    background-color: var(--wp--preset--color--secondary) !important;\n}\n\n.logged-in #sticky-trip-tab.fixed-trip-tab{\n    top: 30px;\n}\n\n#sticky-trip-tab.fixed-trip-tab {\n    z-index: 11;    \n    top: 0px;\n}\n\n.wp-travel-noreviews{\n    text-align: left !important;\n}\n\n.homepage-about-section,\n.homepage-main-banner{\nclip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);\n}\n\n.position-absolute-two {\ndisplay:none;\n}\n@media screen and (min-width: 960px){\n.position-relative {\n    position: relative !important;\n}\n.wp-block-cover.position-absolute-one {\n    position: absolute !important;\n    right: 0;\n    width: 30%;\n    top: -100px;\n    z-index: 1;\n}\n\n.position-absolute-two {\ndisplay:block;\n      width: 70%;\n    top: 25%;\n    right: -15%;\n    z-index: 0;\n}\n\n.wp-block-cover.position-absolute-three {\n       position: absolute;\n    width: 30%;\n    z-index: 2;\n}\n}\n\n@media screen and (max-width: 600px){\n.homepage-main-banner{\nclip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);\n}\n.homepage-about-section{\n       clip-path: none;\n}\n}\n\n@media screen and (max-width: 960px){\n     #sticky-trip-tab{\n     display: none;\n  }\n}",
		"elements": {
			"button": {
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--bright)"
					}
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--bright)"
				},
				"shadow": "var(--wp--preset--shadow--natural)",
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "700"
				}
			},
			"caption": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			},
			"cite": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			},
			"link": {
				":active": {
					"color": {
						"text": "var(--wp--preset--color--primary)"
					}
				},
				":focus": {
					"color": {
						"text": "var(--wp--preset--color--primary)"
					}
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--primary)"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"typography": {
					"textDecoration": "underline"
				}
			}
		},
		"spacing": {
			"padding": {
				"left": "var(--wp--preset--spacing--50)",
				"right": "var(--wp--preset--spacing--50)"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--poppins)",
			"fontSize": "var(--wp--preset--font-size--small)",
			"lineHeight": "1.75"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header",
			"title": "Header"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer"
		},
		{
			"area": "sidebar",
			"name": "sidebar",
			"title": "Sidebar"
		}
	],
	"version": 3
}