/*
Theme Name: LMG Create:Creative
Theme URI: https://wearelmg.com/
Description: This is the Create:Creative theme created for the Genesis Framework.
Author: :<G
Author URI: https://www.wearelmg.com/

Version: 2.8.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/
@media screen and (min-width: 1024px) {
	[data-ani]{
	opacity: 0;
}
[data-ani].animated{
	opacity: 1;
}
}
@media screen and (max-width: 850px) {
	.section.home-footer {
		display: none !important;
	}
	.home-tier {
		padding: 4em 1em !important;
	}
}
@media screen and (max-width: 850px) {
	.home-tier.tier-1 .button, .home-tier.tier-3 .button{
		background: #fff;
		color: #0e3b5c;
	}
}

.site-footer hr, .home-footer hr{
	display: none;
}
.site-footer .wrap,
.home-footer .wrap{
  background: url('/wp-content/files/sum-watermark.png') no-repeat center center / auto 80%;
	color: #fff;
}
.site-footer .wrap a,
.home-footer .wrap a{
	color: #fff;
}
.site-footer .wrap img,
.home-footer .wrap img{
	filter: brightness(0) invert(1);
}
.site-footer .line-3,
.site-footer .line-1,
.home-footer .line-3,
.home-footer .line-1{
	width: calc(100% + 120px);
	height: 1px;
	background: #fff;
	position: absolute;
	top: -40px;
	left: -60px;
	
}
.site-footer .line-3,
.home-footer .line-3{
  top: auto;
  left: auto;
  right: -60px;
  bottom: -40px;
}
.site-footer .line-4,
.site-footer .line-2,
.home-footer .line-4,
.home-footer .line-2{
  position: absolute;
  top: -60px;
	left: -30px;
	width: 1px;
	height: calc(100% + 120px);
	background: #fff;
}
.site-footer .line-4,
.home-footer .line-4{
	top: auto;
	left: auto;
	bottom: -60px;
	right: -30px;
}
@media screen and (min-width: 40em){
	.site-footer .line-4,
.site-footer .line-2,
.home-footer .line-4,
	.home-footer .line-2 {
		left: -40px;
	}
	.site-footer .line-4,
.home-footer .line-4{
	top: auto;
	left: auto;
	bottom: -60px;
	right: -40px;
}
}