/*
Theme Name: tomfinley2025
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ollie
Text Domain: tomfinley2025
Tags: 
*/

/* Blocks
---------------------------------------------------------------------------- */

/* Heading
--------------------------------------------- */

h1.is-style-gradient,
h2.is-style-gradient,
h3.is-style-gradient,
h4.is-style-gradient {
	background: var(--wp--preset--gradient--primary-secondary-tertiary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h1.is-style-gradient-primary-secondary,
h2.is-style-gradient-primary-secondary,
h3.is-style-gradient-primary-secondary,
h4.is-style-gradient-primary-secondary {
	background: var(--wp--preset--gradient--primary-secondary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h1.is-style-gradient-secondary-tertiary,
h2.is-style-gradient-secondary-tertiary,
h3.is-style-gradient-secondary-tertiary,
h4.is-style-gradient-secondary-tertiary {
	background: var(--wp--preset--gradient--secondary-tertiary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h1.is-style-gradient-tertiary-primary,
h2.is-style-gradient-tertiary-primary,
h3.is-style-gradient-tertiary-primary,
h4.is-style-gradient-tertiary-primary {
	background: var(--wp--preset--gradient--tertiary-primary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Quote
--------------------------------------------- */

.wp-block-quote {
	box-shadow: 5px 5px var(--wp--preset--color--main);
}

.wp-block-quote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite {
	display: block;
	font-size: var(--wp--preset--font-size--small);
	font-style: inherit;
	margin-top: 10px;
	text-align: inherit;
}

.wp-block-quote.is-style-underline,
.wp-block-quote.is-style-underline-primary-secondary,
.wp-block-quote.is-style-underline-secondary-tertiary,
.wp-block-quote.is-style-underline-tertiary-primary {
	border: none !important;
	box-shadow: none;
	padding: 0 !important;
}

.wp-block-quote.is-style-underline p {
	background: var(--wp--preset--gradient--primary-secondary-tertiary);
}

.wp-block-quote.is-style-underline-primary-secondary p {
	background: var(--wp--preset--gradient--primary-secondary);
}

.wp-block-quote.is-style-underline-secondary-tertiary p {
	background: var(--wp--preset--gradient--secondary-tertiary);
}

.wp-block-quote.is-style-underline-tertiary-primary p {
	background: var(--wp--preset--gradient--tertiary-primary);
}

.wp-block-quote.is-style-underline p,
.wp-block-quote.is-style-underline-primary-secondary p,
.wp-block-quote.is-style-underline-secondary-tertiary p,
.wp-block-quote.is-style-underline-tertiary-primary p {
	background-position: 0 85%;
	background-repeat: repeat-x;
	background-size: 100% 10px;
	font-size: var(--wp--preset--font-size--max-48);
	font-weight: var(--wp--custom--font-weight--medium);
	line-height: var(--wp--custom--line-height--one);
	display: inline;
}

/* write your CSS code here */
	
.margin-auto {
	margin: 0px auto !important;
}

.wp-block-getwid-content-slider.has-dots-inside .slick-dots, 
.wp-block-getwid-images-slider.has-dots-inside .slick-dots, 
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots, 
.wp-block-getwid-post-carousel.has-dots-inside .slick-dots, 
.wp-block-getwid-post-slider.has-dots-inside .slick-dots {
  bottom: -30px !important;
}

#webmention-form {
	margin: 5rem auto 0;
	}

.wp-block-post-title a:link, 
.wp-block-post-title a:visited,
.wp-block-post-terms a:link,
.wp-block-post-terms a:visited {
	text-decoration: none;
	}

.wp-block-post-title a:hover, 
.wp-block-post-title a:active,
.wp-block-post-terms a:hover,
.wp-block-post-terms a:active {
	text-decoration: underline;
	}