﻿/*!
Theme Name: Vot Corect Arhivă alegeri
Theme URI: https://votcorect.ro/
Author: EFOR
Author URI: https://expertforum.ro
Description: Centralizator sesizări vot. 2024+ - cloned from Vot Corect 2.11.0
Version: 1.0
Text Domain: votcorect
*/

a {
  color: #4169e1
}

a:visited {
  color: purple
}

a:hover, a:focus, a:active {
  color: #191970
}

a:focus {
  outline: thin dotted
}

a:hover, a:active {
  outline: 0
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0
}

.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
  left: 100%
}

.main-navigation ul ul a {
  width: 200px
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
  left: auto
}

.main-navigation #primary-menu > li {
  float: left;
  position: relative
  
}
.main-navigation #primary-menu li {text-align: left;}

.main-navigation a {
  display: block;
  text-decoration: none
}

.menu-toggle, .main-navigation.toggled ul {
  display: block
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none
  }
  .main-navigation ul {
    display: block
  }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#content[tabindex="-1"]:focus {
  outline: 0
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both
}

body {
  background-color: #f9fbf9 !important;
  text-shadow: 1px 1px 1px White;
  background-image: url("images/bcg-noise-1.png")
}

a:hover {
  text-decoration: none;
  opacity: .8
}

.list-unstyled {
  list-style: none;
  margin-left: 0
}

.list-inline li {
  display: inline-block
}

#main ul:not(.list-unstyled) {
  margin-left: 0;
  padding-left: 1.2em
}

#main ul:not(.list-unstyled) li {
  margin-bottom: .5ex
}

.entry-list li {
  padding-left: 0 !important
}

.entry-list h4 {
  margin-bottom: 0;
  /* font-family: "Roboto Condensed", sans-serif */
}

.entry-list a h4 {
  color: #0D47A1
}

.entry-list .entry-meta {
  /* font-family: "Roboto Condensed", sans-serif */
}

.entry-list .entry-meta b:after {
  content: ' | ';
  color: #999;
  font-weight: 300
}

.entry-list .entry-meta .termName {
  color: #966;
  background: rgba(255, 255, 255, 0.4);
  padding: 1px 3px;
  margin-right: 1px;
  font-size: 12px
}

ol.entry-list {
  margin-left: 1.25em;
  padding-left: 0
}

ol.entry-list li {
  color: #BBB
}

@media screen and (min-width: 780px) {

  .columns2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
  .columns3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
  }
  .columns4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
  }
  .columns2, .columns3, .columns4 {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em
  }
  .columns2 *, .columns3 *, .columns4 * {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column
  }
  .columns2 p, .columns2 article, .columns2 li {
    margin: 0;
    padding: 0 1ex
  }
}

a.post-edit-link {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #2196F3 !important;
  border-radius: 2px;
  color: #ff0;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

a.post-edit-link:hover {
  box-shadow: 0 5px 12px 0 rgba(33, 150, 243, 0.5)
}

body.single main#main article {
  border-bottom: 2px solid #90caf9;
  overflow: hidden;
  padding-bottom: 1em
}

body.single main#main article .descriere.col-md-8 {
  padding-left: 0
}

main#main .breadcrumb {
  position: relative;
  top: 1.5em;
  padding: .3ex 1ex
}

img.alignright {
  float: right;
  margin-left: 1em
}

img.alignleft {
  float: left;
  margin-right: 1em
}

.newsBox h4 {
  margin-top: 0;
  line-height: 1.2;
  font-size: 17px
}

.newsBox .entry-list {
  font-family: "Roboto", sans-serif
}

.newsBox li {
  margin-bottom: 1.75ex
}

.sharing-wrapper {
  display: inline-block;
  padding-top: 1ex;
  color: #0D47A1;
  opacity: .75
}

.sharing-wrapper a {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #2196F3 !important;
  border-radius: 2px;
  color: #fff;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: none;
  box-shadow: 1px 1px 0 #DDD;
  margin: 0 0 0 .66ex
}

.sharing-wrapper a:hover {
  box-shadow: 0 5px 12px 0 rgba(33, 150, 243, 0.5)
}

.sharing-wrapper a:hover {
  color: Yellow;
  box-shadow: noen
}

.sharing-wrapper label {
  font-weight: 400;
  text-transform: uppercase;
  color: #666
}

.sharing-wrapper:hover {
  opacity: 1
}

.list-keywords {
  float: right;
  font-size: 15px;
  opacity: .95;
  margin-top: .25em;
}

.list-keywords:hover {
  opacity: 1
}

.list-keywords a {
  background-color: #2196F3;
  color: White;
  text-shadow: 1px 1px 1px #666;
  padding: 0 .75ex .25ex .75ex;
  margin: .5em .25ex;
  line-height: 1;
  border-radius: 2px;
  box-shadow: 0 0 1px #999
}

.list-keywords a:hover {
  color: White;
  background-color: #0D47A1;
  text-decoration: none
}

#footer_x2,
.donations_note {
  padding: 1em 2em;
  background-color: rgba(33, 150, 243, 0.33);
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid WhiteSmoke;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3)
}
#footer_x2 .wp-block-columns{margin-bottom: 0;}

.donations_note b {
  color: Black
}
#footer_x2 a,
.donations_note a {
  color: #0D47A1;
  font-weight: 400;
  border-bottom: 1px dotted #2196F3
}
#footer_x2 span,
.donations_note span {
  display: inline-block;
  max-width: 55em;
  text-align: left
}

.donations_note span.gliph {
  margin-right: .33ex
}

a[href*="//m.me/"]:after {
  content: ' ';
  margin-left: .5ex;
  position: relative;
  top: 3px;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url("images/Facebook_Messenger_logo.svg");
  background-repeat: no-repeat;
  background-size: 1em
}

header#masthead {
  text-align: right;
  background-color: rgba(2, 77, 161, 0.8);
  background-image: url("images/bcg-noise-2.png");
  color: WhiteSmoke;
  border-bottom: 1px solid rgba(255, 255, 255, 0.66)
}

/* header#masthead .nav-wrapper {
  text-align: right
} */

/* @media screen and (max-width: 1200px) {
  header#masthead .nav-wrapper {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important
  }
} */

@media screen and (max-width: 980px) {
  header#masthead .nav-wrapper .text-right, header#masthead .nav-wrapper {
    text-align: center !important;
  }
  .nav-wrapper {
    margin: 0 11em;
  }
  .nav-wrapper nav li {
    float: none;
    display: inline-block;
  }
  header#masthead img {
    margin-top: 1ex;
    max-width: 80%;
  }
  header#masthead h2.site-title .svg {
    top: 0;
  }
}

header#masthead .nav-wrapper .container {
  padding: 0
}

header#masthead h2.site-title, header#masthead nav#site-navigation {
  vertical-align: top;
  display: inline-block
}

header#masthead h2.site-title {
  /* font-family: "Roboto Condensed", sans-serif; */
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
  float: left
}

header#masthead h2.site-title .svg {
  height: 2.2em;
  position: relative;
  top: 8px
}

header#masthead h2.site-title span {
  display: inline-block;
  vertical-align: top;
  margin-top: .5ex;
  opacity: .7;
  font-size: .9em
}

@media screen and (max-width: 1200px) {
  header#masthead h2.site-title {
    float: none !important;
    display: block !important;
    border-bottom: 1px solid white
  }
}

header#masthead nav#site-navigation {
  /* font-family: "Roboto Condensed", sans-serif; */
  text-transform: uppercase;
  width: auto;
  float: none;
  margin-top: .6em
}

header#masthead nav#site-navigation #primary-menu li {
  border: 1px solid transparent
}

@media screen and (max-width: 768px) {
  header#masthead nav#site-navigation #primary-menu li {
    margin: .5ex 1ex !important
  }
  header#masthead nav#site-navigation #primary-menu li a {
    font-size: 18px
  }
}

@media screen and (min-width: 768px) {
  header#masthead nav#site-navigation #primary-menu li {
    margin: 1ex !important
  }
  header#masthead nav#site-navigation #primary-menu li a {
    font-size: 16px
  }
}

header#masthead nav#site-navigation #primary-menu li:first-child a {
  border-color: Yellow;
  color: LightYellow
}

header#masthead nav#site-navigation #primary-menu a {
  font-weight: 300;
  color: White;
  text-shadow: 1px 1px 1em rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.75)
}

header#masthead nav#site-navigation #primary-menu a:hover {
  text-decoration: none
}

@media screen and (max-width: 768px) {
  header#masthead nav#site-navigation #primary-menu {
    margin-bottom: 1em;
    padding-left: 1ex
  }
  header#masthead nav#site-navigation #primary-menu li {
    float: none;
    display: inline-block
  }
  header#masthead nav#site-navigation #primary-menu li a {
    font-size: 18px !important
  }
}

header#masthead nav#site-navigation a[href*="votcorect.ro/admin/export"], header#masthead nav#site-navigation a[href*="votcorect.ro/stats"] {
  display: none
}

header#masthead nav#site-navigation .menu-toggle {
  background-color: #90CAF9
}

header#masthead nav#site-navigation li a[href*="votcorect.ro/admin/export"]:before {
  content: "\e025";
  font-family: 'Glyphicons Halflings';
  margin-right: .5ex;
  font-size: .8em;
  display: inline-block
}

header#masthead nav#site-navigation li a[href*="votcorect.ro/stats"]:before {
  content: "\e025";
  font-family: 'Glyphicons Halflings';
  margin-right: .5ex;
  font-size: .8em
}

.header-top-notice {
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 1em;
  padding: 1.5ex 0;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #66C;
  color: WhiteSmoke
}

.header-top-notice .svg, .header-top-notice svg, .header-top-notice img {
  height: 1.25em;
  width: auto;
  max-width: 1.5em;
  position: relative;
  top: 3px
}

.header-top-notice a {
  color: LightSkyBlue !important;
  text-decoration: underline
}

body.logged-in nav#site-navigation #primary-menu a[href*="votcorect.ro/admin/export"], body.logged-in a[href*="votcorect.ro/stats"] {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.25);
  padding-left: .5ex;
  padding-right: .5ex;
  color: LightYellow
}

.menu-toggle, .main-navigation.toggled ul {
  display: block
}

@media screen and (min-width: 7.5em) {
  .menu-toggle {
    display: none
  }
  .main-navigation ul {
    display: block
  }
}

body:not(.home) header#masthead {
  background-color: #2196F3
}

body:not(.home) header#masthead a {
  color: WhiteSmoke;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-color: rgba(249, 251, 249, 0.8) !important
}

body.home main#main {
  background-color: #f9fbf9;
  background-image: url("images/bcg-noise-2.png")
}

body.home #homeIntro {
  color: #0D47A1;
  padding: 1em 0 2ex 0;
  font-size: 17px;
  /* font-family: "Roboto Condensed", sans-serif; */
  background-color: #90CAF9;
  background-image: url("images/bcg-noise-2.png");
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2)
}

body.home #homeIntro .votcorect-header {
  opacity: .85;
  width: 100%;
  height: auto
}

body.home #homeIntro a.btn {
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 24px
}

body.home #content.site-content {
  padding: 0
}

body.home header#masthead .nav-wrapper {
  padding-top: 1em
}

body.home #homeIntro a {
  color: #0D47A1;
  font-weight: 400;
  border-bottom: 1px dotted rgba(13, 71, 161, 0.3);
  display: inline-block
}

body.home #homeIntro .hand-bcg {
  padding: 0;
  margin-top: 0 !important
}

body.home #homeIntro .hand-bcg .svg {
  width: 120%;
  height: 120%
}


body.home #homeIntro .container {
  padding-left: 2em;
  padding-right: 5em
}

@media screen and (min-width: 992px) {
  body.home #homeIntro {
    font-size: 23px
  }
  
  /* #faq-wrapper .faq-section.heading-3 { column-count: 2; column-gap: 1em;  border-bottom: 1px; } */
}


@media screen and (min-width: 1200px) {
  body.home #homeIntro .hand-bcg+div {
    padding: 2em 0 0 2ex
  }
  body.home #homeIntro .row .row div:first-child {
    padding-right: 2em
  }
  .nav-wrapper .svg.sponsor-acf {float: left; margin: .5ex 2em 1em 2em ;  }
  .nav-wrapper .site-title {float: left; margin: 0 1em 1.25ex 1em;}

  /* .nav-wrapper .site-title a {  display: inline-block; }  */
  body.home header#masthead .nav-wrapper {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5)
  }

  body.home #homeIntro .row .row div:last-child {
    margin-top: 2em
  }

/*  .nav-wrapper #site-navigation {
    max-width: 60vw;
  }*/
}

 


 

@media screen and (max-width: 1200px) {
  body.home header#masthead {
    text-align: center
  }
  body.home header#masthead h2.site-title {
    display: block !important;
    width: 100%
  }
}

@media (min-width: 992px) {
  #homeSecondary .newsBox {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1em .25em 1em 2em;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #E0E0E0
  }
}

body.home header#masthead nav#site-navigation #primary-menu li {
  margin: 0 1em
}

body.home header#masthead h2.site-title span {
  display: inline-block;
  vertical-align: top;
  margin-top: .5ex;
  opacity: .7;
  font-size: .9em
}

#homeSecondary {
  margin-top: 2em
}

#homeSecondary .container h3.entry-title {
  font-weight: 300
}

#homeSecondary .container #homeUltimeleSesizari {
  padding-left: 0
}

#homeSecondary .newsBox {
  margin-top: 3em;
  margin-bottom: 2em;
  padding: 0;
  border-top: 1px solid #E0E0E0;
  padding-top: 1em
}



#homeSecondary .newsBox h3 {
  margin-top: 0
}

#homeSecondary .newsBox h4 {
  font-size: 16px;
  color: #333
}

a#buton-trimite {
  /* font-family: "Roboto Condensed", sans-serif; */
  color: White !important;
  border-radius: 3px
}

#home-map {
  padding: 1ex 2vw;
  background-color: #f9fbf9;
  background-image: url("images/bcg-noise-2.png")
}

a.banner-fiecarevot {
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
  background-color: rgba(33, 150, 243, 0.55);
  padding: 2ex;
  color: White !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)
}

a.banner-fiecarevot strong {
  color: LightYellow;
  border-bottom: 1px dotted LightYellow;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4)
}

form.acf-form {
  padding: 3vw 5vw;
  display: block;
  max-width: 80em
}

form.acf-form input, form.acf-form textarea {
  outline: none
}

form.acf-form input:hover, form.acf-form textarea:hover {
  box-shadow: 0 2px 0 #2196F3
}

form.acf-form .categorychecklist-holder {
  border: none
}

form.acf-form .categorychecklist-holder ul.acf-checkbox-list {
  padding: 0
}

form.acf-form .categorychecklist-holder ul.acf-checkbox-list li {
  font-size: 16px
}

form.acf-form .categorychecklist-holder ul.acf-checkbox-list li label {
  font-weight: 300;
  font-family: "Roboto", sans-serif
}

form.acf-form input[type="number"], form.acf-form input[type="email"], form.acf-form input[type="text"] {
  border: none;
  border-bottom: 2px solid #AAC;
  background-color: transparent;
  max-width: 50em;
  padding: 1ex 0
}

form.acf-form textarea {
  border: none;
  border-bottom: 2px solid #AAC;
  background-color: transparent;
  max-width: 50em;
  padding: 1ex 0
}

form.acf-form input[type="number"]::-webkit-input-placeholder, form.acf-form input[type="email"]::-webkit-input-placeholder, form.acf-form input[type="text"]::-webkit-input-placeholder {
  color: #CBB
}

form.acf-form textarea::-webkit-input-placeholder {
  color: #CBB
}

form.acf-form input[type="number"]:-moz-placeholder, form.acf-form input[type="email"]:-moz-placeholder, form.acf-form input[type="text"]:-moz-placeholder {
  color: #977
}

form.acf-form textarea:-moz-placeholder {
  color: #977
}

form.acf-form input[type="number"]::-moz-placeholder, form.acf-form input[type="email"]::-moz-placeholder, form.acf-form input[type="text"]::-moz-placeholder {
  color: #977
}

form.acf-form textarea::-moz-placeholder {
  color: #977
}

form.acf-form input[type="number"]:-ms-input-placeholder, form.acf-form input[type="email"]:-ms-input-placeholder, form.acf-form input[type="text"]:-ms-input-placeholder {
  color: #977
}

form.acf-form textarea:-ms-input-placeholder {
  color: #977
}

form.acf-form .acf-field {
  border: none;
  margin: 1em
}

form.acf-form .acf-field[data-name="judet"], form.acf-form .acf-field[data-name="tara"], form.acf-form .acf-field[data-name="oras_diaspora"] {
  margin: 0;
  float: left;
  clear: none;
  padding: 0em 2em 1ex 1em;
  margin-bottom: 2em
}

form.acf-form .acf-field[data-name="sectie_vot"] .acf-input {
  max-width: 45%;
  min-width: 12em;
  float: left;
  clear: none;
  padding-left: 0;
  margin-left: 1ex
}

form.acf-form .acf-field[data-name="email"], form.acf-form .acf-field[data-name="telefon"], form.acf-form .acf-field[data-name="calitate"], form.acf-form .acf-field[data-name="notificari"] {
  margin: 0;
  clear: none;
  float: none !important;
  display: inline-block
}

@media (min-width: 992px) {
  form.acf-form .acf-field[data-name="email"], form.acf-form .acf-field[data-name="telefon"], form.acf-form .acf-field[data-name="calitate"], form.acf-form .acf-field[data-name="notificari"] {
    max-width: 40%;
    width: 40%;
    float: left;
    padding: 3em 4em 3em 1em
  }
}

@media (max-width: 576px) {
  form.acf-form .acf-field[data-name="email"], form.acf-form .acf-field[data-name="telefon"], form.acf-form .acf-field[data-name="calitate"], form.acf-form .acf-field[data-name="notificari"] {
    max-width: 100% !important;
    width: 100%
  }
}

@media (min-width: 576px) {
  form.acf-form .acf-field[data-name="notificari"] {
    padding: 5em 2em 0 1em
  }
}

form.acf-form .acf-field[data-name="notificari"] label {
  font-size: 1.2em;
  font-weight: normal
}

form.acf-form div[data-name="ctg_problema"] ul.acf-checkbox-list {
  width: 100%;
  padding-left: 0 !important
}

form.acf-form div[data-name="ctg_problema"] ul.acf-checkbox-list li {
  display: inline-block;
  vertical-align: top;
  min-width: 40%;
  padding-right: 2em
}

form.acf-form div[data-name="ctg_problema"] ul.acf-checkbox-list li span {
  color: #889
}

form.acf-form div[data-name="ctg_problema"] ul.acf-checkbox-list li input[type="checkbox"] {
  color: #889
}

form.acf-form div[data-name="ctg_problema"] ul.acf-checkbox-list li input[type="checkbox"]:before {
  content: '\26F6';
  position: relative;
  background-color: white;
  top: -2px
}

form.acf-form div[data-name="ctg_problema"] ul.acf-checkbox-list li input[type="checkbox"]:checked:before {
  content: '\26DD';
  color: Black
}

form.acf-form div[data-name="ctg_problema"] ul.acf-checkbox-list li input[type="checkbox"]:checked+span {
  color: Black;
  text-decoration: underline;
  text-decoration-color: #668
}

form.acf-form .acf-label label {
  font-weight: 400;
  /* font-family: "Roboto Condensed", sans-serif */
}

form.acf-form .acf-field[data-name="attachements"] {
  max-width: 680px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 3em 1ex 1em 1ex;
  border-radius: 1ex;
  background-image: url("images/bcg-noise-2.png")
}

form.acf-form .acf-field[data-name="attachements"] .acf-button {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #2196F3 !important;
  border-radius: 2px;
  color: #fff;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

form.acf-form .acf-field[data-name="attachements"] .acf-button:hover {
  box-shadow: 0 5px 12px 0 rgba(33, 150, 243, 0.5)
}

form.acf-form .acf-field-message {
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #CCC
}

form.acf-form .acf-field-message .acf-label {
  margin-bottom: 0;
  color: #999;
  text-transform: uppercase;
  font-weight: 300
}

form.acf-form .acf-field[data-name="romania__diaspora"] {
  margin: 1em 0
}

form.acf-form .acf-field[data-name="romania__diaspora"] ul.acf-radio-list {
  padding-left: 0 !important
}

form.acf-form .acf-field[data-name="romania__diaspora"] ul.acf-radio-list li label {
  color: #889;
  /* font-family: "Roboto Condensed", sans-serif; */
  font-weight: 300;
  font-size: 16px
}

form.acf-form .acf-field[data-name="romania__diaspora"] ul.acf-radio-list li input:before {
  content: '\26F6';
  background-color: White;
  padding: 3px;
  position: relative;
  top: -3px;
  left: -3px;
  margin-right: 1ex;
  font-weight: 400
}

form.acf-form .acf-field[data-name="romania__diaspora"] ul.acf-radio-list li label.selected {
  color: Black;
  text-decoration: underline;
  text-decoration-color: #668
}

form.acf-form .acf-field[data-name="romania__diaspora"] ul.acf-radio-list li label.selected input:before {
  content: '\26DD'
}

form.acf-form .acf-field[data-name="tara"] .acf-input, form.acf-form .acf-field[data-name="oras_diaspora"] .acf-input, form.acf-form .acf-field[data-name="judet"] .acf-input, form.acf-form .acf-field[data-name="romania__diaspora"] .acf-input {
  display: inline-block;
  min-width: auto
}

form.acf-form .acf-field[data-name="sectie_vot"] .acf-label {
  padding-left: 0;
  display: inline-block;
  margin-left: -1em
}

form.acf-form .acf-field[data-name="sectie_vot"] .acf-input {
  float: none;
  width: 8em;
  display: inline-block;
  min-width: auto
}

form.acf-form .acf-form-submit input.button {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #2196F3 !important;
  border-radius: 2px;
  color: #fff;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

form.acf-form .acf-form-submit input.button:hover {
  box-shadow: 0 5px 12px 0 rgba(33, 150, 243, 0.5)
}

.acf-field[data-name="notificari"] .acf-label, .acf-field-google-map+.acf-field-tab+.acf-tab-wrap, .acf-field[data-name="attachements"]+.acf-tab-wrap {
  display: none
}

div.cancelbar a {
  font-size: 32px;
  /* font-family: "Roboto Condensed", sans-serif; */
  color: #90CAF9;
  line-height: 1;
  text-align: center;
  padding: 0 .5em .2em .5em
}

@media screen and (min-width: 992px) {
  div.cancelbar a {
    position: fixed;
    right: 1ex;
    top: 1ex;
    border-radius: 1em;
    border: 1px solid #DDD;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    background-color: White
  }
}

div.cancelbar a:after {
  content: ' înapoi la prima pagină';
  font-size: .6em
}

div.cancelbar a:hover {
  text-decoration: none;
  background-color: LightYellow
}

div.cancelbar a:hover:before {
  content: 'închide formularul';
  font-size: 18px;
  color: #333;
  position: absolute;
  text-align: right;
  margin-left: -9em;
  margin-top: 1.25ex
}

body.x-page-sesizare {
  background-image: url("images/bcg-noise-1.png")
}

body.x-page-sesizare #main.site-main.container {
  padding: 0;
  margin: 3.5em auto
}

body.x-page-sesizare header {
  text-align: center;
  border-bottom: 2px solid #90CAF9;
  margin: 0 -1.3em 5em -1.3em;
  padding-top: 1em;
  background-color: rgba(207, 216, 220, 0.75)
}

body.x-page-sesizare header .svg {
  height: 5em;
  position: relative;
  top: 5px;
  fill: #90CAF9
}

.acf-form-submit input[type="submit"] {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #90CAF9 !important;
  border-radius: 2px;
  color: #fff;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 20px
}

.acf-form-submit input[type="submit"]:hover {
  box-shadow: 0 5px 12px 0 rgba(144, 202, 249, 0.5)
}

.acf-form-submit a.md-btn {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #BBB !important;
  border-radius: 2px;
  color: #fff;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  position: relative;
  top: -2px;
  margin-left: .6ex
}

.acf-form-submit a.md-btn:hover {
  box-shadow: 0 5px 12px 0 rgba(187, 187, 187, 0.5)
}

a.md-btn {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #2196F3 !important;
  border-radius: 2px;
  color: #fff;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

a.md-btn:hover {
  box-shadow: 0 5px 12px 0 rgba(33, 150, 243, 0.5)
}

a.md-btn:hover {
  color: White
}

body.x-page-sesizare #main.site-main.container {
  background-color: White;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em
}

body.x-page-sesizare header {
  text-align: center;
  border-bottom: 2px solid #90CAF9;
  margin: 0 -1.3em 5em -1.3em;
  padding-top: 1em;
  background-color: rgba(207, 216, 220, 0.75)
}

body.x-page-sesizare header .svg {
  height: 5em;
  position: relative;
  top: 5px;
  fill: #90CAF9
}

.menu-toggle {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #2196F3 !important;
  border-radius: 2px;
  color: #fff;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 22px;
  margin-bottom: 1em
}

.menu-toggle:hover {
  box-shadow: 0 5px 12px 0 rgba(33, 150, 243, 0.5)
}

.menu-toggle:before {
  content: "\e236";
  font-family: 'Glyphicons Halflings';
  margin-right: .6ex;
  font-size: 18px
}

div[data-name="sectie_vot"] .acf-label {
  padding-left: 1em
}

div[data-name="sectie_vot"] .acf-label label {
  display: inline-block !important;
  margin-left: 0
}

.acf-field[data-name="oras_diaspora"]+.acf-tab-wrap {
  background: transparent;
  margin: 6em 0 2em 0
}

.acf-field[data-name="oras_diaspora"]+.acf-tab-wrap ul.acf-tab-group {
  display: inline-block;
  margin: 0;
  border: none;
  padding: 0 !important
}

.acf-field[data-name="oras_diaspora"]+.acf-tab-wrap ul.acf-tab-group li {
  margin: 0 !important
}

.acf-field[data-name="oras_diaspora"]+.acf-tab-wrap ul.acf-tab-group li a {
  /* font-family: "Roboto Condensed", sans-serif; */
  background-color: White !important;
  border: none;
  margin-right: 1px;
  font-size: 16px;
  font-weight: 300;
  padding: .4ex 2ex;
  color: #889
}

.acf-field[data-name="oras_diaspora"]+.acf-tab-wrap ul.acf-tab-group li a:before {
  content: '\26F6';
  margin-right: 1ex;
  font-weight: 400
}

.acf-field[data-name="oras_diaspora"]+.acf-tab-wrap ul.acf-tab-group li.active a {
  color: Black;
  text-decoration: underline;
  text-decoration-color: #668
}

.acf-field[data-name="oras_diaspora"]+.acf-tab-wrap ul.acf-tab-group li.active a:before {
  content: '\26DD'
}

.acf-field[data-name="attachements"] .acf-field[data-name="upload_fisier"] p.description {
  font-size: 12px;
  color: #444
}

.sideReguli {
  border: 1px solid #DFDFEE;
  padding: 0;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5)
}

.sideReguli ul {
  margin: 0;
  padding-top: .5ex
}

.sideReguli li {
  padding: 1.25ex 1.75ex;
  padding: .75ex 1.25ex;
  line-height: 1.3;
  max-width: 30em;
  border-bottom: 1px dotted #CCC;
  font-size: 16px
}

.sideReguli li:hover {
  border-left-color: #88A
}

.sideReguli li:last-child {
  border-bottom: none
}

.sideReguli li a {
  padding: 3px 0;
  color: Black
}

.sideReguli .sideTitle {
  border-bottom: 1px solid #CCC;
  padding: 1ex;
  margin: 0;
  font-weight: normal;
  /* font-family: "Roboto Condensed", sans-serif; */
  /* text-transform: uppercase; */
  /* font-size: 16px */
  background-color: rgba(0,0,0,.05); 
}

.sideReguli:first-child {
  margin-top: 2em
}

.sideReguli:not(.alte-reguli) {
  background-color: #f0f0ff
}

.sideReguli:not(.alte-reguli) li a {
  font-weight: 400
}

.sideReguli.alte-reguli li a {
  color: #444
}

.ghid-items {
  max-width: 800px
}

.ghid-items li {
  font-size: 20px;
  margin-bottom: -2px
}

.ghid-items li .sideSvgThumb, .ghid-items li .svg {
  height: 2em;
  vertical-align: middle;
  margin-right: .2ex
}

.ghid-items li a {
  vertical-align: middle;
  display: inline-block;
  border-bottom: 1px solid #EEF !important;
  border-top: 1px solid #EEF !important;
  padding: 1ex 0
}

.post-type-archive-reguli main#main {
  background-color: #fff;
  padding: 0 3em 3em 3em
}

.post-type-archive-reguli main#main ul.list-unstyled li {
  max-width: 40em;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 1ex
}

.post-type-archive-reguli main#main ul.list-unstyled li a {
  padding: .3ex 0
}

.post-type-archive-reguli main#main ul.list-unstyled li:nth-child(even) a {
  background-color: rgba(255, 255, 224, 0.6)
}

.post-type-archive-reguli main#main ul.list-unstyled li:nth-child(odd) a {
  background-color: rgba(227, 242, 253, 0.5)
}

footer#colophon {
  padding: 0;
  opacity: .85;
  /* position: absolute; bottom: 0; width: 100%; */
}

footer#colophon:hover {
  opacity: 1;
}

footer#colophon .footer-parteneri a {
  /* text-decoration: underline; */
  border-bottom: 2px solid #CCF;
}

footer#colophon .site-info {
  font-size: 15px;
  font-weight: 400;
}

footer#colophon .site-info div.col-md-6 {
  padding: 0
}

footer#colophon .site-info div.col-md-6:first-child {
  padding-top: 1ex;
  max-width: 39em
}

footer#colophon .site-info img, footer#colophon .site-info .svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 66px;
  max-height: 50px;
  vertical-align: middle;
  margin: 0 0 0 1em
}

#admin-toolbar {
  position: fixed;
  top: .5ex;
  right: .5ex;
  z-index: 5;
  padding: .66ex 1ex;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.33);
  display: inline-block;
  background-color: RoyalBlue
}

#admin-toolbar a {
  color: LightYellow;
  text-shadow: 1px 1px 0 #666;
  /* font-family: "Roboto Condensed", sans-serif; */
  margin: 0 3px
}

#admin-toolbar .emoji {
  transform: scale(2.5);
  margin-right: 1.5ex
}

body {
  font-family: "Roboto", sans-serif;
}

/* strong, b {
  font-weight: 400 !important
} */

/* h1, h2, h3, h4, h5, h6 {
 
  font-weight: 400
} */

#primary #main .entry-title {
  font-family: 26px;
  /* font-family: "Roboto Condensed", sans-serif; */
  padding-top: 1ex
}

#primary #main .entry-content, #primary #main article {
  font-family: "Roboto", sans-serif;
  font-size: 17px
}

main#main article blockquote {
  background-color: #FAFAFF;
  font-size: 16px
}

.detalii-sesizare {
  line-height: 1.2;
  display: inline-block;
  font-size: 14px;
  margin-top: 2em;
  border: 1px solid #DEDEDE;
  background-color: rgba(227, 242, 253, 0.2);
  border-radius: 4px
}

.detalii-sesizare p {
  padding: 1ex 1.3ex;
  margin-bottom: .25ex;
  border-bottom: 1px dotted #CCC
}

.detalii-sesizare p.headerRow {
  background-color: #e3f2fd;
  text-transform: uppercase;
  /* font-family: "Roboto Condensed", sans-serif; */
  font-weight: 400;
  color: #2196F3
}

.detalii-sesizare p:last-child {
  border-bottom: none
}

.detalii-sesizare p span {
  color: #2196F3
}

.lista-categorii-sesizare {
  color: #333
}

.lista-categorii-sesizare ul {
  display: inline-block;
  width: auto;
  margin-bottom: .3ex !important
}

.lista-categorii-sesizare ul.list-inline {
  display: inline;
  margin-left: .25ex
}

.lista-categorii-sesizare ul.list-inline li {
  padding-left: 0;
  margin-right: .5ex
}

.lista-categorii-sesizare ul.list-inline li small {
  opacity: .75
}

.lista-categorii-sesizare ul.list-inline li a {
  border-bottom: 1px solid rgba(13, 71, 161, 0.3);
  color: #0D47A1
}

form#filtreaza-sesizari button[type="submit"] {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #2196F3 !important;
  border-radius: 2px;
  color: #fff;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 1em
}

form#filtreaza-sesizari button[type="submit"]:hover {
  box-shadow: 0 5px 12px 0 rgba(33, 150, 243, 0.5)
}

#filters {
  background-image: url("images/bcg-noise-2.png");
  background-color: #f9fbf9
}

.sesizari-controls {
  overflow: hidden;
  padding: 2em 0 1.5em 0;
  font-size: 16px;
  margin-bottom: 1ex
}

.sesizari-controls>div {
  padding: 0
}

.sesizari-controls .col-btn-harta {
  text-align: center
}

.sesizari-controls .col-btn-harta .glyphicon.glyphicon-map-marker {
  font-size: 60px;
  margin-bottom: .5ex;
  color: #2196F3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), 2px 2px 8px rgba(0, 0, 0, 0.2)
}

.sesizari-controls .col-btn-harta .glyphicon.glyphicon-signal {
  font-size: 1em;
  margin-bottom: .5ex;
  color: rgba(144, 202, 249, 0.5)
}

.sesizari-controls .col-btn-harta a[href="/stats"] {
  margin-top: 1em;
  display: inline-block;
  font-size: 16px !important;
  text-transform: none !important
}

.sesizari-controls .col-btn-harta a[href="/stats"] .glyphicon {
  color: WhiteSmoke
}

.sesizari-controls .col-btn-harta a.md-btn {
  font-size: 22px
}

body.post-type-archive-sesizari {
  background-color: White !important;
  background-image: none
}

body.post-type-archive-sesizari main#main {
  margin-top: 3em
}

body.post-type-archive-sesizari main#main article .entry-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 1ex
}

body.post-type-archive-sesizari main#main article .entry-meta {
  font-size: 14px;
  font-family: "Roboto", sans-serif
}

body.single-sesizari #main article {
  font-family: "Roboto", sans-serif !important;
  border-bottom: none !important
}

body.single-sesizari #main article .ultimele-sesizari {
  font-size: .8em;
  border: 1px solid #DDD;
  margin-top: 2em
}

body.single-sesizari #main article .ultimele-sesizari h3 {
  padding: 1ex;
  margin: 0;
  background-color: rgba(250, 235, 215, 0.3);
  font-weight: 300;
  font-size: 18px
}

body.single-sesizari #main article .ultimele-sesizari ul.entry-list li {
  margin-bottom: -1px;
  padding: .55ex 1.25ex !important;
  border-top: 1px solid #EEE
}

body.single-sesizari #main article .ultimele-sesizari ul.entry-list h4, body.single-sesizari #main article .ultimele-sesizari ul.entry-list .entry-meta {
  font-family: "Roboto", sans-serif;
  display: inline
}

body.single-sesizari #main article .ultimele-sesizari ul.entry-list h4 {
  font-weight: 400
}

body.single-sesizari #main article .ultimele-sesizari ul.entry-list .entry-meta b {
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif */
}

body.single-sesizari #main article .ultimele-sesizari ul.entry-list .termName {
  display: none
}

body.single-sesizari #updated {
  background-color: rgba(250, 235, 215, 0.3);
  margin-top: 1.5em;
  padding: 1em
}

body.single-sesizari #updated .well {
  background-color: transparent;
  margin: 1em 0
}

ul.entry-list li {
  padding-right: 1em;
  margin-bottom: 2ex
}

.attachements-sesizare .attachments.attch_img a {
  border: 1px solid #DDD;
  box-shadow: .4ex .4ex 0 #EEE;
  margin: 1ex;
  display: inline-block;
  vertical-align: top;
  overflow: hidden
}

.attachements-sesizare .attachments.attch_img a img {
  max-width: 366px;
  height: auto
}

.attachements-sesizare .attachments.attch_img a:hover {
  box-shadow: .4ex .4ex 0 #FAFAFA
}

.attachements-sesizare .attach_else_item {
  color: Green;
  background-color: rgba(33, 150, 243, 0.1);
  margin-right: 1ex;
  box-shadow: 1px 1px 1px #BBB;
  padding: .1ex .7ex;
  display: inline-block;
  margin: 1ex .4ex
}

.attachements-sesizare .attach_else_item:after {
  content: ', '
}

.attachements-sesizare .attach_else_item:last-child:after {
  content: ''
}

#comments {
  padding: 0
}

@media screen and (min-width: 760px) {
  #comments {
    max-width: 66%
  }
}

#comments #commentform label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 300
}

#comments .comment-metadata {
  display: none
}

#comments h2.comments-title, #comments h3.comment-reply-title {
  font-size: 24px;
  /* font-family: "Roboto Condensed", sans-serif; */
  font-weight: 300;
  margin-bottom: 1em;
  color: rgba(144, 202, 249, 0.75);
  border-top: 1px solid rgba(144, 202, 249, 0.4);
  padding-top: 1em
}

#comments h2.comments-title .glyphicon, #comments h3.comment-reply-title .glyphicon {
  opacity: .75;
  font-size: .8em
}

#comments .comment-author.vcard {
  display: inline-block
}

#comments .comment-author.vcard:after {
  content: ': '
}

#comments .comment-author.vcard b {
  color: #90CAF9;
  font-weight: 300;
  text-decoration: underline
}

#comments .comment-author.vcard .says {
  display: none
}

#comments .comment-meta {
  display: inline-block
}

#comments .avatar.avatar-32 {
  width: 16px;
  height: 16px
}

#comments .comment-content {
  display: inline-block
}

#comments .reply {
  position: relative;
  top: -4px
}

#comments .reply a.comment-reply-link {
  margin-bottom: 1ex;
  font-size: 13px;
  text-transform: uppercase;
  /* font-family: "Roboto Condensed", sans-serif; */
  border: 1px solid #DDD;
  padding: 2px 3px
}

#comments .reply a.comment-reply-link:after {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  display: inline-block;
  margin-left: 1px;
  color: #90CAF9
}

#comments .reply a.comment-reply-link:hover {
  background-color: #DDD
}

#comments ol.comment-list {
  padding-left: 0
}

#comments ol.comment-list ol.children {
  padding-left: .5em
}

#comments ol.comment-list li {
  border-left: 1px dotted #BBB;
  padding: .5ex 1ex
}

#comments ol.comment-list li article {
  border-bottom: none;
  padding-bottom: 0;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important
}

#comments ol.comment-list li article .comment-author {
  /* font-family: "Roboto Condensed", sans-serif */
}

#comments ol.comment-list li.byuser>article .comment-author {
  background: AliceBlue;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #CCC
}

#comments ol.comment-list li.byuser>article .comment-author:before {
  content: 'VC';
  font-weight: bold;
  color: #90CAF9
}

#comments #respond textarea#comment {
  width: 90%
}

#comments #respond h3#reply-title {
  /* font-family: "Roboto Condensed", sans-serif; */
  color: #559
}

#comments #respond h3#reply-title:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  margin-right: 0.2ex;
  font-size: 0.8em
}

#comments #respond input#submit {
  font-size: 16px;
  padding: 1ex !important;
  margin: 1em 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #2196F3 !important;
  border-radius: 2px;
  color: #fff;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

#comments #respond input#submit:hover {
  box-shadow: 0 5px 12px 0 rgba(33, 150, 243, 0.5)
}

#comments #respond .comment-form-url {
  display: none
}

#comments #respond p.comment-form-author, #comments #respond p.comment-form-email {
  display: inline-block;
  margin-right: 1em
}

#comments #respond p.comment-form-author label, #comments #respond p.comment-form-email label {
  color: #555
}

#comments #respond p.comment-form-author input, #comments #respond p.comment-form-email input {
  font-size: 1.2em;
  padding: .25ex .5ex
}

.subscribeLink div.alert {
  display: inline-block
}

.subscribeLink input#subscribe-reloaded {
  display: none
}

.subscribeLink label span.checkbox_comments {
  display: none
}

#comments .comment-form-subscriptions label span.gestioneaza {
  font-weight: 500
}

.comment-form-subscriptions label a {
  border-bottom: 1px solid rgba(144, 202, 249, 0.5)
}

#map {
  width: 100%;
  height: 100%;
  min-height: 660px
}

#map .leaflet-popup-content-wrapper {
  border-radius: 2px
}

#map .leaflet-popup-content {
  margin: 1ex;
  font-size: 14px
}

#filterWrapper {
  position: relative
}

#ctgFilter {
  position: absolute;
  display: inline-block;
  width: 200px;
  margin-left: 10px;
  margin-top: 1em;
  z-index: 6;
  font-size: 12px
}

#comments {
  padding: 0
}

@media screen and (min-width: 760px) {
  #comments {
    max-width: 66%
  }
}

#comments #commentform label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 300
}

#comments .comment-metadata {
  display: none
}

#comments h2.comments-title, #comments h3.comment-reply-title {
  font-size: 24px;
  /* font-family: "Roboto Condensed", sans-serif; */
  font-weight: 300;
  margin-bottom: 1em;
  color: rgba(144, 202, 249, 0.75);
  border-top: 1px solid rgba(144, 202, 249, 0.4);
  padding-top: 1em
}

#comments h2.comments-title .glyphicon, #comments h3.comment-reply-title .glyphicon {
  opacity: .75;
  font-size: .8em
}

#comments .comment-author.vcard {
  display: inline-block
}

#comments .comment-author.vcard:after {
  content: ': '
}

#comments .comment-author.vcard b {
  color: #90CAF9;
  font-weight: 300;
  text-decoration: underline
}

#comments .comment-author.vcard .says {
  display: none
}

#comments .comment-meta {
  display: inline-block
}

#comments .avatar.avatar-32 {
  width: 16px;
  height: 16px
}

#comments .comment-content {
  display: inline-block
}

#comments .reply {
  position: relative;
  top: -4px
}

#comments .reply a.comment-reply-link {
  margin-bottom: 1ex;
  font-size: 13px;
  text-transform: uppercase;
  /* font-family: "Roboto Condensed", sans-serif; */
  border: 1px solid #DDD;
  padding: 2px 3px
}

#comments .reply a.comment-reply-link:after {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  display: inline-block;
  margin-left: 1px;
  color: #90CAF9
}

#comments .reply a.comment-reply-link:hover {
  background-color: #DDD
}

#comments ol.comment-list {
  padding-left: 0
}

#comments ol.comment-list ol.children {
  padding-left: .5em
}

#comments ol.comment-list li {
  border-left: 1px dotted #BBB;
  padding: .5ex 1ex
}

#comments ol.comment-list li article {
  border-bottom: none;
  padding-bottom: 0;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important
}

#comments ol.comment-list li article .comment-author {
  /* font-family: "Roboto Condensed", sans-serif */
}

#comments ol.comment-list li.byuser>article .comment-author {
  background: AliceBlue;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #CCC
}

#comments ol.comment-list li.byuser>article .comment-author:before {
  content: 'VC';
  font-weight: bold;
  color: #90CAF9
}

#comments #respond textarea#comment {
  width: 90%
}

#comments #respond h3#reply-title {
  /* font-family: "Roboto Condensed", sans-serif; */
  color: #559
}

#comments #respond h3#reply-title:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  margin-right: 0.2ex;
  font-size: 0.8em
}

#comments #respond input#submit {
  font-size: 16px;
  padding: 1ex !important;
  margin: 1em 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #2196F3 !important;
  border-radius: 2px;
  color: #fff;
  padding: .3em .5em;
  text-transform: uppercase;
  font-weight: 300;
  /* font-family: "Roboto Condensed", sans-serif; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

#comments #respond input#submit:hover {
  box-shadow: 0 5px 12px 0 rgba(33, 150, 243, 0.5)
}

#comments #respond .comment-form-url {
  display: none
}

#comments #respond p.comment-form-author, #comments #respond p.comment-form-email {
  display: inline-block;
  margin-right: 1em
}

#comments #respond p.comment-form-author label, #comments #respond p.comment-form-email label {
  color: #555
}

#comments #respond p.comment-form-author input, #comments #respond p.comment-form-email input {
  font-size: 1.2em;
  padding: .25ex .5ex
}

.subscribeLink div.alert {
  display: inline-block
}

.subscribeLink input#subscribe-reloaded {
  display: none
}

.subscribeLink label span.checkbox_comments {
  display: none
}

#comments .comment-form-subscriptions label span.gestioneaza {
  font-weight: 500
}

.comment-form-subscriptions label a {
  border-bottom: 1px solid rgba(144, 202, 249, 0.5)
}

body.x-page-stats .col-md-4, body.x-page-stats .col-md-3, body.x-page-stats .col-md-5, body.x-page-stats .col-md-2 {
  padding: 0
}

body.x-page-stats .stats {
  display: inline-block;
  vertical-align: top;
  margin: 0 1ex 1em 0;
  font-size: 16px;
  border-radius: 3px;
  width: 100%;
  border: 0px transparent
}

body.x-page-stats .stats h4 {
  margin: 0;
  padding: .6ex 1.2ex;
  margin-bottom: 1ex;
  border-bottom: 1px solid #EEE;
  font-weight: 300
}

body.x-page-stats .stats li {
  font-size: 14px;
  line-height: 1
}

body.x-page-stats .stats li.value1 {
  font-size: 12px;
  opacity: .85
}

body.x-page-stats .stats li.value1 .value {
  font-size: 14px
}

body.x-page-stats .stats li:first-child .stupidBar div {
  background-color: #90CAF9
}

body.x-page-stats .stats li label, body.x-page-stats .stats li .stupidBar, body.x-page-stats .stats li .value {
  padding: 1px 0;
  display: inline-block;
  vertical-align: top
}

body.x-page-stats .stats li label {
  width: 35%;
  font-weight: 400;
  text-align: right;
  margin-bottom: 0;
  margin-right: .75ex
}

body.x-page-stats .stats li .stupidBar {
  width: 60%
}

body.x-page-stats .stats li .stupidBar div {
  background-color: rgba(144, 202, 249, 0.85);
  height: 1em
}

body.x-page-stats .stats li .value {
  position: absolute;
  margin-left: .5ex;
  z-index: 2;
  color: white;
  text-shadow: 1px 1px 0 #90CAF9
}

body.x-page-stats .stats.stats-sectii-vot span.glyphicon {
  color: rgba(255, 0, 0, 0.6);
  text-shadow: none
}

body.x-page-stats .stats.stats-ore-sesizari-11-dec label, body.x-page-stats .stats.stats-ore-sesizari-12-dec label {
  width: 3em !important
}

body.x-page-stats .stats.stats-ore-sesizari-11-dec .value, body.x-page-stats .stats.stats-ore-sesizari-12-dec .value {
  display: none
}

body.x-page-stats .stats.stats-ore-sesizari-11-dec span.glyphicon, body.x-page-stats .stats.stats-ore-sesizari-12-dec span.glyphicon {
  color: rgba(255, 0, 0, 0.6);
  text-shadow: none;
  font-size: .8em
}

body.x-page-stats .stats.stats-judete label, body.x-page-stats .stats.stats-diaspora label {
  width: 100px !important
}

body.x-page-stats ul.list-unstyled li {
  margin-bottom: 2px
}

body.single-post.single-format-standard .site-content #main article.type-post, body.single-post.single-format-standard .site-content #main .the_post_navigation {
  max-width: 980px;
  border-bottom: none
}

body.single-post.single-format-standard .site-content #main article.type-post .entry-meta {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 1ex;
  padding-bottom: 1ex;
  display: inline-block
}

body.single-post.single-format-standard .site-content #main article.type-post .entry-meta .byline {
  display: none
}

body.single-post.single-format-standard .site-content #main .the_post_navigation {
  border: 1px dotted #DDD;
  border-radius: 4px;
  background-image: url("images/bcg-noise-2.png");
  opacity: .6
}

body.single-post.single-format-standard .site-content #main .the_post_navigation h4, body.single-post.single-format-standard .site-content #main .the_post_navigation .post-navigation {
  font-size: 16px;
  line-height: 1.4
}

body.single-post.single-format-standard .site-content #main .the_post_navigation h4 {
  font-weight: 300;
  border-bottom: 1px dotted #DDD;
  padding: 1ex;
  margin: 0
}

body.single-post.single-format-standard .site-content #main .the_post_navigation .post-navigation {
  margin-bottom: 0
}

body.single-post.single-format-standard .site-content #main .the_post_navigation .post-navigation .nav-links a {
  /* font-family: "Roboto Condensed", sans-serif */
}

body.single-post.single-format-standard .site-content #main .the_post_navigation .post-navigation .nav-links .nav-previous, body.single-post.single-format-standard .site-content #main .the_post_navigation .post-navigation .nav-links .nav-next {
  padding: 1ex
}

body.x-reguli-calendarul-deciziilor-electorale #primary.container {
  min-width: 90vw
}

body.x-reguli-calendarul-deciziilor-electorale main#main.col-md-8 {
  width: 80%
}

body.x-reguli-calendarul-deciziilor-electorale main#main.col-md-8 table.table {
  font-size: .85em
}

body:not(.home) header#masthead {
  padding-top: 1.25em;
  background-color: #2196F3;
  background-image: url("images/bcg-noise-1.png")
}

body:not(.home) header#masthead a {
  color: WhiteSmoke;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-color: rgba(227, 242, 253, 0.3) !important
}

body.page main#main, body.single main#main, body.single-reguli main#main {
  padding: 0 1.5em 1.5em 1em;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 2px 0 1em rgba(0, 0, 0, 0.05)
}

@media (min-width: 576px) {
  body.page main#main, body.single main#main, body.single-reguli main#main {
    padding: 0 3em 1em 3em;
    background-color: White
  }
}

body .newsBox {
  padding: 1em 1.25em .75em 1.75em !important;
}

body.single .newsBox h4 {
  color: #666
}

@media (max-width: 768px) {
  .top_note {
    display: none
  }
  header#masthead {
    padding-top: 2.5em
  }
  main#main h1.entry-title {
    font-size: 20px
  }
  #content.site-content {
    background-color: #fff;
    padding-bottom: 1.5em
  }
}

@media (max-width: 1200px) {
  a.banner-fiecarevot img {
    max-width: 200px
  }
  a.banner-fiecarevot span {
    display: block
  }
  main#main h1.entry-title {
    font-size: 28px
  }
}

@media (min-width: 992px) {
  #homeIntro .home-intro-text, 
  #homeIntro .row .row div:last-child 
  {
    background-color: rgba(255, 255, 255, 0.5);
    color: #333;
    position: relative;
    top: -1.25em;
    padding: 1.5ex;
    margin-top: -.5em;
    border: 1px solid rgba(33, 150, 243, 0.4);
    box-shadow: 0.66ex 0.66ex 0 rgba(0, 0, 0, 0.05);
    padding: 1.3em
  }
  #homeIntro .row .row div:last-child hr {
    opacity: .5;
    margin: .75ex 0;
    border-color: rgba(33, 150, 243, 0.5)
  }
  #homeIntro .row .row div:last-child p {
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 0 !important
  }
  #homeIntro a.banner-fiecarevot {
    width: 43%;
    float: right;
    position: relative;
    right: -1.25em;
    border: 1px solid rgba(249, 251, 249, 0.6) !important;
    border-radius: 2px;
    box-shadow: 0.66ex 0.66ex 0 rgba(0, 0, 0, 0.05)
  }
  #homeIntro a.banner-fiecarevot span {
    display: inline-block;
    width: 63%;
    /* font-family: "Roboto Condensed", sans-serif */
  }
  #homeIntro a.banner-fiecarevot img {
    width: 36%;
    float: right;
    margin-left: .5%;
    margin-top: 1.5ex
  }
  main#main h1.entry-title {
    font-size: 32px
  }
}

main#main article .entry-content img {
  max-width: 100%
}

body.single-post.single-format-standard .site-content #primary.no-sidebar #main article.type-post, body.single-post.single-format-standard .site-content #primary.full-width #main article.type-post {
  max-width: 100%
}

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

/*custom admin text styles*/

mark.underlined {
  border-bottom: 2px solid Red;
  background-color: transparent;
}

.textbox, .textbox-right, .textbox-left {
  background-color: WhiteSmoke;
  padding: 1em;
  box-shadow: 0.5ex 0.5ex 0 rgba(0, 0, 0, .15);
  border: 1px solid #DDD;
  margin-bottom: 1ex;
  font-family: 'Roboto', sans-serif;
}

.textbox p:last-child, .textbox-right p:last-child, .textbox-left p:last-child {
  margin-bottom: 0 !important;
}

.textbox {
  margin: 1em 0;
}

.textbox-right {
  float: right;
  width: 40%;
  margin-left: 1.5em;
}

.textbox-left {
  float: left;
  width: 33%;
  margin-right: 1.5em;
}

body.x-reguli-care-este-calendarul-deciziilor-si-actiunilor-electorale #primary {
  padding: 0;
  margin: 0;
}

body.x-reguli-care-este-calendarul-deciziilor-si-actiunilor-electorale main#main.col-md-8 {
  padding: 15px;
}

@media screend and (min-width: 990px) {
  body.x-reguli-care-este-calendarul-deciziilor-si-actiunilor-electorale main#main.col-md-8 {
    width: 75%;
  }
  body.x-reguli-care-este-calendarul-deciziilor-si-actiunilor-electorale #sidebar.col-md-4 {
    width: 25%;
  }
}

body.x-reguli-care-este-calendarul-deciziilor-si-actiunilor-electorale main#main table.table-sm th, body.x-reguli-care-este-calendarul-deciziilor-si-actiunilor-electorale main#main table.table-sm td {
  font-size: 15px;
  line-height: 1.2 !important;
}

body.home .newsBox .entry-meta {
  display: none;
}

#site-navigation #primary-menu a[href*="/doneaza"] {
  margin-top: -3px;
  border: 1px solid rgba(255, 255, 255, .75) !important;
  border-radius: 2px;
  padding: 6px 4px 3px 6px;
  line-height: 1;
  background-color: Orange;
  color: DarkBlue !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
  font-size: 1.25em !important;
}

.donation-box {
  display: inline-block;
  border: 1px solid LightBlue;
  color: DarkRed !important;
  border-radius: 4px;
  padding: 1.5ex;
  font-size: 16px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
  background-color: lightYellow;
}

.donation-box h4 {
  margin: 0;
  color: DarkRed;
  border-bottom: 1px dashed Red;
  padding-bottom: .4ex;
  margin-bottom: .4ex;
}

.sideReguli li a.donation-box {
  padding: 1.5ex;
}

#primary #main .entry-content a {
  color: RoyalBlue;
}

#site-navigation li li a {
  width: auto;
  white-space: nowrap;
}

#site-navigation ul.sub-menu {
  background-color: #77AADD;
  border-bottom-left-radius: .5ex;
  border-bottom-right-radius: .5ex;
  box-shadow: 3px 1px 1px rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  border-right: 1px solid rgba(255, 255, 255, .3);
}

/* VANILLA GALLERIES */

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 3em -0.8em;
  width: calc(100% + 1.6em);
}

.gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
}

.gallery-caption {
  display: block;
  margin-top: 0.8em;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

body.home #main.site-main {padding: 0;}

#footer_x1 {margin-top: 1em; padding: 1ex 0;}
#footer_x1  figure { display: inline-block; vertical-align: middle; margin: 0  1ex 1ex 0}
#faq-wrapper section.heading-2 h2,
#faq-wrapper .xreguli h1 {border-left: 1ex solid #CCF;  padding: 0 .5ex; line-height: 1; background-color: lightyellow; }
.faq-section {margin-bottom: 1em; }
#faq-wrapper section h3 {border-bottom: 2px solid #CCF; padding-bottom: .1ex ; }
#faq-wrapper .xreguli {
  /* border-left: 1px dashed #DDE;  */
  margin-left: .5ex; padding-left: .5ex; 
}
#faq-wrapper h2 {font-size: 2.25em;}
#faq-wrapper h3 {font-size: 2em;}
#faq-wrapper h4 {font-size: 1.5em;}
#faq-wrapper h5 {font-size: 1.25em;}
#faq-wrapper h6 {font-size: 1em;}
.xreguli a {font-size: 16px;}
.xreguli.level-0,
.xreguli.level-1,
#faq-wrapper section.heading-2,
.faq-section.heading-3,
.faq-section.heading-4,
body.post-type-archive-reguli section.section_faq { break-inside: avoid-column; padding-top: 1ex; }
body.post-type-archive-reguli section.section_faq h2 {border-bottom: 2px solid #CCD;}
/* #faq-wrapper section.heading-2 { padding:  0 1em 1em 1em; margin: 1ex 0; background-color: rgba(0,0,0,.0075);  } */
.faq-section.heading-2 {border-bottom: 1px solid #CCF; padding-bottom: 1ex; margin-bottom: 1ex;}
#faq-wrapper ul.lista-reguli {list-style: none; padding: 0;}
.intro-sesizare:not(:empty) {
  /* text-align: center;  */
   bottom: -2em; font-size: 1.2em; border-bottom:1px dotted #DDF; padding: 1.75em; margin-bottom: -2.5em; background-color: #ccccff4d; margin: 1px;}
body.x-page-harta main#main.site-main.container-fluid {padding: 0 ; }

#faq-wrapper section .chapter-title{display: inline-block;}
#faq-wrapper section .chapter-title + small { display: inline-block; top: -1ex; left: 1ex; position: relative;}

body.x-page-text-homepage #primary{
  min-height: 75vh;
}
/* 
.text-right {text-align: right;} */

footer ul#menu-footer-nav {list-style: none;}
footer ul#menu-footer-nav li {display: inline-block; padding: 0 1ex;}
#faq-wrapper a.back-up {visibility: hidden;}
/* @media screen and (min-width: 600px) {
  #xtoc {position: sticky; top: 6.5em;  padding: 1em 1.25em; }
} */

@media screen and (min-width: 600px) and (max-width: 1200px) {
  /* #xtoc{column-count: 3; column-gap: 1em;  border-bottom: 1px; margin-top: 2em; position: relative; top: 0; } */
  #faq-wrapper a.back-up {visibility: visible;  display: block; width: 1.5em; height: 1.5em; border-radius: 1em; margin: 1.75em auto 1em auto ; text-align: center; font-size: 1.5em; border:1px solid #CCF; line-height: 1.4; opacity: .66; }
  #faq-wrapper a.back-up:hover {opacity: 1; text-decoration: none;}
  
}
@media screen and (max-width: 600px)  {
  #xtoc{column-count: 1;   margin-top: 2em; position: relative;}
}
@media screen and (min-width: 1200px){
#faq-wrapper {padding-left: 2em; border-left: 1px dashed #EEE;}
}
#xtoc > section {break-inside: avoid-column;}
#faq-wrapper {background-color: white; min-width: 45em;}
#xtoc h2{margin:0; font-size: 1.5em;}
#xtoc h3{margin:1px 0; font-size: 1.25em;}
#xtoc h4{margin: 3px 0; font-size: 1em;}
#xtoc h3:before{content:'_'; margin-left: -1ex; margin-right: 0; color: #EEE;}
#xtoc h4:before{content:'_'; margin-left: -1ex; margin-right: .5ex; color: #EEE;}
#xtoc h5:before{content:'_'; margin-left: -1ex; margin-right: 1ex; color: #EEE;}

#faq-wrapper .faq-section div.lvl-1, #faq-wrapper .faq-section div.lvl-1.chapter-title a, 
#faq-wrapper .faq-section h1, #faq-wrapper .faq-section h1.chapter-title a {font-size: 1.75em;}
#faq-wrapper .faq-section div.lvl-1, #faq-wrapper .faq-section div.lvl-2.chapter-title a, 
#faq-wrapper .faq-section h2, #faq-wrapper .faq-section h2.chapter-title a {font-size: 1.5em;}
#faq-wrapper .faq-section div.lvl-1, #faq-wrapper .faq-section div.lvl-3.chapter-title a, 
#faq-wrapper .faq-section h3, #faq-wrapper .faq-section h3.chapter-title a {font-size: 1.25em;}
#faq-wrapper .faq-section div.lvl-1, #faq-wrapper .faq-section div.lvl-4.chapter-title a, 
#faq-wrapper .faq-section h4, #faq-wrapper .faq-section h4.chapter-title a {font-size: 1em;}

#faq-wrapper .faq-section div.lvl-2.chapter-title a, #faq-wrapper .faq-section div.lvl-2, #faq-wrapper div.lvl-2, #xtoc div.lvl-2 a,
#faq-wrapper .faq-section h2.chapter-title a, #faq-wrapper .faq-section h2, #faq-wrapper h2, #xtoc h2 a  {color: #023;}
#faq-wrapper .faq-section div.lvl-3.chapter-title a, #faq-wrapper .faq-section div.lvl-3, #faq-wrapper div.lvl-3, #xtoc div.lvl-3 a,
#faq-wrapper .faq-section h3.chapter-title a, #faq-wrapper .faq-section h3, #faq-wrapper h3, #xtoc h3 a  {color: #346;}
#faq-wrapper .faq-section div.lvl-4.chapter-title a, #faq-wrapper .faq-section div.lvl-4, #faq-wrapper div.lvl-4, #xtoc div.lvl-4 a,
#faq-wrapper .faq-section h4.chapter-title a, #faq-wrapper .faq-section h4, #faq-wrapper h4, #xtoc h4 a  {color: #679;}
#faq-wrapper .faq-section div.lvl-5.chapter-title a, #faq-wrapper .faq-section div.lvl-5, #faq-wrapper div.lvl-5, #xtoc div.lvl-5 a,
#faq-wrapper .faq-section h5.chapter-title a, #faq-wrapper .faq-section h5, #faq-wrapper h5, #xtoc h5 a  {color: #9AB;}
/* .chapter-title a.permalink {font-size: 16px; color: #99B; font-weight: normal; position: absolute; margin-left: .5ex; margin-top: .5ex;  opacity: .6; } */
#faq-wrapper .faq-section h2.chapter-title, #faq-wrapper .faq-section h2.chapter-title a.permalink {margin-left: 0 !important; padding-left: 0;}
.chapter-title a.permalink:hover {opacity: 1;}
.faq-posts {max-width: 50em; padding-right: 1.5em; }
.faq-posts a {font-size: 16px;;}
/* #xtoc h5{margin: 3px 0; font-size: 1em;} */
/* #xtoc {line-height: 1;} */
#xtoc section.heading-2 {margin-bottom: 2em;}
#sidebar #xtoc section.heading-2 {margin-bottom: 0;}
#xtoc section section  {
  /* border-left: 1px dashed #DDD; */
    padding-left: 1ex;}

#xtoc h3 a { display: inline-block;}
#xtoc .chapter-title a {padding: .25ex .5ex;}
.ff-wrapper > div {display: inline-block; vertical-align: top; }
.ff-wrapper #faq-wrapper{max-width: 69em ; }
#xtoc {max-width: 16em;}
.ff-wrapper {background-color: rgba(255,255,255,.75);  }
.term-description:not(:empty) {background-color: rgba(255, 255, 0, 0.219); padding: .8ex 1.2ex; display: inline-block; margin-bottom: 1ex;}
.term-description p:last-child {margin-bottom: 0;}
.postcount { display: inline-block; border-radius:3px; padding: .2ex .3ex;  font-size: 13px; font-weight: normal; color: #99B; font-size: 11px; position: absolute; margin-top: 2px; margin-left: -.5ex;}

#xtoc .faq-toc {border-bottom-left-radius: 4px; }
#xtoc .faq-toc.heading-3 {padding-bottom: .25ex;}

#main .breadcrumb {background-color: azure; }
.breadcrumb strong {display: none; visibility: hidden;}

.breadcrumb a:not(:last-of-type):after {content: '  \276D'; padding: 0 .3ex; color: #669;  }
h1.page-term-title {font-size: 28px; margin-top: 1.25em; }

.faq-posts a.excerpt {color: #444; font-size: 1em; line-height: 1.3;}
.faq-posts a.excerpt:hover {color: #000; opacity: 1;}
.faq-posts a.excerpt:hover {text-decoration: none;}
#faq-wrapper .faq-posts .xpost-title h6{color: #003; font-size: 1.15em; background-color: #ffff0011; display: inline; border-radius: 4px;}
#faq-wrapper .faq-posts li {margin: 3ex 0;}
nav#site-navigation li b {font-weight: 700; color: #ffffcc;}
#site-navigation > div {display: inline-block; }
#site-navigation div.asl_w_container {max-width: 10em;}
#site-navigation .asl_w_container {margin-left: 2ex; top: -.5ex; position: relative; }
.faq-section {border-bottom: 1px dashed #DDD;} 


/* js TOC */
#toc:empty, .auto-generated-toc:empty {display: none;}
#toc div:first-child:before {content: 'Secțiuni'; display: block; border-bottom: 1px dashed #BBC; margin-bottom: 1.25ex; margin-top: -1.25ex; color: #669;}
#xtoc section:first-child:before {content: 'Categorii reguli'; display: block; border-bottom: 1px dashed #BBC; margin-bottom: 1.25ex; padding: 1ex 1.5ex; color: #669; background-color: rgba(0,0,0,.05); }
#xtoc {padding-bottom: 1ex;}
.hx-0{margin-top:1.25ex;border-bottom:1pxdotted#999;font-size:1.2em;}
.hx-1{padding-left:.25ex;margin-left:.25ex;margin-top:1ex;font-size:1.1em;border-bottom:1pxdotted#DDD;}
.hx-2{padding-left:.75ex;margin-left:.5ex;margin-top:.5ex;border-left:1pxsolid#EEE;}
.hx-3{padding-left:1ex;margin-left:1ex;margin-top:.25ex;border-left:1pxsolid#EEE;}
.hx-4{padding-left:1.15ex;margin-left:1.15ex;margin-top:.25ex;border-left:1pxsolid#EEE;}
.hx-5{padding-left:1.25ex;margin-left:1.25ex;margin-top:.25ex;border-left:1pxsolid#EEE;}
.hx-0+.hx-0{margin-top:.25ex;}
.hx-2+.hx-2{margin-top:.5ex;}
.hx-1+.hx-1{margin-top:1ex;}

#sidebar .hx-3, #sidebar .hx-2{margin-top:0;}
#sidebar #xtoc .faq-toc.heading-3 {padding-bottom: 0;}

.hx-0:before {content: '\2022\00A0 '; color: #DCC;}
.hx-1:before {content: '\00A0\203A\00A0\00A0 '; color: #DCC;}
.hx-2:before {content: '\00A0\00A0 – '; color: #DCC;}
.hx-3:before {content: '-- '; color: #DCC;}
.hx-4:before {content: '--- '; color: #DCC;}
.hx-5:before {content: '--- '; color: #DCC;}

#toc {border:1px dashed #DDD;  padding: .6em 1em;}
body.single #sidebar #toc {margin: 1em  0; background-color: rgba(255,255,255,.75);  }
@media screen and (min-width: 900px) {
  /* body.single #sidebar {position: sticky; top: 100px;} */
}

#toc .toc-title, #xtoc .toc-title, .toc-element-auto-generated .toc-title{border-bottom: 1px dashed #DDD; padding-bottom: 1ex;}
#toc.no-headers-found {display: none;}
.toc-element-auto-generated {  background-color: rgba(255,255,255,.75); padding: .5em 1em; }
.auto-generated-toc  .toc-li {line-height: 1.2;} 
 
#sidebar #xtoc .heading-2 .chapter-title.lvl-2.hx-2:before {content: '' !important;}

#sidebar #xtoc {background-color: rgba(255,255,255,.4);  max-width: 100%; border:1px dotted #CCD; margin-bottom: 1ex; }

blockquote small {font-size: 1em !important; color : #000; }

body.x-reguli-harta-sectii-strainatate-europarlamentare main#main { padding: .5ex;} body.x-reguli-harta-sectii-strainatate-europarlamentare main#main iframe { width: 100%;  }