/*
 Theme Name:   CRT Floorimg
 Theme URI:    https://generatepress.com
 Description:  CRT Floorimg
 Author:       jack
 Author URI:   https://crtflooring.com
 Template:     generatepress
 Version:      0.1
*/

.site-footer a {
	color: var(--dark-text);
}

.site-footer a:hover {
	color: #fa9b02;
}


li.menu-item a {
	margin: -5px;
}


div.site-header {
width:100%;
}

div.inside-navigation.grid-container {
	margin: auto;
	height: 61px;
 	width: 900px;
}

div.inside-header.grid-container {
	height: 81px;
 	width: 1490px;
 	max-width: 3300px;
}

div.site-logo {
	width: 230px;
}



a.btn {
	margin-left: 25px;
	font-family: Inter;
	font-size: 6px;
	font-weight: 500;
	line-height: 1.5;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1rem;
	border-radius: 6px;
	padding: 16px 30px;
	display: inline-block;
	text-align: center;
	border: 2px solid #fa9b02;
	background: #fa9b02;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
	color: #fa9b02;
	background: white;
}

