/*
Theme Name: TD and A - 2023 Child Theme
Template: twentytwentythree
Theme URI: https://wordpress.org/themes/twentytwentythree/
Author: Pink Dog Digital
Author URI: https://pinkdogdigital.com/
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: tda-twentytwentythree-child
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
input[type="submit"]{
	color: #fff !important;
	background-color: #2F2C63;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--system-font);
	font-size: clamp(14px, 0.875rem + ((1vw - 7.68px) * 0.12), 15px);
	font-style: normal;
	font-weight: 600;
	padding-top: 13px;
	padding-right: 40px;
	padding-bottom: 13px;
	padding-left: 40px;
	text-transform: uppercase;

}
.strong-view.pager-style-buttons .wpmslider-pager-link:before{
	    -webkit-mask: url(assets/img/circle-solid.svg) center center no-repeat;
    mask: url(assets/img/circle-solid.svg) center center no-repeat;
}
.block-cta-box-overlay:hover .button-link{
	background-color: #c2162c;
}
.team-showcase .inner{
	padding: 0px 0 10px;
}
@media screen and (max-width:640px){
    body{
    	font-size: clamp(16px, 0.875rem + ((1vw - 7.68px) * 0.361), 17px);
    }
	.filter-categories >span{
		display: block;
    	margin-bottom: 10px;
	}
	.filter-categories select{
		margin-left: 0;
    	width: 100%;
	}
}