/* Overwrite Contact Form 7 */
span.wpcf7-list-item {
  margin: 0 0 0 0em !important;
}

.wpcf7-not-valid-tip {
  color: #dc3545 !important;
  font-size: 14px !important;
}

.wpcf7-response-output {
  color: #dc3545 !important;
  font-size: 15px !important;
  border: 1px solid #ffb900 !important;
  font-weight: bold;
}

/* Custom Style */
.teaser-partners, .billboard-banner, .teaser-featured, .teaser-originals, .teaser-additional, .teaser-sports, .sports-widget, .forex, .paid-partners, .weather-news {
  margin: 0 0 1.6rem 0 !important;
}

.wrapper > .container > .every_board > .row.align-items-stretch {
  margin-bottom: 30px !important;
}

/*.primary-header {
  margin-bottom: 1.6rem !important;
}*/

/*  Medium devices (tablets, 768px and up) md*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .teaser-partners, .billboard-banner, .teaser-featured, .teaser-originals, .teaser-additional, .teaser-sports, .sports-widget, .forex, .paid-partners, .weather-news {
    margin: 0 0 1rem 0 !important;
  }
}

#floater-bt-article-lb {     

    position: fixed;
    bottom: 80px;
    z-index: 999;
    margin: 0px auto;
    text-align: center;
    left: 0;
    right: 0;
}
#floater-bt-article-lb a{ 

    color: #fff;
    background: #0179c8;
    border-radius: 20px;
    padding: 10px 15px;
    width: auto;
    margin: 0px auto;
	font-weight: normal;
    font-size: 14px;
    border: 0px; 
	cursor: pointer;
	}
#floater-bt-article-lb a:hover{   

    font-weight: bold;
  }
  

#agora-article-below-1 , #agora-article-below-2 , #agora-article-below-3 , #agora-article-below-4 , #agora-article-below-5 {
    min-height: 605px;
    height: 605px;
    max-height:605px;
	overflow: hidden;
}



/*-- article page project agora lb end --*/



/*-- article page google news img start --*/
@media(max-width:520px) {


/*-- article page project agora lb start --*/

#agora-article-below-1 {
    height: 4120px;
    min-height: 4120px;
    max-height:4120px;
	overflow: hidden;
}
	
	
#agora-article-below-2 , #agora-article-below-3 , #agora-article-below-4 , #agora-article-below-5 {
    height: 3300px;
    min-height: 3300px;
    max-height:3300px;
    overflow: hidden;
}
		
	
	
	
}

/*-- article page project agora lb end --*/

.searchfilter-rt, .searchfilter-lt { height: 45px; }
.invisible { visibility:visible !important; }
.container { max-width: 1378px !important; }

.wrapper .every_board .row.full-black-container {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #222;
  position: relative;
  max-width: 1380px;
  /*
    When the viewport is bigger than container max width we've to
    calculate how many pixels the media-section background should move to the left.
  */
}
.wrapper .every_board .row.full-black-container::before {
  content: "";
  display: block;
  background-color: #222;
  height: 100%;
  position: absolute;
  width: 100vw;
  left: -1px;
}
@media (min-width: 1380px) {
  .wrapper .every_board .row.full-black-container::before {
    left: calc(1380px / 2 - 50vw - 1px);
  }
}

.wrapper .every_board .row.full-light-container {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f8f9fa;;
  position: relative;
  max-width: 1380px;
  /*
    When the viewport is bigger than container max width we've to
    calculate how many pixels the media-section background should move to the left.
  */
}
.wrapper .every_board .row.full-light-container::before {
  content: "";
  display: block;
  background-color: #f8f9fa;
  height: 100%;
  position: absolute;
  width: 100vw;
  left: -1px;
}
@media (min-width: 1380px) {
  .wrapper .every_board .row.full-light-container::before {
    left: calc(1380px / 2 - 50vw - 1px);
  }
}

article.movie-landing-page .entry-content {
  margin-top: 25px;
}

.single .article-wrapper {
  margin-top: 2rem !important;
}

.single .sponsored .article-wrapper {
  margin-top: 0rem !important;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.page-link {
  padding: .3rem .65rem !important;
}

.latest-videos .entry-summary .category {
  color: #fff;
}

.movie-listing .movie-listing-wrapper {
  position: relative;
}

.forex h4 {
  margin-bottom: 0px !important;
}

.forex table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

/* ew-list--ordered */
.article-wrapper ol {
  padding-left: 0px;
}

.article-wrapper .ew-list--ordered {
  list-style-type: none;
  counter-reset: css-counter 0; /* initializes counter to 0; use -1 for zero-based numbering */
}

.article-wrapper .ew-list--ordered li {
  counter-increment: css-counter 1; /* Increase the counter by 1. */
}

.article-wrapper .ew-list--ordered li:before {
  content: counter(css-counter) ". "; /* Apply counter before children's content. */
}
/* ew-list--ordered: end */

.article-wrapper .image-wrapper {
  margin-bottom: 16px;
}

article.movie-landing-page .slide-captions h3 {
  color: #fff;
}

body.single {
  margin: 0rem !important;
}

.author-wrapper-box ul.author-box-contact-info {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.single .article-right-sidebar {
  margin-top: 2rem !important;
}

/*-- list teaser2 numbering start --*/
ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item article { 
  margin-bottom: 0px !important; 

}
ol.ew-most-read-google-analytics__content {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top:25px;
  float: left;
}

ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item {
	float: left;
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  counter-increment: my-awesome-counter;
}

ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item::before {
  content: "0" counter(my-awesome-counter);
  position: absolute;
  left: 0;
  
  font-weight: 500;
  font-size: 30px;
  color: #D3D3D3;
  line-height: 1;
}

ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item {
  margin-bottom: 15px;
}

ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item .entry-item  {
  width: 100%;
  float: left;
  padding-left: 20%;
}

ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item .entry-item h4 {
  
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0px;
}

ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item .entry-item h4 a {
  display: block;
}

ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item .entry-item span.section {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item .entry-item span.section {
  font-size: 12px;
  font-weight: 400;
}

ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item .entry-item span i {
  font-size: 12px;
}

ol.ew-most-read-google-analytics__content li.ew-most-read-google-analytics__item .entry-item span.time {
  font-size: 13px;
  color: #9d9d9d;
}

ol.ew-most-read-google-analytics__content li .entry-item span.time {
  font-size: 12px;
  color: #919191;
}
.ew-most-read-google-analytics__header h2.ew-most-read-google-analytics__title {
    font-size: 20px;
}

.ew-most-read-google-analytics__container { clear: both; float: left; }

div.ew-most-read-google-analytics, div.ew-article-list { display:flex; }
/*-- list teaser2 numbering end --*/

.article-wrapper .ew-embed img { width: 100%; }

/*-- auth0 button Style sign in and logout button on header start --*/

/*.dropdown-toggle::after {
    position: absolute!important;
    top: 45%!important;
    right: 8px!important;
    }

.dropbtn {
  min-width: 110px;
  background-color: #0179c8!important;
  color: white;
  padding: 6px 22px 6px 10px;
  border-radius: 4px;
  font-size: 15px;
  border: none!important;
  cursor: pointer;
  position: relative;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index:99;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.dropdown-content a:first-child { padding-top: 10px;}

.dropdown-content a:last-child { padding-bottom: 10px;}


.dropdown-content a:hover {
  color:#0272bb!important;
  background-color: #ddd;
}

.show {
  display: block;
}
.blink-bg-logout {
  border-radius:0px;

  }


.blink-bg-sign-in {
    color: #fff !important;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 3px;
    color: #fff !important;
    background:#0179c8!important;


    position: relative;
    z-index: 99;

    }

.blink-bg-sign-in:hover {
 background: #007acb;
    }

    .blink-bg-logout {
        color: #fff !important;
        padding: 6px 15px;
        display: inline-block;
        border-radius: 3px;
       color: #fff !important;
       background: #2296e3;
       position: relative;
       z-index: 99;
    }

   .blink-bg-logout:hover {
    background: #007acb;
    }

*/


/*-- auth0 button Style sign in and logout button on header end --*/
