/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 5, 2016, 3:24:08 PM
    Author     : Muhammad Zubair
*/
@media only screen and (max-width: 980px) {
    .wrapper .container {
        width: 96%;
    }
    .header .top_social{
        display: none;
    }
    .logo{
        width: 20%;
        float: left;
        padding: 0 !important;
    }
    .top_menu{
        width: 80%;
        float: right;
        padding: 0 !important;
    }
    .top_banner{
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        height: 480px !important;
    }
    .title-text{
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .title{
        margin: 100px 31px 0 !important;
    }
    .page_content_box-text h1{
        font-size: 30px !important;
        margin: 10px 0 !important;
    }
    .page_content_box-text p{
        font-size: 14px !important;
    }
    .product_box_left .bto{
        margin-top: 10px !important;
        display: inline-block;
        clear: both;
    }
    .product_box_left h1{
        font-size: 30px !important;
    }
    .section4 h1{
        font-size: 30px !important;
    }
    .product_box_left h3{
        font-size: 25px !important;
    }
    .section5{
        background: url("../images/footer.png")no-repeat !important;
        background-size: 100% 100% !important;
        
    }
    .section5 h1{
        font-size: 30px !important;
    }
    .section5 p{
        font-size: 20px !important;
    }
    .section5 h5{
        font-size: 20px !important;
    }
    .section6 .text-left{
        width: 50% !important;
        float: left !important;
    }
    .text-right {
        float: right !important;
        text-align: right !important;
        width: 50% !important;
    }
/*    .col-md-3.single_product{
        width: 43% !important;
        float: left;
    }*/
}
@media only screen and (max-width: 800px) {
    .logo{
        width: 170px;
    }
    .top_menu{
        width: 50px;
    }
    .top_menu ul{
        display: none;
        margin: 109px 0 0 !important;
        position: absolute;
        right: 0;
        width: 300px;
        background-color: #fff;
    }
    .top_menu ul li{
        display: list-item !important;
        margin: 0 50px !important;
    }
    .drop_down_button{
        color: green;
        display: block !important;
        font-size: xx-large;
        line-height: 40px;
        margin: 29px 0;
        text-align: center;
        cursor: pointer;
    }
/*    .col-md-3.single_product{
        width: 41% !important;
        float: left;
    }*/
}
@media only screen and (max-width: 768px){
    
}
@media only screen and (max-width: 360px){
    .title{
        margin: 40px 0 0 !important;
        width: 100% !important;
    }
    .top_banner{
        height: 400px !important;
    }
    .page_content_box-inner{
        padding: 20px !important;
    }
    .page_content_box-img{
        width: 100% !important;
    }
    .page_content_box-text{
        width: 100% !important;
        padding: 0 !important;
    }
    .product_box_left{
        padding: 0 !important;
    }
    .recipes{
        width: 100% !important;
        margin: 0 auto !important;
    }
    .slick-prev{
        margin: 0px 0 0 15px;
    }
    .slick-next{
        margin: 0px 15px 0 0px;
    }
    .section6 .text-left{
        width: 100% !important;
        padding-bottom: 0 !important;
    }
    
    .section6 .text-right{
        width: 100% !important;
        text-align: center !important;
    }
    .foo{
        float: none !important;
    }
    .contact_form .form_center{
        width: 100% !important;
    }
    .contact_form .form_center .form{
        width: 100% !important;
    }
    .col-md-3.single_product{
        height: 225px !important;
    }
    .single_product .product_box_a{
        height: 180px !important;
    }
    .single_product .single_link{
        padding: 11px 0 !important;
    }
    .section4 .products{
        height: 350px !important;
    }
    .recipes_link{
        height: 275px !important;
        line-height: 275px !important;
    }
}
@media only screen and (max-width: 320px){
    .title-text{
        font-size: 35px !important;
    }
}