/*
Theme Name: Rytm
Description: This is a child theme for Rytm
Author: Kolomedia.eu
Template: flatsome
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*** MAIN ***/

.h1-main-title {
    position: relative;
  display: inline-block; 
padding-bottom: 20px !important;
font-size: 82px !important;
}

.h1-main-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px; 
  background: linear-gradient(to right, #ffc000, #fc4d00);
}

@media only screen and (max-width: 600px) {
  .h1-main-title {
    position: relative;
  display: inline-block; 
padding-bottom: 20px !important;
font-size: 50px !important;
}
}

.is-divider {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
    display: none !important;
}

.custom-ikona {
    margin-left: -10px !important;
    margin-right: -10px !important;
}


.overlay {
    background:linear-gradient(to right, #ffc000 1%, #fc4d00 100%) !important;
    opacity: 0.6 !important;
}

.home .logo img {
    display: none !important;
    width: auto;
}

.h2-sub-title {
    font-size: 55px !important;
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000 !Important;
}

.button-red {
    width: 300px ! Important;
    height: 70px !important;
    background-color: #e94f18 !important;
    justify-content: center !important;
    align-items: center !important;
    vertical-align: middle !important;
    align-content: space-around !important;
    text-transform: initial;
}

.button-red1-1 {
    width: 300px ! Important;
    height: 70px !important;
    background-color: #e94f18 !important;
    justify-content: center !important;
    align-items: center !important;
    vertical-align: middle !important;
    align-content: space-around !important;
    text-transform: initial !important;
    margin-left: 30px !important;
}

.custom-image-border-radius-r {
    border-top-right-radius: 30px !important;
    border: 0 solid transparent !important;
    overflow: hidden !important;
    border-bottom-right-radius: 30px !important;
    border-top-left-radius: 0px !important;
    box-shadow: 0 3.4em 2.8em rgb(42 50 21 / 12%);
}

.banner-text-left {
    z-index: 9999 !Important;
    background:linear-gradient(to right, #ffc000 1%, #fc4d00 100%) !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-top-left-radius: 0px !important;


}

/**++ URNIKI ****/

.urniki-row {
    border: 4px solid #c2c1c1 !important;
    margin-bottom: 20px !important;
}

.urnik-row {
    gap: 20px;
    }
.urnik-color {
    background: #fcc00a;
        padding: 10px;
        text-align: left !important;
}

.urnik-color-box {
    margin-bottom: -10px !important;
}

/**** HOME BANNER KATEGORIJA ****/

.home-banner-category {
  position: relative;
  overflow: hidden;
}

.home-banner-category::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,192,0,0.5), rgba(252,77,0,0.5));
  opacity: 0;
  transition: opacity 0.9s ease;
  z-index: 1;
  pointer-events: none;
}

.home-banner-category:hover::before {
  opacity: 1;
}

.home-banner-category .banner-layer,
.home-banner-category .home-banner-title,
.home-banner-category .button {
  position: relative;
  z-index: 2;
  color: #000 !important;
}

.home-banner-category .home-banner-title:hover {
  background: transparent !important;
}


.category-main-text  {
  font-size:42px !important;
  font-weight: 700 !important;;
}

.hover-text {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 100%; /* ali po potrebi druga pozicija */
  left: 0;
  z-index: 2;
  color: #000 !important;
  font-size: 1em !important;
}

.home-banner-category:hover .hover-text {
  opacity: 1;
  visibility: visible;
}




/**** SHOP *****/

.primary.is-outline {
    color: #E94F1B !important;
    border: 0px solid #000 !important;
}

.primary.is-outline:hover {
    color: #E94F1B !important;
    border: 0px solid #000 !important;
    background: #fff !Important;
    z-index: 1 !important;
}




.home-main-banner-row {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

/* Mobilni (privzeto) */
.home-main-banner-row  {
    width: 70% !important;
    margin-right: auto !important;
    margin-left: -450px !important;
  }


/* Tablet (npr. 600px do 1024px) */
@media (min-width: 600px) and (max-width: 1024px) {
  .home-main-banner-row  {
    width: 70% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

/* Desktop (nad 1024px) */
@media (min-width: 1025px) {
  .home-main-banner-row  {
    width: 70% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

/* Desktop (nad 1920px) */
@media (min-width: 1920px) {
  .home-main-banner-row  {
    width: 65% !important;
    margin-left: -450px !important;
    margin-right: auto !important;
  }
}

@media (min-width: 2500px) and (max-width: 2650px) {
  .home-main-banner-row {
    width: 35% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}







/***** HOME URNIKI******/


.packa-home-urniki {
    margin-top: -70px !Important;
    z-index: 999 !important;
    margin-bottom: -70px !Important;
    background: transparent !important;
}

/* Mobilni (privzeto) */
.home-urniki-row {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

/* Tablet (npr. 600px do 1024px) */
@media (min-width: 600px) and (max-width: 1024px) {
  .home-urniki-row {
    width: 70% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

/* Desktop (nad 1024px) */
@media (min-width: 1025px) {
  .home-urniki-row {
    width: 35% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

/* Desktop (nad 1920px) */
@media (min-width: 1920px) {
  .home-urniki-row {
    width: 40% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

@media (min-width: 2500px) and (max-width: 2650px) {
  .home-urniki-row {
    width: 35% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}


.packa-podstran {
    z-index: 999 !important;
    background: transparent !important;
}


.packa-home-banner {
    z-index: 999 !important;
    background: transparent !important;

}

.home-urnik-row {
    margin-top: -30px !Important;
}


.icon-envelop  {
    display: none !important;
}

.icon-phone {
    display: none !important;
}

.nav>li>a>i+span {
    margin-left: 5px;
    text-transform: lowercase;
    color: #000 !important;
    font-size: 18px;
}

.home .nav>li>a>i+span {
    margin-left: 5px;
    text-transform: lowercase;
    color: #fff !important;
    font-size: 18px;
}

.header-cart-title span.amount {
    color: #000 !important;
     font-size: 18px;
}

.home .header-cart-title span.amount {
    color: #ffffff !important;
     font-size: 18px;
}

/**.tooltip {
  display: none !important;
}
**/



.nav>li.has-icon>a>i {
    min-width: 1em;
    margin-left: 50px !Important;
}

.nav>li>a>i.icon-menu {
    font-size: 2.9em;
    color: #000 !important;
}

.home .nav>li>a>i.icon-menu {
    font-size: 2.9em;
    color: #fff !important;
}



/***** TAbS ****/

.nav-outline>li.active>a {
    border-color: #E94F1B !important;
    padding: 5px 10px 5px 10px !important;
    background: #E94F1B !important;
    color: #fff !important;
    width: 220px !important;
    justify-content: center;
    border-radius: 0px !important;
    text-transform: initial !important;
    font-size: 18px !important;

}

.nav-outline>li>a {
    position: relative;
    z-index: 10;
    padding: 5px 10px 5px 10px !important;
    /**background: hsl(15.15deg 82.4% 50.98% / 20%) !important;**/
    background: #fff !Important;
    border: 4px solid #E94F1B !important;
    color: #E94F1B !important;
    font-size: 18px !important;
    border-radius: 0px !important;
    margin-right: 20px !important;
    width: 220px !important;
    justify-content: center;
    text-transform: initial !important;
}

.accordion-title {
    border-top: 0px solid #fff !important;
    display: block;
    font-size: 110%;
    padding: .6em 2.3em;
    position: relative;
    transition: border .2s ease-out, background-color .3s;
    background: #fff !important;
    color: #000 !Important;
    font-weight: 700 !Important;
}

.accordion-title.active {
    background-color: #fff !important;
    border-color: #ffffff !important;
    color: var(--fs-color-primary);
    font-weight: 700;
}

.urniki-border {
    border: 4px #0000 !important;
    
}


/**** footer ***/

.footer-znacka {
    margin-bottom: -65px !important;
}

@media only screen and (max-width: 600px) {
  .footer-znacka {
    margin-bottom: -45px !important;

}
}


/******* CONTACT FORM ******/

.column-half{
    float: left;
    position: relative;
    padding: 0.65rem;
    width:50%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.column-full{
    
    padding: 0.65rem;
    width:100%;
}

.wpcf7 label {
    display: block;
    width: 100%;
}


element.style {
}
.wpcf7 .wpcf7-form-control-wrap {
    display: contents;
}

select {
    box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    background-color: #f7f7f7;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E);
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: -10px;
    position: relative;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    background-color: #fff !important;
    color: #b20000;
}

/**---------------- Media query ----------------**/
@media only screen and (max-width: 799px) { 
    .column-half{
        width: 100%;
    }
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    height:40px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="tel"] {
    width: 100%;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .97em;
    color: #000000 !important;
    background-color: #ffffff;
    font-weight: 500;
    padding: 12px;
    box-shadow: inset 0 0em 0em 0 rgb(0 0 0 / 0%);
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

input[type=submit], input[type=submit].button, input[type=submit] {
    background-color: #231f20;
    border: 2px solid #231f20;
    color: #fff;
    padding: 10px 20px 10px 20px;
}

/******* GLAVA PODATKI********/

.glava-podatki{
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}



/**** TABELA *****/

.tablepress>:where(thead,tfoot)>tr>* {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>* {
    background-color: #000 !important;
    color: #fff!important;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>* {
    background-color: #000000;
    color: #fff;
}


/**** SHOP ****/

.box-text.text-center {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left !important;
}

.primary.is-outline {
    color: #E94F1B !important;
    border: 0px solid #000 !important;
    padding: 0px !important;
}


/**** BUTTON ***/

.button {
    background-color: var(--fs-color-primary);
    border-color: rgba(0, 0, 0, .05);
    color: #fff;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
}





/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}