/*-------------------------------------    
CSS INDEX
===================================
#. Normalize and Defaults
#. Theme Defaults
#. Buttons
#. Topbar
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Footer Area
#. Footer Widgets
#. Sidebar Widgets
#. Custom Widgets
#. Banner
#. Pagination
#. Contents
#. Comments
#. Error 404
#. Ads
#. Contact Form 7
#. WooCommerce
---------------------------------------*/
/*-------------------------------------
#. Normalize and Defaults
---------------------------------------*/
/* --- Normalize --- */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #646464;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5 {
	color: #222222;
	margin-bottom: 20px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* --- Typography --- */
body,
button,
input,
select,
textarea {
	color: #646464;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 20px;
}

dfn,
cite,
em {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* --- Elements --- */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0 0 1em 1em;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
	margin-bottom: 10px;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0;
	width: 100%;
}

table th,
table td {
	border: 1px solid #ddd;
	padding: 10px;
}

/* --- Forms --- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #1aa78e;
	border: medium none;
	color: #fff;
	padding: 5px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

select {
	background-color: #fff;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/* --- Links --- */
a:link,
a:visited {
	color: #1aa78e;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #fcaf01;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* --- Accessibility --- */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* --- Alignments --- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* --- Clearings --- */
.clear {
	clear: both;
}

/* --- Widgets --- */
.widget {
	margin: 0 0 30px;
}

.widget select {
	max-width: 100%;
}

/* --- Posts and pages --- */
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	padding: 20px 0;
	font-weight: 700;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding-right: 12px;
}

.page-links a .page-number {
	color: #222;
}

.page-links a:hover span {
	text-decoration: underline;
}

/* --- Comments --- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* --- Media --- */
#main .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	height: 500px;
	max-width: 100%;
}

/* --- Captions --- */
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* --- Galleries --- */
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* --- Margins --- */
.mt0 {
	margin-top: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

/* --- Bootstrap equal height --- */
@media all and (min-width: 1200px) {

	.auto-clear>.col-xl-1:nth-child(12n+1),
	.auto-clear>.col-xl-2:nth-child(6n+1),
	.auto-clear>.col-xl-3:nth-child(4n+1),
	.auto-clear>.col-xl-4:nth-child(3n+1),
	.auto-clear>.col-xl-6:nth-child(odd) {
		clear: left;
	}
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {

	.auto-clear>.col-lg-1:nth-child(12n+1),
	.auto-clear>.col-lg-2:nth-child(6n+1),
	.auto-clear>.col-lg-3:nth-child(4n+1),
	.auto-clear>.col-lg-4:nth-child(3n+1),
	.auto-clear>.col-lg-6:nth-child(odd) {
		clear: left;
	}
}

@media all and (min-width: 768px) and (max-width: 991.98px) {

	.auto-clear>.col-md-1:nth-child(12n+1),
	.auto-clear>.col-md-2:nth-child(6n+1),
	.auto-clear>.col-md-3:nth-child(4n+1),
	.auto-clear>.col-md-4:nth-child(3n+1),
	.auto-clear>.col-md-6:nth-child(odd) {
		clear: left;
	}
}

@media all and (min-width: 576px) and (max-width: 767.98px) {

	.auto-clear>.col-sm-1:nth-child(12n+1),
	.auto-clear>.col-sm-2:nth-child(6n+1),
	.auto-clear>.col-sm-3:nth-child(4n+1),
	.auto-clear>.col-sm-4:nth-child(3n+1),
	.auto-clear>.col-sm-6:nth-child(odd) {
		clear: left;
	}
}

@media all and (max-width: 575.98px) {

	.auto-clear>.col-1:nth-child(12n+1),
	.auto-clear>.col-2:nth-child(6n+1),
	.auto-clear>.col-3:nth-child(4n+1),
	.auto-clear>.col-4:nth-child(3n+1),
	.auto-clear>.col-6:nth-child(odd) {
		clear: left;
	}
}

/*-------------------------------------
#. Theme Defaults
---------------------------------------*/
.widget_block {
	padding: 20px;
}
.wp-block-search__label,
.widget_block h2 {
	color: #222222;
	font-size: 20px;
	font-weight: 600;
}
.wp-block-latest-comments__comment {
	line-height: 1.3;
}
.wp-block-search__button:hover {
	color: #ffffff;
}
a.wp-block-button__link:not([href]):not([tabindex]),
.wp-block-button__link {
	color: #ffffff;
}
.wp-block-cover, .wp-block-cover-image {
	margin-bottom: 30px;
}
.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
section.wp-block-cover-image>h2 {
	color: #ffffff !important;
}
@media all and (min-width: 1200px) {
	.container {
		max-width: 1240px;
	}
}

blockquote {
	color: #333;
	position: relative;
	margin: 30px 30px 30px 40px;
	padding-left: 30px;
	font-style: italic;
	font-weight: 600;
	border-color: #1aa78e;
}

@media all and (max-width: 767.98px) {
	blockquote {
		margin: 30px 15px 30px 20px;
	}
}

blockquote:before {
	content: '';
	width: 5px;
	background-color: #fcaf01;
	position: absolute;
	left: 0;
	top: 4px;
	white-space: pre;
	height: 100%;
	border-radius: 5px;
}

.badge {
	padding: 3px 5px 4px;
}

#preloader {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

a.scrollToTop {
	background-color: rgba(26, 167, 142, 0.3);
	bottom: 5px;
	color: #1aa78e;
	display: inline-flex;
	font-size: 18px;
	height: 44px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	width: 44px;
	z-index: 5;
	border: 2px solid #1aa78e;
	border-radius: 50%;
}

a.scrollToTop:hover,
a.scrollToTop:focus {
	background-color: #1aa78e;
	color: #fff;
}

.content-block-gap {
	margin-top: 30px;
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-element>.elementor-element-overlay {
	z-index: 10;
}

/*-------------------------------------
#. Buttons
---------------------------------------*/
a.rdtheme-button-1,
.rdtheme-button-1 {
	color: #fff !important;
	padding: 15px 25px;
	font-size: 15px;
	line-height: 1.3;
	display: inline-block;
	font-weight: 600;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 175, 1, 0.8)), to(#fcaf01));
	background: linear-gradient(to bottom, rgba(252, 175, 1, 0.8), #fcaf01);
	-webkit-transition: none;
	transition: none;
}

a.rdtheme-button-1:hover,
.rdtheme-button-1:hover {
	background: #fcaf01;
}

a.rdtheme-button-1:focus,
.rdtheme-button-1:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.rdtheme-button-2,
.rdtheme-button-2 {
	color: #fff !important;
	padding: 15px 25px;
	font-size: 15px;
	line-height: 1.3;
	display: inline-block;
	font-weight: 600;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 38, 38, 0.8)), to(#262626));
	background: linear-gradient(to bottom, rgba(38, 38, 38, 0.8), #262626);
	-webkit-transition: none;
	transition: none;
}

a.rdtheme-button-2:hover,
.rdtheme-button-2:hover {
	background: #262626;
}

a.rdtheme-button-2:focus,
.rdtheme-button-2:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.rdtheme-button-3,
.rdtheme-button-3 {
	color: #fff !important;
	padding: 15px 30px;
	font-size: 15px;
	line-height: 1.3;
	display: inline-block;
	font-weight: 600;
	border-radius: 5px;
	background-color: #1aa78e;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a.rdtheme-button-3:hover,
.rdtheme-button-3:hover {
	background-color: #fcaf01;
}

a.rdtheme-button-3:focus,
.rdtheme-button-3:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*-------------------------------------
#. Topbar
---------------------------------------*/
.top-header {
	background-color: #111;
	padding: 8px 0;
}

.top-header .top-header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media all and (max-width: 767.98px) {
	.top-header .top-header-inner {
		display: block;
		text-align: center;
	}
}

@media all and (max-width: 767.98px) {
	.top-header .top-header-inner .tophead-right {
		margin-top: 5px;
	}
}

.top-header .top-header-inner .tophead-info {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media all and (max-width: 767px) {
	.top-header .top-header-inner .tophead-info {
		text-align: center;
	}
}

.top-header .top-header-inner .tophead-info li {
	display: inline-block;
	margin-right: 30px;
}

.top-header .top-header-inner .tophead-info li i {
	color: #fcaf01;
	padding-right: 10px;
}

.top-header .top-header-inner .tophead-info li a,
.top-header .top-header-inner .tophead-info li span {
	color: #b1b1b1;
}

.top-header .top-header-inner .tophead-info li a:hover {
	text-decoration: underline;
}

.top-header .top-header-inner .tophead-social {
	font-size: 0;
}

.top-header .top-header-inner .tophead-social li {
	display: inline;
	vertical-align: middle;
}

.top-header .top-header-inner .tophead-social li a {
	margin-left: 20px;
	color: #ddd;
	font-size: 15px;
	line-height: 1;
}

.top-header .top-header-inner .tophead-social li a:hover {
	color: #fcaf01;
}

.fa-x-twitter:before {
	content: "\e61b" !important;
}

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
/* Logo */
.main-header .site-branding {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media all and (max-width: 767.98px) {
	.main-header .site-branding {
		text-align: center;
		margin-top: 10px;
	}
}

.main-header .site-branding a img {
	width: auto;
	padding: 5px 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Main Navigation */
.main-header {
	background-color: #fff;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.main-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-header .main-navigation-area {
	min-height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media all and (max-width: 767.98px) {
	.main-header .main-navigation-area {
		display: block !important;
		text-align: center;
	}
}

.main-header .main-navigation-area .main-navigation {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.main-header .main-navigation-area .main-navigation ul {
	text-align: right;
	-webkit-transition: all 0.5 ease-out 0s;
	transition: all 0.5 ease-out 0s;
}

@media all and (max-width: 767.98px) {
	.main-header .main-navigation-area .main-navigation ul {
		text-align: center;
	}
}

.main-header .main-navigation-area .main-navigation ul li {
	display: inline-block;
	position: relative;
}

.main-header .main-navigation-area .main-navigation ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 500;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #111111;
	padding: 32px 15px;
}

@media all and (max-width: 1199.98px) {
	.main-header .main-navigation-area .main-navigation ul li a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.main-header .main-navigation-area .main-navigation ul.menu>li.menu-item-has-children:after {
	color: #111;
	content: "\f107";
	font-weight: 900;
    font-family: "Font Awesome 5 Free";
	font-size: 13px;
	position: absolute;
	right: 0;
	bottom: 37px;
	line-height: 1;
}

.main-header .main-navigation-area .main-navigation ul.menu>li>a:hover {
	color: #1aa78e;
}

.main-header .main-navigation-area .main-navigation ul.menu>li.current-menu-item>a,
.main-header .main-navigation-area .main-navigation ul.menu>li.current>a {
	color: #1aa78e;
}

/* Submenu */
.main-header .main-navigation-area .main-navigation ul li ul {
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	position: absolute;
	top: 100%;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 999 !important;
	width: 210px;
	text-align: left;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.main-header .main-navigation-area .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
	color: #111;
	content: "\f105";
	font-weight: 900;
    font-family: "Font Awesome 5 Free";
	font-size: 16px;
	position: absolute;
	right: 25px;
	top: 9px;
}

.main-header .main-navigation-area .main-navigation ul li ul li {
	display: block;
	padding: 0 20px;
}

.main-header .main-navigation-area .main-navigation ul li ul li:hover>a {
	background-color: #fcaf01;
}

.main-header .main-navigation-area .main-navigation ul li ul li:last-child {
	border-bottom: none;
}

.main-header .main-navigation-area .main-navigation ul li ul li a {
	display: block;
	color: #111;
	border-radius: 4px;
	padding: 10px 15px !important;
}

.main-header .main-navigation-area .main-navigation ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* 3rd Level Menu */
.main-header .main-navigation-area .main-navigation ul li ul li ul {
	left: 211px;
	top: 0;
	width: 210px;
}

.main-header .main-navigation-area .main-navigation ul>li>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* Multi Column Menu */
.main-header .main-navigation-area .main-navigation ul li.mega-menu:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu {
	background-color: #fff;
	padding: 10px 0;
	width: 460px;
}

.main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu>li {
	display: block;
	float: left;
	margin: 0 5px;
	width: 210px;
	border: none;
}

.main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
	background-color: #fcaf01;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu>li ul {
	position: relative;
	width: 100%;
	left: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: inherit;
}

.main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu>li ul li {
	padding: 0;
}

.main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu li:after {
	content: '';
}

.main-header .main-navigation-area .main-navigation ul li.mega-menu.hide-header>ul.sub-menu>li>a {
	display: none;
}

/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header>ul>li {
	border-top: none;
}

.mean-container .mega-menu.hide-header>ul>li>a {
	display: none;
}

.mean-container .mega-menu.hide-header>ul>li>ul {
	display: block !important;
}

/* Sticky */
.stick .main-header {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	z-index: 9999 !important;
}

/* Header Button */
.header-btn-area {
	margin-left: 20px;
}

@media all and (max-width: 767.98px) {
	.header-btn-area {
		margin-top: 15px;
		margin-left: 0;
	}
}

.header-btn-area i {
	padding-right: 12px;
	font-size: 20px;
	line-height: 1;
	vertical-align: bottom;
}

.header-btn-area .btn {
	color: #fff !important;
	font-size: 15px;
	line-height: 1.3;
	display: inline-block;
	font-weight: 600;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	padding: 12px 26px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 175, 1, 0.9)), to(#fcaf01));
	background: linear-gradient(to bottom, rgba(252, 175, 1, 0.9), #fcaf01);
	border: none;
	font-family: Poppins, sans-serif;
}

.header-btn-area .btn:hover {
	background: #fcaf01;
}

a.header-login-icon {
	display: inline-block;
	margin-left: 15px;
	font-family: Poppins, sans-serif;
	transition: all 0.5s ease-out;
}

a.header-login-icon i {
	padding-right: 10px;
	color: #1aa78e;
	transition: all 0.5s ease-out;
}

a.header-login-icon .rtin-text {
	color: #222222;
	font-weight: 500;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a.header-login-icon .rtin-text:hover {
	color: #1aa78e;
}

a.header-chat-icon {
	display: inline-block;
	margin-left: 15px;
	font-size: 18px;
}

/* Meanmenu */
body .mean-container .mean-nav ul li.mean-append-area .rtin-append-inner {
	padding: 0.5em 5%;
}

body .mean-container .mean-nav ul li.mean-append-area .rtin-append-inner a.header-menu-btn {
	border-radius: 4px;
	font-weight: 600;
	padding: 9px 30px;
	display: inline-block;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 175, 1, 0.9)), to(#fcaf01));
	background: linear-gradient(to bottom, rgba(252, 175, 1, 0.9), #fcaf01);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin: 0 10px 0 0;
	width: auto;
}

body .mean-container .mean-nav ul li.mean-append-area .rtin-append-inner a.header-login-icon {
	padding: 0 10px 0 10px;
	display: inline;
}

body .mean-container .mean-nav ul li.mean-append-area .rtin-append-inner a.header-chat-icon i {
	color: #1aa78e;
}

/* Meanmenu Sticky */
.mean-stick .mean-container {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: all .5s linear;
}

@media all and (min-width: 601px) and (max-width: 992px) {
	.admin-bar .mean-stick.stick .mean-container {
		top: 30px;
	}
}

@media all and (min-width: 601px) and (max-width: 782px) {
	.admin-bar .mean-stick.stick .mean-container {
 		top: 45px;
	}
}

/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.header-style-2 .main-header {
	background-color: #1aa78e;
}

.header-style-2 .main-header .main-navigation-area .main-navigation ul.menu>li>a {
	color: #fff;
}

.header-style-2 .main-header .main-navigation-area .main-navigation ul.menu>li>a:hover {
	color: #fcaf01;
}

.header-style-2 .main-header .main-navigation-area .main-navigation ul.menu>li.menu-item-has-children::after {
	color: #fff;
	transition: all 0.5s ease-out;
}

.header-style-2 .main-header .main-navigation-area .main-navigation ul.menu>li.current-menu-item>a,
.header-style-2 .main-header .main-navigation-area .main-navigation ul.menu>li.current>a {
	color: #fcaf01;
}

.header-style-2 a.header-login-icon i {
	color: #fff;
}

.header-style-2 a.header-chat-icon i {
	color: #fff;
}

.header-style-2 a.header-chat-icon i:hover {
	color: #fcaf01;
}

.header-style-2 a.header-login-icon .rtin-text {
	color: #fff;
}

.header-style-2 a.header-login-icon .rtin-text:hover {
	color: #fcaf01;
}

body.header-style-2 .mean-container .mean-nav ul li.mean-append-area .rtin-append-inner a.header-login-icon i {
	color: #1aa78e;
}

body.header-style-2 .mean-container .mean-nav ul li.mean-append-area .rtin-append-inner a.header-login-icon .rtin-text {
	color: #222;
}

.header-mobile-icons {
	position: absolute;
	top: 6px;
	right: 60px;
}

.rtcl .rtcl-listings-actions .rtcl-ordering {
	position: relative;
}

.rtcl .rtcl-listings-actions .rtcl-ordering select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.rtcl .rtcl-listings-actions .rtcl-ordering:after {
	top: 7px;
	right: 10px;
	font-size: 20px;
	content: "\f107";
	position: absolute;
	font-family: rtcl, serif;
}

.header-mobile-icons .header-menu-btn {
	border-radius: 4px;
	font-weight: 600;
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 175, 1, 0.9)), to(#fcaf01));
	background: linear-gradient(to bottom, rgba(252, 175, 1, 0.9), #fcaf01);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin: 0 0 0 5px;
	width: auto;
	font-size: 14px;
}

@media screen and (max-width: 480px){
	.header-mobile-icons .header-menu-btn {
		font-size: 12px;
		padding: 0 5px !important;
	}
}

.header-mobile-icons a.header-login-icon {
	padding: 0 10px;
	display: inline-block;
	font-size: 18px;
	margin-left: 0;
	position: relative;
	top: 3px;
}

.header-mobile-icons a.header-login-icon i {
	padding-right: 0;
}

.header-mobile-icons a.header-chat-icon {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin-left: 0;
	font-size: 18px;
	position: relative;
	top: 3px;
}

.header-style-2 .header-mobile-icons a.header-login-icon i {
	color: #1aa78e;
}

.header-style-2 .header-mobile-icons a.header-chat-icon i {
	color: #1aa78e;
}

@media all and (max-width: 575px) {
	.header-mobile-icons .header-menu-btn {
		padding: 0 10px;
	}
	.header-mobile-icons {
		top: 10px;
	}
	.mean-container .mean-bar .mean-logo-area {
		max-width: 120px;
	}
	.header-mobile-icons a.header-chat-icon {
		padding-left: 0;
		padding-right: 0;
		margin-right: 12px;
	}
	.header-mobile-icons a.header-login-icon {
		padding: 0;
		margin-right: 5px;
	}
}

/*-------------------------------------
#. Header Listing Search
---------------------------------------*/
.header-style-1 .header-listing-search {
	z-index: 1;
	position: relative;
	margin-bottom: -30px;
}

@media all and (max-width: 1199.98px) {
	.header-style-1 .header-listing-search {
		margin-top: 15px;
	}
}

@media all and (max-width: 991px) {
	.header-style-1 .header-listing-search {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
}

.header-style-1 .header-listing-search .header-listing-inner {
	position: relative;
}

.header-style-1 .header-listing-search .header-listing-inner .classilist-listing-search {
	padding: 15px 10px;
	border-radius: 6px;
	background-color: #1aa78e;
	display: block;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(217, 218, 218, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(217, 218, 218, 0.75);
}

.header-style-1 .header-listing-search .header-listing-inner .classilist-listing-search .rtcl-search-input-button {
	border: none;
	line-height: 40px;
	background-color: #fff;
}

.header-style-1 .header-listing-search .header-listing-inner .classilist-listing-search .rtin-search-btn {
	background-color: #fff;
	border: none;
	color: #444;
}

.header-style-1 .header-listing-search .header-listing-inner .classilist-listing-search .rtin-search-btn i {
	color: #1aa78e;
}

.header-style-1.header-search-enabled .site-content {
	padding-top: 30px;
}

.header-style-1.header-search-enabled.page-template-blank .site-content {
	padding-top: 0;
}

.header-style-1.header-search-enabled.page-template-blank.elementor-editor-active .header-listing-search {
	z-index: 0;
}

.header-style-1.header-search-enabled .elementor-location-header+.site-content {
	padding-top: 0;
	margin-top: 0;
}

.header-style-2 .header-listing-search {
	position: relative;
	padding: 27px 0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(217, 218, 218, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(217, 218, 218, 0.75);
	z-index: 1;
}

/*---------------------------------------------------------
#. Footer Area
-----------------------------------------------------------*/
.footer-top-area {
	padding: 100px 0 60px;
}

@media all and (max-width: 480px) {
	.footer-top-area {
		padding: 50px 0 10px;
	}
}

.footer-top-area .search-form .custom-search-input input.search-query {
	color: #cccccc;
}

.footer-top-area .search-form .custom-search-input input.search-query,
.footer-top-area .search-form .custom-search-input button.btn {
	border-color: rgba(255, 255, 255, 0.1);
}

.footer-bottom-area {
	background-color: #001a39;
	padding: 25px 0;
}

@media all and (max-width: 767.98px) {
	.footer-bottom-area {
		text-align: center;
	}
}

.footer-bottom-area a {
	color: #f5f5f5;
}

.footer-bottom-area a:hover {
	text-decoration: underline;
}

.footer-bottom-area ul.payment-icons {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 0;
}

@media all and (max-width: 767.98px) {
	.footer-bottom-area ul.payment-icons {
		text-align: center;
		margin-top: 10px;
	}
}

.footer-bottom-area ul.payment-icons li {
	display: inline;
	padding-left: 4px;
}

.footer-bottom-area ul.payment-icons li:first-child {
	padding-left: 0;
}

/*---------------------------------------------
#. Footer Widgets
-----------------------------------------------*/
.widget {
	color: #b7c3c8;
}

.widget a {
	color: #b7c3c8;
}

.widget a:hover {
	color: #1aa78e;
}

.widget h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
	line-height: 1.3;
}

.widget h3:after {
	background-color: #1aa78e;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 40px;
}

.widget select {
	padding: 8px 10px;
	width: 100%;
}

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	margin-bottom: 10px;
}

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

.widget li ul.children,
.widget li ul.sub-menu {
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 15px;
	margin-top: 15px;
}

.widget li ul.children li:last-child,
.widget li ul.sub-menu li:last-child {
	margin-bottom: 0;
}

.widget.widget_calendar table {
	margin-top: 0;
}

.widget.widget_calendar table caption {
	padding-top: 0;
}

.widget.widget_calendar table th,
.widget.widget_calendar table td {
	padding: 7px;
}

.widget.widget_tag_cloud {
	font-size: 0;
}

.widget.widget_tag_cloud a {
	color: #b7c3c8;
	padding: 9px 10px;
	display: inline-block;
	font-size: 13px !important;
	margin-bottom: 3px;
	margin-right: 3px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #373737;
	border-radius: 3px;
	line-height: 1.5;
}

.widget.widget_tag_cloud a:hover {
	background-color: #fcaf01;
	border-color: #fcaf01;
}

.footer-top-area .widget.widget_tag_cloud a:hover {
	color: #ffffff;
}

/*---------------------------------------------
#. Sidebar Widgets
-----------------------------------------------*/
.sidebar-widget-area .widget {
	padding: .75rem 1.25rem 1.25rem 1.25rem;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	color: #646464;
}

.classified-seller-info.widget {
	padding: 0;
}

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

.sidebar-widget-area .widget h3 {
	color: #222222;
	border-bottom: 1px solid #e1e1e1;
	font-size: 20px;
	line-height: 1.4;
	padding: 12px 0;
	margin-bottom: 0;
}

.classified-seller-info.widget .widgettitle {
	padding: 12px 20px;
}

.sidebar-widget-area .widget h3:after {
	content: none;
}

.sidebar-widget-area .widget h3+* {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidebar-widget-area .widget a {
	color: #646464;
}

.sidebar-widget-area .widget a:hover {
	color: #1aa78e;
}
.sidebar-widget-area .widget ol {
	padding-left: 0;
}
.sidebar-widget-area .widget ol li,
.sidebar-widget-area .widget ul li {
	position: relative;
	padding-left: 20px;
}

.sidebar-widget-area .widget ol li:before,
.sidebar-widget-area .widget ul li:before {
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: #1aa78e;
	position: absolute;
	left: 0;
	top: 6px;
	line-height: 1;
}

.sidebar-widget-area .widget ul li ul.sub-menu {
	padding-left: 0;
}

.sidebar-widget-area .widget.widget_nav_menu ul li {
	padding-left: 14px;
}

.sidebar-widget-area .widget.widget_calendar .calendar_wrap {
	font-size: 13px;
	line-height: 1.3;
}

.sidebar-widget-area .widget.widget_archive select {
	margin: 20px;
	width: 190px;
	width: calc(100% - 40px);
}

.sidebar-widget-area .widget.widget_tag_cloud a {
	border-color: #d5d5d5;
	font-size: 12px !important;
}

.sidebar-widget-area .widget.widget_tag_cloud a:hover {
	border-color: #fcaf01;
	color: #ffffff;
}

.sidebar-widget-area .widget.rtcl-widget-filter-class h3 {
	padding: 12px 20px;
	background-color: #1aa78e;
	color: #fff;
	border: none;
}

/*---------------------------------------------
#. Custom Widgets
-----------------------------------------------*/
.widget.widget_classilist_about img {
	margin-bottom: 37px;
}

.widget.widget_classilist_about .rtin-des {
	margin-bottom: 20px;
}

.widget.widget_classilist_about ul {
	font-size: 0;
}

.widget.widget_classilist_about ul li {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
}

.widget.widget_classilist_about ul li a {
	background-color: rgba(255, 255, 255, 0.19);
	display: inline-flex;
	font-size: 16px;
	line-height: 40px;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 38px;
	height: 38px;
	border-radius: 5px;
}

.widget.widget_classilist_about ul li a:hover {
	background-color: #fcaf01;
	color: #fff;
}

.widget.widget_classilist_information ul li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.widget.widget_classilist_information ul li:last-child {
	margin-bottom: 0;
}

.widget.widget_classilist_information ul li i {
	color: #fcaf01;
	font-size: 16px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 7px;
	z-index: 1;
}

/*-------------------------------------
#. Breadcrumb
---------------------------------------*/
.main-breadcrumb {
	color: #9e9e9e;
}

.main-breadcrumb span {
	color: #444444;
}

.main-breadcrumb a span {
	color: #9e9e9e;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.main-breadcrumb a span:hover {
	color: #1aa78e;
}

.main-breadcrumb ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-breadcrumb ul li {
	display: inline;
}

.main-breadcrumb ul li:after {
	content: "-";
	padding: 0 7px;
}

.main-breadcrumb ul li:last-of-type::after {
	display: none;
}

.top-content {
	padding: 25px 0;
}

.top-content .top-title {
	font-size: 26px;
	line-height: 1.5;
	color: #222;
	margin-bottom: 0;
}

.top-content-none {
	padding: 25px 0 50px;
}

.last-breadcrumb-item {
	display: none;
}

/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area {
	margin-top: 30px;
	background-color: #ffffff;
	padding: 15px 0 10px;
	border: 1px solid #e1e1e1;
}

.pagination-area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.pagination-area ul li:not(:first-child):not(:last-child) {
	display: inline-block;
	margin: 0 2px;
}

.pagination-area ul li:not(:first-child):not(:last-child) a,
.pagination-area ul li:not(:first-child):not(:last-child) span {
	display: block;
	padding: 8px 10px;
	color: #444444;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border-radius: 5px;
	font-size: 15px;
	line-height: 1;
}

.pagination-area ul li:not(:first-child):not(:last-child) span {
	padding: 8px 0;
}

.pagination-area ul li:not(:first-child):not(:last-child) a:hover,
.pagination-area ul li:not(:first-child):not(:last-child).active a {
	background-color: #fcaf01;
	color: #ffffff;
}

.pagination-area ul li.pagi-previous a,
.pagination-area ul li.pagi-next a,
.pagination-area ul li.pagi-previous span,
.pagination-area ul li.pagi-next span {
	padding: 6px 10px;
	color: #646464;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	display: inline-block;
}

.pagination-area ul li.pagi-previous a:hover,
.pagination-area ul li.pagi-next a:hover,
.pagination-area ul li.pagi-previous span:hover,
.pagination-area ul li.pagi-next span:hover {
	color: #1aa78e;
}

.pagination-area ul li.pagi-previous i,
.pagination-area ul li.pagi-next i {
	color: #1aa78e;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	vertical-align: text-bottom;
}

.pagination-area ul li.pagi-previous.disabled i,
.pagination-area ul li.pagi-next.disabled i,
.pagination-area ul li.pagi-previous.disabled span,
.pagination-area ul li.pagi-next.disabled span {
	color: #ccc;
}

.pagination-area ul li.pagi-previous {
	float: left;
}

.pagination-area ul li.pagi-previous i {
	margin-right: 10px;
	margin-left: 10px;
}

.pagination-area ul li.pagi-next {
	float: right;
}

.pagination-area ul li.pagi-next i {
	margin-left: 10px;
	margin-right: 10px;
}

.elmaxwidth-680.pagination-area ul li:not(:first-child):not(:last-child) {
	margin: 0 1px;
}

.elmaxwidth-680.pagination-area ul li.pagi-previous a,
.elmaxwidth-680.pagination-area ul li.pagi-next a,
.elmaxwidth-680.pagination-area ul li.pagi-previous span,
.elmaxwidth-680.pagination-area ul li.pagi-next span {
	padding: 4px 8px;
	font-size: 14px;
}

.elmaxwidth-480.pagination-area ul li.pagi-previous,
.elmaxwidth-480.pagination-area ul li.pagi-next {
	display: block;
	float: none;
	border: none;
}

.elmaxwidth-480.pagination-area ul li.pagi-previous {
	margin-bottom: 10px;
}

.elmaxwidth-480.pagination-area ul li.pagi-next {
	margin-top: 10px;
}

.elmaxwidth-480.pagination-area .pagination-area ul li a,
.elmaxwidth-480.pagination-area .pagination-area ul li span {
	padding: 5px;
}

/*-------------------------------------
#. Contents
---------------------------------------*/
#page {
	overflow: hidden;
}

.search-form .custom-search-input input.search-query {
	color: #222;
	background-color: transparent;
	border-color: #dcdcdc;
	border-radius: 3px 0 0 3px;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 43px;
}

.search-form .custom-search-input input.search-query::-webkit-input-placeholder {
	color: #707070;
}

.search-form .custom-search-input input.search-query::-ms-input-placeholder {
	color: #707070;
}

.search-form .custom-search-input input.search-query::placeholder {
	color: #707070;
}

.search-form .custom-search-input button.btn {
	border-color: #dcdcdc;
	border-radius: 0 3px 3px 0;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	color: #1aa78e;
	margin: 0;
	padding: 0 13px;
	height: 43px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-form .custom-search-input button.btn:hover {
	opacity: 0.8;
}

.top-content {
	padding: 25px 0;
}

.top-content .top-title {
	font-size: 26px;
	line-height: 1.5;
	color: #222;
	margin-bottom: 0;
}

.top-content-none {
	padding: 25px 0 50px;
}

.site-content {
	background-color: #f4f6f5;
}

.site-content .content-area {
	padding-bottom: 100px;
}

.site-content .content-area .site-content-block {
	border: 1px solid #e1e1e1;
}

.site-content .content-area .site-content-block .main-title-block {
	border-bottom: 1px solid #e1e1e1;
	background-color: #ffffff;
	padding: 12px 30px;
}

.site-content .content-area .site-content-block .main-title-block .main-title {
	color: #222222;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 0;
}

.site-content .content-area .site-content-block .main-content {
	background-color: #ffffff;
	padding: 30px;
}

@media screen and (max-width: 767px) {
	.site-content .content-area .site-content-block .main-content {
		padding: 20px;
	}
}

.site-content .content-area .site-content-block .main-content .main-thumbnail {
	margin-bottom: 20px;
}

.site-content .content-area.site-index .site-content-block,
.search-results .site-content .content-area.site-search .site-content-block {
	border: none;
}

.site-content .content-area.site-index .site-content-block .main-content,
.search-results .site-content .content-area.site-search .site-content-block .main-content {
	padding: 0;
	background-color: transparent;
}

.site-content .content-area.site-index .pagination-area,
.search-results .site-content .content-area.site-search .pagination-area {
	margin-top: 0;
}

@media all and (max-width: 767.98px) {

	.right-sidebar .sidebar-widget-area,
	.left-sidebar .site-content-block {
		margin-top: 40px;
	}
}

@media all and (max-width: 767.98px) {
	.left-sidebar .classilist-myaccount .sidebar-widget-area {
		margin-bottom: 40px;
	}
}

.page-template-blank .site-content {
	background-color: inherit;
}

.page-template-blank .site-content .content-area {
	padding-bottom: 0;
}

/* Blog */
.post-each {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 30px;
}

.post-each .post-thumbnail {
	margin-bottom: 30px;
	overflow: hidden;
}

.post-each .post-thumbnail img {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.post-each .post-meta {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.post-each .post-meta li {
	color: #969696;
	margin-right: 20px;
	display: inline-block;
}

.post-each .post-meta li:last-child {
	margin-right: 0;
}

.post-each .post-meta li a,
.post-each .post-meta li span {
	color: #444444;
}

.post-each .post-meta li a:hover {
	text-decoration: underline;
}

.post-each .post-meta li i {
	color: #1aa78e;
	margin-right: 10px;
}

.post-each .post-title {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 14px;
	word-break: break-word;
}

.post-each .post-title a.entry-title {
	color: #222222;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.post-each .post-title a.entry-title:hover {
	color: #1aa78e;
}

.post-each .read-more-btn {
	color: #1aa78e;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
}

.post-each .read-more-btn i {
	color: #1aa78e;
	margin-left: 8px;
	font-size: 18px;
	line-height: 1;
	position: relative;
	top: 2px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.post-each .read-more-btn:hover i {
	margin-left: 10px;
}

.post-each.post-each-alt .post-title {
	font-size: 26px;
}

.post-each.post-each-single {
	margin-bottom: 0;
	padding: 0;
}

.post-each.post-each-single .post-footer {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}

.post-each.post-each-single .post-footer .post-tags {
	margin-top: 15px;
}

.post-each.post-each-single .post-footer .post-tags a {
	color: #646464;
	padding: 7px 10px;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 3px;
	margin-right: 3px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	line-height: 1.5;
}

.post-each.post-each-single .post-footer .post-tags a:hover {
	background-color: #fcaf01;
	border-color: #fcaf01;
	color: #ffffff;
}

.post-each.post-each-single .post-footer .post-social {
	text-align: right;
	margin-top: 15px;
}

@media all and (max-width: 767.98px) {
	.post-each.post-each-single .post-footer .post-social {
		text-align: left;
	}
}

.post-each.post-each-single .post-footer .post-social .rtin-title {
	color: #444;
	padding-right: 5px;
	font-size: 16px;
	line-height: 1;
}

.post-each.post-each-single .post-footer .post-social .rtin-icon {
	color: #b1b1b1;
	font-size: 18px;
	padding-right: 10px;
	line-height: 1;
}

.post-each.post-each-single .post-footer .post-social .post-social-sharing {
	display: inline;
}

.post-each.post-each-single .post-footer .col-md-12 .post-social {
	text-align: left;
}

.post-each.sticky {
	background-color: #fffdea;
	border: 1px solid #ffd274;
	border-radius: 5px;
}

.site-single .post-each .post-thumbnail {
	margin-bottom: 25px;
}

.site-single .post-each .single-post-title {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 14px;
	word-break: break-all;
}

.site-search .post-each .post-content p {
	margin-bottom: 10px;
}

.post-title-block,
.comment-reply-title {
	color: #111;
	font-size: 20px;
	line-height: 1.3;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.post-title-block:after,
.comment-reply-title:after {
	background-color: #1aa78e;
	border-radius: 6px;
	content: "";
	display: block;
	height: 3px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.post-author-block {
	margin-top: 45px;
}

.post-author-block .post-author-details {
	background: #f2f2f2;
	padding: 30px;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media all and (max-width: 767.98px) {
	.post-author-block .post-author-details {
		display: block;
	}
}

.post-author-block .post-author-details .rtin-left {
	margin-right: 20px;
}

@media all and (max-width: 767.98px) {
	.post-author-block .post-author-details .rtin-left {
		margin: 0 0 20px;
	}
}

.post-author-block .post-author-details .rtin-left img {
	border-radius: 50%;
}

.post-author-block .post-author-details .rtin-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.post-author-block .post-author-details .rtin-right .author-name {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.post-author-block .post-author-details .rtin-right .author-name a {
	color: #111111;
}

.post-author-block .post-author-details .rtin-right .author-bio {
	color: #444444;
}

.post-password-form input[type="password"] {
	height: 33px;
}

/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area {
	margin-top: 50px;
}

.comments-area ul.comment-list,
.comments-area ul.children {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comments-area ul.children {
	margin-left: 50px;
}

@media all and (max-width: 991.98px) {
	.comments-area ul.children {
		margin-left: 20px;
	}
}

@media all and (max-width: 480px) {
	.comments-area ul.children {
		margin-left: 10px;
	}
}

.comments-area .avatar-disabled .main-comments ul.children {
	margin-left: 30px;
}

@media all and (max-width: 991.98px) {
	.comments-area .avatar-disabled .main-comments ul.children {
		margin-left: 20px;
	}
}

@media all and (max-width: 480px) {
	.comments-area .avatar-disabled .main-comments ul.children {
		margin-left: 10px;
	}
}

.comments-area .comment-title span {
	color: #646464;
}

.comments-area .main-comments {
	padding-top: 12px;
}

.comments-area .main-comments:first-child {
	padding-top: 0px;
}

.comments-area .main-comments .children li {
	padding-top: 12px;
}

.comments-area .main-comments .each-comment {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

@media all and (max-width: 480px) {
	.comments-area .main-comments .each-comment {
		padding: 5px 0;
	}
}

.comments-area .main-comments .imgholder {
	margin-right: 20px;
	margin-bottom: 10px;
}

@media all and (max-width: 991.98px) {
	.comments-area .main-comments .imgholder {
		max-width: 90px;
	}
}

@media all and (max-width: 480px) {
	.comments-area .main-comments .imgholder {
		max-width: 50px;
		margin-right: 10px;
	}
}

.comments-area .main-comments .imgholder img {
	border-radius: 50%;
}

.comments-area .main-comments.pingback .imgholder {
	margin: 0;
}

.comments-area .main-comments .comment-meta .comment-meta-left {
	float: left;
}

@media all and (max-width: 991.98px) {
	.comments-area .main-comments .comment-meta .comment-meta-left {
		float: none;
	}
}

.comments-area .main-comments .comment-meta .comment-meta-left .comment-author {
	color: #111;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.comments-area .main-comments .comment-meta .comment-meta-left .comment-time {
	font-size: 14px;
	line-height: 1.5;
}

.comments-area .main-comments .comment-meta .comment-meta-left a {
	color: #111;
}

.comments-area .main-comments .comment-meta .comment-meta-left a:hover {
	text-decoration: underline;
}

.comments-area .main-comments .comment-meta .reply-area {
	float: right;
	margin-top: 10px;
}

@media all and (max-width: 991.98px) {
	.comments-area .main-comments .comment-meta .reply-area {
		float: none;
	}
}

.comments-area .main-comments .comment-meta .reply-area a {
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	display: block;
	background-color: #fcaf01;
	font-size: 12px;
	line-height: 1.2;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.comments-area .main-comments .comment-meta .reply-area a:hover {
	background-color: #707070;
}

@media all and (max-width: 991.98px) {
	.comments-area .main-comments .comment-meta .reply-area a {
		display: inline-block;
	}
}

.comments-area .main-comments .comments-body .comment-text {
	margin-top: 10px;
	color: #444444;
}

.comments-area .main-comments .comments-body .comment-text p {
	margin-bottom: 10px;
}

.comments-area .main-comments .comments-body .comment-text .comment-awaiting-moderation {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
}

.comments-area .main-comments #respond {
	margin-top: 35px;
}

.comments-area .comments-closed {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	padding-top: 20px;
	line-height: 1.3;
	color: #111;
}

.comments-area .comment-pagination {
	margin-top: 30px;
}

.comments-area .comment-pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.comments-area .comment-pagination ul li {
	display: inline-block;
}

.comments-area .comment-pagination ul li a {
	background-color: #1aa78e;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 4px;
}

.comments-area .comment-pagination ul li a:hover {
	opacity: 0.8;
}

#respond {
	margin-top: 50px;
}

#respond .comment-reply-title {
	margin-bottom: 15px;
}

#respond .comment-notes,
#respond .logged-in-as,
#respond .form-group {
	margin-bottom: 20px;
}

#respond .logged-in-as a {
	color: #444;
}

#respond form input,
#respond form textarea {
	border: none;
	background-color: #f9f9f9;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #111;
	font-weight: 500;
}

#respond form input:focus,
#respond form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#respond form input::-webkit-input-placeholder,
#respond form textarea::-webkit-input-placeholder {
	color: #868e96;
}

#respond form input::-ms-input-placeholder,
#respond form textarea::-ms-input-placeholder {
	color: #868e96;
}

#respond form input::placeholder,
#respond form textarea::placeholder {
	color: #868e96;
}

#respond form input {
	/*color: #fff;*/
}

p.comment-form-cookies-consent {
    display: flex;
}

#respond form .btn-send {
	height: inherit;
	background-color: #1aa78e;
	border: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 30px;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	line-height: 1.5;
}

#respond form .btn-send:hover {
	background-color: #fcaf01;
}

#respond #cancel-comment-reply-link {
	font-size: 12px;
	line-height: 1.2;
}

.post-social-sharing {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.post-social-sharing li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.post-social-sharing li a {
	background-color: #666;
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
	width: 35px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}

.post-social-sharing li a:hover {
	color: #ffffff;
	opacity: 0.8;
}

.post-social-sharing .social-facebook a {
	background-color: #3b5999;
}

.post-social-sharing .social-twitter a {
	background-color: #55acee;
}

.post-social-sharing .social-gplus a {
	background-color: #dd4b39;
}

.post-social-sharing .social-linkedin a {
	background-color: #0077B5;
}

.post-social-sharing .social-pinterest a {
	background-color: #bd081c;
}

.post-social-sharing .social-tumblr a {
	background-color: #34465d;
}

.post-social-sharing .social-reddit a {
	background-color: #ff5700;
}

.post-social-sharing .social-vk a {
	background-color: #4c75a3;
}

/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page {
	text-align: center;
}

.error-page h3 {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 400;
}

.error-page .error-btn {
	color: #ffffff;
	background-color: #1aa78e;
	padding: 20px 35px;
	border-radius: 5px;
	margin-top: 50px;
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
}

.error-page .error-btn:hover {
	background-color: #fcaf01;
}

/*-------------------------------------
#. Ads
---------------------------------------*/
.classilist-ad.ad-header-top {
	margin-bottom: 25px;
}

.classilist-ad.ad-footer {
	padding-bottom: 30px;
	margin-top: -40px;
}

.classilist-ad.ad-before-sidebar {
	margin-bottom: 30px;
}

.classilist-ad.ad-after-sidebar {
	margin-top: -10px;
}

.classilist-ad.ad-before-content {
	margin-bottom: 30px;
}

.classilist-ad.ad-after-content {
	margin-top: 30px;
}

.classilist-ad.ad-listing-before-items {
	margin-bottom: 25px;
}

.classilist-ad.ad-listing-after-items {
	margin-top: 25px;
}

.classilist-ad.ad-single-listing-before-contents {
	margin-bottom: 20px;
}

.classilist-ad.ad-single-listing-after-contents {
	margin-top: 25px;
}

.classilist-ad.ad-single-listing-after-block {
	margin-top: 30px;
}

.rtcl-listings-grid+.classilist-ad.ad-listing-after-items {
	margin-top: 0;
}
.rtcl-checkout-content {
    box-shadow: none;
    padding: 0;
}
/*-------------------------------------
#. Contact Form 7
---------------------------------------*/
.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
}

.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap textarea {
	border-radius: 0;
	background: #f6f6f6;
	border: none;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
	box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
	color: #222222;
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	margin-bottom: 5px;
}

.wpcf7-form .wpcf7-form-control-wrap input {
	height: 45px;
}

.wpcf7-form label {
	display: block;
}

.wpcf7-form .wpcf7-submit {
	padding: 15px 25px;
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	font-weight: 600;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 175, 1, 0.8)), to(#fcaf01));
	background: linear-gradient(to bottom, rgba(252, 175, 1, 0.8), #fcaf01);
	border-radius: 0.25rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:active {
	background: #fcaf01;
}

.wpcf7-form .wpcf7-response-output {
	margin: 25px 0 0;
}

.wpcf7-form .wpcf7-validation-errors {
	border-color: #bc0000;
}

/*-------------------------------------
#. Woocommerce: Checkout
---------------------------------------*/
.woocommerce button.button {
	color: #fff;
	background-color: #1aa78e;
}

.woocommerce button.button:hover {
	color: #fff;
	background-color: #fcaf01;
}

.woocommerce-info {
	border-color: #1aa78e;
}

.woocommerce-info:before {
	color: #1aa78e;
}

.woocommerce form .form-row {
	padding: 0;
}

.woocommerce form .form-row label {
	width: 100%;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 10px;
	color: #444444;
}

.woocommerce form .form-row .required {
	color: #444444;
}

.woocommerce form .form-row input,
.woocommerce form .form-row textarea,
.woocommerce form .form-row .select2-selection {
	padding: 18px 15px;
	border: none;
	color: #444444;
	background-color: #f2f2f2;
	border-radius: 4px;
	height: 55px;
}

.woocommerce form .form-row input:placeholder,
.woocommerce form .form-row textarea:placeholder,
.woocommerce form .form-row .select2-selection:placeholder {
	color: #6c757d;
	opacity: 1;
}

.woocommerce form .form-row .select2-container {
	overflow: hidden;
	border-radius: 4px;
}

.woocommerce form .form-row .select2-container .select2-selection {
	outline: 0;
}

.woocommerce form .form-row .select2-container .select2-selection .select2-selection__rendered {
	padding: 0 20px 0 0;
	line-height: 1.1;
	font-weight: 400;
}

.woocommerce form .form-row .select2-container .select2-selection .select2-selection__arrow {
	top: 13px;
	right: 10px;
}

.woocommerce form .form-row textarea {
	height: 250px;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #444444;
}

.woocommerce form .form-row.woocommerce-invalid input,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid textarea {
	border: 2px solid #f00;
}

.woocommerce-checkout .woocommerce .checkout .col-1,
.woocommerce form .woocommerce-address-fields .col-1,
.woocommerce-checkout .woocommerce .checkout .col-2,
.woocommerce form .woocommerce-address-fields .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: inherit;
	padding: 0;
}

.woocommerce-checkout .woocommerce .checkout .form-row,
.woocommerce form .woocommerce-address-fields .form-row {
	margin: 0 0 30px;
}

.woocommerce-checkout .woocommerce .checkout .form-row.form-row-first,
.woocommerce form .woocommerce-address-fields .form-row.form-row-first,
.woocommerce-checkout .woocommerce .checkout .form-row.form-row-last,
.woocommerce form .woocommerce-address-fields .form-row.form-row-last {
	width: 49%;
}

.woocommerce-checkout .woocommerce .checkout .form-row#billing_address_2_field,
.woocommerce form .woocommerce-address-fields .form-row#billing_address_2_field,
.woocommerce-checkout .woocommerce .checkout .form-row#shipping_address_2_field,
.woocommerce form .woocommerce-address-fields .form-row#shipping_address_2_field {
	margin-top: -15px;
}

.woocommerce-checkout .woocommerce .checkout .form-row .woocommerce-input-wrapper,
.woocommerce form .woocommerce-address-fields .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.woocommerce-checkout .woocommerce .checkout h3,
.woocommerce form .woocommerce-address-fields h3 {
	color: #111;
	line-height: 1.5;
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce .checkout #ship-to-different-address label,
.woocommerce form .woocommerce-address-fields #ship-to-different-address label {
	cursor: pointer;
}

.woocommerce-checkout .woocommerce .checkout #ship-to-different-address input,
.woocommerce form .woocommerce-address-fields #ship-to-different-address input {
	outline: none;
	vertical-align: middle;
}

.woocommerce-checkout .woocommerce .checkout #ship-to-different-address span,
.woocommerce form .woocommerce-address-fields #ship-to-different-address span {
	font-size: 15px;
	line-height: 1.3;
	vertical-align: middle;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce .checkout table.shop_table,
.woocommerce form .woocommerce-address-fields table.shop_table {
	border-color: #d8d8d8;
}

.woocommerce-checkout .woocommerce .checkout table.shop_table tr th,
.woocommerce form .woocommerce-address-fields table.shop_table tr th,
.woocommerce-checkout .woocommerce .checkout table.shop_table tr td,
.woocommerce form .woocommerce-address-fields table.shop_table tr td {
	border-color: #d8d8d8;
	color: #222222;
}

.woocommerce-checkout .woocommerce .checkout table.shop_table thead th,
.woocommerce form .woocommerce-address-fields table.shop_table thead th,
.woocommerce-checkout .woocommerce .checkout table.shop_table .cart-subtotal th,
.woocommerce form .woocommerce-address-fields table.shop_table .cart-subtotal th,
.woocommerce-checkout .woocommerce .checkout table.shop_table .shipping th,
.woocommerce form .woocommerce-address-fields table.shop_table .shipping th,
.woocommerce-checkout .woocommerce .checkout table.shop_table thead td,
.woocommerce form .woocommerce-address-fields table.shop_table thead td,
.woocommerce-checkout .woocommerce .checkout table.shop_table .cart-subtotal td,
.woocommerce form .woocommerce-address-fields table.shop_table .cart-subtotal td,
.woocommerce-checkout .woocommerce .checkout table.shop_table .shipping td,
.woocommerce form .woocommerce-address-fields table.shop_table .shipping td {
	color: #111111;
}

.woocommerce-checkout .woocommerce .checkout table.shop_table .order-total th,
.woocommerce form .woocommerce-address-fields table.shop_table .order-total th,
.woocommerce-checkout .woocommerce .checkout table.shop_table .order-total td,
.woocommerce form .woocommerce-address-fields table.shop_table .order-total td {
	color: #111111;
}

.woocommerce-checkout .woocommerce .checkout #payment,
.woocommerce form .woocommerce-address-fields #payment {
	background: inherit;
	border: none;
}

.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods,
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods {
	margin-top: 50px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
}

.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods label,
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods label {
	color: #111111;
	font-weight: 500;
	margin: 0;
	cursor: pointer;
}

.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods input,
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods input {
	cursor: pointer;
	vertical-align: middle;
}

.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods div.payment_box,
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods div.payment_box {
	background-color: #f2f2f2;
	color: #444444;
}

.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods div.payment_box:before,
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods div.payment_box:before {
	border-bottom-color: #f2f2f2;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order,
.woocommerce form .woocommerce-address-fields #payment .place-order {
	margin: 50px 0 0;
	padding: 0;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper {
	width: 100%;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text,
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
	font-style: italic;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p,
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
	margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper a,
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper a {
	text-decoration: underline;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper #terms,
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper #terms {
	cursor: pointer;
	outline: none;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order button#place_order,
.woocommerce form .woocommerce-address-fields #payment .place-order button#place_order {
	float: none;
	display: inline-block;
	border-radius: 4px;
	padding: 18px 50px;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	outline: none;
	background-color: #1aa78e;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order button#place_order:hover,
.woocommerce form .woocommerce-address-fields #payment .place-order button#place_order:hover {
	background-color: #fcaf01;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row {
	width: 49%;
	padding: 0;
	margin: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row input {
	padding: 18px 15px;
	border: none;
	color: #444444;
	background-color: #f2f2f2;
	border-radius: 4px;
	height: 55px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row input:placeholder {
	color: #6c757d;
	opacity: 1;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row button.button {
	height: 55px;
	padding: 15px 35px;
}

/*-------------------------------------
#. Woocommerce: Order received
---------------------------------------*/
.woocommerce-order-received .woocommerce {
	color: #111;
}

.woocommerce-order-received .woocommerce h2 {
	font-size: 20px;
}

.woocommerce-order-received .woocommerce .order_details {
	padding: 0;
}

.woocommerce-order-received .woocommerce .order_details li strong {
	font-size: 15px;
	line-height: 2;
}

.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
	font-size: 20px;
	margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce .title h3 {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-customer-details address {
	border-radius: 0;
	padding: 20px;
	border: 1px solid #ccc;
}

.woocommerce .woocommerce-customer-details address br {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-customer-details address p {
	margin-top: 10px;
}

.woocommerce-order-details {
	margin-top: 40px;
}

/*-------------------------------------
#. Woocommerce: My Account
---------------------------------------*/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: inherit;
	padding: 0;
}

.woocommerce-Address-title a.edit:hover {
	text-decoration: underline;
}

.woocommerce table.shop_table.order_details {
	margin-bottom: 50px;
}

.woocommerce table.shop_table.order_details .product-name a,
.woocommerce table.shop_table.order_details .download-product a {
	color: #111111;
}

.woocommerce-column--billing-address {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce {
	color: #444444;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	float: none;
	width: inherit;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	margin-bottom: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid #d7d7d7;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #d7d7d7;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: #444444;
	padding: 10px 10px 10px 30px;
	display: block;
	position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	content: "\f105";
	font-weight: 900;
    font-family: "Font Awesome 5 Free";
	font-size: 14px;
	line-height: 1;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #1aa78e;
	color: #fff;
}

.woocommerce-account .woocommerce table .button {
	padding: 8px 14px;
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions {
	text-align: center;
}

.woocommerce-edit-address .woocommerce-MyAccount-content>p,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
	margin-bottom: 30px;
}

.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
	padding: 15px 25px;
}

.woocommerce-edit-account fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.woocommerce-address-fields button.button {
	padding: 15px 25px;
}

/*-------------------------------------
#. Woocommerce: Login/Register
---------------------------------------*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
}

.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
	margin-bottom: 20px;
}