:root {
	/* General */
	--rx-main-color: #BD945A; /* Template main color. ##BD945A */
}
.clear{clear:both;}
#wp-admin-bar-root-default li a, 
#wp-admin-bar-root-default li span {
    display: unset;
}
form .select2{
	max-height:60px;
}
.hidden{display:none;}
.elementor-widget-container{
	min-height:1px;
}
/*******mob menu*******/

@media screen and (max-width: 991px) {
	nav.navbar .navbar-nav .nav-link.nav-color {
		color: #000;
	}
	
}
@media only screen and (max-width: 1064px){
	.logo-holder .logo-wrapper{
		padding: 0px!important;
	}
	.logo-holder .logo-img{
		width:130px;
		margin-bottom: 0px;
	}
	.rixos-classic-main {
		display:none;
	}
	.logged-in.admin-bar .rixos-mob-menu-wrapper{
		top:45px;
		position:absolute;
	}
	.rixos-mob-menu-wrapper{
		background: #1b1b1b;
		-webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .1);
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: 90px;
		z-index: 10;
		padding: 0 20px 0 200px;
		-webkit-transform: translate3d(0,0,0);
	}	
	.logo-holder {
		left: 20px;
		top: 25px;
	}
	.nav-button-wrap {
		float: right;
		height: 30px;
		width: 30px;
		cursor: pointer;
		position: relative;
		top: 40px;
		margin-right: 16px;
		display: block;
	}
	.nav-button span {
		float: left;
		width: 100%;
		height: 2px;
		background:#fff;
		margin-bottom: 4px;
		border-radius: 4px;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.nav-button span:first-child {
		width: 50%;
	}
	.main-menu {
		position: absolute;
		background: #1b1b1b;
		top: 90px;
		right: -20px;
		width: 75%;
		z-index: 50;
		max-height:100vh;
		min-height:100vh;
		padding: 50px 10px;
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 200px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.vismobmenu {
		opacity: 1;
		right: 0;
		visibility: visible;
	}
	.menusb {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.main-menu .menusb ul {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		padding-left:10px;
	}
	.main-menu .menusb ul ul{
		padding-left:0px;
	}
	.menusb li {
		margin: 0;
		float: left;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 0px;
	}
	.menusb a {
		font-family: "Urbanist", sans-serif;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.25em;
		color: #fff;
		margin: 11px 0 0 0;
		padding: 0 0 11px 0;
		list-style: none;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.menusb li a.active,
	.menusb a:hover{
		color:var(--rx-main-color);
	}
	.main-menu.main-menu-hover-classic a{
		max-width:79%;
	}
	.menusb a{
		color: #fff;
	}
	.nav-dec {
		cursor:pointer;
	}
	.menusb a.back:before {
		font-family: 'themify';
		content: "\e629";
		font-size: 14px;
	}
	.main-menu-click-classic .menusb .menu-item-has-children > a:after{
		font-family: 'themify';
		content: "\e628";
		position: absolute;
		right: 5px;
	}
	.main-menu.main-menu-hover-classic .nav-dec{
		position:absolute;
		top:18px;
		right:15px;
		font-size:13px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.main-menu.main-menu-hover-classic li:hover .nav-dec{
		transform: rotate(180deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.main-menu.main-menu-hover-classic .menu-item-has-children ul li a:after{
		display:none;
	}
	.main-menu.main-menu-hover-classic .menu-item-has-children ul ul li{
		padding-left:0px;
	}
	.main-menu.main-menu-hover-classic .menu-item-has-children ul ul li a{
		padding-top:0px;
	}
	.logo-holder h2{
		display:none;
	}
	.menusb  .current-page-ancestor > a, .menusb  .current-menu-item > a{
		color:var(--rx-main-color);
	}
	.main-menu.main-menu-hover-classic .menusb ul ul{
		display:none;
	}
	.main-menu.main-menu-hover-classic{
		overflow:auto;
	}
	.main-menu.main-menu-hover-classic::-webkit-scrollbar {
		width: 0px;
	}

	.main-menu.main-menu-hover-classic::-webkit-scrollbar-track {
		background: #999;
	}

	.main-menu.main-menu-hover-classic::-webkit-scrollbar-thumb {
		background: #272727;
	}

	.main-menu.main-menu-hover-classic::-webkit-scrollbar-thumb:hover {
		background: #272727;
	}
	body.temp-grayscale .elementor{
		-webkit-filter: grayscale(100%);
	   filter: grayscale(100%);

	   -webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
}
@media screen and (max-width: 1024px) {
.rixos-mob-menu-wrapper{
	max-width:1024px;
}
}
.logo-holder {
    position: absolute;
    top: 27px;
    z-index: 11;
}
.rixos-classic-main-off,
.rixos-classic-mob-off,
.rixos-mob-menu-wrapper.rixos-mob-menu-ss {
	display: none;
}
.rixos-wrap{
	display:none;
}
.main-menu-click {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-menu-click ul {
    display: block;
    float: left;
    position: relative;
    width: 100%;
	z-index:1;
}
.main-menu-click li {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}
.main-menu-click .menu-item-has-children > a:after {
    font-family: 'themify';
    content: "\e628";
    position: absolute;
    right: 5px;
	font-size: 13px;
}
.main-menu-click a.back:before {
    font-family: 'themify';
    content: "\e629";
    font-size: 13px;
}
.nav-dec {
    position: absolute;
    top: 5px;
    right: 14px;
    font-size: 11px;
	-webkit-transition: all .4s;
    transition: all .4s;
}
.main-menu-hover li:hover .nav-dec{
	transform: rotate(180deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.rixos-sidebar-sub-toggle>ul>li.menu-item-has-children.open>a .nav-dec{
	transform: rotate(180deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.rixos-menu ul li a {
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.rixos-menu {
    position: relative;
	margin-top:180px;
}
.rixos.bauen-wrap-show {
    overflow: auto;
}
.dark-version .nav-dec{
	color:#fff;
}
[class*=version-] .rixos-menu-helper-class .current-menu-parent > a.nav-link,
[class*=version-] .rixos-menu-helper-class .current-page-ancestor > a.nav-link,
[class*=version-] .rixos-menu-helper-class .current-menu-parent > span.nav-link,
[class*=version-] .rixos-menu-helper-class .current-menu-parent > span.nav-link,
[class*=version-] .rixos-menu-helper-class .current-page-ancestor span.nav-link,
[class*=version-] .rixos-menu-helper-class .current-menu-item > a.nav-link,
[class*=version-] .navbar .navbar-nav li.current-menu-ancestor > .nav-link i, 
[class*=version-] .navbar .navbar-nav li.current-menu-ancestor > .nav-link i, 
[class*=version-] .navbar .navbar-nav li.current-menu-ancestor > .nav-link,
[class*=version-] .navbar .navbar-nav li.current-menu-parent > .nav-link i, 
[class*=version-] .navbar .navbar-nav .current-menu-item > a i,
[class*=version-] .navbar .navbar-nav .nav-link:hover i,
[class*=version-] .main-menu-hover li:hover .nav-dec,
[class*=version-] .rixos-menu-helper-class .current-menu-parent .current-menu-item > a,
[class*=version-] .navbar .navbar-nav li.current-menu-ancestor > .current-menu-parent .current-menu-item > a,
[class*=version-] .navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > span,
[class*=version-] .navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > a,
[class*=version-] .navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > span i,
[class*=version-] .navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > a i
{
	color:var(--rx-main-color)!important;
}
/******menu end*******/
.text-left{
	text-align:left!important;
}
.text-right{
	text-align:right!important;
}
.button-3 svg {
	width:14px;
	fill:#fff;
}
.about .phone i{
	display:inline-block;
}
.contact .item .contents i {
    font-size: 45px;
    color: var(--rx-main-color);
    font-weight: 100;
}
.about .phone svg{
	margin-right: 10px;
	width: 50px;
    max-height: 50px;
    height: 50px;
    padding: 15px;
	border-radius: 50%;
}
.version-light .about .phone svg{
	background: #141414;
	fill:#fff;
}
.version-dark .about .phone svg{
	background: #fff;
	fill:#141414;
}
.contact .item .contents svg{
	width:40px;
	fill:#BD945A
}
.offers1 .item .con .title p{
	color:#fff;
}
.offers1 .item .con .arrow a svg{
	width:15px;
	fill:#fff;
}
.offers1 .item .con .arrow a:hover svg{
	fill:#101010;
}
.facilities .item .price {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #fff;
    color: #141414;
    font-family: "Urbanist", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 5px;
	z-index: 2;
}
.facilities .item .cont svg{
	fill:#fff;
	width:45px;
	margin-bottom: 15px;
}
.amenities .item .cont .icon svg{
	fill:var(--rx-main-color);
	margin-bottom: 15px;
    width: 50px;
}
.amenities .item:hover .cont .icon svg{
	fill:#fff;
}
.pricing .item .cont .icon svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    width: 43px;
    fill: var(--rx-main-color);
    justify-content: center !important;
}
.button-3.rx-icon-left svg{
    margin-right: 5px;

}
.blog1 .item .img a{
	display:block;
}
/****gallery****/
.tt-grid-item{
	width:100%;
	padding:10px 10px 0px 10px;
}
.ttgr-height {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.tt-grid .gallery-box,
.tt-grid .gallery-img {
	position:unset;
	overflow:unset;
}
.ttgr-height{
	border-radius:20px;
}
.elementor .pgi-image img{
	height:100%;
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
/* layout-1-2 */
@media (min-width: 768px) {
	.tt-grid.ttgr-layout-1-2 .tt-grid-item {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-1-2 .tt-grid-item:nth-child(3n+1) {
	width: 100%;
}
.tt-grid.ttgr-layout-1-2 .ttgr-height {
	padding-bottom: 60%;
}
@media (min-width: 768px) {
	.tt-grid.ttgr-layout-1-2 .tt-grid-item:nth-child(3n+1) .ttgr-height {
		padding-bottom: calc(60% - 20%);
	}
}

.tt-grid.ttgr-layout-1-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-1-2.ttgr-portrait-half .ttgr-height {
	padding-bottom: 120%;
}
.tt-grid.ttgr-layout-1-2.ttgr-portrait .tt-grid-item:nth-child(3n+1) .ttgr-height {
	padding-bottom: 100%;
}
/* layout-2-1 */
@media (min-width: 768px) {
	.tt-grid.ttgr-layout-2-1 .tt-grid-item {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-2-1 .tt-grid-item:nth-child(3n+0) {
	width: 100%;
}
.tt-grid.ttgr-layout-2-1 .ttgr-height {
	padding-bottom: 60%;
}

@media (min-width: 768px) {
	.tt-grid.ttgr-layout-2-1 .tt-grid-item:nth-child(3n+0) .ttgr-height {
		padding-bottom: calc(60% - 20%);
	}
}

.tt-grid.ttgr-layout-2-1.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2-1.ttgr-portrait-half .ttgr-height {
	padding-bottom: 120%;
}
.tt-grid.ttgr-layout-2-1.ttgr-portrait .tt-grid-item:nth-child(3n+0) .ttgr-height {
	padding-bottom: 100%;
}

/* layout-2-3 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.tt-grid.ttgr-layout-2-3 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(3n+1) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-2-3 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(3n+1) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}

@media (min-width: 1200px) {
	.tt-grid.ttgr-layout-2-3 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+1),
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+2) {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-2-3 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+1) .ttgr-height,
.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+2) .ttgr-height {
	padding-bottom: 60%;
}

.tt-grid.ttgr-layout-2-3.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait .tt-grid-item:nth-child(5n+1) .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait .tt-grid-item:nth-child(5n+2) .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait-half .ttgr-height {
	padding-bottom: 125%;
}

/* layout-3-2 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.tt-grid.ttgr-layout-3-2 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(3n+0) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-3-2 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(3n+0) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}
@media (min-width: 1200px) {
	.tt-grid.ttgr-layout-3-2 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+4),
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+5) {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-3-2 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+4) .ttgr-height,
.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+5) .ttgr-height {
	padding-bottom: 60%;
}

.tt-grid.ttgr-layout-3-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait .tt-grid-item:nth-child(5n+4) .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait .tt-grid-item:nth-child(5n+5) .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait-half .ttgr-height {
	padding-bottom: 120%;
}

/* layout-3-4 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tt-grid.ttgr-layout-3-4 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(3n+1) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-3-4 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(3n+1) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
	.tt-grid.ttgr-layout-3-4 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+1),
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+2) {
		width: 50%;
	}
	.tt-grid.ttgr-layout-3-4 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+1) .ttgr-height,
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+2) .ttgr-height {
		padding-bottom: 60% !important;
	}
}

@media (min-width: 1400px) {
	.tt-grid.ttgr-layout-3-4 .tt-grid-item {
		width: 25%;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+1),
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+2),
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+3) {
		width: 33.33333%;
	}
}
.tt-grid.ttgr-layout-3-4 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+1) .ttgr-height,
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+2) .ttgr-height,
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+3) .ttgr-height {
	padding-bottom: 60%;
}

.tt-grid.ttgr-layout-3-4.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+1) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+2) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+3) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait-half .ttgr-height {
	padding-bottom: 140%;
}

/* layout-4-3 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tt-grid.ttgr-layout-4-3 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(3n+0) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-4-3 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(3n+0) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
	.tt-grid.ttgr-layout-4-3 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+4),
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+5) {
		width: 50%;
	}
	.tt-grid.ttgr-layout-4-3 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+4) .ttgr-height,
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+5) .ttgr-height {
		padding-bottom: 60% !important;
	}
}

@media (min-width: 1400px) {
	.tt-grid.ttgr-layout-4-3 .tt-grid-item {
		width: 25%;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+5),
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+6),
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+7) {
		width: 33.33333%;
	}
}
.tt-grid.ttgr-layout-4-3 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+5) .ttgr-height,
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+6) .ttgr-height,
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+7) .ttgr-height {
	padding-bottom: 60%;
}
.gallery-item a{
	width:100%;
}
/****gallery end****/
.cursor-pointer{
	cursor:pointer;
}
.page-list-icon svg {
    width: 17px;
    fill: var(--rx-main-color);
	margin-top: 5px;
}
.page-list-icon i{
	margin-top: 5px;
}
.section-info a {
    border-bottom: 1px solid var(--rx-main-color);
    line-height: 1.5em;
}
.page-details .bc-simple-title.white{
	color:#fff;
}
.rx-room1 {
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 850px) {
	.if-child:nth-child(even) .if-child-image {-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}
	.if-child:nth-child(even) .if-child-items {-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}
	.rooms2 .content .con{
		padding: 50px 0px 20px 0px;
	}
}
.pt-po-lightbox {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 30px;
    right: 30px;
    border-radius: 100%;
    background-color: #fff;
    color: #1b1b1b;
    line-height: 45px;
    z-index: 9;
    text-align: center;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    visibility: hidden;
    opacity: 0;
}
.rx-ps-relative{
	position: relative;
}
.details span svg{
	fill:#fff;
	width:21px;
	margin-right: 7px;
}
.elementor-editor-active .select2-container .select2-selection--single{
	height:auto;
	border:none;
	background:none;
}
.rx-top-bar-enable .navbar:not(.nav-scroll){
	position: relative;
}
.booking-inner form .select2 {
    max-height: 62px;
}
.logged-in.admin-bar .nav-scroll{
	top:-48px!important;
}
.rx-top-bar-enable .nav-scroll{
	top:-80px!important;
}
.logged-in.admin-bar .rixos-header.scrolled{
	top:32px!important;
}
.rx-top-bar-enable .rixos-header.scrolled{
	top:0px!important;
}
.logged-in.admin-bar:not(.rx-top-bar-enable) .navbar:not(.nav-scroll){
	top:30px;
}
.rx-top-bar-enable.version-light .navbar:not(.nav-scroll) .navbar-nav .nav-link,
.rx-top-bar-enable.version-light .navbar-right .button{
	color:#141414;
}

/* ======= Navbar Top style ======= */
.navbar-top {
    position: relative;
    background: var(--rx-main-color);
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-top [class*=col-].text-end {
    justify-content: flex-end !important;
}
.navbar-top .text {
    font-size: 15px;
    margin: 0;
    color: #fff;
    text-align: left;
}
.navbar-top .widget {
    font-size: 15px;
    color: #fff;
    text-align: left;
    display: inline-block;
}
.navbar-top .widget i {
    padding-right: 5px;
    color: #fff;
}
.navbar-top .mr-30 {
    margin-right: 30px;
}
.navbar-top .social ul {
    margin: 0;
    padding: 0;
}
.navbar-top .social ul li {
    list-style: none;
    display: inline-block;
    float: right;
}
.navbar-top .social ul li a {
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
}
.navbar-top ul li a:hover {
    color: #fff;
}
@media screen and (max-width: 1064px) {
    .navbar-top {
        display: none;
    }
	.rx-top-bar-enable .rixos-header,
	.rx-top-bar-enable .navbar{
		top:0px!important
	}
}

/*****footer widget*****/
@media screen and (min-width: 780px) {
    .widget-area .widget-item {
        display: flex;
        justify-content: center;
    }
}
.widget-area .widget-item ul{
	padding:0px;
}
.widget-area .widget-item ul li a{
	color: rgba(255, 255, 255, 0.6);
}

/* newsletter */
.widget_mc4wp_form_widget{
	float:left;
	width:100%;
}
.mc4wp-form-fields{
	position: relative;
}
.footer .top .widget-item .newsletter {
    position: relative;
}
.widget_mc4wp_form_widget input[type="email"],
.widget_mc4wp_form_widget input[type="text"]  {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(255,255,255, 0.1);
    border-radius: 30px;
}
.widget_mc4wp_form_widget button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: var(--rx-main-color);
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}
.widget_mc4wp_form_widget input[type="submit"] {
    height: 50px;
    line-height: 50px;
    border: none;
	background: var(--rx-main-color);
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    outline: none;
}
.widget_mc4wp_form_widget input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}
.widget_mc4wp_form_widget form:hover button,
.widget_mc4wp_form_widget form:hover input[type="submit"] {
    background: #fff;
    outline: none;
	color: #141414;
	
}
.widget_mc4wp_form_widget button i {
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.widget_mc4wp_form_widget:hover button i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
/******header tools*****/
.hd-tools-uri{
	color: #fff;
    padding-right:10px;
}
.hd-tools-uri:hover,
.version-light .nav-scroll .hd-tools-uri:hover{
	color: var(--rx-main-color);
}
.version-light .nav-scroll .hd-tools-uri,
.version-light .rixos-wrap .hd-tools-uri{
	color:#141414;
}
.hd-tools-sec{
	padding-bottom:30px;
}
.version-light .rixos-footer .hd-tools-uri {
	color:#141414;
}
.rixos-footer .hd-tools-sec{
	text-align: center;;
}
.rixos-footer-classic {
    position: relative;
    bottom: 30px;
    left: 0;
    padding: 90px 0px 0px 0px;
	text-align:center;
}
/******form******/
form:not(.woocommerce-checkout) p:not(.comment-notes, 
.comment-form-cookies-consent, .logged-in-as), 
form label, .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    margin-bottom: unset;
    clear: both;
}
.form2 .cont {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
}
textarea {
    max-height: 130px;
}
.elementor-widget-rixos-form .form2 .cont{
	padding: 30px 30px 0px 30px;
}
.mc4wp-form-fields p{
	margin-bottom:15px!important;
}
/********/
.elementor-widget-text-editor ul,
.elementor-widget-rixos-tabs .sec-text ul{
	list-style: none;
	padding:0px;
}
.elementor-widget-text-editor ul li:before,
.elementor-widget-rixos-tabs .sec-text ul li:before{
	content: "\f00c";
	font-size: 17px;
    color: var(--rx-main-color);
	padding-right:15px;
	position: relative;
    top: 2px;
	font-family: "Font Awesome 6 Pro";
}
.post .form-submit{
	display:none;
}
.comment-reply-link {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: var(--rx-main-color);
}
.comment-reply-link:after {
    content: "\e6bd";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.post .comment-section{
	padding:0px;
}
.form2 .head {
    z-index: 1;
    position: relative;
}
.comment-form-cookies-consent input {
    margin-top: 14px;
    float: left;
    margin-right: 17px;
}
.comment-form-cookies-consent label {
    margin-bottom: 10px;
    float: left;
    width: 88%;
    clear: unset;
}
#rixos-aside::-webkit-scrollbar {
    width: 0px;
}

#rixos-aside::-webkit-scrollbar-track {
    background: #fff;
}

#rixos-aside::-webkit-scrollbar-thumb {
    background: #171717;
}

#rixos-aside::-webkit-scrollbar-thumb:hover {
    background: #171717;
}

.rixos-wrap::-webkit-scrollbar {
    width: 0px;
}

.rixos-wrap::-webkit-scrollbar-track {
    background: #fff;
}

.rixos-wrap::-webkit-scrollbar-thumb {
    background: #171717;
}

.rixos-wrap::-webkit-scrollbar-thumb:hover {
    background: #171717;
}
#rixos-main .container {
    padding-right: 45px;
    padding-left: 45px;
}
@media screen and (max-width: 768px) {
    #rixos-main .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.rixos-logo h2 {
	margin-top:15px;
    font-size: 30px;
    text-transform: uppercase;
}
.version-light .rixos-logo h2{
	color:#fff;
}
.version-light .nav-scroll .rixos-logo h2{
	color:#171717;
}
.rx-top-bar-enable.version-light .navbar:not(.nav-scroll) .navbar-right .phonex,
.rx-top-bar-enable.version-light .navbar:not(.nav-scroll) .hd-tools-uri,
.rx-top-bar-enable.version-light .dropdown .nav-link i{
    color:#141414;
}
.rx-top-bar-enable.version-light .navbar:not(.nav-scroll) .nav-link:hover{
    color:var(--rx-main-color);
}
.rx-top-bar-enable.rx-top-bar-alt-enable .parallax-header,
.rx-top-bar-enable.rx-top-bar-alt-enable .header,
.rx-top-bar-enable.rx-top-bar-alt-enable .slider-fade .owl-item,
.rx-top-bar-enable.rx-top-bar-alt-enable .video-fullscreen-wrap,
.rx-top-bar-enable.rx-top-bar-alt-enable .video-fullscreen-video{
    min-height: calc(100vh - 130px);
}
.rx-top-bar-enable .parallax-header,
.rx-top-bar-enable .header, 
.rx-top-bar-enable .slider-fade .owl-item,
.rx-top-bar-enable .video-fullscreen-wrap,
.rx-top-bar-enable .video-fullscreen-video{
    min-height: calc(100vh - 130px);
}
/***********themecheck***********/

.wp-block-search .wp-block-search__button {
    text-decoration: none;
    color: #fff;
	width:100%;
    background-color: var(--rx-main-color);
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid var(--rx-main-color);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none!important;
    text-transform: none;
    height: inherit;
    line-height: inherit;
    font-size: inherit;
    font-weight: 400;
	margin-left:0px;
	margin-top:15px;
}
.wp-block-search .wp-block-search__button:hover {
    background-color: #141414;
    border-color: #141414;
	color:#fff;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
.wp-block-search__input{
	width: 100%;
    padding: 16px 20px;
    border: 0;
    background: #f4f1ed;
    margin-bottom: 0;
    border: none;
    color: #484848;
    border-radius: 0px;
}
.version-dark .wp-block-search__input{
	background: #101010;
    color: #999;
}
.widget select{
	width: 100%;
    min-height: 50px;
    cursor: pointer;
    border-radius: 30px;
	border:0px;
    background-color: #f4f1ed; 
    padding: 16px 20px;
    appearance: none;
    -webkit-appearance: none;
	background: #f4f1ed url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='11' height='11' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat 95%;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
	max-width:100%;
}
.version-dark .widget select{
	width: 100%;
    min-height: 50px;
    cursor: pointer;
    border-radius: 30px;
	border:0px;
    background-color: #101010; 
    padding: 16px 20px;
    appearance: none;
    -webkit-appearance: none;
	background: #101010 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='11' height='11' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat 95%;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
	max-width:100%;
}
.widget table{
	width: 100%;
	float:left;
	max-width:100%;
}
.widget caption{
	margin-bottom: 10px;
}
.widget thead th,
.page-content table:not(.wc-block-cart-items) thead th,
.post-content table:not(.wc-block-cart-items) thead th{
	padding: 10px 15px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	color: #666;
	border-left: 1px solid rgba(203, 157, 85, 0.2);
	border-bottom: 1px solid rgba(203, 157, 85, 0.2);
}
.version-dark .widget table:not(.wc-block-cart-items) thead th,
.version-dark .page-content table:not(.wc-block-cart-items) thead th,
.version-dark .post-content table:not(.wc-block-cart-items) thead th{
	padding: 10px 15px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	color: #666;
	border-left: 1px solid rgba(255,255,255, 0.05);
	border-bottom: 1px solid rgba(255,255,255, 0.05);
}
.widget thead th:first-child,
.page-content table:not(.wc-block-cart-items) thead th:first-child,
.post-content table:not(.wc-block-cart-items) thead th:first-child{
	border-left: none;
}
.widget td,
.page-content  td:not(.wc-block-cart-item__product),
.post-content  td:not(.wc-block-cart-item__product)  {
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #666;
	text-align: center;;
}
.widget td,
.page-content  table:not(.wc-block-cart-items) td,
.post-content  table:not(.wc-block-cart-items) td  {
	border-left: 1px solid rgba(203, 157, 85, 0.2);
}
.widget td:first-child,
.page-content table:not(.wc-block-cart-items) td:first-child,
.post-content table:not(.wc-block-cart-items) td:first-child{
	border-left: none;
}
.widget tr:nth-child(odd),
.page-content table:not(.wc-block-cart-items) tr:nth-child(odd),
.post-content table:not(.wc-block-cart-items) tr:nth-child(odd){
	background: #f4f1ed;
}
.widget tr:nth-child(even),
.page-content  table:not(.wc-block-cart-items) tr:nth-child(even),
.post-content  table:not(.wc-block-cart-items) tr:nth-child(even)  {
    background: #d8d8d8;
}
.version-dark .widget tr:nth-child(odd),
.version-dark .page-content table:not(.wc-block-cart-items) tr:nth-child(odd),
.version-dark .post-content table:not(.wc-block-cart-items) tr:nth-child(odd){
	background: #101010;
}
.version-dark .widget tr:nth-child(even),
.version-dark .page-content table:not(.wc-block-cart-items) tr:nth-child(even),
.version-dark .post-content table:not(.wc-block-cart-items) tr:nth-child(even)  {
    background: #1b1b1b;
}
.widget table th, 
.widget table td,
.page-content table:not(.wc-block-cart-items)  th, 
.page-content table:not(.wc-block-cart-items)  td,
.post-content table:not(.wc-block-cart-items)  th, 
.post-content table:not(.wc-block-cart-items)  td {
    border: 1px solid rgba(203, 157, 85, 0.2);
}
.version-dark .widget table th, 
.version-dark .widget table td,
.version-dark .page-content table:not(.wc-block-cart-items)  th, 
.version-dark .page-content table:not(.wc-block-cart-items)  td,
.version-dark .post-content table:not(.wc-block-cart-items)  th, 
.version-dark .post-content table:not(.wc-block-cart-items)  td {
    border: 1px solid rgba(255,255,255, 0.05);
}
.page-content table:not(.wc-block-cart-items) ,
.post-content table:not(.wc-block-cart-items) {
	margin-bottom:30px;
}
.widget img{
	max-width:100%;
	height:auto;
}
.widget ul.children,
.widget ul.sub-menu{
	margin-bottom: 15px;
    margin-top: 15px;
}
.widget ul.children, 
.widget ul.sub-menu {
	counter-reset: submenu;
}
.widget ul ul.children > li > a::before, 
.widget ul ul.sub-menu > li > a::before {
    font-weight: normal;
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu;
    font-size: 13px;
    line-height: 20px;
}
.widget strong{
	float:left;
	margin:10px 0px;
	width:100%;
}
.widget .wp-caption-text{
	margin: 10px 0px;
}
.rss-widget-icon {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}
.widget_rss .widget-title {
	float:left;
	width:100%;
	clear:both;
}
.widget_rss cite {
	font-size: 14px;
}
.widget_rss ul li a.rsswidget {
    font-size: 16px;
}
.more-link{
	display:none;
}
.item .page-links {
	float:unset;
}
.page-links {
    width: 100%;
    float: left;
    margin: 0 0 1.25rem;
}
.page-links > span, 
.page-links   a span{
    background: transparent;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    color: #1b1b1b;
    font-weight: 300;
    border: 1px solid #eee3d0;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    border-radius: 100%;
	margin-right: 10px;
}
.wp-block-cover-text {
	color: #fff!important;
}
.wp-block-cover.has-background-dim {
    color: #fff;
}
.has-background {
	background-color:transparent!important;
	padding:0px!important;
}
.has-small-font-size {
    margin-top: 25px;
}
.has-large-font-size{
	font-size: 36px;
    line-height: 42px;
}
.has-huge-font-size {
	line-height: 35px;
}
p.has-text-color.has-background.has-very-light-gray-color {
    color: #a5a5a5;
    padding: 10px;
}



.wp-block-cover {
    margin-bottom: 20px;
}
.wp-block-image img,
.wp-block-media-text__media img{
	max-width:100%;
	height:auto;
}
.wp-block-cover.has-background-dim p {
    color: #fff;
}


.wp-block-button__link{
    color: #1b1b1b;
    border: 1px #1b1b1b solid;
	background: transparent;	
	margin: 10px 0px;
}
.version-dark .wp-block-button__link{
    color: #999;
    border: 1px #999 solid;
}
.wp-block-button a.wp-block-button__link:hover, 
.wp-block-button.is-style-outline .wp-block-button__link:hover
{
    background: #1b1b1b;
	color: #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
    color: #1b1b1b;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	color: #1b1b1b;
    border-radius: 0;
	border: 1px solid currentColor;
}
.wp-block-button.is-style-squared  .wp-block-button__link {
	border-radius: 0;
}
.wp-block-button.alignleft {
   float: left;
}
.wp-block-button.alignright {
   float: right;
}
.wp-block-button.aligncenter {
    width: 100%;
    float: left;
    text-align: center;
}


.wp-block-gallery { 
    display:flex!important; 
	width:100%; 
	float:left;
}
li.blocks-gallery-item{
	padding:0px;
}
.blocks-gallery-item__caption{
	font-size:14px!important;
}
.blocks-gallery-caption{
	text-align:left;
	padding-bottom:20px;
	clear:both;
}
.wp-block-gallery .blocks-gallery-image figcaption {
    color: #fff;
}
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    padding-right: 10px;
}

.wp-block-pullquote {
    padding: inherit;
    float: left;
    width: 100%;	
}
.wp-block-quote {
    float: left;
    width: 100%;
}
.wp-block-pullquote blockquote.has-text-color,
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-top: 1rem;
}
blockquote.has-text-color.has-light-gray-color {
    background: transparent;
    margin: 0;
}
blockquote.has-text-color.has-very-dark-gray-color {
    background: #cdcdcd;
    margin: 0;
}
blockquote.has-text-color.has-very-dark-gray-color { 
    color: #fff;
}
.wp-calendar-table {
    margin-bottom: 0;
}
time.wp-block-latest-posts__post-date, 
time.wp-block-latest-comments__comment-date
{
    font-style: italic;
}
ul.wp-block-rss li, 
ul.wp-block-archives li, 
ul.wp-block-categories li, 
ul.wp-block-latest-posts li 
{
    line-height: 32px;
    width: 100%;
    float: left;
    font-family: inherit;
    list-style-type: none!important;
}
ul.wp-block-rss li a, 
ul.wp-block-archives li a, 
ul.wp-block-categories li a, 
ul.wp-block-latest-posts li a
{
    text-decoration: none;
}
.wp-block-archives select { 
    height: 45px;
	margin-bottom: 20px;
	padding: 0px 5px;
}
ol.wp-block-latest-comments {
    padding-left: 0px;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
ol.wp-block-latest-comments li {
    list-style-type: none!important;
}
img.wp-block-latest-comments__comment-avatar {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.wp-block-tag-cloud a {
    margin: 3px;
    padding: 6px 16px;
    color: #1b1b1b;
    float: left;
    font-size: 16px!important;
    line-height: 1.5em;	
	border: 1px #1b1b1b solid;
}
.wp-block-tag-cloud a:hover {
    background-color: #1b1b1b;
    color: #fff;
}
p.wp-block-tag-cloud {
    width: 100%;
    float: left;
}
.wp-block-search  {
    margin-bottom: 15px;
}
.wp-block-archives-dropdown select, 
.wp-block-categories-dropdown select 
{
    height: 38px;
    text-transform: uppercase;
    background: #F4F4F4;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0px 5px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 10px;
    cursor: pointer;	
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 4px;
	width:100%;
	overflow: auto;
}
.page-content ul:not(.wc-block-components-product-details), 
.post-content ul:not(.wc-block-components-product-details), 
.comment-text ul{
	padding-left:20px;
	display: block;
	list-style-type: disc;
	-webkit-padding-start: 20px;
}
.page-content  ol, 
.post-content  ol, 
.comment-text ol {
	padding-left:20px;
    display: block;
    list-style-type: decimal;
	-webkit-padding-start: 20px;
}
.page-content  ul:not(.wc-block-components-product-details) li,
.post-content  ul:not(.wc-block-components-product-details) li,
.comment-text  ul li
{
    list-style: disc;
}
.page-content  ol li,
.post-content  ol li,
.comment-text  ol li
{
    list-style: decimal;
}
.page-content  ul li ul, 
.post-content  ul li ul, 
.comment-text ul li ul {
	padding-left:40px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.page-content  ol li ol, 
.post-content  ol li ol, 
.comment-text ol li ol {
    padding-left:40px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.post-content ul.wp-block-rss, 
.post-content ul.wp-block-archives, 
.post-content ul.wp-block-categories, 
.post-content ul.wp-block-latest-posts 
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-content ul.wp-block-gallery  {
    padding-left: 0px;
    display: block;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
.page-content ul:not(.blocks-gallery-grid) li ul {
	padding-left:40px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.page-content  ul:not(.blocks-gallery-grid) {
	padding-left:20px;
	display: block;
	list-style-type: disc;
	-webkit-padding-start: 20px;
}
.page-content ul.wp-block-gallery,
.post-content ul.wp-block-gallery,
.cont ul.wp-block-gallery,
.page-content ul.blocks-gallery-grid, 
.post-content ul.blocks-gallery-grid, 
.cont ul.blocks-gallery-grid {
    padding-left: 0px;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
.page-content  ul:not(.blocks-gallery-grid, .wc_payment_methods) li {
	list-style-type: disc;
	padding: 0;
}
.comments-area .cont ul li{
	list-style: disc;
}
.comments-area .cont ol li{
	list-style-type: decimal;
}

.page-content ol.wp-block-latest-comments,
.post-content ol.wp-block-latest-comments,
.comments-area .cont ol.wp-block-latest-comments
{
    padding-left:0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;	
}
@media only screen and (max-width: 999px) {
	.comment .children {
		margin-left: 0px!important;
		padding-left: 0px !important;
	}
	pre, table{
		max-width:100%;
	}
	
}
img[class*=wp-image-]{
	width:auto;
}