/*style wp*/

.searchform {
  overflow: hidden;
  margin-bottom: 5px;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform input {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  height: 30px;
  outline: none;
}
.searchform input[type=text] {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #333;
  font-size: 16px;
  width: 75%;
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.searchform input[type=submit] {
  background: url("../img/search.svg") no-repeat center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-indent: -9999px;
  overflow: hidden;
  width: 25%;
  border-radius: 0 3px 3px 0;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.searchform input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9) url("../img/search-hover.svg") no-repeat center;
}
.post.hentry {
  margin: 0 0 40px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  padding: 0 0 20px;
}

/*.post.hentry:nth-child(odd){background: rgba(255,255,255,0.3);}*/


/*.post.hentry:nth-child(even){background: rgba(0,0,0,0.05);}*/

.entry-title a {
  color: #333
}
.table-head-post {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 20px;
}

@media screen and (max-width: 550px) {
  .table-head-post {
    display: block;
  }
}

.storytitle.entry-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

@media screen and (max-width:550px) {
  .storytitle.entry-title {
    width: 100%;
    display: block;
    font-size: 28px;
    padding-left: 0;
    line-height: 1.2;
  }
}

.date {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  background: rgba(0, 0, 0, .05);
}

@media screen and (max-width: 550px) {
  .date {
    width: 100%;
    display: block;
  }
}

.date:before {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  left: 10px;
  content: "";
  width: 36px;
  height: 54px;
  background: url(/blog/wp-content/themes/afp-new-redesign/img/sprite-icons.svg) -189px -132px no-repeat;
  transform: translateY(-50%);
}
.date-box {
  width: 80px;
  display: block;
  text-align: center;
}
.date-day {
  font-size: 30px;
  color: #c33;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  line-height: 38px;
}
.date-month {
  font-size: 14px
}
.meta.entry-meta {
  clear: both;
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}
.entry-content {
  margin-bottom: 15px
}
.feedback {
  font-size: 14px;
}
.pagin-posts {
  overflow: hidden;
}
.pagin-posts a {
  color: #333;
}
.pagin-posts a,
.pagin-posts a:hover {
  text-decoration: none;
}
.pagin-posts a:hover {
  color: #fff;
}

.pagin-posts a span {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #333;
  transition: 0.3s;
}
.pagin-posts a:hover span {
  background: #333;
  border-color: #333;
  text-decoration: none;
}
.newer-posts {
  float: left;
}
.older-posts {
  float: right
}

/*comment*/

#comments hr {
  display: none;
}
.comment-form-comment label {
  display: block;
}
textarea:focus {
  outline: none;
}
.comment-form .submit {
  display: inline-block;
  background: none;
  text-transform: uppercase;
  border: 1px solid #333;
  color: #333;
  padding: 14px 12px;
  cursor: pointer;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.comment-form .submit:hover {
  background: #333;
  color: #fff;
  border-color: #333;
  text-shadow: none;
}

img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px;
}


.author-avatar {
  float: left;
  margin-right: 25px;
}

.author-decription {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0;
}

.author-header.post-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.author-header.post-title span {
  font-weight: 400;
}

.author-info-row span {
  font-weight: 600;
  margin-right: 5px;
}

.author-page .archive-title {
  font-size: 24px;
  display: block;
  width: 100%;
  float: left;
  margin-top: 50px;
}

.footer-col-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
}

.footer-col-without-header {
  margin-top: 43px;
}

.safety > div {
  margin-top: 15px;
}

.box-logo {
  margin-bottom: 0;
}

@media screen and (max-width: 422px) {
  .container-header {
    display: flex;
  }

  .box-logo {
    margin: 0;
  }
}

@media screen and (max-width: 550px) {
  .storycontent img {
    width: 100%;
  }

  .footer .footer-col-without-header {
  	margin-top: 25px;
  }
}
