.header-style2 #header .header-links > ul > li > a {
    padding-left: 17px;
    padding-right: 17px;
}
.archive.woocommerce mark.count {
    display:none;
}
.blog #main .masonry > .blog-grid,
.category #main .masonry > .blog-grid,
.tag #main .masonry > .blog-grid {
	position: static !important;
	height: auto !important;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 45px;
	border-bottom: 1px solid #E9E9E9;
}
.blog #main .masonry > .blog-grid:last-child,
.category #main .masonry > .blog-grid:last-child,
.tag #main .masonry > .blog-grid:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.blog #main .masonry > .blog-grid .blog-thumb,
.category #main .masonry > .blog-grid .blog-thumb
.tag #main .masonry > .blog-grid .blog-thumb {
	margin: auto;
	display: block;
}
.blog #main .blog-grid .blog-thumb > a,
.single-post .post .post-thumb,
.category #main .blog-grid .blog-thumb > a,
.tag #main .blog-grid .blog-thumb > a {
	height: 465px;
	position: relative;
	background-color: #f5f5f5;
	margin: 0;
}
.blog #main .blog-grid .blog-thumb > a img,
.single-post .post .post-thumb img,
.category #main .blog-grid .blog-thumb > a img,
.tag #main .blog-grid .blog-thumb > a img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	display: block;
}
.blog .blog-title,
.category .blog-title,
.tag .blog-title,
.single-post .post .post-title,
.search .blog-title {
	font-size: 24px;
	line-height: 120%;
	font-family: Raleway, Helvetica, Arial;
	color: #000;
	font-weight: 600;
	margin: 27px auto 20px;
	text-transform: unset;
}
.blog-article .author,
.blog-grid .author,
.single-post .author {
    pointer-events: none;
}
.blog #main .blog-grid .blog-article,
.category #main .blog-grid .blog-article,
.tag #main .blog-grid .blog-article {
	margin-bottom: 0;
}
.blog .blog-article .entry-meta,
.single-post .post .entry-meta,
.category .blog-article .entry-meta,
.tag .blog-article .entry-meta,
.search .blog-article .entry-meta {
	margin: 0 auto 20px;
	padding: 0;
}
.blog .blog-article .entry-meta::after,
.single-post .post .entry-meta:after,
.category .blog-article .entry-meta::after,
.tag .blog-article .entry-meta::after,
.search .blog-article .entry-meta::after {
	display: none;
}
.blog .blog-article .entry-meta > span,
.single-post .post .entry-meta > span,
.category .blog-article .entry-meta > span,
.tag .blog-article .entry-meta > span,
.search .blog-article .entry-meta > span {
	margin-bottom: 0;
	font-size: 18px;
	color: #777777;
	line-height: 188%;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	padding-right: 15px;
}
.blog .blog-article .entry-meta > span::before,
.single-post .post .entry-meta > span:before,
.category .blog-article .entry-meta > span::before,
.tag .blog-article .entry-meta > span::before,
.search .blog-article .entry-meta > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
}
.blog .blog-article .entry-meta > span.date::before,
.single-post .post .entry-meta > span.date::before,
.category .blog-article .entry-meta > span.date::before,
.tag .blog-article .entry-meta > span.date::before,
.search .blog-article .entry-meta > span.date::before {
	content: "\f017";
}
.blog .blog-article .entry-meta > span.author::before,
.single-post .post .entry-meta > span.author::before,
.category .blog-article .entry-meta > span.author::before,
.tag .blog-article .entry-meta > span.author::before,
.search .blog-article .entry-meta > span.author::before {
	content: "\f007";
}
.blog .blog-article .entry-meta > span.category::before,
.single-post .post .entry-meta > span.category::before,
.category .blog-article .entry-meta > span.category::before,
.tag .blog-article .entry-meta > span.category::before,
.search .blog-article .entry-meta > span.category::before {
	content: "\f0c9";
}
.blog .blog-article .entry-meta > span.tags::before,
.single-post .post .entry-meta > span.tags::before,
.category .blog-article .entry-meta > span.tags::before,
.tag .blog-article .entry-meta > span.tags::before,
.search .blog-article .entry-meta > span.tags::before {
	content: "\f02c";
}
.blog .blog-article .entry-meta > span.comment::before,
.single-post .post .entry-meta > span.comment::before,
.category .blog-article .entry-meta > span.comment::before,
.tag .blog-article .entry-meta > span.comment::before,
.search .blog-article .entry-meta > span.comment::before {
	content: "\f086";
}
.blog .blog-article .entry-meta > span::after,
.single-post .post .entry-meta > span::after,
.category .blog-article .entry-meta > span::after,
.tag .blog-article .entry-meta > span::after,
.search .blog-article .entry-meta > span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 17px;
    background-color: #ddd;
    bottom: 0;
    margin: auto;
}
.blog .post .entry-meta > span:last-child,
.single-post .post .entry-meta > span:last-child,
.category .post .entry-meta > span:last-child,
.tag .post .entry-meta > span:last-child,
.search .post .entry-meta > span:last-child {
	padding-right: 0;
	margin-right: 0;
}
.blog .blog-article .entry-meta > span:last-child::after,
.single-post .blog-article .entry-meta > span:last-child::after,
.category .blog-article .entry-meta > span:last-child::after,
.tag .blog-article .entry-meta > span:last-child::after,
.search .blog-article .entry-meta > span:last-child::after {
	display: none;
}
.blog .blog-article .entry-content > p,
.single-post .post .entry-content > p,
.category .blog-article .entry-content > p,
.tag .blog-article .entry-content > p,
.search .blog-article .entry-content > p {
	font-size: 18px;
	color: #777777;
	line-height: 188%;
	text-align: left;
	margin-bottom: 15px;
}
.blog .blog-article .entry-content > p:last-child,
.single-post .post .entry-content > p:last-child,
.category .blog-article .entry-content > p:last-child,
.tag .blog-article .entry-content > p:last-child,
.search .blog-article .entry-content > p:last-child {
	margin-bottom: 0;
}

html .layout-sidebar-right #main {
	width: 68%;
	margin-right: 0;
}
html .layout-sidebar-right #sidebar {
	margin-left: 0;
	float: right;
	width: 32%;
}
html .layout-sidebar-right #sidebar-core {
	margin-left: 0;
}
#sidebar .widget_search .widget-title {
	display: none;
}
#sidebar .widget {
	margin-bottom: 40px;
}
#sidebar .widget_search form {
    position: relative;
}
#sidebar .search {
	height: 52px;
	padding: 0 65px 0 20px;
	border: 1px solid #e9e9e9;
	font-size: 16px;
	color: #777;
}
#sidebar .searchsubmit {
	display: block;
	position: absolute;
	right: 0;
	font-size: 0;
	background-color: #3a3835;
	height: 52px;
	width: 58px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#sidebar .searchsubmit:hover {
	background-color: #000;
}
#sidebar .widget_search form::before {
    content: "\f002";
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 24px;
    font-family: Fontawesome;
    z-index: 1;
    font-weight: normal;
    line-height: 52px;
    width: 58px;
    text-align: center;
    pointer-events: none;
}

html #sidebar h3.widget-title {
	background-color: #3A3835;
	display: block;
	color: #fff;
	padding: 0 20px;
	line-height: 53px;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: none;
}
html #sidebar ul {
    margin: 0;
    border: 1px solid #e9e9e9;
    list-style: none;
    padding: 0 18px;
}
html #sidebar ul .cat-item::after {
	content: "";
	display: block;
	clear: both;
}
html #sidebar ul .cat-item a {
	float: left;
	width: 90%;
	text-align: left;
	padding: 0;
	color: #777777;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
html #sidebar ul .cat-item a::before {
	content: "\f105";
	font-family: Fontawesome;
	font-size: 18px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	color: inherit;
	display: inline-block;
}
html #sidebar ul .cat-item {
	text-align: right;
	font-size: 18px;
	color: #777;
	padding: 9px 0;
	border-bottom: 1px solid #e9e9e9;
}
html #sidebar ul .cat-item:last-child {
    border-bottom: 0;
}
html #sidebar ul .cat-item a:hover,
html #sidebar ul .cat-item.current-cat a {
	color: #DDAF4D;
}
#sidebar .wpt_widget_content .inside {
	padding-top: 0;
}
html #sidebar ul::after {
	content: "";
	display: block;
	clear: both;
}
html #sidebar ul.wpt-tabs {
	padding: 0;
	border: 0;
}
#sidebar .wpt_widget_content .tab_title a {
	border: 0;
	padding: 0;
	line-height: 50px;
	font-weight: normal;
	font-size: 20px;
}
html #sidebar .wpt_widget_content .tab_title.selected a {
	background-color: #3a3835;
	color: #fff;
	border: 0;
}
html #sidebar .tab-content ul {
	border: 0;
}
html .wpt_widget_content .tab-content li {
	padding: 18px 0 !important;
	margin: 0;
	float: none;
	border-bottom: 1px solid #e9e9e9;
}
html .wpt_widget_content .tab-content li:last-child {
	border-bottom: 0;
}
html .tab-content#recent-tab-content li {
    padding-left: 65px !important;
    position: relative;
}
html .wpt_widget_content .tab-content li .wpt_thumb_small {
    height: 55px;
    padding: 0;
    padding-right: 10px;
    margin-right: 0;
    position: absolute;
    left: 0;
    width: 55px;
}
html .wpt_widget_content .tab-content li a img {
	display: block;
}
html .wpt_widget_content .tab-content li a {
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
html .wpt_widget_content .tab-content li a {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #1E1E1E;
	line-height: normal;
	font-weight: 600;
}
.wpt_widget_content .tab-content .wpt-postmeta {
	color: #777777;
	display: block;
	margin-top: 3px;
}
html .wpt_widget_content .tab-content .entry-title {
	line-height: normal;
}
.wpt_widget_content .tab-content .wpt-postmeta::before {
	content: "\f133";
	font-family: Fontawesome;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
html .wpt_widget_content .tab-content .entry-title a:hover {
	color: #DDAF4D;
}
#sidebar .wpt_widget_content .wpt-pagination {
	padding: 0;
}
html .wpt_widget_content #tags-tab-content {
	padding: 0;
}
html .wpt_widget_content #tags-tab-content ul {
	text-align: left;
	padding: 0 18px;
}
html .wpt_widget_content #tags-tab-content ul li {
	padding: 8px 0px !important;
	position: relative;
	width: 33.33%;
	border-bottom: 1px solid #e9e9e9;
	margin: 0;
	text-align: center;
}
html .wpt_widget_content #tags-tab-content ul li::before {
	content: "";
	background: #999;
	height: 12px;
	width: 1px;
	position: absolute;
	right: 0px;
	top: 20px;
}
html .wpt_widget_content #tags-tab-content ul li:nth-child(3n)::before {
	display: none;
}
html .wpt_widget_content #tags-tab-content ul li:nth-last-child(-n+3) {
	border-bottom: none;
}
html .wpt_widget_content #tags-tab-content ul {
    text-align: left;
    padding: 20px 18px 12px;
}
html .wpt_widget_content #tags-tab-content ul li a {
	font-weight: normal;
	padding: 10px 5px;
	color: #999;
	background: transparent;
	font-size: 14px;
}
html .wpt_widget_content #tags-tab-content ul li a:hover,
html .wpt_widget_content #tags-tab-content ul li.active a {
    color: #DDAF4D;
    text-shadow: 0 0;
}
.blog .navigation.pagination,
.category .navigation.pagination,
.tag .navigation.pagination,
.search .navigation.pagination {
    margin-top: 30px;
}
#sidebar .widget:last-child {
    margin-bottom: 0;
}
html .blog-article .blog-thumb {
    display: block;
    pointer-events: none;
}
html .blog-article .blog-thumb .image-overlay{
	display: none;
}
/* blog details */
.single-post div.sharedaddy h3.sd-title:before {
    display: none;
}
.single-post div.sharedaddy h3.sd-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    margin: -4px 0 0;
	min-width: 78px;
}
.jp-sharing-input-touch .sd-content ul li:first-child {
    padding-left: 0;
}
.single-post .sd-sharing .sd-content {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.single-post .sd-sharing .sd-content ul {
    margin: 2px 0 0 !important;
}
.single-post .sd-block iframe {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-left: 10px;
    max-width: 70%;
}
.single-post .sharedaddy {
    margin-top: 15px;
}
.single-post .sharedaddy:first-of-type {
    margin-top: 30px;
}
html .nav-previous a, html .nav-next a {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	border-radius: 4px;
	font-weight: 600;
}
html .nav-previous a:hover, html .nav-next a:hover {
    border-color: #DDAF4D;
}
#comments-title h3, #reply-title {
	font-size: 24px;
	color: #1e1e1e;
	margin-bottom: 22px;
}
.comment-respond {
	margin-bottom: 0;
}
.blog .navigation.pagination,
.category .navigation.pagination,
.tag .navigation.pagination,
.search .navigation.pagination {
    padding-bottom: 0;
    padding-top: 0;
}
.blog #content,
.category #content,
.tag #content,
.single-post #content,
.search #content {
    padding-top: 50px;
    padding-bottom: 50px;
}
html .comment-author h4 {
	font-size: 18px;
	margin-bottom: 2px;
	color: #1E1E1E;
	font-weight: 600;
}
html .commentlist article header .comment-meta {
	font-size: 18px;
	color: #777777;
	font-weight: 600;
	text-transform: none;
	padding-bottom: 0;
}
html .commentlist article header .comment-meta::after {
	display: none;
}
.commentlist article header, .commentlist article footer {
    margin: 0;
}
.commentlist article {
	padding-left: 110px;
	position: relative;
}
.commentlist article > img {
	position: absolute;
	left: 0;
	top: 0;
}
.comment-content p {
	font-size: 18px;
	line-height: 188%;
	margin-bottom: 15px;
}
.comment-content {
	margin-top: -4px;
}
.comment-content p:last-of-type {
	margin-bottom: 10px;
}
.comment .reply a {
    background-color: #000;
    padding: 0px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    text-shadow: 0 0;
}
.comment .reply a:hover {
	background-color: #cb7e38;
}
.comment .reply a::before {
	display: none;
}
.commentlist .comment,
.comment .comment-respond:nth-last-child(2) {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.commentlist .comment:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.commentlist, .comment-respond {
    margin: 0;
}
.comments-area > #respond {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}
#reply-title #cancel-comment-reply-link {
    font-size: 14px;
    padding: 8px 14px;
    margin-left: 20px;
    background-color: #000;
    border-radius: 5px;
    display: inline-block;
    margin-top: -2px;
    vertical-align: top;
}
a#cancel-comment-reply-link:hover {
    background-color: #DDAF4D;
}

/* search page */

.search .blog-title {
	margin-top: 0 !important;
}
.search .blog-article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.search #no-results {
    text-align: center;
}
.search #no-results input.search {
    margin-right: -3px;
	width: 30%;
}
.search #no-results input.searchsubmit {
    height: 47px;
    color: #000;
}
.search #no-results input.searchsubmit:hover {
    color: #fff;
}

/* 12-07-2019 */

html .wpt_widget_content .tab-content li.active a {
	color: #DDAF4D;
}
.single .entry-meta > span:last-child::after {
	display:none;
}
.blog-article .entry-meta .date a {
    pointer-events: none;
}
#content .navigation.pagination{
	text-align: center;
}
#content .navigation.pagination .nav-links a, #content .navigation.pagination .nav-links span {
	text-align: center;
	color: #777;
	display: inline-block;
	width: 40px;
	height: 39px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #3A3835;
	border-radius: 4px;
	font-size: 16px;
	font-family: Raleway;
}
#content .navigation.pagination .nav-links a:hover, #content .navigation.pagination .nav-links a.current, 
#content .navigation.pagination .nav-links span:hover, .navigation.pagination .nav-links span.current {
	color: #FFF;
	background: #3a3835;
}
.single-product #content #sidebar, .post-type-archive #content #sidebar{
	display: none;
}
/*---20-07-2019----*/
html #pre-header-search{
	padding-left:4px;
}
.social-media {
    float: right;
    padding: 3px 0 0;
}
.social-media > a {
	color: #ffffff;
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	margin-right: 4px;
	text-align: center;
	width: 28px;
	border-radius: 3px;
}
.social-media > a:las-child{
	margin-right:0;
}
.social-media > a.instagram{
	background:#262626;
}
.social-media > a.youtube{
	background:#CD201F;
}
.social-media > a.facebook{
	background:#3B5998;
}
.social-media > a:hover{
	opacity:0.8;
}

@media only screen and (min-width:1025px) and (max-width: 1150px){
.header-style2 #header .header-links > ul > li > a {
    padding: 14px 11px;
	text-align: center;
}
#header-links-inner > .menu {
    display: table;
    width: 100%;
}
#header-links-inner > .menu > li {
    float: none;
    display: table-cell;
}


}
@media only screen and (min-width:768px) and (max-width: 1024px){
.header-style2 #header .header-links > ul > li > a {
    padding: 14px 7px;
    font-size: 1.3vw;
	text-align: center;
}
#header-links-inner > .menu {
    display: table;
    width: 100%;
}
#header-links-inner > .menu > li {
    float: none;
    display: table-cell;
}
html .layout-sidebar-right #main {
    width: 64%;
}
html .layout-sidebar-right #sidebar {
    width: 36%;
}
#sidebar .widget {
    margin-bottom: 30px;
}
.blog #main .blog-grid .blog-thumb > a,
.single-post .post .post-thumb,
.category #main .blog-grid .blog-thumb > a,
.tag #main .blog-grid .blog-thumb > a {
    height: 300px;
}
.blog .blog-title,
.single-post .post .post-title,
.category .blog-title,
.tag .blog-title,
.search .blog-title {
    font-size: 20px;
    margin: 22px auto 18px;
}
.blog .blog-article .entry-meta > span,
.single-post .post .entry-meta > span,
.category .blog-article .entry-meta > span,
.tag .blog-article .entry-meta > span,
.search .blog-article .entry-meta > span {
    font-size: 16px;
}
.blog .blog-article .entry-meta,
.single-post .post .entry-meta,
.category .blog-article .entry-meta,
.tag .blog-article .entry-meta,
.search .blog-article .entry-meta {
    margin-bottom: 12px;
}
.blog .blog-article .entry-content > p,
.single-post .post .entry-content > p,
.category .blog-article .entry-content > p,
.tag .blog-article .entry-content > p,
.search .blog-article .entry-content > p {
    font-size: 16px;
    line-height: 170%;
}
html #sidebar h3.widget-title {
    line-height: 46px;
    font-size: 18px;
}
html #sidebar ul .cat-item {
    font-size: 16px;
    padding: 8px 0;
}
#sidebar .wpt_widget_content .tab_title a {
    line-height: 46px;
    font-size: 18px;
}
#comments-title h3, #reply-title {
    font-size: 20px;
}
html .commentlist article header .comment-meta,
html .comment-author h4 {
    font-size: 16px;
}
.comment-content p {
    font-size: 16px;
    line-height: 180%;
}
.comment .reply a {
    padding: 0px 22px;
    font-size: 15px;
    line-height: 32px;
}
#sidebar .search {
    height: 46px;
}
#sidebar .searchsubmit {
    height: 46px;
    width: 46px;
}
#sidebar .widget_search form::before {
    width: 50px;
    line-height: 45px;
    font-size: 20px;
}
#intro .page-title {
    font-size: 26px;
}
#intro {
    padding: 12px 15px;
}

}

@media only screen and (max-width: 767px){
html .layout-sidebar-right #main {
    width: 100%;
}
html .layout-sidebar-right #sidebar {
    width: 100%;
    margin-bottom: 30px;
}
#sidebar .widget {
    margin-bottom: 30px;
}
.blog #main .blog-grid .blog-thumb > a,
.single-post .post .post-thumb,
.category #main .blog-grid .blog-thumb > a,
.tag #main .blog-grid .blog-thumb > a {
    height: 200px;
}
.blog .blog-title,
.single-post .post .post-title,
.category .blog-title,
.tag .blog-title,
.search .blog-title {
    font-size: 18px;
    margin: 20px auto 16px;
}
.blog .blog-article .entry-meta > span,
.single-post .post .entry-meta > span,
.category .blog-article .entry-meta > span,
.tag .blog-article .entry-meta > span,
.search .blog-article .entry-meta > span {
    font-size: 14px;
	padding-left: 21px;
    margin-right: 12px;
    padding-right: 12px;
}
.blog .blog-article .entry-meta,
.single-post .post .entry-meta,
.category .blog-article .entry-meta,
.tag .blog-article .entry-meta,
.search .blog-article .entry-meta {
    margin-bottom: 12px;
}
.blog #main .masonry > .blog-grid,
.category #main .masonry > .blog-grid,
.tag #main .masonry > .blog-grid,
.search #main .masonry > .blog-grid {
    margin-bottom: 35px;
    padding-bottom: 30px;
}
.blog .blog-article .entry-content > p,
.single-post .post .entry-content > p,
.category .blog-article .entry-content > p,
.tag .blog-article .entry-content > p,
.search .blog-article .entry-content > p {
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
}
html #sidebar h3.widget-title {
    line-height: 44px;
    font-size: 16px;
}
html #sidebar ul .cat-item {
    font-size: 16px;
    padding: 8px 0;
}
#sidebar .wpt_widget_content .tab_title a {
    line-height: 44px;
    font-size: 16px;
}
.blog .navigation.pagination,
.category .navigation.pagination,
.tag .navigation.pagination,
.search .navigation.pagination {
    text-align: center;
}
html .layout-sidebar-right #sidebar {
    display: block !important;
}
.blog #content-core,
.single-post #content-core,
.category #content-core,
.tag #content-core {
    -webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.blog #content,
.single-post #content,
.category #content,
.tag #content,
.search #content {
    padding-top: 40px;
    padding-bottom: 40px;
}
#comments-title h3, #reply-title {
    font-size: 20px;
	margin-bottom: 18px;
}
html .commentlist article header .comment-meta,
html .comment-author h4 {
    font-size: 14px;
}
.comment-content p {
    font-size: 14px;
    line-height: 160%;
}
.comment .reply a {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 30px;
}
.commentlist article {
    padding-left: 80px;
}
.commentlist .avatar {
    max-width: 65px;
}
.commentlist .comment {
    margin-bottom: 25px;
    padding-bottom: 15px;
}
#nav-below {
    margin-bottom: 30px;
}
.comments-area > #respond {
    margin-top: 15px;
    padding-top: 25px;
}
#intro .page-title {
    font-size: 22px;
}
#intro {
    padding: 10px;
}
.comment .comment-respond:nth-last-child(2) {
	margin-bottom: 25px;
    padding-bottom: 20px;
}
#reply-title #cancel-comment-reply-link {
    font-size: 13px;
    padding: 7px 11px;
    margin-top: -4px;
}
#sidebar .search {
    height: 46px;
}
#sidebar .searchsubmit {
    height: 46px;
    width: 46px;
}
#sidebar .widget_search form::before {
    width: 50px;
    line-height: 45px;
    font-size: 20px;
}
.search .blog-article {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.search #no-results input.search {
    margin-right: -4px;
    width: 65%;
    max-width: 350px;
}
.comment em {
    font-size: 13px;
    padding-right: 85px;
    display: block;
	line-height: 120%;
    margin: 5px 0;
}
.comment em + br {
    display: none;
}

}


/*
font-family: Raleway, Helvetica, Arial;
*/
