/*
Theme Name: Willis Ave Collision
Version: 1000.1000.1000
*/

body { 
	position:relative;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{ 
	background-color:#ffffff; 
	left:-24px; 
}
body.page-template-front .ink-site-header {  
	width:100%; 
	z-index:999;
}
.ink-site-header{  
	background-color:#000; 
	position:relative !important;
}
.clear{ 
	clear:both;
}

.logoBX{ 
	position:relative;
}
.logoBX:before{ 
	background-color:#d70007; 
	content:""; 
	display:block; 
	height:100%; 
	position:absolute; 
	left:-999998px; 
	top:0;
	width:999998px;
}
.logoBX:after  {
	content:''; 
	position: absolute; 
	right: -59px; 
	width: 0; 
	height: 0; 
	border-top: 100px solid #d70007; 
	border-right:60px solid transparent; 
	top:0px;
}

.offer-BX{ 
	box-shadow: 0 0 15px #e9e7e7; 
	border-radius:10px; 
	position:relative;
}
.offer-BX:hover{ 
	box-shadow: 0 0 15px #666666;
}

/* = Blog page Design CSS
----------------------------------------------- */
ul.blog-list-style{ 
	margin:0; 
	padding:0; 
}
ul.blog-list-style li{ 
	margin-bottom:25px; 
	border-radius:10px; 
	display:flow-root;
}
ul.blog-list-style li .blog-thumbx{ 
	width:45%; 
	float:left;
	 margin:0 35px 20px 0;
}

/* = Contact Form 7 CSS
----------------------------------------------- */
.wpcf7{ 
margin:30px 0 0;padding:0;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="email"]{ 
	width:40%;
	border:1px solid #cccccc;
	box-shadow:inset 1px 1px 2px #ccc;
	color:#797979;
	margin-bottom:0;
	height:40px;
	padding:0 15px;
}	
.wpcf7 textarea{
	color:#797979;
	margin-bottom:25px;
	border:1px solid #cccccc;
	box-shadow:inset 1px 1px 2px #ccc;
	padding:10px;
	width:60%;
	height:160px;
	font-size:12px;
}
.wpcf7 input[type="submit"]{
	border-radius:40px;
	font-weight:600;
	font-size:16px;
	cursor:pointer;
	background-color:#60c19f;
	padding:20px 40px;
	color:#ffffff;
	width:auto;
	border:none;
	text-transform:uppercase;
}
.wpcf7 input[type="submit"]:hover{
	background-color:#101010;
}

/* = Footer CSS
----------------------------------------------- */
.footer-3-column{ 
	position:relative;
}
.footer-3-column h3.wp-block-heading{ 
	position:relative; 
	padding-bottom:20px;
}
.footer-3-column h3.wp-block-heading::before{ 
	position: absolute; 
	content:''; 
	bottom:0; 
	left:0; 
	width:70px; 
	height:2px; 
	background-color:#8cc73e
}

ul.fs-footer-post{ 
	margin:0; 
	padding:0;
}
ul.fs-footer-post li{ 
	list-style:none; 
	margin-bottom:30px;
}
ul.fs-footer-post li .wp-block-latest-posts__featured-image{ 
	margin-top:6px;
}
ul.fs-footer-post li .wp-block-latest-posts__featured-image img{ 
	border-radius:10px;
}
ul.fs-footer-post li .wp-block-latest-posts__post-title{ 
	margin-bottom:15px; 
	display:block; 
	line-height:22px;
}
ul.fs-footer-post li .wp-block-latest-posts__post-title:hover{ 
	color:#8cc73e;
}
footer.wp-block-template-part{ 
	margin-block-start:0 !important
}
.Footer-QuickLinks{ 
	list-style:none !important; 
	padding:0 !important;
}
.Footer-QuickLinks li{ 
	list-style:none !important; 
	padding:5px 0 5px 0 !important;
}
.Footer-QuickLinks li a:hover{ 
	text-decoration:none; 
}