
/*
Theme Name: ccus-2027
Theme URI: https://wordpress.org/themes/ccus-2027/
Author: vivansh
Author URI: https://wordpress.org
Description: ccus-2027 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: ccus-2027
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;
}
::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
::-webkit-scrollbar-track {
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background: var(--color-gray-300);
  border-radius: 8px;
}
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: 8px;
	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;
}
.mt-auto{
	margin-top: auto;
}
.text-primary{
	color: var(--color-primary);
}
.bg-primary{
	background-color: var(--color-primary) !important;
}
.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;
}
.shrink-0{
	flex-shrink: 0;
}
.ml-auto{
	margin-left: auto;
}
@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;}}