/*
Theme Name: 	Morphology Child
Theme URI: 		http://demos.shapedpixels.com/morphology
Author: 		shapedpixels.com
Author URI: 	http://www.shapedpixels.com
Description: 	This is a blank child theme to use with the Morphology theme whenever you need to make changes to code in the theme. 
Template:     	morphology
Version: 		1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	morphology-child
Tags: 			white, yellow, light, two-columns, right-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, theme-options
*/


html {font-family: 'Open Sans';}


/* tables */
table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    border: 0px hidden white !important; 
    /* border: 0px solid white !important; */
    /* border: none !important; */
}
table thead th,
table thead td {
	color: #222;
	background: #ffffff;
}
caption, th {
    font-size: 0.813rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
th, td {
    padding: 6px 12px;
    border: 0px hidden white !important; 
}
tr:nth-child(odd) {
    background-color: #ffffff;
}
.table {
	    margin: 30px 0;
}

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v29-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v29-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
