/******* Defaults********/
* {
    white-space:normal;
}
a[href^=tel] {
text-decoration:inherit;
color: inherit;
}
img, iframe, video{
	max-width:100%;
}

a {
    cursor: pointer;
    color:$color-prime;
}
a:hover {text-decoration:none;}


#content{
	background-color:white;
}

#content p {
	color: #555;
}

/*** Sizing ******/


.append-pipe > a:not(:last-child)::after{
  content: " \007C ";
}

.secondary-bg-color{
	background-color:$color-second;
}
.prime-bg-color{
	background-color:$color-prime;
}
.third-bg-color{
	background-color:$color-third;
}


.gallthumbs {
    margin-bottom:0 !important;
    margin-top:0;
}
.thumbnail {margin:0 !important;}

a.skip-main { left:-999px;position:absolute;top:auto;width:1px;height:1px;overflow:hidden;z-index:-999;
    &:focus, &:active {
        color:#fff;background-color:#000;left:auto;top:auto;width:30%;height:auto;overflow:auto;margin:10px 35%;padding:5px;border-radius:15px;border:4px solid yellow;text-align:center;font-size:1.2em;z-index:999;
    }
}

#reviews #revList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap:15px;
}

@media screen and (max-width:992px){
	#reviews #revList {
	    display: block;
	}
}
