/*
Theme Name: Federal Ministry of Power
Author: Prince Morpheus
Author URI: https://www.princemorpheus.net/
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: https://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: https://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
@media (min-width:778px) {
	#content .pull-up {
		margin-top: -80px;
	}
}
@media (max-width:768px) {
	.hide-in-mobile {
		display: none;
	}
}
/*
.masthead:not(.mixed-header) {
    background: #ffffff url(../../../wp-content/uploads/2019/10/header-bg-4.jpg) no-repeat left top;
	background-size: cover!important;
}

.page-title.solid-bg.bg-img-enabled {
    background-image: url(../../../wp-content/uploads/2019/10/page-title-bg.jpg);
	background-size: cover!important;
}
*/
#footer.solid-bg {
    background: #2e6d1c url(../../../wp-content/uploads/2019/10/footer-bg.jpg) no-repeat center center;
	background-size: cover!important;
}

.mini-widgets .text-area p .slogan {
  color: #fff;
  font-weight: 900;
  font-style: italic;
}

.sidebar-left .content,
.sidebar-right .sidebar {
  padding-left: 30px;
}

.content ol,
.content ul {
  margin: 0 0 25px 20px;
}

p {
  margin-bottom: 25px;
}

blockquote.mg_qt_quote,
.widget_stray_quotes div:not(.widget-title) {
  color: #535353 !important;
  /*font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;*/
  font-style: italic;
  font-weight: normal;
  line-height: normal;
}

blockquote.mg_qt_quote p {
  margin: 0px;
}

blockquote.mg_qt_quote p:first-child:first-letter,
.widget_stray_quotes div:not(.widget-title):first-child:first-letter {
  float: left;
  color: #903;
  font-size: 48px;
  /*line-height: 60px; */
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

blockquote.mg_qt_quote footer .author {
  color: #535353 !important;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: smaller;
}

.menu-item.icon-only > a .menu-item-text {
  display: none;
}

.modal-body ul {
  padding-left: 25px !important;
  list-style: circle !important;
}
.modal-body p,
.modal-body ul {
  margin-top: 15px !important;
  margin-bottom: 20px !important;
}
