/*
Theme Name:029 ITMWPB Child V2
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: This new version includes a more flexible logo header area that allow us to include any number of elements at different widths, and also the social icons from theme options in the top left section of the page. Elementor Homepage (except Logos Area), Flexbox and Grid CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 029-itmwpb-child-v2
Template:029-itmwpb
*/

.social-links a {
  margin-right: 16px;
}

.site_date {
text-align: center;
}

.logo-container{
  padding: 20px 12px;
}


.row-margin {
  margin: 20px auto 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

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


.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-0 {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .sm-row-margin {
    margin: 20px auto 40px;
  }

  .sm-mb-20 {
    margin-bottom: 20px;
  }

  .sm-mb-40 {
    margin-bottom: 40px;
  }

  .sm-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm-mt-20 {
    margin-top: 20px;
  }

  .sm-mt-40 {
    margin-top: 40px;
  }

  .sm-mt-0 {
    margin-top: 0 !important;
  }


}

@media (min-width: 992px) {
  .md-row-margin {
    margin: 20px auto 40px;
  }

  .md-mb-20 {
    margin-bottom: 20px;
  }

  .md-mb-40 {
    margin-bottom: 40px;
  }

  .md-mb-0 {
    margin-bottom: 0 !important;
  }

  .md-mt-20 {
    margin-top: 20px;
  }

  .md-mt-40 {
    margin-top: 40px;
  }

  .md-mt-0 {
    margin-top: 0 !important;
  }

  .site_date {
    text-align: right;
  }

}