/*
Theme Name:     Glips
Description:    
Author:         admin
Template:       salient

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#paticka a
{
color: #fff;
}

#paticka p
{
color: rgba(255,255,255, 0.8);
}

#paticka a:hover
{
color: #fff;
text-decoration: underline;
}


#regular_portfolio .title-wrap h1
{
color: #25116c;
}

.single-portfolio .row.project-title .container .title-wrap
{
border-bottom: 0px !important;
}
/* PRAVÝ sloupec – stejné odrážky jako vlevo (nectar-fancy-ul) */

.single-portfolio #sidebar h3
{
margin-bottom: 30px;
}

#sidebar-inner ul,
#sidebar .widget #sidebar-inner ul { /* jistota – bez výchozích puntíků */
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar-inner ul li {
  list-style: none;
  position: relative;
  padding-left: 28px !important;       /* odsazení pro ikonku */
  margin: 0 0 12px 0;       /* mezera mezi řádky podobná levému seznamu */
  line-height: 1.4;
}

/* Ikonka před položkou – Font Awesome jako vlevo */
#sidebar-inner ul li:before {
  content: "\f00c";         /* fa-check */
  position: absolute;
  left: 0;
  top: 0.45em;
  font-size: 16px;
  line-height: 1;
  /* FA rodiny – funguje ve Salientu (FA4/5/6) */
  font-family: "Font Awesome 6 Free","Font Awesome 5 Free","FontAwesome";
  font-weight: 900;         /* pro FA5/6 solid; pro FA4 se ignoruje */
  color: var(--nectar-extra-color-1, #e09c3d); /* stejná „extra color 1“ jako vlevo */
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* (volitelné) jemné dorovnání na mobilu */
@media (max-width: 768px) {
  #sidebar-inner ul li { padding-left: 26px; margin-bottom: 10px; }
}




.img-with-aniamtion-wrap img
{

} 

.nectar-icon-list-item {
    position: relative;
    margin-bottom: 50px;
    }


    .nectar-icon-list-item h4
    {
    font-size: 18px !important; 
    }

 body.material #header-secondary-outer nav>ul>li>a {
    border-left: 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
}

 /*Tlačítko na sdílení soc. sítí v příspěvku */

 .nectar-social.fixed.visible {
    display: none;
}

.row.heading-title.hentry
{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}


h1 strong, h1 b,
h2 strong, h2 b,
h3 strong, h3 b,
h4 strong, h4 b,
h5 strong, h5 b,
h6 strong, h6 b
{
font-family: ;
}

.span_12.light .nectar-icon-list-item .content
{
color: #fff !important;
}

.velka-pismena
{
text-transform: uppercase;
}

.normal
{
font-weight: normal !important;
}

.mezera
{
padding: 0 30px;
}


.male p
{
font-size: 15px !important;
} 


p {
    padding-bottom: 18px;
}

body:not(.woocommerce-cart) .main-content td {
    font-size: 16px;
    padding: 10px;
}

.section-title .subheader
{
display: none !important;
}

/* Detail příspěvku */

#single-below-header .meta-category {
    display: none;
}

.blog-title #single-below-header > span {
    padding: 0 10px 0 10px;
    border-left: 0px solid rgba(0,0,0,0.1) !important;
}

.single .heading-title {
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}

 /* Nadpis příspěvku */
html body .row .col.section-title.blog-title h1 {
    font-size: 50px;
    line-height: 1.3em;
}

.single.single-post .section-title h1
{
max-width: 100% !important;
}



/* Podtržené menu když je submenu */
#header-outer.transparent[data-lhe="animated_underline"] header#top nav .sf-menu > li.current-page-ancestor  > a {
    opacity: 1!important;
}

body #header-outer.transparent[data-lhe="animated_underline"] header#top nav .sf-menu > li.current-page-ancestor >a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li.current-page-ancestor a:after, 
.material #header-secondary-outer[data-lhe=animated_underline] nav>ul.sf-menu>li.current-page-ancestor>a:after,
#header-outer[data-lhe=animated_underline] header#top nav>ul>li.current-page-ancestor:not([class*=button_])>a:after

 {
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -4px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-top: 2px solid #000;
    content: '';
    padding-bottom: inherit;
 }
 /* -------------------------------------------------- */ 



.nectar-fancy-ul li
{
margin-bottom: 10px  !important;
}



.wpb_wrapper .page-submenu li {
    display: inline-block;
    margin: 0 0px 0 0;
    color: inherit;
    padding: 20px 0 20px 0 !important ;
}

.wpb_wrapper .page-submenu li a {
padding: 2px 15px 2px 15px !important;
 border-right: 1px solid #858585;
 line-height:  20px !important;
}

.wpb_wrapper .page-submenu li:last-child a {

 border-right: 0px solid #858585;
}

.page-submenu.stuck li.current-menu-item a
{
font-weight: bold;
}

.page-submenu.stuck
{
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
}

.nectar_image_with_hotspots .nttip.open.closed {
    opacity: 0!important;
}

.nectar_hotspot_wrap
{
z-index: auto !important;
}


.lang-item a:after
{
display: none !important;
}

.pll-parent-menu-item a.sf-with-ul
{
margin-left: 30px !important;
}

.pll-parent-menu-item img
{
margin-bottom: 0px !important;
} 


/* event post */

.eventpost-status 
{
display: none;
}

.event_future h5
{
color: var(--salient-primary-color);
}

.event_item.event_future
{
margin-bottom: 30px;
}

.event_data.event_single .event_category
{
display: none;
}

.event_data.event_single
{
padding: 20px 40px ;
border: 0px ;
margin-bottom: 30px;
background: rgba(0,0,0,0.1) !important;
color: #000;
}

.post-content .event_date:before {
    font-family: "FontAwesome";
    content: "\f073"; /* Unicode pro ikonu kalendáře v FontAwesome */
    /* Přidání dalších stylování pro ikonu podle potřeby */
    color: white; /* Nastaví barvu ikony na bílou */
    background-color: #2bd1cb; /* Nastaví pozadí ikony na modrou */
    padding: 5px; /* Přidá padding kolem ikony */
    border-radius: 50%; /* Udělá z pozadí kruh */
    font-size: 16px; /* Nastaví velikost ikony */
    width: 25px; /* Šířka obdélníku ikony */
    height: 25px; /* Výška obdélníku ikony */
    display: inline-block;
    text-align: center;
    line-height: 25px; /* Centruje ikonu vertikálně */
    margin-right: 10px; /* Přidá mezery po pravé straně */
}

.event_data .time {
    font-size: 1.1em;
    opacity: 1;
}

.gps-geo-link,
.event_link.gps
{
display: none !important;
}

.event_item address,
.eventpost-address {
    padding-left: 10px;
    font-size: 16px !important;
    margin-top: 15px;
}

.event_item address:before,
.eventpost-address:before{
    content: "\f041"; /* Unicode pro "map-marker" ikonu v FontAwesome */
    font-family: "FontAwesome";
    padding-right: 0.5em; /* Přidá mezeru mezi ikonu a text */
}

/* BLOG - standard  - lfet image */
.post-area.featured_img_left .article-content-wrap .post-content-wrap {
    padding: 0 7% ;
}

.type-post h3.title
{
font-size: 25px !important;
line-height: 1.4em;
}

/* Vyruší TALL obrázek - druhý v pořadí

.row .col img:not([srcset]) {
    width: auto;
} */
.post-area.masonry.material .post .post-featured-img img {
    width:100% !important;
    object-fit: cover;
}






@media only screen and (min-width: 1300px) {
  .container {

  } 
}

@media only screen and (max-width: 1200px)
{

}
@media only screen and (min-width: 1000px)
{

.jen-mobil
{
display: none;
}

.sf-menu>li ul {
    padding: 20px;
}

.sf-menu>li ul li {
    margin-bottom: 10px;
}


}


@media only screen and (max-width: 1000px)
{
.mob-hidden
{
display: none !important;
}
}


@media only screen and (max-width: 728px)
{

}

@media only screen and (max-width: 690px)
{

}

