@media screen and (max-width: 1100px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
.header .menu li a {
    font-size: 12px;
}
.header .social ul li {
    margin-right: 0;
}
li.button a {
    padding: 10px 10px !important;
    font-size: 12px;
}
.banner .head h1 {
    font-size: 90px;
}
.sec-doing-that .head h2:before {
    width: 54%;
    left: auto;
}
.sec-stop-buying-that .head h2:before {
    width: 59%;
}
.archive.category section.sec-do-this.banner .head h2:before{
    display:none !important;
}
}
@media screen and (max-width: 800px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
  .header .logo img {
    width: auto;
}
.header .menu {
    display: none;
}
.header .col-sm-3 {
    width: 50%;
}
.header .logo img {
    width: auto;
    max-height: inherit;
}
header.header .col-sm-6 {
    display: none;
}
.header .logo {
    margin-left: 50px;
}
.header .col-sm-3.nopad {
    text-align: right;
    padding-right: 15px;
}
a#hamburg {
    position: absolute;
    top: 80px;
}
html.open-menu nav.nav1 {
    background: #fff;    padding: 15px;
}
div.head h2:before{
    display:none !important
}
section.sec-doing-that .col-sm-4 {
    width: 100%;
    margin-bottom: 50px;
}
footer.footer .col-sm-3, footer.footer .col-sm-4, footer.footer .col-sm-5 {
    width: 50%;
}
.archive.category section.sec-do-this.banner {
    padding: 150px 0 0 0;
}
.archive.category section.sec-do-this {
    padding-top: 30px;
}
}
@media screen and (max-width: 600px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
footer.footer .col-sm-3, footer.footer .col-sm-4, footer.footer .col-sm-5 {
    width: 100%;
}
.footer .footer-social {
    margin-bottom: 50px;    text-align: center;
}
footer.footer {
    text-align: center;
}
.sec-doing-that .container {
    width: 100%;
    padding: 50px 15px;
}
.sec-doing-that .head h2 {
    font-size: 50px;
}
.sec-doing-that {
    background-color: #f8f4f3;
    padding: 0;
}
section.sec-doing-that .col-sm-4:last-child {
    margin-bottom: 0;
}
.sec-about .container {
    background-color: #4dd0ee;
    padding: 30px;
    border-radius: 25px;
    margin: 15px;
    margin-top: -50px;
}
.banner .head h1 {
    font-size: 80px;
}
.banner {
    padding: 190px 0 80px;
}
.banner .head .link a {
    margin-bottom: 50px;
}
.header .main {
    display: block;
}
.header .col-sm-3 {
    width: 100%;
}
.header .col-sm-3.nopad {
    padding: 10px;
    text-align: center;
}
.sec-about .head p {
    font-size: 20px;
}
.archive.category section.sec-do-this.banner {
    padding: 250px 0 0 0;
}
.archive.category .sec-do-this .head h2 {
    font-size: 55px;
}
}