@media only screen and (max-width: 410px){
    .logo{
      width: 70%!important;
      content: url("https://themindofthechild.com/wp-content/uploads/2018/10/logoTheMindSito.png");
    }
}
@media only screen and (min-width: 410px) and (max-width: 768px){
    .logo {
        width: 60%!important;
        content: url("https://themindofthechild.com/wp-content/uploads/2018/10/logoTheMindSito.png");
    }
}

@media only screen and (max-width: 991px)
{
  .widget_text.qua_sidebar_widget {
    position: relative!important;
    top: auto!important;
	}
  .qua_blog_wrapper 
  {
      margin-top: 0!important;
	}
  .page-seperator {
    
    margin: 0 0 30px!important;
}
}
@media only screen and (min-width: 991px)
{
  .blog-mobile-cta
  {
    display:none!important;
  }
}
.home li#menu-item-39 a {
    float: inherit;
    padding-left: 13px;
}
.wpcf7-form .wpcf7-submit 
{
	float:left;
}

.blog-mobile-cta
{
	display: flex;
	border-radius: 5px;
	background-image: linear-gradient(to right, white , #318fbf);
}
.blog-mobile-cta img
{
  width: 35%;
  display: flex;
}
.blog-mobile-cta-title
{
  display: flex;
  margin: 0;
  text-align: center;
  font-size: 19px;
  word-wrap: break-word;
  font-family: 'Open Sans';
  font-weight: 600!important;
  padding: 5%;
  text-transform: uppercase;
}
.blog-mobile-cta-link
{
  color: #fff!important;
  align-self: center;
}
div.qua_sidebar_widget {
    margin-bottom: 0!important;
}
.widget_text.qua_sidebar_widget{
		z-index:100;
}
form{
		max-width:300px;
}