/*
 Theme Name:   Divi-child
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/



/* Custom icon in footer */
.dashicons.dashicons-twitter {
	color: #1DA1F2;
	font-size: xx-large;
	margin-left: 10px;
}

#custom_html-4 {
	margin-bottom: 30px;	
}


/* - Social icon in footer (only showing in English) - */

:lang(sv-SE) #footer-bottom .et-social-facebook a.icon:before { display: none; }
:lang(sv-SE) #footer-bottom .et-social-twitter a.icon:before { display: none; }


/* MFN Reports */

.widget_mfn_archive_widget {
  width: 100% !important;
}

.mfn-report-item {
  margin-bottom: 1rem !important;
  text-align: center;
  padding: 1.5rem 1.5rem;
  background: #ebebeb;
  width: calc(50% - 1rem);
  display: inline-block;
  float: left;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .mfn-report-item {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
  }
}

.page-id-457 .et_pb_widget_area_left {
  border: 0 !important;
}

.mfn-report-item:nth-child(2n+3) {
  clear: left;
}

.mfn-report-date {
  margin: 0 0 0.5rem 0;
  display: block;
  font-size: .9rem;
  font-weight: 700;
}
.mfn-report-thumbnail {
  width: 150px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mfn-report-thumbnail:hover {
  opacity: .75;
}
.mfn-report-thumbnail img {
  display: block;
}

.mfn-report-title > a {
  color: #fff !important;
  margin-top: 1.5rem;
  display: block;
  background: #f16b21;
  padding: 1rem 1.25rem;
  border-radius: 5px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mfn-report-title > a:hover {
  opacity: .75;
}


.mfn-year-container {
  overflow: hidden;
}


.my-archive h2, .my-archive h3 {
  margin: 0 0 8px 0;
}

.my-archive a {
  text-decoration: none;
  font-weight: 600;
}

.my-archive a:hover {
  text-decoration: underline;
}

.my-archive img {
  width:36px;
  height:auto;
}

.my-archive .mfn-archive-header {
  background:#f1f1f1;
  font-weight:600;
}

.read-more {
  font-weight: 600;
  text-decoration: none;
}