/*
Theme Name: Custom Designer
Author: 
Author URI: 
Theme URI: 
Tags: full-site-editing
Text Domain: custom-designer
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.2
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/


/* Links */
a:hover {opacity: 0.7;}
li a {text-decoration: none;}

/* Ninja Forms */
.nf-form-fields-required {
  display: none;
}


/* Content Boxes */
.ibox {
	background: #ffffff;
}
@media (min-width: 782px) {
    .ibox1 {padding: 40px; margin-bottom: 30px;}
	.ibox2 {padding: 20px; margin-bottom: 30px;}
}
@media (max-width: 781.99px) {
	.ibox1 {padding: 15px; margin-bottom: 15px;}
	.ibox2 {padding: 15px; margin-bottom: 15px;}
}

/* Icon Lists */
.ilist {
	padding: 0;
	margin: 0;
}
.ilist li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.ilist li a:before {
	margin-right: 10px;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	speak: never;
	display: inline-block;
	text-align: center;
	font-size: 0.9em;
}


