/*
Theme Name: Hello Elementor Child theme of elementor-hello-theme-master
Theme URI: 
Description: Child theme of elementor-hello-theme-master theme for the Hello Elementor theme
Author: <a href="https://elementor.com">Elementor Team</a>
Author URI: 
Template: elementor-hello-theme-master
Version: 1.2.0
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 06 Apr 2019 01:27:00 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
	 overflow-x: hidden;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #0469d6;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.7rem; }

h4 {
  font-size: 1.3rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/*Adjusting padding on category badge for blog*/
.elementor-posts .elementor-post__badge {
    padding: .6em .6em;
}



@media screen and (max-width: 768px)
html, body {
    width: 100%;
    overflow-x: hidden;
}

button, [type="submit"], [type="button"] {
    white-space: normal;
}