/* SET HEIGHT FOR WIDGET */

.widget-mh {
min-height: 250px;
}


/*REMOVE DROP SHADOW ON MOBILE MENU*/
.mobile-nav-frame .title h3, .mobile-nav-frame ul li a.link {
	text-shadow: none;
}

/*FIX MENU*/
.mobile-nav-frame {
	left: 0 !important;
}

/*HIDE DESCRIPTION ON EVENTS CALENDAR*/
.tribe-events-photo #tribe-events .tribe-events-content p {
display: none;
}


/*H1 line spacing*/
.entry-content h1{
	line-height: 100px; !important;
}

/*HIDE CERTAIN ROW ON MOBILES*/
@media (min-width: 601px){
	.mobile-show {
		display: none !important;
	}
}
@media (max-width: 600px){
	.mobile-hide {
		display: none !important; 
	}
}

/* Lists */

.entry-content .list-alter_margin ul li, .entry-content .list-alter_margin ol li {
	margin-left: 1em;
  
/* IDC comparisontool download form */
.wpforms-form button[type=submit] {
    background-color: #024488 !important;
    border-color: #024488 !important;
    color: #fff !important;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #022B57 !important;
}
  .wpforms-container.wpf-center {
     margin: 0 auto !important;
     max-width: 500px ;
}
  
  /*WPFORM confirmation background colour */
div.wpforms-confirmation-container-full {
    color: inherit !important;
    margin: 0;
    background: none;
    border: none;
    padding: 0;
}
 
div.wpforms-confirmation-container-full p:last-of-type {
    margin: inherit;
}