/*
Theme Name: Amoga Theme
Theme URI: wp-content\themes\amogaapplabs
Author: Amoga Team
Author URI: 
Description: A team of professionals with extensive experience delivering high quality mobile apps to customers across the globe. Our head office is at beautiful city of Irvine in Orange County, California.
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: Amoga
License URI: URI: https://www.amogaapplabs.com/
Text Domain: Amoga App Labs
Tags: 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.
*/

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } 
body { margin: 0; } 
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } 
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
a {background-color: transparent;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: 700;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}


/**
* 2	.0 - Elements
*/

html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*,*:before,*:after {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit;}
body {}
hr {background-color: #d1d1d1;border: 0;height: 1px;margin: 0 0 1.75em;}
ul,ol {margin:0;padding: 0;}
li > ul,li > ol {margin-bottom: 0;}
img {height: auto;max-width: 100%;vertical-align: middle;}
del {opacity: 0.8;}
table,th,td {border:0px;}
table {border-collapse: separate;border-spacing: 0;border-width:0px;margin: 0 0 1.75em;table-layout: fixed;width: 100%;}
caption,th,td {font-weight: normal;text-align: left;}
th {border-width: 0 1px 1px 0;font-weight: 700;}
td {border-width: 0 1px 1px 0;}
th,td {padding: 0.4375em;}
input {line-height: normal;}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
}



