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

.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;
}

@media screen and (max-width: 680px) {
    .desktop-block {
        display: none;
    }
    .mobile-block {
        display: block;
    }
}

/* 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;
  }

}
