h1, h2, h3, .h1, .h2, .h3{
	color: #171717;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
}

h4, h5, h6, .h4, .h5, .h6{
	color: #171717;
	margin-top: 20px;
	margin-bottom: 20px;
}

img{
	max-width: 100%;
	height: auto;
}

strong{
	font-weight: 500;
}

.wp-content > *:last-child {
	margin-bottom: 0;
}


.wp-content h1, .h1, h1{
	font-size: 24px;
}

.wp-content h2, .h2 , h2{
	font-size: 20px;
}

.wp-content h3, .h3, h3{
	font-size: 18px;
}

.wp-content h4, .h4, h4,
.wp-content h5, .h5, h5,
.wp-content h6, .h6, h6{
	font-size: 16px;
}

.wp-content p{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
}



.wp-content ul{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 20px;
}


.wp-content ul ul{
	margin-bottom: 10px;
	margin-top: 10px;
}

.wp-content ul li{
	display: block;
	list-style: none;
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}

.wp-content ul li:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.wp-content ol{
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.wp-content ol{
	padding-left: 20px;
	counter-reset: list;
}

.wp-content ol ol{
	margin-bottom: 10px;
	margin-top: 10px;
}

.wp-content ol li{
	list-style: none;
	margin-bottom: 10px;
}

.wp-content ol li:before{
	counter-increment: list;
	content: counter(list) ". ";
	margin-right: 3px;
	font-weight: 500;
	color: #878787;
}

.wp-content ol ol{
	padding-left: 30px;
	counter-reset: listsmall;
}

.wp-content ol ol li:before {
	counter-increment: listsmall;
	content: counter(list) "." counter(listsmall) ". ";
}


.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}


.table-wrap {
	width: 100%;
	margin-bottom: 20px;
	overflow-x: auto;
}

table {
	font-size: 16px;
	/*min-width: 320px;*/
	width: 100%;
	border: 0;
}

table thead {
	color: #fff;
	font-weight: 500;
	background: #d9d9d9;
}

table th {
	font-weight: 400;
	text-align: left;
	padding: 10px 15px;
}

table tr {
	border: 1px solid #d9d9d9;
	border-left: 0;
	border-right: 0;
}

table td {
	text-align: left;
	padding: 10px 15px;
}

.btn-wrap{
	margin-bottom: 30px;
}

.btn {
	transition: all .2s;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	border-radius: 4px;
}

.btn.size-large {
	font-size: 16px;
	font-weight: 500;
	border-width: 2px;
}

.btn.size-full{
	display: block;
	width: 100%;
}

.btn-primary{
	color: #fff;
}

.btn-inverse{
	background-color: transparent;
}

.btn-white,
.btn-inverse:hover,
.btn-primary:focus,
/*.btn-inverse:focus,*/
.btn-primary:hover{
	color: #fff;
}

.btn-white:hover{
	color: #121212;
	background-color: #fff;
	border-color: #fff;
}

.gallery{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -30px !important;
	font-size: 0;
}


.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 33.33333333%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item{
	width: 33.33333333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item{
	width: 16.66666667%;
}