/*
Theme Name: PNN Theme
Theme URI: http://www.parquesnacionales.gov.co
Author: PNN
Author URI: http://www.parquesnacionales.gov.co
Description: New design website PNN.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: PNN, Parques Nacionales Naturales de Colombia
*/

#page {
  width: 100%;
  max-width: 960px;
  margin: auto;
  /*background: rgba(255, 0, 0, 0.1);*/
  padding: 0px 0px;
  margin-top: 15px;
}

* {
  font-size: 12px;
}

.column-clean {
  padding-left: 0px;
  padding-right: 0px;
}

.column-clean-left {
  padding-left: 0px;
}

.column-clean-right {
  padding-right: 0px;
}

.spacer {
  height: 1px;
  margin-bottom: 10px;
}

a {

}

a:hover {
  text-decoration: underline;
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

.columns {
  border: thin solid rgba(0, 0, 0, 0.6);
}

.columns .columns {
  border: thin solid rgba(255, 0, 0, 0.6);
}

.columns .columns .columns {
  border: thin solid rgba(0, 255, 0, 0.6);
}

.columns .columns .columns .columns {
  border: thin solid rgba(0, 0, 255, 0.6);
}

.entry-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.entry-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.entry-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.entry-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.entry-content h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.entry-content h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

/*
#HEADER-MAIN
*/
#header-main {
  margin-bottom: 10px;
}

/*
#NAVIGATION
*/

.navigation {
  background-color: #87b425;
  display: block;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  text-align: justify;
}

.navigation .children {
  display: none;
}

.navigation li {
  list-style: none;
}

.navigation > li {
  display: inline-block;
  margin: 4px 0px;
}

.navigation {
  padding-left: 6px;
  box-sizing: border-box;

  font-size: 0; /* Eliminate spacing between inline block elements */
  text-align: justify;
  list-style: none;
}

.navigation:after {
  display: inline-block;
  width: 100%;
  height: 0;
  content: 'abc';
}

.navigation > li a {
  color: #ffffff;
  border-right: thin solid #ffffff;
  padding-right: 6px;
  font-weight: bold;
  font-size: 12px;
}

.navigation > li:last-child a {
  border-right: none;
}

.nav-menu-second.navigation {
  background-color: #d7d9a8;
}

.nav-menu-second.navigation > li a {
  color: #000000;
}

.nav-menu-third.navigation {
  background-color: #C0C175;
}

.nav-menu-third.navigation > li a {
  color: #1B1F0C;
}

#navigation-sm {
  display: none;
}

#navigation-sm li {
  width: 100%;
}

#navigation-sm li a {
  display: block;
  border-right: none;
  border-bottom: thin solid #ffffff;
  padding-left: 6px;
}

#navigation-sm .navigation {
  padding-left: 0px;
}

#navigation-sm .navigation > li {
  margin: 0px;
  padding: 2px 0px;
}

/*
#SEARCHFORM
*/

.header-search {
  border-left: thin solid #cccccc;
}

#searchform fieldset {
  border: none;
}

#searchform input[type='submit'] {
  border: thin solid #999;
  padding: 1.5px 4px;
  border-radius: 2px;
  height: 20px;
  -moz-border-radius: 2px;
  width: 80%;
}

#searchform input[type='text'] {

  box-sizing: border-box;
  height: 20px;
  padding: 2px;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 13px;

  color: #0a0a0a;
  background-color: #fefefe;

  box-shadow: none;
  border-radius: 0;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  margin-bottom: 8px;
}

.backgrounds {
  float: right;
  text-align: right;
  width: 100%;
}

.backgrounds a {
  color: #000;
}

.backgrounds img {
  position: relative;
  left: 4px;
}

/*
#MAIN-CONTENT-GALLERIA
*/

#main-content-galleria, #content-galleria {
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
}

#date-update {
  margin-bottom: 10px;
  font-weight: bold;

}

.date-update div {
  background-color: #85B425;
  color: #ffffff;
  padding: 2px 10px;
}


/*
#widget-insitu-player
*/
#widget-insitu-player {
  margin-bottom: 10px;
}

/*
#LINKS
*/
.link img {
  /*width: 100%;*/
  height: 102px;
  width: auto;
  margin-bottom: 7px;
}

/*
.ITEM
*/

div .new-item:last-child {
  border: none;
}

.item, .new-item {
  border-right: thin solid #cccccc;
}

.item-img {
  width: 100%;
}

.item-title {
  font-weight: bold;
  font-size: 14px;
  border-bottom: thin solid #CCCCCC;
  padding-bottom: 5px;
  margin-bottom: 5px;
  height: 40px;
}

.item-date {
  background-color: #85B425;
  padding: 2px 10px;
  margin-top: 2px;

}

.item-date a {
  color: #000000;
}

.item-wrap {
  height: 90px;
}

.item-content {
  color: #666666;
  border-bottom: thin solid #CCCCCC;
  height: 250px;

}

.item-share {
  background-color: #333A17;
  padding: 2px 10px;
  margin-bottom: 2px;
}

.item-share a {
  color: #ffffff;
}

#secondary-news {
  background-color: #333A17;
}

#secondary-news h6 {
  color: #C0C174;
  text-align: center;
  padding-top: 10px;
}

#secondary-news ul {
  padding: 0px;
  margin: 0px;
}

#secondary-news li {

  border-bottom: thin solid #ffffff;
  margin: 10px 8px;
}

#secondary-news a {
  color: #ffffff;
  background-image: url(images/secondary-news-bullet.png);
  background-repeat: no-repeat;
  padding-left: 33px;
  padding-bottom: 10px;
  display: block;
}

.title-separator, .widgettitle {
  padding: 2px 10px;
  background-color: #333A17;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 14px;
}

.title-separator.survey {
  background-color: #85B425;
}

/*
.WIDGET
*/

.widget {
  list-style: none;
}

.widget img {
  width: 100%;
}

.widgettitle {
  display: block;
}

.textwidget .iframe {
  max-width: 100%;
}

/*
.ENTRY
*/

.entry-content iframe {
  max-width: 100%;
}

.entry-title {
  border-bottom: thick solid #333A17;
  /*
  padding: 0px 10px 10px 10px;
  margin: 20px 0px;
  */
  font-size: 20px;
  font-weight: bold;
  color: #333A17;
}

.entry-date {
  background-color: #85B425;
  padding-bottom: 6px;
  padding-top: 6px;
  line-height: 12px;
  margin-bottom: 10px;
}

.entry-main {
  border-left: thin solid #cccccc;
  border-right: thin solid #cccccc;
}

/*
#MAIN-CONTENT
*/
#main-content {
  border-right: thin solid #cccccc;
  margin-bottom: 14px;
}

/*
.CONTENTNAV
*/
#content-menu {
  display: block;
  border-left: thin solid #cccccc;
  border-right: thin solid #cccccc;
  margin-bottom: 14px;
}

.contentnav {
  padding: 0px;
  margin: 0px;
  list-style: none;

}

.contentnav-item {
  padding: 0px;
  margin: 0px;
  background-image: url(images/content-menu-arrow.png);
  background-repeat: no-repeat;
  padding-left: 15px;
  margin: 0px 0px 10px 0px;
}

.contentnav-item a {
  color: #1B1F0C;
  font-weight: bold;
}

/*
.PARK
*/

.park {

}

.ecoturism-header {
  background-image: url(images/ecoturism-first-arrow.png);
  background-repeat: repeat-y;
  margin-bottom: 5px;
  color: white;
  padding: 10px 12px;

}

.park-info {
  background-color: #D8D9A8;
  margin-bottom: 14px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 12px;
}

.park-info-title {
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}

.park-thumbs {
  text-align: center;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.park-thumbs-link {
  display: inline-block;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: top;
}

.park-thumbs-txt {
  font-size: 11px;
  width: 62px;
  color: #000000;
}

.park-menu {

}

.park-map-container {
  margin-bottom: 14px;
}

.park-recommendation h5 {
  font-size: 14px;
  font-weight: bold;
}

.park-recommendation {
  /*
  margin-top: 24px;
  */
  padding: 15px;
  background-color: #D8D9A8;
  overflow: hidden;
}

#map_canvas {
  width: 100%;
  height: 400px;
}

.park-map-img {
  margin-bottom: 14px;
}

.park-map-title {
  background-color: #85B425;
  color: white;
  padding: 10px 12px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
}

.park-map-title-dark {
  background-color: #333A17;
}

/*
#ACCORDION
*/
#accordion > h3 {
  /*
  color: #87B425;
  */
  color: #000000;
  font-weight: bold;
}

/*
.DOCUMENT
*/
.document-header {
  background-color: #85B425;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: bold;
}

.document-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.document-item {
  padding: 0px;
  margin: 0px;

  margin: 6px 20px;
}

.document-item a {
  color: #000;
  display: inline-block;
  padding-left: 20px;
  line-height: 18px;
  font-weight: bold;
  background: transparent url(images/icons/_page.png) center left no-repeat;
}

.document-item a[href$='.pdf'] {
  background: transparent url(images/icons/pdf.png) center left no-repeat;
}

/*
#STORE
*/

.category_list {
  padding: 0px;
  margin: 10px 0px;
}

.category_list li {
  list-style: none;
  display: inline-block;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #333A17;
}

#catalogue_store {
  background-color: #E0EEC4;
  overflow: auto;
  padding: 20px 10px 10px 10px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#catalogue_store .mix {
  display: none;
}

#content_store .store_item {
  width: 30%;
  float: left;
  margin: 0 1.6% 1.5% 1.6%;
  position: relative;
}

#content_store .store_item span {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 4px 0px 4px 2px;
  color: #FFF;
  margin-top: 4px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 235px;
  max-height: 85px;
  overflow: hidden;
  line-height: 12.6px;
}

#content_store .store_item span a {
  color: #ffffff;
}

#content-galleria-store {
  -moz-border-radius: 2px;
  border-radius: 2px;

  padding: 10px 0px;
  margin-bottom: 10px;
}

.content-galleria-image {

}

.info-galleria-store {

  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #4C5133;
  background-color: #E0EEC4;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.info-galleria-store h2 {
  font-size: 17px;
  line-height: 18px;
  border-bottom: thin solid #4C5133;
  color: #4C5133;
  margin-top: 0px;
  padding-bottom: 6px;
}

.store_link {
  background-color: red;
  display: block;
  display: block;
  background-color: #4C5133;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-bottom: 10px;
}

.store_link:hover {
  color: #ffffff;
}

/*
.BREADCRUMBS
*/

.breadcrumbs {
  padding-left: 0px;
  padding-right: 0px;
}

.breadcrumbs a {
  color: #000000;
}

.divider {
  width: 100%;
  clear: both;
}

.line-separator {
  width: 100%;
  height: 10px;
  background-color: #333A17;
  float: left;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}

/*
    .CHARACTERISTICS
*/

/*Characteristic*/
.characteristic-header {
  background-color: #1B1F0C;
  width: 100%;
  display: block;
  height: 62px;
}

.characteristic-header > div {
  margin-left: 30px;
  padding: 10px 0px;
}

.characteristic-header > div img {
  display: block;
  float: left;
}

.characteristic-header > div span {
  padding: 13px 0px;
  color: white;
  font-weight: bold;
  display: block;
  float: left;
  margin-left: 17px;
}

.characteristic-header .close {
  float: right;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;

}

.characteristic-header .close span {
  padding: 4px 7px 4px 7px;
  background-color: #C0C174;
  margin: 0px;
  font-size: 16px;
  display: block;
}

.characteristic {
  background-color: #D8D9A8;
}

#characteristic-wrapper {
  display: block;
  clear: both;
  /*border: thin solid red;*/
}

#content-characteristic {
  padding: 15px 10px 15px 24px;
  margin-bottom: 15px;
  font-size: 12px;
}

#content-characteristic-scroll {
  width: 100%;
  /*max-height: 380px;*/
}

#content-characteristic .item-characteristic {
  padding: 12px 30px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  /*min-height: 230px;*/
}

#content-characteristic .item-characteristic img {
  margin-right: 30px;
}

#content-characteristic .item-characteristic img, #content-characteristic .info-characteristic {
  float: left;
  display: inline-block;
}

#content-characteristic .info-characteristic {
  width: 68%;
  min-width: 230px;
  min-height: 230px;
}

#content-characteristic .info-characteristic span {
  color: #85B425;
}

#content-characteristic .info-characteristic .linea {
  background-color: #85B425;
  width: 100%;
  height: 10px;
}

#content-characteristic .info-characteristic .title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}

#content-characteristic .info-characteristic div p {
  margin-bottom: 30px;
}

#content-characteristic .info-characteristic .content {
  min-height: 140px;
  /*height: 165px;*/
  overflow: hidden;
  display: block;
}

#content-characteristic .info-characteristic .credits {
  background-color: #85B425;
  height: 10px;
}

#content-characteristic .info-characteristic .credits span {
  float: right;
  color: #000000;
  display: block;
  clear: both;
  background-color: white;
  font-size: 12px;
  padding-left: 40px;
}

/*
#links img {
max-height: 102px !important;
height: 100px !important;
}

*/
/*
 .row-container
*/
.row-container {
  margin-bottom: 10px;
}

/*
#FOOTER
*/
#footer img {
  width: 100%;
}
