
/*
Theme Name: vivansh
Theme URI: https://wordpress.org/themes/vivansh/
Author: vivansh
Author URI: https://wordpress.org
Description: vivansh emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vivansh
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
:root{
	--color-primary: #229BA6;
	--color-primary-100: #68a3a8;
	--color-blue: #18345C;
	--color-blue-100: #007AFF;
	--color-dark: #161415;
	--color-secondary: #58595B;
	--color-secondary-50: #FAFAFA;
	--color-secondary-100: #E8E8E8;
	--color-secondary-300: #BABABA;
	--color-secondary-700: #6E7C87;
}
body{
	font-family: 'Capitana', sans-serif;
	margin: 0;
	color: var(--color-dark);
}
.container{
	max-width: 1760px;
	margin: 0 auto;
	padding: 0 12px;
}
a{
	text-decoration: none;
}
.ti{
	font-size: 24px;
	cursor: pointer;
}
.btn{
	padding: 9px 22px;
	border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease;
	min-height: 54px;
	white-space: nowrap;
}
.btn.btn-primary{
	background-color: var(--color-primary);
	color: #ffffff;
}
.btn.btn-primary:hover{
	background-color: var(--color-primary-100);
}
.-left-5px{
	left: -5px;
}
.mt-32px{
	margin-top: 32px;
}
.mb-0{
	margin-bottom: 0 !important;
}
.text-primary{
	color: var(--color-primary);
}
.bg-primary{
	background-color: var(--color-primary);
}
.border-primary-light{
	border-color: rgba(34, 155, 166, 0.30);
}
.whitespace-nowrap{
	white-space: nowrap;
}
.event-title{
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 24px 0 32px;
}
.event-subtitle{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
}
.main-title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 600;
}
.sub-title{
	font-size: 36px;
	line-height: 52px;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 0.5px;
}
.sub-text{
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-secondary-700);
}
.location{
	font-size: 18px;
	font-weight: 500;
  max-width: 330px;
}
.not-found{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 95vh;
	text-align: center;
}
.not-found .error-title{
	font-size: 120px;
	color: var(--color-secondary-100);
	text-align: center;
	margin: 0;
}
.not-found .error-button{
	color: var(--color-primary);
	font-weight: 500;
}
.not-found .error-button:hover{
	color: var(--color-primary-400);
}
a.link-text{
	color: var(--color-secondary-700);
	transition: all 0.4s ease;
}
a.link-text:hover{
	color: var(--color-blue);
}
.exhibit-glance-img{
	aspect-ratio: 9 / 7;
  object-fit: cover;
}
@media (max-width: 1250px) {.main-title{font-size: 40px;margin-bottom: 12px;}}
@media (max-width: 1024px) {.location .event-details {font-size: 16px;}.sub-title{font-size: 24px;line-height: 40px;}}
@media (max-width: 767.95px){
	.sub-text{font-size: 14px;}
	.main-title {font-size: 30px;}
	.btn{font-size: 14px;padding: 8px 16px;gap: 8px;min-height: 40px;}
}
@media (max-width: 639px) {.sub-title{font-size: 20px;line-height: 28px;margin-bottom: 18px;}}