/*!
Theme Name: Pix - Monaco Executive Education
Author: Pix Associates
Author URI: https://www.pix-associates.com/
Version: 1
Text Domain: pix-monaco-executive-education
*/

html, body{
    padding: 0;
    margin: 0;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
    font-size: calc(1em * 0.625);
}
body{
    font-size: 1.4rem;
}
*, *:before, *:after {
    box-sizing: inherit;
}

:root{
    --blue-dark: #384A59;
    --ochre: #BA9D6C;
    --red: #EE2D28;
    --grey-light: #FAF9F5;
    --font-base: 'Raleway', sans-serif;
    --font-playfair: "Tungsten Book", serif;
}

.gold-label-left::before {
    content: '';
    width:  23px;
    height: 109px;
    background-color: #BA9D6C;
    position: absolute;
    display:block;
}

.gold-label-bottom::before {
    content: '';
    width:  109px;
    height: 23px;
    background-color: #BA9D6C;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display:block;
    z-index: 1;
}

.recaptcha-orejime {
    text-align: center;
    line-height: 1.9rem;
    padding-bottom: 0;
    margin-bottom: 5rem;
}

.recaptcha-orejime .elementor-widget-button {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

#orejime .orejime-Button:not(.orejime-Notice-declineButton) {
    background: #384A59;
    border-radius: 0;
    border: none;
    color: white;
    padding: 9px 15px 9px 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    transition: all .3s;
}

#orejime .orejime-CategorizedAppList-title{
    color: white;
    line-height: normal;
    letter-spacing: normal;
    word-spacing: normal;
}

#orejime .orejime-Modal-title {
    color: white;
    line-height: normal;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 24px;
}