.box {
    display: inline-block;
    width: 100%;
}

.space-20 {
    margin-bottom: 20px !important;
}

.widget {
    color: #666;
    margin-bottom: 30px;
}

.widget .widget-title {
    color: #333;
    text-transform: uppercase;
    font-style: normal;
    padding-bottom: 10px;
    position: relative;
    font: 400 24px "Oswald";
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}

.widget .widget-title:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    height: 2px;
    background: #000;
    right: 0px;
}

.widget .widgettitle { 
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    background:url('../png/title-pattern.png') repeat-x scroll 0 10px rgba(0, 0, 0, 0); 
    text-transform:capitalize;
    background-position:0px 11px; 
}

.widget .widgettitle h3{
    position: relative;
    text-transform: capitalize;
    font-size: 20px;
    float: left;
    clear: both;
    background: #f8f9fa;
    padding-right: 10px;
    padding-bottom: 5px;
    margin: 5px 0 0;
}

.widget ul li {
    position: relative;
    padding: 0px 0px 0px 25px;
}

.widget.widget_categories ul li, .widget.widget_archive ul li {
    padding-left: 35px;
    line-height: 35px;
    border-top: 1px solid #f4f4f4;
}

.widget ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0 0 30px;
}

.widget ul li.tag-item {
    position: relative;
    padding: 0px 0px 0px 25px;
    display: block;
    clear: both;
    padding-left: 35px;
    line-height: 35px;
    border-top: 1px solid #f4f4f4;
    width: 100%;
}

.widget ul li:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 0px;
    color: #4d4d4d;
}
 
.widget ul li a{
    display: block;
}

.widget ul li:before {
    content: "\f0c1";
    left: 10px;
}

.widget ul li a span {
    position: absolute;
    right: 10px;
    top: 1px;
}

.title-h3 {
    width: 100%;
    border-bottom: 1px solid #cacaca;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.title-h3 h3 {
    display: inline-block;
    float: left;
    font: 400 24px/30px "Oswald";
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    color: white;
    padding: 5px 30px 5px 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin:0;
}

.title-h3 h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    background: #868686;
    right: 0px;
    height: 2px;
}

.title-h3 a {
    font-weight: 600;
}
.post-item {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}

.post-item:last-child {
    margin-bottom: 0px;
}

.post-item .lable {
    display: inline-block;
    width: 60px;
    height: 20px;
    font: 400 12px/20px "Lato";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 999;
}

.post-item .info-tag .lable {
    position: static;
    margin-right: 10px;
}

.post-item .lable {
    background: #396cf0;
}

.post-item.ver3 .text h2 {
    margin-bottom: 5px;
}

.post-item.ver3 .text {
    position: static;
    display: inline-block;
    width: 100%;
}

.post-item.ver3 .text h2 a {
    color: #333;
    margin: 20px 0px;
    font-size: 18px;
}

.post-item.ver3 .text p {
    font: 400 14px/20px "Lato";
    color: #9a9a9a;
    margin-bottom: 20px;
}

.post-item.ver3 .text .read-more {
    display: inline-block;
    text-transform: uppercase;
    font: 800 12px "Lato";
    color: #333;
    text-decoration: underline;
}

.post-item.ver3 .text .read-more:hover{
    color: #db2e1c;
}

.post-item.ver3 .wrap-images .info-tag {
    position: absolute;
    left: 10px;
    bottom: 0;
}


.post-item.ver3 .wrap-images .info-tag .date, .post-item.ver3 .wrap-images .info-tag .comments {
    display: inline-block;
    color: #fff;
    font: 400 13px "Lato";
  }
  
  .post-item.ver3 .wrap-images .info-tag .date i, .post-item.ver3 .wrap-images .info-tag .comments i {
    margin-right: 5px;
  }
  
  .post-item.ver3 .wrap-images .info-tag .date {
    margin-right: 20px;
  }
  .post-item.ver3 .wrap-images {
    position: inherit;
}

.blog-post{
    width:270px;
    margin-right: 30px;
}

.overlay .images {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.overlay .images img{
    transition: all 0.5s;
    width: 100%;
}

.overlay .images img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}

.overlay .images:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30%;
    background: linear-gradient(top, transparent, #000);
    background: -webkit-linear-gradient(top, transparent, #000);
}

.post-item .text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.post-item .text h2 {
    margin-bottom: 5px;
}

.post-item .text h2 a, .post-item .text h2 span {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    position: relative;
    color: #fff;
    transition: all 0.5s ease 0s;
    font: 400 18px/22px "Oswald";
}

.post-item .text h2 a:hover, .post-item .text h2 span:hover {
    color: #db2e1c;
}

.post-item .text h2 a:after, .post-item .text h2 span:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 2px;
    background: #db2e1c;
    width: 3px;
    height: 17px;
}

.post-item .text .info-tag .date, .post-item .text .info-tag .comments {
    font: 400 13px "Lato";
    color: #9a9a9a;
    display: inline-block;
}

.post-item .text .info-tag .date i, .post-item .text .info-tag .comments i {
    margin-right: 4px;
}

.post-item .text .info-tag .date {
    margin-right: 20px;
}

.post-item .text .info-tag .comments:hover {
    color: #db2e1c;
}

.post-item .description {
    font: 400 14px/20px "Lato";
    color: #9a9a9a;
    margin-bottom: 8px;
    text-shadow: 2px 1px 1px #000;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.widget.widget_posts ul li {
    padding: 0px 0px 25px;
    border: none;
    line-height: normal;
}

.widget.widget_posts .post-item {
    margin-bottom: 12px;
}

.trending-color{
    background: #396cf0;
}

.read-color{
    background: #ff4f70;
}

.latest-color{
    background: #9bb70d;
}

a.vall-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    background: #396cf0;
    width: 50px;
    right: 12px;
    z-index: 5;
    height: 3px;
    transition: 0.5s;
}

.pd-tb-30{
    padding: 30px 0;
}

.blog-entry {
    position: relative;
    width: 100%;
    margin: 0px 0px 30px;
    padding: 0px;
    float: left;
    clear: both;
}

.blog-entry .entry-thumb {
	margin-bottom: 15px;
}

.blog-entry .entry-thumb {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}


.blog-entry .entry-thumb.mini-img { 
    float: left; 
    margin: 0 2% 0 0; 
    padding: 0;
    position: relative; 
    width: 33%; 
}
.blog-entry .entry-metadata { clear: none; float: left; margin: 0; padding: 0; width: 65%; }

.blog-entry .entry-thumb img { 
    float:left; 
    width:100%; 
    height: 185px;
    transition: all 2.0s ease;  
    -webkit-transition: all 2.0s ease;  
    -moz-transition: all 2.0s ease;  
    -o-transition: all 2.0s ease;  
    -ms-transition: all 2.0s ease; 
    transform: scale(1.15); 
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    background-image: url('../png/default-3.png');
}

.blog-entry .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	text-align: center;
	line-height: 18px;
}

.blog-entry .entry-meta .date {
	background-image: url('https://www.quickobook.com/temporary-redirect');
	background-repeat: no-repeat;
	padding: 18px;
	text-transform: uppercase;
    color: #fff;
    background-color: #9bb70d;
}

.blog-entry .entry-meta .date:before {
	content: "";
	border: 1px solid #fff;
	display: inline-block;
	width: 59px;
	position: absolute;
	left: 5px;
	top: 5px;
	height: 88%;
}

.blog-entry .entry-meta .date span {
	font-weight: 800;
	font-size: 30px;
}

.blog-entry .entry-metadata .uni-tags {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0px;
	display: inline-block;
}

.blog-entry .entry-metadata .uni-tags, .blog-entry .entry-metadata .uni-tags a {
	color: #9a9a9a;
}

/** Blog hover **/
.blog-entry:hover .entry-thumb img { transform:scale(1); }
.blog-single-entry.blog-entry:hover .entry-thumb img { transform:scale(1.15); }
.blog-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 9; opacity:0; filter:alpha(opacity=0);  text-align:center; }
.blog-entry:hover .blog-overlay { opacity:1; filter:alpha(opacity=1); }

.blog-overlay::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,0.8) 75%); background: linear-gradient(to bottom, rgba(51,51,51,0) 0%, rgba(51,51,51,0.8) 75%); content: ''; opacity: 0; -webkit-transform: translate3d(0,50%,0); transform: translate3d(0,50%,0); -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; opacity:0; filter:alpha(opacity=0); }

.blog-entry:hover .blog-overlay::before { opacity: 1;  -webkit-transform: scale(1); transform: scale(1);-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); filter:alpha(opacity=1); }
.blog-entry:hover .blog-overlay { background:#595959\9; }

.blog-entry:hover .blog-overlay span.image-overlay-inside { -webkit-animation:avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);-moz-animation:avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);animation:avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); }
@-webkit-keyframes avia_pop_small {
    0% {
        -webkit-transform:rotate(-175deg) scale(0.2)
    }
    100% {
        -webkit-transform:rotate(0deg) scale(1)
    }
}
@-moz-keyframes avia_pop_small {
    0% {
        -moz-transform:rotate(-175deg) scale(0.2)
    }
    100% {
        -moz-transform:rotate(0deg) scale(1)
    }
}
@keyframes avia_pop_small {
    0% {
        transform:rotate(-175deg) scale(0.2)
    }
    100% {
        transform:rotate(0deg) scale(1)
    }
}
span.image-overlay-inside {
    position: absolute;
    font-size: 18px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -40px;
    z-index: 500;
    text-align: center;
    color: #fff;
    background-color: #9bb70d;
}

.ub_home_feature_box2 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 0px 20px 168px;
    margin-top: 30px;
    width: 705px;
    margin-left: 25px;
    position: relative;
    background: white;
    z-index: 33;
}

.ub_home_feature_box2_img {
    position: absolute;
    left: 0px;
    right: 0;
    top: 11px;
    bottom: 0;
    z-index: -1;
}
.ub_home_blog_content h3:hover, .ub_home_blog_content span, .ub_home_sidebar_blog_content h3:hover, .blog-single-entry h4 a:hover {
    color: #396cf0;
}
.ub_home_feature_box2_img img {
    margin-left: -25px;    
    width: 245px;
    height: 165px;
}

.ub_home_banner_user_info {
    margin-top: 0px;
}

.ub_home_banner_user_info p {
    color: #525452;
}
.ub_home_banner_user_info i {
    color: #222;
}

.ub_home_blog_content h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 20px 0px 10px 0px;
}
.ub_home_blog_content p {
    margin: 0px 0px 10px 0px;
    text-align: justify;
}
.ub_home_blog_content span {
    font-weight: 700;
}
.ub_home_blog_content {
    padding: 0px 30px 0px 100px;
}
.ub_home_blog_content h3 {
    font-size: 20px;
    font-weight: 550;
}
.blog-single-entry .entry-thumb img{
    height: 525px;
}
@media (max-width: 768px){
    .ub_home_feature_box2 {
        padding: 0;
        width: 100%;
        margin-left: 0;
    }
    .ub_home_feature_box2_img {
        position: initial;
    }
    .ub_home_feature_box2_img img {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
    .ub_home_blog_content {
        padding: 10px 30px 15px 30px;
    }
    .blog-entry .entry-thumb.mini-img{
        width: 100%;
    }
    .blog-entry .entry-metadata{
        width: 100%;
        margin: 10px 0 0;
    }
    .blog-single-entry .entry-thumb img{
        height: 100%;
    }
}


@media (max-width: 576px){
    .ub_home_feature_box2_img img {
        margin-left: 0;
        width: 100%;
    }
}

.ub_home_sidebar_blog_box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background: #fff;
}

.ub_home_sidebar_blog_img {
    overflow: hidden;
    transition: all 0.5s;
}

.ub_home_sidebar_blog_img img {
    transition: all 0.5s;
    width: 100%;
    height: 250px;
}

.ub_home_sidebar_blog_content {
    padding: 25px 25px;
}

.ub_home_banner_user_info {
    margin-top: 0px;
}

.ub_home_banner_user_info p, .ub_home_sidebar_subscribe_content p{
    font-size: 15px;
    color: #525452;
    font-weight: 400;
    line-height: 23px;
}
.ub_home_sidebar_blog_content span {
    font-weight: 700;
    color: #596ef0;
}

.ub_home_sidebar_subscribe_content {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    text-align: center;
    background: #fff;
}

.ub_home_sidebar_subscribe_content h3 {
    font-size: 22px;
    font-weight: 700;
}

.sidebar_bottom_border {
    border-bottom: 1px solid #ff8a00;
    width: 130px;
    margin: 10px auto;
}

.ub_home_sidebar_subscribe_input {
    position: relative;
    margin: 20px 0px 0px;
}

.ub_home_sidebar_subscribe_input input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #80808057;
    padding: 0 20px;
}

.ub_home_sidebar_subscribe_input button {
    position: absolute;
    right: 5px;
    color: white;
    background: #ff8a00;
    padding: 6px 11px;
    border-radius: 50px;
    font-size: 19px;
    top: 5px;
    border-color: #ff8a00;
}

.ub_home_sidebar_subscribe_input input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}

.ub_home_sidebar_blog_content h3 {
    font-size: 1.25rem;
}

.widget-social-icons li, .model-social-icons li {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.widget-social-icons li {
    background: #f4f4f4;
    display: inline-block;
    float: left;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    text-align: center;
    border: 1px solid #d3d3d3;
    position: relative;
}

.model-social-icons li {
    background: #f4f4f4;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    text-align: center;
    border: 1px solid #d3d3d3;
    position: relative;
}

.widget .widget-social-icons li, .widget .model-social-icons li{
    padding: 0;
    clear: none;
}

.widget .widget-social-icons li a, .model-social-icons li a { 
    width:48px; 
    height:48px; 
    line-height:48px; 
}
.widget .widget-social-icons li:hover a, .model-social-icons li:hover a {
    color:#fff; 
}
.widget .widget-social-icons li:before, .model-social-icons li:before { 
    content: none; 
}

.widget-social-icons li:after, .model-social-icons li:after {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.widget .widget-social-icons li.delicious:hover, .model-social-icons li.delicious:hover {
    background: #2648be;
    color: #fff;
}

.widget .widget-social-icons li.deviantart:hover, .model-social-icons li.deviantart:hover {
	background: #54675a;
    color: #fff;
}

.widget .widget-social-icons li.digg:hover, .model-social-icons li.digg:hover {
	background: #1a5891;
    color: #fff;
}

.widget .widget-social-icons li.dribble:hover, .model-social-icons li.dribble:hover {
	background: #f974a4;
    color: #fff;
}

.widget .widget-social-icons li.facebook:hover, .model-social-icons li.facebook:hover {
	background: #3c5b9b;
    color: #fff;
}

.widget .widget-social-icons li.flickr:hover, .model-social-icons li.flickr:hover {
	background: #e30377;
    color: #fff;
}

.widget .widget-social-icons li.google:hover, .model-social-icons li.google:hover {
	background: #ba3526;
    color: #fff;
}

.widget .widget-social-icons li.gtalk:hover, .model-social-icons li.gtalk:hover {
	background: #23458f;
    color: #fff;
}

.widget .widget-social-icons li.lastfm:hover, .model-social-icons li.lastfm:hover {
	background: #d12540;
    color: #fff;
}

.widget .widget-social-icons li.linkedin:hover, .model-social-icons li.linkedin:hover {
	background: #0173b2;
    color: #fff;
}

.widget .widget-social-icons li.mail:hover, .model-social-icons li.mail:hover {
	background: #edc719;
    color: #fff;
}

.widget .widget-social-icons li.myspace:hover, .model-social-icons li.myspace:hover {
	background: #4f79c6;
    color: #fff;
}

.widget .widget-social-icons li.picasa:hover, .model-social-icons li.picasa:hover {
	background: #8a66a3;
    color: #fff;
}

.widget .widget-social-icons li.pinterest:hover, .model-social-icons li.pinterest:hover {
	background: #ca1325;
    color: #fff;
}

.widget .widget-social-icons li.reddit:hover, .model-social-icons li.reddit:hover {
	background: #ff1a00;
    color: #fff;
}

.widget .widget-social-icons li.rss:hover, .model-social-icons li.rss:hover {
	background: #ffb922;
    color: #fff;
}

.widget .widget-social-icons li.skype:hover, .model-social-icons li.skype:hover {
	background: #00aaf1;
    color: #fff;
}

.widget .widget-social-icons li.stumbleupon:hover, .model-social-icons li.stumbleupon:hover {
	background: #eb4924;
    color: #fff;
}

.widget .widget-social-icons li.technorati:hover, .model-social-icons li.technorati:hover{
	background: #5bb834;
    color: #fff;
}

.widget .widget-social-icons li.tumblr:hover, .model-social-icons li.tumblr:hover {
	background: #2a445f;
    color: #fff;
}

.widget .widget-social-icons li.twitter:hover, .model-social-icons li.twitter:hover {
	background: #2caae1;
    color: #fff;
}

.widget .widget-social-icons li.viadeo:hover, .model-social-icons li.viadeo:hover {
	background: #f4982b;
    color: #fff;
}

.widget .widget-social-icons li.vimeo:hover, .model-social-icons li.vimeo:hover {
	background: #41b2dc;
    color: #fff;
}

.widget .widget-social-icons li.yahoo:hover, .model-social-icons li.yahoo:hover {
	background: #7c1f70;
    color: #fff;
}

.widget .widget-social-icons li.youtube:hover, .model-social-icons li.youtube:hover {
	background: #ff3431;
    color: #fff;
}

.blog-entry .entry-metadata .post-meta {
    display: inline-block;
}

.blog-entry .entry-metadata .post-meta p { 
    display:inline-block; 
    margin-right:10px; 
    margin-bottom:0; 
}
.blog-entry .entry-metadata .post-meta p span { 
    margin-right:5px; 
}

.blog-single-entry .entry-metadata{
    width: 100%;
}

.blog-entry.blog-single-entry h4 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 24px;
    text-transform: uppercase;
}
.blog-entry h4 a {
    color: #4d4d4d;
}
.author-info {
    display: inline-block;
    clear: both;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.author-info .section-title{
    font-weight: 400;
    text-transform: uppercase;
    color: #1a1c19;
    font-size: 24px;
    margin-bottom: 15px;
}
.author-info .thumb {
    margin: 0px 15px 0px 0px;
    float: left;
    position: absolute;
    left: 0;
}
.author-info img {
    border-radius: 2px;
}
.author-info .author-desc {
    padding-left: 100px;
}

.author-info .author-title {
    display: inline-block;
    margin-bottom: 15px;
}

.author-title p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.author-title span {
    text-transform: uppercase;
    color: #aeaeae;
}

.author-title span i {
    margin-right: 5px;
}

.author-title span a {
    color: #9bb70d;
}

.author-info p{
    color: #6a695e;
    line-height: 26px;
    margin-bottom: 10px;

}
.column.first {
    margin-left: 0px;
}
.dt-sc-one-half {
    width: 48.7%;
}
.column {
    margin: 0px 0px 0px 2.6%;
    float: left;
    min-height: 1px;
    position: relative;
}
.frmcomment .column input[type="text"], .frmcomment .column input[type="email"], .frmcomment .column input[type="phone"], .comment-input input[type="text"], .frmcomment textarea{
    background: #ffffff;
    border: 1px solid #e5e5d8;
    color: #6a695e;
    padding: 14px 16px;
    display: block;
    font-size: 14px;
    margin: 0px 0 30px;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#reply-title, #comments h3 {
    color: #4d4d4d;
    font-weight: 400;
    padding: 15px 0;
}
.comment-phone{
    position:relative;
    clear:both;
}
.comment-respond {
    margin: 30px 0;
}
.frmcomment textarea {
    height: 180px;
    overflow: auto;
    margin-bottom: 15px;
}
.frmcomment input[type=submit] {
    font-size: 16px;
    padding: 13px 26px;
    background-color: #9bb70d;
    overflow: visible;
    width: auto !important;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    display: inline-block;
    margin: 10px 0px 0px;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    color: #ffffff;
    position: relative;
    padding: 11px 20px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border: none;
}
ul.commentlist li .comment-author {
    left: 0px;
    position: absolute;
}
ul.commentlist li .comment-author img {
    max-width: 90px;
    max-height: 90px;
    float: left;
    margin: 0px;
    border-radius: 2px;
}
#comments h3 {
    margin: 30px 0 10px;
}
ul.commentlist li .author-name a {
    font-size: 16px;
    color: #303030;
}
ul.commentlist li .commentmetadata {
    font-size: 12px;
    color: #808080;
    font-style: italic;
    text-decoration: none;
}
ul.commentlist li .comment-details { position:relative; padding:0px 0px 10px; margin:0px 0px 0px 50px; }
ul.commentlist li .comment-details:before { border-bottom:1px solid #d1d1d1; bottom:0px; content:''; left:0px; position:absolute; width:100%; }
ul.commentlist li .comment-body { margin:10px 0px 0px; }
.widget.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    background: #ffffff;
    border: 1px solid #e5e5d8;
    color: #37251b;
    margin: 0px 1px 10px 0px;
    text-transform: lowercase;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    position: relative;
}
.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #9bb70d;
    z-index: 1;
    border: 1px solid #c5c4b4;
    color: #ffffff;
}

.blog-single-entry .entry-metadata ul {
    list-style: disc;
}