/*
Theme Name: Yelly Child
Theme URI: http://wpshop.biz/themes/yelly
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: yelly
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */
@import url('https://fonts.googleapis.com/css?family=Oswald');

/*hr {
    height: 4px;
    background: #eee;
    margin: 10px 0px;
    border: none;
}
.site-title img {
    max-width: 100%;
}
.entry-content p > img {
  	display: block;
    margin: 0 auto;
    text-align: center;  
}

.related-articles .post-box .entry-image img {
    width: 100%;
    height: 230px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-image__title h1, .entry-title, .widget-title {
    font-family: 'Oswald', Arial, serif !important;
}
.main-navigation ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald', Arial, serif !important;
    font-size: 22px;
    padding: 15px 20px;
}

.footer-sharing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-sharing__button i {
    position: relative;
    top: 3px;
    display: inline-block;
    font: normal normal normal 1.6em/1 FontAwesome;
    margin: 0 5px;
	color: #fff;
}
.footer-sharing__button span {
    display: none;
    margin: 0 5px;
    font-size: 1.2em;
}
.footer-sharing__button:hover {
    opacity: .8;
    filter: "alpha(opacity=80)";
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.footer-sharing__button.main {
    flex: 2.5;
    animation: pulse 1.5s infinite;
}
.footer-sharing__button {
    flex: 1;
    background: #ccc;
    color: #fff;
    margin: 10px 5px;
    min-height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.footer-sharing--instagram {
    background: #d8478f;
}
.footer-sharing--instagram i:before {
    content: "\f16d";
}
.footer-sharing--vk {
    background: #526e8f;
}
.footer-sharing--vk i:before {
    content: "\f189";
}
.footer-sharing--facebook {
    background: #425497;
}
.footer-sharing--facebook i:before {
    content: "\f09a";
}
.footer-sharing--ok {
    background: #f2720c;
}
.footer-sharing--ok i:before {
    content: "\f263";
}

.entry-content blockquote:before {
    content: '\201C';
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 42px;
    color: #fc617a;
}
.entry-footer {margin: 0;}
@media (max-width: 400px) {
	.r-bl {text-align: center;}
	.red-button {float:none!important;}
}

.red-button {
    text-align: center;
    background: #fc617a;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    padding: 10px 20px;
    margin: 5px;
    box-shadow: 0px 1px 2px 1px rgba(173, 49, 79, 0.7);
}
.red-button a {
    color: #ffffff;
    text-decoration: none;
}
.red-button a:hover {
    color: #ffffff;
    text-decoration: none;
}
.red-button:hover {
    color: #fff !important;
    margin: 5px;
	box-shadow: none;
}
.red-button:active {
    background: #EB4960;
}

.btn, .comment-respond .form-submit input {
	text-align: center;
    background: #fc617a;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 20px;
    margin: 5px;
    box-shadow: 0px 1px 2px 1px rgba(173, 49, 79, 0.7);
	flex: 2.5;
    animation: pulse 2s infinite;
}

.btn:hover, .comment-respond .form-submit input:hover {
	background: #fc617a;
}

.b-sharing {
    display: flex;
    flex-direction: row;
    margin: 10px -5px;
    padding: 10px 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    flex-wrap: wrap;
}

.my-date {
	color:#777;
}

.comment-reply-link:hover {
    background: #EB4960;
    border-color: #fc617a;
    color: #fff!important;
}
.comment-reply-link a:hover {
    color: #fff;
}

.main {
    flex: 2.5;
    animation: pulse 2s infinite;
}

.post-card {
  max-width: 345px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  }
  @media (min-width: 576px) {
    .post-card {
      width: 48%;
      float: left;
      margin-right: 4%; }
      .post-card:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .post-card {
      float: left;
      margin-bottom: 20px;
      margin-left: 50px;
      margin-right: 0;
      } }
  @media (min-width: 992px) {
    .post-card {
      width: 280px;
      margin-left: 40px;
      } }
  @media (min-width: 1200px) {
    .post-card {
      width: 345px;
      height: 300px;
      overflow: hidden;
      } }
  .post-card:hover .entry-meta {
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    opacity: 1;
    filter: "alpha(opacity=100)"; }
  .post-card__image {
    position: relative;
    margin-bottom: 10px;
    background: #d0cbcb; }
    .post-card__image img {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-height: 230px;
      }
    .post-card__image .entry-meta {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-bottom: 0;
      padding: 20px 15px 10px;
      background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
      background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
      font-size: .8em;
      color: #fff;
      opacity: 0.5;
      filter: "alpha(opacity=50)";
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .post-card__content {
    font-size: .8em; }
  .post-card .entry-title {
    font-size: 19px;
    margin-bottom: 14px; }

.post-card-one {
  margin-bottom: 50px;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1; }
  .post-card-one:before, .post-card-one:after {
    content: " ";
    display: table;
    line-height: 0; }
  .post-card-one:after {
    clear: both; }
  @media (min-width: 576px) {
    .post-card-one {
      max-width: 700px; } }
  .post-card-one:hover .entry-meta {
    opacity: 1; }
  .post-card-one .entry-title {
    font-size: 19px;
    margin-bottom: 11px; }
  .post-card-one__image {
    margin-right: 25px; }
    @media (min-width: 576px) {
      .post-card-one__image {
        float: left; } }
    @media (min-width: 992px) {
      .post-card-one__image {
        width: 280px; } }
    @media (min-width: 1200px) {
      .post-card-one__image {
        width: 330px; } }
    .post-card-one__image img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .post-card-one__image img:hover {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02); }
  .post-card-one__content {
    overflow: hidden; }
  .post-card-one__text {
    font-size: .8em;
    margin-bottom: 12px; }
  .post-card-one .entry-meta {
    margin-bottom: 5px;
    opacity: .6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.b-related {
  margin-bottom: 30px; }
  .b-related__header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center; }
    @media (min-width: 576px) {
      .b-related__header {
        font-size: 24px;
        margin-bottom: 23px; } }
  .b-related__items {
    *zoom: 1; }
    .b-related__items:before, .b-related__items:after {
      content: " ";
      display: table;
      line-height: 0; }
    .b-related__items:after {
      clear: both; }
    @media (min-width: 768px) {
      .b-related__items {
        margin-left: -40px; } }

.spoiler-box {
  background: #f3f3f3;
  border-left: 2px solid #000000;
  margin: 15px 0; }

.spoiler-box__title {
  position: relative;
  cursor: pointer;
  padding: 15px 30px 15px 20px; }
  .spoiler-box__title:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 48%;
    right: 10px;
    width: 15px;
    height: 9px;
    margin-top: -5px;
    color: #000000; }
  .spoiler-box__title.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.spoiler-box__body {
  display: none;
  padding: 20px;
  background: #fbfbfb; }

img {
    height: auto!important;
    max-width: 100%;
}
.front-width{
	width:100% !important;
}
.comment-list .children {
    list-style: none;
    margin: 5px 0 0;
    padding: 0 0 0 35px;
}
*/
.entry-content ol[start="2"] {
  counter-reset: point 1; }
.entry-content ol[start="3"] {
  counter-reset: point 2; }
.entry-content ol[start="4"] {
  counter-reset: point 3; }
.entry-content ol[start="5"] {
  counter-reset: point 4; }
.entry-content ol[start="6"] {
  counter-reset: point 5; }
.entry-content ol[start="7"] {
  counter-reset: point 6; }
.entry-content ol[start="8"] {
  counter-reset: point 7; }
.entry-content ol[start="9"] {
  counter-reset: point 8; }
.entry-content ol[start="10"] {
  counter-reset: point 9; }
.entry-content ol[start="11"] {
  counter-reset: point 10; }
.entry-content ol[start="12"] {
  counter-reset: point 11; }
.entry-content ol[start="13"] {
  counter-reset: point 12; }
.entry-content ol[start="14"] {
  counter-reset: point 13; }
.entry-content ol[start="15"] {
  counter-reset: point 14; }
.entry-content ol[start="16"] {
  counter-reset: point 15; }
.entry-content ol[start="17"] {
  counter-reset: point 16; }
.entry-content ol[start="18"] {
  counter-reset: point 17; }
.entry-content ol[start="19"] {
  counter-reset: point 18; }
.entry-content ol[start="20"] {
  counter-reset: point 19; }
.entry-content ol[start="21"] {
  counter-reset: point 20; }
.entry-content ol[start="22"] {
  counter-reset: point 21; }
.entry-content ol[start="23"] {
  counter-reset: point 22; }
.entry-content ol[start="24"] {
  counter-reset: point 23; }
.entry-content ol[start="25"] {
  counter-reset: point 24; }
.entry-content ol[start="26"] {
  counter-reset: point 25; }
.entry-content ol[start="27"] {
  counter-reset: point 26; }
.entry-content ol[start="28"] {
  counter-reset: point 27; }
.entry-content ol[start="29"] {
  counter-reset: point 28; }
.entry-content ol[start="30"] {
  counter-reset: point 29; }
.entry-content ol[start="31"] {
  counter-reset: point 30; }

.rss-widget-ra{
	display: flex;
	margin-bottom: 10px;
}
.rss-widget-ra__image{
	padding: 5px;
    display: inline-flex;
}

.rss-widget-ra img{
	max-width: 100%;
    width: 100%;
    height: 200px;
}

@media (max-width: 576px) {
	.rss-widget-ra{
		display: block;
		margin-bottom: 10px;
	}
	.rss-widget-ra img{
		height: auto;
	}

}