/*
Theme Name: Hello Elementor Child
Author: IOM
Description: This is a child theme of Hello Elementor.
Version: 1.0
Template: hello-elementor
*/

/*Blog page start*/
.blog-categories-filter .wrapper {
    max-width: 800px;
    margin: auto;
    margin-top: 80px;
}

.blog-categories-filter .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 500px;
}

.blog-categories-filter .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.blog-categories-filter .tab-link {
    margin: 0 1%;
    list-style: none;
    padding: 10px 40px;
    color: #aaa;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255, 255, 255, 0.0);
    letter-spacing: 1px;
}

.blog-categories-filter .tab-link:hover {
    color: #999;
    border-color: #999;
}

.blog-categories-filter .tab-link.active {
    color: #333;
    border-color: #333;
}

.blog-categories-filter .tab-link:nth-of-type(1).active {
    color: #EE6534;
    border-color: #EE6534;
}

.blog-categories-filter .tab-link:nth-of-type(2).active {
    color: #1790D2;
    border-color: #1790D2;
}

.blog-categories-filter .tab-link:nth-of-type(3).active {
    color: #EEC63B;
    border-color: #EEC63B;
}

.blog-categories-filter .content-wrapper {
    padding: 40px 80px;
}

.blog-categories-filter .tab-content {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
}

.blog-categories-filter .tab-content.active {
    display: block;
}
/*Blog page end*/

/* Pagination styling */
.pagination-wrapper {
    text-align: center;
    margin-top: 20px;
}

.page-numbers {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
}

.page-numbers.current {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.page-numbers:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.previous,
.next {
    padding: 6px 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
}

.previous:hover,
.next:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



/********************/
	
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #fff;
		min-width: 160px;
		z-index: 1;
		width: 100%;
		height: 270px;
		overflow: auto;
	}

	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		font-size: 16px
	}

	.dropdown-content a:hover {
		background-color: #bd7852;
		color: #fff;
	}
	
	
	span.selected-category {
		background-color: #bd7852;
		border: 1px solid #bd7852;
		cursor: pointer;
		color: #fff;
		padding: 10px 15px;
		font-size: 16px;
		width: 100%;
		display: block;
		position: relative;
	}
	span.selected-category:before {
		content: "";
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		position: absolute;
		right: 16px;
		padding: 5px;
		transform: rotate(-45deg);
		top: 50%;
		margin-top: -9px;
	}
	.elementor-shortcode .dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		cursor: pointer;
		margin-bottom: 20px;
	}
	.dropdown-list li {
		padding: 5px 15px;
		cursor: pointer;
		font-size: 16px;
	}
	.dropdown-list li:hover {
		background-color: #bd7852;
		color: #fff;
	}
	.dropdown-list {
		max-height: 260px;
		overflow: auto;
		border: none;
	}
	.elementor-shortcode .pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		padding-top: 7px;
		margin-bottom: 8px;
	}
	.elementor-shortcode .pagination * {
		background: transparent !important;
		border: none !important;
		padding: 0;
	}
	#mobile-blogs-container .post .post-thumbnail {
		margin: -20px -20px 10px;
	}
	#mobile-blogs-container .post {
		background: #f3f0ea;
		padding: 20px;
		font-size: 15px;
		line-height: 1.4;
	}
	#mobile-blogs-container .post h2.post-title {
		font-size: 22px;
		margin-top: 12px;
		line-height: 1.25;
	}




/*****remove*****/
@media(max-width: 767px){
	.navbar-container, .navbar-container .elementor-element  {
		position: static;
	}

	#menu_trigger {
		float: right;
		position: relative;
	}
	#menu_trigger img {
		transition: all .3s;
		width: 33px;
		margin-top: 5px;
	}
	img.mobclose-icon {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
	}
	.menuopen img.main-icon {
		opacity: 0;
	}
	.menuopen img.mobclose-icon {
		opacity: 1;
	}
	.mobile-menu li a {
		display: block;
		position: relative;
		padding: 8px 20px;
		font-family: "CamphorW01 Regular", Sans-serif;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 0;
		color: #000;
		line-height: 1.2;
	}

	.mobile-menu li a:hover {
		color: #bd7852;
	}
	.body-menu-open .bdt-search-container {
		display: none;
	}
	.body-menu-open .scroll-img {
		opacity: 1;
		top: 10px;
	}
	.body-menu-open  .normal-logo {
		opacity: 0;
	}
	.body-menu-open .main-header {
		background: #f8f8f8 !important;
	}
	.mobile-menu li a .navtrigger {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 35px;
		background: #f8f8f8;
		border: none;
	}
	.mobile-menu li a .navtrigger:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		height: 8px;
		width: 8px;
		border-right: 2px solid #494949;
		border-bottom: 2px solid #494949;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	

/* 	.mobile-menu li .submenu {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		background: #fff;
		height: 100%;
		transition: 350ms all;
		z-index: 1;
	} */
	.mobile-menu li .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #f8f8f8;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
    height: 280px;
    overflow: hidden;
    overflow-y: visible;
}
	.mobile-menu li .submenu .backmenu-row {
		position: relative;
		padding: 6px 15px;
		padding-left: 42px;
		background: #f8f8f8;
		font-family: "CamphorW01 Regular", Sans-serif;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		color: #bd7852;
	}
	.mobile-menu li .submenu .backmenu-row .back-trigger {
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 40px;
		display: block;
		background: #f8f8f8;
	}
	.mobile-menu li .submenu .backmenu-row .back-trigger:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		height: 8px;
		width: 8px;
		border-right: 2px solid #bd7852;
		border-bottom: 2px solid #bd7852;
		transform: translate(-50%, -50%) rotate(135deg);
	}
	.mobile-menu li .submenu .backmenu-row .back-trigger:after {
		content: "";
		width: 19px;
		height: 2px;
		background: #bd7852;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -5px;
		margin-top: -1px;
	}
	.mobile-menu li .submenu .backmenu-row em {
		font-style: normal;
	}
	.mobile-menu li.sub-open > .submenu {
		left: 0;
	}

	.mobile-menu.open-menu {
		right: 0;
	}
	ul.menu {
		position: relative;
		padding: 0;
		max-width: 250px;
		margin: 0 auto;
		overflow: hidden;
/* 		height: calc(100vh - 200px); 
		overflow-y: auto;*/
	}
	.mobile-menu {
		display: block;
		position: absolute;
		right: 100%;
		top: 100%;
		background: #f8f8f8;
		overflow: hidden;
		padding: 10px 0 20px;
		transition: all .3s;
		width: 100% !important;
	}
	.elementor-social-icons-wrapper.mobile_social {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		border-top: 1px solid #eee;
		margin-top: 15px;
		padding-top: 18px;
	}
	.elementor-social-icons-wrapper.mobile_social a.elementor-icon {
		background: transparent;
		border: 1px solid #989797;
	}
	.elementor-social-icons-wrapper.mobile_social a.elementor-icon svg {
		fill: #989797;
		width: 21px;
		height: 21px;
	}
	.elementor-social-icons-wrapper.mobile_social a.elementor-icon:hover {
		background: #BD7852;
		border-color: #BD7852;
	}
	.elementor-social-icons-wrapper.mobile_social a.elementor-icon:hover svg {
		fill: #fff;
	}
	.mobile-menu li.sub-open > .submenu .dark-parent li a {
		color: #777;
	}
	.mobile-menu li.sub-open > .submenu .dark-parent li.dark-color a {
			color: #000;
		}
	.text-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.custom-text {
		position: absolute;
		font-size: 16px;
		color: white;
	}
	.archive-blog-mob {
		width: 100%;
	}
	.archive-blog-mob>.elementor-widget-container {
		margin: 0 !important;
	}
	
}