/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

a {
	text-decoration: underline;
	text-decoration-color: #AA7DCE;
	text-decoration-style: double;
}

a:hover, a:focus {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: #AA7DCE;
}

.entry-title {
    text-align: center;
}

 .go_button, .btn {
   background: lightgrey;
   color: grey;
   border-radius: 5px;
   border:none;
   font-size: 16px;
   height: 50px;
   text-align: center;
   box-shadow: rgb(0 0 0 / 20%) 0px 4px 8px, rgb(0 0 0 / 19%) 0px 6px 20px;
 
 }
 .go_button:focus, .btn:focus, .go_button:hover, .btn:hover {
   color: black;
   background: #f9a620; 
   box-shadow: none;
 }

span.highlight {
	background: #a8d5e2;
	font-weight: bold;
}

.isHidden {
  display: none;
}

.ci_label {
  border: 2px solid #f9a620;
  border-radius: 15px;
  background-color: #fff;
  display: block;
  margin: auto;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 4px 8px rgb(0 0 0 / 20%), 0 6px 20px rgb(0 0 0 / 19%);
  min-width: 75px;
  font-weight: bold;
}

.radio:checked + .ci_label {  
  background-color: #f9a620;
  color: #fff;
  box-shadow: none;
}

	
	.ci_label:hover{
		background-color: #a8d5e2;
		color: #fff;
	}

.ci_div {
  margin: auto 10px;
}

.ci_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}

.q_block {
	display: block; 
	margin:auto; 
	margin-bottom:15px; 
	text-align: center;
}
	
	.cta_div{
		text-align:center;
		border: 2px solid black;
		border-radius: 5px;
		display: block;
		margin: auto;
		padding: 5px;
	}
    .ins_box {
	padding: 25px; 
	margin: 15px auto; 
	display: block; 
	border-radius: 10px; 
	max-width: 650px; 
	border: 2px solid #f9a620;
	box-shadow: rgb(0 0 0 / 20%) 0px 4px 8px, rgb(0 0 0 / 19%) 0px 6px 20px;
}

.zip_box {
    margin: 15px; 
	font-size:15px; 
	text-align:center; 
	font-weight: bold; 
}

.cf_ad div {
	box-shadow: rgb(0 0 0 / 20%) 0px 4px 8px, rgb(0 0 0 / 19%) 0px 6px 20px;
    border-radius: 10px;
	padding: 8px;
	padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.cf_ad div:nth-child(n+4){
	display:none;
}

.cf_ad div:nth-child(1) {
    box-shadow: rgb(221 173 99 / 20%) 0px 4px 8px, rgb(221 173 99 / 19%) 0px 6px 20px;
}

.cf_ad img {
    width: 120px;
    height: auto;
    margin-right: 30%;
}

.cf_ad button {
    box-shadow: rgb(0 0 0 / 20%) 0px 4px 8px, rgb(0 0 0 / 19%) 0px 6px 20px;
    color: black;
    padding: 15px;
}

.cf_ad div:nth-child(1) button {
	animation: jittery 4s infinite;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
	}
	
.cf_ad div:nth-child(1) button:hover {
		animation: heartbeat 0.2s infinite;
	}

@keyframes jittery {
	5%,
	50% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.9);
	}
	15% {
		transform: scale(1.15);
	}
	20% {
		transform: scale(1.15) rotate(-5deg);
	}
	25% {
		transform: scale(1.15) rotate(5deg);
	}
	30% {
		transform: scale(1.15) rotate(-3deg);
	}
	35% {
		transform: scale(1.15) rotate(2deg);
	}
	40% {
		transform: scale(1.15) rotate(0);
	}
}

@keyframes heartbeat {
	50% {
		transform: scale(1.1);
	}
}

@media only screen and (max-width: 544px) {
.zip_div {
    display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
	.zip_box {
    width:100px;
}
	
	.cf_ad img {
		margin-right: 10%;
	}
}


.mod_rad {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

#mod_holder{
    display: flex;
    flex-direction: column;
}


.mod_radio_inputs{
    margin-top: 10px;
}

#ag, #zip {
    margin-top: 10px;
}

.leadLAB{
    font-weight: 700;
}

.reloMOD button{
    display: none;
}

.reloMOD a {
    text-decoration: none;
}

.reloMOD img {
    transform: scale(.75);
}

.reloMOD a:before {
    content: "powered by";
    font-size: 12px;
    color: black;
    text-align: center;
    font-weight: 700;
    margin: auto;
    display: block;
}

.reloMOD {
    display: flex;
    justify-content: flex-end;
}

.fBLURB {
    margin: 5px;
    color: #f9a620;
}

.fBLURB a {
    text-decoration: underline;
    font-weight: 700;
    color: #4169e1;
}

.fBLURB a:hover {
    color: #f9a620;
}


#ciBLURB{
    cursor: pointer;
}

.mod_radio_inputs label {
    margin-right: 10px;
}

.cf_v2 {
    margin-top: 10px;
}

.cf_v2 div, .cf_v2 a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    width: 100%;
}

.cf_v2 a {
    text-decoration: none !important;
}


.cf_v2 button {
  position: relative;
  background: #0275ff; 
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  font-size: large;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  margin: 10px 10px 0px 10px;
  border-radius: 5px;
}

.cf_v2 button::before {
    content: '$';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #f1f1f1;
    color: #0275ff;
    line-height: 3.5;
    font-size: small;
    text-align: center;
    z-index: -1;
    padding: 2px;
    font-weight: 700;
    transition: all 0.5s;
}

.cf_v2 button:hover::before{
    width: 8px;
    z-index: 1;
}

.cf_v2 button:hover{
    transform: scale(1.1);
}


.cf_v2 img {
    max-width: 100px;
    transform: scale(.75);
}

#ctaMods {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s, max-height 0.5s;
}

#ctaBlurbH, #ctaBlurb {
    margin: 10px;
}

#imgWrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    align-content: center;
    color: black;
    width: 20%;
}

#imgWrapper p {
    margin: 0px;
    font-size: 10px;
}

/* Style for mobile */
@media screen and (max-width: 600px) {

.cf_v2 div, .cf_v2 a {
    flex-direction: column-reverse;
}

}

/*loader*/
#insspinner {
    display: flex;
    justify-content: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #c5c5c5;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.moveSpan {
    color: #0275ff;
}

.ad-box{
	max-width: 600px;
	margin: 10px auto;
	padding: 15px;
	box-shadow: 0 64px 100px rgba(0,0,0,8%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.ins-box h3{
	font-weight: 500;
	text-align: center;
	font-size: 14px;
    color: gray;
}

.ins-box p {
	margin-bottom: 10px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
}

.ins-box button.btn {
	display: block;
	margin: auto;
}

.attn {
  display : flex;
  align-items : center;
  justify-content : center;
}

.attn::before {
  content : "";
  display : inline-flex;
  background : url("https://relocalate.com/wp-content/uploads/2023/11/Alert-Icon.webp") no-repeat no-repeat;
  width : 45px;
  height : 45px;
  align-items : center;
  justify-content : center;
  align-content : center;
}

.single_ad {
    max-width: 100%;
	min-height: 120px;
	display: block;
	margin: auto;
	text-align: center;
}

.single_ad img{
	max-width: 25%;
	height: auto;
}

.single_ad div:not(:first-child) {
    display: none;
}

.single_ad button {
    width: 85%;
    height: 50px;
    margin-left: 5px;
    border: none;
    background: #007BFF;
    color: #fff;
    border-radius: 30px;
    margin-top: 12px;
    cursor: pointer;
    text-align: center;
	font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

.single_ad button:hover {
    background: #0077b3;
}

div.ptcta{
	background-color:#ffffff; 
	font-weight: 700;
	padding: 13px 15px; 
	line-height: 22px; 
	color: #000000; 
	border-radius: 5px; 
	margin-bottom: 10px;
}

.ptip{
	display:block;
	margin: auto;
	width: 50%;
	padding: 10px 20px;
	border:none;
	border-radius: 5px;
	font-size: 16px;
}

table, td, th
{
  border: none;
}

table {
	margin: 0;
}
