/**
Theme Name: Helena Gwyn
Author: Helena Gwyn
Author URI: https://www.helenagwyn.com
Description: Thema voor Helena Gwyn gebasseerd op Astra Pro.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helena-gwyn
Template: astra
*/

/* Variables */
:root {
    --gold: #d4af37;
    --gold-shadow: rgba(212, 175, 55, 0.5);
    --gray: #3a3a3a;
    --gray-transparent: rgba(58, 58, 58, 0.75);
    --white: #ffffff;
    --input-border: #DDDDDD;
    --input-background: #FAFAFA;
    --input-disabled: #ebe9eb;
}

/* Body */
body {
    background-image: var(--paper) !important;
}

/* Button */
.button {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.125rem !important;
    font-weight: 300 !important;
}

button:disabled {
    background-color: var(--input-disabled) !important;
    border: 1px solid var(--input-border) !important;
    color: var(--gray) !important;
}

/* Header Logo */
header h1.header-logo a {
    font-size: 35px;
    color: var(--gold);
}

header h1.header-logo a::after {
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    margin-top: -5px;
    background: var(--knoop) no-repeat center;
    background-size: contain;
}

header h1.header-logo a:hover {
    color: var(--gold);
}

@media (max-width: 325px) {
    header h1.header-logo a {
        font-size: 30px;
    }
}

.home:not(.ast-primary-sticky-header-active) header h1.header-logo,
.blog:not(.ast-primary-sticky-header-active) header h1.header-logo,
.archive:not(.ast-primary-sticky-header-active) header h1.header-logo,
.search:not(.ast-primary-sticky-header-active) header h1.header-logo {
    visibility: hidden;
}

/* Coming Soon */
.wp-block-group.coming-soon {
    margin-top: 80px;
}

/* Header Title */
#page>header+div[class|="astra-advanced-hook"] {
    margin-bottom: 80px;
}

div[class|="astra-advanced-hook"] h1.header-title {
    margin-top: 10px;
    font-size: 92px;
    text-align: center;
}

div[class|="astra-advanced-hook"] h1.header-title a {
    color: var(--gold);
}

div[class|="astra-advanced-hook"] h1.header-title a::after {
    display: block;
    content: "";
    width: 100%;
    height: 53px;
    margin-top: -5px;
    background: var(--knoop) no-repeat center;
    background-size: contain;
}

div[class|="astra-advanced-hook"] h1.header-title a:hover {
    color: var(--gold);
}

div[class|="astra-advanced-hook"] h2.header-subtitle,
div[class|="astra-advanced-hook"] .header-subtitle h2 {
    color: var(--gray);
    font-size: 42px;
    text-align: center;
}

@media (max-width: 544px) {

    #page>header+div[class|="astra-advanced-hook"] {
        margin-bottom: 40px !important;
    }

    div[class|="astra-advanced-hook"] h1.header-title {
        font-size: 62px !important;
    }

    div[class|="astra-advanced-hook"] h2.header-subtitle {
        font-size: 28px !important;
    }
}

@media (max-width: 320px) {

    div[class|="astra-advanced-hook"] h1.header-title {
        font-size: 52px !important;
    }
}

/* Navigation */
#astra-footer-menu .current-menu-item a,
#astra-footer-menu .current-page-ancestor a,
#primary-site-navigation-desktop .current-menu-item a,
#primary-site-navigation-desktop .current-page-ancestor a {
    color: var(--gold) !important;
}

header .main-navigation ul.sub-menu li a {
    background-color: transparent !important;
}

header .main-navigation ul.sub-menu li:first-child a {
    padding-top: 12.5px !important;
}

header .main-navigation ul.sub-menu li:last-child a {
    padding-bottom: 12.5px !important;
}

header .main-navigation li.current-menu-ancestor>a {
    color: var(--gold) !important;
}

/* Content */
p {
    text-align: justify;
}

a {
    text-decoration-style: dotted;
}

/* Forms */
input[type=text],
textarea {
    border-radius: 5px !important;
}

input[type=submit] {
    border-radius: 5px !important;
    border: 1px solid var(--gold) !important;
}

/* Main */
#primary {
    margin-top: 0;
    margin-bottom: 0;
}

/* Footer */
footer a {
    text-decoration: underline;
    text-decoration-style: dotted;
}

#ast-scroll-top {
    border: 1px solid var(--gold);
}

#astra-footer-menu li {
    flex-direction: row !important;
}

#astra-footer-menu li a {
    padding-right: 0;
    padding-left: 5px;
}

#astra-footer-menu li a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
}

#astra-footer-menu li:not(:first-child)::before {
    content: '-';
    padding-left: 5px;
    display: inline-block;
}

.ast-footer-copyright a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
}