/*
Theme Name: Advanced RV Storage
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.topbar a {
	margin-left: 25px;
	margin-right: 25px;
}
.topbar i, .footercon i, .contactdesc i {
	margin-right: 7px;
}
.topbar a[href^="tel"], .topbar a[href^="tel"]:hover {
  	color: #FFF !important;
  	text-decoration: none;
}
.footercon a[href^="tel"], .footercon a[href^="tel"]:hover, .footercta a[href^="tel"], .footercta a[href^="tel"]:hover {
  	color: #FFF !important;
  	text-decoration: none;
}
.contactdesc a[href^="tel"], .contactdesc a[href^="tel"]:hover {
  	color: #000 !important;
  	text-decoration: none;
}
.contactdesc strong {
	font-size: 18px;
	font-weight: 400;
}
.rentdescphone a[href^="tel"], .contactdesc a[href^="tel"]:hover {
  	color: #000 !important;
  	text-decoration: none;
}
.menubtns {
  	display: flex;
  	align-items: center;
 	justify-content: flex-end; /* right */
}
a.blackbtn {
	color: #000 !important;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 21px;
	border-radius: 7px;
	text-transform: uppercase;
}
a.blackbtn:hover {
	color: #CC0033 !important;
} 
a.redbtn {
	color: #FFF !important;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 21px;
	width: 164px;
	text-align: center;
	padding: 10px;
	border-radius: 7px;
	background-color: #CC0033;
	margin-left: 25px;
	text-transform: uppercase;
}
a.redbtn:hover {
	background-color: #000 !important;
}
.herobtn a {
	display: block;
	color: #FFF !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	box-sizing: border-box;
	width: 300px;
	text-align: center;
	padding: 8px;
	border-radius: 10px;
	background-color: #CC0033;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}
.herobtn a:hover {
	background-color: #000 !important;
}
.herobtnmobi a {
	display: block;
	color: #FFF !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	box-sizing: border-box;
	width: 250px;
	text-align: center;
	padding: 7px;
	border-radius: 10px;
	background-color: #CC0033;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}
.herobtnmobi a:hover {
	background-color: #000 !important;
}
.footerctabtn a {
	display: block;
	color: #FFF !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	box-sizing: border-box;
	width: 300px;
	text-align: center;
	padding: 8px;
	border-radius: 10px;
	background-color: #CC0033;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}
.footerctabtn a:hover {
	background-color: #FFF !important;
	color: #000 !important;
}
.toggleswrap {
	border-top: 1px solid #000;
}
.contactdesc strong {
	font-size: 20px;
	font-weight: 500;
}
.servicedesc ul, .servicedesc ol {
	margin-bottom: 40px;
}
.servicedesc ul li, .servicedesc ol li {
	margin-bottom: 10px;
}
.menubtn {
	font-size: 15px !important;
}
.googlerandomquote {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    border-radius: 9999px;
    padding: 25px 50px 25px 50px;
    background-color: #FFF;
    z-index: 1000;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	align-items: center;
	font-size: 18px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: -50px;
}
.blackbtn a {
	background-color: #000 !important;
}
.blackbtn a:hover {
	background-color: #CC0033 !important;
}
.stepslist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stepslist li {
  display: flex;
  gap: 14px;
  align-items: center;   /* centers text vertically */
  margin-bottom: 16px;
}
.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #B20000; /* your red */
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  flex: 0 0 44px; /* prevents shrinking */
}
.pricing-table {
  width: 100%;
  font-size: 16px;
	border: 1px solid #000;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000; /* outer border */
  font-size: 16px;
}

.pricing-table th {
  background: #000;  /* black header */
  color: #fff;
  padding: 12px 16px;
	text-align: left;
}

.pricing-table th:last-child {
  text-align: right;
}

.pricing-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
}

.pricing-table td:last-child {
  text-align: right;
  font-weight: 600;
}






/* *********************************************************************************** */
/* ************************ Mobile Layout: 770px and below *************************** */

@media only screen and (max-width: 770px) {

.topbar a[href^="tel"], .topbar a[href^="tel"]:hover {
	margin-right: auto;
	margin-left: auto;
}
.homeintrodesc {
	font-size: 15px;
	line-height: 22px;
}
.portalbtns {
    display: grid;
    grid-template-columns: repeat(2, 110px);
    gap: 10px;
	justify-content: center; /* centers the grid horizontally */
}
.portalbtns a {
	color: #FFF !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 5px;
	border-radius: 8px;
	background-color: #CC0033;
	text-transform: uppercase;
}
.portalbtns a:hover {
	background-color: #000 !important;
}
.footerctabtn a {
	font-size: 16px;
	line-height: 21px;
	width: 250px;
	border-radius: 8px;
}
.footercta a[href^="tel"], .footercta a[href^="tel"]:hover {
	display: block;
	margin-top: 5px;
}
.footercopyright a {
	display: block;
}	
.featureslist {
	font-size: 16px !important;
	line-height: 30px !important;
}
.menubtns {
    flex-direction: column;
    align-items: center;
}
a.redbtn {
	display: block;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 21px;
	width: 180px;
	padding: 5px;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.googlerandomquote {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    border-radius: 20px;
	margin-top: -25px;
	padding: 25px;
	justify-items: center;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
}
.googlerandomquote img {
	max-width: 130px;
}	
}




