/*
Theme Name:     Shaha Child
Theme URI:      https://shaha.ancorathemes.com/
Description:    Make your modifications to Shaha in this child theme.
Author:         AncoraThemes
Author URI:     https://ancorathemes.com
Version:        1.0
Template:       shaha
*/


/* =========================================
   GLOBAL BUTTON RADIUS – 12px
   ========================================= */

button,
input[type="submit"],
input[type="button"],
input[type="reset"],

/* Theme / TRX / WPBakery */
.sc_button,
.sc_button_default,
.sc_button_wrap a,
.vc_btn,
.vc_btn3,
.vc_btn3-container .vc_btn3,
.theme_button,
.theme_button_small,
.theme_button_big,
.wp-block-button__link,

/* Links im Button-Stil */
a.sc_button,
a.theme_button,
a.button,
.btn,

/* Tribe Events */
.tribe-events-button,
#tribe-bar-form button,
#tribe-bar-form input[type="submit"],
.tribe-events a.button,
.tribe-events-cal-links a,
.tribe-events-sub-nav a,
.tribe-events-footer a.tribe-events-button,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a,

/* Back to top */
.trx_addons_scroll_to_top {
  border-radius: 12px !important;
}

/* Hover / Overlay-Layer ebenfalls abrunden */
.sc_button::before,
.sc_button::after {
  border-radius: 12px !important;
}


/* =========================================
   TEXTLINKS FARBE
   ========================================= */

.entry-content a:not(.sc_button),
.post_content a:not(.sc_button),
.page_content a:not(.sc_button) {
    color: #57a68f;
    transition: color 0.3s ease;
}

.entry-content a:not(.sc_button):hover,
.post_content a:not(.sc_button):hover,
.page_content a:not(.sc_button):hover {
    color: #af9675;
}


/* =========================================
   EVENT TITEL
   ========================================= */

.event-page-title {
    font-size: 3rem;
    margin-bottom: 3rem;
}