/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */



form select:focus, form textarea:focus, form input:focus, .th-widget-area .widget select:focus, .search-form input:focus {
    &::-webkit-input-placeholder {
       color: transparent !important;
       -webkit-transition: color 0.2s ease !important;
       transition: color 0.2s ease !important;
    }

    &:-moz-placeholder { /* Firefox 18- */
       color: transparent !important;
       -webkit-transition: color 0.2s ease !important;
       transition: color 0.2s ease !important;
			opacity:0 !important;
    }

    &::-moz-placeholder {  /* Firefox 19+ */
       color: transparent !important;
       -webkit-transition: color 0.2s ease !important;
       transition: color 0.2s ease !important;
			opacity:0 !important;
    }

    &:-ms-input-placeholder {  
       color: transparent !important;
			opacity:0 !important;
       -webkit-transition: color 0.2s ease !important;
       transition: color 0.2s ease !important;
    }
  }