/*
Theme Name: VJ
Theme URI: https://vjdesign.com.au
Author: Vijay Rudraraju
Author URI: https://vjdesign.com.au
Description: A Nimble WordPress theme
Version: 1.0.0
Template: generatepress
*/

/*
h1,h2,h3,h4,h5,h6
.gb-headline.text-wrap-balance {
	text-wrap: balance;
}
p,li,figcaption {
	max-width: 65ch;
	text-wrap: pretty;
}
header,footer,main,section,article {
	container-type: inline-size;
}
.gb-icon svg[fill="none"] {
  fill: none;
}

.wp-block-latest-posts__list.wp-block-latest-posts {
  margin-left: 0;
}

ol, ul {
  margin: 0 0 1.5em 1.5em;
}

.footer-block ul {
  margin: 0 0 1.5em 0;
  list-style-type: none;
}

.text-shadow {
  text-shadow: 1px 1px 1px #000;
}

.generate-back-to-top {
	outline: 1px solid white;
}
/* Mobile optimised image alignment */
@media (max-width: 768px) {
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
    	float: none;
		margin: 1em 0;
    }
}

.fluentform form.frm-fluent-form .ff-el-form-control {
	font-size: 18px;
}
.fluentform form.frm-fluent-form .ff-btn {
	border-radius: 0;
	border-width: 0;	
	font-size: 20px;
	font-weight: bold;
}
.fluentform form.frm-fluent-form .ff-btn.ff-btn-submit {
  	background-color: var(--accent2);
	color: white;
	border: 2px solid white;
	border-radius: 7px;
}
.fluentform form.frm-fluent-form .ff-btn.ff-btn-submit:hover {
  	background-color: var(--accent);
	color: white;
	
}
@media (min-width: 768px) {
    .subscribe .ff-t-cell.ff-t-column-1,
    .subscribe .ff-t-cell.ff-t-column-3 {
        width: 25%;
    }
} 
*/