/*
Theme Name: Kewanee Voice Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: kewaneevoice
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.8.1680773898
Updated: 2023-04-06 05:38:18

*/


.gform_title {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px !important;
}


/**/

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > .mega-sub-menu {
        left: initial;
        right: 0;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 12px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 5px !important; 
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        width: 220px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > .mega-sub-menu {
        left: initial;
        right: 0;
    }

}


@media only screen and (min-width: 1024px) and (max-width: 1050px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        margin: 0;
    }
}

.coontent-body-right .masterhead-banner-right .livetelecast-block-slider .livetelecast-slider-item{
	display:block;
}


/* aos issue fix */

.news-block-listing {
  overflow: hidden;
  position: relative;
}
.news-block-item {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.news-block-item:hover {
  z-index: 10;
}
.news-block-item[data-aos] {
  pointer-events: none;
  opacity: 0;
}

.news-block-item.aos-animate {
  pointer-events: auto;
  opacity: 1;
}
.news-block-listing {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
}

.news-block-item {
  /* width: calc(33.333% - 20px); /* adjust for padding/margin */ */
  box-sizing: border-box;
}

.wp-block-image {
    margin: 0 0 0;
}
.wp-block-image figure {
    margin: 0 0 1em;
}