@font-face {
    font-family: 'myAkkurat';
    src: url('../fonts/lineto-akkurat-regular.ttf')  format('truetype'); /* Safari, Android, iOS */
    src: url('../fonts/lineto-akkurat-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lineto-akkurat-regular.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
}

@font-face {
    font-family: 'franziska_ffitalic';
    src: url('../fonts/franziskaff-regularitalic-webfont.eot');
    src: url('../fonts/franziskaff-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/franziskaff-regularitalic-webfont.woff2') format('woff2'),
    url('../fonts/franziskaff-regularitalic-webfont.woff') format('woff'),
    url('../fonts/franziskaff-regularitalic-webfont.ttf') format('truetype'),
    url('../fonts/franziskaff-regularitalic-webfont.svg#franziska_ffitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'franziska_ffregular';
    src: url('../fonts/franziskaff-regular-webfont.eot');
    src: url('../fonts/franziskaff-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/franziskaff-regular-webfont.woff2') format('woff2'),
    url('../fonts/franziskaff-regular-webfont.woff') format('woff'),
    url('../fonts/franziskaff-regular-webfont.ttf') format('truetype'),
    url('../fonts/franziskaff-regular-webfont.svg#franziska_ffregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'franziska_ffsemibold';
    src: url('../fonts/franziskaff-semibold-webfont.eot');
    src: url('../fonts/franziskaff-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/franziskaff-semibold-webfont.woff2') format('woff2'),
    url('../fonts/franziskaff-semibold-webfont.woff') format('woff'),
    url('../fonts/franziskaff-semibold-webfont.ttf') format('truetype'),
    url('../fonts/franziskaff-semibold-webfont.svg#franziska_ffsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tablet_gothicbold';
    src: url('../fonts/tabletgothic-bold-webfont.eot');
    src: url('../fonts/tabletgothic-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/tabletgothic-bold-webfont.woff2') format('woff2'),
    url('../fonts/tabletgothic-bold-webfont.woff') format('woff'),
    url('../fonts/tabletgothic-bold-webfont.ttf') format('truetype'),
    url('../fonts/tabletgothic-bold-webfont.svg#tablet_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tablet_gothicregular';
    src: url('../fonts/tabletgothic-regular-webfont.eot');
    src: url('../fonts/tabletgothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/tabletgothic-regular-webfont.woff2') format('woff2'),
    url('../fonts/tabletgothic-regular-webfont.woff') format('woff'),
    url('../fonts/tabletgothic-regular-webfont.ttf') format('truetype'),
    url('../fonts/tabletgothic-regular-webfont.svg#tablet_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'a2-type-beckett-light';
    src: url('../fonts/A2-Type_Beckett_Light.eot');
    src: url('../fonts/A2-Type_Beckett_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/A2-Type_Beckett_Light.woff2') format('woff2'),
    url('../fonts/A2-Type_Beckett_Light.woff') format('woff'),
    url('../fonts/A2-Type_Beckett_Light.ttf') format('truetype'),
    url('../fonts/A2-Type_Beckett_Light.svg#A2-Type_Beckett_Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    text-decoration: underline;
}

hr {
    border:1.5px solid lightgray;
}

a {
    color: #666;
    text-decoration: underline;
}

a:hover, a:focus {
    text-decoration: none;
}

.rawr-question {
    display: table-cell;
    vertical-align: middle;
    max-width: 60%;
    padding: 5px;
    font-size: 21px;
}

.button {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    width: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    border-style: hidden;
    font-size: 16px;
    font-weight: bold;
    background-color: #40992E;
}

.button:hover {
    background-color: #357f26;
}

.button-no {
    margin-left: 5px;
    background-color: #B31E00;
}

.button-no:hover {
    background-color: #9a1a01;
}

.anchor-link {
    color: black;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.anchor-link:hover {
    text-decoration: none;
}

.info-container {
  float: right;
  margin-top: 0.3em;
  padding-top: 0px;
}

.info-container button#rawr-link-a {
  padding: 0 0;
}

.info-container div, .info-container button {
  font-size: 12px;
  font-family: myAkkurat, sans-serif;
}

.rawr-default-image-container {
  text-align: center;
}

/* ##### HELPER */
.text-uppercase { text-transform: uppercase; }
.hidden {
  display: none;
}

/* Intercom Fix */
div#intercom-container, iframe#intercom-frame { display: none !important; }

/* ##### OTHER BUTTONS */
.btnMoreLink {
  text-decoration: underline;
  cursor: pointer;
}

.btnTransparent {
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: transparent;
  color: #000;
  border: solid thin #000;
  font-weight: bold;
  padding: 8px 0px;
  letter-spacing: 0px;
  height: auto;
  cursor: pointer;
}

.btnTransparent:hover {
  background-color: lightgray;
}
.btnTransparent:hover,
.btnTransparent:active,
.btnTransparent:focus {
  outline: none;
}

/* ##### CURRENT ARGUMENT */
/* Text */
.current-argument-container {
  font-family: 'myAkkurat, sans-serif';
  background-color: white;
  box-shadow: 0 5px 5px -5px #BFBFBF;
  padding: 10px 16px;
  margin: 0 10px 10px;
  font-size: 14px;
}

@media only screen and (max-width: 599px) {
  .current-argument-container {
    margin: 0 10px 10px 10px;
  }
}

.current-argument-content {
  padding: 0 4px;
}

.current-argument-text {
  margin-bottom: 15px;
}

.current-argument-container .btnTransparent {
  width: 180px;
  margin: 5px auto;
  height: auto;
}

@media only screen and (min-width: 600px) {
  .current-argument-container .btnMore {
    margin-right: 20px;
  }

  .current-argument-container .progress-bar-number {
    color: #FFF !important;
  }
}

@media only screen and (max-width: 599px) {
  .current-argument-container .btnTransparent {
    display: block !important;
  }
}

/* Progressbar*/
.current-argument-container div#progress-bar-container-yes,
.current-argument-container div#progress-bar-container-no {
  position: relative !important;
}
.current-argument-container div#progress-bar-container-yes div#progress-bar-number {
  bottom: 25px;
  left: 0px;
}
.current-argument-container div#progress-bar-container-no div#progress-bar-number {
  bottom: 25px;
  right: 0px;
}

.current-argument-container .rawr-block-widget-progress-box {
  display: table;
  height: 50px;
}

.current-argument-container .rawr-block-widget-progress-bar-container {
  display: table-cell;
  vertical-align: middle;
  height: 20px;
  width: 100%;
}

.current-argument-container #progress-bar-container-no,
.current-argument-container #progress-bar-container-yes {
  float:left;
  height:inherit;
  width:50%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.current-argument-container .progres-bar-span {
    font-size: 12px;
}

.current-argument-container .progress-bar-number {
  color: #000;
  font-size: 11px;
  letter-spacing: 1.1px;
  height: calc(100% - 8px);
  padding: 3px 0 0 0;
}

.current-argument-container .progress-bar-span {
  margin-top: 6px;
  display: block;
  font-size: 11px;
}

/* Kinda like disables the buttons in the participated case */
.notClickable {
  opacity: 0.5 !important;
}

/* ### CUSTOM STYLES */

/* style-1 style */
.default-widget.st1,
.default-widget.st1 .default-widget-main-div,
.default-widget.default-vote-widget.st1,
.rawr-block-widget.st1,
div.st1 .default-widget-top-div,
div.st1 .default-vote-progress-bar {
  background-color: #ededed;
}
.default-widget.st1, .default_widget_question_div.st1 {
  font-family: "franziska_ffitalic", Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
}

.info-container.st1 div, .info-container.st1 button,
.default_widget_buttons.st1, .rawr-block-widget-btn.st1 {
  font-family: tablet_gothicregular, "Helvetica Neue", Arial, FreeSans, sans-serif;
}

.btnTransparent.st1 {
  width: 160px !important;
  border-radius: 4px;
  border: solid 2px #cccccc;
}

/* style-2 style */
.default-widget.st2,
.default-widget.st2 .default-widget-main-div,
.default-widget.default-vote-widget.st2,
.rawr-block-widget.st2 {
  background-color: #e0e8ea;
  font-family: a2-type-beckett-light, Helvetica Neue, Arial, FreeSans, sans-serif;
  border: none;
}

div.st2 .default-widget-top-div,
div.st2 .default-vote-progress-bar {
  background-color: #e0e8ea;
}

.info-container.st2 div, .info-container.st2 button {
  font-family: 'tablet_gothicregular', Helvetica Neue, Arial, FreeSans, sans-serif;
}

.default_widget_buttons.st2, .rawr-block-widget-btn.st2 {
  font-family: 'tablet_gothicregular', Helvetica Neue, Arial, FreeSans, sans-serif;
}
.default_widget_buttons.green.st2,
.rawr-block-widget-btn.btn-green.st2 {
  background-color: #0BC063;
}
.default_widget_buttons.red.st2,
.rawr-block-widget-btn.btn-red.st2 {
  background-color: #E6173F;
}

.btnTransparent.st2 {
  border: solid 2px #313131;
}

/* stye-4 style */
.default-widget.st4,
.default-widget.st4 .default-widget-main-div,
.default-widget.default-vote-widget.st4,
.rawr-block-widget.st4 {
  background-color: #ededed;
  font-family: arial, helvetica, freesans, sans-serif;
  border: 1px solid #D0D0D0;
  color: #4b4b4b;
  font-size: 14px;
}

div.st4 .default-widget-top-div,
div.st4 .default-vote-progress-bar {
  background-color: #ededed;
}

.info-container.st4 div,
.info-container.st4 button,
.default_widget_buttons.st4,
.rawr-block-widget-btn.st4 {
  font-family: arial, helvetica, freesans, sans-serif;
}

.default_widget_question_div.st4 {
  color: #4b4b4b;
  font-family: arial, helvetica, freesans, sans-serif;
}

div.st4 button {
  border-radius: 0px;
}

.default_widget_buttons.green.st4,
.rawr-block-widget-btn.btn-green.st4 {
  background-color: #babc59;
}
.default_widget_buttons.green.st4:hover,
.rawr-block-widget-btn.btn-green.st4:hover {
  background-color: #c7c97a;
}
.default_widget_buttons.red.st4,
.rawr-block-widget-btn.btn-red.st4 {
  background-color: #eca859;
}
.default_widget_buttons.red.st4:hover,
.rawr-block-widget-btn.btn-red.st4:hover {
  background-color: #efb97a;
}

.btnTransparent.st4 {
  color: #e20074;
  width: 165px !important;
  border: 1px solid #e20074;
}
.btnTransparent.st4:hover {
  color: #FFF;
  width: 165px !important;
  border-radius: 3px;
  background-color: #e20074;
}
