/**
 * Theme Name: Blue Spark - Wordpress Theme
 * Version: 1.0
 * Description:
 * Author: Blue Spark Web Agency
 * Author URI:
 */

/**** MEDIA QUERIES ****/

@media only screen and (max-width: 827px){
	.mobile-query{
		padding-left: 35px;
	}

	
	.yikes-easy-mc-submit-button{
	 	 margin-right: 20%;
	}
	
	.shape-image-1{
		position: absolute;
		right: 0;
		float: right;
		visibility: visible;
		animation-duration: 0.3s;
		animation-delay: 0.3s;
		animation-name: fadeIn;
	}
	#footer .widget .widget-title > span:after{
		position: absolute!important;
		margin-left: auto!important;
		margin-right: auto!important;
		left: 0!important;
		right: 0!important;
		text-align: center!important;
	}

	.widget_about .widget-text, .socials{
		text-align: center;
	}
	.socials{
		display: flex;
		justify-content: center;
	}
	.footer_links{
		text-align: center;
	}
}

@media only screen and (max-width: 600px){
	/*Big smartphones [426px -> 600px]*/
	.mobile-query{
		padding-left: 35px;
	}
	.hide_sm{
		display:none
	}

	.yikes-easy-mc-submit-button{
	 	 margin-right: 20%;
	}
	
	.shape-image-1{
		position: absolute;
		right: 0;
		float: right;
		visibility: visible;
		animation-duration: 0.3s;
		animation-delay: 0.3s;
		animation-name: fadeIn;
	}
}
@media only screen and (max-width: 425px){
	/*Small smartphones [325px -> 425px]*/
	.mobile-query{
		padding-left: 35px;
	}
	
	.yikes-easy-mc-submit-button{
	 	 margin-right: 20%;
	}
	
	.shape-image-1{
		position: absolute;
		right: 0;
		float: right;
		visibility: visible;
		animation-duration: 0.3s;
		animation-delay: 0.3s;
		animation-name: fadeIn;
	}
}

