/*
Theme Name: Dadov Theme
Author: DADOV
*/
@font-face {
  src: url("fonts/Roboto-Bold.ttf");
  font-family: 'Bold';
}

@font-face {
  src: url("fonts/Roboto-BoldCondensed.ttf");
  font-family: 'Condensed';
}

@font-face {
  src: url("fonts/Roboto-Medium.ttf");
  font-family: 'Regular';
}

#beograd {
  float: right;
  width: 100%;
  max-width: 100px;
}

#baner {
  float: right;
  width: 100%;
  max-width: 500px;
  position: relative;
  top: -3px;
}

* {
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

.readmore-link {
  color: #19759b;
  font-family: 'Regular';
  font-size: 15px;
}

.nopadding {
  padding: 0px !important;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0px 20px;
}

.container-wide {
  width: 100%;
  margin: auto;
  padding: 0px 10px;
  background-color: #00354c;
  padding-bottom: 80px;
}

.container-wide #dadovci-title {
  font-size: 30px;
  color: white;
  margin-top: 30px;
}

h2 {
  font-family: 'Condensed';
  color: #024d6e;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px;
}

h3 {
  font-family: 'Condensed';
  color: black;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
}

p, span {
  font-family: 'Regular';
  font-size: 14px;
  line-height: 23px;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

body {
  margin: 0px;
  font-family: 'Regular';
}

nav {
  padding-top: 30px;
}

.blue {
  background-color: #024d6e;
  color: white;
  font-family: Bold;
}

.blue:hover {
  background-color: #19759b;
  color: white;
}

.light-blue {
  background-color: #19759b;
  color: white;
  font-family: Bold;
}

.light-blue:hover {
  background-color: #19759b;
  color: white;
}

.red {
  background-color: #ec1d23;
  color: white;
  font-family: Bold;
}

.red:hover {
  background-color: #f33b40;
  color: white;
  cursor: pointer;
}

#navbar {
  padding-left: 0px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

#navbar li {
  display: inline-block;
}

#navbar li a {
  font-family: 'Condensed';
  font-size: 17px;
  text-transform: uppercase;
  color: #024d6e;
}

#navbar li a:hover {
  color: #19759b;
}

#navbar li .dropdown {
  padding-left: 0px;
  display: none;
  position: absolute;
  background-color: white;
  z-index: 3000;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#navbar li .dropdown li {
  display: block;
}

#navbar li .dropdown li a {
  display: inline-block;
  padding: 10px;
  width: 100%;
}

#navbar li .dropdown li a:hover {
  background-color: #19759b;
  color: white;
}

#navbar li:hover .dropdown {
  display: block;
}

#igraju {
  margin-top: 20px;
}

#main-content {
  padding-bottom: 30px;
}

#main-content img {
  margin-bottom: 20px;
}

#main-content img.alignleft {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

#main-content img.alignright {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

#main-content img.aligncenter {
  display: block;
  margin: auto;
  margin-top: 10px;
}

#social {
  float: right;
}

#social .social-icon {
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  font-size: 18px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}

section#slider {
  background-color: black;
}

section#slider .slides {
  max-width: 1100px;
  margin: auto;
  background-color: black;
}

section#slider .owl-prev {
  background-color: #024d6e;
  color: white;
  position: absolute;
  left: 0px;
  top: 40%;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  font-size: 17px;
}

section#slider .owl-next {
  background-color: #024d6e;
  color: white;
  position: absolute;
  right: 0px;
  top: 40%;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  font-size: 17px;
}

section#slider .owl-dots {
  position: absolute;
  bottom: 26px;
  text-align: center;
  width: 100%;
}

section#slider .readmore {
  display: inline-block;
  font-family: 'Condensed';
  padding: 10px 40px;
  font-size: 17px;
  text-transform: uppercase;
  position: absolute;
  right: 50px;
  bottom: 70px;
}

.section-header {
  width: 100%;
  min-height: 40px;
}

.section-header::after {
  clear: both;
  content: '';
  display: block;
}

.section-header h2 {
  float: left;
}

.section-header .readmore-link {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-header.border-red {
  border-bottom: 1px solid #ec1d23;
}

section#reklisu #timeline {
  padding-top: 30px;
}

section#reklisu #timeline::after {
  width: 4px;
  background-color: white;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 0px;
  bottom: 0px;
  content: '';
  margin-top: 80px;
}

section#reklisu .card-header::after {
  content: '';
  display: block;
  clear: both;
  margin-bottom: 10px;
}

section#reklisu .card {
  width: 50%;
  position: relative;
  padding-top: 30px;
}

section#reklisu .card img {
  width: 90px;
}

section#reklisu .card .card-content {
  background-color: white;
  padding: 20px;
}

section#reklisu .card .card-content h3 {
  margin-bottom: 5px;
}

section#reklisu .card-left {
  left: 0px;
  padding-right: 40px;
}

section#reklisu .card-left img {
  float: right;
  margin-left: 20px;
}

section#reklisu .card-left .card-header {
  text-align: right;
}

section#reklisu .card-left::before {
  box-sizing: content-box;
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  right: 20px;
  top: 50px;
}

section#reklisu .card-left::after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: white;
  border: 4px solid #ec1d23;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 60px;
  border-radius: 50%;
  z-index: 2;
}

section#reklisu .timeline-title {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  border-bottom: 2px solid white;
}

section#reklisu .timeline-title h3 {
  font-family: 'Condensed';
  color: white;
  font-size: 30px;
}

section#reklisu .card-right {
  left: 50%;
  padding-left: 40px;
}

section#reklisu .card-right .card-header {
  text-align: left;
}

section#reklisu .card-right img {
  float: left;
  margin-right: 20px;
}

section#reklisu .card-right::before {
  box-sizing: content-box;
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
  position: absolute;
  left: 20px;
  top: 50px;
}

section#reklisu .card-right::after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: white;
  border: 4px solid #ec1d23;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 60px;
  border-radius: 50%;
  z-index: 2;
}

section#cover {
  position: relative;
  background-color: black;
  overflow: hidden;
}

section#cover img {
  width: 100%;
  min-width: 400px;
}

section#cover h2 {
  color: white;
  position: absolute;
  bottom: 50px;
  font-family: 'Condensed';
  font-size: 35px;
}

section#content {
  font-family: 'Regular';
}

section#content p {
  font-family: 'Regular';
}

section#content .container {
  background-color: white;
  position: relative;
  z-index: 1000;
  padding-top: 15px;
}

section#content .container #repertoar-list {
  justify-content: space-between;
}

section#content .container #repertoar-list .repertoar-item {
  flex-basis: 24%;
}

section#content .container #repertoar-list .repertoar-item img {
  width: 100%;
}

section#content .container #repertoar-list .repertoar-item .predstava-info {
  margin-bottom: 20px;
  padding: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

section#content .container #repertoar-list .repertoar-item .predstava-info a {
  color: white;
}

section#content .container #repertoar-list .repertoar-item .predstava-info a:hover {
  color: white;
  cursor: pointer;
}

section#content .container #repertoar-list .repertoar-item .predstava-datum {
  display: none;
  font-family: 'Condensed';
  font-size: 15px;
  color: gray;
  text-transform: uppercase;
  padding-left: 10px;
  margin-top: 10px;
}

section#content .gallery-image {
  cursor: pointer;
}

section#content .gallery-modal-wrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 100000;
  justify-content: center;
  align-items: center;
}

section#content .gallery-modal-wrap.visible {
  display: flex;
}

section#content .gallery-modal-wrap .gallery-modal {
  display: block;
  background-color: white;
  padding: 20px;
  padding-top: 10px;
  max-width: 100%;
}

section#content .gallery-modal-wrap .gallery-modal img {
  display: block;
  padding: 0px;
  margin: 0px !important;
  max-width: 100%;
  max-height: 90vh;
  margin-top: 10px;
}

section#content .gallery-modal-wrap .gallery-modal .gallery-modal-header {
  display: block;
  padding-bottom: 10px;
}

section#content .gallery-modal-wrap .gallery-modal .gallery-modal-header i {
  font-size: 20px;
  padding-bottom: 10px;
  cursor: pointer;
  margin: 0px !important;
  display: block;
  float: right;
}

section#content .readmore-field.closed p {
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  max-height: 210px;
}

section#content .readmore-field.open {
  max-height: unset;
}

section#content section#vesti div.col-sm-4 {
  padding-left: 0px !important;
}

section#content section#vesti .vest:nth-child(1) {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  background-color: white;
}

section#content section#vesti .vest:nth-child(1) span.datum {
  display: inline-block;
  margin-bottom: 20px;
}

section#content section#vesti .vest:nth-child(1) a {
  padding: 10px 20px;
  display: inline-block;
  float: right;
  color: #19759b;
}

section#content section#vesti .vest {
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  margin-top: 10px;
}

section#content section#vesti .vest img {
  padding-right: 10px;
}

section#content section#vesti .vest div {
  padding-left: 0px;
}

section#content section#vesti .vest a {
  color: black;
}

section#content section#vesti .vest::after {
  display: block;
  clear: both;
  content: '';
}

section#content section#vesti .vest img {
  width: 100%;
  margin-bottom: 20px;
}

section#content section#vesti .vest .datum {
  font-family: 'Condensed';
  color: gray;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

section#content section#vesti .vest p {
  text-align: justify;
}

section#content .info-box {
  padding: 30px 0px;
  border-bottom: 1px solid #ec1d23;
  margin-bottom: 20px;
}

section#content .info-box.termin {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #024d6e;
  color: white;
}

section#content .info-box.termin strong {
  color: white !important;
}

section#content .modal-biografija {
  display: none;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  align-items: center;
}

section#content .modal-biografija.visible {
  display: flex !important;
}

section#content .modal-biografija .modal-biografija-header {
  margin-bottom: 20px;
}

section#content .modal-biografija .modal-biografija-header .modal-close {
  float: right;
  position: relative;
  top: -5px;
  font-size: 20px;
}

section#content .modal-biografija .modal-image {
  width: 100%;
}

section#content .modal-biografija .modal-biografija-wrap {
  background-color: white;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 10px;
  overflow: auto;
  border-radius: 3px;
}

section#content a.more-link {
  display: none;
}

section#content section#predavaci {
  margin-bottom: 20px;
}

section#content section#predavaci h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #024d6e;
  text-align: center;
  font-size: 18px;
}

section#content section#predavaci .biografija {
  text-align: center;
  display: block;
}

section#content section#predavaci h4 {
  text-align: center;
  font-size: 16px;
}

section#content section#predavaci .predavac {
  min-height: 225px;
  margin-top: 20px;
}

section#content section#predavaci .predavac .predavac-avatar {
  background-image: url("img/teacher.jpg");
  background-size: cover;
  background-position: center;
  margin: auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

section#content section#articles div.col-sm-4 {
  padding-left: 0px !important;
}

section#content section#articles .article {
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  margin-top: 10px;
}

section#content section#articles .article h3 + p {
  margin-top: 20px;
}

section#content section#articles .article img {
  padding-right: 10px;
}

section#content section#articles .article div {
  padding-left: 0px;
}

section#content section#articles .article a {
  color: black;
}

section#content section#articles .article::after {
  display: block;
  clear: both;
  content: '';
}

section#content section#articles .article img {
  width: 100%;
  margin-bottom: 20px;
}

section#content section#articles .article .datum {
  font-family: 'Condensed';
  color: gray;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

section#content section#articles .article p {
  text-align: justify;
}

section#content section#izvrsna-produkcija strong {
  font-family: 'Condensed';
  font-size: 14px;
  color: black;
}

section#content section#izvrsna-produkcija #reziser {
  margin-top: 20px;
  margin-bottom: 20px;
}

section#content section#izvrsna-produkcija div {
  padding: 0px !important;
}

section#content section#izvrsna-produkcija .readmore-link {
  margin-top: 10px;
  display: inline-block;
}

section#content section#izvrsna-produkcija .produkcija {
  margin-top: 20px;
}

section#content section#izvrsna-produkcija .produkcija img {
  width: 100%;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

section#content section#izvrsna-produkcija .produkcija .produkcija-info {
  border-left: 5px solid white;
  border-right: 5px solid white;
}

section#content section#izvrsna-produkcija .produkcija .produkcija-info a {
  font-family: 'Condensed';
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  color: black;
}

footer {
  color: white;
  background-color: #ec1d23;
  padding: 30px 0px 20px 0px;
  border: 0px;
}

footer a {
  color: white;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Condensed';
}

footer a:hover {
  color: white;
}

footer .container {
  background: none !important;
}

#btn-collapse {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  font-size: 22px;
  margin-left: 10px;
}

#navbar-collapsed {
  display: none;
  padding-left: 0px;
  position: absolute;
  width: 100%;
  background-color: white;
  margin: 0px;
  left: 0px;
  z-index: 1001;
  border-bottom: 3px solid #19759b;
}

#navbar-collapsed li {
  display: block;
  text-transform: uppercase;
  font-family: 'Condensed';
}

#navbar-collapsed li a {
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
}

#navbar-collapsed li a:hover {
  background-color: #19759b;
  color: white;
}

#reklisu-slider .item {
  padding: 20px;
}

#reklisu-slider .item .item-header img {
  width: 80px;
  float: left;
  margin-right: 20px;
}

#reklisu-slider .item .item-header::after {
  clear: both;
  content: '';
  display: block;
}

#reziser {
  width: 100%;
  margin-top: 20px;
}

#title-image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

iframe#mapa {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

section#na-repertoaru {
  margin-bottom: 20px;
}

#repertoar-wrap {
  overflow-x: auto;
  margin-bottom: 30px;
}

table.repertoar {
  margin-top: 20px;
  width: 100%;
  min-width: 400px;
}

table.repertoar thead {
  padding-bottom: 20px;
}

table.repertoar td, table.repertoar th {
  padding: 10px 5px;
}

table.repertoar tbody tr {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

table.repertoar tbody tr:nth-child(odd) {
  background-color: #ededed;
}

@media (max-width: 992px) {
  section#izvrsna-produkcija img {
    padding: 5px;
  }
  #baner {
    top: -20px;
  }
  .vest h3 a {
    font-size: 14px;
  }
  #btn-collapse {
    display: block;
  }
  #navbar {
    display: none;
  }
  #logo {
    height: 60px;
    padding-bottom: 20px;
  }
  .social-icon {
    width: 30px !important;
    height: 30px !important;
    padding: 6px 0px !important;
    font-size: 15px !important;
  }
}

.pullup {
  top: -40px !important;
}

@media (max-width: 768px) {
  .modal-biografija-wrap {
    height: 100vh;
  }
  #cover h2 {
    bottom: 20px !important;
    font-size: 22px !important;
    padding-left: 20px;
  }
  section#izvrsna-produkcija img {
    padding: 0px;
  }
  section#content {
    font-family: 'Regular';
  }
  section#content .container {
    top: 10px !important;
  }
  section#slider .readmore {
    position: static;
    width: 100%;
    text-align: center;
  }
  section#slider .owl-dots {
    bottom: 45px;
  }
  section#vesti div {
    padding: 0px;
  }
}

@media (max-width: 760px) {
  section#reklisu #timeline::after {
    width: 4px;
    background-color: white;
    position: absolute;
    left: unset;
    right: 13px;
    margin-left: -2px;
    top: 0px;
    bottom: 0px;
    content: '';
    margin-top: 80px;
  }
  section#reklisu #timeline .card {
    width: 100%;
  }
  section#reklisu #timeline .timeline-title {
    width: 100%;
  }
  section#reklisu #timeline .card-left .card-header {
    text-align: left;
  }
  section#reklisu #timeline .card-left img {
    float: left;
    margin-left: unset;
    margin-right: 20px;
  }
  section#reklisu #timeline .card-right {
    left: 0px !important;
    padding-right: 40px !important;
    padding-left: 0px !important;
    position: relative;
  }
  section#reklisu #timeline .card-right img {
    float: left;
    margin-left: unset;
    margin-right: 20px;
  }
  section#reklisu #timeline .card-right .card-header {
    text-align: left;
  }
  section#reklisu #timeline .card-right::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: unset;
    border-left: 20px solid white;
    position: absolute;
    left: unset;
    right: 20px !important;
    top: 50px;
  }
  section#reklisu #timeline .card-right::after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: white;
    border: 4px solid #ec1d23;
    display: inline-block;
    position: absolute !important;
    bottom: -10px !important;
    right: -10px !important;
    top: 60px;
    left: unset;
    border-radius: 50%;
    z-index: 2;
  }
}

@media (max-width: 350px) {
  #timeline .card-header img {
    clear: both !important;
    margin-left: 0px !important;
    margin-bottom: 20px;
    width: 100% !important;
  }
}
