/*
Theme Name: NielcoIT
Theme URI: https://nielcoit.dk
Template: Divi
Author: OnlineSynlighed.dk
Author URI: https://onlinesynlighed.dk
Version: 3.19.18.1558003819
Updated: 2019-05-16 10:50:19

*/

.et_pb_column.et_pb_column_empty {
	min-height: 0px;
}

ul#menu-footer.bottom-nav {
	text-align: center;
}

.wp-pagenavi .pages {
    display: block;
    line-height: 2.5em;
	}


/*Tilpasning af footer */
#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
@media only screen and (min-width: 980px) { 
    #footer-bottom .et-social-icons {     margin-bottom:28px; } 
}
#footer-bottom .et-social-icons {     
	width:100%;	
	display: flex;
  justify-content: center!important; 
}
.et-social-icon a {
	font-size:16px;
}

/* Styling af blog på forside */
/*.page-id-7*/ div.post-content { display:none; }
/*.page-id-7*/ .et_pb_post { background-color:#93979a!important; border:0px!important; }
/*Højde på blog-elementer */
@media only screen and (min-width: 768px) {
.custom_blog .et_pb_post {
min-height: 380px;
max-height:380px;
}
}
/*Baggrundsfarve - alle sektioner */
.et_pb_section { background-color: #323742;}

/* Telefonnummer i menu */
.tel-menu { color: #fff; background-color: #93979a; padding: 15px 0px 0px 15px; border-radius: 10px; }
.tel-menu a, .et-fixed-header#main-header .tel-menu a { color: #fff!important; font-weight:900!important; }
#top-menu>li:last-child {padding-right: 15px;}
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a { padding-bottom: 15px; }
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a { padding-bottom: 15px; } 
div.et_pb_column.et_pb_column_1_3.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough
 { padding-left:0px; }

/*styles the wp-pagenavi pagination links*/
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0.3em 0.8em !important;
  font-size: 0.8em !important;
  color: #fff;
  line-height: 1.2em;
  background: #938779;
  transition: all .5s;
}
 /*@media screen and (max-width: 992px) {
	 .wp-pagenavi a, .wp-pagenavi span {
	*/	 
/*styles the wp-pagenavi current page number*/
.wp-pagenavi span.current {
  color: #ffffff !important;
  background: #938779 !important;
}
 
/*styles the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
  color: #ffffff !important;
  background: #93979a !important;
}
 
/*styles the wp-pagenavi pages text*/
.wp-pagenavi .pages {
  background: none;
}
/*Styling af blogside*/
.page-id-20 .post {
	background-color:rgba(0, 0, 0, .0)!important;
}
.page-id-20 .entry-title {
	text-align: center;
	
}
.page-id-20 .et_pb_post {
	padding-bottom: 30px!important;
	border-bottom: 2px solid #938779!important;
}
.wp-pagenavi { border-top:0px; }

/* Styling af blogsider */
#main-content { background-color: #323742;}
.et_post_meta_wrapper, .et_pb_post .entry-content { background-color: #282c35; color:#fff; }
.et_post_meta_wrapper { padding: 25px 25px 1px 25px!important; }
.et_pb_post .entry-content {padding: 1px 25px 1px 25px!important;}
.et_post_meta_wrapper .entry-title { color:#fff; }
#left-area .post-meta a { color: #90867c; }
.single .post h2, .single .post h3, .single .post h4 {color: #90867c; padding-top:15px; }
.single .post { padding-bottom:0px; }


/*** Take out the divider line between content and sidebar ***/
  #main-content .container:before {background: none;}

/* Increase width of drop-down menus */
@media screen and (min-width: 981px) {
.sub-menu {
	min-width: 250px;
}
	#top-menu li li a {
    width: 260px;
	/* Extra - Reduce padding on list items */
	padding: 4px 12px;
	}
}