/*
Theme Name: OceanWP Child
Theme URI: https://0cb24542-8862-4850-b8a4-3386f858e0a6.p.bardy.io/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://0cb24542-8862-4850-b8a4-3386f858e0a6.p.bardy.io/
Template: oceanwp
Version: 1.37
*/

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

/* FREE REPORTS SIGN UP FORM */
/* signup-three remove margin if smaller that 560px @media query at bottom of stylesheet */

#signup {
    padding: 10px 10px 0 10px;
    /* border: 1px solid #B9B9B9; */
    border: 1px solid #d3d3d3;
	max-width: 500px;
/*    -moz-box-shadow: 0 0 7px #BBB;
    -webkit-box-shadow: 0 0 7px #BBB;
    box-shadow: 0 0 7px #BBB; */
    text-align: center;
	overflow: hidden;
}

/* #free-report-signup {
    padding: 10px 10px 0 10px;
    border: 1px solid #B9B9B9;
    -moz-box-shadow: 0 0 7px #BBB;
    -webkit-box-shadow: 0 0 7px #BBB;
    box-shadow: 0 0 7px #BBB;
    text-align: center;
}

#free-report-signup input[type=submit] {
    width: auto;
} */

#signup h4 {
	font-family: Arial, Helvetica, sans-serif !important;
    /* font-size: 1.4em; */
    color: #d47d2d;
    text-transform: uppercase;
	font-weight: bold;
}
#signup input[type=text] {
    /* width: 180px; */
    font-size: .9em;
    color: #666;
}
#signup input[type=submit] {
    width: auto;
    cursor: pointer;
}


#free-report-signup {
    padding: 10px 10px 0 10px;
    border: 1px solid #B9B9B9;
    -moz-box-shadow: 0 0 7px #BBB;
    -webkit-box-shadow: 0 0 7px #BBB;
    box-shadow: 0 0 7px #BBB;
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px 0px;
}

#free-report-signup input[type=submit] {
    width: auto;
    cursor: pointer;
}
#signup-left {float:left;margin: 10px 10px 0px 3px;width: 35%;}
#signup-right {float:left;width: 60%;}
#signup-right button {margin:40px auto 0px auto;}
#signup-right .gform_title {display:none;}
form.gfree-reports input[type="text"], form.gfree-reports input[type="email"], form.gfree-reports input[type="password"] {border-color: #ccc;}

@media only screen and (max-width: 600px) {
	#signup-left {float:left;margin: 10px 10px 0px 3px;width: 100%;}
	#signup-right {float:left;width: 100%;}
	#signup-right button {margin: 25px auto 25px auto;}
	
}
/* END FREE REPORTS SIGN UP FORM */