@charset "UTF-8";
/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.3.1

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

Template: genesis

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

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

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

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

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

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #000000;
  font-family: bilo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  margin: 0;
  overflow-x: hidden;
}

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

a {
  color: #922B5A;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #000000;
  text-decoration: none;
}

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

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 700;
}

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

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

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: bilo, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

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

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

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

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: #922B5A;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #922B5A;
  border-width: 0;
  color: #fff;
}

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

.button {
  display: inline-block;
}

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

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

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

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

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

td {
  padding: 0.5em;
}

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

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

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

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

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  width: 95%;
  padding-top: 30px;
  max-width: 1440px;
}

@media screen and (max-width: 768px) {
  .container, .site-inner {
    max-width: 90%;
  }
}
/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

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

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

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

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

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

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

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

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

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

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

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

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

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

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

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

.entry-title a:focus,
.entry-title a:hover {
  color: #922B5A;
}

.widget-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

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

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

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

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

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

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

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

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

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

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

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

.widget ul > li {
  margin-bottom: 10px;
}

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

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

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

.widget_calendar table {
  width: 100%;
}

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

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

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

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

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

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

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

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

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

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

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #000000;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #922B5A;
}

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

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

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

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

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

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: #922B5A;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: none;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  padding-bottom: 25px;
  padding-top: 20px;
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
}
.wp-custom-logo .title-area .custom-logo {
  width: 100%;
  max-width: 220px;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #000000;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (max-width: 961px) {
  .title-area {
    text-align: center;
  }
}
/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

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

.genesis-nav-menu a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 800;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #fff;
  text-decoration: none;
}

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

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

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

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

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

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

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

.genesis-responsive-menu {
  display: none;
  position: relative;
}

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

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #fff;
  outline: none;
}

.menu-toggle {
  float: none;
  line-height: 20px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 6px;
  padding-top: 6px;
  width: 100%;
  text-align: center;
  background-color: #C34B7C;
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}

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

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

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

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

.entry-header .entry-meta {
  margin-bottom: 20px;
}

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

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

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

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #922B5A;
  color: #fff;
}

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

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

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

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

.comment-content {
  clear: both;
}

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

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

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

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

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

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

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

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

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

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #002233;
  clear: both;
  padding: 60px 0 0;
}

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

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

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

.footer-byline {
  text-align: right;
  background-color: #002233;
  color: #fff;
  padding-bottom: 30px;
}
.footer-byline p, .footer-byline a {
  font-size: 12px;
}
.footer-byline p {
  margin-bottom: 7px;
}
.footer-byline a {
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}
.footer-byline img {
  margin-bottom: 10px;
  max-width: 40px;
}

@media screen and (max-width: 768px) {
  .footer-byline {
    text-align: center;
  }
}
/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
}

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

#menu-quick-links li {
  margin-bottom: 4px;
}
#menu-quick-links li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}

.footer-widgets-1 img {
  max-width: 250px !important;
}
.footer-widgets-1 p {
  color: #fff;
  font-size: 20px;
}

.footer-address p {
  color: #fff;
  font-size: 20px;
}

.footer-contact {
  margin-top: 30px;
}
.footer-contact a {
  color: #fff;
  text-decoration: none;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 960px) {
  /* Site Header
  --------------------------------------------- */
  .site-header {
    z-index: 9999;
  }

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

  /* Genesis Menu
  --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

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

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

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

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

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

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

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

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

  /* Responsive Menu
  --------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 6px;
  }

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

  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    float: none;
    width: 100%;
  }

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

  /* Site-Inner
  --------------------------------------------- */
  /* Content
  --------------------------------------------- */
  .content {
    float: left;
    width: 65%;
  }

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

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

  /* Sidebar
  --------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }

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

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

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

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

  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }

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

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

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

  .one-fourth {
    width: 23.0769230769%;
  }

  .three-fourths {
    width: 74.358974359%;
  }

  .one-sixth {
    width: 14.5299145299%;
  }

  .five-sixths {
    width: 82.905982906%;
  }

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

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

  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    width: 95%;
    max-width: 1440px;
    display: flex;
  }

  .footer-widget-area:last-child {
    text-align: right;
  }
  .footer-widget-area:last-child #gform_wrapper_1 form {
    text-align: right;
  }
  .footer-widget-area:last-child #gform_wrapper_1 form.gf_simple_horizontal div.gform_body {
    width: 100%;
  }
  .footer-widget-area:last-child #gform_wrapper_1 #gform_fields_1 {
    margin-left: auto !important;
    max-width: 600px;
  }
  .footer-widget-area:last-child #gform_wrapper_1 li.hidden_label input {
    margin-top: 0;
  }
  .footer-widget-area:last-child #gform_wrapper_1 .gform_footer input.button, .footer-widget-area:last-child .gform_wrapper .gform_footer input[type=submit], .footer-widget-area:last-child #gform_wrapper_1 .gform_page_footer input.button, .footer-widget-area:last-child .gform_wrapper .gform_page_footer input[type=submit] {
    margin-right: 0;
    border-radius: 0;
  }
  .footer-widget-area:last-child #gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 14px 4px;
  }
  .footer-widget-area:last-child #gform_wrapper_1 form.gf_simple_horizontal {
    width: 100%;
  }
  .footer-widget-area:last-child #gform_wrapper_1 ul.gform_fields li.gfield {
    padding-right: 0;
  }
}
#gform_wrapper_1 span.gform_description {
  width: 100%;
  color: #fff;
  margin-left: auto;
  max-width: 570px;
  font-weight: 300;
}

#gform_confirmation_message_2 {
  color: #fff;
}

#gform_confirmation_message_3 {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .footer-widget-area {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #gform_wrapper_1 span.gform_description {
    text-align: center;
    margin-right: auto;
  }
}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    text-shadow: none !important;
  }

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

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

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

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

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

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

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

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

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

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

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

  dl,
ol,
ul {
    page-break-before: avoid;
  }
}
/*custom code*/
/*progress bar*/
/* #Progress
================================================== */
.progress-wrap {
  position: sticky;
  left: 100%;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: #fff;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #922B5A;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, #922B5A, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #922B5A;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
  color: #922B5A;
}

.progress-wrap svg.progress-circle path {
  stroke: #922B5A;
}

/*buttons*/
.limelight-btn {
  border-radius: 13px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 15px;
  background-color: #922B5A;
  text-decoration: none;
  display: inline-block;
  white-space: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.limelight-btn:focus {
  color: #fff;
  background-color: #C34B7C;
}
.limelight-btn:hover {
  background-color: #C34B7C;
  color: #fff;
}

.woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button[type=submit], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt {
  border-radius: 13px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 15px 15px;
  background-color: #922B5A;
  text-decoration: none;
  display: inline-block;
  white-space: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.woocommerce a.button:focus, .woocommerce a.button.alt:focus, .woocommerce button.button:focus, .woocommerce button.button.alt:focus, .woocommerce input.button:focus, .woocommerce input.button.alt:focus, .woocommerce input.button[type=submit]:focus, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit.alt:focus {
  color: #fff;
  background-color: #C34B7C;
}
.woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button:hover, .woocommerce button.button.alt:hover, .woocommerce input.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button[type=submit]:hover, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit.alt:hover {
  background-color: #C34B7C;
  color: #fff;
}

/*mega menu*/
.mega-menu {
  background-color: #002233;
  width: 100%;
  min-height: 100%;
  z-index: 99999999;
  position: fixed;
  display: none;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.mega-menu-header {
  background-color: #922B5A;
  padding: 2.7rem 1.6rem;
}
.mega-menu-header h2 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}

.mega-menu-header-container {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  max-width: 1440px;
  text-align: center;
  position: relative;
  display: flex;
}
.mega-menu-header-container img {
  width: 100%;
  max-width: 220px;
}
.mega-menu-header-container .aws-container {
  width: 100%;
}

@media screen and (max-width: 860px) {
  .mega-menu-header-container .aws-container {
    max-width: 100%;
  }
}
.mega-menu-search-box-container {
  flex-direction: column;
  align-items: center;
}
.mega-menu-search-box-container .mega-menu-search-box {
  width: 100%;
}
.mega-menu-search-box-container .mega-menu-search-box .aws-container {
  max-width: 100%;
}

.mega-menu-off {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
}

.mega-menu-off-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.66rem;
  font-weight: 700;
  margin-left: 1rem;
}

.mega-menu-off:hover {
  cursor: pointer;
}

.mega-menu .container {
  height: 100%;
}

.mega-menu ul {
  list-style-type: none;
}

.mega-menu-block-1 {
  padding: 2.7rem;
}
.mega-menu-block-1 .block-container {
  max-width: 700px;
  margin: 0 auto;
}

.mega-sub-menu {
  margin-bottom: 10px;
}

.mega-menu ul > li {
  text-indent: -5px;
  padding: 5px 5px 5px 10px;
}
.mega-menu ul > li a:hover {
  background-color: #002233;
  opacity: 0.8;
}

.mega-menu ul > li:before {
  content: "-";
  text-indent: -5px;
  color: #fff;
}

.mega-menu-block-1 a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  padding-left: 5px;
}

.mega-menu h3 {
  color: #fff;
  font-size: 18px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.menu-container {
  padding: 20px;
}

.mega-menu-logo {
  margin-right: 20px;
  border-right: 1px solid #fff;
  padding-right: 20px;
}

.mega-menu-contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mega-menu-contact-details a {
  color: #fff;
  text-decoration: none;
}
.mega-menu-contact-details p {
  margin-bottom: 0;
  text-align: left;
}

.mega-menu-sub-header {
  padding: 20px 0;
  background-color: #C34B7C;
}

.sub-header-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sub-header-row .sub-header-item-1 {
  flex: 1;
}
.sub-header-row .sub-header-item-2 {
  display: flex;
  align-items: center;
}
.sub-header-row .sub-header-login a, .sub-header-row .sub-header-basket a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.sub-header-row .sub-header-login svg, .sub-header-row .sub-header-basket svg {
  max-width: 20px;
  margin-right: 10px;
}
.sub-header-row .sub-header-login a {
  margin-right: 15px;
}
.sub-header-row .limelight-btn {
  margin-right: 20px;
}
.sub-header-row .sub-header-login-basket {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 860px) {
  .sub-header-row {
    flex-direction: column;
    align-items: center;
  }

  .sub-header-item-1 {
    width: 100%;
  }

  .sub-header-item-2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mega-menu-header-container {
    flex-direction: column;
  }

  .mega-menu-logo {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
  }

  .mega-menu-contact-details {
    margin-top: 20px;
  }
  .mega-menu-contact-details p {
    text-align: center;
  }
}
/*header*/
.header-info {
  float: right;
  margin-bottom: 10px;
}

.header-contact-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.header-contact-info p {
  margin-bottom: 0;
}
.header-contact-info a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-contact-info a:first-of-type {
  margin-right: 15px;
}
.header-contact-info a svg {
  max-width: 20px;
  margin-right: 10px;
}

.header-customer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-customer a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-customer a svg {
  max-width: 20px;
  margin-right: 10px;
}
.header-customer .header-login a {
  margin-right: 15px;
}

@media screen and (max-width: 961px) {
  .header-contact-info {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .header-search {
    display: none;
  }

  .header-customer {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .header-info {
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .header-contact-info a, .header-customer a {
    font-size: 12px;
  }
  .header-contact-info a svg, .header-customer a svg {
    max-width: 15px;
  }
}
/*woocommerce*/
.woocommerce div.product p.price {
  font-size: 28px;
  color: #000;
  font-weight: 600;
}

.pswp__caption__center {
  text-align: center !important;
}

.woocommerce.full-width-content .content, .woocommerce-page.full-width-content .content {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  max-width: 1440px;
  padding: 50px 0 0;
}

.shop-image-wrapper {
  flex: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.movie-poster-details p {
  margin-bottom: 10px;
}
.movie-poster-details p strong {
  font-weight: 600;
  min-width: 120px;
  display: inline-block;
}
.movie-poster-details a {
  color: #000;
  text-decoration: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 100px !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  flex: 1;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .shop-image-wrapper {
  flex: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  max-height: 280px;
  overflow: hidden;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .shop-image-wrapper img {
  margin-bottom: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: scale-down !important;
  width: 100vw !important;
  height: 100vh !important;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}

.woocommerce-product-details__short-description {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
  padding-top: 50px;
}
.woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.woocommerce .movie-poster-details {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 50px;
}

.woocommerce .wc-pao-addon-description {
  float: right;
}
.woocommerce .wc-pao-addon-description p {
  margin-bottom: 0;
}
.woocommerce .wc-pao-addon-description a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
}

.woocommerce .up-sells, .woocommerce .related {
  display: inline-block;
  width: 100%;
  clear: both;
  padding-top: 60px;
  background-color: #efefef;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.woocommerce .products {
  text-align: center;
}
.woocommerce .products h2 {
  text-align: center;
  margin-bottom: 70px;
}

.woocommerce ul.products {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
}

.woocommerce ul.products li.product {
  align-items: center;
  justify-content: flex-start;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #000;
}
.woocommerce ul.products li.product .price {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.woocommerce ul.products li.product .button {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

.latest-news-products {
  padding-bottom: 50px;
}
.latest-news-products .container {
  border-top: 1px solid #D9D9D9;
  padding-top: 50px;
}
.latest-news-products .container .woocommerce-ordering {
  margin-bottom: 50px;
}
.latest-news-products .container .latest-news-products-title {
  float: left;
}

.woocommerce label.wc-pao-addon-name {
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 24px;
}

.woocommerce .wc-pao-addon .form-row {
  margin-bottom: 20px;
}

#wl-wrapper.wl-button-wrap {
  clear: none;
  width: auto;
  padding: 0;
}
#wl-wrapper.wl-button-wrap .wl-already-in {
  display: none;
}

.single-product .site-inner {
  padding-top: 0;
}

.outofstock .price {
  display: none !important;
}

.woocommerce .product .in-stock {
  display: none !important;
}

.woocommerce div.product p.stock {
  font-size: 2rem;
  font-weight: bold;
}

.woocommerce div.product form.cart .button {
  margin-right: 10px;
}

.woocommerce ul.products li.product a img {
  width: auto;
  height: auto;
  margin: 0 auto 1em;
  max-height: 400px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  background-color: #922B5A;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #C34B7C;
}

@media screen and (min-width: 1024px) {
  .latest-news-products .woocommerce ul.products li.product {
    width: 21% !important;
    margin: 2% !important;
    clear: none !important;
  }

  .latest-news-products .woocommerce ul.products li.product:nth-child(4n+1) {
    clear: both !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .latest-news-products .woocommerce ul.products li.product.first, .latest-news-products .woocommerce ul.products li.product.last {
    clear: right !important;
  }

  .latest-news-products .woocommerce ul.products li.product:nth-child(4n+1) {
    clear: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .latest-news-products .container .woocommerce-ordering {
    width: 100%;
  }
  .latest-news-products .container .latest-news-products-title {
    text-align: center;
    float: none;
  }
}
#linen-backing-popup, #framing-options-popup {
  width: 95%;
  max-width: 550px;
  padding: 0;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s;
}
#linen-backing-popup .popup-content, #framing-options-popup .popup-content {
  padding: 30px;
}
#linen-backing-popup .popup-content p:last-child, #framing-options-popup .popup-content p:last-child {
  margin-bottom: 0;
}

.fancybox-slide--complete #linen-backing-popup, .fancybox-slide--complete #framing-options-popup {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 860px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100% !important;
    float: none;
  }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
}
.product-video-gallery {
  margin-top: 40px;
}

/*homepage*/
.home-slider {
  position: relative;
  height: 650px;
  background-color: #002233;
}

.home-slider-slick {
  height: 100%;
}
.home-slider-slick .slick-track, .home-slider-slick .slick-list {
  height: 100%;
}
.home-slider-slick .slick-track > div {
  background-repeat: no-repeat;
  background-position: right;
  outline: none;
}

/*slick slider*/
.slick-slider-dots {
  padding-left: 0;
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.slick-slider-dots li {
  margin: 0 0 0 6px;
  display: inline-block;
  list-style: none;
}
.slick-slider-dots li:first-child {
  margin-left: 0;
}
.slick-slider-dots .slick-slider-dot {
  background-color: #922B5A;
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  border: 2px solid #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.slick-slider-dots .slick-active .slick-slider-dot {
  background-color: #fff;
  border: 2px solid #922B5A;
}
.slick-slider-dots .slick-slider-dot:hover {
  background-color: #fff;
  border: 2px solid #922B5A;
}

.home-slide-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.home-slide-content .container {
  height: 100%;
  width: 100%;
}
.home-slide-content .home-slide-content-container {
  height: 100%;
  background-color: #002233;
  width: max-content;
  padding: 0 0 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 9;
}
.home-slide-content .home-slide-content-container:after {
  background: #002233;
  content: "";
  display: block;
  height: 1000px;
  width: 181px;
  right: -50px;
  position: absolute;
  transform: rotate(7.5deg);
  transform-origin: 100%;
  z-index: 0;
}
.home-slide-content .home-slide-content-container * {
  max-width: 320px;
  z-index: 9;
}
.home-slide-content .home-slide-content-container h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.home-slide-content .home-slide-content-container p {
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .home-slide-content .container {
    max-width: 100%;
    width: 100%;
  }
  .home-slide-content .container .home-slide-content-container {
    width: 100%;
    align-items: center;
    text-align: center;
    background-color: #002233c2;
  }

  .home-slide-content .home-slide-content-container:after {
    content: none;
  }
}
/*sitewide*/
.page-header {
  background-color: #002233;
  background-blend-mode: overlay;
  background-position: center 13%;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 320px;
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header h1 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.page-header p {
  color: #fff;
  max-width: 810px;
  margin: 0 auto 30px;
  text-align: center;
}
.page-header p:last-of-type {
  margin-bottom: 0;
}

.page-content {
  padding: 70px 0;
}
.page-content h2 {
  text-align: center;
  margin-bottom: 70px;
}

/*search*/
.aws-container {
  max-width: 400px;
  width: 100%;
  margin-right: 10px;
}
.aws-container .aws-search-form {
  background: none;
}
.aws-container .aws-show-clear .aws-search-field {
  border-radius: 10px !important;
  padding: 10px;
  background: #fff;
}

.header-search .aws-container {
  width: 400px;
}

.header-search-mobile {
  display: none;
}

@media screen and (max-width: 961px) {
  .header-search-mobile {
    display: block;
  }
  .header-search-mobile .aws-container {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 860px) {
  .aws-container {
    max-width: 100%;
  }
}
/*home*/
.page-intro {
  background-color: #F7F7F7;
  padding: 50px 0;
}
.page-intro p {
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
  max-width: 977px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.value-stack {
  text-align: center;
  background-color: #922B5A;
  padding: 30px 0;
}
.value-stack .value-stack-item {
  padding: 10px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.value-stack .value-stack-item:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  height: 30px;
  position: absolute;
  right: 0;
}
.value-stack .value-stack-item h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.44;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.value-stack .last-value-stack-item:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .value-stack .value-stack-item:after {
    content: none;
  }
}
@media screen and (max-width: 961px) {
  .value-stack .value-stack-item h4 {
    font-size: 16px;
  }
}
.home-featured-gallery {
  padding: 70px 0 0;
}
.home-featured-gallery .home-featured-gallery-intro h3 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #922B5A;
}
.home-featured-gallery .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
.home-featured-gallery .woocommerce .woocommerce-ordering {
  display: none;
}
.home-featured-gallery .woocommerce .woocommerce-result-count {
  display: none;
}
.home-featured-gallery .woocommerce .woocommerce-pagination {
  display: none;
}

@media screen and (max-width: 1200px) {
  .home-featured-gallery-intro {
    text-align: center;
    margin-bottom: 20px;
  }
}
.home-recently-added {
  padding: 70px 0 0;
}
.home-recently-added .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
.home-recently-added .woocommerce .woocommerce-ordering {
  display: none;
}
.home-recently-added .woocommerce .woocommerce-result-count {
  display: none;
}
.home-recently-added .woocommerce .woocommerce-pagination {
  display: none;
}

@media screen and (max-width: 1200px) {
  .home-recently-added-intro {
    text-align: center;
    margin-bottom: 20px;
  }
}
.home-premier-collection {
  padding: 70px 0;
}
.home-premier-collection .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
.home-premier-collection .woocommerce .woocommerce-ordering {
  display: none;
}
.home-premier-collection .woocommerce .woocommerce-result-count {
  display: none;
}
.home-premier-collection .woocommerce .woocommerce-pagination {
  display: none;
}

@media screen and (max-width: 1200px) {
  .home-premier-collection-intro {
    text-align: center;
    margin-bottom: 20px;
  }
}
.home-photography-collections {
  padding: 70px 0;
  background-color: #F7F7F7;
  text-align: center;
}
.home-photography-collections p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.home-photography-collections .home-photography-collection-item {
  padding: 20px;
  cursor: pointer;
}
.home-photography-collections .home-photography-collection-item img {
  margin-bottom: 30px;
}
.home-photography-collections .home-photography-collection-item h3 {
  font-size: 16px;
  margin-bottom: 30px;
}

.explore-limelight {
  background-color: #002233;
  border-top: 8px solid #C34B7C;
  border-bottom: 8px solid #C34B7C;
  padding: 140px 0 100px 0;
}
.explore-limelight h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.explore-limelight .explore-limelight-items {
  margin-top: 100px;
}
.explore-limelight .explore-limelight-items div[class^=col-] {
  padding-bottom: 40px;
}
.explore-limelight .explore-limelight-items .explore-limelight-item {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 15px 15px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-flow: column nowrap;
  height: 100%;
  cursor: pointer;
}
.explore-limelight .explore-limelight-items .explore-limelight-item img {
  width: 100%;
  max-width: 64px;
  margin-top: -32px;
  margin-bottom: 36px;
}
.explore-limelight .explore-limelight-items .explore-limelight-item h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
}
.explore-limelight .explore-limelight-items .explore-limelight-item p {
  margin-bottom: 30px;
}
.explore-limelight .explore-limelight-items .explore-limelight-item .limelight-btn {
  margin-bottom: 30px;
  margin-top: auto;
}

.home-video-guides {
  background-color: #fff;
  text-align: center;
  padding: 100px 0;
  border-bottom: 8px solid #C34B7C;
}
.home-video-guides h2 {
  margin-bottom: 40px;
}
.home-video-guides p {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.video-guides-list {
  margin-top: 50px;
}
.video-guides-list a {
  color: #000;
  text-decoration: none;
}
.video-guides-list .limelight-btn {
  color: #fff !important;
}
.video-guides-list div[class^=col-] {
  padding-bottom: 20px;
}
.video-guides-list .video-guide-item {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.video-guides-list .video-guide-item .video-guide-item-img {
  background-color: #fff;
  padding: 9px;
  margin-bottom: 40px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.38);
  position: relative;
}
.video-guides-list .video-guide-item .video-guide-item-img .video-guide-play-btn {
  display: inline-block;
  position: absolute;
  width: 75px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.video-guides-list .video-guide-item img {
  max-height: 350px;
}
.video-guides-list .video-guide-item h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.video-guides-list .video-guide-item p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.video-guides-list .video-guide-item .limelight-btn {
  text-transform: uppercase;
  margin-top: auto;
}
.video-guides-list .limelight-btn {
  text-transform: uppercase;
  margin-top: auto;
}

.home-latest-news {
  background-color: #F7F7F7;
  text-align: center;
  padding: 50px 0;
}
.home-latest-news h2 {
  margin-bottom: 40px;
}

.latest-news-list div[class^=col-] {
  padding-bottom: 20px;
}
.latest-news-list .latest-news-item {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.latest-news-list .latest-news-item img {
  margin-bottom: 40px;
  max-height: 350px;
}
.latest-news-list .latest-news-item h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.latest-news-list .latest-news-item p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.latest-news-list .latest-news-item .limelight-btn {
  text-transform: uppercase;
  margin-top: auto;
}

/*sizing guide*/
.sizing-list {
  text-align: center;
}
.sizing-list .sizing-item {
  margin-bottom: 50px;
  padding: 0 10px;
}
.sizing-list .sizing-item .sizing-guide-slider {
  margin-bottom: 40px;
  position: relative;
}
.sizing-list .sizing-item h3 {
  font-size: 24px;
}
.sizing-list .sizing-item p {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.sizing-list .sizing-item .dimension {
  font-weight: 800;
  margin-bottom: 0;
}

.sizing-guide-nav {
  position: absolute;
  width: 100%;
  top: 45%;
  margin-bottom: 20px;
}
.sizing-guide-nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sizing-guide-nav li {
  margin-top: 20px;
  position: relative;
}
.sizing-guide-nav li.prev {
  display: block;
  margin-left: 5px;
  height: 20px;
  width: 20px;
  background: url("/wp-content/uploads/2020/10/prev-btn.png") no-repeat;
  background-size: cover;
}
.sizing-guide-nav li.next {
  display: block;
  margin-right: 5px;
  height: 20px;
  width: 20px;
  background: url("/wp-content/uploads/2020/10/next-btn.png") no-repeat;
  background-size: cover;
}

.size-by-country {
  padding-top: 0;
}
.size-by-country .size-by-country-item {
  background-color: #922B5A;
  padding: 60px 50px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.size-by-country .size-by-country-item:hover {
  background-color: #C34B7C;
}
.size-by-country .size-by-country-item h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
.size-by-country .size-by-country-item img {
  max-width: 64px;
  float: right;
}
.size-by-country .size-by-country-item .size-by-country-item-content {
  margin-top: 40px;
  display: none;
}
.size-by-country .size-by-country-item .size-by-country-item-content p, .size-by-country .size-by-country-item .size-by-country-item-content ol, .size-by-country .size-by-country-item .size-by-country-item-content ul {
  color: #fff;
  max-width: 800px;
}
.size-by-country .size-by-country-item .size-by-country-item-content ol, .size-by-country .size-by-country-item .size-by-country-item-content ul {
  margin-left: 20px;
}
.size-by-country .size-by-country-item .size-by-country-item-content ol li, .size-by-country .size-by-country-item .size-by-country-item-content ul li {
  list-style-type: disc;
}
.size-by-country .size-by-country-item .size-by-country-item-content ol li strong, .size-by-country .size-by-country-item .size-by-country-item-content ul li strong {
  font-weight: 500;
}

/*about us*/
.about-us-section {
  margin-top: 70px;
}

@media screen and (max-width: 1023px) {
  .about-us-section {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us-section:not(:first-of-type) {
    margin-top: 0;
  }
  .about-us-section img {
    margin-bottom: 20px;
  }
}
.team-members {
  margin-top: 60px;
  padding: 50px 0;
  text-align: center;
  background-color: #F7F7F7;
}
.team-members .team-member-item {
  padding: 20px;
}
.team-members .team-member-item img {
  margin-bottom: 30px;
}
.team-members .team-member-item h2 {
  margin-bottom: 30px;
}

.our-gallery {
  padding: 50px 0;
  background-color: #fff;
}

.our-gallery-slider-container {
  position: relative;
}

.gallery-slider-nav {
  position: absolute;
  width: 100%;
  top: 45%;
  margin-bottom: 20px;
}
.gallery-slider-nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-slider-nav li {
  margin-top: 20px;
  position: relative;
}
.gallery-slider-nav li.prev {
  display: block;
  margin-left: 5px;
  height: 20px;
  width: 20px;
  background: url("/wp-content/uploads/2020/10/prev-btn.png") no-repeat;
  background-size: cover;
}
.gallery-slider-nav li.next {
  display: block;
  margin-right: 5px;
  height: 20px;
  width: 20px;
  background: url("/wp-content/uploads/2020/10/next-btn.png") no-repeat;
  background-size: cover;
}

/*linen backing*/
.linen-backing-section {
  margin: 70px 0;
}
.linen-backing-section p.linen-caption {
  margin-top: 10px;
  font-style: italic;
}

@media screen and (max-width: 1023px) {
  .linen-backing-section {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .linen-backing-section:not(:first-of-type) {
    margin-top: 0;
  }
  .linen-backing-section img {
    margin-bottom: 20px;
  }
}
/*framing options*/
.framing-options-intro {
  padding: 50px 0;
}
.framing-options-intro p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.framing-options-intro p:last-child {
  margin-bottom: 0;
}

.framing-options-images {
  padding-bottom: 40px;
}
.framing-options-images .container {
  max-width: 1000px;
}
.framing-options-images .framing-option {
  padding: 20px;
  height: 100%;
}
.framing-options-images .framing-option .last-framing-option {
  background-color: #002233;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.framing-options-images .framing-option .last-framing-option p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.after-framing-options {
  padding-bottom: 60px;
}
.after-framing-options p {
  max-width: 536px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.after-framing-options p:last-child {
  margin-bottom: 0;
}

.discuss-framing-options {
  padding: 50px 0;
  background-color: #F7F7F7;
  text-align: center;
}
.discuss-framing-options p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.discuss-framing-options p:last-child {
  margin-bottom: 0;
}

.framing-options-table {
  padding: 70px 0;
}
.framing-options-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.framing-options-table table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
.framing-options-table table th,
.framing-options-table table td {
  padding: 0.625em;
  text-align: center;
}
.framing-options-table table th {
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  background-color: #922B5A;
  color: #fff;
  line-height: 1.3;
  position: sticky;
  top: 0;
}
.framing-options-table table td {
  vertical-align: middle;
}
.framing-options-table table tbody td {
  font-size: 14px;
}
.framing-options-table table tbody td:nth-child(1) {
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .framing-options-table table {
    border: 0;
  }
  .framing-options-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .framing-options-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .framing-options-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 13px;
    text-align: right;
  }
  .framing-options-table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1.3;
  }
  .framing-options-table table td:last-child {
    border-bottom: 0;
  }
}

/*how we grade*/
.how-we-grade-section {
  padding: 70px 0;
}
.how-we-grade-section ul {
  margin-left: 40px;
}
.how-we-grade-section ul li {
  list-style-type: disc;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .how-we-grade-section img {
    margin-bottom: 20px;
  }
}
.grading-system {
  padding: 70px 0;
  background-color: #002233;
}
.grading-system h2 {
  color: #fff;
  text-align: center;
}
.grading-system .grading-system-item {
  padding: 20px;
}
.grading-system .grading-system-item img {
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}
.grading-system .grading-system-item p {
  color: #fff;
}

/*gift ideas*/
.gift-idea-section {
  padding: 70px 0;
}
.gift-idea-section ul {
  margin-left: 40px;
}
.gift-idea-section ul li {
  list-style-type: disc;
  margin-bottom: 20px;
}

#timeline-wrap {
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#timeline {
  height: 3px;
  width: 97%;
  background-color: #002233;
  position: absolute;
  top: 50%;
  bottom: 50%;
}

.timeline-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.marker {
  z-index: 1000;
  color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 1.4em;
  text-align: center;
  background-color: #002233 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker-1 img {
  max-width: 50px;
}

.marker-2 img {
  max-width: 30px;
}

.marker-3 img {
  max-width: 40px;
}

.marker-4 img {
  max-width: 40px;
}

.active-marker {
  background-color: #922B5A !important;
}

@media screen and (max-width: 1023px) {
  .gift-idea-section img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .marker {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .marker-1 img {
    max-width: 35px;
  }

  .marker-2 img {
    max-width: 25px;
  }

  .marker-3 img {
    max-width: 30px;
  }

  .marker-4 img {
    max-width: 27px;
  }
}
.gift-idea-list .gift-idea-item {
  background-color: #002233;
  padding: 40px 20px;
  margin-bottom: 2px;
}
.gift-idea-list .gift-idea-item h3, .gift-idea-list .gift-idea-item p {
  color: #fff;
  margin-bottom: 0;
}
.gift-idea-list .gift-idea-item h3 {
  text-align: right;
}
.gift-idea-list .gift-idea-item p {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .gift-idea-list .gift-idea-item h3, .gift-idea-list .gift-idea-item p {
    text-align: center;
  }
  .gift-idea-list .gift-idea-item h3 {
    margin-bottom: 20px;
  }
  .gift-idea-list .gift-idea-item p {
    margin-left: 0;
  }
}
.gift-considerations {
  background-color: #002233;
  border-top: 8px solid #C34B7C;
  border-bottom: 8px solid #C34B7C;
  padding: 100px 0 70px 0;
}
.gift-considerations h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.gift-considerations .gift-considerations-items {
  margin-top: 100px;
}
.gift-considerations .gift-considerations-items div[class^=col-] {
  padding-bottom: 40px;
}
.gift-considerations .gift-considerations-items .gift-considerations-item {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 15px 15px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-flow: column nowrap;
  height: 100%;
  cursor: pointer;
}
.gift-considerations .gift-considerations-items .gift-considerations-item img {
  width: 100%;
  max-width: 64px;
  margin-top: -32px;
  margin-bottom: 36px;
}
.gift-considerations .gift-considerations-items .gift-considerations-item h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
}
.gift-considerations .gift-considerations-items .gift-considerations-item p {
  margin-bottom: 30px;
}
.gift-considerations .gift-considerations-items .gift-considerations-item .limelight-btn {
  margin-bottom: 30px;
  margin-top: auto;
}

.gift-wizard {
  padding: 70px 0;
}
.gift-wizard h2 {
  text-align: center;
}
.gift-wizard p {
  text-align: center;
}

#gform_wrapper_3 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#gform_wrapper_3 .gf_page_steps {
  text-align: center;
}

#gform_wrapper_3 .gform_footer {
  text-align: center;
}

#gform_wrapper_3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 16px;
}

#gform_wrapper_3 .gf_page_steps {
  width: 100%;
  padding: 0 0 20px 0;
  height: auto;
  border-bottom: none;
}

#gform_wrapper_3 .gf_step {
  height: auto !important;
}

#gform_wrapper_3 .gf_step_number {
  font-weight: 600;
  display: block;
  font-family: bilo, sans-serif !important;
}

#gform_wrapper_3 .gform_page_footer {
  text-align: center;
}

/*design services*/
.design-service-section {
  padding: 70px 0;
}
.design-service-section h2 {
  margin-bottom: 30px;
}
.design-service-section:nth-child(odd) {
  background-color: #F7F7F7;
}

@media screen and (max-width: 1023px) {
  .design-service-section {
    margin-left: auto;
    margin-right: auto;
  }
  .design-service-section:not(:first-of-type) {
    margin-top: 0;
  }
  .design-service-section img {
    margin-bottom: 20px;
  }
}
.get-started-section {
  padding: 70px 0;
}
.get-started-section h3 {
  color: #922B5A;
}
.get-started-section ul {
  margin-bottom: 30px;
  margin-top: 10px;
  margin-left: 40px;
}
.get-started-section ul li {
  margin-bottom: 20px;
  list-style-type: disc;
}

/*new to movie art*/
.new-to-movie-art-section {
  padding: 70px 0;
}
.new-to-movie-art-section h2 {
  margin-bottom: 30px;
}
.new-to-movie-art-section:nth-child(odd) {
  background-color: #F7F7F7;
}

/* new home slider */
.home-sliders .block-sliders {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}
.home-sliders .block-sliders.draggable {
  pointer-events: all;
  cursor: grab;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home-sliders .block-sliders.draggable .block-sliders-inner {
  pointer-events: none;
}
.home-sliders .block-sliders.draggable .block-slider {
  pointer-events: none;
}
.home-sliders .block-sliders.draggable .block-slider .sw-buttons,
.home-sliders .block-sliders.draggable .block-slider a:link {
  pointer-events: all !important;
}
.home-sliders .block-sliders.draggable.grabbing {
  cursor: grabbing;
}
.home-sliders .block-sliders .block-sliders-inner {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  height: 100%;
}
.home-sliders .block-sliders .block-slider {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  width: 100%;
  transform: translateX(-100vw);
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.home-sliders .block-sliders .block-slider > .sw-group {
  display: none;
}
.home-sliders .block-sliders .block-slider.slide-in, .home-sliders .block-sliders .block-slider.release-in {
  z-index: 2;
}
.home-sliders .block-sliders .block-slider.slide-out, .home-sliders .block-sliders .block-slider.release-out {
  z-index: 1;
}
.home-sliders .block-sliders .block-slider.slide-out > .sw-group {
  display: block;
}
.home-sliders .block-sliders .block-slider.current-slide {
  transform: translateX(0);
  position: relative;
}
.home-sliders .block-sliders .block-slider.current-slide > .sw-group {
  display: block;
}
.home-sliders .block-sliders .block-slider.peeked-slide > .sw-group, .home-sliders .block-sliders .block-slider.grabbed-slide > .sw-group {
  display: block;
}
.home-sliders .block-sliders .slide-arrow {
  color: #fff;
  gap: 10px;
  display: flex;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 2;
}
.home-sliders .block-sliders .slide-arrow .slide-arrow-icon {
  display: none;
}
.home-sliders .block-sliders .slide-arrow:hover {
  color: RGBA(255, 255, 255, 0.77);
}
.home-sliders .block-sliders .slide-arrow-left::before {
  content: "←";
  line-height: 18px;
}
.home-sliders .block-sliders .slide-arrow-left::after {
  content: "Previous";
}
.home-sliders .block-sliders .slide-arrow-right::before {
  content: "Next";
}
.home-sliders .block-sliders .slide-arrow-right::after {
  content: "→";
  line-height: 18px;
}
.home-sliders .block-sliders .block-slider-arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  margin-top: 0;
}
.home-sliders .block-sliders .block-slider-count {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.home-sliders .block-sliders .block-slider-extra {
  width: 400px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.home-sliders .sw-wrapper {
  max-width: 1366px;
  margin: 0 auto;
}
.home-sliders .sw-wrapper > * {
  padding-left: 50px;
  padding-right: 50px;
}
.home-sliders .sw-buttons {
  display: flex;
  flex-wrap: wrap;
}
.home-sliders .sw-button {
  display: inline-flex;
}
.home-sliders .sw-button .sw-button__link {
  border-radius: 13px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 15px;
  background-color: #922B5A;
  text-decoration: none;
  display: inline-block;
  white-space: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.home-sliders .sw-button:hover .sw-button__link {
  background-color: #C34B7C;
  color: #fff;
}
.home-sliders .sw-columns {
  display: flex;
  gap: 50px;
  flex-wrap: nowrap;
  align-items: center;
}
.home-sliders .sw-columns .sw-column {
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  align-self: start;
}
.home-sliders .sw-columns .sw-column.is-vertically-aligned-center {
  align-self: center;
  width: 100%;
}
.home-sliders .sw-columns .sw-column[style*=flex-basis] {
  flex-grow: 0;
}
.home-sliders .sw-group > * {
  margin: 0;
}
.home-sliders .sw-group > * + * {
  margin-block-start: 20px;
  margin-block-end: 0;
}
.home-sliders .sw-group > :where(:not(.alignleft):not(.alignright)) {
  margin-left: auto !important;
  margin-right: auto !important;
}
.home-sliders .sw-image.bg-image img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  outline: none;
  border: none;
  box-shadow: none;
}
.home-sliders .no-gap {
  gap: 0 !important;
}
.home-sliders .is-style-shadow-box {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 30px;
}
.home-sliders .has-offset-bot {
  padding-bottom: 80px;
}
.home-sliders .has-text-align-center {
  text-align: center;
}
.home-sliders .has-justify-center {
  justify-content: center;
}
.home-sliders .has-margin-center {
  margin-left: auto;
  margin-right: auto;
}
.home-sliders .hide-on-desktop {
  display: none;
}
.home-sliders .hide-on-mobile {
  display: block;
}

@media (max-width: 1237.98px) {
  .home-sliders .block-sliders .block-slider .bg-image {
    height: 570px !important;
    min-height: 570px !important;
  }
}
@media (max-width: 999.98px) {
  .home-sliders .block-sliders .block-slider .bg-image {
    height: 100% !important;
    min-height: initial !important;
  }
  .home-sliders .block-sliders .block-slider-arrows {
    position: relative;
    width: 100%;
  }
  .home-sliders .sw-columns {
    flex-direction: column-reverse;
  }
  .home-sliders .has-fixed-width {
    max-width: 100% !important;
    width: 100% !important;
  }
  .home-sliders .has-offset-bot {
    padding-bottom: 0;
  }
}
/* new home slider anim */
[data-anim-scroll] {
  visibility: hidden;
}

.animate[data-anim-scroll] {
  visibility: visible;
}

.anim-mask-wrap {
  overflow: hidden;
  position: relative;
}
.anim-mask-wrap > span {
  position: relative;
  display: inline-block;
}
.anim-mask-wrap.anim-mask-fluid > span {
  display: inline;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.99;
  }
}
@keyframes move {
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    opacity: 0.99;
  }
}
@keyframes mask {
  100% {
    left: 0;
    top: 0;
    opacity: 0.99;
  }
}
@keyframes springLeft {
  25% {
    transform: translateX(24px);
    opacity: 0.99;
  }
  50% {
    transform: translateX(-8px);
    opacity: 0.99;
  }
  75% {
    transform: translateX(3px);
    opacity: 0.99;
  }
  100% {
    transform: translateX(0);
    opacity: 0.99;
  }
}
@keyframes springRight {
  25% {
    transform: translateX(-24px);
    opacity: 0.99;
  }
  50% {
    transform: translateX(8px);
    opacity: 0.99;
  }
  75% {
    transform: translateX(-3px);
    opacity: 0.99;
  }
  100% {
    transform: translateX(0);
    opacity: 0.99;
  }
}
@keyframes unveil {
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0.99;
  }
}
@media (min-width: 782px) {
  .performance-academy-page .pa-columns .pa-column {
    flex-basis: 0;
    flex-grow: 1;
  }

  .pa-columns:not(.is-not-stacked-on-mobile) > .pa-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .pa-columns:not(.is-not-stacked-on-mobile) > .pa-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
@media screen and (max-width: 1023px) {
  .new-to-movie-art-section {
    margin-left: auto;
    margin-right: auto;
  }
  .new-to-movie-art-section:not(:first-of-type) {
    margin-top: 0;
  }
  .new-to-movie-art-section img {
    margin-bottom: 20px;
  }
}
.poster-collectables {
  background-color: #002233;
  padding: 70px 0;
}
.poster-collectables .introduction {
  text-align: center;
}
.poster-collectables .introduction h2, .poster-collectables .introduction p {
  color: #fff;
}
.poster-collectables .introduction h2 {
  margin-bottom: 40px;
}
.poster-collectables .introduction p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.poster-collectables .introduction a {
  color: #fff;
}
.poster-collectables .introduction a:hover {
  color: #fff;
}
.poster-collectables .factors-list {
  padding-top: 30px;
}
.poster-collectables .factors-list .factors-item {
  border-top: 1px solid #fff;
  padding: 50px 0;
}
.poster-collectables .factors-list .factors-item h3 {
  color: #fff;
  text-align: right;
}
.poster-collectables .factors-list .factors-item p {
  color: #fff;
  margin-left: 15px;
}
.poster-collectables .factors-list .factors-item p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .poster-collectables .factors-list .factors-item h3 {
    text-align: center;
  }

  .poster-collectables .factors-list .factors-item p {
    margin-left: 0;
    text-align: center;
  }
}
/*photography collections*/
.about-photographer-collection {
  padding: 70px 0 20px;
}
.about-photographer-collection .container {
  padding-bottom: 30px;
}
.about-photographer-collection .wrapper {
  padding: 20px;
}

.about-photography-collection {
  text-align: center;
  background-color: #F7F7F7;
  padding: 70px 0 40px;
}
.about-photography-collection p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.about-photography-collection .limelight-btn {
  margin: 10px;
}

.about-exclusive-collections {
  display: flex;
  width: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.about-exclusive-collections .about-exclusive-collections-item {
  background-color: #922B5A;
  color: #fff;
  padding: 50px 30px;
  width: 100%;
}
.about-exclusive-collections .about-exclusive-collections-item:last-child {
  background-color: #002233;
}
.about-exclusive-collections .about-exclusive-collections-item .wrapper {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.about-exclusive-collections .about-exclusive-collections-item ul {
  margin-left: 20px;
}
.about-exclusive-collections .about-exclusive-collections-item ul li {
  list-style-type: disc;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .about-exclusive-collections {
    flex-direction: column;
  }
}
/*video guides*/
.video-guides {
  text-align: center;
  padding: 0 0 70px;
}

.video-guides-intro {
  padding-bottom: 0;
}
.video-guides-intro p {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.video-guides-intro p:last-of-type {
  margin-bottom: 0;
}

/*gallery and biography*/
.galleries-biographies {
  padding: 50px 0;
}
.galleries-biographies .gallery-biography-list div[class^=col-] {
  padding-bottom: 25px;
  padding-top: 25px;
}
.galleries-biographies .gallery-biography-list .gallery-biography-item {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.galleries-biographies .gallery-biography-list .gallery-biography-item img {
  margin-bottom: 0;
  width: 100%;
  max-width: 222px;
}
.galleries-biographies .gallery-biography-list .gallery-biography-item .gallery-biography-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
}
.galleries-biographies .gallery-biography-list .gallery-biography-item .gallery-biography-item-content h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.galleries-biographies .gallery-biography-list .gallery-biography-item .gallery-biography-item-content p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.galleries-biographies .gallery-biography-list .gallery-biography-item .gallery-biography-item-content .limelight-btn {
  text-transform: uppercase;
  display: inline-block;
}

.gallery-biography-content {
  padding: 70px 0;
}
.gallery-biography-content .container {
  max-width: 1000px;
}
.gallery-biography-content .container .gallery-biography-columns {
  column-count: 2;
  column-gap: 50px;
  column-width: 300px;
  padding: 0 5%;
}

@media screen and (max-width: 1201px) {
  .galleries-biographies .gallery-biography-list .gallery-biography-item {
    flex-direction: column;
  }
  .galleries-biographies .gallery-biography-list .gallery-biography-item .gallery-biography-item-content {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  .galleries-biographies .gallery-biography-list .gallery-biography-item .gallery-biography-item-content h2 {
    width: 100%;
  }
  .galleries-biographies .gallery-biography-list .gallery-biography-item .gallery-biography-item-content .limelight-btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
/*privacy and terms*/
.privacy-terms {
  padding: 70px 20px;
  margin-left: auto;
  margin-right: auto;
}
.privacy-terms ul li {
  list-style-type: lower-alpha;
  margin-left: 40px;
}
.privacy-terms .container {
  max-width: 1000px;
}
.privacy-terms h2 {
  margin-bottom: 30px;
  padding-top: 20px;
}

/*faqs*/
.faq-content {
  padding: 70px 0;
}
.faq-content .faq-item {
  background-color: #922B5A;
  padding: 60px 50px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.faq-content .faq-item:hover {
  background-color: #C34B7C;
}
.faq-content .faq-item h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
.faq-content .faq-item img {
  max-width: 64px;
  float: right;
}
.faq-content .faq-item .faq-item-content {
  margin-top: 40px;
  display: none;
}
.faq-content .faq-item .faq-item-content a {
  color: #fff;
}
.faq-content .faq-item .faq-item-content p, .faq-content .faq-item .faq-item-content ol, .faq-content .faq-item .faq-item-content ul {
  color: #fff;
  max-width: 800px;
}
.faq-content .faq-item .faq-item-content ol, .faq-content .faq-item .faq-item-content ul {
  margin-left: 20px;
}
.faq-content .faq-item .faq-item-content ol li, .faq-content .faq-item .faq-item-content ul li {
  list-style-type: disc;
}
.faq-content .faq-item .faq-item-content ol li strong, .faq-content .faq-item .faq-item-content ul li strong {
  font-weight: 500;
}

/*single news item*/
.latest-news-item {
  padding: 70px 0;
}
.latest-news-item .latest-news-item-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*consultation form*/
.book-consultation {
  background-color: #F7F7F7;
  padding: 50px 0 70px;
}
.book-consultation .consultation-form-container {
  background-color: #002233;
  padding: 50px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.book-consultation .consultation-form-container h2, .book-consultation .consultation-form-container p, .book-consultation .consultation-form-container a {
  color: #fff;
}
.book-consultation .consultation-form-container a:hover {
  color: #fff;
}

#gform_wrapper_2 .gform_footer {
  text-align: center;
}

#gform_wrapper_2 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 16px;
}

#gform_wrapper_2 textarea {
  padding: 16px;
  margin-top: 16px;
}

/*you may also like*/
.you-may-also-like {
  background-color: #EFEFEF;
  padding: 70px 0;
  text-align: center;
}
.you-may-also-like h2 {
  margin-bottom: 70px;
}
.you-may-also-like .you-may-also-like-item {
  padding: 20px;
  cursor: pointer;
}
.you-may-also-like .you-may-also-like-item img {
  margin-bottom: 30px;
}
.you-may-also-like .you-may-also-like-item h4 {
  margin-bottom: 40px;
}
.you-may-also-like .you-may-also-like-item .limelight-btn {
  width: 100%;
  max-width: 160px;
}

/*news*/
.latest-news {
  text-align: center;
  padding: 50px 0;
}

/*contact us*/
.contact-info {
  text-align: center;
  background-color: #922B5A;
  padding: 30px 0;
}
.contact-info .contact-info-item {
  padding: 10px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.contact-info .contact-info-item:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  height: 30px;
  position: absolute;
  right: 0;
}
.contact-info .contact-info-item h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.44;
  text-transform: uppercase;
  margin-bottom: 10px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.contact-info .contact-info-item p, .contact-info .contact-info-item a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
.contact-info .contact-info-item a {
  text-decoration: none;
}
.contact-info .contact-info-item img {
  width: 100%;
  max-width: 40px;
  margin: 5px 3px;
}
.contact-info .last-contact-info-item:after {
  content: none;
}

.contact-content {
  padding: 70px 0;
}
.contact-content .contact-grid {
  display: grid;
  grid-gap: 12px;
  grid-template-areas: "contact-grid-address contact-grid-map" "contact-grid-opening-hours contact-grid-map";
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr 1.4fr;
}
.contact-content .contact-grid .contact-grid-item {
  background-color: #002233;
  padding: 20px 20px 30px;
}
.contact-content .contact-grid .contact-grid-item h2 {
  color: #fff;
  font-size: 20px;
}
.contact-content .contact-grid .contact-grid-item p {
  color: #fff;
  margin-bottom: 0;
}
.contact-content .contact-grid .contact-grid-address {
  grid-area: contact-grid-address;
}
.contact-content .contact-grid .contact-grid-opening-hours {
  grid-area: contact-grid-opening-hours;
}
.contact-content .contact-grid .contact-grid-map {
  grid-area: contact-grid-map;
  padding: 0;
}
.contact-content .acf-map {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.contact-content .acf-map img {
  max-width: inherit !important;
}

@media screen and (max-width: 1023px) {
  .contact-content .contact-grid {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 768px) {
  .contact-content .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .contact-content .contact-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "contact-grid-address" "contact-grid-opening-hours" "contact-grid-map";
  }
  .contact-content .contact-grid .contact-grid-address {
    grid-area: contact-grid-address;
  }
  .contact-content .contact-grid .contact-grid-opening-hours {
    grid-area: contact-grid-opening-hours;
  }
  .contact-content .contact-grid .contact-grid-map {
    grid-area: contact-grid-map;
    padding: 0;
  }
}
/*portfolio*/
.portfolio-intro {
  padding: 50px 0;
}
.portfolio-intro p {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-intro p:last-of-type {
  margin-bottom: 0;
}

.portfolio-items {
  padding: 50px 0;
  background-color: #EFEFEF;
  text-align: center;
}
.portfolio-items .portfolio-item {
  padding: 20px;
}
.portfolio-items .portfolio-item img {
  margin-bottom: 40px;
  width: 100%;
  max-width: 550px;
}
.portfolio-items .portfolio-item p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-items {
  padding: 70px 0 50px;
  text-align: center;
  background-color: #002233;
}
.testimonial-items h2 {
  color: #fff;
  margin-bottom: 50px;
}
.testimonial-items .testimonial-item {
  padding: 20px;
}
.testimonial-items .testimonial-item h3, .testimonial-items .testimonial-item p {
  color: #fff;
}
.testimonial-items .testimonial-item p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/*searchbox*/
.limelight-advanced-search {
  width: 100%;
}
.limelight-advanced-search .advanced-search-header {
  text-align: center;
  margin-top: 2.7rem;
  margin-bottom: 0;
}
.limelight-advanced-search .advanced-submit-area {
  text-align: center;
  margin-top: 20px;
}

#advanced-search-container .search-filter-results {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  justify-content: space-evenly;
}
#advanced-search-container .search-filter-results > div {
  flex-basis: 30%;
}
#advanced-search-container .search-filter-results .pagination {
  flex-basis: 100%;
}

@media screen and (max-width: 860px) {
  #advanced-search-container .search-filter-results > div {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 600px) {
  #advanced-search-container .search-filter-results > div {
    flex-basis: 100%;
  }
}
#advanced-search-container form ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 30px;
}
#advanced-search-container form ul li {
  flex-basis: 30%;
}
#advanced-search-container form ul li label {
  display: block;
}
#advanced-search-container form ul .sf-field-post-meta-_price {
  flex-basis: 95%;
  display: flex;
  flex-direction: column;
}
#advanced-search-container form ul .sf-field-reset {
  flex-basis: 100%;
  text-align: center;
}

.searchandfilter .noUi-connect {
  background-color: #922B5A;
}

@media screen and (max-width: 860px) {
  #advanced-search-container form ul li {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 600px) {
  #advanced-search-container form ul li {
    flex-basis: 95%;
  }
}
#advanced-search label {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 6px;
  display: inline-block;
  font-weight: 500;
}

#advanced-search input::placeholder, #advanced-search select::placeholder {
  color: #999;
}

.irs--round .irs-min, .irs--round .irs-max {
  color: #fff !important;
  border: 1px solid #922B5A !important;
}

.irs--round .irs-bar {
  background-color: #922B5A !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: #922B5A !important;
}

.irs--round .irs-handle {
  border-color: #922B5A !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  border-color: #922B5A !important;
}

.mega-menu-advanced-header {
  background-color: #002233;
}

.mega-menu-search-box h1 {
  color: #fff;
}

.advanced-search-form {
  margin-bottom: 4rem;
}
.advanced-search-form h2 {
  margin-bottom: 1.7rem !important;
}

.mega-menu-search-box p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mega-menu-search-box .aws-container {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}

.advanced-search-results div[class^=col-] {
  padding-bottom: 40px;
}
.advanced-search-results .advanced-search-result-item {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  cursor: pointer;
}
.advanced-search-results .advanced-search-result-item .advanced-search-result-item-format, .advanced-search-results .advanced-search-result-item .advanced-search-result-item-price {
  margin-bottom: 10px;
}
.advanced-search-results .advanced-search-result-item h3 {
  font-size: 1em;
}
.advanced-search-results .advanced-search-result-item img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: 400px;
  display: block;
}
.advanced-search-results .advanced-search-result-item .limelight-btn {
  margin-top: 10px;
  min-width: 120px;
}

.post-type-archive-product .searchandfilter > ul > li {
  border-top: 1px solid #ccc;
  display: block;
}

.post-type-archive-product .searchandfilter .sf-field-taxonomy-popular_actor {
  border-top: 0;
}

.post-type-archive-product .searchandfilter h4 {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-type-archive-product .searchandfilter h4 img {
  float: right;
  max-width: 15px;
}
.post-type-archive-product .searchandfilter h4 .toggle-icon {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.post-type-archive-product .searchandfilter .sf-field-taxonomy-popular_actor ul, .post-type-archive-product .searchandfilter .sf-field-taxonomy-actor ul, .post-type-archive-product .searchandfilter .sf-field-taxonomy-director ul, .post-type-archive-product .searchandfilter .sf-field-taxonomy-format ul, .post-type-archive-product .searchandfilter .sf-field-taxonomy-orientation ul, .post-type-archive-product .searchandfilter .sf-field-taxonomy-country ul, .post-type-archive-product .searchandfilter .sf-field-taxonomy-genre ul, .post-type-archive-product .searchandfilter .sf-field-taxonomy-art_year ul, .post-type-archive-product .searchandfilter .sf-field-taxonomy-poster_artist ul, .post-type-archive-product .searchandfilter .sf-field-post-meta-_price .sf-meta-range {
  padding-top: 10px;
  display: none;
}

.searchandfilter .sf-field-taxonomy-popular_actor, .searchandfilter .sf-field-taxonomy-actor, .searchandfilter .sf-field-taxonomy-director, .searchandfilter .sf-field-taxonomy-format, .searchandfilter .sf-field-taxonomy-orientation, .searchandfilter .sf-field-taxonomy-country, .searchandfilter .sf-field-taxonomy-genre, .searchandfilter .sf-field-taxonomy-art_year, .searchandfilter .sf-field-taxonomy-poster_artist, .searchandfilter .sf-field-post-meta-_price {
  cursor: pointer;
}

.orders-and-shipping-content .os_middle_section {
  background-color: #FAFAFA;
}
.orders-and-shipping-content .os_bottom_section, .orders-and-shipping-content .os_middle_section, .orders-and-shipping-content .os_top_section {
  padding: 70px 0;
}

.framing-option-form {
  background-color: #002233;
  padding: 50px;
}

.spotling-framing {
  text-align: center;
  margin-bottom: 70px;
}

.woocommerce .related.products .price,
.woocommerce .upsells.products .price {
  display: initial !important;
}
.woocommerce .related.products .outofstock .price,
.woocommerce .upsells.products .outofstock .price {
  display: none !important;
}
.woocommerce .related.products .alert-info.item-sold,
.woocommerce .upsells.products .alert-info.item-sold {
  display: none;
}
.woocommerce .related.products .alert-info.item-sold .woocommerce-LoopProduct-link.woocommerce-loop-product__link,
.woocommerce .upsells.products .alert-info.item-sold .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: inline !important;
}
.woocommerce .related.products p.stock,
.woocommerce .upsells.products p.stock {
  font-size: 1rem;
}

/*# sourceMappingURL=style.css.map */

/* Fix how-we-grade-and-condition */
section.how-we-grade-section:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  display:none;
  }
  
section.how-we-grade-section:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  max-width: none;
  flex-basis: fit-content;
  }
  
@media (min-width:1100px){
.pp-grade-sample {
  margin-left:6em!important;
  }
}

#genesis-content .posts-page-description h1 {
  color: #fff;
  font-size: 32px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -30px;
  background-image: url('/wp-content/uploads/2020/10/dr-no-movie-poster-updated.jpg');
  background-color: #002233;
  background-blend-mode: overlay;
  background-position: center 13%;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 320px;
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
a.limelight-btn:nth-child(8) , a.limelight-btn:nth-child(7) {
  display:none;
  }

.gform_description {
  color:#fff;
  }
  
#select2-calc_shipping_country-container ,#select2-calc_shipping_state-container , #select2-billing_country-container{
  line-height: 6px!important;
  }

.woocommerce-checkout-payment .stripe-cards-icon {
  height: 38px!important;
  }

@media only screen and (min-width: 991px) {
  .wpgs-lightbox-icon::before {
    width: 44px!important;
    height: 44px!important;
    display: inherit!important;
    top: 25px!important;
    right: 25px!important;
    background-color: #fff;
    border-radius: 40px!important;
    padding: 11px !important;
    box-shadow: 2px 2px 10px #0009;
    }
}

.home-featured-gallery-intro a.limelight-btn:nth-child(9) {
  display:none;
  }
