/*
Theme Name: GV 2023 v2
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.4 (I built this theme on Genesis Sample from Brad)

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* CSS VARIABLES */
:root {
	--link-hover: rgb(8,169,233); text-decoration: underline dotted 2px; text-underline-offset:4px;
	--blue-link: blue; text-decoration: none;
	--print-cyan: #08AAE9;
	--print-magenta: #FD1985;}

/* COLOURS FOR CUSTOM POSTS 
	--fern-grn:#4F7942;
	--pastel-grn:#C1E1C1;
	--floral-white:#FAF9F6;
	--dark-pink:#AA336A;
	--light-purple:#C3B1E1;
	--off-white:#E6E6FA;
	--burgundy:#800020;
	--silver:#C0C0C0;
	--off-white:#FAF9F6;
	--eggshell:#F0EAD6;
	--cardinal-red:#C41E3A;
	--brick-red:#AA4A44;
	--raspberry:#E30B5C;
	--light-grey:#D3D3D3;
	--platinum:#E5E4E2;
	--blood-red:#880808;
	--darker-grey:#eeeeee;
	--light-grey:#fcfcfc;
	--charcoal:#36454F;
*/

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* FONT EMBEDS */

@font-face {
	font-family: 'Archer Book';
	src: url('fonts/Archer-Book-Pro.eot');
	src: local('☺'), url('fonts/Archer-Book-Pro.woff') format('woff'), url('fonts/Archer-Book-Pro.ttf') format('truetype'), url('fonts/Archer-Book-Pro.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archer Bold';
	src: url('fonts/Archer-Bold.eot');
	src: local('☺'), url('fonts/Archer-Bold.woff') format('woff'), url('fonts/Archer-Bold.ttf') format('truetype'), url('fonts/Archer-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Cocogoose Pro';
    src: url('fonts/CocogoosePro-Letterpress.woff2') format('woff2'),
        url('fonts/CocogoosePro-Letterpress.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'ImpactLabel-lVYZ';
	src: url('fonts/ImpactLabel-lVYZ.eot');
	src: local('☺'), url('fonts/ImpactLabel-lVYZ.woff') format('woff'), url('fonts/ImpactLabel-lVYZ') format('truetype'), url('fonts/ImpactLabel-lVYZ.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'horseshoes_and_lemonadeRg';
    src: url('fonts/horseshoeslemonade.eot');
    src: url('fonts/horseshoeslemonade.eot') format('embedded-opentype'),
         url('fonts/horseshoeslemonade.woff') format('woff'),
         url('fonts/horseshoeslemonade.ttf') format('truetype'),
         url('fonts/horseshoeslemonade.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Conv_squac___';
	src: url('fonts/SquareCaps.eot');
	src: local('☺'), url('fonts/SquareCaps.woff') format('woff'),
	url('fonts/SquareCaps.ttf') format('truetype'),
	url('fonts/SquareCaps.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Special Elite';
    src: url('fonts/SpecialElite-Regular.eot');
    src: url('fonts/SpecialElite-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SpecialElite-Regular.woff2') format('woff2'),
        url('fonts/SpecialElite-Regular.woff') format('woff'),
        url('fonts/SpecialElite-Regular.ttf') format('truetype'),
        url('fonts/SpecialElite-Regular.svg#SpecialElite-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Great Vibes';
    src: url('fonts/GreatVibes-Regular.eot');
    src: url('fonts/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GreatVibes-Regular.woff2') format('woff2'),
        url('fonts/GreatVibes-Regular.woff') format('woff'),
        url('fonts/GreatVibes-Regular.ttf') format('truetype'),
        url('fonts/GreatVibes-Regular.svg#GreatVibes-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UnifrakturCook';
    src: url('fonts/UnifrakturCook-Bold.eot');
    src: url('fonts/UnifrakturCook-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/UnifrakturCook-Bold.woff2') format('woff2'),
        url('fonts/UnifrakturCook-Bold.woff') format('woff'),
        url('fonts/UnifrakturCook-Bold.ttf') format('truetype'),
        url('fonts/UnifrakturCook-Bold.svg#UnifrakturCook-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Regular.woff2') format('woff2'),
        url('fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Italic.woff2') format('woff2'),
        url('fonts/Ubuntu-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #333;
	font-family: 'Archer Book';
	font-size: clamp(1.4rem, -0.2rem + 3.2vw, 1.6rem);
	line-height: 1.625;
	margin: 0;
  background-image: url(images/white-screen.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #ebebeb;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: var(--blue-link);
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

a:focus,
a:hover {
	color: var(--link-hover);
	text-decoration: underline dotted 2px;
	text-underline-offset: 0.25rem;
}
a:visited {color:purple;}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 0;
	padding: 1em;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform:uppercase;
	font-weight:normal;
 	text-wrap: balance;
	letter-spacing: -0.75px;
	overflow-wrap: normal;
}

h1 {
	font-size: clamp(2.5rem, 1.1636rem + 6.1091vw, 4.6rem);}

h2, .big-shout-out {
	font-size: clamp(2rem, 1.6818rem + 1.4545vw, 2.5rem);overflow: hidden;}

h3 {
	font-size: clamp(1.6rem, 1.4727rem + 0.5818vw, 1.8rem);}

h4 {font-size: 1.5rem;}

.entry-content h3,
.entry-content h4 {
}

.entry-content h4 {
/*	margin-top: 40px;*/
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
.forminator-ui.forminator-quiz#forminator-module-9292 .forminator-button {
  font-family: 'Cocogoose Pro','arial black',sans-serif;
  text-transform: uppercase;
  background-image: url(images/button-cyan.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover,
.forminator-ui.forminator-quiz#forminator-module-9292 .forminator-button:hover,
.forminator-ui.forminator-quiz#forminator-module-9292 .forminator-button:focus {
 background-image: url(images/button-magenta.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;	border-width: 0;
	color: #fff;
	background-color: transparent;
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
    text-transform:none;
    background-image:none;
    font-size: clamp(1rem, 0.6455rem + 1.7455vw, 1.3rem);
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	color: #FFF;
	background-image: url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/widget-banner-cyan.png);
	background-size: cover;
	border-bottom: none;
	text-transform: uppercase;
	width: 100%;
	font-family: 'Cocogoose Pro', sans-serif;
	text-align: center;
	padding: 1rem;
	text-decoration: none;
	transition: background-image 0.4s ease-in-out;
}
.more-link:hover,
.more-link:focus {
	background-image: url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/widget-banner-magenta.png);
	color: #fff;
}
.more-link:visited {color: #ebebeb;}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}
@media only screen and (max-width: 600px) {.site-inner {padding-top:0;padding-left: 0;padding-right: 0;}
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 2%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); */
	/*padding: 20px 30px;*/
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
margin-bottom: 10px;
line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--link-hover);
}

.widget-title {
	margin-bottom: 20px;
	column-span: all;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption, p.figcaption,
.gallery-caption,
.wp-caption-text,
div.jx-controller:focus, div.jx-image.jx-left div.jx-label:focus, 
div.jx-image.jx-right div.jx-label:focus, 
figure.wp-block-jetpack-image-compare figcaption {
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left !important;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 20px;
	line-height: 1.2;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 0 30px;
	position: sticky;
top: 0;
z-index: 10;
}
@media only screen and (max-width:450px) {.site-header {padding: 0 10px;}}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: clamp(1rem, 0.9364rem + 0.2909vw, 1.1rem);
	line-height: 1;
	margin-bottom: 0;
	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
	text-transform: uppercase;
}
.site-title::before {content: url(https://graphicviolence.co.uk/wp-content/themes/GV-2023-v2/images/new-favicon.png);
	margin-right: 0.2rem;
	}

	.site-title a {
		color: #333;
		text-decoration: none;
		padding: 5px 10px 5px 0;
	}
	.site-title a:focus,
	.site-title a:hover {
		color: white;
		text-decoration: none;
		padding: 5px 10px;
	}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
@media only screen and (max-width: 345px) {
	.site-title {display:none;}
	.menu-toggle {float: unset;}}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: grey;
	display: block;
	font-size: clamp(1rem, 0.9364rem + 0.2909vw, 1.1rem);
	outline-offset: -1px;
	padding:0.5rem;
	text-decoration: none;
	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor a {
	background-image: url(images/button-cyan.png);
  background-size: auto;
background-size: 100% 100%;
color: white;
}
/* .page-id-4991 .current-menu-item a {color: #fff;}*/
.mPS2id-highlight, .yellow-menu {
	background-image: url(images/button-yellow.png) !important;
	background-size: auto;
  background-size: 100% 100%;
	  text-decoration: none;
	color: #FF00FF}

.mPS2id-highlight .current-menu-item a {
color: black;}
.yellow-menu .dashicons-star-filled::before {-webkit-animation: color-change 1.5s ease-in-out infinite;
    -moz-animation: color-change 1.5s ease-in-out infinite;
    -o-animation: color-change 1.5s ease-in-out infinite;
    -ms-animation: color-change 1.5s ease-in-out infinite;
    animation: color-change 1.5s ease-in-out infinite;}
	@-webkit-keyframes color-change {
		0% { color: #ff00ff; }
		50% { color: #01A5E6; }
		100% { color: #ff00ff; }
	}
	@-moz-keyframes color-change {
		0% { color: #ff00ff; }
		50% { color: #01A5E6; }
		100% { color: #ff00ff; }
	}
	@-ms-keyframes color-change {
		0% { color: #ff00ff; }
		50% { color: #01A5E6; }
		100% { color: #ff00ff; }
	}
	@-o-keyframes color-change {
		0% { color: #ff00ff; }
		50% { color: #01A5E6; }
		100% { color: #ff00ff; }
	}
	@keyframes color-change {
		0% { color: #ff00ff; }
		50% { color: #01A5E6; }
		100% { color: #ff00ff; }
	}

.site-title a:focus,
.site-title a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-image: url(images/button-magenta.png);
  background-size: auto;
background-size: 100% 100%;
	text-decoration: none;
color: white;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-image: none;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/*
.current_page_parent {
	background-image: url(images/button-magenta.png);
  background-size: auto;
background-size: 100% 100%;
	text-decoration: none;
	color: black;
}*/

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
	text-transform: uppercase;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
	text-transform: uppercase;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol {
	margin-bottom: 30px;
	padding-left: 30px;
}
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 0;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: none;
	margin-bottom: 1rem;
}

.entry-content ul li::before {
	content: url(images/cyan-bullet.png);
	padding-right: 8px;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
margin-bottom: 20px;
font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
text-transform: uppercase;
display: inline-block;
background-image: url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/magenta-tag.png);
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 0 5px;
color: #FFF;
text-shadow: none;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px auto;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/widget-banner-cyan.png) no-repeat;
  background-size: auto;
background-size: 100% 100%;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: initial;
padding: 8px 12px;
text-decoration: none;
font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/widget-banner-magenta.png) no-repeat;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}
}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
		border-bottom: 1px solid #eee;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
	/*	background-color: #f5f5f5;*/
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
	/*	padding: 40px 60px;*/
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* MY CODE */

/* BOX SHADOW */
.content .entry,
#particles-js2, .author-box, .hero-image {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.widget {
filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));}

/** BEFORE POST WIDGET */
.before-home .widget, .widget, .content .entry {background-color: white;padding: 1rem;}

/* MY HERO WIDGET */
.before-home .my-hero-widget {padding: 0; box-shadow: none;}

.before-home .my-hero-widget .slider-x-lead-title2 {
	font-size: clamp(3rem, 1.8333rem + 5.3333vw, 6.5rem)!important;
	line-height: 1!important;
	margin-bottom: 0 !important;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
				0px -5px 35px rgba(255,255,255,0.3);
    transition: color 0.2s ease-in-out;
}
.before-home .my-hero-widget .slider-x-lead-title2:hover {color: var(--link-hover) !important;}

.before-home .my-hero-widget .slider-x-item-title2 {
	font-size: clamp(1.6rem, 1.1333rem + 2.1333vw, 3rem);
	font-weight: 900;
  -webkit-text-fill-color:white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  text-shadow: 1px 4px 3px rgba(0,0,0,0.2),
  0px -2.5px 17px rgba(255,255,255,0.3);
}

/* INTRO WIDGET */
/*.intro-widget .widget-title, .sub-intro-widget .widget-title { font-size:6rem; text-align:center;}
.intro-widget .textwidget, .two-col { column-count:2; column-rule: 1px solid #CCC;}*/
.intro-widget h2 {
font-size: clamp(3rem, 2.0455rem + 4.3636vw, 4.5rem);
text-align:center;}
/*.intro-widget .firstpara {margin-bottom: 21px; margin-bottom: 2.1rem;}*/
/*@media only screen and (max-width: 800px) {.intro-widget .textwidget, .two-col { column-count:1;}}
.intro-widget > p:last-of-type:after {content: url(images/favicon.ico); margin-left: 6px; float:right;}*/
@media only screen and (min-width: 680px) {.intro-widget {background: url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/staedtler-pencil.png) no-repeat bottom center;}
.sub-intro-widget {background: url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/scalpel.png) no-repeat bottom center;}}
.intro-widget .widget-wrap {padding-bottom: 8rem;}
.sub-intro-widget .widget-wrap {padding-bottom: 5rem;}
.sub-intro-widget h2 {text-align:center;font-size: clamp(2.5rem, 1.5455rem + 4.3636vw, 4rem);}


/* DROP CAP / FIRST PARA SYTLING */
.firstpara {font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;}
.firstpara::first-letter {
    letter-spacing:0;
    text-transform:uppercase;
	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
	color:#333;
    font-size:110px;
    font-size:8rem;
	font-weight:normal;
	font-style:normal !important;
    float:left;
  	margin:8px 5px -7px 0; /* THESE VALUES SET TXT WRAP AROUND DROP CAP */
   	margin:0.8rem 0.5rem -0.7rem 0; /* THESE VALUES SET TXT WRAP AROUND DROP CAP */
   	line-height:0.85; /* THIS SETS BASELINE POSITION OF DROP CAP */
}
@media only screen and (max-width: 650px) {.firstpara::first-letter {font-size:4rem;} .firstpara {font-size:1.4rem;}}
/* DROP CAP ENDS */

/* WIDGET STYLES */
.magenta {background: url(images/widget-bkg-magenta.png);
	background-color: rgba(0, 0, 0, 0);
	background-size: 100% 100%;
  color: #FFF;}
.magenta .widget-title, .cyan .widget-title, .cyan h2, .magenta h2 {color: #fff;}
.cyan {background: url(images/widget-bkg-cyan.png);
	background-color: rgba(0, 0, 0, 0);
	background-size: 100% 100%;
  color: #FFF;}


/* LEFT-RIGHT AUTO IMG SIZING */
.wp-block-button.alignleft,
.wp-block-buttons.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
	margin-right: 0.5em !important;
}
.entry-content img.alignright, .entry-content .wp-caption.alignright, .entry-content img.alignleft, .entry-content .wp-caption.alignleft, .alignright, .alignleft,
.wp-block-pullquote .allignleft { max-width: 50%;}
@media only screen and (max-width: 500px) {.entry-content img.alignright, .entry-content .wp-caption.alignright, .entry-content img.alignleft, .entry-content .wp-caption.alignleft, .alignright, .alignleft,
	.wp-block-pullquote .allignleft {
	max-width: 100%;
margin: 0.5em 0 !important;}}

/* PHOTO CAPTION STYLING */
.wp-caption, figcaption, p.pic-caption, .wp-block-image .alignleft, .wp-block-image .alignright, p.figcaption {background-color: #ebebeb;}
.wp-caption-text, figcaption, p.pic-caption, p.figcaption {font-size: 1.3rem;line-height: 1.5; padding: 0 10px 10px;}
.wp-caption-text::before, figcaption::before, p.pic-caption::before, p.figcaption::before {content: "\25B2"; margin-right:5px;}
.wp-block-video {margin: 0 !important; background-color: #ebebeb;}
.wp-block-image :where(figcaption) {margin-top: 0 !important; margin-bottom: 0 !important;}
.wp-block-image, .wp-block-jetpack-image-compare {background-color: #ebebeb; margin-bottom: 2rem;}
.photo-credit {float: right; font-size: 1rem;margin-top: 0.4rem;}


/* BOOKMARKS TAG */
.bookmarks {background:url(images/book-mark.png) right top no-repeat; border-top: 1px dashed #8c8b8b; padding-top:20px;}

/* HIGHLIGHT COLOURS */
.green {color:#50C878;} .red {color:red;}

/* ARTICLE END TAG */
.masonry-archive .entry-content > p:last-of-type:after {display:none !important;}
.entry-content > p:last-of-type:after {content: url(images/new-favicon.png); margin-left: 6px; float:right;}

/* GOOSED */
.goosed, .shout-out {	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
    text-transform: uppercase;
}
.big-shout-out {font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;}

/* BLOCKQUOTE */
.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif !important;
	font-style: normal !important;
}
.site-container .wp-block-pullquote, .site-container .wp-block-quote {
	margin: 2em 0 2em !important;
	padding-top: 0 !important;padding-bottom: 0!important;}

blockquote p {margin-bottom: 0 !important; /*text-align: left;*/
	font-size: clamp(1.5rem, 0.8636rem + 2.9091vw, 2.5rem) !important;}

blockquote p a {color: #000;}

.m-quote {	background: url(images/widget-bkg-magenta.png);
	background-size: 100% 100%;
  color: #FFF !important;
}
.c-quote {	background: url(images/widget-bkg-cyan.png);
	background-size: 100% 100%;
  color: #FFF !important; overflow: auto;
}
.c-quote figcaption, .c-quote .wp-block-image .alignleft {background: transparent;}
.y-quote {	background: url(images/widget-bkg-yellow.png);
	background-size: 100% 100%;
  color: #303030 !important;}
.k-quote {	background: url(https://graphicviolence.co.uk/wp-content/uploads/2024/08/widget-bkg-black-modified-1.png);
	background-size: 100% 100%;
/*text-align: left !important;*/
  color: #FFF !important;}

 .m-quote blockquote p, .c-quote blockquote p, .y-quote blockquote p {text-align:left;}
 .site-container .wp-block-pullquote p, .site-container .wp-block-quote p {line-height: 1.6rem;}
 .site-container .wp-block-pullquote, .site-container .wp-block-quote {margin-left: 0;margin-right: 0;margin-bottom: 1rem;}

/* AUTHOR BOX */
.author-box {	background: url(images/widget-bkg-black.png);
	background-color:white;
	background-size: 100% 100%;
 	 color: #FFF !important;}
.author-box-title {color: #fff;}
.author-box .fa-2x {font-size: 2rem;}
.author-social-link {color: #fff;}
.author-social-link:visited {color:unset;}
@media only screen and (max-width: 959px) {.author-box {padding:1rem;}}

/* COLUMNS */
@media only screen and (min-width: 1024px) {.two-col { column-count:2; column-rule: 1px solid #CCC;}}
@media only screen and (min-width: 600px) {.two-col-widget { column-count:2; column-rule: 1px solid #CCC;}}

/* FULL WIDTH PAGE SYLING */
.custom-class .content {width: 100%;}
.custom-class h1 {text-align:center;}

/* SIMPLE LIGHTBOX */
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {font-size:1.3rem !important; font-family: 'Archer Book', serif !important; letter-spacing: normal !important; opacity:1 !important;}
.slb_data_desc, .slb_group_status {display:none !important;}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {margin-top:0.5rem;}
.slb_viewer_overlay {background-color:#FFF !important;}
#slb_viewer_wrap .slb_theme_slb_default .slb_container {box-shadow: 0 0 64px -40px #000 !important;}

/* MEOW GALLERY */
.mgl-justified-container, .mgl-tiles-container {margin-bottom: 1rem;}
.post-10015 .mgl-justified-container, .post-10015 .mgl-tiles-container {background-color: #ebebeb;}
.mgl-justified .mgl-item figcaption p {padding-top:0 !important;}
.mgl-item figcaption::before {display: none;}
.mgl-item figcaption {background: #333 !important;}
.mgl-item figcaption p { color: #000 !important;}
.bump-up {margin-top: -1rem;}
@media only screen and (min-width: 960px){
.full-width-content .entry-content > .alignwide {
	background-color: white;
	padding:10px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}}

/* FRONT BUTTONS */
.front-button-cyan, .front-button-black:hover {
    background: url(images/button-cyan.png);
	background-size: 100% 100%;}
.front-button-magenta, .front-button-cyan:hover {
    background: url(images/button-magenta.png);
	background-size: 100% 100%;}
.front-button-yellow,.front-button-magenta:hover {
    background: url(images/button-yellow.png);
	background-size: 100% 100%;}
.front-button-black, .front-button-yellow:hover {
    background: url(images/button-black.png);
	background-size: 100% 100%;}
.front-button-cyan, .front-button-magenta, .front-button-yellow, .front-button-black {padding:0.3em 0.2em;}
.front-button-cyan a, .front-button-magenta a, .front-button-black a {color:#fff;}
.front-button-yellow a {color:#000;}
.front-button-magenta a:hover, .front-button-cyan a:hover,.front-button-black a:hover {color: var(--blue-link);}
.front-button-yellow a:hover {color:#FFEB00;}

@media only screen and (min-width: 801px) {p.front-button {font-size: 1.3rem;}}

/* FOUR COL MAX */
@media only screen and (min-width: 1342px) {
	h2.front-button-cyan, h2.front-button-magenta, h2.front-button-yellow, h2.front-button-black
	{font-size: 2.3rem;}}

	/* FOUR COL */
	@media only screen and (max-width: 1341px) and (min-width: 1201px) {
	h2.front-button-cyan, h2.front-button-magenta, h2.front-button-yellow, h2.front-button-black
	{font-size: clamp(1.8rem, 0.0843rem + 2.2857vw, 2rem);}}

	/* FOUR COL */
	@media only screen and (max-width: 1200px) and (min-width: 801px) {
	h2.front-button-cyan, h2.front-button-magenta, h2.front-button-yellow, h2.front-button-black
	{font-size: clamp(1.2rem, 0.7985rem + 0.802vw, 1.4rem);}}

	/* TWO COL */
	@media only screen and (max-width: 800px) and (min-width: 601px) {
	h2.front-button-cyan, h2.front-button-magenta, h2.front-button-yellow, h2.front-button-black
	{font-size: clamp(1.8rem, -0.3141rem + 5.6281vw, 2.5rem);}}

	/* SINGLE COL */
	@media only screen and (max-width: 600px) {
	h2.front-button-cyan, h2.front-button-magenta, h2.front-button-yellow, h2.front-button-black
	{font-size: clamp(2rem, -0.8rem + 12.8vw, 4rem);}}

	.gb-block-layout-column-inner {margin-bottom: 2rem;}

/* FRONT BUTTONS ENDS */

/* IMG WRAP */
.img-wrap1 {border: solid 0 #f00;} /* THIS WORKS */

/* BACK TO TOP BUTTON */
.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(images/back-to-top-arrow-gv.png) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
	z-index:1000;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
	background-color:transparent !important;
	background-image:
	url(images/back-to-top-arrow-gv.png);
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	opacity:1;
}
.to-top:hover {
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
		z-index:1000;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
		z-index:1000;
	}
}


/* ---------------------------------------- BOX PANEL STYLES -----------------------------------------------------*/

/* BOX HEADING SIZES */
.notepage h2, .blueprint h2, .frosted h2
{font-size: clamp(1.8rem, 1.5455rem + 1.1636vw, 2.2rem);}
.notepage h2, .notepage h3, .blueprint h2, .frosted h2
{text-transform:none;}
.blueprint .firstpara {all: unset;}

/* DRAWINGBOARD */
.DrawingBoard {font-family: 'Special Elite' !important;}
@media only screen and (min-width: 620px){.DrawingBoard { background:
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/staedtler-pencil.png) no-repeat bottom right,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/scalpel.png) no-repeat top center,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/tape-top-left.png) no-repeat top left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/tape-top-right.png) no-repeat top right,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/tape-bottom-left.png) no-repeat bottom left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/tape-bottom-right.png) no-repeat bottom right,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/fingerprint.png) no-repeat bottom right,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/colour-bar.png) no-repeat top left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/grey-bar.png) no-repeat bottom left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/frame-top.jpg) repeat-x top left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/frame-bottom.jpg) repeat-x bottom left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/frame-left.jpg) repeat-y left center,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/frame-right.jpg) repeat-y right center,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/heavy-texture-paper.jpg) repeat center center !important;
padding: 7rem 2rem 3rem !important;
margin-bottom: 20px; margin-bottom: 2rem;
}}
@media only screen and (max-width: 619px){.DrawingBoard { background:
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/staedtler-pencil-vertical.png) no-repeat center right,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/scalpel-vertical.png) no-repeat bottom right,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/tape-top-left.png) no-repeat top left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/tape-top-right.png) no-repeat top right,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/tape-bottom-left.png) no-repeat bottom left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/tape-bottom-right.png) no-repeat bottom right,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/fingerprint.png) no-repeat bottom right,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/colour-bar.png) no-repeat top left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/grey-bar.png) no-repeat bottom left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/frame-top.jpg) repeat-x top left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/frame-bottom.jpg) repeat-x bottom left,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/frame-left.jpg) repeat-y left center,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/frame-right.jpg) repeat-y right center,
url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/heavy-texture-paper.jpg) repeat center center !important;
padding: 5rem 4rem 3.5rem 1.5rem !important;
margin-bottom: 20px; margin-bottom: 2rem;
}}

.DrawingBoard h1, .DrawingBoard h4 {font-family: 'ImpactLabel-lVYZ'; font-weight:normal; color:#F00; line-height:1.5; font-size:200% !important;}
.DrawingBoard h2 {font-family: 'ImpactLabel-lVYZ'; font-weight:normal; color: #099; line-height:1.5;}
.DrawingBoard .entry-content > p:last-of-type:after {display:none !important;}
.DrawingBoard p {font-size: clamp(1.3rem, 1.1727rem + 0.5818vw, 1.5rem);}

/* MEDIEVAL */
.medieval p,.medieval {font-family: 'UnifrakturCook', cursive !important;  line-height:1.2 !important;}
.medieval {font-size:2.2rem !important; padding:5px; padding:0.5rem; margin: 20px 0; margin: 2rem 0; color:#092424;
background: url(images/heavy-texture-paper.jpg) !important;}
@media only screen and (max-width: 600px) {.medieval {padding:10px; padding:0.5rem;}}
.medieval::first-letter {
    letter-spacing:0;
    text-transform:uppercase;
	font-family: 'Conv_squac___';
	color: #092424;
   /* font-size:110px; */
    font-size:8rem;
	font-weight:normal;
	font-style:normal !important;
    float:left;
  	margin:8px 5px -7px 0; /* THESE VALUES SET TXT WRAP AROUND DROP CAP */
   	margin:0.8rem 0.5rem -0.7rem 0; /* THESE VALUES SET TXT WRAP AROUND DROP CAP */
   	line-height:0.8; /* THIS SETS BASELINE POSITION OF DROP CAP */
	text-shadow:none;
}

/* BEE HIVE */
.bee-hive {background:url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/bee-hive-scaled-1.jpg) center bottom; padding:10px; padding: 1rem; margin-bottom:20px; margin-bottom:2rem; color:#000;}
.bee-hive {background-size: cover;}

/* FROSTED PANEL */
.frosted {background-color: rgba(255, 255, 255, 0.85); padding:10px; padding:1rem; margin-bottom:200px; margin-bottom:20rem;}

/* BINARY */
.binary {background:url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/binary-code.jpg) !important;}

/* NOTEPAGE */
.notepage {background:url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/heavy-texture-paper.jpg) center top; padding:20px 20px 10px; margin-bottom:20px; color:#000;}
.notepage .wp-caption-text figcaption {padding: 0}
.notepage figcaption, .notepage .wp-block-image {background-color: transparent;}
.notepage h2 {text-transform: none;}

/* BLUEPRINT */
.blueprint, .blueprint .shout-out {font-family: 'Ubuntu', sans-serif;}
.blueprint .shout-out {font-size: unset !important;font-weight: 900;}
.blueprint p, .blueprint .entry-content ul > li {font-size: 0.9em;}
.blueprint {background:url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/gears.png) no-repeat bottom right, 
	url(https://graphicviolence.co.uk/wp-content/uploads/2022/02/my-blueprint.jpg) center center !important; 
	color:#e6f2fe; padding:1em !important; margin-bottom:20px;
text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);}
.blueprint h2 {color:#e6f2fe;font-family: 'Ubuntu', sans-serif;font-weight: 900;}
.blueprint a {color: #bbe9fb !important;}
.blueprint a:hover {color: #00a5e8!important;}
.blueprint .wp-caption, .blueprint figcaption {background-color:transparent;}
.blueprint .wp-block-image {background-color: transparent;}

/* NOTE */
.note {background: url(images/note-bkg.png);
background-position: top center;
background-repeat: no-repeat;}
.note h3 {font-size: clamp(2.5rem, 1.8636rem + 2.9091vw, 3.5rem); color:#36C;}
.note {padding-top: 5rem;}
.note h4, .note h3, .note h2 {color:#36C; text-transform:none !important;}
.note p { color:#666;}
.note .wp-caption {background-color:#FFF;}
.sidebar .note h3 {font-size: 2.5rem;}

/* CREDIT CARD BOX */
.credit-card-box {background-image:
	url(https://graphicviolence.co.uk/wp-content/uploads/2024/05/credit-card-magnetic-strip-120.png),
	url(https://graphicviolence.co.uk/wp-content/uploads/2024/05/card-contactless-avatar.png),
	url(https://graphicviolence.co.uk/wp-content/uploads/2024/05/card-chip.png),
	url(https://graphicviolence.co.uk/wp-content/uploads/2024/05/car-logo.png);
	background-position: top left, center bottom, bottom left, bottom right;
	background-color: #1C2F85;
	background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
font-family: 'Ubuntu';
padding: 2rem 2rem 5rem; margin-bottom: 2rem;color: #fff;text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
border-radius: 20px;}
.credit-card-box a {color: #fff; text-decoration: underline dotted 2px; text-underline-offset: 4px;}

.credit-card-box a:hover {color: #0073e5;}
.credit-card-box h2 {text-transform: none;color:#e6f2fe;font-family: 'Ubuntu', sans-serif;font-weight: 900;}

/* CREDIT CARD PULLQUOTE */
.credit-card-quote {background-image: url(https://graphicviolence.co.uk/wp-content/uploads/2024/05/pay-by-card-darker-35.jpg);
background-size: cover;background-position: center right;background-repeat: no-repeat;
color: #fff;text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);}

/* BOX OUT */
.box-out {background: url(images/widget-bkg-cyan.png);
	background-size: 100% 100%;
	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
  color: #FFF;
  padding: 2rem;}
  .box-out h2 {color:#fff;}

/* WINNING THAT COUNTS */
.winning-counts {	background: url(https://graphicviolence.co.uk/wp-content/uploads/2024/05/porsche-icon.png),
	url(https://graphicviolence.co.uk/wp-content/uploads/2024/08/widget-bkg-black-modified-1.png);
	background-position: bottom right, center center;
		background-repeat: no-repeat;
	background-size: auto, 100% 100%;
	text-align: left !important;
  color: #FFF !important;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}

/* --------------------------------------------------- BODY CLASS STYLES ENDS ----------------------------------------------------- */

/* FORMINATOR QUIZ */
.forminator-ui.forminator-quiz#forminator-module-14427 .forminator-quiz--description, 
.forminator-ui.forminator-quiz#forminator-module-14427 .forminator-quiz--description p,
.forminator-ui.forminator-quiz#forminator-module-14427 .forminator-question--description, 
.forminator-ui.forminator-quiz#forminator-module-14427 .forminator-question--description p,
.forminator-ui.forminator-quiz#forminator-module-14427 .forminator-question--result
 {
	color: unset !important;
	font-size: unset !important;
	font-weight: unset !important;
}
.forminator-ui.forminator-quiz#forminator-module-14427 .forminator-answer .forminator-answer--name {
	font-size: 1.2rem !important;
	color: unset !important;
	font-weight: unset !important;}

.forminator-ui.forminator-quiz#forminator-module-14427 .forminator-question .forminator-legend {
	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
    text-transform: uppercase;
font-weight:normal !important;}
/*.forminator-ui.forminator-quiz#forminator-module-9292 .forminator-quiz--result {margin-bottom: 2rem;}
.forminator-ui.forminator-quiz#forminator-module-9292 .forminator-button {background-color: transparent!important;box-shadow: none !important;}*/

/* HIDE RECAPTCHA BADGE */
.grecaptcha-badge {display: none !important;}

/* YOUTUBE EMBEDS */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom:1.5rem; margin-bottom:15px;
	margin-top:5rem; margin-top:50px;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/* HEADER BANNER */
#particles-js2 .qcld_hero_content_area {
	background-image: url(images/trans-magenta.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.no-background {background-color: transparent;}

/* WIDGET VISIBILITY CONTROL */
@media only screen and (min-width: 960px) {.mobile-only {display: none;}}
@media only screen and (max-width: 959px) {.desktop-only {display: none;}}

.hero-text-widget, .no-bkg {background: transparent;box-shadow: none;}
.show-overflow .img-wrap {overflow: visible;}

/* IMG ZOOM ON HOVER */
.img-wrap, .masonry-image-wrap, .wp-block-latest-posts__featured-image {overflow: hidden;}
.masonry-image-wrap {margin-bottom: 30px;}

.wp-block-image img,
.mgl-item img,
.masonry-image-wrap img,
.wp-block-latest-posts__featured-image img,
.wp-block-post-featured-image :where(img) {
	width: 100%;
    transition: 0.5s all ease-in-out;
	    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: all 0.5s all ease-in-out;
    -ms-transition: all 0.5s all ease-in-out;
}
.wp-block-image a:hover img,
.mgl-item img:hover,
.masonry-image-wrap:hover img,
.wp-block-latest-posts__featured-image img:hover,
.wp-block-post-featured-image :where(img):hover {
		transform : scale(1.2);
	 -moz-transform : scale(1.2);
	 -webkit-transform : scale(1.2);
	 -o-transform : scale(1.2);
	 -ms-transform : scale(1.2);}


/* MEDIA AND TEXT BLOCK */
.wp-block-media-text {margin-bottom: 3rem;}
.wp-block-media-text .wp-block-media-text__content {padding: 0 !important;}
.wp-block-media-text__media img, .wp-block-media-text__media video {padding: 2rem;}

/* WHAT WE DO H2 HEADLINE */
.what-we-do {margin-top: 2rem;font-size: clamp(2rem, 1.0455rem + 4.3636vw, 3.5rem);}

/* CUSTOM QUOTES */
.facebook-quote {background-color: #4267B2;}
.custom-quote {
	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
	font-size: clamp(1.8rem, 1.5455rem + 1.1636vw, 2.2rem);
	color: white;
	overflow: auto;
	padding: 0 1rem 1rem;
	margin-bottom: 2rem;
	text-wrap: balance;}
@media only screen and (min-width: 501px){
	.custom-quote .wp-block-image .alignleft {margin-right: 1rem;margin-bottom: 0.5rem;}
}
.custom-quote figcaption {all:initial;padding-top: 0.5rem;}
.custom-quote figcaption a, .custom-quote figcaption::before {color:white;}

.blue-death {
	font-size: clamp(1.3rem, 1.1727rem + 0.5818vw, 1.5rem);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	background-image: url(https://graphicviolence.co.uk/wp-content/uploads/2024/01/skull-keyboard.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: inset 0px 0px 15px rgba(0,0,0,0.5);
	background-color: #0000A9;
padding:0 2rem;}
@media only screen and (max-width: 449px){
.blue-death .wp-block-image img {max-width: 50px; margin-left: 1rem;}}
@media only screen and (min-width: 450px){
	.blue-death .wp-block-image img {max-width: 150px; margin-left: 1rem;}}

	.blue-death .wp-caption, 
		.blue-death figcaption, 
			.blue-death p.pic-caption, 
		.blue-death .wp-block-image .alignleft, 
		.blue-death .wp-block-image .alignright, p.figcaption {
			background-color: transparent;
		}

.left-quote blockquote p,.right-quote blockquote p {font-size: 0.7em !important;}
.left-quote blockquote {
	text-wrap: balance;
	text-align: left !important;
	border-left: 1em solid transparent;
	padding: 0 2rem 0 1rem;
	border-image: url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/widget-bkg-magenta.png) 10% stretch;}

.right-quote blockquote {
	text-wrap: balance;
	text-align: right !important;
	border-right: 1em solid transparent;
	padding: 0 1rem 0 2rem;
	border-image: url(https://graphicviolence.co.uk/wp-content/uploads/2021/11/widget-bkg-cyan.png) 10% stretch;}
	
/* MY PIC AND TXT BOX */
.pic-txt-box {padding:0 1em 1em; overflow: auto;}
@media only screen and (min-width: 501px) {
.pic-txt-box img.alignright, .pic-txt-box .wp-caption.alignright, .pic-txt-box .alignright,
.pic-txt-box img.alignleft, .pic-txt-box .wp-caption.alignleft, .pic-txt-box .alignleft {max-width: 25%;margin-bottom: 1em;}
.pic-txt-box img.alignright, .pic-txt-box .wp-caption.alignright, .pic-txt-box .alignright {margin-left: 1em !important;}
.pic-txt-box img.alignleft, .pic-txt-box .wp-caption.alignleft, .pic-txt-box .alignleft {margin-right: 1em !important;}
}
@media only screen and (max-width: 500px) {.pic-txt-box h2 {text-align: center;}.pic-txt-box {padding: 1em;}}
@media only screen and (max-width: 500px) {.hide-below-501 {display: none;}}
@media only screen and (min-width: 501px) {.hide-above-500 {display: none;}}

/* FLASH CARD */
.flash-card {background-image: url(https://graphicviolence.co.uk/wp-content/uploads/2024/02/flash-card2.png);
	background-size: contain;background-repeat: no-repeat;background-position: center center;
	transform: rotate(-0.015turn);
	font-family: 'Cocogoose Pro', sans-serif;
	line-height: 1; color: white;text-shadow: 0 0 10px rgba(0,0,0,.65);margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
padding: 2rem 5rem;
margin-bottom: 1rem;}

@media only screen and (max-width: 600px){
	.flash-card-smaller-txt {font-size: clamp(1.2rem, 0.36rem + 3.84vw, 1.8rem);}
	.flash-card-txt {font-size: clamp(1.5rem, 0.1rem + 6.4vw, 2.5rem);}
	.flash-card-bigger-txt {font-size: clamp(3rem, 0.375rem + 12vw, 4.5rem)}
}
@media only screen and (min-width: 601px){
	.flash-card-smaller-txt {font-size: clamp(1.2rem, 0.531rem + 1.7811vw, 1.8rem); }
	.flash-card-txt {font-size: clamp(1.5rem, 0.385rem + 2.9685vw, 2.5rem);}
	.flash-card-bigger-txt {font-size: clamp(2.5rem, 0.2699rem + 5.9369vw, 4.5rem);}
}

/* STAR BURST */
.star-burst {background-image: url(https://graphicviolence.co.uk/wp-content/uploads/2024/02/star-burst1.png);
background-size: contain;background-repeat: no-repeat;background-position: center center;
border-radius: 50%;padding: 3rem;
transform: rotate(-0.025turn);
font-family: 'Cocogoose Pro', sans-serif;
font-size: clamp(3rem, 0.375rem + 12vw, 4.5rem);
line-height: 1; color: white;text-shadow: 0 0 10px rgba(0,0,0,.65);margin-bottom: 0;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-bottom: 2rem;}
@media only screen and (min-width: 700px) {.star-burst{float: right;margin-left: 2rem;}}

.star-burst p, .star-burst-small p, .flash-card p  {margin-bottom: 0 !important;}
.star-card {background: url(images/widget-bkg-yellow.png);
	background-size: 100% 100%; padding: 2rem; font-family: 'Cocogoose Pro', sans-serif;
	font-size: clamp(1.6rem, 1.3455rem + 1.1636vw, 2rem);margin-bottom: 1rem;
}
.star-burst p.firstpara {all: unset !important;}
.dashicons, .dashicons-before::before {vertical-align: bottom !important;}

.star-burst {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 400ms;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 400ms;
    -moz-animation-iteration-count: 2;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 400ms;
    -ms-animation-iteration-count: 2;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 400ms;
    animation-iteration-count: 2;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);
}
}

/* WEBSITE PACKAGE BOX */
.grey-bkg {background-color:#EBEBEB;margin-bottom: 2rem;
background-image: url(https://graphicviolence.co.uk/wp-content/uploads/2024/02/halftone-screen-3.png);
background-position: center bottom;background-repeat: no-repeat;}
.liner {padding: 1.5rem;}
.skinny-liner {overflow: auto;}

/* STRIKE THROUGH */
.strike {
	line-height: 1em;
	position: relative;
	font-size: unset;
  }
  .strike::after {
	border-bottom: 0.125em solid red;
	content: "";
	left: 0;
	margin-top: calc(0.125em / 2 * -1);
	position: absolute;
	right: 0;
	top: 50%;
  }
/* SENDER FORM EMBED */
.sender-form-field {text-align: center !important; margin: auto !important;}

/* SUPER DEAL */
.super-deal .content {width: 100%;}
.super-deal .entry-title {text-align: center;background: url(images/widget-bkg-cyan.png);
	background-size: 100% 100%; padding: 2rem;color: white;}

/* NOTICE STYLING */
.notice .site-container .wp-block-button .wp-block-button__link {
	background-color: transparent !important;
font-family: inherit !important;font-weight: 100 !important;padding: 0 !important;}
.notice .wp-block-heading a, .notice .wp-block-latest-posts__post-title a {color: #000 !important;}
.notice .wp-block-heading a:hover, .notice .wp-block-latest-posts__post-title a:hover {color: var(--link-hover) !important;}
.notice .wp-block-latest-posts.alignleft {display: contents;}
.notice .entry-content ul > li {list-style-type: none;}
.notice .wp-block-latest-posts__post-title {font-family: 'Cocogoose Pro', sans-serif;text-transform: uppercase;}
.notice .entry-content ul li::before {display: none;}
@media only screen and (min-width: 960px) {
	.notice .content {width: 80%;}}

/* HIDE FIX FOR SIMGLE POST NAVIGATION WITH NO AFTER ENTRY WIDGETS */
.hide {display: none !important;}

/* SOCIAL NETWORKS MENU */
.menu-social-network-links-container {text-align: center;}
.social-links ol, .social-links ul {display: inline-flex !important;}
/* .after-entry .widget:last-of-type {background-color: transparent;
padding: 0; box-shadow: none;} */
.dashicons, .dashicons-before::before {padding: 0 1rem;}
.social-links a {color: var(--print-cyan);}
.social-links a:hover {color: var(--print-magenta);}


/* Hero
---------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

    .hero-active .site-container {
        top: -73px;
        position: absolute;
    }

    .hero-active .site-header {
	    background-color: transparent;
	    border-bottom: 1px solid transparent;
    }

   .hero-active .white .site-header {
	    background: white;
		border-bottom: 1px solid #eee;

		animation: fadeBackground 3s;
		animation-fill-mode: forwards;
    }
	@keyframes fadeBackground {
		from { background-color: transparent;
				border-color:transparent; }
		to { background-color: white;
				border-color:#eee; }
	  }
    .hero-active .site-title a,
	.hero-active .site-title::before {opacity: 0;}

	.hero-active .white .site-title a,
	.hero-active .white .site-title::before {
		color: black;
		opacity: 1;
		animation: FadeIn 3s;
		animation-fill-mode: forwards;
	}
	@keyframes fadeIn {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}

   .hero-active .nav-primary .genesis-nav-menu a,
   .hero-active .white .nav-primary .genesis-nav-menu a {
	    color: grey;
    }

	.hero-active .nav-primary .genesis-nav-menu .current-menu-item a,
	.hero-active .white .nav-primary .genesis-nav-menu .current-menu-item a {
		 color: white;
	 }
	.hero-active .white .genesis-nav-menu a:hover {color: white;}

    .hero-active .genesis-nav-menu .sub-menu a,
    .hero-active .white .genesis-nav-menu a,
    .hero-active .white /*.site-title a*/,
    .hero-active .header-image .genesis-nav-menu a,
    .hero-active .header-image .genesis-nav-menu .sub-menu a {
	    color: #000;
    }

    .hero-active .genesis-nav-menu a:hover,
    .hero-active .genesis-nav-menu a:focus {
		color: white;
	}
    .hero-active .white .genesis-nav-menu a:hover,
    .hero-active .white .genesis-nav-menu a:focus {
	    color: white;
    }

}

.hero-image .content .entry {
	background: none;
}

.hero-image .widget p.thirty {
	margin-bottom: 30px;
}

.hero-image img {
	vertical-align: top;
}


/* Front Page Sections
---------------------------------------------------------------------------- */

.hero-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.hero-image .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Hero Widget
---------------------------------------------------------------------------- */

.hero-image {
	height: 75vh;
}

.hero-image {
	display: table;
	overflow: hidden;
	padding: 73px 0;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.hero-image h2 {animation: fade-in-move-big 0.7s;}

@keyframes fade-in-move-big {
	0% {
	  opacity: 0;
	  transform: translateY(-10rem);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
  }

.hero-image p {	animation: fade-in-move-small 0.7s;}

@keyframes fade-in-move-small {
	0% {
	  opacity: 0;
	  transform: translateY(-5rem);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
  }

.hero-image .widget-area {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
	width: 100%;
}

.hero-image .widget {
	margin-bottom: 40px;
}

.hero-image,
.hero-image a,
.hero-image p,
.hero-image .featured-content .entry-title a,
.hero-image .widget-title {
	color: #fff;
}

.hero-image a {
	border-bottom: 1px solid #fff;
}

.hero-image a:hover,
.hero-image a:focus,
.hero-image .featured-content .entry-meta a:hover,
.hero-image .featured-content .entry-meta a:focus,
.hero-image .featured-content .entry-title a:hover,
.hero-image .featured-content .entry-title a:focus {
	color: #ccc;
}

.hero-image a:hover,
.hero-image a:focus {
	border-bottom: 1px solid #ccc;
}

.hero-image a.button {
	border-bottom: none;
}

.hero-text-widget h2.wp-block-heading  {
	font-family: 'Cocogoose Pro', sans-serif;
	/*font-size: clamp(3rem, 1.8333rem + 5.3333vw, 6.5rem); */
	font-size: clamp(2.8rem, 0.4455rem + 10.7636vw, 6.5rem);
	font-weight: 400;
	letter-spacing: -2px;
	margin-bottom: -10px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
}

.hero-image p {
	letter-spacing: 2px;
	text-transform: none;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
	font-size: clamp(1rem, 0.0455rem + 4.3636vw, 2.5rem);
	font-weight: 900;
}

.hero-image p:last-child {
	margin-bottom: 0;
}

.hero-image button:focus,
.hero-image button:hover,
.hero-image input:focus[type="button"],
.hero-image input:hover[type="button"],
.hero-image input:focus[type="reset"],
.hero-image input:hover[type="reset"],
.hero-image input:focus[type="submit"],
.hero-image input:hover[type="submit"],
.hero-image .textwidget a.button:focus,
.hero-image .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 960px) {

	.hero-image {
		padding-bottom: 150px;
		padding-top: 150px;
	}

	.hero-image {
		height: auto;
	}

	.hero-image .widget-area {
		padding-top: 0;
	}

}

@media only screen and (max-width: 600px) {

	.hero-image  {
		padding-bottom: 100px;
		padding-top: 100px;
	}


	.hero-image .widget-title {
		font-size: 60px;
		font-size: 6rem;
		margin-bottom: 20px;
	}

}

/* PHONE MSG */
.phone-shape {
border: #000 1em solid;
border-radius: 3rem;
margin: 0 auto;
background-color: #e1e1e1;
padding: 0.5rem !important;
}
.phone-screen {background-color: white; overflow: hidden;padding: 0.5em;border-radius: 4px;}
.no-bottom {margin-bottom: 0;}

.imessage {
	display: flex;
	flex-direction: column;
	font-family: "SanFrancisco";
	font-size: 1.25rem;
	margin: 0 auto 1rem;
	max-width: 350px;
	padding: 0.5rem 1.5rem;
  }

  .imessage p {
	border-radius: 1.15rem;
	line-height: 1.25;
	max-width: 75%;
	padding: 0.5rem .875rem;
	position: relative;
	word-wrap: break-word;
  }

  .imessage p::before,
  .imessage p::after {
	bottom: -0.1rem;
	content: "";
	height: 1rem;
	position: absolute;
  }

  p.from-me {
	align-self: flex-end;
	background-color: #248bf5;
	color: #fff;
	float: right;
  }

  p.from-me::before {
	border-bottom-left-radius: 0.8rem 0.7rem;
	border-right: 1rem solid #248bf5;
	right: -0.35rem;
	transform: translate(0, -0.1rem);
  }

  p.from-me::after {
	background-color: #fff;
	border-bottom-left-radius: 0.5rem;
	right: -40px;
	transform:translate(-30px, -2px);
	width: 10px;
  }

  p[class^="from-"] {
	margin: 0.5rem 0;
	width: fit-content;
  }

  p.from-me ~ p.from-me {
	margin: 0.25rem 0 0;
  }

  p.from-me ~ p.from-me:not(:last-child) {
	margin: 0.25rem 0 0;
  }

  p.from-me ~ p.from-me:last-child {
	margin-bottom: 0.5rem;
  }

  p.from-them {
	align-items: flex-start;
	background-color: #e5e5ea;
	color: #000;
	float: left;
	clear: both;
  }

  p.from-them:before {
	border-bottom-right-radius: 0.8rem 0.7rem;
	border-left: 1rem solid #e5e5ea;
	left: -0.35rem;
	transform: translate(0, -0.1rem);
  }

  p.from-them::after {
	background-color: #fff;
	border-bottom-right-radius: 0.5rem;
	left: 20px;
	transform: translate(-30px, -2px);
	width: 10px;
  }

  p[class^="from-"].emoji {
	background: none;
	font-size: 2.5rem;
  }

  p[class^="from-"].emoji::before {
	content: none;
  }

  .no-tail::before {
	display: none;
  }

  .margin-b_none {
	margin-bottom: 0 !important;
  }

  .margin-b_one {
	margin-bottom: 1rem !important;
  }

  .margin-t_one {
	margin-top: 1rem !important;
  }


  /* general styling */
  @font-face {
	font-family: "SanFrancisco";
	src:
	  url("https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff2") format("woff2"),
	  url("https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff") format("woff");
  }

  @media screen and (max-width: 800px) {
	body {
	  margin: 0 0.5rem;
	}

	.phone-msg {
	  padding: 0.5rem;
	}

	.imessage {
	  font-size: 1.05rem;
	  margin: 0 auto 1rem;
	  padding: 0 1em;
	}

	.imessage p {
	  margin: 0.5rem 0;
	}
  }
/* IMAGE HOVER CAPTION */
.oxi-image-hover-wrapper-1 .oxi-addons-row .oxi-image-hover-figure-caption .oxi-image-hover-heading {
    font-family: 'Ubuntu' !important; font-size: unset !important; font-weight: 900 !important;
}
.oxi-image-hover-wrapper-1 .oxi-addons-row .oxi-image-hover-caption-tab .oxi-image-hover-content {
	font-family: 'Ubuntu' !important; font-size: unset!important;
}
.oxi-image-hover-wrapper-1 .oxi-addons-row .oxi-image-caption-hover, .oxi-image-hover-wrapper-1 .oxi-addons-row 
.oxi-image-caption-hover:before, .oxi-image-hover-wrapper-1 .oxi-addons-row .oxi-image-caption-hover:after, 
.oxi-image-hover-wrapper-1 .oxi-addons-row .oxi-image-caption-hover .oxi-image-hover-figure, .oxi-image-hover-wrapper-1 
.oxi-addons-row .oxi-image-caption-hover .oxi-image-hover-figure:before, .oxi-image-hover-wrapper-1 
.oxi-addons-row .oxi-image-caption-hover .oxi-image-hover-figure:after, .oxi-image-hover-wrapper-1 .oxi-addons-row 
.oxi-image-caption-hover .oxi-image-hover-figure-caption, .oxi-image-hover-wrapper-1 .oxi-addons-row .oxi-image-caption-hover 
.oxi-image-hover-figure-caption:before, .oxi-image-hover-wrapper-1 
.oxi-addons-row .oxi-image-caption-hover .oxi-image-hover-figure-caption:after {
	background-color: transparent!important;
}

/* MOST POPULAR POSTS STYLING */

.wpp-post-title {font-family: 'Cocogoose Pro';}
.post-stats, .wpp-meta {font-weight: 900;}

/* WPP FOR ROBOT TALK */
.postid-13026 .wpp-post-title {
    font-family: 'OCR-A BT', monospace !important;
    font-weight: 900;
	font-size: 1.2em;
}
.postid-13026 .wpp-excerpt {font-size: 0.8em !important;}

/* WPP FOR FREAKY */
.postid-11931 .wpp-post-title {
    font-family: unset;
    font-weight: 900;}

/* WPP FOR EVENTS DEMO */
.postid-11493 .wpp-post-title {font-family: 'Creo',sans-serif;}
.postid-11493 .note h2, .postid-11493 .widget-title {color: #C8A2C8;}
.postid-11493 .wpp-excerpt {font-size: 0.85em;}

/* WPP FOR THE BIG READ */
.postid-13590 .wpp-post-title {font-family: 'Creo', sans-serif;font-size:1.1em ;}
.postid-13590 .note h2 {color: var(--head-red); font-size: clamp(2rem, 1.6818rem + 1.4545vw, 2.5rem);}
.postid-13590 .wpp-excerpt {font-size: 0.9em;}
.postid-13590 .note {background-image: none;}
.postid-13590 .widget ul > li {line-height: 1.5;margin-bottom: 20px;}

/* POST GRID STYLING ON IS YOUR WEBSITE SHOWING ITS AGE */
.postid-18737 .entry-content ul li::before {display: none;}
.postid-18737 .wp-block-latest-posts__post-title {
	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;
	text-transform: uppercase;
}
.postid-18737 .site-container .wp-block-latest-posts li {
	line-height: 1.2;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
	border-bottom: solid 4px #EBEBEB;}

/* STYLING FOR POST GRID ON IS YOUR WEBSITE SHOWING ITS AGE */
.my-masonry {column-count: 2;}

/* TESTIMONIAL STYLING  */
#jp-relatedposts {display: none !important;} /* HIDES THE DEFAULT JETPACK DISPLAY */
.wp-block-post-template .entry::before {display: none !important;} 
.gb-block-testimonial .gb-testimonial-image-wrap {background-color: transparent!important;}
.gb-block-testimonial .gb-testimonial-image-wrap img {border-radius: 4px !important;}
.gb-block-testimonial .gb-testimonial-name {
	font-family: 'Cocogoose Pro', 'Arial Black', sans-serif !important;
}
.random-post-on-refresh .addtoany_content {display: none;}
.gb-block-testimonial {background-color: transparent !important;
background-image: url(https://graphicviolence.co.uk/wp-content/uploads/2025/06/quote-marks-150px-1.png);
background-position: bottom right;
background-repeat: no-repeat;}
.gb-block-testimonial .gb-testimonial-name {font-weight: 100 !important;}

/* RELATED POSTS STYLING */
.jp-related-posts-i2__post-link {font-family: 'Cocogoose Pro', 'Arial Black', sans-serif;}

