.single {
    background: url(assets/images/fullbg.png) no-repeat !important;
    background-repeat: repeat !important;
	background-size:contain !important;
}
.single .banner.single-banner {
    background: transparent;
}
body hr{
	color:#8C6456 !important;
	height:2px !important;
}
img{
	height:auto;
}
.blog-content {
    padding: 0 0 20px;
}
.banner .post-date, .newsletter_heading {
    margin: 0;
    font-size: 16px;
    font-style: italic;
	width:50%;
    color: #1D292C;
    font-weight: bold;
}
.author-wrapper {
    display: flex;
    padding: 40px 0;
}
.author-image {
    margin-right: 40px;
}
.date_newsletter_heading {
    display: flex;
}
.newsletter_heading {
    text-align: right;
    line-height: 36px;
}
.blog_logo {
    margin-bottom: 20px;
}
.blog_logo img {
    width: 100%;
}
.single section .container {
    max-width: 802px;
}
.single .single-banner h1 {
    font-size: 53px;
	color:#654439;
}
.single .banner.single-banner {
    background: transparent;
    padding-bottom:10px;
}
.content-wrapper hr {
    margin: 40px 0;
}
.single h3 {
    color: #654439;
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
}
.single h4 {
    color: #654439;
    font-weight: 800;
    font-size:28px;
}
.floatright {
    float: right;
    margin-left: 21px;
    width: 100%;
    max-width: 380px;
    font-size: 16px;
    text-align: left;
    font-style: italic;
    line-height: 20px;
}
.floatright img {
    margin-bottom: 10px;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  margin-bottom:40px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


@media screen and (max-width:767px){
.floatright{
	float:none;
}
.floatright{
	max-width:100%;
    margin-left: 0;
    margin-bottom: 30px;
}
.single .single-banner h1{
	font-size:38px;
}
}
@media screen and (max-width:600px){
.author-wrapper {
    display: block;
}
.author-wrapper .author-image {
    margin-bottom: 20px;
}
}