/** Compiled CSS - Do not edit */
@font-face {
    font-family: AvenirLTStd Light;
    src: url('../fonts/AvenirLTStd-Light.eot') format('embedded-opentype'), url('../fonts/AvenirLTStd-Light.woff') format('woff'), url('../fonts/AvenirLTStd-Light.ttf') format('truetype'), url('../fonts/AvenirLTStd-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStd Roman';
    src: url('../fonts/AvenirLTStd-Roman.eot') format('embedded-opentype'), url('../fonts/AvenirLTStd-Roman.woff') format('woff'), url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'), url('../fonts/AvenirLTStd-Roman.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
  	font-family: 'AvenirLTStd Heavy';
  	src: url('../fonts/AvenirLTStd-Heavy.eot') format('embedded-opentype'),  
	url('../fonts/AvenirLTStd-Heavy.woff') format('woff'), 
	url('../fonts/AvenirLTStd-Heavy.ttf')  format('truetype'), 
	url('../fonts/AvenirLTStd-Heavy.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

:root {
    --body-family: AvenirLTStd Light;
    --body-fweight: 400;
    --body-fcolor: #000000;
    --h1-family: AvenirLTStd Roman;
    --h1-fweight: 900;
    --h1-fsize: 34px;
    --h2-family: AvenirLTStd Roman;
    --h2-fweight: 900;
    --h2-fsize: 28px;
    --h3-family: AvenirLTStd Roman;
    --h3-fweight: 900;
    --h3-fsize: 18px;
    --h4-family: AvenirLTStd Roman;
    --h4-fweight: 600;
    --h4-fsize: 14px;
    --h5-family: AvenirLTStd Roman;
    --h5-fweight: 400;
    --h5-fsize: 14px;
    --h6-family: AvenirLTStd Roman;
    --h6-fweight: 300;
    --h6-fsize: 13px;
    --cat-family: AvenirLTStd Light;
    --cat-fweight: 700;
    --cat-transform: uppercase;
    --cat-fsize: 10px;
    --cat-fspace: 1px;
    --meta-family: AvenirLTStd Light;
    --meta-fweight: 400;
    --meta-transform: uppercase;
    --meta-fsize: 10px;
    --meta-b-family: AvenirLTStd Light;
    --meta-b-fweight: 600;
    --meta-b-transform: uppercase;
    --input-family: AvenirLTStd Light;
    --input-fweight: 500;
    --btn-family: AvenirLTStd Light;
    --btn-fweight: 700;
    --btn-transform: none;
    --menu-family: AvenirLTStd Heavy;
    --menu-fweight: 700;
    --menu-transform: uppercase;
    --menu-fsize: 12px;
    --submenu-family: AvenirLTStd Light;
    --submenu-fweight: 600;
    --submenu-fsize: 12px;
    --dwidgets-family: AvenirLTStd Light;
    --dwidgets-fweight: 700;
    --dwidgets-fsize: 11px;
    --headline-family: AvenirLTStd Light;
    --headline-fweight: 900;
    --headline-fsize: 44px;
    --tagline-family: AvenirLTStd Light;
    --tagline-fweight: 600;
    --tagline-fsize: 24px;
    --heading-family: AvenirLTStd Light;
    --heading-fweight: 900;
    --heading-transform: none;
    --quote-family: Coustard;
    --quote-fweight: 400;
    --bcrumb-fsize: 10px;
    --excerpt-fsize: 15px;
}

@media (max-width: 1024px) {
    body {
        --h1-fsize: 28px;
        --excerpt-fsize: 14px;
    }
}

@media (max-width: 767px) {
    body {
        --h1-fsize: 25px;
        --h2-fsize: 22px;
        --h3-fsize: 15px;
        --h4-fsize: 13px;
        --excerpt-fsize: 14px;
        --headline-fsize: 28px;
        --headline-s-fsize: 28px;
        --tagline-fsize: 17px;
        --tagline-s-fsize: 17px;
    }
}

:root {
    --g-color: #7e272a;
    --g-color-90: #7e272ae6;
    --dark-accent: #00080a;
    --dark-accent-90: #00080ae6;
    --dark-accent-0: #00080a00;
    --review-color: #e5b20b;
}

[data-theme="dark"],
.light-scheme {
    --g-color: #7e272a;
    --g-color-90: #7e272ae6;
    --solid-white: #00080a;
    --dark-accent: #000e23;
    --dark-accent-90: #000e23e6;
    --dark-accent-0: #000e2300;
}

.is-hd-1,
.is-hd-2,
.is-hd-3 {
    --nav-height: 80px;
}

.is-hd-4 {
    --hd4-logo-height: 40px;
}

[data-theme="dark"].is-hd-4 {
    --nav-bg: #191c20;
    --nav-bg-from: #191c20;
    --nav-bg-to: #191c20;
}

.is-hd-5,
body.is-hd-5:not(.sticky-on) {
    --nav-color-h: #7e272a;
    --nav-color-h-accent: #7e272a;
}

:root {
    --max-width-wo-sb: 860px;
    --hyperlink-line-color: var(--g-color);
}

.breadcrumb-inner,
.woocommerce-breadcrumb {
    font-family: AvenirLTStd Light;
    font-weight: 400;
    text-transform: uppercase;
}

.p-readmore {
    font-family: AvenirLTStd Light;
    font-weight: 700;
}

.mobile-menu>li>a {
    font-family: AvenirLTStd Roman;
    font-weight: 600;
    font-size: 12px;
}

.mobile-menu .sub-menu a {
    font-family: AvenirLTStd Roman;
    font-weight: 700;
    font-size: 12px;
}

.mobile-qview a {
    font-family: AvenirLTStd Roman;
    font-weight: 700;
    font-size: 13px;
}

.search-header:before {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://foxiz.themeruby.com/subscription/wp-content/uploads/sites/8/2022/03/search-bg.jpg);
    background-attachment: scroll;
    background-position: center center;
}

[data-theme="dark"] .search-header:before {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://foxiz.themeruby.com/subscription/wp-content/uploads/sites/8/2022/03/search-bgd.jpg);
    background-attachment: scroll;
    background-position: center center
}

.footer-has-bg {
    background-color: #2d4754;
}

[data-theme="dark"] .footer-has-bg {
    background-color: #16181c;
}

#amp-mobile-version-switcher {
    display: none;
}

/**CSS**/

p{
    line-height:initial;
}

.login *{
    margin:auto auto !important;
}

