/* These styles are applied to frontend and edit view */
.tb-align-center {
  text-align: center; }

.tb-align-right {
  text-align: right; }

.tb-align-left {
  text-align: left; }

.tb-screen-reader {
  /* https://a11yproject.com/posts/how-to-hide-content/ */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* TB Audio
***************************************/
.tb-audio {
  margin-bottom: 1em; }

/* TB Button
***************************************/
.tb-button {
  color: #f1f1f1; }
  .tb-button__link {
    background-color: #444;
    border-radius: 0.3em;
    font-size: 1.3em;
    margin-bottom: 0.76em;
    padding: 0.5em 1.5em 0.52em; }
    .tb-button__link:hover, .tb-button__link:focus {
      opacity: 0.9; }

/* TB Countdown
***************************************/
.tb-countdown__days, .tb-countdown__hours, .tb-countdown__minutes, .tb-countdown__seconds, .tb-countdown__message {
  background-color: #444;
  color: #f1f1f1;
  font-size: 48px;
  margin: 0 5px 16px 5px;
  padding: 0.4em 1em 0.6em 1em;
  border-radius: 0.2em; }

.tb-countdown__label {
  letter-spacing: 1px; }

/* TB Progress
***************************************/
.tb-progress {
  position: relative; }
  .tb-progress__trail {
    background: #c1c1c1;
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  .tb-progress__stroke {
    background: #444;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
  .tb-progress__text {
    color: #fff;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center; }

/* TB Star rating
***************************************/
.tb-rating {
  color: #c1c1c1;
  font-size: 1.3em;
  line-height: 1.3; }
  .tb-rating__rating {
    color: #e4cc29; }

/* TB Video
***************************************/
.tb-video {
  margin-bottom: 1em; }

.tb-audio audio {
  width: 100%;
  min-width: 300px; }

/**
 * Button styles for front-end
 *
 * @since 1.0.0
 */
.tb-button--left {
  text-align: left; }

.tb-button--center {
  text-align: center; }

.tb-button--right {
  text-align: right; }

.tb-button__link {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3 !important;
  text-decoration: none !important;
  text-align: center; }
  .tb-button__link:hover, .tb-button__link:focus, .tb-button__link:visited {
    color: inherit; }

.tb-button__icon {
  display: inline-block;
  vertical-align: text-bottom;
  font-style: normal !important; }
  .tb-button__icon::before {
    content: attr(data-font-code);
    font-weight: normal !important; }

.tb-container .tb-container-inner {
  margin: 0 auto; }

.tb-countdown {
  display: flex;
  justify-content: center;
  align-items: baseline; }
  @media (max-width: 767px) {
    .tb-countdown {
      flex-wrap: wrap; } }
  .tb-countdown__days, .tb-countdown__hours, .tb-countdown__minutes, .tb-countdown__seconds, .tb-countdown__message {
    text-align: center;
    line-height: 1.5; }
  .tb-countdown__number, .tb-countdown__label {
    display: block; }
  .tb-countdown__label {
    font-size: 0.25em; }
  .tb-countdown__message {
    display: none; }
    .tb-countdown__message--preview {
      display: block; }

/**
 * Field styles for front-end
 *
 * @since 1.0.0
 */
.tb-field--left {
  text-align: left; }

.tb-field--center {
  text-align: center; }

.tb-field--right {
  text-align: right; }

.tb-field__skype_preview {
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  background: #00afee;
  display: inline-block; }

ul.glide__slides {
  margin: 0; }

.tb-image {
  position: relative;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .entry .entry-content .wp-block-image .tb-image.aligncenter {
    margin-left: auto;
    margin-right: auto; }
  .tb-image img {
    max-width: 100%;
    height: auto;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .tb-image .tb-image-polaroid-shadow {
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 2px;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px; }
  .tb-image .tb-image-polaroid {
    position: relative;
    display: inline-block;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .tb-image .tb-image-polaroid-inner {
    position: relative;
    padding: 15px;
    background-color: #fff;
    width: 100%;
    z-index: 2; }
    .tb-image .tb-image-polaroid-inner img {
      display: block;
      width: 100%; }
  .tb-image .tb-image-shadow-1 {
    display: inline-block;
    position: relative;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .tb-image .tb-image-shadow-1-shadows-container {
    position: relative; }
  .tb-image .tb-image-shadow-1-inner {
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: #fff; }
    .tb-image .tb-image-shadow-1-inner img {
      display: block;
      width: 100%; }
  .tb-image .tb-image-shadow-1-shadow-1,
  .tb-image .tb-image-shadow-1-shadow-2 {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); }
  .tb-image .tb-image-shadow-1-shadow-2 {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    right: 10px;
    left: auto; }

.tb-progress {
  text-align: center; }
  .tb-progress svg {
    display: inline-block;
    overflow: visible !important; }

.tb-progress {
  text-align: center; }
  .tb-progress svg {
    display: inline-block;
    overflow: visible !important; }

.tb-repeating-field__skype_preview {
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  background: #00afee;
  display: inline-block; }

.tb-repeating-field--grid {
  display: grid;
  justify-items: center; }
  .tb-repeating-field--grid img,
  .tb-repeating-field--grid video {
    max-width: 100%;
    display: block;
    box-shadow: none !important; }

.tb-repeating-field:not(.tb-repeating-field--crop) .tb-repeating-field--grid {
  align-items: center; }

.tb-repeating-field--crop .tb-repeating-field--grid div,
.tb-repeating-field--crop .tb-repeating-field--flexbox div {
  width: 100%; }
  .tb-repeating-field--crop .tb-repeating-field--grid div img,
  .tb-repeating-field--crop .tb-repeating-field--flexbox div img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }

.tb-repeating-field--crop .glide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important; }

.tb-repeating-field--flexbox {
  display: flex; }
  .tb-repeating-field--flexbox img {
    display: block;
    box-shadow: none !important; }

.tb-repeating-field--masonry {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  /* Adjustment for the gutter */
  width: 100%; }
  .tb-repeating-field--masonry-brick {
    flex: auto;
    height: 250px;
    min-width: 150px;
    margin: 0 8px 8px 0;
    /* Some gutter */ }
    @media only screen and (min-width: 1024px) {
      .tb-repeating-field--masonry-brick:nth-child(4n+1) {
        width: 250px; }
      .tb-repeating-field--masonry-brick:nth-child(4n+2) {
        width: 325px; }
      .tb-repeating-field--masonry-brick:nth-child(4n+3) {
        width: 180px; }
      .tb-repeating-field--masonry-brick:nth-child(4n+4) {
        width: 380px; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .tb-repeating-field--masonry-brick:nth-child(4n+1) {
        width: 200px; }
      .tb-repeating-field--masonry-brick:nth-child(4n+2) {
        width: 250px; }
      .tb-repeating-field--masonry-brick:nth-child(4n+3) {
        width: 120px; }
      .tb-repeating-field--masonry-brick:nth-child(4n+4) {
        width: 280px; } }
    .tb-repeating-field--masonry-brick img,
    .tb-repeating-field--masonry-brick iframe,
    .tb-repeating-field--masonry-brick video {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100% !important;
      height: 100% !important;
      display: block; }
  .editor-block-list__block-edit .tb-repeating-field--masonry-brick {
    height: 130px; }
    .editor-block-list__block-edit .tb-repeating-field--masonry-brick:nth-child(4n+1) {
      width: 150px; }
    .editor-block-list__block-edit .tb-repeating-field--masonry-brick:nth-child(4n+2) {
      width: 180px; }
    .editor-block-list__block-edit .tb-repeating-field--masonry-brick:nth-child(4n+3) {
      width: 90px; }
    .editor-block-list__block-edit .tb-repeating-field--masonry-brick:nth-child(4n+4) {
      width: 210px; }

.tb-repeating-field .glide {
  position: relative; }
  .tb-repeating-field .glide__slide {
    height: auto; }
    .tb-repeating-field .glide__slide img {
      width: 100%;
      float: none !important; }
  .tb-repeating-field .glide__view {
    width: 100%;
    transition: opacity 350ms ease-in-out; }
    .tb-repeating-field .glide__view img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      float: none !important; }
    .tb-repeating-field .glide__view--fade-out {
      opacity: 0; }
    .tb-repeating-field .glide__view--fade-in {
      opacity: 1; }
  .tb-repeating-field .glide__arrow {
    border: none;
    position: absolute;
    z-index: 10;
    top: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    border-radius: 50px;
    transition: all 0.2s linear;
    background: rgba(255, 255, 255, 0.7); }
    .tb-repeating-field .glide__arrow:focus {
      outline: none;
      box-shadow: 0 0 5px #666;
      background: rgba(255, 255, 255, 0.7);
      opacity: 1; }
    .tb-repeating-field .glide__arrow:hover {
      background: rgba(255, 255, 255, 0.9); }
    .tb-repeating-field .glide__arrow--left {
      left: 5px; }
      .tb-repeating-field .glide__arrow--left svg {
        margin-left: -1px; }
    .tb-repeating-field .glide__arrow--right {
      right: 5px; }
      .tb-repeating-field .glide__arrow--right svg {
        margin-right: -1px; }
  .tb-repeating-field .glide:hover .glide__arrow, .tb-repeating-field .glide:focus .glide__arrow {
    opacity: 1; }

.tb-social-share__network {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 7px; }

.tb-social-share--092 .tb-social-share__facebook__share-button {
  display: inline-block;
  background-size: contain;
  background-color: #3b5998;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='M34.1,47V33.3h4.6l0.7-5.3h-5.3v-3.4c0-1.5,0.4-2.6,2.6-2.6l2.8,0v-4.8c-0.5-0.1-2.2-0.2-4.1-0.2 c-4.1,0-6.9,2.5-6.9,7V28H24v5.3h4.6V47H34.1z' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.tb-social-share--092 .tb-social-share__linkedin__share-button {
  display: inline-block;
  background-size: contain;
  background-color: #007fb1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' %3E%3Cg%3E%3Cpath d='M20.4,44h5.4V26.6h-5.4V44z M23.1,18c-1.7,0-3.1,1.4-3.1,3.1c0,1.7,1.4,3.1,3.1,3.1 c1.7,0,3.1-1.4,3.1-3.1C26.2,19.4,24.8,18,23.1,18z M39.5,26.2c-2.6,0-4.4,1.4-5.1,2.8h-0.1v-2.4h-5.2V44h5.4v-8.6 c0-2.3,0.4-4.5,3.2-4.5c2.8,0,2.8,2.6,2.8,4.6V44H46v-9.5C46,29.8,45,26.2,39.5,26.2z' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.tb-social-share--092 .tb-social-share__twitter__share-button {
  display: inline-block;
  background-size: contain;
  background-color: #00aced;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='M48,22.1c-1.2,0.5-2.4,0.9-3.8,1c1.4-0.8,2.4-2.1,2.9-3.6c-1.3,0.8-2.7,1.3-4.2,1.6 C41.7,19.8,40,19,38.2,19c-3.6,0-6.6,2.9-6.6,6.6c0,0.5,0.1,1,0.2,1.5c-5.5-0.3-10.3-2.9-13.5-6.9c-0.6,1-0.9,2.1-0.9,3.3 c0,2.3,1.2,4.3,2.9,5.5c-1.1,0-2.1-0.3-3-0.8c0,0,0,0.1,0,0.1c0,3.2,2.3,5.8,5.3,6.4c-0.6,0.1-1.1,0.2-1.7,0.2c-0.4,0-0.8,0-1.2-0.1 c0.8,2.6,3.3,4.5,6.1,4.6c-2.2,1.8-5.1,2.8-8.2,2.8c-0.5,0-1.1,0-1.6-0.1c2.9,1.9,6.4,2.9,10.1,2.9c12.1,0,18.7-10,18.7-18.7 c0-0.3,0-0.6,0-0.8C46,24.5,47.1,23.4,48,22.1z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.tb-social-share--092 .tb-social-share__pinterest__share-button {
  display: inline-block;
  background-size: contain;
  background-color: #cb2128;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' %3E%3Cg%3E%3Cpath d='M32,16c-8.8,0-16,7.2-16,16c0,6.6,3.9,12.2,9.6,14.7c0-1.1,0-2.5,0.3-3.7 c0.3-1.3,2.1-8.7,2.1-8.7s-0.5-1-0.5-2.5c0-2.4,1.4-4.1,3.1-4.1c1.5,0,2.2,1.1,2.2,2.4c0,1.5-0.9,3.7-1.4,5.7 c-0.4,1.7,0.9,3.1,2.5,3.1c3,0,5.1-3.9,5.1-8.5c0-3.5-2.4-6.1-6.7-6.1c-4.9,0-7.9,3.6-7.9,7.7c0,1.4,0.4,2.4,1.1,3.1 c0.3,0.3,0.3,0.5,0.2,0.9c-0.1,0.3-0.3,1-0.3,1.3c-0.1,0.4-0.4,0.6-0.8,0.4c-2.2-0.9-3.3-3.4-3.3-6.1c0-4.5,3.8-10,11.4-10 c6.1,0,10.1,4.4,10.1,9.2c0,6.3-3.5,11-8.6,11c-1.7,0-3.4-0.9-3.9-2c0,0-0.9,3.7-1.1,4.4c-0.3,1.2-1,2.5-1.6,3.4 c1.4,0.4,3,0.7,4.5,0.7c8.8,0,16-7.2,16-16C48,23.2,40.8,16,32,16z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.tb-social-share--092 .tb-social-share__telegram__share-button {
  display: inline-block;
  background-size: contain;
  background-color: #37aee2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='m45.90873,15.44335c-0.6901,-0.0281 -1.37668,0.14048 -1.96142,0.41265c-0.84989,0.32661 -8.63939,3.33986 -16.5237,6.39174c-3.9685,1.53296 -7.93349,3.06593 -10.98537,4.24067c-3.05012,1.1765 -5.34694,2.05098 -5.4681,2.09312c-0.80775,0.28096 -1.89996,0.63566 -2.82712,1.72788c-0.23354,0.27218 -0.46884,0.62161 -0.58825,1.10275c-0.11941,0.48114 -0.06673,1.09222 0.16682,1.5716c0.46533,0.96052 1.25376,1.35737 2.18443,1.71383c3.09051,0.99037 6.28638,1.93508 8.93263,2.8236c0.97632,3.44171 1.91401,6.89571 2.84116,10.34268c0.30554,0.69185 0.97105,0.94823 1.65764,0.95525l-0.00351,0.03512c0,0 0.53908,0.05268 1.06412,-0.07375c0.52679,-0.12292 1.18879,-0.42846 1.79109,-0.99212c0.662,-0.62161 2.45836,-2.38812 3.47683,-3.38552l7.6736,5.66477l0.06146,0.03512c0,0 0.84989,0.59703 2.09312,0.68132c0.62161,0.04214 1.4399,-0.07726 2.14229,-0.59176c0.70766,-0.51626 1.1765,-1.34683 1.396,-2.29506c0.65673,-2.86224 5.00979,-23.57745 5.75257,-27.00686l-0.02107,0.08077c0.51977,-1.93157 0.32837,-3.70159 -0.87096,-4.74991c-0.60054,-0.52152 -1.2924,-0.7498 -1.98425,-0.77965l0,0.00176zm-0.2072,3.29069c0.04741,0.0439 0.0439,0.0439 0.00351,0.04741c-0.01229,-0.00351 0.14048,0.2072 -0.15804,1.32576l-0.01229,0.04214l-0.00878,0.03863c-0.75858,3.50668 -5.15554,24.40802 -5.74203,26.96472c-0.08077,0.34417 -0.11414,0.31959 -0.09482,0.29852c-0.1756,-0.02634 -0.50045,-0.16506 -0.52679,-0.1756l-13.13468,-9.70175c4.4988,-4.33199 9.09945,-8.25307 13.744,-12.43229c0.8218,-0.41265 0.68483,-1.68573 -0.29852,-1.70681c-1.04305,0.24584 -1.92279,0.99564 -2.8798,1.47502c-5.49971,3.2626 -11.11882,6.13186 -16.55882,9.49279c-2.792,-0.97105 -5.57873,-1.77704 -8.15298,-2.57601c2.2336,-0.89555 4.00889,-1.55579 5.75608,-2.23009c3.05188,-1.1765 7.01687,-2.7042 10.98537,-4.24067c7.94051,-3.06944 15.92667,-6.16346 16.62028,-6.43037l0.05619,-0.02283l0.05268,-0.02283c0.19316,-0.0878 0.30378,-0.09658 0.35471,-0.10009c0,0 -0.01756,-0.05795 -0.00351,-0.04566l-0.00176,0zm-20.91715,22.0638l2.16687,1.60145c-0.93418,0.91311 -1.81743,1.77353 -2.45485,2.38812l0.28798,-3.98957' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.tb-social-share--092 .tb-social-share__reddit__share-button {
  display: inline-block;
  background-size: contain;
  background-color: #5f99cf;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='m 52.8165,31.942362 c 0,-2.4803 -2.0264,-4.4965 -4.5169,-4.4965 -1.2155,0 -2.3171,0.4862 -3.128,1.2682 -3.077,-2.0247 -7.2403,-3.3133 -11.8507,-3.4782 l 2.5211,-7.9373 6.8272,1.5997 -0.0102,0.0986 c 0,2.0281 1.6575,3.6771 3.6958,3.6771 2.0366,0 3.6924,-1.649 3.6924,-3.6771 0,-2.0281 -1.6575,-3.6788 -3.6924,-3.6788 -1.564,0 -2.8968,0.9758 -3.4357,2.3443 l -7.3593,-1.7255 c -0.3213,-0.0782 -0.6477,0.1071 -0.748,0.4233 L 32,25.212062 c -4.8246,0.0578 -9.1953,1.3566 -12.41,3.4425 -0.8058,-0.7446 -1.8751,-1.2104 -3.0583,-1.2104 -2.4905,0 -4.5152,2.0179 -4.5152,4.4982 0,1.649 0.9061,3.0787 2.2389,3.8607 -0.0884,0.4794 -0.1462,0.9639 -0.1462,1.4569 0,6.6487 8.1736,12.0581 18.2223,12.0581 10.0487,0 18.224,-5.4094 18.224,-12.0581 0,-0.4658 -0.0493,-0.9248 -0.1275,-1.377 1.4144,-0.7599 2.3885,-2.2304 2.3885,-3.9406 z m -29.2808,3.0872 c 0,-1.4756 1.207,-2.6775 2.6894,-2.6775 1.4824,0 2.6877,1.2019 2.6877,2.6775 0,1.4756 -1.2053,2.6758 -2.6877,2.6758 -1.4824,0 -2.6894,-1.2002 -2.6894,-2.6758 z m 15.4037,7.9373 c -1.3549,1.3481 -3.4816,2.0043 -6.5008,2.0043 l -0.0221,-0.0051 -0.0221,0.0051 c -3.0209,0 -5.1476,-0.6562 -6.5008,-2.0043 -0.2465,-0.2448 -0.2465,-0.6443 0,-0.8891 0.2465,-0.2465 0.6477,-0.2465 0.8942,0 1.105,1.0999 2.9393,1.6337 5.6066,1.6337 l 0.0221,0.0051 0.0221,-0.0051 c 2.6673,0 4.5016,-0.5355 5.6066,-1.6354 0.2465,-0.2465 0.6477,-0.2448 0.8942,0 0.2465,0.2465 0.2465,0.6443 0,0.8908 z m -0.3213,-5.2615 c -1.4824,0 -2.6877,-1.2002 -2.6877,-2.6758 0,-1.4756 1.2053,-2.6775 2.6877,-2.6775 1.4824,0 2.6877,1.2019 2.6877,2.6775 0,1.4756 -1.2053,2.6758 -2.6877,2.6758 z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.tb-social-share--092 .tb-social-share__viber__share-button {
  display: inline-block;
  background-size: contain;
  background-color: #7c529e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='m31.0,12.3c9.0,0.2 16.4,6.2 18.0,15.2c0.2,1.5 0.3,3.0 0.4,4.6a1.0,1.0 0 0 1 -0.8,1.2l-0.1,0a1.1,1.1 0 0 1 -1.0,-1.2l0,0c-0.0,-1.2 -0.1,-2.5 -0.3,-3.8a16.1,16.1 0 0 0 -13.0,-13.5c-1.0,-0.1 -2.0,-0.2 -3.0,-0.3c-0.6,-0.0 -1.4,-0.1 -1.6,-0.8a1.1,1.1 0 0 1 0.9,-1.2l0.6,0l0.0,-0.0zm10.6,39.2a19.9,19.9 0 0 1 -2.1,-0.6c-6.9,-2.9 -13.2,-6.6 -18.3,-12.2a47.5,47.5 0 0 1 -7.0,-10.7c-0.8,-1.8 -1.6,-3.7 -2.4,-5.6c-0.6,-1.7 0.3,-3.4 1.4,-4.7a11.3,11.3 0 0 1 3.7,-2.8a2.4,2.4 0 0 1 3.0,0.7a39.0,39.0 0 0 1 4.7,6.5a3.1,3.1 0 0 1 -0.8,4.2c-0.3,0.2 -0.6,0.5 -1.0,0.8a3.3,3.3 0 0 0 -0.7,0.7a2.1,2.1 0 0 0 -0.1,1.9c1.7,4.9 4.7,8.7 9.7,10.8a5.0,5.0 0 0 0 2.5,0.6c1.5,-0.1 2.0,-1.8 3.1,-2.7a2.9,2.9 0 0 1 3.5,-0.1c1.1,0.7 2.2,1.4 3.3,2.2a37.8,37.8 0 0 1 3.1,2.4a2.4,2.4 0 0 1 0.7,3.0a10.4,10.4 0 0 1 -4.4,4.8a10.8,10.8 0 0 1 -1.9,0.6c-0.7,-0.2 0.6,-0.2 0,0l0.0,0l0,-0.0zm3.1,-21.4a4.2,4.2 0 0 1 -0.0,0.6a1.0,1.0 0 0 1 -1.9,0.1a2.7,2.7 0 0 1 -0.1,-0.8a10.9,10.9 0 0 0 -1.4,-5.5a10.2,10.2 0 0 0 -4.2,-4.0a12.3,12.3 0 0 0 -3.4,-1.0c-0.5,-0.0 -1.0,-0.1 -1.5,-0.2a0.9,0.9 0 0 1 -0.9,-1.0l0,-0.1a0.9,0.9 0 0 1 0.9,-0.9l0.1,0a14.1,14.1 0 0 1 5.9,1.5a11.9,11.9 0 0 1 6.5,9.3c0,0.1 0.0,0.3 0.0,0.5c0,0.4 0.0,0.9 0.0,1.5l0,0l0.0,0.0zm-5.6,-0.2a1.1,1.1 0 0 1 -1.2,-0.9l0,-0.1a11.3,11.3 0 0 0 -0.2,-1.4a4.0,4.0 0 0 0 -1.5,-2.3a3.9,3.9 0 0 0 -1.2,-0.5c-0.5,-0.1 -1.1,-0.1 -1.6,-0.2a1.0,1.0 0 0 1 -0.8,-1.1l0,0l0,0a1.0,1.0 0 0 1 1.1,-0.8c3.4,0.2 6.0,2.0 6.3,6.2a2.8,2.8 0 0 1 0,0.8a0.8,0.8 0 0 1 -0.8,0.7l0,0l0.0,-0.0z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.tb-social-share--092 .tb-social-share__email__share-button {
  display: inline-block;
  background-size: contain;
  background-color: #7f7f7f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='M17,22v20h30V22H17z M41.1,25L32,32.1L22.9,25H41.1z M20,39V26.6l12,9.3l12-9.3V39H20z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.tb-social-share--round .SocialMediaShareButton {
  border-radius: 50%; }

.tb-social-share__excerpt {
  display: none; }

.tb-social-share .SocialMediaShareButton--disabled {
  opacity: 0.65; }

/**
 * Star rating styles for front+end
 *
 * @since 1.0.0
 */
.tb-rating {
  position: relative;
  white-space: nowrap;
  /* DASHICONS */ }
  .tb-rating__container {
    position: relative;
    display: inline-block; }
  .tb-rating__star {
    display: inline-block;
    position: relative; }
    .tb-rating__star::before {
      content: attr(data-star);
      display: inline-block;
      clear: both; }
  .tb-rating__rating {
    position: absolute;
    left: 0;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap; }
    .tb-rating__rating::after {
      content: attr(data-star); }
  .tb-rating--left {
    text-align: left; }
  .tb-rating--right {
    text-align: right; }
  .tb-rating--center {
    text-align: center; }
  .tb-rating--dashicons .tb-rating__star::before {
    font-family: dashicons, sans-serif; }
  .tb-rating--dashicons .tb-rating__rating::after {
    font-family: dashicons, sans-serif; }

/* These styles are applied to frontend and edit view */
.tb-video {
  margin-left: 0;
  margin-right: 0; }
  .tb-video video {
    max-width: 100%; }
  .tb-video.alignwide video, .tb-video.alignfull video {
    width: 100%; }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .tb-video [poster] {
      -o-object-fit: cover;
         object-fit: cover; } }
  .tb-video.aligncenter {
    text-align: center; }

