/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- px to rem ---*/
/* font-size: rem(14); */
/* LIVE WEB */
#wpadminbar {
  background: #0073aa;
}

/* DEMO WEB */
#wpadminbar {
  background: #f45246 !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/*
##### VARIABLES #####
*/
:root {
      font-size: 10px;
    --gap: 5px;
    --content--gap: 0px;
    --font--light: 300;
    --font--regular: 400;
    --font--heavy: 600;
    --font--height-light: 1.4;
    --font--height-regular: 1.6;
    --font--height-heavy: 1.8;
    --content: 1320px;
    --content--width: 70%;
    --sidebar--width: 30%;
    --primary--color: #811d1d; 
    --secondary--color: #1f2b45;
    --primary--cta: #1f2b45;
    --secondary--cta: #811d1d;
    --border--color: #efefef;
    --neutral--colors: #f8f9f4;
    --neutral--color-2: #edede2;
    --white--text: #ffffff;
    --font--color: #333333;
    --font-family-h:"Krub", sans-serif;
    --font-family-p:"Inter", sans-serif;
    --title--size-1: clamp(20px, 4vw, 36px);
    --title--size-2: clamp(18px, 4vw, 30px);
    --title--size-3: clamp(16px, 4vw, 24px);
    --title--size-4: 18px;
    --title--size-5: 14px;
    --title--size-6: 12px;
    --body--size-1: 18px;
    --s1:var(--gap);
    --s2:calc(var(--gap) * 2);
    --s3:calc(var(--gap) * 3);
    --s4:calc(var(--gap) * 4);
    --s5:calc(var(--gap) * 5);
    --s6:calc(var(--gap) * 6);
    --s7:calc(var(--gap) * 7);
  }
/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GLOBAL <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*/

body {
  font-family: var(--font-family-p);
  font-size: var(--body--size-1);
  color: var(--font--color);
}

.content {
  width: 100%;
  max-width: var(--content);
  margin: 0 auto;
  padding: var(--s2);
  box-sizing: border-box;
}

h1 {
  font-size: var(--title--size-1);
  color: var(--font--color);
  font-weight: var(--font--light);
}

h2 {
  font-size: var(--title--size-2);
  color: var(--font--color);
  font-weight: var(--font--light);
}

h3 {
  font-size: var(--title--size-3);
  color: var(--font--color);
  font-weight: var(--font--light);
}

h4 {
  font-size: var(--title--size-4);
  color: var(--font--color);
  font-weight: var(--font--light);
}

h5 {
  font-size: var(--title--size-5);
  color: var(--font--color);
  font-weight: var(--font--light);
}

h6 {
  font-size: var(--title--size-6);
  color: var(--font--color);
  font-weight: var(--font--light);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-h);
  margin: 0;
  line-height: 1.2;
}

p {
  font-size: var(--body--size-1);
  font-weight: var(--font--light);
  font-family: var(--font-family-p);
  font-style: normal;
  line-height: 1.5;
  text-align: left;
}

a {
  background: transparent;
  color: var(--font--color);
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
}

:hover {
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
}

/*
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLOAT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/* WordPress Core */
.alignnone {
  margin: var(--s1) var(--s3) var(--s3) 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: var(--s1) auto var(--s1) auto;
  width: 100% !important;
}

.alignright {
  float: right;
  margin: var(--s1) var(--s3) var(--s3);
}

.alignleft {
  float: left;
  margin: var(--s1) var(--s3) var(--s3) 0;
}

img {
  max-width: 100%;
  height: auto;
}

a img.alignright {
  float: right;
  margin: var(--s1) 0 var(--s3) var(--s3) ;
}

a img.alignnone {
 margin: var(--s1) var(--s3) var(--s3) 0;
}

a img.alignleft {
  float: left;
  margin: var(--s1) var(--s3) var(--s3) 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
 margin: var(--s1) var(--s3) var(--s3) 0;
  width: 100% !important;
}

.wp-caption.alignleft {
  margin: var(--s1) var(--s3) var(--s3) 0;
  width: 100% !important;
}

.wp-caption.alignright {
  margin: var(--s1) var(--s3) var(--s3);
  width: 100% !important;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 10px;
  text-align: center;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eaeaea;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #ff6600;
  display: block;
  font-size: 1em;
  height: auto;
  left: var(--s1);
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: var(--s1);
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.sticky,
.gallery-caption,
.bypostauthor {
  color: var(--white--text);
}

/*
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MODIFICATORS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  */
#wpadminbar {
  background: #0073aa !important;
}

/* Colors */
.primary--bg-color {
  background-color: var(--primary--color);
}

.second--bg-color {
  background-color:var(--secondary--color);
}


.bg--neutral{
  background-color:var(--neutral--colors);
}

.bg--neutral-2{
  background-color:var(--neutral--colors-2);
}

/*
  ----- Tekst Colors -----
*/

.color--primary-text {
    color: var(--text--color-primary);
}

.color--primary {
    color: var(--primary--color);
}

.color--secondary {
    color: var(--secondary--color);
}

.color--white {
    color: var(--white--text);
}

.margin--0-a {
  margin: 0 auto;
}

.padding--20 {
  padding: var(--s2);
}

.padding--0 {
  padding: 0;
}

.text--center {
  text-align: center;
}

/* Font */
.font--22 {
  font-size: 2.2rem;
}

.font--28 {
  font-size: 2.8rem;
}

.font--35 {
  font-size: 3.5rem;
}

.font--48 {
  font-size: 4.8rem;
}


.static {
    position: sticky;
    top: var(--s2);
}


/*
            ##### PADDING #####
          */

          .padding--1 {
              padding: var(--s1);
          }

          .padding--0-1 {
              padding: 0 var(--s1);
          }

          .padding--1-0 {
              padding: var(--s1) 0;
          }

          .padding--2 {
              padding: var(--s2);
          }

          .padding--0-2 {
              padding: 0 var(--s2);
          }

          .padding--2-0 {
              padding: var(--s2) 0;
          }

          .padding--3 {
              padding: var(--s3);
          }

          .padding--0-3 {
              padding: 0 var(--s3);
          }

          .padding--3-0 {
              padding: var(--s3) 0;
          }

          .padding--4 {
              padding: var(--s4);
          }

          .padding--0-4 {
              padding: 0 var(--s4);
          }

          .padding--4-0 {
              padding: var(--s4) 0;
          }

          .padding--0 {
              padding: 0;
          }

          /*
            ##### MARGIN #####
          */

          .margin--0-a {
              margin: 0 auto;
          }

          .margin--1 {
              margin: var(--s1);
          }

          .margin--0-1 {
              margin: 0 var(--s1);
          }

          .margin--1-0 {
              margin: var(--s1) 0;
          }

          .margin--2 {
              margin: var(--s2);
          }

          .margin--0-2 {
              margin: 0 var(--s2);
          }

          .margin--2-0 {
              margin: var(--s2) 0;
          }

          .margin--3 {
              margin: var(--s3);
          }

          .margin--0-3 {
              margin: 0 var(--s3);
          }

          .margin--3-0 {
              margin: var(--s3) 0;
          }

          .margin--4 {
              margin: var(--s4);
          }

          .margin--0-4 {
              margin: 0 var(--s4);
          }

          .margin--4-0 {
              margin: var(--s4) 0;
          }

          .margin--0 {
              margin: 0;
          }


          /*
            ##### BUTTON #####
          */

          /*
            ----- Theme Colors -----
          */

          .cta--bg-primary {
              background-color: var(--primary--cta);
          }

          .cta--bg-hover {
              background-color: var(--secondary--cta);
          }

          /*
            ----- Theme Colors -----
          */

          .btn-pry {
            background-color: var(--primary--cta);
            color: var(--white--text);
          }

          .btn-sec {
            background-color:var(--white--text) ;
            color: var(--primary--cta);
            border: 1px solid var(--primary--cta);
          }

          .btn--s {
            font-size: 14px;
            line-height: 24px;
            padding: var(--s1) var(--s2);
          }

          .btn--m {
            font-size: 16px;
            line-height: 24px;
            padding: var(--s2) var(--s3);
          }

          .btn--l {
            font-size: 20px;
            line-height: 24px;
            padding: var(--s3) var(--s4);
          }

          .btn--hover:hover {
            background-color: var(--secondary--cta);
          }

          .border--rs {
            border-radius: var(--s1)
          }

          .border--rm {
            border-radius: var(--s2)
          }

          .border--rl {
            border-radius: var(--s3)
          }
          
          
          
          @keyframes blink {  
          0% { background: #811d1d; }
          100% { background: #1f2b45; }
        }
        @-webkit-keyframes blink {
          0% { background: #811d1d; }
          100% { background: #1f2b45; }
        }
        
        .blink {
          -webkit-animation: blink 3s ease infinite;
          -moz-animation: blink 3s ease infinite;
          animation: blink 3s ease infinite;
        } 

        .live--bounse{
            padding:0 var(--s2);
            margin-right:var(--s1);
            color: var(--white--text);
        }
/*
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SVG <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*/
.svg--container {
  display: inline-block;
  position: relative;
  width: auto;
  z-index: 1;
  vertical-align: middle;
  /* do what you want */
}

.svg--object {
  vertical-align: bottom;
}

.svg--container span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  opacity: 0;
}

/*
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLEX <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.space--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--jf-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.order--1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order--2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order--3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order--4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/*
** MENU
*/

.top__info_row {
    width: 100%;
    max-width: var(--content);
    margin: 0 auto;
    box-sizing: border-box;
}

.logo__link_mobile {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  }
  


.navigation__top ul {
    display: flex;
    list-style-type: none;
}

.navigation__top li {
    padding: 0 var(--s2);
}

.navigation__top a {
    color: var(--white--text);
    font-size: 14px;
}

.top__navigation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_social {
    padding: var(--s2);
    color: var(--white--text);
}

.main__navigation {
    box-shadow: 0 2px var(--s2) #eee;
}

.main__navigation_row {
    width: 100%;
    max-width: var(--content);
    margin: 0 auto;
    box-sizing: border-box;
}

.navigation__main,
.navigation__cart {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: left;
  z-index: 9999;
}

.navigation__main ul,
.navigation__cart ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -999em;
}

.navigation__main ul.sub-menu,
.navigation__cart ul.sub-menu {
  width: 200px;
  background: var(--neutral--colors);
}

.navigation__main li,
.navigation__cart li {
  display: inline-block;
  position: relative;
  text-align: left;
}

.navigation__main li a,
.navigation__cart li a {
  color: #565656;
  font-weight: var(--font--heavy);
      padding: var(--s2);
    display: block;
    border-top: 2px solid transparent;
}

.navigation__main li a:hover,
.navigation__cart li a:hover {
    border-top: 2px solid var(--primary--color);
}

.navigation__main li:hover > ul,
.navigation__cart li:hover > ul {
  left: auto;
}

.navigation__main li li,
.navigation__cart li li {
  display: block;
}

.navigation__main li li:hover > ul,
.navigation__cart li li:hover > ul {
  left: 100%;
  top: 0;
}

#menu-kategorije {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

#menu-kategorije a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}






/*
** HEADER
*/


.logo__img {
  max-width: 150px;
  width: 100%;
}


/*
** COMMENTS
*/
/*
** ARCHIVES
*/


/*
** SIDEBAR
*/



/*
** BOTTOM
*/

.fa-facebook,
.fa-instagram,
.fa-youtube {
    color: #f8f9f4;
    padding: 10px;
    border: 1;
}

.social__item_box,
.copyright__box,
.impressum__box{
    display: flex;
    justify-content: center;
}

.social__item_box p,
.copyright__box p,
.impressum__box p,
.impressum__box a {

    font-size: 14px;
    color: #f8f9f4;
}

/*
** FOOTER
*/

.footer__txt,
.footer__txt a{
    font-size: 12px;
    color: #f8f9f4;
    text-align: center;
}


/*
** FRONT PAGE
*/




/* ---------------- news__klase ------------ */


.news__st_large {
        color: #811D1D;
    font-weight: var(--font--heavy);
    text-transform: uppercase;
    display: block;
    padding: var(--s2) 0;

}


.news__st_medium {
    font-weight: var(--font--heavy);
     display: block;
    background: var(--neutral--color-2);
    padding: var(--s1);
    text-align: center;
        font-size: 18px;
    text-transform: uppercase;
}

.news__h2_large {
    font-size: clamp(30px, 4vw, 45px);
    font-weight: 900;
}


.news__h2_medium {
    font-size: 20px;
    font-weight: var(--font--heavy);
     line-height: 1,2;
}


.news__h2_medium a {
    font-size: 20px;
    font-weight: var(--font--heavy);
}

.news__h2_small {
    font-size: 20px;
}

.news__st_small {
    color: var(--primary--color);
    font-weight: var(--font--heavy);
    text-transform: uppercase;
}

.front__image_large,
.front__image_medium {
    display: flex;
}

/* ------------ news__box_1 ------------*/



    
    

/* ------------ news__box_2 ------------*/

.news__box_2 {
    width:25%;
    padding: 0 var(--s2);
}

.news__box2_article {
    padding-bottom: var(--s2);
}


.news__box_2 article:nth-of-type(odd) .news__st_medium,
.news__box_4 article:nth-of-type(odd) .news__st_medium,
.news__box_6 article:nth-of-type(odd) .news__st_medium{
    color: var(--white--text);
    background: var(--primary--color);
}


.news__box_2 article:nth-of-type(even) .news__st_medium,
.news__box_4 article:nth-of-type(even) .news__st_medium,
.news__box_6 article:nth-of-type(even) .news__st_medium{
    color: var(--white--text);
    background: var(--secondary--color);
}




/* ------------------ news__box_3 ----------------*/


.news__new {
    color: var(--white--text);
    background: #1f2b45;
    font-weight: var(--font--heavy);
    padding: var(--s1);
    margin-bottom:var(--s2);
}


.news__box_3 {
    width:25%;
    background: #f8f9f4;
    padding: var(--s2);
}

article.news__box3_article {
    padding-bottom: var(--s2);
}





/* ------------------ sponsored__news ----------------*/

.sponsored__news_l, 
.sponsored__news_r {
    padding: var(--s1);
}





.news__box4_article,
.news__box5_article,
.news__box6_article {
    padding:var(--s1);
}


.news__box5_l {
    padding-right: var(--s1);

}


.news__box7_article {
    width: 33%;
    padding: var(--s1);
}

.news__box7 article:nth-of-type(3n+1) .news__st_medium {
    color: var(--white--text);
    background: var(--primary--color);
}

.news__box7 article:nth-of-type(3n+2) .news__st_medium {
    color: var(--white--text);
    background: linear-gradient(90deg, rgba(129, 29, 29, 1) 0%, rgba(31, 43, 69, 1) 90%);
}

.news__box7 article:nth-of-type(3n+3) .news__st_medium {
    color: var(--white--text);
    background: var(--secondary--color);
}

/*
** MAIN
*/
/*
** IMAGES
*/
/*
** PAGES
*/



/*
** SINGLE
*/


.single__content,
.single__inner_l{
    padding-right: var(--s2);
    border-right: 1px solid var(--border--color);
}

.single__content_sidebar,
.single__inner_r{
    padding-left: var(--s2);
}

.single__st_large {
    font-size: 25px;
    color: var(--primary--color);
    font-weight: var(--font--heavy);
}


.single__title_h1 {
    font-size: clamp(20px, 4vw, 45px);
    font-weight: 700;
}




.post_tags a {
    display: inline-block;
    margin: var(--s1);
    background: var(--neutral--color-2);
    padding: var(--s1) var(--s2);
    border: 1px solid transparent;
}

.post_tags a:hover {
    border: 1px solid var(--primary--color);
    color:var(--primary--color);
}



.author__name,
.author__time,
.author__foto {
    padding: var(--s2) 0;
    border-bottom: 1px solid var(--border--color);
}


.related__posts_sidebar,
.related__article {
    padding: var(--s2) 0;
}

.related__posts_sidebar article:nth-of-type(odd) .news__st_medium {
    color: var(--white--text);
    background: var(--primary--color);
}


.related__posts_sidebar article:nth-of-type(even) .news__st_medium {
    color: var(--white--text);
    background: var(--secondary--color);
}

/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> RESPONSIVE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*/
/*
>>>>> 0 + <<<<<
*/
/*
              ##### WIDTH ALL #####
            */

            .tw--20,
            .tw--25,
            .tw--30,
            .tw--33,
            .tw--40,
            .tw--50,
            .tw--60,
            .tw--70,
            .tw--80,
            .tw--100,
            .dw--20,
            .dw--25,
            .dw--30,
            .dw--33,
            .dw--40,
            .dw--50,
            .dw--60,
            .dw--70,
            .dw--80,
            .dw--100 {
              width: 100%
            }

            .w--20 {
                width: 20%;
            }

            .w--25 {
                width: 25%;
            }

            .w--30 {
                width: 30%;
            }

            .w--33 {
                width: 33.33333%;
            }

            .w--40 {
                width: 40%;
            }

            .w--50 {
                width: 50%;
            }

            .w--60 {
                width: 60%;
            }

            .w--70 {
                width: 70%;
            }

            .w--75 {
                width: 75%;
            }

            .w--80 {
                width: 80%;
            }

            .w--100 {
                width: 100%;
            }

.content--width,
.sidebar--width {
  width: 100%;
}

/*
>>>>> 600 + <<<<<
*/
/* Iznad */
@media only screen and (min-width: 600px) {
  .tw--20 {
                  width: 20%;
              }

              .tw--25 {
                  width: 25%;
              }

              .tw--30 {
                  width: 30%;
              }

              .tw--33 {
                  width: 33.33333%;
              }

              .tw--40 {
                  width: 40%;
              }

              .tw--50 {
                  width: 50%;
              }

              .tw--60 {
                  width: 60%;
              }

              .tw--70 {
                  width: 70%;
              }

              .tw--75 {
                  width: 75%;
              }

              .tw--80 {
                  width: 80%;
              }

              .tw--100 {
                  width: 100%;
              }
              
              
}


/*
>>>>> 800 - <<<<<
*/
/* Iznad */
@media only screen and (max-width: 800px) {


  .top_add {
      margin-top: var(--s4);
  }
  
      .news__box_1 {
    padding: var(--s2)var(--s3);
}

  
}

/*
>>>>> 800 + <<<<<
*/
/* Iznad */
@media only screen and (min-width: 800px) {
  .dw--20 {
                    width: 20%;
                }

                .dw--25 {
                    width: 25%;
                }

                .dw--30 {
                    width: 30%;
                }

                .dw--33 {
                    width: 33.33333%;
                }

                .dw--40 {
                    width: 40%;
                }

                .dw--50 {
                    width: 47%;
                }

                .dw--60 {
                    width: 60%;
                }

                .dw--70 {
                    width: 70%;
                }

                .dw--75 {
                    width: 75%;
                }

                .dw--80 {
                    width: 80%;
                }

                .dw--100 {
                    width: 100%;
                }

                .content--width {
                    width: var(--content--width);
                }

                .sidebar--width {
                    width: var(--sidebar--width);
                }
}


