/*!
Theme Name: Ruizarch Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Ruizarch - Architecture WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: ruizarch
Text Domain: ruizarch-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

.hero-section .mil-mb-90 {
  display: flex;
  flex-direction: column;
}

.hero-section .mil-suptitle {
  order: 2;
}

.hero-section .mil-link {
  order: 3;
}

.hero-section .mil-suptitle:after, .mil-banner-content .mil-suptitle:after {
  content: unset;
}

.hero-section .mil-bg-img {
  object-fit: contain;
  object-position: bottom;
}

.mb-0 .mil-el-label {
  margin-bottom: 0 !important;
}

.mil-banner-content .mil-suptitle {
  text-transform: inherit;
  font-size: 18px;
  font-weight: 500;
}

.elementor-nav-menu--main .elementor-nav-menu a {
  padding-left: 0;
}

.mil-background-grid {
  border: 0;  
}

.mil-background-grid:before {
  border: 0;
}

/* Single Podcast */
.single-post-wrap {
  background: #F2F2F2;
  position: relative;
  padding: 0 0 120px;
}

.single-post-wrap .spacer {
  min-height: 50vh;
  background: #000; 
}

.single-post-wrap .content-box {
  background: #FFF;
  padding: 60px;
  margin-top: -120px;
  z-index: 2;
}

.single-post-wrap .post-content h1 {
  font-size: 26px;
  line-height: 31px;
}

.single-post-wrap .post-content ul {
  margin: 10px 0;
}

.single-post-wrap .post-content ul li {
  margin: 10px;
}

@media (max-width: 768px) {
  .single-post-wrap { 
    padding: 0 0 90px;
  }
  .single-post-wrap .content-box {
    padding: 60px 20px;
  }
}
/* end podcast */