/**
 * Theme Name: Child Theme for Blog
 * Description: Child Theme for Blog
 * Theme URI: #
 * Author: #
 * Author URI: #
 * Template: magazine-newspaper
 * Version: 100.20.0.0
 */
 
/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

ul, ol{
  padding: 0;
}

ul li:not(:last-child), ol li:not(:last-child){
  margin-bottom: 10px;
}

.home-archive{
	padding-top: 20px;
}
.news-snippet .summary .featured-image{
	width: 60%;
}
section.logo{
	padding: 15px 0;
}
section.logo .site-title {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #fff;
	clear: both;
	display: block;
}
section.logo .site-description {
	font-size: 1em;
	margin: 0;
	border: none;
	padding: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #fff;
	clear: both;
	display: block;
}

.news-ticker b:after {
    right: -12px;
    top: -1px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    background-color: #597dce;
}
div.copyright,.logo, .pri-bg-color{
	background: #5881dc;
}
h4.news-title::after,h3.widget-title::after{
	background: #000;
}
.menu-menu-container .list-inline > li{
	background: #3e63b6;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.menu-menu-container .list-inline > li a {
	color: #fff;
}
.menu-menu-container.list-inline > li a:hover, .menu-menu-container .list-inline > li a:focus {color: #000;}
h3.widget-title{
	border-color: #000;
}
.social-icons, .search-top {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.logo a:hover, .logo a:focus {
    text-decoration: none;
}
.widget {
	margin-top: 20px;
}


.post-content a {
	color: #de113f;
}
.post-content a:hover,
.post-content a:visited,
.post-content a:focus {
    font-weight:bold;
}

/*
#inetspeedblocks {display: block;}
#inetspeedblocks .inetspeedblock {text-align:center; margin-bottom: 10px; border: 1px solid #666;display: inline-block;}
#inetspeedblocks .inetspeedblock > h4{background: #666;padding: 10px;color: #fff;margin: 0;}
#inetspeedblocks .inetspeedblock > ul{color:#808080;}
*/

.site-description {color: #fff;}
.dropdown-menu {background: #3e63b6;box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.dropdown-menu li a:hover{color:#3e63b6;}

#inetspeedblocks {display: block;}
#inetspeedblocks .inetspeedblock {border: 1px solid #5881dc;display: flex;}
#inetspeedblocks .inetspeedblock:not(:last-child) { margin-bottom: 10px;display: flex;}
#inetspeedblocks .inetspeedblock > div.block-title {background: #5881dc;padding: 10px;color: #fff;margin: 0;max-width: 67px;align-items: center;justify-content: center;display: flex;text-align: center;flex-direction: column;font-size: 14px;}
#inetspeedblocks .inetspeedblock > div.block-title:not(span) {letter-spacing:0.7px;}
#inetspeedblocks .inetspeedblock > div.block-title > span { font-size: 29px;font-weight: bold;clear: both;width: 64px;}
#inetspeedblocks .inetspeedblock > ul{color:#808080;padding-left: 10px;background: aliceblue;}
#inetspeedblocks .inetspeedblock > ul > li{padding: 5px 0;}

.copyright {
  padding: 15px 0;
  color: #fff;
}

.scroll-top-wrapper {
  width: 50px;
  height: 50px;
  line-height: 55px;
}
.scroll-top-wrapper:focus,
.scroll-top-wrapper:hover {
  background: rgba(0,0,0,1);

}

.desktop-block,
.mobile-block {
    text-align: center;
}
.desktop-block {
    display: block;
}
.mobile-block {
    display: none;
}

.wp-block-table thead th{
  background: #5881dc;
  color: #fff;
}

.wp-block-table tr td:not(:last-child){
  text-align: center;
}

.wp-block-table tr:hover{
  background: aliceblue;
}

.highlights {
  margin: 0;
  padding: 10px 10px 10px 35px;
  border: 1px solid #5881dc;
  list-style-image: url(/wp-content/uploads/2023/07/check-mark.png);
}

.highlights.draw{
  border: 1px solid #c40000e3;
  list-style-image: url(/wp-content/uploads/2023/07/cross.png);
}

.highlights li{
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.pres-btn{
  margin: 35px 0 30px 0;
}

.pres-btn a {
  padding: 20px 50px;
  background: #5881dc;
  color: #fff;
  font-size: 18px;
}

.play-wrapp{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #5881dc66;
  margin-bottom: 5px;
}

.play-img{
  background: #f0f8ff;
}

.play-img img{
  max-width: 110px;
}

.play-title{
  font-size: 25px;
  font-weight: 800;
}

.play-desc{
  margin: 0;
}

.play-button .wp-block-button__link{
  padding: 15px 35px;
  margin-right: 15px;
  background: #5881dc;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}

@media screen and (max-width: 680px) {
    .desktop-block {
        display: none;
    }
    .mobile-block {
        display: block;
    }
  
  .play-wrapp{
    flex-direction: column;
  }
  
  .play-img{
    width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 85px;
  }
  
  .play-card{
    margin: 10px 0;
  }
  
  .play-button .wp-block-button__link{
    margin-right: 0;
    margin-bottom: 10px;
  }
  
   table {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}

/* Footer Menu */
.footer-menu {
  margin: 0;
  padding-top: 15px;
  background: #5881dc;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
  border-bottom: 1px dotted;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    float: none;
  }

}
