/*
 Theme Name:   Astra Child
 Theme URI:    https://smallbusinesswebsites.co.uk/
 Description:  Astra Child Theme
 Author:       Small Business Websites
 Author URI:   https://smallbusinesswebsites.co.uk
 Template:     astra
 Version:      1.0.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
*/

ul.wp-block-list {
    margin-left: 0;
    list-style: none;
}
ul.wp-block-list li {
    margin-bottom: 0.3em;
    text-indent: -2.05em;
}
ul.wp-block-list li::before {
    display: inline-block;
    content: '';
    border-radius: 0.75em;
    height: 0.55rem;
    width: 0.55rem;
    background-color: #835a24;
    vertical-align: middle;
    margin-right: 1.5em;
}

.wp-block-button .wp-block-button__link{
    background-color: #835a24;
    color: #fff;
}

body {
    letter-spacing: 0.7px;
}

.ast-mobile-header-wrap .ast-above-header-bar, .ast-above-header-bar .site-above-header-wrap {
    min-height: 35px;
}

/*.ast-above-header.ast-above-header-bar {
    background-color: #84521f;
}*/

/*.ast-above-header-wrap  i {
    margin: 0 0.3em 0 1.2em;
    color: #b1b0ae;
}*/

.ast-above-header-wrap a {
    text-decoration: none;
    color: #b1b0ae;
}

.site-header-primary-section-right a { 
    padding-left: 0.5em;
    text-decoration: none;
}

.site-header-primary-section-right a:first-child { 
    padding-right: 0.5em;
    border-right: 1px solid #616060;
}

/*.ast-primary-header-bar {
    background-color: #f5eee6;
}*/

.ast-custom-button-link {
    text-decoration: none;
}

nav.site-navigation {
    text-transform: uppercase;
    font-size: 0.9rem;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
    background-color: #100e19;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #835a24;
    width: 25px;
    height: 25px;
}

#ast-hf-menu-1 a {
    color: #b1b0ae;
}
#ast-hf-menu-1 a:hover {
    color: #835a24;
}

p, .entry-content p {
    margin-bottom: 1em;
}

.heading-font {
    font-family: 'Lora',serif;
}

form input,
form textarea {
    font-size: 14px;
}

#homepage-banner {
    margin-top: -2em;
}

#homepage-banner .wp-block-media-text__content {
    margin: 3em 0 3em -14em;
    padding-bottom: 2.3em;
    background-color: #fff;
}

@media(min-width:1200px){
    #intro-section h2 {
        font-size: 2.4em;
    }
}

@media(max-width:769px){
    .wp-block-group .wp-block-group {
        padding: 0;
    }
    #intro-section .is-layout-flex {
        gap: 0;
    }
}

@media(min-width:1200px){
    #member .wp-block-column {
        padding-right: 5em!important;
    }
}

#testimonials {
    padding: 4rem 0 3rem;
    text-align: center;
}

#testimonials h2 {
    margin-bottom: 1rem;
}

#testimonials-clients-slider {
    max-width: 700px;
    margin: 0 auto;
}

footer.site-footer form button {
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.2s;
}

footer.site-footer form button:hover {
    border-color: #835a24;
    color: #fff;
}

.client-name {
    font-weight: 600;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #835a24;
}

.site-footer .widget_block h3,
.site-footer .widget_block {
    color: #fff;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    align-items: flex-start;
}

.site-footer i {
    margin-right: 0.3em;
}

footer.site-footer a {
    /*color: #fff!important;
    text-decoration: none!important;*/
    text-decoration: none;
}
/*footer.site-footer a:hover {
    color: #D2A170!important;
}*/

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 35px;
    margin-left: 35px;
}

.site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns {
    border-top: 1px solid #2f2e37;
}
