@charset "utf-8";
/*------------------------------------------------------------------
[Main Style]

Project:        narodno pozoriste sombor
Version:        2.1
Last change:    09.06.2020
Author:         TheFirstFloor.rs
URL:            https://thefirstfloor.rs
-------------------------------------------------------------------*/
/* @import "../css/font-awesome.min.css"; */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap'); */
/* for main-nav, and maybe text
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap'); */
/* for slider */
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap'); 
/* for numbers */

/* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@300;400;600;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap'); */
/*@import "../css/bootstrap-navbar-toggle.css";*/

::selection {
  background: #942622;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #942622;
  /* Safari */
  color: #fff;
  text-shadow: none;
}
:active,
:focus {
  outline: none;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

html {
}
body {
  line-height: 1.7;
  color: #d7d7d7;
  font-size: 18px;
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  background-color: #181616;
  font-weight: 400 !important;
}
@media only screen and (min-width: 992px) {
  body {
    background-color: #1b191a;
    background-image: url("../images/body-bg.jpg"); 
    background-repeat: no-repeat;
  }
}

a {
  color: #c9ac8c;
  text-decoration: none;
  outline: none !important;
  font-weight: 500;
}
a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
iframe {
  border: none;
}
/*
img {
  max-width: 100%;
  height: auto;
}
*/
h1, h2, h3 {
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
}
h4, h5, h6 {
  /*   font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif; */
}

h2.title {
  position: relative;
  font-size: min(5vw, 44px);
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  padding-bottom: 2rem;
}
h2.title.big {
  /* font-size: min(7vw, 60px); */
  font-size: min(4vw, 40px); 
}
@media screen and (min-width:768px) {
  h2.title.big {
    font-size: min(4vw, 30px);
  }
}
h2.title::before {
  content: '';
  display: inline-block;
  max-width: 10rem;
  width: 20%;
  position: relative;
  border-bottom: 3px solid rgba(201,172,140,1);
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.title.text-center::before,
h2.title[style*="center"]::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
h2.title span {
  display: inline-block;
  font-weight: bold;
  font-size: larger;
}
h3.block {
  color: #fff;
  background: #942622;
  padding: 7px 10px 2px;
  font-weight: 600;
}
h5 {
  margin-top: 30px;
}
p {
  text-align: justify !important;
}
p.lead,
.single-post p:first-of-type {
  margin-bottom: 3rem;
  /*padding-right: 5rem;*/
  font-size: 1.25rem;
  font-weight: 400;
}

.color-white { color: #fff;}
.color-black { color: #000;}
.color-primary {
  /*color: rgba(201,172,140,1);*/
  color: #c9ac8c;}
.color-secondary { color: #942622;}
.bg-white { background-color: #fff;}
.bg-black { background-color: #000;}
.bg-lighter { /*background-color: #1a1919; */}


.btn {
  border-radius: 0;
}
.btn-primary {
  color: #fff;
  background-color: #942622;
  border-color: #942622;
  font-size: xx-large;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #85221e;
  border-color: #85221e;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #85221e;
  border-color: #85221e;
}

.btn-secondary {
  color: #333;
  background: #c9ac73;
  border-color: #c9ac73;
}
.btn-secondary:hover {
  color: #000;
  background-color: #B49A67;
  border-color: #B49A67;
}
/* bootstrap pagination */
.page-link,
.page-link:focus,
.page-link:visited {
  color: #c9ac8c;
  background-color: transparent;
  border: 1px solid #333;
  margin: 0 .5rem;
}
.page-link:hover,
.page-link:active {
  color: #d3d3d3;
  background-color: #000;
  border-color: #333;
  box-shadow: 0.75rem 1rem 1.25rem 0 rgba(0,0,0,.92) !important;
}
.page-item.active .page-link {
  color: #d3d3d3;
  background-color: #000;
  border-color: #333;
}

img.shadow {
  box-shadow: 0.75rem 1rem 1.25rem 0 rgba(0,0,0,.92) !important;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1200px) {
  img.shadow {
    margin-left: -2rem;
  }
}

hr {
  border-top: 1px solid rgba(201,172,140, .125);
}
.tag { background: #942622; display: inline; padding: 0 5px;}

.post-meta { font-size: 14px; margin-top: 30px;}
.post-meta span { display: inline-block;}
.post-meta span i { margin-right: .5rem;}

.p-30 { padding: 30px;}
.pt-30 { padding-top: 30px;}
.pb-30 { padding-bottom: 30px;}
.p-60 { padding: 60px;}
.pt-60 { padding-top: 60px;}
.pb-60 { padding-bottom: 60px;}
.p-100 { padding: 100px;}
.pt-100 { padding-top: 100px;}
.pb-100 { padding-bottom: 100px;}
.p-120 { padding: 120px;}
.pt-120 { padding-top: 120px;}
.pb-120 { padding-bottom: 120px;}

/* add bootstrap XXL */
@media only screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1360px;
  }
}


/**********************************************************/
/***************         CT MAIN NAV          *************/

.ct-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 0 1.25rem;
  width: 100%;
  z-index: 3;
}
@media only screen and (min-width: 576px) {
  .ct-header {
    background-color: rgba(24,22,22,0);
  }
}

.ct-header__wrapper--stuck {
  background-color: rgba(24,22,22,0.98);
}
@media only screen and (min-width: 576px) {
  .ct-header__wrapper--stuck {
    position: fixed;
    z-index: 999;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0 transparent;
    box-shadow: 0 0 5px 0 transparent;
  }
}

.ct-header .container-fluid {
  max-width: 1366px;
}
.ct-header::after {
  content: '';
  display: block;
  position: absolute;
  opacity: .15;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  border-top: 1px solid currentcolor;
  right: 0;
  bottom: 0;
  left: 0;
}

.ct-header__logo-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .ct-header__logo-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.ct-logo {
  margin: 0;
  line-height: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ct-logo {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.ct-logo img {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media only screen and (min-width: 576px) {
  .ct-header__wrapper--stuck .ct-logo__image--inverted:first-child + .ct-logo__image {
    display: block;
  }
  .ct-header__wrapper--stuck .ct-logo__image:not(.ct-logo__image--sticky) {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}

#ct-main-nav__toggle-navigation {
  position: relative;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  margin: 0;
}
#ct-main-nav__toggle-navigation::after {
  content: '\f0c9';
  position: relative;
  font-family: 'EB Garamond', 'FontAwesome';
  display: inline-block;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
@media only screen and (min-width: 1200px) {
  #ct-main-nav__toggle-navigation {
    display: none;
  }
}

#ct-main-nav {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #ct-main-nav {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 0;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1199px) {
  #ct-main-nav::before {
    background-color: rgba(24,22,22,0.9);
    content: '';
    position: absolute;
    top: 1rem;
    right: -20rem;
    bottom: -1rem;
    left: -20rem;
    display: block;
    z-index: -1;
  }
}

#ct-main-nav__wrapper {
  position: relative;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  #ct-main-nav__wrapper {
    width: auto;
    font-size: .75rem;
    text-align: right;
  }
}


.ct-main-navigation {
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.ct-main-navigation a {
  color: rgba(255,255,255,1);
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  padding: .25rem 0;
}
ul.ct-main-navigation, 
div.ct-main-navigation > ul {
  display: none;
  list-style: none;
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  ul.ct-main-navigation, 
  div.ct-main-navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    position: relative;
    margin: 0;
    padding: 0;
  }
  /*.ct-menu--align-right ul.ct-main-navigation, 
  .ct-menu--align-right div.ct-main-navigation > ul {*/
  ul.ct-main-navigation, 
  div.ct-main-navigation > ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.ct-main-navigation .menu-item, 
.ct-main-navigation .page_item {
  position: relative;
  padding-top: .25rem;
  padding-bottom: .25rem;
}
@media only screen and (min-width: 576px) {
  ul.ct-main-navigation > li, 
  div.ct-main-navigation > ul > li {
    margin-left: 1rem;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  ul.ct-main-navigation > li, 
  div.ct-main-navigation > ul > li {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  ul.ct-main-navigation > li, 
  div.ct-main-navigation > ul > li {
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .ct-main-navigation .menu-item, 
  .ct-main-navigation .page_item {
    padding-top: 0;
    padding-bottom: 0;
  }
  ul.ct-main-navigation > li, 
  div.ct-main-navigation > ul > li {
    /*margin-left: 4rem;*/
  }
}

.ct-main-navigation .menu-item-has-children > a::before, 
.ct-main-navigation .page_item_has_children > a::before {
  float: right;
  margin: 0 .5rem;
}
.ct-main-navigation .menu-item-has-children > a::before, 
.ct-main-navigation .page_item_has_children > a::before {
  content: '\f107';
  position: relative;
  font-family: 'EB Garamond', 'FontAwesome';
  display: inline-block;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
@media only screen and (min-width: 768px) {
  .ct-main-navigation .menu-item-has-children > a::before, 
  .ct-main-navigation .page_item_has_children > a::before {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-right: 0;
  }
}

.ct-main-navigation .sub-menu, 
.ct-main-navigation .children {
  list-style: none;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: none;
  margin: 0;
  padding: 0;
  background-color: rgba(24,22,22,0.9);
}
@media only screen and (min-width: 1200px) {
  .ct-main-navigation .sub-menu, 
  .ct-main-navigation .children {
    position: absolute;
    text-align: left;
    width: 12rem;
    left: -1rem;
    padding: .5rem 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    z-index: 1;
    border-radius: 2px;
    top: 100%;
    margin-bottom: -2px;
    white-space: normal;
    margin-top: .5rem;
  }
}
.ct-main-navigation .sub-menu::before, 
.ct-main-navigation .children::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1rem;
  height: 1rem;
}
.ct-main-navigation .sub-menu a, 
.ct-main-navigation .children a {
  font-size: 90%;
  padding: .5rem 0;
}
.ct-main-navigation .sub-menu a:hover, 
.ct-main-navigation .children a:hover {
  /*color: rgba(201,172,140,1);*/
  color: #c9ac8c;
}

.ct-main-navigation .menu-item .menu-item, 
.ct-main-navigation .page_item .page_item {
  position: relative;
  padding: .25rem .125rem;
  line-height: 1.6;
}
@media only screen and (min-width: 1200px) {
  .ct-main-navigation .menu-item .menu-item, 
  .ct-main-navigation .page_item .page_item {
    padding: 0 1rem;
  }
}
.ct-main-navigation .menu-item .menu-item:not(:first-child)::after, 
.ct-main-navigation .page_item .page_item:not(:first-child)::after {
  content: '';
  display: block;
  position: absolute;
  opacity: .125;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  border-top: 1px solid currentcolor;
  top: 0;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .ct-main-navigation .menu-item .menu-item:not(:first-child)::after, 
  .ct-main-navigation .page_item .page_item:not(:first-child)::after {
    left: 1rem;
    right: 1rem;
  }
}


.ct-main-navigation .menu-item:hover > .sub-menu, 
.ct-main-navigation .menu-item:hover > .children, 
.ct-main-navigation .page_item:hover > .sub-menu, 
.ct-main-navigation .page_item:hover > .children {
  display: block;
}






/**********************************************************/
/***************            BS 4 NAV          *************/

.menu-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 0 1.25rem;
  width: 100%;
  z-index: 3;
  background-color: rgba(24,22,22,0.99);
}
@media only screen and (min-width: 992px) {
  .menu-area {
    background-color: rgba(24,22,22,0);
  }
}

.menu_wrapper--sticky {
  background-color: rgba(24,22,22,0.95);
}
@media only screen and (min-width: 992px) {
  .menu_wrapper--sticky {
    position: fixed;
    z-index: 999;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0 transparent;
    box-shadow: 0 0 5px 0 transparent;
  }
}

.menu-area .container-fluid {
  max-width: 1366px;
}

.menu-area::after {
  content: '';
  display: block;
  position: absolute;
  opacity: .15;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  border-top: 1px solid currentcolor;
  right: 0;
  bottom: 0;
  left: 0;
}


.dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid transition!important;
  border: 0 solid rgba (0, 0, 0, .15);
  border-radius: 0;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}


.navbar-expand-lg {
  flex-flow: row wrap;
}

.mainmenu a,
.navbar-default .navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
  background: transparent;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  padding: .25rem 0;
  display: block !important;
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
  color: #fff;
  outline: 0;
}


/* additional styling */
.mainmenu .navbar-brand img {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media only screen and (min-width: 576px) {
  .menu_wrapper--sticky .mainmenu .navbar-brand img {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}

.mainmenu .navbar-nav li {
  position: relative;
  padding-top: .25rem;
  padding-bottom: .25rem;
}
@media only screen and (min-width: 576px) {
  .mainmenu .navbar-nav > li,
  .mainmenu .navbar-nav > ul > li {
    margin-left: 1rem;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .mainmenu .navbar-nav > li,
  .mainmenu .navbar-nav > ul > li {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .mainmenu .navbar-nav > li,
  .mainmenu .navbar-nav > ul > li {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mainmenu .navbar-nav > li,
  .mainmenu .navbar-nav > ul > li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mainmenu .navbar-nav > li,
  .mainmenu .navbar-nav > ul > li {
    /*margin-left: 4rem;*/
  }
}



.mainmenu ul.dropdown-menu {
  list-style: none;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin: 0;
  padding: 0;
  background-color: rgba(24,22,22,0.98);
}
@media only screen and (min-width: 1200px) {
  .mainmenu ul.dropdown-menu {
    position: absolute;
    text-align: left;
    width: 12rem;
    left: -1rem;
    padding: .5rem 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    z-index: 1;
    border-radius: 2px;
    top: 100%;
    margin-bottom: -2px;
    white-space: normal;
    margin-top: .5rem;
    background-color: rgba(24,22,22,0.9);
  }
}
.mainmenu ul.dropdown-menu::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1rem;
  height: 1rem;
}

.mainmenu ul.dropdown-menu li {
  position: relative;
  padding: .25rem .125rem;
  line-height: 1.6;
}
@media only screen and (min-width: 1200px) {
  .mainmenu ul.dropdown-menu li {
    padding: 0 1rem;
  }
} 
.mainmenu ul.dropdown-menu li a {
  font-size: .675rem;
  padding: .5rem 0;
}
.mainmenu ul.dropdown-menu li a:hover {
  /*color: rgba(201,172,140,1);*/
  color: #c9ac8c;
}

.mainmenu ul.dropdown-menu li:not(:first-child)::after {
  content: '';
  display: block;
  position: absolute;
  opacity: .125;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  border-top: 1px solid white;
  top: 0;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .mainmenu ul.dropdown-menu li:not(:first-child)::after {
    left: 1rem;
    right: 1rem;
  }
}





/*==========Sub Menu=v==========*/
/*
.mainmenu .collapse ul>li:hover>a {
  background: #4CAF50;
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar- nav .show .dropdown-menu>li>a:hover {
  background: #4CAF50;
}
.mainmenu .collapse ul ul ul>li:hover>a {
  background: #4CAF50;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background: #1565C0;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
  background: #1E88E5
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
  background: #64B5F6
}
*/


/******************************Drop-down menu work on hover**********************************/

.mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .mainmenu .collapse ul li:hover>ul {
    /*background: #010101;*/
    display: block
  }
  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;

    left: -1rem;
    margin-top: .5rem;
  }
  /*******/
  .mainmenu .collapse ul ul li {
    position: relative
  }
  .mainmenu .collapse ul ul li:hover>ul {
    display: block
  }
  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none
  }
  /*******/
  .mainmenu .collapse ul ul ul li {
    position: relative
  }
  .mainmenu .collapse ul ul ul li:hover ul {
    display: block
  }
  .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1
  }
}

@media only screen and (max-width: 991px) {
  .mainmenu .collapse ul li:hover>ul {
    background: tra;
  }
  .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
    padding: 16px 15px 16px 35px
  }
  .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
    padding: 16px 15px 16px 45px
  }
}


/* burger animation */
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #e1e1e1;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}


/********************************************************************************/
/* home news block, news list and actors - V1 * /
.actors,
.latest-news {
  min-height: 160px;
  position: relative;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  webkit-box-shadow: 0.75rem 1rem 1.25rem 0 rgba(0,0,0,.92);
  box-shadow: 0.75rem 1rem 1.25rem 0 rgba(0,0,0,.92);
  margin-bottom: 30px;
  display: block;
  background: #1b191a;
}
@media only screen and (min-width: 768px) {
  .actors,
  .latest-news {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.actors .image,
.latest-news .image {
  width: 100%;
  height: 50vh;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  margin: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: stretch;
  align-self: stretch;
}
@media only screen and (min-width: 768px) {
  .actors .image,
  .latest-news .image {
    width: 22rem;
    height: auto;
  }
}
.actors .inner,
.latest-news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 5% 8% 10%;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.actors .inner header,
.latest-news .inner header {
  display: block;
  /*max-width: 18.75rem;
  margin: 2vh 2vh 1vh !important;* /
    margin-bottom: 1.875rem;
    position: relative;
    padding-bottom: 1.1rem;
}
.actors .inner > header::after,
.latest-news .inner > header::after {
  content: '';
  display: block;
  position: absolute;
  opacity: .125;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  border-top: 1px solid rgba(201,172,140,1);
  right: 0;
  bottom: 0;
  left: 0;
}
.actors .inner header h3,
.latest-news .inner header h3 {
  font-size: 180%;
  /*font-weight: 600;
  text-transform: uppercase;
  font-style: italic;* /
  line-height: 1.6;
}
.actors .meta em,
.latest-news .meta em {
  opacity: .65;
  font-style: normal;
  font-size: .6275rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/********************************************************************************/

/********************************************************************************/
/* home news block, news list - V2 */
.latest-news {
  min-height: 160px;
  position: relative;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  webkit-box-shadow: 0.75rem 1rem 1.25rem 0 rgba(0,0,0,.92);
  box-shadow: 0.75rem 1rem 1.25rem 0 rgba(0,0,0,.92);
  padding: 0;
  margin-bottom: 30px;
  display: block;
  background: #1b191a;
}
@media only screen and (min-width: 768px) {
  .latest-news {
    padding: 30px;
  }
}

.latest-news .image {
  width: 100%;
  margin: 0;
  padding: 0;
}
.latest-news .text {
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .latest-news .image {
    float: left;
    width: 220px;
    height: auto;
    margin: 10px 0 0;
  }
  .latest-news .text {
    padding: 0;
  }
  .latest-news.with-image .text {
    margin-left: 250px;
  }
}
@media only screen and (min-width: 1400px) {
  .latest-news .image {
    width: 260px;
  }
  .latest-news.with-image .text {
    margin-left: 290px;
  }
}

.latest-news .text header {
  display: block;
    margin-bottom: 1.275rem;
    position: relative;
    padding-bottom: 1rem;
}
.latest-news .text > header::after {
  content: '';
  display: block;
  position: absolute;
  opacity: .125;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  border-top: 1px solid rgba(201,172,140,1);
  right: 0;
  bottom: 0;
  left: 0;
}
.latest-news .text header h3 {
  font-size: 140%;
  /*font-weight: 600;
  text-transform: uppercase;
  font-style: italic;*/
  line-height: 1.6;
}
.latest-news .post-meta {
  margin: 0;
}
.latest-news .meta em {
  opacity: .65;
  font-style: normal;
  font-size: .6275rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.latest-news .text .desc,
.latest-news .text .desc p {
  text-align: justify;
}
/********************************************************************************/

/* home bootstrap slider */
.hero-slider {
  max-height: 100vh;
  /* height: calc(100% - 95px);*/
}
.hero-slider .carousel-caption a {
  color: #fff;
}
.hero-slider .carousel-caption a h5 {
  background: rgba(0,0,0,.7);
  display: inline-block;
  padding: 0.5rem 1rem;
}
.carousel-indicators {
  z-index: 2;
}
/* for mobile show title under image */
@media only screen and (max-width: 992px) {
  .hero-slider {
    max-height: calc(100vh - 95px) !important;
    margin-top: 95px;
  }
  .carousel-inner {
    overflow: visible;
  }
  .carousel-caption {
    right: 5%;
    bottom: -80px;
    left: 5%;
    z-index: 1;
  }
}

/********************************************************************************/
/*  OWL-SLIDER HOME REPERTOAR  */

.repertoar.owl-carousel .owl-item {
  padding-left: 30px;
  padding-right: 30px;
}
.repertoar-timestamp {
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*color: rgba(201,172,140,1);*/
  color: #c9ac8c;
  text-align: left;
}
.repertoar-timestamp .date-day {
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  font-weight: normal;
  font-style: italic;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 6rem;
  line-height: 1;
  margin-top: -10px;
  margin-right: 10%;
  letter-spacing: -.05em;
}
.repertoar-timestamp .date-text {
  text-transform: uppercase;
  font-size: 100%;
  line-height: 1.25;
  letter-spacing: 1px;
  word-spacing: 2000px;
}
.repertoar-timestamp .date-text span {
  text-transform: none;
}

.repertoar-title {
  display: block;
  line-height: 1.3;
  text-align: left;
  color: rgba(204,204,204,1) !important;
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  font-size: 140%;
  font-weight: 600;
  max-width: 18.75rem;
  margin: 2vh 2vh 1vh !important;
}
.repertoar-title a {
  color: #d7d7d7;
}
.repertoar-title a:hover {
  color: #fff;
}
.repertoar-title span {
  text-transform: uppercase;
  display: block;
}
.repertoar-title span.sub-title {
  text-transform: none;
}
.repertoar-title::after {
  content: '';
  display: block;
  width: 3.75rem;
  border-bottom: 1px solid;
  /*color: rgba(201,172,140,1);*/
  color: #c9ac8c;
  margin: 2rem 0;
  opacity: .5;
}
.repertoar-desc {
  margin: 2vh !important;
  text-align: left;
}
.repertoar-desc p {
  text-align: left !important;
}

.repertoar-tickets {
  margin: 2vh !important;
  text-align: left;
}
.repertoar-tickets a,
.repertoar-tickets a:visited {
  border: 1px solid #c9ac8c;
  padding: 3px 8px;
  color: #c9ac8c;
}
.repertoar-tickets a:hover,
.repertoar-tickets a:active {
  border: 1px solid #942622;
  background-color: #942622;
  color: #fff;
}

.repertoar-image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  max-width: 100%;
  height: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.responsive-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  webkit-box-shadow: 0.75rem 1rem 1.25rem 0 rgba(0,0,0,.92);
  box-shadow: 0.75rem 1rem 1.25rem 0 rgba(0,0,0,.92); 
}

/* slider navigation */
.repertoar.owl-carousel .owl-nav button {
  position: absolute;
  width: 35px;
  height: 35px;
  margin: auto !important;
  top: auto;
  bottom: 0;
  border-width: 0;
  border-style: solid;
  -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
  -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
  -ms-transition: left .3s ease-in-out, right .3s ease-in-out;
  -o-transition: left .3s ease-in-out, right .3s ease-in-out;
  transition: left .3s ease-in-out, right .3s ease-in-out;
  background-color: transparent !important;
}

/* hide default icons */
.repertoar.owl-carousel .owl-nav button span {
  display: none; 
}
/* arrow version 1 - svg bg image */
.repertoar.owl-carousel .owl-nav > button.owl-prev {
  left: 35px;
  right: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c9ac8c'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
/* arrow version 2 - font-awesome and ::before */
/*
.repertoar.owl-carousel .owl-nav > button.owl-prev::before {
  /* color: rgba(201,172,140,1); * /
  color: #c9ac8c;
  font-size: 60px;
  content: '\f104';
  position: relative;
  font-family: 'EB Garamond', 'FontAwesome';
  display: inline-block;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
*/
.repertoar.owl-carousel .owl-nav > button.owl-next {
  left: 100px;
  right: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c9ac8c'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
/* arrow version 2 - font-awesome and ::before */
/*
.repertoar.owl-carousel .owl-nav > button.owl-next::before {
  /* color: rgba(201,172,140,1); * /
  color: #c9ac8c;
  font-size: 60px;
  content: '\f105';
  position: relative;
  font-family: 'EB Garamond', 'FontAwesome';
  display: inline-block;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
*/

/********************************************************************************/
/*  OWL-SLIDER TESTIMONIALS  */
.testimonials { 
  background-image: url(../images/sedista.jpg); 
	background-position: center; 
	background-repeat: no-repeat; 
  background-size: cover; 
  background-attachment: scroll;
}
@media only screen and (min-width: 1200px) {
  .testimonials { 
    background-attachment: fixed; /* parallax */
  }
}
.testimonials > div {
  padding-top: 45px;
  padding-bottom: 60px;
}

.testimonials .owl-carousel .owl-item .item-placeholder {
    display: block;
    position: relative;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}
.testimonials .owl-carousel .owl-item .item-placeholder::before {
  content: '“';
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  font-size: 100px;
  width: 100px;
  height: 50px;
  color: rgba(255, 255, 255, 0.8);
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.testimonials .owl-carousel .owl-item .item-content {
  text-align: center;
  padding: 35px 10%;
}
.testimonials .owl-carousel .owl-item .item-content h4 {
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  font-size: 36px;
  line-height: 48px;
  /*font-style: italic;*/
}
.testimonials .owl-carousel .owl-item .item-header {
  text-align: center;
}
.testimonials .owl-carousel .owl-item .item-header h3 {
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  font-size: 20px;
}
.testimonials .owl-carousel .owl-item .item-header h6 {
  font-size: 16px;
  font-weight: 400;
}

/* slider navigation */
.testimonials .owl-carousel .owl-nav button {
  position: absolute;
  width: 30px;
  height: 100%;
  margin: auto !important;
  top: 0;
  bottom: 0;
  border-width: 0;
  border-style: solid;
  -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
  -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
  -ms-transition: left .3s ease-in-out, right .3s ease-in-out;
  -o-transition: left .3s ease-in-out, right .3s ease-in-out;
  transition: left .3s ease-in-out, right .3s ease-in-out;
  background-color: transparent !important;
}

/* hide default icons */
.testimonials .owl-carousel .owl-nav button span {
  display: none; 
}
/* arrow version 1 - svg bg image */
.testimonials .owl-carousel .owl-nav > button.owl-prev {
  left: 0;
  right: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 100px;
}
/* arrow version 2 - font-awesome and ::before */
/*
.testimonials .owl-carousel .owl-nav > button.owl-prev::before {
  font-size: 60px;
  content: '\f104';
  position: relative;
  font-family: 'EB Garamond', 'FontAwesome';
  display: inline-block;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
*/
.testimonials .owl-carousel .owl-nav > button.owl-next {
  right: 0;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 100px;
}
/* arrow version 2 - font-awesome and ::before */
/*
.testimonials .owl-carousel .owl-nav > button.owl-next::before {
  font-size: 60px;
  content: '\f105';
  position: relative;
  font-family: 'EB Garamond', 'FontAwesome';
  display: inline-block;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
*/

/* predstave list */
.main-title {
  display: block;
}
.sub-title {
  font-size: 80%;
}
/********************************************************************************/
/*  GLUMCI grid  */
.image-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -5px;
  background: #fff;
  border: 1px solid #fff;
}
.image-grid .item {
  position: relative;
  width: 33.33%;
  padding-top: 33.33%;
}
@media only screen and (max-width: 1199px) {
  .image-grid .item {
    width: 50%;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .image-grid .item {
    width: 33.33%;
    padding-top: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .image-grid .item {
    width: 50%;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .image-grid .item {
    width: 100%;
    padding-top: 100%;
  }
} 
/********************************************************************************/
/*  SARADNICI grid  */
.image-grid.saradnici .item {
  position: relative;
  width: 25%;
  padding-top: 25%;
}
@media only screen and (max-width: 1199px) {
  .image-grid.saradnici .item {
    width: 50%;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .image-grid.saradnici .item {
    width: 25%;
    padding-top: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .image-grid.saradnici .item {
    width: 50%;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .image-grid.saradnici .item {
    width: 100%;
    padding-top: 100%;
  }
} 

/* main block with text and link */
.image-grid .item.main-item {
  order: 1;
}
.image-grid .item.main-item .content {
  padding: 8% 7%;
  background: #942622;
}
.image-grid .item.main-item .content .link-icon {
  position: absolute;
  right: 7%;
  bottom: 7%;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}
/* image blocks - hover effect */
.image-grid .item.item-link::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  z-index: 1;
  opacity: 0;
  /* hover effect color overlay
  background: rgba(148, 38, 34, 0.7);
  transition: opacity .4s ease-in-out;*/
  cursor: pointer;
}
.image-grid .item.item-link:hover::after {
  opacity: 1;
}

/* content elements */
.image-grid .item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* hover effect image zoom */
  transition: transform .5s ease;
}
.image-grid .item:hover .img {
  transform: scale(1.1);
}

.image-grid .item .title {
  position: absolute;
  left: 4px;
  bottom: 4px;

  width: auto;
  max-width: 75%;
  z-index: 2;
  cursor: pointer;

  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #fff;
  background: rgba(0,0,0,.8);
  padding: 2px 8px;
}
.image-grid .item .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 0;
  z-index: 3;
}

.image-grid .item.main-item .content, 
.image-grid .item .img-container, 
.image-grid .item .item-link {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;

  overflow: hidden;
  background: #1b191a;
}
/********************************************************************************/
/*  GLUMAC detail  */
.btn.external-link {
  border-radius: 50% !important;
  padding-top: 8px;
  width: 42px;
  height: 42px;
  text-align: center;
  margin-right: 15px;
}
/********************************************************************************/
/*  REPERTOAR list  */
.repertoar-list {
  padding: 0;
  margin: 0;
  position: relative;
}
.repertoar-list .item {
  min-height: 180px; 
  border-bottom: 1px solid rgba(201,172,140, .125); 
  padding: 3rem 0;
}
.repertoar-list .item:first-of-type {
  padding-top: 0;
}
.repertoar-list .item img {
  /* box-shadow: 0.75rem 1rem 1.25rem 0 rgba(0,0,0,.92); */
}
.repertoar-list .item h3 a {
  color: #d7d7d7;
}
.repertoar-list .item h3 a:hover {
  color: #fff;
}

/* opcija 1 over image 
.repertoar-list .repertoar-termin {
  position: absolute; 
  bottom: -2rem; 
  right: 0; 
  background: rgba(0,0,0, 0.75);
  background: #1a1919;
  z-index:2;
}
@media only screen and (min-width: 992px) {
  .repertoar-list .repertoar-termin {
    bottom:-0.5rem; 
    right: -3.5rem; 
  }
}
*/
.repertoar-list .repertoar-termin {
  color: #c9ac8c;
}
.repertoar-list .repertoar-termin::after {
  content: '';
  display: block;
  width: 4.25rem;
  border-bottom: 1px solid;
  color: rgba(201,172,140,1);
  color: #c9ac8c;
  margin: 1rem 0;
  opacity: .5;
}

.repertoar-list .repertoar-termin .repertoar-timestamp {
  /* opcija 1 over image 
  margin: .5rem !important; */
  margin: 1rem 0;
  max-width: 180px;
}

.repertoar-list .repertoar-termin .repertoar-timestamp .date-day {
  font-size: 4.5rem;
  font-weight: 700;
  font-style: italic;
}
.repertoar-list .repertoar-termin .repertoar-timestamp .date-text {
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .repertoar-list .repertoar-termin .repertoar-timestamp {
    margin: 0 0 1rem;
  }
}

.repertoar-list .repertoar-tickets {
  margin-left: 0 !important;
}

/********************************************************************************/
/*  PREDSTAVA detail  */
table.uloge td {
  font-size: 22px;
}

.predstava-tickets a,
.predstava-tickets a:visited {
  border: 1px solid #c9ac8c;
  padding: 3px 8px;
  color: #c9ac8c;
}
.predstava-tickets a:hover,
.predstava-tickets a:active {
  border: 1px solid #942622;
  background-color: #942622;
  color: #fff;
}

/********************************************************************************/
/*  IMAGE GALLERY list - masonry  */
.gallery { 
  min-height: 100px;
}
.gallery-item {
  width: 45%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .gallery-item {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-item {
    width: 22%;
  }
}

/********************************************************************************/
/*  YOUTUBE video  */
.video { 
  box-shadow: 0.75rem 1rem 1.25rem 0 rgba(0,0,0,.92) !important;
  margin-bottom: 3rem;
}

/********************************************************************************/

/* use bootstrap for columns of same height */
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}



/********************************************************************************/
/*  FOOTER  */

footer {
  background: rgba(0,0,0,1);
  color: rgba(255,255,255,0.6);
}

.footer-top {
  padding: 60px 0;
}

footer h3 {
  font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 35px;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer .widget ul li {
  padding: 8px 0 6px 0;
  /*border-bottom: 1px solid rgba(255,255,255,0.15);*/
}
footer .widget ul li:first-child {
    padding-top: 0;
}
footer .widget ul li:last-child {
  border-bottom: 0;
}
footer .widget ul li a {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 8px 0;
}
footer .widget ul li a:hover {
  /* color: rgba(201,172,140,1); */
  color: #c9ac8c;
}

footer .social {
  padding: 0 0 20px;
}
footer .social ul {
  display: inline-block;
  vertical-align: middle;
}
footer .social ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  line-height: 24px;
}
footer .social ul li:first-child {
  margin-left: 0;
}
footer .social ul li:last-child {
  margin-right: 0;
}

footer .social ul li a {
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  /* color: rgba(201,172,140,1); */
  color: #c9ac8c;
}
footer .social ul li a:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .sidebar-widget {
    text-align:center; 
    margin: 0 auto;
  }
  .sidebar-widget p {
    text-align: center !important;
  }
  footer,
  footer p {
    text-align: center !important;
  }
  footer h3 {
    margin-top: 2rem;
  }
}


.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.2);
  padding: 50px 0 30px;
}



/* contact form */
.contact-form {
  margin-bottom: 60px;
}
.contact-form .form-control {
  color: #fff;
  background-color: #1b191a;
  border: 1px solid rgba(201,172,140,.3);
  border-radius: 0;
}
.contact-form .form-control:focus {
  color: #fff;
  background-color: #1b191a;
  border-color: #942622;
  box-shadow: 0 0 0 .2rem rgba(148,38,34,.25);
}
.contact-form .form-control::placeholder {
  color: #c9ac8c
}
.contact-form .btn {
  border-radius: 0;
}
.contact-form .btn-outline-secondary {
  color: #fff;
  background-color: #1b191a;
  border: 1px solid rgba(201,172,140,.3);
  text-transform: uppercase;
  height:100%;
}
.contact-form .btn-outline-secondary:hover {
  color: #1b191a;
  background-color: #c9ac8c;
  border-color: #c9ac8c;
}

/* sharethis social widget */
.sharethis-inline-share-buttons {
  padding-top: 1rem;
  margin-top: 1rem;
}

/* facebook widget */
#fb-root {display: none;}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.av_facebook_widget_wrap {background: white;}


.at::before { 
  content: "@";
}

/* scrollUp */
#scrollUp {
  bottom: 20px;
  right: 20px;
  background-color: #333;
  background-color: rgba(0,0,0,.6);
  color: #c9ac8c;
  /*font-size: 12px;
  font-family: sans-serif;*/
  text-decoration: none;
  opacity: .9;
  padding: 10px 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
  background-color: #000;
  background-color: rgba(0,0,0,1);
  color: #fff;
}