/*
Theme Name: propro
Theme URI: 
Author: name
Author URI: 
Description: 
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: 

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

/* =Headings
-------------------------------------------------------------- */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
	line-height: 1.846153846;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
}
.entry-content h4 {
	font-size: 14px;
	font-size: 1rem;
}
.entry-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
}
.entry-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
}
.entry-content hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}


/* =Text elements
-------------------------------------------------------------- */

.entry-content p {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}
.entry-content ul {
	list-style: disc outside;
}
.entry-content ol {
	list-style: decimal outside;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content li {
	margin: 0 0 0 24px;
	margin: 0 0 0 1.714285714rem;
}
.entry-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt {
	font-weight: bold;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dd {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content strong {
	font-weight: bold;
}
.entry-content cite,
.entry-content em,
.entry-content i {
	font-style: italic;
}
.entry-content cite {
	border: none;
}
.entry-content big {
	font-size: 128.571429%;
}
.entry-content .mceContentBody blockquote {
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content code,
.entry-content kbd,
.entry-content samp,
.entry-content var {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content abbr,
.entry-content acronym,
.entry-content dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content del {
	color: #333;
}
.entry-content ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.entry-content sup,
.entry-content sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.entry-content sup {
	top: -0.5em;
}
.entry-content sub {
	bottom: -0.25em;
}
.entry-content input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
.entry-content textarea {
	border: 1px solid #d5d2ca;
	border-radius: 3px;
	font-family: inherit;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 96%;
}


/* =Links
-------------------------------------------------------------- */

.entry-content a,
.entry-content a em,
.entry-content a strong {
	color: #21759b;
	outline: none;
}
.entry-content a:focus,
.entry-content a:active,
.entry-content a:hover {
	color: #0f3647;
}


/* =Alignment
-------------------------------------------------------------- */

.entry-content .alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.entry-content .alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.entry-content .aligncenter {
	clear: both;
	display: block;
	margin: auto;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}


/* =Tables
-------------------------------------------------------------- */

.entry-content table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content tr th {
	color: #636363;
	font-size: 11px;
	font-size: 0.785714286rem;
	font-weight: bold;
	line-height: 2.181818182;
	text-align: left;
	text-transform: uppercase;
}
.entry-content td {
	border-top: 1px solid #ededed !important;
	color: #757575;
	font-size: inherit;
	font-weight: normal;
	padding: 6px 10px 6px 0;
	text-align: left;
}


/* =Images
-------------------------------------------------------------- */

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


/* =Clear
-------------------------------------------------------------- */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after {
	content: "";
	display: table;
}
.clear:after,
.entry-content:after {
	clear: both;
}