@media screen and (max-width: 940px){
.dwh-logo {
    display: none;
}
.custom-menu
{
	display:none;
}
/*
.cta-section {
    position: relative;
    bottom: auto;
    z-index: 10;
    width: 100%;
}
*/

.outer_wrapper > .wrap {
	margin-bottom:auto !important;
}
.footer_social {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.footer_address_wrap {
    padding: 0px 0px 0px 0px;
}
.go_to_top {
    bottom: 0px;
}
}
@media screen and (max-width: 640px)
{
.go_to_top {
    bottom: -100px;
}
}
@media screen and (max-width: 767px)
{
	.single .site-main > .container {
    padding: 50px 0 20px 0;
    min-height: auto;
}

.single .single-posts .post_thumbnail img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
	.who_we_help .help_content.fr {
    padding-top: 80px;
}
}
