/* 
 Theme Name:   CioNews
 Theme URI:    
 Description:  Custom theme for CIONews Website
 Author:       Spanrig Technologies LLP
 Author URI:   https://spanrig.com
 Template:     Newspaper
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.td-module-comments {
  display: none !important;
}

.gt_container--dt4zzh .gt_switcher {
    position: absolute !important;
}
.wpb_wrapper.td_block_wrap.vc_widget_sidebar.tdi_24 {
    margin-bottom: 0 !IMPORTANT;
}
.widget {
    margin-bottom: 0 !IMPORTANT;
}
#gtranslate-3 {
    position: absolute;
}
.td-crumb-container {
    display: none;
}
h1.entry-title.td-page-title {
    display: none;
}
.elementor-message.elementor-message-success {
    color: #fff !important;
    background: #00AC59 !important;
    padding: 10px !important;
    text-align: center !important;
}
 


.marquee {
    font-size: 2vw;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    height: 2.5vw;
    overflow: hidden;
    background-color: #000;
    position: relative;
}
/* nested div inside the container */
.marquee div {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
    animation: marquee 12s linear infinite;
}
/* span with text */
.marquee span {
    float: left;
    width: 100%;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.td_block_wrap {
    margin-bottom: 0 !important;
}


