/*
Theme Name: BDA theme
Description: WordPress predloga izdelana za spletno stran BDA
Version: 1.0
Author: Sergej Bobek
Author URI: https://www.bda.si
Template: enfold
*/
.logo img { display: none !important; }
.subtext.avia-standard-logo-sub {
  font-size: 32px;
  color: var(--main-color);
  font-weight: 600;
}

.main_color .fallback-post-type-icon {
  display: none;
}

:root {
	--main-color: #0a6535; /* green */
	--blue: #1e90ff;
}

/* loop-index.php */
.tester.red {
  background: red;
}
.tester.green {
  background: green;
}
.tester.blue {
  background: blue;
}
.tester.default {
  background: yellow;
}
/* category /shortcodes/postslider.php */
.main_color .avia-content-slider .LOOK .slide-image {
  background: url(/wp-content/uploads/2023/10/87610Soncni-dvori.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 150px;
}

.LOOK.green .slide-content::after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: table;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 2px solid #ffffff;
  background: green;
}
.LOOK.red .slide-content::after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: table;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 2px solid #ffffff;  
  background: red;
}
.LOOK.blue .slide-content::after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: table;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 2px solid #ffffff;  
  background: blue;
}


.avia-section {
  background-size: cover;
}

/* ----------------------
*   .zbor (naslednji zbor)
---------------------- */
.zbor {
  margin: 50px 0 100px 0;
  font-size: 18px;
  display: table;
  border: 3px solid green !important;
  border-radius: 2px;
  padding: 30px;
  background: #f8f8f8;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.zbor h2 {
  margin-bottom: 25px;
  font-size: 22px;
}
.zbor > p {
  display: inline-block;
  margin: 0 30px 0 0;
}
.zbor > p:last-child {
  margin: 0;
}
.zbor > p span {
  font-weight: bold;
  text-transform: uppercase;
}
.zbor > p span::before {
  margin-right: 10px;
}
.zbor > p.datum span::before {
  content: '\E85b';
  font-family: 'entypo-fontello';
}
.zbor > p.ura span::before {
  content: '\E862';
  font-family: 'entypo-fontello';
}
.zbor > p.lokacija span::before {
  content: '\E842';
  font-family: 'entypo-fontello';
}
/* ----------------------
*   .zbor2 (pretekli zbori)
---------------------- */
.zbor2 {
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid;
}
.zbor2:hover {
  background: #f8f8f8;
}
.zbor2 > p {
  display: inline-block;
  margin: 0 30px 0 0;
}
.zbor2 > p:last-child {
  margin: 0;
}
.zbor2 > p span {
  font-weight: bold;
  text-transform: uppercase;
}
.zbor2 > p span::before {
  margin-right: 10px;
}
.zbor2 > p.datum span::before {
  content: '\E85b';
  font-family: 'entypo-fontello';
}
.zbor2 > p.ura span::before {
  content: '\E862';
  font-family: 'entypo-fontello';
}
.zbor2 > p.lokacija span::before {
  content: '\E842';
  font-family: 'entypo-fontello';
}
.zbor2 > p.zapisnik span::before {
  content: '\E84b';
  font-family: 'entypo-fontello';
}

/* CUSTOM POSTS DOGODKI */
#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: 800px;
}
#top .fullsize .template-blog .post-title,
#top .fullsize .template-blog .post-meta-infos {
  text-align: left;
}
#top .fullsize .template-blog .post-meta-infos {
  display: none;  
}
div.podatki {
  margin-top: 50px;
}
div.podatki > div {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding-right: 50px;
}
div.podatki > div:last-child {
  padding-right: 0;
}
div.podatki > div h3 {
  font-size: 16px;
}

div.podatki .stanje .dot {
  display: table;
  width: 50px;
  height: 50px;
  border-radius: 100%;  
}
div.podatki .stanje .dot.red {
  background: red;
}
div.podatki .stanje .dot.green {
  background: green;
}
div.podatki .stanje .dot.blue {
  background: blue;
}
div.podatki .stanje .dot.default {
  background: yellow;
}

/* ------------- */
.posiljatelj {
  
}
.priloge {

}
.priloge a {
  display: table;
}
.priloge a[href=""] {
  display: none;
}

/* PRIJAVA DOGODKA */
#top #main .avia-section.page_prijava .container {
  max-width: 800px;
  margin: 0 auto;
}
#top .form-prijava {
  /*max-width: 800px;*/
  margin: 50px auto 0 auto;
}
#top .form-prijava label {
  text-transform: uppercase;
  font-size: 16px;
}

/* POGODBE - FINAL PAGE */
/* izvajalec */
.izvajalec {
  margin: 30px 0;
  font-size: 16px;
}
.izvajalec p {
  
}
.izvajalec p strong {
  text-transform: uppercase;
  min-width: 170px;
  display: inline-block;
}
/* pogodba */
.pogodba {
  margin: 30px 0;
  font-size: 16px;
}
.pogodba p {
  margin: 0 0 10px 0;
}
.pogodba p strong {
  text-transform: uppercase;
  min-width: 170px;
  display: inline-block;
}
.pogodba p:last-child {
  margin-top: 20px;
}
/* opombe */
.opombe {
  font-size: 15px;
}
.opombe h3 {
  text-transform: uppercase;
}


/* typo */
.template-page .entry-content-wrapper h1, 
.template-page .entry-content-wrapper h2 {
  text-transform: none;
}


/* colors */
.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2,
.template-page .entry-content-wrapper h3,
.template-page .entry-content-wrapper h4,
.template-page .entry-content-wrapper h5 {
  color: var(--main-color);
}
#socket {
  background: var(--main-color);
  color: #fff;
}
/* button */
#top .main_color .avia-button {
  background: var(--main-color);
}
/* menu colors */
.header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
  color: #888888;
  text-transform: uppercase;
}
.header_color .av-subnav-menu a:hover, .header_color .av-subnav-menu a:focus, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li a:focus, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
  color: var(--main-color);
}
/* END COLORS */



/* header */
.html_header_top.html_header_sticky #header {
  border-bottom: 3px solid var(--main-color);
}

/* menu */
.av-main-nav li:hover .avia-menu-fx, .current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
  display: none !important;
}
/* socket */
#socket .copyright {
  float: none;
}
#socket .container {
  text-align: center;
}


