

.pocs_subscription_tab_container {
/*  border-radius: 10px; */
  background: rgba(255, 255, 255, 0.3);
  background: #28635b85;
  display: inline-flex;
  height: 48px;

  margin-top: 0px;
  padding-left: 18px;
  padding-right: 18px;
  list-style-type: none;
}


.pocs_pane_email .vivo_sf-submit-element {
  border-radius: 50px !important;
  margin-top: 20px;
  box-sizing: content-box;
  padding: 6px 18px;
}

 .pocs_pane_email .vivo_sf-submit-element-submit {
   width: auto;
   display: inline-block;
 }

.pocs_tab {
  width: 52px;
}

.pocs_tab a {
  display: flex;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pocs_btn_icon,
.pocs_tab_icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px
}

.pocs_btn_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .3em;
}

.pocs_btn_icon.pocs_btn_icon_email,
.pocs_tab_icon.pocs_tab_icon_email { background-image: url("/wp-content/plugins/pocs_additions/svg/icon-email.svg"); }
.pocs_btn_icon.pocs_btn_icon_telegram,
.pocs_tab_icon.pocs_tab_icon_telegram { background-image: url("/wp-content/plugins/pocs_additions/svg/icon-telegram.svg"); }
.pocs_btn_icon.pocs_btn_icon_signal,
.pocs_tab_icon.pocs_tab_icon_signal { background-image: url("/wp-content/plugins/pocs_additions/svg/icon-signal.svg"); }
.pocs_btn_icon.pocs_btn_icon_twitter,
.pocs_tab_icon.pocs_tab_icon_twitter { background-image: url("/wp-content/plugins/pocs_additions/svg/icon-twitter.svg"); height: 25px; }

.pocs_tab:hover { background: rgba(255, 255, 255, .5); }

.active .pocs_tab_icon_email { background-image: url("/wp-content/plugins/pocs_additions/svg/icon-email-active.svg"); }
.active .pocs_tab_icon_telegram { background-image: url("/wp-content/plugins/pocs_additions/svg/icon-telegram-active.svg"); }
.active .pocs_tab_icon_signal { background-image: url("/wp-content/plugins/pocs_additions/svg/icon-signal-active.svg"); }
.active .pocs_tab_icon_twitter { background-image: url("/wp-content/plugins/pocs_additions/svg/icon-twitter-active.svg"); }

.active.pocs_tab { background: rgb(255, 255, 255); }

.pocs_pane { display: none; }
.pocs_pane.active { display: block; }

.pocs_bg_panel_wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.pocs_bg_panel_image { min-width: 180px; }

.pocs_bg_panel_text {
  margin-right: 1em;
  color: #fff;
  width: 100%;
}
.pocs_bg_panel_text a {
  color: #fff;
  text-decoration: underline;
}

.pocs_bg_panel_text_title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 0.5em;
}

.pocs_bg_panel_text_disclaimer {
  width: 100%;
  font-size: .7em;
  margin-top: 1em;
  display: block;
  line-height: 1em;
}

.pocs_subscription_button {
  font-weight: bold;
  color: #ffffff;
  border: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 46px;
  padding-left: 15px;
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #FCC100;
  border-radius: 10px;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  line-height: 46px;
}

.pocs_bg_mobile a { text-decoration: none; }
.pocs_bg_mobile .pocs_bg_panel_text_disclaimer { text-align: right;}


/* Young Pioneers  */
.pocs_subscription_widget.young .pocs_bg_panel_text,
.pocs_subscription_widget.young .pocs_bg_panel_text_title,
.pocs_subscription_widget.young .pocs_bg_panel_text a
 {
  color: #444;
}

.pocs_subscription_widget.young .pocs_subscription_tab_container { display: none; }

/*------------------------------------*\
    EU Cookie Law Plugin
\*------------------------------------*/

.pea_cook_wrapper.pea_cook_bottomright {
    width: 100%;
    right: 0 !important;
    left: 0 !important;
    bottom: 40px !important;
    background: #fcc100 !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

button.pea_cook_btn {
    background: #a9ba04 !important;
    border: 0px solid #bbb !important;
    border-radius: 5px;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #ffffff !important;
    font:400 16px/1.4 'Open Sans', Helvetica, Arial, sans-serif !important;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
    text-shadow: none !important;
    box-shadow: none !important;
    width: 100px;
    margin-left: 20px;
}

.pea_cook_wrapper p {
  font:400 16px/1.4 'Open Sans', Helvetica, Arial, sans-serif !important;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'thesanslight';
    src: url('fonts/thesans-3-light-webfont.woff2') format('woff2'),
         url('fonts/thesans-3-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thesanssemibold';
    src: url('fonts/thesans-6-semibold-webfont.woff2') format('woff2'),
         url('fonts/thesans-6-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thesansbold';
    src: url('fonts/thesans-7-bold-webfont.woff2') format('woff2'),
         url('fonts/thesans-7-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'theseriflight_italic';
    src: url('fonts/theserif-3-lightita-webfont.woff2') format('woff2'),
         url('fonts/theserif-3-lightita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'theserifsemilight';
    src: url('fonts/theserif-4-semilight-webfont.woff2') format('woff2'),
         url('fonts/theserif-4-semilight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'theserifregular';
    src: url('fonts/theserif-5-regular-webfont.woff2') format('woff2'),
         url('fonts/theserif-5-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'theserifsemibold';
    src: url('fonts/theserif-6-semibold-webfont.woff2') format('woff2'),
         url('fonts/theserif-6-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
