
/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.hidden {
  display: none;
}

.wp-embedded-content, .jetpack-video-wrapper > .lazy-loaded, .aligncenter.wp-image-15600.lazy-loaded
{
  width: 100% !important;
}

.resize img {
  width: 100%;
  height: auto;
}

.entry-content .excerpt img {
	max-width: 100%;
	height: auto;
}

/* ZA NAGRADE SLIKE + TEKST */

.totalpoll-form > div:first-child {
	position: static !important;
	width: auto !important;
	height: auto !important;
}

.totalpoll-question-content > p {
	font-size: 2em !important;
}

/*

.totalpoll-question {
	cursor: pointer !important;
}
.totalpoll-choice {
	position: relative;
}

.totalpoll-choice-image {
	display: inline-block !important;
	width: 150px;
}

.totalpoll-choice-container {
	display: inline-block !important;
	width: calc(100% - 150px) !important;
	height: 100%;
	position: absolute !important;
}

.totalpoll-choice-checkbox-container {
	border: 0 !important;
}

.totalpoll-choice-content,
.totalpoll-choice-checkbox-container {
	position: relative !important;
	transform: translateY(100%);
}

/* .choice-content {
	position: relative;
}

.choice-content p {
  float: right;
	position: absolute;
	left: 180px;
	top: calc(100% - 60%);
}

.choice-content img {
	border-radius: 5px;
} */

/* DOWNLOAD BOX CSS */

aside.download-box {
	width: 95%;
}

.download-button small {
	color: #ddd;
  opacity: .8;
}

.download-button small:hover {
	color: #ddd;
  opacity: 1;
}

/* POST IMAGE 100% WIDTH */

.image-post .excerpt > img {
    width: 100% !important;
		height: auto;
}

/* WIDGET TAB albumi CSS */

.wp-tabbed-tabs .wp-tabbed-nav, .wp-tabbed-tabs .wp-tabbed-nav li, .wp-tabbed-tabs .wp-tabbed-nav li.tab-active {
	background: #000 !important;
}

.wp-tabbed-tabs .wp-tabbed-nav li.tab-active {
  background: #111 !important;
	border-style: none;
  border-bottom: 1px solid #2a61be;
  border-top: 1px solid #2a61be;
  transition: .4s all;
}

.wp-tabbed-tabs .wp-tabbed-nav li {
	width: 50% !important;
  border-style: none;
  padding-left: 0 !important;
  text-align: center !important;
  transition: .4s all;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.wp-tabbed-tabs .wp-tabbed-nav li a {
	padding-left: 0 !important;
}

.wp-tabbed-tabs .wp-tabbed-nav li:hover {
	background: #111 !important;
  transition: .4s all;
}

/* MOBILE VIEW FOOTER BRANDING CSS */

li .social-footer-badges {
	margin-top: 20px;
}

/* MENU ITEMS/LINKS CSS */

#main-navigation li a {
  padding: 15px 15px !important;
}


/*
FIX EMOJI
*/

.excerpt img.emoji {
  width: auto !important;
}


/* ANKETE MOBILE */

/*
@media screen and (max-width: 768px) {
	  .totalpoll-choice-content,
  .totalpoll-choice-checkbox-container {
    position: initial;
    transform: translateY(0);
  }
}

/* @media screen and (max-width: 768px) {

  .totalpoll-choice-image {
    display: block !important;
    width: 100% !important;
  }
  .totalpoll-choice-container {
    display: initial !important;
    background-color: #eee !important;
    border-bottom: 3px solid black;
    color: #111 !important;
  }
  .totalpoll-choice-checkbox-container {
    border: 0 !important;
  }
  .totalpoll-choice-content,
  .totalpoll-choice-checkbox-container {
    position: initial;
    transform: translateY(0);
  }
} */