/*
Theme Name: GG Dev Client Theme Child
Theme URI: https://gg-dev.co/
Description: Child theme for GG Dev Client Theme
Author: GG Dev
Author URI: https://gg-dev.co/
Template: ggdevclienttheme
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: ggdevclienttheme-child
*/

/* Put your overrides below. */

header.site-header .header-nav .menu li a, header.site-header ul#menu-main-menu li a {
    font-size: 1rem;
}
header.site-header .c-header__logo a, header.site-header .c-header__logo img {
    max-height: 100px;
}



.footer-social .footer-icons {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 4rem;
}
ul#menu-footer-menu {
	display: flex;
	justify-content: space-between;
	padding-inline-start: 0;
}
ul#menu-footer-menu li {
    padding: 0 0.5rem;
    list-style-type: none;
}
ul#menu-footer-menu li:first-child {
    padding-left: 0;
}
ul#menu-footer-menu li:last-child {
    padding-right: 0;
}




.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
}
.fa-phone:before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
}
.fa-envelope:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
}




.home .wp-block-column p {
	margin-block-start: 1rem;
}



figure.wp-block-pullquote {
    padding: 0.75em 0;
	margin-block-start: 0.5rem;
}
.wp-block-pullquote p {
    margin-bottom: 0.5rem;
}
figure.wp-block-pullquote blockquote {
	position: relative;
	text-align: left;
}
figure.wp-block-pullquote blockquote::before {
	font-family: 'Font Awesome 5 Free'; /* Or 'Font Awesome 6 Free' depending on your version */
    font-weight: 900; /* For solid icons (fas) */
    content: '\f10d'; /* Unicode for fa-quote-left */
    position: absolute;
    top: 0;
    left: -3rem;
    font-size: 1.5rem; /* Adjust size as needed */
    color: #601576; /* Adjust color as needed */
}
blockquote::after {
	font-family: 'Font Awesome 5 Free'; /* Or 'Font Awesome 6 Free' */
    font-weight: 900; /* For solid icons (fas) */
    content: '\f10e'; /* Unicode for fa-quote-right */
    position: absolute;
    bottom: 4rem;
    right: -0.5rem;
    font-size: 1.5rem; /* Adjust size as needed */
    color: #601576; /* Adjust color as needed */
}




.home-intro-right-col p {
    margin-block-start: 0;
}




div.bookly-form {
    border-radius: 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 3rem 2rem 3rem 2rem;
	background: #edeff1;
}
.powered-by-bookly {
    display: none;
}



.wp-block-ggb-cta-fw.cta-fw {
    box-shadow: 0 -8px 24px -12px rgba(0, 0, 0, 0.18);
}



@media only screen and (max-width: 1030px) {
	.footer-social .footer-icons a, .footer-social-links-widget p {
    	font-size: 0.8rem;
	}
}

@media only screen and (max-width: 850px) {
	.footer-social .footer-icons a, .footer-social-links-widget p {
    	font-size: 0.7rem;
	}
}

@media only screen and (max-width: 768px) {
	figure.wp-block-pullquote {
    	margin-block-start: 2rem;
	}
	.styled-image-block .styled-image-aspect {
    	width: 100% !important;
	}
	ul#menu-footer-menu {
		padding-inline-start: 0;
	}
	ul#menu-footer-menu li {
		padding: 0 0.25rem;
	}
	.footer-social .footer-icons {
	    gap: 0rem;
	}
	
	:root :where(.wp-block-pullquote) {
		font-size: 1.25em;
	}
	figure.wp-block-pullquote blockquote::before {
		top: -2rem;
		left: 0;		
	}
	figure.wp-block-pullquote blockquote::after {
		top: 3rem;
    	left: 26rem;
	}

    .cta-fw .two-col-cta-wrapper .two-col-cta-button { 
        text-align: left !important; /* in case a parent sets text-align:right */
    }

    .cta-fw .two-col-cta-wrapper .two-col-cta-button 
    .wp-block-buttons,
    .cta-fw .two-col-cta-wrapper .two-col-cta-button 
    .wp-block-buttons.is-layout-flex,
    .cta-fw .two-col-cta-wrapper .two-col-cta-button 
    .wp-block-buttons[class*="is-content-justification-"],
    .cta-fw .two-col-cta-wrapper .two-col-cta-button 
    .wp-block-buttons[style*="justify-content"] {
        display: flex !important;
        justify-content: flex-start !important;
        width: 100%;
    }

    /* kill any auto-pushing on the first/last buttons */
    .cta-fw .two-col-cta-wrapper .two-col-cta-button 
    .wp-block-buttons > .wp-block-button {
        margin-left: 0 !important;
    }
    .cta-fw .two-col-cta-wrapper .two-col-cta-button 
    .wp-block-buttons > .wp-block-button:last-child {
        margin-right: 0 !important;
    }
    .cta-fw .two-col-cta-wrapper {
        align-items: normal;
    }
}
@media only screen and (max-width: 599px) {
	header.site-header .c-header__logo a, header.site-header .c-header__logo img {
    	max-height: 90px;
	}
	.footer-social .footer-icons a, .footer-social-links-widget p {
    	font-size: 1rem;
	}
}