/*
Theme Name: Vantage
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/vantage/
Description: Vantage is a flexible multipurpose theme. Its strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, Meta Slider for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store. We offer free and premium support on our support <a href="http://siteorigin.com/thread/">forums</a> (http://siteorigin.com/thread/).
Version: 9.9.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vantage
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce
*/

/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://use.typekit.net/mod2txz.css');

@font-face {
  font-family: 'icomoon';
  src: url('icons/icomoon.eot?wq5s4a');
  src: url('icons/icomoon.eot?wq5s4a#iefix') format('embedded-opentype'), url('icons/icomoon.ttf?wq5s4a') format('truetype'), url('icons/icomoon.woff?wq5s4a') format('woff'), url('icons/icomoon.svg?wq5s4a#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JaapokkiRegular';
  src: url('fonts/JaapokkiRegular.eot');
  src: url('fonts/JaapokkiRegular.eot?#iefix') format('embedded-opentype'),
    url('fonts/JaapokkiRegular.woff2') format('woff2'),
    url('fonts/JaapokkiRegular.woff') format('woff'),
    url('fonts/JaapokkiRegular.ttf') format('truetype'),
    url('fonts/JaapokkiRegular.svg#JaapokkiRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-musical-note:before {
  content: "\e900";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  /*overflow-y: scroll;*/

  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

a img {
  border: 0;
}

/* =Global
----------------------------------------------- */

/* Consistent fonts across all elements */
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: Arial;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.5em;
  font-size: 14px;
}

/* Links */
a {
  color: #248cc8;
}

a:hover,
a:focus,
a:active {
  color: #f47e3c;
}

/* Headings and Rulers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: 700;
  font-weight: bold;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: "Courier New", Courier, mono;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em 0;
  width: 100%;
}

th {
  font-weight: bold;
}

button,
input,
select,
textarea {
  /* Corrects font size not being inherited in all browsers */
  font-size: 100%;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  /* Improves appearance and consistency in all browsers */
  vertical-align: baseline;
  *vertical-align: middle;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  line-height: normal;
  /* Corrects inner spacing displayed oddly in IE6/7 */
  *overflow: visible;
}

a.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 12px 20px;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #646464;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  width: auto;
  text-decoration: none;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  cursor: pointer;
  /* Corrects inability to style clickable 'input' types in iOS */
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

a.button:focus,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  /* Button hover style */
  border-top: solid 1px #dadada;
  border-left: solid 1px #cfcfcf;
  border-right: solid 1px #cfcfcf;
  border-bottom: solid 1px #a8a8a8;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);
  background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

a.button:active,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  /* Button click style */
  border-top: solid 1px #aaa;
  border-left: solid 1px #bbb;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-appearance: textfield;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=password] {
  padding: 3px;
}

textarea {
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  overflow: auto;
  /* Improves readability and alignment in all browsers */
  vertical-align: top;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.page-links {
  clear: both;
}

#site-title a {
  color: inherit;
}

body {
  background: #dadada;
}

/* =General Layout
----------------------------------------------- */
#page-wrapper {
  padding-top: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1080px;
  margin: 0 auto;
}

.layout-full #page-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.layout-full #page-wrapper .full-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sow-contact-form {
  display: none;
}

.um-account-tab #um_account_submit_mybank,
.um-account-tab #um_account_submit_withdrawal {
  display: none;
}

.caldera_forms_form .form-group label {
  color: #333333;
}

.home.logged-in .remove-section {
  display: none !important;
}

.home .bannerCat {
  display: none !important;
}

.home.logged-in .bannerCat {
  display: flex !important;
}

.um-profile .um-form .um-cover,
.um-profile .um-form .um-header .um-profile-photo,
.um-profile .um-form .um-header .um-profile-meta .um-profile-connect,
.um-profile .um-form .um-profile-body .um-field-user_intro,
.um-profile .um-form .um-profile-body .um-field-user_address {
  display: none;
}

.um-profile .um-form .um-header .um-profile-meta {
  padding: 0 !important;
}

.um-profile .um-form .um-profile-body {
  max-width: 100% !important;
}

.catList .panel-grid-cell.panel-grid-cell-empty {
  display: none;
}

.cusContainer.catList {
  justify-content: flex-start !important;
}

#menu-language-switcher ul.sub-menu {
  display: none;
}

.um-profile .um-profile-nav {
  display: none;
}

.um-form .um-account-meta.radius-1 {
  display: none;
}

.um-field-last_name {
  display: none;
}

.steps-bg.remove-section {
  margin-bottom: -23px !important;
}

.um-field-gender .um-field-area {
  width: 100%;
  display: flex;
  gap: 15px;
}

.um-field-gender .um-field-radio {
  width: auto !important;
}
.single-post .full-container .entry-meta {  display: none;  }
div#pg-8839-5, .home div#pg-2012-3 {  max-width: 86%;  margin: 0 auto; }
.terminated-notice {
    background: rgba(0, 0 ,0 , 0.8);
    z-index: 9999!important;
}
.terminated-notice  .modal-content {
 
    width: 484px;
    border-radius: 20px;
}
.terminated-notice .modal-content div p {
    text-align: center;
    font-size: 18px;
    margin: auto;
    padding-top: 20px;
    color: red;
    line-height: 26px;
}

@media (max-width:1080px) {
  
  .responsive.layout-boxed #page-wrapper {
    margin: 0;
    padding: 0;
  }

  .responsive.layout-boxed #colophon {
    margin-bottom: 0;
  }
}

/* Right Ham Menu  */

@media (min-width: 1025px) {
  .hamburger {
    display: none;
  }

  .submenu-jr {
    display: none;
  }
}

@media (max-width: 1024px) {

  /* #page-wrapper {overflow: inherit !important;} */
  .header-menubar .header-menubar-inner .dk-menu {
    display: none;
  }

  .hamburger {
    border: 0;
    padding: 5px;
    cursor: pointer;
    background: none !important;
    box-shadow: none !important;
    margin-left: auto;
    right: 10px;
  }

  .hamburger:before,
  .hamburger:after {
    content: "";
  }

  .hamburger:before,
  .hamburger:after,
  .hamburger i {
    display: block;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    position: relative;
  }

  .hamburger i {
    margin: 3px auto;
  }

  .hamburger:before {
    margin-left: auto;
  }

  .hamburger:after {
    margin-right: auto;
  }

  .hamburger:focus {
    outline: none;
    background: no-repeat;
    border: none;
    box-shadow: none;
  }

  .hamburger.launched i {
    width: 0;
    opacity: 0;
  }

  .hamburger.launched:before {
    transform: rotate(220deg) translate(-2px, -4px);
  }

  .hamburger.launched:after {
    transform: rotate(-220deg) translate(-3px, 5px);
  }

  .submenu-jr .main-content .left-menu>li .sub-menu {
    display: none;
    margin-top: 5px;
  }

  #main-menu {
    display: none;
    position: absolute;
    z-index: 11;
    right: 0px;
    top: 36px;
    max-width: 500px;
    width: 100%;
  }

  .submenu-jr .sub-menu {
    display: none;
  }

  .submenu-jr ul {
    list-style: none;
  }

  .submenu-jr .main-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
  }

  .submenu-jr .left-main-menu {
    max-width: 300px;
    width: 100%;
    flex: 0 0 100%;
    background-color: #fff;
    margin: 0;
  }

  .submenu-jr .main-content .left-menu {
    padding: 24px;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .submenu-jr .main-content .left-menu>li .sub-menu {
    flex-direction: column;
  }

  .submenu-jr .main-content .left-menu>li .sub-menu a {
    color: #333;
    justify-content: flex-start;
  }

  .submenu-jr .main-content .left-menu>li {
    padding: 16px;
    border-radius: 6px;
    background: #FFF1F1;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }

  .submenu-jr .main-content .left-menu>li a {
    padding: 0;
  }

  .submenu-jr .main-content .left-menu>li a:hover {
    background-color: transparent;
  }

  .submenu-jr .main-content .left-menu .jr-menu-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .submenu-jr .main-content .left-menu .jr-menu-items .item-content {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .submenu-jr .main-content .left-main-menu + .full-container {
    flex: 1;
    background: #FFF1F1;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .submenu-jr .main-content .left-menu .jr-menu-items .item-content .title {
    color: #333;
  }

  .submenu-jr .main-content .left-main-menu + .full-container  .mobile-dynamic-menu {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .submenu-jr .main-content .right-menu .ham_btn {
    border-radius: 8px;
    background: #DD2F33;
    color: #fff;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 16px;
  }

  .submenu-jr .main-content .right-menu ul>li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
  }

  .submenu-jr .main-content .right-menu .dk-menu>.dk-menu-items>span {
    display: flex;
    gap: 10px;
  }

  .submenu-jr .main-content .right-menu .dk-menu>.dk-menu-items {
    flex-direction: column;
    align-items: start;
  }

  .submenu-jr .main-content .right-menu .dk-menu>.dk-menu-items .dk-submenu-items {
    position: relative !important;
    top: 0 !important;
    padding: 5px !important;
  }

  .submenu-jr .main-content .right-menu .dk-menu>.dk-menu-items .dk-submenu-items>li {
    margin-bottom: 5px !important;
    padding: 5px !important;
  }
}
@media (max-width: 575px) {
  .submenu-jr .main-content .left-main-menu,
  .submenu-jr .main-content .left-main-menu + .full-container{
    width: 100%;
    max-width: 100%;
  }
  .submenu-jr .main-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .submenu-jr .main-content {
    flex-direction: column;
  }

  .submenu-jr .main-content .left-menu,
  .submenu-jr .left-main-menu {
    max-width: 100%;
  }

  .submenu-jr .main-content .left-menu>li {
    flex-direction: column;
  }

  .submenu-jr .sub-submenujr {
    position: relative;
    right: 0;
    width: 100%;
    margin-top: 15px !important;
    border-radius: 8px;
  }

  .submenu-jr .main-content .left-menu>li.active .sub-submenujr+.jr-menu-items>svg {
    transform: rotate(90deg);
  }

  .submenu-jr .main-content .left-menu>li.active .sub-submenujr.hidden+.jr-menu-items>svg {
    transform: rotate(0deg);
  }
}



#masthead {
  background: #fcfcfc;
  padding: 0 35px 0 35px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

#masthead:before {
  content: '';
  display: block;
}

#masthead:after {
  content: '';
  display: table;
  clear: both;
}

#masthead h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#masthead h1.logo-title {
  display: inline-block;
  margin-left: 20px;
}

#masthead .hgroup {
  zoom: 1;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url(images/header-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#masthead .hgroup:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/header-banner-left.png), url(images/header-banner-right.png);
  background-position: left center, right 81px center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#masthead .hgroup:after {
  content: '';
  display: table;
  clear: both;
}

#masthead .hgroup a {
  text-decoration: none;
}

#masthead .hgroup h1 {
  color: #666666;
  font-weight: 100;
  font-size: 36px;
  line-height: 1em;
}

#masthead .hgroup .logo {
  display: block;
  float: left;
  max-width: 100%;
}

#masthead .hgroup .logo img {
  vertical-align: bottom;
}

#masthead .hgroup .support-text {
  line-height: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.6em;
  color: #4b4b4b;
  font-style: italic;
  max-width: 50%;
}

#masthead .hgroup #header-sidebar {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Center align layout. Based on old CSS3 spec, so update when new spec is available and supported */
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -moz-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: box;
  box-pack: center;
  box-align: center;
}

#masthead .hgroup #header-sidebar aside.widget {
  margin-bottom: 0;
  float: left;
  position: relative;
  margin-right: 25px;
}

#masthead .hgroup #header-sidebar aside.widget:last-child {
  margin-right: 0;
}

#masthead .hgroup #header-sidebar .widget-title {
  font-weight: bold;
  margin-bottom: 5px;
}

#masthead.masthead-logo-in-menu .main-navigation {
  zoom: 1;
}

#masthead.masthead-logo-in-menu .main-navigation:before {
  content: '';
  display: block;
}

#masthead.masthead-logo-in-menu .main-navigation:after {
  content: '';
  display: table;
  clear: both;
}

#masthead.masthead-logo-in-menu .logo {
  float: left;
  padding: 10px 0;
  margin-right: 15px;
}

#masthead.masthead-logo-in-menu .logo>* {
  display: block;
}

#masthead.masthead-logo-in-menu .logo>img {
  max-height: 33px;
  width: auto;
  height: auto;
  max-width: 100%;
}

#masthead.masthead-logo-in-menu .logo>img.logo-no-height-constrain {
  max-height: none;
}

#masthead.masthead-logo-in-menu .logo>h1 {
  font-size: 20px;
  font-weight: 100;
  padding: 7px 15px;
}

.layout-boxed #masthead.masthead-logo-in-menu .logo {
  margin-left: 25px;
}

body.ie-8 #masthead .hgroup #header-sidebar,
body.ie-9 #masthead .hgroup #header-sidebar {
  padding-top: 40px;
  padding-bottom: 40px;
}

#main {
  zoom: 1;
}

#main:before {
  content: '';
  display: block;
}

#main:after {
  content: '';
  display: table;
  clear: both;
}

#primary {
  float: left;
  width: 71.287%;
}

body.sidebar-position-left #primary {
  float: right;
}

body.sidebar-position-left.page-template-home-panels #primary,
body.sidebar-position-left.page-template-template-full #primary,
body.sidebar-position-left.page-template-template-full-notitle #primary {
  float: none;
}

body.sidebar-position-none #primary {
  float: none;
  width: auto;
}

body.no-sidebar #primary {
  float: none;
  width: auto;
}

.catList .panel-last-child .demo-pass p {
  font-size: 14px;
  text-align: left;
  padding: 0 15px;
  font-weight: 400;
  line-height: normal;
}

/* Full Width Primary blocks */
body.siteorigin-panels-lite-home #primary,
body.vantage-layout-width-full-width #primary,
body.vantage-layout-width-full-width-stretched #primary {
  width: auto;
  float: none;
}

.vantage-layout-width-full-width-stretched #main>.full-container {
  max-width: 100% !important;
}

.vantage-layout-width-normal #primary {
  float: left;
  width: 71.287%;
}

#secondary {
  float: right;
  width: 23.762%;
}

body.sidebar-position-left #secondary {
  float: left;
}

body.sidebar-position-none #secondary {
  display: none;
}

/*.acount--opening {
  line-height: 1.4em;
  font-size: 16px;
  margin-top: 20px;
}
body .acount--opening h3 {
  font-family: Roboto;
  font-weight: 400;
  text-align: left;
  color: #dd3333;
  line-height: 1.4em;
  font-size: 18px;
  margin-bottom: 9px;
  margin-top: 25px;
}*/
.acount--opening span {
  font-family: "Roboto" !important;
  font-weight: 400;
  font-size: 14px !important;
}

.panel-layout .siteorigin-widget-tinymce.textwidget h3 {
  color: #e5c100;
  line-height: 1.4em;
}

.acount--opening ul,
.panel-layout .siteorigin-widget-tinymce.textwidget ul {
  margin-left: 0;
  padding-top: 11px;
  line-height: 1.6;
}

.siteorigin-panels-home #primary,
.page-template-templatestemplate-full-php #primary,
.page-template-home-panels-php #primary,
.page-template-templatestemplate-full-notitle-php #primary {
  width: auto;
  float: none;
}

.page-template-default #primary {
  float: left;
  width: 71.287%;
}

#main {
  background: #fcfcfc;
  padding: 35px;
}

#main-slider {
  line-height: 0;
  background: #eeeeee;
}

#main-slider .flexslider {
  margin-bottom: 0;
}

#main-slider h1 {
  font-weight: 100;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#main-slider .text-em-wrapper {
  padding: 10px 50px;
  background: rgba(0, 0, 0, 0.25);
  border: 3px solid white;
  font-weight: bold;
}

#main-slider .metaslider,
#main-slider #metaslider-demo {
  margin: 0 auto;
}

#main-slider #metaslider-demo {
  text-align: center;
}

#masthead {
  z-index: 9999;
  position: relative;
}

.youtube-video-thumb .slick-track::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #dd3333;
}

.youtube-video-thumb .slick-track::-webkit-scrollbar {
  width: 12px;
  background-color: #dd3333;
  border-radius: 0px;
}

.youtube-video-thumb .slick-track::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #C4C4C4;
}

.youtube-video-thumb .slick-track {
  overflow-y: scroll;
}

.youtube-videos {
  background: #dd3333;
  padding: 13px;
  padding-right: 0;
}

.page-template-default article.post .entry-header h1.entry-title,
.page-template-default article.page .entry-header h1.entry-title {
  font-family: Roboto;
  font-weight: 400;
  text-align: center;
  color: #dd3333;
  line-height: 1.4em;
  font-size: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.youtube-videos .video-view {
  border: 0 !important;
}

/* =Responsive Layout
----------------------------------------------- */
@media (max-width:1600px) {
  #masthead .hgroup:before {
    background-position: left -13vw center, right -5vw center;
  }
}

@media (max-width:1080px) {
  body.responsive #masthead .hgroup .logo img {
    /* Scale down the logo if necessary */
    max-width: 100%;
    height: auto;
  }

  body.responsive #masthead.masthead-logo-in-menu .logo {
    margin-left: 20px;
  }

  body.responsive #masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul {
    margin-right: 0;
  }

  body.responsive #masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul li {
    float: right;
  }

  body.responsive #masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.responsive #masthead.masthead-logo-in-menu #search-icon-icon {
    display: none;
  }
}

#masthead.force-responsive .hgroup {
  text-align: center;
}

#masthead.force-responsive .hgroup .logo {
  float: none;
}

#masthead.force-responsive .hgroup .logo img {
  margin: 0 auto;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#masthead.force-responsive .hgroup .support-text,
#masthead.force-responsive .hgroup #header-sidebar {
  position: static;
  display: block;
  margin-top: 30px;
  max-width: 100%;
}

#masthead.force-responsive .hgroup .support-text img,
#masthead.force-responsive .hgroup #header-sidebar img {
  max-width: 100%;
  height: auto;
}

#masthead.force-responsive .hgroup #header-sidebar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: auto;
}

#masthead.force-responsive .hgroup #header-sidebar .widget {
  display: block;
  margin: 0 auto;
  float: none;
}

@media (max-width:991px) {
  #masthead .hgroup:before {
    background-size: 41% 100%;
    background-position: left center, right center;
  }
}

/* We consider 680px to be mobile resolution */
@media (max-width:680px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    padding-left: 0%;
  }

  body.responsive #masthead .hgroup {
    text-align: center;
  }

  body.responsive #masthead .hgroup .logo {
    float: none;
  }

  body.responsive #masthead .hgroup .logo img {
    margin: 0 auto;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  body.responsive #masthead .hgroup .support-text,
  body.responsive #masthead .hgroup #header-sidebar {
    position: static;
    display: block;
    margin-top: 30px;
    max-width: 100%;
  }

  body.responsive #masthead .hgroup .support-text img,
  body.responsive #masthead .hgroup #header-sidebar img {
    max-width: 100%;
    height: auto;
  }

  body.responsive #masthead .hgroup #header-sidebar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto;
  }

  body.responsive #masthead .hgroup #header-sidebar .widget {
    display: block;
    margin: 0 auto;
    float: none;
  }

  body.responsive #primary,
  body.responsive #secondary {
    width: auto;
    float: none;
  }

  body.responsive #secondary {
    margin-top: 35px;
  }

  body.responsive #footer-widgets .widget {
    display: block;
    margin-bottom: 25px;
    float: none;
  }

  body.responsive #footer-widgets .widget:last-child {
    margin-bottom: 0;
  }

  #masthead .hgroup:before {
    background-position: left -56vw center, right -58vw center;
    background-size: contain;
  }

  #main{
    padding: 35px 15px;
  }
}

body.responsive #page-wrapper {
  max-width: 1080px;
  width: auto;
  overflow-x: hidden;
}

body.responsive.layout-full #page-wrapper {
  max-width: 100%;
}

body.responsive.layout-boxed #page-wrapper {
  overflow-x: visible;
}

body.responsive.layout-full #page-wrapper .full-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

/* Make widget layouts vertical below 640px */
@media screen and (max-width:640px) {

  body.responsive #footer-widgets .widget,
  body.responsive #masthead-widgets .widget {
    width: auto;
    float: none;
    padding: 0;
    padding-bottom: 25px;
  }
}

/* =Menu
----------------------------------------------- */
.main-navigation {
  margin: 0 -35px;
  background: #343538;
  position: relative;
  font-size: 0;
  z-index: 9999;
  /* Font awesome icons */
  /* General menu link styling */

  /* For when the menu becomes a sticky menu */
}

.main-navigation [class^="fa fa-"] {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  line-height: 0.5em;
  color: #cccccc;
}

.main-navigation a:hover [class^="fa fa-"] {
  color: #ffffff;
}

.main-navigation ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding-left: 0;
  zoom: 1;
  /* Second level menu items */
}

.main-navigation ul:before {
  content: '';
  display: block;
}

.main-navigation ul:after {
  content: '';
  display: table;
  clear: both;
}

.main-navigation ul li {
  display: inline-block;
  font-size: 13px;
  position: relative;
}

.main-navigation ul li:hover>a {
  background: #00bcff;
  color: #ffffff;
}

.main-navigation ul li a {
  padding: 20px 35px;
  line-height: 1em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-navigation ul li a,
.main-navigation ul li a>* {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background: #464646;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  /* Third Level Items */
}

.main-navigation ul ul a {
  width: 200px;
  padding: 15px 20px;
}

.main-navigation ul ul li {
  position: relative;
  text-align: left;
  /* Hovering over 2nd level items */
}

.main-navigation ul ul li:hover>a {
  background: #00bcff;
  color: #ffffff;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
  margin-left: 0;
}

.main-navigation ul li:hover>ul {
  display: block;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #e2e2e2;
  font-weight: bold;
}

.main-navigation.sticky {
  top: 0;
}

.main-navigation.sticky:after {
  bottom: -6px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 6px 6px -6px inset;
  content: "";
  height: 6px;
  position: absolute;
  width: 100%;
}

body.has-menu-search .main-navigation ul {
  margin-right: 59px;
}

/* Handle the navigation slightly differently on mobile devices */
body.so-vantage-mobile-device .main-navigation ul ul {
  display: none;
}

body.so-vantage-mobile-device .main-navigation li:hover>ul {
  display: block;
}

.mobile-nav-frame [class^="fa fa-"] {
  display: inline-block;
  margin-right: 10px;
  min-width: 1em;
}

.mobile-nav-frame img {
  max-height: 18px;
  max-width: 18px;
  margin-right: 10px;
}

.mobile-nav-icon {
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 10px;
}

.mobile-nav-icon:before {
  font-size: 14px;
  content: "\f00b";
}

.mobilenav-main-link img {
  max-height: 15px;
  max-width: 20px;
  margin-right: 10px;
}

#search-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 110;
}

#search-icon #search-icon-icon {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #303134;
  width: 59px;
  height: 100%;
}

#search-icon #search-icon-icon,
#search-icon #search-icon-icon .icon-search {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#search-icon #search-icon-icon .vantage-icon-search {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  font-size: 17px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8.5px;
  color: #d1d1d1;
}

#search-icon #search-icon-icon img {
  position: absolute;
  display: block;
  max-width: 17px;
  max-height: 17px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8.5px;
}

#search-icon #search-icon-icon:hover {
  background-color: #00bcff;
}

#search-icon #search-icon-icon:hover .vantage-icon-search {
  color: #ffffff;
}

#search-icon .searchform {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 1080px;
  background: #2d2e31;
  z-index: 10;
  overflow-x: hidden;
}

#search-icon .searchform input[name=s] {
  color: #d1d1d1;
  font-size: 17px;
  font-weight: 200;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 42px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  outline: none;
  padding: 0 15px;
}

/* =Archives
----------------------------------------------- */
article.sticky {
  /* Style a sticky post */
}

#page-title {
  color: #3b3b3b;
  margin-bottom: 25px;
  font-size: 1.8em;
  font-weight: 500;
}

#page-title a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.taxonomy-description {
  margin-top: -15px;
  color: #666;
  font-style: italic;
}

article.post,
article.page {
  zoom: 1;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}

article.post:before,
article.page:before {
  content: '';
  display: block;
}

article.post:after,
article.page:after {
  content: '';
  display: table;
  clear: both;
}

article.post footer,
article.page footer {
  float: left;
  width: 17.5%;
}

article.post footer .post-type-icon,
article.page footer .post-type-icon {
  width: 50px;
  height: 50px;
  background: #4f5355;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

article.post footer .tags,
article.page footer .tags {
  margin-top: 15px;
  line-height: 1em;
}

article.post footer .tags a,
article.page footer .tags a {
  display: inline-block;
  margin-right: 4px;
  background: #74787a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1em;
  padding: 4px 5px;
  color: white;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

article.post .entry-header,
article.page .entry-header {
  margin-bottom: 20px;
}

article.post .entry-header .entry-thumbnail,
article.page .entry-header .entry-thumbnail {
  margin-bottom: 20px;
}

article.post .entry-header .entry-thumbnail img,
article.page .entry-header .entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}

article.post .entry-header .entry-thumbnail a,
article.page .entry-header .entry-thumbnail a {
  display: inline-block;
}

article.post .entry-header .entry-video,
article.page .entry-header .entry-video {
  margin-bottom: 20px;
}

article.post .entry-header h1.entry-title,
article.page .entry-header h1.entry-title {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
}

article.post .entry-header h1.entry-title a,
article.page .entry-header h1.entry-title a {
  color: inherit;
  text-decoration: none;
}

article.post .entry-header .entry-meta,
article.page .entry-header .entry-meta {
  color: #8f8f8f;
  font-size: 12px;
}

article.post .entry-header .entry-meta::first-letter,
article.page .entry-header .entry-meta::first-letter {
  text-transform: uppercase;
}

@media (max-width:680px) {

  article.post .entry-header .entry-meta,
  article.page .entry-header .entry-meta {
    font-size: 14px;
  }
}

article.post .entry-header .entry-meta a,
article.page .entry-header .entry-meta a {
  font-weight: 500;
  color: #5e5e5e;
  text-decoration: none;
}

article.post:last-child,
article.page:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

article.post .more-link,
article.page .more-link {
  float: right;
  text-decoration: none;
  padding: 4px 10px;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  color: #646464;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

article.post .more-link .meta-nav,
article.page .more-link .meta-nav {
  display: none;
}

article.post .author-box,
article.page .author-box {
  margin: 20px 0 0 0;
  border: 1px solid #cccccc;
  background: #f0f0f0;
  position: relative;
  zoom: 1;
}

article.post .author-box:before,
article.page .author-box:before {
  content: '';
  display: block;
}

article.post .author-box:after,
article.page .author-box:after {
  content: '';
  display: table;
  clear: both;
}

article.post .author-box .avatar-box,
article.page .author-box .avatar-box {
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

article.post .author-box .avatar-box .avatar-wrapper,
article.page .author-box .avatar-box .avatar-wrapper {
  background: #ffffff;
  padding: 5px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

article.post .author-box .avatar-box .avatar-wrapper img,
article.page .author-box .avatar-box .avatar-wrapper img {
  display: block;
}

article.post .author-box .box-content,
article.page .author-box .box-content {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 25px;
  margin-left: 132px;
  background: #f9f9f9;
  min-height: 132px;
  border-left: 1px solid #cccccc;
  -webkit-box-shadow: inset 2px 0 2px rgba(0, 0, 0, 0.035);
  -moz-box-shadow: inset 2px 0 2px rgba(0, 0, 0, 0.035);
  box-shadow: inset 2px 0 2px rgba(0, 0, 0, 0.035);
}

article.post .author-box .box-content .box-title,
article.page .author-box .box-content .box-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

article.post .author-box .box-content .box-title h3,
article.page .author-box .box-content .box-title h3 {
  color: #3b3b3b;
  font-size: 1.25em;
  line-height: 1.1em;
  font-weight: 500;
  margin: .6em 0 0;
}

article.post .author-box .box-content .author-posts a,
article.page .author-box .box-content .author-posts a {
  color: #777;
  font-size: .9em;
  text-decoration: none;
}

article.post .author-box .box-content .author-posts a:hover,
article.page .author-box .box-content .author-posts a:hover {
  color: #248cc8;
}

article.post .author-box .box-content .box-description,
article.page .author-box .box-content .box-description {
  min-height: 0;
  margin-bottom: 0;
}

article.post .author-box .box-content .box-description>*:first-child,
article.page .author-box .box-content .box-description>*:first-child {
  margin-top: 0;
}

article.post .author-box .box-content .box-description>*:last-child,
article.page .author-box .box-content .box-description>*:last-child {
  margin-bottom: 0;
}

article.post .share-buttons,
article.page .share-buttons {
  margin: 20px 0 0 0;
  padding: 15px 25px;
  border: 1px solid #cccccc;
  background: #f9f9f9;
  list-style: none;
  zoom: 1;
}

article.post .share-buttons:before,
article.page .share-buttons:before {
  content: '';
  display: block;
}

article.post .share-buttons:after,
article.page .share-buttons:after {
  content: '';
  display: table;
  clear: both;
}

article.post .share-buttons li,
article.page .share-buttons li {
  height: 20px;
  display: block;
  float: left;
  max-width: 110px;
}

@media (max-width:480px) {

  article.post .share-buttons li,
  article.page .share-buttons li {
    width: inherit !important;
    float: none;
    margin-bottom: 10px;
  }

  article.post .share-buttons li:last-child,
  article.page .share-buttons li:last-child {
    margin-bottom: 0;
  }

  /*#mega-menu-wrap-primary .mega-menu-toggle { padding-left: 23%; }*/
}

article.post .entry-summary p:last-child,
article.page .entry-summary p:last-child {
  margin-bottom: 0;
}

article.post .entry-categories,
article.page .entry-categories {
  margin-top: 1.5em;
  color: #999999;
  font-size: 0.85em;
}

@media (max-width:680px) {

  article.post .entry-categories,
  article.page .entry-categories {
    font-size: 13px;
  }
}

article.post .entry-categories a,
article.page .entry-categories a {
  color: #777777;
}

article.post.post-with-thumbnail-icon .entry-thumbnail,
article.page.post-with-thumbnail-icon .entry-thumbnail {
  margin-top: 0.2em;
  float: left;
  clear: none;
  width: 11.68%;
  /* 90px in standard width */
}

article.post.post-with-thumbnail-icon .entry-thumbnail img,
article.page.post-with-thumbnail-icon .entry-thumbnail img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

article.post.post-with-thumbnail-icon .entry-main,
article.page.post-with-thumbnail-icon .entry-main {
  width: 650px;
  width: 84.41%;
  /* 650px in standard width */
  float: right;
}

.post-navigation,
#image-navigation {
  margin-top: -20px;
  margin-bottom: 40px;
  zoom: 1;
}

.post-navigation:before,
#image-navigation:before {
  content: '';
  display: block;
}

.post-navigation:after,
#image-navigation:after {
  content: '';
  display: table;
  clear: both;
}

.post-navigation a,
#image-navigation a {
  text-decoration: none;
  padding: 6px 10px;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  color: #646464;
  display: inline-block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

@media (max-width:680px) {

  .post-navigation a,
  #image-navigation a {
    font-size: 14px;
    padding: 13px 20px;
  }
}

.post-navigation a .meta-nav,
#image-navigation a .meta-nav {
  display: inline-block;
}

.post-navigation a:hover,
#image-navigation a:hover {
  border-top: solid 1px #dadada;
  border-left: solid 1px #cfcfcf;
  border-right: solid 1px #cfcfcf;
  border-bottom: solid 1px #a8a8a8;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);
  background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ebebeb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

.post-navigation .nav-previous .meta-nav,
#image-navigation .nav-previous .meta-nav {
  margin-right: 7px;
}

.post-navigation .nav-next .meta-nav,
#image-navigation .nav-next .meta-nav {
  margin-left: 7px;
}

.single-nav-wrapper {
  overflow: hidden;
}

/* Reset the navigation */
#image-navigation {
  margin-top: 0px;
  margin-bottom: 20px;
}

/* =Entry Content
----------------------------------------------- */

/* Styles for actual content */
.entry-header {
  zoom: 1;
}

.entry-header:before {
  content: '';
  display: block;
}

.entry-header:after {
  content: '';
  display: table;
  clear: both;
}

.entry-content {
  zoom: 1;
  line-height: 1.6em;
  color: #666666;
  /* WordPress Images */
}

.entry-content:before {
  content: '';
  display: block;
}

.entry-content:after {
  content: '';
  display: table;
  clear: both;
}

.entry-content a {
  color: #248cc8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.entry-content a:hover {
  color: #f47e3c;
}

.entry-content p,
.entry-content>ul,
.entry-content>ol,
.entry-content>li,
.entry-content>dl,
.entry-content pre,
.entry-content code,
.entry-content blockquote {
  margin: 1em 0;
}

.entry-content>*:last-child {
  margin-bottom: 0;
}

.entry-content>*:first-child {
  margin-top: 0;
}

.entry-content blockquote {
  font-style: italic;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #aaaaaa;
}

.entry-content blockquote cite {
  font-weight: bold;
}

.entry-content pre {
  display: block;
  padding: 10px;
  word-wrap: break-word;
}

.entry-content code {
  display: inline;
  padding: 5px;
}

.entry-content pre,
.entry-content code {
  background: white;
  font-family: "Courier New", Courier, mono;
  border: 1px solid #d9d9d9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
  overflow-x: auto;
}

.entry-content pre p:first-child,
.entry-content code p:first-child {
  margin-top: 0;
}

.entry-content code {
  font-family: "Courier New", Courier, mono;
}

.entry-content sup,
.entry-content sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

.entry-content sup {
  bottom: 1ex;
}

.entry-content sub {
  top: .5ex;
}

.entry-content .gallery {
  margin: 15px 0 25px 0;
}

.entry-content .gallery .gallery-item {
  margin-bottom: 0;
}

.entry-content .gallery .gallery-icon {
  line-height: 0;
  margin-bottom: 0;
}

.entry-content .gallery img {
  border: none !important;
  vertical-align: middle;
}

.entry-content .gallery .gallery-caption {
  margin: 10px;
  padding-left: 0;
}

.entry-content table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .wp-caption {
  max-width: 100%;
  margin: 5px 0 30px 0;
  border: 1px solid #e0e0e0;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.entry-content .wp-caption img {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
}

.entry-content .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.entry-content .wp-caption:first-child {
  margin-top: 25px;
}

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

.entry-content .alignleft {
  /* This is also styled on a global level */
  margin: 0 1.5em 1.5em 0;
}

.entry-content .alignright {
  /* This is also styled on a global level */
  margin: 0 0 1.5em 1.5em;
}

.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content ul {
  list-style-type: square;
}

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

.entry-content ol ol {
  list-style-type: upper-alpha;
}

.entry-content ol ol ol {
  list-style-type: lower-roman;
}

.entry-content ul li,
.entry-content ol li {
  margin-left: 1.5em;
}

.entry-content dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.entry-content dl dd {
  margin-bottom: 10px;
  padding-left: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #444444;
  margin: 1em 0;
  font-weight: 500;
}

.entry-content h1 {
  font-size: 1.7em;
}

.entry-content h2 {
  font-size: 1.6em;
}

.entry-content h3 {
  font-size: 1.5em;
}

.entry-content h4 {
  font-size: 1.4em;
}

.entry-content h5 {
  font-size: 1.2em;
}

.entry-content h6 {
  font-size: 1.1em;
}

.entry-content embed,
.entry-content iframe,
.entry-content object {
  max-width: 100%;
}

.entry-content .tags {
  color: #999999;
}

.entry-content .tags strong {
  color: #666666;
}

.entry-content .tags a {
  color: #999999;
  text-decoration: none;
}

/* =Navigation
----------------------------------------------- */
.pagination,
.entry-content .pagination {
  position: relative;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
}

.pagination span,
.entry-content .pagination span,
.pagination a,
.entry-content .pagination a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  background: #4f5355;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #646464;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  width: auto;
  text-decoration: none;
}

.pagination span:last-child,
.entry-content .pagination span:last-child,
.pagination a:last-child,
.entry-content .pagination a:last-child {
  margin-right: 0;
}

.pagination a:hover,
.entry-content .pagination a:hover {
  background: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0), color-stop(1, #f0f0f0));
  background: -ms-linear-gradient(bottom, #d0d0d0, #f0f0f0);
  background: -moz-linear-gradient(center bottom, #d0d0d0 0%, #f0f0f0 100%);
  background: -o-linear-gradient(#f0f0f0, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0', GradientType=0);
  color: #606060;
}

.pagination .current,
.entry-content .pagination .current {
  border-top: solid 1px #222222;
  border-left: solid 1px #222222;
  border-right: solid 1px #222222;
  border-bottom: solid 1px #222222;
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #333333));
  background: -ms-linear-gradient(bottom, #505050, #333333);
  background: -moz-linear-gradient(center bottom, #505050 0%, #333333 100%);
  background: -o-linear-gradient(#333333, #505050);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#505050', GradientType=0);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 0 5px rgba(0, 0, 0, 0.5);
  color: #efefef;
}

.site-content {
  word-wrap: break-word;
}

.site-content .nav-previous,
.site-content .nav-next {
  white-space: nowrap;
}

.site-content .nav-previous {
  float: left;
  width: 50%;
}

.site-content .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media (max-width:680px) {

  body.responsive .site-content .nav-previous,
  body.responsive .site-content .nav-next {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  body.responsive .site-content .nav-previous {
    margin-top: 20px;
  }
}

/* =Comments
----------------------------------------------- */
#comments-title,
#reply-title {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1em;
  color: #444444;
  padding-bottom: 5px;
  border-bottom: 2px solid #555555;
}

#comments-title [class^="fa fa-"],
#reply-title [class^="fa fa-"] {
  font-size: 16px;
  display: inline-block;
  margin-right: 4px;
  line-height: 0.75em;
}

#comments .comment-navigation {
  zoom: 1;
  float: none;
  margin-bottom: 2em;
  width: 100%;
}

#comments .comment-navigation:before {
  content: '';
  display: block;
}

#comments .comment-navigation:after {
  content: '';
  display: table;
  clear: both;
}

#comments .commentlist {
  margin: 0 0 40px 0;
  list-style: none;
}

#comments .commentlist .children {
  list-style: none;
  margin-left: 75px;
}

#comments .commentlist article {
  margin-bottom: 35px;
}

#comments .commentlist article .avatar {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#comments .commentlist article .comment-author,
#comments .commentlist article .awaiting-moderation,
#comments .commentlist article .comment-meta,
#comments .commentlist article .comment-content {
  margin-left: 75px;
}

#comments .commentlist article .comment-author {
  color: #474747;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0.35em;
}

@media (max-width:680px) {
  #comments .commentlist article .comment-author {
    margin-bottom: 1em;
  }
}

#comments .commentlist article .comment-author a {
  color: inherit;
  text-decoration: none;
}

@media (max-width:680px) {
  #comments .commentlist article .comment-author a {
    font-size: 15px;
  }
}

#comments .commentlist article .comment-author cite {
  font-style: normal;
}

#comments .commentlist article .comment-author .author-comment-label {
  position: relative;
  top: -3px;
  margin: 0 4px;
  padding: 2px 5px 3px;
  background-color: #eee;
  font-size: 11px;
  border-radius: 3px;
}

#comments .commentlist article .comment-meta {
  font-size: 11.5px;
  color: #747474;
  line-height: 1em;
  margin-bottom: 15px;
}

@media (max-width:680px) {
  #comments .commentlist article .comment-meta {
    font-size: 13px;
  }
}

#comments .commentlist article .comment-meta a {
  color: inherit;
  text-decoration: none;
}

#comments .commentlist article .comment-meta .support {
  display: inline-block;
  margin-left: 15px;
}

#comments .commentlist article .comment-meta .support .comment-edit-link {
  margin-left: 15px;
}

#comments .commentlist article .awaiting-moderation {
  display: block;
  margin-bottom: 10px;
}

#comments .commentlist article .entry-content {
  font-size: 12px;
}

#comments .commentlist .bypostauthor {
  /* Change the comment by the post author */
}

#commentform label {
  margin-top: 2px;
  display: block;
  float: left;
  width: 25%;
}

#commentform input,
#commentform textarea {
  float: left;
  width: 75%;
  padding: 10px;
  font-size: 13px;
}

#commentform textarea {
  padding: 10px;
}

#commentform input {
  padding: 7px 10px;
}

#commentform p {
  zoom: 1;
  margin-bottom: 20px;
}

#commentform p:before {
  content: '';
  display: block;
}

#commentform p:after {
  content: '';
  display: table;
  clear: both;
}

#commentform p.form-submit {
  margin-bottom: 0;
}

#commentform #submit {
  width: auto;
  font-size: 12px;
  padding: 10px 20px;
}

@media (max-width:680px) {
  #commentform #submit {
    font-size: 14px;
    padding: 13px 20px;
  }
}

#commentform .form-allowed-tags,
#commentform .form-allowed-tags code,
#commentform .comment-notes {
  font-size: 0.8em;
  color: #999;
}

#commentform .logged-in-as {
  font-size: 0.8em;
  color: #999;
  margin-bottom: 10px;
  text-align: right;
}

@media (max-width:680px) {
  #commentform .logged-in-as {
    font-size: 13px;
  }
}

#commentform .required {
  color: #a40802;
}

/* Vantage Jetpack Subscription Form */
#commentform p.comment-subscription-form {
  margin-bottom: 0px;
}

#commentform p.comment-subscription-form input[type="checkbox"] {
  float: none;
  font-size: 1em;
  line-height: 1.92857em;
  vertical-align: middle;
}

#commentform p.comment-subscription-form label.subscribe-label {
  font-size: 1em;
  float: none;
  line-height: 1.92857em;
  font-weight: normal;
  margin: 0;
  padding-left: 10px;
  width: auto;
}

#commentform p.form-submit {
  margin-bottom: 2em;
}

@media (max-width:480px) {
  body.responsive #commentform label {
    float: none;
    width: 100%;
    margin-bottom: 3px;
  }

  body.responsive #commentform input,
  body.responsive #commentform textarea {
    float: none;
    width: 100%;
  }
}

/* =Sidebars and Asides
----------------------------------------------- */
#colophon {
  margin-bottom: 20px;
  background: #2f3033;
  padding: 30px;
}

#colophon #theme-attribution,
#colophon #site-info {
  text-align: center;
  margin-top: 25px;
  color: #aaaaaa;
  font-size: 11.5px;
}

#colophon #theme-attribution a,
#colophon #site-info a {
  color: #dddddd;
  text-decoration: none;
  font-weight: 500;
}

body.layout-full {
  /* Use the same color as the footer */
  background-color: #2f3033;
}

.layout-full #colophon {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000000;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#scroll-to-top .vantage-icon-arrow-up {
  font-size: 18px;
  display: block;
  width: 18px;
  height: 18px;
  color: #ffffff;
}

#scroll-to-top.displayed {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.2 !important;
  z-index: 500;
}

#scroll-to-top.displayed:hover {
  opacity: 0.8 !important;
}

#map-canvas img,
#gmap_canvas img {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  line-height: normal !important;
  max-width: none;
  zoom: normal !important;
}

/* Entry Meta */
.updated {
  display: none;
}

.page .entry-meta {
  display: none;
  /* Hide entry meta on pages */
}

.page .panel-grid-cell .entry-meta {
  display: block;
  /* Display entry meta on pages if within a Page Builder cell (Post Loop widget) */
}

/* The Page Setting related layout changes */
.page-layout-no-masthead-margin #main {
  padding-top: 0;
}

.page-layout-no-footer-margin #main {
  padding-bottom: 0;
}

:not(.not-default-page).page-layout-no-sidebar #primary {
  width: 100%;
}

:not(.not-default-page).page-layout-full-width.layout-full #page-wrapper .full-container {
  max-width: 100%;
}

:not(.not-default-page).page-layout-full-width.layout-full #primary {
  width: 100%;
}

:not(.not-default-page).page-layout-full-width-sidebar.layout-full #page-wrapper .full-container {
  max-width: 100%;
}

:not(.not-default-page).page-layout-full-width.layout-boxed #primary {
  width: 100%;
}

:not(.not-default-page).page-layout-full-width-sidebar.layout-boxed #page-wrapper,
:not(.not-default-page).page-layout-full-width.layout-boxed #page-wrapper {
  width: 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width:1100px) {

  :not(.not-default-page).page-layout-full-width-sidebar.layout-boxed #page-wrapper,
  :not(.not-default-page).page-layout-full-width.layout-boxed #page-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

/* =Sliders
----------------------------------------------- */

/* Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Necessary Styles */
.flexslider {
  margin: 0;
  padding: 0;
  zoom: 1;
  position: relative;
}

.flexslider .slides {
  list-style: none;
  zoom: 1;
}

.flexslider .slides:before {
  content: '';
  display: block;
}

.flexslider .slides:after {
  content: '';
  display: table;
  clear: both;
}

.flexslider .slides>img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.flexslider .slides p img {
  width: auto;
  display: inline-block;
}

.flexslider .slides .flex-caption {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
}

.flexslider .slides .flex-caption h3 {
  color: inherit;
  margin: 0;
  line-height: 1.25em;
  font-size: 15px;
}

.flexslider .slides>li {
  margin-left: 0;
  display: none;
  -webkit-backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  /* Stuff specific to metaslider */
}

.flexslider .slides>li .content img {
  max-width: 100%;
  height: auto !important;
}

.flexslider .flex-control-paging {
  list-style: none;
  position: absolute;
  bottom: 15px;
  right: 0px;
  text-align: right;
  padding: 0 30px;
  z-index: 20;
}

.flexslider .flex-control-paging li {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-indent: -99999px;
  text-align: left;
  width: 14px;
  height: 14px;
  margin-right: 2px;
}

.flexslider .flex-control-paging li a {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(images/sprites/slide-indicator-inactive.png);
}

.flexslider .flex-control-paging li a.flex-active {
  background: url(images/sprites/slide-indicator-active.png);
}

.flexslider .flex-control-paging li a:hover {
  background: url(images/sprites/slide-indicator-inactive.png);
}

.flexslider .flex-direction-nav {
  list-style: none;
}

.flexslider .flex-direction-nav li {
  margin: 0;
  padding: 0;
}

.flexslider .flex-direction-nav li a {
  z-index: 200;
  display: block;
  position: absolute;
  top: 50%;
  text-indent: -99999px;
  width: 32px;
  height: 85px;
  margin-top: -52px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.flexslider .flex-direction-nav li a.flex-prev {
  left: 0;
  background: url(images/sprites/gallery-prev.png);
}

.flexslider .flex-direction-nav li a.flex-next {
  right: 0;
  background: url(images/sprites/gallery-next.png);
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
  .flexslider .flex-direction-nav li a {
    background-size: 32px 85px;
  }

  .flexslider .flex-direction-nav li a.flex-prev {
    background-size: cover;
    background-image: url(images/retina/gallery-prev.png);
  }

  .flexslider .flex-direction-nav li a.flex-next {
    background-size: cover;
    background-image: url(images/retina/gallery-next.png);
  }
}

.flexslider:hover .flex-direction-nav li a {
  opacity: 0.9;
}

/* Styles for Metaslider Prebuilt */
.metaslider .msHtmlOverlay .layer .siteorigin-slider-action-button {
  display: inline-block;
  padding: 8px 46px 8px 0;
  font-weight: bold;
  background: url(slider/action.png) right center no-repeat;
}

.metaslider .theme-default .nivo-directionNav a {
  text-indent: unset !important;
  font-size: 0;
  background: transparent !important;
  height: 62px !important;
  top: 45%;
  opacity: 1 !important;
}

.metaslider .nivo-nextNav:after {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  color: rgba(194, 194, 194, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font-size: 70px;
}

.metaslider .nivo-prevNav:after {
  content: "\f104";
  display: block;
  font-family: FontAwesome;
  color: rgba(194, 194, 194, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font-size: 70px;
}

.metaslider .msHtmlOverlay .layer .siteorigin-slider-action-button a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

#metaslider-demo .content,
.vantage-slide-with-image .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#metaslider-demo .content img,
.vantage-slide-with-image .content img {
  max-width: 100%;
  height: auto;
}

#metaslider-demo .ms-default-image,
.vantage-slide-with-image .ms-default-image {
  max-width: 100%;
  height: auto;
}

.gallery-format-slider img {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
  font-size: 1em;
  outline: none;
}

/* Search widget */
#searchsubmit {
  display: none;
}

.widget .searchform input {
  width: 100%;
  padding: 5px;
  outline: none;
}

.textwidget p:first-child {
  margin-top: 0;
}

.textwidget p:last-child {
  margin-bottom: 0;
}

.tagcloud a {
  text-decoration: none;
}

/* =Sidebar widget styling
----------------------------------------------- */
#secondary .widget,
#footer-widgets .widget,
#masthead-widgets .widget {
  margin-bottom: 40px;
  font-size: 13px;
  color: #5e5e5e;
}

#secondary .widget:last-child,
#footer-widgets .widget:last-child,
#masthead-widgets .widget:last-child {
  margin-bottom: 0;
}

#secondary .widget .widget-title,
#footer-widgets .widget .widget-title,
#masthead-widgets .widget .widget-title {
  font-size: 15px;
  color: #3b3b3b;
  font-weight: bold;
  margin-bottom: 15px;
}

#secondary .widget ul,
#footer-widgets .widget ul,
#masthead-widgets .widget ul,
#secondary .widget ol,
#footer-widgets .widget ol,
#masthead-widgets .widget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

#secondary .widget ul ul,
#footer-widgets .widget ul ul,
#masthead-widgets .widget ul ul,
#secondary .widget ol ul,
#footer-widgets .widget ol ul,
#masthead-widgets .widget ol ul,
#secondary .widget ul ol,
#footer-widgets .widget ul ol,
#masthead-widgets .widget ul ol,
#secondary .widget ol ol,
#footer-widgets .widget ol ol,
#masthead-widgets .widget ol ol {
  margin-left: 1em;
}

#secondary .widget ul li,
#footer-widgets .widget ul li,
#masthead-widgets .widget ul li,
#secondary .widget ol li,
#footer-widgets .widget ol li,
#masthead-widgets .widget ol li {
  padding-bottom: 7px;
}

#secondary .widget ul li a,
#footer-widgets .widget ul li a,
#masthead-widgets .widget ul li a,
#secondary .widget ol li a,
#footer-widgets .widget ol li a,
#masthead-widgets .widget ol li a {
  text-decoration: none;
}

#secondary .widget ul li ul.children,
#footer-widgets .widget ul li ul.children,
#masthead-widgets .widget ul li ul.children,
#secondary .widget ol li ul.children,
#footer-widgets .widget ol li ul.children,
#masthead-widgets .widget ol li ul.children {
  padding-top: 7px;
  margin-bottom: -7px;
}

#footer-widgets {
  zoom: 1;
  margin: 0 -5px;
  max-width: 100%;
}

#footer-widgets:before {
  content: '';
  display: block;
}

#footer-widgets:after {
  content: '';
  display: table;
  clear: both;
}

#footer-widgets .widget {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  margin-bottom: 0;
  color: #b9b9b9;
}

#footer-widgets .widget.panel,
#footer-widgets .widget.widget_siteorigin-panels-builder {
  padding: 0;
}

#footer-widgets .widget a {
  color: #cccccc;
}

#footer-widgets .widget .widget-title {
  color: #e2e2e2;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

#masthead-widgets {
  zoom: 1;
}

#masthead-widgets:before {
  content: '';
  display: block;
}

#masthead-widgets:after {
  content: '';
  display: table;
  clear: both;
}

#masthead-widgets .widget {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  float: left;
  padding-right: 25px;
}

#masthead-widgets .widget:last-child {
  padding-right: 0;
}

#masthead-widgets .widget .widget-title {
  color: #3b3b3b;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.vertical-footer #footer-widgets .widget {
  margin-bottom: 25px;
  width: 100%;
}

.vertical-footer #footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* =General Widget Styling
----------------------------------------------- */
.widget img,
.widget iframe,
.widget object,
.widget select,
.widget input {
  max-width: 100%;
}

.widget img {
  height: auto;
}

.widget a.button {
  display: inline-block;
  padding: 9px 26px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.875em;
  text-decoration: none;
  color: white;
  text-shadow: 0 1px 0 #000000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #107fc9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0f75b8), color-stop(1, #1189da));
  background: -ms-linear-gradient(bottom, #0f75b8, #1189da);
  background: -moz-linear-gradient(center bottom, #0f75b8 0%, #1189da 100%);
  background: -o-linear-gradient(#1189da, #0f75b8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1189da', endColorstr='#0f75b8', GradientType=0);
  border-top: solid 1px #0b5587;
  border-left: solid 1px #094974;
  border-right: solid 1px #094974;
  border-bottom: solid 1px #083d61;
}

.widget .button-container.align-center {
  text-align: center;
}

.widget .button-container.align-left {
  text-align: left;
}

.widget .button-container.align-right {
  text-align: right;
}

.widget .button-container.align-full .button {
  display: block;
  text-align: center;
}

#wp-calendar {
  border: none;
  margin: 0;
}

#wp-calendar caption {
  font-weight: 600;
  text-align: right;
  padding-bottom: 0.4286em;
}

#wp-calendar th,
#wp-calendar td {
  border: none;
  padding: 0.2143em 0.2143em 0.1429em !important;
}

#wp-calendar thead th {
  text-align: center;
  padding-bottom: 0.4286em !important;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tbody td {
  background: #ddd;
  border: 0.1429em solid #fff;
  text-align: center;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody td a {
  border-bottom: none !important;
  display: block;
  text-decoration: none;
}

#wp-calendar tbody td a:hover {
  border-bottom: none !important;
  text-decoration: none;
}

#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
  padding-top: 0.4286em !important;
}

#wp-calendar tfoot #next {
  text-align: right;
}

/* Footer Calendar styling: colors assume the original theme footer background color. */
.site-footer #wp-calendar tbody td {
  background: #434447;
  border-color: #2f3033;
}

.site-footer #wp-calendar tbody td a {
  color: #fff;
}

.site-footer #wp-calendar tbody td a:hover {
  color: #b9b9b9;
}

.site-footer #wp-calendar tfoot #prev a:hover,
.site-footer #wp-calendar tfoot #next a:hover {
  color: #fff;
}

.widget_call-to-action {
  position: relative;
  padding: 25px 30px 23px 30px;
}

.widget_call-to-action h2.cta-headline {
  margin: 0 0 0.35em 0;
  color: #333;
}

.widget_call-to-action p.cta-sub-text {
  margin: 0;
  color: #666;
}

.widget_call-to-action a.button {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -20px;
  /* This should be half the height of the button */
}

/* Responsive styles for the call to action widget */
@media (max-width:680px) {
  body.responsive .widget_call-to-action a.button {
    position: static;
    margin-top: 25px;
    display: block;
    text-align: center;
  }
}

.widget_siteorigin-list ul li {
  margin-bottom: 0.4em;
}

.widget_siteorigin-list ul li:last-child {
  margin-bottom: 0;
}

.widget_icon-text {
  font-size: 0.95em;
  text-align: center;
}

.widget_icon-text .feature-icon {
  display: inline-block;
  line-height: 0;
}

.widget_icon-text .widget-title {
  margin: 15px 0;
}

.widget_circleicon-widget {
  clear: both;
  /* A medium sized icon */
}

.widget_circleicon-widget .circle-icon-box {
  text-align: center;
  position: relative;
  /* The different icon positions */
}

.widget_circleicon-widget .circle-icon-box.circle-icon-show-box {
  border: 1px solid #dddddd;
  background: #f6f6f6;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  padding: 24px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-hide-box {
  padding: 5px;
}

.widget_circleicon-widget .circle-icon-box .link-icon,
.widget_circleicon-widget .circle-icon-box .link-title {
  text-decoration: none;
  display: block;
}

.widget_circleicon-widget .circle-icon-box .circle-icon {
  position: absolute;
  background-color: #3a3b3e;
  display: inline-block;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget_circleicon-widget .circle-icon-box .circle-icon [class^="fa fa-"] {
  display: block;
  font-size: 24px;
  width: 100%;
  height: 1em;
  text-align: center;
  color: #ffffff;
  line-height: 1.1em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}

.widget_circleicon-widget .circle-icon-box h4 {
  color: #3b3b3b;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0.8em;
  margin-top: 0;
}

.widget_circleicon-widget .circle-icon-box p.text {
  margin: 0;
  color: #5e5e5e;
  font-size: 13px;
  margin-bottom: 10px;
}

.widget_circleicon-widget .circle-icon-box p.text:last-child {
  margin-bottom: 0;
}

.widget_circleicon-widget .circle-icon-box a.more-button {
  display: block;
  text-decoration: none;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 13px;
}

.widget_circleicon-widget .circle-icon-box a.more-button i {
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 3px;
  background: url(images/sprites/more-icon.png) no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
  .widget_circleicon-widget .circle-icon-box a.more-button i {
    background: url(images/retina/more-icon.png);
    background-size: 5px 8px;
  }
}

.widget_circleicon-widget .circle-icon-box.circle-icon-position-top {
  padding-top: 75px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-position-top .circle-icon {
  top: 0;
  left: 50%;
  margin-left: -32.5px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-position-bottom {
  padding-bottom: 75px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-position-bottom .circle-icon {
  bottom: 0;
  left: 50%;
  margin-left: -32.5px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-position-left {
  text-align: left;
  padding-left: 75px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-position-left .circle-icon {
  left: 0;
  top: 50%;
  margin-top: -32.5px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-position-right {
  text-align: left;
  padding-right: 75px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-position-right .circle-icon {
  right: 0;
  top: 50%;
  margin-top: -32.5px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium {
  /* The different icon positions */
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium .circle-icon {
  width: 81.25px;
  height: 81.25px;
  -webkit-border-radius: 162.5px;
  -moz-border-radius: 162.5px;
  border-radius: 162.5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium .circle-icon [class^="fa fa-"] {
  font-size: 36px;
  line-height: 1.1em;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-top {
  padding-top: 91.25px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-top .circle-icon {
  top: 0;
  left: 50%;
  margin-left: -40.625px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-bottom {
  padding-bottom: 91.25px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-bottom .circle-icon {
  bottom: 0;
  left: 50%;
  margin-left: -40.625px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-left {
  text-align: left;
  padding-left: 91.25px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-left .circle-icon {
  left: 0;
  top: 50%;
  margin-top: -40.625px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-right {
  text-align: left;
  padding-right: 91.25px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-right .circle-icon {
  right: 0;
  top: 50%;
  margin-top: -40.625px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large {
  /* The different icon positions */
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large .circle-icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large .circle-icon [class^="fa fa-"] {
  font-size: 44px;
  line-height: 1.1em;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top {
  padding-top: 110px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top .circle-icon {
  top: 0;
  left: 50%;
  margin-left: -50px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-bottom {
  padding-bottom: 110px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-bottom .circle-icon {
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-left {
  text-align: left;
  padding-left: 110px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-left .circle-icon {
  left: 0;
  top: 50%;
  margin-top: -50px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-right {
  text-align: left;
  padding-right: 110px;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-right .circle-icon {
  right: 0;
  top: 50%;
  margin-top: -50px;
}

.widget_headline-widget {
  text-align: center;
}

.widget_headline-widget h1 {
  padding-top: 20px;
  margin: 0;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  color: #444444;
  letter-spacing: 1px;
}

.widget_headline-widget h3 {
  padding-bottom: 20px;
  margin: 0;
  font-size: 14px;
  color: #666666;
  font-weight: 200;
}

.widget_headline-widget .decoration {
  border-top: 1px solid #EEE;
  position: relative;
  height: 1px;
  margin: 20px 60px 20px 60px;
}

/* =Custom Menu Widget in Header Area
----------------------------------------------- */
#header-sidebar .widget_nav_menu ul.menu,
#masthead-widgets .widget_nav_menu ul.menu {
  margin: 0;
}

#header-sidebar .widget_nav_menu ul.menu>li,
#masthead-widgets .widget_nav_menu ul.menu>li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

#header-sidebar .widget_nav_menu ul.menu>li:last-child,
#masthead-widgets .widget_nav_menu ul.menu>li:last-child {
  margin-right: 0;
}

#header-sidebar .widget_nav_menu ul.menu>li>a,
#masthead-widgets .widget_nav_menu ul.menu>li>a {
  display: block;
  text-decoration: none;
  color: #555555;
  font-weight: 500;
  padding: 0.75em 0;
  line-height: 1em;
}

#header-sidebar .widget_nav_menu ul.menu>li ul.sub-menu,
#masthead-widgets .widget_nav_menu ul.menu>li ul.sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  z-index: 120;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  top: 2.5em;
  left: -10px;
  background: white;
}

#header-sidebar .widget_nav_menu ul.menu>li ul.sub-menu li,
#masthead-widgets .widget_nav_menu ul.menu>li ul.sub-menu li {
  position: relative;
  list-style: none;
  width: 160px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
}

#header-sidebar .widget_nav_menu ul.menu>li ul.sub-menu li a,
#masthead-widgets .widget_nav_menu ul.menu>li ul.sub-menu li a {
  display: block;
  text-decoration: none;
  color: #777777;
}

#header-sidebar .widget_nav_menu ul.menu>li ul.sub-menu ul,
#masthead-widgets .widget_nav_menu ul.menu>li ul.sub-menu ul {
  display: none;
  top: -1px;
  left: 160px;
}

#header-sidebar .widget_nav_menu ul.menu>li>ul.sub-menu,
#masthead-widgets .widget_nav_menu ul.menu>li>ul.sub-menu {
  border-top: 2px solid #00bcff;
}

#header-sidebar .widget_nav_menu ul.menu li:hover>ul.sub-menu,
#masthead-widgets .widget_nav_menu ul.menu li:hover>ul.sub-menu {
  display: block;
}

/* =Custom Menu Widget in Footer Area
----------------------------------------------- */
#colophon .widget_nav_menu .sub-menu {
  margin-left: 0;
}

#colophon .widget_nav_menu .menu-item {
  padding-bottom: 0;
}

#colophon .widget_nav_menu .menu-item a {
  display: block;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #b9b9b9;
}

/* =Some row styling for page builder
----------------------------------------------- */
.panel-row-style {
  zoom: 1;
  margin: 0 -20px;
  padding: 25px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.panel-row-style:before {
  content: '';
  display: block;
}

.panel-row-style:after {
  content: '';
  display: table;
  clear: both;
}

.panel-row-style .panel-row-style {
  margin: 0;
}

.panel-row-style-wide-grey {
  background: #f6f6f6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.layout-full .panel-row-style.panel-row-style-wide-grey,
.layout-full .panel-row-style.panel-row-style-full-width,
.layout-full.panels-style-force-full .panel-row-style {
  margin: 0 -1000px;
  padding: 25px 1000px 25px 1000px;
}

.layout-boxed .panel-row-style {
  padding: 25px 35px;
}

.layout-boxed .panel-row-style.panel-row-style-wide-grey {
  margin: 0 -20px;
}

@media (max-width:680px) {
  body.responsive.layout-boxed .panel-row-style {
    margin: 0 -35px;
    padding: 25px 35px;
  }

  body.responsive.layout-boxed .panel-row-style.panel-row-style-wide-grey {
    margin: 0 -20px;
  }
}

.panel-grid-cell .flexslider {
  margin-bottom: 0;
}

/* =Styling for the Polylang widget in masthead
----------------------------------------------- */
#masthead .widget_polylang ul {
  list-style: none;
}

#masthead .widget_polylang ul li {
  display: block;
  float: left;
  margin-left: 10px;
}

.vantage-carousel-title {
  font-size: 14px;
  font-weight: bold;
  color: #3b3b3b;
  text-transform: uppercase;
  line-height: 1em;
}

.vantage-carousel-title .vantage-carousel-title-text {
  display: inline-block;
  padding-right: 15px;
}

.vantage-carousel-title a.next,
.vantage-carousel-title a.previous {
  background: #3a3a3a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  float: right;
  overflow: hidden;
  background-position: center center;
  margin-left: 2px;
  padding: 4px 4px 5px 4px;
}

.vantage-carousel-title a.next .vantage-icon-arrow-left,
.vantage-carousel-title a.previous .vantage-icon-arrow-left,
.vantage-carousel-title a.next .vantage-icon-arrow-right,
.vantage-carousel-title a.previous .vantage-icon-arrow-right {
  line-height: 10px;
  display: block;
  font-size: 8px;
  width: 8px;
  height: 8px;
  text-align: center;
}

.vantage-carousel-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

.vantage-carousel-wrapper .vantage-carousel {
  height: 200px;
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 99999px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.vantage-carousel-wrapper .vantage-carousel:before {
  content: '';
  display: block;
}

.vantage-carousel-wrapper .vantage-carousel:after {
  content: '';
  display: table;
  clear: both;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry {
  list-style: none;
  margin-left: 0;
  padding: 0;
  display: block;
  float: left;
  margin-right: 15px;
  width: 242px;
  overflow-x: hidden;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry:last-child {
  margin-right: 0;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail {
  line-height: 0;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a {
  display: block;
  width: 242px;
  height: 162px;
  background-size: 242px 162px;
  background-position: center center;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a,
.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a span.overlay {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a span.overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: #3279bb;
  opacity: 0;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a:hover {
  background-size: 272px 182px;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a:hover span {
  opacity: 0.5;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .default-thumbnail {
  display: block;
  width: 242px;
  height: 162px;
  background: #e8e8e8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e0e0e0), color-stop(1, #e8e8e8));
  background: -ms-linear-gradient(bottom, #e0e0e0, #e8e8e8);
  background: -moz-linear-gradient(center bottom, #e0e0e0 0%, #e8e8e8 100%);
  background: -o-linear-gradient(#e8e8e8, #e0e0e0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#e0e0e0', GradientType=0);
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry h3 {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  color: #474747;
  margin: 10px 0 0 0;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry h3 a {
  text-decoration: none;
  color: inherit;
}

.vantage-carousel-wrapper .vantage-carousel li.loading {
  display: block;
  width: 242px;
  height: 162px;
  float: left;
  background: url(images/carousel-loader.gif) #f6f6f6 center center no-repeat;
  margin: 0;
}

.vantage-grid-loop {
  zoom: 1;
  margin: 0 -15px 0 -15px;
}

.vantage-grid-loop:before {
  content: '';
  display: block;
}

.vantage-grid-loop:after {
  content: '';
  display: table;
  clear: both;
}

.vantage-grid-loop article {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
}

.grid-loop-columns-2.vantage-grid-loop article {
  width: 50%;
}

.grid-loop-columns-3.vantage-grid-loop article {
  width: 33.333%;
}

.grid-loop-columns-4.vantage-grid-loop article {
  width: 25%;
}

.grid-loop-columns-5.vantage-grid-loop article {
  width: 20%;
}

.grid-loop-columns-6.vantage-grid-loop article {
  width: 16.666%;
}

.vantage-grid-loop article .grid-thumbnail {
  display: block;
  padding: 5px;
  border: 1px solid #c2c5ca;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.vantage-grid-loop article .grid-thumbnail:hover {
  border-color: #00bafa;
  -webkit-box-shadow: 0 0 5px rgba(0, 187, 251, 0.75);
  -moz-box-shadow: 0 0 5px rgba(0, 187, 251, 0.75);
  box-shadow: 0 0 5px rgba(0, 187, 251, 0.75);
}

.vantage-grid-loop article .grid-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.vantage-grid-loop article h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
}

.vantage-grid-loop article h3 a {
  color: inherit;
  text-decoration: none;
}

.vantage-grid-loop article .excerpt {
  font-size: 12px;
  color: #777777;
  line-height: 1.25em;
}

.vantage-grid-loop article .excerpt p {
  margin: 0;
}

.vantage-grid-loop article a.more-button {
  display: block;
  text-decoration: none;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
}

.vantage-grid-loop article a.more-button i {
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 3px;
  background: url(images/sprites/more-icon.png) no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
  .vantage-grid-loop article a.more-button i {
    background: url(images/retina/more-icon.png);
    background-size: 5px 8px;
  }
}

.vantage-grid-loop .clear {
  clear: both;
}

.widget_siteorigin-panels-postloop h1.entry-title {
  margin-top: 0;
  margin-bottom: 0;
}

.widget_siteorigin-panels-postloop .pagination {
  margin-top: 20px;
}

@media (max-width:640px) {

  body.responsive .vantage-grid-loop article,
  body.responsive .vantage-circleicon-loop .widget_circleicon-widget {
    width: 50%;
  }
}

@media (max-width:480px) {

  body.responsive .vantage-grid-loop article,
  body.responsive .vantage-circleicon-loop .widget_circleicon-widget {
    float: none;
    width: 100%;
  }
}

.vantage-circleicon-loop {
  zoom: 1;
  margin: 0 -20px;
}

.vantage-circleicon-loop:before {
  content: '';
  display: block;
}

.vantage-circleicon-loop:after {
  content: '';
  display: table;
  clear: both;
}

.vantage-circleicon-loop .widget_circleicon-widget {
  float: left;
  clear: none;
}

.circleicon-loop-columns-2.vantage-circleicon-loop .widget_circleicon-widget {
  width: 50%;
}

.circleicon-loop-columns-3.vantage-circleicon-loop .widget_circleicon-widget {
  width: 33.333%;
}

.circleicon-loop-columns-4.vantage-circleicon-loop .widget_circleicon-widget {
  width: 25%;
}

.circleicon-loop-columns-5.vantage-circleicon-loop .widget_circleicon-widget {
  width: 20%;
}

.circleicon-loop-columns-6.vantage-circleicon-loop .widget_circleicon-widget {
  width: 16.666%;
}

.vantage-circleicon-loop .widget_circleicon-widget .circle-icon-box {
  padding-left: 20px;
  padding-right: 20px;
}

.vantage-circleicon-loop .clear {
  clear: both;
}

/* The button to display more posts. */
#infinite-handle span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  background: #4f5355;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #646464;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

#infinite-handle span:hover {
  background: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0), color-stop(1, #f0f0f0));
  background: -ms-linear-gradient(bottom, #d0d0d0, #f0f0f0);
  background: -moz-linear-gradient(center bottom, #d0d0d0 0%, #f0f0f0 100%);
  background: -o-linear-gradient(#f0f0f0, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0', GradientType=0);
  color: #606060;
}

#infinite-handle span button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#yoast-breadcrumbs,
#navxt-breadcrumbs {
  background: rgba(0, 0, 0, 0.025);
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 0.5em 0.75em;
  font-weight: 500;
  color: #474747;
}

#yoast-breadcrumbs a,
#navxt-breadcrumbs a {
  text-decoration: none;
}

.page-layout-no-masthead-margin #yoast-breadcrumbs,
.page-layout-no-masthead-margin #navxt-breadcrumbs {
  margin-top: 0;
}

@font-face {
  font-family: 'vantage-icons';
  src: url('icons/vantage-icons.eot');
  src: url('icons/vantage-icons.eot?#iefix') format('embedded-opentype'), url('icons/vantage-icons.woff') format('woff'), url('icons/vantage-icons.ttf?') format('truetype'), url('icons/vantage-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="vantage-icon-"],
[class*=" vantage-icon-"] {
  font-family: 'vantage-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vantage-icon-arrow-down:before {
  content: "\e600";
}

.vantage-icon-arrow-left:before {
  content: "\e601";
}

.vantage-icon-arrow-right:before {
  content: "\e602";
}

.vantage-icon-arrow-up:before {
  content: "\e603";
}

.vantage-icon-search:before {
  content: "\e604";
}

/* Ensure Vantage button styles don't impact JW Player buttons */
span.jwcontrols span button {
  background: initial;
  border: initial;
  border-radius: initial;
  box-shadow: initial;
  color: initial;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  padding: initial;
  text-decoration: initial;
  text-shadow: initial;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333333;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Prevent iOS Safari from overriding the colors for phone numbers */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/***13-06-2018**/
#squelch-taas-tab-content-0-0 p,
#squelch-taas-tab-content-0-4 p {
  color: #333;
}

/*.su-animate p {
  color: #333 !important;
}*/
.jssort01-99-66 {
  overflow: auto;
}

.custom-social-link .sow-headline-container h3.sow-headline {
  font-family: Roboto;
  font-weight: 400;
  text-align: center;
  color: #dd3333;
  line-height: 1.4em;
  font-size: 23px;
  padding-top: 0px;
}

.custom-social-link .social-media-button-container {
  text-align: center;
}

.custom-social-link .sow-icon-fontawesome[data-sow-icon]::before {
  content: none;
}

.custom-social-link .sow-headline-container .sow-headline {
  font-family: Roboto;
  font-weight: 400;
  text-align: center;
  color: #dd3333;
  line-height: 1.4em;
  font-size: 35px;
  margin-bottom: 15px;
}

.custom-social-link p.sow-sub-headline {
  font-family: Roboto;
  font-weight: 400;
  text-align: center;
  color: #e5c100;
  line-height: 1.4em;
  font-size: 16px;
  margin-top: 0%;
  margin-bottom: 0%;
}

.custom-social-link .social-media-button-container a {
  display: inline-block;
  border: none;
  padding: 0 15px;
  color: #dd3333;
}

/*.custom-social-link .social-media-button-container a:hover{ background: transparent !important; }*/
.custom-social-link .social-media-button-container a .sow-icon-fontawesome {
  display: inline-block;
  margin-bottom: 10px !important;
  width: auto;
  height: auto;
}

.custom-social-link .social-media-button-container a .fa {
  width: 43px;
  height: 43px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  border-radius: 5px;
  border: 1px solid;
}

.custom-social-link .social-media-button-container a .fa.fa-facebook {
  border-color: #3a5795;
  color: #3a5795;
}

.custom-social-link .social-media-button-container a:hover .fa.fa-facebook {
  background-color: #3a5795;
  color: #fff;
}

.custom-social-link .social-media-button-container a .fa.fa-twitter {
  border-color: #78bdf1;
  color: #78bdf1;
}

.custom-social-link .social-media-button-container a:hover .fa.fa-twitter {
  background-color: #78bdf1;
  color: #fff;
}

.custom-social-link .social-media-button-container a .fa.fa-instagram {
  border-color: #3d739c;
  color: #3d739c;
}

.custom-social-link .social-media-button-container a:hover .fa.fa-instagram {
  background-color: #3d739c;
  color: #fff;
}

.custom-social-link .social-media-button-container a .fa.fa-weixin {
  border-color: #7bb32e;
  color: #7bb32e;
}

.custom-social-link .social-media-button-container a:hover .fa.fa-weixin {
  background-color: #7bb32e;
  color: #fff;
}

.custom-social-link .social-media-button-container a .fa.fa-whatsapp {
  border-color: #7bb32e;
  color: #7bb32e;
}

.social-media-button-container a:hover .fa.fa-whatsapp {
  background-color: #7bb32e;
  color: #fff;
}

.so-widget-sow-social-media-buttons-wire-05b866bc0606 .social-media-button-container {
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px 20px 60px;
  border: 1px solid #888;
  width: 400px;
  /* Could be more or less, depending on screen size */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  box-sizing: border-box;
}

/* 26/7/21 */

/* The Close Button */
.popup_close {
  display: inline-block;
  width: 100%;
  background: #dd3333;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  box-sizing: border-box;
}

.popup_close_custom {
  display: inline-block;
  width: 100%;
  background: #dd3333;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px;
  box-sizing: border-box;
  text-align: center;
}

.popup_close_custom .close {
  color: #333;
  font-size: 13px;
  font-weight: normal;
  background: #fff;
  padding: 8px 20px;
  border-radius: 5px;
}

.popup_close .close {
  color: #333;
  float: right;
  font-size: 13px;
  font-weight: normal;
  background: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}

/* 26/7/21 */
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content h1 {
  font-size: 25px;
  margin-bottom: 16px;
  color: #dd3333;
}

/* .home #main{ background-color: #000; } */
#myBtns {
  cursor: pointer;
}

.custom-social-link .social-media-button-container .icon-musical-note {
  font-family: 'icomoon';
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 5px;
  border: 1px solid #7bb32e;
  color: #7bb32e;
  display: inline-block;
}

.custom-social-link .social-media-button-container a:hover .icon-musical-note {
  background-color: #7bb32e;
  color: #fff;
}

.custom-social-link .social-media-button-container a {
  cursor: pointer;
}

/*.custom-social-link{ background-color: #000; padding-top:0px; }*/
#sow-editor-3 img,
#sow-editor-5 img {
  margin-right: 5px;
}

#test-1 {
  z-index: 99999999999;
  overflow: hidden;
}

#test-1 .modal-content {
  margin: 0 auto;
  padding: 0;
}

#test-1 .close_test {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  background-color: darkred;
  color: #fff;
  padding: 10px 20px;
}

/*#pg-40-2 > .panel-row-style {
  background-color: #000000;
  background-image: url(images/bg-12.png);
  background-position: center center;
  background-repeat: no-repeat;
}*/
#pg-40-1>.panel-row-style {
  background-image: url(images/flash.png);
}

#pg-40-0>.panel-row-style {
  background-repeat: no-repeat !important;
}

.su-animate #gallery-con1 {
  width: 80% !important;
  border: none !important;
  padding-top: 200px !important;
  -webkit-box-shadow: 0 30px 50px -18px #6b6b6b;
  -moz-box-shadow: 0 30px 50px -18px #6b6b6b;
  box-shadow: 0 30px 50px -18px #6b6b6b;
}

#gallery-con1 #thumbnails1 #left-arrow1,
#gallery-con1 #thumbnails1 #right-arrow1,
#gallery-con1 #thumbnails1 #playtoggle1 {
  display: none !important;
}

#gallery-con1 #thumbnails1 {
  background: #000 !important;
  border-top: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: auto !important;
  box-shadow: none !important;
}

#gallery-con1 #thumbnails1 #thumbcon1 {
  width: 100% !important;
  height: 200px !important;
  overflow-y: auto !important;
}

#gallery-con1 #thumbnails1 #thumbcon1 .thumb {
  border-color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  width: 25% !important;
  display: block !important;
  float: left;
  box-sizing: border-box;
  height: 100px !important;
}

#gallery-con1 #gallery-main1 {
  box-shadow: none !important;
}

.Rich_Web_VSlider_TS_PlayIcon1 {
  margin-top: 200px;
}

#gallery-con1 .Rich_Web_TS_Play_Video_Div1 {
  top: 200px !important;
}

/*17-april-2020*/
.account-page-form .lostpassword-submit #reset-pass-submit {
  background: #dd3333;
  box-shadow: none;
  text-shadow: none;
  font-family: inherit;
  outline: none !important;
  margin: 0;
  opacity: 1;
  -webkit-appearance: none;
  vertical-align: middle !important;
  height: auto !important;
  font-size: 15px;
  cursor: pointer !important;
  color: #ffffff;
  border: 0;
  transition: 0.25s;
  margin-top: 15px;
  padding: 16px 60px;
}

.account-page-form .lostpassword-submit #reset-pass-submit:hover {
  background-color: #e5c100;
}

.account-page-form #somfrp_user_info {
  border: 2px solid #ddd !important;
  cursor: text !important;
  font-size: 15px !important;
  height: 40px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  margin: 0 !important;
  position: static;
  outline: none !important;
  max-width: 450px;
  width: 100%;
  padding: 10px 10px;
}

.account-page-form {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.account-page-form .somfrp-lost-pass-form-text p {
  font-size: 18px;
  color: #777;
  line-height: normal;
}

#password-lost-form-wrap .som-password-error-message span {
  color: #dd3333;
  text-align: center;
  font-size: 16px;
}

#password-lost-form-wrap .som-password-sent-message span {
  text-align: center;
  font-size: 16px;
  color: #3e750c;
}

/*17-april-2020*/

/* 4-decemeber-2020 */

/* change in tab of contact page */
.so-widget-sow-tabs-default-02e4508ec074 .sow-tabs .sow-tabs-tab-container {
  background-color: #e5c100;
}

.so-widget-sow-tabs-default-02e4508ec074 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  color: black
}

.so-widget-sow-tabs-default-02e4508ec074 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected,
.so-widget-sow-tabs-default-02e4508ec074 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
  color: red
}

/* .so-widget-sow-tabs-default-02e4508ec074 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title{color: black;} */

/*close change in tab of contact page */

/*3-1-*2022*/
.metaslider .theme-default .nivo-directionNav a {
  text-indent: unset !important;
  font-size: 0;
  background: transparent !important;
  height: 62px !important;
  top: 45%;
  opacity: 1 !important;
}
.metaslider .slides_nav.prev,
.metaslider .nivo-prevNav::after {
  content: "\f104";
  display: block;
  font-family: FontAwesome;
  color: rgba(194, 194, 194, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font-size: 70px;
}
.metaslider .slides_nav.next,
.metaslider .nivo-nextNav::after {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  color: rgba(194, 194, 194, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font-size: 70px;
}

@media screen and (max-width:1000px) {
  .metaslider .theme-default .nivo-directionNav a {
    top: 35%;
  }
}

/* 4-decemeber-2020 */
@media screen and (max-width:767px) {
  .terminated-notice .modal-content {
    width: 90%;
    margin-top: 40%;
  }
  .metaslider .theme-default .nivo-directionNav a {
    top: 28%;
    right: 0% !important;
  }

  .metaslider .nivo-prevNav::after {
    font-size: 50px;
  }

  .metaslider .nivo-nextNav::after {
    font-size: 50px;
  }

  /*  #mega-menu-wrap-primary .mega-menu-toggle{background:linear-gradient(359deg,#900000,#dd3333)!important;}*/

  /*#pg-2012-0 > .panel-row-style, #pg-2012-1 > .panel-row-style, #pg-2012-2 > .panel-row-style, #pg-2012-3 > .panel-row-style{ background-color: darkred !important; }*/
  .home .site-content .sow-icon-ionicons,
  .home .site-content .sow-icon-icomoon,
  .home .site-content .sow-icon-fontawesome {
    color: yellow !important;
  }

  #pg-40-1>.panel-row-style,
  #pg-2012-1>.panel-row-style {
    background-image: url("images/flash-mobile.png") !important;
    /*background:no-repeat;*/
  }

  .custom-social-link {
    background-color: transparent;
  }

  /*#pg-40-0 .panel-row-style, #pg-40-1 .panel-row-style, #pg-40-2 .panel-row-style{ background: darkred !important; }*/

  /*#pg-40-0 .panel-row-style, #pg-40-1 .panel-row-style, #pg-40-2 .panel-row-style {  background-color: darkred !important; }*/

  .su-animate #gallery-con1 {
    width: 100% !important;
  }

  #gallery-con1 #thumbnails1 #thumbcon1 .thumb {
    width: 50% !important;
  }

  /*video*/
  body .entainment-videos .youtube-videos .playbtn span {
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    font-size: 16px;
  }

  body .entainment-videos .youtube-videos {
    padding: 8px;
    padding-right: 0
  }

  body .entainment-videos .youtube-video-thumb .slick-track::-webkit-scrollbar {
    width: 8px;
  }

  .page-template-default article.post .entry-header h1.entry-title,
  .page-template-default article.page .entry-header h1.entry-title {
    font-size: 25px
  }

  .entainment-videos {
    margin: -14px -13px 0 -23px;
  }

  body .entainment-videos .youtube-videos .youtube-video-thumb .thumb,
  body .entainment-videos .youtube-video-thumb .slick-list .slick-slide {
    height: 100px;
  }

  body .entainment-videos .youtube-videos .youtube-video-thumb {
    width: 100%;
    height: 300px;
    z-index: 9999;
  }

  body .entainment-videos .youtube-videos .video-view {
    height: 280px;
  }

  body .entainment-videos .youtube-videos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 600px;
  }

  body .entainment-videos .youtube-video-thumb .slick-list .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: wrap;
    flex-wrap: wrap;
  }

  body .entainment-videos .youtube-video-thumb .slick-list .slick-slide {
    width: 100% !important;
  }

  body .entainment-videos .loader_ajax_media {
    width: 111%;
    height: 63%;
    top: 46%;
    left: 50%;
  }

  body .entainment-videos .youtube-videos .video-view .video-cover-image {
    width: 97%;
  }

  /*body .entainment-videos .fluid-width-video-wrapper {
    width: 98%;
    position: relative;
    padding: 0;
    top: 0;
    height: 94px;
  }*/

  /*end video*/
}

@media screen and (max-width:600px) {
  .modal-content {
    width: 90%;
  }

  .su-animate #gallery-con1 {
    padding-top: 160px !important;
  }

  #gallery-con1 #thumbnails1 #thumbcon1 {
    height: 160px !important;
  }

  #gallery-con1 #thumbnails1 #thumbcon1 .thumb {
    width: 50% !important;
    height: 80px !important;
  }

  .Rich_Web_VSlider_TS_PlayIcon1 {
    margin-top: 160px;
  }

  #gallery-con1 .Rich_Web_TS_Play_Video_Div1 {
    top: 160px !important;
  }

  .account-page-form .lostpassword-submit #reset-pass-submit {
    padding: 16px 40px;
  }

  body .entainment-videos .youtube-videos {
    height: auto;
  }

  body .entainment-videos .youtube-videos .video-view {
    height: 190px;
  }
}

/*============================
DATE: 4 July 2019
=============================*/
.entertainment_btn {
  background: #dd3333;
  color: #fff !important;
  padding: 11px 22px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  border-radius: 12px;
}

.text-center {
  text-align: center;
  margin: 10px 0;
}

.mobile-game-page .gameCatList .btnIsotope {
  background: transparent !important;
  border-color: transparent;
  box-shadow: none;
  border: 1px solid #968787 !important;
  border-radius: 20px !important;
  color: #968787 !important;
  padding: 10px 20px !important;
  height: auto !important;
  outline: none;
}

.mobile-game-page .gameCatList {
  display: flex;
  justify-content: flex-start;
}

.mobile-game-page .grid {
  height: auto !important;
  overflow: auto !important;
}

.mobile-game-page .grid ul {
  display: block;
  width: 100%;
  clear: both;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-height: 420px;
}

.mobile-game-page .grid ul li {
  margin: 10px 0;
}

.mobile-game-page .grid ul li .thumbnail {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
  overflow: unset;
}

.mobile-game-page .grid ul li .game-images-area {
  width: 12%;
  flex: 0 0 12%;
}

.mobile-game-page .grid ul li .game-details-part {
  width: 88%;
  flex: 0 0 88%;
  box-sizing: border-box;
  padding-left: 20px;
}

.mobile-game-page .game-details-part h4 {
  margin: 0;
  margin-bottom: 8px;
}

.mobile-game-page .game-details-part h4 a {
  color: #1d1c1c;
}

.mobile-game-page .game-details-part div {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 8px;
}

.mobile-game-page .game-details-part .download-button {
  color: #fff;
  background: #dd3333;
  padding: 4px 10px;
  border-radius: 4px;
}

.mobile-game-page .game-details-part .download-button:hover {
  background: #000;
}

.mobile-game-page .grid ul li .game-images-area img {
  border-radius: 6px;
}

.mobile-game-page .gameCatList .btnIsotope.is-checked {
  background: #dd3333 !important;
  border-color: #dd3333 !important;
  color: #fff !important;
}

@media only screen and (max-width:1024px) {

  #mega-menu-item-2112,
  li#mega-menu-item-2114 {
    /*position: absolute !important;
            top: -56px !important;*/
    z-index: 9;
    right: 0px !important;
  }

  .mobile-game-page .grid ul li .game-images-area {
    width: 15%;
    flex: 0 0 15%;
  }

  .mobile-game-page .grid ul li .game-details-part {
    width: 85%;
    flex: 0 0 85%;
  }

  .mobile-game-page .game-details-part h4 {
    font-size: 20px;
  }

  .mobile-game-page .gameCatList .btnIsotope {
    padding: 10px 12px !important;
  }
}

@media only screen and (max-width:600px) {
  .mobile-game-page .grid ul li .game-images-area {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .mobile-game-page .grid ul li .game-details-part {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-bottom: 10px;
  }

  .mobile-game-page .game-details-part h4 {
    font-size: 20px;
    padding-top: 15px;
  }

  .mobile-game-page .grid ul li .game-images-area img {
    max-width: 200px;
  }

  .mobile-game-page .gameCatList {
    flex-wrap: wrap;
  }

  .mobile-game-page .gameCatList .btnIsotope {
    padding: 10px 8px !important;
    height: auto !important;
    outline: none;
  }
}

/* menu language switcher 

a.mega-menu-link.en_vintage_class {
padding: 0px !important;
margin-left: -24px !important;
margin-bottom: -31px !important;
margin-top: 28px !important;
}*/
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: 35px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
  top: 0;
  right: 0;
  opacity: 1 !important;
  left: 4px !important;
}

#mega-menu-item-2114 span:not(.mega-indicator):after {
  opacity: 0 !important;
}

#mega-menu-item-2102 span:not(.mega-indicator):after {
  opacity: 0 !important;
}

/* close menu language switcher */

/*#mega-menu-item-2114 span, 
#mega-menu-item-2112 span {
  position: relative;
}
#mega-menu-item-2114 span:after,
#mega-menu-item-2112 span:after {
  content: 'Language';
  position: absolute;
  color: red;
  top: -30px;
  left: -30px;
  background: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  display: inline-block;
  opacity: 0;
}
#mega-menu-item-2114:hover span:after {
opacity: 1;
}
#mega-menu-item-2112:hover span:after {
opacity: 1;
}
.mega-sub-menu li span:after, 
.mega-sub-menu li:hover span:after {
display: none !important;
opacity: 0 !important;
content: '' !important;
}
#mega-menu-item-2114 .mega-sub-menu li:hover span:after,
#mega-menu-item-2112 .mega-sub-menu li:hover span:after {
display: none !important;
opacity: 0 !important;
}*/

/*==============================
VIDEO GALLEY FILTER
==============================*/
.videogwrapper {
  width: 80%;
  position: relative;
  margin: 0 10% !important;
}

.btnIsotope {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #DD3333;
  cursor: pointer;
  padding: 5px 12px;
  margin: 0 3px;
  min-width: 105px;
  border: 1px solid #DD3333;
  text-shadow: none;
  height: 35px;
  font-size: 14px;
  border-radius: 0;
}

.btnIsotope:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #DD3333;
}

.grid {
  margin-top: 25px;
  height: 200px !important;
  overflow-x: hidden;
  background-color: #000;
}

.button-group {
  text-align: center;
}

.colsm3 {
  width: 24.5%;
  margin: 2px;
  float: left;
  position: relative !important;
  display: inline-block;
  left: 0 !important;
  top: 0 !important;
}

.colsm3 .thumbnail {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 109px !important;
  width: 100%;
}

.colsm3 .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.4s ease-in-out;
}

.embaddvideo {
  height: 500px;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.coverimage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.coverimage img {
  height: 100%;
  width: 100%;
}

.playicon {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 21px;
  display: block;
  text-align: center;
  width: 80px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.playicon:hover {
  background-color: rgba(221, 51, 51, 1);
  color: #ffff;
}

.videoframe {
  height: 100%;
  width: 100%;
}

.videoframe iframe {
  width: 100%;
  height: 100%;
}

.btnpostcomment {
  background: #dd3333 !important;
  border: none;
  color: #fff !important;
  padding: 11px 22px !important;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-shadow: none !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
  margin-top: 10px;
  border-color: #dd3333 !important;
}

.formwrap textarea {
  height: 130px;
  padding: 10px;
  width: 100%;
}

.formwrap .comment-reply-title,
.comment_Form .comment-reply-title {
  color: #333333 !important;
  font-size: 18px;
  margin: 15px 0 20px 0;
  position: relative;
}

.formwrap label {
  color: #fff;
}

.formwrap .comment-reply-title:after,
.comment_Form .comment-reply-title:after {
  content: "";
  height: 1px;
  width: 60px;
  background: #fff;
  left: 0;
  bottom: -7px;
  position: absolute;
}

.comment_Form,
.formwrap .comment-reply-title,
.comment_Form .comment-reply-title {
  color: #333333 !important;
}

.logged-in .comment_Form {
  color: #fff;
}

.home .comment_Form .formwrap .comment-reply-title {
  font-family: Open Sans;
  font-weight: 600;
  text-align: left;
  color: #dd3333 !important;
}

.home .comment_Form .formwrap .comment-reply-title:after {
  visibility: hidden;
}

.home .comment_Form .formwrap {
  color: #fff;
}

.home .comment_title {
  color: #fff;
}

.home .btnpostcomment {
  box-shadow: none !important;
}

.home .commentlist li {
  list-style: none;
}

.home .commentlist li .comment-content p {
  color: #fff;
}

.commentlist li .comment-content {
  color: #333333 !important;
}

.so-widget-sow-hero-default-3323a72f296b .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .sow-hero-buttons {
  margin-top: 20px;
}

/* #pg-40-1 .panel-row-style {    background-color: darkred !important; } */

/* .button-group.filters-button-group.videoCatList button:nth-of-type(1) {    display: none;  } */
.video-notification {
  margin-top: -55px;
}

.entry-content h2.comment-reply-title {
  font-family: Open Sans;
  font-weight: 600;
  text-align: left;
  color: #dd3333 !important;
  font-size: 18px;
}

.video-notification+h2.comment-reply-title,
.video-notification+h2.comment-reply-title+p.msj-ptag,
.video-notification+.comment_Form,
.comment_Form>.video-notification+.formwrap {
  margin-left: -10%;
}

.comment_Form>.video-notification {
  margin-top: 5px;
}

.comment_Form>.video-notification+.formwrap .form-group label {
  color: #333333;
}

#myModalDouYin2_albies span.link_text {
  display: block;
  width: 100%;
  padding-bottom: 3px;
}

.games-bg,
.casino-bg,
.horse-racing-bg,
.socker-bg {
  position: relative;
  padding: 0px;
}

.socker-bg:before {
  background: url(images/soccer-bg.png) center bottom;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background-size: cover;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
  height: 100%;
}

.horse-racing-bg .textwidget,
.games-bg .textwidget,
.casino-title,
.games-title,
.horse-racing-title,
.casino-bg>.textwidget,
.socker-bg>.so-widget-sow-image-grid {
  position: relative;
  z-index: 2;
}

.so-widget-sow-headline {
  position: relative;
  z-index: 2;
}

/* November 2021 */
#pg-40-4,
#pg-2012-5 {
  width: 85%;
  margin: 0 auto;
}

.horse-racing-bg .textwidget,
.games-bg .textwidget,
.casino-title,
.games-title,
.horse-racing-title,
.casino-bg>.textwidget,
.sports-bg>.textwidget,
.socker-bg>.so-widget-sow-image-grid {
  position: relative;
  z-index: 2;
}

.so-widget-sow-headline {
  position: relative;
  z-index: 2;
}

.sports-bg:before {
  background: url(images/soccer-bg.png) center bottom;
  content: "";
  left: 0;
  top: -130px;
  position: absolute;
  z-index: 1;
  background-size: cover;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
  height: 100%;
  padding-bottom: 130px;
}

.casino-bg:before {
  background: url(images/casino-bg.png) center bottom;
  content: "";
  left: 0;
  top: -145px;
  position: absolute;
  z-index: 1;
  background-size: cover;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
  height: 100%;
  padding-bottom: 150px;
}

.games-bg:before {
  background: url(images/electronic-game-bg.png) center center;
  content: "";
  left: 0;
  top: -145px;
  position: absolute;
  z-index: 1;
  background-size: cover;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
  height: 100%;
  padding-bottom: 150px;
}

.horse-racing-bg:before {
  background: url(images/horse-racing-bg.png) center top;
  content: "";
  left: 0;
  top: -107px;
  position: absolute;
  z-index: 1;
  background-size: cover;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
  height: 100%;
  padding-bottom: 105px;
}

/* November 2021 */
.games-title h1.sow-headline {
  color: #dc2d1d !important;
}

.page-id-3292 .custom_user,
.page-id-3297 .custom_user {
  background: url(images/entertainment-bg.jpg) no-repeat !important;
  background-size: cover !important;
  background-position: right bottom !important;
}

.video-notification {
  color: #fff;
}

.form-group label {
  color: #fff;
}

.entry-content h2.comment-reply-title {
  font-family: Open Sans;
  font-weight: 600;
  text-align: left;
  color: #ffa41e !important;
  font-size: 18px;
}

.page-id-3292.page-template-default article.post .entry-header h1.entry-title {
  color: #fd9c1d;
}

.casino-bg:before {
  background: url(images/casino-bg.png) center bottom;
  content: "";
  left: 0;
  top: -105px;
  position: absolute;
  z-index: 1;
  background-size: cover;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
  height: 100%;
  padding-bottom: 105px;
}

.games-bg:before {
  background: url(images/electronic-game-bg.png) center center;
  content: "";
  left: 0;
  top: -106px;
  position: absolute;
  z-index: 1;
  background-size: cover;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
  height: 100%;
  padding-bottom: 105px;
}

.games-title h1.sow-headline {
  color: #dc2d1d !important;
}

.page-id-3292 .custom_user,
.page-id-3297 .custom_user {
  background: url(images/entertainment-bg.jpg) no-repeat !important;
  background-size: cover !important;
  background-position: right bottom !important;
}

.video-notification {
  color: #fff;
}

.form-group label {
  color: #fff;
}

.entry-content h2.comment-reply-title {
  font-family: Open Sans;
  font-weight: 600;
  text-align: left;
  color: #ffa41e !important;
  font-size: 18px;
}

.page-id-3292.page-template-default article.post .entry-header h1.entry-title {
  color: #fd9c1d;
}

/* .home #main {
  background-color: #8b0000;
} */
.custom-social-link .sow-headline-container h3.sow-headline,
.so-widget-sow-headline-default-cc86e67c65d3 .sow-headline-container h1.sow-headline,
.custom-social-link .sow-headline-container .sow-headline {
  color: #ffb100;
}

.custom-social-link .social-media-button-container a {
  color: #fff;
}

.custom-social-link p {
  color: #fff !important;
}

.transparent-bg {
  background: none !important
}

.home #sfwa_footer {
  position: relative;
}

.home #sfwa_footer:before {
  background: #000;
  content: "";
  left: 0;
  top: 0px;
  position: absolute;
  z-index: 1;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
  height: 100%;
}

.home #sfwa_footer .footer-information,
.home #sfwa_footer .footer-creditibility {
  position: relative;
  z-index: 2
}

.modal {
  z-index: 9
}

.so-widget-sow-image-grid-default-6961102bfa3a .sow-image-grid-wrapper .sow-image-grid-image img {
  border: 2px solid #dd3333;
  border-radius: 10px;
}

.mis-slider_4 {
  background-color: #da3430 !important;
}

.mis-slider_3 {
  background-color: #ffd643 !important;
}

.row.wechats-colms {
  display: flex;
  flex-wrap: wrap;
}

.row.wechats-colms .col-sm-4 {
  padding: 0 15px;
  flex-basis: 33%;
  max-width: 33%;
  box-sizing: border-box;
  text-align: center;
}

.row.wechats-colms .col-sm-4 h5 {
  font-size: 16px;
}

.steps-bg {
  position: relative;
}

.steps-bg:before {
  background: url(images/step-bg.jpg) center bottom;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background-size: cover;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
  height: 100%;
}

.steps-bg .panel-grid-cell {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width:767px) {

  .video-notification+h2.comment-reply-title,
  .video-notification+h2.comment-reply-title+p.msj-ptag,
  .video-notification+.comment_Form,
  .comment_Form>.video-notification+.formwrap {
    margin-left: 0;
  }

  .row.wechats-colms .col-sm-4 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .socker-bg:before {
    background-image: url(images/soccer-mobile-bg.jpg);
  }

  .casino-bg:before {
    background-image: url(images/casino-mobile-bg.jpg);
    padding-bottom: 70px;
    top: -70px;
  }

  .games-bg:before {
    background-image: url(images/electronics-mobile-bg.jpg);
  }

  .horse-racing-bg:before {
    padding-bottom: 70px;
    top: -70px;
    background-image: url(images/horse-racing-mobile-bg.jpg);
  }

  .page-id-3292 .custom_user {
    background-position: center top !important;
  }

  .steps-bg:before {
    background-position: left bottom;
  }

  div#panel-40-2-0-9 {
    padding-top: 46px;
  }

  .custom-social-link .social-media-button-container a {
    padding: 0 4px;
    font-size: 11px;
  }
}

@media only screen and (max-width:560px) {
  .row.wechats-colms .col-sm-4 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

/*============================
DATE: 12 July 2021
=============================*/
.goal_55_iframe {
  width: 100%;
  height: 1000px;
}

.fullscreen_instr {
  text-align: center;
  margin-top: 40px !important;
}

.frame_p_area iframe {
  margin-top: 12px !important;
}

.right_cross_end {
  float: right;
  background: #d33;
  padding: 8px 12px;
  border-radius: 2px;
  color: white;
  font-weight: 800;
}

.right_cross_end:hover {
  cursor: pointer;
}

.score_news_post {
  float: left;
  max-width: 25%;
  padding: 0px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  width: 100%;
}

.score_news_post a {
  color: #8b0000;
}

.score_news_post img {
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  width: auto;
  margin-left: auto;
  display: block;
  height: auto;
  max-height: 120px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
}

.goal_modal .modal-content {
  width: 650px !important;
  max-width: 100%;
}

.scores_news_ad_banner {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.goal_front_img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.goal_front_img img:hover {
  cursor: pointer;
}

.scores_news_ad_banner img {
  max-width: 100%;
}

.download-tiktok-button {
  margin-left: auto;
  margin-right: auto;
  background: #dd3333;
  color: #fff !important;
  padding: 11px 22px !important;
  display: inline-block !important;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}

.tiktok1 .modal-content {
  width: 1024px;
  max-width: 100%;
}

.modal-flex {
  display: flex;
  flex-wrap: wrap;
}

.modal-content-data {
  width: 100%;
  max-width: 70%;
}

.ad_banner_tik_tok {
  width: 100%;
  max-width: 30%;
}

.douyin_accounts,
.tik_tok_posts {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding: 0px 10px 0px 0px;
  box-sizing: border-box;
}

.tiktok_fun,
.tiktok_influence,
.douyin_fun,
.douyin_influence {
  width: 50%;
  float: left;
}

.tiktok_fun h3,
.tiktok_influence h3,
.douyin_fun h3,
.douyin_influence h3 {
  margin-bottom: 15px;
  color: #dd3333;
  font-size: 16px;
}

.douyin_accounts p,
.tik_tok_posts p {
  margin-bottom: 0px;
}

.douyin_accounts:nth-child(2n),
.tik_tok_posts:nth-child(2n) {
  clear: left;
}

.ad_banner_tik_tok img {
  max-width: 100%;
}

@media (max-width:767px) {
  .score_news_post {
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
  }

  .modal-content-data {
    width: 100%;
    max-width: 100%;
  }

  .ad_banner_tik_tok {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .douyin_accounts,
  .tik_tok_posts {
    width: 100%;
  }

  .tiktok_fun,
  .tiktok_influence,
  .douyin_fun,
  .douyin_influence {
    width: 100%;
  }

  .social-media-button-container {
    width: 100% !important;
  }
}

/* November 2021 */
.mis-slider_8 {
  background-color: transparent !important;
}

.mis-slider_8 li img {
  border: 1px solid #e5c100 !important;
  padding: 10px;
  box-shadow: 0 30px 33px -18px #e5c100 !important;
  -webkit-box-shadow: 0 30px 33px -18px #e5c100 !important;
}

.livestream_heading {
  text-align: center;
}

.notice_pg_ls {
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
}

.strm_1,
.strm_2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

.strm_1 a,
.strm_2 a {
  color: #248cc8 !important;
}

.strm_1 a:hover,
.strm_2 a:hover {
  color: #f47e3c !important;
}

h3.strm_hd {
  font-size: 20px !important;
  color: #dd3333 !important;
  position: relative;
}

h3.strm_hd:before {
  content: '';
  height: 1px;
  width: 16%;
  left: 8%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #dd3333;
  position: absolute;
  top: 35px;
}

.strm_2 .night-2 {
  flex: 0 0 25%;
}

/* November 2021 */
@media (max-width:767px) {
  .sow-features-list .sow-features-feature .textwidget {
    margin-bottom: 3em !important;
  }

  .score_news_post {
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
  }

  .modal-content-data {
    width: 100%;
    max-width: 100%;
  }

  .ad_banner_tik_tok {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .douyin_accounts,
  .tik_tok_posts {
    width: 100%;
  }

  .tiktok_fun,
  .tiktok_influence,
  .douyin_fun,
  .douyin_influence {
    width: 100%;
  }

  .social-media-button-container {
    width: 100% !important;
  }
}

/*15th november 2021 start*/

/*slider CSS start*/

.promotion_container .promotion_carousel .slick-slide img:hover,
.sports_slider .game_carousel .slick-slide .slide_content img:hover,
.games_slider .game_carousel .slick-slide .slide_content img:hover,
.horse_slider .horse_carousel .slide_content img:hover,
.horse_slider .horse_carousel .slick-slide .slide_content img:hover,
.casino_slider .game_carousel .slick-slide .slide_content img:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.promotion_container .promotion_carousel .slick-center.slick-current img,
.casino_slider .game_carousel .slick-center.slick-current .slide_content img,
.sports_slider .game_carousel .slick-center.slick-current .slide_content img,
.games_slider .game_carousel .slick-center.slick-current .slide_content img,
.horse_slider .horse_carousel .slick-center.slick-current .slide_content img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
}

.horse_slider .horse_carousel .slide_content img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.promotion_container .promotion_carousel .slick-center.slick-current p,
.horse_slider .horse_carousel .slide_content p,
.horse_slider .horse_carousel .slick-center.slick-current .slide_content p,
.casino_slider .game_carousel .slick-center.slick-current .slide_content p,
.sports_slider .game_carousel .slick-center.slick-current .slide_content p,
.games_slider .game_carousel .slick-center.slick-current .slide_content p {
  transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.promotion_container .promotion_carousel .slick-cloned.slick-center[data-slick-index="-1"] img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}

.social_live_stream_mod .modal-content {
  width: 650px !important;
  max-width: 100%;
}

.promotion_container .promotion_carousel .slick-prev:before,
.sports_slider .game_carousel .slick-prev:before,
.games_slider .game_carousel .slick-prev:before,
.horse_slider .horse_carousel .slick-prev:before,
.horse_slider .horse_carousel .slick-prev:before,
.casino_slider .game_carousel .slick-prev:before {
  color: #fff;
  opacity: 1;
  content: "\f104";
  display: block;
  font-size: 40px;
  font-family: FontAwesome;
}

.promotion_container .promotion_carousel .slick-prev:before,
.promotion_container .promotion_carousel .slick-next:before {
  color: #dd3333 !important;
}

.promotion_container .promotion_carousel .slick-next:before,
.sports_slider .game_carousel .slick-next:before,
.games_slider .game_carousel .slick-next:before,
.horse_slider .horse_carousel .slick-next:before,
.horse_slider .horse_carousel .slick-next:before,
.casino_slider .game_carousel .slick-next:before {
  color: #fff;
  opacity: 1;
  content: "\f105";
  display: block;
  font-size: 40px;
  font-family: FontAwesome;
}

.promotion_container .promotion_carousel .slick-prev,
.promotion_container .promotion_carousel .slick-next,
.sports_slider .game_carousel .slick-prev,
.sports_slider .game_carousel .slick-next,
.games_slider .game_carousel .slick-prev,
.games_slider .game_carousel .slick-next,
.horse_slider .horse_carousel .slick-prev,
.horse_slider .horse_carousel .slick-next,
.horse_slider .horse_carousel .slick-prev,
.horse_slider .horse_carousel .slick-next,
.casino_slider .game_carousel .slick-prev,
.casino_slider .game_carousel .slick-next {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.promotion_container .promotion_carousel .slick-prev:focus,
.promotion_container .promotion_carousel .slick-next:focus,
.sports_slider .game_carousel .slick-prev:focus,
.sports_slider .game_carousel .slick-next:focus,
.games_slider .game_carousel .slick-prev:focus,
.games_slider .game_carousel .slick-next:focus,
.horse_slider .horse_carousel .slick-prev:focus,
.horse_slider .horse_carousel .slick-next:focus,
.horse_slider .horse_carousel .slick-prev:focus,
.horse_slider .horse_carousel .slick-next:focus,
.casino_slider .game_carousel .slick-prev:focus,
.casino_slider .game_carousel .slick-next:focus {
  border: 0;
}

.promotion_container .promotion_carousel .slick-slide img {
  border: 1px solid #dd3333;
  padding: 10px;
  box-shadow: 0 30px 33px -18px #dd3333;
  -webkit-box-shadow: 0 30px 33px -18px #dd3333;
  -moz-box-shadow: 0 30px 33px -18px #dd3333;
  margin: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0 auto;
  max-width: 170px;
  width: 100%;
  height: 160px;
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.sports_slider .game_carousel .slick-slide .slide_content img,
.games_slider .game_carousel .slick-slide .slide_content img,
.horse_slider .horse_carousel .slide_content img,
.horse_slider .horse_carousel .slick-slide .slide_content img,
.casino_slider .game_carousel .slick-slide .slide_content img {
  max-width: 290px;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px solid #dd3333;
  height: 179px;
  margin: 0 auto;
  box-shadow: 0 30px 33px -18px #0084aa;
  -moz-box-shadow: 0 30px 33px -18px #0084aa;
  -webkit-box-shadow: 0 30px 33px -18px #0084aa;
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.horse_slider .horse_carousel .game_carou:nth-child(2) .slide_content img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

.horse_slider .horse_carousel .slide_content p,
.horse_slider .horse_carousel .slick-slide .slide_content p,
.casino_slider .game_carousel .slick-slide .slide_content p {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.promotion_container .promotion_carousel .slick-slide p {
  text-align: center;
  color: #dd3333;
  font-weight: 600;
  font-size: 16px;
}

.sports_slider .game_carousel .slick-slide .slide_content p,
.games_slider .game_carousel .slick-slide .slide_content p,
.horse_slider .horse_carousel .slide_content p,
.horse_slider .horse_carousel .slick-slide .slide_content p,
.casino_slider .game_carousel .slick-slide .slide_content p {
  text-align: center;
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-weight: 600;
  width: 100%;
  max-width: 150px;
  font-size: 16px;
}

.sports_slider .game_carousel .slick-slide .slide_content,
.games_slider .game_carousel .slick-slide .slide_content,
.horse_slider .horse_carousel .slide_content,
.horse_slider .horse_carousel .slick-slide .slide_content,
.casino_slider .game_carousel .slick-slide .slide_content {
  position: relative;
  margin: 50px 0px;
}

.games_slider .game_carousel .slick-center.slick-current .slide_content p,
.sports_slider .game_carousel .slick-center.slick-current .slide_content p,
.casino_slider .game_carousel .slick-center.slick-current .slide_content p,
.horse_slider .horse_carousel .slick-center.slick-current .slide_content p {
  top: -29%;
}

.sports_slider .game_carousel .slick-slide a:hover,
.games_slider .game_carousel .slick-slide a:hover {
  color: #dd3333;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.promotion_container .promotion_carousel .slick-slide p {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 15px auto;
}

.home #pg-40-2 .panel-row-style,
.home #pg-2012-2 .panel-row-style {
  padding: 0;
}

.horse_slider .horse_carousel {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

/*slider CSS end*/
.page-id-5937 .livestream_heading,
.page-id-5942 .livestream_heading,
.page-id-5944 .livestream_heading,
.page-id-5946 .livestream_heading,
.page-id-5952 .livestream_heading,
.page-id-5948 .livestream_heading,
.page-id-5950 .livestream_heading {
  position: relative;
}

.page-id-5937 .livestream_heading:before,
.page-id-5942 .livestream_heading:before,
.page-id-5944 .livestream_heading:before,
.page-id-5946 .livestream_heading:before,
.page-id-5952 .livestream_heading:before,
.page-id-5948 .livestream_heading:before,
.page-id-5950 .livestream_heading:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 12%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #dd3333;
  top: 35px;
}

.page-id-5937 .entry-content,
.page-id-5942 .entry-content,
.page-id-5944 .entry-content,
.page-id-5946 .entry-content,
.page-id-5952 .entry-content,
.page-id-5948 .entry-content,
.page-id-5950 .entry-content {
  background-color: #ffecec;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 0px;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
  /* -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */

  /* -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

.page-id-5937 .strm_2,
.page-id-5937 .strm_1,
.page-id-5942 .strm_2,
.page-id-5942 .strm_1,
.page-id-5944 .strm_2,
.page-id-5944 .strm_1,
.page-id-5946 .strm_2,
.page-id-5946 .strm_1,
.page-id-5952 .strm_2,
.page-id-5952 .strm_1,
.page-id-5948 .strm_2,
.page-id-5948 .strm_1,
.page-id-5950 .strm_2,
.page-id-5950 .strm_1 {
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.page-id-5944 .strm_1 .day_d1,
.page-id-5944 .strm_2 .night_1,
.page-id-5942 .strm_1 .day_d1,
.page-id-5942 .strm_2 .night_1,
.page-id-5937 .strm_1 .day_d1,
.page-id-5937 .strm_2 .night_1,
.page-id-5946 .strm_1 .day_d1,
.page-id-5946 .strm_2 .night_1,
.page-id-5952 .strm_1 .day_d1,
.page-id-5952 .strm_2 .night_1,
.page-id-5948 .strm_1 .day_d1,
.page-id-5948 .strm_2 .night_1,
.page-id-5950 .strm_1 .day_d1,
.page-id-5950 .strm_2 .night_1 {
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
}

.page-id-5944 .strm_1 .day_d1 .strm_hd,
.page-id-5944 .strm_2 .night_1 .strm_hd,
.page-id-5944 .strm_1 .day_d2 .strm_hd,
.page-id-5944 .strm_2 .night_2 .strm_hd,
.page-id-5942 .strm_1 .day_d1 .strm_hd,
.page-id-5942 .strm_2 .night_1 .strm_hd,
.page-id-5942 .strm_1 .day_d2 .strm_hd,
.page-id-5942 .strm_2 .night_2 .strm_hd,
.page-id-5937 .strm_1 .day_d1 .strm_hd,
.page-id-5937 .strm_2 .night_1 .strm_hd,
.page-id-5937 .strm_1 .day_d2 .strm_hd,
.page-id-5937 .strm_2 .night-2 .strm_hd,
.page-id-5946 .strm_1 .day_d1 .strm_hd,
.page-id-5946 .strm_2 .night_1 .strm_hd,
.page-id-5946 .strm_1 .day_d2 .strm_hd,
.page-id-5946 .strm_2 .night_2 .strm_hd,
.page-id-5952 .strm_1 .day_d1 .strm_hd,
.page-id-5952 .strm_2 .night_1 .strm_hd,
.page-id-5952 .strm_1 .day_d2 .strm_hd,
.page-id-5952 .strm_2 .night_2 .strm_hd,
.page-id-5948 .strm_1 .day_d1 .strm_hd,
.page-id-5948 .strm_2 .night_1 .strm_hd,
.page-id-5948 .strm_1 .day_d2 .strm_hd,
.page-id-5948 .strm_2 .night_2 .strm_hd,
.page-id-5950 .strm_1 .day_d1 .strm_hd,
.page-id-5950 .strm_2 .night_1 .strm_hd,
.page-id-5950 .strm_1 .day_d2 .strm_hd,
.page-id-5950 .strm_2 .night_2 .strm_hd {
  position: relative;
}

.page-id-5944 .strm_1 .day_d1 .strm_hd:before,
.page-id-5944 .strm_2 .night_1 .strm_hd:before,
.page-id-5944 .strm_1 .day_d2 .strm_hd:before,
.page-id-5944 .strm_2 .night_2 .strm_hd:before,
.strm_hd:before,
.page-id-5942 .strm_1 .day_d1 .strm_hd:before,
.page-id-5942 .strm_2 .night_1 .strm_hd:before,
.page-id-5942 .strm_1 .day_d2 .strm_hd:before,
.page-id-5942 .strm_2 .night_2 .strm_hd:before,
.page-id-5937 .strm_1 .day_d1 .strm_hd:before,
.page-id-5937 .strm_2 .night_1 .strm_hd:before,
.page-id-5937 .strm_1 .day_d2 .strm_hd:before,
.page-id-5937 .strm_2 .night-2 .strm_hd:before,
.page-id-5946 .strm_1 .day_d1 .strm_hd:before,
.page-id-5946 .strm_2 .night_1 .strm_hd:before,
.page-id-5946 .strm_1 .day_d2 .strm_hd:before,
.page-id-5946 .strm_2 .night_2 .strm_hd:before,
.page-id-5952 .strm_1 .day_d1 .strm_hd:before,
.page-id-5952 .strm_2 .night_1 .strm_hd:before,
.page-id-5952 .strm_1 .day_d2 .strm_hd:before,
.page-id-5952 .strm_2 .night_2 .strm_hd:before,
.page-id-5948 .strm_1 .day_d1 .strm_hd:before,
.page-id-5948 .strm_2 .night_1 .strm_hd:before,
.page-id-5948 .strm_1 .day_d2 .strm_hd:before,
.page-id-5948 .strm_2 .night_2 .strm_hd:before,
.page-id-5950 .strm_1 .day_d1 .strm_hd:before,
.page-id-5950 .strm_2 .night_1 .strm_hd:before,
.page-id-5950 .strm_1 .day_d2 .strm_hd:before,
.page-id-5950 .strm_2 .night_2 .strm_hd:before {
  content: '';
  height: 1px;
  width: 16%;
  left: 8%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #dd3333;
  position: absolute;
  top: 35px;
}

.page-id-5937 .strm_2 .night_1 .live_sports .strm_hd:before,
.page-id-5937 .strm_1 .day_d1 .live_sports .strm_hd:before,
.page-id-5946 .strm_2 .night_1 .live_sports .strm_hd:before,
.page-id-5946 .strm_1 .day_d1 .live_sports .strm_hd:before,
.page-id-5950 .strm_2 .night_1 .live_sports .strm_hd:before,
.page-id-5950 .strm_1 .day_d1 .live_sports .strm_hd:before {
  width: 9%;
  left: 5%;
}

.page-id-5937 .strm_1 .day_d2,
.page-id-5937 .strm_2 .night-2,
.page-id-5942 .strm_1 .day_d2,
.page-id-5942 .strm_2 .night_2,
.page-id-5944 .strm_1 .day_d2,
.page-id-5944 .strm_2 .night_2,
.page-id-5946 .strm_1 .day_d2,
.page-id-5946 .strm_2 .night_2,
.page-id-5952 .strm_1 .day_d2,
.page-id-5952 .strm_2 .night_2,
.page-id-5948 .strm_1 .day_d2,
.page-id-5948 .strm_2 .night_2,
.page-id-5950 .strm_1 .day_d2,
.page-id-5950 .strm_2 .night_2 {
  flex: 0 0 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
}

.page-id-5937 .strm_2 .night_1 .popular,
.page-id-5937 .strm_2 .night_2 .ls_Entertainment,
.page-id-5942 .strm_2 .night_1 .popular,
.page-id-5942 .strm_2 .night_2 .ls_Entertainment,
.page-id-5944 .strm_2 .night_1 .popular,
.page-id-5944 .strm_2 .night_2 .ls_Entertainment,
.page-id-5937 .strm_1 .day_d1 .popular,
.page-id-5937 .strm_1 .day_d2 .ls_Entertainment,
.page-id-5942 .strm_1 .day_d1 .popular,
.page-id-5942 .strm_1 .day_d2 .ls_Entertainment,
.page-id-5944 .strm_1 .day_d1 .popular,
.page-id-5944 .strm_1 .day_d2 .ls_Entertainment,
.page-id-5946 .strm_2 .night_1 .popular,
.page-id-5946 .strm_2 .night_2 .ls_Entertainment,
.page-id-5952 .strm_2 .night_1 .popular,
.page-id-5952 .strm_2 .night_2 .ls_Entertainment,
.page-id-5948 .strm_2 .night_1 .popular,
.page-id-5948 .strm_2 .night_2 .ls_Entertainment,
.page-id-5950 .strm_2 .night_1 .popular,
.page-id-5950 .strm_2 .night_2 .ls_Entertainment,
.page-id-5946 .strm_1 .day_d1 .popular,
.page-id-5946 .strm_1 .day_d2 .ls_Entertainment,
.page-id-5952 .strm_1 .day_d1 .popular,
.page-id-5952 .strm_1 .day_d2 .ls_Entertainment,
.page-id-5948 .strm_1 .day_d1 .popular,
.page-id-5948 .strm_1 .day_d2 .ls_Entertainment,
.page-id-5950 .strm_1 .day_d1 .popular,
.page-id-5950 .strm_1 .day_d2 .ls_Entertainment {
  max-width: 300px;
}

/*18th november start*/
#sfwa_footer {
  background-image: url(images/footer-bgimg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sfwa_footer .footer_logo_ft {
  position: relative;
  text-align: center;
  padding: 75px 0px 50px 0px;
}

#sfwa_footer .payment_slider_foot,
#sfwa_footer .footer-creditibility {
  background: #000;
  position: relative;
}

#sfwa_footer .payment_slider_foot,
#sfwa_footer .payment_slider_foot .widget.widget_sow-editor {
  margin: 0;
  height: fit-content;
}

#sfwa_footer:before {
  height: 0 !important;
}

#sfwa_footer .sfwa_footer-content {
  position: relative;
  background: #000;
  padding-top: 50px;
}

#sfwa_footer .sow-headline-container h1.sow-headline .decoration {
  margin-top: 10px;
}

#sfwa_footer .payment_slider_foot .pymt_carousel img {
  margin: 0 auto;
}

#masthead .site-navigation {
  z-index: 2;
  position: relative;
  background-image: url(images/header-overlay.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

#masthead .site-navigation.sticky {
  background-image: none;
  background-color: #000;
}

#masthead .site-navigation.sticky #mega-menu-wrap-primary {
  padding: 0px;
}

#masthead #mega-menu-wrap-primary {
  background: transparent;
  padding: 30px 0px 0px 0px;
}

.social_type_dt {
  color: #dd3333 !important;
}

/*.site-navigation:after {
content: '';
background-color: transparent;
box-shadow: ;
position: absolute;
width: 100vw;
height: 100%;
bottom: 0;
left: -100%;
right: -100%;
margin: auto;
pointer-events: none;
z-index: -1;
box-shadow: 0px 10px 0px 20px #fff;
border-radius: 0% 0% 50% 50%/0% 0% 100% 100%;
}*/
.entertainment_btn:hover,
.home .btnpostcomment:hover,
.download-tiktok-button:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -ms-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  color: #fff;
  text-shadow: 0 0 15px #fff;
  transition: 0.2s transform;
  -webkit-transition: 0.2s transform;
  -moz-transition: 0.2s transform;
  -ms-transition: 0.2s transform;
  -o-transition: 0.2s transform;
  background: #dd3333 !important;
  cursor: pointer;
}

.custom-social-link .social-media-button-container a,
.custom-social-link .social-media-button-container a:hover {
  color: #dd3333;
}
#metaslider-id-2177:before,
#metaslider-id-69:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 160vw;
  height: 12vw;
  bottom: -25%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
  -webkit-border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
  -moz-border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
  z-index: 9;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  pointer-events: none;
}

.home #pg-40-4 .accordion.btn-toggle,
.home .accordion.btn-toggle {
  background: linear-gradient(90deg, #900000, #900000, #dd3333);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.home #pg-40-4 .accordion h3,
.home .accordion h3 {
  color: #fff;
  padding: 10px;
}

.home #pg-40-4 .accord_matter,
.home .accord_matter {
  border: 1px solid #dd3333;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 10px;
  text-align: center;
  color: #333;
}

.home #pg-40-4 .accord_matter p,
.home .accord_matter p {
  color: #333 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
  margin: 0px 5px 0px 0px;
}

.home #pg-40-5 .entertainments-row .goal_front_img img,
.enterainment-row-zh img {
  box-shadow: 1px 0px 18px 3px rgba(0, 0, 0, 0.5) !important;
  border-radius: 4px;
  padding: 0px;
}

/*23th november start*/
.home #pg-40-4 .accordion.btn-toggle.active:before,
.home #pg-40-4 .accordion.btn-toggle:before,
.home .accordion.btn-toggle.active:before,
.home .accordion.btn-toggle:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 20px;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #dd3333;
  line-height: 20px;
  text-align: center;
}

.home #pg-40-4 .accordion.btn-toggle:before,
.home .accordion.btn-toggle:before {
  content: '+';
  font-weight: 700;
  font-size: 22px;
}

.home #pg-40-4 .accordion.btn-toggle.active:before,
.home .accordion.btn-toggle.active:before {
  content: '-';
  font-weight: 700;
  font-size: 25px;
}

.strm_1 .day_d1,
.strm_1 .day_d2,
.strm_2 .night_1,
.strm_2 .night_2 {
  max-width: 50%;
  width: 50%;
  padding: 0 60px;
  box-sizing: border-box;
  min-width: 50%;
}

.strm_2 .night_2 {
  flex: 0 0 25%;
}

/*23th november end*/

/*26th november start*/

.page-id-370 #page-wrapper {
  margin-bottom: -21px;
}

.page-id-370 #pg-370-1>.panel-row-style:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 125vw;
  height: 12vw;
  bottom: -11%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
  -webkit-border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
  -moz-border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
  z-index: 9;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  pointer-events: none;
}

.page-id-370 #sfwa_footer {
  position: relative;
  z-index: 9;
  margin-top: -6%;
}

.page-id-370 #pg-370-1 .panel-row-style.panel-row-style-full-width {
  padding-bottom: 140px;
}

@media (max-width:1199px) {
  .page-id-370 #pg-370-1>.panel-row-style:before {
    bottom: -5%;
  }

  .page-id-370 #pg-370-1 .panel-row-style.panel-row-style-full-width {
    padding-bottom: 120px;
  }

  .page-id-370 #sfwa_footer {
    margin-top: -10%;
  }

  .catList .panel-last-child .demo-pass p {
    font-size: 12px;
  }
}

@media (max-width:767px) {
  .page-id-370 #pg-370-1 .panel-row-style.panel-row-style-full-width {
    padding-bottom: 100px;
  }
}

@media (max-width:480px) {
  .page-id-370 #pg-370-1 .panel-row-style.panel-row-style-full-width {
    padding-bottom: 80px;
  }
}

/*26th november end*/
@media (max-width:1199px) {
  #sfwa_footer .footer_logo_ft {
    padding: 50px 0px 40px 0px;
  }

  #sfwa_footer .footer-creditibility .sfwa_footer_area {
    margin-top: 0;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    margin: 0px;
  }
}

@media (max-width:1024px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    float: none;
  }

  .catList .panel-last-child .demo-pass p {
    font-size: 14px;
  }
}

@media (max-width:991px) {
  #sfwa_footer .footer_logo_ft {
    padding: 40px 0px;
  }

  #sfwa_footer .sfwa_footer-content .sfwa_footer_area {
    width: 33.33333%;
  }

  #sfwa_footer .footer-creditibility .sow-headline-container h1.sow-headline {
    font-size: 13px;
  }

  #sfwa_footer .sfwa_footer-content {
    padding-top: 40px;
  }
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
  color: #c4c4c4 !important;
}

/*18th end*/
@media (max-width:1024px) {
  #pg-40-4 {
    width: 95%;
  }
}

@media (max-width:800px) {
  #pg-40-4 {
    width: 95%;
  }
}

@media (max-width:780px) {

  .strm_1 .day_d1,
  .strm_1 .day_d2,
  .strm_2 .night_1,
  .strm_2 .night_2 {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    min-width: 100%;
  }

  .page-id-5944 .strm_1 .day_d1,
  .page-id-5944 .strm_2 .night_1,
  .page-id-5942 .strm_1 .day_d1,
  .page-id-5942 .strm_2 .night_1,
  .page-id-5937 .strm_1 .day_d1,
  .page-id-5937 .strm_2 .night_1,
  .page-id-5946 .strm_1 .day_d1,
  .page-id-5946 .strm_2 .night_1,
  .page-id-5952 .strm_1 .day_d1,
  .page-id-5952 .strm_2 .night_1,
  .page-id-5948 .strm_1 .day_d1,
  .page-id-5948 .strm_2 .night_1,
  .page-id-5950 .strm_1 .day_d1,
  .page-id-5950 .strm_2 .night_1,
  .page-id-5937 .strm_1 .day_d2,
  .page-id-5937 .strm_2 .night-2,
  .page-id-5942 .strm_1 .day_d2,
  .page-id-5942 .strm_2 .night_2,
  .page-id-5944 .strm_1 .day_d2,
  .page-id-5944 .strm_2 .night_2,
  .page-id-5946 .strm_1 .day_d2,
  .page-id-5946 .strm_2 .night_2,
  .page-id-5952 .strm_1 .day_d2,
  .page-id-5952 .strm_2 .night_2,
  .page-id-5948 .strm_1 .day_d2,
  .page-id-5948 .strm_2 .night_2,
  .page-id-5950 .strm_1 .day_d2,
  .page-id-5950 .strm_2 .night_2 {
    flex: 0 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .page-id-5944 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5944 .strm_2 .night_1 .strm_hd:before,
  .page-id-5944 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5944 .strm_2 .night_2 .strm_hd:before,
  .page-id-5942 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5942 .strm_2 .night_1 .strm_hd:before,
  .page-id-5942 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5942 .strm_2 .night_2 .strm_hd:before,
  .page-id-5937 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5937 .strm_2 .night_1 .strm_hd:before,
  .page-id-5937 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5937 .strm_2 .night-2 .strm_hd:before,
  .page-id-5946 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5946 .strm_2 .night_1 .strm_hd:before,
  .page-id-5946 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5946 .strm_2 .night_2 .strm_hd:before,
  .page-id-5952 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5952 .strm_2 .night_1 .strm_hd:before,
  .page-id-5952 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5952 .strm_2 .night_2 .strm_hd:before,
  .page-id-5948 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5948 .strm_2 .night_1 .strm_hd:before,
  .page-id-5948 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5948 .strm_2 .night_2 .strm_hd:before,
  .page-id-5950 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5950 .strm_2 .night_1 .strm_hd:before,
  .page-id-5950 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5950 .strm_2 .night_2 .strm_hd:before {
    width: 8%;
  }

  .promotion_container .promotion_carousel .slick-slide p,
  .sports_slider .game_carousel .slick-slide .slide_content p,
  .games_slider .game_carousel .slick-slide .slide_content p,
  .horse_slider .horse_carousel .slide_content p,
  .horse_slider .horse_carousel .slick-slide .slide_content p,
  .casino_slider .game_carousel .slick-slide .slide_content p {
    max-width: 120px;
    font-size: 13px;
  }

  .sports_slider .game_carousel .slick-slide .slide_content,
  .games_slider .game_carousel .slick-slide .slide_content,
  .horse_slider .horse_carousel .slide_content,
  .horse_slider .horse_carousel .slick-slide .slide_content,
  .casino_slider .game_carousel .slick-slide .slide_content {
    margin: 75px 0px;
  }

  .page-id-5937 .strm_2,
  .page-id-5937 .strm_1,
  .page-id-5942 .strm_2,
  .page-id-5942 .strm_1,
  .page-id-5944 .strm_2,
  .page-id-5944 .strm_1,
  .page-id-5946 .strm_2,
  .page-id-5946 .strm_1,
  .page-id-5952 .strm_2,
  .page-id-5952 .strm_1,
  .page-id-5948 .strm_2,
  .page-id-5948 .strm_1,
  .page-id-5950 .strm_2,
  .page-id-5950 .strm_1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .page-id-5937 .strm_2 .night_1 .popular,
  .page-id-5937 .strm_2 .night_2 .ls_Entertainment,
  .page-id-5942 .strm_2 .night_1 .popular,
  .page-id-5942 .strm_2 .night_2 .ls_Entertainment,
  .page-id-5944 .strm_2 .night_1 .popular,
  .page-id-5944 .strm_2 .night_2 .ls_Entertainment,
  .page-id-5937 .strm_1 .day_d1 .popular,
  .page-id-5937 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-5942 .strm_1 .day_d1 .popular,
  .page-id-5942 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-5944 .strm_1 .day_d1 .popular,
  .page-id-5944 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-5946 .strm_2 .night_1 .popular,
  .page-id-5946 .strm_2 .night_2 .ls_Entertainment,
  .page-id-5952 .strm_2 .night_1 .popular,
  .page-id-5952 .strm_2 .night_2 .ls_Entertainment,
  .page-id-5948 .strm_2 .night_1 .popular,
  .page-id-5948 .strm_2 .night_2 .ls_Entertainment,
  .page-id-5950 .strm_2 .night_1 .popular,
  .page-id-5950 .strm_2 .night_2 .ls_Entertainment,
  .page-id-5946 .strm_1 .day_d1 .popular,
  .page-id-5946 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-5952 .strm_1 .day_d1 .popular,
  .page-id-5952 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-5948 .strm_1 .day_d1 .popular,
  .page-id-5948 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-5950 .strm_1 .day_d1 .popular,
  .page-id-5950 .strm_1 .day_d2 .ls_Entertainment {
    max-width: 100%;
  }

  .page-id-5937 .livestream_heading,
  .page-id-5942 .livestream_heading,
  .page-id-5944 .livestream_heading,
  .page-id-5946 .livestream_heading,
  .page-id-5952 .livestream_heading,
  .page-id-5948 .livestream_heading,
  .page-id-5950 .livestream_heading {
    font-size: 20px;
  }

  .sports_slider .game_carousel .slick-slide .slide_content img,
  .games_slider .game_carousel .slick-slide .slide_content img,
  .horse_slider .horse_carousel .slide_content img,
  .horse_slider .horse_carousel .slick-slide .slide_content img,
  .casino_slider .game_carousel .slick-slide .slide_content img {
    height: auto;
  }

  .horse_slider .horse_carousel .slide_content img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  .page-id-5944 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5944 .strm_2 .night_1 .strm_hd:before,
  .page-id-5944 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5944 .strm_2 .night_2 .strm_hd:before,
  .page-id-5942 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5942 .strm_2 .night_1 .strm_hd:before,
  .page-id-5942 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5942 .strm_2 .night_2 .strm_hd:before,
  .page-id-5937 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5937 .strm_2 .night_1 .strm_hd:before,
  .page-id-5937 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5937 .strm_2 .night-2 .strm_hd:before,
  .page-id-5946 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5946 .strm_2 .night_1 .strm_hd:before,
  .page-id-5946 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5946 .strm_2 .night_2 .strm_hd:before,
  .page-id-5952 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5952 .strm_2 .night_1 .strm_hd:before,
  .page-id-5952 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5952 .strm_2 .night_2 .strm_hd:before,
  .page-id-5948 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5948 .strm_2 .night_1 .strm_hd:before,
  .page-id-5948 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5948 .strm_2 .night_2 .strm_hd:before,
  .page-id-5950 .strm_1 .day_d1 .strm_hd:before,
  .page-id-5950 .strm_2 .night_1 .strm_hd:before,
  .page-id-5950 .strm_1 .day_d2 .strm_hd:before,
  .page-id-5950 .strm_2 .night_2 .strm_hd:before,
  .page-id-5937 .strm_2 .night_1 .live_sports .strm_hd:before,
  .page-id-5937 .strm_1 .day_d1 .live_sports .strm_hd:before,
  .page-id-5946 .strm_2 .night_1 .live_sports .strm_hd:before,
  .page-id-5946 .strm_1 .day_d1 .live_sports .strm_hd:before,
  .page-id-5950 .strm_2 .night_1 .live_sports .strm_hd:before,
  .page-id-5950 .strm_1 .day_d1 .live_sports .strm_hd:before {
    left: 50%;
  }

  .horse_slider .horse_carousel .game_carou:nth-child(2) .slide_content img {
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
  }

  #sfwa_footer .footer-creditibility .sow-headline-container h1.sow-headline {
    font-size: 10px !important;
  }

  #sfwa_footer .sfwa_footer-content .sfwa_footer_area {
    width: 100%;
  }

  #sfwa_footer .sfwa_footer-content {
    padding-top: 30px;
  }

  #sfwa_footer .footer_logo_ft {
    padding: 30px 0px;
  }

  .home #pg-40-4 .accordion h3,
  .home .accordion h3 {
    font-size: 14px;
    padding: 8px;
    margin: 0.5em 0;
  }

  .home #pg-40-4 .accord_matter,
  .home .accord_matter {
    padding: 8px;
  }

  /*23th november start*/
  .home #pg-40-4 .accordion.btn-toggle.active:before,
  .home #pg-40-4 .accordion.btn-toggle:before,
  .home .accordion.btn-toggle.active:before,
  .home .accordion.btn-toggle:before {
    font-size: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }

  #pg-40-0 .panel-row-style,
  #pg-40-1 .panel-row-style,
  #pg-40-2 .panel-row-style,
  #pg-2012-0>.panel-row-style,
  #pg-2012-1>.panel-row-style,
  #pg-2012-2>.panel-row-style,
  #pg-2012-3>.panel-row-style {
    background-color: fff !important;
  }

  .home #pg-40-4 .accordion h3,
  .home .accordion h3 {
    margin: 0.7em 0;
  }

  /*23th november end*/
}

@media (max-width:787px) {
  .horse_slider .horse_carousel .slide_content img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  .horse_slider .horse_carousel .game_carou:nth-child(2) .slide_content img {
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
  }

  .horse_slider .horse_carousel .slick-center.slick-current .slide_content img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition-delay: 0.4s !important;
    -webkit-transition-delay: 0.4s !important;
    -moz-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
  }
}

/*15th november 2021 end*/

/*23-11-2021*/
.comment_Form .btnpostcomment {
  background: #dd3333;
  color: #fff !important;
  padding: 11px 22px !important;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  border-radius: 12px !important;
  height: 44px;
  opacity: 1;
}

.home .comment_Form .btnpostcomment:hover {
  text-shadow: 0 0 15px #fff !important;
  opacity: 1;
}

.home #pg-40-4 .accordion h3,
.home .accordion h3 {
  padding: 7px;
  margin: 0;
}

.home .accordion.btn-toggle {
  margin-top: 5px;
}

.home .accord_matter {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#colophon,
body.layout-full {
  background-color: #fcfcfc !important;
}

#masthead .site-navigation .full-container {
  max-width: 1330px !important;
}

#masthead .site-navigation ul.mega-sub-menu li.sow-carousel-item,
#masthead .site-navigation ul.mega-sub-menu li.sow-carousel-item a,
#masthead .site-navigation ul.mega-sub-menu li.sow-carousel-item a span.overlay {
  width: 170px !important;
  height: 170px !important;
}

#masthead .site-navigation ul.mega-sub-menu li.sow-carousel-item a {
  background-size: 170px 170px !important;
}

#masthead .site-navigation ul.mega-sub-menu li.sow-carousel-item a:hover {
  background-size: 190px 190px !important;
}

@media (max-width:1320px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 5px 0px 5px;
    font-size: 12px;
  }
}

@media (max-width:1024px) {
  #sfwa_footer {
    background-size: 100%;
    background-position: top;
    position: relative;
  }

  .footer-information::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    background: #000000;
    bottom: 0;
    z-index: 0;
  }

  #sfwa_footer .sfwa_contained {
    position: relative;
    z-index: 8;
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-label {
    min-width: 200px;
    text-align: center;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    background: #000000;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: transparent !important;
  }

  body #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    font-size: 15px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 50px;
    border-bottom: 1px solid;
    padding: 7px 0;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
    border: 0;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 18px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child .mega-menu-link span {
    font-size: 16px;
  }

  .mega-lg_xcls,
  .mega-lg_xcls_ln,
  .mega-lg_xcls_zh,
  .mega-lg_xcls_ln_zh {
    display: none !important;
  }

  .logged-in #masthead .site-navigation {
    display: none;
  }
}

@media (max-width:767px) {
  .footer-information::after {
    height: 92%;
  }

  #masthead #mega-menu-wrap-primary {
    padding: 4px 0px 0 0px;
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
    flex-basis: 100%;
  }
}

.home ul.mega-sub-menu li.sow-carousel-item {
  height: auto !important;
}

/*23-11-2021*/

/*3-12-2021*/
#pg-40-4 {
  margin-bottom: 20px !important;
}

#pg-40-3 {
  margin-bottom: 30px !important;
}

#pg-2012-4 {
  margin-bottom: -5px !important;
}

#masthead.force-responsive .hgroup #header-sidebar .mtphr-dnt {
  margin: auto;
}

#wpfront-notification-bar-spacer {
  display: none !important;
}

#masthead.force-responsive .hgroup .logo img {
  height: 100px;
  width: auto;
}

#masthead.force-responsive .hgroup #header-sidebar {
  margin-top: 0px;
  margin-bottom: -30px;
}

#mega-menu-wrap-primary #mega-menu-primary {
  text-align: center;
}

.diff_games_frames {
  width: 100%;
  height: 1000px;
}

.frame_p_games {
  font-size: 19px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

body.page-id-3292 {
  background: #8d1709 !important;
}

.slider_div_section .owl-thumbs.entertainment-thumb::-webkit-scrollbar,
.home .entertainment-thumb::-webkit-scrollbar,
.mobile-game-page .grid ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.slider_div_section .owl-thumbs.entertainment-thumb::-webkit-scrollbar-track,
.mobile-game-page .grid ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 10px;
  background: #ffffff
}

/* Handle */
.slider_div_section .owl-thumbs.entertainment-thumb::-webkit-scrollbar-thumb,
.mobile-game-page .grid ul::-webkit-scrollbar-thumb {
  background: #e5c100;
  border-radius: 5px;
}

.slider_div_section .entertainment-thumb .owl-thumb-item {
  border: 1px solid #ffffff;
  margin-bottom: 5px;
  margin-left: 6px;
}

/* Track */
.home .entertainment-thumb::-webkit-scrollbar-track,
.mobile-game-page .grid ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dd3333;
  border-radius: 10px;
  background: #dd3333
}

/* Handle */
.home .entertainment-thumb::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 5px;
}

.home .entertainment-thumb .owl-thumb-item {
  padding: 1px;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin: 0.4% 0.9%;
}

.home .entertainment-thumb .owl-thumb-item img {
  opacity: 0.8;
}

.frame_p_games {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

.frame_container {
  box-shadow: none;
  border: 3px solid #4a4a4a;
  background-color: transparent;
  border-radius: 15px;
}

.frame_container .diff_games_frames {
  border-radius: 15px;
}

@media (min-width:767px) {
  .home .entertainment-thumb .owl-thumb-item {
    width: 14%;
  }
}

@media (max-width:1400px) {
  .entertainment-row h1.sow-headline {
    font-size: 20px !important;
  }

  .enterainment-row-zh h1.sow-headline {
    font-size: 22px !important;
  }

  .frame_container {
    box-shadow: none
  }
}

@media (max-width:1100px) {

  .entertainment-row h1.sow-headline,
  .enterainment-row-zh h1.sow-headline {
    font-size: 18px !important;
  }
}

@media (max-width:980px) {

  .entertainment-row h1.sow-headline,
  .enterainment-row-zh h1.sow-headline {
    font-size: 15px !important;
  }
}

@media (max-width:767px) {
  .home .entertainment-thumb .owl-thumb-item {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .home .mtphr-dnt-tick-container {
    margin-top: 0px;
  }

  .home .mtphr-dnt-tick-container p {
    font-size: 16px !important;
    width: auto;
  }

  body.responsive #masthead .hgroup #header-sidebar {
    margin-bottom: 0;
    margin-top: 0;
  }

  .sow-headline-container h1.sow-headline {
    font-size: 22px !important;
  }

  header#masthead .full-container {
    overflow: hidden;
  }
}

#masthead .hgroup .logo img,
#masthead .hgroup .site-logo-link img {
  width: auto;
  height: 130px;
}

#masthead {
  background: #ffffff !important;
  padding-top: 0px;
}

.home .ytube-video-slider {
  box-shadow: 1px 0px 18px 3px rgba(0, 0, 0, 0.5);
}

.home .ytube-video-slider+span {
  display: block;
  padding: 5px 0 0;
}

body.layout-full.page-id-3297 {
  background: #8d1709 !important;
}

/*Slider Changes*/
.jrt_set_class .sow-headline-container h1.sow-headline::after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 60px;
  background: #ffffff;
  margin: 12px auto -12px;
}

.jrt_set_class .games-title h1.sow-headline::after,
.jrt_set_class .sports-title h1.sow-headline::after {
  background: #dc2d1d !important
}

@media (max-width:767px) {
  .jrt_set_class .slide_content p {
    line-height: 16px;
  }

  .jrt_set_class .sports_slider,
  .jrt_set_class .casino_slider,
  .jrt_set_class .games_slider,
  .jrt_set_class .horse_slider {
    margin-top: -48px;
  }

  .jrt_set_class {
    margin-top: 0px !important;
  }

  .games-bg:before {
    padding-bottom: 70px;
    top: -70px;
  }

  .socials-row {
    margin: 0 -33px !important;
  }

  html[lang="zh-CN"] .socials-row {
    padding: 0 !important;
  }

  p.frame_container {
    margin: 0 -30px;
  }

  .sports-bg:before {
    padding-bottom: 89px;
    top: -89px;
  }

  .jrt_set_class .horse-racing-title .sow-headline b,
  .jrt_set_class .games-title .sow-headline b,
  .jrt_set_class .casino-title .sow-headline b,
  .jrt_set_class .sports-title .sow-headline b {
    font-size: 18px !important;
    position: relative;
    top: -11px;
  }

  .jrt_set_class .sow-headline-container h1.sow-headline::after {
    margin: -9px auto 9px;
  }

  #pg-2012-5 {
    width: 100%;
    padding: 0 5%;
    margin: auto;
    box-sizing: border-box;
  }
}

.frame_container .diff_games_frames {
  vertical-align: bottom;
}

@media (max-width:340px) {
  #sfwa_footer .footer-creditibility .sow-headline-container h1.sow-headline {
    font-size: 9px !important;
  }
}

@media (min-width:1250px) {
  .frame_container {
    margin: 0 -70px !important;
  }
}

@media (max-width:420px) {

  .games_slider .game_carousel .slick-center.slick-current .slide_content p,
  .sports_slider .game_carousel .slick-center.slick-current .slide_content p,
  .casino_slider .game_carousel .slick-center.slick-current .slide_content p,
  .horse_slider .horse_carousel .slick-center.slick-current .slide_content p {
    top: -38%;
  }
}

.promotion_container .promotion_carousel .slick-slide a {
  margin: 50px 0;
}

.promotion_container .promotion_carousel .slick-slide a {
  position: relative;
  display: block;
}

.promotion_container .promotion_carousel .slick-slide a p {
  font-size: 20px;
  letter-spacing: 2px;
  position: absolute;
  width: 56%;
  text-align: center;
  top: -3%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 47px;
  overflow: hidden;
  margin: 0;
}

.carou.slick-slide.slick-current.slick-active.slick-center p {
  top: -29% !important;
  text-shadow: 1px 1px #e5c100;
}

.home .ytube-video-slider+span {
  display: block;
  padding: 5px 0 0;
}

.page-id-6041 .livestream_heading,
.page-id-6050 .livestream_heading,
.page-id-6066 .livestream_heading,
.page-id-6058 .livestream_heading,
.page-id-6046 .livestream_heading,
.page-id-6052 .livestream_heading,
.page-id-6062 .livestream_heading,
.page-id-6068 .livestream_heading {
  position: relative;
}

.page-id-6041 .livestream_heading:before,
.page-id-6050 .livestream_heading:before,
.page-id-6066 .livestream_heading:before,
.page-id-6058 .livestream_heading:before,
.page-id-6046 .livestream_heading:before,
.page-id-6052 .livestream_heading:before,
.page-id-6062 .livestream_heading:before,
.page-id-6068 .livestream_heading:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 12%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #dd3333;
  top: 35px;
}

.page-id-6041 .entry-content,
.page-id-6050 .entry-content,
.page-id-6066 .entry-content,
.page-id-6058 .entry-content,
.page-id-6046 .entry-content,
.page-id-6052 .entry-content,
.page-id-6062 .entry-content,
.page-id-6068 .entry-content {
  background-color: #ffecec;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 0px;
  /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);*/
  /*-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);*/

  /*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);*/
}

.page-id-6041 .strm_2,
.page-id-6041 .strm_1,
.page-id-6050 .strm_2,
.page-id-6050 .strm_1,
.page-id-6066 .strm_2,
.page-id-6066 .strm_1,
.page-id-6058 .strm_2,
.page-id-6058 .strm_1,
.page-id-6046 .strm_2,
.page-id-6046 .strm_1,
.page-id-6052 .strm_2,
.page-id-6052 .strm_1,
.page-id-6062 .strm_2,
.page-id-6062 .strm_1,
.page-id-6068 .strm_2,
.page-id-6068 .strm_1 {
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.page-id-6058 .strm_1 .day_d1,
.page-id-6058 .strm_2 .night_1,
.page-id-6041 .strm_1 .day_d1,
.page-id-6041 .strm_2 .night_1,
.page-id-6066 .strm_1 .day_d1,
.page-id-6066 .strm_2 .night_1,
.page-id-6066 .strm_2 .night_2,
.page-id-6050 .strm_1 .day_d1,
.page-id-6050 .strm_2 .night_1,
.page-id-6046 .strm_1 .day_d1,
.page-id-6046 .strm_2 .night_1,
.page-id-6052 .strm_1 .day_d1,
.page-id-6052 .strm_2 .night_1,
.page-id-6062 .strm_1 .day_d1,
.page-id-6062 .strm_2 .night_1,
.page-id-6068 .strm_1 .day_d1,
.page-id-6068 .strm_2 .night_1 {
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
}

.page-id-6058 .strm_1 .day_d1 .strm_hd,
.page-id-6058 .strm_2 .night_1 .strm_hd,
.page-id-6058 .strm_1 .day_d2 .strm_hd,
.page-id-6058 .strm_2 .night_2 .strm_hd,
.page-id-6041 .strm_1 .day_d1 .strm_hd,
.page-id-6041 .strm_2 .night_1 .strm_hd,
.page-id-6041 .strm_1 .day_d2 .strm_hd,
.page-id-6041 .strm_2 .night_2 .strm_hd,
.page-id-6066 .strm_1 .day_d1 .strm_hd,
.page-id-6066 .strm_2 .night_1 .strm_hd,
.page-id-6066 .strm_2 .night_2 .strm_hd,
.page-id-6066 .strm_1 .day_d2 .strm_hd,
.page-id-6066 .strm_2 .night_2 .strm_hd,
.page-id-6050 .strm_1 .day_d1 .strm_hd,
.page-id-6050 .strm_2 .night_1 .strm_hd,
.page-id-6050 .strm_1 .day_d2 .strm_hd,
.page-id-6050 .strm_2 .night-2 .strm_hd,
.page-id-6046 .strm_1 .day_d1 .strm_hd,
.page-id-6046 .strm_2 .night_1 .strm_hd,
.page-id-6046 .strm_1 .day_d2 .strm_hd,
.page-id-6046 .strm_2 .night_2 .strm_hd,
.page-id-6052 .strm_1 .day_d1 .strm_hd,
.page-id-6052 .strm_2 .night_1 .strm_hd,
.page-id-6052 .strm_1 .day_d2 .strm_hd,
.page-id-6052 .strm_2 .night_2 .strm_hd,
.page-id-6062 .strm_1 .day_d1 .strm_hd,
.page-id-6062 .strm_2 .night_1 .strm_hd,
.page-id-6062 .strm_1 .day_d2 .strm_hd,
.page-id-6062 .strm_2 .night_2 .strm_hd,
.page-id-6068 .strm_1 .day_d1 .strm_hd,
.page-id-6068 .strm_2 .night_1 .strm_hd,
.page-id-6068 .strm_1 .day_d2 .strm_hd,
.page-id-6068 .strm_2 .night_2 .strm_hd {
  position: relative;
}

.page-id-6058 .strm_1 .day_d1 .strm_hd:before,
.page-id-6058 .strm_2 .night_1 .strm_hd:before,
.page-id-6058 .strm_1 .day_d2 .strm_hd:before,
.page-id-6058 .strm_2 .night_2 .strm_hd:before,
.page-id-6041 .strm_1 .day_d1 .strm_hd:before,
.page-id-6041 .strm_2 .night_1 .strm_hd:before,
.page-id-6041 .strm_1 .day_d2 .strm_hd:before,
.page-id-6041 .strm_2 .night_2 .strm_hd:before,
.page-id-6066 .strm_1 .day_d1 .strm_hd:before,
.page-id-6066 .strm_2 .night_1 .strm_hd:before,
.page-id-6066 .strm_2 .night_2 .strm_hd:before,
.page-id-6066 .strm_1 .day_d2 .strm_hd:before,
.page-id-6066 .strm_2 .night_2 .strm_hd:before,
.page-id-6050 .strm_1 .day_d1 .strm_hd:before,
.page-id-6050 .strm_2 .night_1 .strm_hd:before,
.page-id-6050 .strm_1 .day_d2 .strm_hd:before,
.page-id-6050 .strm_2 .night-2 .Live_Movie .strm_hd:before,
.page-id-6046 .strm_1 .day_d1 .strm_hd:before,
.page-id-6046 .strm_2 .night_1 .strm_hd:before,
.page-id-6046 .strm_1 .day_d2 .strm_hd:before,
.page-id-6046 .strm_2 .night_2 .strm_hd:before,
.page-id-6052 .strm_1 .day_d1 .strm_hd:before,
.page-id-6052 .strm_2 .night_1 .strm_hd:before,
.page-id-6052 .strm_1 .day_d2 .strm_hd:before,
.page-id-6052 .strm_2 .night_2 .strm_hd:before,
.page-id-6062 .strm_1 .day_d1 .strm_hd:before,
.page-id-6062 .strm_2 .night_1 .strm_hd:before,
.page-id-6062 .strm_1 .day_d2 .strm_hd:before,
.page-id-6062 .strm_2 .night_2 .strm_hd:before,
.page-id-6068 .strm_1 .day_d1 .strm_hd:before,
.page-id-6068 .strm_2 .night_1 .strm_hd:before,
.page-id-6068 .strm_1 .day_d2 .strm_hd:before,
.page-id-6068 .strm_2 .night_2 .strm_hd:before {
  content: '';
  height: 1px;
  width: 16%;
  left: 8%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #dd3333;
  position: absolute;
  top: 35px;
}

.page-id-6041 .strm_2 .night_1 .live_sports .strm_hd:before,
.page-id-6041 .strm_1 .day_d1 .live_sports .strm_hd:before,
.page-id-6050 .strm_2 .night_1 .live_sports .strm_hd:before,
.page-id-6050 .strm_1 .day_d1 .live_sports .strm_hd:before,
.page-id-6046 .strm_2 .night_1 .live_sports .strm_hd:before,
.page-id-6046 .strm_1 .day_d1 .live_sports .strm_hd:before,
.page-id-6068 .strm_2 .night_1 .live_sports .strm_hd:before,
.page-id-6068 .strm_1 .day_d1 .live_sports .strm_hd:before {
  width: 9%;
  left: 5%;
}

.page-id-6041 .strm_1 .day_d2,
.page-id-6041 .strm_2 .night_2,
.page-id-6050 .strm_1 .day_d2,
.page-id-6050 .strm_2 .night-2,
.page-id-6066 .strm_2 .night_2,
.page-id-6058 .strm_1 .day_d2,
.page-id-6058 .strm_2 .night_2,
.page-id-6046 .strm_1 .day_d2,
.page-id-6046 .strm_2 .night_2,
.page-id-6052 .strm_1 .day_d2,
.page-id-6052 .strm_2 .night_2,
.page-id-6062 .strm_1 .day_d2,
.page-id-6062 .strm_2 .night_2,
.page-id-6068 .strm_1 .day_d2,
.page-id-6068 .strm_2 .night_2 {
  flex: 0 0 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
}

.page-id-6041 .strm_2 .night_1 .popular,
.page-id-6041 .strm_2 .night_2 .ls_Entertainment,
.page-id-6050 .strm_2 .night_1 .popular,
.page-id-6050 .strm_2 .night_2 .ls_Entertainment,
.page-id-6066 .strm_2 .night_1 .popular,
.page-id-6066 .strm_2 .night_2 .ls_Entertainment,
.page-id-6058 .strm_2 .night_1 .popular,
.page-id-6058 .strm_2 .night_2 .ls_Entertainment,
.page-id-6041 .strm_1 .day_d1 .popular,
.page-id-6041 .strm_1 .day_d2 .ls_Entertainment,
.page-id-6050 .strm_1 .day_d1 .popular,
.page-id-6050 .strm_1 .day_d2 .ls_Entertainment,
.page-id-6066 .strm_1 .day_d1 .popular,
.page-id-6066 .strm_1 .day_d2 .ls_Entertainment,
.page-id-6058 .strm_1 .day_d1 .popular,
.page-id-6058 .strm_1 .day_d2 .ls_Entertainment,
.page-id-6046 .strm_2 .night_1 .popular,
.page-id-6046 .strm_2 .night_2 .ls_Entertainment,
.page-id-6052 .strm_2 .night_1 .popular,
.page-id-6052 .strm_2 .night_2 .ls_Entertainment,
.page-id-6062 .strm_2 .night_1 .popular,
.page-id-6062 .strm_2 .night_2 .ls_Entertainment,
.page-id-6068 .strm_2 .night_1 .popular,
.page-id-6068 .strm_2 .night_2 .ls_Entertainment,
.page-id-6046 .strm_1 .day_d1 .popular,
.page-id-6046 .strm_1 .day_d2 .ls_Entertainment,
.page-id-6052 .strm_1 .day_d1 .popular,
.page-id-6052 .strm_1 .day_d2 .ls_Entertainment,
.page-id-6062 .strm_1 .day_d1 .popular,
.page-id-6062 .strm_1 .day_d2 .ls_Entertainment,
.page-id-6068 .strm_1 .day_d1 .popular,
.page-id-6068 .strm_1 .day_d2 .ls_Entertainment {
  max-width: 300px;
}

.page-id-6066 .strm_1 .day_d2 {
  max-width: 44%;
  min-width: 0 !important;
}

.night-2 {
  flex: 0 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

body.page-id-1985 {
  background: #c7cad6 !important;
}

@media (min-width:768px) {
  .steps-bg {
    padding: 25px 0 40px !important;
  }
}

@media (max-width:780px) {

  .page-id-6041 .strm_1 .day_d1,
  .page-id-6041 .strm_2 .night_1,
  .page-id-6050 .strm_1 .day_d1,
  .page-id-6050 .strm_2 .night_1,
  .page-id-6066 .strm_1 .day_d1,
  .page-id-6066 .strm_2 .night_1,
  .page-id-6058 .strm_1 .day_d1,
  .page-id-6058 .strm_2 .night_1,
  .page-id-6046 .strm_1 .day_d1,
  .page-id-6046 .strm_2 .night_1,
  .page-id-6052 .strm_1 .day_d1,
  .page-id-6052 .strm_2 .night_1,
  .page-id-6062 .strm_1 .day_d1,
  .page-id-6062 .strm_2 .night_1,
  .page-id-6068 .strm_1 .day_d1,
  .page-id-6068 .strm_2 .night_1,
  .page-id-6050 .strm_1 .day_d2,
  .page-id-6050 .strm_2 .night_2,
  .page-id-6058 .strm_1 .day_d2,
  .page-id-6058 .strm_2 .night-2,
  .page-id-6066 .strm_1 .day_d2,
  .page-id-6066 .strm_2 .night_2,
  .page-id-6041 .strm_1 .day_d2,
  .page-id-6041 .strm_2 .night_2,
  .page-id-6046 .strm_1 .day_d2,
  .page-id-6046 .strm_2 .night_2,
  .page-id-6052 .strm_1 .day_d2,
  .page-id-6052 .strm_2 .night_2,
  .page-id-6062 .strm_1 .day_d2,
  .page-id-6062 .strm_2 .night_2,
  .page-id-6068 .strm_1 .day_d2,
  .page-id-6068 .strm_2 .night_2 {
    flex: 0 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .page-id-6041 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6041 .strm_2 .night_1 .strm_hd:before,
  .page-id-6041 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6041 .strm_2 .night_2 .strm_hd:before,
  .page-id-6050 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6050 .strm_2 .night_1 .strm_hd:before,
  .page-id-6050 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6050 .strm_2 .night_2 .strm_hd:before,
  .page-id-6066 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6066 .strm_2 .night_1 .strm_hd:before,
  .page-id-6066 .strm_2 .night_2 .strm_hd:before,
  .page-id-6066 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6066 .strm_2 .night_2 .strm_hd:before,
  .page-id-6058 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6058 .strm_2 .night_1 .strm_hd:before,
  .page-id-6058 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6058 .strm_2 .night-2 .strm_hd:before,
  .page-id-6046 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6046 .strm_2 .night_1 .strm_hd:before,
  .page-id-6046 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6046 .strm_2 .night_2 .strm_hd:before,
  .page-id-6052 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6052 .strm_2 .night_1 .strm_hd:before,
  .page-id-6052 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6052 .strm_2 .night_2 .strm_hd:before,
  .page-id-6062 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6062 .strm_2 .night_1 .strm_hd:before,
  .page-id-6062 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6062 .strm_2 .night_2 .strm_hd:before,
  .page-id-6068 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6068 .strm_2 .night_1 .strm_hd:before,
  .page-id-6068 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6068 .strm_2 .night_2 .strm_hd:before,
  .page-id-6058 .strm_2 .night_2 .strm_hd:before,
  .page-id-6066 .strm_2 .night-2 .strm_hd:before {
    width: 8%;
  }

  .promotion_container .promotion_carousel .slick-slide p,
  .sports_slider .game_carousel .slick-slide .slide_content p,
  .games_slider .game_carousel .slick-slide .slide_content p,
  .horse_slider .horse_carousel .slide_content p,
  .horse_slider .horse_carousel .slick-slide .slide_content p,
  .casino_slider .game_carousel .slick-slide .slide_content p {
    max-width: 120px;
    font-size: 13px;
  }

  .sports_slider .game_carousel .slick-slide .slide_content,
  .games_slider .game_carousel .slick-slide .slide_content,
  .horse_slider .horse_carousel .slide_content,
  .horse_slider .horse_carousel .slick-slide .slide_content,
  .casino_slider .game_carousel .slick-slide .slide_content {
    margin: 75px 0px;
  }

  .page-id-6050 .strm_2,
  .page-id-6050 .strm_1,
  .page-id-6058 .strm_2,
  .page-id-6058 .strm_1,
  .page-id-6066 .strm_2,
  .page-id-6066 .strm_1,
  .page-id-6041 .strm_2,
  .page-id-6041 .strm_1,
  .page-id-6046 .strm_2,
  .page-id-6046 .strm_1,
  .page-id-6052 .strm_2,
  .page-id-6052 .strm_1,
  .page-id-6062 .strm_2,
  .page-id-6062 .strm_1,
  .page-id-6068 .strm_2,
  .page-id-6068 .strm_1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .page-id-6050 .strm_2 .night_1 .popular,
  .page-id-6050 .strm_2 .night_2 .ls_Entertainment,
  .page-id-6058 .strm_2 .night_1 .popular,
  .page-id-6058 .strm_2 .night_2 .ls_Entertainment,
  .page-id-6066 .strm_2 .night_1 .popular,
  .page-id-6066 .strm_2 .night_2 .ls_Entertainment,
  .page-id-6041 .strm_2 .night_1 .popular,
  .page-id-6041 .strm_2 .night_2 .ls_Entertainment,
  .page-id-6050 .strm_1 .day_d1 .popular,
  .page-id-6050 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-6058 .strm_1 .day_d1 .popular,
  .page-id-6058 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-6066 .strm_1 .day_d1 .popular,
  .page-id-6066 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-6041 .strm_1 .day_d1 .popular,
  .page-id-6041 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-6046 .strm_2 .night_1 .popular,
  .page-id-6046 .strm_2 .night_2 .ls_Entertainment,
  .page-id-6052 .strm_2 .night_1 .popular,
  .page-id-6052 .strm_2 .night_2 .ls_Entertainment,
  .page-id-6062 .strm_2 .night_1 .popular,
  .page-id-6062 .strm_2 .night_2 .ls_Entertainment,
  .page-id-6068 .strm_2 .night_1 .popular,
  .page-id-6068 .strm_2 .night_2 .ls_Entertainment,
  .page-id-6046 .strm_1 .day_d1 .popular,
  .page-id-6046 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-6052 .strm_1 .day_d1 .popular,
  .page-id-6052 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-6062 .strm_1 .day_d1 .popular,
  .page-id-6062 .strm_1 .day_d2 .ls_Entertainment,
  .page-id-6068 .strm_1 .day_d1 .popular,
  .page-id-6068 .strm_1 .day_d2 .ls_Entertainment {
    max-width: 100%;
  }

  .page-id-6050 .livestream_heading,
  .page-id-6058 .livestream_heading,
  .page-id-6066 .livestream_heading,
  .page-id-6041 .livestream_heading,
  .page-id-6046 .livestream_heading,
  .page-id-6052 .livestream_heading,
  .page-id-6062 .livestream_heading,
  .page-id-6068 .livestream_heading {
    font-size: 20px;
  }

  .sports_slider .game_carousel .slick-slide .slide_content img,
  .games_slider .game_carousel .slick-slide .slide_content img,
  .horse_slider .horse_carousel .slide_content img,
  .horse_slider .horse_carousel .slick-slide .slide_content img,
  .casino_slider .game_carousel .slick-slide .slide_content img {
    height: auto;
  }

  .horse_slider .horse_carousel .slide_content img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  .page-id-6041 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6041 .strm_2 .night_1 .strm_hd:before,
  .page-id-6041 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6041 .strm_2 .night_2 .strm_hd:before,
  .page-id-6050 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6050 .strm_2 .night_1 .strm_hd:before,
  .page-id-6050 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6050 .strm_2 .night_2 .strm_hd:before,
  .page-id-6066 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6066 .strm_2 .night_1 .strm_hd:before,
  .page-id-6066 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6066 .strm_2 .night_2 .strm_hd:before,
  .page-id-6058 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6058 .strm_2 .night_1 .strm_hd:before,
  .page-id-6058 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6058 .strm_2 .night-2 .strm_hd:before,
  .page-id-6046 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6046 .strm_2 .night_1 .strm_hd:before,
  .page-id-6046 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6046 .strm_2 .night_2 .strm_hd:before,
  .page-id-6052 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6052 .strm_2 .night_1 .strm_hd:before,
  .page-id-6052 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6052 .strm_2 .night_2 .strm_hd:before,
  .page-id-6062 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6062 .strm_2 .night_1 .strm_hd:before,
  .page-id-6062 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6062 .strm_2 .night_2 .strm_hd:before,
  .page-id-6068 .strm_1 .day_d1 .strm_hd:before,
  .page-id-6068 .strm_2 .night_1 .strm_hd:before,
  .page-id-6068 .strm_1 .day_d2 .strm_hd:before,
  .page-id-6068 .strm_2 .night_2 .strm_hd:before,
  .page-id-6050 .strm_2 .night_1 .live_sports .strm_hd:before,
  .page-id-6050 .strm_1 .day_d1 .live_sports .strm_hd:before,
  .page-id-6058 .strm_2 .night_1 .live_sports .strm_hd:before,
  .page-id-6058 .strm_1 .day_d1 .live_sports .strm_hd:before,
  .page-id-6046 .strm_2 .night_1 .live_sports .strm_hd:before,
  .page-id-6046 .strm_1 .day_d1 .live_sports .strm_hd:before,
  .page-id-6068 .strm_2 .night_1 .live_sports .strm_hd:before,
  .page-id-6068 .strm_1 .day_d1 .live_sports .strm_hd:before,
  .page-id-6058 .strm_2 .night_2 .strm_hd:before,
  .page-id-6066 .strm_2 .night-2 .strm_hd:before {
    left: 50%;
  }
}

.download-tiktok-button {
  background: #dd3333;
  color: #fff !important;
  padding: 11px 22px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  border-radius: 12px;
}

.post-5920 .entry-main .entry-content,
.post-5925 .entry-main .entry-content,
.post-5908 .entry-main .entry-content,
.post-6028 .entry-main .entry-content,
.post-6004 .entry-main .entry-content,
.post-6012 .entry-main .entry-content,
.post-6024 .entry-main .entry-content,
.post-6000 .entry-main .entry-content,
.post-5937 .entry-main .entry-content,
.post-6036 .entry-main .entry-content,
.post-6020 .entry-main .entry-content,
.post-5933 .entry-main .entry-content,
.post-5988 .entry-main .entry-content,
.post-6032 .entry-main .entry-content,
.post-5955 .entry-main .entry-content,
.post-5966 .entry-main .entry-content,
.post-5996 .entry-main .entry-content,
.post-5984 .entry-main .entry-content,
.post-5980 .entry-main .entry-content,
.post-6008 .entry-main .entry-content,
.post-5992 .entry-main .entry-content,
.post-5947 .entry-main .entry-content,
.post-5964 .entry-main .entry-content,
.post-6016 .entry-main .entry-content,
.post-5941 .entry-main .entry-content,
.post-5976 .entry-main .entry-content,
.post-5929 .entry-main .entry-content,
.post-6030 .entry-main .entry-content,
.post-6038 .entry-main .entry-content,
.post-6034 .entry-main .entry-content,
.post-6026 .entry-main .entry-content,
.post-6022 .entry-main .entry-content,
.post-6014 .entry-main .entry-content,
.post-6006 .entry-main .entry-content,
.post-6002 .entry-main .entry-content,
.post-5990 .entry-main .entry-content,
.post-5913 .entry-main .entry-content,
.post-5935 .entry-main .entry-content,
.post-5927 .entry-main .entry-content,
.post-5923 .entry-main .entry-content,
.post-6030 .entry-main .entry-content,
.post-6038 .entry-main .entry-content,
.post-6034 .entry-main .entry-content,
.post-6018 .entry-main .entry-content,
.post-6010 .entry-main .entry-content,
.post-5998 .entry-main .entry-content,
.post-5994 .entry-main .entry-content,
.post-5986 .entry-main .entry-content,
.post-5982 .entry-main .entry-content,
.post-5968 .entry-main .entry-content,
.post-5962 .entry-main .entry-content,
.post-5951 .entry-main .entry-content,
.post-5978 .entry-main .entry-content,
.post-5931 .entry-main .entry-content,
.post-5957 .entry-main .entry-content,
.post-4948 .entry-main .entry-content {
  text-align: center;
  box-shadow: none;
  padding: 8px;
}

body:not(.home) * {
  font-family: Poppins !important;
}

.acc-logout.dashicons-migrate:before {
  content: "\f310";
  font-family: 'dashicons';
  font-size: 53px;
  position: relative;
  top: 8px;
  color: #BF283B;
}

.acc-login {
  position: absolute;
  top: 0;
  text-align: right;
  right: 0px;
  text-align: center;
  color: #dd3333;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 10px;
}

.acc-login img {
  max-width: 35px;
}

.acc-login p {
  margin-bottom: 0;
}

.logged-in .acc-login {
  right: 70px;
}

a.acc-login.acc-logout.dashicons-migrate {
  right: 0px;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-moz-keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-o-keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.sports-title .sow-sub-headline {
  padding: 10px 0 5px;
}

.entertainment-row-co {
  align-items: unset !important;
}

.entertainment-row-co>div .sow-headline {
  color: #D0F8FF;
  text-shadow: 0 0 5px #dd3333, 0 0 10px #dd3333, 0 0 20px #dd3333, 0 0 30px #a5f1ff, 0 0 40px #dd3333;
  margin-bottom: 15px !important;
  font-size: 30px !important;
  animation: onoff 1s linear infinite alternate;
  -webkit-animation: onoff 1s linear infinite alternate;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.02em;
  -webkit-text-fill-color: transparent;
}

.entertainment-row-co>div .sow-headline b {
  font-weight: inherit !important;
}

.entertainment-row-co>div:nth-child(2) .sow-headline {
  animation-delay: 2s;
}

.entertainment-row-co .decoration-inside {
  box-shadow: 0 0 5px #a5f1ff, 0 0 10px #a5f1ff, 0 0 20px #a5f1ff, 0 0 30px #a5f1ff, 0 0 40px #a5f1ff;
}

@-webkit-keyframes onoff {
  0% {
    text-shadow: 0 0 5px #dd3333, 0 0 10px #dd3333, 0 0 20px #dd3333, 0 0 30px #a5f1ff, 0 0 40px #dd3333;
    -webkit-text-stroke-color: #fff;
  }

  100% {
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    -webkit-text-stroke-color: #fff;
  }
}

@keyframes onoff {
  0% {
    text-shadow: 0 0 5px #dd3333, 0 0 10px #dd3333, 0 0 20px #dd3333, 0 0 30px #a5f1ff, 0 0 40px #dd3333;
    -webkit-text-stroke-color: #fff;
  }

  100% {
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    -webkit-text-stroke-color: #fff;
  }
}

.entertainment-row-co>div {
  background: url(images/game-bg3.jpg) repeat center;
  box-shadow: inset 0 0 8px gold, 0 0 8px red;
  background-size: cover;
  padding: 55px 70px !important;
  position: relative;
  z-index: 2;
  animation: animate 30s linear infinite;
  -webkit-animation: slide 30s linear infinite;
}

.entertainment-row-co>div:after {
  content: '';
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 1920px;
  }
}

@keyframes slide {
  from{
    background-position: 0 0;
  }

  to {
    background-position: 1920px 1920px;
  }
}

.music-video {
  background: url('images/game-bg-entertainment.jpg') repeat center !important;
  background-size: cover !important;
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  position: relative;
  z-index: 2;
}

.music-video .panel-grid-cell:after {
  content: '';
  background: #05000a;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.music-video .comment_Form label {
  font-size: 18px;
}

.home .comment_Form .formwrap .comment-reply-title {
  font-size: 30px;
  color: #ffa41e !important;
  margin: 100px 0 50px;
  position: relative;
  text-transform: capitalize;
  display: block;
  text-shadow: 0 0 15px #dd3333;
}

.music-video .sow-headline {
  width: fit-content;
  overflow: hidden;
  margin: auto;
  padding: 15px 15px;
  text-shadow: 0 0 15px #dd3333;
  position: relative;
}

.music-video .sow-headline b {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  border: 1px solid #ffa41e;
  padding: 20px;
  width: 300px;
}

.music-video .sow-headline b:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffa41e;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  animation: animate-left 4s linear infinite;
}

.music-video .sow-headline b:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: #ffa41e;
  transform: translateY(-100%);
  right: 0;
  top: 0;
  animation: animate-top 4s linear infinite;
  animation-delay: 2s;
}

.music-video .sow-headline:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffa41e;
  transform: translateX(100%);
  bottom: 0;
  right: 0;
  animation: animate-right 4s linear infinite;
  animation-delay: 4s;
}

.music-video .sow-headline:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: #ffa41e;
  transform: translateY(100%);
  left: 0;
  bottom: 0;
  animation: animate-bottom 4s linear infinite;
  animation-delay: 6s;
}

@keyframes animate-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes animate-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes animate-top {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes animate-bottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.music-video .formwrap textarea {

  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  box-sizing: border-box;
  -webkit-animation: btn-shiny-outline 1.5s linear infinite;
  animation: btn-shiny-outline 1.5s linear infinite;
  -webkit-transition: background .1s ease-out, color .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out;
  margin: 30px 0;
  border-image-source: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
}


@-webkit-keyframes btn-shiny-outline {
  0% {

    box-shadow: 0 0 0 0 rgba(247, 149, 51, .8)
  }

  to {
    box-shadow: 0 0 0 20px rgba(244, 67, 54, 0)
  }
}

.music-video .comment_Form .form-group textarea:before {
  content: '';

  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: btn-shiny-outline 1.5s linear .5s infinite;
  animation: btn-shiny-outline 1.5s linear .5s infinite;
  content: "";
  border-radius: 4px;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #00DBDE 0%, #FC00FF 100%);
  filter: blur(20px);
  transition: 0.5s ease;
}

.site-header {
  padding: 0 !important;
}

body.responsive.layout-full #page-wrapper .site-header .full-container {
  max-width: 100% !important;
}

.site-header .notification-para {

  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  padding: 0;
  color: #FFFFFF;
  font-family: "obviously-narrow" !important;
  font-weight: 500;
  margin: 0 0 10px 0 !important;
}

.site-header .no-logo-overlay .mtphr-dnt-widget {
  position: relative;
  z-index: 1;
}

.site-header .no-logo-overlay .widget {
  background: url('images/header-slider-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header .no-logo-overlay {
  background: radial-gradient(51.59% 132.99% at 49.99% 142.18%, #F86223 0%, #F65E21 21%, #F1521D 41%, #E83E16 61%, #DD230C 80%, #CE0000 100%);
  width: 100%;
  margin-top: 10px !important;
}

.site-header .mtphr-dnt-tick-contents {
  padding: 0;
  display: flex;
  align-items: center;
  height: 52px !important;
}

.table-scrollable {
  overflow-x: auto;
  padding: 20px 0;
}

.post-table-common {
  border-collapse: collapse !important;
  margin: 0 !important;
}

.post-table-common .text-left {
  text-align: left;
}

.post-table-common .v-middle {
  vertical-align: middle;
}

.post-table-common th,
.post-table-common td {
  border: 1px solid #e5c100 !important;
  border-collapse: collapse !important;
  padding: 2px 4px;
  text-align: center;
}

.post-table-common th {
  font-size: 20px;
  background: #e5c100;
  color: #dd3333;
}

.post-table-common .heading-row td {
  font-weight: 500;
}

.post-table-common .heading td {
  font-weight: 600;
}

.post-table-common th {
  font-size: 20px;
}

.comments-area .comment-reply-title {
  border-color: #dd3333 !important;
  color: #dd3333 !important;
  text-transform: capitalize;
}

.comments-area #commentform .comment-form-comment textarea {
  width: 100%;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  box-sizing: border-box;
  -webkit-animation: btn-shiny-outline 1.5s linear infinite;
  animation: btn-shiny-outline 1.5s linear infinite;
  -webkit-transition: background .1s ease-out, color .1s ease-out;
  transition: background .1s ease-out, color .1s ease-out;
  margin: 20px 0 10px;
  border-color: #dd3333;
}

.comments-area .comment-form-comment label {
  font-weight: 500;
}

.site-main .panel-grid {
  margin-bottom: 20px !important;
}

.content-area article.post .entry-header h1.entry-title {
  color: #dd3333;
}

.paging-navigation .pagination {
  background: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging-navigation .pagination .page-numbers {
  background: transparent;
  color: #dd3333;
  box-shadow: none;
  font-size: 16px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 5px;
  border-color: #ff8213;
  transition: 0.5s ease all;
}

.paging-navigation .pagination .current.page-numbers,
.paging-navigation .pagination .page-numbers:hover {
  background: #e5c100;
  color: #dd3333;
  opacity: 1;
}

.paging-navigation .pagination .next.page-numbers,
.paging-navigation .pagination .prev.page-numbers {
  width: auto;
  padding: 0 5px;
}

.sfwa_footer-content .sfwa_footer_area:nth-child(1) .siteorigin-widget-tinymce br {
  display: none;
}

.sfwa_footer-content .sfwa_footer_area:nth-child(1) .siteorigin-widget-tinymce {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.pymt_carousel .slick-slide {
  margin: 10px;
}

/*contact us*/
.contact-tab .sow-tabs-panel-container {
  position: relative;
  z-index: 2;
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #ff7575, #34b7e3 46.85%, #ffd8a0 99.75%) !important;
}

.contact-tab .sow-tabs-panel-container:after {
  content: '';
  height: 100%;
  width: 84px;

  background: url('images/coin-shape.png');
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  animation: animIn 3s ease 0s infinite alternate;
}

@keyframes animIn {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.contact-tab .sow-tabs-panel-container {
  min-height: 250px;
  background: url(images/contact-tab-bg.png);
  color: #fff;
  background-size: cover;
}

.contact-tab .sow-tabs-panel-container:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: #000;
  z-index: -1;
}

.contact-tab .sow-tabs-panel:before {
  content: '';
  position: absolute;
  left: -40px;
  height: 100%;
  width: 100px;
  z-index: -1;
  background: url(images/contact-tab-shapebg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.contact-tab .wechats-colms h5 {
  color: #fff !important;
}

.gamegwrapper.mobile-game-page {
  width: 100%;
  margin: 0 !important;
}

body.mobile-games-main.responsive.layout-full #page-wrapper .full-container {
  width: 100%;
  max-width: 100%;
}

/*Responsive starts*/
@media (max-width: 1199px) {

  .entertainment-row-co>div .sow-headline {
    font-size: 28px !important;
  }
}

@media (max-width: 1024px) {
  .logged-in .acc-login {
    right: 70px;
  }

  .acc-logout.dashicons-migrate {
    right: 0px;
  }

  .mega-menu-primary-mobile-open #sticky-container {
    overflow-y: unset;
  }

  .mega-menu-primary-mobile-open.sticky {
    overflow: initial;
  }

  #masthead .site-navigation.sticky .mega-menu {
    max-height: 100vh !important;
    overflow-y: auto !important;
  }

  .mobile-navigation #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
    position: absolute;
    left: 0;
    width: 100%;
  }

  header#masthead .mobile-navigation .full-container {
    overflow: unset;
  }

  .site-header .notification-para {
    font-size: 18px;
  }
}

@media (max-width: 991px) {

  .site-header .mtphr-dnt-tick-contents {
    padding: 0;
  }

  .entertainment-row-co>div .sow-headline {
    font-size: 24px !important;
  }

  .entertainment-row-co>div {
    padding: 55px 30px !important;
  }

  .site-header .notification-para {
    margin: 0 0 10px 0 !important;
  }
}

@media (max-width: 767px) {
  .acc-login {
    font-size: 12px;
  }

  .site-header .mtphr-dnt-tick-contents {
    height: 45px !important;
  }

  .site-header .notification-para {
    margin: 0 0 4px 0 !important;
    font-size: 18px !important;
  }

  .home .site-header .notification-para {
    font-size: 18px !important;
  }

  .entertainment-row-co>div {
    padding: 25px 15px !important;
  }

  .acc-login img {
    max-width: 24px;
        margin-top: 5px;
        margin-bottom: -5px;
  }
  .acc-login {
      padding: 15px 10px;
  }
  .acc-logout.dashicons-migrate:before {
    font-size: 32px;
  }

  .sports-title .sow-sub-headline {
    padding: 10px 0 15px;
    font-size: 13px;
  }

  .music-video .sow-headline {
    padding: 12px 12px;
  }

  .music-video .sow-headline b {
    width: auto;
    max-width: 250px;
    padding: 15px 35px;
  }

  .music-video {
    padding-top: 50px !important;
    background-position: right center !important;
    padding-bottom: 50px !important;
  }

  .home .comment_Form .formwrap .comment-reply-title {
    font-size: 25px;
    margin: 50px 0 30px;
  }

  .gamegwrapper.mobile-game-page {
    margin: 0 !important;
    width: 100%;
  }

  .mobile-game-page .mobile-game,
  .mobile-game-page .btnwrapper {
    margin: 0 -25px;
  }

  .mobile-game-page .grid ul {
    max-height: 735px;
  }

  #commentform .logged-in-as {
    text-align: left;
  }

  .paging-navigation .pagination .page-numbers {
    height: 28px;
    width: 28px;
  }

  .contact-tab .sow-tabs-panel-container {
    background-position: right;
    min-height: 200px;
  }

  .contact-tab .sow-tabs-panel:before {
    left: -33px;
    width: 75px;
  }

  .contact-tab .sow-tabs-panel-container:after {
    width: 60px;
    right: -30px;
  }

  .promotion_container .promotion_carousel .slick-slide img {
    max-width: 150px;
    height: 150px;
    padding: 8px;
  }

  .promotion_container .promotion_carousel .slick-slide a p {
    max-width: 100%;
    width: 100%;
  }

  .payment_slider_foot {
    padding: 0;
  }

  .site-header .notification-para {
    font-size: 16px;
  }

  .header-menubar {
      margin-top: -26px;
  }

}

@media (max-width: 575px) {
  .type-post .entry-header .entry-thumbnail {
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -35px;
  }

  .post-table-common th {
    font-size: 16px;
  }

  .entertainment-row-co>div .sow-headline {
    font-size: 20px !important;
  }

  .main-banner .panel-grid-cell .widget_sow-headline {
    display: none;
  }

  .main-banner .panel-grid-cell .so-widget-sow-image-grid {
    margin-top: -25px;
  }

  .main-banner .panel-grid-cell .so-widget-sow-image-grid img {
    border-radius: 0;
  }

  body.responsive.layout-full #page-wrapper .site-header .full-container {
      max-width: 100% !important;
      box-sizing: border-box;
  }
  body.responsive #masthead .hgroup .logo img{
    height: 70px;
    margin-left: 0 !important;
  }
  .acc-logout.dashicons-migrate:before {
      font-size: 24px;
  }
  a.acc-login.acc-logout.dashicons-migrate {
      right: 0px;
      font-size: 10px;
      padding: 7px 7px;
  }
  .logged-in .acc-login {
      right: 54px;
      font-size: 10px;
      padding: 10px 7px;
  }
  .acc-login img {
    max-width: 18px;
    margin-top: 5px;
    margin-bottom: -5px;
  }
}


/*New Pages Style*/
body.responsive.layout-full #page-wrapper .full-container.custom-container {
  max-width: 1170px;
}

.header-menubar {
  display: none !important;
  padding: 0 0;
  font-family: Poppins;
  background: linear-gradient(0deg, #007A3D 0%, #18AC62 100%);
  background: -webkit-linear-gradient(0deg, #007A3D 0%, #18AC62 100%);
  background: -moz-linear-gradient(0deg, #007A3D 0%, #18AC62 100%);
  background-image: url(images/header-overlay.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-menubar .header-menubar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-menubar .header-menubar-inner ul.mobile-dynamic-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.header-menubar .header-menubar-inner ul.mobile-dynamic-menu li {
  position: relative;
}

.header-menubar .header-menubar-inner ul.mobile-dynamic-menu > li:nth-child(2),
.header-menubar .header-menubar-inner ul.mobile-dynamic-menu > li:last-child{
  display: none !important;
}

.header-menubar .header-menubar-inner>ul>li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background-color: #FFFFFF;
  opacity: 0.45;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.header-menubar .header-menubar-inner ul.mobile-dynamic-menu li a {
  color: #333;
  padding: 8px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  border-radius: 6px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  user-select: none;
  cursor: pointer;
}

.header-menubar .header-menubar-inner ul.mobile-dynamic-menu ul li a{
  font-size: 12px;
  line-height: 1.4;
}

.header-menubar .header-menubar-inner ul.mobile-dynamic-menu li a:focus,
.header-menubar .header-menubar-inner ul.mobile-dynamic-menu li a:hover {
  background-color: #18AC62;
  color: #fff;
  user-select: none;
}

.header-menubar .header-menubar-inner>ul.mobile-dynamic-menu>li.active>a,
.header-menubar .header-menubar-inner>ul.mobile-dynamic-menu>li:hover>a,
.header-menubar .header-menubar-inner>ul.mobile-dynamic-menu>li>a:hover,
.header-menubar .header-menubar-inner .dk-menu-items ul>li>a:hover {
  background-color: #017C3E;
}

.header-menubar .header-menubar-inner ul.mobile-dynamic-menu li.menu-item-has-children > a:after{
  content: "\f107";
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
}

.header-menubar .header-menubar-inner a:focus {
  outline: none !important;
}

.submenu-jr .main-content .left-main-menu + .full-container .ham_btn {
    background: #cf2e2e;
    text-align: center;
    padding: 7px 12px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.submenu-jr .main-content .left-main-menu + .full-container .ham_btn:focus,
.submenu-jr .main-content .left-main-menu + .full-container .ham_btn:hover {
  background: linear-gradient(0deg, #007A3D 0%, #18AC62 100%);
  background: -webkit-linear-gradient(0deg, #007A3D 0%, #18AC62 100%);
  background: -moz-linear-gradient(0deg, #007A3D 0%, #18AC62 100%);
}

.header-menubar .hamburger {
  width: 20px;
  height: 18px;
  position: relative;
  margin-top: -5px;
}

.header-menubar .hamburger:focus {
  outline: none;
}

.header-menubar .hamburger span {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 2px;
  display: block;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.header-menubar .hamburger span:nth-child(2) {
  top: 6px;
}

.header-menubar .hamburger span:last-child {
  top: 12px;
}

.header-menubar .hamburger.open span:first-child {
  left: 4px;
  top: 4px;
  transform: rotate(45deg);
}

.header-menubar .hamburger.open span:nth-child(2) {
  opacity: 0;
}

.header-menubar .hamburger.open span:last-child {
  left: 2px;
  top: 11px;
  transform: rotate(-45deg);
}

.header-menubar .mega-toggle-label{
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  display: block;
}


#pg-8621-0 {
  margin-bottom: 0 !important;
}

#pg-8621-1 {
  margin-bottom: 4px !important;
}

#pg-8621-2 {
  margin-bottom: 150px !important;
}

.cusContainer {
  max-width: 1170px;
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.homeBanner {
  margin-bottom: 4px !important;
}

.homeBanner img {
  vertical-align: bottom;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.bannerCat:before,
.bannerCat:after {
  display: none;
}

.bannerCat {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  column-gap: 4px;
}

.bannerCat>div {
  width: calc(50% - 2px) !important;
  margin: 0 !important;
}

.bannerCat .widget_text h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  max-width: 230px;
  text-align: left;
}

.bannerCat .widget_text a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 38px 38px 32px;
}


.catList {
  flex-wrap: wrap !important;
  align-items: initial !important;
  justify-content: center !important;
  gap: 30px;
  margin: 38px 0 150px !important;
}

.catList * {
  box-sizing: border-box;
}

.catList:before,
.catList:after {
  display: none;
}

.catList .panel-grid-cell {
  width: calc(20% - 24px) !important;
  border: 2px solid rgba(221, 47, 51, 0.2);
  border-radius: 4px;
  text-align: center;
}

.catList .widget_media_image {
  background-color: #FFF4F4;
  margin: 0 !important;
  min-height: 112px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.catList .widget_media_image img {
  box-shadow: none;
}

.catList .widget_text {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  margin: 12px 0 8px !important;
}

.catList .widget_sfwa_button_widget {
  margin: 0 0 16px !important;
}

.catList .widget_sfwa_button_widget button {
  background: transparent;
  border: 0;
  padding: 0;
}

.catList .widget_sfwa_button_widget button a {
  display: inline-block;
  background-color: #DD2F33;
  border: 2px solid #DD2F33;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 15px;
  min-width: 136px;
  text-align: center;
  border-radius: 8px;
  text-shadow: none;
}

.catList .widget_sfwa_button_widget button a:hover {
  background-color: transparent;
  color: #DD2F33;
}



@media (max-width: 1024px) {
  #pg-8621-2 {
    margin-bottom: 100px !important;
  }

  .bannerCat .widget_text a {
    padding: 20px;
  }

  .bannerCat .widget_text h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .bannerCat .widget_text img {
    max-width: 100px;
  }

  .catList {
    gap: 21px;
    margin-bottom: 100px !important;
  }

  .catList .panel-grid-cell {
    width: calc(33.33% - 14px) !important;
  }

  .header-menubar {
    display: block !important;
    position: relative;
    z-index: 9;
  }

  .site-header #sticky-container {
    display: none !important;
  }
}

@media (max-width: 780px) {
  #pg-8621-2 {
    margin-bottom: 70px !important;
  }

  .bannerCat>div {
    width: 100% !important;
  }

  .bannerCat>div+div {
    margin-top: 4px !important;
  }

  .bannerCat .widget_text a {
    padding: 15px;
  }

  .bannerCat .widget_text h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .catList {
    gap: 20px;
    flex-direction: initial !important;
    margin-bottom: 70px !important;
  }

  .catList .panel-grid-cell {
    width: calc(50% - 10px) !important;
    margin: 0 !important;
  }

  .catList .widget_text {
    font-size: 18px;
    line-height: 26px;
  }

}

@media (max-width: 576px) {
  .catList .panel-grid-cell {
    width: 100% !important;
  }
  .header-menubar .mega-toggle-label{
    font-size: 16px;
  }
  
}

@media (max-width: 480px) {
  #pg-8621-2 {
    margin-bottom: 50px !important;
  }

  .bannerCat .widget_text img {
    max-width: 70px;
  }

  .catList {
    margin-bottom: 50px !important;
  }
}

/* Account Page  */

.um-account .um-account-side {
  background: #fff;
  box-shadow: 0px 0px 5px 1px #ddd;
  border-radius: 8px;
}

.um-account-side>ul li {
  margin: 10px !important;
  border-radius: 4px;
}

.um-account-side>ul li .um-account-link {
  padding: 15px 10px;
  display: flex;
  align-items: center;
}

.um-account-side>ul li a span.um-account-arrow {
  top: inherit;
}

.um-account-side li a span.um-account-icon i {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.um-account-side>ul li a span.um-account-arrow i {
  color: #444;
}

.um-account-side li a.current,
.um-account-side li a.current:hover,
.um-account-side li a.current span.um-account-title,
.um-account-side li a:hover span.um-account-icon i,
.um-account-side li a:hover span.um-account-title,
.um-account-side>ul li a:hover span.um-account-arrow i,
.um-account-side>ul li a.current span.um-account-arrow i {
  color: #dd3333 !important;
  font-weight: 700;
}

.um-account-side li a:hover {
  color: #dd3333 !important;
  border-radius: 4px;
}

.um-account-main {
  width: calc(70% - 20px) !important;
  background: #fff;
  box-shadow: 0px 0px 5px 1px #ddd;
  border-radius: 8px;
  margin-left: 20px;
  padding: 30px 40px 50px !important;
}

.um-account-main div.um-account-heading {
  color: #dd3333 !important;
  padding-bottom: 30px !important;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px !important;
}

.um-account-main div.um-field .um-field-area input,
.um-account-main div.um-field label[name=um-erase-data] input {
  border: 1px solid #ddd !important;
  border-radius: 4px;
}

.um-account-main div.um-field .um-field-area input:focus,
.site-content .um.um-account .um-account-main div.um-field label[name=um-erase-data] input:focus {
  border: 1px solid #bbb !important;
  border-radius: 4px;
}

.um input[type=submit].um-button:hover,
.um a.um-button:hover,
.um-account-main div.um-field .um-request-button:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b29600), color-stop(1, #ffdb19)) !important;
}

.um-account-main div.um-field .um-request-button {
  background: #000;
  color: #fff;
}

.um-account-main div.um-field .um-field-area>select {
  width: -webkit-fill-available;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  padding: 8px 10px;
}

.um-account-tab .bank-account-details .table tr th,
.um-account-tab .bank-account-details .table tr td {
  padding: 10px;
}

.um-account-tab .bank-account-details .table tr td:first-child {
  width: 30%;
  border-left: 1px solid #ededed;
}

.um-account-tab-withdrawal .bank-account-details .table tr td:first-child {
  width: 20%;
}

.um-account-tab .bank-account-details .table tr td:last-child {
  text-align: center;
}

.um-account-tab .bank-account-details .table tr td {
  border-right: 1px solid #ededed;
  vertical-align: middle;
  line-height: normal;
}

.um-account-tab .bank-account-details .table tbody tr {
  border-bottom: 1px solid #ededed;
}

.um-account-tab .bank-account-details .table thead {
  border: none !important;
}

.um-account-tab .bank-account-details .table thead tr th {
  border-right: 1px solid #ededed;
}

.um-account-tab .bank-account-details .table thead tr th:first-child {
  border-left: 1px solid #ededed;
}

@media (max-width: 870px) {
  div.uimob800 .um-account-side li a span.um-account-icontip {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  div.uimob800 .um-account-main {
    max-width: 100% !important;
    padding: 20px !important;
    width: 86% !important;
  }
}

@media (max-width: 767px) {
  .um.um-account .um-account-tab .bank-table {
    overflow: auto;
  }

}

@media (max-width: 570px) {
  .um-account-main {
    width: 100% !important;
    margin: 0;
    padding: 15px !important;
  }

  .um-account-nav span.ico {
    top: 10px !important;
  }
}


.header-menubar .header-menubar-inner ul ul.dk-submenu-items {
  display: none;
}

.header-menubar .header-menubar-inner ul.dk-menu .dk-menu-items:hover .dk-submenu-items {
  display: block;
  position: absolute;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 4px 0 #bbb;
  width: 100%;
  top: 60px;
  border-radius: 4px;
}

.header-menubar .header-menubar-inner ul.dk-menu .dk-menu-items .dk-submenu-items:before {
  content: "";
  display: block;
  border-bottom: 12px solid #FFF;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  width: 0;
  position: absolute;
  top: -10px;
  right: 46px;
}

.header-menubar .header-menubar-inner ul.dk-menu .dk-menu-items .dk-submenu-items li {
  padding: 10px 5px !important;
}

.header-menubar .header-menubar-inner ul.dk-menu .dk-menu-items>a:after {
  content: '\f347';
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

.header-menubar .header-menubar-inner ul.dk-menu .dk-menu-items.account a:after {
  display: none;
}

.header-menubar .header-menubar-inner ul.dk-menu .dk-menu-items:first-child {
  padding-left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
  border-radius: 7px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
  width: initial;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu a {
  white-space: pre;
}


@media (max-width:1024px) {
  #main-menu {
    max-height: 60vh;
    overflow: auto;
  }

  #main-menu:before {
    content: "";
    display: block;
    border-bottom: 12px solid #FFF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 0;
    position: absolute;
    top: -10px;
    right: 8px;
  }

  .header-menubar {
    padding: 40px 20px 18px;
  }

  #masthead.force-responsive .hgroup #header-sidebar {
    margin-bottom: -28px;
  }
  .submenu-jr .main-content .right-menu {
    display: none !important;
  }
  .submenu-jr .main-content .right-menu>ul,
  .submenu-jr .main-content .right-menu>ul.dk-menu {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 16px;
  }

  .submenu-jr .main-content .right-menu>ul>li,
  .submenu-jr .main-content .right-menu>ul.dk-menu>li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .submenu-jr .main-content .right-menu>ul>li>a,
  .submenu-jr .main-content .right-menu>ul>li>span,
  .submenu-jr .main-content .right-menu>ul.dk-menu>li>a,
  .submenu-jr .main-content .right-menu>ul.dk-menu>li>span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  .submenu-jr .main-content .right-menu>ul>li>span,
  .submenu-jr .main-content .right-menu>ul.dk-menu>li>span {
    cursor: auto;
  }

  .submenu-jr .main-content .right-menu>ul>li .right-svg,
  .submenu-jr .main-content .right-menu>ul.dk-menu>li .right-svg {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid rgba(221, 47, 51, 0.20);
    background: #FAE0E0;
  }

  .submenu-jr .main-content .right-menu>ul.dk-menu .dk-menu-items:after {
    content: '\f347';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    color: #000;
    right: 0;
    top: 8px;
    position: absolute;
    z-index: 99;
  }

  .header-menubar .header-menubar-inner ul.dk-menu .dk-menu-items:hover .dk-submenu-items {
    display: block;
    background: transparent;
    padding: 0 !important;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
  }

  .header-menubar .header-menubar-inner ul.dk-menu .dk-menu-items .dk-submenu-items:before {
    display: none;
  }

  .submenu-jr .main-content .right-menu .dk-menu>.dk-menu-items .dk-submenu-items>li {
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
  }

  .submenu-jr .main-content .right-menu .dk-menu>.dk-menu-items .dk-submenu-items>li:last-child {
    margin: 0 !important;
  }

  .header-menubar .header-menubar-inner .dk-menu-items ul li a {
    background-color: transparent;
    user-select: none;
    color: #000;
    padding: 0 0 0 50px;
    font-size: 13px;
    line-height: 1.2;
  }

  .submenu-jr .lang-dropdown .nav-tabs {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  .submenu-jr .lang-dropdown .nav-tabs li:first-child a {
    border: 0;
    color: #000;
    width: auto;
    padding: 0;
  }

  .submenu-jr .lang-dropdown .nav-tabs>li {
    padding: 24px 24px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
  }

  .submenu-jr .lang-dropdown .nav-tabs>li>a {
    padding: 0 10px;
    display: flex;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    width: 46px;
    height: 30px;
    position: relative;
    user-select: none;
    align-items: center;
  }

  .submenu-jr .lang-dropdown .nav-tabs>li.pll-parent-menu-item>a:after {
    content: '\f347';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: -10px 0 0 0;
    vertical-align: top;
    color: #000;
    right: 7px;
    top: 50%;
    position: absolute;
    z-index: 99;
  }

  .submenu-jr .lang-dropdown .nav-tabs>li>a img {
    width: 24px !important;
    height: auto !important;
  }

  .submenu-jr .lang-dropdown .nav-tabs>li>a span {
    display: none;
  }

  .submenu-jr .lang-dropdown .nav-tabs .sub-menu {
    position: absolute;
    z-index: 99;
    background: #fff;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 0 4px 0 #bbb;
    border-radius: 4px;
    top: 60px;
  }

  .submenu-jr .lang-dropdown .nav-tabs .sub-menu>li {
    padding: 0px 26px 0px 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .submenu-jr .lang-dropdown .nav-tabs .sub-menu>li a {
    padding: 5px 6px;
    width: 100%;
    justify-content: flex-start;
  }

  .submenu-jr .lang-dropdown .nav-tabs .sub-menu>li a img {
    width: 24px !important;
    height: auto !important;
  }

  .submenu-jr .lang-dropdown .nav-tabs .sub-menu>li a span {
    color: #000;
    font-size: 12px;
    display: none;
  }
    body.responsive.layout-full #page-wrapper {
    overflow-y: initial;
  }
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{
    width: 100%;
  }
}

@media (max-width: 480px) {
  .submenu-jr .main-content .left-menu {
    padding: 16px 16px 0;
  }
}