/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/



/*form success message edits */


:where(.brxe-form) .message.success {
    background-color: var(--accent-4);
    color: var(--accent-3);
    font-size: 15px;
    font-weight: 500;
    border-radius: 12px;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;


/* Post Content Text Sizes */




/*colours for service cards */

.service-card:nth-child(4n+1) { --cycle-color: #FFC49C; }
.service-card:nth-child(4n+2) { --cycle-color: #F0D0F3; }
.service-card:nth-child(4n+3) { --cycle-color: #F4FBAF; }
.service-card:nth-child(4n+4) { --cycle-color: #D9F8C4; }


.service-card {
  background-color: var(--cycle-color);
  transition:all 300ms ease;
}


.service-card:nth-child(4n+1):hover { --cycle-color: #D9F8C4; }
.service-card:nth-child(4n+2):hover { --cycle-color: #F4FBAF; }
.service-card:nth-child(4n+3):hover { --cycle-color: #F0D0F3; }
.service-card:nth-child(4n+4):hover { --cycle-color: #FFC49C; }
	
	
	
	/*Customise cookieyes button */

	.cky-revisit-bottom-left {
bottom:10px;
	left:10px;}

	.cky-btn-revisit-wrapper {
		width:35px;
		height:35px;
	}

	.cky-btn-revisit-wrapper .cky-btn-revisit img {
width:25px;
height:25px;}