/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2025 | 13:31:34 */
/* Gäller bara Divi Blog-modul med klassen "dipi-styled-blog" */
.dipi-styled-blog .entry-featured-image-url,
.dipi-styled-blog .entry-featured-image-url img {
  height: auto !important;
  max-height: none !important;
}

/* Se till att bilden får visa hela sig själv i sin container */
.dipi-styled-blog .entry-featured-image-url img {
  width: 100%;
  object-fit: contain !important;  /* ingen beskärning, hela bilden syns */
}

/* Om Divi Pixel lägger fixed höjd + overflow hidden på någon wrapper */
.dipi-styled-blog .entry-featured-image-url {
  overflow: visible !important;
}

.dipi-styled-blog .et_pb_image_container,
.dipi-styled-blog .et_pb_image_container img {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.dipi-styled-blog .et_pb_image_container img {
  width: 100%;
  object-fit: contain !important;
}







/**
@media (max-width: 767px){
.et_pb_section_video_bg.et_pb_section_video_bg_phone {
    display: none;
}
	**/
	}

#main-footer { display:none; }

.dashicons-facebook:before {
    content: "\f304";
    font-size: 20px;
}
.dashicons-instagram:before {
    content: "\f12d";
    font-size: 20px;
}






#main-footer {
	display:none!important;
}



.et_pb_module_inner {
    border-radius: 5px;
}

.dica-item.image_top {
    border: 10px solid #cccccc2e;
    border-radius: 3px;
	transition: all 0.2s ease-in-out;
}

.dica-item.image_top:hover {
    border: 10px solid #cccccc50;
    border-radius: 3px;
	
}

.dica_divi_carousel_0 .swiper-button-next:before, .dica_divi_carousel_0 .swiper-button-prev:before {
    color: #00898c!important;
}