.td-post-content iframe, .td-post-content div { max-width: 100%; }

.td-header-style-7 .td-header-sp-logo img {
    max-height: 125px;
}
h1, h2, h3, h4, h5, h6, .wpp-cards-compact li .wpp-post-title, .wpp-cards-compact li a, .widget
{
	font-family: Merriweather;
	line-height: 1.3;
}

.td-post-content blockquote
{
	padding: 0;
	margin: 26px 0;
	border: none;
	text-align: inherit;
	font-size: inherit;
	font-style: inherit;
	color: inherit;
	line-height: inherit;
	font-family: inherit;
	position: unset;
	display: block;
}

.td-post-content blockquote p
{
	color: inherit!important;
	font: inherit;
	text-align: inherit;
	text-transform: inherit;
	padding: 8px 23px;
	background: #F2F2F2;
	margin: 0;
	letter-spacing: normal;
	width: inherit;
}

.td-post-content blockquote p:first-child { padding-top: 20px; }

.td-post-content blockquote p:last-child
{
	padding-bottom: 20px;
	margin-bottom: 16px;
}

.td-post-content p a, .td-post-content h2 a, .td-post-content h5 a
{
	color: #213bdf;
	border-bottom: dashed 1px #8390e0;
	font-weight: 600;
}

.td-post-content p a:hover, .td-post-content h2 a:hover, .td-post-content h5 a:hover
{
	color: #ffffff;
	background: #213bdf;
	border: none;
	box-shadow: 4px 0 0 3px #213bdf, -4px 0 0 3px #213bdf;
	border-radius: 1px;
}

.td-post-content p, .td-post-content h2, .td-post-content h5
{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 26px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #ea011f;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    padding: 6px 10px 4px;
    transition: all .23s ease-in-out 0s;
    display: block;
    margin: 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
}
button {
    width: 100%;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .td-search-form-widget .wpb_button:hover {
    background-color: #ff0021;
}