/*
 Theme Name:   AtSkog Twenty Twenty Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty Child Theme
 Author:       lup0z
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/
.wp-block .events-list .blogpost a,
.events-wrap .article {
  color: #005f3c;
  display: grid;
  grid-template-columns: 10rem auto;
  justify-content: stretch;
  grid-column-gap: 1rem;
  align-items: center;
}

.event-calendar {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 8px;
  padding-left: 0px;
}
.event-calendar .day {
  float: left;
  font-size: 30px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #777777;
}
.event-calendar .month-year {
  float: left;
  display: block;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  color: #444444;
}

.post-type-archive-skog_event .article,
.tax-skog_event_location .article {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
}
.post-type-archive-skog_event .article:nth-child(even),
.tax-skog_event_location .article:nth-child(even) {
  background: #DDDDDD;
}
.post-type-archive-skog_event .article .description p,
.tax-skog_event_location .article .description p {
  margin-bottom: 0 !important;
}

.container.events {
  display: flex;
  flex-wrap: wrap;
}

.events-wrap {
  flex: 0 0 100%;
}

.events-list {
  list-style-type: none;
  padding: 0;
  float: left;
  width: 100%;
  display: grid;
}
.events-list h3 {
  color: #005f3c;
  transition: 150ms;
  float: left;
  margin: 0;
  line-height: 24px;
  font-size: 1.75rem;
}
.events-list h3:hover {
  transition: 150ms;
  opacity: 0.6;
}
.events-list li {
  float: left;
  width: 100%;
  clear: both;
  padding: 17px 0 16px 15px;
  box-sizing: border-box;
  margin: 0;
}
.events-list li:nth-child(even) {
  background: #DDDDDD;
}
.events-list li a:hover {
  opacity: 0.6;
/*  color: #f28f00; */
  text-decoration: none;
}
.events-list .container {
  padding: 0;
}
.events-list .events-list {
  padding: 0 !important;
}
.events-list .event-calendar {
  float: left;
}
.events-list .event-calendar .day {
  float: left;
  font-size: 30px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #777777;
}
.events-list .event-calendar .month-year {
  float: left;
  display: block;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  color: #444444;
}

.page-header {
  padding-top: 5rem;
  background: #F8F8F8;
  border-bottom: 1px solid #ebebeb;
}
.page-header h1 {
  margin-top: initial;
}

.hentry {
  max-width: 66ch;
}
.hentry h2 {
  font-size: 3rem;
}

#shuffle-filters {
  display: inline-block;
  margin-bottom: 10px;
  clear: both;
}

#shuffle-filters ul {
  list-style-type: none;
  float: left;
  clear: both;
  padding: 0;
  margin-top: 15px;
}

#shuffle-filters ul li {
  float: left;
  margin: 0 20px 20px 0;
  line-height: 40px;
}

#shuffle-filters ul li a {
  padding: 5px 18px;
  text-shadow: none;
  font-weight: normal;
}

#shuffle-filters ul li a.active {
  color: #fff;
  background-color: #2b2b2b;
}

#shuffle-filters ul li a:hover {
  text-decoration: none;
}

/*====================================*/
.employee_list {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  clear: left;
}

.employee_list > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 150px;
  background: transparent;
  margin-bottom: 20px;
  padding: 15px 20px;
  box-sizing: border-box;
}

.employee_list > li a {
  display: block;
}

.employee_list > li a:hover {
  text-decoration: none;
}

.employee_list > li img {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 1em;
}

.employee_list > li .employee_name {
  font-size: 20px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.employee_list > li span {
  color: #444444;
  text-align: center;
  display: block;
  width: 100%;
}

.employee_list > li:hover {
  opacity: 0.8 !important;
  text-decoration: none;
}

.employee_list li .right_info {
  float: left;
  width: 100%;
}

@media print {
  #employees {
    max-width: 600px;
  }

  #employees li.employee {
    width: 31%;
  }
}
.singular-ansatte .employee_list > li {
  min-height: 375px;
}

@media only screen and (min-width: 786px) {
  .single-employee figure, .single-employee .info {
    width: 49%;
  }

  .single-employee .info {
    padding: 0 6%;
  }

  .employee_list > li {
    width: 33%;
  }

  .phone-container {
    text-align: right;
    margin-top: 35px;
    margin-right: 10px;
    float: right;
  }

  .phone-container h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .phone-container h2 span {
    font-size: 34px;
    font-size: 2.125rem;
  }

  .phone-container h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.page-template-template-google-polygon.layout-fullwidth-without-sidebar .container-fluid {
  padding: 0;
}

.page-template-template-google-polygon.map-loaded #map-canvas, .page-template-template-google-polygon.map-loaded #locations {
  display: block;
}

.page-template-template-google-polygon.map-loaded #loading-map {
  display: none;
}

.page-template-template-google-polygon.show-location .location {
  display: none;
}

.page-template-template-google-polygon #map-canvas, .page-template-template-google-polygon #locations {
  display: none;
}

.page-template-template-google-polygon .main-content {
  padding: 0;
  position: static;
}

@media screen and (min-width: 992px) {
  .page-template-template-google-polygon .main-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -266px;
    padding-top: 266px;
  }
}
.page-template-template-google-polygon .row.layout-fullwidth-without-sidebar {
  margin: 0;
}

.page-template-template-google-polygon #map-canvas {
  height: 400px;
  margin: 0px;
  padding: 0px;
}

@media screen and (min-width: 992px) {
  .page-template-template-google-polygon #map-canvas {
    width: 50%;
    height: 100%;
  }
}
.page-template-template-google-polygon .municipals {
  padding: 30px;
}

@media screen and (min-width: 992px) {
  .page-template-template-google-polygon .municipals {
    width: 50%;
    max-height: 100%;
    overflow: auto;
  }
}
.page-template-template-google-polygon .location {
  margin-bottom: 40px;
}

@media screen and (min-width: 1500px) {
  .page-template-template-google-polygon .location {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.page-template-template-google-polygon .location.visible {
  display: block;
}

@media screen and (min-width: 1500px) {
  .page-template-template-google-polygon .location.visible {
    display: flex;
  }
}
.page-template-template-google-polygon .location:last-child {
  margin-bottom: 0;
}

.page-template-template-google-polygon .location > h2 {
  width: 100%;
  line-height: 100%;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  cursor: default;
}

.page-template-template-google-polygon .location .employee {
  margin-bottom: 30px;
}

@media screen and (min-width: 1500px) {
  .page-template-template-google-polygon .location .employee {
    width: 50%;
  }
}
@media screen and (min-width: 576px) {
  .page-template-template-google-polygon .location .employee {
    display: flex;
    align-items: center;
  }
}
.page-template-template-google-polygon .location .employee:last-child {
  margin-bottom: 0;
}

.page-template-template-google-polygon .location .post-thumbnail {
  margin-bottom: 0;
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
  .page-template-template-google-polygon .location .post-thumbnail {
    float: left;
    width: 160px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.page-template-template-google-polygon .location .info {
  margin-right: 10px;
}

.page-template-template-google-polygon .location .info h5 {
  font-weight: 700;
}

.page-template-template-google-polygon .location .info ul {
  padding-left: 16px;
}

.page-template-template-google-polygon .location .info ul a {
  color: #005f3c;
}

.forest-owners .btn, .forest-owners .wp-block-button__link {
  background-color: #444444;
  color: #FFFFFF;
  border: 0px solid #444444;
  border-radius: 5px;
}
.forest-owners #employees li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.forest-owners .skogeierlag_box {
  width: 100%;
  height: 150px;
  line-height: 150px;
  text-align: center;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  background: #eaeaea;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  place-content: center;
  display: grid;
  padding-left: 2rem;
  padding-right: 2rem;
}
.forest-owners a {
  text-decoration: none;
}
.forest-owners h4 {
  font-size: 2.5rem;
  color: #444444;
  margin: unset;
}

.owners_executive_info {
  list-style-type: none;
  padding: 0;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}

.owners_executive_info > li {
  display: block;
  width: 50%;
  min-height: 260px;
  float: left;
  margin-bottom: 25px;
  margin-left: unset;
  box-sizing: border-box;
}

.owners_executive_info > li img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.owners_executive_info > li ul.facts-list {
  float: left;
  margin-top: 15px;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.reset-hr {
  border-color: #015b35;
}

.pagination {
  margin-bottom: 20px;
  display: flex;
  font-size: 1rem;
}

.pagination .nav-links {
  display: flex;
  justify-content: start;
  margin-top: 3rem;
}
@media screen and (min-width: 700px) {
  .pagination .nav-links {
    font-size: 1.5rem;
  }
}

.pagination .nav-links .page-numbers {
  display: block;
  border: 1px solid #dddddd;
  padding: 5px 10px;
  margin-left: -1px;
  margin-right: 0;
}

.pagination .nav-links .page-numbers:hover {
  text-decoration: none;
}

.pagination .nav-links .page-numbers:not(.current):hover {
  background: #f1f1f1;
}

.footer-nav-widgets-wrapper {
 background-color: #CFEBF278 !important;
}

#site-footer {
 background-color: #CFEBF278 !important;
}
