@import url('https://fonts.googleapis.com/css?family=Just+Another+Hand');

.sectiondark h5 {
  color: #ffffff;
}

.comments-area {
  display:none;
}

.siteorigin-widget-tinymce ul>li {
  list-style-type: none;
  background: url(http://yoga4you.eu/wp-content/uploads/2018/12/chevron-sign-to-right.png) no-repeat 6px 6px;
  padding-left: 35px;
}

.lsow-portfolio .post {
  /*padding: 0.75em 0.75em 0em 0.75em !important;
  background: #FAFAFA !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;*/
  background: #F7F7F7 !important;
}

.lsow-portfolio .post .entry-title {
  padding: 0 0.5em 0 0.5em;
}

.so-widget-image-xxx:hover {
  transition: all 400ms ease-in;
  transition: all 400ms ease-out;
  transform: scale(1.1);
  opacity:0.5;
}

.fonthandwrite h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 3em;
}

.fonthandwrite h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
}

h5 {
  /*color:#85868c;*/
  color: #d11960;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-text-wrap {
  text-align: left;
}

.circle img.so-widget-image {
  /*-webkit-clip-path: circle(49% at 50% 50%);
  clip-path: circle(49% at 50% 50%);*/
  -webkit-clip-path: circle(75px at center);
  clip-path: circle(75px at center);
}

.header-cut {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

.zoomer {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1); 
}

.zoomer:hover {
  -webkit-transition: all 100ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 100ms ease-in;
  -ms-transform: scale(1.1);   
  -moz-transition: all 100ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 100ms ease-in;
  transform: scale(1.1);
  -webkit-filter: grayscale(0.75);
  filter: grayscale(0.75);
}

.mailchimpbutton input[type=submit] {
  background: #d11960 !important;
  color: #fff !important;
  border-radius: 3px !important;
  margin-top: 10px !important;
}

.mailchimpbutton .widget-title {
  display:none;
}

#pg-14-11> .panel-row-style {
  /*background-image:url(https://yoga4you.eu/wp-content/uploads/2018/11/DSCF5600.jpg);
  background-position:center center;
  background-size:cover;
  padding:0;
  width:100%;*/
}