/*
Theme Name: Coffee News
Theme URI: https://asdg.com.ua/
Author: ASDG
Author URI: https://wordpress.org/
Description:Coffee News
Version: 1.0
Text Domain: coffeenews fugue_regular.otf

*/
@font-face {
  font-family: fugue_regular;
  src: url(./fonts/fugue_regular.otf); 
 }

@font-face {
  font-family: TheNorthernBlock-NorpethMedium;
  src: url(./fonts/TheNorthernBlock-NorpethMedium.otf); 
 }
 
@font-face {
  font-family: brody;
  src: url(./fonts/m-brody.ttf); 
 }

@font-face {
  font-family: PFBulletinSansPro-Light;
  src: url(./fonts/PFBulletinSansPro-Light.ttf); 
 }
@font-face {
  font-family: PFBulletinSansPro-Medium;
  src: url(./fonts/PFBulletinSansPro-Medium.ttf); 
 }

@font-face {
  font-family: MinionPro;
  src: url(./fonts/m-MinionPro.ttf); 
 }
@font-face {
  font-family: YanoneKaffeesatz;
  src: url(./fonts/YanoneKaffeesatz-Regular.otf); 
 }
 
 @font-face {
  font-family: MinionPro;
  src: url(./fonts/MinionPro-Regular.otf); 
 }
 
  @font-face {
  font-family: MinionProBold;
  src: url(./fonts/MinionPro-BoldCn.otf); 
 }

  @font-face {
  font-family: Diaria;
  src: url(./fonts/MintType-DiariaSansProRegular.otf); 
 } 

  @font-face {
  font-family: Sungent;
  src: url(./fonts/Sungent.otf); 
 } 
 
   @font-face {
  font-family: Zoe;
  src: url(./fonts/ZoeRegular.otf); 
 } 
 
    @font-face {
  font-family: Achille;
  src: url(./fonts/AchilleIICyrFY.ttf); 
 } 
 
 
     @font-face {
  font-family: AchilleBold;
  src: url(./fonts/AchilleIICyrFYBold.ttf); 
 } 
 
header {
    background: url('./img/header-bg.jpg') center repeat-y;
    background-size: 100% auto;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}
header:after {
  content:'';
  position:absolute;
  width: 100%;
  height: 0px;
  bottom: 0;
  box-shadow: 0px -5px 10px 1px rgba(0, 0, 0, 0.77);
}
body {
  /* font-family: YanoneKaffeesatz; */
  font-family: 'PFBulletinSansPro-Light', sans-serif;
}
.clear {
  clear:both;
}
.header-top-left {
  font-size: 18px;
  color: #271d17;
  text-align: center;
  background: url('./img/dotted-left.png') bottom repeat-x;
  padding: 10px;
  margin: 10px 0px;
}
.header-logo {
  
}
.account-url {
    color: inherit;
    text-decoration: none;
    margin: 0px 20px;
}
.post-edit-button {
    position: absolute;
    top: -35px;
    right: 5px;
    color: #222;
}
.post-edit-button a{
    color:#222;
    font-size: 30px;
}
.single-post-content-social-label {
	display: inline-block;
	vertical-align: middle;
	font-size: 14pt;
	font-weight: bold;
}
.single-post-content-social-block {
	text-align: right;
}
a.account-url {
    position: relative;
}
.account-url:hover {
  color:inherit;
  text-decoration:none;
}
.header-logo img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.header-top-right {
  font-size: 18px;
  color: #271d17;
  text-align: center;
  background: url('./img/dotted-right.png') bottom repeat-x;
  padding: 6px;
  /* margin: 10px 0px; */
}
.header-top-right span{
  position: relative;
  padding-top: 3px;
}
.header-top-right span:after{
  content:"";
  background: url('./img/bracket-right.png') no-repeat;
  position: absolute;
  width: 7px;
  height: 26px;
  top: 1px;
  right: -15px;
}
.header-top-right span:before{
   content:"";
   background: url('./img/bracket-left.png') no-repeat;
   position: absolute;
   width: 7px;
   height: 26px;
   top: 1px;
   left: -15px;
}
.single-post-title {
	font-family: MinionPro;
	font-size:60px;
	color:#271d17;
}
.single-post-title-inner {
    
}
.single-post-title-inner h1{
    font-family: PFBulletinSansPro-Medium;
    font-size: 45px;
    color:#271d17;
}
.simple-post-more-info {margin: 10px 0px 20px 0px;}
.simple-post-more-info-date {
    font-size: 16px;
}
.simple-post-more-info-author {
    
}
.simple-post-more-info-author a{
    font-size: 20px;
    color: #222;
    font-weight: bold;
    margin: 0px 5px;
}
.simple-post-more {
	padding: 0px 10px 10px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.simple-post-more-left {
    
}
.simple-post-more-right {
    
}
.simple-post-more-left-date {
}
.simple-post-more-left-author {
    
}
.simple-post-more-left-author a{
    font-size: 16px;
    color: #222;
    font-weight: bold;
    margin: 0px 5px;
}
.simple-post a:hover {
    text-decoration:none;
}
.more-btn:hover ,.more-btn:active , .more-btn:focus{
	color: #271d17;
	text-decoration: none;
}

.more-btn {
  font-size: 18pt;
  color: #271d17;
  text-align: center;
  padding: 0px;
  margin: 0px 0px;
  display:inline-block;
  position: relative;
  font-family: PFBulletinSansPro-Medium;
  text-decoration: none;
}

.more-btn:after{
  content:"";
  background: url('./img/bracket-right.png') no-repeat;
  position: absolute;
  width: 7px;
  height: 26px;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.more-btn:before{
   content:"";
   background: url('./img/bracket-left.png') no-repeat;
   position: absolute;
   width: 7px;
   height: 26px;
   top: 50%;
   left: -15px;
   transform: translateY(-50%);
}


.header-top {
  margin-top:20px;
  margin-bottom:20px;
}
.bird-left {  
  background: url('./img/bird1.png');  
  width: 279px;  
  height: 281px; 
  position: absolute; 
  left: 0;  
  top: 65px;
}
.bird-right { 
  background: url('./img/bird2.png');  
  width: 279px;  
  height: 320px;  
  position: absolute;  
  right: 0;
  top: 30px;
}
.header-slide {
  
  
}
.header-slider-block {
  
}
.slider-item {
  display: block;
  width: 170px;
  position: relative; 
  margin: 0 auto;
}
.slider-item-image {
  width: 94%;
  margin: 0 auto;
}
.slider-item-image img{
  max-width: 100%;
}
.slider-item-btn {
  font-size: 18px;
  color: #faf8f2;
  background: url('./img/button-bg.png') no-repeat;
  background-size: contain;
  min-height: 47px;
  text-align: center;
  padding: 10px 0px;
  position: relative;
  top: -15px;
}
.archive-item-btn {
  background: url('./img/button-bg.png') no-repeat;
  background-size: contain;
  min-height: 47px;
  text-align: center;
  position: relative;
  top: -15px; 
}
.archive-item-btn a {
  display:block;
  font-size: 15px;
  color: #faf8f2;
  padding: 10px 0px;
}
.coffee-cup {
  background: url('./img/coffee-cup.png') 19px 3px no-repeat;
  width: 360px;
  height: 340px;
  position: absolute;
  left: calc(50% - 180px);
}
.slider-item-center-text {
  
/* z-index: 150; */
  
/* position: relative; */
}
.slider-item-active {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;  
}
.slider-item-center {
   -webkit-transition: all 200ms ease-in-out;
   -moz-transition: all 200ms ease-in-out;
   -o-transition: all 200ms ease-in-out;
   transition: all 200ms ease-in-out;
   opacity:0;
   position: absolute;
   top: 40%;
   color: #271d17;
   font-size: 25px;
   text-align: center;
   /* font-family: MinionPro; */
   display: none;
   left: 0;
   right: 0;
}

.single-post-content-block-slider {
	clear: both;
	margin: 30px 0px;
	position: relative;
	padding: 0px 40px;
}
.single-post-content-block-slider-item-open {
		position: absolute;
		top: 5px;
		width: 42px;
		right: 10px;
		height: 46px;
		background: url(./img/load-icon.png) #f2eedd no-repeat center center;
		border-radius: 5px;
}

.single-post-content-block-slider .owl-buttons {
	position: absolute;
	top: calc(50% - 45px);
	width: 100%;
	left: 0;
}
.single-post-content-block-slider .owl-prev {
	background: url(./img/slide-left.png ) !important;
	font-size: 0px !important;
	width: 34px;
	height: 23px;
	float: left;
	opacity: 1 !important;
}
.single-post-content-block-slider .owl-next {
	background: url(./img/slide-right.png) !important;
	font-size: 0px !important;
	width: 34px;
	height: 23px;
	float: right;
	opacity: 1 !important;
}


.single-post-content-social {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 0px 0px 0px;
}

.single-post-content-social a {
	display: inline-block;
	height: 32px;
	width: 32px;
}

.single-post-content-social a:nth-child(1){
	background: url(./img/icons.png) 32px 0px;
}
.single-post-content-social a:nth-child(2){
	background: url(./img/icons.png) 64px 0px;
}
.single-post-content-social a:nth-child(3){
	background: url(./img/icons.png) 0px 0px;
}
.single-post-content-social a:nth-child(4){
	background: url(./img/icons.png) 96px 0px;
}
.single-post-content-social a:nth-child(5){
	background: url(./img/linked-in.png);
}


.single-post-content-block-slider-item {
	position: relative;
	padding-bottom: 67%;
}
.single-post-content-block-slider-item-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cup-foam {
  
  position: absolute; 
  top: 25px; 
  left: 63px; 
  transform: scale(0.30); 
  opacity:0;

  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.cup-foam.active {
  opacity:1;
  transform: scale(1);
}
.coffee-cup-slide-left {
  background:url('./img/slide-left.png') no-repeat;
  width:34px;
  height:24px;
  cursor:pointer;
  position:absolute;
  top:40%;
  left:0px;
  z-index:100;
}
.coffee-cup-slide-right {
  background:url('./img/slide-right.png') no-repeat;
  width:34px;
  height:24px;
  cursor:pointer;
   position:absolute;
  top:40%;
  right:0px;
  z-index:100;
}


.header-slider-block .slick-center .slider-item {
  
position: relative;
}
.header-slider-block .slick-center .slider-item-center  {
  opacity:1;
  display: block;
}
.header-slider-block .slick-center .slider-item-active  {

  opacity:0;
}


.activate-slide {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 18px;
  color: #271d17;
  text-align: center;
  background: url('./img/dotted-right.png') bottom repeat-x;
  padding: 5px 4px 7px 4px;
  margin: 10px 0px;
  width: 85px;
  margin: 0 auto;
  cursor: pointer;
}
.activate-slide:hover {
 transform: scale(1.15);
}

.activate-slide span{
  position:relative;
}
.activate-slide span:after{
  content:"";
  background: url('./img/bracket-right.png') no-repeat;
  position: absolute;
  width: 7px;
  height: 26px;
  top: 1px;
  right: -15px;
}
.activate-slide span:before{
   content:"";
   background: url('./img/bracket-left.png') no-repeat;
   position: absolute;
   width: 7px;
   height: 26px;
   top: 1px;
   left: -15px;
}

.current-title-inner {
  /* opacity:0; */
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #271d17;
  font-size: 25px;
  text-align: center;
  /* font-family: MinionPro; */
  margin-top: 20px;
  min-height: 50px;
  margin-bottom: 20px;
}
.current-title-inner-scope {
  display: inline-block;
  position: relative;
  line-height: 23px;
  padding: 12px 10px;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  font-family: PFBulletinSansPro-Medium;
}
.current-title-inner.active {
  opacity:1;
}
.current-title-inner-scope:after{
  content:"";
  background: url('./img/bracket-big-right.png') no-repeat;
  position: absolute;
  width: 14px;
  height: 48px;
  top: 1px;
  right: -20px;
}
.current-title-inner-scope:before{
   content:"";
   background: url('./img/bracket-big-left.png') no-repeat;
   position: absolute;
   width: 13px;
   height: 44px;
   top: 1px;
   left: -20px;
}

.current-title-inner-title {
  /* display: block; */
  line-height: 19px;
}

.layer-left {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background: url('./img/pen-bg.png') -100px 0px no-repeat;
  width: 243px;
  height: 357px;
  position: absolute;
  bottom: 50px;
  left: 0px;
  display: block;
  z-index: 10;
  cursor: pointer;
}
.layer-right {
	background: url(./img/lunch.png) 0px 0px no-repeat;
	width: 390px;
	height: 392px;
	position: absolute;
	bottom: 70px;
	right: -180px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	z-index: 10;
	cursor: pointer;
}
.layer-right:hover {right: -80px;}

.layer-right-text {
	background: url(./img/bussiness-lunch.png) 184px 0px no-repeat;
	width: 350px;
	height: 350px;
	position: absolute;
	bottom: 70px;
	top: -140px;
	transform: rotate(26deg);
	-webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.header-info {
  
margin-bottom: 20px;
}
.header-info-inner-left {
  
}
.header-info-inner-right { 
  text-align: center;
}
.header-info-inner-left img{
  
}
.header-info-inner-right img {
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
  margin: 5px auto;
  max-width: 100%;
  transform: scale(0.9);
}
.header-info-inner-right a {
  display:block;
}
.header-info-inner-right a:hover img{
   transform: scale(1);
}
.header-info-inner-center {
  background: url('./img/registration-bg.png');
  width: 224px;
  height: 376px;
  margin: 0 auto;
  position: relative;
}

.header-info-inner-left a{
   display:block;
}
.header-info-inner-left img{
  display:block;
  margin: 5px auto;
  max-width: 100%;
}
.header-info-inner-left a img{
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: block;
    margin: 5px auto;
    transform: scale(0.9);
}
.header-info-inner-left a:hover img{
  transform: scale(1);
}
.header-info-inner-center-main-content {
  color: #271d17;
  font-size: 30px;
  text-align: center;
  font-family: MinionPro;
  width: 170px;
  position: absolute;
  top: 11px;
  left: 29px;
  line-height: 30px;
}
.header-info-inner-center-reg-first {
  font-size: 15px;
  color: #faf8f2;
  position: absolute;
  bottom: 51px;
  padding: 10px 0px;
  left: 42px;
  /* cursor: pointer; */
  display: block;
  width: 150px;
  text-align: center;
  background: initial;
  border: none;
  text-transform: uppercase;
  outline: none;
}
.header-info-inner-center-reg-second {
  font-size: 20px;
  color: #faf8f2;
  display: block;
  bottom: 4px;
  position: absolute;
  left: 41px;
  width: 150px;
  text-align: center;
  padding: 9px 0px;
  background: initial;
  border: none;
  line-height: 1;
}
.layer-left-crossword {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background: url('./img/kreuzwart.png');
  width: 146px;  
  height: 65px;
  position: absolute;
  top: 92px;
  left: 4px;
}
.layer-left-sudoku {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background: url('./img/sudoru.png'); 
  width: 146px; 
  height: 65px; 
  position: absolute;
  top: 150px;
  left: 24px;
}
.layer-left:hover {
  background: url('./img/pen-bg.png') -50px 0px no-repeat;
  width: 293px;
}
.layer-left:hover .layer-left-crossword{
  
  left: 54px;
}
.layer-left:hover .layer-left-sudoku{
  left:74px
}
.layer-left-sudoku:hover{
   transform: scale(1.15);
}
.layer-left-crossword:hover {
      transform: scale(1.15);
}

.banner-block {
  
}
.banner-block-item {
  margin: 5px 0px;
  overflow: hidden;
  cursor:pointer;
  padding-bottom:80%;
  position:relative;
}
.banner-block-item-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.banner-block-item  a{
  
}
.banner-block-item  img{
  max-width: 100%;
  border: 1px solid #271d17;
  /* border-radius: 10px; */
  box-shadow: 0px 0px 3px 0px #888;
}


.grayscale { 
    -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
  filter: gray; /* IE 6-9 */
}
.grayscale:hover {
  filter: initial;
  -webkit-filter: initial;
  -webkit-filter: initial;
  -moz-filter: initial;
  -ms-filter: initial;
  -o-filter: initial;
  filter: initial;
  transform: scale(1.04);
  position:relative;
  z-index:100;
}

.grayscale-simple { 
    -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  filter: gray; /* IE 6-9 */
}
.grayscale-simple:hover {
  filter: initial;
  -webkit-filter: initial;
   -webkit-filter: initial;
  -moz-filter: initial;
  -ms-filter: initial;
  -o-filter: initial;
  filter: initial;
}

.main-content {background: url('./img/main-bg.png');min-height: 100vh;padding-bottom: 50px;}


body.body-simple{
    background: url('./img/main-bg.png');
    background-size: initial;
    position: relative;
    min-height: initial;
}
header.header-small {position: relative;min-height: initial;margin-bottom: 25px;}
.main-content.simple {
    background:initial;
    min-height: initial;
    padding-bottom: 50px;
}
.main-content {}
.top-content {  
position: relative;
}
.top-content-coffee-cup {  
position: absolute;  
background: url('./img/full-cup.png') -5px -140px no-repeat;  
width: 365px;  
height: 236px;
}
.top-content-coffee-cup-text {font-size: 40px;color: #271d17;width: 160px;text-align: center;position: absolute;top: 21px;left: 83px;font-family: MinionPro;line-height: 23px;font-family: brody;}
.top-content-inner {
  
overflow: hidden;  
background: url('./img/dotted-right.png') bottom repeat-x;  
height: 60px;
}
.top-content-inner-left {float: left;width: 50%;/* text-align: center; */}
.top-content-inner-left img{display: block;margin-left: 310px;padding: 12px 0px;z-index: 10;position: relative;}
.top-content-inner-right {  
float: left;  
width: 50%;
}
.top-content-inner-right-text {text-align: right;padding: 13px 20px;/* display: none; */}
.top-content-inner-right-text-inner {
  font-size: 20px;
  color: #271d17;
  text-align: center;
  margin: 10px 0px;
  display: inline-block;
  position: relative;
    display: none;
}
}
.top-content-inner-right-text-inner span{
  position:relative;
}
.top-content-inner-right-text-inner span:after{
  content:"";
  background: url('./img/bracket-right.png') no-repeat;
  position: absolute;
  width: 7px;
  height: 26px;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.top-content-inner-right-text-inner span:before{
   content:"";
   background: url('./img/bracket-left.png') no-repeat;
   position: absolute;
   width: 7px;
   height: 26px;
   top: 50%;
   left: -15px;
   transform: translateY(-50%);
}
.single-post-content-block {
    margin-bottom:20px;
    clear: both;
    overflow: hidden;
}
.single-post-content iframe {
    max-width:100%;
}
.tag_list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 100px;
    overflow: hidden;
}


.tag_list li{
    display: inline-block;
}
.tag_list li.current-cat a{
    font-weight:bold;
}

.tag_list li a {
    color: #222;
    font-size: 22px;
    padding: 2px;
    border-bottom: 1px dotted #222;
    margin: 3px;
    font-family: PFBulletinSansPro-Light;
    text-decoration: none;
}
.users_list {
  list-style: none;
    margin: 0;
    padding: 0;  
}
.users_list li {
    text-align: center;
}
.users_list li a {
   color: #222;
    font-size: 22px;
    padding: 2px;
    border-bottom: 1px dotted #222;
    margin: 3px;
    text-decoration: none;
    
}
.single-post-content span{
	font-size:16pt !important;
}

.single-post-content-block-gallery-item-caption {
    background: #222;
    color: #fff;
    padding: 10px;
    font-size: 21px;
}
.single-post-content-block img {
    max-width:100%;
    height:initial;
}
.main-content-center {
  padding-top: 40px;
  clear: both;
}
.main-content-top {
  margin-bottom: 80px;
}
.main-content-title {
  text-align: center;
  margin: 0px 0px 20px 0px;
}
h2.content-title {color: #271d17;font-size: 60px;font-family: brody;text-align: center;margin: 0px 0px 40px 0px;line-height: 40px;}
h1.content-title {color: #271d17;font-size: 45px;font-family: PFBulletinSansPro-Medium;text-align: center;margin: 0px 0px 40px 0px;line-height: 40px;}
.top-content-center-to-top {  
background: url('./img/to-top.png');  
width: 27px;  
height: 25px;  
position: absolute;  
left: 0;  
right: 0;  
margin: 0 auto;  
top: 15px;  
cursor: pointer;
}

.taxonomy-description {
    font-size: 19px;
    text-align: justify;
    border-bottom: 2px dotted #222;
    margin-bottom: 20px;
}

.main-content-inner {display: flex;flex-direction: row;flex-flow: row wrap;}
.simple-post {margin-bottom: 40px; /*font-family: YanoneKaffeesatz;*/ font-family: 'PFBulletinSansPro-Light', sans-serif; }
.simple-post-title {color: #271d17;font-size: 18pt;margin-bottom: 5px;text-transform: uppercase;text-decoration: none;font-weight: 500;font-family: PFBulletinSansPro-Medium;line-height: 35px;}
.simple-post-image {margin-bottom: 10px;}
.simple-post-image img {width: 100%;height: initial;}

.main-content-inner .row {
    width:100%;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    margin:0;
}

.simple-post-description {font-size: 16pt !important;color: #271d17;line-height: 22px;text-align: justify;/* border-bottom: 2px dotted #222; */padding-bottom: 10px;}
.simple-post-description span{
	font-size: 16pt !important;
}
.after-post-line {  
background: url('./img/line4.png') center no-repeat;  
width: 100%;  
height: 6px; 
min-width: 160px;  
margin: 20px 0px;
}

.after-block-line {
  background: url('./img/line6.png') center no-repeat;  
  width: 100%;  
  height: 46px; 
  min-width: 68px;  
  margin: 20px 0px;
}


.ransel-block {
  border: 2px solid #231f20;
  padding: 15px 5px;
  background: url('./img/ratsel-bg.png') center 15px no-repeat;
}
.ransel-block-left {
  
}
.ransel-block-left ul{  
  margin: 0; 
  padding: 0;  
  list-style: none;
}
.ransel-block-left ul li{  
  font-size: 18px;  
  color: #271d17;  
  margin: 10px 0px;
}
.ransel-block-right {
  
}
.ransel-block-right-info {
  
}
.ransel-block-right-info-active {
  background: url('./img/scope-height.png') left center no-repeat;  
  height: 115px;  
  padding: 20px;  
  position: relative;  
  margin-top: 15px;
}

.ransel-block-right-info-active:hover .ransel-block-right-info-visible{
  opacity: 0;
}
.ransel-block-right-info-active:hover .ransel-block-right-info-hover{
  opacity: 1;
  z-index:20;
}
.ransel-block-right-info-visible {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; 
  font-size: 40px;
  color: #271d17;  
  font-family: MinionPro;  
  text-align: center;  
  line-height: 40px; 
  opacity: 1;
  z-index:10;
}
.ransel-block-right-info-hover {
   -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
  position: absolute;  
  top: 37px;  
  left: 0;  
  right: 0;  
  margin: 0 auto;  
  font-size: 19px;  
  color: #faf8f2;  
  background: url('./img/button-bg.png') no-repeat;  
  background-size: contain;  
  min-height: 47px;  
  text-align: center;  
  padding: 10px 0px;  
  width: 167px;  
  opacity: 0; 
  cursor:pointer;

}
.ransel-block-right-copyright {
  font-size: 14px;
  color: #271d17;
  margin-top: 0px;
  text-align: right;
  margin-right: 10px;
}
.ransel-block-right-info-answers {
  display:none;
  position: absolute;
  top: -33px;
  padding: 35px;
  left: 69px;
  width: calc(100% - 45px);
  background: url('./img/list-bg.png');
  background-size: cover;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 3px 0px #888;
  border-radius: 5px;
}
.ransel-block-right-info-answers ul{
    margin: 0; 
  padding: 0;  
  list-style: none;
}
.ransel-block-right-info-answers ul li{
  font-size: 18px;
  color: #271d17;
  margin: 0px 0px;
}
.ransel-block-right-info-answers-close {  
  color: #271d17;  
  font-size: 50px;  
  font-family: MinionPro;  
  line-height: 35px;  
  position: absolute;  
  top: 0;  
  right: 10px;  
  padding: 0px 10px 10px 10px;  
  cursor: pointer;
}
.simple-post-title-horoscope {
  font-size:30px;
  color:#271d17;
  line-height: 30px;
  margin-bottom: 10px;
}


.site-form {
  
}
.form-block {
  
}
.form-top {  
  position: relative;  
  height: 250px; 
  margin-bottom: 10px;
}
.form-top-coffe-man {  
  background: url('./img/coffee-man.png');  
  width: 114px; 
  height: 248px;  
  position: absolute;
}
.form-top-coffe-man-speak {  
  position: absolute;  
  top: -20px;  
  width: 261px;  
  background: url(./img/coffee-man-speak.png) no-repeat;  
  height: 160px;  
  left: 124px;
}
.form-top-coffe-input {  
  position: absolute;  
  bottom: 0px;  
  width: calc(100% - 150px); 
  right: 0;
}
.form-input { 
  width: 100%; 
  display: block;  
  margin: 5px 0px;  
  background: initial;  
  border: 2px solid #271d17;  
  padding: 6px 10px;  
  font-size: 20px;  
  color: #271d17;
}
.form-bottom {
  
}
.form-textarea {  
  width: 100%;  
  display: block;  
  margin: 5px 0px;  
  background: initial;  
  border: 2px solid #271d17;  
  font-size: 20px;  
  color: #271d17;  
  min-height: 160px;  
  padding: 10px;
}
.form-submit-block {  
  text-align: center;  
  margin: 10px 0px;
}
.form-submit {  
  font-size: 20px;  
  color: #faf8f2;  
  background: url('./img/button-bg.png') no-repeat;  
  background-size: contain;  
  min-height: 47px;  
  text-align: center;  
  padding: 10px 0px;  
  border: none;  
  width: 167px;  
  height: 47px;
  outline:none;
}

.content-title img {
  max-width:100%;
}
.wisdom-block {
  
position: relative;
}
.wisdom-inner-top-scope {
  
position: absolute;
  
background: url('./img/scope-top.png') no-repeat;
  
width: 92px;
  
height: 67px;
  
top: 10%;
  
left: 5%;
}
.wisdom-inner {
  
position: absolute;
  
top: 37%;
  
color: #ffffff;
  
font-size: 50px;
  
line-height: 45px;
  
text-align: center;
  
left: 0;
  
right: 0;
  
font-family: MinionPro;
}
.wisdom-inner-bottom-scope {
  
position: absolute;
  
background: url('./img/scope-bottom.png') right no-repeat;
  
width: 160px;
  
height: 67px;
  
right: 5%;
  
bottom: 10%;
  
color: #fff;
  
font-size: 25px;
  
padding: 11px 0px;
}

.footer {
  
}
.footer-menu {
  
overflow: hidden;
  
padding: 10px;
}
.footer-menu ul{
  display:inline-block;
margin: 0;
  
padding: 0;
  
list-style: none;
}
.footer-menu ul li{
  
display: inline;
  
margin: 0px 5px;
}
.footer-menu ul li a{
  
color: #271d17;
  
font-size: 15px;
}
.footer-logo {
  
text-align: center;
}
.footer-logo img{
  
max-width: 100%;
  
padding: 6px;
}
.footer-copyright {
  
color: #271d17;
  
font-size: 15px;
  
padding: 10px;
  
text-align: right;
}
footer {
  background: url('./img/main-bg.png');
  /* padding-top: 50px; */
}
.footer {
  background: url('./img/dotted-right.png') top repeat-x;
  padding:10px 0px;
}

.wpcf7-not-valid {
    border-color: #CF7171;
    box-shadow: 0px 0px 4px 0px #EE8484;
}
.wpcf7-not-valid-tip {
  display:none !important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid rgba(42, 64, 33, 0.47);
    padding: 10px;
    margin: 10px 0px;
}

.sudoku-block {
    width: 420px;
    margin: 0 auto;
    height: 420px;
    overflow: hidden;
        /* overflow-x: scroll; */
}


.archive-pagenation {
  margin: 30px 0px;
  width: 100%;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a{
  font-size: 20px;
  color: #271d17;
  padding: 0px 15px;
  position:relative;
  /* height: 27px; */
  /* display: inline-block; */
}
.wp-pagenavi a:after{
  content:'';
  position:absolute;
  right: 0px;
  top: 7px;
  width:5px;
  height:5px;
  border-radius:50%;
  background: #271D53;
}
.wp-pagenavi span:after{
  content:'';
  position:absolute;
  right: 0px;
  top: 10px;
  width:5px;
  height:5px;
  border-radius:50%;
  background: #271D53;
}
.wp-pagenavi span {
    position:relative;
}
.wp-pagenavi span.current{
  position:relative;
  font-size: 23px;
  color: #271d17;
  padding: 0px 15px;
  opacity: 1;
  font-weight: bold;
  /* height: 27px; */
  /* display: inline-block; */
}
.wp-pagenavi a:last-child::after {
  display:none;
}
.wp-pagenavi span:last-child::after {
  display:none;
}



.banner-form-block {
  
}
.banner-block-man {
  background: url(./img/acc-image.png) no-repeat;
  width: 382px;
  height: 236px;
  position: relative;
  margin: 0 auto;
}
.banner-block-man-content {
  position: absolute;
  width: 230px;
  right: 10px;
  top: 15px;
  font-size: 23px;
  font-family: MinionPro;
  line-height: 22px;
  padding: 2px;
}
.banner-form-input {
  width: 100%;
  display: block;
  margin: 5px 0px;
  background: initial;
  border: 2px solid #271d17;
  padding: 6px 10px;
  font-size: 20px;
  color: #271d17;
}
.banner-form-upload {
  height: 40px;
  /* cursor: pointer; */
  width: 40px;
  opacity: 0;
  z-index: 10;
  position: relative;
  top: 0;
}
.banner-form-upload-block {
  height: 40px;
  position: relative;
  margin: 10px 0px;
  float: left;
  width: 40px;
}
.banner-form-upload-block-new {
  background: url('./img/load-icon.png');
  width: 38px;
  height: 39px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.banner-form-textarea {
  width: 100%;
  display: block;
  margin: 5px 0px;
  background: initial;
  border: 2px solid #271d17;
  padding: 6px 10px;
  font-size: 20px;
  color: #271d17;
  min-height: 150px;
}
.banner-form-submit {
  font-size: 20px;
  color: #faf8f2;
  background: url('./img/button-bg.png') no-repeat;
  background-size: contain;
  min-height: 47px;
  text-align: center;
  padding: 10px 0px;
  border: none;
  width: 167px;
  height: 47px;
  outline: none;
  display: block;
  margin: 30px auto;
}

.banner-files {
  
}
.banner-files i{
    font-size: 23px;
    color: #3B3B3B;
    padding: 1px;
}
.banner-files span{
  padding:10px;
  font-size:20px;
}
.banner-form-upload-block-text {
  float: left;
  width: calc(100% - 40px);
  padding: 5px;
  font-size: 18px;
}

.banner-period-block {
  border: 2px solid #271d17;
  text-align: center;
  padding: 10px 0px;
}
.banner-period-block-title {
  text-align: center;
  font-size: 22px;
  margin: 2px 0px;
}
.period-slider {
  position: relative;
  padding: 0px 25px 20px 25px;
  background: url(./img/period-line.png) 51% 100% no-repeat;
  width: 316px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.period-slider-block {
  
}
.period-slider-item {
  text-align: center;
  font-size: 15px;
}
.slick-center .period-slider-item {
  font-size:20px;
  line-height: 20px;
}
.period-slide-left {
  background: url('./img/slide-left-period.png');
  width: 25px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 8px;
}
.period-slide-right {
  background: url('./img/slide-right-period.png');
  width: 25px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
}


.banner-period-block-main-title {
  font-family: MinionPro;
  font-size: 23px;
  color: #271d17;
  padding: 5px 0px;
}

.main-content-account {
  background: url('./img/header-bg.jpg') center repeat-y;
  background-size: 100% auto;
  position: relative;
  min-height: 100vh;
}
.main-content-account .content-title{
  margin: 10px 0px 0px 0px;
}


.account-payment-block {
  border: 2px solid #271d17;
  text-align: center;
  padding: 15px 0px;
  overflow: hidden;
  min-height: 120px;
}
.account-payment-block-left {
  float: left;
  width: 70px;
}
.account-payment-block-left-title {
  font-size: 19px;
  line-height: 20px;
  color: #271d17;
}
.total-pay {
  font-size: 30px;
  color: #008472;
}
.total-pay .currency{
  
}
.total-pay .total-input{
  
}
.account-payment-block-right {
  float: left;
  width: calc(100% - 70px);
}
.account-payment-block-right-title {
  font-size: 19px;
  line-height: 20px;
  color: #271d17;
}
.payment-method {
  text-align: center;
}
.payment-method-item {
  display: inline-block;
  padding: 10px;
}
.payment-method-item img{
  
}





input::-webkit-input-placeholder {
   color: #333;
}
input:-moz-placeholder { /* Firefox 18- */
   color: #333; 
}
input::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}
input:-ms-input-placeholder {  
   color: #333; 
}
textarea::-webkit-input-placeholder {
   color: #333;
}
textarea:-moz-placeholder { /* Firefox 18- */
   color: #333; 
}
textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}
textarea:-ms-input-placeholder {  
   color: #333; 
}



.banner-form-error {
  font-size:20px;
  color:#888;
  padding:15px;
  border:2px solid #333;
  line-height:30px;
}

.profile-tab {
  
}
#profile-tab .profile-tab-item {
  
}
#profile-tab .profile-tab-item.active{
  
}

#profile-tab .profile-tab-item.active a:before{
    content: "";
    background: url('./img/bracket-left.png') no-repeat;
    position: absolute;
    width: 7px;
    height: 26px;
    top: 13px;
    left: -3px;
}
#profile-tab .profile-tab-item.active a:after{
    content: "";
    background: url('./img/bracket-right.png') no-repeat;
    position: absolute;
    width: 7px;
    height: 26px;
    top: 13px;
    right: -3px;
}

#profile-tab .profile-tab-ul {
  background: url('./img/dotted-right.png') bottom repeat-x;
  margin: 10px 0px;
  margin-bottom: 30px;
}
#profile-tab .profile-tab-item a{
  background: initial;
  font-size: 22px;
  color: #333;
  border: none;
  padding: 10px;
  margin: 0px 10px;
}
#profile-tab .profile-tab-item.active a{
  position:relative;
}
#profile-tab .profile-tab-content {
  
}
#profile-tab .profile-tab-content-item {
  
}



.banner-list-block {
  
}
.list-banner-item {
  overflow: hidden;
  margin: 10px 0px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #999;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.46);
  padding: 5px;
  border-radius: 10px;
}
.list-banner-item-author-info {
}
.list-banner-item-author-info-title {font-size: 24px;font-family: MinionPro;color: #333;border-bottom: 2px dotted #333;text-align: center;line-height: 24px;}
.list-banner-item-author-info p{
  font-size: 16px;
  color: #000;
  line-height: 20px;
  padding: 0px;
  margin: 3px;
}
.list-banner-item-author-info span {
  padding-right: 10px;
  font-size: 18px;
  font-style: italic;
}

.list-banner-item-banner-info {
}
.list-banner-item-banner-info-title {font-size: 24px;font-family: MinionPro;color: #333;border-bottom: 2px dotted #333;text-align: center;line-height: 24px;}
.list-banner-item-banner-info p{
  font-size: 16px;
  color: #000;
  line-height: 20px;
  padding: 0px;
  margin: 3px;
}
.list-banner-item-banner-info span{padding-right: 10px;font-size: 18px;font-style: italic;}
.list-banner-item-banner-status {
}
.list-banner-item-banner-status-title {
  font-size: 24px;font-family: MinionPro;color: #333;border-bottom: 2px dotted #333;text-align: center;line-height: 24px;
}
.banner-item-banner-status-title {
  
}
.list-banner-item-banner-status-info {
  text-align: center;
  padding: 20px 0px;
}
.list-banner-item-banner-status-info span {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.list-banner-item-banner-status-info span.not-paid {
  color: #EB7777;
}
.list-banner-item-banner-status-info span.paid {
  color: #C0C081;
}
.list-banner-item-banner-status-info span.active {
  color: #539453;
}
.list-banner-item-banner-action {
  
}
.list-banner-item-banner-action-title {
  font-size: 24px;
  font-family: MinionPro;
  color: #333;
  border-bottom: 2px dotted #333;
  text-align: center;
  line-height: 24px;
}


.list-banner-item-banner-pay-block {
  text-align: center;
}
.list-banner-item-banner-pay-btn {
  position:relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin: 10px;
  line-height: 26px;
  cursor: pointer;
  padding: 0px 10px;
}
.list-banner-item-banner-pay-btn:before {
    content: "";
    background: url('./img/bracket-left.png') no-repeat;
    position: absolute;
    width: 7px;
    height: 26px;
    top: 1px;
    left: 0px;
}
.list-banner-item-banner-pay-btn:after {
    content: "";
    background: url('./img/bracket-right.png') no-repeat;
    position: absolute;
    width: 7px;
    height: 26px;
    top: 1px;
    right: 0px;
}


.payment-method-list {
  border: 1px solid #333;
  display:none;
}
.payment-method-list-item {
  padding: 5px 0px;
  cursor: pointer;
}
.payment-method-list.active {

}


.payment-method-list-item button{
  border:none;
  background:initial;
  outline:none;
  
}

.paymant-paypal-block {
  
}
.paymant-paypal-block-title {
  background: url('./img/dotted-right.png') bottom repeat-x;
  margin: 10px 0px;
  font-size: 24px;
  color: #333;
  border: none;
  padding: 10px;
  text-transform: uppercase;
}
.paymant-paypal-block-subtitle {
  font-size: 20px;
}
.paymant-paypal-block-info {
  font-size: 18px;
  font-style: italic;
}
.paymant-paypal-block-info-item{
  padding: 5px;
  border-bottom: 2px dotted #333;
}
.paymant-paypal-block-info-item.period {
  font-size: 26px;
}
.paymant-paypal-block-info-item.total{
   font-size: 29px;
}
.paymant-paypal-block-info-item.total span{
  
}
.paymant-paypal-block-info-item span.name{
  font-weight:bold;
  padding-right:3px;
}


.paypal-checkout-btn {
  font-size: 20px;
  color: #faf8f2;
  background: url('./img/button-bg.png') no-repeat;
  background-size: contain;
  min-height: 47px;
  text-align: center;
  padding: 10px 0px;
  border: none;
  width: 167px;
  height: 47px;
  outline: none;
  display: block;
  margin: 30px auto;
}



.menu-footer-menu-container {
  display:inline-block;
}



.alignleft {
	float:left;
	margin: 0px 15px 5px 0px;
}
.single-post-content-block-imagetext {
	
}
.single-post-content-block-imagetext-item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0px;
}
.single-post-content-block-imagetext-item-img {
	width: 50%;
	padding-right: 20px;
}
.single-post-content-block-imagetext-item-img img{
	max-width: 100%;
}
.single-post-content-block-imagetext-item-text {
	width: 50%;
}
.single-post-content-block-gallery{
	display: flex;
	flex-flow: wrap;
	margin: 40px 0px;
}
.single-post-content-block-gallery-item {
	width: 50%;
	margin: 20px 0px;
	padding: 10px;
}
.single-post-content-block-gallery-item img{
	width: 100%;
}

.single-post-content {
	/* font-family: YanoneKaffeesatz; */
	font-family: 'PFBulletinSansPro-Light', sans-serif;
	font-size: 14pt;
	text-align: justify;
}


.comments-title {
	font-size: 20px;
	color: #271d17;
	text-align: center;
}
.comments-title span{
	background: url(./img/comments.png);
	width: 55px;
	height: 40px;
	display: inline-block;
	color: #f0ecdb;
	text-align: center;
	padding: 2px;
	margin: 0px 5px;
}
.comment-form-input {
	background: initial;
	border: 2px solid #271d17;
	padding: 6px 10px;
	width: 100%;
	font-size: 20px;
	color: #271d17;
}
.comment-form-author {
	width: 49%;
	float: left;
}
.comment-form-email {
	float: right;
	width: 49%;
}
.comment-form-textarea {
	background: initial;
	border: 2px solid #271d17;
	padding: 6px 10px;
	width: 100%;
	font-size: 20px;
	color: #271d17;
}
.comment-form-comment {
	clear: both;
}
.comment-form-submit {
	font-size: 20px;
	color: #faf8f2;
	background: url(./img/button-bg.png) no-repeat;
	min-height: 47px;
	text-align: center;
	padding: 9px 25px 13px 25px;
	position: relative;
	background-size: 100% 100%;
	border: none;
	line-height: 1;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list .children {
		list-style: none;
}
.comment  {
	
}
.logged-in-as {
	
}
.logged-in-as a{
	font-size: 16px;
	color: #471d17;
}
.comment-body {
	
}
.comment-author {
	
}
.comment-author img.avatar {
	display: none;
}
.comment-author .fn {
	font-size: 20px;
	color: #271d17;
	font-weight: bold;
	font-style: inherit;
	position: relative;
	padding: 0px 0px 4px 0px;
}
.comment-author .fn a {
	color: #271d17;
}
.comment-author .fn:after {
	content: "";
	background: url(./img/bracket-right.png) no-repeat;
	position: absolute;
	width: 7px;
	height: 26px;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
}

.comment-author .fn:before {
	content: "";
	background: url(./img/bracket-left.png) no-repeat;
	position: absolute;
	width: 7px;
	height: 26px;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}
.comment-author .says{
	display: none;
}
.comment-meta.commentmetadata {
	font-size: 14px;
	color: #333;
}
.comment-meta.commentmetadata a{
	font-size: 14px;
	color: #333;
}
.comment-awaiting-moderation {
	font-size: 14px;
	color: #777;
}
.comment-body p {
	font-size: 16px;
	padding: 10px 0px;
}
.comment-body .reply {
	text-align: right;
}
.comment-body .reply  .comment-reply-link {
	font-size: 15px;
	color: #faf8f2;
	background: url(./img/button-bg.png) no-repeat;
	min-height: 47px;
	text-align: center;
	padding: 9px 25px 13px 25px;
	position: relative;
	background-size: 100% 100%;
	border: none;
	line-height: 1;
}
.minus-margin {
    margin-top: -10px !important;
    margin-bottom: -5px !important;
}

input.header-info-inner-center-reg-first::-webkit-input-placeholder {
   color: #faf8f2;
}
input.header-info-inner-center-reg-first:-moz-placeholder { /* Firefox 18- */
   color: #faf8f2; 
}
input.header-info-inner-center-reg-first::-moz-placeholder {  /* Firefox 19+ */
   color: #faf8f2;  
}
input.header-info-inner-center-reg-first:-ms-input-placeholder {  
   color: #faf8f2; 
}

.sidebar-block {
    margin-bottom: 30px;
}
.sidebar-block-title {
    color: #271d17;
    font-size: 45px;
    font-family: brody;
    text-align: center;
    margin: 0px 0px 10px 0px;
    line-height: 40px;
    border-bottom: 2px dotted;
}
.categories_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.categories_list li{
    /* border-bottom: 2px dotted; */
    text-align: center;
    margin: 0px 0px;
}
.categories_list li.current-cat a {
    color: #6c574b;
}
.categories_list li a{
    color: rgba(108, 87, 75, 0.5);
    font-size: 35px;
    font-family: brody;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    padding: 0px 0px;
    display: inline-block;
}


.header-news-block {
    /*display: flex;
    justify-content: center;
    margin: 10px 0px;*/
}
.header-news-block-item {
    margin: 15px auto;
    width: 240px;
}

.header-news-block-item-load {
    text-align: CENTER;
    min-height: 50px;
}
.header-news-block-item-load.loading-ajax .activate-slide{
    display:none;
}
.header-news-block-item-load .activate-slide {
     font-size: 18px;
}
.header-news-block-item-load .slider-item-center-text {
    font-size: 18px;
    opacity: 0;
    display:none;
}
.header-news-block-item-load .slider-item-center-text {
    
}
.load-placeholder-mini img {
    max-width:50px;
    
}
.load-placeholder-mini  {
    text-align:center;   
}
.header-news-block-item-load.active .activate-slide  {
    display:none;
}
.header-news-block-item-load.active .slider-item-center-text  {
     opacity: 1;
    display:block;
 }

.simple-post-info-social {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.simple-post-info-social:before {
    content:"";
    background: url('./img/bracket-left.png') no-repeat;
    position: absolute;
    width: 7px;
    height: 26px;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.simple-post-info-social:after {
    content:"";
    background: url('./img/bracket-right.png') no-repeat;
    position: absolute;
    width: 7px;
    height: 26px;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

.simple-post-info-comment {
    
}
.simple-post-info {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 20px 0px;
    align-items: center;
}
.comments {
    background: url(./img/comments.png);
    display: inline-block;
    width: 55px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: PFBulletinSansPro-Medium;
    line-height: 29px;
}
.comments.empty {
    background: url(./img/no-coments.png) no-repeat;
    color: #222;
}


.simple-post-info-social-title {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    /* height: 22px; */
    padding: 0px 23px 5px 0;
    line-height: 1;
    font-weight: unset;
    font-family: PFBulletinSansPro-Medium;
}



.more-link {
    display:none;
}


.header-small {
    
}

.main-content-social {
    text-align:right;
    margin-bottom: 80px;
    padding-right: 30px;
    padding-left: 30px;
}


.archive-breakfast-content {
    display: flex;
    flex-wrap: wrap;
}
.archive-breakfast-content-item {
    padding: 10px 20px;
    margin: 0px 10px;
    margin-bottom: 30px;
    text-align: CENTER;
}


.archive-breakfast-content-item-image {
    
}
.archive-breakfast-content-item-image img {
    
}
.archive-breakfast-content-item-info {
    
}
.archive-breakfast-content-item-more {
    text-align: center;
}


.alignright {
        float: right;
    margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}


.load-placeholder {
    text-align:center;
    margin:40px 0px;
}
.load-placeholder img {
    max-width:100px;
    width:100%;
}

.wpcf7-form-control-wrap {
    position:initial !important;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    background: #fff;
    top: 0;
    position: absolute;
    margin: 0;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #fff;
}

.simple-post-info-social-block {
    text-align:right;
    margin-left: auto;
}

.share42-counter {
        display: none !important;
}

.wp-caption {
max-width: 100%;
}
/*media query*/




@media (max-width: 500px ) {
  .col-xxs-12 {
    width:100%;
  }
  .header-news-block {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px ) {
    .single-post-content {  
    font-size: 18px;
    }
    .banner-block-man-content {
    position: relative;
    width: 100%;
    right: initial;
    top: initial;
    font-size: 23px;
    font-family: MinionPro;
    line-height: 22px;
    padding: 10px;
    background: #fff;
    border: 2px solid #333;
  }
  .banner-block-man {
    background: initial;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
  }

  .sudoku-block {
      height: 440px;
      width:100%;
     overflow-x: scroll;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu {
      text-align: center;
  }
  .wisdom-inner-top-scope {
      background-size: 50%;
  }
  .wisdom-inner-bottom-scope { 
    font-size: 20px;
    background-size: 30%;
  }
  .wisdom-inner {
    font-size: 20px;
    line-height: 17px;
  }
  .form-block {
      margin-top: 20px;
  }
  .form-top-coffe-man {
    display:none
  }
  .form-top-coffe-input{
    width:100%;
  }
  .form-top-coffe-man-speak{
    left:0;
  }
  .ransel-block-right-info-visible {
    font-size: 22px;
    line-height: 20px;
  }
  .ransel-block-right-info-answers {
    top: -10px;
    padding: 15px;
    left: 30px;
  }
  .header-info-inner-right {
    text-align: center;
    margin: 10px auto;
    max-width: 170px;
  }
  .header-info-inner-left {
      max-width: 200px;
      margin: 10px auto;
  }
  .header-top-right span:before{
    display:none;
  }
  .header-top-right span:after{
    display:none;
  }
  .coffee-cup{
    display:none;
  }
  .top-content-inner-left {
      text-align:center;
  }
  .top-content-inner-left img {
    margin-left: 0px;
    display: inline-block;
  }
  .top-content-inner-right{
    text-align:center;
  }
  .top-content-inner-right-text{
       display: inline-block;
  }
  .top-content-coffee-cup{
    display:none;
  }
  .top-content-inner-left{
    width:100%;
  }
  .top-content-inner-right{
    width:100%;
  }
  .top-content-center-to-top {
    display:none; 
  }
  .top-content-inner {
    height: auto;
    height: initial;
  }
  
  
  	.single-post-content-block-imagetext-item {
		flex-direction: column;
	}
	.single-post-content-block-imagetext-item-img {
		width: 100%;
		text-align: center;
	}
	.single-post-content-block-imagetext-item-text {
		width: 100%;
	}
	.single-post-content-block-gallery {
		flex-direction: column;
	}
	.single-post-content-block-gallery-item {
		width: 100%;
		text-align: center;
	}
    .single-post-title {
        font-size: 30px;
    }
}
@media (min-width: 768px ) and (max-width: 991px) {
   .header-top-right span:before{
    display:none;
  }
  .header-top-right span:after{
    display:none;
  }
  .coffee-cup-slide-left {
    left: 15px;
  }
  .coffee-cup-slide-right {
    right: 15px;
  }
  .header-logo {
      padding-top: 25px;
  }
  .top-content-center-to-top{
   display:none; 
  }
  .top-content-inner-left {
      text-align:center;
  }
  .top-content-inner-left img {
    margin-left: 0px;
    display: inline-block;
  }
  .top-content-inner-right{
    text-align:center;
  }
  .top-content-inner-right-text{
       display: inline-block;
  }
  .top-content-coffee-cup{
    display:none;
  }
   .wisdom-inner {
      font-size: 30px;
      line-height: 25px;
    }
	
	.single-post-content-block-imagetext-item {
		flex-direction: column;
	}
	.single-post-content-block-imagetext-item-img {
		width: 100%;
	}
	.single-post-content-block-imagetext-item-text {
		width: 100%;
	}
	.single-post-content-block-gallery {
		flex-direction: column;
	}
	.single-post-content-block-gallery-item {
		width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top-right span:before{
    display:none;
  }
  .header-top-right span:after{
    display:none;
  }
  .top-content-center-to-top{
   display:none; 
  }
  .top-content-inner-left {
      text-align:center;
  }
  .top-content-inner-left img {
    margin-left: 0px;
    display: inline-block;
  }
  .top-content-inner-right{
    text-align:center;
  }
  .top-content-inner-right-text{
       display: inline-block;
  }
  .top-content-coffee-cup{
    display:none;
  }
  .wisdom-inner {
    font-size: 30px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .top-content-inner-left {
      text-align:center;
  }
  .top-content-inner-left img {
    margin-left: 0px;
    display: inline-block;
  }
  .top-content-inner-right{
    text-align:center;
  }
  .top-content-inner-right-text{
       display: inline-block;
  }
  .top-content-coffee-cup{
    display:none;
  }
  .top-content-center-to-top{
   display:none; 
  }
  .coffee-cup-slide-left {
    left: 22px;
  }
  .coffee-cup-slide-right {
    right: 23px;
  }
  .header-top-left {
    font-size: 20px;
  }
  .header-top-right {
    font-size: 20px;
    padding: 6px;
  }
}
@media (min-width: 1400px) {

}
@media (max-width: 768px )  {
  .bird-left{
    display:none;
  }
  .bird-right{
    display:none;
  }
  .layer-left{ 
   display:none;
  }
  .layer-right{
     display:none;
  }
}
@media (max-width: 1650px )  {
  .layer-left{    
    left: -160px;
  }
  .layer-left:hover {
        left: -50px;
    }
  .layer-right{
        right: -280px;
  }
}
