.sideMenu li a {
  width: 100%;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding: 3px 0;
  border-bottom: 2px solid #fcd960;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
.sideMenu li a:hover {
  color: #666;
}
.sideMenu li ul {
  margin-left: 0;
  padding-left: 0 !important;
}
.sideMenu li ul li {
  margin-left: 0;
  padding: 3px 0 !important;
}
.sideMenu li ul li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: black;
  padding: 0;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.sideMenu li ul li a:hover {
  color: #fcd960;
}

.page-numbers.current {
  display: block;
  float: left;
  color: #404040;
  text-decoration: none;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #d9d9d8;
  margin: 0 0 20px 20px;
  text-align: center;
  font-weight: 400;
  padding: 5px 10px;
  color: #fff;
  border-color: #676767;
  background-color: #676767;
}

.pagination h2 {
  display: none;
}

.headertop {
  position: absolute;
  right: 50px;
  top: 20px;
}
@media (max-width: 1023px) {
  .headertop {
    position: relative;
    width: 100%;
    right: auto;
    top: -33px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    z-index: 100000;
    font-size: 12px;
  }
}
.headertop .social-icons {
  position: relative;
  right: auto;
  top: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 1023px) {
  .headertop .social-icons {
    position: absolute;
    top: -30px;
    right: 10px;
  }
}

@media (max-width: 1023px) {
  .header {
    margin-top: 33px;
  }
}
.av {
  display: inline-block;
  vertical-align: middle;
}
.av a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.av a span {
  display: none;
}
.av img {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: auto;
}
@media (max-width: 1023px) {
  .av img {
    height: 16px;
  }
}

.topbar {
  position: relative;
  z-index: 999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .topbar {
    margin-right: 0;
  }
}
.topbar a {
  color: white;
}
.topbar a:hover {
  color: white !important;
  text-decoration: none;
}
.topbar .wwrap {
  text-align: right;
}
.topbar .wwrap a:hover {
  color: black;
}
.topbar .wwrap .pomanjsajPisavo {
  display: none;
}

.changePisava {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.themeChanger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .themeChanger {
    margin-right: 10px;
  }
}
.themeChanger ul {
  display: none;
  position: absolute;
  top: 100%;
  right: -20px;
  background: #f7f7f7;
  color: black;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.themeChanger ul li {
  list-style-type: none;
  cursor: pointer;
}
.themeChanger ul li:hover {
  text-decoration: underline;
}
.themeChanger:hover ul {
  display: block;
}

html body.theme-black-white {
  background-color: black !important;
}
html body.theme-black-white *:not(a) {
  background-color: black !important;
  background-image: none !important;
  color: white !important;
  border: none !important;
  -webkit-text-fill-color: white !important;
  text-fill-color: white !important;
  text-shadow: none !important;
}
html body.theme-black-white img {
  display: none !important;
}
html body.theme-black-white a {
  color: white !important;
  text-decoration: none !important;
}
html body.theme-black-white a:hover {
  color: white !important;
  text-decoration: none !important;
}
html body.theme-black-white .sideMenu li a {
  border-color: white;
}
html body.theme-black-white .menu-trigger.open span::before, html body.theme-black-white .menu-trigger.open span::after {
  background-color: white !important;
}
html body.theme-black-white .mejs-controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7) !important;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35)) !important;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)) !important;
}
html body.theme-black-white .mejs-button > button {
  background-image: url(/wp-includes/js/mediaelement/mejs-controls.svg) !important;
}
html body.theme-black-white .mejs-time {
  color: #fff !important;
}
html body.theme-black-white .mejs-play > button {
  background-position: 0 0 !important;
}
html body.theme-black-white .mejs-pause > button {
  background-position: -20px 0 !important;
}
html body.theme-black-white .mejs-replay > button {
  background-position: -160px 0 !important;
}
html body.theme-black-white .mejs-time-total {
  background: hsla(0, 0%, 100%, 0.3) !important;
}

html body.theme-blue-yellow {
  background-color: #00f !important;
}
html body.theme-blue-yellow *:not(a) {
  background-color: #00f !important;
  background-image: none !important;
  color: #ff0 !important;
  border: none !important;
  -webkit-text-fill-color: #ff0 !important;
  text-fill-color: #ff0 !important;
  text-shadow: none !important;
}
html body.theme-blue-yellow .mejs-container, html body.theme-blue-yellow .mejs-container * {
  background-color: black !important;
}
html body.theme-blue-yellow img {
  display: none !important;
}
html body.theme-blue-yellow a {
  color: #ff0 !important;
  text-decoration: none !important;
}
html body.theme-blue-yellow a:hover {
  color: #ff0 !important;
  text-decoration: none !important;
}
html body.theme-blue-yellow .sideMenu li a {
  border-color: #ff0;
}
html body.theme-blue-yellow .menu-trigger.open span::before, html body.theme-blue-yellow .menu-trigger.open span::after {
  background-color: #ff0 !important;
}
html body.theme-blue-yellow .mejs-controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7) !important;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35)) !important;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)) !important;
}
html body.theme-blue-yellow .mejs-button > button {
  background-image: url(/wp-includes/js/mediaelement/mejs-controls.svg) !important;
}
html body.theme-blue-yellow .mejs-time {
  color: #fff !important;
}
html body.theme-blue-yellow .mejs-play > button {
  background-position: 0 0 !important;
}
html body.theme-blue-yellow .mejs-pause > button {
  background-position: -20px 0 !important;
}
html body.theme-blue-yellow .mejs-replay > button {
  background-position: -160px 0 !important;
}
html body.theme-blue-yellow .mejs-time-total {
  background: hsla(0, 0%, 100%, 0.3) !important;
}

html body.theme-black-bez {
  background-color: #f5f5dc !important;
}
html body.theme-black-bez *:not(a) {
  background-color: #f5f5dc !important;
  background-image: none !important;
  color: black !important;
  border: none !important;
  -webkit-text-fill-color: black !important;
  text-fill-color: black !important;
  text-shadow: none !important;
}
html body.theme-black-bez .mejs-container, html body.theme-black-bez .mejs-container * {
  background-color: black !important;
}
html body.theme-black-bez img {
  display: none !important;
}
html body.theme-black-bez a {
  color: black !important;
  text-decoration: none !important;
}
html body.theme-black-bez a:hover {
  color: black !important;
  text-decoration: none !important;
}
html body.theme-black-bez .sideMenu li a {
  border-color: black;
}
html body.theme-black-bez .menu-trigger.open span::before, html body.theme-black-bez .menu-trigger.open span::after {
  background-color: black !important;
}
html body.theme-black-bez .menu-trigger span::before, html body.theme-black-bez .menu-trigger span::after {
  background-color: black !important;
}
html body.theme-black-bez .mejs-controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7) !important;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35)) !important;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)) !important;
}
html body.theme-black-bez .mejs-button > button {
  background-image: url(/wp-includes/js/mediaelement/mejs-controls.svg) !important;
}
html body.theme-black-bez .mejs-time {
  color: #fff !important;
}
html body.theme-black-bez .mejs-play > button {
  background-position: 0 0 !important;
}
html body.theme-black-bez .mejs-pause > button {
  background-position: -20px 0 !important;
}
html body.theme-black-bez .mejs-replay > button {
  background-position: -160px 0 !important;
}
html body.theme-black-bez .mejs-time-total {
  background: hsla(0, 0%, 100%, 0.3) !important;
}

html body.theme-black-green {
  background-color: black !important;
}
html body.theme-black-green *:not(a) {
  background-color: black !important;
  background-image: none !important;
  color: #008000 !important;
  border: none !important;
  -webkit-text-fill-color: #008000 !important;
  text-fill-color: #008000 !important;
  text-shadow: none !important;
}
html body.theme-black-green .mejs-container, html body.theme-black-green .mejs-container * {
  background-color: black !important;
}
html body.theme-black-green img {
  display: none !important;
}
html body.theme-black-green a {
  color: #008000 !important;
  text-decoration: none !important;
}
html body.theme-black-green a:hover {
  color: #008000 !important;
  text-decoration: none !important;
}
html body.theme-black-green .sideMenu li a {
  border-color: #008000;
}
html body.theme-black-green .menu-trigger.open span::before, html body.theme-black-green .menu-trigger.open span::after {
  background-color: #008000 !important;
}
html body.theme-black-green .menu-trigger span::before, html body.theme-black-green .menu-trigger span::after {
  background-color: #008000 !important;
}
html body.theme-black-green .mejs-controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7) !important;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35)) !important;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)) !important;
}
html body.theme-black-green .mejs-button > button {
  background-image: url(/wp-includes/js/mediaelement/mejs-controls.svg) !important;
}
html body.theme-black-green .mejs-time {
  color: #fff !important;
}
html body.theme-black-green .mejs-play > button {
  background-position: 0 0 !important;
}
html body.theme-black-green .mejs-pause > button {
  background-position: -20px 0 !important;
}
html body.theme-black-green .mejs-replay > button {
  background-position: -160px 0 !important;
}
html body.theme-black-green .mejs-time-total {
  background: hsla(0, 0%, 100%, 0.3) !important;
}

html body.theme-black-green .header-intro-image, html body.theme-black-bez .header-intro-image, html body.theme-blue-yellow .header-intro-image, html body.theme-black-white .header-intro-image {
  min-height: 450px;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  html body.theme-black-green .header-intro-image, html body.theme-black-bez .header-intro-image, html body.theme-blue-yellow .header-intro-image, html body.theme-black-white .header-intro-image {
    min-height: 250px;
  }
}
html body.theme-black-green .header-intro-image:after, html body.theme-black-bez .header-intro-image:after, html body.theme-blue-yellow .header-intro-image:after, html body.theme-black-white .header-intro-image:after {
  display: none;
}
html body.theme-black-green .logo, html body.theme-black-bez .logo, html body.theme-blue-yellow .logo, html body.theme-black-white .logo {
  background-image: none;
}
html body.theme-black-green .logo:after, html body.theme-black-bez .logo:after, html body.theme-blue-yellow .logo:after, html body.theme-black-white .logo:after {
  content: "SOPA";
  display: block;
  font-size: 30px;
  color: white;
  position: absolute;
  top: 40%;
}
html body.theme-black-green .wpml-ls-legacy-dropdown-click a, html body.theme-black-bez .wpml-ls-legacy-dropdown-click a, html body.theme-blue-yellow .wpml-ls-legacy-dropdown-click a, html body.theme-black-white .wpml-ls-legacy-dropdown-click a {
  background-color: transparent !important;
  border: none !important;
}
html body.theme-black-green .av a span, html body.theme-black-bez .av a span, html body.theme-blue-yellow .av a span, html body.theme-black-white .av a span {
  display: inline-block !important;
  vertical-align: middle !important;
}

body .wq-question {
  padding: 60px;
}
body .wq_singleQuestionCtr h4 {
  font-family: "Roboto Slab", serif;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  color: #000;
  font-size: 3.2rem;
  text-align: center;
}
body .wq-quiz.wq-skin-flat .wq_singleAnswerCtr {
  max-width: 250px;
  width: 100%;
  margin: 10px auto;
  border-color: black;
  border-radius: 10px;
}
body .wq_retakeQuizBtn, body .wq-force-login button, body .wq_singleQuestionWrapper .wq_continue button, body .wq_quizEmailCtr form button {
  background-color: rgb(249, 173, 0);
}
body .wq_singleAnswerCtr .wq_answerTxtCtr:before, body .wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
  display: none;
}
body .wq_singleAnswerCtr .wq_answerTxtCtr {
  padding-left: 0;
  width: 100%;
  text-align: center;
}
body .wq-results {
  padding: 25px 50px;
  text-align: center;
}
body .wq-results .wq_quizTitle {
  font-family: "Roboto Slab", serif;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  color: #000;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 20px;
}
body .wq-result-score.wq_resultScoreCtr {
  font-family: "Roboto Slab", serif;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  color: #000;
  font-size: 3.2rem;
  text-align: center;
  margin: 50px 0px;
}
body .wq-result-title.wq_resultTitle {
  display: none;
}
body .wq_resultDesc {
  line-height: 150%;
}

#wp-quiz-953 .wq-result.wq_singleResultWrapper {
  display: none !important;
}

#wp-quiz-2910 .wq-result.wq_singleResultWrapper {
  display: none !important;
}

.wq_questionTextCtr span.small {
  font-weight: normal;
  font-size: 15px;
  display: block;
  margin-top: 10px;
}

.wpml-ls-statics-shortcode_actions {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: -9px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .wpml-ls-statics-shortcode_actions {
    max-width: 120px;
    margin-left: 10px;
  }
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  color: white;
  background: none;
  border: none;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
  color: white;
  background: none;
  border: none;
}

@media (max-width: 1023px) {
  .before-header .before-header-inner {
    float: left;
    max-width: 60%;
  }
}

@media (max-width: 1023px) {
  body .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    display: none;
  }
}

#cookie-notice .cn-text-container {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 355px);
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  #cookie-notice .cn-text-container {
    display: block;
    width: 100%;
  }
}
#cookie-notice .cn-text-container a {
  color: #333;
}

.cookie-notice-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cookie-notice .cn-buttons-container {
  display: inline-block;
  vertical-align: middle;
  width: 350px;
}

#cookie-notice .cn-buttons-container:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#cookie-notice .cn-buttons-container .button {
  background: #f9ad00;
  color: black;
  border: none;
  font-weight: bold;
  text-shadow: none;
  padding: 10px 40px;
  font-size: 16px;
  box-shadow: none;
}

#cookie-notice .cn-buttons-container .button#cn-accept-cookie {
  float: right;
}

#cookie-notice .cn-buttons-container .button#cn-accept-cookie:hover {
  color: black;
}

#cookie-notice .cn-buttons-container .button#cn-refuse-cookie {
  float: right;
  color: #333;
  background: none;
  padding: 12px 20px;
}

#cookie-notice .cn-buttons-container .button#cn-refuse-cookie:hover {
  color: #f9ad00;
}

.featherlight-content {
  max-width: 100%;
}
.featherlight-content iframe {
  max-width: 100%;
}
@media (max-width: 736px) {
  .featherlight-content iframe {
    height: 250px !important;
  }
}

.videoVsebine {
  text-align: center;
  width: 95%;
  max-width: 1280px;
  margin: 60px auto;
}
.videoVsebine .video {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .videoVsebine .video {
    width: 48%;
  }
}
@media (max-width: 500px) {
  .videoVsebine .video {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.videoVsebine .video a {
  text-decoration: none;
}
.videoVsebine .video img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.videoVsebine .video .title {
  color: #404040;
  font-weight: bold;
  display: block;
}
.videoVsebine .video:hover .title {
  text-decoration: underline;
}

.wideContent {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
.wideContent h1 {
  text-align: left;
}
.wideContent h2 {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  padding: 35px 0 5px 0;
  margin-bottom: 5px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.wideContent p {
  margin-bottom: 1em;
}

@media (max-width: 1023px) {
  body .header {
    position: relative;
  }
  body .header.white {
    position: fixed;
  }
}
.slider h2 {
  font-size: 4.5rem;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
  color: white;
  font-weight: bold;
  line-height: 1.3;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

@media (max-width: 736px) {
  body .header-intro-image {
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  body .header-intro-image .slide-content {
    z-index: 2;
  }
  body .header-intro-image .slide-content h2 {
    font-size: 2em;
  }
  body .header-intro-image img {
    position: absolute;
    max-width: 1000px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
  }
  body .menu-wrapper {
    z-index: 1000000000;
  }
  body .menu-trigger.open {
    z-index: 10000000000;
  }
}
body div.wpcf7-mail-sent-ok {
  font-size: 1.2em;
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 1023px) {
  .advices .list li {
    width: 33%;
  }
  .advices .list li:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 736px) {
  .advices .list li {
    width: 100%;
  }
  .advices .list li:nth-child(2n+1) {
    clear: both;
  }
}

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