.moretag{
display: block;
text-align: right;
}

.share-post-wrapper > i{
display: none;
}

.socials-wrap{
width: auto;
display: block;
position: relative;
left: 0px;
}

.socials-wrap::after{
display: none;
}

.socials-wrap li{
display: inline-block;
}

.zilla-likes{
float: right;
}



/*Landing pages*/
.td-container{
width: 760px;
max-width: 100%;
margin: 0px auto;
}

.td-container h1,
.td-container h2,
.td-container h3,
.td-container h4{
font-family: Arial, Helvetica, sans-serif;
}

.td-header .title-img{
max-width: 100%;
display: block;
margin: 0px auto 30px;
border: 5px #eaeaea solid;
border-radius: 10px;
}

.td-header h1,
.td-header .subtitle{
color: #333;
text-align: center;
}

.td-header h1{
font-size: 34px;
font-weight: 900;
line-height: 43px;
}

.td-header .subtitle{
line-height: 10px;
padding-bottom: 20px;
}

.td-body{
width: 100%;
overflow: hidden;
clear: both;
}

.td-content,
.td-sidebar{
width: 380px;
float: left;
box-sizing: border-box;
}

.td-content p{
font-size: 14px;
line-height: 17px;
}

.td-content h2,
.td-sidebar h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 21px;
font-weight: bold;
}

.td-content .sermon-help-ol{
margin: 0px;
padding: 20px 0px 0px;  
list-style: none;
}

.td-content .sermon-help-ol li{
counter-increment: sermon-help-count;
margin: 0px;
padding: 0px 0px 20px;
}

.td-content .sermon-help-ol li h3::before{
width: 28px;
height: 28px;
position: relative;
top: -3px;
display: inline-block;
background: #3e9ce3;
color: #fff;
text-align: center;
font-size: 17px;
line-height: 28px;
margin-right: 10px;
border-radius: 50%;
content: counter(sermon-help-count, decimal);
}

.td-sidebar{
padding-left: 20px;
}

.td-sidebar h2{
position: relative;
background: #f0f9ff;
border: 5px #3e9ce3 solid;
border-bottom-width: 0px;
border-radius: 10px 10px 0px 0px;
margin-top: 42px;
padding: 20px 20px 0px;
}

.td-sidebar h2::before{
width: 50px;
height: 42px;
display: block;
position: absolute;
top: -42px;
right: 0px;
background: url('/wp-content/uploads/2016/04/unbounce-icon-minimalist-arrow-white.original.png') no-repeat  top center #3e9ce3;
border-radius: 5px 5px 0px 0px;
margin-right: 39px;
content: "";
}

.td-sidebar .es_shortcode_form{
width: 100%;
overflow: hidden;
background: #f0f9ff;
border: 5px #3e9ce3 solid;
border-top-width: 0px;
border-radius: 0px 0px 10px 10px;
padding: 20px;
box-sizing: border-box;
}

.td-sidebar .es_shortcode_form .es_lablebox,
.td-sidebar .es_shortcode_form .es_textbox{
float: left;
}

.td-sidebar .es_shortcode_form .es_lablebox{
width: 30%;
font-weight: bold;
}

.td-sidebar .es_shortcode_form .es_textbox{
width: 70%;
}

.td-sidebar .es_shortcode_form .es_textbox input{
width: 100%;
padding: 9px;
border: 1px #999 solid;
border-radius: 5px;
box-shadow: 0px 2px 3px 0px #d9d9d9 inset;
}

.td-sidebar .es_shortcode_form .es_textbox_button{
float: right;
clear: both;
color: #fff;
background: linear-gradient(#f9b327, #d3561a);
font-weight: bold;
text-shadow: 1px 1px 0px #521501;
padding: 10px;
border: 1px #d3561a solid;
border-radius: 5px;
}

.td-pagequote{
font-size: 21px;
font-style: normal;
text-align: center;
}

.td-pagequote-author{
text-align: center;
}

.td-pagequote-author::before{
width: 60px;
height: 60px;
display: inline-block;
background: url('/wp-content/uploads/2016/04/a49a7dd4-profile-talbot_01o02i01o01o00000f.jpg') no-repeat;
border-radius: 50%;
content: "";
}

.td-pagequote-author span{
display: block;
font-size: 17px;
}

.td-pagequote-author span:last-child{
font-size: 13px;
}



/*Widgets*/
.widget.goodreads .widget_sp_image-description a{
width: 130px;
height: 41px;
display: block;
overflow: hidden;
background: url('/wp-content/uploads/2016/05/goodreads-badge-add-plus.png') no-repeat;
text-indent: -1000px;
margin: 0px auto;
padding: 0px;
border: 0px;
outline: none;
}

.widget.books-by-talbot{
text-align: center;
margin: 0px auto;
padding: 15px;
box-sizing: border-box;
}

.sidebar-right .widget.books-by-talbot{
margin: -60px 0px 40px;
padding: 0px 0px 40px;
}

.above-footer .widget.books-by-talbot{
width: 1170px;
max-width: 100%;
}

body.single-post .above-footer .widget.books-by-talbot{
padding-right: 33.333%;
}

.widget.books-by-talbot a{
display: inline-block;
background: #e7e2c5;
color: #4c2a07;
padding: 15px 30px;
border: 1px #4c2a07 solid;
border-radius: 5px;
}



/*Responsive*/
@media only screen and (max-width: 767px) {

body.single-post .above-footer .widget.books-by-talbot{
padding: 15px;
}
}