/*
Theme Name: NeoGrowth
Author: Doodleblue Innovations Pre Ltd.
Author URI: https://www.doodleblue.com/
Description: This theme brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats.
Version: 1.0
Text Domain: NeoGrowth
Tags: custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, theme-options, responsive-design

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Alignments
3.0 Typography
4.0 Forms
5.0 Formatting
6.0 Tables
7.0 Links
--------------------------------------------------------------*/

/* --------------------------------------------------------------
1.0 Reset
  http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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


/*--------------------------------------------------------------
2.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
}

.fs-72 {
	font-size: 72px;
	line-height: 75px;
}

h1,
.fs-48 {
	font-size: 48px;
	font-weight: 300;
}

h2,
.title-h2,
.fs-36 {
	font-size: 36px;
}

h3,
.fs-28 {
	font-size: 28px;
}

h4,
.title-h4,
.fs-24 {
	font-size: 24px;
}

h5,
.fs-22 {
	font-size: 22px;
}

h5,
.fs-21 {
	font-size: 21px;
}

h6,
.fs-18 {
	font-size: 18px;
}

.f-large {
	font-size: 16px;
}

.f-medium {
	font-size: 14px;
}

.f-small {
	font-size: 12px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

label {
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
}

:-moz-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
}


/*--------------------------------------------------------------
5.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin: 1em 0;
}


/*--------------------------------------------------------------
6.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}


/*--------------------------------------------------------------
7.0 Links
--------------------------------------------------------------*/

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
	color: inherit;
}

img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #595959ab !important;
	opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #595959ab !important;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #595959ab !important;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #595959ab !important;
	opacity: 1;
}

