/*
Theme Name: Oaza
Theme URI: http://oaza.mikado-themes.com
Description: Elegant Spa and Wellness Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: oaza
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


#respond input[type=text], #respond textarea, .mkdf-style-form textarea, .wpcf7-form-control.wpcf7-textarea, input[type=text], input[type=email], input[type=password] {
    position: relative;
    width: 100%;
    margin: 0 0 17px;
    padding: 19px 23px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 10px!important;
    color: #7f7f7f;
    background-color: #fef8f9;
    border: 1px solid #fff;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

@media only screen and (max-width: 768px) {
h1 {
    font-size: 45px!important;
    line-height: 1.108em;
  }
}

.mkdf-content .mkdf-content-inner>.mkdf-container>.mkdf-container-inner, .mkdf-content .mkdf-content-inner>.mkdf-full-width>.mkdf-full-width-inner {
    padding-top: 0px!important;
    padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
	.mkdf-content .mkdf-content-inner>.mkdf-container>.mkdf-container-inner, .mkdf-content .mkdf-content-inner>.mkdf-full-width>.mkdf-full-width-inner {
    	padding-top: 40px!important;
    	padding-bottom: 40px;
	}
}