/**
 * Theme Name: Child Theme for Blog
 * Description: Child Theme for Blog
 * Theme URI: #
 * Author: #
 * Author URI: #
 * Template: metro-magazine
 * Version: 20.0.0
 */
 
/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
 
#primary .post .post-thumbnail {
	float: none;
    width: 100%;
}

.site-header form input[type="submit"]{
	background:#efd283;
}
.widget .widget-title {
	display: block;
}
.entry-content a {
	color: #f14528;
	text-shadow: 1px 0px 1px #d78f1a;
}
.entry-content a:hover,
.entry-content a:visited,
.entry-content a:focus {
    border-bottom: 2px #f14528 solid;
}
/* Footer Menu */
.footer-menu {
  margin: 0;
  padding: 0;
  float: left;
}
.site-info {
	float: right;
}


.widget.frontpage.widget_text {
    text-align: center;
	margin: 0 0 20px;
}
.widget.frontpage.widget_text img {
    margin-bottom: 0;
}


.desktop-block {
    display: block;
}
.mobile-block {
    display: none;
}

.widget .rll-youtube-player img {
	margin-bottom: auto;
}

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

  .footer-menu {
		float: none;
	}
}
.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: #adadad;
  text-decoration: none;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
