/*! 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: 8px;
    --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: 1200px;
    --content--width: 70%;
    --sidebar--width: 30%;
    --primary--color: #11999e;
    --secondary--color: #2b2b2b;
    --primary--cta: #48B767;
    --secondary--cta: #fbaf3c;
    --border--color: #efefef;
    --neutral--colors: #f4e0d3;
    --white--text: #ffffff;
    --font--color: #333333;
    --font-family-h:"Krub", sans-serif;
    --font-family-p:"Krub", sans-serif;
    --title--size-1: 36px;
    --title--size-2: 30px;
    --title--size-3: 24px;
    --title--size-4: 18px;
    --title--size-5: 14px;
    --title--size-6: 12px;
    --body--size-1: 16px;
    --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: 20px;
  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;
  padding: 10px 0;
}

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

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

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

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

/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  width: 100% !important;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
  width: 100% !important;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
  width: 100% !important;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
  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: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.sticky,
.gallery-caption,
.bypostauthor {
  color: #ffffff;
}

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

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

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

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

.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;
}

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

.top__info {
    background-color: #333333;
}

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

.navigation__top li {
    padding: 0 10px;
}

.navigation__top a {
    color:#ffffff;
    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: 15px;
    color: #ffffff;
}

.main__navigation {
    box-shadow: 0 2px 10px #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;
}

.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: 600;
      padding: 20px;
    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
*/





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

h2.wp-block-heading {
    border-bottom: 1px solid #efefef;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
}


/*
** BOTTOM
*/

.bottom {
    background: #2b2b2b;
    padding: 80px 0;
}


/*
** FOOTER
*/

.footer {
    background: #323232;
    /* padding: 29px 0; */
}

.footer__txt,
.footer__txt a{
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
}
/*
** FRONT PAGE
*/


body {
  font-size: 1.6rem;
  color: #ADADAD;
}

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

.blue--font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #168BFF;
}

.blue--font-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #168BFF;
}

.blue--font-pt {
  font-family: 'PT Mono', monospace;
  font-weight: 400;
  color: #168BFF;
}

.yellow--font-pt {
  font-family: 'PT Mono', monospace;
  font-weight: 400;
  color: #FFD037;
}

.font--red {
  color: #FC6681;
}

.front__section_title {
    border-bottom: 1px solid #efefef;
    margin: 20px;
    overflow: hidden;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}

.front__article_single {
border: 1px solid #efefef;
    padding: 5px;
    margin: 10px;
}

.front__article_single:hover {
    box-shadow: 0 2px 10px #11999e36;
}

.front__all-loop-h2 {
    padding-bottom: 10px;
}

.front__all-loop-h2 h2{
font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0;
}  

.front__all-loop-h2 span{
font-size: 16px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0;
}  
    
.section__content_row {
  background-image: url(../../ilustracija.svg);
  background-position: right;
  background-repeat: no-repeat;
  height: 700px;
  background-size: contain;
}

.content__u_izradi {
  font-size: 44px;
}

.content__construction {
  font-size: 35px;
}

.section__bottom_row h3 {
  font-size: 20px;
  font-weight: 600;
}

.section__footer {
  background-color: #EFF1F9;
}

.section__footer_row,
.section__footer_row p,
.section__footer_row a {
  color: #4DA7FF;
}

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

.single__title {
    background: #f8f8f8;
}

.single__meta_title_h1 {
    margin: 0;
    font-size: 20px;
}

/*
** SINGLE
*/

.single__content_content {
    margin-top: 10px;
}

.single__content {
    padding-right: 20px;
}

.single__page_date {
    background-color: #11999e;
    padding: 5px 15px;
    font-size: 14px;
    color: #ffffff;
}

.single__meta_title_h1 {
    margin: 10px 0;
    font-size: 25px;
}

.single__tag {
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    overflow: hidden;
    padding: 23px 0;
}

.navigation__single_post {
    border-bottom: 1px solid hsl(0, 0%, 93%);
    overflow: hidden;
    padding: 38px 0;
}

.navigation__single_post a:hover {
    color:#11999e;
}

span.post_tags a {
    display: inline-block;
    margin-right: 13px;
}

/*
** WOO MAIN
*/
/*
** WOO SINGLE
*/
/*
** WOO TABS
*/
/*
** WOO ARCHIVE
*/
/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 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 (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);
                }
}

/*
>>>>> 1000 + <<<<<
*/
/* Iznad */
