/*!
Theme Name: The Bayly School of Reflexology
Theme URI: http://underscores.me/
Author: James Monk Design
Author URI: https://www.jamesmonkdesign.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bayly
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Bayly School of Reflexology is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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;
	-webkit-text-size-adjust: 100%;
}

/* 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 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

/**
 * 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, monospace;
	font-size: 1em;
}

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

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

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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, monospace;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2D2772;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-weight: normal;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #2D2772;
}

a:hover,
a:focus,
a:active {
	color: #9B5FA3;
}

a:hover,
a:active {
	outline: 0;
}

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

#wpcf7-f200-p120-o1 {
    margin-bottom: 50px;    
}

.page div.wpcf7-response-output {
    padding: 15px;
    margin: 20px 0 10px;
    font-size: 1em;
}

.page span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 0.9em;
    margin-top: 5px;
}

.page .cf7sr-g-recaptcha-invalid span.wpcf7-not-valid-tip {
    text-align: center;
    font-size: 1em;
}

label {
    font-weight: bold;
}

.wpcf7 fieldset {
    width: 50%;
    float: left;
    border: none;
    margin: 0;
    padding: 0 10px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;        
}

.wpcf7 fieldset:last-of-type {
    float: right;
    padding-right: 0;
    padding-left: 10px;
}

.wc-block-components-button,
.wpcf7 button,
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"] {
        display: block;
        -webkit-appearance: none;
        border: none;
        cursor: pointer;
    	width: 100%; 
		background-color: #2D2772;
		border: 2px solid #2D2772;
		padding: 15px 28.5px;
		color: #fff;
		float: none;
		clear: both;
		border-radius: 0;
		display: inline-block;
		transition: transform .1s;
		font-weight: bold;
}

.wc-block-components-button:hover,
.wpcf7 button:hover,
.wpcf7 input[type="button"]:hover,
.wpcf7 input[type="reset"]:hover,
.wpcf7 input[type="submit"]:hover {
	transform: scale(1.02);
}

.wpcf7 p {
	margin: 0;
	padding: 20px 0 0;
	clear: both;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: rgba(39,40,46,1);
    font-size: 1em;
	border: none;
	padding: 10px;
    width: 100%;
    background-color: #fff;
}

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="range"]: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,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

.cf7sr-g-recaptcha {
    display: inline-block;
    margin-top: 0px;
}

.red {
    color: red;
}

span.wpcf7-list-item {
    margin: 10px 0 0;
    display: block;
}
.woocommerce div.product form.cart .variations th {
	padding-top: 25px;
}

.woocommerce div.product form.cart .variations select {
	margin-top: 20px;
	margin-right: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    text-align: left;
    padding-top: 15px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 300px;
    color: #aaa;
    background: rgba(0, 0, 0, 0.75); 
    padding: 10px 15px;
}

.main-navigation ul ul a:hover {
    color: #fff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
    display: inline-block;
    font-size: 1em;
    margin-left: 30px;
}

.main-navigation li:first-of-type {
    margin-left: 0;
}

.main-navigation .sub-menu li {
    margin-left: 0;
}

.main-navigation a:hover {
    color: #0072C0;
}

.main-navigation li.current-menu-item a {
	color: #9B5FA3;
}

.main-navigation li.current-menu-item .sub-menu a {
    color: #fff;
}

.main-navigation li.current-menu-item .sub-menu a:hover {
    color: #0072C0;
}

.main-navigation li.menu-item-has-children {
    background-image: url(img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.main-navigation li.current-menu-item.menu-item-has-children {
    background-image: url(img/down-arrow-blue.png);
}

.main-navigation li.menu-item-has-children:hover {
    background-image: url(img/down-arrow-green.png);
}

.main-navigation a {
	display: block;
	color: #2E2873;
	text-decoration: none;
}

.main-navigation li.btn a {
	background-color: #2E2873;
	border: 2px solid #2E2873;
	color: #fff;
	padding: 7.5px 15px;
	font-weight: bold;
	transition: transform .1s;
}

.main-navigation li.btn a:hover {
	transform: scale(1.02);
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/*--------------------------------------------------------
# General Site Styles */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; 
}

.vertical-wrapper {
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;  
}

.vertical-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%); 	
}

.center-content {
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

section::after,
.center-content::after {
    content: '';
    display: block;
    clear: both;    
}


/*--------------------------------------------------------
# General Header Styles */

header {
	border-top: 7px solid #9B5FA3;
	padding: 50px 0;
}

#logo {
	float: left;
	width: 30%;
	padding-top: 5px;
}

#logo img {
	vertical-align: bottom;
}

#contacts {
	margin: 5px 0 10px;
}

#contacts-menu {
	float: right;
	width: 70%;
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
}

#phone-number,
#email-address,
#social-media-links {
	display: inline-block;
	margin-right: 45px;
	vertical-align: middle;
}

#social-media-links { 
	margin-right: 0;
}

#email-address {
	margin-right: 22.5px;
}

#contacts a {
	text-decoration: none;
	color: #2D2772;
}

#contacts #phone-number a i,
#contacts #email-address a i {
	font-size: 1.25em;
	color: #9B5FA3;
}

ul#social-media-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

#social-media-links i {
	font-size: 1.875em;
}

#social-media-links i:hover {
	transform: scale(1.02);
}

#strap {
	background-color: #2D2772;
	color: #fff;
	text-align: center;
	padding: 15px;
}

#strap h2 {
	font-weight: bold;
	font-size: 1.25em;
}


/*--------------------------------------------------------
# Blue Box Scroller Styles */

.blue-box-scroller-box {
	background-image: url(/wp-content/themes/bayly/img/blue-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: cover;		
	margin-bottom: 50px;
}

.blue-box-scroller-box .overlay {
	background-color: rgb(45, 39, 114, 0.8);
	padding: 50px 0;
	text-align: center;
	color: #fff;
}

.blue-box-scroller-box .thumb {
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: cover;	
	transition: transform .4s;
}

.blue-box-scroller-box .thumb:hover {
	transform: scale(1.04);
}

.blue-box-scroller-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blue-box-scroller-box li .overlay {
	background-color: rgb(0, 0, 0, 0.2);	
	height: 370px;
}

.blue-box-scroller-box li a {
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}

.blue-box-scroller-box h2 {
	font-size: 2.1875em;
}

.blue-box-scroller-box button {
	background: none;
	font-size: 4.6875em;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 0;
}

#page-content .wp-block-woocommerce-checkout {
	padding-top: 0;
}


/*--------------------------------------------------------
# Testimonials Block Styles */

.all-testimonials ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.testimonial-content {
	display: block;
	width: 85%;
	float: right;
	padding-left: 20px;
}

.testimonial-img {
	border-radius: 50%;
	border: 3px solid #fff;
	height: 150px;
	width: 15%;
	max-width: 150px;
	min-width: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-shadow: 2px 2px #666;
	padding: 5px;
	float: left;
}

.all-testimonials li {
	padding: 50px 0;
}

.all-testimonials li:first-of-type {
	padding-top: 0;
}

.all-testimonials li:nth-child(even) {
	background: #eee;
}

.all-testimonials li p {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #666;
}

.all-testimonials h3 {
	font-weight: bold;
	font-size: 1em;
}


/*--------------------------------------------------------
# Carousal Feature Styles */

button.auto {
	display: none;
}

.tns-outer {	
	z-index: 2;
	position: relative;
}

.slider-wrapper {
	position: relative;	
}

.controls {
	position: absolute;
	margin-top: 0;
	top: 40%;
	z-index: 1;
	width: 100%;
}

.controls .next {
    float: right;
	border: none;
	margin-right: -60px;
	background: none;
	cursor: pointer;
}

.controls .previous {
    float: left;	
	border: none;
	background: none;
	cursor: pointer;	
	margin-left: -60px;
}


/*--------------------------------------------------------
# Contact Details Block Styles */

.contact-details {
	padding-bottom: 50px;
}

.row-content p {
	font-size: 1.1875em;
	margin-bottom: 15px;
}

.row-image {
	float: left;
	width: 50%;
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center center;
  	height: 500px;
}

.row-content {
	float: right;
	width: 50%;
	padding-left: 45px;
	padding-top: 15px;
}

.row-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.row-content li {
	padding: 10px 0;
}

.row-content a {
	text-decoration: none;
}

.row-content li::after {
	content: "";
	clear: both;
	display: table;
}

.row-content h2 {
	font-size: 2.1875em;
}

.icon {
	display: inline-block;
	vertical-align: top;
}

.icon i {
	font-size: 2em;
	border-radius: 50%;
	border: 2px solid #2E2873;
	text-align: center;
	max-width: 55px;
	line-height: 50px;
	width: 65px;
	color: #2E2873;
}

.contact-detail {
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

.contact-detail p {
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------
# About Block Styles */

.intro p {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.about {
	margin-bottom: 50px;
}

.about aside {
	float: left;
	width: 50%;
	padding-right: 22.5px;
}

.about article {
	float: right;
	width: 50%;
	padding-left: 22.5px;
	padding-top: 10px;
}

.row-content h2,
.about article h1 {
	color: #9B5FA3;
	font-size: 2.25em;
	background-image: url(/wp-content/themes/bayly/img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 66px 58px;
	padding-left: 75px;
	line-height: 58px;
}

.about article p {
	font-size: 1.125em;
}

.about article p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*--------------------------------------------------------
# Members Area Section Styles */

.tml {
	margin-bottom: 55px;
}
  
ul.tml-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page-content  .tml-field {
  	width: 100%;
	border: none;
	background: #fff;
	outline: none;
	resize: none;
	height: 45px;
	padding: 0 20px;
	border: 1px solid #ccc;
  }
  
.tml-rememberme-wrap {
	display: none;
}
  
button.tml-button {
	display: block;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	width: 100%;
	background-color: #9B5FA3;
	border: 2px solid #9B5FA3;
	padding: 15px 28.5px;
	color: #fff;
	float: none;
	clear: both;
	border-radius: 0;
	display: inline-block;
	transition: transform .1s;
	font-weight: bold;
}

button.tml-button:hover {
	transform: scale(1.02);
}

.members-area {
	margin-bottom: 100px;
}
  
.welcome-message {
	font-size: 1.1em;
	margin-bottom: 50px;
}
  
.welcome-message p {
	margin: 0;
	padding: 0;
}

.list-intro p {
	padding: 5px 0;
	margin-bottom: 0;
}
  
.welcome-message strong {
	color: #9B5FA3;
}
  
.members-area ul {
	margin: 10px 0 50px;
	padding: 0;
	list-style: none;
}
  
.members-area li h2 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 5px;
  }
  
.downloads-sub-menu {
	border: 1px solid #ccc;
}
  
.downloads-sub-menu li a {
	padding: 15px 10px 10px;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
}
  
.downloads-sub-menu li a:hover {
	padding-left: 15px;
}
  
.downloads-sub-menu li:nth-child(odd) a {
	background: #f0f0f0;
}
  
.downloads-sub-menu li:nth-child(even) a {
	background: #fff;
 }


/*--------------------------------------------------------
# Testimonials Block Styles */

.testimonials-scroller {
	background-image: url(/wp-content/themes/bayly/img/testimonials-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
	background-size: cover;		
}

.testimonials-scroller .overlay {
	background-color: rgb(45, 39, 114, 0.8);
	padding: 50px 0;
	text-align: center;
	color: #fff;
}

.testimonials-scroller h2 {
	color: #fff;
	font-size: 2.1875em;
	background-image: url(/wp-content/themes/bayly/img/white-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 66px 58px;
	padding-left: 65px;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 58px;
}

.testimonials-scroller ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.testimonials-scroller button {
	display: none;
}

.testimonials-scroller p {
	font-size: 1.25em;
	margin-bottom: 0;
	padding: 0 0 20px;
}

.testimonials-scroller h3 {
	font-size: 0.9em;
	font-weight: bold;
}


/*--------------------------------------------------------
# Courses Scroller Block Styles */

.courses-scroller {
	padding-top: 50px;
	text-align: center;
	padding-bottom: 50px;
}

.courses-scroller h2 {
	color: #2D2772;
	font-size: 2.25em;
	background-image: url(/wp-content/themes/bayly/img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 66px 58px;
	padding-left: 65px;
	display: inline-block;
	margin-bottom: 35px;
	line-height: 58px;
}

.courses-scroller ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.courses-scroller .thumb {
	height: 290px;
	border: 2px solid #BBBBBB;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: transform .4s;
}

.courses-scroller .thumb:hover {
	transform: scale(1.01);
}

.courses-scroller .controls {
	top: 32.5%;
}

.tns-nav {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.tns-nav button {
	border: 2px solid #2D2772;
	background: none;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	margin: 0 5px;
}

.blue-box-scroller-box .tns-nav button {
	border: 2px solid #fff;
}

button.tns-nav-active {
	background: #2D2772;
}

.blue-box-scroller-box button.tns-nav-active {
	background: #fff;
}

.courses-scroller h3 {
	font-size: 1.5625em;
	margin-top: 15px;
}

.courses-scroller a {
	text-decoration: none;
	color: #2D2772;	
	overflow: hidden;
}


/*--------------------------------------------------------
# Simple Text Block Styles */

.simple-text {
	padding-bottom: 50px;
}

.simple-text h1, 
.simple-text h2, 
.simple-text h3, 
.simple-text h4, 
.simple-text h5, 
.simple-text h6 {
	clear: none;
}

.simple-text h2 {
	font-size: 2.1875em;
} 

.simple-text h3 {
	margin-top: 20px;
	font-size: 1.4em;
	font-weight: bold;
}

.simple-text .tablepress {
	border: 1px solid #ccc;
  	margin-top: 25px;
  	margin-bottom: 25px;
}

.simple-text .tablepress > :where(thead, tfoot) > * > th {
	background-color: #9B5FA3;
	font-weight: 400;
	color: #fff;
}


/*--------------------------------------------------------
# Contact Form Block Styles */

.contact-form {
	padding: 50px 0;
	background-color: #eee;
	text-align: center;
}

.contact-form h2 {
	color: #2D2772;
	font-size: 2.25em;
	background-image: url(/wp-content/themes/bayly/img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 66px 58px;
	padding-left: 65px;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 58px;
}


/*--------------------------------------------------------
# Header Block Styles */

.standard-header,
#page-header,
#woo-header {
	margin-bottom: 50px;
	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
}

.standard-header .overlay,
#page-header .overlay,
#woo-header .overlay {
	background-color: rgb(45, 39, 114, 0.8);
	text-align: center;
	color: #fff;
	height: 300px;
}

.standard-header h1,
#page-header h1,
#woo-header h1 {
	color: #fff;
	font-size: 2.1875em;
	background-image: url(/wp-content/themes/bayly/img/white-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 66px 58px;
	padding-left: 65px;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 58px;
}


/*--------------------------------------------------------
# Misc Page Styles */

#breadcrumb-trail {
	margin-bottom: 25px;
}

#breadcrumb-trail a {
	text-decoration: none;
}

blockquote {
	font-size: 1.1em;
	width: 100%;
	margin: 35px 0;
	font-style: italic;
	color: #2D2772;
	padding: 2.2em 30px 2.2em 75px;
	border-left: 8px solid #9B5FA3;
	line-height: 1.6;
	position: relative;
	background: #EDEDED;
}

blockquote::before {
	font-family: Arial;
	content: "\201C";
	color: #9B5FA3;
	font-size: 4em;
	position: absolute;
	left: 10px;
	top: -10px;
}

blockquote::after {
  content: '';
}

blockquote span {
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

blockquote p {
	margin: 0;
	padding: 0;
}

.error-404 {
	text-align: center;
	padding-top: 50px;
	min-height: 600px;
  }

.error-404 h1 {
	color: #9B5FA3;
  	font-size: 2.25em;
}


/*--------------------------------------------------------
# Woocommerce Overrides and Styles */

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name { 
	margin-bottom: 0;
}

.wc-block-cart-item__wrap a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.125em;
}

.woocommerce-ordering,
.woocommerce-result-count,
h1.page-title {
	display: none;
}

h2.woocommerce-loop-category__title {
	padding: 0;
  	margin: 0;
  	text-align: center;
  	font-size: 1.5625em;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-size: 1.5625em;
	text-align: center;
  }

  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap > * {
	margin-bottom: 2.5px !important;
  }

  .woocommerce .products ul, .woocommerce ul.products {
	margin-bottom: 0;
  }

  .wc-block-cart-item__prices {
	color: #9B5FA3;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #9B5FA3;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
  }

  .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	text-align: left;
  }

  .woocommerce ul.products li.product .button {
	display: inline-block;
	margin-top: 10px;
	border: 2px solid #2E2873;
	background: none;
	color: #2E2873;
	padding: 12.50px 20px;
	transition: transform .4s;
}

  .woocommerce ul.products li.product .button:hover {
	background-color:  #2E2873;
	color: #fff;
	transform: scale(1.04);
  }

  .woocommerce .products ul li, .woocommerce ul.products li {
	text-align: center;
}

.product_meta {
	display: none;
}

.woocommerce ul.products li.product .price {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 5px;
}

.woocommerce ul.products li.product a h2:hover {
	color: #9ECD52;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #2D2772;
}

#tab-description h2 {
	font-size: 2.1875em;
}

#tab-description h3 {
	margin-top: 20px;
	font-size: 1.4em;
	font-weight: bold;
}

.related {
	text-align: center;
	clear: both;
	padding-top: 50px;
}

.related h2 {
	color: #2D2772;
	font-size: 2.25em;
	background-image: url(/wp-content/themes/bayly/img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 66px 58px;
	padding-left: 65px;
	display: inline-block;
	margin-bottom: 35px;
	line-height: 58px;
}

.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.625em;
	line-height: 1.2em;
	padding: 0;
	margin-bottom: 0;
	background: none;
}

#payment:before {
    content: 'Your payment method';
    font-size: 1.250em;
}

.woocommerce-checkout #payment {
    background: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 30px;
}

.wc-proceed-to-checkout h3 {
    text-align: center;
    color: #666;
    font-weight: normal;
    font-size: 1.1em;    
}

.wcppec-checkout-buttons__separator {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
    background: #ebe9eb;
    padding: 15px;
}

#stripe-payment-data p:first-of-type {
    margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin-bottom: 0;
}

.form-row.place-order {
    margin-top: 15px;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0.5em;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 15px 0 0;
}

#place_order {
    width: 100%;
    float: none;
    padding: 20px 0;
    margin: 20px 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

#stripe-payment-data fieldset {
    width: 100%;
    float: none;
}

.woocommerce form .form-row textarea {
    height: 12em;
}

h3#order_review_heading {
    margin-top: 30px;
	margin-bottom: 10px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #2D2772;
	border: 2px solid #2D2772;
	padding: 15px 28.5px;
	color: #fff;
	float: none;
	clear: both;
	border-radius: 0;
	transition: transform .4s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt, .woocommerce input.button.alt:hover {
	transform: scale(1.04);
}	

.woocommerce .quantity .qty {
	border: 1px solid #ccc;
	margin-top: 25px;
}

.wc-block-cart__submit-button {
	display: block;
	background-color: #2D2772;
	border: 2px solid #2D2772;
	padding: 15px 28.5px;
	color: #fff;
	float: none;
	clear: both;
	border-radius: 0;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px!important;
	transition: transform .4s;
}

.wc-block-cart__submit-button:hover {
	color: #fff;
	transform: scale(1.04);
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
     background-color: #fff;
	 color: #2D2772;
	 transform: scale(1.04);
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 4px 20px 0;
}


/*--------------------------------------------------------
# Gooogle Maps Block Styles */

p.wpgmza_infowindow_title {
	margin-bottom: 0;
	padding-bottom: 0;
}

p.wpgmza_infowindow_address {
	display: none;
}

.wpgmza_infowindow_description p {
	margin-top: 0;
	padding-top: 0;
}


/*--------------------------------------------------------
# General Footer Styles */

footer {
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-footer {
	background-color: #2E2873;
	padding: 50px 0;
}

#top-footer section {
	float: left;
	padding-right: 37.5px;
}

#top-footer h2 {
	font-weight: bold;
	font-size: 1.71875em;
	margin-bottom: 10px;
}

#top-footer section:nth-of-type(1) {
	width: 32.5%;
}

#top-footer section:nth-of-type(1) p a {
	text-decoration: underline;	
}

#top-footer section:nth-of-type(1) p a:hover {
	color: #fff;
}

#top-footer section:nth-of-type(2) {
	width: 17.5%;
}

#top-footer section:nth-of-type(3) {
	width: 30%;
}

#top-footer section:nth-of-type(4) {
	width: 20%;
}

#top-footer p:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

#top-footer p,
#top-footer li {
	font-size: 1.0625em;
}

#design-credits a,
#text-3 a,
#nav_menu-2 li a {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	transition: background-size .3s;
}

#design-credits a:hover,
#text-3 a:hover,
#nav_menu-2 li a:hover {
	color: #fff;
	background-size: 100% 1px;
}

#top-footer .woocommerce ul.products li.product {
	margin-bottom:0;
	margin-top: 10px;
}

#top-footer .woocommerce ul.products li.product a img {
	margin: 0 0 5px;
}

footer ul.products li {
	text-align: center;
}

#top-footer li {
	padding: 0 0 5px;
}

#top-footer li:last-of-type {
	padding-bottom: 0;
}

#top-footer li h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.woocommerce footer ul.products li.product a img {
	border: 10px solid #fff;
	margin: 0 0 10px;
}

#bottom-footer {
	background-color: #9B5FA3;
	padding: 25px 0;
}

#copyright {
	float: left;
	width: 50%;
}

#design-credits {
	float: right;
	text-align: right;
	width: 50%;
}

#bottom-footer p {
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 1060px) {
.tns-outer {
	padding-bottom: 40px !important;
  }
  .testimonial-img {
	float: none;
	margin: 0 auto 20px;
  }
  .testimonial-content {
	display: block;
	width: 100%;
	float: none;
	padding-left: 0;
	text-align: center;
  }
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 700px) {
	.standard-header .overlay, #page-header .overlay, #woo-header .overlay {
		height: 270px;
	}
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
		width: 100%;
	}
	.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
		display: block;
		line-height: 1em;
	}
	.woocommerce div.product form.cart .variations select {
		margin-top: 10px;
	}
	.woocommerce .related ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 1.375em;
	}
	.woocommerce ul.products li.product .price {
		font-size: 1.2em;
		margin-top: 0;
	  }
	  .woocommerce ul.products li.product .button {
		margin-top: 0;
	  }
	#breadcrumb-trail {
		margin-bottom: 0;
		display: none;
	  }
	.alignright {
		float: none;
		margin-left: 0;
		display: block;
	}
	#top-footer .woocommerce ul.products li.product a img {
		margin: 0 0 10px;
	  }
	  .wpcf7 fieldset:last-of-type,
	  .wpcf7 fieldset {
		width: 100%;
		float: none;
		padding: 0;
	  }
	  .row-image {
		float: none;
		width: 100%;
		height: 270px;
	  }
	  .row-content {
		float: none;
		width: 100%;
		padding-left: 0;
	  }
	header {
		border-top: 5px solid #9B5FA3;
		padding: 25px 0;
	  }
	#logo {
		width: 80%;
		padding-bottom: 12.5px;
	}
	#contacts-menu {
		float: none;
		width: 100%;
		text-align: left;
		font-size: 1.25em;
	}
	#social-media-links {
		display: none;
	}
	#strap {
		padding: 12.5px 25px;
	}
	#strap h2 {
		font-weight: bold;
		font-size: 1.375em;
		line-height: 1.4em;
	  }
	.row-content h2, .about article h1 {
		background-size: 60px 58px;
  padding-left: 65px;
	}
	.center-content {
		padding: 0 25px;
	}
	.testimonials-scroller p {
		font-size: 1.0625em;
	}
	.about aside {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.about article {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}	
	.about article p {
		font-size: 1.0625em;
	}	
	.standard-header h1, #page-header h1, #woo-header h1,
	.contact-form h2,
	.courses-scroller h2,
	.row-content h2, .about article h1,
	.testimonials-scroller h2 {
		font-size: 2.0625em;
	}
	.courses-scroller .thumb {
		height: 145px;
	}
	.courses-scroller h3 {
		font-size: 1.25em;
		margin-top: 10px;
	}
	#design-credits,
	#copyright {
		text-align: center;
		font-size: 0.9375em;
		float: none;
		width: 100%;
	  }	
	  #top-footer section {
		float: none;
		padding-right: 0;
		padding-bottom: 25px;
	  }
	  #top-footer section:nth-of-type(4),
	  #top-footer section:nth-of-type(3),
	  #top-footer section:nth-of-type(2),
	  #top-footer section:nth-of-type(1) {
		width: 100%;
	  }
	  #top-footer section:last-of-type {
		padding-bottom: 0;
	  }	  
	  #top-footer h2 {
		font-size: 1.625em;
	  }
	  #top-footer p, #top-footer li {
		font-size: 1em;
	  }
	  #top-footer p:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	  } 
	  .blue-box-scroller-box li .overlay {
		height: 325px;
	  }
}
