/* -------------------------------------------------------------- 

   typography.css
   * set up some sensible default typography.
   * Some classes uses Bootstrap.
    
-------------------------------------------------------------- */

/* Default font settings. */
body {
	background-color: #f1f1f1;
    color: #404040;
	font-family: "Roboto", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 15px;
}

body.custom-background {
    background-size: cover;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
}

h1 {
    font-size: 36px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
    font-size: 14px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

h6 {
    font-size: 12px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Text elements */
p {
	font-size: inherit;
	letter-spacing: normal;
	line-height: 1.65em;/*Easy Read*/
}

p img {
	max-width: 100%; 
	padding: 0; 
}

a,
a:hover,
a:link,
a:visited,
a:focus {
	outline: 0;
	text-decoration: none;
}

a:link,
a:visited {
	color: #006ec3;
}

a .screen-reader {
    overflow: hidden;
    position: absolute;
        top: -10px;   
    width: 1px;
    height: 1px;
}

blockquote {
    border-left: 3px solid #eee;
    font-size: initial;  
    margin: 0 0 20px;
    padding: 10px 20px;
}

strong { 
    font-weight: 500; 
}

em,
dfn { 
    font-style: italic; 
}

dfn { 
    font-weight: 500; 
}

sup, 
sub { 
    line-height: 0; 
}

abbr, 
acronym { 
    border-bottom: 1px dotted #999; 
}

address  { 
    font-style: italic; 
    margin: 0 0 1.5em; 
}

del { 
    color:#999; 
}

ins {
    color: #333;
}

pre { 
    margin: 1.5em 0; 
    white-space: pre; 
}

pre,
code,
tt { 
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 90%;
    line-height: 1.5;
}


/* Lists */
ul,
ol {
	list-style-position: outside;
	padding-left: 0;
}

ul {
    list-style-type: disc;
}

ol { 
    list-style-type: decimal; 
}

ul li,
ol li {
	list-style-type: inherit;
}

li ul, 
li ol { 
    margin:0 1.5em; 
}

.post-content ul,
.post-content ol {
    margin-left: 1em;
    padding-left: 40px;
}

dl { 
    margin-top: 0;
    margin-bottom: 20px;
}

dl dt { 
    font-weight: 500; 
}

dd { 
    margin-left: 0;
}


/* Tables */
table {
    border-bottom: 1px solid #ededed;
    margin: 0 auto;
    max-width: 600px;
    width:100%;
}

th,
td {
    position: relative;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

tfoot { 
    font-size: 85%; 
}


/* Misc classes */
.small { 
    font-size: 85%
}

.large { 
    font-size: 115%; 
}

.hide { 
    display: none; 
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
    text-align: center;
}

.top {
    display: table-cell;
    vertical-align: top;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.bottom {
    display: table-cell;
    vertical-align: bottom;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
	margin-top: 10px;
    margin-bottom: 10px;
}

select {
	width: 100%;
}

.clear {
	clear: both;
}

.caption {
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100%;
	height: auto;
}

.dropcap {
    color: inherit;
	display: inline;
	font-size: 35px;
    font-weight: 500;
	line-height: normal;
}

.col-md-9 .col-md-4 .dropcap,
.col-md-8 .col-md-4 .dropcap {
	line-height: initial;
	padding-right: 0;
}


/* Image */
.size-full {
	height: auto;
	max-width: 100%;
}

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;  
}

img.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

img.alignnone,
a img.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

img.aligncenter,
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    display: block;
	position: relative;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption-dd,
.wp-caption-text {
	font-family: inherit;
    font-weight: 500;
	font-size: 10px;
    font-style: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wp-caption p.wp-caption-dd,
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-caption-dd,
.wp-caption-text
.gallery-caption {
    position: relative;
}

.gallery .gallery-caption {
    clear: both;
    font-size: 11px;
}


/* Screen Reader Text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	height: 1px;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    left: 5px;
    top: 5px;
    width: auto;
	height: auto;
    z-index: 100000; /* Above WP toolbar. */
}