/*

Theme Name: Music India Foundation

Theme URI: 

Description: 

Author: Mukesh

Author URI: 

Version: 1.0

License: 

License URI: 

Tags: white, light, yellow, two-columns, fluid-layout, custom-background, custom-colors, featured-images, theme-options

Text Domain: the-bookstore

*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 38px;
    font-size: 16px;
    padding: 10px 20px;
    background: #ffffff;
    color: #333333;
    border: 1px solid #ececec;
}


/******************** media query vivek *****************/
@media screen and (max-width: 699px) and (min-width: 320px) {
   section.welcome-section.abt {
    background-color: #e4e4e4;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
}
	.mid_box img {
    float: none;
    max-width: 29%;
	}
	.mid_box .footer-widget.contact-widget {
    text-align: center;
	}
	.mid_box {
    float: none;    
	}
	.main-menu .navigation > li {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    display: block;
    width: 100%;
	}
	.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
	}
}

@media (max-width:1024px)
{
.mobmenu-push-wrap {
    padding-top: 0px !important;
}
}
