/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

/* --- FK工作室 謝幕專用：黯啞鎏金流光特效 --- */
button,
input[type="submit"],
input[type="button"],
.btn,
.btn-primary,
.sb-btn,
.tb-btn,
.sb-button,
.booking-btn,
#events input.reserve_time_btn,
#eventForm #save_button {
    border: 2px solid #d4af37 !important;
    animation: gold-glow-pulse 1.5s infinite alternate !important;
    transition: all 0.3s ease !important;
}

@keyframes gold-glow-pulse {
    0% {
        box-shadow: 0 0 5px rgba(212, 175, 55, 0.3), inset 0 0 5px rgba(212, 175, 55, 0.2);
        border-color: #997a00 !important;
    }
    100% {
        box-shadow: 0 0 25px rgba(212, 175, 55, 0.9), inset 0 0 10px rgba(212, 175, 55, 0.6);
        border-color: #ffe066 !important;
    }
}

/* --- 強制縮小主標題與歡迎詞的字體 --- */
.company-name, .company-title, h1.company-title, .welcome-text h1, .welcome-text h2 {
    font-size: 32px !important;  /* 這裡的數字可以自己微調，原本大概是 36px 以上，24px 會精緻很多 */
    font-weight: normal !important; /* 讓字體不要太粗，增加淒美感 */
    letter-spacing: 2px !important; /* 稍微增加字距，看起來會更有電影海報的高級感 */
}