
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px !important;
  }
  @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px !important;
    }
}
}
.header {
    background-color: white;
  }
  .col-md-8 {
    padding-left: 0;
  }
  .category .container {
    padding-left: 0px;
}
  .header .logo img {
    max-height: 40px; /* Adjust based on logo size */
  }
  
  .navbar-nav .nav-link {
    font-weight: bold;
    padding: 8px 12px;
    color: #000;
  }
  
  .navbar-nav .nav-link:hover {
    color: #dc3545; /* Red hover color */
  }
 /*   menu-left */
 .main_menu_nav {
  background: #fff;
  display: none;
  height: calc(100vh - 62px);
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 17%;
}
.menu_open {
  display: block;
}
.main_menu_nav {
  position: fixed;
  top: 56px;
}
.menu_center_left {
  padding: 0px 0px 20px;
}
.menu_center_left li {
  border-top: 1px solid #d3d3d3;
  display: block;
  padding: 0;
}

.menu_center_left .menu_label, .menu_center_left .menu_label_header a, .menu_center_left a span {
  display: block;
  font-family: Pilat Narrow Bold, Pilat Narrow-fallback, sans-serif;
  font-size: 1.525rem;
  line-height: 2.3125rem;
  margin: 0;
  padding-top: 19px;
  position: relative;
  font-weight: 900;
}
.menu_center_left a {
  color: #010101;
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
 /*   menu-left */
  .border-top {
    border-top: 1px solid #ddd;
  }
  
  .border-bottom {
    border-bottom: 1px solid #ddd;
  }
  
  #menu-toggle,#menu-search ,#close,.bi-search {
    font-size: 1.5rem;
    color: #000;
  }
  /* close button */
  i.fa-solid.fa-xmark {
    font-size: larger;
    color: red;
    border: solid;
    border-radius: 50%;
    padding: 4px;
    width: 40px;
    height: 40px;
}
  /* close button */
  .btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight: bold;
  }
  
  .btn-danger:hover {
    background-color: #b02a37;
    border-color: #a52834;
  }
  a.text-decoration-none.me-3 {
      color:#dc3545;
  }
  
  /* header */
   /* footer */
  
   .footer {
      background-color: #000;
      color: #fff;
      padding: 40px 0;
  }
  .footer-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
  }
  .footer-logo img {
      max-height: 50px;
      margin-right: 10px;
  }
  .footer .footer-column h5 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 20px;
  }
  .footer .footer-column a {
      color: #bbb;
      text-decoration: none;
      display: block;
      margin-bottom: 5px;
      font-size: 14px;
  }
  .footer .footer-column a:hover {
      color: #fff;
  }
  .footer .footer-bottom {
      border-top: 1px solid #333;
      padding-top: 20px;
      margin-top: 20px;
      font-size: 12px;
      text-align: center;
      color: #999;
  }
  .footer .footer-bottom a {
      color: #999;
      margin: 0 10px;
      text-decoration: none;
  }
  .footer .footer-bottom a:hover {
      color: #fff;
  }
  .col-4.col-md-5.title {
    text-align: center;
}
  .footer-title{
    cursor: pointer;
    font-weight: 800;
    font-size: 17px;
    line-height: 1.5;
    padding-left: 17px;
    /* display: contents; */
    color: white;
  }
  h1.footer-title {
    margin-top: 13px;
}
  .social-icons {
      display: flex;
      justify-content: center;
      margin: 20px 0;
  }
  .social-icons a {
      color: #fff;
      font-size: 20px;
      margin: 0 15px;
  }
  .social-icons a:hover {
      color: #bbb;
  }
  .col-md-2.footer-column:not(:last-child) {
      border-right: solid;
  }
  
  /* Custom CSS */
  
  .news-item {
    position: relative;
    /* background-color: #f8f9fa; */
    margin-bottom: 20px;
    /* border: 1px solid #ddd; */
  }
  .news-image {
    width: 100%;
    height: auto;
  }
  .col-md-3 .overlaymain {
    position: absolute;
    top: 118px;
    left: 0;
    width: 100%;
    /* padding: 10px; */
    color: #fff;
  }
  
  .col-md-3 span.badge.badge-danger {
    text-transform: uppercase;
    background-color: #c93626;
    border-radius: 0;
    margin-left: 5px;
  }
  
  .col-md-6 .overlaymain {
    background-color: black;
    position: relative;
    bottom: 65px;
    left: 0;
    width: 100%;
    /* padding: 10px; */
    color: #fff;
  }
  .col-md-6  span.badge.badge-danger {
    font-family: 'Roboto';
    text-transform: uppercase;
    background-color: #c93626;
    border-radius: 0;
    margin-left: 5px;
    margin-top: 10px;
  }
  .col-md-6 h2 {
    padding: 3px;
  }
  ul.main-news {
    display: flex;
    position: relative;
    bottom: 55px;
  }
  .news-main .col-md-6{
    padding: 0;
  }
  .news-main ul{
    color: #c93626;
  }
  .main-news a {
    transition: all .2s ease-in-out;
    color: #fff !important;
    text-decoration: none;
}
  h2.entry-title.font-roboto.mb-1, .category-posts a {
    padding: 4;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all .2s ease-in-out;
    text-decoration: none;
    letter-spacing: -.5px !important;
}
.main-news .entry-title {
  font-size: 28px !important;
  line-height: 35px;
  font-weight: 900;
  letter-spacing: -.5px;
  color: #fff;
}
.news-title a{
   font-size: 21px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all .2s ease-in-out;
    text-decoration: none;
    letter-spacing: -.5px !important;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #fff;
}

  .badge {
    font-size: 0.9em;
  }

  /* Custom CSS */
  /* news-video */
  .mini-category-posts.d-flex.align-items-center.mt-3 img {
    height: 60px !important;
  }
  .mini-category-posts a {
    transition: all .2s ease-in-out;
    color: #000;
    text-decoration: none;
  }
  .mini-category-posts a {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -.5px;
  }
  .mini-category-posts .entry-title {
    font-size: 19px !important;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #fff;
  }
  .font-roboto {
    font-family: roboto, sans-serif;
  }
  .entry-title {
    word-wrap: break-word;
  }
  /* news-video */
  .featuredVideos .lh-base {
    font-weight: 600;
    color: #fff;
    line-height: 1.3 !important;
  }
  .featuredVideos a {
    text-decoration: none !important;
  }
  .featuredVideos .vidHead {
    font-weight: 700;
    font-size: 2.4rem !important;
  }
  .featuredVideos .vidHead {
    position: relative;
    text-transform: uppercase;
  }
  .featuredVideos .vidHead:before {
    content: "";
    display: block;
    width: 36%;
    height: 4px;
    background: #fff;
    left: 0;
    top: 50%;
    position: absolute;
  }
  .featuredVideos .vidHead:after {
    content: "";
    display: block;
    width: 36%;
    height: 4px;
    background: #fff;
    right: 0;
    top: 50%;
    position: absolute;
  }
  .featuredVideos .vidHead:after {
    width: 31%;
  }
  .featuredVideos .vidHead:before {
    width: 31%;
  }
  /* button play */
  .play-overlaymain {
    position: relative !important;
  }
  .pre_video-play-button_video {
    position: absolute;
    z-index: 11;
    left: 35%;
    width: 30px;
    height: 25px;
    margin-top: 16px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    line-height: 0;
}
  .pre_video-play-button_video .icon--play-inverse {
    fill: #fff;
    display: block;
  }
  .pre_video-play-button_video .icon--play {
    display: none;
  }
  /* button play */
  /* blog-news */
  .debates.category-posts img {
    width: 100% !important;
    object-position: right;
  }
  .debates-mini-blogs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .post-category {
    background-color: #d33;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }
  
  .category-posts .entry-title {
    font-size: 19px !important;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #fff;
  }
  h3.entry-title.font-roboto.mb-1, .category-posts a {
    font-family: Roboto, helvetica neue, Helvetica, Arial, sans-serif;
    transition: all .2s ease-in-out;
    color: #000;
    text-decoration: none;
    letter-spacing: -.5px !important;
  }
  .category-posts a {
    transition: all .2s ease-in-out;
    color: #000;
    text-decoration: none;
  }
  
  /* blog-news */
  .entry-title.module-title.mb-0 a {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1.5px;
    font-weight: 900 !important;
}


.sidebar .entry-title.module-title.mb-0 a {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 500 !important;
}
  .elections-2024 a {
    transition: all .2s ease-in-out;
    color: #000;
    text-decoration: none;
    display: block;
  }
  .Business-news .entry-title, .Policy-news .entry-title, .Restoring-America .entry-title, .elections-2024 .entry-title {
    font-size: 19px !important;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #fff;
    font-family: roboto, sans-serif;
  }
  h4.block-title.mb-0 a {
    text-transform: uppercase;
    margin-left: 0;
    font-weight: 900;
    font-size: 30px !important;
  }
  /* category */
  /* opionion */
  .Opinion-b .d-grid, .small-blog-posts {
    grid-template-columns: 1fr 1fr;
  }
  .mini-category-posts img {
    width: 100px !important;
    height: 68px;
  }
  
  /* opionion */
  
  
  /* journalist */
  .candidate-slider h4 span {
    color: #0e73b2;
    font-weight: bold;
  }
  
  .candidate-slider a {
    text-decoration: none;
  }
  
  .candidate-slider div img {
    width: 192px;
    height: 192px;
  }
  
  .candidate-slider h4 {
    font-family: "Roboto Slab", serif;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0px;
    color: #111;
    text-decoration: none;
  }
  
  .candidate-slider .entry-title a,
  .candidate-slider .entry-title {
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    line-height: 1.5 !important;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #111;
    padding-left: 2px;
  }
  
  .candidate-slider .entry-title:hover a {
    text-decoration: underline;
  }
  
  
  .candidate-slider .slick-slide {
    margin: 0px 8px !important;
    height: auto;
  }
  
  .candidate-slider .slick-prev:before,
  .candidate-slider .slick-next:before {
    color: black;
    font-size: 22px;
  }
  
  .candidate-slider .slick-prev:after,
  .candidate-slider .slick-next:after {
    position: absolute;
    top: 50%;
    color: black;
    font-size: 22px;
  }
  
  .candidate-slider .slick-prev:after {
    content: "Previous";
    left: -100px;
  }
  
  .candidate-slider .slick-next:after {
    content: "Next";
    left: 50px;
  }
  
  .candidate-slider .slick-prev,
  .candidate-slider .slick-next {
 /*    border: 2px solid black; */
    color: black;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 100%;
    display: block !important;
  }
  
  .candidate-slider ul.slick-dots {
    display: none !important;
  }
  
  .candidate-slider .slick-prev {
    left: 44%;
  }
  
  .candidate-slider .slick-next {
    right: 44%;
  }
  
  .candidate-slider .slick-prev.slick-disabled,
  .candidate-slider .slick-next.slick-disabled {
    opacity: .25;
  }
  
  .candidate-slider .slick-prev.slick-disabled:before,
  .candidate-slider .slick-next.slick-disabled:before {
    opacity: 1;
  }
  
  .candidate-slider .slick-next:before {
    content: 'â†’';
  }
  .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* journalist */
  
  /* search */
  nav.navbar.navbar-expand-md.navbar-light.border-top.border-bottom.search {
    display: none;
}
  .search-container {
    border-radius: 7px;
    padding: 15px 0px 0px 10px;
    background-color: black;
    width: 100%;
    display: flex;
    justify-content: center;
}

  .search-box {
    width: 70%;
    max-width: 820px;
    display: flex;
    border: 2px solid white;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .search-box input[type="text"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
  }
  
  .search-box button {
    background-color: #d40000; /* E kuqe pÃƒÂ«r butonin */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .search-box button:hover {
    background-color: #a30000; /* E kuqe mÃƒÂ« e errÃƒÂ«t nÃƒÂ« hover */
  }
  
  .search-box input:focus {
    box-shadow: none;
  }
  /* search */
/*   Sidebar in fokus */
.col-md-3.sidebar.magazine img {
  height: 250px;
}
.magazine a.article-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 500 !important;
    color: black;
}
  
  h5.text-white.bg-danger.p-2.text-uppercase.text-center {
    font-size: 19px;
    font-weight: 700;
    width: 155px;
    /* margin-left: 20%; */
}
/*   Sidebar in fokus */
/*   Sidebar Magazine */
.magazine-title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: start;
  /* margin-bottom: 20px; */
}
/*   Sidebar Magazine */
h5.text-white.bg-danger.p-2.text-uppercase.text-center.res-amer {
  width: 220px;
  /* margin-left: 8%; */
}
/*   Sidebar Magazine */
.magazine-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.games img {
  height: 210px;
}
.subscribe-btn {
  background-color: #c93626;
  color: #fff;
  border: none;
  padding: 5px 70px;
  display: block;
  margin: 10px auto;
  font-weight: bold;
  text-transform: uppercase;
}
a.author {
  color: #d9534f;
}
.article-item {
  /* border-bottom: 1px solid #ddd; */
  padding: 5px 0;
}
.article-item span {
  font-size: 0.9em;
  color: #777;
}
.article-icon {
  color: #d9534f;
  /* margin-right: 10px; */
}
/*   Sidebar Magazine */

/*   ads banner */
.banner-ad img{
  max-width: 970px;
  max-height: 95px;
}
/*   ads banner */
/*   icon star */
.bi-star-fill {
  display: inline-block;
  width: 19px;
  height: 14px;
  background-image: url(https://washexam.com/v4/start.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*   icon star */
/*   sidebar author */
span.author {
  color: #d9534f;
}
/*   sidebar author */
/*   sidebar podcast */
.podcast-wrapper {
  max-width: 700px;
  margin: 20px auto;
  border: 2px solid #ccc;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.podcast-wrapper iframe {
  background-color: #7224d8;
  display: block;
  width: 100%;
/*    height: 200px;  */
  border: none; 
  border-radius: 15px;
}
.podcast-wrapper iframe .audio-player {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(90deg, #8e2de2, #4a00e0) !important; /* Gradient colors */
}
/* ads images  */

.col-md-3 img{
  width: 100%;
}
button#close {
  display: none;
}
/* menu hidde */
nav.menu-left {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
nav.menu-left.active {
  display: block;
  opacity: 1;
}

/* kategori */
.cat-post {
  grid-template-columns: 1fr 1fr;
}


.menu_center_left li:hover {
background-color: rgba(158, 155, 155, 0.004);
border-right: solid 5px red;
}

.menu_center_left .menu_label, .menu_center_left .menu_label_header a, .menu_center_left a span:hover {

  color: #d33;
}
/* border */
.d-flex.align-items-center.justify-content-between {
  border-top: solid 5px;
}
/* .magazine-title {
  border-top: solid 5px;
} */
/* border */
.magazine-title {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  /* border-top: solid 5px; */
  font-weight: 900;
}
.category .fa-play:before {
  content: "\f04b";
  color: #c93626;
  font-size: 28px !important;
}
.opinion .fa-play:before {
  content: "\f04b";
  color: #c93626;
  font-size: 28px !important;
}

.fa-play:before {
  content: "\f04b";
  color:  #c93626;
  font-size: 21px;
}



h4.magazine-title.block-title.mb-0 {
  font-size: 30px;
}
.magazine-container {
  border-top: solid 5px;
  display: flex;
  /* justify-content: space-between; */
}
i.fa-solid.fa-play.icon {
  padding: 2px 5px 5px 5px;
}
.header .d-flex.align-items-center.justify-content-between {
  border-top: solid 0px;
}


.col-md-3.sidebar {
  border-left: solid 1px #d3d3d3;
}
.news-main .main-line:before {
  content: "";
  display: block;
  width: 47.7%;
  height: 1px;
  background: #d3d3d3;
  /* left: 15px; */
  /* top: 136%; */
  position: absolute;
}

body .tdi_32 {
  background-color: #dc3545;
  text-decoration: none;
}

.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item>a {
  position: relative;
  display: block;
  padding: 7px 30px;
  font-size: 12px;
  line-height: 20px;
  color: #111;
  text-decoration: none;
}

html {
overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

.alert-banner.is-breaking .alert-info a {
  color: #ffffff !important;
  transition: background, 0.25s, ease-in-out;
  text-decoration: none;
}


.td-module-comments {
  position: relative;
  float: right;
  font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  display: none !important;
}

@media (min-width: 767px) {
  .col-md-6.video {
      padding: 0;
  }
 .col-md-8 {
  padding-left: 0 !important;
  }
  .col-md-12, .col-md-9 {
    padding-left: 0 !important;
}

.featuredVideos img {
object-fit: inherit!important;
  }
  
      .candidate-slider img {
      max-width: 100% !important;
      height: auto;
  }
  .opinion img {
      max-width: none;
      height: auto;
  }
  
}

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



.page .tpd-video.full {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
}
}
h3.entry-title.module-title.mb-0 {
  line-height: 0.6;
}
.sidebar .entry-title.module-title.mb-0 a {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 400 !important;
}
.col-md-6 .overlaymain {
  background-color: #000;
  position: relative;
  bottom: 72px;
  left: 0;
  width: 100%;
  color: #fff;
}
.magazine-container {
  border-top: solid 3px;
  display: flex
;
}
button.btn.subscribe-btn {
  background-color: #c93626;
  color: #fff;
  border: none;
  padding: 5px 70px;
  display: block;
  margin: 10px auto;
  font-weight: bold;
  text-transform: uppercase;
}
.d-flex.align-items-center.justify-content-between {
  border-top: solid 3px;
}
.games img {
  height: 160px;
}

.col-md-3.sidebar.magazine img {
  height: 250px;
}
.candidate-slider .slick-next:before {
  content: '\2192';
}

ul li, ol li {
  line-height: 24px;
  margin-left: 0px;
}
.col-md-9.post-main .overlaymain {
  height: 135px;
  background-color: #000;
  position: relative;
  bottom: 51px;
  left: 0;
  width: 100%;
  color: #fff;
}
.news-title {
  /* height: 95px; */
  background-color: #000;
  font-weight: 700;
  font-size: 1.2em;
  /* margin-top: 5px; */
  padding-left: 5px;
}


.col-md-3 .overlaymain {
  position: absolute;
  top: 101px;
  left: 0;
  width: 100%;
  color: #fff;
}
/* ul.main-news {
  display: flex
;
  position: relative;
  bottom: 30px;
} */

ul.main-news {
/* font-weight: 600; */
font-size: x-large;
display: flex
;
position: relative;
bottom: 14px;
}
.container.my-4 {
  padding: 0;
}
.sidebar .container {
  padding: 0;
}
.article-item {
  padding: 5px 10px;
}
.candidate-slider h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0;
  color: #111;
  text-decoration: none;
}
.col-md-3.post-small ul {
  height: 60px;
  padding-left: 15px;
  margin-top: 30px;
  font-size: large;
  font-weight: 500;
}
.news-title {
  height: 94px;
  background-color: #000;
  font-weight: 700;
  font-size: 1.2em;
  padding-left: 5px;
}

@media (max-width: 767px) {

img.object-fit-contain.my-3 { margin-left: 0 !important; max-width: 40% !important;
}

h3.entry-title.text-start {
      text-align: left;
      font-size: 24px;
      font-weight: 700;
  }

}

h4.block-title.mb-0 a {
  text-transform: uppercase;
  margin-left: 0;
  font-weight: 900;
  font-size: 22px !important;
}
.category .fa-play:before {
  content: "\f04b";
  color: #c93626;
  font-size: 20px !important;
}
@media (min-width: 767px) {
  .opinion img {
      max-width: none;
      height: 60px;
  }
  .text-start {
   text-align: left !important;
}
.news-video .col-md-6 {
    padding: 0 !important;
  }
}
.featuredVideos .lh-base {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3 !important;
}
li.in-focus::marker {
  color: #c93626; 
  font-size: x-large;
  content: "•";
}
.list-unstyled {
  padding-left: 5px;
  list-style: none;
}
.opinion .fa-play:before {
  content: "\f04b";
  color: #c93626;
  font-size: 21px !important;
}
section.featuredVideos .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  i.fa-sharp-duotone.fa-solid.fa-play.order-1.order-md-2 {
      display: inline;
  }
}
h4.block-title.mb-0 a {
  padding-left: 0;
}

@media (max-width: 767px) {
  .entry-title.module-title.mb-0 a {
      font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      line-height: 24px;
      letter-spacing: -0.5px;
      font-weight: 700 !important;
  }
  .mb-3.d-block.d-md-none.infocus ul li::marker {
    color: #c93626; 
    font-size: 29px;
    content: "•"; 
}

  
}
@media (max-width: 767px) {
        .col-md-6.news {
          padding: 0 !important;
        }
       .col-md-6.video {
          padding: 0 !important;
      }
      .debates-mini-blogs {
          grid-template-columns: 1fr !important;
      }
  .Business-news .grid-layout>h3, .Policy-news .grid-layout>h3, .Restoring-America .grid-layout>h3, .elections-2024 .grid-layout>h3 {
      border-top: 1px solid #dee2e6;
      margin-top: 12px;
      padding-top: 12px;
  }
  .candidate-slider .slick-prev, .candidate-slider .slick-next {
  border: 0px solid #000;
  color: #000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 100%;
  display: block !important;
}
h3.entry-title.text-start.text-md-center {
  text-align: center !important;
}

}
.video .mini-category-posts.d-flex.align-items-center.mt-3 {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .magazine-container {
      border-top: solid 5px;
      display: flex
;
      justify-content: normal;
  }
  .video .mini-category-posts.d-flex.align-items-center.mt-3 {
  margin-left: 0;
}
.debates.category-posts.d-flex.flex-column.align-items-start.gap-2 {
      border-bottom: solid 0px #d3d3d3 !important;
      padding-bottom: 0px!important;
  }
  h2.entry-title.font-roboto.mb-1, .category-posts a {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: all .2s ease-in-out;
  text-decoration: none;
  letter-spacing: -.5px !important;
}
}
.news-main ul a {
color: #c93626 !important;
}
.main-news a li {
transition: all .2s ease-in-out;
color: #c93626 !important;
text-decoration: none;
}
.main-news img {
  height: 465px;
}
.col-md-3.post-small img {
  height: 215px;
}
/* nine  */
.col-md-3.post-small {
padding: 0;
}
.col-md-9.post-main ul {
font-size: x-large;
font-weight: 600;
}

.col-md-9.post-main span.badge.badge-danger {
font-family: 'Roboto';
text-transform: uppercase;
background-color: #c93626;
border-radius: 0;
margin-left: 5px;
margin-top: 10px;
}

h2.entry-title.font-roboto.mb-1,
.category-posts a {
padding: 5px;
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
transition: all .2s ease-in-out;
text-decoration: none;
letter-spacing: -.5px !important;
}

.banner-ad img {
max-width: 950px;
max-height: 95px;
}

button.btn.subscribe-btn {
background-color: #c93626;
color: #fff;
border: none;
padding: 5px 96px;
display: block;
/* margin: 10px auto; */
font-weight: bold;
text-transform: uppercase;
}

.games img {
height: 190px;
}

.col-md-12.sidebar.magazine.mt-2 .col-md-12 {
padding: 0;
}

.magazine a.article-title {
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: normal;
letter-spacing: 0px;
font-weight: 400 !important;
color: #000;
}

i.fa-solid.fa-play.icon {
padding: 10px 5px 5px;
}

.podcast-wrapper {
max-width: 700px;
margin: 0px auto;
border: 2px solid #ccc;
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
overflow: hidden;
}

.featuredVideos .slick-arrow:hover {
background: #c936279c;
}

.video-slide img {
width: 96%;
}

.slick-prev:before,
.slick-next:before {
margin-left: 5px;
font-size: 30px;
}

.featuredVideos .slick-prev {
left: 45%;
height: 40px;
width: 40px;
}

.featuredVideos .slick-next {
right: 45%;
height: 40px;
width: 40px;
}

.featuredVideos .slick-arrow {
position: absolute;
top: 95%;
/* transform: translateY(-50%); */
z-index: 10;
/*  border: solid #c93627; */
/* color: #fff; */
/* padding: 10px 15px; */
cursor: pointer;
border-radius: 50%;
font-size: 22px;
/* transition: all 0.3s ease; */
}

.alert-banner {
left: 50%;
max-width: 13000px;
/* margin-left: -170px; */
min-width: 1054px;
border-top-width: 4px;
}

.alert-banner .alert-info {
position: relative;
z-index: 10;
}

.alert-banner.is-breaking .alert-info a {
color: #ffffff;
transition: background, .25s, ease-in-out;
text-decoration: none;
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 900;
}

/* costum breaking */
.alert-banner.is-costum .alert-title {
/*  text-shadow: 4px 4px 0 #00000030; */
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 900;
}
.alert-banner.is-costum .alert-banner {
font-size: 24px;
font-weight: 900;
}

.alert-banner.is-costum .alert-info a {
color: black;
transition: background, .25s, ease-in-out;
text-decoration: none;
}

/* costum breaking */
.alert-banner.is-breaking .alert-title {
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 900;
}

.alert-banner .alert-text a {
font-size: 14px !important;
line-height: 16px !important;
margin-top: 4px !important;
margin-bottom: 0 !important;
font-weight: 100 !important;
}

.alert-banner.is-breaking {
color: #fff;
background-color: #c20017;
}

.alert-banner .alert-type {
font-size: 14px;
margin-bottom: 5px;
font-weight: 900;
text-transform: uppercase;
}

.alert-banner .close {
display: block;
text-align: center;
position: absolute;
top: 10px;
right: 10px;
height: 16px;
width: 16px;
z-index: 11
}

.alert-banner .close:before {
display: block;
content: "×";
font-size: 16px;
position: relative;
z-index: 5
}

.alert-banner .close:after {
border-radius: 50%;
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
z-index: 4
}

.alert-banner.is-breaking {
/* margin-left: 10px; */
border-radius: 10px;
padding: 15px;
color: #fff;
background-color: #c20017;
}

.alert-banner.is-costum {
border-radius: 10px;
padding: 20px 15px;
color: black;
background-color: #ffcc00;
}

/* headline  */
.alert-banner.head_line {
text-transform: uppercase;
border-radius: 10px;
font-family: Roboto Slab !important;
font-size: 41px;
line-height: 40px;
font-weight: 900;
color: black;
background-color: transparent;
text-align: center;
line-height: 1;
}

.head_line .alert-type {
display: none;
}

.head_line.red .alert-type {
display: none;
}

.alert-banner.head_line .alert-text,
.alert-banner.head_line .alert-text .alert-type {
display: none;
}

.alert-banner.head_line.red .alert-text,
.alert-banner.head_line.red .alert-text .alert-type {
display: none;
}

.alert-banner.is-costum .alert-text,
.alert-banner.head_line .alert-text .alert-type {
display: block;
}

.alert-banner.head_line a {
color: black
}

/* headline red  */
.alert-banner.head_line.red a {
color: red;
font-size: 67px;
text-align: center;
line-height: 1;
}

/* headline red  */
.alert-banner.head_line {
font-size: 65px;
text-align: center;
line-height: 1;
}
img {
    max-width: none;
    height: auto;
}
.col-md-12.sidebar.games a {
  color: black;
}
.debates.category-posts img {
height: 175px;
width: 100% !important;
object-position: right;
}
section.news-four h2.entry-title.font-roboto.mb-1, .category-posts a {
padding: 0;
}
/* headline  */
/* nine */

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px !important;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px !important;
  }
}
}

.author .text_blackTone{
font-family: "Roboto", sans-serif;
font-size: 19px;
line-height: 1.5 !important;
font-weight: 900;
letter-spacing: -.5px;
color: #111;
}
.author h6{
 color: #0e73b2;
 font-family: "Roboto Slab", serif;
 font-weight: 400;
 font-size: 17px;
}
.author span.text_blackTone{
font-family: "Roboto Slab", serif;
font-weight: 400;
font-size: 17px;
margin-bottom: 0;
color: #111;

}
.infocus .text_blackTone {
font-weight: normal;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.col-md-9 {
padding: 0 !important;
width: 100% !important;
}
.col-md-3.sidebar {
width: 100% !important;
}
.alert-banner {
left: 50%;
max-width: 100%!important;
min-width: 100%!important;
border-top-width: 4px;
}
.featuredVideos .vidHead:after {
width: 24%!important;
}
.featuredVideos .vidHead:before {
width: 24%!important;
}
.news-item.two .content h3 {
font-size: 1.0rem !important;
}
.col-md-3.sidebar {
border-left: solid 0px #d3d3d3 !important;
}

.news-main .col-md-8 .news-item img {
width: 100%;
height: 411px !important;
}

}