/*
Theme Name: Party Pro
Theme URI: http://partypro.razvoj.imode.info
Author: Dejan Matic
Author URI: https://webtagstudio.com
Description: Party Pro brings your site to life with a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: partypro
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/
body, html {
  height: 100%;
  margin: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}

a {
  color: #977d00;
}
.textwidget.custom-html-widget ul li a{
	  color: #ffffff;
}
.textwidget.custom-html-widget ul li a:hover{
	  color: #977d00;
}

h1 {
  font-size: 4.5rem;
}

h1.display-1 {
/*   font-size: 4rem; */
}

h1, h2, h3, h4, h5, h6 {
  color: #977d00;
  font-weight: 100;
}

h3.date {
  font-size: 1.5rem;
}

h4.more-info {
  position: absolute;
  right: 0;
  bottom: 1rem;
}

h4.more-info a {
  color: #977d00;
  font-weight: 100;
  text-decoration: none;
}
.row{
  
  margin: 0;
}
/* ============================================    Start Page */

.bg {
  background-image: linear-gradient(rgba(19, 19, 19, 0.91), rgba(19, 19, 19, 0.91)), url("images/bg.jpg");
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parts {
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 0;
  right: 0;
}

.logos {
    max-height: 65px;
}
img.img-fluid.other{
    max-height: 35px;
    padding-right: 1rem;
}


/* ============================================    End Start Page */

/* ============================================    Start Navigation */

ul {
  list-style-type: none;
  padding-left: 0;
}

span.col.pt-3.mt-3.text-right h4 a {
  color: #977d00;
  text-decoration: none;
}

.navbar {
  background-color: #000000;
  padding: .5rem 1rem !important;
}
.navbar-nav .nav-link {
	margin-top: 1.2rem;
	padding-right: 1.2rem;
   text-transform: uppercase;
}
a.nav-link {
  font-size: .75rem !important;
  color: #ffffff;
}

.login, a.login {
  font-size: .75rem !important;
  color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-item {
  margin-top: 0;
	padding-left: 2rem;
}

.dropdown-menu {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0;
}

a#navbarDropdown.nav-link.dropdown-toggle {
  border-bottom: 3px solid transparent;
}

a#navbarDropdown.nav-link.dropdown-toggle:hover {
  border-bottom: 3px solid #977d00;
}

a#navbarDropdown.nav-link.dropdown-toggle:active, a#navbarDropdown.nav-link.dropdown-toggle:focus {
  border-bottom: 3px solid #977d00 !important;
}

.dropdown-item {
  color: #bdbdbd;
  font-weight: 100;
}

.dropdown-item.active, .dropdown-item:active {
  color: #977d00 !important;
  background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top: 1.5rem;
  background-color: #616161;
  padding: 1.75rem 0;
}

.dropdown-toggle::after {
  display: none;
}
/* WP nav submenu
 ============================================================================================== */
ul#menu-header-menu{
  position: relative;
  display:flex;	
}
ul#menu-header-menu ul.sub-menu{
  display: none;
  position: relative;
}
ul#menu-header-menu li:hover > ul.sub-menu { 
  display: block;
  right: 8%;
  left: 8%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width:200px;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  background-color: #616161;
  padding: 1rem 0;
  position: absolute;
  z-index: 125;
}
/* ============================================    End Navigation */

/* Start Sections
============================================================================================= */

section {
  padding-top: 2.5rem;
}

.section-title {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 100 !important;
}

/* START GRID
============================================================================================= */

.some-page-wrapper {
  width:100%;
}

.some-page-wrapper .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.some-page-wrapper .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1
} 
.some-page-wrapper .double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2
}
.some-page-wrapper h3.aktuelno-title{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: #977d00;
}
.some-page-wrapper p.aktuelno-par{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color:#ffffff;
}
.some-page-wrapper .aktuelno-box{
  padding:.85rem 1.85rem; 
  position:relative;
}

/* END GRID
============================================================================================= */

.aktuelno-title {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.aktuelno-par-lead {
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.aktuelno-hero-button {
  position: absolute;
  bottom: 2.3rem;
  border: none;
  outline: 0;
  display: inline-block;
  width: 100%;
  max-width: 135.5px;
  padding: .625rem 1.5625rem;
  color: #ffffff;
  background-color: #977d00;
  text-align: center;
  cursor: pointer;
}

.aktuelno-hero-button:hover {
  background-color: #555;
  color: white;
}

/* novice category */

.novice-box1 {
  background-color: #353535;
  color: #fff;
}

.novice-box2 {
  background-color: #f0f0f0;
  color: #616161;
}

.novice-box3 {
  background-color: #616161;
  color: #fff;
}

.novice-box1 h3.date, .novice-box2 h3.date, .novice-box3 h3.date {
  margin-bottom: .75rem;
}

.novice-box1 h3.date {
  color: #616161;
}

.novice-box2 h3.date {
  color: #777777;
}

.novice-box3 h3.date {
  color: #999999;
}

.novice-box1 h4, .novice-box2 h4, .novice-box3 h4 {
  margin-bottom: 1rem;
}

.novice-box1 p, .novice-box2 p, .novice-box3 p {
  font-size: .75rem;
  font-weight: 100;
  margin-bottom: 1rem;
}

.hero-button,
.hero-button-novice {
  border: none;
  outline: 0;
  display: inline-block;
  width: 100%;
  max-width: 135.5px;
  padding: .625rem 1.5625rem;
  font-size: .85rem;
  color: #ffffff;
  background-color: #977d00;
  text-align: center;
  cursor: pointer;
}

.hero-button:hover,
.hero-button-novice:hover {
  background-color: #555;
  color: white;
}
.hero-button-novice {
position: absolute;
bottom: 1.5rem;
}
#novice .wp-post-image{
width: 100%;
height:auto;
}

/* form */

.form-group {
  margin-bottom: 2.25rem;
}
.form-control {
  height: calc(1.5em + .75rem + 10px);
  border-radius: 0 !important;
}
.form-control::placeholder {
  font-size: .85rem !important;
  font-style: italic !important;
}
#partypro .form-group .form-control,
#nacrtuj .form-group .form-control{
  border:1px solid #977D00 !important;	
  background-color: transparent;
  color: #977D00;
}
#pisi .form-group .form-control::placeholder{
  border:1px solid #977D00 !important;	
  background-color: transparent;
  color: #b8b8b8 !important;
}
#partypro .custom-control-label::before,
#nacrtuj .custom-control-label::before {
	border:1px solid #977D00;
	background-color: transparent;
}
.custom-radio .custom-control-label::before {
  border-color: #fff !important;
  background-color: transparent;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-radio .custom-control-input:checked~.custom-control-label::after {
  color: #ff0000 !important;
  border-color: #fff !important;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f00'/%3e%3c/svg%3e");
  background-position: center;
}

.custom-radio .custom-control-input:active~.custom-control-label::before {
  color: #ff0000
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.rez {
  max-height: 40px;
}
#pisi{
	color:#fff;
}
/* carrousel */

#carousel-bg {
  background-color: #000000;
}

.carousel-inner {
  width: 100%;
}

.carousel-item {
  padding-left: 70px;
}

.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(37, 39, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(37, 39, 38, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(37, 39, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(37, 39, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(37, 39, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(37, 39, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

.carousel-caption {
  top: 28% !important;
  left: 0 !important;
  right: 0 !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 4.8rem;
  color: #d9d9d9 !important;
  margin-bottom: 1.25rem;
  z-index: 121;
}

.carousel-indicators {
  bottom: 50px !important;
  z-index: 123;
}

#carouselDogodki.carousel.slide .carousel-inner {
  width: 50%;
}

#carouselDogodki.carousel.slide .carousel-inner .carousel-item {
  padding-left: 0 !important;
}

.carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: #353535;
}

.dogodki-hero-button {
  position: absolute;
  bottom: 1.85rem;
  border: none;
  outline: 0;
  display: inline-block;
  width: 100%;
  max-width: 135.5px;
  padding: .625rem 1.5625rem;
  font-size: .85rem;
  color: #ffffff;
  background-color: #977d00;
  text-align: center;
  cursor: pointer;
}

.dogodki-hero-button:hover {
  background-color: #555;
  color: white;
}

/* masonry by card */

.card-columns {
  column-gap: 0;
}

.card {
  border-radius: 0;
  margin-bottom: 0 !important;
  border: 1px solid rgba(0, 0, 0, .025);
}

.card-img, .card-img-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* hero image */

#hero {
  /* Flexbox stuff */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Text styles */
  text-align: center;
}

.hero-image {
  width: 100%;
  height: 600px;
  /* background-image: linear-gradient(rgba(5, 2, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/hero-image1.png");
  background-size: cover; */
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-image-middle {
  width: 100%;
  height: 600px;
/*   background-image: linear-gradient(rgba(5, 2, 0, 0.6), rgba(0, 0, 0, 0.4)), url("images/hero-image2.png"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-image-bottom {
  width: 100%;
  height: 700px;
  /* background-image: linear-gradient(rgba(5, 2, 0, 0.6), rgba(5, 2, 0, 0.6)), url("images/legs.png"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  /* font-size: 4rem; */
  margin-bottom: 1.25rem;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  transform: translate(0%, 0%);
  color: #d9d9d9;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 100;
}

.hero-p {
  font-family: 'Roboto', sans-serif;
  /* font-size: 1.5rem; */
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.carousel-caption button, .hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 1rem 3.5rem;
  color: #000;
  background-color: #977d00;
  text-align: center;
  cursor: pointer;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.carousel-caption button:hover, .hero-text button:hover {
  background-color: #555;
  color: white;
}

#partypro-form {
  color: #977d00;
}

.small {
  font-size: 50%;
}

#partypro-form .form-control {
  color: #977d00;
  border: 1px solid #977d00;
}

#partypro-form .form-control::placeholder {
  color: #977d00;
}

.form-check-input {
  margin-top: 0;
}

.custom-control-input:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

/* slider Dogotki*/

/* 
========================================== Dogodki hover effect on image =================================

 */

#dogodki {
  position: relative;
}

.arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.arrows img {
  width: 60px;
}

.col.container-sl {
  padding: 0;
  float: left;
  width: 50%;
  max-height: 490px;
}

@media screen and (max-width: 640px) {
  .col.container-sl {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .col.container-sl {
    width: 33.33333%;
  }
}

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(43, 40, 40, 1);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  max-height: 620px;
}

.content-details {
  position: absolute;
  text-align: left;
  padding: 3rem;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h4 {
  font-size: 2.5rem;
  margin-bottom: 6rem;
}

.content-details p {
  /*   color: #fff;
  font-size: 0.8em; */
  line-height: 2rem !important;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

/* 
============================================================ 
 */

/* pisi category */

#pisi-form {
  background-color: #3a3a3a;
  color: #fff;
}

.pisi-nam {
  padding-right: 10rem;
  min-height: 70px;
}

.custom-control {
  margin-bottom: .7rem;
}

.bt-poslji {
  color: #000;
  font-weight: 500;
}

/* banner category */

.banner {
  background-color: #3a3a3a;
  color: #fff;
}

.banner img.img-fluid.logos {
  max-height: 70px;
}

#partnerji {
  padding-top: 0 !important;
}

/* 
============================================================================  SLIDER */

/* map */

#map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}

/* footer */

.follow-first {
  padding: 0 .45rem !important;
}

.follow-first, .follow {
  background-color: #977d00;
  color: #3a3a3a;
  /* font-size: .75rem; */
  margin: 0;
}

.foot-title {
  font-size: .82rem;
  font-weight: 600;
}

footer p, footer ul li a {
  color: #fff !important;
  font-size: .75rem;
  font-weight: 100;
  text-decoration-line: none !important;
}

#copyright {
  background-color: #666666;
  color: #fff;
  text-align: center;
}

/* 
============================================================= SINGLE PAGE*/

#top-single {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/header_single.png");
  height: 300px;
  /* You must set a specified height */
  background-position: top right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  position: relative;
}

#top-content {
  height: auto;
}

.adi {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
}

.wrap-thumbslide {
  position: absolute;
  top: -40%;
}

.carousel-item.sin {
  padding-left: 0;
  border: 1px solid #463012;
}

.carousel-indicators.vert {
  position: absolute;
  /* bottom: -11% !important; */
  left: -15%;
  width: 100%;
}

span.carousel-control-prev-icon {
  position: absolute;
/*   left: -95%;
  bottom: -14%; */
}

span.carousel-control-next-icon {
  position: absolute;
 /*  left: -55%;
  bottom: -14%; */
}


#carousel-thumb .carousel-control-prev-icon, #carousel-thumb .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  background-image: none;
}

#carousel-thumb .carousel-control-next-icon:after {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  color: #ccc;
}

#carousel-thumb .carousel-control-prev-icon:after {
  content: '\f104';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  color: #ccc;
}

#carousel-thumb ol.carousel-indicators.vert li.down, #carousel-thumb .carousel-indicators li {
  width: 100% !important;
}

li.down img {
  height: auto;
  max-height: 75px;
  overflow: hidden;
}

.wrap-title {
  position: absolute;
  top: 32%;
}

.page-title {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  color: #fff;
  text-transform: uppercase;
}

.single-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 100;
  text-transform: uppercase;
}

#top-content p {
  font-size: .8rem;
  line-height: 1.8;
}

.breadcrumb {
  background-color: transparent;
  font-style: italic;
  padding: 0;
}

.breadcrumb-item a, .breadcrumb-item {
  font-size: small;
  color: rgba(255, 255, 255, .5) !important;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .2rem !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: .2rem !important;
  color: #fff;
}

#nacrtujete-form {
  background-image: linear-gradient(rgba(58, 58, 58, 0.5), rgba(58, 58, 58, 0.5)), url("images/hat.jpg");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #020200;
  color: #977d00;
}

.nacrt-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  color: #977d00;
  text-transform: uppercase;
}

#nacrtujete-form .form-control {
  background-color: transparent;
  border: 1px solid #977d00;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#nacrtujete-form .form-control::placeholder {
  color: #977d00;
}

#nacrtujete-form .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border-color: #977d00 !important;
  background-color: transparent;
}

#nacrtujete-form .custom-control-input:checked~.custom-control-label::before {
  color: #977d00;
  border-color: #977d00;
}

#nacrtujete-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: transparent;
}

#nacrtujete-form .custom-control-input:checked~.custom-control-label::before {
  color: #977d00;
  background-color: transparent;
}

/* Carousel Preverite and Dogodki */

/* Carousel Partnerji  */

#partner .carousel-item {
  padding-left: 0 !important;
}

#partner .carousel-item::after {
  background: transparent;
}

/* End Carousel Partnerji */

/* Start responsive part */
/* Start Elementor part */
.elementor-swiper-button-prev {
    left: -60px !important;
}
.elementor-swiper-button-next {
    right: -60px !important;
}
