html {
    font-size: 100%; /* default font size is 16px; */
}
body {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;	/* $line-height-base ?? $rembase */
}

#site {min-width: 290px;}
#site-header {}
#page-content {}
#site-main {}
#site-sidebar {}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 1.5rem 0; /* 24 ?? $rembase */
	clear: both;
}
h1 {
	font-size: 32px;
	font-size: 2rem;
}
h2 {
	font-size: 28px;
	font-size: 1.75rem;
}
h3 {
	font-size: 24px;
	font-size: 1.5rem;
}
h4 {
	font-size: 20px;
	font-size: 1.25rem;
}
h5 {
	font-size: 16px;
	font-size: 1rem;
}
h6 {
	font-size: 12px;
	font-size: 0.75rem;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 20px;
	margin-bottom: 1.25rem;
}
/* =Text elements
-------------------------------------------------------------- */
p {
	/* line-height: 1.75; */
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
}
ul,
ol {
	margin: 0 0 16px 24px;
	margin: 0 0 1rem 1.5rem;
	line-height: 1;
	padding: 0;
}
ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;	
}
li {
	margin: 0 0 4px 24px;
	margin: 0 0 0.25rem 1.5rem;
}
dl {
	margin: 0 20px;
	margin: 0 1.25rem;
}
dt {
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
dd {
	line-height: 1.25;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
cite {
	border: none;
}
big {
	font-size: 125%;
}
small {
	font-size: 75%;
}

html .mceContentBody {
	max-width: 960px;
	padding: 0 15px !important;
}

.mceContentBody blockquote {
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	padding: 20px;
	padding: 1.25rem;
}
pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1.25;
	margin: 20px 0;
	margin: 1.25rem 0;
	overflow: auto;
	padding: 20px;
	padding: 1.25rem;
}
code,
kbd,
samp,
var {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 2;
}
abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	line-height: 1.25;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 8px;
	padding: 0.5rem;
}
textarea {
	border: 1px solid #d5d2ca;
	border-radius: 3px;
	font-family: inherit;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1.25;
	padding: 10px;
	padding: 0.625rem;
	width: 96%;
}
label { font-weight: normal; }

/* =Tables
-------------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}	
table[Attributes Style] {
	border-top-width: inherit;
	border-right-width: inherit;
	border-bottom-width: inherit;
	border-left-width: inherit;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
}
table.aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

thead, tr, th, td {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
	line-height: inherit;
	color: inherit;
	vertical-align: top;
    outline: 0;
	padding: 10px;
 	border: 1px solid #bfbfbf;
    vertical-align: baseline;
}

/* =Links
-------------------------------------------------------------- */
a,a em, a strong, a:active, a:visited {
	color: #428bca;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline;
}
/* =Alignment
-------------------------------------------------------------- */
.alignleft {
	float:left !important; 
}
.alignright {
	float:right !important; 
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

/* =Images
-------------------------------------------------------------- */
img {
	height: auto;
}
img.alignright {
	float:right !important; 
	margin:0 0 1em 1em
}
img.alignleft {
	float:left !important; 
	margin:0 1em 1em 0
}
img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
a img.alignright {
	float:right !important; 
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left !important; margin:0 1em 1em 0;
}
a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
img,
.editor-attachment {
	border: 0;
	vertical-align: middle;
}
/*
	/* border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	max-width: 100%; */

img.size-full {
	width: auto/9; /* Prevent stretching of full-size images in IE8 */
}
img[class*="wp-image-"] {
	height: auto;
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.mce-wp-nextpage {
	border-radius: 0;
	box-shadow: none;
}
img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 4px;
	text-align: left;
}
.wp-caption-dt {
	margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #757575;
	font-style: italic;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 2;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
