/*======================================
Theme Name: Divi-Child-HealthyandSmokeFree
Theme URI: https://divicake.com/
Description: This is a child theme of Divi.
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */



/* 2023-02-09 AMS Desktop Footer Partner Logo Links */


div.footer-logos ul, div.footer-logos li {
  list-style-type: none;
}


div.footer-logos ul {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-around;
  justify-content: flex-start;
  margin-left: auto;
 
}





div.footer-logos ul > li {
  height: 4em;
}


div.footer-logos ul > li img {
  width: auto;
  height: 4em;

}




/* Key Documents Download Button */

.small-button.smallblue {
	  display: inline ;
	  border: 2px solid #fff !important;
    border-radius: 5px !important;
    padding: 1px 15px !important;
    font-size: 14px !important;
	color: #562A9A !important;
	margin: 0px 0px 0px 0px !important;
	text-shadow: 0px 0px 0 rgb(255 255 255 / 0%)!important;
	box-shadow: inset 0 20px 0  rgb(255 255 255 / 100%), 0px 0px 0px rgb(0 0 0 / 0%);
}

.small-button.smallblue:hover {
	color: #5393c7 !important;
	border: 2px solid #5393c7 !important;
}


/* 2023-02-09 AMS Vertical Menu Style - used in footer */
/*remove default 11px padding on each side of list items*/
.pa-vertical-menu .et-menu > li {
	padding-left: 0px;
	padding-right: 0px;
}

/*make the menu items fullwidth and add space between them*/
.pa-vertical-menu .et_pb_menu__menu nav ul li {
	display: block;
	width: 100%;
	margin: 10px 0;
}

/* MENU style the second line text span tag*/
.nav li a span {
	display: block;
}