/* 
 Theme Name:     Hair I Come Divi Child
 Author:         Simon Gilchrist
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/*@font-face {
  font-family: 'savoyeregular';
    src: url('fonts/savoye_plain.woff2') format('woff2'),
         url('fonts/savoye_plain.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

/*.link-panel h1,
.link-panel h2,
.link-panel h3 {
    font-family: savoyeregular, sans-serif !important;
}*/
p { font-weight: 300; }

#main-header {
	box-shadow: none;
}

p strong {
	font-weight: 400;
}

/* START FANCY TRIANGLES */
.link-panel p {
	line-height: 1em;
	padding: 0;
}
.link-box {
		position: absolute;
		top: 0;
		left: 0;
    width: 94%;
    height: 94%;
    border: 1px solid #e6e3cc;
    background-color: transparent;
    transition: all 0.3s;
	  margin: 3%;
}
.link-box:hover {
    width: 90%;
    height: 90%;
		margin: 5%;
}
.link-box::before,
.link-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}
.link-box::after {
    border-radius: 0;
    border-width: 7px;
    border-right-color: #e6e3cc;
    border-top-color: #e6e3cc;
}
.link-box.pink-box {
	  border: 1px solid #e9aabe;
}
.link-box.grey-box {
	  border: 1px solid #7f9a9c;
}
.link-box.pink-box::after {
    border-right-color: #e9aabe;
    border-top-color: #e9aabe;
}
.link-box.grey-box::after {
    border-right-color: #7f9a9c;
    border-top-color: #7f9a9c;
}
h3.link-title {
	position: absolute;
	bottom: 10%;
	left: 0%;
	width: 100%;
	text-align: center;
	font-size: 24px !important;
}

footer::before {
		content: ' ';
		display: block;
		background: url(https://hairicome.com.au/wpv2/wp-content/uploads/2018/02/separator.png) top center no-repeat;
		width: 100%;
		height: 90px;
		position: absolute;
		margin-top: -32px;
		z-index: 999;
		background-size: 500px;
}
@media all and (max-width: 640px) {
	footer::before {
		background-size: 275px;
		margin-top: -12px;
	}
}