/*
Theme Name:        BestIn Sydney
Template:          cb-bestof-parent
Description:       Child theme for bestinsydney.co
Author:            Chillybin
Author URI:        https://chillybin.com.au
Version:           1.0.0
Text Domain:       cb-bestof-sydney
*/

/*
 * Sydney colour palette: Pacific harbour — deep ocean blue to teal
 * Personality: cosmopolitan, coastal, harbour city energy
 * Inspired by: #0077b6 · #00b4d8 · #caf0f8 · #023e8a · #03045e
 */

:root {
    --cbbo-primary:    #0077b6;
    --cbbo-primary-dk: #023e8a;
    --cbbo-hero-a:     #03045e;
    --cbbo-hero-b:     #0096c7;
    --cbbo-star-color: #0077b6;

    /* Override Bootstrap's compiled primary so BS utilities match */
    --bs-primary:         #0077b6;
    --bs-primary-rgb:     0, 119, 182;
    --bs-link-color:      #0077b6;
    --bs-link-hover-color:#023e8a;
    --bs-link-color-rgb:  0, 119, 182;
}

/* Primary button */
.btn-primary {
    background-color: #0077b6;
    border-color: #0077b6;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #023e8a;
    border-color: #023e8a;
}

/* Badges */
.badge.bg-primary { background-color: #0077b6 !important; }
