	/* FOOTER STYLES
   ============================= */
	.phc-footer-social .elementor-grid-item a.elementor-social-icon {
		background: #19A25B;
		background: linear-gradient(45deg, rgba(25, 162, 91, 1) 0%, rgba(123, 209, 91, 1) 100%);
	}
	
	.phc-footer-navigation ul li a {
		display: inline-block;
	}
	
	
	/* PRIVACY BAR STLYES
   ============================= */
	@media (min-width:573px) and (max-width: 942px) {
		.phc-privacy-navigation ul.elementor-nav-menu li.menu-item a {
			margin: 0 12px 0 0;
			padding-bottom: 20px !important;
		}
	}
	
	@media (min-width:574px) and (max-width: 767px) {
		.phc-marketingby .elementor-image-box-wrapper {
			display: flex;
			flex-direction: row-reverse;
			margin-top: 6px;
			margin-left: 64px;
		}
		.phc-marketingby .elementor-image-box-wrapper .elementor-image-box-content {
			white-space: nowrap;
			margin-right: 8px;
		}
		.phc-marketingby .elementor-image-box-wrapper .elementor-image-box-img img {
			min-width: 78px;
		}
	}
	
	@media (max-width: 573px) {
		.phc-privacy-navigation ul {
			flex-direction: column;
		}
		
		.phc-marketingby .elementor-image-box-wrapper {
			display: flex;
			flex-direction: column-reverse;
		}
		.phc-marketingby .elementor-image-box-wrapper .elementor-image-box-content {
			margin-bottom: 16px;
		}
	}