/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.7
 Requires PHP: 8.0
 Version: 6.7.0
 Text Domain: rubrum
*/


/** Add your custom styles here **/


.gfield_required {
    display: none !important;
}

.h-65 {
	height:65% !important;
}

.wp-block-getwid-post-carousel .slick-prev.slick-arrow, 
.wp-block-getwid-post-carousel .slick-next.slick-arrow {
    height: 60px;
    width: 60px;
    background: var(--Primary-Blue, #1E3A70);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.slick-prev {
	left:-50px;
}
.slick-next {
	right:-50px;
}

.slick-prev:before {
    content: '' !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: red !important;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    transform: rotate(135deg);
}
.slick-next:before {
	content: '' !important;
	display: inline-block;
	width: 20px;
	height: 20px;
	color: red !important;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	transform: rotate(-45deg);
}