@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){ .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){ .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;
}
}