/*
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 */
#footer-callout-wrap {
    border-top: 0 !important;
	background-color: transparent !important; 
}
.subform .gform_required_legend{
    display: none !important;
}
.subform input[type="submit"] {
    background-color: #1D1008;
    height: 45px;
}
.gform_footer  {
    display: none !important;
}
.gfield--type-submit {
  margin-left: -11px;
}
.gform_wrapper.gravity-theme .gform_fields {
   grid-auto-flow: column;
    grid-template-columns: 100px 100px !important;
    justify-content: end;
}
a:focus{
	outline:none !important;
}
body {
	overflow-x:hidden;
}
.blog-entry-category {
	display:none !important;
}
.blog-entry-comments {
	display:none !important;
}
.blog-entry.thumbnail-entry .blog-entry-bottom {
	border:none;
}
.blog-entry.thumbnail-entry {
   border:none;
}
#site-header {
	border-bottom: none;
}
.blog-entry.thumbnail-entry .blog-entry-date {
    float: none;
	color:#000;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme .gform_fields {
		justify-content: center;
	}
   .subform input[type="submit"] {
	   width:100% !important;
   }
	.imgbx {
		position:relative !important;
		left:0 !important;
		bottom:0 !important;
	}
}