/* Your style */

#masthead #site-navigation{
  padding:0 1.714285714rem;
  margin-top:10px;
}

#main{
  padding:0 1.714285714rem;
}

#colophon{
  padding:0 1.714285714rem;
}

.stylegroup_link li{
  list-style:none !important;
  margin:0 0 10px 0 !important;
  line-height:1.3 !important;
}

body{
  background:#ff6aaf;
}

body .site{
  margin-top:0;
  padding:0;
}

.site{
  padding:0;
}

#masthead{
  padding:0;
}

#masthead hgroup{
}

#masthead hgroup h1{
  display:none;
}

#masthead hgroup h2{
  display:none;
}

.widget-area .widget{
  margin-bottom: 2.5rem;
}

.widget-area .widget h3{
  border-left:4px solid #666666;
  font-size:1em;
  line-height:1;
  padding:0 0 0 7px;
  margin-bottom: 0.61rem;
}

.entry-date-day,
.entry-category a,
.entry-title a {
    color: #636363;
}

.entry-header-meta {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1em;
}

.entry-date {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    width: 52px;
}

.entry-date-wrap {
    border: 2px solid #eb6391;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.entry-date-year {
    background-color: #FFF;
    color: #EB6391;
    padding-bottom: 4px;
}

.entry-date-month {
    background-color: #eb6391;
    color: #FFF;
    padding: 4px 0;
}

.entry-date-day {
    background-color: #FFF;
    padding: 8px 0;
}

.entry-category {
    display: flex;
    flex-wrap: wrap;
}

.entry-category a {
    border: 1px solid #636363;
    border-radius: 12%;
    margin-left: 12px;
    padding: 8px 4px;
    text-decoration: none;
}

.entry-title {
    border-bottom: 2px solid #eb6391;
    position: relative;
}

.entry-title:before {
    content:'';
    border: 16px solid #eb6391;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top:26px;
    left: 15px;
}

.entry-title a {
    display: block;
    position: relative;
}

.entry-title a:after {
    border-color: #636363 #636363 transparent transparent;
    border-style: solid;
    border-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    position: absolute;
  	top: 6px;
    right: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}

.entry-content img{
	height:auto !important;
}


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  #masthead #site-navigation{
    padding:0 2.857142857rem;
    margin-top:10px;
  }

  #main{
    padding:0 2.857142857rem;

  }

  #colophon{
    padding:0 2.857142857rem;
  }
}