
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}


/* General */

@font-face {
	font-family: Roboto, sans-serif;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu !important;
	font-display: swap;
}

#newsletter_padding {
	margin-top: 10px;
}


h6 {
	line-height: 1.5;
}

strike {
color: #B1B6BA;	
}

/* Buttons 

.btn {
	border-radius: 3px !important;
}

.btn-primary {
	background: #027AFF !important;
}

.btn-primary:hover {
	background: #0063D2 !important;	
	color: #ffffff !important;
}

.btn-primary-outline {
	border-color: #027AFF !important;
}

.btn-primary-outline:hover {
	background: #0063D2 !important;	
	color: #ffffff !important;

}

*/


.btn-secondary-outline {
	color: #ffffff !important;
	border-color: #ffffff !important;
	border-radius: 100px  !important;
	border-width: 2px !important;	
}

.btn-secondary-outline:hover {
	color: #414A55 !important;
	Background: #ffffff !important;
	border-color: #ffffff !important;
}

/*Start DevAnt */
.btn-success {
	transition: background .3s,border-color .3s,color .3s;
	border-radius: 30px !important;	
	border-color: #FFA41C !important;
	background: #FFA41C !important;	
	font-weight: 700 !important;
	color: #ffffff;	
}

.btn-success:hover {
	background: #FA8900 !important;	
	border-color: #FA8900 !important;
	color: #ffffff;
}

/* End DevAnt */


.btn-buy-rw {
	transition: background .3s,border-color .3s,color .3s;
	border-radius: 3px !important;	
	background: #027AFF !important;	
	font-weight: 700 !important;
	color: #ffffff;
}

.btn-buy-rw:hover {
	background: #0063D2 !important;	
	color: #ffffff;
}


.btn-buy-sq {
	transition: background .3s,border-color .3s,color .3s;
	border-radius: 30px !important;	
	background: #FFA41C !important;	
	font-weight: 700 !important;
	color: #ffffff;	
}

.btn-buy-sq:hover {
	background: #FA8900 !important;	
	color: #ffffff;
}

/* OLD CODE BELOW 


li.parent > a:after {
	content: '' !important;
}


strike {
	text-decoration-color: rgba(255, 128, 128, 0.8);
	text-decoration-thickness: 4px;
}

strike-white {
	text-decoration-color: rgba(128, 128, 128, 0.8);
	text-decoration-thickness: 4px;
}

.form-control {
  border-radius: 4em;
}


.txt-highlight {
padding-left: 5px;	
padding-right: 5px;	

background-image:linear-gradient(100deg, #F9EF9C, #FDF8C9)
    
}

.extra-space {
	line-height: 1.8em	
}

.setapp-container
{
	background-color: #3a3844;
}
*/


/*

.btn-secondary {
	background: #ffffff;
	border-color: #ffffff;
	color: #501800;
}

.btn-secondary:hover {
background: #FFECD1;
border-color: #FFECD1;
color: #9D3000;
}

*/

/* Global Buttons: Primary /*

.btn {
 /*   background-image: linear-gradient(135deg, #D7277D 0%, #5744E6 100%); 
	background: #BA25CB !important;	
	transition: background .3s,border-color .3s,color .3s;
	border: 0px solid transparent !important;	
	border-radius: 9px !important;
	font-weight: 700 !important; /*

}

.btn:hover {
 /* 
	background: #722E88 !important;	
/*
}



/* RapidWeaver Buttons: Secondary

.btn-secondary {
	transition: background .3s,border-color .3s,color .3s;
	font-weight: 700 !important;
	background: #FB8C09 !important;
	color: #ffffff !important;
}

.btn-secondary:hover {
	background: #FFBA00 !important;
}

*/

/* Store Buttons: Info


.btn-info {
	transition: background .3s,border-color .3s,color .3s;
	border-radius: 9px !important;	
	background: #06c668 !important;	
	font-weight: 700 !important;
}

.btn-info:hover {
	border-radius: 9px !important;	
	background: #0ad482 !important;	
}
 */
 
/* Squash Buttons: Success

.btn-success {
	border-radius: 9px !important;	
	border: 0px solid transparent !important;
<!--	padding-left: 20px !important;
	padding-right: 20px !important; -->
	background: linear-gradient(#FFB84B 0%, #FF8F13 100%) !important;
}

.btn-success:hover {
	border-radius: 9px !important;	
	border: 0px solid transparent !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	background: linear-gradient(#FFAA46 0%, #FF7413 100%) !important;
}
 */
