/**
 * Theme Name: Child Theme for Blog
 * Description: Child Theme for Blog
 * Theme URI: #
 * Author: #
 * Author URI: #
 * Template: admiral
 * Version: 100.20.0.0
 */
 
/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
#masthead{
	background: #fdc800;
	border: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
    background: #fdc800;
}

a:link, a:visited{
    color: #eea444;
}
.entry-title a:hover, .entry-title a:active, a:hover{
    color: #bbb7b1;
}

.header-main {
    padding: 0.5em 1.5em;
}
.main-navigation-wrap{border:0;}
.widget li{
	list-style:none;
}
.main-sidebar{background: #fff;}

.content-area{width:70%;}

.wrapper-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.wrapper-content li {
  width: 15%;
  display: inline-flex;
  margin: 5px;  
  list-style-type: none;
}

.wrapper-content img {
  width: 100%;
  height: auto;
}

@media(max-width: 910px) {
  .wrapper-content li {
    width: 31%;
  }
}

@media(max-width: 590px) {
  .wrapper-content li {
    width: 42%;
  }
}

@media (max-width: 480px) {
	.content-area{width:100%;}
	embed, iframe, object {width: 100%;}
}
