/*
    Theme Name: Tulip Child
    Theme URI: http://www.flatlayers.com/themes/tulip
    Author: FlatLayers
    Author URI: http://www.flatlayers.com
    Description: Tulip Theme Child
    Template: tulip
    Version: 2.0
    License: GNU/GPL Version 2 or later. 
    License URI: http://www.gnu.org/licenses/gpl.html 
    Tags: light, dark, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, theme-options
    Text Domain: tulip-child
*/
.fl-container {
    position: relative;
    max-width: 99%;
    padding: 40px 40px 0 40px;
    margin: 0 auto;
}
.fl-post-content {
    position: relative;
    display: block;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
.fl-container-naked {
    position: relative;
    display: block;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
	background-color: #ec7a5c;
}
.fl-post-header {
    position: relative;
    display: table;
    overflow: hidden;
    margin-bottom: 16px;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}
.fl-post-content h5{font-size: 30px;}
.fl-post-content a {
	color: #ec7a5c; /* Цвет обычной ссылки */
    position: relative;
    cursor: pointer;
    text-decoration: none; /* Убираем подчеркивание */
}
.fl-post-content a:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px; /* Высота линии */
    background-color: #1e73be; /* Цвет подчеркивания при исчезании линии*/
    transition: width 0.5s; /* Время эффекта */
}
.fl-post-content a:hover {color: #00bfff;}
.fl-post-content a:hover:after {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px; /* Высота линии */
    background-color: red; /* Цвет подчеркивания при появлении линии*/
    transition: width 0.5s;  /* Время эффекта */
}
img.wp-smiley {display: inline-block;vertical-align: middle;}

#fl-prev-next .fl-picture { border: 4px solid #ec7a5c; }

.bigletter { 
float: left; 
color: #0078bf; 
font-size: 65px; 
line-height: 60px; 
padding-top: 3px; 
padding-right: 8px; 
padding-left: 3px;
}

.ya-donate {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.donate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.donate-btn {
  margin-left: 10px;
}
.fl-read-more .button {
    padding: 8px 16px;    
    text-transform: uppercase;  
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: var(--fl-button-background);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.button {
    background-color:#d24726;
    display: table; padding: 16px 26px; margin: 15px auto;
    color:#fff!important;
    font: normal 25px/25px "Jura", sans-serif;
    text-decoration:none!important;
}
.button:hover {
    background-color:#ff6;
    color:#000!important; 
}
.button:active {
    position:relative;
    top:2px;
}
.reklama-button {margin: 10px auto; width: 100%; border-bottom: 5px solid #d24726; display: table; padding: 15px 20px; background-color:#ec7a5c; color: #fff;}
.reklama-button:hover {background-color:#ea624a; color: #fff;}
.random-comment-button {margin: 10px auto; border: 2px solid #000; display: table; padding: 15px 20px; background-color:#ec7a5c; color: #fff;}
.random-comment-button:hover {background-color:#1e1e1e; color: #fff;}

.form-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(17px, 5%, 40px) clamp(17px, 7%, 50px);
  max-width: none;
}
.form-preview,
.form-preview *{
  box-sizing: border-box;
}
.form-preview .preview-heading {
  width: 100%;
}
.form-preview .preview-heading h5{
  margin-top: 0;
  margin-bottom: 0;
}
.form-preview .preview-input-field {
  margin-top: 20px;
  width: 100%;
}
.form-preview .preview-input-field input {
  width: 100%;
  height: 40px;
  border: 2px solid #ec7a5c;
  background-color: #fff;
  outline: none;
}
.form-preview .preview-input-field input {
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.form-preview .preview-input-field input::placeholder {
  color: #000;
  opacity: 1;
}

.form-preview .preview-input-field input:-ms-input-placeholder {
  color: #000;
}

.form-preview .preview-input-field input::-ms-input-placeholder {
  color: #000;
}
.form-preview .preview-submit-button {
  width: 100%;
}
.form-preview .preview-submit-button button {
  width: 100%;
  height: 40px;
  margin-top: 5px;
  border: 0;
  line-height: 0px;
}
.form-preview .preview-submit-button button:hover {
  cursor: pointer;
}
hr {
    width: 100%;
    border-bottom: 8px solid #ec7a5c;
    display: block;
    height: 5px;
    clear: both;
}
.copy-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 10px;
  font-size: 12px;
}

.copy-block-image {
  width: auto;
  height: 200px;
  object-fit: cover;
  margin-right: 20px;
}

.copy-block-content {
  flex: 1;
}

.copy-block-text {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
p.pull.left {
    float: left;
    margin: 25px 0.5em 0.5em 0px;
}
p.pull.right {
    float: right;
    margin: 0 0px 0.5em 0.5em;
	}
p.pull {
    max-width: 40%;
    font-family: "Roboto",helvetica neue,helvetica,sans-serif;
    font-size: 1em;
    line-height: 140%;
    font-weight: 400;
    text-transform: uppercase;
    color: #41b98d;
}
code {
    position:relative;
    width:90%;
    padding:10px;
    margin:2em auto;
	display: table;
    color:#fff;
    background:#000;
    overflow:hidden;
}
.postovoibox {
  width: 50%;
  height: 200px;
  background: #eee;
  margin: 40px auto;
  display: table;
  text-align: center;
}
.effect {
  position: relative;
}

.effect:before,
.effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.postovoi {
    position:relative;
    width:480px;
    padding:1em 1.5em;
    margin:2em auto;
    color:#fff;
    background:#53A3B4;
    overflow:hidden;
}
.postovoi:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0;
    border-style:solid;
    border-color:#fff #fff transparent transparent;
    background:transparent;
    display:block; width:0;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
/* --(ciferki)-- */

.ciferki {margin: 15px auto 0 auto;}
.ciferki a img{
border:none;
opacity:0.1;
}
.ciferki a:hover img{
border:none;
opacity:1.0; 
}
.ciferki img {
padding:0;
margin:0;
}
.HighlightedText {
    display: table;
    margin: 0 auto;
    color: #d73b35;
    background: 0 0;
    background-image: linear-gradient(270deg,#2882db,#7b71d3 20%,#ae5bbb 40%,#cf4294 60%,#dd3266 80%,#d73b35);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 30px;
}
.fl-post-content .button {
  display: inline-block;
  background-color: #1e1e1e;
  color: #ec7a5c;
  display: table; padding: 16px 26px; margin: 15px auto;
  text-decoration: none;
  border: none;
  border-radius: 0px;
}

.fl-post-content .button i {
  margin-right: 10px;
}

.fl-post-content .button:hover {
  background-color: #ec7a5c;
  color: #fff!important;
}

.fl-post-content .button:focus {
  outline: none;
}
.fl-meta a {
    color: #ec7a5c;
}
.fl-meta a:hover {
    color: #d24726;
}