/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Heidi Guldhammer Larsen
 Author URI:     http://www.tandplejeinformation.dk
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Styrer hvornår mobil-menuen bliver vist */
@media (max-width: 1025px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }


/* Sikrer samme højde på blurbs */
.flex-row-wrapper {
 display: flex;
}

.flex-row-wrapper .et_pb_column {
 	display: flex;
 	flex-direction: column;
	padding: 20px;
	justify-content: space-between;  
}


/* Styling af breadcrumbs */
.breadcrumb {
margin-left: 50px;
margin-top: 10px;
}

.blurb:hover {
background-color: #ffffff;
box-shadow: 0px 1px 18px rgba(23, 23, 23, 0.17);
-moz-box-shadow: 0px 1px 18px rgba(23, 23, 23, 0.17);
-webkit-box-shadow: 0px 1px 18px rgba(23, 23, 23, 0.21); }

/* Ændrer afstanden mellem seneste nyheder på forsiden */
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
	margin-bottom: 20px;
}

/* List Styles - rykker punktopstilling 30 px ind */
#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
	padding: 0 0 23px 30px;
	line-height: 26px;
	list-style-type: disc;
}

/* List Styles - rykker punktopstilling 30 px ind */
#left-area ol, .entry-content ol, .comment-content ol, body.et-pb-preview #main-content .container ol {
	padding: 0 0 23px 30px !important;
	line-height: 26px;
	list-style-position: inside;
	list-style-type: decimal;
}

/* Styling af nyhedslisten på forsiden */
ul.lcp_catlist li {
	list-style: none;
}

span.titleclass {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 1.1em;
	display:block;
}

span.dateclass {
	font-family: 'Montserrat';
	font-size: .8em !important;
}
