/*
Theme Name: NCCN v2
Template: betheme
Version: 2.0.2
*/

#wp-admin-bar-elementor_edit_page {
	display: none;
	visibility: hidden;
}

@media only screen and (min-width: 769px) {
	#Action_bar .column {
		display: flex;
    		justify-content: flex-end;
	}
	#Action_bar .contact_details {
		order: 1;
	}
	#Action_bar .social {
		order: 2;
		padding: 10px 0px !important;
	}

	.footer_copy .container .column.one.mobile-one .mcb-column-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

}

#Footer .footer_copy .social {
	margin-right: 0;
}

.wpgmza_map, .qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner, .single-post .image_frame .image_wrapper {
	border-radius: 20px;
}


@media only screen and (max-width: 767px) {
	#Top_bar #logo img.logo-mobile {
		max-height: 60px !important;
	}
	#Action_bar .contact_details a {
		color: #52aca5;
	}
}