/*
=====================
PRIMARY MENU PAGE TOP
=====================
*/ 


/* center the top contact bar */
div.fusion-contact-info {
	text-align: center;
}


/* menu header background */
div.fusion-secondary-header {
  background-color: rgb(22, 117, 191);
}


/* link text color */
nav.fusion-main-menu > ul > li > a {
  color: rgba(0, 0, 255, 1);
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.975), -1px -1px 3px rgba(255, 255, 255, 0.975);
}


/* link text hover color */
nav.fusion-main-menu > ul > li > a:hover {
  color: rgb(48,53,124);
	text-decoration: underline;
}


/* icon color */
.fusion-main-menu > ul > li > a > .fusion-megamenu-icon {
  color: rgba(22, 117, 191, 0.7);
}


/* request offer CTA button */
span.menu-text.fusion-button {
  background: rgb(239, 10, 10);	
}
nav.fusion-main-menu > ul > li.fusion-last-menu-item > a.fusion-bar-highlight {
  text-shadow: none;
}




/*
======
FOOTER 
======
*/ 


/* bottom footer header */
footer.fusion-footer-copyright-area {
	background-color: rgb(22, 117, 191);
}




/* page header text, lines 1 and 3 */
.header_line1,
.header_line3 {
	text-align: center;
	color: rgb(55,59,182);
  text-shadow: 1px 1px 2px white, -1px -1px 2px white;
}





/*
=========
HOME PAGE 
=========
*/ 


/* top video */
div.fullwidth-video > video {
	opacity: .9;
}


/* video overlay */
.fullwidth-box.video-background .fullwidth-overlay {
  /* background: linear-gradient(to bottom, rgba(255,255,255,1) 4%,rgba(255,255,255,0) 50%); */
}


/* fair cash offer box callout */
._xtraClass1 {
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.45);
}


/* checkmarks */
img.checkmark {
	height: 20px;
  width: 30px;
  vertical-align: text-bottom;
  margin-right: 10px
}


/* checked bullet text */
#frontCalloutText {
	text-align: left;
	font-size: 16px;
	color: black;
	font-weight: bold;
}	


/* form header */
#frontFormHeader {
  color: #ffffff;
  font-size: 27px;
  text-shadow: 1px 1px 1px black;
  font-weight: 700;
	text-align: center;
}
#frontFormHeader span {
  text-decoration: underline;
}

/* input controls */
#frontFormHeader input:not([type="submit"]) {
	height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
	box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, .2);
	border-radius: 0;
}
#frontFormHeader p {
  width: 100%;
  text-align: center;
}
#frontFormHeader input[type="submit"] {
  background: #03ce21;
}
#frontFormHeader input[type="submit"]:hover {
    background: rgba(0, 255, 45, 0.8);
}


/* column boxes */
._frontPageColumnContent .fusion-column-wrapper {
	border-radius: 0px;
}




/*
============
COMPARE PAGE 
============
*/ 

/* table width, font size */
#table_compare {
	width: 100%;
  font-size: calc(7px + 1vw);
}

/* table border */
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

/* stripe the odd rows */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

/* agent column color */
.agent {
	background-color: rgba(255,0,0,0.1);
}

/* sell with us column color */
.us {
	background-color: rgba(0,255,0,0.1);
}




/*
========
FAQ PAGE 
========
*/ 


#_faq_callback_form input[type="submit"] {
  background: #03ce21;
}
#_faq_callback_form input[type="submit"]:hover {
    background: rgba(0, 255, 45, 0.8);
}






/* set max font size */
@media screen and (min-width:1100px) {
  #table_compare { 
    font-size: 18px; 
  }
}







#_m_modal {
	position: fixed;
	left: 3vw;
	/* background-image: url(https://spartancashoffer.com/wp-content/uploads/2019/02/ohio_icon.png); */
	z-index: 1000;
	display: block;
  transition: transform .25s ease-in-out;
	background-repeat: no-repeat;
  background-position: 10px center;
  background-color: white;
  width: 170px;
  /* padding-left: 60px; */
	height: 64px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	padding-top: 7px;
	text-align: center;
	color: #3F51B5;
	border-radius: 4px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	border: 1px solid #3F51B5;
  text-shadow: 0px 0px 2px transparent;
  font-variant: all-small-caps;
}

._m_slideIt {
	transform: translate3d( 0, -100px, 0 );
}