/*
Theme Name: Twenty Twenty-Two
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Site Editor features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
	text-decoration-style: dashed;
}

a:active {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border: none;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
	opacity: 0.90;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */

.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--custom--spacing--outer);
	padding-bottom: var(--wp--custom--spacing--large);
	padding-right: var(--wp--custom--spacing--outer);
	padding-left: var(--wp--custom--spacing--outer);
}

/*
 * Improves spacing for the legacy Post Comments block.
 * https://core.trac.wordpress.org/ticket/57560
 */

.wp-block-post-comments ol.commentlist ul.children {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.wp-block-post-comments ol.commentlist li.comment:not(:last-child) {
	margin-bottom: 1rem;
}


/** custom oshombali header **/
html, body {
    overflow-x: hidden;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
}

html::-webkit-scrollbar, body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}


.loader {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed;
    bottom: 0px;
    z-index: 10;
    min-width: 100vw;
    background-color: #ECE5DD;
    align-items: center; 
    vertical-align: middle;
}

.loader-logo-circle {
    height: 70px !important;
    width: auto !important;
    display:inline-block;
    -webkit-animation:
        Rotate 1500ms linear 10ms infinite;
    animation:
        Rotate 1500ms linear 10ms infinite;
}

@-webkit-keyframes Rotate {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes PreRotate {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(-360deg);}
}

@keyframes Rotate {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}
@keyframes PreRotate {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(-360deg);}
}


.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    display: inline-block;
    margin-left: 25px;
    margin-top: 50px;
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ">" !important;
}
.hfe-nav-menu .sub-arrow {
    font-size: 35px;
	margin-left: 5px;
	margin-top: -7px;
    margin-bottom: 0px;
}
a.hfe-menu-item {
    color: #fff !important;
    font-size: 25px;
    padding: 0px 0px 25px 0px !important;
    text-transform: uppercase;
    font-weight: normal !important;
}
ul.sub-menu {
	background: none !important;
	top: 0% !important;
    left: 95% !important;
}
.sub-menu li {
    border: none !important;
}
.sub-menu a.hfe-sub-menu-item {
	color: #fff !important;
	font-size: 25px;
	padding-top: 0px !important;
    padding-bottom: 25px !important;
    text-transform: uppercase;
    font-size: 25px;
}
.sub-menu a.hfe-sub-menu-item:hover, a.hfe-menu-item:hover{
	color: #ECE5DD !important;
}

.top_menu_open {
	visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .5s ease-out;
    width: 500px;
}
.top_menu_open.active {
	visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

#top-menu-logo-inverse {
	display: none;
}
#top-menu-icon-black {
	display: none;
}
#top-book-button-inverse {
	display: none;
}
.open_menu_handle {
	cursor: pointer;
}

#home-banner-video {
	display: none;
}

/** custom oshombali carousel **/
.our-community-description {
	display: none;
}
.our-community-hover:hover {
	background-color: rgba(0,0,0,0.6) !important;
}
.our-community-hover:hover>.our-community-description {
	display: block;
}

#our-community-carousel .swiper-slide-inner {
	position: relative;
	max-height: 350px !important;
	overflow: hidden !important;
}

#our-community-carousel .swiper-slide-inner figcaption {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 30px;
	right: 0;
	text-align: center;
	font-weight: 500;
	color: #fff;
	line-height: 36px;
	font-size: 30px;
}

#our-community-carousel .swiper-slide-inner .swiper-slide-image {
	width: 97%;
}

/** custom oshombali footer */
.footer_subscription {
	width: 445px;
}

#footer_container a{
	color: #fff !important;
}
.footer_subscription input {
	background: none; 
	border-top: none; 
	border-left: none; 
	border-right: none; 
	border-bottom: 1px solid #fff;
	width: 65%;
	text-transform: uppercase; 
	line-height: 26px; 
	font-size: 20px; 
	color: #fff;
	font-weight: 500;
	height: 44px;
	float: left;
}
.footer_subscription input::placeholder {
  color: #fff;
}

.footer_subscription input:-moz-placeholder {
  color: #fff;
}

.footer_subscription input:-ms-input-placeholder {
  color: #fff;
}

.footer_subscription input::-webkit-input-placeholder {
  color: #fff;
}

.footer_subscription button {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	height: 44px;
	line-height: 26px; 
	font-size: 20px; 
	width: 32%;
	border-radius: 0;
}
.explore-footer ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.explore-footer ul li a {
	color: #fff;
	font-size: 20px;
}
.follow-us {
	text-align: right;
}
.follow-us svg {
	width: 35px;
	height: 35px;
}
.follow-us li a {
	color: #fff;
	font-size: 25px;
}
.follow-us li {
	color: #fff;
	font-size: 25px;
	display: inline-block;
	padding: 0px 10px;
	vertical-align: middle;
}

/* Suite page */
.elementor-accordion-item {
    border-left: none !important;
    border-right: none !important;
}

@media only screen and (max-width: 768px) {
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
		background-color: transparent !important;
    }
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		visibility: visible;
        opacity: 1;
        height: auto;
	}
	.hfe-nav-menu li.menu-item {
		position: relative;
		border-bottom: none !important;
	}
	.hfe-nav-menu li a {
		background-color: transparent !important;
	}
	.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle, .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
		visibility: hidden;
        opacity: 0;
        height: 0;
	}
	
	.footer_subscription input {
		width: 50%;
		text-transform: uppercase; 
		line-height: 20px; 
		font-size: 17px; 
		color: #fff;
		font-weight: 500;
		height: 35px;
		float: left;
	}

	.footer_subscription button {
		height: 35px;
		line-height: 20px; 
		font-size: 17px; 
		width: 32%;
	}
	
	.follow-us {
		text-align: left;
		padding: 0px;
	}
	.follow-us svg {
		width: 20px;
		height: 20px;
	}
	.follow-us li a {
		color: #fff;
		font-size: 19px;
	}
	.follow-us li {
		color: #fff;
		font-size: 19px;
		display: inline-block;
		padding: 0px 10px 0px 0px;
		vertical-align: middle;
	}
}