/*!
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Christopher Hahn - Catapult Creative
Author URI: http://launchcatapult.com
Description: A hand-crafted child theme Built by Catapult Creative specifically for the X Framework.
Version: 1.1.0
Template: x
*/
/* =============================
	   Structure Mixins
=============================== */
/**
 *
 * Sets height of div to full viewport height
 * sets fallback
 * has optinal value for vh offset
 *
 * In the future, use rem/px conversion for this function
 * in IE 9 cannot use calc with background size
 *
 * you have to specify a unit (i.e px, em, rem, %, vh, vw)
 * for each param
 */
/* =============================
	   Utility Mixins
=============================== */
/* =============================
	RESPONSIVE MIXINS
=============================== */
/*------------------------------
	* Responsive Breakpoints | VARS
	*------------------------------*/
/*------------------------------
* Responsive Max-Width | Mixin
* @author Christopher Hahn
*------------------------------*/
/*------------------------------
* Responsive Max-Width | Mixin
* @author Christopher Hahn
*------------------------------*/
.x-text._max-1300 {
  max-width: 81.25em; }

.x-text._max-1150 {
  max-width: 71.875em; }

.x-text._max-980 {
  max-width: 61.25em; }

.x-text._max-800 {
  max-width: 50em; }

.x-text._max-600 {
  max-width: 37.5em; }

.x-text._max-550 {
  max-width: 34.375em; }

.x-text._center {
  margin-left: auto;
  margin-right: auto; }

.x-text._left {
  margin-left: 0;
  margin-right: auto; }

.x-text._right {
  margin-left: auto;
  margin-right: 0; }

._img-full {
  width: 100%; }

._bg-col {
  height: 300px; }

@media only screen and (max-width: 880px) {
  ._invisible-col {
    display: none !important; } }

._stretch-container {
  display: flex !important;
  align-items: stretch !important; }
  ._stretch-container.-v-center {
    align-items: center !important; }

._before {
  position: relative !important; }
  ._before:before {
    content: '';
    position: absolute;
    display: block !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }

@media only screen and (max-width: 768px) {
  ._mobile-padding-tb {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important; } }

@media only screen and (max-width: 767px) {
  ._break-1-2._stretch-container {
    flex-direction: column; } }

@media only screen and (max-width: 767px) {
  ._break-1-2 .x-column.x-1-2 {
    display: block;
    width: 100%;
    float: none;
    margin-right: 0; }
    ._break-1-2 .x-column.x-1-2:first-of-type {
      margin-bottom: 1em; } }

@media only screen and (max-width: 880px) {
  ._break-1-3._stretch-container {
    flex-direction: column; } }

@media only screen and (max-width: 880px) {
  ._break-1-3 .x-column.x-1-3 {
    display: block;
    width: 100% !important;
    float: none;
    margin-right: 0 !important;
    margin-bottom: 8px; } }

._break-1-3-special._stretch-container {
  flex-wrap: nowrap; }
  @media only screen and (max-width: 767px) {
    ._break-1-3-special._stretch-container {
      flex-wrap: wrap;
      justify-content: center; } }
  @media only screen and (max-width: 480px) {
    ._break-1-3-special._stretch-container {
      flex-direction: column; } }

@media only screen and (max-width: 767px) {
  ._break-1-3-special .x-column.x-1-3 {
    width: 48% !important;
    margin-right: 4%;
    float: left !important; }
    ._break-1-3-special .x-column.x-1-3:nth-child(2n) {
      margin-right: 0; }
    ._break-1-3-special .x-column.x-1-3:nth-child(3n) {
      margin-right: 0;
      width: 100%; } }

@media only screen and (max-width: 480px) {
  ._break-1-3-special .x-column.x-1-3 {
    width: 100% !important;
    margin-right: 0;
    float: none !important; } }

@media only screen and (max-width: 1024px) {
  ._break-1-5._stretch-container {
    flex-wrap: wrap;
    justify-content: center; } }

@media only screen and (max-width: 1024px) {
  ._break-1-5 .x-column.x-1-5,
  ._break-1-5.marginless-columns > .x-column.x-1-5 {
    width: 32% !important; }
    ._break-1-5 .x-column.x-1-5:nth-child(3n),
    ._break-1-5.marginless-columns > .x-column.x-1-5:nth-child(3n) {
      margin-right: 0 !important; }
    ._break-1-5 .x-column.x-1-5:last-of-type,
    ._break-1-5.marginless-columns > .x-column.x-1-5:last-of-type {
      margin-right: 0 !important; } }

@media only screen and (max-width: 767px) {
  ._break-1-5 .x-column.x-1-5,
  ._break-1-5.marginless-columns > .x-column.x-1-5 {
    width: 48% !important; }
    ._break-1-5 .x-column.x-1-5:nth-child(2n),
    ._break-1-5.marginless-columns > .x-column.x-1-5:nth-child(2n) {
      margin-right: 0 !important; }
    ._break-1-5 .x-column.x-1-5:nth-child(3n),
    ._break-1-5.marginless-columns > .x-column.x-1-5:nth-child(3n) {
      margin-right: 2% !important; } }

@media only screen and (max-width: 480px) {
  ._break-1-5 .x-column.x-1-5,
  ._break-1-5.marginless-columns > .x-column.x-1-5 {
    width: 100% !important;
    margin-right: 0 !important; } }

@media only screen and (max-width: 979px) {
  ._break-3-4 .x-column.x-1-4,
  ._break-3-4 .x-column.x-3-4 {
    width: 100%; } }

/**
* NAME : HELPERS
*
* This file is for any global style delcarations that you want to be applied everywhere.
* These things should be unrelated to things like type, navigaions, headers, or specific components
* Example: a{ text-decaration:none; } - declaring all links sitewide will not have text decaration.
*
*/
a,
a:focus {
  -webkit-outline: none !important;
  -moz-outline: none !important;
  outline: none !important;
  transition: all 0.3s ease-in-out !important; }

::-moz-selection {
  background: #eee; }

::selection {
  background: #eee; }

body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

@media only screen and (max-width: 1280px) {
  #cs-content .x-container.max.width {
    width: 90% !important; } }

.x-bg-layer-upper-color {
  background-blend-mode: multiply;
  mix-blend-mode: multiply; }

.x-scroll-top {
  border-color: #705177;
  color: #705177;
  border-radius: 0; }
  .x-scroll-top.in {
    opacity: 1; }

#cookie-law-info-bar {
  line-height: 1.2;
  font-size: 12px;
  padding: 13px 8%; }

.tg-media-button i {
  display: block !important; }

.pdfjs-fullscreen {
  background-color: #705177;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "montserrat", sans-serif;
  font-weight: bold;
  padding: 5px !important; }
  .pdfjs-fullscreen:hover, .pdfjs-fullscreen:focus {
    background-color: #9f7aa7; }
    .pdfjs-fullscreen:hover > a, .pdfjs-fullscreen:focus > a {
      color: white; }
  .pdfjs-fullscreen > a {
    color: white;
    letter-spacing: 0.03em;
    font-size: 1rem;
    display: block; }

.x-pagination {
  margin: 2em auto;
  clear: both; }

/**
 * NAME : TYPOGRAPGY
 *
 * This page contains all of our typography settings
 * and builds!
 *
 */
/*-------------------------------------------
	 Type  | Build
*------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0 !important;
  line-height: 1;
  transition: all 0.3s ease-in-out; }

h1 {
  font-size: 6rem; }
  @media only screen and (max-width: 1440px) {
    h1 {
      font-size: 4rem; } }
  @media only screen and (max-width: 1280px) {
    h1 {
      font-size: 3rem; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2rem; } }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 1.5rem; } }

h2 {
  font-size: 3.3rem; }
  @media only screen and (max-width: 1440px) {
    h2 {
      font-size: 3rem; } }
  @media only screen and (max-width: 1280px) {
    h2 {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 480px) {
    h2 {
      font-size: 1.3rem; } }

h3 {
  font-size: 2.5rem; }
  @media only screen and (max-width: 1440px) {
    h3 {
      font-size: 2.2rem; } }
  @media only screen and (max-width: 1280px) {
    h3 {
      font-size: 2rem; } }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.4rem; } }
  @media only screen and (max-width: 480px) {
    h3 {
      font-size: 1.2rem; } }

h4 {
  font-size: 2rem; }
  @media only screen and (max-width: 1280px) {
    h4 {
      font-size: 1.1rem; } }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 1rem; } }
  @media only screen and (max-width: 480px) {
    h4 {
      font-size: 0.9rem; } }

h5 {
  font-size: 1.1rem; }
  @media only screen and (max-width: 1280px) {
    h5 {
      font-size: 1rem; } }
  @media only screen and (max-width: 767px) {
    h5 {
      font-size: 0.9rem; } }
  @media only screen and (max-width: 480px) {
    h5 {
      font-size: 0.8rem; } }

h6 {
  font-size: 1rem; }
  @media only screen and (max-width: 767px) {
    h6 {
      font-size: 0.9rem; } }
  @media only screen and (max-width: 480px) {
    h6 {
      font-size: 0.8rem; } }

@media only screen and (max-width: 767px) {
  .x-text {
    font-size: 0.9rem;
    line-height: 1.3; } }

@media only screen and (max-width: 480px) {
  .x-text {
    font-size: 0.85rem; } }

.x-text.-white > h1, .x-text.-white h2, .x-text.-white h3, .x-text.-white h4, .x-text.-white h5, .x-text.-white h6, .x-text.-white p {
  color: white !important; }

.x-text.dotted-divider-header {
  position: relative;
  margin-bottom: 1em; }
  .x-text.dotted-divider-header h1, .x-text.dotted-divider-header h2, .x-text.dotted-divider-header h3, .x-text.dotted-divider-header h4 {
    margin-top: 15px !important;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .x-text.dotted-divider-header h1, .x-text.dotted-divider-header h2, .x-text.dotted-divider-header h3, .x-text.dotted-divider-header h4 {
        margin-top: 10px !important; } }
  .x-text.dotted-divider-header h5 {
    font-family: "montserrat", sans-serif;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-top: 10px !important;
    margin-bottom: 0; }
  .x-text.dotted-divider-header::after {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAAJCAYAAACFfPRvAAACBklEQVRIiZWVy2+NURTFf63qRVv1KGmohAgV0TIxM8BISBNDfyVJJQgD0hCJ1MBASGm9rveblj7UlXWzbnw52ed8rOTLzd37rLOfZ+8u/mIXMAisAZaBD8B7yhgAhoH1QAtYAJrm59BtWwO2tQS8Az7V2Bry1wBWga+21Spw5NdOYIP//wBe+ZcuO3MMOJkQvwMXgZmCM2eBkUR+H5h0UCl6gOO2V4UCvwC8yNjaB0wAGxP5dWAqkwCdPQOMJvI54Dwwr8yPAacDcsNZewT8THRrffHegLfdSZ0LdAeBU4FcFdoBPAy6ph84565MscfdmXao7J8AjgSczUAfMKuqHw0OdLAF2B/I1eq7C7zDQG8iU9XHC5xhJzvFAWBTgXfoP/zuQEVoKPithUNkMj7oauXQ6zddRc8/2IqCHKrh9AWJ7veXQ/u5d9cMJ2ElkInzq8BpBW9essUaW9GciGRVrPqrYiXjdwftQa/gHxQOKcCngfx1zXSWfj5w6HGBs2ReipkguCqagV6+vSlwpF9W8LeB55lD05ngtQluZpzSGrkWyH8DdzMBCre8XlO8BO5kOM2MbtH3pYMaF/Sqkt3Zs7Oe4Hpfkn3xCtEFufZ+6ymr6am1orZWZS/ZqQiy9cRvdJs77yNww0HkKvzMgci/db7nHnAF+JbhfPZOl2/yUVCRL7c3GPAH+xp7EpwjXnkAAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto; }
  .x-text.dotted-divider-header.-white h1, .x-text.dotted-divider-header.-white h2, .x-text.dotted-divider-header.-white h3, .x-text.dotted-divider-header.-white h4, .x-text.dotted-divider-header.-white h5, .x-text.dotted-divider-header.-white h6, .x-text.dotted-divider-header.-white p {
    color: white; }
  .x-text.dotted-divider-header.-white::after {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAALCAYAAAA3FnCGAAACDElEQVRIibXWu2sVURDH8V8SXyiiIloIikZLMQmCksIuEAUDBh9/h6BYCxYWAUEIRBQCFoIooo2i2AhqLHwUGrTTRkywSszLmMhXRs4J4bI7OzerA3Ph7pnPnr2z5+6eFkApWiRtl7Q5fZ+Q9F3SUkEgzG6T1CZpStK4pN8r8KuW+cUm/Kb0G8xPSxr7p96aBbQDb4HFhnwH7Es1Xm4E7hb4r0BPwG8Abhf4b0BvwK8HbhX4MeBY0N8s8OPA8VxnH1uAzwWFOb8AW52JbHU+dvwscLDCP3T8HHCo4sc+cPxPoLvC33P8PHAkN+uyU5hzwJmoP+CfO74v4F86vjfgXzu+J+DfWG2rpFOB//JJZyziuyXtqOEPS9pZMnY64Lsk7SkZOxPwnfYca3VOsjx2pYdeUewNeIvd/8lHrt+ivcnzNkabNWsuUDjvvFWmg5PN1PSzJccj1+/NU3bexsCaNRIofOWMRfwPSR9reNtGjNbw1pD3NbzdkAVr1kCg+IozNhS4O1dtspKxG4HVNZhWd1FcTzfDiyFnBQ5Lmqzw1/7uN9Mb4aLzJrgU2Kf0p1d8kX8ErK7wfY5/Aqyp8LaXminxT4G1Ff4oMFXinwHr8tYh5wngRbpoy5F0rKpRObvSfmcS+AV8AM4GGpWzA7if/AIwCpxrwh9I+6WJ5D8B5wONzrkfuNPgLyw1GvQHCWxDLcKU7oEAAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto; }

/**
* NAME : SHAME
*
* Shame on you.  Are you embarassed about a quick fix or a hack you had to roll out in an emergency?
* Shhh...put it in this file and no one will ever know!!!  Just be sure to move the code in this file
* where it is ACTUALLY supposed to go at some point!
*
*/
.no-supports .x-section .x-container.marginless-columns {
  display: flex; }

.no-supports .x-section .x-container.marginless-columns > .x-column {
  display: block; }

_:default:not(:root:root), ._stretch-container {
  flex-wrap: inherit; }
  @media only screen and (max-width: 1024px) {
    _:default:not(:root:root), ._stretch-container {
      flex-wrap: wrap; } }

_:-ms-fullscreen .x-feature-box-graphic img, :root .x-feature-box .x-feature-box-graphic img {
  width: 100%; }

/**
* NAME : TOP BAR
*
* Using the Top Bar functionality in X or rolling your own?  Put those style changes here!
*
*/
.x-topbar {
  border-bottom: 0;
  min-height: auto;
  background-color: #000000; }
  @media only screen and (max-width: 767px) {
    .x-topbar {
      display: none; } }
  .x-topbar .x-container.max, .x-topbar .x-container.width {
    width: 100%;
    max-width: 100%; }
  .x-topbar a {
    color: white;
    font-family: "montserrat", sans-serif; }
    .x-topbar a:hover, .x-topbar a:focus {
      color: #9f7aa7; }

#topbar-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  #topbar-nav .x-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-right: 2%;
    width: 45%; }
    @media only screen and (max-width: 1280px) {
      #topbar-nav .x-nav {
        width: 60%; }
        #topbar-nav .x-nav a {
          font-size: 14px; } }
    @media only screen and (max-width: 979px) {
      #topbar-nav .x-nav {
        width: 73%; } }

.topbar-search {
  width: 15%; }
  @media only screen and (max-width: 1280px) {
    .topbar-search {
      width: 20%; } }
  @media only screen and (max-width: 979px) {
    .topbar-search {
      display: none; } }

.login-btn {
  width: 8em;
  text-align: center;
  margin-left: 12px; }
  @media only screen and (max-width: 1440px) {
    .login-btn {
      width: 10em; } }
  .login-btn > a {
    background-color: #acacac;
    padding: 12px 3%;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }
    @media only screen and (max-width: 1024px) {
      .login-btn > a {
        font-size: 12px; } }
    .login-btn > a:hover, .login-btn > a:focus {
      background-color: #7f7f7f;
      color: white; }

/**
* NAME : SOCIAL TOP BAR
*
* Need to incorporate social media links etc into the top bar of the site?  Put those styles here!
*
*/
/**
* NAME : MAIN NAVIGATION STYLES ( DESKTOP )
*
* Styles for the main site navigation for the desktop / laptop views.
*
*/
.x-navbar {
  border-bottom: 0;
  background-color: #705177; }
  .x-navbar .x-container {
    display: flex;
    justify-content: flex-start; }
    @media only screen and (max-width: 1280px) {
      .x-navbar .x-container.width {
        width: 95%; } }
    @media only screen and (max-width: 979px) {
      .x-navbar .x-container {
        display: block; } }
  .x-navbar .x-nav-wrap.desktop {
    width: 100%; }
  .x-navbar .x-nav {
    font-family: "montserrat", sans-serif;
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch;
    width: 100%; }
    @media only screen and (max-width: 979px) {
      .x-navbar .x-nav {
        display: block !important; } }
    @media only screen and (max-width: 1440px) {
      .x-navbar .x-nav > li > a {
        padding-left: 45px !important;
        padding-right: 45px !important; } }
    @media only screen and (max-width: 1200px) {
      .x-navbar .x-nav > li > a {
        font-size: 15px !important; } }
    @media only screen and (max-width: 979px) {
      .x-navbar .x-nav > li > a {
        font-size: 12px !important;
        padding-left: 20px !important;
        padding-right: 20px !important; } }
    .x-navbar .x-nav > li > a > span::after {
      content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAWCAYAAADJqhx8AAAAzUlEQVQ4jaXUTUoDQRDF8Z8TCegyuBYPkOgFjJgzBA8hnsJIDqGHCB4i5AZK9rp3aQz4QcH0RpM40/3g0av6N/Wqujs4QpxrGarQxxKjHEDoEt/4xBT7uYDkBU5KAOE3XJUAkh9wWAIIP+O0BBBe4QZ7uYDkR/RKAOFXXJQA0s5MoqWq2aD+qKov7uYAvnBbr/5H2xZeMMwNcbZpAk0A77je1dMuwBMG/4WyDXCPgyap/gbESxw3KdwEmOO4TXECxGbd1X9ja53hPKcQfgCeSoRP+fSA5gAAAABJRU5ErkJggg==") !important;
      position: relative;
      top: auto;
      bottom: auto;
      vertical-align: middle; }
    .x-navbar .x-nav .current_page_ancestor > a {
      color: #9f7aa7 !important; }

.sub-menu {
  top: 5.05em !important;
  left: 0 !important;
  border-radius: 0 !important;
  background-color: rgba(112, 81, 119, 0.95) !important;
  padding: 0 !important; }
  .sub-menu > li {
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border-bottom: 1px solid #9f7aa7 !important;
    transition: all 0.3s ease-in-out !important; }
    .sub-menu > li:last-of-type {
      border-bottom: 0 !important; }
    .sub-menu > li:hover, .sub-menu > li:focus {
      background-color: #9f7aa7;
      border-bottom-color: #705177 !important; }
      .sub-menu > li:hover > a, .sub-menu > li:focus > a {
        color: white !important; }
  .sub-menu .current-menu-item {
    background-color: #9f7aa7; }
    .sub-menu .current-menu-item > a {
      color: white !important; }

.x-brand {
  margin-bottom: 5px;
  margin-right: 4%; }
  @media only screen and (max-width: 979px) {
    .x-brand > img {
      width: 150px !important; } }

.event-planning-nav {
  position: relative;
  background-color: white;
  margin-top: 13px;
  padding: 10px 0;
  text-align: center;
  font-family: "montserrat", sans-serif; }
  @media only screen and (max-width: 979px) {
    .event-planning-nav {
      margin-top: 0; } }
  .event-planning-nav::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 30px;
    margin-left: -30px;
    z-index: 2; }
  @media only screen and (max-width: 1366px) {
    .event-planning-nav .x-container.width {
      width: 95%; } }
  .event-planning-nav .menu-title h6 {
    font-family: "montserrat", sans-serif;
    color: #000000;
    margin-bottom: 0 !important; }
    @media only screen and (max-width: 1200px) {
      .event-planning-nav .menu-title h6 {
        font-size: 13px !important; } }
    @media only screen and (max-width: 480px) {
      .event-planning-nav .menu-title h6 {
        font-size: 11px !important; } }
  .event-planning-nav .menu-title:hover h6, .event-planning-nav .menu-title:focus h6, .event-planning-nav .menu-title:active h6 {
    color: #705177; }
  .event-planning-nav #menu-event-planning-tools {
    height: 0;
    display: none; }
    .event-planning-nav #menu-event-planning-tools.x-nav-show {
      display: flex !important;
      justify-content: space-around;
      align-items: center;
      font-weight: 400;
      margin-top: 1.3em;
      margin-bottom: 1em;
      line-height: 1.2;
      height: auto; }
      @media only screen and (max-width: 1200px) {
        .event-planning-nav #menu-event-planning-tools.x-nav-show {
          display: block !important; } }
  .event-planning-nav .x-nav > li:last-of-type > a {
    border-bottom: 0; }
  .event-planning-nav .x-nav > li > a {
    padding: 0 8px; }
    @media only screen and (max-width: 1366px) {
      .event-planning-nav .x-nav > li > a {
        font-size: 13px; } }
    @media only screen and (max-width: 979px) {
      .event-planning-nav .x-nav > li > a {
        padding: 8px 8px;
        border-bottom: 1px solid #9f7aa7; } }
  .event-planning-nav .x-nav > li.current-menu-item > a {
    color: #000000;
    text-decoration: underline; }

/**
* NAME : MAIN NAVIGATION STYLES ( MOBILE )
*
* Styles for the mobile site navigation on tablets and phones.
*
*/
.x-btn-navbar {
  box-shadow: none !important;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none !important;
  border-radius: 0 !important; }
  .x-btn-navbar .x-icon-bars:hover, .x-btn-navbar .x-icon-bars:focus {
    color: #705177; }

@media only screen and (max-width: 767px) {
  .x-nav-wrap.mobile .hide {
    display: block; } }

.x-nav-wrap.mobile .x-nav {
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .x-nav-wrap.mobile .x-nav {
      margin-bottom: 0px; } }
  .x-nav-wrap.mobile .x-nav > li > a {
    border-color: #9f7aa7; }
    .x-nav-wrap.mobile .x-nav > li > a > span::after {
      display: none; }
  .x-nav-wrap.mobile .x-nav > li:first-of-type > a {
    border-top: 0 !important; }
  .x-nav-wrap.mobile .x-nav > li:last-of-type > a {
    border-bottom: 0 !important; }
  .x-nav-wrap.mobile .x-nav > li ul > li > a {
    padding: 10px 5% !important; }
  .x-nav-wrap.mobile .x-nav > li ul > li:first-of-type > a {
    border-top: 0; }
  .x-nav-wrap.mobile .x-nav > li ul > li:last-of-type > a {
    border-bottom: 0; }
  .x-nav-wrap.mobile .x-nav > li ul > li.current-menu-item > a {
    color: #000000 !important; }
  .x-nav-wrap.mobile .x-nav .current-menu-item,
  .x-nav-wrap.mobile .x-nav .current-page-ancestor {
    background-color: #9f7aa7 !important; }
    .x-nav-wrap.mobile .x-nav .current-menu-item > a,
    .x-nav-wrap.mobile .x-nav .current-page-ancestor > a {
      color: white !important; }

.x-nav-wrap.mobile .topbar-search {
  display: none;
  margin-bottom: 12px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .x-nav-wrap.mobile .topbar-search {
      display: block; } }

/**
* NAME : HEADER
*
* Styles for the header.
*
*/
#home-hero {
  color: white; }
  #home-hero #pp_home_slider {
    margin-bottom: 0 !important; }
  #home-hero h1 {
    color: white;
    /*
		&::after {
			position: relative;
			content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAALCAYAAAA3FnCGAAACDElEQVRIibXWu2sVURDH8V8SXyiiIloIikZLMQmCksIuEAUDBh9/h6BYCxYWAUEIRBQCFoIooo2i2AhqLHwUGrTTRkywSszLmMhXRs4J4bI7OzerA3Ph7pnPnr2z5+6eFkApWiRtl7Q5fZ+Q9F3SUkEgzG6T1CZpStK4pN8r8KuW+cUm/Kb0G8xPSxr7p96aBbQDb4HFhnwH7Es1Xm4E7hb4r0BPwG8Abhf4b0BvwK8HbhX4MeBY0N8s8OPA8VxnH1uAzwWFOb8AW52JbHU+dvwscLDCP3T8HHCo4sc+cPxPoLvC33P8PHAkN+uyU5hzwJmoP+CfO74v4F86vjfgXzu+J+DfWG2rpFOB//JJZyziuyXtqOEPS9pZMnY64Lsk7SkZOxPwnfYca3VOsjx2pYdeUewNeIvd/8lHrt+ivcnzNkabNWsuUDjvvFWmg5PN1PSzJccj1+/NU3bexsCaNRIofOWMRfwPSR9reNtGjNbw1pD3NbzdkAVr1kCg+IozNhS4O1dtspKxG4HVNZhWd1FcTzfDiyFnBQ5Lmqzw1/7uN9Mb4aLzJrgU2Kf0p1d8kX8ErK7wfY5/Aqyp8LaXminxT4G1Ff4oMFXinwHr8tYh5wngRbpoy5F0rKpRObvSfmcS+AV8AM4GGpWzA7if/AIwCpxrwh9I+6WJ5D8B5wONzrkfuNPgLyw1GvQHCWxDLcKU7oEAAAAASUVORK5CYII=');
			background-position: center center;
			background-repeat: no-repeat;
			background-size: auto;
			display: block;
			margin: 0;
		}
*/ }
  #home-hero p {
    max-width: 31.25em;
    line-height: 1.3;
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      #home-hero p {
        font-size: 1rem; } }
  #home-hero a {
    color: white;
    border-color: white; }
    #home-hero a:hover, #home-hero a:focus {
      border-color: #705177; }
  #home-hero .owl-dots {
    bottom: 2em !important; }
    #home-hero .owl-dots .owl-dot {
      background-color: transparent;
      padding: 0 3px !important; }
      #home-hero .owl-dots .owl-dot > span {
        width: 15px !important;
        height: 15px !important;
        border: 1px solid white !important;
        background-color: rgba(255, 255, 255, 0.5) !important; }
      #home-hero .owl-dots .owl-dot.active > span {
        background-color: white !important; }
  @media only screen and (max-width: 480px) {
    #home-hero .owl-nav {
      display: none !important; } }

#inner-hero.custom-header {
  position: relative;
  padding: 8em  0;
  background-image: url("/wp-content/uploads/2020/08/events-hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border-bottom: 20px solid #705177; }

@media only screen and (max-width: 1440px) {
  #inner-hero,
  #inner-hero.custom-header {
    padding: 8em 0; } }

@media only screen and (max-width: 1280px) {
  #inner-hero,
  #inner-hero.custom-header {
    padding: 5em 3%; } }

@media only screen and (max-width: 600px) {
  #inner-hero,
  #inner-hero.custom-header {
    padding: 3em 3%; } }

#inner-hero h1,
#inner-hero.custom-header h1 {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #inner-hero h1,
    #inner-hero.custom-header h1 {
      margin-bottom: 15px; } }

#inner-hero .dotted-divider-header::after,
#inner-hero.custom-header .dotted-divider-header::after {
  color: white;
  text-shadow: 15px 0 #fff, -15px 0 #fff, 30px 0 #fff, -30px 0 #fff; }

#inner-hero::before,
#inner-hero.custom-header::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 1; }

.tax-product_cat .x-header-landmark,
.post-type-archive-product .x-header-landmark {
  display: none; }

/**
* NAME : Call To Action
*
* This file is for any styles relating to a call to action on the site.
*
*/
@media only screen and (max-width: 1280px) {
  #cta-section {
    padding: 3em 0 !important; } }

#cta-section h4 {
  font-size: 4rem; }
  @media only screen and (max-width: 1440px) {
    #cta-section h4 {
      font-size: 3rem; } }
  @media only screen and (max-width: 1280px) {
    #cta-section h4 {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 767px) {
    #cta-section h4 {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 480px) {
    #cta-section h4 {
      font-size: 1.4rem; } }

#cta-section .menu > li.current-menu-item > a {
  background-color: #9f7aa7 !important; }

/**
* NAME : FOOTER
*
* Styles for the footer.
*
*/
.x-colophon.top {
  background-image: url("/wp-content/uploads/2020/07/footer-bg-img.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center;
  border: 0;
  padding: 5em 0; }
  @media only screen and (max-width: 1200px) {
    .x-colophon.top {
      padding: 3em 0; } }
  @media only screen and (max-width: 600px) {
    .x-colophon.top {
      padding: 1em 0; } }
  .x-colophon.top .x-container {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 880px) {
      .x-colophon.top .x-container {
        flex-wrap: wrap; } }
    .x-colophon.top .x-container .x-column.x-1-4 {
      margin-right: 4%; }
      @media only screen and (max-width: 880px) {
        .x-colophon.top .x-container .x-column.x-1-4 {
          width: 48%;
          text-align: center;
          margin-top: 1em; }
          .x-colophon.top .x-container .x-column.x-1-4:nth-child(2n) {
            margin-right: 0; } }
  .x-colophon.top .widget {
    text-shadow: none;
    color: white;
    margin-top: 0 !important;
    margin-bottom: 1em; }
    .x-colophon.top .widget .h-widget {
      color: white;
      font-family: "montserrat", sans-serif;
      font-size: 1.2rem;
      letter-spacing: 0.03em;
      font-weight: 800;
      margin-bottom: 15px; }
      @media only screen and (max-width: 1200px) {
        .x-colophon.top .widget .h-widget {
          font-size: 1rem; } }
    @media only screen and (max-width: 1200px) {
      .x-colophon.top .widget .textwidget {
        font-size: 15px;
        line-height: 1.5; } }
    @media only screen and (max-width: 600px) {
      .x-colophon.top .widget .textwidget {
        font-size: 13px; } }
  .x-colophon.top .menu {
    border: 0;
    border-radius: 0;
    box-shadow: none; }
    .x-colophon.top .menu > li {
      border: 0; }
      .x-colophon.top .menu > li.current-menu-item {
        background-color: transparent; }
        .x-colophon.top .menu > li.current-menu-item > a {
          background-color: transparent;
          color: #9f7aa7; }
      .x-colophon.top .menu > li > a {
        border-bottom: 0;
        padding: 1px 0;
        box-shadow: none;
        color: white; }
        @media only screen and (max-width: 1200px) {
          .x-colophon.top .menu > li > a {
            font-size: 15px;
            line-height: 1.5; } }
        @media only screen and (max-width: 600px) {
          .x-colophon.top .menu > li > a {
            font-size: 13px; } }
        .x-colophon.top .menu > li > a:hover, .x-colophon.top .menu > li > a:focus, .x-colophon.top .menu > li > a:active {
          color: #9f7aa7;
          background-color: transparent; }
        .x-colophon.top .menu > li > a::before {
          display: none; }

.x-colophon.bottom {
  border: 0;
  box-shadow: none;
  padding: 1.3em 0 !important;
  background-color: rgba(0, 0, 0, 0.8) !important; }
  .x-colophon.bottom .footer-copyrights {
    margin: 0;
    color: white;
    letter-spacing: normal;
    font-size: 15px;
    line-height: 1.2; }

/**
* NAME : WORDPRESS LOGIN FORM
*
* This file is for any styles relating wordpress login on the site.
*
*/
body.login {
  background-color: #9f7aa7 !important; }

body.login h1 a {
  background-size: 70%;
  width: 100%;
  height: 100px;
  background-position: 50%; }

/**
* NAME : HOME PAGE STYLES
*
*/
#check-your-date-section h6 {
  font-family: "montserrat", sans-serif; }

#event-effortless-section .event-effortless-row .x-column.x-1-1 {
  height: 480px; }

@media only screen and (max-width: 1200px) {
  #event-effortless-section .event-effortless-row {
    margin-top: 1em; }
    #event-effortless-section .event-effortless-row .x-column.x-1-1 {
      padding-bottom: 2em;
      height: auto; } }

#event-effortless-section .event-effortless-row .event-inner-row {
  top: -5em; }
  @media only screen and (max-width: 1200px) {
    #event-effortless-section .event-effortless-row .event-inner-row {
      top: 0; } }
  #event-effortless-section .event-effortless-row .event-inner-row img {
    width: 100%; }
  #event-effortless-section .event-effortless-row .event-inner-row .x-text {
    padding: 0 10%; }
    #event-effortless-section .event-effortless-row .event-inner-row .x-text h4 {
      font-family: "montserrat", sans-serif;
      font-size: 1rem;
      font-weight: 600; }
      @media only screen and (max-width: 480px) {
        #event-effortless-section .event-effortless-row .event-inner-row .x-text h4 {
          font-size: 0.9rem; }
          #event-effortless-section .event-effortless-row .event-inner-row .x-text h4 br {
            display: none; } }
    #event-effortless-section .event-effortless-row .event-inner-row .x-text p {
      line-height: 1.3;
      font-size: 15px; }
    #event-effortless-section .event-effortless-row .event-inner-row .x-text .x-btn {
      margin-bottom: 1em;
      position: relative;
      bottom: 0; }

#event-effortless-section .event-effortless-row .x-col {
  position: relative;
  -webkit-box-shadow: 0px 6px 12px 0px #dbdbdb;
  -moz-box-shadow: 0px 6px 12px 0px #dbdbdb;
  box-shadow: 0px 6px 12px 0px #dbdbdb;
  padding-bottom: 2em;
  background-color: white; }

#testimonial-section .testimonial-row {
  background-image: url("/wp-content/uploads/2020/07/testimonial-boka-bg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain; }
  @media only screen and (max-width: 880px) {
    #testimonial-section .testimonial-row {
      background-size: cover; } }
  @media only screen and (max-width: 767px) {
    #testimonial-section .testimonial-row {
      padding-top: 1em;
      padding-bottom: 0; } }

#testimonial-section .x-slide {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important; }
  @media only screen and (max-width: 767px) {
    #testimonial-section .x-slide {
      flex-direction: column; } }
  #testimonial-section .x-slide .x-column.x-3-5 {
    background-color: white;
    padding: 1em;
    -webkit-box-shadow: 31px 0px 32px -15px rgba(184, 184, 184, 0.87);
    -moz-box-shadow: 31px 0px 32px -15px rgba(184, 184, 184, 0.87);
    box-shadow: 31px 0px 32px -15px rgba(184, 184, 184, 0.87); }
    @media only screen and (max-width: 880px) {
      #testimonial-section .x-slide .x-column.x-3-5 {
        width: 45%; } }
    @media only screen and (max-width: 767px) {
      #testimonial-section .x-slide .x-column.x-3-5 {
        width: 100%;
        margin-right: 0; } }
  #testimonial-section .x-slide .x-column.x-2-5 {
    padding-right: 4%;
    position: relative;
    z-index: 0; }
    @media only screen and (max-width: 880px) {
      #testimonial-section .x-slide .x-column.x-2-5 {
        width: 50%;
        padding-right: 2%; } }
    @media only screen and (max-width: 767px) {
      #testimonial-section .x-slide .x-column.x-2-5 {
        width: 100%;
        margin-right: 0;
        text-align: center; } }
    #testimonial-section .x-slide .x-column.x-2-5::before {
      position: absolute;
      content: '';
      background-image: url("/wp-content/uploads/2020/07/quotation-icon.png");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain;
      width: 286px;
      height: 191px;
      left: -5em;
      top: -3em; }
      @media only screen and (max-width: 880px) {
        #testimonial-section .x-slide .x-column.x-2-5::before {
          width: 200px;
          left: 0;
          top: 0; } }
    #testimonial-section .x-slide .x-column.x-2-5 h5 {
      font-family: "montserrat", sans-serif;
      color: #000000;
      font-weight: 700;
      letter-spacing: 0.03em;
      margin-bottom: 20px; }
      @media only screen and (max-width: 880px) {
        #testimonial-section .x-slide .x-column.x-2-5 h5 {
          margin-bottom: 13px; } }
    #testimonial-section .x-slide .x-column.x-2-5 h3 {
      font-size: 3rem; }
      @media only screen and (max-width: 1440px) {
        #testimonial-section .x-slide .x-column.x-2-5 h3 {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 1280px) {
        #testimonial-section .x-slide .x-column.x-2-5 h3 {
          font-size: 2rem; } }
      @media only screen and (max-width: 767px) {
        #testimonial-section .x-slide .x-column.x-2-5 h3 {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 480px) {
        #testimonial-section .x-slide .x-column.x-2-5 h3 {
          font-size: 1.3rem; } }
    #testimonial-section .x-slide .x-column.x-2-5 p {
      font-weight: 400; }
      @media only screen and (max-width: 1024px) {
        #testimonial-section .x-slide .x-column.x-2-5 p {
          font-size: 0.9rem;
          line-height: 1.4; } }
      #testimonial-section .x-slide .x-column.x-2-5 p em {
        font-weight: 300; }
  #testimonial-section .x-slide img {
    margin-bottom: 0; }

#recent-news-section .tg-grid-slider {
  overflow: visible !important; }

#recent-news-section .tg-grid-area-left,
#recent-news-section .tg-grid-area-right {
  display: none; }
  @media only screen and (max-width: 1200px) {
    #recent-news-section .tg-grid-area-left,
    #recent-news-section .tg-grid-area-right {
      display: block; } }

#recent-news-section .tg-party-pleasers-post-skin .tg-element-1 > a {
  line-height: 1.3 !important; }
  @media only screen and (max-width: 1200px) {
    #recent-news-section .tg-party-pleasers-post-skin .tg-element-1 > a {
      font-size: 1.1rem !important; } }

/**
* NAME : Miscellaneous PAGE STYLES
*
*/
@media only screen and (max-width: 600px) {
  #employment-container {
    padding: 1em; } }

/**
* NAME : CONTACT PAGE STYLES
*
*/
.contact-details-col .x-text h6 {
  font-family: "montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 15px; }

.contact-details-col .x-text a {
  font-weight: 400;
  color: white; }
  .contact-details-col .x-text a:hover, .contact-details-col .x-text a:focus {
    color: #9f7aa7; }

@media only screen and (max-width: 600px) {
  #cform-col {
    padding: 1em; } }

/**
* NAME : SOCIAL EVENT PAGE STYLES
*
*/
#social-event-3type-section ._stretch-container {
  flex-wrap: nowrap !important; }
  @media only screen and (max-width: 880px) {
    #social-event-3type-section ._stretch-container {
      flex-wrap: wrap !important; } }

#social-event-3type-section .x-column.x-1-3 {
  margin-right: 1%; }
  #social-event-3type-section .x-column.x-1-3:hover .x-bg-layer-upper-color, #social-event-3type-section .x-column.x-1-3:focus .x-bg-layer-upper-color {
    background-color: #705177 !important; }
  #social-event-3type-section .x-column.x-1-3:last-of-type {
    margin-right: 0; }
  #social-event-3type-section .x-column.x-1-3 .x-bg-layer-upper-color {
    transition: all .3s linear !important; }

.social-event-row .social-event-col {
  overflow: hidden; }
  @media only screen and (max-width: 1280px) {
    .social-event-row .social-event-col {
      padding: 5em 3% !important; } }
  @media only screen and (max-width: 600px) {
    .social-event-row .social-event-col {
      padding: 3em 3% !important; } }
  .social-event-row .social-event-col:hover h3, .social-event-row .social-event-col:focus h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .social-event-row .social-event-col:hover p,
  .social-event-row .social-event-col:hover .x-btn, .social-event-row .social-event-col:focus p,
  .social-event-row .social-event-col:focus .x-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .social-event-row .social-event-col:hover .x-bg-layer-lower-image, .social-event-row .social-event-col:focus .x-bg-layer-lower-image {
    transform: scale(1.1); }
  .social-event-row .social-event-col h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
    @media only screen and (max-width: 1280px) {
      .social-event-row .social-event-col h3 {
        font-size: 1.5rem;
        -webkit-transform: translate3d(0, 130%, 0);
        transform: translate3d(0, 130%, 0); } }
    @media only screen and (max-width: 880px) {
      .social-event-row .social-event-col h3 {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        .social-event-row .social-event-col h3 br {
          display: none; } }
    @media only screen and (max-width: 767px) {
      .social-event-row .social-event-col h3 {
        font-size: 1.3rem; } }
    @media only screen and (max-width: 480px) {
      .social-event-row .social-event-col h3 {
        font-size: 1.2rem; } }
  .social-event-row .social-event-col p,
  .social-event-row .social-event-col .x-btn {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0); }
    @media only screen and (max-width: 880px) {
      .social-event-row .social-event-col p,
      .social-event-row .social-event-col .x-btn {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }
  @media only screen and (max-width: 1280px) {
    .social-event-row .social-event-col p {
      font-size: 0.9rem;
      line-height: 1.4; } }
  .social-event-row .social-event-col .x-bg-layer-lower-image {
    transition: all 0.3s linear; }

/**
* NAME : BAR MITZVAH PAGE STYLES
*
*/
#bar-mitzvah-services .bm-services-col {
  border: 3px solid transparent;
  transition: all 0.5s linear !important; }
  @media only screen and (max-width: 480px) {
    #bar-mitzvah-services .bm-services-col {
      border-color: #705177;
      margin-bottom: 8px; } }
  #bar-mitzvah-services .bm-services-col:hover, #bar-mitzvah-services .bm-services-col:focus {
    border-color: #705177; }
    #bar-mitzvah-services .bm-services-col:hover .x-anchor, #bar-mitzvah-services .bm-services-col:focus .x-anchor {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  #bar-mitzvah-services .bm-services-col p {
    font-family: "montserrat", sans-serif;
    line-height: 1.3;
    font-weight: 600; }
    @media only screen and (max-width: 480px) {
      #bar-mitzvah-services .bm-services-col p br {
        display: none; } }
  #bar-mitzvah-services .bm-services-col .x-anchor {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0); }
    @media only screen and (max-width: 1024px) {
      #bar-mitzvah-services .bm-services-col .x-anchor {
        opacity: 1;
        transform: scale(1);
        transition: none; } }

@media only screen and (max-width: 1280px) {
  #customize-addons-section {
    padding: 5em 0 !important; } }

@media only screen and (max-width: 600px) {
  #customize-addons-section {
    padding: 3em 0 !important; } }

/**
* NAME : VENUE GALLERY PAGE STYLES
*
*/
#top-items-holder {
  display: flex !important; }
  @media only screen and (max-width: 979px) {
    #top-items-holder {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 600px) {
    #top-items-holder {
      flex-direction: column;
      margin-bottom: 1em; } }
  #top-items-holder .dropdown-box {
    flex-grow: 1;
    margin-right: 4%; }
    #top-items-holder .dropdown-box:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 979px) {
      #top-items-holder .dropdown-box {
        width: 48%;
        margin-bottom: 2em; }
        #top-items-holder .dropdown-box:nth-child(2) {
          margin-right: 0; }
        #top-items-holder .dropdown-box:last-of-type {
          width: 100%;
          margin-bottom: 0; } }
    @media only screen and (max-width: 600px) {
      #top-items-holder .dropdown-box {
        width: 100%;
        margin-right: 0; } }

@media only screen and (max-width: 600px) {
  #venue_info_holder {
    padding: 1em; } }

#venue_info_top {
  display: flex; }
  @media only screen and (max-width: 768px) {
    #venue_info_top {
      flex-direction: column; }
      #venue_info_top #venue_info_left,
      #venue_info_top #venue_info_right {
        max-width: 100%;
        width: 100%;
        margin-right: 0; } }

@media only screen and (max-width: 600px) {
  #venue_info_bottom {
    flex-direction: column;
    margin-top: 2em; }
    #venue_info_bottom #_3dVids_left,
    #venue_info_bottom #_3dVids_right {
      width: 100%;
      max-width: 100%;
      margin-right: 0; }
      #venue_info_bottom #_3dVids_left br,
      #venue_info_bottom #_3dVids_right br {
        display: none; }
    #venue_info_bottom iframe {
      margin-top: 12px; } }

.venue-gallery .dotted-divider-header {
  text-align: center; }

.venue-gallery h5 {
  font-family: "montserrat", sans-serif; }

.venue-gallery .dropdown-box {
  margin-right: 5%; }
  .venue-gallery .dropdown-box:last-of-type {
    margin-right: 0; }

.venue-gallery .x-btn {
  display: block; }

#venue-city-button-holder {
  display: flex;
  justify-content: center;
  margin-bottom: 1em; }
  @media only screen and (max-width: 767px) {
    #venue-city-button-holder {
      flex-direction: column; } }
  #venue-city-button-holder .venue_city_button {
    flex-grow: 1;
    margin-right: 1%;
    width: 100%;
    border: 3px solid #705177 !important;
    margin-right: 1%;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      #venue-city-button-holder .venue_city_button {
        margin-right: 0;
        margin-bottom: 8px; } }
    #venue-city-button-holder .venue_city_button:hover p, #venue-city-button-holder .venue_city_button:focus p {
      color: white;
      background-color: #705177; }
    #venue-city-button-holder .venue_city_button:last-of-type {
      margin-right: 0; }
    #venue-city-button-holder .venue_city_button > p {
      font-family: "montserrat", sans-serif;
      font-weight: bold;
      color: #705177;
      text-transform: uppercase;
      padding: .4em;
      width: 100%;
      transition: all 0.3s linear !important;
      font-size: 14px;
      cursor: default; }
  #venue-city-button-holder .venue_button_selected p {
    color: white; }

#venue_info_bottom {
  display: flex;
  justify-content: space-between; }

/**
* NAME : SHOP PAGE STYLES
*
*/
@media only screen and (max-width: 880px) {
  #reserve-events-section.shop-mark ._stretch-container {
    flex-direction: column; }
  #reserve-events-section.shop-mark .x-column.x-4-5,
  #reserve-events-section.shop-mark .x-column.x-1-5 {
    width: 100%;
    float: none;
    margin: 0; } }

#reserve-events-section.shop-mark h3 {
  margin-top: 0 !important; }

.woocommerce-cart .entry-featured,
.woocommerce-checkout .entry-featured {
  display: none; }

@media only screen and (max-width: 1200px) {
  .woocommerce-cart .x-container.offset,
  .woocommerce-checkout .x-container.offset {
    display: flex !important;
    flex-direction: column !important; }
    .woocommerce-cart .x-container.offset #mobile-sidebar,
    .woocommerce-checkout .x-container.offset #mobile-sidebar {
      order: 1; }
    .woocommerce-cart .x-container.offset .x-main.right,
    .woocommerce-checkout .x-container.offset .x-main.right {
      order: 2; } }

.woocommerce-cart .entry-wrap,
.woocommerce-checkout .entry-wrap {
  padding: 2em !important; }
  @media only screen and (max-width: 480px) {
    .woocommerce-cart .entry-wrap,
    .woocommerce-checkout .entry-wrap {
      padding: 10px !important; } }

.archive.woocommerce .products,
.related .products,
.up-sells .products,
.cross-sells .products,
.x-raw-content .woocommerce .products {
  margin: 0 0 1em 0 !important; }
  .archive.woocommerce .products > li,
  .related .products > li,
  .up-sells .products > li,
  .cross-sells .products > li,
  .x-raw-content .woocommerce .products > li {
    padding: 8px;
    border-radius: 0;
    margin-bottom: 1em !important; }
    @media only screen and (max-width: 600px) {
      .archive.woocommerce .products > li,
      .related .products > li,
      .up-sells .products > li,
      .cross-sells .products > li,
      .x-raw-content .woocommerce .products > li {
        width: 100% !important; } }
    .archive.woocommerce .products > li .entry-wrap,
    .related .products > li .entry-wrap,
    .up-sells .products > li .entry-wrap,
    .cross-sells .products > li .entry-wrap,
    .x-raw-content .woocommerce .products > li .entry-wrap {
      box-shadow: none;
      padding: 15px !important; }
  .archive.woocommerce .products .entry-feature img,
  .related .products .entry-feature img,
  .up-sells .products .entry-feature img,
  .cross-sells .products .entry-feature img,
  .x-raw-content .woocommerce .products .entry-feature img {
    width: 100%; }
  .archive.woocommerce .products .product-title h5,
  .related .products .product-title h5,
  .up-sells .products .product-title h5,
  .cross-sells .products .product-title h5,
  .x-raw-content .woocommerce .products .product-title h5 {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    width: 100%;
    line-height: 1.2; }
    @media only screen and (max-width: 1024px) {
      .archive.woocommerce .products .product-title h5,
      .related .products .product-title h5,
      .up-sells .products .product-title h5,
      .cross-sells .products .product-title h5,
      .x-raw-content .woocommerce .products .product-title h5 {
        font-size: 1.1rem;
        line-height: 1; } }
    @media only screen and (max-width: 880px) {
      .archive.woocommerce .products .product-title h5,
      .related .products .product-title h5,
      .up-sells .products .product-title h5,
      .cross-sells .products .product-title h5,
      .x-raw-content .woocommerce .products .product-title h5 {
        flex-direction: column; } }
    .archive.woocommerce .products .product-title h5 > .price,
    .related .products .product-title h5 > .price,
    .up-sells .products .product-title h5 > .price,
    .cross-sells .products .product-title h5 > .price,
    .x-raw-content .woocommerce .products .product-title h5 > .price {
      font-family: "Helvetica Neue", "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1rem;
      display: inline;
      margin-left: 2%; }
      @media only screen and (max-width: 880px) {
        .archive.woocommerce .products .product-title h5 > .price,
        .related .products .product-title h5 > .price,
        .up-sells .products .product-title h5 > .price,
        .cross-sells .products .product-title h5 > .price,
        .x-raw-content .woocommerce .products .product-title h5 > .price {
          display: block;
          margin-top: 8px;
          margin-left: 0; } }
  .archive.woocommerce .products .summary,
  .related .products .summary,
  .up-sells .products .summary,
  .cross-sells .products .summary,
  .x-raw-content .woocommerce .products .summary {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 1em; }
    @media only screen and (max-width: 1024px) {
      .archive.woocommerce .products .summary,
      .related .products .summary,
      .up-sells .products .summary,
      .cross-sells .products .summary,
      .x-raw-content .woocommerce .products .summary {
        font-size: 14px; } }
    .archive.woocommerce .products .summary p,
    .related .products .summary p,
    .up-sells .products .summary p,
    .cross-sells .products .summary p,
    .x-raw-content .woocommerce .products .summary p {
      display: inline; }
  .archive.woocommerce .products .shop-button-group,
  .related .products .shop-button-group,
  .up-sells .products .shop-button-group,
  .cross-sells .products .shop-button-group,
  .x-raw-content .woocommerce .products .shop-button-group {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .archive.woocommerce .products .shop-button-group,
      .related .products .shop-button-group,
      .up-sells .products .shop-button-group,
      .cross-sells .products .shop-button-group,
      .x-raw-content .woocommerce .products .shop-button-group {
        flex-direction: column; } }
    .archive.woocommerce .products .shop-button-group .x-btn,
    .related .products .shop-button-group .x-btn,
    .up-sells .products .shop-button-group .x-btn,
    .cross-sells .products .shop-button-group .x-btn,
    .x-raw-content .woocommerce .products .shop-button-group .x-btn {
      flex-grow: 1;
      font-size: 15px;
      padding: 5px !important;
      margin-right: 2%;
      margin-top: 0; }
      @media only screen and (max-width: 1024px) {
        .archive.woocommerce .products .shop-button-group .x-btn,
        .related .products .shop-button-group .x-btn,
        .up-sells .products .shop-button-group .x-btn,
        .cross-sells .products .shop-button-group .x-btn,
        .x-raw-content .woocommerce .products .shop-button-group .x-btn {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .archive.woocommerce .products .shop-button-group .x-btn,
        .related .products .shop-button-group .x-btn,
        .up-sells .products .shop-button-group .x-btn,
        .cross-sells .products .shop-button-group .x-btn,
        .x-raw-content .woocommerce .products .shop-button-group .x-btn {
          margin-bottom: 8px; }
          .archive.woocommerce .products .shop-button-group .x-btn:last-of-type,
          .related .products .shop-button-group .x-btn:last-of-type,
          .up-sells .products .shop-button-group .x-btn:last-of-type,
          .cross-sells .products .shop-button-group .x-btn:last-of-type,
          .x-raw-content .woocommerce .products .shop-button-group .x-btn:last-of-type {
            margin-bottom: 0; } }
      .archive.woocommerce .products .shop-button-group .x-btn:last-of-type,
      .related .products .shop-button-group .x-btn:last-of-type,
      .up-sells .products .shop-button-group .x-btn:last-of-type,
      .cross-sells .products .shop-button-group .x-btn:last-of-type,
      .x-raw-content .woocommerce .products .shop-button-group .x-btn:last-of-type {
        margin-right: 0; }

.x-raw-content .woocommerce .add-to-cart-btn {
  display: none; }

.woocommerce .x-off-canvas-content .x-mini-cart-title {
  font-family: "operetta-12", serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.03em; }

.woocommerce .x-off-canvas-content .woocommerce-mini-cart__buttons > a {
  box-shadow: none;
  background-color: #705177;
  border-radius: 0; }
  .woocommerce .x-off-canvas-content .woocommerce-mini-cart__buttons > a:hover, .woocommerce .x-off-canvas-content .woocommerce-mini-cart__buttons > a:focus {
    background-color: #9f7aa7; }
  .woocommerce .x-off-canvas-content .woocommerce-mini-cart__buttons > a .x-anchor-text-primary {
    font-family: "montserrat", sans-serif !important;
    color: white !important;
    font-weight: 500 !important; }

.x-sidebar,
.shop-sidebar-column {
  background-color: white;
  padding: 2em 15px;
  margin-top: 0; }
  .x-sidebar .widget,
  .shop-sidebar-column .widget {
    text-shadow: none;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin-top: 1.5em; }
    .x-sidebar .widget .h-widget,
    .shop-sidebar-column .widget .h-widget {
      font-size: 16px;
      color: #000000;
      text-transform: uppercase;
      letter-spacing: 0.03em; }
      .x-sidebar .widget .h-widget::before,
      .shop-sidebar-column .widget .h-widget::before {
        content: "\f0da";
        padding-right: .4em;
        line-height: 1;
        text-decoration: inherit;
        opacity: .35;
        font-family: "FontAwesome" !important;
        font-style: normal !important;
        font-weight: normal !important;
        text-decoration: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 18px; }
    .x-sidebar .widget .shop-all-title:hover h4, .x-sidebar .widget .shop-all-title:focus h4,
    .shop-sidebar-column .widget .shop-all-title:hover h4,
    .shop-sidebar-column .widget .shop-all-title:focus h4 {
      color: #9f7aa7; }
  .x-sidebar ul,
  .shop-sidebar-column ul {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    background-color: transparent !important; }
    .x-sidebar ul > li,
    .shop-sidebar-column ul > li {
      padding: 0 !important;
      border-bottom: 1px solid #705177 !important;
      /*
			&.current-cat {
				
				.children {
					display: block;
				}
			}
*/ }
      .x-sidebar ul > li:hover, .x-sidebar ul > li:focus,
      .shop-sidebar-column ul > li:hover,
      .shop-sidebar-column ul > li:focus {
        background-color: #705177 !important; }
        .x-sidebar ul > li:hover > a, .x-sidebar ul > li:focus > a,
        .shop-sidebar-column ul > li:hover > a,
        .shop-sidebar-column ul > li:focus > a {
          background-color: transparent !important;
          color: white !important; }
      .x-sidebar ul > li > a,
      .shop-sidebar-column ul > li > a {
        border-bottom: 0;
        padding: 1px 0;
        box-shadow: none;
        text-decoration: none;
        font-family: "Helvetica Neue", "Roboto", sans-serif;
        padding: 8px 8%;
        color: #705177 !important;
        font-size: 14px !important;
        line-height: 1.2;
        font-weight: 600;
        display: block; }
      .x-sidebar ul > li.current-cat,
      .shop-sidebar-column ul > li.current-cat {
        background-color: transparent; }
        .x-sidebar ul > li.current-cat > a,
        .shop-sidebar-column ul > li.current-cat > a {
          background-color: transparent;
          color: #9f7aa7 !important; }
      .x-sidebar ul > li.cat-item-30,
      .shop-sidebar-column ul > li.cat-item-30 {
        display: none; }
  .x-sidebar .children,
  .shop-sidebar-column .children {
    display: none;
    margin: 0 0 8px 8% !important;
    display: none;
    box-shadow: none !important; }
    .x-sidebar .children > li,
    .shop-sidebar-column .children > li {
      position: relative;
      box-shadow: none !important; }
      .x-sidebar .children > li::before,
      .shop-sidebar-column .children > li::before {
        content: '-';
        position: absolute;
        top: 4px;
        display: inline !important; }
      .x-sidebar .children > li:last-of-type,
      .shop-sidebar-column .children > li:last-of-type {
        border-bottom: 0 !important; }
      .x-sidebar .children > li > a,
      .shop-sidebar-column .children > li > a {
        padding-left: 0;
        padding-right: 0; }
  .x-sidebar .widget_recently_viewed_products ul > li img,
  .x-sidebar .widget_recently_viewed_products ul > li .amount,
  .x-sidebar .widget_recently_viewed_products ul > li small,
  .x-sidebar .widget_recently_viewed_products ul > li .suffix,
  .x-sidebar .widget_recently_viewed_products ul > li .prefix,
  .shop-sidebar-column .widget_recently_viewed_products ul > li img,
  .shop-sidebar-column .widget_recently_viewed_products ul > li .amount,
  .shop-sidebar-column .widget_recently_viewed_products ul > li small,
  .shop-sidebar-column .widget_recently_viewed_products ul > li .suffix,
  .shop-sidebar-column .widget_recently_viewed_products ul > li .prefix {
    display: none; }

.post-type-archive-product .shop-all-title h4 {
  color: #9f7aa7 !important; }

#mobile-sidebar {
  display: none;
  clear: both; }
  @media only screen and (max-width: 1200px) {
    #mobile-sidebar {
      display: block; }
      #mobile-sidebar .shop-sidebar-column {
        display: block !important; } }
  #mobile-sidebar .shop-sidebar-column {
    background-color: transparent;
    padding: 0; }
    #mobile-sidebar .shop-sidebar-column .x-accordion-inner {
      padding: 0 3% 2em 3%;
      text-align: center; }

.woocommerce-account .entry-featured,
.woocommerce-account #mobile-sidebar {
  display: none !important; }

@media only screen and (max-width: 1200px) {
  .woocommerce .x-sidebar,
  .woocommerce-cart .x-sidebar,
  .woocommerce-checkout .x-sidebar,
  .archive.woocommerce .x-sidebar {
    display: none !important; } }

@media only screen and (max-width: 1200px) {
  .woocommerce .x-main,
  .woocommerce-cart .x-main,
  .woocommerce-checkout .x-main,
  .archive.woocommerce .x-main {
    width: 100% !important;
    float: none !important; } }

.woocommerce-cart .products .shop-button-group {
  flex-direction: column; }
  .woocommerce-cart .products .shop-button-group .x-btn {
    margin-bottom: 8px; }

.shop_table .actions button {
  font-family: "montserrat", sans-serif;
  box-shadow: none;
  background-color: #705177;
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 13px !important;
  letter-spacing: 0.03em !important;
  padding: 8px  12px !important; }
  .shop_table .actions button:hover, .shop_table .actions button:focus {
    background-color: #9f7aa7;
    border-color: #9f7aa7; }

.wc-proceed-to-checkout > a,
.wc-proceed-to-checkout button,
.wc-proceed-to-checkout .woocommerce-button,
.wc-proceed-to-checkout .action-btns a,
.wc-proceed-to-checkout .button,
.wc-proceed-to-checkout .restore-item,
.place-order > a,
.place-order button,
.place-order .woocommerce-button,
.place-order .action-btns a,
.place-order .button,
.place-order .restore-item,
.shipping-calculator-form > a,
.shipping-calculator-form button,
.shipping-calculator-form .woocommerce-button,
.shipping-calculator-form .action-btns a,
.shipping-calculator-form .button,
.shipping-calculator-form .restore-item,
.woocommerce-account > a,
.woocommerce-account button,
.woocommerce-account .woocommerce-button,
.woocommerce-account .action-btns a,
.woocommerce-account .button,
.woocommerce-account .restore-item,
.single-product > a,
.single-product button,
.single-product .woocommerce-button,
.single-product .action-btns a,
.single-product .button,
.single-product .restore-item,
.x-alert .button > a,
.x-alert .button button,
.x-alert .button .woocommerce-button,
.x-alert .button .action-btns a,
.x-alert .button .button,
.x-alert .button .restore-item,
.woocommerce-error > a,
.woocommerce-error button,
.woocommerce-error .woocommerce-button,
.woocommerce-error .action-btns a,
.woocommerce-error .button,
.woocommerce-error .restore-item,
.woocommerce-message > a,
.woocommerce-message button,
.woocommerce-message .woocommerce-button,
.woocommerce-message .action-btns a,
.woocommerce-message .button,
.woocommerce-message .restore-item,
#modal-ready > a,
#modal-ready button,
#modal-ready .woocommerce-button,
#modal-ready .action-btns a,
#modal-ready .button,
#modal-ready .restore-item {
  font-family: "montserrat", sans-serif;
  box-shadow: none;
  background-color: #705177;
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 13px !important;
  letter-spacing: 0.03em !important;
  padding: 8px  12px !important; }
  .wc-proceed-to-checkout > a:hover, .wc-proceed-to-checkout > a:focus,
  .wc-proceed-to-checkout button:hover,
  .wc-proceed-to-checkout button:focus,
  .wc-proceed-to-checkout .woocommerce-button:hover,
  .wc-proceed-to-checkout .woocommerce-button:focus,
  .wc-proceed-to-checkout .action-btns a:hover,
  .wc-proceed-to-checkout .action-btns a:focus,
  .wc-proceed-to-checkout .button:hover,
  .wc-proceed-to-checkout .button:focus,
  .wc-proceed-to-checkout .restore-item:hover,
  .wc-proceed-to-checkout .restore-item:focus,
  .place-order > a:hover,
  .place-order > a:focus,
  .place-order button:hover,
  .place-order button:focus,
  .place-order .woocommerce-button:hover,
  .place-order .woocommerce-button:focus,
  .place-order .action-btns a:hover,
  .place-order .action-btns a:focus,
  .place-order .button:hover,
  .place-order .button:focus,
  .place-order .restore-item:hover,
  .place-order .restore-item:focus,
  .shipping-calculator-form > a:hover,
  .shipping-calculator-form > a:focus,
  .shipping-calculator-form button:hover,
  .shipping-calculator-form button:focus,
  .shipping-calculator-form .woocommerce-button:hover,
  .shipping-calculator-form .woocommerce-button:focus,
  .shipping-calculator-form .action-btns a:hover,
  .shipping-calculator-form .action-btns a:focus,
  .shipping-calculator-form .button:hover,
  .shipping-calculator-form .button:focus,
  .shipping-calculator-form .restore-item:hover,
  .shipping-calculator-form .restore-item:focus,
  .woocommerce-account > a:hover,
  .woocommerce-account > a:focus,
  .woocommerce-account button:hover,
  .woocommerce-account button:focus,
  .woocommerce-account .woocommerce-button:hover,
  .woocommerce-account .woocommerce-button:focus,
  .woocommerce-account .action-btns a:hover,
  .woocommerce-account .action-btns a:focus,
  .woocommerce-account .button:hover,
  .woocommerce-account .button:focus,
  .woocommerce-account .restore-item:hover,
  .woocommerce-account .restore-item:focus,
  .single-product > a:hover,
  .single-product > a:focus,
  .single-product button:hover,
  .single-product button:focus,
  .single-product .woocommerce-button:hover,
  .single-product .woocommerce-button:focus,
  .single-product .action-btns a:hover,
  .single-product .action-btns a:focus,
  .single-product .button:hover,
  .single-product .button:focus,
  .single-product .restore-item:hover,
  .single-product .restore-item:focus,
  .x-alert .button > a:hover,
  .x-alert .button > a:focus,
  .x-alert .button button:hover,
  .x-alert .button button:focus,
  .x-alert .button .woocommerce-button:hover,
  .x-alert .button .woocommerce-button:focus,
  .x-alert .button .action-btns a:hover,
  .x-alert .button .action-btns a:focus,
  .x-alert .button .button:hover,
  .x-alert .button .button:focus,
  .x-alert .button .restore-item:hover,
  .x-alert .button .restore-item:focus,
  .woocommerce-error > a:hover,
  .woocommerce-error > a:focus,
  .woocommerce-error button:hover,
  .woocommerce-error button:focus,
  .woocommerce-error .woocommerce-button:hover,
  .woocommerce-error .woocommerce-button:focus,
  .woocommerce-error .action-btns a:hover,
  .woocommerce-error .action-btns a:focus,
  .woocommerce-error .button:hover,
  .woocommerce-error .button:focus,
  .woocommerce-error .restore-item:hover,
  .woocommerce-error .restore-item:focus,
  .woocommerce-message > a:hover,
  .woocommerce-message > a:focus,
  .woocommerce-message button:hover,
  .woocommerce-message button:focus,
  .woocommerce-message .woocommerce-button:hover,
  .woocommerce-message .woocommerce-button:focus,
  .woocommerce-message .action-btns a:hover,
  .woocommerce-message .action-btns a:focus,
  .woocommerce-message .button:hover,
  .woocommerce-message .button:focus,
  .woocommerce-message .restore-item:hover,
  .woocommerce-message .restore-item:focus,
  #modal-ready > a:hover,
  #modal-ready > a:focus,
  #modal-ready button:hover,
  #modal-ready button:focus,
  #modal-ready .woocommerce-button:hover,
  #modal-ready .woocommerce-button:focus,
  #modal-ready .action-btns a:hover,
  #modal-ready .action-btns a:focus,
  #modal-ready .button:hover,
  #modal-ready .button:focus,
  #modal-ready .restore-item:hover,
  #modal-ready .restore-item:focus {
    background-color: #9f7aa7;
    border-color: #9f7aa7; }

.woocommerce-error .button,
.woocommerce-message .button,
.woocommerce-message .restore-item {
  text-shadow: none;
  text-decoration: none; }
  .woocommerce-error .button:hover, .woocommerce-error .button:focus,
  .woocommerce-message .button:hover,
  .woocommerce-message .button:focus,
  .woocommerce-message .restore-item:hover,
  .woocommerce-message .restore-item:focus {
    color: white !important; }

.single-product .entry-wrap {
  padding: 2em !important; }
  @media only screen and (max-width: 480px) {
    .single-product .entry-wrap {
      padding: 10px !important; } }

.single-product .woocommerce-Price-amount {
  font-family: "Helvetica Neue", "Roboto", sans-serif;
  font-weight: 800; }

.single-product .suffix {
  padding-left: 8px; }

@media only screen and (max-width: 767px) {
  .single-product .woocommerce-product-details__short-description p {
    font-size: 0.9rem;
    line-height: 1.3; } }

@media only screen and (max-width: 480px) {
  .single-product .woocommerce-product-details__short-description p {
    font-size: 0.85rem; } }

.single-product .action-btns {
  display: flex;
  justify-content: flex-start;
  width: 100%; }
  .single-product .action-btns a {
    display: block;
    flex-grow: 1;
    margin-right: 3%; }
    .single-product .action-btns a:last-of-type {
      margin-right: 0; }

.woocommerce-tabs .x-nav-tabs {
  margin-bottom: 0; }

.woocommerce-tabs h1, .woocommerce-tabs h3, .woocommerce-tabs h4, .woocommerce-tabs h5, .woocommerce-tabs h6 {
  font-size: 1.3rem;
  margin-bottom: 12px; }

@media only screen and (max-width: 767px) {
  .woocommerce-tabs p {
    font-size: 0.9rem;
    line-height: 1.3; } }

@media only screen and (max-width: 480px) {
  .woocommerce-tabs p {
    font-size: 0.85rem; } }

.related.products h5,
.up-sells.products h5,
.cross-sells.products h5 {
  font-size: 1.1rem !important; }

.related.products .summary,
.related.products .x-btn,
.up-sells.products .summary,
.up-sells.products .x-btn,
.cross-sells.products .summary,
.cross-sells.products .x-btn {
  display: block !important;
  width: 100% !important;
  float: none !important; }

.x-tab-pane h2,
.related.products h2,
.cart_totals h2,
.woocommerce-cart .entry-header h1,
.woocommerce-billing-fields h3,
#ship-to-different-address span,
#order_review_heading,
.cross-sells h2,
.up-sells h2,
.woocommerce-checkout .entry-title {
  font-size: 1.5rem !important;
  line-height: 1.2 !important; }

.payment_method_cheque .payment_box {
  margin-top: 1em; }
  .payment_method_cheque .payment_box h5 {
    text-transform: uppercase;
    font-size: 1rem; }
  .payment_method_cheque .payment_box h6 {
    font-family: "Helvetica Neue", "Roboto", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px; }
  .payment_method_cheque .payment_box p {
    font-size: 0.9rem !important;
    line-height: 1.2 !important; }

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  font-size: 0.9rem;
  line-height: 1.4; }

/**
* NAME : BLOG PAGE STYLES
*
*/
.archive.category .x-header-landmark,
.archive.date .x-header-landmark,
.search .x-header-landmark {
  background-color: #705177;
  color: white;
  padding: 5em 5%;
  margin-top: 0; }
  .archive.category .x-header-landmark.x-container.max, .archive.category .x-header-landmark.x-container.width,
  .archive.date .x-header-landmark.x-container.max,
  .archive.date .x-header-landmark.x-container.width,
  .search .x-header-landmark.x-container.max,
  .search .x-header-landmark.x-container.width {
    max-width: 100%;
    width: 100%; }
  .archive.category .x-header-landmark h1,
  .archive.date .x-header-landmark h1,
  .search .x-header-landmark h1 {
    font-size: 3rem;
    letter-spacing: 0.03em;
    color: white; }
  .archive.category .x-header-landmark .p-landmark-sub,
  .archive.date .x-header-landmark .p-landmark-sub,
  .search .x-header-landmark .p-landmark-sub {
    font-family: "Helvetica Neue", "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.4;
    font-size: 1.1rem; }
    .archive.category .x-header-landmark .p-landmark-sub strong,
    .archive.date .x-header-landmark .p-landmark-sub strong,
    .search .x-header-landmark .p-landmark-sub strong {
      color: white; }

.blog article,
.archive.category article,
.archive.date article,
.search article {
  margin-top: 2em; }
  .blog article:first-of-type,
  .archive.category article:first-of-type,
  .archive.date article:first-of-type,
  .search article:first-of-type {
    margin-top: 0; }

.blog article .entry-title,
.archive.category article .entry-title,
.archive.date article .entry-title,
.search article .entry-title,
.single-post article .entry-title {
  font-size: 1.4rem !important; }
  @media only screen and (max-width: 480px) {
    .blog article .entry-title,
    .archive.category article .entry-title,
    .archive.date article .entry-title,
    .search article .entry-title,
    .single-post article .entry-title {
      font-size: 1.1rem !important; } }

.blog article .p-meta > span:first-of-type,
.archive.category article .p-meta > span:first-of-type,
.archive.date article .p-meta > span:first-of-type,
.search article .p-meta > span:first-of-type,
.single-post article .p-meta > span:first-of-type {
  display: none; }

.blog article .excerpt,
.archive.category article .excerpt,
.archive.date article .excerpt,
.search article .excerpt,
.single-post article .excerpt {
  font-size: 1rem;
  line-height: 1.4; }

.blog article .more-link,
.archive.category article .more-link,
.archive.date article .more-link,
.search article .more-link,
.single-post article .more-link {
  font-family: "montserrat", sans-serif;
  font-weight: 800;
  background-color: #705177;
  color: white;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 8px 5px !important;
  font-size: 15px !important; }
  .blog article .more-link:hover, .blog article .more-link:focus,
  .archive.category article .more-link:hover,
  .archive.category article .more-link:focus,
  .archive.date article .more-link:hover,
  .archive.date article .more-link:focus,
  .search article .more-link:hover,
  .search article .more-link:focus,
  .single-post article .more-link:hover,
  .single-post article .more-link:focus {
    background-color: #7f7f7f; }

.blog #mobile-sidebar,
.archive.category #mobile-sidebar,
.archive.date #mobile-sidebar,
.search #mobile-sidebar,
.single-post #mobile-sidebar {
  display: none !important; }

@media only screen and (max-width: 480px) {
  .single-post .x-container.offset.max, .single-post .x-container.offset.width {
    margin-top: 15px;
    max-width: 100%;
    width: 95%; } }

.single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4 {
  font-size: 1.3rem !important; }
  @media only screen and (max-width: 480px) {
    .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4 {
      font-size: 1.1rem !important; } }

@media only screen and (max-width: 979px) {
  .single-post .x-sidebar {
    margin-top: 2em; }
  .single-post .content {
    font-size: 0.9rem !important; } }

.wp-post-navigation-next {
  text-align: center; }
  .wp-post-navigation-next a {
    font-family: "montserrat", sans-serif;
    font-weight: 600; }
    @media only screen and (max-width: 26.25em) {
      .wp-post-navigation-next a {
        display: block;
        clear: both;
        text-align: center !important;
        float: none !important; }
        .wp-post-navigation-next a.x-btn {
          margin: 8px 0 !important; } }

.x-entry-share {
  margin-top: 1em; }

/**
* NAME : DJ, DECORATORS, AND TECHNICIAN PAGE STYLES
*
*/
.tg-filters-holder {
  width: 100%;
  display: flex !important;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .tg-filters-holder {
      flex-direction: column; } }
  .tg-filters-holder .tg-filter {
    flex-grow: 1;
    border: 3px solid #705177;
    padding: 5px;
    margin-right: 1%; }
    @media only screen and (max-width: 768px) {
      .tg-filters-holder .tg-filter {
        margin-right: 0;
        margin-bottom: 8px; } }
    .tg-filters-holder .tg-filter:last-of-type {
      margin-right: 0; }
    .tg-filters-holder .tg-filter:hover, .tg-filters-holder .tg-filter:focus, .tg-filters-holder .tg-filter.tg-filter-active {
      background-color: #705177; }
      .tg-filters-holder .tg-filter:hover .tg-filter-name, .tg-filters-holder .tg-filter:focus .tg-filter-name, .tg-filters-holder .tg-filter.tg-filter-active .tg-filter-name {
        color: white !important; }
    .tg-filters-holder .tg-filter .tg-filter-name {
      color: #705177 !important;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.06em;
      font-size: 14px;
      text-align: center; }

/**
* NAME : VARIOUS EVENT PAGE STYLES
*
*/
@media only screen and (max-width: 767px) {
  #package-options-section {
    padding-bottom: 3em !important; } }

@media only screen and (max-width: 767px) {
  #package-options-section .package-row {
    margin-top: 1em !important;
    margin-bottom: 0 !important; } }

#package-options-section .package-row .package-option-col {
  margin-top: -8em; }
  @media only screen and (max-width: 767px) {
    #package-options-section .package-row .package-option-col {
      margin-top: 0; } }
  #package-options-section .package-row .package-option-col .option-header h2 {
    margin-bottom: 0; }
    @media only screen and (max-width: 979px) {
      #package-options-section .package-row .package-option-col .option-header h2 {
        font-size: 2rem; } }
    @media only screen and (max-width: 767px) {
      #package-options-section .package-row .package-option-col .option-header h2 {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 480px) {
      #package-options-section .package-row .package-option-col .option-header h2 {
        font-size: 1.3rem; } }
  #package-options-section .package-row .package-option-col .option-header h5 {
    font-family: "montserrat", sans-serif;
    text-transform: uppercase; }
  #package-options-section .package-row .package-option-col .option-text {
    padding: 2em 10% 1em; }

#package-options-section .package-row .solidbg-color .option-header h3 {
  font-family: "montserrat", sans-serif;
  font-size: 1.5rem; }

/**
* NAME : BUTTONS
*
* Put all button styles, variants, and overrides in this handly little file!
*
*/
.x-btn.x-btn-global, .gform_button.button,
input[type="submit"],
.gform_previous_button,
.gform_next_button {
  text-shadow: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease-in-out;
  border-left: 0;
  border-right: 0;
  font-size: 1.1rem;
  padding: 0 5px !important;
  font-family: "montserrat", sans-serif;
  font-weight: 800; }
  @media only screen and (max-width: 600px) {
    .x-btn.x-btn-global, .gform_button.button,
    input[type="submit"],
    .gform_previous_button,
    .gform_next_button {
      font-size: 0.9rem !important; } }
  .x-btn.x-btn-global:hover, .gform_button.button:hover,
  input[type="submit"]:hover,
  .gform_previous_button:hover,
  .gform_next_button:hover, .x-btn.x-btn-global:focus, .gform_button.button:focus,
  input[type="submit"]:focus,
  .gform_previous_button:focus,
  .gform_next_button:focus, .x-btn.x-btn-global:active, .gform_button.button:active,
  input[type="submit"]:active,
  .gform_previous_button:active,
  .gform_next_button:active {
    background-color: #705177;
    color: white; }

.x-btn.lg-btn {
  padding: 15px 5px !important;
  margin-bottom: 1em; }

.x-btn.-white-btn {
  border-color: white;
  color: white; }
  .x-btn.-white-btn:focus, .x-btn.-white-btn:hover {
    background-color: white;
    color: #705177;
    border-color: white; }

.x-btn.-full-border-btn {
  border-left: 3px solid #705177;
  border-right: 3px solid #705177;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.x-btn.-solid-purple-btn {
  background-color: #705177; }

.x-btn.-solid-lpurple-btn {
  background-color: #9f7aa7;
  border-color: #9f7aa7; }

.x-btn.-solid-purple-btn,
.x-btn.-solid-lpurple-btn {
  color: white;
  padding: 1em 5px !important; }
  .x-btn.-solid-purple-btn:hover, .x-btn.-solid-purple-btn:focus,
  .x-btn.-solid-lpurple-btn:hover,
  .x-btn.-solid-lpurple-btn:focus {
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

/**
* NAME : FORMS
*
* Put all styles relating to Gravity Forms, subscription forms, or
* other site forms in this file.
*
*/
select,
textarea,
input:focus,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 2px solid #b9b9b9;
  border-radius: 0;
  box-shadow: none !important;
  color: #7f7f7f !important;
  font-family: "montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important; }

input[type="text"] {
  height: 45px; }

.topbar-search input {
  border-radius: 0;
  height: 2.65em !important;
  font-size: 13px !important; }

textarea {
  font-size: 14px !important;
  line-height: 1.2 !important; }

.gform_button.button,
input[type="submit"],
.gform_previous_button,
.gform_next_button {
  border-left: 3px solid #705177;
  border-right: 3px solid #705177;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
  .gform_button.button:hover, .gform_button.button:focus, .gform_button.button:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .gform_previous_button:hover,
  .gform_previous_button:focus,
  .gform_previous_button:active,
  .gform_next_button:hover,
  .gform_next_button:focus,
  .gform_next_button:active {
    background-color: #705177 !important;
    color: white !important;
    font-family: "montserrat", sans-serif !important;
    font-weight: 800 !important;
    border-color: #705177 !important; }

.gform_wrapper ul.gform_fields.top_label #field_1_4 .gfield_label {
  font-weight: 400;
  font-size: 1.1rem; }

.gform_wrapper ul.gform_fields.top_label .gfield_label {
  color: #7f7f7f;
  font-size: 1rem;
  font-weight: 600; }

/*
body .gform_wrapper .top_label div.ginput_container, 
.gfield_radio li {
  position: relative;
}

body .gform_wrapper .gfield_radio li label {
  overflow: visible !important;
  padding-left: 10% !important;
  
 	@include respond-custom(max-width, 992px) {
		padding-left: 2em !important;
	}

}

body .gform_wrapper .top_label div.ginput_container label::after,
body .gform_wrapper ul li.gfield.optional .gfield_radio label::after {
  content: "";
  opacity: 1;
}

body .gform_wrapper .gfield_radio li input[type="radio"],
body .gform_wrapper .top_label div.ginput_container input[type="checkbox"] {
   display: none;
}

body .gform_wrapper .top_label div.ginput_container label:before,
body .gform_wrapper .top_label div.ginput_container label:after,
ul.gfield_radio li[class^="gchoice"] label:before,
ul.gfield_radio li[class^="gchoice"] label:after {
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
}

body .gform_wrapper .top_label div.ginput_container label:after,
ul.gfield_radio li[class^="gchoice"] label:after {
  content: "";
  background-color: #fff;
  border: solid 3px $grey;
  border-radius: 0;
  display: inline-block;
  height: 25px;
  width: 25px !important;
  left: 0;
  position: absolute;
  top: 0;
  left: -3%;
  transition: left .25s, background-color .13s;
  width: 13px;
  margin: 0;
}

body .gform_wrapper .top_label div.ginput_container input[type="checkbox"]:checked + label:before,
ul.gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  height: 25px;
  width: 25px;
  background-color: $grey;
  left: -3%; 
  text-align: center;
  top: -1px;
  z-index: 9;
  margin: 0;
}
*/
/**
* NAME : MAPS
*
* Put all styles relating to maps in this file
*
*/
/**
* NAME : PROMO
*
* Put all promo styles, variants, and overrides in this handly little file!
*
*/
.x-promo {
  border-radius: 0; }
  .x-promo .x-promo-content h4 {
    font-family: "montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600; }
    @media only screen and (max-width: 480px) {
      .x-promo .x-promo-content h4 {
        font-size: 0.9rem; }
        .x-promo .x-promo-content h4 br {
          display: none; } }
  .x-promo .x-promo-content p {
    line-height: 1.3;
    font-size: 15px; }
  .x-promo .x-btn {
    font-size: 15px;
    border-width: 2px; }
    .x-promo .x-btn:hover, .x-promo .x-btn:focus {
      color: white !important; }

/**
* NAME : SLIDER
*
* Put all slider styles, variants, and overrides in this handly little file!
*
*/
#pp_home_slider .owl-item {
  position: relative; }
  #pp_home_slider .owl-item::before {
    content: '';
    position: absolute;
    display: block !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    mix-blend-mode: multiply; }
  @media only screen and (max-width: 880px) {
    #pp_home_slider .owl-item .sa_hover_container {
      min-height: 400px !important; } }

.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
  left: 0  !important;
  z-index: 4;
  padding: 0 5% !important; }

@media only screen and (max-width: 767px) {
  .flex-control-nav {
    top: auto !important;
    left: 0;
    right: 0 !important;
    bottom: 0;
    background-color: transparent !important; } }

.flex-control-nav > li a {
  border-radius: 100%; }

#awards-honors-section .sa_vert_center img,
#awards-honors-section .sa_vert_center p {
  margin-bottom: 0 !important; }

/**
* NAME : MODAL
*
* Put all modal styles, variants, and overrides in this handly little file!
*
*/
.x-modal .x-modal-bg {
  background-color: rgba(112, 81, 119, 0.8) !important; }

.x-modal .x-modal-content {
  max-width: 75% !important; }
  @media only screen and (max-width: 1200px) {
    .x-modal .x-modal-content {
      max-width: 90% !important; } }
  .x-modal .x-modal-content h1, .x-modal .x-modal-content h2, .x-modal .x-modal-content h3, .x-modal .x-modal-content h4 {
    font-size: 1.4rem !important; }
  @media only screen and (max-width: 767px) {
    .x-modal .x-modal-content p {
      font-size: 0.9rem;
      line-height: 1.3; } }
  @media only screen and (max-width: 480px) {
    .x-modal .x-modal-content p {
      font-size: 0.85rem; } }

.x-modal .x-modal-close {
  width: 40px !important;
  height: 40px !important;
  background-color: white; }
  .x-modal .x-modal-close > span {
    color: #705177; }

.modal-wrapper.styled {
  background-color: rgba(112, 81, 119, 0.8) !important; }

.modal-wrapper.styled .wp-post-modal {
  width: 75% !important;
  margin: 0 auto;
  top: 50%;
  transform: translatey(-50%); }
  @media only screen and (max-width: 1200px) {
    .modal-wrapper.styled .wp-post-modal {
      width: 90% !important; } }

#modal-content .x-container {
  margin: 2em 0; }

#modal-content .featured-image {
  margin-bottom: 15px; }
  #modal-content .featured-image img {
    width: 100%; }

/**
* NAME : TABS
*
* Put all tabs styles, variants, and overrides in this handly little file!
*
*/
.x-nav-tabs {
  box-shadow: none;
  border: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .x-nav-tabs {
      flex-direction: column; } }
  .x-nav-tabs > li {
    border: 3px solid #705177 !important;
    margin-right: 1%; }
    @media only screen and (max-width: 768px) {
      .x-nav-tabs > li {
        margin-right: 0;
        margin-bottom: 8px; } }
    .x-nav-tabs > li:hover, .x-nav-tabs > li:focus {
      background-color: #705177 !important; }
      .x-nav-tabs > li:hover > a, .x-nav-tabs > li:focus > a {
        color: white;
        background-color: transparent; }
    .x-nav-tabs > li:last-of-type {
      margin-right: 0; }
    .x-nav-tabs > li > a {
      box-shadow: none !important;
      font-family: "montserrat", sans-serif;
      font-weight: bold;
      color: #705177;
      line-height: 1.2;
      text-transform: uppercase;
      background-color: transparent; }
    .x-nav-tabs > li.active {
      background-color: #705177 !important; }
      .x-nav-tabs > li.active > a {
        color: white;
        background-color: transparent !important; }

/**
* NAME : ACCORDION
*
* Put all accordion styles, variants, and overrides in this handly little file!
*
*/
.x-accordion .x-accordion-group {
  box-shadow: none;
  border: 0; }

.x-accordion .x-accordion-toggle {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 14px;
  text-align: center;
  background-color: #9f7aa7;
  color: white !important; }
  .x-accordion .x-accordion-toggle:hover > a, .x-accordion .x-accordion-toggle:focus > a {
    color: white; }
  .x-accordion .x-accordion-toggle.collapsed {
    background-color: #705177;
    color: white; }
    .x-accordion .x-accordion-toggle.collapsed::before {
      color: white; }

@media only screen and (max-width: 1024px) {
  .custom-dropdown-accordions-section .accordion-header {
    padding: 4em 2em !important; } }

@media only screen and (max-width: 600px) {
  .custom-dropdown-accordions-section .accordion-header {
    padding: 2em 1em !important; } }

.custom-dropdown-accordions-section .accordion-header .dotted-divider-header::after {
  display: none; }

.custom-dropdown-accordions-section .accordion-content h4 {
  font-size: 1.5rem; }

.custom-dropdown-accordions-section .accordion-content .dj-modal-col h6 {
  font-family: "montserrat", sans-serif;
  text-transform: none;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.2rem; }

.custom-dropdown-accordions-section .accordion-content .x-text ul,
.custom-dropdown-accordions-section .accordion-content .x-text ol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .custom-dropdown-accordions-section .accordion-content .x-text ul > li,
  .custom-dropdown-accordions-section .accordion-content .x-text ol > li {
    width: calc(100%/3);
    line-height: 1.2;
    padding-bottom: 5px; }

@media only screen and (max-width: 880px) {
  .custom-dropdown-accordions-section .accordion-content .x-text ul > li,
  .custom-dropdown-accordions-section .accordion-content .x-text ol > li {
    width: calc(100%/2); }
  .custom-dropdown-accordions-section .accordion-content .x-text img {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em; } }

@media only screen and (max-width: 480px) {
  .custom-dropdown-accordions-section .accordion-content .x-text ul,
  .custom-dropdown-accordions-section .accordion-content .x-text ol {
    flex-direction: column; }
    .custom-dropdown-accordions-section .accordion-content .x-text ul > li,
    .custom-dropdown-accordions-section .accordion-content .x-text ol > li {
      width: 100%; } }

/**
* NAME : SHAME
*
* Shame on you.  Are you embarassed about a quick fix or a hack you had to roll out in an emergency?
* Shhh...put it in this file and no one will ever know!!!  Just be sure to move the code in this file
* where it is ACTUALLY supposed to go at some point!
*
*/
.no-supports .x-section .x-container.marginless-columns {
  display: flex; }

.no-supports .x-section .x-container.marginless-columns > .x-column {
  display: block; }

_:default:not(:root:root), ._stretch-container {
  flex-wrap: inherit; }
  @media only screen and (max-width: 1024px) {
    _:default:not(:root:root), ._stretch-container {
      flex-wrap: wrap; } }

_:-ms-fullscreen .x-feature-box-graphic img, :root .x-feature-box .x-feature-box-graphic img {
  width: 100%; }
