@media all and (max-width:1100px) {
    #navigation {
        display: none;
    }

    #openmenu {
        display: inline-block;
    }

    #closemenu {
		float: right;
	}
}

@media all and (max-width:900px)  {
   
    .single-edge {
        width: calc(50% - 20px);
    }

    .aboutus-img {
        width: 80%;
        margin: 0 auto 50px auto;
    }

    .aboutus-content {
        width: 100%;
        padding-left: 0px;
    }

    .single-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .single-product-img {
        width: 50%;
        margin-bottom: 30px;
    }

    .wrapper-product-content {
        width: 100%;
        padding-left: 0px;
    }

    .wrapper-contact>div {
        width: 50%;
    }

    .wrapper-blog-list .w-70 {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper-blog-list .w-30 {
        width: calc(100% - 10px);
    }
}

@media all and (max-width:480px) {

    .single-edge {
        width: calc(100% - 20px);
    }

    .single-product {
        width: calc(100% - 20px);
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    .wrapper-header-content {
        height: 600px;
    }

    .wrapper-contact>div {
        width: 100%;
    }

    .wrapper-input p {
        width: 100%;
    } 

    .wrapper-blog-list  .single-blog {
        width: calc(100% - 20px);
        margin-bottom: 30px;
    }
}