/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ------------------------  Import Font Awesome Icons  ------------------------------------------------------------- */
/*@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");*/

/* Customising Icons */
.fa-solid.fa-phone-volume {
	font-size: 2.5em;
}

.font-icon-home {
	text-align: center;
}

.fa-regular.fa-clock {
	font-size: 2.5em;
}

.fa-solid.fa-user-shield {
	font-size: 2.5em;
}


/* Home Page What We Do List */
.what-we-do-list {
	list-style-image: url('https://us.irunmybusiness.com/wp-content/uploads/2023/07/yellowcheckmark20.png');
}

.what-we-do-list li {
	line-height: 1.7em;
}


/* ------------------------  CSS for Google fonts from google-webfonts-helper --------------------------------------- */


/* wix-madefor-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 400;
  src: url('https://us.irunmybusiness.com/wp-content/uploads/2023/07/wix-madefor-display-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* wix-madefor-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 500;
  src: url('https://us.irunmybusiness.com/wp-content/uploads/2023/07/wix-madefor-display-v9-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* wix-madefor-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 600;
  src: url('https://us.irunmybusiness.com/wp-content/uploads/2023/07/wix-madefor-display-v9-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* wix-madefor-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 700;
  src: url('https://us.irunmybusiness.com/wp-content/uploads/2023/07/wix-madefor-display-v9-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* wix-madefor-display-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 800;
  src: url('https://us.irunmybusiness.com/wp-content/uploads/2023/07/wix-madefor-display-v9-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* ------------------------------- CSS for Primary Navigation Selection ----------------------------------------------------------*/

/*.menu-item.current-menu-item a {
	border-bottom: 2px solid var(--global-color-8);
}

.menu-item a {
	border-bottom: 2px solid transparent;
}

.menu-item a:hover {
	border-bottom: 2px solid var(--global-color-8);
}*/

.menu-item a:before {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 8px solid transparent;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}

.menu-item a:after {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 8px solid transparent;
	top: 0;
	right: 0;
	box-sizing: border-box;
}

.menu-item a:hover:before {
	height: 50px;
	width: 70px;
	border: 8px solid black;
	border-right: none;
	border-bottom: none;
	transition: height 0.5s linear,
				width 0.5s linear 0.5s;
}

.menu-item a:hover:after {
	height: 50px;
	width: 70px;
	border: 8px solid black;
	border-left: none;
	border-top: none;
	transition: height 0.5s linear,
				width 0.5s linear 0.5s;
}
