/*
Theme Name: Sarajevski.ba (2021)
Theme URI: https://sarajevski.ba
Author: Damir Hajdarbasic
Author URI: https://webid.ba/
Description: Unique design template for news/media website Sarajevski.ba
Version: 1.4.6
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webid
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

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

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

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

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-block-image figcaption {
  font-size: 0.8rem;
  font-style: italic;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

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

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  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. */
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  max-width: 100%;
}

.is-type-wp-embed iframe {
  height: 103px !important;
}

em {
  color: inherit;
}

/* Template CSS */

html {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
}

.uk-background-primary {
    background-color: #f35128;
}

.uk-background-events {
  background-color: #2e2e2e;
}

.uk-background-secondary {
  background-color: #414141;
}

.uk-width-medium {
  width: 350px;
}

.uk-link, a {
  color: #f35128;
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #f35128;
}

.uk-navbar-saba,
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 50px;
}

.uk-navbar-saba a {
  color: #f35128;
}

.uk-nav-primary>li>a {
  font-size: 1rem;
}

.uk-logo {
  max-height: 45px;
}

.uk-calnedar {
  background: #f35128;
  color: #fff;
}

.uk-calnedar span {
  color: #fff;
}

.uk-indicator {
  margin: 0;
  border-radius: 0;
  height: 3px;
  background: transparent;
}

.uk-indicator::-webkit-progress-bar {
  background: transparent;
}

.uk-indicator::-moz-progress-bar {
  background: #f35128;
}

.uk-indicator::-webkit-progress-value {
  background: #f35128;
}

.uk-onheader {
  margin-top: -3px;
}


/* Widget */
.uk-icon-button {
  border: 1.5px solid #f35128;
  background-color: #fff;
  color: #f35128;
}

.widget_writer_widget {
  border-top: 3px solid #f35128;
  margin: 50px;
}

.widget_writer_widget .uk-icon-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  margin-right: 10px;
  margin-top: -10px;
  border: none;
  position: absolute;
}

.uk-icon-button:hover {
  background-color: #f35128;
  color: #fff;
}

/* POST CLASSIC */
.post-card canvas {
  background: #707070;
}

.post-card a {
  text-decoration: none;
}

.post-default:hover .post-title,
.post-inline:hover .post-title  {
  color: #f35128;
}

.post-default .post-title {
  margin: 5px 0;
}

.post-default .post-excerpt p {
  font-style: italic;
  margin: 20px 0;
}

/* STICKY POST */


.post-sticky .post-info {
    color:#fff;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.8039665329022234) 0%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient( 0deg,rgba(0, 0, 0, 0.8039665329022234) 0%,rgba(0, 0, 0, 0) 100% );
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.8039665329022234) 0%,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.post-sticky .post-title {
    color:#fff;
    margin: 5px 0;
}

.post-sticky .post-meta {
    text-transform: uppercase;
    color:#fff;
    margin: 0;
}

/* INLINE POST */
.post-inline a {
  text-decoration: none;
}
.post-inline .post-title {
  margin: 0 0 5px 0;
  font-size: 15px;
  line-height: 1.2;
}

.post-inline .post-meta {
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  color: #707070;
}

.post-inline .uk-padding-small {
  padding-top: 3px;
  padding-bottom: 5px;
}

/* SINGLE POST */
.article-category {
  font-family: "Roboto Slab", serif;
  color: #f35128;
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
}

.article-category a {
  color: #f35128;
  text-decoration: none;
}

.article-date {
  color: #707070;
  font-size: 12px;
}

.article-title {
  margin-top: 20px;
}

.article-content {
  font-size: 16px;
}

.wp-block-image {
  margin-left: -25px;
}

.wp-block-image.size-large img {
  width: 100%;
}

.article-tag-list {
  margin-top: 40px;
}

.article-quote .post-info {
  color:#fff;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.8039665329022234) 0%,rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient( 0deg,rgba(0, 0, 0, 0.8039665329022234) 0%,rgba(0, 0, 0, 0) 100% );
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.8039665329022234) 0%,rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.article-quote-content .wp-block-image {
  margin-left: -25px;
  margin-right: -25px;
}

.article-share .uk-icon-button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  margin-right: 10px;
  border: none;
}

.article-share .uk-icon-button:hover {
  background-color: #f35128;
  color: #fff;
}

.article-photo-copy {
  font-size: 12px;
  font-weight: 400;
  padding: 2px 40px 2px 5px;
  text-shadow: 1px 1px 4px #000;
  color: #fff;
  background: rgb(0,0,0);
background: -moz-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.835171568627451) 100%);
background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.835171568627451) 100%);
background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.835171568627451) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.has-cyan-bluish-gray-background-color {
  background-color: #EFEFEF !important;
  padding: 1.25em !important;
}

.tag-link {
  background-color: #EFEFEF;
  color: #707070;
  font-weight: 300;
  font-family: "Roboto Slab", serif;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
}

.tag-link::before {
  content: "#";
  color: #f35128;
}

.tag-link:hover {
  text-decoration: none;
  background-color: #f35128;
  color: #fff;
}

.tag-link:hover::before {
  color: #fff;
}

.uk-lightbox  {
  background: #fff;
}

.article-gallery {
  margin-top: 20px;
  
}

.article-gallery-open .uk-overlay-primary {
  transition: all ease-in-out 0.3s;
  background-color: rgba(243, 81, 40, 0.5);
}

.article-gallery-open:hover .uk-overlay-primary {
  
  background: rgba(0,0,0,.5);
}

.article-gallery-open .article-gallery-title {
  margin: 10px 0;
  background-color: #fff;
  padding: 10px;
  color: #f35128;
}

.article-gallery-open:hover .article-gallery-title {
  background-color: #f35128;
  padding: 10px;
  color: #fff;
}

/* Embed Card */
.embed-card {
  background-color: #EFEFEF;
  border-top: 3px solid #f35128;
  min-height: 100px;
}

.embed-card a:hover {
  text-decoration: none;
  color: #fff;
}

.embed-card .post-category {
  text-decoration: none;
  margin: 10px 0 5px;
  color: #f35128;
  text-transform: uppercase;
  font-size: 12px;
}

.embed-card .post-title {
  text-decoration: none;
  margin: 0;
  font-size: 1.15rem;
}

/* Widget Title */
.uk-info-width {
  width: 100%;
}

.uk-events-width {
  width: 100%;
}

.saba-info-title {
  margin-bottom: 0;
}

.saba-info-card {}

.saba-info-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.saba-info-flex div {
    order: 4; /* default is 0 */
}

.saba-info-header {
  color: #f35128;
  text-align: center;
  font-size: 14px;
}

.saba-info-header h6 {
  color: #f35128;
  text-transform: uppercase;
  margin: 0;
}


.saba-info-item {
  font-family: "Roboto Slab", serif;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  margin-top: 20px;
}

.saba-info-item .info-label {
  font-size: 14px;
}

.saba-info-item .info-value {
  font-size: 26px;
}

.saba-info-item .info-desc {
  font-size: 10px;
}

.saba-info-item hr {
  margin: 5px;
}

.saba-info-icon {
  height: 40px;
  width: 40px;
}

.saba-event-title {
  margin-bottom: 0;
  text-transform: uppercase;
}


/* Special Widget */
.post-special {

}

.post-special .post-meta {
  text-transform: uppercase;
  color:#fff;
  margin: 0;
}

.post-special .post-title {
  color:#fff;
  margin: 20px 0;
}

.post-special-overlay {
  background: rgb(243,81,40);
background: -moz-radial-gradient(circle, rgba(243,81,40,0) 0%, rgba(243,81,40,1) 90%);
background: -webkit-radial-gradient(circle, rgba(243,81,40,0) 0%, rgba(243,81,40,1) 90%);
background: radial-gradient(circle, rgba(243,81,40,0) 0%, rgba(243,81,40,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f35128",endColorstr="#f35128",GradientType=1);
}

.section-title {
  color:#f35128;
  text-transform: uppercase;
  margin-left: 15px;
}

/* Categories */
.category-title {
  text-transform: uppercase;
}
.category-card-sarajevska-hronika .category-title {
  color: #f35128;
}

.category-card-sport .category-title {
  color: #30A714;
}

.category-card-magazin .category-title {
  color: #B619A0;
}

.category-card-vijesti .category-title {
  color: #aa2402;
}

/* Footer */
footer .uk-section {
  border-top: 3px solid #f35128;
  
}

.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a {
  color: rgba(255,255,255,0.8);
}

.footer-nav >li>a {
  font-size: 18px;
  text-transform: none;
  min-height: auto;
}

.copyright-nav >li>a {
  font-size: 14px;
  text-transform: none;
  min-height: auto;
}

/* Events */
.event-info p {
  font-size: 14px;
  margin: 10px 0;
}

.event-label {
  background-color: #f35128;
  font-size: 12px;
  margin-right: 10px;
}

.event-label.complete {
  background-color: #d2d2d2;
  color: #000;
}

.evodv_current_day {
  background-color: #f35128;
}

.eventon_daily_in .evo_day.today {
  color: #f35128;
}

.uk-pagination {
  font-size: 20px;
}

@media (max-width: 640px)
{

  .saba-info-item {
    border: none;
    padding: 0;
    margin: 0;
  }

  .post-sticky .post-info {
    padding: 15px;
  }

  .post-sticky h2.post-title {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .post-sticky h6.post-meta {
    font-size: .675rem;
  }

  h1.post-title, h1.article-title {
    font-size: 1.8rem;
  }

  h3.post-title {
    font-size: 1.2rem;
  }

}

@media (min-width: 640px)
{

  .saba-info-flex {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-around;
  }

  .saba-info-item {
    padding: 10px 0 15px;
    margin: 0 0;
  }

  .uk-info-width {
    width: 150px;
  }
  
  .uk-events-width {
    width: 100%;
  }

}

@media (max-width: 960px)
{

  .article-quote-content .wp-block-image {
    margin-left: -15px;
    margin-right:-15px;
  }

  .article-quote-content .wp-block-image figcaption {
    padding-left: 15px;
  }

  .wp-block-image {
    margin-left: -15px;
    margin-right:-15px;
  }
  
  .wp-block-image figcaption {
    padding-left: 15px;
  }
}

@media (min-width: 960px)
{



  .saba-info-item {
    padding: 5px 0 10px;
    margin: 5px 0;
  }

  .uk-events-width {
    width: 280px;
  }

  .uk-info-width {
    width: 160px;
  }


    .uk-width-medium\@m {
      width: 350px;
    }

    .post-inline .post-card-image {
      display: none;
    }

}

@media (min-width: 1200px)
{

  .saba-info-item {
    padding: 10px 0 20px;
    margin: 10px 0;
  }

  .uk-events-width {
    width: 350px;
  }

  .uk-info-width {
    width: 200px;
  }

    .post-inline .post-card-image {
      display: block;
    }
}