/*
Theme Name: The Lead Marketing
Theme URI: 
Author: Owais Memon
Author URI: https://owaismemon.com/
Description: 
Version: 1
License: GNU General Public License v2 or later
License URI: 
Text Domain: 
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto+Mono:100,300,400,500,700|Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, aside, nav, footer { 
    border: none;
    outline: none;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	font-family:"Arial", Helvetica, sans-serif;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: normal;
}
a:active, a:selected, a:visited, a, img {outline:none;}
ul {padding:0px; margin:0px;}
*/
*:focus {
	outline:none;
}

/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Mono', monospace;
*/

body, html {
  width: 100%;
  height: 100%;
}


.wp-block-image {
    margin: 0 0 0em;
}


.footer-botm {
	border-top: 1px solid rgba(102,102,102,0.5);
	color: var(--colorWhite);
	padding: 15px 0 0;
	font-size: var(--font-size-12);
}