/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.2.4
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.2
Tested up to: 6.4
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/
.site-info-inner #block-12 ul {
	padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.openhome-btn-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.openhome-btn {
    height: 50px;
    width: auto;
    display: inline-block;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}

.openhome-btn:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.openhome-btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.openhome-btn .glass-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  z-index: 9;
  border-radius: 10px;
}

.openhome-btn .glass-effect:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  z-index: -10;
}

.openhome-btn:hover span.glass-effect:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.streams-list .menu {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.streams-list .menu .menu-item {
    display: inline-block;
    /* padding: 5px 10px; */
    margin: 7px 5px;
}

.streams-list .menu .menu-item a {
    padding: 10px 10px;
    background-color: #444444;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 600;
    display: block;
}
.sticky {
    position: fixed;
    top: 100px;
}
.sticky.left {
    left: 0;
}
.sticky.right {
    right: 0;
}

/*.banner_left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner_right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.banner_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.banner_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}*/

@media screen and (max-width: 1024px) {
    .banner_left, .banner_right {
        display: none;
    }
}

@media screen and (max-width:  768px) {
    .banner_wrapper {
        width: 100%;
    }
    .banner_wrapper iframe {
        width: 100%;
    }
}