p {
	padding: 10px 0;
}
a {
	text-decoration: none;
	color: #ff8a00;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all linear 250ms;
}
a:hover {
	color: #ff8a00;
	text-decoration: none;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;	
	font-weight: normal;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
	color: #00663b;
	font-family: 'Exo';
}
h3 {
	font-size: 24px;
	color: #323236;
	letter-spacing: .1em;
	font-family: 'Open Sans';
	font-weight: 300;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
img { 
	max-width: 100%;
	height: auto; 
}
ul {
    list-style: disc outside none;
    padding: 0 0 1em 1em;
}
ol {
    list-style-position: outside;
    padding: 0 0 1em 1em;
}
li {
	padding: 8px 0;
}
/*
blockquote {
	padding: 0 0 0 30px;
	border-left: solid 10px #11afb8;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
*/
blockquote {
	padding: 0 0 0 80px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-image: url(https://verdezyne.com/wp-content/themes/ds_bones/images/blockquote.png);
	background-position: top left;
	background-repeat: no-repeat;
}
hr {
	border: none;
	border-top: solid 1px #ccc;	
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;	
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;	
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}