p {
  -moz-hyphens: none;
  -epub-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
  /* Original max-width: 474px */
  max-width: 90%;
}

/*zakomentirano zaradi testiranja*/

/*.header-text {
  background-color: #fff;
  background-image: url("/wp-content/uploads/2016/01/GoTo LOGO new06.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
  border-style: solid;
  border-color: #0c781e;
  background-position: left;
}*/

/*testna koda-ko je v uporabi, zakomentiraj .header-text*/

/*For devices smaller than 400px:*/

.header-text {
  background-color: #ffffff;
  background-image: url("/wp-content/uploads/2016/01/goto-logo_.png");
}

/* For devices 400px and larger: */

@media only screen and (min-device-width: 400px) {
  .header-text {
    background-color: #fff;
    background-image: url("/wp-content/uploads/2016/01/goto-logo_.png");
    /*background-image: url("/wp-content/uploads/2016/01/GoTo LOGO new06.jpg");*/
    background-repeat: no-repeat;
    /*background-size: auto;*/
    background-size: auto;
    opacity: 1;
    border-style: solid;
    border-color: #0c781e;
    background-position: left;
  }
}

/*konec testne kode*/

#site-header img {
  background-color: #000000;
}

/*#secondary {
  color: #186600;
  text-transform: capitalize;
}*/

/*.site-navigation a:hover {
  background-color: #000000;
  border-color: #000000;
  opacity: 1;
}*/

p {
  text-decoration: none;
}

#masthead.site-header {
  background-color: #0c6600;
}

/*.site-navigation ul ul {
  border-color: #000000;
}*/

/*@media screen and (min-width: 1080px) {
        .site:before {
		height: 270px;
	}
        #secondary {
		height: 240px;
	}
}*/

.outer {
  text-align: justify;
}

.outer img {
  display: inline-block;
  vertical-align: middle;
}

.outer .fix {
  width: 100%;
  height: 0;
  display: inline-block;
}

.gumb123 {
  background-color: #186600;
}

.site-navigation .current-menu-item > a {
  background-color: #0c6600;
}

.site-navigation a:hover {
  background-color: #005b8f;
  border-color: #005b8f;
}

.site-info {
  background-color: #005b8f;
}

#btnSearch:hover {
  background-color: #005b8f;
  border-color: #005b8f;
}