/**
Theme Name: Seven Oaks
Author: New Leaf Digital Design
Author URI: http://www.newleafdigitaldesign.com
Description: A custom Astra Child Theme created for Seven Oaks Capital LLC
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seven-oaks
Template: astra
*/

#editor .edit-post-visual-editor {
	background-image: linear-gradient(to right, rgb(255,255,255,0), rgb(255,255,255,0)), url("https://prototype.newleafdigitaldesign.com/SevenOaks/wp-content/uploads/2025/06/treeback.webp");
	background-repeat: no-repeat;
	background-color:#fff;

}
.editor-visual-editor  div {
	background-color: #fff;
}

 body.ast-page-builder-template {

	background-image: url("https://prototype.newleafdigitaldesign.com/SevenOaks/wp-content/uploads/2025/06/treeback.webp");
	background-repeat: no-repeat;
}


.site-footer{
	border-top: dotted black 3px;
}
.main-header-bar-wrap {
	border-bottom: dotted black 3px;
}

#welcome{
	
}

#welcome h2 {
	background-color: #2C3C69;
}

#form{
	background-image: url("https://prototype.newleafdigitaldesign.com/SevenOaks/wp-content/uploads/2025/06/acorn.svg");
		background-repeat:no-repeat;
	background-position: bottom right;
	background-size: 200px;
}

.forminator-row-last{
	text-align:center;
	background: url("https://prototype.newleafdigitaldesign.com/SevenOaks/wp-content/uploads/2025/07/blueline.webp") repeat-x;
  	background-repeat: repeat-x;
	background-position: 0px 10px;
}

.lineback {
	background-image: url("https://prototype.newleafdigitaldesign.com/SevenOaks/wp-content/uploads/2025/07/blueline.webp");
  	background-repeat: repeat-x;
	background-position: 0px 10px;
}

#welcome h2 {
	background-color: #2C3C69;
	color: #fff;
	font-style: italic;
	padding-left: 1em;
	border-radius:10px 0px 0px 10px;
}

.components-button{
		background:#fff;
}
