/*
 Theme Name:   OceanWP Child
 Description:  OceanWP Child Theme
 Author:       Element Software
 Author URI:   https://element-software.co.uk
 Template:     oceanwp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  oceanwp-child
*/


/* Safari/iOS Bug - this is required to allow typing into these elements - also removes the blue highlight on focus */
i,
button,
textarea,
input,
select,
a{
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-tap-highlight-color: transparent;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
  user-select: none;
}

input {
    -webkit-user-select:text !important;
}

/* Safari/iOS Bug - this is required to allow typing into a textarea element */
textarea {
	  -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    user-select: text !important;
}


/* Adds padding to password protected page login form*/
form.post-password-form {
    padding: 40vh 50px 40px 40px;
	  max-width: 500px;
    margin: 0 auto;
}

