/* Misc */

h1, h2, h3, h4, h5, h6{
	font-family: Montserrat, Open Sans, Helvetica, Sans Serif;
}

p.lead{
	font-size: 16px;
	text-align: justify;
}

.video-sample{
    width: 60%;
    border-radius: 15px;
}

@media(max-width: 968px){
	.btn.type--uppercase .btn__text{
		white-space: initial;
	}	
}

.phone-center-desktop-left{
	text-align: left;
}

@media(max-width: 960px){
	.phone-center-desktop-left{
		text-align: center;
	}
}

.feature-check-icon{
	color: #49b9b7;
	font-size: 12px;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
}

.icon-no-border{
	border: none;
}

.switchable .switchable__text{
	margin-top: 0px;
}

/* Menu */

@media (min-width: 990px){
	.menu-horizontal li:not(:last-child) {
		margin-right: 30px;
	}
}

.bar .logo {
    max-height: 80px;
    max-width: none;
}

.bar__module:not(:first-child) {
    margin-top: 30px;
}

/* Home */

.bg--purple{
	/*background-color: #673ab7;*/
	background-color: #9b52ed;
	color: #fff;
}

.cover{
	padding-top: 120px;
    padding-bottom: 120px;
}

/* Hero Home */

.hero-home video{
	max-width: 100%;
    /*box-shadow: 0px -5px 10px #222;*/
	
	box-shadow: none;
	border-radius: 15px 15px 0px 0px;
}

.hero-home h1{
	font-size: 42px;
}

.hero-home .fa{
	font-size: 18px;
}

.hero-home .features .feature{
	margin-bottom: 10px !important;
	color: #fff;
	font-size: 16px;
}

.hero-home p{
	line-height: 150%;
	font-size: 16px;
}

.hero-home .features{
	line-height: 250%;
	margin-bottom: 20px;
}

.hero-home .icon-check{
	margin: 5px;
}

.hero-home .ctas{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

.hero-home .ctas .cta{
	margin-bottom: 20px;
}

.feature-large-2 div[class*='col-']:last-child, .feature-large-2 div[class*='col-']:first-child{
	margin-top: 0px;
}

.feature-large-2 .feature{
	display: inline-block;
    margin-bottom: 100px !important;
    padding-left: 10px !important;
}

.card-2 .card__bottom > div{
	width: 100%;
}

#see_all_templates{
	padding-top: 60px;
}

.screen-sample{
	border-radius: 15px;
	width: 80%;
	margin: 0px auto;
    display: inherit;
}

@media(max-width: 960px){
	h1{
		font-size: 36px;
	}
	
	h2{
		font-size: 28px;
	}
	
	h3{
		font-size: 24px;
	}
	
	.feature-snippet{
		display: none;
	}	
}

@media(max-width: 990px){
	h1{
		font-size: 36px;
	}
	
	h2{
		font-size: 28px;
	}
	
	h3{
		font-size: 24px;
	}
	
	.feature-snippet{
		display: none;
	}	
}

@media(max-width: 767px){
	.feature-large h2{
		margin-top: 40px !important;
	}
	
	.proposal-sample{
		float: initial !important;
	}
}

@media(min-width: 767px){
	.proposal-sample{
		margin-left: 0px;
	}
}

@media(min-width: 1200px){
	.proposal-sample{
		margin-left: 0px;
		margin-right: 4.5%;
	}
}

@media (max-width: 767px){
	section{
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 960px){	
	.hero-home video{
		margin-top: 40px;
	}
}

/* Checkout */

.paypal-button{
	width: 240px !important;
	max-width: 100%;
	height: auto;
}

#checkout_with_pagseguro{
	margin-top: 20px;
	width: 210px !important;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.checkout-price{
	line-height: 80%;
	margin-top: 20px;
}

.checkout-price small{
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
}

#verify_payment{
	margin-top: 60px;
    display: inline-block;
}

/* Login */

body.login{
	background-position: initial;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
    width: 100%;
    height: 100%;
}

#login{
	position: absolute;
	width: 100%;
	height: 100%;
}

#login .error{
	color: #fff;
}

@media (max-width: 960px){
	#login{
		padding-top: 25%;
	}
}

@media (max-width: 1060px){	
	body.login{
		background-size: initial;
	}
}

#login_attribution{
	display: none;
	background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    float: left;
    padding: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
	font-size: 12px;
}

#login_background, .background-image-holder{
	background-color: #b63ce8 !important;
	opacity: 0.9;
}

/* Misc */

#over_loading{
	top: 0px;
    text-align: center;
    z-index: 2000;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    padding-top: 15%;
}

#over_loading h2{
	color: #ffffff;
}

a:hover{
	text-decoration: none !important;
}

.btn-purple, .btn-purple:visited, .btn-purple:hover{
	background-color: #9b52ed !important;
	border-color: #9b52ed !important;
	color: #fff !important;
}

.btn-green, .btn-green:visited, .btn-green:hover{
	background-color: #5bc0be !important;
	border-color: #5bc0be !important;
	color: #fff !important;
}

.btn-black, .btn-black:visited, .btn-black:hover{
	background-color: #222222 !important;
	border-color: #222222 !important;
	color: #fff !important;
}

.btn-purple .fa{
	color: #fff !important;
	margin-right: 10px;
}

.error{
	font-size: 16px;
	color: inherit;
}

.post h2{
	margin-top: 20px;
}

iframe[name="google_conversion_frame"]{
	display: none;
}

input[type='checkbox']{
	width: auto !important;
	-webkit-appearance: initial !important;
}

input.disabled{
	opacity: 0.8;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #555 !important;
}

.label:not([class*='bg--']){
	background: #9b52ed;
}

.btn--primary-1, .btn--primary-1:hover, .btn--primary-1:active{
	background: #9b52ed !important;
}

.margin-top-10{
	margin-top: 10px;
	display: inline-block;
}

.margin-top-20{
	margin-top: 20px;
	display: inline-block;
}

.margin-top-30{
	margin-top: 30px;
	display: inline-block;
}

.margin-top-40{
	margin-top: 40px;
	display: inline-block;
}

/* Proposeday */

#proposeday #login_modal{
	display: none;
}

#proposeday .paypal-button{
	margin-top: -30px;
}

@media(min-width: 1400px){
	#proposeday #hero h1{
		font-size: 44px;
	}
}

.ms-options-wrap > .ms-options{
	position: relative;
	border: none;
	visibility: visible;
	height: 400px;
}

.ms-options .ms-search{
	display: none;
}

.ms-options-wrap, .ms-options-wrap *{
	margin-bottom: 7px;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button{
	border-radius: 5px;
	padding-top: 10px;
	border: 0px;
	font-size: 14px;	
	display: none;
}

.ms-options-wrap > .ms-options > ul label{
	color: #000;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"]{
	margin: 0px;
    position: relative;
	margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.ms-options-wrap > .ms-options > ul li.selected label{
	background-color: #fff;
	color: #9b52ed;
	font-weight: bold;
}

.ms-options-wrap > .ms-options > .ms-selectall.global{
	display: none;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"]{
	display: none;
}

.ms-options-wrap > button > span{
	color: #666 !important;
	padding-left: 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label{
	font-weight: bold;
    position: relative;
    display: inline-block;
    left: 10px;
    right: auto;
    padding: 0px 10px;
    margin-bottom: 20px;
}

/* Pricing */

@media(min-width: 980px){
	#pricing .left h1{
		margin-top: 0px;
		font-size: 50px;
	}
}

#pricing .left h1{
	margin-bottom: 40px;
}

#pricing .fa, #choose_plan .pricing .fa{
	margin-right: 5px;
}

#paddle_checkout, .paddle-checkout, .stripe-checkout{
	color: #fff !important;
	font-weight: bold;
}

#paddle_checkout, .paddle-checkout .fa, .stripe-checkout .fa{
	color: #fff;
	margin-right: 5px;
	font-size: 14px;
}

.price-explanation{
	line-height: 150%;
    font-size: 12px;
}

.payment-wrap{
	display: inline-block;
	margin-bottom: 30px;
}

.paddle-checkout{
	font-size: 12px;
	padding: 5px 10px;
}

.paypal-checkout-button{
	font-size: 12px; 
	padding: 5px 10px; 
	color: #fff !important; 
	font-weight: bold;
}

.paypal-checkout-button .fa{
	color: #fff;
	margin-right: 5px;
	font-size: 14px;
}

.pricing .h1 .pricing__dollar{
	font-size: 12px;
}

.currency_select{
	width: auto !important;
	padding: 0px 15px 5px 20px;
}

#pricing .price-details{
	font-size: 14px;
	display: inline-block;
}

#pricing .left{
	padding-top: 0px;
}

#pricing .amount-symbol{
	font-size: 16px;
	margin-right: 5px;
}

#pricing .type--fine-print{
	display: inline-block;
	margin-bottom: 25px;
}

#pricing .h2{
	margin-top: 10px;
	margin-bottom: 10px;
}

#pricing .price-select-subtitle{
	margin-bottom: 40px;
}

#pricing .all-plans-include, #pricing .all-plans-include-mobile{
	display: none;
	margin-top: 40px;
}

#pricing .plan-description{
	display: none;
}

@media(min-width: 1200px){
	#pricing .all-plans-include{
		display: inline-block;
	}
}

@media(max-width: 1199px){
	#pricing .all-plans-include-mobile{
		display: inline-block;
	}
}

.recurrency-wrap{
	font-size: 14px;
}

.btn-renew{
	padding: 10px 20px;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-left: 0px !important;
}

.recurrency-select-wrap, .checkout-wrap{
	display: none;
}

#stripe_checkout .fa{
	color: #fff !important;
	margin-right: 10px;
}

.whatsapp-banner{
	text-align: center;
    border: 1px solid #5bc0be;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: auto;
    background: #5bc0be;
    z-index: 9000;
    color: #fff;
	padding: 10px;
	cusor: pointer;
	font-weight: normal;
}

.whatsapp-banner:after{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -1px;
    right: auto;
    top: auto;
    bottom: -10px;
    border: 22px solid;
    border-color: transparent transparent transparent #5bc0be;
}

.whatsapp-banner .fa{
	font-size: 28px;
	margin-bottom: 5px;
}

/* Stripe subscribe page */

#nfse_settings{
	display: none;
}

#nfse_settings label{
	margin-top: 10px;
}

/* Stripe Elements */

#stripe_elements_form .group {
	background: white;
	box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	margin-bottom: 20px;
}

#stripe_elements_form label {
	position: relative;
	color: #8898AA;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	display: flex;
	flex-direction: row;
}

#stripe_elements_form .group label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}

#stripe_elements_form label > span {
  width: 120px;
  text-align: right;
  margin-right: 30px;
}

#stripe_elements_form .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

#stripe_elements_form .field::-webkit-input-placeholder {
  color: #CFD7E0;
}

#stripe_elements_form .field::-moz-placeholder {
  color: #CFD7E0;
}

#stripe_elements_form button {
  float: left;
  display: block;
  background: #9B52ED;
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 38px;
  outline: none;
  position: relative;
}

#stripe_elements_form button .fa{
	margin-right: 10px;
}

#stripe_elements_form button:focus {
  background: #9B52ED;
}

#stripe_elements_form button:active {
  background: #9B52ED;
}

#stripe_elements_form .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

#stripe_elements_form .success,
#stripe_elements_form .error {
  display: none;
  font-size: 13px;
}

#stripe_elements_form .success.visible,
#stripe_elements_form .error.visible {
  display: inline;
}

#stripe_elements_form .error {
  color: #E4584C;
}

#stripe_elements_form .success {
  color: #666EE8;
}

#stripe_elements_form .success .token {
  font-weight: 500;
  font-size: 13px;
}

#stripe_elements_form .stripe-field{
	border: none;
	color: #000;
}

/* ION SLIDER */

.irs{
	margin-top: 30px;
	margin-bottom: 70px;
}

.irs--round .irs-grid-pol, .irs--round .irs-min, .irs--round .irs-max {
	display: none;
}

.irs--round .irs-grid-text{
	color: #555;
}

.irs--round .irs-handle{
	border-color: #9b52ed !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-bar{
	background-color: #9b52ed !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
	border-top-color: #9b52ed !important;
}

/* Attach files */

#attach_files_features section.feature-large{
	margin: 40px 0px;
}

/* Template Library */

#templates_wrap .card a{
	color: #555;
}

#templates_wrap .card .h6:not(:last-child), h6:not(:last-child){
	margin-bottom: 15px;
}

#templates_wrap .card .description{
	height: 120px;
    display: inline-block;
    overflow-y: auto;
	padding: 20px;
}

#templates_wrap .card .card__top{
	min-height: 200px;
	height: 200px;
	background-position: center;
	background-size: cover;
}

#templates_wrap .card .card__body{
	display: inline-block;
}

#templates_wrap .template .template-title{
	font-size: 26px;
    color: #fff;
    background: rgba(30, 30, 30, 0.8);
    text-align: center;
    width: 60%;
    margin: 40px auto;
    padding: 10px 20px;
    line-height: 120%;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 200;
	position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
	letter-spacing: 1px;
}

#templates_wrap .template .thumb{
	display: inline-block;
    width: 100%;
    min-height: 300px;
}

@media(max-width: 980px){
	#templates_wrap .template .thumb-wrap{
		width: 100%;
	}
}

#automate_sales_features ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa !important;
  opacity: 1; /* Firefox */
}

#automate_sales_features :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa !important;
}

#automate_sales_features ::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa !important;
}

/* Template Single */

.masonry-grid{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(360px,1fr));
}

.masonry-grid .grid-item{
	width: 360px;
	padding: 10px;
}

.masonry-grid .grid-item{
	width: 360px;
}

.proposal-pages{
	margin: 0px auto;
	display: table;	
	padding-left: 150px;
	margin-top: 20px;
}

.page-item{
	float: left;
	width: 240px;
    margin-left: -150px;
    box-shadow: #888 10px 10px 20px;
}

.template-content{
	margin-top: 40px;
}

@media(max-width: 1200px){
	.proposal-pages{
		padding-left: 75px;
		margin-top: 0px;
	}

	.page-item{
		width: 160px;
		margin-left: -75px;
	}
}
	
@media(max-width: 520px){
	.proposal-pages{
		margin-top: 40px;
		margin-bottom: 40px;
		padding-left: 50px;
	}

	.page-item{
		width: 38%;
		margin-left: -50px;
	}
	
	.template-cta .btn{
		white-space: inherit;
	}
}

/* Footer */

.footer ul:not(.list-inline):not(.slides)>li{
	font-size: 12px;
}

.footer-collumn{
	margin-bottom: 40px;
}

/*
*	GDPR COOKIE CONSENT FORM
*/

#cookies-eu-banner{
	display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    padding: 20px;
	z-index: 9100;
}

#cookies-eu-reject{
	border-radius: 15px;
    width: auto;
    padding: 5px 20px;
    font-size: 14px;
    margin: 0px;
    display: inline-block;
    border: 1px solid #aaa;
    font-weight: bold;
}

#cookies-eu-accept{
	border-radius: 15px;
    width: auto;
    padding: 5px 20px;
    font-size: 14px;
    margin: 0px;
    display: inline-block;
    border: 1px solid #aaa;
    font-weight: bold;
	background-color: #9b52ed;
	color: #fff;
}

@media(max-width: 968px){
	#cookies-eu-accept{
		margin-left: 0px !important;
		margin-top: 20px;
	}
}

/*****************************
******************************
**** Verify file integrity ***
******************************
*****************************/
#verify_file_hash form{
	margin-top: 120px;
}

#verify_file_hash button{
	margin-top: 10px;
}

#verify_file_hash .result{
	display: none;
	margin-top: 40px;
}

#verify_file_hash .result h3{
	margin-bottom: 10px;
}

#verify_file_hash .result .hash{
	background: #000;
	color: #05fffa;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

#verify_file_hash .result .fa{
	margin-right: 5px;
	font-size: 20px;
	color: #ff6666;
}

#verify_file_hash .result .date-hash, #verify_file_hash .result .email-list{
	font-weight: bold;
	word-break: break-all;
}