/*! 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); */
/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GLOBAL <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*/
:root {
  font-size: 10px;
}

body {
  font-family: "Open Sans";
  font-size: 1.6rem;
  color: #727070;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  font-size: 6rem;
  margin-bottom: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000000;
  font-weight: 900;
  line-height: 64px;
  text-align: center;
  text-transform: none;
}

h2 {
  font-size: 2.9rem;
  color: #000000;
  font-weight: 600;
  line-height: 22px;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  margin: 0;
  padding: 10px 0;
}

p {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Open Sans";
  font-style: normal;
  line-height: 28px;
  text-align: left;
}

.font-22 {
  font-size: 2.2rem;
}

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

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

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

.primary-bg-color {
  background-color: #003f77;
}

.second-bg-color {
  background-color: #232323;
}

.third-bg-color {
  background-color: #fb0624;
}

.third-bg-color-light {
  background-color: #b1b6b6;
}

.grey-bg-color {
  background-color: #efefef;
}

a {
  background: transparent;
  color: #fb0624;
  text-decoration: none;
}

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

iframe {
    max-width: 100%;
}

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

/*
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 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: #efefef;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #003f77;
  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: #727070;
}

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

.header__site-title {
  font-family: "Open Sans";
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  padding: 0;
}

.header__site-title a {
  color: #003f77;
}

.menu--display-none {
  display: none !important;
}

.top__navigation {
  background-color: #232323;
  border-top: 4px solid #003f77;
}

.top__navigation .current-menu-item a {
  background-color: #003f77;
}

.top__navigation a {
  color: #ffffff;
  display: block;
  float: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  text-transform: uppercase;
}

.top__navigation a:hover {
  background-color: #003f77;
}

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

.main__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 9999;
}

.main__navigation .fa {
  color: #fff;
  font-size: 19px;
}

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

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

.navigation__main ul.sub-menu {
  width: 200px;
}

.navigation__main li {
  display: inline-block;
  position: relative;
  text-align: left;
  background-color: #232323;
}

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

.navigation__main li li {
  display: block;
}

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

/* HOME PAGE */
/* all loop */
.front__all-loop article {
  margin: 10px 10px 30px 10px;
  width: 30%;
}

.front__all-loop a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}

.front__loop-all:first-child {
  width: 100%;
}

.front__loop-all:first-child h2 {
  text-align: center;
  border-bottom: 1px solid #efefef;
}

.front__loop-all:first-child a {
  color: #000000;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.stella__title {
  background-color: #f53232;
}

.stella__title a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 41px;
  text-align: left;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
  display: block;
}

.recenzije__title {
  background-color: #f53232;
}

.recenzije__title a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 41px;
  text-align: left;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
}

.miksologija__title {
  background-color: #af8102;
}

.miksologija__title a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 41px;
  text-align: left;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
}

.danas-jeli__title {
  background-color: #3e0484;
}

.danas-jeli__title a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 41px;
  text-align: left;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
}

.vino__title {
  background-color: #7c0303;
}

.vino__title a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 41px;
  text-align: left;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
}

.single__entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

.single__entry-meta span {
  margin: 0 5px;
}

.single__image {
  text-align: center;
}

.paginacija {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}

.paginacija a {
  color: #003f77;
  font-size: 14px;
  border: 1px solid #003f77;
  padding: 10px;
}

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

.rezultati__loop span {
  width: 32%;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  max-width: 100%;
  display: block !important;
  margin: 0 auto;
}

div#sidebar_v1 iframe {
    max-width: 300px;
}

/* =COMMENTS
----------------------------------------------- */
li.comment {
  list-style-type: none;
}

#comments article {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #ddd;
}

#comments article img {
  border-radius: 50px;
}

#comments article header {
  border-radius: 0px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-color: #ddd;
  border-width: 1px;
  border-style: none none solid none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* =COMMENT FORM
----------------------------------------------- */
#respond h3#reply-title {
  font-size: 22px;
  line-height: 28px;
}

#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 1rem;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

#respond form label {
  display: block;
  line-height: 1.5;
}

#respond form input[type="text"],
#respond form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
  width: 100%;
}

#respond form p.form-allowed-tags {
  font-size: 16px;
  line-height: 1;
  color: #5e5e5e;
  display: none;
}

.required {
  color: red;
}

h3.right__sidebar {
  border-bottom: 2px solid #003f77;
  margin-bottom: 10px;
  margin-top: 15px;
}

h3.right__sidebar span {
  background-color: #003f77;
  color: #ffffff;
  padding: 6px 12px;
  display: inline-block;
}

.footer {
  background-color: #303440;
}

.footer__container.content {
  text-align: center;
  font-size: 1.4rem;
  color: #b1b6b6;
}

.footer__container.content a {
  color: #b1b6b6;
}

.footer_social {
  text-align: center;
}

.footer_social a {
  color: #ffffff;
  font-size: 25px;
}

/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> RESPONSIVE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*/
/*
>>>>> 1000 <<<<<
*/
/* Iznad */
/* Ispod */
@media only screen and (max-width: 869px) {
  .front__all-loop article {
    margin: 10px;
    width: 45%;
  }
}

/*
>>>>> 800 <<<<<
*/
/* Iznad */
/* Ispod */
@media only screen and (max-width: 799px) {
  h1 {
    font-size: 4rem;
    line-height: 40px;
  }
  .header .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_logo--image-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .header_page-name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .header_logo--image-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
  }
  .rezultati__loop {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rezultati__loop span {
    width: 49%;
  }
}

/*
>>>>> 600 <<<<<
*/
/* Iznad */
/* Ispod */
@media only screen and (max-width: 599px) {
    .front__loop-all:first-child a {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}

  h1 {
    font-size: 3rem;
    padding: 0;
    line-height: 35px;
  }
  .front__all-loop article {
    margin: 10px;
    width: 95%;
  }
  img {
    border: 0;
    width: 100%;
  }
  .rezultati__loop span {
    width: 95%;
  }
  
  article.front__loop-all,
  .stella__loop article,
  .recenzije__loop article,
  .miksologija__loop article,
  .danas-jeli__loop article,
  .vino__loop article {
    margin-bottom: 30px;
}

}
