﻿.blogItemBox .showItemBox-button { position: absolute; left: 20px; bottom: -25px; }
.blogItemBox { position: relative; margin-bottom: 120px; }
.blogItemBox .showItemBox.blogBox { display: flex; flex-direction: column; padding-bottom: 0; }


.blogItemBox h2:before { content: ""; width: 4px; height: 26px; background-color: #3d8525; position: absolute; right: 0; top: 3px; }
.blogItemBox h2 { display: inline-block; position: relative; font-size: 130%; padding-right: 11px; padding-top: 3px; }
.blogItemBox .showItemBox .showItemBox-title { margin-top: 15px; margin-bottom: 10px; }
.blogItemBox .showItemBox .showItemBox-Content { padding-bottom: 8px; }
.blogItemBox .showItemBox-button-click { font-family: 'almoni-tzar-aaa-bold'; display: block; font-size: 106%; padding-right: 30px; text-decoration: none; /* position: relative; */ transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; background: #ffffff; padding: 14px 10px 10px 35px; box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.16); }
.blogItemBox .showItemBox-button-click span:before { content: ""; position: absolute; top: 50%; right: 0; width: 20px; height: 4px; background-color: #3d8525; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.blogItemBox .showItemBox-button-click span { position: relative; padding-right: 30px; }
.blogItemBox .showItemBox-button-click:hover, a.showItemBox-button-click:focus { color: #3d8525; outline: none; }


@media (max-width:767px) {
    .showItemBox .showItemBox-summary { display: block; }
    .blogItemBox .showItemBox-button { left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
    .blogItemBox { margin-bottom: 50px; }
}