@import url("https://design.menighet.no/Portals/0/Menighet.css");
/* Kyrkjer og sokn */
.sokn-item {
border-bottom:1px solid #666;
  margin-bottom: 20px;

}
.sokn-image {
width: 100%;
        padding-top: 66.66%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
      cursor:pointer;
}
.sokn-item-title {  font-weight:600;}
.sokn-title {
  margin-bottom:6px;
}
.sokn-title::before {
  font-family: "Font Awesome 5 Free";
   font-weight: 900; content: "\f105";
   color: #D90011;
   margin-right: 4px;
   width: 0px;
   height: 0px;
}
.sokn-les-mer {
  float:right;
  cursor:pointer;
  font-size:0.9em;
  
}
.sokn-les-mer:hover {
  color:#D90011;
}
/* Kyrkjer og Sokn SLUTT */
/* Sokn */
h2.church-heading {
      font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif !important;
      color:#252525 !important;
      font-weight:300;
      font-size:2em;
}
.sokn-item-links {
 margin-top:10px; 
  margin-bottom:10px;
}
.btn-map-link {
  float:right;
}
.btn-img-link, .btn-map-link {
  font-size:0.9em;
  font-weight:600;
  display:inline-block;
  width:48%;
  text-align: center !important;
  border: solid 1px #D90011 !important;
  border-radius: 5px;
  padding: 4px !important;
  transition: all .3s ease;
  cursor:pointer;
}

.btn-img-link:hover, .btn-map-link:hover  {
background-color: #D90011;
color: #fff !important;
transition: all .3s ease;
}

.btn-img-link a:hover, .btn-map-link a:hover {
color: #fff !important;
}
a {color:maroon !important}
/* Sokn SLUTT */



