/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

body #header-outer,
body[data-header-color="dark"] #header-outer,
.container-wrap,
.ocm-effect-wrap,
#header-space {
    background-color: transparent !important;
}

body {
    background: url("https://bushmillsportugal.com/wp-content/uploads/2026/03/Bushmills_bg-scaled.jpg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.roundedBorder {
    border-radius: 46px;
    background: rgba(217, 217, 217, 0.20);
    display: inline;
    padding: 15px 25px;
}

#copyright p,
#copyright a {
    color: #000;
    font-size: 12px;
}

/* =========================
   ITC Quorum Std Webfonts
========================= */

@font-face {
    font-family: "ITC Quorum Std";
    src: url("/wp-content/themes/salient-child/fonts/ITC-Quorum-Std-Medium.woff2") format("woff2"),
        url("/wp-content/themes/salient-child/fonts/ITC-Quorum-Std-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ITC Quorum Std";
    src: url("/wp-content/themes/salient-child/fonts/ITC-Quorum-Std-Bold.woff2") format("woff2"),
        url("/wp-content/themes/salient-child/fonts/ITC-Quorum-Std-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}