/*
 Theme Name: Feist Mdb
 Theme URI:
 Description: Child Theme for MdB Feist
 Author: MARUNG+BÄHR
 Author URI: http://www.marung-baehr.de
 Template: ultra
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

@media (max-width: 480px) {}

@media (max-width: 768px) {}

@media (max-width: 1024px) {}

@media (min-width: 1024px) {}

@media (max-width: 1200px) {}

@media (max-width: 1224px) {}





/*--------------------------------------------------------------
3.1 - Lists
--------------------------------------------------------------*/

/*---- mb Start -----------------------------------------------*/
.entry-content ul{
  list-style:none;
  margin-left:1.3em;
  padding-left:1em;
}

.entry-content ul li:before{
  content:"\f101";
  font-family: "FontAwesome";
  padding-right:0.8em;
  margin-left:-1.3em;
}

ol li{
  padding-left:0.5em;
}
/*---- mb Ende -----------------------------------------------*/

/*--------------------------------------------------------------
4.1 - Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ff9900;
  border: none;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-weight: 400;
  line-height: normal;
  outline-style: none;
  padding: 0.7142em 1.2143em;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: rgba(255, 153, 0, 0.8);
}


/*--------------------------------------------------------------
5.1 - Links
--------------------------------------------------------------*/
a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ff9900;
  text-decoration: none;
}

a:visited {
  color: #ff9900;
}

/*--------------------------------------------------------------
5.2.3 - Main Menu
--------------------------------------------------------------*/
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #ff9900;
}

.main-navigation ul li:hover > a {
  color: #ff9900;
}

.main-navigation ul li a {
  font-size: 1.15em;
  line-height: 1.78571em;
  white-space: nowrap;
  color: #313539;
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  background: #fff;
  border-top: 3px solid #ff9900;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 109px;
  z-index: 2;
}

.main-navigation ul ul li:hover > a {
  background: #ff9900;
  color: #fff;
}

.main-navigation div > ul > li > a:hover {
  border-bottom: 3px solid #ff9900;
}

.main-navigation .menu-search .search-icon:hover:before {
  color: #ff9900;
  cursor: pointer;
}

.main-navigation .menu-search .searchform input[name=s] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  background-color: transparent;
  border: none;
  border-top: 3px solid #ff9900;
  color: #313539;
  width: 100%;
}

/*--------------------------------------------------------------
5.2.4 - Responsive Menu
--------------------------------------------------------------*/
.responsive-menu .main-navigation.toggled ul ul li a {
  font-size: 1.15rem;
  line-height: normal;
  margin: 0 0 2px;
  padding-left: 36px;
}

.responsive-menu .main-navigation.toggled ul li a:hover, .responsive-menu .main-navigation.toggled ul li a:hover:before {
  background: #ff9900;
  border-bottom: none;
  color: #fff;
}

.responsive-menu .main-navigation.toggled ul ul li a:hover {
  background: #ff9900;
  border-bottom: none;
  color: #fff;
}

/*--------------------------------------------------------------
5.2.5 - Comment, Post and Page Navigation
--------------------------------------------------------------*/
.comment-navigation .nav-links a:hover,
.paging-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
  color: #ff9900;
}

.pagination .current {
  background: #ff9900;
  color: #fff;
}

.pagination .page-numbers:hover {
  background: #ff9900;
  color: #fff;
}


/*--------------------------------------------------------------
10.3 - SiteOrigin Post Carousel Widget
--------------------------------------------------------------*/
.panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a:hover {
  color: #ff9900;
}

.panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay {
  background: #ff9900;
}

/*--------------------------------------------------------------
12.5 - Recent Posts
--------------------------------------------------------------*/

/*---- mb Start -----------------------------------------------*/
.home #primary .widget_recent_entries ul {
  margin-left:0;
  padding-left:0;
}

.home #primary .widget_recent_entries ul li:before {
  content:none;
}
/*---- mb Ende -----------------------------------------------*/


/*--------------------------------------------------------------
13.6.3 - General Post and Page Header
--------------------------------------------------------------*/
.entry-header h1.entry-title a:hover,
.entry-header h1.page-title a:hover,
.page-header h1.entry-title a:hover,
.page-header h1.page-title a:hover {
  border: none;
  color: #ff9900;
}

.entry-header .breadcrumbs a:hover,
.page-header .breadcrumbs a:hover {
  color: #ff9900;
}

.entry-header .breadcrumbs,
.page-header .breadcrumbs {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #acaeaf;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 40%;
}


.single .entry-header h1.entry-title,
.page .site-content > .entry-header h1.entry-title,
.blog .page-header h1.page-title,
.search-results .page-header h1.page-title,
.search-no-results .page-header h1.page-title,
.error404 .page-header h1.page-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}

/*--------------------------------------------------------------
13.6.6 - Post Entry Meta
--------------------------------------------------------------*/
.site-content .entry-meta a:hover {
  border: none;
  color: #ff9900;
}

/*--------------------------------------------------------------
13.6.7 - Content Area Link Formatting
--------------------------------------------------------------*/
.entry-content p a,
.entry-content li a,
.entry-content dl a,
.entry-content pre a,
.entry-content code a,
.entry-content blockquote a {
  border-bottom: 1px dotted #ff9900;
  color: #ff9900;
}

.entry-content p a:hover,
.entry-content li a:hover,
.entry-content dl a:hover,
.entry-content pre a:hover,
.entry-content code a:hover,
.entry-content blockquote a:hover {
  border-bottom: 1px solid #ff9900;
}

/*--------------------------------------------------------------
14.3 - Header
--------------------------------------------------------------*/
.site-header .site-branding h1.site-title {
  font-size: 2.57143em;
  line-height: 1.38889em;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: normal;
  margin: 0;
  zoom: 1;
}

/*--------------------------------------------------------------
14.8 - Comments
--------------------------------------------------------------*/
.comments-area .comment-metadata a:hover {
  color: #ff9900;
}

.comments-area .reply a.comment-reply-link:hover, .comments-area .reply a.comment-reply-login:hover {
  color: #ff9900;
}

