/*
 * Custom Prvagim Style
 *
 */
#site-navigation .inside-navigation {
  border-top: 1px solid #C6D1DA;
}

#banner-bottom {
  width: 100%;
  height: 100%;
}

#banner-bottom img {
  margin: 0 auto;
  display: block;
}

.site-description {
  font-size: 19px;
  font-style: italic;
  color: #6F7F8C;
}

.site-branding-container .site-logo {
  margin-right: 3em;
}

#footer-widgets {
  border-top: 1px solid #D9D8DA;
}

#site-navigation {
  border-bottom: 1px solid #D9D8DA;
}

.secondary-navigation .main-nav ul li.btn-kajuh-press:hover > a {
  background-color: #000;
}

.secondary-navigation .main-nav ul li.btn-naravoslovci:hover > a {
  background-color: #14581F;
}

.secondary-navigation .main-nav ul li.btn-jeziki:hover > a {
  background-color: #EC6800;
}

.page-id-6404 .secondary-navigation .main-nav ul li.btn-kajuh-press > a,
.parent-pageid-6404 .secondary-navigation .main-nav ul li.btn-kajuh-press > a,
.category-kajuh-press .secondary-navigation .main-nav ul li.btn-kajuh-press > a,
.single-cat-kajuh-press .secondary-navigation .main-nav ul li.btn-kajuh-press > a {
  background-color: #000;
  color: #fff;
}

.page-id-6404 .secondary-navigation .main-nav ul li.btn-kajuh-press:hover > a,
.parent-pageid-6404 .secondary-navigation .main-nav ul li.btn-kajuh-press:hover > a,
.category-kajuh-press .secondary-navigation .main-nav ul li.btn-kajuh-press:hover > a,
.single-cat-kajuh-press .secondary-navigation .main-nav ul li.btn-kajuh-press:hover > a {
  background-color: #000;
  color: #fff;
}

.page-id-6407 .secondary-navigation .main-nav ul li.btn-naravoslovci > a,
.parent-pageid-6407 .secondary-navigation .main-nav ul li.btn-naravoslovci > a,
.category-naravoslovci .secondary-navigation .main-nav ul li.btn-naravoslovci > a,
.single-cat-naravoslovci .secondary-navigation .main-nav ul li.btn-naravoslovci > a {
  background-color: #14581F;
  color: #fff;
}

.page-id-6407 .secondary-navigation .main-nav ul li.btn-naravoslovci:hover > a,
.parent-pageid-6407 .secondary-navigation .main-nav ul li.btn-naravoslovci:hover > a,
.category-naravoslovci .secondary-navigation .main-nav ul li.btn-naravoslovci:hover > a,
.single-cat-naravoslovci .secondary-navigation .main-nav ul li.btn-naravoslovci:hover > a {
  background-color: #14581F;
  color: #fff;
}

.page-id-6402 .secondary-navigation .main-nav ul li.btn-jeziki > a,
.parent-pageid-6402 .secondary-navigation .main-nav ul li.btn-jeziki > a,
.category-jeziki .secondary-navigation .main-nav ul li.btn-jeziki > a,
.single-cat-jeziki .secondary-navigation .main-nav ul li.btn-jeziki > a {
  background-color: #EC6800;
  color: #fff;
}

.page-id-6402 .secondary-navigation .main-nav ul li.btn-jeziki:hover > a,
.parent-pageid-6402 .secondary-navigation .main-nav ul li.btn-jeziki:hover > a,
.category-jeziki .secondary-navigation .main-nav ul li.btn-jeziki:hover > a,
.single-cat-jeziki .secondary-navigation .main-nav ul li.btn-jeziki:hover > a {
  background-color: #EC6800;
  color: #fff;
}

#drustvo-header {
  position: relative;
  height: 44px;
  min-width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 200;
  font-style: italic;
  line-height: 44px;
  background-position: right;
  background-repeat: no-repeat;
}

#drustvo-header.kajuh-press {
  background-color: #000;
  background-image: url("/wp-content/themes/generatepress_child/resources/backgrounds/header-kajuh-press-bg.jpg");
}

#drustvo-header.naravoslovci {
  background-color: #14581F;
  background-image: url("/wp-content/themes/generatepress_child/resources/backgrounds/header-naravoslovci-bg.jpg");
}

#drustvo-header.jeziki {
  background-color: #EC6800;
  background-image: url("/wp-content/themes/generatepress_child/resources/backgrounds/header-jeziki-bg.jpg");
}

/* Slideshow */
#slideshow,
#slideshow li {
  position: relative;
  border: 0 !important;
}

#slideshow {
  margin-bottom: 3px;
  background-color: #161515;
}

#slideshow .bubble {
  position: absolute;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 350px;
  min-height: 100px;
  bottom: 30px;
  right: 30px;
  padding: 30px;
  background-color: #fff;
  background: linear-gradient(315deg, transparent 50px, white 50px);
}

#slideshow .title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #161515;
  margin-bottom: 20px;
}

#slideshow .description {
  font-size: 1rem;
  line-height: 1.5;
  color: #161515;
  margin-bottom: 20px;
}

#slideshow .link {
  text-decoration: underline;
  color: #002147;
  font-size: 1.1rem;
  font-weight: 600;
}

#slideshow .link:hover {
  text-decoration: none;
}

#slideshow-navigation {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 30px;
  background-color: #fff;
  color: #161515;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 1.5;
}

#slideshow-navigation .flex-prev:before {
  font-family: "flexslider-icon";
  font-size: 23px;
  display: inline-block;
  content: '\f001';
  color: #161515;
  text-shadow: none;
  opacity: 1;
  padding: 10px 6px 10px 18px;
}

#slideshow-navigation .flex-next:before {
  font-family: "flexslider-icon";
  font-size: 23px;
  display: inline-block;
  content: '\f002';
  color: #161515;
  text-shadow: none;
  opacity: 1;
  padding: 10px 18px 10px 6px;
}

#slideshow:hover #slideshow-navigation {
  opacity: 0.7;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#slideshow #slideshow-navigation:hover {
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a.link {
  text-decoration: underline;
  color: #002147;
}

a.link:hover {
  text-decoration: none;
}

.gutter-0 [class*='grid-'] {
  padding-left: 0;
  padding-right: 0;
}

.gutter-3 .grid-10,
.gutter-3 .grid-25,
.gutter-3 .grid-33,
.gutter-3 .grid-50,
.gutter-3 .grid-66,
.gutter-3 .grid-75 {
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.gutter-3 article:first-child.grid-10, .gutter-3 article:first-child.grid-25, .gutter-3 article:first-child.grid-33, .gutter-3 article:first-child.grid-50, .gutter-3 article:first-child.grid-66, .gutter-3 article:first-child.grid-75 {
  padding-left: 0;
}

.gutter-3 article:last-child.grid-10, .gutter-3 article:last-child.grid-25, .gutter-3 article:last-child.grid-33, .gutter-3 article:last-child.grid-50, .gutter-3 article:last-child.grid-66, .gutter-3 article:last-child.grid-75 {
  padding-right: 0;
}

@media (max-width: 768px) {
  .gutter-3 article:nth-child(4n-7).grid-10, .gutter-3 article:nth-child(odd).grid-25,
  .gutter-3 article .grid-33,
  .gutter-3 article .grid-50,
  .gutter-3 article .grid-66,
  .gutter-3 article .grid-75 {
    padding-left: 0;
  }
  .gutter-3 article:nth-child(3n+3).grid-10, .gutter-3 article:nth-child(2n+2).grid-25,
  .gutter-3 article .grid-33,
  .gutter-3 article .grid-50,
  .gutter-3 article .grid-66,
  .gutter-3 article .grid-75 {
    padding-right: 0;
  }
}

.gutter-30 .grid-10,
.gutter-30 .grid-25,
.gutter-30 .grid-33,
.gutter-30 .grid-40,
.gutter-30 .grid-50,
.gutter-30 .grid-60,
.gutter-30 .grid-66,
.gutter-30 .grid-75 {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-30 .grid-10:first-child,
.gutter-30 .grid-25:first-child,
.gutter-30 .grid-33:first-child,
.gutter-30 .grid-40:first-child,
.gutter-30 .grid-50:first-child,
.gutter-30 .grid-60:first-child,
.gutter-30 .grid-66:first-child,
.gutter-30 .grid-75:first-child {
  padding-left: 0;
}

.gutter-30 .grid-10:last-child,
.gutter-30 .grid-25:last-child,
.gutter-30 .grid-33:last-child,
.gutter-30 .grid-40:last-child,
.gutter-30 .grid-50:last-child,
.gutter-30 .grid-60:last-child,
.gutter-30 .grid-66:last-child,
.gutter-30 .grid-75:last-child {
  padding-right: 0;
}

@media (max-width: 1024px) {
  .gutter-30.tablet-grid-2-columns .grid-10,
  .gutter-30.tablet-grid-2-columns .grid-25,
  .gutter-30.tablet-grid-2-columns .grid-33,
  .gutter-30.tablet-grid-2-columns .grid-40,
  .gutter-30.tablet-grid-2-columns .grid-50,
  .gutter-30.tablet-grid-2-columns .grid-60,
  .gutter-30.tablet-grid-2-columns .grid-66,
  .gutter-30.tablet-grid-2-columns .grid-75 {
    padding-left: 0;
  }
  .gutter-30.tablet-grid-2-columns .grid-10,
  .gutter-30.tablet-grid-2-columns .grid-25,
  .gutter-30.tablet-grid-2-columns .grid-33,
  .gutter-30.tablet-grid-2-columns .grid-40,
  .gutter-30.tablet-grid-2-columns .grid-50,
  .gutter-30.tablet-grid-2-columns .grid-60,
  .gutter-30.tablet-grid-2-columns .grid-66,
  .gutter-30.tablet-grid-2-columns .grid-75 {
    padding-right: 0;
  }
}

#dosezki {
  position: relative;
  display: block;
  min-width: 100%;
}

#dosezki > a {
  position: relative;
}

#dosezki article {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 3px;
}

#dosezki article:hover .entry-content {
  padding-top: 80px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

#dosezki .inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  height: 350px;
  background-color: #8D9DAA;
  background-image: url("/wp-content/themes/generatepress_child/resources/images/no-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#dosezki .entry-content {
  position: relative;
  padding-top: 60px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(141, 157, 170, 0)), color-stop(12%, rgba(141, 157, 170, 0.37)), color-stop(23%, rgba(141, 157, 170, 0.63)), color-stop(37%, rgba(141, 157, 170, 0.77)), color-stop(58%, #8d9daa), color-stop(65%, #8d9daa));
  background: linear-gradient(rgba(141, 157, 170, 0) 0%, rgba(141, 157, 170, 0.37) 12%, rgba(141, 157, 170, 0.63) 23%, rgba(141, 157, 170, 0.77) 37%, #8d9daa 58%, #8d9daa 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008d9daa', endColorstr='#8d9daa',GradientType=0 );
}

#dosezki .entry-title {
  padding: 0 20px 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
}

.page-id-6404 #slideshow {
  background-color: #000;
}

.page-id-6404 #dosezki .inner-wrapper {
  background-color: #000;
}

.page-id-6404 #dosezki .entry-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(12%, rgba(0, 0, 0, 0.37)), color-stop(23%, rgba(0, 0, 0, 0.63)), color-stop(37%, rgba(0, 0, 0, 0.77)), color-stop(58%, black), color-stop(65%, black));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 12%, rgba(0, 0, 0, 0.63) 23%, rgba(0, 0, 0, 0.77) 37%, black 58%, black 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );
}

.page-id-6407 #slideshow {
  background-color: #0B3312;
}

.page-id-6407 #dosezki .inner-wrapper {
  background-color: #0B3312;
}

.page-id-6407 #dosezki .entry-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 51, 18, 0)), color-stop(12%, rgba(11, 51, 18, 0.37)), color-stop(23%, rgba(11, 51, 18, 0.63)), color-stop(37%, rgba(11, 51, 18, 0.77)), color-stop(58%, #0b3312), color-stop(65%, #0b3312));
  background: linear-gradient(rgba(11, 51, 18, 0) 0%, rgba(11, 51, 18, 0.37) 12%, rgba(11, 51, 18, 0.63) 23%, rgba(11, 51, 18, 0.77) 37%, #0b3312 58%, #0b3312 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B3312', endColorstr='#0B3312',GradientType=0 );
}

.page-id-6402 #slideshow {
  background-color: #AF4F03;
}

.page-id-6402 #dosezki .inner-wrapper {
  background-color: #AF4F03;
}

.page-id-6402 #dosezki .entry-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 79, 3, 0)), color-stop(12%, rgba(175, 79, 3, 0.37)), color-stop(23%, rgba(175, 79, 3, 0.63)), color-stop(37%, rgba(175, 79, 3, 0.77)), color-stop(58%, #af4f03), color-stop(65%, #af4f03));
  background: linear-gradient(rgba(175, 79, 3, 0) 0%, rgba(175, 79, 3, 0.37) 12%, rgba(175, 79, 3, 0.63) 23%, rgba(175, 79, 3, 0.77) 37%, #af4f03 58%, #af4f03 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AF4F03', endColorstr='#AF4F03',GradientType=0 );
}

#masthead .inside-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#masthead .site-branding-container {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#masthead .header-cta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#masthead .header-cta ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  height: 100%;
}

#masthead .header-cta li {
  display: inline-block;
}

#masthead .header-cta li a {
  color: #002147;
}

#masthead .header-cta li a:hover {
  color: #3bb4e7;
}

#masthead .header-cta li:not(:last-child):after {
  content: "/";
  margin-left: 3px;
  color: #002147;
}

#masthead .header-cta .btn-cta {
  position: relative;
  margin-left: 26px;
  background-color: #3bb4e7;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.3;
  padding: 12px 40px 12px 12px;
}

#masthead .header-cta .btn-cta:hover {
  background-color: #002147;
}

#masthead .header-cta .btn-cta:after {
  content: "";
  background-image: url("/wp-content/themes/generatepress_child/resources/icons/arrow-right.svg");
  position: absolute;
  right: 12px;
  top: 20px;
  height: 20px;
  width: 11px;
}

.one-container .site-content {
  padding: 0px;
  display: -webkit-box;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home.one-container .site-content,
.page-id-6404.one-container .site-content,
.page-id-6407.one-container .site-content,
.page-id-6402.one-container .site-content {
  border: 1px solid #D9D8DA;
  border-bottom: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.one-container.right-sidebar .site-main,
.one-container.both-left .site-main {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .one-container .site-content {
    display: initial;
  }
}

.home.one-container.right-sidebar .site-main,
.home.one-container.both-right .site-main,
.page-id-6404.one-container.right-sidebar .site-main,
.page-id-6404.one-container.both-right .site-main,
.page-id-6407.one-container.right-sidebar .site-main,
.page-id-6407.one-container.both-right .site-main,
.page-id-6402.one-container.right-sidebar .site-main,
.page-id-6402.one-container.both-right .site-main {
  margin: 0;
}

#left-sidebar,
#right-sidebar {
  padding: 26px;
  -webkit-box-flex: 1;
          flex: 1;
}

#left-sidebar .sidebar-banner,
#right-sidebar .sidebar-banner {
  background-color: #fff;
}

#left-sidebar .sidebar-banner img,
#right-sidebar .sidebar-banner img {
  display: block;
}

#left-sidebar .sidebar-banner.border,
#right-sidebar .sidebar-banner.border {
  box-sizing: border-box;
  border: 1px solid #D9D8DA;
}

#left-sidebar .sidebar-banner.border a,
#right-sidebar .sidebar-banner.border a {
  margin-bottom: 0;
}

#left-sidebar .sidebar-banner.border img,
#right-sidebar .sidebar-banner.border img {
  display: block;
}

.home #left-sidebar,
.home #right-sidebar,
.page-id-6404 #left-sidebar,
.page-id-6404 #right-sidebar,
.page-id-6407 #left-sidebar,
.page-id-6407 #right-sidebar,
.page-id-6402 #left-sidebar,
.page-id-6402 #right-sidebar {
  background-color: #EEF2F5;
}

#left-sidebar {
  border-right: 1px solid #D9D8DA;
}

#right-sidebar {
  border-left: 1px solid #D9D8DA;
}

.sidebar .widget {
  background-color: transparent;
}

#left-sidebar .gsc,
#right-sidebar .gsc {
  background-color: #fff;
  padding: 15px;
}

#left-sidebar .gsc .title,
#right-sidebar .gsc .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #151515;
}

#left-sidebar .gsc .content,
#right-sidebar .gsc .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #151515;
}

.page-id-6400 h1.entry-title,
.page-id-6404 h1.entry-title,
.page-id-6407 h1.entry-title,
.page-id-6402 h1.entry-title {
  display: none;
}

.section-title {
  display: inline-block;
  margin-right: 15px;
}

.section-title-link {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
}

.section-title-link:hover {
  text-decoration: none;
}

.section-title-link:after {
  content: "...";
}

@media (max-width: 768px) {
  .section-title {
    display: block;
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .section-title-link {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.page-id-6400 #prihajajoci-dogodki {
  border-bottom: 1px solid #D9D8DA;
}

.page-id-6400 #prihajajoci-dogodki .inner-wrapper {
  margin: 30px;
}

.page-id-6400 #prihajajoci-dogodki #vsel {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}

.page-id-6400 #prihajajoci-dogodki .vsel-image-info,
.page-id-6400 #prihajajoci-dogodki .vsel-info {
  display: none;
}

.page-id-6400 #prihajajoci-dogodki .vsel-meta {
  position: relative;
  display: block;
  width: auto;
  padding: 18px;
}

.page-id-6400 #prihajajoci-dogodki .vsel-meta-date {
  font-style: italic;
  font-size: 15px;
  color: #151515;
}

.page-id-6400 #prihajajoci-dogodki .vsel-content {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 25%;
  height: 205px;
  background: linear-gradient(315deg, transparent 20px, #E3E9EE 20px);
  margin-bottom: 0;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.page-id-6400 #prihajajoci-dogodki .vsel-content:nth-child(4n+4) {
  margin-right: 0px;
  border-right: 0px solid #fff;
}

@media (max-width: 1024px) {
  .page-id-6400 #prihajajoci-dogodki .vsel-content {
    width: 33.3%;
  }
  .page-id-6400 #prihajajoci-dogodki .vsel-content:nth-child(4n+4) {
    border-right: 3px solid #fff;
  }
  .page-id-6400 #prihajajoci-dogodki .vsel-content:nth-child(3n+3) {
    margin-right: 0px;
    border-right: 0px solid #fff;
  }
}

@media (max-width: 768px) {
  .page-id-6400 #prihajajoci-dogodki .inner-wrapper {
    margin: 0 20px 20px 20px;
  }
  .page-id-6400 #prihajajoci-dogodki .vsel-meta {
    width: auto;
    padding: 10px 10px 15px 10px;
  }
  .page-id-6400 #prihajajoci-dogodki .vsel-content {
    width: 100%;
    height: auto;
  }
  .page-id-6400 #prihajajoci-dogodki .vsel-meta-date {
    font-size: 0px;
    line-height: 0;
    margin: 0;
    padding: 0;
    height: 0;
  }
  .page-id-6400 #prihajajoci-dogodki .vsel-meta-date span {
    font-size: 15px;
    margin-top: 6px;
    display: block;
  }
}

article .date,
article .author {
  font-style: italic;
  font-size: 14px;
}

article .fallback-image {
  height: 150px;
  width: 150px;
}

#prispevki .inner-wrapper {
  margin: 30px;
}

@media (max-width: 768px) {
  #prispevki .inner-wrapper {
    margin: 20px;
  }
}

#zadnji-prispevki article {
  border: 1px solid #D9D8DA;
}

#zadnji-prispevki article .entry-content {
  margin: 10px 10px 0 0;
}

#zadnji-prispevki article .entry-title {
  font-size: 19px;
  line-height: 1.3;
}

#zadnji-prispevki article .entry-meta {
  display: block;
  margin-bottom: 10px;
}

#zadnji-prispevki article figure {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

#zadnji-prispevki article figure img {
  display: block;
}

@media (max-width: 768px) {
  #zadnji-prispevki article {
    margin-bottom: 20px;
  }
  #zadnji-prispevki article .entry-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}

@media (max-width: 460px) {
  #zadnji-prispevki article .entry-meta .author {
    display: none;
  }
}

#right-sidebar .sidebar-btns ul,
#left-sidebar .sidebar-btns ul {
  list-style: none;
  margin: 0px;
}

#right-sidebar .sidebar-btns li,
#left-sidebar .sidebar-btns li {
  position: relative;
  padding-bottom: 0;
}

#right-sidebar .sidebar-btns li:not(:last-child),
#left-sidebar .sidebar-btns li:not(:last-child) {
  margin-bottom: 10px;
}

#right-sidebar .sidebar-btns li a,
#left-sidebar .sidebar-btns li a {
  padding: 12px 15px;
  background-color: #002147;
  color: #fff;
  display: block;
  position: relative;
  font-size: 16px;
}

#right-sidebar .sidebar-btns li a:hover,
#left-sidebar .sidebar-btns li a:hover {
  background-color: #3BB4E7;
}

#right-sidebar .sidebar-btns li a:after,
#left-sidebar .sidebar-btns li a:after {
  content: "";
  background-image: url("/wp-content/themes/generatepress_child/resources/icons/arrow-right.svg");
  position: absolute;
  right: 12px;
  top: 13px;
  height: 20px;
  width: 11px;
}

/* Cookie Consent */
#cookie-notice {
  font-size: 14px;
  background-color: #eef2f5 !important;
  max-width: 510px;
  min-width: 510px;
  left: 20px;
  bottom: 20px;
  text-align: left;
  border-radius: 4px;
  z-index: 99999999;
}

#cn-notice-text {
  color: #151515;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.cookie-notice-container {
  width: auto;
}

#cn-more-info {
  font-weight: 300;
  color: #151515;
  background-color: transparent;
  text-decoration: underline;
}

#cn-more-info:hover {
  text-decoration: none;
}

#cookie-notice .cookie-notice-container {
  text-align: left;
  padding: 0px;
  padding: 20px;
}

#cookie-notice a.link {
  color: #151515;
  text-decoration: underline;
}

#cookie-notice a.link:hover {
  text-decoration: none;
}

#cn-accept-cookie {
  padding-left: 22px;
  position: relative;
  margin-left: 0px !important;
  text-align: left;
  background-color: #0e9b19;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

#cn-accept-cookie:hover {
  background-color: #0c8115;
}

#cn-accept-cookie:before {
  content: "\e60b";
  font-family: 'Rivolicons-Free', sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: -5px;
}

a.cn-revoke-cookie {
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  color: #232323;
  font-weight: 500;
  text-decoration: underline;
}

a.cn-revoke-cookie:hover {
  text-decoration: none;
}

@media (max-width: 600px) {
  #cookie-notice {
    box-sizing: border-box;
    max-width: 100%;
    width: auto;
    margin: 0 20px;
    left: 0px;
    right: 0;
    bottom: 20px;
  }
  .cookie-notice-container #cn-notice-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  #cookie-notice {
    min-width: 100%;
    margin: 0 auto;
    left: initial;
    right: initial;
    bottom: 0px;
    border-radius: 0;
  }
  #cookie-notice .cookie-notice-container {
    margin: 0 0px;
  }
  #cn-more-info {
    margin: 20px 0 0 0 !important;
    padding: 0;
    display: block;
  }
  #cn-accept-cookie {
    display: block;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  #cn-notice-text {
    margin-bottom: 20px !important;
  }
}

.sogo-logo {
  display: none !important;
}

.single-galerija .featured-image {
  display: none;
}




/****** NEW ******/
/*********** NEW ***********/
/****** NEW ******/



.hidden {
  display: none;
}



#primary .inside-article .entry-content a {
  color: #2799c9;
}
#primary .inside-article .entry-content a:hover {
  text-decoration: underline;
}

.page .entry-content img,
.single .entry-content img {
  height: auto !important;
}

#dosezki .entry-content {
  min-width: 100%;
}

#dokumenti {
  border: 1px solid #D9D8DA;
  padding: 20px;
  background-color: #eef2f5;
  margin-top: 30px;
}

#dokumenti .filetype {
  height: 40px;
  width: auto;
  margin-right: 10px;
}

#dokumenti .file {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#dokumenti .file:not(:last-child) {
  margin-bottom: 20px;
}

#primary .inside-article #dokumenti a {
  color: #002147;
}



@media (min-width: 769px) {
  #left-sidebar {
    padding-top: 0;
    padding-left: 0;
  }

  #right-sidebar {
    padding-top: 0;
    padding-right: 0;
  }

  .home #left-sidebar,
  .home #right-sidebar,
  .page-id-6404 #left-sidebar, .page-id-6404 #right-sidebar, .page-id-6407 #left-sidebar, .page-id-6407 #right-sidebar, .page-id-6402 #left-sidebar, .page-id-6402 #right-sidebar {
    padding-top: 26px;
    padding-right: 26px;
  }
  
  .mobile-only {
    display: none;
  }
  
  #right-sidebar .sidebar-banner-group .sidebar-banner,
  #left-sidebar .sidebar-banner-group .sidebar-banner {
    padding-left: 0px;
    padding-right: 0px;
  }

  #right-sidebar .sidebar-banner-group .sidebar-banner:first-child,
  #left-sidebar .sidebar-banner-group .sidebar-banner:first-child {
    margin-bottom: 30px;
  }


}


@media (max-width: 768px) {
  
  #page {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .home #page,
  .page-id-6404 #page,
  .page-id-6407 #page,
  .page-id-6402 #page {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  #left-sidebar {
    border-right: none;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  #right-sidebar {
    border-left: none;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .home #left-sidebar,
  .home #right-sidebar,
  .page-id-6404 #left-sidebar,
  .page-id-6404 #right-sidebar,
  .page-id-6407 #left-sidebar,
  .page-id-6407 #right-sidebar,
  .page-id-6402 #left-sidebar,
  .page-id-6402 #right-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #primarys {
    padding-left: 20px;
    padding-right: 20px;
  }

  #secondary-navigation {
    display: none !important;
  }
  
  #dosezki article {
    height: inherit;
  }
  
  #dosezki .entry-title {
    line-height: 1.3;
    font-size: 16px;
    padding: 0 15px 15px;
  }
  
  #dosezki .inner-wrapper {
    height: 150px;
    background-image: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  
  #dosezki .entry-content {
    position: relative;
    height: 150px;
    padding-top: 0;
    margin-top: 0;
  }
  
  #dosezki .entry-title {
    padding: 15px;
  }
  
  #slideshow li {
    height: 330px;
    overflow: hidden;
    width: 100%;
  }
  
  #slideshow li img {
    min-width: 195%;
    height: auto;
    display: block;
    margin: auto auto auto -30%;
  }
  
  #slideshow .bubble {
    box-sizing: border-box;
    z-index: 999999;
    width: 100%;
    min-height: 100px;
    bottom: 0;
    right: 0;
    padding: 15px;
    background-color: #fff;
  }
  
  #slideshow .title {
    font-size: 1.4rem;
    color: #161515;
    margin-bottom: 5px;
  }
  
  #slideshow .description {
    font-size: 16px;
    margin-bottom: 0px;
  }
  
  #slideshow .bubble a {
    font-size: 14px;
    display: block;
    padding-top: 5px;
  }
  
  #slideshow-navigation {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    left: inherit;
    bottom: inherit;
    background-color: #fff;
    color: #161515;
    font-size: 30px;
  }
  
  #right-sidebar .sidebar-banner-group .sidebar-banner,
  #left-sidebar .sidebar-banner-group .sidebar-banner {
    background-color: transparent !important;
  }
  
  #right-sidebar .sidebar-banner-group .sidebar-banner:first-child,
  #left-sidebar .sidebar-banner-group .sidebar-banner:first-child {
    padding-left: 0px !important;
  }
  
  #right-sidebar .sidebar-banner-group .sidebar-banner:nth-child(2),
  #left-sidebar .sidebar-banner-group .sidebar-banner:nth-child(2) {
    padding-right: 0px !important;
  }

}




#drustvo-header .title {
  margin-left: 12px;
}


.sidebar .widget_polls-widget {
  background-color: #fff;
  padding: 15px !important;
  border: 1px solid #D9D8DA;
}

.sidebar .widget_polls-widget .widget-title {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  margin-bottom: 10px;
}

.sidebar .widget_polls-widget .wp-polls p {
  margin-bottom: 15px;
}

.sidebar .widget_polls-widget .wp-polls p strong {
  font-size: 19px;
  color: #002147;
}

.wp-polls .Buttons {
  border: none;
  background-color: #002147;
  margin-bottom: 10px;
}

.wp-polls .wp-polls-ul {
  margin-bottom: 20px;
}

.wp-polls .wp-polls-ul li {
  margin-bottom: 5px;
}

.wp-polls .wp-polls-ul label {
  margin-left: 1px;
}

.wp-polls #polls-1-ans p {
  margin-bottom: 10px;
}


.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
  margin-bottom: 30px;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#primary .entry-content .lead {
  font-size: 18px;
}



.page-id-6478 .vsel-content .vsel-meta {
  width: auto;
}


.page-id-6400 #prihajajoci-dogodki .vsel-meta {
    width: 100%;
    box-sizing: border-box;
}


.home .vsel-meta-title {
  font-size: 16px;
  line-height: 1.4;
}


.page-id-6400 #prihajajoci-dogodki .vsel-meta-time {
    font-style: italic;
    font-size: 15px;
    color: #151515;
}

.page-id-6400 #prihajajoci-dogodki .vsel-meta-time,
.page-id-6400 #prihajajoci-dogodki .vsel-meta-date {
    margin-bottom: 2px;
}


.page-id-6400 #prihajajoci-dogodki .vsel-meta-time,
.page-id-6400 #prihajajoci-dogodki .vsel-meta-date {
    font-weight: 400;
}

.page-id-6400 #prihajajoci-dogodki .vsel-meta-time span,
.page-id-6400 #prihajajoci-dogodki .vsel-meta-date span {
    font-weight: 500;
}

.page-id-6400 #prihajajoci-dogodki .vsel-meta-time,
.page-id-6400 #prihajajoci-dogodki .vsel-meta-date {
    border-bottom: 1px solid #C6D1DA;
}



@media (max-width: 768px) {
  .page-id-6400 #prihajajoci-dogodki .vsel-meta {
    padding-bottom: 0px;
  }
  
  
  .page-id-6400 #prihajajoci-dogodki .vsel-meta-time {
    position: relative;
    font-size: 0px;
    line-height: 0;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  
  .page-id-6400 #prihajajoci-dogodki .vsel-meta-date {
    border-bottom: 0;
      font-weight: 400;
  }
  
  
  .page-id-6400 #prihajajoci-dogodki .vsel-meta-time span {
    font-size: 15px;
    margin-top: 15px;
    display: block;
    line-height: 1.5;
  }
  
  .page-id-6400 #prihajajoci-dogodki .vsel-meta-time span,
  .page-id-6400 #prihajajoci-dogodki .vsel-meta-date span{
    font-weight: 400;
  }
}

/* #primary .featured-image {
  width: 100%;
}
*/

.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 1em;
}

#primary .entry-content .uvod {
  font-size: 18px;
}




#gallery-masonry {
  margin-left: -10px;
  margin-right: -10px;
}

#gallery-masonry .item {
  margin-top: 10px;
}

#gallery-masonry .item p {
  margin-bottom: 10px;
}

body.archive article .post-image {
  margin-bottom: 0px !important;
}

body.archive article .entry-title {
  font-size: 19px;
}

#category-container {
  margin-left: -10px;
  margin-right: -10px;
}



#dokumenti {
  margin-bottom: 20px;
}

#open_sogoacc {
  z-index: 9999999 !Important;
}




body.blog .inside-article {
  border: 1px solid #D9D8DA;
  padding: 0px !important;
}

body.blog article .post-image  {
  margin-bottom: 10px !important;
}

body.blog .post-image img,
body.archive .post-image img {
  min-width: 100%;
}

body.blog .inside-article header,
body.blog .inside-article .entry-summary {
  padding: 0 20px;
}

body.blog .inside-article .entry-summary {
  margin-top: 10px;
}


.paging-navigation .current {
  background-color: #002147;
  padding: 3px;
  border-radius: 999px;
  color: #fff;
}


#zadnji-prispevki article {
  margin: 0 0 20px;
}


.table-container {
  overflow-x:auto;
}

.footer-widgets {
  padding: 20px;
}


/* Youtube Responsive Iframe */
.youtube-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  background-color: #000;
  background-image: url("/web/20210506202859im_/https://www.prvagim.si/wp-content/themes/shoptimizer-child-theme/resources/icons/youtube-play-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.single footer.entry-meta {
  border-top: 1px solid #D9D8DA;
  padding-top: 10px;
}


#banner-bottom {
  text-align: center;
}


#banner-bottom img {
  display: inline-block;
  max-height: 40px;
  width: auto;
  margin: 20px 20px;
}


/* Takoj vidne investicije in programi */
#investicije {
  border-bottom: 1px solid #D9D8DA;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.home #investicije {
  display: inherit;
}

#investicije .ess-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#investicije .logo-link {
  margin-right: 30px;
}

#investicije a {
  line-height: 0;
}

#investicije p {
  margin-bottom: 0em;
  line-height: 1.3;
}


#cookie-notice {
  outline: 0 !important;
}
#cn-accept-cookie {
  padding: 6px 22px;
  font-weight: 400;
}


body.archive:not(.tax-galerija_category) .inside-article,
body.search .inside-article {
  border: 1px solid #D9D8DA;
  padding: 0px !important;
}

body.archive:not(.tax-galerija_category) .inside-article header,
body.search .inside-article header,
body.archive .inside-article .entry-summary,
body.search .inside-article .entry-summary {
    padding: 0 20px;
}

body.archive:not(.tax-galerija_category) .inside-article .entry-summary,
body.search .inside-article .entry-summary{
    margin-top: 10px;
}

body.search .inside-article .post-image{
    margin-bottom: 0px;
}

body.search .inside-article .entry-header {
    margin-top: 12px;
}

body.search .inside-article {
    padding-bottom: 15px !important;
}


.post-navigation {
  display: flex;
}

.post-navigation .nav-next {
  width: 50%;
  text-align: right;
}

.post-navigation .nav-previous {
  width: 50%;
}

.post-navigation .nav-next .next:before {
  display: none;
}

.post-navigation .nav-next .next:after {
  font-family: GeneratePress;
  text-decoration: inherit;
  position: relative;
  margin-left: .6em;
  width: 13px;
  text-align: center;
  display: inline-block;
  content: "\f105";
  -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  speak: none;
}



.author a img {
  opacity: 0.7;
  vertical-align: bottom;
}


.author a:hover img {
  opacity: 1;
}
.author .augustin img {
  height: 20px;
  width: auto;
}
.author .eggos img {
  height: 24px;
  width: auto;
}

.author .eggos {
  margin-right: 8px
}

.author span.divider {
  display: inline-block;
  width: 1px;
  min-height: 24px;
  background-color: rgb(255,255,255,0.6);
  vertical-align: bottom;
  margin-right: 6px
}

#slideshow .bubble {
  min-height: 0px;
}


nav#nav-below {
  margin-top: 60px;
}


/* Mobile hitre povezave */

.hitre-povezave .sidebar-btns li a {
  padding: 12px 15px;
  background-color: #002147;
  color: #fff;
  display: block;
  position: relative;
  font-size: 16px;
}
.hitre-povezave .sidebar-btns li:last-child {
    margin-bottom: 0;
}

.hitre-povezave .sidebar-btns li {
  list-style: none;
  margin-bottom: 1px;
}

.hitre-povezave ul.sidebar-btns {
  margin: 0 0 3px 0!important;
}

.hitre-povezave ul.sidebar-btns li a:after {
  content: "";
  background-image: url(/web/20210506202859im_/https://www.prvagim.si/wp-content/themes/generatepress_child/resources/icons/arrow-right.svg);
  position: absolute;
  right: 12px;
  top: 13px;
  height: 20px;
  width: 11px;
}

.hitre-povezave ul.sidebar-btns li a:hover {
  background-color: #3BB4E7;
}

.visible-mobile {
  display: none;
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
  .visible-mobile {
    display: inherit !important;
  }
}



.page .entry-content p:last-child,
.page .entry-content ul:last-child {
  margin-bottom: 30px;
}

/****** NEW ******/
#gallery-masonry.galerija a img {
  min-width: 100%;
}



/* Jeziki */
body.page-id-6402 {
  background: rgb(236,104,0);
  background: -moz-linear-gradient(180deg, rgba(236,104,0,0.8) 0%, rgba(255,255,255,1) 22%);
  background: -webkit-linear-gradient(180deg, rgba(236,104,0,0.8) 0%, rgba(255,255,255,1) 22%);
  background: linear-gradient(180deg, rgba(236,104,0,0.8) 0%, rgba(255,255,255,1) 22%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec6800",endColorstr="#ffffff",GradientType=1);
}

body.page-id-6402 #dosezki {
  display: none;
}





/* Naravoslovci */
body.page-id-6407 {
  background: rgb(20,88,31);
  background: -moz-linear-gradient(180deg, rgba(20,88,31,0.758140756302521) 0%, rgba(255,255,255,1) 37%);
  background: -webkit-linear-gradient(180deg, rgba(20,88,31,0.758140756302521) 0%, rgba(255,255,255,1) 37%);
  background: linear-gradient(180deg, rgba(20,88,31,0.758140756302521) 0%, rgba(255,255,255,1) 37%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14581f",endColorstr="#ffffff",GradientType=1);
}




/* STRANI DRUŠTEV - +STYLE */
/* Kajuh Press */
body.page-id-6404 {
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0.4051995798319328) 0%, rgba(255,255,255,1) 49%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.4051995798319328) 0%, rgba(255,255,255,1) 49%);
  background: linear-gradient(180deg, rgba(0,0,0,0.4051995798319328) 0%, rgba(255,255,255,1) 49%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}



/* Društva CTA gumbi */
.secondary-navigation .main-nav ul li.btn-domov > a,
.secondary-navigation .main-nav ul li.btn-domov:hover > a {
    color: #000;
    background-color: #dfe1e2;
}


.secondary-navigation .main-nav ul li.btn-kajuh-press > a {
    color: #fff;
    background-color: #000;
}
.secondary-navigation .main-nav ul li.btn-naravoslovci > a {
    color: #fff;
    background-color: #14581F;
}
.secondary-navigation .main-nav ul li.btn-jeziki > a {
    color: #fff;
    background-color: #EC6800;
}

.secondary-navigation .main-nav ul li.btn-podcast > a {
    color: #fff;
    background-color: #326fbb;
}
.secondary-navigation .main-nav ul li.btn-podcast > a:hover {
    color: #fff;
    background-color: #326fbb;
}



/* Društva Menu Style */
nav.drustva-menu {
    background-color: #fff;
    border-bottom: 1px solid #d9d8da;
}

body.page-id-6404 nav.drustva-menu,
body.page-id-6407 nav.drustva-menu,
body.page-id-6402 nav.drustva-menu {
    border-bottom: none;
}

nav.drustva-menu a {
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px !important;
}

nav.drustva-menu .menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
    height: 100%;
    clear: both;
    padding-right: 5px;
    padding-left: 5px;
}


.hide-me {
  display: none;
}



.section-title-link:after {
    content: " ...";
}



/* Društvo jeziki Spremembe*/
body.page-id-6402 {
    background: rgb(245 190 1 / 18%);
    background: -moz-linear-gradient(180deg, rgb(245 190 1 / 18%) 0%, rgba(255,255,255,1) 22%);
    background: -webkit-linear-gradient(
180deg, rgb(245 190 1 / 18%) 0%, rgba(255,255,255,1) 22%);
    background: linear-gradient(
180deg, rgb(245 190 1 / 18%) 0%, rgba(255,255,255,1) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec6800",endColorstr="#ffffff",GradientType=1);
}

#drustvo-header.jeziki,
.secondary-navigation .main-nav ul li.btn-jeziki > a,
.page-id-6402 .secondary-navigation .main-nav ul li.btn-jeziki > a, .parent-pageid-6402 .secondary-navigation .main-nav ul li.btn-jeziki > a, .category-jeziki .secondary-navigation .main-nav ul li.btn-jeziki > a, .single-cat-jeziki .secondary-navigation .main-nav ul li.btn-jeziki > a {
  background-color: #f5be01;
  color: #000;
}

#drustvo-header.jeziki,
.secondary-navigation .main-nav ul li.btn-jeziki > a:hover,
.page-id-6402 .secondary-navigation .main-nav ul li.btn-jeziki > a:hover, .parent-pageid-6402 .secondary-navigation .main-nav ul li.btn-jeziki > a:hover, .category-jeziki .secondary-navigation .main-nav ul li.btn-jeziki > a:hover, .single-cat-jeziki .secondary-navigation .main-nav ul li.btn-jeziki > a:hover {
  background-color: #f5be01;
  color: #000;
}


#right-sidebar .sidebar-banner.border {
  background-color: #fff;
  border: 1px solid #D9D8DA;
  padding: 15px;
}

#right-sidebar .boxed {
  padding: 15px;
}


#right-sidebar #jezikiTujiLektorji {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #D9D8DA;
  padding: 15px;
}

#right-sidebar #jezikiTujiLektorji ul {
  margin-left: 15px;
}

#right-sidebar #jezikiTujiLektorji ul li {
  list-style-type: disc;
}

#right-sidebar #jezikiTujiLektorji ul li {
  line-height: 1.4;
}

#right-sidebar #jezikiTujiLektorji a:hover {
  text-decoration: underline;
}






#right-sidebar #jezikiPovezave {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #D9D8DA;
  padding: 15px;
}

#right-sidebar #jezikiPovezave ul {
  margin-left: 15px;
}

#right-sidebar #jezikiPovezave ul li {
  list-style-type: disc;
}

#right-sidebar #jezikiPovezave ul li {
  line-height: 1.4;
}

#right-sidebar #jezikiPovezave a:hover {
  text-decoration: underline;
}



#right-sidebar #jezikiKnjizniNamigi {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #D9D8DA;
  padding: 15px;
  font-size: 14px;
}

#right-sidebar #jezikiKnjizniNamigi li {
  margin-bottom: 5px
}

#right-sidebar #jezikiKnjizniNamigi li span {
  font-weight: bold;
}



.page-id-51723 .entry-header {
	display: none;
}

.page-id-51723 .entry-content {
	margin-top: 0px;
}


#info-dnevi .box {
	position: relative;
	border: 2px solid #3BB4E7;
	padding: 24px;
	margin-bottom: 20px;
	font-size: 16px;
}


#info-dnevi .naslovnica {
	margin-bottom: 16px;
}


#info-dnevi .paginacija {
	position: relative;
	display: inline-block;
	background-color: #3BB4E7;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	margin-right: 8px;
}


#info-dnevi .naslov {
	color: #000;
	font-weight: bold;
	font-size: 21px;
	display: inline-block;
}

#info-dnevi p {
	display: none;
}


#info-dnevi .opis {
	display: initial;
	display: block;
	font-weight: 400;
}


#info-dnevi .dan {
	position: relative;
	display: inline-block;
	background-color: #EEF2F5;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

#info-dnevi .dan .datum {
	position: relative;
	display: inline-block;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #d8dde1;
}


#info-dnevi .dan .datum:before {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url('/wp-content/themes/generatepress_child/resources/icons/info-dan-date.png');
  background-size: 16px 16px;
	height: 16px;
	width: 16px;
	margin-right: 14px;
	margin-bottom: -2px;
}

#info-dnevi .dan .ura:before {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url('/wp-content/themes/generatepress_child/resources/icons/info-dan-clock.png');
  background-size: 16px 16px;
	height: 16px;
	width: 16px;
	margin-right: 14px;
	margin-bottom: -2px;
}



#info-dnevi .termini {
	margin-bottom: 20px;
	border-bottom: 1px solid #B7D2DD;
}


#info-dnevi .ogled {
	position: relative;
	display: inline-block;
	background-color: #3BB4E7;
	color: #fff !important;
	padding: 4px 38px 4px 24px;
	text-transform: uppercase;
	font-size: 15px;
}

#info-dnevi .ogled:hover {
	background-color: #002147;
	text-decoration: none !important;
}



#info-dnevi .ogled:after {
	content: "";
	background-image: url(/wp-content/themes/generatepress_child/resources/icons/arrow-right.svg);
	background-size: 8px 14px;
	position: absolute;
	position: absolute;
	right: 14px;
	top: 9px;
	height: 14px;
	width: 8px;
}


#info-dnevi .link br {
	display: none;
}

#info-dnevi .navodila {
	margin-left: 10px;
	font-size: 13px;
	font-style: italic;
}



#info-dnevi .vec-info .naslov {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}

#info-dnevi .vec-info br {
	display: none;
}

#info-dnevi .vec-info {
	margin-bottom: 20px;
	display: none;
}


#info-dnevi .vec-info .jezik {
	display: inline-block;
	margin-right: 6px;
	color: #000 !important;
	text-decoration: underline;
}


#info-dnevi .vec-info .jezik:hover {
	text-decoration: none !Important;
}


#info-dnevi .vec-info .jezik:before {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url('/wp-content/themes/generatepress_child/resources/icons/info-dan-link.png');
  background-size: 16px 16px;
	height: 16px;
	width: 16px;
	margin-right: 4px;
	margin-bottom: -2px;
}

#info-dnevi .vec-info .jezik:not(:last-child):after {
	content: ",";
}




#info-dnevi .extra-info {
	margin-top: 40px
}


#info-dnevi .extra-info p {
	display: initial !important;
}

#info-dnevi .extra-info .opis {
	display: block !important;
}

#info-dnevi .extra-info .kontakt {
	position: relative;
	display: inline-block;
	background-color: #002147;
	color: #fff !important;
	padding: 4px 24px;
	text-transform: uppercase;
	font-size: 15px;
}

#info-dnevi .extra-info .kontakt:hover {
    background-color: #3BB4E7;
    text-decoration: none !important;
}
