/*
 * Theme Name: Advancement Project
 * Description: Advancement Project theme
 * Author: Fission Strategy
*/
@import 'assets/style.css';

.post .fl-modul.menue-fsvideo .video-block {
  width:100%;
  padding:0;
}

.widget_nav_menu ul.menu {
	color: #000;
	font-size: 20px;
	list-style:none;
	padding:0;
}

.widget_nav_menu ul.menu li {
	margin: 0 0 10px 0;
}

.widget_nav_menu ul.menu li:last-of-type {
	margin: 0;
}

.widget_nav_menu ul.menu a {
	color: inherit;
}

.widget_nav_menu ul.menu a:hover {
	text-decoration: underline;
}
.widget_media_image figure.wp-caption {
  border:0;
  padding:0;
  margin:0;
}

.heading .subtitle p {
  margin:0;
}

@media only screen and (max-width: 1199px) {
  .page-template-page-portal .title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.widget_fs_related_posts_list_by_taxonomy .item-box {
  font-size: 0;
}

.widget_fs_related_posts_list_by_taxonomy .item-box .text-block {
  width: 100%!important;
  max-width: 100%!important;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding-right: 0;
}

.widget_fs_related_posts_list_by_taxonomy .item-box .text-block img {
  width: 50%!important;
  min-width: 50%;
  float: left;
  margin-right: 10px;
}

.page-template-page-portal .item-box .text-holder {
  padding: 16px 16px 45px;
}

.page-template-page-portal .item-box .text-holder .item-title {
  margin-bottom: 12px;
}

.navigation-comments .dots {
  padding: 7px 1px;
  display: block;
  height: 38px;
}

.share-list {
  padding: 0 0 20px 0;
}

.container h1, .post h1, .container h2, .post h2, .container h3, .post h3, .container h4, .post h4, .container h5, .post h5, .container h6, .post h6, .post .hs {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .333em!important;
    color: inherit;
}

.post p {
    margin: 0 0 20px 0!important;
}

/* staff-template-default 
body.staff-template-default .heading + figure img {
  max-height:300px;
  width:auto;
  margin:0 auto;
  display:block;
}
body.staff-template-default .heading + figure {
  display: block;
  float:none;
  margin-right:1em 0;
}
@media (min-width: 640px) {
	body.staff-template-default .heading + figure {
    display: inline-block;
    float:left;
    margin-right:1em;
  }
  body.staff-template-default .heading + figure img {
    max-height:300px;
    width:auto;
  }
}
*/