/* Enter Your Custom CSS Here */

@media (max-width: 768px) {
	.inside-header {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
 	}
    
	.site-branding {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
    
	.site-logo {
		-webkit-box-ordinal-group: 2;  
		-moz-box-ordinal-group: 2;     
		-ms-flex-order: 2;     
		-webkit-order: 2;  
		order: 2;
	}

	.header-widget {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}
}

h1.entry-title {
		text-align: center;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.lgc-equal-heights {
	grid-auto-rows: 1fr;
	display: grid;
}

@media screen and (max-width: 1015px) {
	#generate-section-1, #generate-section-2 {
		background: radial-gradient(circle at center,#1e9b88 0%,#1E72BD 100%);
		color: #fff;
	}
}


@media screen and (min-width: 1015px) {
	.page-id-82 #generate-section-1, .page-id-115 #generate-section-1 {
		background: url('https://www.262technologies.com/wp-content/uploads/2021/06/bg-gradient.png'), no-repeat, radial-gradient(circle at center,#1e9b88 0%,#1E72BD 100%) !important;
		background-position: bottom center;
		color: #fff;
	}
	
	.page-id-82 #generate-section-2, .page-id-115 #generate-section-2 {
		background: url('https://www.262technologies.com/wp-content/uploads/2021/06/bg-gradient-flipped.png'), no-repeat, radial-gradient(circle at center,#1e9b88 0%,#1E72BD 100%) !important;
		color: #fff;
	}
}