/*
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
*/

/*
 * FONTS
 * 
 * font-family: 'Poppins', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  font-family: 'Poppins', sans-serif !important;
	font-weight: 300 !important;
}
.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 {
	font-weight: 300;
}
body,
body p {
  font-size: 15px;
}

/* ----------- */

.hidden {display: none;}


/* NEW */
.tag-v-delu div.podatki .stanje .dot {
  background: red;
}
.tag-zakljuceno div.podatki .stanje .dot {
  background: green;
}
/* NEW */

.logo img { display: none !important; }
.subtext.avia-standard-logo-sub {
  font-size: 25px;
  color: var(--main-color);
  /*font-weight: 600;*/
}

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

:root {
	--main-color: #468499; /* #3a5d34 neka zelena */ /* grosuplje green #0a6535 */
	--blue: #1e90ff;
}

/* 
 * INTO SECTION
 * 
*/
#top .sec_intro {
  background: #f8f8f8;
}


/* 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%;
  */  
  width: auto;
  height: auto;
  border-radius: 3px;
}

.tag-zakljuceno div.podatki .stanje .dot::before {
  content: 'Zaključeno';
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.tag-v-delu div.podatki .stanje .dot::before {
  content: 'V delu';
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

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: 0px auto 0 auto;
}
#top .page_prijava .container .content {
  /* padding-top: 0; */
}
#top .form-prijava label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

/* 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;
}


/* DEFULT BLOG DISPLAY */
.html_modern-blog #top.blog .post-entry .blog-categories::after {
  font-size: 12px;
  font-weight: 600;
  padding: 0px 10px;
  border-radius: 3px;
  color: #ffffff;
 /*
  float: right; 
  position: absolute;
  top: 0;
  right: 0;
  */
  display: table;
  margin-top: 10px;
}
.html_modern-blog #top.blog .post-entry.tag-v-delu .blog-categories::after {
  content: 'V delu';
  background: red;
}
.html_modern-blog #top.blog .post-entry.tag-zakljuceno .blog-categories::after {
  content: 'Zaključeno';
  background: green;
}


.html_modern-blog #top.blog .bloglist-simple.post-entry .post-meta-infos.LOOK {
  display: table;
}
.html_modern-blog #top.blog .bloglist-simple.post-entry .post-meta-infos.LOOK > time,
.html_modern-blog #top.blog .bloglist-simple.post-entry .post-meta-infos.LOOK > span {
  display: none;  
}

/* zadolžen / category */
.html_modern-blog #top.blog .post-entry.bloglist-simple .blog-categories a:before {
  content: 'Zadolžen: ';
}
.html_modern-blog #top.blog .post-entry.bloglist-simple .blog-categories a {
  color: #666666;
  font-size: 16px;
  pointer-events: none;
}

.bloglist-simple .read-more-link {
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  
  display: table;
  position: inherit;
  right: auto;
  top: auto;
  transform: none;
}
.bloglist-simple .more-link {
  color: var(--main-color);
  color: #ffffff;
  background: var(--main-color);
  border-color: #e5e5e5;
}

.bloglist-simple .custom-link .more-link {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  display: table;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.5em;
}

/* titles - category in final */
.html_modern-blog #top .post-entry .post-title, 
.html_modern-blog .avia-content-slider .slide-entry-title {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 24px !important;
}


/* FILTER */
body .wpc-filters-main-wrap li.wpc-term-item.wpc-term-count-0 {
  pointer-events: none;
}
.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
  overflow-y: auto; 
}


/* KOMENTARJI FINAL POST */
.av-content-full > .comment-entry {
  border-top: 2px solid #cccccc;
  padding-top: 50px;
}
#commentform label {
  display: table;
  width: 100%;
  position: inherit;
  left: 0;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
}

#top .comment-form-attachment__file-types-notice,
#top .comment-form-attachment__autoembed-links-notice {
  display: none;
}

#top .logged-in-as {
  background: rebeccapurple;
  display: none;
}

#top .logged-in-as span.required-field-message {
  display: none;
}
/* post comments circle count */
#top .side-container-comment-inner {
  display: table;
  margin-bottom: 40px;
}
#top .comment-count {
  margin: 0 15px 0 0;
  display: inline-block;
}
#top .comment-text {
  text-align: left;
  margin: 0;
  /*! float: left; */
  display: inline-block;
  font-size: 22px;
  color: #333333;
  font-weight: 400;
}
#top .center-border {
  display: none;
}
/* skrij tagse na final page */
#top.single-post .blog-tags.minor-meta {
  display: none;
}

/* final post zadolžen / category */
#top.single-post .blog-categories.minor-meta {
  margin: 30px 0 0 0;
}
#top.single-post .blog-categories.minor-meta a:before {
  content: 'Zadolžen: ';
  color: #888888;
}
#top.single-post .blog-categories.minor-meta a {
  color: #333 !important;
  font-size: 16px;
  pointer-events: none;
}

/* responsiveness */
/* final post podatki o posiljatelju */
@media screen and (max-width: 900px) {
  div.podatki > div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 675px) {
  div.podatki > div {
    padding: 0;
    width: 100%;
  }
}



/* FLOATING BUTTON - prijava napake */
.floating-cta {
  position: fixed;
  z-index: 999999;
  top: 25%;
  right: 0;
  display: table;
}
.floating-cta a {
  display: table;
  background: var(--main-color);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;   
  padding: 10px;
}
.floating-cta a:first-child {
  margin-bottom: 10px;
}
.floating-cta a p {
  margin: 0;
}
.floating-cta a p img {
  display: table;
  width: auto;
  max-height: inherit !important;
  height: 60px;
  padding: 5px;
}








.datum-spemembe {
  margin-bottom: 10px;
}




.html_elegant-blog #top .bloglist-simple.post-entry {
  margin-bottom: 50px;
}


#top.category article.tag-v-delu h2.entry-title {
  background: red;
  color: #ffffff;
  margin: 0;
  padding: 10px;
}
#top.category article.tag-zakljuceno h2.entry-title {
  background: green;
  color: #ffffff;
  margin: 0;
  padding: 10px;
}