/*
 Theme Name:   Impreza Child
 Description:  Impreza Child Theme
 Author:       DA  
 Template:     Impreza
*/

/* Fix buttons on /menu/"location name" */
@media (max-width: 480px) {
    .buttons-row-mobile a.w-btn.color_contrast,
    .buttons-row-mobile .w-btn.color_contrast {
        width: 300px !important;
    }
}

/* TikTok - CL */
.w-socials-item.tiktok .w-socials-item-link:after {
    background-color: #D1CABB;
    content: '\e07b';
    color: #373536;
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-variant: normal;
}

.w-socials-item.facebook .w-socials-item-link:after {
    background-color: #D1CABB;
    color: #373536;
	content: '\f09a';
	font-family: fontawesome;
}

.w-socials-item.twitter .w-socials-item-link:after {
    background-color: #D1CABB;
    color: #373536;
	    content: '\f099';
	font-family: fontawesome;
}

.w-socials-item.youtube .w-socials-item-link:after {
    background-color: #D1CABB;
    color: #373536;
	content: '\f16a';
	font-family: fontawesome;
}

.w-socials-item.instagram .w-socials-item-link:after {
	background-color: #D1CABB;
    color: #373536;
    content: '\f16d';
    font-size: 1.2em;
	font-family: fontawesome;
}

.color_footer-top .w-socials.style_outlined .w-socials-item-link {
    box-shadow: none;
    border-radius: .25em;
    background-color: #D1CABB;
}

/* Top Banner Buttons */
ul.slider-buttons {
	margin: 0 auto !important;
	list-style: none;
    max-width: 760px;
	align-items: center;
}
ul.slider-buttons li {
	text-align: center;
	display: inline-block;
	width: 25%;
	line-height: 50px !important;
	align-items: center;
}

@media (max-width: 768px) {
/* 	ul.slider-buttons {
        position: relative;
        top: 40px;
    } */
	ul.slider-buttons li {
	    width: 100%;
    }
    ul.slider-buttons li a {
		margin-bottom: 12px !important;
		max-width: 190px;
		margin: 0 auto 5px auto !important;
		font-size: 18px !important;
		display: block;
		align-items: center;
    }
}

ul.slider-buttons li a {
    font-family: MVBSolanoGothic!important;
    text-transform: uppercase;
    color: #FFF !important;
    background: #d17f28;
    border-radius: 6px;
    text-align: center !important;
    font-weight: 400;
    font-size: 20px !important;
    padding: 16px;
    border: none;
}
ul.slider-buttons li a:hover {
    color: #FFF !important;
	background: #0f294f;
}
/* End Top Banner Buttons */

iframe#goog_conv_iframe {
    height: 0!important;
}

.buttons-row-mobile .g-cols>div {
    float: none;
}

.hideme {
	display:none!important;
}

.pre_footer h4{
	color: #000 !important;
}

time.w-blog-post-meta-date.date.updated {
    color: #000;
}

/*New Doc Btn Edit*/
.new-doc-btn{
	font-weight:normal;
	text-align: center;
	border:none;
	background: #d17f28;
	color: #fff !important;
	padding: 16px; 
	border-radius: 6px;
	font-family: MVBSolanoGothic !important;
	font-size: 18px;
	text-transform: uppercase;
	/*line-height: 2.8;*/
    /*padding: 0 1.8em;*/
}
.new-doc-btn:hover{
	background: rgb(15, 41, 79);
	color: #fff !important;
}
/*Menu Edits*/
ul.w-nav-list.level_1.hover_simple > li:focus-within > ul{
	display: block !important;
	background-color: #000000;
/* 	height: auto !important; */
}
ul.w-nav-list > li > a:focus{
    outline: thin dotted;
}


/*Skip Link*/
 .skip-l {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
	    z-index: 9999999999999999;
		background: #fff;
		padding: 10px;
		color: #000 !important;
		font-weight: 700;
    }
    
    a.skip-l:active, 
    a.skip-l:focus, 
    a.skip-l:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible; 
    }
