/*
 Theme Name:     MCOA Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

 

 

/* =Theme customization starts here

------------------------------------------------------- */

#top-menu-nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#top-menu {
	order: 1;
}

#main-header {
	padding-bottom: 12px;
}

@media screen and (max-width:444px) {
	body.home.page-template-default.page.page-id-38.logged-in.admin-bar.et_pb_button_helper_class.et_fixed_nav.et_show_nav.et_pb_gutter.windows.et_pb_gutters3.et_primary_nav_dropdown_animation_fade.et_secondary_nav_dropdown_animation_fade.et_pb_footer_columns_3_4__1_4.et_header_style_left.et_pb_pagebuilder_layout.et_right_sidebar.gecko.customize-support div#page-container header#main-header div.container.clearfix.et_menu_container div.logo_container a img#logo {
		margin-top: -34px;
	}	
}

.special-buttons {
  /*border: 1px solid red;*/
  margin-left: 12px;
  order: 2;
  z-index: 100;
}

.special-buttons a.amazon-smile {
	line-height: 1rem;
	text-align: center;
	margin-bottom: 12px;
	padding: 4px;
	border: 1px solid #ff9900;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.special-buttons a, .special-buttons form {
  display: block;
}

footer .special-buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

footer .special-buttons .amazon-smile {
	margin-right: 6px;
}
