/*
Theme Name:Edition Child
Description: Ein schönes Childtheme
Author: Nina Soentgerath
Author URI: http://neuigkeiten-und-geschichten.com
Template: edition
Version: 1.0
Tags:
*/

@media all and (max-width: 767px) {
.related-posts .grid-item .thumbovertext .title {
font-size: 14px !important;
}
}

/**
 * Mega Menu
 */
ul.sf-menu li.megamenu {
  position: static !important;
	
}

.sf-menu li.megamenu li li li a:hover,
.sf-menu li.megamenu li li a:hover,
.sf-menu li.megamenu li a:hover {
  text-decoration: underline;
	


}

.sf-menu li.megamenu li:last-child a,
.sf-menu li.megamenu li li:last-child a,
.sf-menu li.megamenu li li li:last-child a {
  border-bottom: none;
top: 20em;

}

.sf-menu li.megamenu:hover ul,
.sf-menu li.megamenu.sfHover ul {
  left: 0px;
 
}

.regular-nav.is_stuck .sf-menu li.megamenu:hover ul,
.regular-nav.is_stuck .sf-menu li.megamenu.sfHover ul {
  top: 3.7em;
}

ul.sf-menu li.megamenu li {
  position: static;
  float: left;
  width: 150px;
}

ul.sf-menu li.megamenu li a {
  padding: 5px 0;
  margin: 0 30px 0 0;
}

ul.sf-menu li.megamenu > ul {
  max-width: 100%;
  width: auto;
  background: #fff;
  border: 3px solid #e3e3e3;
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 35px 35px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
}

ul.sf-menu li.megamenu:hover li ul,
ul.sf-menu li.megamenu.sfHover li ul {
  display: inherit !important;
  top: 0 !important;
  border: none;
  opacity: 1 !important;
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  left: 0 !important;
  position: static;
  padding: 0;
  margin-left: 0;
}

ul.sf-menu li.megamenu ul.sub-menu .sf-sub-indicator {
  display: none;
  background: none;
}

ul.sf-menu li.megamenu .menu-item-type-custom > a {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

ul.sf-menu li.megamenu .menu-item-type-custom > a:hover {
  text-decoration: none;
  cursor: default;
}

ul.sf-menu li.megamenu .menu-item-type-custom .menu-item-type-custom > a {
  font-weight: bold;
  margin-top: 20px;
  color: #000;
}

.customsection .custom-description {
  display: block;
  margin: 10px 30px 0 0;
}

ul.sf-menu li.megamenu ul.sub-menu li.menu-item-custom-content span.highlight {
  color: #5b5959 !important;
  background: transparent;
}

ul.sf-menu li.megamenu ul.sub-menu li ul li:first-child {
  padding-top: 0;
}

.sf-arrows li.megamenu ul .sf-with-ul:after {
  display: none;
}

/*-----------------------------------------------------------------------------------

	$WIDGETS
	CSS for theme widgets

------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  $GENERALWIDGET
/*-----------------------------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}

.widget ul li {
  list-style-type: none;
  margin-left: auto;
  margin-bottom: 0;
}

.widget a {
  text-decoration: none;
}

.widget h3, .widget h2, .widget h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}

.widget h3.widget-title, .widget h2.widget-title, .widget h4.widget-title {
  font-size: 14px !important;
  line-height: 20px;
}

.widget .widget-title {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.dark .widget .widget-title {
  border-color: #444;
}

.widget ul.children {
  margin: 0;
  margin-left: 20px;
}
