/*
Theme Name:		 Level Child
Theme URI:		 https://level.uicore.co/
Description:	 Child theme for Level - Multi-Purpose Landing Page WordPress Theme
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 level-wp
Version:		 1.0.0
Text Domain:	 level-wp
*/


/*
    Add your custom styles here
*/
.ui-staging{
    display:none!important;
}
img.socialmedia{
    width:40px;
    height:auto;
    margin-right:8px;
}
.contactformrow label{
    color: var( --e-global-color-uicore_body );
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}

.contactformrow ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a0a0a0!important;
  font-size:17px!important;
}

.contactformrow :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a0a0a0!important;
  font-size:17px!important;
}

.contactformrow ::-ms-input-placeholder { /* Microsoft Edge */
  color: #a0a0a0!important;
  font-size:17px!important;
}