/*
 Theme Name:   Art and Beyond Theme
 Theme URI:    https://www.ckcreativedesign.co.uk
 Description:  Child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://www.ckcreativedesign.co.uk
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.mab-ticker-content {
justify-content: center;
}

.mainmenu ul#menu-desktop-menu>li:after {
content: "\2022";
color: #000000;
font-size: 40px;
margin-left: 20px;
line-height: 15px;
}

.mainmenu ul#menu-desktop-menu>li:last-child:after { content: none; }

.mainmenu ul#menu-desktop-menu>li {
	display: flex;
}

.codedropz-upload-handler {
margin-bottom: 30px !important;
}

.woocommerce-checkout article.page, article.wordpress {
	padding: 0 20px;
}

article.wordpress h1 {
	margin-bottom: 20px;
}

.brxe-posts .bricks-layout-wrapper {
--columns: 3;
}

.brxe-max-cta-button {
	text-align: left !important;
}

.brxe-text h1 {
	margin-bottom: ;
}

.swiper-autoheight .swiper-wrapper {
transition-duration: 5000ms !important;
transition-timing-function: linear !important;
}

.woocommerce-cart .ppcp-messages {
	display: none;
}

.cart_totals tbody tr th {
	padding-right: 10px !important;
}

.tablepress>:where(thead,tfoot)>tr>* {
background-color: #dddedf !important;
}

label {
	color: #221f20 !important;
}

/*table.variations select#pa_paper {
	text-transform: uppercase;
}*/

/*MEDIA QUERIES*/
@media only screen and (max-width: 770px) {
	.brxe-posts .bricks-layout-wrapper {
--columns: 2;
}
}