body.home.page-template-default {}

body.home.page-template-default main#main {
    min-width: 100%;
}

.custom_category_cards {
    margin-top: 25px;
}

/* custom_category_cards  */
.custom_category_cards.flex {}

.custom_category_cards_container {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}

.custom_category_cards_container h1, .custom_category_cards_container h4 {
    text-align: center;
}

.custom_category_cards_container h1 {
    font-size: 2rem;
    font-weight: 700;
}

.custom_category_cards_container h4 {
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 30px;
}

.custom_category_cards_ul {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
}

.custom_category_cards_ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.custom_category_cards_ul li .custom_category_cards {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    overflow: hidden;
}



.custom_category_cards_ul li .custom_category_cards .img_co {
    width: 90px;
    height: 90px;
    overflow: hidden;
    min-width: 90px;
}

.custom_category_cards_ul li .custom_category_cards .img_co img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom_category_cards_ul li .custom_category_cards span {
    font-size: 1.25rem;
    font-weight: 700;
    white-space: break-spaces;
    width: calc(100% - 90px);
    overflow: hidden;
}

.custom_category_cards_list {
    margin-top: auto;
}

.custom_category_cards_ul li a {
    color: #000;
}

.custom_category_cards_list_caro .nav-btns {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    gap: 20px;
}

.custom_category_cards_list_caro > div {
    display: flex;
    flex-direction: column;
    min-height: 475px;
    height: 100%;
}

.custom_category_cards_list_caro .nav-btns a {
    width: 40px;
    height: 40px;
    background: #73afff;
    display: flex;
    position: relative;
    opacity: 1;
    border-left: 1px solid #fff;
}

.custom_category_cards_list_caro .nav-btns a:hover {
    opacity: 0.8;
}


.custom_location_cards_container {}

.custom_location_cards_container h1 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

.custom_location_cards {
    margin-top: 30px;
}

.custom_location_cards_list_caro {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 20px), 1fr)); /* Each row contains three columns with a 20px gap */
}

.card_location_hp_acf {position: relative;overflow: hidden;border-radius: 7px;aspect-ratio: 1;}

.card_location_hp_acf .custom_location_cards {
    height: 100%;
}

.card_location_hp_acf .custom_location_cards .img_co {height: 100%;width: 100%;position: absolute;top: 0;bottom: 0;right: 0;transition: all 0.3s;}

.card_location_hp_acf .custom_location_cards .overlay {
    position: absolute;
    z-index: 1;
    background: #00000091;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 25%;
    border-radius: 0 40px 0 0;
    transition: all 0.3s;
    display: none;
}

.card_location_hp_acf .custom_location_cards .info {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 26px;
    background: #00000026;
    border-radius: 0 40px 0 0;
}

.card_location_hp_acf .custom_location_cards .img_co img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_location_hp_acf a {
    display: block;
    height: 100%;
}

.card_location_hp_acf .custom_location_cards .info span.title {
    font-size: 1.8rem;
    transition: all 0.3s;
}

.card_location_hp_acf .custom_location_cards .info span.desc {
    font-size: 1.1rem;
}

.footer-widgets-button.hidden {}

footer {}

footer div#footer-widgets {}

footer div#footer-widgets .wp-block-group {}

footer div#footer-widgets .wp-block-group .wp-block-media-text {
    display: flex;
    flex-direction: column;
}

footer div#footer-widgets .wp-block-group .wp-block-media-text p {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

footer div#footer-widgets .widget_block {}

footer div#footer-widgets .widget_block .wp-block-media-text {
    display: flex;
    flex-direction: column-reverse;
}

footer div#footer-widgets .widget_block .wp-block-media-text p {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.card_location_hp_acf .custom_location_cards:hover {}

.card_location_hp_acf .custom_location_cards:hover .img_co {
    height: 110%;
    transition: all 0.3s;
}

.card_location_hp_acf .custom_location_cards:hover .info {background: #00000052;}

.card_location_hp_acf .custom_location_cards:hover .info .title {
    font-size: 2rem;
    transition: all 0.3s;
}

.card_location_hp_acf .custom_location_cards:hover .overlay {
    background: #000000fa;
    transition: all 0.3s;
}

footer div#footer-widgets .widget_block .wp-block-media-text figure.wp-block-media-text__media {
    width: 100%;
    height: 240px;
    border-radius: 30px;
}

footer div#footer-widgets .widget_block .wp-block-media-text .wp-block-media-text__content {
    min-height: 90px;
    display: flex;
    align-items: center;
}

footer div#footer-widgets .widget_block .wp-block-media-text figure.wp-block-media-text__media img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.info_button_tabs_cards_container {
    display: flex;
    justify-content: center;
    padding: 50px 5px;
    margin: 60px 0 40px;
    align-items: center;
}

.info_button_tabs_cards_container ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
}

.info_button_tabs_cards_container ul li {
    display: flex;
    background: #fff;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9rem;
    overflow: hidden;
    font-weight: 600;
    justify-content: space-between;
}

.info_button_tabs_cards_container ul li p {
    margin: 0;
}

.info_button_tabs_cards_container ul li span {
    display: flex;
    align-items: flex-end;
    font-weight: 700;
    background: #07c0fa;
    padding: 10px 14px;
    white-space: nowrap;
    min-width: 58px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.info_button_tabs_cards_container ul li p {background: #ffffff;height: 100%;display: flex;align-items: center;padding: 10px 10px;width: 100%;white-space: nowrap;color: #000;font-size: 0.8rem;font-weight: 700;}

.ctdl-directory-items-list.size-small .item-content .item-title .post-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

body.blog {}

body.blog .wp-block-columns {}

body.blog .wp-block-columns 
 > .wp-block-column:nth-child(2) {
    display: none !important;
}

body.blog .wp-block-columns.alignwide.are-vertically-aligned-bottom.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex {
    display: none !important;
}

.posts-widget-area.widget-area.right-widget-area {
    display: none !important;
}

body:not(.page-fullwidth).right-sidebar #primary, body:not(.page-fullwidth).left-sidebar #primary {
    width: 100% !important;
}

.single-post .site-main .type-post .post-thumbnail img, .page .site-main .type-page .post-thumbnail img {
    width: 100% !important;
}

body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li > a {
    font-size: 1.3rem;
    font-weight: 700;
    padding-right: 12px;
    padding-left: 12px;
    color: #fff;
}


.custom_category_cards_list_caro > div .carousel-inner {
}

/* div#custom_category_cards_id_md {
	display:none;
}

div#custom_category_cards_id_xl {
	display:block;
} */


.show_acf_thumbnail .folder-image.hide {
    margin-top: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.folder-image.hide {
    display: none;
}

.entry-header-wrap .entry-image {
    max-width: 50px;
}

.entry-header-wrap {
    display: flex;
}

.entry-header-wrap h1.entry-title {
    padding-left: 40px !important;
}
.site-footer a, .site-footer a:visited, .site-footer a:focus {
    color: #00d2ff;
}
.site-footer a:hover {
    color: #58c365;
}

.info_button_tabs_cards.flex {
    background: #ff7070;
}


/*  */
.custom_category_cards_list_caro {}

.custom_category_cards_list_caro .owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 0;
    margin-top: 40px;
    border: 1px solid #efefef;
    padding: 10px;
    border-left: unset;
    border-right: unset;
    position: relative;
}

.custom_category_cards_list_caro .owl-dots {
    display: none;
}

.custom_category_cards_list_caro .owl-nav button {
    color: #fff !important;
    background: #82b1ff !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem !important;
    border-radius: 3px;
}

.custom_category_cards_list_caro .owl-nav button span {
    margin-top: -9px;
    font-size: 46px;
}

.custom_category_cards_list_caro .owl-nav button:focus {
    outline: none !important;
}
/*  */

.custom_category_cards_list {
    margin-top: 0;
}

.no-page-title.no-header-space .site-content {
    padding-right: 0px;
    padding-left: 0px;
}

.custom_category_cards_list_caro .owl-nav:before {
    content: "NAVIGATION";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-weight: bolder;
    font-size: 0.9rem;
}

.card_location_hp_acf .custom_location_cards .info h2 {
    font-weight: 600;
    color: #fff;
        font-size:1.9em;
}

.custom_category_cards_list_caro .owl-nav button:first-child {
    border-right: 1px solid #6280b7;
    border-radius: 4px 0 0 4px;
}

.custom_category_cards_list_caro .owl-nav button:last-child {
    border-radius: 0 4px 4px 0;
}

.custom_location_cards_container {}
.custom_category_cards_container h1, .custom_category_cards_container h4 {
    padding-left: 20px;
    padding-right: 20px;
}

.owl-carousel .owl-stage-outer {
    padding: 0 20px;
}

.card_location_hp_acf .custom_location_cards {
}

.custom_location_cards_list_caro {
    padding:  0 20px;
}

.show-on-xl { display:block !important; }
.show-on-md { display:none !important; }
.citadela-woocommerce-minicart {
    display: none !important;
}
.site-content .page-title .entry-header:before {
    display: none;
}

.custom_location_cards_container h4 {
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 40px;
}

body.header-scrolled .site-header.is-sticky .site-branding .logo-wrapper img {
	min-height: 48px;
    margin-top: -5px;
}

.responsive-menu .main-navigation .menu-item-wrapper > ul a:hover,
.responsive-menu .main-navigation .menu-item-wrapper > ul a:active  {
    color: #fbeebb;
}

.page-fullwidth .site-content .page-title .entry-header, .page-fullwidth .content-area .site-main {
    max-width: 1330px;
}

div#item-reviews {
    padding: 0 20px;
}

div#content {
    margin: 0 auto;
}

.coupon-list .coupon-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.coupon-list .card-header {
    position: relative;
    background-color: #f4f4f4;
}

.coupon-list .coupon-image {
    width: 100%;
    height: auto;
}

.coupon-list .discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff9800;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

.coupon-list .coupon-content {
    padding: 20px;
    text-align: center;
}

.store-logo img {
    max-width: 100px;
    margin-bottom: 15px;
}

.coupon-list .coupon-title {
    font-size: 18px;
    color: #4caf50;
    font-weight: bold;
    margin: 0 0 10px;
}

.coupon-list .cashback {
    color: #76c7c0;
    font-size: 14px;
    margin-bottom: 20px;
}

.coupon-list .activate-deal-button {
    background-color: #ff9800;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 20px;
}

.coupon-list .coupon-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.coupon-list .validity {
    margin-bottom: 10px;
}

.coupon-list .valid-date {
    font-size: 14px;
    color: #4caf50;
    font-weight: bold;
}

.coupon-list .coupon-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
}

.coupon-list .verification {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
}

.coupon-list .verified {
    color: #4caf50;
}

.coupon-list .comments {
    color: #999;
}
.coupon-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.coupon-list .coupon-card {
    margin: unset;
}

.comment-content {
    color: #fff;
}

p.comment-notes {
    color: #fff;
}

.comment-respond p.comment-form-cookies-consent label {
    color: #fff;
}

form#commentform {
}

.rating-wrapper.custom-color label {
    color: #fff;
}

h3#reply-title {
    color: #ffcc00;
}
h2.comments-title {
    color: #FBF3D3;
}

.single-post .site-content .page-title .entry-header h1 {
    padding-left: 0 !important;
}

.info_button_tabs_cards_container {
	margin-bottom: 0;
	margin-top: 30px;
}

.custom_location_cards.flex {
	margin-top: 0;
}


body.home.page-template-default main#main > article {
	margin-bottom: 0;
}

.home.page-template-default .site-content {
	padding-bottom:0px;
}


.single-post .site .comments-area {
    background: #f01d52;
    padding: 40px;
}
.single-post .site .comments-area a {
   color: #fff;
}

.single-post .site .comments-area a.comment-reply-link {
   color: #FBF3D3;
   font-weight:600;
}

	.single-citadela-item .site-content .page-title .entry-header h1 {
		transform: translateX(-67px);
		text-align: center !important;
		width:100%;
	}
	

.custom_dubairizz_banner_horizontal_cards_list {
    margin: 60px 40px  20px
}

#dubai-rizz-video-banner {
    position: fixed;
    z-index: 10999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000b3;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dubai-rizz-video-banner video {
    height: 100%;
    width: 100%;
}

#dubai-rizz-video-banner .dubai-rizz-video-banner-ov {
    height: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

#dubai-rizz-video-banner .dubai-rizz-video-banner-ov .close-video-dr-modal {
    position: absolute;
    right: 10px;
    color: #fff;
    top: 45px;
	cursor:pointer;
}


#dubai-rizz-video-banner .dubai-rizz-video-banner-ov .image-container-large-banner {
    height: 100%;
    display: flex;
    justify-content: center;
}

#dubai-rizz-video-banner .dubai-rizz-video-banner-ov .image-container-large-banner a {
    display: flex;
    height: 100%;
    width: calc(100% - 40px);
    align-items: center;
    justify-content: center;
}

#dubai-rizz-video-banner .dubai-rizz-video-banner-ov .image-container-large-banner a img {
    width: 100%;
}

.no-controls {
    pointer-events: none; /* Disable interaction with the video */
}
  
/* Ensure controls are hidden */
.no-controls::-webkit-media-controls {
	display: none !important; /* For Webkit-based browsers like Chrome, Safari */
}

.no-controls::-moz-media-controls {
	display: none !important; /* For Firefox */
}

/* Hide default controls on other browsers */
.no-controls controls {
	display: none !important;
}



.wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > * {
    width: 33% !important;
    max-width: 33% !important;
}

.page-fullwidth .citadela-block-custom-container.size-content > .inner-holder {
    max-width: 100% !important;
}

.ctdl-directory-search-form, .ctdl-posts-search-form {
    max-width: 786px;
    margin: 0 auto;
}
  
  
@media (max-width: 1366px) {
	div#content {
		margin: 0 auto;
		max-width: 1330px;
	}
}

@media (max-width: 1024px) {
	
	.wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > * {
		width: 50% !important;
		max-width: 50% !important;
	}
	
	#dubai-rizz-video-banner .dubai-rizz-video-banner-ov .image-container-large-banner a {
		width: calc(100% - 40px);
	}

	.single-citadela-item .site-content .page-title .entry-header h1 {
		transform: translateX(-67px);
		text-align: center !important;
		width:100%;
	}
	
	#page div#content {
		padding-bottom: 0;
	}

	body.home.page-template-default main#main > article {
		margin-bottom: 0;
	}

	.show-on-xl { display:none !important; }
	.show-on-md { display:block !important; }

	/* div#custom_category_cards_id_xl {
		display:none;
	}
		
	div#custom_category_cards_id_md {
		display:block;
	} */

	.info_button_tabs_cards_container ul {
		display: grid;
		grid-template-columns: calc(50% - 20px) calc(50% - 20px);
		gap: 20px;
		width: 100%;
		justify-content: center;
	}

	.custom_location_cards_list_caro {
		grid-template-columns: 50% 50%; 
	}

	.custom_category_cards_ul {
		grid-template-columns: 100%;
	}
	
	.custom_category_cards_list_caro > div {
		min-height: 300px;
	}
	
	.custom_category_cards_list_caro > div .carousel-inner {
	}
	
	

	.site-footer .footer-widgets-area.collapsible-widgets {
		display: flex;
	}

	footer .footer-widgets-button {
		display: none;
	}

}

@media (max-width: 600px) {
	
	.wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > * {
		width: 100% !important;
		max-width: 100% !important;
	}

	
	#custom_dubairizz_banner_horizontal_cards_id {
		display:none !important;
	}
	
	.site-content .page-title .entry-header h1 .main-data {
		font-size: 1.3rem;
		margin-top: 12px;
	}
	
	.post-type-archive-tribe_events .tribe-common-l-container.tribe-events-l-container {
		padding: 20px;
		background: #fff;
	}

	.post-type-archive-tribe_events .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
		display: none;
	}

	section#tribe-events-pg-template {
		padding: 20px;
		background: #fff;
	}

	div#tribe-events-content {
		padding: 0 20px;
	}

	#page div#content {
		padding: 0;
	}

	#page div#content .type-post , #page div#content .entry-header {
		padding: 0 20px;
	}
	.home .citadela-block-responsive-text.align-center h1 {
		font-size: 27px !important;
		margin-bottom: 40px;
	}

	.home .citadela-block-custom-container.has-bg {
		min-height: 328px !important;
		height: 328px;
		padding-bottom: 25px;
	}
	body.header-scrolled .site-header.is-sticky .site-branding .logo-wrapper img {
		margin-top: -3px;
		min-height: 43px;
	}
	.homepage-header-search-heading h1 {
		font-size: 1.3rem !important;
	}
	.site-branding .custom-logo {
		max-width: 90px;
	}
	.custom_category_cards_list_caro > div .carousel-inner {
		height: unset;
	}
	.info_button_tabs_cards_container ul {
		display: grid;
		flex-direction: column;
		grid-template-columns: calc(50% - 20px) calc(50% - 20px);
		gap: 20px;
		justify-content: center;
	}

	.custom_location_cards_list_caro {
		grid-template-columns: 100%;
	}

	.custom_category_cards_ul {
		grid-template-columns: 100%;
		margin: 0;
	}
}

@media (max-width: 480px) {
	/* #page .page-title .entry-header h1 {
		transform: translateX(-67px);
	} */
	
	.custom_dubairizz_banner_horizontal_cards_list {
		margin: 20px 0px 0px;
	}
	.site-branding .site-title a {}
	
	footer div#footer-widgets {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
	}

	footer div#footer-widgets > div {
		width: 100%;
		min-width: 100%;
	}
	
	.citadela-woocommerce-minicart {
		display: none !important;
	}

	.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .site-branding .site-title {
		padding-right: 30px;
	}

	.mobile-screen-width .site-header.logo-align-left-mobile .site-branding {
		align-items: flex-start;
	}

	.mobile-screen-width .site-header.logo-align-left-mobile .site-branding .text-logo {
		height: 100%;
		display: flex;
		flex-direction: column;
		min-height: 100%;
		flex: unset;
		align-items: flex-start;
		align-self: flex-start;
		padding-top: 8px;
	}

	.responsive-menu .main-navigation .menu-item-wrapper.opened, .responsive-menu .main-navigation .menu-item-wrapper:focus-within {
		background: #69AEFC;
	}

	.responsive-menu .main-navigation .citadela-menu-container > ul > li > ul.sub-menu > li.current-menu-item > a, .responsive-menu .main-navigation .citadela-menu-container > ul > li > ul.sub-menu > li.current-menu-parent > a, .responsive-menu .main-navigation .citadela-menu-container > ul > li > ul.sub-menu > li.current-menu-ancestor > a {
		color: #ffe068;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.responsive-menu .main-navigation .menu-item-wrapper > ul a {
		color: #fff;
		font-weight: bold;
		font-size: 1.6rem;
	}

	.responsive-menu.menu-opened .main-navigation .responsive-close-button {
		background: transparent;
	}

	.main-navigation .responsive-close-button {
	}
}

.entry-title.ggco2-title {
    padding-left: 67px !important;
}

.entry-icon-wrap.entry-image-wrap {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.footer-widgets-button figure.wp-block-media-text__media img {
    width: 100%;
}

footer div#footer-widgets .widget_block .wp-block-media-text {
    height: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
}

footer div#footer-widgets .widget_block .wp-block-media-text .wp-block-media-text__content {
    min-height: 70px;
    overflow: hidden;
}

footer div#footer-widgets .widget_block .wp-block-media-text figure.wp-block-media-text__media {
    height: 315px;
    align-items: flex-start;
}

footer div#footer-widgets .widget_block .wp-block-media-text figure.wp-block-media-text__media a {
    display: flex;
    height: 100%;
}