/* 
Theme Name: Onepress Child 
Theme URL: http://yourdomain.com
Description: Onepress Child 
Theme Author: Jax
Author URL: http://yourdomain.com
Template: onepress 
Version: 1.0.0 
Text Domain: onepress-child 
*/


#wp-admin-bar-my-account {
	display: none; 
/* always gets in the way */
}








@media screen and (min-width: 1141px) {
/* hide menu icon text */
	
li#menu-item-1468>a, li#menu-item-1469>a, li#menu-item-1584>a {
	width: 30px;
	overflow: hidden;
}

li#menu-item-1468>a, li#menu-item-1584>a  {
	margin-right: 25px;
}

.onepress-menu ul.sub-menu li a:hover {
}}











@media screen and (max-width: 1140px) {

#site-navigation li {
	background-color: #03c4eb !important;
}

#site-navigation li a {
	color: white;
}



#site-navigation li ul li a {
	color: inherit;
}


.onepress-menu ul li a:hover {
	color: #ffffff !important;
}


#site-navigation li a:hover {
	background-color: #2d9eca !important;

}}






.onepress-menu ul li a {

  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase !important;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
}



.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
	color: white !important;
	font-weight: bold !important;
	font-size: 2rem !important;

}







.onepress-menu {
	word-spacing: 0.3rem !important;
	/* especially important for sub-menus */
	/* z-index: 99999999 !important; */
}



.onepress-menu ul li a {
  color: #333333;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding-left: 17px;
  padding-right: 17px;
/*  font-size: 13px; jax */ 
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter
}














.wpforms-form label.wpforms-error {
	color: red !important;
}

body.page-template-template-hoytgo #main p,
body.page-template-template-hoytgo #main li {
	font-size: 1.1rem !important;
	/* color: red !important */;
}

body.page-template-template-hoytgo #main ul li {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.page-template-template-hoytgo #main ul {
	list-style: none
}

body.page-template-template-hoytgo #main ul li::before {

	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: orange; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */ 
	width: 1rem; /* Also needed for space (tweak if needed) */
	margin-left: -1rem; /* Also needed for space (tweak if needed) */
}




