/*
Theme Name: Vip Grinders WS
Theme URI: https://winning-solutions.de
Author: Winning Solutions
Author URI: https://winning-solutions.de
Description:  Winning Solutions WS theme
Version: 1.8.43
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ws
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts
# Typography
# Elements
# Forms
# Navigation
# Accessibility
# Alignments
# Images
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer - footer view
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize - added only not in bootstrap-reboot.css
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: auto;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background-color: transparent;
  color: #FE9000;
  text-decoration: none;
  cursor: pointer
}
a:active,
a:hover {
  outline: 0;
  text-decoration:none;
  color:#d77a00;
}
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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
optgroup {
  font-weight: 400;
}
td,
th {
  padding: 0;
}
strong, b {
	font-weight:bold
}
/*--------------------------------------------------------------
# Fonts - local loading
--------------------------------------------------------------*/
/*
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-Light.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'),
        url('inc/assets/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('inc/assets/fonts/OpenSans-Light.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-Light.woff') format('woff'),
        url('inc/assets/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*/
/* latin */

/* moved to ws_enqueue_fonts_early_js.php
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: url(inc/assets/fonts/Montserrat/Montserrat-Regular.woff2) format('woff2');
	font-display: optional;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    src: url(inc/assets/fonts/Montserrat/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: normal;
    src: url(inc/assets/fonts/Montserrat/Montserrat-Italic.woff2) format('woff2');
	font-display: optional;
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: bold;
    src: url(inc/assets/fonts/Montserrat/Montserrat-BoldItalic.woff2) format('woff2');
	font-display: optional;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(inc/assets/fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(inc/assets/fonts/Inter/InterDisplay-Regular.woff2) format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    src: url(inc/assets/fonts/Inter/InterDisplay-Bold.woff2) format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: normal;
    src: url(inc/assets/fonts/Inter/InterDisplay-Italic.woff2) format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: bold;
    src: url(inc/assets/fonts/Inter/InterDisplay-BoldItalic.woff2) format('woff2');
}
*/
/**/
.icon-xlg {
    font-size: 48px;
}
/**/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
/*    font-family: 'Open Sans',sans-serif;*/
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 
             'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    color: #161616;
    overflow-x: hidden;
    background-color: #fff
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Montserrat', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: bold;
    color: #105B74;
    padding: 0;
    line-height: 1.25;
    text-transform: none;
    margin: 0 0 20px;
}
h1 {
    font-size: 28px;
    font-size: 1.75rem;
}
h2 {
    font-size: 24px;
    font-size: 1.5rem;
}
h3 {
    font-size: 20px;
    font-size: 1.25rem
}
h4, h5, h6, .entry-content h6, .entry-content h6 a {
    font-size: 17px;
    font-size: 1.0625rem
}

p {
    margin-bottom: 25px;
}
h1.page-title {
    color: #161616
}

.panel-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    text-transform: none;
    color: #105B74;
    text-align: left;
    position: relative;
    padding: 0 0 12px;
    margin-bottom: 20px;
    min-height: 44px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.panel-title:after {
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 3px;
    background-color: #105B74
}
.panel-title.panel-title-white {
    color: #fff;
}
.panel-title.panel-title-white:after {
    background-color: #fff
}
.panel-title.panel-title-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}
.panel-title a {
	color: inherit!important;
}
.panel-title a:hover {
	color: #FE9000!important;
}

h1.panel-title.cat_header {
    margin-bottom: 5px;
}

.panel-blue {
    background-color: #EDFBFE
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
table {
  margin: 0 0 30px;
  width: 100%!important;
  height: auto!important;
  background-color: #F5F5F5;
}
table.table-width-auto {
    width:auto!important
}
table.table-align-center {
    margin: 0 auto 30px
}
table td, table th, table tr {
    height: auto!important
}
table td, table th {
    padding: 14px 10px;
    width: auto!important
}
table td:first-child, table th:first-child {
    padding-left: 25px
}
table td:last-child, table th:last-child {
    padding-right: 25px
}
table.small-pads-table th, table.small-pads-table td {
    padding: 14px 10px
}
table.lb_tab{
    white-space: nowrap;
}
@media (max-width:767px) {
    table td, table th {
        padding: 10px;
        /* word-break: keep-all!important; */
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
    table td:first-child, table th:first-child {
        padding-left: 15px
    }
    table td:last-child, table th:last-child {
        padding-right: 15px
    }

}
table td img, table td img.alignleft {
    margin:0 !important
}

/*
table>thead>tr>th, table.table-with-no-thead:not(.eventTab)>tbody>tr:first-child>td, table.table-with-no-thead>tbody>tr:first-child>th,
table>thead>tr>td, table .vc-th >td {
    background-color: #105b74!important;
    border: 0;
    color: #ffffff!important;
    font-weight: 600;
    line-height: 1.2;
    text-align: left !important;
}
 */
table.table-content-center>thead>tr>th,
table.table-with-no-thead:not(.eventTab).table-content-center>tbody>tr:first-child>td,
table.table-with-no-thead.table-content-center>tbody>tr:first-child>th,
table.table-content-center>thead>tr>td,
table.th-center>thead>tr>th, table.td-center>thead>tr>td,
table.table-content-center th, table.table-content-center td, table.td-center td {
    text-align: center!important
}
table.table-content-center td img {
    margin: 0 auto!important
}
table tr:nth-of-type(2n+1) td {
    background-color: #EEE;
}
table.table.table-details tr:nth-of-type(2n) td {
    background-color: #F5F5F5;
}
table.table.table-details tr td:first-child {
	font-weight: 600
}
/**/
table.none-style-table, table.none-style-table td {
    background: transparent!important
}
table.none-style-table td {
    padding: 0 10px 5px 0!important
}
/**/
table.orangeHeaderTab tr:first-child td {
    background-color: #FE9000;
    color: #fff;

}
/**/
table.vg_payment_tab td {
    font-size: 14px;
    padding: 10px;
}
table.vg_payment_tab td:first-of-type img {
    max-width:100px;
    border-radius: 0
}
table.vg_payment_tab td:nth-last-child(2) a,
table.vg_payment_tab td:last-child a {
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
    height: auto;
    text-align: center;
    vertical-align: top;
    outline: none;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    color: #fff !important;
    border-radius: 4px;
    transition: background-color .5s;
}
table.vg_payment_tab td:nth-last-child(2) a {
    background-color: #4DC0E6 !important;
    border: 1px solid #4DC0E6;
}
table.vg_payment_tab td:nth-last-child(2) a:hover {
    background-color: #fff !important;
    color: #4DC0E6 !important;
}
table.vg_payment_tab td:last-child a {
    background-color: #FE9000 !important;
    border: 1px solid #FE9000;
}
table.vg_payment_tab td:last-child a:hover {
    background-color: #fff !important;
    color: #fe9000 !important;
}

table.vipg_tab>thead>tr, table.vipg_tab>thead>tr>td {
    background-color: #005d77;
    color: #fff;
    font-weight: bold;
}

table.vipg_tab {
    border-collapse: collapse;
    width: 100%;
}

table.vipg_tab td {
    padding: 8px;
}

table.vipg_tab tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

table.vipg_tab tbody tr:nth-child(even) {
    background-color: #e4e4e4;
}

table.vipg_tab tbody tr:hover, table.vipg_tab tbody tr:hover>td{
    background-color: #ececa0;
}
table.vipg_tab.vipg_tab_center{
    text-align: center;
}

table.vipg_tab.w400 {
    max-width: 400px;
}
table.vipg_tab.w500 {
    max-width: 500px;
}
table.vipg_tab.w600 {
    max-width: 600px;
}
table.vipg_tab.w700 {
    max-width: 700px;
}
table.vipg_tab.w800 {
    max-width: 800px;
}

.row.deal-banner__row>.col-md-7.col-lg-6.deal-banner-col.deal-banner__col--right>.deal__promoText>.promoTxt__meta-value{
    font-size: 32px;
}

/* div around table or add class .table-responsive to this div */
.ms_tab_wrap, .table-responsive {
    display: block;
    width: 100%;
    /*margin-bottom: 35px;*/
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.ms_wrap_margin{
    margin-bottom: 30px;
}

/**/
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: 25px;
/*    padding-left: 0;*/
}
.site-main .gw-go-col ul.fr_date_ul {
    margin-bottom:0
}
.site-main ul li {
    position: relative;
    /* padding-left:18px;
    list-style-type: none; */
}
/* .site-main ul li:before {
    content: '';
    position: absolute;
    left:0; top:10px;
    width:5px;height: 5px;
    border-radius: 50%;
    background-color: #000
}
.site-main .go-pricing ul li {
    padding-left: 0
}
.site-main .go-pricing ul li:before {
    display: none;
} */
ol {
	padding-left: 22px;
	margin-bottom: 25px
}
ol li {
    margin-bottom: 5px;
	padding-left: 5px;
}

hr {
    margin-bottom: 30px;
    margin-top: 30px;
}
/**/

a.button, .gw-go-footer-wrap a button, .button {
    /* min-height: 40px; */
    min-width:200px;
    background: #FE9000;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 15px;
    color: #fff;
    border: 1px solid #FE9000;
    line-height: 1;
    display:inline-flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    cursor:pointer;
    text-decoration: none;
    transition: background-color .5s
}
a.button:hover, a.button:focus, .gw-go-footer-wrap a button:hover, .gw-go-footer-wrap a button:focus,
.button:hover, .button:focus {
    text-decoration: none;
    color: #fff;
    background: #105B74;
    border-color: #fff;
}
.gw-go-footer-wrap a button, a button {
    box-sizing: border-box!important;
}
a.button.blue-button, button.button.blue-button {
    border-color: #4DC0E5;
    background-color: #4DC0E5;
}
a.button.blue-button:hover, a.button.blue-button:focus,
button.button.blue-button:hover, button.button.blue-button:focus {
    color: #fff;
    background: #105B74;
    border-color: #fff;
}
a.button.darkblue-button, button.button.darkblue-button {
    border-color: #115B74;
    background-color: #115B74;
    color: #fff!important;
}
a.button.darkblue-button:hover, a.button.darkblue-button:focus,
button.button.darkblue-button:hover, button.button.darkblue-button:focus {
    color: #115B74!important;
    background: #fff;
}
a.button.white-button, button.button.white-button {
    border-color: #fff;
    background-color: #fff;
    color: #000!important;
}
a.button.white-button:hover, a.button.white-button:focus,
button.button.white-button:hover, button.button.white-button:focus {
    background-color: #115B74;
    color: #fff!important;
}
h2.panel-title .button {
    min-width: unset;
    padding: 8px 15px;
}

button:focus {
    outline: none;
}
.button.button-center {
    margin: 0 auto
}
.nowrap {
    white-space:nowrap;
}
.clear {
    clear:both;
}
/* button with arrow - span inside <a> */
span.vg_linking {
    font-size: 20px;
}
span.vg_linking::before {
    content: "➞";
    padding-right:5px
}
/* bootstrap classes not in included .css files */
.float-right {
    float: right!important;
}
.float-left {
    float: left!important;
}
/* correct for template */
.mb-35, .mb-4, .my-4 {
    margin-bottom: 35px!important;
}
/**/
.overflow-visible {
    overflow: visible!important;
}
/**/
.mt-30 {
    margin-top:32px
}
.mb-20 {
    margin-bottom:20px
}
.mb-30 {
    margin-bottom:30px
}
.box-widget {
    margin-bottom:35px
}
.no-transform {
    text-transform: none
}
/**/
.item-block {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(175, 175, 175, 0.25);
    border-radius: 4px;
}
.item-logo-wrap {
    display: flex!important;
    padding: 10px;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.singleFeaturedDeal .item-logo-wrap {
    margin: 0 0 10px;
    border-bottom: 1px solid #F5F5F5;
    height: 85px;
}
.item-logo-border {
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 12px;
}
.singleFeaturedDealPromo .item-logo-wrap {
    height: 85px
}
.item-logo-wrap img {
    max-height: 100%;
    width: auto;
    border-radius: 0;
}
.c-btn-group.actions-group {
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.c-btn-group.actions-group > * {
    flex-basis: 100%;
}
.c-btn--signup, .c-btn--review {
    height: 40px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .5s;
}
.c-btn--signup {
    background: #FE9000;
    border: 1px solid #FE9000;
    border-radius:4px
}
.c-btn-group.actions-group > .c-btn--signup {
    border-radius: 0 0 0 4px;
}
.c-btn--signup:hover {
    color: #FE9000;
    background-color: #fff;
}
.c-btn--review {
    background: #4DC0E6;
    border: 1px solid #4dc0e6;
    border-radius:4px
}
.c-btn-group.actions-group > .c-btn--review {
    border-radius: 0 0 4px 0;
}
.c-btn--review:hover {
    color: #4DC0E6;
    background-color: #fff;
}


/*--------------------------------------------------------------
# Forms - in cf7.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation - main-menu.css. menu-bootstrap-hover.css
mobile menu - menu-pushy-mobile.css, pushy.css
--------------------------------------------------------------*/
#page {
    z-index: 1;
    position: relative;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

/**/
.site-main .comment-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}
/**/
.nav-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: right;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: flex;
  padding: 5px 0;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " \2BC8";
  /*font-family: 'icomoon-vip';*/
  padding-left: 5px;
}

.post-navigation .nav-previous a::before {
  content: '\2BC7';
  /*font-family: 'icomoon-vip';*/
  padding-right: 5px
}
/**/
.post-categories {
    margin-bottom:32px
}
.post-categories a {
    display:inline-block;
}
.post-categories a:not(:last-child):after {
    content: ', ';
    color: initial;
}

.social_share_wrap{
    padding-bottom: 15px;
}
/*--------------------------------------------------------------
# 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;
}
.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}
.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;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%;
  border-radius: 4px
}
img.no-radius,
.language_switcher img {
    border-radius: 0
}
figure {
  margin-top: 1rem;
}
img.alignright, .wp-caption.alignright {
  margin: 0 0 35px 20px!important;
}
img.alignnone, .wp-caption.alignnone {
  margin: 0 20px 35px 0;
}
img.alignleft, .wp-caption.alignleft {
  margin: 0 20px 35px 0!important;
}
img.aligncenter, .wp-caption.aligncenter {
  margin: 35px auto!important;
}

/* image animations - must be image wrap .animate-wrap, on image class .animate and animate type class */
.animate-wrap {
    display: block;
    overflow: hidden;
}
.animate {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.animate:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all linear 4s;
    transition: all linear 4s;
}
.animate--scale {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.animate--scale:hover {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    /* margin: 0 0 40px; */
    margin: 0 0 35px;
  /* Make sure select elements fit in widgets. */
}
aside .widget:last-child {
    margin:0
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}
/* widget menu */
.widget_nav_menu ul {
    padding-left: 0;
}
.widget_nav_menu ul li {
    margin-bottom:10px;
    list-style-type: none
}
.v-menu.widget_nav_menu ul li {
    float:none
}
.h-menu.widget_nav_menu ul {
    margin: 0 0 10px;
	padding-left: 0;
}
.h-menu.widget_nav_menu ul li {
    float:left;
    margin-left: 10px;
}
.widget_nav_menu ul li a {
    text-decoration: none;
}
.widget_nav_menu ul li.current-menu-item a,
.widget_nav_menu ul li a:hover {
    color: #FE9000;
}
/**/
.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
}

/*  widget categories */
.widget_categories--promotions {
    margin-bottom:10px;
    width: 100%;
    display: table
}
ul.widget__list {
    padding-left: 0;
    margin:0 0 25px
}
ul.widget__list li {
    list-style-type: none;
    padding: 0;
}
/*promotion archive*/
ul.widget__list.widget__list--deal-category {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    width: 100%;
}
ul.widget__list.widget__list--deal-category>li {
    width: 100%;
}

.cat-item__link {
    display: flex;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(175, 175, 175, 0.25);
    border-radius: 4px;
    padding: 2px 15px;
    min-height: 40px;
    margin-bottom: 10px;
    transition: all .5s
}
.cat-item__link:hover {
    box-shadow: 0px -2px 8px rgba(175, 175, 175, 0.35);
}
.cat-item__link .cat-item-img {
    flex-basis:34px;
    flex-shrink: 0;
}
.cat-item__link .cat-item-img img {
    border-radius: 0
}
.widget_categories--country .cat-item__link .cat-item-img {
    flex-basis:36px;
    margin-right: 10px;
    text-align: center;
}
.widget_categories--country .cat-item__link .cat-item-img img {
    height: 25px;
    width:auto;

}
.cat-item__link h4 {
    margin:0;
}
.cat-item__promotion h4 {
    color: #3A8FAC
}
.widget_categories--country .cat-item__link h4 {
    text-transform: none;
    font-size: 16px;
    line-height: 1.1;
}
.cat-item__promotion.cat-item.current-cat .cat-item__link, .cat-item__promotion.cat-item:hover .cat-item__link {
    background-color: #3A8FAC
}
.cat-item__promotion.cat-item.current-cat .cat-item__link h4, .cat-item__promotion.cat-item:hover .cat-item__link h4 {
    color: #fff
}
.cat-item__promotion.cat-item.current-cat .cat-item__link .cat-item-img img,
.cat-item__promotion.cat-item:hover .cat-item__link .cat-item-img img {
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    ul.widget__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    ul.widget__list li {
        padding: 0 15px;
    }
    /* .cat-item__link {
        white-space: nowrap;
    } */
    .widget_categories--country, .sidebar-promo__deals--network {
        margin-bottom:20px
    }
    .widget_categories--country ul.widget__list, .sidebar-promo__deals--network ul.widget__list {
        justify-content: flex-start;
        width: auto;
        margin: 0 -15px
    }
    .widget_categories--country ul.widget__list li,
    .sidebar-promo__deals--network ul.widget__list li {
        padding: 0 15px
    }
}
@media (max-width: 991px) and (min-width:768px) {
    ul.widget__list li {
        flex-basis:33.33%;
    }
    .widget_categories--country ul.widget__list li,
    .sidebar-promo__deals--network ul.widget__list li {
        width:33.33%;
    }

}
@media (max-width: 767px) {
    ul.widget__list li {
        flex-basis:50%;
    }
}
@media (max-width: 479px) {
    ul.widget__list li {
        flex-basis:100%
    }
}

.widget__list--deal-network .cat-item a {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(175 175 175 / 25%);
    border-radius: 4px;
    padding: 3px 15px;
    min-height: 50px;
}
.widget__list--deal-network .cat-item a .cat-item-img {
    flex-basis: 45px;
    margin-right: 10px
}
.widget__list--deal-network .cat-item h4 {
    text-transform: none;
    font-size: 14px;
    margin-bottom: 2px
}
.widget-cat__meta {
    color: #6E6E6E;
    font-size: 14px;
}
/* refer friends */
.widget--refer-friends {
    clear: both
}
@media (max-width: 991px) {
    .widget--refer-friends img {
        display:table;
        margin:0 auto
    }
}
/* date slider */
.date-slider {
    border: 2px solid #105b74;
    position: relative;
    width: 100%;
    margin: 24px 0 38px;
    min-height: 54px;
    text-align: center;
    display: table;
}
.date-slider .date_left, .date-slider .date_right {
    width: 140px;
    color: #fff;
    white-space: nowrap;
    background-color: #105b74;
    display: table-cell;
    vertical-align: middle;
/*    text-transform: uppercase;*/
    font-size: 18px;
}
.date-slider .date_left {
    padding: 0 20px 0 15px;
}
.date-slider .date_right {
    padding: 0 15px 0 20px;
}

div.date-slider>a>svg.icon.icon-arrow_forward_ios{
    width: 24px;
    height: 24px;
    fill: #fff;
    padding-left: 3px;
    position: relative;
    top: -2px;
}
div.date-slider>a>svg.icon.icon-arrow_back_ios{
    width: 24px;
    height: 24px;
    fill: #fff;
    padding-right: 3px;
    position: relative;
    top: -2px;
}

.date-slider h3 {
    text-align: center;
    color: #105b74;
    text-transform: none;
    margin:0;
    font-size: 20px;
    line-height: 1.2;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
@media (max-width:575px) {
    .date-slider {
        padding-bottom: 45px;
        padding-top: 5px;
    }
    .date-slider:before {
        content: '';
        position: absolute;
        bottom:0; height: 40px;
        left: 0; right:0;
        background-color:#105b74;
    }
    .date-slider .date_left, .date-slider .date_right {
        position: absolute;
        bottom:0;
        width: 50%;
        height: 40px;
        line-height: 40px
    }
    .date-slider .date_left {
        left:0
    }
    .date-slider .date_right {
        right: 0;
    }
    .date-slider .date_left:after, .date-slider .date_right:after {
        content: '';
        position: absolute;
        width: 1px;
        top: 1px;
        bottom: -1px;
        background-color: #fff;
        z-index: 1;
    }
    .date-slider .date_left:after {
        left: 100%;
    }
    .date-slider .date_right:after {
        right: calc(100% - 1px)
    }
}
.archive.post-type-archive-promotion .deal-promotion__content-body {
    padding-top: 0;
}

/* Featured Promotions */
.promo-overview-deals-row .featuredPromoDescription {
    margin-top: 7px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.promoTxtBoxFD {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #161616;
    margin-bottom:15px
}
.promoTxtBoxFD2 {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    color: #3A8FAC;
    margin-bottom:10px
}
.termsFD {
    font-size: 9px;
    text-align: center;
    color: #6E6E6E;
    width: 100%;
    margin-bottom:10px
}
.termsFD a {
    color: #4DC0E6;
}

/* set vertical align items */
/* on row add class .vertical-align-items ; on item (div after column div) - class .vertical-align-item */
/* on button group add class .buttons-bottom */
.vertical-align-items .vertical-align-item {
    position: relative;
    height:100%;
    padding-bottom: 40px;
}
.vertical-align-items .vertical-align-item .buttons-bottom {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}

/* refer a friend form */
.refer-wrapper {
    max-width: 825px;
    margin: 0 auto;
    position: relative;
    padding: 15px 20px;
    background-color: #f2f2f2;
    border-radius: 4px;
}
.refer-wrapper input {
    width:100%;
    margin-bottom: 15px
}
/*--------------------------------------------------------------
# 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: 5px;
}
.archive .post.hentry {
    display: flex;
    margin-bottom: 2.5em;
    padding-bottom: 2.5em;
    border-bottom: 2px solid #366FBF;
}

.article_excerpt {
    font-weight: bold;
    font-style: italic;
}

@media (max-width:575px) {
    .archive .post.hentry {
        flex-direction: column;
    }
    .archive .post.hentry .post-thumbnail {
        margin-bottom: 10px
    }
}
@media (min-width: 576px) {
    .col-sm-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-sm-30 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media (min-width:576px) and (max-width:767px) {
    .archive .post.hentry .post-thumbnail {
        flex-basis:40%;
        flex-shrink: 0;
    }
}
@media (min-width:768px) {
    .archive .post.hentry .post-thumbnail {
        flex-basis:300px;
        flex-shrink: 0;
    }
}
.read-more-link.button {
    margin-top: 20px;
    width: auto;
}
.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 figcaption {
  font-size: 16px;
  line-height: 1.063rem;
  margin: 0 auto;
  padding: 0.625rem 0 0;
  color: rgba(0,0,0,0.6);
  text-align: left;
  max-width: 880px;
}


/*--------------------------------------------------------------
## 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;
}

/**/

/*--------------------------------------------------------------
# Theme style elements
--------------------------------------------------------------*/
/* from old theme */
.vipg_event_single_desc_row ul {
    font-size: 18px;
    padding: 0;
    font-weight: 400;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.vipg_event_single_desc_row ul li {
    list-style-type: none;
    text-align: center
}
.vipg_event_single_desc_row ul li:first-of-type {
    width: 100%;
    color: #333;
}
.vipg_event_single_desc_row ul li:nth-of-type(2), .vipg_event_single_desc_row ul li:nth-of-type(3) {
    display: inline-block;
    vertical-align: middle;
    color: #105b74;
    padding: 15px 17px;
    width: 50%;
}
@media (max-width:400px) {
    .vipg_event_single_desc_row ul li:nth-of-type(2), .vipg_event_single_desc_row ul li:nth-of-type(3) {
        width: 100%;
    }
}
#vipg_recent_sponsorship_events .vc_col-sm-6 img {
/*    margin: 10px auto!important*/
    margin: 0 auto!important
}
#vipg_recent_sponsorship_events .vc_col-sm-6 h3 {
    font-size: 20px
}
@media (max-width:767px) and (min-width:480px) {
    #vipg_recent_sponsorship_events .vc_col-sm-6 {
        width: 50%;
        float: left;
    }
}
button#eventMoreBtn {
    width: 100%
}
.vipg_recent_sponsorship_events .dropdown-menu {
    top: 42px !important;
    left: 0 !important;
    overflow-x: hidden;
    overflow-x: auto;
    margin: 0 0 !important;
    padding: 20px 20px;
    right: 0;
    background-color: #FFF;
    border: 1px solid #FE9000;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 550px;
}
.vipg_recent_sponsorship_events .dropdown-menu .dropdown-anchor {
    display: none;
}
.vipg_recent_sponsorship_events .dropdown-menu ul {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.vipg_recent_sponsorship_events .dropdown-menu li {
    color: #333;
    font-weight: bold;
    line-height: 1.4;
}
.vipg_recent_sponsorship_events .dropdown-menu li:not(:last-of-type) {
    margin-bottom: 10px;
}
.vipg_recent_sponsorship_events .dropdown-menu li>a {
    color: #105B74;
    font-weight: normal;
    padding: 0 10px
}
.vipg_recent_sponsorship_events .dropdown-menu .divider {
    margin-top: 14px;
    margin-bottom: 12px !important;
    background-color: #FE9000;
}
.vipg_recent_sponsorship_events .dropdown-menu li>a:hover {
    background-color: transparent !important;
    color: #FE9000 !important;
}
.pos-relative {
    position: relative
}
/**/
.vc_free-bets-widget_row {
    cursor: pointer;
    padding: 30px 15px 0!important;
    border: 3px solid #FF9000;
    margin: 0 0 35px!important;
    transition: background-color .5s
}
.vc_free-bets-widget_row>.wpb_column:last-of-type, body.single-post-sidebar .content-sidebar-wrap .vc_free-bets-widget_row>.content:last-of-type, body.single-post-sidebar .content-sidebar-wrap .vc_free-bets-widget_row>.sidebar:last-of-type {
    position: static;
}
.vc_free-bets-widget_row  .vc_read-more-wrap .link-overlay {
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
}
.vc_free-bets-widget_row .button {
    background-color: #FF9000;
    border: 1px solid #FF9000;
    color: #FFF;
    display: table;
    padding: 8px 30px;
    transition: background-color .5s
}
.vc_free-bets-widget_row:hover .button {
    background-color: #fff;
    border-color: #FF9000;
    color: #FF9000;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/* default page */

/* .page-template-default #content {
    padding-bottom: 30px
} */

/*--------------------------------------------------------------
#  home page
--------------------------------------------------------------*/
/* .home #content {
    padding-top: 0;
} */
/* single post */
/* .single-post #content, .archive #content {
    padding-top:50px
} */

/**/
.entry-meta {
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    margin-top:10px
}
/* backgrounds for blocks - instead of bgr images via vc */
.section-bgr1, .section-bgr2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width:768px) {
    .section-bgr1.lazyloaded {
        background: url('./inc/assets/images/section-bgr1.jpg');
    }
    .section-bgr2.lazyloaded {
        background: url('./inc/assets/images/section-bgr2.jpg');
    }
}
@media (max-width:767px) {
    .section-bgr1.lazyloaded {
        background: url('./inc/assets/images/section-bgr1-767.jpg');
    }
    .section-bgr2.lazyloaded {
        background: url('./inc/assets/images/section-bgr2-767.jpg');
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/



/*  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;

}

/**/
.widget.big-font {
    font-size: 16px
}
/* shortcodes */

footer.site-footer .social-block a {
    font-size: 18px;
    display: inline-block;
    margin: 0 0 10px 20px;
    color: #fff;
    cursor: pointer;
    transition: color .5s
}
footer.site-footer .social-block a:hover {
    color:#FE9000;
}
.social-block a:first-child {
    margin-left:0;
}
.social-block a:last-child {
    margin-right:0;
}

/**/
.call-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #82B5FF;
    color: #ECECEC;
    font-size: 20px;
    transition: background-color .5s
}
.call-phone:hover {
    color:#fff;
    background-color: #366FBE;
}
/**/
.featured_partners > * {
    display:block;
    margin-bottom: 20px
}
.featured_partners a img {
    transition: all .5s
}
.featured_partners a:hover img {
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
    transform: scale(1.05);
}
/**/
.footer_awards > * {
    display: inline-block;
    margin: 0 32px 0 0;
}
.footer_awards > *:last-child {
    margin-right: 0
}
/**/
.payments  > * {
    display:inline-block;
    margin: 15px 0 15px 32px
}
.payments  > *:first-child {
    margin-left:0
}
.payments img {
    transition: all .5s
}
.payments a:hover img {
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
    transform: scale(1.05);
}

/**/
footer .contact-item {
    display:block;
    position: relative;
    padding-left: 40px;
    margin-bottom:15px;
}
footer .contact-item i {
    position: absolute;
    top:0;
    left:0;
    font-size: 18px;
}
/**/
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

@media only screen and (max-width: 574px) {
    * {
        /* word-break: break-word; */
        hyphens: auto;
    }
    .featured_partners {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .featured_partners > * {
        margin: 0 10px 15px;
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 22px
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
    }
    h4, h5, h6, .entry-content h6, .entry-content h6 a {
        font-size: 16px;
    }
    .panel-title, .featuredDealHeader {
        font-size:20px
    }

    .desktop-show { display:none!important}
    .search.search-results .site-main {
        margin-bottom:35px
    }
    .post.hentry, .search-results article {
        margin-bottom: 20px;
    }
    .search-result-count {
        margin-bottom: 20px;
    }
    .section-links-content .button {
        padding: 0 20px;
    }
    .error-404 {
        min-height: 300px;
    }

    img.alignleft, .wp-caption.alignleft,
    img.alignright, .wp-caption.alignright {
        margin: 0 auto 25px!important;
        display: block;
        float: none;
    }
    /* #primary.page__content--archive, .cat-network__row {
        padding-top:35px
    } */
    /* .archive .entry-content > .container > .row > .col-lg-8 > *:first-child {
        margin-top:5px
    } */

    /* aside#page-sidebar {
        padding-top:36px
    } */
}
@media only screen and (min-width:768px) {
    .mobile-show { display:none!important}
    .error-404 {
        min-height: 500px;
    }
}
@media only screen and (min-width:768px) and (max-width: 991px) {
    h1 {
        font-size: 24px
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
    }
    h4, h5, h6, .entry-content h6, .entry-content h6 a {
        font-size: 16px;
    }
    .panel-title, .featuredDealHeader {
        font-size:20px
    }
    #content {
        min-height: calc(100vh - 628px);
    }
    .search-result-count {
        margin-bottom: 30px;
    }
    .search.search-results .site-main {
        margin-bottom:35px
    }
    .post.hentry, .search-results article {
        margin-bottom: 20px;
    }
    .modal-dialog {
        max-width: 700px;
    }
    /* #primary.page__content--archive, .cat-network__row {
        padding-top:35px
    } */
    /* .archive .entry-content > .container > .row > .col-lg-8 > *:first-child {
        margin-top:5px
    } */
    /* aside#page-sidebar {
        padding-top:35px
    } */

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #content {
        min-height: calc(100vh - 628px);
    }
}
@media (max-width:991px) {
    .site-main-sidebar {
        display: flex;
        flex-direction: column-reverse;
    }
    footer.site-footer .social-block a {
        margin: 0 10px 10px
    }
    .payments > * {
        margin: 0 10px 15px
    }
    .footer_awards > * {
        margin: 0 8px;
    }
    .h-menu.widget_nav_menu ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .mt-lg-title {
        margin-top:12px
    }

}
@media only screen and (min-width: 992px) {
    .mt-lg-title {
        margin-top:32px
    }
    .h-menu.floatright-lg.widget_nav_menu ul li {
        float:right
    }
    /* #primary.page__content--archive, aside#page-sidebar {
        padding-top:50px
    } */
    /* .archive .entry-content > .container > .row > .col-lg-8 > *:first-child {
        margin-top:50px
    } */

}

@media only screen and (min-width: 1200px) {
    #content {
        min-height: calc(100vh - 643px);
    }
    .col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}
@media only screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

}

.abcRioButton {
	margin: 0 auto
}
.grecaptcha-badge {
    display: none!important;
}

.modal_title {
    padding-top: 10px;
}

button.close.my_close {
    margin: 0;
    position: absolute;
    right: -0.1rem;
}

.featured_deals_tc18__popup.js_ws_popper_open.popper-title {
    text-align: left;
    color: #6e6e6e;
    font-size: 12px;
}

.filter-dd {
    padding-top: 15px;
}

span.my_card {
    border: solid 1px;
    border-radius: 3px;
    padding: 0 2px;
    margin-bottom: 3px;
    display: inline-block;
}

span.my_card.card_heart {
    color: red;
}
span.my_card.card_diamond {
    color: blue;
}
span.my_card.card_club {
    color: green;
}

.author_infobox {
    padding: 15px;
    border: solid #d5d5d5 1px;
    margin: 15px 0;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #d5d5d5;
}

.author_bio_wrap>h4 {
    padding: 0;
    margin: 0;
}

.author_pic_wrap {
    float: left;
    padding-right: 15px;
}

.author_pic_wrap {
    float: left;
    padding-right: 15px;
}
.author_pic_wrap img {
    height: 120px;
    width: 120px;
}
.author_title {
    padding-bottom: 8px;
    color: #969696;
    font-weight: 600;
    font-size: 14px;
}

ul.cat-breadcrumbs li {
    list-style: none;
    white-space: nowrap;
    display: inline-block;
}

ul.cat-breadcrumbs {
    padding: 0;
}

ul.cat-breadcrumbs li:not(:first-child)::before {
    content: "»";
    padding: 0 5px;
}

/*

//takeover code
@media (min-width:1550px) {
    #html_mainframe {
        background-image: url(/stuff/gg_takeover_bg.png);
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    body {
        margin: 0 auto;
        max-width: 1200px;
    }

    .wallpaper body {
        cursor: auto;
    }
}

@media (max-height:1080px) {
    #html_mainframe {
        background-image: url(/stuff/gg_takeover_bg_sm.png);
        background-size: 2500px 1080px;
    }
}
 */