/*!
Theme Name: Julz Lozovaia
Theme URI: https://julz-lozovaia.dreamhosters.com
Author: Aaron Anderson
Author URI: http://mtnwebdesign.com
Description: Custom theme for Julz Lozovaia
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: julz-lozovaia
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
	- Header
	- Content
	- Aside
	- Footer
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
#WooCommerce
#Booking Activities
#Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: #404040;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0 15px 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%;
}

article h2 {
  margin: 0 0 5px;
  border-bottom: 2px solid #ab82bc;
  color: #6b138f;
  text-align: center;
}

/* 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,
a:visited {
  color: #6b138f;
}
a:hover,
a:focus,
a:active {
  color: #ab82bc;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
header.site-header {
  background-color: #6b138f;
  width: 100%;
  border-bottom: 10px solid #deff00;
  overflow: hidden;
}

.header-container {
  width: 1024px;
  margin: 15px auto;
}

.site-branding {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #deff00;
  width: 30%;
  display: inline-block;
  margin: 10px 0 0;
}

.site-title a {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #deff00;
  font-size: 45px;
  text-decoration: none;
}

.site-title,
.site-description {
  line-height: 15px;
  margin: 10px 0;
  text-align: center;
}

.site-description a {
  font-size: 23px;
  color: #deff00;
  text-decoration: none;
}

/* Content
--------------------------------------------- */
#container-wrap {
  background: url('images/julz-bg.jpg') no-repeat top center;
  width: 100%;
	background-attachment: fixed;
}

#container {
  width: 1024px;
  margin: 0 auto;
  background-color: #f4f4f4;
  overflow: hidden;
  position: relative;
}

#primary {
  width: 70%;
  float: left;
  border: 2px solid #6b138f;
  margin: 10px;
  padding: 10px;
  min-height: 1189px;
}

.entry-header h1 {
  background-color: #6b138f;
  color: #deff00;
  text-align: center;
  margin: 0;
}

/* Aside
--------------------------------------------- */
aside {
  width: 28%;
  float: right;
  background-color: #e2e2e2;
  position: absolute;
  right: 0;
  height: 100%;
}

aside .widget {
  border: 2px solid #ab82bc;
  margin: 10px;
  padding: 10px;
  text-align: center;
}

aside .widget h2 {
  margin: 0 0 5px;
  border-bottom: 2px solid #ab82bc;
  color: #6b138f;
  text-align: center;
}

aside .about-photo-sidebar {
  border-radius: 100px;
}

aside .textwidget {
  padding: 0 0 13px;
}

aside .textwidget ul {
  list-style: none;
  margin: 10px auto -15px;
  padding: 0;
  overflow: hidden;
  width: 172px;
}

aside .textwidget ul li {
  float: left;
  margin: 0 8px;
}

aside .textwidget p {
  margin-bottom: 0;
}

aside .textwidget p a {
  background-color: #deff00;
  color: #000;
  padding: 5px 10px;
  margin: 6px 0 0;
  display: inline-block;
}
aside .es_textbox_button {
  background-color: #deff00;
color: #000;
border:none;
border-radius: 0;
text-decoration: underline;
padding: 10px 13px;
}
aside .es_subscription_message {
  color: black;
font-size: 1rem;
}
/* Footer
--------------------------------------------- */
#footer {
  width: 100%;
  background-color: #6b138f;
  color: #deff00;
  border-top: 10px solid #deff00;
  overflow: hidden;
  padding: 15px 0 0;
}

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

#footer a:hover {
  text-decoration: underline;
}

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

#footer li {
  margin: 10px 0;
}

.footer-container {
  width: 1024px;
  margin: 0 auto;
}

#footer h2 {
  color: #deff00;
  border-bottom: 3px solid #deff00;
  margin: 10px 0 3px;
  padding: 0 0 8px;
}

.footer-link-container {
  width: 20%;
  float: left;
  margin: 0 30px 0 10px;
}

.footer-video-container {
  width: 50%;
  float: right;
  margin: 20px 10px 0;
}

.site-info {
  width: 100%;
  float: left;
  text-align: center;
  margin: -11px 0 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#site-navigation {
  width: 51%;
  float: right;
}

#site-navigation .menu {}

#site-navigation .menu li a {
  margin: 0 0px 17px;
  padding: 25px 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #deff00;
  font-size: 24px;
	float: left;
	text-decoration: none;
}

#site-navigation .menu > li > a:hover {
  background-color: #ab82bc;
}

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

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
	position: absolute;
	top: 100px;
	left: -999em;
	display: block;
	z-index: 9999;
	background: #ab82bc;
	overflow: hidden;
	margin: 0;
	padding:10px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li a {
	margin: 0 0 !important;
padding: 3px 13px !important;
width: 100%;
border-bottom: 2px solid #ab82bc;
}
.main-navigation ul ul li a:hover {
	border-bottom: 2px solid #6b138f;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
}

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

.main-navigation li.active > a {
background-color: #ab82bc;
}

.main-navigation ul li a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.main-navigation ul {
  display:none;
}

.main-navigation ul ul li {
	width: 100%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 3px 0;
}

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

.page .entry-content ul {
  background-color: #e2e2e2;
  padding: 10px 49px;
  width: 50%;
  margin: 0 auto 1.5em;
  text-align: center;
  list-style: none;
}

.entry-content ul li strong {
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: block;
  margin: 0 0 4px;
  padding: 0 0 4px;
}
/* Blog */
h1.blog-title {
  background-color: #6b138f;
color: #deff00;
text-align: center;
margin: 0;
}
.blog .read-more-post {
  text-align: center;
}
.blog .read-more-post a {
  display: inline-block;
  margin:0 auto;
  background-color: #deff00;
color: #000;
padding: 5px 10px;
}
.single-post .entry-header h1 {
  color: #6b138f;
  margin: 10px 0;
  background-color: #f4f4f4;
  border-bottom: 2px solid #ab82bc;
  font-size: 1.5em;
}
.blog article .entry-header h2 a {
  font-size: 1em;
  text-decoration: none;
  margin: 10px 0 0;
  display: block;
}
.blog .entry-header .entry-meta,
.single-post .entry-header .entry-meta {
  float: left;
  margin: 5px 0 3px 0;
  width: 100%;
  text-align: right;
  font-style: italic;
  color: #aaa;
}
.blog .entry-header .entry-meta a,
.single-post .entry-header .entry-meta a {
  color: #aaa;
}
.single-post .entry-footer,
.blog .entry-footer {
  float: left;
margin: -15px 0 5px;
width: 100%;
text-align: right;
font-style: italic;
color: #aaa;
}
.single-post .entry-footer a,
.blog .entry-footer a {
color: #aaa;
margin:0 5px 0 0;
}
.single-post .nav-links {
  display: block !important;
}
.single-post .comments-area {
  background-color: #e2e2e2;
  padding: 5px 25px 10px;
  margin: 15px auto 0;
  width: 100%;
  float: left;
}
.single-post .comments-area h3.comment-reply-title {
  margin: 10px 0;
border-bottom: 2px solid #7f7f7f;
color: #7f7f7f;
text-align: center;
padding: 0 0 5px;
}
.single-post h2.comments-title {
  color: #6b138f;
  margin: 10px 0 15px;
  font-size: 1.5em;
  text-align: center;
}
.single-post .comment-list {
  padding:0;
  margin:0;
}
.single-post .comment-list li.comment {
border: 2px dashed #7f7f7f;
padding: 20px;
}
.single-post .comment-list ol li.comment {
  border:none;
  background-color:#cdcdcd;
  margin:15px 0;
}
.single-post .comment-author img {
  margin: 0 0 -10px;
}
.single-post .comment-metadata {
  float: right;
margin: -25px 0 0;
}
.single-post .comment-body a {
  color: #939393;
}
.single-post .comment-body a.comment-reply-link {
  color:#ab82bc;
  text-align: right;
display: block;
}
.single-post .comment-content {
margin: 20px 0 -13px;
}
.single-post #commentform input.submit {
  display: block;
  margin: 0 auto;
}
/* Gallery */
ul.blocks-gallery-grid {
  width: 90% !important;
  padding: 0 40px 30px;
  height: 146px;
}
.wp-block-gallery .main-gallery {
  width: 90%;
min-height: 390px;
margin: 0 auto;
background-color: #e2e2e2;
max-height: 510px;
padding: 0 14px;
}

.wp-block-gallery ul.slick-dots {
  padding: 0;
width: 82% !important;
margin: 0 auto 33px;
}
.wp-block-gallery .slick-track .slick-active {
  margin:0 15px 0 0 !important;
}
.wp-block-gallery .slick-track {
  min-height: 112px;
}
.wp-block-gallery .slick-track li {
  opacity: 0.6;
}
.wp-block-gallery .slick-track .slick-current {
opacity: 1;
}
.blocks-gallery-grid .slick-track li img {
  height: 100px !important;
}
.main-gallery .slick-track img {
  width: auto !important;
  max-height: 475px !important;
  margin: 19px auto 0;
}
.main-gallery .slick-slide figure {
  display: block;
}
/* Contact
--------------------------------------------- */
article form.wpcf7-form {
  width: 90%;
  margin: 0 auto;
  background: #e2e2e2;
  padding: 15px 15px 5px;
}

article input.wpcf7-submit {
  margin: 0 auto;
  text-align: center;
  display: block;
}
input.wpcf7-text {
  width:100%;
}

article form.wpcf7-form h2 {
  margin: 0 15px 10px;
  padding: 0 0 7px;
}

/* Client Agreement */
#agreement-container h3 {
	text-align: center;
}
#agreement-container ol {
	margin:0;
}
#agreement-container ul {
	width: 100%;
	text-align: left;
	list-style: disc;
	padding: 2px 15px;
}
#agreement-container .wpcf7-form-control-signature-global-wrap {
float: right;
width: 100%;
padding: 0 0 0 106px;
margin: -51px 0 21px 0;
}
#agreement-container .wpcf7-form-control-signature-wrap canvas {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	background-color: #ffffff;
}
#agreement-container .submit-container {
	border: 1px dashed #666;
padding: 19px 0 0 0;
}
#agreement-container ul li strong {
  border:none;
  display:inline;
}
#agreement-container > ul {
  list-style: none;
}
#agreement-container > ul > ul{
  list-style: disc;
  margin: 0 0 10px 30px;
}
/* 1-on-1 Questionnaire */
.one-on-one-questionnaire textarea{
  height: 100px;
min-height: 100px;
width: 100%;
min-width: 100%;
max-width: 100%;
}
.one-on-one-questionnaire span.wpcf7-checkbox > span {
  display: block;
  margin: 0 0 4px 1em;
}
.one-on-one-questionnaire input[type=checkbox] {
  height: 18px;
  width: 18px;
}
.wpcf7-form input[type=submit] {
  background-color: #deff00;
  color: #000;
  padding: 5px 10px;
  border: none;
  height: 39px;
  width: 125px;
  border-radius: 0;
  text-decoration: underline;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}
.comment-form input[type=submit] {
  background-color: #deff00;
  color: #000;
  padding: 5px 10px;
  border: none;
  height: 39px;
  width: 145px;
  border-radius: 0;
  text-decoration: underline;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.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;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/* Product Page */
.woocommerce img.wp-post-image {
  width: 229px !important;
  margin: 0 auto;
}

.woocommerce .summary p.price {
  color: #6b138f !important;
  font-family: 'Raleway', sans-serif;
  font-size: 30px !important;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.woocommerce .summary .woocommerce-product-details__short-description {
  text-align: center;
}

.woocommerce .summary .product_meta {
  text-align: center;
  color: #888888;
}

.woocommerce .summary .product_meta a {
  color: #888888;
  text-decoration: none;
}

.woocommerce .woocommerce-tabs ul li {
  float: right;
  margin: 0 9px 0 0 !important;
}

.woocommerce .wc-tab h2 {
  text-align: center;
  font-size: 1.5em;
  color: #6b138f;
  border-bottom: 2px solid #ab82bc;
}

.woocommerce nav.navigation {
  display: none;
}

.downloadable .checkout-button-container {
  background-color: #e2e2e2;
  overflow: hidden;
  padding: 15px 0;
  margin: 5px 23px 0;
  width: 80%;
}

.downloadable .checkout-button-container .qty {
  height: 36px;
  margin: 0 19px 0 30px;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description ul {
  background-color: #e2e2e2;
  padding: 10px 35px;
  width: 70%;
  margin: 0 auto 1.5em;
  text-align: center;
list-style: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description ul li {
	float:none;
}
/* Browse */
.woocommerce ul.products {
  width: 100%;
  background: none;
}

.woocommerce ul.products li.product .price {
  text-align: center;
  color: #6b138f;
  font-size: 1em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: center;
  color: #6b138f;
}

.woocommerce ul.products li.product .button {
  display: block;
  text-align: center;
}

article .woocommerce ul.products li.product h2 {
  border-bottom: none;
}
.woocommerce div.product div.summary {
  text-align: center;
}
/* Cart */
ul.bookacti-booking-events-list {
	width: 100% !important;
}
/* Shop Categories */
ul.wc-block-grid__products {
	background-color: #f4f4f4 !important;
	padding: 10px !important;
	width:100% !important;
}
li.wc-block-grid__product {
	max-width: 25% !important;
}
li.wc-block-grid__product a.wc-block-grid__product-link {
	text-decoration: none;

}
li.wc-block-grid__product .wc-block-grid__product-title {
		line-height: 1.5;
		color: #6b138f;
		min-height: 72px;
	}
li.wc-block-grid__product .wc-block-grid__product-title:hover{
color: #6b138f;
}

li.wc-block-grid__product a.wp-block-button__link {
	font-size: 100%;
margin: 0;
    margin-top: 0px;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: .618em 1em;
font-weight: 700;
border-radius: 3px;
left: auto;
color: #000;
background-color: #deff00;
border: 0;
display: inline-block;
background-image: none;
box-shadow: none;
text-shadow: none;
text-decoration: underline;
}
/* sidebar */
#sidebar-shop-cart a {
	background: url('images/cart.png') no-repeat center right;
	padding: 4px 39px 10px 0;
	margin: 9px 0 -10px 0;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color:#6b138f;
}
#sidebar-shop-cart > a:hover {
	text-decoration: underline;
}
#sidebar-shop-cart a span.cart-count {
	margin: -4px 0 0 13px;
	position: absolute;
	background: #fff;
	padding: 0 4px;
	border-radius: 13px;
	font-size: 10px;
}
/* checkout */
ul.payment_methods {
	width: 100% !important;
background-color: #ebe9eb !important;
}
.checkout_notice_contract {
	text-align: center;
	color: #6b138f;
  margin:7px 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 70%;
margin: 0 auto;
float: none;
}
.woocommerce-checkout form.checkout h3 {
  margin: 0 0 5px;
border-bottom: 2px solid #ab82bc;
color: #6b138f;
text-align: center;
}
.woocommerce-cart a.checkout-button,
.checkout-button-container button[name=add-to-cart]{
  background-color: #deff00 !important;
  color: #000 !important;
  border-radius: 0;
  text-decoration: underline !important;
}
/* Receipt Page */
p.woocommerce-thankyou-order-received {
	text-align: center;
	color:#6b138f;
	font-weight:bold;
}
ul.woocommerce-order-overview {
	width: 85% !important;
background: #e5e5e5 !important;
}
.woocommerce ul.order_details li {
	float: none;
margin: 0;
text-transform: uppercase;
font-size: .715em;
line-height: 1;
border-right: none;
padding: 0;
list-style-type: none;
}
/*Thank you page*/
.woocommerce-table--order-details ul.wc-item-meta {
	width:100% !important;
	background: #e5e5e5 !important;
	margin: 20px 0 11px;
}
.woocommerce-order-received ul li strong {
border-bottom: none;
}
.woocommerce-order-received .woocommerce-order p {
	text-align: center;
}
.woocommerce-order-received .woocommerce-customer-details address {
	text-align: center;
}

/* Shop Category */
ul.shop-packages {
	margin:15px auto !important;
}


/*--------------------------------------------------------------
# Booking Activities
--------------------------------------------------------------*/
.bookacti-calendar-title {
  text-align: center;
  color: #6b138f;
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 2px solid #ab82bc;
}

tr[data-time="00:00:00"],
tr[data-time="00:30:00"],
tr[data-time="01:00:00"],
tr[data-time="01:30:00"],
tr[data-time="02:00:00"],
tr[data-time="02:30:00"],
tr[data-time="03:00:00"],
tr[data-time="03:30:00"],
tr[data-time="04:00:00"],
tr[data-time="04:30:00"],
tr[data-time="05:00:00"],
tr[data-time="05:30:00"],
tr[data-time="06:00:00"],
tr[data-time="06:30:00"],
tr[data-time="20:00:00"],
tr[data-time="20:30:00"],
tr[data-time="21:00:00"],
tr[data-time="21:30:00"],
tr[data-time="22:00:00"],
tr[data-time="22:30:00"],
tr[data-time="23:00:00"],
tr[data-time="23:30:00"] {
  visibility: collapse;
}

.bookacti-calendar .fc-time-grid-container {
  overflow: hidden !important;
}

.bookacti-picked-events-list-title {
  color: #6b138f;
}

.bookacti-picked-events {
  border: 2px dashed #ab82bc;
  margin: 5px 15px;
  padding: 5px 15px;
  text-align: center;
}

ul.bookacti-picked-events-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bookacti-activity .checkout-button-container {
  background: #e2e2e2;
  display: block;
  overflow: hidden;
  padding: 15px 15px;
  width: 80%;
  margin: 0 auto;
}

.bookacti-activity .checkout-button-container .quantity {
  width: 50%;
  text-align: right;
  padding: 0 15px 0 0;
}

.bookacti-activity .checkout-button-container input.qty {
  height: 36px;
}

.page .bookacti-form-field-type-login,
.page .bookacti-form-field-type-quantity {
  display: none;
}
ul.bookacti-success-list {
	width: 100% !important;
}

form.bookacti-booking-form .bookacti-submit-form {
  background-color: #deff00;
color: #000;
border: none;
border-radius: 0;
text-decoration: underline;
}
/* Popup */
.spu-content strong {
  text-align: center;
  font-weight: bold;
  margin: 4px 31px 0 !important;
  color: #6b138f;
  border-bottom: 2px solid #ab82bc;
  padding: 0 0 16px 0 !important;
}
.spu-content .es_subscription_form .es_caption {
  display: none;
}
.spu-content .es_subscription_form .es-field-wrap {
  margin: 15px auto;
display: block;
width: 274px;
}
.spu-content .es_subscription_form .es-field-wrap br {
  display: none;
}
.spu-content .es_subscription_form .es-field-wrap  input {
  margin: 0 0 0 15px;
}
.spu-content .es_subscription_form input.es_txt_email {
  margin: 0 0 0 20px;
}
.spu-content ul {
  width: 100%;
float: left;
margin: 33px 0 15px 0;
list-style: none;
padding: 0;
}
.spu-content ul li {
  float: left;
  margin: 0 0 0 22px;
}
.spu-content ul li:first-child{
  margin:0 0 0 79px;
}
.spu-content ul li button:hover {
background-color: #ab82bc;
}
.spu-content .es_subscription_form_submit {
  margin:0 auto !important;
  display: block;
  background-color: #deff00 !important;
color: #000 !important;
padding: 12px 16px !important;
text-decoration: underline;
border:none !important;
border-radius: 0 !important;
}
.spu-content .emaillist .es_subscription_form {
  display: none;
  margin:33px 0 0 0;
}
.spu-content .pop-note {
  color:#ab82bc;
  text-align:center;
  font-style: italic;
  display: block;
  margin: 0 0 -19px;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media all and (max-width: 1024px) {
  #container {
    width: 98%;
  }

  .header-container {
    width: 98%;
  }

  .site-branding {
    width: 300px;
  }
#site-navigation {
  width: 57%;
}
  #site-navigation .menu li a {
    padding: 25px 10px;
    font-size: 24px;
  }
  .main-navigation ul ul {
    top:95px;
  }

  .footer-container {
    width: 100%;
  }

  .footer-link-container {
    width: 44%;
    float: left;
    margin: 0 4% 0 2%;
    padding: 0 3%;
  }

  .footer-video-container {
    width: 100%;
    float: right;
    margin: 20px 0 15px;
  }

  .footer-video-container .widget_media_video {
    width: 450px;
    margin: 0 auto 15px;
  }

  .page .entry-content ul {
    width: 95%;
  }
}

@media all and (max-width: 850px) {
  #container {
    width: 96%;
  }

  #primary {
    width: 96%;
    margin: 2%;
  }
  aside {
    width: 100%;
    position: relative;
  }

  aside .widget {
    margin: 2%;
  }

  .site-branding {
    width: 100%;
    margin: 10px auto;
  }

  #site-navigation {
    width: 96%;
border-top: 2px solid #deff00;
padding: 11px 0 0;
margin: 0 auto;
float: none;
  }
  #site-navigation .menu > li:first-child a {
    border-top: 2px solid #deff00;
    margin:0;
  }
  .main-navigation ul ul {
    margin:0;
  }
  button.menu-toggle {
    margin: 0 auto 12px;
    background: url("images/julz-nav-button.png") no-repeat center left;
    color: #deff00;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 24px;
    width: 253px;
    text-align: right;
    border: none;
  }
  .main-navigation.toggled ul li {
    width: 100%;
text-align: center;
  }
  .main-navigation ul ul.sub-menu {
    position: relative;
    left: 0;
    top: 0;
    background: none;
    margin: 0 1.5% 0 4%;
    padding: 0 1.5%;
  }
  .main-navigation ul ul li a,
  .main-navigation ul ul li a:hover {
    border:none;
  }

  .main-navigation ul ul.sub-menu a:hover {
    background-color: #ab82bc;
  }
  .main-navigation li.active > a {
    background-color: #6b138f !important;
  }
    .main-navigation li.menu-item-has-children > a:hover {
      background-color: #ab82bc !important;
    }

  #site-navigation .menu li a {
    padding: 0;
    font-size: 22px;
    margin: 5px 3%;
    text-align: center;
    border-top: 2px solid #ab82bc;
    float: none;
    display: block;
  }


  button.menu-toggle:hover,
  .toggled button.menu-toggle {
    background: url("images/julz-nav-button-active.png") #ab82bc no-repeat center left;
  }
}
@media all and (max-width: 650px) {
  li.wc-block-grid__product {
      max-width: 33% !important;
  }
}
@media all and (max-width: 500px) {
  li.wc-block-grid__product {
      max-width: 80% !important;
  }
  .spu-content strong {
    font-size: 14px;
margin: 0 1% !important;
  }
  .spu-content ul li:first-child {
    margin:0 0 0 14%;
  }
  .footer-video-container .widget_media_video {
    width: 350px;
  }

}

/*menu*/
@media screen and (min-width: 850px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
}
