/* template default changes */
ul#nav li.active a,
ul#nav li a:hover {
	text-decoration: none !important;
}

ul#nav a {
	cursor: pointer;
}

.contact-quate-button {
	transition: all 0.3s ease;
}

/* submenu styles */

/* desktop styles */
@media (min-width:992px) {

	.mainmenu-area-bg {
		height: 64px !important;
	}

	.with-submenu .dropdown-menu a {
		color: #51565f !important;
	}

	.with-submenu .dropdown-menu a:hover {
		color: #0550c2 !important;
	}

	.with-submenu .dropdown-menu li {
		max-height: 100px;
		padding: 5px 10px !important;
	}

	.with-submenu .dropdown-menu li.dropdown-submenu a.dropdown-toggle::after {
		position: absolute;
		right: 0;
		content: '>';
	}

	.with-submenu:hover>ul.dropdown-menu {
		position: absolute;
		display: block;
	}

	.with-submenu li:hover>ul.dropdown-menu {
		display: block;
	}


	.with-submenu .dropdown-submenu {
		position: relative;
	}

	.with-submenu .dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
	}

	.with-submenu.dropdown-submenu a span {
		display: none;
	}

	.with-submenu .dropdown-submenu a span {
		display: inline;
		position: absolute;
		right: 3%;
	}
}

/* tablet and mobile styles */
@media (max-width:992px) {

	/* theme defaults changes start */
	.nav>li {
		position: unset !important;
	}

	ul#nav {
		overflow: auto !important;
		max-height: 80vh !important;
	}

	.with-submenu.level-one ul li,
	.with-submenu .level-two ul li {
		width: 90%;
		margin: auto;
	}

	.with-submenu.level-one ul li a {
		background-color: #82b1f8 !important;
	}

	.with-submenu .level-two ul li a {
		background-color: #a3c6fb !important;
	}

	.with-submenu .level-two.active>a {
		background-color: #5997f6 !important;
	}

	.mainmenu-area-bg {
		height: 100% !important;
	}

	/* theme defaults changes end */

	.with-submenu .dropdown-menu {
		padding: 0;
		float: unset;
		border: unset;
		background-color: unset;
		box-shadow: unset;
		-webkit-box-shadow: unset
	}

	.with-submenu .dropdown-menu li {
		/* max-height: 100px; */
		padding: 0 !important;
	}

	.with-submenu .dropdown-menu a {
		text-align: center;
	}

	.with-submenu.dropdown-submenu a span,
	.with-submenu .dropdown-submenu a span {
		position: absolute;
		margin: auto;
		background-color: #000000;
		color: #ffffff;
		width: 20px;
		height: 20px;
		border-radius: 5px;
		left: 15px;
		transform: rotate(90deg);
		transition: transform 0.5s ease;
	}

	.with-submenu.active .dropdown-menu {
		position: unset;
	}

	.with-submenu>ul.dropdown-menu {
		display: none;
		position: relative;
		width: 100%;
	}

	.with-submenu li>ul.dropdown-menu {
		display: none;
		width: 100%;
		position: static;
	}

	.with-submenu .dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -1px;
	}

	.with-submenu.level-one.active>a span:first-child {
		transform: rotate(270deg);
		transition: transform 0.5s ease;
	}

	.with-submenu .level-two.active>a span:first-child {
		transform: rotate(270deg);
		transition: transform 0.5s ease;
	}

	.post-area-content {
		flex-wrap: wrap;
	}

}

/* add some styles */

.bordered {
	border: 1px solid black;
}

.rounded {
	border-radius: 1rem;
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.bg-theme {
    background-color: #0550c2;
    color: #ffffff;
}

/* post page styles */
.post-area-content {
	margin-top: 20px;
	display: flex;
}

.post-area .search-bar {
	margin-bottom: 0;
}

.post-area .post-category-list li {
	background-color: #9ec0f2;
	width: max-content;
	padding: .5rem;
	display: inline-block;
	margin-bottom: .25rem;
	border-radius: .5rem;
}

.post-area .post-tag-list li {
	background-color: #9ec0f2;
	width: max-content;
	padding: .5rem;
	display: inline-block;
	margin-bottom: .25rem;
	border-radius: .5rem;
}

.post-area .post-detail .post-image {
	position: relative;
}

.post-area .post-detail .post-image img {
	border-radius: 1rem;
    border: 2px solid black;
    width: 80%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.post-area .post-detail .post-content {
	margin: .5rem 0;
}

.post-area .post-comment-form .name,
.post-area .post-comment-form .email,
.post-area .post-comment-form textarea {
	margin-bottom: 1rem;
}

.post-comments .comment-items li {
	background-color: #9ec0f2;
	padding: 1rem;
	border-radius: 1rem;
	margin-bottom: 1rem;
}

.post-comments .comment-items span:nth-child(1) {
	background-color: #0550c2;
	padding: .5rem;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 1rem;
	border-radius: 1rem;
}

.post-comments .comment-items span:nth-child(2) {
	background-color: #0550c2;
		color: #ffffff;
	padding: .5rem;
	margin-bottom: 1rem;
	border-radius: 1rem;
	float: right;
}

.post-area .post-comment-form .contact-quate-button {
	margin-top: 0;
}

.post-area .sidebar-section>.row {
	position: sticky;
	top: 60px;
}
.post-detail .city_event_meta{
    padding:22px 0px;
}
.post-detail .city_event_meta li a{
    background:none;
}
.city_top_social ul {
    float: left;
    width: auto;
}
.city_event_meta .city_top_social {
    float: right;
    width: auto;
    padding: 0px 0px;
}
.city_top_social{
    padding:0px 0px;
}
/*city event meta*/
.city_event_meta{
    float:left;
    width:100%;
}
.city_event_meta{
    padding:20px 0px 0px;
}
.city_event_meta .city_top_social span,
.city_event_tags{
    float:left;
    width:auto;
}
.city_event_meta .city_top_social span {
    display: inline-block;
    margin-left: 20px;
    padding: 8px 0px;
    float: right;
}
.city_event_meta .city_top_social{
    float:left;
    width:auto;
    padding:0px 0px;
}
.city_top_social i {
    margin-top: 6px;
}
.city_top_social{
    float:right;
    width:20%;
    padding: 9px 0px;
}
.city_top_social ul{
    float:right;
    width:auto;
}
.city_top_social ul li{
    float:left;
    width:auto;
    margin-right:10px;
}
.city_top_social ul li:last-child{
    margin-right:0px;
}
.city_top_social ul li a{
    display:inline-block;
    height:36px;
    width:36px;
    text-align:center;
    line-height:33px;
    border:3px solid;
    color:#000;
    font-size:20px;
}
.city_top_social ul li a:hover{
    color:#0550c2;
}
