/*
Theme Name: Midgards Messer
Theme URI: https://winning-solutions.de/
Author: Winning Solutions
Author URI: https://winning-solutions.de
Description:  The WordPress theme based
Version: 1.0.64
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ws
Tags: one-page, custom-menu, featured-images, custom-background, theme-options, full-width-template
*/

html { font-size: 26px; }
@media screen and (max-width:3840px) { html { font-size: 18px; /*font-size: calc(0.625rem + 0.41666666666666674vw);*/ } }
@media screen and (max-width:1920px) { html { font-size: 16px; /*font-size: calc(0.625rem + 0.41666666666666674vw); */ } }
/*
@media screen and (max-width:1440px) { html { font-size: calc(0.812326147426982rem + 0.13908205841446453vw); } }
@media screen and (max-width:721px) { html { font-size: 16px; calc(0.8749131944444445rem + 0.1388888888888889vw);} }
*/
/*  base colors */
body {
    --Background-Primary: #141414;
    --Stroke-Primary: #262626;
    --Text-Tertiary: #CCAB6B;
    --Text-Tertiary2: #B38043;
    --Background-Secondary: #1F1F1F;
    --Background-Light: #F6F6F6;
    --Text-Secondary: #D1D1D1;
    --Stroke-onHover: #4F4F4F;
    --Stroke: #333333;
    --Stroke-onHover2: #8F8F8F;
    --Text-Light: #6D6D6D;
    --Background-Light2: #F2F2F2;
    --Background-Light3: #F0F0F0;
    --Red: #F05252;
	--wc-red: #ea4d4d !important;
}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus - main-menu view
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer - footer view
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize - only not in bootstrap-reboot.css
--------------------------------------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-smooth: never;
}


audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  color: var(--Text-Tertiary);
  text-decoration: none;
  cursor: pointer;
  transition: color .5s
}
a:active,
a:hover {
  outline: 0;
  text-decoration:none;
  color:#fff;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}


button[disabled],
html input[disabled] {
  cursor: default;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

fieldset {
  border: 1px solid var(--Stroke-Primary);
  margin: 3rem 0;
  padding: 2rem 2.5rem;
}

legend {
  border: 0;
}

optgroup {
  font-weight: 400;
}


td,
th {
  padding: 0;
}
strong, b, dt {
	/* font-weight:bolder; */
    font-weight: 500;
}

code {
    font-family: inherit;
    font-weight: 500;
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/**
* @license
*
* Font Family: General Sans
* Designed by: Frode Helland
* URL: https://www.fontshare.com/fonts/general-sans
* © 2024 Indian Type Foundry
*
* General Sans Extralight
* General Sans ExtralightItalic
* General Sans Light
* General Sans LightItalic
* General Sans Regular
* General Sans Italic
* General Sans Medium
* General Sans MediumItalic
* General Sans Semibold
* General Sans SemiboldItalic
* General Sans Bold
* General Sans BoldItalic
* General Sans Variable (Variable font)
* General Sans VariableItalic (Variable font)

*
*/

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'GeneralSans';
  src: url('./inc/assets/fonts/GeneralSans-Variable.woff2') format('woff2'),
       url('./inc/assets/fonts/GeneralSans-Variable.woff') format('woff'),
       url('./inc/assets/fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('./inc/assets/fonts/GeneralSans-VariableItalic.woff2') format('woff2'),
       url('./inc/assets/fonts/GeneralSans-VariableItalic.woff') format('woff'),
       url('./inc/assets/fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: italic;
}

@supports not (font-variation-settings: normal) {

    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-Extralight.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-Extralight.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-Extralight.ttf') format('truetype');
      font-weight: 200;
      font-display: swap;
      font-style: normal;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-ExtralightItalic.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
      font-weight: 200;
      font-display: swap;
      font-style: italic;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-Light.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-Light.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-Light.ttf') format('truetype');
      font-weight: 300;
      font-display: swap;
      font-style: normal;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-LightItalic.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-LightItalic.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-LightItalic.ttf') format('truetype');
      font-weight: 300;
      font-display: swap;
      font-style: italic;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-Regular.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-Regular.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-Regular.ttf') format('truetype');
      font-weight: 400;
      font-display: swap;
      font-style: normal;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-Italic.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-Italic.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-Italic.ttf') format('truetype');
      font-weight: 400;
      font-display: swap;
      font-style: italic;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-Medium.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-Medium.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-Medium.ttf') format('truetype');
      font-weight: 500;
      font-display: swap;
      font-style: normal;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-MediumItalic.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-MediumItalic.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-MediumItalic.ttf') format('truetype');
      font-weight: 500;
      font-display: swap;
      font-style: italic;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-Semibold.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-Semibold.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-Semibold.ttf') format('truetype');
      font-weight: 600;
      font-display: swap;
      font-style: normal;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-SemiboldItalic.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
      font-weight: 600;
      font-display: swap;
      font-style: italic;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-Bold.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-Bold.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-Bold.ttf') format('truetype');
      font-weight: 700;
      font-display: swap;
      font-style: normal;
    }
    @font-face {
      font-family: 'GeneralSans';
      src: url('./inc/assets/fonts/GeneralSans-BoldItalic.woff2') format('woff2'),
           url('./inc/assets/fonts/GeneralSans-BoldItalic.woff') format('woff'),
           url('./inc/assets/fonts/GeneralSans-BoldItalic.ttf') format('truetype');
      font-weight: 700;
      font-display: swap;
      font-style: italic;
    }
}

/**/
@font-face {
    font-family: 'Caesar Dressing';
    src: local('Caesar Dressing'), local('CaesarDressing'),
        url('./inc/assets/fonts/CaesarDressing.woff2') format('woff2'),
        url('./inc/assets/fonts/CaesarDressing.woff') format('woff'),
        url('./inc/assets/fonts/CaesarDressing-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/********************************/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h6, .h5 {
    line-height: 1.2;
    color: #fff;
    clear: both;
    margin-bottom: 1.5rem;
}
/* h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child) {
    margin-top: 40px
} */
h1,.h1 {
    font-family: 'Caesar Dressing', sans-serif;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.09rem;
    text-transform: uppercase;
}
h1.latest-item-title {
    font-size: 2.5rem
}
h2, .h2 {
    font-family: 'Caesar Dressing', sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
}
h3, h4, h5, h6, .h3, .h4, .h6, .h5 {
    font-family: 'GeneralSans',sans-serif;
    font-weight: 500;
}
h3, .h3 {
    font-size: 2rem;
    letter-spacing: -0.06rem;
}

h4, .h4 {
    font-size: 1.75rem;
}
.text-content h3, .text-content .h3 {
    font-family: 'Caesar Dressing', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}
.text-content h4, .text-content .h4 {
    font-family: 'Caesar Dressing', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
}

h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.5;
    text-transform:none;
}
h6, .entry-content h6, .entry-content h6 a,.h6 {
    font-size: 1.25rem;
    line-height: 1.5;
    text-transform:none;
}
.large_text {
    font-size: 1.125rem;
}
.top-border {
    border-top: 1px solid var(--Stroke-Primary);
}
.bottom-border {
    border-bottom: 1px solid var(--Stroke-Primary);
}
.small_text {
    font-size: 87.5%
}
.body-font-size {
    font-size: 1rem;
}
p {
    margin-bottom: 1rem
}
.large-bottom-margin {
    margin-bottom: 2rem!important
}
.large-top-margin {
    margin-top: 2.5rem!important
}
.xlarge-bottom-margin {
    margin-bottom: 5rem!important
}
.width-768 {
    width: 768px;
    max-width: 100%;
    margin-left:auto;
    margin-right: auto;
}
.ws-featured-text a, .wpb_text_column a, .text-two-images-block a {
    text-decoration: underline;
    color: inherit;
}
.ws-featured-text a:hover, .wpb_text_column a:hover, .text-two-images-block a:hover {
    color: var(--Text-Tertiary);
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    font-family: 'GeneralSans',sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    background-color: var(--Background-Primary);
    color: var(--Text-Secondary);
    /* overflow-x: hidden; */
}
body.single-product {
    overflow-x: hidden;
}
.container,
.wpb-content-wrapper > * > .vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}

.container.main-container, .main-container {
    position: relative;
    z-index:2; /* up for header block */
}
img {
  height: auto;
  max-width: 100%;
}

figure {
  margin-top: 1rem;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",Courier,monospace;
    margin-bottom: 1.6em;
    overflow: auto;
    max-width: 100%;
    padding: 1.6em;
}

ul { padding-left: 26px; margin-bottom: 20px}

.site-main ul {
    margin-bottom: 1.5rem;
}
/*
#content ul {
    list-style-type: none;
}
#content ul li {
    list-style-type: none;
    padding-left: 4px;
    padding-bottom: 18px;
    position: relative;
}
#content ul.no-style li {
    list-style-type: disc;
    padding-left: 0;
    padding-bottom: 0;
}

#content ul li:before {
    content:'\e922';
    font-family:'ws_new' !important;
    position: absolute;
    left: -27px;
    font-size: 22px;
    line-height: 1;
    top: 0;
    color: var(--Text-Tertiary);
}
*/
#content ul ul {
    padding-top:18px;
    padding-left: 30px;
    margin-bottom:0
}
#content ul li:last-child {
    padding-bottom: 0
}
/*
#content ul ul li:before {
    color:#00A855;
}
*/
ol {
	padding-left: 25px;
	margin-bottom: 25px
}
ol li{
    margin-bottom: 5px;
	padding-left: 5px;
}

a.button, .button, input[type="submit"] {
    display: inline-flex;
    min-width: 12.5rem;
    padding: 1rem 1.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 62.4375rem;
    border: 1px solid var(--Background-Light);
    background: var(--Background-Light);
    color: var(--Background-Primary);
    font-family: 'GeneralSans', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

a.button.with-icon, .button.with-icon {
    font-size: 1rem;
    padding: .9rem 1.5rem
}
a.button.with-icon i {
    font-size: .825rem;
}
a.button.with-icon i.size-bigger {
    font-size: 1rem;
}
a.button.right-iconposition i, .button.right-iconposition i {
    padding-left:0.75rem;
    transition: padding-left .5s
}

a.button.right-iconposition:hover, .button.right-iconposition:hover  {
    padding-right:1.25rem
}
a.button.right-iconposition:hover i, .button.right-iconposition:hover i  {
    padding-left:1rem!important
}
a.button.left-iconposition i, .button.left-iconposition i {
    padding-right:0.75rem;
    transition: padding-right .5s
}

a.button.black-button, .button.black-button {
    color: #fff;
    background-color:var(--Background-Primary);
}
a.button.left-iconposition:hover i, .button.left-iconposition:hover i  {
    padding-right:1rem
}
a.button:hover, a.button:focus,
.button:hover, .button:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
a.button.black-button:hover, .button.black-button:hover,
a.button.black-button:focus, .button.black-button:focus {
    color: var(--Text-Tertiary);
    /* background-color: var(--Background-Light);
    border-color: var(--Background-Light); */
}
input[type="submit"]:hover, input[type="submit"]:focus {
    border: 1px solid var(--Background-Light);
    background: var(--Background-Light);
}

button:focus {
    outline: none;
}
.button.align-center {
    display: table!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.nowrap {
    white-space:nowrap;
}
.width-100 {
    width: 100%
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#page {
    z-index: 1;
    position: relative;
    /* overflow-x: hidden; */
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

#content {
    position: relative;
    z-index: 1;
    /* overflow-x: hidden; */
}
body:not(.woocommerce):not(.woocommerce-account):not(.yith-wcaf-dashboard-ws) #content {
    overflow: hidden;
}
body.woocommerce-wishlist #content {
    overflow: hidden;
}
/**/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.text-right {
    text-align: right;
}
.text-center {text-align: center}
@media (min-width: 575px) {
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center
    }
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* single post styles */
.container.single-container {
	/* max-width: 58rem; */
    max-width: 50rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}
.container.single-container, .narrow-content .wpb-content-wrapper > * > .vc_row {
	/* max-width: 58rem; */
    max-width: 52rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}
/*
.single-post article {
    margin: 0 5%;
}
*/
/* .container.single-container {
	max-width: calc(800px + 8.88vw);
}

@media only screen and (min-width:768px) {
	.single article > .entry-content > *:first-child:not(.wpb-content-wrapper) {
		padding-top:6rem
	}
	.single article > .entry-content > *:last-child:not(.wpb-content-wrapper) {
        padding-bottom: 7rem
	}
}
@media only screen and (max-width:767px) {
	.single article > .entry-content > *:first-child:not(.wpb-content-wrapper) {
		padding-top:3rem
	}
	.single article > .entry-content > *:last-child:not(.wpb-content-wrapper) {
        padding-bottom: 2rem
	}
} */
.ws-post-meta {
    margin-bottom: .75rem;
}
.ws-post-meta span {
    display: inline-block;
    margin: 0 .25rem .5rem 0;
    border-radius: 1rem;
    overflow: hidden;
    padding: .25rem 1rem;
    /* background: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay; */
    color:#fff;
    font-weight: 500;
    font-size: 0.875rem;
    position: relative;
}
.ws-post-meta span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(33 59 86 / 85%);
    border-radius: 1rem;
    mix-blend-mode: overlay;
}

/* .single-post article.post {
    font-size: 16px
}
.big-text {
    font-size: 125%;
} */
blockquote {
    padding-left: 24px;
    border-left: 2px solid #0768B2;
    font-style: italic;
    font-size: 125%;
    margin: 30px 0;
}

img.alignright, .wp-caption.alignright {
  margin: 40px 0 40px 20px!important;
}
img.alignleft, .wp-caption.alignleft {
  margin: 40px 20px 40px 0!important;
}
img.alignnone, .wp-caption.alignnone,
img.aligncenter, .wp-caption.aligncenter {
  margin: 40px auto 40px;
}

img.alignright:first-child, .wp-caption.alignright:first-child,
img.alignleft:first-child, .wp-caption.alignleft:first-child,
img.alignnone:first-child, .wp-caption.alignnone:first-child,
img.aligncenter:first-child, .wp-caption.aligncenter:first-child {
  margin-top: 0;
}

@media (min-width:1200px) {
    img.alignright, .wp-caption.alignright {
      margin: 60px 0 60px 20px!important;
    }
    img.alignleft, .wp-caption.alignleft {
      margin: 60px 20px 60px 0!important;
    }
    img.alignnone, .wp-caption.alignnone,
    img.aligncenter, .wp-caption.aligncenter {
      margin: 60px auto 60px;
    }
}
@media (max-width:767px) {
    img.alignright, .wp-caption.alignright {
      margin: 30px 0 30px 20px!important;
    }
    img.alignleft, .wp-caption.alignleft {
      margin: 30px 20px 30px 0!important;
    }
    img.alignnone, .wp-caption.alignnone,
    img.aligncenter, .wp-caption.aligncenter {
      margin: 30px auto 30px;
    }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/**/
/*site search form*/
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  opacity: 0;
  pointer-events: none;
}

/* input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: .3;
  pointer-events: all;
} */
.site-search-form {
	max-width:22.5rem;
    padding: 0 1rem;
}
.site-search-form .screen-reader-text {
    display: none;
}
.search-wrap {
	position: relative;
}
.search-wrap:before {
    content: '';
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InNlYXJjaC1vdXRsaW5lIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDAzXzg0NjEpIj4KPGcgaWQ9IlZlY3RvciI+CjxwYXRoIGQ9Ik02LjQwMDA4IDEyLjhDNS4xMzQyNiAxMi44IDMuODk2ODcgMTIuNDI0NiAyLjg0NDM5IDExLjcyMTRDMS43OTE5IDExLjAxODIgMC45NzE1ODYgMTAuMDE4NiAwLjQ4NzE4IDguODQ5MTdDMC4wMDI3NzMwMyA3LjY3OTczIC0wLjEyMzk3IDYuMzkyOSAwLjEyMjk3OSA1LjE1MTQyQzAuMzY5OTI3IDMuOTA5OTQgMC45Nzk0NzUgMi43Njk1NyAxLjg3NDU0IDEuODc0NTJDMi43Njk2MSAwLjk3OTQ2MyAzLjkwOTk5IDAuMzY5OTIyIDUuMTUxNDggMC4xMjI5NzdDNi4zOTI5OCAtMC4xMjM5NjggNy42Nzk4MiAwLjAwMjc3MyA4Ljg0OTI4IDAuNDg3MTc0QzEwLjAxODcgMC45NzE1NzQgMTEuMDE4MyAxLjc5MTg4IDExLjcyMTUgMi44NDQzNUMxMi40MjQ4IDMuODk2ODMgMTIuODAwMiA1LjEzNDIgMTIuODAwMiA2LjRDMTIuNzk4MiA4LjA5NjggMTIuMTIzMyA5LjcyMzU2IDEwLjkyMzUgMTAuOTIzNEM5LjcyMzY3IDEyLjEyMzIgOC4wOTY5IDEyLjc5ODEgNi40MDAwOCAxMi44Wk02LjQwMDA4IDEuNkM1LjQ1MDcyIDEuNiA0LjUyMjY3IDEuODgxNTIgMy43MzMzMSAyLjQwODk1QzIuOTQzOTQgMi45MzYzOCAyLjMyODcxIDMuNjg2MDQgMS45NjU0IDQuNTYzMTJDMS42MDIxIDUuNDQwMiAxLjUwNzA0IDYuNDA1MzIgMS42OTIyNSA3LjMzNjQzQzEuODc3NDYgOC4yNjc1NCAyLjMzNDYzIDkuMTIyODIgMy4wMDU5MyA5Ljc5NDExQzMuNjc3MjMgMTAuNDY1NCA0LjUzMjUxIDEwLjkyMjYgNS40NjM2MyAxMS4xMDc4QzYuMzk0NzUgMTEuMjkzIDcuMzU5ODggMTEuMTk3OSA4LjIzNjk4IDEwLjgzNDZDOS4xMTQwNyAxMC40NzEzIDkuODYzNzQgOS44NTYwOSAxMC4zOTEyIDkuMDY2NzRDMTAuOTE4NiA4LjI3NzM4IDExLjIwMDEgNy4zNDkzNSAxMS4yMDAxIDYuNEMxMS4xOTg5IDUuMTI3MzUgMTAuNjkyNyAzLjkwNzE5IDkuNzkyODMgMy4wMDcyOUM4Ljg5MjkyIDIuMTA3MzkgNy42NzI3NCAxLjYwMTI3IDYuNDAwMDggMS42WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE1LjIwMDIgMTZDMTQuOTg4IDE2IDE0Ljc4NDYgMTUuOTE1NiAxNC42MzQ2IDE1Ljc2NTZMMTEuNDM0NSAxMi41NjU2QzExLjI4ODggMTIuNDE0NyAxMS4yMDgyIDEyLjIxMjYgMTEuMjEgMTIuMDAyOUMxMS4yMTE4IDExLjc5MzEgMTEuMjk1OSAxMS41OTI1IDExLjQ0NDMgMTEuNDQ0MUMxMS41OTI2IDExLjI5NTggMTEuNzkzMiAxMS4yMTE3IDEyLjAwMyAxMS4yMDk5QzEyLjIxMjggMTEuMjA4IDEyLjQxNDggMTEuMjg4NyAxMi41NjU3IDExLjQzNDRMMTUuNzY1OCAxNC42MzQ0QzE1Ljg3NzYgMTQuNzQ2MyAxNS45NTM4IDE0Ljg4ODggMTUuOTg0NiAxNS4wNDRDMTYuMDE1NSAxNS4xOTkxIDE1Ljk5OTYgMTUuMzYgMTUuOTM5MSAxNS41MDYxQzE1Ljg3ODYgMTUuNjUyMyAxNS43NzYxIDE1Ljc3NzIgMTUuNjQ0NSAxNS44NjUxQzE1LjUxMyAxNS45NTMgMTUuMzU4NCAxNiAxNS4yMDAyIDE2WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQwM184NDYxIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: left center;
    width: 1rem;
    height: 1.5rem;
    position: absolute;
    left: 0;
    z-index: 1;
}
.search-wrap .search-cancel {
    width: 45px;
    text-align: center;
    background: transparent;
    color: #fff;
    position: absolute;
    border: none;
    padding: 11px 12px;
    font-size: 25px;
    line-height: 1;
    right: 0;
    top: 0;
    cursor: pointer;
}
.site-search-form input[type="search"] {
	border-radius: 0;
	border: 1px solid var(--Stroke-Primary);
	background: var(--Background-Secondary);
    color: #fff;
	/* padding-left: 45px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InNlYXJjaC1vdXRsaW5lIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDAzXzg0NjEpIj4KPGcgaWQ9IlZlY3RvciI+CjxwYXRoIGQ9Ik02LjQwMDA4IDEyLjhDNS4xMzQyNiAxMi44IDMuODk2ODcgMTIuNDI0NiAyLjg0NDM5IDExLjcyMTRDMS43OTE5IDExLjAxODIgMC45NzE1ODYgMTAuMDE4NiAwLjQ4NzE4IDguODQ5MTdDMC4wMDI3NzMwMyA3LjY3OTczIC0wLjEyMzk3IDYuMzkyOSAwLjEyMjk3OSA1LjE1MTQyQzAuMzY5OTI3IDMuOTA5OTQgMC45Nzk0NzUgMi43Njk1NyAxLjg3NDU0IDEuODc0NTJDMi43Njk2MSAwLjk3OTQ2MyAzLjkwOTk5IDAuMzY5OTIyIDUuMTUxNDggMC4xMjI5NzdDNi4zOTI5OCAtMC4xMjM5NjggNy42Nzk4MiAwLjAwMjc3MyA4Ljg0OTI4IDAuNDg3MTc0QzEwLjAxODcgMC45NzE1NzQgMTEuMDE4MyAxLjc5MTg4IDExLjcyMTUgMi44NDQzNUMxMi40MjQ4IDMuODk2ODMgMTIuODAwMiA1LjEzNDIgMTIuODAwMiA2LjRDMTIuNzk4MiA4LjA5NjggMTIuMTIzMyA5LjcyMzU2IDEwLjkyMzUgMTAuOTIzNEM5LjcyMzY3IDEyLjEyMzIgOC4wOTY5IDEyLjc5ODEgNi40MDAwOCAxMi44Wk02LjQwMDA4IDEuNkM1LjQ1MDcyIDEuNiA0LjUyMjY3IDEuODgxNTIgMy43MzMzMSAyLjQwODk1QzIuOTQzOTQgMi45MzYzOCAyLjMyODcxIDMuNjg2MDQgMS45NjU0IDQuNTYzMTJDMS42MDIxIDUuNDQwMiAxLjUwNzA0IDYuNDA1MzIgMS42OTIyNSA3LjMzNjQzQzEuODc3NDYgOC4yNjc1NCAyLjMzNDYzIDkuMTIyODIgMy4wMDU5MyA5Ljc5NDExQzMuNjc3MjMgMTAuNDY1NCA0LjUzMjUxIDEwLjkyMjYgNS40NjM2MyAxMS4xMDc4QzYuMzk0NzUgMTEuMjkzIDcuMzU5ODggMTEuMTk3OSA4LjIzNjk4IDEwLjgzNDZDOS4xMTQwNyAxMC40NzEzIDkuODYzNzQgOS44NTYwOSAxMC4zOTEyIDkuMDY2NzRDMTAuOTE4NiA4LjI3NzM4IDExLjIwMDEgNy4zNDkzNSAxMS4yMDAxIDYuNEMxMS4xOTg5IDUuMTI3MzUgMTAuNjkyNyAzLjkwNzE5IDkuNzkyODMgMy4wMDcyOUM4Ljg5MjkyIDIuMTA3MzkgNy42NzI3NCAxLjYwMTI3IDYuNDAwMDggMS42WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE1LjIwMDIgMTZDMTQuOTg4IDE2IDE0Ljc4NDYgMTUuOTE1NiAxNC42MzQ2IDE1Ljc2NTZMMTEuNDM0NSAxMi41NjU2QzExLjI4ODggMTIuNDE0NyAxMS4yMDgyIDEyLjIxMjYgMTEuMjEgMTIuMDAyOUMxMS4yMTE4IDExLjc5MzEgMTEuMjk1OSAxMS41OTI1IDExLjQ0NDMgMTEuNDQ0MUMxMS41OTI2IDExLjI5NTggMTEuNzkzMiAxMS4yMTE3IDEyLjAwMyAxMS4yMDk5QzEyLjIxMjggMTEuMjA4IDEyLjQxNDggMTEuMjg4NyAxMi41NjU3IDExLjQzNDRMMTUuNzY1OCAxNC42MzQ0QzE1Ljg3NzYgMTQuNzQ2MyAxNS45NTM4IDE0Ljg4ODggMTUuOTg0NiAxNS4wNDRDMTYuMDE1NSAxNS4xOTkxIDE1Ljk5OTYgMTUuMzYgMTUuOTM5MSAxNS41MDYxQzE1Ljg3ODYgMTUuNjUyMyAxNS43NzYxIDE1Ljc3NzIgMTUuNjQ0NSAxNS44NjUxQzE1LjUxMyAxNS45NTMgMTUuMzU4NCAxNiAxNS4yMDAyIDE2WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQwM184NDYxIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
	background-position: left 15px center; */
}
.site-search-form input[type="search"]:-webkit-autofill:hover,
.site-search-form input[type="search"]:-webkit-autofill:focus,
.site-search-form input[type="search"]:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px var(--Background-Secondary) inset;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 40px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}
/* widget menu */
.widget_nav_menu ul {
    padding-left: 0;
    padding-top: 5px;
}
.widget_nav_menu ul li {
    margin-bottom:10px;
    list-style-type: none
}
.widget_nav_menu ul li a {
    font-family: 'GeneralSans',sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 0;
}
.widget_nav_menu ul li.current-menu-item a,
.widget_nav_menu ul li a:hover {
    color: var(--Text-Tertiary)!important;
}
/**/
.secondary-wrapper .widget:first-child h3.widget-title {
    margin-top:0
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

.widget ul.menu li {
    list-style-type: none
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}
/* .post.hentry {
    margin-bottom: 1.5em;
} */

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}
/**/

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption figcaption, .wpb_single_image .vc_figure-caption {
    margin: .5rem 0 0 .5rem!important;
    text-align: left;
    color: var(--Text-Tertiary);
    font-size: 0.875rem!important;
    font-weight: 500;
    position: relative;
}
.wp-caption figcaption:before, .wpb_single_image .vc_figure-caption:before {
    content: '';
    position: absolute;
    left:-.5rem;
    top:0;
    height: 100%;
    width: 2px;
    background-color: var(--Text-Tertiary);
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

.entry-meta {
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    margin-top:10px
}
/**/
/*  404 page */
.error-404 {
    display:flex;
    -webkit-flex-direction: column;
    flex-direction:         column;
    align-items: center;
    justify-content: center;
}
.error-404 .page-content {
    text-align: center;

}
.error-404 .page-content img {
    max-width: 80%
}
@media (min-width:768px) {
    .error-404 .page-header h1,  .error-404 .page-content >*:not(:last-child) {
        margin-bottom: 3rem
    }
}
@media (max-width:767px) {
    .error-404 .page-header h1,  .error-404 .page-content >*:not(:last-child) {
        margin-bottom: 2rem
    }
}
/* shortcodes */
.apps-buttons .button {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    height: 3.3125rem;
    padding: 0.25rem 1rem;
    /* min-width: unset; */
}
.apps-buttons .button:last-child {
    margin-right: 0
}
.site-footer .apps-buttons {
    flex-direction: column;
}
.site-footer .apps-buttons .button {
    margin-right: 0;
    margin-bottom: 1rem;
    max-width: 15rem
}
.site-footer .apps-buttons .button:last-child {
    margin-bottom:0
}
@media (max-width: 767px) {
    .apps-buttons .button {
        width: 100%;
        margin-right: 0;
    }
    .site-footer .apps-buttons {
        align-items: center;
    }
    .site-footer .apps-buttons .button {
        max-width: unset;
    }
}
.button.google-button span,
.button.appstore-button span {
    font-size: 0.875rem;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
}
.button.google-button span:before,
.button.appstore-button span:before {
    font-family: 'midgards' !important;
    font-size: 1.5rem;
    padding-right:.5rem;
}
.button.google-button span:before {
    content:'\e908';
}
.button.appstore-button span:before {
    content:'\e903';
}
/**/
.ws-social {
    margin: 0 -.5rem
}
.ws-social a {
    display: flex;
    margin: 0 .5rem;
    color: #fff;
}
.ws-social a i {
    font-size: 1.325rem;
    width: 1.5rem;
    text-align: center;
}
.ws-social a:hover {
    color: var(--Text-Tertiary)
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 575px) {
    * {
        word-break: break-word;
        hyphens: auto;
    }
}
@media only screen and (max-width:767px) {
    #content {
        padding-top: 81px
    }
    h1,.h1 {
        font-size: 3rem;
    }
    h1.latest-item-title,
    h2, .h2 {
        font-size: 2.5rem;
    }
    h3, .h3 {
        font-size: 2.25rem;
    }
    h4, .h4 {
        font-size: 1.725rem;
    }

    h5, .h5 {
        font-size: 1.5rem;
    }
    h6, .entry-content h6, .entry-content h6 a,.h6 {
        font-size: 1.5rem;
    }

    h5, .h5, h6, .entry-content h6, .entry-content h6 a,.h6 {
        line-height: 1.4
    }
    .x-large-text {
        font-size: 3rem
    }
    /*a.button, .button,*/ input[type="submit"] {
        padding: 0.5rem 1.25rem;
    }
    .large-bottom-margin {
        margin-bottom: 2rem!important
    }
    .large-top-margin {
        margin-top: 1.5rem!important
    }
    .xlarge-bottom-margin {
        margin-bottom: 5rem!important
    }

    .desktop-show { display:none!important}

    .error-404 {
        min-height: 300px;
    }
    /* a.button, .button, input[type="submit"] {
        padding: 0.75rem 1rem;
		width: 100%;
        height: 3rem;
    } */
    img.alignleft, .wp-caption.alignleft,
    img.alignright, .wp-caption.alignright {
        margin: 0 auto 15px!important;
        display: block;
        float: none;
    }
    .ws-social {
        display: flex;
        flex-wrap: wrap;
    }
    .ws-social a {
        margin: 0 1rem
    }
    .ws-social a i {
        margin-right: 0
    }
    .single-post article {
        margin: 0;
    }
    .xlarge-pads,
    .wpb-content-wrapper > * > .vc_row {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    a.button, .button, input[type="submit"] {
        width: 100%
    }
}
@media only screen and (min-width:768px) {
    .mobile-show { display:none!important}
    .error-404 {
        min-height: 500px;
    }

    .container, .wpb-content-wrapper > * > .vc_row,
    .woocommerce div.product .woocommerce-tabs ul.tabs,
    .woocommerce div.product .woocommerce-tabs .panel {
        padding-left: 5.555%;
        padding-right: 5.555%;
        max-width: 94rem;
    }

    /* .single-related .ws-featured-text {
        width: 83.333%;
    } */
}
@media only screen and (max-width: 899px) {
}
@media only screen and (min-width:768px) and (max-width: 991px) {
    /* .container {
        padding-left: 4.167%;
        padding-right: 4.167%;
    } */
    #content {
        padding-top: 85px;
        min-height: calc(100vh - 684px);
    }
    h1,.h1 {
        font-size: 2rem;
    }
    h1.latest-item-title,
    h2, .h2 {
        font-size: 1.825rem;
    }
    h3, .h3 {
        font-size: 1.75rem;
    }
    h4, .h4 {
        font-size: 1.5rem;
    }
    h6, .entry-content h6, .entry-content h6 a, .h6 {
        font-size: 1.125rem;
    }
    .x-large-text {
        font-size: 5rem
    }
    .xlarge-pads,
    .wpb-content-wrapper > * > .vc_row {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

}
@media only screen and (max-width: 1199px) {
    .container, .wpb-content-wrapper > * > .vc_row,
    .woocommerce div.product .woocommerce-tabs ul.tabs,
	.woocommerce div.product .woocommerce-tabs .panel {
        max-width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .xlarge-pads,
    .wpb-content-wrapper > * > .vc_row {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* .container {
        padding-left: 6.45%;
        padding-right: 6.45%
    } */
    #content {
        padding-top: 78px;
        min-height: calc(100vh - 560px);
    }
    /* .single-related .ws-featured-text {
        width: 66.6666666%;
    } */
    h1, .h1 {
        font-size: 3rem
    }
    /* h1.latest-item-title, */
    h2, .h2 {
        font-size: 2.5rem;
    }
    h3, .h3 {
        font-size: 2.25rem;
    }
    h4, .h4 {
        font-size: 2rem;
    }
    .x-large-text {
        font-size: 6rem
    }

}

@media only screen and (min-width: 992px) {
    /* two column text */
    .twocolumn {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        /* -webkit-column-width: 200px;
        -moz-column-width: 200px;
        column-width: 200px; */
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        text-align: left;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    h1, .h1 {
        font-size: 3.5rem
    }
    h2, .h2 {
        font-size: 3rem;
    }
    /* h1.latest-item-title, */
    h3, .h3 {
        font-size: 2.75rem;
    }
    h4, .h4 {
        font-size: 2.5rem;
    }
    .x-large-text {
        font-size: 6rem
    }
    /* .container,
    .wpb-content-wrapper > * > .vc_row {
        max-width:100%;
        padding: 0 5rem;
    } */
}
@media only screen and (min-width: 1440px){
    .large_text {
        font-size: 1.25rem;
    }
    .x-large-text {
        font-size: 7rem
    }

}
@media only screen and (min-width: 1516px){
    .wpb-content-wrapper > * > .vc_row {
        padding-left: calc(5.555% - 15px);
        padding-right: calc(5.555% - 15px);
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        /* max-width:87% */
    }
    #content {
        padding-top: 101px;
        min-height: calc(100vh - 500px);
    }
    /* .single-related .ws-featured-text {
        width: 50%;
    } */
}
@media only screen and (min-width: 1921px) {
    #content {
        padding-top: 113px;
        min-height: calc(100vh - 700px);
    }
    .container, .wpb-content-wrapper > * > .vc_row,
    .woocommerce div.product .woocommerce-tabs ul.tabs,
    .woocommerce div.product .woocommerce-tabs .panel {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 92rem;
    }
    /* .container {
        max-width: 1920px;
        padding: 0 15px;
    } */
    /* .wpb-content-wrapper > * > .vc_row {
        max-width: 1920px;
        padding: 0;
    } */
}



/* popup maker shift */
html.pum-open.pum-open-overlay {
overflow: visible !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
overflow-y: visible !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body .cookiedisallow-fixed-banner.cookiedisallow_position-bottom,
html.pum-open.pum-open-overlay.pum-open-scrollable body .cookiedisallow-fixed-banner.cookiedisallow_position-top,
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0!important;
}

/* addtoany */
.ws-sharing {
    margin: 3rem 0
}
.ws-sharing-title {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem
}
.ws-sharing .addtoany_list a:not(.addtoany_special_service)>span {
    border-radius: 100%;
    padding: .25rem;
}
/**/
/*== 2.2 - select2 ==*/
div#wpadminbar ~ span.select2-container,
body.admin-bar > span.select2-container {
    padding-top: 32px !important;
}
.woocommerce-checkout div#wpadminbar ~ span.select2-container,
.woocommerce-account div#wpadminbar ~ span.select2-container,
body.admin-bar.woocommerce-checkout > span.select2-container,
body.admin-bar.woocommerce-account > span.select2-container {
    padding-top: 0 !important;
}
.select2-container--default {
    max-width: 100%;
}
.select2-container--default .select2-selection--single {
    height: 3.25rem!important;
    border-color: var(--Stroke-Primary)!important;
    border-radius: 0!important;
    background-color: transparent!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: inherit;
    padding: 0 2.5rem 0 0.75rem!important;
    text-align: left;
    line-height: 3.125rem!important;
    white-space: normal!important;
    color: inherit!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0!important;
    right: 0!important;
    width: 2.5rem!important;
    height: inherit!important;
    margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important;
    border: 0!important;
    background: url(inc/assets/images/chevron_down.svg) no-repeat center;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}
.select2-dropdown {
	border: 0!important;
    background-color: var(--Background-Primary)!important;
    z-index: 98!important;
}
.select2-search--dropdown,
.select2-results {
    border: 1px solid var(--Stroke-Primary);
}
.select2-search--dropdown .select2-search__field {
    padding: .25rem 0.75rem!important;
    border-color: var(--Stroke-Primary) !important;
    background-color: var(--Background-Primary) !important;
}
.select2-search--dropdown .select2-search__field:focus-visible {
    outline: 0;
    border-radius: 0;
    background-color: var(--Stroke-Primary) !important;
}
.select2-container--open .select2-dropdown--below .select2-results {
    border-top: 0;
}
.select2-container--open .select2-dropdown--above .select2-results {
    border-bottom: 0;
}
.select2-container--default .select2-results__option {
    /* padding: 10px 10px 7px; */
    padding: .75rem 1rem;
	color: var(--Text-Secondary);
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
}
@supports not selector(::-webkit-scrollbar) {
  .select2-container--default .select2-results > .select2-results__options {
      scrollbar-width: thin;
      scrollbar-color: var(--Background-Primary) var(--Stroke-Primary);
  }
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 3px;
    background-color:var(--Stroke-Primary);
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--Background-Primary);
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: var(--Stroke-Primary);
}

.select2-container--default .select2-results__option:first-child {
    border: 0;
}
.select2-container--default .select2-results__option:hover {
    color: #fff !important;
    background-color: var(--Background-Secondary) !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: inherit!important;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    color: var(--Text-Tertiary)!important;
    background-color: inherit!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: var(--Background-Secondary) !important;
}
.select2-search--dropdown {
    padding: .5rem!important;
}

/*  white-theme settings */
.white-theme h1, .white-theme h2, .white-theme h3, .white-theme h4, .white-theme h5, .white-theme h6,
.white-theme .h1, .white-theme .h2, .white-theme .h3, .white-theme .h4, .white-theme .h6, .white-theme .h5 {
    color: var(--Background-Primary);
}
.vc_section.white-theme {
    background-color: var(--Background-Light);
    color: var(--Background-Primary);
}
/**/
.cookiedisallow-options-item-data th {
    color: #fff
}
.cookiedisallow-options-item-data .empty-row > * {
    background-color: #1f1f1f
}
