/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .white-popup {
  position: relative;
  background: #FFF;
  padding: 4em 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.white-popup h2{
	text-align:center;
	color: #085575;
	font-size:2.6em;
}

.white-popup h2.subtitle{
	color: #61CE70;
	font-size: 2.8em;
}


.white-popup ul.benefits {
  list-style: none;
  margin-top:20px;
}

.white-popup ul.benefits li{
	font-size:1.2em;
	line-height: 1.5em;
	padding-bottom: 16px;
}

.white-popup ul.benefits li:before {
  content: '✓';
  color: green;
  font-size: 1.6em;
}

.white-popup .sm_form{
	padding: 0 16px;
}

#subscribe_popup.white-popup .sm_form .snake_webform  input[type=text], #subscribe_popup.white-popup .sm_form .snake_webform input[type=email]{
	font-size:1.6em;
	color: #424242;
	padding:11px;
} 

#subscribe_popup.white-popup .sm_form .snake_webform  input[type=submit]{
	font-size: 1.6em;
	padding: 20px;
	font-family: 'Roboto';
	font-weight: bold;
	color: #fff;
}

@media only screen and (min-width:767px){
	#subscribe_popup.white-popup .sm_form .snake_webform  input[type=submit]{
		font-size: 2.4em;
		padding: 24px;
	}

}

@media only screen and (max-width:350px){
	#subscribe_popup.white-popup .sm_form .snake_webform  input[type=submit]{
		font-size: 1.2em;
		padding: 20px;
	}
}


/* FOR Sales Button With shortcode */
.button {
	background-color: #71BFA7 !important;
	font-family: "Raleway", Sans-serif;
	font-size: 33px !important;
	font-weight: 500;
}

.html_modern-blog .avia-content-slider h3.slide-entry-title {
	font-size:  1.3em;

}