

	.et-social-icons {
		display: none !important;
	}

	#footer-bottom .et-social-icons {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#footer-bottom .et-social-icon a {
		transition: all .5s ease-in-out;
		line-height: 1em;
		font-size: 15px;
		color: #2c3d49;
	}

  	#footer-bottom .et-social-icons li {
		padding: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

  #footer-bottom .et-social-icon a:hover,
  #footer-bottom .et-social-icon:hover a {
  	opacity: 1;
  	transition: all .5s ease-in-out;
    color: #2c3d49;
  }

	#footer-bottom .dipi-social-icon-box {
	height: calc(15px + 30px);
	width: calc(15px + 30px);
		border-radius: 100%;
		background-color: #ffffff;
			}

	#footer-bottom .dipi-social-icon-box:hover {
		transition: all .5s ease-in-out;
		background-color: #ffffff	}
