/*
Theme Name: Mrmw
Theme URI: http://www.na.mrmw.net/
Description: A event organizer theme for WordPress.
Version: 1.0
Author: Molnar Csaba
Author URI: http://www.pagini-web.eu/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, clean, simple, responsive
Text Domain: mrmw
*/

@import url('https://fonts.cdnfonts.com/css/inter');
html {
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
}

html body {
  font-size: 1.6rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#footer_data {
  background-color: #3e3b3b;
}

#footer_data .wrapper .privacy-menu {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 2rem 3rem 0rem 3rem;
}

#footer_data .wrapper .f_menu_right {
  float: right;
  height: 32px;
}

#footer_data .wrapper .f_menu_right ul {
  float: left;
  list-style: none;
}

#footer_data .wrapper .f_menu_right ul li {
  padding: 0 0 0 30px;
  line-height: 24px;
  float: left;
  font-size: 14px;
}

#footer_data .wrapper .f_menu_right ul li a {

  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  outline: none;
}

#footer_data .wrapper .social-menu {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 3rem 1rem 1rem;
}

#footer_data .wrapper .social-menu .first-column {
  text-align: left;
}

#footer_data .wrapper .social-menu .first-column .first-column-copyright a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
}

#footer_data .wrapper .social-menu .first-column .company-image {
  max-width: 17rem;
}

#footer_data .wrapper .social-menu .second-column {
  padding: 2rem;
}
