/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
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, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}






@import url("https://p.typekit.net/p.css?s=1&k=edg7wdq&ht=tk&f=10793.10795&a=288145712&app=typekit&e=css");

@font-face {
font-family:"nimbus-sans";
src:url("https://use.typekit.net/af/293ccc/00000000000000007735d6a9/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/293ccc/00000000000000007735d6a9/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/293ccc/00000000000000007735d6a9/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"nimbus-sans";
src:url("https://use.typekit.net/af/a4424c/00000000000000007735d6b1/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/a4424c/00000000000000007735d6b1/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/a4424c/00000000000000007735d6b1/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}









































/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration-style: dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/**
 * Responsive Styles
 */

/**
 * Required Variables
 */

/**
 * Root Media Query Variables
 */
:root {
	--responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
	--responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignfull-width: 100%;
	--responsive--alignright-margin: var(--global--spacing-horizontal);
	--responsive--alignleft-margin: var(--global--spacing-horizontal);
}

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

	:root {
		--responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
		--responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
		--responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
}
@media only screen and (min-width: 822px) {

	:root {
		--responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
		--responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
	}
}

/**
 * Extends
 */
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
}

.widget-area,
.pagination,
.comments-pagination,
.post-navigation,
.site-footer,
.site-header,
.alignwide,
.wide-max-width {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}

.alignfull,
.wp-block-group .wp-block-group__inner-container > *.alignfull,
.full-max-width {
	max-width: var(--responsive--alignfull-width);
	width: var(--responsive--alignfull-width);
	margin-left: auto;
	margin-right: auto;
}

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

	.alignfull,
	.full-max-width {
		max-width: var(--responsive--alignfull-width);
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.entry-header .post-thumbnail,
.singular .post-thumbnail,
.alignfull [class*=inner-container] > .alignwide,
.alignwide [class*=inner-container] > .alignwide {
	margin-left: auto;
	margin-right: auto;
	width: var(--responsive--alignwide-width);
	max-width: var(--responsive--alignfull-width);
}

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

	.entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: var(--responsive--alignleft-margin);

		/*rtl:ignore*/
		margin-right: var(--global--spacing-horizontal);
	}
}
@media only screen and (min-width: 482px) {

	.entry-content > .alignright {

		/*rtl:ignore*/
		margin-left: var(--global--spacing-horizontal);

		/*rtl:ignore*/
		margin-right: var(--responsive--alignright-margin);
	}
}

/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */

/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */
.site-header,
.site-main,
.widget-area,
.site-footer {
	padding-top: var(--global--spacing-vertical);
	padding-bottom: var(--global--spacing-vertical);
	margin-left: auto;
	margin-right: auto;
}

.site-header {
	padding-top: calc(0.75 * var(--global--spacing-vertical));
	padding-bottom: calc(2 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {

	.site-header {
		padding-bottom: calc(3 * var(--global--spacing-vertical));
	}
}

/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */
.site-main > * {
	margin-top: calc(3 * var(--global--spacing-vertical));
	margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.site-main > *:first-child {
	margin-top: 0;
}

.site-main > *:last-child {
	margin-bottom: 0;
}

/**
 * Set the default maximum responsive content-width
 */

/**
 * Set the wide maximum responsive content-width
 */

/**
 * Set the full maximum responsive content-width
 */

/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
	margin-top: var(--global--spacing-vertical);
	margin-right: auto;
	margin-bottom: var(--global--spacing-vertical);
	margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {

	.site-main > article > *,
	.site-main > .not-found > *,
	.entry-content > *,
	[class*=inner-container] > *,
	.wp-block-template-part > *,
	.wp-block-post-template :where(li > *) {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*=inner-container] > *:first-child,
.wp-block-template-part > *:first-child,
.wp-block-post-template :where(li > *):first-child {
	margin-top: 0;
}

.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*=inner-container] > *:last-child,
.wp-block-template-part > *:last-child,
.wp-block-post-template :where(li > *):last-child {
	margin-bottom: 0;
}

.site-footer > *,
.widget-area > * {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {

	.site-footer > *,
	.widget-area > * {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.widget > * {
	margin-top: var(--global--spacing-unit);
	margin-bottom: var(--global--spacing-unit);
}

.entry-header > *:first-child,
.post-thumbnail > *:first-child,
.page-content > *:first-child,
.comment-content > *:first-child,
.widget > *:first-child {
	margin-top: 0;
}

.entry-header > *:last-child,
.post-thumbnail > *:last-child,
.page-content > *:last-child,
.comment-content > *:last-child,
.widget > *:last-child {
	margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > * {

	/* Reset alignleft and alignright margins after alignfull */
}

.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull.has-background {
	margin-top: 0;
}

.entry-content > *:last-child,
.entry-content > *.alignfull.has-background {
	margin-bottom: 0;
}

.entry-content > *.alignfull + .alignleft,
.entry-content > *.alignfull + .alignright {
	margin-top: var(--global--spacing-vertical);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {

	/* Apply border-box across the entire page. */
	box-sizing: border-box;
	font-family: var(--global--font-secondary);
	line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	
}

button {
	cursor: pointer;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
blockquote {
	padding: 0;
	position: relative;
	margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal);
}

blockquote > * {
	margin-top: var(--global--spacing-unit);
	margin-bottom: var(--global--spacing-unit);
}

blockquote > *:first-child {
	margin-top: 0;
}

blockquote > *:last-child {
	margin-bottom: 0;
}

blockquote p {
	letter-spacing: var(--heading--letter-spacing-h4);
	font-family: var(--quote--font-family);
	font-size: var(--quote--font-size);
	font-style: var(--quote--font-style);
	font-weight: var(--quote--font-weight);
	line-height: var(--quote--line-height);
}

blockquote cite,
blockquote footer {
	font-weight: normal;
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	letter-spacing: var(--global--letter-spacing);
}

blockquote.alignleft,
blockquote.alignright {
	padding-left: inherit;
}

blockquote.alignleft p,
blockquote.alignright p {
	font-size: var(--heading--font-size-h5);
	max-width: inherit;
	width: inherit;
}

blockquote.alignleft cite,
blockquote.alignleft footer,
blockquote.alignright cite,
blockquote.alignright footer {
	font-size: var(--global--font-size-xs);
	letter-spacing: var(--global--letter-spacing);
}

blockquote strong {
	font-weight: var(--quote--font-weight-strong);
}

blockquote:before {
	content: "“";
	font-size: var(--quote--font-size);
	line-height: var(--quote--line-height);
	position: absolute;
	left: calc(-0.5 * var(--global--spacing-horizontal));
}

blockquote .wp-block-quote__citation,
blockquote cite,
blockquote footer {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	font-style: var(--quote--font-style-cite);
}
@media only screen and (max-width: 481px) {

	blockquote {
		padding-left: calc(0.5 * var(--global--spacing-horizontal));
	}

	blockquote:before {
		left: 0;
	}
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
	border: var(--form--border-width) solid var(--form--border-color);
	border-radius: var(--form--border-radius);
	color: var(--form--color-text);
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit);
	margin: 0 2px;
	max-width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
	color: var(--form--color-text);
	outline-offset: 2px;
	outline: 2px dotted var(--form--border-color);
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
.site textarea:disabled {
	opacity: 0.7;
}

.is-dark-theme input[type=text],
.is-dark-theme input[type=email],
.is-dark-theme input[type=url],
.is-dark-theme input[type=password],
.is-dark-theme input[type=search],
.is-dark-theme input[type=number],
.is-dark-theme input[type=tel],
.is-dark-theme input[type=date],
.is-dark-theme input[type=month],
.is-dark-theme input[type=week],
.is-dark-theme input[type=time],
.is-dark-theme input[type=datetime],
.is-dark-theme input[type=datetime-local],
.is-dark-theme input[type=color],
.is-dark-theme .site textarea {
	background: var(--global--color-white-90);
}

input[type=search]:focus {
	outline-offset: -7px;
}

.is-dark-theme input[type=search]:focus {
	outline-color: var(--global--color-background);
}

input[type=color] {
	padding: calc(var(--form--spacing-unit) / 2);
	height: calc(4 * var(--form--spacing-unit));
}

input[type=email],
input[type=url] {

	/*rtl:ignore*/
	direction: ltr;
}

select {
	border: var(--form--border-width) solid var(--form--border-color);
	color: var(--form--color-text);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
	background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right var(--form--spacing-unit) top 60%;
}

select:focus {
	outline-offset: 2px;
	outline: 2px dotted var(--form--border-color);
}






body{
background:#fff;
}

.waypointfade{
    opacity: 0;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
-webkit-transition: -webkit-transform .8s,opacity .8s;
transition: transform .8s,opacity .8s;
}
.waypointfade.active{
    opacity: 1;
-webkit-transform: translateY(-0%);
-ms-transform: translateY(-0%);
transform: translateY(-0%);
}

.menucontainerouter{
position:fixed;
top:0;
width:100%;
left:0;
z-index: 6;
}
.menucontainer{
width: 95%;
max-width: 1600px;
margin: auto;
display: flex;
position: relative;
justify-content: space-between;
flex-wrap: wrap;
padding: 20px;
padding-left: 35px;
padding-right: 35px;
top: 10px;
z-index: 6;
}
.menucontainer::before{
position:absolute;
content:'';
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
background: RGBA(244,244,244,.7);
width:100%;
height:100%;
top:0;
left:0;
border-radius:50px;
}
.menucontainer > *{
position:relative;
}
.menuinner li{
list-style:none;
display:inline-block;
position: relative;
}
.mobilemenu{
display:none;
}

body { 
font-family: "nimbus-sans",sans-serif; 
	font-weight: normal;
	color: #081f32;
	text-align: left;
	font-size: 14pt;
}
h1{
font-weight:700;
font-size: 65pt;
margin-bottom: 15px;
line-height:.9;
}
h2{
font-weight: 700;
font-size: 40pt;
margin-bottom: 15px;
letter-spacing: -2px;
line-height:.9;
}
h3{
font-weight:700;
font-size:30pt;
margin-bottom: 15px;
letter-spacing: -1px;
}
h4{
font-weight:700;
font-size:20pt;
margin-bottom: 15px;
letter-spacing: -1px;
}
p{
margin-bottom: 15px;
}











.footer1{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00568f+0,0f60ad+100 */
background: linear-gradient(to bottom,  #00568f 0%,#0f60ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color:#fff;
font-size: 12pt;
}
.footer2{
background:#00568f;
color:#fff;
padding-top: 60px;
padding-bottom: 60px;
font-size:12pt;
}
.headerlogo{
width:190px;
}
.headerlogo img{
width:100%;
display: block;
}
.headerbook{
width:190px;
text-align: right;
}
.menuinner > ul > li > .sub-menu{
background:#fff;
text-align: left;
position: absolute;
top: 100%;
left: -50px;
-webkit-box-shadow: 0 5px 20px 0 rgba(0,29,72,.2);
box-shadow: 0 5px 20px 0 rgba(0,29,72,.2);
opacity: 0;
visibility: hidden;
border-radius: 20px;
padding: 30px;
display: flex;
flex-wrap: wrap;
width: 500px;
padding-top: 10px;
padding-bottom: 10px;
}
.menuinner > ul > li.menu-item-has-children:hover > .sub-menu{
opacity: 1;
visibility: visible;
}
.menuinner > ul > li > a{
padding:10px;
display:inline-block;
text-transform:uppercase;
color:#005ead;
text-decoration:none;
font-weight: 700;
padding-left: 5px;
padding-right: 5px;
}
.menuinner > ul > li:hover > a{
color:#001e33;
}
.menuinner > ul > li > a span{
background: #39b54a;
color: #fff;
font-size: 8pt;
display: inline-block;
vertical-align: top;
border-radius: 10px;
padding: 2px;
line-height: .9;
top: -4px;
position: relative;
}
.menuinner > ul > li > .sub-menu > li{
display:block;
width: 100%;
border-bottom:solid 1px RGBA(0,94,173,0.1);
}
.menuinner > ul > li > .sub-menu > li:nth-last-child(1){
border-bottom:0;
}
.menuinner > ul > li > .sub-menu > li > a{
display: block;
padding-top: 10px;
padding-bottom: 10px;
text-decoration:none;
text-transform:uppercase;
font-weight:700;
}
.menuinner > ul > li > .sub-menu > li > a:hover{
color: #005ead;
}
.menuinner > ul > li > .sub-menu > li > a span{
font-size:12pt;
display:block;
font-weight:300;
text-transform:none;
}
.sub-menu .sub-menu{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 9px;
}
.sub-menu .sub-menu > li{
display: inline-block;
width: calc(50% - 1px);
background: RGBA(0,94,173,0.04);
margin-bottom: 2px;
border-radius: 5px;
}
.sub-menu .sub-menu > li a{
font-size: 12pt;
display: block;
font-weight: 700;
text-transform: none;
padding: 5px;
text-decoration: none;
}
.sub-menu .sub-menu > li a:hover{
color: #005ead;
}
.link1{
background: linear-gradient(to right,  #0f60ad 0%,#00568f 100%);
background-position: 0 50%;
background-size: 200% auto;
border: none;
border-radius: 30px;
color: #fff;
display: inline-block;
font-weight: 700;
overflow: hidden;
padding: 12px 20px 12px 24px;
position: relative;
text-align: center;
transition: all .6s ease;
white-space: nowrap;
z-index: 1;
text-transform: uppercase;
text-decoration:none;
}
.link1::before{
background: rgba(255,255,255,.2);
border-radius: 50px;
bottom: 3px;
content: "";
opacity: 0;
position: absolute;
right: 30px;
top: 3px;
transition: all .6s ease;
width: 120px;
z-index: 0;
}
.link1::after{
content: "";
display: inline-block;
font-size: 1.33333em;
font-weight: 300;
line-height: 1;
line-height: .75em;
margin-left: 10px;
transition: all .6s ease;
vertical-align: -.0667em;
width: 18px;
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/arrow1-white.svg);
height: 15px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.link1:hover {
background-color: #0087ef;
background-position: 100% 50%;
border-color: transparent;
color: #fff;
}
.link1:hover::before {
opacity: 1;
right: 3px;
transition-duration: .8s;
width: 41px;
}
.link1:hover::after {
transform: translate3d(8px,0,0);
transition-delay: .2s;
}
.link1.transparent{
background:transparent;
}
.link1.green{
background: #005ead;
vertical-align: top;
}
.link1.green.dark{
background:#000;
}
.gradientborder{
background: linear-gradient(to right,  #3db54a 0%,#a6cf4e 33%,#f6a53a 100%);
display: inline-block;
border-radius: 50px;
vertical-align: top;
padding: 2px;
}
.link1.white{
background:#fff;
color: #005ead;
}
.link1.white::after{
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/arrow1-blue.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.link1.white::before{
background: RGBA(15,96,173,0.2);
}
.linkcircle{
height: 35px;
width: 35px;
background: #fff;
border-radius: 50px;
position: absolute;
top: 7px;
left: 8px;
}
.linkcircle img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
padding: 5px;
}
.hascircle{
padding-left: 54px;
}
.blurbk{
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: RGBA(255,255,255,.5);
z-index: 5;
visibility: hidden;
}
.blurbk.on{
opacity: 1;
visibility: visible;
}
.menuinner > ul > li.menu-item-has-children > a::after{
content:'';
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/arrow2-blue.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 20px;
height: 10px;
display: inline-block;
}
.headerbook a{
vertical-align:top;
}
.maincontent{
width:90%;
max-width:1500px;
margin:auto;
}
.footer2 a{
display:inline-block;
margin-left:20px;
}
.paddingtop{
padding-top:100px;
}
.paddingbottom{
padding-bottom:100px;
}
.margintop{
margin-top:100px;
}
.marginbottom{
margin-bottom:100px;
}
.footer1 .maincontent{
display:flex;
flex-wrap:wrap;
}
.footer1 .maincontent > div{
width:25%;
padding-right:40px;
}
.footer1 .maincontent > div:nth-child(2){
width:20%;
}
.footer1 .maincontent > div:nth-child(4){
text-align:right;
padding-right:0;
width:30%;
}
.footer1 h5{
font-weight:700;
margin-bottom:15px;
font-size:14pt;
letter-spacing:0;
}
.footerlogo{
background: #fff;
width: 200px;
padding: 8px;
margin-bottom: 15px;
}
.footer1 .link1{
font-size:14pt;
text-decoration:none !important;
}
.footer1 a{
text-decoration:none;
}
.footer1 a:hover{
text-decoration:underline;
}
.footer1 ul{
list-style:none;
}
.social{
display: inline-block;

border-radius: 40px;
padding: 8px;
margin-left: 5px;
}
.social.fb{
background:#4171b9;
}
.social.insta{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fccc12+0,f12b80+50,7f499d+100 */
background: linear-gradient(45deg,  #fccc12 0%,#f12b80 50%,#7f499d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.social.twit{
background:#050706;
}
.social img{
width: 25px;
height: 25px;
object-fit: cover;
vertical-align: top;
}
.social:hover{
opacity:0.8;
}
.scene{
    position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.photocursor{
    width: 110%;
height: 110%;
position: absolute !important;
top: -5% !important;
left: -5% !important;
}
.photoscroll{
    height: calc(100% + 100px);
position: relative;
top: -100px;
}
.photoscroll div, .photoscroll img{
    position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
}
.heroreveal::before {
content: '';
background: #005ead;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 2;
-webkit-transition: all 1.5s ease-in-out;
-moz-transition: all 1.5s ease-in-out;
-o-transition: all 1.5s ease-in-out;
transition: all 1.5s ease-in-out;
transform-origin: 0% 100%;
}

.herorevealwhite{
position:relative;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}
.heroreveal.herorevealwhite::before{
background:#fff;
}
.heroreveal.onscreen::before {
transform: scaleY(0);
}
.heroreveal.herorevealwhite.onscreen::before{
transform: scaleX(0);
}
.herorevealheader{
position: relative;
width: 100%;
align-items: center;
display: flex;
color: #fff;
background: #005ead;
overflow: hidden;

height: auto;
min-height: auto;
}
.herorevealheaderalt{
position: relative;
width: 100%;
align-items: center;
display: flex;
color: #fff;
background: #005ead;
overflow: hidden;

height: auto;
min-height: auto;
}
.herocontent {
width: 90%;
max-width: 1500px;
margin: auto;
position: relative;
z-index: 3;
display: flex;
flex-direction: column;
justify-content: center;
height: auto;
min-height: calc(100vh - 5px);
padding-top: 140px;
padding-bottom: 80px;
}

.herorevealheaderalt .herocontent{
justify-content: flex-end;
min-height: 500px;
height: 100%;
}
.herorevealheaderalt::after, .herorevealheader::after{
content:'';
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005ead+0,005ead+100&1+0,0+100 */
background: linear-gradient(45deg,  rgba(0,94,173,1) 0%,rgba(0,94,173,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
}
.herocontentleft{
display:inline-block;
vertical-align:bottom;
width:70%;
padding-right:40px;
}
.herocontentright{
display:inline-block;
vertical-align:bottom;
width:30%;
}
.herocontentleft2{
display:inline-block;
vertical-align:bottom;
width:60%;
padding-right:40px;
}
.herocontentright2{
display:inline-block;
vertical-align:bottom;
width:40%;
position: relative;
}
.herorevealheaderplain::before{
background:#005195;
}
.herorevealheaderplain::after{
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/sound-black.svg);
width: 40%;
right: 2%;
max-width: 500px;
left: auto;
top: auto;
bottom: 0;
transform: rotateY(180deg);
opacity: 0.1;
background-repeat: no-repeat;
background-position: bottom right;
height: 100%;
}
.herorevealheaderctas::after{
content:'';
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}
.herorevealheaderctas .herocontent{
justify-content: flex-end;
}
.herorevealheaderctas {
position: relative;
width: 100%;
align-items: center;
display: flex;
color: #fff;
background: #005ead;
overflow: hidden;
height: auto;
min-height: auto;
}
.herorevealheaderctas .herocontentleft{
width: 50%;
background: #fff;
color: #081f32;
padding: 40px;
border-radius: 25px;
}
.herorevealheaderctas .herocontentright{
width:50%;
padding:40px;
padding-left:80px;
}
.gradline{
background: linear-gradient(to right,  #005ead 0%, #3db54a 25%,#a6cf4e 50%,#f6a53a 100%);
display:block;
width:100%;
height:5px;
}
.herorevealheader .herocontentinner{
max-width: 650px;
}
.herorevealheader p{
font-size: 18pt;
margin-bottom: 23px;
max-width: 530px;
line-height: 1.2;
}
.reducewidth{
width:80%;
max-width:1200px;
}
.watermark{
position:relative;
}
.watermark::before{
content: '';
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/sound-black.svg);
width: 40%;
max-width: 400px;
right: 10px;
left: auto;
position: absolute;
top: auto;
bottom: 40px;
transform: rotateY(180deg);
opacity: 0.1;
background-repeat: no-repeat;
background-position: bottom right;
height: 100%;
}
.split{
display:flex;
flex-wrap:wrap;
}
.splittext{
width:45%;
padding-bottom:80px;
padding-right:40px;
}
.splitimage{
width:55%;
position: relative;
border-radius: 25px;
overflow:hidden;
}
.underline{
display: inline-block;
position: relative;
line-height: 1.2;
font-weight: 700;
padding-left: 8px;
padding-right: 8px;
margin-bottom: 15px;
}
.underline::before{
content: '';
background: linear-gradient(to right,  #3db54a 0%,#a6cf4e 33%,#f6a53a 100%);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 8px;
z-index: -1;
opacity: 0.4;
}
.splittext ul, .lessonprices ul{
list-style: none;
}
.splittext li, .lessonprices li{
padding-left: 50px;
position: relative;
padding-top: 15px;
}
.splittext li::before, .lessonprices li::before{
content: '';
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/arrow3.svg);
width: 27px;
height: 27px;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 0;
bottom: 6px;
opacity: 0.4;
}
.homecarousel{
position:relative;
overflow:hidden;
}
.homecarousel .maincontent{
display:flex;
flex-wrap:wrap;
}
.hometuition{
width:30%;
background:#fff;
position: relative;
z-index: 5;
}
.homecarousel .swiper{
width: 70%;
padding-left: 60px;
overflow: visible;
position: relative;
}
.hometuition::after{
background: rgb(237,241,242);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
content: '';
width: 60px;
height: 100%;
position: absolute;
z-index: 2;
left: 100%;
top: 0;
pointer-events: none;
}
.instrumentslide{
position:relative;
overflow: hidden;
-webkit-mask-image: -webkit-radial-gradient(white, black);
border-radius: 25px;
text-decoration:none;
}
.instrumentslide::before{
content: "";
display: block;
padding-top: 125%;
}
.instrumentslide::after {
content: '';
width: 100%;
height: 100%;
bottom: 0px;
left: 0px;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 90%);
position: absolute;
z-index: 1;
}
.instrumentslideimage{

}
.instrumentslideimage img{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
object-fit: cover;
transition: all .5s ease-in-out;
}
.instrumentslide:hover .instrumentslideimage img{
transform: scale(1.1);
}
.instrumentslide:hover h4{
text-decoration:underline;
}
.instrumentslidecontent{
position: absolute;
bottom: 0px;
width: 100%;
padding: 20px;
left: 0px;
z-index:2;
color:#fff;
box-sizing: border-box;
}
.hometuition::before{
content:'';
background:#fff;
width:1000px;
height:100%;
right:100%;
position:absolute;
top:0;
}
.instrumentslidecontent h4{
margin-bottom:0;
font-size: 24pt;
}
.instrumentslidecontent p{
margin-bottom:0;
line-height: 1.2;
font-size: 12pt;
}
.instrumentcircle{
height: 35px;
width: 35px;
background: #fff;
border-radius: 50px;
position: absolute;
top: 15px;
left: 15px;
z-index: 1;
}
.instrumentcircle img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
padding: 5px;
box-sizing: border-box;
}
.instrumentarrow{
position: absolute;
top: 20px;
right: 25px;
z-index: 1;
width: 10px;
transform: rotate(-90deg);
}
.hometuition .swiperbuttons{
position:relative;
}
.swiperbuttons div{
background:#3bb44a;
width:46px;
height:46px;
display: inline-block;
border-radius:50px;
position:relative;
left:auto;
right:auto;
top:auto;
bottom:auto;
margin-top: 0;
margin-right:5px;
}
.swiperbuttons div:hover{
opacity:0.8;
}
.swiperbuttons div::after{
content: '';
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/arrow2-white.svg);
position:absolute;
width: 16px;
height: 16px;
top: 15px;
left: 15px;
background-repeat: no-repeat;
background-position: center;
}
.swiper-button-prev{
transform:rotate(90deg);
}
.swiper-button-next{
transform:rotate(-90deg);
}
.bluecontent{
background: #005ead;
color: #fff;
width: 98%;
max-width: 1620px;
margin: auto;
padding: 60px;
border-radius: 25px;
position: relative;
}
.homeeventsleft{
display:inline-block;
vertical-align:top;
width:50%;
padding-right:40px;
}
.homeeventsright{
display:inline-block;
vertical-align:top;
width:50%;
}
.homeeventsright iframe{
width:100%;
border-radius: 15px;
}
.quote{
padding-left: 50px;
box-sizing: border-box;
}
.quote::before{
content: '';
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/arrow3.svg);
width: 27px;
height: 27px;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 0;
top: 6px;
opacity: 0.4;
}
.footersound{
width: 40%;
max-width: 250px;
margin-right: 0;
margin-left: auto;
display: block;
transform: rotateY(180deg);
}
.oursuccess .swiper-pagination{
position: relative;
width: 90% !important;
margin: auto;
text-align: left;
}
.oursuccess .swiper-pagination span{
border-radius:0;
width: 20px;
background:#cce586;
}
.bluecontent::before{
content: '';
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/sound-black.svg);
width: 40%;
max-width: 400px;
right: 5%;
left: auto;
position: absolute;
top: auto;
bottom: 40%;
transform: rotateY(180deg);
opacity: 0.1;
background-repeat: no-repeat;
background-position: bottom right;
height: 100%;
}
.homeexpandtrigger{
display:none;
padding:10px;
border:solid 2px #081f32;
position:relative;
background: #fff;
}
.homeexpandtrigger::after{
content: '';
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/arrow2-blue.svg);
width: 20px;
height: 18px;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
right: 0;
top: 14px;
}
.swiper-pagination-bullet{
opacity:0.4 !important;
}
.swiper-pagination-bullet-active{
opacity:1 !important;
}
.ready{
display:inline-block;
margin-right:15px;
}
.herorevealheaderctasflip .herocontentinner{
display: flex;
flex-wrap:wrap;
flex-direction: row-reverse;
}
.herorevealheaderctasflip.herorevealheaderctas .herocontentright{
padding-right: 80px;
padding-left: 40px;
}
.ctaimagecontainer{
display:flex;
flex-wrap:wrap;
}
.ctaimagecontainer > div:nth-child(1){
width:65%;
padding-right:20px;
}
.ctaimagecontainer > div:nth-child(2){
width:35%;
border-radius: 20px;
overflow: hidden;
position:relative;
}
.ctaimagecontainer > div:nth-child(2) img{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
object-fit:cover;
}
.bluecontent h2, .bluecontent p{
position:relative;
}
.herocontentleft2 h1{
margin-bottom:30px;
}
.lessonlist{
margin-top:-50px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
position:relative;
z-index:3;
margin-bottom:60px;
}
.lessonlist a{
width: calc(20% - 20px);
margin: 10px;
}
.lessonlist::after {
  content: "";
  flex: auto;
}
.lessonslide::before{
content: "";
display: block;
padding-top: 80%;
}
.lessonslide img{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
}
.lessonslide{
border-radius:25px;
overflow:hidden;
}
.single-lessons .swiperbuttons{
position:absolute;
bottom:15px;
right:15px;
}
.lessoncontent{
margin-top: 30px;

max-width: 700px;
}
.lessonsinglecontent{
display:flex;
flex-wrap:wrap;
}
.lessonleft{
width:60%;
padding-right:80px;
}
.lessonright{
width:40%;
}
.lessonprices{
border:solid 2px #f2f3f3;
padding:30px;
border-radius:25px;
margin-bottom:20px;
max-width: 460px;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}
.canttravel{
padding:30px;
border-radius:25px;
background:url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/online-lessons.jpg);
color:#fff;
max-width: 460px;
margin-left: auto;
margin-right: auto;
position:relative;
overflow: hidden;
background-size:cover;
}
.canttravel strong{
font-size:16pt;
}
.canttravel::before{
content: '';
background: #000;
opacity: 0.3;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
}
.canttravel p{
position:relative;
}
.question{
background:#f2f3f3;
padding:20px;
border-radius:25px;
transition: all .6s ease;
cursor:pointer;
position:relative;
}
.question:hover{
text-decoration:underline;
}
.answer{
padding: 20px;
display: none;
padding-top: 0;
}
.question h3{
font-size: 16pt;
margin: 0;
padding-right: 30px;
}
.question.on{
background:#fff;
}
.question::before{
content: '';
position: absolute;
top: 30px;
right: 20px;
width: 15px;
height: 3px;
background: #081f32;
}
.question::after{
content: '';
position: absolute;
top: 24px;
right: 26px;
width: 3px;
height: 15px;
background: #081f32;
}
.question.on::after{
display:none;
}
.faqblock{
margin-top:10px;
}
.faqblock:nth-child(1){
margin-top:0px;
}
.lessonprices li{
padding-top:0;
margin-bottom:15px;
line-height:1.1;
}
.lessonprices strong{
font-size:16pt;
}
.formcontainer label, .formcontainer legend{
color:#fff !important;
font-size:13pt !important;
}
.gfield_checkbox > div{
display:inline-block;
vertical-align:top;
}
.gfield_checkbox{
display:block !important;
}
.gfield_checkbox > div label{
margin-right: 20px !important;
margin-left: 5px !important;
}
.gfield_required{
display:none !important;
}
.gform_button{
border: none !important;
border-radius: 30px !important;
color: #fff !important;
display: inline-block !important;
font-weight: 700 !important;
overflow: hidden !important;
padding: 12px 24px 12px 24px !important;
position: relative !important;
text-align: center !important;
white-space: nowrap !important;
z-index: 1 !important;
text-transform: uppercase !important;
text-decoration: none !important;
background: #fff !important;
color: #005ead !important;
font-size:14pt !important;
}
.gform_button:hover{
opacity:0.8 !important;
}
.register::before{
display:none;
}
.lightblue{
background:#f2f3f3;
color: #081f32;
}
.dates{
display:inline-block;
vertical-align:top;
width:60%;
padding-right:80px;
}
.times{
background:#081f32;
color:#fff;
display:inline-block;
vertical-align:top;
width:40%;
border-radius:25px;
padding:30px;
}
.negativemargin{
margin-top:-60px;
position:relative;
z-index:2;
}
.dates tr:nth-child(odd){
background:#fff;
}
.dates tr:nth-child(1){
background:#e5eaea;
}
.dates tr:hover{
background:#e5eaea;
}
.dates table{
width:100%;
margin-bottom: 15px;
border-spacing: 0px;
}
.times td{
padding-right:30px;
}
.dates td, .dates th{
padding-left:10px;
padding-right:10px;
width:50%;
}
.pricelist{
list-style:none;
}
.pricelist li{
display:inline-block;
padding-left: 50px;
box-sizing: border-box;
vertical-align:top;
position:relative;
width:32%;
padding-right:40px;
margin-bottom:15px;
}
.pricelist li::before{
content: '';
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/arrow3.svg);
width: 27px;
height: 27px;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 0;
top: 6px;
opacity: 0.4;
}
.priceselect{
border-radius: 30px;
color: #005ead;
display: inline-block;
font-weight: 700;
border:solid 2px #005ead;
background:#fff;
padding: 12px 20px 12px 20px;
cursor:pointer;
margin-right:5px;
}
.priceselect.on{
background:#005ead;
color:#fff;
}
.pricecontent{
display:none;
}
.pricecontent.on{
display:block;
}
.page-template-hire .herorevealheaderctas h4{
margin-bottom:0;
}
.aboutleft{
display:inline-block;
width:60%;
vertical-align:top;
padding-right:80px;
}
.aboutright{
display:inline-block;
width:40%;
vertical-align:top;
}
.scroller{
position: relative;

display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
line-height: 1;

color: #483b6a;
margin-top: -40px;
}
.scrollerinner {
white-space: nowrap;
z-index: 2;
position: relative;
}
.scrollerinner > div{
-webkit-animation: scroll 60s linear infinite;
animation: scroll 60s linear infinite;
width: 110%;
display: inline-block;
transform: translateX(-0px);
}
.scrollerframe {
display: inline-block;
width: calc(25% - 15px);
margin-right: 15px;
position: relative;
}
.scrollerframe::before {
content: "";
display: block;
padding-top: 80%;
}
.scrollerframe img {
position: absolute;
width: calc(100% - 8px);
height: calc(100% - 8px);
top: 4px;
left: 4px;
object-fit: cover;
border-radius: 25px;
overflow: hidden;
}

/* Standard syntax */
@keyframes scroll {
   0% {
    -webkit-transform: translateX(00%);
   }
    
    100% {
    -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll {

 0% {
    -webkit-transform: translateX(00%);
   }
    
    100% {
    -webkit-transform: translateX(-100%);
    }
}


.ensembles .split{
flex-direction: row-reverse;
padding-bottom:0 !important;
margin-top:0 !important;
}
.page-template-ensembles .splittext{
padding-top:80px;
}
.ensembles .splittext{
padding-left:40px;
padding-top: 130px;
}
.ensembles{
margin-top: -50px;
position:relative;
z-index: 2;
}
.darkgrad{
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index:1;
}
.classes{
display:inline-block;
vertical-align:top;
width:calc(33% - 16px);
margin-right:15px;
}
.classesimage{
position:relative;
background:#000;
border-radius:25px;
overflow:hidden;
margin-bottom:15px;
}
.classesimage::before {
content: "";
display: block;
padding-top: 55%;
}
.classesimage img{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
object-fit: cover;
opacity:0.6;
}
.classesimage h3{
position:absolute;
bottom:0px;
left:0;
padding:20px;
color:#fff;
margin:0;
padding-left:25px;
}
.map img{
width:100%;
}
.page-template-contact .herocontentright, .page-template-facilities .herocontentright{
text-align:right;
}
.page-template-contact .herocontentright p, .page-template-facilities .herocontentright p{
max-width: 270px;
margin-right: 0;
margin-left: auto;
}
.formalt label, .formalt legend {
color: #081f32 !important;
font-size: 13pt !important;
}
.formalt .gform-theme--foundation .gform_fields {
grid-row-gap: 10px !important;
}
.formalt .gform-theme--foundation .gfield textarea.large {
min-block-size: 150px;
}
.formalt .gform_button{
background: #005ead !important;
color:#fff !important;
}
.contactarea{
display: block;
z-index: 1;
position: relative;
padding: 40px;
padding-bottom:0;
}
.contactdiv{
background:#fff;
border-radius:25px;
margin-bottom:40px;
padding:40px;
}
.contacticon{
display: inline-flex;
width: 90px;
vertical-align: top;
border: solid 1px #005ead;
border-radius: 50px;
height: 90px;
padding: 20px;
align-content: center;
}
.contacticon img{
width:100%;
}
.contactinfo{
display:inline-block;
width:calc(100% - 90px);
vertical-align:top;
padding-left:30px;
}
.contact1 .splittext{
padding-left:80px;
}
.contact2 .splittext{
padding-right:80px;
padding-top:40px;
}
.contactmap{
width:100%;
vertical-align:top;
}
.centertext{
margin-top:200px;
width:90%;
max-width:900px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.centertext p{
font-size:16pt;
}
.profile{
position:relative;
border-radius: 25px;
overflow: hidden;
background:#000;
cursor:pointer;
}
.profile::before{
content: "";
display: block;
padding-top: 125%;
}
.profile::after{
content: '';
width: 100%;
height: 100%;
bottom: 0px;
left: 0px;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 90%);
position: absolute;
z-index: 1;
}
.profileimage{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}
.profileimage img{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
object-fit: cover;
transition: all .5s ease-in-out;
}
.profile:hover .profileimage img{
transform: scale(1.1);
}
.profilecontent{
position:absolute;
width:100%;
left:0;
bottom:0;
padding: 5px;
box-sizing: border-box;
z-index:2;
}
.staffname{
background: #fff;
border-radius: 20px;
display: inline-block;
padding: 10px;
padding-left: 15px;
padding-right: 20px;
}
.staffname strong{
display:block;
}
.senior{
background: #005ead;
border-radius: 10px;
display: inline-block;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
position: relative;
color: #fff;
font-weight: 700;
left: 10px;
bottom: -5px;
font-size:10pt;
}
.profile:nth-child(odd){
margin-top: 50px;
}
.bio{
display:none;
margin-left:auto;
margin-right:auto;
}
.bio.on{
display:block;
}
.profilebuttons{
position:absolute;
top:10px;
right:10px;
color:#fff;
z-index: 2;
}
.profilebuttons span{
background: #3bb44a;
vertical-align: middle;
display: inline-block;
font-weight: 700;
font-size: 10pt;
padding: 5px;
border-radius: 50px;
padding-left: 10px;
padding-right: 10px;
}
.profilebuttons div{
background: #3bb44a;
width: 40px;
height: 40px;
display: inline-block;
border-radius: 50px;
position: relative;
left: auto;
right: auto;
top: auto;
bottom: auto;
margin-top: 0;
margin-right: 5px;
vertical-align: middle;
margin-left: 7px;
}
.profilebuttons div::before{
content: '';
position: absolute;
top: 19px;
right: 13px;
width: 14px;
height: 2px;
background: #fff;
}
.profilebuttons div::after{
content: '';
position: absolute;
top: 13px;
right: 19px;
width: 2px;
height: 14px;
background: #fff;
}
.profile:hover .profilebuttons div, .profile.on .profilebuttons div, .profile:hover .profilebuttons span{
background:#fff;
color:#3bb44a;
}
.profile:hover .profilebuttons div::before, .profile:hover .profilebuttons div::after, .profile.on .profilebuttons div::before{
background:#3bb44a;
}
.profile.on .profilebuttons span{
display:none;
}
.profile.on .profilebuttons div::after{
display:none;
}
.bio h2 span{
display:block;
font-weight:300;
}
.hasborder{
display:flex;
border:solid 2px #f2f3f3;
background:#fff;
margin-bottom: 40px;
margin-top: 100px;
color: #081f32;
padding:0;
overflow: hidden;
flex-wrap:wrap;
}
.hasborderleft{
width:50%;
padding: 60px;
}
.hasborderright{
width:50%;
background-size:cover !important;
background-repeat:no-repeat !important;
background-position: center !important;
}
.teamslider .swiperbuttons{
margin-right: 0;
margin-left: auto;
display: block;
width: 110px;
top: -20px;
position: relative;
}
.eventlink{
display:block;
margin-bottom:15px;
}
.eventcontent{
max-width:1200px;
}
.datetime{
font-weight:700;
font-size:18pt;
text-align:right;
}
.page-template-forms .bluecontent::before{
display:none;
}
.formsection{
margin-bottom: 40px;
}
#menu-item-41 .sub-menu{
width: 280px;
}




























@media (max-width: 1200px) {

.lessonlist a{
width: calc(25% - 20px);
margin: 10px;
}
}


@media (max-width: 1100px) {
.headerlogo {
width: 150px;
}
}








@media (max-width: 1040px) {

#menu-item-41 .sub-menu{
width: 100%;
}


#trigger-overlay{
    display: block;
width: 35px;
height: 35px;
position: fixed;
top: 30px;
right: 30px;
z-index: 999;
padding: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.triggerinner{
    display: block;
width: 35px;
height: 24px;
position: relative;
top: 3px;
}
#trigger-overlay .menuline1, #trigger-overlay .menuline2, #trigger-overlay .menuline3{
    background: #005ead;
    height: 4px;
width: 30px;
border-radius: 5px;
position: absolute;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
body.black #trigger-overlay .menuline1, body.black #trigger-overlay .menuline2, body.black #trigger-overlay .menuline3{
    background: #fff;
}
#trigger-overlay .menuline1{
top: 0;
left: 0;

}
#trigger-overlay .menuline2{
top: 10px;
left: 0;
}
#trigger-overlay .menuline3{
bottom: 0;
left: 0;
}
#trigger-overlay.checked .menuline1{
    -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
top: 9px;

}
#trigger-overlay.checked .menuline2{
height: 4px;
width: 0;
left: 17px;

}
#trigger-overlay.checked .menuline3{
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
bottom: 11px;
left: 0;

}
.menucontainer{
width:100%;
padding: 0;
top: 0;

}
.menu-overlay{
    opacity: 0;
visibility: hidden;
-webkit-transition: opacity .8s,visibility 0s .8s;
transition: opacity .8s,visibility 0s .8s;
-webkit-overflow-scrolling: touch;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow-y: scroll;
z-index: 6;
background: #000;
color:#fff;
padding-top: 120px;
display: block;
display:block;
}
.menucontainer::before{
display:none;
}
.menu-overlay.on{
    opacity: 1;
visibility: visible;
-webkit-transition: opacity .8s;
transition: opacity .8s;
}
.menuinner{
    opacity: .4;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform .8s,opacity .8s;
transition: transform .8s,opacity .8s;
}
.menu-overlay.on .menuinner{
    opacity: 1;
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.menu-overlay.on{
    background: #005ead;
    opacity: 1 !important;
-webkit-transform: translateY(0%) !important;;
-ms-transform: translateY(0%) !important;;
transform: translateY(0%) !important;;
}

.headerlogo{
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
background: RGBA(244,244,244,.7);
z-index:7;
width: calc(100% - 20px);
margin: auto;
border-radius:50px;
margin-top: 10px;
padding: 20px;
padding-top:15px;
padding-bottom:15px;
}
.headerlogoinner{
width: 130px;
display: block;
}




.menuinner ul{
    width:90%;
    
    margin:auto;
    font-size: 28pt;
}
.menuinner li{
    display:inline-block;
    width:100%;
    -webkit-transition: -webkit-transform .8s,opacity .8s;
transition: transform .8s,opacity .8s;
opacity:0;
border-bottom: solid 1px RGBA(255,255,255,.2);
}
.mobilemenu > a, .mobilemenu > div{
-webkit-transition: -webkit-transform .8s,opacity .8s;
transition: transform .8s,opacity .8s;
opacity:0;
}
.menuinner li a{
    text-decoration: none;
padding: 10px;
padding-left: 15px;
display: block;
padding-right: 15px;
font-weight: 700;
color:#fff;
}
.menuinner > ul > li > a{
color:#fff;
display: block;
}
.menuinner li a:hover{
    opacity: 0.5;
}
.menu-overlay.on .menuinner li, .menu-overlay.on .mobilemenu > a, .menu-overlay.on .mobilemenu > div{
    opacity: 1;
    -webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);

}
.menu-overlay.on .menuinner li:nth-child(1){
    transition-delay: .4s;
}
.menu-overlay.on .menuinner li:nth-child(2){
    transition-delay: .5s;
}
.menu-overlay.on .menuinner li:nth-child(3){
    transition-delay: .6s;
}
.menu-overlay.on .menuinner li:nth-child(4){
    transition-delay: .7s;
}
.menu-overlay.on .menuinner li:nth-child(5), .menu-overlay.on .menuinner .mobilemenutrial{
    transition-delay: .8s;
}
.menu-overlay.on .menuinner li:nth-child(6), .menu-overlay.on .menuinner .mobilemenuemail{
    transition-delay: .9s;
}
.menu-overlay.on .menuinner .mobilemenuphone{
    transition-delay: 1s;
}
.mobilemenu{
display:block;
width:90%;
margin-left: auto;
margin-right: auto;
}
.menuinner > ul > li > .sub-menu{
position:relative;
opacity: 1;
visibility: visible;
width: 100%;
left: 0;
}
.menuinner > ul > li > .sub-menu > li > a, .sub-menu .sub-menu > li a{
color: #081f32;
}
.menuinner > ul > li > .sub-menu{
padding:10px;
display:none;
}
.menuinner > ul > li > .sub-menu > li > a{
font-size:20pt;
}
.menuinner > ul > li.menu-item-has-children > a{
pointer-events:none;
}
.menuinner > ul > li.menu-item-has-children > a::after{
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/arrow2-white.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
right: 0;
top: 25px;
height: 20px;
}
.headerbook{
display:none;
}
.menuinner > ul > li > a::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

}
.menuinner > ul > li.open > .sub-menu{
display:block;
margin-bottom:15px;

}
.menuinner > ul > li:hover > a{
color:#fff;
}
.mobilemenu > a, .mobilemenu > div{
display:block;
padding: 10px;
text-decoration: none;
font-weight: 700;
padding-left: 5px;
padding-right: 5px;
font-size: 28pt;

}
.mobilemenuemail{
margin-top:20px;
}
.footer1 .maincontent > div, .footer1 .maincontent > div:nth-child(2){
width:33.33%;
}
.footer1 .maincontent > div:nth-child(4){
width:100%;
padding-top:30px;
text-align:left;
}
.splittext{
width:100%;
}
.bluecontent{
padding-left:4%;
padding-right:4%;
}
.homecarousel .swiper{
width: 50%;
margin-left: 0;
}
.hometuition{
width:40%;
}
.homeeventsleft{
width:100%;
margin-bottom:40px;
}
.homeeventsright{
width:100%;
}
.herocontent{
height: auto;
min-height: 60vh;
}
.splitimage::before{
content: "";
display: block;
padding-top: 80%;
}
.splitimage{
width:80%;
}
.ctaimagecontainer > div:nth-child(2){
display:none;
}
.ctaimagecontainer > div:nth-child(1){
width:100%;
padding-right:0;
}
.lessonlist a{
width: calc(33% - 10px);
margin: 10px;
margin-left:0;
}
.instrumentslidecontent h4{
margin-bottom: 5px;
font-size: 24pt;
line-height: .8;
}
.lessonright {
width: 50%;
}
.lessonleft {
width: 50%;
padding-right: 20px;
}
.lessonprices strong {
font-size: 14pt;
}
.question h3 {
font-size: 14pt;
}
.lessonprices{
padding:20px;
}
.dates{
width:100%;
padding-right:0;
margin-bottom:20px;
}
.times{
width:100%;
}
.page-template-dates .herorevealheaderalt .herocontentleft{
width:100%;
}
.page-template-dates .herorevealheaderalt .herocontentleft h1{
margin-bottom:0;
}
.page-template-dates .herorevealheaderalt .herocontent{
min-height:0;
}
.priceselect{
padding: 8px 16px 8px 16px;
}
.pricelist li{
width:48%;
}
.herorevealheaderctas .herocontentright{
padding-left: 40px;
}
.aboutleft{
display:inline-block;
width:100%;
vertical-align:top;
padding-right:0px;
margin-bottom: 20px;
}
.aboutright{
display:inline-block;
width:100%;
vertical-align:top;
}
.herorevealheaderalt .herocontentleft{
width:100%;
}
.herorevealheaderalt .herocontentright{
width:100%;
}
.ensembles .splittext {
padding-left: 0px;
padding-top: 130px;
}
.ensembles{
margin-bottom: -80px;
}
.ensembles .splitimage{
margin-left: 0;
margin-right: auto;
}
.classes {
display: inline-block;
vertical-align: top;
width: calc(49% - 16px);
margin-right: 15px;
}
.page-template-contact .herocontentright p, .page-template-facilities .herocontentright p{
max-width:100%;
}
.page-template-contact .herocontentright, .page-template-facilities .herocontentright{
text-align:left;
}
.contact1 .splitimage::before, .contact2 .splitimage::before {
display:none;
}
.contact1 .splitimage, .contact2 .splitimage{
width:100%;
}
.teamslider{
width: 100%;
margin-left: 0;
padding-right: 20%;
overflow: hidden;
position: relative;
z-index: 1;
}
.teamslider .swiper{
overflow:visible;
padding-left: 5%;
}
.hasborder{
padding-left:0;
padding-right:0;
}
.hasborderleft {
padding: 30px;
}
.teamslider .swiperbuttons{
margin-right: auto;
margin-left: 5%;
display: block;
width: 110px;
top: 0px;
position: relative;
}
.datetime{
font-weight:700;
font-size:16pt;
text-align:left;
}
}













@media (max-width: 700px) {

body{
font-size:13pt;
}
  .menuinner ul, .mobilemenu a, .mobilemenu div{
    
    font-size: 16pt;
  }
  .menuinner > ul > li.menu-item-has-children > a::after{
  top: 18px;
height: 12px;
  }
  .menuinner > ul > li > .sub-menu > li > a{
  font-size:14pt;
  }
  .footer1 .maincontent > div{
  width:100%;
  padding-right:20px;
  }
.footer1 .maincontent > div:nth-child(2), .footer1 .maincontent > div:nth-child(3){
width: 100%;
margin-top:0px;
}
.paddingtop {
padding-top: 60px;
}
.paddingbottom {
padding-bottom: 60px;
}
.footer1 ul a{
display:block;
line-height:1.2;
margin-bottom:5px;
}
.herocontentleft, .herocontentleft2{
width:100%;
padding-right:0;
}
.herocontentright, .herocontentright2{
width:100%;
}
.herorevealheaderctas .herocontentleft{
width:100%;
padding: 20px;

}
.herorevealheaderctas .herocontentright, .herorevealheaderctasflip.herorevealheaderctas .herocontentright{
width:100%;
padding:30px;
padding-left: 20px;
padding-right: 20px;
}
.herocontent{
min-height: auto;
height: auto;
}
.times{
padding:20px;
}
h1{
font-size:45pt;
}
.herorevealheaderplain::after{
width:80%;
}
.herocontent{
padding-top:110px;
}
.herorevealheader .link1.transparent{
padding-left:0;
margin-top:10px;
}
.footerlogo{
display:none;
}
.footertoggle1, .footertoggle2, .footertoggle3{
display:none;
}
.footertoggle1.on, .footertoggle2.on, .footertoggle3.on{
display:block;
padding-bottom:20px;
}
.footertrigger1::after, .footertrigger2::after, .footertrigger3::after{
content:'';
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/arrow2-white.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
right: 0;
top: 0px;
height: 20px;
width: 6px;
}
.footer1 h5{
position:relative;
}
.reducewidth{
width:90%;
}
.splitimage{
width:100%;
}
.hometuition {
width: 100%;
margin-bottom:20px;
}
.homecarousel .swiper {
width: 70%;
margin-left: 0;
padding-left: 0;
}
.homecarousel .swiper::before{
display:none;
}
.bluecontent{
width:100%;
border-radius:0;
padding-left: 5%;
padding-right: 5%;
}
.margintop {
margin-top: 60px;
}
.marginbottom {
margin-bottom: 60px;
}
.paddingtop {
padding-top: 60px;
}
.paddingbottom {
padding-bottom: 60px;
}
.bluecontent::before{
top: 20px;
bottom: auto;
height: 120px;
}
.homeexpandtrigger{
display:block;
}
.homeexpandtrigger.on{
display:none;
}
.homeexpandcontent{
display:none;
}
.homeexpandcontent.on{
display:block;
}
.splittexthome{
padding-bottom:0;
}
.splitimage.homeexpandcontent{
margin-top:60px;
}
.page-template-home .herocontent{
padding-bottom: 40px;
padding-top: 180px;
}
h1 {
font-size: 40pt;
}
.herorevealheaderalt::after, .herorevealheader::after{
background: linear-gradient(0deg,  rgba(0,94,173,1) 0%,rgba(0,94,173,0) 100%);
}
.page-template-home .herowrapper{
opacity:0.7;
}
.mobilemenuemail{
font-weight: 300 !important;
padding-bottom: 0 !important;
}
.mobilemenuphone{
font-weight: 300 !important;
}
.mobilemenuphone a{
text-decoration:none;
}
.hometuition::after{
display:none;
}
.herorevealheaderplain::after{
background: url(https://www.harrogatemusicschool.com/wp-content/themes/hms/images/sound-black.svg);
background-repeat: no-repeat;
background-position: bottom 20px right;
}
.herocontentleft2{
margin-bottom:30px;
}
.lessonlist a{
width: calc(100% - 0px);
margin: 10px;
margin-left:0;
margin-right:0;
}
.lessonlist .instrumentslide::before {
content: "";
display: block;
padding-top: 55%;
}
.lessonleft {
width: 100%;
padding-right:0;
margin-bottom:20px;
}
.lessonright {
width: 100%;
}
.gform-theme--foundation .gform_fields{
grid-row-gap: 20px !important;
}
.gfield_checkbox > div{
margin-bottom:5px;
}
.priceselect{
margin-bottom: 5px;
width: calc(33% - 5px);
vertical-align: top;
line-height: 1.1;
text-align: center;
font-size: 10pt;
display: inline-flex;
height: 56px;
align-items: center;
box-sizing: border-box;
}
.pricelist li {
width: 100%;
padding-right:0;
font-size: 12pt;
padding-left: 40px;
}
.dates table{
font-size: 12pt;
}
h2{
font-size: 34pt;
}
.scroller{
overflow: hidden;
padding-top: 20px;
margin-top: -70px;
}
.scrollerframe {
display: block;
width: 90%;
position: absolute;
top: 0px;
left: 5%;
}
.scrollerinner > div{
animation: none;
width: 100%;
display: block;
padding-top: 80%;
}
.scrollerframe::before{
content: "";
display: block;
padding-top: 80%;
}
.scrollerinner > div:nth-child(2) {
display: none;
}
.scroller .scrollerinner > div > div:nth-child(2), .scroller .scrollerinner > div > div:nth-child(3), .scroller .scrollerinner > div > div:nth-child(4) {
display: none;
}

.scroller.showpic2 .scrollerinner > div > div:nth-child(2), .scroller.showpic3 .scrollerinner > div > div:nth-child(3), .scroller.showpic4 .scrollerinner > div > div:nth-child(4) {
display: block;
}
.scroller .scrollerinner > div > div:nth-child(1){
    transform:rotate(2deg);
}
.scroller .scrollerinner > div > div:nth-child(2){
    transform:rotate(-5deg);
}
.scroller .scrollerinner > div > div:nth-child(3){
    transform:rotate(5deg);
}
.scroller .scrollerinner > div > div:nth-child(4){
    transform:rotate(-10deg);
}
.scrollwrap{

}
.classes {
display: inline-block;
vertical-align: top;
width: 100%;
margin-right: 0px;
}
.contact2 .splittext {
padding-right: 0px;
padding-top: 60px;
padding-bottom:20px;
}
.ensembles .splittext{
padding-right:0;
padding-bottom:40px;
}
.contactarea{
padding:20px;
padding-bottom:0;
}
.contactdiv {
margin-bottom: 20px;
padding: 20px;
}
.contacticon{
height: 50px;
padding: 10px;
width:50px;
}
.contactinfo {
display: inline-block;
width: calc(100% - 50px);
vertical-align: top;
padding-left: 10px;
font-size:12pt;
}
.contactemail{
font-size:10pt;
}
.centertext p {
font-size: 13pt;
}

.hasborderleft{
width:100%;
}
.hasborder {
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
}
.teamslider {
padding-right: 40%;
}
.staffname{
font-size: 11pt;
line-height: 1.1;
padding-top: 15px;
}

.senior, .profilebuttons span{
font-size:9pt;
}
.profile:nth-child(odd) {
margin-top: 30px;
}
.centertext {
margin-top: 120px;
}
.herorevealheader p{
font-size: 15pt;
}
.page-template-home .herocontent{
height:calc(100vh - 10px);
}
.page-template-ensembles .splittext{
padding-right:0;
}
.pricelist li::before, .splittext li::before, .lessonprices li::before, .quote::before{
width: 20px;
height: 20px;
}
.splittext li, .lessonprices li, .pricelist li, .quote{
padding-left:30px;
}
.lessonprices strong {
font-size: 13pt;
}
.splittext li::before, .lessonprices li::before{
bottom:3px;
}
.profilebuttons{
top: 5px;
right: 0px;
}
.hasborderright{
height: 200px;
width: 100%;
}
}







