/*
  Theme Name: RouteX - Immigration and Visa Consulting WordPress Theme
  Author: RRDevs
  Support: https://support.rrdevs.net
  Description: RouteX - Immigration and Visa Consulting WordPress Theme
*/
 
/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Hero
4. Archivement
5. Video
6. We Do
7. Movie 
8. Team
9. Blog
10. Subscribe
11. footer 
12. Contact
*/

/*.........<! 1. Theme default css !>.........*/
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-x: hidden;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* post sticky */
.sticky {
	border: 1px solid var(--rr-theme-primary);
	padding: 30px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

/*rr unit css */
.rr-blog__tag {
	clear: both;
	margin-top: 0;
	padding-top: 40px;
}

.wp-block-button {
	margin-bottom: 10px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.wp-block-cover {
	margin-bottom: 20px;
}

.wp-block-gallery .blocks-gallery-grid {
	padding-left: 0;
	margin-bottom: 0;
}

.blocks-gallery-caption {
	margin-bottom: 50px;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-style: italic;
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	margin-bottom: 30px;
}

.wp-block-gallery.columns-8.is-cropped.wp-block-gallery-15.is-layout-flex ul {
	margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	line-height: 1;
}

blockquote p {
	color: var(--rr-text-body);
	margin: 0;
}

blockquote p code {
	font-size: .875em;
	color: inherit;
	word-wrap: break-word;
}

/*rr unt commenst*/
.latest-comments ul {
	padding-left: 0;
}

.comments-avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

.latest-comments li ul.children {
	padding-left: 50px;
	list-style: none;
}

@media (max-width:767px) {
	.latest-comments li ul.children {
		padding-left: 0;
	}
}


/*rr-page-content*/


/*block quote*/
.wp-block-quote blockquote cite {
	margin-top: 10px;
	display: block;
	font-size: 15px;
	font-style: normal;
	position: relative;
}

.wp-block-quote blockquote cite::before {
	content: "";
	font-size: 28px;
	padding-bottom: 0px;
	display: inline-block;
	background: #fff;
	height: 2px;
	width: 40px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-right: 10px;
	position: relative;
}

.wp-block-quote blockquote {
	border: 0;
}

.wp-block-column blockquote {
	padding: 30px 30px 30px;
	border: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 30px 30px;
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: 0;
	padding-left: 40px;
	padding-right: 40px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	display: inline-block;
}



/*footer custom css*/
.footer-default-widget ul li {
	list-style: none;
	margin-bottom: 15px;
	overflow: hidden;
}

.footer-default-widget ul li a {
	font-size: 16px;
	font-weight: var(--rr-fw-regular);
	color: #b4b8bb;
	position: relative;
}

.footer-default-widget ul li a::before {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	bottom: 0;
	background: var(--rr-common-white);
	width: 0;
	height: 1px;
	top: 20px;
}

.footer-default-widget ul li:hover>a::before {
	width: 100%;
	left: 0;
	right: auto;
}

.footer-default-widget ul#menu-main-links li {
	width: 50%;
	float: left;
}

.footer__post .footer__post-item:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #edf2f64f;
}

.footer__col-1 {
	margin-right: 0px;
}

.footer-3-widget ul li a {
	font-size: 16px;
	font-weight: var(--rr-fw-sbold);
	color: #b4b8bb;
	position: relative;
}

.footer-3-widget ul li a::before {
	position: absolute;
	content: "";
	background: var(--rr-theme-1);
	width: 5px;
	height: 2px;
	left: -10px;
	right: 0;
	top: 10px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}

.footer-3-widget ul li:hover>a::before {
	visibility: visible;
	opacity: 1;
}

.footer-3-widget ul li {
	list-style: none;
	margin-bottom: 15px;
}

.footer-3-widget ul li:hover>a {
	margin-left: 10px;
	color: var(--rr-common-white);
}


/*blog css */
.rr-blog__thumb iframe {
	width: 100%;
}

.rr-pagination ul {
	padding-left: 0;
}

.postbox__text li {
	font-size: 16px;
}

.rr-blog-area ol ol,
.rr-blog-area ol ul,
.rr-blog-area ul ol,
.rr-blog-area ul ul {
	margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-right: 5px !important;
}

.postbox__area .nice-select {
	width: 100%;
	margin-bottom: 20px;
}

/* post table */
.postbox__area table {
	margin-bottom: 30px;
}

.postbox__area table,
.postbox__area th,
.postbox__area td {
	border: 1px solid #d1d1d1;
	font-size: 16px;
}

.postbox__area td {
	padding: 0 20px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

#wp-calendar thead {
	font-size: 14px;
}


.rr-footer-widget #wp-calendar thead th {
	text-align: center;
	color: #fff;
}

.calendar_wrap caption {
	color: #fff;
}

#wp-calendar tbody {
	color: #666;
}

#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 8px 0;
	transition: 0.3s;
}

.postbox__area table a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	font-style: normal;
	font-family: var(--rr-ff-body);
}


.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

/*rr unit css */


.rr-blog__tag {
	clear: both;
	margin-top: 0;
	padding-top: 40px;
}

.wp-block-button {
	margin-bottom: 10px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.wp-block-cover {
	margin-bottom: 20px;
}

.wp-block-gallery .blocks-gallery-grid {
	padding-left: 0;
	margin-bottom: 0;
}

.blocks-gallery-caption {
	margin-bottom: 50px;
}

.gallery-caption.wp-caption-text {
	margin: 0.5075em 0;
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	margin-bottom: 30px;
}

.wp-block-gallery.columns-8.is-cropped.wp-block-gallery-15.is-layout-flex ul {
	margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	line-height: 1;
}

blockquote p code {
	font-size: .875em;
	color: inherit;
	word-wrap: break-word;
}

/*rr unt commenst*/
.latest-comments ul {
	padding-left: 0;
}

.comments-avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

.latest-comments li ul.children {
	padding-left: 50px;
	list-style: none;
}

@media (max-width:767px) {
	.latest-comments li ul.children {
		padding-left: 0;
	}
}


/*rr-page-content*/


/*block quote*/
.wp-block-quote blockquote cite {
	margin-top: 10px;
	display: block;
	font-size: 15px;
	font-style: normal;
	position: relative;
}

.wp-block-quote blockquote cite::before {
	content: "";
	font-size: 28px;
	padding-bottom: 0px;
	display: inline-block;
	background: #fff;
	height: 2px;
	width: 40px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-right: 10px;
	position: relative;
}

.wp-block-quote blockquote {
	border: 0;
}

.wp-block-column blockquote {
	padding: 30px 30px 30px;
	border: 0;
	background: #FFFFFF;
	box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1), inset 4px 0px 0px var(--rr-theme-primary);
	position: relative;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 30px 30px;
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: 0;
	padding-left: 40px;
	padding-right: 40px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	display: inline-block;
	padding: 40px;
}



/*footer custom css*/
.footer-default-widget ul li {
	list-style: none;
	margin-bottom: 15px;
	overflow: hidden;
}

.footer-default-widget ul li a {
	font-size: 16px;
	font-weight: var(--rr-fw-regular);
	color: #b4b8bb;
	position: relative;
}

.footer-default-widget ul li a::before {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	bottom: 0;
	background: var(--rr-common-white);
	width: 0;
	height: 1px;
	top: 20px;
}

.footer-default-widget ul li:hover>a::before {
	width: 100%;
	left: 0;
	right: auto;
}

.footer-default-widget ul#menu-main-links li {
	width: 50%;
	float: left;
}

.footer__post .footer__post-item:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #edf2f64f;
}

.footer__col-1 {
	margin-right: 0px;
}

.footer-3-widget ul li a {
	font-size: 16px;
	font-weight: var(--rr-fw-sbold);
	color: #b4b8bb;
	position: relative;
}

.footer-3-widget ul li a::before {
	position: absolute;
	content: "";
	background: var(--rr-theme-1);
	width: 5px;
	height: 2px;
	left: -10px;
	right: 0;
	top: 10px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}

.footer-3-widget ul li:hover>a::before {
	visibility: visible;
	opacity: 1;
}

.footer-3-widget ul li {
	list-style: none;
	margin-bottom: 15px;
}

.footer-3-widget ul li:hover>a {
	margin-left: 10px;
	color: var(--rr-common-white);
}


/*blog css */
.rr-blog__thumb iframe {
	width: 100%;
}

.rr-pagination ul {
	padding-left: 0;
}

.postbox__text li {
	font-size: 16px;
}

.rr-blog-area ol ol,
.rr-blog-area ol ul,
.rr-blog-area ul ol,
.rr-blog-area ul ul {
	margin-bottom: 0;
	margin-left: 15px;
}

.rr-blog-area .widget_categories ul ul {
	margin-bottom: 0;
	margin-left: 15px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-right: 5px !important;
}

.postbox__area .nice-select {
	width: 100%;
	margin-bottom: 20px;
}

/* post table */
.postbox__area table {
	margin-bottom: 30px;
}

.postbox__area table,
.postbox__area th,
.postbox__area td {
	border: 1px solid #d1d1d1;
	font-size: 16px;
}

.postbox__area td {
	padding: 0 20px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	color: #fff;
}
.footer__widget.widget_calendar .wp-calendar-nav-prev a {
    color: #fff;
}
#wp-calendar thead {
	font-size: 14px;
}

.postbox__area table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 400;
}


#wp-calendar tbody {
	color: #666;
}

rr-theme-1 #wp-calendar tbody td {
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 8px 0;
	transition: 0.3s;
}

.wp-block-table td,
.wp-block-table th {
	padding: 10px 20px;
}

.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
	padding-left: 0;
}

.postbox__area ol.wp-block-latest-comments {
	margin-left: 0;
	padding-left: 0;
	padding: 10px 20px;
}

.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
	padding-left: 0;
}

.postbox__area ol.wp-block-latest-comments {
	margin-left: 0;
	padding-left: 0;

}

.postbox__text ul li a,
dl a {
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
	text-decoration: underline;

}

.postbox__text ul li a:hover,
dl a:hover {
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}

.wp-block-search__button {
	background: var(--rr-theme-1);
	border: 1px solid var(--rr-theme-1);
	padding: 0 30px;
	color: #fff;
	margin-left: .625em;
	word-break: normal;
	font-size: 14px;
	font-family: inherit;
	line-height: inherit;

}

.wp-block-tag-cloud a {
	display: inline-block;
	height: 36px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 14px !important;
	font-weight: 500;
	color: var(--rr-text-body);
	background: #f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
}

ul.wp-block-rss.wp-block-rss {
	padding-left: 0;
}

.rr-postbox-pagination.mb-40 ul {
	padding-left: 0;
}

.wp-container-1.wp-block-group.has-background {
	margin-bottom: 30px;
}

.postbox__text p.has-large-font-size {
	font-size: 24px !important;
	line-height: 1.2;
	margin-bottom: 10px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-top: 30px;
	overflow: hidden;
	padding-top: 40px;
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}
.wp-block-search__inside-wrapper {
	position: relative;
}


.rr-footer__widget.widget_search {
	padding: 25px 20px 35px 20px;
}

.blog-sidebar__search input {
	height: 100%;
    padding: 14px 35px 14px 20px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #E3DBD8;
    background: var(--rr-common-white);
    color: var(--rr-text-body);
    font-family: var(--rr-ff-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    margin-left: 0;

}

.blog-sidebar__search button {
	position: absolute;
	top: 0;
	right: 0px;
	height: 100%;
	width: 60px;
	color: #000000;
}

.sidebar__wrapper .wp-block-search__inside-wrapper input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: var(--rr-common-white);
	padding: 0 25px;
	padding-right: 75px;
	text-transform: capitalize;
	outline: none;
	padding-right: 70px;
	border: 1px solid rgba(0, 29, 8, 0.1);
}

.wp-block-search__button {
	position: absolute;
	top: 0;
	right: 0px;
	height: 100%;
	background-color: var(--rr-grey-1);
	color: #959595;
	border: 1px solid rgba(0, 29, 8, 0.1);
	font-family: var(--rr-ff-p);
	background: var(--rr-theme-1);
	color: #fff;
}

.wp-block-search__button:hover {
	background: #000000;
	color: #fff;
}

.wp-block-latest-posts__post-title {
	font-family: "Libre Bodoni";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--rr-heading-1) !important;
}

.sidebar__widget-content ul li a.wp-block-latest-posts__post-title:hover {
	background-color: transparent;
	color: var(--rr-heading-1);
	border: none;
}

.wp-block-tag-cloud a {
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	background: #F5F5F5;
	padding: 6px 15px;
	color: var(--rr-heading-primary);
	text-align: center;
	font-size: 13px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-right: 10px;
}

.wp-block-tag-cloud a:hover {
	color: var(--rr-common-white);
	background-color: var(--rr-theme-primary);
}

ul.wp-block-rss.wp-block-rss {
	padding-left: 0;
}

.rr-postbox-pagination.mb-40 ul {
	padding-left: 0;
}

.wp-container-1.wp-block-group.has-background {
	margin-bottom: 30px;
}

.postbox__text p.has-large-font-size {
	font-size: 24px !important;
	line-height: 1.2;
	margin-bottom: 20px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
	margin-bottom: 30px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-top: 30px;
	overflow: hidden;
	padding-top: 40px;

}

.wp-block-search__button {
	width: 120px;
	height: 49px;
	background: var(--rr-theme-primary);
	color: #fff;
	border: 0;
	transition: .3s;
	font-size: 16px;
	font-weight: 500;
	border-radius: 30px;
}

.page-links a,
.page-links>span {
	border: 2px solid #ddd;
	display: inline-block;
	min-width: 35px;
	text-align: center;
	margin-left: 2px;
	height: 33px;
	line-height: 30px;
	margin-right: 3px;
	color: #444;
}

.page-links>span {
	border: 2px solid var(--rr-theme-primary);
	color: var(--rr-theme-primary);
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 20px 0;
	border: 2px solid #ddd;
	display: inline-block;
	min-width: 35px;
	text-align: center;
	margin-left: 2px;
	height: 33px;
	line-height: 30px;
	margin-right: 3px;
	color: #444;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 20px 0;

}


.postbox__area table tbody td {
	text-align: center;
}

.postbox__area table {
	margin-bottom: 30px;
	width: 100%;
}

.postbox__area table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.post-password-form input[type="password"] {
	background: #F5F6F8;
	border: 0;
	height: 50px;
	width: 100%;
	padding: 0 15px;
}

.post-password-form input[type="submit"] {
	width: 120px;
	height: 50px;
	background: var(--rr-theme-1);
	color: #fff;
	border: 0;
	margin-top: 10px;
	transition: .3s;
}

.post-password-form input[type="submit"]:hover {
	background: #333;

}

.latest-comments blockquote {
	margin: 30px 0px !important;
	padding: 40px 50px 40px;
	color: #666;
	position: relative;
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
	border-radius: 7px;
	background: #F4F6F8;
}

.latest-comments blockquote p {
	margin-bottom: 0;
	text-align: center;
}

.postbox__area table {
	margin-bottom: 30px;
	width: 100%;
}

.postbox__area table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.post-password-form input[type="password"] {
	background: #F5F6F8;
	border: 0;
	height: 50px;
	width: 100%;
	padding: 0 15px;
}

.post-password-form input[type="submit"] {
	width: 120px;
	height: 50px;
	background: var(--rr-theme-primary);
	color: #fff;
	border: 0;
	margin-top: 10px;
	transition: .3s;
	border-radius: 38px;
}

.post-password-form input[type="submit"]:hover {
	background: #333;

}


.postbox__comment-text blockquote {
	background: #f2f7f7;
	padding: 35px 40px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.postbox__content blockquote p {
	font-family: var(--rr-ff-heading);
	font-weight: 700;
	font-size: 22px;
	color: var(--rr-theme-1);
	margin-bottom: 25px;
}

.postbox__content blockquote cite {
	font-weight: 400;
	font-size: 14px;
	font-style: inherit;
	position: relative;
}

.postbox__content blockquote cite::before {
	content: "";
	font-size: 28px;
	color: #fff;
	padding-bottom: 0px;
	display: inline-block;
	background: #191515;
	height: 2px;
	width: 16px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-right: 10px;
	position: relative;
}

.latest-comments blockquote {
	background: #f2f7f7;
	padding: 35px 40px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.latest-comments blockquote p {
	font-family: var(--rr-ff-heading);
	font-weight: 700;
	font-size: 22px;
	color: var(--rr-theme-1);
	margin-bottom: 25px;
	text-align: left;
}

.latest-comments .comments-text>ul,
.latest-comments .comments-text>ol {
	margin-bottom: 20px;
	padding-left: 23px;
	margin-bottom: 20px;
	padding-left: 23px;
}

.latest-comments .comments-text ul li,
.latest-comments .comments-text ol li {
	margin-bottom: 3px;
	margin-bottom: 3px;
}

.latest-comments ol ol,
.latest-comments ol ul,
.latest-comments ul ol,
.latest-comments ul ul {
	margin-bottom: 0;
	padding-left: 15px;
}

.latest-comments li {
	font-size: 16px;
}

.latest-comments>ul>li {
	list-style: none;
	margin-bottom: 5px;
}

.latest-comments ul #respond {
	margin-top: 25px;
}

/*page*/
.rr-page-content .post-comments {
	overflow: hidden;
	clear: both;
	padding-top: 60px;
}

.rr-page-content .latest-comments>ul {
	padding-left: 0;
}

.page-links>span.page-links-title {
	border: 0;
	color: #444;
}

.rr-page-content blockquote {
	margin: 30px 0px !important;
	padding: 50px 50px 40px;
	color: #666;
	position: relative;
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
	border-radius: 7px;
	border: 0;
	background-color: var(--rr-theme-1);
}

.rr-page-contents blockquote::before {
	content: "\f10e";
	position: static;
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	color: var(--rr-theme-1);
	line-height: 1;
	margin-bottom: 20px;
	display: inline-block;
}

.rr-page-content blockquote cite {
	margin-top: 10px;
	display: block;
	font-size: 15px;
	font-style: normal;
	position: relative;
}

.rr-page-content table,
.rr-page-content th,
.rr-page-content td {
	border: 1px solid #d1d1d1;
}

.rr-page-content table {
	margin-bottom: 30px;
	font-size: 16px;
}

.rr-page-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 500;
}

.rr-page-content table td {
	border-color: #ddd;
	padding: 12px 12px;
}


.rr-page-content ol,
.rr-page-content ul {
	padding-left: 25px;
	margin-bottom: 25px;
	font-size: 16px;
}

.rr-page-content ol li ol,
.rr-page-content ul li ul {
	margin-bottom: 0;
}

.rr-page-content .size-full.alignright {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*blog sidebar */
.blog-sidebar__widget ul {
	padding-left: 0;
}

.blog-sidebar__widget .nice-select {
	float: none;
}

.blog-sidebar__widget .wp-calendar-nav {
	margin-bottom: 0;
}

.blog-sidebar__widget ul li ul {
	padding-top: 7px;
	padding-left: 15px;
}

.rr-footer-area-2 #wp-calendar tbody td#today {
	background: var(--rr-theme-primary);
	color: #fff;
}

.blog__details-content #wp-calendar tbody td#today {
	background: var(--rr-theme-primary);
	color: #fff;
}

.blog-sidebar__widget.widget_rss ul li {
	margin-bottom: 15px;
}

.blog-sidebar__widget.widget_recent_comments ul li a::after {
	display: none;
}

.blog-sidebar__widget.widget_recent_comments ul li a {
	padding-left: 0px;
}

.blog-sidebar__widget.widget_recent_comments ul li .comment-author-link a {
	color: var(--rr-theme-secondary);
}

.blog-sidebar__widget.widget_recent_entries ul li a::after {
	display: none;
}

.blog-sidebar__widget.widget_recent_entries ul li a {
	padding-left: 0px;
}

.blog-sidebar__widget.widget_rss ul li a::after {
	display: none;
}

.blog-sidebar__widget.widget_rss ul li a {
	padding-left: 0px;
}

.blog-sidebar__widget .nice-select .list {
	width: 100%;
}

/*footer widget*/
.rr-footer-widget .nice-select {
	float: none;
}

.rr-footer-widget #wp-calendar tbody td {
	background: transparent;
	border: 1px solid #202d42;
	color: #fff;
}

.rr-footer-widget ul {
	overflow: hidden;
}

.rr-footer-widget ul ul {
	padding-left: 15px;
	padding-top: 11px;
}

.footer-default-widget ul li:last-child {
	margin-bottom: 0;
}

.rr-footer-widget .nice-select {
	float: none;
}

.rr-footer-widget #wp-calendar thead th {
	color: #fff;
}

.rr-footer-widget #wp-calendar caption {
	color: #fff;
}

.rr-footer-widget .wp-calendar-nav {
	color: #fff;
}

.footer-default-widget ul li span.comment-author-link a {
	color: #fff;
}

.footer-default-widget.widget_recent_comments ul li {
	color: #bdbcbc;
}

.footer-default-widget.widget_rss ul li a {
	color: #fff;
}

.footer-default-widget .rssSummary {
	color: #b4b8bb;
}

.footer-default-widget .rss-date,
.footer-default-widget cite {
	color: #b4b8bb;
}

.footer-default-widget .textwidget p strong {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

.footer-default-widget .textwidget p img {
	margin-bottom: 20px;
}

.footer-default-widget p {
	color: #b4b8bb;
}


/*menu*/
.rr-main-menu ul li.menu-last .sub-menu {
	left: auto;
	right: 0;
}

.rr-main-menu ul li.menu-last .sub-menu li>.sub-menu {
	left: auto;
	visibility: hidden;
	opacity: 0;
	right: 100%;
}

.rr-main-menu ul li.menu-last .sub-menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
}

.rr-main-menu ul li .sub-menu a:after {
	display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.bypostauthor {
	display: block;
}

.gallery-caption {
	display: block;
}

.rc__thumb {
	float: left;
}

.rc__content {
	overflow: hidden;
}

.header__lang ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.header__lang ul li {
	list-style: none;
	position: relative;
}

.header__lang ul li ul {
	position: absolute;
	top: 110%;
	right: 0;
	background: #fff;
	z-index: 2;
	width: 120px;
	padding: 12px 20px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.header__lang ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.header__lang ul li {
	list-style: none;
	position: relative;
}

.header__lang ul li ul li a {
	color: #222;
	font-size: 14px;
	font-weight: 500;
}

.header__lang ul li ul li:hover>a {
	color: var(--rr-theme-1);
}

.header__logo-overlay img {
	width: 113px;
}

.header__side-logo img {
	width: 113px;
}

.sidebar__logo img {
	width: 130px;
}

.mobile-logo img {
	width: 113px;
}

.breadcrumb-menu span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.breadcrumb-menu span.dvr {
	margin: 0 8px;
	font-size: 13px;
}

.error-404-title {
	font-size: 180px;
	font-weight: 700;
	line-height: 1;
}

.error__content p {
	margin: 20px 0;
	margin-bottom: 30px;
}

.error__title {
	font-size: 35px;
}

/* sidebar block widget css*/
.blog-sidebar__widget .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
	margin-bottom: 0;
}

.blog-sidebar__widget .wp-block-group__inner-container h2 {
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f5;
	position: relative;
	margin-bottom: 30px;
}

.blog-sidebar__widget .wp-block-group__inner-container h2::before {
	position: absolute;
	content: "";
	background: var(--rr-theme-1);
	height: 1px;
	width: 30px;
	bottom: -1px;
	left: 0;
	right: 0;
}

.blog-sidebar__widget ol {
	padding-left: 0;
}

.blog-sidebar__widget .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	color: var(--rr-heading-primary);
	padding-left: 0;
}

.blog-sidebar__widget .wp-block-calendar table th {
	background: none;
	font-weight: 700;
	padding-bottom: 0;
}


/*footer blocki widget*/
.rr-footer-widget .wp-block-group__inner-container h2 {
	font-size: 18px;
	color: var(--rr-common-white);
	margin-bottom: 40px;
}

.rr-footer-widget .wp-block-search .wp-block-search__label {
	display: none;
}

.rr-footer-widget .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	color: #fff;
	padding-left: 0;
}

.rr-footer-widget.widget_block ol {
	padding-left: 0;
}

.rr-footer-widget.widget_block .wp-block-latest-comments__comment-link {
	color: var(--rr-fw-regular);
}

.rr-footer-widget.widget_block .wp-block-latest-comments__comment-meta {
	line-height: 1.4;
}

.rr-footer-widget.widget_block .wp-block-calendar table th {
	font-weight: 700;
	background: none;
	padding-bottom: 5px !important;
}

.rr-footer-widget.widget_block #wp-calendar tbody td {
	background: none;
	color: #b4b8bb;
}


/*admin bar css*/
.admin-bar #header-sticky.rs-sticky {
	transform: translateY(32px);
}

@media (max-width: 600px) {
	.admin-bar #header-sticky.rs-sticky {
		transform: translateY(0px);
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.admin-bar #header-sticky.rs-sticky {
		transform: translateY(0px);
	}
}

.comment-reply-title small {
	margin-left: 16px;
	font-size: 16px;
	color: var(--rr-theme-1);
}

#commentform .comment-notes {
	margin-bottom: 15px;
}


/* / new unit test css / */
.wp-block-comments #commentform {
	margin-bottom: 30px;
}

.wp-block-comments #commentform p {
	margin-bottom: 15px;
}

.postbox__area ul.wp-block-page-list {
	padding-left: 0;
	margin-bottom: 20px;
}

.postbox__area ul.wp-block-post-template {
	padding-left: 0;
	margin-bottom: 20px;
}

.postbox__area ul.wp-block-post-template li {
	margin-bottom: 20px;
}

.postbox__area .wp-block-query-pagination {
	margin-bottom: 20px;
}

.postbox__area .wp-block-query-pagination a {
	border: 1px solid var(--rr-theme-secondary);
	color: var(--rr-theme-secondary);
	padding: 5px 10px;
}

.postbox__area .wp-block-query-pagination a.wp-block-query-pagination-next {
	padding: 3px 15px;
}

.postbox__area .wp-block-query-pagination a:hover {
	color: #fff;
	background: var(--rr-theme-secondary);
}

.postbox__area .wp-block-query-pagination span.current {
	background: var(--rr-theme-secondary);
	color: #fff;
	padding: 5px 10px;
	border: 1px solid var(--rr-theme-secondary);
}

.postbox__area .wp-block-query-pagination span.dots {
	padding: 5px;
}

.postbox__area .wp-block-avatar img {
	border-radius: 50%;
	margin-bottom: 10px;
}

.postbox__area .wp-block-post-author {
	margin-bottom: 20px;
}

.postbox__area .wp-block-post-author img {
	border-radius: 50%;
}

.postbox__area .wp-block-post-author .wp-block-post-author__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	color: #202124;
}

.postbox__area .wp-block-post-date,
.postbox__area .wp-block-post-terms {
	font-weight: 500;
	font-size: 14px;
	color: #888888;
}

.postbox__area .wp-block-post-navigation-link a {
	border-bottom: 1px solid #919191dd;
}

.postbox__area .post-navigation-link-previous {
	margin-bottom: 20px;
}

.postbox__area .wp-block-post-navigation-link a:hover {
	border-bottom: 1px dashed #919191dd;
}

.postbox__area .wp-block-read-more {
	border-bottom: 1px solid #919191dd;
	margin-bottom: 20px;
}

.postbox__area .wp-block-read-more:hover {
	border-bottom: 1px dotted #919191dd;
}

.postbox__area .wp-block-comment-template {
	padding-left: 0;
}

.postbox__area .wp-block-comments-title {
	margin-bottom: 20px;
}

.postbox__area .wp-block-comment-author-name a {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #202124;
	display: block;
	margin-bottom: 5px;
}

.postbox__area .wp-block-comment-date {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #888888;
	display: inline-block;
	margin-bottom: 5px;
}

.postbox__area .wp-block-comment-content p {
	font-size: 16px;
}

.postbox__area .wp-block-comment-reply-link a {
	display: inline-block;
	height: 30px;
	line-height: 27px;
	padding: 0 18px;
	font-weight: 500;
	font-size: 13px;
	color: #202124;
	border: 1px solid #F0F0F0;
	border-radius: 20px;
	transition: 0.3s;
	margin-top: 10px;
}

.postbox__area .wp-block-comment-reply-link a:hover {
	color: #fff;
	background: var(--rr-theme-secondary);
	border-color: var(--rr-theme-secondary);
}

.postbox__area .wp-block-post-comments-form .comment-form-comment label {
	color: #202124;
	font-weight: 600;
	margin-bottom: 10px;
}

.postbox__area .wp-block-post-comments-form textarea {
	border-radius: 12px;
	padding: 20px;
	font-size: 14px;
	width: 100%;
	height: 160px;
	resize: none;
	border: 0;
	outline: 0;
	font-weight: 500;
	font-size: 15px;
	color: #87888A;
	box-shadow: inset 0 0 0 1px #E5E5E5;
	transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
	color: #000229;
}

.postbox__area .wp-block-post-comments-form .form-submit input {
	display: inline-block;
	background: var(--rr-theme-secondary);
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	padding: 0 35px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	border-color: var(--rr-theme-secondary);
}

.postbox__area .wp-block-post-comments-form {
	margin-top: 10px;
}

.postbox__area .wp-block-loginout a {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	display: inline-block;
}

.postbox__area .wp-block-loginout a:hover {
	border-bottom: 1px dashed;
}

.postbox__area .logged-in-as {
	margin-top: 5px;
}

.postbox__area .wp-block-categories {
	margin-bottom: 20px;
}

.postbox__area .wp-block-page-list li {
	list-style: none;
}

.postbox__area .wp-block-latest-posts__list {
	margin-bottom: 0px;
}

.postbox__area .wp-block-rss {
	margin-bottom: 20px;
}

.postbox__area .wp-block-social-links {
	padding-left: 0;
	margin-bottom: 10px;
}

.postbox__area .wp-block-file__button {
	padding: 5px 10px;
}

.postbox__area .wp-block-file__button:hover {
	color: #fff;
}

.postbox__area .wp-block-video {
	margin-top: 20px;
}

.postbox__area .postbox__area.tagcloud {
	clear: both;
}

.postbox__area .wp-block-button__link {
	border: 1px solid;
}

.postbox__area .wp-block-pullquote p {
	line-height: 1;
}

.postbox__area .has-large-font-size {
	line-height: 1;
	margin-top: 20px;
}

.postbox__area .wp-block-gallery {
	margin-top: 10px;
}

.postbox__area .wp-block-file a {
	background: #32373c;
	padding: 5px 10px;
	color: #fff;
	border-radius: 20px;
}


.postbox-item.sticky {
	border-top: 2px solid #cd5f37;
}

.comments-replay a {
	background: #cd5f38;
	color: #fff;
	font-size: 14px;
	padding: 1px 15px;
	display: inline-block;
}

.comments-replay {
	margin-top: 15px;
}

.comment-form-cookies-consent {
	display: none;
}

p.logged-in-as a {
	color: var(--rr-theme-1);
}

p.form-submit {
	margin: 0;
}



.wp-block-navigation__responsive-container-content ul.wp-block-page-list {
	padding-left: 0;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list a:hover {
	text-decoration: underline;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list li {
	padding-bottom: 7px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1;
	font-size: 17px;
}

.wp-block-post-template.is-layout-flow {
	padding: 0;
}

.wp-block-post-template.is-layout-flow li {
	margin-bottom: 25px;
}

.wp-block-query-pagination.is-layout-flex {
	margin-bottom: 25px;
}

.wp-block-avatar {
	margin-bottom: 20px;
}

.wp-block-post-navigation-link a {
	color: var(--rr-theme-1);
	border-bottom: 1px solid var(--rr-theme-1);
	margin-bottom: 12px;
	display: inline-block;
}

.wp-block-read-more {
	margin: 18px 0;
	color: var(--rr-theme-1);
	border-bottom: 1px solid var(--rr-theme-1);
}

ol.wp-block-comment-template {
	padding-left: 0;
	margin-bottom: 0;
	padding-left: 15px;
}

.latest-comments li {
	font-size: 16px;
}

.comment-reply-title {
	font-size: var(--rr-fs-h2);
	line-height: var(--rr-lh-h2);
	font-weight: var(--rr-fw-regular);
	font-family: var(--rr-ff-heading);
	color: var(--rr-heading-primary);
	margin-top: 0;
	margin-bottom: 0;
	word-break: break-word;
	margin-bottom: 0 !important;
}

.latest-comments ul #respond {
	margin-top: 25px;
}

/*page*/
.rr-page-content .post-comments {
	overflow: hidden;
	clear: both;
	padding-top: 60px;
}

.rr-page-content .latest-comments>ul {
	padding-left: 0;
}

.page-links>span.page-links-title {
	border: 0;
	color: #444;
}

.rr-page-content blockquote {
    margin: 35px 0px !important;
    padding: 40px;
    color: #666;
    position: relative;
    background: #f3f4f8;
    font-style: normal;
    text-align: left;
    clear: both;
    font-weight: 400;
    box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
    border: 1px solid #f3f4f8;

}

.rr-page-contents blockquote::before {
	content: "\f10e";
	position: static;
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	color: var(--rr-theme-1);
	line-height: 1;
	margin-bottom: 20px;
	display: inline-block;
}

.rr-page-content blockquote cite {
	margin-top: 10px;
	display: block;
	font-size: 15px;
	font-style: normal;
	position: relative;
}

.rr-page-content table,
.rr-page-content th,
.rr-page-content td {
	border: 1px solid #d1d1d1;
}

.rr-page-content table {
	margin-bottom: 30px;
	font-size: 16px;
}

.rr-page-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 500;
}

.rr-page-content table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.rr-page-content ol,
.rr-page-content ul {
	padding-left: 25px;
	margin-bottom: 25px;
	font-size: 16px;
}

.rr-page-content ol li ol,
.rr-page-content ul li ul {
	margin-bottom: 0;
}

.rr-page-content .size-full.alignright {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*blog sidebar */


.sidebar__widget .nice-select {
	float: none;
}

.sidebar__widget .wp-calendar-nav {
	margin-bottom: 0;
}

.sidebar__widget #wp-calendar tbody td#today {
	background: var(--rr-theme-primary);
	color: #fff;
}

.sidebar__widget #wp-calendar tbody td#today a {
	color: #fff;
}

.sidebar__widget.widget_recent_comments ul li a::after {
	display: none;
}

.rr-blog-area .widget_block ul li {
	box-shadow: none;
	background: #FFFFFF;
	font-family: var(--rr-ff-p);
	font-weight: 400;
	font-size: 16px;
	line-height: 162%;
	color: #54595f;
	margin-bottom: 8px;
	transition: 0.3s;

}

.rr-blog-area .widget_block ul li:last-child {
	margin-bottom: 0;
}

.wp-block-latest-comments__comment:last-child {
	margin-bottom: 0 !important;
}

.rr-blog-area .widget_categories {
	background: #FFFFFF;
	padding: 30px;
}

.rr-blog-area .widget_block {
	background: rgb(255, 255, 255);
	padding: 30px;
}

.widget_block ul li:hover {
	color: rgb(27, 114, 98);
}

.wp-block-latest-posts li {
	border: none !important;
	list-style: none;
	margin-bottom: 10px;
}

.wp-block-latest-posts li a {
	font-family: "Libre Bodoni" !important;
	font-style: normal;
	font-weight: 500;
	font-size: 16px !important;
	line-height: 24px !important;
	color: var(--rr-heading-1) !important;
	padding: 0 !important;
	transition: .3s;

}
.sidebar__widget.widget_pages ul li a:hover {
    color: var(--rr-theme-primary) !important;
}
.sidebar__widget.widget_nav_menu ul li a:hover {
    color: var(--rr-theme-primary) !important;
}
.sidebar__widget.widget_meta ul li a:hover {
    color: var(--rr-theme-primary) !important;
}
.wp-block-latest-posts li a:hover {
	color: var(--rr-theme-primary) !important;
}

.sidebar__widget.widget_recent_comments ul li a {
	padding-left: 0px;
}

.sidebar__widget.widget_recent_entries ul li a::after {
	display: none;
}

.sidebar__widget.widget_rss ul li a::after {
	display: none;
}

.sidebar__widget.widget_rss ul li a {
	font-family: var(--rr-ff-heading);
	color: var(--rr-heading-primary);
	font-weight: var(--rr-fw-sbold);
	line-height: 28px;
	font-size: 18px;
	font-style: normal;
}
.sidebar__widget.widget_rss ul li {
	list-style: none
}
.sidebar__widget ul li:last-child {
	margin-bottom: 0;
}
.sidebar__widget .nice-select .list {
	width: 100%;
}
.sidebar__widget.widget_categories ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    color:var(--rr-heading-primary);
    font-size: var(--rr-fs-body2);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.sidebar__widget.widget_categories ul li:last-child {
	margin-bottom: 0;
 }
.sidebar__widget ul ul {
    margin-left: 10px;
    padding-top: 16px;
}
/*footer widget*/
.rr-footer-widget .nice-select {
	float: none;
}

.rr-footer-widget #wp-calendar tbody td {
	background: transparent;
	border: 1px solid #202d42;
	color: #fff;
}

.rr-footer-widget ul {
	overflow: hidden;
}

.rr-footer-widget ul ul {
	padding-left: 15px;
	padding-top: 11px;
}

.footer-default-widget ul li:last-child {
	margin-bottom: 0;
}

.rr-footer-widget .nice-select {
	float: none;
}

.rr-footer-widget #wp-calendar thead th {
	color: #fff;
}

.rr-footer-widget #wp-calendar caption {
	color: #fff;
}

.rr-footer-widget .wp-calendar-nav {
	color: #fff;
}

.footer-default-widget ul li span.comment-author-link a {
	color: #fff;
}

.footer-default-widget.widget_recent_comments ul li {
	color: #bdbcbc;
}

.footer-default-widget.widget_rss ul li a {
	color: #fff;
}

.footer-default-widget .rssSummary {
	color: #b4b8bb;
}

.footer-default-widget .rss-date,
.footer-default-widget cite {
	color: #b4b8bb;
}

.footer-default-widget .textwidget p strong {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

.footer-default-widget .textwidget p img {
	margin-bottom: 20px;
}

.footer-default-widget p {
	color: #b4b8bb;
}


/*menu*/
.rr-main-menu ul li.menu-last .sub-menu {
	left: auto;
	right: 0;
}

.rr-main-menu ul li.menu-last .sub-menu li>.sub-menu {
	left: auto;
	visibility: hidden;
	opacity: 0;
	right: 100%;
}

.rr-main-menu ul li.menu-last .sub-menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
}

.rr-main-menu ul li .sub-menu a:after {
	display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important; 
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.bypostauthor {
	display: block;
}

.gallery-caption {
	display: block;
}

.rc__thumb {
	float: left;
}

.rc__content {
	overflow: hidden;
}

.header__lang ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.header__lang ul li {
	list-style: none;
	position: relative;
}

.header__lang ul li ul {
	position: absolute;
	top: 110%;
	right: 0;
	background: #fff;
	z-index: 2;
	width: 120px;
	padding: 12px 20px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.header__lang ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.header__lang ul li {
	list-style: none;
	position: relative;
}

.header__lang ul li ul li a {
	color: #222;
	font-size: 14px;
	font-weight: 500;
}

.header__lang ul li ul li:hover>a {
	color: var(--rr-theme-primary);
}


.header__logo-overlay img {
	width: 113px;
}

.header__side-logo img {
	width: 113px;
}

.sidebar__logo img {
	width: 130px;
}

.mobile-logo img {
	width: 113px;
}

.breadcrumb-menu span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.breadcrumb-menu span.dvr {
	margin: 0 8px;
	font-size: 13px;
}

.error-404-title {
	font-size: 180px;
	font-weight: 700;
	line-height: 1;
}

.error__content p {
	margin: 20px 0;
	margin-bottom: 30px;
}

.error__title {
	font-size: 35px;
}

/* sidebar block widget css*/
.sidebar__widget .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
	margin-bottom: 0;
}

.sidebar__widget ol {
	padding-left: 0;
}

.sidebar__widget .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
	font-size: 16px;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
	color: var(--rr-heading-primary);
	padding-left: 0;
}

.sidebar__widget .wp-block-calendar table th {
	background: none;
	font-weight: 700;
	padding-bottom: 0;
}


/*footer blocki widget*/
.rr-footer-widget .wp-block-group__inner-container h2 {
	font-size: 18px;
	color: var(--rr-common-white);
	margin-bottom: 40px;
}

.rr-footer-widget .wp-block-search .wp-block-search__label {
	display: none;
}

.rr-footer-widget .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	color: #fff;
	padding-left: 0;
}

.rr-footer-widget.widget_block ol {
	padding-left: 0;
}

.rr-footer-widget.widget_block .wp-block-latest-comments__comment-link {
	color: var(--rr-fw-regular);
}

.rr-footer-widget.widget_block .wp-block-latest-comments__comment-meta {
	line-height: 1.4;
}

.rr-footer-widget.widget_block .wp-block-calendar table th {
	font-weight: 700;
	background: none;
	padding-bottom: 5px !important;
}

.rr-footer-widget.widget_block #wp-calendar tbody td {
	background: none;
	color: #b4b8bb;
}

/*admin bar css*/
.admin-bar .header-sticky {
	transform: translate(0, 32px);
}

@media (max-width: 600px) {
	.admin-bar .header-sticky {
		transform: translate(0px);
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.admin-bar .header-sticky {
		transform: translate(0px);
	}
}

.comment-reply-title small {
	margin-left: 16px;
	font-size: 16px;
	color: var(--rr-theme-primary);
}

#commentform .comment-notes {
	margin-bottom: 15px;
	font-family: var(--rr-ff-body);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}


/* / new unit test css / */
.wp-block-comments #commentform {
	margin-bottom: 30px;
}

.wp-block-comments #commentform p {
	margin-bottom: 15px;
}

.postbox__area ul.wp-block-page-list {
	padding-left: 0;
	margin-bottom: 20px;
}

.postbox__area ul.wp-block-post-template {
	padding-left: 0;
	margin-bottom: 20px;
}

.postbox__area ul.wp-block-post-template li {
	margin-bottom: 20px;
}

.postbox__area .wp-block-query-pagination {
	margin-bottom: 20px;
}

.postbox__area .wp-block-query-pagination a {
	border: 1px solid var(--rr-theme-1);
	color: var(--rr-theme-1);
	padding: 5px 10px;
}

.postbox__area .wp-block-query-pagination a.wp-block-query-pagination-next {
	padding: 3px 15px;
}

.postbox__area .wp-block-query-pagination a:hover {
	color: #fff;
	background: var(--rr-theme-primary);
}

.postbox__area .wp-block-query-pagination span.current {
	color: #fff;
	padding: 5px 11px;
	border: 1px solid var(--rr-theme-primary);
	background: var(--rr-theme-primary);
}

.postbox__area .wp-block-query-pagination span.dots {
	padding: 5px;
}

.postbox__area .wp-block-avatar img {
	border-radius: 50%;
	margin-bottom: 10px;
}

.postbox__area .wp-block-post-author {
	margin-bottom: 20px;
}

.postbox__area .wp-block-post-author img {
	border-radius: 50%;
}

.postbox__area .wp-block-post-author .wp-block-post-author__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	color: #202124;
}

.postbox__area .wp-block-post-date,
.postbox__area .wp-block-post-terms {
	font-weight: 500;
	font-size: 14px;
	color: #888888;
}

.postbox__area .wp-block-post-navigation-link a {
	border-bottom: 1px solid #919191dd;
}

.postbox__area .post-navigation-link-previous {
	margin-bottom: 20px;
}

.postbox__area .wp-block-post-navigation-link a:hover {
	border-bottom: 1px dashed #919191dd;
}

.postbox__area .wp-block-read-more {
	border-bottom: 1px solid #919191dd;
	margin-bottom: 20px;
}

.postbox__area .wp-block-read-more:hover {
	border-bottom: 1px dotted #919191dd;
}

.postbox__area .wp-block-comment-template {
	padding-left: 0;
}

.postbox__area .wp-block-comments-title {
	margin-bottom: 20px;
}

.postbox__area .wp-block-comment-author-name a {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #202124;
	display: block;
	margin-bottom: 5px;
}

.postbox__area .wp-block-comment-date {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #888888;
	display: inline-block;
	margin-bottom: 5px;
}

.postbox__area .wp-block-comment-content p {
	font-size: 16px;
}

.postbox__area .wp-block-comment-reply-link a {
	display: inline-block;
	height: 30px;
	line-height: 27px;
	padding: 0 18px;
	font-weight: 500;
	font-size: 13px;
	color: #202124;
	border: 1px solid #F0F0F0;
	border-radius: 20px;
	transition: 0.3s;
	margin-top: 10px;
}

.postbox__area .wp-block-comment-reply-link a:hover {
	color: #fff;
	background: var(--rr-theme-primary);
	border-color: var(--rr-theme-primary);
}

.postbox__area .wp-block-post-comments-form .comment-form-comment label {
	color: #202124;
	font-weight: 600;
	margin-bottom: 10px;
}

.postbox__area .wp-block-post-comments-form textarea {
	border-radius: 12px;
	padding: 20px;
	font-size: 14px;
	width: 100%;
	height: 160px;
	resize: none;
	border: 0;
	outline: 0;
	font-weight: 500;
	font-size: 15px;
	color: #87888A;
	box-shadow: inset 0 0 0 1px #E5E5E5;
	transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
	color: #000229;
}

.postbox__area .wp-block-post-comments-form .form-submit input {
	display: inline-block;
	background: var(--rr-gradient-primary);
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	padding: 0 35px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	border-color: var(--rr-gradient-primary);
}

.postbox__area .wp-block-post-comments-form {
	margin-top: 10px;
}

.postbox__area .wp-block-loginout a {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	display: inline-block;
}

.postbox__area .wp-block-loginout a:hover {
	border-bottom: 1px dashed;
}

.postbox__area .logged-in-as {
	margin-top: 5px;
}

.postbox__area .wp-block-categories {
	margin-bottom: 20px;
}

.postbox__area .wp-block-page-list li {
	list-style: none;
}

.postbox__area .wp-block-rss {
	margin-bottom: 20px;
}

.postbox__area .wp-block-social-links {
	padding-left: 0;
	margin-bottom: 10px;
}

.postbox__area .wp-block-file__button {
	padding: 5px 10px;
}

.postbox__area .wp-block-file__button:hover {
	color: #fff;
}

.postbox__area .wp-block-video {
	margin-top: 20px;
}

.postbox__area .postbox__area.tagcloud {
	clear: both;
}

.postbox__area .wp-block-button__link {
	border: 1px solid;
}

.postbox__area .wp-block-pullquote p {
	line-height: 1;
}

.postbox__area .has-large-font-size {
	line-height: 1;
	margin-top: 20px;
}

.postbox__area .wp-block-gallery {
	margin-top: 10px;
}

.postbox__area .wp-block-file a {
	background: #32373c;
	padding: 5px 10px;
	color: #fff;
	border-radius: 20px;
}

.comments-replay a {
	background: #cd5f38;
	color: #fff;
	font-size: 14px;
	padding: 1px 15px;
	display: inline-block;
}

.comments-replay {
	margin-top: 15px;
}

.comment-form-cookies-consent {
	display: none;
}

p.logged-in-as a {
	color: var(--rr-heading-primary);
    font-size: 17px;
    font-weight: 700;
	transition: .3s;
}
p.logged-in-as a:hover {
	color: var(--rr-theme-primary);
}

p.form-submit {
	margin: 0;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list {
	padding-left: 0;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list a:hover {
	text-decoration: underline;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list li {
	padding-bottom: 7px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1;
	font-size: 17px;
}

.wp-block-post-template.is-layout-flow {
	padding: 0;
}

.wp-block-post-template.is-layout-flow li {
	margin-bottom: 25px;
}

.wp-block-query-pagination.is-layout-flex {
	margin-bottom: 25px;
}

.wp-block-avatar {
	margin-bottom: 20px;
}

.wp-block-post-navigation-link a {
	color: var(--rr-theme-primary);
	border-bottom: 1px solid var(--rr-theme-primary);
	margin-bottom: 12px;
	display: inline-block;
}

.wp-block-read-more {
	margin: 18px 0;
	color: var(--rr-theme-primary);
	border-bottom: 1px solid var(--rr-theme-primary);
}

ol.wp-block-comment-template {
	padding-left: 0;

}

.wp-block-comment-date a,
.wp-block-comment-author-name a {
	font-size: 15px;
}

.comment-reply-link {
	color: var(--rr-theme-1);
	font-size: 15px;
}

.wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 200px;
}

.wp-block-post-comments-form input[type="submit"] {
	background-color: var(--rr-theme-1);
	border-radius: 0;
	border-width: 0;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-social-link.wp-social-link-fivehundredpx.wp-block-social-link {
	padding-top: 0;
}

.wp-social-link.wp-social-link-wordpress.wp-block-social-link {
	padding-top: 0;
}

.wp-block-social-links.is-layout-flex {
	padding-left: 0;
}

.wp-block-column p {
	margin: 0;
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none;
	padding: 7px 15px;
}

.wp-block-media-text {
	margin-bottom: 20px;
}

.wp-block-quote {
	background: no-repeat;
	font-size: 15px;
}

.comment-reply-link {
	color: var(--rr-theme-primary);
	font-size: 15px;
}

.wp-block-post-comments-form .comment-form textarea {
	padding: 0 !important;
	padding-bottom: 20px !important;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(7, 28, 60, 0.2);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	min-height: inherit !important;
	height: 49px !important;
	text-align: left;
	color: #000000 !important;
}

.wp-block-post-comments-form input[type="submit"] {
	background-color: var(--rr-theme-primary);
	border-radius: 0;
	border-width: 0;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-social-link.wp-social-link-fivehundredpx.wp-block-social-link {
	padding-top: 0;
}

.wp-social-link.wp-social-link-wordpress.wp-block-social-link {
	padding-top: 0;
}

.wp-block-social-links.is-layout-flex {
	padding-left: 0;
}

.wp-block-column p {
	margin: 0;
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none;
	padding: 7px 15px;
}

.wp-block-media-text {
	margin-bottom: 20px;
}

.wp-block-quote {
	background: no-repeat;

}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {

	color: inherit;
	background: none;
}

.wp-block-pullquote {
	border-bottom: 2px solid;
	border-top: 2px solid;
}

.wp-block-pullquote blockquote cite::before {
	display: none;
	color: inherit;
	background: none;
}

.wp-block-pullquote {
	border-bottom: 2px solid;
	border-top: 2px solid;
}

.wp-block-pullquote blockquote cite::before {
	display: none;

}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
	font-size: 14px;
}

.wp-block-image {
	overflow: hidden;
}

.postbox__area .postbox-content {
	margin-bottom: 75px;
}

.postbox-tags {
	overflow: hidden;
	clear: both;
}

.postbox-content p {
	overflow: hidden;
}

.postbox-content p a {
	color: var(--rr-theme-1);
}

pre {
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 14px;
}

.wp-block-image {
	overflow: hidden;
}

.postbox__area .postbox-content {
	margin-bottom: 75px;
}

.postbox-tags {
	overflow: hidden;
	clear: both;
	margin-top: 10px;
}

.postbox-content p {
	overflow: hidden;
}

.postbox-content p a {
	color: var(--rr-theme-primary);
}

pre {
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	display: block;
	overflow: auto;
	height: auto;
}

div.postbox-comment-content>ul,
div.postbox-comment-content>ol {

	margin-bottom: 30px;
}

.footer-info-list div i img {
	width: 16px;
}

.rr-postbox-pagination ul {
	padding-left: 0;
}

.rr-header-logo {
	padding: 15px 0;
}

@media (max-width:767px) {
	.rr-header-logo {
		padding: 0;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1180px) {
	.rr-header-logo {
		line-height: 3.2 !important;
	}
}

@media only screen and (min-width: 575px) and (max-width: 768px) {
	.blog-sidebar__wrapper {
		padding-left: 0 !important;
	}
}

.sidebar__widget .rr-blog-area ul,
.sidebar__widget .rr-blog-area ol {
	padding-left: 20px;

	margin-bottom: 30px;
}

.footer-info-list div i img {
	width: 16px;
}

.rr-postbox-pagination ul {
	padding-left: 0;
}

.rr-header-logo {
	padding: 15px 0;
}

@media (max-width:767px) {
	.rr-header-logo {
		padding: 0;
	}
}

.sidebar__wrapper .widget_rss ul {
	padding-left: 0;
	margin-bottom: 0;
}

.sidebar__wrapper .rc__post-thumb {
	width: 90px;
	overflow: hidden;
	height: 90px;
	min-width: 90px;
	min-height: 90px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	object-fit: cover;
}

.sidebar__wrapper .widget_recent_entries ul {
	padding-left: 0;
	margin-bottom: 0;
}

.sidebar__wrapper .rc__post-thumb a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

img.alignright.size-thumbnail.wp-image-827 {
	float: none;
	margin-left: 0px !important;
}

@media (max-width:767px) {
	.blog-sidebar__wrapper {
		padding: 0;
	}
}


.wp-block-search__input {
    height: 100%;
    padding: 14px 35px 14px 20px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #E3DBD8;
    background: var(--rr-common-white);
    color: var(--rr-text-body);
    font-family: var(--rr-ff-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    margin-left: 0;
	outline: none;
}

.rr-postbox-area ul>li ul,
.rr-postbox-area ol>li ol {
	padding-left: 20px;
}

.wp-block-search__button svg {
	fill: currentColor;
	min-height: 24px;
	min-width: 24px;
	vertical-align: text-bottom;
}

.rr-postbox-area ol ol,
.rr-postbox-area ol ul,
.rr-postbox-area ul ol,
.rr-postbox-area ul ul {
	margin-bottom: 0;
}

.rr-postbox-area .wp-block-file {
	margin-bottom: 20px;
}

.rr-postbox-area ul,
.rr-postbox-area ol {
	padding-left: 0px;
}

.logged-in-as {
	margin-bottom: 10px;
}

.postbox__item blockquote cite::before {
	content: "";
	font-size: 28px;
	color: #fff;
	padding-bottom: 0px;
	display: inline-block;
	background: var(--rr-theme-primary); 
	height: 2px;
	width: 16px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-right: 10px;
	position: relative;
}

.postbox__item blockquote cite {
	font-weight: 500;
	font-size: 14px;
	font-style: inherit;
	position: relative;
	color: #051145;
	margin-top: 18px;
	display: block;
}

.rr-postbox-area ul,
.rr-postbox-area ol {
	padding-left: 0px;
}

.wp-block-file {
	margin-bottom: 20px;
}

.footer__widget .nice-select.postform {
	width: 100%;
	margin-bottom: 30px;
	z-index: 9999;
    position: relative;
	background: none !important;
}
.sidebar__widget .nice-select.postform {
    width: 100%;
    position: relative;
    border: 1px solid #E3DBD8 !important;
}
.footer__widget .nice-select::after {
    position: absolute;
    content: "\f107";
	top: 52% !important;
    right: 22px;
    font-family: var(--rr-ff-fontawesome);
    color: var(--rr-common-white) !important;
    font-weight: 700 !important;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    line-height: 0;
	border: none;
}
.rr-sidebar-widget-content .textwidget p img {
	width: 100%;
	height: auto;
}

.rr-sidebar-widget-content .textwidget a img {
	width: 100%;
	height: auto;
}

.footer__widget .textwidget .nice-select {
	background-color: transparent !important;
}

.rr-footer-widget-content ul li {
	color: #a2a2a2;
}

.rr-footer-widget #wp-calendar tbody td {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.rr-footer-widget #wp-calendar thead tr th {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.wc-block-grid__product-title {
	color: var(--rr-heading-primary) !important;
	font-family: var(--rr-ff-heading) !important;
	line-height: var(--rr-lh-h5) !important;
	font-size: 20px !important;
	margin-bottom: 10px !important;
	transition: all 0.3s ease 0s;
	font-style: normal;
	text-align: left;
}


.woocommerce span.onsale {
	z-index: 2;
}

.woocommerce-Price-amount.amount bdi {
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000;
}

.price del{
	opacity: .5;
}


.rr-lang-main-3 .nice-select::after {
	top: 46%;
	right: 6px;
	color: #fff;
}

.wc-block-grid__product-onsale span {
	background: var(--rr-theme-primary);
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	position: absolute;
	text-align: center;
	z-index: -1;
	display: block;
	padding: 7px 12px;
	border-radius: 0;
	letter-spacing: 1px;
	cursor: pointer;
	top: 15px;
	left: -56px;
	line-height: 10px;
	padding-bottom: 5px;
	font-family: var(--rr-ff-p);
}

.widget_categories ul li {
	box-shadow: none;
	font-family: var(--rr-ff-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 162%;
	color: #fff;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.option.selected.focus {
    background-color: #ffffff;
    color: #000000;
}
.widget_categories ul li:last-child {
	margin-bottom: 0;
}
.footer__widget.widget_archive .nice-select {
    position: relative;
    z-index: 9999;
    margin-bottom: 45px;
	background-color: transparent !important;
}

.widget_categories ul li:hover {
	color: var(--rr-theme-primary);
}

.wp-block-categories .nice-select::after {
	right: 18px;
	color: #181414;
}

.wp-block-archives .nice-select::after {
	right: 18px;
	color: #181414;
}


.mejs-controls {
	z-index: 1;
}

.mejs-container {
	margin-bottom: 40px;
}


.wp-caption a img {
	width: 100%;
	height: 100%;
}

.widget_recent_comments .sidebar__widget-content ul li {
	flex-direction: row;
	padding: 8px 20px;
	flex-wrap: wrap;
	padding-left: 0;
}

.widget_recent_comments .sidebar__widget-content ul li a {
	padding: 0;
	margin: 0 5px;
}

.widget_rss ul li a:hover {
	background-color: var(--rr-theme-primary)00;
	color: var(--rr-theme-1);
}

.rr-footer-list .nice-select {
	width: 100%;
}

.widget_calendar .rr-footer-title {
	display: flex;
	flex-direction: row-reverse;
	padding-top: 57px;
}

.rr-footer-widget ul ul {
	padding-left: 10px;
	padding-top: 15px;
}

.widget_pages .rr-footer-title {
	display: block;
}

.rr-footer-list .nice-select {
	margin-bottom: 22px;
}

.rr-footer-list ul li.recentcomments {
	color: #dadada;
}

.rr-footer-widget .rssSummary {
	color: #fff;
}

.rr-footer-widget .rss-date {
	color: #cfcfcf;
}

.rr-footer-widget.widget_rss ul li a:hover {
	color: var(--rr-heading-1);
}

.rr-footer-widget .rr-footer-list cite {
	color: #fff;
}

.rr-footer-widget .textwidget strong {
	color: #fff;
}

.widget_tag_cloud .rr-footer-title {
	display: block;
}

.rr-footer-widget .wp-calendar-nav-prev {
	color: #fff;
}

.rr-footer-widget .wp-caption .wp-caption-text {
	color: #fff;
}

.rr-footer-widget .textwidget p {
	color: #fff;
}

.wc-block-components-product-price__value {
	color: #001D08;
	font-family: "Rubik";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
}

.rr-header-lang-main .nice-select::after {
	top: 45%;
	right: 5px;
	color: #fff;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
	top: 59% !important;
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
	border: none !important;
}

.rr-footer-widget .wp-block-group__inner-container h2 {
	font-family: var(--rr-ff-h);
	font-style: normal;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 34px !important;
	color: #ffff !important;
	margin: 0;
	margin-bottom: 14px;
}

.wp-block-latest-posts li a {
	font-size: 16px !important;
	font-style: normal;
	line-height: 26px !important;
	font-family: var(--rr-ff-heading) !important;
	color: var(--rr-heading-primary) !important;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: var(--rr-fw-bold);
	word-break: break-word;
}

.wp-block-latest-comments__comment-meta a {
	font-family: var(--rr-ff-heading);
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: var(--rr-heading-primary);
}

.wp-block-latest-comments__comment-meta a:hover {
	color: var(--rr-theme-primary);
}

.rr-footer-widget .wp-block-group__inner-container {
	margin-bottom: 40px;
}

ol.wp-block-latest-comments {
	padding: 0 !important;
}

.wp-block-group__inner-container ol {
	padding-bottom: 0;
	margin-bottom: 0;
}

.wp-block-group__inner-container ol li {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar__widget .wp-block-heading {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    border-bottom: 1px solid #E3DBD8;
    padding-bottom: 15px;
	margin-bottom: 30px;
}
.rr-service-details-area .widget_categories {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(5, 17, 69, 0.1);
	padding: 30px;
}

.sidebar__widget ul li a.rsswidget:hover {
	background-color: #fff;
	color: var(--rr-theme-primary);
}

.sidebar__widget .search-px input {
	border: 1px solid rgba(0, 29, 8, 0.1);
}

.sidebar__widget #wp-calendar caption {
	color: var(--rr-text-body);
}

.sidebar__widget-content ul li ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar__widget-content ul li ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.wp-block-latest-comments__comment {
	list-style: none;
	margin-bottom: 10px !important;
}

.rr-footer-list ul li ul li {
	margin-bottom: 0 !important;
}

.form-submit {
	margin-top: 20px !important;
}

.wp-block-image figcaption {
	color: #555;
	font-size: 16px;
	text-align: center;
}

.tag-template .postbox__thumb img {
	width: auto;
}

.postbox__text ol,
.postbox__text ul {
	padding-left: 20px;
	margin-bottom: 25px;
}

.postbox__comment-reply span {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	text-transform: capitalize;
	color: var(--rr-theme-primary);
	padding: 11px 19.4px;
	border: 1px solid #E4E5E5;
	border-radius: 500px;
	background: var(--rr-common-white);
}

.postbox__comment-reply span:hover {
	background-color: var(--rr-theme-primary);
	color: var(--rr-common-white);
}

.rr-copyright-social ul {
	margin-bottom: 0 !important;
}

.sku_wrapper b {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #001D08;
}

.sku_wrapper span {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #001D08;
}

.posted_in b {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #001D08;
}

.posted_in a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #001D08;
}

.postbox__wrapper {
	padding-right: 40px;
}

.sidebar__wrapper .widget_text form {
	line-height: 0 !important;
}

.sidebar__wrapper .textwidget .nice-select {
	margin-bottom: 0 !important;
}

.sidebar__wrapper .widget_tag_cloud {
	padding-bottom: 20px;
}

.service-details-wrapper .widget_categories ul {
	margin-left: 20px;
}

.logo img {
	width: 144px;
	height: auto;
	padding: 24px 0;
}

.latest-newsletter__content .custom-search input {
	margin-left: 30px;
}

.wc-block-grid__product-add-to-cart a {
	color: var(--rr-common-white);
	font-family: var(--rr-ff-heading);
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: var(--rr-fw-sbold);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	padding: 5px 18px;
	background-color: var(--rr-theme-primary);
	z-index: 5;
}

.wc-block-grid__product-add-to-cart a:hover {
	color: var(--rr-common-white);
	background: var(--rr-heading-primary);
}

.live-comment-widget__input input {
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom: 20px !important;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(7, 28, 60, 0.2);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	height: inherit !important;
	text-align: left;
	color: #000000 !important;
}

.live-comment-widget__input-textarea textarea {
	padding: 0 !important;
	padding-bottom: 20px !important;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(7, 28, 60, 0.2);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	min-height: inherit !important;
	height: 49px !important;
	text-align: left;
	color: #000000 !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.postbox__text h2 {
	font-weight: 700 !important;
	color: var(--rr-heading-primary);
}

.has-light-green-cyan-background-color {
	margin-bottom: 20px;
}

.has-black-border-color {
	margin-bottom: 20px;
}

.blog__details-content .wp-block-navigation {
	padding-left: 0 !important;
}

.wp-block-query ul.wp-block-post-template .wp-block-post .wp-block-post-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

.blog__details-content .wp-block-quote {
	border-left: none;
	padding: 20px;
}

.blog__details-content .wp-block-archives select {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e8e6;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.blog__details-content ul {
    margin-left: 17px;
}
.blog__details-content .wp-block-categories select {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e8e6;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.wp-block-query-pagination-numbers .current {
    padding: 10px;
    border: 1px solid var(--rr-heading-primary);
    color: var(--rr-heading-primary);
}
.wp-block-query-pagination-numbers a {
    padding: 10px;
    color: var(--rr-heading-primary);
}
.wp-block-pullquote {
	padding: 100px 0;
}

.wp-block-image .alignright.is-resized img {
	width: 160px;
	height: auto;
}
.wp-block-query-pagination-next {
	color: var(--rr-heading-primary);
}
/* sidebar css*/

.rr-blog-area .widget_archive ul li {
	margin-left: 19px !important;
}

.rr-blog-area .widget_archive select {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e8e6;
	background: #fff;
	padding: 10px;
}

.rr-blog-area .widget_categories select {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e8e6;
	background: #fff;
	padding: 10px;
}

.rr-blog-area .widget_pages ul li {
	margin-left: 20px;
}

.rr-blog-area .widget_meta ul li {
	margin-left: 20px;
}

.rr-blog-area .widget_recent_entries ul li {
	margin-left: 20px;
}

.rr-blog-area .widget_rss ul li {
	margin-left: 20px;
}

.rr-blog-area .widget_nav_menu ul {
	margin-left: 20px;
}

.rr-blog-area .widget_recent_comments ul li {
	margin-left: 20px;
}

.rr-blog-area .sidebar__widget select {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e8e6;
	background: #fff;
	padding: 10px;
}

.rr-blog-area .textwidget img {
	width: 100%;
}

.rr-blog-area .rsswidget img {
	width: auto !important;
}

.rr-blog-area .widget_archive ul {
	margin-bottom: 0;
}

.rr-blog-area .widget_pages ul {
	margin-bottom: 0;
}

.rr-blog-area .widget_meta ul {
	margin-bottom: 0;
}


/*footer unit test css */

.footer__area-common .widget_archive select {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e8e6;
	background: #fff;
	padding: 10px;
}

.footer__area-common .widget_categories select {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e8e6;
	background: #fff;
	padding: 10px;
}

.footer__area-common .wp-calendar-table #today {
	background: var(--rr-theme-primary);
	color: #fff;
}
.footer__widget.widget_rss ul li a:before {
    content: "";
}
.footer__area-common .rsswidget img {
	width: auto;
}

.footer__area-common .widget_rss ul li a {
    transition: .3s;
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-size: 16px;
    position: relative;
    font-weight: var(--rr-fw-bold);
	padding-left: 0;
}
.footer__widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 5px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background: var(--rr-common-white);
    border: 1px solid rgba(0, 15, 32, 0.1);
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.footer__widget.widget_recent_comments ul li a:before {
    content: "";
}
.footer__widget.widget_calendar table tr th {
    color: #fff;
}
.footer__widget.widget_recent_comments ul li a {
    padding-left: 0;
}
.footer__widget.widget_tag_cloud .tagcloud a:hover {
    background: var(--rr-theme-primary);
    color: #fff;
}
.footer__area-common .widget_rss ul li a:hover {
	color: var(--rr-theme-primary);
 }
.footer__widget.widget_rss .rssSummary {
    color: #fff;
}
.footer__widget.widget_rss cite {
    color: #fff;
}
.footer__widget.widget_text strong {
    color: #fff;
}
.footer__widget.widget_text p {
    color: #fff;
}
.footer__widget.widget_rss .rss-date {
    color: #fff;
}
.footer__area-common .widget_search .search-px input {
	background: #fff;
}

.footer__widget.widget_recent_comments ul {
	margin-left: 0;
}

.footer__area-common .widget_text select {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e8e6;
	background: #fff;
	padding: 10px;
}

.footer__link ul li ul {
	padding-top: 20px;
	margin-left: 11px;
}

.widget_recent_comments .footer__link ul li a::before {
	position: relative !important;
	content: '' !important;
	margin-left: 0 !important;
	width: inherit !important;
}

.sidebar__widget .tagcloud a {
    padding: 6px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background: var(--rr-common-white);
    border: 1px solid rgba(0, 15, 32, 0.1);
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
	margin-right: 7px;
	text-transform: capitalize;
	margin-bottom: 10px;
	display: inline-block;
}

.sidebar__widget .tagcloud a:hover {
	background-color: var(--rr-theme-primary);
	color: #fff;
}

.footer__subscribe ul {
	margin-left: 0 !important;
}

.comments-text p {
	margin-bottom: 15px;
	color: #000000;
}

.postbox__comment-date {
	color: #000000;
}

.widget_calendar table {
	margin-bottom: 0 !important;
	width: 100%;
}

.blog__details-content blockquote p cite {
	padding-top: 12px;
	display: block;
}

.footer__area-common .wp-block-heading {
    position: relative;
    z-index: 10;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-transform: capitalize;
    color: #fff;
}

.widget_rss .footer__link ul li a::before {
	display: none;
}

.widget_rss .footer__link ul {
	margin-left: 0;
}

.footer__widget-item-4.widget_archive ul {
	margin-left: 0;
}

.footer__widget-item-4.widget_categories ul {
	margin-left: 0;
}

.footer__widget-item-4.widget_pages ul {
	margin-left: 0;
}

.footer__widget-item-4.widget_meta ul {
	margin-left: 0;
}

.footer__widget-item-4.widget_recent_entries ul {
	margin-left: 0;
}

.footer__widget-item-4.widget_nav_menu ul {
	margin-left: 0;
}

.footer__widget.widget_recent_comments .footer__link ul li span {
	font-weight: 500;
}

.footer__widget.widget_recent_comments .footer__link ul li a {
	font-weight: 600;
}

.rr-page-post p {
	margin-bottom: 30px;
	color: var(--rr-text-body);
}
.rr-page-post h2 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

.tp-page-content ol,
.tp-page-content ul {
	padding-left: 25px;
}
.tp-page-content blockquote {
    margin: 0 0 1rem;
    margin: 35px 0px !important;
    padding: 40px;
    color: #666;
    position: relative;
    background: #f3f4f8;
    font-style: normal;
    text-align: left;
    clear: both;
    font-weight: 400;
    box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
    border: 1px solid #f3f4f8;
}
.tp-page-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 500;
}
.tp-page-content table, .tp-page-content th, .tp-page-content td {
    border: 1px solid #d1d1d1;
}
.tp-page-content table tbody td {
    text-align: center;
}
.tp-page-content table td {
    border-color: #ddd;
    padding: 12px 12px;
}
.tp-page-content table a {
    color: var(--rr-theme-primary);
}
/* routex css*/
.wp-block-gallery.has-nested-images figure.wp-block-image img {
	margin-bottom: 0px !important;
}

.blog__details-content .blog__details-content p {
    margin-bottom: 20px;
}
blockquote::before {
    content: "\f10e";
    position: static;
    font-family: "Font Awesome 6 Pro";
    font-size: 32px;
    color: var(--rr-theme-primary);
    line-height: 1;
    margin-bottom: 18px;
    display: inline-block;
	
}
.blog__details-content blockquote {
    background: #f3f4f8 !important;
	padding: 40px;
}
select {
    outline: none;
}
.wp-block-archives-dropdown label {
    margin-bottom: 10px;
}
.blog__details-content table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #ddd;
    text-align: center;
    font-weight: 400;
}
.blog__details-content  table, .blog__details-content  th, .blog__details-content  td {
    border: 1px solid #d1d1d1;
}
.blog__details-content table a {
    color: var(--rr-theme-primary);
}
.blog__details-content table tbody td {
    text-align: center;
}
.blog__details-content table {
    margin-bottom: 30px;
    width: 100%;
}
select {
    height: 40px;
    outline: none;
	border-color: #E4E5E5;
}
.widget_text img {
    width: 100%;
}
.widget_categories ul li a:hover {
	color: var(--rr-theme-primary) !important;
}

.sidebar__widget.widget_recent_entries ul li a:hover {
color: var(--rr-theme-primary);
}
.widget_recent_comments ul li a:hover {
color: var(--rr-theme-primary);
}
.sidebar__widget.widget_categories ul li a:hover {
    color:var(--rr-theme-primary) !important;
}
.footer__widget ul li {
    list-style: none;
	margin-bottom: 10px;
	color: #ababab;
}
.footer__widget ul li:last-child {
	margin-bottom: 0px;
}
.footer__widget ul ul {
    padding-left: 10px !important;
    padding-top: 10px !important;
}
.footer__widget.widget_recent_entries ul li a {
    font-weight: var(--rr-fw-bold);
	transition: .3s;
	padding-left: 0;
}
.footer__widget.widget_recent_entries ul li a:before {
    content: "";
}
.footer__widget.widget_recent_entries ul li a:hover {
	color: var(--rr-theme-primary);
	}
.wp-block-latest-comments__comment-author:hover {
	color: var(--rr-theme-primary) !important;
}
.nice-select .list {
    z-index: 99;
    width: 100%;
}
.wp-image-827 {
    width: 200px !important;
}
.tag-featured-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
}


.blog-4 .tag-sticky-2 .blog-details__content-text > ul {
    padding-left: 24px;
}
.postbox__details .postbox__content p {
    margin-bottom: 20px;
}
.tag-sticky-2 .blog-details__content-text p {
    margin-bottom: 20px;
}
.category-block .blog-details__content-text p {
    margin-bottom: 20px;
}
.wp-block-buttons-is-layout-flex {
    margin-bottom: 10px;
}
.wp-block-heading {
    font-weight: 600;
    color: #000000;
	padding: 20px 0;
	padding-top: 0;
}
.blog-details__content .wp-block-archives {
    box-sizing: border-box;
    margin-left: 17px;
	margin-bottom: 20px
}
.blog-details__content .wp-block-archives-dropdown  {
    margin-left: 0 !important;
}
.blog-details__content .wp-block-categories {
    margin-left: 17px;
}
.blog-details__content .wp-block-page-list {
    margin-left: 17px;
}
.category-block img {
    height: 100% !important;
    width: 100% !important;
}
.blog__details-content .wp-block-avatar .wp-block-avatar__image {
    height: auto !important;
    width: auto !important;
}
.blog__details-content .wp-block-post-title, .wp-block-comments-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}
.is-style-circle-mask img {
    width: auto !important;
    height: auto !important;
}
blockquote cite::before {
    content: "";
    font-size: 28px;
    color: #ff5421;
    padding-bottom: 0px;
    display: inline-block;
    background: var(--rr-theme-primary);
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}
.gallery-item a img {
    width: auto !important;
    height: auto !important;
}
li.wp-block-latest-comments__comment img {
    width: auto !important;
    height: auto;
}
.tag-alignment-2 img.wp-post-image {
	width: 100%;
	height: 100%;
}

.post-password-form label {
    width: 100%;
}
.post_format-post-format-image img {
    width: 100%;
	height: auto;
}
.comments-text h2 {
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    margin-top: 0;
    font-weight: var(--rr-fw-bold);
    word-break: break-word;
}
.sidebar__widget.widget_archive ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    color: var(--rr-heading-primary);
    font-size: var(--rr-fs-body2);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: capitalize;
	
}
.sidebar__widget.widget_archive ul li {
	list-style: none;
}
.sidebar__widget.widget_archive ul li a:hover {
    color: var(--rr-theme-primary) !important;
}
.sidebar__widget .nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50% !important;
    right: 15px;
    font-family: var(--rr-ff-fontawesome);
    color: var(--rr-common-black) !important;
    font-weight: 500;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    line-height: 0;
	border: none;
}
.section__title-wrapper-center-subtitle svg path {
    fill: var(--rr-heading-primary);
}
.section__title-wrapper-black-subtitle svg path {
    fill: var(--rr-heading-primary);
}
.section-title2__wrapper-subtitle svg path {
    fill: var(--rr-heading-primary);
}
.section-slider-title-2-wrapper-subtitle svg path {
    fill: var(--rr-heading-primary);
}
.section-slider-title-3-wrapper-subtitle svg path {
    fill: var(--rr-heading-primary);
}
.section-slider-title-4-wrapper-subtitle svg path {
    fill: var(--rr-heading-primary);
}
.visa-catagory__item-icon span svg path {
    fill: var(--rr-heading-primary);
}

.banner2__subtitle svg path {
    fill: var(--rr-heading-primary);
}
.contact-inner-icon-check svg path {
    fill: var(--rr-theme-primary);
}

.process-overview__icon svg path {
    fill: var(--rr-theme-primary);
}
.ticket-booking-wrapper__from-item-select .icon svg path {
    fill: var(--rr-theme-primary);
}
.input-datepicker .icon svg path {
    fill: var(--rr-theme-primary);
}
.categories__item-icon span svg path {
    fill: var(--rr-heading-primary);
}
.cta-4__icon a svg path {
    fill: var(--rr-heading-primary);
}

/*rating icon*/
@font-face {
    font-family:star;
    src:url(../fonts/woo/star.eot);
    src:url(../fonts/woo/star.eot?#iefix) format("embedded-opentype"),
    url(../fonts/woo/star.woff) format("woff"),
    url(../fonts/woo/star.ttf) format("truetype"),
    url(../fonts/woo/star.svg#star) format("svg");
    font-weight:400;
    font-style:normal
   }
   @font-face {
    font-family:WooCommerce;
    src:url(../fonts/woo/WooCommerce.eot);
    src:url(../fonts/woo/WooCommerce.eot?#iefix) format("embedded-opentype"),
    url(../fonts/woo/WooCommerce.woff) format("woff"),
    url(../fonts/woo/WooCommerce.ttf) format("truetype"),
    url(../fonts/woo/WooCommerce.svg#WooCommerce) format("svg");
    font-weight:400;
    font-style:normal
   }
.comment-form-rating .nice-select {
	display: none;
}
 .comment-form-rating .stars > span {
	color: #ffbf14;
}
   .woocommerce p.stars a {
    position:relative;
    height:1em;
    width:1em;
    text-indent:-999em;
    display:inline-block;
    text-decoration:none
   }
   .woocommerce p.stars a::before {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:1em;
    height:1em;
    line-height:1;
    font-family:WooCommerce;
    content:"\e021";
    text-indent:0
   }
   .woocommerce p.stars a:hover~a::before {
    content:"\e021"
   }
   .woocommerce p.stars:hover a::before {
    content:"\e020"
   }
   .woocommerce p.stars.selected a.active::before {
    content:"\e020"
   }
   .woocommerce p.stars.selected a.active~a::before {
    content:"\e021"
   }
   .woocommerce p.stars.selected a:not(.active)::before {
       content: "\e020";
   }

   #review_form_wrapper input[type="submit"] {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: var(--rr-common-white);
	background-color: var(--rr-theme-primary);
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	letter-spacing: -.02em;
	font-weight: 600;
	font-size: 15px;
	padding: 12px 37px;
	height: auto;
	line-height: 1.6;
    border: 0;
}
#review_form_wrapper .comment-form-comment label {
	font-family: var(--rr-ff-roboto);
	font-weight: 500;
	font-size: 15px;
	line-height: 14px;
	color: var(--rr-text-1);
	display: inline-block;
	margin-bottom: 10px;
}
#review_form_wrapper .comment-form-rating label {
	font-family: var(--rr-ff-roboto);
	font-weight: 500;
	font-size: 15px;
	line-height: 14px;
	color: var(--rr-text-1);
	display: inline-block;
	margin-bottom: 10px;
}
span.required {
	color: red;
}
#review_form #reply-title{
    margin-bottom: 20px;
    display: block
}


.woocommerce-Reviews textarea {
	height: 180px;
	line-height: 1.2;
	padding-bottom: 20px;
	background: #e9e9e9;
    height: 100% !important;
	padding: 20px;
}
.woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
	width: 48%;
	display: inline-block;
	margin-right: 30px;
}
.woocommerce-Reviews .comment-form-email {
	margin-right: 0;
	width: 49%;
}

.tp-page-content table a.wc-block-components-product-name {
	color: #060728;
	font-size: 20px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	height: auto;
}
.wc-block-components-product-price {
	color: #444;
}
body .is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 16px;
	font-weight: 700;
	color: #222;
}
.is-large.wc-block-cart .wc-block-cart-items th {
	font-size: 16px;
	color: #222;
}
.wc-block-components-totals-coupon-link {
	color: #444;
	font-size: 18px;
	border: 1px solid #ddd;
	padding: 5px 18px;
	display: inline-block;
}
.wc-block-components-totals-item__label {
	color: #222;
}
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link {
	text-decoration: underline;
}
.wc-block-components-button {
	padding: 0 46px;
	font-size: 14px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--rr-common-white);
	background-color: var(--rr-theme-primary); 
	transition: .3s;
	position: relative;
	height: 56px !important;
}
.wc-block-components-button:hover {
	background: #16171a;
    color: #fff;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
    width: 100%;
}
.wc-block-components-shipping-calculator-address__button{
    background-color: #16171a;
}
.wc-block-components-shipping-calculator-address__button:hover{
    background-color: var(--rr-theme-1);
}
.wc-block-components-button:not(.is-link) {
	transition: .3s;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0;
}

body .wc-block-components-form .wc-block-components-text-input input[type="email"], body .wc-block-components-form .wc-block-components-text-input input[type="number"], body .wc-block-components-form .wc-block-components-text-input input[type="tel"], body .wc-block-components-form .wc-block-components-text-input input[type="text"], body .wc-block-components-form .wc-block-components-text-input input[type="url"], body .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], body .wc-block-components-text-input input[type="tel"], body .wc-block-components-text-input input[type="text"], body .wc-block-components-text-input input[type="url"] {
	border: 1px solid hsla(0,0%,7%,.14);
}
body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	border: 1px solid #dedede;
}
body .wc-block-components-textarea {
	border: 1px solid #dedede;
}
.wc-block-components-checkout-place-order-button.components-button  {
	line-height: inherit;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0;
}

/* my account  */
.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	margin-bottom: 30px;
}
div.woocommerce .woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	border-bottom: 1px solid #EAEAEF;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a {
	font-size: 16px;
	padding: 8px 0;
	display: inline-block;
	position: relative;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a::after {
	position: absolute;
	content: "";
	left: auto;
	right: -10px;
	height: 2px;
	width: 0;
	bottom: 0;
	background-color: var(--rr-theme-1);
}
div.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
	width: 100%;
	left: 0;
	right: auto;
}
div.woocommerce .woocommerce-MyAccount-content > p a:hover {
	text-decoration: underline;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
	width: 100%;
}
.woocommerce-orders-table__cell {
	text-align: center;
}
.woocommerce-orders-table__cell-order-number a{
    color: var(--rr-theme-1);
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
	display: flex;
	align-items: center;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title > a {
	color: var(--rr-theme-primary);
	font-weight: 500;
	font-size: 16px;
	margin-left: 40px;
	margin-bottom: 5px;
}
.woosw-list table.woosw-items {
	margin: 0;
	padding: 0;
	width: 100%;
}
.tp-header-right-shop > a {
    font-size: 24px;
    color: var(--rr-common-black);
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.tp-header-right-shop > a > span {
    position: absolute;
    content: "";
    top: -10px;
    right: -10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
}
/* mini cart  */
.tp-header-right-shop {
	padding: 26px 0;
	margin-right: 20px;
}
.mini_shopping_cart_box {
	position: absolute;
	background: #fff;
	width: 320px;
	right: -20px;
	top: 105%;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 3;
}
.tp-header-right-shop:hover .mini_shopping_cart_box{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    margin-bottom: 12px;
    position: relative;
  }
  .tp-mini-cart-thumb {
	flex: 0 0 auto;
	margin-right: 15px;
}
  .tp-mini-cart-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .tp-mini-cart-title {
	font-size: 18px;
}
.tp-mini-cart-del {
	position: absolute;
	right: 0px;
	top: 30%;
	font-size: 30px;
	color: #555;
}
.woocommerce-mini-cart__buttons.buttons {
	margin: 0;
}
.woocommerce-mini-cart__total.total {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}
.woocommerce-mini-cart__total.total .woocommerce-Price-amount {
	font-size: 18px;
    font-weight: 600;
    color: var(--rr-common-black);
}
.woocommerce-mini-cart__buttons.buttons a {
	display: block;
	background: var(--rr-common-black);
	color: #fff;
	margin-top: 5px;
	padding: 8px 10px;
	font-weight: 500;
	text-align: center;
}
.woocommerce-mini-cart__buttons.buttons a.checkout {
    background: var(--rr-theme-primary);
} 
.tp-mini-cart-price .woocommerce-Price-amount.amount {
	color: var(--rr-theme-primary);
}
.woocommerce-mini-cart__empty-message {
	margin: 0;
	font-size: 20px;
	color: #333;
}

div.tp-blog-3-thumb img {
	height: 304px;
	object-fit: cover;
}
ol.commentlist {
    padding-left: 0;
}
.woocommerce-Address-title h2 {
    font-size: 29px;
}
.woocommerce-mini-cart-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.remove_from_cart_button {
    position: absolute;
    right: 0px;
    top: 30%;
    font-size: 30px;
    color: #555;
}
.woocommerce-mini-cart__total strong {
    color: #000;
}
.product_title.entry-title {
    font-size: 25px;
}
#woosw_wishlist .ajax_add_to_cart {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-size: 14px;
    font-style: normal;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: var(--rr-fw-sbold);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -o-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
    position: relative;
    overflow: hidden;
    padding: 9px 22px;
    background-color: var(--rr-theme-primary);
    z-index: 5;
}
.wc-block-grid__product-price.price {
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #000;
}
.wp-block-button.wc-block-grid__product-add-to-cart {
    text-align: left;
}
.tp-product__filter .nice-select {
    background: #fff !important;
}
.tp-product__filter .nice-select .list {
     background-color: #fff !important;

}
.summary-content button {
    margin: 20px 0;
}