/* ------------------------------------------------------------*/

/* Elements ---------------------------------------------------*/

/* ------------------------------------------------------------*/

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/* ------------------------------------------------------------*/

/* Garenal */

/* ------------------------------------------------------------*/

body {
	font-size: 14px;
	background-color: #ffffff;
	background-image: url(../images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding: 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	font-size: 14px;
}

a:hover,
a {
	text-decoration: none;
}

.site {
	position: relative;
	width: 100%;
}

.site-container {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.site-container:before,
.site-container:after {
	display: table;
	content: " ";
}

.site-container:after {
	clear: both;
}

.site-left {
	float: left;
}

.site-right {
	float: right;
}

@media (max-width:767px) {
	.site-left,
	.site-right {
		width: 100%;
		clear: both;
		float: none;
	}

	.site-left:before,
	.site-left:after,
	.site-right:before,
	.site-right:after {
		display: table;
		content: " ";
	}

	.site-left:after,
	.site-right:after {
		clear: both;
	}

}

.backtotop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	display: none;
}

.backtotop a {
	display: inline-block;
	background: #ddd;
	width: 40px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #C5C5C5;
}

.backtotop a i {
	font-size: 25px;
}

/* Genericons */
.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/* ------------------------------------------------------------*/

/* Main navigation */

/* ------------------------------------------------------------*/
@media (min-width:768px) {
	.site-navbar {
		width: 100%;
		z-index: 9999;
	}

	.main-navigation {
		border: none;
		border-radius: 0;
		margin: 0;
		background-color: transparent;
		min-height: auto;
	}

	.main-navigation .navbar-collapse {
		padding: 0 0 0 40px;
		float: left;
	}

	#primary-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#primary-menu > li {
		display: inline-block;
		position: relative;
	}

	#primary-menu > li:last-child {
	}

	#primary-menu > li > a {
		padding: 0 12px;
		color: #e44b8e;
		font-weight: bold;
		font-size: 14px;
		display: inline-block;
		line-height: 32px;
	}

	.menu-fixed #primary-menu > li > a {
		line-height: 37px;
	}

	#primary-menu > .current_page_item > a,
	#primary-menu > .current_page_ancestor > a,
	#primary-menu > .current-menu-item > a,
	#primary-menu > .current-menu-ancestor > a {
		color: #B6D435;
	}

	#primary-menu > li > a:hover {
		color: #B6D435;
		text-decoration: none;
	}

	#primary-menu > li .sub-menu {
		position: absolute;
		left: 0;
		top: 100%;
		min-width: 180px;
		background: #FFF;
		border: 1px solid #e3e3e3;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		list-style: none;
		margin: 0;
		padding: 0;
		clip: rect(1px, 1px, 1px, 1px);
		z-index: 9999;
	}

	#primary-menu .sub-menu li {
		position: relative;
	}

	#primary-menu > li > .sub-menu .sub-menu {
		left: 100%;
		top: 0;
		border-left: 1px solid #e3e3e3;
	}

	#primary-menu li:hover > ul,
	#primary-menu ul li:hover > ul,
	#primary-menu .focus > ul,
	#primary-menu .focus > ul {
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}

	#primary-menu .sub-menu li a {
		color: #333;
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #e3e3e3;
		padding: 12px 30px 12px 30px;
		white-space: nowrap;
		text-align: left;
	}

	#primary-menu .sub-menu li a:hover {
		background: #098B45;
		color: #fff;
	}

}

@media (max-width:767px) {
	.site-navbar {
		height: auto;
		width: 100%;
	}

	.navbar-header {
		float: left;
	}

	.navbar-default {
		background-color: transparent;
		border: none;
	}

	.main-navigation {
		height: auto;
		margin: 0;
		padding-top: 0;
	}

	.site-navbar a {
		color: #333;
	}

	.site-navbar .navbar-nav {
		margin: 0;
	}

	.site-navbar .navbar-default .navbar-collapse,
	.site-navbar .navbar-default .navbar-form {
		border: 1px solid #ccc;
		background-color: #fff;
		z-index: 9999;
		position: absolute;
		left: 0;
		top: 100%;
		border-bottom: 1px solid #ccc;
	}

	.site-navbar .navbar-default .navbar-nav>li>a {
		color: #333;
		white-space: nowrap;
		border-bottom: 1px dotted #ccc;
	}

	#primary-menu .sub-menu {
		padding: 0 0 0 15px;
		list-style-position: inside;
		list-style-type: disc;
		border-bottom: 1px dotted #ccc;
	}

	#primary-menu .sub-menu li {
		padding: 0;
	}

	#primary-menu .sub-menu li a {
		display: inline-block;
		padding: 5px 0;
		color: #666;
	}

	.navbar-default .navbar-toggle {
		background-color: #ffffff;
		border-color: #E44B8E;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #E44B8E;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: #E44B8E;
		border-color: #ffffff;
	}

	.navbar-default .navbar-toggle:focus .icon-bar,
	.navbar-default .navbar-toggle:hover .icon-bar {
		background-color: #ffffff;
	}

}

/* ------------------------------------------------------------*/

/* Widgets & Sidebar */

/* ------------------------------------------------------------*/

/* Sidebar */

.sidebar-area {
	width: 100%;
	position: relative;
}

.sidebar-area .widget {
	margin-bottom: 15px;
	background: transparent;
}

.sidebar-area .widget:last-child {
	margin-bottom: 0;
}

.sidebar-area .widget .widget-title {
	background: url(../images/bg-widget-title.png) no-repeat bottom left;
	height: 53px;
	padding: 30px 0 0 30px;
	margin-bottom: 2px;
}

.sidebar-area .widget .widget-title h3 {
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
	font-weight: bold;
}

.widget >:last-child {
	margin-bottom: 0;
}

.sidebar-area .textwidget,
.sidebar-area .widget-content {
	border: 1px solid #fccfe1;
	padding: 10px;
	background: #fde8f2;
	border-radius: 5px;
}

.sidebar-area ul {
	padding: 0;
	margin: 0;
}

.sidebar-area ul li {
	list-style: none;
	border-bottom: 1px dotted #fccfe1;
}

.sidebar-area ul li:last-child {
	border-bottom: none;
}

.sidebar-area ul li a {
	display: inline-block;
	color: #e44b8e;
	padding: 8px;
}

.sidebar-area .post-date {
	color: #777;
}

.sidebar-area ul.menu li {
	border: none;
	position: relative;
}

.sidebar-area ul.menu li a {
	color: #e44b8e;
	display: inline-block;
	width: 100%;
	background: #fde8f2;
	border: 1px solid #fccfe1;
	border-radius: 5px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.sidebar-area ul.menu li a:hover {
	background: #e44b8e;
	color: #fff;
}

.sidebar-area ul.menu li .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

.sidebar-area ul.menu li .sub-menu a {
	white-space: nowrap;
}

.sidebar-area ul.menu li:hover > .sub-menu {
	display: block;
}

/* Widgets */
.widget {
	color: #333;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget .thumbnail-image {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget {
	text-align: justify;
}

.textwidget iframe {
	width: 100%;
}

.textwidget >:last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}

/* Supporter */
.supporter {
	padding: 15px 0;
	border-bottom: 1px dotted #fccfe1;
}

.supporter td {
	padding: 5px;
}

.supporter .name,
.supporter .phone {
	color: #e44b8e;
	font-weight: bold;
}

.list-terms {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.list-terms:before {
	background: url(../images/icon-arrow.png) no-repeat;
	width: 16px;
	height: 7px;
	position: absolute;
	top: -15px;
	left: 30px;
}

.list-terms ul {
	padding: 0;
	list-style: none;
}

.list-terms ul li {
	float: left;
}

.list-terms ul li a {
	color: #333;
	display: inline-block;
	padding: 0 10px;
}

.list-terms ul li:first-child a {
	font-weight: bold;
	color: #098b45;
}

/* widget categories */
.list-product-categories li.currentterm a {
	font-weight: bold;
	color: #098B45;
}

/* ------------------------------------------------------------*/

/* Custom template */

/* ------------------------------------------------------------*/

/* Contact page */

.contact-map {
	padding: 5px;
	border: 1px solid #ddd;
}

.contact-map-label {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.office {
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
}

.office h3 {
	font-size: 15px;
	text-transform: uppercase;
}

.office ul {
	margin: 0;
	padding: 0;
}

.office ul li {
	list-style: none;
	font-size: 13px;
	padding: 5px 0;
}

.office ul li i {
	margin-right: 10px;
}

.office ul li a {
}

.entry-content textarea,
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="password"],
.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"] {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
}

.entry-content input[type="submit"],
.contact-form input[type="submit"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7e7e7e;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}

/* ------------------------------------------------------------*/

/* News */

/* ------------------------------------------------------------*/

.page-header {
	margin: 0 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #f762a3;
}

.page-title {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.post-thumbnail img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

/* Breadcrumbs  */
.breadcrumbs {
	background: transparent;
	margin-bottom: 5px;
	font-size: 13px;
}

.breadcrumbs a {
	position: relative;
	display: inline-block;
	color: #333;
	padding: 4px 0;
	font-size: 13px;
}

/* Social share */
.social-share {
	padding-bottom: 15px;
}

.social-share span {
	float: left;
	margin-right: 5px;
}

/* List post */
.post-item {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin-bottom: 15px;
}

.post-item .post-thumbnail {
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 3px;
	display: inline-block;
}

.post-item .post-thumbnail img {
	width: 100%;
}

.post-item h3.post-title {
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}

.post-item h3.post-title a {
	color: #333;
	text-decoration: none;
}

.post-item p {
	color: #878787;
	text-align: justify;
}

.post-item a.view-detail {
	font-size: 13px;
	font-style: italic;
}

/* Pagination */
.bk-pagination {
	margin: 15px 0;
	text-align: center;
}

.bk-pagination span,
.bk-pagination a {
	background: #e3e3e3;
	padding: 5px 10px;
	color: #666;
	display: inline-block;
}

.bk-pagination span.current {
	background: #333;
	color: #fff;
}

/* Post & page */
.hentry {
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry .post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}

.entry-header {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f762a3;
}

.entry-title {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.entry-content,
.entry-summary {
	padding: 0 0 15px 0;
	text-align: justify;
}

.entry-content >:last-child,
.entry-summary >:last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.no-results .page-content {
	padding: 15px 0;
	font-style: italic;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.entry-footer {
	background: transparent;
	color: #707070;
	font-family: "Noto Sans", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 15px;
	border: 1px solid #ccc;
	background-color: #ECECEC;
	border-radius: 5px;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description >:last-child {
	margin-bottom: 0;
}

/* Related posts */
.related-posts-wrap {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	padding: 15px;
	background-color: #F7F7F7;
	border-radius: 5px;
}

.related-posts-title {
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.related-posts-title h3 {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.related-posts {
	width: 100%;
}

.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-posts ul li {
	padding: 5px 0;
}

.related-posts ul li a {
	color: #333;
}

/* Post navigation */
.post-navigation {
	width: 100%;
}

.post-navigation .screen-reader-text {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Comments */
.comments-area-wrap {
	background: transparent;
	border: 1px solid #ccc;
	margin-top: 15px;
	border-radius: 5px;
}

.comments-area {
	background: #f7f7f7;
	padding: 15px;
	overflow: hidden;
	border-radius: 5px;
}

.comments-title-wrap {
	border-bottom: 1px solid #ccc;
	background-color: #ECECEC;
	padding: 0 15px;
	line-height: 42px;
	border-radius: 5px 5px 0 0;
}

.comments-title-wrap .comments-title {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.comments-area .comment-reply-title {
	font-size: 15px;
	margin: 0;
	font-weight: bold;
}

/* Comments default */
.comments-area >:last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-bottom: 1px solid #ccc;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
	background-color: #fff;
	padding: 15px;
	margin-top: 15px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 15px;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 0px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content >:last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 300;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	background-color: #7e7e7e;
	border-radius: 3px;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 15px;
}

.comment-respond .comment-form-author {
	width: 48%;
	float: left;
}

.comment-respond .comment-form-email {
	width: 48%;
	float: right;
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-comment label {
	font-weight: normal;
}

.comment-respond .comment-form-comment {
	margin-top: 5px;
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-comment textarea {
	width: 100%;
	background: #f8f8f8;
	border: #ccc 1px solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	margin: 0;
	padding: 5px;
	background: #fff;
}

.comment-respond .comment-form-comment textarea {
	max-height: 80px;
}

.comment-respond .form-submit {
	margin: 10px 0;
}

.comment-respond .form-submit #submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7e7e7e;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: red;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

/* ------------------------------------------------------------*/

/* Custom Woocommerce */

/* ------------------------------------------------------------*/

/* Single product */

.woocommerce div.product {
	margin-top: 10px;
}

.woocommerce div.product div.images a.woocommerce-main-image {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
}

.woocommerce span.onsale {
	background-color: #DA251C;
}

.woocommerce div.product div.thumbnails a {
	border: 1px solid #ccc;
	padding: 3px;
}

.woocommerce div.product .product_title {
	font-size: 22px;
	margin-bottom: 10px;
	color: #098B45;
}

.woocommerce button.button.alt {
	background-color: #098B45;
	padding: .418em 1em;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
	color: #DA251C;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: #777;
	opacity: 1;
	font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 2em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
	background: #fff;
	margin: 0;
	padding: 15px;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 3px 3px;
}

.related.products h2 {
	font-size: 16px;
	font-weight: bold;
}

/* List product */
.shop-before {
	padding: 15px 0;
}

.woocommerce .woocommerce-ordering select {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 5px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	background-color: #fff;
}

.woocommerce ul.products li.product .star-rating {
	margin: 0 auto;
	padding-bottom: 0.5em;
	display: inline-block;
}

.woocommerce ul.products li.product h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.woocommerce ul.products li.product .price {
	font-size: 13px;
}

.woocommerce ul.products li.product .price del {
	color: #777;
	opacity: 1;
	font-weight: bold;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins span {
	text-decoration: none;
	color: #DA251C;
}

.woocommerce ul.products li.product .button {
	font-size: 12px;
	margin-top: 0;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	margin: 0 2px;
}

.woocommerce nav.woocommerce-pagination ul li a {
	background: #e3e3e3;
	color: #666;
	display: inline-block;
	width: 28px;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #098B45;
	color: #fff;
	width: 28px;
	text-align: center;
}

/* Cart & Check out & Account */
.entry-content-fullwidth table.shop_table {
	background: #fff;
}

.entry-content-fullwidth input.input-text,
.entry-content-fullwidth textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}

.entry-content-fullwidth h2,
.entry-content-fullwidth h3 {
	font-size: 20px;
	font-weight: bold;
}
