body {
    padding: 0;
    margin: 0
}

#unity-container {
    position: absolute
}

#unity-container.unity-desktop {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#unity-container.unity-mobile {
    position: fixed;
    width: 100%;
    height: 100%
}

#unity-canvas {
    background-color: BACKGROUND_COLOR;
}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

#unity-logo {
    width: 154px;
    height: 130px;
    background: url('unity-logo-light.png') no-repeat center
}

#unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-empty-light.png') no-repeat center
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-full-light.png') no-repeat center
}

#unity-footer {
    position: relative
}

.unity-mobile #unity-footer {
    display: none
}

#unity-webgl-logo {
    float: left;
    width: 204px;
    height: 38px;
    background: url('webgl-logo.png') no-repeat center
}

#unity-build-title {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    font-family: arial;
    font-size: 18px
}

#unity-fullscreen-button {
    float: right;
    width: 38px;
    height: 38px;
    background: url('fullscreen-button.png') no-repeat center
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}

#popup {
    display: none; /* Initially hidden */
    position: fixed;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%) scale(0); /* Start scaled down to 0 */
    width: 80%; /* Width relative to viewport */
    max-width: 600px; /* Max width */
    height: auto; /* Height based on content */
    background-color: rgba(255, 255, 255, 0.95); /* Slightly transparent white */
    border: 2px solid #333; /* Dark border */
    border-radius: 12px; /* Rounded corners */
    overflow: hidden; /* Hide overflow */
    z-index: 9999; /* High z-index */
    padding: 20px; /* Padding inside the popup */
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); /* Soft shadow */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transitions for opacity and scaling */
}


#popup-overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dark overlay */
    z-index: 9998; /* Below popup */
}

#close-popup {
    cursor: pointer;
    font-size: 22px; /* Larger close button */
    font-weight: bold; /* Bold text */
    color: #e63946; /* Eye-catching color */
    float: right; /* Align to right */
    margin: -10px -10px 10px 0; /* Adjust margins */
    transition: color 0.3s ease; /* Smooth color change */
}

#close-popup:hover {
    color: #d62839; /* Darker on hover */
}

#terms-content {
    max-height: calc(70vh - 50px); /* Max height for scrolling, adjusted for close button */
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 10px; /* Inner padding */
    font-family: Arial, sans-serif; /* Font family */
    line-height: 1.6; /* Improved line height for readability */
    color: #333; /* Text color */
}

/* Optional: Style scrollbar for webkit browsers */
#terms-content::-webkit-scrollbar {
    width: 8px; /* Width of scrollbar */
}

#terms-content::-webkit-scrollbar-thumb {
    background: #888; /* Color of scrollbar thumb */
    border-radius: 4px; /* Rounded corners */
}

#terms-content::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker on hover */
}

:root {
    --baner-border-radius: 10px;
    --buttons-border-radius: 6px;
  }

  #lmk_cookiebaner_container {
    background-color: #ffffff;
    border-color: #c02e2b;
    border-radius: var(--baner-border-radius);
    box-shadow: var(--default-box-shadow);
    font-size: 16px;
  }

  #lmk_cookiebaner_container .lmk_cookiebaner_container__heading {
    color: #c02e2b;
  }

  .lmk_cookiebaner_container__description {
    color: #000000;
  }

  .lmk_cookiebaner_container__read_more {
    color: #c02e2b;
  }

  .lmk_cookiebaner__btn {
    border-radius: var(--buttons-border-radius);
  }

  #lmk_cookiebaner__customize {
    color: #000000;
    background-color: transparent;
    border: 1px solid transparent;
  }

  #lmk_cookiebaner__customize:hover {
    color: #000000;
    background-color: #90d0eb;
  }

  #lmk_cookiebaner__decline_all {
    color: #000000;
    background-color: transparent;
    border: 1px solid transparent;
  }

  #lmk_cookiebaner__decline_all:hover {
    color: #ffffff;
    background-color: #c02e2b;
  }

  #lmk_cookiebaner__accept_all {
    color: #ffffff;
    background-color: #61a229;
    border: 1px solid transparent;
  }

  #lmk_cookiebaner__accept_all:hover {
    color: #ffffff;
    background-color: #4a8815;
  }
</style>
<style>
  #lmk_customize_container {
    background-color: #ffffff;
    border-color: #c02e2b;
    border-radius: var(--baner-border-radius);
    box-shadow: var(--default-box-shadow);
  }

  #lmk_customize_container .lmk_customize_container__heading {
    color: #c02e2b;
  }

  #lmk_customize_container .lmk_customize_container__description,
  #lmk_customize_container .lmk_customize_container__description a,
  lmk_customize_container__description a:hover {
    color: #000000;
  }

  #lmk_customize_container
    #lmk_customize_cookies_list_container
    .lmk_customize_cookies_list__category:first-of-type {
    border-radius: var(--baner-border-radius) var(--baner-border-radius) 0 0;
  }

  #lmk_customize_container
    #lmk_customize_cookies_list_container
    .lmk_customize_cookies_list__category:first-of-type
    .lmk_customize_cookies_list__accordion {
    border-radius: var(--baner-border-radius) var(--baner-border-radius) 0 0;
  }

  #lmk_customize_container
    #lmk_customize_cookies_list_container
    .lmk_customize_cookies_list__category:first-of-type
    .lmk_customize_cookies_list__panel {
    border-radius: var(--baner-border-radius) var(--baner-border-radius) 0 0;
  }

  #lmk_customize_container
    #lmk_customize_cookies_list_container
    .lmk_customize_cookies_list__category:last-of-type {
    border-radius: 0 0 var(--baner-border-radius) var(--baner-border-radius);
  }

  #lmk_customize_container
    #lmk_customize_cookies_list_container
    .lmk_customize_cookies_list__category:last-of-type
    .lmk_customize_cookies_list__accordion:not(.active) {
    border-radius: 0 0 var(--baner-border-radius) var(--baner-border-radius);
  }

  #lmk_customize_container
    #lmk_customize_cookies_list_container
    .lmk_customize_cookies_list__category:last-of-type
    .lmk_customize_cookies_list__panel {
    border-radius: 0 0 var(--baner-border-radius) var(--baner-border-radius);
  }

  #lmk_customize_container .lmk_customize_cookies_list__category__title {
    color: #000000;
  }

  #lmk_customize_container .lmk_customize_cookies_list__category__badge {
    border-radius: var(--baner-border-radius);
  }

  #lmk_customize_container
    .lmk_customize_cookies_list__category__check__switch
    .lmk_customize_cookies_list__category__check__slider::before {
    background-color: #ffffff;
  }

  #lmk_customize_container
    .lmk_customize_cookies_list__category__check__switch
    .lmk_customize_cookies_list__category__check__slider {
    background-color: #cdcdcd;
  }

  #lmk_customize_container
    .lmk_customize_cookies_list__category__check__switch
    input:checked
    + .lmk_customize_cookies_list__category__check__slider {
    background-color: #61a229;
  }

  #lmk_customize_container .lmk_cookiebaner__btn {
    border-radius: var(--buttons-border-radius);
  }

  #lmk_customize_container #lmk_customize__accept_all {
    color: #ffffff;
    background-color: #61a229;
    border: 1px solid transparent;
  }

  #lmk_customize_container #lmk_customize__accept_all:hover {
    color: #ffffff;
    background-color: #61a229;
  }

  #lmk_customize_container #lmk_customize__save {
    color: #000000;
    background-color: transparent;
    border: 1px solid #cdcdcd;
  }

  #lmk_customize_container #lmk_customize__save:hover {
    color: #ffffff;
    background-color: #61a229;
  }
</style>
<style>
  :root {
    --baner-border-radius: 10px;
    --buttons-border-radius: 6px;
  }

  #lmk_revisit_baner_container {
    background-color: #c02e2b;
    border-color: #bf0300;
    border-radius: 50%;
    box-shadow: var(--default-box-shadow);
  }

  #lmk_revisit_baner_container:hover {
    background-color: #bf0300;
  }
</style>
<style type="text/css">
  .recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
  }
</style>
<style type="text/css">
  .site-title,
  .site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
  }
</style>
<style media="all" id="siteorigin-panels-layouts-head">
  /* Layout 447 */
  #pgc-447-0-0 {
    width: 100%;
    width: calc(100% - (0 * 30px));
  }
  #pl-447 .so-panel {
    margin-bottom: 30px;
  }
  #pl-447 .so-panel:last-of-type {
    margin-bottom: 0px;
  }
  @media (max-width: 780px) {
    #pg-447-0.panel-no-style,
    #pg-447-0.panel-has-style > .panel-row-style,
    #pg-447-0 {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    #pg-447-0 > .panel-grid-cell,
    #pg-447-0 > .panel-row-style > .panel-grid-cell {
      width: 100%;
      margin-right: 0;
    }
    #pl-447 .panel-grid-cell {
      padding: 0;
    }
    #pl-447 .panel-grid .panel-grid-cell-empty {
      display: none;
    }
    #pl-447 .panel-grid .panel-grid-cell-mobile-last {
      margin-bottom: 0px;
    }
  }
</style>
<link
  rel="icon"
  href="https://boomhits.com/wp-content/uploads/2021/03/favikonka.png"
  sizes="32x32"
/>
<link
  rel="icon"
  href="https://boomhits.com/wp-content/uploads/2021/03/favikonka.png"
  sizes="192x192"
/>
<link
  rel="apple-touch-icon"
  href="https://boomhits.com/wp-content/uploads/2021/03/favikonka.png"
/>
<meta
  name="msapplication-TileImage"
  content="https://boomhits.com/wp-content/uploads/2021/03/favikonka.png"
/>
<style type="text/css" id="wp-custom-css">
  @font-face {
    font-family: Averta;
    src: url(/wp-content/themes/boomhits/inc/fonts/371966_0_0.eot);
    src: url(/wp-content/themes/boomhits/inc/fonts/371966_0_0.eot?#iefix)
        format("embedded-opentype"),
      url(/wp-content/themes/boomhits/inc/fonts/371966_0_0.woff2)
        format("woff2"),
      url(/wp-content/themes/boomhits/inc/fonts/371966_0_0.woff)
        format("woff"),
      url(/wp-content/themes/boomhits/inc/fonts/371966_0_0.ttf)
        format("truetype");
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: Averta;
    src: url(/wp-content/themes/boomhits/inc/fonts/371966_1_0.eot);
    src: url(/wp-content/themes/boomhits/inc/fonts/371966_1_0.eot?#iefix)
        format("embedded-opentype"),
      url(/wp-content/themes/boomhits/inc/fonts/371966_1_0.woff2)
        format("woff2"),
      url(/wp-content/themes/boomhits/inc/fonts/371966_1_0.woff)
        format("woff"),
      url(/wp-content/themes/boomhits/inc/fonts/371966_1_0.ttf)
        format("truetype");
    font-weight: 400;
    font-style: normal;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Averta, sans-serif;
  }
  .codedropz-upload-wrapper {
    margin-top: 4px;
  }
  .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    text-decoration: none;
    box-shadow: none;
    background: #c12e2b;
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 4px;
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .dnd-upload-status .dnd-upload-details .name span {
    color: #444242;
  }

  body.single-post #primary.content-area {
    margin-top: inherit;
  }

  .nav-links {
    max-width: 1170px;
    margin: 0 auto;
  }

  .nav-links a {
    background: #c02e2a;
    color: white;
    display: inline-block;
    padding: 10px 24px 6px;
    text-decoration: none;
    transition: background 0.2s ease-in;
  }

  .nav-links a:hover {
    background: black;
  }

  .nav-links .nav-next a:after {
    content: "→";
    margin-left: 24px;
  }

  .nav-links .nav-previous a:before {
    content: "←";
    margin-right: 24px;
  }

  body.single-post .post-thumbnail img {
    width: 100%;
  }

  body.single-post footer #socials-menu {
    margin-top: 0;
  }
  body.single-post .entry-tags {
    margin-top: 24px;
  }

  body.single-post .entry-date,
  body.single-post .entry-categories,
  body.archive .entry-date,
  body.archive .entry-categories,
  body.blog .entry-date,
  body.blog .entry-categories {
    display: inline-block;
  }
  body.single-post .entry-meta a,
  body.archive .entry-meta a,
  body.blog .entry-meta a {
    text-decoration: none;
    color: #444;
    font-weight: bold;
  }
  body.archive .archive-listing .entry-meta {
  }

  .archive-listing-entry-content {
    margin-top: 0;
    margin-bottom: 48px;
  }
  body.single-post .entry-title {
    margin-bottom: 0;
  }
  body.single-post .entry-tags ul,
  body.archive .archive-listing .entry-meta ul,
  body.blog .archive-listing .entry-meta ul {
    margin: 0;
    padding-left: 0;
  }
  body.single-post .entry-tags li {
    list-style-type: none;
    display: inline-block;
    margin: 0 6px;
  }
  body.archive .archive-listing .entry-tags li,
  body.blog .archive-listing .entry-tags li {
    list-style-type: none;
    display: inline-block;
    margin: 0 12px 0 0;
  }
  body.single-post .entry-tags li a {
    color: white;
    display: inline-block;
    background: #c02e2a;
    color: white;
    padding: 4px 12px;
    text-decoration: none;
    transition: background 0.2s ease-in;
  }

  .archive-listing-entry-content .archive-read-more {
    color: white;
    display: inline-block;
    background: #c02e2a;
    color: white;
    padding: 5px 12px 3px;
    text-decoration: none;
    transition: background 0.2s ease-in;
  }

  .archive-listing-entry-content .archive-read-more:hover {
    background: black;
  }

  body.archive .archive-listing .entry-tags li,
  body.blog .archive-listing .entry-tags li {
    color: #c02e2a;
    display: inline-block;

    color: white;
    padding: 0 4px 0 0;
    text-decoration: none;
    transition: background 0.2s ease-in;
  }

  body.archive .archive-listing .entry-tags li a,
  body.blog .archive-listing .entry-tags li a {
    color: #c02e2a;
    background: transparent !important;
    font-weight: normal;
  }

  .archive-listing .post-thumbnail img {
    width: 100%;
  }

  .archive-listing .entry-tags li a:before {
    content: "#";
  }
  .entry-tags li a:hover {
    background: black;
  }
  body.single-post .entry-meta {
    text-align: center;
  }

  body.single-post .entry-content {
    max-width: 1170px;
    margin: 60px auto;
  }

  body.archive #primary.content-area,
  body.blog #primary.content-area {
    max-width: 1170px;
    margin: 0px auto 60px;
  }

  body.archive h1,
  body.blog h1 {
    text-align: center;
    margin-bottom: 48px;
  }

  body.archive h1 span {
    color: #c02e2a;
  }

  .archive-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    grid-gap: 16px;
  }

  .archive-listing article:nth-of-type(1) {
    grid-column: span 2;
  }

  body.archive h2.entry-title a,
  body.blog h2.entry-title a {
    text-decoration: none;
    color: #444;
  }

  body.archive h2.entry-title,
  body.blog h2.entry-title {
    margin-bottom: 4px;
  }

  body.single-post .entry-content img.alignright {
    max-width: 50%;
    margin-top: -55px;
  }

  body.page .post-thumbnail {
    display: none;
  }

  body #home-tile-contest,
  body.page:not(body.home) #home-tile-contest {
    display: block !important;
    margin-top: -20px;
  }

  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal
    li.cf7_mls_steps_item
    .cf7_mls_steps_item_icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/form-step-game-todo.png);
    background-position: center 12px !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
  }

  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal
    li:nth-of-type(2)
    .cf7_mls_steps_item_icon {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/form-step-team-todo.png);
    background-position: center 14px !important;
  }
  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal
    li:nth-of-type(1).active
    .cf7_mls_steps_item_icon {
    background-color: rgba(228, 97, 108, 0.1) !important;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/form-step-game-done.png) !important;
  }
  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal
    li:nth-of-type(1).active
    .cf7_mls_steps_item_icon {
    background-color: #e4616c !important;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/form-step-game-active.png) !important;
  }

  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal
    li:nth-of-type(2).active
    .cf7_mls_steps_item_icon {
    background-color: rgba(228, 97, 108, 0.1) !important;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/form-step-team-done.png) !important;
  }
  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal
    li:nth-of-type(2).active
    .cf7_mls_steps_item_icon {
    background-color: #e4616c !important;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/form-step-team-active.png) !important;
  }
  .tosek ol.list-letter li {
    list-style-type: lower-alpha;
  }

  .tosek ol.list-iii li {
    list-style-type: lower-roman;
  }

  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal
    li:nth-of-type(3)
    .cf7_mls_steps_item_icon {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/form-step-contact-todo.png);
    background-position: center 14px !important;
  }

  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal
    li:nth-of-type(3).active
    .cf7_mls_steps_item_icon {
    background-color: rgba(228, 97, 108, 0.1) !important;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/form-step-contact-done.png) !important;
  }
  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal
    li:nth-of-type(3).active
    .cf7_mls_steps_item_icon {
    background-color: #e4616c !important;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/form-step-contact-active.png) !important;
  }

  .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal
    .cf7mls_progress_bar_title:after {
    display: none;
  }

  .cf7_mls_steps_item_icon .cf7_mls_count_step,
  .cf7_mls_steps_item_icon .cf7_mls_check {
    display: none !important;
  }

  .cf7_mls_steps_item_content p.cf7mls_progress_bar_title {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #8f93a3;
    font-weight: bold;
  }

  li.current .cf7_mls_steps_item_content p.cf7mls_progress_bar_title {
    color: #454954 !important;
  }

  .cf7_mls_steps_item_content p.cf7mls_progress_bar_title:before {
    content: "Step 1";
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #8f93a3;
    margin-top: 4px;
  }

  ul.cf7mls_bar_style_navigation_horizontal_squaren
    li:nth-of-type(2)
    .cf7_mls_steps_item_content
    p.cf7mls_progress_bar_title:before {
    content: "Step 2";
  }
  ul.cf7mls_bar_style_navigation_horizontal_squaren
    li:nth-of-type(3)
    .cf7_mls_steps_item_content
    p.cf7mls_progress_bar_title:before {
    content: "Step 3";
  }

  li.current
    .cf7_mls_steps_item_content
    p.cf7mls_progress_bar_title:before {
    color: #e4616c !important;
  }

  body.page-id-864 h1,
  body.page-id-1219 h1,
  body.page-id-1233 h1,
  body.page-id-1229 h1 {
    display: none;
  }

  body.page-id-864 header,
  body.page-id-1219 header,
  body.page-id-1233 header,
  body.page-id-1229 header {
    background: #f7f7f9;
  }

  .discord-box p,
  .discord-box a {
    color: white;
  }

  .discord-box img {
    width: 188px;
    margin-left: 16px;
    margin-top: -50px;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
  .discord-box p {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
  }

  .discord-box a {
    text-decoration: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
  }

  .discord-box {
    cursor: pointer;
    margin-bottom: -16px;
  }

  .competition-form-title h2 {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
  }

  body.page-id-1041 h1,
  body.page-id-1196 h1,
  body.page-id-1191 h1,
  body.page-id-1188 h1 {
    display: none !important;
  }

  .competition-form-title h2 span {
    color: #e4616c;
  }

  .contest-joining-box img {
    margin-top: -0px;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/bg_left.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .contest-guidelines-box img {
    margin-top: -0px;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/bg_right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .contest-guidelines-box-post a {
    display: block;
    padding-bottom: 21px;
    font-size: 16px;
    line-height: 42px;
    /* identical to box height, or 262% */

    text-decoration-line: underline;

    color: #0171e9;
  }

  .contest-boom-box {
    text-align: center;
    padding-top: 53px;
    padding-bottom: 53px;
    margin-top: 64px;
  }

  .boom {
    display: block;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    text-align: center !important;
  }

  .deadline {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
    text-align: center !important;
    color: white;
  }

  .contest-boom-box #contest-banner-button {
    margin-bottom: 0;
  }
  .contest-boom-box #contest-banner-button a:hover {
    background: #f5c138;
  }
  #home-tile-contest {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/contest-background.png),
      linear-gradient(white, #f7f7f9);
  }

  #contest-banner-logos {
    padding-top: 84px;
    padding-bottom: 56px;
    text-align: center;
  }

  body.page-id-864 #contest-banner-logos p,
  body.page-id-1219 #contest-banner-logos p,
  body.page-id-1229 #contest-banner-logos p,
  body.page-id-1233 #contest-banner-logos p,
  body.page:not(.home) #contest-banner-logos {
    padding-top: 0 !important;
    text-align: center !important;
  }

  h2.contest-prizes {
    font-size: 32px;
    line-height: 42px;
    color: #17181c;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .contest-prizes-columns > div {
    background: white;
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition: margin 0.1s ease-in-out;
  }

  .contest-prizes-columns > div:hover,
  .contest-treats-columns > div:hover {
    margin-top: -4px;
  }

  .contest-treats-columns > div {
    background: #f7f7f9;
    border-radius: 20px;
    min-height: 240px;
    transition: margin 0.1s ease-in-out;
  }

  .contest-treats-columns .textwidget {
    padding: 32px;
  }
  .contest-treats-columns .textwidget p:nth-of-type(2),
  .contest-treats-columns .textwidget p:nth-of-type(3) {
    padding-left: 44px;
  }

  .contest-treats-columns .textwidget p:nth-of-type(3) {
    margin-bottom: 0;
  }

  .treats-logo {
    margin-top: -8px;
    position: relative;
  }

  .treats-mopub-1,
  .treats-mopub-2,
  .treats-luna-1,
  .treats-snap-1,
  .treats-snap-2 {
    position: relative;
  }

  .treats-mopub-1::before,
  .treats-mopub-2::before,
  .treats-luna-1::before,
  .treats-snap-1::before,
  .treats-snap-2::before {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .treats-mopub-1::before {
    content: "🎁";
  }
  .treats-mopub-2::before {
    content: "🔮";
  }
  .treats-luna-1::before {
    content: "🎯";
  }
  .treats-snap-1::before {
    content: "🕶";
  }
  .treats-snap-2::before {
    content: "🎟";
  }

  .treats-logo.treats-logo-snap {
    margin-top: -28px;
  }
  .treats-mopub-1 {
    margin-top: -4px;
  }

  .treats-snap-1 {
    margin-top: -9px;
  }

  .contest-joining-box .textwidget {
    padding: 0 64px 0 32px;
  }

  .contest-guidelines-box .textwidget {
    padding: 0 32px 0 94px;
  }
  h2.contest-treats {
    margin-top: 110px;
    margin-bottom: 64px;
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
    color: #17181c;
    text-align: center;
  }

  h2.contest-treats span {
    display: inline-block;
    position: relative;
  }
  h2.contest-treats span:before,
  h2.contest-treats span:after {
    content: "";
    position: absolute;
    height: 20px;
    border-bottom: 1px solid #e3e4e8;
    top: 0;
    width: 480px;
  }
  h2.contest-treats span:before {
    right: 100%;
    margin-right: 32px;
  }
  h2.contest-treats span:after {
    left: 100%;
    margin-left: 32px;
  }

  .contest-prizes-columns .textwidget {
    padding: 32px;
  }

  .contest-joining-box img {
    margin-top: -44px;
    background-repeat: no-repeat;
  }

  .contest-joining-box {
    padding-bottom: 48px;
  }
  .joining-achievments p,
  .contest-guidelines-box p {
    position: relative;
    padding-left: 44px;
  }
  .joining-achievments p:before,
  .contest-guidelines-box p:before {
    width: 20px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 4px;
    content: "";
    background-image: url("https://boomhits.com/wp-content/uploads/2021/06/tick.png");
  }

  h2.contest-prizes.contest-joining {
    background: #f7f7f9;
    margin-top: 96px;
    padding-top: 64px;
    padding-bottom: 24px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 0;
  }
  .contest-prizes-columns hr,
  .contest-treats-columns hr {
    background-color: #e3e4e8;
  }

  .contest-treats-columns hr {
    margin-top: 24px;
  }

  .treats-disc {
    margin-bottom: 0px !important;
    display: block;
    text-align: center !important;
  }

  .prize-tos,
  .treats-disc {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: block;
    color: #8f93a3;
    margin-bottom: -27px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .prize-amount {
    display: block;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #17181c;
  }

  .prize-desc {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #454854;
    display: block;
  }
  .prize-tos a {
    color: #8f93a3;
  }

  .prize-tos a:hover {
    color: #e4616c;
  }
  #contest-banner-logos p {
    margin: 0;
    vertical-align: middle;
  }

  body.page-id-864 .container,
  body.page-id-1219 .container,
  body.page-id-1229 .container,
  body.page-id-1233 .container {
    max-width: 1200px;
  }

  /* form */

  .wpcf7#wpcf7-f1040-p1041-o1 label,
  .wpcf7#wpcf7-f1040-p1041-o1 p,
  .wpcf7#wpcf7-f1185-p1188-o1 label,
  .wpcf7#wpcf7-f1185-p1188-o1 p,
  .wpcf7#wpcf7-f1187-p1196-o1 label,
  .wpcf7#wpcf7-f1187-p1196-o1 p,
  .wpcf7#wpcf7-f1186-p1191-o1 label,
  .wpcf7#wpcf7-f1186-p1191-o1 p {
    text-transform: none;
    font-size: 13px;
    line-height: 12px;
    color: #8f93a3;
  }
  .wpcf7#wpcf7-f1040-p1041-o1 input:not(.wpcf7-submit),
  .wpcf7#wpcf7-f1040-p1041-o1 textarea,
  .wpcf7#wpcf7-f1185-p1188-o1 input:not(.wpcf7-submit),
  .wpcf7#wpcf7-f1185-p1188-o1 textarea,
  .wpcf7#wpcf7-f1187-p1196-o1 input:not(.wpcf7-submit),
  .wpcf7#wpcf7-f1187-p1196-o1 textarea,
  .wpcf7#wpcf7-f1186-p1191-o1 input:not(.wpcf7-submit),
  .wpcf7#wpcf7-f1186-p1191-o1 textarea {
    margin-top: 4px;
    font-size: 15px;
    line-height: 12px;
    color: #17181c;
    border-radius: 4px;
    border-color: #8f93a3;
    width: 100%;
  }

  .wpcf7#wpcf7-f1040-p1041-o1 textarea,
  .wpcf7#wpcf7-f1040-p1041-o1 input,
  .wpcf7#wpcf7-f1185-p1188-o1 textarea,
  .wpcf7#wpcf7-f1185-p1188-o1 input,
  .wpcf7#wpcf7-f1187-p1196-o1 textarea,
  .wpcf7#wpcf7-f1187-p1196-o1 input,
  .wpcf7#wpcf7-f1186-p1191-o1 textarea,
  .wpcf7#wpcf7-f1186-p1191-o1 input {
    padding: 12px;
  }

  .wpcf7#wpcf7-f1040-p1041-o1 .wpcf7-list-item,
  .wpcf7#wpcf7-f1185-p1188-o1 .wpcf7-list-item,
  .wpcf7#wpcf7-f1187-p1196-o1 .wpcf7-list-item,
  .wpcf7#wpcf7-f1186-p1191-o1 .wpcf7-list-item {
    margin: 0 !important;
    height: auto;
    display: block;
    width: auto;
    border: none !important;
  }

  .wpcf7#wpcf7-f1040-p1041-o1 .wpcf7-form-control.wpcf7-radio,
  .wpcf7#wpcf7-f1185-p1188-o1 .wpcf7-form-control.wpcf7-radio,
  .wpcf7#wpcf7-f1187-p1196-o1 .wpcf7-form-control.wpcf7-radio,
  .wpcf7#wpcf7-f1186-p1191-o1 .wpcf7-form-control.wpcf7-radio {
    margin: 0;
    margin-top: 16px;
    border-radius: 0;
    border: none;
    width: 140px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
  }

  .wpcf7#wpcf7-f1040-p1041-o1 .wpcf7-form-control.wpcf7-submit,
  .wpcf7#wpcf7-f1185-p1188-o1 .wpcf7-form-control.wpcf7-submit,
  .wpcf7#wpcf7-f1187-p1196-o1 .wpcf7-form-control.wpcf7-submit,
  .wpcf7#wpcf7-f1186-p1191-o1 .wpcf7-form-control.wpcf7-submit {
    color: white !important;
    text-transform: none;
    background: #e4616c;
    margin-right: 6px !important;
    font-size: 13px !important;
  }
  .wpcf7#wpcf7-f1040-p1041-o1 .wpcf7-acceptance .wpcf7-list-item,
  .wpcf7#wpcf7-f1185-p1188-o1 .wpcf7-acceptance .wpcf7-list-item,
  .wpcf7#wpcf7-f1187-p1196-o1 .wpcf7-acceptance .wpcf7-list-item,
  .wpcf7#wpcf7-f1186-p1191-o1 .wpcf7-acceptance .wpcf7-list-item {
    position: initial;
    display: inline-block;
    width: 32px;
  }
  .wpcf7#wpcf7-f1040-p1041-o1 .wpcf7-acceptance .wpcf7-list-item-label span,
  .wpcf7#wpcf7-f1185-p1188-o1 .wpcf7-acceptance .wpcf7-list-item-label span,
  .wpcf7#wpcf7-f1187-p1196-o1 .wpcf7-acceptance .wpcf7-list-item-label span,
  .wpcf7#wpcf7-f1186-p1191-o1
    .wpcf7-acceptance
    .wpcf7-list-item-label
    span {
    width: 600px;
    padding-top: 32px;
  }

  .wpcf7#wpcf7-f1040-p1041-o1 .wpcf7-list-item label span,
  .wpcf7#wpcf7-f1185-p1188-o1 .wpcf7-list-item label span,
  .wpcf7#wpcf7-f1187-p1196-o1 .wpcf7-list-item label span,
  .wpcf7#wpcf7-f1186-p1191-o1 .wpcf7-list-item label span {
    height: 40px;
    display: block;
    padding-left: 20px;
    padding-top: 13px;
    margin-top: -30px;
    border-radius: 8px;
    padding-right: 20px;
    padding-bottom: 11px;
  }
  .wpcf7#wpcf7-f1040-p1041-o1
    .wpcf7-form-control.wpcf7-radio
    input:checked
    + span,
  .wpcf7#wpcf7-f1185-p1188-o1
    .wpcf7-form-control.wpcf7-radio
    input:checked
    + span,
  .wpcf7#wpcf7-f1187-p1196-o1
    .wpcf7-form-control.wpcf7-radio
    input:checked
    + span,
  .wpcf7#wpcf7-f1186-p1191-o1
    .wpcf7-form-control.wpcf7-radio
    input:checked
    + span {
    background: #e4616c;
    color: white;
  }
  .wpcf7#wpcf7-f1040-p1041-o1 form.init .wpcf7-response-output,
  .wpcf7#wpcf7-f1185-p1188-o1 form.init .wpcf7-response-output,
  .wpcf7#wpcf7-f1187-p1196-o1 form.init .wpcf7-response-output,
  .wpcf7#wpcf7-f1186-p1191-o1 form.init .wpcf7-response-output {
    margin-top: -16px;
    display: block;
    color: #e4616c !important;
    border: none;
    margin-bottom: 32px;
  }

  .wpcf7-validation-errors .wpcf7-icon-wraning {
    display: none !important;
  }

  .wpcf7-not-valid-tip {
    color: #e4616c;
    padding-top: 4px;
  }

  .wpcf7#wpcf7-f1040-p1041-o1 .wpcf7-form-control.wpcf7-radio input + span,
  .wpcf7#wpcf7-f1185-p1188-o1 .wpcf7-form-control.wpcf7-radio input + span,
  .wpcf7#wpcf7-f1187-p1196-o1 .wpcf7-form-control.wpcf7-radio input + span,
  .wpcf7#wpcf7-f1186-p1191-o1 .wpcf7-form-control.wpcf7-radio input + span {
    background: #f1f1f3;
    color: #8f93a3;
  }
  .wpcf7#wpcf7-f1040-p1041-o1 .wpcf7-radio label,
  .wpcf7#wpcf7-f1185-p1188-o1 .wpcf7-radio label,
  .wpcf7#wpcf7-f1187-p1196-o1 .wpcf7-radio label,
  .wpcf7#wpcf7-f1186-p1191-o1 .wpcf7-radio label {
    font-weight: bold;
    color: white !important;
    font-size: 13px;
    line-height: 15px;
    border: none;
  }

  /* .wpcf7#wpcf7-f1040-p1041-o1  .wpcf7-list-item label span {
height: 34px;
display: block;
padding-left: 14px;
padding-top: 4px;
/* margin-top: -30px; 
border-radius: 9px 0 0 9px;

border: none !important;
} */

  #contest-banner-logos img {
    height: 23px;
    width: auto;
    vertical-align: middle;
    margin-left: 14px;
    margin-right: 14px;
  }

  #contest-banner-logos img:nth-of-type(2) {
    height: 20px;
    margin-bottom: 4px;
  }
  #contest-banner-logos img:nth-of-type(3) {
    height: 40px;
  }

  .contest-prizes-columns .textwidget p:nth-of-type(1) {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/romb.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 34px;
    padding-bottom: 40px;
    margin-top: -64px;
    margin-bottom: 50px;
  }
  .contest-prizes-columns .textwidget p:nth-of-type(1) img {
    margin: 0 auto;
    display: block;
  }
  .contest-prizes-columns > div {
    position: relative;
  }
  .contest-prizes-columns > div:before {
    content: "";
    width: 124px;
    height: 124px;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/red_left.png);
    position: absolute;
  }

  .contest-prizes-columns > div:after {
    content: "";
    width: 124px;
    height: 124px;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/red_right.png);
    position: absolute;
    right: 0;
    top: 0;
  }

  .discord-box {
    margin-top: 64px;
  }

  .discord-box .textwidget p:nth-of-type(1) {
    color: white;
    margin-top: 50px;
    margin-bottom: 12px;
  }

  .discord-box .textwidget p:nth-of-type(2) {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .contest-treats-columns > div {
    position: relative;
  }
  .contest-treats-columns > div:after {
    content: "";
    width: 124px;
    height: 124px;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/yellow_right.png);
    position: absolute;
    right: 0;
    top: 0;
  }

  .contest-prizes-columns > div:nth-of-type(2):before {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/blue_left.png);
  }

  .contest-prizes-columns > div:nth-of-type(2):after {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/blue_right.png);
  }

  .contest-prizes-columns > div:nth-of-type(3):before {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/purple_left.png);
  }

  .contest-prizes-columns > div:nth-of-type(3):after {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/06/purple_right.png);
  }

  #contest-banner-headers h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    margin-top: -30px;
    text-align: center;
    color: #e4616c;
  }

  #contest-banner-headers h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 24px;
    color: #17181c;
  }

  #contest-banner-headers h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    color: #17181c;
    max-width: 660px;
    margin: 0 auto 16px;
  }

  #contest-banner-button {
    text-align: center;
    margin-bottom: 320px;
  }

  #contest-banner-button a {
    padding: 17px 38px;
    color: white;
    text-decoration: none;
    background-color: #0171e9;
    box-shadow: 0px 24px 34px rgba(172, 34, 30, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
  }

  #contest-banner-button a:hover {
    background-color: #e4616c;
  }

  body {
    font-size: 18px;
    font-family: Averta, sans-serif;
  }

  .page:not(.home) h1.entry-title {
    font-family: Averta;
    font-size: 48px;
    line-height: 60px;
    color: #17181c;
    text-align: left;
  }

  .page:not(.home) .entry-content .textwidget {
    font-size: 18px;
    line-height: 28px;
    color: #454854;
  }

  header .header-container.container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .tosek p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #17181c;
  }

  .tosek p.point {
    font-weight: bold;
    display: block;
    margin-top: 30px;
  }

  .tosek {
    margin-top: 32px;
    margin-bottom: 128px;
  }

  #three-columns {
    margin-top: -30px;
  }
  #three-columns .panel-grid-cell div {
    text-align: center !important;
  }

  #three-columns > div:nth-of-type(1) div {
    text-align: right !important;
    margin-right: 24px;
  }
  #three-columns > div:nth-of-type(3) div {
    text-align: left !important;
    margin-left: 24px;
  }

  #three-columns > div:nth-of-type(1) div,
  #three-columns > div:nth-of-type(3) div {
    visibility: hidden;
  }

  .clouds {
    text-align: center;
  }
  #red-clouds {
    width: 100%;
  }

  #red-clouds-triangle {
    margin-top: -10px;
  }

  .blue-button {
    color: white !important;
    background: #0098ff;
    border-radius: 9px;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 32px;
    display: inline-block;
  }

  .home h2 {
    font-family: Averta, sans-serif;
    font-size: 60px;
    max-width: 750px;
    line-height: 72px;
    margin: 0 auto;
  }

  .home h2 {
    scroll-padding-top: 40px;
  }

  .home h2#title-3 {
    scroll-padding-top: 80px;
  }

  #publish-with-us {
    padding-top: 180px !important;
    margin-top: -100px;
  }

  .home #home-title-two h2 {
    text-align: center;
    margin-top: -120px;
  }

  .home h2 span.black-title {
    color: black;
  }

  .home h2 span.red-title {
    color: #c02e2b;
  }
  body:not(.home) .page-container {
    padding: 0;
  }

  .step {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }

  .step p {
    margin: 0;
    color: black;
  }

  .step .step-number {
    color: #c02e2b;
  }

  .step h4 {
    font-family: Averta, sans-serif;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: black;
  }

  .step p a {
    color: black;
  }
  #steps {
    position: relative;
  }

  #steps::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 198px;
    content: "";
    height: 1248px;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_side-arrows-left.png);
  }
  #steps::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 198px;
    content: "";
    height: 1248px;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_side-arrows-right.png);
  }

  #step-one,
  #step-three {
    position: relative;
  }

  #step-one::before {
    display: none;
    position: absolute;
    top: 0;
    left: -167px;
    width: 167px;
    content: "";
    height: 512px;
    z-index: 9;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_char1.png);
  }
  #step-three::before {
    display: none;
    position: absolute;
    top: 0;
    right: -180px;
    width: 164px;
    z-index: 9;
    content: "";
    height: 425px;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_char2.png);
  }
  #about-us p {
    max-width: 750px;
    margin: 0 auto;
    margin-top: 24px;
    text-align: justify;
  }

  .main-navigation .menu-item a {
    font: normal normal normal 13px/1.4em Averta, sans-serif;
  }

  .site-branding img {
    max-width: 120px;
    margin: 12px 8px 4px;
  }

  #slider-box > div > div {
    width: 100%;
    padding-bottom: 49%;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/banner_top3.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  #slider-box .textwidget.custom-html-widget {
    background: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_top-image-apla.png);
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #slider-box > div > div img {
    margin: auto;
    margin-left: 60px;
  }

  .home-title h2 {
    position: relative;
  }
  .home-title h2::before {
    content: "";
    background-image: url(https://boomhits.com/wp-content/uploads/2019/07/dots.png);
    background-repeat: no-repeat;
    width: 20px;
    position: absolute;
    height: 10px;
    /* padding-right: 4px; */
    left: -16px;
    top: 15px;
  }

  #our-games h2 {
    max-width: 850px;
  }

  .header-container {
    position: relative;
  }

  footer.site-footer {
    background: white;
  }

  footer ul.menu {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  footer ul.menu li {
    display: inline-block;
  }

  footer ul.menu li a {
    color: black !important;
    text-decoration: none;
  }

  footer ul#footer-menu {
    margin-top: 40px;
    margin-bottom: 48px;
  }
  footer ul#footer-menu li {
    margin-left: 8px;
    margin-right: 8px;
  }
  footer ul#footer-menu li {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer #socials-menu {
    margin-top: -95px;
    z-index: 9999;
  }

  .page-id-447 #socials-menu,
  .page-id-442 #socials-menu,
  .page-id-19 #socials-menu {
    margin-top: 0;
  }
  #socials-menu a {
    display: block;
    content: "";
    font-size: 0;
    width: 40px;
    height: 40px;
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_facebook-inactive.png);
    background-size: contain;
  }

  #socials-menu a:hover {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_facebook-indicated-1.png);
  }

  #socials-menu #menu-item-572 a {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_yt-inactive.png);
  }

  #socials-menu #menu-item-572 a:hover {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_yt-indicated.png);
  }

  #socials-menu #menu-item-574 a {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_linked-inactive.png);
  }

  #socials-menu #menu-item-574 a:hover {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_linked-indicated-1.png);
  }

  #socials-menu #menu-item-575 a {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_insta-inactive.png);
  }

  #socials-menu #menu-item-575 a:hover {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_insta-indicated-1.png);
  }

  #socials-menu #menu-item-576 a {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_tiktok-inactive-1.png);
  }

  #socials-menu #menu-item-576 a:hover {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_tiktok-indicated-1.png);
  }

  #socials-menu #menu-item-573 a {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_twitter-idle.png);
  }

  #socials-menu #menu-item-573 a:hover {
    background-image: url(https://boomhits.com/wp-content/uploads/2021/03/boomhits_twitter-indicated-1.png);
  }

  footer.site-footer::before {
    display: none;
  }
  .header-container {
    position: relative;
  }

  #form-jump {
    display: block;
    position: absolute;
    bottom: 22px;
    right: 40px;
  }
  #form-jump a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 10px;
    background: #00c4cc;
    transition: all 0.3s ease-in-out;
  }

  .menu-toggle {
    display: none !important;
    position: absolute;
    top: 55px;
    right: 24px;
  }

  .main-navigation ul {
    display: block;
    position: absolute;
    right: 8px;
    top: 44px;
  }

  #form-jump a:hover {
    background: #1c1c3d;
  }
  .mini-container {
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #1c1c3d;
  }
  header.site-header {
    padding: 0;
    background-color: white;
  }

  header.site-header::after {
    display: none;
  }

  .main-navigation .menu-item a {
    font-family: Averta;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #5c6070;
    margin: 0 25px;
    padding: 12px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
  }

  .main-navigation .menu-item a:hover,
  .main-navigation
    .menu-item.current_page_item:not(.menu-item-type-custom)
    a {
    color: #17181c;
    border-bottom: 2px solid #e4616c;
  }

  footer.site-footer .site-info {
    font-size: 16px;
  }

  .site-branding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-navigation {
    margin-top: 140px;
  }

  .container {
    max-width: 815px;
  }
  header.site-header {
    position: initial;
  }

  body {
    background: white;
  }

  #primary.content-area {
    margin-top: -24px;
  }

  .home-title h1,
  .home-title h2 {
    color: #1c1c3d;
    background: transparent;
    text-transform: uppercase;
    font: normal normal bold 22px/1.4em raleway, sans-serif;
    padding: 4px 16px;
  }

  .teal-links a {
    color: #00c4cc;
    text-decoration: none;
    font-weight: bold;
    padding-top: 20px;
    display: block;
  }

  .trapezoid:after,
  .trapezoid:before {
    display: none;
  }

  #video-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }

  #video-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #video-block video {
    width: 100%;
  }

  .grid-column {
    display: inline-block;
    width: 25%;
    text-align: center;
  }

  .game-tile {
    position: relative;
    width: 240px;
    margin: 20px auto;
    height: 240px;
  }

  .game-details {
    display: flex;
    align-items: center;
    border-radius: 12px;
    color: white;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .details-contents {
    width: 100%;
  }

  .game-tile:hover .game-details {
    visibility: visible;
    opacity: 1;
  }

  .game-title {
    margin-bottom: 16px;
  }
  .tile-blank .game-details {
    visibility: visible;
    background: transparent;
    opacity: 1;
  }
  .tile-blank:hover .game-details {
    background: transparent;
  }

  .tile-blank .game-details {
    display: block;
    font-size: 80px;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
    color: #00c4cc !important;
  }

  #panel-2-2-0-0.so-panel {
    margin-bottom: 50px;
  }

  #panel-2-3-0-0.so-panel {
    margin-bottom: 8px;
  }

  .menu-toggle,
  .main-navigation.toggled ul {
    color: #00c4cc;
  }

  .main-navigation.toggled ul {
    margin-left: 0px;
    margin-right: 0px;
  }

  .main-navigation li {
    margin-right: -12px;
  }

  .burger-container,
  .menu-toggle {
    display: inline-block;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 3px;
    background-color: #1c1c3d;
    margin: 6px 0;
    transition: 0.4s;
  }

  .menu-toggle:focus {
    outline: none;
  }

  .toggled .menu-toggle span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  .toggled .menu-toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .toggled .menu-toggle span:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  /* form */
  .wpcf7 {
    border-radius: 24px;
  }

  .wpcf7 form {
    margin: 70px 70px;
  }

  .wpcf7 form .form-container-split {
    width: 49%;
    vertical-align: top;
    margin-right: 0.5%;
    text-align: left;
    display: inline-block;
  }

  .wpcf7 form p input {
    width: 99%;
  }

  form .form-container-split.split-right {
    padding-left: 2%;
  }

  div.wpcf7-response-output {
    margin: 12px 8px;
    padding: 12px 8px;
    font-size: 100%;
    color: black;
    text-align: center;
    border: none;
  }

  form .form-container-split:not(.split-right) {
    padding-right: 2%;
  }
  .form-container-split input {
    width: 100%;
  }

  .form-container-checkbox {
    margin-top: 20px;
  }

  .wpcf7-form-control.wpcf7-submit {
    width: 140px;
    display: block;
    margin: 60px auto 0 auto;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border: none;
    background: #c02e2b;
    transition: all 0.3s ease-in-out;
  }

  .wpcf7-form-control.wpcf7-submit:hover {
    background: #c02e2b;
  }

  .wpcf7 form textarea {
    width: 99%;
  }

  .wpcf7 input[type="text"] {
  }

  .wpcf7 form label,
  .yesno-label {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
  }

  .wpcf7 form input,
  .wpcf7 form textarea {
    margin-top: 8px;
    border: 1px solid #000;
    border-radius: 8px;
    color: #000;
    padding: 8px 12px;
  }

  .form-heading {
    color: #c02e2b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%;
    margin-top: 60px;
  }

  .second-row {
    margin-top: 20px;
  }

  .wpcf7-form-control.wpcf7-radio {
    margin: 16px;
    border-radius: 10px;
    border: 1px solid black;
    width: 120px;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
  }

  .wpcf7-list-item {
    margin: 0 !important;
    position: absolute;
    top: 2px;
    height: 34px;
    display: block;
    margin-top: -2px !important;
    width: 58px;
  }
  .wpcf7-list-item.last {
    right: 0px;
    border-radius: 0 10px 10px 0;
    width: 60px;
  }

  .wpcf7-list-item.first {
    left: 0px;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid black;
  }
  .wpcf7-list-item label span {
    height: 34px;
    display: block;
    padding-left: 14px;
    padding-top: 4px;
    margin-top: -30px;
    border-radius: 9px 0 0 9px;
  }

  .wpcf7-list-item.last label span {
    border-radius: 0 9px 9px 0;
  }

  .wpcf7-form-control.wpcf7-radio input {
    visibility: hidden;
    width: 0;
  }
  .wpcf7-form-control.wpcf7-radio label {
    cursor: pointer;
  }
  .wpcf7-form-control.wpcf7-radio input:checked + span {
    background: #c02e2b;
  }

  .pp-content li a {
    word-break: break-word;
  }

  body.page:not(.home) .textwidget li,
  body.page:not(.home) .textwidget p {
    text-align: left;
  }

  body.page:not(.home) .textwidget > ol {
    margin-left: 0;
  }

  body.page:not(.home) .textwidget > ol li {
    padding-bottom: 4px;
  }

  @media screen and (max-width: 1050px) {
    .grid-column {
      width: 33%;
    }
    #slider-box > div > div img {
      max-width: 260px;
      margin-left: 44px;
    }
  }

  @media screen and (max-width: 860px) {
    #steps::before,
    #steps::after,
    #step-three::before,
    #step-one::before {
      display: none;
    }
  }

  @media screen and (max-width: 780px) {
    .menu-toggle {
      display: block !important;
    }

    .main-navigation ul {
      display: none;

      right: 90px;
    }
    #video-container {
      height: 320px;
    }
    .wpcf7 form {
      margin: 30px;
    }

    .grid-column {
      width: 50%;
    }
    .wpcf7 form .form-container-split {
      width: 99% !important;
      padding: 0 !important;
      margin-right: 1%;
    }
    form .form-container-split.split-right {
      margin-top: 20px;
    }

    .main-navigation ul {
      display: none;
      position: absolute;
      right: 20px;
      left: 20px;
      text-align: center;
      top: 5px;
    }

    .main-navigation.toggled {
      background: transparent;
      z-index: 999999;
      top: 16px;
      text-align: center;
      left: 0;
      right: 0;
      margin: 0;
    }
    .main-navigation.toggled button.menu-toggle,
    button.menu-toggle {
      top: 8px;
      right: 10px;
    }

    .main-navigation.toggled button.menu-toggle {
      top: -8px;
    }

    .site-branding {
      margin: 65px auto 5px;
      width: 100%;
      text-align: center;
      padding: 0;
    }

    #slider-box > div > div img {
      max-width: 180px;
    }
    #our-games {
      margin-top: 50px;
      padding-bottom: 0 !important;
      margin-bottom: -40px;
    }

    #three-columns > div:nth-of-type(1) div,
    #three-columns > div:nth-of-type(3) div {
      display: none;
    }
  }
  @media screen and (max-width: 600px) {
    .archive-listing article {
      grid-column: span 2;
    }
    .archive-listing {
      padding: 0 16px;
    }

    body.single-post .entry-content img.alignright {
      max-width: 100%;
      width: 100%;
      margin-top: 0;
    }

    body.single-post .content-area {
      padding: 0 5px;
    }

    .discord-box img {
      margin-left: 16px;
      margin-top: 40px;
      margin-left: 16px !important;
      margin-bottom: -40px;
    }
    h2.contest-treats span:before,
    h2.contest-treats span:after {
      display: none;
    }

    .contest-prizes-columns > div:hover,
    .contest-treats-columns > div:hover {
      margin-top: 0px;
    }

    .contest-prizes-columns > div {
      margin-top: 32px;
    }

    .contest-prizes-columns .textwidget p:nth-of-type(1) {
      margin-top: -28px;
    }

    .contest-prizes-columns > div:before,
    .contest-prizes-columns > div:after,
    .contest-treats-columns > div:after {
      width: 96px;
      height: 96px;
      background-size: contain;
    }

    .treats-logo.treats-logo-snap {
      margin-top: 0px;
    }

    .treats-logo {
      margin-top: 8px;
    }

    .contest-joining-box img {
      margin-top: 32px;
    }

    .contest-joining-box,
    .contest-guidelines-box,
    .contest-guidelines-box-post,
    .contest-boom-box {
      margin-left: 16px;
      margin-right: 16px;
      padding-left: 16px;
      padding-right: 8px;
    }

    .contest-guidelines-box-post a {
      line-height: 28px;
    }

    body.page:not(.home) .textwidget li ol,
    body.page:not(.home) .textwidget li ul {
      margin-left: 0;
    }

    body.page:not(.home) h1.entry-title {
      font-size: 24px;
      padding: 0 16px;
      text-align: center;
    }

    .entry-content {
      padding: 0 !important;
    }
    #pg-2-1 {
      margin-top: 24px;
    }
    #pg-2-3 {
      margin-top: -30px;
    }

    .textwidget:not(.custom-html-widget) {
      padding: 0 16px;
      text-align: center;
    }

    .contest-prizes-columns,
    .contest-treats-columns,
    #pg-864-7 {
      padding-left: 16px;
      padding-right: 16px;
    }

    .prize-tos {
      margin-bottom: 0;
    }

    .wpcf7 form .form-container-split {
      text-align: center;
    }
    #pl-2 #panel-2-2-0-1 {
      padding-top: 0;
      border-top: 1px solid #1c1c3d;
      border-bottom: 1px solid #1c1c3d;
    }
    .main-navigation {
      top: 140px;
    }
    .site-branding {
      margin: 10px auto 90px;
    }
    .menu-toggle {
      display: none !important;
    }
    .main-navigation ul {
      top: 150px;
      display: block !important;
    }

    .home h2 {
      font-size: 42px;
      line-height: 50px;
    }

    .step h4 {
      font-family: Averta, sans-serif;
      font-size: 30px;
    }

    .main-navigation .menu-item a::before {
      display: none;
    }

    #menu-item-649 {
      width: 100%;
      text-align: center;
    }

    #menu-item-649 a {
      margin-top: 4px;
      margin-left: 0;
      display: inline-block;
    }

    .main-navigation li {
      margin-right: 0;
      width: 33%;
    }

    .main-navigation .menu-item a {
      margin-left: 0;
      padding: 12px 0px;
    }

    .main-navigation ul {
      left: 5px;
      right: 8px;
    }
  }

  @media screen and (max-width: 570px) {
    #about-us p {
      padding-left: 32px;
      padding-right: 32px;
    }

    .game-tile {
      max-width: 90%;
      height: auto;
      margin: 8px;
    }
    #video-container {
      height: 240px;
    }
    .wpcf7 form {
      margin: 12px;
    }
    .wpcf7 {
      border: none;
    }
  }

  @media screen and (max-width: 500px) {
    #slider-box > div > div img {
      max-width: 120px;
      margin-left: 30px;
    }
  }

  @media screen and (max-width: 400px) {
    .home h2 {
      font-size: 32px;
      line-height: 40px;
    }

    .step h4 {
      font-family: Averta, sans-serif;
      font-size: 24px;
    }

    #about-us p,
    .step p {
      padding-left: 20px;
      padding-right: 20px;
    }

    #slider-box > div > div img {
      margin-left: 16px;
    }

    #menu-item-649 a {
      padding-left: 16px;
      padding-right: 16px;
      margin-left: 12px;
    }
  }

  @media screen and (max-width: 360px) {
    .site-branding {
      margin: 10px auto 130px;
    }
  }

  @media only screen and (max-width: 768px) {
    header .header-container.container {
      padding-bottom: 64px;
    }
    .cf7mls_number_step_wrap p.cf7mls_step_current {
      color: #e4616c !important;
      font-size: 18px !important;
      margin-top: 12px !important;
    }

    body.page-id-864 .site-branding:after,
    body.page-id-1041 .site-branding:after,
    body.page-id-1219 .site-branding:after,
    body.page-id-1118 .site-branding:after,
    body.page-id-1229 .site-branding:after,
    body.page-id-1191 .site-branding:after,
    body.page-id-1233 .site-branding:after,
    body.page-id-1196 .site-branding:after {
      top: 108px;
      left: calc(50% - 45px);
    }
  }

  wpcf7#wpcf7-f1040-p1041-o1 .wpcf7-form-control.wpcf7-submit,
  wpcf7#wpcf7-f1185-p1188-o1 .wpcf7-form-control.wpcf7-submit,
  wpcf7#wpcf7-f1187-p1196-o1 .wpcf7-form-control.wpcf7-submit,
  wpcf7#wpcf7-f1186-p1191-o1 .wpcf7-form-control.wpcf7-submit {
    font-size: 0.75rem;
  }

  .wpcf7#wpcf7-f1040-p1041-o1,
  .wpcf7#wpcf7-f1185-p1188-o1,
  .wpcf7#wpcf7-f1187-p1196-o1,
  .wpcf7#wpcf7-f1186-p1191-o1 {
    margin-bottom: 120px;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent;
    color: #ea818a;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #17181c !important;
  }

  .entry-header {
    text-align: center; /* Center-aligns the header */
    margin-bottom: 20px; /* Optional: Adds space below the header */
}

.entry-title {
    margin: 0; /* Removes default margin for better alignment */
}
