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

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

a:focus, a:hover
{
	outline:none!important;
}
.wpforms-container-full {
	font-size: 16px !important;
}
.wpforms-form button{
	border-width: 0px !important;
	    font-size: 16px !important;
}
.wpforms-container-full .wpforms-form input[type=range], body div.wpforms-container-full .wpforms-form input[type=search], body div.wpforms-container-full .wpforms-form input[type=tel], body div.wpforms-container-full .wpforms-form input[type=text], body div.wpforms-container-full .wpforms-form input[type=time], body div.wpforms-container-full .wpforms-form input[type=url], body div.wpforms-container-full .wpforms-form input[type=week], body div.wpforms-container-full .wpforms-form select, body div.wpforms-container-full .wpforms-form textarea {
	border-radius: 0px !important;
	border-color: #b5b5b5 !important;
	
}
.wpforms-container-full .wpforms-form input[type=email] {
	border-radius: 0px !important;
	border-color: #b5b5b5 !important;
}
.wpforms-submit {
	width: 100% !important;
}
.wpforms-container .wpforms-field-label {
	font-weight: 500 !important;
	
}
.wpforms-container-full .wpforms-form input[type=number] {
	border-color: #b5b5b5 !important;
}
.wpforms-field-label {
	font-size: 15px !important;
}
.elementor-756 .elementor-element.elementor-element-3101531 :hover {
   color: #1062ac;
}
.elementor-756 .elementor-element.elementor-element-3101531 .elemenetskit-tablepress .tablepress th {
    text-transform: capitalize !important;
}

