/*
Theme Name:   Flex Mag Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Flex Mag Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     flex-mag
Version:      1.0.2
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  flex-mag-child
*/

/* Fix for headings being cut off */
#post-header > h1 {
  overflow: inherit !important;
}

/* 16:9 Fix */
#post-feat-img {
  line-height: 0;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
}

.mvp-related-img {
  background: #000;
  line-height: 0;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
}

.category #home-feat-img {
  max-height: 100%;
}

.archive-list-img {
  background: #000;
  line-height: 0;
  margin-right: 20px;
  overflow: hidden;
  width: 350px;
  max-height: 100%;
}


#feat-top-wrap #home-feat-img {
  max-height: 100%;
}


ul.archive-list li {
  float: left;
  border-top: 1px solid #282828;
  padding: 20px 0;
  position: relative;
  width: 100%;
}


ul.archive-col-list li {
  float: left;
  margin: 0 0 20px 1.90839694656%;
  overflow: hidden;
  position: relative;
  width: 31.4249363868%;
  height: 340px;
}

/***** Added styles for wide line separator in editor labeled vertical-bar *****/

.horizontal-bar {
  float: none !important;
  opacity: 1 !important;
  margin: 10px !important;
  border-bottom-width: 4px !important;
  border-bottom-style: solid;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  color: #eee;
}

/***** Added styles for html table *****/

.table table, th, td {
  border: 1px solid #ff008e;
  border-collapse: collapse;
  padding: 2% 2% !important;
}

.wp-block-table {
  margin-bottom: 2%;
}

@media screen and (max-width: 479px) {
  ul.row-widget-list li, #sidebar-wrap .feat-widget-wrap {
    border-top: 1px solid #2D2D2C;
    margin-left: 0;
    padding: 15px 0;
    width: 100%;
  }
}

ul.cat-head {
  font-size: 2em;
  margin-bottom: 15px;
}

/* Mobile Tabs*/
ul.col-tabs li.active {
  background: #FF008E;
}

ul.col-tabs li.active a {
  color: #FFF;
  font-weight: bold;
}


.col-tabs-wrap {
  background: #191919;

}

footer#foot-wrap {
  background: #111111;

}

h1.cat-head {
  font-size: 2rem;
}

/*

Article Page */
#content-main ul li, #content-main ol li {
  margin-left: 0;
  padding: 0;
  line-height: 1.5em;
}

#content-main ul {
  list-style: disc outside;
  margin: 0 0 10px 20px;
}

#content-main ol {
  list-style: decimal outside;
  margin: 0 0 10px 20px;
}

.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
  flex-grow: 1;
  padding-bottom: 10px;
}


/* Mobile 479 px */
@media screen and (max-width: 479px) {
  #body-main-wrap {
    background: #191919 !important;
    padding-top: 0;
    z-index: 100;
  }

  ul.row-widget-list li, #sidebar-wrap .feat-widget-wrap {
    border-top: 1px solid red !important;
    margin-left: 0;
    padding: 15px 0;
    width: 100%;
  }

  ul.row-widget-list li,
  #sidebar-wrap .feat-widget-wrap {
    border-top: 1px solid #2d2d2d !important;
    margin-left: 0;
    padding: 15px 0;
    width: 100%;
  }

  ul.row-widget-list li:first-child {
    border-top: none !important;
    padding-top: 0;
  }
}

#content-main ul {
  list-style: disc inside !important;
}

h3.foot-head {
  color: #2d2d2d;
}

#post-header {
  display: table;
  margin: 30px auto 30px;
  max-width: 1600px;
  padding: 0;
  width: 93%;
}


/* Footer Part Of MSN section ---> */

.part-of-msn {
  position: relative;
  display: flex;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
  z-index: 1
}

@media (max-width: 767px) {
  .part-of-msn {
    padding-top: 2rem;
  }
}

.part-of-msn.vertical {
  margin: 0 40px 66px 0;
  padding: 0;
  flex-direction: column;
}

@media (max-width: 767px) and (orientation: landscape) {
  .part-of-msn.vertical {
    margin: 10px;
    flex-direction: row;
  }
}

.part-of-msn.vertical .logo {
  width: 115px
}

@media (max-width: 767px) {
  .part-of-msn.vertical .logo {
    flex-direction: row
  }
}

.part-of-msn:not(.vertical) .logo {
  height: 32px
}

@media (max-width: 767px) {
  .part-of-msn:not(.vertical) .logo {
    height: 24px
  }
}

.part-of-msn .svg-text {
  fill: #fff
}

.part-of-msn img, .part-of-msn svg {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 38vw;
  object-fit: contain;
}

.part-of-msn.on-red .panel {
  fill: #fff
}

.part-of-msn.on-red .svg-text.net {
  fill: red
}

.part-of-msn .part-of-label {
  margin: 1rem 1.45rem 1rem 1.5rem;
  white-space: nowrap;
  font-family: DINPro, sans-serif;
  font-style: italic;
  color: #fff
}

@media (max-width: 767px) {
  .part-of-msn .part-of-label {
    font-size: .85rem
  }
}

nav.fly-nav-menu {
  position: relative !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#fly-menu-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Double footer logo FIX */
@media (max-width: 767px) {
  .foot-logo {
    display: none;
  }
}

/* <--- Footer Part Of MSN section */