.cmsmasters_toggles {
  background: #f5f5f5;
  margin-bottom: 30px;
  counter-reset: cmsmasters_toggle_wrap;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap .cmsmasters_toggle_title:before {
  content: counter(cmsmasters_toggle_wrap);
  counter-increment: cmsmasters_toggle_wrap;
  position: absolute;
  left: 20px;
  top: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
}
.cmsmasters_toggles .cmsmasters_toggle_wrap .cmsmasters_toggle_title > a {
  color: rgba(0, 0, 0, 0.8);
  padding: 16px 45px 16px 70px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap .cmsmasters_toggle_title .cmsmasters_toggle_plus {
  width: 20px !important;
  height: 20px !important;
  right: 20px !important;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap .cmsmasters_toggle_title .cmsmasters_toggle_plus .cmsmasters_toggle_plus_hor,
.cmsmasters_toggles .cmsmasters_toggle_wrap .cmsmasters_toggle_title .cmsmasters_toggle_plus .cmsmasters_toggle_plus_vert {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap .cmsmasters_toggle_title .cmsmasters_toggle_plus .cmsmasters_toggle_plus_hor {
  left: -6.5px !important;
  width: 9.9px !important;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap .cmsmasters_toggle_title .cmsmasters_toggle_plus .cmsmasters_toggle_plus_vert {
  right: -6.5px !important;
  height: 9.9px !important;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap .cmsmasters_toggle_inner {
  padding: 30px 20px !important;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_title::before {
  color: #b90007;
  border-color: #b90007;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_title > a {
  color: #b90007;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_title .cmsmasters_toggle_plus .cmsmasters_toggle_plus_hor,
.cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_title .cmsmasters_toggle_plus .cmsmasters_toggle_plus_vert {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #b90007;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_title .cmsmasters_toggle_plus .cmsmasters_toggle_plus_hor {
  width: 9.9px !important;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_title .cmsmasters_toggle_plus .cmsmasters_toggle_plus_vert {
  height: 9.9px !important;
}

.widget .widgettitle {
  font-size: 20px !important;
  text-transform: unset !important;
}

.widget_currencyconverter_minimalistic .currencyconverter-minimalistic-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget_currencyconverter_minimalistic .currencyconverter-minimalistic-single-currency {
  width: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.widget_currencyconverter_minimalistic .currencyconverter-minimalistic-single-currency:not(:last-of-type) {
  border-right: 1px solid #000;
}
.widget_currencyconverter_minimalistic .currencyconverter-minimalistic-currency-price {
  font-size: 32px;
}
.widget_currencyconverter_minimalistic .currencyconverter-minimalistic-inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget_currencyconverter_minimalistic .currencyconverter-minimalistic-inline-list-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  margin-bottom: 3px;
}
.widget_currencyconverter_minimalistic .currencyconverter-minimalistic-inline-list-item:last-of-type {
  margin-bottom: 0;
}

.epyt-gallery-list {
  display: none !important;
}

#cff {
  height: 500px;
  overflow: hidden;
}
#cff a {
  font-style: normal;
}

@media all and (min-width: 1025px) {
  .widget_currencyconverter_minimalistic .currencyconverter-minimalistic-currency-price {
    font-size: 30px;
  }
  .widget_currencyconverter_minimalistic .currencyconverter-minimalistic-single-currency {
    padding: 10px;
  }
}

/*# sourceMappingURL=custom_the_newspaper_style.css.map */