/*
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 */


.wpforms-container .wpforms-field-container label,.wpforms-container .wpforms-field-container legend{
	font-size: 18px;
	font-family:"Poppins";
}
.wpforms-container .wpforms-field-container legend{
	font-weight:800 !important;
}
div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before{
	    border-color: black !important;
    	box-shadow: 0 0 0 1px black,0px 1px 2px rgba(0,0,0,0.15) !important;
	font-family:"Poppins";
}
div.wpforms-container-full input[type=radio]:checked:after{
	background-color: black !important;
}
.wpforms-container .wpforms-field-container h1{
	font-size: 23px;
	margin-top:10px !important;
	margin-bottom:0px !important;
	font-family:"Poppins";
}
.wpforms-container .wpforms-field-container label.wpforms-field-label-inline{
	font-size: 18px;
    line-height: 20px;
	font-family:"Poppins";
}
.wpforms-container button.wpforms-submit{
	background-color: #333 !important;
    border: 0 !important;
    color: #f7f7f7 !important;
    transition: all .5s !important;
	font-size: 16px !important;
    margin: 0 !important;
    padding: 12px !important;
	font-family:"Poppins";
}
.wpforms-container .wpforms-field-checkbox fieldset ul{
	max-width:50%;
	display:inline-block !important;
	font-family:"Poppins";
}
.wpforms-container .wpforms-field-checkbox fieldset .wpforms-field-description{
	    max-width: 60%;
    display: inline-block !important;
    margin-left: 40px;
	font-family:"Poppins" !important;
}
.wpforms-container .wpforms-field-checkbox fieldset{
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wpforms-container .wpforms-field-checkbox fieldset .wpforms-field-description p{
	margin-top: -25px;
}
.wpforms-container .wpforms-field-container input,.wpforms-field-select select{
	background-color: #f7f7f7 !important;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
	font-family:"Poppins" !important;
}	
.wpforms-container .wpforms-field-checkbox fieldset .wpforms-field-description p a{
	color: #145061;
	font-family:"Poppins";
}

.wpforms-field.wpforms-field-text label,.wpforms-field.wpforms-field-email label,.wpforms-field.wpforms-field-radio legend,.wpforms-field-select label{
    font-weight:700 !important;
    font-family:"Poppins" !important;
}
.wpforms-form .wpforms-submit-container .green-button{
    background-color: #00aa5b !important;
    height: 50px;
}

.wpforms-form .wpforms-submit-container .green-button:hover{
    background-color: #027941 !important;
}
.wpforms-field-html a{
    color: white !important;
    background-color:#ff8838 !important;
    padding:10px !important;
    border-radius:10px !important;
    margin-top:20px !important;
}
.wpforms-field-html a:hover{
    background-color:white !important;
    border:1px solid #ff8838 !important;
    color: #ff8838 !important;
}
.wpforms-head-container{
    padding:0px !important;
    margin-top: -35px !important;
}
.wpforms-field-html{
    padding-bottom:0px !important;
}
.accept-check.wpforms-list-inline fieldset ul{
    max-width:100% !important;
}
.wpforms-field-file-upload label{
    font-family:"Poppins" !important;
    font-weight:700 !important;
}
.more-padding{
    padding-top:50px !important;
}
.little-padding{
    padding-top:30px !important;
}