/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.users_menu .join_us a {
	text-transform: capitalize;
}
input[type="submit"], .yikes-easy-mc-submit-button, .x-btn,input[type="button"]{
	padding: 0px 10px !important;
	background: #00B1D1 !important;
	color: #fff !important;
	font-size: 14px !important;
	letter-spacing: unset !important;
	border-radius: 50px !important;
	font-weight: bold !important;
	text-transform: capitalize !important;
	min-height: 40px !important;
	max-width: 300px;
	width: 100% !important;
	max-height: 40px !important;
	line-height:40px !important;
	padding: 0 !important;
}
input[type="submit"]:hover,input[type="button"]:hover, .yikes-easy-mc-submit-button:hover, .x-btn:hover{background:#098197 !important;} 
.user_setting li a {
	font-weight: bold;
	min-height: 40px;
	max-height: 40px;
	border-radius: 100px !important;
}
#AtD_add_ignore {
	margin-bottom: 20px;
}
div#welcomeModal .modal-footer a {
    min-height: 40px !important;
    max-height: 40px !important;
    line-height: 37px !important;
    padding: 0;
    max-width: 200px;
    width: 100%;
}
   #registerform1 input{ border-color: #fff;
   max-width:100%;
    line-height: 37px !important;
    padding: 0 !important;
    min-height: 40px !important;
    height: 40px !important;
   }