/*
 Theme Name:   Arvensis Ecology (GP Child)
 Theme URI:    https://www.feisar.uk
 Description:  Arvensis Ecology child theme
 Author:       Julian Wright
 Author URI:   https://www.feisar.uk
 Template:     generatepress
 Version:      1.0
*/

h1 {
    font-weight: 800;
    color: #8cc640;
    letter-spacing: -1px;
}

strong, bold {
    font-weight: 700;
}

body {
    background-image: url('/wp-content/uploads/2026/03/ae-symbol-fade.svg');
    background-position: bottom 10% right 5%;
    background-repeat: no-repeat;
    background-size: 800px;
    background-attachment: fixed;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    color: #5D9A41;
}

h4 {
    font-weight: bold;
}

hr {
    color: rgba(140, 198, 64, 0.25);
}

h1.gb-text em {
    font-weight: normal;
    font-size: 80%;
}


ul.wp-block-list {
    list-style: none;
    margin: 0 0 1.5em 1em;
}

ul.wp-block-list li {
    list-style-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%238cc640'/%3E%3C/svg%3E");
    position: relative;
    padding-left: 0.5em;
}

.main-navigation, .main-navigation ul ul {
    background-color: transparent;
}

.main-navigation .main-nav ul li a {
    line-height: 1;
    border-right: 2px solid var(--accent);
}

.main-navigation .main-nav ul li:last-of-type a {
    border-right: none;
}

.site-header .header-image {
    width: 300px;
}

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--accent);
}

.site-footer h6 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5em;
}

button {
    border-radius: 50px;
}

blockquote {
    border-radius: 16px;
    margin: 1em auto 3em auto;
    width:90%;
    font-size: inherit;
    border-color: var(--accent);
    background-color: rgba(140, 198, 64, 0.05);

}

.footer-grid {
    justify-content: space-between;
}

blockquote p {
    margin-bottom: 0.5em;
}

.dynamic-entry-content p:last-child {
    margin-bottom: 0;
}

.site-logo {
    transition: 0.3s all ease;
    cursor: pointer;

}

.site-logo:hover {
    transform: scale(0.95);
    opacity: 0.5;
}

a.fsr {
    display: inline-flex;
    color: var(--contrast-3);
    flex-direction: row;
    align-items: center;
}

a.fsr:hover {
    color: white;
}

a.fsr svg {
    height:10px;
    width:60px;
    margin-left: 6px;
}

p.gb-headline-e38c050c .gb-icon svg {
    width: 6em !important;
}
.gb-carousel-items {
    align-items: center;
}


.frm-fluent-form .choices__inner {
    border-radius: 0 !important;
    color: var(--contrast) !important;
    background-color: rgba(140, 199, 64, 0.1) !important;
    border-color: var(--base) !important;
    min-height: 55px !important;
    display: flex !important;
    height: 55px !important;
    align-items: center !important;
}

input[type=text]::placeholder, input[type=email]::placeholder, textarea::placeholder {
    color: rgba(140, 198, 64, 0.365) !important;
}

a.generate-back-to-top {
    background-color: rgba(140, 198, 64, 0.4);
    color: #ffffff;
}

a.generate-back-to-top:hover, a.generate-back-to-top:focus {
    background-color: rgba(140, 198, 64, 0.6);
    color: #ffffff;
}

@media (max-width: 1024px) {

}

@media (max-width: 767px) {
    .main-navigation .main-nav ul li a {
        line-height: 2;
        border-right: none;
    }
}

@media (max-width: 480px) {


    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
        line-height: 1.1;
    }
   .site-header .header-image {
       width: 200px;
   }
}
